aws-sdk-outposts 1.7.0 → 1.8.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: b241cafe77340a19ae081fae7f896cb45f1adff35bb02abfbae527137fc6848d
4
- data.tar.gz: 3b21550953924cfb6c3cdfbe2428b86cbeabdf5e7c04284803101f6f008cf737
3
+ metadata.gz: dff9d0a8778dd2e5571a847327d23e61fc0486f793f915a5f58190a9c8353921
4
+ data.tar.gz: 4145279787cd7366ad7339dd5c0b813c2ad91a6e3d7a525f47e39eb88e01dda3
5
5
  SHA512:
6
- metadata.gz: 073a3c0c567bb1608c622ae57773bfb32894b92cb0a4856d862763d8f0fa9aeca87ee178a92be14905e6c83447da8f6e18ed8a2613f45e51b80a67a84901b046
7
- data.tar.gz: f3cb9f602edc80ca77ec54dec34e3902d3eaf44e9d102297369c61ce5f62af2a7b6f5b50fb1fdd10611d1da5d5fa01ff614530170e382a543c90618ed24c8a7d
6
+ metadata.gz: 6780ca7c01337b094bc5988ef906c371f2568ca54002d573f17f927f9fe6249472322a115a9c4c6985003e93ce7506584582817b3175eb42cd401dc2bef61fdc
7
+ data.tar.gz: 06ee707546ba1de8348a49b4f3b6deeb93a7d78605e8b151a2fde628cbe6f90bea32f1d816eea715086b56216c5dc8717d2df53bf81f6d553b3b1d8ee061c4a8
@@ -44,9 +44,9 @@ require_relative 'aws-sdk-outposts/customizations'
44
44
  #
45
45
  # See {Errors} for more information.
46
46
  #
47
- # @service
47
+ # @!group service
48
48
  module Aws::Outposts
49
49
 
50
- GEM_VERSION = '1.7.0'
50
+ GEM_VERSION = '1.8.0'
51
51
 
52
52
  end
@@ -85,13 +85,28 @@ module Aws::Outposts
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::Outposts
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
@@ -589,7 +604,7 @@ module Aws::Outposts
589
604
  params: params,
590
605
  config: config)
591
606
  context[:gem_name] = 'aws-sdk-outposts'
592
- context[:gem_version] = '1.7.0'
607
+ context[:gem_version] = '1.8.0'
593
608
  Seahorse::Client::Request.new(handlers, context)
594
609
  end
595
610
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-outposts
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.8.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