aws-sdk-cloudfront 1.60.0 → 1.83.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.
@@ -35,6 +35,8 @@ module Aws::CloudFront
35
35
  # * {CannotChangeImmutablePublicKeyFields}
36
36
  # * {CloudFrontOriginAccessIdentityAlreadyExists}
37
37
  # * {CloudFrontOriginAccessIdentityInUse}
38
+ # * {ContinuousDeploymentPolicyAlreadyExists}
39
+ # * {ContinuousDeploymentPolicyInUse}
38
40
  # * {DistributionAlreadyExists}
39
41
  # * {DistributionNotDisabled}
40
42
  # * {FieldLevelEncryptionConfigAlreadyExists}
@@ -47,10 +49,12 @@ module Aws::CloudFront
47
49
  # * {FunctionSizeLimitExceeded}
48
50
  # * {IllegalDelete}
49
51
  # * {IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior}
52
+ # * {IllegalOriginAccessConfiguration}
50
53
  # * {IllegalUpdate}
51
54
  # * {InconsistentQuantities}
52
55
  # * {InvalidArgument}
53
56
  # * {InvalidDefaultRootObject}
57
+ # * {InvalidDomainNameForOriginAccessControl}
54
58
  # * {InvalidErrorCode}
55
59
  # * {InvalidForwardCookies}
56
60
  # * {InvalidFunctionAssociation}
@@ -61,6 +65,7 @@ module Aws::CloudFront
61
65
  # * {InvalidLocationCode}
62
66
  # * {InvalidMinimumProtocolVersion}
63
67
  # * {InvalidOrigin}
68
+ # * {InvalidOriginAccessControl}
64
69
  # * {InvalidOriginAccessIdentity}
65
70
  # * {InvalidOriginKeepaliveTimeout}
66
71
  # * {InvalidOriginReadTimeout}
@@ -75,20 +80,26 @@ module Aws::CloudFront
75
80
  # * {InvalidWebACLId}
76
81
  # * {KeyGroupAlreadyExists}
77
82
  # * {MissingBody}
83
+ # * {MonitoringSubscriptionAlreadyExists}
78
84
  # * {NoSuchCachePolicy}
79
85
  # * {NoSuchCloudFrontOriginAccessIdentity}
86
+ # * {NoSuchContinuousDeploymentPolicy}
80
87
  # * {NoSuchDistribution}
81
88
  # * {NoSuchFieldLevelEncryptionConfig}
82
89
  # * {NoSuchFieldLevelEncryptionProfile}
83
90
  # * {NoSuchFunctionExists}
84
91
  # * {NoSuchInvalidation}
92
+ # * {NoSuchMonitoringSubscription}
85
93
  # * {NoSuchOrigin}
94
+ # * {NoSuchOriginAccessControl}
86
95
  # * {NoSuchOriginRequestPolicy}
87
96
  # * {NoSuchPublicKey}
88
97
  # * {NoSuchRealtimeLogConfig}
89
98
  # * {NoSuchResource}
90
99
  # * {NoSuchResponseHeadersPolicy}
91
100
  # * {NoSuchStreamingDistribution}
101
+ # * {OriginAccessControlAlreadyExists}
102
+ # * {OriginAccessControlInUse}
92
103
  # * {OriginRequestPolicyAlreadyExists}
93
104
  # * {OriginRequestPolicyInUse}
94
105
  # * {PreconditionFailed}
@@ -101,13 +112,16 @@ module Aws::CloudFront
101
112
  # * {ResourceInUse}
102
113
  # * {ResponseHeadersPolicyAlreadyExists}
103
114
  # * {ResponseHeadersPolicyInUse}
115
+ # * {StagingDistributionInUse}
104
116
  # * {StreamingDistributionAlreadyExists}
105
117
  # * {StreamingDistributionNotDisabled}
106
118
  # * {TestFunctionFailed}
119
+ # * {TooLongCSPInResponseHeadersPolicy}
107
120
  # * {TooManyCacheBehaviors}
108
121
  # * {TooManyCachePolicies}
109
122
  # * {TooManyCertificates}
110
123
  # * {TooManyCloudFrontOriginAccessIdentities}
124
+ # * {TooManyContinuousDeploymentPolicies}
111
125
  # * {TooManyCookieNamesInWhiteList}
112
126
  # * {TooManyCookiesInCachePolicy}
113
127
  # * {TooManyCookiesInOriginRequestPolicy}
@@ -117,6 +131,7 @@ module Aws::CloudFront
117
131
  # * {TooManyDistributionsAssociatedToCachePolicy}
118
132
  # * {TooManyDistributionsAssociatedToFieldLevelEncryptionConfig}
119
133
  # * {TooManyDistributionsAssociatedToKeyGroup}
