aws-sdk-cloudfront 1.85.0 → 1.86.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: 10663255e32ef7567a58eb00a721e6d6926eadc684f9dafb62d67f5c45f64138
4
- data.tar.gz: 9ef409838aadb352715534e9ae83d8b6d49ced6cb2edef4af6dbfa78ea33adc0
3
+ metadata.gz: 75ccd4aa0a836867e5ec3849788f8b7b122b35061f47149ccbebed3f90ed1e24
4
+ data.tar.gz: 5d16afc37126b88d94b61d063f41fae63661c572ee715e06916e0f0a3db46eb4
5
5
  SHA512:
6
- metadata.gz: af59cf76bba5143cf1d30371b673aa4b5aedc0345b72e44aa7784d2ca2000dabfa9af734c35288d2e8e19897cc17e9b7686dd9e807a1af23220e600534dccdef
7
- data.tar.gz: 10b6f9850f6fbc9e5c696f80d8d6dd84da8d9b45697ee497a8249f772fb5f6b0d999dceb513d0841945c34114f5420b803f1d12e386ee0532235db40b56a77ac
6
+ metadata.gz: be1656eb85939962ac8e7d43f3b2d93764234dad694ef19809d79be9e40e9609778a932c3d769eec109e3203250e2ff4c58c488056744b21348075f501982900
7
+ data.tar.gz: 0e4355d16d68260694c58818dc99b2488d08541288b1447e154450339d06b26118153b59d294940d0cc56dcfb1947e4d83fbaa45f6e10582c3042a9137ba0982
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.86.0 (2023-11-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.85.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.85.0
1
+ 1.86.0
@@ -9392,7 +9392,7 @@ module Aws::CloudFront
9392
9392
  params: params,
9393
9393
  config: config)
9394
9394
  context[:gem_name] = 'aws-sdk-cloudfront'
9395
- context[:gem_version] = '1.85.0'
9395
+ context[:gem_version] = '1.86.0'
9396
9396
  Seahorse::Client::Request.new(handlers, context)
9397
9397
  end
9398
9398
 
@@ -25,16 +25,17 @@ module Aws::CloudFront
25
25
  # @api private
26
26
  class Handler < Seahorse::Client::Handler
27
27
  def call(context)
28
- # If endpoint was discovered, do not resolve or apply the endpoint.
29
28
  unless context[:discovered_endpoint]
30
29
  params = parameters_for_operation(context)
31
30
  endpoint = context.config.endpoint_provider.resolve_endpoint(params)
32
31
 
33
32
  context.http_request.endpoint = endpoint.url
34
33
  apply_endpoint_headers(context, endpoint.headers)
34
+
35
+ context[:endpoint_params] = params
36
+ context[:endpoint_properties] = endpoint.properties
35
37
  end
36
38
 
37
- context[:endpoint_params] = params
38
39
  context[:auth_scheme] =
39
40
  Aws::Endpoints.resolve_auth_scheme(context, endpoint)
40
41
 
@@ -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.85.0'
56
+ GEM_VERSION = '1.86.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.85.0
4
+ version: 1.86.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-11-22 00:00:00.000000000 Z
11
+ date: 2023-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core