aws-sdk-states 1.31.0 → 1.32.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: ee63e26cc12975ed5671bffc793690026324171ab9330bf948c33cd7624fb690
4
- data.tar.gz: 6789a21acce8b5b895c1d5a366e7926a59d418aa2d495bd80855f10d6ebf9d25
3
+ metadata.gz: 7875b8b51a96fcac35ba59b8a5b0817fc561e94b86b46d3cff0e4ae157aa0319
4
+ data.tar.gz: 2614b3cf6990694db500d2d522e42bcac16b531a36c8a5a29cefe407fccaba2f
5
5
  SHA512:
6
- metadata.gz: 8d56e5afd4d620e5e7ba2118c2fd0612e7af924b685f4c116bafc5f75548845372e0bb5ba2590880882f436e7a673a75605dfd14581e149a694b3d5dbb6ab29f
7
- data.tar.gz: e9b84a21a1e2579e13c5f882a3085a0224be72526a6bef484cf8ac5fe442fda985b448a04006375ad760fe162bb03bcd3aa9039a2c4747ee001437e7924bf8be
6
+ metadata.gz: cb4ed6995920f93c23ff61ef60184f81f3fc5047b4e7e74972b0d8360a44bff38e72fdd39252c1724f97efb089dcef7b9cfcfc5434805806e379e3e4515f6fc5
7
+ data.tar.gz: 219dfc774138b91f0a5074b0603398be7491dc6afb61be1a5799e09c005cc3eb60f8704f6fb04bbb977b6d0cc82c20d781e9a85cfa31c7810f21e106dfbce300
@@ -44,9 +44,9 @@ require_relative 'aws-sdk-states/customizations'
44
44
  #
45
45
  # See {Errors} for more information.
46
46
  #
47
- # @service
47
+ # @!group service
48
48
  module Aws::States
49
49
 
50
- GEM_VERSION = '1.31.0'
50
+ GEM_VERSION = '1.32.0'
51
51
 
52
52
  end
@@ -85,13 +85,28 @@ module Aws::States
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::States
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
@@ -1623,7 +1638,7 @@ module Aws::States
1623
1638
  params: params,
1624
1639
  config: config)
1625
1640
  context[:gem_name] = 'aws-sdk-states'
1626
- context[:gem_version] = '1.31.0'
1641
+ context[:gem_version] = '1.32.0'
1627
1642
  Seahorse::Client::Request.new(handlers, context)
1628
1643
  end
1629
1644
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-states
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.31.0
4
+ version: 1.32.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