134
+ # * {TooManyDistributionsAssociatedToOriginAccessControl}
120
135
  # * {TooManyDistributionsAssociatedToOriginRequestPolicy}
121
136
  # * {TooManyDistributionsAssociatedToResponseHeadersPolicy}
122
137
  # * {TooManyDistributionsWithFunctionAssociations}
@@ -137,6 +152,7 @@ module Aws::CloudFront
137
152
  # * {TooManyKeyGroups}
138
153
  # * {TooManyKeyGroupsAssociatedToDistribution}
139
154
  # * {TooManyLambdaFunctionAssociations}
155
+ # * {TooManyOriginAccessControls}
140
156
  # * {TooManyOriginCustomHeaders}
141
157
  # * {TooManyOriginGroupsPerDistribution}
142
158
  # * {TooManyOriginRequestPolicies}
@@ -147,6 +163,7 @@ module Aws::CloudFront
147
163
  # * {TooManyQueryStringsInCachePolicy}
148
164
  # * {TooManyQueryStringsInOriginRequestPolicy}
149
165
  # * {TooManyRealtimeLogConfigs}
166
+ # * {TooManyRemoveHeadersInResponseHeadersPolicy}
150
167
  # * {TooManyResponseHeadersPolicies}
151
168
  # * {TooManyStreamingDistributionCNAMEs}
152
169
  # * {TooManyStreamingDistributions}
@@ -281,6 +298,36 @@ module Aws::CloudFront
281
298
  end
282
299
  end
283
300
 
301
+ class ContinuousDeploymentPolicyAlreadyExists < ServiceError
302
+
303
+ # @param [Seahorse::Client::RequestContext] context
304
+ # @param [String] message
305
+ # @param [Aws::CloudFront::Types::ContinuousDeploymentPolicyAlreadyExists] data
306
+ def initialize(context, message, data = Aws::EmptyStructure.new)
307
+ super(context, message, data)
308
+ end
309
+
310
+ # @return [String]
311
+ def message
312
+ @message || @data[:message]
313
+ end
314
+ end
315
+
316
+ class ContinuousDeploymentPolicyInUse < ServiceError
317
+
318
+ # @param [Seahorse::Client::RequestContext] context
319
+ # @param [String] message
320
+ # @param [Aws::CloudFront::Types::ContinuousDeploymentPolicyInUse] data
321
+ def initialize(context, message, data = Aws::EmptyStructure.new)
322
+ super(context, message, data)
323
+ end
324
+
325
+ # @return [String]
326
+ def message
327
+ @message || @data[:message]
328
+ end
329
+ end
330
+
284
331
  class DistributionAlreadyExists < ServiceError
285
332
 
286
333
  # @param [Seahorse::Client::RequestContext] context
@@ -461,6 +508,21 @@ module Aws::CloudFront
461
508
  end
462
509
  end
463
510
 
511
+ class IllegalOriginAccessConfiguration < ServiceError
512
+
513
+ # @param [Seahorse::Client::RequestContext] context
514
+ # @param [String] message
515
+ # @param [Aws::CloudFront::Types::IllegalOriginAccessConfiguration] data
516
+ def initialize(context, message, data = Aws::EmptyStructure.new)
517
+ super(context, message, data)
518
+ end
519
+
520
+ # @return [String]
521
+ def message
522
+ @message || @data[:message]
523
+ end
524
+ end
525
+
464
526
  class IllegalUpdate < ServiceError
465
527
 
466
528
  # @param [Seahorse::Client::RequestContext] context
@@ -521,6 +583,21 @@ module Aws::CloudFront
521
583
  end
522
584
  end
523
585
 
586
+ class InvalidDomainNameForOriginAccessControl < ServiceError
587
+
588
+ # @param [Seahorse::Client::RequestContext] context
589
+ # @param [String] message
590
+ # @param [Aws::CloudFront::Types::InvalidDomainNameForOriginAccessControl] data
591
+ def initialize(context, message, data = Aws::EmptyStructure.new)
592
+ super(context, message, data)
593
+ end
594
+
595
+ # @return [String]
596
+ def message
597
+ @message || @data[:message]
598
+ end
599
+ end
600
+
524
601
  class InvalidErrorCode < ServiceError
525
602
 
526
603
  # @param [Seahorse::Client::RequestContext] context
@@ -671,6 +748,21 @@ module Aws::CloudFront
671
748
  end
672
749
  end
673
750
 
751
+ class InvalidOriginAccessControl < ServiceError
752
+
753
+ # @param [Seahorse::Client::RequestContext] context
754
+ # @param [String] message
755
+ # @param [Aws::CloudFront::Types::InvalidOriginAccessControl] data
756
+ def initialize(context, message, data = Aws::EmptyStructure.new)
757
+ super(context, message, data)
758
+ end
759
+
760
+ # @return [String]
761
+ def message
762
+ @message || @data[:message]
763
+ end
764
+ end
765
+
674
766
  class InvalidOriginAccessIdentity < ServiceError
