Skip to content

Commit aba588f

Browse files
Updated API models and rebuilt service gems.
1 parent e4fdca9 commit aba588f

File tree

13 files changed

+126
-96
lines changed

13 files changed

+126
-96
lines changed

apis/ecs/2014-11-13/api-2.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1824,8 +1824,7 @@
18241824
"members":{
18251825
"hookTargetArn":{"shape":"String"},
18261826
"roleArn":{"shape":"IAMRoleArn"},
1827-
"lifecycleStages":{"shape":"DeploymentLifecycleHookStageList"},
1828-
"hookDetails":{"shape":"HookDetails"}
1827+
"lifecycleStages":{"shape":"DeploymentLifecycleHookStageList"}
18291828
}
18301829
},
18311830
"DeploymentLifecycleHookList":{
@@ -2335,11 +2334,6 @@
23352334
"UNKNOWN"
23362335
]
23372336
},
2338-
"HookDetails":{
2339-
"type":"structure",
2340-
"members":{},
2341-
"document":true
2342-
},
23432337
"HostEntry":{
23442338
"type":"structure",
23452339
"required":[

apis/ecs/2014-11-13/docs-2.json

Lines changed: 13 additions & 19 deletions
Large diffs are not rendered by default.

gems/aws-partitions/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Unreleased Changes
22
------------------
33

4+
1.1128.0 (2025-07-16)
5+
------------------
6+
7+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8+
49
1.1127.0 (2025-07-15)
510
------------------
611

gems/aws-partitions/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1127.0
1+
1.1128.0

gems/aws-partitions/partitions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13860,6 +13860,7 @@
1386013860
"endpoints" : {
1386113861
"af-south-1" : { },
1386213862
"ap-east-1" : { },
13863+
"ap-east-2" : { },
1386313864
"ap-northeast-1" : { },
1386413865
"ap-northeast-2" : { },
1386513866
"ap-northeast-3" : { },

gems/aws-sdk-ecs/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Unreleased Changes
22
------------------
33

4+
1.198.0 (2025-07-16)
5+
------------------
6+
7+
* Feature - This release removes hookDetails for the Amazon ECS native blue/green deployments.
8+
49
1.197.0 (2025-07-15)
510
------------------
611

gems/aws-sdk-ecs/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.197.0
1+
1.198.0

gems/aws-sdk-ecs/lib/aws-sdk-ecs.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ module Plugins
5555
autoload :EndpointProvider, 'aws-sdk-ecs/endpoint_provider'
5656
autoload :Endpoints, 'aws-sdk-ecs/endpoints'
5757

58-
GEM_VERSION = '1.197.0'
58+
GEM_VERSION = '1.198.0'
5959

6060
end
6161

gems/aws-sdk-ecs/lib/aws-sdk-ecs/client.rb

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,8 @@ def create_cluster(params = {}, options = {})
944944
#
945945
# When you create a service which uses the `ECS` deployment
946946
# controller, you can choose between the following deployment
947-
# strategies:
947+
# strategies (which you can set in the “`strategy`” field in
948+
# “`deploymentConfiguration`”): :
948949
#
949950
# * `ROLLING`: When you create a service which uses the *rolling
950951
# update* (`ROLLING`) deployment strategy, the Amazon ECS service
@@ -1603,8 +1604,6 @@ def create_cluster(params = {}, options = {})
16031604
# hook_target_arn: "String",
16041605
# role_arn: "IAMRoleArn",
16051606
# lifecycle_stages: ["RECONCILE_SERVICE"], # accepts RECONCILE_SERVICE, PRE_SCALE_UP, POST_SCALE_UP, TEST_TRAFFIC_SHIFT, POST_TEST_TRAFFIC_SHIFT, PRODUCTION_TRAFFIC_SHIFT, POST_PRODUCTION_TRAFFIC_SHIFT
1606-
# hook_details: {
1607-
# },
16081607
# },
16091608
# ],
16101609
# },
@@ -11945,8 +11944,6 @@ def update_container_instances_state(params = {}, options = {})
1194511944
# hook_target_arn: "String",
1194611945
# role_arn: "IAMRoleArn",
1194711946
# lifecycle_stages: ["RECONCILE_SERVICE"], # accepts RECONCILE_SERVICE, PRE_SCALE_UP, POST_SCALE_UP, TEST_TRAFFIC_SHIFT, POST_TEST_TRAFFIC_SHIFT, PRODUCTION_TRAFFIC_SHIFT, POST_PRODUCTION_TRAFFIC_SHIFT
11948-
# hook_details: {
11949-
# },
1195011947
# },
1195111948
# ],
1195211949
# },
@@ -12775,7 +12772,7 @@ def build_request(operation_name, params = {})
1277512772
tracer: tracer
1277612773
)
1277712774
context[:gem_name] = 'aws-sdk-ecs'
12778-
context[:gem_version] = '1.197.0'
12775+
context[:gem_version] = '1.198.0'
1277912776
Seahorse::Client::Request.new(handlers, context)
1278012777
end
1278112778

gems/aws-sdk-ecs/lib/aws-sdk-ecs/client_api.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ module ClientApi
188188
GpuIds = Shapes::ListShape.new(name: 'GpuIds')
189189
HealthCheck = Shapes::StructureShape.new(name: 'HealthCheck')
190190
HealthStatus = Shapes::StringShape.new(name: 'HealthStatus')
191-
HookDetails = Shapes::DocumentShape.new(name: 'HookDetails', document: true)
192191
HostEntry = Shapes::StructureShape.new(name: 'HostEntry')
193192
HostEntryList = Shapes::ListShape.new(name: 'HostEntryList')
194193
HostVolumeProperties = Shapes::StructureShape.new(name: 'HostVolumeProperties')
@@ -897,7 +896,6 @@ module ClientApi
897896
DeploymentLifecycleHook.add_member(:hook_target_arn, Shapes::ShapeRef.new(shape: String, location_name: "hookTargetArn"))
898897
DeploymentLifecycleHook.add_member(:role_arn, Shapes::ShapeRef.new(shape: IAMRoleArn, location_name: "roleArn"))
899898
DeploymentLifecycleHook.add_member(:lifecycle_stages, Shapes::ShapeRef.new(shape: DeploymentLifecycleHookStageList, location_name: "lifecycleStages"))
900-
DeploymentLifecycleHook.add_member(:hook_details, Shapes::ShapeRef.new(shape: HookDetails, location_name: "hookDetails"))
901899
DeploymentLifecycleHook.struct_class = Types::DeploymentLifecycleHook
902900

903901
DeploymentLifecycleHookList.member = Shapes::ShapeRef.new(shape: DeploymentLifecycleHook)

0 commit comments

Comments
 (0)