aws-sdk-ecs 1.123.0 → 1.124.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: 920bd326ba4a1bed54d4ddb85ce52dccb4dd2b69a372213b02a0410a84e59477
4
- data.tar.gz: e5b82ba469fc84928aa7c68b163ad7a835d9ef0f92304c33609217a89ce617e5
3
+ metadata.gz: ece40481ed4825bc988a0c3d215744cd476642e8ee81fea01096f2cbd267bf41
4
+ data.tar.gz: d7df9b0e414c9e7d44bb80760a83be559bff0f9d29f2c5fa0dc0afab0d87cd26
5
5
  SHA512:
6
- metadata.gz: e554d81eba122ca77cca2619459a2fa4e85aa2aaed9c712672df1044a64602efd9646969d5eab1c1c2d3dcda3c29a6f00e17dabca0d1bb1242e0bf29a4371760
7
- data.tar.gz: dd27b051a6c5ef349a221fb9931b294ba8f7822e647ad11a18d62c2801d1fae76a2706b90d411d847a7813527a1d6e66a694533a8aa483ba3288104cf9dc4486
6
+ metadata.gz: 79dde51798914d8ca2e1a3bfbe104f60f3fb6972dae4501f3c497d86069c50c395155dd55f7ee8d8a9f3d872ae495be78f52d05f8ce7c6fb9d0c142aea4990e5
7
+ data.tar.gz: af71902b2f2af0b70c0f87f5adecc603e39efed22b2b9f8ab5443225337d608d35e2ce786de6e2d105a2ab07a51f633c22d4f96b03f108f8ad4fc30c2c5bde16
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.124.0 (2023-06-30)
5
+ ------------------
6
+
7
+ * Feature - Added new field "credentialspecs" to the ecs task definition to support gMSA of windows/linux in both domainless and domain-joined mode
8
+
4
9
  1.123.0 (2023-06-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.123.0
1
+ 1.124.0
@@ -2499,6 +2499,8 @@ module Aws::ECS
2499
2499
  # resp.task_definitions[0].container_definitions[0].firelens_configuration.type #=> String, one of "fluentd", "fluentbit"
2500
2500
  # resp.task_definitions[0].container_definitions[0].firelens_configuration.options #=> Hash
2501
2501
  # resp.task_definitions[0].container_definitions[0].firelens_configuration.options["String"] #=> String
2502
+ # resp.task_definitions[0].container_definitions[0].credential_specs #=> Array
2503
+ # resp.task_definitions[0].container_definitions[0].credential_specs[0] #=> String
2502
2504
  # resp.task_definitions[0].family #=> String
2503
2505
  # resp.task_definitions[0].task_role_arn #=> String
2504
2506
  # resp.task_definitions[0].execution_role_arn #=> String
@@ -2952,6 +2954,8 @@ module Aws::ECS
2952
2954
  # resp.task_definition.container_definitions[0].firelens_configuration.type #=> String, one of "fluentd", "fluentbit"
2953
2955
  # resp.task_definition.container_definitions[0].firelens_configuration.options #=> Hash
2954
2956
  # resp.task_definition.container_definitions[0].firelens_configuration.options["String"] #=> String
2957
+ # resp.task_definition.container_definitions[0].credential_specs #=> Array
2958
+ # resp.task_definition.container_definitions[0].credential_specs[0] #=> String
2955
2959
  # resp.task_definition.family #=> String
2956
2960
  # resp.task_definition.task_role_arn #=> String
2957
2961
  # resp.task_definition.execution_role_arn #=> String
@@ -3868,6 +3872,8 @@ module Aws::ECS
3868
3872
  # resp.task_definition.container_definitions[0].firelens_configuration.type #=> String, one of "fluentd", "fluentbit"
3869
3873
  # resp.task_definition.container_definitions[0].firelens_configuration.options #=> Hash
3870
3874
  # resp.task_definition.container_definitions[0].firelens_configuration.options["String"] #=> String
3875
+ # resp.task_definition.container_definitions[0].credential_specs #=> Array
3876
+ # resp.task_definition.container_definitions[0].credential_specs[0] #=> String
3871
3877
  # resp.task_definition.family #=> String
3872
3878
  # resp.task_definition.task_role_arn #=> String
3873
3879
  # resp.task_definition.execution_role_arn #=> String
@@ -6610,6 +6616,7 @@ module Aws::ECS
6610
6616
  # "String" => "String",
6611
6617
  # },
6612
6618
  # },
6619
+ # credential_specs: ["String"],
6613
6620
  # },
6614
6621
  # ],
6615
6622
  # volumes: [
@@ -6798,6 +6805,8 @@ module Aws::ECS
6798
6805
  # resp.task_definition.container_definitions[0].firelens_configuration.type #=> String, one of "fluentd", "fluentbit"
6799
6806
  # resp.task_definition.container_definitions[0].firelens_configuration.options #=> Hash
6800
6807
  # resp.task_definition.container_definitions[0].firelens_configuration.options["String"] #=> String
6808
+ # resp.task_definition.container_definitions[0].credential_specs #=> Array
6809
+ # resp.task_definition.container_definitions[0].credential_specs[0] #=> String
6801
6810
  # resp.task_definition.family #=> String
6802
6811
  # resp.task_definition.task_role_arn #=> String
6803
6812
  # resp.task_definition.execution_role_arn #=> String
@@ -9722,7 +9731,7 @@ module Aws::ECS
9722
9731
  params: params,
9723
9732
  config: config)