675
767
 
676
768
  # @param [Seahorse::Client::RequestContext] context
@@ -881,6 +973,21 @@ module Aws::CloudFront
881
973
  end
882
974
  end
883
975
 
976
+ class MonitoringSubscriptionAlreadyExists < ServiceError
977
+
978
+ # @param [Seahorse::Client::RequestContext] context
979
+ # @param [String] message
980
+ # @param [Aws::CloudFront::Types::MonitoringSubscriptionAlreadyExists] data
981
+ def initialize(context, message, data = Aws::EmptyStructure.new)
982
+ super(context, message, data)
983
+ end
984
+
985
+ # @return [String]
986
+ def message
987
+ @message || @data[:message]
988
+ end
989
+ end
990
+
884
991
  class NoSuchCachePolicy < ServiceError
885
992
 
886
993
  # @param [Seahorse::Client::RequestContext] context
@@ -911,6 +1018,21 @@ module Aws::CloudFront
911
1018
  end
912
1019
  end
913
1020
 
1021
+ class NoSuchContinuousDeploymentPolicy < ServiceError
1022
+
1023
+ # @param [Seahorse::Client::RequestContext] context
1024
+ # @param [String] message
1025
+ # @param [Aws::CloudFront::Types::NoSuchContinuousDeploymentPolicy] data
1026
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1027
+ super(context, message, data)
1028
+ end
1029
+
1030
+ # @return [String]
1031
+ def message
1032
+ @message || @data[:message]
1033
+ end
1034
+ end
1035
+
914
1036
  class NoSuchDistribution < ServiceError
915
1037
 
916
1038
  # @param [Seahorse::Client::RequestContext] context
@@ -986,6 +1108,21 @@ module Aws::CloudFront
986
1108
  end
987
1109
  end
988
1110
 
1111
+ class NoSuchMonitoringSubscription < ServiceError
1112
+
1113
+ # @param [Seahorse::Client::RequestContext] context
1114
+ # @param [String] message
1115
+ # @param [Aws::CloudFront::Types::NoSuchMonitoringSubscription] data
1116
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1117
+ super(context, message, data)
1118
+ end
1119
+
1120
+ # @return [String]
1121
+ def message
1122
+ @message || @data[:message]
1123
+ end
1124
+ end
1125
+
989
1126
  class NoSuchOrigin < ServiceError
990
1127
 
991
1128
  # @param [Seahorse::Client::RequestContext] context
@@ -1001,6 +1138,21 @@ module Aws::CloudFront
1001
1138
  end
1002
1139
  end
1003
1140
 
1141
+ class NoSuchOriginAccessControl < ServiceError
1142
+
1143
+ # @param [Seahorse::Client::RequestContext] context
1144
+ # @param [String] message
1145
+ # @param [Aws::CloudFront::Types::NoSuchOriginAccessControl] data
1146
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1147
+ super(context, message, data)
1148
+ end
1149
+
1150
+ # @return [String]
1151
+ def message
1152
+ @message || @data[:message]
1153
+ end
1154
+ end
1155
+
1004
1156
  class NoSuchOriginRequestPolicy < ServiceError
1005
1157
 
1006
1158
  # @param [Seahorse::Client::RequestContext] context
@@ -1091,6 +1243,36 @@ module Aws::CloudFront
1091
1243
  end
1092
1244
  end
1093
1245
 
1246
+ class OriginAccessControlAlreadyExists < ServiceError
1247
+
1248
+ # @param [Seahorse::Client::RequestContext] context
1249
+ # @param [String] message
1250
+ # @param [Aws::CloudFront::Types::OriginAccessControlAlreadyExists] data
1251
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1252
+ super(context, message, data)
1253
+ end
1254
+
1255
+ # @return [String]
1256
+ def message
1257
+ @message || @data[:message]
1258
+ end
1259
+ end
1260
+
1261
+ class OriginAccessControlInUse < ServiceError
1262
+
1263
+ # @param [Seahorse::Client::RequestContext] context
1264
+ # @param [String] message
1265
+ # @param [Aws::CloudFront::Types::OriginAccessControlInUse] data
1266
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1267
+ super(context, message, data)
1268
+ end
1269
+
1270
+ # @return [String]
1271
+ def message
1272
+ @message || @data[:message]
1273
+ end
1274
+ end
1275
+
1094
1276
  class OriginRequestPolicyAlreadyExists < ServiceError
1095
1277
 
1096
1278
  # @param [Seahorse::Client::RequestContext] context
@@ -1271,6 +1453,21 @@ module Aws::CloudFront
1271
1453
  end
1272
1454
  end
1273
1455
 
