aws-sdk-cloudfront 1.74.0 → 1.75.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: 745faa16b5149bf78620ba6e9a602017d740b3e318609aa90902a2baa589a8d9
4
- data.tar.gz: 2a98c7d6d258926030e1d371fdd8785d5711cac9c770bb260fe352596f17ee10
3
+ metadata.gz: 857995857a6c41dd15dc598588a6a9e95f8c2ea339015d639f0e0f55c3833c75
4
+ data.tar.gz: 27904bba5d68b18fb10cab09d4fba987a015effe2b51cf94aee05ff5d802fba2
5
5
  SHA512:
6
- metadata.gz: 0e28b8490646de9a5b68f92bb23d283a7497b2080b1b9ea4be51a4d2872fa9f7cead78a958b03e217abbf77b71ea9a97e9cc6c38298dee0dc86e21805ebac4b4
7
- data.tar.gz: d90dac52003cb88cdff23c61568e1912fac1b4f2d4eb652c8008876038cb2a088fd32903a32536edd9d19a754efc2b63fd44b0b6aa9f100af96bfd4ba72ba023
6
+ metadata.gz: 1273b3f56c88cc1d25eba7d66d9e2b5ebc31fb6761e9f9c5bef36f16d6ee0f3809ce50c57e7a7d0fa33f6ca1f3c1bda99abb4f923cd4370a89ebca4b78989935
7
+ data.tar.gz: e2bcabe9621a2c2bfdeb14e549a13c1378e85af2d49d62112251fd905c8e3b4a48032a7dc5ec554d14daf359edc8e20b0e9003b08eb81f6e8bf3e8a775032004
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.75.0 (2023-02-08)
5
+ ------------------
6
+
7
+ * Feature - CloudFront Origin Access Control extends support to AWS Elemental MediaStore origins.
8
+
4
9
  1.74.0 (2023-01-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.74.0
1
+ 1.75.0
@@ -2191,17 +2191,17 @@ module Aws::CloudFront
2191
2191
  # distribution so that CloudFront sends authenticated (signed) requests
2192
2192
  # to the origin.
2193
2193
  #
2194
- # For an Amazon S3 origin, this makes it possible to block public access
2195
- # to the Amazon S3 bucket so that viewers (users) can access the content
2196
- # in the bucket only through CloudFront.
2194
+ # This makes it possible to block public access to the origin, allowing
2195
+ # viewers (users) to access the origin's content only through
2196
+ # CloudFront.
2197
2197
  #
2198
2198
  # For more information about using a CloudFront origin access control,
2199
- # see [Restricting access to an Amazon S3 origin][1] in the *Amazon
2200
- # CloudFront Developer Guide*.
2199
+ # see [Restricting access to an Amazon Web Services origin][1] in the
2200
+ # *Amazon CloudFront Developer Guide*.
2201
2201
  #
2202
2202
  #
2203
2203
  #
2204
- # [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-restricting-access-to-s3.html
2204
+ # [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-restricting-access-to-origin.html
2205
2205
  #
2206
2206
  # @option params [required, Types::OriginAccessControlConfig] :origin_access_control_config
2207
2207
  # Contains the origin access control.
@@ -2220,7 +2220,7 @@ module Aws::CloudFront
2220
2220
  # description: "string",
2221
2221
  # signing_protocol: "sigv4", # required, accepts sigv4
2222
2222
  # signing_behavior: "never", # required, accepts never, always, no-override
2223
- # origin_access_control_origin_type: "s3", # required, accepts s3
2223
+ # origin_access_control_origin_type: "s3", # required, accepts s3, mediastore
2224
2224
  # },
2225
2225
  # })
2226
2226
  #
@@ -2231,7 +2231,7 @@ module Aws::CloudFront
2231
2231
  # resp.origin_access_control.origin_access_control_config.description #=> String
2232
2232
  # resp.origin_access_control.origin_access_control_config.signing_protocol #=> String, one of "sigv4"
2233
2233
  # resp.origin_access_control.origin_access_control_config.signing_behavior #=> String, one of "never", "always", "no-override"
2234
- # resp.origin_access_control.origin_access_control_config.origin_access_control_origin_type #=> String, one of "s3"
2234
+ # resp.origin_access_control.origin_access_control_config.origin_access_control_origin_type #=> String, one of "s3", "mediastore"
2235
2235
  # resp.location #=> String
2236
2236
  # resp.etag #=> String
2237
2237
  #
@@ -4465,7 +4465,7 @@ module Aws::CloudFront
4465
4465
  # resp.origin_access_control.origin_access_control_config.description #=> String
4466
4466
  # resp.origin_access_control.origin_access_control_config.signing_protocol #=> String, one of "sigv4"
4467
4467
  # resp.origin_access_control.origin_access_control_config.signing_behavior #=> String, one of "never", "always", "no-override"
4468
- # resp.origin_access_control.origin_access_control_config.origin_access_control_origin_type #=> String, one of "s3"
4468
+ # resp.origin_access_control.origin_access_control_config.origin_access_control_origin_type #=> String, one of "s3", "mediastore"
4469
4469
  # resp.etag #=> String
4470
4470
  #
4471
4471
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetOriginAccessControl AWS API Documentation
@@ -4499,7 +4499,7 @@ module Aws::CloudFront
4499
4499
  # resp.origin_access_control_config.description #=> String
4500
4500
  # resp.origin_access_control_config.signing_protocol #=> String, one of "sigv4"
4501
4501
  # resp.origin_access_control_config.signing_behavior #=> String, one of "never", "always", "no-override"
4502
- # resp.origin_access_control_config.origin_access_control_origin_type #=> String, one of "s3"
4502
+ # resp.origin_access_control_config.origin_access_control_origin_type #=> String, one of "s3", "mediastore"
4503
4503
  # resp.etag #=> String
4504
4504
  #
4505
4505
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetOriginAccessControlConfig AWS API Documentation
@@ -6483,7 +6483,7 @@ module Aws::CloudFront
6483
6483
  # resp.origin_access_control_list.items[0].name #=> String
6484
6484
  # resp.origin_access_control_list.items[0].signing_protocol #=> String, one of "sigv4"
6485
6485
  # resp.origin_access_control_list.items[0].signing_behavior #=> String, one of "never", "always", "no-override"
6486
- # resp.origin_access_control_list.items[0].origin_access_control_origin_type #=> String, one of "s3"
6486
+ # resp.origin_access_control_list.items[0].origin_access_control_origin_type #=> String, one of "s3", "mediastore"
6487
6487
  #
6488
6488
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListOriginAccessControls AWS API Documentation
6489
6489
  #
@@ -8340,7 +8340,7 @@ module Aws::CloudFront
8340
8340
  # description: "string",
8341
8341
  # signing_protocol: "sigv4", # required, accepts sigv4
8342
8342
  # signing_behavior: "never", # required, accepts never, always, no-override
8343
- # origin_access_control_origin_type: "s3", # required, accepts s3
8343
+ # origin_access_control_origin_type: "s3", # required, accepts s3, mediastore
8344
8344
  # },
8345
8345
  # id: "string", # required
8346
8346
  # if_match: "string",
@@ -8353,7 +8353,7 @@ module Aws::CloudFront
8353
8353
  # resp.origin_access_control.origin_access_control_config.description #=> String
8354
8354
  # resp.origin_access_control.origin_access_control_config.signing_protocol #=> String, one of "sigv4"
8355
8355
  # resp.origin_access_control.origin_access_control_config.signing_behavior #=> String, one of "never", "always", "no-override"
8356
- # resp.origin_access_control.origin_access_control_config.origin_access_control_origin_type #=> String, one of "s3"
8356
+ # resp.origin_access_control.origin_access_control_config.origin_access_control_origin_type #=> String, one of "s3", "mediastore"
8357
8357
  # resp.etag #=> String
8358
8358
  #
8359
8359
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateOriginAccessControl AWS API Documentation
@@ -8876,7 +8876,7 @@ module Aws::CloudFront
8876
8876
  params: params,
8877
8877
  config: config)
