aws-sdk-cloudfront 1.94.0 → 1.96.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudfront/client.rb +30 -4
- data/lib/aws-sdk-cloudfront/client_api.rb +1 -0
- data/lib/aws-sdk-cloudfront/types.rb +6 -4
- data/lib/aws-sdk-cloudfront.rb +1 -1
- data/sig/client.rbs +1 -0
- data/sig/resource.rbs +1 -0
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7610fdddb0527a03ab304888f6d8e0c546d305e603e88a9a8a81fb2fcff2f977
|
|
4
|
+
data.tar.gz: bfbb48ab5af226f1988e8474f0e4bb6384e94a732bc8efc02ecb3afa96724391
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7fd2032116aea8b21777ade2200aab4515a250b55ddfc57c97f99562924dff17e7e960a73ffdfc6dd2c4b5e3c766cf7ac702de537a9719778e2fd1e8b430eb33
|
|
7
|
+
data.tar.gz: 2be7e51404abc0c4791497528d6c2e696118f51ef5f174c4d1beecf929bad7174154f5b075ed313ee4ce3949b01876ae88b6c9557a728088de5cb6ab82008191
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.96.0 (2024-07-02)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.95.0 (2024-06-27)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Doc only update for CloudFront that fixes customer-reported issue
|
|
13
|
+
|
|
4
14
|
1.94.0 (2024-06-25)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.96.0
|
|
@@ -312,6 +312,15 @@ module Aws::CloudFront
|
|
|
312
312
|
#
|
|
313
313
|
# @option options [String] :session_token
|
|
314
314
|
#
|
|
315
|
+
# @option options [Array] :sigv4a_signing_region_set
|
|
316
|
+
# A list of regions that should be signed with SigV4a signing. When
|
|
317
|
+
# not passed, a default `:sigv4a_signing_region_set` is searched for
|
|
318
|
+
# in the following locations:
|
|
319
|
+
#
|
|
320
|
+
# * `Aws.config[:sigv4a_signing_region_set]`
|
|
321
|
+
# * `ENV['AWS_SIGV4A_SIGNING_REGION_SET']`
|
|
322
|
+
# * `~/.aws/config`
|
|
323
|
+
#
|
|
315
324
|
# @option options [Boolean] :stub_responses (false)
|
|
316
325
|
# Causes the client to return stubbed responses. By default
|
|
317
326
|
# fake responses are generated and returned. You can specify
|
|
@@ -7248,7 +7257,13 @@ module Aws::CloudFront
|
|
|
7248
7257
|
req.send_request(options)
|
|
7249
7258
|
end
|
|
7250
7259
|
|
|
7251
|
-
# List tags for a CloudFront resource.
|
|
7260
|
+
# List tags for a CloudFront resource. For more information, see
|
|
7261
|
+
# [Tagging a distribution][1] in the *Amazon CloudFront Developer
|
|
7262
|
+
# Guide*.
|
|
7263
|
+
#
|
|
7264
|
+
#
|
|
7265
|
+
#
|
|
7266
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/tagging.html
|
|
7252
7267
|
#
|
|
7253
7268
|
# @option params [required, String] :resource
|
|
7254
7269
|
# An ARN of a CloudFront resource.
|
|
@@ -7332,7 +7347,12 @@ module Aws::CloudFront
|
|
|
7332
7347
|
req.send_request(options)
|
|
7333
7348
|
end
|
|
7334
7349
|
|
|
7335
|
-
# Add tags to a CloudFront resource.
|
|
7350
|
+
# Add tags to a CloudFront resource. For more information, see [Tagging
|
|
7351
|
+
# a distribution][1] in the *Amazon CloudFront Developer Guide*.
|
|
7352
|
+
#
|
|
7353
|
+
#
|
|
7354
|
+
#
|
|
7355
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/tagging.html
|
|
7336
7356
|
#
|
|
7337
7357
|
# @option params [required, String] :resource
|
|
7338
7358
|
# An ARN of a CloudFront resource.
|
|
@@ -7445,7 +7465,13 @@ module Aws::CloudFront
|
|
|
7445
7465
|
req.send_request(options)
|
|
7446
7466
|
end
|
|
7447
7467
|
|
|
7448
|
-
# Remove tags from a CloudFront resource.
|
|
7468
|
+
# Remove tags from a CloudFront resource. For more information, see
|
|
7469
|
+
# [Tagging a distribution][1] in the *Amazon CloudFront Developer
|
|
7470
|
+
# Guide*.
|
|
7471
|
+
#
|
|
7472
|
+
#
|
|
7473
|
+
#
|
|
7474
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/tagging.html
|
|
7449
7475
|
#
|
|
7450
7476
|
# @option params [required, String] :resource
|
|
7451
7477
|
# An ARN of a CloudFront resource.
|
|
@@ -9431,7 +9457,7 @@ module Aws::CloudFront
|
|
|
9431
9457
|
params: params,
|
|
9432
9458
|
config: config)
|
|
9433
9459
|
context[:gem_name] = 'aws-sdk-cloudfront'
|
|
9434
|
-
context[:gem_version] = '1.
|
|
9460
|
+
context[:gem_version] = '1.96.0'
|
|
9435
9461
|
Seahorse::Client::Request.new(handlers, context)
|
|
9436
9462
|
end
|
|
9437
9463
|
|
|
@@ -269,9 +269,9 @@ module Aws::CloudFront
|
|
|
269
269
|
# *Amazon CloudFront Developer Guide*.
|
|
270
270
|
#
|
|
271
271
|
# If you don't want to specify any cache behaviors, include only an
|
|
272
|
-
# empty `CacheBehaviors` element.
|
|
273
|
-
#
|
|
274
|
-
#
|
|
272
|
+
# empty `CacheBehaviors` element. Don't specify an empty individual
|
|
273
|
+
# `CacheBehavior` element, because this is invalid. For more
|
|
274
|
+
# information, see [CacheBehaviors][2].
|
|
275
275
|
#
|
|
276
276
|
# To delete all cache behaviors in an existing distribution, update the
|
|
277
277
|
# distribution configuration and include only an empty `CacheBehaviors`
|
|
@@ -998,7 +998,9 @@ module Aws::CloudFront
|
|
|
998
998
|
#
|
|
999
999
|
# @!attribute [rw] items
|
|
1000
1000
|
# A complex type that contains the HTTP methods that you want
|
|
1001
|
-
# CloudFront to cache responses to.
|
|
1001
|
+
# CloudFront to cache responses to. Valid values for `CachedMethods`
|
|
1002
|
+
# include `GET`, `HEAD`, and `OPTIONS`, depending on which caching
|
|
1003
|
+
# option you choose. For more information, see the preceding section.
|
|
1002
1004
|
# @return [Array<String>]
|
|
1003
1005
|
#
|
|
1004
1006
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/CachedMethods AWS API Documentation
|
data/lib/aws-sdk-cloudfront.rb
CHANGED
data/sig/client.rbs
CHANGED
data/sig/resource.rbs
CHANGED
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.
|
|
4
|
+
version: 1.96.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: 2024-
|
|
11
|
+
date: 2024-07-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
version: '3'
|
|
20
20
|
- - ">="
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: 3.
|
|
22
|
+
version: 3.201.0
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -29,21 +29,21 @@ dependencies:
|
|
|
29
29
|
version: '3'
|
|
30
30
|
- - ">="
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: 3.
|
|
32
|
+
version: 3.201.0
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: aws-sigv4
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
|
36
36
|
requirements:
|
|
37
37
|
- - "~>"
|
|
38
38
|
- !ruby/object:Gem::Version
|
|
39
|
-
version: '1.
|
|
39
|
+
version: '1.5'
|
|
40
40
|
type: :runtime
|
|
41
41
|
prerelease: false
|
|
42
42
|
version_requirements: !ruby/object:Gem::Requirement
|
|
43
43
|
requirements:
|
|
44
44
|
- - "~>"
|
|
45
45
|
- !ruby/object:Gem::Version
|
|
46
|
-
version: '1.
|
|
46
|
+
version: '1.5'
|
|
47
47
|
description: Official AWS Ruby gem for Amazon CloudFront (CloudFront). This gem is
|
|
48
48
|
part of the AWS SDK for Ruby.
|
|
49
49
|
email:
|