@aws-sdk/client-redshift-serverless 3.1086.0 → 3.1088.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/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/RedshiftServerless.d.ts +213 -228
- package/dist-types/ts3.4/RedshiftServerlessClient.d.ts +9 -31
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateCustomDomainAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateEndpointAccessCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateReservationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateScheduledActionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateSnapshotCopyConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateUsageLimitCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateWorkgroupCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteCustomDomainAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteEndpointAccessCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteSnapshotCopyConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteUsageLimitCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteWorkgroupCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetCredentialsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/GetCustomDomainAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetEndpointAccessCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetIdentityCenterAuthTokenCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetNamespaceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetRecoveryPointCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetReservationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetReservationOfferingCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetScheduledActionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetSnapshotCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetTableRestoreStatusCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetTrackCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetUsageLimitCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetWorkgroupCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListCustomDomainAssociationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListEndpointAccessCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListManagedWorkgroupsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListRecoveryPointsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListReservationOfferingsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListScheduledActionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListSnapshotCopyConfigurationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListSnapshotsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListTableRestoreStatusCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTracksCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListUsageLimitsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListWorkgroupsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RestoreFromRecoveryPointCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RestoreTableFromRecoveryPointCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RestoreTableFromSnapshotCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateCustomDomainAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateEndpointAccessCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateLakehouseConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateNamespaceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateScheduledActionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateSnapshotCopyConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateUsageLimitCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateWorkgroupCommand.d.ts +4 -9
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +5 -10
- package/dist-types/ts3.4/models/errors.d.ts +10 -30
- package/dist-types/ts3.4/models/models_0.d.ts +2 -7
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListTracksPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/package.json +39 -39
|
@@ -119,18 +119,12 @@ import {
|
|
|
119
119
|
GetScheduledActionCommandInput,
|
|
120
120
|
GetScheduledActionCommandOutput,
|
|
121
121
|
} from "./commands/GetScheduledActionCommand";
|
|
122
|
-
import {
|
|
123
|
-
GetSnapshotCommandInput,
|
|
124
|
-
GetSnapshotCommandOutput,
|
|
125
|
-
} from "./commands/GetSnapshotCommand";
|
|
122
|
+
import { GetSnapshotCommandInput, GetSnapshotCommandOutput } from "./commands/GetSnapshotCommand";
|
|
126
123
|
import {
|
|
127
124
|
GetTableRestoreStatusCommandInput,
|
|
128
125
|
GetTableRestoreStatusCommandOutput,
|
|
129
126
|
} from "./commands/GetTableRestoreStatusCommand";
|
|
130
|
-
import {
|
|
131
|
-
GetTrackCommandInput,
|
|
132
|
-
GetTrackCommandOutput,
|
|
133
|
-
} from "./commands/GetTrackCommand";
|
|
127
|
+
import { GetTrackCommandInput, GetTrackCommandOutput } from "./commands/GetTrackCommand";
|
|
134
128
|
import {
|
|
135
129
|
GetUsageLimitCommandInput,
|
|
136
130
|
GetUsageLimitCommandOutput,
|
|
@@ -187,10 +181,7 @@ import {
|
|
|
187
181
|
ListTagsForResourceCommandInput,
|
|
188
182
|
ListTagsForResourceCommandOutput,
|
|
189
183
|
} from "./commands/ListTagsForResourceCommand";
|
|
190
|
-
import {
|
|
191
|
-
ListTracksCommandInput,
|
|
192
|
-
ListTracksCommandOutput,
|
|
193
|
-
} from "./commands/ListTracksCommand";
|
|
184
|
+
import { ListTracksCommandInput, ListTracksCommandOutput } from "./commands/ListTracksCommand";
|
|
194
185
|
import {
|
|
195
186
|
ListUsageLimitsCommandInput,
|
|
196
187
|
ListUsageLimitsCommandOutput,
|
|
@@ -219,10 +210,7 @@ import {
|
|
|
219
210
|
RestoreTableFromSnapshotCommandInput,
|
|
220
211
|
RestoreTableFromSnapshotCommandOutput,
|
|
221
212
|
} from "./commands/RestoreTableFromSnapshotCommand";
|
|
222
|
-
import {
|
|
223
|
-
TagResourceCommandInput,
|
|
224
|
-
TagResourceCommandOutput,
|
|
225
|
-
} from "./commands/TagResourceCommand";
|
|
213
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
226
214
|
import {
|
|
227
215
|
UntagResourceCommandInput,
|
|
228
216
|
UntagResourceCommandOutput,
|
|
@@ -267,962 +255,959 @@ import { RedshiftServerlessClient } from "./RedshiftServerlessClient";
|
|
|
267
255
|
export interface RedshiftServerless {
|
|
268
256
|
convertRecoveryPointToSnapshot(
|
|
269
257
|
args: ConvertRecoveryPointToSnapshotCommandInput,
|
|
270
|
-
options?: __HttpHandlerOptions
|
|
258
|
+
options?: __HttpHandlerOptions,
|
|
271
259
|
): Promise<ConvertRecoveryPointToSnapshotCommandOutput>;
|
|
272
260
|
convertRecoveryPointToSnapshot(
|
|
273
261
|
args: ConvertRecoveryPointToSnapshotCommandInput,
|
|
274
|
-
cb: (err: any, data?: ConvertRecoveryPointToSnapshotCommandOutput) => void
|
|
262
|
+
cb: (err: any, data?: ConvertRecoveryPointToSnapshotCommandOutput) => void,
|
|
275
263
|
): void;
|
|
276
264
|
convertRecoveryPointToSnapshot(
|
|
277
265
|
args: ConvertRecoveryPointToSnapshotCommandInput,
|
|
278
266
|
options: __HttpHandlerOptions,
|
|
279
|
-
cb: (err: any, data?: ConvertRecoveryPointToSnapshotCommandOutput) => void
|
|
267
|
+
cb: (err: any, data?: ConvertRecoveryPointToSnapshotCommandOutput) => void,
|
|
280
268
|
): void;
|
|
281
269
|
createCustomDomainAssociation(
|
|
282
270
|
args: CreateCustomDomainAssociationCommandInput,
|
|
283
|
-
options?: __HttpHandlerOptions
|
|
271
|
+
options?: __HttpHandlerOptions,
|
|
284
272
|
): Promise<CreateCustomDomainAssociationCommandOutput>;
|
|
285
273
|
createCustomDomainAssociation(
|
|
286
274
|
args: CreateCustomDomainAssociationCommandInput,
|
|
287
|
-
cb: (err: any, data?: CreateCustomDomainAssociationCommandOutput) => void
|
|
275
|
+
cb: (err: any, data?: CreateCustomDomainAssociationCommandOutput) => void,
|
|
288
276
|
): void;
|
|
289
277
|
createCustomDomainAssociation(
|
|
290
278
|
args: CreateCustomDomainAssociationCommandInput,
|
|
291
279
|
options: __HttpHandlerOptions,
|
|
292
|
-
cb: (err: any, data?: CreateCustomDomainAssociationCommandOutput) => void
|
|
280
|
+
cb: (err: any, data?: CreateCustomDomainAssociationCommandOutput) => void,
|
|
293
281
|
): void;
|
|
294
282
|
createEndpointAccess(
|
|
295
283
|
args: CreateEndpointAccessCommandInput,
|
|
296
|
-
options?: __HttpHandlerOptions
|
|
284
|
+
options?: __HttpHandlerOptions,
|
|
297
285
|
): Promise<CreateEndpointAccessCommandOutput>;
|
|
298
286
|
createEndpointAccess(
|
|
299
287
|
args: CreateEndpointAccessCommandInput,
|
|
300
|
-
cb: (err: any, data?: CreateEndpointAccessCommandOutput) => void
|
|
288
|
+
cb: (err: any, data?: CreateEndpointAccessCommandOutput) => void,
|
|
301
289
|
): void;
|
|
302
290
|
createEndpointAccess(
|
|
303
291
|
args: CreateEndpointAccessCommandInput,
|
|
304
292
|
options: __HttpHandlerOptions,
|
|
305
|
-
cb: (err: any, data?: CreateEndpointAccessCommandOutput) => void
|
|
293
|
+
cb: (err: any, data?: CreateEndpointAccessCommandOutput) => void,
|
|
306
294
|
): void;
|
|
307
295
|
createNamespace(
|
|
308
296
|
args: CreateNamespaceCommandInput,
|
|
309
|
-
options?: __HttpHandlerOptions
|
|
297
|
+
options?: __HttpHandlerOptions,
|
|
310
298
|
): Promise<CreateNamespaceCommandOutput>;
|
|
311
299
|
createNamespace(
|
|
312
300
|
args: CreateNamespaceCommandInput,
|
|
313
|
-
cb: (err: any, data?: CreateNamespaceCommandOutput) => void
|
|
301
|
+
cb: (err: any, data?: CreateNamespaceCommandOutput) => void,
|
|
314
302
|
): void;
|
|
315
303
|
createNamespace(
|
|
316
304
|
args: CreateNamespaceCommandInput,
|
|
317
305
|
options: __HttpHandlerOptions,
|
|
318
|
-
cb: (err: any, data?: CreateNamespaceCommandOutput) => void
|
|
306
|
+
cb: (err: any, data?: CreateNamespaceCommandOutput) => void,
|
|
319
307
|
): void;
|
|
320
308
|
createReservation(
|
|
321
309
|
args: CreateReservationCommandInput,
|
|
322
|
-
options?: __HttpHandlerOptions
|
|
310
|
+
options?: __HttpHandlerOptions,
|
|
323
311
|
): Promise<CreateReservationCommandOutput>;
|
|
324
312
|
createReservation(
|
|
325
313
|
args: CreateReservationCommandInput,
|
|
326
|
-
cb: (err: any, data?: CreateReservationCommandOutput) => void
|
|
314
|
+
cb: (err: any, data?: CreateReservationCommandOutput) => void,
|
|
327
315
|
): void;
|
|
328
316
|
createReservation(
|
|
329
317
|
args: CreateReservationCommandInput,
|
|
330
318
|
options: __HttpHandlerOptions,
|
|
331
|
-
cb: (err: any, data?: CreateReservationCommandOutput) => void
|
|
319
|
+
cb: (err: any, data?: CreateReservationCommandOutput) => void,
|
|
332
320
|
): void;
|
|
333
321
|
createScheduledAction(
|
|
334
322
|
args: CreateScheduledActionCommandInput,
|
|
335
|
-
options?: __HttpHandlerOptions
|
|
323
|
+
options?: __HttpHandlerOptions,
|
|
336
324
|
): Promise<CreateScheduledActionCommandOutput>;
|
|
337
325
|
createScheduledAction(
|
|
338
326
|
args: CreateScheduledActionCommandInput,
|
|
339
|
-
cb: (err: any, data?: CreateScheduledActionCommandOutput) => void
|
|
327
|
+
cb: (err: any, data?: CreateScheduledActionCommandOutput) => void,
|
|
340
328
|
): void;
|
|
341
329
|
createScheduledAction(
|
|
342
330
|
args: CreateScheduledActionCommandInput,
|
|
343
331
|
options: __HttpHandlerOptions,
|
|
344
|
-
cb: (err: any, data?: CreateScheduledActionCommandOutput) => void
|
|
332
|
+
cb: (err: any, data?: CreateScheduledActionCommandOutput) => void,
|
|
345
333
|
): void;
|
|
346
334
|
createSnapshot(
|
|
347
335
|
args: CreateSnapshotCommandInput,
|
|
348
|
-
options?: __HttpHandlerOptions
|
|
336
|
+
options?: __HttpHandlerOptions,
|
|
349
337
|
): Promise<CreateSnapshotCommandOutput>;
|
|
350
338
|
createSnapshot(
|
|
351
339
|
args: CreateSnapshotCommandInput,
|
|
352
|
-
cb: (err: any, data?: CreateSnapshotCommandOutput) => void
|
|
340
|
+
cb: (err: any, data?: CreateSnapshotCommandOutput) => void,
|
|
353
341
|
): void;
|
|
354
342
|
createSnapshot(
|
|
355
343
|
args: CreateSnapshotCommandInput,
|
|
356
344
|
options: __HttpHandlerOptions,
|
|
357
|
-
cb: (err: any, data?: CreateSnapshotCommandOutput) => void
|
|
345
|
+
cb: (err: any, data?: CreateSnapshotCommandOutput) => void,
|
|
358
346
|
): void;
|
|
359
347
|
createSnapshotCopyConfiguration(
|
|
360
348
|
args: CreateSnapshotCopyConfigurationCommandInput,
|
|
361
|
-
options?: __HttpHandlerOptions
|
|
349
|
+
options?: __HttpHandlerOptions,
|
|
362
350
|
): Promise<CreateSnapshotCopyConfigurationCommandOutput>;
|
|
363
351
|
createSnapshotCopyConfiguration(
|
|
364
352
|
args: CreateSnapshotCopyConfigurationCommandInput,
|
|
365
|
-
cb: (err: any, data?: CreateSnapshotCopyConfigurationCommandOutput) => void
|
|
353
|
+
cb: (err: any, data?: CreateSnapshotCopyConfigurationCommandOutput) => void,
|
|
366
354
|
): void;
|
|
367
355
|
createSnapshotCopyConfiguration(
|
|
368
356
|
args: CreateSnapshotCopyConfigurationCommandInput,
|
|
369
357
|
options: __HttpHandlerOptions,
|
|
370
|
-
cb: (err: any, data?: CreateSnapshotCopyConfigurationCommandOutput) => void
|
|
358
|
+
cb: (err: any, data?: CreateSnapshotCopyConfigurationCommandOutput) => void,
|
|
371
359
|
): void;
|
|
372
360
|
createUsageLimit(
|
|
373
361
|
args: CreateUsageLimitCommandInput,
|
|
374
|
-
options?: __HttpHandlerOptions
|
|
362
|
+
options?: __HttpHandlerOptions,
|
|
375
363
|
): Promise<CreateUsageLimitCommandOutput>;
|
|
376
364
|
createUsageLimit(
|
|
377
365
|
args: CreateUsageLimitCommandInput,
|
|
378
|
-
cb: (err: any, data?: CreateUsageLimitCommandOutput) => void
|
|
366
|
+
cb: (err: any, data?: CreateUsageLimitCommandOutput) => void,
|
|
379
367
|
): void;
|
|
380
368
|
createUsageLimit(
|
|
381
369
|
args: CreateUsageLimitCommandInput,
|
|
382
370
|
options: __HttpHandlerOptions,
|
|
383
|
-
cb: (err: any, data?: CreateUsageLimitCommandOutput) => void
|
|
371
|
+
cb: (err: any, data?: CreateUsageLimitCommandOutput) => void,
|
|
384
372
|
): void;
|
|
385
373
|
createWorkgroup(
|
|
386
374
|
args: CreateWorkgroupCommandInput,
|
|
387
|
-
options?: __HttpHandlerOptions
|
|
375
|
+
options?: __HttpHandlerOptions,
|
|
388
376
|
): Promise<CreateWorkgroupCommandOutput>;
|
|
389
377
|
createWorkgroup(
|
|
390
378
|
args: CreateWorkgroupCommandInput,
|
|
391
|
-
cb: (err: any, data?: CreateWorkgroupCommandOutput) => void
|
|
379
|
+
cb: (err: any, data?: CreateWorkgroupCommandOutput) => void,
|
|
392
380
|
): void;
|
|
393
381
|
createWorkgroup(
|
|
394
382
|
args: CreateWorkgroupCommandInput,
|
|
395
383
|
options: __HttpHandlerOptions,
|
|
396
|
-
cb: (err: any, data?: CreateWorkgroupCommandOutput) => void
|
|
384
|
+
cb: (err: any, data?: CreateWorkgroupCommandOutput) => void,
|
|
397
385
|
): void;
|
|
398
386
|
deleteCustomDomainAssociation(
|
|
399
387
|
args: DeleteCustomDomainAssociationCommandInput,
|
|
400
|
-
options?: __HttpHandlerOptions
|
|
388
|
+
options?: __HttpHandlerOptions,
|
|
401
389
|
): Promise<DeleteCustomDomainAssociationCommandOutput>;
|
|
402
390
|
deleteCustomDomainAssociation(
|
|
403
391
|
args: DeleteCustomDomainAssociationCommandInput,
|
|
404
|
-
cb: (err: any, data?: DeleteCustomDomainAssociationCommandOutput) => void
|
|
392
|
+
cb: (err: any, data?: DeleteCustomDomainAssociationCommandOutput) => void,
|
|
405
393
|
): void;
|
|
406
394
|
deleteCustomDomainAssociation(
|
|
407
395
|
args: DeleteCustomDomainAssociationCommandInput,
|
|
408
396
|
options: __HttpHandlerOptions,
|
|
409
|
-
cb: (err: any, data?: DeleteCustomDomainAssociationCommandOutput) => void
|
|
397
|
+
cb: (err: any, data?: DeleteCustomDomainAssociationCommandOutput) => void,
|
|
410
398
|
): void;
|
|
411
399
|
deleteEndpointAccess(
|
|
412
400
|
args: DeleteEndpointAccessCommandInput,
|
|
413
|
-
options?: __HttpHandlerOptions
|
|
401
|
+
options?: __HttpHandlerOptions,
|
|
414
402
|
): Promise<DeleteEndpointAccessCommandOutput>;
|
|
415
403
|
deleteEndpointAccess(
|
|
416
404
|
args: DeleteEndpointAccessCommandInput,
|
|
417
|
-
cb: (err: any, data?: DeleteEndpointAccessCommandOutput) => void
|
|
405
|
+
cb: (err: any, data?: DeleteEndpointAccessCommandOutput) => void,
|
|
418
406
|
): void;
|
|
419
407
|
deleteEndpointAccess(
|
|
420
408
|
args: DeleteEndpointAccessCommandInput,
|
|
421
409
|
options: __HttpHandlerOptions,
|
|
422
|
-
cb: (err: any, data?: DeleteEndpointAccessCommandOutput) => void
|
|
410
|
+
cb: (err: any, data?: DeleteEndpointAccessCommandOutput) => void,
|
|
423
411
|
): void;
|
|
424
412
|
deleteNamespace(
|
|
425
413
|
args: DeleteNamespaceCommandInput,
|
|
426
|
-
options?: __HttpHandlerOptions
|
|
414
|
+
options?: __HttpHandlerOptions,
|
|
427
415
|
): Promise<DeleteNamespaceCommandOutput>;
|
|
428
416
|
deleteNamespace(
|
|
429
417
|
args: DeleteNamespaceCommandInput,
|
|
430
|
-
cb: (err: any, data?: DeleteNamespaceCommandOutput) => void
|
|
418
|
+
cb: (err: any, data?: DeleteNamespaceCommandOutput) => void,
|
|
431
419
|
): void;
|
|
432
420
|
deleteNamespace(
|
|
433
421
|
args: DeleteNamespaceCommandInput,
|
|
434
422
|
options: __HttpHandlerOptions,
|
|
435
|
-
cb: (err: any, data?: DeleteNamespaceCommandOutput) => void
|
|
423
|
+
cb: (err: any, data?: DeleteNamespaceCommandOutput) => void,
|
|
436
424
|
): void;
|
|
437
425
|
deleteResourcePolicy(
|
|
438
426
|
args: DeleteResourcePolicyCommandInput,
|
|
439
|
-
options?: __HttpHandlerOptions
|
|
427
|
+
options?: __HttpHandlerOptions,
|
|
440
428
|
): Promise<DeleteResourcePolicyCommandOutput>;
|
|
441
429
|
deleteResourcePolicy(
|
|
442
430
|
args: DeleteResourcePolicyCommandInput,
|
|
443
|
-
cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
|
|
431
|
+
cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void,
|
|
444
432
|
): void;
|
|
445
433
|
deleteResourcePolicy(
|
|
446
434
|
args: DeleteResourcePolicyCommandInput,
|
|
447
435
|
options: __HttpHandlerOptions,
|
|
448
|
-
cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
|
|
436
|
+
cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void,
|
|
449
437
|
): void;
|
|
450
438
|
deleteScheduledAction(
|
|
451
439
|
args: DeleteScheduledActionCommandInput,
|
|
452
|
-
options?: __HttpHandlerOptions
|
|
440
|
+
options?: __HttpHandlerOptions,
|
|
453
441
|
): Promise<DeleteScheduledActionCommandOutput>;
|
|
454
442
|
deleteScheduledAction(
|
|
455
443
|
args: DeleteScheduledActionCommandInput,
|
|
456
|
-
cb: (err: any, data?: DeleteScheduledActionCommandOutput) => void
|
|
444
|
+
cb: (err: any, data?: DeleteScheduledActionCommandOutput) => void,
|
|
457
445
|
): void;
|
|
458
446
|
deleteScheduledAction(
|
|
459
447
|
args: DeleteScheduledActionCommandInput,
|
|
460
448
|
options: __HttpHandlerOptions,
|
|
461
|
-
cb: (err: any, data?: DeleteScheduledActionCommandOutput) => void
|
|
449
|
+
cb: (err: any, data?: DeleteScheduledActionCommandOutput) => void,
|
|
462
450
|
): void;
|
|
463
451
|
deleteSnapshot(
|
|
464
452
|
args: DeleteSnapshotCommandInput,
|
|
465
|
-
options?: __HttpHandlerOptions
|
|
453
|
+
options?: __HttpHandlerOptions,
|
|
466
454
|
): Promise<DeleteSnapshotCommandOutput>;
|
|
467
455
|
deleteSnapshot(
|
|
468
456
|
args: DeleteSnapshotCommandInput,
|
|
469
|
-
cb: (err: any, data?: DeleteSnapshotCommandOutput) => void
|
|
457
|
+
cb: (err: any, data?: DeleteSnapshotCommandOutput) => void,
|
|
470
458
|
): void;
|
|
471
459
|
deleteSnapshot(
|
|
472
460
|
args: DeleteSnapshotCommandInput,
|
|
473
461
|
options: __HttpHandlerOptions,
|
|
474
|
-
cb: (err: any, data?: DeleteSnapshotCommandOutput) => void
|
|
462
|
+
cb: (err: any, data?: DeleteSnapshotCommandOutput) => void,
|
|
475
463
|
): void;
|
|
476
464
|
deleteSnapshotCopyConfiguration(
|
|
477
465
|
args: DeleteSnapshotCopyConfigurationCommandInput,
|
|
478
|
-
options?: __HttpHandlerOptions
|
|
466
|
+
options?: __HttpHandlerOptions,
|
|
479
467
|
): Promise<DeleteSnapshotCopyConfigurationCommandOutput>;
|
|
480
468
|
deleteSnapshotCopyConfiguration(
|
|
481
469
|
args: DeleteSnapshotCopyConfigurationCommandInput,
|
|
482
|
-
cb: (err: any, data?: DeleteSnapshotCopyConfigurationCommandOutput) => void
|
|
470
|
+
cb: (err: any, data?: DeleteSnapshotCopyConfigurationCommandOutput) => void,
|
|
483
471
|
): void;
|
|
484
472
|
deleteSnapshotCopyConfiguration(
|
|
485
473
|
args: DeleteSnapshotCopyConfigurationCommandInput,
|
|
486
474
|
options: __HttpHandlerOptions,
|
|
487
|
-
cb: (err: any, data?: DeleteSnapshotCopyConfigurationCommandOutput) => void
|
|
475
|
+
cb: (err: any, data?: DeleteSnapshotCopyConfigurationCommandOutput) => void,
|
|
488
476
|
): void;
|
|
489
477
|
deleteUsageLimit(
|
|
490
478
|
args: DeleteUsageLimitCommandInput,
|
|
491
|
-
options?: __HttpHandlerOptions
|
|
479
|
+
options?: __HttpHandlerOptions,
|
|
492
480
|
): Promise<DeleteUsageLimitCommandOutput>;
|
|
493
481
|
deleteUsageLimit(
|
|
494
482
|
args: DeleteUsageLimitCommandInput,
|
|
495
|
-
cb: (err: any, data?: DeleteUsageLimitCommandOutput) => void
|
|
483
|
+
cb: (err: any, data?: DeleteUsageLimitCommandOutput) => void,
|
|
496
484
|
): void;
|
|
497
485
|
deleteUsageLimit(
|
|
498
486
|
args: DeleteUsageLimitCommandInput,
|
|
499
487
|
options: __HttpHandlerOptions,
|
|
500
|
-
cb: (err: any, data?: DeleteUsageLimitCommandOutput) => void
|
|
488
|
+
cb: (err: any, data?: DeleteUsageLimitCommandOutput) => void,
|
|
501
489
|
): void;
|
|
502
490
|
deleteWorkgroup(
|
|
503
491
|
args: DeleteWorkgroupCommandInput,
|
|
504
|
-
options?: __HttpHandlerOptions
|
|
492
|
+
options?: __HttpHandlerOptions,
|
|
505
493
|
): Promise<DeleteWorkgroupCommandOutput>;
|
|
506
494
|
deleteWorkgroup(
|
|
507
495
|
args: DeleteWorkgroupCommandInput,
|
|
508
|
-
cb: (err: any, data?: DeleteWorkgroupCommandOutput) => void
|
|
496
|
+
cb: (err: any, data?: DeleteWorkgroupCommandOutput) => void,
|
|
509
497
|
): void;
|
|
510
498
|
deleteWorkgroup(
|
|
511
499
|
args: DeleteWorkgroupCommandInput,
|
|
512
500
|
options: __HttpHandlerOptions,
|
|
513
|
-
cb: (err: any, data?: DeleteWorkgroupCommandOutput) => void
|
|
501
|
+
cb: (err: any, data?: DeleteWorkgroupCommandOutput) => void,
|
|
514
502
|
): void;
|
|
515
503
|
getCredentials(): Promise<GetCredentialsCommandOutput>;
|
|
516
504
|
getCredentials(
|
|
517
505
|
args: GetCredentialsCommandInput,
|
|
518
|
-
options?: __HttpHandlerOptions
|
|
506
|
+
options?: __HttpHandlerOptions,
|
|
519
507
|
): Promise<GetCredentialsCommandOutput>;
|
|
520
508
|
getCredentials(
|
|
521
509
|
args: GetCredentialsCommandInput,
|
|
522
|
-
cb: (err: any, data?: GetCredentialsCommandOutput) => void
|
|
510
|
+
cb: (err: any, data?: GetCredentialsCommandOutput) => void,
|
|
523
511
|
): void;
|
|
524
512
|
getCredentials(
|
|
525
513
|
args: GetCredentialsCommandInput,
|
|
526
514
|
options: __HttpHandlerOptions,
|
|
527
|
-
cb: (err: any, data?: GetCredentialsCommandOutput) => void
|
|
515
|
+
cb: (err: any, data?: GetCredentialsCommandOutput) => void,
|
|
528
516
|
): void;
|
|
529
517
|
getCustomDomainAssociation(
|
|
530
518
|
args: GetCustomDomainAssociationCommandInput,
|
|
531
|
-
options?: __HttpHandlerOptions
|
|
519
|
+
options?: __HttpHandlerOptions,
|
|
532
520
|
): Promise<GetCustomDomainAssociationCommandOutput>;
|
|
533
521
|
getCustomDomainAssociation(
|
|
534
522
|
args: GetCustomDomainAssociationCommandInput,
|
|
535
|
-
cb: (err: any, data?: GetCustomDomainAssociationCommandOutput) => void
|
|
523
|
+
cb: (err: any, data?: GetCustomDomainAssociationCommandOutput) => void,
|
|
536
524
|
): void;
|
|
537
525
|
getCustomDomainAssociation(
|
|
538
526
|
args: GetCustomDomainAssociationCommandInput,
|
|
539
527
|
options: __HttpHandlerOptions,
|
|
540
|
-
cb: (err: any, data?: GetCustomDomainAssociationCommandOutput) => void
|
|
528
|
+
cb: (err: any, data?: GetCustomDomainAssociationCommandOutput) => void,
|
|
541
529
|
): void;
|
|
542
530
|
getEndpointAccess(
|
|
543
531
|
args: GetEndpointAccessCommandInput,
|
|
544
|
-
options?: __HttpHandlerOptions
|
|
532
|
+
options?: __HttpHandlerOptions,
|
|
545
533
|
): Promise<GetEndpointAccessCommandOutput>;
|
|
546
534
|
getEndpointAccess(
|
|
547
535
|
args: GetEndpointAccessCommandInput,
|
|
548
|
-
cb: (err: any, data?: GetEndpointAccessCommandOutput) => void
|
|
536
|
+
cb: (err: any, data?: GetEndpointAccessCommandOutput) => void,
|
|
549
537
|
): void;
|
|
550
538
|
getEndpointAccess(
|
|
551
539
|
args: GetEndpointAccessCommandInput,
|
|
552
540
|
options: __HttpHandlerOptions,
|
|
553
|
-
cb: (err: any, data?: GetEndpointAccessCommandOutput) => void
|
|
541
|
+
cb: (err: any, data?: GetEndpointAccessCommandOutput) => void,
|
|
554
542
|
): void;
|
|
555
543
|
getIdentityCenterAuthToken(
|
|
556
544
|
args: GetIdentityCenterAuthTokenCommandInput,
|
|
557
|
-
options?: __HttpHandlerOptions
|
|
545
|
+
options?: __HttpHandlerOptions,
|
|
558
546
|
): Promise<GetIdentityCenterAuthTokenCommandOutput>;
|
|
559
547
|
getIdentityCenterAuthToken(
|
|
560
548
|
args: GetIdentityCenterAuthTokenCommandInput,
|
|
561
|
-
cb: (err: any, data?: GetIdentityCenterAuthTokenCommandOutput) => void
|
|
549
|
+
cb: (err: any, data?: GetIdentityCenterAuthTokenCommandOutput) => void,
|
|
562
550
|
): void;
|
|
563
551
|
getIdentityCenterAuthToken(
|
|
564
552
|
args: GetIdentityCenterAuthTokenCommandInput,
|
|
565
553
|
options: __HttpHandlerOptions,
|
|
566
|
-
cb: (err: any, data?: GetIdentityCenterAuthTokenCommandOutput) => void
|
|
554
|
+
cb: (err: any, data?: GetIdentityCenterAuthTokenCommandOutput) => void,
|
|
567
555
|
): void;
|
|
568
556
|
getNamespace(
|
|
569
557
|
args: GetNamespaceCommandInput,
|
|
570
|
-
options?: __HttpHandlerOptions
|
|
558
|
+
options?: __HttpHandlerOptions,
|
|
571
559
|
): Promise<GetNamespaceCommandOutput>;
|
|
572
560
|
getNamespace(
|
|
573
561
|
args: GetNamespaceCommandInput,
|
|
574
|
-
cb: (err: any, data?: GetNamespaceCommandOutput) => void
|
|
562
|
+
cb: (err: any, data?: GetNamespaceCommandOutput) => void,
|
|
575
563
|
): void;
|
|
576
564
|
getNamespace(
|
|
577
565
|
args: GetNamespaceCommandInput,
|
|
578
566
|
options: __HttpHandlerOptions,
|
|
579
|
-
cb: (err: any, data?: GetNamespaceCommandOutput) => void
|
|
567
|
+
cb: (err: any, data?: GetNamespaceCommandOutput) => void,
|
|
580
568
|
): void;
|
|
581
569
|
getRecoveryPoint(
|
|
582
570
|
args: GetRecoveryPointCommandInput,
|
|
583
|
-
options?: __HttpHandlerOptions
|
|
571
|
+
options?: __HttpHandlerOptions,
|
|
584
572
|
): Promise<GetRecoveryPointCommandOutput>;
|
|
585
573
|
getRecoveryPoint(
|
|
586
574
|
args: GetRecoveryPointCommandInput,
|
|
587
|
-
cb: (err: any, data?: GetRecoveryPointCommandOutput) => void
|
|
575
|
+
cb: (err: any, data?: GetRecoveryPointCommandOutput) => void,
|
|
588
576
|
): void;
|
|
589
577
|
getRecoveryPoint(
|
|
590
578
|
args: GetRecoveryPointCommandInput,
|
|
591
579
|
options: __HttpHandlerOptions,
|
|
592
|
-
cb: (err: any, data?: GetRecoveryPointCommandOutput) => void
|
|
580
|
+
cb: (err: any, data?: GetRecoveryPointCommandOutput) => void,
|
|
593
581
|
): void;
|
|
594
582
|
getReservation(
|
|
595
583
|
args: GetReservationCommandInput,
|
|
596
|
-
options?: __HttpHandlerOptions
|
|
584
|
+
options?: __HttpHandlerOptions,
|
|
597
585
|
): Promise<GetReservationCommandOutput>;
|
|
598
586
|
getReservation(
|
|
599
587
|
args: GetReservationCommandInput,
|
|
600
|
-
cb: (err: any, data?: GetReservationCommandOutput) => void
|
|
588
|
+
cb: (err: any, data?: GetReservationCommandOutput) => void,
|
|
601
589
|
): void;
|
|
602
590
|
getReservation(
|
|
603
591
|
args: GetReservationCommandInput,
|
|
604
592
|
options: __HttpHandlerOptions,
|
|
605
|
-
cb: (err: any, data?: GetReservationCommandOutput) => void
|
|
593
|
+
cb: (err: any, data?: GetReservationCommandOutput) => void,
|
|
606
594
|
): void;
|
|
607
595
|
getReservationOffering(
|
|
608
596
|
args: GetReservationOfferingCommandInput,
|
|
609
|
-
options?: __HttpHandlerOptions
|
|
597
|
+
options?: __HttpHandlerOptions,
|
|
610
598
|
): Promise<GetReservationOfferingCommandOutput>;
|
|
611
599
|
getReservationOffering(
|
|
612
600
|
args: GetReservationOfferingCommandInput,
|
|
613
|
-
cb: (err: any, data?: GetReservationOfferingCommandOutput) => void
|
|
601
|
+
cb: (err: any, data?: GetReservationOfferingCommandOutput) => void,
|
|
614
602
|
): void;
|
|
615
603
|
getReservationOffering(
|
|
616
604
|
args: GetReservationOfferingCommandInput,
|
|
617
605
|
options: __HttpHandlerOptions,
|
|
618
|
-
cb: (err: any, data?: GetReservationOfferingCommandOutput) => void
|
|
606
|
+
cb: (err: any, data?: GetReservationOfferingCommandOutput) => void,
|
|
619
607
|
): void;
|
|
620
608
|
getResourcePolicy(
|
|
621
609
|
args: GetResourcePolicyCommandInput,
|
|
622
|
-
options?: __HttpHandlerOptions
|
|
610
|
+
options?: __HttpHandlerOptions,
|
|
623
611
|
): Promise<GetResourcePolicyCommandOutput>;
|
|
624
612
|
getResourcePolicy(
|
|
625
613
|
args: GetResourcePolicyCommandInput,
|
|
626
|
-
cb: (err: any, data?: GetResourcePolicyCommandOutput) => void
|
|
614
|
+
cb: (err: any, data?: GetResourcePolicyCommandOutput) => void,
|
|
627
615
|
): void;
|
|
628
616
|
getResourcePolicy(
|
|
629
617
|
args: GetResourcePolicyCommandInput,
|
|
630
618
|
options: __HttpHandlerOptions,
|
|
631
|
-
cb: (err: any, data?: GetResourcePolicyCommandOutput) => void
|
|
619
|
+
cb: (err: any, data?: GetResourcePolicyCommandOutput) => void,
|
|
632
620
|
): void;
|
|
633
621
|
getScheduledAction(
|
|
634
622
|
args: GetScheduledActionCommandInput,
|
|
635
|
-
options?: __HttpHandlerOptions
|
|
623
|
+
options?: __HttpHandlerOptions,
|
|
636
624
|
): Promise<GetScheduledActionCommandOutput>;
|
|
637
625
|
getScheduledAction(
|
|
638
626
|
args: GetScheduledActionCommandInput,
|
|
639
|
-
cb: (err: any, data?: GetScheduledActionCommandOutput) => void
|
|
627
|
+
cb: (err: any, data?: GetScheduledActionCommandOutput) => void,
|
|
640
628
|
): void;
|
|
641
629
|
getScheduledAction(
|
|
642
630
|
args: GetScheduledActionCommandInput,
|
|
643
631
|
options: __HttpHandlerOptions,
|
|
644
|
-
cb: (err: any, data?: GetScheduledActionCommandOutput) => void
|
|
632
|
+
cb: (err: any, data?: GetScheduledActionCommandOutput) => void,
|
|
645
633
|
): void;
|
|
646
634
|
getSnapshot(): Promise<GetSnapshotCommandOutput>;
|
|
647
635
|
getSnapshot(
|
|
648
636
|
args: GetSnapshotCommandInput,
|
|
649
|
-
options?: __HttpHandlerOptions
|
|
637
|
+
options?: __HttpHandlerOptions,
|
|
650
638
|
): Promise<GetSnapshotCommandOutput>;
|
|
651
639
|
getSnapshot(
|
|
652
640
|
args: GetSnapshotCommandInput,
|
|
653
|
-
cb: (err: any, data?: GetSnapshotCommandOutput) => void
|
|
641
|
+
cb: (err: any, data?: GetSnapshotCommandOutput) => void,
|
|
654
642
|
): void;
|
|
655
643
|
getSnapshot(
|
|
656
644
|
args: GetSnapshotCommandInput,
|
|
657
645
|
options: __HttpHandlerOptions,
|
|
658
|
-
cb: (err: any, data?: GetSnapshotCommandOutput) => void
|
|
646
|
+
cb: (err: any, data?: GetSnapshotCommandOutput) => void,
|
|
659
647
|
): void;
|
|
660
648
|
getTableRestoreStatus(
|
|
661
649
|
args: GetTableRestoreStatusCommandInput,
|
|
662
|
-
options?: __HttpHandlerOptions
|
|
650
|
+
options?: __HttpHandlerOptions,
|
|
663
651
|
): Promise<GetTableRestoreStatusCommandOutput>;
|
|
664
652
|
getTableRestoreStatus(
|
|
665
653
|
args: GetTableRestoreStatusCommandInput,
|
|
666
|
-
cb: (err: any, data?: GetTableRestoreStatusCommandOutput) => void
|
|
654
|
+
cb: (err: any, data?: GetTableRestoreStatusCommandOutput) => void,
|
|
667
655
|
): void;
|
|
668
656
|
getTableRestoreStatus(
|
|
669
657
|
args: GetTableRestoreStatusCommandInput,
|
|
670
658
|
options: __HttpHandlerOptions,
|
|
671
|
-
cb: (err: any, data?: GetTableRestoreStatusCommandOutput) => void
|
|
659
|
+
cb: (err: any, data?: GetTableRestoreStatusCommandOutput) => void,
|
|
672
660
|
): void;
|
|
673
661
|
getTrack(
|
|
674
662
|
args: GetTrackCommandInput,
|
|
675
|
-
options?: __HttpHandlerOptions
|
|
663
|
+
options?: __HttpHandlerOptions,
|
|
676
664
|
): Promise<GetTrackCommandOutput>;
|
|
677
|
-
getTrack(
|
|
678
|
-
args: GetTrackCommandInput,
|
|
679
|
-
cb: (err: any, data?: GetTrackCommandOutput) => void
|
|
680
|
-
): void;
|
|
665
|
+
getTrack(args: GetTrackCommandInput, cb: (err: any, data?: GetTrackCommandOutput) => void): void;
|
|
681
666
|
getTrack(
|
|
682
667
|
args: GetTrackCommandInput,
|
|
683
668
|
options: __HttpHandlerOptions,
|
|
684
|
-
cb: (err: any, data?: GetTrackCommandOutput) => void
|
|
669
|
+
cb: (err: any, data?: GetTrackCommandOutput) => void,
|
|
685
670
|
): void;
|
|
686
671
|
getUsageLimit(
|
|
687
672
|
args: GetUsageLimitCommandInput,
|
|
688
|
-
options?: __HttpHandlerOptions
|
|
673
|
+
options?: __HttpHandlerOptions,
|
|
689
674
|
): Promise<GetUsageLimitCommandOutput>;
|
|
690
675
|
getUsageLimit(
|
|
691
676
|
args: GetUsageLimitCommandInput,
|
|
692
|
-
cb: (err: any, data?: GetUsageLimitCommandOutput) => void
|
|
677
|
+
cb: (err: any, data?: GetUsageLimitCommandOutput) => void,
|
|
693
678
|
): void;
|
|
694
679
|
getUsageLimit(
|
|
695
680
|
args: GetUsageLimitCommandInput,
|
|
696
681
|
options: __HttpHandlerOptions,
|
|
697
|
-
cb: (err: any, data?: GetUsageLimitCommandOutput) => void
|
|
682
|
+
cb: (err: any, data?: GetUsageLimitCommandOutput) => void,
|
|
698
683
|
): void;
|
|
699
684
|
getWorkgroup(
|
|
700
685
|
args: GetWorkgroupCommandInput,
|
|
701
|
-
options?: __HttpHandlerOptions
|
|
686
|
+
options?: __HttpHandlerOptions,
|
|
702
687
|
): Promise<GetWorkgroupCommandOutput>;
|
|
703
688
|
getWorkgroup(
|
|
704
689
|
args: GetWorkgroupCommandInput,
|
|
705
|
-
cb: (err: any, data?: GetWorkgroupCommandOutput) => void
|
|
690
|
+
cb: (err: any, data?: GetWorkgroupCommandOutput) => void,
|
|
706
691
|
): void;
|
|
707
692
|
getWorkgroup(
|
|
708
693
|
args: GetWorkgroupCommandInput,
|
|
709
694
|
options: __HttpHandlerOptions,
|
|
710
|
-
cb: (err: any, data?: GetWorkgroupCommandOutput) => void
|
|
695
|
+
cb: (err: any, data?: GetWorkgroupCommandOutput) => void,
|
|
711
696
|
): void;
|
|
712
697
|
listCustomDomainAssociations(): Promise<ListCustomDomainAssociationsCommandOutput>;
|
|
713
698
|
listCustomDomainAssociations(
|
|
714
699
|
args: ListCustomDomainAssociationsCommandInput,
|
|
715
|
-
options?: __HttpHandlerOptions
|
|
700
|
+
options?: __HttpHandlerOptions,
|
|
716
701
|
): Promise<ListCustomDomainAssociationsCommandOutput>;
|
|
717
702
|
listCustomDomainAssociations(
|
|
718
703
|
args: ListCustomDomainAssociationsCommandInput,
|
|
719
|
-
cb: (err: any, data?: ListCustomDomainAssociationsCommandOutput) => void
|
|
704
|
+
cb: (err: any, data?: ListCustomDomainAssociationsCommandOutput) => void,
|
|
720
705
|
): void;
|
|
721
706
|
listCustomDomainAssociations(
|
|
722
707
|
args: ListCustomDomainAssociationsCommandInput,
|
|
723
708
|
options: __HttpHandlerOptions,
|
|
724
|
-
cb: (err: any, data?: ListCustomDomainAssociationsCommandOutput) => void
|
|
709
|
+
cb: (err: any, data?: ListCustomDomainAssociationsCommandOutput) => void,
|
|
725
710
|
): void;
|
|
726
711
|
listEndpointAccess(): Promise<ListEndpointAccessCommandOutput>;
|
|
727
712
|
listEndpointAccess(
|
|
728
713
|
args: ListEndpointAccessCommandInput,
|
|
729
|
-
options?: __HttpHandlerOptions
|
|
714
|
+
options?: __HttpHandlerOptions,
|
|
730
715
|
): Promise<ListEndpointAccessCommandOutput>;
|
|
731
716
|
listEndpointAccess(
|
|
732
717
|
args: ListEndpointAccessCommandInput,
|
|
733
|
-
cb: (err: any, data?: ListEndpointAccessCommandOutput) => void
|
|
718
|
+
cb: (err: any, data?: ListEndpointAccessCommandOutput) => void,
|
|
734
719
|
): void;
|
|
735
720
|
listEndpointAccess(
|
|
736
721
|
args: ListEndpointAccessCommandInput,
|
|
737
722
|
options: __HttpHandlerOptions,
|
|
738
|
-
cb: (err: any, data?: ListEndpointAccessCommandOutput) => void
|
|
723
|
+
cb: (err: any, data?: ListEndpointAccessCommandOutput) => void,
|
|
739
724
|
): void;
|
|
740
725
|
listManagedWorkgroups(): Promise<ListManagedWorkgroupsCommandOutput>;
|
|
741
726
|
listManagedWorkgroups(
|
|
742
727
|
args: ListManagedWorkgroupsCommandInput,
|
|
743
|
-
options?: __HttpHandlerOptions
|
|
728
|
+
options?: __HttpHandlerOptions,
|
|
744
729
|
): Promise<ListManagedWorkgroupsCommandOutput>;
|
|
745
730
|
listManagedWorkgroups(
|
|
746
731
|
args: ListManagedWorkgroupsCommandInput,
|
|
747
|
-
cb: (err: any, data?: ListManagedWorkgroupsCommandOutput) => void
|
|
732
|
+
cb: (err: any, data?: ListManagedWorkgroupsCommandOutput) => void,
|
|
748
733
|
): void;
|
|
749
734
|
listManagedWorkgroups(
|
|
750
735
|
args: ListManagedWorkgroupsCommandInput,
|
|
751
736
|
options: __HttpHandlerOptions,
|
|
752
|
-
cb: (err: any, data?: ListManagedWorkgroupsCommandOutput) => void
|
|
737
|
+
cb: (err: any, data?: ListManagedWorkgroupsCommandOutput) => void,
|
|
753
738
|
): void;
|
|
754
739
|
listNamespaces(): Promise<ListNamespacesCommandOutput>;
|
|
755
740
|
listNamespaces(
|
|
756
741
|
args: ListNamespacesCommandInput,
|
|
757
|
-
options?: __HttpHandlerOptions
|
|
742
|
+
options?: __HttpHandlerOptions,
|
|
758
743
|
): Promise<ListNamespacesCommandOutput>;
|
|
759
744
|
listNamespaces(
|
|
760
745
|
args: ListNamespacesCommandInput,
|
|
761
|
-
cb: (err: any, data?: ListNamespacesCommandOutput) => void
|
|
746
|
+
cb: (err: any, data?: ListNamespacesCommandOutput) => void,
|
|
762
747
|
): void;
|
|
763
748
|
listNamespaces(
|
|
764
749
|
args: ListNamespacesCommandInput,
|
|
765
750
|
options: __HttpHandlerOptions,
|
|
766
|
-
cb: (err: any, data?: ListNamespacesCommandOutput) => void
|
|
751
|
+
cb: (err: any, data?: ListNamespacesCommandOutput) => void,
|
|
767
752
|
): void;
|
|
768
753
|
listRecoveryPoints(): Promise<ListRecoveryPointsCommandOutput>;
|
|
769
754
|
listRecoveryPoints(
|
|
770
755
|
args: ListRecoveryPointsCommandInput,
|
|
771
|
-
options?: __HttpHandlerOptions
|
|
756
|
+
options?: __HttpHandlerOptions,
|
|
772
757
|
): Promise<ListRecoveryPointsCommandOutput>;
|
|
773
758
|
listRecoveryPoints(
|
|
774
759
|
args: ListRecoveryPointsCommandInput,
|
|
775
|
-
cb: (err: any, data?: ListRecoveryPointsCommandOutput) => void
|
|
760
|
+
cb: (err: any, data?: ListRecoveryPointsCommandOutput) => void,
|
|
776
761
|
): void;
|
|
777
762
|
listRecoveryPoints(
|
|
778
763
|
args: ListRecoveryPointsCommandInput,
|
|
779
764
|
options: __HttpHandlerOptions,
|
|
780
|
-
cb: (err: any, data?: ListRecoveryPointsCommandOutput) => void
|
|
765
|
+
cb: (err: any, data?: ListRecoveryPointsCommandOutput) => void,
|
|
781
766
|
): void;
|
|
782
767
|
listReservationOfferings(): Promise<ListReservationOfferingsCommandOutput>;
|
|
783
768
|
listReservationOfferings(
|
|
784
769
|
args: ListReservationOfferingsCommandInput,
|
|
785
|
-
options?: __HttpHandlerOptions
|
|
770
|
+
options?: __HttpHandlerOptions,
|
|
786
771
|
): Promise<ListReservationOfferingsCommandOutput>;
|
|
787
772
|
listReservationOfferings(
|
|
788
773
|
args: ListReservationOfferingsCommandInput,
|
|
789
|
-
cb: (err: any, data?: ListReservationOfferingsCommandOutput) => void
|
|
774
|
+
cb: (err: any, data?: ListReservationOfferingsCommandOutput) => void,
|
|
790
775
|
): void;
|
|
791
776
|
listReservationOfferings(
|
|
792
777
|
args: ListReservationOfferingsCommandInput,
|
|
793
778
|
options: __HttpHandlerOptions,
|
|
794
|
-
cb: (err: any, data?: ListReservationOfferingsCommandOutput) => void
|
|
779
|
+
cb: (err: any, data?: ListReservationOfferingsCommandOutput) => void,
|
|
795
780
|
): void;
|
|
796
781
|
listReservations(): Promise<ListReservationsCommandOutput>;
|
|
797
782
|
listReservations(
|
|
798
783
|
args: ListReservationsCommandInput,
|
|
799
|
-
options?: __HttpHandlerOptions
|
|
784
|
+
options?: __HttpHandlerOptions,
|
|
800
785
|
): Promise<ListReservationsCommandOutput>;
|
|
801
786
|
listReservations(
|
|
802
787
|
args: ListReservationsCommandInput,
|
|
803
|
-
cb: (err: any, data?: ListReservationsCommandOutput) => void
|
|
788
|
+
cb: (err: any, data?: ListReservationsCommandOutput) => void,
|
|
804
789
|
): void;
|
|
805
790
|
listReservations(
|
|
806
791
|
args: ListReservationsCommandInput,
|
|
807
792
|
options: __HttpHandlerOptions,
|
|
808
|
-
cb: (err: any, data?: ListReservationsCommandOutput) => void
|
|
793
|
+
cb: (err: any, data?: ListReservationsCommandOutput) => void,
|
|
809
794
|
): void;
|
|
810
795
|
listScheduledActions(): Promise<ListScheduledActionsCommandOutput>;
|
|
811
796
|
listScheduledActions(
|
|
812
797
|
args: ListScheduledActionsCommandInput,
|
|
813
|
-
options?: __HttpHandlerOptions
|
|
798
|
+
options?: __HttpHandlerOptions,
|
|
814
799
|
): Promise<ListScheduledActionsCommandOutput>;
|
|
815
800
|
listScheduledActions(
|
|
816
801
|
args: ListScheduledActionsCommandInput,
|
|
817
|
-
cb: (err: any, data?: ListScheduledActionsCommandOutput) => void
|
|
802
|
+
cb: (err: any, data?: ListScheduledActionsCommandOutput) => void,
|
|
818
803
|
): void;
|
|
819
804
|
listScheduledActions(
|
|
820
805
|
args: ListScheduledActionsCommandInput,
|
|
821
806
|
options: __HttpHandlerOptions,
|
|
822
|
-
cb: (err: any, data?: ListScheduledActionsCommandOutput) => void
|
|
807
|
+
cb: (err: any, data?: ListScheduledActionsCommandOutput) => void,
|
|
823
808
|
): void;
|
|
824
809
|
listSnapshotCopyConfigurations(): Promise<ListSnapshotCopyConfigurationsCommandOutput>;
|
|
825
810
|
listSnapshotCopyConfigurations(
|
|
826
811
|
args: ListSnapshotCopyConfigurationsCommandInput,
|
|
827
|
-
options?: __HttpHandlerOptions
|
|
812
|
+
options?: __HttpHandlerOptions,
|
|
828
813
|
): Promise<ListSnapshotCopyConfigurationsCommandOutput>;
|
|
829
814
|
listSnapshotCopyConfigurations(
|
|
830
815
|
args: ListSnapshotCopyConfigurationsCommandInput,
|
|
831
|
-
cb: (err: any, data?: ListSnapshotCopyConfigurationsCommandOutput) => void
|
|
816
|
+
cb: (err: any, data?: ListSnapshotCopyConfigurationsCommandOutput) => void,
|
|
832
817
|
): void;
|
|
833
818
|
listSnapshotCopyConfigurations(
|
|
834
819
|
args: ListSnapshotCopyConfigurationsCommandInput,
|
|
835
820
|
options: __HttpHandlerOptions,
|
|
836
|
-
cb: (err: any, data?: ListSnapshotCopyConfigurationsCommandOutput) => void
|
|
821
|
+
cb: (err: any, data?: ListSnapshotCopyConfigurationsCommandOutput) => void,
|
|
837
822
|
): void;
|
|
838
823
|
listSnapshots(): Promise<ListSnapshotsCommandOutput>;
|
|
839
824
|
listSnapshots(
|
|
840
825
|
args: ListSnapshotsCommandInput,
|
|
841
|
-
options?: __HttpHandlerOptions
|
|
826
|
+
options?: __HttpHandlerOptions,
|
|
842
827
|
): Promise<ListSnapshotsCommandOutput>;
|
|
843
828
|
listSnapshots(
|
|
844
829
|
args: ListSnapshotsCommandInput,
|
|
845
|
-
cb: (err: any, data?: ListSnapshotsCommandOutput) => void
|
|
830
|
+
cb: (err: any, data?: ListSnapshotsCommandOutput) => void,
|
|
846
831
|
): void;
|
|
847
832
|
listSnapshots(
|
|
848
833
|
args: ListSnapshotsCommandInput,
|
|
849
834
|
options: __HttpHandlerOptions,
|
|
850
|
-
cb: (err: any, data?: ListSnapshotsCommandOutput) => void
|
|
835
|
+
cb: (err: any, data?: ListSnapshotsCommandOutput) => void,
|
|
851
836
|
): void;
|
|
852
837
|
listTableRestoreStatus(): Promise<ListTableRestoreStatusCommandOutput>;
|
|
853
838
|
listTableRestoreStatus(
|
|
854
839
|
args: ListTableRestoreStatusCommandInput,
|
|
855
|
-
options?: __HttpHandlerOptions
|
|
840
|
+
options?: __HttpHandlerOptions,
|
|
856
841
|
): Promise<ListTableRestoreStatusCommandOutput>;
|
|
857
842
|
listTableRestoreStatus(
|
|
858
843
|
args: ListTableRestoreStatusCommandInput,
|
|
859
|
-
cb: (err: any, data?: ListTableRestoreStatusCommandOutput) => void
|
|
844
|
+
cb: (err: any, data?: ListTableRestoreStatusCommandOutput) => void,
|
|
860
845
|
): void;
|
|
861
846
|
listTableRestoreStatus(
|
|
862
847
|
args: ListTableRestoreStatusCommandInput,
|
|
863
848
|
options: __HttpHandlerOptions,
|
|
864
|
-
cb: (err: any, data?: ListTableRestoreStatusCommandOutput) => void
|
|
849
|
+
cb: (err: any, data?: ListTableRestoreStatusCommandOutput) => void,
|
|
865
850
|
): void;
|
|
866
851
|
listTagsForResource(
|
|
867
852
|
args: ListTagsForResourceCommandInput,
|
|
868
|
-
options?: __HttpHandlerOptions
|
|
853
|
+
options?: __HttpHandlerOptions,
|
|
869
854
|
): Promise<ListTagsForResourceCommandOutput>;
|
|
870
855
|
listTagsForResource(
|
|
871
856
|
args: ListTagsForResourceCommandInput,
|
|
872
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
857
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
873
858
|
): void;
|
|
874
859
|
listTagsForResource(
|
|
875
860
|
args: ListTagsForResourceCommandInput,
|
|
876
861
|
options: __HttpHandlerOptions,
|
|
877
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
862
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
878
863
|
): void;
|
|
879
864
|
listTracks(): Promise<ListTracksCommandOutput>;
|
|
880
865
|
listTracks(
|
|
881
866
|
args: ListTracksCommandInput,
|
|
882
|
-
options?: __HttpHandlerOptions
|
|
867
|
+
options?: __HttpHandlerOptions,
|
|
883
868
|
): Promise<ListTracksCommandOutput>;
|
|
884
869
|
listTracks(
|
|
885
870
|
args: ListTracksCommandInput,
|
|
886
|
-
cb: (err: any, data?: ListTracksCommandOutput) => void
|
|
871
|
+
cb: (err: any, data?: ListTracksCommandOutput) => void,
|
|
887
872
|
): void;
|
|
888
873
|
listTracks(
|
|
889
874
|
args: ListTracksCommandInput,
|
|
890
875
|
options: __HttpHandlerOptions,
|
|
891
|
-
cb: (err: any, data?: ListTracksCommandOutput) => void
|
|
876
|
+
cb: (err: any, data?: ListTracksCommandOutput) => void,
|
|
892
877
|
): void;
|
|
893
878
|
listUsageLimits(): Promise<ListUsageLimitsCommandOutput>;
|
|
894
879
|
listUsageLimits(
|
|
895
880
|
args: ListUsageLimitsCommandInput,
|
|
896
|
-
options?: __HttpHandlerOptions
|
|
881
|
+
options?: __HttpHandlerOptions,
|
|
897
882
|
): Promise<ListUsageLimitsCommandOutput>;
|
|
898
883
|
listUsageLimits(
|
|
899
884
|
args: ListUsageLimitsCommandInput,
|
|
900
|
-
cb: (err: any, data?: ListUsageLimitsCommandOutput) => void
|
|
885
|
+
cb: (err: any, data?: ListUsageLimitsCommandOutput) => void,
|
|
901
886
|
): void;
|
|
902
887
|
listUsageLimits(
|
|
903
888
|
args: ListUsageLimitsCommandInput,
|
|
904
889
|
options: __HttpHandlerOptions,
|
|
905
|
-
cb: (err: any, data?: ListUsageLimitsCommandOutput) => void
|
|
890
|
+
cb: (err: any, data?: ListUsageLimitsCommandOutput) => void,
|
|
906
891
|
): void;
|
|
907
892
|
listWorkgroups(): Promise<ListWorkgroupsCommandOutput>;
|
|
908
893
|
listWorkgroups(
|
|
909
894
|
args: ListWorkgroupsCommandInput,
|
|
910
|
-
options?: __HttpHandlerOptions
|
|
895
|
+
options?: __HttpHandlerOptions,
|
|
911
896
|
): Promise<ListWorkgroupsCommandOutput>;
|
|
912
897
|
listWorkgroups(
|
|
913
898
|
args: ListWorkgroupsCommandInput,
|
|
914
|
-
cb: (err: any, data?: ListWorkgroupsCommandOutput) => void
|
|
899
|
+
cb: (err: any, data?: ListWorkgroupsCommandOutput) => void,
|
|
915
900
|
): void;
|
|
916
901
|
listWorkgroups(
|
|
917
902
|
args: ListWorkgroupsCommandInput,
|
|
918
903
|
options: __HttpHandlerOptions,
|
|
919
|
-
cb: (err: any, data?: ListWorkgroupsCommandOutput) => void
|
|
904
|
+
cb: (err: any, data?: ListWorkgroupsCommandOutput) => void,
|
|
920
905
|
): void;
|
|
921
906
|
putResourcePolicy(
|
|
922
907
|
args: PutResourcePolicyCommandInput,
|
|
923
|
-
options?: __HttpHandlerOptions
|
|
908
|
+
options?: __HttpHandlerOptions,
|
|
924
909
|
): Promise<PutResourcePolicyCommandOutput>;
|
|
925
910
|
putResourcePolicy(
|
|
926
911
|
args: PutResourcePolicyCommandInput,
|
|
927
|
-
cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
|
|
912
|
+
cb: (err: any, data?: PutResourcePolicyCommandOutput) => void,
|
|
928
913
|
): void;
|
|
929
914
|
putResourcePolicy(
|
|
930
915
|
args: PutResourcePolicyCommandInput,
|
|
931
916
|
options: __HttpHandlerOptions,
|
|
932
|
-
cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
|
|
917
|
+
cb: (err: any, data?: PutResourcePolicyCommandOutput) => void,
|
|
933
918
|
): void;
|
|
934
919
|
restoreFromRecoveryPoint(
|
|
935
920
|
args: RestoreFromRecoveryPointCommandInput,
|
|
936
|
-
options?: __HttpHandlerOptions
|
|
921
|
+
options?: __HttpHandlerOptions,
|
|
937
922
|
): Promise<RestoreFromRecoveryPointCommandOutput>;
|
|
938
923
|
restoreFromRecoveryPoint(
|
|
939
924
|
args: RestoreFromRecoveryPointCommandInput,
|
|
940
|
-
cb: (err: any, data?: RestoreFromRecoveryPointCommandOutput) => void
|
|
925
|
+
cb: (err: any, data?: RestoreFromRecoveryPointCommandOutput) => void,
|
|
941
926
|
): void;
|
|
942
927
|
restoreFromRecoveryPoint(
|
|
943
928
|
args: RestoreFromRecoveryPointCommandInput,
|
|
944
929
|
options: __HttpHandlerOptions,
|
|
945
|
-
cb: (err: any, data?: RestoreFromRecoveryPointCommandOutput) => void
|
|
930
|
+
cb: (err: any, data?: RestoreFromRecoveryPointCommandOutput) => void,
|
|
946
931
|
): void;
|
|
947
932
|
restoreFromSnapshot(
|
|
948
933
|
args: RestoreFromSnapshotCommandInput,
|
|
949
|
-
options?: __HttpHandlerOptions
|
|
934
|
+
options?: __HttpHandlerOptions,
|
|
950
935
|
): Promise<RestoreFromSnapshotCommandOutput>;
|
|
951
936
|
restoreFromSnapshot(
|
|
952
937
|
args: RestoreFromSnapshotCommandInput,
|
|
953
|
-
cb: (err: any, data?: RestoreFromSnapshotCommandOutput) => void
|
|
938
|
+
cb: (err: any, data?: RestoreFromSnapshotCommandOutput) => void,
|
|
954
939
|
): void;
|
|
955
940
|
restoreFromSnapshot(
|
|
956
941
|
args: RestoreFromSnapshotCommandInput,
|
|
957
942
|
options: __HttpHandlerOptions,
|
|
958
|
-
cb: (err: any, data?: RestoreFromSnapshotCommandOutput) => void
|
|
943
|
+
cb: (err: any, data?: RestoreFromSnapshotCommandOutput) => void,
|
|
959
944
|
): void;
|
|
960
945
|
restoreTableFromRecoveryPoint(
|
|
961
946
|
args: RestoreTableFromRecoveryPointCommandInput,
|
|
962
|
-
options?: __HttpHandlerOptions
|
|
947
|
+
options?: __HttpHandlerOptions,
|
|
963
948
|
): Promise<RestoreTableFromRecoveryPointCommandOutput>;
|
|
964
949
|
restoreTableFromRecoveryPoint(
|
|
965
950
|
args: RestoreTableFromRecoveryPointCommandInput,
|
|
966
|
-
cb: (err: any, data?: RestoreTableFromRecoveryPointCommandOutput) => void
|
|
951
|
+
cb: (err: any, data?: RestoreTableFromRecoveryPointCommandOutput) => void,
|
|
967
952
|
): void;
|
|
968
953
|
restoreTableFromRecoveryPoint(
|
|
969
954
|
args: RestoreTableFromRecoveryPointCommandInput,
|
|
970
955
|
options: __HttpHandlerOptions,
|
|
971
|
-
cb: (err: any, data?: RestoreTableFromRecoveryPointCommandOutput) => void
|
|
956
|
+
cb: (err: any, data?: RestoreTableFromRecoveryPointCommandOutput) => void,
|
|
972
957
|
): void;
|
|
973
958
|
restoreTableFromSnapshot(
|
|
974
959
|
args: RestoreTableFromSnapshotCommandInput,
|
|
975
|
-
options?: __HttpHandlerOptions
|
|
960
|
+
options?: __HttpHandlerOptions,
|
|
976
961
|
): Promise<RestoreTableFromSnapshotCommandOutput>;
|
|
977
962
|
restoreTableFromSnapshot(
|
|
978
963
|
args: RestoreTableFromSnapshotCommandInput,
|
|
979
|
-
cb: (err: any, data?: RestoreTableFromSnapshotCommandOutput) => void
|
|
964
|
+
cb: (err: any, data?: RestoreTableFromSnapshotCommandOutput) => void,
|
|
980
965
|
): void;
|
|
981
966
|
restoreTableFromSnapshot(
|
|
982
967
|
args: RestoreTableFromSnapshotCommandInput,
|
|
983
968
|
options: __HttpHandlerOptions,
|
|
984
|
-
cb: (err: any, data?: RestoreTableFromSnapshotCommandOutput) => void
|
|
969
|
+
cb: (err: any, data?: RestoreTableFromSnapshotCommandOutput) => void,
|
|
985
970
|
): void;
|
|
986
971
|
tagResource(
|
|
987
972
|
args: TagResourceCommandInput,
|
|
988
|
-
options?: __HttpHandlerOptions
|
|
973
|
+
options?: __HttpHandlerOptions,
|
|
989
974
|
): Promise<TagResourceCommandOutput>;
|
|
990
975
|
tagResource(
|
|
991
976
|
args: TagResourceCommandInput,
|
|
992
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
977
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
993
978
|
): void;
|
|
994
979
|
tagResource(
|
|
995
980
|
args: TagResourceCommandInput,
|
|
996
981
|
options: __HttpHandlerOptions,
|
|
997
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
982
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
998
983
|
): void;
|
|
999
984
|
untagResource(
|
|
1000
985
|
args: UntagResourceCommandInput,
|
|
1001
|
-
options?: __HttpHandlerOptions
|
|
986
|
+
options?: __HttpHandlerOptions,
|
|
1002
987
|
): Promise<UntagResourceCommandOutput>;
|
|
1003
988
|
untagResource(
|
|
1004
989
|
args: UntagResourceCommandInput,
|
|
1005
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
990
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
1006
991
|
): void;
|
|
1007
992
|
untagResource(
|
|
1008
993
|
args: UntagResourceCommandInput,
|
|
1009
994
|
options: __HttpHandlerOptions,
|
|
1010
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
995
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
1011
996
|
): void;
|
|
1012
997
|
updateCustomDomainAssociation(
|
|
1013
998
|
args: UpdateCustomDomainAssociationCommandInput,
|
|
1014
|
-
options?: __HttpHandlerOptions
|
|
999
|
+
options?: __HttpHandlerOptions,
|
|
1015
1000
|
): Promise<UpdateCustomDomainAssociationCommandOutput>;
|
|
1016
1001
|
updateCustomDomainAssociation(
|
|
1017
1002
|
args: UpdateCustomDomainAssociationCommandInput,
|
|
1018
|
-
cb: (err: any, data?: UpdateCustomDomainAssociationCommandOutput) => void
|
|
1003
|
+
cb: (err: any, data?: UpdateCustomDomainAssociationCommandOutput) => void,
|
|
1019
1004
|
): void;
|
|
1020
1005
|
updateCustomDomainAssociation(
|
|
1021
1006
|
args: UpdateCustomDomainAssociationCommandInput,
|
|
1022
1007
|
options: __HttpHandlerOptions,
|
|
1023
|
-
cb: (err: any, data?: UpdateCustomDomainAssociationCommandOutput) => void
|
|
1008
|
+
cb: (err: any, data?: UpdateCustomDomainAssociationCommandOutput) => void,
|
|
1024
1009
|
): void;
|
|
1025
1010
|
updateEndpointAccess(
|
|
1026
1011
|
args: UpdateEndpointAccessCommandInput,
|
|
1027
|
-
options?: __HttpHandlerOptions
|
|
1012
|
+
options?: __HttpHandlerOptions,
|
|
1028
1013
|
): Promise<UpdateEndpointAccessCommandOutput>;
|
|
1029
1014
|
updateEndpointAccess(
|
|
1030
1015
|
args: UpdateEndpointAccessCommandInput,
|
|
1031
|
-
cb: (err: any, data?: UpdateEndpointAccessCommandOutput) => void
|
|
1016
|
+
cb: (err: any, data?: UpdateEndpointAccessCommandOutput) => void,
|
|
1032
1017
|
): void;
|
|
1033
1018
|
updateEndpointAccess(
|
|
1034
1019
|
args: UpdateEndpointAccessCommandInput,
|
|
1035
1020
|
options: __HttpHandlerOptions,
|
|
1036
|
-
cb: (err: any, data?: UpdateEndpointAccessCommandOutput) => void
|
|
1021
|
+
cb: (err: any, data?: UpdateEndpointAccessCommandOutput) => void,
|
|
1037
1022
|
): void;
|
|
1038
1023
|
updateLakehouseConfiguration(
|
|
1039
1024
|
args: UpdateLakehouseConfigurationCommandInput,
|
|
1040
|
-
options?: __HttpHandlerOptions
|
|
1025
|
+
options?: __HttpHandlerOptions,
|
|
1041
1026
|
): Promise<UpdateLakehouseConfigurationCommandOutput>;
|
|
1042
1027
|
updateLakehouseConfiguration(
|
|
1043
1028
|
args: UpdateLakehouseConfigurationCommandInput,
|
|
1044
|
-
cb: (err: any, data?: UpdateLakehouseConfigurationCommandOutput) => void
|
|
1029
|
+
cb: (err: any, data?: UpdateLakehouseConfigurationCommandOutput) => void,
|
|
1045
1030
|
): void;
|
|
1046
1031
|
updateLakehouseConfiguration(
|
|
1047
1032
|
args: UpdateLakehouseConfigurationCommandInput,
|
|
1048
1033
|
options: __HttpHandlerOptions,
|
|
1049
|
-
cb: (err: any, data?: UpdateLakehouseConfigurationCommandOutput) => void
|
|
1034
|
+
cb: (err: any, data?: UpdateLakehouseConfigurationCommandOutput) => void,
|
|
1050
1035
|
): void;
|
|
1051
1036
|
updateNamespace(
|
|
1052
1037
|
args: UpdateNamespaceCommandInput,
|
|
1053
|
-
options?: __HttpHandlerOptions
|
|
1038
|
+
options?: __HttpHandlerOptions,
|
|
1054
1039
|
): Promise<UpdateNamespaceCommandOutput>;
|
|
1055
1040
|
updateNamespace(
|
|
1056
1041
|
args: UpdateNamespaceCommandInput,
|
|
1057
|
-
cb: (err: any, data?: UpdateNamespaceCommandOutput) => void
|
|
1042
|
+
cb: (err: any, data?: UpdateNamespaceCommandOutput) => void,
|
|
1058
1043
|
): void;
|
|
1059
1044
|
updateNamespace(
|
|
1060
1045
|
args: UpdateNamespaceCommandInput,
|
|
1061
1046
|
options: __HttpHandlerOptions,
|
|
1062
|
-
cb: (err: any, data?: UpdateNamespaceCommandOutput) => void
|
|
1047
|
+
cb: (err: any, data?: UpdateNamespaceCommandOutput) => void,
|
|
1063
1048
|
): void;
|
|
1064
1049
|
updateScheduledAction(
|
|
1065
1050
|
args: UpdateScheduledActionCommandInput,
|
|
1066
|
-
options?: __HttpHandlerOptions
|
|
1051
|
+
options?: __HttpHandlerOptions,
|
|
1067
1052
|
): Promise<UpdateScheduledActionCommandOutput>;
|
|
1068
1053
|
updateScheduledAction(
|
|
1069
1054
|
args: UpdateScheduledActionCommandInput,
|
|
1070
|
-
cb: (err: any, data?: UpdateScheduledActionCommandOutput) => void
|
|
1055
|
+
cb: (err: any, data?: UpdateScheduledActionCommandOutput) => void,
|
|
1071
1056
|
): void;
|
|
1072
1057
|
updateScheduledAction(
|
|
1073
1058
|
args: UpdateScheduledActionCommandInput,
|
|
1074
1059
|
options: __HttpHandlerOptions,
|
|
1075
|
-
cb: (err: any, data?: UpdateScheduledActionCommandOutput) => void
|
|
1060
|
+
cb: (err: any, data?: UpdateScheduledActionCommandOutput) => void,
|
|
1076
1061
|
): void;
|
|
1077
1062
|
updateSnapshot(
|
|
1078
1063
|
args: UpdateSnapshotCommandInput,
|
|
1079
|
-
options?: __HttpHandlerOptions
|
|
1064
|
+
options?: __HttpHandlerOptions,
|
|
1080
1065
|
): Promise<UpdateSnapshotCommandOutput>;
|
|
1081
1066
|
updateSnapshot(
|
|
1082
1067
|
args: UpdateSnapshotCommandInput,
|
|
1083
|
-
cb: (err: any, data?: UpdateSnapshotCommandOutput) => void
|
|
1068
|
+
cb: (err: any, data?: UpdateSnapshotCommandOutput) => void,
|
|
1084
1069
|
): void;
|
|
1085
1070
|
updateSnapshot(
|
|
1086
1071
|
args: UpdateSnapshotCommandInput,
|
|
1087
1072
|
options: __HttpHandlerOptions,
|
|
1088
|
-
cb: (err: any, data?: UpdateSnapshotCommandOutput) => void
|
|
1073
|
+
cb: (err: any, data?: UpdateSnapshotCommandOutput) => void,
|
|
1089
1074
|
): void;
|
|
1090
1075
|
updateSnapshotCopyConfiguration(
|
|
1091
1076
|
args: UpdateSnapshotCopyConfigurationCommandInput,
|
|
1092
|
-
options?: __HttpHandlerOptions
|
|
1077
|
+
options?: __HttpHandlerOptions,
|
|
1093
1078
|
): Promise<UpdateSnapshotCopyConfigurationCommandOutput>;
|
|
1094
1079
|
updateSnapshotCopyConfiguration(
|
|
1095
1080
|
args: UpdateSnapshotCopyConfigurationCommandInput,
|
|
1096
|
-
cb: (err: any, data?: UpdateSnapshotCopyConfigurationCommandOutput) => void
|
|
1081
|
+
cb: (err: any, data?: UpdateSnapshotCopyConfigurationCommandOutput) => void,
|
|
1097
1082
|
): void;
|
|
1098
1083
|
updateSnapshotCopyConfiguration(
|
|
1099
1084
|
args: UpdateSnapshotCopyConfigurationCommandInput,
|
|
1100
1085
|
options: __HttpHandlerOptions,
|
|
1101
|
-
cb: (err: any, data?: UpdateSnapshotCopyConfigurationCommandOutput) => void
|
|
1086
|
+
cb: (err: any, data?: UpdateSnapshotCopyConfigurationCommandOutput) => void,
|
|
1102
1087
|
): void;
|
|
1103
1088
|
updateUsageLimit(
|
|
1104
1089
|
args: UpdateUsageLimitCommandInput,
|
|
1105
|
-
options?: __HttpHandlerOptions
|
|
1090
|
+
options?: __HttpHandlerOptions,
|
|
1106
1091
|
): Promise<UpdateUsageLimitCommandOutput>;
|
|
1107
1092
|
updateUsageLimit(
|
|
1108
1093
|
args: UpdateUsageLimitCommandInput,
|
|
1109
|
-
cb: (err: any, data?: UpdateUsageLimitCommandOutput) => void
|
|
1094
|
+
cb: (err: any, data?: UpdateUsageLimitCommandOutput) => void,
|
|
1110
1095
|
): void;
|
|
1111
1096
|
updateUsageLimit(
|
|
1112
1097
|
args: UpdateUsageLimitCommandInput,
|
|
1113
1098
|
options: __HttpHandlerOptions,
|
|
1114
|
-
cb: (err: any, data?: UpdateUsageLimitCommandOutput) => void
|
|
1099
|
+
cb: (err: any, data?: UpdateUsageLimitCommandOutput) => void,
|
|
1115
1100
|
): void;
|
|
1116
1101
|
updateWorkgroup(
|
|
1117
1102
|
args: UpdateWorkgroupCommandInput,
|
|
1118
|
-
options?: __HttpHandlerOptions
|
|
1103
|
+
options?: __HttpHandlerOptions,
|
|
1119
1104
|
): Promise<UpdateWorkgroupCommandOutput>;
|
|
1120
1105
|
updateWorkgroup(
|
|
1121
1106
|
args: UpdateWorkgroupCommandInput,
|
|
1122
|
-
cb: (err: any, data?: UpdateWorkgroupCommandOutput) => void
|
|
1107
|
+
cb: (err: any, data?: UpdateWorkgroupCommandOutput) => void,
|
|
1123
1108
|
): void;
|
|
1124
1109
|
updateWorkgroup(
|
|
1125
1110
|
args: UpdateWorkgroupCommandInput,
|
|
1126
1111
|
options: __HttpHandlerOptions,
|
|
1127
|
-
cb: (err: any, data?: UpdateWorkgroupCommandOutput) => void
|
|
1112
|
+
cb: (err: any, data?: UpdateWorkgroupCommandOutput) => void,
|
|
1128
1113
|
): void;
|
|
1129
1114
|
paginateListCustomDomainAssociations(
|
|
1130
1115
|
args?: ListCustomDomainAssociationsCommandInput,
|
|
1131
1116
|
paginationConfig?: Pick<
|
|
1132
1117
|
PaginationConfiguration,
|
|
1133
1118
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1134
|
-
|
|
1119
|
+
>,
|
|
1135
1120
|
): Paginator<ListCustomDomainAssociationsCommandOutput>;
|
|
1136
1121
|
paginateListEndpointAccess(
|
|
1137
1122
|
args?: ListEndpointAccessCommandInput,
|
|
1138
1123
|
paginationConfig?: Pick<
|
|
1139
1124
|
PaginationConfiguration,
|
|
1140
1125
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1141
|
-
|
|
1126
|
+
>,
|
|
1142
1127
|
): Paginator<ListEndpointAccessCommandOutput>;
|
|
1143
1128
|
paginateListManagedWorkgroups(
|
|
1144
1129
|
args?: ListManagedWorkgroupsCommandInput,
|
|
1145
1130
|
paginationConfig?: Pick<
|
|
1146
1131
|
PaginationConfiguration,
|
|
1147
1132
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1148
|
-
|
|
1133
|
+
>,
|
|
1149
1134
|
): Paginator<ListManagedWorkgroupsCommandOutput>;
|
|
1150
1135
|
paginateListNamespaces(
|
|
1151
1136
|
args?: ListNamespacesCommandInput,
|
|
1152
1137
|
paginationConfig?: Pick<
|
|
1153
1138
|
PaginationConfiguration,
|
|
1154
1139
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1155
|
-
|
|
1140
|
+
>,
|
|
1156
1141
|
): Paginator<ListNamespacesCommandOutput>;
|
|
1157
1142
|
paginateListRecoveryPoints(
|
|
1158
1143
|
args?: ListRecoveryPointsCommandInput,
|
|
1159
1144
|
paginationConfig?: Pick<
|
|
1160
1145
|
PaginationConfiguration,
|
|
1161
1146
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1162
|
-
|
|
1147
|
+
>,
|
|
1163
1148
|
): Paginator<ListRecoveryPointsCommandOutput>;
|
|
1164
1149
|
paginateListReservationOfferings(
|
|
1165
1150
|
args?: ListReservationOfferingsCommandInput,
|
|
1166
1151
|
paginationConfig?: Pick<
|
|
1167
1152
|
PaginationConfiguration,
|
|
1168
1153
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1169
|
-
|
|
1154
|
+
>,
|
|
1170
1155
|
): Paginator<ListReservationOfferingsCommandOutput>;
|
|
1171
1156
|
paginateListReservations(
|
|
1172
1157
|
args?: ListReservationsCommandInput,
|
|
1173
1158
|
paginationConfig?: Pick<
|
|
1174
1159
|
PaginationConfiguration,
|
|
1175
1160
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1176
|
-
|
|
1161
|
+
>,
|
|
1177
1162
|
): Paginator<ListReservationsCommandOutput>;
|
|
1178
1163
|
paginateListScheduledActions(
|
|
1179
1164
|
args?: ListScheduledActionsCommandInput,
|
|
1180
1165
|
paginationConfig?: Pick<
|
|
1181
1166
|
PaginationConfiguration,
|
|
1182
1167
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1183
|
-
|
|
1168
|
+
>,
|
|
1184
1169
|
): Paginator<ListScheduledActionsCommandOutput>;
|
|
1185
1170
|
paginateListSnapshotCopyConfigurations(
|
|
1186
1171
|
args?: ListSnapshotCopyConfigurationsCommandInput,
|
|
1187
1172
|
paginationConfig?: Pick<
|
|
1188
1173
|
PaginationConfiguration,
|
|
1189
1174
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1190
|
-
|
|
1175
|
+
>,
|
|
1191
1176
|
): Paginator<ListSnapshotCopyConfigurationsCommandOutput>;
|
|
1192
1177
|
paginateListSnapshots(
|
|
1193
1178
|
args?: ListSnapshotsCommandInput,
|
|
1194
1179
|
paginationConfig?: Pick<
|
|
1195
1180
|
PaginationConfiguration,
|
|
1196
1181
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1197
|
-
|
|
1182
|
+
>,
|
|
1198
1183
|
): Paginator<ListSnapshotsCommandOutput>;
|
|
1199
1184
|
paginateListTableRestoreStatus(
|
|
1200
1185
|
args?: ListTableRestoreStatusCommandInput,
|
|
1201
1186
|
paginationConfig?: Pick<
|
|
1202
1187
|
PaginationConfiguration,
|
|
1203
1188
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1204
|
-
|
|
1189
|
+
>,
|
|
1205
1190
|
): Paginator<ListTableRestoreStatusCommandOutput>;
|
|
1206
1191
|
paginateListTracks(
|
|
1207
1192
|
args?: ListTracksCommandInput,
|
|
1208
1193
|
paginationConfig?: Pick<
|
|
1209
1194
|
PaginationConfiguration,
|
|
1210
1195
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1211
|
-
|
|
1196
|
+
>,
|
|
1212
1197
|
): Paginator<ListTracksCommandOutput>;
|
|
1213
1198
|
paginateListUsageLimits(
|
|
1214
1199
|
args?: ListUsageLimitsCommandInput,
|
|
1215
1200
|
paginationConfig?: Pick<
|
|
1216
1201
|
PaginationConfiguration,
|
|
1217
1202
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1218
|
-
|
|
1203
|
+
>,
|
|
1219
1204
|
): Paginator<ListUsageLimitsCommandOutput>;
|
|
1220
1205
|
paginateListWorkgroups(
|
|
1221
1206
|
args?: ListWorkgroupsCommandInput,
|
|
1222
1207
|
paginationConfig?: Pick<
|
|
1223
1208
|
PaginationConfiguration,
|
|
1224
1209
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1225
|
-
|
|
1210
|
+
>,
|
|
1226
1211
|
): Paginator<ListWorkgroupsCommandOutput>;
|
|
1227
1212
|
}
|
|
1228
1213
|
export declare class RedshiftServerless
|