aws-sdk-cloudfront 1.31.0 → 1.32.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 +1 -1
- data/lib/aws-sdk-cloudfront/cookie_signer.rb +2 -0
- data/lib/aws-sdk-cloudfront/customizations.rb +2 -0
- data/lib/aws-sdk-cloudfront/signer.rb +2 -0
- data/lib/aws-sdk-cloudfront/types.rb +245 -0
- data/lib/aws-sdk-cloudfront/url_signer.rb +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2a0bcd9aef353c5dc4d9fb3e59d874e06d6a6f0109df0c9f55209aa10e5204de
|
4
|
+
data.tar.gz: 4775d1f1f2f78623138d3e1b780bc9c9e787586de6a2026789a8cc06afcadac0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4bce16e95dabb1aeac292e7334125007762da6db0cf2446428bc2e4bb199033aadec08f82251189c8d4c7f8f23ee3b937ecdf5675bc8c108843dff81cb4967ca
|
7
|
+
data.tar.gz: d6d4f139e11d720d2d4313dda7172ecdf771efe676a3577192c68ffcd9e89e4a406e0ac8d5a73224f89af858274fe768b6642d71e16e8bbcab87d105acb0e6a7
|
data/lib/aws-sdk-cloudfront.rb
CHANGED
@@ -4182,7 +4182,7 @@ module Aws::CloudFront
|
|
4182
4182
|
params: params,
|
4183
4183
|
config: config)
|
4184
4184
|
context[:gem_name] = 'aws-sdk-cloudfront'
|
4185
|
-
context[:gem_version] = '1.
|
4185
|
+
context[:gem_version] = '1.32.0'
|
4186
4186
|
Seahorse::Client::Request.new(handlers, context)
|
4187
4187
|
end
|
4188
4188
|
|
@@ -19,6 +19,7 @@ module Aws::CloudFront
|
|
19
19
|
#
|
20
20
|
class AccessDenied < Struct.new(
|
21
21
|
:message)
|
22
|
+
SENSITIVE = []
|
22
23
|
include Aws::Structure
|
23
24
|
end
|
24
25
|
|
@@ -64,6 +65,7 @@ module Aws::CloudFront
|
|
64
65
|
:enabled,
|
65
66
|
:quantity,
|
66
67
|
:items)
|
68
|
+
SENSITIVE = []
|
67
69
|
include Aws::Structure
|
68
70
|
end
|
69
71
|
|
@@ -114,6 +116,7 @@ module Aws::CloudFront
|
|
114
116
|
class AliasICPRecordal < Struct.new(
|
115
117
|
:cname,
|
116
118
|
:icp_recordal_status)
|
119
|
+
SENSITIVE = []
|
117
120
|
include Aws::Structure
|
118
121
|
end
|
119
122
|
|
@@ -143,6 +146,7 @@ module Aws::CloudFront
|
|
143
146
|
class Aliases < Struct.new(
|
144
147
|
:quantity,
|
145
148
|
:items)
|
149
|
+
SENSITIVE = []
|
146
150
|
include Aws::Structure
|
147
151
|
end
|
148
152
|
|
@@ -207,6 +211,7 @@ module Aws::CloudFront
|
|
207
211
|
:quantity,
|
208
212
|
:items,
|
209
213
|
:cached_methods)
|
214
|
+
SENSITIVE = []
|
210
215
|
include Aws::Structure
|
211
216
|
end
|
212
217
|
|
@@ -219,6 +224,7 @@ module Aws::CloudFront
|
|
219
224
|
#
|
220
225
|
class BatchTooLarge < Struct.new(
|
221
226
|
:message)
|
227
|
+
SENSITIVE = []
|
222
228
|
include Aws::Structure
|
223
229
|
end
|
224
230
|
|
@@ -231,6 +237,7 @@ module Aws::CloudFront
|
|
231
237
|
#
|
232
238
|
class CNAMEAlreadyExists < Struct.new(
|
233
239
|
:message)
|
240
|
+
SENSITIVE = []
|
234
241
|
include Aws::Structure
|
235
242
|
end
|
236
243
|
|
@@ -533,6 +540,7 @@ module Aws::CloudFront
|
|
533
540
|
:compress,
|
534
541
|
:lambda_function_associations,
|
535
542
|
:field_level_encryption_id)
|
543
|
+
SENSITIVE = []
|
536
544
|
include Aws::Structure
|
537
545
|
end
|
538
546
|
|
@@ -613,6 +621,7 @@ module Aws::CloudFront
|
|
613
621
|
class CacheBehaviors < Struct.new(
|
614
622
|
:quantity,
|
615
623
|
:items)
|
624
|
+
SENSITIVE = []
|
616
625
|
include Aws::Structure
|
617
626
|
end
|
618
627
|
|
@@ -654,6 +663,7 @@ module Aws::CloudFront
|
|
654
663
|
class CachedMethods < Struct.new(
|
655
664
|
:quantity,
|
656
665
|
:items)
|
666
|
+
SENSITIVE = []
|
657
667
|
include Aws::Structure
|
658
668
|
end
|
659
669
|
|
@@ -666,6 +676,7 @@ module Aws::CloudFront
|
|
666
676
|
#
|
667
677
|
class CannotChangeImmutablePublicKeyFields < Struct.new(
|
668
678
|
:message)
|
679
|
+
SENSITIVE = []
|
669
680
|
include Aws::Structure
|
670
681
|
end
|
671
682
|
|
@@ -692,6 +703,7 @@ module Aws::CloudFront
|
|
692
703
|
:id,
|
693
704
|
:s3_canonical_user_id,
|
694
705
|
:cloud_front_origin_access_identity_config)
|
706
|
+
SENSITIVE = []
|
695
707
|
include Aws::Structure
|
696
708
|
end
|
697
709
|
|
@@ -708,6 +720,7 @@ module Aws::CloudFront
|
|
708
720
|
#
|
709
721
|
class CloudFrontOriginAccessIdentityAlreadyExists < Struct.new(
|
710
722
|
:message)
|
723
|
+
SENSITIVE = []
|
711
724
|
include Aws::Structure
|
712
725
|
end
|
713
726
|
|
@@ -752,6 +765,7 @@ module Aws::CloudFront
|
|
752
765
|
class CloudFrontOriginAccessIdentityConfig < Struct.new(
|
753
766
|
:caller_reference,
|
754
767
|
:comment)
|
768
|
+
SENSITIVE = []
|
755
769
|
include Aws::Structure
|
756
770
|
end
|
757
771
|
|
@@ -764,6 +778,7 @@ module Aws::CloudFront
|
|
764
778
|
#
|
765
779
|
class CloudFrontOriginAccessIdentityInUse < Struct.new(
|
766
780
|
:message)
|
781
|
+
SENSITIVE = []
|
767
782
|
include Aws::Structure
|
768
783
|
end
|
769
784
|
|
@@ -822,6 +837,7 @@ module Aws::CloudFront
|
|
822
837
|
:is_truncated,
|
823
838
|
:quantity,
|
824
839
|
:items)
|
840
|
+
SENSITIVE = []
|
825
841
|
include Aws::Structure
|
826
842
|
end
|
827
843
|
|
@@ -849,6 +865,7 @@ module Aws::CloudFront
|
|
849
865
|
:id,
|
850
866
|
:s3_canonical_user_id,
|
851
867
|
:comment)
|
868
|
+
SENSITIVE = []
|
852
869
|
include Aws::Structure
|
853
870
|
end
|
854
871
|
|
@@ -884,6 +901,7 @@ module Aws::CloudFront
|
|
884
901
|
:format,
|
885
902
|
:profile_id,
|
886
903
|
:content_type)
|
904
|
+
SENSITIVE = []
|
887
905
|
include Aws::Structure
|
888
906
|
end
|
889
907
|
|
@@ -924,6 +942,7 @@ module Aws::CloudFront
|
|
924
942
|
class ContentTypeProfileConfig < Struct.new(
|
925
943
|
:forward_when_content_type_is_unknown,
|
926
944
|
:content_type_profiles)
|
945
|
+
SENSITIVE = []
|
927
946
|
include Aws::Structure
|
928
947
|
end
|
929
948
|
|
@@ -956,6 +975,7 @@ module Aws::CloudFront
|
|
956
975
|
class ContentTypeProfiles < Struct.new(
|
957
976
|
:quantity,
|
958
977
|
:items)
|
978
|
+
SENSITIVE = []
|
959
979
|
include Aws::Structure
|
960
980
|
end
|
961
981
|
|
@@ -1000,6 +1020,7 @@ module Aws::CloudFront
|
|
1000
1020
|
class CookieNames < Struct.new(
|
1001
1021
|
:quantity,
|
1002
1022
|
:items)
|
1023
|
+
SENSITIVE = []
|
1003
1024
|
include Aws::Structure
|
1004
1025
|
end
|
1005
1026
|
|
@@ -1059,6 +1080,7 @@ module Aws::CloudFront
|
|
1059
1080
|
class CookiePreference < Struct.new(
|
1060
1081
|
:forward,
|
1061
1082
|
:whitelisted_names)
|
1083
|
+
SENSITIVE = []
|
1062
1084
|
include Aws::Structure
|
1063
1085
|
end
|
1064
1086
|
|
@@ -1091,6 +1113,7 @@ module Aws::CloudFront
|
|
1091
1113
|
#
|
1092
1114
|
class CreateCloudFrontOriginAccessIdentityRequest < Struct.new(
|
1093
1115
|
:cloud_front_origin_access_identity_config)
|
1116
|
+
SENSITIVE = []
|
1094
1117
|
include Aws::Structure
|
1095
1118
|
end
|
1096
1119
|
|
@@ -1116,6 +1139,7 @@ module Aws::CloudFront
|
|
1116
1139
|
:cloud_front_origin_access_identity,
|
1117
1140
|
:location,
|
1118
1141
|
:etag)
|
1142
|
+
SENSITIVE = []
|
1119
1143
|
include Aws::Structure
|
1120
1144
|
end
|
1121
1145
|
|
@@ -1347,6 +1371,7 @@ module Aws::CloudFront
|
|
1347
1371
|
#
|
1348
1372
|
class CreateDistributionRequest < Struct.new(
|
1349
1373
|
:distribution_config)
|
1374
|
+
SENSITIVE = []
|
1350
1375
|
include Aws::Structure
|
1351
1376
|
end
|
1352
1377
|
|
@@ -1372,6 +1397,7 @@ module Aws::CloudFront
|
|
1372
1397
|
:distribution,
|
1373
1398
|
:location,
|
1374
1399
|
:etag)
|
1400
|
+
SENSITIVE = []
|
1375
1401
|
include Aws::Structure
|
1376
1402
|
end
|
1377
1403
|
|
@@ -1613,6 +1639,7 @@ module Aws::CloudFront
|
|
1613
1639
|
#
|
1614
1640
|
class CreateDistributionWithTagsRequest < Struct.new(
|
1615
1641
|
:distribution_config_with_tags)
|
1642
|
+
SENSITIVE = []
|
1616
1643
|
include Aws::Structure
|
1617
1644
|
end
|
1618
1645
|
|
@@ -1638,6 +1665,7 @@ module Aws::CloudFront
|
|
1638
1665
|
:distribution,
|
1639
1666
|
:location,
|
1640
1667
|
:etag)
|
1668
|
+
SENSITIVE = []
|
1641
1669
|
include Aws::Structure
|
1642
1670
|
end
|
1643
1671
|
|
@@ -1684,6 +1712,7 @@ module Aws::CloudFront
|
|
1684
1712
|
#
|
1685
1713
|
class CreateFieldLevelEncryptionConfigRequest < Struct.new(
|
1686
1714
|
:field_level_encryption_config)
|
1715
|
+
SENSITIVE = []
|
1687
1716
|
include Aws::Structure
|
1688
1717
|
end
|
1689
1718
|
|
@@ -1708,6 +1737,7 @@ module Aws::CloudFront
|
|
1708
1737
|
:field_level_encryption,
|
1709
1738
|
:location,
|
1710
1739
|
:etag)
|
1740
|
+
SENSITIVE = []
|
1711
1741
|
include Aws::Structure
|
1712
1742
|
end
|
1713
1743
|
|
@@ -1743,6 +1773,7 @@ module Aws::CloudFront
|
|
1743
1773
|
#
|
1744
1774
|
class CreateFieldLevelEncryptionProfileRequest < Struct.new(
|
1745
1775
|
:field_level_encryption_profile_config)
|
1776
|
+
SENSITIVE = []
|
1746
1777
|
include Aws::Structure
|
1747
1778
|
end
|
1748
1779
|
|
@@ -1767,6 +1798,7 @@ module Aws::CloudFront
|
|
1767
1798
|
:field_level_encryption_profile,
|
1768
1799
|
:location,
|
1769
1800
|
:etag)
|
1801
|
+
SENSITIVE = []
|
1770
1802
|
include Aws::Structure
|
1771
1803
|
end
|
1772
1804
|
|
@@ -1799,6 +1831,7 @@ module Aws::CloudFront
|
|
1799
1831
|
class CreateInvalidationRequest < Struct.new(
|
1800
1832
|
:distribution_id,
|
1801
1833
|
:invalidation_batch)
|
1834
|
+
SENSITIVE = []
|
1802
1835
|
include Aws::Structure
|
1803
1836
|
end
|
1804
1837
|
|
@@ -1818,6 +1851,7 @@ module Aws::CloudFront
|
|
1818
1851
|
class CreateInvalidationResult < Struct.new(
|
1819
1852
|
:location,
|
1820
1853
|
:invalidation)
|
1854
|
+
SENSITIVE = []
|
1821
1855
|
include Aws::Structure
|
1822
1856
|
end
|
1823
1857
|
|
@@ -1841,6 +1875,7 @@ module Aws::CloudFront
|
|
1841
1875
|
#
|
1842
1876
|
class CreatePublicKeyRequest < Struct.new(
|
1843
1877
|
:public_key_config)
|
1878
|
+
SENSITIVE = []
|
1844
1879
|
include Aws::Structure
|
1845
1880
|
end
|
1846
1881
|
|
@@ -1865,6 +1900,7 @@ module Aws::CloudFront
|
|
1865
1900
|
:public_key,
|
1866
1901
|
:location,
|
1867
1902
|
:etag)
|
1903
|
+
SENSITIVE = []
|
1868
1904
|
include Aws::Structure
|
1869
1905
|
end
|
1870
1906
|
|
@@ -1908,6 +1944,7 @@ module Aws::CloudFront
|
|
1908
1944
|
#
|
1909
1945
|
class CreateStreamingDistributionRequest < Struct.new(
|
1910
1946
|
:streaming_distribution_config)
|
1947
|
+
SENSITIVE = []
|
1911
1948
|
include Aws::Structure
|
1912
1949
|
end
|
1913
1950
|
|
@@ -1933,6 +1970,7 @@ module Aws::CloudFront
|
|
1933
1970
|
:streaming_distribution,
|
1934
1971
|
:location,
|
1935
1972
|
:etag)
|
1973
|
+
SENSITIVE = []
|
1936
1974
|
include Aws::Structure
|
1937
1975
|
end
|
1938
1976
|
|
@@ -1986,6 +2024,7 @@ module Aws::CloudFront
|
|
1986
2024
|
#
|
1987
2025
|
class CreateStreamingDistributionWithTagsRequest < Struct.new(
|
1988
2026
|
:streaming_distribution_config_with_tags)
|
2027
|
+
SENSITIVE = []
|
1989
2028
|
include Aws::Structure
|
1990
2029
|
end
|
1991
2030
|
|
@@ -2011,6 +2050,7 @@ module Aws::CloudFront
|
|
2011
2050
|
:streaming_distribution,
|
2012
2051
|
:location,
|
2013
2052
|
:etag)
|
2053
|
+
SENSITIVE = []
|
2014
2054
|
include Aws::Structure
|
2015
2055
|
end
|
2016
2056
|
|
@@ -2118,6 +2158,7 @@ module Aws::CloudFront
|
|
2118
2158
|
:response_page_path,
|
2119
2159
|
:response_code,
|
2120
2160
|
:error_caching_min_ttl)
|
2161
|
+
SENSITIVE = []
|
2121
2162
|
include Aws::Structure
|
2122
2163
|
end
|
2123
2164
|
|
@@ -2169,6 +2210,7 @@ module Aws::CloudFront
|
|
2169
2210
|
class CustomErrorResponses < Struct.new(
|
2170
2211
|
:quantity,
|
2171
2212
|
:items)
|
2213
|
+
SENSITIVE = []
|
2172
2214
|
include Aws::Structure
|
2173
2215
|
end
|
2174
2216
|
|
@@ -2203,6 +2245,7 @@ module Aws::CloudFront
|
|
2203
2245
|
class CustomHeaders < Struct.new(
|
2204
2246
|
:quantity,
|
2205
2247
|
:items)
|
2248
|
+
SENSITIVE = []
|
2206
2249
|
include Aws::Structure
|
2207
2250
|
end
|
2208
2251
|
|
@@ -2303,6 +2346,7 @@ module Aws::CloudFront
|
|
2303
2346
|
:origin_ssl_protocols,
|
2304
2347
|
:origin_read_timeout,
|
2305
2348
|
:origin_keepalive_timeout)
|
2349
|
+
SENSITIVE = []
|
2306
2350
|
include Aws::Structure
|
2307
2351
|
end
|
2308
2352
|
|
@@ -2549,6 +2593,7 @@ module Aws::CloudFront
|
|
2549
2593
|
:compress,
|
2550
2594
|
:lambda_function_associations,
|
2551
2595
|
:field_level_encryption_id)
|
2596
|
+
SENSITIVE = []
|
2552
2597
|
include Aws::Structure
|
2553
2598
|
end
|
2554
2599
|
|
@@ -2576,6 +2621,7 @@ module Aws::CloudFront
|
|
2576
2621
|
class DeleteCloudFrontOriginAccessIdentityRequest < Struct.new(
|
2577
2622
|
:id,
|
2578
2623
|
:if_match)
|
2624
|
+
SENSITIVE = []
|
2579
2625
|
include Aws::Structure
|
2580
2626
|
end
|
2581
2627
|
|
@@ -2645,6 +2691,7 @@ module Aws::CloudFront
|
|
2645
2691
|
class DeleteDistributionRequest < Struct.new(
|
2646
2692
|
:id,
|
2647
2693
|
:if_match)
|
2694
|
+
SENSITIVE = []
|
2648
2695
|
include Aws::Structure
|
2649
2696
|
end
|
2650
2697
|
|
@@ -2670,6 +2717,7 @@ module Aws::CloudFront
|
|
2670
2717
|
class DeleteFieldLevelEncryptionConfigRequest < Struct.new(
|
2671
2718
|
:id,
|
2672
2719
|
:if_match)
|
2720
|
+
SENSITIVE = []
|
2673
2721
|
include Aws::Structure
|
2674
2722
|
end
|
2675
2723
|
|
@@ -2695,6 +2743,7 @@ module Aws::CloudFront
|
|
2695
2743
|
class DeleteFieldLevelEncryptionProfileRequest < Struct.new(
|
2696
2744
|
:id,
|
2697
2745
|
:if_match)
|
2746
|
+
SENSITIVE = []
|
2698
2747
|
include Aws::Structure
|
2699
2748
|
end
|
2700
2749
|
|
@@ -2720,6 +2769,7 @@ module Aws::CloudFront
|
|
2720
2769
|
class DeletePublicKeyRequest < Struct.new(
|
2721
2770
|
:id,
|
2722
2771
|
:if_match)
|
2772
|
+
SENSITIVE = []
|
2723
2773
|
include Aws::Structure
|
2724
2774
|
end
|
2725
2775
|
|
@@ -2747,6 +2797,7 @@ module Aws::CloudFront
|
|
2747
2797
|
class DeleteStreamingDistributionRequest < Struct.new(
|
2748
2798
|
:id,
|
2749
2799
|
:if_match)
|
2800
|
+
SENSITIVE = []
|
2750
2801
|
include Aws::Structure
|
2751
2802
|
end
|
2752
2803
|
|
@@ -2827,6 +2878,7 @@ module Aws::CloudFront
|
|
2827
2878
|
:active_trusted_signers,
|
2828
2879
|
:distribution_config,
|
2829
2880
|
:alias_icp_recordals)
|
2881
|
+
SENSITIVE = []
|
2830
2882
|
include Aws::Structure
|
2831
2883
|
end
|
2832
2884
|
|
@@ -2840,6 +2892,7 @@ module Aws::CloudFront
|
|
2840
2892
|
#
|
2841
2893
|
class DistributionAlreadyExists < Struct.new(
|
2842
2894
|
:message)
|
2895
|
+
SENSITIVE = []
|
2843
2896
|
include Aws::Structure
|
2844
2897
|
end
|
2845
2898
|
|
@@ -3314,6 +3367,7 @@ module Aws::CloudFront
|
|
3314
3367
|
:web_acl_id,
|
3315
3368
|
:http_version,
|
3316
3369
|
:is_ipv6_enabled)
|
3370
|
+
SENSITIVE = [:comment]
|
3317
3371
|
include Aws::Structure
|
3318
3372
|
end
|
3319
3373
|
|
@@ -3559,6 +3613,7 @@ module Aws::CloudFront
|
|
3559
3613
|
class DistributionConfigWithTags < Struct.new(
|
3560
3614
|
:distribution_config,
|
3561
3615
|
:tags)
|
3616
|
+
SENSITIVE = []
|
3562
3617
|
include Aws::Structure
|
3563
3618
|
end
|
3564
3619
|
|
@@ -3604,6 +3659,7 @@ module Aws::CloudFront
|
|
3604
3659
|
:is_truncated,
|
3605
3660
|
:quantity,
|
3606
3661
|
:items)
|
3662
|
+
SENSITIVE = []
|
3607
3663
|
include Aws::Structure
|
3608
3664
|
end
|
3609
3665
|
|
@@ -3617,6 +3673,7 @@ module Aws::CloudFront
|
|
3617
3673
|
#
|
3618
3674
|
class DistributionNotDisabled < Struct.new(
|
3619
3675
|
:message)
|
3676
|
+
SENSITIVE = []
|
3620
3677
|
include Aws::Structure
|
3621
3678
|
end
|
3622
3679
|
|
@@ -3756,6 +3813,7 @@ module Aws::CloudFront
|
|
3756
3813
|
:http_version,
|
3757
3814
|
:is_ipv6_enabled,
|
3758
3815
|
:alias_icp_recordals)
|
3816
|
+
SENSITIVE = []
|
3759
3817
|
include Aws::Structure
|
3760
3818
|
end
|
3761
3819
|
|
@@ -3794,6 +3852,7 @@ module Aws::CloudFront
|
|
3794
3852
|
class EncryptionEntities < Struct.new(
|
3795
3853
|
:quantity,
|
3796
3854
|
:items)
|
3855
|
+
SENSITIVE = []
|
3797
3856
|
include Aws::Structure
|
3798
3857
|
end
|
3799
3858
|
|
@@ -3839,6 +3898,7 @@ module Aws::CloudFront
|
|
3839
3898
|
:public_key_id,
|
3840
3899
|
:provider_id,
|
3841
3900
|
:field_patterns)
|
3901
|
+
SENSITIVE = []
|
3842
3902
|
include Aws::Structure
|
3843
3903
|
end
|
3844
3904
|
|
@@ -3866,6 +3926,7 @@ module Aws::CloudFront
|
|
3866
3926
|
:id,
|
3867
3927
|
:last_modified_time,
|
3868
3928
|
:field_level_encryption_config)
|
3929
|
+
SENSITIVE = []
|
3869
3930
|
include Aws::Structure
|
3870
3931
|
end
|
3871
3932
|
|
@@ -3932,6 +3993,7 @@ module Aws::CloudFront
|
|
3932
3993
|
:comment,
|
3933
3994
|
:query_arg_profile_config,
|
3934
3995
|
:content_type_profile_config)
|
3996
|
+
SENSITIVE = []
|
3935
3997
|
include Aws::Structure
|
3936
3998
|
end
|
3937
3999
|
|
@@ -3944,6 +4006,7 @@ module Aws::CloudFront
|
|
3944
4006
|
#
|
3945
4007
|
class FieldLevelEncryptionConfigAlreadyExists < Struct.new(
|
3946
4008
|
:message)
|
4009
|
+
SENSITIVE = []
|
3947
4010
|
include Aws::Structure
|
3948
4011
|
end
|
3949
4012
|
|
@@ -3956,6 +4019,7 @@ module Aws::CloudFront
|
|
3956
4019
|
#
|
3957
4020
|
class FieldLevelEncryptionConfigInUse < Struct.new(
|
3958
4021
|
:message)
|
4022
|
+
SENSITIVE = []
|
3959
4023
|
include Aws::Structure
|
3960
4024
|
end
|
3961
4025
|
|
@@ -3987,6 +4051,7 @@ module Aws::CloudFront
|
|
3987
4051
|
:max_items,
|
3988
4052
|
:quantity,
|
3989
4053
|
:items)
|
4054
|
+
SENSITIVE = []
|
3990
4055
|
include Aws::Structure
|
3991
4056
|
end
|
3992
4057
|
|
@@ -4013,6 +4078,7 @@ module Aws::CloudFront
|
|
4013
4078
|
:id,
|
4014
4079
|
:last_modified_time,
|
4015
4080
|
:field_level_encryption_profile_config)
|
4081
|
+
SENSITIVE = []
|
4016
4082
|
include Aws::Structure
|
4017
4083
|
end
|
4018
4084
|
|
@@ -4025,6 +4091,7 @@ module Aws::CloudFront
|
|
4025
4091
|
#
|
4026
4092
|
class FieldLevelEncryptionProfileAlreadyExists < Struct.new(
|
4027
4093
|
:message)
|
4094
|
+
SENSITIVE = []
|
4028
4095
|
include Aws::Structure
|
4029
4096
|
end
|
4030
4097
|
|
@@ -4077,6 +4144,7 @@ module Aws::CloudFront
|
|
4077
4144
|
:caller_reference,
|
4078
4145
|
:comment,
|
4079
4146
|
:encryption_entities)
|
4147
|
+
SENSITIVE = []
|
4080
4148
|
include Aws::Structure
|
4081
4149
|
end
|
4082
4150
|
|
@@ -4089,6 +4157,7 @@ module Aws::CloudFront
|
|
4089
4157
|
#
|
4090
4158
|
class FieldLevelEncryptionProfileInUse < Struct.new(
|
4091
4159
|
:message)
|
4160
|
+
SENSITIVE = []
|
4092
4161
|
include Aws::Structure
|
4093
4162
|
end
|
4094
4163
|
|
@@ -4120,6 +4189,7 @@ module Aws::CloudFront
|
|
4120
4189
|
:max_items,
|
4121
4190
|
:quantity,
|
4122
4191
|
:items)
|
4192
|
+
SENSITIVE = []
|
4123
4193
|
include Aws::Structure
|
4124
4194
|
end
|
4125
4195
|
|
@@ -4132,6 +4202,7 @@ module Aws::CloudFront
|
|
4132
4202
|
#
|
4133
4203
|
class FieldLevelEncryptionProfileSizeExceeded < Struct.new(
|
4134
4204
|
:message)
|
4205
|
+
SENSITIVE = []
|
4135
4206
|
include Aws::Structure
|
4136
4207
|
end
|
4137
4208
|
|
@@ -4168,6 +4239,7 @@ module Aws::CloudFront
|
|
4168
4239
|
:name,
|
4169
4240
|
:encryption_entities,
|
4170
4241
|
:comment)
|
4242
|
+
SENSITIVE = []
|
4171
4243
|
include Aws::Structure
|
4172
4244
|
end
|
4173
4245
|
|
@@ -4202,6 +4274,7 @@ module Aws::CloudFront
|
|
4202
4274
|
:comment,
|
4203
4275
|
:query_arg_profile_config,
|
4204
4276
|
:content_type_profile_config)
|
4277
|
+
SENSITIVE = []
|
4205
4278
|
include Aws::Structure
|
4206
4279
|
end
|
4207
4280
|
|
@@ -4229,6 +4302,7 @@ module Aws::CloudFront
|
|
4229
4302
|
class FieldPatterns < Struct.new(
|
4230
4303
|
:quantity,
|
4231
4304
|
:items)
|
4305
|
+
SENSITIVE = []
|
4232
4306
|
include Aws::Structure
|
4233
4307
|
end
|
4234
4308
|
|
@@ -4329,6 +4403,7 @@ module Aws::CloudFront
|
|
4329
4403
|
:cookies,
|
4330
4404
|
:headers,
|
4331
4405
|
:query_string_cache_keys)
|
4406
|
+
SENSITIVE = []
|
4332
4407
|
include Aws::Structure
|
4333
4408
|
end
|
4334
4409
|
|
@@ -4387,6 +4462,7 @@ module Aws::CloudFront
|
|
4387
4462
|
:restriction_type,
|
4388
4463
|
:quantity,
|
4389
4464
|
:items)
|
4465
|
+
SENSITIVE = []
|
4390
4466
|
include Aws::Structure
|
4391
4467
|
end
|
4392
4468
|
|
@@ -4412,6 +4488,7 @@ module Aws::CloudFront
|
|
4412
4488
|
#
|
4413
4489
|
class GetCloudFrontOriginAccessIdentityConfigRequest < Struct.new(
|
4414
4490
|
:id)
|
4491
|
+
SENSITIVE = []
|
4415
4492
|
include Aws::Structure
|
4416
4493
|
end
|
4417
4494
|
|
@@ -4431,6 +4508,7 @@ module Aws::CloudFront
|
|
4431
4508
|
class GetCloudFrontOriginAccessIdentityConfigResult < Struct.new(
|
4432
4509
|
:cloud_front_origin_access_identity_config,
|
4433
4510
|
:etag)
|
4511
|
+
SENSITIVE = []
|
4434
4512
|
include Aws::Structure
|
4435
4513
|
end
|
4436
4514
|
|
@@ -4451,6 +4529,7 @@ module Aws::CloudFront
|
|
4451
4529
|
#
|
4452
4530
|
class GetCloudFrontOriginAccessIdentityRequest < Struct.new(
|
4453
4531
|
:id)
|
4532
|
+
SENSITIVE = []
|
4454
4533
|
include Aws::Structure
|
4455
4534
|
end
|
4456
4535
|
|
@@ -4470,6 +4549,7 @@ module Aws::CloudFront
|
|
4470
4549
|
class GetCloudFrontOriginAccessIdentityResult < Struct.new(
|
4471
4550
|
:cloud_front_origin_access_identity,
|
4472
4551
|
:etag)
|
4552
|
+
SENSITIVE = []
|
4473
4553
|
include Aws::Structure
|
4474
4554
|
end
|
4475
4555
|
|
@@ -4491,6 +4571,7 @@ module Aws::CloudFront
|
|
4491
4571
|
#
|
4492
4572
|
class GetDistributionConfigRequest < Struct.new(
|
4493
4573
|
:id)
|
4574
|
+
SENSITIVE = []
|
4494
4575
|
include Aws::Structure
|
4495
4576
|
end
|
4496
4577
|
|
@@ -4510,6 +4591,7 @@ module Aws::CloudFront
|
|
4510
4591
|
class GetDistributionConfigResult < Struct.new(
|
4511
4592
|
:distribution_config,
|
4512
4593
|
:etag)
|
4594
|
+
SENSITIVE = []
|
4513
4595
|
include Aws::Structure
|
4514
4596
|
end
|
4515
4597
|
|
@@ -4531,6 +4613,7 @@ module Aws::CloudFront
|
|
4531
4613
|
#
|
4532
4614
|
class GetDistributionRequest < Struct.new(
|
4533
4615
|
:id)
|
4616
|
+
SENSITIVE = []
|
4534
4617
|
include Aws::Structure
|
4535
4618
|
end
|
4536
4619
|
|
@@ -4550,6 +4633,7 @@ module Aws::CloudFront
|
|
4550
4633
|
class GetDistributionResult < Struct.new(
|
4551
4634
|
:distribution,
|
4552
4635
|
:etag)
|
4636
|
+
SENSITIVE = []
|
4553
4637
|
include Aws::Structure
|
4554
4638
|
end
|
4555
4639
|
|
@@ -4569,6 +4653,7 @@ module Aws::CloudFront
|
|
4569
4653
|
#
|
4570
4654
|
class GetFieldLevelEncryptionConfigRequest < Struct.new(
|
4571
4655
|
:id)
|
4656
|
+
SENSITIVE = []
|
4572
4657
|
include Aws::Structure
|
4573
4658
|
end
|
4574
4659
|
|
@@ -4586,6 +4671,7 @@ module Aws::CloudFront
|
|
4586
4671
|
class GetFieldLevelEncryptionConfigResult < Struct.new(
|
4587
4672
|
:field_level_encryption_config,
|
4588
4673
|
:etag)
|
4674
|
+
SENSITIVE = []
|
4589
4675
|
include Aws::Structure
|
4590
4676
|
end
|
4591
4677
|
|
@@ -4605,6 +4691,7 @@ module Aws::CloudFront
|
|
4605
4691
|
#
|
4606
4692
|
class GetFieldLevelEncryptionProfileConfigRequest < Struct.new(
|
4607
4693
|
:id)
|
4694
|
+
SENSITIVE = []
|
4608
4695
|
include Aws::Structure
|
4609
4696
|
end
|
4610
4697
|
|
@@ -4622,6 +4709,7 @@ module Aws::CloudFront
|
|
4622
4709
|
class GetFieldLevelEncryptionProfileConfigResult < Struct.new(
|
4623
4710
|
:field_level_encryption_profile_config,
|
4624
4711
|
:etag)
|
4712
|
+
SENSITIVE = []
|
4625
4713
|
include Aws::Structure
|
4626
4714
|
end
|
4627
4715
|
|
@@ -4640,6 +4728,7 @@ module Aws::CloudFront
|
|
4640
4728
|
#
|
4641
4729
|
class GetFieldLevelEncryptionProfileRequest < Struct.new(
|
4642
4730
|
:id)
|
4731
|
+
SENSITIVE = []
|
4643
4732
|
include Aws::Structure
|
4644
4733
|
end
|
4645
4734
|
|
@@ -4657,6 +4746,7 @@ module Aws::CloudFront
|
|
4657
4746
|
class GetFieldLevelEncryptionProfileResult < Struct.new(
|
4658
4747
|
:field_level_encryption_profile,
|
4659
4748
|
:etag)
|
4749
|
+
SENSITIVE = []
|
4660
4750
|
include Aws::Structure
|
4661
4751
|
end
|
4662
4752
|
|
@@ -4676,6 +4766,7 @@ module Aws::CloudFront
|
|
4676
4766
|
#
|
4677
4767
|
class GetFieldLevelEncryptionRequest < Struct.new(
|
4678
4768
|
:id)
|
4769
|
+
SENSITIVE = []
|
4679
4770
|
include Aws::Structure
|
4680
4771
|
end
|
4681
4772
|
|
@@ -4693,6 +4784,7 @@ module Aws::CloudFront
|
|
4693
4784
|
class GetFieldLevelEncryptionResult < Struct.new(
|
4694
4785
|
:field_level_encryption,
|
4695
4786
|
:etag)
|
4787
|
+
SENSITIVE = []
|
4696
4788
|
include Aws::Structure
|
4697
4789
|
end
|
4698
4790
|
|
@@ -4720,6 +4812,7 @@ module Aws::CloudFront
|
|
4720
4812
|
class GetInvalidationRequest < Struct.new(
|
4721
4813
|
:distribution_id,
|
4722
4814
|
:id)
|
4815
|
+
SENSITIVE = []
|
4723
4816
|
include Aws::Structure
|
4724
4817
|
end
|
4725
4818
|
|
@@ -4738,6 +4831,7 @@ module Aws::CloudFront
|
|
4738
4831
|
#
|
4739
4832
|
class GetInvalidationResult < Struct.new(
|
4740
4833
|
:invalidation)
|
4834
|
+
SENSITIVE = []
|
4741
4835
|
include Aws::Structure
|
4742
4836
|
end
|
4743
4837
|
|
@@ -4756,6 +4850,7 @@ module Aws::CloudFront
|
|
4756
4850
|
#
|
4757
4851
|
class GetPublicKeyConfigRequest < Struct.new(
|
4758
4852
|
:id)
|
4853
|
+
SENSITIVE = []
|
4759
4854
|
include Aws::Structure
|
4760
4855
|
end
|
4761
4856
|
|
@@ -4773,6 +4868,7 @@ module Aws::CloudFront
|
|
4773
4868
|
class GetPublicKeyConfigResult < Struct.new(
|
4774
4869
|
:public_key_config,
|
4775
4870
|
:etag)
|
4871
|
+
SENSITIVE = []
|
4776
4872
|
include Aws::Structure
|
4777
4873
|
end
|
4778
4874
|
|
@@ -4791,6 +4887,7 @@ module Aws::CloudFront
|
|
4791
4887
|
#
|
4792
4888
|
class GetPublicKeyRequest < Struct.new(
|
4793
4889
|
:id)
|
4890
|
+
SENSITIVE = []
|
4794
4891
|
include Aws::Structure
|
4795
4892
|
end
|
4796
4893
|
|
@@ -4808,6 +4905,7 @@ module Aws::CloudFront
|
|
4808
4905
|
class GetPublicKeyResult < Struct.new(
|
4809
4906
|
:public_key,
|
4810
4907
|
:etag)
|
4908
|
+
SENSITIVE = []
|
4811
4909
|
include Aws::Structure
|
4812
4910
|
end
|
4813
4911
|
|
@@ -4828,6 +4926,7 @@ module Aws::CloudFront
|
|
4828
4926
|
#
|
4829
4927
|
class GetStreamingDistributionConfigRequest < Struct.new(
|
4830
4928
|
:id)
|
4929
|
+
SENSITIVE = []
|
4831
4930
|
include Aws::Structure
|
4832
4931
|
end
|
4833
4932
|
|
@@ -4847,6 +4946,7 @@ module Aws::CloudFront
|
|
4847
4946
|
class GetStreamingDistributionConfigResult < Struct.new(
|
4848
4947
|
:streaming_distribution_config,
|
4849
4948
|
:etag)
|
4949
|
+
SENSITIVE = []
|
4850
4950
|
include Aws::Structure
|
4851
4951
|
end
|
4852
4952
|
|
@@ -4867,6 +4967,7 @@ module Aws::CloudFront
|
|
4867
4967
|
#
|
4868
4968
|
class GetStreamingDistributionRequest < Struct.new(
|
4869
4969
|
:id)
|
4970
|
+
SENSITIVE = []
|
4870
4971
|
include Aws::Structure
|
4871
4972
|
end
|
4872
4973
|
|
@@ -4886,6 +4987,7 @@ module Aws::CloudFront
|
|
4886
4987
|
class GetStreamingDistributionResult < Struct.new(
|
4887
4988
|
:streaming_distribution,
|
4888
4989
|
:etag)
|
4990
|
+
SENSITIVE = []
|
4889
4991
|
include Aws::Structure
|
4890
4992
|
end
|
4891
4993
|
|
@@ -4963,6 +5065,7 @@ module Aws::CloudFront
|
|
4963
5065
|
class Headers < Struct.new(
|
4964
5066
|
:quantity,
|
4965
5067
|
:items)
|
5068
|
+
SENSITIVE = []
|
4966
5069
|
include Aws::Structure
|
4967
5070
|
end
|
4968
5071
|
|
@@ -4976,6 +5079,7 @@ module Aws::CloudFront
|
|
4976
5079
|
#
|
4977
5080
|
class IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior < Struct.new(
|
4978
5081
|
:message)
|
5082
|
+
SENSITIVE = []
|
4979
5083
|
include Aws::Structure
|
4980
5084
|
end
|
4981
5085
|
|
@@ -4988,6 +5092,7 @@ module Aws::CloudFront
|
|
4988
5092
|
#
|
4989
5093
|
class IllegalUpdate < Struct.new(
|
4990
5094
|
:message)
|
5095
|
+
SENSITIVE = []
|
4991
5096
|
include Aws::Structure
|
4992
5097
|
end
|
4993
5098
|
|
@@ -5000,6 +5105,7 @@ module Aws::CloudFront
|
|
5000
5105
|
#
|
5001
5106
|
class InconsistentQuantities < Struct.new(
|
5002
5107
|
:message)
|
5108
|
+
SENSITIVE = []
|
5003
5109
|
include Aws::Structure
|
5004
5110
|
end
|
5005
5111
|
|
@@ -5012,6 +5118,7 @@ module Aws::CloudFront
|
|
5012
5118
|
#
|
5013
5119
|
class InvalidArgument < Struct.new(
|
5014
5120
|
:message)
|
5121
|
+
SENSITIVE = []
|
5015
5122
|
include Aws::Structure
|
5016
5123
|
end
|
5017
5124
|
|
@@ -5025,6 +5132,7 @@ module Aws::CloudFront
|
|
5025
5132
|
#
|
5026
5133
|
class InvalidDefaultRootObject < Struct.new(
|
5027
5134
|
:message)
|
5135
|
+
SENSITIVE = []
|
5028
5136
|
include Aws::Structure
|
5029
5137
|
end
|
5030
5138
|
|
@@ -5037,6 +5145,7 @@ module Aws::CloudFront
|
|
5037
5145
|
#
|
5038
5146
|
class InvalidErrorCode < Struct.new(
|
5039
5147
|
:message)
|
5148
|
+
SENSITIVE = []
|
5040
5149
|
include Aws::Structure
|
5041
5150
|
end
|
5042
5151
|
|
@@ -5052,6 +5161,7 @@ module Aws::CloudFront
|
|
5052
5161
|
#
|
5053
5162
|
class InvalidForwardCookies < Struct.new(
|
5054
5163
|
:message)
|
5164
|
+
SENSITIVE = []
|
5055
5165
|
include Aws::Structure
|
5056
5166
|
end
|
5057
5167
|
|
@@ -5064,6 +5174,7 @@ module Aws::CloudFront
|
|
5064
5174
|
#
|
5065
5175
|
class InvalidGeoRestrictionParameter < Struct.new(
|
5066
5176
|
:message)
|
5177
|
+
SENSITIVE = []
|
5067
5178
|
include Aws::Structure
|
5068
5179
|
end
|
5069
5180
|
|
@@ -5076,6 +5187,7 @@ module Aws::CloudFront
|
|
5076
5187
|
#
|
5077
5188
|
class InvalidHeadersForS3Origin < Struct.new(
|
5078
5189
|
:message)
|
5190
|
+
SENSITIVE = []
|
5079
5191
|
include Aws::Structure
|
5080
5192
|
end
|
5081
5193
|
|
@@ -5088,6 +5200,7 @@ module Aws::CloudFront
|
|
5088
5200
|
#
|
5089
5201
|
class InvalidIfMatchVersion < Struct.new(
|
5090
5202
|
:message)
|
5203
|
+
SENSITIVE = []
|
5091
5204
|
include Aws::Structure
|
5092
5205
|
end
|
5093
5206
|
|
@@ -5100,6 +5213,7 @@ module Aws::CloudFront
|
|
5100
5213
|
#
|
5101
5214
|
class InvalidLambdaFunctionAssociation < Struct.new(
|
5102
5215
|
:message)
|
5216
|
+
SENSITIVE = []
|
5103
5217
|
include Aws::Structure
|
5104
5218
|
end
|
5105
5219
|
|
@@ -5112,6 +5226,7 @@ module Aws::CloudFront
|
|
5112
5226
|
#
|
5113
5227
|
class InvalidLocationCode < Struct.new(
|
5114
5228
|
:message)
|
5229
|
+
SENSITIVE = []
|
5115
5230
|
include Aws::Structure
|
5116
5231
|
end
|
5117
5232
|
|
@@ -5124,6 +5239,7 @@ module Aws::CloudFront
|
|
5124
5239
|
#
|
5125
5240
|
class InvalidMinimumProtocolVersion < Struct.new(
|
5126
5241
|
:message)
|
5242
|
+
SENSITIVE = []
|
5127
5243
|
include Aws::Structure
|
5128
5244
|
end
|
5129
5245
|
|
@@ -5137,6 +5253,7 @@ module Aws::CloudFront
|
|
5137
5253
|
#
|
5138
5254
|
class InvalidOrigin < Struct.new(
|
5139
5255
|
:message)
|
5256
|
+
SENSITIVE = []
|
5140
5257
|
include Aws::Structure
|
5141
5258
|
end
|
5142
5259
|
|
@@ -5149,6 +5266,7 @@ module Aws::CloudFront
|
|
5149
5266
|
#
|
5150
5267
|
class InvalidOriginAccessIdentity < Struct.new(
|
5151
5268
|
:message)
|
5269
|
+
SENSITIVE = []
|
5152
5270
|
include Aws::Structure
|
5153
5271
|
end
|
5154
5272
|
|
@@ -5161,6 +5279,7 @@ module Aws::CloudFront
|
|
5161
5279
|
#
|
5162
5280
|
class InvalidOriginKeepaliveTimeout < Struct.new(
|
5163
5281
|
:message)
|
5282
|
+
SENSITIVE = []
|
5164
5283
|
include Aws::Structure
|
5165
5284
|
end
|
5166
5285
|
|
@@ -5173,6 +5292,7 @@ module Aws::CloudFront
|
|
5173
5292
|
#
|
5174
5293
|
class InvalidOriginReadTimeout < Struct.new(
|
5175
5294
|
:message)
|
5295
|
+
SENSITIVE = []
|
5176
5296
|
include Aws::Structure
|
5177
5297
|
end
|
5178
5298
|
|
@@ -5187,6 +5307,7 @@ module Aws::CloudFront
|
|
5187
5307
|
#
|
5188
5308
|
class InvalidProtocolSettings < Struct.new(
|
5189
5309
|
:message)
|
5310
|
+
SENSITIVE = []
|
5190
5311
|
include Aws::Structure
|
5191
5312
|
end
|
5192
5313
|
|
@@ -5199,6 +5320,7 @@ module Aws::CloudFront
|
|
5199
5320
|
#
|
5200
5321
|
class InvalidQueryStringParameters < Struct.new(
|
5201
5322
|
:message)
|
5323
|
+
SENSITIVE = []
|
5202
5324
|
include Aws::Structure
|
5203
5325
|
end
|
5204
5326
|
|
@@ -5212,6 +5334,7 @@ module Aws::CloudFront
|
|
5212
5334
|
#
|
5213
5335
|
class InvalidRelativePath < Struct.new(
|
5214
5336
|
:message)
|
5337
|
+
SENSITIVE = []
|
5215
5338
|
include Aws::Structure
|
5216
5339
|
end
|
5217
5340
|
|
@@ -5226,6 +5349,7 @@ module Aws::CloudFront
|
|
5226
5349
|
#
|
5227
5350
|
class InvalidRequiredProtocol < Struct.new(
|
5228
5351
|
:message)
|
5352
|
+
SENSITIVE = []
|
5229
5353
|
include Aws::Structure
|
5230
5354
|
end
|
5231
5355
|
|
@@ -5238,6 +5362,7 @@ module Aws::CloudFront
|
|
5238
5362
|
#
|
5239
5363
|
class InvalidResponseCode < Struct.new(
|
5240
5364
|
:message)
|
5365
|
+
SENSITIVE = []
|
5241
5366
|
include Aws::Structure
|
5242
5367
|
end
|
5243
5368
|
|
@@ -5250,6 +5375,7 @@ module Aws::CloudFront
|
|
5250
5375
|
#
|
5251
5376
|
class InvalidTTLOrder < Struct.new(
|
5252
5377
|
:message)
|
5378
|
+
SENSITIVE = []
|
5253
5379
|
include Aws::Structure
|
5254
5380
|
end
|
5255
5381
|
|
@@ -5262,6 +5388,7 @@ module Aws::CloudFront
|
|
5262
5388
|
#
|
5263
5389
|
class InvalidTagging < Struct.new(
|
5264
5390
|
:message)
|
5391
|
+
SENSITIVE = []
|
5265
5392
|
include Aws::Structure
|
5266
5393
|
end
|
5267
5394
|
|
@@ -5274,6 +5401,7 @@ module Aws::CloudFront
|
|
5274
5401
|
#
|
5275
5402
|
class InvalidViewerCertificate < Struct.new(
|
5276
5403
|
:message)
|
5404
|
+
SENSITIVE = []
|
5277
5405
|
include Aws::Structure
|
5278
5406
|
end
|
5279
5407
|
|
@@ -5290,6 +5418,7 @@ module Aws::CloudFront
|
|
5290
5418
|
#
|
5291
5419
|
class InvalidWebACLId < Struct.new(
|
5292
5420
|
:message)
|
5421
|
+
SENSITIVE = []
|
5293
5422
|
include Aws::Structure
|
5294
5423
|
end
|
5295
5424
|
|
@@ -5320,6 +5449,7 @@ module Aws::CloudFront
|
|
5320
5449
|
:status,
|
5321
5450
|
:create_time,
|
5322
5451
|
:invalidation_batch)
|
5452
|
+
SENSITIVE = []
|
5323
5453
|
include Aws::Structure
|
5324
5454
|
end
|
5325
5455
|
|
@@ -5373,6 +5503,7 @@ module Aws::CloudFront
|
|
5373
5503
|
class InvalidationBatch < Struct.new(
|
5374
5504
|
:paths,
|
5375
5505
|
:caller_reference)
|
5506
|
+
SENSITIVE = []
|
5376
5507
|
include Aws::Structure
|
5377
5508
|
end
|
5378
5509
|
|
@@ -5425,6 +5556,7 @@ module Aws::CloudFront
|
|
5425
5556
|
:is_truncated,
|
5426
5557
|
:quantity,
|
5427
5558
|
:items)
|
5559
|
+
SENSITIVE = []
|
5428
5560
|
include Aws::Structure
|
5429
5561
|
end
|
5430
5562
|
|
@@ -5448,6 +5580,7 @@ module Aws::CloudFront
|
|
5448
5580
|
:id,
|
5449
5581
|
:create_time,
|
5450
5582
|
:status)
|
5583
|
+
SENSITIVE = []
|
5451
5584
|
include Aws::Structure
|
5452
5585
|
end
|
5453
5586
|
|
@@ -5486,6 +5619,7 @@ module Aws::CloudFront
|
|
5486
5619
|
class KeyPairIds < Struct.new(
|
5487
5620
|
:quantity,
|
5488
5621
|
:items)
|
5622
|
+
SENSITIVE = []
|
5489
5623
|
include Aws::Structure
|
5490
5624
|
end
|
5491
5625
|
|
@@ -5547,6 +5681,7 @@ module Aws::CloudFront
|
|
5547
5681
|
:lambda_function_arn,
|
5548
5682
|
:event_type,
|
5549
5683
|
:include_body)
|
5684
|
+
SENSITIVE = []
|
5550
5685
|
include Aws::Structure
|
5551
5686
|
end
|
5552
5687
|
|
@@ -5592,6 +5727,7 @@ module Aws::CloudFront
|
|
5592
5727
|
class LambdaFunctionAssociations < Struct.new(
|
5593
5728
|
:quantity,
|
5594
5729
|
:items)
|
5730
|
+
SENSITIVE = []
|
5595
5731
|
include Aws::Structure
|
5596
5732
|
end
|
5597
5733
|
|
@@ -5624,6 +5760,7 @@ module Aws::CloudFront
|
|
5624
5760
|
class ListCloudFrontOriginAccessIdentitiesRequest < Struct.new(
|
5625
5761
|
:marker,
|
5626
5762
|
:max_items)
|
5763
|
+
SENSITIVE = []
|
5627
5764
|
include Aws::Structure
|
5628
5765
|
end
|
5629
5766
|
|
@@ -5637,6 +5774,7 @@ module Aws::CloudFront
|
|
5637
5774
|
#
|
5638
5775
|
class ListCloudFrontOriginAccessIdentitiesResult < Struct.new(
|
5639
5776
|
:cloud_front_origin_access_identity_list)
|
5777
|
+
SENSITIVE = []
|
5640
5778
|
include Aws::Structure
|
5641
5779
|
end
|
5642
5780
|
|
@@ -5680,6 +5818,7 @@ module Aws::CloudFront
|
|
5680
5818
|
:marker,
|
5681
5819
|
:max_items,
|
5682
5820
|
:web_acl_id)
|
5821
|
+
SENSITIVE = []
|
5683
5822
|
include Aws::Structure
|
5684
5823
|
end
|
5685
5824
|
|
@@ -5694,6 +5833,7 @@ module Aws::CloudFront
|
|
5694
5833
|
#
|
5695
5834
|
class ListDistributionsByWebACLIdResult < Struct.new(
|
5696
5835
|
:distribution_list)
|
5836
|
+
SENSITIVE = []
|
5697
5837
|
include Aws::Structure
|
5698
5838
|
end
|
5699
5839
|
|
@@ -5725,6 +5865,7 @@ module Aws::CloudFront
|
|
5725
5865
|
class ListDistributionsRequest < Struct.new(
|
5726
5866
|
:marker,
|
5727
5867
|
:max_items)
|
5868
|
+
SENSITIVE = []
|
5728
5869
|
include Aws::Structure
|
5729
5870
|
end
|
5730
5871
|
|
@@ -5738,6 +5879,7 @@ module Aws::CloudFront
|
|
5738
5879
|
#
|
5739
5880
|
class ListDistributionsResult < Struct.new(
|
5740
5881
|
:distribution_list)
|
5882
|
+
SENSITIVE = []
|
5741
5883
|
include Aws::Structure
|
5742
5884
|
end
|
5743
5885
|
|
@@ -5768,6 +5910,7 @@ module Aws::CloudFront
|
|
5768
5910
|
class ListFieldLevelEncryptionConfigsRequest < Struct.new(
|
5769
5911
|
:marker,
|
5770
5912
|
:max_items)
|
5913
|
+
SENSITIVE = []
|
5771
5914
|
include Aws::Structure
|
5772
5915
|
end
|
5773
5916
|
|
@@ -5780,6 +5923,7 @@ module Aws::CloudFront
|
|
5780
5923
|
#
|
5781
5924
|
class ListFieldLevelEncryptionConfigsResult < Struct.new(
|
5782
5925
|
:field_level_encryption_list)
|
5926
|
+
SENSITIVE = []
|
5783
5927
|
include Aws::Structure
|
5784
5928
|
end
|
5785
5929
|
|
@@ -5809,6 +5953,7 @@ module Aws::CloudFront
|
|
5809
5953
|
class ListFieldLevelEncryptionProfilesRequest < Struct.new(
|
5810
5954
|
:marker,
|
5811
5955
|
:max_items)
|
5956
|
+
SENSITIVE = []
|
5812
5957
|
include Aws::Structure
|
5813
5958
|
end
|
5814
5959
|
|
@@ -5821,6 +5966,7 @@ module Aws::CloudFront
|
|
5821
5966
|
#
|
5822
5967
|
class ListFieldLevelEncryptionProfilesResult < Struct.new(
|
5823
5968
|
:field_level_encryption_profile_list)
|
5969
|
+
SENSITIVE = []
|
5824
5970
|
include Aws::Structure
|
5825
5971
|
end
|
5826
5972
|
|
@@ -5861,6 +6007,7 @@ module Aws::CloudFront
|
|
5861
6007
|
:distribution_id,
|
5862
6008
|
:marker,
|
5863
6009
|
:max_items)
|
6010
|
+
SENSITIVE = []
|
5864
6011
|
include Aws::Structure
|
5865
6012
|
end
|
5866
6013
|
|
@@ -5874,6 +6021,7 @@ module Aws::CloudFront
|
|
5874
6021
|
#
|
5875
6022
|
class ListInvalidationsResult < Struct.new(
|
5876
6023
|
:invalidation_list)
|
6024
|
+
SENSITIVE = []
|
5877
6025
|
include Aws::Structure
|
5878
6026
|
end
|
5879
6027
|
|
@@ -5903,6 +6051,7 @@ module Aws::CloudFront
|
|
5903
6051
|
class ListPublicKeysRequest < Struct.new(
|
5904
6052
|
:marker,
|
5905
6053
|
:max_items)
|
6054
|
+
SENSITIVE = []
|
5906
6055
|
include Aws::Structure
|
5907
6056
|
end
|
5908
6057
|
|
@@ -5915,6 +6064,7 @@ module Aws::CloudFront
|
|
5915
6064
|
#
|
5916
6065
|
class ListPublicKeysResult < Struct.new(
|
5917
6066
|
:public_key_list)
|
6067
|
+
SENSITIVE = []
|
5918
6068
|
include Aws::Structure
|
5919
6069
|
end
|
5920
6070
|
|
@@ -5941,6 +6091,7 @@ module Aws::CloudFront
|
|
5941
6091
|
class ListStreamingDistributionsRequest < Struct.new(
|
5942
6092
|
:marker,
|
5943
6093
|
:max_items)
|
6094
|
+
SENSITIVE = []
|
5944
6095
|
include Aws::Structure
|
5945
6096
|
end
|
5946
6097
|
|
@@ -5954,6 +6105,7 @@ module Aws::CloudFront
|
|
5954
6105
|
#
|
5955
6106
|
class ListStreamingDistributionsResult < Struct.new(
|
5956
6107
|
:streaming_distribution_list)
|
6108
|
+
SENSITIVE = []
|
5957
6109
|
include Aws::Structure
|
5958
6110
|
end
|
5959
6111
|
|
@@ -5974,6 +6126,7 @@ module Aws::CloudFront
|
|
5974
6126
|
#
|
5975
6127
|
class ListTagsForResourceRequest < Struct.new(
|
5976
6128
|
:resource)
|
6129
|
+
SENSITIVE = []
|
5977
6130
|
include Aws::Structure
|
5978
6131
|
end
|
5979
6132
|
|
@@ -5987,6 +6140,7 @@ module Aws::CloudFront
|
|
5987
6140
|
#
|
5988
6141
|
class ListTagsForResourceResult < Struct.new(
|
5989
6142
|
:tags)
|
6143
|
+
SENSITIVE = []
|
5990
6144
|
include Aws::Structure
|
5991
6145
|
end
|
5992
6146
|
|
@@ -6043,6 +6197,7 @@ module Aws::CloudFront
|
|
6043
6197
|
:include_cookies,
|
6044
6198
|
:bucket,
|
6045
6199
|
:prefix)
|
6200
|
+
SENSITIVE = []
|
6046
6201
|
include Aws::Structure
|
6047
6202
|
end
|
6048
6203
|
|
@@ -6056,6 +6211,7 @@ module Aws::CloudFront
|
|
6056
6211
|
#
|
6057
6212
|
class MissingBody < Struct.new(
|
6058
6213
|
:message)
|
6214
|
+
SENSITIVE = []
|
6059
6215
|
include Aws::Structure
|
6060
6216
|
end
|
6061
6217
|
|
@@ -6068,6 +6224,7 @@ module Aws::CloudFront
|
|
6068
6224
|
#
|
6069
6225
|
class NoSuchCloudFrontOriginAccessIdentity < Struct.new(
|
6070
6226
|
:message)
|
6227
|
+
SENSITIVE = []
|
6071
6228
|
include Aws::Structure
|
6072
6229
|
end
|
6073
6230
|
|
@@ -6080,6 +6237,7 @@ module Aws::CloudFront
|
|
6080
6237
|
#
|
6081
6238
|
class NoSuchDistribution < Struct.new(
|
6082
6239
|
:message)
|
6240
|
+
SENSITIVE = []
|
6083
6241
|
include Aws::Structure
|
6084
6242
|
end
|
6085
6243
|
|
@@ -6092,6 +6250,7 @@ module Aws::CloudFront
|
|
6092
6250
|
#
|
6093
6251
|
class NoSuchFieldLevelEncryptionConfig < Struct.new(
|
6094
6252
|
:message)
|
6253
|
+
SENSITIVE = []
|
6095
6254
|
include Aws::Structure
|
6096
6255
|
end
|
6097
6256
|
|
@@ -6104,6 +6263,7 @@ module Aws::CloudFront
|
|
6104
6263
|
#
|
6105
6264
|
class NoSuchFieldLevelEncryptionProfile < Struct.new(
|
6106
6265
|
:message)
|
6266
|
+
SENSITIVE = []
|
6107
6267
|
include Aws::Structure
|
6108
6268
|
end
|
6109
6269
|
|
@@ -6116,6 +6276,7 @@ module Aws::CloudFront
|
|
6116
6276
|
#
|
6117
6277
|
class NoSuchInvalidation < Struct.new(
|
6118
6278
|
:message)
|
6279
|
+
SENSITIVE = []
|
6119
6280
|
include Aws::Structure
|
6120
6281
|
end
|
6121
6282
|
|
@@ -6128,6 +6289,7 @@ module Aws::CloudFront
|
|
6128
6289
|
#
|
6129
6290
|
class NoSuchOrigin < Struct.new(
|
6130
6291
|
:message)
|
6292
|
+
SENSITIVE = []
|
6131
6293
|
include Aws::Structure
|
6132
6294
|
end
|
6133
6295
|
|
@@ -6140,6 +6302,7 @@ module Aws::CloudFront
|
|
6140
6302
|
#
|
6141
6303
|
class NoSuchPublicKey < Struct.new(
|
6142
6304
|
:message)
|
6305
|
+
SENSITIVE = []
|
6143
6306
|
include Aws::Structure
|
6144
6307
|
end
|
6145
6308
|
|
@@ -6152,6 +6315,7 @@ module Aws::CloudFront
|
|
6152
6315
|
#
|
6153
6316
|
class NoSuchResource < Struct.new(
|
6154
6317
|
:message)
|
6318
|
+
SENSITIVE = []
|
6155
6319
|
include Aws::Structure
|
6156
6320
|
end
|
6157
6321
|
|
@@ -6164,6 +6328,7 @@ module Aws::CloudFront
|
|
6164
6328
|
#
|
6165
6329
|
class NoSuchStreamingDistribution < Struct.new(
|
6166
6330
|
:message)
|
6331
|
+
SENSITIVE = []
|
6167
6332
|
include Aws::Structure
|
6168
6333
|
end
|
6169
6334
|
|
@@ -6335,6 +6500,7 @@ module Aws::CloudFront
|
|
6335
6500
|
:custom_origin_config,
|
6336
6501
|
:connection_attempts,
|
6337
6502
|
:connection_timeout)
|
6503
|
+
SENSITIVE = []
|
6338
6504
|
include Aws::Structure
|
6339
6505
|
end
|
6340
6506
|
|
@@ -6370,6 +6536,7 @@ module Aws::CloudFront
|
|
6370
6536
|
class OriginCustomHeader < Struct.new(
|
6371
6537
|
:header_name,
|
6372
6538
|
:header_value)
|
6539
|
+
SENSITIVE = []
|
6373
6540
|
include Aws::Structure
|
6374
6541
|
end
|
6375
6542
|
|
@@ -6422,6 +6589,7 @@ module Aws::CloudFront
|
|
6422
6589
|
:id,
|
6423
6590
|
:failover_criteria,
|
6424
6591
|
:members)
|
6592
|
+
SENSITIVE = []
|
6425
6593
|
include Aws::Structure
|
6426
6594
|
end
|
6427
6595
|
|
@@ -6448,6 +6616,7 @@ module Aws::CloudFront
|
|
6448
6616
|
#
|
6449
6617
|
class OriginGroupFailoverCriteria < Struct.new(
|
6450
6618
|
:status_codes)
|
6619
|
+
SENSITIVE = []
|
6451
6620
|
include Aws::Structure
|
6452
6621
|
end
|
6453
6622
|
|
@@ -6468,6 +6637,7 @@ module Aws::CloudFront
|
|
6468
6637
|
#
|
6469
6638
|
class OriginGroupMember < Struct.new(
|
6470
6639
|
:origin_id)
|
6640
|
+
SENSITIVE = []
|
6471
6641
|
include Aws::Structure
|
6472
6642
|
end
|
6473
6643
|
|
@@ -6498,6 +6668,7 @@ module Aws::CloudFront
|
|
6498
6668
|
class OriginGroupMembers < Struct.new(
|
6499
6669
|
:quantity,
|
6500
6670
|
:items)
|
6671
|
+
SENSITIVE = []
|
6501
6672
|
include Aws::Structure
|
6502
6673
|
end
|
6503
6674
|
|
@@ -6543,6 +6714,7 @@ module Aws::CloudFront
|
|
6543
6714
|
class OriginGroups < Struct.new(
|
6544
6715
|
:quantity,
|
6545
6716
|
:items)
|
6717
|
+
SENSITIVE = []
|
6546
6718
|
include Aws::Structure
|
6547
6719
|
end
|
6548
6720
|
|
@@ -6573,6 +6745,7 @@ module Aws::CloudFront
|
|
6573
6745
|
class OriginSslProtocols < Struct.new(
|
6574
6746
|
:quantity,
|
6575
6747
|
:items)
|
6748
|
+
SENSITIVE = []
|
6576
6749
|
include Aws::Structure
|
6577
6750
|
end
|
6578
6751
|
|
@@ -6632,6 +6805,7 @@ module Aws::CloudFront
|
|
6632
6805
|
class Origins < Struct.new(
|
6633
6806
|
:quantity,
|
6634
6807
|
:items)
|
6808
|
+
SENSITIVE = []
|
6635
6809
|
include Aws::Structure
|
6636
6810
|
end
|
6637
6811
|
|
@@ -6666,6 +6840,7 @@ module Aws::CloudFront
|
|
6666
6840
|
class Paths < Struct.new(
|
6667
6841
|
:quantity,
|
6668
6842
|
:items)
|
6843
|
+
SENSITIVE = []
|
6669
6844
|
include Aws::Structure
|
6670
6845
|
end
|
6671
6846
|
|
@@ -6679,6 +6854,7 @@ module Aws::CloudFront
|
|
6679
6854
|
#
|
6680
6855
|
class PreconditionFailed < Struct.new(
|
6681
6856
|
:message)
|
6857
|
+
SENSITIVE = []
|
6682
6858
|
include Aws::Structure
|
6683
6859
|
end
|
6684
6860
|
|
@@ -6704,6 +6880,7 @@ module Aws::CloudFront
|
|
6704
6880
|
:id,
|
6705
6881
|
:created_time,
|
6706
6882
|
:public_key_config)
|
6883
|
+
SENSITIVE = []
|
6707
6884
|
include Aws::Structure
|
6708
6885
|
end
|
6709
6886
|
|
@@ -6716,6 +6893,7 @@ module Aws::CloudFront
|
|
6716
6893
|
#
|
6717
6894
|
class PublicKeyAlreadyExists < Struct.new(
|
6718
6895
|
:message)
|
6896
|
+
SENSITIVE = []
|
6719
6897
|
include Aws::Structure
|
6720
6898
|
end
|
6721
6899
|
|
@@ -6757,6 +6935,7 @@ module Aws::CloudFront
|
|
6757
6935
|
:name,
|
6758
6936
|
:encoded_key,
|
6759
6937
|
:comment)
|
6938
|
+
SENSITIVE = []
|
6760
6939
|
include Aws::Structure
|
6761
6940
|
end
|
6762
6941
|
|
@@ -6769,6 +6948,7 @@ module Aws::CloudFront
|
|
6769
6948
|
#
|
6770
6949
|
class PublicKeyInUse < Struct.new(
|
6771
6950
|
:message)
|
6951
|
+
SENSITIVE = []
|
6772
6952
|
include Aws::Structure
|
6773
6953
|
end
|
6774
6954
|
|
@@ -6802,6 +6982,7 @@ module Aws::CloudFront
|
|
6802
6982
|
:max_items,
|
6803
6983
|
:quantity,
|
6804
6984
|
:items)
|
6985
|
+
SENSITIVE = []
|
6805
6986
|
include Aws::Structure
|
6806
6987
|
end
|
6807
6988
|
|
@@ -6835,6 +7016,7 @@ module Aws::CloudFront
|
|
6835
7016
|
:created_time,
|
6836
7017
|
:encoded_key,
|
6837
7018
|
:comment)
|
7019
|
+
SENSITIVE = []
|
6838
7020
|
include Aws::Structure
|
6839
7021
|
end
|
6840
7022
|
|
@@ -6863,6 +7045,7 @@ module Aws::CloudFront
|
|
6863
7045
|
class QueryArgProfile < Struct.new(
|
6864
7046
|
:query_arg,
|
6865
7047
|
:profile_id)
|
7048
|
+
SENSITIVE = []
|
6866
7049
|
include Aws::Structure
|
6867
7050
|
end
|
6868
7051
|
|
@@ -6901,6 +7084,7 @@ module Aws::CloudFront
|
|
6901
7084
|
class QueryArgProfileConfig < Struct.new(
|
6902
7085
|
:forward_when_query_arg_profile_is_unknown,
|
6903
7086
|
:query_arg_profiles)
|
7087
|
+
SENSITIVE = []
|
6904
7088
|
include Aws::Structure
|
6905
7089
|
end
|
6906
7090
|
|
@@ -6913,6 +7097,7 @@ module Aws::CloudFront
|
|
6913
7097
|
#
|
6914
7098
|
class QueryArgProfileEmpty < Struct.new(
|
6915
7099
|
:message)
|
7100
|
+
SENSITIVE = []
|
6916
7101
|
include Aws::Structure
|
6917
7102
|
end
|
6918
7103
|
|
@@ -6946,6 +7131,7 @@ module Aws::CloudFront
|
|
6946
7131
|
class QueryArgProfiles < Struct.new(
|
6947
7132
|
:quantity,
|
6948
7133
|
:items)
|
7134
|
+
SENSITIVE = []
|
6949
7135
|
include Aws::Structure
|
6950
7136
|
end
|
6951
7137
|
|
@@ -6977,6 +7163,7 @@ module Aws::CloudFront
|
|
6977
7163
|
class QueryStringCacheKeys < Struct.new(
|
6978
7164
|
:quantity,
|
6979
7165
|
:items)
|
7166
|
+
SENSITIVE = []
|
6980
7167
|
include Aws::Structure
|
6981
7168
|
end
|
6982
7169
|
|
@@ -7004,6 +7191,7 @@ module Aws::CloudFront
|
|
7004
7191
|
#
|
7005
7192
|
class Restrictions < Struct.new(
|
7006
7193
|
:geo_restriction)
|
7194
|
+
SENSITIVE = []
|
7007
7195
|
include Aws::Structure
|
7008
7196
|
end
|
7009
7197
|
|
@@ -7054,6 +7242,7 @@ module Aws::CloudFront
|
|
7054
7242
|
class S3Origin < Struct.new(
|
7055
7243
|
:domain_name,
|
7056
7244
|
:origin_access_identity)
|
7245
|
+
SENSITIVE = []
|
7057
7246
|
include Aws::Structure
|
7058
7247
|
end
|
7059
7248
|
|
@@ -7104,6 +7293,7 @@ module Aws::CloudFront
|
|
7104
7293
|
#
|
7105
7294
|
class S3OriginConfig < Struct.new(
|
7106
7295
|
:origin_access_identity)
|
7296
|
+
SENSITIVE = []
|
7107
7297
|
include Aws::Structure
|
7108
7298
|
end
|
7109
7299
|
|
@@ -7130,6 +7320,7 @@ module Aws::CloudFront
|
|
7130
7320
|
class Signer < Struct.new(
|
7131
7321
|
:aws_account_number,
|
7132
7322
|
:key_pair_ids)
|
7323
|
+
SENSITIVE = []
|
7133
7324
|
include Aws::Structure
|
7134
7325
|
end
|
7135
7326
|
|
@@ -7158,6 +7349,7 @@ module Aws::CloudFront
|
|
7158
7349
|
class StatusCodes < Struct.new(
|
7159
7350
|
:quantity,
|
7160
7351
|
:items)
|
7352
|
+
SENSITIVE = []
|
7161
7353
|
include Aws::Structure
|
7162
7354
|
end
|
7163
7355
|
|
@@ -7226,6 +7418,7 @@ module Aws::CloudFront
|
|
7226
7418
|
:domain_name,
|
7227
7419
|
:active_trusted_signers,
|
7228
7420
|
:streaming_distribution_config)
|
7421
|
+
SENSITIVE = []
|
7229
7422
|
include Aws::Structure
|
7230
7423
|
end
|
7231
7424
|
|
@@ -7239,6 +7432,7 @@ module Aws::CloudFront
|
|
7239
7432
|
#
|
7240
7433
|
class StreamingDistributionAlreadyExists < Struct.new(
|
7241
7434
|
:message)
|
7435
|
+
SENSITIVE = []
|
7242
7436
|
include Aws::Structure
|
7243
7437
|
end
|
7244
7438
|
|
@@ -7339,6 +7533,7 @@ module Aws::CloudFront
|
|
7339
7533
|
:trusted_signers,
|
7340
7534
|
:price_class,
|
7341
7535
|
:enabled)
|
7536
|
+
SENSITIVE = []
|
7342
7537
|
include Aws::Structure
|
7343
7538
|
end
|
7344
7539
|
|
@@ -7396,6 +7591,7 @@ module Aws::CloudFront
|
|
7396
7591
|
class StreamingDistributionConfigWithTags < Struct.new(
|
7397
7592
|
:streaming_distribution_config,
|
7398
7593
|
:tags)
|
7594
|
+
SENSITIVE = []
|
7399
7595
|
include Aws::Structure
|
7400
7596
|
end
|
7401
7597
|
|
@@ -7442,6 +7638,7 @@ module Aws::CloudFront
|
|
7442
7638
|
:is_truncated,
|
7443
7639
|
:quantity,
|
7444
7640
|
:items)
|
7641
|
+
SENSITIVE = []
|
7445
7642
|
include Aws::Structure
|
7446
7643
|
end
|
7447
7644
|
|
@@ -7455,6 +7652,7 @@ module Aws::CloudFront
|
|
7455
7652
|
#
|
7456
7653
|
class StreamingDistributionNotDisabled < Struct.new(
|
7457
7654
|
:message)
|
7655
|
+
SENSITIVE = []
|
7458
7656
|
include Aws::Structure
|
7459
7657
|
end
|
7460
7658
|
|
@@ -7547,6 +7745,7 @@ module Aws::CloudFront
|
|
7547
7745
|
:comment,
|
7548
7746
|
:price_class,
|
7549
7747
|
:enabled)
|
7748
|
+
SENSITIVE = []
|
7550
7749
|
include Aws::Structure
|
7551
7750
|
end
|
7552
7751
|
|
@@ -7591,6 +7790,7 @@ module Aws::CloudFront
|
|
7591
7790
|
:enabled,
|
7592
7791
|
:bucket,
|
7593
7792
|
:prefix)
|
7793
|
+
SENSITIVE = []
|
7594
7794
|
include Aws::Structure
|
7595
7795
|
end
|
7596
7796
|
|
@@ -7625,6 +7825,7 @@ module Aws::CloudFront
|
|
7625
7825
|
class Tag < Struct.new(
|
7626
7826
|
:key,
|
7627
7827
|
:value)
|
7828
|
+
SENSITIVE = []
|
7628
7829
|
include Aws::Structure
|
7629
7830
|
end
|
7630
7831
|
|
@@ -7645,6 +7846,7 @@ module Aws::CloudFront
|
|
7645
7846
|
#
|
7646
7847
|
class TagKeys < Struct.new(
|
7647
7848
|
:items)
|
7849
|
+
SENSITIVE = []
|
7648
7850
|
include Aws::Structure
|
7649
7851
|
end
|
7650
7852
|
|
@@ -7678,6 +7880,7 @@ module Aws::CloudFront
|
|
7678
7880
|
class TagResourceRequest < Struct.new(
|
7679
7881
|
:resource,
|
7680
7882
|
:tags)
|
7883
|
+
SENSITIVE = []
|
7681
7884
|
include Aws::Structure
|
7682
7885
|
end
|
7683
7886
|
|
@@ -7703,6 +7906,7 @@ module Aws::CloudFront
|
|
7703
7906
|
#
|
7704
7907
|
class Tags < Struct.new(
|
7705
7908
|
:items)
|
7909
|
+
SENSITIVE = []
|
7706
7910
|
include Aws::Structure
|
7707
7911
|
end
|
7708
7912
|
|
@@ -7715,6 +7919,7 @@ module Aws::CloudFront
|
|
7715
7919
|
#
|
7716
7920
|
class TooManyCacheBehaviors < Struct.new(
|
7717
7921
|
:message)
|
7922
|
+
SENSITIVE = []
|
7718
7923
|
include Aws::Structure
|
7719
7924
|
end
|
7720
7925
|
|
@@ -7727,6 +7932,7 @@ module Aws::CloudFront
|
|
7727
7932
|
#
|
7728
7933
|
class TooManyCertificates < Struct.new(
|
7729
7934
|
:message)
|
7935
|
+
SENSITIVE = []
|
7730
7936
|
include Aws::Structure
|
7731
7937
|
end
|
7732
7938
|
|
@@ -7740,6 +7946,7 @@ module Aws::CloudFront
|
|
7740
7946
|
#
|
7741
7947
|
class TooManyCloudFrontOriginAccessIdentities < Struct.new(
|
7742
7948
|
:message)
|
7949
|
+
SENSITIVE = []
|
7743
7950
|
include Aws::Structure
|
7744
7951
|
end
|
7745
7952
|
|
@@ -7753,6 +7960,7 @@ module Aws::CloudFront
|
|
7753
7960
|
#
|
7754
7961
|
class TooManyCookieNamesInWhiteList < Struct.new(
|
7755
7962
|
:message)
|
7963
|
+
SENSITIVE = []
|
7756
7964
|
include Aws::Structure
|
7757
7965
|
end
|
7758
7966
|
|
@@ -7765,6 +7973,7 @@ module Aws::CloudFront
|
|
7765
7973
|
#
|
7766
7974
|
class TooManyDistributionCNAMEs < Struct.new(
|
7767
7975
|
:message)
|
7976
|
+
SENSITIVE = []
|
7768
7977
|
include Aws::Structure
|
7769
7978
|
end
|
7770
7979
|
|
@@ -7778,6 +7987,7 @@ module Aws::CloudFront
|
|
7778
7987
|
#
|
7779
7988
|
class TooManyDistributions < Struct.new(
|
7780
7989
|
:message)
|
7990
|
+
SENSITIVE = []
|
7781
7991
|
include Aws::Structure
|
7782
7992
|
end
|
7783
7993
|
|
@@ -7791,6 +8001,7 @@ module Aws::CloudFront
|
|
7791
8001
|
#
|
7792
8002
|
class TooManyDistributionsAssociatedToFieldLevelEncryptionConfig < Struct.new(
|
7793
8003
|
:message)
|
8004
|
+
SENSITIVE = []
|
7794
8005
|
include Aws::Structure
|
7795
8006
|
end
|
7796
8007
|
|
@@ -7805,6 +8016,7 @@ module Aws::CloudFront
|
|
7805
8016
|
#
|
7806
8017
|
class TooManyDistributionsWithLambdaAssociations < Struct.new(
|
7807
8018
|
:message)
|
8019
|
+
SENSITIVE = []
|
7808
8020
|
include Aws::Structure
|
7809
8021
|
end
|
7810
8022
|
|
@@ -7818,6 +8030,7 @@ module Aws::CloudFront
|
|
7818
8030
|
#
|
7819
8031
|
class TooManyFieldLevelEncryptionConfigs < Struct.new(
|
7820
8032
|
:message)
|
8033
|
+
SENSITIVE = []
|
7821
8034
|
include Aws::Structure
|
7822
8035
|
end
|
7823
8036
|
|
@@ -7831,6 +8044,7 @@ module Aws::CloudFront
|
|
7831
8044
|
#
|
7832
8045
|
class TooManyFieldLevelEncryptionContentTypeProfiles < Struct.new(
|
7833
8046
|
:message)
|
8047
|
+
SENSITIVE = []
|
7834
8048
|
include Aws::Structure
|
7835
8049
|
end
|
7836
8050
|
|
@@ -7844,6 +8058,7 @@ module Aws::CloudFront
|
|
7844
8058
|
#
|
7845
8059
|
class TooManyFieldLevelEncryptionEncryptionEntities < Struct.new(
|
7846
8060
|
:message)
|
8061
|
+
SENSITIVE = []
|
7847
8062
|
include Aws::Structure
|
7848
8063
|
end
|
7849
8064
|
|
@@ -7857,6 +8072,7 @@ module Aws::CloudFront
|
|
7857
8072
|
#
|
7858
8073
|
class TooManyFieldLevelEncryptionFieldPatterns < Struct.new(
|
7859
8074
|
:message)
|
8075
|
+
SENSITIVE = []
|
7860
8076
|
include Aws::Structure
|
7861
8077
|
end
|
7862
8078
|
|
@@ -7870,6 +8086,7 @@ module Aws::CloudFront
|
|
7870
8086
|
#
|
7871
8087
|
class TooManyFieldLevelEncryptionProfiles < Struct.new(
|
7872
8088
|
:message)
|
8089
|
+
SENSITIVE = []
|
7873
8090
|
include Aws::Structure
|
7874
8091
|
end
|
7875
8092
|
|
@@ -7883,6 +8100,7 @@ module Aws::CloudFront
|
|
7883
8100
|
#
|
7884
8101
|
class TooManyFieldLevelEncryptionQueryArgProfiles < Struct.new(
|
7885
8102
|
:message)
|
8103
|
+
SENSITIVE = []
|
7886
8104
|
include Aws::Structure
|
7887
8105
|
end
|
7888
8106
|
|
@@ -7895,6 +8113,7 @@ module Aws::CloudFront
|
|
7895
8113
|
#
|
7896
8114
|
class TooManyHeadersInForwardedValues < Struct.new(
|
7897
8115
|
:message)
|
8116
|
+
SENSITIVE = []
|
7898
8117
|
include Aws::Structure
|
7899
8118
|
end
|
7900
8119
|
|
@@ -7908,6 +8127,7 @@ module Aws::CloudFront
|
|
7908
8127
|
#
|
7909
8128
|
class TooManyInvalidationsInProgress < Struct.new(
|
7910
8129
|
:message)
|
8130
|
+
SENSITIVE = []
|
7911
8131
|
include Aws::Structure
|
7912
8132
|
end
|
7913
8133
|
|
@@ -7921,6 +8141,7 @@ module Aws::CloudFront
|
|
7921
8141
|
#
|
7922
8142
|
class TooManyLambdaFunctionAssociations < Struct.new(
|
7923
8143
|
:message)
|
8144
|
+
SENSITIVE = []
|
7924
8145
|
include Aws::Structure
|
7925
8146
|
end
|
7926
8147
|
|
@@ -7933,6 +8154,7 @@ module Aws::CloudFront
|
|
7933
8154
|
#
|
7934
8155
|
class TooManyOriginCustomHeaders < Struct.new(
|
7935
8156
|
:message)
|
8157
|
+
SENSITIVE = []
|
7936
8158
|
include Aws::Structure
|
7937
8159
|
end
|
7938
8160
|
|
@@ -7946,6 +8168,7 @@ module Aws::CloudFront
|
|
7946
8168
|
#
|
7947
8169
|
class TooManyOriginGroupsPerDistribution < Struct.new(
|
7948
8170
|
:message)
|
8171
|
+
SENSITIVE = []
|
7949
8172
|
include Aws::Structure
|
7950
8173
|
end
|
7951
8174
|
|
@@ -7958,6 +8181,7 @@ module Aws::CloudFront
|
|
7958
8181
|
#
|
7959
8182
|
class TooManyOrigins < Struct.new(
|
7960
8183
|
:message)
|
8184
|
+
SENSITIVE = []
|
7961
8185
|
include Aws::Structure
|
7962
8186
|
end
|
7963
8187
|
|
@@ -7971,6 +8195,7 @@ module Aws::CloudFront
|
|
7971
8195
|
#
|
7972
8196
|
class TooManyPublicKeys < Struct.new(
|
7973
8197
|
:message)
|
8198
|
+
SENSITIVE = []
|
7974
8199
|
include Aws::Structure
|
7975
8200
|
end
|
7976
8201
|
|
@@ -7983,6 +8208,7 @@ module Aws::CloudFront
|
|
7983
8208
|
#
|
7984
8209
|
class TooManyQueryStringParameters < Struct.new(
|
7985
8210
|
:message)
|
8211
|
+
SENSITIVE = []
|
7986
8212
|
include Aws::Structure
|
7987
8213
|
end
|
7988
8214
|
|
@@ -7995,6 +8221,7 @@ module Aws::CloudFront
|
|
7995
8221
|
#
|
7996
8222
|
class TooManyStreamingDistributionCNAMEs < Struct.new(
|
7997
8223
|
:message)
|
8224
|
+
SENSITIVE = []
|
7998
8225
|
include Aws::Structure
|
7999
8226
|
end
|
8000
8227
|
|
@@ -8008,6 +8235,7 @@ module Aws::CloudFront
|
|
8008
8235
|
#
|
8009
8236
|
class TooManyStreamingDistributions < Struct.new(
|
8010
8237
|
:message)
|
8238
|
+
SENSITIVE = []
|
8011
8239
|
include Aws::Structure
|
8012
8240
|
end
|
8013
8241
|
|
@@ -8021,6 +8249,7 @@ module Aws::CloudFront
|
|
8021
8249
|
#
|
8022
8250
|
class TooManyTrustedSigners < Struct.new(
|
8023
8251
|
:message)
|
8252
|
+
SENSITIVE = []
|
8024
8253
|
include Aws::Structure
|
8025
8254
|
end
|
8026
8255
|
|
@@ -8033,6 +8262,7 @@ module Aws::CloudFront
|
|
8033
8262
|
#
|
8034
8263
|
class TrustedSignerDoesNotExist < Struct.new(
|
8035
8264
|
:message)
|
8265
|
+
SENSITIVE = []
|
8036
8266
|
include Aws::Structure
|
8037
8267
|
end
|
8038
8268
|
|
@@ -8092,6 +8322,7 @@ module Aws::CloudFront
|
|
8092
8322
|
:enabled,
|
8093
8323
|
:quantity,
|
8094
8324
|
:items)
|
8325
|
+
SENSITIVE = []
|
8095
8326
|
include Aws::Structure
|
8096
8327
|
end
|
8097
8328
|
|
@@ -8120,6 +8351,7 @@ module Aws::CloudFront
|
|
8120
8351
|
class UntagResourceRequest < Struct.new(
|
8121
8352
|
:resource,
|
8122
8353
|
:tag_keys)
|
8354
|
+
SENSITIVE = []
|
8123
8355
|
include Aws::Structure
|
8124
8356
|
end
|
8125
8357
|
|
@@ -8156,6 +8388,7 @@ module Aws::CloudFront
|
|
8156
8388
|
:cloud_front_origin_access_identity_config,
|
8157
8389
|
:id,
|
8158
8390
|
:if_match)
|
8391
|
+
SENSITIVE = []
|
8159
8392
|
include Aws::Structure
|
8160
8393
|
end
|
8161
8394
|
|
@@ -8175,6 +8408,7 @@ module Aws::CloudFront
|
|
8175
8408
|
class UpdateCloudFrontOriginAccessIdentityResult < Struct.new(
|
8176
8409
|
:cloud_front_origin_access_identity,
|
8177
8410
|
:etag)
|
8411
|
+
SENSITIVE = []
|
8178
8412
|
include Aws::Structure
|
8179
8413
|
end
|
8180
8414
|
|
@@ -8419,6 +8653,7 @@ module Aws::CloudFront
|
|
8419
8653
|
:distribution_config,
|
8420
8654
|
:id,
|
8421
8655
|
:if_match)
|
8656
|
+
SENSITIVE = []
|
8422
8657
|
include Aws::Structure
|
8423
8658
|
end
|
8424
8659
|
|
@@ -8438,6 +8673,7 @@ module Aws::CloudFront
|
|
8438
8673
|
class UpdateDistributionResult < Struct.new(
|
8439
8674
|
:distribution,
|
8440
8675
|
:etag)
|
8676
|
+
SENSITIVE = []
|
8441
8677
|
include Aws::Structure
|
8442
8678
|
end
|
8443
8679
|
|
@@ -8497,6 +8733,7 @@ module Aws::CloudFront
|
|
8497
8733
|
:field_level_encryption_config,
|
8498
8734
|
:id,
|
8499
8735
|
:if_match)
|
8736
|
+
SENSITIVE = []
|
8500
8737
|
include Aws::Structure
|
8501
8738
|
end
|
8502
8739
|
|
@@ -8514,6 +8751,7 @@ module Aws::CloudFront
|
|
8514
8751
|
class UpdateFieldLevelEncryptionConfigResult < Struct.new(
|
8515
8752
|
:field_level_encryption,
|
8516
8753
|
:etag)
|
8754
|
+
SENSITIVE = []
|
8517
8755
|
include Aws::Structure
|
8518
8756
|
end
|
8519
8757
|
|
@@ -8562,6 +8800,7 @@ module Aws::CloudFront
|
|
8562
8800
|
:field_level_encryption_profile_config,
|
8563
8801
|
:id,
|
8564
8802
|
:if_match)
|
8803
|
+
SENSITIVE = []
|
8565
8804
|
include Aws::Structure
|
8566
8805
|
end
|
8567
8806
|
|
@@ -8578,6 +8817,7 @@ module Aws::CloudFront
|
|
8578
8817
|
class UpdateFieldLevelEncryptionProfileResult < Struct.new(
|
8579
8818
|
:field_level_encryption_profile,
|
8580
8819
|
:etag)
|
8820
|
+
SENSITIVE = []
|
8581
8821
|
include Aws::Structure
|
8582
8822
|
end
|
8583
8823
|
|
@@ -8614,6 +8854,7 @@ module Aws::CloudFront
|
|
8614
8854
|
:public_key_config,
|
8615
8855
|
:id,
|
8616
8856
|
:if_match)
|
8857
|
+
SENSITIVE = []
|
8617
8858
|
include Aws::Structure
|
8618
8859
|
end
|
8619
8860
|
|
@@ -8631,6 +8872,7 @@ module Aws::CloudFront
|
|
8631
8872
|
class UpdatePublicKeyResult < Struct.new(
|
8632
8873
|
:public_key,
|
8633
8874
|
:etag)
|
8875
|
+
SENSITIVE = []
|
8634
8876
|
include Aws::Structure
|
8635
8877
|
end
|
8636
8878
|
|
@@ -8688,6 +8930,7 @@ module Aws::CloudFront
|
|
8688
8930
|
:streaming_distribution_config,
|
8689
8931
|
:id,
|
8690
8932
|
:if_match)
|
8933
|
+
SENSITIVE = []
|
8691
8934
|
include Aws::Structure
|
8692
8935
|
end
|
8693
8936
|
|
@@ -8707,6 +8950,7 @@ module Aws::CloudFront
|
|
8707
8950
|
class UpdateStreamingDistributionResult < Struct.new(
|
8708
8951
|
:streaming_distribution,
|
8709
8952
|
:etag)
|
8953
|
+
SENSITIVE = []
|
8710
8954
|
include Aws::Structure
|
8711
8955
|
end
|
8712
8956
|
|
@@ -8919,6 +9163,7 @@ module Aws::CloudFront
|
|
8919
9163
|
:minimum_protocol_version,
|
8920
9164
|
:certificate,
|
8921
9165
|
:certificate_source)
|
9166
|
+
SENSITIVE = []
|
8922
9167
|
include Aws::Structure
|
8923
9168
|
end
|
8924
9169
|
|