aws-sdk-cloudfront 1.103.0 → 1.104.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: c01a921ef70d695f19e419e88fe131cb78e8890b2e48f5d33134f93a858d2cf9
4
- data.tar.gz: a8a69e420f9f792920beaefa908e80fb18fc08f6b3d68459e5e876d2b30fe0a7
3
+ metadata.gz: 5ff7b0ee8d0bb234dc0f6580b59e9dcd2d165ffdad5c647be37e0350c4e6bee2
4
+ data.tar.gz: 830f308f936e8d98966afe9ce6960f0d65f981d0dbe6b310b55e0cbce274095e
5
5
  SHA512:
6
- metadata.gz: 422d3fb7cf566922ad6c16bd4ad50709abf2756a7f8b738487dc4a707424d850eb5448b2c116ee0b298139226c6f015e1f39ae47095b207109c137d03bccdb38
7
- data.tar.gz: fe6db785e7daabbcbe03aaa34973e1bfd6fb472dcfb3902a2a6ccd9eb740261e284e4796282a48b7aa7243a5d9f022b3eb88c1364e9a6d38b3c92ac20b8be4b7
6
+ metadata.gz: b3b687fa495a0c9bb19d8b9e41c867dbafb1bbffa5d65164a9dd75e04824bc55af4f2b4076fcae003ccb5f0aa1c5d76d382d833cd74ec81604c95217c9e988a7
7
+ data.tar.gz: c1d9f393434433afe74d4a8d3021e38ab225f6fed3eed220df14bb10940c100de42c904e1867427cb338804c606b53c2b8a0b88b52f289642dd1476a9f394100
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.104.0 (2024-11-11)
5
+ ------------------
6
+
7
+ * Feature - No API changes from previous release. This release migrated the model to Smithy keeping all features unchanged.
8
+
4
9
  1.103.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.103.0
1
+ 1.104.0
@@ -6825,8 +6825,6 @@ module Aws::CloudFront
6825
6825
  # # The following command retrieves a list of KeyValueStores with READY status.
6826
6826
  #
6827
6827
  # resp = client.list_key_value_stores({
6828
- # marker: "",
6829
- # max_items: 100,
6830
6828
  # status: "READY",
6831
6829
  # })
6832
6830
  #
@@ -6879,8 +6877,8 @@ module Aws::CloudFront
6879
6877
  req.send_request(options)
6880
6878
  end
6881
6879
 
6882
- # Gets the list of CloudFront origin access controls in this Amazon Web
6883
- # Services account.
6880
+ # Gets the list of CloudFront origin access controls (OACs) in this
6881
+ # Amazon Web Services account.
6884
6882
  #
6885
6883
  # You can optionally specify the maximum number of items to receive in
6886
6884
  # the response. If the total number of items in the list exceeds the
@@ -6889,6 +6887,12 @@ module Aws::CloudFront
6889
6887
  # specifies the `NextMarker` value from the current response as the
6890
6888
  # `Marker` value in the next request.
6891
6889
  #
6890
+ # <note markdown="1"> If you're not using origin access controls for your Amazon Web
6891
+ # Services account, the `ListOriginAccessControls` operation doesn't
6892
+ # return the `Items` element in the response.
6893
+ #
6894
+ # </note>
6895
+ #
6892
6896
  # @option params [String] :marker
6893
6897
  # Use this field when paginating results to indicate where to begin in
6894
6898
  # your list of origin access controls. The response includes the items
@@ -7031,6 +7035,8 @@ module Aws::CloudFront
7031
7035
  #
7032
7036
  # * {Types::ListPublicKeysResult#public_key_list #public_key_list} => Types::PublicKeyList
7033
7037
  #
7038
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
7039
+ #
7034
7040
  # @example Request syntax with placeholder values
7035
7041
  #
7036
7042
  # resp = client.list_public_keys({
@@ -7777,15 +7783,15 @@ module Aws::CloudFront
7777
7783
  # response. Note the following important requirements and
7778
7784
  # restrictions:
7779
7785
  #
7780
- # * You must rename the `ETag` field to `IfMatch`, leaving the value
7781
- # unchanged. (Set the value of `IfMatch` to the value of `ETag`,
7782
- # then remove the `ETag` field.)
7786
+ # * You must copy the `ETag` field value from the response. (You'll
7787
+ # use it for the `IfMatch` parameter in your request.) Then,
7788
+ # remove the `ETag` field from the distribution configuration.
7783
7789
  #
7784
7790
  # * You can't change the value of `CallerReference`.
7785
7791
  #
7786
- # 3. Submit an `UpdateDistribution` request, providing the distribution
7787
- # configuration. The new configuration replaces the existing
7788
- # configuration. The values that you specify in an
7792
+ # 3. Submit an `UpdateDistribution` request, providing the updated
7793
+ # distribution configuration. The new configuration replaces the
7794
+ # existing configuration. The values that you specify in an
7789
7795
  # `UpdateDistribution` request are not merged into your existing
7790
7796
  # configuration. Make sure to include all fields: the ones that you
7791
7797
  # modified and also the ones that you didn't.
@@ -9484,7 +9490,7 @@ module Aws::CloudFront
9484
9490
  tracer: tracer
9485
9491
  )
9486
9492
  context[:gem_name] = 'aws-sdk-cloudfront'
9487
- context[:gem_version] = '1.103.0'
9493
+ context[:gem_version] = '1.104.0'
9488
9494
  Seahorse::Client::Request.new(handlers, context)
9489
9495
  end
9490
9496