aws-sdk-ecs 1.164.0 → 1.165.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: 569da2ff2e695e45a8e5601e41dac09b73eea38bd4a767a28d9229365229081d
4
- data.tar.gz: c00fe7569ccbc55918365cd6b45a7b2269f84932b42cc4c1720d205de2a40ec4
3
+ metadata.gz: fe2946f95c4ee4771f99cecbf1d4d4ad3497c404c3568ac2e6a3b8b9e358ecf5
4
+ data.tar.gz: 0210b97331cdfd04bf1cb350353d4507a8954544a8b60cf0f2939e54b0d59b5b
5
5
  SHA512:
6
- metadata.gz: acba298fdf2c9ec61873aa9e441228b49c4132d36aec789d7705f254ee4cd4baa4c61acac29395fe6109040108781f4ae8adb04b557b2144a93c21dfc4c7cad4
7
- data.tar.gz: 43b242e1f65bc59efc4856ac8e3f1d2e393bf667f60e18ca022982133d0e48e015a6d5ba8a7821037b248a63febb0250e87267b41bae45ecc831d880f3234a66
6
+ metadata.gz: 0c4a81db15b02451e356997eaacf1d91041315134a95ddfdf0b10b550d4610b1bd73f8622c92e306862efd644c43595b14d1e100035f2965e9103ace303e3ea6
7
+ data.tar.gz: fa9788f32d73f4d85aecb574067304adfc82fa8b7324ddf4e27e207f0fea9b4ef46b03616fe0d51b1427240cd913ec74ad7a2832ba98b7e2d22e8310e5e17508
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.165.0 (2024-10-24)
5
+ ------------------
6
+
7
+ * Feature - This release adds support for EBS volumes attached to Amazon ECS Windows tasks running on EC2 instances.
8
+
4
9
  1.164.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.164.0
1
+ 1.165.0
@@ -1575,7 +1575,7 @@ module Aws::ECS
1575
1575
  # },
1576
1576
  # ],
1577
1577
  # role_arn: "IAMRoleArn", # required
1578
- # filesystem_type: "ext3", # accepts ext3, ext4, xfs
1578
+ # filesystem_type: "ext3", # accepts ext3, ext4, xfs, ntfs
1579
1579
  # },
1580
1580
  # },
1581
1581
  # ],
@@ -1723,7 +1723,7 @@ module Aws::ECS
1723
1723
  # resp.service.deployments[0].volume_configurations[0].managed_ebs_volume.tag_specifications[0].tags[0].value #=> String
1724
1724
  # resp.service.deployments[0].volume_configurations[0].managed_ebs_volume.tag_specifications[0].propagate_tags #=> String, one of "TASK_DEFINITION", "SERVICE", "NONE"
1725
1725
  # resp.service.deployments[0].volume_configurations[0].managed_ebs_volume.role_arn #=> String
1726
- # resp.service.deployments[0].volume_configurations[0].managed_ebs_volume.filesystem_type #=> String, one of "ext3", "ext4", "xfs"
1726
+ # resp.service.deployments[0].volume_configurations[0].managed_ebs_volume.filesystem_type #=> String, one of "ext3", "ext4", "xfs", "ntfs"
1727
1727
  # resp.service.deployments[0].fargate_ephemeral_storage.kms_key_id #=> String
1728
1728
  # resp.service.role_arn #=> String
1729
1729
  # resp.service.events #=> Array
@@ -2534,7 +2534,7 @@ module Aws::ECS
2534
2534
  # resp.service.deployments[0].volume_configurations[0].managed_ebs_volume.tag_specifications[0].tags[0].value #=> String
2535
2535
  # resp.service.deployments[0].volume_configurations[0].managed_ebs_volume.tag_specifications[0].propagate_tags #=> String, one of "TASK_DEFINITION", "SERVICE", "NONE"
2536
2536
  # resp.service.deployments[0].volume_configurations[0].managed_ebs_volume.role_arn #=> String
2537
- # resp.service.deployments[0].volume_configurations[0].managed_ebs_volume.filesystem_type #=> String, one of "ext3", "ext4", "xfs"
2537
+ # resp.service.deployments[0].volume_configurations[0].managed_ebs_volume.filesystem_type #=> String, one of "ext3", "ext4", "xfs", "ntfs"
2538
2538
  # resp.service.deployments[0].fargate_ephemeral_storage.kms_key_id #=> String
2539
2539
  # resp.service.role_arn #=> String
2540
2540
  # resp.service.events #=> Array
@@ -3891,7 +3891,7 @@ module Aws::ECS
3891
3891
  # resp.services[0].deployments[0].volume_configurations[0].managed_ebs_volume.tag_specifications[0].tags[0].value #=> String
