aws-sdk-networkmanager 1.5.0 → 1.6.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: 9438026c3cb5ce9d4037825064df4404a1d4f1acbb3b0e7c7fe552ed8391c0d8
4
- data.tar.gz: 12a61a653fdc5212aa49a7f78c7831ae27cf583beff9bf68c52fb754fbe067cd
3
+ metadata.gz: 037e0267556989d3ce3f6046da1eb188ae17b2c25a8a81f4e2865d78c8c5ce53
4
+ data.tar.gz: b06404ec2c137e1f211c0e7f282a7c490a468d10230efa38eea4b363d5460830
5
5
  SHA512:
6
- metadata.gz: df52d4a42d67c3da864ca8e7bb65cf7985de1b2b70d78b30bb185e5bb111b2a1294628d36703503cb7b83dae23e496d084458cac6728bf23e5856ff3c2623eaf
7
- data.tar.gz: 13548e2ebb85aaba4e0f3b182be940e44426a7342b504d3e04fb25f1aa2523c721df8b632ed022b4f07c34e730487d5dbabcd4ac0371b816a7699b48352acb6e
6
+ metadata.gz: 00c7e51f7e6429edc5d2bf6aafab922c00aa48ac8d5798e6fdc17e6112ca5c60b1f9b1091c8c6b1f99a635c6292096d4be1b98d895675abc495f2d7f9c7e1d59
7
+ data.tar.gz: 3eed32e759adff5485caf7e4889793c6e9e7bcc0b7247162dcc8e3bf973c2b64692c4e241437e5232b4eb270b0084cb84db8ec43d39618d1ee502e534a060500
@@ -44,9 +44,9 @@ require_relative 'aws-sdk-networkmanager/customizations'
44
44
  #
45
45
  # See {Errors} for more information.
46
46
  #
47
- # @service
47
+ # @!group service
48
48
  module Aws::NetworkManager
49
49
 
50
- GEM_VERSION = '1.5.0'
50
+ GEM_VERSION = '1.6.0'
51
51
 
52
52
  end
@@ -85,13 +85,28 @@ module Aws::NetworkManager
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::NetworkManager
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
@@ -1825,7 +1840,7 @@ module Aws::NetworkManager
1825
1840
  params: params,
1826
1841
  config: config)
1827
1842
  context[:gem_name] = 'aws-sdk-networkmanager'
1828
- context[:gem_version] = '1.5.0'
1843
+ context[:gem_version] = '1.6.0'
1829
1844
  Seahorse::Client::Request.new(handlers, context)
1830
1845
  end
1831
1846
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-networkmanager
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.6.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