aws-sdk-route53resolver 1.17.0 → 1.18.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: 2dbec47c524b0339cfd727e936aa45d93f6c596d5903316c17b86fa30aa149ae
4
- data.tar.gz: ff4d8be5366f590e4be0cca314086a8f95a639e6ea37ed885487c63e54a8eec2
3
+ metadata.gz: 811387b981ea95c826b48f2f3c70cd7cde090dd6a412d2cdcb38451603218e31
4
+ data.tar.gz: 8247be8fe4ca874bf343fb3f7c5d2d7caf43cb32b1abe51af253ae6f674a9613
5
5
  SHA512:
6
- metadata.gz: 19e376fc34a5ff8d60292f6c9e3790df5a727e795aae0bd8cb66432ca3e29687b1dadd0d8d8bb4b5686a393d520b06dcda2fc3d760605bd03f7deaf5cdcda8f0
7
- data.tar.gz: 628d3ddd9beeb518ddaa93831adb74d412d02c83c5db92e79b92feb34555f8b9be90b8c67ea121b93950ec65df4268fd26a8df5f42b96a93ddb2b5aaf8426696
6
+ metadata.gz: f6bc097c6afb6d88f83c09fa9734ffc1e29608abce6a8c02ba5c065e063879e0654b715579abc723e1937c6be6b77587ef9e68bb3ce40624775c94fd2013373d
7
+ data.tar.gz: 483c48562843f810c3e192bcfe6e6165680c7d5d0df571fd3522fbe0431b17b5cbfb59c6fd8e9adcc408cb67909ddf2dcfc0d39263fbe7e4afd2689983a11768
@@ -44,9 +44,9 @@ require_relative 'aws-sdk-route53resolver/customizations'
44
44
  #
45
45
  # See {Errors} for more information.
46
46
  #
47
- # @service
47
+ # @!group service
48
48
  module Aws::Route53Resolver
49
49
 
50
- GEM_VERSION = '1.17.0'
50
+ GEM_VERSION = '1.18.0'
51
51
 
52
52
  end
@@ -85,13 +85,28 @@ module Aws::Route53Resolver
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::Route53Resolver
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
@@ -1511,7 +1526,7 @@ module Aws::Route53Resolver
1511
1526
  params: params,
1512
1527
  config: config)
1513
1528
  context[:gem_name] = 'aws-sdk-route53resolver'
1514
- context[:gem_version] = '1.17.0'
1529
+ context[:gem_version] = '1.18.0'
1515
1530
  Seahorse::Client::Request.new(handlers, context)
1516
1531
  end
1517
1532
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-route53resolver
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.17.0
4
+ version: 1.18.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