3892
3892
  # resp.services[0].deployments[0].volume_configurations[0].managed_ebs_volume.tag_specifications[0].propagate_tags #=> String, one of "TASK_DEFINITION", "SERVICE", "NONE"
3893
3893
  # resp.services[0].deployments[0].volume_configurations[0].managed_ebs_volume.role_arn #=> String
3894
- # resp.services[0].deployments[0].volume_configurations[0].managed_ebs_volume.filesystem_type #=> String, one of "ext3", "ext4", "xfs"
3894
+ # resp.services[0].deployments[0].volume_configurations[0].managed_ebs_volume.filesystem_type #=> String, one of "ext3", "ext4", "xfs", "ntfs"
3895
3895
  # resp.services[0].deployments[0].fargate_ephemeral_storage.kms_key_id #=> String
3896
3896
  # resp.services[0].role_arn #=> String
3897
3897
  # resp.services[0].events #=> Array
@@ -7760,7 +7760,7 @@ module Aws::ECS
7760
7760
  # termination_policy: {
7761
7761
  # delete_on_termination: false, # required
7762
7762
  # },
7763
- # filesystem_type: "ext3", # accepts ext3, ext4, xfs
7763
+ # filesystem_type: "ext3", # accepts ext3, ext4, xfs, ntfs
7764
7764
  # },
7765
7765
  # },
7766
7766
  # ],
@@ -8136,7 +8136,7 @@ module Aws::ECS
8136
8136
  # termination_policy: {
8137
8137
  # delete_on_termination: false, # required
8138
8138
  # },
8139
- # filesystem_type: "ext3", # accepts ext3, ext4, xfs
8139
+ # filesystem_type: "ext3", # accepts ext3, ext4, xfs, ntfs
8140
8140
  # },
8141
8141
  # },
8142
8142
  # ],
@@ -9869,7 +9869,7 @@ module Aws::ECS
9869
9869
  # },
9870
9870
  # ],
9871
9871
  # role_arn: "IAMRoleArn", # required
9872
- # filesystem_type: "ext3", # accepts ext3, ext4, xfs
9872
+ # filesystem_type: "ext3", # accepts ext3, ext4, xfs, ntfs
9873
9873
  # },
9874
9874
  # },
9875
9875
  # ],
@@ -10017,7 +10017,7 @@ module Aws::ECS
10017
10017
  # resp.service.deployments[0].volume_configurations[0].managed_ebs_volume.tag_specifications[0].tags[0].value #=> String
10018
10018
  # resp.service.deployments[0].volume_configurations[0].managed_ebs_volume.tag_specifications[0].propagate_tags #=> String, one of "TASK_DEFINITION", "SERVICE", "NONE"
10019
10019
  # resp.service.deployments[0].volume_configurations[0].managed_ebs_volume.role_arn #=> String
10020
- # resp.service.deployments[0].volume_configurations[0].managed_ebs_volume.filesystem_type #=> String, one of "ext3", "ext4", "xfs"
10020
+ # resp.service.deployments[0].volume_configurations[0].managed_ebs_volume.filesystem_type #=> String, one of "ext3", "ext4", "xfs", "ntfs"
10021
10021
  # resp.service.deployments[0].fargate_ephemeral_storage.kms_key_id #=> String
10022
10022
  # resp.service.role_arn #=> String
10023
10023
  # resp.service.events #=> Array
@@ -10432,7 +10432,7 @@ module Aws::ECS
10432
10432
  tracer: tracer
10433
10433
  )
10434
10434
  context[:gem_name] = 'aws-sdk-ecs'
10435
- context[:gem_version] = '1.164.0'
10435
+ context[:gem_version] = '1.165.0'
10436
10436
  Seahorse::Client::Request.new(handlers, context)
10437
10437
  end
10438
10438
 
@@ -5222,7 +5222,7 @@ module Aws::ECS
5222
5222
  #
5223
5223
  # An exit code of 0 indicates success, and non-zero exit code
5224
5224
  # indicates failure. For more information, see `HealthCheck` in the
5225
- # docker container create command
5225
+ # docker container create command.
5226
5226
  # @return [Array<String>]
5227
5227
  #
5228
5228
  # @!attribute [rw] interval
@@ -9621,11 +9621,18 @@ module Aws::ECS
9621
9621
  # The configuration for the Amazon EBS volume that Amazon ECS creates
9622
9622
  # and manages on your behalf. These settings are used to create each
9623
9623
  # Amazon EBS volume, with one volume created for each task in the
9624
- # service.
9624
+ # service. For information about the supported launch types and
9625
+ # operating systems, see [Supported operating systems and launch
9626
+ # types][1] in the<i> Amazon Elastic Container Service Developer
9627
+ # Guide</i>.
9625
9628
  #
