aws-sdk-cloudfront 1.65.0 → 1.66.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: db5775c7bf0df4823bf53e86e6e9436e4865b20b5fad30330b8bed1a6831bf0d
4
- data.tar.gz: 01bd4ae0492355c68f80ab23026bdeaed51a00b3f43247cbb25d44f4c3f16edc
3
+ metadata.gz: e0f77d2230ebcfb6f770f267861c4b0ecb7d2169a840803b71292986d047d73d
4
+ data.tar.gz: 65fdd1a1cf063a0ef2b488b98ba93a49eaffe17039b6073bb096cbd7ccf17362
5
5
  SHA512:
6
- metadata.gz: 4927d3a5df725664d2992c3cf387bc25bff5d730a885ad49fca8d9ac3eb9c2f04d1e9e262b55ce81b22204f6d37de6ceb5c03d72ddd9ccd6b8fe8485debc16ec
7
- data.tar.gz: 011f41b13bae4268bf85b30df00337d190f892465ff8e111ccaa6e9b7273beb981afd1088a60cdad29bc806a77349b263ca6ac95e14bc13fdb916bae36914d48
6
+ metadata.gz: b14389d9e4a03b94e9a8e6a5e5649cb0194848fb953e6856a5f98744f9baeb592653cf2f8f079e87127a658d12c851ccc14b8f809fed78bd929facb8a7a4c79d
7
+ data.tar.gz: aacbbd1d8fe4acc90a1abb9485cc8f8dc3982dbeb4d3aa26ab1acb1348fe821fb1de47d8ca78647bf661492f6df062f00a957d65bb47555fc2c1474490b0dc88
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.66.0 (2022-08-15)
5
+ ------------------
6
+
7
+ * Feature - Adds Http 3 support to distributions
8
+
4
9
  1.65.0 (2022-05-16)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.65.0
1
+ 1.66.0
@@ -832,7 +832,7 @@ module Aws::CloudFront
832
832
  # },
833
833
  # },
834
834
  # web_acl_id: "string",
835
- # http_version: "http1.1", # accepts http1.1, http2
835
+ # http_version: "http1.1", # accepts http1.1, http2, http3, http2and3
836
836
  # is_ipv6_enabled: false,
837
837
  # },
838
838
  # })
@@ -1015,7 +1015,7 @@ module Aws::CloudFront
1015
1015
  # resp.distribution.distribution_config.restrictions.geo_restriction.items #=> Array
1016
1016
  # resp.distribution.distribution_config.restrictions.geo_restriction.items[0] #=> String
1017
1017
  # resp.distribution.distribution_config.web_acl_id #=> String
1018
- # resp.distribution.distribution_config.http_version #=> String, one of "http1.1", "http2"
1018
+ # resp.distribution.distribution_config.http_version #=> String, one of "http1.1", "http2", "http3", "http2and3"
1019
1019
  # resp.distribution.distribution_config.is_ipv6_enabled #=> Boolean
1020
1020
  # resp.distribution.alias_icp_recordals #=> Array
1021
1021
  # resp.distribution.alias_icp_recordals[0].cname #=> String
@@ -1296,7 +1296,7 @@ module Aws::CloudFront
1296
1296
  # },
1297
1297
  # },
1298
1298
  # web_acl_id: "string",
1299
- # http_version: "http1.1", # accepts http1.1, http2
1299
+ # http_version: "http1.1", # accepts http1.1, http2, http3, http2and3
1300
1300
  # is_ipv6_enabled: false,
1301
1301
  # },
1302
1302
  # tags: { # required
@@ -1488,7 +1488,7 @@ module Aws::CloudFront
1488
1488
  # resp.distribution.distribution_config.restrictions.geo_restriction.items #=> Array
1489
1489
  # resp.distribution.distribution_config.restrictions.geo_restriction.items[0] #=> String
1490
1490
  # resp.distribution.distribution_config.web_acl_id #=> String
1491
- # resp.distribution.distribution_config.http_version #=> String, one of "http1.1", "http2"
1491
+ # resp.distribution.distribution_config.http_version #=> String, one of "http1.1", "http2", "http3", "http2and3"
1492
1492
  # resp.distribution.distribution_config.is_ipv6_enabled #=> Boolean
1493
1493
  # resp.distribution.alias_icp_recordals #=> Array
1494
1494
  # resp.distribution.alias_icp_recordals[0].cname #=> String
@@ -3306,7 +3306,7 @@ module Aws::CloudFront
3306
3306
  # resp.distribution.distribution_config.restrictions.geo_restriction.items #=> Array
3307
3307
  # resp.distribution.distribution_config.restrictions.geo_restriction.items[0] #=> String
3308
3308
  # resp.distribution.distribution_config.web_acl_id #=> String
3309
- # resp.distribution.distribution_config.http_version #=> String, one of "http1.1", "http2"
3309
+ # resp.distribution.distribution_config.http_version #=> String, one of "http1.1", "http2", "http3", "http2and3"
3310
3310
  # resp.distribution.distribution_config.is_ipv6_enabled #=> Boolean
