aws-sdk-cloudfront 1.87.0 → 1.88.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: e12ec8343ce60e61f94aaf774a73cab8fde2270bd44e47b9d1fbc6b0255852a5
4
- data.tar.gz: 4b5c12e0a8802b763740ac4a962a538a82eb147fdac1e14e18cafb97f76347a1
3
+ metadata.gz: ec7d6ee99a44f832224ff86d3b890a90e02aecdfa3d7d51e892df7b47ffb0f70
4
+ data.tar.gz: 28f2a9e94839c011412e804d22d88731a38db7a9e7973c8908f1eba4b00fd1ab
5
5
  SHA512:
6
- metadata.gz: 2c268ba1771af096d31f6cf1cc950fd38ac4a0a6e1902802fa406d308933ac1c5372b26c02e56e5c1034ef70b0742c4605f42490a9fcfaeef90239a28d5860cb
7
- data.tar.gz: 55ec139a19650572b6eba2356959788a5da660fcc6e34d43e108fac517f3ce093538b95f7fdffcb6b702d579389d40bd304fc46deedd48ca75005dc5c354de74
6
+ metadata.gz: de5eaa1a86e9e371285f0e18a82b309e762bf29267bcb4f82ff93a96ad52df358ebba1324ee1e72645181c0eee0b4febe4dd700cd917b3f4ce1d6737f7ab4ccc
7
+ data.tar.gz: ae53c09b80094e73f02b549c6d492b632642192d6fa08a3b73c29a8df03b19d5b1450b458613f329a73a00d107daaa52b50c92565eb19ae06c7dd7828a01eafd
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.88.0 (2024-04-11)
5
+ ------------------
6
+
7
+ * Feature - CloudFront origin access control extends support to AWS Lambda function URLs and AWS Elemental MediaPackage v2 origins.
8
+
4
9
  1.87.0 (2024-01-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.87.0
1
+ 1.88.0
@@ -2151,7 +2151,12 @@ module Aws::CloudFront
2151
2151
  req.send_request(options)
2152
2152
  end
2153
2153
 
2154
- # Create a new invalidation.
2154
+ # Create a new invalidation. For more information, see [Invalidating
2155
+ # files][1] in the *Amazon CloudFront Developer Guide*.
2156
+ #
2157
+ #
2158
+ #
2159
+ # [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Invalidation.html
2155
2160
  #
2156
2161
  # @option params [required, String] :distribution_id
2157
2162
  # The distribution's id.
@@ -2254,17 +2259,17 @@ module Aws::CloudFront
2254
2259
  req.send_request(options)
2255
2260
  end
2256
2261
 
2257
- # Specifies the Key Value Store resource to add to your account. In your
2258
- # account, the Key Value Store names must be unique. You can also import
2259
- # Key Value Store data in JSON format from an S3 bucket by providing a
2262
+ # Specifies the key value store resource to add to your account. In your
2263
+ # account, the key value store names must be unique. You can also import
2264
+ # key value store data in JSON format from an S3 bucket by providing a
2260
2265
  # valid `ImportSource` that you own.
2261
2266
  #
2262
2267
  # @option params [required, String] :name
2263
- # The name of the Key Value Store. The maximum length of the name is 32
2264
- # characters.
2268
+ # The name of the key value store. The minimum length is 1 character and
2269
+ # the maximum length is 64 characters.
2265
2270
  #
2266
2271
  # @option params [String] :comment
2267
- # The comment of the Key Value Store.
2272
+ # The comment of the key value store.
2268
2273
  #
2269
2274
  # @option params [Types::ImportSource] :import_source
2270
2275
  # The S3 bucket that provides the source for the import. The source must
@@ -2415,7 +2420,7 @@ module Aws::CloudFront
2415
2420
  # description: "string",
2416
2421
  # signing_protocol: "sigv4", # required, accepts sigv4
2417
2422
  # signing_behavior: "never", # required, accepts never, always, no-override
2418
- # origin_access_control_origin_type: "s3", # required, accepts s3, mediastore
2423
+ # origin_access_control_origin_type: "s3", # required, accepts s3, mediastore, mediapackagev2, lambda
2419
2424
  # },
2420
2425
  # })
2421
2426
  #
@@ -2426,7 +2431,7 @@ module Aws::CloudFront
2426
2431
  # resp.origin_access_control.origin_access_control_config.description #=> String
2427
2432
  # resp.origin_access_control.origin_access_control_config.signing_protocol #=> String, one of "sigv4"
2428
2433
  # resp.origin_access_control.origin_access_control_config.signing_behavior #=> String, one of "never", "always", "no-override"
2429
- # resp.origin_access_control.origin_access_control_config.origin_access_control_origin_type #=> String, one of "s3", "mediastore"
2434
+ # resp.origin_access_control.origin_access_control_config.origin_access_control_origin_type #=> String, one of "s3", "mediastore", "mediapackagev2", "lambda"
2430
2435
  # resp.location #=> String
2431
2436
  # resp.etag #=> String
2432
2437
  #
@@ -2617,10 +2622,10 @@ module Aws::CloudFront
2617
2622
  # A unique name to identify this real-time log configuration.
2618
2623
  #
2619
2624
  # @option params [required, Integer] :sampling_rate
2620
- # The sampling rate for this real-time log configuration. The sampling
2621
- # rate determines the percentage of viewer requests that are represented
2622
- # in the real-time log data. You must provide an integer between 1 and
2623
- # 100, inclusive.
2625
+ # The sampling rate for this real-time log configuration. You can
2626
+ # specify a whole number between 1 and 100 (inclusive) to determine the
2627
+ # percentage of viewer requests that are represented in the real-time
2628
+ # log data.
2624
2629
  #
2625
2630
  # @return [Types::CreateRealtimeLogConfigResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2626
2631
  #
@@ -3272,13 +3277,13 @@ module Aws::CloudFront
3272
3277
  req.send_request(options)
3273
3278
  end
3274
3279
 
3275
- # Specifies the Key Value Store to delete.
3280
+ # Specifies the key value store to delete.
3276
3281
  #
3277
3282
  # @option params [required, String] :name
3278
- # The name of the Key Value Store.
3283
+ # The name of the key value store.
3279
3284
  #
3280
3285
  # @option params [required, String] :if_match
3281
- # The Key Value Store to delete, if a match occurs.
3286
+ # The key value store to delete, if a match occurs.
3282
3287
  #
3283
3288
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
3284
3289
  #
@@ -3628,10 +3633,10 @@ module Aws::CloudFront
3628
3633
  req.send_request(options)
3629
3634
  end
3630
3635
 
3631
- # Specifies the Key Value Store and its configuration.
3636
+ # Specifies the key value store and its configuration.
3632
3637
  #
3633
3638
  # @option params [required, String] :name
3634
- # The name of the Key Value Store.
3639
+ # The name of the key value store.
3635
3640
  #
3636
3641
  # @return [Types::DescribeKeyValueStoreResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3637
3642
  #
@@ -4756,7 +4761,7 @@ module Aws::CloudFront
4756
4761
  # resp.origin_access_control.origin_access_control_config.description #=> String
4757
4762
  # resp.origin_access_control.origin_access_control_config.signing_protocol #=> String, one of "sigv4"
4758
4763
  # resp.origin_access_control.origin_access_control_config.signing_behavior #=> String, one of "never", "always", "no-override"
4759
- # resp.origin_access_control.origin_access_control_config.origin_access_control_origin_type #=> String, one of "s3", "mediastore"
4764
+ # resp.origin_access_control.origin_access_control_config.origin_access_control_origin_type #=> String, one of "s3", "mediastore", "mediapackagev2", "lambda"
4760
4765
  # resp.etag #=> String
4761
4766
  #
4762
4767
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetOriginAccessControl AWS API Documentation
@@ -4790,7 +4795,7 @@ module Aws::CloudFront
4790
4795
  # resp.origin_access_control_config.description #=> String
4791
4796
  # resp.origin_access_control_config.signing_protocol #=> String, one of "sigv4"
4792
4797
  # resp.origin_access_control_config.signing_behavior #=> String, one of "never", "always", "no-override"
4793
- # resp.origin_access_control_config.origin_access_control_origin_type #=> String, one of "s3", "mediastore"
4798
+ # resp.origin_access_control_config.origin_access_control_origin_type #=> String, one of "s3", "mediastore", "mediapackagev2", "lambda"
4794
4799
  # resp.etag #=> String
4795
4800
  #
4796
4801
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetOriginAccessControlConfig AWS API Documentation
@@ -6260,6 +6265,12 @@ module Aws::CloudFront
6260
6265
  # distributions. If you specify "null" for the ID, the request returns
6261
6266
  # a list of the distributions that aren't associated with a web ACL.
6262
6267
  #
6268
+ # For WAFV2, this is the ARN of the web ACL, such as
6269
+ # `arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111`.
6270
+ #
6271
+ # For WAF Classic, this is the ID of the web ACL, such as
6272
+ # `a1b2c3d4-5678-90ab-cdef-EXAMPLE11111`.
6273
+ #
6263
6274
  # @return [Types::ListDistributionsByWebACLIdResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
6264
6275
  #
6265
6276
  # * {Types::ListDistributionsByWebACLIdResult#distribution_list #distribution_list} => Types::DistributionList
@@ -6732,16 +6743,16 @@ module Aws::CloudFront
6732
6743
  req.send_request(options)
6733
6744
  end
6734
6745
 
6735
- # Specifies the Key Value Stores to list.
6746
+ # Specifies the key value stores to list.
6736
6747
  #
6737
6748
  # @option params [String] :marker
6738
- # The marker associated with the Key Value Stores list.
6749
+ # The marker associated with the key value stores list.
6739
6750
  #
6740
6751
  # @option params [Integer] :max_items
6741
- # The maximum number of items in the Key Value Stores list.
6752
+ # The maximum number of items in the key value stores list.
6742
6753
  #
6743
6754
  # @option params [String] :status
6744
- # The status of the request for the Key Value Stores list.
6755
+ # The status of the request for the key value stores list.
6745
6756
  #
6746
6757
  # @return [Types::ListKeyValueStoresResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
6747
6758
  #
@@ -6854,7 +6865,7 @@ module Aws::CloudFront
6854
6865
  # resp.origin_access_control_list.items[0].name #=> String
6855
6866
  # resp.origin_access_control_list.items[0].signing_protocol #=> String, one of "sigv4"
6856
6867
  # resp.origin_access_control_list.items[0].signing_behavior #=> String, one of "never", "always", "no-override"
6857
- # resp.origin_access_control_list.items[0].origin_access_control_origin_type #=> String, one of "s3", "mediastore"
6868
+ # resp.origin_access_control_list.items[0].origin_access_control_origin_type #=> String, one of "s3", "mediastore", "mediapackagev2", "lambda"
6858
6869
  #
6859
6870
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListOriginAccessControls AWS API Documentation
6860
6871
  #
@@ -8763,16 +8774,16 @@ module Aws::CloudFront
8763
8774
  req.send_request(options)
8764
8775
  end
8765
8776
 
8766
- # Specifies the Key Value Store to update.
8777
+ # Specifies the key value store to update.
8767
8778
  #
8768
8779
  # @option params [required, String] :name
8769
- # The name of the Key Value Store to update.
8780
+ # The name of the key value store to update.
8770
8781
  #
8771
8782
  # @option params [required, String] :comment
8772
- # The comment of the Key Value Store to update.
8783
+ # The comment of the key value store to update.
8773
8784
  #
8774
8785
  # @option params [required, String] :if_match
8775
- # The Key Value Store to update, if a match occurs.
8786
+ # The key value store to update, if a match occurs.
8776
8787
  #
8777
8788
  # @return [Types::UpdateKeyValueStoreResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
8778
8789
  #
@@ -8856,7 +8867,7 @@ module Aws::CloudFront
8856
8867
  # description: "string",
8857
8868
  # signing_protocol: "sigv4", # required, accepts sigv4
8858
8869
  # signing_behavior: "never", # required, accepts never, always, no-override
8859
- # origin_access_control_origin_type: "s3", # required, accepts s3, mediastore
8870
+ # origin_access_control_origin_type: "s3", # required, accepts s3, mediastore, mediapackagev2, lambda
8860
8871
  # },
8861
8872
  # id: "string", # required
8862
8873
  # if_match: "string",
@@ -8869,7 +8880,7 @@ module Aws::CloudFront
8869
8880
  # resp.origin_access_control.origin_access_control_config.description #=> String
8870
8881
  # resp.origin_access_control.origin_access_control_config.signing_protocol #=> String, one of "sigv4"
8871
8882
  # resp.origin_access_control.origin_access_control_config.signing_behavior #=> String, one of "never", "always", "no-override"
8872
- # resp.origin_access_control.origin_access_control_config.origin_access_control_origin_type #=> String, one of "s3", "mediastore"
8883
+ # resp.origin_access_control.origin_access_control_config.origin_access_control_origin_type #=> String, one of "s3", "mediastore", "mediapackagev2", "lambda"
8873
8884
  # resp.etag #=> String
8874
8885
  #
8875
8886
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateOriginAccessControl AWS API Documentation
@@ -9392,7 +9403,7 @@ module Aws::CloudFront
9392
9403
  params: params,
9393
9404
  config: config)
