aws-sdk-opsworkscm 1.37.0 → 1.38.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: 247faa3a38d5bb22bfc035493fa9e76716be7c30404c76c6cf7e81e22143ecf2
4
- data.tar.gz: c1d3d909b961df1f53642926f658da11a3736036380c3b7ac184e168508b3a25
3
+ metadata.gz: a66e87897348549b7f262aedfba1d12cdd0fd7c73cfd32bc1d9bef8f12b603d4
4
+ data.tar.gz: '08ce89f62dd735e62d1b65531c74a2c40447804f88c2e80090b93b8dae845f79'
5
5
  SHA512:
6
- metadata.gz: dd377249c2f615d4ff15ef7fd4c70c1fecda4c38647aa6e6058b4f2186b30e0dcdc3101b20d63c2d46215f7bbac5a9df1ab201ed7d98add5298cf59604845126
7
- data.tar.gz: 7dc48f832b8aed67f8ef3d177b7c9cb123d4322972fb8e895c964beec209e624ff78101991b13dde1de5b21fa5829cf4c5c18afbd98ad821cda4839088d6071e
6
+ metadata.gz: 4cd3c919dcac539ded56f298f4f209c9c1505e2ca9dbfe79abe67cc23da3531bb96f84d8d4bfb76bf29243b58984c907efc6aa294fc647eef6462dacdb8ad507
7
+ data.tar.gz: ca9898f4eadfd104e2c485e6fbcbb620a9a325dd258cda8fb8170f3ed0ab13087c915118ea3d5d5e2f91fff39f1c768228a39db1f7bae23465106780aece579b
@@ -45,9 +45,9 @@ require_relative 'aws-sdk-opsworkscm/customizations'
45
45
  #
46
46
  # See {Errors} for more information.
47
47
  #
48
- # @service
48
+ # @!group service
49
49
  module Aws::OpsWorksCM
50
50
 
51
- GEM_VERSION = '1.37.0'
51
+ GEM_VERSION = '1.38.0'
52
52
 
53
53
  end
@@ -85,13 +85,28 @@ module Aws::OpsWorksCM
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::OpsWorksCM
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
@@ -1769,7 +1784,7 @@ module Aws::OpsWorksCM
1769
1784
  params: params,
1770
1785
  config: config)
1771
1786
  context[:gem_name] = 'aws-sdk-opsworkscm'
1772
- context[:gem_version] = '1.37.0'
1787
+ context[:gem_version] = '1.38.0'
1773
1788
  Seahorse::Client::Request.new(handlers, context)
1774
1789
  end
1775
1790
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-opsworkscm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.37.0
4
+ version: 1.38.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