@aws-sdk/client-docdb 3.495.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.
Files changed (2) hide show
  1. package/dist-cjs/index.js +68 -65
  2. package/package.json +41 -41
package/dist-cjs/index.js CHANGED
@@ -9369,13 +9369,16 @@ var waitUntilDBInstanceDeleted = /* @__PURE__ */ __name(async (params, input) =>
9369
9369
  // src/index.ts
9370
9370
  var import_util_endpoints = require("@aws-sdk/util-endpoints");
9371
9371
  // Annotate the CommonJS export names for ESM import in node:
9372
+
9372
9373
  0 && (module.exports = {
9374
+ DocDBServiceException,
9375
+ __Client,
9376
+ DocDBClient,
9377
+ DocDB,
9378
+ $Command,
9373
9379
  AddSourceIdentifierToSubscriptionCommand,
9374
9380
  AddTagsToResourceCommand,
9375
- ApplyMethod,
9376
9381
  ApplyPendingMaintenanceActionCommand,
9377
- AuthorizationNotFoundFault,
9378
- CertificateNotFoundFault,
9379
9382
  CopyDBClusterParameterGroupCommand,
9380
9383
  CopyDBClusterSnapshotCommand,
9381
9384
  CreateDBClusterCommand,
@@ -9385,26 +9388,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
9385
9388
  CreateDBSubnetGroupCommand,
9386
9389
  CreateEventSubscriptionCommand,
9387
9390
  CreateGlobalClusterCommand,
9388
- DBClusterAlreadyExistsFault,
9389
- DBClusterNotFoundFault,
9390
- DBClusterParameterGroupNotFoundFault,
9391
- DBClusterQuotaExceededFault,
9392
- DBClusterSnapshotAlreadyExistsFault,
9393
- DBClusterSnapshotNotFoundFault,
9394
- DBInstanceAlreadyExistsFault,
9395
- DBInstanceNotFoundFault,
9396
- DBParameterGroupAlreadyExistsFault,
9397
- DBParameterGroupNotFoundFault,
9398
- DBParameterGroupQuotaExceededFault,
9399
- DBSecurityGroupNotFoundFault,
9400
- DBSnapshotAlreadyExistsFault,
9401
- DBSnapshotNotFoundFault,
9402
- DBSubnetGroupAlreadyExistsFault,
9403
- DBSubnetGroupDoesNotCoverEnoughAZs,
9404
- DBSubnetGroupNotFoundFault,
9405
- DBSubnetGroupQuotaExceededFault,
9406
- DBSubnetQuotaExceededFault,
9407
- DBUpgradeDependencyFailureFault,
9408
9391
  DeleteDBClusterCommand,
9409
9392
  DeleteDBClusterParameterGroupCommand,
9410
9393
  DeleteDBClusterSnapshotCommand,
@@ -9428,32 +9411,7 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
9428
9411
  DescribeGlobalClustersCommand,
9429
9412
  DescribeOrderableDBInstanceOptionsCommand,
9430
9413
  DescribePendingMaintenanceActionsCommand,
9431
- DocDB,
9432
- DocDBClient,
9433
- DocDBServiceException,
9434
- EventSubscriptionQuotaExceededFault,
9435
9414
  FailoverDBClusterCommand,
9436
- GlobalClusterAlreadyExistsFault,
9437
- GlobalClusterNotFoundFault,
9438
- GlobalClusterQuotaExceededFault,
9439
- InstanceQuotaExceededFault,
9440
- InsufficientDBClusterCapacityFault,
9441
- InsufficientDBInstanceCapacityFault,
9442
- InsufficientStorageClusterCapacityFault,
9443
- InvalidDBClusterSnapshotStateFault,
9444
- InvalidDBClusterStateFault,
9445
- InvalidDBInstanceStateFault,
9446
- InvalidDBParameterGroupStateFault,
9447
- InvalidDBSecurityGroupStateFault,
9448
- InvalidDBSnapshotStateFault,
9449
- InvalidDBSubnetGroupStateFault,
9450
- InvalidDBSubnetStateFault,
9451
- InvalidEventSubscriptionStateFault,
9452
- InvalidGlobalClusterStateFault,
9453
- InvalidRestoreFault,
9454
- InvalidSubnet,
9455
- InvalidVPCNetworkStateFault,
9456
- KMSKeyNotAccessibleFault,
9457
9415
  ListTagsForResourceCommand,
9458
9416
  ModifyDBClusterCommand,
9459
9417
  ModifyDBClusterParameterGroupCommand,
@@ -9467,25 +9425,10 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
9467
9425
  RemoveSourceIdentifierFromSubscriptionCommand,
9468
9426
  RemoveTagsFromResourceCommand,
9469
9427
  ResetDBClusterParameterGroupCommand,
9470
- ResourceNotFoundFault,
9471
9428
  RestoreDBClusterFromSnapshotCommand,
9472
9429
  RestoreDBClusterToPointInTimeCommand,
9473
- SNSInvalidTopicFault,
9474
- SNSNoAuthorizationFault,
9475
- SNSTopicArnNotFoundFault,
9476
- SharedSnapshotQuotaExceededFault,
9477
- SnapshotQuotaExceededFault,
9478
- SourceNotFoundFault,
9479
- SourceType,
9480
9430
  StartDBClusterCommand,
9481
9431
  StopDBClusterCommand,
9482
- StorageQuotaExceededFault,
9483
- StorageTypeNotSupportedFault,
9484
- SubnetAlreadyInUse,
9485
- SubscriptionAlreadyExistFault,
9486
- SubscriptionCategoryNotFoundFault,
9487
- SubscriptionNotFoundFault,
9488
- __Client,
9489
9432
  paginateDescribeCertificates,
9490
9433
  paginateDescribeDBClusterParameterGroups,
9491
9434
  paginateDescribeDBClusterParameters,
@@ -9500,7 +9443,67 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
9500
9443
  paginateDescribeOrderableDBInstanceOptions,
9501
9444
  paginateDescribePendingMaintenanceActions,
9502
9445
  waitForDBInstanceAvailable,
9503
- waitForDBInstanceDeleted,
9504
9446
  waitUntilDBInstanceAvailable,
9505
- waitUntilDBInstanceDeleted
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
9506
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.495.0",
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,50 +20,50 @@
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.495.0",
24
- "@aws-sdk/core": "3.495.0",
25
- "@aws-sdk/credential-provider-node": "3.495.0",
26
- "@aws-sdk/middleware-host-header": "3.495.0",
27
- "@aws-sdk/middleware-logger": "3.495.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.495.0",
29
- "@aws-sdk/middleware-sdk-rds": "3.495.0",
30
- "@aws-sdk/middleware-signing": "3.495.0",
31
- "@aws-sdk/middleware-user-agent": "3.495.0",
32
- "@aws-sdk/region-config-resolver": "3.495.0",
33
- "@aws-sdk/types": "3.495.0",
34
- "@aws-sdk/util-endpoints": "3.495.0",
35
- "@aws-sdk/util-user-agent-browser": "3.495.0",
36
- "@aws-sdk/util-user-agent-node": "3.495.0",
37
- "@smithy/config-resolver": "^2.1.0",
38
- "@smithy/core": "^1.3.0",
39
- "@smithy/fetch-http-handler": "^2.4.0",
40
- "@smithy/hash-node": "^2.1.0",
41
- "@smithy/invalid-dependency": "^2.1.0",
42
- "@smithy/middleware-content-length": "^2.1.0",
43
- "@smithy/middleware-endpoint": "^2.4.0",
44
- "@smithy/middleware-retry": "^2.1.0",
45
- "@smithy/middleware-serde": "^2.1.0",
46
- "@smithy/middleware-stack": "^2.1.0",
47
- "@smithy/node-config-provider": "^2.2.0",
48
- "@smithy/node-http-handler": "^2.3.0",
49
- "@smithy/protocol-http": "^3.1.0",
50
- "@smithy/smithy-client": "^2.3.0",
51
- "@smithy/types": "^2.9.0",
52
- "@smithy/url-parser": "^2.1.0",
53
- "@smithy/util-base64": "^2.1.0",
54
- "@smithy/util-body-length-browser": "^2.1.0",
55
- "@smithy/util-body-length-node": "^2.2.0",
56
- "@smithy/util-defaults-mode-browser": "^2.1.0",
57
- "@smithy/util-defaults-mode-node": "^2.1.0",
58
- "@smithy/util-endpoints": "^1.1.0",
59
- "@smithy/util-retry": "^2.1.0",
60
- "@smithy/util-utf8": "^2.1.0",
61
- "@smithy/util-waiter": "^2.1.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
+ "@aws-sdk/core": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
+ "@aws-sdk/middleware-host-header": "3.496.0",
27
+ "@aws-sdk/middleware-logger": "3.496.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.496.0",
29
+ "@aws-sdk/middleware-sdk-rds": "3.496.0",
30
+ "@aws-sdk/middleware-signing": "3.496.0",
31
+ "@aws-sdk/middleware-user-agent": "3.496.0",
32
+ "@aws-sdk/region-config-resolver": "3.496.0",
33
+ "@aws-sdk/types": "3.496.0",
34
+ "@aws-sdk/util-endpoints": "3.496.0",
35
+ "@aws-sdk/util-user-agent-browser": "3.496.0",
36
+ "@aws-sdk/util-user-agent-node": "3.496.0",
37
+ "@smithy/config-resolver": "^2.1.1",
38
+ "@smithy/core": "^1.3.1",
39
+ "@smithy/fetch-http-handler": "^2.4.1",
40
+ "@smithy/hash-node": "^2.1.1",
41
+ "@smithy/invalid-dependency": "^2.1.1",
42
+ "@smithy/middleware-content-length": "^2.1.1",
43
+ "@smithy/middleware-endpoint": "^2.4.1",
44
+ "@smithy/middleware-retry": "^2.1.1",
45
+ "@smithy/middleware-serde": "^2.1.1",
46
+ "@smithy/middleware-stack": "^2.1.1",
47
+ "@smithy/node-config-provider": "^2.2.1",
48
+ "@smithy/node-http-handler": "^2.3.1",
49
+ "@smithy/protocol-http": "^3.1.1",
50
+ "@smithy/smithy-client": "^2.3.1",
51
+ "@smithy/types": "^2.9.1",
52
+ "@smithy/url-parser": "^2.1.1",
53
+ "@smithy/util-base64": "^2.1.1",
54
+ "@smithy/util-body-length-browser": "^2.1.1",
55
+ "@smithy/util-body-length-node": "^2.2.1",
56
+ "@smithy/util-defaults-mode-browser": "^2.1.1",
57
+ "@smithy/util-defaults-mode-node": "^2.1.1",
58
+ "@smithy/util-endpoints": "^1.1.1",
59
+ "@smithy/util-retry": "^2.1.1",
60
+ "@smithy/util-utf8": "^2.1.1",
61
+ "@smithy/util-waiter": "^2.1.1",
62
62
  "fast-xml-parser": "4.2.5",
63
63
  "tslib": "^2.5.0"
64
64
  },
65
65
  "devDependencies": {
66
- "@smithy/service-client-documentation-generator": "^2.1.0",
66
+ "@smithy/service-client-documentation-generator": "^2.1.1",
67
67
  "@tsconfig/node14": "1.0.3",
68
68
  "@types/node": "^14.14.31",
69
69
  "concurrently": "7.0.0",