aws-sdk-route53 1.40.0 → 1.41.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: ee11bc947b07196cfbbbd4eb7c1aa245e1a011bcf39c0657129c51899b1353b2
4
- data.tar.gz: e7fb4e3466064f1f0cb532ce9f0c7254696f732cb88f2a7155ec04fcb10955f8
3
+ metadata.gz: 0c956060628ae64255b3973651b8ba84d00603346b675c36effd30a171733f94
4
+ data.tar.gz: 2986a0eec260a94db577565a7f364585638aca81f0fdee79c68ad8ded181f0ff
5
5
  SHA512:
6
- metadata.gz: 6c785bc5dc0e15d719b6616d577a842d710c16c7eb8cbd45c45c6dd635b99a4caaa2e12246f6bdb5ce9e30146dfe268411fe8c1b6a056f76c1cc7455f995ec6a
7
- data.tar.gz: 57157a1dec4ba0e9b219513d1581f1b01e406e49d6519defbed975bbe30003bf5a70630dd953fa6f6709cd6552a80eefdaa97331f9fa698c963418b4ffeb2728
6
+ metadata.gz: fc991fd12e8add405e95a06cbe40279e8fd52dc4856bf124cc06242bafe28d86bc0c6055b3e3d1c26885cdb8db10605bc76c29fa2bac02d4afc659be57270ef9
7
+ data.tar.gz: eb78213d36aab9a69a4ecea2e43fd868d18ed1c28a7793cb44d279eb155f72d2f9a870cd8d2a6fd31072ea34f8e7cfa0f50f01b8da38ce8bbdb71c3246337b58
@@ -45,9 +45,9 @@ require_relative 'aws-sdk-route53/customizations'
45
45
  #
46
46
  # See {Errors} for more information.
47
47
  #
48
- # @service
48
+ # @!group service
49
49
  module Aws::Route53
50
50
 
51
- GEM_VERSION = '1.40.0'
51
+ GEM_VERSION = '1.41.0'
52
52
 
53
53
  end
@@ -87,13 +87,28 @@ module Aws::Route53
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::Route53
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
@@ -5229,7 +5244,7 @@ module Aws::Route53
5229
5244
  params: params,
5230
5245
  config: config)
5231
5246
  context[:gem_name] = 'aws-sdk-route53'
5232
- context[:gem_version] = '1.40.0'
5247
+ context[:gem_version] = '1.41.0'
5233
5248
  Seahorse::Client::Request.new(handlers, context)
5234
5249
  end
5235
5250
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-route53
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.40.0
4
+ version: 1.41.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-07-02 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