aws-sdk-cloudfront 1.33.0 → 1.34.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/lib/aws-sdk-cloudfront.rb +1 -1
- data/lib/aws-sdk-cloudfront/client.rb +11 -11
- data/lib/aws-sdk-cloudfront/types.rb +14 -28
- 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: 15db99cc14682373f35aa90f1320584234ae291da8d2a645ffd8b134f11faed5
|
|
4
|
+
data.tar.gz: fca0af0c8874617185b879837a05a893f61d10c83d3a4296a00aeb7aa8e2207c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9c7304752f85df984824d05a5c769e4b9f0914671ee64531b09b45523f7ce11f468b4145adc27187c3adc93daf4d335c72a03fcb61d9c1b1a807b35e41890de2
|
|
7
|
+
data.tar.gz: e73f78a7ff6a6a92fe518a9c82b1d3121be7f167eebec1a3e0492a67c0763703ce394854f6e4eccc5d3663413b1ee60d417fdaf55de5b4ac9f740bc259a39aab
|
data/lib/aws-sdk-cloudfront.rb
CHANGED
|
@@ -588,7 +588,7 @@ module Aws::CloudFront
|
|
|
588
588
|
# iam_certificate_id: "string",
|
|
589
589
|
# acm_certificate_arn: "string",
|
|
590
590
|
# ssl_support_method: "sni-only", # accepts sni-only, vip
|
|
591
|
-
# minimum_protocol_version: "SSLv3", # accepts SSLv3, TLSv1, TLSv1_2016, TLSv1.1_2016, TLSv1.2_2018
|
|
591
|
+
# minimum_protocol_version: "SSLv3", # accepts SSLv3, TLSv1, TLSv1_2016, TLSv1.1_2016, TLSv1.2_2018, TLSv1.2_2019
|
|
592
592
|
# certificate: "string",
|
|
593
593
|
# certificate_source: "cloudfront", # accepts cloudfront, iam, acm
|
|
594
594
|
# },
|
|
@@ -742,7 +742,7 @@ module Aws::CloudFront
|
|
|
742
742
|
# resp.distribution.distribution_config.viewer_certificate.iam_certificate_id #=> String
|
|
743
743
|
# resp.distribution.distribution_config.viewer_certificate.acm_certificate_arn #=> String
|
|
744
744
|
# resp.distribution.distribution_config.viewer_certificate.ssl_support_method #=> String, one of "sni-only", "vip"
|
|
745
|
-
# resp.distribution.distribution_config.viewer_certificate.minimum_protocol_version #=> String, one of "SSLv3", "TLSv1", "TLSv1_2016", "TLSv1.1_2016", "TLSv1.2_2018"
|
|
745
|
+
# 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"
|
|
746
746
|
# resp.distribution.distribution_config.viewer_certificate.certificate #=> String
|
|
747
747
|
# resp.distribution.distribution_config.viewer_certificate.certificate_source #=> String, one of "cloudfront", "iam", "acm"
|
|
748
748
|
# resp.distribution.distribution_config.restrictions.geo_restriction.restriction_type #=> String, one of "blacklist", "whitelist", "none"
|
|
@@ -979,7 +979,7 @@ module Aws::CloudFront
|
|
|
979
979
|
# iam_certificate_id: "string",
|
|
980
980
|
# acm_certificate_arn: "string",
|
|
981
981
|
# ssl_support_method: "sni-only", # accepts sni-only, vip
|
|
982
|
-
# minimum_protocol_version: "SSLv3", # accepts SSLv3, TLSv1, TLSv1_2016, TLSv1.1_2016, TLSv1.2_2018
|
|
982
|
+
# minimum_protocol_version: "SSLv3", # accepts SSLv3, TLSv1, TLSv1_2016, TLSv1.1_2016, TLSv1.2_2018, TLSv1.2_2019
|
|
983
983
|
# certificate: "string",
|
|
984
984
|
# certificate_source: "cloudfront", # accepts cloudfront, iam, acm
|
|
985
985
|
# },
|
|
@@ -1142,7 +1142,7 @@ module Aws::CloudFront
|
|
|
1142
1142
|
# resp.distribution.distribution_config.viewer_certificate.iam_certificate_id #=> String
|
|
1143
1143
|
# resp.distribution.distribution_config.viewer_certificate.acm_certificate_arn #=> String
|
|
1144
1144
|
# resp.distribution.distribution_config.viewer_certificate.ssl_support_method #=> String, one of "sni-only", "vip"
|
|
1145
|
-
# resp.distribution.distribution_config.viewer_certificate.minimum_protocol_version #=> String, one of "SSLv3", "TLSv1", "TLSv1_2016", "TLSv1.1_2016", "TLSv1.2_2018"
|
|
1145
|
+
# 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"
|
|
1146
1146
|
# resp.distribution.distribution_config.viewer_certificate.certificate #=> String
|
|
1147
1147
|
# resp.distribution.distribution_config.viewer_certificate.certificate_source #=> String, one of "cloudfront", "iam", "acm"
|
|
1148
1148
|
# resp.distribution.distribution_config.restrictions.geo_restriction.restriction_type #=> String, one of "blacklist", "whitelist", "none"
|
|
@@ -2021,7 +2021,7 @@ module Aws::CloudFront
|
|
|
2021
2021
|
# resp.distribution.distribution_config.viewer_certificate.iam_certificate_id #=> String
|
|
2022
2022
|
# resp.distribution.distribution_config.viewer_certificate.acm_certificate_arn #=> String
|
|
2023
2023
|
# resp.distribution.distribution_config.viewer_certificate.ssl_support_method #=> String, one of "sni-only", "vip"
|
|
2024
|
-
# resp.distribution.distribution_config.viewer_certificate.minimum_protocol_version #=> String, one of "SSLv3", "TLSv1", "TLSv1_2016", "TLSv1.1_2016", "TLSv1.2_2018"
|
|
2024
|
+
# 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"
|
|
2025
2025
|
# resp.distribution.distribution_config.viewer_certificate.certificate #=> String
|
|
2026
2026
|
# resp.distribution.distribution_config.viewer_certificate.certificate_source #=> String, one of "cloudfront", "iam", "acm"
|
|
2027
2027
|
# resp.distribution.distribution_config.restrictions.geo_restriction.restriction_type #=> String, one of "blacklist", "whitelist", "none"
|
|
@@ -2191,7 +2191,7 @@ module Aws::CloudFront
|
|
|
2191
2191
|
# resp.distribution_config.viewer_certificate.iam_certificate_id #=> String
|
|
2192
2192
|
# resp.distribution_config.viewer_certificate.acm_certificate_arn #=> String
|
|
2193
2193
|
# resp.distribution_config.viewer_certificate.ssl_support_method #=> String, one of "sni-only", "vip"
|
|
2194
|
-
# resp.distribution_config.viewer_certificate.minimum_protocol_version #=> String, one of "SSLv3", "TLSv1", "TLSv1_2016", "TLSv1.1_2016", "TLSv1.2_2018"
|
|
2194
|
+
# resp.distribution_config.viewer_certificate.minimum_protocol_version #=> String, one of "SSLv3", "TLSv1", "TLSv1_2016", "TLSv1.1_2016", "TLSv1.2_2018", "TLSv1.2_2019"
|
|
2195
2195
|
# resp.distribution_config.viewer_certificate.certificate #=> String
|
|
2196
2196
|
# resp.distribution_config.viewer_certificate.certificate_source #=> String, one of "cloudfront", "iam", "acm"
|
|
2197
2197
|
# resp.distribution_config.restrictions.geo_restriction.restriction_type #=> String, one of "blacklist", "whitelist", "none"
|
|
@@ -2803,7 +2803,7 @@ module Aws::CloudFront
|
|
|
2803
2803
|
# resp.distribution_list.items[0].viewer_certificate.iam_certificate_id #=> String
|
|
2804
2804
|
# resp.distribution_list.items[0].viewer_certificate.acm_certificate_arn #=> String
|
|
2805
2805
|
# resp.distribution_list.items[0].viewer_certificate.ssl_support_method #=> String, one of "sni-only", "vip"
|
|
2806
|
-
# resp.distribution_list.items[0].viewer_certificate.minimum_protocol_version #=> String, one of "SSLv3", "TLSv1", "TLSv1_2016", "TLSv1.1_2016", "TLSv1.2_2018"
|
|
2806
|
+
# 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"
|
|
2807
2807
|
# resp.distribution_list.items[0].viewer_certificate.certificate #=> String
|
|
2808
2808
|
# resp.distribution_list.items[0].viewer_certificate.certificate_source #=> String, one of "cloudfront", "iam", "acm"
|
|
2809
2809
|
# resp.distribution_list.items[0].restrictions.geo_restriction.restriction_type #=> String, one of "blacklist", "whitelist", "none"
|
|
@@ -2987,7 +2987,7 @@ module Aws::CloudFront
|
|
|
2987
2987
|
# resp.distribution_list.items[0].viewer_certificate.iam_certificate_id #=> String
|
|
2988
2988
|
# resp.distribution_list.items[0].viewer_certificate.acm_certificate_arn #=> String
|
|
2989
2989
|
# resp.distribution_list.items[0].viewer_certificate.ssl_support_method #=> String, one of "sni-only", "vip"
|
|
2990
|
-
# resp.distribution_list.items[0].viewer_certificate.minimum_protocol_version #=> String, one of "SSLv3", "TLSv1", "TLSv1_2016", "TLSv1.1_2016", "TLSv1.2_2018"
|
|
2990
|
+
# 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"
|
|
2991
2991
|
# resp.distribution_list.items[0].viewer_certificate.certificate #=> String
|
|
2992
2992
|
# resp.distribution_list.items[0].viewer_certificate.certificate_source #=> String, one of "cloudfront", "iam", "acm"
|
|
2993
2993
|
# resp.distribution_list.items[0].restrictions.geo_restriction.restriction_type #=> String, one of "blacklist", "whitelist", "none"
|
|
@@ -3701,7 +3701,7 @@ module Aws::CloudFront
|
|
|
3701
3701
|
# iam_certificate_id: "string",
|
|
3702
3702
|
# acm_certificate_arn: "string",
|
|
3703
3703
|
# ssl_support_method: "sni-only", # accepts sni-only, vip
|
|
3704
|
-
# minimum_protocol_version: "SSLv3", # accepts SSLv3, TLSv1, TLSv1_2016, TLSv1.1_2016, TLSv1.2_2018
|
|
3704
|
+
# minimum_protocol_version: "SSLv3", # accepts SSLv3, TLSv1, TLSv1_2016, TLSv1.1_2016, TLSv1.2_2018, TLSv1.2_2019
|
|
3705
3705
|
# certificate: "string",
|
|
3706
3706
|
# certificate_source: "cloudfront", # accepts cloudfront, iam, acm
|
|
3707
3707
|
# },
|
|
@@ -3857,7 +3857,7 @@ module Aws::CloudFront
|
|
|
3857
3857
|
# resp.distribution.distribution_config.viewer_certificate.iam_certificate_id #=> String
|
|
3858
3858
|
# resp.distribution.distribution_config.viewer_certificate.acm_certificate_arn #=> String
|
|
3859
3859
|
# resp.distribution.distribution_config.viewer_certificate.ssl_support_method #=> String, one of "sni-only", "vip"
|
|
3860
|
-
# resp.distribution.distribution_config.viewer_certificate.minimum_protocol_version #=> String, one of "SSLv3", "TLSv1", "TLSv1_2016", "TLSv1.1_2016", "TLSv1.2_2018"
|
|
3860
|
+
# 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"
|
|
3861
3861
|
# resp.distribution.distribution_config.viewer_certificate.certificate #=> String
|
|
3862
3862
|
# resp.distribution.distribution_config.viewer_certificate.certificate_source #=> String, one of "cloudfront", "iam", "acm"
|
|
3863
3863
|
# resp.distribution.distribution_config.restrictions.geo_restriction.restriction_type #=> String, one of "blacklist", "whitelist", "none"
|
|
@@ -4182,7 +4182,7 @@ module Aws::CloudFront
|
|
|
4182
4182
|
params: params,
|
|
4183
4183
|
config: config)
|
|
4184
4184
|
context[:gem_name] = 'aws-sdk-cloudfront'
|
|
4185
|
-
context[:gem_version] = '1.
|
|
4185
|
+
context[:gem_version] = '1.34.0'
|
|
4186
4186
|
Seahorse::Client::Request.new(handlers, context)
|
|
4187
4187
|
end
|
|
4188
4188
|
|
|
@@ -1125,8 +1125,7 @@ module Aws::CloudFront
|
|
|
1125
1125
|
#
|
|
1126
1126
|
# @!attribute [rw] location
|
|
1127
1127
|
# The fully qualified URI of the new origin access identity just
|
|
1128
|
-
# created.
|
|
1129
|
-
# `https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A`.
|
|
1128
|
+
# created.
|
|
1130
1129
|
# @return [String]
|
|
1131
1130
|
#
|
|
1132
1131
|
# @!attribute [rw] etag
|
|
@@ -1346,7 +1345,7 @@ module Aws::CloudFront
|
|
|
1346
1345
|
# iam_certificate_id: "string",
|
|
1347
1346
|
# acm_certificate_arn: "string",
|
|
1348
1347
|
# ssl_support_method: "sni-only", # accepts sni-only, vip
|
|
1349
|
-
# minimum_protocol_version: "SSLv3", # accepts SSLv3, TLSv1, TLSv1_2016, TLSv1.1_2016, TLSv1.2_2018
|
|
1348
|
+
# minimum_protocol_version: "SSLv3", # accepts SSLv3, TLSv1, TLSv1_2016, TLSv1.1_2016, TLSv1.2_2018, TLSv1.2_2019
|
|
1350
1349
|
# certificate: "string",
|
|
1351
1350
|
# certificate_source: "cloudfront", # accepts cloudfront, iam, acm
|
|
1352
1351
|
# },
|
|
@@ -1383,8 +1382,7 @@ module Aws::CloudFront
|
|
|
1383
1382
|
#
|
|
1384
1383
|
# @!attribute [rw] location
|
|
1385
1384
|
# The fully qualified URI of the new distribution resource just
|
|
1386
|
-
# created.
|
|
1387
|
-
# `https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5`.
|
|
1385
|
+
# created.
|
|
1388
1386
|
# @return [String]
|
|
1389
1387
|
#
|
|
1390
1388
|
# @!attribute [rw] etag
|
|
@@ -1605,7 +1603,7 @@ module Aws::CloudFront
|
|
|
1605
1603
|
# iam_certificate_id: "string",
|
|
1606
1604
|
# acm_certificate_arn: "string",
|
|
1607
1605
|
# ssl_support_method: "sni-only", # accepts sni-only, vip
|
|
1608
|
-
# minimum_protocol_version: "SSLv3", # accepts SSLv3, TLSv1, TLSv1_2016, TLSv1.1_2016, TLSv1.2_2018
|
|
1606
|
+
# minimum_protocol_version: "SSLv3", # accepts SSLv3, TLSv1, TLSv1_2016, TLSv1.1_2016, TLSv1.2_2018, TLSv1.2_2019
|
|
1609
1607
|
# certificate: "string",
|
|
1610
1608
|
# certificate_source: "cloudfront", # accepts cloudfront, iam, acm
|
|
1611
1609
|
# },
|
|
@@ -1651,8 +1649,7 @@ module Aws::CloudFront
|
|
|
1651
1649
|
#
|
|
1652
1650
|
# @!attribute [rw] location
|
|
1653
1651
|
# The fully qualified URI of the new distribution resource just
|
|
1654
|
-
# created.
|
|
1655
|
-
# `https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5`.
|
|
1652
|
+
# created.
|
|
1656
1653
|
# @return [String]
|
|
1657
1654
|
#
|
|
1658
1655
|
# @!attribute [rw] etag
|
|
@@ -1722,8 +1719,7 @@ module Aws::CloudFront
|
|
|
1722
1719
|
#
|
|
1723
1720
|
# @!attribute [rw] location
|
|
1724
1721
|
# The fully qualified URI of the new configuration resource just
|
|
1725
|
-
# created.
|
|
1726
|
-
# `https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-config/EDFDVBD632BHDS5`.
|
|
1722
|
+
# created.
|
|
1727
1723
|
# @return [String]
|
|
1728
1724
|
#
|
|
1729
1725
|
# @!attribute [rw] etag
|
|
@@ -1783,8 +1779,6 @@ module Aws::CloudFront
|
|
|
1783
1779
|
#
|
|
1784
1780
|
# @!attribute [rw] location
|
|
1785
1781
|
# The fully qualified URI of the new profile resource just created.
|
|
1786
|
-
# For example:
|
|
1787
|
-
# `https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-profile/EDFDVBD632BHDS5`.
|
|
1788
1782
|
# @return [String]
|
|
1789
1783
|
#
|
|
1790
1784
|
# @!attribute [rw] etag
|
|
@@ -1885,8 +1879,6 @@ module Aws::CloudFront
|
|
|
1885
1879
|
#
|
|
1886
1880
|
# @!attribute [rw] location
|
|
1887
1881
|
# The fully qualified URI of the new public key resource just created.
|
|
1888
|
-
# For example:
|
|
1889
|
-
# `https://cloudfront.amazonaws.com/2010-11-01/cloudfront-public-key/EDFDVBD632BHDS5`.
|
|
1890
1882
|
# @return [String]
|
|
1891
1883
|
#
|
|
1892
1884
|
# @!attribute [rw] etag
|
|
@@ -1956,8 +1948,7 @@ module Aws::CloudFront
|
|
|
1956
1948
|
#
|
|
1957
1949
|
# @!attribute [rw] location
|
|
1958
1950
|
# The fully qualified URI of the new streaming distribution resource
|
|
1959
|
-
# just created.
|
|
1960
|
-
# `https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8`.
|
|
1951
|
+
# just created.
|
|
1961
1952
|
# @return [String]
|
|
1962
1953
|
#
|
|
1963
1954
|
# @!attribute [rw] etag
|
|
@@ -2036,8 +2027,7 @@ module Aws::CloudFront
|
|
|
2036
2027
|
#
|
|
2037
2028
|
# @!attribute [rw] location
|
|
2038
2029
|
# The fully qualified URI of the new streaming distribution resource
|
|
2039
|
-
# just created.
|
|
2040
|
-
# https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8`.
|
|
2030
|
+
# just created.
|
|
2041
2031
|
# @return [String]
|
|
2042
2032
|
#
|
|
2043
2033
|
# @!attribute [rw] etag
|
|
@@ -3098,7 +3088,7 @@ module Aws::CloudFront
|
|
|
3098
3088
|
# iam_certificate_id: "string",
|
|
3099
3089
|
# acm_certificate_arn: "string",
|
|
3100
3090
|
# ssl_support_method: "sni-only", # accepts sni-only, vip
|
|
3101
|
-
# minimum_protocol_version: "SSLv3", # accepts SSLv3, TLSv1, TLSv1_2016, TLSv1.1_2016, TLSv1.2_2018
|
|
3091
|
+
# minimum_protocol_version: "SSLv3", # accepts SSLv3, TLSv1, TLSv1_2016, TLSv1.1_2016, TLSv1.2_2018, TLSv1.2_2019
|
|
3102
3092
|
# certificate: "string",
|
|
3103
3093
|
# certificate_source: "cloudfront", # accepts cloudfront, iam, acm
|
|
3104
3094
|
# },
|
|
@@ -3575,7 +3565,7 @@ module Aws::CloudFront
|
|
|
3575
3565
|
# iam_certificate_id: "string",
|
|
3576
3566
|
# acm_certificate_arn: "string",
|
|
3577
3567
|
# ssl_support_method: "sni-only", # accepts sni-only, vip
|
|
3578
|
-
# minimum_protocol_version: "SSLv3", # accepts SSLv3, TLSv1, TLSv1_2016, TLSv1.1_2016, TLSv1.2_2018
|
|
3568
|
+
# minimum_protocol_version: "SSLv3", # accepts SSLv3, TLSv1, TLSv1_2016, TLSv1.1_2016, TLSv1.2_2018, TLSv1.2_2019
|
|
3579
3569
|
# certificate: "string",
|
|
3580
3570
|
# certificate_source: "cloudfront", # accepts cloudfront, iam, acm
|
|
3581
3571
|
# },
|
|
@@ -8615,7 +8605,7 @@ module Aws::CloudFront
|
|
|
8615
8605
|
# iam_certificate_id: "string",
|
|
8616
8606
|
# acm_certificate_arn: "string",
|
|
8617
8607
|
# ssl_support_method: "sni-only", # accepts sni-only, vip
|
|
8618
|
-
# minimum_protocol_version: "SSLv3", # accepts SSLv3, TLSv1, TLSv1_2016, TLSv1.1_2016, TLSv1.2_2018
|
|
8608
|
+
# minimum_protocol_version: "SSLv3", # accepts SSLv3, TLSv1, TLSv1_2016, TLSv1.1_2016, TLSv1.2_2018, TLSv1.2_2019
|
|
8619
8609
|
# certificate: "string",
|
|
8620
8610
|
# certificate_source: "cloudfront", # accepts cloudfront, iam, acm
|
|
8621
8611
|
# },
|
|
@@ -8973,7 +8963,7 @@ module Aws::CloudFront
|
|
|
8973
8963
|
#
|
|
8974
8964
|
# * To accept HTTPS connections from only viewers that support SNI,
|
|
8975
8965
|
# set `SSLSupportMethod` to `sni-only`. This is recommended. Most
|
|
8976
|
-
# browsers and clients
|
|
8966
|
+
# browsers and clients support SNI.
|
|
8977
8967
|
#
|
|
8978
8968
|
# * To accept HTTPS connections from all viewers, including those that
|
|
8979
8969
|
# don’t support SNI, set `SSLSupportMethod` to `vip`. This is not
|
|
@@ -9021,7 +9011,7 @@ module Aws::CloudFront
|
|
|
9021
9011
|
# iam_certificate_id: "string",
|
|
9022
9012
|
# acm_certificate_arn: "string",
|
|
9023
9013
|
# ssl_support_method: "sni-only", # accepts sni-only, vip
|
|
9024
|
-
# minimum_protocol_version: "SSLv3", # accepts SSLv3, TLSv1, TLSv1_2016, TLSv1.1_2016, TLSv1.2_2018
|
|
9014
|
+
# minimum_protocol_version: "SSLv3", # accepts SSLv3, TLSv1, TLSv1_2016, TLSv1.1_2016, TLSv1.2_2018, TLSv1.2_2019
|
|
9025
9015
|
# certificate: "string",
|
|
9026
9016
|
# certificate_source: "cloudfront", # accepts cloudfront, iam, acm
|
|
9027
9017
|
# }
|
|
@@ -9078,8 +9068,7 @@ module Aws::CloudFront
|
|
|
9078
9068
|
#
|
|
9079
9069
|
# * `sni-only` – The distribution accepts HTTPS connections from only
|
|
9080
9070
|
# viewers that support [server name indication (SNI)][1]. This is
|
|
9081
|
-
# recommended. Most browsers and clients
|
|
9082
|
-
# SNI.
|
|
9071
|
+
# recommended. Most browsers and clients support SNI.
|
|
9083
9072
|
#
|
|
9084
9073
|
# * `vip` – The distribution accepts HTTPS connections from all
|
|
9085
9074
|
# viewers including those that don’t support SNI. This is not
|
|
@@ -9115,9 +9104,6 @@ module Aws::CloudFront
|
|
|
9115
9104
|
#
|
|
9116
9105
|
# </note>
|
|
9117
9106
|
#
|
|
9118
|
-
# We recommend that you specify `TLSv1.2_2018` unless your viewers are
|
|
9119
|
-
# using browsers or devices that don’t support TLSv1.2.
|
|
9120
|
-
#
|
|
9121
9107
|
# When you’re using SNI only (you set `SSLSupportMethod` to
|
|
9122
9108
|
# `sni-only`), you must specify `TLSv1` or higher.
|
|
9123
9109
|
#
|
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.34.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: 2020-07-
|
|
11
|
+
date: 2020-07-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|