aws-sdk-ecs 1.67.0 → 1.68.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 30dba1faf9ae3ba545add5ee948641f9eb73620ca1493d9c167b846f7952c6b0
4
- data.tar.gz: 22b0b5d99059f31af3bb39d02bc091bb0a61c009b992ee92c7526a9f382f805d
3
+ metadata.gz: a2a507e8e518cc74de7255038b68e75c9d4e3f25af0a137d8f4253d753cf2774
4
+ data.tar.gz: cd83f0ffb0f74ae7c50fafddcdac275adf0880a037678a63ef9e01d4f594b914
5
5
  SHA512:
6
- metadata.gz: d09459ef665f9143b90cde25626563efe82262ccaec6f824dbb860f3ded4f91ceecbde61ea21429a213b32c5f015a8abb981dceadfc30d1f88a19e515e663da3
7
- data.tar.gz: cb8bcdaabbfbbbc6b160c599a00fb69079e7d6074f568617b2b587967549902b56316534348b0fc21584d6a1e47e2c16c85f5ef9d1c2e26ff0ead3371320afe8
6
+ metadata.gz: ca32aad6abcef906791c52e046e49d86a981682c3d64c6c728dcfefc8eedd10cb9360212ebbeae836aa71bf649f180b05e988f23c50aedc15ddaf84c0397cb45
7
+ data.tar.gz: 92c68a40a23f03d4cdb6a0e387f82e20e2545165adf2a7945f1bda19893cdca5b41ad418112e80f04fdd794f9b5bb739b75fa0cf775a083cf4537f478c2a2ee8
@@ -45,9 +45,9 @@ require_relative 'aws-sdk-ecs/customizations'
45
45
  #
46
46
  # See {Errors} for more information.
47
47
  #
48
- # @service
48
+ # @!group service
49
49
  module Aws::ECS
50
50
 
51
- GEM_VERSION = '1.67.0'
51
+ GEM_VERSION = '1.68.0'
52
52
 
53
53
  end
@@ -85,13 +85,28 @@ module Aws::ECS
85
85
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
86
86
  # credentials.
87
87
  #
88
+ # * `Aws::SharedCredentials` - Used for loading static credentials from a
89
+ # shared file, such as `~/.aws/config`.
90
+ #
91
+ # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
92
+ #
93
+ # * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
94
+ # assume a role after providing credentials via the web.
95
+ #
96
+ # * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
97
+ # access token generated from `aws login`.
98
+ #
99
+ # * `Aws::ProcessCredentials` - Used for loading credentials from a
100
+ # process that outputs to stdout.
101
+ #
88
102
  # * `Aws::InstanceProfileCredentials` - Used for loading credentials
89
103
  # from an EC2 IMDS on an EC2 instance.
90
104
  #
91
- # * `Aws::SharedCredentials` - Used for loading credentials from a
92
- # shared file, such as `~/.aws/config`.
105
+ # * `Aws::ECSCredentials` - Used for loading credentials from
106
+ # instances running in ECS.
93
107
  #
94
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
108
+ # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
109
+ # from the Cognito Identity service.
95
110
  #
96
111
  # When `:credentials` are not configured directly, the following
97
112
  # locations will be searched for credentials:
@@ -101,10 +116,10 @@ module Aws::ECS
101
116
  # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
102
117
  # * `~/.aws/credentials`
103
118
  # * `~/.aws/config`
104
- # * EC2 IMDS instance profile - When used by default, the timeouts are
105
- # very aggressive. Construct and pass an instance of
106
- # `Aws::InstanceProfileCredentails` to enable retries and extended
107
- # timeouts.
119
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
+ # are very aggressive. Construct and pass an instance of
121
+ # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
+ # enable retries and extended timeouts.
108
123
  #
109
124
  # @option options [required, String] :region
110
125
  # The AWS region to connect to. The configured `:region` is
@@ -8073,7 +8088,7 @@ module Aws::ECS
8073
8088
  params: params,
8074
8089
  config: config)
8075
8090
  context[:gem_name] = 'aws-sdk-ecs'
8076
- context[:gem_version] = '1.67.0'
8091
+ context[:gem_version] = '1.68.0'
8077
8092
  Seahorse::Client::Request.new(handlers, context)
8078
8093
  end
8079
8094
 
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.67.0
4
+ version: 1.68.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: 2020-07-02 00:00:00.000000000 Z
11
+ date: 2020-08-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core