aws-sdk-ecs 1.194.0 → 1.195.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ee3ea98304c30b7f4a951642bcdcaefe62f892514bde76debabd1cc01542237f
4
- data.tar.gz: fe6518043d1024c569ad19f76723a3a3b95d7667e6e38315d66524e7073bb7e1
3
+ metadata.gz: ec6e9824b56a4055b13741daee1e518aab7e4442be76c43981eb2e2eb759b75e
4
+ data.tar.gz: 989f0c5accc4666d89689c900568b0760b3dab11de88b3cbaa8debf2219ab141
5
5
  SHA512:
6
- metadata.gz: 7704db613a2eca8b7668508b4996940bf720a46514f7ca11683649af8fd766b616aa933d35addf1da7c1b203458f250ca8ef6ada66e18f0d3e024483fd8c1573
7
- data.tar.gz: 6d6bda55d509d52b8fda932bba887c24bb8b2fc0e464958661f8aa04a95617ec129983bb3faea99ccab99089bab0c971deab289eaff2538d6b3eb9271c556dc2
6
+ metadata.gz: d4354be0698ac04e23e29eb3d5ea56882b63530defd0e7977ee0c330423566e7c3a41f86145451a8c38aa0bbb0310d0219139c46562a6b70a5134cada371ec7e
7
+ data.tar.gz: cfcb3ab3710d83b7537f4ee5f83e88792b61b4b21e40203baaa56403e0baabe5b1e1603a3c712bc3eecc828613341c64d07d9c2a9f768fe42806b2807eb9a932
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.195.0 (2025-06-20)
5
+ ------------------
6
+
7
+ * Feature - Add ECS support for Windows Server 2025
8
+
4
9
  1.194.0 (2025-06-12)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.194.0
1
+ 1.195.0
@@ -908,7 +908,7 @@ module Aws::ECS
908
908
  # You can attach Amazon EBS volumes to Amazon ECS tasks by configuring
909
909
  # the volume when creating or updating a service. `volumeConfigurations`
910
910
  # is only supported for REPLICA service and not DAEMON service. For more
911
- # infomation, see [Amazon EBS volumes][3] in the *Amazon Elastic
911
+ # information, see [Amazon EBS volumes][3] in the *Amazon Elastic
912
912
  # Container Service Developer Guide*.
913
913
  #
914
914
  # Tasks for services that don't use a load balancer are considered
@@ -3034,7 +3034,7 @@ module Aws::ECS
3034
3034
  # resp.task_definitions[0].compatibilities #=> Array
3035
3035
  # resp.task_definitions[0].compatibilities[0] #=> String, one of "EC2", "FARGATE", "EXTERNAL"
3036
3036
  # resp.task_definitions[0].runtime_platform.cpu_architecture #=> String, one of "X86_64", "ARM64"
3037
- # resp.task_definitions[0].runtime_platform.operating_system_family #=> String, one of "WINDOWS_SERVER_2019_FULL", "WINDOWS_SERVER_2019_CORE", "WINDOWS_SERVER_2016_FULL", "WINDOWS_SERVER_2004_CORE", "WINDOWS_SERVER_2022_CORE", "WINDOWS_SERVER_2022_FULL", "WINDOWS_SERVER_20H2_CORE", "LINUX"
3037
+ # resp.task_definitions[0].runtime_platform.operating_system_family #=> String, one of "WINDOWS_SERVER_2019_FULL", "WINDOWS_SERVER_2019_CORE", "WINDOWS_SERVER_2016_FULL", "WINDOWS_SERVER_2004_CORE", "WINDOWS_SERVER_2022_CORE", "WINDOWS_SERVER_2022_FULL", "WINDOWS_SERVER_2025_CORE", "WINDOWS_SERVER_2025_FULL", "WINDOWS_SERVER_20H2_CORE", "LINUX"
3038
3038
  # resp.task_definitions[0].requires_compatibilities #=> Array
3039
3039
  # resp.task_definitions[0].requires_compatibilities[0] #=> String, one of "EC2", "FARGATE", "EXTERNAL"
3040
3040
  # resp.task_definitions[0].cpu #=> String
@@ -3582,7 +3582,7 @@ module Aws::ECS
3582
3582
  # resp.task_definition.compatibilities #=> Array
