aws-sdk-cloudfront 1.76.0 → 1.78.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: 1b5c2579ef05ec67c46c81123da58d622a313925cfc6358b0f403536b72d1e55
4
- data.tar.gz: 11f868e0146c23378d2133965f19701b77d2eea259b17f9362ee54bd2bf07680
3
+ metadata.gz: e037537ff9cc6f9f20749e2b9a53e82b43ae0292b4a4faa7ae46ebc8e8a83300
4
+ data.tar.gz: 03e2f02f2d956a5e44f4fd1eeffc539a99cb9a945fc73575e1886772de6c4725
5
5
  SHA512:
6
- metadata.gz: 8c4e74c1d7c4350579ec9ce68c32893ccafd049bd371125997f333a149133ffc956c3fd0fc9473e461f018bce8ce04d76efde34011bb7c42ff8e42bb6ba27be2
7
- data.tar.gz: df74190916b3a5f32061a509df4ee13b405939704d746df53ec89b03f02fa6ae1cbc9f29dc298cecf284fd825efd318f894191e9e674ad29fe005b44f256136d
6
+ metadata.gz: 478895286dc4de5b694909befc40c8795c3df39d575f8ee2d2c89dc5c5f8fbb187e69d42b1ec3a0fe00f8cee37f7d0302885d489c15a0815bcb676437cf6b6f1
7
+ data.tar.gz: a5bc22989628ca9d5455425b78a144096c675a98aaff3d2e8f21af6c54037ff92536acdb5d4d5d1bfaa7041ffe635fdb6b6f3605cc2ed8c2f24bb5e393e432c2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.78.0 (2023-06-15)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.77.0 (2023-05-31)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.76.0 (2023-02-22)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.76.0
1
+ 1.78.0
@@ -275,6 +275,11 @@ module Aws::CloudFront
275
275
  # in the future.
276
276
  #
277
277
  #
278
+ # @option options [String] :sdk_ua_app_id
279
+ # A unique and opaque application ID that is appended to the
280
+ # User-Agent header as app/<sdk_ua_app_id>. It should have a
281
+ # maximum length of 50.
282
+ #
278
283
  # @option options [String] :secret_access_key
279
284
  #
280
285
  # @option options [String] :session_token
@@ -3280,7 +3285,7 @@ module Aws::CloudFront
3280
3285
  # Delete a streaming distribution. To delete an RTMP distribution using
3281
3286
  # the CloudFront API, perform the following steps.
3282
3287
  #
3283
- # **To delete an RTMP distribution using the CloudFront API**\:
3288
+ # **To delete an RTMP distribution using the CloudFront API**:
3284
3289
  #
3285
3290
  # 1. Disable the RTMP distribution.
3286
3291
  #
@@ -8876,7 +8881,7 @@ module Aws::CloudFront
8876
8881
  params: params,
8877
8882
  config: config)
8878
8883
  context[:gem_name] = 'aws-sdk-cloudfront'
8879
- context[:gem_version] = '1.76.0'
8884
+ context[:gem_version] = '1.78.0'
8880
8885
  Seahorse::Client::Request.new(handlers, context)
8881
8886
  end
8882
8887
 
@@ -9,6 +9,7 @@
9
9
 
10
10
 
11
11
  module Aws::CloudFront
12
+ # @api private
12
13
  module Endpoints
13
14
 
14
15
  class AssociateAlias
@@ -362,14 +362,14 @@ module Aws::CloudFront
362
362
  # specified by `TargetOriginId` when a request matches the path
363
363
  # pattern in `PathPattern`. You can specify the following options:
364
364
  #
365
- # * `allow-all`\: Viewers can use HTTP or HTTPS.
365
+ # * `allow-all`: Viewers can use HTTP or HTTPS.
366
366
  #
367
- # * `redirect-to-https`\: If a viewer submits an HTTP request,
367
+ # * `redirect-to-https`: If a viewer submits an HTTP request,
368
368
  # CloudFront returns an HTTP status code of 301 (Moved Permanently)
369
369
  # to the viewer along with the HTTPS URL. The viewer then resubmits
370
370
  # the request using the new URL.
371
371
  #
372
- # * `https-only`\: If a viewer sends an HTTP request, CloudFront
372
+ # * `https-only`: If a viewer sends an HTTP request, CloudFront
373
373
  # returns an HTTP status code of 403 (Forbidden).
374
374
  #
375
375
  # For more information about requiring the HTTPS protocol, see
@@ -2525,7 +2525,7 @@ module Aws::CloudFront
2525
2525
  # @return [Integer]
2526
2526
  #
2527
2527
  # @!attribute [rw] items
2528
- # **Optional**\: A list that contains one `OriginCustomHeader` element
2528
+ # **Optional**: A list that contains one `OriginCustomHeader` element
2529
2529
  # for each custom header that you want CloudFront to forward to the
