@aws-sdk/client-docdb 3.888.0 → 3.891.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 (56) hide show
  1. package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +2 -0
  2. package/dist-types/commands/AddTagsToResourceCommand.d.ts +2 -0
  3. package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +2 -0
  4. package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +2 -0
  5. package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +2 -0
  6. package/dist-types/commands/CreateDBClusterCommand.d.ts +2 -0
  7. package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +2 -0
  8. package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +2 -0
  9. package/dist-types/commands/CreateDBInstanceCommand.d.ts +2 -0
  10. package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +2 -0
  11. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +2 -0
  12. package/dist-types/commands/CreateGlobalClusterCommand.d.ts +2 -0
  13. package/dist-types/commands/DeleteDBClusterCommand.d.ts +2 -0
  14. package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +2 -0
  15. package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +2 -0
  16. package/dist-types/commands/DeleteDBInstanceCommand.d.ts +2 -0
  17. package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +2 -0
  18. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +2 -0
  19. package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +2 -0
  20. package/dist-types/commands/DescribeCertificatesCommand.d.ts +2 -0
  21. package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +2 -0
  22. package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +2 -0
  23. package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +2 -0
  24. package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +2 -0
  25. package/dist-types/commands/DescribeDBClustersCommand.d.ts +2 -0
  26. package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +2 -0
  27. package/dist-types/commands/DescribeDBInstancesCommand.d.ts +2 -0
  28. package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +2 -0
  29. package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +2 -0
  30. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +2 -0
  31. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +2 -0
  32. package/dist-types/commands/DescribeEventsCommand.d.ts +2 -0
  33. package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +2 -0
  34. package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +2 -0
  35. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +2 -0
  36. package/dist-types/commands/FailoverDBClusterCommand.d.ts +2 -0
  37. package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +2 -0
  38. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
  39. package/dist-types/commands/ModifyDBClusterCommand.d.ts +2 -0
  40. package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +2 -0
  41. package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +2 -0
  42. package/dist-types/commands/ModifyDBInstanceCommand.d.ts +2 -0
  43. package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +2 -0
  44. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +2 -0
  45. package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +2 -0
  46. package/dist-types/commands/RebootDBInstanceCommand.d.ts +2 -0
  47. package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +2 -0
  48. package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +2 -0
  49. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +2 -0
  50. package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +2 -0
  51. package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +2 -0
  52. package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +2 -0
  53. package/dist-types/commands/StartDBClusterCommand.d.ts +2 -0
  54. package/dist-types/commands/StopDBClusterCommand.d.ts +2 -0
  55. package/dist-types/commands/SwitchoverGlobalClusterCommand.d.ts +2 -0
  56. package/package.json +20 -20
