@aws-sdk/client-neptune 3.645.0 → 3.650.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/endpoint/endpointResolver.js +6 -2
- package/dist-cjs/index.js +69 -207
- package/dist-es/commands/AddRoleToDBClusterCommand.js +1 -3
- package/dist-es/commands/AddSourceIdentifierToSubscriptionCommand.js +1 -3
- package/dist-es/commands/AddTagsToResourceCommand.js +1 -3
- package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js +1 -3
- package/dist-es/commands/CopyDBClusterParameterGroupCommand.js +1 -3
- package/dist-es/commands/CopyDBClusterSnapshotCommand.js +1 -3
- package/dist-es/commands/CopyDBParameterGroupCommand.js +1 -3
- package/dist-es/commands/CreateDBClusterCommand.js +1 -3
- package/dist-es/commands/CreateDBClusterEndpointCommand.js +1 -3
- package/dist-es/commands/CreateDBClusterParameterGroupCommand.js +1 -3
- package/dist-es/commands/CreateDBClusterSnapshotCommand.js +1 -3
- package/dist-es/commands/CreateDBInstanceCommand.js +1 -3
- package/dist-es/commands/CreateDBParameterGroupCommand.js +1 -3
- package/dist-es/commands/CreateDBSubnetGroupCommand.js +1 -3
- package/dist-es/commands/CreateEventSubscriptionCommand.js +1 -3
- package/dist-es/commands/CreateGlobalClusterCommand.js +1 -3
- package/dist-es/commands/DeleteDBClusterCommand.js +1 -3
- package/dist-es/commands/DeleteDBClusterEndpointCommand.js +1 -3
- package/dist-es/commands/DeleteDBClusterParameterGroupCommand.js +1 -3
- package/dist-es/commands/DeleteDBClusterSnapshotCommand.js +1 -3
- package/dist-es/commands/DeleteDBInstanceCommand.js +1 -3
- package/dist-es/commands/DeleteDBParameterGroupCommand.js +1 -3
- package/dist-es/commands/DeleteDBSubnetGroupCommand.js +1 -3
- package/dist-es/commands/DeleteEventSubscriptionCommand.js +1 -3
- package/dist-es/commands/DeleteGlobalClusterCommand.js +1 -3
- package/dist-es/commands/DescribeDBClusterEndpointsCommand.js +1 -3
- package/dist-es/commands/DescribeDBClusterParameterGroupsCommand.js +1 -3
- package/dist-es/commands/DescribeDBClusterParametersCommand.js +1 -3
- package/dist-es/commands/DescribeDBClusterSnapshotAttributesCommand.js +1 -3
- package/dist-es/commands/DescribeDBClusterSnapshotsCommand.js +1 -3
- package/dist-es/commands/DescribeDBClustersCommand.js +1 -3
- package/dist-es/commands/DescribeDBEngineVersionsCommand.js +1 -3
- package/dist-es/commands/DescribeDBInstancesCommand.js +1 -3
- package/dist-es/commands/DescribeDBParameterGroupsCommand.js +1 -3
- package/dist-es/commands/DescribeDBParametersCommand.js +1 -3
- package/dist-es/commands/DescribeDBSubnetGroupsCommand.js +1 -3
- package/dist-es/commands/DescribeEngineDefaultClusterParametersCommand.js +1 -3
- package/dist-es/commands/DescribeEngineDefaultParametersCommand.js +1 -3
- package/dist-es/commands/DescribeEventCategoriesCommand.js +1 -3
- package/dist-es/commands/DescribeEventSubscriptionsCommand.js +1 -3
- package/dist-es/commands/DescribeEventsCommand.js +1 -3
- package/dist-es/commands/DescribeGlobalClustersCommand.js +1 -3
- package/dist-es/commands/DescribeOrderableDBInstanceOptionsCommand.js +1 -3
- package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js +1 -3
- package/dist-es/commands/DescribeValidDBInstanceModificationsCommand.js +1 -3
- package/dist-es/commands/FailoverDBClusterCommand.js +1 -3
- package/dist-es/commands/FailoverGlobalClusterCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/ModifyDBClusterCommand.js +1 -3
- package/dist-es/commands/ModifyDBClusterEndpointCommand.js +1 -3
- package/dist-es/commands/ModifyDBClusterParameterGroupCommand.js +1 -3
- package/dist-es/commands/ModifyDBClusterSnapshotAttributeCommand.js +1 -3
- package/dist-es/commands/ModifyDBInstanceCommand.js +1 -3
- package/dist-es/commands/ModifyDBParameterGroupCommand.js +1 -3
- package/dist-es/commands/ModifyDBSubnetGroupCommand.js +1 -3
- package/dist-es/commands/ModifyEventSubscriptionCommand.js +1 -3
- package/dist-es/commands/ModifyGlobalClusterCommand.js +1 -3
- package/dist-es/commands/PromoteReadReplicaDBClusterCommand.js +1 -3
- package/dist-es/commands/RebootDBInstanceCommand.js +1 -3
- package/dist-es/commands/RemoveFromGlobalClusterCommand.js +1 -3
- package/dist-es/commands/RemoveRoleFromDBClusterCommand.js +1 -3
- package/dist-es/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +1 -3
- package/dist-es/commands/RemoveTagsFromResourceCommand.js +1 -3
- package/dist-es/commands/ResetDBClusterParameterGroupCommand.js +1 -3
- package/dist-es/commands/ResetDBParameterGroupCommand.js +1 -3
- package/dist-es/commands/RestoreDBClusterFromSnapshotCommand.js +1 -3
- package/dist-es/commands/RestoreDBClusterToPointInTimeCommand.js +1 -3
- package/dist-es/commands/StartDBClusterCommand.js +1 -3
- package/dist-es/commands/StopDBClusterCommand.js +1 -3
- package/dist-es/endpoint/endpointResolver.js +7 -3
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +37 -37
|
@@ -6,9 +6,7 @@ import { de_AddRoleToDBClusterCommand, se_AddRoleToDBClusterCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AddRoleToDBClusterCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_AddSourceIdentifierToSubscriptionCommand, se_AddSourceIdentifierToSu
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AddSourceIdentifierToSubscriptionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_AddTagsToResourceCommand, se_AddTagsToResourceCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AddTagsToResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ApplyPendingMaintenanceActionCommand, se_ApplyPendingMaintenanceActi
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ApplyPendingMaintenanceActionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CopyDBClusterParameterGroupCommand, se_CopyDBClusterParameterGroupCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CopyDBClusterParameterGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_CopyDBClusterSnapshotCommand, se_CopyDBClusterSnapshotCommand } from
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CopyDBClusterSnapshotCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CopyDBParameterGroupCommand, se_CopyDBParameterGroupCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CopyDBParameterGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_CreateDBClusterCommand, se_CreateDBClusterCommand } from "../protoco
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateDBClusterCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateDBClusterEndpointCommand, se_CreateDBClusterEndpointCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateDBClusterEndpointCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateDBClusterParameterGroupCommand, se_CreateDBClusterParameterGro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateDBClusterParameterGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateDBClusterSnapshotCommand, se_CreateDBClusterSnapshotCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateDBClusterSnapshotCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_CreateDBInstanceCommand, se_CreateDBInstanceCommand } from "../proto
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateDBInstanceCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateDBParameterGroupCommand, se_CreateDBParameterGroupCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateDBParameterGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateDBSubnetGroupCommand, se_CreateDBSubnetGroupCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateDBSubnetGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateEventSubscriptionCommand, se_CreateEventSubscriptionCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateEventSubscriptionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateGlobalClusterCommand, se_CreateGlobalClusterCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateGlobalClusterCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteDBClusterCommand, se_DeleteDBClusterCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteDBClusterCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteDBClusterEndpointCommand, se_DeleteDBClusterEndpointCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteDBClusterEndpointCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteDBClusterParameterGroupCommand, se_DeleteDBClusterParameterGro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteDBClusterParameterGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteDBClusterSnapshotCommand, se_DeleteDBClusterSnapshotCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteDBClusterSnapshotCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteDBInstanceCommand, se_DeleteDBInstanceCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteDBInstanceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteDBParameterGroupCommand, se_DeleteDBParameterGroupCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteDBParameterGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteDBSubnetGroupCommand, se_DeleteDBSubnetGroupCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteDBSubnetGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteEventSubscriptionCommand, se_DeleteEventSubscriptionCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteEventSubscriptionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteGlobalClusterCommand, se_DeleteGlobalClusterCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteGlobalClusterCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeDBClusterEndpointsCommand, se_DescribeDBClusterEndpointsComm
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeDBClusterEndpointsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeDBClusterParameterGroupsCommand, se_DescribeDBClusterParamet
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeDBClusterParameterGroupsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeDBClusterParametersCommand, se_DescribeDBClusterParametersCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeDBClusterParametersCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeDBClusterSnapshotAttributesCommand, se_DescribeDBClusterSnap
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeDBClusterSnapshotAttributesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeDBClusterSnapshotsCommand, se_DescribeDBClusterSnapshotsComm
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeDBClusterSnapshotsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeDBClustersCommand, se_DescribeDBClustersCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeDBClustersCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeDBEngineVersionsCommand, se_DescribeDBEngineVersionsCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeDBEngineVersionsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeDBInstancesCommand, se_DescribeDBInstancesCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeDBInstancesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeDBParameterGroupsCommand, se_DescribeDBParameterGroupsComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeDBParameterGroupsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeDBParametersCommand, se_DescribeDBParametersCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeDBParametersCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeDBSubnetGroupsCommand, se_DescribeDBSubnetGroupsCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeDBSubnetGroupsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeEngineDefaultClusterParametersCommand, se_DescribeEngineDefa
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeEngineDefaultClusterParametersCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeEngineDefaultParametersCommand, se_DescribeEngineDefaultPara
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeEngineDefaultParametersCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeEventCategoriesCommand, se_DescribeEventCategoriesCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeEventCategoriesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeEventSubscriptionsCommand, se_DescribeEventSubscriptionsComm
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeEventSubscriptionsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeEventsCommand, se_DescribeEventsCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeEventsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeGlobalClustersCommand, se_DescribeGlobalClustersCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeGlobalClustersCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeOrderableDBInstanceOptionsCommand, se_DescribeOrderableDBIns
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeOrderableDBInstanceOptionsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribePendingMaintenanceActionsCommand, se_DescribePendingMaintena
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribePendingMaintenanceActionsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeValidDBInstanceModificationsCommand, se_DescribeValidDBInsta
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeValidDBInstanceModificationsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_FailoverDBClusterCommand, se_FailoverDBClusterCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class FailoverDBClusterCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_FailoverGlobalClusterCommand, se_FailoverGlobalClusterCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class FailoverGlobalClusterCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTagsForResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ModifyDBClusterCommand, se_ModifyDBClusterCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ModifyDBClusterCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ModifyDBClusterEndpointCommand, se_ModifyDBClusterEndpointCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ModifyDBClusterEndpointCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ModifyDBClusterParameterGroupCommand, se_ModifyDBClusterParameterGro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ModifyDBClusterParameterGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ModifyDBClusterSnapshotAttributeCommand, se_ModifyDBClusterSnapshotA
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ModifyDBClusterSnapshotAttributeCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_ModifyDBInstanceCommand, se_ModifyDBInstanceCommand } from "../proto
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ModifyDBInstanceCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|