1456
+ class StagingDistributionInUse < ServiceError
1457
+
1458
+ # @param [Seahorse::Client::RequestContext] context
1459
+ # @param [String] message
1460
+ # @param [Aws::CloudFront::Types::StagingDistributionInUse] data
1461
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1462
+ super(context, message, data)
1463
+ end
1464
+
1465
+ # @return [String]
1466
+ def message
1467
+ @message || @data[:message]
1468
+ end
1469
+ end
1470
+
1274
1471
  class StreamingDistributionAlreadyExists < ServiceError
1275
1472
 
1276
1473
  # @param [Seahorse::Client::RequestContext] context
@@ -1316,6 +1513,21 @@ module Aws::CloudFront
1316
1513
  end
1317
1514
  end
1318
1515
 
1516
+ class TooLongCSPInResponseHeadersPolicy < ServiceError
1517
+
1518
+ # @param [Seahorse::Client::RequestContext] context
1519
+ # @param [String] message
1520
+ # @param [Aws::CloudFront::Types::TooLongCSPInResponseHeadersPolicy] data
1521
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1522
+ super(context, message, data)
1523
+ end
1524
+
1525
+ # @return [String]
1526
+ def message
1527
+ @message || @data[:message]
1528
+ end
1529
+ end
1530
+
1319
1531
  class TooManyCacheBehaviors < ServiceError
1320
1532
 
1321
1533
  # @param [Seahorse::Client::RequestContext] context
@@ -1376,6 +1588,21 @@ module Aws::CloudFront
1376
1588
  end
1377
1589
  end
1378
1590
 
1591
+ class TooManyContinuousDeploymentPolicies < ServiceError
1592
+
1593
+ # @param [Seahorse::Client::RequestContext] context
1594
+ # @param [String] message
1595
+ # @param [Aws::CloudFront::Types::TooManyContinuousDeploymentPolicies] data
1596
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1597
+ super(context, message, data)
1598
+ end
1599
+
1600
+ # @return [String]
1601
+ def message
1602
+ @message || @data[:message]
1603
+ end
1604
+ end
1605
+
1379
1606
  class TooManyCookieNamesInWhiteList < ServiceError
1380
1607
 
1381
1608
  # @param [Seahorse::Client::RequestContext] context
@@ -1511,6 +1738,21 @@ module Aws::CloudFront
1511
1738
  end
1512
1739
  end
1513
1740
 
1741
+ class TooManyDistributionsAssociatedToOriginAccessControl < ServiceError
1742
+
1743
+ # @param [Seahorse::Client::RequestContext] context
1744
+ # @param [String] message
1745
+ # @param [Aws::CloudFront::Types::TooManyDistributionsAssociatedToOriginAccessControl] data
1746
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1747
+ super(context, message, data)
1748
+ end
1749
+
1750
+ # @return [String]
1751
+ def message
1752
+ @message || @data[:message]
1753
+ end
1754
+ end
1755
+
1514
1756
  class TooManyDistributionsAssociatedToOriginRequestPolicy < ServiceError
1515
1757
 
1516
1758
  # @param [Seahorse::Client::RequestContext] context
@@ -1811,6 +2053,21 @@ module Aws::CloudFront
1811
2053
  end
1812
2054
  end
1813
2055
 
2056
+ class TooManyOriginAccessControls < ServiceError
2057
+
2058
+ # @param [Seahorse::Client::RequestContext] context
2059
+ # @param [String] message
2060
+ # @param [Aws::CloudFront::Types::TooManyOriginAccessControls] data
2061
+ def initialize(context, message, data = Aws::EmptyStructure.new)
2062
+ super(context, message, data)
2063
+ end
2064
+
2065
+ # @return [String]
2066
+ def message
2067
+ @message || @data[:message]
2068
+ end
2069
+ end
2070
+
1814
2071
  class TooManyOriginCustomHeaders < ServiceError
1815
2072
 
1816
2073
  # @param [Seahorse::Client::RequestContext] context
@@ -1961,6 +2218,21 @@ module Aws::CloudFront
1961
2218
  end
1962
2219
  end
1963
2220
 
2221
+ class TooManyRemoveHeadersInResponseHeadersPolicy < ServiceError
2222
+
2223
+ # @param [Seahorse::Client::RequestContext] context
2224
+ # @param [String] message
2225
+ # @param [Aws::CloudFront::Types::TooManyRemoveHeadersInResponseHeadersPolicy] data
2226
+ def initialize(context, message, data = Aws::EmptyStructure.new)
2227
+ super(context, message, data)
2228
+ end
2229
+
2230
+ # @return [String]
2231
+ def message
2232
+ @message || @data[:message]
2233
+ end
2234
+ end
2235
+
1964
2236
  class TooManyResponseHeadersPolicies < ServiceError
1965
2237
 
1966
2238
  # @param [Seahorse::Client::RequestContext] context