aws-sdk-dataexchange 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: 67ddf1023b317cb77c6eaa8de108a6c63c11c0d37314b2c3c08a6db72267df7f
4
- data.tar.gz: 030b35fc0e8225984f3321423d9642c87ad2b23a1109012beee7fccf8db7433a
3
+ metadata.gz: bfd0c8b681a1c66358f6e9aad64b300cd2c35c81dc7afd441af90ae624fd9b5d
4
+ data.tar.gz: 992c0ac6f4b433d4f968d172907a04570e42e82bc1da8283c6573ffbbbd7a647
5
5
  SHA512:
6
- metadata.gz: dd250a56870b60b11159b1f5cefb5689d5e9be99922c2a3b755a1a708592c69d12151fd68847189d4c6fcd81676e413d87a64709e52cd6d7c4f67e70a5da4c25
7
- data.tar.gz: ff252c49d9fa9b89fe37eb9035f7c46554fe9e5567ffb26dcc1e9c62f7b15a4f72686bbd6b3bd1e0a346fba1f4100d180326c2a30131b2b6208baa3ff92ce060
6
+ metadata.gz: f41be6c369c7d1ca2786dd353daaa2de1b4cfd92ed8fa1d1a9db95dcdff5b2b4c466323f6f1528f00e92157ee59746ccdfb667599beca7fe6623a21e03f15a88
7
+ data.tar.gz: ed28c073f265c72751bf2b4402a2b5e677fc2480827e70daccb08d90e8ff271549e208957a5cd9e8f3cc6708fd3c3d6a9bf415ce22ce3c26f18cc455da72be74
@@ -44,9 +44,9 @@ require_relative 'aws-sdk-dataexchange/customizations'
44
44
  #
45
45
  # See {Errors} for more information.
46
46
  #
47
- # @service
47
+ # @!group service
48
48
  module Aws::DataExchange
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::DataExchange
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::DataExchange
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
@@ -1374,7 +1389,7 @@ module Aws::DataExchange
1374
1389
  params: params,
1375
1390
  config: config)
1376
1391
  context[:gem_name] = 'aws-sdk-dataexchange'
1377
- context[:gem_version] = '1.7.0'
1392
+ context[:gem_version] = '1.8.0'
1378
1393
  Seahorse::Client::Request.new(handlers, context)
1379
1394
  end
1380
1395
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-dataexchange
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