9626
9629
  # Many of these parameters map 1:1 with the Amazon EBS `CreateVolume`
9627
9630
  # API request parameters.
9628
9631
  #
9632
+ #
9633
+ #
9634
+ # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ebs-volumes.html#ebs-volumes-configuration
9635
+ #
9629
9636
  # @!attribute [rw] encrypted
9630
9637
  # Indicates whether the volume should be encrypted. If no value is
9631
9638
  # specified, encryption is turned on by default. This parameter maps
@@ -9784,13 +9791,16 @@ module Aws::ECS
9784
9791
  # @return [String]
9785
9792
  #
9786
9793
  # @!attribute [rw] filesystem_type
9787
- # The Linux filesystem type for the volume. For volumes created from a
9794
+ # The filesystem type for the volume. For volumes created from a
9788
9795
  # snapshot, you must specify the same filesystem type that the volume
9789
9796
  # was using when the snapshot was created. If there is a filesystem
9790
9797
  # type mismatch, the task will fail to start.
9791
9798
  #
9792
- # The available filesystem types are
 `ext3`, `ext4`, and `xfs`. If no
9793
- # value is specified, the `xfs` filesystem type is used by default.
9799
+ # The available Linux filesystem types are
 `ext3`, `ext4`, and `xfs`.
9800
+ # If no value is specified, the `xfs` filesystem type is used by
9801
+ # default.
9802
+ #
9803
+ # The available Windows filesystem types are `NTFS`.
9794
9804
  # @return [String]
9795
9805
  #
9796
9806
  # @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/ServiceManagedEBSVolumeConfiguration AWS API Documentation
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.164.0'
58
+ GEM_VERSION = '1.165.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -299,7 +299,7 @@ module Aws
299
299
  },
300
300
  ]?,
301
301
  role_arn: ::String,
302
- filesystem_type: ("ext3" | "ext4" | "xfs")?
302
+ filesystem_type: ("ext3" | "ext4" | "xfs" | "ntfs")?
303
303
  }?
304
304
  },
305
305
  ]
@@ -1218,7 +1218,7 @@ module Aws
1218
1218
  termination_policy: {
1219
1219
  delete_on_termination: bool
1220
1220
  }?,
1221
- filesystem_type: ("ext3" | "ext4" | "xfs")?
1221
+ filesystem_type: ("ext3" | "ext4" | "xfs" | "ntfs")?
1222
1222
  }?
1223
1223
  },
1224
1224
  ]
@@ -1323,7 +1323,7 @@ module Aws
1323
1323
  termination_policy: {
1324
1324
  delete_on_termination: bool
1325
1325
  }?,
1326
- filesystem_type: ("ext3" | "ext4" | "xfs")?
1326
+ filesystem_type: ("ext3" | "ext4" | "xfs" | "ntfs")?
1327
1327
  }?
1328
1328
  },
1329
1329
  ]
@@ -1689,7 +1689,7 @@ module Aws
1689
1689
  },
1690
1690
  ]?,
1691
1691
  role_arn: ::String,
1692
- filesystem_type: ("ext3" | "ext4" | "xfs")?
1692
+ filesystem_type: ("ext3" | "ext4" | "xfs" | "ntfs")?
1693
1693
  }?
1694
1694
  },
1695
1695
  ]
data/sig/types.rbs CHANGED
@@ -1348,7 +1348,7 @@ module Aws::ECS
1348
1348
  attr_accessor throughput: ::Integer
1349
1349
  attr_accessor tag_specifications: ::Array[Types::EBSTagSpecification]
1350
1350
  attr_accessor role_arn: ::String
1351
- attr_accessor filesystem_type: ("ext3" | "ext4" | "xfs")
1351
+ attr_accessor filesystem_type: ("ext3" | "ext4" | "xfs" | "ntfs")
1352
1352
  SENSITIVE: []
1353
1353
  end
1354
1354
 
@@ -1588,7 +1588,7 @@ module Aws::ECS
1588
1588
  attr_accessor tag_specifications: ::Array[Types::EBSTagSpecification]
1589
1589
  attr_accessor role_arn: ::String
1590
1590
  attr_accessor termination_policy: Types::TaskManagedEBSVolumeTerminationPolicy
1591
- attr_accessor filesystem_type: ("ext3" | "ext4" | "xfs")
1591
+ attr_accessor filesystem_type: ("ext3" | "ext4" | "xfs" | "ntfs")
1592
1592
  SENSITIVE: []
1593
1593
  end
1594
1594
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ecs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.164.0
4
+ version: 1.165.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-18 00:00:00.000000000 Z
11
+ date: 2024-10-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core