Skip to content

Commit

Permalink
chore: Updates version to 0.60.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-swift-automation committed Aug 16, 2024
1 parent dbe45d4 commit f116195
Show file tree
Hide file tree
Showing 395 changed files with 15,781 additions and 15,654 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.58.0",
clientRuntimeVersion: "0.59.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.59.0
0.60.0
30 changes: 15 additions & 15 deletions Sources/Services/AWSACM/Sources/AWSACM/ACMClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ extension ACMClient {
config.interceptorProviders.forEach { provider in
builder.interceptors.add(provider.create())
}
config.httpInterceptorProviders.forEach { provider in
config.httpInterceptorProviders.forEach { (provider: any ClientRuntime.HttpInterceptorProvider) -> Void in
let i: any ClientRuntime.HttpInterceptor<AddTagsToCertificateInput, AddTagsToCertificateOutput> = provider.create()
builder.interceptors.add(i)
}
Expand Down Expand Up @@ -307,7 +307,7 @@ extension ACMClient {
config.interceptorProviders.forEach { provider in
builder.interceptors.add(provider.create())
}
config.httpInterceptorProviders.forEach { provider in
config.httpInterceptorProviders.forEach { (provider: any ClientRuntime.HttpInterceptorProvider) -> Void in
let i: any ClientRuntime.HttpInterceptor<DeleteCertificateInput, DeleteCertificateOutput> = provider.create()
builder.interceptors.add(i)
}
Expand Down Expand Up @@ -377,7 +377,7 @@ extension ACMClient {
config.interceptorProviders.forEach { provider in
builder.interceptors.add(provider.create())
}
config.httpInterceptorProviders.forEach { provider in
config.httpInterceptorProviders.forEach { (provider: any ClientRuntime.HttpInterceptorProvider) -> Void in
let i: any ClientRuntime.HttpInterceptor<DescribeCertificateInput, DescribeCertificateOutput> = provider.create()
builder.interceptors.add(i)
}
Expand Down Expand Up @@ -448,7 +448,7 @@ extension ACMClient {
config.interceptorProviders.forEach { provider in
builder.interceptors.add(provider.create())
}
config.httpInterceptorProviders.forEach { provider in
config.httpInterceptorProviders.forEach { (provider: any ClientRuntime.HttpInterceptorProvider) -> Void in
let i: any ClientRuntime.HttpInterceptor<ExportCertificateInput, ExportCertificateOutput> = provider.create()
builder.interceptors.add(i)
}
Expand Down Expand Up @@ -518,7 +518,7 @@ extension ACMClient {
config.interceptorProviders.forEach { provider in
builder.interceptors.add(provider.create())
}
config.httpInterceptorProviders.forEach { provider in
config.httpInterceptorProviders.forEach { (provider: any ClientRuntime.HttpInterceptorProvider) -> Void in
let i: any ClientRuntime.HttpInterceptor<GetAccountConfigurationInput, GetAccountConfigurationOutput> = provider.create()
builder.interceptors.add(i)
}
Expand Down Expand Up @@ -589,7 +589,7 @@ extension ACMClient {
config.interceptorProviders.forEach { provider in
builder.interceptors.add(provider.create())
}
config.httpInterceptorProviders.forEach { provider in
config.httpInterceptorProviders.forEach { (provider: any ClientRuntime.HttpInterceptorProvider) -> Void in
let i: any ClientRuntime.HttpInterceptor<GetCertificateInput, GetCertificateOutput> = provider.create()
builder.interceptors.add(i)
}
Expand Down Expand Up @@ -689,7 +689,7 @@ extension ACMClient {
config.interceptorProviders.forEach { provider in
builder.interceptors.add(provider.create())
}
config.httpInterceptorProviders.forEach { provider in
config.httpInterceptorProviders.forEach { (provider: any ClientRuntime.HttpInterceptorProvider) -> Void in
let i: any ClientRuntime.HttpInterceptor<ImportCertificateInput, ImportCertificateOutput> = provider.create()
builder.interceptors.add(i)
}
Expand Down Expand Up @@ -759,7 +759,7 @@ extension ACMClient {
config.interceptorProviders.forEach { provider in
builder.interceptors.add(provider.create())
}
config.httpInterceptorProviders.forEach { provider in
config.httpInterceptorProviders.forEach { (provider: any ClientRuntime.HttpInterceptorProvider) -> Void in
let i: any ClientRuntime.HttpInterceptor<ListCertificatesInput, ListCertificatesOutput> = provider.create()
builder.interceptors.add(i)
}
Expand Down Expand Up @@ -829,7 +829,7 @@ extension ACMClient {
config.interceptorProviders.forEach { provider in
builder.interceptors.add(provider.create())
}
config.httpInterceptorProviders.forEach { provider in
config.httpInterceptorProviders.forEach { (provider: any ClientRuntime.HttpInterceptorProvider) -> Void in
let i: any ClientRuntime.HttpInterceptor<ListTagsForCertificateInput, ListTagsForCertificateOutput> = provider.create()
builder.interceptors.add(i)
}
Expand Down Expand Up @@ -901,7 +901,7 @@ extension ACMClient {
config.interceptorProviders.forEach { provider in
builder.interceptors.add(provider.create())
}
config.httpInterceptorProviders.forEach { provider in
config.httpInterceptorProviders.forEach { (provider: any ClientRuntime.HttpInterceptorProvider) -> Void in
let i: any ClientRuntime.HttpInterceptor<PutAccountConfigurationInput, PutAccountConfigurationOutput> = provider.create()
builder.interceptors.add(i)
}
Expand Down Expand Up @@ -975,7 +975,7 @@ extension ACMClient {
config.interceptorProviders.forEach { provider in
builder.interceptors.add(provider.create())
}
config.httpInterceptorProviders.forEach { provider in
config.httpInterceptorProviders.forEach { (provider: any ClientRuntime.HttpInterceptorProvider) -> Void in
let i: any ClientRuntime.HttpInterceptor<RemoveTagsFromCertificateInput, RemoveTagsFromCertificateOutput> = provider.create()
builder.interceptors.add(i)
}
Expand Down Expand Up @@ -1045,7 +1045,7 @@ extension ACMClient {
config.interceptorProviders.forEach { provider in
builder.interceptors.add(provider.create())
}
config.httpInterceptorProviders.forEach { provider in
config.httpInterceptorProviders.forEach { (provider: any ClientRuntime.HttpInterceptorProvider) -> Void in
let i: any ClientRuntime.HttpInterceptor<RenewCertificateInput, RenewCertificateOutput> = provider.create()
builder.interceptors.add(i)
}
Expand Down Expand Up @@ -1120,7 +1120,7 @@ extension ACMClient {
config.interceptorProviders.forEach { provider in
builder.interceptors.add(provider.create())
}
config.httpInterceptorProviders.forEach { provider in
config.httpInterceptorProviders.forEach { (provider: any ClientRuntime.HttpInterceptorProvider) -> Void in
let i: any ClientRuntime.HttpInterceptor<RequestCertificateInput, RequestCertificateOutput> = provider.create()
builder.interceptors.add(i)
}
Expand Down Expand Up @@ -1192,7 +1192,7 @@ extension ACMClient {
config.interceptorProviders.forEach { provider in
builder.interceptors.add(provider.create())
}
config.httpInterceptorProviders.forEach { provider in
config.httpInterceptorProviders.forEach { (provider: any ClientRuntime.HttpInterceptorProvider) -> Void in
let i: any ClientRuntime.HttpInterceptor<ResendValidationEmailInput, ResendValidationEmailOutput> = provider.create()
builder.interceptors.add(i)
}
Expand Down Expand Up @@ -1264,7 +1264,7 @@ extension ACMClient {
config.interceptorProviders.forEach { provider in
builder.interceptors.add(provider.create())
}
config.httpInterceptorProviders.forEach { provider in
config.httpInterceptorProviders.forEach { (provider: any ClientRuntime.HttpInterceptorProvider) -> Void in
let i: any ClientRuntime.HttpInterceptor<UpdateCertificateOptionsInput, UpdateCertificateOptionsOutput> = provider.create()
builder.interceptors.add(i)
}
Expand Down
Loading

0 comments on commit f116195

Please sign in to comment.