Skip to content

Commit

Permalink
Merge branch 'main' into day/bump-smithy-1.51
Browse files Browse the repository at this point in the history
  • Loading branch information
dayaffe authored Sep 12, 2024
2 parents 4c4d6fc + 8dc5c2b commit 49cc833
Show file tree
Hide file tree
Showing 26 changed files with 2,506 additions and 338 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ func addResolvedTargets() {
// MARK: - Generated

addDependencies(
clientRuntimeVersion: "0.67.0",
clientRuntimeVersion: "0.68.0",
crtVersion: "0.33.0"
)

Expand Down
2 changes: 1 addition & 1 deletion Package.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.76.1
0.76.2
2 changes: 1 addition & 1 deletion Package.version.next
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.76.2
0.76.3

Large diffs are not rendered by default.

Large diffs are not rendered by default.

171 changes: 96 additions & 75 deletions Sources/Services/AWSEMR/Sources/AWSEMR/Models.swift

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ extension ElasticLoadBalancingv2Client {
}),
.init(state: .retry, matcher: { (input: DescribeLoadBalancersInput, result: Swift.Result<DescribeLoadBalancersOutput, Swift.Error>) -> Bool in
guard case .failure(let error) = result else { return false }
return (error as? ClientRuntime.ServiceError)?.typeName == "LoadBalancerNotFoundException"
return (error as? ClientRuntime.ServiceError)?.typeName == "LoadBalancerNotFound"
}),
]
return try SmithyWaitersAPI.WaiterConfiguration<DescribeLoadBalancersInput, DescribeLoadBalancersOutput>(acceptors: acceptors, minDelay: 15.0, maxDelay: 120.0)
Expand Down Expand Up @@ -78,7 +78,7 @@ extension ElasticLoadBalancingv2Client {
}),
.init(state: .retry, matcher: { (input: DescribeLoadBalancersInput, result: Swift.Result<DescribeLoadBalancersOutput, Swift.Error>) -> Bool in
guard case .failure(let error) = result else { return false }
return (error as? ClientRuntime.ServiceError)?.typeName == "LoadBalancerNotFoundException"
return (error as? ClientRuntime.ServiceError)?.typeName == "LoadBalancerNotFound"
}),
]
return try SmithyWaitersAPI.WaiterConfiguration<DescribeLoadBalancersInput, DescribeLoadBalancersOutput>(acceptors: acceptors, minDelay: 15.0, maxDelay: 120.0)
Expand Down Expand Up @@ -117,7 +117,7 @@ extension ElasticLoadBalancingv2Client {
}),
.init(state: .success, matcher: { (input: DescribeLoadBalancersInput, result: Swift.Result<DescribeLoadBalancersOutput, Swift.Error>) -> Bool in
guard case .failure(let error) = result else { return false }
return (error as? ClientRuntime.ServiceError)?.typeName == "LoadBalancerNotFoundException"
return (error as? ClientRuntime.ServiceError)?.typeName == "LoadBalancerNotFound"
}),
]
return try SmithyWaitersAPI.WaiterConfiguration<DescribeLoadBalancersInput, DescribeLoadBalancersOutput>(acceptors: acceptors, minDelay: 15.0, maxDelay: 120.0)
Expand Down
13 changes: 13 additions & 0 deletions Sources/Services/AWSGlue/Sources/AWSGlue/GlueClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,11 @@ extension GlueClient {
/// - Throws: One of the exceptions listed below __Possible Exceptions__.
///
/// __Possible Exceptions:__
/// - `AccessDeniedException` : Access to a resource was denied.
/// - `EntityNotFoundException` : A specified entity does not exist
/// - `InternalServiceException` : An internal service error occurred.
/// - `InvalidInputException` : The input provided was not valid.
/// - `ThrottlingException` : The throttling threshhold was exceeded.
public func batchGetTableOptimizer(input: BatchGetTableOptimizerInput) async throws -> BatchGetTableOptimizerOutput {
let context = Smithy.ContextBuilder()
.withMethod(value: .post)
Expand Down Expand Up @@ -3236,6 +3240,8 @@ extension GlueClient {
/// - `EntityNotFoundException` : A specified entity does not exist
/// - `InternalServiceException` : An internal service error occurred.
/// - `InvalidInputException` : The input provided was not valid.
/// - `ThrottlingException` : The throttling threshhold was exceeded.
/// - `ValidationException` : A value could not be validated.
public func createTableOptimizer(input: CreateTableOptimizerInput) async throws -> CreateTableOptimizerOutput {
let context = Smithy.ContextBuilder()
.withMethod(value: .post)
Expand Down Expand Up @@ -5150,6 +5156,7 @@ extension GlueClient {
/// - `EntityNotFoundException` : A specified entity does not exist
/// - `InternalServiceException` : An internal service error occurred.
/// - `InvalidInputException` : The input provided was not valid.
/// - `ThrottlingException` : The throttling threshhold was exceeded.
public func deleteTableOptimizer(input: DeleteTableOptimizerInput) async throws -> DeleteTableOptimizerOutput {
let context = Smithy.ContextBuilder()
.withMethod(value: .post)
Expand Down Expand Up @@ -9535,6 +9542,7 @@ extension GlueClient {
/// - `EntityNotFoundException` : A specified entity does not exist
/// - `InternalServiceException` : An internal service error occurred.
/// - `InvalidInputException` : The input provided was not valid.
/// - `ThrottlingException` : The throttling threshhold was exceeded.
public func getTableOptimizer(input: GetTableOptimizerInput) async throws -> GetTableOptimizerOutput {
let context = Smithy.ContextBuilder()
.withMethod(value: .post)
Expand Down Expand Up @@ -12248,6 +12256,8 @@ extension GlueClient {
/// - `EntityNotFoundException` : A specified entity does not exist
/// - `InternalServiceException` : An internal service error occurred.
/// - `InvalidInputException` : The input provided was not valid.
/// - `ThrottlingException` : The throttling threshhold was exceeded.
/// - `ValidationException` : A value could not be validated.
public func listTableOptimizerRuns(input: ListTableOptimizerRunsInput) async throws -> ListTableOptimizerRunsOutput {
let context = Smithy.ContextBuilder()
.withMethod(value: .post)
Expand Down Expand Up @@ -16319,9 +16329,12 @@ extension GlueClient {
///
/// __Possible Exceptions:__
/// - `AccessDeniedException` : Access to a resource was denied.
/// - `ConcurrentModificationException` : Two processes are trying to modify a resource simultaneously.
/// - `EntityNotFoundException` : A specified entity does not exist
/// - `InternalServiceException` : An internal service error occurred.
/// - `InvalidInputException` : The input provided was not valid.
/// - `ThrottlingException` : The throttling threshhold was exceeded.
/// - `ValidationException` : A value could not be validated.
public func updateTableOptimizer(input: UpdateTableOptimizerInput) async throws -> UpdateTableOptimizerOutput {
let context = Smithy.ContextBuilder()
.withMethod(value: .post)
Expand Down
Loading

0 comments on commit 49cc833

Please sign in to comment.