aws-sdk-cloudfront 1.102.0 → 1.104.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: '0396ff3123e2ffb08999faa4471475394ea357f5cb056752e4e7741f553b1daa'
4
- data.tar.gz: 74c9289155f056db4ea33ae6cfaf85403cf9720389e82d4d6de021e93ab24a5d
3
+ metadata.gz: 5ff7b0ee8d0bb234dc0f6580b59e9dcd2d165ffdad5c647be37e0350c4e6bee2
4
+ data.tar.gz: 830f308f936e8d98966afe9ce6960f0d65f981d0dbe6b310b55e0cbce274095e
5
5
  SHA512:
6
- metadata.gz: 33310ff679bfa045f8b72346d5ca0c7cd97adacafc1247cef94c641f980e4b4ac360b0b1b50fc8c848dd0479d778fb80a9a0bb20b77a750b491527ce01937e5d
7
- data.tar.gz: 384e04e7a27dff08b59d4c32ec8463222886cb957c0e040ba478ccc394883e15eea8b4802d90e5fc1e7576b3b89757d9c2d8bc31b3efa8a22862ef0b1551b9bb
6
+ metadata.gz: b3b687fa495a0c9bb19d8b9e41c867dbafb1bbffa5d65164a9dd75e04824bc55af4f2b4076fcae003ccb5f0aa1c5d76d382d833cd74ec81604c95217c9e988a7
7
+ data.tar.gz: c1d9f393434433afe74d4a8d3021e38ab225f6fed3eed220df14bb10940c100de42c904e1867427cb338804c606b53c2b8a0b88b52f289642dd1476a9f394100
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.103.0 (2024-10-18)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.102.0 (2024-09-24)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.102.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.102.0'
9493
+ context[:gem_version] = '1.104.0'
9488
9494
  Seahorse::Client::Request.new(handlers, context)
9489
9495
  end
9490
9496