3583
3583
  # resp.task_definition.compatibilities[0] #=> String, one of "EC2", "FARGATE", "EXTERNAL"
3584
3584
  # resp.task_definition.runtime_platform.cpu_architecture #=> String, one of "X86_64", "ARM64"
3585
- # resp.task_definition.runtime_platform.operating_system_family #=> String, one of "WINDOWS_SERVER_2019_FULL", "WINDOWS_SERVER_2019_CORE", "WINDOWS_SERVER_2016_FULL", "WINDOWS_SERVER_2004_CORE", "WINDOWS_SERVER_2022_CORE", "WINDOWS_SERVER_2022_FULL", "WINDOWS_SERVER_20H2_CORE", "LINUX"
3585
+ # resp.task_definition.runtime_platform.operating_system_family #=> String, one of "WINDOWS_SERVER_2019_FULL", "WINDOWS_SERVER_2019_CORE", "WINDOWS_SERVER_2016_FULL", "WINDOWS_SERVER_2004_CORE", "WINDOWS_SERVER_2022_CORE", "WINDOWS_SERVER_2022_FULL", "WINDOWS_SERVER_2025_CORE", "WINDOWS_SERVER_2025_FULL", "WINDOWS_SERVER_20H2_CORE", "LINUX"
3586
3586
  # resp.task_definition.requires_compatibilities #=> Array
3587
3587
  # resp.task_definition.requires_compatibilities[0] #=> String, one of "EC2", "FARGATE", "EXTERNAL"
3588
3588
  # resp.task_definition.cpu #=> String
@@ -4921,7 +4921,7 @@ module Aws::ECS
4921
4921
  # resp.task_definition.compatibilities #=> Array
4922
4922
  # resp.task_definition.compatibilities[0] #=> String, one of "EC2", "FARGATE", "EXTERNAL"
4923
4923
  # resp.task_definition.runtime_platform.cpu_architecture #=> String, one of "X86_64", "ARM64"
4924
- # resp.task_definition.runtime_platform.operating_system_family #=> String, one of "WINDOWS_SERVER_2019_FULL", "WINDOWS_SERVER_2019_CORE", "WINDOWS_SERVER_2016_FULL", "WINDOWS_SERVER_2004_CORE", "WINDOWS_SERVER_2022_CORE", "WINDOWS_SERVER_2022_FULL", "WINDOWS_SERVER_20H2_CORE", "LINUX"
4924
+ # resp.task_definition.runtime_platform.operating_system_family #=> String, one of "WINDOWS_SERVER_2019_FULL", "WINDOWS_SERVER_2019_CORE", "WINDOWS_SERVER_2016_FULL", "WINDOWS_SERVER_2004_CORE", "WINDOWS_SERVER_2022_CORE", "WINDOWS_SERVER_2022_FULL", "WINDOWS_SERVER_2025_CORE", "WINDOWS_SERVER_2025_FULL", "WINDOWS_SERVER_20H2_CORE", "LINUX"
4925
4925
  # resp.task_definition.requires_compatibilities #=> Array
4926
4926
  # resp.task_definition.requires_compatibilities[0] #=> String, one of "EC2", "FARGATE", "EXTERNAL"
4927
4927
  # resp.task_definition.cpu #=> String
@@ -8426,7 +8426,7 @@ module Aws::ECS
8426
8426
  # },
8427
8427
  # runtime_platform: {
8428
8428
  # cpu_architecture: "X86_64", # accepts X86_64, ARM64
8429
- # operating_system_family: "WINDOWS_SERVER_2019_FULL", # accepts WINDOWS_SERVER_2019_FULL, WINDOWS_SERVER_2019_CORE, WINDOWS_SERVER_2016_FULL, WINDOWS_SERVER_2004_CORE, WINDOWS_SERVER_2022_CORE, WINDOWS_SERVER_2022_FULL, WINDOWS_SERVER_20H2_CORE, LINUX
8429
+ # operating_system_family: "WINDOWS_SERVER_2019_FULL", # accepts WINDOWS_SERVER_2019_FULL, WINDOWS_SERVER_2019_CORE, WINDOWS_SERVER_2016_FULL, WINDOWS_SERVER_2004_CORE, WINDOWS_SERVER_2022_CORE, WINDOWS_SERVER_2022_FULL, WINDOWS_SERVER_2025_CORE, WINDOWS_SERVER_2025_FULL, WINDOWS_SERVER_20H2_CORE, LINUX
8430
8430
  # },
