aws-sdk-cloudfront 1.10.1 → 1.11.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 +184 -49
- data/lib/aws-sdk-cloudfront/client_api.rb +155 -111
- data/lib/aws-sdk-cloudfront/types.rb +537 -411
- metadata +4 -4
@@ -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-2018-
|
53
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/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-2018-
|
83
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/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-2018-
|
146
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/AllowedMethods AWS API Documentation
|
147
147
|
#
|
148
148
|
class AllowedMethods < Struct.new(
|
149
149
|
:quantity,
|
@@ -440,7 +440,7 @@ module Aws::CloudFront
|
|
440
440
|
# distribution.
|
441
441
|
# @return [String]
|
442
442
|
#
|
443
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
443
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/CacheBehavior AWS API Documentation
|
444
444
|
#
|
445
445
|
class CacheBehavior < Struct.new(
|
446
446
|
:path_pattern,
|
@@ -531,7 +531,7 @@ module Aws::CloudFront
|
|
531
531
|
# distribution. If `Quantity` is `0`, you can omit `Items`.
|
532
532
|
# @return [Array<Types::CacheBehavior>]
|
533
533
|
#
|
534
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
534
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/CacheBehaviors AWS API Documentation
|
535
535
|
#
|
536
536
|
class CacheBehaviors < Struct.new(
|
537
537
|
:quantity,
|
@@ -572,7 +572,7 @@ module Aws::CloudFront
|
|
572
572
|
# CloudFront to cache responses to.
|
573
573
|
# @return [Array<String>]
|
574
574
|
#
|
575
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
575
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/CachedMethods AWS API Documentation
|
576
576
|
#
|
577
577
|
class CachedMethods < Struct.new(
|
578
578
|
:quantity,
|
@@ -597,7 +597,7 @@ module Aws::CloudFront
|
|
597
597
|
# The current configuration information for the identity.
|
598
598
|
# @return [Types::CloudFrontOriginAccessIdentityConfig]
|
599
599
|
#
|
600
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
600
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/CloudFrontOriginAccessIdentity AWS API Documentation
|
601
601
|
#
|
602
602
|
class CloudFrontOriginAccessIdentity < Struct.new(
|
603
603
|
:id,
|
@@ -618,11 +618,12 @@ module Aws::CloudFront
|
|
618
618
|
# }
|
619
619
|
#
|
620
620
|
# @!attribute [rw] caller_reference
|
621
|
-
# A unique
|
621
|
+
# A unique value (for example, a date-time stamp) that ensures that
|
622
|
+
# the request can't be replayed.
|
622
623
|
#
|
623
|
-
# If the `CallerReference` is new (
|
624
|
-
# `CloudFrontOriginAccessIdentityConfig` object), a new origin
|
625
|
-
# identity is created.
|
624
|
+
# If the value of `CallerReference` is new (regardless of the content
|
625
|
+
# of the `CloudFrontOriginAccessIdentityConfig` object), a new origin
|
626
|
+
# access identity is created.
|
626
627
|
#
|
627
628
|
# If the `CallerReference` is a value already sent in a previous
|
628
629
|
# identity request, and the content of the
|
@@ -641,7 +642,7 @@ module Aws::CloudFront
|
|
641
642
|
# Any comments you want to include about the origin access identity.
|
642
643
|
# @return [String]
|
643
644
|
#
|
644
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
645
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/CloudFrontOriginAccessIdentityConfig AWS API Documentation
|
645
646
|
#
|
646
647
|
class CloudFrontOriginAccessIdentityConfig < Struct.new(
|
647
648
|
:caller_reference,
|
@@ -695,7 +696,7 @@ module Aws::CloudFront
|
|
695
696
|
# access identity that was created by the current AWS account.
|
696
697
|
# @return [Array<Types::CloudFrontOriginAccessIdentitySummary>]
|
697
698
|
#
|
698
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
699
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/CloudFrontOriginAccessIdentityList AWS API Documentation
|
699
700
|
#
|
700
701
|
class CloudFrontOriginAccessIdentityList < Struct.new(
|
701
702
|
:marker,
|
@@ -725,7 +726,7 @@ module Aws::CloudFront
|
|
725
726
|
# when created.
|
726
727
|
# @return [String]
|
727
728
|
#
|
728
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
729
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/CloudFrontOriginAccessIdentitySummary AWS API Documentation
|
729
730
|
#
|
730
731
|
class CloudFrontOriginAccessIdentitySummary < Struct.new(
|
731
732
|
:id,
|
@@ -760,7 +761,7 @@ module Aws::CloudFront
|
|
760
761
|
# mapping.
|
761
762
|
# @return [String]
|
762
763
|
#
|
763
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
764
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/ContentTypeProfile AWS API Documentation
|
764
765
|
#
|
765
766
|
class ContentTypeProfile < Struct.new(
|
766
767
|
:format,
|
@@ -801,7 +802,7 @@ module Aws::CloudFront
|
|
801
802
|
# The configuration for a field-level encryption content type-profile.
|
802
803
|
# @return [Types::ContentTypeProfiles]
|
803
804
|
#
|
804
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
805
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/ContentTypeProfileConfig AWS API Documentation
|
805
806
|
#
|
806
807
|
class ContentTypeProfileConfig < Struct.new(
|
807
808
|
:forward_when_content_type_is_unknown,
|
@@ -833,7 +834,7 @@ module Aws::CloudFront
|
|
833
834
|
# Items in a field-level encryption content type-profile mapping.
|
834
835
|
# @return [Array<Types::ContentTypeProfile>]
|
835
836
|
#
|
836
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
837
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/ContentTypeProfiles AWS API Documentation
|
837
838
|
#
|
838
839
|
class ContentTypeProfiles < Struct.new(
|
839
840
|
:quantity,
|
@@ -870,7 +871,7 @@ module Aws::CloudFront
|
|
870
871
|
# behavior.
|
871
872
|
# @return [Array<String>]
|
872
873
|
#
|
873
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
874
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/CookieNames AWS API Documentation
|
874
875
|
#
|
875
876
|
class CookieNames < Struct.new(
|
876
877
|
:quantity,
|
@@ -930,7 +931,7 @@ module Aws::CloudFront
|
|
930
931
|
# [1]: http://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html#limits_cloudfront
|
931
932
|
# @return [Types::CookieNames]
|
932
933
|
#
|
933
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
934
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/CookiePreference AWS API Documentation
|
934
935
|
#
|
935
936
|
class CookiePreference < Struct.new(
|
936
937
|
:forward,
|
@@ -954,7 +955,7 @@ module Aws::CloudFront
|
|
954
955
|
# The current configuration information for the identity.
|
955
956
|
# @return [Types::CloudFrontOriginAccessIdentityConfig]
|
956
957
|
#
|
957
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
958
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/CreateCloudFrontOriginAccessIdentityRequest AWS API Documentation
|
958
959
|
#
|
959
960
|
class CreateCloudFrontOriginAccessIdentityRequest < Struct.new(
|
960
961
|
:cloud_front_origin_access_identity_config)
|
@@ -977,7 +978,7 @@ module Aws::CloudFront
|
|
977
978
|
# The current version of the origin access identity created.
|
978
979
|
# @return [String]
|
979
980
|
#
|
980
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
981
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/CreateCloudFrontOriginAccessIdentityResult AWS API Documentation
|
981
982
|
#
|
982
983
|
class CreateCloudFrontOriginAccessIdentityResult < Struct.new(
|
983
984
|
:cloud_front_origin_access_identity,
|
@@ -1001,7 +1002,7 @@ module Aws::CloudFront
|
|
1001
1002
|
# default_root_object: "string",
|
1002
1003
|
# origins: { # required
|
1003
1004
|
# quantity: 1, # required
|
1004
|
-
# items: [
|
1005
|
+
# items: [ # required
|
1005
1006
|
# {
|
1006
1007
|
# id: "string", # required
|
1007
1008
|
# domain_name: "string", # required
|
@@ -1032,6 +1033,28 @@ module Aws::CloudFront
|
|
1032
1033
|
# },
|
1033
1034
|
# ],
|
1034
1035
|
# },
|
1036
|
+
# origin_groups: {
|
1037
|
+
# quantity: 1, # required
|
1038
|
+
# items: [
|
1039
|
+
# {
|
1040
|
+
# id: "string", # required
|
1041
|
+
# failover_criteria: { # required
|
1042
|
+
# status_codes: { # required
|
1043
|
+
# quantity: 1, # required
|
1044
|
+
# items: [1], # required
|
1045
|
+
# },
|
1046
|
+
# },
|
1047
|
+
# members: { # required
|
1048
|
+
# quantity: 1, # required
|
1049
|
+
# items: [ # required
|
1050
|
+
# {
|
1051
|
+
# origin_id: "string", # required
|
1052
|
+
# },
|
1053
|
+
# ],
|
1054
|
+
# },
|
1055
|
+
# },
|
1056
|
+
# ],
|
1057
|
+
# },
|
1035
1058
|
# default_cache_behavior: { # required
|
1036
1059
|
# target_origin_id: "string", # required
|
1037
1060
|
# forwarded_values: { # required
|
@@ -1186,7 +1209,7 @@ module Aws::CloudFront
|
|
1186
1209
|
# The distribution's configuration information.
|
1187
1210
|
# @return [Types::DistributionConfig]
|
1188
1211
|
#
|
1189
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
1212
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/CreateDistributionRequest AWS API Documentation
|
1190
1213
|
#
|
1191
1214
|
class CreateDistributionRequest < Struct.new(
|
1192
1215
|
:distribution_config)
|
@@ -1209,7 +1232,7 @@ module Aws::CloudFront
|
|
1209
1232
|
# The current version of the distribution created.
|
1210
1233
|
# @return [String]
|
1211
1234
|
#
|
1212
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
1235
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/CreateDistributionResult AWS API Documentation
|
1213
1236
|
#
|
1214
1237
|
class CreateDistributionResult < Struct.new(
|
1215
1238
|
:distribution,
|
@@ -1234,7 +1257,7 @@ module Aws::CloudFront
|
|
1234
1257
|
# default_root_object: "string",
|
1235
1258
|
# origins: { # required
|
1236
1259
|
# quantity: 1, # required
|
1237
|
-
# items: [
|
1260
|
+
# items: [ # required
|
1238
1261
|
# {
|
1239
1262
|
# id: "string", # required
|
1240
1263
|
# domain_name: "string", # required
|
@@ -1265,6 +1288,28 @@ module Aws::CloudFront
|
|
1265
1288
|
# },
|
1266
1289
|
# ],
|
1267
1290
|
# },
|
1291
|
+
# origin_groups: {
|
1292
|
+
# quantity: 1, # required
|
1293
|
+
# items: [
|
1294
|
+
# {
|
1295
|
+
# id: "string", # required
|
1296
|
+
# failover_criteria: { # required
|
1297
|
+
# status_codes: { # required
|
1298
|
+
# quantity: 1, # required
|
1299
|
+
# items: [1], # required
|
1300
|
+
# },
|
1301
|
+
# },
|
1302
|
+
# members: { # required
|
1303
|
+
# quantity: 1, # required
|
1304
|
+
# items: [ # required
|
1305
|
+
# {
|
1306
|
+
# origin_id: "string", # required
|
1307
|
+
# },
|
1308
|
+
# ],
|
1309
|
+
# },
|
1310
|
+
# },
|
1311
|
+
# ],
|
1312
|
+
# },
|
1268
1313
|
# default_cache_behavior: { # required
|
1269
1314
|
# target_origin_id: "string", # required
|
1270
1315
|
# forwarded_values: { # required
|
@@ -1428,7 +1473,7 @@ module Aws::CloudFront
|
|
1428
1473
|
# The distribution's configuration information.
|
1429
1474
|
# @return [Types::DistributionConfigWithTags]
|
1430
1475
|
#
|
1431
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
1476
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/CreateDistributionWithTagsRequest AWS API Documentation
|
1432
1477
|
#
|
1433
1478
|
class CreateDistributionWithTagsRequest < Struct.new(
|
1434
1479
|
:distribution_config_with_tags)
|
@@ -1451,7 +1496,7 @@ module Aws::CloudFront
|
|
1451
1496
|
# The current version of the distribution created.
|
1452
1497
|
# @return [String]
|
1453
1498
|
#
|
1454
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
1499
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/CreateDistributionWithTagsResult AWS API Documentation
|
1455
1500
|
#
|
1456
1501
|
class CreateDistributionWithTagsResult < Struct.new(
|
1457
1502
|
:distribution,
|
@@ -1499,7 +1544,7 @@ module Aws::CloudFront
|
|
1499
1544
|
# The request to create a new field-level encryption configuration.
|
1500
1545
|
# @return [Types::FieldLevelEncryptionConfig]
|
1501
1546
|
#
|
1502
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
1547
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/CreateFieldLevelEncryptionConfigRequest AWS API Documentation
|
1503
1548
|
#
|
1504
1549
|
class CreateFieldLevelEncryptionConfigRequest < Struct.new(
|
1505
1550
|
:field_level_encryption_config)
|
@@ -1521,7 +1566,7 @@ module Aws::CloudFront
|
|
1521
1566
|
# example: `E2QWRUHAPOMQZL`.
|
1522
1567
|
# @return [String]
|
1523
1568
|
#
|
1524
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
1569
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/CreateFieldLevelEncryptionConfigResult AWS API Documentation
|
1525
1570
|
#
|
1526
1571
|
class CreateFieldLevelEncryptionConfigResult < Struct.new(
|
1527
1572
|
:field_level_encryption,
|
@@ -1558,7 +1603,7 @@ module Aws::CloudFront
|
|
1558
1603
|
# The request to create a field-level encryption profile.
|
1559
1604
|
# @return [Types::FieldLevelEncryptionProfileConfig]
|
1560
1605
|
#
|
1561
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
1606
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/CreateFieldLevelEncryptionProfileRequest AWS API Documentation
|
1562
1607
|
#
|
1563
1608
|
class CreateFieldLevelEncryptionProfileRequest < Struct.new(
|
1564
1609
|
:field_level_encryption_profile_config)
|
@@ -1580,7 +1625,7 @@ module Aws::CloudFront
|
|
1580
1625
|
# example: `E2QWRUHAPOMQZL`.
|
1581
1626
|
# @return [String]
|
1582
1627
|
#
|
1583
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
1628
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/CreateFieldLevelEncryptionProfileResult AWS API Documentation
|
1584
1629
|
#
|
1585
1630
|
class CreateFieldLevelEncryptionProfileResult < Struct.new(
|
1586
1631
|
:field_level_encryption_profile,
|
@@ -1613,7 +1658,7 @@ module Aws::CloudFront
|
|
1613
1658
|
# The batch information for the invalidation.
|
1614
1659
|
# @return [Types::InvalidationBatch]
|
1615
1660
|
#
|
1616
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
1661
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/CreateInvalidationRequest AWS API Documentation
|
1617
1662
|
#
|
1618
1663
|
class CreateInvalidationRequest < Struct.new(
|
1619
1664
|
:distribution_id,
|
@@ -1632,7 +1677,7 @@ module Aws::CloudFront
|
|
1632
1677
|
# The invalidation's information.
|
1633
1678
|
# @return [Types::Invalidation]
|
1634
1679
|
#
|
1635
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
1680
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/CreateInvalidationResult AWS API Documentation
|
1636
1681
|
#
|
1637
1682
|
class CreateInvalidationResult < Struct.new(
|
1638
1683
|
:location,
|
@@ -1656,7 +1701,7 @@ module Aws::CloudFront
|
|
1656
1701
|
# The request to add a public key to CloudFront.
|
1657
1702
|
# @return [Types::PublicKeyConfig]
|
1658
1703
|
#
|
1659
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
1704
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/CreatePublicKeyRequest AWS API Documentation
|
1660
1705
|
#
|
1661
1706
|
class CreatePublicKeyRequest < Struct.new(
|
1662
1707
|
:public_key_config)
|
@@ -1678,7 +1723,7 @@ module Aws::CloudFront
|
|
1678
1723
|
# `E2QWRUHAPOMQZL`.
|
1679
1724
|
# @return [String]
|
1680
1725
|
#
|
1681
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
1726
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/CreatePublicKeyResult AWS API Documentation
|
1682
1727
|
#
|
1683
1728
|
class CreatePublicKeyResult < Struct.new(
|
1684
1729
|
:public_key,
|
@@ -1723,7 +1768,7 @@ module Aws::CloudFront
|
|
1723
1768
|
# The streaming distribution's configuration information.
|
1724
1769
|
# @return [Types::StreamingDistributionConfig]
|
1725
1770
|
#
|
1726
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
1771
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/CreateStreamingDistributionRequest AWS API Documentation
|
1727
1772
|
#
|
1728
1773
|
class CreateStreamingDistributionRequest < Struct.new(
|
1729
1774
|
:streaming_distribution_config)
|
@@ -1746,7 +1791,7 @@ module Aws::CloudFront
|
|
1746
1791
|
# The current version of the streaming distribution created.
|
1747
1792
|
# @return [String]
|
1748
1793
|
#
|
1749
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
1794
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/CreateStreamingDistributionResult AWS API Documentation
|
1750
1795
|
#
|
1751
1796
|
class CreateStreamingDistributionResult < Struct.new(
|
1752
1797
|
:streaming_distribution,
|
@@ -1801,7 +1846,7 @@ module Aws::CloudFront
|
|
1801
1846
|
# The streaming distribution's configuration information.
|
1802
1847
|
# @return [Types::StreamingDistributionConfigWithTags]
|
1803
1848
|
#
|
1804
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
1849
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/CreateStreamingDistributionWithTagsRequest AWS API Documentation
|
1805
1850
|
#
|
1806
1851
|
class CreateStreamingDistributionWithTagsRequest < Struct.new(
|
1807
1852
|
:streaming_distribution_config_with_tags)
|
@@ -1821,9 +1866,10 @@ module Aws::CloudFront
|
|
1821
1866
|
# @return [String]
|
1822
1867
|
#
|
1823
1868
|
# @!attribute [rw] etag
|
1869
|
+
# The current version of the distribution created.
|
1824
1870
|
# @return [String]
|
1825
1871
|
#
|
1826
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
1872
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/CreateStreamingDistributionWithTagsResult AWS API Documentation
|
1827
1873
|
#
|
1828
1874
|
class CreateStreamingDistributionWithTagsResult < Struct.new(
|
1829
1875
|
:streaming_distribution,
|
@@ -1934,7 +1980,7 @@ module Aws::CloudFront
|
|
1934
1980
|
# [1]: http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/custom-error-pages.html
|
1935
1981
|
# @return [Integer]
|
1936
1982
|
#
|
1937
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
1983
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/CustomErrorResponse AWS API Documentation
|
1938
1984
|
#
|
1939
1985
|
class CustomErrorResponse < Struct.new(
|
1940
1986
|
:error_code,
|
@@ -1987,7 +2033,7 @@ module Aws::CloudFront
|
|
1987
2033
|
# page and/or a caching duration.
|
1988
2034
|
# @return [Array<Types::CustomErrorResponse>]
|
1989
2035
|
#
|
1990
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
2036
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/CustomErrorResponses AWS API Documentation
|
1991
2037
|
#
|
1992
2038
|
class CustomErrorResponses < Struct.new(
|
1993
2039
|
:quantity,
|
@@ -2021,7 +2067,7 @@ module Aws::CloudFront
|
|
2021
2067
|
# origin. If Quantity is `0`, omit `Items`.
|
2022
2068
|
# @return [Array<Types::OriginCustomHeader>]
|
2023
2069
|
#
|
2024
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
2070
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/CustomHeaders AWS API Documentation
|
2025
2071
|
#
|
2026
2072
|
class CustomHeaders < Struct.new(
|
2027
2073
|
:quantity,
|
@@ -2092,7 +2138,7 @@ module Aws::CloudFront
|
|
2092
2138
|
# [1]: https://console.aws.amazon.com/support/home#/
|
2093
2139
|
# @return [Integer]
|
2094
2140
|
#
|
2095
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
2141
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/CustomOriginConfig AWS API Documentation
|
2096
2142
|
#
|
2097
2143
|
class CustomOriginConfig < Struct.new(
|
2098
2144
|
:http_port,
|
@@ -2325,7 +2371,7 @@ module Aws::CloudFront
|
|
2325
2371
|
# distribution.
|
2326
2372
|
# @return [String]
|
2327
2373
|
#
|
2328
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
2374
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/DefaultCacheBehavior AWS API Documentation
|
2329
2375
|
#
|
2330
2376
|
class DefaultCacheBehavior < Struct.new(
|
2331
2377
|
:target_origin_id,
|
@@ -2362,7 +2408,7 @@ module Aws::CloudFront
|
|
2362
2408
|
# `PUT` request. For example: `E2QWRUHAPOMQZL`.
|
2363
2409
|
# @return [String]
|
2364
2410
|
#
|
2365
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
2411
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/DeleteCloudFrontOriginAccessIdentityRequest AWS API Documentation
|
2366
2412
|
#
|
2367
2413
|
class DeleteCloudFrontOriginAccessIdentityRequest < Struct.new(
|
2368
2414
|
:id,
|
@@ -2431,7 +2477,7 @@ module Aws::CloudFront
|
|
2431
2477
|
# the distribution. For example: `E2QWRUHAPOMQZL`.
|
2432
2478
|
# @return [String]
|
2433
2479
|
#
|
2434
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
2480
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/DeleteDistributionRequest AWS API Documentation
|
2435
2481
|
#
|
2436
2482
|
class DeleteDistributionRequest < Struct.new(
|
2437
2483
|
:id,
|
@@ -2456,7 +2502,7 @@ module Aws::CloudFront
|
|
2456
2502
|
# configuration identity to delete. For example: `E2QWRUHAPOMQZL`.
|
2457
2503
|
# @return [String]
|
2458
2504
|
#
|
2459
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
2505
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/DeleteFieldLevelEncryptionConfigRequest AWS API Documentation
|
2460
2506
|
#
|
2461
2507
|
class DeleteFieldLevelEncryptionConfigRequest < Struct.new(
|
2462
2508
|
:id,
|
@@ -2481,7 +2527,7 @@ module Aws::CloudFront
|
|
2481
2527
|
# profile to delete. For example: `E2QWRUHAPOMQZL`.
|
2482
2528
|
# @return [String]
|
2483
2529
|
#
|
2484
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
2530
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/DeleteFieldLevelEncryptionProfileRequest AWS API Documentation
|
2485
2531
|
#
|
2486
2532
|
class DeleteFieldLevelEncryptionProfileRequest < Struct.new(
|
2487
2533
|
:id,
|
@@ -2506,7 +2552,7 @@ module Aws::CloudFront
|
|
2506
2552
|
# public key identity to delete. For example: `E2QWRUHAPOMQZL`.
|
2507
2553
|
# @return [String]
|
2508
2554
|
#
|
2509
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
2555
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/DeletePublicKeyRequest AWS API Documentation
|
2510
2556
|
#
|
2511
2557
|
class DeletePublicKeyRequest < Struct.new(
|
2512
2558
|
:id,
|
@@ -2533,7 +2579,7 @@ module Aws::CloudFront
|
|
2533
2579
|
# the streaming distribution. For example: `E2QWRUHAPOMQZL`.
|
2534
2580
|
# @return [String]
|
2535
2581
|
#
|
2536
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
2582
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/DeleteStreamingDistributionRequest AWS API Documentation
|
2537
2583
|
#
|
2538
2584
|
class DeleteStreamingDistributionRequest < Struct.new(
|
2539
2585
|
:id,
|
@@ -2590,7 +2636,7 @@ module Aws::CloudFront
|
|
2590
2636
|
# ID/config` resource.
|
2591
2637
|
# @return [Types::DistributionConfig]
|
2592
2638
|
#
|
2593
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
2639
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/Distribution AWS API Documentation
|
2594
2640
|
#
|
2595
2641
|
class Distribution < Struct.new(
|
2596
2642
|
:id,
|
@@ -2618,7 +2664,7 @@ module Aws::CloudFront
|
|
2618
2664
|
# default_root_object: "string",
|
2619
2665
|
# origins: { # required
|
2620
2666
|
# quantity: 1, # required
|
2621
|
-
# items: [
|
2667
|
+
# items: [ # required
|
2622
2668
|
# {
|
2623
2669
|
# id: "string", # required
|
2624
2670
|
# domain_name: "string", # required
|
@@ -2649,6 +2695,28 @@ module Aws::CloudFront
|
|
2649
2695
|
# },
|
2650
2696
|
# ],
|
2651
2697
|
# },
|
2698
|
+
# origin_groups: {
|
2699
|
+
# quantity: 1, # required
|
2700
|
+
# items: [
|
2701
|
+
# {
|
2702
|
+
# id: "string", # required
|
2703
|
+
# failover_criteria: { # required
|
2704
|
+
# status_codes: { # required
|
2705
|
+
# quantity: 1, # required
|
2706
|
+
# items: [1], # required
|
2707
|
+
# },
|
2708
|
+
# },
|
2709
|
+
# members: { # required
|
2710
|
+
# quantity: 1, # required
|
2711
|
+
# items: [ # required
|
2712
|
+
# {
|
2713
|
+
# origin_id: "string", # required
|
2714
|
+
# },
|
2715
|
+
# ],
|
2716
|
+
# },
|
2717
|
+
# },
|
2718
|
+
# ],
|
2719
|
+
# },
|
2652
2720
|
# default_cache_behavior: { # required
|
2653
2721
|
# target_origin_id: "string", # required
|
2654
2722
|
# forwarded_values: { # required
|
@@ -2806,16 +2874,9 @@ module Aws::CloudFront
|
|
2806
2874
|
# of the `DistributionConfig` object), CloudFront creates a new
|
2807
2875
|
# distribution.
|
2808
2876
|
#
|
2809
|
-
# If `CallerReference` is a value you already sent in a previous
|
2810
|
-
# request to create a distribution,
|
2811
|
-
# `
|
2812
|
-
# white space), CloudFront returns the same the response that it
|
2813
|
-
# returned to the original request.
|
2814
|
-
#
|
2815
|
-
# If `CallerReference` is a value you already sent in a previous
|
2816
|
-
# request to create a distribution but the content of the
|
2817
|
-
# `DistributionConfig` is different from the original request,
|
2818
|
-
# CloudFront returns a `DistributionAlreadyExists` error.
|
2877
|
+
# If `CallerReference` is a value that you already sent in a previous
|
2878
|
+
# request to create a distribution, CloudFront returns a
|
2879
|
+
# `DistributionAlreadyExists` error.
|
2819
2880
|
# @return [String]
|
2820
2881
|
#
|
2821
2882
|
# @!attribute [rw] aliases
|
@@ -2857,6 +2918,11 @@ module Aws::CloudFront
|
|
2857
2918
|
# distribution.
|
2858
2919
|
# @return [Types::Origins]
|
2859
2920
|
#
|
2921
|
+
# @!attribute [rw] origin_groups
|
2922
|
+
# A complex type that contains information about origin groups for
|
2923
|
+
# this distribution.
|
2924
|
+
# @return [Types::OriginGroups]
|
2925
|
+
#
|
2860
2926
|
# @!attribute [rw] default_cache_behavior
|
2861
2927
|
# A complex type that describes the default cache behavior if you
|
2862
2928
|
# don't specify a `CacheBehavior` element or if files don't match
|
@@ -2943,111 +3009,9 @@ module Aws::CloudFront
|
|
2943
3009
|
# @return [Boolean]
|
2944
3010
|
#
|
2945
3011
|
# @!attribute [rw] viewer_certificate
|
2946
|
-
# A complex type that specifies the following:
|
2947
|
-
#
|
2948
|
-
# * Whether you want viewers to use HTTP or HTTPS to request your
|
2949
|
-
# objects.
|
2950
|
-
#
|
2951
|
-
# * If you want viewers to use HTTPS, whether you're using an
|
2952
|
-
# alternate domain name such as `example.com` or the CloudFront
|
2953
|
-
# domain name for your distribution, such as
|
2954
|
-
# `d111111abcdef8.cloudfront.net`.
|
2955
|
-
#
|
2956
|
-
# * If you're using an alternate domain name, whether AWS Certificate
|
2957
|
-
# Manager (ACM) provided the certificate, or you purchased a
|
2958
|
-
# certificate from a third-party certificate authority and imported
|
2959
|
-
# it into ACM or uploaded it to the IAM certificate store.
|
2960
|
-
#
|
2961
|
-
# You must specify only one of the following values:
|
2962
|
-
#
|
2963
|
-
# * ViewerCertificate$ACMCertificateArn
|
2964
|
-
#
|
2965
|
-
# * ViewerCertificate$IAMCertificateId
|
2966
|
-
#
|
2967
|
-
# * ViewerCertificate$CloudFrontDefaultCertificate
|
2968
|
-
#
|
2969
|
-
# Don't specify `false` for `CloudFrontDefaultCertificate`.
|
2970
|
-
#
|
2971
|
-
# **If you want viewers to use HTTP instead of HTTPS to request your
|
2972
|
-
# objects**\: Specify the following value:
|
2973
|
-
#
|
2974
|
-
# `<CloudFrontDefaultCertificate>true<CloudFrontDefaultCertificate>`
|
2975
|
-
#
|
2976
|
-
# In addition, specify `allow-all` for `ViewerProtocolPolicy` for all
|
2977
|
-
# of your cache behaviors.
|
2978
|
-
#
|
2979
|
-
# **If you want viewers to use HTTPS to request your objects**\:
|
2980
|
-
# Choose the type of certificate that you want to use based on whether
|
2981
|
-
# you're using an alternate domain name for your objects or the
|
2982
|
-
# CloudFront domain name:
|
2983
|
-
#
|
2984
|
-
# * **If you're using an alternate domain name, such as
|
2985
|
-
# example.com**\: Specify one of the following values, depending on
|
2986
|
-
# whether ACM provided your certificate or you purchased your
|
2987
|
-
# certificate from third-party certificate authority:
|
2988
|
-
#
|
2989
|
-
# * `<ACMCertificateArn>ARN for ACM SSL/TLS
|
2990
|
-
# certificate<ACMCertificateArn>` where ` ARN for ACM SSL/TLS
|
2991
|
-
# certificate ` is the ARN for the ACM SSL/TLS certificate that
|
2992
|
-
# you want to use for this distribution.
|
2993
|
-
#
|
2994
|
-
# * `<IAMCertificateId>IAM certificate ID<IAMCertificateId>` where `
|
2995
|
-
# IAM certificate ID ` is the ID that IAM returned when you added
|
2996
|
-
# the certificate to the IAM certificate store.
|
2997
|
-
#
|
2998
|
-
# If you specify `ACMCertificateArn` or `IAMCertificateId`, you must
|
2999
|
-
# also specify a value for `SSLSupportMethod`.
|
3000
|
-
#
|
3001
|
-
# If you choose to use an ACM certificate or a certificate in the
|
3002
|
-
# IAM certificate store, we recommend that you use only an alternate
|
3003
|
-
# domain name in your object URLs (`https://example.com/logo.jpg`).
|
3004
|
-
# If you use the domain name that is associated with your CloudFront
|
3005
|
-
# distribution (such as
|
3006
|
-
# `https://d111111abcdef8.cloudfront.net/logo.jpg`) and the viewer
|
3007
|
-
# supports `SNI`, then CloudFront behaves normally. However, if the
|
3008
|
-
# browser does not support SNI, the user's experience depends on
|
3009
|
-
# the value that you choose for `SSLSupportMethod`\:
|
3010
|
-
#
|
3011
|
-
# * `vip`\: The viewer displays a warning because there is a
|
3012
|
-
# mismatch between the CloudFront domain name and the domain name
|
3013
|
-
# in your SSL/TLS certificate.
|
3014
|
-
#
|
3015
|
-
# * `sni-only`\: CloudFront drops the connection with the browser
|
3016
|
-
# without returning the object.
|
3017
|
-
#
|
3018
|
-
# * <b>If you're using the CloudFront domain name for your
|
3019
|
-
# distribution, such as <code>d111111abcdef8.cloudfront.net</code>
|
3020
|
-
# </b>\: Specify the following value:
|
3021
|
-
#
|
3022
|
-
# `<CloudFrontDefaultCertificate>true<CloudFrontDefaultCertificate>
|
3023
|
-
# `
|
3024
|
-
#
|
3025
|
-
# If you want viewers to use HTTPS, you must also specify one of the
|
3026
|
-
# following values in your cache behaviors:
|
3027
|
-
#
|
3028
|
-
# * ` <ViewerProtocolPolicy>https-only<ViewerProtocolPolicy>`
|
3029
|
-
#
|
3030
|
-
# * `<ViewerProtocolPolicy>redirect-to-https<ViewerProtocolPolicy>`
|
3031
|
-
#
|
3032
|
-
# You can also optionally require that CloudFront use HTTPS to
|
3033
|
-
# communicate with your origin by specifying one of the following
|
3034
|
-
# values for the applicable origins:
|
3035
|
-
#
|
3036
|
-
# * `<OriginProtocolPolicy>https-only<OriginProtocolPolicy> `
|
3037
|
-
#
|
3038
|
-
# * `<OriginProtocolPolicy>match-viewer<OriginProtocolPolicy> `
|
3039
|
-
#
|
3040
|
-
# For more information, see [Using Alternate Domain Names and
|
3041
|
-
# HTTPS][1] in the *Amazon CloudFront Developer Guide*.
|
3042
|
-
#
|
3043
|
-
#
|
3044
|
-
#
|
3045
|
-
# [1]: http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/SecureConnections.html#CNAMEsAndHTTPS
|
3046
3012
|
# @return [Types::ViewerCertificate]
|
3047
3013
|
#
|
3048
3014
|
# @!attribute [rw] restrictions
|
3049
|
-
# A complex type that identifies ways in which you want to restrict
|
3050
|
-
# distribution of your content.
|
3051
3015
|
# @return [Types::Restrictions]
|
3052
3016
|
#
|
3053
3017
|
# @!attribute [rw] web_acl_id
|
@@ -3127,13 +3091,14 @@ module Aws::CloudFront
|
|
3127
3091
|
# [2]: http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-to-cloudfront-distribution.html
|
3128
3092
|
# @return [Boolean]
|
3129
3093
|
#
|
3130
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
3094
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/DistributionConfig AWS API Documentation
|
3131
3095
|
#
|
3132
3096
|
class DistributionConfig < Struct.new(
|
3133
3097
|
:caller_reference,
|
3134
3098
|
:aliases,
|
3135
3099
|
:default_root_object,
|
3136
3100
|
:origins,
|
3101
|
+
:origin_groups,
|
3137
3102
|
:default_cache_behavior,
|
3138
3103
|
:cache_behaviors,
|
3139
3104
|
:custom_error_responses,
|
@@ -3165,7 +3130,7 @@ module Aws::CloudFront
|
|
3165
3130
|
# default_root_object: "string",
|
3166
3131
|
# origins: { # required
|
3167
3132
|
# quantity: 1, # required
|
3168
|
-
# items: [
|
3133
|
+
# items: [ # required
|
3169
3134
|
# {
|
3170
3135
|
# id: "string", # required
|
3171
3136
|
# domain_name: "string", # required
|
@@ -3196,6 +3161,28 @@ module Aws::CloudFront
|
|
3196
3161
|
# },
|
3197
3162
|
# ],
|
3198
3163
|
# },
|
3164
|
+
# origin_groups: {
|
3165
|
+
# quantity: 1, # required
|
3166
|
+
# items: [
|
3167
|
+
# {
|
3168
|
+
# id: "string", # required
|
3169
|
+
# failover_criteria: { # required
|
3170
|
+
# status_codes: { # required
|
3171
|
+
# quantity: 1, # required
|
3172
|
+
# items: [1], # required
|
3173
|
+
# },
|
3174
|
+
# },
|
3175
|
+
# members: { # required
|
3176
|
+
# quantity: 1, # required
|
3177
|
+
# items: [ # required
|
3178
|
+
# {
|
3179
|
+
# origin_id: "string", # required
|
3180
|
+
# },
|
3181
|
+
# ],
|
3182
|
+
# },
|
3183
|
+
# },
|
3184
|
+
# ],
|
3185
|
+
# },
|
3199
3186
|
# default_cache_behavior: { # required
|
3200
3187
|
# target_origin_id: "string", # required
|
3201
3188
|
# forwarded_values: { # required
|
@@ -3362,7 +3349,7 @@ module Aws::CloudFront
|
|
3362
3349
|
# A complex type that contains zero or more `Tag` elements.
|
3363
3350
|
# @return [Types::Tags]
|
3364
3351
|
#
|
3365
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
3352
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/DistributionConfigWithTags AWS API Documentation
|
3366
3353
|
#
|
3367
3354
|
class DistributionConfigWithTags < Struct.new(
|
3368
3355
|
:distribution_config,
|
@@ -3403,7 +3390,7 @@ module Aws::CloudFront
|
|
3403
3390
|
# each distribution that was created by the current AWS account.
|
3404
3391
|
# @return [Array<Types::DistributionSummary>]
|
3405
3392
|
#
|
3406
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
3393
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/DistributionList AWS API Documentation
|
3407
3394
|
#
|
3408
3395
|
class DistributionList < Struct.new(
|
3409
3396
|
:marker,
|
@@ -3452,6 +3439,11 @@ module Aws::CloudFront
|
|
3452
3439
|
# distribution.
|
3453
3440
|
# @return [Types::Origins]
|
3454
3441
|
#
|
3442
|
+
# @!attribute [rw] origin_groups
|
3443
|
+
# A complex type that contains information about origin groups for
|
3444
|
+
# this distribution.
|
3445
|
+
# @return [Types::OriginGroups]
|
3446
|
+
#
|
3455
3447
|
# @!attribute [rw] default_cache_behavior
|
3456
3448
|
# A complex type that describes the default cache behavior if you
|
3457
3449
|
# don't specify a `CacheBehavior` element or if files don't match
|
@@ -3473,6 +3465,8 @@ module Aws::CloudFront
|
|
3473
3465
|
# @return [String]
|
3474
3466
|
#
|
3475
3467
|
# @!attribute [rw] price_class
|
3468
|
+
# A complex type that contains information about price class for this
|
3469
|
+
# streaming distribution.
|
3476
3470
|
# @return [String]
|
3477
3471
|
#
|
3478
3472
|
# @!attribute [rw] enabled
|
@@ -3481,111 +3475,9 @@ module Aws::CloudFront
|
|
3481
3475
|
# @return [Boolean]
|
3482
3476
|
#
|
3483
3477
|
# @!attribute [rw] viewer_certificate
|
3484
|
-
# A complex type that specifies the following:
|
3485
|
-
#
|
3486
|
-
# * Whether you want viewers to use HTTP or HTTPS to request your
|
3487
|
-
# objects.
|
3488
|
-
#
|
3489
|
-
# * If you want viewers to use HTTPS, whether you're using an
|
3490
|
-
# alternate domain name such as `example.com` or the CloudFront
|
3491
|
-
# domain name for your distribution, such as
|
3492
|
-
# `d111111abcdef8.cloudfront.net`.
|
3493
|
-
#
|
3494
|
-
# * If you're using an alternate domain name, whether AWS Certificate
|
3495
|
-
# Manager (ACM) provided the certificate, or you purchased a
|
3496
|
-
# certificate from a third-party certificate authority and imported
|
3497
|
-
# it into ACM or uploaded it to the IAM certificate store.
|
3498
|
-
#
|
3499
|
-
# You must specify only one of the following values:
|
3500
|
-
#
|
3501
|
-
# * ViewerCertificate$ACMCertificateArn
|
3502
|
-
#
|
3503
|
-
# * ViewerCertificate$IAMCertificateId
|
3504
|
-
#
|
3505
|
-
# * ViewerCertificate$CloudFrontDefaultCertificate
|
3506
|
-
#
|
3507
|
-
# Don't specify `false` for `CloudFrontDefaultCertificate`.
|
3508
|
-
#
|
3509
|
-
# **If you want viewers to use HTTP instead of HTTPS to request your
|
3510
|
-
# objects**\: Specify the following value:
|
3511
|
-
#
|
3512
|
-
# `<CloudFrontDefaultCertificate>true<CloudFrontDefaultCertificate>`
|
3513
|
-
#
|
3514
|
-
# In addition, specify `allow-all` for `ViewerProtocolPolicy` for all
|
3515
|
-
# of your cache behaviors.
|
3516
|
-
#
|
3517
|
-
# **If you want viewers to use HTTPS to request your objects**\:
|
3518
|
-
# Choose the type of certificate that you want to use based on whether
|
3519
|
-
# you're using an alternate domain name for your objects or the
|
3520
|
-
# CloudFront domain name:
|
3521
|
-
#
|
3522
|
-
# * **If you're using an alternate domain name, such as
|
3523
|
-
# example.com**\: Specify one of the following values, depending on
|
3524
|
-
# whether ACM provided your certificate or you purchased your
|
3525
|
-
# certificate from third-party certificate authority:
|
3526
|
-
#
|
3527
|
-
# * `<ACMCertificateArn>ARN for ACM SSL/TLS
|
3528
|
-
# certificate<ACMCertificateArn>` where ` ARN for ACM SSL/TLS
|
3529
|
-
# certificate ` is the ARN for the ACM SSL/TLS certificate that
|
3530
|
-
# you want to use for this distribution.
|
3531
|
-
#
|
3532
|
-
# * `<IAMCertificateId>IAM certificate ID<IAMCertificateId>` where `
|
3533
|
-
# IAM certificate ID ` is the ID that IAM returned when you added
|
3534
|
-
# the certificate to the IAM certificate store.
|
3535
|
-
#
|
3536
|
-
# If you specify `ACMCertificateArn` or `IAMCertificateId`, you must
|
3537
|
-
# also specify a value for `SSLSupportMethod`.
|
3538
|
-
#
|
3539
|
-
# If you choose to use an ACM certificate or a certificate in the
|
3540
|
-
# IAM certificate store, we recommend that you use only an alternate
|
3541
|
-
# domain name in your object URLs (`https://example.com/logo.jpg`).
|
3542
|
-
# If you use the domain name that is associated with your CloudFront
|
3543
|
-
# distribution (such as
|
3544
|
-
# `https://d111111abcdef8.cloudfront.net/logo.jpg`) and the viewer
|
3545
|
-
# supports `SNI`, then CloudFront behaves normally. However, if the
|
3546
|
-
# browser does not support SNI, the user's experience depends on
|
3547
|
-
# the value that you choose for `SSLSupportMethod`\:
|
3548
|
-
#
|
3549
|
-
# * `vip`\: The viewer displays a warning because there is a
|
3550
|
-
# mismatch between the CloudFront domain name and the domain name
|
3551
|
-
# in your SSL/TLS certificate.
|
3552
|
-
#
|
3553
|
-
# * `sni-only`\: CloudFront drops the connection with the browser
|
3554
|
-
# without returning the object.
|
3555
|
-
#
|
3556
|
-
# * <b>If you're using the CloudFront domain name for your
|
3557
|
-
# distribution, such as <code>d111111abcdef8.cloudfront.net</code>
|
3558
|
-
# </b>\: Specify the following value:
|
3559
|
-
#
|
3560
|
-
# `<CloudFrontDefaultCertificate>true<CloudFrontDefaultCertificate>
|
3561
|
-
# `
|
3562
|
-
#
|
3563
|
-
# If you want viewers to use HTTPS, you must also specify one of the
|
3564
|
-
# following values in your cache behaviors:
|
3565
|
-
#
|
3566
|
-
# * ` <ViewerProtocolPolicy>https-only<ViewerProtocolPolicy>`
|
3567
|
-
#
|
3568
|
-
# * `<ViewerProtocolPolicy>redirect-to-https<ViewerProtocolPolicy>`
|
3569
|
-
#
|
3570
|
-
# You can also optionally require that CloudFront use HTTPS to
|
3571
|
-
# communicate with your origin by specifying one of the following
|
3572
|
-
# values for the applicable origins:
|
3573
|
-
#
|
3574
|
-
# * `<OriginProtocolPolicy>https-only<OriginProtocolPolicy> `
|
3575
|
-
#
|
3576
|
-
# * `<OriginProtocolPolicy>match-viewer<OriginProtocolPolicy> `
|
3577
|
-
#
|
3578
|
-
# For more information, see [Using Alternate Domain Names and
|
3579
|
-
# HTTPS][1] in the *Amazon CloudFront Developer Guide*.
|
3580
|
-
#
|
3581
|
-
#
|
3582
|
-
#
|
3583
|
-
# [1]: http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/SecureConnections.html#CNAMEsAndHTTPS
|
3584
3478
|
# @return [Types::ViewerCertificate]
|
3585
3479
|
#
|
3586
3480
|
# @!attribute [rw] restrictions
|
3587
|
-
# A complex type that identifies ways in which you want to restrict
|
3588
|
-
# distribution of your content.
|
3589
3481
|
# @return [Types::Restrictions]
|
3590
3482
|
#
|
3591
3483
|
# @!attribute [rw] web_acl_id
|
@@ -3604,7 +3496,7 @@ module Aws::CloudFront
|
|
3604
3496
|
# address for your distribution.
|
3605
3497
|
# @return [Boolean]
|
3606
3498
|
#
|
3607
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
3499
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/DistributionSummary AWS API Documentation
|
3608
3500
|
#
|
3609
3501
|
class DistributionSummary < Struct.new(
|
3610
3502
|
:id,
|
@@ -3614,6 +3506,7 @@ module Aws::CloudFront
|
|
3614
3506
|
:domain_name,
|
3615
3507
|
:aliases,
|
3616
3508
|
:origins,
|
3509
|
+
:origin_groups,
|
3617
3510
|
:default_cache_behavior,
|
3618
3511
|
:cache_behaviors,
|
3619
3512
|
:custom_error_responses,
|
@@ -3658,7 +3551,7 @@ module Aws::CloudFront
|
|
3658
3551
|
# type-profile mapping.
|
3659
3552
|
# @return [Array<Types::EncryptionEntity>]
|
3660
3553
|
#
|
3661
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
3554
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/EncryptionEntities AWS API Documentation
|
3662
3555
|
#
|
3663
3556
|
class EncryptionEntities < Struct.new(
|
3664
3557
|
:quantity,
|
@@ -3702,7 +3595,7 @@ module Aws::CloudFront
|
|
3702
3595
|
# case-sensitive.
|
3703
3596
|
# @return [Types::FieldPatterns]
|
3704
3597
|
#
|
3705
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
3598
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/EncryptionEntity AWS API Documentation
|
3706
3599
|
#
|
3707
3600
|
class EncryptionEntity < Struct.new(
|
3708
3601
|
:public_key_id,
|
@@ -3729,7 +3622,7 @@ module Aws::CloudFront
|
|
3729
3622
|
# specified for field-level encryption.
|
3730
3623
|
# @return [Types::FieldLevelEncryptionConfig]
|
3731
3624
|
#
|
3732
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
3625
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/FieldLevelEncryption AWS API Documentation
|
3733
3626
|
#
|
3734
3627
|
class FieldLevelEncryption < Struct.new(
|
3735
3628
|
:id,
|
@@ -3794,7 +3687,7 @@ module Aws::CloudFront
|
|
3794
3687
|
# a request if a query argument doesn't specify a profile to use.
|
3795
3688
|
# @return [Types::ContentTypeProfileConfig]
|
3796
3689
|
#
|
3797
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
3690
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/FieldLevelEncryptionConfig AWS API Documentation
|
3798
3691
|
#
|
3799
3692
|
class FieldLevelEncryptionConfig < Struct.new(
|
3800
3693
|
:caller_reference,
|
@@ -3825,7 +3718,7 @@ module Aws::CloudFront
|
|
3825
3718
|
# An array of field-level encryption items.
|
3826
3719
|
# @return [Array<Types::FieldLevelEncryptionSummary>]
|
3827
3720
|
#
|
3828
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
3721
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/FieldLevelEncryptionList AWS API Documentation
|
3829
3722
|
#
|
3830
3723
|
class FieldLevelEncryptionList < Struct.new(
|
3831
3724
|
:next_marker,
|
@@ -3852,7 +3745,7 @@ module Aws::CloudFront
|
|
3852
3745
|
# encryption entities for the field-level encryption profile.
|
3853
3746
|
# @return [Types::FieldLevelEncryptionProfileConfig]
|
3854
3747
|
#
|
3855
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
3748
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/FieldLevelEncryptionProfile AWS API Documentation
|
3856
3749
|
#
|
3857
3750
|
class FieldLevelEncryptionProfile < Struct.new(
|
3858
3751
|
:id,
|
@@ -3890,7 +3783,7 @@ module Aws::CloudFront
|
|
3890
3783
|
# @return [String]
|
3891
3784
|
#
|
3892
3785
|
# @!attribute [rw] caller_reference
|
3893
|
-
# A unique number that ensures the request can't be replayed.
|
3786
|
+
# A unique number that ensures that the request can't be replayed.
|
3894
3787
|
# @return [String]
|
3895
3788
|
#
|
3896
3789
|
# @!attribute [rw] comment
|
@@ -3903,7 +3796,7 @@ module Aws::CloudFront
|
|
3903
3796
|
# field patterns for specifying which fields to encrypt with this key.
|
3904
3797
|
# @return [Types::EncryptionEntities]
|
3905
3798
|
#
|
3906
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
3799
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/FieldLevelEncryptionProfileConfig AWS API Documentation
|
3907
3800
|
#
|
3908
3801
|
class FieldLevelEncryptionProfileConfig < Struct.new(
|
3909
3802
|
:name,
|
@@ -3934,7 +3827,7 @@ module Aws::CloudFront
|
|
3934
3827
|
# The field-level encryption profile items.
|
3935
3828
|
# @return [Array<Types::FieldLevelEncryptionProfileSummary>]
|
3936
3829
|
#
|
3937
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
3830
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/FieldLevelEncryptionProfileList AWS API Documentation
|
3938
3831
|
#
|
3939
3832
|
class FieldLevelEncryptionProfileList < Struct.new(
|
3940
3833
|
:next_marker,
|
@@ -3969,7 +3862,7 @@ module Aws::CloudFront
|
|
3969
3862
|
# An optional comment for the field-level encryption profile summary.
|
3970
3863
|
# @return [String]
|
3971
3864
|
#
|
3972
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
3865
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/FieldLevelEncryptionProfileSummary AWS API Documentation
|
3973
3866
|
#
|
3974
3867
|
class FieldLevelEncryptionProfileSummary < Struct.new(
|
3975
3868
|
:id,
|
@@ -4003,7 +3896,7 @@ module Aws::CloudFront
|
|
4003
3896
|
# A summary of a content type-profile mapping.
|
4004
3897
|
# @return [Types::ContentTypeProfileConfig]
|
4005
3898
|
#
|
4006
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
3899
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/FieldLevelEncryptionSummary AWS API Documentation
|
4007
3900
|
#
|
4008
3901
|
class FieldLevelEncryptionSummary < Struct.new(
|
4009
3902
|
:id,
|
@@ -4033,7 +3926,7 @@ module Aws::CloudFront
|
|
4033
3926
|
# An array of the field-level encryption field patterns.
|
4034
3927
|
# @return [Array<String>]
|
4035
3928
|
#
|
4036
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
3929
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/FieldPatterns AWS API Documentation
|
4037
3930
|
#
|
4038
3931
|
class FieldPatterns < Struct.new(
|
4039
3932
|
:quantity,
|
@@ -4121,7 +4014,7 @@ module Aws::CloudFront
|
|
4121
4014
|
# cache behavior.
|
4122
4015
|
# @return [Types::QueryStringCacheKeys]
|
4123
4016
|
#
|
4124
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
4017
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/ForwardedValues AWS API Documentation
|
4125
4018
|
#
|
4126
4019
|
class ForwardedValues < Struct.new(
|
4127
4020
|
:query_string,
|
@@ -4180,7 +4073,7 @@ module Aws::CloudFront
|
|
4180
4073
|
# the CloudFront console, which includes both country names and codes.
|
4181
4074
|
# @return [Array<String>]
|
4182
4075
|
#
|
4183
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
4076
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/GeoRestriction AWS API Documentation
|
4184
4077
|
#
|
4185
4078
|
class GeoRestriction < Struct.new(
|
4186
4079
|
:restriction_type,
|
@@ -4203,7 +4096,7 @@ module Aws::CloudFront
|
|
4203
4096
|
# The identity's ID.
|
4204
4097
|
# @return [String]
|
4205
4098
|
#
|
4206
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
4099
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/GetCloudFrontOriginAccessIdentityConfigRequest AWS API Documentation
|
4207
4100
|
#
|
4208
4101
|
class GetCloudFrontOriginAccessIdentityConfigRequest < Struct.new(
|
4209
4102
|
:id)
|
@@ -4221,7 +4114,7 @@ module Aws::CloudFront
|
|
4221
4114
|
# `E2QWRUHAPOMQZL`.
|
4222
4115
|
# @return [String]
|
4223
4116
|
#
|
4224
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
4117
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/GetCloudFrontOriginAccessIdentityConfigResult AWS API Documentation
|
4225
4118
|
#
|
4226
4119
|
class GetCloudFrontOriginAccessIdentityConfigResult < Struct.new(
|
4227
4120
|
:cloud_front_origin_access_identity_config,
|
@@ -4242,7 +4135,7 @@ module Aws::CloudFront
|
|
4242
4135
|
# The identity's ID.
|
4243
4136
|
# @return [String]
|
4244
4137
|
#
|
4245
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
4138
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/GetCloudFrontOriginAccessIdentityRequest AWS API Documentation
|
4246
4139
|
#
|
4247
4140
|
class GetCloudFrontOriginAccessIdentityRequest < Struct.new(
|
4248
4141
|
:id)
|
@@ -4260,7 +4153,7 @@ module Aws::CloudFront
|
|
4260
4153
|
# For example: `E2QWRUHAPOMQZL`.
|
4261
4154
|
# @return [String]
|
4262
4155
|
#
|
4263
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
4156
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/GetCloudFrontOriginAccessIdentityResult AWS API Documentation
|
4264
4157
|
#
|
4265
4158
|
class GetCloudFrontOriginAccessIdentityResult < Struct.new(
|
4266
4159
|
:cloud_front_origin_access_identity,
|
@@ -4281,7 +4174,7 @@ module Aws::CloudFront
|
|
4281
4174
|
# The distribution's ID.
|
4282
4175
|
# @return [String]
|
4283
4176
|
#
|
4284
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
4177
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/GetDistributionConfigRequest AWS API Documentation
|
4285
4178
|
#
|
4286
4179
|
class GetDistributionConfigRequest < Struct.new(
|
4287
4180
|
:id)
|
@@ -4299,7 +4192,7 @@ module Aws::CloudFront
|
|
4299
4192
|
# `E2QWRUHAPOMQZL`.
|
4300
4193
|
# @return [String]
|
4301
4194
|
#
|
4302
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
4195
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/GetDistributionConfigResult AWS API Documentation
|
4303
4196
|
#
|
4304
4197
|
class GetDistributionConfigResult < Struct.new(
|
4305
4198
|
:distribution_config,
|
@@ -4320,7 +4213,7 @@ module Aws::CloudFront
|
|
4320
4213
|
# The distribution's ID.
|
4321
4214
|
# @return [String]
|
4322
4215
|
#
|
4323
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
4216
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/GetDistributionRequest AWS API Documentation
|
4324
4217
|
#
|
4325
4218
|
class GetDistributionRequest < Struct.new(
|
4326
4219
|
:id)
|
@@ -4338,7 +4231,7 @@ module Aws::CloudFront
|
|
4338
4231
|
# `E2QWRUHAPOMQZL`.
|
4339
4232
|
# @return [String]
|
4340
4233
|
#
|
4341
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
4234
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/GetDistributionResult AWS API Documentation
|
4342
4235
|
#
|
4343
4236
|
class GetDistributionResult < Struct.new(
|
4344
4237
|
:distribution,
|
@@ -4358,7 +4251,7 @@ module Aws::CloudFront
|
|
4358
4251
|
# information.
|
4359
4252
|
# @return [String]
|
4360
4253
|
#
|
4361
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
4254
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/GetFieldLevelEncryptionConfigRequest AWS API Documentation
|
4362
4255
|
#
|
4363
4256
|
class GetFieldLevelEncryptionConfigRequest < Struct.new(
|
4364
4257
|
:id)
|
@@ -4374,7 +4267,7 @@ module Aws::CloudFront
|
|
4374
4267
|
# example: `E2QWRUHAPOMQZL`.
|
4375
4268
|
# @return [String]
|
4376
4269
|
#
|
4377
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
4270
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/GetFieldLevelEncryptionConfigResult AWS API Documentation
|
4378
4271
|
#
|
4379
4272
|
class GetFieldLevelEncryptionConfigResult < Struct.new(
|
4380
4273
|
:field_level_encryption_config,
|
@@ -4394,7 +4287,7 @@ module Aws::CloudFront
|
|
4394
4287
|
# information.
|
4395
4288
|
# @return [String]
|
4396
4289
|
#
|
4397
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
4290
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/GetFieldLevelEncryptionProfileConfigRequest AWS API Documentation
|
4398
4291
|
#
|
4399
4292
|
class GetFieldLevelEncryptionProfileConfigRequest < Struct.new(
|
4400
4293
|
:id)
|
@@ -4410,7 +4303,7 @@ module Aws::CloudFront
|
|
4410
4303
|
# configuration result. For example: `E2QWRUHAPOMQZL`.
|
4411
4304
|
# @return [String]
|
4412
4305
|
#
|
4413
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
4306
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/GetFieldLevelEncryptionProfileConfigResult AWS API Documentation
|
4414
4307
|
#
|
4415
4308
|
class GetFieldLevelEncryptionProfileConfigResult < Struct.new(
|
4416
4309
|
:field_level_encryption_profile_config,
|
@@ -4429,7 +4322,7 @@ module Aws::CloudFront
|
|
4429
4322
|
# Get the ID for the field-level encryption profile information.
|
4430
4323
|
# @return [String]
|
4431
4324
|
#
|
4432
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
4325
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/GetFieldLevelEncryptionProfileRequest AWS API Documentation
|
4433
4326
|
#
|
4434
4327
|
class GetFieldLevelEncryptionProfileRequest < Struct.new(
|
4435
4328
|
:id)
|
@@ -4445,7 +4338,7 @@ module Aws::CloudFront
|
|
4445
4338
|
# example: `E2QWRUHAPOMQZL`.
|
4446
4339
|
# @return [String]
|
4447
4340
|
#
|
4448
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
4341
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/GetFieldLevelEncryptionProfileResult AWS API Documentation
|
4449
4342
|
#
|
4450
4343
|
class GetFieldLevelEncryptionProfileResult < Struct.new(
|
4451
4344
|
:field_level_encryption_profile,
|
@@ -4465,7 +4358,7 @@ module Aws::CloudFront
|
|
4465
4358
|
# information.
|
4466
4359
|
# @return [String]
|
4467
4360
|
#
|
4468
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
4361
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/GetFieldLevelEncryptionRequest AWS API Documentation
|
4469
4362
|
#
|
4470
4363
|
class GetFieldLevelEncryptionRequest < Struct.new(
|
4471
4364
|
:id)
|
@@ -4481,7 +4374,7 @@ module Aws::CloudFront
|
|
4481
4374
|
# example: `E2QWRUHAPOMQZL`.
|
4482
4375
|
# @return [String]
|
4483
4376
|
#
|
4484
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
4377
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/GetFieldLevelEncryptionResult AWS API Documentation
|
4485
4378
|
#
|
4486
4379
|
class GetFieldLevelEncryptionResult < Struct.new(
|
4487
4380
|
:field_level_encryption,
|
@@ -4508,7 +4401,7 @@ module Aws::CloudFront
|
|
4508
4401
|
# `IDFDVBD632BHDS5`.
|
4509
4402
|
# @return [String]
|
4510
4403
|
#
|
4511
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
4404
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/GetInvalidationRequest AWS API Documentation
|
4512
4405
|
#
|
4513
4406
|
class GetInvalidationRequest < Struct.new(
|
4514
4407
|
:distribution_id,
|
@@ -4527,7 +4420,7 @@ module Aws::CloudFront
|
|
4527
4420
|
# [1]: http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/InvalidationDatatype.html
|
4528
4421
|
# @return [Types::Invalidation]
|
4529
4422
|
#
|
4530
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
4423
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/GetInvalidationResult AWS API Documentation
|
4531
4424
|
#
|
4532
4425
|
class GetInvalidationResult < Struct.new(
|
4533
4426
|
:invalidation)
|
@@ -4545,7 +4438,7 @@ module Aws::CloudFront
|
|
4545
4438
|
# Request the ID for the public key configuration.
|
4546
4439
|
# @return [String]
|
4547
4440
|
#
|
4548
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
4441
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/GetPublicKeyConfigRequest AWS API Documentation
|
4549
4442
|
#
|
4550
4443
|
class GetPublicKeyConfigRequest < Struct.new(
|
4551
4444
|
:id)
|
@@ -4561,7 +4454,7 @@ module Aws::CloudFront
|
|
4561
4454
|
# `E2QWRUHAPOMQZL`.
|
4562
4455
|
# @return [String]
|
4563
4456
|
#
|
4564
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
4457
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/GetPublicKeyConfigResult AWS API Documentation
|
4565
4458
|
#
|
4566
4459
|
class GetPublicKeyConfigResult < Struct.new(
|
4567
4460
|
:public_key_config,
|
@@ -4580,7 +4473,7 @@ module Aws::CloudFront
|
|
4580
4473
|
# Request the ID for the public key.
|
4581
4474
|
# @return [String]
|
4582
4475
|
#
|
4583
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
4476
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/GetPublicKeyRequest AWS API Documentation
|
4584
4477
|
#
|
4585
4478
|
class GetPublicKeyRequest < Struct.new(
|
4586
4479
|
:id)
|
@@ -4596,7 +4489,7 @@ module Aws::CloudFront
|
|
4596
4489
|
# `E2QWRUHAPOMQZL`.
|
4597
4490
|
# @return [String]
|
4598
4491
|
#
|
4599
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
4492
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/GetPublicKeyResult AWS API Documentation
|
4600
4493
|
#
|
4601
4494
|
class GetPublicKeyResult < Struct.new(
|
4602
4495
|
:public_key,
|
@@ -4617,7 +4510,7 @@ module Aws::CloudFront
|
|
4617
4510
|
# The streaming distribution's ID.
|
4618
4511
|
# @return [String]
|
4619
4512
|
#
|
4620
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
4513
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/GetStreamingDistributionConfigRequest AWS API Documentation
|
4621
4514
|
#
|
4622
4515
|
class GetStreamingDistributionConfigRequest < Struct.new(
|
4623
4516
|
:id)
|
@@ -4635,7 +4528,7 @@ module Aws::CloudFront
|
|
4635
4528
|
# `E2QWRUHAPOMQZL`.
|
4636
4529
|
# @return [String]
|
4637
4530
|
#
|
4638
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
4531
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/GetStreamingDistributionConfigResult AWS API Documentation
|
4639
4532
|
#
|
4640
4533
|
class GetStreamingDistributionConfigResult < Struct.new(
|
4641
4534
|
:streaming_distribution_config,
|
@@ -4656,7 +4549,7 @@ module Aws::CloudFront
|
|
4656
4549
|
# The streaming distribution's ID.
|
4657
4550
|
# @return [String]
|
4658
4551
|
#
|
4659
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
4552
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/GetStreamingDistributionRequest AWS API Documentation
|
4660
4553
|
#
|
4661
4554
|
class GetStreamingDistributionRequest < Struct.new(
|
4662
4555
|
:id)
|
@@ -4674,7 +4567,7 @@ module Aws::CloudFront
|
|
4674
4567
|
# For example: `E2QWRUHAPOMQZL`.
|
4675
4568
|
# @return [String]
|
4676
4569
|
#
|
4677
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
4570
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/GetStreamingDistributionResult AWS API Documentation
|
4678
4571
|
#
|
4679
4572
|
class GetStreamingDistributionResult < Struct.new(
|
4680
4573
|
:streaming_distribution,
|
@@ -4751,7 +4644,7 @@ module Aws::CloudFront
|
|
4751
4644
|
# `Quantity` is `0`, omit `Items`.
|
4752
4645
|
# @return [Array<String>]
|
4753
4646
|
#
|
4754
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
4647
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/Headers AWS API Documentation
|
4755
4648
|
#
|
4756
4649
|
class Headers < Struct.new(
|
4757
4650
|
:quantity,
|
@@ -4779,7 +4672,7 @@ module Aws::CloudFront
|
|
4779
4672
|
# The current invalidation information for the batch request.
|
4780
4673
|
# @return [Types::InvalidationBatch]
|
4781
4674
|
#
|
4782
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
4675
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/Invalidation AWS API Documentation
|
4783
4676
|
#
|
4784
4677
|
class Invalidation < Struct.new(
|
4785
4678
|
:id,
|
@@ -4834,7 +4727,7 @@ module Aws::CloudFront
|
|
4834
4727
|
# `InvalidationBatchAlreadyExists` error.
|
4835
4728
|
# @return [String]
|
4836
4729
|
#
|
4837
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
4730
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/InvalidationBatch AWS API Documentation
|
4838
4731
|
#
|
4839
4732
|
class InvalidationBatch < Struct.new(
|
4840
4733
|
:paths,
|
@@ -4882,7 +4775,7 @@ module Aws::CloudFront
|
|
4882
4775
|
# each invalidation batch created by the current AWS account.
|
4883
4776
|
# @return [Array<Types::InvalidationSummary>]
|
4884
4777
|
#
|
4885
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
4778
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/InvalidationList AWS API Documentation
|
4886
4779
|
#
|
4887
4780
|
class InvalidationList < Struct.new(
|
4888
4781
|
:marker,
|
@@ -4901,13 +4794,14 @@ module Aws::CloudFront
|
|
4901
4794
|
# @return [String]
|
4902
4795
|
#
|
4903
4796
|
# @!attribute [rw] create_time
|
4797
|
+
# The time that an invalidation request was created.
|
4904
4798
|
# @return [Time]
|
4905
4799
|
#
|
4906
4800
|
# @!attribute [rw] status
|
4907
4801
|
# The status of an invalidation request.
|
4908
4802
|
# @return [String]
|
4909
4803
|
#
|
4910
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
4804
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/InvalidationSummary AWS API Documentation
|
4911
4805
|
#
|
4912
4806
|
class InvalidationSummary < Struct.new(
|
4913
4807
|
:id,
|
@@ -4934,7 +4828,7 @@ module Aws::CloudFront
|
|
4934
4828
|
# For more information, see ActiveTrustedSigners.
|
4935
4829
|
# @return [Array<String>]
|
4936
4830
|
#
|
4937
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
4831
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/KeyPairIds AWS API Documentation
|
4938
4832
|
#
|
4939
4833
|
class KeyPairIds < Struct.new(
|
4940
4834
|
:quantity,
|
@@ -4975,9 +4869,6 @@ module Aws::CloudFront
|
|
4975
4869
|
# object in the response. When the requested object is in the edge
|
4976
4870
|
# cache, the function doesn't execute.
|
4977
4871
|
#
|
4978
|
-
# If the origin returns an HTTP status code other than HTTP 200
|
4979
|
-
# (OK), the function doesn't execute.
|
4980
|
-
#
|
4981
4872
|
# * `viewer-response`\: The function executes before CloudFront
|
4982
4873
|
# returns the requested object to the viewer. The function executes
|
4983
4874
|
# regardless of whether the object was already in the edge cache.
|
@@ -4997,7 +4888,7 @@ module Aws::CloudFront
|
|
4997
4888
|
# [1]: http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/lambda-include-body-access.html
|
4998
4889
|
# @return [Boolean]
|
4999
4890
|
#
|
5000
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
4891
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/LambdaFunctionAssociation AWS API Documentation
|
5001
4892
|
#
|
5002
4893
|
class LambdaFunctionAssociation < Struct.new(
|
5003
4894
|
:lambda_function_arn,
|
@@ -5043,7 +4934,7 @@ module Aws::CloudFront
|
|
5043
4934
|
# `Quantity` is `0`, you can omit `Items`.
|
5044
4935
|
# @return [Array<Types::LambdaFunctionAssociation>]
|
5045
4936
|
#
|
5046
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
4937
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/LambdaFunctionAssociations AWS API Documentation
|
5047
4938
|
#
|
5048
4939
|
class LambdaFunctionAssociations < Struct.new(
|
5049
4940
|
:quantity,
|
@@ -5075,7 +4966,7 @@ module Aws::CloudFront
|
|
5075
4966
|
# response body.
|
5076
4967
|
# @return [Integer]
|
5077
4968
|
#
|
5078
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
4969
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/ListCloudFrontOriginAccessIdentitiesRequest AWS API Documentation
|
5079
4970
|
#
|
5080
4971
|
class ListCloudFrontOriginAccessIdentitiesRequest < Struct.new(
|
5081
4972
|
:marker,
|
@@ -5089,7 +4980,7 @@ module Aws::CloudFront
|
|
5089
4980
|
# The `CloudFrontOriginAccessIdentityList` type.
|
5090
4981
|
# @return [Types::CloudFrontOriginAccessIdentityList]
|
5091
4982
|
#
|
5092
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
4983
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/ListCloudFrontOriginAccessIdentitiesResult AWS API Documentation
|
5093
4984
|
#
|
5094
4985
|
class ListCloudFrontOriginAccessIdentitiesResult < Struct.new(
|
5095
4986
|
:cloud_front_origin_access_identity_list)
|
@@ -5130,7 +5021,7 @@ module Aws::CloudFront
|
|
5130
5021
|
# web ACL.
|
5131
5022
|
# @return [String]
|
5132
5023
|
#
|
5133
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
5024
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/ListDistributionsByWebACLIdRequest AWS API Documentation
|
5134
5025
|
#
|
5135
5026
|
class ListDistributionsByWebACLIdRequest < Struct.new(
|
5136
5027
|
:marker,
|
@@ -5146,7 +5037,7 @@ module Aws::CloudFront
|
|
5146
5037
|
# The `DistributionList` type.
|
5147
5038
|
# @return [Types::DistributionList]
|
5148
5039
|
#
|
5149
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
5040
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/ListDistributionsByWebACLIdResult AWS API Documentation
|
5150
5041
|
#
|
5151
5042
|
class ListDistributionsByWebACLIdResult < Struct.new(
|
5152
5043
|
:distribution_list)
|
@@ -5176,7 +5067,7 @@ module Aws::CloudFront
|
|
5176
5067
|
# The maximum number of distributions you want in the response body.
|
5177
5068
|
# @return [Integer]
|
5178
5069
|
#
|
5179
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
5070
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/ListDistributionsRequest AWS API Documentation
|
5180
5071
|
#
|
5181
5072
|
class ListDistributionsRequest < Struct.new(
|
5182
5073
|
:marker,
|
@@ -5190,7 +5081,7 @@ module Aws::CloudFront
|
|
5190
5081
|
# The `DistributionList` type.
|
5191
5082
|
# @return [Types::DistributionList]
|
5192
5083
|
#
|
5193
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
5084
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/ListDistributionsResult AWS API Documentation
|
5194
5085
|
#
|
5195
5086
|
class ListDistributionsResult < Struct.new(
|
5196
5087
|
:distribution_list)
|
@@ -5219,7 +5110,7 @@ module Aws::CloudFront
|
|
5219
5110
|
# in the response body.
|
5220
5111
|
# @return [Integer]
|
5221
5112
|
#
|
5222
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
5113
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/ListFieldLevelEncryptionConfigsRequest AWS API Documentation
|
5223
5114
|
#
|
5224
5115
|
class ListFieldLevelEncryptionConfigsRequest < Struct.new(
|
5225
5116
|
:marker,
|
@@ -5232,7 +5123,7 @@ module Aws::CloudFront
|
|
5232
5123
|
# have been created in CloudFront for this account.
|
5233
5124
|
# @return [Types::FieldLevelEncryptionList]
|
5234
5125
|
#
|
5235
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
5126
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/ListFieldLevelEncryptionConfigsResult AWS API Documentation
|
5236
5127
|
#
|
5237
5128
|
class ListFieldLevelEncryptionConfigsResult < Struct.new(
|
5238
5129
|
:field_level_encryption_list)
|
@@ -5260,7 +5151,7 @@ module Aws::CloudFront
|
|
5260
5151
|
# the response body.
|
5261
5152
|
# @return [Integer]
|
5262
5153
|
#
|
5263
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
5154
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/ListFieldLevelEncryptionProfilesRequest AWS API Documentation
|
5264
5155
|
#
|
5265
5156
|
class ListFieldLevelEncryptionProfilesRequest < Struct.new(
|
5266
5157
|
:marker,
|
@@ -5273,7 +5164,7 @@ module Aws::CloudFront
|
|
5273
5164
|
# created in CloudFront for this account.
|
5274
5165
|
# @return [Types::FieldLevelEncryptionProfileList]
|
5275
5166
|
#
|
5276
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
5167
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/ListFieldLevelEncryptionProfilesResult AWS API Documentation
|
5277
5168
|
#
|
5278
5169
|
class ListFieldLevelEncryptionProfilesResult < Struct.new(
|
5279
5170
|
:field_level_encryption_profile_list)
|
@@ -5311,7 +5202,7 @@ module Aws::CloudFront
|
|
5311
5202
|
# response body.
|
5312
5203
|
# @return [Integer]
|
5313
5204
|
#
|
5314
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
5205
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/ListInvalidationsRequest AWS API Documentation
|
5315
5206
|
#
|
5316
5207
|
class ListInvalidationsRequest < Struct.new(
|
5317
5208
|
:distribution_id,
|
@@ -5326,7 +5217,7 @@ module Aws::CloudFront
|
|
5326
5217
|
# Information about invalidation batches.
|
5327
5218
|
# @return [Types::InvalidationList]
|
5328
5219
|
#
|
5329
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
5220
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/ListInvalidationsResult AWS API Documentation
|
5330
5221
|
#
|
5331
5222
|
class ListInvalidationsResult < Struct.new(
|
5332
5223
|
:invalidation_list)
|
@@ -5354,7 +5245,7 @@ module Aws::CloudFront
|
|
5354
5245
|
# The maximum number of public keys you want in the response body.
|
5355
5246
|
# @return [Integer]
|
5356
5247
|
#
|
5357
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
5248
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/ListPublicKeysRequest AWS API Documentation
|
5358
5249
|
#
|
5359
5250
|
class ListPublicKeysRequest < Struct.new(
|
5360
5251
|
:marker,
|
@@ -5367,7 +5258,7 @@ module Aws::CloudFront
|
|
5367
5258
|
# for this account.
|
5368
5259
|
# @return [Types::PublicKeyList]
|
5369
5260
|
#
|
5370
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
5261
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/ListPublicKeysResult AWS API Documentation
|
5371
5262
|
#
|
5372
5263
|
class ListPublicKeysResult < Struct.new(
|
5373
5264
|
:public_key_list)
|
@@ -5392,7 +5283,7 @@ module Aws::CloudFront
|
|
5392
5283
|
# The value that you provided for the `MaxItems` request parameter.
|
5393
5284
|
# @return [Integer]
|
5394
5285
|
#
|
5395
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
5286
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/ListStreamingDistributionsRequest AWS API Documentation
|
5396
5287
|
#
|
5397
5288
|
class ListStreamingDistributionsRequest < Struct.new(
|
5398
5289
|
:marker,
|
@@ -5406,7 +5297,7 @@ module Aws::CloudFront
|
|
5406
5297
|
# The `StreamingDistributionList` type.
|
5407
5298
|
# @return [Types::StreamingDistributionList]
|
5408
5299
|
#
|
5409
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
5300
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/ListStreamingDistributionsResult AWS API Documentation
|
5410
5301
|
#
|
5411
5302
|
class ListStreamingDistributionsResult < Struct.new(
|
5412
5303
|
:streaming_distribution_list)
|
@@ -5426,7 +5317,7 @@ module Aws::CloudFront
|
|
5426
5317
|
# An ARN of a CloudFront resource.
|
5427
5318
|
# @return [String]
|
5428
5319
|
#
|
5429
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
5320
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/ListTagsForResourceRequest AWS API Documentation
|
5430
5321
|
#
|
5431
5322
|
class ListTagsForResourceRequest < Struct.new(
|
5432
5323
|
:resource)
|
@@ -5439,7 +5330,7 @@ module Aws::CloudFront
|
|
5439
5330
|
# A complex type that contains zero or more `Tag` elements.
|
5440
5331
|
# @return [Types::Tags]
|
5441
5332
|
#
|
5442
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
5333
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/ListTagsForResourceResult AWS API Documentation
|
5443
5334
|
#
|
5444
5335
|
class ListTagsForResourceResult < Struct.new(
|
5445
5336
|
:tags)
|
@@ -5492,7 +5383,7 @@ module Aws::CloudFront
|
|
5492
5383
|
# element.
|
5493
5384
|
# @return [String]
|
5494
5385
|
#
|
5495
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
5386
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/LoggingConfig AWS API Documentation
|
5496
5387
|
#
|
5497
5388
|
class LoggingConfig < Struct.new(
|
5498
5389
|
:enabled,
|
@@ -5502,13 +5393,15 @@ module Aws::CloudFront
|
|
5502
5393
|
include Aws::Structure
|
5503
5394
|
end
|
5504
5395
|
|
5505
|
-
# A complex type that describes the Amazon S3 bucket
|
5506
|
-
#
|
5507
|
-
#
|
5396
|
+
# A complex type that describes the Amazon S3 bucket, HTTP server (for
|
5397
|
+
# example, a web server), Amazon MediaStore, or other server from which
|
5398
|
+
# CloudFront gets your files. This can also be an origin group, if
|
5399
|
+
# you've created an origin group. You must specify at least one origin
|
5400
|
+
# or origin group.
|
5508
5401
|
#
|
5509
|
-
# For the current limit on the number of origins
|
5510
|
-
# a distribution, see [Amazon CloudFront Limits][1]
|
5511
|
-
# Reference*.
|
5402
|
+
# For the current limit on the number of origins or origin groups that
|
5403
|
+
# you can specify for a distribution, see [Amazon CloudFront Limits][1]
|
5404
|
+
# in the *AWS General Reference*.
|
5512
5405
|
#
|
5513
5406
|
#
|
5514
5407
|
#
|
@@ -5547,8 +5440,8 @@ module Aws::CloudFront
|
|
5547
5440
|
# }
|
5548
5441
|
#
|
5549
5442
|
# @!attribute [rw] id
|
5550
|
-
# A unique identifier for the origin. The value of
|
5551
|
-
# within the distribution.
|
5443
|
+
# A unique identifier for the origin or origin group. The value of
|
5444
|
+
# `Id` must be unique within the distribution.
|
5552
5445
|
#
|
5553
5446
|
# When you specify the value of `TargetOriginId` for the default cache
|
5554
5447
|
# behavior or for another cache behavior, you indicate the origin to
|
@@ -5571,6 +5464,10 @@ module Aws::CloudFront
|
|
5571
5464
|
# to be configured as a website endpoint, enter the Amazon S3 static
|
5572
5465
|
# website hosting endpoint for the bucket.
|
5573
5466
|
#
|
5467
|
+
# For more information about specifying this value for different types
|
5468
|
+
# of origins, see [Origin Domain Name][1] in the *Amazon CloudFront
|
5469
|
+
# Developer Guide*.
|
5470
|
+
#
|
5574
5471
|
# Constraints for Amazon S3 origins:
|
5575
5472
|
#
|
5576
5473
|
# * If you configured Amazon S3 Transfer Acceleration for your bucket,
|
@@ -5594,6 +5491,10 @@ module Aws::CloudFront
|
|
5594
5491
|
# 0-9, dot (.), hyphen (-), or underscore (\_) characters.
|
5595
5492
|
#
|
5596
5493
|
# * The name cannot exceed 128 characters.
|
5494
|
+
#
|
5495
|
+
#
|
5496
|
+
#
|
5497
|
+
# [1]: http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesDomainName
|
5597
5498
|
# @return [String]
|
5598
5499
|
#
|
5599
5500
|
# @!attribute [rw] origin_path
|
@@ -5639,7 +5540,7 @@ module Aws::CloudFront
|
|
5639
5540
|
# instead.
|
5640
5541
|
# @return [Types::CustomOriginConfig]
|
5641
5542
|
#
|
5642
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
5543
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/Origin AWS API Documentation
|
5643
5544
|
#
|
5644
5545
|
class Origin < Struct.new(
|
5645
5546
|
:id,
|
@@ -5678,7 +5579,7 @@ module Aws::CloudFront
|
|
5678
5579
|
# field.
|
5679
5580
|
# @return [String]
|
5680
5581
|
#
|
5681
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
5582
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/OriginCustomHeader AWS API Documentation
|
5682
5583
|
#
|
5683
5584
|
class OriginCustomHeader < Struct.new(
|
5684
5585
|
:header_name,
|
@@ -5686,6 +5587,179 @@ module Aws::CloudFront
|
|
5686
5587
|
include Aws::Structure
|
5687
5588
|
end
|
5688
5589
|
|
5590
|
+
# An origin group includes two origins (a primary origin and a second
|
5591
|
+
# origin to failover to) and a failover criteria that you specify. You
|
5592
|
+
# create an origin group to support origin failover in CloudFront. When
|
5593
|
+
# you create or update a distribution, you can specifiy the origin group
|
5594
|
+
# instead of a single origin, and CloudFront will failover from the
|
5595
|
+
# primary origin to the second origin under the failover conditions that
|
5596
|
+
# you've chosen.
|
5597
|
+
#
|
5598
|
+
# @note When making an API call, you may pass OriginGroup
|
5599
|
+
# data as a hash:
|
5600
|
+
#
|
5601
|
+
# {
|
5602
|
+
# id: "string", # required
|
5603
|
+
# failover_criteria: { # required
|
5604
|
+
# status_codes: { # required
|
5605
|
+
# quantity: 1, # required
|
5606
|
+
# items: [1], # required
|
5607
|
+
# },
|
5608
|
+
# },
|
5609
|
+
# members: { # required
|
5610
|
+
# quantity: 1, # required
|
5611
|
+
# items: [ # required
|
5612
|
+
# {
|
5613
|
+
# origin_id: "string", # required
|
5614
|
+
# },
|
5615
|
+
# ],
|
5616
|
+
# },
|
5617
|
+
# }
|
5618
|
+
#
|
5619
|
+
# @!attribute [rw] id
|
5620
|
+
# The origin group's ID.
|
5621
|
+
# @return [String]
|
5622
|
+
#
|
5623
|
+
# @!attribute [rw] failover_criteria
|
5624
|
+
# A complex type that contains information about the failover criteria
|
5625
|
+
# for an origin group.
|
5626
|
+
# @return [Types::OriginGroupFailoverCriteria]
|
5627
|
+
#
|
5628
|
+
# @!attribute [rw] members
|
5629
|
+
# A complex type that contains information about the origins in an
|
5630
|
+
# origin group.
|
5631
|
+
# @return [Types::OriginGroupMembers]
|
5632
|
+
#
|
5633
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/OriginGroup AWS API Documentation
|
5634
|
+
#
|
5635
|
+
class OriginGroup < Struct.new(
|
5636
|
+
:id,
|
5637
|
+
:failover_criteria,
|
5638
|
+
:members)
|
5639
|
+
include Aws::Structure
|
5640
|
+
end
|
5641
|
+
|
5642
|
+
# A complex data type that includes information about the failover
|
5643
|
+
# criteria for an origin group, including the status codes for which
|
5644
|
+
# CloudFront will failover from the primary origin to the second origin.
|
5645
|
+
#
|
5646
|
+
# @note When making an API call, you may pass OriginGroupFailoverCriteria
|
5647
|
+
# data as a hash:
|
5648
|
+
#
|
5649
|
+
# {
|
5650
|
+
# status_codes: { # required
|
5651
|
+
# quantity: 1, # required
|
5652
|
+
# items: [1], # required
|
5653
|
+
# },
|
5654
|
+
# }
|
5655
|
+
#
|
5656
|
+
# @!attribute [rw] status_codes
|
5657
|
+
# The status codes that, when returned from the primary origin, will
|
5658
|
+
# trigger CloudFront to failover to the second origin.
|
5659
|
+
# @return [Types::StatusCodes]
|
5660
|
+
#
|
5661
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/OriginGroupFailoverCriteria AWS API Documentation
|
5662
|
+
#
|
5663
|
+
class OriginGroupFailoverCriteria < Struct.new(
|
5664
|
+
:status_codes)
|
5665
|
+
include Aws::Structure
|
5666
|
+
end
|
5667
|
+
|
5668
|
+
# An origin in an origin group.
|
5669
|
+
#
|
5670
|
+
# @note When making an API call, you may pass OriginGroupMember
|
5671
|
+
# data as a hash:
|
5672
|
+
#
|
5673
|
+
# {
|
5674
|
+
# origin_id: "string", # required
|
5675
|
+
# }
|
5676
|
+
#
|
5677
|
+
# @!attribute [rw] origin_id
|
5678
|
+
# The ID for an origin in an origin group.
|
5679
|
+
# @return [String]
|
5680
|
+
#
|
5681
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/OriginGroupMember AWS API Documentation
|
5682
|
+
#
|
5683
|
+
class OriginGroupMember < Struct.new(
|
5684
|
+
:origin_id)
|
5685
|
+
include Aws::Structure
|
5686
|
+
end
|
5687
|
+
|
5688
|
+
# A complex data type for the origins included in an origin group.
|
5689
|
+
#
|
5690
|
+
# @note When making an API call, you may pass OriginGroupMembers
|
5691
|
+
# data as a hash:
|
5692
|
+
#
|
5693
|
+
# {
|
5694
|
+
# quantity: 1, # required
|
5695
|
+
# items: [ # required
|
5696
|
+
# {
|
5697
|
+
# origin_id: "string", # required
|
5698
|
+
# },
|
5699
|
+
# ],
|
5700
|
+
# }
|
5701
|
+
#
|
5702
|
+
# @!attribute [rw] quantity
|
5703
|
+
# The number of origins in an origin group.
|
5704
|
+
# @return [Integer]
|
5705
|
+
#
|
5706
|
+
# @!attribute [rw] items
|
5707
|
+
# Items (origins) in an origin group.
|
5708
|
+
# @return [Array<Types::OriginGroupMember>]
|
5709
|
+
#
|
5710
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/OriginGroupMembers AWS API Documentation
|
5711
|
+
#
|
5712
|
+
class OriginGroupMembers < Struct.new(
|
5713
|
+
:quantity,
|
5714
|
+
:items)
|
5715
|
+
include Aws::Structure
|
5716
|
+
end
|
5717
|
+
|
5718
|
+
# A complex data type for the origin groups specified for a
|
5719
|
+
# distribution.
|
5720
|
+
#
|
5721
|
+
# @note When making an API call, you may pass OriginGroups
|
5722
|
+
# data as a hash:
|
5723
|
+
#
|
5724
|
+
# {
|
5725
|
+
# quantity: 1, # required
|
5726
|
+
# items: [
|
5727
|
+
# {
|
5728
|
+
# id: "string", # required
|
5729
|
+
# failover_criteria: { # required
|
5730
|
+
# status_codes: { # required
|
5731
|
+
# quantity: 1, # required
|
5732
|
+
# items: [1], # required
|
5733
|
+
# },
|
5734
|
+
# },
|
5735
|
+
# members: { # required
|
5736
|
+
# quantity: 1, # required
|
5737
|
+
# items: [ # required
|
5738
|
+
# {
|
5739
|
+
# origin_id: "string", # required
|
5740
|
+
# },
|
5741
|
+
# ],
|
5742
|
+
# },
|
5743
|
+
# },
|
5744
|
+
# ],
|
5745
|
+
# }
|
5746
|
+
#
|
5747
|
+
# @!attribute [rw] quantity
|
5748
|
+
# The number of origin groups.
|
5749
|
+
# @return [Integer]
|
5750
|
+
#
|
5751
|
+
# @!attribute [rw] items
|
5752
|
+
# The items (origin groups) in a distribution.
|
5753
|
+
# @return [Array<Types::OriginGroup>]
|
5754
|
+
#
|
5755
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/OriginGroups AWS API Documentation
|
5756
|
+
#
|
5757
|
+
class OriginGroups < Struct.new(
|
5758
|
+
:quantity,
|
5759
|
+
:items)
|
5760
|
+
include Aws::Structure
|
5761
|
+
end
|
5762
|
+
|
5689
5763
|
# A complex type that contains information about the SSL/TLS protocols
|
5690
5764
|
# that CloudFront can use when establishing an HTTPS connection with
|
5691
5765
|
# your origin.
|
@@ -5708,7 +5782,7 @@ module Aws::CloudFront
|
|
5708
5782
|
# distribution.
|
5709
5783
|
# @return [Array<String>]
|
5710
5784
|
#
|
5711
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
5785
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/OriginSslProtocols AWS API Documentation
|
5712
5786
|
#
|
5713
5787
|
class OriginSslProtocols < Struct.new(
|
5714
5788
|
:quantity,
|
@@ -5716,15 +5790,15 @@ module Aws::CloudFront
|
|
5716
5790
|
include Aws::Structure
|
5717
5791
|
end
|
5718
5792
|
|
5719
|
-
# A complex type that contains information about origins
|
5720
|
-
# distribution.
|
5793
|
+
# A complex type that contains information about origins and origin
|
5794
|
+
# groups for this distribution.
|
5721
5795
|
#
|
5722
5796
|
# @note When making an API call, you may pass Origins
|
5723
5797
|
# data as a hash:
|
5724
5798
|
#
|
5725
5799
|
# {
|
5726
5800
|
# quantity: 1, # required
|
5727
|
-
# items: [
|
5801
|
+
# items: [ # required
|
5728
5802
|
# {
|
5729
5803
|
# id: "string", # required
|
5730
5804
|
# domain_name: "string", # required
|
@@ -5757,14 +5831,15 @@ module Aws::CloudFront
|
|
5757
5831
|
# }
|
5758
5832
|
#
|
5759
5833
|
# @!attribute [rw] quantity
|
5760
|
-
# The number of origins for this distribution.
|
5834
|
+
# The number of origins or origin groups for this distribution.
|
5761
5835
|
# @return [Integer]
|
5762
5836
|
#
|
5763
5837
|
# @!attribute [rw] items
|
5764
|
-
# A complex type that contains origins for this
|
5838
|
+
# A complex type that contains origins or origin groups for this
|
5839
|
+
# distribution.
|
5765
5840
|
# @return [Array<Types::Origin>]
|
5766
5841
|
#
|
5767
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
5842
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/Origins AWS API Documentation
|
5768
5843
|
#
|
5769
5844
|
class Origins < Struct.new(
|
5770
5845
|
:quantity,
|
@@ -5797,7 +5872,7 @@ module Aws::CloudFront
|
|
5797
5872
|
# invalidate.
|
5798
5873
|
# @return [Array<String>]
|
5799
5874
|
#
|
5800
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
5875
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/Paths AWS API Documentation
|
5801
5876
|
#
|
5802
5877
|
class Paths < Struct.new(
|
5803
5878
|
:quantity,
|
@@ -5821,7 +5896,7 @@ module Aws::CloudFront
|
|
5821
5896
|
# with features like field-level encryption.
|
5822
5897
|
# @return [Types::PublicKeyConfig]
|
5823
5898
|
#
|
5824
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
5899
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/PublicKey AWS API Documentation
|
5825
5900
|
#
|
5826
5901
|
class PublicKey < Struct.new(
|
5827
5902
|
:id,
|
@@ -5844,7 +5919,7 @@ module Aws::CloudFront
|
|
5844
5919
|
# }
|
5845
5920
|
#
|
5846
5921
|
# @!attribute [rw] caller_reference
|
5847
|
-
# A unique number that ensures the request can't be replayed.
|
5922
|
+
# A unique number that ensures that the request can't be replayed.
|
5848
5923
|
# @return [String]
|
5849
5924
|
#
|
5850
5925
|
# @!attribute [rw] name
|
@@ -5861,7 +5936,7 @@ module Aws::CloudFront
|
|
5861
5936
|
# An optional comment about a public key.
|
5862
5937
|
# @return [String]
|
5863
5938
|
#
|
5864
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
5939
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/PublicKeyConfig AWS API Documentation
|
5865
5940
|
#
|
5866
5941
|
class PublicKeyConfig < Struct.new(
|
5867
5942
|
:caller_reference,
|
@@ -5894,7 +5969,7 @@ module Aws::CloudFront
|
|
5894
5969
|
# use with features like field-level encryption.
|
5895
5970
|
# @return [Array<Types::PublicKeySummary>]
|
5896
5971
|
#
|
5897
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
5972
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/PublicKeyList AWS API Documentation
|
5898
5973
|
#
|
5899
5974
|
class PublicKeyList < Struct.new(
|
5900
5975
|
:next_marker,
|
@@ -5904,7 +5979,7 @@ module Aws::CloudFront
|
|
5904
5979
|
include Aws::Structure
|
5905
5980
|
end
|
5906
5981
|
|
5907
|
-
#
|
5982
|
+
# A complex data type for public key information.
|
5908
5983
|
#
|
5909
5984
|
# @!attribute [rw] id
|
5910
5985
|
# ID for public key information summary.
|
@@ -5926,7 +6001,7 @@ module Aws::CloudFront
|
|
5926
6001
|
# Comment for public key information summary.
|
5927
6002
|
# @return [String]
|
5928
6003
|
#
|
5929
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
6004
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/PublicKeySummary AWS API Documentation
|
5930
6005
|
#
|
5931
6006
|
class PublicKeySummary < Struct.new(
|
5932
6007
|
:id,
|
@@ -5957,7 +6032,7 @@ module Aws::CloudFront
|
|
5957
6032
|
# argument-profile mapping
|
5958
6033
|
# @return [String]
|
5959
6034
|
#
|
5960
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
6035
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/QueryArgProfile AWS API Documentation
|
5961
6036
|
#
|
5962
6037
|
class QueryArgProfile < Struct.new(
|
5963
6038
|
:query_arg,
|
@@ -5995,7 +6070,7 @@ module Aws::CloudFront
|
|
5995
6070
|
# field-level encryption.
|
5996
6071
|
# @return [Types::QueryArgProfiles]
|
5997
6072
|
#
|
5998
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
6073
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/QueryArgProfileConfig AWS API Documentation
|
5999
6074
|
#
|
6000
6075
|
class QueryArgProfileConfig < Struct.new(
|
6001
6076
|
:forward_when_query_arg_profile_is_unknown,
|
@@ -6028,7 +6103,7 @@ module Aws::CloudFront
|
|
6028
6103
|
# encryption.
|
6029
6104
|
# @return [Array<Types::QueryArgProfile>]
|
6030
6105
|
#
|
6031
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
6106
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/QueryArgProfiles AWS API Documentation
|
6032
6107
|
#
|
6033
6108
|
class QueryArgProfiles < Struct.new(
|
6034
6109
|
:quantity,
|
@@ -6055,7 +6130,7 @@ module Aws::CloudFront
|
|
6055
6130
|
# behavior. If `Quantity` is 0, you can omit `Items`.
|
6056
6131
|
# @return [Array<String>]
|
6057
6132
|
#
|
6058
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
6133
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/QueryStringCacheKeys AWS API Documentation
|
6059
6134
|
#
|
6060
6135
|
class QueryStringCacheKeys < Struct.new(
|
6061
6136
|
:quantity,
|
@@ -6083,7 +6158,7 @@ module Aws::CloudFront
|
|
6083
6158
|
# `MaxMind` GeoIP databases.
|
6084
6159
|
# @return [Types::GeoRestriction]
|
6085
6160
|
#
|
6086
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
6161
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/Restrictions AWS API Documentation
|
6087
6162
|
#
|
6088
6163
|
class Restrictions < Struct.new(
|
6089
6164
|
:geo_restriction)
|
@@ -6132,7 +6207,7 @@ module Aws::CloudFront
|
|
6132
6207
|
# [1]: http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-restricting-access-to-s3.html
|
6133
6208
|
# @return [String]
|
6134
6209
|
#
|
6135
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
6210
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/S3Origin AWS API Documentation
|
6136
6211
|
#
|
6137
6212
|
class S3Origin < Struct.new(
|
6138
6213
|
:domain_name,
|
@@ -6183,7 +6258,7 @@ module Aws::CloudFront
|
|
6183
6258
|
# [1]: http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html
|
6184
6259
|
# @return [String]
|
6185
6260
|
#
|
6186
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
6261
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/S3OriginConfig AWS API Documentation
|
6187
6262
|
#
|
6188
6263
|
class S3OriginConfig < Struct.new(
|
6189
6264
|
:origin_access_identity)
|
@@ -6208,7 +6283,7 @@ module Aws::CloudFront
|
|
6208
6283
|
# that are associated with `AwsAccountNumber`.
|
6209
6284
|
# @return [Types::KeyPairIds]
|
6210
6285
|
#
|
6211
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
6286
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/Signer AWS API Documentation
|
6212
6287
|
#
|
6213
6288
|
class Signer < Struct.new(
|
6214
6289
|
:aws_account_number,
|
@@ -6216,6 +6291,34 @@ module Aws::CloudFront
|
|
6216
6291
|
include Aws::Structure
|
6217
6292
|
end
|
6218
6293
|
|
6294
|
+
# A complex data type for the status codes that you specify that, when
|
6295
|
+
# returned by a primary origin, trigger CloudFront to failover to a
|
6296
|
+
# second origin.
|
6297
|
+
#
|
6298
|
+
# @note When making an API call, you may pass StatusCodes
|
6299
|
+
# data as a hash:
|
6300
|
+
#
|
6301
|
+
# {
|
6302
|
+
# quantity: 1, # required
|
6303
|
+
# items: [1], # required
|
6304
|
+
# }
|
6305
|
+
#
|
6306
|
+
# @!attribute [rw] quantity
|
6307
|
+
# The number of status codes.
|
6308
|
+
# @return [Integer]
|
6309
|
+
#
|
6310
|
+
# @!attribute [rw] items
|
6311
|
+
# The items (status codes) for an origin group.
|
6312
|
+
# @return [Array<Integer>]
|
6313
|
+
#
|
6314
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/StatusCodes AWS API Documentation
|
6315
|
+
#
|
6316
|
+
class StatusCodes < Struct.new(
|
6317
|
+
:quantity,
|
6318
|
+
:items)
|
6319
|
+
include Aws::Structure
|
6320
|
+
end
|
6321
|
+
|
6219
6322
|
# A streaming distribution.
|
6220
6323
|
#
|
6221
6324
|
# @!attribute [rw] id
|
@@ -6224,6 +6327,9 @@ module Aws::CloudFront
|
|
6224
6327
|
# @return [String]
|
6225
6328
|
#
|
6226
6329
|
# @!attribute [rw] arn
|
6330
|
+
# The ARN (Amazon Resource Name) for the distribution. For example:
|
6331
|
+
# `arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5`,
|
6332
|
+
# where `123456789012` is your AWS account ID.
|
6227
6333
|
# @return [String]
|
6228
6334
|
#
|
6229
6335
|
# @!attribute [rw] status
|
@@ -6266,7 +6372,7 @@ module Aws::CloudFront
|
|
6266
6372
|
# The current configuration information for the RTMP distribution.
|
6267
6373
|
# @return [Types::StreamingDistributionConfig]
|
6268
6374
|
#
|
6269
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
6375
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/StreamingDistribution AWS API Documentation
|
6270
6376
|
#
|
6271
6377
|
class StreamingDistribution < Struct.new(
|
6272
6378
|
:id,
|
@@ -6310,18 +6416,16 @@ module Aws::CloudFront
|
|
6310
6416
|
# }
|
6311
6417
|
#
|
6312
6418
|
# @!attribute [rw] caller_reference
|
6313
|
-
# A unique
|
6314
|
-
# the
|
6315
|
-
#
|
6316
|
-
#
|
6317
|
-
#
|
6318
|
-
#
|
6319
|
-
#
|
6320
|
-
#
|
6321
|
-
#
|
6322
|
-
#
|
6323
|
-
# `StreamingDistributionConfig` is different from the original
|
6324
|
-
# request, CloudFront returns a `DistributionAlreadyExists` error.
|
6419
|
+
# A unique value (for example, a date-time stamp) that ensures that
|
6420
|
+
# the request can't be replayed.
|
6421
|
+
#
|
6422
|
+
# If the value of `CallerReference` is new (regardless of the content
|
6423
|
+
# of the `StreamingDistributionConfig` object), CloudFront creates a
|
6424
|
+
# new distribution.
|
6425
|
+
#
|
6426
|
+
# If `CallerReference` is a value that you already sent in a previous
|
6427
|
+
# request to create a distribution, CloudFront returns a
|
6428
|
+
# `DistributionAlreadyExists` error.
|
6325
6429
|
# @return [String]
|
6326
6430
|
#
|
6327
6431
|
# @!attribute [rw] s3_origin
|
@@ -6367,7 +6471,7 @@ module Aws::CloudFront
|
|
6367
6471
|
# requests for content.
|
6368
6472
|
# @return [Boolean]
|
6369
6473
|
#
|
6370
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
6474
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/StreamingDistributionConfig AWS API Documentation
|
6371
6475
|
#
|
6372
6476
|
class StreamingDistributionConfig < Struct.new(
|
6373
6477
|
:caller_reference,
|
@@ -6430,7 +6534,7 @@ module Aws::CloudFront
|
|
6430
6534
|
# A complex type that contains zero or more `Tag` elements.
|
6431
6535
|
# @return [Types::Tags]
|
6432
6536
|
#
|
6433
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
6537
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/StreamingDistributionConfigWithTags AWS API Documentation
|
6434
6538
|
#
|
6435
6539
|
class StreamingDistributionConfigWithTags < Struct.new(
|
6436
6540
|
:streaming_distribution_config,
|
@@ -6472,7 +6576,7 @@ module Aws::CloudFront
|
|
6472
6576
|
# account.
|
6473
6577
|
# @return [Array<Types::StreamingDistributionSummary>]
|
6474
6578
|
#
|
6475
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
6579
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/StreamingDistributionList AWS API Documentation
|
6476
6580
|
#
|
6477
6581
|
class StreamingDistributionList < Struct.new(
|
6478
6582
|
:marker,
|
@@ -6551,7 +6655,7 @@ module Aws::CloudFront
|
|
6551
6655
|
# content.
|
6552
6656
|
# @return [Boolean]
|
6553
6657
|
#
|
6554
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
6658
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/StreamingDistributionSummary AWS API Documentation
|
6555
6659
|
#
|
6556
6660
|
class StreamingDistributionSummary < Struct.new(
|
6557
6661
|
:id,
|
@@ -6603,7 +6707,7 @@ module Aws::CloudFront
|
|
6603
6707
|
# in the `Logging` element.
|
6604
6708
|
# @return [String]
|
6605
6709
|
#
|
6606
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
6710
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/StreamingLoggingConfig AWS API Documentation
|
6607
6711
|
#
|
6608
6712
|
class StreamingLoggingConfig < Struct.new(
|
6609
6713
|
:enabled,
|
@@ -6638,7 +6742,7 @@ module Aws::CloudFront
|
|
6638
6742
|
# characters `_ - . : / = + @`.
|
6639
6743
|
# @return [String]
|
6640
6744
|
#
|
6641
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
6745
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/Tag AWS API Documentation
|
6642
6746
|
#
|
6643
6747
|
class Tag < Struct.new(
|
6644
6748
|
:key,
|
@@ -6659,7 +6763,7 @@ module Aws::CloudFront
|
|
6659
6763
|
# A complex type that contains `Tag` key elements.
|
6660
6764
|
# @return [Array<String>]
|
6661
6765
|
#
|
6662
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
6766
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/TagKeys AWS API Documentation
|
6663
6767
|
#
|
6664
6768
|
class TagKeys < Struct.new(
|
6665
6769
|
:items)
|
@@ -6691,7 +6795,7 @@ module Aws::CloudFront
|
|
6691
6795
|
# A complex type that contains zero or more `Tag` elements.
|
6692
6796
|
# @return [Types::Tags]
|
6693
6797
|
#
|
6694
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
6798
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/TagResourceRequest AWS API Documentation
|
6695
6799
|
#
|
6696
6800
|
class TagResourceRequest < Struct.new(
|
6697
6801
|
:resource,
|
@@ -6717,7 +6821,7 @@ module Aws::CloudFront
|
|
6717
6821
|
# A complex type that contains `Tag` elements.
|
6718
6822
|
# @return [Array<Types::Tag>]
|
6719
6823
|
#
|
6720
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
6824
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/Tags AWS API Documentation
|
6721
6825
|
#
|
6722
6826
|
class Tags < Struct.new(
|
6723
6827
|
:items)
|
@@ -6773,7 +6877,7 @@ module Aws::CloudFront
|
|
6773
6877
|
# cache behavior. If `Quantity` is `0`, you can omit `Items`.
|
6774
6878
|
# @return [Array<String>]
|
6775
6879
|
#
|
6776
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
6880
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/TrustedSigners AWS API Documentation
|
6777
6881
|
#
|
6778
6882
|
class TrustedSigners < Struct.new(
|
6779
6883
|
:enabled,
|
@@ -6802,7 +6906,7 @@ module Aws::CloudFront
|
|
6802
6906
|
# A complex type that contains zero or more `Tag` key elements.
|
6803
6907
|
# @return [Types::TagKeys]
|
6804
6908
|
#
|
6805
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
6909
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/UntagResourceRequest AWS API Documentation
|
6806
6910
|
#
|
6807
6911
|
class UntagResourceRequest < Struct.new(
|
6808
6912
|
:resource,
|
@@ -6837,7 +6941,7 @@ module Aws::CloudFront
|
|
6837
6941
|
# identity's configuration. For example: `E2QWRUHAPOMQZL`.
|
6838
6942
|
# @return [String]
|
6839
6943
|
#
|
6840
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
6944
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/UpdateCloudFrontOriginAccessIdentityRequest AWS API Documentation
|
6841
6945
|
#
|
6842
6946
|
class UpdateCloudFrontOriginAccessIdentityRequest < Struct.new(
|
6843
6947
|
:cloud_front_origin_access_identity_config,
|
@@ -6857,7 +6961,7 @@ module Aws::CloudFront
|
|
6857
6961
|
# `E2QWRUHAPOMQZL`.
|
6858
6962
|
# @return [String]
|
6859
6963
|
#
|
6860
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
6964
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/UpdateCloudFrontOriginAccessIdentityResult AWS API Documentation
|
6861
6965
|
#
|
6862
6966
|
class UpdateCloudFrontOriginAccessIdentityResult < Struct.new(
|
6863
6967
|
:cloud_front_origin_access_identity,
|
@@ -6880,7 +6984,7 @@ module Aws::CloudFront
|
|
6880
6984
|
# default_root_object: "string",
|
6881
6985
|
# origins: { # required
|
6882
6986
|
# quantity: 1, # required
|
6883
|
-
# items: [
|
6987
|
+
# items: [ # required
|
6884
6988
|
# {
|
6885
6989
|
# id: "string", # required
|
6886
6990
|
# domain_name: "string", # required
|
@@ -6911,6 +7015,28 @@ module Aws::CloudFront
|
|
6911
7015
|
# },
|
6912
7016
|
# ],
|
6913
7017
|
# },
|
7018
|
+
# origin_groups: {
|
7019
|
+
# quantity: 1, # required
|
7020
|
+
# items: [
|
7021
|
+
# {
|
7022
|
+
# id: "string", # required
|
7023
|
+
# failover_criteria: { # required
|
7024
|
+
# status_codes: { # required
|
7025
|
+
# quantity: 1, # required
|
7026
|
+
# items: [1], # required
|
7027
|
+
# },
|
7028
|
+
# },
|
7029
|
+
# members: { # required
|
7030
|
+
# quantity: 1, # required
|
7031
|
+
# items: [ # required
|
7032
|
+
# {
|
7033
|
+
# origin_id: "string", # required
|
7034
|
+
# },
|
7035
|
+
# ],
|
7036
|
+
# },
|
7037
|
+
# },
|
7038
|
+
# ],
|
7039
|
+
# },
|
6914
7040
|
# default_cache_behavior: { # required
|
6915
7041
|
# target_origin_id: "string", # required
|
6916
7042
|
# forwarded_values: { # required
|
@@ -7076,7 +7202,7 @@ module Aws::CloudFront
|
|
7076
7202
|
# distribution's configuration. For example: `E2QWRUHAPOMQZL`.
|
7077
7203
|
# @return [String]
|
7078
7204
|
#
|
7079
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
7205
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/UpdateDistributionRequest AWS API Documentation
|
7080
7206
|
#
|
7081
7207
|
class UpdateDistributionRequest < Struct.new(
|
7082
7208
|
:distribution_config,
|
@@ -7096,7 +7222,7 @@ module Aws::CloudFront
|
|
7096
7222
|
# `E2QWRUHAPOMQZL`.
|
7097
7223
|
# @return [String]
|
7098
7224
|
#
|
7099
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
7225
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/UpdateDistributionResult AWS API Documentation
|
7100
7226
|
#
|
7101
7227
|
class UpdateDistributionResult < Struct.new(
|
7102
7228
|
:distribution,
|
@@ -7154,7 +7280,7 @@ module Aws::CloudFront
|
|
7154
7280
|
# configuration identity to update. For example: `E2QWRUHAPOMQZL`.
|
7155
7281
|
# @return [String]
|
7156
7282
|
#
|
7157
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
7283
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/UpdateFieldLevelEncryptionConfigRequest AWS API Documentation
|
7158
7284
|
#
|
7159
7285
|
class UpdateFieldLevelEncryptionConfigRequest < Struct.new(
|
7160
7286
|
:field_level_encryption_config,
|
@@ -7172,7 +7298,7 @@ module Aws::CloudFront
|
|
7172
7298
|
# configuration. For example: `E2QWRUHAPOMQZL`.
|
7173
7299
|
# @return [String]
|
7174
7300
|
#
|
7175
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
7301
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/UpdateFieldLevelEncryptionConfigResult AWS API Documentation
|
7176
7302
|
#
|
7177
7303
|
class UpdateFieldLevelEncryptionConfigResult < Struct.new(
|
7178
7304
|
:field_level_encryption,
|
@@ -7219,7 +7345,7 @@ module Aws::CloudFront
|
|
7219
7345
|
# profile identity to update. For example: `E2QWRUHAPOMQZL`.
|
7220
7346
|
# @return [String]
|
7221
7347
|
#
|
7222
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
7348
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/UpdateFieldLevelEncryptionProfileRequest AWS API Documentation
|
7223
7349
|
#
|
7224
7350
|
class UpdateFieldLevelEncryptionProfileRequest < Struct.new(
|
7225
7351
|
:field_level_encryption_profile_config,
|
@@ -7236,7 +7362,7 @@ module Aws::CloudFront
|
|
7236
7362
|
# The result of the field-level encryption profile request.
|
7237
7363
|
# @return [String]
|
7238
7364
|
#
|
7239
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
7365
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/UpdateFieldLevelEncryptionProfileResult AWS API Documentation
|
7240
7366
|
#
|
7241
7367
|
class UpdateFieldLevelEncryptionProfileResult < Struct.new(
|
7242
7368
|
:field_level_encryption_profile,
|
@@ -7271,7 +7397,7 @@ module Aws::CloudFront
|
|
7271
7397
|
# public key to update. For example: `E2QWRUHAPOMQZL`.
|
7272
7398
|
# @return [String]
|
7273
7399
|
#
|
7274
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
7400
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/UpdatePublicKeyRequest AWS API Documentation
|
7275
7401
|
#
|
7276
7402
|
class UpdatePublicKeyRequest < Struct.new(
|
7277
7403
|
:public_key_config,
|
@@ -7289,7 +7415,7 @@ module Aws::CloudFront
|
|
7289
7415
|
# `E2QWRUHAPOMQZL`.
|
7290
7416
|
# @return [String]
|
7291
7417
|
#
|
7292
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
7418
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/UpdatePublicKeyResult AWS API Documentation
|
7293
7419
|
#
|
7294
7420
|
class UpdatePublicKeyResult < Struct.new(
|
7295
7421
|
:public_key,
|
@@ -7345,7 +7471,7 @@ module Aws::CloudFront
|
|
7345
7471
|
# `E2QWRUHAPOMQZL`.
|
7346
7472
|
# @return [String]
|
7347
7473
|
#
|
7348
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
7474
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/UpdateStreamingDistributionRequest AWS API Documentation
|
7349
7475
|
#
|
7350
7476
|
class UpdateStreamingDistributionRequest < Struct.new(
|
7351
7477
|
:streaming_distribution_config,
|
@@ -7365,7 +7491,7 @@ module Aws::CloudFront
|
|
7365
7491
|
# `E2QWRUHAPOMQZL`.
|
7366
7492
|
# @return [String]
|
7367
7493
|
#
|
7368
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
7494
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/UpdateStreamingDistributionResult AWS API Documentation
|
7369
7495
|
#
|
7370
7496
|
class UpdateStreamingDistributionResult < Struct.new(
|
7371
7497
|
:streaming_distribution,
|
@@ -7603,7 +7729,7 @@ module Aws::CloudFront
|
|
7603
7729
|
# * ViewerCertificate$CloudFrontDefaultCertificate
|
7604
7730
|
# @return [String]
|
7605
7731
|
#
|
7606
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-
|
7732
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2018-11-05/ViewerCertificate AWS API Documentation
|
7607
7733
|
#
|
7608
7734
|
class ViewerCertificate < Struct.new(
|
7609
7735
|
:cloud_front_default_certificate,
|