aws-sdk-cloudfront 1.86.1 → 1.87.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudfront/client.rb +1 -1
- data/lib/aws-sdk-cloudfront/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-cloudfront.rb +1 -1
- data/sig/client.rbs +2656 -0
- data/sig/errors.rbs +463 -0
- data/sig/resource.rbs +79 -0
- data/sig/types.rbs +3180 -0
- data/sig/waiters.rbs +44 -0
- metadata +9 -4
data/sig/errors.rbs
ADDED
@@ -0,0 +1,463 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws
|
9
|
+
module CloudFront
|
10
|
+
module Errors
|
11
|
+
class ServiceError < ::Aws::Errors::ServiceError
|
12
|
+
end
|
13
|
+
|
14
|
+
class AccessDenied < ::Aws::Errors::ServiceError
|
15
|
+
def message: () -> ::String
|
16
|
+
end
|
17
|
+
class BatchTooLarge < ::Aws::Errors::ServiceError
|
18
|
+
def message: () -> ::String
|
19
|
+
end
|
20
|
+
class CNAMEAlreadyExists < ::Aws::Errors::ServiceError
|
21
|
+
def message: () -> ::String
|
22
|
+
end
|
23
|
+
class CachePolicyAlreadyExists < ::Aws::Errors::ServiceError
|
24
|
+
def message: () -> ::String
|
25
|
+
end
|
26
|
+
class CachePolicyInUse < ::Aws::Errors::ServiceError
|
27
|
+
def message: () -> ::String
|
28
|
+
end
|
29
|
+
class CannotChangeImmutablePublicKeyFields < ::Aws::Errors::ServiceError
|
30
|
+
def message: () -> ::String
|
31
|
+
end
|
32
|
+
class CannotDeleteEntityWhileInUse < ::Aws::Errors::ServiceError
|
33
|
+
def message: () -> ::String
|
34
|
+
end
|
35
|
+
class CloudFrontOriginAccessIdentityAlreadyExists < ::Aws::Errors::ServiceError
|
36
|
+
def message: () -> ::String
|
37
|
+
end
|
38
|
+
class CloudFrontOriginAccessIdentityInUse < ::Aws::Errors::ServiceError
|
39
|
+
def message: () -> ::String
|
40
|
+
end
|
41
|
+
class ContinuousDeploymentPolicyAlreadyExists < ::Aws::Errors::ServiceError
|
42
|
+
def message: () -> ::String
|
43
|
+
end
|
44
|
+
class ContinuousDeploymentPolicyInUse < ::Aws::Errors::ServiceError
|
45
|
+
def message: () -> ::String
|
46
|
+
end
|
47
|
+
class DistributionAlreadyExists < ::Aws::Errors::ServiceError
|
48
|
+
def message: () -> ::String
|
49
|
+
end
|
50
|
+
class DistributionNotDisabled < ::Aws::Errors::ServiceError
|
51
|
+
def message: () -> ::String
|
52
|
+
end
|
53
|
+
class EntityAlreadyExists < ::Aws::Errors::ServiceError
|
54
|
+
def message: () -> ::String
|
55
|
+
end
|
56
|
+
class EntityLimitExceeded < ::Aws::Errors::ServiceError
|
57
|
+
def message: () -> ::String
|
58
|
+
end
|
59
|
+
class EntityNotFound < ::Aws::Errors::ServiceError
|
60
|
+
def message: () -> ::String
|
61
|
+
end
|
62
|
+
class EntitySizeLimitExceeded < ::Aws::Errors::ServiceError
|
63
|
+
def message: () -> ::String
|
64
|
+
end
|
65
|
+
class FieldLevelEncryptionConfigAlreadyExists < ::Aws::Errors::ServiceError
|
66
|
+
def message: () -> ::String
|
67
|
+
end
|
68
|
+
class FieldLevelEncryptionConfigInUse < ::Aws::Errors::ServiceError
|
69
|
+
def message: () -> ::String
|
70
|
+
end
|
71
|
+
class FieldLevelEncryptionProfileAlreadyExists < ::Aws::Errors::ServiceError
|
72
|
+
def message: () -> ::String
|
73
|
+
end
|
74
|
+
class FieldLevelEncryptionProfileInUse < ::Aws::Errors::ServiceError
|
75
|
+
def message: () -> ::String
|
76
|
+
end
|
77
|
+
class FieldLevelEncryptionProfileSizeExceeded < ::Aws::Errors::ServiceError
|
78
|
+
def message: () -> ::String
|
79
|
+
end
|
80
|
+
class FunctionAlreadyExists < ::Aws::Errors::ServiceError
|
81
|
+
def message: () -> ::String
|
82
|
+
end
|
83
|
+
class FunctionInUse < ::Aws::Errors::ServiceError
|
84
|
+
def message: () -> ::String
|
85
|
+
end
|
86
|
+
class FunctionSizeLimitExceeded < ::Aws::Errors::ServiceError
|
87
|
+
def message: () -> ::String
|
88
|
+
end
|
89
|
+
class IllegalDelete < ::Aws::Errors::ServiceError
|
90
|
+
def message: () -> ::String
|
91
|
+
end
|
92
|
+
class IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior < ::Aws::Errors::ServiceError
|
93
|
+
def message: () -> ::String
|
94
|
+
end
|
95
|
+
class IllegalOriginAccessConfiguration < ::Aws::Errors::ServiceError
|
96
|
+
def message: () -> ::String
|
97
|
+
end
|
98
|
+
class IllegalUpdate < ::Aws::Errors::ServiceError
|
99
|
+
def message: () -> ::String
|
100
|
+
end
|
101
|
+
class InconsistentQuantities < ::Aws::Errors::ServiceError
|
102
|
+
def message: () -> ::String
|
103
|
+
end
|
104
|
+
class InvalidArgument < ::Aws::Errors::ServiceError
|
105
|
+
def message: () -> ::String
|
106
|
+
end
|
107
|
+
class InvalidDefaultRootObject < ::Aws::Errors::ServiceError
|
108
|
+
def message: () -> ::String
|
109
|
+
end
|
110
|
+
class InvalidDomainNameForOriginAccessControl < ::Aws::Errors::ServiceError
|
111
|
+
def message: () -> ::String
|
112
|
+
end
|
113
|
+
class InvalidErrorCode < ::Aws::Errors::ServiceError
|
114
|
+
def message: () -> ::String
|
115
|
+
end
|
116
|
+
class InvalidForwardCookies < ::Aws::Errors::ServiceError
|
117
|
+
def message: () -> ::String
|
118
|
+
end
|
119
|
+
class InvalidFunctionAssociation < ::Aws::Errors::ServiceError
|
120
|
+
def message: () -> ::String
|
121
|
+
end
|
122
|
+
class InvalidGeoRestrictionParameter < ::Aws::Errors::ServiceError
|
123
|
+
def message: () -> ::String
|
124
|
+
end
|
125
|
+
class InvalidHeadersForS3Origin < ::Aws::Errors::ServiceError
|
126
|
+
def message: () -> ::String
|
127
|
+
end
|
128
|
+
class InvalidIfMatchVersion < ::Aws::Errors::ServiceError
|
129
|
+
def message: () -> ::String
|
130
|
+
end
|
131
|
+
class InvalidLambdaFunctionAssociation < ::Aws::Errors::ServiceError
|
132
|
+
def message: () -> ::String
|
133
|
+
end
|
134
|
+
class InvalidLocationCode < ::Aws::Errors::ServiceError
|
135
|
+
def message: () -> ::String
|
136
|
+
end
|
137
|
+
class InvalidMinimumProtocolVersion < ::Aws::Errors::ServiceError
|
138
|
+
def message: () -> ::String
|
139
|
+
end
|
140
|
+
class InvalidOrigin < ::Aws::Errors::ServiceError
|
141
|
+
def message: () -> ::String
|
142
|
+
end
|
143
|
+
class InvalidOriginAccessControl < ::Aws::Errors::ServiceError
|
144
|
+
def message: () -> ::String
|
145
|
+
end
|
146
|
+
class InvalidOriginAccessIdentity < ::Aws::Errors::ServiceError
|
147
|
+
def message: () -> ::String
|
148
|
+
end
|
149
|
+
class InvalidOriginKeepaliveTimeout < ::Aws::Errors::ServiceError
|
150
|
+
def message: () -> ::String
|
151
|
+
end
|
152
|
+
class InvalidOriginReadTimeout < ::Aws::Errors::ServiceError
|
153
|
+
def message: () -> ::String
|
154
|
+
end
|
155
|
+
class InvalidProtocolSettings < ::Aws::Errors::ServiceError
|
156
|
+
def message: () -> ::String
|
157
|
+
end
|
158
|
+
class InvalidQueryStringParameters < ::Aws::Errors::ServiceError
|
159
|
+
def message: () -> ::String
|
160
|
+
end
|
161
|
+
class InvalidRelativePath < ::Aws::Errors::ServiceError
|
162
|
+
def message: () -> ::String
|
163
|
+
end
|
164
|
+
class InvalidRequiredProtocol < ::Aws::Errors::ServiceError
|
165
|
+
def message: () -> ::String
|
166
|
+
end
|
167
|
+
class InvalidResponseCode < ::Aws::Errors::ServiceError
|
168
|
+
def message: () -> ::String
|
169
|
+
end
|
170
|
+
class InvalidTTLOrder < ::Aws::Errors::ServiceError
|
171
|
+
def message: () -> ::String
|
172
|
+
end
|
173
|
+
class InvalidTagging < ::Aws::Errors::ServiceError
|
174
|
+
def message: () -> ::String
|
175
|
+
end
|
176
|
+
class InvalidViewerCertificate < ::Aws::Errors::ServiceError
|
177
|
+
def message: () -> ::String
|
178
|
+
end
|
179
|
+
class InvalidWebACLId < ::Aws::Errors::ServiceError
|
180
|
+
def message: () -> ::String
|
181
|
+
end
|
182
|
+
class KeyGroupAlreadyExists < ::Aws::Errors::ServiceError
|
183
|
+
def message: () -> ::String
|
184
|
+
end
|
185
|
+
class MissingBody < ::Aws::Errors::ServiceError
|
186
|
+
def message: () -> ::String
|
187
|
+
end
|
188
|
+
class MonitoringSubscriptionAlreadyExists < ::Aws::Errors::ServiceError
|
189
|
+
def message: () -> ::String
|
190
|
+
end
|
191
|
+
class NoSuchCachePolicy < ::Aws::Errors::ServiceError
|
192
|
+
def message: () -> ::String
|
193
|
+
end
|
194
|
+
class NoSuchCloudFrontOriginAccessIdentity < ::Aws::Errors::ServiceError
|
195
|
+
def message: () -> ::String
|
196
|
+
end
|
197
|
+
class NoSuchContinuousDeploymentPolicy < ::Aws::Errors::ServiceError
|
198
|
+
def message: () -> ::String
|
199
|
+
end
|
200
|
+
class NoSuchDistribution < ::Aws::Errors::ServiceError
|
201
|
+
def message: () -> ::String
|
202
|
+
end
|
203
|
+
class NoSuchFieldLevelEncryptionConfig < ::Aws::Errors::ServiceError
|
204
|
+
def message: () -> ::String
|
205
|
+
end
|
206
|
+
class NoSuchFieldLevelEncryptionProfile < ::Aws::Errors::ServiceError
|
207
|
+
def message: () -> ::String
|
208
|
+
end
|
209
|
+
class NoSuchFunctionExists < ::Aws::Errors::ServiceError
|
210
|
+
def message: () -> ::String
|
211
|
+
end
|
212
|
+
class NoSuchInvalidation < ::Aws::Errors::ServiceError
|
213
|
+
def message: () -> ::String
|
214
|
+
end
|
215
|
+
class NoSuchMonitoringSubscription < ::Aws::Errors::ServiceError
|
216
|
+
def message: () -> ::String
|
217
|
+
end
|
218
|
+
class NoSuchOrigin < ::Aws::Errors::ServiceError
|
219
|
+
def message: () -> ::String
|
220
|
+
end
|
221
|
+
class NoSuchOriginAccessControl < ::Aws::Errors::ServiceError
|
222
|
+
def message: () -> ::String
|
223
|
+
end
|
224
|
+
class NoSuchOriginRequestPolicy < ::Aws::Errors::ServiceError
|
225
|
+
def message: () -> ::String
|
226
|
+
end
|
227
|
+
class NoSuchPublicKey < ::Aws::Errors::ServiceError
|
228
|
+
def message: () -> ::String
|
229
|
+
end
|
230
|
+
class NoSuchRealtimeLogConfig < ::Aws::Errors::ServiceError
|
231
|
+
def message: () -> ::String
|
232
|
+
end
|
233
|
+
class NoSuchResource < ::Aws::Errors::ServiceError
|
234
|
+
def message: () -> ::String
|
235
|
+
end
|
236
|
+
class NoSuchResponseHeadersPolicy < ::Aws::Errors::ServiceError
|
237
|
+
def message: () -> ::String
|
238
|
+
end
|
239
|
+
class NoSuchStreamingDistribution < ::Aws::Errors::ServiceError
|
240
|
+
def message: () -> ::String
|
241
|
+
end
|
242
|
+
class OriginAccessControlAlreadyExists < ::Aws::Errors::ServiceError
|
243
|
+
def message: () -> ::String
|
244
|
+
end
|
245
|
+
class OriginAccessControlInUse < ::Aws::Errors::ServiceError
|
246
|
+
def message: () -> ::String
|
247
|
+
end
|
248
|
+
class OriginRequestPolicyAlreadyExists < ::Aws::Errors::ServiceError
|
249
|
+
def message: () -> ::String
|
250
|
+
end
|
251
|
+
class OriginRequestPolicyInUse < ::Aws::Errors::ServiceError
|
252
|
+
def message: () -> ::String
|
253
|
+
end
|
254
|
+
class PreconditionFailed < ::Aws::Errors::ServiceError
|
255
|
+
def message: () -> ::String
|
256
|
+
end
|
257
|
+
class PublicKeyAlreadyExists < ::Aws::Errors::ServiceError
|
258
|
+
def message: () -> ::String
|
259
|
+
end
|
260
|
+
class PublicKeyInUse < ::Aws::Errors::ServiceError
|
261
|
+
def message: () -> ::String
|
262
|
+
end
|
263
|
+
class QueryArgProfileEmpty < ::Aws::Errors::ServiceError
|
264
|
+
def message: () -> ::String
|
265
|
+
end
|
266
|
+
class RealtimeLogConfigAlreadyExists < ::Aws::Errors::ServiceError
|
267
|
+
def message: () -> ::String
|
268
|
+
end
|
269
|
+
class RealtimeLogConfigInUse < ::Aws::Errors::ServiceError
|
270
|
+
def message: () -> ::String
|
271
|
+
end
|
272
|
+
class RealtimeLogConfigOwnerMismatch < ::Aws::Errors::ServiceError
|
273
|
+
def message: () -> ::String
|
274
|
+
end
|
275
|
+
class ResourceInUse < ::Aws::Errors::ServiceError
|
276
|
+
def message: () -> ::String
|
277
|
+
end
|
278
|
+
class ResponseHeadersPolicyAlreadyExists < ::Aws::Errors::ServiceError
|
279
|
+
def message: () -> ::String
|
280
|
+
end
|
281
|
+
class ResponseHeadersPolicyInUse < ::Aws::Errors::ServiceError
|
282
|
+
def message: () -> ::String
|
283
|
+
end
|
284
|
+
class StagingDistributionInUse < ::Aws::Errors::ServiceError
|
285
|
+
def message: () -> ::String
|
286
|
+
end
|
287
|
+
class StreamingDistributionAlreadyExists < ::Aws::Errors::ServiceError
|
288
|
+
def message: () -> ::String
|
289
|
+
end
|
290
|
+
class StreamingDistributionNotDisabled < ::Aws::Errors::ServiceError
|
291
|
+
def message: () -> ::String
|
292
|
+
end
|
293
|
+
class TestFunctionFailed < ::Aws::Errors::ServiceError
|
294
|
+
def message: () -> ::String
|
295
|
+
end
|
296
|
+
class TooLongCSPInResponseHeadersPolicy < ::Aws::Errors::ServiceError
|
297
|
+
def message: () -> ::String
|
298
|
+
end
|
299
|
+
class TooManyCacheBehaviors < ::Aws::Errors::ServiceError
|
300
|
+
def message: () -> ::String
|
301
|
+
end
|
302
|
+
class TooManyCachePolicies < ::Aws::Errors::ServiceError
|
303
|
+
def message: () -> ::String
|
304
|
+
end
|
305
|
+
class TooManyCertificates < ::Aws::Errors::ServiceError
|
306
|
+
def message: () -> ::String
|
307
|
+
end
|
308
|
+
class TooManyCloudFrontOriginAccessIdentities < ::Aws::Errors::ServiceError
|
309
|
+
def message: () -> ::String
|
310
|
+
end
|
311
|
+
class TooManyContinuousDeploymentPolicies < ::Aws::Errors::ServiceError
|
312
|
+
def message: () -> ::String
|
313
|
+
end
|
314
|
+
class TooManyCookieNamesInWhiteList < ::Aws::Errors::ServiceError
|
315
|
+
def message: () -> ::String
|
316
|
+
end
|
317
|
+
class TooManyCookiesInCachePolicy < ::Aws::Errors::ServiceError
|
318
|
+
def message: () -> ::String
|
319
|
+
end
|
320
|
+
class TooManyCookiesInOriginRequestPolicy < ::Aws::Errors::ServiceError
|
321
|
+
def message: () -> ::String
|
322
|
+
end
|
323
|
+
class TooManyCustomHeadersInResponseHeadersPolicy < ::Aws::Errors::ServiceError
|
324
|
+
def message: () -> ::String
|
325
|
+
end
|
326
|
+
class TooManyDistributionCNAMEs < ::Aws::Errors::ServiceError
|
327
|
+
def message: () -> ::String
|
328
|
+
end
|
329
|
+
class TooManyDistributions < ::Aws::Errors::ServiceError
|
330
|
+
def message: () -> ::String
|
331
|
+
end
|
332
|
+
class TooManyDistributionsAssociatedToCachePolicy < ::Aws::Errors::ServiceError
|
333
|
+
def message: () -> ::String
|
334
|
+
end
|
335
|
+
class TooManyDistributionsAssociatedToFieldLevelEncryptionConfig < ::Aws::Errors::ServiceError
|
336
|
+
def message: () -> ::String
|
337
|
+
end
|
338
|
+
class TooManyDistributionsAssociatedToKeyGroup < ::Aws::Errors::ServiceError
|
339
|
+
def message: () -> ::String
|
340
|
+
end
|
341
|
+
class TooManyDistributionsAssociatedToOriginAccessControl < ::Aws::Errors::ServiceError
|
342
|
+
def message: () -> ::String
|
343
|
+
end
|
344
|
+
class TooManyDistributionsAssociatedToOriginRequestPolicy < ::Aws::Errors::ServiceError
|
345
|
+
def message: () -> ::String
|
346
|
+
end
|
347
|
+
class TooManyDistributionsAssociatedToResponseHeadersPolicy < ::Aws::Errors::ServiceError
|
348
|
+
def message: () -> ::String
|
349
|
+
end
|
350
|
+
class TooManyDistributionsWithFunctionAssociations < ::Aws::Errors::ServiceError
|
351
|
+
def message: () -> ::String
|
352
|
+
end
|
353
|
+
class TooManyDistributionsWithLambdaAssociations < ::Aws::Errors::ServiceError
|
354
|
+
def message: () -> ::String
|
355
|
+
end
|
356
|
+
class TooManyDistributionsWithSingleFunctionARN < ::Aws::Errors::ServiceError
|
357
|
+
def message: () -> ::String
|
358
|
+
end
|
359
|
+
class TooManyFieldLevelEncryptionConfigs < ::Aws::Errors::ServiceError
|
360
|
+
def message: () -> ::String
|
361
|
+
end
|
362
|
+
class TooManyFieldLevelEncryptionContentTypeProfiles < ::Aws::Errors::ServiceError
|
363
|
+
def message: () -> ::String
|
364
|
+
end
|
365
|
+
class TooManyFieldLevelEncryptionEncryptionEntities < ::Aws::Errors::ServiceError
|
366
|
+
def message: () -> ::String
|
367
|
+
end
|
368
|
+
class TooManyFieldLevelEncryptionFieldPatterns < ::Aws::Errors::ServiceError
|
369
|
+
def message: () -> ::String
|
370
|
+
end
|
371
|
+
class TooManyFieldLevelEncryptionProfiles < ::Aws::Errors::ServiceError
|
372
|
+
def message: () -> ::String
|
373
|
+
end
|
374
|
+
class TooManyFieldLevelEncryptionQueryArgProfiles < ::Aws::Errors::ServiceError
|
375
|
+
def message: () -> ::String
|
376
|
+
end
|
377
|
+
class TooManyFunctionAssociations < ::Aws::Errors::ServiceError
|
378
|
+
def message: () -> ::String
|
379
|
+
end
|
380
|
+
class TooManyFunctions < ::Aws::Errors::ServiceError
|
381
|
+
def message: () -> ::String
|
382
|
+
end
|
383
|
+
class TooManyHeadersInCachePolicy < ::Aws::Errors::ServiceError
|
384
|
+
def message: () -> ::String
|
385
|
+
end
|
386
|
+
class TooManyHeadersInForwardedValues < ::Aws::Errors::ServiceError
|
387
|
+
def message: () -> ::String
|
388
|
+
end
|
389
|
+
class TooManyHeadersInOriginRequestPolicy < ::Aws::Errors::ServiceError
|
390
|
+
def message: () -> ::String
|
391
|
+
end
|
392
|
+
class TooManyInvalidationsInProgress < ::Aws::Errors::ServiceError
|
393
|
+
def message: () -> ::String
|
394
|
+
end
|
395
|
+
class TooManyKeyGroups < ::Aws::Errors::ServiceError
|
396
|
+
def message: () -> ::String
|
397
|
+
end
|
398
|
+
class TooManyKeyGroupsAssociatedToDistribution < ::Aws::Errors::ServiceError
|
399
|
+
def message: () -> ::String
|
400
|
+
end
|
401
|
+
class TooManyLambdaFunctionAssociations < ::Aws::Errors::ServiceError
|
402
|
+
def message: () -> ::String
|
403
|
+
end
|
404
|
+
class TooManyOriginAccessControls < ::Aws::Errors::ServiceError
|
405
|
+
def message: () -> ::String
|
406
|
+
end
|
407
|
+
class TooManyOriginCustomHeaders < ::Aws::Errors::ServiceError
|
408
|
+
def message: () -> ::String
|
409
|
+
end
|
410
|
+
class TooManyOriginGroupsPerDistribution < ::Aws::Errors::ServiceError
|
411
|
+
def message: () -> ::String
|
412
|
+
end
|
413
|
+
class TooManyOriginRequestPolicies < ::Aws::Errors::ServiceError
|
414
|
+
def message: () -> ::String
|
415
|
+
end
|
416
|
+
class TooManyOrigins < ::Aws::Errors::ServiceError
|
417
|
+
def message: () -> ::String
|
418
|
+
end
|
419
|
+
class TooManyPublicKeys < ::Aws::Errors::ServiceError
|
420
|
+
def message: () -> ::String
|
421
|
+
end
|
422
|
+
class TooManyPublicKeysInKeyGroup < ::Aws::Errors::ServiceError
|
423
|
+
def message: () -> ::String
|
424
|
+
end
|
425
|
+
class TooManyQueryStringParameters < ::Aws::Errors::ServiceError
|
426
|
+
def message: () -> ::String
|
427
|
+
end
|
428
|
+
class TooManyQueryStringsInCachePolicy < ::Aws::Errors::ServiceError
|
429
|
+
def message: () -> ::String
|
430
|
+
end
|
431
|
+
class TooManyQueryStringsInOriginRequestPolicy < ::Aws::Errors::ServiceError
|
432
|
+
def message: () -> ::String
|
433
|
+
end
|
434
|
+
class TooManyRealtimeLogConfigs < ::Aws::Errors::ServiceError
|
435
|
+
def message: () -> ::String
|
436
|
+
end
|
437
|
+
class TooManyRemoveHeadersInResponseHeadersPolicy < ::Aws::Errors::ServiceError
|
438
|
+
def message: () -> ::String
|
439
|
+
end
|
440
|
+
class TooManyResponseHeadersPolicies < ::Aws::Errors::ServiceError
|
441
|
+
def message: () -> ::String
|
442
|
+
end
|
443
|
+
class TooManyStreamingDistributionCNAMEs < ::Aws::Errors::ServiceError
|
444
|
+
def message: () -> ::String
|
445
|
+
end
|
446
|
+
class TooManyStreamingDistributions < ::Aws::Errors::ServiceError
|
447
|
+
def message: () -> ::String
|
448
|
+
end
|
449
|
+
class TooManyTrustedSigners < ::Aws::Errors::ServiceError
|
450
|
+
def message: () -> ::String
|
451
|
+
end
|
452
|
+
class TrustedKeyGroupDoesNotExist < ::Aws::Errors::ServiceError
|
453
|
+
def message: () -> ::String
|
454
|
+
end
|
455
|
+
class TrustedSignerDoesNotExist < ::Aws::Errors::ServiceError
|
456
|
+
def message: () -> ::String
|
457
|
+
end
|
458
|
+
class UnsupportedOperation < ::Aws::Errors::ServiceError
|
459
|
+
def message: () -> ::String
|
460
|
+
end
|
461
|
+
end
|
462
|
+
end
|
463
|
+
end
|
data/sig/resource.rbs
ADDED
@@ -0,0 +1,79 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws
|
9
|
+
module CloudFront
|
10
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudFront/Resource.html
|
11
|
+
class Resource
|
12
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudFront/Resource.html#initialize-instance_method
|
13
|
+
def initialize: (
|
14
|
+
?client: Client,
|
15
|
+
?credentials: untyped,
|
16
|
+
?region: String,
|
17
|
+
?access_key_id: String,
|
18
|
+
?active_endpoint_cache: bool,
|
19
|
+
?adaptive_retry_wait_to_fill: bool,
|
20
|
+
?client_side_monitoring: bool,
|
21
|
+
?client_side_monitoring_client_id: String,
|
22
|
+
?client_side_monitoring_host: String,
|
23
|
+
?client_side_monitoring_port: Integer,
|
24
|
+
?client_side_monitoring_publisher: untyped,
|
25
|
+
?convert_params: bool,
|
26
|
+
?correct_clock_skew: bool,
|
27
|
+
?defaults_mode: String,
|
28
|
+
?disable_host_prefix_injection: bool,
|
29
|
+
?disable_request_compression: bool,
|
30
|
+
?endpoint: String,
|
31
|
+
?endpoint_cache_max_entries: Integer,
|
32
|
+
?endpoint_cache_max_threads: Integer,
|
33
|
+
?endpoint_cache_poll_interval: Integer,
|
34
|
+
?endpoint_discovery: bool,
|
35
|
+
?ignore_configured_endpoint_urls: bool,
|
36
|
+
?log_formatter: untyped,
|
37
|
+
?log_level: Symbol,
|
38
|
+
?logger: untyped,
|
39
|
+
?max_attempts: Integer,
|
40
|
+
?profile: String,
|
41
|
+
?request_min_compression_size_bytes: Integer,
|
42
|
+
?retry_backoff: Proc,
|
43
|
+
?retry_base_delay: Float,
|
44
|
+
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
45
|
+
?retry_limit: Integer,
|
46
|
+
?retry_max_delay: Integer,
|
47
|
+
?retry_mode: ("legacy" | "standard" | "adaptive"),
|
48
|
+
?sdk_ua_app_id: String,
|
49
|
+
?secret_access_key: String,
|
50
|
+
?session_token: String,
|
51
|
+
?stub_responses: untyped,
|
52
|
+
?token_provider: untyped,
|
53
|
+
?use_dualstack_endpoint: bool,
|
54
|
+
?use_fips_endpoint: bool,
|
55
|
+
?validate_params: bool,
|
56
|
+
?endpoint_provider: untyped,
|
57
|
+
?http_proxy: String,
|
58
|
+
?http_open_timeout: (Float | Integer),
|
59
|
+
?http_read_timeout: (Float | Integer),
|
60
|
+
?http_idle_timeout: (Float | Integer),
|
61
|
+
?http_continue_timeout: (Float | Integer),
|
62
|
+
?ssl_timeout: (Float | Integer | nil),
|
63
|
+
?http_wire_trace: bool,
|
64
|
+
?ssl_verify_peer: bool,
|
65
|
+
?ssl_ca_bundle: String,
|
66
|
+
?ssl_ca_directory: String,
|
67
|
+
?ssl_ca_store: String,
|
68
|
+
?on_chunk_received: Proc,
|
69
|
+
?on_chunk_sent: Proc,
|
70
|
+
?raise_response_errors: bool
|
71
|
+
) -> void
|
72
|
+
| (?Hash[Symbol, untyped]) -> void
|
73
|
+
|
74
|
+
def client: () -> Client
|
75
|
+
|
76
|
+
|
77
|
+
end
|
78
|
+
end
|
79
|
+
end
|