@aws-sdk/client-docdb 3.952.0 → 3.953.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 +999 -713
- package/dist-cjs/runtimeConfig.shared.js +7 -6
- package/dist-es/commands/AddSourceIdentifierToSubscriptionCommand.js +2 -2
- package/dist-es/commands/AddTagsToResourceCommand.js +2 -2
- package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js +2 -2
- package/dist-es/commands/CopyDBClusterParameterGroupCommand.js +2 -2
- package/dist-es/commands/CopyDBClusterSnapshotCommand.js +2 -2
- package/dist-es/commands/CreateDBClusterCommand.js +2 -2
- package/dist-es/commands/CreateDBClusterParameterGroupCommand.js +2 -2
- package/dist-es/commands/CreateDBClusterSnapshotCommand.js +2 -2
- package/dist-es/commands/CreateDBInstanceCommand.js +2 -2
- package/dist-es/commands/CreateDBSubnetGroupCommand.js +2 -2
- package/dist-es/commands/CreateEventSubscriptionCommand.js +2 -2
- package/dist-es/commands/CreateGlobalClusterCommand.js +2 -2
- package/dist-es/commands/DeleteDBClusterCommand.js +2 -2
- package/dist-es/commands/DeleteDBClusterParameterGroupCommand.js +2 -2
- package/dist-es/commands/DeleteDBClusterSnapshotCommand.js +2 -2
- package/dist-es/commands/DeleteDBInstanceCommand.js +2 -2
- package/dist-es/commands/DeleteDBSubnetGroupCommand.js +2 -2
- package/dist-es/commands/DeleteEventSubscriptionCommand.js +2 -2
- package/dist-es/commands/DeleteGlobalClusterCommand.js +2 -2
- package/dist-es/commands/DescribeCertificatesCommand.js +2 -2
- package/dist-es/commands/DescribeDBClusterParameterGroupsCommand.js +2 -2
- package/dist-es/commands/DescribeDBClusterParametersCommand.js +2 -2
- package/dist-es/commands/DescribeDBClusterSnapshotAttributesCommand.js +2 -2
- package/dist-es/commands/DescribeDBClusterSnapshotsCommand.js +2 -2
- package/dist-es/commands/DescribeDBClustersCommand.js +2 -2
- package/dist-es/commands/DescribeDBEngineVersionsCommand.js +2 -2
- package/dist-es/commands/DescribeDBInstancesCommand.js +2 -2
- package/dist-es/commands/DescribeDBSubnetGroupsCommand.js +2 -2
- package/dist-es/commands/DescribeEngineDefaultClusterParametersCommand.js +2 -2
- package/dist-es/commands/DescribeEventCategoriesCommand.js +2 -2
- package/dist-es/commands/DescribeEventSubscriptionsCommand.js +2 -2
- package/dist-es/commands/DescribeEventsCommand.js +2 -2
- package/dist-es/commands/DescribeGlobalClustersCommand.js +2 -2
- package/dist-es/commands/DescribeOrderableDBInstanceOptionsCommand.js +2 -2
- package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js +2 -2
- package/dist-es/commands/FailoverDBClusterCommand.js +2 -2
- package/dist-es/commands/FailoverGlobalClusterCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ModifyDBClusterCommand.js +2 -2
- package/dist-es/commands/ModifyDBClusterParameterGroupCommand.js +2 -2
- package/dist-es/commands/ModifyDBClusterSnapshotAttributeCommand.js +2 -2
- package/dist-es/commands/ModifyDBInstanceCommand.js +2 -2
- package/dist-es/commands/ModifyDBSubnetGroupCommand.js +2 -2
- package/dist-es/commands/ModifyEventSubscriptionCommand.js +2 -2
- package/dist-es/commands/ModifyGlobalClusterCommand.js +2 -2
- package/dist-es/commands/RebootDBInstanceCommand.js +2 -2
- package/dist-es/commands/RemoveFromGlobalClusterCommand.js +2 -2
- package/dist-es/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +2 -2
- package/dist-es/commands/RemoveTagsFromResourceCommand.js +2 -2
- package/dist-es/commands/ResetDBClusterParameterGroupCommand.js +2 -2
- package/dist-es/commands/RestoreDBClusterFromSnapshotCommand.js +2 -2
- package/dist-es/commands/RestoreDBClusterToPointInTimeCommand.js +2 -2
- package/dist-es/commands/StartDBClusterCommand.js +2 -2
- package/dist-es/commands/StopDBClusterCommand.js +2 -2
- package/dist-es/commands/SwitchoverGlobalClusterCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +7 -6
- package/dist-es/schemas/schemas_0.js +534 -505
- package/dist-types/DocDBClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +258 -298
- package/dist-types/ts3.4/DocDBClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +257 -298
- package/package.json +36 -36
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribePendingMaintenanceActions } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribePendingMaintenanceActions$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribePendingMaintenanceActionsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribePendingMaintenanceActionsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonRDSv19", "DescribePendingMaintenanceActions", {})
|
|
13
13
|
.n("DocDBClient", "DescribePendingMaintenanceActionsCommand")
|
|
14
|
-
.sc(DescribePendingMaintenanceActions)
|
|
14
|
+
.sc(DescribePendingMaintenanceActions$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { FailoverDBCluster } from "../schemas/schemas_0";
|
|
4
|
+
import { FailoverDBCluster$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class FailoverDBClusterCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class FailoverDBClusterCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonRDSv19", "FailoverDBCluster", {})
|
|
13
13
|
.n("DocDBClient", "FailoverDBClusterCommand")
|
|
14
|
-
.sc(FailoverDBCluster)
|
|
14
|
+
.sc(FailoverDBCluster$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { FailoverGlobalCluster } from "../schemas/schemas_0";
|
|
4
|
+
import { FailoverGlobalCluster$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class FailoverGlobalClusterCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class FailoverGlobalClusterCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonRDSv19", "FailoverGlobalCluster", {})
|
|
13
13
|
.n("DocDBClient", "FailoverGlobalClusterCommand")
|
|
14
|
-
.sc(FailoverGlobalCluster)
|
|
14
|
+
.sc(FailoverGlobalCluster$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListTagsForResource } from "../schemas/schemas_0";
|
|
4
|
+
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListTagsForResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListTagsForResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonRDSv19", "ListTagsForResource", {})
|
|
13
13
|
.n("DocDBClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource)
|
|
14
|
+
.sc(ListTagsForResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ModifyDBCluster } from "../schemas/schemas_0";
|
|
4
|
+
import { ModifyDBCluster$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ModifyDBClusterCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ModifyDBClusterCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonRDSv19", "ModifyDBCluster", {})
|
|
13
13
|
.n("DocDBClient", "ModifyDBClusterCommand")
|
|
14
|
-
.sc(ModifyDBCluster)
|
|
14
|
+
.sc(ModifyDBCluster$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ModifyDBClusterParameterGroup } from "../schemas/schemas_0";
|
|
4
|
+
import { ModifyDBClusterParameterGroup$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ModifyDBClusterParameterGroupCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ModifyDBClusterParameterGroupCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonRDSv19", "ModifyDBClusterParameterGroup", {})
|
|
13
13
|
.n("DocDBClient", "ModifyDBClusterParameterGroupCommand")
|
|
14
|
-
.sc(ModifyDBClusterParameterGroup)
|
|
14
|
+
.sc(ModifyDBClusterParameterGroup$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ModifyDBClusterSnapshotAttribute } from "../schemas/schemas_0";
|
|
4
|
+
import { ModifyDBClusterSnapshotAttribute$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ModifyDBClusterSnapshotAttributeCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ModifyDBClusterSnapshotAttributeCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonRDSv19", "ModifyDBClusterSnapshotAttribute", {})
|
|
13
13
|
.n("DocDBClient", "ModifyDBClusterSnapshotAttributeCommand")
|
|
14
|
-
.sc(ModifyDBClusterSnapshotAttribute)
|
|
14
|
+
.sc(ModifyDBClusterSnapshotAttribute$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ModifyDBInstance } from "../schemas/schemas_0";
|
|
4
|
+
import { ModifyDBInstance$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ModifyDBInstanceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ModifyDBInstanceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonRDSv19", "ModifyDBInstance", {})
|
|
13
13
|
.n("DocDBClient", "ModifyDBInstanceCommand")
|
|
14
|
-
.sc(ModifyDBInstance)
|
|
14
|
+
.sc(ModifyDBInstance$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ModifyDBSubnetGroup } from "../schemas/schemas_0";
|
|
4
|
+
import { ModifyDBSubnetGroup$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ModifyDBSubnetGroupCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ModifyDBSubnetGroupCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonRDSv19", "ModifyDBSubnetGroup", {})
|
|
13
13
|
.n("DocDBClient", "ModifyDBSubnetGroupCommand")
|
|
14
|
-
.sc(ModifyDBSubnetGroup)
|
|
14
|
+
.sc(ModifyDBSubnetGroup$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ModifyEventSubscription } from "../schemas/schemas_0";
|
|
4
|
+
import { ModifyEventSubscription$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ModifyEventSubscriptionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ModifyEventSubscriptionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonRDSv19", "ModifyEventSubscription", {})
|
|
13
13
|
.n("DocDBClient", "ModifyEventSubscriptionCommand")
|
|
14
|
-
.sc(ModifyEventSubscription)
|
|
14
|
+
.sc(ModifyEventSubscription$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ModifyGlobalCluster } from "../schemas/schemas_0";
|
|
4
|
+
import { ModifyGlobalCluster$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ModifyGlobalClusterCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ModifyGlobalClusterCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonRDSv19", "ModifyGlobalCluster", {})
|
|
13
13
|
.n("DocDBClient", "ModifyGlobalClusterCommand")
|
|
14
|
-
.sc(ModifyGlobalCluster)
|
|
14
|
+
.sc(ModifyGlobalCluster$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { RebootDBInstance } from "../schemas/schemas_0";
|
|
4
|
+
import { RebootDBInstance$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class RebootDBInstanceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class RebootDBInstanceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonRDSv19", "RebootDBInstance", {})
|
|
13
13
|
.n("DocDBClient", "RebootDBInstanceCommand")
|
|
14
|
-
.sc(RebootDBInstance)
|
|
14
|
+
.sc(RebootDBInstance$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { RemoveFromGlobalCluster } from "../schemas/schemas_0";
|
|
4
|
+
import { RemoveFromGlobalCluster$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class RemoveFromGlobalClusterCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class RemoveFromGlobalClusterCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonRDSv19", "RemoveFromGlobalCluster", {})
|
|
13
13
|
.n("DocDBClient", "RemoveFromGlobalClusterCommand")
|
|
14
|
-
.sc(RemoveFromGlobalCluster)
|
|
14
|
+
.sc(RemoveFromGlobalCluster$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { RemoveSourceIdentifierFromSubscription } from "../schemas/schemas_0";
|
|
4
|
+
import { RemoveSourceIdentifierFromSubscription$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class RemoveSourceIdentifierFromSubscriptionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class RemoveSourceIdentifierFromSubscriptionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonRDSv19", "RemoveSourceIdentifierFromSubscription", {})
|
|
13
13
|
.n("DocDBClient", "RemoveSourceIdentifierFromSubscriptionCommand")
|
|
14
|
-
.sc(RemoveSourceIdentifierFromSubscription)
|
|
14
|
+
.sc(RemoveSourceIdentifierFromSubscription$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { RemoveTagsFromResource } from "../schemas/schemas_0";
|
|
4
|
+
import { RemoveTagsFromResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class RemoveTagsFromResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class RemoveTagsFromResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonRDSv19", "RemoveTagsFromResource", {})
|
|
13
13
|
.n("DocDBClient", "RemoveTagsFromResourceCommand")
|
|
14
|
-
.sc(RemoveTagsFromResource)
|
|
14
|
+
.sc(RemoveTagsFromResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ResetDBClusterParameterGroup } from "../schemas/schemas_0";
|
|
4
|
+
import { ResetDBClusterParameterGroup$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ResetDBClusterParameterGroupCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ResetDBClusterParameterGroupCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonRDSv19", "ResetDBClusterParameterGroup", {})
|
|
13
13
|
.n("DocDBClient", "ResetDBClusterParameterGroupCommand")
|
|
14
|
-
.sc(ResetDBClusterParameterGroup)
|
|
14
|
+
.sc(ResetDBClusterParameterGroup$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { RestoreDBClusterFromSnapshot } from "../schemas/schemas_0";
|
|
4
|
+
import { RestoreDBClusterFromSnapshot$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class RestoreDBClusterFromSnapshotCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class RestoreDBClusterFromSnapshotCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonRDSv19", "RestoreDBClusterFromSnapshot", {})
|
|
13
13
|
.n("DocDBClient", "RestoreDBClusterFromSnapshotCommand")
|
|
14
|
-
.sc(RestoreDBClusterFromSnapshot)
|
|
14
|
+
.sc(RestoreDBClusterFromSnapshot$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { RestoreDBClusterToPointInTime } from "../schemas/schemas_0";
|
|
4
|
+
import { RestoreDBClusterToPointInTime$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class RestoreDBClusterToPointInTimeCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class RestoreDBClusterToPointInTimeCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonRDSv19", "RestoreDBClusterToPointInTime", {})
|
|
13
13
|
.n("DocDBClient", "RestoreDBClusterToPointInTimeCommand")
|
|
14
|
-
.sc(RestoreDBClusterToPointInTime)
|
|
14
|
+
.sc(RestoreDBClusterToPointInTime$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { StartDBCluster } from "../schemas/schemas_0";
|
|
4
|
+
import { StartDBCluster$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StartDBClusterCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class StartDBClusterCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonRDSv19", "StartDBCluster", {})
|
|
13
13
|
.n("DocDBClient", "StartDBClusterCommand")
|
|
14
|
-
.sc(StartDBCluster)
|
|
14
|
+
.sc(StartDBCluster$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { StopDBCluster } from "../schemas/schemas_0";
|
|
4
|
+
import { StopDBCluster$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StopDBClusterCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class StopDBClusterCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonRDSv19", "StopDBCluster", {})
|
|
13
13
|
.n("DocDBClient", "StopDBClusterCommand")
|
|
14
|
-
.sc(StopDBCluster)
|
|
14
|
+
.sc(StopDBCluster$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { SwitchoverGlobalCluster } from "../schemas/schemas_0";
|
|
4
|
+
import { SwitchoverGlobalCluster$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class SwitchoverGlobalClusterCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class SwitchoverGlobalClusterCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonRDSv19", "SwitchoverGlobalCluster", {})
|
|
13
13
|
.n("DocDBClient", "SwitchoverGlobalClusterCommand")
|
|
14
|
-
.sc(SwitchoverGlobalCluster)
|
|
14
|
+
.sc(SwitchoverGlobalCluster$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -23,12 +23,13 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
23
|
},
|
|
24
24
|
],
|
|
25
25
|
logger: config?.logger ?? new NoOpLogger(),
|
|
26
|
-
protocol: config?.protocol ??
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
26
|
+
protocol: config?.protocol ?? AwsQueryProtocol,
|
|
27
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
28
|
+
defaultNamespace: "com.amazonaws.docdb",
|
|
29
|
+
xmlNamespace: "http://rds.amazonaws.com/doc/2014-10-31/",
|
|
30
|
+
version: "2014-10-31",
|
|
31
|
+
serviceTarget: "AmazonRDSv19",
|
|
32
|
+
},
|
|
32
33
|
serviceId: config?.serviceId ?? "DocDB",
|
|
33
34
|
urlParser: config?.urlParser ?? parseUrl,
|
|
34
35
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|