8431
8431
  # enable_fault_injection: false,
8432
8432
  # })
@@ -8583,7 +8583,7 @@ module Aws::ECS
8583
8583
  # resp.task_definition.compatibilities #=> Array
8584
8584
  # resp.task_definition.compatibilities[0] #=> String, one of "EC2", "FARGATE", "EXTERNAL"
8585
8585
  # resp.task_definition.runtime_platform.cpu_architecture #=> String, one of "X86_64", "ARM64"
8586
- # resp.task_definition.runtime_platform.operating_system_family #=> String, one of "WINDOWS_SERVER_2019_FULL", "WINDOWS_SERVER_2019_CORE", "WINDOWS_SERVER_2016_FULL", "WINDOWS_SERVER_2004_CORE", "WINDOWS_SERVER_2022_CORE", "WINDOWS_SERVER_2022_FULL", "WINDOWS_SERVER_20H2_CORE", "LINUX"
8586
+ # resp.task_definition.runtime_platform.operating_system_family #=> String, one of "WINDOWS_SERVER_2019_FULL", "WINDOWS_SERVER_2019_CORE", "WINDOWS_SERVER_2016_FULL", "WINDOWS_SERVER_2004_CORE", "WINDOWS_SERVER_2022_CORE", "WINDOWS_SERVER_2022_FULL", "WINDOWS_SERVER_2025_CORE", "WINDOWS_SERVER_2025_FULL", "WINDOWS_SERVER_20H2_CORE", "LINUX"
8587
8587
  # resp.task_definition.requires_compatibilities #=> Array
8588
8588
  # resp.task_definition.requires_compatibilities[0] #=> String, one of "EC2", "FARGATE", "EXTERNAL"
8589
8589
  # resp.task_definition.cpu #=> String
@@ -8638,7 +8638,7 @@ module Aws::ECS
8638
8638
  # place tasks manually on specific container instances.
8639
8639
  #
8640
8640
  # You can attach Amazon EBS volumes to Amazon ECS tasks by configuring
8641
- # the volume when creating or updating a service. For more infomation,
8641
+ # the volume when creating or updating a service. For more information,
8642
8642
  # see [Amazon EBS volumes][2] in the *Amazon Elastic Container Service
8643
8643
  # Developer Guide*.
8644
8644
  #
@@ -9237,7 +9237,7 @@ module Aws::ECS
9237
9237
  # Container Service Developer Guide*.
9238
9238
  #
9239
9239
  # You can attach Amazon EBS volumes to Amazon ECS tasks by configuring
9240
- # the volume when creating or updating a service. For more infomation,
9240
+ # the volume when creating or updating a service. For more information,
9241
9241
  # see [Amazon EBS volumes][2] in the *Amazon Elastic Container Service
9242
9242
  # Developer Guide*.
9243
9243
  #
@@ -11341,13 +11341,13 @@ module Aws::ECS
11341
11341
  #
11342
11342
  # You can attach Amazon EBS volumes to Amazon ECS tasks by configuring
11343
11343
  # the volume when starting or running a task, or when creating or
11344
- # updating a service. For more infomation, see [Amazon EBS volumes][1]
11344
+ # updating a service. For more information, see [Amazon EBS volumes][1]
11345
11345
  # in the *Amazon Elastic Container Service Developer Guide*. You can
11346
11346
  # update your volume configurations and trigger a new deployment.
11347
11347
  # `volumeConfigurations` is only supported for REPLICA service and not
11348
11348
  # DAEMON service. If you leave `volumeConfigurations` `null`, it
11349
- # doesn't trigger a new deployment. For more infomation on volumes, see
11350
- # [Amazon EBS volumes][1] in the *Amazon Elastic Container Service
11349
+ # doesn't trigger a new deployment. For more information on volumes,
11350
+ # see [Amazon EBS volumes][1] in the *Amazon Elastic Container Service
11351
11351
  # Developer Guide*.
11352
11352
  #
