aws-sdk-cloudfront 1.67.0 → 1.68.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dd882b09e0b243d7600e640e76c4cd53b61b2291cd2bd61b2c65234eb78e162d
4
- data.tar.gz: 3c54216dea65196bf0d783385f3bdf94a1e4ebeb2ca4b3070730db248bb6507e
3
+ metadata.gz: fc42b83a52342b44864a69c021e528d49d32777b5cfff7420f474df6046d763d
4
+ data.tar.gz: 8d77da8c76a36b8b2b9a2a0ba1915311c204ee44d953bdb19914e69d681c67ed
5
5
  SHA512:
6
- metadata.gz: 9f1c73ea7b4ba2d221241da9b47727debc7f2b924d4128874e1bb0c40499414746d77ee7a2ff44feb6f838c19b24b6ffff272cf85ed7a3f5fdc88a0ca64e8c06
7
- data.tar.gz: d6383aa78bd30f23a51c462ecdc0a38567b9fb29f09d1f178b108b7bcfbd3b3b47c9c16850dc22877b5c847dd22c8bce53211773853ef1655ff234667f9f61c9
6
+ metadata.gz: 3e904e99411eb5ef469c091857341afb49dd53b7c522473027fb5c7410a040e8a7f8441440a8ea914918650d6ccb3fa079b317a1f0a9146debbcf24512d09063
7
+ data.tar.gz: 331eb74330eb8bb8cdb6dab038fdf039e80d96f784696867efdfb8cb31abe65b2e8b8329822d399b0b0fb8621c37fc25ca3c2664e308565858c6f47b17bfcbdd
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.68.0 (2022-08-31)
5
+ ------------------
6
+
7
+ * Feature - Update API documentation for CloudFront origin access control (OAC)
8
+
4
9
  1.67.0 (2022-08-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.67.0
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.67.0'
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 an
10268
- # [origin request policy][2] for all cache behaviors that use
10269
- # origins associated with this origin access control.**
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-origin-requests.html
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
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-cloudfront/customizations'
49
49
  # @!group service
50
50
  module Aws::CloudFront
51
51
 
52
- GEM_VERSION = '1.67.0'
52
+ GEM_VERSION = '1.68.0'
53
53
 
54
54
  end
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.67.0
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-24 00:00:00.000000000 Z
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