2530
2530
  # origin. If Quantity is `0`, omit `Items`.
2531
2531
  # @return [Array<Types::OriginCustomHeader>]
@@ -2678,14 +2678,14 @@ module Aws::CloudFront
2678
2678
  # specified by `TargetOriginId` when a request matches the path
2679
2679
  # pattern in `PathPattern`. You can specify the following options:
2680
2680
  #
2681
- # * `allow-all`\: Viewers can use HTTP or HTTPS.
2681
+ # * `allow-all`: Viewers can use HTTP or HTTPS.
2682
2682
  #
2683
- # * `redirect-to-https`\: If a viewer submits an HTTP request,
2683
+ # * `redirect-to-https`: If a viewer submits an HTTP request,
2684
2684
  # CloudFront returns an HTTP status code of 301 (Moved Permanently)
2685
2685
  # to the viewer along with the HTTPS URL. The viewer then resubmits
2686
2686
  # the request using the new URL.
2687
2687
  #
2688
- # * `https-only`\: If a viewer sends an HTTP request, CloudFront
2688
+ # * `https-only`: If a viewer sends an HTTP request, CloudFront
2689
2689
  # returns an HTTP status code of 403 (Forbidden).
2690
2690
  #
2691
2691
  # For more information about requiring the HTTPS protocol, see
@@ -4732,13 +4732,13 @@ module Aws::CloudFront
4732
4732
  # The method that you want to use to restrict distribution of your
4733
4733
  # content by country:
4734
4734
  #
4735
- # * `none`\: No geo restriction is enabled, meaning access to content
4735
+ # * `none`: No geo restriction is enabled, meaning access to content
4736
4736
  # is not restricted by client geo location.
4737
4737
  #
4738
- # * `blacklist`\: The `Location` elements specify the countries in
4738
+ # * `blacklist`: The `Location` elements specify the countries in
4739
4739
  # which you don't want CloudFront to distribute your content.
4740
4740
  #
4741
- # * `whitelist`\: The `Location` elements specify the countries in
4741
+ # * `whitelist`: The `Location` elements specify the countries in
4742
4742
  # which you want CloudFront to distribute your content.
4743
4743
  # @return [String]
4744
4744
  #
@@ -6485,21 +6485,21 @@ module Aws::CloudFront
6485
6485
  # Specifies the event type that triggers a Lambda@Edge function
6486
6486
  # invocation. You can specify the following values:
6487
6487
  #
6488
- # * `viewer-request`\: The function executes when CloudFront receives
6489
- # a request from a viewer and before it checks to see whether the
6488
+ # * `viewer-request`: The function executes when CloudFront receives a
6489
+ # request from a viewer and before it checks to see whether the
6490
6490
  # requested object is in the edge cache.
6491
6491
  #
6492
- # * `origin-request`\: The function executes only when CloudFront
6493
- # sends a request to your origin. When the requested object is in
6494
- # the edge cache, the function doesn't execute.
6495
- #
6496
- # * `origin-response`\: The function executes after CloudFront
6497
- # receives a response from the origin and before it caches the
6498
- # object in the response. When the requested object is in the edge
6492
+ # * `origin-request`: The function executes only when CloudFront sends
6493
+ # a request to your origin. When the requested object is in the edge
6499
6494
  # cache, the function doesn't execute.
6500
6495
  #
6501
- # * `viewer-response`\: The function executes before CloudFront
6502
- # returns the requested object to the viewer. The function executes
6496
+ # * `origin-response`: The function executes after CloudFront receives
6497
+ # a response from the origin and before it caches the object in the
6498
+ # response. When the requested object is in the edge cache, the
6499
+ # function doesn't execute.
6500
+ #
6501
+ # * `viewer-response`: The function executes before CloudFront returns
6502
+ # the requested object to the viewer. The function executes
6503
6503
  # regardless of whether the object was already in the edge cache.
6504
6504
  #
6505
6505
  # If the origin returns an HTTP status code other than HTTP 200
@@ -6547,7 +6547,7 @@ module Aws::CloudFront
6547
6547
  # @return [Integer]
6548
6548
  #
6549
6549
  # @!attribute [rw] items
6550
- # **Optional**\: A complex type that contains
6550
+ # **Optional**: A complex type that contains
6551
6551
  # `LambdaFunctionAssociation` items for this cache behavior. If
6552
6552
  # `Quantity` is `0`, you can omit `Items`.
6553
6553
  # @return [Array<Types::LambdaFunctionAssociation>]
@@ -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.76.0'
56
+ GEM_VERSION = '1.78.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.76.0
4
+ version: 1.78.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-02-22 00:00:00.000000000 Z
11
+ date: 2023-06-15 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.165.0
22
+ version: 3.174.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.165.0
32
+ version: 3.174.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement