@aws-sdk/client-cloudfront 3.168.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 +16 -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,495 +1,1852 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import { CloudFrontClient } from "./CloudFrontClient";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
import {
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
import {
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
import {
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
import {
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
import {
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
import {
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
import {
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
import {
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
import {
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
import {
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
import {
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
import {
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
import {
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
import {
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
import {
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
import {
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
import {
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
import {
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
import {
|
|
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
|
-
|
|
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
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
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
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import { CloudFrontClient } from "./CloudFrontClient";
|
|
3
|
+
import {
|
|
4
|
+
AssociateAliasCommandInput,
|
|
5
|
+
AssociateAliasCommandOutput,
|
|
6
|
+
} from "./commands/AssociateAliasCommand";
|
|
7
|
+
import {
|
|
8
|
+
CreateCachePolicyCommandInput,
|
|
9
|
+
CreateCachePolicyCommandOutput,
|
|
10
|
+
} from "./commands/CreateCachePolicyCommand";
|
|
11
|
+
import {
|
|
12
|
+
CreateCloudFrontOriginAccessIdentityCommandInput,
|
|
13
|
+
CreateCloudFrontOriginAccessIdentityCommandOutput,
|
|
14
|
+
} from "./commands/CreateCloudFrontOriginAccessIdentityCommand";
|
|
15
|
+
import {
|
|
16
|
+
CreateDistributionCommandInput,
|
|
17
|
+
CreateDistributionCommandOutput,
|
|
18
|
+
} from "./commands/CreateDistributionCommand";
|
|
19
|
+
import {
|
|
20
|
+
CreateDistributionWithTagsCommandInput,
|
|
21
|
+
CreateDistributionWithTagsCommandOutput,
|
|
22
|
+
} from "./commands/CreateDistributionWithTagsCommand";
|
|
23
|
+
import {
|
|
24
|
+
CreateFieldLevelEncryptionConfigCommandInput,
|
|
25
|
+
CreateFieldLevelEncryptionConfigCommandOutput,
|
|
26
|
+
} from "./commands/CreateFieldLevelEncryptionConfigCommand";
|
|
27
|
+
import {
|
|
28
|
+
CreateFieldLevelEncryptionProfileCommandInput,
|
|
29
|
+
CreateFieldLevelEncryptionProfileCommandOutput,
|
|
30
|
+
} from "./commands/CreateFieldLevelEncryptionProfileCommand";
|
|
31
|
+
import {
|
|
32
|
+
CreateFunctionCommandInput,
|
|
33
|
+
CreateFunctionCommandOutput,
|
|
34
|
+
} from "./commands/CreateFunctionCommand";
|
|
35
|
+
import {
|
|
36
|
+
CreateInvalidationCommandInput,
|
|
37
|
+
CreateInvalidationCommandOutput,
|
|
38
|
+
} from "./commands/CreateInvalidationCommand";
|
|
39
|
+
import {
|
|
40
|
+
CreateKeyGroupCommandInput,
|
|
41
|
+
CreateKeyGroupCommandOutput,
|
|
42
|
+
} from "./commands/CreateKeyGroupCommand";
|
|
43
|
+
import {
|
|
44
|
+
CreateMonitoringSubscriptionCommandInput,
|
|
45
|
+
CreateMonitoringSubscriptionCommandOutput,
|
|
46
|
+
} from "./commands/CreateMonitoringSubscriptionCommand";
|
|
47
|
+
import {
|
|
48
|
+
CreateOriginAccessControlCommandInput,
|
|
49
|
+
CreateOriginAccessControlCommandOutput,
|
|
50
|
+
} from "./commands/CreateOriginAccessControlCommand";
|
|
51
|
+
import {
|
|
52
|
+
CreateOriginRequestPolicyCommandInput,
|
|
53
|
+
CreateOriginRequestPolicyCommandOutput,
|
|
54
|
+
} from "./commands/CreateOriginRequestPolicyCommand";
|
|
55
|
+
import {
|
|
56
|
+
CreatePublicKeyCommandInput,
|
|
57
|
+
CreatePublicKeyCommandOutput,
|
|
58
|
+
} from "./commands/CreatePublicKeyCommand";
|
|
59
|
+
import {
|
|
60
|
+
CreateRealtimeLogConfigCommandInput,
|
|
61
|
+
CreateRealtimeLogConfigCommandOutput,
|
|
62
|
+
} from "./commands/CreateRealtimeLogConfigCommand";
|
|
63
|
+
import {
|
|
64
|
+
CreateResponseHeadersPolicyCommandInput,
|
|
65
|
+
CreateResponseHeadersPolicyCommandOutput,
|
|
66
|
+
} from "./commands/CreateResponseHeadersPolicyCommand";
|
|
67
|
+
import {
|
|
68
|
+
CreateStreamingDistributionCommandInput,
|
|
69
|
+
CreateStreamingDistributionCommandOutput,
|
|
70
|
+
} from "./commands/CreateStreamingDistributionCommand";
|
|
71
|
+
import {
|
|
72
|
+
CreateStreamingDistributionWithTagsCommandInput,
|
|
73
|
+
CreateStreamingDistributionWithTagsCommandOutput,
|
|
74
|
+
} from "./commands/CreateStreamingDistributionWithTagsCommand";
|
|
75
|
+
import {
|
|
76
|
+
DeleteCachePolicyCommandInput,
|
|
77
|
+
DeleteCachePolicyCommandOutput,
|
|
78
|
+
} from "./commands/DeleteCachePolicyCommand";
|
|
79
|
+
import {
|
|
80
|
+
DeleteCloudFrontOriginAccessIdentityCommandInput,
|
|
81
|
+
DeleteCloudFrontOriginAccessIdentityCommandOutput,
|
|
82
|
+
} from "./commands/DeleteCloudFrontOriginAccessIdentityCommand";
|
|
83
|
+
import {
|
|
84
|
+
DeleteDistributionCommandInput,
|
|
85
|
+
DeleteDistributionCommandOutput,
|
|
86
|
+
} from "./commands/DeleteDistributionCommand";
|
|
87
|
+
import {
|
|
88
|
+
DeleteFieldLevelEncryptionConfigCommandInput,
|
|
89
|
+
DeleteFieldLevelEncryptionConfigCommandOutput,
|
|
90
|
+
} from "./commands/DeleteFieldLevelEncryptionConfigCommand";
|
|
91
|
+
import {
|
|
92
|
+
DeleteFieldLevelEncryptionProfileCommandInput,
|
|
93
|
+
DeleteFieldLevelEncryptionProfileCommandOutput,
|
|
94
|
+
} from "./commands/DeleteFieldLevelEncryptionProfileCommand";
|
|
95
|
+
import {
|
|
96
|
+
DeleteFunctionCommandInput,
|
|
97
|
+
DeleteFunctionCommandOutput,
|
|
98
|
+
} from "./commands/DeleteFunctionCommand";
|
|
99
|
+
import {
|
|
100
|
+
DeleteKeyGroupCommandInput,
|
|
101
|
+
DeleteKeyGroupCommandOutput,
|
|
102
|
+
} from "./commands/DeleteKeyGroupCommand";
|
|
103
|
+
import {
|
|
104
|
+
DeleteMonitoringSubscriptionCommandInput,
|
|
105
|
+
DeleteMonitoringSubscriptionCommandOutput,
|
|
106
|
+
} from "./commands/DeleteMonitoringSubscriptionCommand";
|
|
107
|
+
import {
|
|
108
|
+
DeleteOriginAccessControlCommandInput,
|
|
109
|
+
DeleteOriginAccessControlCommandOutput,
|
|
110
|
+
} from "./commands/DeleteOriginAccessControlCommand";
|
|
111
|
+
import {
|
|
112
|
+
DeleteOriginRequestPolicyCommandInput,
|
|
113
|
+
DeleteOriginRequestPolicyCommandOutput,
|
|
114
|
+
} from "./commands/DeleteOriginRequestPolicyCommand";
|
|
115
|
+
import {
|
|
116
|
+
DeletePublicKeyCommandInput,
|
|
117
|
+
DeletePublicKeyCommandOutput,
|
|
118
|
+
} from "./commands/DeletePublicKeyCommand";
|
|
119
|
+
import {
|
|
120
|
+
DeleteRealtimeLogConfigCommandInput,
|
|
121
|
+
DeleteRealtimeLogConfigCommandOutput,
|
|
122
|
+
} from "./commands/DeleteRealtimeLogConfigCommand";
|
|
123
|
+
import {
|
|
124
|
+
DeleteResponseHeadersPolicyCommandInput,
|
|
125
|
+
DeleteResponseHeadersPolicyCommandOutput,
|
|
126
|
+
} from "./commands/DeleteResponseHeadersPolicyCommand";
|
|
127
|
+
import {
|
|
128
|
+
DeleteStreamingDistributionCommandInput,
|
|
129
|
+
DeleteStreamingDistributionCommandOutput,
|
|
130
|
+
} from "./commands/DeleteStreamingDistributionCommand";
|
|
131
|
+
import {
|
|
132
|
+
DescribeFunctionCommandInput,
|
|
133
|
+
DescribeFunctionCommandOutput,
|
|
134
|
+
} from "./commands/DescribeFunctionCommand";
|
|
135
|
+
import {
|
|
136
|
+
GetCachePolicyCommandInput,
|
|
137
|
+
GetCachePolicyCommandOutput,
|
|
138
|
+
} from "./commands/GetCachePolicyCommand";
|
|
139
|
+
import {
|
|
140
|
+
GetCachePolicyConfigCommandInput,
|
|
141
|
+
GetCachePolicyConfigCommandOutput,
|
|
142
|
+
} from "./commands/GetCachePolicyConfigCommand";
|
|
143
|
+
import {
|
|
144
|
+
GetCloudFrontOriginAccessIdentityCommandInput,
|
|
145
|
+
GetCloudFrontOriginAccessIdentityCommandOutput,
|
|
146
|
+
} from "./commands/GetCloudFrontOriginAccessIdentityCommand";
|
|
147
|
+
import {
|
|
148
|
+
GetCloudFrontOriginAccessIdentityConfigCommandInput,
|
|
149
|
+
GetCloudFrontOriginAccessIdentityConfigCommandOutput,
|
|
150
|
+
} from "./commands/GetCloudFrontOriginAccessIdentityConfigCommand";
|
|
151
|
+
import {
|
|
152
|
+
GetDistributionCommandInput,
|
|
153
|
+
GetDistributionCommandOutput,
|
|
154
|
+
} from "./commands/GetDistributionCommand";
|
|
155
|
+
import {
|
|
156
|
+
GetDistributionConfigCommandInput,
|
|
157
|
+
GetDistributionConfigCommandOutput,
|
|
158
|
+
} from "./commands/GetDistributionConfigCommand";
|
|
159
|
+
import {
|
|
160
|
+
GetFieldLevelEncryptionCommandInput,
|
|
161
|
+
GetFieldLevelEncryptionCommandOutput,
|
|
162
|
+
} from "./commands/GetFieldLevelEncryptionCommand";
|
|
163
|
+
import {
|
|
164
|
+
GetFieldLevelEncryptionConfigCommandInput,
|
|
165
|
+
GetFieldLevelEncryptionConfigCommandOutput,
|
|
166
|
+
} from "./commands/GetFieldLevelEncryptionConfigCommand";
|
|
167
|
+
import {
|
|
168
|
+
GetFieldLevelEncryptionProfileCommandInput,
|
|
169
|
+
GetFieldLevelEncryptionProfileCommandOutput,
|
|
170
|
+
} from "./commands/GetFieldLevelEncryptionProfileCommand";
|
|
171
|
+
import {
|
|
172
|
+
GetFieldLevelEncryptionProfileConfigCommandInput,
|
|
173
|
+
GetFieldLevelEncryptionProfileConfigCommandOutput,
|
|
174
|
+
} from "./commands/GetFieldLevelEncryptionProfileConfigCommand";
|
|
175
|
+
import {
|
|
176
|
+
GetFunctionCommandInput,
|
|
177
|
+
GetFunctionCommandOutput,
|
|
178
|
+
} from "./commands/GetFunctionCommand";
|
|
179
|
+
import {
|
|
180
|
+
GetInvalidationCommandInput,
|
|
181
|
+
GetInvalidationCommandOutput,
|
|
182
|
+
} from "./commands/GetInvalidationCommand";
|
|
183
|
+
import {
|
|
184
|
+
GetKeyGroupCommandInput,
|
|
185
|
+
GetKeyGroupCommandOutput,
|
|
186
|
+
} from "./commands/GetKeyGroupCommand";
|
|
187
|
+
import {
|
|
188
|
+
GetKeyGroupConfigCommandInput,
|
|
189
|
+
GetKeyGroupConfigCommandOutput,
|
|
190
|
+
} from "./commands/GetKeyGroupConfigCommand";
|
|
191
|
+
import {
|
|
192
|
+
GetMonitoringSubscriptionCommandInput,
|
|
193
|
+
GetMonitoringSubscriptionCommandOutput,
|
|
194
|
+
} from "./commands/GetMonitoringSubscriptionCommand";
|
|
195
|
+
import {
|
|
196
|
+
GetOriginAccessControlCommandInput,
|
|
197
|
+
GetOriginAccessControlCommandOutput,
|
|
198
|
+
} from "./commands/GetOriginAccessControlCommand";
|
|
199
|
+
import {
|
|
200
|
+
GetOriginAccessControlConfigCommandInput,
|
|
201
|
+
GetOriginAccessControlConfigCommandOutput,
|
|
202
|
+
} from "./commands/GetOriginAccessControlConfigCommand";
|
|
203
|
+
import {
|
|
204
|
+
GetOriginRequestPolicyCommandInput,
|
|
205
|
+
GetOriginRequestPolicyCommandOutput,
|
|
206
|
+
} from "./commands/GetOriginRequestPolicyCommand";
|
|
207
|
+
import {
|
|
208
|
+
GetOriginRequestPolicyConfigCommandInput,
|
|
209
|
+
GetOriginRequestPolicyConfigCommandOutput,
|
|
210
|
+
} from "./commands/GetOriginRequestPolicyConfigCommand";
|
|
211
|
+
import {
|
|
212
|
+
GetPublicKeyCommandInput,
|
|
213
|
+
GetPublicKeyCommandOutput,
|
|
214
|
+
} from "./commands/GetPublicKeyCommand";
|
|
215
|
+
import {
|
|
216
|
+
GetPublicKeyConfigCommandInput,
|
|
217
|
+
GetPublicKeyConfigCommandOutput,
|
|
218
|
+
} from "./commands/GetPublicKeyConfigCommand";
|
|
219
|
+
import {
|
|
220
|
+
GetRealtimeLogConfigCommandInput,
|
|
221
|
+
GetRealtimeLogConfigCommandOutput,
|
|
222
|
+
} from "./commands/GetRealtimeLogConfigCommand";
|
|
223
|
+
import {
|
|
224
|
+
GetResponseHeadersPolicyCommandInput,
|
|
225
|
+
GetResponseHeadersPolicyCommandOutput,
|
|
226
|
+
} from "./commands/GetResponseHeadersPolicyCommand";
|
|
227
|
+
import {
|
|
228
|
+
GetResponseHeadersPolicyConfigCommandInput,
|
|
229
|
+
GetResponseHeadersPolicyConfigCommandOutput,
|
|
230
|
+
} from "./commands/GetResponseHeadersPolicyConfigCommand";
|
|
231
|
+
import {
|
|
232
|
+
GetStreamingDistributionCommandInput,
|
|
233
|
+
GetStreamingDistributionCommandOutput,
|
|
234
|
+
} from "./commands/GetStreamingDistributionCommand";
|
|
235
|
+
import {
|
|
236
|
+
GetStreamingDistributionConfigCommandInput,
|
|
237
|
+
GetStreamingDistributionConfigCommandOutput,
|
|
238
|
+
} from "./commands/GetStreamingDistributionConfigCommand";
|
|
239
|
+
import {
|
|
240
|
+
ListCachePoliciesCommandInput,
|
|
241
|
+
ListCachePoliciesCommandOutput,
|
|
242
|
+
} from "./commands/ListCachePoliciesCommand";
|
|
243
|
+
import {
|
|
244
|
+
ListCloudFrontOriginAccessIdentitiesCommandInput,
|
|
245
|
+
ListCloudFrontOriginAccessIdentitiesCommandOutput,
|
|
246
|
+
} from "./commands/ListCloudFrontOriginAccessIdentitiesCommand";
|
|
247
|
+
import {
|
|
248
|
+
ListConflictingAliasesCommandInput,
|
|
249
|
+
ListConflictingAliasesCommandOutput,
|
|
250
|
+
} from "./commands/ListConflictingAliasesCommand";
|
|
251
|
+
import {
|
|
252
|
+
ListDistributionsByCachePolicyIdCommandInput,
|
|
253
|
+
ListDistributionsByCachePolicyIdCommandOutput,
|
|
254
|
+
} from "./commands/ListDistributionsByCachePolicyIdCommand";
|
|
255
|
+
import {
|
|
256
|
+
ListDistributionsByKeyGroupCommandInput,
|
|
257
|
+
ListDistributionsByKeyGroupCommandOutput,
|
|
258
|
+
} from "./commands/ListDistributionsByKeyGroupCommand";
|
|
259
|
+
import {
|
|
260
|
+
ListDistributionsByOriginRequestPolicyIdCommandInput,
|
|
261
|
+
ListDistributionsByOriginRequestPolicyIdCommandOutput,
|
|
262
|
+
} from "./commands/ListDistributionsByOriginRequestPolicyIdCommand";
|
|
263
|
+
import {
|
|
264
|
+
ListDistributionsByRealtimeLogConfigCommandInput,
|
|
265
|
+
ListDistributionsByRealtimeLogConfigCommandOutput,
|
|
266
|
+
} from "./commands/ListDistributionsByRealtimeLogConfigCommand";
|
|
267
|
+
import {
|
|
268
|
+
ListDistributionsByResponseHeadersPolicyIdCommandInput,
|
|
269
|
+
ListDistributionsByResponseHeadersPolicyIdCommandOutput,
|
|
270
|
+
} from "./commands/ListDistributionsByResponseHeadersPolicyIdCommand";
|
|
271
|
+
import {
|
|
272
|
+
ListDistributionsByWebACLIdCommandInput,
|
|
273
|
+
ListDistributionsByWebACLIdCommandOutput,
|
|
274
|
+
} from "./commands/ListDistributionsByWebACLIdCommand";
|
|
275
|
+
import {
|
|
276
|
+
ListDistributionsCommandInput,
|
|
277
|
+
ListDistributionsCommandOutput,
|
|
278
|
+
} from "./commands/ListDistributionsCommand";
|
|
279
|
+
import {
|
|
280
|
+
ListFieldLevelEncryptionConfigsCommandInput,
|
|
281
|
+
ListFieldLevelEncryptionConfigsCommandOutput,
|
|
282
|
+
} from "./commands/ListFieldLevelEncryptionConfigsCommand";
|
|
283
|
+
import {
|
|
284
|
+
ListFieldLevelEncryptionProfilesCommandInput,
|
|
285
|
+
ListFieldLevelEncryptionProfilesCommandOutput,
|
|
286
|
+
} from "./commands/ListFieldLevelEncryptionProfilesCommand";
|
|
287
|
+
import {
|
|
288
|
+
ListFunctionsCommandInput,
|
|
289
|
+
ListFunctionsCommandOutput,
|
|
290
|
+
} from "./commands/ListFunctionsCommand";
|
|
291
|
+
import {
|
|
292
|
+
ListInvalidationsCommandInput,
|
|
293
|
+
ListInvalidationsCommandOutput,
|
|
294
|
+
} from "./commands/ListInvalidationsCommand";
|
|
295
|
+
import {
|
|
296
|
+
ListKeyGroupsCommandInput,
|
|
297
|
+
ListKeyGroupsCommandOutput,
|
|
298
|
+
} from "./commands/ListKeyGroupsCommand";
|
|
299
|
+
import {
|
|
300
|
+
ListOriginAccessControlsCommandInput,
|
|
301
|
+
ListOriginAccessControlsCommandOutput,
|
|
302
|
+
} from "./commands/ListOriginAccessControlsCommand";
|
|
303
|
+
import {
|
|
304
|
+
ListOriginRequestPoliciesCommandInput,
|
|
305
|
+
ListOriginRequestPoliciesCommandOutput,
|
|
306
|
+
} from "./commands/ListOriginRequestPoliciesCommand";
|
|
307
|
+
import {
|
|
308
|
+
ListPublicKeysCommandInput,
|
|
309
|
+
ListPublicKeysCommandOutput,
|
|
310
|
+
} from "./commands/ListPublicKeysCommand";
|
|
311
|
+
import {
|
|
312
|
+
ListRealtimeLogConfigsCommandInput,
|
|
313
|
+
ListRealtimeLogConfigsCommandOutput,
|
|
314
|
+
} from "./commands/ListRealtimeLogConfigsCommand";
|
|
315
|
+
import {
|
|
316
|
+
ListResponseHeadersPoliciesCommandInput,
|
|
317
|
+
ListResponseHeadersPoliciesCommandOutput,
|
|
318
|
+
} from "./commands/ListResponseHeadersPoliciesCommand";
|
|
319
|
+
import {
|
|
320
|
+
ListStreamingDistributionsCommandInput,
|
|
321
|
+
ListStreamingDistributionsCommandOutput,
|
|
322
|
+
} from "./commands/ListStreamingDistributionsCommand";
|
|
323
|
+
import {
|
|
324
|
+
ListTagsForResourceCommandInput,
|
|
325
|
+
ListTagsForResourceCommandOutput,
|
|
326
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
327
|
+
import {
|
|
328
|
+
PublishFunctionCommandInput,
|
|
329
|
+
PublishFunctionCommandOutput,
|
|
330
|
+
} from "./commands/PublishFunctionCommand";
|
|
331
|
+
import {
|
|
332
|
+
TagResourceCommandInput,
|
|
333
|
+
TagResourceCommandOutput,
|
|
334
|
+
} from "./commands/TagResourceCommand";
|
|
335
|
+
import {
|
|
336
|
+
TestFunctionCommandInput,
|
|
337
|
+
TestFunctionCommandOutput,
|
|
338
|
+
} from "./commands/TestFunctionCommand";
|
|
339
|
+
import {
|
|
340
|
+
UntagResourceCommandInput,
|
|
341
|
+
UntagResourceCommandOutput,
|
|
342
|
+
} from "./commands/UntagResourceCommand";
|
|
343
|
+
import {
|
|
344
|
+
UpdateCachePolicyCommandInput,
|
|
345
|
+
UpdateCachePolicyCommandOutput,
|
|
346
|
+
} from "./commands/UpdateCachePolicyCommand";
|
|
347
|
+
import {
|
|
348
|
+
UpdateCloudFrontOriginAccessIdentityCommandInput,
|
|
349
|
+
UpdateCloudFrontOriginAccessIdentityCommandOutput,
|
|
350
|
+
} from "./commands/UpdateCloudFrontOriginAccessIdentityCommand";
|
|
351
|
+
import {
|
|
352
|
+
UpdateDistributionCommandInput,
|
|
353
|
+
UpdateDistributionCommandOutput,
|
|
354
|
+
} from "./commands/UpdateDistributionCommand";
|
|
355
|
+
import {
|
|
356
|
+
UpdateFieldLevelEncryptionConfigCommandInput,
|
|
357
|
+
UpdateFieldLevelEncryptionConfigCommandOutput,
|
|
358
|
+
} from "./commands/UpdateFieldLevelEncryptionConfigCommand";
|
|
359
|
+
import {
|
|
360
|
+
UpdateFieldLevelEncryptionProfileCommandInput,
|
|
361
|
+
UpdateFieldLevelEncryptionProfileCommandOutput,
|
|
362
|
+
} from "./commands/UpdateFieldLevelEncryptionProfileCommand";
|
|
363
|
+
import {
|
|
364
|
+
UpdateFunctionCommandInput,
|
|
365
|
+
UpdateFunctionCommandOutput,
|
|
366
|
+
} from "./commands/UpdateFunctionCommand";
|
|
367
|
+
import {
|
|
368
|
+
UpdateKeyGroupCommandInput,
|
|
369
|
+
UpdateKeyGroupCommandOutput,
|
|
370
|
+
} from "./commands/UpdateKeyGroupCommand";
|
|
371
|
+
import {
|
|
372
|
+
UpdateOriginAccessControlCommandInput,
|
|
373
|
+
UpdateOriginAccessControlCommandOutput,
|
|
374
|
+
} from "./commands/UpdateOriginAccessControlCommand";
|
|
375
|
+
import {
|
|
376
|
+
UpdateOriginRequestPolicyCommandInput,
|
|
377
|
+
UpdateOriginRequestPolicyCommandOutput,
|
|
378
|
+
} from "./commands/UpdateOriginRequestPolicyCommand";
|
|
379
|
+
import {
|
|
380
|
+
UpdatePublicKeyCommandInput,
|
|
381
|
+
UpdatePublicKeyCommandOutput,
|
|
382
|
+
} from "./commands/UpdatePublicKeyCommand";
|
|
383
|
+
import {
|
|
384
|
+
UpdateRealtimeLogConfigCommandInput,
|
|
385
|
+
UpdateRealtimeLogConfigCommandOutput,
|
|
386
|
+
} from "./commands/UpdateRealtimeLogConfigCommand";
|
|
387
|
+
import {
|
|
388
|
+
UpdateResponseHeadersPolicyCommandInput,
|
|
389
|
+
UpdateResponseHeadersPolicyCommandOutput,
|
|
390
|
+
} from "./commands/UpdateResponseHeadersPolicyCommand";
|
|
391
|
+
import {
|
|
392
|
+
UpdateStreamingDistributionCommandInput,
|
|
393
|
+
UpdateStreamingDistributionCommandOutput,
|
|
394
|
+
} from "./commands/UpdateStreamingDistributionCommand";
|
|
395
|
+
|
|
396
|
+
export declare class CloudFront extends CloudFrontClient {
|
|
397
|
+
associateAlias(
|
|
398
|
+
args: AssociateAliasCommandInput,
|
|
399
|
+
options?: __HttpHandlerOptions
|
|
400
|
+
): Promise<AssociateAliasCommandOutput>;
|
|
401
|
+
associateAlias(
|
|
402
|
+
args: AssociateAliasCommandInput,
|
|
403
|
+
cb: (err: any, data?: AssociateAliasCommandOutput) => void
|
|
404
|
+
): void;
|
|
405
|
+
associateAlias(
|
|
406
|
+
args: AssociateAliasCommandInput,
|
|
407
|
+
options: __HttpHandlerOptions,
|
|
408
|
+
cb: (err: any, data?: AssociateAliasCommandOutput) => void
|
|
409
|
+
): void;
|
|
410
|
+
|
|
411
|
+
createCachePolicy(
|
|
412
|
+
args: CreateCachePolicyCommandInput,
|
|
413
|
+
options?: __HttpHandlerOptions
|
|
414
|
+
): Promise<CreateCachePolicyCommandOutput>;
|
|
415
|
+
createCachePolicy(
|
|
416
|
+
args: CreateCachePolicyCommandInput,
|
|
417
|
+
cb: (err: any, data?: CreateCachePolicyCommandOutput) => void
|
|
418
|
+
): void;
|
|
419
|
+
createCachePolicy(
|
|
420
|
+
args: CreateCachePolicyCommandInput,
|
|
421
|
+
options: __HttpHandlerOptions,
|
|
422
|
+
cb: (err: any, data?: CreateCachePolicyCommandOutput) => void
|
|
423
|
+
): void;
|
|
424
|
+
|
|
425
|
+
createCloudFrontOriginAccessIdentity(
|
|
426
|
+
args: CreateCloudFrontOriginAccessIdentityCommandInput,
|
|
427
|
+
options?: __HttpHandlerOptions
|
|
428
|
+
): Promise<CreateCloudFrontOriginAccessIdentityCommandOutput>;
|
|
429
|
+
createCloudFrontOriginAccessIdentity(
|
|
430
|
+
args: CreateCloudFrontOriginAccessIdentityCommandInput,
|
|
431
|
+
cb: (
|
|
432
|
+
err: any,
|
|
433
|
+
data?: CreateCloudFrontOriginAccessIdentityCommandOutput
|
|
434
|
+
) => void
|
|
435
|
+
): void;
|
|
436
|
+
createCloudFrontOriginAccessIdentity(
|
|
437
|
+
args: CreateCloudFrontOriginAccessIdentityCommandInput,
|
|
438
|
+
options: __HttpHandlerOptions,
|
|
439
|
+
cb: (
|
|
440
|
+
err: any,
|
|
441
|
+
data?: CreateCloudFrontOriginAccessIdentityCommandOutput
|
|
442
|
+
) => void
|
|
443
|
+
): void;
|
|
444
|
+
|
|
445
|
+
createDistribution(
|
|
446
|
+
args: CreateDistributionCommandInput,
|
|
447
|
+
options?: __HttpHandlerOptions
|
|
448
|
+
): Promise<CreateDistributionCommandOutput>;
|
|
449
|
+
createDistribution(
|
|
450
|
+
args: CreateDistributionCommandInput,
|
|
451
|
+
cb: (err: any, data?: CreateDistributionCommandOutput) => void
|
|
452
|
+
): void;
|
|
453
|
+
createDistribution(
|
|
454
|
+
args: CreateDistributionCommandInput,
|
|
455
|
+
options: __HttpHandlerOptions,
|
|
456
|
+
cb: (err: any, data?: CreateDistributionCommandOutput) => void
|
|
457
|
+
): void;
|
|
458
|
+
|
|
459
|
+
createDistributionWithTags(
|
|
460
|
+
args: CreateDistributionWithTagsCommandInput,
|
|
461
|
+
options?: __HttpHandlerOptions
|
|
462
|
+
): Promise<CreateDistributionWithTagsCommandOutput>;
|
|
463
|
+
createDistributionWithTags(
|
|
464
|
+
args: CreateDistributionWithTagsCommandInput,
|
|
465
|
+
cb: (err: any, data?: CreateDistributionWithTagsCommandOutput) => void
|
|
466
|
+
): void;
|
|
467
|
+
createDistributionWithTags(
|
|
468
|
+
args: CreateDistributionWithTagsCommandInput,
|
|
469
|
+
options: __HttpHandlerOptions,
|
|
470
|
+
cb: (err: any, data?: CreateDistributionWithTagsCommandOutput) => void
|
|
471
|
+
): void;
|
|
472
|
+
|
|
473
|
+
createFieldLevelEncryptionConfig(
|
|
474
|
+
args: CreateFieldLevelEncryptionConfigCommandInput,
|
|
475
|
+
options?: __HttpHandlerOptions
|
|
476
|
+
): Promise<CreateFieldLevelEncryptionConfigCommandOutput>;
|
|
477
|
+
createFieldLevelEncryptionConfig(
|
|
478
|
+
args: CreateFieldLevelEncryptionConfigCommandInput,
|
|
479
|
+
cb: (err: any, data?: CreateFieldLevelEncryptionConfigCommandOutput) => void
|
|
480
|
+
): void;
|
|
481
|
+
createFieldLevelEncryptionConfig(
|
|
482
|
+
args: CreateFieldLevelEncryptionConfigCommandInput,
|
|
483
|
+
options: __HttpHandlerOptions,
|
|
484
|
+
cb: (err: any, data?: CreateFieldLevelEncryptionConfigCommandOutput) => void
|
|
485
|
+
): void;
|
|
486
|
+
|
|
487
|
+
createFieldLevelEncryptionProfile(
|
|
488
|
+
args: CreateFieldLevelEncryptionProfileCommandInput,
|
|
489
|
+
options?: __HttpHandlerOptions
|
|
490
|
+
): Promise<CreateFieldLevelEncryptionProfileCommandOutput>;
|
|
491
|
+
createFieldLevelEncryptionProfile(
|
|
492
|
+
args: CreateFieldLevelEncryptionProfileCommandInput,
|
|
493
|
+
cb: (
|
|
494
|
+
err: any,
|
|
495
|
+
data?: CreateFieldLevelEncryptionProfileCommandOutput
|
|
496
|
+
) => void
|
|
497
|
+
): void;
|
|
498
|
+
createFieldLevelEncryptionProfile(
|
|
499
|
+
args: CreateFieldLevelEncryptionProfileCommandInput,
|
|
500
|
+
options: __HttpHandlerOptions,
|
|
501
|
+
cb: (
|
|
502
|
+
err: any,
|
|
503
|
+
data?: CreateFieldLevelEncryptionProfileCommandOutput
|
|
504
|
+
) => void
|
|
505
|
+
): void;
|
|
506
|
+
|
|
507
|
+
createFunction(
|
|
508
|
+
args: CreateFunctionCommandInput,
|
|
509
|
+
options?: __HttpHandlerOptions
|
|
510
|
+
): Promise<CreateFunctionCommandOutput>;
|
|
511
|
+
createFunction(
|
|
512
|
+
args: CreateFunctionCommandInput,
|
|
513
|
+
cb: (err: any, data?: CreateFunctionCommandOutput) => void
|
|
514
|
+
): void;
|
|
515
|
+
createFunction(
|
|
516
|
+
args: CreateFunctionCommandInput,
|
|
517
|
+
options: __HttpHandlerOptions,
|
|
518
|
+
cb: (err: any, data?: CreateFunctionCommandOutput) => void
|
|
519
|
+
): void;
|
|
520
|
+
|
|
521
|
+
createInvalidation(
|
|
522
|
+
args: CreateInvalidationCommandInput,
|
|
523
|
+
options?: __HttpHandlerOptions
|
|
524
|
+
): Promise<CreateInvalidationCommandOutput>;
|
|
525
|
+
createInvalidation(
|
|
526
|
+
args: CreateInvalidationCommandInput,
|
|
527
|
+
cb: (err: any, data?: CreateInvalidationCommandOutput) => void
|
|
528
|
+
): void;
|
|
529
|
+
createInvalidation(
|
|
530
|
+
args: CreateInvalidationCommandInput,
|
|
531
|
+
options: __HttpHandlerOptions,
|
|
532
|
+
cb: (err: any, data?: CreateInvalidationCommandOutput) => void
|
|
533
|
+
): void;
|
|
534
|
+
|
|
535
|
+
createKeyGroup(
|
|
536
|
+
args: CreateKeyGroupCommandInput,
|
|
537
|
+
options?: __HttpHandlerOptions
|
|
538
|
+
): Promise<CreateKeyGroupCommandOutput>;
|
|
539
|
+
createKeyGroup(
|
|
540
|
+
args: CreateKeyGroupCommandInput,
|
|
541
|
+
cb: (err: any, data?: CreateKeyGroupCommandOutput) => void
|
|
542
|
+
): void;
|
|
543
|
+
createKeyGroup(
|
|
544
|
+
args: CreateKeyGroupCommandInput,
|
|
545
|
+
options: __HttpHandlerOptions,
|
|
546
|
+
cb: (err: any, data?: CreateKeyGroupCommandOutput) => void
|
|
547
|
+
): void;
|
|
548
|
+
|
|
549
|
+
createMonitoringSubscription(
|
|
550
|
+
args: CreateMonitoringSubscriptionCommandInput,
|
|
551
|
+
options?: __HttpHandlerOptions
|
|
552
|
+
): Promise<CreateMonitoringSubscriptionCommandOutput>;
|
|
553
|
+
createMonitoringSubscription(
|
|
554
|
+
args: CreateMonitoringSubscriptionCommandInput,
|
|
555
|
+
cb: (err: any, data?: CreateMonitoringSubscriptionCommandOutput) => void
|
|
556
|
+
): void;
|
|
557
|
+
createMonitoringSubscription(
|
|
558
|
+
args: CreateMonitoringSubscriptionCommandInput,
|
|
559
|
+
options: __HttpHandlerOptions,
|
|
560
|
+
cb: (err: any, data?: CreateMonitoringSubscriptionCommandOutput) => void
|
|
561
|
+
): void;
|
|
562
|
+
|
|
563
|
+
createOriginAccessControl(
|
|
564
|
+
args: CreateOriginAccessControlCommandInput,
|
|
565
|
+
options?: __HttpHandlerOptions
|
|
566
|
+
): Promise<CreateOriginAccessControlCommandOutput>;
|
|
567
|
+
createOriginAccessControl(
|
|
568
|
+
args: CreateOriginAccessControlCommandInput,
|
|
569
|
+
cb: (err: any, data?: CreateOriginAccessControlCommandOutput) => void
|
|
570
|
+
): void;
|
|
571
|
+
createOriginAccessControl(
|
|
572
|
+
args: CreateOriginAccessControlCommandInput,
|
|
573
|
+
options: __HttpHandlerOptions,
|
|
574
|
+
cb: (err: any, data?: CreateOriginAccessControlCommandOutput) => void
|
|
575
|
+
): void;
|
|
576
|
+
|
|
577
|
+
createOriginRequestPolicy(
|
|
578
|
+
args: CreateOriginRequestPolicyCommandInput,
|
|
579
|
+
options?: __HttpHandlerOptions
|
|
580
|
+
): Promise<CreateOriginRequestPolicyCommandOutput>;
|
|
581
|
+
createOriginRequestPolicy(
|
|
582
|
+
args: CreateOriginRequestPolicyCommandInput,
|
|
583
|
+
cb: (err: any, data?: CreateOriginRequestPolicyCommandOutput) => void
|
|
584
|
+
): void;
|
|
585
|
+
createOriginRequestPolicy(
|
|
586
|
+
args: CreateOriginRequestPolicyCommandInput,
|
|
587
|
+
options: __HttpHandlerOptions,
|
|
588
|
+
cb: (err: any, data?: CreateOriginRequestPolicyCommandOutput) => void
|
|
589
|
+
): void;
|
|
590
|
+
|
|
591
|
+
createPublicKey(
|
|
592
|
+
args: CreatePublicKeyCommandInput,
|
|
593
|
+
options?: __HttpHandlerOptions
|
|
594
|
+
): Promise<CreatePublicKeyCommandOutput>;
|
|
595
|
+
createPublicKey(
|
|
596
|
+
args: CreatePublicKeyCommandInput,
|
|
597
|
+
cb: (err: any, data?: CreatePublicKeyCommandOutput) => void
|
|
598
|
+
): void;
|
|
599
|
+
createPublicKey(
|
|
600
|
+
args: CreatePublicKeyCommandInput,
|
|
601
|
+
options: __HttpHandlerOptions,
|
|
602
|
+
cb: (err: any, data?: CreatePublicKeyCommandOutput) => void
|
|
603
|
+
): void;
|
|
604
|
+
|
|
605
|
+
createRealtimeLogConfig(
|
|
606
|
+
args: CreateRealtimeLogConfigCommandInput,
|
|
607
|
+
options?: __HttpHandlerOptions
|
|
608
|
+
): Promise<CreateRealtimeLogConfigCommandOutput>;
|
|
609
|
+
createRealtimeLogConfig(
|
|
610
|
+
args: CreateRealtimeLogConfigCommandInput,
|
|
611
|
+
cb: (err: any, data?: CreateRealtimeLogConfigCommandOutput) => void
|
|
612
|
+
): void;
|
|
613
|
+
createRealtimeLogConfig(
|
|
614
|
+
args: CreateRealtimeLogConfigCommandInput,
|
|
615
|
+
options: __HttpHandlerOptions,
|
|
616
|
+
cb: (err: any, data?: CreateRealtimeLogConfigCommandOutput) => void
|
|
617
|
+
): void;
|
|
618
|
+
|
|
619
|
+
createResponseHeadersPolicy(
|
|
620
|
+
args: CreateResponseHeadersPolicyCommandInput,
|
|
621
|
+
options?: __HttpHandlerOptions
|
|
622
|
+
): Promise<CreateResponseHeadersPolicyCommandOutput>;
|
|
623
|
+
createResponseHeadersPolicy(
|
|
624
|
+
args: CreateResponseHeadersPolicyCommandInput,
|
|
625
|
+
cb: (err: any, data?: CreateResponseHeadersPolicyCommandOutput) => void
|
|
626
|
+
): void;
|
|
627
|
+
createResponseHeadersPolicy(
|
|
628
|
+
args: CreateResponseHeadersPolicyCommandInput,
|
|
629
|
+
options: __HttpHandlerOptions,
|
|
630
|
+
cb: (err: any, data?: CreateResponseHeadersPolicyCommandOutput) => void
|
|
631
|
+
): void;
|
|
632
|
+
|
|
633
|
+
createStreamingDistribution(
|
|
634
|
+
args: CreateStreamingDistributionCommandInput,
|
|
635
|
+
options?: __HttpHandlerOptions
|
|
636
|
+
): Promise<CreateStreamingDistributionCommandOutput>;
|
|
637
|
+
createStreamingDistribution(
|
|
638
|
+
args: CreateStreamingDistributionCommandInput,
|
|
639
|
+
cb: (err: any, data?: CreateStreamingDistributionCommandOutput) => void
|
|
640
|
+
): void;
|
|
641
|
+
createStreamingDistribution(
|
|
642
|
+
args: CreateStreamingDistributionCommandInput,
|
|
643
|
+
options: __HttpHandlerOptions,
|
|
644
|
+
cb: (err: any, data?: CreateStreamingDistributionCommandOutput) => void
|
|
645
|
+
): void;
|
|
646
|
+
|
|
647
|
+
createStreamingDistributionWithTags(
|
|
648
|
+
args: CreateStreamingDistributionWithTagsCommandInput,
|
|
649
|
+
options?: __HttpHandlerOptions
|
|
650
|
+
): Promise<CreateStreamingDistributionWithTagsCommandOutput>;
|
|
651
|
+
createStreamingDistributionWithTags(
|
|
652
|
+
args: CreateStreamingDistributionWithTagsCommandInput,
|
|
653
|
+
cb: (
|
|
654
|
+
err: any,
|
|
655
|
+
data?: CreateStreamingDistributionWithTagsCommandOutput
|
|
656
|
+
) => void
|
|
657
|
+
): void;
|
|
658
|
+
createStreamingDistributionWithTags(
|
|
659
|
+
args: CreateStreamingDistributionWithTagsCommandInput,
|
|
660
|
+
options: __HttpHandlerOptions,
|
|
661
|
+
cb: (
|
|
662
|
+
err: any,
|
|
663
|
+
data?: CreateStreamingDistributionWithTagsCommandOutput
|
|
664
|
+
) => void
|
|
665
|
+
): void;
|
|
666
|
+
|
|
667
|
+
deleteCachePolicy(
|
|
668
|
+
args: DeleteCachePolicyCommandInput,
|
|
669
|
+
options?: __HttpHandlerOptions
|
|
670
|
+
): Promise<DeleteCachePolicyCommandOutput>;
|
|
671
|
+
deleteCachePolicy(
|
|
672
|
+
args: DeleteCachePolicyCommandInput,
|
|
673
|
+
cb: (err: any, data?: DeleteCachePolicyCommandOutput) => void
|
|
674
|
+
): void;
|
|
675
|
+
deleteCachePolicy(
|
|
676
|
+
args: DeleteCachePolicyCommandInput,
|
|
677
|
+
options: __HttpHandlerOptions,
|
|
678
|
+
cb: (err: any, data?: DeleteCachePolicyCommandOutput) => void
|
|
679
|
+
): void;
|
|
680
|
+
|
|
681
|
+
deleteCloudFrontOriginAccessIdentity(
|
|
682
|
+
args: DeleteCloudFrontOriginAccessIdentityCommandInput,
|
|
683
|
+
options?: __HttpHandlerOptions
|
|
684
|
+
): Promise<DeleteCloudFrontOriginAccessIdentityCommandOutput>;
|
|
685
|
+
deleteCloudFrontOriginAccessIdentity(
|
|
686
|
+
args: DeleteCloudFrontOriginAccessIdentityCommandInput,
|
|
687
|
+
cb: (
|
|
688
|
+
err: any,
|
|
689
|
+
data?: DeleteCloudFrontOriginAccessIdentityCommandOutput
|
|
690
|
+
) => void
|
|
691
|
+
): void;
|
|
692
|
+
deleteCloudFrontOriginAccessIdentity(
|
|
693
|
+
args: DeleteCloudFrontOriginAccessIdentityCommandInput,
|
|
694
|
+
options: __HttpHandlerOptions,
|
|
695
|
+
cb: (
|
|
696
|
+
err: any,
|
|
697
|
+
data?: DeleteCloudFrontOriginAccessIdentityCommandOutput
|
|
698
|
+
) => void
|
|
699
|
+
): void;
|
|
700
|
+
|
|
701
|
+
deleteDistribution(
|
|
702
|
+
args: DeleteDistributionCommandInput,
|
|
703
|
+
options?: __HttpHandlerOptions
|
|
704
|
+
): Promise<DeleteDistributionCommandOutput>;
|
|
705
|
+
deleteDistribution(
|
|
706
|
+
args: DeleteDistributionCommandInput,
|
|
707
|
+
cb: (err: any, data?: DeleteDistributionCommandOutput) => void
|
|
708
|
+
): void;
|
|
709
|
+
deleteDistribution(
|
|
710
|
+
args: DeleteDistributionCommandInput,
|
|
711
|
+
options: __HttpHandlerOptions,
|
|
712
|
+
cb: (err: any, data?: DeleteDistributionCommandOutput) => void
|
|
713
|
+
): void;
|
|
714
|
+
|
|
715
|
+
deleteFieldLevelEncryptionConfig(
|
|
716
|
+
args: DeleteFieldLevelEncryptionConfigCommandInput,
|
|
717
|
+
options?: __HttpHandlerOptions
|
|
718
|
+
): Promise<DeleteFieldLevelEncryptionConfigCommandOutput>;
|
|
719
|
+
deleteFieldLevelEncryptionConfig(
|
|
720
|
+
args: DeleteFieldLevelEncryptionConfigCommandInput,
|
|
721
|
+
cb: (err: any, data?: DeleteFieldLevelEncryptionConfigCommandOutput) => void
|
|
722
|
+
): void;
|
|
723
|
+
deleteFieldLevelEncryptionConfig(
|
|
724
|
+
args: DeleteFieldLevelEncryptionConfigCommandInput,
|
|
725
|
+
options: __HttpHandlerOptions,
|
|
726
|
+
cb: (err: any, data?: DeleteFieldLevelEncryptionConfigCommandOutput) => void
|
|
727
|
+
): void;
|
|
728
|
+
|
|
729
|
+
deleteFieldLevelEncryptionProfile(
|
|
730
|
+
args: DeleteFieldLevelEncryptionProfileCommandInput,
|
|
731
|
+
options?: __HttpHandlerOptions
|
|
732
|
+
): Promise<DeleteFieldLevelEncryptionProfileCommandOutput>;
|
|
733
|
+
deleteFieldLevelEncryptionProfile(
|
|
734
|
+
args: DeleteFieldLevelEncryptionProfileCommandInput,
|
|
735
|
+
cb: (
|
|
736
|
+
err: any,
|
|
737
|
+
data?: DeleteFieldLevelEncryptionProfileCommandOutput
|
|
738
|
+
) => void
|
|
739
|
+
): void;
|
|
740
|
+
deleteFieldLevelEncryptionProfile(
|
|
741
|
+
args: DeleteFieldLevelEncryptionProfileCommandInput,
|
|
742
|
+
options: __HttpHandlerOptions,
|
|
743
|
+
cb: (
|
|
744
|
+
err: any,
|
|
745
|
+
data?: DeleteFieldLevelEncryptionProfileCommandOutput
|
|
746
|
+
) => void
|
|
747
|
+
): void;
|
|
748
|
+
|
|
749
|
+
deleteFunction(
|
|
750
|
+
args: DeleteFunctionCommandInput,
|
|
751
|
+
options?: __HttpHandlerOptions
|
|
752
|
+
): Promise<DeleteFunctionCommandOutput>;
|
|
753
|
+
deleteFunction(
|
|
754
|
+
args: DeleteFunctionCommandInput,
|
|
755
|
+
cb: (err: any, data?: DeleteFunctionCommandOutput) => void
|
|
756
|
+
): void;
|
|
757
|
+
deleteFunction(
|
|
758
|
+
args: DeleteFunctionCommandInput,
|
|
759
|
+
options: __HttpHandlerOptions,
|
|
760
|
+
cb: (err: any, data?: DeleteFunctionCommandOutput) => void
|
|
761
|
+
): void;
|
|
762
|
+
|
|
763
|
+
deleteKeyGroup(
|
|
764
|
+
args: DeleteKeyGroupCommandInput,
|
|
765
|
+
options?: __HttpHandlerOptions
|
|
766
|
+
): Promise<DeleteKeyGroupCommandOutput>;
|
|
767
|
+
deleteKeyGroup(
|
|
768
|
+
args: DeleteKeyGroupCommandInput,
|
|
769
|
+
cb: (err: any, data?: DeleteKeyGroupCommandOutput) => void
|
|
770
|
+
): void;
|
|
771
|
+
deleteKeyGroup(
|
|
772
|
+
args: DeleteKeyGroupCommandInput,
|
|
773
|
+
options: __HttpHandlerOptions,
|
|
774
|
+
cb: (err: any, data?: DeleteKeyGroupCommandOutput) => void
|
|
775
|
+
): void;
|
|
776
|
+
|
|
777
|
+
deleteMonitoringSubscription(
|
|
778
|
+
args: DeleteMonitoringSubscriptionCommandInput,
|
|
779
|
+
options?: __HttpHandlerOptions
|
|
780
|
+
): Promise<DeleteMonitoringSubscriptionCommandOutput>;
|
|
781
|
+
deleteMonitoringSubscription(
|
|
782
|
+
args: DeleteMonitoringSubscriptionCommandInput,
|
|
783
|
+
cb: (err: any, data?: DeleteMonitoringSubscriptionCommandOutput) => void
|
|
784
|
+
): void;
|
|
785
|
+
deleteMonitoringSubscription(
|
|
786
|
+
args: DeleteMonitoringSubscriptionCommandInput,
|
|
787
|
+
options: __HttpHandlerOptions,
|
|
788
|
+
cb: (err: any, data?: DeleteMonitoringSubscriptionCommandOutput) => void
|
|
789
|
+
): void;
|
|
790
|
+
|
|
791
|
+
deleteOriginAccessControl(
|
|
792
|
+
args: DeleteOriginAccessControlCommandInput,
|
|
793
|
+
options?: __HttpHandlerOptions
|
|
794
|
+
): Promise<DeleteOriginAccessControlCommandOutput>;
|
|
795
|
+
deleteOriginAccessControl(
|
|
796
|
+
args: DeleteOriginAccessControlCommandInput,
|
|
797
|
+
cb: (err: any, data?: DeleteOriginAccessControlCommandOutput) => void
|
|
798
|
+
): void;
|
|
799
|
+
deleteOriginAccessControl(
|
|
800
|
+
args: DeleteOriginAccessControlCommandInput,
|
|
801
|
+
options: __HttpHandlerOptions,
|
|
802
|
+
cb: (err: any, data?: DeleteOriginAccessControlCommandOutput) => void
|
|
803
|
+
): void;
|
|
804
|
+
|
|
805
|
+
deleteOriginRequestPolicy(
|
|
806
|
+
args: DeleteOriginRequestPolicyCommandInput,
|
|
807
|
+
options?: __HttpHandlerOptions
|
|
808
|
+
): Promise<DeleteOriginRequestPolicyCommandOutput>;
|
|
809
|
+
deleteOriginRequestPolicy(
|
|
810
|
+
args: DeleteOriginRequestPolicyCommandInput,
|
|
811
|
+
cb: (err: any, data?: DeleteOriginRequestPolicyCommandOutput) => void
|
|
812
|
+
): void;
|
|
813
|
+
deleteOriginRequestPolicy(
|
|
814
|
+
args: DeleteOriginRequestPolicyCommandInput,
|
|
815
|
+
options: __HttpHandlerOptions,
|
|
816
|
+
cb: (err: any, data?: DeleteOriginRequestPolicyCommandOutput) => void
|
|
817
|
+
): void;
|
|
818
|
+
|
|
819
|
+
deletePublicKey(
|
|
820
|
+
args: DeletePublicKeyCommandInput,
|
|
821
|
+
options?: __HttpHandlerOptions
|
|
822
|
+
): Promise<DeletePublicKeyCommandOutput>;
|
|
823
|
+
deletePublicKey(
|
|
824
|
+
args: DeletePublicKeyCommandInput,
|
|
825
|
+
cb: (err: any, data?: DeletePublicKeyCommandOutput) => void
|
|
826
|
+
): void;
|
|
827
|
+
deletePublicKey(
|
|
828
|
+
args: DeletePublicKeyCommandInput,
|
|
829
|
+
options: __HttpHandlerOptions,
|
|
830
|
+
cb: (err: any, data?: DeletePublicKeyCommandOutput) => void
|
|
831
|
+
): void;
|
|
832
|
+
|
|
833
|
+
deleteRealtimeLogConfig(
|
|
834
|
+
args: DeleteRealtimeLogConfigCommandInput,
|
|
835
|
+
options?: __HttpHandlerOptions
|
|
836
|
+
): Promise<DeleteRealtimeLogConfigCommandOutput>;
|
|
837
|
+
deleteRealtimeLogConfig(
|
|
838
|
+
args: DeleteRealtimeLogConfigCommandInput,
|
|
839
|
+
cb: (err: any, data?: DeleteRealtimeLogConfigCommandOutput) => void
|
|
840
|
+
): void;
|
|
841
|
+
deleteRealtimeLogConfig(
|
|
842
|
+
args: DeleteRealtimeLogConfigCommandInput,
|
|
843
|
+
options: __HttpHandlerOptions,
|
|
844
|
+
cb: (err: any, data?: DeleteRealtimeLogConfigCommandOutput) => void
|
|
845
|
+
): void;
|
|
846
|
+
|
|
847
|
+
deleteResponseHeadersPolicy(
|
|
848
|
+
args: DeleteResponseHeadersPolicyCommandInput,
|
|
849
|
+
options?: __HttpHandlerOptions
|
|
850
|
+
): Promise<DeleteResponseHeadersPolicyCommandOutput>;
|
|
851
|
+
deleteResponseHeadersPolicy(
|
|
852
|
+
args: DeleteResponseHeadersPolicyCommandInput,
|
|
853
|
+
cb: (err: any, data?: DeleteResponseHeadersPolicyCommandOutput) => void
|
|
854
|
+
): void;
|
|
855
|
+
deleteResponseHeadersPolicy(
|
|
856
|
+
args: DeleteResponseHeadersPolicyCommandInput,
|
|
857
|
+
options: __HttpHandlerOptions,
|
|
858
|
+
cb: (err: any, data?: DeleteResponseHeadersPolicyCommandOutput) => void
|
|
859
|
+
): void;
|
|
860
|
+
|
|
861
|
+
deleteStreamingDistribution(
|
|
862
|
+
args: DeleteStreamingDistributionCommandInput,
|
|
863
|
+
options?: __HttpHandlerOptions
|
|
864
|
+
): Promise<DeleteStreamingDistributionCommandOutput>;
|
|
865
|
+
deleteStreamingDistribution(
|
|
866
|
+
args: DeleteStreamingDistributionCommandInput,
|
|
867
|
+
cb: (err: any, data?: DeleteStreamingDistributionCommandOutput) => void
|
|
868
|
+
): void;
|
|
869
|
+
deleteStreamingDistribution(
|
|
870
|
+
args: DeleteStreamingDistributionCommandInput,
|
|
871
|
+
options: __HttpHandlerOptions,
|
|
872
|
+
cb: (err: any, data?: DeleteStreamingDistributionCommandOutput) => void
|
|
873
|
+
): void;
|
|
874
|
+
|
|
875
|
+
describeFunction(
|
|
876
|
+
args: DescribeFunctionCommandInput,
|
|
877
|
+
options?: __HttpHandlerOptions
|
|
878
|
+
): Promise<DescribeFunctionCommandOutput>;
|
|
879
|
+
describeFunction(
|
|
880
|
+
args: DescribeFunctionCommandInput,
|
|
881
|
+
cb: (err: any, data?: DescribeFunctionCommandOutput) => void
|
|
882
|
+
): void;
|
|
883
|
+
describeFunction(
|
|
884
|
+
args: DescribeFunctionCommandInput,
|
|
885
|
+
options: __HttpHandlerOptions,
|
|
886
|
+
cb: (err: any, data?: DescribeFunctionCommandOutput) => void
|
|
887
|
+
): void;
|
|
888
|
+
|
|
889
|
+
getCachePolicy(
|
|
890
|
+
args: GetCachePolicyCommandInput,
|
|
891
|
+
options?: __HttpHandlerOptions
|
|
892
|
+
): Promise<GetCachePolicyCommandOutput>;
|
|
893
|
+
getCachePolicy(
|
|
894
|
+
args: GetCachePolicyCommandInput,
|
|
895
|
+
cb: (err: any, data?: GetCachePolicyCommandOutput) => void
|
|
896
|
+
): void;
|
|
897
|
+
getCachePolicy(
|
|
898
|
+
args: GetCachePolicyCommandInput,
|
|
899
|
+
options: __HttpHandlerOptions,
|
|
900
|
+
cb: (err: any, data?: GetCachePolicyCommandOutput) => void
|
|
901
|
+
): void;
|
|
902
|
+
|
|
903
|
+
getCachePolicyConfig(
|
|
904
|
+
args: GetCachePolicyConfigCommandInput,
|
|
905
|
+
options?: __HttpHandlerOptions
|
|
906
|
+
): Promise<GetCachePolicyConfigCommandOutput>;
|
|
907
|
+
getCachePolicyConfig(
|
|
908
|
+
args: GetCachePolicyConfigCommandInput,
|
|
909
|
+
cb: (err: any, data?: GetCachePolicyConfigCommandOutput) => void
|
|
910
|
+
): void;
|
|
911
|
+
getCachePolicyConfig(
|
|
912
|
+
args: GetCachePolicyConfigCommandInput,
|
|
913
|
+
options: __HttpHandlerOptions,
|
|
914
|
+
cb: (err: any, data?: GetCachePolicyConfigCommandOutput) => void
|
|
915
|
+
): void;
|
|
916
|
+
|
|
917
|
+
getCloudFrontOriginAccessIdentity(
|
|
918
|
+
args: GetCloudFrontOriginAccessIdentityCommandInput,
|
|
919
|
+
options?: __HttpHandlerOptions
|
|
920
|
+
): Promise<GetCloudFrontOriginAccessIdentityCommandOutput>;
|
|
921
|
+
getCloudFrontOriginAccessIdentity(
|
|
922
|
+
args: GetCloudFrontOriginAccessIdentityCommandInput,
|
|
923
|
+
cb: (
|
|
924
|
+
err: any,
|
|
925
|
+
data?: GetCloudFrontOriginAccessIdentityCommandOutput
|
|
926
|
+
) => void
|
|
927
|
+
): void;
|
|
928
|
+
getCloudFrontOriginAccessIdentity(
|
|
929
|
+
args: GetCloudFrontOriginAccessIdentityCommandInput,
|
|
930
|
+
options: __HttpHandlerOptions,
|
|
931
|
+
cb: (
|
|
932
|
+
err: any,
|
|
933
|
+
data?: GetCloudFrontOriginAccessIdentityCommandOutput
|
|
934
|
+
) => void
|
|
935
|
+
): void;
|
|
936
|
+
|
|
937
|
+
getCloudFrontOriginAccessIdentityConfig(
|
|
938
|
+
args: GetCloudFrontOriginAccessIdentityConfigCommandInput,
|
|
939
|
+
options?: __HttpHandlerOptions
|
|
940
|
+
): Promise<GetCloudFrontOriginAccessIdentityConfigCommandOutput>;
|
|
941
|
+
getCloudFrontOriginAccessIdentityConfig(
|
|
942
|
+
args: GetCloudFrontOriginAccessIdentityConfigCommandInput,
|
|
943
|
+
cb: (
|
|
944
|
+
err: any,
|
|
945
|
+
data?: GetCloudFrontOriginAccessIdentityConfigCommandOutput
|
|
946
|
+
) => void
|
|
947
|
+
): void;
|
|
948
|
+
getCloudFrontOriginAccessIdentityConfig(
|
|
949
|
+
args: GetCloudFrontOriginAccessIdentityConfigCommandInput,
|
|
950
|
+
options: __HttpHandlerOptions,
|
|
951
|
+
cb: (
|
|
952
|
+
err: any,
|
|
953
|
+
data?: GetCloudFrontOriginAccessIdentityConfigCommandOutput
|
|
954
|
+
) => void
|
|
955
|
+
): void;
|
|
956
|
+
|
|
957
|
+
getDistribution(
|
|
958
|
+
args: GetDistributionCommandInput,
|
|
959
|
+
options?: __HttpHandlerOptions
|
|
960
|
+
): Promise<GetDistributionCommandOutput>;
|
|
961
|
+
getDistribution(
|
|
962
|
+
args: GetDistributionCommandInput,
|
|
963
|
+
cb: (err: any, data?: GetDistributionCommandOutput) => void
|
|
964
|
+
): void;
|
|
965
|
+
getDistribution(
|
|
966
|
+
args: GetDistributionCommandInput,
|
|
967
|
+
options: __HttpHandlerOptions,
|
|
968
|
+
cb: (err: any, data?: GetDistributionCommandOutput) => void
|
|
969
|
+
): void;
|
|
970
|
+
|
|
971
|
+
getDistributionConfig(
|
|
972
|
+
args: GetDistributionConfigCommandInput,
|
|
973
|
+
options?: __HttpHandlerOptions
|
|
974
|
+
): Promise<GetDistributionConfigCommandOutput>;
|
|
975
|
+
getDistributionConfig(
|
|
976
|
+
args: GetDistributionConfigCommandInput,
|
|
977
|
+
cb: (err: any, data?: GetDistributionConfigCommandOutput) => void
|
|
978
|
+
): void;
|
|
979
|
+
getDistributionConfig(
|
|
980
|
+
args: GetDistributionConfigCommandInput,
|
|
981
|
+
options: __HttpHandlerOptions,
|
|
982
|
+
cb: (err: any, data?: GetDistributionConfigCommandOutput) => void
|
|
983
|
+
): void;
|
|
984
|
+
|
|
985
|
+
getFieldLevelEncryption(
|
|
986
|
+
args: GetFieldLevelEncryptionCommandInput,
|
|
987
|
+
options?: __HttpHandlerOptions
|
|
988
|
+
): Promise<GetFieldLevelEncryptionCommandOutput>;
|
|
989
|
+
getFieldLevelEncryption(
|
|
990
|
+
args: GetFieldLevelEncryptionCommandInput,
|
|
991
|
+
cb: (err: any, data?: GetFieldLevelEncryptionCommandOutput) => void
|
|
992
|
+
): void;
|
|
993
|
+
getFieldLevelEncryption(
|
|
994
|
+
args: GetFieldLevelEncryptionCommandInput,
|
|
995
|
+
options: __HttpHandlerOptions,
|
|
996
|
+
cb: (err: any, data?: GetFieldLevelEncryptionCommandOutput) => void
|
|
997
|
+
): void;
|
|
998
|
+
|
|
999
|
+
getFieldLevelEncryptionConfig(
|
|
1000
|
+
args: GetFieldLevelEncryptionConfigCommandInput,
|
|
1001
|
+
options?: __HttpHandlerOptions
|
|
1002
|
+
): Promise<GetFieldLevelEncryptionConfigCommandOutput>;
|
|
1003
|
+
getFieldLevelEncryptionConfig(
|
|
1004
|
+
args: GetFieldLevelEncryptionConfigCommandInput,
|
|
1005
|
+
cb: (err: any, data?: GetFieldLevelEncryptionConfigCommandOutput) => void
|
|
1006
|
+
): void;
|
|
1007
|
+
getFieldLevelEncryptionConfig(
|
|
1008
|
+
args: GetFieldLevelEncryptionConfigCommandInput,
|
|
1009
|
+
options: __HttpHandlerOptions,
|
|
1010
|
+
cb: (err: any, data?: GetFieldLevelEncryptionConfigCommandOutput) => void
|
|
1011
|
+
): void;
|
|
1012
|
+
|
|
1013
|
+
getFieldLevelEncryptionProfile(
|
|
1014
|
+
args: GetFieldLevelEncryptionProfileCommandInput,
|
|
1015
|
+
options?: __HttpHandlerOptions
|
|
1016
|
+
): Promise<GetFieldLevelEncryptionProfileCommandOutput>;
|
|
1017
|
+
getFieldLevelEncryptionProfile(
|
|
1018
|
+
args: GetFieldLevelEncryptionProfileCommandInput,
|
|
1019
|
+
cb: (err: any, data?: GetFieldLevelEncryptionProfileCommandOutput) => void
|
|
1020
|
+
): void;
|
|
1021
|
+
getFieldLevelEncryptionProfile(
|
|
1022
|
+
args: GetFieldLevelEncryptionProfileCommandInput,
|
|
1023
|
+
options: __HttpHandlerOptions,
|
|
1024
|
+
cb: (err: any, data?: GetFieldLevelEncryptionProfileCommandOutput) => void
|
|
1025
|
+
): void;
|
|
1026
|
+
|
|
1027
|
+
getFieldLevelEncryptionProfileConfig(
|
|
1028
|
+
args: GetFieldLevelEncryptionProfileConfigCommandInput,
|
|
1029
|
+
options?: __HttpHandlerOptions
|
|
1030
|
+
): Promise<GetFieldLevelEncryptionProfileConfigCommandOutput>;
|
|
1031
|
+
getFieldLevelEncryptionProfileConfig(
|
|
1032
|
+
args: GetFieldLevelEncryptionProfileConfigCommandInput,
|
|
1033
|
+
cb: (
|
|
1034
|
+
err: any,
|
|
1035
|
+
data?: GetFieldLevelEncryptionProfileConfigCommandOutput
|
|
1036
|
+
) => void
|
|
1037
|
+
): void;
|
|
1038
|
+
getFieldLevelEncryptionProfileConfig(
|
|
1039
|
+
args: GetFieldLevelEncryptionProfileConfigCommandInput,
|
|
1040
|
+
options: __HttpHandlerOptions,
|
|
1041
|
+
cb: (
|
|
1042
|
+
err: any,
|
|
1043
|
+
data?: GetFieldLevelEncryptionProfileConfigCommandOutput
|
|
1044
|
+
) => void
|
|
1045
|
+
): void;
|
|
1046
|
+
|
|
1047
|
+
getFunction(
|
|
1048
|
+
args: GetFunctionCommandInput,
|
|
1049
|
+
options?: __HttpHandlerOptions
|
|
1050
|
+
): Promise<GetFunctionCommandOutput>;
|
|
1051
|
+
getFunction(
|
|
1052
|
+
args: GetFunctionCommandInput,
|
|
1053
|
+
cb: (err: any, data?: GetFunctionCommandOutput) => void
|
|
1054
|
+
): void;
|
|
1055
|
+
getFunction(
|
|
1056
|
+
args: GetFunctionCommandInput,
|
|
1057
|
+
options: __HttpHandlerOptions,
|
|
1058
|
+
cb: (err: any, data?: GetFunctionCommandOutput) => void
|
|
1059
|
+
): void;
|
|
1060
|
+
|
|
1061
|
+
getInvalidation(
|
|
1062
|
+
args: GetInvalidationCommandInput,
|
|
1063
|
+
options?: __HttpHandlerOptions
|
|
1064
|
+
): Promise<GetInvalidationCommandOutput>;
|
|
1065
|
+
getInvalidation(
|
|
1066
|
+
args: GetInvalidationCommandInput,
|
|
1067
|
+
cb: (err: any, data?: GetInvalidationCommandOutput) => void
|
|
1068
|
+
): void;
|
|
1069
|
+
getInvalidation(
|
|
1070
|
+
args: GetInvalidationCommandInput,
|
|
1071
|
+
options: __HttpHandlerOptions,
|
|
1072
|
+
cb: (err: any, data?: GetInvalidationCommandOutput) => void
|
|
1073
|
+
): void;
|
|
1074
|
+
|
|
1075
|
+
getKeyGroup(
|
|
1076
|
+
args: GetKeyGroupCommandInput,
|
|
1077
|
+
options?: __HttpHandlerOptions
|
|
1078
|
+
): Promise<GetKeyGroupCommandOutput>;
|
|
1079
|
+
getKeyGroup(
|
|
1080
|
+
args: GetKeyGroupCommandInput,
|
|
1081
|
+
cb: (err: any, data?: GetKeyGroupCommandOutput) => void
|
|
1082
|
+
): void;
|
|
1083
|
+
getKeyGroup(
|
|
1084
|
+
args: GetKeyGroupCommandInput,
|
|
1085
|
+
options: __HttpHandlerOptions,
|
|
1086
|
+
cb: (err: any, data?: GetKeyGroupCommandOutput) => void
|
|
1087
|
+
): void;
|
|
1088
|
+
|
|
1089
|
+
getKeyGroupConfig(
|
|
1090
|
+
args: GetKeyGroupConfigCommandInput,
|
|
1091
|
+
options?: __HttpHandlerOptions
|
|
1092
|
+
): Promise<GetKeyGroupConfigCommandOutput>;
|
|
1093
|
+
getKeyGroupConfig(
|
|
1094
|
+
args: GetKeyGroupConfigCommandInput,
|
|
1095
|
+
cb: (err: any, data?: GetKeyGroupConfigCommandOutput) => void
|
|
1096
|
+
): void;
|
|
1097
|
+
getKeyGroupConfig(
|
|
1098
|
+
args: GetKeyGroupConfigCommandInput,
|
|
1099
|
+
options: __HttpHandlerOptions,
|
|
1100
|
+
cb: (err: any, data?: GetKeyGroupConfigCommandOutput) => void
|
|
1101
|
+
): void;
|
|
1102
|
+
|
|
1103
|
+
getMonitoringSubscription(
|
|
1104
|
+
args: GetMonitoringSubscriptionCommandInput,
|
|
1105
|
+
options?: __HttpHandlerOptions
|
|
1106
|
+
): Promise<GetMonitoringSubscriptionCommandOutput>;
|
|
1107
|
+
getMonitoringSubscription(
|
|
1108
|
+
args: GetMonitoringSubscriptionCommandInput,
|
|
1109
|
+
cb: (err: any, data?: GetMonitoringSubscriptionCommandOutput) => void
|
|
1110
|
+
): void;
|
|
1111
|
+
getMonitoringSubscription(
|
|
1112
|
+
args: GetMonitoringSubscriptionCommandInput,
|
|
1113
|
+
options: __HttpHandlerOptions,
|
|
1114
|
+
cb: (err: any, data?: GetMonitoringSubscriptionCommandOutput) => void
|
|
1115
|
+
): void;
|
|
1116
|
+
|
|
1117
|
+
getOriginAccessControl(
|
|
1118
|
+
args: GetOriginAccessControlCommandInput,
|
|
1119
|
+
options?: __HttpHandlerOptions
|
|
1120
|
+
): Promise<GetOriginAccessControlCommandOutput>;
|
|
1121
|
+
getOriginAccessControl(
|
|
1122
|
+
args: GetOriginAccessControlCommandInput,
|
|
1123
|
+
cb: (err: any, data?: GetOriginAccessControlCommandOutput) => void
|
|
1124
|
+
): void;
|
|
1125
|
+
getOriginAccessControl(
|
|
1126
|
+
args: GetOriginAccessControlCommandInput,
|
|
1127
|
+
options: __HttpHandlerOptions,
|
|
1128
|
+
cb: (err: any, data?: GetOriginAccessControlCommandOutput) => void
|
|
1129
|
+
): void;
|
|
1130
|
+
|
|
1131
|
+
getOriginAccessControlConfig(
|
|
1132
|
+
args: GetOriginAccessControlConfigCommandInput,
|
|
1133
|
+
options?: __HttpHandlerOptions
|
|
1134
|
+
): Promise<GetOriginAccessControlConfigCommandOutput>;
|
|
1135
|
+
getOriginAccessControlConfig(
|
|
1136
|
+
args: GetOriginAccessControlConfigCommandInput,
|
|
1137
|
+
cb: (err: any, data?: GetOriginAccessControlConfigCommandOutput) => void
|
|
1138
|
+
): void;
|
|
1139
|
+
getOriginAccessControlConfig(
|
|
1140
|
+
args: GetOriginAccessControlConfigCommandInput,
|
|
1141
|
+
options: __HttpHandlerOptions,
|
|
1142
|
+
cb: (err: any, data?: GetOriginAccessControlConfigCommandOutput) => void
|
|
1143
|
+
): void;
|
|
1144
|
+
|
|
1145
|
+
getOriginRequestPolicy(
|
|
1146
|
+
args: GetOriginRequestPolicyCommandInput,
|
|
1147
|
+
options?: __HttpHandlerOptions
|
|
1148
|
+
): Promise<GetOriginRequestPolicyCommandOutput>;
|
|
1149
|
+
getOriginRequestPolicy(
|
|
1150
|
+
args: GetOriginRequestPolicyCommandInput,
|
|
1151
|
+
cb: (err: any, data?: GetOriginRequestPolicyCommandOutput) => void
|
|
1152
|
+
): void;
|
|
1153
|
+
getOriginRequestPolicy(
|
|
1154
|
+
args: GetOriginRequestPolicyCommandInput,
|
|
1155
|
+
options: __HttpHandlerOptions,
|
|
1156
|
+
cb: (err: any, data?: GetOriginRequestPolicyCommandOutput) => void
|
|
1157
|
+
): void;
|
|
1158
|
+
|
|
1159
|
+
getOriginRequestPolicyConfig(
|
|
1160
|
+
args: GetOriginRequestPolicyConfigCommandInput,
|
|
1161
|
+
options?: __HttpHandlerOptions
|
|
1162
|
+
): Promise<GetOriginRequestPolicyConfigCommandOutput>;
|
|
1163
|
+
getOriginRequestPolicyConfig(
|
|
1164
|
+
args: GetOriginRequestPolicyConfigCommandInput,
|
|
1165
|
+
cb: (err: any, data?: GetOriginRequestPolicyConfigCommandOutput) => void
|
|
1166
|
+
): void;
|
|
1167
|
+
getOriginRequestPolicyConfig(
|
|
1168
|
+
args: GetOriginRequestPolicyConfigCommandInput,
|
|
1169
|
+
options: __HttpHandlerOptions,
|
|
1170
|
+
cb: (err: any, data?: GetOriginRequestPolicyConfigCommandOutput) => void
|
|
1171
|
+
): void;
|
|
1172
|
+
|
|
1173
|
+
getPublicKey(
|
|
1174
|
+
args: GetPublicKeyCommandInput,
|
|
1175
|
+
options?: __HttpHandlerOptions
|
|
1176
|
+
): Promise<GetPublicKeyCommandOutput>;
|
|
1177
|
+
getPublicKey(
|
|
1178
|
+
args: GetPublicKeyCommandInput,
|
|
1179
|
+
cb: (err: any, data?: GetPublicKeyCommandOutput) => void
|
|
1180
|
+
): void;
|
|
1181
|
+
getPublicKey(
|
|
1182
|
+
args: GetPublicKeyCommandInput,
|
|
1183
|
+
options: __HttpHandlerOptions,
|
|
1184
|
+
cb: (err: any, data?: GetPublicKeyCommandOutput) => void
|
|
1185
|
+
): void;
|
|
1186
|
+
|
|
1187
|
+
getPublicKeyConfig(
|
|
1188
|
+
args: GetPublicKeyConfigCommandInput,
|
|
1189
|
+
options?: __HttpHandlerOptions
|
|
1190
|
+
): Promise<GetPublicKeyConfigCommandOutput>;
|
|
1191
|
+
getPublicKeyConfig(
|
|
1192
|
+
args: GetPublicKeyConfigCommandInput,
|
|
1193
|
+
cb: (err: any, data?: GetPublicKeyConfigCommandOutput) => void
|
|
1194
|
+
): void;
|
|
1195
|
+
getPublicKeyConfig(
|
|
1196
|
+
args: GetPublicKeyConfigCommandInput,
|
|
1197
|
+
options: __HttpHandlerOptions,
|
|
1198
|
+
cb: (err: any, data?: GetPublicKeyConfigCommandOutput) => void
|
|
1199
|
+
): void;
|
|
1200
|
+
|
|
1201
|
+
getRealtimeLogConfig(
|
|
1202
|
+
args: GetRealtimeLogConfigCommandInput,
|
|
1203
|
+
options?: __HttpHandlerOptions
|
|
1204
|
+
): Promise<GetRealtimeLogConfigCommandOutput>;
|
|
1205
|
+
getRealtimeLogConfig(
|
|
1206
|
+
args: GetRealtimeLogConfigCommandInput,
|
|
1207
|
+
cb: (err: any, data?: GetRealtimeLogConfigCommandOutput) => void
|
|
1208
|
+
): void;
|
|
1209
|
+
getRealtimeLogConfig(
|
|
1210
|
+
args: GetRealtimeLogConfigCommandInput,
|
|
1211
|
+
options: __HttpHandlerOptions,
|
|
1212
|
+
cb: (err: any, data?: GetRealtimeLogConfigCommandOutput) => void
|
|
1213
|
+
): void;
|
|
1214
|
+
|
|
1215
|
+
getResponseHeadersPolicy(
|
|
1216
|
+
args: GetResponseHeadersPolicyCommandInput,
|
|
1217
|
+
options?: __HttpHandlerOptions
|
|
1218
|
+
): Promise<GetResponseHeadersPolicyCommandOutput>;
|
|
1219
|
+
getResponseHeadersPolicy(
|
|
1220
|
+
args: GetResponseHeadersPolicyCommandInput,
|
|
1221
|
+
cb: (err: any, data?: GetResponseHeadersPolicyCommandOutput) => void
|
|
1222
|
+
): void;
|
|
1223
|
+
getResponseHeadersPolicy(
|
|
1224
|
+
args: GetResponseHeadersPolicyCommandInput,
|
|
1225
|
+
options: __HttpHandlerOptions,
|
|
1226
|
+
cb: (err: any, data?: GetResponseHeadersPolicyCommandOutput) => void
|
|
1227
|
+
): void;
|
|
1228
|
+
|
|
1229
|
+
getResponseHeadersPolicyConfig(
|
|
1230
|
+
args: GetResponseHeadersPolicyConfigCommandInput,
|
|
1231
|
+
options?: __HttpHandlerOptions
|
|
1232
|
+
): Promise<GetResponseHeadersPolicyConfigCommandOutput>;
|
|
1233
|
+
getResponseHeadersPolicyConfig(
|
|
1234
|
+
args: GetResponseHeadersPolicyConfigCommandInput,
|
|
1235
|
+
cb: (err: any, data?: GetResponseHeadersPolicyConfigCommandOutput) => void
|
|
1236
|
+
): void;
|
|
1237
|
+
getResponseHeadersPolicyConfig(
|
|
1238
|
+
args: GetResponseHeadersPolicyConfigCommandInput,
|
|
1239
|
+
options: __HttpHandlerOptions,
|
|
1240
|
+
cb: (err: any, data?: GetResponseHeadersPolicyConfigCommandOutput) => void
|
|
1241
|
+
): void;
|
|
1242
|
+
|
|
1243
|
+
getStreamingDistribution(
|
|
1244
|
+
args: GetStreamingDistributionCommandInput,
|
|
1245
|
+
options?: __HttpHandlerOptions
|
|
1246
|
+
): Promise<GetStreamingDistributionCommandOutput>;
|
|
1247
|
+
getStreamingDistribution(
|
|
1248
|
+
args: GetStreamingDistributionCommandInput,
|
|
1249
|
+
cb: (err: any, data?: GetStreamingDistributionCommandOutput) => void
|
|
1250
|
+
): void;
|
|
1251
|
+
getStreamingDistribution(
|
|
1252
|
+
args: GetStreamingDistributionCommandInput,
|
|
1253
|
+
options: __HttpHandlerOptions,
|
|
1254
|
+
cb: (err: any, data?: GetStreamingDistributionCommandOutput) => void
|
|
1255
|
+
): void;
|
|
1256
|
+
|
|
1257
|
+
getStreamingDistributionConfig(
|
|
1258
|
+
args: GetStreamingDistributionConfigCommandInput,
|
|
1259
|
+
options?: __HttpHandlerOptions
|
|
1260
|
+
): Promise<GetStreamingDistributionConfigCommandOutput>;
|
|
1261
|
+
getStreamingDistributionConfig(
|
|
1262
|
+
args: GetStreamingDistributionConfigCommandInput,
|
|
1263
|
+
cb: (err: any, data?: GetStreamingDistributionConfigCommandOutput) => void
|
|
1264
|
+
): void;
|
|
1265
|
+
getStreamingDistributionConfig(
|
|
1266
|
+
args: GetStreamingDistributionConfigCommandInput,
|
|
1267
|
+
options: __HttpHandlerOptions,
|
|
1268
|
+
cb: (err: any, data?: GetStreamingDistributionConfigCommandOutput) => void
|
|
1269
|
+
): void;
|
|
1270
|
+
|
|
1271
|
+
listCachePolicies(
|
|
1272
|
+
args: ListCachePoliciesCommandInput,
|
|
1273
|
+
options?: __HttpHandlerOptions
|
|
1274
|
+
): Promise<ListCachePoliciesCommandOutput>;
|
|
1275
|
+
listCachePolicies(
|
|
1276
|
+
args: ListCachePoliciesCommandInput,
|
|
1277
|
+
cb: (err: any, data?: ListCachePoliciesCommandOutput) => void
|
|
1278
|
+
): void;
|
|
1279
|
+
listCachePolicies(
|
|
1280
|
+
args: ListCachePoliciesCommandInput,
|
|
1281
|
+
options: __HttpHandlerOptions,
|
|
1282
|
+
cb: (err: any, data?: ListCachePoliciesCommandOutput) => void
|
|
1283
|
+
): void;
|
|
1284
|
+
|
|
1285
|
+
listCloudFrontOriginAccessIdentities(
|
|
1286
|
+
args: ListCloudFrontOriginAccessIdentitiesCommandInput,
|
|
1287
|
+
options?: __HttpHandlerOptions
|
|
1288
|
+
): Promise<ListCloudFrontOriginAccessIdentitiesCommandOutput>;
|
|
1289
|
+
listCloudFrontOriginAccessIdentities(
|
|
1290
|
+
args: ListCloudFrontOriginAccessIdentitiesCommandInput,
|
|
1291
|
+
cb: (
|
|
1292
|
+
err: any,
|
|
1293
|
+
data?: ListCloudFrontOriginAccessIdentitiesCommandOutput
|
|
1294
|
+
) => void
|
|
1295
|
+
): void;
|
|
1296
|
+
listCloudFrontOriginAccessIdentities(
|
|
1297
|
+
args: ListCloudFrontOriginAccessIdentitiesCommandInput,
|
|
1298
|
+
options: __HttpHandlerOptions,
|
|
1299
|
+
cb: (
|
|
1300
|
+
err: any,
|
|
1301
|
+
data?: ListCloudFrontOriginAccessIdentitiesCommandOutput
|
|
1302
|
+
) => void
|
|
1303
|
+
): void;
|
|
1304
|
+
|
|
1305
|
+
listConflictingAliases(
|
|
1306
|
+
args: ListConflictingAliasesCommandInput,
|
|
1307
|
+
options?: __HttpHandlerOptions
|
|
1308
|
+
): Promise<ListConflictingAliasesCommandOutput>;
|
|
1309
|
+
listConflictingAliases(
|
|
1310
|
+
args: ListConflictingAliasesCommandInput,
|
|
1311
|
+
cb: (err: any, data?: ListConflictingAliasesCommandOutput) => void
|
|
1312
|
+
): void;
|
|
1313
|
+
listConflictingAliases(
|
|
1314
|
+
args: ListConflictingAliasesCommandInput,
|
|
1315
|
+
options: __HttpHandlerOptions,
|
|
1316
|
+
cb: (err: any, data?: ListConflictingAliasesCommandOutput) => void
|
|
1317
|
+
): void;
|
|
1318
|
+
|
|
1319
|
+
listDistributions(
|
|
1320
|
+
args: ListDistributionsCommandInput,
|
|
1321
|
+
options?: __HttpHandlerOptions
|
|
1322
|
+
): Promise<ListDistributionsCommandOutput>;
|
|
1323
|
+
listDistributions(
|
|
1324
|
+
args: ListDistributionsCommandInput,
|
|
1325
|
+
cb: (err: any, data?: ListDistributionsCommandOutput) => void
|
|
1326
|
+
): void;
|
|
1327
|
+
listDistributions(
|
|
1328
|
+
args: ListDistributionsCommandInput,
|
|
1329
|
+
options: __HttpHandlerOptions,
|
|
1330
|
+
cb: (err: any, data?: ListDistributionsCommandOutput) => void
|
|
1331
|
+
): void;
|
|
1332
|
+
|
|
1333
|
+
listDistributionsByCachePolicyId(
|
|
1334
|
+
args: ListDistributionsByCachePolicyIdCommandInput,
|
|
1335
|
+
options?: __HttpHandlerOptions
|
|
1336
|
+
): Promise<ListDistributionsByCachePolicyIdCommandOutput>;
|
|
1337
|
+
listDistributionsByCachePolicyId(
|
|
1338
|
+
args: ListDistributionsByCachePolicyIdCommandInput,
|
|
1339
|
+
cb: (err: any, data?: ListDistributionsByCachePolicyIdCommandOutput) => void
|
|
1340
|
+
): void;
|
|
1341
|
+
listDistributionsByCachePolicyId(
|
|
1342
|
+
args: ListDistributionsByCachePolicyIdCommandInput,
|
|
1343
|
+
options: __HttpHandlerOptions,
|
|
1344
|
+
cb: (err: any, data?: ListDistributionsByCachePolicyIdCommandOutput) => void
|
|
1345
|
+
): void;
|
|
1346
|
+
|
|
1347
|
+
listDistributionsByKeyGroup(
|
|
1348
|
+
args: ListDistributionsByKeyGroupCommandInput,
|
|
1349
|
+
options?: __HttpHandlerOptions
|
|
1350
|
+
): Promise<ListDistributionsByKeyGroupCommandOutput>;
|
|
1351
|
+
listDistributionsByKeyGroup(
|
|
1352
|
+
args: ListDistributionsByKeyGroupCommandInput,
|
|
1353
|
+
cb: (err: any, data?: ListDistributionsByKeyGroupCommandOutput) => void
|
|
1354
|
+
): void;
|
|
1355
|
+
listDistributionsByKeyGroup(
|
|
1356
|
+
args: ListDistributionsByKeyGroupCommandInput,
|
|
1357
|
+
options: __HttpHandlerOptions,
|
|
1358
|
+
cb: (err: any, data?: ListDistributionsByKeyGroupCommandOutput) => void
|
|
1359
|
+
): void;
|
|
1360
|
+
|
|
1361
|
+
listDistributionsByOriginRequestPolicyId(
|
|
1362
|
+
args: ListDistributionsByOriginRequestPolicyIdCommandInput,
|
|
1363
|
+
options?: __HttpHandlerOptions
|
|
1364
|
+
): Promise<ListDistributionsByOriginRequestPolicyIdCommandOutput>;
|
|
1365
|
+
listDistributionsByOriginRequestPolicyId(
|
|
1366
|
+
args: ListDistributionsByOriginRequestPolicyIdCommandInput,
|
|
1367
|
+
cb: (
|
|
1368
|
+
err: any,
|
|
1369
|
+
data?: ListDistributionsByOriginRequestPolicyIdCommandOutput
|
|
1370
|
+
) => void
|
|
1371
|
+
): void;
|
|
1372
|
+
listDistributionsByOriginRequestPolicyId(
|
|
1373
|
+
args: ListDistributionsByOriginRequestPolicyIdCommandInput,
|
|
1374
|
+
options: __HttpHandlerOptions,
|
|
1375
|
+
cb: (
|
|
1376
|
+
err: any,
|
|
1377
|
+
data?: ListDistributionsByOriginRequestPolicyIdCommandOutput
|
|
1378
|
+
) => void
|
|
1379
|
+
): void;
|
|
1380
|
+
|
|
1381
|
+
listDistributionsByRealtimeLogConfig(
|
|
1382
|
+
args: ListDistributionsByRealtimeLogConfigCommandInput,
|
|
1383
|
+
options?: __HttpHandlerOptions
|
|
1384
|
+
): Promise<ListDistributionsByRealtimeLogConfigCommandOutput>;
|
|
1385
|
+
listDistributionsByRealtimeLogConfig(
|
|
1386
|
+
args: ListDistributionsByRealtimeLogConfigCommandInput,
|
|
1387
|
+
cb: (
|
|
1388
|
+
err: any,
|
|
1389
|
+
data?: ListDistributionsByRealtimeLogConfigCommandOutput
|
|
1390
|
+
) => void
|
|
1391
|
+
): void;
|
|
1392
|
+
listDistributionsByRealtimeLogConfig(
|
|
1393
|
+
args: ListDistributionsByRealtimeLogConfigCommandInput,
|
|
1394
|
+
options: __HttpHandlerOptions,
|
|
1395
|
+
cb: (
|
|
1396
|
+
err: any,
|
|
1397
|
+
data?: ListDistributionsByRealtimeLogConfigCommandOutput
|
|
1398
|
+
) => void
|
|
1399
|
+
): void;
|
|
1400
|
+
|
|
1401
|
+
listDistributionsByResponseHeadersPolicyId(
|
|
1402
|
+
args: ListDistributionsByResponseHeadersPolicyIdCommandInput,
|
|
1403
|
+
options?: __HttpHandlerOptions
|
|
1404
|
+
): Promise<ListDistributionsByResponseHeadersPolicyIdCommandOutput>;
|
|
1405
|
+
listDistributionsByResponseHeadersPolicyId(
|
|
1406
|
+
args: ListDistributionsByResponseHeadersPolicyIdCommandInput,
|
|
1407
|
+
cb: (
|
|
1408
|
+
err: any,
|
|
1409
|
+
data?: ListDistributionsByResponseHeadersPolicyIdCommandOutput
|
|
1410
|
+
) => void
|
|
1411
|
+
): void;
|
|
1412
|
+
listDistributionsByResponseHeadersPolicyId(
|
|
1413
|
+
args: ListDistributionsByResponseHeadersPolicyIdCommandInput,
|
|
1414
|
+
options: __HttpHandlerOptions,
|
|
1415
|
+
cb: (
|
|
1416
|
+
err: any,
|
|
1417
|
+
data?: ListDistributionsByResponseHeadersPolicyIdCommandOutput
|
|
1418
|
+
) => void
|
|
1419
|
+
): void;
|
|
1420
|
+
|
|
1421
|
+
listDistributionsByWebACLId(
|
|
1422
|
+
args: ListDistributionsByWebACLIdCommandInput,
|
|
1423
|
+
options?: __HttpHandlerOptions
|
|
1424
|
+
): Promise<ListDistributionsByWebACLIdCommandOutput>;
|
|
1425
|
+
listDistributionsByWebACLId(
|
|
1426
|
+
args: ListDistributionsByWebACLIdCommandInput,
|
|
1427
|
+
cb: (err: any, data?: ListDistributionsByWebACLIdCommandOutput) => void
|
|
1428
|
+
): void;
|
|
1429
|
+
listDistributionsByWebACLId(
|
|
1430
|
+
args: ListDistributionsByWebACLIdCommandInput,
|
|
1431
|
+
options: __HttpHandlerOptions,
|
|
1432
|
+
cb: (err: any, data?: ListDistributionsByWebACLIdCommandOutput) => void
|
|
1433
|
+
): void;
|
|
1434
|
+
|
|
1435
|
+
listFieldLevelEncryptionConfigs(
|
|
1436
|
+
args: ListFieldLevelEncryptionConfigsCommandInput,
|
|
1437
|
+
options?: __HttpHandlerOptions
|
|
1438
|
+
): Promise<ListFieldLevelEncryptionConfigsCommandOutput>;
|
|
1439
|
+
listFieldLevelEncryptionConfigs(
|
|
1440
|
+
args: ListFieldLevelEncryptionConfigsCommandInput,
|
|
1441
|
+
cb: (err: any, data?: ListFieldLevelEncryptionConfigsCommandOutput) => void
|
|
1442
|
+
): void;
|
|
1443
|
+
listFieldLevelEncryptionConfigs(
|
|
1444
|
+
args: ListFieldLevelEncryptionConfigsCommandInput,
|
|
1445
|
+
options: __HttpHandlerOptions,
|
|
1446
|
+
cb: (err: any, data?: ListFieldLevelEncryptionConfigsCommandOutput) => void
|
|
1447
|
+
): void;
|
|
1448
|
+
|
|
1449
|
+
listFieldLevelEncryptionProfiles(
|
|
1450
|
+
args: ListFieldLevelEncryptionProfilesCommandInput,
|
|
1451
|
+
options?: __HttpHandlerOptions
|
|
1452
|
+
): Promise<ListFieldLevelEncryptionProfilesCommandOutput>;
|
|
1453
|
+
listFieldLevelEncryptionProfiles(
|
|
1454
|
+
args: ListFieldLevelEncryptionProfilesCommandInput,
|
|
1455
|
+
cb: (err: any, data?: ListFieldLevelEncryptionProfilesCommandOutput) => void
|
|
1456
|
+
): void;
|
|
1457
|
+
listFieldLevelEncryptionProfiles(
|
|
1458
|
+
args: ListFieldLevelEncryptionProfilesCommandInput,
|
|
1459
|
+
options: __HttpHandlerOptions,
|
|
1460
|
+
cb: (err: any, data?: ListFieldLevelEncryptionProfilesCommandOutput) => void
|
|
1461
|
+
): void;
|
|
1462
|
+
|
|
1463
|
+
listFunctions(
|
|
1464
|
+
args: ListFunctionsCommandInput,
|
|
1465
|
+
options?: __HttpHandlerOptions
|
|
1466
|
+
): Promise<ListFunctionsCommandOutput>;
|
|
1467
|
+
listFunctions(
|
|
1468
|
+
args: ListFunctionsCommandInput,
|
|
1469
|
+
cb: (err: any, data?: ListFunctionsCommandOutput) => void
|
|
1470
|
+
): void;
|
|
1471
|
+
listFunctions(
|
|
1472
|
+
args: ListFunctionsCommandInput,
|
|
1473
|
+
options: __HttpHandlerOptions,
|
|
1474
|
+
cb: (err: any, data?: ListFunctionsCommandOutput) => void
|
|
1475
|
+
): void;
|
|
1476
|
+
|
|
1477
|
+
listInvalidations(
|
|
1478
|
+
args: ListInvalidationsCommandInput,
|
|
1479
|
+
options?: __HttpHandlerOptions
|
|
1480
|
+
): Promise<ListInvalidationsCommandOutput>;
|
|
1481
|
+
listInvalidations(
|
|
1482
|
+
args: ListInvalidationsCommandInput,
|
|
1483
|
+
cb: (err: any, data?: ListInvalidationsCommandOutput) => void
|
|
1484
|
+
): void;
|
|
1485
|
+
listInvalidations(
|
|
1486
|
+
args: ListInvalidationsCommandInput,
|
|
1487
|
+
options: __HttpHandlerOptions,
|
|
1488
|
+
cb: (err: any, data?: ListInvalidationsCommandOutput) => void
|
|
1489
|
+
): void;
|
|
1490
|
+
|
|
1491
|
+
listKeyGroups(
|
|
1492
|
+
args: ListKeyGroupsCommandInput,
|
|
1493
|
+
options?: __HttpHandlerOptions
|
|
1494
|
+
): Promise<ListKeyGroupsCommandOutput>;
|
|
1495
|
+
listKeyGroups(
|
|
1496
|
+
args: ListKeyGroupsCommandInput,
|
|
1497
|
+
cb: (err: any, data?: ListKeyGroupsCommandOutput) => void
|
|
1498
|
+
): void;
|
|
1499
|
+
listKeyGroups(
|
|
1500
|
+
args: ListKeyGroupsCommandInput,
|
|
1501
|
+
options: __HttpHandlerOptions,
|
|
1502
|
+
cb: (err: any, data?: ListKeyGroupsCommandOutput) => void
|
|
1503
|
+
): void;
|
|
1504
|
+
|
|
1505
|
+
listOriginAccessControls(
|
|
1506
|
+
args: ListOriginAccessControlsCommandInput,
|
|
1507
|
+
options?: __HttpHandlerOptions
|
|
1508
|
+
): Promise<ListOriginAccessControlsCommandOutput>;
|
|
1509
|
+
listOriginAccessControls(
|
|
1510
|
+
args: ListOriginAccessControlsCommandInput,
|
|
1511
|
+
cb: (err: any, data?: ListOriginAccessControlsCommandOutput) => void
|
|
1512
|
+
): void;
|
|
1513
|
+
listOriginAccessControls(
|
|
1514
|
+
args: ListOriginAccessControlsCommandInput,
|
|
1515
|
+
options: __HttpHandlerOptions,
|
|
1516
|
+
cb: (err: any, data?: ListOriginAccessControlsCommandOutput) => void
|
|
1517
|
+
): void;
|
|
1518
|
+
|
|
1519
|
+
listOriginRequestPolicies(
|
|
1520
|
+
args: ListOriginRequestPoliciesCommandInput,
|
|
1521
|
+
options?: __HttpHandlerOptions
|
|
1522
|
+
): Promise<ListOriginRequestPoliciesCommandOutput>;
|
|
1523
|
+
listOriginRequestPolicies(
|
|
1524
|
+
args: ListOriginRequestPoliciesCommandInput,
|
|
1525
|
+
cb: (err: any, data?: ListOriginRequestPoliciesCommandOutput) => void
|
|
1526
|
+
): void;
|
|
1527
|
+
listOriginRequestPolicies(
|
|
1528
|
+
args: ListOriginRequestPoliciesCommandInput,
|
|
1529
|
+
options: __HttpHandlerOptions,
|
|
1530
|
+
cb: (err: any, data?: ListOriginRequestPoliciesCommandOutput) => void
|
|
1531
|
+
): void;
|
|
1532
|
+
|
|
1533
|
+
listPublicKeys(
|
|
1534
|
+
args: ListPublicKeysCommandInput,
|
|
1535
|
+
options?: __HttpHandlerOptions
|
|
1536
|
+
): Promise<ListPublicKeysCommandOutput>;
|
|
1537
|
+
listPublicKeys(
|
|
1538
|
+
args: ListPublicKeysCommandInput,
|
|
1539
|
+
cb: (err: any, data?: ListPublicKeysCommandOutput) => void
|
|
1540
|
+
): void;
|
|
1541
|
+
listPublicKeys(
|
|
1542
|
+
args: ListPublicKeysCommandInput,
|
|
1543
|
+
options: __HttpHandlerOptions,
|
|
1544
|
+
cb: (err: any, data?: ListPublicKeysCommandOutput) => void
|
|
1545
|
+
): void;
|
|
1546
|
+
|
|
1547
|
+
listRealtimeLogConfigs(
|
|
1548
|
+
args: ListRealtimeLogConfigsCommandInput,
|
|
1549
|
+
options?: __HttpHandlerOptions
|
|
1550
|
+
): Promise<ListRealtimeLogConfigsCommandOutput>;
|
|
1551
|
+
listRealtimeLogConfigs(
|
|
1552
|
+
args: ListRealtimeLogConfigsCommandInput,
|
|
1553
|
+
cb: (err: any, data?: ListRealtimeLogConfigsCommandOutput) => void
|
|
1554
|
+
): void;
|
|
1555
|
+
listRealtimeLogConfigs(
|
|
1556
|
+
args: ListRealtimeLogConfigsCommandInput,
|
|
1557
|
+
options: __HttpHandlerOptions,
|
|
1558
|
+
cb: (err: any, data?: ListRealtimeLogConfigsCommandOutput) => void
|
|
1559
|
+
): void;
|
|
1560
|
+
|
|
1561
|
+
listResponseHeadersPolicies(
|
|
1562
|
+
args: ListResponseHeadersPoliciesCommandInput,
|
|
1563
|
+
options?: __HttpHandlerOptions
|
|
1564
|
+
): Promise<ListResponseHeadersPoliciesCommandOutput>;
|
|
1565
|
+
listResponseHeadersPolicies(
|
|
1566
|
+
args: ListResponseHeadersPoliciesCommandInput,
|
|
1567
|
+
cb: (err: any, data?: ListResponseHeadersPoliciesCommandOutput) => void
|
|
1568
|
+
): void;
|
|
1569
|
+
listResponseHeadersPolicies(
|
|
1570
|
+
args: ListResponseHeadersPoliciesCommandInput,
|
|
1571
|
+
options: __HttpHandlerOptions,
|
|
1572
|
+
cb: (err: any, data?: ListResponseHeadersPoliciesCommandOutput) => void
|
|
1573
|
+
): void;
|
|
1574
|
+
|
|
1575
|
+
listStreamingDistributions(
|
|
1576
|
+
args: ListStreamingDistributionsCommandInput,
|
|
1577
|
+
options?: __HttpHandlerOptions
|
|
1578
|
+
): Promise<ListStreamingDistributionsCommandOutput>;
|
|
1579
|
+
listStreamingDistributions(
|
|
1580
|
+
args: ListStreamingDistributionsCommandInput,
|
|
1581
|
+
cb: (err: any, data?: ListStreamingDistributionsCommandOutput) => void
|
|
1582
|
+
): void;
|
|
1583
|
+
listStreamingDistributions(
|
|
1584
|
+
args: ListStreamingDistributionsCommandInput,
|
|
1585
|
+
options: __HttpHandlerOptions,
|
|
1586
|
+
cb: (err: any, data?: ListStreamingDistributionsCommandOutput) => void
|
|
1587
|
+
): void;
|
|
1588
|
+
|
|
1589
|
+
listTagsForResource(
|
|
1590
|
+
args: ListTagsForResourceCommandInput,
|
|
1591
|
+
options?: __HttpHandlerOptions
|
|
1592
|
+
): Promise<ListTagsForResourceCommandOutput>;
|
|
1593
|
+
listTagsForResource(
|
|
1594
|
+
args: ListTagsForResourceCommandInput,
|
|
1595
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1596
|
+
): void;
|
|
1597
|
+
listTagsForResource(
|
|
1598
|
+
args: ListTagsForResourceCommandInput,
|
|
1599
|
+
options: __HttpHandlerOptions,
|
|
1600
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1601
|
+
): void;
|
|
1602
|
+
|
|
1603
|
+
publishFunction(
|
|
1604
|
+
args: PublishFunctionCommandInput,
|
|
1605
|
+
options?: __HttpHandlerOptions
|
|
1606
|
+
): Promise<PublishFunctionCommandOutput>;
|
|
1607
|
+
publishFunction(
|
|
1608
|
+
args: PublishFunctionCommandInput,
|
|
1609
|
+
cb: (err: any, data?: PublishFunctionCommandOutput) => void
|
|
1610
|
+
): void;
|
|
1611
|
+
publishFunction(
|
|
1612
|
+
args: PublishFunctionCommandInput,
|
|
1613
|
+
options: __HttpHandlerOptions,
|
|
1614
|
+
cb: (err: any, data?: PublishFunctionCommandOutput) => void
|
|
1615
|
+
): void;
|
|
1616
|
+
|
|
1617
|
+
tagResource(
|
|
1618
|
+
args: TagResourceCommandInput,
|
|
1619
|
+
options?: __HttpHandlerOptions
|
|
1620
|
+
): Promise<TagResourceCommandOutput>;
|
|
1621
|
+
tagResource(
|
|
1622
|
+
args: TagResourceCommandInput,
|
|
1623
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
1624
|
+
): void;
|
|
1625
|
+
tagResource(
|
|
1626
|
+
args: TagResourceCommandInput,
|
|
1627
|
+
options: __HttpHandlerOptions,
|
|
1628
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
1629
|
+
): void;
|
|
1630
|
+
|
|
1631
|
+
testFunction(
|
|
1632
|
+
args: TestFunctionCommandInput,
|
|
1633
|
+
options?: __HttpHandlerOptions
|
|
1634
|
+
): Promise<TestFunctionCommandOutput>;
|
|
1635
|
+
testFunction(
|
|
1636
|
+
args: TestFunctionCommandInput,
|
|
1637
|
+
cb: (err: any, data?: TestFunctionCommandOutput) => void
|
|
1638
|
+
): void;
|
|
1639
|
+
testFunction(
|
|
1640
|
+
args: TestFunctionCommandInput,
|
|
1641
|
+
options: __HttpHandlerOptions,
|
|
1642
|
+
cb: (err: any, data?: TestFunctionCommandOutput) => void
|
|
1643
|
+
): void;
|
|
1644
|
+
|
|
1645
|
+
untagResource(
|
|
1646
|
+
args: UntagResourceCommandInput,
|
|
1647
|
+
options?: __HttpHandlerOptions
|
|
1648
|
+
): Promise<UntagResourceCommandOutput>;
|
|
1649
|
+
untagResource(
|
|
1650
|
+
args: UntagResourceCommandInput,
|
|
1651
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1652
|
+
): void;
|
|
1653
|
+
untagResource(
|
|
1654
|
+
args: UntagResourceCommandInput,
|
|
1655
|
+
options: __HttpHandlerOptions,
|
|
1656
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1657
|
+
): void;
|
|
1658
|
+
|
|
1659
|
+
updateCachePolicy(
|
|
1660
|
+
args: UpdateCachePolicyCommandInput,
|
|
1661
|
+
options?: __HttpHandlerOptions
|
|
1662
|
+
): Promise<UpdateCachePolicyCommandOutput>;
|
|
1663
|
+
updateCachePolicy(
|
|
1664
|
+
args: UpdateCachePolicyCommandInput,
|
|
1665
|
+
cb: (err: any, data?: UpdateCachePolicyCommandOutput) => void
|
|
1666
|
+
): void;
|
|
1667
|
+
updateCachePolicy(
|
|
1668
|
+
args: UpdateCachePolicyCommandInput,
|
|
1669
|
+
options: __HttpHandlerOptions,
|
|
1670
|
+
cb: (err: any, data?: UpdateCachePolicyCommandOutput) => void
|
|
1671
|
+
): void;
|
|
1672
|
+
|
|
1673
|
+
updateCloudFrontOriginAccessIdentity(
|
|
1674
|
+
args: UpdateCloudFrontOriginAccessIdentityCommandInput,
|
|
1675
|
+
options?: __HttpHandlerOptions
|
|
1676
|
+
): Promise<UpdateCloudFrontOriginAccessIdentityCommandOutput>;
|
|
1677
|
+
updateCloudFrontOriginAccessIdentity(
|
|
1678
|
+
args: UpdateCloudFrontOriginAccessIdentityCommandInput,
|
|
1679
|
+
cb: (
|
|
1680
|
+
err: any,
|
|
1681
|
+
data?: UpdateCloudFrontOriginAccessIdentityCommandOutput
|
|
1682
|
+
) => void
|
|
1683
|
+
): void;
|
|
1684
|
+
updateCloudFrontOriginAccessIdentity(
|
|
1685
|
+
args: UpdateCloudFrontOriginAccessIdentityCommandInput,
|
|
1686
|
+
options: __HttpHandlerOptions,
|
|
1687
|
+
cb: (
|
|
1688
|
+
err: any,
|
|
1689
|
+
data?: UpdateCloudFrontOriginAccessIdentityCommandOutput
|
|
1690
|
+
) => void
|
|
1691
|
+
): void;
|
|
1692
|
+
|
|
1693
|
+
updateDistribution(
|
|
1694
|
+
args: UpdateDistributionCommandInput,
|
|
1695
|
+
options?: __HttpHandlerOptions
|
|
1696
|
+
): Promise<UpdateDistributionCommandOutput>;
|
|
1697
|
+
updateDistribution(
|
|
1698
|
+
args: UpdateDistributionCommandInput,
|
|
1699
|
+
cb: (err: any, data?: UpdateDistributionCommandOutput) => void
|
|
1700
|
+
): void;
|
|
1701
|
+
updateDistribution(
|
|
1702
|
+
args: UpdateDistributionCommandInput,
|
|
1703
|
+
options: __HttpHandlerOptions,
|
|
1704
|
+
cb: (err: any, data?: UpdateDistributionCommandOutput) => void
|
|
1705
|
+
): void;
|
|
1706
|
+
|
|
1707
|
+
updateFieldLevelEncryptionConfig(
|
|
1708
|
+
args: UpdateFieldLevelEncryptionConfigCommandInput,
|
|
1709
|
+
options?: __HttpHandlerOptions
|
|
1710
|
+
): Promise<UpdateFieldLevelEncryptionConfigCommandOutput>;
|
|
1711
|
+
updateFieldLevelEncryptionConfig(
|
|
1712
|
+
args: UpdateFieldLevelEncryptionConfigCommandInput,
|
|
1713
|
+
cb: (err: any, data?: UpdateFieldLevelEncryptionConfigCommandOutput) => void
|
|
1714
|
+
): void;
|
|
1715
|
+
updateFieldLevelEncryptionConfig(
|
|
1716
|
+
args: UpdateFieldLevelEncryptionConfigCommandInput,
|
|
1717
|
+
options: __HttpHandlerOptions,
|
|
1718
|
+
cb: (err: any, data?: UpdateFieldLevelEncryptionConfigCommandOutput) => void
|
|
1719
|
+
): void;
|
|
1720
|
+
|
|
1721
|
+
updateFieldLevelEncryptionProfile(
|
|
1722
|
+
args: UpdateFieldLevelEncryptionProfileCommandInput,
|
|
1723
|
+
options?: __HttpHandlerOptions
|
|
1724
|
+
): Promise<UpdateFieldLevelEncryptionProfileCommandOutput>;
|
|
1725
|
+
updateFieldLevelEncryptionProfile(
|
|
1726
|
+
args: UpdateFieldLevelEncryptionProfileCommandInput,
|
|
1727
|
+
cb: (
|
|
1728
|
+
err: any,
|
|
1729
|
+
data?: UpdateFieldLevelEncryptionProfileCommandOutput
|
|
1730
|
+
) => void
|
|
1731
|
+
): void;
|
|
1732
|
+
updateFieldLevelEncryptionProfile(
|
|
1733
|
+
args: UpdateFieldLevelEncryptionProfileCommandInput,
|
|
1734
|
+
options: __HttpHandlerOptions,
|
|
1735
|
+
cb: (
|
|
1736
|
+
err: any,
|
|
1737
|
+
data?: UpdateFieldLevelEncryptionProfileCommandOutput
|
|
1738
|
+
) => void
|
|
1739
|
+
): void;
|
|
1740
|
+
|
|
1741
|
+
updateFunction(
|
|
1742
|
+
args: UpdateFunctionCommandInput,
|
|
1743
|
+
options?: __HttpHandlerOptions
|
|
1744
|
+
): Promise<UpdateFunctionCommandOutput>;
|
|
1745
|
+
updateFunction(
|
|
1746
|
+
args: UpdateFunctionCommandInput,
|
|
1747
|
+
cb: (err: any, data?: UpdateFunctionCommandOutput) => void
|
|
1748
|
+
): void;
|
|
1749
|
+
updateFunction(
|
|
1750
|
+
args: UpdateFunctionCommandInput,
|
|
1751
|
+
options: __HttpHandlerOptions,
|
|
1752
|
+
cb: (err: any, data?: UpdateFunctionCommandOutput) => void
|
|
1753
|
+
): void;
|
|
1754
|
+
|
|
1755
|
+
updateKeyGroup(
|
|
1756
|
+
args: UpdateKeyGroupCommandInput,
|
|
1757
|
+
options?: __HttpHandlerOptions
|
|
1758
|
+
): Promise<UpdateKeyGroupCommandOutput>;
|
|
1759
|
+
updateKeyGroup(
|
|
1760
|
+
args: UpdateKeyGroupCommandInput,
|
|
1761
|
+
cb: (err: any, data?: UpdateKeyGroupCommandOutput) => void
|
|
1762
|
+
): void;
|
|
1763
|
+
updateKeyGroup(
|
|
1764
|
+
args: UpdateKeyGroupCommandInput,
|
|
1765
|
+
options: __HttpHandlerOptions,
|
|
1766
|
+
cb: (err: any, data?: UpdateKeyGroupCommandOutput) => void
|
|
1767
|
+
): void;
|
|
1768
|
+
|
|
1769
|
+
updateOriginAccessControl(
|
|
1770
|
+
args: UpdateOriginAccessControlCommandInput,
|
|
1771
|
+
options?: __HttpHandlerOptions
|
|
1772
|
+
): Promise<UpdateOriginAccessControlCommandOutput>;
|
|
1773
|
+
updateOriginAccessControl(
|
|
1774
|
+
args: UpdateOriginAccessControlCommandInput,
|
|
1775
|
+
cb: (err: any, data?: UpdateOriginAccessControlCommandOutput) => void
|
|
1776
|
+
): void;
|
|
1777
|
+
updateOriginAccessControl(
|
|
1778
|
+
args: UpdateOriginAccessControlCommandInput,
|
|
1779
|
+
options: __HttpHandlerOptions,
|
|
1780
|
+
cb: (err: any, data?: UpdateOriginAccessControlCommandOutput) => void
|
|
1781
|
+
): void;
|
|
1782
|
+
|
|
1783
|
+
updateOriginRequestPolicy(
|
|
1784
|
+
args: UpdateOriginRequestPolicyCommandInput,
|
|
1785
|
+
options?: __HttpHandlerOptions
|
|
1786
|
+
): Promise<UpdateOriginRequestPolicyCommandOutput>;
|
|
1787
|
+
updateOriginRequestPolicy(
|
|
1788
|
+
args: UpdateOriginRequestPolicyCommandInput,
|
|
1789
|
+
cb: (err: any, data?: UpdateOriginRequestPolicyCommandOutput) => void
|
|
1790
|
+
): void;
|
|
1791
|
+
updateOriginRequestPolicy(
|
|
1792
|
+
args: UpdateOriginRequestPolicyCommandInput,
|
|
1793
|
+
options: __HttpHandlerOptions,
|
|
1794
|
+
cb: (err: any, data?: UpdateOriginRequestPolicyCommandOutput) => void
|
|
1795
|
+
): void;
|
|
1796
|
+
|
|
1797
|
+
updatePublicKey(
|
|
1798
|
+
args: UpdatePublicKeyCommandInput,
|
|
1799
|
+
options?: __HttpHandlerOptions
|
|
1800
|
+
): Promise<UpdatePublicKeyCommandOutput>;
|
|
1801
|
+
updatePublicKey(
|
|
1802
|
+
args: UpdatePublicKeyCommandInput,
|
|
1803
|
+
cb: (err: any, data?: UpdatePublicKeyCommandOutput) => void
|
|
1804
|
+
): void;
|
|
1805
|
+
updatePublicKey(
|
|
1806
|
+
args: UpdatePublicKeyCommandInput,
|
|
1807
|
+
options: __HttpHandlerOptions,
|
|
1808
|
+
cb: (err: any, data?: UpdatePublicKeyCommandOutput) => void
|
|
1809
|
+
): void;
|
|
1810
|
+
|
|
1811
|
+
updateRealtimeLogConfig(
|
|
1812
|
+
args: UpdateRealtimeLogConfigCommandInput,
|
|
1813
|
+
options?: __HttpHandlerOptions
|
|
1814
|
+
): Promise<UpdateRealtimeLogConfigCommandOutput>;
|
|
1815
|
+
updateRealtimeLogConfig(
|
|
1816
|
+
args: UpdateRealtimeLogConfigCommandInput,
|
|
1817
|
+
cb: (err: any, data?: UpdateRealtimeLogConfigCommandOutput) => void
|
|
1818
|
+
): void;
|
|
1819
|
+
updateRealtimeLogConfig(
|
|
1820
|
+
args: UpdateRealtimeLogConfigCommandInput,
|
|
1821
|
+
options: __HttpHandlerOptions,
|
|
1822
|
+
cb: (err: any, data?: UpdateRealtimeLogConfigCommandOutput) => void
|
|
1823
|
+
): void;
|
|
1824
|
+
|
|
1825
|
+
updateResponseHeadersPolicy(
|
|
1826
|
+
args: UpdateResponseHeadersPolicyCommandInput,
|
|
1827
|
+
options?: __HttpHandlerOptions
|
|
1828
|
+
): Promise<UpdateResponseHeadersPolicyCommandOutput>;
|
|
1829
|
+
updateResponseHeadersPolicy(
|
|
1830
|
+
args: UpdateResponseHeadersPolicyCommandInput,
|
|
1831
|
+
cb: (err: any, data?: UpdateResponseHeadersPolicyCommandOutput) => void
|
|
1832
|
+
): void;
|
|
1833
|
+
updateResponseHeadersPolicy(
|
|
1834
|
+
args: UpdateResponseHeadersPolicyCommandInput,
|
|
1835
|
+
options: __HttpHandlerOptions,
|
|
1836
|
+
cb: (err: any, data?: UpdateResponseHeadersPolicyCommandOutput) => void
|
|
1837
|
+
): void;
|
|
1838
|
+
|
|
1839
|
+
updateStreamingDistribution(
|
|
1840
|
+
args: UpdateStreamingDistributionCommandInput,
|
|
1841
|
+
options?: __HttpHandlerOptions
|
|
1842
|
+
): Promise<UpdateStreamingDistributionCommandOutput>;
|
|
1843
|
+
updateStreamingDistribution(
|
|
1844
|
+
args: UpdateStreamingDistributionCommandInput,
|
|
1845
|
+
cb: (err: any, data?: UpdateStreamingDistributionCommandOutput) => void
|
|
1846
|
+
): void;
|
|
1847
|
+
updateStreamingDistribution(
|
|
1848
|
+
args: UpdateStreamingDistributionCommandInput,
|
|
1849
|
+
options: __HttpHandlerOptions,
|
|
1850
|
+
cb: (err: any, data?: UpdateStreamingDistributionCommandOutput) => void
|
|
1851
|
+
): void;
|
|
1852
|
+
}
|