9394
9405
  context[:gem_name] = 'aws-sdk-cloudfront'
9395
- context[:gem_version] = '1.87.0'
9406
+ context[:gem_version] = '1.88.0'
9396
9407
  Seahorse::Client::Request.new(handlers, context)
9397
9408
  end
9398
9409
 
@@ -3537,6 +3537,7 @@ module Aws::CloudFront
3537
3537
  o.errors << Shapes::ShapeRef.new(shape: EntityAlreadyExists)
3538
3538
  o.errors << Shapes::ShapeRef.new(shape: EntitySizeLimitExceeded)
3539
3539
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
3540
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperation)
3540
3541
  end)
3541
3542
 
3542
3543
  api.add_operation(:create_monitoring_subscription, Seahorse::Model::Operation.new.tap do |o|
@@ -3781,6 +3782,7 @@ module Aws::CloudFront
3781
3782
  o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
3782
3783
  o.errors << Shapes::ShapeRef.new(shape: CannotDeleteEntityWhileInUse)
3783
3784
  o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
3785
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperation)
3784
3786
  end)
3785
3787
 
3786
3788
  api.add_operation(:delete_monitoring_subscription, Seahorse::Model::Operation.new.tap do |o|
@@ -3898,6 +3900,7 @@ module Aws::CloudFront
3898
3900
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
3899
3901
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
3900
3902
  o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
3903
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperation)
3901
3904
  end)
