Skip to content

Commit efcd147

Browse files
chore: Updates version to 1.2.57
1 parent d4c89a5 commit efcd147

File tree

412 files changed

+1575
-428
lines changed

Some content is hidden

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

412 files changed

+1575
-428
lines changed

Package.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.56
1+
1.2.57

Package.version.next

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.57
1+
1.2.58

Sources/Core/AWSSDKPartitions/Sources/AWSSDKPartitions/Partitions.swift

+3
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,9 @@ public let partitions = #"""
218218
},
219219
"regionRegex" : "^eu\\-isoe\\-\\w+\\-\\d+$",
220220
"regions" : {
221+
"aws-iso-e-global" : {
222+
"description" : "AWS ISOE (Europe) global region"
223+
},
221224
"eu-isoe-west-1" : {
222225
"description" : "EU ISOE West"
223226
}

Sources/Services/AWSACM/Sources/AWSACM/ACMClient.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes
6666

6767
public class ACMClient: ClientRuntime.Client {
6868
public static let clientName = "ACMClient"
69-
public static let version = "1.2.56"
69+
public static let version = "1.2.57"
7070
let client: ClientRuntime.SdkHttpClient
7171
let config: ACMClient.ACMClientConfiguration
7272
let serviceName = "ACM"

Sources/Services/AWSACMPCA/Sources/AWSACMPCA/ACMPCAClient.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes
6666

6767
public class ACMPCAClient: ClientRuntime.Client {
6868
public static let clientName = "ACMPCAClient"
69-
public static let version = "1.2.56"
69+
public static let version = "1.2.57"
7070
let client: ClientRuntime.SdkHttpClient
7171
let config: ACMPCAClient.ACMPCAClientConfiguration
7272
let serviceName = "ACM PCA"

Sources/Services/AWSAPIGateway/Sources/AWSAPIGateway/APIGatewayClient.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes
7070

7171
public class APIGatewayClient: ClientRuntime.Client {
7272
public static let clientName = "APIGatewayClient"
73-
public static let version = "1.2.56"
73+
public static let version = "1.2.57"
7474
let client: ClientRuntime.SdkHttpClient
7575
let config: APIGatewayClient.APIGatewayClientConfiguration
7676
let serviceName = "API Gateway"

Sources/Services/AWSARCZonalShift/Sources/AWSARCZonalShift/ARCZonalShiftClient.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes
6666

6767
public class ARCZonalShiftClient: ClientRuntime.Client {
6868
public static let clientName = "ARCZonalShiftClient"
69-
public static let version = "1.2.56"
69+
public static let version = "1.2.57"
7070
let client: ClientRuntime.SdkHttpClient
7171
let config: ARCZonalShiftClient.ARCZonalShiftClientConfiguration
7272
let serviceName = "ARC Zonal Shift"

Sources/Services/AWSAccessAnalyzer/Sources/AWSAccessAnalyzer/AccessAnalyzerClient.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes
6767

6868
public class AccessAnalyzerClient: ClientRuntime.Client {
6969
public static let clientName = "AccessAnalyzerClient"
70-
public static let version = "1.2.56"
70+
public static let version = "1.2.57"
7171
let client: ClientRuntime.SdkHttpClient
7272
let config: AccessAnalyzerClient.AccessAnalyzerClientConfiguration
7373
let serviceName = "AccessAnalyzer"

Sources/Services/AWSAccount/Sources/AWSAccount/AccountClient.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes
6464

6565
public class AccountClient: ClientRuntime.Client {
6666
public static let clientName = "AccountClient"
67-
public static let version = "1.2.56"
67+
public static let version = "1.2.57"
6868
let client: ClientRuntime.SdkHttpClient
6969
let config: AccountClient.AccountClientConfiguration
7070
let serviceName = "Account"

Sources/Services/AWSAmp/Sources/AWSAmp/AmpClient.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes
6767

6868
public class AmpClient: ClientRuntime.Client {
6969
public static let clientName = "AmpClient"
70-
public static let version = "1.2.56"
70+
public static let version = "1.2.57"
7171
let client: ClientRuntime.SdkHttpClient
7272
let config: AmpClient.AmpClientConfiguration
7373
let serviceName = "amp"

Sources/Services/AWSAmplify/Sources/AWSAmplify/AmplifyClient.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes
6666

6767
public class AmplifyClient: ClientRuntime.Client {
6868
public static let clientName = "AmplifyClient"
69-
public static let version = "1.2.56"
69+
public static let version = "1.2.57"
7070
let client: ClientRuntime.SdkHttpClient
7171
let config: AmplifyClient.AmplifyClientConfiguration
7272
let serviceName = "Amplify"

Sources/Services/AWSAmplifyBackend/Sources/AWSAmplifyBackend/AmplifyBackendClient.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes
6464

6565
public class AmplifyBackendClient: ClientRuntime.Client {
6666
public static let clientName = "AmplifyBackendClient"
67-
public static let version = "1.2.56"
67+
public static let version = "1.2.57"
6868
let client: ClientRuntime.SdkHttpClient
6969
let config: AmplifyBackendClient.AmplifyBackendClientConfiguration
7070
let serviceName = "AmplifyBackend"

Sources/Services/AWSAmplifyUIBuilder/Sources/AWSAmplifyUIBuilder/AmplifyUIBuilderClient.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes
6767

6868
public class AmplifyUIBuilderClient: ClientRuntime.Client {
6969
public static let clientName = "AmplifyUIBuilderClient"
70-
public static let version = "1.2.56"
70+
public static let version = "1.2.57"
7171
let client: ClientRuntime.SdkHttpClient
7272
let config: AmplifyUIBuilderClient.AmplifyUIBuilderClientConfiguration
7373
let serviceName = "AmplifyUIBuilder"

Sources/Services/AWSApiGatewayManagementApi/Sources/AWSApiGatewayManagementApi/ApiGatewayManagementApiClient.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes
6464

6565
public class ApiGatewayManagementApiClient: ClientRuntime.Client {
6666
public static let clientName = "ApiGatewayManagementApiClient"
67-
public static let version = "1.2.56"
67+
public static let version = "1.2.57"
6868
let client: ClientRuntime.SdkHttpClient
6969
let config: ApiGatewayManagementApiClient.ApiGatewayManagementApiClientConfiguration
7070
let serviceName = "ApiGatewayManagementApi"

Sources/Services/AWSApiGatewayV2/Sources/AWSApiGatewayV2/ApiGatewayV2Client.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes
6666

6767
public class ApiGatewayV2Client: ClientRuntime.Client {
6868
public static let clientName = "ApiGatewayV2Client"
69-
public static let version = "1.2.56"
69+
public static let version = "1.2.57"
7070
let client: ClientRuntime.SdkHttpClient
7171
let config: ApiGatewayV2Client.ApiGatewayV2ClientConfiguration
7272
let serviceName = "ApiGatewayV2"

Sources/Services/AWSAppConfig/Sources/AWSAppConfig/AppConfigClient.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes
6969

7070
public class AppConfigClient: ClientRuntime.Client {
7171
public static let clientName = "AppConfigClient"
72-
public static let version = "1.2.56"
72+
public static let version = "1.2.57"
7373
let client: ClientRuntime.SdkHttpClient
7474
let config: AppConfigClient.AppConfigClientConfiguration
7575
let serviceName = "AppConfig"

Sources/Services/AWSAppConfigData/Sources/AWSAppConfigData/AppConfigDataClient.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes
6666

6767
public class AppConfigDataClient: ClientRuntime.Client {
6868
public static let clientName = "AppConfigDataClient"
69-
public static let version = "1.2.56"
69+
public static let version = "1.2.57"
7070
let client: ClientRuntime.SdkHttpClient
7171
let config: AppConfigDataClient.AppConfigDataClientConfiguration
7272
let serviceName = "AppConfigData"

Sources/Services/AWSAppFabric/Sources/AWSAppFabric/AppFabricClient.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes
6666

6767
public class AppFabricClient: ClientRuntime.Client {
6868
public static let clientName = "AppFabricClient"
69-
public static let version = "1.2.56"
69+
public static let version = "1.2.57"
7070
let client: ClientRuntime.SdkHttpClient
7171
let config: AppFabricClient.AppFabricClientConfiguration
7272
let serviceName = "AppFabric"

Sources/Services/AWSAppIntegrations/Sources/AWSAppIntegrations/AppIntegrationsClient.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes
6767

6868
public class AppIntegrationsClient: ClientRuntime.Client {
6969
public static let clientName = "AppIntegrationsClient"
70-
public static let version = "1.2.56"
70+
public static let version = "1.2.57"
7171
let client: ClientRuntime.SdkHttpClient
7272
let config: AppIntegrationsClient.AppIntegrationsClientConfiguration
7373
let serviceName = "AppIntegrations"

Sources/Services/AWSAppMesh/Sources/AWSAppMesh/AppMeshClient.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes
6666

6767
public class AppMeshClient: ClientRuntime.Client {
6868
public static let clientName = "AppMeshClient"
69-
public static let version = "1.2.56"
69+
public static let version = "1.2.57"
7070
let client: ClientRuntime.SdkHttpClient
7171
let config: AppMeshClient.AppMeshClientConfiguration
7272
let serviceName = "App Mesh"

Sources/Services/AWSAppRunner/Sources/AWSAppRunner/AppRunnerClient.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes
6565

6666
public class AppRunnerClient: ClientRuntime.Client {
6767
public static let clientName = "AppRunnerClient"
68-
public static let version = "1.2.56"
68+
public static let version = "1.2.57"
6969
let client: ClientRuntime.SdkHttpClient
7070
let config: AppRunnerClient.AppRunnerClientConfiguration
7171
let serviceName = "AppRunner"

Sources/Services/AWSAppStream/Sources/AWSAppStream/AppStreamClient.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes
6666

6767
public class AppStreamClient: ClientRuntime.Client {
6868
public static let clientName = "AppStreamClient"
69-
public static let version = "1.2.56"
69+
public static let version = "1.2.57"
7070
let client: ClientRuntime.SdkHttpClient
7171
let config: AppStreamClient.AppStreamClientConfiguration
7272
let serviceName = "AppStream"

Sources/Services/AWSAppSync/Sources/AWSAppSync/AppSyncClient.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes
6666

6767
public class AppSyncClient: ClientRuntime.Client {
6868
public static let clientName = "AppSyncClient"
69-
public static let version = "1.2.56"
69+
public static let version = "1.2.57"
7070
let client: ClientRuntime.SdkHttpClient
7171
let config: AppSyncClient.AppSyncClientConfiguration
7272
let serviceName = "AppSync"

Sources/Services/AWSAppTest/Sources/AWSAppTest/AppTestClient.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes
6767

6868
public class AppTestClient: ClientRuntime.Client {
6969
public static let clientName = "AppTestClient"
70-
public static let version = "1.2.56"
70+
public static let version = "1.2.57"
7171
let client: ClientRuntime.SdkHttpClient
7272
let config: AppTestClient.AppTestClientConfiguration
7373
let serviceName = "AppTest"

Sources/Services/AWSAppflow/Sources/AWSAppflow/AppflowClient.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes
6767

6868
public class AppflowClient: ClientRuntime.Client {
6969
public static let clientName = "AppflowClient"
70-
public static let version = "1.2.56"
70+
public static let version = "1.2.57"
7171
let client: ClientRuntime.SdkHttpClient
7272
let config: AppflowClient.AppflowClientConfiguration
7373
let serviceName = "Appflow"

Sources/Services/AWSApplicationAutoScaling/Sources/AWSApplicationAutoScaling/ApplicationAutoScalingClient.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes
6666

6767
public class ApplicationAutoScalingClient: ClientRuntime.Client {
6868
public static let clientName = "ApplicationAutoScalingClient"
69-
public static let version = "1.2.56"
69+
public static let version = "1.2.57"
7070
let client: ClientRuntime.SdkHttpClient
7171
let config: ApplicationAutoScalingClient.ApplicationAutoScalingClientConfiguration
7272
let serviceName = "Application Auto Scaling"
@@ -1059,7 +1059,7 @@ extension ApplicationAutoScalingClient {
10591059

10601060
/// Performs the `PutScalingPolicy` operation on the `ApplicationAutoScaling` service.
10611061
///
1062-
/// Creates or updates a scaling policy for an Application Auto Scaling scalable target. Each scalable target is identified by a service namespace, resource ID, and scalable dimension. A scaling policy applies to the scalable target identified by those three attributes. You cannot create a scaling policy until you have registered the resource as a scalable target. Multiple scaling policies can be in force at the same time for the same scalable target. You can have one or more target tracking scaling policies, one or more step scaling policies, or both. However, there is a chance that multiple policies could conflict, instructing the scalable target to scale out or in at the same time. Application Auto Scaling gives precedence to the policy that provides the largest capacity for both scale out and scale in. For example, if one policy increases capacity by 3, another policy increases capacity by 200 percent, and the current capacity is 10, Application Auto Scaling uses the policy with the highest calculated capacity (200% of 10 = 20) and scales out to 30. We recommend caution, however, when using target tracking scaling policies with step scaling policies because conflicts between these policies can cause undesirable behavior. For example, if the step scaling policy initiates a scale-in activity before the target tracking policy is ready to scale in, the scale-in activity will not be blocked. After the scale-in activity completes, the target tracking policy could instruct the scalable target to scale out again. For more information, see [Target tracking scaling policies](https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking.html) and [Step scaling policies](https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html) in the Application Auto Scaling User Guide. If a scalable target is deregistered, the scalable target is no longer available to use scaling policies. Any scaling policies that were specified for the scalable target are deleted.
1062+
/// Creates or updates a scaling policy for an Application Auto Scaling scalable target. Each scalable target is identified by a service namespace, resource ID, and scalable dimension. A scaling policy applies to the scalable target identified by those three attributes. You cannot create a scaling policy until you have registered the resource as a scalable target. Multiple scaling policies can be in force at the same time for the same scalable target. You can have one or more target tracking scaling policies, one or more step scaling policies, or both. However, there is a chance that multiple policies could conflict, instructing the scalable target to scale out or in at the same time. Application Auto Scaling gives precedence to the policy that provides the largest capacity for both scale out and scale in. For example, if one policy increases capacity by 3, another policy increases capacity by 200 percent, and the current capacity is 10, Application Auto Scaling uses the policy with the highest calculated capacity (200% of 10 = 20) and scales out to 30. We recommend caution, however, when using target tracking scaling policies with step scaling policies because conflicts between these policies can cause undesirable behavior. For example, if the step scaling policy initiates a scale-in activity before the target tracking policy is ready to scale in, the scale-in activity will not be blocked. After the scale-in activity completes, the target tracking policy could instruct the scalable target to scale out again. For more information, see [Target tracking scaling policies](https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking.html), [Step scaling policies](https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html), and [Predictive scaling policies](https://docs.aws.amazon.com/autoscaling/application/userguide/aas-create-predictive-scaling-policy.html) in the Application Auto Scaling User Guide. If a scalable target is deregistered, the scalable target is no longer available to use scaling policies. Any scaling policies that were specified for the scalable target are deleted.
10631063
///
10641064
/// - Parameter PutScalingPolicyInput : [no documentation found]
10651065
///

0 commit comments

Comments
 (0)