aws-sdk-cloudfront 1.36.1 → 1.37.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: 3a5af741d1928211c3b73add0a72f52829937fec78d2c0fb48745130ad958d9e
4
- data.tar.gz: a50c48f85dbbfd8f9bafe54f9f63d5d5950c9719eb4bc46f9121e22f2f9993d3
3
+ metadata.gz: a7afc43069fedbfca896a1f22a2e6e4f0eda693861507308e2c5982eaf6a9ac2
4
+ data.tar.gz: 524e959205d0260e9ca08f18322a89a93025dc2045cc8a8d8b8fb6abc515b3d9
5
5
  SHA512:
6
- metadata.gz: e5799dfa502f5c15bab486494ab9386d57bc835b9b96b4499e32e6afd7f0d8e345fa59725da6714e82bcff95a76d98a12b449ae5293c9e13d342cc2d91be0faf
7
- data.tar.gz: 8e0a78582f8d0cb5785111d31ac77a59f2a4c4984ba8c133a8fa2930ef79016b86ff4779b1128c0902dd084bd549c5b975eb555dbc961f6ac1f4feaf7a9dd2a8
6
+ metadata.gz: 6ebc4df02084c7303a99d495674f14c077c5c541f58e2319bc5ccc0a329f9fc3a1444307324ea343d22137e832c717675d0313137be61c8e2dd9f8ee26eea66e
7
+ data.tar.gz: a065392769bcdd71c3141aa692032c62a505793a5fe612dff2aeb97d6a5543ca3555b2dbd387ef3cf3bbcd2aa38068cada6785d0bb07556737f365efe9c8c649
@@ -45,9 +45,9 @@ require_relative 'aws-sdk-cloudfront/customizations'
45
45
  #
46
46
  # See {Errors} for more information.
47
47
  #
48
- # @service
48
+ # @!group service
49
49
  module Aws::CloudFront
50
50
 
51
- GEM_VERSION = '1.36.1'
51
+ GEM_VERSION = '1.37.0'
52
52
 
53
53
  end
@@ -85,13 +85,28 @@ module Aws::CloudFront
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::CloudFront
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
@@ -5214,7 +5229,7 @@ module Aws::CloudFront
5214
5229
  params: params,
5215
5230
  config: config)
5216
5231
  context[:gem_name] = 'aws-sdk-cloudfront'
5217
- context[:gem_version] = '1.36.1'
5232
+ context[:gem_version] = '1.37.0'
5218
5233
  Seahorse::Client::Request.new(handlers, context)
5219
5234
  end
5220
5235
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudfront
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.36.1
4
+ version: 1.37.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-19 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