3902
3905
 
3903
3906
  api.add_operation(:get_cache_policy, Seahorse::Model::Operation.new.tap do |o|
@@ -4381,6 +4384,7 @@ module Aws::CloudFront
4381
4384
  o.output = Shapes::ShapeRef.new(shape: ListKeyValueStoresResult)
4382
4385
  o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
4383
4386
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
4387
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperation)
4384
4388
  o[:pager] = Aws::Pager.new(
4385
4389
  limit_key: "max_items",
4386
4390
  tokens: {
@@ -4804,6 +4808,7 @@ module Aws::CloudFront
4804
4808
  o.errors << Shapes::ShapeRef.new(shape: EntityNotFound)
4805
4809
  o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
4806
4810
  o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
4811
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperation)
4807
4812
  end)
4808
4813
 
4809
4814
  api.add_operation(:update_origin_access_control, Seahorse::Model::Operation.new.tap do |o|
@@ -269,8 +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. Don't include an empty
273
- # `CacheBehavior` element because this is invalid.
272
+ # empty `CacheBehaviors` element. For more information, see
273
+ # [CacheBehaviors][2]. Don't include an empty `CacheBehavior` element
274
+ # because this is invalid.
274
275
  #
275
276
  # To delete all cache behaviors in an existing distribution, update the
276
277
  # distribution configuration and include only an empty `CacheBehaviors`
@@ -281,12 +282,13 @@ module Aws::CloudFront
281
282
  # you want to include in the updated distribution.
282
283
  #
283
284
  # For more information about cache behaviors, see [Cache Behavior
284
- # Settings][2] in the *Amazon CloudFront Developer Guide*.
285
+ # Settings][3] in the *Amazon CloudFront Developer Guide*.
285
286
  #
286
287
  #
287
288
  #
288
289
  # [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html
289
- # [2]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesCacheBehavior
290
+ # [2]: https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_CacheBehaviors.html
291
+ # [3]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesCacheBehavior
290
292
  #
291
293
  # @!attribute [rw] path_pattern
292
294
  # The pattern (for example, `images/*.jpg`) that specifies which
@@ -1021,7 +1023,7 @@ module Aws::CloudFront
1021
1023
  include Aws::Structure
1022
1024
  end
1023
1025
 
1024
- # The Key Value Store entity cannot be deleted while it is in use.
1026
+ # The key value store entity cannot be deleted while it is in use.
1025
1027
  #
1026
1028
  # @!attribute [rw] message
1027
1029
  # @return [String]
@@ -1512,7 +1514,9 @@ module Aws::CloudFront
1512
1514
  #
1513
1515
  # @!attribute [rw] weight
1514
1516
  # The percentage of traffic to send to a staging distribution,
1515
- # expressed as a decimal number between 0 and .15.
1517
+ # expressed as a decimal number between 0 and 0.15. For example, a
1518
+ # value of 0.10 means 10% of traffic is sent to the staging
1519
+ # distribution.
1516
1520
  # @return [Float]
1517
1521
  #
1518
1522
  # @!attribute [rw] session_stickiness_config
@@ -2105,12 +2109,12 @@ module Aws::CloudFront
2105
2109
  end
2106
2110
 
2107
2111
  # @!attribute [rw] name
2108
- # The name of the Key Value Store. The maximum length of the name is
2109
- # 32 characters.
2112
+ # The name of the key value store. The minimum length is 1 character
2113
+ # and the maximum length is 64 characters.
2110
2114
  # @return [String]
2111
2115
  #
2112
2116
  # @!attribute [rw] comment
2113
- # The comment of the Key Value Store.
2117
+ # The comment of the key value store.
2114
2118
  # @return [String]
2115
2119
  #
2116
2120
  # @!attribute [rw] import_source
@@ -2129,15 +2133,15 @@ module Aws::CloudFront
2129
2133
  end
2130
2134
 
2131
2135
  # @!attribute [rw] key_value_store
2132
- # The resulting Key Value Store.
2136
+ # The resulting key value store.
2133
2137
  # @return [Types::KeyValueStore]
2134
2138
  #
2135
2139
  # @!attribute [rw] etag
2136
- # The ETag in the resulting Key Value Store.
2140
+ # The `ETag` in the resulting key value store.
2137
2141
  # @return [String]
2138
2142
  #
2139
2143
  # @!attribute [rw] location
2140
- # The location of the resulting Key Value Store.
2144
+ # The location of the resulting key value store.
2141
2145
  # @return [String]
2142
2146
  #
2143
2147
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/CreateKeyValueStoreResult AWS API Documentation
@@ -2307,10 +2311,10 @@ module Aws::CloudFront
2307
2311
  # @return [String]
2308
2312
  #
2309
2313
  # @!attribute [rw] sampling_rate
2310
- # The sampling rate for this real-time log configuration. The sampling
2311
- # rate determines the percentage of viewer requests that are
2312
- # represented in the real-time log data. You must provide an integer
2313
- # between 1 and 100, inclusive.
2314
+ # The sampling rate for this real-time log configuration. You can
2315
+ # specify a whole number between 1 and 100 (inclusive) to determine
2316
+ # the percentage of viewer requests that are represented in the
2317
+ # real-time log data.
2314
2318
  # @return [Integer]
2315
2319
  #
2316
2320
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/CreateRealtimeLogConfigRequest AWS API Documentation
@@ -2824,8 +2828,8 @@ module Aws::CloudFront
2824
2828
  #
2825
2829
  # @!attribute [rw] function_associations
2826
2830
  # A list of CloudFront functions that are associated with this cache
2827
- # behavior. CloudFront functions must be published to the `LIVE` stage
2828
- # to associate them with a cache behavior.
2831
+ # behavior. Your functions must be published to the `LIVE` stage to
2832
+ # associate them with a cache behavior.
2829
2833
  # @return [Types::FunctionAssociations]
2830
2834
  #
2831
2835
  # @!attribute [rw] field_level_encryption_id
@@ -3194,11 +3198,11 @@ module Aws::CloudFront
3194
3198
  end
3195
3199
 
3196
3200
  # @!attribute [rw] name
3197
- # The name of the Key Value Store.
3201
+ # The name of the key value store.
3198
3202
  # @return [String]
3199
3203
  #
3200
3204
  # @!attribute [rw] if_match
3201
- # The Key Value Store to delete, if a match occurs.
3205
+ # The key value store to delete, if a match occurs.
3202
3206
  # @return [String]
3203
3207
  #
3204
3208
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteKeyValueStoreRequest AWS API Documentation
@@ -3384,7 +3388,7 @@ module Aws::CloudFront
3384
3388
  end
3385
3389
 
3386
3390
  # @!attribute [rw] name
3387
- # The name of the Key Value Store.
3391
+ # The name of the key value store.
3388
3392
  # @return [String]
3389
3393
  #
3390
3394
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DescribeKeyValueStoreRequest AWS API Documentation
@@ -3396,11 +3400,11 @@ module Aws::CloudFront
3396
3400
  end
3397
3401
 
3398
3402
  # @!attribute [rw] key_value_store
3399
- # The resulting Key Value Store.
3403
+ # The resulting key value store.
3400
3404
  # @return [Types::KeyValueStore]
3401
3405
  #
3402
3406
  # @!attribute [rw] etag
3403
- # The ETag of the resulting Key Value Store.
3407
+ # The `ETag` of the resulting key value store.
3404
3408
  # @return [String]
3405
3409
  #
3406
3410
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DescribeKeyValueStoreResult AWS API Documentation
@@ -3656,9 +3660,9 @@ module Aws::CloudFront
3656
3660
  # A unique identifier that specifies the WAF web ACL, if any, to
3657
3661
  # associate with this distribution. To specify a web ACL created using
3658
3662
  # the latest version of WAF, use the ACL ARN, for example
3659
- # `arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a`.
3663
+ # `arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111`.
3660
3664
  # To specify a web ACL created using WAF Classic, use the ACL ID, for
3661
- # example `473e64fd-f30b-4765-81a0-62ad96dd167a`.
3665
+ # example `a1b2c3d4-5678-90ab-cdef-EXAMPLE11111`.
3662
3666
  #
3663
3667
  # WAF is a web application firewall that lets you monitor the HTTP and
3664
3668
  # HTTPS requests that are forwarded to CloudFront, and lets you
@@ -3676,8 +3680,8 @@ module Aws::CloudFront
3676
3680
  # @return [String]
3677
3681
  #
3678
3682
  # @!attribute [rw] http_version
3679
- # (Optional) Specify the maximum HTTP version(s) that you want viewers
3680
- # to use to communicate with CloudFront. The default value for new web
3683
+ # (Optional) Specify the HTTP version(s) that you want viewers to use
3684
+ # to communicate with CloudFront. The default value for new web
3681
3685
  # distributions is `http2`. Viewers that don't support HTTP/2
3682
3686
  # automatically use an earlier HTTP version.
3683
3687
  #
@@ -4019,7 +4023,9 @@ module Aws::CloudFront
4019
4023
  # @return [Array<Types::AliasICPRecordal>]
4020
4024
  #
4021
4025
  # @!attribute [rw] staging
4022
- # Whether the primary distribution has a staging distribution enabled.
4026
+ # A Boolean that indicates whether this is a staging distribution.
4027
+ # When this value is `true`, this is a staging distribution. When this
4028
+ # value is `false`, this is not a staging distribution.
4023
4029
  # @return [Boolean]
4024
4030
  #
4025
4031
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DistributionSummary AWS API Documentation
@@ -4128,8 +4134,8 @@ module Aws::CloudFront
4128
4134
  include Aws::Structure
4129
4135
  end
4130
4136
 
4131
- # The Key Value Store entity already exists. You must provide a unique
4132
- # Key Value Store entity.
4137
+ # The key value store entity already exists. You must provide a unique
4138
+ # key value store entity.
4133
4139
  #
4134
4140
  # @!attribute [rw] message
4135
4141
  # @return [String]
@@ -4142,7 +4148,7 @@ module Aws::CloudFront
4142
4148
  include Aws::Structure
4143
4149
  end
4144
4150
 
4145
- # The Key Value Store entity limit has been exceeded.
4151
+ # The key value store entity limit has been exceeded.
4146
4152
  #
4147
4153
  # @!attribute [rw] message
4148
4154
  # @return [String]
@@ -4155,7 +4161,7 @@ module Aws::CloudFront
4155
4161
  include Aws::Structure
4156
4162
  end
4157
4163
 
4158
- # The Key Value Store entity was not found.
4164
+ # The key value store entity was not found.
4159
4165
  #
4160
4166
  # @!attribute [rw] message
4161
4167
  # @return [String]
@@ -4168,7 +4174,7 @@ module Aws::CloudFront
4168
4174
  include Aws::Structure
4169
4175
  end
4170
4176
 
4171
- # The Key Value Store entity size limit was exceeded.
4177
+ # The key value store entity size limit was exceeded.
4172
4178
  #
4173
4179
  # @!attribute [rw] message
4174
4180
  # @return [String]
@@ -4719,7 +4725,7 @@ module Aws::CloudFront
4719
4725
  end
4720
4726
 
4721
4727
  # A list of CloudFront functions that are associated with a cache
4722
- # behavior in a CloudFront distribution. CloudFront functions must be
4728
+ # behavior in a CloudFront distribution. Your functions must be
4723
4729
  # published to the `LIVE` stage to associate them with a cache behavior.
4724
4730
  #
4725
4731
  # @!attribute [rw] quantity
@@ -4728,8 +4734,8 @@ module Aws::CloudFront
4728
4734
  #
4729
4735
  # @!attribute [rw] items
4730
4736
  # The CloudFront functions that are associated with a cache behavior
4731
- # in a CloudFront distribution. CloudFront functions must be published
4732
- # to the `LIVE` stage to associate them with a cache behavior.
4737
+ # in a CloudFront distribution. Your functions must be published to
4738
+ # the `LIVE` stage to associate them with a cache behavior.
4733
4739
  # @return [Array<Types::FunctionAssociation>]
4734
4740
  #
4735
4741
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/FunctionAssociations AWS API Documentation
@@ -4752,7 +4758,7 @@ module Aws::CloudFront
4752
4758
  # @return [String]
4753
4759
  #
4754
4760
  # @!attribute [rw] key_value_store_associations
4755
- # The configuration for the Key Value Store associations.
4761
+ # The configuration for the key value store associations.
4756
4762
  # @return [Types::KeyValueStoreAssociations]
4757
4763
  #
4758
4764
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/FunctionConfig AWS API Documentation
@@ -5935,15 +5941,15 @@ module Aws::CloudFront
5935
5941
  include Aws::Structure
5936
5942
  end
5937
5943
 
5938
- # The import source for the Key Value Store.
5944
+ # The import source for the key value store.
5939
5945
  #
5940
5946
  # @!attribute [rw] source_type
5941
- # The source type of the import source for the Key Value Store.
5947
+ # The source type of the import source for the key value store.
5942
5948
  # @return [String]
5943
5949
  #
5944
5950
  # @!attribute [rw] source_arn
5945
- # The Amazon Resource Name (ARN) of the import source for the Key
5946
- # Value Store.
5951
+ # The Amazon Resource Name (ARN) of the import source for the key
5952
+ # value store.
5947
5953
  # @return [String]
5948
5954
  #
5949
5955
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ImportSource AWS API Documentation
@@ -6635,33 +6641,33 @@ module Aws::CloudFront
6635
6641
  include Aws::Structure
6636
6642
  end
6637
6643
 
6638
- # The Key Value Store. Use this to separate data from function code,
6644
+ # The key value store. Use this to separate data from function code,
6639
6645
  # allowing you to update data without having to publish a new version of
6640
- # a function. The Key Value Store holds keys and their corresponding
6646
+ # a function. The key value store holds keys and their corresponding
6641
6647
  # values.
6642
6648
  #
6643
6649
  # @!attribute [rw] name
6644
- # The name of the Key Value Store.
6650
+ # The name of the key value store.
6645
6651
  # @return [String]
6646
6652
  #
6647
6653
  # @!attribute [rw] id
6648
- # The unique Id for the Key Value Store.
6654
+ # The unique Id for the key value store.
6649
6655
  # @return [String]
6650
6656
  #
6651
6657
  # @!attribute [rw] comment
6652
- # A comment for the Key Value Store.
6658
+ # A comment for the key value store.
6653
6659
  # @return [String]
6654
6660
  #
6655
6661
  # @!attribute [rw] arn
6656
- # The Amazon Resource Name (ARN) of the Key Value Store.
6662
+ # The Amazon Resource Name (ARN) of the key value store.
6657
6663
  # @return [String]
6658
6664
  #
6659
6665
  # @!attribute [rw] status
6660
- # The status of the Key Value Store.
6666
+ # The status of the key value store.
6661
6667
  # @return [String]
6662
6668
  #
6663
6669
  # @!attribute [rw] last_modified_time
6664
- # The last-modified time of the Key Value Store.
6670
+ # The last-modified time of the key value store.
6665
6671
  # @return [Time]
6666
6672
  #
6667
6673
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/KeyValueStore AWS API Documentation
@@ -6677,10 +6683,10 @@ module Aws::CloudFront
6677
6683
  include Aws::Structure
6678
6684
  end
6679
6685
 
6680
- # The Key Value Store association.
6686
+ # The key value store association.
6681
6687
  #
6682
6688
  # @!attribute [rw] key_value_store_arn
6683
- # The Amazon Resource Name (ARN) of the Key Value Store association.
6689
+ # The Amazon Resource Name (ARN) of the key value store association.
6684
6690
  # @return [String]
6685
6691
  #
6686
6692
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/KeyValueStoreAssociation AWS API Documentation
@@ -6691,14 +6697,14 @@ module Aws::CloudFront
6691
6697
  include Aws::Structure
6692
6698
  end
6693
6699
 
6694
- # The Key Value Store associations.
6700
+ # The key value store associations.
6695
6701
  #
6696
6702
  # @!attribute [rw] quantity
6697
- # The quantity of Key Value Store associations.
6703
+ # The quantity of key value store associations.
6698
6704
  # @return [Integer]
6699
6705
  #
6700
6706
  # @!attribute [rw] items
6701
- # The items of the Key Value Store association.
6707
+ # The items of the key value store association.
6702
6708
  # @return [Array<Types::KeyValueStoreAssociation>]
6703
6709
  #
6704
6710
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/KeyValueStoreAssociations AWS API Documentation
@@ -6710,22 +6716,22 @@ module Aws::CloudFront
6710
6716
  include Aws::Structure
6711
6717
  end
6712
6718
 
6713
- # The Key Value Store list.
6719
+ # The key value store list.
6714
6720
  #
6715
6721
  # @!attribute [rw] next_marker
6716
- # The next marker associated with the Key Value Store list.
6722
+ # The next marker associated with the key value store list.
6717
6723
  # @return [String]
6718
6724
  #
6719
6725
  # @!attribute [rw] max_items
6720
- # The maximum number of items in the Key Value Store list.
6726
+ # The maximum number of items in the key value store list.
6721
6727
  # @return [Integer]
6722
6728
  #
6723
6729
  # @!attribute [rw] quantity
6724
- # The quantity of the Key Value Store list.
6730
+ # The quantity of the key value store list.
6725
6731
  # @return [Integer]
6726
6732
  #
6727
6733
  # @!attribute [rw] items
6728
- # The items of the Key Value Store list.
6734
+ # The items of the key value store list.
6729
6735
  # @return [Array<Types::KeyValueStore>]
6730
6736
  #
6731
6737
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/KeyValueStoreList AWS API Documentation
@@ -7247,6 +7253,12 @@ module Aws::CloudFront
7247
7253
  # distributions. If you specify "null" for the ID, the request
7248
7254
  # returns a list of the distributions that aren't associated with a
7249
7255
  # web ACL.
7256
+ #
7257
+ # For WAFV2, this is the ARN of the web ACL, such as
7258
+ # `arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111`.
7259
+ #
7260
+ # For WAF Classic, this is the ID of the web ACL, such as
7261
+ # `a1b2c3d4-5678-90ab-cdef-EXAMPLE11111`.
7250
7262
  # @return [String]
7251
7263
  #
7252
7264
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListDistributionsByWebACLIdRequest AWS API Documentation
@@ -7502,15 +7514,15 @@ module Aws::CloudFront
7502
7514
  end
7503
7515
 
7504
7516
  # @!attribute [rw] marker
7505
- # The marker associated with the Key Value Stores list.
7517
+ # The marker associated with the key value stores list.
7506
7518
  # @return [String]
7507
7519
  #
7508
7520
  # @!attribute [rw] max_items
7509
- # The maximum number of items in the Key Value Stores list.
7521
+ # The maximum number of items in the key value stores list.
7510
7522
  # @return [Integer]
7511
7523
  #
7512
7524
  # @!attribute [rw] status
7513
- # The status of the request for the Key Value Stores list.
7525
+ # The status of the request for the key value stores list.
7514
7526
  # @return [String]
7515
7527
  #
7516
7528
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListKeyValueStoresRequest AWS API Documentation
@@ -7524,7 +7536,7 @@ module Aws::CloudFront
7524
7536
  end
7525
7537
 
7526
7538
  # @!attribute [rw] key_value_store_list
7527
- # The resulting Key Value Stores list.
7539
+ # The resulting key value stores list.
7528
7540
  # @return [Types::KeyValueStoreList]
7529
7541
  #
7530
7542
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListKeyValueStoresResult AWS API Documentation
@@ -8302,7 +8314,8 @@ module Aws::CloudFront
8302
8314
  # A CloudFront origin access control configuration.
8303
8315
  #
8304
8316
  # @!attribute [rw] name
8305
- # A name to identify the origin access control.
8317
+ # A name to identify the origin access control. You can specify up to
8318
+ # 64 characters.
8306
8319
  # @return [String]
8307
8320
  #
8308
8321
  # @!attribute [rw] description
@@ -10371,12 +10384,14 @@ module Aws::CloudFront
10371
10384
  # value.
10372
10385
  #
10373
10386
  # For more information about the `Strict-Transport-Security` HTTP
10374
- # response header, see [Strict-Transport-Security][1] in the MDN Web
10387
+ # response header, see [Security headers][1] in the *Amazon CloudFront
10388
+ # Developer Guide* and [Strict-Transport-Security][2] in the MDN Web
10375
10389
  # Docs.
10376
10390
  #
10377
10391
  #
10378
10392
  #
10379
- # [1]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security
10393
+ # [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/understanding-response-headers-policies.html#understanding-response-headers-policies-security
10394
+ # [2]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security
10380
10395
  # @return [Types::ResponseHeadersPolicyStrictTransportSecurity]
10381
10396
  #
10382
10397
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ResponseHeadersPolicySecurityHeadersConfig AWS API Documentation
@@ -10635,14 +10650,21 @@ module Aws::CloudFront
10635
10650
  # a website endpoint, use the `CustomOriginConfig` element instead.
10636
10651
  #
10637
10652
  # @!attribute [rw] origin_access_identity
10653
+ # <note markdown="1"> If you're using origin access control (OAC) instead of origin
10654
+ # access identity, specify an empty `OriginAccessIdentity` element.
10655
+ # For more information, see [Restricting access to an Amazon Web
10656
+ # Services][1] in the *Amazon CloudFront Developer Guide*.
10657
+ #
10658
+ # </note>
10659
+ #
10638
10660
  # The CloudFront origin access identity to associate with the origin.
10639
10661
  # Use an origin access identity to configure the origin so that
10640
10662
  # viewers can *only* access objects in an Amazon S3 bucket through
10641
10663
  # CloudFront. The format of the value is:
10642
10664
  #
10643
- # origin-access-identity/cloudfront/*ID-of-origin-access-identity*
10665
+ # `origin-access-identity/cloudfront/ID-of-origin-access-identity`
10644
10666
  #
10645
- # where ` ID-of-origin-access-identity ` is the value that CloudFront
10667
+ # The ` ID-of-origin-access-identity ` is the value that CloudFront
10646
10668
  # returned in the `ID` element when you created the origin access
10647
10669
  # identity.
10648
10670
  #
@@ -10658,12 +10680,13 @@ module Aws::CloudFront
10658
10680
  # configuration and specify the new origin access identity.
10659
10681
  #
10660
10682
  # For more information about the origin access identity, see [Serving
10661
- # Private Content through CloudFront][1] in the *Amazon CloudFront
10683
+ # Private Content through CloudFront][2] in the *Amazon CloudFront
10662
10684
  # Developer Guide*.
10663
10685
  #
10664
10686
  #
10665
10687
  #
10666
- # [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html
10688
+ # [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-restricting-access-to-origin.html
10689
+ # [2]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html
10667
10690
  # @return [String]
10668
10691
  #
10669
10692
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/S3OriginConfig AWS API Documentation
@@ -10693,7 +10716,7 @@ module Aws::CloudFront
10693
10716
  # being part of the same session. Allowed values are 300–3600 seconds
10694
10717
  # (5–60 minutes).
10695
10718
  #
10696
- # The value must be less than or equal to `IdleTTL`.
10719
+ # The value must be greater than or equal to `IdleTTL`.
10697
10720
  # @return [Integer]
10698
10721
  #
10699
10722
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/SessionStickinessConfig AWS API Documentation
@@ -12731,15 +12754,15 @@ module Aws::CloudFront
12731
12754
  end
12732
12755
 
12733
12756
  # @!attribute [rw] name
12734
- # The name of the Key Value Store to update.
12757
+ # The name of the key value store to update.
12735
12758
  # @return [String]
12736
12759
  #
12737
12760
  # @!attribute [rw] comment
12738
- # The comment of the Key Value Store to update.
12761
+ # The comment of the key value store to update.
12739
12762
  # @return [String]
12740
12763
  #
12741
12764
  # @!attribute [rw] if_match
12742
- # The Key Value Store to update, if a match occurs.
12765
+ # The key value store to update, if a match occurs.
12743
12766
  # @return [String]
12744
12767
  #
12745
12768
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateKeyValueStoreRequest AWS API Documentation
@@ -12753,11 +12776,11 @@ module Aws::CloudFront
12753
12776
  end
12754
12777
 
12755
12778
  # @!attribute [rw] key_value_store
12756
- # The resulting Key Value Store to update.
12779
+ # The resulting key value store to update.
12757
12780
  # @return [Types::KeyValueStore]
12758
12781
  #
12759
12782
  # @!attribute [rw] etag
12760
- # The ETag of the resulting Key Value Store.
12783
+ # The `ETag` of the resulting key value store.
12761
12784
  # @return [String]
12762
12785
  #
12763
12786
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateKeyValueStoreResult 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.87.0'
56
+ GEM_VERSION = '1.88.0'
57
57
 
58
58
  end
data/sig/client.rbs CHANGED
@@ -900,7 +900,7 @@ module Aws
900
900
  description: ::String?,
901
901
  signing_protocol: ("sigv4"),
902
902
  signing_behavior: ("never" | "always" | "no-override"),
903
- origin_access_control_origin_type: ("s3" | "mediastore")
903
+ origin_access_control_origin_type: ("s3" | "mediastore" | "mediapackagev2" | "lambda")
904
904
  }
