@aws-sdk/client-docdb 3.496.0 → 3.499.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 +66 -65
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -9371,12 +9371,14 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
9371
9371
|
// Annotate the CommonJS export names for ESM import in node:
|
|
9372
9372
|
|
|
9373
9373
|
0 && (module.exports = {
|
|
9374
|
+
DocDBServiceException,
|
|
9375
|
+
__Client,
|
|
9376
|
+
DocDBClient,
|
|
9377
|
+
DocDB,
|
|
9378
|
+
$Command,
|
|
9374
9379
|
AddSourceIdentifierToSubscriptionCommand,
|
|
9375
9380
|
AddTagsToResourceCommand,
|
|
9376
|
-
ApplyMethod,
|
|
9377
9381
|
ApplyPendingMaintenanceActionCommand,
|
|
9378
|
-
AuthorizationNotFoundFault,
|
|
9379
|
-
CertificateNotFoundFault,
|
|
9380
9382
|
CopyDBClusterParameterGroupCommand,
|
|
9381
9383
|
CopyDBClusterSnapshotCommand,
|
|
9382
9384
|
CreateDBClusterCommand,
|
|
@@ -9386,26 +9388,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
9386
9388
|
CreateDBSubnetGroupCommand,
|
|
9387
9389
|
CreateEventSubscriptionCommand,
|
|
9388
9390
|
CreateGlobalClusterCommand,
|
|
9389
|
-
DBClusterAlreadyExistsFault,
|
|
9390
|
-
DBClusterNotFoundFault,
|
|
9391
|
-
DBClusterParameterGroupNotFoundFault,
|
|
9392
|
-
DBClusterQuotaExceededFault,
|
|
9393
|
-
DBClusterSnapshotAlreadyExistsFault,
|
|
9394
|
-
DBClusterSnapshotNotFoundFault,
|
|
9395
|
-
DBInstanceAlreadyExistsFault,
|
|
9396
|
-
DBInstanceNotFoundFault,
|
|
9397
|
-
DBParameterGroupAlreadyExistsFault,
|
|
9398
|
-
DBParameterGroupNotFoundFault,
|
|
9399
|
-
DBParameterGroupQuotaExceededFault,
|
|
9400
|
-
DBSecurityGroupNotFoundFault,
|
|
9401
|
-
DBSnapshotAlreadyExistsFault,
|
|
9402
|
-
DBSnapshotNotFoundFault,
|
|
9403
|
-
DBSubnetGroupAlreadyExistsFault,
|
|
9404
|
-
DBSubnetGroupDoesNotCoverEnoughAZs,
|
|
9405
|
-
DBSubnetGroupNotFoundFault,
|
|
9406
|
-
DBSubnetGroupQuotaExceededFault,
|
|
9407
|
-
DBSubnetQuotaExceededFault,
|
|
9408
|
-
DBUpgradeDependencyFailureFault,
|
|
9409
9391
|
DeleteDBClusterCommand,
|
|
9410
9392
|
DeleteDBClusterParameterGroupCommand,
|
|
9411
9393
|
DeleteDBClusterSnapshotCommand,
|
|
@@ -9429,32 +9411,7 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
9429
9411
|
DescribeGlobalClustersCommand,
|
|
9430
9412
|
DescribeOrderableDBInstanceOptionsCommand,
|
|
9431
9413
|
DescribePendingMaintenanceActionsCommand,
|
|
9432
|
-
DocDB,
|
|
9433
|
-
DocDBClient,
|
|
9434
|
-
DocDBServiceException,
|
|
9435
|
-
EventSubscriptionQuotaExceededFault,
|
|
9436
9414
|
FailoverDBClusterCommand,
|
|
9437
|
-
GlobalClusterAlreadyExistsFault,
|
|
9438
|
-
GlobalClusterNotFoundFault,
|
|
9439
|
-
GlobalClusterQuotaExceededFault,
|
|
9440
|
-
InstanceQuotaExceededFault,
|
|
9441
|
-
InsufficientDBClusterCapacityFault,
|
|
9442
|
-
InsufficientDBInstanceCapacityFault,
|
|
9443
|
-
InsufficientStorageClusterCapacityFault,
|
|
9444
|
-
InvalidDBClusterSnapshotStateFault,
|
|
9445
|
-
InvalidDBClusterStateFault,
|
|
9446
|
-
InvalidDBInstanceStateFault,
|
|
9447
|
-
InvalidDBParameterGroupStateFault,
|
|
9448
|
-
InvalidDBSecurityGroupStateFault,
|
|
9449
|
-
InvalidDBSnapshotStateFault,
|
|
9450
|
-
InvalidDBSubnetGroupStateFault,
|
|
9451
|
-
InvalidDBSubnetStateFault,
|
|
9452
|
-
InvalidEventSubscriptionStateFault,
|
|
9453
|
-
InvalidGlobalClusterStateFault,
|
|
9454
|
-
InvalidRestoreFault,
|
|
9455
|
-
InvalidSubnet,
|
|
9456
|
-
InvalidVPCNetworkStateFault,
|
|
9457
|
-
KMSKeyNotAccessibleFault,
|
|
9458
9415
|
ListTagsForResourceCommand,
|
|
9459
9416
|
ModifyDBClusterCommand,
|
|
9460
9417
|
ModifyDBClusterParameterGroupCommand,
|
|
@@ -9468,25 +9425,10 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
9468
9425
|
RemoveSourceIdentifierFromSubscriptionCommand,
|
|
9469
9426
|
RemoveTagsFromResourceCommand,
|
|
9470
9427
|
ResetDBClusterParameterGroupCommand,
|
|
9471
|
-
ResourceNotFoundFault,
|
|
9472
9428
|
RestoreDBClusterFromSnapshotCommand,
|
|
9473
9429
|
RestoreDBClusterToPointInTimeCommand,
|
|
9474
|
-
SNSInvalidTopicFault,
|
|
9475
|
-
SNSNoAuthorizationFault,
|
|
9476
|
-
SNSTopicArnNotFoundFault,
|
|
9477
|
-
SharedSnapshotQuotaExceededFault,
|
|
9478
|
-
SnapshotQuotaExceededFault,
|
|
9479
|
-
SourceNotFoundFault,
|
|
9480
|
-
SourceType,
|
|
9481
9430
|
StartDBClusterCommand,
|
|
9482
9431
|
StopDBClusterCommand,
|
|
9483
|
-
StorageQuotaExceededFault,
|
|
9484
|
-
StorageTypeNotSupportedFault,
|
|
9485
|
-
SubnetAlreadyInUse,
|
|
9486
|
-
SubscriptionAlreadyExistFault,
|
|
9487
|
-
SubscriptionCategoryNotFoundFault,
|
|
9488
|
-
SubscriptionNotFoundFault,
|
|
9489
|
-
__Client,
|
|
9490
9432
|
paginateDescribeCertificates,
|
|
9491
9433
|
paginateDescribeDBClusterParameterGroups,
|
|
9492
9434
|
paginateDescribeDBClusterParameters,
|
|
@@ -9501,8 +9443,67 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
9501
9443
|
paginateDescribeOrderableDBInstanceOptions,
|
|
9502
9444
|
paginateDescribePendingMaintenanceActions,
|
|
9503
9445
|
waitForDBInstanceAvailable,
|
|
9504
|
-
waitForDBInstanceDeleted,
|
|
9505
9446
|
waitUntilDBInstanceAvailable,
|
|
9506
|
-
|
|
9447
|
+
waitForDBInstanceDeleted,
|
|
9448
|
+
waitUntilDBInstanceDeleted,
|
|
9449
|
+
SourceNotFoundFault,
|
|
9450
|
+
SubscriptionNotFoundFault,
|
|
9451
|
+
DBClusterNotFoundFault,
|
|
9452
|
+
DBInstanceNotFoundFault,
|
|
9453
|
+
DBSnapshotNotFoundFault,
|
|
9454
|
+
InvalidDBClusterStateFault,
|
|
9455
|
+
InvalidDBInstanceStateFault,
|
|
9456
|
+
ResourceNotFoundFault,
|
|
9457
|
+
DBParameterGroupAlreadyExistsFault,
|
|
9458
|
+
DBParameterGroupNotFoundFault,
|
|
9459
|
+
DBParameterGroupQuotaExceededFault,
|
|
9460
|
+
DBClusterSnapshotAlreadyExistsFault,
|
|
9461
|
+
DBClusterSnapshotNotFoundFault,
|
|
9462
|
+
InvalidDBClusterSnapshotStateFault,
|
|
9463
|
+
KMSKeyNotAccessibleFault,
|
|
9464
|
+
SnapshotQuotaExceededFault,
|
|
9465
|
+
DBClusterAlreadyExistsFault,
|
|
9466
|
+
DBClusterParameterGroupNotFoundFault,
|
|
9467
|
+
DBClusterQuotaExceededFault,
|
|
9468
|
+
DBSubnetGroupDoesNotCoverEnoughAZs,
|
|
9469
|
+
DBSubnetGroupNotFoundFault,
|
|
9470
|
+
GlobalClusterNotFoundFault,
|
|
9471
|
+
InsufficientStorageClusterCapacityFault,
|
|
9472
|
+
InvalidDBSubnetGroupStateFault,
|
|
9473
|
+
InvalidGlobalClusterStateFault,
|
|
9474
|
+
InvalidSubnet,
|
|
9475
|
+
InvalidVPCNetworkStateFault,
|
|
9476
|
+
StorageQuotaExceededFault,
|
|
9477
|
+
AuthorizationNotFoundFault,
|
|
9478
|
+
DBInstanceAlreadyExistsFault,
|
|
9479
|
+
DBSecurityGroupNotFoundFault,
|
|
9480
|
+
InstanceQuotaExceededFault,
|
|
9481
|
+
InsufficientDBInstanceCapacityFault,
|
|
9482
|
+
StorageTypeNotSupportedFault,
|
|
9483
|
+
DBSubnetGroupAlreadyExistsFault,
|
|
9484
|
+
DBSubnetGroupQuotaExceededFault,
|
|
9485
|
+
DBSubnetQuotaExceededFault,
|
|
9486
|
+
EventSubscriptionQuotaExceededFault,
|
|
9487
|
+
SNSInvalidTopicFault,
|
|
9488
|
+
SNSNoAuthorizationFault,
|
|
9489
|
+
SNSTopicArnNotFoundFault,
|
|
9490
|
+
SubscriptionAlreadyExistFault,
|
|
9491
|
+
SubscriptionCategoryNotFoundFault,
|
|
9492
|
+
GlobalClusterAlreadyExistsFault,
|
|
9493
|
+
GlobalClusterQuotaExceededFault,
|
|
9494
|
+
InvalidDBParameterGroupStateFault,
|
|
9495
|
+
DBSnapshotAlreadyExistsFault,
|
|
9496
|
+
InvalidDBSubnetStateFault,
|
|
9497
|
+
InvalidEventSubscriptionStateFault,
|
|
9498
|
+
CertificateNotFoundFault,
|
|
9499
|
+
ApplyMethod,
|
|
9500
|
+
SourceType,
|
|
9501
|
+
InvalidDBSecurityGroupStateFault,
|
|
9502
|
+
SharedSnapshotQuotaExceededFault,
|
|
9503
|
+
DBUpgradeDependencyFailureFault,
|
|
9504
|
+
SubnetAlreadyInUse,
|
|
9505
|
+
InsufficientDBClusterCapacityFault,
|
|
9506
|
+
InvalidDBSnapshotStateFault,
|
|
9507
|
+
InvalidRestoreFault
|
|
9507
9508
|
});
|
|
9508
9509
|
|
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.499.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-docdb",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|