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
@@ -50,7 +50,7 @@ module Aws::CloudFront
|
|
50
50
|
# For more information, see ActiveTrustedSigners.
|
51
51
|
# @return [Array<Types::Signer>]
|
52
52
|
#
|
53
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
53
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/ActiveTrustedSigners AWS API Documentation
|
54
54
|
#
|
55
55
|
class ActiveTrustedSigners < Struct.new(
|
56
56
|
:enabled,
|
@@ -80,7 +80,7 @@ module Aws::CloudFront
|
|
80
80
|
# want to associate with this distribution.
|
81
81
|
# @return [Array<String>]
|
82
82
|
#
|
83
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
83
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/Aliases AWS API Documentation
|
84
84
|
#
|
85
85
|
class Aliases < Struct.new(
|
86
86
|
:quantity,
|
@@ -143,7 +143,7 @@ module Aws::CloudFront
|
|
143
143
|
# to be cached correctly.
|
144
144
|
# @return [Types::CachedMethods]
|
145
145
|
#
|
146
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
146
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/AllowedMethods AWS API Documentation
|
147
147
|
#
|
148
148
|
class AllowedMethods < Struct.new(
|
149
149
|
:quantity,
|
@@ -235,6 +235,7 @@ module Aws::CloudFront
|
|
235
235
|
# {
|
236
236
|
# lambda_function_arn: "LambdaFunctionARN", # required
|
237
237
|
# event_type: "viewer-request", # required, accepts viewer-request, viewer-response, origin-request, origin-response
|
238
|
+
# include_body: false,
|
238
239
|
# },
|
239
240
|
# ],
|
240
241
|
# },
|
@@ -269,7 +270,8 @@ module Aws::CloudFront
|
|
269
270
|
# @!attribute [rw] target_origin_id
|
270
271
|
# The value of `ID` for the origin that you want CloudFront to route
|
271
272
|
# requests to when a request matches the path pattern either for a
|
272
|
-
# cache behavior or for the default cache behavior
|
273
|
+
# cache behavior or for the default cache behavior in your
|
274
|
+
# distribution.
|
273
275
|
# @return [String]
|
274
276
|
#
|
275
277
|
# @!attribute [rw] forwarded_values
|
@@ -432,9 +434,13 @@ module Aws::CloudFront
|
|
432
434
|
# @return [Types::LambdaFunctionAssociations]
|
433
435
|
#
|
434
436
|
# @!attribute [rw] field_level_encryption_id
|
437
|
+
# The value of `ID` for the field-level encryption configuration that
|
438
|
+
# you want CloudFront to use for encrypting specific fields of data
|
439
|
+
# for a cache behavior or for the default cache behavior in your
|
440
|
+
# distribution.
|
435
441
|
# @return [String]
|
436
442
|
#
|
437
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
443
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/CacheBehavior AWS API Documentation
|
438
444
|
#
|
439
445
|
class CacheBehavior < Struct.new(
|
440
446
|
:path_pattern,
|
@@ -507,6 +513,7 @@ module Aws::CloudFront
|
|
507
513
|
# {
|
508
514
|
# lambda_function_arn: "LambdaFunctionARN", # required
|
509
515
|
# event_type: "viewer-request", # required, accepts viewer-request, viewer-response, origin-request, origin-response
|
516
|
+
# include_body: false,
|
510
517
|
# },
|
511
518
|
# ],
|
512
519
|
# },
|
@@ -524,7 +531,7 @@ module Aws::CloudFront
|
|
524
531
|
# distribution. If `Quantity` is `0`, you can omit `Items`.
|
525
532
|
# @return [Array<Types::CacheBehavior>]
|
526
533
|
#
|
527
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
534
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/CacheBehaviors AWS API Documentation
|
528
535
|
#
|
529
536
|
class CacheBehaviors < Struct.new(
|
530
537
|
:quantity,
|
@@ -565,7 +572,7 @@ module Aws::CloudFront
|
|
565
572
|
# CloudFront to cache responses to.
|
566
573
|
# @return [Array<String>]
|
567
574
|
#
|
568
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
575
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/CachedMethods AWS API Documentation
|
569
576
|
#
|
570
577
|
class CachedMethods < Struct.new(
|
571
578
|
:quantity,
|
@@ -590,7 +597,7 @@ module Aws::CloudFront
|
|
590
597
|
# The current configuration information for the identity.
|
591
598
|
# @return [Types::CloudFrontOriginAccessIdentityConfig]
|
592
599
|
#
|
593
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
600
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/CloudFrontOriginAccessIdentity AWS API Documentation
|
594
601
|
#
|
595
602
|
class CloudFrontOriginAccessIdentity < Struct.new(
|
596
603
|
:id,
|
@@ -634,7 +641,7 @@ module Aws::CloudFront
|
|
634
641
|
# Any comments you want to include about the origin access identity.
|
635
642
|
# @return [String]
|
636
643
|
#
|
637
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
644
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/CloudFrontOriginAccessIdentityConfig AWS API Documentation
|
638
645
|
#
|
639
646
|
class CloudFrontOriginAccessIdentityConfig < Struct.new(
|
640
647
|
:caller_reference,
|
@@ -688,7 +695,7 @@ module Aws::CloudFront
|
|
688
695
|
# access identity that was created by the current AWS account.
|
689
696
|
# @return [Array<Types::CloudFrontOriginAccessIdentitySummary>]
|
690
697
|
#
|
691
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
698
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/CloudFrontOriginAccessIdentityList AWS API Documentation
|
692
699
|
#
|
693
700
|
class CloudFrontOriginAccessIdentityList < Struct.new(
|
694
701
|
:marker,
|
@@ -718,7 +725,7 @@ module Aws::CloudFront
|
|
718
725
|
# when created.
|
719
726
|
# @return [String]
|
720
727
|
#
|
721
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
728
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/CloudFrontOriginAccessIdentitySummary AWS API Documentation
|
722
729
|
#
|
723
730
|
class CloudFrontOriginAccessIdentitySummary < Struct.new(
|
724
731
|
:id,
|
@@ -753,7 +760,7 @@ module Aws::CloudFront
|
|
753
760
|
# mapping.
|
754
761
|
# @return [String]
|
755
762
|
#
|
756
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
763
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/ContentTypeProfile AWS API Documentation
|
757
764
|
#
|
758
765
|
class ContentTypeProfile < Struct.new(
|
759
766
|
:format,
|
@@ -794,7 +801,7 @@ module Aws::CloudFront
|
|
794
801
|
# The configuration for a field-level encryption content type-profile.
|
795
802
|
# @return [Types::ContentTypeProfiles]
|
796
803
|
#
|
797
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
804
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/ContentTypeProfileConfig AWS API Documentation
|
798
805
|
#
|
799
806
|
class ContentTypeProfileConfig < Struct.new(
|
800
807
|
:forward_when_content_type_is_unknown,
|
@@ -826,7 +833,7 @@ module Aws::CloudFront
|
|
826
833
|
# Items in a field-level encryption content type-profile mapping.
|
827
834
|
# @return [Array<Types::ContentTypeProfile>]
|
828
835
|
#
|
829
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
836
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/ContentTypeProfiles AWS API Documentation
|
830
837
|
#
|
831
838
|
class ContentTypeProfiles < Struct.new(
|
832
839
|
:quantity,
|
@@ -863,7 +870,7 @@ module Aws::CloudFront
|
|
863
870
|
# behavior.
|
864
871
|
# @return [Array<String>]
|
865
872
|
#
|
866
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
873
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/CookieNames AWS API Documentation
|
867
874
|
#
|
868
875
|
class CookieNames < Struct.new(
|
869
876
|
:quantity,
|
@@ -923,7 +930,7 @@ module Aws::CloudFront
|
|
923
930
|
# [1]: http://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html#limits_cloudfront
|
924
931
|
# @return [Types::CookieNames]
|
925
932
|
#
|
926
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
933
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/CookiePreference AWS API Documentation
|
927
934
|
#
|
928
935
|
class CookiePreference < Struct.new(
|
929
936
|
:forward,
|
@@ -947,7 +954,7 @@ module Aws::CloudFront
|
|
947
954
|
# The current configuration information for the identity.
|
948
955
|
# @return [Types::CloudFrontOriginAccessIdentityConfig]
|
949
956
|
#
|
950
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
957
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/CreateCloudFrontOriginAccessIdentityRequest AWS API Documentation
|
951
958
|
#
|
952
959
|
class CreateCloudFrontOriginAccessIdentityRequest < Struct.new(
|
953
960
|
:cloud_front_origin_access_identity_config)
|
@@ -970,7 +977,7 @@ module Aws::CloudFront
|
|
970
977
|
# The current version of the origin access identity created.
|
971
978
|
# @return [String]
|
972
979
|
#
|
973
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
980
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/CreateCloudFrontOriginAccessIdentityResult AWS API Documentation
|
974
981
|
#
|
975
982
|
class CreateCloudFrontOriginAccessIdentityResult < Struct.new(
|
976
983
|
:cloud_front_origin_access_identity,
|
@@ -1070,6 +1077,7 @@ module Aws::CloudFront
|
|
1070
1077
|
# {
|
1071
1078
|
# lambda_function_arn: "LambdaFunctionARN", # required
|
1072
1079
|
# event_type: "viewer-request", # required, accepts viewer-request, viewer-response, origin-request, origin-response
|
1080
|
+
# include_body: false,
|
1073
1081
|
# },
|
1074
1082
|
# ],
|
1075
1083
|
# },
|
@@ -1124,6 +1132,7 @@ module Aws::CloudFront
|
|
1124
1132
|
# {
|
1125
1133
|
# lambda_function_arn: "LambdaFunctionARN", # required
|
1126
1134
|
# event_type: "viewer-request", # required, accepts viewer-request, viewer-response, origin-request, origin-response
|
1135
|
+
# include_body: false,
|
1127
1136
|
# },
|
1128
1137
|
# ],
|
1129
1138
|
# },
|
@@ -1177,7 +1186,7 @@ module Aws::CloudFront
|
|
1177
1186
|
# The distribution's configuration information.
|
1178
1187
|
# @return [Types::DistributionConfig]
|
1179
1188
|
#
|
1180
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
1189
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/CreateDistributionRequest AWS API Documentation
|
1181
1190
|
#
|
1182
1191
|
class CreateDistributionRequest < Struct.new(
|
1183
1192
|
:distribution_config)
|
@@ -1200,7 +1209,7 @@ module Aws::CloudFront
|
|
1200
1209
|
# The current version of the distribution created.
|
1201
1210
|
# @return [String]
|
1202
1211
|
#
|
1203
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
1212
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/CreateDistributionResult AWS API Documentation
|
1204
1213
|
#
|
1205
1214
|
class CreateDistributionResult < Struct.new(
|
1206
1215
|
:distribution,
|
@@ -1301,6 +1310,7 @@ module Aws::CloudFront
|
|
1301
1310
|
# {
|
1302
1311
|
# lambda_function_arn: "LambdaFunctionARN", # required
|
1303
1312
|
# event_type: "viewer-request", # required, accepts viewer-request, viewer-response, origin-request, origin-response
|
1313
|
+
# include_body: false,
|
1304
1314
|
# },
|
1305
1315
|
# ],
|
1306
1316
|
# },
|
@@ -1355,6 +1365,7 @@ module Aws::CloudFront
|
|
1355
1365
|
# {
|
1356
1366
|
# lambda_function_arn: "LambdaFunctionARN", # required
|
1357
1367
|
# event_type: "viewer-request", # required, accepts viewer-request, viewer-response, origin-request, origin-response
|
1368
|
+
# include_body: false,
|
1358
1369
|
# },
|
1359
1370
|
# ],
|
1360
1371
|
# },
|
@@ -1417,7 +1428,7 @@ module Aws::CloudFront
|
|
1417
1428
|
# The distribution's configuration information.
|
1418
1429
|
# @return [Types::DistributionConfigWithTags]
|
1419
1430
|
#
|
1420
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
1431
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/CreateDistributionWithTagsRequest AWS API Documentation
|
1421
1432
|
#
|
1422
1433
|
class CreateDistributionWithTagsRequest < Struct.new(
|
1423
1434
|
:distribution_config_with_tags)
|
@@ -1440,7 +1451,7 @@ module Aws::CloudFront
|
|
1440
1451
|
# The current version of the distribution created.
|
1441
1452
|
# @return [String]
|
1442
1453
|
#
|
1443
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
1454
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/CreateDistributionWithTagsResult AWS API Documentation
|
1444
1455
|
#
|
1445
1456
|
class CreateDistributionWithTagsResult < Struct.new(
|
1446
1457
|
:distribution,
|
@@ -1488,7 +1499,7 @@ module Aws::CloudFront
|
|
1488
1499
|
# The request to create a new field-level encryption configuration.
|
1489
1500
|
# @return [Types::FieldLevelEncryptionConfig]
|
1490
1501
|
#
|
1491
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
1502
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/CreateFieldLevelEncryptionConfigRequest AWS API Documentation
|
1492
1503
|
#
|
1493
1504
|
class CreateFieldLevelEncryptionConfigRequest < Struct.new(
|
1494
1505
|
:field_level_encryption_config)
|
@@ -1510,7 +1521,7 @@ module Aws::CloudFront
|
|
1510
1521
|
# example: `E2QWRUHAPOMQZL`.
|
1511
1522
|
# @return [String]
|
1512
1523
|
#
|
1513
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
1524
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/CreateFieldLevelEncryptionConfigResult AWS API Documentation
|
1514
1525
|
#
|
1515
1526
|
class CreateFieldLevelEncryptionConfigResult < Struct.new(
|
1516
1527
|
:field_level_encryption,
|
@@ -1547,7 +1558,7 @@ module Aws::CloudFront
|
|
1547
1558
|
# The request to create a field-level encryption profile.
|
1548
1559
|
# @return [Types::FieldLevelEncryptionProfileConfig]
|
1549
1560
|
#
|
1550
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
1561
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/CreateFieldLevelEncryptionProfileRequest AWS API Documentation
|
1551
1562
|
#
|
1552
1563
|
class CreateFieldLevelEncryptionProfileRequest < Struct.new(
|
1553
1564
|
:field_level_encryption_profile_config)
|
@@ -1569,7 +1580,7 @@ module Aws::CloudFront
|
|
1569
1580
|
# example: `E2QWRUHAPOMQZL`.
|
1570
1581
|
# @return [String]
|
1571
1582
|
#
|
1572
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
1583
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/CreateFieldLevelEncryptionProfileResult AWS API Documentation
|
1573
1584
|
#
|
1574
1585
|
class CreateFieldLevelEncryptionProfileResult < Struct.new(
|
1575
1586
|
:field_level_encryption_profile,
|
@@ -1602,7 +1613,7 @@ module Aws::CloudFront
|
|
1602
1613
|
# The batch information for the invalidation.
|
1603
1614
|
# @return [Types::InvalidationBatch]
|
1604
1615
|
#
|
1605
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
1616
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/CreateInvalidationRequest AWS API Documentation
|
1606
1617
|
#
|
1607
1618
|
class CreateInvalidationRequest < Struct.new(
|
1608
1619
|
:distribution_id,
|
@@ -1621,7 +1632,7 @@ module Aws::CloudFront
|
|
1621
1632
|
# The invalidation's information.
|
1622
1633
|
# @return [Types::Invalidation]
|
1623
1634
|
#
|
1624
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
1635
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/CreateInvalidationResult AWS API Documentation
|
1625
1636
|
#
|
1626
1637
|
class CreateInvalidationResult < Struct.new(
|
1627
1638
|
:location,
|
@@ -1645,7 +1656,7 @@ module Aws::CloudFront
|
|
1645
1656
|
# The request to add a public key to CloudFront.
|
1646
1657
|
# @return [Types::PublicKeyConfig]
|
1647
1658
|
#
|
1648
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
1659
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/CreatePublicKeyRequest AWS API Documentation
|
1649
1660
|
#
|
1650
1661
|
class CreatePublicKeyRequest < Struct.new(
|
1651
1662
|
:public_key_config)
|
@@ -1667,7 +1678,7 @@ module Aws::CloudFront
|
|
1667
1678
|
# `E2QWRUHAPOMQZL`.
|
1668
1679
|
# @return [String]
|
1669
1680
|
#
|
1670
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
1681
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/CreatePublicKeyResult AWS API Documentation
|
1671
1682
|
#
|
1672
1683
|
class CreatePublicKeyResult < Struct.new(
|
1673
1684
|
:public_key,
|
@@ -1712,7 +1723,7 @@ module Aws::CloudFront
|
|
1712
1723
|
# The streaming distribution's configuration information.
|
1713
1724
|
# @return [Types::StreamingDistributionConfig]
|
1714
1725
|
#
|
1715
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
1726
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/CreateStreamingDistributionRequest AWS API Documentation
|
1716
1727
|
#
|
1717
1728
|
class CreateStreamingDistributionRequest < Struct.new(
|
1718
1729
|
:streaming_distribution_config)
|
@@ -1735,7 +1746,7 @@ module Aws::CloudFront
|
|
1735
1746
|
# The current version of the streaming distribution created.
|
1736
1747
|
# @return [String]
|
1737
1748
|
#
|
1738
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
1749
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/CreateStreamingDistributionResult AWS API Documentation
|
1739
1750
|
#
|
1740
1751
|
class CreateStreamingDistributionResult < Struct.new(
|
1741
1752
|
:streaming_distribution,
|
@@ -1790,7 +1801,7 @@ module Aws::CloudFront
|
|
1790
1801
|
# The streaming distribution's configuration information.
|
1791
1802
|
# @return [Types::StreamingDistributionConfigWithTags]
|
1792
1803
|
#
|
1793
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
1804
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/CreateStreamingDistributionWithTagsRequest AWS API Documentation
|
1794
1805
|
#
|
1795
1806
|
class CreateStreamingDistributionWithTagsRequest < Struct.new(
|
1796
1807
|
:streaming_distribution_config_with_tags)
|
@@ -1812,7 +1823,7 @@ module Aws::CloudFront
|
|
1812
1823
|
# @!attribute [rw] etag
|
1813
1824
|
# @return [String]
|
1814
1825
|
#
|
1815
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
1826
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/CreateStreamingDistributionWithTagsResult AWS API Documentation
|
1816
1827
|
#
|
1817
1828
|
class CreateStreamingDistributionWithTagsResult < Struct.new(
|
1818
1829
|
:streaming_distribution,
|
@@ -1923,7 +1934,7 @@ module Aws::CloudFront
|
|
1923
1934
|
# [1]: http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/custom-error-pages.html
|
1924
1935
|
# @return [Integer]
|
1925
1936
|
#
|
1926
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
1937
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/CustomErrorResponse AWS API Documentation
|
1927
1938
|
#
|
1928
1939
|
class CustomErrorResponse < Struct.new(
|
1929
1940
|
:error_code,
|
@@ -1976,7 +1987,7 @@ module Aws::CloudFront
|
|
1976
1987
|
# page and/or a caching duration.
|
1977
1988
|
# @return [Array<Types::CustomErrorResponse>]
|
1978
1989
|
#
|
1979
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
1990
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/CustomErrorResponses AWS API Documentation
|
1980
1991
|
#
|
1981
1992
|
class CustomErrorResponses < Struct.new(
|
1982
1993
|
:quantity,
|
@@ -2010,7 +2021,7 @@ module Aws::CloudFront
|
|
2010
2021
|
# origin. If Quantity is `0`, omit `Items`.
|
2011
2022
|
# @return [Array<Types::OriginCustomHeader>]
|
2012
2023
|
#
|
2013
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
2024
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/CustomHeaders AWS API Documentation
|
2014
2025
|
#
|
2015
2026
|
class CustomHeaders < Struct.new(
|
2016
2027
|
:quantity,
|
@@ -2018,7 +2029,8 @@ module Aws::CloudFront
|
|
2018
2029
|
include Aws::Structure
|
2019
2030
|
end
|
2020
2031
|
|
2021
|
-
# A customer origin
|
2032
|
+
# A customer origin or an Amazon S3 bucket configured as a website
|
2033
|
+
# endpoint.
|
2022
2034
|
#
|
2023
2035
|
# @note When making an API call, you may pass CustomOriginConfig
|
2024
2036
|
# data as a hash:
|
@@ -2080,7 +2092,7 @@ module Aws::CloudFront
|
|
2080
2092
|
# [1]: https://console.aws.amazon.com/support/home#/
|
2081
2093
|
# @return [Integer]
|
2082
2094
|
#
|
2083
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
2095
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/CustomOriginConfig AWS API Documentation
|
2084
2096
|
#
|
2085
2097
|
class CustomOriginConfig < Struct.new(
|
2086
2098
|
:http_port,
|
@@ -2145,6 +2157,7 @@ module Aws::CloudFront
|
|
2145
2157
|
# {
|
2146
2158
|
# lambda_function_arn: "LambdaFunctionARN", # required
|
2147
2159
|
# event_type: "viewer-request", # required, accepts viewer-request, viewer-response, origin-request, origin-response
|
2160
|
+
# include_body: false,
|
2148
2161
|
# },
|
2149
2162
|
# ],
|
2150
2163
|
# },
|
@@ -2154,7 +2167,8 @@ module Aws::CloudFront
|
|
2154
2167
|
# @!attribute [rw] target_origin_id
|
2155
2168
|
# The value of `ID` for the origin that you want CloudFront to route
|
2156
2169
|
# requests to when a request matches the path pattern either for a
|
2157
|
-
# cache behavior or for the default cache behavior
|
2170
|
+
# cache behavior or for the default cache behavior in your
|
2171
|
+
# distribution.
|
2158
2172
|
# @return [String]
|
2159
2173
|
#
|
2160
2174
|
# @!attribute [rw] forwarded_values
|
@@ -2305,9 +2319,13 @@ module Aws::CloudFront
|
|
2305
2319
|
# @return [Types::LambdaFunctionAssociations]
|
2306
2320
|
#
|
2307
2321
|
# @!attribute [rw] field_level_encryption_id
|
2322
|
+
# The value of `ID` for the field-level encryption configuration that
|
2323
|
+
# you want CloudFront to use for encrypting specific fields of data
|
2324
|
+
# for a cache behavior or for the default cache behavior in your
|
2325
|
+
# distribution.
|
2308
2326
|
# @return [String]
|
2309
2327
|
#
|
2310
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
2328
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/DefaultCacheBehavior AWS API Documentation
|
2311
2329
|
#
|
2312
2330
|
class DefaultCacheBehavior < Struct.new(
|
2313
2331
|
:target_origin_id,
|
@@ -2344,7 +2362,7 @@ module Aws::CloudFront
|
|
2344
2362
|
# `PUT` request. For example: `E2QWRUHAPOMQZL`.
|
2345
2363
|
# @return [String]
|
2346
2364
|
#
|
2347
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
2365
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/DeleteCloudFrontOriginAccessIdentityRequest AWS API Documentation
|
2348
2366
|
#
|
2349
2367
|
class DeleteCloudFrontOriginAccessIdentityRequest < Struct.new(
|
2350
2368
|
:id,
|
@@ -2413,7 +2431,7 @@ module Aws::CloudFront
|
|
2413
2431
|
# the distribution. For example: `E2QWRUHAPOMQZL`.
|
2414
2432
|
# @return [String]
|
2415
2433
|
#
|
2416
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
2434
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/DeleteDistributionRequest AWS API Documentation
|
2417
2435
|
#
|
2418
2436
|
class DeleteDistributionRequest < Struct.new(
|
2419
2437
|
:id,
|
@@ -2438,7 +2456,7 @@ module Aws::CloudFront
|
|
2438
2456
|
# configuration identity to delete. For example: `E2QWRUHAPOMQZL`.
|
2439
2457
|
# @return [String]
|
2440
2458
|
#
|
2441
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
2459
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/DeleteFieldLevelEncryptionConfigRequest AWS API Documentation
|
2442
2460
|
#
|
2443
2461
|
class DeleteFieldLevelEncryptionConfigRequest < Struct.new(
|
2444
2462
|
:id,
|
@@ -2463,7 +2481,7 @@ module Aws::CloudFront
|
|
2463
2481
|
# profile to delete. For example: `E2QWRUHAPOMQZL`.
|
2464
2482
|
# @return [String]
|
2465
2483
|
#
|
2466
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
2484
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/DeleteFieldLevelEncryptionProfileRequest AWS API Documentation
|
2467
2485
|
#
|
2468
2486
|
class DeleteFieldLevelEncryptionProfileRequest < Struct.new(
|
2469
2487
|
:id,
|
@@ -2488,7 +2506,7 @@ module Aws::CloudFront
|
|
2488
2506
|
# public key identity to delete. For example: `E2QWRUHAPOMQZL`.
|
2489
2507
|
# @return [String]
|
2490
2508
|
#
|
2491
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
2509
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/DeletePublicKeyRequest AWS API Documentation
|
2492
2510
|
#
|
2493
2511
|
class DeletePublicKeyRequest < Struct.new(
|
2494
2512
|
:id,
|
@@ -2515,7 +2533,7 @@ module Aws::CloudFront
|
|
2515
2533
|
# the streaming distribution. For example: `E2QWRUHAPOMQZL`.
|
2516
2534
|
# @return [String]
|
2517
2535
|
#
|
2518
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
2536
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/DeleteStreamingDistributionRequest AWS API Documentation
|
2519
2537
|
#
|
2520
2538
|
class DeleteStreamingDistributionRequest < Struct.new(
|
2521
2539
|
:id,
|
@@ -2572,7 +2590,7 @@ module Aws::CloudFront
|
|
2572
2590
|
# ID/config` resource.
|
2573
2591
|
# @return [Types::DistributionConfig]
|
2574
2592
|
#
|
2575
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
2593
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/Distribution AWS API Documentation
|
2576
2594
|
#
|
2577
2595
|
class Distribution < Struct.new(
|
2578
2596
|
:id,
|
@@ -2676,6 +2694,7 @@ module Aws::CloudFront
|
|
2676
2694
|
# {
|
2677
2695
|
# lambda_function_arn: "LambdaFunctionARN", # required
|
2678
2696
|
# event_type: "viewer-request", # required, accepts viewer-request, viewer-response, origin-request, origin-response
|
2697
|
+
# include_body: false,
|
2679
2698
|
# },
|
2680
2699
|
# ],
|
2681
2700
|
# },
|
@@ -2730,6 +2749,7 @@ module Aws::CloudFront
|
|
2730
2749
|
# {
|
2731
2750
|
# lambda_function_arn: "LambdaFunctionARN", # required
|
2732
2751
|
# event_type: "viewer-request", # required, accepts viewer-request, viewer-response, origin-request, origin-response
|
2752
|
+
# include_body: false,
|
2733
2753
|
# },
|
2734
2754
|
# ],
|
2735
2755
|
# },
|
@@ -2906,8 +2926,10 @@ module Aws::CloudFront
|
|
2906
2926
|
# For more information about price classes, see [Choosing the Price
|
2907
2927
|
# Class for a CloudFront Distribution][1] in the *Amazon CloudFront
|
2908
2928
|
# Developer Guide*. For information about CloudFront pricing,
|
2909
|
-
# including how price classes
|
2910
|
-
# CloudFront Pricing][2].
|
2929
|
+
# including how price classes (such as Price Class 100) map to
|
2930
|
+
# CloudFront regions, see [Amazon CloudFront Pricing][2]. For price
|
2931
|
+
# class information, scroll down to see the table at the bottom of the
|
2932
|
+
# page.
|
2911
2933
|
#
|
2912
2934
|
#
|
2913
2935
|
#
|
@@ -2918,9 +2940,6 @@ module Aws::CloudFront
|
|
2918
2940
|
# @!attribute [rw] enabled
|
2919
2941
|
# From this field, you can enable or disable the selected
|
2920
2942
|
# distribution.
|
2921
|
-
#
|
2922
|
-
# If you specify `false` for `Enabled` but you specify values for
|
2923
|
-
# `Bucket` and `Prefix`, the values are automatically deleted.
|
2924
2943
|
# @return [Boolean]
|
2925
2944
|
#
|
2926
2945
|
# @!attribute [rw] viewer_certificate
|
@@ -3108,7 +3127,7 @@ module Aws::CloudFront
|
|
3108
3127
|
# [2]: http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-to-cloudfront-distribution.html
|
3109
3128
|
# @return [Boolean]
|
3110
3129
|
#
|
3111
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
3130
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/DistributionConfig AWS API Documentation
|
3112
3131
|
#
|
3113
3132
|
class DistributionConfig < Struct.new(
|
3114
3133
|
:caller_reference,
|
@@ -3222,6 +3241,7 @@ module Aws::CloudFront
|
|
3222
3241
|
# {
|
3223
3242
|
# lambda_function_arn: "LambdaFunctionARN", # required
|
3224
3243
|
# event_type: "viewer-request", # required, accepts viewer-request, viewer-response, origin-request, origin-response
|
3244
|
+
# include_body: false,
|
3225
3245
|
# },
|
3226
3246
|
# ],
|
3227
3247
|
# },
|
@@ -3276,6 +3296,7 @@ module Aws::CloudFront
|
|
3276
3296
|
# {
|
3277
3297
|
# lambda_function_arn: "LambdaFunctionARN", # required
|
3278
3298
|
# event_type: "viewer-request", # required, accepts viewer-request, viewer-response, origin-request, origin-response
|
3299
|
+
# include_body: false,
|
3279
3300
|
# },
|
3280
3301
|
# ],
|
3281
3302
|
# },
|
@@ -3341,7 +3362,7 @@ module Aws::CloudFront
|
|
3341
3362
|
# A complex type that contains zero or more `Tag` elements.
|
3342
3363
|
# @return [Types::Tags]
|
3343
3364
|
#
|
3344
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
3365
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/DistributionConfigWithTags AWS API Documentation
|
3345
3366
|
#
|
3346
3367
|
class DistributionConfigWithTags < Struct.new(
|
3347
3368
|
:distribution_config,
|
@@ -3382,7 +3403,7 @@ module Aws::CloudFront
|
|
3382
3403
|
# each distribution that was created by the current AWS account.
|
3383
3404
|
# @return [Array<Types::DistributionSummary>]
|
3384
3405
|
#
|
3385
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
3406
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/DistributionList AWS API Documentation
|
3386
3407
|
#
|
3387
3408
|
class DistributionList < Struct.new(
|
3388
3409
|
:marker,
|
@@ -3583,7 +3604,7 @@ module Aws::CloudFront
|
|
3583
3604
|
# address for your distribution.
|
3584
3605
|
# @return [Boolean]
|
3585
3606
|
#
|
3586
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
3607
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/DistributionSummary AWS API Documentation
|
3587
3608
|
#
|
3588
3609
|
class DistributionSummary < Struct.new(
|
3589
3610
|
:id,
|
@@ -3637,7 +3658,7 @@ module Aws::CloudFront
|
|
3637
3658
|
# type-profile mapping.
|
3638
3659
|
# @return [Array<Types::EncryptionEntity>]
|
3639
3660
|
#
|
3640
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
3661
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/EncryptionEntities AWS API Documentation
|
3641
3662
|
#
|
3642
3663
|
class EncryptionEntities < Struct.new(
|
3643
3664
|
:quantity,
|
@@ -3681,7 +3702,7 @@ module Aws::CloudFront
|
|
3681
3702
|
# case-sensitive.
|
3682
3703
|
# @return [Types::FieldPatterns]
|
3683
3704
|
#
|
3684
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
3705
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/EncryptionEntity AWS API Documentation
|
3685
3706
|
#
|
3686
3707
|
class EncryptionEntity < Struct.new(
|
3687
3708
|
:public_key_id,
|
@@ -3708,7 +3729,7 @@ module Aws::CloudFront
|
|
3708
3729
|
# specified for field-level encryption.
|
3709
3730
|
# @return [Types::FieldLevelEncryptionConfig]
|
3710
3731
|
#
|
3711
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
3732
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/FieldLevelEncryption AWS API Documentation
|
3712
3733
|
#
|
3713
3734
|
class FieldLevelEncryption < Struct.new(
|
3714
3735
|
:id,
|
@@ -3773,7 +3794,7 @@ module Aws::CloudFront
|
|
3773
3794
|
# a request if a query argument doesn't specify a profile to use.
|
3774
3795
|
# @return [Types::ContentTypeProfileConfig]
|
3775
3796
|
#
|
3776
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
3797
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/FieldLevelEncryptionConfig AWS API Documentation
|
3777
3798
|
#
|
3778
3799
|
class FieldLevelEncryptionConfig < Struct.new(
|
3779
3800
|
:caller_reference,
|
@@ -3804,7 +3825,7 @@ module Aws::CloudFront
|
|
3804
3825
|
# An array of field-level encryption items.
|
3805
3826
|
# @return [Array<Types::FieldLevelEncryptionSummary>]
|
3806
3827
|
#
|
3807
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
3828
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/FieldLevelEncryptionList AWS API Documentation
|
3808
3829
|
#
|
3809
3830
|
class FieldLevelEncryptionList < Struct.new(
|
3810
3831
|
:next_marker,
|
@@ -3831,7 +3852,7 @@ module Aws::CloudFront
|
|
3831
3852
|
# encryption entities for the field-level encryption profile.
|
3832
3853
|
# @return [Types::FieldLevelEncryptionProfileConfig]
|
3833
3854
|
#
|
3834
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
3855
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/FieldLevelEncryptionProfile AWS API Documentation
|
3835
3856
|
#
|
3836
3857
|
class FieldLevelEncryptionProfile < Struct.new(
|
3837
3858
|
:id,
|
@@ -3882,7 +3903,7 @@ module Aws::CloudFront
|
|
3882
3903
|
# field patterns for specifying which fields to encrypt with this key.
|
3883
3904
|
# @return [Types::EncryptionEntities]
|
3884
3905
|
#
|
3885
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
3906
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/FieldLevelEncryptionProfileConfig AWS API Documentation
|
3886
3907
|
#
|
3887
3908
|
class FieldLevelEncryptionProfileConfig < Struct.new(
|
3888
3909
|
:name,
|
@@ -3913,7 +3934,7 @@ module Aws::CloudFront
|
|
3913
3934
|
# The field-level encryption profile items.
|
3914
3935
|
# @return [Array<Types::FieldLevelEncryptionProfileSummary>]
|
3915
3936
|
#
|
3916
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
3937
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/FieldLevelEncryptionProfileList AWS API Documentation
|
3917
3938
|
#
|
3918
3939
|
class FieldLevelEncryptionProfileList < Struct.new(
|
3919
3940
|
:next_marker,
|
@@ -3948,7 +3969,7 @@ module Aws::CloudFront
|
|
3948
3969
|
# An optional comment for the field-level encryption profile summary.
|
3949
3970
|
# @return [String]
|
3950
3971
|
#
|
3951
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
3972
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/FieldLevelEncryptionProfileSummary AWS API Documentation
|
3952
3973
|
#
|
3953
3974
|
class FieldLevelEncryptionProfileSummary < Struct.new(
|
3954
3975
|
:id,
|
@@ -3982,7 +4003,7 @@ module Aws::CloudFront
|
|
3982
4003
|
# A summary of a content type-profile mapping.
|
3983
4004
|
# @return [Types::ContentTypeProfileConfig]
|
3984
4005
|
#
|
3985
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
4006
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/FieldLevelEncryptionSummary AWS API Documentation
|
3986
4007
|
#
|
3987
4008
|
class FieldLevelEncryptionSummary < Struct.new(
|
3988
4009
|
:id,
|
@@ -4012,7 +4033,7 @@ module Aws::CloudFront
|
|
4012
4033
|
# An array of the field-level encryption field patterns.
|
4013
4034
|
# @return [Array<String>]
|
4014
4035
|
#
|
4015
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
4036
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/FieldPatterns AWS API Documentation
|
4016
4037
|
#
|
4017
4038
|
class FieldPatterns < Struct.new(
|
4018
4039
|
:quantity,
|
@@ -4100,7 +4121,7 @@ module Aws::CloudFront
|
|
4100
4121
|
# cache behavior.
|
4101
4122
|
# @return [Types::QueryStringCacheKeys]
|
4102
4123
|
#
|
4103
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
4124
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/ForwardedValues AWS API Documentation
|
4104
4125
|
#
|
4105
4126
|
class ForwardedValues < Struct.new(
|
4106
4127
|
:query_string,
|
@@ -4159,7 +4180,7 @@ module Aws::CloudFront
|
|
4159
4180
|
# the CloudFront console, which includes both country names and codes.
|
4160
4181
|
# @return [Array<String>]
|
4161
4182
|
#
|
4162
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
4183
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/GeoRestriction AWS API Documentation
|
4163
4184
|
#
|
4164
4185
|
class GeoRestriction < Struct.new(
|
4165
4186
|
:restriction_type,
|
@@ -4182,7 +4203,7 @@ module Aws::CloudFront
|
|
4182
4203
|
# The identity's ID.
|
4183
4204
|
# @return [String]
|
4184
4205
|
#
|
4185
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
4206
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/GetCloudFrontOriginAccessIdentityConfigRequest AWS API Documentation
|
4186
4207
|
#
|
4187
4208
|
class GetCloudFrontOriginAccessIdentityConfigRequest < Struct.new(
|
4188
4209
|
:id)
|
@@ -4200,7 +4221,7 @@ module Aws::CloudFront
|
|
4200
4221
|
# `E2QWRUHAPOMQZL`.
|
4201
4222
|
# @return [String]
|
4202
4223
|
#
|
4203
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
4224
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/GetCloudFrontOriginAccessIdentityConfigResult AWS API Documentation
|
4204
4225
|
#
|
4205
4226
|
class GetCloudFrontOriginAccessIdentityConfigResult < Struct.new(
|
4206
4227
|
:cloud_front_origin_access_identity_config,
|
@@ -4221,7 +4242,7 @@ module Aws::CloudFront
|
|
4221
4242
|
# The identity's ID.
|
4222
4243
|
# @return [String]
|
4223
4244
|
#
|
4224
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
4245
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/GetCloudFrontOriginAccessIdentityRequest AWS API Documentation
|
4225
4246
|
#
|
4226
4247
|
class GetCloudFrontOriginAccessIdentityRequest < Struct.new(
|
4227
4248
|
:id)
|
@@ -4239,7 +4260,7 @@ module Aws::CloudFront
|
|
4239
4260
|
# For example: `E2QWRUHAPOMQZL`.
|
4240
4261
|
# @return [String]
|
4241
4262
|
#
|
4242
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
4263
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/GetCloudFrontOriginAccessIdentityResult AWS API Documentation
|
4243
4264
|
#
|
4244
4265
|
class GetCloudFrontOriginAccessIdentityResult < Struct.new(
|
4245
4266
|
:cloud_front_origin_access_identity,
|
@@ -4260,7 +4281,7 @@ module Aws::CloudFront
|
|
4260
4281
|
# The distribution's ID.
|
4261
4282
|
# @return [String]
|
4262
4283
|
#
|
4263
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
4284
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/GetDistributionConfigRequest AWS API Documentation
|
4264
4285
|
#
|
4265
4286
|
class GetDistributionConfigRequest < Struct.new(
|
4266
4287
|
:id)
|
@@ -4278,7 +4299,7 @@ module Aws::CloudFront
|
|
4278
4299
|
# `E2QWRUHAPOMQZL`.
|
4279
4300
|
# @return [String]
|
4280
4301
|
#
|
4281
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
4302
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/GetDistributionConfigResult AWS API Documentation
|
4282
4303
|
#
|
4283
4304
|
class GetDistributionConfigResult < Struct.new(
|
4284
4305
|
:distribution_config,
|
@@ -4299,7 +4320,7 @@ module Aws::CloudFront
|
|
4299
4320
|
# The distribution's ID.
|
4300
4321
|
# @return [String]
|
4301
4322
|
#
|
4302
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
4323
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/GetDistributionRequest AWS API Documentation
|
4303
4324
|
#
|
4304
4325
|
class GetDistributionRequest < Struct.new(
|
4305
4326
|
:id)
|
@@ -4317,7 +4338,7 @@ module Aws::CloudFront
|
|
4317
4338
|
# `E2QWRUHAPOMQZL`.
|
4318
4339
|
# @return [String]
|
4319
4340
|
#
|
4320
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
4341
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/GetDistributionResult AWS API Documentation
|
4321
4342
|
#
|
4322
4343
|
class GetDistributionResult < Struct.new(
|
4323
4344
|
:distribution,
|
@@ -4337,7 +4358,7 @@ module Aws::CloudFront
|
|
4337
4358
|
# information.
|
4338
4359
|
# @return [String]
|
4339
4360
|
#
|
4340
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
4361
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/GetFieldLevelEncryptionConfigRequest AWS API Documentation
|
4341
4362
|
#
|
4342
4363
|
class GetFieldLevelEncryptionConfigRequest < Struct.new(
|
4343
4364
|
:id)
|
@@ -4353,7 +4374,7 @@ module Aws::CloudFront
|
|
4353
4374
|
# example: `E2QWRUHAPOMQZL`.
|
4354
4375
|
# @return [String]
|
4355
4376
|
#
|
4356
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
4377
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/GetFieldLevelEncryptionConfigResult AWS API Documentation
|
4357
4378
|
#
|
4358
4379
|
class GetFieldLevelEncryptionConfigResult < Struct.new(
|
4359
4380
|
:field_level_encryption_config,
|
@@ -4373,7 +4394,7 @@ module Aws::CloudFront
|
|
4373
4394
|
# information.
|
4374
4395
|
# @return [String]
|
4375
4396
|
#
|
4376
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
4397
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/GetFieldLevelEncryptionProfileConfigRequest AWS API Documentation
|
4377
4398
|
#
|
4378
4399
|
class GetFieldLevelEncryptionProfileConfigRequest < Struct.new(
|
4379
4400
|
:id)
|
@@ -4389,7 +4410,7 @@ module Aws::CloudFront
|
|
4389
4410
|
# configuration result. For example: `E2QWRUHAPOMQZL`.
|
4390
4411
|
# @return [String]
|
4391
4412
|
#
|
4392
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
4413
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/GetFieldLevelEncryptionProfileConfigResult AWS API Documentation
|
4393
4414
|
#
|
4394
4415
|
class GetFieldLevelEncryptionProfileConfigResult < Struct.new(
|
4395
4416
|
:field_level_encryption_profile_config,
|
@@ -4408,7 +4429,7 @@ module Aws::CloudFront
|
|
4408
4429
|
# Get the ID for the field-level encryption profile information.
|
4409
4430
|
# @return [String]
|
4410
4431
|
#
|
4411
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
4432
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/GetFieldLevelEncryptionProfileRequest AWS API Documentation
|
4412
4433
|
#
|
4413
4434
|
class GetFieldLevelEncryptionProfileRequest < Struct.new(
|
4414
4435
|
:id)
|
@@ -4424,7 +4445,7 @@ module Aws::CloudFront
|
|
4424
4445
|
# example: `E2QWRUHAPOMQZL`.
|
4425
4446
|
# @return [String]
|
4426
4447
|
#
|
4427
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
4448
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/GetFieldLevelEncryptionProfileResult AWS API Documentation
|
4428
4449
|
#
|
4429
4450
|
class GetFieldLevelEncryptionProfileResult < Struct.new(
|
4430
4451
|
:field_level_encryption_profile,
|
@@ -4444,7 +4465,7 @@ module Aws::CloudFront
|
|
4444
4465
|
# information.
|
4445
4466
|
# @return [String]
|
4446
4467
|
#
|
4447
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
4468
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/GetFieldLevelEncryptionRequest AWS API Documentation
|
4448
4469
|
#
|
4449
4470
|
class GetFieldLevelEncryptionRequest < Struct.new(
|
4450
4471
|
:id)
|
@@ -4460,7 +4481,7 @@ module Aws::CloudFront
|
|
4460
4481
|
# example: `E2QWRUHAPOMQZL`.
|
4461
4482
|
# @return [String]
|
4462
4483
|
#
|
4463
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
4484
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/GetFieldLevelEncryptionResult AWS API Documentation
|
4464
4485
|
#
|
4465
4486
|
class GetFieldLevelEncryptionResult < Struct.new(
|
4466
4487
|
:field_level_encryption,
|
@@ -4487,7 +4508,7 @@ module Aws::CloudFront
|
|
4487
4508
|
# `IDFDVBD632BHDS5`.
|
4488
4509
|
# @return [String]
|
4489
4510
|
#
|
4490
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
4511
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/GetInvalidationRequest AWS API Documentation
|
4491
4512
|
#
|
4492
4513
|
class GetInvalidationRequest < Struct.new(
|
4493
4514
|
:distribution_id,
|
@@ -4506,7 +4527,7 @@ module Aws::CloudFront
|
|
4506
4527
|
# [1]: http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/InvalidationDatatype.html
|
4507
4528
|
# @return [Types::Invalidation]
|
4508
4529
|
#
|
4509
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
4530
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/GetInvalidationResult AWS API Documentation
|
4510
4531
|
#
|
4511
4532
|
class GetInvalidationResult < Struct.new(
|
4512
4533
|
:invalidation)
|
@@ -4524,7 +4545,7 @@ module Aws::CloudFront
|
|
4524
4545
|
# Request the ID for the public key configuration.
|
4525
4546
|
# @return [String]
|
4526
4547
|
#
|
4527
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
4548
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/GetPublicKeyConfigRequest AWS API Documentation
|
4528
4549
|
#
|
4529
4550
|
class GetPublicKeyConfigRequest < Struct.new(
|
4530
4551
|
:id)
|
@@ -4540,7 +4561,7 @@ module Aws::CloudFront
|
|
4540
4561
|
# `E2QWRUHAPOMQZL`.
|
4541
4562
|
# @return [String]
|
4542
4563
|
#
|
4543
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
4564
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/GetPublicKeyConfigResult AWS API Documentation
|
4544
4565
|
#
|
4545
4566
|
class GetPublicKeyConfigResult < Struct.new(
|
4546
4567
|
:public_key_config,
|
@@ -4559,7 +4580,7 @@ module Aws::CloudFront
|
|
4559
4580
|
# Request the ID for the public key.
|
4560
4581
|
# @return [String]
|
4561
4582
|
#
|
4562
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
4583
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/GetPublicKeyRequest AWS API Documentation
|
4563
4584
|
#
|
4564
4585
|
class GetPublicKeyRequest < Struct.new(
|
4565
4586
|
:id)
|
@@ -4575,7 +4596,7 @@ module Aws::CloudFront
|
|
4575
4596
|
# `E2QWRUHAPOMQZL`.
|
4576
4597
|
# @return [String]
|
4577
4598
|
#
|
4578
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
4599
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/GetPublicKeyResult AWS API Documentation
|
4579
4600
|
#
|
4580
4601
|
class GetPublicKeyResult < Struct.new(
|
4581
4602
|
:public_key,
|
@@ -4596,7 +4617,7 @@ module Aws::CloudFront
|
|
4596
4617
|
# The streaming distribution's ID.
|
4597
4618
|
# @return [String]
|
4598
4619
|
#
|
4599
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
4620
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/GetStreamingDistributionConfigRequest AWS API Documentation
|
4600
4621
|
#
|
4601
4622
|
class GetStreamingDistributionConfigRequest < Struct.new(
|
4602
4623
|
:id)
|
@@ -4614,7 +4635,7 @@ module Aws::CloudFront
|
|
4614
4635
|
# `E2QWRUHAPOMQZL`.
|
4615
4636
|
# @return [String]
|
4616
4637
|
#
|
4617
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
4638
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/GetStreamingDistributionConfigResult AWS API Documentation
|
4618
4639
|
#
|
4619
4640
|
class GetStreamingDistributionConfigResult < Struct.new(
|
4620
4641
|
:streaming_distribution_config,
|
@@ -4635,7 +4656,7 @@ module Aws::CloudFront
|
|
4635
4656
|
# The streaming distribution's ID.
|
4636
4657
|
# @return [String]
|
4637
4658
|
#
|
4638
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
4659
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/GetStreamingDistributionRequest AWS API Documentation
|
4639
4660
|
#
|
4640
4661
|
class GetStreamingDistributionRequest < Struct.new(
|
4641
4662
|
:id)
|
@@ -4653,7 +4674,7 @@ module Aws::CloudFront
|
|
4653
4674
|
# For example: `E2QWRUHAPOMQZL`.
|
4654
4675
|
# @return [String]
|
4655
4676
|
#
|
4656
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
4677
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/GetStreamingDistributionResult AWS API Documentation
|
4657
4678
|
#
|
4658
4679
|
class GetStreamingDistributionResult < Struct.new(
|
4659
4680
|
:streaming_distribution,
|
@@ -4730,7 +4751,7 @@ module Aws::CloudFront
|
|
4730
4751
|
# `Quantity` is `0`, omit `Items`.
|
4731
4752
|
# @return [Array<String>]
|
4732
4753
|
#
|
4733
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
4754
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/Headers AWS API Documentation
|
4734
4755
|
#
|
4735
4756
|
class Headers < Struct.new(
|
4736
4757
|
:quantity,
|
@@ -4758,7 +4779,7 @@ module Aws::CloudFront
|
|
4758
4779
|
# The current invalidation information for the batch request.
|
4759
4780
|
# @return [Types::InvalidationBatch]
|
4760
4781
|
#
|
4761
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
4782
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/Invalidation AWS API Documentation
|
4762
4783
|
#
|
4763
4784
|
class Invalidation < Struct.new(
|
4764
4785
|
:id,
|
@@ -4813,7 +4834,7 @@ module Aws::CloudFront
|
|
4813
4834
|
# `InvalidationBatchAlreadyExists` error.
|
4814
4835
|
# @return [String]
|
4815
4836
|
#
|
4816
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
4837
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/InvalidationBatch AWS API Documentation
|
4817
4838
|
#
|
4818
4839
|
class InvalidationBatch < Struct.new(
|
4819
4840
|
:paths,
|
@@ -4861,7 +4882,7 @@ module Aws::CloudFront
|
|
4861
4882
|
# each invalidation batch created by the current AWS account.
|
4862
4883
|
# @return [Array<Types::InvalidationSummary>]
|
4863
4884
|
#
|
4864
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
4885
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/InvalidationList AWS API Documentation
|
4865
4886
|
#
|
4866
4887
|
class InvalidationList < Struct.new(
|
4867
4888
|
:marker,
|
@@ -4886,7 +4907,7 @@ module Aws::CloudFront
|
|
4886
4907
|
# The status of an invalidation request.
|
4887
4908
|
# @return [String]
|
4888
4909
|
#
|
4889
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
4910
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/InvalidationSummary AWS API Documentation
|
4890
4911
|
#
|
4891
4912
|
class InvalidationSummary < Struct.new(
|
4892
4913
|
:id,
|
@@ -4913,7 +4934,7 @@ module Aws::CloudFront
|
|
4913
4934
|
# For more information, see ActiveTrustedSigners.
|
4914
4935
|
# @return [Array<String>]
|
4915
4936
|
#
|
4916
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
4937
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/KeyPairIds AWS API Documentation
|
4917
4938
|
#
|
4918
4939
|
class KeyPairIds < Struct.new(
|
4919
4940
|
:quantity,
|
@@ -4929,6 +4950,7 @@ module Aws::CloudFront
|
|
4929
4950
|
# {
|
4930
4951
|
# lambda_function_arn: "LambdaFunctionARN", # required
|
4931
4952
|
# event_type: "viewer-request", # required, accepts viewer-request, viewer-response, origin-request, origin-response
|
4953
|
+
# include_body: false,
|
4932
4954
|
# }
|
4933
4955
|
#
|
4934
4956
|
# @!attribute [rw] lambda_function_arn
|
@@ -4964,11 +4986,22 @@ module Aws::CloudFront
|
|
4964
4986
|
# (OK), the function doesn't execute.
|
4965
4987
|
# @return [String]
|
4966
4988
|
#
|
4967
|
-
#
|
4989
|
+
# @!attribute [rw] include_body
|
4990
|
+
# A flag that allows a Lambda function to have read access to the body
|
4991
|
+
# content. For more information, see [Accessing Body Content][1] in
|
4992
|
+
# the Amazon CloudFront Developer Guide.
|
4993
|
+
#
|
4994
|
+
#
|
4995
|
+
#
|
4996
|
+
# [1]: http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/
|
4997
|
+
# @return [Boolean]
|
4998
|
+
#
|
4999
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/LambdaFunctionAssociation AWS API Documentation
|
4968
5000
|
#
|
4969
5001
|
class LambdaFunctionAssociation < Struct.new(
|
4970
5002
|
:lambda_function_arn,
|
4971
|
-
:event_type
|
5003
|
+
:event_type,
|
5004
|
+
:include_body)
|
4972
5005
|
include Aws::Structure
|
4973
5006
|
end
|
4974
5007
|
|
@@ -4994,6 +5027,7 @@ module Aws::CloudFront
|
|
4994
5027
|
# {
|
4995
5028
|
# lambda_function_arn: "LambdaFunctionARN", # required
|
4996
5029
|
# event_type: "viewer-request", # required, accepts viewer-request, viewer-response, origin-request, origin-response
|
5030
|
+
# include_body: false,
|
4997
5031
|
# },
|
4998
5032
|
# ],
|
4999
5033
|
# }
|
@@ -5008,7 +5042,7 @@ module Aws::CloudFront
|
|
5008
5042
|
# `Quantity` is `0`, you can omit `Items`.
|
5009
5043
|
# @return [Array<Types::LambdaFunctionAssociation>]
|
5010
5044
|
#
|
5011
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
5045
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/LambdaFunctionAssociations AWS API Documentation
|
5012
5046
|
#
|
5013
5047
|
class LambdaFunctionAssociations < Struct.new(
|
5014
5048
|
:quantity,
|
@@ -5040,7 +5074,7 @@ module Aws::CloudFront
|
|
5040
5074
|
# response body.
|
5041
5075
|
# @return [Integer]
|
5042
5076
|
#
|
5043
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
5077
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/ListCloudFrontOriginAccessIdentitiesRequest AWS API Documentation
|
5044
5078
|
#
|
5045
5079
|
class ListCloudFrontOriginAccessIdentitiesRequest < Struct.new(
|
5046
5080
|
:marker,
|
@@ -5054,7 +5088,7 @@ module Aws::CloudFront
|
|
5054
5088
|
# The `CloudFrontOriginAccessIdentityList` type.
|
5055
5089
|
# @return [Types::CloudFrontOriginAccessIdentityList]
|
5056
5090
|
#
|
5057
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
5091
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/ListCloudFrontOriginAccessIdentitiesResult AWS API Documentation
|
5058
5092
|
#
|
5059
5093
|
class ListCloudFrontOriginAccessIdentitiesResult < Struct.new(
|
5060
5094
|
:cloud_front_origin_access_identity_list)
|
@@ -5095,7 +5129,7 @@ module Aws::CloudFront
|
|
5095
5129
|
# web ACL.
|
5096
5130
|
# @return [String]
|
5097
5131
|
#
|
5098
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
5132
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/ListDistributionsByWebACLIdRequest AWS API Documentation
|
5099
5133
|
#
|
5100
5134
|
class ListDistributionsByWebACLIdRequest < Struct.new(
|
5101
5135
|
:marker,
|
@@ -5111,7 +5145,7 @@ module Aws::CloudFront
|
|
5111
5145
|
# The `DistributionList` type.
|
5112
5146
|
# @return [Types::DistributionList]
|
5113
5147
|
#
|
5114
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
5148
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/ListDistributionsByWebACLIdResult AWS API Documentation
|
5115
5149
|
#
|
5116
5150
|
class ListDistributionsByWebACLIdResult < Struct.new(
|
5117
5151
|
:distribution_list)
|
@@ -5141,7 +5175,7 @@ module Aws::CloudFront
|
|
5141
5175
|
# The maximum number of distributions you want in the response body.
|
5142
5176
|
# @return [Integer]
|
5143
5177
|
#
|
5144
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
5178
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/ListDistributionsRequest AWS API Documentation
|
5145
5179
|
#
|
5146
5180
|
class ListDistributionsRequest < Struct.new(
|
5147
5181
|
:marker,
|
@@ -5155,7 +5189,7 @@ module Aws::CloudFront
|
|
5155
5189
|
# The `DistributionList` type.
|
5156
5190
|
# @return [Types::DistributionList]
|
5157
5191
|
#
|
5158
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
5192
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/ListDistributionsResult AWS API Documentation
|
5159
5193
|
#
|
5160
5194
|
class ListDistributionsResult < Struct.new(
|
5161
5195
|
:distribution_list)
|
@@ -5184,7 +5218,7 @@ module Aws::CloudFront
|
|
5184
5218
|
# in the response body.
|
5185
5219
|
# @return [Integer]
|
5186
5220
|
#
|
5187
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
5221
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/ListFieldLevelEncryptionConfigsRequest AWS API Documentation
|
5188
5222
|
#
|
5189
5223
|
class ListFieldLevelEncryptionConfigsRequest < Struct.new(
|
5190
5224
|
:marker,
|
@@ -5197,7 +5231,7 @@ module Aws::CloudFront
|
|
5197
5231
|
# have been created in CloudFront for this account.
|
5198
5232
|
# @return [Types::FieldLevelEncryptionList]
|
5199
5233
|
#
|
5200
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
5234
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/ListFieldLevelEncryptionConfigsResult AWS API Documentation
|
5201
5235
|
#
|
5202
5236
|
class ListFieldLevelEncryptionConfigsResult < Struct.new(
|
5203
5237
|
:field_level_encryption_list)
|
@@ -5225,7 +5259,7 @@ module Aws::CloudFront
|
|
5225
5259
|
# the response body.
|
5226
5260
|
# @return [Integer]
|
5227
5261
|
#
|
5228
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
5262
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/ListFieldLevelEncryptionProfilesRequest AWS API Documentation
|
5229
5263
|
#
|
5230
5264
|
class ListFieldLevelEncryptionProfilesRequest < Struct.new(
|
5231
5265
|
:marker,
|
@@ -5238,7 +5272,7 @@ module Aws::CloudFront
|
|
5238
5272
|
# created in CloudFront for this account.
|
5239
5273
|
# @return [Types::FieldLevelEncryptionProfileList]
|
5240
5274
|
#
|
5241
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
5275
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/ListFieldLevelEncryptionProfilesResult AWS API Documentation
|
5242
5276
|
#
|
5243
5277
|
class ListFieldLevelEncryptionProfilesResult < Struct.new(
|
5244
5278
|
:field_level_encryption_profile_list)
|
@@ -5276,7 +5310,7 @@ module Aws::CloudFront
|
|
5276
5310
|
# response body.
|
5277
5311
|
# @return [Integer]
|
5278
5312
|
#
|
5279
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
5313
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/ListInvalidationsRequest AWS API Documentation
|
5280
5314
|
#
|
5281
5315
|
class ListInvalidationsRequest < Struct.new(
|
5282
5316
|
:distribution_id,
|
@@ -5291,7 +5325,7 @@ module Aws::CloudFront
|
|
5291
5325
|
# Information about invalidation batches.
|
5292
5326
|
# @return [Types::InvalidationList]
|
5293
5327
|
#
|
5294
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
5328
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/ListInvalidationsResult AWS API Documentation
|
5295
5329
|
#
|
5296
5330
|
class ListInvalidationsResult < Struct.new(
|
5297
5331
|
:invalidation_list)
|
@@ -5319,7 +5353,7 @@ module Aws::CloudFront
|
|
5319
5353
|
# The maximum number of public keys you want in the response body.
|
5320
5354
|
# @return [Integer]
|
5321
5355
|
#
|
5322
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
5356
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/ListPublicKeysRequest AWS API Documentation
|
5323
5357
|
#
|
5324
5358
|
class ListPublicKeysRequest < Struct.new(
|
5325
5359
|
:marker,
|
@@ -5332,7 +5366,7 @@ module Aws::CloudFront
|
|
5332
5366
|
# for this account.
|
5333
5367
|
# @return [Types::PublicKeyList]
|
5334
5368
|
#
|
5335
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
5369
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/ListPublicKeysResult AWS API Documentation
|
5336
5370
|
#
|
5337
5371
|
class ListPublicKeysResult < Struct.new(
|
5338
5372
|
:public_key_list)
|
@@ -5357,7 +5391,7 @@ module Aws::CloudFront
|
|
5357
5391
|
# The value that you provided for the `MaxItems` request parameter.
|
5358
5392
|
# @return [Integer]
|
5359
5393
|
#
|
5360
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
5394
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/ListStreamingDistributionsRequest AWS API Documentation
|
5361
5395
|
#
|
5362
5396
|
class ListStreamingDistributionsRequest < Struct.new(
|
5363
5397
|
:marker,
|
@@ -5371,7 +5405,7 @@ module Aws::CloudFront
|
|
5371
5405
|
# The `StreamingDistributionList` type.
|
5372
5406
|
# @return [Types::StreamingDistributionList]
|
5373
5407
|
#
|
5374
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
5408
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/ListStreamingDistributionsResult AWS API Documentation
|
5375
5409
|
#
|
5376
5410
|
class ListStreamingDistributionsResult < Struct.new(
|
5377
5411
|
:streaming_distribution_list)
|
@@ -5391,7 +5425,7 @@ module Aws::CloudFront
|
|
5391
5425
|
# An ARN of a CloudFront resource.
|
5392
5426
|
# @return [String]
|
5393
5427
|
#
|
5394
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
5428
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/ListTagsForResourceRequest AWS API Documentation
|
5395
5429
|
#
|
5396
5430
|
class ListTagsForResourceRequest < Struct.new(
|
5397
5431
|
:resource)
|
@@ -5404,7 +5438,7 @@ module Aws::CloudFront
|
|
5404
5438
|
# A complex type that contains zero or more `Tag` elements.
|
5405
5439
|
# @return [Types::Tags]
|
5406
5440
|
#
|
5407
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
5441
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/ListTagsForResourceResult AWS API Documentation
|
5408
5442
|
#
|
5409
5443
|
class ListTagsForResourceResult < Struct.new(
|
5410
5444
|
:tags)
|
@@ -5457,7 +5491,7 @@ module Aws::CloudFront
|
|
5457
5491
|
# element.
|
5458
5492
|
# @return [String]
|
5459
5493
|
#
|
5460
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
5494
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/LoggingConfig AWS API Documentation
|
5461
5495
|
#
|
5462
5496
|
class LoggingConfig < Struct.new(
|
5463
5497
|
:enabled,
|
@@ -5532,7 +5566,9 @@ module Aws::CloudFront
|
|
5532
5566
|
# @!attribute [rw] domain_name
|
5533
5567
|
# **Amazon S3 origins**\: The DNS name of the Amazon S3 bucket from
|
5534
5568
|
# which you want CloudFront to get objects for this origin, for
|
5535
|
-
# example, `myawsbucket.s3.amazonaws.com`.
|
5569
|
+
# example, `myawsbucket.s3.amazonaws.com`. If you set up your bucket
|
5570
|
+
# to be configured as a website endpoint, enter the Amazon S3 static
|
5571
|
+
# website hosting endpoint for the bucket.
|
5536
5572
|
#
|
5537
5573
|
# Constraints for Amazon S3 origins:
|
5538
5574
|
#
|
@@ -5602,7 +5638,7 @@ module Aws::CloudFront
|
|
5602
5638
|
# instead.
|
5603
5639
|
# @return [Types::CustomOriginConfig]
|
5604
5640
|
#
|
5605
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
5641
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/Origin AWS API Documentation
|
5606
5642
|
#
|
5607
5643
|
class Origin < Struct.new(
|
5608
5644
|
:id,
|
@@ -5641,7 +5677,7 @@ module Aws::CloudFront
|
|
5641
5677
|
# field.
|
5642
5678
|
# @return [String]
|
5643
5679
|
#
|
5644
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
5680
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/OriginCustomHeader AWS API Documentation
|
5645
5681
|
#
|
5646
5682
|
class OriginCustomHeader < Struct.new(
|
5647
5683
|
:header_name,
|
@@ -5671,7 +5707,7 @@ module Aws::CloudFront
|
|
5671
5707
|
# distribution.
|
5672
5708
|
# @return [Array<String>]
|
5673
5709
|
#
|
5674
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
5710
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/OriginSslProtocols AWS API Documentation
|
5675
5711
|
#
|
5676
5712
|
class OriginSslProtocols < Struct.new(
|
5677
5713
|
:quantity,
|
@@ -5727,7 +5763,7 @@ module Aws::CloudFront
|
|
5727
5763
|
# A complex type that contains origins for this distribution.
|
5728
5764
|
# @return [Array<Types::Origin>]
|
5729
5765
|
#
|
5730
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
5766
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/Origins AWS API Documentation
|
5731
5767
|
#
|
5732
5768
|
class Origins < Struct.new(
|
5733
5769
|
:quantity,
|
@@ -5760,7 +5796,7 @@ module Aws::CloudFront
|
|
5760
5796
|
# invalidate.
|
5761
5797
|
# @return [Array<String>]
|
5762
5798
|
#
|
5763
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
5799
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/Paths AWS API Documentation
|
5764
5800
|
#
|
5765
5801
|
class Paths < Struct.new(
|
5766
5802
|
:quantity,
|
@@ -5784,7 +5820,7 @@ module Aws::CloudFront
|
|
5784
5820
|
# with features like field-level encryption.
|
5785
5821
|
# @return [Types::PublicKeyConfig]
|
5786
5822
|
#
|
5787
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
5823
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/PublicKey AWS API Documentation
|
5788
5824
|
#
|
5789
5825
|
class PublicKey < Struct.new(
|
5790
5826
|
:id,
|
@@ -5824,7 +5860,7 @@ module Aws::CloudFront
|
|
5824
5860
|
# An optional comment about a public key.
|
5825
5861
|
# @return [String]
|
5826
5862
|
#
|
5827
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
5863
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/PublicKeyConfig AWS API Documentation
|
5828
5864
|
#
|
5829
5865
|
class PublicKeyConfig < Struct.new(
|
5830
5866
|
:caller_reference,
|
@@ -5857,7 +5893,7 @@ module Aws::CloudFront
|
|
5857
5893
|
# use with features like field-level encryption.
|
5858
5894
|
# @return [Array<Types::PublicKeySummary>]
|
5859
5895
|
#
|
5860
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
5896
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/PublicKeyList AWS API Documentation
|
5861
5897
|
#
|
5862
5898
|
class PublicKeyList < Struct.new(
|
5863
5899
|
:next_marker,
|
@@ -5889,7 +5925,7 @@ module Aws::CloudFront
|
|
5889
5925
|
# Comment for public key information summary.
|
5890
5926
|
# @return [String]
|
5891
5927
|
#
|
5892
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
5928
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/PublicKeySummary AWS API Documentation
|
5893
5929
|
#
|
5894
5930
|
class PublicKeySummary < Struct.new(
|
5895
5931
|
:id,
|
@@ -5920,7 +5956,7 @@ module Aws::CloudFront
|
|
5920
5956
|
# argument-profile mapping
|
5921
5957
|
# @return [String]
|
5922
5958
|
#
|
5923
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
5959
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/QueryArgProfile AWS API Documentation
|
5924
5960
|
#
|
5925
5961
|
class QueryArgProfile < Struct.new(
|
5926
5962
|
:query_arg,
|
@@ -5958,7 +5994,7 @@ module Aws::CloudFront
|
|
5958
5994
|
# field-level encryption.
|
5959
5995
|
# @return [Types::QueryArgProfiles]
|
5960
5996
|
#
|
5961
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
5997
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/QueryArgProfileConfig AWS API Documentation
|
5962
5998
|
#
|
5963
5999
|
class QueryArgProfileConfig < Struct.new(
|
5964
6000
|
:forward_when_query_arg_profile_is_unknown,
|
@@ -5991,7 +6027,7 @@ module Aws::CloudFront
|
|
5991
6027
|
# encryption.
|
5992
6028
|
# @return [Array<Types::QueryArgProfile>]
|
5993
6029
|
#
|
5994
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
6030
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/QueryArgProfiles AWS API Documentation
|
5995
6031
|
#
|
5996
6032
|
class QueryArgProfiles < Struct.new(
|
5997
6033
|
:quantity,
|
@@ -6018,7 +6054,7 @@ module Aws::CloudFront
|
|
6018
6054
|
# behavior. If `Quantity` is 0, you can omit `Items`.
|
6019
6055
|
# @return [Array<String>]
|
6020
6056
|
#
|
6021
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
6057
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/QueryStringCacheKeys AWS API Documentation
|
6022
6058
|
#
|
6023
6059
|
class QueryStringCacheKeys < Struct.new(
|
6024
6060
|
:quantity,
|
@@ -6046,7 +6082,7 @@ module Aws::CloudFront
|
|
6046
6082
|
# `MaxMind` GeoIP databases.
|
6047
6083
|
# @return [Types::GeoRestriction]
|
6048
6084
|
#
|
6049
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
6085
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/Restrictions AWS API Documentation
|
6050
6086
|
#
|
6051
6087
|
class Restrictions < Struct.new(
|
6052
6088
|
:geo_restriction)
|
@@ -6095,7 +6131,7 @@ module Aws::CloudFront
|
|
6095
6131
|
# [1]: http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-restricting-access-to-s3.html
|
6096
6132
|
# @return [String]
|
6097
6133
|
#
|
6098
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
6134
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/S3Origin AWS API Documentation
|
6099
6135
|
#
|
6100
6136
|
class S3Origin < Struct.new(
|
6101
6137
|
:domain_name,
|
@@ -6146,7 +6182,7 @@ module Aws::CloudFront
|
|
6146
6182
|
# [1]: http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html
|
6147
6183
|
# @return [String]
|
6148
6184
|
#
|
6149
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
6185
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/S3OriginConfig AWS API Documentation
|
6150
6186
|
#
|
6151
6187
|
class S3OriginConfig < Struct.new(
|
6152
6188
|
:origin_access_identity)
|
@@ -6171,7 +6207,7 @@ module Aws::CloudFront
|
|
6171
6207
|
# that are associated with `AwsAccountNumber`.
|
6172
6208
|
# @return [Types::KeyPairIds]
|
6173
6209
|
#
|
6174
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
6210
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/Signer AWS API Documentation
|
6175
6211
|
#
|
6176
6212
|
class Signer < Struct.new(
|
6177
6213
|
:aws_account_number,
|
@@ -6229,7 +6265,7 @@ module Aws::CloudFront
|
|
6229
6265
|
# The current configuration information for the RTMP distribution.
|
6230
6266
|
# @return [Types::StreamingDistributionConfig]
|
6231
6267
|
#
|
6232
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
6268
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/StreamingDistribution AWS API Documentation
|
6233
6269
|
#
|
6234
6270
|
class StreamingDistribution < Struct.new(
|
6235
6271
|
:id,
|
@@ -6330,7 +6366,7 @@ module Aws::CloudFront
|
|
6330
6366
|
# requests for content.
|
6331
6367
|
# @return [Boolean]
|
6332
6368
|
#
|
6333
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
6369
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/StreamingDistributionConfig AWS API Documentation
|
6334
6370
|
#
|
6335
6371
|
class StreamingDistributionConfig < Struct.new(
|
6336
6372
|
:caller_reference,
|
@@ -6393,7 +6429,7 @@ module Aws::CloudFront
|
|
6393
6429
|
# A complex type that contains zero or more `Tag` elements.
|
6394
6430
|
# @return [Types::Tags]
|
6395
6431
|
#
|
6396
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
6432
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/StreamingDistributionConfigWithTags AWS API Documentation
|
6397
6433
|
#
|
6398
6434
|
class StreamingDistributionConfigWithTags < Struct.new(
|
6399
6435
|
:streaming_distribution_config,
|
@@ -6435,7 +6471,7 @@ module Aws::CloudFront
|
|
6435
6471
|
# account.
|
6436
6472
|
# @return [Array<Types::StreamingDistributionSummary>]
|
6437
6473
|
#
|
6438
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
6474
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/StreamingDistributionList AWS API Documentation
|
6439
6475
|
#
|
6440
6476
|
class StreamingDistributionList < Struct.new(
|
6441
6477
|
:marker,
|
@@ -6514,7 +6550,7 @@ module Aws::CloudFront
|
|
6514
6550
|
# content.
|
6515
6551
|
# @return [Boolean]
|
6516
6552
|
#
|
6517
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
6553
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/StreamingDistributionSummary AWS API Documentation
|
6518
6554
|
#
|
6519
6555
|
class StreamingDistributionSummary < Struct.new(
|
6520
6556
|
:id,
|
@@ -6566,7 +6602,7 @@ module Aws::CloudFront
|
|
6566
6602
|
# in the `Logging` element.
|
6567
6603
|
# @return [String]
|
6568
6604
|
#
|
6569
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
6605
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/StreamingLoggingConfig AWS API Documentation
|
6570
6606
|
#
|
6571
6607
|
class StreamingLoggingConfig < Struct.new(
|
6572
6608
|
:enabled,
|
@@ -6601,7 +6637,7 @@ module Aws::CloudFront
|
|
6601
6637
|
# characters `_ - . : / = + @`.
|
6602
6638
|
# @return [String]
|
6603
6639
|
#
|
6604
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
6640
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/Tag AWS API Documentation
|
6605
6641
|
#
|
6606
6642
|
class Tag < Struct.new(
|
6607
6643
|
:key,
|
@@ -6622,7 +6658,7 @@ module Aws::CloudFront
|
|
6622
6658
|
# A complex type that contains `Tag` key elements.
|
6623
6659
|
# @return [Array<String>]
|
6624
6660
|
#
|
6625
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
6661
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/TagKeys AWS API Documentation
|
6626
6662
|
#
|
6627
6663
|
class TagKeys < Struct.new(
|
6628
6664
|
:items)
|
@@ -6654,7 +6690,7 @@ module Aws::CloudFront
|
|
6654
6690
|
# A complex type that contains zero or more `Tag` elements.
|
6655
6691
|
# @return [Types::Tags]
|
6656
6692
|
#
|
6657
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
6693
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/TagResourceRequest AWS API Documentation
|
6658
6694
|
#
|
6659
6695
|
class TagResourceRequest < Struct.new(
|
6660
6696
|
:resource,
|
@@ -6680,7 +6716,7 @@ module Aws::CloudFront
|
|
6680
6716
|
# A complex type that contains `Tag` elements.
|
6681
6717
|
# @return [Array<Types::Tag>]
|
6682
6718
|
#
|
6683
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
6719
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/Tags AWS API Documentation
|
6684
6720
|
#
|
6685
6721
|
class Tags < Struct.new(
|
6686
6722
|
:items)
|
@@ -6736,7 +6772,7 @@ module Aws::CloudFront
|
|
6736
6772
|
# cache behavior. If `Quantity` is `0`, you can omit `Items`.
|
6737
6773
|
# @return [Array<String>]
|
6738
6774
|
#
|
6739
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
6775
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/TrustedSigners AWS API Documentation
|
6740
6776
|
#
|
6741
6777
|
class TrustedSigners < Struct.new(
|
6742
6778
|
:enabled,
|
@@ -6765,7 +6801,7 @@ module Aws::CloudFront
|
|
6765
6801
|
# A complex type that contains zero or more `Tag` key elements.
|
6766
6802
|
# @return [Types::TagKeys]
|
6767
6803
|
#
|
6768
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
6804
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/UntagResourceRequest AWS API Documentation
|
6769
6805
|
#
|
6770
6806
|
class UntagResourceRequest < Struct.new(
|
6771
6807
|
:resource,
|
@@ -6800,7 +6836,7 @@ module Aws::CloudFront
|
|
6800
6836
|
# identity's configuration. For example: `E2QWRUHAPOMQZL`.
|
6801
6837
|
# @return [String]
|
6802
6838
|
#
|
6803
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
6839
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/UpdateCloudFrontOriginAccessIdentityRequest AWS API Documentation
|
6804
6840
|
#
|
6805
6841
|
class UpdateCloudFrontOriginAccessIdentityRequest < Struct.new(
|
6806
6842
|
:cloud_front_origin_access_identity_config,
|
@@ -6820,7 +6856,7 @@ module Aws::CloudFront
|
|
6820
6856
|
# `E2QWRUHAPOMQZL`.
|
6821
6857
|
# @return [String]
|
6822
6858
|
#
|
6823
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
6859
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/UpdateCloudFrontOriginAccessIdentityResult AWS API Documentation
|
6824
6860
|
#
|
6825
6861
|
class UpdateCloudFrontOriginAccessIdentityResult < Struct.new(
|
6826
6862
|
:cloud_front_origin_access_identity,
|
@@ -6919,6 +6955,7 @@ module Aws::CloudFront
|
|
6919
6955
|
# {
|
6920
6956
|
# lambda_function_arn: "LambdaFunctionARN", # required
|
6921
6957
|
# event_type: "viewer-request", # required, accepts viewer-request, viewer-response, origin-request, origin-response
|
6958
|
+
# include_body: false,
|
6922
6959
|
# },
|
6923
6960
|
# ],
|
6924
6961
|
# },
|
@@ -6973,6 +7010,7 @@ module Aws::CloudFront
|
|
6973
7010
|
# {
|
6974
7011
|
# lambda_function_arn: "LambdaFunctionARN", # required
|
6975
7012
|
# event_type: "viewer-request", # required, accepts viewer-request, viewer-response, origin-request, origin-response
|
7013
|
+
# include_body: false,
|
6976
7014
|
# },
|
6977
7015
|
# ],
|
6978
7016
|
# },
|
@@ -7037,7 +7075,7 @@ module Aws::CloudFront
|
|
7037
7075
|
# distribution's configuration. For example: `E2QWRUHAPOMQZL`.
|
7038
7076
|
# @return [String]
|
7039
7077
|
#
|
7040
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
7078
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/UpdateDistributionRequest AWS API Documentation
|
7041
7079
|
#
|
7042
7080
|
class UpdateDistributionRequest < Struct.new(
|
7043
7081
|
:distribution_config,
|
@@ -7057,7 +7095,7 @@ module Aws::CloudFront
|
|
7057
7095
|
# `E2QWRUHAPOMQZL`.
|
7058
7096
|
# @return [String]
|
7059
7097
|
#
|
7060
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
7098
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/UpdateDistributionResult AWS API Documentation
|
7061
7099
|
#
|
7062
7100
|
class UpdateDistributionResult < Struct.new(
|
7063
7101
|
:distribution,
|
@@ -7115,7 +7153,7 @@ module Aws::CloudFront
|
|
7115
7153
|
# configuration identity to update. For example: `E2QWRUHAPOMQZL`.
|
7116
7154
|
# @return [String]
|
7117
7155
|
#
|
7118
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
7156
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/UpdateFieldLevelEncryptionConfigRequest AWS API Documentation
|
7119
7157
|
#
|
7120
7158
|
class UpdateFieldLevelEncryptionConfigRequest < Struct.new(
|
7121
7159
|
:field_level_encryption_config,
|
@@ -7133,7 +7171,7 @@ module Aws::CloudFront
|
|
7133
7171
|
# configuration. For example: `E2QWRUHAPOMQZL`.
|
7134
7172
|
# @return [String]
|
7135
7173
|
#
|
7136
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
7174
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/UpdateFieldLevelEncryptionConfigResult AWS API Documentation
|
7137
7175
|
#
|
7138
7176
|
class UpdateFieldLevelEncryptionConfigResult < Struct.new(
|
7139
7177
|
:field_level_encryption,
|
@@ -7180,7 +7218,7 @@ module Aws::CloudFront
|
|
7180
7218
|
# profile identity to update. For example: `E2QWRUHAPOMQZL`.
|
7181
7219
|
# @return [String]
|
7182
7220
|
#
|
7183
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
7221
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/UpdateFieldLevelEncryptionProfileRequest AWS API Documentation
|
7184
7222
|
#
|
7185
7223
|
class UpdateFieldLevelEncryptionProfileRequest < Struct.new(
|
7186
7224
|
:field_level_encryption_profile_config,
|
@@ -7197,7 +7235,7 @@ module Aws::CloudFront
|
|
7197
7235
|
# The result of the field-level encryption profile request.
|
7198
7236
|
# @return [String]
|
7199
7237
|
#
|
7200
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
7238
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/UpdateFieldLevelEncryptionProfileResult AWS API Documentation
|
7201
7239
|
#
|
7202
7240
|
class UpdateFieldLevelEncryptionProfileResult < Struct.new(
|
7203
7241
|
:field_level_encryption_profile,
|
@@ -7232,7 +7270,7 @@ module Aws::CloudFront
|
|
7232
7270
|
# public key to update. For example: `E2QWRUHAPOMQZL`.
|
7233
7271
|
# @return [String]
|
7234
7272
|
#
|
7235
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
7273
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/UpdatePublicKeyRequest AWS API Documentation
|
7236
7274
|
#
|
7237
7275
|
class UpdatePublicKeyRequest < Struct.new(
|
7238
7276
|
:public_key_config,
|
@@ -7250,7 +7288,7 @@ module Aws::CloudFront
|
|
7250
7288
|
# `E2QWRUHAPOMQZL`.
|
7251
7289
|
# @return [String]
|
7252
7290
|
#
|
7253
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
7291
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/UpdatePublicKeyResult AWS API Documentation
|
7254
7292
|
#
|
7255
7293
|
class UpdatePublicKeyResult < Struct.new(
|
7256
7294
|
:public_key,
|
@@ -7306,7 +7344,7 @@ module Aws::CloudFront
|
|
7306
7344
|
# `E2QWRUHAPOMQZL`.
|
7307
7345
|
# @return [String]
|
7308
7346
|
#
|
7309
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
7347
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/UpdateStreamingDistributionRequest AWS API Documentation
|
7310
7348
|
#
|
7311
7349
|
class UpdateStreamingDistributionRequest < Struct.new(
|
7312
7350
|
:streaming_distribution_config,
|
@@ -7326,7 +7364,7 @@ module Aws::CloudFront
|
|
7326
7364
|
# `E2QWRUHAPOMQZL`.
|
7327
7365
|
# @return [String]
|
7328
7366
|
#
|
7329
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
7367
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/UpdateStreamingDistributionResult AWS API Documentation
|
7330
7368
|
#
|
7331
7369
|
class UpdateStreamingDistributionResult < Struct.new(
|
7332
7370
|
:streaming_distribution,
|
@@ -7564,7 +7602,7 @@ module Aws::CloudFront
|
|
7564
7602
|
# * ViewerCertificate$CloudFrontDefaultCertificate
|
7565
7603
|
# @return [String]
|
7566
7604
|
#
|
7567
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-
|
7605
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-06-18/ViewerCertificate AWS API Documentation
|
7568
7606
|
#
|
7569
7607
|
class ViewerCertificate < Struct.new(
|
7570
7608
|
:cloud_front_default_certificate,
|