9724
9733
  context[:gem_name] = 'aws-sdk-ecs'
9725
- context[:gem_version] = '1.123.0'
9734
+ context[:gem_version] = '1.124.0'
9726
9735
  Seahorse::Client::Request.new(handlers, context)
9727
9736
  end
9728
9737
 
@@ -559,6 +559,7 @@ module Aws::ECS
559
559
  ContainerDefinition.add_member(:system_controls, Shapes::ShapeRef.new(shape: SystemControls, location_name: "systemControls"))
560
560
  ContainerDefinition.add_member(:resource_requirements, Shapes::ShapeRef.new(shape: ResourceRequirements, location_name: "resourceRequirements"))
561
561
  ContainerDefinition.add_member(:firelens_configuration, Shapes::ShapeRef.new(shape: FirelensConfiguration, location_name: "firelensConfiguration"))
562
+ ContainerDefinition.add_member(:credential_specs, Shapes::ShapeRef.new(shape: StringList, location_name: "credentialSpecs"))
562
563
  ContainerDefinition.struct_class = Types::ContainerDefinition
563
564
 
564
565
  ContainerDefinitions.member = Shapes::ShapeRef.new(shape: ContainerDefinition)
@@ -1837,6 +1837,30 @@ module Aws::ECS
1837
1837
  # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using_firelens.html
1838
1838
  # @return [Types::FirelensConfiguration]
1839
1839
  #
1840
+ # @!attribute [rw] credential_specs
1841
+ # A list of ARNs in SSM or Amazon S3 to a credential spec
1842
+ # (`credspec`code>) file that configures a container for Active
1843
+ # Directory authentication. This parameter is only used with
1844
+ # domainless authentication.
1845
+ #
1846
+ # The format for each ARN is `credentialspecdomainless:MyARN`. Replace
1847
+ # `MyARN` with the ARN in SSM or Amazon S3.
1848
+ #
1849
+ # The `credspec` must provide a ARN in Secrets Manager for a secret
1850
+ # containing the username, password, and the domain to connect to. For
1851
+ # better security, the instance isn't joined to the domain for
1852
+ # domainless authentication. Other applications on the instance can't
1853
+ # use the domainless credentials. You can use this parameter to run
1854
+ # tasks on the same instance, even it the tasks need to join different
1855
+ # domains. For more information, see [Using gMSAs for Windows
1856
+ # Containers][1] and [Using gMSAs for Linux Containers][2].
1857
+ #
1858
+ #
1859
+ #
1860
+ # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/windows-gmsa.html
1861
+ # [2]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/linux-gmsa.html
1862
+ # @return [Array<String>]
1863
+ #
1840
1864
  # @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/ContainerDefinition AWS API Documentation
1841
1865
  #
1842
1866
  class ContainerDefinition < Struct.new(
@@ -1878,7 +1902,8 @@ module Aws::ECS
1878
1902
  :health_check,
1879
1903
  :system_controls,
1880
1904
  :resource_requirements,
1881
- :firelens_configuration)
1905
+ :firelens_configuration,
1906
+ :credential_specs)
1882
1907
  SENSITIVE = []
1883
1908
  include Aws::Structure
1884
1909
  end
@@ -4950,6 +4975,9 @@ module Aws::ECS
4950
4975
  # task with the DescribeTasks API operation or when viewing the task
4951
4976
  # details in the console.
4952
4977
  #
4978
+ # The health check is designed to make sure that your containers survive
4979
+ # agent restarts, upgrades, or temporary unavailability.
4980
+ #
4953
4981
  # The following describes the possible `healthStatus` values for a
4954
4982
  # container:
4955
4983
  #
@@ -4982,6 +5010,13 @@ module Aws::ECS
4982
5010
  #
4983
5011
  # The following are notes about container health check support:
4984
5012
  #
5013
+ # * When the Amazon ECS agent cannot connect to the Amazon ECS service,
5014
+ # the service reports the container as `UNHEALTHY`.
5015
+ #
5016
+ # * The health check statuses are the "last heard from" response from
5017
+ # the Amazon ECS agent. There are no assumptions made about the status
5018
+ # of the container health checks.
5019
+ #
4985
5020
  # * Container health checks require version 1.17.0 or greater of the
4986
5021
  # Amazon ECS container agent. For more information, see [Updating the
4987
5022
  # Amazon ECS container agent][2].
data/lib/aws-sdk-ecs.rb CHANGED
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-ecs/customizations'
53
53
  # @!group service
54
54
  module Aws::ECS
55
55
 
56
- GEM_VERSION = '1.123.0'
56
+ GEM_VERSION = '1.124.0'
57
57
 
58
58
  end
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.123.0
4
+ version: 1.124.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: 2023-06-28 00:00:00.000000000 Z
11
+ date: 2023-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core