aws-sdk-swf 1.22.0 → 1.23.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: ad143ccabdcf1f90846d2ca14b79790ca1e65cb22d65a5fb7b344bd5c3a33364
4
- data.tar.gz: 79ac08d1c1fcafdcd91af41eafa4af24fd3ce70c94665cad0637785cd2afec51
3
+ metadata.gz: 39ae785d1d733cc2c8600813d50fb621b60f638024a96ec35bff07f9fdde1ac6
4
+ data.tar.gz: 227ebeffd11f736fec555e7aba119bf34ad4ff7172abb55e2065602c60a01c2e
5
5
  SHA512:
6
- metadata.gz: c726106c15a821874309095d0121571f31d02aaadff10db9b968defbe62562d4f578124f4066b042dc6c4cb7ec920f53dbecad0bfe6c7d96dcf91ed2bfa6f71a
7
- data.tar.gz: 3e3b1e2095c59806775305104c40e53c8d229b13ae4aebdf468240f9bad357d6222bbd5cd1cc467b781e2db3a0f29feda23e2b32a1055962245d32bcfca5dda4
6
+ metadata.gz: d981d02cab8120971e070adf004df493e574efccd7dfbb971d0e2e7164be4f3a21edcfaa6a6910c99e3f688ba6be451fe24651c202c9bdd84661dbb25084c2ab
7
+ data.tar.gz: 88f4075a4ac706660f614afa0c000c496b8587aeb500eed3bb2a609bf5fd28b1f246de017094edc214d746c8a38ed4bffe1011ccf4128f27b1afde92fdcb8754
@@ -44,9 +44,9 @@ require_relative 'aws-sdk-swf/customizations'
44
44
  #
45
45
  # See {Errors} for more information.
46
46
  #
47
- # @service
47
+ # @!group service
48
48
  module Aws::SWF
49
49
 
50
- GEM_VERSION = '1.22.0'
50
+ GEM_VERSION = '1.23.0'
51
51
 
52
52
  end
@@ -87,13 +87,28 @@ module Aws::SWF
87
87
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
88
88
  # credentials.
89
89
  #
90
+ # * `Aws::SharedCredentials` - Used for loading static credentials from a
91
+ # shared file, such as `~/.aws/config`.
92
+ #
93
+ # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
94
+ #
95
+ # * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
96
+ # assume a role after providing credentials via the web.
97
+ #
98
+ # * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
99
+ # access token generated from `aws login`.
100
+ #
101
+ # * `Aws::ProcessCredentials` - Used for loading credentials from a
102
+ # process that outputs to stdout.
103
+ #
90
104
  # * `Aws::InstanceProfileCredentials` - Used for loading credentials
91
105
  # from an EC2 IMDS on an EC2 instance.
92
106
  #
93
- # * `Aws::SharedCredentials` - Used for loading credentials from a
94
- # shared file, such as `~/.aws/config`.
107
+ # * `Aws::ECSCredentials` - Used for loading credentials from
108
+ # instances running in ECS.
95
109
  #
96
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
110
+ # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
111
+ # from the Cognito Identity service.
97
112
  #
98
113
  # When `:credentials` are not configured directly, the following
99
114
  # locations will be searched for credentials:
@@ -103,10 +118,10 @@ module Aws::SWF
103
118
  # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
104
119
  # * `~/.aws/credentials`
105
120
  # * `~/.aws/config`
106
- # * EC2 IMDS instance profile - When used by default, the timeouts are
107
- # very aggressive. Construct and pass an instance of
108
- # `Aws::InstanceProfileCredentails` to enable retries and extended
109
- # timeouts.
121
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts
122
+ # are very aggressive. Construct and pass an instance of
123
+ # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
124
+ # enable retries and extended timeouts.
110
125
  #
111
126
  # @option options [required, String] :region
112
127
  # The AWS region to connect to. The configured `:region` is
@@ -4273,7 +4288,7 @@ module Aws::SWF
4273
4288
  params: params,
4274
4289
  config: config)
4275
4290
  context[:gem_name] = 'aws-sdk-swf'
4276
- context[:gem_version] = '1.22.0'
4291
+ context[:gem_version] = '1.23.0'
4277
4292
  Seahorse::Client::Request.new(handlers, context)
4278
4293
  end
4279
4294
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-swf
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.22.0
4
+ version: 1.23.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-06-23 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