aws-sdk-cloudfront 1.103.0 → 1.105.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudfront/client.rb +17 -12
- data/lib/aws-sdk-cloudfront/client_api.rb +482 -479
- data/lib/aws-sdk-cloudfront/types.rb +0 -1
- data/lib/aws-sdk-cloudfront/waiters.rb +6 -6
- data/lib/aws-sdk-cloudfront.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3384890cbb901b90a0371fb53820b5cf1c2976688d6a1dace17f2c3e0c3c1126
|
4
|
+
data.tar.gz: 28c272e2a291885a234ec48b0fa27093da05b640a516940c595ea622002b9fb4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e29587a92ae917b3d12b878a5281a0d87013fcb931b3b4ff9fc115528744796fd032b03e5b93c1aaa0ba86ee93e698aed3762631c631405161533bcc6d27ba14
|
7
|
+
data.tar.gz: 50f46299c34d459737697ea8b22720c7eb0bbfef488d7d56efa63d4ca70fd864857fe4f8751ed663bdc6fe28548b957d4f40ce3ca999095a317021fcb0ced677
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.105.0 (2024-11-18)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.104.0 (2024-11-11)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - No API changes from previous release. This release migrated the model to Smithy keeping all features unchanged.
|
13
|
+
|
4
14
|
1.103.0 (2024-10-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.105.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
|
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,14 @@ module Aws::CloudFront
|
|
7777
7783
|
# response. Note the following important requirements and
|
7778
7784
|
# restrictions:
|
7779
7785
|
#
|
7780
|
-
# * You must
|
7781
|
-
#
|
7782
|
-
#
|
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
|
-
#
|
7786
|
-
#
|
7787
|
-
# configuration. The
|
7788
|
-
# configuration. The values that you specify in an
|
7791
|
+
# 3. Submit an `UpdateDistribution` request, providing the updated
|
7792
|
+
# distribution configuration. The new configuration replaces the
|
7793
|
+
# existing configuration. The values that you specify in an
|
7789
7794
|
# `UpdateDistribution` request are not merged into your existing
|
7790
7795
|
# configuration. Make sure to include all fields: the ones that you
|
7791
7796
|
# modified and also the ones that you didn't.
|
@@ -9484,7 +9489,7 @@ module Aws::CloudFront
|
|
9484
9489
|
tracer: tracer
|
9485
9490
|
)
|
9486
9491
|
context[:gem_name] = 'aws-sdk-cloudfront'
|
9487
|
-
context[:gem_version] = '1.
|
9492
|
+
context[:gem_version] = '1.105.0'
|
9488
9493
|
Seahorse::Client::Request.new(handlers, context)
|
9489
9494
|
end
|
9490
9495
|
|