3311
3311
  # resp.distribution.alias_icp_recordals #=> Array
3312
3312
  # resp.distribution.alias_icp_recordals[0].cname #=> String
@@ -3502,7 +3502,7 @@ module Aws::CloudFront
3502
3502
  # resp.distribution_config.restrictions.geo_restriction.items #=> Array
3503
3503
  # resp.distribution_config.restrictions.geo_restriction.items[0] #=> String
3504
3504
  # resp.distribution_config.web_acl_id #=> String
3505
- # resp.distribution_config.http_version #=> String, one of "http1.1", "http2"
3505
+ # resp.distribution_config.http_version #=> String, one of "http1.1", "http2", "http3", "http2and3"
3506
3506
  # resp.distribution_config.is_ipv6_enabled #=> Boolean
3507
3507
  # resp.etag #=> String
3508
3508
  #
@@ -4789,7 +4789,7 @@ module Aws::CloudFront
4789
4789
  # resp.distribution_list.items[0].restrictions.geo_restriction.items #=> Array
4790
4790
  # resp.distribution_list.items[0].restrictions.geo_restriction.items[0] #=> String
4791
4791
  # resp.distribution_list.items[0].web_acl_id #=> String
4792
- # resp.distribution_list.items[0].http_version #=> String, one of "http1.1", "http2"
4792
+ # resp.distribution_list.items[0].http_version #=> String, one of "http1.1", "http2", "http3", "http2and3"
4793
4793
  # resp.distribution_list.items[0].is_ipv6_enabled #=> Boolean
4794
4794
  # resp.distribution_list.items[0].alias_icp_recordals #=> Array
4795
4795
  # resp.distribution_list.items[0].alias_icp_recordals[0].cname #=> String
@@ -5178,7 +5178,7 @@ module Aws::CloudFront
5178
5178
  # resp.distribution_list.items[0].restrictions.geo_restriction.items #=> Array
5179
5179
  # resp.distribution_list.items[0].restrictions.geo_restriction.items[0] #=> String
5180
5180
  # resp.distribution_list.items[0].web_acl_id #=> String
5181
- # resp.distribution_list.items[0].http_version #=> String, one of "http1.1", "http2"
5181
+ # resp.distribution_list.items[0].http_version #=> String, one of "http1.1", "http2", "http3", "http2and3"
5182
5182
  # resp.distribution_list.items[0].is_ipv6_enabled #=> Boolean
5183
5183
  # resp.distribution_list.items[0].alias_icp_recordals #=> Array
5184
5184
  # resp.distribution_list.items[0].alias_icp_recordals[0].cname #=> String
@@ -5444,7 +5444,7 @@ module Aws::CloudFront
5444
5444
  # resp.distribution_list.items[0].restrictions.geo_restriction.items #=> Array
5445
5445
  # resp.distribution_list.items[0].restrictions.geo_restriction.items[0] #=> String
5446
5446
  # resp.distribution_list.items[0].web_acl_id #=> String
5447
- # resp.distribution_list.items[0].http_version #=> String, one of "http1.1", "http2"
5447
+ # resp.distribution_list.items[0].http_version #=> String, one of "http1.1", "http2", "http3", "http2and3"
5448
5448
  # resp.distribution_list.items[0].is_ipv6_enabled #=> Boolean
5449
5449
  # resp.distribution_list.items[0].alias_icp_recordals #=> Array
5450
5450
  # resp.distribution_list.items[0].alias_icp_recordals[0].cname #=> String
@@ -6792,7 +6792,7 @@ module Aws::CloudFront
6792
6792
  # },
6793
6793
  # },
6794
6794
  # web_acl_id: "string",
6795
- # http_version: "http1.1", # accepts http1.1, http2
6795
+ # http_version: "http1.1", # accepts http1.1, http2, http3, http2and3
6796
6796
  # is_ipv6_enabled: false,
6797
6797
  # },
6798
6798
  # id: "string", # required
@@ -6977,7 +6977,7 @@ module Aws::CloudFront
6977
6977
  # resp.distribution.distribution_config.restrictions.geo_restriction.items #=> Array
6978
6978
  # resp.distribution.distribution_config.restrictions.geo_restriction.items[0] #=> String
6979
6979
  # resp.distribution.distribution_config.web_acl_id #=> String
6980
- # resp.distribution.distribution_config.http_version #=> String, one of "http1.1", "http2"
6980
+ # resp.distribution.distribution_config.http_version #=> String, one of "http1.1", "http2", "http3", "http2and3"
6981
6981
  # resp.distribution.distribution_config.is_ipv6_enabled #=> Boolean
6982
6982
  # resp.distribution.alias_icp_recordals #=> Array
6983
6983
  # resp.distribution.alias_icp_recordals[0].cname #=> String
@@ -7768,7 +7768,7 @@ module Aws::CloudFront
7768
7768
  params: params,
7769
7769
  config: config)
7770
7770
  context[:gem_name] = 'aws-sdk-cloudfront'
