aws-sdk-cloudfront 1.89.0 → 1.91.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 +4 -3
- data/lib/aws-sdk-cloudfront/client_api.rb +1 -0
- 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: ec9ff18357fe983436e7a99b9990c75d73a01cbed86b62259a6c3ed5fc8a1f96
|
4
|
+
data.tar.gz: eddf88154f99863a59c06005edd5e9eb965779fea36984a9601a44d9b53722ef
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5ddd88286ae913574089f8a56d087c84d1a5f5ec81ca1feca9e0646a7fad96c34d3665dd035fcab3bffc5ba0d257757eb3a0b3138e5ef1e1601e4fbd85d8d5a1
|
7
|
+
data.tar.gz: 51de5c38e1b94a92dd7aadb5501757e5fe7e2140d2cd972ad6b0dfd25372fe16cef7634d59322bf8ad65265ee65c269139fd60c9f4dfc953640272eee82208ad
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.91.0 (2024-05-21)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Model update; no change to SDK functionality.
|
8
|
+
|
9
|
+
1.90.0 (2024-05-13)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.89.0 (2024-04-25)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.91.0
|
@@ -301,8 +301,9 @@ module Aws::CloudFront
|
|
301
301
|
#
|
302
302
|
# @option options [String] :sdk_ua_app_id
|
303
303
|
# A unique and opaque application ID that is appended to the
|
304
|
-
# User-Agent header as app
|
305
|
-
# maximum length of 50.
|
304
|
+
# User-Agent header as app/sdk_ua_app_id. It should have a
|
305
|
+
# maximum length of 50. This variable is sourced from environment
|
306
|
+
# variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
|
306
307
|
#
|
307
308
|
# @option options [String] :secret_access_key
|
308
309
|
#
|
@@ -9427,7 +9428,7 @@ module Aws::CloudFront
|
|
9427
9428
|
params: params,
|
9428
9429
|
config: config)
|
9429
9430
|
context[:gem_name] = 'aws-sdk-cloudfront'
|
9430
|
-
context[:gem_version] = '1.
|
9431
|
+
context[:gem_version] = '1.91.0'
|
9431
9432
|
Seahorse::Client::Request.new(handlers, context)
|
9432
9433
|
end
|
9433
9434
|
|
@@ -3157,6 +3157,7 @@ module Aws::CloudFront
|
|
3157
3157
|
"endpointPrefix" => "cloudfront",
|
3158
3158
|
"globalEndpoint" => "cloudfront.amazonaws.com",
|
3159
3159
|
"protocol" => "rest-xml",
|
3160
|
+
"protocols" => ["rest-xml"],
|
3160
3161
|
"serviceAbbreviation" => "CloudFront",
|
3161
3162
|
"serviceFullName" => "Amazon CloudFront",
|
3162
3163
|
"serviceId" => "CloudFront",
|
data/lib/aws-sdk-cloudfront.rb
CHANGED
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.
|
4
|
+
version: 1.91.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-
|
11
|
+
date: 2024-05-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|