aws-sdk-cloudfront 1.18.0 → 1.19.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 +90 -71
- data/lib/aws-sdk-cloudfront/client_api.rb +123 -111
- data/lib/aws-sdk-cloudfront/types.rb +655 -487
- data/lib/aws-sdk-cloudfront/waiters.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9e2a5ae2a6433f599c6d8d10193099026e33bd74
|
4
|
+
data.tar.gz: ed651b459f36bce7b2b3427ccb16c1fc2f8f6326
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6c3cb77221e4387a8477d5d4d52aa262b27e185b18f088da6d3caa2060e45cc257f54a044af9045011c23b8ee861d0e303b0c3e7d29d4a66eca9ff7132d6b148
|
7
|
+
data.tar.gz: c894cc9aa9e17ee89fe45fe983985a7ef7570e8192aacf4fbc25e75868190bb2a568cb174012409c30fb0abbabe9a9bd27999e35fff3fa5559823b0334445f8c
|
data/lib/aws-sdk-cloudfront.rb
CHANGED
@@ -259,7 +259,7 @@ module Aws::CloudFront
|
|
259
259
|
#
|
260
260
|
#
|
261
261
|
#
|
262
|
-
# [1]:
|
262
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html
|
263
263
|
#
|
264
264
|
# @option params [required, Types::CloudFrontOriginAccessIdentityConfig] :cloud_front_origin_access_identity_config
|
265
265
|
# The current configuration information for the identity.
|
@@ -288,7 +288,7 @@ module Aws::CloudFront
|
|
288
288
|
# resp.location #=> String
|
289
289
|
# resp.etag #=> String
|
290
290
|
#
|
291
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
291
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/CreateCloudFrontOriginAccessIdentity2019_03_26 AWS API Documentation
|
292
292
|
#
|
293
293
|
# @overload create_cloud_front_origin_access_identity(params = {})
|
294
294
|
# @param [Hash] params ({})
|
@@ -305,20 +305,17 @@ module Aws::CloudFront
|
|
305
305
|
#
|
306
306
|
# When you update a distribution, there are more required fields than
|
307
307
|
# when you create a distribution. When you update your distribution by
|
308
|
-
# using UpdateDistribution, follow the steps included in the
|
308
|
+
# using [UpdateDistribution][1], follow the steps included in the
|
309
309
|
# documentation to get the current configuration and then make your
|
310
310
|
# updates. This helps to make sure that you include all of the required
|
311
311
|
# fields. To view a summary, see [Required Fields for Create
|
312
|
-
# Distribution and Update Distribution][
|
312
|
+
# Distribution and Update Distribution][2] in the *Amazon CloudFront
|
313
313
|
# Developer Guide*.
|
314
314
|
#
|
315
|
-
# If you are using Adobe Flash Media Server's RTMP protocol, you set up
|
316
|
-
# a different kind of CloudFront distribution. For more information, see
|
317
|
-
# CreateStreamingDistribution.
|
318
315
|
#
|
319
316
|
#
|
320
|
-
#
|
321
|
-
# [
|
317
|
+
# [1]: https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_UpdateDistribution.html
|
318
|
+
# [2]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-overview-required-fields.html
|
322
319
|
#
|
323
320
|
# @option params [required, Types::DistributionConfig] :distribution_config
|
324
321
|
# The distribution's configuration information.
|
@@ -513,7 +510,7 @@ module Aws::CloudFront
|
|
513
510
|
# },
|
514
511
|
# ],
|
515
512
|
# },
|
516
|
-
# comment: "
|
513
|
+
# comment: "CommentType", # required
|
517
514
|
# logging: {
|
518
515
|
# enabled: false, # required
|
519
516
|
# include_cookies: false, # required
|
@@ -689,10 +686,13 @@ module Aws::CloudFront
|
|
689
686
|
# resp.distribution.distribution_config.web_acl_id #=> String
|
690
687
|
# resp.distribution.distribution_config.http_version #=> String, one of "http1.1", "http2"
|
691
688
|
# resp.distribution.distribution_config.is_ipv6_enabled #=> Boolean
|
689
|
+
# resp.distribution.alias_icp_recordals #=> Array
|
690
|
+
# resp.distribution.alias_icp_recordals[0].cname #=> String
|
691
|
+
# resp.distribution.alias_icp_recordals[0].icp_recordal_status #=> String, one of "APPROVED", "SUSPENDED", "PENDING"
|
692
692
|
# resp.location #=> String
|
693
693
|
# resp.etag #=> String
|
694
694
|
#
|
695
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
695
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/CreateDistribution2019_03_26 AWS API Documentation
|
696
696
|
#
|
697
697
|
# @overload create_distribution(params = {})
|
698
698
|
# @param [Hash] params ({})
|
@@ -897,7 +897,7 @@ module Aws::CloudFront
|
|
897
897
|
# },
|
898
898
|
# ],
|
899
899
|
# },
|
900
|
-
# comment: "
|
900
|
+
# comment: "CommentType", # required
|
901
901
|
# logging: {
|
902
902
|
# enabled: false, # required
|
903
903
|
# include_cookies: false, # required
|
@@ -1082,10 +1082,13 @@ module Aws::CloudFront
|
|
1082
1082
|
# resp.distribution.distribution_config.web_acl_id #=> String
|
1083
1083
|
# resp.distribution.distribution_config.http_version #=> String, one of "http1.1", "http2"
|
1084
1084
|
# resp.distribution.distribution_config.is_ipv6_enabled #=> Boolean
|
1085
|
+
# resp.distribution.alias_icp_recordals #=> Array
|
1086
|
+
# resp.distribution.alias_icp_recordals[0].cname #=> String
|
1087
|
+
# resp.distribution.alias_icp_recordals[0].icp_recordal_status #=> String, one of "APPROVED", "SUSPENDED", "PENDING"
|
1085
1088
|
# resp.location #=> String
|
1086
1089
|
# resp.etag #=> String
|
1087
1090
|
#
|
1088
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
1091
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/CreateDistributionWithTags2019_03_26 AWS API Documentation
|
1089
1092
|
#
|
1090
1093
|
# @overload create_distribution_with_tags(params = {})
|
1091
1094
|
# @param [Hash] params ({})
|
@@ -1159,7 +1162,7 @@ module Aws::CloudFront
|
|
1159
1162
|
# resp.location #=> String
|
1160
1163
|
# resp.etag #=> String
|
1161
1164
|
#
|
1162
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
1165
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/CreateFieldLevelEncryptionConfig2019_03_26 AWS API Documentation
|
1163
1166
|
#
|
1164
1167
|
# @overload create_field_level_encryption_config(params = {})
|
1165
1168
|
# @param [Hash] params ({})
|
@@ -1219,7 +1222,7 @@ module Aws::CloudFront
|
|
1219
1222
|
# resp.location #=> String
|
1220
1223
|
# resp.etag #=> String
|
1221
1224
|
#
|
1222
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
1225
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/CreateFieldLevelEncryptionProfile2019_03_26 AWS API Documentation
|
1223
1226
|
#
|
1224
1227
|
# @overload create_field_level_encryption_profile(params = {})
|
1225
1228
|
# @param [Hash] params ({})
|
@@ -1265,7 +1268,7 @@ module Aws::CloudFront
|
|
1265
1268
|
# resp.invalidation.invalidation_batch.paths.items[0] #=> String
|
1266
1269
|
# resp.invalidation.invalidation_batch.caller_reference #=> String
|
1267
1270
|
#
|
1268
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
1271
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/CreateInvalidation2019_03_26 AWS API Documentation
|
1269
1272
|
#
|
1270
1273
|
# @overload create_invalidation(params = {})
|
1271
1274
|
# @param [Hash] params ({})
|
@@ -1309,7 +1312,7 @@ module Aws::CloudFront
|
|
1309
1312
|
# resp.location #=> String
|
1310
1313
|
# resp.etag #=> String
|
1311
1314
|
#
|
1312
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
1315
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/CreatePublicKey2019_03_26 AWS API Documentation
|
1313
1316
|
#
|
1314
1317
|
# @overload create_public_key(params = {})
|
1315
1318
|
# @param [Hash] params ({})
|
@@ -1318,12 +1321,12 @@ module Aws::CloudFront
|
|
1318
1321
|
req.send_request(options)
|
1319
1322
|
end
|
1320
1323
|
|
1321
|
-
# Creates a new
|
1324
|
+
# Creates a new RTMP distribution. An RTMP distribution is similar to a
|
1322
1325
|
# web distribution, but an RTMP distribution streams media files using
|
1323
1326
|
# the Adobe Real-Time Messaging Protocol (RTMP) instead of serving files
|
1324
1327
|
# using HTTP.
|
1325
1328
|
#
|
1326
|
-
# To create a new
|
1329
|
+
# To create a new distribution, submit a `POST` request to the
|
1327
1330
|
# *CloudFront API version*/distribution resource. The request body must
|
1328
1331
|
# include a document with a *StreamingDistributionConfig* element. The
|
1329
1332
|
# response echoes the `StreamingDistributionConfig` element and returns
|
@@ -1351,7 +1354,7 @@ module Aws::CloudFront
|
|
1351
1354
|
#
|
1352
1355
|
#
|
1353
1356
|
#
|
1354
|
-
# [1]:
|
1357
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-rtmp.html
|
1355
1358
|
#
|
1356
1359
|
# @option params [required, Types::StreamingDistributionConfig] :streaming_distribution_config
|
1357
1360
|
# The streaming distribution's configuration information.
|
@@ -1424,7 +1427,7 @@ module Aws::CloudFront
|
|
1424
1427
|
# resp.location #=> String
|
1425
1428
|
# resp.etag #=> String
|
1426
1429
|
#
|
1427
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
1430
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/CreateStreamingDistribution2019_03_26 AWS API Documentation
|
1428
1431
|
#
|
1429
1432
|
# @overload create_streaming_distribution(params = {})
|
1430
1433
|
# @param [Hash] params ({})
|
@@ -1516,7 +1519,7 @@ module Aws::CloudFront
|
|
1516
1519
|
# resp.location #=> String
|
1517
1520
|
# resp.etag #=> String
|
1518
1521
|
#
|
1519
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
1522
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/CreateStreamingDistributionWithTags2019_03_26 AWS API Documentation
|
1520
1523
|
#
|
1521
1524
|
# @overload create_streaming_distribution_with_tags(params = {})
|
1522
1525
|
# @param [Hash] params ({})
|
@@ -1543,7 +1546,7 @@ module Aws::CloudFront
|
|
1543
1546
|
# if_match: "string",
|
1544
1547
|
# })
|
1545
1548
|
#
|
1546
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
1549
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/DeleteCloudFrontOriginAccessIdentity2019_03_26 AWS API Documentation
|
1547
1550
|
#
|
1548
1551
|
# @overload delete_cloud_front_origin_access_identity(params = {})
|
1549
1552
|
# @param [Hash] params ({})
|
@@ -1570,7 +1573,7 @@ module Aws::CloudFront
|
|
1570
1573
|
# if_match: "string",
|
1571
1574
|
# })
|
1572
1575
|
#
|
1573
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
1576
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/DeleteDistribution2019_03_26 AWS API Documentation
|
1574
1577
|
#
|
1575
1578
|
# @overload delete_distribution(params = {})
|
1576
1579
|
# @param [Hash] params ({})
|
@@ -1597,7 +1600,7 @@ module Aws::CloudFront
|
|
1597
1600
|
# if_match: "string",
|
1598
1601
|
# })
|
1599
1602
|
#
|
1600
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
1603
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/DeleteFieldLevelEncryptionConfig2019_03_26 AWS API Documentation
|
1601
1604
|
#
|
1602
1605
|
# @overload delete_field_level_encryption_config(params = {})
|
1603
1606
|
# @param [Hash] params ({})
|
@@ -1624,7 +1627,7 @@ module Aws::CloudFront
|
|
1624
1627
|
# if_match: "string",
|
1625
1628
|
# })
|
1626
1629
|
#
|
1627
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
1630
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/DeleteFieldLevelEncryptionProfile2019_03_26 AWS API Documentation
|
1628
1631
|
#
|
1629
1632
|
# @overload delete_field_level_encryption_profile(params = {})
|
1630
1633
|
# @param [Hash] params ({})
|
@@ -1651,7 +1654,7 @@ module Aws::CloudFront
|
|
1651
1654
|
# if_match: "string",
|
1652
1655
|
# })
|
1653
1656
|
#
|
1654
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
1657
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/DeletePublicKey2019_03_26 AWS API Documentation
|
1655
1658
|
#
|
1656
1659
|
# @overload delete_public_key(params = {})
|
1657
1660
|
# @param [Hash] params ({})
|
@@ -1703,7 +1706,7 @@ module Aws::CloudFront
|
|
1703
1706
|
#
|
1704
1707
|
#
|
1705
1708
|
#
|
1706
|
-
# [1]:
|
1709
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/HowToDeleteDistribution.html
|
1707
1710
|
#
|
1708
1711
|
# @option params [required, String] :id
|
1709
1712
|
# The distribution ID.
|
@@ -1721,7 +1724,7 @@ module Aws::CloudFront
|
|
1721
1724
|
# if_match: "string",
|
1722
1725
|
# })
|
1723
1726
|
#
|
1724
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
1727
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/DeleteStreamingDistribution2019_03_26 AWS API Documentation
|
1725
1728
|
#
|
1726
1729
|
# @overload delete_streaming_distribution(params = {})
|
1727
1730
|
# @param [Hash] params ({})
|
@@ -1754,7 +1757,7 @@ module Aws::CloudFront
|
|
1754
1757
|
# resp.cloud_front_origin_access_identity.cloud_front_origin_access_identity_config.comment #=> String
|
1755
1758
|
# resp.etag #=> String
|
1756
1759
|
#
|
1757
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
1760
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GetCloudFrontOriginAccessIdentity2019_03_26 AWS API Documentation
|
1758
1761
|
#
|
1759
1762
|
# @overload get_cloud_front_origin_access_identity(params = {})
|
1760
1763
|
# @param [Hash] params ({})
|
@@ -1785,7 +1788,7 @@ module Aws::CloudFront
|
|
1785
1788
|
# resp.cloud_front_origin_access_identity_config.comment #=> String
|
1786
1789
|
# resp.etag #=> String
|
1787
1790
|
#
|
1788
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
1791
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GetCloudFrontOriginAccessIdentityConfig2019_03_26 AWS API Documentation
|
1789
1792
|
#
|
1790
1793
|
# @overload get_cloud_front_origin_access_identity_config(params = {})
|
1791
1794
|
# @param [Hash] params ({})
|
@@ -1797,7 +1800,8 @@ module Aws::CloudFront
|
|
1797
1800
|
# Get the information about a distribution.
|
1798
1801
|
#
|
1799
1802
|
# @option params [required, String] :id
|
1800
|
-
# The distribution's ID.
|
1803
|
+
# The distribution's ID. If the ID is empty, an empty distribution
|
1804
|
+
# configuration is returned.
|
1801
1805
|
#
|
1802
1806
|
# @return [Types::GetDistributionResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1803
1807
|
#
|
@@ -1955,9 +1959,12 @@ module Aws::CloudFront
|
|
1955
1959
|
# resp.distribution.distribution_config.web_acl_id #=> String
|
1956
1960
|
# resp.distribution.distribution_config.http_version #=> String, one of "http1.1", "http2"
|
1957
1961
|
# resp.distribution.distribution_config.is_ipv6_enabled #=> Boolean
|
1962
|
+
# resp.distribution.alias_icp_recordals #=> Array
|
1963
|
+
# resp.distribution.alias_icp_recordals[0].cname #=> String
|
1964
|
+
# resp.distribution.alias_icp_recordals[0].icp_recordal_status #=> String, one of "APPROVED", "SUSPENDED", "PENDING"
|
1958
1965
|
# resp.etag #=> String
|
1959
1966
|
#
|
1960
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
1967
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GetDistribution2019_03_26 AWS API Documentation
|
1961
1968
|
#
|
1962
1969
|
# @overload get_distribution(params = {})
|
1963
1970
|
# @param [Hash] params ({})
|
@@ -1969,7 +1976,8 @@ module Aws::CloudFront
|
|
1969
1976
|
# Get the configuration information about a distribution.
|
1970
1977
|
#
|
1971
1978
|
# @option params [required, String] :id
|
1972
|
-
# The distribution's ID.
|
1979
|
+
# The distribution's ID. If the ID is empty, an empty distribution
|
1980
|
+
# configuration is returned.
|
1973
1981
|
#
|
1974
1982
|
# @return [Types::GetDistributionConfigResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1975
1983
|
#
|
@@ -2116,7 +2124,7 @@ module Aws::CloudFront
|
|
2116
2124
|
# resp.distribution_config.is_ipv6_enabled #=> Boolean
|
2117
2125
|
# resp.etag #=> String
|
2118
2126
|
#
|
2119
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
2127
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GetDistributionConfig2019_03_26 AWS API Documentation
|
2120
2128
|
#
|
2121
2129
|
# @overload get_distribution_config(params = {})
|
2122
2130
|
# @param [Hash] params ({})
|
@@ -2161,7 +2169,7 @@ module Aws::CloudFront
|
|
2161
2169
|
# resp.field_level_encryption.field_level_encryption_config.content_type_profile_config.content_type_profiles.items[0].content_type #=> String
|
2162
2170
|
# resp.etag #=> String
|
2163
2171
|
#
|
2164
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
2172
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GetFieldLevelEncryption2019_03_26 AWS API Documentation
|
2165
2173
|
#
|
2166
2174
|
# @overload get_field_level_encryption(params = {})
|
2167
2175
|
# @param [Hash] params ({})
|
@@ -2204,7 +2212,7 @@ module Aws::CloudFront
|
|
2204
2212
|
# resp.field_level_encryption_config.content_type_profile_config.content_type_profiles.items[0].content_type #=> String
|
2205
2213
|
# resp.etag #=> String
|
2206
2214
|
#
|
2207
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
2215
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GetFieldLevelEncryptionConfig2019_03_26 AWS API Documentation
|
2208
2216
|
#
|
2209
2217
|
# @overload get_field_level_encryption_config(params = {})
|
2210
2218
|
# @param [Hash] params ({})
|
@@ -2245,7 +2253,7 @@ module Aws::CloudFront
|
|
2245
2253
|
# resp.field_level_encryption_profile.field_level_encryption_profile_config.encryption_entities.items[0].field_patterns.items[0] #=> String
|
2246
2254
|
# resp.etag #=> String
|
2247
2255
|
#
|
2248
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
2256
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GetFieldLevelEncryptionProfile2019_03_26 AWS API Documentation
|
2249
2257
|
#
|
2250
2258
|
# @overload get_field_level_encryption_profile(params = {})
|
2251
2259
|
# @param [Hash] params ({})
|
@@ -2285,7 +2293,7 @@ module Aws::CloudFront
|
|
2285
2293
|
# resp.field_level_encryption_profile_config.encryption_entities.items[0].field_patterns.items[0] #=> String
|
2286
2294
|
# resp.etag #=> String
|
2287
2295
|
#
|
2288
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
2296
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GetFieldLevelEncryptionProfileConfig2019_03_26 AWS API Documentation
|
2289
2297
|
#
|
2290
2298
|
# @overload get_field_level_encryption_profile_config(params = {})
|
2291
2299
|
# @param [Hash] params ({})
|
@@ -2324,7 +2332,7 @@ module Aws::CloudFront
|
|
2324
2332
|
# resp.invalidation.invalidation_batch.paths.items[0] #=> String
|
2325
2333
|
# resp.invalidation.invalidation_batch.caller_reference #=> String
|
2326
2334
|
#
|
2327
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
2335
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GetInvalidation2019_03_26 AWS API Documentation
|
2328
2336
|
#
|
2329
2337
|
# @overload get_invalidation(params = {})
|
2330
2338
|
# @param [Hash] params ({})
|
@@ -2359,7 +2367,7 @@ module Aws::CloudFront
|
|
2359
2367
|
# resp.public_key.public_key_config.comment #=> String
|
2360
2368
|
# resp.etag #=> String
|
2361
2369
|
#
|
2362
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
2370
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GetPublicKey2019_03_26 AWS API Documentation
|
2363
2371
|
#
|
2364
2372
|
# @overload get_public_key(params = {})
|
2365
2373
|
# @param [Hash] params ({})
|
@@ -2392,7 +2400,7 @@ module Aws::CloudFront
|
|
2392
2400
|
# resp.public_key_config.comment #=> String
|
2393
2401
|
# resp.etag #=> String
|
2394
2402
|
#
|
2395
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
2403
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GetPublicKeyConfig2019_03_26 AWS API Documentation
|
2396
2404
|
#
|
2397
2405
|
# @overload get_public_key_config(params = {})
|
2398
2406
|
# @param [Hash] params ({})
|
@@ -2450,7 +2458,7 @@ module Aws::CloudFront
|
|
2450
2458
|
# resp.streaming_distribution.streaming_distribution_config.enabled #=> Boolean
|
2451
2459
|
# resp.etag #=> String
|
2452
2460
|
#
|
2453
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
2461
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GetStreamingDistribution2019_03_26 AWS API Documentation
|
2454
2462
|
#
|
2455
2463
|
# @overload get_streaming_distribution(params = {})
|
2456
2464
|
# @param [Hash] params ({})
|
@@ -2495,7 +2503,7 @@ module Aws::CloudFront
|
|
2495
2503
|
# resp.streaming_distribution_config.enabled #=> Boolean
|
2496
2504
|
# resp.etag #=> String
|
2497
2505
|
#
|
2498
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
2506
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GetStreamingDistributionConfig2019_03_26 AWS API Documentation
|
2499
2507
|
#
|
2500
2508
|
# @overload get_streaming_distribution_config(params = {})
|
2501
2509
|
# @param [Hash] params ({})
|
@@ -2541,7 +2549,7 @@ module Aws::CloudFront
|
|
2541
2549
|
# resp.cloud_front_origin_access_identity_list.items[0].s3_canonical_user_id #=> String
|
2542
2550
|
# resp.cloud_front_origin_access_identity_list.items[0].comment #=> String
|
2543
2551
|
#
|
2544
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
2552
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/ListCloudFrontOriginAccessIdentities2019_03_26 AWS API Documentation
|
2545
2553
|
#
|
2546
2554
|
# @overload list_cloud_front_origin_access_identities(params = {})
|
2547
2555
|
# @param [Hash] params ({})
|
@@ -2550,7 +2558,7 @@ module Aws::CloudFront
|
|
2550
2558
|
req.send_request(options)
|
2551
2559
|
end
|
2552
2560
|
|
2553
|
-
# List distributions.
|
2561
|
+
# List CloudFront distributions.
|
2554
2562
|
#
|
2555
2563
|
# @option params [String] :marker
|
2556
2564
|
# Use this when paginating results to indicate where to begin in your
|
@@ -2710,8 +2718,11 @@ module Aws::CloudFront
|
|
2710
2718
|
# resp.distribution_list.items[0].web_acl_id #=> String
|
2711
2719
|
# resp.distribution_list.items[0].http_version #=> String, one of "http1.1", "http2"
|
2712
2720
|
# resp.distribution_list.items[0].is_ipv6_enabled #=> Boolean
|
2721
|
+
# resp.distribution_list.items[0].alias_icp_recordals #=> Array
|
2722
|
+
# resp.distribution_list.items[0].alias_icp_recordals[0].cname #=> String
|
2723
|
+
# resp.distribution_list.items[0].alias_icp_recordals[0].icp_recordal_status #=> String, one of "APPROVED", "SUSPENDED", "PENDING"
|
2713
2724
|
#
|
2714
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
2725
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/ListDistributions2019_03_26 AWS API Documentation
|
2715
2726
|
#
|
2716
2727
|
# @overload list_distributions(params = {})
|
2717
2728
|
# @param [Hash] params ({})
|
@@ -2889,8 +2900,11 @@ module Aws::CloudFront
|
|
2889
2900
|
# resp.distribution_list.items[0].web_acl_id #=> String
|
2890
2901
|
# resp.distribution_list.items[0].http_version #=> String, one of "http1.1", "http2"
|
2891
2902
|
# resp.distribution_list.items[0].is_ipv6_enabled #=> Boolean
|
2903
|
+
# resp.distribution_list.items[0].alias_icp_recordals #=> Array
|
2904
|
+
# resp.distribution_list.items[0].alias_icp_recordals[0].cname #=> String
|
2905
|
+
# resp.distribution_list.items[0].alias_icp_recordals[0].icp_recordal_status #=> String, one of "APPROVED", "SUSPENDED", "PENDING"
|
2892
2906
|
#
|
2893
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
2907
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/ListDistributionsByWebACLId2019_03_26 AWS API Documentation
|
2894
2908
|
#
|
2895
2909
|
# @overload list_distributions_by_web_acl_id(params = {})
|
2896
2910
|
# @param [Hash] params ({})
|
@@ -2946,7 +2960,7 @@ module Aws::CloudFront
|
|
2946
2960
|
# resp.field_level_encryption_list.items[0].content_type_profile_config.content_type_profiles.items[0].profile_id #=> String
|
2947
2961
|
# resp.field_level_encryption_list.items[0].content_type_profile_config.content_type_profiles.items[0].content_type #=> String
|
2948
2962
|
#
|
2949
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
2963
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/ListFieldLevelEncryptionConfigs2019_03_26 AWS API Documentation
|
2950
2964
|
#
|
2951
2965
|
# @overload list_field_level_encryption_configs(params = {})
|
2952
2966
|
# @param [Hash] params ({})
|
@@ -2998,7 +3012,7 @@ module Aws::CloudFront
|
|
2998
3012
|
# resp.field_level_encryption_profile_list.items[0].encryption_entities.items[0].field_patterns.items[0] #=> String
|
2999
3013
|
# resp.field_level_encryption_profile_list.items[0].comment #=> String
|
3000
3014
|
#
|
3001
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
3015
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/ListFieldLevelEncryptionProfiles2019_03_26 AWS API Documentation
|
3002
3016
|
#
|
3003
3017
|
# @overload list_field_level_encryption_profiles(params = {})
|
3004
3018
|
# @param [Hash] params ({})
|
@@ -3050,7 +3064,7 @@ module Aws::CloudFront
|
|
3050
3064
|
# resp.invalidation_list.items[0].create_time #=> Time
|
3051
3065
|
# resp.invalidation_list.items[0].status #=> String
|
3052
3066
|
#
|
3053
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
3067
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/ListInvalidations2019_03_26 AWS API Documentation
|
3054
3068
|
#
|
3055
3069
|
# @overload list_invalidations(params = {})
|
3056
3070
|
# @param [Hash] params ({})
|
@@ -3095,7 +3109,7 @@ module Aws::CloudFront
|
|
3095
3109
|
# resp.public_key_list.items[0].encoded_key #=> String
|
3096
3110
|
# resp.public_key_list.items[0].comment #=> String
|
3097
3111
|
#
|
3098
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
3112
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/ListPublicKeys2019_03_26 AWS API Documentation
|
3099
3113
|
#
|
3100
3114
|
# @overload list_public_keys(params = {})
|
3101
3115
|
# @param [Hash] params ({})
|
@@ -3149,7 +3163,7 @@ module Aws::CloudFront
|
|
3149
3163
|
# resp.streaming_distribution_list.items[0].price_class #=> String, one of "PriceClass_100", "PriceClass_200", "PriceClass_All"
|
3150
3164
|
# resp.streaming_distribution_list.items[0].enabled #=> Boolean
|
3151
3165
|
#
|
3152
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
3166
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/ListStreamingDistributions2019_03_26 AWS API Documentation
|
3153
3167
|
#
|
3154
3168
|
# @overload list_streaming_distributions(params = {})
|
3155
3169
|
# @param [Hash] params ({})
|
@@ -3179,7 +3193,7 @@ module Aws::CloudFront
|
|
3179
3193
|
# resp.tags.items[0].key #=> String
|
3180
3194
|
# resp.tags.items[0].value #=> String
|
3181
3195
|
#
|
3182
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
3196
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/ListTagsForResource2019_03_26 AWS API Documentation
|
3183
3197
|
#
|
3184
3198
|
# @overload list_tags_for_resource(params = {})
|
3185
3199
|
# @param [Hash] params ({})
|
@@ -3212,7 +3226,7 @@ module Aws::CloudFront
|
|
3212
3226
|
# },
|
3213
3227
|
# })
|
3214
3228
|
#
|
3215
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
3229
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/TagResource2019_03_26 AWS API Documentation
|
3216
3230
|
#
|
3217
3231
|
# @overload tag_resource(params = {})
|
3218
3232
|
# @param [Hash] params ({})
|
@@ -3240,7 +3254,7 @@ module Aws::CloudFront
|
|
3240
3254
|
# },
|
3241
3255
|
# })
|
3242
3256
|
#
|
3243
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
3257
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/UntagResource2019_03_26 AWS API Documentation
|
3244
3258
|
#
|
3245
3259
|
# @overload untag_resource(params = {})
|
3246
3260
|
# @param [Hash] params ({})
|
@@ -3285,7 +3299,7 @@ module Aws::CloudFront
|
|
3285
3299
|
# resp.cloud_front_origin_access_identity.cloud_front_origin_access_identity_config.comment #=> String
|
3286
3300
|
# resp.etag #=> String
|
3287
3301
|
#
|
3288
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
3302
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/UpdateCloudFrontOriginAccessIdentity2019_03_26 AWS API Documentation
|
3289
3303
|
#
|
3290
3304
|
# @overload update_cloud_front_origin_access_identity(params = {})
|
3291
3305
|
# @param [Hash] params ({})
|
@@ -3315,7 +3329,7 @@ module Aws::CloudFront
|
|
3315
3329
|
#
|
3316
3330
|
# **To update a web distribution using the CloudFront API**
|
3317
3331
|
#
|
3318
|
-
# 1. Submit a GetDistributionConfig request to get the current
|
3332
|
+
# 1. Submit a [GetDistributionConfig][3] request to get the current
|
3319
3333
|
# configuration and an `Etag` header for the distribution.
|
3320
3334
|
#
|
3321
3335
|
# <note markdown="1"> If you update the distribution again, you must get a new `Etag`
|
@@ -3360,14 +3374,16 @@ module Aws::CloudFront
|
|
3360
3374
|
# 4. Review the response to the `UpdateDistribution` request to confirm
|
3361
3375
|
# that the configuration was successfully updated.
|
3362
3376
|
#
|
3363
|
-
# 5. Optional: Submit a GetDistribution request to confirm that
|
3364
|
-
# changes have propagated. When propagation is complete, the
|
3365
|
-
# of `Status` is `Deployed`.
|
3377
|
+
# 5. Optional: Submit a [GetDistribution][4] request to confirm that
|
3378
|
+
# your changes have propagated. When propagation is complete, the
|
3379
|
+
# value of `Status` is `Deployed`.
|
3366
3380
|
#
|
3367
3381
|
#
|
3368
3382
|
#
|
3369
|
-
# [1]:
|
3370
|
-
# [2]:
|
3383
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-overview-required-fields.html
|
3384
|
+
# [2]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-creating-console.html
|
3385
|
+
# [3]: https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_GetDistributionConfig.html
|
3386
|
+
# [4]: https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_GetDistribution.html
|
3371
3387
|
#
|
3372
3388
|
# @option params [required, Types::DistributionConfig] :distribution_config
|
3373
3389
|
# The distribution's configuration information.
|
@@ -3568,7 +3584,7 @@ module Aws::CloudFront
|
|
3568
3584
|
# },
|
3569
3585
|
# ],
|
3570
3586
|
# },
|
3571
|
-
# comment: "
|
3587
|
+
# comment: "CommentType", # required
|
3572
3588
|
# logging: {
|
3573
3589
|
# enabled: false, # required
|
3574
3590
|
# include_cookies: false, # required
|
@@ -3746,9 +3762,12 @@ module Aws::CloudFront
|
|
3746
3762
|
# resp.distribution.distribution_config.web_acl_id #=> String
|
3747
3763
|
# resp.distribution.distribution_config.http_version #=> String, one of "http1.1", "http2"
|
3748
3764
|
# resp.distribution.distribution_config.is_ipv6_enabled #=> Boolean
|
3765
|
+
# resp.distribution.alias_icp_recordals #=> Array
|
3766
|
+
# resp.distribution.alias_icp_recordals[0].cname #=> String
|
3767
|
+
# resp.distribution.alias_icp_recordals[0].icp_recordal_status #=> String, one of "APPROVED", "SUSPENDED", "PENDING"
|
3749
3768
|
# resp.etag #=> String
|
3750
3769
|
#
|
3751
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
3770
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/UpdateDistribution2019_03_26 AWS API Documentation
|
3752
3771
|
#
|
3753
3772
|
# @overload update_distribution(params = {})
|
3754
3773
|
# @param [Hash] params ({})
|
@@ -3829,7 +3848,7 @@ module Aws::CloudFront
|
|
3829
3848
|
# resp.field_level_encryption.field_level_encryption_config.content_type_profile_config.content_type_profiles.items[0].content_type #=> String
|
3830
3849
|
# resp.etag #=> String
|
3831
3850
|
#
|
3832
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
3851
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/UpdateFieldLevelEncryptionConfig2019_03_26 AWS API Documentation
|
3833
3852
|
#
|
3834
3853
|
# @overload update_field_level_encryption_config(params = {})
|
3835
3854
|
# @param [Hash] params ({})
|
@@ -3896,7 +3915,7 @@ module Aws::CloudFront
|
|
3896
3915
|
# resp.field_level_encryption_profile.field_level_encryption_profile_config.encryption_entities.items[0].field_patterns.items[0] #=> String
|
3897
3916
|
# resp.etag #=> String
|
3898
3917
|
#
|
3899
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
3918
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/UpdateFieldLevelEncryptionProfile2019_03_26 AWS API Documentation
|
3900
3919
|
#
|
3901
3920
|
# @overload update_field_level_encryption_profile(params = {})
|
3902
3921
|
# @param [Hash] params ({})
|
@@ -3946,7 +3965,7 @@ module Aws::CloudFront
|
|
3946
3965
|
# resp.public_key.public_key_config.comment #=> String
|
3947
3966
|
# resp.etag #=> String
|
3948
3967
|
#
|
3949
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
3968
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/UpdatePublicKey2019_03_26 AWS API Documentation
|
3950
3969
|
#
|
3951
3970
|
# @overload update_public_key(params = {})
|
3952
3971
|
# @param [Hash] params ({})
|
@@ -4036,7 +4055,7 @@ module Aws::CloudFront
|
|
4036
4055
|
# resp.streaming_distribution.streaming_distribution_config.enabled #=> Boolean
|
4037
4056
|
# resp.etag #=> String
|
4038
4057
|
#
|
4039
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
4058
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/UpdateStreamingDistribution2019_03_26 AWS API Documentation
|
4040
4059
|
#
|
4041
4060
|
# @overload update_streaming_distribution(params = {})
|
4042
4061
|
# @param [Hash] params ({})
|
@@ -4058,7 +4077,7 @@ module Aws::CloudFront
|
|
4058
4077
|
params: params,
|
4059
4078
|
config: config)
|
4060
4079
|
context[:gem_name] = 'aws-sdk-cloudfront'
|
4061
|
-
context[:gem_version] = '1.
|
4080
|
+
context[:gem_version] = '1.19.0'
|
4062
4081
|
Seahorse::Client::Request.new(handlers, context)
|
4063
4082
|
end
|
4064
4083
|
|
@@ -4126,7 +4145,7 @@ module Aws::CloudFront
|
|
4126
4145
|
#
|
4127
4146
|
# | waiter_name | params | :delay | :max_attempts |
|
4128
4147
|
# | ------------------------------- | ----------------------------- | -------- | ------------- |
|
4129
|
-
# | distribution_deployed | {#get_distribution} | 60 |
|
4148
|
+
# | distribution_deployed | {#get_distribution} | 60 | 35 |
|
4130
4149
|
# | invalidation_completed | {#get_invalidation} | 20 | 30 |
|
4131
4150
|
# | streaming_distribution_deployed | {#get_streaming_distribution} | 60 | 25 |
|
4132
4151
|
#
|