Skip to content

Commit 3d2cfde

Browse files
chore: Updates version to 0.32.0
1 parent 32fb3c8 commit 3d2cfde

File tree

1,585 files changed

+488076
-186365
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,585 files changed

+488076
-186365
lines changed

Package.swift

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ func addProtocolTests() {
197197
// MARK: - Generated
198198

199199
addDependencies(
200-
clientRuntimeVersion: "0.35.0",
200+
clientRuntimeVersion: "0.36.0",
201201
crtVersion: "0.17.0"
202202
)
203203

@@ -232,11 +232,15 @@ let serviceTargets: [String] = [
232232
"AWSAuditManager",
233233
"AWSAutoScaling",
234234
"AWSAutoScalingPlans",
235+
"AWSB2bi",
236+
"AWSBCMDataExports",
235237
"AWSBackup",
236238
"AWSBackupGateway",
237239
"AWSBackupStorage",
238240
"AWSBatch",
239241
"AWSBedrock",
242+
"AWSBedrockAgent",
243+
"AWSBedrockAgentRuntime",
240244
"AWSBedrockRuntime",
241245
"AWSBillingconductor",
242246
"AWSBraket",
@@ -248,11 +252,13 @@ let serviceTargets: [String] = [
248252
"AWSChimeSDKMessaging",
249253
"AWSChimeSDKVoice",
250254
"AWSCleanRooms",
255+
"AWSCleanRoomsML",
251256
"AWSCloud9",
252257
"AWSCloudControl",
253258
"AWSCloudDirectory",
254259
"AWSCloudFormation",
255260
"AWSCloudFront",
261+
"AWSCloudFrontKeyValueStore",
256262
"AWSCloudHSM",
257263
"AWSCloudHSMV2",
258264
"AWSCloudSearch",
@@ -288,6 +294,7 @@ let serviceTargets: [String] = [
288294
"AWSConnectParticipant",
289295
"AWSControlTower",
290296
"AWSCostExplorer",
297+
"AWSCostOptimizationHub",
291298
"AWSCostandUsageReportService",
292299
"AWSCustomerProfiles",
293300
"AWSDAX",
@@ -316,6 +323,7 @@ let serviceTargets: [String] = [
316323
"AWSECS",
317324
"AWSEFS",
318325
"AWSEKS",
326+
"AWSEKSAuth",
319327
"AWSEMR",
320328
"AWSEMRServerless",
321329
"AWSEMRcontainers",
@@ -338,6 +346,7 @@ let serviceTargets: [String] = [
338346
"AWSForecast",
339347
"AWSForecastquery",
340348
"AWSFraudDetector",
349+
"AWSFreeTier",
341350
"AWSGameLift",
342351
"AWSGlacier",
343352
"AWSGlobalAccelerator",
@@ -356,6 +365,7 @@ let serviceTargets: [String] = [
356365
"AWSImagebuilder",
357366
"AWSInspector",
358367
"AWSInspector2",
368+
"AWSInspectorScan",
359369
"AWSInternetMonitor",
360370
"AWSIoT",
361371
"AWSIoT1ClickDevicesService",
@@ -409,12 +419,13 @@ let serviceTargets: [String] = [
409419
"AWSMTurk",
410420
"AWSMWAA",
411421
"AWSMachineLearning",
412-
"AWSMacie",
413422
"AWSMacie2",
414423
"AWSManagedBlockchain",
415424
"AWSManagedBlockchainQuery",
425+
"AWSMarketplaceAgreement",
416426
"AWSMarketplaceCatalog",
417427
"AWSMarketplaceCommerceAnalytics",
428+
"AWSMarketplaceDeployment",
418429
"AWSMarketplaceEntitlementService",
419430
"AWSMarketplaceMetering",
420431
"AWSMediaConnect",
@@ -467,6 +478,8 @@ let serviceTargets: [String] = [
467478
"AWSPricing",
468479
"AWSPrivateNetworks",
469480
"AWSProton",
481+
"AWSQBusiness",
482+
"AWSQConnect",
470483
"AWSQLDB",
471484
"AWSQLDBSession",
472485
"AWSQuickSight",
@@ -479,6 +492,7 @@ let serviceTargets: [String] = [
479492
"AWSRedshiftData",
480493
"AWSRedshiftServerless",
481494
"AWSRekognition",
495+
"AWSRepostspace",
482496
"AWSResiliencehub",
483497
"AWSResourceExplorer2",
484498
"AWSResourceGroups",
@@ -544,6 +558,7 @@ let serviceTargets: [String] = [
544558
"AWSTranscribeStreaming",
545559
"AWSTransfer",
546560
"AWSTranslate",
561+
"AWSTrustedAdvisor",
547562
"AWSVPCLattice",
548563
"AWSVerifiedPermissions",
549564
"AWSVoiceID",
@@ -557,6 +572,7 @@ let serviceTargets: [String] = [
557572
"AWSWorkMail",
558573
"AWSWorkMailMessageFlow",
559574
"AWSWorkSpaces",
575+
"AWSWorkSpacesThinClient",
560576
"AWSWorkSpacesWeb",
561577
"AWSXRay",
562578
]

Package.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.31.0
1+
0.32.0

Sources/Services/AWSACM/ACMClient.swift

Lines changed: 150 additions & 120 deletions
Large diffs are not rendered by default.

Sources/Services/AWSACM/ACMClientProtocol.swift

Lines changed: 30 additions & 0 deletions
Large diffs are not rendered by default.

Sources/Services/AWSACM/EndpointResolver.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public struct DefaultEndpointResolver: EndpointResolver {
6767
}
6868
}
6969

70-
public struct EndpointResolverMiddleware<OperationStackOutput: ClientRuntime.HttpResponseBinding, OperationStackError: ClientRuntime.HttpResponseErrorBinding>: ClientRuntime.Middleware {
70+
public struct EndpointResolverMiddleware<OperationStackOutput>: ClientRuntime.Middleware {
7171
public let id: Swift.String = "EndpointResolverMiddleware"
7272

7373
let endpointResolver: EndpointResolver

Sources/Services/AWSACM/Paginators.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ extension ACMClient {
1212
/// - input: A `[ListCertificatesInput]` to start pagination
1313
/// - Returns: An `AsyncSequence` that can iterate over `ListCertificatesOutput`
1414
public func listCertificatesPaginated(input: ListCertificatesInput) -> ClientRuntime.PaginatorSequence<ListCertificatesInput, ListCertificatesOutput> {
15-
return ClientRuntime.PaginatorSequence<ListCertificatesInput, ListCertificatesOutput>(input: input, inputKey: \ListCertificatesInput.nextToken, outputKey: \ListCertificatesOutput.nextToken, paginationFunction: self.listCertificates(input:))
15+
return ClientRuntime.PaginatorSequence<ListCertificatesInput, ListCertificatesOutput>(input: input, inputKey: \.nextToken, outputKey: \.nextToken, paginationFunction: self.listCertificates(input:))
1616
}
1717
}
1818

@@ -28,7 +28,7 @@ extension ListCertificatesInput: ClientRuntime.PaginateToken {
2828
)}
2929
}
3030

31-
extension PaginatorSequence where Input == ListCertificatesInput, Output == ListCertificatesOutput {
31+
extension PaginatorSequence where OperationStackInput == ListCertificatesInput, OperationStackOutput == ListCertificatesOutput {
3232
/// This paginator transforms the `AsyncSequence` returned by `listCertificatesPaginated`
3333
/// to access the nested member `[ACMClientTypes.CertificateSummary]`
3434
/// - Returns: `[ACMClientTypes.CertificateSummary]`

0 commit comments

Comments
 (0)