aws-sdk-cloudfront 1.51.0 → 1.52.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudfront.rb +1 -1
- data/lib/aws-sdk-cloudfront/client.rb +12 -12
- data/lib/aws-sdk-cloudfront/types.rb +6 -6
- 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: 83fa65c7ff38723c1480af35bcfbcd4600ae69670920a2fdbd43d62671edaa5f
|
|
4
|
+
data.tar.gz: 38e541004d7d336d8b7494836851b054f29c0a13be99c56d798ddf02ce5105e7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 548c78c7205944aa8bddc05bdefd5df16a7d44da7ac15670e9d59793bb74797fe506453ad827d4898d701a4837802d8bb3d7e65368a126e61bca86bd3011157f
|
|
7
|
+
data.tar.gz: 0b4dbb8a4a436502f8364a0fdbfa5db5d394d2e6bd8efbea3f63a2d86fc7ad916fc63166d6aeaf497f6925ac44a9b4d17b3ed09d43e73da90df094b66c9da7b3
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.52.0
|
data/lib/aws-sdk-cloudfront.rb
CHANGED
|
@@ -750,7 +750,7 @@ module Aws::CloudFront
|
|
|
750
750
|
# iam_certificate_id: "string",
|
|
751
751
|
# acm_certificate_arn: "string",
|
|
752
752
|
# ssl_support_method: "sni-only", # accepts sni-only, vip, static-ip
|
|
753
|
-
# minimum_protocol_version: "SSLv3", # accepts SSLv3, TLSv1, TLSv1_2016, TLSv1.1_2016, TLSv1.2_2018, TLSv1.2_2019
|
|
753
|
+
# minimum_protocol_version: "SSLv3", # accepts SSLv3, TLSv1, TLSv1_2016, TLSv1.1_2016, TLSv1.2_2018, TLSv1.2_2019, TLSv1.2_2021
|
|
754
754
|
# certificate: "string",
|
|
755
755
|
# certificate_source: "cloudfront", # accepts cloudfront, iam, acm
|
|
756
756
|
# },
|
|
@@ -935,7 +935,7 @@ module Aws::CloudFront
|
|
|
935
935
|
# resp.distribution.distribution_config.viewer_certificate.iam_certificate_id #=> String
|
|
936
936
|
# resp.distribution.distribution_config.viewer_certificate.acm_certificate_arn #=> String
|
|
937
937
|
# resp.distribution.distribution_config.viewer_certificate.ssl_support_method #=> String, one of "sni-only", "vip", "static-ip"
|
|
938
|
-
# resp.distribution.distribution_config.viewer_certificate.minimum_protocol_version #=> String, one of "SSLv3", "TLSv1", "TLSv1_2016", "TLSv1.1_2016", "TLSv1.2_2018", "TLSv1.2_2019"
|
|
938
|
+
# resp.distribution.distribution_config.viewer_certificate.minimum_protocol_version #=> String, one of "SSLv3", "TLSv1", "TLSv1_2016", "TLSv1.1_2016", "TLSv1.2_2018", "TLSv1.2_2019", "TLSv1.2_2021"
|
|
939
939
|
# resp.distribution.distribution_config.viewer_certificate.certificate #=> String
|
|
940
940
|
# resp.distribution.distribution_config.viewer_certificate.certificate_source #=> String, one of "cloudfront", "iam", "acm"
|
|
941
941
|
# resp.distribution.distribution_config.restrictions.geo_restriction.restriction_type #=> String, one of "blacklist", "whitelist", "none"
|
|
@@ -1210,7 +1210,7 @@ module Aws::CloudFront
|
|
|
1210
1210
|
# iam_certificate_id: "string",
|
|
1211
1211
|
# acm_certificate_arn: "string",
|
|
1212
1212
|
# ssl_support_method: "sni-only", # accepts sni-only, vip, static-ip
|
|
1213
|
-
# minimum_protocol_version: "SSLv3", # accepts SSLv3, TLSv1, TLSv1_2016, TLSv1.1_2016, TLSv1.2_2018, TLSv1.2_2019
|
|
1213
|
+
# minimum_protocol_version: "SSLv3", # accepts SSLv3, TLSv1, TLSv1_2016, TLSv1.1_2016, TLSv1.2_2018, TLSv1.2_2019, TLSv1.2_2021
|
|
1214
1214
|
# certificate: "string",
|
|
1215
1215
|
# certificate_source: "cloudfront", # accepts cloudfront, iam, acm
|
|
1216
1216
|
# },
|
|
@@ -1404,7 +1404,7 @@ module Aws::CloudFront
|
|
|
1404
1404
|
# resp.distribution.distribution_config.viewer_certificate.iam_certificate_id #=> String
|
|
1405
1405
|
# resp.distribution.distribution_config.viewer_certificate.acm_certificate_arn #=> String
|
|
1406
1406
|
# resp.distribution.distribution_config.viewer_certificate.ssl_support_method #=> String, one of "sni-only", "vip", "static-ip"
|
|
1407
|
-
# resp.distribution.distribution_config.viewer_certificate.minimum_protocol_version #=> String, one of "SSLv3", "TLSv1", "TLSv1_2016", "TLSv1.1_2016", "TLSv1.2_2018", "TLSv1.2_2019"
|
|
1407
|
+
# resp.distribution.distribution_config.viewer_certificate.minimum_protocol_version #=> String, one of "SSLv3", "TLSv1", "TLSv1_2016", "TLSv1.1_2016", "TLSv1.2_2018", "TLSv1.2_2019", "TLSv1.2_2021"
|
|
1408
1408
|
# resp.distribution.distribution_config.viewer_certificate.certificate #=> String
|
|
1409
1409
|
# resp.distribution.distribution_config.viewer_certificate.certificate_source #=> String, one of "cloudfront", "iam", "acm"
|
|
1410
1410
|
# resp.distribution.distribution_config.restrictions.geo_restriction.restriction_type #=> String, one of "blacklist", "whitelist", "none"
|
|
@@ -3028,7 +3028,7 @@ module Aws::CloudFront
|
|
|
3028
3028
|
# resp.distribution.distribution_config.viewer_certificate.iam_certificate_id #=> String
|
|
3029
3029
|
# resp.distribution.distribution_config.viewer_certificate.acm_certificate_arn #=> String
|
|
3030
3030
|
# resp.distribution.distribution_config.viewer_certificate.ssl_support_method #=> String, one of "sni-only", "vip", "static-ip"
|
|
3031
|
-
# resp.distribution.distribution_config.viewer_certificate.minimum_protocol_version #=> String, one of "SSLv3", "TLSv1", "TLSv1_2016", "TLSv1.1_2016", "TLSv1.2_2018", "TLSv1.2_2019"
|
|
3031
|
+
# resp.distribution.distribution_config.viewer_certificate.minimum_protocol_version #=> String, one of "SSLv3", "TLSv1", "TLSv1_2016", "TLSv1.1_2016", "TLSv1.2_2018", "TLSv1.2_2019", "TLSv1.2_2021"
|
|
3032
3032
|
# resp.distribution.distribution_config.viewer_certificate.certificate #=> String
|
|
3033
3033
|
# resp.distribution.distribution_config.viewer_certificate.certificate_source #=> String, one of "cloudfront", "iam", "acm"
|
|
3034
3034
|
# resp.distribution.distribution_config.restrictions.geo_restriction.restriction_type #=> String, one of "blacklist", "whitelist", "none"
|
|
@@ -3222,7 +3222,7 @@ module Aws::CloudFront
|
|
|
3222
3222
|
# resp.distribution_config.viewer_certificate.iam_certificate_id #=> String
|
|
3223
3223
|
# resp.distribution_config.viewer_certificate.acm_certificate_arn #=> String
|
|
3224
3224
|
# resp.distribution_config.viewer_certificate.ssl_support_method #=> String, one of "sni-only", "vip", "static-ip"
|
|
3225
|
-
# resp.distribution_config.viewer_certificate.minimum_protocol_version #=> String, one of "SSLv3", "TLSv1", "TLSv1_2016", "TLSv1.1_2016", "TLSv1.2_2018", "TLSv1.2_2019"
|
|
3225
|
+
# resp.distribution_config.viewer_certificate.minimum_protocol_version #=> String, one of "SSLv3", "TLSv1", "TLSv1_2016", "TLSv1.1_2016", "TLSv1.2_2018", "TLSv1.2_2019", "TLSv1.2_2021"
|
|
3226
3226
|
# resp.distribution_config.viewer_certificate.certificate #=> String
|
|
3227
3227
|
# resp.distribution_config.viewer_certificate.certificate_source #=> String, one of "cloudfront", "iam", "acm"
|
|
3228
3228
|
# resp.distribution_config.restrictions.geo_restriction.restriction_type #=> String, one of "blacklist", "whitelist", "none"
|
|
@@ -4256,7 +4256,7 @@ module Aws::CloudFront
|
|
|
4256
4256
|
# resp.distribution_list.items[0].viewer_certificate.iam_certificate_id #=> String
|
|
4257
4257
|
# resp.distribution_list.items[0].viewer_certificate.acm_certificate_arn #=> String
|
|
4258
4258
|
# resp.distribution_list.items[0].viewer_certificate.ssl_support_method #=> String, one of "sni-only", "vip", "static-ip"
|
|
4259
|
-
# resp.distribution_list.items[0].viewer_certificate.minimum_protocol_version #=> String, one of "SSLv3", "TLSv1", "TLSv1_2016", "TLSv1.1_2016", "TLSv1.2_2018", "TLSv1.2_2019"
|
|
4259
|
+
# resp.distribution_list.items[0].viewer_certificate.minimum_protocol_version #=> String, one of "SSLv3", "TLSv1", "TLSv1_2016", "TLSv1.1_2016", "TLSv1.2_2018", "TLSv1.2_2019", "TLSv1.2_2021"
|
|
4260
4260
|
# resp.distribution_list.items[0].viewer_certificate.certificate #=> String
|
|
4261
4261
|
# resp.distribution_list.items[0].viewer_certificate.certificate_source #=> String, one of "cloudfront", "iam", "acm"
|
|
4262
4262
|
# resp.distribution_list.items[0].restrictions.geo_restriction.restriction_type #=> String, one of "blacklist", "whitelist", "none"
|
|
@@ -4643,7 +4643,7 @@ module Aws::CloudFront
|
|
|
4643
4643
|
# resp.distribution_list.items[0].viewer_certificate.iam_certificate_id #=> String
|
|
4644
4644
|
# resp.distribution_list.items[0].viewer_certificate.acm_certificate_arn #=> String
|
|
4645
4645
|
# resp.distribution_list.items[0].viewer_certificate.ssl_support_method #=> String, one of "sni-only", "vip", "static-ip"
|
|
4646
|
-
# resp.distribution_list.items[0].viewer_certificate.minimum_protocol_version #=> String, one of "SSLv3", "TLSv1", "TLSv1_2016", "TLSv1.1_2016", "TLSv1.2_2018", "TLSv1.2_2019"
|
|
4646
|
+
# resp.distribution_list.items[0].viewer_certificate.minimum_protocol_version #=> String, one of "SSLv3", "TLSv1", "TLSv1_2016", "TLSv1.1_2016", "TLSv1.2_2018", "TLSv1.2_2019", "TLSv1.2_2021"
|
|
4647
4647
|
# resp.distribution_list.items[0].viewer_certificate.certificate #=> String
|
|
4648
4648
|
# resp.distribution_list.items[0].viewer_certificate.certificate_source #=> String, one of "cloudfront", "iam", "acm"
|
|
4649
4649
|
# resp.distribution_list.items[0].restrictions.geo_restriction.restriction_type #=> String, one of "blacklist", "whitelist", "none"
|
|
@@ -4851,7 +4851,7 @@ module Aws::CloudFront
|
|
|
4851
4851
|
# resp.distribution_list.items[0].viewer_certificate.iam_certificate_id #=> String
|
|
4852
4852
|
# resp.distribution_list.items[0].viewer_certificate.acm_certificate_arn #=> String
|
|
4853
4853
|
# resp.distribution_list.items[0].viewer_certificate.ssl_support_method #=> String, one of "sni-only", "vip", "static-ip"
|
|
4854
|
-
# resp.distribution_list.items[0].viewer_certificate.minimum_protocol_version #=> String, one of "SSLv3", "TLSv1", "TLSv1_2016", "TLSv1.1_2016", "TLSv1.2_2018", "TLSv1.2_2019"
|
|
4854
|
+
# resp.distribution_list.items[0].viewer_certificate.minimum_protocol_version #=> String, one of "SSLv3", "TLSv1", "TLSv1_2016", "TLSv1.1_2016", "TLSv1.2_2018", "TLSv1.2_2019", "TLSv1.2_2021"
|
|
4855
4855
|
# resp.distribution_list.items[0].viewer_certificate.certificate #=> String
|
|
4856
4856
|
# resp.distribution_list.items[0].viewer_certificate.certificate_source #=> String, one of "cloudfront", "iam", "acm"
|
|
4857
4857
|
# resp.distribution_list.items[0].restrictions.geo_restriction.restriction_type #=> String, one of "blacklist", "whitelist", "none"
|
|
@@ -6087,7 +6087,7 @@ module Aws::CloudFront
|
|
|
6087
6087
|
# iam_certificate_id: "string",
|
|
6088
6088
|
# acm_certificate_arn: "string",
|
|
6089
6089
|
# ssl_support_method: "sni-only", # accepts sni-only, vip, static-ip
|
|
6090
|
-
# minimum_protocol_version: "SSLv3", # accepts SSLv3, TLSv1, TLSv1_2016, TLSv1.1_2016, TLSv1.2_2018, TLSv1.2_2019
|
|
6090
|
+
# minimum_protocol_version: "SSLv3", # accepts SSLv3, TLSv1, TLSv1_2016, TLSv1.1_2016, TLSv1.2_2018, TLSv1.2_2019, TLSv1.2_2021
|
|
6091
6091
|
# certificate: "string",
|
|
6092
6092
|
# certificate_source: "cloudfront", # accepts cloudfront, iam, acm
|
|
6093
6093
|
# },
|
|
@@ -6274,7 +6274,7 @@ module Aws::CloudFront
|
|
|
6274
6274
|
# resp.distribution.distribution_config.viewer_certificate.iam_certificate_id #=> String
|
|
6275
6275
|
# resp.distribution.distribution_config.viewer_certificate.acm_certificate_arn #=> String
|
|
6276
6276
|
# resp.distribution.distribution_config.viewer_certificate.ssl_support_method #=> String, one of "sni-only", "vip", "static-ip"
|
|
6277
|
-
# resp.distribution.distribution_config.viewer_certificate.minimum_protocol_version #=> String, one of "SSLv3", "TLSv1", "TLSv1_2016", "TLSv1.1_2016", "TLSv1.2_2018", "TLSv1.2_2019"
|
|
6277
|
+
# resp.distribution.distribution_config.viewer_certificate.minimum_protocol_version #=> String, one of "SSLv3", "TLSv1", "TLSv1_2016", "TLSv1.1_2016", "TLSv1.2_2018", "TLSv1.2_2019", "TLSv1.2_2021"
|
|
6278
6278
|
# resp.distribution.distribution_config.viewer_certificate.certificate #=> String
|
|
6279
6279
|
# resp.distribution.distribution_config.viewer_certificate.certificate_source #=> String, one of "cloudfront", "iam", "acm"
|
|
6280
6280
|
# resp.distribution.distribution_config.restrictions.geo_restriction.restriction_type #=> String, one of "blacklist", "whitelist", "none"
|
|
@@ -6911,7 +6911,7 @@ module Aws::CloudFront
|
|
|
6911
6911
|
params: params,
|
|
6912
6912
|
config: config)
|
|
6913
6913
|
context[:gem_name] = 'aws-sdk-cloudfront'
|
|
6914
|
-
context[:gem_version] = '1.
|
|
6914
|
+
context[:gem_version] = '1.52.0'
|
|
6915
6915
|
Seahorse::Client::Request.new(handlers, context)
|
|
6916
6916
|
end
|
|
6917
6917
|
|
|
@@ -2052,7 +2052,7 @@ module Aws::CloudFront
|
|
|
2052
2052
|
# iam_certificate_id: "string",
|
|
2053
2053
|
# acm_certificate_arn: "string",
|
|
2054
2054
|
# ssl_support_method: "sni-only", # accepts sni-only, vip, static-ip
|
|
2055
|
-
# minimum_protocol_version: "SSLv3", # accepts SSLv3, TLSv1, TLSv1_2016, TLSv1.1_2016, TLSv1.2_2018, TLSv1.2_2019
|
|
2055
|
+
# minimum_protocol_version: "SSLv3", # accepts SSLv3, TLSv1, TLSv1_2016, TLSv1.1_2016, TLSv1.2_2018, TLSv1.2_2019, TLSv1.2_2021
|
|
2056
2056
|
# certificate: "string",
|
|
2057
2057
|
# certificate_source: "cloudfront", # accepts cloudfront, iam, acm
|
|
2058
2058
|
# },
|
|
@@ -2348,7 +2348,7 @@ module Aws::CloudFront
|
|
|
2348
2348
|
# iam_certificate_id: "string",
|
|
2349
2349
|
# acm_certificate_arn: "string",
|
|
2350
2350
|
# ssl_support_method: "sni-only", # accepts sni-only, vip, static-ip
|
|
2351
|
-
# minimum_protocol_version: "SSLv3", # accepts SSLv3, TLSv1, TLSv1_2016, TLSv1.1_2016, TLSv1.2_2018, TLSv1.2_2019
|
|
2351
|
+
# minimum_protocol_version: "SSLv3", # accepts SSLv3, TLSv1, TLSv1_2016, TLSv1.1_2016, TLSv1.2_2018, TLSv1.2_2019, TLSv1.2_2021
|
|
2352
2352
|
# certificate: "string",
|
|
2353
2353
|
# certificate_source: "cloudfront", # accepts cloudfront, iam, acm
|
|
2354
2354
|
# },
|
|
@@ -4497,7 +4497,7 @@ module Aws::CloudFront
|
|
|
4497
4497
|
# iam_certificate_id: "string",
|
|
4498
4498
|
# acm_certificate_arn: "string",
|
|
4499
4499
|
# ssl_support_method: "sni-only", # accepts sni-only, vip, static-ip
|
|
4500
|
-
# minimum_protocol_version: "SSLv3", # accepts SSLv3, TLSv1, TLSv1_2016, TLSv1.1_2016, TLSv1.2_2018, TLSv1.2_2019
|
|
4500
|
+
# minimum_protocol_version: "SSLv3", # accepts SSLv3, TLSv1, TLSv1_2016, TLSv1.1_2016, TLSv1.2_2018, TLSv1.2_2019, TLSv1.2_2021
|
|
4501
4501
|
# certificate: "string",
|
|
4502
4502
|
# certificate_source: "cloudfront", # accepts cloudfront, iam, acm
|
|
4503
4503
|
# },
|
|
@@ -5002,7 +5002,7 @@ module Aws::CloudFront
|
|
|
5002
5002
|
# iam_certificate_id: "string",
|
|
5003
5003
|
# acm_certificate_arn: "string",
|
|
5004
5004
|
# ssl_support_method: "sni-only", # accepts sni-only, vip, static-ip
|
|
5005
|
-
# minimum_protocol_version: "SSLv3", # accepts SSLv3, TLSv1, TLSv1_2016, TLSv1.1_2016, TLSv1.2_2018, TLSv1.2_2019
|
|
5005
|
+
# minimum_protocol_version: "SSLv3", # accepts SSLv3, TLSv1, TLSv1_2016, TLSv1.1_2016, TLSv1.2_2018, TLSv1.2_2019, TLSv1.2_2021
|
|
5006
5006
|
# certificate: "string",
|
|
5007
5007
|
# certificate_source: "cloudfront", # accepts cloudfront, iam, acm
|
|
5008
5008
|
# },
|
|
@@ -12931,7 +12931,7 @@ module Aws::CloudFront
|
|
|
12931
12931
|
# iam_certificate_id: "string",
|
|
12932
12932
|
# acm_certificate_arn: "string",
|
|
12933
12933
|
# ssl_support_method: "sni-only", # accepts sni-only, vip, static-ip
|
|
12934
|
-
# minimum_protocol_version: "SSLv3", # accepts SSLv3, TLSv1, TLSv1_2016, TLSv1.1_2016, TLSv1.2_2018, TLSv1.2_2019
|
|
12934
|
+
# minimum_protocol_version: "SSLv3", # accepts SSLv3, TLSv1, TLSv1_2016, TLSv1.1_2016, TLSv1.2_2018, TLSv1.2_2019, TLSv1.2_2021
|
|
12935
12935
|
# certificate: "string",
|
|
12936
12936
|
# certificate_source: "cloudfront", # accepts cloudfront, iam, acm
|
|
12937
12937
|
# },
|
|
@@ -13606,7 +13606,7 @@ module Aws::CloudFront
|
|
|
13606
13606
|
# iam_certificate_id: "string",
|
|
13607
13607
|
# acm_certificate_arn: "string",
|
|
13608
13608
|
# ssl_support_method: "sni-only", # accepts sni-only, vip, static-ip
|
|
13609
|
-
# minimum_protocol_version: "SSLv3", # accepts SSLv3, TLSv1, TLSv1_2016, TLSv1.1_2016, TLSv1.2_2018, TLSv1.2_2019
|
|
13609
|
+
# minimum_protocol_version: "SSLv3", # accepts SSLv3, TLSv1, TLSv1_2016, TLSv1.1_2016, TLSv1.2_2018, TLSv1.2_2019, TLSv1.2_2021
|
|
13610
13610
|
# certificate: "string",
|
|
13611
13611
|
# certificate_source: "cloudfront", # accepts cloudfront, iam, acm
|
|
13612
13612
|
# }
|
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.52.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: 2021-
|
|
11
|
+
date: 2021-06-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|