@aws-sdk/client-cloudfront 3.169.0 → 3.170.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.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/CloudFront.d.ts +1852 -495
- package/dist-types/ts3.4/CloudFrontClient.d.ts +717 -171
- package/dist-types/ts3.4/commands/AssociateAliasCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateCachePolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDistributionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateDistributionWithTagsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateInvalidationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateKeyGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateMonitoringSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateOriginAccessControlCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateOriginRequestPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreatePublicKeyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateRealtimeLogConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateResponseHeadersPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateStreamingDistributionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateStreamingDistributionWithTagsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteCachePolicyCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDistributionCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteKeyGroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteMonitoringSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteOriginAccessControlCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteOriginRequestPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeletePublicKeyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteRealtimeLogConfigCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteResponseHeadersPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteStreamingDistributionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeFunctionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetCachePolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetCachePolicyConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDistributionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetDistributionConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetInvalidationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetKeyGroupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetKeyGroupConfigCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetMonitoringSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetOriginAccessControlCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetOriginAccessControlConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetOriginRequestPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetOriginRequestPolicyConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetPublicKeyConfigCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetRealtimeLogConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetResponseHeadersPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetResponseHeadersPolicyConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetStreamingDistributionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetStreamingDistributionConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListCachePoliciesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListCloudFrontOriginAccessIdentitiesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListConflictingAliasesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDistributionsByCachePolicyIdCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDistributionsByKeyGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDistributionsByResponseHeadersPolicyIdCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDistributionsByWebACLIdCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDistributionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListInvalidationsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListKeyGroupsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListOriginAccessControlsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListOriginRequestPoliciesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListRealtimeLogConfigsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListResponseHeadersPoliciesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListStreamingDistributionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PublishFunctionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TestFunctionCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateCachePolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDistributionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateKeyGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateOriginAccessControlCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateOriginRequestPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdatePublicKeyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateRealtimeLogConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateResponseHeadersPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateStreamingDistributionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +98 -98
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/CloudFrontServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +6428 -84
- package/dist-types/ts3.4/models/models_1.d.ts +2015 -1748
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDistributionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInvalidationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListStreamingDistributionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +5 -5
- package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +1181 -296
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForDistributionDeployed.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForInvalidationCompleted.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForStreamingDistributionDeployed.d.ts +13 -7
- package/package.json +36 -36
|
@@ -1,1748 +1,2015 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { CloudFrontServiceException as __BaseException } from "./CloudFrontServiceException";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
export interface
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
export
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
export declare class
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
export
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
}
|
|
251
|
-
export interface
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
}
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
}
|
|
297
|
-
|
|
298
|
-
export
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
}
|
|
323
|
-
export interface
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
}
|
|
370
|
-
|
|
371
|
-
export interface
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
export
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
}
|
|
387
|
-
export interface
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
}
|
|
403
|
-
export interface
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
export interface
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
export
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
}
|
|
441
|
-
export interface
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
}
|
|
471
|
-
export interface
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
}
|
|
495
|
-
export interface
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
}
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
export interface
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
export interface
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
}
|
|
568
|
-
|
|
569
|
-
export interface
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
}
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
}
|
|
672
|
-
|
|
673
|
-
export interface
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
}
|
|
724
|
-
export interface
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
}
|
|
768
|
-
export interface ListFieldLevelEncryptionConfigsRequest {
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
}
|
|
798
|
-
export interface
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
export interface
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
export interface
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
export interface
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
}
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
}
|
|
1024
|
-
export interface
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
}
|
|
1047
|
-
export interface
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
export
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
export interface
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
}
|
|
1137
|
-
|
|
1138
|
-
export interface
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
export interface
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
}
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
}
|
|
1211
|
-
export interface
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
}
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
export interface
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
export
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
export
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
export
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
export
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
export
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
export
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { CloudFrontServiceException as __BaseException } from "./CloudFrontServiceException";
|
|
3
|
+
import {
|
|
4
|
+
Aliases,
|
|
5
|
+
AliasICPRecordal,
|
|
6
|
+
CacheBehaviors,
|
|
7
|
+
CachePolicy,
|
|
8
|
+
CachePolicyConfig,
|
|
9
|
+
CachePolicyList,
|
|
10
|
+
CachePolicyType,
|
|
11
|
+
CloudFrontOriginAccessIdentity,
|
|
12
|
+
CloudFrontOriginAccessIdentityConfig,
|
|
13
|
+
ContentTypeProfileConfig,
|
|
14
|
+
CustomErrorResponses,
|
|
15
|
+
DefaultCacheBehavior,
|
|
16
|
+
Distribution,
|
|
17
|
+
DistributionConfig,
|
|
18
|
+
EncryptionEntities,
|
|
19
|
+
EndPoint,
|
|
20
|
+
FieldLevelEncryption,
|
|
21
|
+
FieldLevelEncryptionConfig,
|
|
22
|
+
FieldLevelEncryptionProfile,
|
|
23
|
+
FieldLevelEncryptionProfileConfig,
|
|
24
|
+
FunctionConfig,
|
|
25
|
+
FunctionStage,
|
|
26
|
+
FunctionSummary,
|
|
27
|
+
HttpVersion,
|
|
28
|
+
Invalidation,
|
|
29
|
+
KeyGroup,
|
|
30
|
+
KeyGroupConfig,
|
|
31
|
+
MonitoringSubscription,
|
|
32
|
+
OriginAccessControl,
|
|
33
|
+
OriginAccessControlConfig,
|
|
34
|
+
OriginAccessControlOriginTypes,
|
|
35
|
+
OriginAccessControlSigningBehaviors,
|
|
36
|
+
OriginAccessControlSigningProtocols,
|
|
37
|
+
OriginGroups,
|
|
38
|
+
OriginRequestPolicy,
|
|
39
|
+
OriginRequestPolicyConfig,
|
|
40
|
+
Origins,
|
|
41
|
+
PriceClass,
|
|
42
|
+
PublicKey,
|
|
43
|
+
PublicKeyConfig,
|
|
44
|
+
QueryArgProfileConfig,
|
|
45
|
+
RealtimeLogConfig,
|
|
46
|
+
ResponseHeadersPolicy,
|
|
47
|
+
ResponseHeadersPolicyConfig,
|
|
48
|
+
Restrictions,
|
|
49
|
+
S3Origin,
|
|
50
|
+
StreamingDistribution,
|
|
51
|
+
StreamingDistributionConfig,
|
|
52
|
+
Tags,
|
|
53
|
+
TrustedSigners,
|
|
54
|
+
ViewerCertificate,
|
|
55
|
+
} from "./models_0";
|
|
56
|
+
|
|
57
|
+
export declare class CloudFrontOriginAccessIdentityInUse extends __BaseException {
|
|
58
|
+
readonly name: "CloudFrontOriginAccessIdentityInUse";
|
|
59
|
+
readonly $fault: "client";
|
|
60
|
+
Message?: string;
|
|
61
|
+
|
|
62
|
+
constructor(
|
|
63
|
+
opts: __ExceptionOptionType<
|
|
64
|
+
CloudFrontOriginAccessIdentityInUse,
|
|
65
|
+
__BaseException
|
|
66
|
+
>
|
|
67
|
+
);
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
export interface DeleteCloudFrontOriginAccessIdentityRequest {
|
|
71
|
+
Id: string | undefined;
|
|
72
|
+
|
|
73
|
+
IfMatch?: string;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
export declare class NoSuchCloudFrontOriginAccessIdentity extends __BaseException {
|
|
77
|
+
readonly name: "NoSuchCloudFrontOriginAccessIdentity";
|
|
78
|
+
readonly $fault: "client";
|
|
79
|
+
Message?: string;
|
|
80
|
+
|
|
81
|
+
constructor(
|
|
82
|
+
opts: __ExceptionOptionType<
|
|
83
|
+
NoSuchCloudFrontOriginAccessIdentity,
|
|
84
|
+
__BaseException
|
|
85
|
+
>
|
|
86
|
+
);
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
export interface DeleteDistributionRequest {
|
|
90
|
+
Id: string | undefined;
|
|
91
|
+
|
|
92
|
+
IfMatch?: string;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
export declare class DistributionNotDisabled extends __BaseException {
|
|
96
|
+
readonly name: "DistributionNotDisabled";
|
|
97
|
+
readonly $fault: "client";
|
|
98
|
+
Message?: string;
|
|
99
|
+
|
|
100
|
+
constructor(
|
|
101
|
+
opts: __ExceptionOptionType<DistributionNotDisabled, __BaseException>
|
|
102
|
+
);
|
|
103
|
+
}
|
|
104
|
+
export interface DeleteFieldLevelEncryptionConfigRequest {
|
|
105
|
+
Id: string | undefined;
|
|
106
|
+
|
|
107
|
+
IfMatch?: string;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
export declare class FieldLevelEncryptionConfigInUse extends __BaseException {
|
|
111
|
+
readonly name: "FieldLevelEncryptionConfigInUse";
|
|
112
|
+
readonly $fault: "client";
|
|
113
|
+
Message?: string;
|
|
114
|
+
|
|
115
|
+
constructor(
|
|
116
|
+
opts: __ExceptionOptionType<
|
|
117
|
+
FieldLevelEncryptionConfigInUse,
|
|
118
|
+
__BaseException
|
|
119
|
+
>
|
|
120
|
+
);
|
|
121
|
+
}
|
|
122
|
+
export interface DeleteFieldLevelEncryptionProfileRequest {
|
|
123
|
+
Id: string | undefined;
|
|
124
|
+
|
|
125
|
+
IfMatch?: string;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
export declare class FieldLevelEncryptionProfileInUse extends __BaseException {
|
|
129
|
+
readonly name: "FieldLevelEncryptionProfileInUse";
|
|
130
|
+
readonly $fault: "client";
|
|
131
|
+
Message?: string;
|
|
132
|
+
|
|
133
|
+
constructor(
|
|
134
|
+
opts: __ExceptionOptionType<
|
|
135
|
+
FieldLevelEncryptionProfileInUse,
|
|
136
|
+
__BaseException
|
|
137
|
+
>
|
|
138
|
+
);
|
|
139
|
+
}
|
|
140
|
+
export interface DeleteFunctionRequest {
|
|
141
|
+
Name: string | undefined;
|
|
142
|
+
|
|
143
|
+
IfMatch: string | undefined;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
export declare class FunctionInUse extends __BaseException {
|
|
147
|
+
readonly name: "FunctionInUse";
|
|
148
|
+
readonly $fault: "client";
|
|
149
|
+
Message?: string;
|
|
150
|
+
|
|
151
|
+
constructor(opts: __ExceptionOptionType<FunctionInUse, __BaseException>);
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
export declare class NoSuchFunctionExists extends __BaseException {
|
|
155
|
+
readonly name: "NoSuchFunctionExists";
|
|
156
|
+
readonly $fault: "client";
|
|
157
|
+
Message?: string;
|
|
158
|
+
|
|
159
|
+
constructor(
|
|
160
|
+
opts: __ExceptionOptionType<NoSuchFunctionExists, __BaseException>
|
|
161
|
+
);
|
|
162
|
+
}
|
|
163
|
+
export interface DeleteKeyGroupRequest {
|
|
164
|
+
Id: string | undefined;
|
|
165
|
+
|
|
166
|
+
IfMatch?: string;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
export declare class NoSuchResource extends __BaseException {
|
|
170
|
+
readonly name: "NoSuchResource";
|
|
171
|
+
readonly $fault: "client";
|
|
172
|
+
Message?: string;
|
|
173
|
+
|
|
174
|
+
constructor(opts: __ExceptionOptionType<NoSuchResource, __BaseException>);
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
export declare class ResourceInUse extends __BaseException {
|
|
178
|
+
readonly name: "ResourceInUse";
|
|
179
|
+
readonly $fault: "client";
|
|
180
|
+
Message?: string;
|
|
181
|
+
|
|
182
|
+
constructor(opts: __ExceptionOptionType<ResourceInUse, __BaseException>);
|
|
183
|
+
}
|
|
184
|
+
export interface DeleteMonitoringSubscriptionRequest {
|
|
185
|
+
DistributionId: string | undefined;
|
|
186
|
+
}
|
|
187
|
+
export interface DeleteMonitoringSubscriptionResult {}
|
|
188
|
+
|
|
189
|
+
export declare class NoSuchMonitoringSubscription extends __BaseException {
|
|
190
|
+
readonly name: "NoSuchMonitoringSubscription";
|
|
191
|
+
readonly $fault: "client";
|
|
192
|
+
Message?: string;
|
|
193
|
+
|
|
194
|
+
constructor(
|
|
195
|
+
opts: __ExceptionOptionType<NoSuchMonitoringSubscription, __BaseException>
|
|
196
|
+
);
|
|
197
|
+
}
|
|
198
|
+
export interface DeleteOriginAccessControlRequest {
|
|
199
|
+
Id: string | undefined;
|
|
200
|
+
|
|
201
|
+
IfMatch?: string;
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
export declare class NoSuchOriginAccessControl extends __BaseException {
|
|
205
|
+
readonly name: "NoSuchOriginAccessControl";
|
|
206
|
+
readonly $fault: "client";
|
|
207
|
+
Message?: string;
|
|
208
|
+
|
|
209
|
+
constructor(
|
|
210
|
+
opts: __ExceptionOptionType<NoSuchOriginAccessControl, __BaseException>
|
|
211
|
+
);
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
export declare class OriginAccessControlInUse extends __BaseException {
|
|
215
|
+
readonly name: "OriginAccessControlInUse";
|
|
216
|
+
readonly $fault: "client";
|
|
217
|
+
Message?: string;
|
|
218
|
+
|
|
219
|
+
constructor(
|
|
220
|
+
opts: __ExceptionOptionType<OriginAccessControlInUse, __BaseException>
|
|
221
|
+
);
|
|
222
|
+
}
|
|
223
|
+
export interface DeleteOriginRequestPolicyRequest {
|
|
224
|
+
Id: string | undefined;
|
|
225
|
+
|
|
226
|
+
IfMatch?: string;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
export declare class OriginRequestPolicyInUse extends __BaseException {
|
|
230
|
+
readonly name: "OriginRequestPolicyInUse";
|
|
231
|
+
readonly $fault: "client";
|
|
232
|
+
Message?: string;
|
|
233
|
+
|
|
234
|
+
constructor(
|
|
235
|
+
opts: __ExceptionOptionType<OriginRequestPolicyInUse, __BaseException>
|
|
236
|
+
);
|
|
237
|
+
}
|
|
238
|
+
export interface DeletePublicKeyRequest {
|
|
239
|
+
Id: string | undefined;
|
|
240
|
+
|
|
241
|
+
IfMatch?: string;
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
export declare class PublicKeyInUse extends __BaseException {
|
|
245
|
+
readonly name: "PublicKeyInUse";
|
|
246
|
+
readonly $fault: "client";
|
|
247
|
+
Message?: string;
|
|
248
|
+
|
|
249
|
+
constructor(opts: __ExceptionOptionType<PublicKeyInUse, __BaseException>);
|
|
250
|
+
}
|
|
251
|
+
export interface DeleteRealtimeLogConfigRequest {
|
|
252
|
+
Name?: string;
|
|
253
|
+
|
|
254
|
+
ARN?: string;
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
export declare class RealtimeLogConfigInUse extends __BaseException {
|
|
258
|
+
readonly name: "RealtimeLogConfigInUse";
|
|
259
|
+
readonly $fault: "client";
|
|
260
|
+
Message?: string;
|
|
261
|
+
|
|
262
|
+
constructor(
|
|
263
|
+
opts: __ExceptionOptionType<RealtimeLogConfigInUse, __BaseException>
|
|
264
|
+
);
|
|
265
|
+
}
|
|
266
|
+
export interface DeleteResponseHeadersPolicyRequest {
|
|
267
|
+
Id: string | undefined;
|
|
268
|
+
|
|
269
|
+
IfMatch?: string;
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
export declare class ResponseHeadersPolicyInUse extends __BaseException {
|
|
273
|
+
readonly name: "ResponseHeadersPolicyInUse";
|
|
274
|
+
readonly $fault: "client";
|
|
275
|
+
Message?: string;
|
|
276
|
+
|
|
277
|
+
constructor(
|
|
278
|
+
opts: __ExceptionOptionType<ResponseHeadersPolicyInUse, __BaseException>
|
|
279
|
+
);
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
export interface DeleteStreamingDistributionRequest {
|
|
283
|
+
Id: string | undefined;
|
|
284
|
+
|
|
285
|
+
IfMatch?: string;
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
export declare class NoSuchStreamingDistribution extends __BaseException {
|
|
289
|
+
readonly name: "NoSuchStreamingDistribution";
|
|
290
|
+
readonly $fault: "client";
|
|
291
|
+
Message?: string;
|
|
292
|
+
|
|
293
|
+
constructor(
|
|
294
|
+
opts: __ExceptionOptionType<NoSuchStreamingDistribution, __BaseException>
|
|
295
|
+
);
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
export declare class StreamingDistributionNotDisabled extends __BaseException {
|
|
299
|
+
readonly name: "StreamingDistributionNotDisabled";
|
|
300
|
+
readonly $fault: "client";
|
|
301
|
+
Message?: string;
|
|
302
|
+
|
|
303
|
+
constructor(
|
|
304
|
+
opts: __ExceptionOptionType<
|
|
305
|
+
StreamingDistributionNotDisabled,
|
|
306
|
+
__BaseException
|
|
307
|
+
>
|
|
308
|
+
);
|
|
309
|
+
}
|
|
310
|
+
export interface DescribeFunctionRequest {
|
|
311
|
+
Name: string | undefined;
|
|
312
|
+
|
|
313
|
+
Stage?: FunctionStage | string;
|
|
314
|
+
}
|
|
315
|
+
export interface DescribeFunctionResult {
|
|
316
|
+
FunctionSummary?: FunctionSummary;
|
|
317
|
+
|
|
318
|
+
ETag?: string;
|
|
319
|
+
}
|
|
320
|
+
export interface GetCachePolicyRequest {
|
|
321
|
+
Id: string | undefined;
|
|
322
|
+
}
|
|
323
|
+
export interface GetCachePolicyResult {
|
|
324
|
+
CachePolicy?: CachePolicy;
|
|
325
|
+
|
|
326
|
+
ETag?: string;
|
|
327
|
+
}
|
|
328
|
+
export interface GetCachePolicyConfigRequest {
|
|
329
|
+
Id: string | undefined;
|
|
330
|
+
}
|
|
331
|
+
export interface GetCachePolicyConfigResult {
|
|
332
|
+
CachePolicyConfig?: CachePolicyConfig;
|
|
333
|
+
|
|
334
|
+
ETag?: string;
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
export interface GetCloudFrontOriginAccessIdentityRequest {
|
|
338
|
+
Id: string | undefined;
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
export interface GetCloudFrontOriginAccessIdentityResult {
|
|
342
|
+
CloudFrontOriginAccessIdentity?: CloudFrontOriginAccessIdentity;
|
|
343
|
+
|
|
344
|
+
ETag?: string;
|
|
345
|
+
}
|
|
346
|
+
|
|
347
|
+
export interface GetCloudFrontOriginAccessIdentityConfigRequest {
|
|
348
|
+
Id: string | undefined;
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
export interface GetCloudFrontOriginAccessIdentityConfigResult {
|
|
352
|
+
CloudFrontOriginAccessIdentityConfig?: CloudFrontOriginAccessIdentityConfig;
|
|
353
|
+
|
|
354
|
+
ETag?: string;
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
export interface GetDistributionRequest {
|
|
358
|
+
Id: string | undefined;
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
export interface GetDistributionResult {
|
|
362
|
+
Distribution?: Distribution;
|
|
363
|
+
|
|
364
|
+
ETag?: string;
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
export interface GetDistributionConfigRequest {
|
|
368
|
+
Id: string | undefined;
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
export interface GetDistributionConfigResult {
|
|
372
|
+
DistributionConfig?: DistributionConfig;
|
|
373
|
+
|
|
374
|
+
ETag?: string;
|
|
375
|
+
}
|
|
376
|
+
export interface GetFieldLevelEncryptionRequest {
|
|
377
|
+
Id: string | undefined;
|
|
378
|
+
}
|
|
379
|
+
export interface GetFieldLevelEncryptionResult {
|
|
380
|
+
FieldLevelEncryption?: FieldLevelEncryption;
|
|
381
|
+
|
|
382
|
+
ETag?: string;
|
|
383
|
+
}
|
|
384
|
+
export interface GetFieldLevelEncryptionConfigRequest {
|
|
385
|
+
Id: string | undefined;
|
|
386
|
+
}
|
|
387
|
+
export interface GetFieldLevelEncryptionConfigResult {
|
|
388
|
+
FieldLevelEncryptionConfig?: FieldLevelEncryptionConfig;
|
|
389
|
+
|
|
390
|
+
ETag?: string;
|
|
391
|
+
}
|
|
392
|
+
export interface GetFieldLevelEncryptionProfileRequest {
|
|
393
|
+
Id: string | undefined;
|
|
394
|
+
}
|
|
395
|
+
export interface GetFieldLevelEncryptionProfileResult {
|
|
396
|
+
FieldLevelEncryptionProfile?: FieldLevelEncryptionProfile;
|
|
397
|
+
|
|
398
|
+
ETag?: string;
|
|
399
|
+
}
|
|
400
|
+
export interface GetFieldLevelEncryptionProfileConfigRequest {
|
|
401
|
+
Id: string | undefined;
|
|
402
|
+
}
|
|
403
|
+
export interface GetFieldLevelEncryptionProfileConfigResult {
|
|
404
|
+
FieldLevelEncryptionProfileConfig?: FieldLevelEncryptionProfileConfig;
|
|
405
|
+
|
|
406
|
+
ETag?: string;
|
|
407
|
+
}
|
|
408
|
+
export interface GetFunctionRequest {
|
|
409
|
+
Name: string | undefined;
|
|
410
|
+
|
|
411
|
+
Stage?: FunctionStage | string;
|
|
412
|
+
}
|
|
413
|
+
export interface GetFunctionResult {
|
|
414
|
+
FunctionCode?: Uint8Array;
|
|
415
|
+
|
|
416
|
+
ETag?: string;
|
|
417
|
+
|
|
418
|
+
ContentType?: string;
|
|
419
|
+
}
|
|
420
|
+
|
|
421
|
+
export interface GetInvalidationRequest {
|
|
422
|
+
DistributionId: string | undefined;
|
|
423
|
+
|
|
424
|
+
Id: string | undefined;
|
|
425
|
+
}
|
|
426
|
+
|
|
427
|
+
export interface GetInvalidationResult {
|
|
428
|
+
Invalidation?: Invalidation;
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
export declare class NoSuchInvalidation extends __BaseException {
|
|
432
|
+
readonly name: "NoSuchInvalidation";
|
|
433
|
+
readonly $fault: "client";
|
|
434
|
+
Message?: string;
|
|
435
|
+
|
|
436
|
+
constructor(opts: __ExceptionOptionType<NoSuchInvalidation, __BaseException>);
|
|
437
|
+
}
|
|
438
|
+
export interface GetKeyGroupRequest {
|
|
439
|
+
Id: string | undefined;
|
|
440
|
+
}
|
|
441
|
+
export interface GetKeyGroupResult {
|
|
442
|
+
KeyGroup?: KeyGroup;
|
|
443
|
+
|
|
444
|
+
ETag?: string;
|
|
445
|
+
}
|
|
446
|
+
export interface GetKeyGroupConfigRequest {
|
|
447
|
+
Id: string | undefined;
|
|
448
|
+
}
|
|
449
|
+
export interface GetKeyGroupConfigResult {
|
|
450
|
+
KeyGroupConfig?: KeyGroupConfig;
|
|
451
|
+
|
|
452
|
+
ETag?: string;
|
|
453
|
+
}
|
|
454
|
+
export interface GetMonitoringSubscriptionRequest {
|
|
455
|
+
DistributionId: string | undefined;
|
|
456
|
+
}
|
|
457
|
+
export interface GetMonitoringSubscriptionResult {
|
|
458
|
+
MonitoringSubscription?: MonitoringSubscription;
|
|
459
|
+
}
|
|
460
|
+
export interface GetOriginAccessControlRequest {
|
|
461
|
+
Id: string | undefined;
|
|
462
|
+
}
|
|
463
|
+
export interface GetOriginAccessControlResult {
|
|
464
|
+
OriginAccessControl?: OriginAccessControl;
|
|
465
|
+
|
|
466
|
+
ETag?: string;
|
|
467
|
+
}
|
|
468
|
+
export interface GetOriginAccessControlConfigRequest {
|
|
469
|
+
Id: string | undefined;
|
|
470
|
+
}
|
|
471
|
+
export interface GetOriginAccessControlConfigResult {
|
|
472
|
+
OriginAccessControlConfig?: OriginAccessControlConfig;
|
|
473
|
+
|
|
474
|
+
ETag?: string;
|
|
475
|
+
}
|
|
476
|
+
export interface GetOriginRequestPolicyRequest {
|
|
477
|
+
Id: string | undefined;
|
|
478
|
+
}
|
|
479
|
+
export interface GetOriginRequestPolicyResult {
|
|
480
|
+
OriginRequestPolicy?: OriginRequestPolicy;
|
|
481
|
+
|
|
482
|
+
ETag?: string;
|
|
483
|
+
}
|
|
484
|
+
export interface GetOriginRequestPolicyConfigRequest {
|
|
485
|
+
Id: string | undefined;
|
|
486
|
+
}
|
|
487
|
+
export interface GetOriginRequestPolicyConfigResult {
|
|
488
|
+
OriginRequestPolicyConfig?: OriginRequestPolicyConfig;
|
|
489
|
+
|
|
490
|
+
ETag?: string;
|
|
491
|
+
}
|
|
492
|
+
export interface GetPublicKeyRequest {
|
|
493
|
+
Id: string | undefined;
|
|
494
|
+
}
|
|
495
|
+
export interface GetPublicKeyResult {
|
|
496
|
+
PublicKey?: PublicKey;
|
|
497
|
+
|
|
498
|
+
ETag?: string;
|
|
499
|
+
}
|
|
500
|
+
export interface GetPublicKeyConfigRequest {
|
|
501
|
+
Id: string | undefined;
|
|
502
|
+
}
|
|
503
|
+
export interface GetPublicKeyConfigResult {
|
|
504
|
+
PublicKeyConfig?: PublicKeyConfig;
|
|
505
|
+
|
|
506
|
+
ETag?: string;
|
|
507
|
+
}
|
|
508
|
+
export interface GetRealtimeLogConfigRequest {
|
|
509
|
+
Name?: string;
|
|
510
|
+
|
|
511
|
+
ARN?: string;
|
|
512
|
+
}
|
|
513
|
+
export interface GetRealtimeLogConfigResult {
|
|
514
|
+
RealtimeLogConfig?: RealtimeLogConfig;
|
|
515
|
+
}
|
|
516
|
+
export interface GetResponseHeadersPolicyRequest {
|
|
517
|
+
Id: string | undefined;
|
|
518
|
+
}
|
|
519
|
+
export interface GetResponseHeadersPolicyResult {
|
|
520
|
+
ResponseHeadersPolicy?: ResponseHeadersPolicy;
|
|
521
|
+
|
|
522
|
+
ETag?: string;
|
|
523
|
+
}
|
|
524
|
+
export interface GetResponseHeadersPolicyConfigRequest {
|
|
525
|
+
Id: string | undefined;
|
|
526
|
+
}
|
|
527
|
+
export interface GetResponseHeadersPolicyConfigResult {
|
|
528
|
+
ResponseHeadersPolicyConfig?: ResponseHeadersPolicyConfig;
|
|
529
|
+
|
|
530
|
+
ETag?: string;
|
|
531
|
+
}
|
|
532
|
+
|
|
533
|
+
export interface GetStreamingDistributionRequest {
|
|
534
|
+
Id: string | undefined;
|
|
535
|
+
}
|
|
536
|
+
|
|
537
|
+
export interface GetStreamingDistributionResult {
|
|
538
|
+
StreamingDistribution?: StreamingDistribution;
|
|
539
|
+
|
|
540
|
+
ETag?: string;
|
|
541
|
+
}
|
|
542
|
+
|
|
543
|
+
export interface GetStreamingDistributionConfigRequest {
|
|
544
|
+
Id: string | undefined;
|
|
545
|
+
}
|
|
546
|
+
|
|
547
|
+
export interface GetStreamingDistributionConfigResult {
|
|
548
|
+
StreamingDistributionConfig?: StreamingDistributionConfig;
|
|
549
|
+
|
|
550
|
+
ETag?: string;
|
|
551
|
+
}
|
|
552
|
+
export interface ListCachePoliciesRequest {
|
|
553
|
+
Type?: CachePolicyType | string;
|
|
554
|
+
|
|
555
|
+
Marker?: string;
|
|
556
|
+
|
|
557
|
+
MaxItems?: number;
|
|
558
|
+
}
|
|
559
|
+
export interface ListCachePoliciesResult {
|
|
560
|
+
CachePolicyList?: CachePolicyList;
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
export interface ListCloudFrontOriginAccessIdentitiesRequest {
|
|
564
|
+
Marker?: string;
|
|
565
|
+
|
|
566
|
+
MaxItems?: number;
|
|
567
|
+
}
|
|
568
|
+
|
|
569
|
+
export interface CloudFrontOriginAccessIdentitySummary {
|
|
570
|
+
Id: string | undefined;
|
|
571
|
+
|
|
572
|
+
S3CanonicalUserId: string | undefined;
|
|
573
|
+
|
|
574
|
+
Comment: string | undefined;
|
|
575
|
+
}
|
|
576
|
+
|
|
577
|
+
export interface CloudFrontOriginAccessIdentityList {
|
|
578
|
+
Marker: string | undefined;
|
|
579
|
+
|
|
580
|
+
NextMarker?: string;
|
|
581
|
+
|
|
582
|
+
MaxItems: number | undefined;
|
|
583
|
+
|
|
584
|
+
IsTruncated: boolean | undefined;
|
|
585
|
+
|
|
586
|
+
Quantity: number | undefined;
|
|
587
|
+
|
|
588
|
+
Items?: CloudFrontOriginAccessIdentitySummary[];
|
|
589
|
+
}
|
|
590
|
+
|
|
591
|
+
export interface ListCloudFrontOriginAccessIdentitiesResult {
|
|
592
|
+
CloudFrontOriginAccessIdentityList?: CloudFrontOriginAccessIdentityList;
|
|
593
|
+
}
|
|
594
|
+
export interface ListConflictingAliasesRequest {
|
|
595
|
+
DistributionId: string | undefined;
|
|
596
|
+
|
|
597
|
+
Alias: string | undefined;
|
|
598
|
+
|
|
599
|
+
Marker?: string;
|
|
600
|
+
|
|
601
|
+
MaxItems?: number;
|
|
602
|
+
}
|
|
603
|
+
|
|
604
|
+
export interface ConflictingAlias {
|
|
605
|
+
Alias?: string;
|
|
606
|
+
|
|
607
|
+
DistributionId?: string;
|
|
608
|
+
|
|
609
|
+
AccountId?: string;
|
|
610
|
+
}
|
|
611
|
+
|
|
612
|
+
export interface ConflictingAliasesList {
|
|
613
|
+
NextMarker?: string;
|
|
614
|
+
|
|
615
|
+
MaxItems?: number;
|
|
616
|
+
|
|
617
|
+
Quantity?: number;
|
|
618
|
+
|
|
619
|
+
Items?: ConflictingAlias[];
|
|
620
|
+
}
|
|
621
|
+
export interface ListConflictingAliasesResult {
|
|
622
|
+
ConflictingAliasesList?: ConflictingAliasesList;
|
|
623
|
+
}
|
|
624
|
+
|
|
625
|
+
export interface ListDistributionsRequest {
|
|
626
|
+
Marker?: string;
|
|
627
|
+
|
|
628
|
+
MaxItems?: number;
|
|
629
|
+
}
|
|
630
|
+
|
|
631
|
+
export interface DistributionSummary {
|
|
632
|
+
Id: string | undefined;
|
|
633
|
+
|
|
634
|
+
ARN: string | undefined;
|
|
635
|
+
|
|
636
|
+
Status: string | undefined;
|
|
637
|
+
|
|
638
|
+
LastModifiedTime: Date | undefined;
|
|
639
|
+
|
|
640
|
+
DomainName: string | undefined;
|
|
641
|
+
|
|
642
|
+
Aliases: Aliases | undefined;
|
|
643
|
+
|
|
644
|
+
Origins: Origins | undefined;
|
|
645
|
+
|
|
646
|
+
OriginGroups?: OriginGroups;
|
|
647
|
+
|
|
648
|
+
DefaultCacheBehavior: DefaultCacheBehavior | undefined;
|
|
649
|
+
|
|
650
|
+
CacheBehaviors: CacheBehaviors | undefined;
|
|
651
|
+
|
|
652
|
+
CustomErrorResponses: CustomErrorResponses | undefined;
|
|
653
|
+
|
|
654
|
+
Comment: string | undefined;
|
|
655
|
+
|
|
656
|
+
PriceClass: PriceClass | string | undefined;
|
|
657
|
+
|
|
658
|
+
Enabled: boolean | undefined;
|
|
659
|
+
|
|
660
|
+
ViewerCertificate: ViewerCertificate | undefined;
|
|
661
|
+
|
|
662
|
+
Restrictions: Restrictions | undefined;
|
|
663
|
+
|
|
664
|
+
WebACLId: string | undefined;
|
|
665
|
+
|
|
666
|
+
HttpVersion: HttpVersion | string | undefined;
|
|
667
|
+
|
|
668
|
+
IsIPV6Enabled: boolean | undefined;
|
|
669
|
+
|
|
670
|
+
AliasICPRecordals?: AliasICPRecordal[];
|
|
671
|
+
}
|
|
672
|
+
|
|
673
|
+
export interface DistributionList {
|
|
674
|
+
Marker: string | undefined;
|
|
675
|
+
|
|
676
|
+
NextMarker?: string;
|
|
677
|
+
|
|
678
|
+
MaxItems: number | undefined;
|
|
679
|
+
|
|
680
|
+
IsTruncated: boolean | undefined;
|
|
681
|
+
|
|
682
|
+
Quantity: number | undefined;
|
|
683
|
+
|
|
684
|
+
Items?: DistributionSummary[];
|
|
685
|
+
}
|
|
686
|
+
|
|
687
|
+
export interface ListDistributionsResult {
|
|
688
|
+
DistributionList?: DistributionList;
|
|
689
|
+
}
|
|
690
|
+
export interface ListDistributionsByCachePolicyIdRequest {
|
|
691
|
+
Marker?: string;
|
|
692
|
+
|
|
693
|
+
MaxItems?: number;
|
|
694
|
+
|
|
695
|
+
CachePolicyId: string | undefined;
|
|
696
|
+
}
|
|
697
|
+
|
|
698
|
+
export interface DistributionIdList {
|
|
699
|
+
Marker: string | undefined;
|
|
700
|
+
|
|
701
|
+
NextMarker?: string;
|
|
702
|
+
|
|
703
|
+
MaxItems: number | undefined;
|
|
704
|
+
|
|
705
|
+
IsTruncated: boolean | undefined;
|
|
706
|
+
|
|
707
|
+
Quantity: number | undefined;
|
|
708
|
+
|
|
709
|
+
Items?: string[];
|
|
710
|
+
}
|
|
711
|
+
export interface ListDistributionsByCachePolicyIdResult {
|
|
712
|
+
DistributionIdList?: DistributionIdList;
|
|
713
|
+
}
|
|
714
|
+
export interface ListDistributionsByKeyGroupRequest {
|
|
715
|
+
Marker?: string;
|
|
716
|
+
|
|
717
|
+
MaxItems?: number;
|
|
718
|
+
|
|
719
|
+
KeyGroupId: string | undefined;
|
|
720
|
+
}
|
|
721
|
+
export interface ListDistributionsByKeyGroupResult {
|
|
722
|
+
DistributionIdList?: DistributionIdList;
|
|
723
|
+
}
|
|
724
|
+
export interface ListDistributionsByOriginRequestPolicyIdRequest {
|
|
725
|
+
Marker?: string;
|
|
726
|
+
|
|
727
|
+
MaxItems?: number;
|
|
728
|
+
|
|
729
|
+
OriginRequestPolicyId: string | undefined;
|
|
730
|
+
}
|
|
731
|
+
export interface ListDistributionsByOriginRequestPolicyIdResult {
|
|
732
|
+
DistributionIdList?: DistributionIdList;
|
|
733
|
+
}
|
|
734
|
+
export interface ListDistributionsByRealtimeLogConfigRequest {
|
|
735
|
+
Marker?: string;
|
|
736
|
+
|
|
737
|
+
MaxItems?: number;
|
|
738
|
+
|
|
739
|
+
RealtimeLogConfigName?: string;
|
|
740
|
+
|
|
741
|
+
RealtimeLogConfigArn?: string;
|
|
742
|
+
}
|
|
743
|
+
export interface ListDistributionsByRealtimeLogConfigResult {
|
|
744
|
+
DistributionList?: DistributionList;
|
|
745
|
+
}
|
|
746
|
+
export interface ListDistributionsByResponseHeadersPolicyIdRequest {
|
|
747
|
+
Marker?: string;
|
|
748
|
+
|
|
749
|
+
MaxItems?: number;
|
|
750
|
+
|
|
751
|
+
ResponseHeadersPolicyId: string | undefined;
|
|
752
|
+
}
|
|
753
|
+
export interface ListDistributionsByResponseHeadersPolicyIdResult {
|
|
754
|
+
DistributionIdList?: DistributionIdList;
|
|
755
|
+
}
|
|
756
|
+
|
|
757
|
+
export interface ListDistributionsByWebACLIdRequest {
|
|
758
|
+
Marker?: string;
|
|
759
|
+
|
|
760
|
+
MaxItems?: number;
|
|
761
|
+
|
|
762
|
+
WebACLId: string | undefined;
|
|
763
|
+
}
|
|
764
|
+
|
|
765
|
+
export interface ListDistributionsByWebACLIdResult {
|
|
766
|
+
DistributionList?: DistributionList;
|
|
767
|
+
}
|
|
768
|
+
export interface ListFieldLevelEncryptionConfigsRequest {
|
|
769
|
+
Marker?: string;
|
|
770
|
+
|
|
771
|
+
MaxItems?: number;
|
|
772
|
+
}
|
|
773
|
+
|
|
774
|
+
export interface FieldLevelEncryptionSummary {
|
|
775
|
+
Id: string | undefined;
|
|
776
|
+
|
|
777
|
+
LastModifiedTime: Date | undefined;
|
|
778
|
+
|
|
779
|
+
Comment?: string;
|
|
780
|
+
|
|
781
|
+
QueryArgProfileConfig?: QueryArgProfileConfig;
|
|
782
|
+
|
|
783
|
+
ContentTypeProfileConfig?: ContentTypeProfileConfig;
|
|
784
|
+
}
|
|
785
|
+
|
|
786
|
+
export interface FieldLevelEncryptionList {
|
|
787
|
+
NextMarker?: string;
|
|
788
|
+
|
|
789
|
+
MaxItems: number | undefined;
|
|
790
|
+
|
|
791
|
+
Quantity: number | undefined;
|
|
792
|
+
|
|
793
|
+
Items?: FieldLevelEncryptionSummary[];
|
|
794
|
+
}
|
|
795
|
+
export interface ListFieldLevelEncryptionConfigsResult {
|
|
796
|
+
FieldLevelEncryptionList?: FieldLevelEncryptionList;
|
|
797
|
+
}
|
|
798
|
+
export interface ListFieldLevelEncryptionProfilesRequest {
|
|
799
|
+
Marker?: string;
|
|
800
|
+
|
|
801
|
+
MaxItems?: number;
|
|
802
|
+
}
|
|
803
|
+
|
|
804
|
+
export interface FieldLevelEncryptionProfileSummary {
|
|
805
|
+
Id: string | undefined;
|
|
806
|
+
|
|
807
|
+
LastModifiedTime: Date | undefined;
|
|
808
|
+
|
|
809
|
+
Name: string | undefined;
|
|
810
|
+
|
|
811
|
+
EncryptionEntities: EncryptionEntities | undefined;
|
|
812
|
+
|
|
813
|
+
Comment?: string;
|
|
814
|
+
}
|
|
815
|
+
|
|
816
|
+
export interface FieldLevelEncryptionProfileList {
|
|
817
|
+
NextMarker?: string;
|
|
818
|
+
|
|
819
|
+
MaxItems: number | undefined;
|
|
820
|
+
|
|
821
|
+
Quantity: number | undefined;
|
|
822
|
+
|
|
823
|
+
Items?: FieldLevelEncryptionProfileSummary[];
|
|
824
|
+
}
|
|
825
|
+
export interface ListFieldLevelEncryptionProfilesResult {
|
|
826
|
+
FieldLevelEncryptionProfileList?: FieldLevelEncryptionProfileList;
|
|
827
|
+
}
|
|
828
|
+
export interface ListFunctionsRequest {
|
|
829
|
+
Marker?: string;
|
|
830
|
+
|
|
831
|
+
MaxItems?: number;
|
|
832
|
+
|
|
833
|
+
Stage?: FunctionStage | string;
|
|
834
|
+
}
|
|
835
|
+
|
|
836
|
+
export interface FunctionList {
|
|
837
|
+
NextMarker?: string;
|
|
838
|
+
|
|
839
|
+
MaxItems: number | undefined;
|
|
840
|
+
|
|
841
|
+
Quantity: number | undefined;
|
|
842
|
+
|
|
843
|
+
Items?: FunctionSummary[];
|
|
844
|
+
}
|
|
845
|
+
export interface ListFunctionsResult {
|
|
846
|
+
FunctionList?: FunctionList;
|
|
847
|
+
}
|
|
848
|
+
|
|
849
|
+
export interface ListInvalidationsRequest {
|
|
850
|
+
DistributionId: string | undefined;
|
|
851
|
+
|
|
852
|
+
Marker?: string;
|
|
853
|
+
|
|
854
|
+
MaxItems?: number;
|
|
855
|
+
}
|
|
856
|
+
|
|
857
|
+
export interface InvalidationSummary {
|
|
858
|
+
Id: string | undefined;
|
|
859
|
+
|
|
860
|
+
CreateTime: Date | undefined;
|
|
861
|
+
|
|
862
|
+
Status: string | undefined;
|
|
863
|
+
}
|
|
864
|
+
|
|
865
|
+
export interface InvalidationList {
|
|
866
|
+
Marker: string | undefined;
|
|
867
|
+
|
|
868
|
+
NextMarker?: string;
|
|
869
|
+
|
|
870
|
+
MaxItems: number | undefined;
|
|
871
|
+
|
|
872
|
+
IsTruncated: boolean | undefined;
|
|
873
|
+
|
|
874
|
+
Quantity: number | undefined;
|
|
875
|
+
|
|
876
|
+
Items?: InvalidationSummary[];
|
|
877
|
+
}
|
|
878
|
+
|
|
879
|
+
export interface ListInvalidationsResult {
|
|
880
|
+
InvalidationList?: InvalidationList;
|
|
881
|
+
}
|
|
882
|
+
export interface ListKeyGroupsRequest {
|
|
883
|
+
Marker?: string;
|
|
884
|
+
|
|
885
|
+
MaxItems?: number;
|
|
886
|
+
}
|
|
887
|
+
|
|
888
|
+
export interface KeyGroupSummary {
|
|
889
|
+
KeyGroup: KeyGroup | undefined;
|
|
890
|
+
}
|
|
891
|
+
|
|
892
|
+
export interface KeyGroupList {
|
|
893
|
+
NextMarker?: string;
|
|
894
|
+
|
|
895
|
+
MaxItems: number | undefined;
|
|
896
|
+
|
|
897
|
+
Quantity: number | undefined;
|
|
898
|
+
|
|
899
|
+
Items?: KeyGroupSummary[];
|
|
900
|
+
}
|
|
901
|
+
export interface ListKeyGroupsResult {
|
|
902
|
+
KeyGroupList?: KeyGroupList;
|
|
903
|
+
}
|
|
904
|
+
export interface ListOriginAccessControlsRequest {
|
|
905
|
+
Marker?: string;
|
|
906
|
+
|
|
907
|
+
MaxItems?: number;
|
|
908
|
+
}
|
|
909
|
+
|
|
910
|
+
export interface OriginAccessControlSummary {
|
|
911
|
+
Id: string | undefined;
|
|
912
|
+
|
|
913
|
+
Description: string | undefined;
|
|
914
|
+
|
|
915
|
+
Name: string | undefined;
|
|
916
|
+
|
|
917
|
+
SigningProtocol: OriginAccessControlSigningProtocols | string | undefined;
|
|
918
|
+
|
|
919
|
+
SigningBehavior: OriginAccessControlSigningBehaviors | string | undefined;
|
|
920
|
+
|
|
921
|
+
OriginAccessControlOriginType:
|
|
922
|
+
| OriginAccessControlOriginTypes
|
|
923
|
+
| string
|
|
924
|
+
| undefined;
|
|
925
|
+
}
|
|
926
|
+
|
|
927
|
+
export interface OriginAccessControlList {
|
|
928
|
+
Marker: string | undefined;
|
|
929
|
+
|
|
930
|
+
NextMarker?: string;
|
|
931
|
+
|
|
932
|
+
MaxItems: number | undefined;
|
|
933
|
+
|
|
934
|
+
IsTruncated: boolean | undefined;
|
|
935
|
+
|
|
936
|
+
Quantity: number | undefined;
|
|
937
|
+
|
|
938
|
+
Items?: OriginAccessControlSummary[];
|
|
939
|
+
}
|
|
940
|
+
export interface ListOriginAccessControlsResult {
|
|
941
|
+
OriginAccessControlList?: OriginAccessControlList;
|
|
942
|
+
}
|
|
943
|
+
export declare type OriginRequestPolicyType = "custom" | "managed";
|
|
944
|
+
export interface ListOriginRequestPoliciesRequest {
|
|
945
|
+
Type?: OriginRequestPolicyType | string;
|
|
946
|
+
|
|
947
|
+
Marker?: string;
|
|
948
|
+
|
|
949
|
+
MaxItems?: number;
|
|
950
|
+
}
|
|
951
|
+
|
|
952
|
+
export interface OriginRequestPolicySummary {
|
|
953
|
+
Type: OriginRequestPolicyType | string | undefined;
|
|
954
|
+
|
|
955
|
+
OriginRequestPolicy: OriginRequestPolicy | undefined;
|
|
956
|
+
}
|
|
957
|
+
|
|
958
|
+
export interface OriginRequestPolicyList {
|
|
959
|
+
NextMarker?: string;
|
|
960
|
+
|
|
961
|
+
MaxItems: number | undefined;
|
|
962
|
+
|
|
963
|
+
Quantity: number | undefined;
|
|
964
|
+
|
|
965
|
+
Items?: OriginRequestPolicySummary[];
|
|
966
|
+
}
|
|
967
|
+
export interface ListOriginRequestPoliciesResult {
|
|
968
|
+
OriginRequestPolicyList?: OriginRequestPolicyList;
|
|
969
|
+
}
|
|
970
|
+
export interface ListPublicKeysRequest {
|
|
971
|
+
Marker?: string;
|
|
972
|
+
|
|
973
|
+
MaxItems?: number;
|
|
974
|
+
}
|
|
975
|
+
|
|
976
|
+
export interface PublicKeySummary {
|
|
977
|
+
Id: string | undefined;
|
|
978
|
+
|
|
979
|
+
Name: string | undefined;
|
|
980
|
+
|
|
981
|
+
CreatedTime: Date | undefined;
|
|
982
|
+
|
|
983
|
+
EncodedKey: string | undefined;
|
|
984
|
+
|
|
985
|
+
Comment?: string;
|
|
986
|
+
}
|
|
987
|
+
|
|
988
|
+
export interface PublicKeyList {
|
|
989
|
+
NextMarker?: string;
|
|
990
|
+
|
|
991
|
+
MaxItems: number | undefined;
|
|
992
|
+
|
|
993
|
+
Quantity: number | undefined;
|
|
994
|
+
|
|
995
|
+
Items?: PublicKeySummary[];
|
|
996
|
+
}
|
|
997
|
+
export interface ListPublicKeysResult {
|
|
998
|
+
PublicKeyList?: PublicKeyList;
|
|
999
|
+
}
|
|
1000
|
+
export interface ListRealtimeLogConfigsRequest {
|
|
1001
|
+
MaxItems?: number;
|
|
1002
|
+
|
|
1003
|
+
Marker?: string;
|
|
1004
|
+
}
|
|
1005
|
+
|
|
1006
|
+
export interface RealtimeLogConfigs {
|
|
1007
|
+
MaxItems: number | undefined;
|
|
1008
|
+
|
|
1009
|
+
Items?: RealtimeLogConfig[];
|
|
1010
|
+
|
|
1011
|
+
IsTruncated: boolean | undefined;
|
|
1012
|
+
|
|
1013
|
+
Marker: string | undefined;
|
|
1014
|
+
|
|
1015
|
+
NextMarker?: string;
|
|
1016
|
+
}
|
|
1017
|
+
export interface ListRealtimeLogConfigsResult {
|
|
1018
|
+
RealtimeLogConfigs?: RealtimeLogConfigs;
|
|
1019
|
+
}
|
|
1020
|
+
export declare enum ResponseHeadersPolicyType {
|
|
1021
|
+
custom = "custom",
|
|
1022
|
+
managed = "managed",
|
|
1023
|
+
}
|
|
1024
|
+
export interface ListResponseHeadersPoliciesRequest {
|
|
1025
|
+
Type?: ResponseHeadersPolicyType | string;
|
|
1026
|
+
|
|
1027
|
+
Marker?: string;
|
|
1028
|
+
|
|
1029
|
+
MaxItems?: number;
|
|
1030
|
+
}
|
|
1031
|
+
|
|
1032
|
+
export interface ResponseHeadersPolicySummary {
|
|
1033
|
+
Type: ResponseHeadersPolicyType | string | undefined;
|
|
1034
|
+
|
|
1035
|
+
ResponseHeadersPolicy: ResponseHeadersPolicy | undefined;
|
|
1036
|
+
}
|
|
1037
|
+
|
|
1038
|
+
export interface ResponseHeadersPolicyList {
|
|
1039
|
+
NextMarker?: string;
|
|
1040
|
+
|
|
1041
|
+
MaxItems: number | undefined;
|
|
1042
|
+
|
|
1043
|
+
Quantity: number | undefined;
|
|
1044
|
+
|
|
1045
|
+
Items?: ResponseHeadersPolicySummary[];
|
|
1046
|
+
}
|
|
1047
|
+
export interface ListResponseHeadersPoliciesResult {
|
|
1048
|
+
ResponseHeadersPolicyList?: ResponseHeadersPolicyList;
|
|
1049
|
+
}
|
|
1050
|
+
|
|
1051
|
+
export interface ListStreamingDistributionsRequest {
|
|
1052
|
+
Marker?: string;
|
|
1053
|
+
|
|
1054
|
+
MaxItems?: number;
|
|
1055
|
+
}
|
|
1056
|
+
|
|
1057
|
+
export interface StreamingDistributionSummary {
|
|
1058
|
+
Id: string | undefined;
|
|
1059
|
+
|
|
1060
|
+
ARN: string | undefined;
|
|
1061
|
+
|
|
1062
|
+
Status: string | undefined;
|
|
1063
|
+
|
|
1064
|
+
LastModifiedTime: Date | undefined;
|
|
1065
|
+
|
|
1066
|
+
DomainName: string | undefined;
|
|
1067
|
+
|
|
1068
|
+
S3Origin: S3Origin | undefined;
|
|
1069
|
+
|
|
1070
|
+
Aliases: Aliases | undefined;
|
|
1071
|
+
|
|
1072
|
+
TrustedSigners: TrustedSigners | undefined;
|
|
1073
|
+
|
|
1074
|
+
Comment: string | undefined;
|
|
1075
|
+
|
|
1076
|
+
PriceClass: PriceClass | string | undefined;
|
|
1077
|
+
|
|
1078
|
+
Enabled: boolean | undefined;
|
|
1079
|
+
}
|
|
1080
|
+
|
|
1081
|
+
export interface StreamingDistributionList {
|
|
1082
|
+
Marker: string | undefined;
|
|
1083
|
+
|
|
1084
|
+
NextMarker?: string;
|
|
1085
|
+
|
|
1086
|
+
MaxItems: number | undefined;
|
|
1087
|
+
|
|
1088
|
+
IsTruncated: boolean | undefined;
|
|
1089
|
+
|
|
1090
|
+
Quantity: number | undefined;
|
|
1091
|
+
|
|
1092
|
+
Items?: StreamingDistributionSummary[];
|
|
1093
|
+
}
|
|
1094
|
+
|
|
1095
|
+
export interface ListStreamingDistributionsResult {
|
|
1096
|
+
StreamingDistributionList?: StreamingDistributionList;
|
|
1097
|
+
}
|
|
1098
|
+
|
|
1099
|
+
export interface ListTagsForResourceRequest {
|
|
1100
|
+
Resource: string | undefined;
|
|
1101
|
+
}
|
|
1102
|
+
|
|
1103
|
+
export interface ListTagsForResourceResult {
|
|
1104
|
+
Tags: Tags | undefined;
|
|
1105
|
+
}
|
|
1106
|
+
export interface PublishFunctionRequest {
|
|
1107
|
+
Name: string | undefined;
|
|
1108
|
+
|
|
1109
|
+
IfMatch: string | undefined;
|
|
1110
|
+
}
|
|
1111
|
+
export interface PublishFunctionResult {
|
|
1112
|
+
FunctionSummary?: FunctionSummary;
|
|
1113
|
+
}
|
|
1114
|
+
|
|
1115
|
+
export interface TagResourceRequest {
|
|
1116
|
+
Resource: string | undefined;
|
|
1117
|
+
|
|
1118
|
+
Tags: Tags | undefined;
|
|
1119
|
+
}
|
|
1120
|
+
|
|
1121
|
+
export declare class TestFunctionFailed extends __BaseException {
|
|
1122
|
+
readonly name: "TestFunctionFailed";
|
|
1123
|
+
readonly $fault: "server";
|
|
1124
|
+
Message?: string;
|
|
1125
|
+
|
|
1126
|
+
constructor(opts: __ExceptionOptionType<TestFunctionFailed, __BaseException>);
|
|
1127
|
+
}
|
|
1128
|
+
export interface TestFunctionRequest {
|
|
1129
|
+
Name: string | undefined;
|
|
1130
|
+
|
|
1131
|
+
IfMatch: string | undefined;
|
|
1132
|
+
|
|
1133
|
+
Stage?: FunctionStage | string;
|
|
1134
|
+
|
|
1135
|
+
EventObject: Uint8Array | undefined;
|
|
1136
|
+
}
|
|
1137
|
+
|
|
1138
|
+
export interface TestResult {
|
|
1139
|
+
FunctionSummary?: FunctionSummary;
|
|
1140
|
+
|
|
1141
|
+
ComputeUtilization?: string;
|
|
1142
|
+
|
|
1143
|
+
FunctionExecutionLogs?: string[];
|
|
1144
|
+
|
|
1145
|
+
FunctionErrorMessage?: string;
|
|
1146
|
+
|
|
1147
|
+
FunctionOutput?: string;
|
|
1148
|
+
}
|
|
1149
|
+
export interface TestFunctionResult {
|
|
1150
|
+
TestResult?: TestResult;
|
|
1151
|
+
}
|
|
1152
|
+
|
|
1153
|
+
export interface TagKeys {
|
|
1154
|
+
Items?: string[];
|
|
1155
|
+
}
|
|
1156
|
+
|
|
1157
|
+
export interface UntagResourceRequest {
|
|
1158
|
+
Resource: string | undefined;
|
|
1159
|
+
|
|
1160
|
+
TagKeys: TagKeys | undefined;
|
|
1161
|
+
}
|
|
1162
|
+
export interface UpdateCachePolicyRequest {
|
|
1163
|
+
CachePolicyConfig: CachePolicyConfig | undefined;
|
|
1164
|
+
|
|
1165
|
+
Id: string | undefined;
|
|
1166
|
+
|
|
1167
|
+
IfMatch?: string;
|
|
1168
|
+
}
|
|
1169
|
+
export interface UpdateCachePolicyResult {
|
|
1170
|
+
CachePolicy?: CachePolicy;
|
|
1171
|
+
|
|
1172
|
+
ETag?: string;
|
|
1173
|
+
}
|
|
1174
|
+
|
|
1175
|
+
export interface UpdateCloudFrontOriginAccessIdentityRequest {
|
|
1176
|
+
CloudFrontOriginAccessIdentityConfig:
|
|
1177
|
+
| CloudFrontOriginAccessIdentityConfig
|
|
1178
|
+
| undefined;
|
|
1179
|
+
|
|
1180
|
+
Id: string | undefined;
|
|
1181
|
+
|
|
1182
|
+
IfMatch?: string;
|
|
1183
|
+
}
|
|
1184
|
+
|
|
1185
|
+
export interface UpdateCloudFrontOriginAccessIdentityResult {
|
|
1186
|
+
CloudFrontOriginAccessIdentity?: CloudFrontOriginAccessIdentity;
|
|
1187
|
+
|
|
1188
|
+
ETag?: string;
|
|
1189
|
+
}
|
|
1190
|
+
|
|
1191
|
+
export interface UpdateDistributionRequest {
|
|
1192
|
+
DistributionConfig: DistributionConfig | undefined;
|
|
1193
|
+
|
|
1194
|
+
Id: string | undefined;
|
|
1195
|
+
|
|
1196
|
+
IfMatch?: string;
|
|
1197
|
+
}
|
|
1198
|
+
|
|
1199
|
+
export interface UpdateDistributionResult {
|
|
1200
|
+
Distribution?: Distribution;
|
|
1201
|
+
|
|
1202
|
+
ETag?: string;
|
|
1203
|
+
}
|
|
1204
|
+
export interface UpdateFieldLevelEncryptionConfigRequest {
|
|
1205
|
+
FieldLevelEncryptionConfig: FieldLevelEncryptionConfig | undefined;
|
|
1206
|
+
|
|
1207
|
+
Id: string | undefined;
|
|
1208
|
+
|
|
1209
|
+
IfMatch?: string;
|
|
1210
|
+
}
|
|
1211
|
+
export interface UpdateFieldLevelEncryptionConfigResult {
|
|
1212
|
+
FieldLevelEncryption?: FieldLevelEncryption;
|
|
1213
|
+
|
|
1214
|
+
ETag?: string;
|
|
1215
|
+
}
|
|
1216
|
+
export interface UpdateFieldLevelEncryptionProfileRequest {
|
|
1217
|
+
FieldLevelEncryptionProfileConfig:
|
|
1218
|
+
| FieldLevelEncryptionProfileConfig
|
|
1219
|
+
| undefined;
|
|
1220
|
+
|
|
1221
|
+
Id: string | undefined;
|
|
1222
|
+
|
|
1223
|
+
IfMatch?: string;
|
|
1224
|
+
}
|
|
1225
|
+
export interface UpdateFieldLevelEncryptionProfileResult {
|
|
1226
|
+
FieldLevelEncryptionProfile?: FieldLevelEncryptionProfile;
|
|
1227
|
+
|
|
1228
|
+
ETag?: string;
|
|
1229
|
+
}
|
|
1230
|
+
export interface UpdateFunctionRequest {
|
|
1231
|
+
Name: string | undefined;
|
|
1232
|
+
|
|
1233
|
+
IfMatch: string | undefined;
|
|
1234
|
+
|
|
1235
|
+
FunctionConfig: FunctionConfig | undefined;
|
|
1236
|
+
|
|
1237
|
+
FunctionCode: Uint8Array | undefined;
|
|
1238
|
+
}
|
|
1239
|
+
export interface UpdateFunctionResult {
|
|
1240
|
+
FunctionSummary?: FunctionSummary;
|
|
1241
|
+
|
|
1242
|
+
ETag?: string;
|
|
1243
|
+
}
|
|
1244
|
+
export interface UpdateKeyGroupRequest {
|
|
1245
|
+
KeyGroupConfig: KeyGroupConfig | undefined;
|
|
1246
|
+
|
|
1247
|
+
Id: string | undefined;
|
|
1248
|
+
|
|
1249
|
+
IfMatch?: string;
|
|
1250
|
+
}
|
|
1251
|
+
export interface UpdateKeyGroupResult {
|
|
1252
|
+
KeyGroup?: KeyGroup;
|
|
1253
|
+
|
|
1254
|
+
ETag?: string;
|
|
1255
|
+
}
|
|
1256
|
+
export interface UpdateOriginAccessControlRequest {
|
|
1257
|
+
OriginAccessControlConfig: OriginAccessControlConfig | undefined;
|
|
1258
|
+
|
|
1259
|
+
Id: string | undefined;
|
|
1260
|
+
|
|
1261
|
+
IfMatch?: string;
|
|
1262
|
+
}
|
|
1263
|
+
export interface UpdateOriginAccessControlResult {
|
|
1264
|
+
OriginAccessControl?: OriginAccessControl;
|
|
1265
|
+
|
|
1266
|
+
ETag?: string;
|
|
1267
|
+
}
|
|
1268
|
+
export interface UpdateOriginRequestPolicyRequest {
|
|
1269
|
+
OriginRequestPolicyConfig: OriginRequestPolicyConfig | undefined;
|
|
1270
|
+
|
|
1271
|
+
Id: string | undefined;
|
|
1272
|
+
|
|
1273
|
+
IfMatch?: string;
|
|
1274
|
+
}
|
|
1275
|
+
export interface UpdateOriginRequestPolicyResult {
|
|
1276
|
+
OriginRequestPolicy?: OriginRequestPolicy;
|
|
1277
|
+
|
|
1278
|
+
ETag?: string;
|
|
1279
|
+
}
|
|
1280
|
+
export interface UpdatePublicKeyRequest {
|
|
1281
|
+
PublicKeyConfig: PublicKeyConfig | undefined;
|
|
1282
|
+
|
|
1283
|
+
Id: string | undefined;
|
|
1284
|
+
|
|
1285
|
+
IfMatch?: string;
|
|
1286
|
+
}
|
|
1287
|
+
export interface UpdatePublicKeyResult {
|
|
1288
|
+
PublicKey?: PublicKey;
|
|
1289
|
+
|
|
1290
|
+
ETag?: string;
|
|
1291
|
+
}
|
|
1292
|
+
export interface UpdateRealtimeLogConfigRequest {
|
|
1293
|
+
EndPoints?: EndPoint[];
|
|
1294
|
+
|
|
1295
|
+
Fields?: string[];
|
|
1296
|
+
|
|
1297
|
+
Name?: string;
|
|
1298
|
+
|
|
1299
|
+
ARN?: string;
|
|
1300
|
+
|
|
1301
|
+
SamplingRate?: number;
|
|
1302
|
+
}
|
|
1303
|
+
export interface UpdateRealtimeLogConfigResult {
|
|
1304
|
+
RealtimeLogConfig?: RealtimeLogConfig;
|
|
1305
|
+
}
|
|
1306
|
+
export interface UpdateResponseHeadersPolicyRequest {
|
|
1307
|
+
ResponseHeadersPolicyConfig: ResponseHeadersPolicyConfig | undefined;
|
|
1308
|
+
|
|
1309
|
+
Id: string | undefined;
|
|
1310
|
+
|
|
1311
|
+
IfMatch?: string;
|
|
1312
|
+
}
|
|
1313
|
+
export interface UpdateResponseHeadersPolicyResult {
|
|
1314
|
+
ResponseHeadersPolicy?: ResponseHeadersPolicy;
|
|
1315
|
+
|
|
1316
|
+
ETag?: string;
|
|
1317
|
+
}
|
|
1318
|
+
|
|
1319
|
+
export interface UpdateStreamingDistributionRequest {
|
|
1320
|
+
StreamingDistributionConfig: StreamingDistributionConfig | undefined;
|
|
1321
|
+
|
|
1322
|
+
Id: string | undefined;
|
|
1323
|
+
|
|
1324
|
+
IfMatch?: string;
|
|
1325
|
+
}
|
|
1326
|
+
|
|
1327
|
+
export interface UpdateStreamingDistributionResult {
|
|
1328
|
+
StreamingDistribution?: StreamingDistribution;
|
|
1329
|
+
|
|
1330
|
+
ETag?: string;
|
|
1331
|
+
}
|
|
1332
|
+
|
|
1333
|
+
export declare const DeleteCloudFrontOriginAccessIdentityRequestFilterSensitiveLog: (
|
|
1334
|
+
obj: DeleteCloudFrontOriginAccessIdentityRequest
|
|
1335
|
+
) => any;
|
|
1336
|
+
|
|
1337
|
+
export declare const DeleteDistributionRequestFilterSensitiveLog: (
|
|
1338
|
+
obj: DeleteDistributionRequest
|
|
1339
|
+
) => any;
|
|
1340
|
+
|
|
1341
|
+
export declare const DeleteFieldLevelEncryptionConfigRequestFilterSensitiveLog: (
|
|
1342
|
+
obj: DeleteFieldLevelEncryptionConfigRequest
|
|
1343
|
+
) => any;
|
|
1344
|
+
|
|
1345
|
+
export declare const DeleteFieldLevelEncryptionProfileRequestFilterSensitiveLog: (
|
|
1346
|
+
obj: DeleteFieldLevelEncryptionProfileRequest
|
|
1347
|
+
) => any;
|
|
1348
|
+
|
|
1349
|
+
export declare const DeleteFunctionRequestFilterSensitiveLog: (
|
|
1350
|
+
obj: DeleteFunctionRequest
|
|
1351
|
+
) => any;
|
|
1352
|
+
|
|
1353
|
+
export declare const DeleteKeyGroupRequestFilterSensitiveLog: (
|
|
1354
|
+
obj: DeleteKeyGroupRequest
|
|
1355
|
+
) => any;
|
|
1356
|
+
|
|
1357
|
+
export declare const DeleteMonitoringSubscriptionRequestFilterSensitiveLog: (
|
|
1358
|
+
obj: DeleteMonitoringSubscriptionRequest
|
|
1359
|
+
) => any;
|
|
1360
|
+
|
|
1361
|
+
export declare const DeleteMonitoringSubscriptionResultFilterSensitiveLog: (
|
|
1362
|
+
obj: DeleteMonitoringSubscriptionResult
|
|
1363
|
+
) => any;
|
|
1364
|
+
|
|
1365
|
+
export declare const DeleteOriginAccessControlRequestFilterSensitiveLog: (
|
|
1366
|
+
obj: DeleteOriginAccessControlRequest
|
|
1367
|
+
) => any;
|
|
1368
|
+
|
|
1369
|
+
export declare const DeleteOriginRequestPolicyRequestFilterSensitiveLog: (
|
|
1370
|
+
obj: DeleteOriginRequestPolicyRequest
|
|
1371
|
+
) => any;
|
|
1372
|
+
|
|
1373
|
+
export declare const DeletePublicKeyRequestFilterSensitiveLog: (
|
|
1374
|
+
obj: DeletePublicKeyRequest
|
|
1375
|
+
) => any;
|
|
1376
|
+
|
|
1377
|
+
export declare const DeleteRealtimeLogConfigRequestFilterSensitiveLog: (
|
|
1378
|
+
obj: DeleteRealtimeLogConfigRequest
|
|
1379
|
+
) => any;
|
|
1380
|
+
|
|
1381
|
+
export declare const DeleteResponseHeadersPolicyRequestFilterSensitiveLog: (
|
|
1382
|
+
obj: DeleteResponseHeadersPolicyRequest
|
|
1383
|
+
) => any;
|
|
1384
|
+
|
|
1385
|
+
export declare const DeleteStreamingDistributionRequestFilterSensitiveLog: (
|
|
1386
|
+
obj: DeleteStreamingDistributionRequest
|
|
1387
|
+
) => any;
|
|
1388
|
+
|
|
1389
|
+
export declare const DescribeFunctionRequestFilterSensitiveLog: (
|
|
1390
|
+
obj: DescribeFunctionRequest
|
|
1391
|
+
) => any;
|
|
1392
|
+
|
|
1393
|
+
export declare const DescribeFunctionResultFilterSensitiveLog: (
|
|
1394
|
+
obj: DescribeFunctionResult
|
|
1395
|
+
) => any;
|
|
1396
|
+
|
|
1397
|
+
export declare const GetCachePolicyRequestFilterSensitiveLog: (
|
|
1398
|
+
obj: GetCachePolicyRequest
|
|
1399
|
+
) => any;
|
|
1400
|
+
|
|
1401
|
+
export declare const GetCachePolicyResultFilterSensitiveLog: (
|
|
1402
|
+
obj: GetCachePolicyResult
|
|
1403
|
+
) => any;
|
|
1404
|
+
|
|
1405
|
+
export declare const GetCachePolicyConfigRequestFilterSensitiveLog: (
|
|
1406
|
+
obj: GetCachePolicyConfigRequest
|
|
1407
|
+
) => any;
|
|
1408
|
+
|
|
1409
|
+
export declare const GetCachePolicyConfigResultFilterSensitiveLog: (
|
|
1410
|
+
obj: GetCachePolicyConfigResult
|
|
1411
|
+
) => any;
|
|
1412
|
+
|
|
1413
|
+
export declare const GetCloudFrontOriginAccessIdentityRequestFilterSensitiveLog: (
|
|
1414
|
+
obj: GetCloudFrontOriginAccessIdentityRequest
|
|
1415
|
+
) => any;
|
|
1416
|
+
|
|
1417
|
+
export declare const GetCloudFrontOriginAccessIdentityResultFilterSensitiveLog: (
|
|
1418
|
+
obj: GetCloudFrontOriginAccessIdentityResult
|
|
1419
|
+
) => any;
|
|
1420
|
+
|
|
1421
|
+
export declare const GetCloudFrontOriginAccessIdentityConfigRequestFilterSensitiveLog: (
|
|
1422
|
+
obj: GetCloudFrontOriginAccessIdentityConfigRequest
|
|
1423
|
+
) => any;
|
|
1424
|
+
|
|
1425
|
+
export declare const GetCloudFrontOriginAccessIdentityConfigResultFilterSensitiveLog: (
|
|
1426
|
+
obj: GetCloudFrontOriginAccessIdentityConfigResult
|
|
1427
|
+
) => any;
|
|
1428
|
+
|
|
1429
|
+
export declare const GetDistributionRequestFilterSensitiveLog: (
|
|
1430
|
+
obj: GetDistributionRequest
|
|
1431
|
+
) => any;
|
|
1432
|
+
|
|
1433
|
+
export declare const GetDistributionResultFilterSensitiveLog: (
|
|
1434
|
+
obj: GetDistributionResult
|
|
1435
|
+
) => any;
|
|
1436
|
+
|
|
1437
|
+
export declare const GetDistributionConfigRequestFilterSensitiveLog: (
|
|
1438
|
+
obj: GetDistributionConfigRequest
|
|
1439
|
+
) => any;
|
|
1440
|
+
|
|
1441
|
+
export declare const GetDistributionConfigResultFilterSensitiveLog: (
|
|
1442
|
+
obj: GetDistributionConfigResult
|
|
1443
|
+
) => any;
|
|
1444
|
+
|
|
1445
|
+
export declare const GetFieldLevelEncryptionRequestFilterSensitiveLog: (
|
|
1446
|
+
obj: GetFieldLevelEncryptionRequest
|
|
1447
|
+
) => any;
|
|
1448
|
+
|
|
1449
|
+
export declare const GetFieldLevelEncryptionResultFilterSensitiveLog: (
|
|
1450
|
+
obj: GetFieldLevelEncryptionResult
|
|
1451
|
+
) => any;
|
|
1452
|
+
|
|
1453
|
+
export declare const GetFieldLevelEncryptionConfigRequestFilterSensitiveLog: (
|
|
1454
|
+
obj: GetFieldLevelEncryptionConfigRequest
|
|
1455
|
+
) => any;
|
|
1456
|
+
|
|
1457
|
+
export declare const GetFieldLevelEncryptionConfigResultFilterSensitiveLog: (
|
|
1458
|
+
obj: GetFieldLevelEncryptionConfigResult
|
|
1459
|
+
) => any;
|
|
1460
|
+
|
|
1461
|
+
export declare const GetFieldLevelEncryptionProfileRequestFilterSensitiveLog: (
|
|
1462
|
+
obj: GetFieldLevelEncryptionProfileRequest
|
|
1463
|
+
) => any;
|
|
1464
|
+
|
|
1465
|
+
export declare const GetFieldLevelEncryptionProfileResultFilterSensitiveLog: (
|
|
1466
|
+
obj: GetFieldLevelEncryptionProfileResult
|
|
1467
|
+
) => any;
|
|
1468
|
+
|
|
1469
|
+
export declare const GetFieldLevelEncryptionProfileConfigRequestFilterSensitiveLog: (
|
|
1470
|
+
obj: GetFieldLevelEncryptionProfileConfigRequest
|
|
1471
|
+
) => any;
|
|
1472
|
+
|
|
1473
|
+
export declare const GetFieldLevelEncryptionProfileConfigResultFilterSensitiveLog: (
|
|
1474
|
+
obj: GetFieldLevelEncryptionProfileConfigResult
|
|
1475
|
+
) => any;
|
|
1476
|
+
|
|
1477
|
+
export declare const GetFunctionRequestFilterSensitiveLog: (
|
|
1478
|
+
obj: GetFunctionRequest
|
|
1479
|
+
) => any;
|
|
1480
|
+
|
|
1481
|
+
export declare const GetFunctionResultFilterSensitiveLog: (
|
|
1482
|
+
obj: GetFunctionResult
|
|
1483
|
+
) => any;
|
|
1484
|
+
|
|
1485
|
+
export declare const GetInvalidationRequestFilterSensitiveLog: (
|
|
1486
|
+
obj: GetInvalidationRequest
|
|
1487
|
+
) => any;
|
|
1488
|
+
|
|
1489
|
+
export declare const GetInvalidationResultFilterSensitiveLog: (
|
|
1490
|
+
obj: GetInvalidationResult
|
|
1491
|
+
) => any;
|
|
1492
|
+
|
|
1493
|
+
export declare const GetKeyGroupRequestFilterSensitiveLog: (
|
|
1494
|
+
obj: GetKeyGroupRequest
|
|
1495
|
+
) => any;
|
|
1496
|
+
|
|
1497
|
+
export declare const GetKeyGroupResultFilterSensitiveLog: (
|
|
1498
|
+
obj: GetKeyGroupResult
|
|
1499
|
+
) => any;
|
|
1500
|
+
|
|
1501
|
+
export declare const GetKeyGroupConfigRequestFilterSensitiveLog: (
|
|
1502
|
+
obj: GetKeyGroupConfigRequest
|
|
1503
|
+
) => any;
|
|
1504
|
+
|
|
1505
|
+
export declare const GetKeyGroupConfigResultFilterSensitiveLog: (
|
|
1506
|
+
obj: GetKeyGroupConfigResult
|
|
1507
|
+
) => any;
|
|
1508
|
+
|
|
1509
|
+
export declare const GetMonitoringSubscriptionRequestFilterSensitiveLog: (
|
|
1510
|
+
obj: GetMonitoringSubscriptionRequest
|
|
1511
|
+
) => any;
|
|
1512
|
+
|
|
1513
|
+
export declare const GetMonitoringSubscriptionResultFilterSensitiveLog: (
|
|
1514
|
+
obj: GetMonitoringSubscriptionResult
|
|
1515
|
+
) => any;
|
|
1516
|
+
|
|
1517
|
+
export declare const GetOriginAccessControlRequestFilterSensitiveLog: (
|
|
1518
|
+
obj: GetOriginAccessControlRequest
|
|
1519
|
+
) => any;
|
|
1520
|
+
|
|
1521
|
+
export declare const GetOriginAccessControlResultFilterSensitiveLog: (
|
|
1522
|
+
obj: GetOriginAccessControlResult
|
|
1523
|
+
) => any;
|
|
1524
|
+
|
|
1525
|
+
export declare const GetOriginAccessControlConfigRequestFilterSensitiveLog: (
|
|
1526
|
+
obj: GetOriginAccessControlConfigRequest
|
|
1527
|
+
) => any;
|
|
1528
|
+
|
|
1529
|
+
export declare const GetOriginAccessControlConfigResultFilterSensitiveLog: (
|
|
1530
|
+
obj: GetOriginAccessControlConfigResult
|
|
1531
|
+
) => any;
|
|
1532
|
+
|
|
1533
|
+
export declare const GetOriginRequestPolicyRequestFilterSensitiveLog: (
|
|
1534
|
+
obj: GetOriginRequestPolicyRequest
|
|
1535
|
+
) => any;
|
|
1536
|
+
|
|
1537
|
+
export declare const GetOriginRequestPolicyResultFilterSensitiveLog: (
|
|
1538
|
+
obj: GetOriginRequestPolicyResult
|
|
1539
|
+
) => any;
|
|
1540
|
+
|
|
1541
|
+
export declare const GetOriginRequestPolicyConfigRequestFilterSensitiveLog: (
|
|
1542
|
+
obj: GetOriginRequestPolicyConfigRequest
|
|
1543
|
+
) => any;
|
|
1544
|
+
|
|
1545
|
+
export declare const GetOriginRequestPolicyConfigResultFilterSensitiveLog: (
|
|
1546
|
+
obj: GetOriginRequestPolicyConfigResult
|
|
1547
|
+
) => any;
|
|
1548
|
+
|
|
1549
|
+
export declare const GetPublicKeyRequestFilterSensitiveLog: (
|
|
1550
|
+
obj: GetPublicKeyRequest
|
|
1551
|
+
) => any;
|
|
1552
|
+
|
|
1553
|
+
export declare const GetPublicKeyResultFilterSensitiveLog: (
|
|
1554
|
+
obj: GetPublicKeyResult
|
|
1555
|
+
) => any;
|
|
1556
|
+
|
|
1557
|
+
export declare const GetPublicKeyConfigRequestFilterSensitiveLog: (
|
|
1558
|
+
obj: GetPublicKeyConfigRequest
|
|
1559
|
+
) => any;
|
|
1560
|
+
|
|
1561
|
+
export declare const GetPublicKeyConfigResultFilterSensitiveLog: (
|
|
1562
|
+
obj: GetPublicKeyConfigResult
|
|
1563
|
+
) => any;
|
|
1564
|
+
|
|
1565
|
+
export declare const GetRealtimeLogConfigRequestFilterSensitiveLog: (
|
|
1566
|
+
obj: GetRealtimeLogConfigRequest
|
|
1567
|
+
) => any;
|
|
1568
|
+
|
|
1569
|
+
export declare const GetRealtimeLogConfigResultFilterSensitiveLog: (
|
|
1570
|
+
obj: GetRealtimeLogConfigResult
|
|
1571
|
+
) => any;
|
|
1572
|
+
|
|
1573
|
+
export declare const GetResponseHeadersPolicyRequestFilterSensitiveLog: (
|
|
1574
|
+
obj: GetResponseHeadersPolicyRequest
|
|
1575
|
+
) => any;
|
|
1576
|
+
|
|
1577
|
+
export declare const GetResponseHeadersPolicyResultFilterSensitiveLog: (
|
|
1578
|
+
obj: GetResponseHeadersPolicyResult
|
|
1579
|
+
) => any;
|
|
1580
|
+
|
|
1581
|
+
export declare const GetResponseHeadersPolicyConfigRequestFilterSensitiveLog: (
|
|
1582
|
+
obj: GetResponseHeadersPolicyConfigRequest
|
|
1583
|
+
) => any;
|
|
1584
|
+
|
|
1585
|
+
export declare const GetResponseHeadersPolicyConfigResultFilterSensitiveLog: (
|
|
1586
|
+
obj: GetResponseHeadersPolicyConfigResult
|
|
1587
|
+
) => any;
|
|
1588
|
+
|
|
1589
|
+
export declare const GetStreamingDistributionRequestFilterSensitiveLog: (
|
|
1590
|
+
obj: GetStreamingDistributionRequest
|
|
1591
|
+
) => any;
|
|
1592
|
+
|
|
1593
|
+
export declare const GetStreamingDistributionResultFilterSensitiveLog: (
|
|
1594
|
+
obj: GetStreamingDistributionResult
|
|
1595
|
+
) => any;
|
|
1596
|
+
|
|
1597
|
+
export declare const GetStreamingDistributionConfigRequestFilterSensitiveLog: (
|
|
1598
|
+
obj: GetStreamingDistributionConfigRequest
|
|
1599
|
+
) => any;
|
|
1600
|
+
|
|
1601
|
+
export declare const GetStreamingDistributionConfigResultFilterSensitiveLog: (
|
|
1602
|
+
obj: GetStreamingDistributionConfigResult
|
|
1603
|
+
) => any;
|
|
1604
|
+
|
|
1605
|
+
export declare const ListCachePoliciesRequestFilterSensitiveLog: (
|
|
1606
|
+
obj: ListCachePoliciesRequest
|
|
1607
|
+
) => any;
|
|
1608
|
+
|
|
1609
|
+
export declare const ListCachePoliciesResultFilterSensitiveLog: (
|
|
1610
|
+
obj: ListCachePoliciesResult
|
|
1611
|
+
) => any;
|
|
1612
|
+
|
|
1613
|
+
export declare const ListCloudFrontOriginAccessIdentitiesRequestFilterSensitiveLog: (
|
|
1614
|
+
obj: ListCloudFrontOriginAccessIdentitiesRequest
|
|
1615
|
+
) => any;
|
|
1616
|
+
|
|
1617
|
+
export declare const CloudFrontOriginAccessIdentitySummaryFilterSensitiveLog: (
|
|
1618
|
+
obj: CloudFrontOriginAccessIdentitySummary
|
|
1619
|
+
) => any;
|
|
1620
|
+
|
|
1621
|
+
export declare const CloudFrontOriginAccessIdentityListFilterSensitiveLog: (
|
|
1622
|
+
obj: CloudFrontOriginAccessIdentityList
|
|
1623
|
+
) => any;
|
|
1624
|
+
|
|
1625
|
+
export declare const ListCloudFrontOriginAccessIdentitiesResultFilterSensitiveLog: (
|
|
1626
|
+
obj: ListCloudFrontOriginAccessIdentitiesResult
|
|
1627
|
+
) => any;
|
|
1628
|
+
|
|
1629
|
+
export declare const ListConflictingAliasesRequestFilterSensitiveLog: (
|
|
1630
|
+
obj: ListConflictingAliasesRequest
|
|
1631
|
+
) => any;
|
|
1632
|
+
|
|
1633
|
+
export declare const ConflictingAliasFilterSensitiveLog: (
|
|
1634
|
+
obj: ConflictingAlias
|
|
1635
|
+
) => any;
|
|
1636
|
+
|
|
1637
|
+
export declare const ConflictingAliasesListFilterSensitiveLog: (
|
|
1638
|
+
obj: ConflictingAliasesList
|
|
1639
|
+
) => any;
|
|
1640
|
+
|
|
1641
|
+
export declare const ListConflictingAliasesResultFilterSensitiveLog: (
|
|
1642
|
+
obj: ListConflictingAliasesResult
|
|
1643
|
+
) => any;
|
|
1644
|
+
|
|
1645
|
+
export declare const ListDistributionsRequestFilterSensitiveLog: (
|
|
1646
|
+
obj: ListDistributionsRequest
|
|
1647
|
+
) => any;
|
|
1648
|
+
|
|
1649
|
+
export declare const DistributionSummaryFilterSensitiveLog: (
|
|
1650
|
+
obj: DistributionSummary
|
|
1651
|
+
) => any;
|
|
1652
|
+
|
|
1653
|
+
export declare const DistributionListFilterSensitiveLog: (
|
|
1654
|
+
obj: DistributionList
|
|
1655
|
+
) => any;
|
|
1656
|
+
|
|
1657
|
+
export declare const ListDistributionsResultFilterSensitiveLog: (
|
|
1658
|
+
obj: ListDistributionsResult
|
|
1659
|
+
) => any;
|
|
1660
|
+
|
|
1661
|
+
export declare const ListDistributionsByCachePolicyIdRequestFilterSensitiveLog: (
|
|
1662
|
+
obj: ListDistributionsByCachePolicyIdRequest
|
|
1663
|
+
) => any;
|
|
1664
|
+
|
|
1665
|
+
export declare const DistributionIdListFilterSensitiveLog: (
|
|
1666
|
+
obj: DistributionIdList
|
|
1667
|
+
) => any;
|
|
1668
|
+
|
|
1669
|
+
export declare const ListDistributionsByCachePolicyIdResultFilterSensitiveLog: (
|
|
1670
|
+
obj: ListDistributionsByCachePolicyIdResult
|
|
1671
|
+
) => any;
|
|
1672
|
+
|
|
1673
|
+
export declare const ListDistributionsByKeyGroupRequestFilterSensitiveLog: (
|
|
1674
|
+
obj: ListDistributionsByKeyGroupRequest
|
|
1675
|
+
) => any;
|
|
1676
|
+
|
|
1677
|
+
export declare const ListDistributionsByKeyGroupResultFilterSensitiveLog: (
|
|
1678
|
+
obj: ListDistributionsByKeyGroupResult
|
|
1679
|
+
) => any;
|
|
1680
|
+
|
|
1681
|
+
export declare const ListDistributionsByOriginRequestPolicyIdRequestFilterSensitiveLog: (
|
|
1682
|
+
obj: ListDistributionsByOriginRequestPolicyIdRequest
|
|
1683
|
+
) => any;
|
|
1684
|
+
|
|
1685
|
+
export declare const ListDistributionsByOriginRequestPolicyIdResultFilterSensitiveLog: (
|
|
1686
|
+
obj: ListDistributionsByOriginRequestPolicyIdResult
|
|
1687
|
+
) => any;
|
|
1688
|
+
|
|
1689
|
+
export declare const ListDistributionsByRealtimeLogConfigRequestFilterSensitiveLog: (
|
|
1690
|
+
obj: ListDistributionsByRealtimeLogConfigRequest
|
|
1691
|
+
) => any;
|
|
1692
|
+
|
|
1693
|
+
export declare const ListDistributionsByRealtimeLogConfigResultFilterSensitiveLog: (
|
|
1694
|
+
obj: ListDistributionsByRealtimeLogConfigResult
|
|
1695
|
+
) => any;
|
|
1696
|
+
|
|
1697
|
+
export declare const ListDistributionsByResponseHeadersPolicyIdRequestFilterSensitiveLog: (
|
|
1698
|
+
obj: ListDistributionsByResponseHeadersPolicyIdRequest
|
|
1699
|
+
) => any;
|
|
1700
|
+
|
|
1701
|
+
export declare const ListDistributionsByResponseHeadersPolicyIdResultFilterSensitiveLog: (
|
|
1702
|
+
obj: ListDistributionsByResponseHeadersPolicyIdResult
|
|
1703
|
+
) => any;
|
|
1704
|
+
|
|
1705
|
+
export declare const ListDistributionsByWebACLIdRequestFilterSensitiveLog: (
|
|
1706
|
+
obj: ListDistributionsByWebACLIdRequest
|
|
1707
|
+
) => any;
|
|
1708
|
+
|
|
1709
|
+
export declare const ListDistributionsByWebACLIdResultFilterSensitiveLog: (
|
|
1710
|
+
obj: ListDistributionsByWebACLIdResult
|
|
1711
|
+
) => any;
|
|
1712
|
+
|
|
1713
|
+
export declare const ListFieldLevelEncryptionConfigsRequestFilterSensitiveLog: (
|
|
1714
|
+
obj: ListFieldLevelEncryptionConfigsRequest
|
|
1715
|
+
) => any;
|
|
1716
|
+
|
|
1717
|
+
export declare const FieldLevelEncryptionSummaryFilterSensitiveLog: (
|
|
1718
|
+
obj: FieldLevelEncryptionSummary
|
|
1719
|
+
) => any;
|
|
1720
|
+
|
|
1721
|
+
export declare const FieldLevelEncryptionListFilterSensitiveLog: (
|
|
1722
|
+
obj: FieldLevelEncryptionList
|
|
1723
|
+
) => any;
|
|
1724
|
+
|
|
1725
|
+
export declare const ListFieldLevelEncryptionConfigsResultFilterSensitiveLog: (
|
|
1726
|
+
obj: ListFieldLevelEncryptionConfigsResult
|
|
1727
|
+
) => any;
|
|
1728
|
+
|
|
1729
|
+
export declare const ListFieldLevelEncryptionProfilesRequestFilterSensitiveLog: (
|
|
1730
|
+
obj: ListFieldLevelEncryptionProfilesRequest
|
|
1731
|
+
) => any;
|
|
1732
|
+
|
|
1733
|
+
export declare const FieldLevelEncryptionProfileSummaryFilterSensitiveLog: (
|
|
1734
|
+
obj: FieldLevelEncryptionProfileSummary
|
|
1735
|
+
) => any;
|
|
1736
|
+
|
|
1737
|
+
export declare const FieldLevelEncryptionProfileListFilterSensitiveLog: (
|
|
1738
|
+
obj: FieldLevelEncryptionProfileList
|
|
1739
|
+
) => any;
|
|
1740
|
+
|
|
1741
|
+
export declare const ListFieldLevelEncryptionProfilesResultFilterSensitiveLog: (
|
|
1742
|
+
obj: ListFieldLevelEncryptionProfilesResult
|
|
1743
|
+
) => any;
|
|
1744
|
+
|
|
1745
|
+
export declare const ListFunctionsRequestFilterSensitiveLog: (
|
|
1746
|
+
obj: ListFunctionsRequest
|
|
1747
|
+
) => any;
|
|
1748
|
+
|
|
1749
|
+
export declare const FunctionListFilterSensitiveLog: (obj: FunctionList) => any;
|
|
1750
|
+
|
|
1751
|
+
export declare const ListFunctionsResultFilterSensitiveLog: (
|
|
1752
|
+
obj: ListFunctionsResult
|
|
1753
|
+
) => any;
|
|
1754
|
+
|
|
1755
|
+
export declare const ListInvalidationsRequestFilterSensitiveLog: (
|
|
1756
|
+
obj: ListInvalidationsRequest
|
|
1757
|
+
) => any;
|
|
1758
|
+
|
|
1759
|
+
export declare const InvalidationSummaryFilterSensitiveLog: (
|
|
1760
|
+
obj: InvalidationSummary
|
|
1761
|
+
) => any;
|
|
1762
|
+
|
|
1763
|
+
export declare const InvalidationListFilterSensitiveLog: (
|
|
1764
|
+
obj: InvalidationList
|
|
1765
|
+
) => any;
|
|
1766
|
+
|
|
1767
|
+
export declare const ListInvalidationsResultFilterSensitiveLog: (
|
|
1768
|
+
obj: ListInvalidationsResult
|
|
1769
|
+
) => any;
|
|
1770
|
+
|
|
1771
|
+
export declare const ListKeyGroupsRequestFilterSensitiveLog: (
|
|
1772
|
+
obj: ListKeyGroupsRequest
|
|
1773
|
+
) => any;
|
|
1774
|
+
|
|
1775
|
+
export declare const KeyGroupSummaryFilterSensitiveLog: (
|
|
1776
|
+
obj: KeyGroupSummary
|
|
1777
|
+
) => any;
|
|
1778
|
+
|
|
1779
|
+
export declare const KeyGroupListFilterSensitiveLog: (obj: KeyGroupList) => any;
|
|
1780
|
+
|
|
1781
|
+
export declare const ListKeyGroupsResultFilterSensitiveLog: (
|
|
1782
|
+
obj: ListKeyGroupsResult
|
|
1783
|
+
) => any;
|
|
1784
|
+
|
|
1785
|
+
export declare const ListOriginAccessControlsRequestFilterSensitiveLog: (
|
|
1786
|
+
obj: ListOriginAccessControlsRequest
|
|
1787
|
+
) => any;
|
|
1788
|
+
|
|
1789
|
+
export declare const OriginAccessControlSummaryFilterSensitiveLog: (
|
|
1790
|
+
obj: OriginAccessControlSummary
|
|
1791
|
+
) => any;
|
|
1792
|
+
|
|
1793
|
+
export declare const OriginAccessControlListFilterSensitiveLog: (
|
|
1794
|
+
obj: OriginAccessControlList
|
|
1795
|
+
) => any;
|
|
1796
|
+
|
|
1797
|
+
export declare const ListOriginAccessControlsResultFilterSensitiveLog: (
|
|
1798
|
+
obj: ListOriginAccessControlsResult
|
|
1799
|
+
) => any;
|
|
1800
|
+
|
|
1801
|
+
export declare const ListOriginRequestPoliciesRequestFilterSensitiveLog: (
|
|
1802
|
+
obj: ListOriginRequestPoliciesRequest
|
|
1803
|
+
) => any;
|
|
1804
|
+
|
|
1805
|
+
export declare const OriginRequestPolicySummaryFilterSensitiveLog: (
|
|
1806
|
+
obj: OriginRequestPolicySummary
|
|
1807
|
+
) => any;
|
|
1808
|
+
|
|
1809
|
+
export declare const OriginRequestPolicyListFilterSensitiveLog: (
|
|
1810
|
+
obj: OriginRequestPolicyList
|
|
1811
|
+
) => any;
|
|
1812
|
+
|
|
1813
|
+
export declare const ListOriginRequestPoliciesResultFilterSensitiveLog: (
|
|
1814
|
+
obj: ListOriginRequestPoliciesResult
|
|
1815
|
+
) => any;
|
|
1816
|
+
|
|
1817
|
+
export declare const ListPublicKeysRequestFilterSensitiveLog: (
|
|
1818
|
+
obj: ListPublicKeysRequest
|
|
1819
|
+
) => any;
|
|
1820
|
+
|
|
1821
|
+
export declare const PublicKeySummaryFilterSensitiveLog: (
|
|
1822
|
+
obj: PublicKeySummary
|
|
1823
|
+
) => any;
|
|
1824
|
+
|
|
1825
|
+
export declare const PublicKeyListFilterSensitiveLog: (
|
|
1826
|
+
obj: PublicKeyList
|
|
1827
|
+
) => any;
|
|
1828
|
+
|
|
1829
|
+
export declare const ListPublicKeysResultFilterSensitiveLog: (
|
|
1830
|
+
obj: ListPublicKeysResult
|
|
1831
|
+
) => any;
|
|
1832
|
+
|
|
1833
|
+
export declare const ListRealtimeLogConfigsRequestFilterSensitiveLog: (
|
|
1834
|
+
obj: ListRealtimeLogConfigsRequest
|
|
1835
|
+
) => any;
|
|
1836
|
+
|
|
1837
|
+
export declare const RealtimeLogConfigsFilterSensitiveLog: (
|
|
1838
|
+
obj: RealtimeLogConfigs
|
|
1839
|
+
) => any;
|
|
1840
|
+
|
|
1841
|
+
export declare const ListRealtimeLogConfigsResultFilterSensitiveLog: (
|
|
1842
|
+
obj: ListRealtimeLogConfigsResult
|
|
1843
|
+
) => any;
|
|
1844
|
+
|
|
1845
|
+
export declare const ListResponseHeadersPoliciesRequestFilterSensitiveLog: (
|
|
1846
|
+
obj: ListResponseHeadersPoliciesRequest
|
|
1847
|
+
) => any;
|
|
1848
|
+
|
|
1849
|
+
export declare const ResponseHeadersPolicySummaryFilterSensitiveLog: (
|
|
1850
|
+
obj: ResponseHeadersPolicySummary
|
|
1851
|
+
) => any;
|
|
1852
|
+
|
|
1853
|
+
export declare const ResponseHeadersPolicyListFilterSensitiveLog: (
|
|
1854
|
+
obj: ResponseHeadersPolicyList
|
|
1855
|
+
) => any;
|
|
1856
|
+
|
|
1857
|
+
export declare const ListResponseHeadersPoliciesResultFilterSensitiveLog: (
|
|
1858
|
+
obj: ListResponseHeadersPoliciesResult
|
|
1859
|
+
) => any;
|
|
1860
|
+
|
|
1861
|
+
export declare const ListStreamingDistributionsRequestFilterSensitiveLog: (
|
|
1862
|
+
obj: ListStreamingDistributionsRequest
|
|
1863
|
+
) => any;
|
|
1864
|
+
|
|
1865
|
+
export declare const StreamingDistributionSummaryFilterSensitiveLog: (
|
|
1866
|
+
obj: StreamingDistributionSummary
|
|
1867
|
+
) => any;
|
|
1868
|
+
|
|
1869
|
+
export declare const StreamingDistributionListFilterSensitiveLog: (
|
|
1870
|
+
obj: StreamingDistributionList
|
|
1871
|
+
) => any;
|
|
1872
|
+
|
|
1873
|
+
export declare const ListStreamingDistributionsResultFilterSensitiveLog: (
|
|
1874
|
+
obj: ListStreamingDistributionsResult
|
|
1875
|
+
) => any;
|
|
1876
|
+
|
|
1877
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
1878
|
+
obj: ListTagsForResourceRequest
|
|
1879
|
+
) => any;
|
|
1880
|
+
|
|
1881
|
+
export declare const ListTagsForResourceResultFilterSensitiveLog: (
|
|
1882
|
+
obj: ListTagsForResourceResult
|
|
1883
|
+
) => any;
|
|
1884
|
+
|
|
1885
|
+
export declare const PublishFunctionRequestFilterSensitiveLog: (
|
|
1886
|
+
obj: PublishFunctionRequest
|
|
1887
|
+
) => any;
|
|
1888
|
+
|
|
1889
|
+
export declare const PublishFunctionResultFilterSensitiveLog: (
|
|
1890
|
+
obj: PublishFunctionResult
|
|
1891
|
+
) => any;
|
|
1892
|
+
|
|
1893
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
1894
|
+
obj: TagResourceRequest
|
|
1895
|
+
) => any;
|
|
1896
|
+
|
|
1897
|
+
export declare const TestFunctionRequestFilterSensitiveLog: (
|
|
1898
|
+
obj: TestFunctionRequest
|
|
1899
|
+
) => any;
|
|
1900
|
+
|
|
1901
|
+
export declare const TestResultFilterSensitiveLog: (obj: TestResult) => any;
|
|
1902
|
+
|
|
1903
|
+
export declare const TestFunctionResultFilterSensitiveLog: (
|
|
1904
|
+
obj: TestFunctionResult
|
|
1905
|
+
) => any;
|
|
1906
|
+
|
|
1907
|
+
export declare const TagKeysFilterSensitiveLog: (obj: TagKeys) => any;
|
|
1908
|
+
|
|
1909
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
1910
|
+
obj: UntagResourceRequest
|
|
1911
|
+
) => any;
|
|
1912
|
+
|
|
1913
|
+
export declare const UpdateCachePolicyRequestFilterSensitiveLog: (
|
|
1914
|
+
obj: UpdateCachePolicyRequest
|
|
1915
|
+
) => any;
|
|
1916
|
+
|
|
1917
|
+
export declare const UpdateCachePolicyResultFilterSensitiveLog: (
|
|
1918
|
+
obj: UpdateCachePolicyResult
|
|
1919
|
+
) => any;
|
|
1920
|
+
|
|
1921
|
+
export declare const UpdateCloudFrontOriginAccessIdentityRequestFilterSensitiveLog: (
|
|
1922
|
+
obj: UpdateCloudFrontOriginAccessIdentityRequest
|
|
1923
|
+
) => any;
|
|
1924
|
+
|
|
1925
|
+
export declare const UpdateCloudFrontOriginAccessIdentityResultFilterSensitiveLog: (
|
|
1926
|
+
obj: UpdateCloudFrontOriginAccessIdentityResult
|
|
1927
|
+
) => any;
|
|
1928
|
+
|
|
1929
|
+
export declare const UpdateDistributionRequestFilterSensitiveLog: (
|
|
1930
|
+
obj: UpdateDistributionRequest
|
|
1931
|
+
) => any;
|
|
1932
|
+
|
|
1933
|
+
export declare const UpdateDistributionResultFilterSensitiveLog: (
|
|
1934
|
+
obj: UpdateDistributionResult
|
|
1935
|
+
) => any;
|
|
1936
|
+
|
|
1937
|
+
export declare const UpdateFieldLevelEncryptionConfigRequestFilterSensitiveLog: (
|
|
1938
|
+
obj: UpdateFieldLevelEncryptionConfigRequest
|
|
1939
|
+
) => any;
|
|
1940
|
+
|
|
1941
|
+
export declare const UpdateFieldLevelEncryptionConfigResultFilterSensitiveLog: (
|
|
1942
|
+
obj: UpdateFieldLevelEncryptionConfigResult
|
|
1943
|
+
) => any;
|
|
1944
|
+
|
|
1945
|
+
export declare const UpdateFieldLevelEncryptionProfileRequestFilterSensitiveLog: (
|
|
1946
|
+
obj: UpdateFieldLevelEncryptionProfileRequest
|
|
1947
|
+
) => any;
|
|
1948
|
+
|
|
1949
|
+
export declare const UpdateFieldLevelEncryptionProfileResultFilterSensitiveLog: (
|
|
1950
|
+
obj: UpdateFieldLevelEncryptionProfileResult
|
|
1951
|
+
) => any;
|
|
1952
|
+
|
|
1953
|
+
export declare const UpdateFunctionRequestFilterSensitiveLog: (
|
|
1954
|
+
obj: UpdateFunctionRequest
|
|
1955
|
+
) => any;
|
|
1956
|
+
|
|
1957
|
+
export declare const UpdateFunctionResultFilterSensitiveLog: (
|
|
1958
|
+
obj: UpdateFunctionResult
|
|
1959
|
+
) => any;
|
|
1960
|
+
|
|
1961
|
+
export declare const UpdateKeyGroupRequestFilterSensitiveLog: (
|
|
1962
|
+
obj: UpdateKeyGroupRequest
|
|
1963
|
+
) => any;
|
|
1964
|
+
|
|
1965
|
+
export declare const UpdateKeyGroupResultFilterSensitiveLog: (
|
|
1966
|
+
obj: UpdateKeyGroupResult
|
|
1967
|
+
) => any;
|
|
1968
|
+
|
|
1969
|
+
export declare const UpdateOriginAccessControlRequestFilterSensitiveLog: (
|
|
1970
|
+
obj: UpdateOriginAccessControlRequest
|
|
1971
|
+
) => any;
|
|
1972
|
+
|
|
1973
|
+
export declare const UpdateOriginAccessControlResultFilterSensitiveLog: (
|
|
1974
|
+
obj: UpdateOriginAccessControlResult
|
|
1975
|
+
) => any;
|
|
1976
|
+
|
|
1977
|
+
export declare const UpdateOriginRequestPolicyRequestFilterSensitiveLog: (
|
|
1978
|
+
obj: UpdateOriginRequestPolicyRequest
|
|
1979
|
+
) => any;
|
|
1980
|
+
|
|
1981
|
+
export declare const UpdateOriginRequestPolicyResultFilterSensitiveLog: (
|
|
1982
|
+
obj: UpdateOriginRequestPolicyResult
|
|
1983
|
+
) => any;
|
|
1984
|
+
|
|
1985
|
+
export declare const UpdatePublicKeyRequestFilterSensitiveLog: (
|
|
1986
|
+
obj: UpdatePublicKeyRequest
|
|
1987
|
+
) => any;
|
|
1988
|
+
|
|
1989
|
+
export declare const UpdatePublicKeyResultFilterSensitiveLog: (
|
|
1990
|
+
obj: UpdatePublicKeyResult
|
|
1991
|
+
) => any;
|
|
1992
|
+
|
|
1993
|
+
export declare const UpdateRealtimeLogConfigRequestFilterSensitiveLog: (
|
|
1994
|
+
obj: UpdateRealtimeLogConfigRequest
|
|
1995
|
+
) => any;
|
|
1996
|
+
|
|
1997
|
+
export declare const UpdateRealtimeLogConfigResultFilterSensitiveLog: (
|
|
1998
|
+
obj: UpdateRealtimeLogConfigResult
|
|
1999
|
+
) => any;
|
|
2000
|
+
|
|
2001
|
+
export declare const UpdateResponseHeadersPolicyRequestFilterSensitiveLog: (
|
|
2002
|
+
obj: UpdateResponseHeadersPolicyRequest
|
|
2003
|
+
) => any;
|
|
2004
|
+
|
|
2005
|
+
export declare const UpdateResponseHeadersPolicyResultFilterSensitiveLog: (
|
|
2006
|
+
obj: UpdateResponseHeadersPolicyResult
|
|
2007
|
+
) => any;
|
|
2008
|
+
|
|
2009
|
+
export declare const UpdateStreamingDistributionRequestFilterSensitiveLog: (
|
|
2010
|
+
obj: UpdateStreamingDistributionRequest
|
|
2011
|
+
) => any;
|
|
2012
|
+
|
|
2013
|
+
export declare const UpdateStreamingDistributionResultFilterSensitiveLog: (
|
|
2014
|
+
obj: UpdateStreamingDistributionResult
|
|
2015
|
+
) => any;
|