aws-sdk-cloudfront 1.67.0 → 1.68.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudfront/client.rb +4 -3
- data/lib/aws-sdk-cloudfront/types.rb +8 -8
- data/lib/aws-sdk-cloudfront.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fc42b83a52342b44864a69c021e528d49d32777b5cfff7420f474df6046d763d
|
4
|
+
data.tar.gz: 8d77da8c76a36b8b2b9a2a0ba1915311c204ee44d953bdb19914e69d681c67ed
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3e904e99411eb5ef469c091857341afb49dd53b7c522473027fb5c7410a040e8a7f8441440a8ea914918650d6ccb3fa079b317a1f0a9146debbcf24512d09063
|
7
|
+
data.tar.gz: 331eb74330eb8bb8cdb6dab038fdf039e80d96f784696867efdfb8cb31abe65b2e8b8329822d399b0b0fb8621c37fc25ca3c2664e308565858c6f47b17bfcbdd
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.68.0
|
@@ -3978,7 +3978,8 @@ module Aws::CloudFront
|
|
3978
3978
|
req.send_request(options)
|
3979
3979
|
end
|
3980
3980
|
|
3981
|
-
# Gets a CloudFront origin access control
|
3981
|
+
# Gets a CloudFront origin access control, including its unique
|
3982
|
+
# identifier.
|
3982
3983
|
#
|
3983
3984
|
# @option params [required, String] :id
|
3984
3985
|
# The unique identifier of the origin access control.
|
@@ -4013,7 +4014,7 @@ module Aws::CloudFront
|
|
4013
4014
|
req.send_request(options)
|
4014
4015
|
end
|
4015
4016
|
|
4016
|
-
# Gets a CloudFront origin access control.
|
4017
|
+
# Gets a CloudFront origin access control configuration.
|
4017
4018
|
#
|
4018
4019
|
# @option params [required, String] :id
|
4019
4020
|
# The unique identifier of the origin access control.
|
@@ -8045,7 +8046,7 @@ module Aws::CloudFront
|
|
8045
8046
|
params: params,
|
8046
8047
|
config: config)
|
8047
8048
|
context[:gem_name] = 'aws-sdk-cloudfront'
|
8048
|
-
context[:gem_version] = '1.
|
8049
|
+
context[:gem_version] = '1.68.0'
|
8049
8050
|
Seahorse::Client::Request.new(handlers, context)
|
8050
8051
|
end
|
8051
8052
|
|
@@ -7263,7 +7263,7 @@ module Aws::CloudFront
|
|
7263
7263
|
end
|
7264
7264
|
|
7265
7265
|
# @!attribute [rw] origin_access_control_config
|
7266
|
-
# Contains an origin access control.
|
7266
|
+
# Contains an origin access control configuration.
|
7267
7267
|
# @return [Types::OriginAccessControlConfig]
|
7268
7268
|
#
|
7269
7269
|
# @!attribute [rw] etag
|
@@ -7300,7 +7300,7 @@ module Aws::CloudFront
|
|
7300
7300
|
end
|
7301
7301
|
|
7302
7302
|
# @!attribute [rw] origin_access_control
|
7303
|
-
# Contains an origin access control.
|
7303
|
+
# Contains an origin access control, including its unique identifier.
|
7304
7304
|
# @return [Types::OriginAccessControl]
|
7305
7305
|
#
|
7306
7306
|
# @!attribute [rw] etag
|
@@ -10184,7 +10184,7 @@ module Aws::CloudFront
|
|
10184
10184
|
include Aws::Structure
|
10185
10185
|
end
|
10186
10186
|
|
10187
|
-
# A CloudFront origin access control.
|
10187
|
+
# A CloudFront origin access control, including its unique identifier.
|
10188
10188
|
#
|
10189
10189
|
# @!attribute [rw] id
|
10190
10190
|
# The unique identifier of the origin access control.
|
@@ -10216,7 +10216,7 @@ module Aws::CloudFront
|
|
10216
10216
|
include Aws::Structure
|
10217
10217
|
end
|
10218
10218
|
|
10219
|
-
# A CloudFront origin access control.
|
10219
|
+
# A CloudFront origin access control configuration.
|
10220
10220
|
#
|
10221
10221
|
# @note When making an API call, you may pass OriginAccessControlConfig
|
10222
10222
|
# data as a hash:
|
@@ -10264,14 +10264,14 @@ module Aws::CloudFront
|
|
10264
10264
|
# CloudFront doesn't sign the origin request and instead passes
|
10265
10265
|
# along the `Authorization` header from the viewer request.
|
10266
10266
|
# **WARNING: To pass along the `Authorization` header from the
|
10267
|
-
# viewer request, you *must* add the `Authorization` header to
|
10268
|
-
# [
|
10269
|
-
#
|
10267
|
+
# viewer request, you *must* add the `Authorization` header to a
|
10268
|
+
# [cache policy][2] for all cache behaviors that use origins
|
10269
|
+
# associated with this origin access control.**
|
10270
10270
|
#
|
10271
10271
|
#
|
10272
10272
|
#
|
10273
10273
|
# [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-restricting-access-to-s3.html#oac-advanced-settings
|
10274
|
-
# [2]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-
|
10274
|
+
# [2]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html
|
10275
10275
|
# @return [String]
|
10276
10276
|
#
|
10277
10277
|
# @!attribute [rw] origin_access_control_origin_type
|
data/lib/aws-sdk-cloudfront.rb
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.68.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: 2022-08-
|
11
|
+
date: 2022-08-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|