aws-sdk-rdsdataservice 1.20.0 → 1.21.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: 5e2272ee6a4b01b1b1defbbc42b8f33053217c244d23cb1a87cd786c7250bfe7
4
- data.tar.gz: 38b1424a3b3793966b94243fa6895fa52b11a8601ac3d5c74ded71a67c43b8f8
3
+ metadata.gz: fc179de69bcec9e2ec1ac40903127aaeb7f4ba3ff0422cbf18fe55157897bb09
4
+ data.tar.gz: 8242f040b846b455c1fd4375e6a779f551de8913728fe7213399c5658b154de7
5
5
  SHA512:
6
- metadata.gz: 7784e12efc983d216b603fdd2939ea1661e4921b6f7780da7f20aa0173147346410aed3da4018ea3876a1c1e1b450461491fa7eb2f1eeb40ebb63e2f1a9703f1
7
- data.tar.gz: cefb31909d5d97c83e729fd25e833741a72db3ac0abdb205b4f4267db583bd7879ec03c2e62019f3310b982e2b15d8af2895b4f8a2c693150339462350f8cf8a
6
+ metadata.gz: 86edfca9693d7f948a444362efa59600ba871b56ffdcf8f2c2763288389313d42d814b7b6db31f656da5120c0d6e50c933e5cdbffff4a31e55cd0c51d76e5240
7
+ data.tar.gz: d4ff3f184c66add2add07fcd71fba5c01c9692cb59e8c0049734eeabab199f8d8f05c3adcdbf7ea7e29d7e2b4ac6dc194f3418d3f0eee2314d33d20c5d0ceac7
@@ -44,9 +44,9 @@ require_relative 'aws-sdk-rdsdataservice/customizations'
44
44
  #
45
45
  # See {Errors} for more information.
46
46
  #
47
- # @service
47
+ # @!group service
48
48
  module Aws::RDSDataService
49
49
 
50
- GEM_VERSION = '1.20.0'
50
+ GEM_VERSION = '1.21.0'
51
51
 
52
52
  end
@@ -85,13 +85,28 @@ module Aws::RDSDataService
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::RDSDataService
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
@@ -812,7 +827,7 @@ module Aws::RDSDataService
812
827
  params: params,
813
828
  config: config)
814
829
  context[:gem_name] = 'aws-sdk-rdsdataservice'
815
- context[:gem_version] = '1.20.0'
830
+ context[:gem_version] = '1.21.0'
816
831
  Seahorse::Client::Request.new(handlers, context)
817
832
  end
818
833
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-rdsdataservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.20.0
4
+ version: 1.21.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