11353
11353
  # For services using the blue/green (`CODE_DEPLOY`) deployment
@@ -11373,7 +11373,7 @@ module Aws::ECS
11373
11373
  #
11374
11374
  # You can attach Amazon EBS volumes to Amazon ECS tasks by configuring
11375
11375
  # the volume when starting or running a task, or when creating or
11376
- # updating a service. For more infomation, see [Amazon EBS volumes][1]
11376
+ # updating a service. For more information, see [Amazon EBS volumes][1]
11377
11377
  # in the *Amazon Elastic Container Service Developer Guide*.
11378
11378
  #
11379
11379
  # If you have updated the container image of your application, you can
@@ -11501,18 +11501,21 @@ module Aws::ECS
11501
11501
  #
11502
11502
  # The following list provides the valid transitions:
11503
11503
  #
11504
- # * Update the Fargate launch type to an EC2 capacity provider.
11504
+ # * Update the Fargate launch type to an Auto Scaling group capacity
11505
+ # provider.
11505
11506
  #
11506
11507
  # * Update the Amazon EC2 launch type to a Fargate capacity provider.
11507
11508
  #
11508
- # * Update the Fargate capacity provider to an EC2 capacity provider.
11509
+ # * Update the Fargate capacity provider to an Auto Scaling group
11510
+ # capacity provider.
11509
11511
  #
11510
11512
  # * Update the Amazon EC2 capacity provider to a Fargate capacity
11511
11513
  # provider.
11512
11514
  #
11513
- # * Update the EC2 or Fargate capacity provider back to the launch type.
11515
+ # * Update the Auto Scaling group or Fargate capacity provider back to
11516
+ # the launch type.
11514
11517
  #
11515
- # Pass an empty list in the `capacityProvider` parameter.
11518
+ # Pass an empty list in the `capacityProviderStrategy` parameter.
11516
11519
  #
11517
11520
  # For information about Amazon Web Services CDK considerations, see
11518
11521
  # [Amazon Web Services CDK considerations][1].
@@ -12562,7 +12565,7 @@ module Aws::ECS
12562
12565
  tracer: tracer
12563
12566
  )
12564
12567
  context[:gem_name] = 'aws-sdk-ecs'
12565
- context[:gem_version] = '1.194.0'
12568
+ context[:gem_version] = '1.195.0'
12566
12569
  Seahorse::Client::Request.new(handlers, context)
12567
12570
  end
12568
12571
 
@@ -1053,11 +1053,18 @@ module Aws::ECS
1053
1053
  # The image used to start a container. This string is passed directly
1054
1054
  # to the Docker daemon. By default, images in the Docker Hub registry
1055
1055
  # are available. Other repositories are specified with either `
1056
- # repository-url/image:tag ` or ` repository-url/image@digest `. Up to
1057
- # 255 letters (uppercase and lowercase), numbers, hyphens,
1058
- # underscores, colons, periods, forward slashes, and number signs are
1059
- # allowed. This parameter maps to `Image` in the docker container
1060
- # create command and the `IMAGE` parameter of docker run.
1056
+ # repository-url/image:tag ` or ` repository-url/image@digest `. For
1057
+ # images using tags (repository-url/image:tag), up to 255 characters
1058
+ # total are allowed, including letters (uppercase and lowercase),
1059
+ # numbers, hyphens, underscores, colons, periods, forward slashes, and
1060
+ # number signs (#). For images using digests
1061
+ # (repository-url/image@digest), the 255 character limit applies only
1062
+ # to the repository URL and image name (everything before the @ sign).
1063
+ # The only supported hash function is sha256, and the hash value after
1064
+ # sha256: must be exactly 64 characters (only letters A-F, a-f, and
1065
+ # numbers 0-9 are allowed). This parameter maps to `Image` in the
1066
+ # docker container create command and the `IMAGE` parameter of docker
1067
+ # run.
1061
1068
  #
1062
1069
  # * When a new task starts, the Amazon ECS container agent pulls the
1063
1070
  # latest version of the specified image and tag for the container to
@@ -13429,19 +13436,21 @@ module Aws::ECS
13429
13436
  #
13430
13437
  # The following list provides the valid transitions:
13431
13438
  #
