aws-sdk-cloudfront 1.4.0 → 1.5.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 +67 -46
- data/lib/aws-sdk-cloudfront/client_api.rb +64 -63
- data/lib/aws-sdk-cloudfront/types.rb +205 -167
- 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: 89c170055a2b57891d69c2bc60bc47e7d9391ab0
|
4
|
+
data.tar.gz: 3465641539e98a3261da37ee6db3dc8d1df4ec74
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 595cea1232782fe7a7aa7f0ae22d7bdde75840731450763d90f7011101f017d46b91b2cc59ba347bd1c8f433b3f8178d404c4f332353058589e9ff4113bc7833
|
7
|
+
data.tar.gz: 3e9ca270e8f7a6194216f87a10cd524d1d42b33614dc912712c58219ab181024615952845d4a924ca9798bf8900900bed90e39058b45b8658535b84729f276f3
|
data/lib/aws-sdk-cloudfront.rb
CHANGED
@@ -194,7 +194,7 @@ module Aws::CloudFront
|
|
194
194
|
# resp.location #=> String
|
195
195
|
# resp.etag #=> String
|
196
196
|
#
|
197
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
197
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/CreateCloudFrontOriginAccessIdentity2018_06_18 AWS API Documentation
|
198
198
|
#
|
199
199
|
# @overload create_cloud_front_origin_access_identity(params = {})
|
200
200
|
# @param [Hash] params ({})
|
@@ -303,6 +303,7 @@ module Aws::CloudFront
|
|
303
303
|
# {
|
304
304
|
# lambda_function_arn: "LambdaFunctionARN", # required
|
305
305
|
# event_type: "viewer-request", # required, accepts viewer-request, viewer-response, origin-request, origin-response
|
306
|
+
# include_body: false,
|
306
307
|
# },
|
307
308
|
# ],
|
308
309
|
# },
|
@@ -357,6 +358,7 @@ module Aws::CloudFront
|
|
357
358
|
# {
|
358
359
|
# lambda_function_arn: "LambdaFunctionARN", # required
|
359
360
|
# event_type: "viewer-request", # required, accepts viewer-request, viewer-response, origin-request, origin-response
|
361
|
+
# include_body: false,
|
360
362
|
# },
|
361
363
|
# ],
|
362
364
|
# },
|
@@ -476,6 +478,7 @@ module Aws::CloudFront
|
|
476
478
|
# resp.distribution.distribution_config.default_cache_behavior.lambda_function_associations.items #=> Array
|
477
479
|
# resp.distribution.distribution_config.default_cache_behavior.lambda_function_associations.items[0].lambda_function_arn #=> String
|
478
480
|
# resp.distribution.distribution_config.default_cache_behavior.lambda_function_associations.items[0].event_type #=> String, one of "viewer-request", "viewer-response", "origin-request", "origin-response"
|
481
|
+
# resp.distribution.distribution_config.default_cache_behavior.lambda_function_associations.items[0].include_body #=> Boolean
|
479
482
|
# resp.distribution.distribution_config.default_cache_behavior.field_level_encryption_id #=> String
|
480
483
|
# resp.distribution.distribution_config.cache_behaviors.quantity #=> Integer
|
481
484
|
# resp.distribution.distribution_config.cache_behaviors.items #=> Array
|
@@ -512,6 +515,7 @@ module Aws::CloudFront
|
|
512
515
|
# resp.distribution.distribution_config.cache_behaviors.items[0].lambda_function_associations.items #=> Array
|
513
516
|
# resp.distribution.distribution_config.cache_behaviors.items[0].lambda_function_associations.items[0].lambda_function_arn #=> String
|
514
517
|
# resp.distribution.distribution_config.cache_behaviors.items[0].lambda_function_associations.items[0].event_type #=> String, one of "viewer-request", "viewer-response", "origin-request", "origin-response"
|
518
|
+
# resp.distribution.distribution_config.cache_behaviors.items[0].lambda_function_associations.items[0].include_body #=> Boolean
|
515
519
|
# resp.distribution.distribution_config.cache_behaviors.items[0].field_level_encryption_id #=> String
|
516
520
|
# resp.distribution.distribution_config.custom_error_responses.quantity #=> Integer
|
517
521
|
# resp.distribution.distribution_config.custom_error_responses.items #=> Array
|
@@ -543,7 +547,7 @@ module Aws::CloudFront
|
|
543
547
|
# resp.location #=> String
|
544
548
|
# resp.etag #=> String
|
545
549
|
#
|
546
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
550
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/CreateDistribution2018_06_18 AWS API Documentation
|
547
551
|
#
|
548
552
|
# @overload create_distribution(params = {})
|
549
553
|
# @param [Hash] params ({})
|
@@ -652,6 +656,7 @@ module Aws::CloudFront
|
|
652
656
|
# {
|
653
657
|
# lambda_function_arn: "LambdaFunctionARN", # required
|
654
658
|
# event_type: "viewer-request", # required, accepts viewer-request, viewer-response, origin-request, origin-response
|
659
|
+
# include_body: false,
|
655
660
|
# },
|
656
661
|
# ],
|
657
662
|
# },
|
@@ -706,6 +711,7 @@ module Aws::CloudFront
|
|
706
711
|
# {
|
707
712
|
# lambda_function_arn: "LambdaFunctionARN", # required
|
708
713
|
# event_type: "viewer-request", # required, accepts viewer-request, viewer-response, origin-request, origin-response
|
714
|
+
# include_body: false,
|
709
715
|
# },
|
710
716
|
# ],
|
711
717
|
# },
|
@@ -834,6 +840,7 @@ module Aws::CloudFront
|
|
834
840
|
# resp.distribution.distribution_config.default_cache_behavior.lambda_function_associations.items #=> Array
|
835
841
|
# resp.distribution.distribution_config.default_cache_behavior.lambda_function_associations.items[0].lambda_function_arn #=> String
|
836
842
|
# resp.distribution.distribution_config.default_cache_behavior.lambda_function_associations.items[0].event_type #=> String, one of "viewer-request", "viewer-response", "origin-request", "origin-response"
|
843
|
+
# resp.distribution.distribution_config.default_cache_behavior.lambda_function_associations.items[0].include_body #=> Boolean
|
837
844
|
# resp.distribution.distribution_config.default_cache_behavior.field_level_encryption_id #=> String
|
838
845
|
# resp.distribution.distribution_config.cache_behaviors.quantity #=> Integer
|
839
846
|
# resp.distribution.distribution_config.cache_behaviors.items #=> Array
|
@@ -870,6 +877,7 @@ module Aws::CloudFront
|
|
870
877
|
# resp.distribution.distribution_config.cache_behaviors.items[0].lambda_function_associations.items #=> Array
|
871
878
|
# resp.distribution.distribution_config.cache_behaviors.items[0].lambda_function_associations.items[0].lambda_function_arn #=> String
|
872
879
|
# resp.distribution.distribution_config.cache_behaviors.items[0].lambda_function_associations.items[0].event_type #=> String, one of "viewer-request", "viewer-response", "origin-request", "origin-response"
|
880
|
+
# resp.distribution.distribution_config.cache_behaviors.items[0].lambda_function_associations.items[0].include_body #=> Boolean
|
873
881
|
# resp.distribution.distribution_config.cache_behaviors.items[0].field_level_encryption_id #=> String
|
874
882
|
# resp.distribution.distribution_config.custom_error_responses.quantity #=> Integer
|
875
883
|
# resp.distribution.distribution_config.custom_error_responses.items #=> Array
|
@@ -901,7 +909,7 @@ module Aws::CloudFront
|
|
901
909
|
# resp.location #=> String
|
902
910
|
# resp.etag #=> String
|
903
911
|
#
|
904
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
912
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/CreateDistributionWithTags2018_06_18 AWS API Documentation
|
905
913
|
#
|
906
914
|
# @overload create_distribution_with_tags(params = {})
|
907
915
|
# @param [Hash] params ({})
|
@@ -975,7 +983,7 @@ module Aws::CloudFront
|
|
975
983
|
# resp.location #=> String
|
976
984
|
# resp.etag #=> String
|
977
985
|
#
|
978
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
986
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/CreateFieldLevelEncryptionConfig2018_06_18 AWS API Documentation
|
979
987
|
#
|
980
988
|
# @overload create_field_level_encryption_config(params = {})
|
981
989
|
# @param [Hash] params ({})
|
@@ -1035,7 +1043,7 @@ module Aws::CloudFront
|
|
1035
1043
|
# resp.location #=> String
|
1036
1044
|
# resp.etag #=> String
|
1037
1045
|
#
|
1038
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
1046
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/CreateFieldLevelEncryptionProfile2018_06_18 AWS API Documentation
|
1039
1047
|
#
|
1040
1048
|
# @overload create_field_level_encryption_profile(params = {})
|
1041
1049
|
# @param [Hash] params ({})
|
@@ -1081,7 +1089,7 @@ module Aws::CloudFront
|
|
1081
1089
|
# resp.invalidation.invalidation_batch.paths.items[0] #=> String
|
1082
1090
|
# resp.invalidation.invalidation_batch.caller_reference #=> String
|
1083
1091
|
#
|
1084
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
1092
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/CreateInvalidation2018_06_18 AWS API Documentation
|
1085
1093
|
#
|
1086
1094
|
# @overload create_invalidation(params = {})
|
1087
1095
|
# @param [Hash] params ({})
|
@@ -1125,7 +1133,7 @@ module Aws::CloudFront
|
|
1125
1133
|
# resp.location #=> String
|
1126
1134
|
# resp.etag #=> String
|
1127
1135
|
#
|
1128
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
1136
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/CreatePublicKey2018_06_18 AWS API Documentation
|
1129
1137
|
#
|
1130
1138
|
# @overload create_public_key(params = {})
|
1131
1139
|
# @param [Hash] params ({})
|
@@ -1240,7 +1248,7 @@ module Aws::CloudFront
|
|
1240
1248
|
# resp.location #=> String
|
1241
1249
|
# resp.etag #=> String
|
1242
1250
|
#
|
1243
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
1251
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/CreateStreamingDistribution2018_06_18 AWS API Documentation
|
1244
1252
|
#
|
1245
1253
|
# @overload create_streaming_distribution(params = {})
|
1246
1254
|
# @param [Hash] params ({})
|
@@ -1332,7 +1340,7 @@ module Aws::CloudFront
|
|
1332
1340
|
# resp.location #=> String
|
1333
1341
|
# resp.etag #=> String
|
1334
1342
|
#
|
1335
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
1343
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/CreateStreamingDistributionWithTags2018_06_18 AWS API Documentation
|
1336
1344
|
#
|
1337
1345
|
# @overload create_streaming_distribution_with_tags(params = {})
|
1338
1346
|
# @param [Hash] params ({})
|
@@ -1359,7 +1367,7 @@ module Aws::CloudFront
|
|
1359
1367
|
# if_match: "string",
|
1360
1368
|
# })
|
1361
1369
|
#
|
1362
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
1370
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/DeleteCloudFrontOriginAccessIdentity2018_06_18 AWS API Documentation
|
1363
1371
|
#
|
1364
1372
|
# @overload delete_cloud_front_origin_access_identity(params = {})
|
1365
1373
|
# @param [Hash] params ({})
|
@@ -1386,7 +1394,7 @@ module Aws::CloudFront
|
|
1386
1394
|
# if_match: "string",
|
1387
1395
|
# })
|
1388
1396
|
#
|
1389
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
1397
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/DeleteDistribution2018_06_18 AWS API Documentation
|
1390
1398
|
#
|
1391
1399
|
# @overload delete_distribution(params = {})
|
1392
1400
|
# @param [Hash] params ({})
|
@@ -1413,7 +1421,7 @@ module Aws::CloudFront
|
|
1413
1421
|
# if_match: "string",
|
1414
1422
|
# })
|
1415
1423
|
#
|
1416
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
1424
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/DeleteFieldLevelEncryptionConfig2018_06_18 AWS API Documentation
|
1417
1425
|
#
|
1418
1426
|
# @overload delete_field_level_encryption_config(params = {})
|
1419
1427
|
# @param [Hash] params ({})
|
@@ -1440,7 +1448,7 @@ module Aws::CloudFront
|
|
1440
1448
|
# if_match: "string",
|
1441
1449
|
# })
|
1442
1450
|
#
|
1443
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
1451
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/DeleteFieldLevelEncryptionProfile2018_06_18 AWS API Documentation
|
1444
1452
|
#
|
1445
1453
|
# @overload delete_field_level_encryption_profile(params = {})
|
1446
1454
|
# @param [Hash] params ({})
|
@@ -1467,7 +1475,7 @@ module Aws::CloudFront
|
|
1467
1475
|
# if_match: "string",
|
1468
1476
|
# })
|
1469
1477
|
#
|
1470
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
1478
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/DeletePublicKey2018_06_18 AWS API Documentation
|
1471
1479
|
#
|
1472
1480
|
# @overload delete_public_key(params = {})
|
1473
1481
|
# @param [Hash] params ({})
|
@@ -1537,7 +1545,7 @@ module Aws::CloudFront
|
|
1537
1545
|
# if_match: "string",
|
1538
1546
|
# })
|
1539
1547
|
#
|
1540
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
1548
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/DeleteStreamingDistribution2018_06_18 AWS API Documentation
|
1541
1549
|
#
|
1542
1550
|
# @overload delete_streaming_distribution(params = {})
|
1543
1551
|
# @param [Hash] params ({})
|
@@ -1570,7 +1578,7 @@ module Aws::CloudFront
|
|
1570
1578
|
# resp.cloud_front_origin_access_identity.cloud_front_origin_access_identity_config.comment #=> String
|
1571
1579
|
# resp.etag #=> String
|
1572
1580
|
#
|
1573
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
1581
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/GetCloudFrontOriginAccessIdentity2018_06_18 AWS API Documentation
|
1574
1582
|
#
|
1575
1583
|
# @overload get_cloud_front_origin_access_identity(params = {})
|
1576
1584
|
# @param [Hash] params ({})
|
@@ -1601,7 +1609,7 @@ module Aws::CloudFront
|
|
1601
1609
|
# resp.cloud_front_origin_access_identity_config.comment #=> String
|
1602
1610
|
# resp.etag #=> String
|
1603
1611
|
#
|
1604
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
1612
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/GetCloudFrontOriginAccessIdentityConfig2018_06_18 AWS API Documentation
|
1605
1613
|
#
|
1606
1614
|
# @overload get_cloud_front_origin_access_identity_config(params = {})
|
1607
1615
|
# @param [Hash] params ({})
|
@@ -1696,6 +1704,7 @@ module Aws::CloudFront
|
|
1696
1704
|
# resp.distribution.distribution_config.default_cache_behavior.lambda_function_associations.items #=> Array
|
1697
1705
|
# resp.distribution.distribution_config.default_cache_behavior.lambda_function_associations.items[0].lambda_function_arn #=> String
|
1698
1706
|
# resp.distribution.distribution_config.default_cache_behavior.lambda_function_associations.items[0].event_type #=> String, one of "viewer-request", "viewer-response", "origin-request", "origin-response"
|
1707
|
+
# resp.distribution.distribution_config.default_cache_behavior.lambda_function_associations.items[0].include_body #=> Boolean
|
1699
1708
|
# resp.distribution.distribution_config.default_cache_behavior.field_level_encryption_id #=> String
|
1700
1709
|
# resp.distribution.distribution_config.cache_behaviors.quantity #=> Integer
|
1701
1710
|
# resp.distribution.distribution_config.cache_behaviors.items #=> Array
|
@@ -1732,6 +1741,7 @@ module Aws::CloudFront
|
|
1732
1741
|
# resp.distribution.distribution_config.cache_behaviors.items[0].lambda_function_associations.items #=> Array
|
1733
1742
|
# resp.distribution.distribution_config.cache_behaviors.items[0].lambda_function_associations.items[0].lambda_function_arn #=> String
|
1734
1743
|
# resp.distribution.distribution_config.cache_behaviors.items[0].lambda_function_associations.items[0].event_type #=> String, one of "viewer-request", "viewer-response", "origin-request", "origin-response"
|
1744
|
+
# resp.distribution.distribution_config.cache_behaviors.items[0].lambda_function_associations.items[0].include_body #=> Boolean
|
1735
1745
|
# resp.distribution.distribution_config.cache_behaviors.items[0].field_level_encryption_id #=> String
|
1736
1746
|
# resp.distribution.distribution_config.custom_error_responses.quantity #=> Integer
|
1737
1747
|
# resp.distribution.distribution_config.custom_error_responses.items #=> Array
|
@@ -1762,7 +1772,7 @@ module Aws::CloudFront
|
|
1762
1772
|
# resp.distribution.distribution_config.is_ipv6_enabled #=> Boolean
|
1763
1773
|
# resp.etag #=> String
|
1764
1774
|
#
|
1765
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
1775
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/GetDistribution2018_06_18 AWS API Documentation
|
1766
1776
|
#
|
1767
1777
|
# @overload get_distribution(params = {})
|
1768
1778
|
# @param [Hash] params ({})
|
@@ -1844,6 +1854,7 @@ module Aws::CloudFront
|
|
1844
1854
|
# resp.distribution_config.default_cache_behavior.lambda_function_associations.items #=> Array
|
1845
1855
|
# resp.distribution_config.default_cache_behavior.lambda_function_associations.items[0].lambda_function_arn #=> String
|
1846
1856
|
# resp.distribution_config.default_cache_behavior.lambda_function_associations.items[0].event_type #=> String, one of "viewer-request", "viewer-response", "origin-request", "origin-response"
|
1857
|
+
# resp.distribution_config.default_cache_behavior.lambda_function_associations.items[0].include_body #=> Boolean
|
1847
1858
|
# resp.distribution_config.default_cache_behavior.field_level_encryption_id #=> String
|
1848
1859
|
# resp.distribution_config.cache_behaviors.quantity #=> Integer
|
1849
1860
|
# resp.distribution_config.cache_behaviors.items #=> Array
|
@@ -1880,6 +1891,7 @@ module Aws::CloudFront
|
|
1880
1891
|
# resp.distribution_config.cache_behaviors.items[0].lambda_function_associations.items #=> Array
|
1881
1892
|
# resp.distribution_config.cache_behaviors.items[0].lambda_function_associations.items[0].lambda_function_arn #=> String
|
1882
1893
|
# resp.distribution_config.cache_behaviors.items[0].lambda_function_associations.items[0].event_type #=> String, one of "viewer-request", "viewer-response", "origin-request", "origin-response"
|
1894
|
+
# resp.distribution_config.cache_behaviors.items[0].lambda_function_associations.items[0].include_body #=> Boolean
|
1883
1895
|
# resp.distribution_config.cache_behaviors.items[0].field_level_encryption_id #=> String
|
1884
1896
|
# resp.distribution_config.custom_error_responses.quantity #=> Integer
|
1885
1897
|
# resp.distribution_config.custom_error_responses.items #=> Array
|
@@ -1910,7 +1922,7 @@ module Aws::CloudFront
|
|
1910
1922
|
# resp.distribution_config.is_ipv6_enabled #=> Boolean
|
1911
1923
|
# resp.etag #=> String
|
1912
1924
|
#
|
1913
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
1925
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/GetDistributionConfig2018_06_18 AWS API Documentation
|
1914
1926
|
#
|
1915
1927
|
# @overload get_distribution_config(params = {})
|
1916
1928
|
# @param [Hash] params ({})
|
@@ -1955,7 +1967,7 @@ module Aws::CloudFront
|
|
1955
1967
|
# resp.field_level_encryption.field_level_encryption_config.content_type_profile_config.content_type_profiles.items[0].content_type #=> String
|
1956
1968
|
# resp.etag #=> String
|
1957
1969
|
#
|
1958
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
1970
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/GetFieldLevelEncryption2018_06_18 AWS API Documentation
|
1959
1971
|
#
|
1960
1972
|
# @overload get_field_level_encryption(params = {})
|
1961
1973
|
# @param [Hash] params ({})
|
@@ -1998,7 +2010,7 @@ module Aws::CloudFront
|
|
1998
2010
|
# resp.field_level_encryption_config.content_type_profile_config.content_type_profiles.items[0].content_type #=> String
|
1999
2011
|
# resp.etag #=> String
|
2000
2012
|
#
|
2001
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
2013
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/GetFieldLevelEncryptionConfig2018_06_18 AWS API Documentation
|
2002
2014
|
#
|
2003
2015
|
# @overload get_field_level_encryption_config(params = {})
|
2004
2016
|
# @param [Hash] params ({})
|
@@ -2039,7 +2051,7 @@ module Aws::CloudFront
|
|
2039
2051
|
# resp.field_level_encryption_profile.field_level_encryption_profile_config.encryption_entities.items[0].field_patterns.items[0] #=> String
|
2040
2052
|
# resp.etag #=> String
|
2041
2053
|
#
|
2042
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
2054
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/GetFieldLevelEncryptionProfile2018_06_18 AWS API Documentation
|
2043
2055
|
#
|
2044
2056
|
# @overload get_field_level_encryption_profile(params = {})
|
2045
2057
|
# @param [Hash] params ({})
|
@@ -2079,7 +2091,7 @@ module Aws::CloudFront
|
|
2079
2091
|
# resp.field_level_encryption_profile_config.encryption_entities.items[0].field_patterns.items[0] #=> String
|
2080
2092
|
# resp.etag #=> String
|
2081
2093
|
#
|
2082
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
2094
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/GetFieldLevelEncryptionProfileConfig2018_06_18 AWS API Documentation
|
2083
2095
|
#
|
2084
2096
|
# @overload get_field_level_encryption_profile_config(params = {})
|
2085
2097
|
# @param [Hash] params ({})
|
@@ -2118,7 +2130,7 @@ module Aws::CloudFront
|
|
2118
2130
|
# resp.invalidation.invalidation_batch.paths.items[0] #=> String
|
2119
2131
|
# resp.invalidation.invalidation_batch.caller_reference #=> String
|
2120
2132
|
#
|
2121
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
2133
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/GetInvalidation2018_06_18 AWS API Documentation
|
2122
2134
|
#
|
2123
2135
|
# @overload get_invalidation(params = {})
|
2124
2136
|
# @param [Hash] params ({})
|
@@ -2153,7 +2165,7 @@ module Aws::CloudFront
|
|
2153
2165
|
# resp.public_key.public_key_config.comment #=> String
|
2154
2166
|
# resp.etag #=> String
|
2155
2167
|
#
|
2156
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
2168
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/GetPublicKey2018_06_18 AWS API Documentation
|
2157
2169
|
#
|
2158
2170
|
# @overload get_public_key(params = {})
|
2159
2171
|
# @param [Hash] params ({})
|
@@ -2186,7 +2198,7 @@ module Aws::CloudFront
|
|
2186
2198
|
# resp.public_key_config.comment #=> String
|
2187
2199
|
# resp.etag #=> String
|
2188
2200
|
#
|
2189
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
2201
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/GetPublicKeyConfig2018_06_18 AWS API Documentation
|
2190
2202
|
#
|
2191
2203
|
# @overload get_public_key_config(params = {})
|
2192
2204
|
# @param [Hash] params ({})
|
@@ -2244,7 +2256,7 @@ module Aws::CloudFront
|
|
2244
2256
|
# resp.streaming_distribution.streaming_distribution_config.enabled #=> Boolean
|
2245
2257
|
# resp.etag #=> String
|
2246
2258
|
#
|
2247
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
2259
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/GetStreamingDistribution2018_06_18 AWS API Documentation
|
2248
2260
|
#
|
2249
2261
|
# @overload get_streaming_distribution(params = {})
|
2250
2262
|
# @param [Hash] params ({})
|
@@ -2289,7 +2301,7 @@ module Aws::CloudFront
|
|
2289
2301
|
# resp.streaming_distribution_config.enabled #=> Boolean
|
2290
2302
|
# resp.etag #=> String
|
2291
2303
|
#
|
2292
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
2304
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/GetStreamingDistributionConfig2018_06_18 AWS API Documentation
|
2293
2305
|
#
|
2294
2306
|
# @overload get_streaming_distribution_config(params = {})
|
2295
2307
|
# @param [Hash] params ({})
|
@@ -2335,7 +2347,7 @@ module Aws::CloudFront
|
|
2335
2347
|
# resp.cloud_front_origin_access_identity_list.items[0].s3_canonical_user_id #=> String
|
2336
2348
|
# resp.cloud_front_origin_access_identity_list.items[0].comment #=> String
|
2337
2349
|
#
|
2338
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
2350
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/ListCloudFrontOriginAccessIdentities2018_06_18 AWS API Documentation
|
2339
2351
|
#
|
2340
2352
|
# @overload list_cloud_front_origin_access_identities(params = {})
|
2341
2353
|
# @param [Hash] params ({})
|
@@ -2433,6 +2445,7 @@ module Aws::CloudFront
|
|
2433
2445
|
# resp.distribution_list.items[0].default_cache_behavior.lambda_function_associations.items #=> Array
|
2434
2446
|
# resp.distribution_list.items[0].default_cache_behavior.lambda_function_associations.items[0].lambda_function_arn #=> String
|
2435
2447
|
# resp.distribution_list.items[0].default_cache_behavior.lambda_function_associations.items[0].event_type #=> String, one of "viewer-request", "viewer-response", "origin-request", "origin-response"
|
2448
|
+
# resp.distribution_list.items[0].default_cache_behavior.lambda_function_associations.items[0].include_body #=> Boolean
|
2436
2449
|
# resp.distribution_list.items[0].default_cache_behavior.field_level_encryption_id #=> String
|
2437
2450
|
# resp.distribution_list.items[0].cache_behaviors.quantity #=> Integer
|
2438
2451
|
# resp.distribution_list.items[0].cache_behaviors.items #=> Array
|
@@ -2469,6 +2482,7 @@ module Aws::CloudFront
|
|
2469
2482
|
# resp.distribution_list.items[0].cache_behaviors.items[0].lambda_function_associations.items #=> Array
|
2470
2483
|
# resp.distribution_list.items[0].cache_behaviors.items[0].lambda_function_associations.items[0].lambda_function_arn #=> String
|
2471
2484
|
# resp.distribution_list.items[0].cache_behaviors.items[0].lambda_function_associations.items[0].event_type #=> String, one of "viewer-request", "viewer-response", "origin-request", "origin-response"
|
2485
|
+
# resp.distribution_list.items[0].cache_behaviors.items[0].lambda_function_associations.items[0].include_body #=> Boolean
|
2472
2486
|
# resp.distribution_list.items[0].cache_behaviors.items[0].field_level_encryption_id #=> String
|
2473
2487
|
# resp.distribution_list.items[0].custom_error_responses.quantity #=> Integer
|
2474
2488
|
# resp.distribution_list.items[0].custom_error_responses.items #=> Array
|
@@ -2494,7 +2508,7 @@ module Aws::CloudFront
|
|
2494
2508
|
# resp.distribution_list.items[0].http_version #=> String, one of "http1.1", "http2"
|
2495
2509
|
# resp.distribution_list.items[0].is_ipv6_enabled #=> Boolean
|
2496
2510
|
#
|
2497
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
2511
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/ListDistributions2018_06_18 AWS API Documentation
|
2498
2512
|
#
|
2499
2513
|
# @overload list_distributions(params = {})
|
2500
2514
|
# @param [Hash] params ({})
|
@@ -2601,6 +2615,7 @@ module Aws::CloudFront
|
|
2601
2615
|
# resp.distribution_list.items[0].default_cache_behavior.lambda_function_associations.items #=> Array
|
2602
2616
|
# resp.distribution_list.items[0].default_cache_behavior.lambda_function_associations.items[0].lambda_function_arn #=> String
|
2603
2617
|
# resp.distribution_list.items[0].default_cache_behavior.lambda_function_associations.items[0].event_type #=> String, one of "viewer-request", "viewer-response", "origin-request", "origin-response"
|
2618
|
+
# resp.distribution_list.items[0].default_cache_behavior.lambda_function_associations.items[0].include_body #=> Boolean
|
2604
2619
|
# resp.distribution_list.items[0].default_cache_behavior.field_level_encryption_id #=> String
|
2605
2620
|
# resp.distribution_list.items[0].cache_behaviors.quantity #=> Integer
|
2606
2621
|
# resp.distribution_list.items[0].cache_behaviors.items #=> Array
|
@@ -2637,6 +2652,7 @@ module Aws::CloudFront
|
|
2637
2652
|
# resp.distribution_list.items[0].cache_behaviors.items[0].lambda_function_associations.items #=> Array
|
2638
2653
|
# resp.distribution_list.items[0].cache_behaviors.items[0].lambda_function_associations.items[0].lambda_function_arn #=> String
|
2639
2654
|
# resp.distribution_list.items[0].cache_behaviors.items[0].lambda_function_associations.items[0].event_type #=> String, one of "viewer-request", "viewer-response", "origin-request", "origin-response"
|
2655
|
+
# resp.distribution_list.items[0].cache_behaviors.items[0].lambda_function_associations.items[0].include_body #=> Boolean
|
2640
2656
|
# resp.distribution_list.items[0].cache_behaviors.items[0].field_level_encryption_id #=> String
|
2641
2657
|
# resp.distribution_list.items[0].custom_error_responses.quantity #=> Integer
|
2642
2658
|
# resp.distribution_list.items[0].custom_error_responses.items #=> Array
|
@@ -2662,7 +2678,7 @@ module Aws::CloudFront
|
|
2662
2678
|
# resp.distribution_list.items[0].http_version #=> String, one of "http1.1", "http2"
|
2663
2679
|
# resp.distribution_list.items[0].is_ipv6_enabled #=> Boolean
|
2664
2680
|
#
|
2665
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
2681
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/ListDistributionsByWebACLId2018_06_18 AWS API Documentation
|
2666
2682
|
#
|
2667
2683
|
# @overload list_distributions_by_web_acl_id(params = {})
|
2668
2684
|
# @param [Hash] params ({})
|
@@ -2718,7 +2734,7 @@ module Aws::CloudFront
|
|
2718
2734
|
# resp.field_level_encryption_list.items[0].content_type_profile_config.content_type_profiles.items[0].profile_id #=> String
|
2719
2735
|
# resp.field_level_encryption_list.items[0].content_type_profile_config.content_type_profiles.items[0].content_type #=> String
|
2720
2736
|
#
|
2721
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
2737
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/ListFieldLevelEncryptionConfigs2018_06_18 AWS API Documentation
|
2722
2738
|
#
|
2723
2739
|
# @overload list_field_level_encryption_configs(params = {})
|
2724
2740
|
# @param [Hash] params ({})
|
@@ -2770,7 +2786,7 @@ module Aws::CloudFront
|
|
2770
2786
|
# resp.field_level_encryption_profile_list.items[0].encryption_entities.items[0].field_patterns.items[0] #=> String
|
2771
2787
|
# resp.field_level_encryption_profile_list.items[0].comment #=> String
|
2772
2788
|
#
|
2773
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
2789
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/ListFieldLevelEncryptionProfiles2018_06_18 AWS API Documentation
|
2774
2790
|
#
|
2775
2791
|
# @overload list_field_level_encryption_profiles(params = {})
|
2776
2792
|
# @param [Hash] params ({})
|
@@ -2822,7 +2838,7 @@ module Aws::CloudFront
|
|
2822
2838
|
# resp.invalidation_list.items[0].create_time #=> Time
|
2823
2839
|
# resp.invalidation_list.items[0].status #=> String
|
2824
2840
|
#
|
2825
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
2841
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/ListInvalidations2018_06_18 AWS API Documentation
|
2826
2842
|
#
|
2827
2843
|
# @overload list_invalidations(params = {})
|
2828
2844
|
# @param [Hash] params ({})
|
@@ -2867,7 +2883,7 @@ module Aws::CloudFront
|
|
2867
2883
|
# resp.public_key_list.items[0].encoded_key #=> String
|
2868
2884
|
# resp.public_key_list.items[0].comment #=> String
|
2869
2885
|
#
|
2870
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
2886
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/ListPublicKeys2018_06_18 AWS API Documentation
|
2871
2887
|
#
|
2872
2888
|
# @overload list_public_keys(params = {})
|
2873
2889
|
# @param [Hash] params ({})
|
@@ -2921,7 +2937,7 @@ module Aws::CloudFront
|
|
2921
2937
|
# resp.streaming_distribution_list.items[0].price_class #=> String, one of "PriceClass_100", "PriceClass_200", "PriceClass_All"
|
2922
2938
|
# resp.streaming_distribution_list.items[0].enabled #=> Boolean
|
2923
2939
|
#
|
2924
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
2940
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/ListStreamingDistributions2018_06_18 AWS API Documentation
|
2925
2941
|
#
|
2926
2942
|
# @overload list_streaming_distributions(params = {})
|
2927
2943
|
# @param [Hash] params ({})
|
@@ -2951,7 +2967,7 @@ module Aws::CloudFront
|
|
2951
2967
|
# resp.tags.items[0].key #=> String
|
2952
2968
|
# resp.tags.items[0].value #=> String
|
2953
2969
|
#
|
2954
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
2970
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/ListTagsForResource2018_06_18 AWS API Documentation
|
2955
2971
|
#
|
2956
2972
|
# @overload list_tags_for_resource(params = {})
|
2957
2973
|
# @param [Hash] params ({})
|
@@ -2984,7 +3000,7 @@ module Aws::CloudFront
|
|
2984
3000
|
# },
|
2985
3001
|
# })
|
2986
3002
|
#
|
2987
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
3003
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/TagResource2018_06_18 AWS API Documentation
|
2988
3004
|
#
|
2989
3005
|
# @overload tag_resource(params = {})
|
2990
3006
|
# @param [Hash] params ({})
|
@@ -3012,7 +3028,7 @@ module Aws::CloudFront
|
|
3012
3028
|
# },
|
3013
3029
|
# })
|
3014
3030
|
#
|
3015
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
3031
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/UntagResource2018_06_18 AWS API Documentation
|
3016
3032
|
#
|
3017
3033
|
# @overload untag_resource(params = {})
|
3018
3034
|
# @param [Hash] params ({})
|
@@ -3057,7 +3073,7 @@ module Aws::CloudFront
|
|
3057
3073
|
# resp.cloud_front_origin_access_identity.cloud_front_origin_access_identity_config.comment #=> String
|
3058
3074
|
# resp.etag #=> String
|
3059
3075
|
#
|
3060
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
3076
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/UpdateCloudFrontOriginAccessIdentity2018_06_18 AWS API Documentation
|
3061
3077
|
#
|
3062
3078
|
# @overload update_cloud_front_origin_access_identity(params = {})
|
3063
3079
|
# @param [Hash] params ({})
|
@@ -3087,6 +3103,7 @@ module Aws::CloudFront
|
|
3087
3103
|
# `GetDistributionConfig` request to include the desired changes.
|
3088
3104
|
# You can't change the value of `CallerReference`. If you try to
|
3089
3105
|
# change this value, CloudFront returns an `IllegalUpdate` error.
|
3106
|
+
# Note that you must strip out the ETag parameter that is returned.
|
3090
3107
|
#
|
3091
3108
|
# The new configuration replaces the existing configuration; the
|
3092
3109
|
# values that you specify in an `UpdateDistribution` request are not
|
@@ -3233,6 +3250,7 @@ module Aws::CloudFront
|
|
3233
3250
|
# {
|
3234
3251
|
# lambda_function_arn: "LambdaFunctionARN", # required
|
3235
3252
|
# event_type: "viewer-request", # required, accepts viewer-request, viewer-response, origin-request, origin-response
|
3253
|
+
# include_body: false,
|
3236
3254
|
# },
|
3237
3255
|
# ],
|
3238
3256
|
# },
|
@@ -3287,6 +3305,7 @@ module Aws::CloudFront
|
|
3287
3305
|
# {
|
3288
3306
|
# lambda_function_arn: "LambdaFunctionARN", # required
|
3289
3307
|
# event_type: "viewer-request", # required, accepts viewer-request, viewer-response, origin-request, origin-response
|
3308
|
+
# include_body: false,
|
3290
3309
|
# },
|
3291
3310
|
# ],
|
3292
3311
|
# },
|
@@ -3408,6 +3427,7 @@ module Aws::CloudFront
|
|
3408
3427
|
# resp.distribution.distribution_config.default_cache_behavior.lambda_function_associations.items #=> Array
|
3409
3428
|
# resp.distribution.distribution_config.default_cache_behavior.lambda_function_associations.items[0].lambda_function_arn #=> String
|
3410
3429
|
# resp.distribution.distribution_config.default_cache_behavior.lambda_function_associations.items[0].event_type #=> String, one of "viewer-request", "viewer-response", "origin-request", "origin-response"
|
3430
|
+
# resp.distribution.distribution_config.default_cache_behavior.lambda_function_associations.items[0].include_body #=> Boolean
|
3411
3431
|
# resp.distribution.distribution_config.default_cache_behavior.field_level_encryption_id #=> String
|
3412
3432
|
# resp.distribution.distribution_config.cache_behaviors.quantity #=> Integer
|
3413
3433
|
# resp.distribution.distribution_config.cache_behaviors.items #=> Array
|
@@ -3444,6 +3464,7 @@ module Aws::CloudFront
|
|
3444
3464
|
# resp.distribution.distribution_config.cache_behaviors.items[0].lambda_function_associations.items #=> Array
|
3445
3465
|
# resp.distribution.distribution_config.cache_behaviors.items[0].lambda_function_associations.items[0].lambda_function_arn #=> String
|
3446
3466
|
# resp.distribution.distribution_config.cache_behaviors.items[0].lambda_function_associations.items[0].event_type #=> String, one of "viewer-request", "viewer-response", "origin-request", "origin-response"
|
3467
|
+
# resp.distribution.distribution_config.cache_behaviors.items[0].lambda_function_associations.items[0].include_body #=> Boolean
|
3447
3468
|
# resp.distribution.distribution_config.cache_behaviors.items[0].field_level_encryption_id #=> String
|
3448
3469
|
# resp.distribution.distribution_config.custom_error_responses.quantity #=> Integer
|
3449
3470
|
# resp.distribution.distribution_config.custom_error_responses.items #=> Array
|
@@ -3474,7 +3495,7 @@ module Aws::CloudFront
|
|
3474
3495
|
# resp.distribution.distribution_config.is_ipv6_enabled #=> Boolean
|
3475
3496
|
# resp.etag #=> String
|
3476
3497
|
#
|
3477
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
3498
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/UpdateDistribution2018_06_18 AWS API Documentation
|
3478
3499
|
#
|
3479
3500
|
# @overload update_distribution(params = {})
|
3480
3501
|
# @param [Hash] params ({})
|
@@ -3555,7 +3576,7 @@ module Aws::CloudFront
|
|
3555
3576
|
# resp.field_level_encryption.field_level_encryption_config.content_type_profile_config.content_type_profiles.items[0].content_type #=> String
|
3556
3577
|
# resp.etag #=> String
|
3557
3578
|
#
|
3558
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
3579
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/UpdateFieldLevelEncryptionConfig2018_06_18 AWS API Documentation
|
3559
3580
|
#
|
3560
3581
|
# @overload update_field_level_encryption_config(params = {})
|
3561
3582
|
# @param [Hash] params ({})
|
@@ -3622,7 +3643,7 @@ module Aws::CloudFront
|
|
3622
3643
|
# resp.field_level_encryption_profile.field_level_encryption_profile_config.encryption_entities.items[0].field_patterns.items[0] #=> String
|
3623
3644
|
# resp.etag #=> String
|
3624
3645
|
#
|
3625
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
3646
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/UpdateFieldLevelEncryptionProfile2018_06_18 AWS API Documentation
|
3626
3647
|
#
|
3627
3648
|
# @overload update_field_level_encryption_profile(params = {})
|
3628
3649
|
# @param [Hash] params ({})
|
@@ -3672,7 +3693,7 @@ module Aws::CloudFront
|
|
3672
3693
|
# resp.public_key.public_key_config.comment #=> String
|
3673
3694
|
# resp.etag #=> String
|
3674
3695
|
#
|
3675
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
3696
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/UpdatePublicKey2018_06_18 AWS API Documentation
|
3676
3697
|
#
|
3677
3698
|
# @overload update_public_key(params = {})
|
3678
3699
|
# @param [Hash] params ({})
|
@@ -3762,7 +3783,7 @@ module Aws::CloudFront
|
|
3762
3783
|
# resp.streaming_distribution.streaming_distribution_config.enabled #=> Boolean
|
3763
3784
|
# resp.etag #=> String
|
3764
3785
|
#
|
3765
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
3786
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/UpdateStreamingDistribution2018_06_18 AWS API Documentation
|
3766
3787
|
#
|
3767
3788
|
# @overload update_streaming_distribution(params = {})
|
3768
3789
|
# @param [Hash] params ({})
|
@@ -3784,7 +3805,7 @@ module Aws::CloudFront
|
|
3784
3805
|
params: params,
|
3785
3806
|
config: config)
|
3786
3807
|
context[:gem_name] = 'aws-sdk-cloudfront'
|
3787
|
-
context[:gem_version] = '1.
|
3808
|
+
context[:gem_version] = '1.5.0'
|
3788
3809
|
Seahorse::Client::Request.new(handlers, context)
|
3789
3810
|
end
|
3790
3811
|
|