7771
- context[:gem_version] = '1.65.0'
7771
+ context[:gem_version] = '1.66.0'
7772
7772
  Seahorse::Client::Request.new(handlers, context)
7773
7773
  end
7774
7774
 
@@ -2168,7 +2168,7 @@ module Aws::CloudFront
2168
2168
  # },
2169
2169
  # },
2170
2170
  # web_acl_id: "string",
2171
- # http_version: "http1.1", # accepts http1.1, http2
2171
+ # http_version: "http1.1", # accepts http1.1, http2, http3, http2and3
2172
2172
  # is_ipv6_enabled: false,
2173
2173
  # },
2174
2174
  # }
@@ -2466,7 +2466,7 @@ module Aws::CloudFront
2466
2466
  # },
2467
2467
  # },
2468
2468
  # web_acl_id: "string",
2469
- # http_version: "http1.1", # accepts http1.1, http2
2469
+ # http_version: "http1.1", # accepts http1.1, http2, http3, http2and3
2470
2470
  # is_ipv6_enabled: false,
2471
2471
  # },
2472
2472
  # tags: { # required
@@ -4766,7 +4766,7 @@ module Aws::CloudFront
4766
4766
  # },
4767
4767
  # },
4768
4768
  # web_acl_id: "string",
4769
- # http_version: "http1.1", # accepts http1.1, http2
4769
+ # http_version: "http1.1", # accepts http1.1, http2, http3, http2and3
4770
4770
  # is_ipv6_enabled: false,
4771
4771
  # }
4772
4772
  #
@@ -4936,18 +4936,26 @@ module Aws::CloudFront
4936
4936
  # @return [String]
4937
4937
  #
4938
4938
  # @!attribute [rw] http_version
4939
- # (Optional) Specify the maximum HTTP version that you want viewers to
4940
- # use to communicate with CloudFront. The default value for new web
4941
- # distributions is http2. Viewers that don't support HTTP/2
4939
+ # (Optional) Specify the maximum HTTP version(s) that you want viewers
4940
+ # to use to communicate with CloudFront. The default value for new web
4941
+ # distributions is `http2`. Viewers that don't support HTTP/2
4942
4942
  # automatically use an earlier HTTP version.
4943
4943
  #
4944
- # For viewers and CloudFront to use HTTP/2, viewers must support TLS
4945
- # 1.2 or later, and must support Server Name Identification (SNI).
4944
+ # For viewers and CloudFront to use HTTP/2, viewers must support
4945
+ # TLSv1.2 or later, and must support Server Name Indication (SNI).
4946
4946
  #
4947
- # In general, configuring CloudFront to communicate with viewers using
4948
- # HTTP/2 reduces latency. You can improve performance by optimizing
4949
- # for HTTP/2. For more information, do an Internet search for "http/2
4950
- # optimization."
4947
+ # For viewers and CloudFront to use HTTP/3, viewers must support
4948
+ # TLSv1.3 and Server Name Indication (SNI). CloudFront supports HTTP/3
4949
+ # connection migration to allow the viewer to switch networks without
4950
+ # losing connection. For more information about connection migration,
4951
+ # see [Connection Migration][1] at RFC 9000. For more information
4952
+ # about supported TLSv1.3 ciphers, see [Supported protocols and
4953
+ # ciphers between viewers and CloudFront][2].
4954
+ #
4955
+ #
4956
+ #
4957
+ # [1]: https://www.rfc-editor.org/rfc/rfc9000.html#name-connection-migration
4958
+ # [2]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/secure-connections-supported-viewer-protocols-ciphers.html
4951
4959
  # @return [String]
4952
4960
  #
4953
4961
  # @!attribute [rw] is_ipv6_enabled
@@ -5274,7 +5282,7 @@ module Aws::CloudFront
5274
5282
  # },
5275
5283
  # },
5276
5284
  # web_acl_id: "string",
5277
- # http_version: "http1.1", # accepts http1.1, http2
5285
+ # http_version: "http1.1", # accepts http1.1, http2, http3, http2and3
5278
5286
  # is_ipv6_enabled: false,
5279
5287
  # },
5280
5288
  # tags: { # required
@@ -14672,7 +14680,7 @@ module Aws::CloudFront
14672
14680
  # },
14673
14681
  # },
14674
14682
  # web_acl_id: "string",
14675
- # http_version: "http1.1", # accepts http1.1, http2
14683
+ # http_version: "http1.1", # accepts http1.1, http2, http3, http2and3
14676
14684
  # is_ipv6_enabled: false,
14677
14685
  # },
14678
14686
  # id: "string", # required
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-cloudfront/customizations'
49
49
  # @!group service
50
50
  module Aws::CloudFront
51
51
 
52
- GEM_VERSION = '1.65.0'
52
+ GEM_VERSION = '1.66.0'
53
53
 
54
54
  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.65.0
4
+ version: 1.66.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: 2022-05-16 00:00:00.000000000 Z
11
+ date: 2022-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core