@@ -34,6 +34,8 @@ declare const AddSourceIdentifierToSubscriptionCommand_base: {
34
34
  * ```javascript
35
35
  * import { DocDBClient, AddSourceIdentifierToSubscriptionCommand } from "@aws-sdk/client-docdb"; // ES Modules import
36
36
  * // const { DocDBClient, AddSourceIdentifierToSubscriptionCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
37
+ * // import type { DocDBClientConfig } from "@aws-sdk/client-docdb";
38
+ * const config = {}; // type is DocDBClientConfig
37
39
  * const client = new DocDBClient(config);
38
40
  * const input = { // AddSourceIdentifierToSubscriptionMessage
39
41
  * SubscriptionName: "STRING_VALUE", // required
@@ -36,6 +36,8 @@ declare const AddTagsToResourceCommand_base: {
36
36
  * ```javascript
37
37
  * import { DocDBClient, AddTagsToResourceCommand } from "@aws-sdk/client-docdb"; // ES Modules import
38
38
  * // const { DocDBClient, AddTagsToResourceCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
39
+ * // import type { DocDBClientConfig } from "@aws-sdk/client-docdb";
40
+ * const config = {}; // type is DocDBClientConfig
39
41
  * const client = new DocDBClient(config);
40
42
  * const input = { // AddTagsToResourceMessage
41
43
  * ResourceName: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const ApplyPendingMaintenanceActionCommand_base: {
34
34
  * ```javascript
35
35
  * import { DocDBClient, ApplyPendingMaintenanceActionCommand } from "@aws-sdk/client-docdb"; // ES Modules import
36
36
  * // const { DocDBClient, ApplyPendingMaintenanceActionCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
37
+ * // import type { DocDBClientConfig } from "@aws-sdk/client-docdb";
38
+ * const config = {}; // type is DocDBClientConfig
37
39
  * const client = new DocDBClient(config);
38
40
  * const input = { // ApplyPendingMaintenanceActionMessage
39
41
  * ResourceIdentifier: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const CopyDBClusterParameterGroupCommand_base: {
33
33
  * ```javascript
34
34
  * import { DocDBClient, CopyDBClusterParameterGroupCommand } from "@aws-sdk/client-docdb"; // ES Modules import
35
35
  * // const { DocDBClient, CopyDBClusterParameterGroupCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
36
+ * // import type { DocDBClientConfig } from "@aws-sdk/client-docdb";
37
+ * const config = {}; // type is DocDBClientConfig
36
38
  * const client = new DocDBClient(config);
37
39
  * const input = { // CopyDBClusterParameterGroupMessage
38
40
  * SourceDBClusterParameterGroupIdentifier: "STRING_VALUE", // required
@@ -42,6 +42,8 @@ declare const CopyDBClusterSnapshotCommand_base: {
42
42
  * ```javascript
43
43
  * import { DocDBClient, CopyDBClusterSnapshotCommand } from "@aws-sdk/client-docdb"; // ES Modules import
44
44
  * // const { DocDBClient, CopyDBClusterSnapshotCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
45
+ * // import type { DocDBClientConfig } from "@aws-sdk/client-docdb";
46
+ * const config = {}; // type is DocDBClientConfig
45
47
  * const client = new DocDBClient(config);
46
48
  * const input = { // CopyDBClusterSnapshotMessage
47
49
  * SourceDBClusterSnapshotIdentifier: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const CreateDBClusterCommand_base: {
33
33
  * ```javascript
34
34
  * import { DocDBClient, CreateDBClusterCommand } from "@aws-sdk/client-docdb"; // ES Modules import
35
35
  * // const { DocDBClient, CreateDBClusterCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
36
+ * // import type { DocDBClientConfig } from "@aws-sdk/client-docdb";
37
+ * const config = {}; // type is DocDBClientConfig
36
38
  * const client = new DocDBClient(config);
37
39
  * const input = { // CreateDBClusterMessage
38
40
  * AvailabilityZones: [ // AvailabilityZones
@@ -51,6 +51,8 @@ declare const CreateDBClusterParameterGroupCommand_base: {
51
51
  * ```javascript
52
52
  * import { DocDBClient, CreateDBClusterParameterGroupCommand } from "@aws-sdk/client-docdb"; // ES Modules import
53
53
  * // const { DocDBClient, CreateDBClusterParameterGroupCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
54
+ * // import type { DocDBClientConfig } from "@aws-sdk/client-docdb";
55
+ * const config = {}; // type is DocDBClientConfig
54
56
  * const client = new DocDBClient(config);
55
57
  * const input = { // CreateDBClusterParameterGroupMessage
56
58
  * DBClusterParameterGroupName: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const CreateDBClusterSnapshotCommand_base: {
33
33
  * ```javascript
34
34
  * import { DocDBClient, CreateDBClusterSnapshotCommand } from "@aws-sdk/client-docdb"; // ES Modules import
35
35
  * // const { DocDBClient, CreateDBClusterSnapshotCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
36
+ * // import type { DocDBClientConfig } from "@aws-sdk/client-docdb";
37
+ * const config = {}; // type is DocDBClientConfig
36
38
  * const client = new DocDBClient(config);
37
39
  * const input = { // CreateDBClusterSnapshotMessage
38
40
  * DBClusterSnapshotIdentifier: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const CreateDBInstanceCommand_base: {
33
33
  * ```javascript
34
34
  * import { DocDBClient, CreateDBInstanceCommand } from "@aws-sdk/client-docdb"; // ES Modules import
35
35
  * // const { DocDBClient, CreateDBInstanceCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
36
+ * // import type { DocDBClientConfig } from "@aws-sdk/client-docdb";
37
+ * const config = {}; // type is DocDBClientConfig
36
38
  * const client = new DocDBClient(config);
37
39
  * const input = { // CreateDBInstanceMessage
38
40
  * DBInstanceIdentifier: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const CreateDBSubnetGroupCommand_base: {
34
34
  * ```javascript
35
35
  * import { DocDBClient, CreateDBSubnetGroupCommand } from "@aws-sdk/client-docdb"; // ES Modules import
36
36
  * // const { DocDBClient, CreateDBSubnetGroupCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
37
+ * // import type { DocDBClientConfig } from "@aws-sdk/client-docdb";
38
+ * const config = {}; // type is DocDBClientConfig
37
39
  * const client = new DocDBClient(config);
38
40
  * const input = { // CreateDBSubnetGroupMessage
39
41
  * DBSubnetGroupName: "STRING_VALUE", // required
@@ -35,6 +35,8 @@ declare const CreateEventSubscriptionCommand_base: {
35
35
  * ```javascript
36
36
  * import { DocDBClient, CreateEventSubscriptionCommand } from "@aws-sdk/client-docdb"; // ES Modules import
37
37
  * // const { DocDBClient, CreateEventSubscriptionCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
38
+ * // import type { DocDBClientConfig } from "@aws-sdk/client-docdb";
39
+ * const config = {}; // type is DocDBClientConfig
38
40
  * const client = new DocDBClient(config);
39
41
  * const input = { // CreateEventSubscriptionMessage
40
42
  * SubscriptionName: "STRING_VALUE", // required
@@ -38,6 +38,8 @@ declare const CreateGlobalClusterCommand_base: {
38
38
  * ```javascript
39
39
  * import { DocDBClient, CreateGlobalClusterCommand } from "@aws-sdk/client-docdb"; // ES Modules import
40
40
  * // const { DocDBClient, CreateGlobalClusterCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
41
+ * // import type { DocDBClientConfig } from "@aws-sdk/client-docdb";
42
+ * const config = {}; // type is DocDBClientConfig
41
43
  * const client = new DocDBClient(config);
42
44
  * const input = { // CreateGlobalClusterMessage
43
45
  * GlobalClusterIdentifier: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const DeleteDBClusterCommand_base: {
34
34
  * ```javascript
35
35
  * import { DocDBClient, DeleteDBClusterCommand } from "@aws-sdk/client-docdb"; // ES Modules import
36
36
  * // const { DocDBClient, DeleteDBClusterCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
37
+ * // import type { DocDBClientConfig } from "@aws-sdk/client-docdb";
38
+ * const config = {}; // type is DocDBClientConfig
37
39
  * const client = new DocDBClient(config);
38
40
  * const input = { // DeleteDBClusterMessage
39
41
  * DBClusterIdentifier: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DeleteDBClusterParameterGroupCommand_base: {
33
33
  * ```javascript
34
34
  * import { DocDBClient, DeleteDBClusterParameterGroupCommand } from "@aws-sdk/client-docdb"; // ES Modules import
35
35
  * // const { DocDBClient, DeleteDBClusterParameterGroupCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
36
+ * // import type { DocDBClientConfig } from "@aws-sdk/client-docdb";
37
+ * const config = {}; // type is DocDBClientConfig
36
38
  * const client = new DocDBClient(config);
37
39
  * const input = { // DeleteDBClusterParameterGroupMessage
38
40
  * DBClusterParameterGroupName: "STRING_VALUE", // required
@@ -36,6 +36,8 @@ declare const DeleteDBClusterSnapshotCommand_base: {
36
36
  * ```javascript
37
37
  * import { DocDBClient, DeleteDBClusterSnapshotCommand } from "@aws-sdk/client-docdb"; // ES Modules import
38
38
  * // const { DocDBClient, DeleteDBClusterSnapshotCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
39
+ * // import type { DocDBClientConfig } from "@aws-sdk/client-docdb";
40
+ * const config = {}; // type is DocDBClientConfig
39
41
  * const client = new DocDBClient(config);
40
42
  * const input = { // DeleteDBClusterSnapshotMessage
41
43
  * DBClusterSnapshotIdentifier: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DeleteDBInstanceCommand_base: {
33
33
  * ```javascript
34
34
  * import { DocDBClient, DeleteDBInstanceCommand } from "@aws-sdk/client-docdb"; // ES Modules import
35
35
  * // const { DocDBClient, DeleteDBInstanceCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
36
+ * // import type { DocDBClientConfig } from "@aws-sdk/client-docdb";
37
+ * const config = {}; // type is DocDBClientConfig
36
38
  * const client = new DocDBClient(config);
37
39
  * const input = { // DeleteDBInstanceMessage
38
40
  * DBInstanceIdentifier: "STRING_VALUE", // required
@@ -37,6 +37,8 @@ declare const DeleteDBSubnetGroupCommand_base: {
37
37
  * ```javascript
38
38
  * import { DocDBClient, DeleteDBSubnetGroupCommand } from "@aws-sdk/client-docdb"; // ES Modules import
39
39
  * // const { DocDBClient, DeleteDBSubnetGroupCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
40
+ * // import type { DocDBClientConfig } from "@aws-sdk/client-docdb";
41
+ * const config = {}; // type is DocDBClientConfig
40
42
  * const client = new DocDBClient(config);
41
43
  * const input = { // DeleteDBSubnetGroupMessage
42
44
  * DBSubnetGroupName: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DeleteEventSubscriptionCommand_base: {
33
33
  * ```javascript
34
34
  * import { DocDBClient, DeleteEventSubscriptionCommand } from "@aws-sdk/client-docdb"; // ES Modules import
35
35
  * // const { DocDBClient, DeleteEventSubscriptionCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
36
+ * // import type { DocDBClientConfig } from "@aws-sdk/client-docdb";
37
+ * const config = {}; // type is DocDBClientConfig
36
38
  * const client = new DocDBClient(config);
37
39
  * const input = { // DeleteEventSubscriptionMessage
38
40
  * SubscriptionName: "STRING_VALUE", // required
@@ -36,6 +36,8 @@ declare const DeleteGlobalClusterCommand_base: {
36
36
  * ```javascript
37
37
  * import { DocDBClient, DeleteGlobalClusterCommand } from "@aws-sdk/client-docdb"; // ES Modules import
38
38
  * // const { DocDBClient, DeleteGlobalClusterCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
39
+ * // import type { DocDBClientConfig } from "@aws-sdk/client-docdb";
40
+ * const config = {}; // type is DocDBClientConfig
39
41
  * const client = new DocDBClient(config);
40
42
  * const input = { // DeleteGlobalClusterMessage
41
43
  * GlobalClusterIdentifier: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DescribeCertificatesCommand_base: {
33
33
  * ```javascript
34
34
  * import { DocDBClient, DescribeCertificatesCommand } from "@aws-sdk/client-docdb"; // ES Modules import
35
35
  * // const { DocDBClient, DescribeCertificatesCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
36
+ * // import type { DocDBClientConfig } from "@aws-sdk/client-docdb";
37
+ * const config = {}; // type is DocDBClientConfig
36
38
  * const client = new DocDBClient(config);
37
39
  * const input = { // DescribeCertificatesMessage
38
40
  * CertificateIdentifier: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const DescribeDBClusterParameterGroupsCommand_base: {
33
33
  * ```javascript
34
34
  * import { DocDBClient, DescribeDBClusterParameterGroupsCommand } from "@aws-sdk/client-docdb"; // ES Modules import
35
35
  * // const { DocDBClient, DescribeDBClusterParameterGroupsCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
36
+ * // import type { DocDBClientConfig } from "@aws-sdk/client-docdb";
37
+ * const config = {}; // type is DocDBClientConfig
36
38
  * const client = new DocDBClient(config);
37
39
  * const input = { // DescribeDBClusterParameterGroupsMessage
38
40
  * DBClusterParameterGroupName: "STRING_VALUE",
@@ -34,6 +34,8 @@ declare const DescribeDBClusterParametersCommand_base: {
34
34
  * ```javascript
35
35
  * import { DocDBClient, DescribeDBClusterParametersCommand } from "@aws-sdk/client-docdb"; // ES Modules import
36
36
  * // const { DocDBClient, DescribeDBClusterParametersCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
37
+ * // import type { DocDBClientConfig } from "@aws-sdk/client-docdb";
38
+ * const config = {}; // type is DocDBClientConfig
37
39
  * const client = new DocDBClient(config);
38
40
  * const input = { // DescribeDBClusterParametersMessage
39
41
  * DBClusterParameterGroupName: "STRING_VALUE", // required
@@ -36,6 +36,8 @@ declare const DescribeDBClusterSnapshotAttributesCommand_base: {
36
36
  * ```javascript
37
37
  * import { DocDBClient, DescribeDBClusterSnapshotAttributesCommand } from "@aws-sdk/client-docdb"; // ES Modules import
38
38
  * // const { DocDBClient, DescribeDBClusterSnapshotAttributesCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
39
+ * // import type { DocDBClientConfig } from "@aws-sdk/client-docdb";
40
+ * const config = {}; // type is DocDBClientConfig
39
41
  * const client = new DocDBClient(config);
40
42
  * const input = { // DescribeDBClusterSnapshotAttributesMessage
41
43
  * DBClusterSnapshotIdentifier: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DescribeDBClusterSnapshotsCommand_base: {
33
33
  * ```javascript
34
34
  * import { DocDBClient, DescribeDBClusterSnapshotsCommand } from "@aws-sdk/client-docdb"; // ES Modules import
35
35
  * // const { DocDBClient, DescribeDBClusterSnapshotsCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
36
+ * // import type { DocDBClientConfig } from "@aws-sdk/client-docdb";
37
+ * const config = {}; // type is DocDBClientConfig
36
38
  * const client = new DocDBClient(config);
37
39
  * const input = { // DescribeDBClusterSnapshotsMessage
38
40
  * DBClusterIdentifier: "STRING_VALUE",
@@ -38,6 +38,8 @@ declare const DescribeDBClustersCommand_base: {
38
38
  * ```javascript
39
39
  * import { DocDBClient, DescribeDBClustersCommand } from "@aws-sdk/client-docdb"; // ES Modules import
40
40
  * // const { DocDBClient, DescribeDBClustersCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
41
+ * // import type { DocDBClientConfig } from "@aws-sdk/client-docdb";
42
+ * const config = {}; // type is DocDBClientConfig
41
43
  * const client = new DocDBClient(config);
42
44
  * const input = { // DescribeDBClustersMessage
43
45
  * DBClusterIdentifier: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const DescribeDBEngineVersionsCommand_base: {
33
33
  * ```javascript
34
34
  * import { DocDBClient, DescribeDBEngineVersionsCommand } from "@aws-sdk/client-docdb"; // ES Modules import
35
35
  * // const { DocDBClient, DescribeDBEngineVersionsCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
36
+ * // import type { DocDBClientConfig } from "@aws-sdk/client-docdb";
37
+ * const config = {}; // type is DocDBClientConfig
36
38
  * const client = new DocDBClient(config);
37
39
  * const input = { // DescribeDBEngineVersionsMessage
38
40
  * Engine: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const DescribeDBInstancesCommand_base: {
33
33
  * ```javascript
34
34
  * import { DocDBClient, DescribeDBInstancesCommand } from "@aws-sdk/client-docdb"; // ES Modules import
35
35
  * // const { DocDBClient, DescribeDBInstancesCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
36
+ * // import type { DocDBClientConfig } from "@aws-sdk/client-docdb";
37
+ * const config = {}; // type is DocDBClientConfig
36
38
  * const client = new DocDBClient(config);
37
39
  * const input = { // DescribeDBInstancesMessage
38
40
  * DBInstanceIdentifier: "STRING_VALUE",
@@ -34,6 +34,8 @@ declare const DescribeDBSubnetGroupsCommand_base: {
34
34
  * ```javascript
35
35
  * import { DocDBClient, DescribeDBSubnetGroupsCommand } from "@aws-sdk/client-docdb"; // ES Modules import
36
36
  * // const { DocDBClient, DescribeDBSubnetGroupsCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
37
+ * // import type { DocDBClientConfig } from "@aws-sdk/client-docdb";
38
+ * const config = {}; // type is DocDBClientConfig
37
39
  * const client = new DocDBClient(config);
38
40
  * const input = { // DescribeDBSubnetGroupsMessage
39
41
  * DBSubnetGroupName: "STRING_VALUE",
@@ -34,6 +34,8 @@ declare const DescribeEngineDefaultClusterParametersCommand_base: {
34
34
  * ```javascript
35
35
  * import { DocDBClient, DescribeEngineDefaultClusterParametersCommand } from "@aws-sdk/client-docdb"; // ES Modules import
36
36
  * // const { DocDBClient, DescribeEngineDefaultClusterParametersCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
37
+ * // import type { DocDBClientConfig } from "@aws-sdk/client-docdb";
38
+ * const config = {}; // type is DocDBClientConfig
37
39
  * const client = new DocDBClient(config);
38
40
  * const input = { // DescribeEngineDefaultClusterParametersMessage
39
41
  * DBParameterGroupFamily: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const DescribeEventCategoriesCommand_base: {
34
34
  * ```javascript
35
35
  * import { DocDBClient, DescribeEventCategoriesCommand } from "@aws-sdk/client-docdb"; // ES Modules import
36
36
  * // const { DocDBClient, DescribeEventCategoriesCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
37
+ * // import type { DocDBClientConfig } from "@aws-sdk/client-docdb";
38
+ * const config = {}; // type is DocDBClientConfig
37
39
  * const client = new DocDBClient(config);
38
40
  * const input = { // DescribeEventCategoriesMessage
39
41
  * SourceType: "STRING_VALUE",
@@ -34,6 +34,8 @@ declare const DescribeEventSubscriptionsCommand_base: {
34
34
  * ```javascript
35
35
  * import { DocDBClient, DescribeEventSubscriptionsCommand } from "@aws-sdk/client-docdb"; // ES Modules import
36
36
  * // const { DocDBClient, DescribeEventSubscriptionsCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
37
+ * // import type { DocDBClientConfig } from "@aws-sdk/client-docdb";
38
+ * const config = {}; // type is DocDBClientConfig
37
39
  * const client = new DocDBClient(config);
38
40
  * const input = { // DescribeEventSubscriptionsMessage
39
41
  * SubscriptionName: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const DescribeEventsCommand_base: {
33
33
  * ```javascript
34
34
  * import { DocDBClient, DescribeEventsCommand } from "@aws-sdk/client-docdb"; // ES Modules import
35
35
  * // const { DocDBClient, DescribeEventsCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
36
+ * // import type { DocDBClientConfig } from "@aws-sdk/client-docdb";
37
+ * const config = {}; // type is DocDBClientConfig
36
38
  * const client = new DocDBClient(config);
37
39
  * const input = { // DescribeEventsMessage
38
40
  * SourceIdentifier: "STRING_VALUE",
@@ -36,6 +36,8 @@ declare const DescribeGlobalClustersCommand_base: {
36
36
  * ```javascript
37
37
  * import { DocDBClient, DescribeGlobalClustersCommand } from "@aws-sdk/client-docdb"; // ES Modules import
38
38
  * // const { DocDBClient, DescribeGlobalClustersCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
39
+ * // import type { DocDBClientConfig } from "@aws-sdk/client-docdb";
40
+ * const config = {}; // type is DocDBClientConfig
39
41
  * const client = new DocDBClient(config);
40
42
  * const input = { // DescribeGlobalClustersMessage
41
43
  * GlobalClusterIdentifier: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const DescribeOrderableDBInstanceOptionsCommand_base: {
33
33
  * ```javascript
34
34
  * import { DocDBClient, DescribeOrderableDBInstanceOptionsCommand } from "@aws-sdk/client-docdb"; // ES Modules import
35
35
  * // const { DocDBClient, DescribeOrderableDBInstanceOptionsCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
36
+ * // import type { DocDBClientConfig } from "@aws-sdk/client-docdb";
37
+ * const config = {}; // type is DocDBClientConfig
36
38
  * const client = new DocDBClient(config);
37
39
  * const input = { // DescribeOrderableDBInstanceOptionsMessage
38
40
  * Engine: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const DescribePendingMaintenanceActionsCommand_base: {
34
34
  * ```javascript
35
35
  * import { DocDBClient, DescribePendingMaintenanceActionsCommand } from "@aws-sdk/client-docdb"; // ES Modules import
36
36
  * // const { DocDBClient, DescribePendingMaintenanceActionsCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
37
+ * // import type { DocDBClientConfig } from "@aws-sdk/client-docdb";
38
+ * const config = {}; // type is DocDBClientConfig
37
39
  * const client = new DocDBClient(config);
38
40
  * const input = { // DescribePendingMaintenanceActionsMessage
39
41
  * ResourceIdentifier: "STRING_VALUE",
@@ -35,6 +35,8 @@ declare const FailoverDBClusterCommand_base: {
35
35
  * ```javascript
36
36
  * import { DocDBClient, FailoverDBClusterCommand } from "@aws-sdk/client-docdb"; // ES Modules import
37
37
  * // const { DocDBClient, FailoverDBClusterCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
38
+ * // import type { DocDBClientConfig } from "@aws-sdk/client-docdb";
39
+ * const config = {}; // type is DocDBClientConfig
38
40
  * const client = new DocDBClient(config);
39
41
  * const input = { // FailoverDBClusterMessage
40
42
  * DBClusterIdentifier: "STRING_VALUE",
@@ -36,6 +36,8 @@ declare const FailoverGlobalClusterCommand_base: {
36
36
  * ```javascript
37
37
  * import { DocDBClient, FailoverGlobalClusterCommand } from "@aws-sdk/client-docdb"; // ES Modules import
38
38
  * // const { DocDBClient, FailoverGlobalClusterCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
39
+ * // import type { DocDBClientConfig } from "@aws-sdk/client-docdb";
40
+ * const config = {}; // type is DocDBClientConfig
39
41
  * const client = new DocDBClient(config);
40
42
  * const input = { // FailoverGlobalClusterMessage
41
43
  * GlobalClusterIdentifier: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const ListTagsForResourceCommand_base: {
33
33
  * ```javascript
34
34
  * import { DocDBClient, ListTagsForResourceCommand } from "@aws-sdk/client-docdb"; // ES Modules import
35
35
  * // const { DocDBClient, ListTagsForResourceCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
36
+ * // import type { DocDBClientConfig } from "@aws-sdk/client-docdb";
37
+ * const config = {}; // type is DocDBClientConfig
36
38
  * const client = new DocDBClient(config);
37
39
  * const input = { // ListTagsForResourceMessage
38
40
  * ResourceName: "STRING_VALUE", // required
@@ -35,6 +35,8 @@ declare const ModifyDBClusterCommand_base: {
35
35
  * ```javascript
36
36
  * import { DocDBClient, ModifyDBClusterCommand } from "@aws-sdk/client-docdb"; // ES Modules import
37
37
  * // const { DocDBClient, ModifyDBClusterCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
38
+ * // import type { DocDBClientConfig } from "@aws-sdk/client-docdb";
39
+ * const config = {}; // type is DocDBClientConfig
38
40
  * const client = new DocDBClient(config);
39
41
  * const input = { // ModifyDBClusterMessage
40
42
  * DBClusterIdentifier: "STRING_VALUE", // required
@@ -51,6 +51,8 @@ declare const ModifyDBClusterParameterGroupCommand_base: {
51
51
  * ```javascript
52
52
  * import { DocDBClient, ModifyDBClusterParameterGroupCommand } from "@aws-sdk/client-docdb"; // ES Modules import
53
53
  * // const { DocDBClient, ModifyDBClusterParameterGroupCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
54
+ * // import type { DocDBClientConfig } from "@aws-sdk/client-docdb";
55
+ * const config = {}; // type is DocDBClientConfig
54
56
  * const client = new DocDBClient(config);
55
57
  * const input = { // ModifyDBClusterParameterGroupMessage
56
58
  * DBClusterParameterGroupName: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const ModifyDBClusterSnapshotAttributeCommand_base: {
34
34
  * ```javascript
35
35
  * import { DocDBClient, ModifyDBClusterSnapshotAttributeCommand } from "@aws-sdk/client-docdb"; // ES Modules import
36
36
  * // const { DocDBClient, ModifyDBClusterSnapshotAttributeCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
37
+ * // import type { DocDBClientConfig } from "@aws-sdk/client-docdb";
38
+ * const config = {}; // type is DocDBClientConfig
37
39
  * const client = new DocDBClient(config);
38
40
  * const input = { // ModifyDBClusterSnapshotAttributeMessage
39
41
  * DBClusterSnapshotIdentifier: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const ModifyDBInstanceCommand_base: {
33
33
  * ```javascript
34
34
  * import { DocDBClient, ModifyDBInstanceCommand } from "@aws-sdk/client-docdb"; // ES Modules import
35
35
  * // const { DocDBClient, ModifyDBInstanceCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
36
+ * // import type { DocDBClientConfig } from "@aws-sdk/client-docdb";
37
+ * const config = {}; // type is DocDBClientConfig
36
38
  * const client = new DocDBClient(config);
37
39
  * const input = { // ModifyDBInstanceMessage
38
40
  * DBInstanceIdentifier: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const ModifyDBSubnetGroupCommand_base: {
33
33
  * ```javascript
34
34
  * import { DocDBClient, ModifyDBSubnetGroupCommand } from "@aws-sdk/client-docdb"; // ES Modules import
35
35
  * // const { DocDBClient, ModifyDBSubnetGroupCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
36
+ * // import type { DocDBClientConfig } from "@aws-sdk/client-docdb";
37
+ * const config = {}; // type is DocDBClientConfig
36
38
  * const client = new DocDBClient(config);
37
39
  * const input = { // ModifyDBSubnetGroupMessage
38
40
  * DBSubnetGroupName: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const ModifyEventSubscriptionCommand_base: {
33
33
  * ```javascript
34
34
  * import { DocDBClient, ModifyEventSubscriptionCommand } from "@aws-sdk/client-docdb"; // ES Modules import
35
35
  * // const { DocDBClient, ModifyEventSubscriptionCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
36
+ * // import type { DocDBClientConfig } from "@aws-sdk/client-docdb";
37
+ * const config = {}; // type is DocDBClientConfig
36
38
  * const client = new DocDBClient(config);
37
39
  * const input = { // ModifyEventSubscriptionMessage
38
40
  * SubscriptionName: "STRING_VALUE", // required
@@ -36,6 +36,8 @@ declare const ModifyGlobalClusterCommand_base: {
36
36
  * ```javascript
37
37
  * import { DocDBClient, ModifyGlobalClusterCommand } from "@aws-sdk/client-docdb"; // ES Modules import
38
38
  * // const { DocDBClient, ModifyGlobalClusterCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
39
+ * // import type { DocDBClientConfig } from "@aws-sdk/client-docdb";
40
+ * const config = {}; // type is DocDBClientConfig
39
41
  * const client = new DocDBClient(config);
40
42
  * const input = { // ModifyGlobalClusterMessage
41
43
  * GlobalClusterIdentifier: "STRING_VALUE", // required
@@ -39,6 +39,8 @@ declare const RebootDBInstanceCommand_base: {
39
39
  * ```javascript
40
40
  * import { DocDBClient, RebootDBInstanceCommand } from "@aws-sdk/client-docdb"; // ES Modules import
41
41
  * // const { DocDBClient, RebootDBInstanceCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
42
+ * // import type { DocDBClientConfig } from "@aws-sdk/client-docdb";
43
+ * const config = {}; // type is DocDBClientConfig
42
44
  * const client = new DocDBClient(config);
43
45
  * const input = { // RebootDBInstanceMessage
44
46
  * DBInstanceIdentifier: "STRING_VALUE", // required
@@ -36,6 +36,8 @@ declare const RemoveFromGlobalClusterCommand_base: {
36
36
  * ```javascript
37
37
  * import { DocDBClient, RemoveFromGlobalClusterCommand } from "@aws-sdk/client-docdb"; // ES Modules import
38
38
  * // const { DocDBClient, RemoveFromGlobalClusterCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
39
+ * // import type { DocDBClientConfig } from "@aws-sdk/client-docdb";
40
+ * const config = {}; // type is DocDBClientConfig
39
41
  * const client = new DocDBClient(config);
40
42
  * const input = { // RemoveFromGlobalClusterMessage
41
43
  * GlobalClusterIdentifier: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const RemoveSourceIdentifierFromSubscriptionCommand_base: {
34
34
  * ```javascript
35
35
  * import { DocDBClient, RemoveSourceIdentifierFromSubscriptionCommand } from "@aws-sdk/client-docdb"; // ES Modules import
36
36
  * // const { DocDBClient, RemoveSourceIdentifierFromSubscriptionCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
37
+ * // import type { DocDBClientConfig } from "@aws-sdk/client-docdb";
38
+ * const config = {}; // type is DocDBClientConfig
37
39
  * const client = new DocDBClient(config);
38
40
  * const input = { // RemoveSourceIdentifierFromSubscriptionMessage
39
41
  * SubscriptionName: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const RemoveTagsFromResourceCommand_base: {
33
33
  * ```javascript
34
34
  * import { DocDBClient, RemoveTagsFromResourceCommand } from "@aws-sdk/client-docdb"; // ES Modules import
35
35
  * // const { DocDBClient, RemoveTagsFromResourceCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
36
+ * // import type { DocDBClientConfig } from "@aws-sdk/client-docdb";
37
+ * const config = {}; // type is DocDBClientConfig
36
38
  * const client = new DocDBClient(config);
37
39
  * const input = { // RemoveTagsFromResourceMessage
38
40
  * ResourceName: "STRING_VALUE", // required
@@ -40,6 +40,8 @@ declare const ResetDBClusterParameterGroupCommand_base: {
40
40
  * ```javascript
41
41
  * import { DocDBClient, ResetDBClusterParameterGroupCommand } from "@aws-sdk/client-docdb"; // ES Modules import
42
42
  * // const { DocDBClient, ResetDBClusterParameterGroupCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
43
+ * // import type { DocDBClientConfig } from "@aws-sdk/client-docdb";
44
+ * const config = {}; // type is DocDBClientConfig
43
45
  * const client = new DocDBClient(config);
44
46
  * const input = { // ResetDBClusterParameterGroupMessage
45
47
  * DBClusterParameterGroupName: "STRING_VALUE", // required
@@ -35,6 +35,8 @@ declare const RestoreDBClusterFromSnapshotCommand_base: {
35
35
  * ```javascript
36
36
  * import { DocDBClient, RestoreDBClusterFromSnapshotCommand } from "@aws-sdk/client-docdb"; // ES Modules import
37
37
  * // const { DocDBClient, RestoreDBClusterFromSnapshotCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
38
+ * // import type { DocDBClientConfig } from "@aws-sdk/client-docdb";
39
+ * const config = {}; // type is DocDBClientConfig
38
40
  * const client = new DocDBClient(config);
39
41
  * const input = { // RestoreDBClusterFromSnapshotMessage
40
42
  * AvailabilityZones: [ // AvailabilityZones
@@ -37,6 +37,8 @@ declare const RestoreDBClusterToPointInTimeCommand_base: {
37
37
  * ```javascript
38
38
  * import { DocDBClient, RestoreDBClusterToPointInTimeCommand } from "@aws-sdk/client-docdb"; // ES Modules import
39
39
  * // const { DocDBClient, RestoreDBClusterToPointInTimeCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
40
+ * // import type { DocDBClientConfig } from "@aws-sdk/client-docdb";
41
+ * const config = {}; // type is DocDBClientConfig
40
42
  * const client = new DocDBClient(config);
41
43
  * const input = { // RestoreDBClusterToPointInTimeMessage
42
44
  * DBClusterIdentifier: "STRING_VALUE", // required
@@ -35,6 +35,8 @@ declare const StartDBClusterCommand_base: {
35
35
  * ```javascript
36
36
  * import { DocDBClient, StartDBClusterCommand } from "@aws-sdk/client-docdb"; // ES Modules import
37
37
  * // const { DocDBClient, StartDBClusterCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
38
+ * // import type { DocDBClientConfig } from "@aws-sdk/client-docdb";
39
+ * const config = {}; // type is DocDBClientConfig
38
40
  * const client = new DocDBClient(config);
39
41
  * const input = { // StartDBClusterMessage
40
42
  * DBClusterIdentifier: "STRING_VALUE", // required
@@ -36,6 +36,8 @@ declare const StopDBClusterCommand_base: {
36
36
  * ```javascript
37
37
  * import { DocDBClient, StopDBClusterCommand } from "@aws-sdk/client-docdb"; // ES Modules import
38
38
  * // const { DocDBClient, StopDBClusterCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
39
+ * // import type { DocDBClientConfig } from "@aws-sdk/client-docdb";
40
+ * const config = {}; // type is DocDBClientConfig
39
41
  * const client = new DocDBClient(config);
40
42
  * const input = { // StopDBClusterMessage
41
43
  * DBClusterIdentifier: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const SwitchoverGlobalClusterCommand_base: {
33
33
  * ```javascript
34
34
  * import { DocDBClient, SwitchoverGlobalClusterCommand } from "@aws-sdk/client-docdb"; // ES Modules import
35
35
  * // const { DocDBClient, SwitchoverGlobalClusterCommand } = require("@aws-sdk/client-docdb"); // CommonJS import
36
+ * // import type { DocDBClientConfig } from "@aws-sdk/client-docdb";
37
+ * const config = {}; // type is DocDBClientConfig
36
38
  * const client = new DocDBClient(config);
37
39
  * const input = { // SwitchoverGlobalClusterMessage
38
40
  * GlobalClusterIdentifier: "STRING_VALUE", // required
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.888.0",
4
+ "version": "3.891.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,42 +20,42 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.888.0",
24
- "@aws-sdk/credential-provider-node": "3.888.0",
25
- "@aws-sdk/middleware-host-header": "3.887.0",
26
- "@aws-sdk/middleware-logger": "3.887.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.887.0",
28
- "@aws-sdk/middleware-sdk-rds": "3.887.0",
29
- "@aws-sdk/middleware-user-agent": "3.888.0",
30
- "@aws-sdk/region-config-resolver": "3.887.0",
23
+ "@aws-sdk/core": "3.890.0",
24
+ "@aws-sdk/credential-provider-node": "3.891.0",
25
+ "@aws-sdk/middleware-host-header": "3.891.0",
26
+ "@aws-sdk/middleware-logger": "3.891.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.891.0",
28
+ "@aws-sdk/middleware-sdk-rds": "3.890.0",
29
+ "@aws-sdk/middleware-user-agent": "3.891.0",
30
+ "@aws-sdk/region-config-resolver": "3.890.0",
31
31
  "@aws-sdk/types": "3.887.0",
32
- "@aws-sdk/util-endpoints": "3.887.0",
32
+ "@aws-sdk/util-endpoints": "3.891.0",
33
33
  "@aws-sdk/util-user-agent-browser": "3.887.0",
34
- "@aws-sdk/util-user-agent-node": "3.888.0",
35
- "@smithy/config-resolver": "^4.2.1",
34
+ "@aws-sdk/util-user-agent-node": "3.891.0",
35
+ "@smithy/config-resolver": "^4.2.2",
36
36
  "@smithy/core": "^3.11.0",
37
37
  "@smithy/fetch-http-handler": "^5.2.1",
38
38
  "@smithy/hash-node": "^4.1.1",
39
39
  "@smithy/invalid-dependency": "^4.1.1",
40
40
  "@smithy/middleware-content-length": "^4.1.1",
41
- "@smithy/middleware-endpoint": "^4.2.1",
42
- "@smithy/middleware-retry": "^4.2.1",
41
+ "@smithy/middleware-endpoint": "^4.2.2",
42
+ "@smithy/middleware-retry": "^4.2.3",
43
43
  "@smithy/middleware-serde": "^4.1.1",
44
44
  "@smithy/middleware-stack": "^4.1.1",
45
- "@smithy/node-config-provider": "^4.2.1",
45
+ "@smithy/node-config-provider": "^4.2.2",
46
46
  "@smithy/node-http-handler": "^4.2.1",
47
47
  "@smithy/protocol-http": "^5.2.1",
48
- "@smithy/smithy-client": "^4.6.1",
48
+ "@smithy/smithy-client": "^4.6.2",
49
49
  "@smithy/types": "^4.5.0",
50
50
  "@smithy/url-parser": "^4.1.1",
51
51
  "@smithy/util-base64": "^4.1.0",
52
52
  "@smithy/util-body-length-browser": "^4.1.0",
53
53
  "@smithy/util-body-length-node": "^4.1.0",
54
- "@smithy/util-defaults-mode-browser": "^4.1.1",
55
- "@smithy/util-defaults-mode-node": "^4.1.1",
56
- "@smithy/util-endpoints": "^3.1.1",
54
+ "@smithy/util-defaults-mode-browser": "^4.1.2",
55
+ "@smithy/util-defaults-mode-node": "^4.1.2",
56
+ "@smithy/util-endpoints": "^3.1.2",
57
57
  "@smithy/util-middleware": "^4.1.1",
58
- "@smithy/util-retry": "^4.1.1",
58
+ "@smithy/util-retry": "^4.1.2",
59
59
  "@smithy/util-utf8": "^4.1.0",
60
60
  "@smithy/util-waiter": "^4.1.1",
61
61
  "tslib": "^2.6.2"