905
905
  ) -> _CreateOriginAccessControlResponseSuccess
906
906
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateOriginAccessControlResponseSuccess
@@ -2428,7 +2428,7 @@ module Aws
2428
2428
  description: ::String?,
2429
2429
  signing_protocol: ("sigv4"),
2430
2430
  signing_behavior: ("never" | "always" | "no-override"),
2431
- origin_access_control_origin_type: ("s3" | "mediastore")
2431
+ origin_access_control_origin_type: ("s3" | "mediastore" | "mediapackagev2" | "lambda")
2432
2432
  },
2433
2433
  id: ::String,
2434
2434
  ?if_match: ::String
data/sig/types.rbs CHANGED
@@ -2042,7 +2042,7 @@ module Aws::CloudFront
2042
2042
  attr_accessor description: ::String
2043
2043
  attr_accessor signing_protocol: ("sigv4")
2044
2044
  attr_accessor signing_behavior: ("never" | "always" | "no-override")
2045
- attr_accessor origin_access_control_origin_type: ("s3" | "mediastore")
2045
+ attr_accessor origin_access_control_origin_type: ("s3" | "mediastore" | "mediapackagev2" | "lambda")
2046
2046
  SENSITIVE: []
2047
2047
  end
2048
2048
 
@@ -2067,7 +2067,7 @@ module Aws::CloudFront
2067
2067
  attr_accessor name: ::String
2068
2068
  attr_accessor signing_protocol: ("sigv4")
2069
2069
  attr_accessor signing_behavior: ("never" | "always" | "no-override")
2070
- attr_accessor origin_access_control_origin_type: ("s3" | "mediastore")
2070
+ attr_accessor origin_access_control_origin_type: ("s3" | "mediastore" | "mediapackagev2" | "lambda")
2071
2071
  SENSITIVE: []
2072
2072
  end
2073
2073
 
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.87.0
4
+ version: 1.88.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-01-26 00:00:00.000000000 Z
11
+ date: 2024-04-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core