8878
8878
  context[:gem_name] = 'aws-sdk-cloudfront'
8879
- context[:gem_version] = '1.74.0'
8879
+ context[:gem_version] = '1.75.0'
8880
8880
  Seahorse::Client::Request.new(handlers, context)
8881
8881
  end
8882
8882
 
@@ -8025,8 +8025,7 @@ module Aws::CloudFront
8025
8025
  # @return [String]
8026
8026
  #
8027
8027
  # @!attribute [rw] origin_access_control_origin_type
8028
- # The type of origin that this origin access control is for. The only
8029
- # valid value is `s3`.
8028
+ # The type of origin that this origin access control is for.
8030
8029
  # @return [String]
8031
8030
  #
8032
8031
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/OriginAccessControlConfig AWS API Documentation
@@ -8135,8 +8134,7 @@ module Aws::CloudFront
8135
8134
  # @return [String]
8136
8135
  #
8137
8136
  # @!attribute [rw] origin_access_control_origin_type
8138
- # The type of origin that this origin access control is for. The only
8139
- # valid value is `s3`.
8137
+ # The type of origin that this origin access control is for.
8140
8138
  # @return [String]
8141
8139
  #
8142
8140
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/OriginAccessControlSummary AWS API Documentation
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-cloudfront/customizations'
53
53
  # @!group service
54
54
  module Aws::CloudFront
55
55
 
56
- GEM_VERSION = '1.74.0'
56
+ GEM_VERSION = '1.75.0'
57
57
 
58
58
  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.74.0
4
+ version: 1.75.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: 2023-01-18 00:00:00.000000000 Z
11
+ date: 2023-02-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core