Skip to content

Commit

Permalink
chore: Updates version to 0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-swift-automation committed Dec 5, 2023
1 parent 32fb3c8 commit 3d2cfde
Show file tree
Hide file tree
Showing 1,585 changed files with 488,076 additions and 186,365 deletions.
20 changes: 18 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ func addProtocolTests() {
// MARK: - Generated

addDependencies(
clientRuntimeVersion: "0.35.0",
clientRuntimeVersion: "0.36.0",
crtVersion: "0.17.0"
)

Expand Down Expand Up @@ -232,11 +232,15 @@ let serviceTargets: [String] = [
"AWSAuditManager",
"AWSAutoScaling",
"AWSAutoScalingPlans",
"AWSB2bi",
"AWSBCMDataExports",
"AWSBackup",
"AWSBackupGateway",
"AWSBackupStorage",
"AWSBatch",
"AWSBedrock",
"AWSBedrockAgent",
"AWSBedrockAgentRuntime",
"AWSBedrockRuntime",
"AWSBillingconductor",
"AWSBraket",
Expand All @@ -248,11 +252,13 @@ let serviceTargets: [String] = [
"AWSChimeSDKMessaging",
"AWSChimeSDKVoice",
"AWSCleanRooms",
"AWSCleanRoomsML",
"AWSCloud9",
"AWSCloudControl",
"AWSCloudDirectory",
"AWSCloudFormation",
"AWSCloudFront",
"AWSCloudFrontKeyValueStore",
"AWSCloudHSM",
"AWSCloudHSMV2",
"AWSCloudSearch",
Expand Down Expand Up @@ -288,6 +294,7 @@ let serviceTargets: [String] = [
"AWSConnectParticipant",
"AWSControlTower",
"AWSCostExplorer",
"AWSCostOptimizationHub",
"AWSCostandUsageReportService",
"AWSCustomerProfiles",
"AWSDAX",
Expand Down Expand Up @@ -316,6 +323,7 @@ let serviceTargets: [String] = [
"AWSECS",
"AWSEFS",
"AWSEKS",
"AWSEKSAuth",
"AWSEMR",
"AWSEMRServerless",
"AWSEMRcontainers",
Expand All @@ -338,6 +346,7 @@ let serviceTargets: [String] = [
"AWSForecast",
"AWSForecastquery",
"AWSFraudDetector",
"AWSFreeTier",
"AWSGameLift",
"AWSGlacier",
"AWSGlobalAccelerator",
Expand All @@ -356,6 +365,7 @@ let serviceTargets: [String] = [
"AWSImagebuilder",
"AWSInspector",
"AWSInspector2",
"AWSInspectorScan",
"AWSInternetMonitor",
"AWSIoT",
"AWSIoT1ClickDevicesService",
Expand Down Expand Up @@ -409,12 +419,13 @@ let serviceTargets: [String] = [
"AWSMTurk",
"AWSMWAA",
"AWSMachineLearning",
"AWSMacie",
"AWSMacie2",
"AWSManagedBlockchain",
"AWSManagedBlockchainQuery",
"AWSMarketplaceAgreement",
"AWSMarketplaceCatalog",
"AWSMarketplaceCommerceAnalytics",
"AWSMarketplaceDeployment",
"AWSMarketplaceEntitlementService",
"AWSMarketplaceMetering",
"AWSMediaConnect",
Expand Down Expand Up @@ -467,6 +478,8 @@ let serviceTargets: [String] = [
"AWSPricing",
"AWSPrivateNetworks",
"AWSProton",
"AWSQBusiness",
"AWSQConnect",
"AWSQLDB",
"AWSQLDBSession",
"AWSQuickSight",
Expand All @@ -479,6 +492,7 @@ let serviceTargets: [String] = [
"AWSRedshiftData",
"AWSRedshiftServerless",
"AWSRekognition",
"AWSRepostspace",
"AWSResiliencehub",
"AWSResourceExplorer2",
"AWSResourceGroups",
Expand Down Expand Up @@ -544,6 +558,7 @@ let serviceTargets: [String] = [
"AWSTranscribeStreaming",
"AWSTransfer",
"AWSTranslate",
"AWSTrustedAdvisor",
"AWSVPCLattice",
"AWSVerifiedPermissions",
"AWSVoiceID",
Expand All @@ -557,6 +572,7 @@ let serviceTargets: [String] = [
"AWSWorkMail",
"AWSWorkMailMessageFlow",
"AWSWorkSpaces",
"AWSWorkSpacesThinClient",
"AWSWorkSpacesWeb",
"AWSXRay",
]
Expand Down
2 changes: 1 addition & 1 deletion Package.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.31.0
0.32.0
270 changes: 150 additions & 120 deletions Sources/Services/AWSACM/ACMClient.swift

Large diffs are not rendered by default.

30 changes: 30 additions & 0 deletions Sources/Services/AWSACM/ACMClientProtocol.swift

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Sources/Services/AWSACM/EndpointResolver.swift
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public struct DefaultEndpointResolver: EndpointResolver {
}
}

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

let endpointResolver: EndpointResolver
Expand Down
4 changes: 2 additions & 2 deletions Sources/Services/AWSACM/Paginators.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ extension ACMClient {
/// - input: A `[ListCertificatesInput]` to start pagination
/// - Returns: An `AsyncSequence` that can iterate over `ListCertificatesOutput`
public func listCertificatesPaginated(input: ListCertificatesInput) -> ClientRuntime.PaginatorSequence<ListCertificatesInput, ListCertificatesOutput> {
return ClientRuntime.PaginatorSequence<ListCertificatesInput, ListCertificatesOutput>(input: input, inputKey: \ListCertificatesInput.nextToken, outputKey: \ListCertificatesOutput.nextToken, paginationFunction: self.listCertificates(input:))
return ClientRuntime.PaginatorSequence<ListCertificatesInput, ListCertificatesOutput>(input: input, inputKey: \.nextToken, outputKey: \.nextToken, paginationFunction: self.listCertificates(input:))
}
}

Expand All @@ -28,7 +28,7 @@ extension ListCertificatesInput: ClientRuntime.PaginateToken {
)}
}

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

0 comments on commit 3d2cfde

Please sign in to comment.