@aws-sdk/client-docdb 3.975.0 → 3.978.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 +82 -63
- package/dist-es/DocDB.js +35 -1
- package/dist-types/DocDB.d.ts +105 -1
- package/dist-types/ts3.4/DocDB.d.ts +116 -1
- package/package.json +18 -18
package/dist-cjs/index.js
CHANGED
|
@@ -3359,77 +3359,16 @@ class SwitchoverGlobalClusterCommand extends smithyClient.Command
|
|
|
3359
3359
|
.build() {
|
|
3360
3360
|
}
|
|
3361
3361
|
|
|
3362
|
-
const commands = {
|
|
3363
|
-
AddSourceIdentifierToSubscriptionCommand,
|
|
3364
|
-
AddTagsToResourceCommand,
|
|
3365
|
-
ApplyPendingMaintenanceActionCommand,
|
|
3366
|
-
CopyDBClusterParameterGroupCommand,
|
|
3367
|
-
CopyDBClusterSnapshotCommand,
|
|
3368
|
-
CreateDBClusterCommand,
|
|
3369
|
-
CreateDBClusterParameterGroupCommand,
|
|
3370
|
-
CreateDBClusterSnapshotCommand,
|
|
3371
|
-
CreateDBInstanceCommand,
|
|
3372
|
-
CreateDBSubnetGroupCommand,
|
|
3373
|
-
CreateEventSubscriptionCommand,
|
|
3374
|
-
CreateGlobalClusterCommand,
|
|
3375
|
-
DeleteDBClusterCommand,
|
|
3376
|
-
DeleteDBClusterParameterGroupCommand,
|
|
3377
|
-
DeleteDBClusterSnapshotCommand,
|
|
3378
|
-
DeleteDBInstanceCommand,
|
|
3379
|
-
DeleteDBSubnetGroupCommand,
|
|
3380
|
-
DeleteEventSubscriptionCommand,
|
|
3381
|
-
DeleteGlobalClusterCommand,
|
|
3382
|
-
DescribeCertificatesCommand,
|
|
3383
|
-
DescribeDBClusterParameterGroupsCommand,
|
|
3384
|
-
DescribeDBClusterParametersCommand,
|
|
3385
|
-
DescribeDBClustersCommand,
|
|
3386
|
-
DescribeDBClusterSnapshotAttributesCommand,
|
|
3387
|
-
DescribeDBClusterSnapshotsCommand,
|
|
3388
|
-
DescribeDBEngineVersionsCommand,
|
|
3389
|
-
DescribeDBInstancesCommand,
|
|
3390
|
-
DescribeDBSubnetGroupsCommand,
|
|
3391
|
-
DescribeEngineDefaultClusterParametersCommand,
|
|
3392
|
-
DescribeEventCategoriesCommand,
|
|
3393
|
-
DescribeEventsCommand,
|
|
3394
|
-
DescribeEventSubscriptionsCommand,
|
|
3395
|
-
DescribeGlobalClustersCommand,
|
|
3396
|
-
DescribeOrderableDBInstanceOptionsCommand,
|
|
3397
|
-
DescribePendingMaintenanceActionsCommand,
|
|
3398
|
-
FailoverDBClusterCommand,
|
|
3399
|
-
FailoverGlobalClusterCommand,
|
|
3400
|
-
ListTagsForResourceCommand,
|
|
3401
|
-
ModifyDBClusterCommand,
|
|
3402
|
-
ModifyDBClusterParameterGroupCommand,
|
|
3403
|
-
ModifyDBClusterSnapshotAttributeCommand,
|
|
3404
|
-
ModifyDBInstanceCommand,
|
|
3405
|
-
ModifyDBSubnetGroupCommand,
|
|
3406
|
-
ModifyEventSubscriptionCommand,
|
|
3407
|
-
ModifyGlobalClusterCommand,
|
|
3408
|
-
RebootDBInstanceCommand,
|
|
3409
|
-
RemoveFromGlobalClusterCommand,
|
|
3410
|
-
RemoveSourceIdentifierFromSubscriptionCommand,
|
|
3411
|
-
RemoveTagsFromResourceCommand,
|
|
3412
|
-
ResetDBClusterParameterGroupCommand,
|
|
3413
|
-
RestoreDBClusterFromSnapshotCommand,
|
|
3414
|
-
RestoreDBClusterToPointInTimeCommand,
|
|
3415
|
-
StartDBClusterCommand,
|
|
3416
|
-
StopDBClusterCommand,
|
|
3417
|
-
SwitchoverGlobalClusterCommand,
|
|
3418
|
-
};
|
|
3419
|
-
class DocDB extends DocDBClient {
|
|
3420
|
-
}
|
|
3421
|
-
smithyClient.createAggregatedClient(commands, DocDB);
|
|
3422
|
-
|
|
3423
3362
|
const paginateDescribeCertificates = core.createPaginator(DocDBClient, DescribeCertificatesCommand, "Marker", "Marker", "MaxRecords");
|
|
3424
3363
|
|
|
3425
3364
|
const paginateDescribeDBClusterParameterGroups = core.createPaginator(DocDBClient, DescribeDBClusterParameterGroupsCommand, "Marker", "Marker", "MaxRecords");
|
|
3426
3365
|
|
|
3427
3366
|
const paginateDescribeDBClusterParameters = core.createPaginator(DocDBClient, DescribeDBClusterParametersCommand, "Marker", "Marker", "MaxRecords");
|
|
3428
3367
|
|
|
3429
|
-
const paginateDescribeDBClusters = core.createPaginator(DocDBClient, DescribeDBClustersCommand, "Marker", "Marker", "MaxRecords");
|
|
3430
|
-
|
|
3431
3368
|
const paginateDescribeDBClusterSnapshots = core.createPaginator(DocDBClient, DescribeDBClusterSnapshotsCommand, "Marker", "Marker", "MaxRecords");
|
|
3432
3369
|
|
|
3370
|
+
const paginateDescribeDBClusters = core.createPaginator(DocDBClient, DescribeDBClustersCommand, "Marker", "Marker", "MaxRecords");
|
|
3371
|
+
|
|
3433
3372
|
const paginateDescribeDBEngineVersions = core.createPaginator(DocDBClient, DescribeDBEngineVersionsCommand, "Marker", "Marker", "MaxRecords");
|
|
3434
3373
|
|
|
3435
3374
|
const paginateDescribeDBInstances = core.createPaginator(DocDBClient, DescribeDBInstancesCommand, "Marker", "Marker", "MaxRecords");
|
|
@@ -3660,6 +3599,86 @@ const waitUntilDBInstanceDeleted = async (params, input) => {
|
|
|
3660
3599
|
return utilWaiter.checkExceptions(result);
|
|
3661
3600
|
};
|
|
3662
3601
|
|
|
3602
|
+
const commands = {
|
|
3603
|
+
AddSourceIdentifierToSubscriptionCommand,
|
|
3604
|
+
AddTagsToResourceCommand,
|
|
3605
|
+
ApplyPendingMaintenanceActionCommand,
|
|
3606
|
+
CopyDBClusterParameterGroupCommand,
|
|
3607
|
+
CopyDBClusterSnapshotCommand,
|
|
3608
|
+
CreateDBClusterCommand,
|
|
3609
|
+
CreateDBClusterParameterGroupCommand,
|
|
3610
|
+
CreateDBClusterSnapshotCommand,
|
|
3611
|
+
CreateDBInstanceCommand,
|
|
3612
|
+
CreateDBSubnetGroupCommand,
|
|
3613
|
+
CreateEventSubscriptionCommand,
|
|
3614
|
+
CreateGlobalClusterCommand,
|
|
3615
|
+
DeleteDBClusterCommand,
|
|
3616
|
+
DeleteDBClusterParameterGroupCommand,
|
|
3617
|
+
DeleteDBClusterSnapshotCommand,
|
|
3618
|
+
DeleteDBInstanceCommand,
|
|
3619
|
+
DeleteDBSubnetGroupCommand,
|
|
3620
|
+
DeleteEventSubscriptionCommand,
|
|
3621
|
+
DeleteGlobalClusterCommand,
|
|
3622
|
+
DescribeCertificatesCommand,
|
|
3623
|
+
DescribeDBClusterParameterGroupsCommand,
|
|
3624
|
+
DescribeDBClusterParametersCommand,
|
|
3625
|
+
DescribeDBClustersCommand,
|
|
3626
|
+
DescribeDBClusterSnapshotAttributesCommand,
|
|
3627
|
+
DescribeDBClusterSnapshotsCommand,
|
|
3628
|
+
DescribeDBEngineVersionsCommand,
|
|
3629
|
+
DescribeDBInstancesCommand,
|
|
3630
|
+
DescribeDBSubnetGroupsCommand,
|
|
3631
|
+
DescribeEngineDefaultClusterParametersCommand,
|
|
3632
|
+
DescribeEventCategoriesCommand,
|
|
3633
|
+
DescribeEventsCommand,
|
|
3634
|
+
DescribeEventSubscriptionsCommand,
|
|
3635
|
+
DescribeGlobalClustersCommand,
|
|
3636
|
+
DescribeOrderableDBInstanceOptionsCommand,
|
|
3637
|
+
DescribePendingMaintenanceActionsCommand,
|
|
3638
|
+
FailoverDBClusterCommand,
|
|
3639
|
+
FailoverGlobalClusterCommand,
|
|
3640
|
+
ListTagsForResourceCommand,
|
|
3641
|
+
ModifyDBClusterCommand,
|
|
3642
|
+
ModifyDBClusterParameterGroupCommand,
|
|
3643
|
+
ModifyDBClusterSnapshotAttributeCommand,
|
|
3644
|
+
ModifyDBInstanceCommand,
|
|
3645
|
+
ModifyDBSubnetGroupCommand,
|
|
3646
|
+
ModifyEventSubscriptionCommand,
|
|
3647
|
+
ModifyGlobalClusterCommand,
|
|
3648
|
+
RebootDBInstanceCommand,
|
|
3649
|
+
RemoveFromGlobalClusterCommand,
|
|
3650
|
+
RemoveSourceIdentifierFromSubscriptionCommand,
|
|
3651
|
+
RemoveTagsFromResourceCommand,
|
|
3652
|
+
ResetDBClusterParameterGroupCommand,
|
|
3653
|
+
RestoreDBClusterFromSnapshotCommand,
|
|
3654
|
+
RestoreDBClusterToPointInTimeCommand,
|
|
3655
|
+
StartDBClusterCommand,
|
|
3656
|
+
StopDBClusterCommand,
|
|
3657
|
+
SwitchoverGlobalClusterCommand,
|
|
3658
|
+
};
|
|
3659
|
+
const paginators = {
|
|
3660
|
+
paginateDescribeCertificates,
|
|
3661
|
+
paginateDescribeDBClusterParameterGroups,
|
|
3662
|
+
paginateDescribeDBClusterParameters,
|
|
3663
|
+
paginateDescribeDBClusters,
|
|
3664
|
+
paginateDescribeDBClusterSnapshots,
|
|
3665
|
+
paginateDescribeDBEngineVersions,
|
|
3666
|
+
paginateDescribeDBInstances,
|
|
3667
|
+
paginateDescribeDBSubnetGroups,
|
|
3668
|
+
paginateDescribeEvents,
|
|
3669
|
+
paginateDescribeEventSubscriptions,
|
|
3670
|
+
paginateDescribeGlobalClusters,
|
|
3671
|
+
paginateDescribeOrderableDBInstanceOptions,
|
|
3672
|
+
paginateDescribePendingMaintenanceActions,
|
|
3673
|
+
};
|
|
3674
|
+
const waiters = {
|
|
3675
|
+
waitUntilDBInstanceAvailable,
|
|
3676
|
+
waitUntilDBInstanceDeleted,
|
|
3677
|
+
};
|
|
3678
|
+
class DocDB extends DocDBClient {
|
|
3679
|
+
}
|
|
3680
|
+
smithyClient.createAggregatedClient(commands, DocDB, { paginators, waiters });
|
|
3681
|
+
|
|
3663
3682
|
const FailoverStatus = {
|
|
3664
3683
|
CANCELLING: "cancelling",
|
|
3665
3684
|
FAILING_OVER: "failing-over",
|
package/dist-es/DocDB.js
CHANGED
|
@@ -55,6 +55,21 @@ import { StartDBClusterCommand, } from "./commands/StartDBClusterCommand";
|
|
|
55
55
|
import { StopDBClusterCommand, } from "./commands/StopDBClusterCommand";
|
|
56
56
|
import { SwitchoverGlobalClusterCommand, } from "./commands/SwitchoverGlobalClusterCommand";
|
|
57
57
|
import { DocDBClient } from "./DocDBClient";
|
|
58
|
+
import { paginateDescribeCertificates } from "./pagination/DescribeCertificatesPaginator";
|
|
59
|
+
import { paginateDescribeDBClusterParameterGroups } from "./pagination/DescribeDBClusterParameterGroupsPaginator";
|
|
60
|
+
import { paginateDescribeDBClusterParameters } from "./pagination/DescribeDBClusterParametersPaginator";
|
|
61
|
+
import { paginateDescribeDBClusterSnapshots } from "./pagination/DescribeDBClusterSnapshotsPaginator";
|
|
62
|
+
import { paginateDescribeDBClusters } from "./pagination/DescribeDBClustersPaginator";
|
|
63
|
+
import { paginateDescribeDBEngineVersions } from "./pagination/DescribeDBEngineVersionsPaginator";
|
|
64
|
+
import { paginateDescribeDBInstances } from "./pagination/DescribeDBInstancesPaginator";
|
|
65
|
+
import { paginateDescribeDBSubnetGroups } from "./pagination/DescribeDBSubnetGroupsPaginator";
|
|
66
|
+
import { paginateDescribeEvents } from "./pagination/DescribeEventsPaginator";
|
|
67
|
+
import { paginateDescribeEventSubscriptions } from "./pagination/DescribeEventSubscriptionsPaginator";
|
|
68
|
+
import { paginateDescribeGlobalClusters } from "./pagination/DescribeGlobalClustersPaginator";
|
|
69
|
+
import { paginateDescribeOrderableDBInstanceOptions } from "./pagination/DescribeOrderableDBInstanceOptionsPaginator";
|
|
70
|
+
import { paginateDescribePendingMaintenanceActions } from "./pagination/DescribePendingMaintenanceActionsPaginator";
|
|
71
|
+
import { waitUntilDBInstanceAvailable } from "./waiters/waitForDBInstanceAvailable";
|
|
72
|
+
import { waitUntilDBInstanceDeleted } from "./waiters/waitForDBInstanceDeleted";
|
|
58
73
|
const commands = {
|
|
59
74
|
AddSourceIdentifierToSubscriptionCommand,
|
|
60
75
|
AddTagsToResourceCommand,
|
|
@@ -112,6 +127,25 @@ const commands = {
|
|
|
112
127
|
StopDBClusterCommand,
|
|
113
128
|
SwitchoverGlobalClusterCommand,
|
|
114
129
|
};
|
|
130
|
+
const paginators = {
|
|
131
|
+
paginateDescribeCertificates,
|
|
132
|
+
paginateDescribeDBClusterParameterGroups,
|
|
133
|
+
paginateDescribeDBClusterParameters,
|
|
134
|
+
paginateDescribeDBClusters,
|
|
135
|
+
paginateDescribeDBClusterSnapshots,
|
|
136
|
+
paginateDescribeDBEngineVersions,
|
|
137
|
+
paginateDescribeDBInstances,
|
|
138
|
+
paginateDescribeDBSubnetGroups,
|
|
139
|
+
paginateDescribeEvents,
|
|
140
|
+
paginateDescribeEventSubscriptions,
|
|
141
|
+
paginateDescribeGlobalClusters,
|
|
142
|
+
paginateDescribeOrderableDBInstanceOptions,
|
|
143
|
+
paginateDescribePendingMaintenanceActions,
|
|
144
|
+
};
|
|
145
|
+
const waiters = {
|
|
146
|
+
waitUntilDBInstanceAvailable,
|
|
147
|
+
waitUntilDBInstanceDeleted,
|
|
148
|
+
};
|
|
115
149
|
export class DocDB extends DocDBClient {
|
|
116
150
|
}
|
|
117
|
-
createAggregatedClient(commands, DocDB);
|
|
151
|
+
createAggregatedClient(commands, DocDB, { paginators, waiters });
|
package/dist-types/DocDB.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
|
|
2
|
+
import type { WaiterResult } from "@smithy/util-waiter";
|
|
2
3
|
import { AddSourceIdentifierToSubscriptionCommandInput, AddSourceIdentifierToSubscriptionCommandOutput } from "./commands/AddSourceIdentifierToSubscriptionCommand";
|
|
3
4
|
import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "./commands/AddTagsToResourceCommand";
|
|
4
5
|
import { ApplyPendingMaintenanceActionCommandInput, ApplyPendingMaintenanceActionCommandOutput } from "./commands/ApplyPendingMaintenanceActionCommand";
|
|
@@ -399,6 +400,109 @@ export interface DocDB {
|
|
|
399
400
|
switchoverGlobalCluster(args: SwitchoverGlobalClusterCommandInput, options?: __HttpHandlerOptions): Promise<SwitchoverGlobalClusterCommandOutput>;
|
|
400
401
|
switchoverGlobalCluster(args: SwitchoverGlobalClusterCommandInput, cb: (err: any, data?: SwitchoverGlobalClusterCommandOutput) => void): void;
|
|
401
402
|
switchoverGlobalCluster(args: SwitchoverGlobalClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SwitchoverGlobalClusterCommandOutput) => void): void;
|
|
403
|
+
/**
|
|
404
|
+
* @see {@link DescribeCertificatesCommand}
|
|
405
|
+
* @param args - command input.
|
|
406
|
+
* @param paginationConfig - optional pagination config.
|
|
407
|
+
* @returns AsyncIterable of {@link DescribeCertificatesCommandOutput}.
|
|
408
|
+
*/
|
|
409
|
+
paginateDescribeCertificates(args?: DescribeCertificatesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeCertificatesCommandOutput>;
|
|
410
|
+
/**
|
|
411
|
+
* @see {@link DescribeDBClusterParameterGroupsCommand}
|
|
412
|
+
* @param args - command input.
|
|
413
|
+
* @param paginationConfig - optional pagination config.
|
|
414
|
+
* @returns AsyncIterable of {@link DescribeDBClusterParameterGroupsCommandOutput}.
|
|
415
|
+
*/
|
|
416
|
+
paginateDescribeDBClusterParameterGroups(args?: DescribeDBClusterParameterGroupsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeDBClusterParameterGroupsCommandOutput>;
|
|
417
|
+
/**
|
|
418
|
+
* @see {@link DescribeDBClusterParametersCommand}
|
|
419
|
+
* @param args - command input.
|
|
420
|
+
* @param paginationConfig - optional pagination config.
|
|
421
|
+
* @returns AsyncIterable of {@link DescribeDBClusterParametersCommandOutput}.
|
|
422
|
+
*/
|
|
423
|
+
paginateDescribeDBClusterParameters(args: DescribeDBClusterParametersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeDBClusterParametersCommandOutput>;
|
|
424
|
+
/**
|
|
425
|
+
* @see {@link DescribeDBClustersCommand}
|
|
426
|
+
* @param args - command input.
|
|
427
|
+
* @param paginationConfig - optional pagination config.
|
|
428
|
+
* @returns AsyncIterable of {@link DescribeDBClustersCommandOutput}.
|
|
429
|
+
*/
|
|
430
|
+
paginateDescribeDBClusters(args?: DescribeDBClustersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeDBClustersCommandOutput>;
|
|
431
|
+
/**
|
|
432
|
+
* @see {@link DescribeDBClusterSnapshotsCommand}
|
|
433
|
+
* @param args - command input.
|
|
434
|
+
* @param paginationConfig - optional pagination config.
|
|
435
|
+
* @returns AsyncIterable of {@link DescribeDBClusterSnapshotsCommandOutput}.
|
|
436
|
+
*/
|
|
437
|
+
paginateDescribeDBClusterSnapshots(args?: DescribeDBClusterSnapshotsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeDBClusterSnapshotsCommandOutput>;
|
|
438
|
+
/**
|
|
439
|
+
* @see {@link DescribeDBEngineVersionsCommand}
|
|
440
|
+
* @param args - command input.
|
|
441
|
+
* @param paginationConfig - optional pagination config.
|
|
442
|
+
* @returns AsyncIterable of {@link DescribeDBEngineVersionsCommandOutput}.
|
|
443
|
+
*/
|
|
444
|
+
paginateDescribeDBEngineVersions(args?: DescribeDBEngineVersionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeDBEngineVersionsCommandOutput>;
|
|
445
|
+
/**
|
|
446
|
+
* @see {@link DescribeDBInstancesCommand}
|
|
447
|
+
* @param args - command input.
|
|
448
|
+
* @param paginationConfig - optional pagination config.
|
|
449
|
+
* @returns AsyncIterable of {@link DescribeDBInstancesCommandOutput}.
|
|
450
|
+
*/
|
|
451
|
+
paginateDescribeDBInstances(args?: DescribeDBInstancesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeDBInstancesCommandOutput>;
|
|
452
|
+
/**
|
|
453
|
+
* @see {@link DescribeDBSubnetGroupsCommand}
|
|
454
|
+
* @param args - command input.
|
|
455
|
+
* @param paginationConfig - optional pagination config.
|
|
456
|
+
* @returns AsyncIterable of {@link DescribeDBSubnetGroupsCommandOutput}.
|
|
457
|
+
*/
|
|
458
|
+
paginateDescribeDBSubnetGroups(args?: DescribeDBSubnetGroupsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeDBSubnetGroupsCommandOutput>;
|
|
459
|
+
/**
|
|
460
|
+
* @see {@link DescribeEventsCommand}
|
|
461
|
+
* @param args - command input.
|
|
462
|
+
* @param paginationConfig - optional pagination config.
|
|
463
|
+
* @returns AsyncIterable of {@link DescribeEventsCommandOutput}.
|
|
464
|
+
*/
|
|
465
|
+
paginateDescribeEvents(args?: DescribeEventsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeEventsCommandOutput>;
|
|
466
|
+
/**
|
|
467
|
+
* @see {@link DescribeEventSubscriptionsCommand}
|
|
468
|
+
* @param args - command input.
|
|
469
|
+
* @param paginationConfig - optional pagination config.
|
|
470
|
+
* @returns AsyncIterable of {@link DescribeEventSubscriptionsCommandOutput}.
|
|
471
|
+
*/
|
|
472
|
+
paginateDescribeEventSubscriptions(args?: DescribeEventSubscriptionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeEventSubscriptionsCommandOutput>;
|
|
473
|
+
/**
|
|
474
|
+
* @see {@link DescribeGlobalClustersCommand}
|
|
475
|
+
* @param args - command input.
|
|
476
|
+
* @param paginationConfig - optional pagination config.
|
|
477
|
+
* @returns AsyncIterable of {@link DescribeGlobalClustersCommandOutput}.
|
|
478
|
+
*/
|
|
479
|
+
paginateDescribeGlobalClusters(args?: DescribeGlobalClustersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeGlobalClustersCommandOutput>;
|
|
480
|
+
/**
|
|
481
|
+
* @see {@link DescribeOrderableDBInstanceOptionsCommand}
|
|
482
|
+
* @param args - command input.
|
|
483
|
+
* @param paginationConfig - optional pagination config.
|
|
484
|
+
* @returns AsyncIterable of {@link DescribeOrderableDBInstanceOptionsCommandOutput}.
|
|
485
|
+
*/
|
|
486
|
+
paginateDescribeOrderableDBInstanceOptions(args: DescribeOrderableDBInstanceOptionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeOrderableDBInstanceOptionsCommandOutput>;
|
|
487
|
+
/**
|
|
488
|
+
* @see {@link DescribePendingMaintenanceActionsCommand}
|
|
489
|
+
* @param args - command input.
|
|
490
|
+
* @param paginationConfig - optional pagination config.
|
|
491
|
+
* @returns AsyncIterable of {@link DescribePendingMaintenanceActionsCommandOutput}.
|
|
492
|
+
*/
|
|
493
|
+
paginateDescribePendingMaintenanceActions(args?: DescribePendingMaintenanceActionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribePendingMaintenanceActionsCommandOutput>;
|
|
494
|
+
/**
|
|
495
|
+
* @see {@link DescribeDBInstancesCommand}
|
|
496
|
+
* @param args - command input.
|
|
497
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
498
|
+
*/
|
|
499
|
+
waitUntilDBInstanceAvailable(args: DescribeDBInstancesCommandInput, waiterConfig: number | Omit<WaiterConfiguration<DocDB>, "client">): Promise<WaiterResult>;
|
|
500
|
+
/**
|
|
501
|
+
* @see {@link DescribeDBInstancesCommand}
|
|
502
|
+
* @param args - command input.
|
|
503
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
504
|
+
*/
|
|
505
|
+
waitUntilDBInstanceDeleted(args: DescribeDBInstancesCommandInput, waiterConfig: number | Omit<WaiterConfiguration<DocDB>, "client">): Promise<WaiterResult>;
|
|
402
506
|
}
|
|
403
507
|
/**
|
|
404
508
|
* <p>Amazon DocumentDB is a fast, reliable, and fully managed database service.
|
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
|
+
PaginationConfiguration,
|
|
4
|
+
Paginator,
|
|
5
|
+
WaiterConfiguration,
|
|
6
|
+
} from "@smithy/types";
|
|
7
|
+
import { WaiterResult } from "@smithy/util-waiter";
|
|
2
8
|
import {
|
|
3
9
|
AddSourceIdentifierToSubscriptionCommandInput,
|
|
4
10
|
AddSourceIdentifierToSubscriptionCommandOutput,
|
|
@@ -985,5 +991,114 @@ export interface DocDB {
|
|
|
985
991
|
options: __HttpHandlerOptions,
|
|
986
992
|
cb: (err: any, data?: SwitchoverGlobalClusterCommandOutput) => void
|
|
987
993
|
): void;
|
|
994
|
+
paginateDescribeCertificates(
|
|
995
|
+
args?: DescribeCertificatesCommandInput,
|
|
996
|
+
paginationConfig?: Pick<
|
|
997
|
+
PaginationConfiguration,
|
|
998
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
999
|
+
>
|
|
1000
|
+
): Paginator<DescribeCertificatesCommandOutput>;
|
|
1001
|
+
paginateDescribeDBClusterParameterGroups(
|
|
1002
|
+
args?: DescribeDBClusterParameterGroupsCommandInput,
|
|
1003
|
+
paginationConfig?: Pick<
|
|
1004
|
+
PaginationConfiguration,
|
|
1005
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1006
|
+
>
|
|
1007
|
+
): Paginator<DescribeDBClusterParameterGroupsCommandOutput>;
|
|
1008
|
+
paginateDescribeDBClusterParameters(
|
|
1009
|
+
args: DescribeDBClusterParametersCommandInput,
|
|
1010
|
+
paginationConfig?: Pick<
|
|
1011
|
+
PaginationConfiguration,
|
|
1012
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1013
|
+
>
|
|
1014
|
+
): Paginator<DescribeDBClusterParametersCommandOutput>;
|
|
1015
|
+
paginateDescribeDBClusters(
|
|
1016
|
+
args?: DescribeDBClustersCommandInput,
|
|
1017
|
+
paginationConfig?: Pick<
|
|
1018
|
+
PaginationConfiguration,
|
|
1019
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1020
|
+
>
|
|
1021
|
+
): Paginator<DescribeDBClustersCommandOutput>;
|
|
1022
|
+
paginateDescribeDBClusterSnapshots(
|
|
1023
|
+
args?: DescribeDBClusterSnapshotsCommandInput,
|
|
1024
|
+
paginationConfig?: Pick<
|
|
1025
|
+
PaginationConfiguration,
|
|
1026
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1027
|
+
>
|
|
1028
|
+
): Paginator<DescribeDBClusterSnapshotsCommandOutput>;
|
|
1029
|
+
paginateDescribeDBEngineVersions(
|
|
1030
|
+
args?: DescribeDBEngineVersionsCommandInput,
|
|
1031
|
+
paginationConfig?: Pick<
|
|
1032
|
+
PaginationConfiguration,
|
|
1033
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1034
|
+
>
|
|
1035
|
+
): Paginator<DescribeDBEngineVersionsCommandOutput>;
|
|
1036
|
+
paginateDescribeDBInstances(
|
|
1037
|
+
args?: DescribeDBInstancesCommandInput,
|
|
1038
|
+
paginationConfig?: Pick<
|
|
1039
|
+
PaginationConfiguration,
|
|
1040
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1041
|
+
>
|
|
1042
|
+
): Paginator<DescribeDBInstancesCommandOutput>;
|
|
1043
|
+
paginateDescribeDBSubnetGroups(
|
|
1044
|
+
args?: DescribeDBSubnetGroupsCommandInput,
|
|
1045
|
+
paginationConfig?: Pick<
|
|
1046
|
+
PaginationConfiguration,
|
|
1047
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1048
|
+
>
|
|
1049
|
+
): Paginator<DescribeDBSubnetGroupsCommandOutput>;
|
|
1050
|
+
paginateDescribeEvents(
|
|
1051
|
+
args?: DescribeEventsCommandInput,
|
|
1052
|
+
paginationConfig?: Pick<
|
|
1053
|
+
PaginationConfiguration,
|
|
1054
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1055
|
+
>
|
|
1056
|
+
): Paginator<DescribeEventsCommandOutput>;
|
|
1057
|
+
paginateDescribeEventSubscriptions(
|
|
1058
|
+
args?: DescribeEventSubscriptionsCommandInput,
|
|
1059
|
+
paginationConfig?: Pick<
|
|
1060
|
+
PaginationConfiguration,
|
|
1061
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1062
|
+
>
|
|
1063
|
+
): Paginator<DescribeEventSubscriptionsCommandOutput>;
|
|
1064
|
+
paginateDescribeGlobalClusters(
|
|
1065
|
+
args?: DescribeGlobalClustersCommandInput,
|
|
1066
|
+
paginationConfig?: Pick<
|
|
1067
|
+
PaginationConfiguration,
|
|
1068
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1069
|
+
>
|
|
1070
|
+
): Paginator<DescribeGlobalClustersCommandOutput>;
|
|
1071
|
+
paginateDescribeOrderableDBInstanceOptions(
|
|
1072
|
+
args: DescribeOrderableDBInstanceOptionsCommandInput,
|
|
1073
|
+
paginationConfig?: Pick<
|
|
1074
|
+
PaginationConfiguration,
|
|
1075
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1076
|
+
>
|
|
1077
|
+
): Paginator<DescribeOrderableDBInstanceOptionsCommandOutput>;
|
|
1078
|
+
paginateDescribePendingMaintenanceActions(
|
|
1079
|
+
args?: DescribePendingMaintenanceActionsCommandInput,
|
|
1080
|
+
paginationConfig?: Pick<
|
|
1081
|
+
PaginationConfiguration,
|
|
1082
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1083
|
+
>
|
|
1084
|
+
): Paginator<DescribePendingMaintenanceActionsCommandOutput>;
|
|
1085
|
+
waitUntilDBInstanceAvailable(
|
|
1086
|
+
args: DescribeDBInstancesCommandInput,
|
|
1087
|
+
waiterConfig:
|
|
1088
|
+
| number
|
|
1089
|
+
| Pick<
|
|
1090
|
+
WaiterConfiguration<DocDB>,
|
|
1091
|
+
Exclude<keyof WaiterConfiguration<DocDB>, "client">
|
|
1092
|
+
>
|
|
1093
|
+
): Promise<WaiterResult>;
|
|
1094
|
+
waitUntilDBInstanceDeleted(
|
|
1095
|
+
args: DescribeDBInstancesCommandInput,
|
|
1096
|
+
waiterConfig:
|
|
1097
|
+
| number
|
|
1098
|
+
| Pick<
|
|
1099
|
+
WaiterConfiguration<DocDB>,
|
|
1100
|
+
Exclude<keyof WaiterConfiguration<DocDB>, "client">
|
|
1101
|
+
>
|
|
1102
|
+
): Promise<WaiterResult>;
|
|
988
1103
|
}
|
|
989
1104
|
export declare class DocDB extends DocDBClient implements DocDB {}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-docdb",
|
|
3
3
|
"description": "AWS SDK for JavaScript Docdb Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.978.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-docdb",
|
|
@@ -21,39 +21,39 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
27
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-sdk-rds": "^3.972.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
32
|
-
"@aws-sdk/types": "^3.973.
|
|
24
|
+
"@aws-sdk/core": "^3.973.4",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.2",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "^3.972.2",
|
|
27
|
+
"@aws-sdk/middleware-logger": "^3.972.2",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.2",
|
|
29
|
+
"@aws-sdk/middleware-sdk-rds": "^3.972.4",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "^3.972.4",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "^3.972.2",
|
|
32
|
+
"@aws-sdk/types": "^3.973.1",
|
|
33
33
|
"@aws-sdk/util-endpoints": "3.972.0",
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.2",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "^3.972.2",
|
|
36
36
|
"@smithy/config-resolver": "^4.4.6",
|
|
37
|
-
"@smithy/core": "^3.
|
|
37
|
+
"@smithy/core": "^3.22.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
39
39
|
"@smithy/hash-node": "^4.2.8",
|
|
40
40
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
41
41
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
42
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
43
|
-
"@smithy/middleware-retry": "^4.4.
|
|
42
|
+
"@smithy/middleware-endpoint": "^4.4.12",
|
|
43
|
+
"@smithy/middleware-retry": "^4.4.29",
|
|
44
44
|
"@smithy/middleware-serde": "^4.2.9",
|
|
45
45
|
"@smithy/middleware-stack": "^4.2.8",
|
|
46
46
|
"@smithy/node-config-provider": "^4.3.8",
|
|
47
47
|
"@smithy/node-http-handler": "^4.4.8",
|
|
48
48
|
"@smithy/protocol-http": "^5.3.8",
|
|
49
|
-
"@smithy/smithy-client": "^4.
|
|
49
|
+
"@smithy/smithy-client": "^4.11.1",
|
|
50
50
|
"@smithy/types": "^4.12.0",
|
|
51
51
|
"@smithy/url-parser": "^4.2.8",
|
|
52
52
|
"@smithy/util-base64": "^4.3.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^4.3.28",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^4.2.31",
|
|
57
57
|
"@smithy/util-endpoints": "^3.2.8",
|
|
58
58
|
"@smithy/util-middleware": "^4.2.8",
|
|
59
59
|
"@smithy/util-retry": "^4.2.8",
|