aws-sdk-cloudformation 1.41.0 → 1.42.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: 5567c7545584e95524b19713434c6dcb3da5e52a665b7346b9002a65ada199e4
4
- data.tar.gz: 56e28211fdfe5b0c8c5d15e438cf887a81c23367e2787190404b733f348818fc
3
+ metadata.gz: 6c6c61f954476db563219c23f112b3de30ac12bdd12565bb61f71b9d055d9493
4
+ data.tar.gz: 2d31512f0643889e545e9ebce45d590650aeca24610ae05d58eb50e316f854b0
5
5
  SHA512:
6
- metadata.gz: c428424f2fa75f6da46918007dcdbbe1f91b050edbb014ef312e2145228bfd1f678bce754ff867b6b1bb131e08893bb8c7bf7b96d8fcc9da16088f832df6c1e3
7
- data.tar.gz: 024a05c1718444adda684aeb032c05a0612e6e5e10d8bff7f03892f8f4cbf76740c8ee4e182a24e6ca5934884bb4b63aacf7f56fad0c0d543cce242f56451c78
6
+ metadata.gz: f864136575f551695aeb302d494ba3857460a53029b649232ff258f1c0f4c7f950c76f7da7ba7481830c0d6c344c069150d00b6674f28593d258453db1ee11d5
7
+ data.tar.gz: 9997605a2121517ed7201e3adbef7cd24ca2ea883aff0e55d3e4c6c60c8610909a1cd93c99de8369c06046b832a2bb50ddd4f79e6e91fcfb98ca9b703262f806
@@ -49,9 +49,9 @@ require_relative 'aws-sdk-cloudformation/customizations'
49
49
  #
50
50
  # See {Errors} for more information.
51
51
  #
52
- # @service
52
+ # @!group service
53
53
  module Aws::CloudFormation
54
54
 
55
- GEM_VERSION = '1.41.0'
55
+ GEM_VERSION = '1.42.0'
56
56
 
57
57
  end
@@ -85,13 +85,28 @@ module Aws::CloudFormation
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::CloudFormation
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
@@ -5317,7 +5332,7 @@ module Aws::CloudFormation
5317
5332
  params: params,
5318
5333
  config: config)
5319
5334
  context[:gem_name] = 'aws-sdk-cloudformation'
5320
- context[:gem_version] = '1.41.0'
5335
+ context[:gem_version] = '1.42.0'
5321
5336
  Seahorse::Client::Request.new(handlers, context)
5322
5337
  end
5323
5338
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudformation
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.41.0
4
+ version: 1.42.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