aws-sdk-rds 1.96.0 → 1.97.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ca81309eba6d6d7895733a8a3598a4b1bd0892ebd91d803a96293fa8881d64ac
4
- data.tar.gz: 2449ec61bda3861a90e1d47b09ecd77f8c1026b9c452eec356223a9e76d41fec
3
+ metadata.gz: 5d261d433a065305c39ab5e1b8f98eed6781e6dd439629670f1b6f0ec8f6aba6
4
+ data.tar.gz: a2e14d068bdfd84a91123fe7a058aed8f823a592f30725690bb7cbd05b85d394
5
5
  SHA512:
6
- metadata.gz: ccc8a9d9a080f3c3e2a88d706cc0195398c6939aa6d53bf47f8888b4c9ddd9679ac393b1c5eae45fbc0efb378fe534d629c8638649dfafe6812502bf363a7e03
7
- data.tar.gz: fcf747e0cb3be2f0e9b6fcf05949de13e6e4db04dd59c863b9beba17df6ebc30e0a140bd704034d0609bfc88fb0a614c3ad99ce7d694b0fd803475f5c34a26ef
6
+ metadata.gz: 9fd95d72bd9f528d2f324cbcc5de83d2253eb49c73ae420ddee2d4faa94ac1b3f1ade994136288b8daa1bc5e68fb8aa92e5468ccf83c0f0df6780ccdf6e31242
7
+ data.tar.gz: e986afe83b30e648ceb040916932cf293f8d2137847edc60759cbe57d642fbc73bc1066b9ae21d070b24017d9caffda5e9d3e2e0ceec7aa6fc6ba918beb85386
@@ -70,9 +70,9 @@ require_relative 'aws-sdk-rds/customizations'
70
70
  #
71
71
  # See {Errors} for more information.
72
72
  #
73
- # @service
73
+ # @!group service
74
74
  module Aws::RDS
75
75
 
76
- GEM_VERSION = '1.96.0'
76
+ GEM_VERSION = '1.97.0'
77
77
 
78
78
  end
@@ -87,13 +87,28 @@ module Aws::RDS
87
87
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
88
88
  # credentials.
89
89
  #
90
+ # * `Aws::SharedCredentials` - Used for loading static credentials from a
91
+ # shared file, such as `~/.aws/config`.
92
+ #
93
+ # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
94
+ #
95
+ # * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
96
+ # assume a role after providing credentials via the web.
97
+ #
98
+ # * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
99
+ # access token generated from `aws login`.
100
+ #
101
+ # * `Aws::ProcessCredentials` - Used for loading credentials from a
102
+ # process that outputs to stdout.
103
+ #
90
104
  # * `Aws::InstanceProfileCredentials` - Used for loading credentials
91
105
  # from an EC2 IMDS on an EC2 instance.
92
106
  #
93
- # * `Aws::SharedCredentials` - Used for loading credentials from a
94
- # shared file, such as `~/.aws/config`.
107
+ # * `Aws::ECSCredentials` - Used for loading credentials from
108
+ # instances running in ECS.
95
109
  #
96
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
110
+ # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
111
+ # from the Cognito Identity service.
97
112
  #
98
113
  # When `:credentials` are not configured directly, the following
99
114
  # locations will be searched for credentials:
@@ -103,10 +118,10 @@ module Aws::RDS
103
118
  # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
104
119
  # * `~/.aws/credentials`
105
120
  # * `~/.aws/config`
106
- # * EC2 IMDS instance profile - When used by default, the timeouts are
107
- # very aggressive. Construct and pass an instance of
108
- # `Aws::InstanceProfileCredentails` to enable retries and extended
109
- # timeouts.
121
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts
122
+ # are very aggressive. Construct and pass an instance of
123
+ # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
124
+ # enable retries and extended timeouts.
110
125
  #
111
126
  # @option options [required, String] :region
112
127
  # The AWS region to connect to. The configured `:region` is
@@ -18614,7 +18629,7 @@ module Aws::RDS
18614
18629
  params: params,
18615
18630
  config: config)
18616
18631
  context[:gem_name] = 'aws-sdk-rds'
18617
- context[:gem_version] = '1.96.0'
18632
+ context[:gem_version] = '1.97.0'
18618
18633
  Seahorse::Client::Request.new(handlers, context)
18619
18634
  end
18620
18635
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-rds
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.96.0
4
+ version: 1.97.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-08-13 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-sigv4