13432
- # * Update the Fargate launch type to an EC2 capacity provider.
13439
+ # * Update the Fargate launch type to an Auto Scaling group capacity
13440
+ # provider.
13433
13441
  #
13434
13442
  # * Update the Amazon EC2 launch type to a Fargate capacity provider.
13435
13443
  #
13436
- # * Update the Fargate capacity provider to an EC2 capacity provider.
13444
+ # * Update the Fargate capacity provider to an Auto Scaling group
13445
+ # capacity provider.
13437
13446
  #
13438
13447
  # * Update the Amazon EC2 capacity provider to a Fargate capacity
13439
13448
  # provider.
13440
13449
  #
13441
- # * Update the EC2 or Fargate capacity provider back to the launch
13442
- # type.
13450
+ # * Update the Auto Scaling group or Fargate capacity provider back to
13451
+ # the launch type.
13443
13452
  #
13444
- # Pass an empty list in the `capacityProvider` parameter.
13453
+ # Pass an empty list in the `capacityProviderStrategy` parameter.
13445
13454
  #
13446
13455
  # For information about Amazon Web Services CDK considerations, see
13447
13456
  # [Amazon Web Services CDK considerations][1].
data/lib/aws-sdk-ecs.rb CHANGED
@@ -55,7 +55,7 @@ module Aws::ECS
55
55
  autoload :EndpointProvider, 'aws-sdk-ecs/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-ecs/endpoints'
57
57
 
58
- GEM_VERSION = '1.194.0'
58
+ GEM_VERSION = '1.195.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -1146,7 +1146,7 @@ module Aws
1146
1146
  },
1147
1147
  ?runtime_platform: {
1148
1148
  cpu_architecture: ("X86_64" | "ARM64")?,
1149
- operating_system_family: ("WINDOWS_SERVER_2019_FULL" | "WINDOWS_SERVER_2019_CORE" | "WINDOWS_SERVER_2016_FULL" | "WINDOWS_SERVER_2004_CORE" | "WINDOWS_SERVER_2022_CORE" | "WINDOWS_SERVER_2022_FULL" | "WINDOWS_SERVER_20H2_CORE" | "LINUX")?
1149
+ operating_system_family: ("WINDOWS_SERVER_2019_FULL" | "WINDOWS_SERVER_2019_CORE" | "WINDOWS_SERVER_2016_FULL" | "WINDOWS_SERVER_2004_CORE" | "WINDOWS_SERVER_2022_CORE" | "WINDOWS_SERVER_2022_FULL" | "WINDOWS_SERVER_2025_CORE" | "WINDOWS_SERVER_2025_FULL" | "WINDOWS_SERVER_20H2_CORE" | "LINUX")?
1150
1150
  },
1151
1151
  ?enable_fault_injection: bool
1152
1152
  ) -> _RegisterTaskDefinitionResponseSuccess
data/sig/types.rbs CHANGED
@@ -1296,7 +1296,7 @@ module Aws::ECS
1296
1296
 
1297
1297
  class RuntimePlatform
1298
1298
  attr_accessor cpu_architecture: ("X86_64" | "ARM64")
1299
- attr_accessor operating_system_family: ("WINDOWS_SERVER_2019_FULL" | "WINDOWS_SERVER_2019_CORE" | "WINDOWS_SERVER_2016_FULL" | "WINDOWS_SERVER_2004_CORE" | "WINDOWS_SERVER_2022_CORE" | "WINDOWS_SERVER_2022_FULL" | "WINDOWS_SERVER_20H2_CORE" | "LINUX")
1299
+ attr_accessor operating_system_family: ("WINDOWS_SERVER_2019_FULL" | "WINDOWS_SERVER_2019_CORE" | "WINDOWS_SERVER_2016_FULL" | "WINDOWS_SERVER_2004_CORE" | "WINDOWS_SERVER_2022_CORE" | "WINDOWS_SERVER_2022_FULL" | "WINDOWS_SERVER_2025_CORE" | "WINDOWS_SERVER_2025_FULL" | "WINDOWS_SERVER_20H2_CORE" | "LINUX")
1300
1300
  SENSITIVE: []
1301
1301
  end
1302
1302
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ecs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.194.0
4
+ version: 1.195.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services