@aws-sdk/client-docdb 3.50.0 → 3.53.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 (96) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/DocDBServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +746 -3
  5. package/dist-cjs/protocols/Aws_query.js +584 -2009
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/DocDBServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +686 -1
  9. package/dist-es/protocols/Aws_query.js +1188 -2073
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/DocDBServiceException.d.ts +10 -0
  12. package/dist-types/models/models_0.d.ts +401 -229
  13. package/dist-types/ts3.4/DocDB.d.ts +270 -0
  14. package/dist-types/ts3.4/DocDBClient.d.ts +126 -0
  15. package/dist-types/ts3.4/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/CopyDBClusterParameterGroupCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/CopyDBClusterSnapshotCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/CreateDBClusterCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/CreateDBClusterParameterGroupCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/CreateDBClusterSnapshotCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/CreateDBInstanceCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/CreateDBSubnetGroupCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/DeleteDBClusterCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/DeleteDBClusterParameterGroupCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/DeleteDBClusterSnapshotCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/DeleteDBInstanceCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/DeleteDBSubnetGroupCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/FailoverDBClusterCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/ModifyDBClusterCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/ModifyDBClusterParameterGroupCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/ModifyDBInstanceCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/ModifyDBSubnetGroupCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/RebootDBInstanceCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/ResetDBClusterParameterGroupCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/RestoreDBClusterFromSnapshotCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/RestoreDBClusterToPointInTimeCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/StartDBClusterCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/StopDBClusterCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/index.d.ts +53 -0
  69. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  70. package/dist-types/ts3.4/index.d.ts +7 -0
  71. package/dist-types/ts3.4/models/DocDBServiceException.d.ts +6 -0
  72. package/dist-types/ts3.4/models/index.d.ts +1 -0
  73. package/dist-types/ts3.4/models/models_0.d.ts +2302 -0
  74. package/dist-types/ts3.4/pagination/DescribeCertificatesPaginator.d.ts +4 -0
  75. package/dist-types/ts3.4/pagination/DescribeDBClusterParameterGroupsPaginator.d.ts +4 -0
  76. package/dist-types/ts3.4/pagination/DescribeDBClusterParametersPaginator.d.ts +4 -0
  77. package/dist-types/ts3.4/pagination/DescribeDBClusterSnapshotsPaginator.d.ts +4 -0
  78. package/dist-types/ts3.4/pagination/DescribeDBClustersPaginator.d.ts +4 -0
  79. package/dist-types/ts3.4/pagination/DescribeDBEngineVersionsPaginator.d.ts +4 -0
  80. package/dist-types/ts3.4/pagination/DescribeDBInstancesPaginator.d.ts +4 -0
  81. package/dist-types/ts3.4/pagination/DescribeDBSubnetGroupsPaginator.d.ts +4 -0
  82. package/dist-types/ts3.4/pagination/DescribeEventSubscriptionsPaginator.d.ts +4 -0
  83. package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +4 -0
  84. package/dist-types/ts3.4/pagination/DescribeGlobalClustersPaginator.d.ts +4 -0
  85. package/dist-types/ts3.4/pagination/DescribeOrderableDBInstanceOptionsPaginator.d.ts +4 -0
  86. package/dist-types/ts3.4/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +4 -0
  87. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  88. package/dist-types/ts3.4/pagination/index.d.ts +14 -0
  89. package/dist-types/ts3.4/protocols/Aws_query.d.ts +161 -0
  90. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  91. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  92. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  93. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  94. package/dist-types/ts3.4/waiters/index.d.ts +1 -0
  95. package/dist-types/ts3.4/waiters/waitForDBInstanceAvailable.d.ts +7 -0
  96. package/package.json +35 -35
package/dist-es/index.js CHANGED
@@ -4,3 +4,4 @@ export * from "./commands";
4
4
  export * from "./models";
5
5
  export * from "./pagination";
6
6
  export * from "./waiters";
7
+ export { DocDBServiceException } from "./models/DocDBServiceException";
@@ -0,0 +1,12 @@
1
+ import { __extends } from "tslib";
2
+ import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
3
+ var DocDBServiceException = (function (_super) {
4
+ __extends(DocDBServiceException, _super);
5
+ function DocDBServiceException(options) {
6
+ var _this = _super.call(this, options) || this;
7
+ Object.setPrototypeOf(_this, DocDBServiceException.prototype);
8
+ return _this;
9
+ }
10
+ return DocDBServiceException;
11
+ }(__ServiceException));
12
+ export { DocDBServiceException };