@aws-sdk/client-docdb 3.1076.0 → 3.1078.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 +69 -558
- package/dist-es/commandBuilder.js +10 -0
- package/dist-es/commands/AddSourceIdentifierToSubscriptionCommand.js +2 -14
- package/dist-es/commands/AddTagsToResourceCommand.js +2 -14
- package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js +2 -14
- package/dist-es/commands/CopyDBClusterParameterGroupCommand.js +2 -14
- package/dist-es/commands/CopyDBClusterSnapshotCommand.js +2 -18
- package/dist-es/commands/CreateDBClusterCommand.js +2 -14
- package/dist-es/commands/CreateDBClusterParameterGroupCommand.js +2 -14
- package/dist-es/commands/CreateDBClusterSnapshotCommand.js +2 -14
- package/dist-es/commands/CreateDBInstanceCommand.js +2 -14
- package/dist-es/commands/CreateDBSubnetGroupCommand.js +2 -14
- package/dist-es/commands/CreateEventSubscriptionCommand.js +2 -14
- package/dist-es/commands/CreateGlobalClusterCommand.js +2 -14
- package/dist-es/commands/DeleteDBClusterCommand.js +2 -14
- package/dist-es/commands/DeleteDBClusterParameterGroupCommand.js +2 -14
- package/dist-es/commands/DeleteDBClusterSnapshotCommand.js +2 -14
- package/dist-es/commands/DeleteDBInstanceCommand.js +2 -14
- package/dist-es/commands/DeleteDBSubnetGroupCommand.js +2 -14
- package/dist-es/commands/DeleteEventSubscriptionCommand.js +2 -14
- package/dist-es/commands/DeleteGlobalClusterCommand.js +2 -14
- package/dist-es/commands/DescribeCertificatesCommand.js +2 -14
- package/dist-es/commands/DescribeDBClusterParameterGroupsCommand.js +2 -14
- package/dist-es/commands/DescribeDBClusterParametersCommand.js +2 -14
- package/dist-es/commands/DescribeDBClusterSnapshotAttributesCommand.js +2 -14
- package/dist-es/commands/DescribeDBClusterSnapshotsCommand.js +2 -14
- package/dist-es/commands/DescribeDBClustersCommand.js +2 -14
- package/dist-es/commands/DescribeDBEngineVersionsCommand.js +2 -14
- package/dist-es/commands/DescribeDBInstancesCommand.js +2 -14
- package/dist-es/commands/DescribeDBSubnetGroupsCommand.js +2 -14
- package/dist-es/commands/DescribeEngineDefaultClusterParametersCommand.js +2 -14
- package/dist-es/commands/DescribeEventCategoriesCommand.js +2 -14
- package/dist-es/commands/DescribeEventSubscriptionsCommand.js +2 -14
- package/dist-es/commands/DescribeEventsCommand.js +2 -14
- package/dist-es/commands/DescribeGlobalClustersCommand.js +2 -14
- package/dist-es/commands/DescribeOrderableDBInstanceOptionsCommand.js +2 -14
- package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js +2 -14
- package/dist-es/commands/FailoverDBClusterCommand.js +2 -14
- package/dist-es/commands/FailoverGlobalClusterCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ModifyDBClusterCommand.js +2 -14
- package/dist-es/commands/ModifyDBClusterParameterGroupCommand.js +2 -14
- package/dist-es/commands/ModifyDBClusterSnapshotAttributeCommand.js +2 -14
- package/dist-es/commands/ModifyDBInstanceCommand.js +2 -14
- package/dist-es/commands/ModifyDBSubnetGroupCommand.js +2 -14
- package/dist-es/commands/ModifyEventSubscriptionCommand.js +2 -14
- package/dist-es/commands/ModifyGlobalClusterCommand.js +2 -14
- package/dist-es/commands/RebootDBInstanceCommand.js +2 -14
- package/dist-es/commands/RemoveFromGlobalClusterCommand.js +2 -14
- package/dist-es/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +2 -14
- package/dist-es/commands/RemoveTagsFromResourceCommand.js +2 -14
- package/dist-es/commands/ResetDBClusterParameterGroupCommand.js +2 -14
- package/dist-es/commands/RestoreDBClusterFromSnapshotCommand.js +2 -14
- package/dist-es/commands/RestoreDBClusterToPointInTimeCommand.js +2 -14
- package/dist-es/commands/StartDBClusterCommand.js +2 -14
- package/dist-es/commands/StopDBClusterCommand.js +2 -14
- package/dist-es/commands/SwitchoverGlobalClusterCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +22 -0
- package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +3 -8
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +3 -8
- package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +3 -8
- package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +3 -8
- package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/CreateDBClusterCommand.d.ts +3 -8
- package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/CreateDBInstanceCommand.d.ts +3 -8
- package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +3 -8
- package/dist-types/commands/CreateGlobalClusterCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDBClusterCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDBInstanceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCertificatesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDBClustersCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDBInstancesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEventsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +3 -8
- package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +3 -8
- package/dist-types/commands/FailoverDBClusterCommand.d.ts +3 -8
- package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ModifyDBClusterCommand.d.ts +3 -8
- package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +3 -8
- package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +3 -8
- package/dist-types/commands/ModifyDBInstanceCommand.d.ts +3 -8
- package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +3 -8
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +3 -8
- package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +3 -8
- package/dist-types/commands/RebootDBInstanceCommand.d.ts +3 -8
- package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +3 -8
- package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +3 -8
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +3 -8
- package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +3 -8
- package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +3 -8
- package/dist-types/commands/StartDBClusterCommand.d.ts +3 -8
- package/dist-types/commands/StopDBClusterCommand.d.ts +3 -8
- package/dist-types/commands/SwitchoverGlobalClusterCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +52 -0
- package/dist-types/ts3.4/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CopyDBClusterParameterGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CopyDBClusterSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDBClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDBClusterParameterGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDBClusterSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDBInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDBSubnetGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDBClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDBClusterParameterGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDBClusterSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDBInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDBSubnetGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/FailoverDBClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/FailoverGlobalClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ModifyDBClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ModifyDBClusterParameterGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ModifyDBInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ModifyDBSubnetGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RebootDBInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ResetDBClusterParameterGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RestoreDBClusterFromSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RestoreDBClusterToPointInTimeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartDBClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopDBClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SwitchoverGlobalClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +9 -11
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
|
|
|
10
11
|
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
11
12
|
const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
12
13
|
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
13
|
-
const { toUtf8, fromUtf8, toBase64, fromBase64,
|
|
14
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
14
15
|
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
15
16
|
const { AwsQueryProtocol } = require("@aws-sdk/core/protocols");
|
|
17
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
16
18
|
const { getCrossRegionPresignedUrlPlugin } = require("@aws-sdk/middleware-sdk-rds");
|
|
17
19
|
|
|
18
20
|
const defaultDocDBHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
@@ -68,7 +70,7 @@ const commonParams = {
|
|
|
68
70
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
69
71
|
};
|
|
70
72
|
|
|
71
|
-
var version = "3.
|
|
73
|
+
var version = "3.1077.0";
|
|
72
74
|
var packageInfo = {
|
|
73
75
|
version: version};
|
|
74
76
|
|
|
@@ -2749,6 +2751,7 @@ const getRuntimeConfig$1 = (config) => {
|
|
|
2749
2751
|
serviceTarget: "AmazonRDSv19",
|
|
2750
2752
|
},
|
|
2751
2753
|
serviceId: config?.serviceId ?? "DocDB",
|
|
2754
|
+
sha256: config?.sha256 ?? Sha256,
|
|
2752
2755
|
urlParser: config?.urlParser ?? parseUrl,
|
|
2753
2756
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
2754
2757
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -2782,7 +2785,6 @@ const getRuntimeConfig = (config) => {
|
|
|
2782
2785
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
2783
2786
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
2784
2787
|
}, config),
|
|
2785
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
2786
2788
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
2787
2789
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
2788
2790
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -2870,667 +2872,176 @@ class DocDBClient extends Client {
|
|
|
2870
2872
|
}
|
|
2871
2873
|
}
|
|
2872
2874
|
|
|
2873
|
-
|
|
2874
|
-
|
|
2875
|
-
|
|
2876
|
-
|
|
2877
|
-
|
|
2878
|
-
|
|
2879
|
-
|
|
2880
|
-
|
|
2881
|
-
.sc(AddSourceIdentifierToSubscription$)
|
|
2882
|
-
.build() {
|
|
2875
|
+
const command = makeBuilder(commonParams, "AmazonRDSv19", "DocDBClient", getEndpointPlugin);
|
|
2876
|
+
const _ep0 = {};
|
|
2877
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
2878
|
+
const _mw1 = (Command, cs, config, o) => [
|
|
2879
|
+
getCrossRegionPresignedUrlPlugin(config),
|
|
2880
|
+
];
|
|
2881
|
+
|
|
2882
|
+
class AddSourceIdentifierToSubscriptionCommand extends command(_ep0, _mw0, "AddSourceIdentifierToSubscription", AddSourceIdentifierToSubscription$) {
|
|
2883
2883
|
}
|
|
2884
2884
|
|
|
2885
|
-
class AddTagsToResourceCommand extends
|
|
2886
|
-
.classBuilder()
|
|
2887
|
-
.ep(commonParams)
|
|
2888
|
-
.m(function (Command, cs, config, o) {
|
|
2889
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2890
|
-
})
|
|
2891
|
-
.s("AmazonRDSv19", "AddTagsToResource", {})
|
|
2892
|
-
.n("DocDBClient", "AddTagsToResourceCommand")
|
|
2893
|
-
.sc(AddTagsToResource$)
|
|
2894
|
-
.build() {
|
|
2885
|
+
class AddTagsToResourceCommand extends command(_ep0, _mw0, "AddTagsToResource", AddTagsToResource$) {
|
|
2895
2886
|
}
|
|
2896
2887
|
|
|
2897
|
-
class ApplyPendingMaintenanceActionCommand extends
|
|
2898
|
-
.classBuilder()
|
|
2899
|
-
.ep(commonParams)
|
|
2900
|
-
.m(function (Command, cs, config, o) {
|
|
2901
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2902
|
-
})
|
|
2903
|
-
.s("AmazonRDSv19", "ApplyPendingMaintenanceAction", {})
|
|
2904
|
-
.n("DocDBClient", "ApplyPendingMaintenanceActionCommand")
|
|
2905
|
-
.sc(ApplyPendingMaintenanceAction$)
|
|
2906
|
-
.build() {
|
|
2888
|
+
class ApplyPendingMaintenanceActionCommand extends command(_ep0, _mw0, "ApplyPendingMaintenanceAction", ApplyPendingMaintenanceAction$) {
|
|
2907
2889
|
}
|
|
2908
2890
|
|
|
2909
|
-
class CopyDBClusterParameterGroupCommand extends
|
|
2910
|
-
.classBuilder()
|
|
2911
|
-
.ep(commonParams)
|
|
2912
|
-
.m(function (Command, cs, config, o) {
|
|
2913
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2914
|
-
})
|
|
2915
|
-
.s("AmazonRDSv19", "CopyDBClusterParameterGroup", {})
|
|
2916
|
-
.n("DocDBClient", "CopyDBClusterParameterGroupCommand")
|
|
2917
|
-
.sc(CopyDBClusterParameterGroup$)
|
|
2918
|
-
.build() {
|
|
2891
|
+
class CopyDBClusterParameterGroupCommand extends command(_ep0, _mw0, "CopyDBClusterParameterGroup", CopyDBClusterParameterGroup$) {
|
|
2919
2892
|
}
|
|
2920
2893
|
|
|
2921
|
-
class CopyDBClusterSnapshotCommand extends
|
|
2922
|
-
.classBuilder()
|
|
2923
|
-
.ep(commonParams)
|
|
2924
|
-
.m(function (Command, cs, config, o) {
|
|
2925
|
-
return [
|
|
2926
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2927
|
-
getCrossRegionPresignedUrlPlugin(config),
|
|
2928
|
-
];
|
|
2929
|
-
})
|
|
2930
|
-
.s("AmazonRDSv19", "CopyDBClusterSnapshot", {})
|
|
2931
|
-
.n("DocDBClient", "CopyDBClusterSnapshotCommand")
|
|
2932
|
-
.sc(CopyDBClusterSnapshot$)
|
|
2933
|
-
.build() {
|
|
2894
|
+
class CopyDBClusterSnapshotCommand extends command(_ep0, _mw1, "CopyDBClusterSnapshot", CopyDBClusterSnapshot$) {
|
|
2934
2895
|
}
|
|
2935
2896
|
|
|
2936
|
-
class CreateDBClusterCommand extends
|
|
2937
|
-
.classBuilder()
|
|
2938
|
-
.ep(commonParams)
|
|
2939
|
-
.m(function (Command, cs, config, o) {
|
|
2940
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2941
|
-
})
|
|
2942
|
-
.s("AmazonRDSv19", "CreateDBCluster", {})
|
|
2943
|
-
.n("DocDBClient", "CreateDBClusterCommand")
|
|
2944
|
-
.sc(CreateDBCluster$)
|
|
2945
|
-
.build() {
|
|
2897
|
+
class CreateDBClusterCommand extends command(_ep0, _mw0, "CreateDBCluster", CreateDBCluster$) {
|
|
2946
2898
|
}
|
|
2947
2899
|
|
|
2948
|
-
class CreateDBClusterParameterGroupCommand extends
|
|
2949
|
-
.classBuilder()
|
|
2950
|
-
.ep(commonParams)
|
|
2951
|
-
.m(function (Command, cs, config, o) {
|
|
2952
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2953
|
-
})
|
|
2954
|
-
.s("AmazonRDSv19", "CreateDBClusterParameterGroup", {})
|
|
2955
|
-
.n("DocDBClient", "CreateDBClusterParameterGroupCommand")
|
|
2956
|
-
.sc(CreateDBClusterParameterGroup$)
|
|
2957
|
-
.build() {
|
|
2900
|
+
class CreateDBClusterParameterGroupCommand extends command(_ep0, _mw0, "CreateDBClusterParameterGroup", CreateDBClusterParameterGroup$) {
|
|
2958
2901
|
}
|
|
2959
2902
|
|
|
2960
|
-
class CreateDBClusterSnapshotCommand extends
|
|
2961
|
-
.classBuilder()
|
|
2962
|
-
.ep(commonParams)
|
|
2963
|
-
.m(function (Command, cs, config, o) {
|
|
2964
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2965
|
-
})
|
|
2966
|
-
.s("AmazonRDSv19", "CreateDBClusterSnapshot", {})
|
|
2967
|
-
.n("DocDBClient", "CreateDBClusterSnapshotCommand")
|
|
2968
|
-
.sc(CreateDBClusterSnapshot$)
|
|
2969
|
-
.build() {
|
|
2903
|
+
class CreateDBClusterSnapshotCommand extends command(_ep0, _mw0, "CreateDBClusterSnapshot", CreateDBClusterSnapshot$) {
|
|
2970
2904
|
}
|
|
2971
2905
|
|
|
2972
|
-
class CreateDBInstanceCommand extends
|
|
2973
|
-
.classBuilder()
|
|
2974
|
-
.ep(commonParams)
|
|
2975
|
-
.m(function (Command, cs, config, o) {
|
|
2976
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2977
|
-
})
|
|
2978
|
-
.s("AmazonRDSv19", "CreateDBInstance", {})
|
|
2979
|
-
.n("DocDBClient", "CreateDBInstanceCommand")
|
|
2980
|
-
.sc(CreateDBInstance$)
|
|
2981
|
-
.build() {
|
|
2906
|
+
class CreateDBInstanceCommand extends command(_ep0, _mw0, "CreateDBInstance", CreateDBInstance$) {
|
|
2982
2907
|
}
|
|
2983
2908
|
|
|
2984
|
-
class CreateDBSubnetGroupCommand extends
|
|
2985
|
-
.classBuilder()
|
|
2986
|
-
.ep(commonParams)
|
|
2987
|
-
.m(function (Command, cs, config, o) {
|
|
2988
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2989
|
-
})
|
|
2990
|
-
.s("AmazonRDSv19", "CreateDBSubnetGroup", {})
|
|
2991
|
-
.n("DocDBClient", "CreateDBSubnetGroupCommand")
|
|
2992
|
-
.sc(CreateDBSubnetGroup$)
|
|
2993
|
-
.build() {
|
|
2909
|
+
class CreateDBSubnetGroupCommand extends command(_ep0, _mw0, "CreateDBSubnetGroup", CreateDBSubnetGroup$) {
|
|
2994
2910
|
}
|
|
2995
2911
|
|
|
2996
|
-
class CreateEventSubscriptionCommand extends
|
|
2997
|
-
.classBuilder()
|
|
2998
|
-
.ep(commonParams)
|
|
2999
|
-
.m(function (Command, cs, config, o) {
|
|
3000
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3001
|
-
})
|
|
3002
|
-
.s("AmazonRDSv19", "CreateEventSubscription", {})
|
|
3003
|
-
.n("DocDBClient", "CreateEventSubscriptionCommand")
|
|
3004
|
-
.sc(CreateEventSubscription$)
|
|
3005
|
-
.build() {
|
|
2912
|
+
class CreateEventSubscriptionCommand extends command(_ep0, _mw0, "CreateEventSubscription", CreateEventSubscription$) {
|
|
3006
2913
|
}
|
|
3007
2914
|
|
|
3008
|
-
class CreateGlobalClusterCommand extends
|
|
3009
|
-
.classBuilder()
|
|
3010
|
-
.ep(commonParams)
|
|
3011
|
-
.m(function (Command, cs, config, o) {
|
|
3012
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3013
|
-
})
|
|
3014
|
-
.s("AmazonRDSv19", "CreateGlobalCluster", {})
|
|
3015
|
-
.n("DocDBClient", "CreateGlobalClusterCommand")
|
|
3016
|
-
.sc(CreateGlobalCluster$)
|
|
3017
|
-
.build() {
|
|
2915
|
+
class CreateGlobalClusterCommand extends command(_ep0, _mw0, "CreateGlobalCluster", CreateGlobalCluster$) {
|
|
3018
2916
|
}
|
|
3019
2917
|
|
|
3020
|
-
class DeleteDBClusterCommand extends
|
|
3021
|
-
.classBuilder()
|
|
3022
|
-
.ep(commonParams)
|
|
3023
|
-
.m(function (Command, cs, config, o) {
|
|
3024
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3025
|
-
})
|
|
3026
|
-
.s("AmazonRDSv19", "DeleteDBCluster", {})
|
|
3027
|
-
.n("DocDBClient", "DeleteDBClusterCommand")
|
|
3028
|
-
.sc(DeleteDBCluster$)
|
|
3029
|
-
.build() {
|
|
2918
|
+
class DeleteDBClusterCommand extends command(_ep0, _mw0, "DeleteDBCluster", DeleteDBCluster$) {
|
|
3030
2919
|
}
|
|
3031
2920
|
|
|
3032
|
-
class DeleteDBClusterParameterGroupCommand extends
|
|
3033
|
-
.classBuilder()
|
|
3034
|
-
.ep(commonParams)
|
|
3035
|
-
.m(function (Command, cs, config, o) {
|
|
3036
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3037
|
-
})
|
|
3038
|
-
.s("AmazonRDSv19", "DeleteDBClusterParameterGroup", {})
|
|
3039
|
-
.n("DocDBClient", "DeleteDBClusterParameterGroupCommand")
|
|
3040
|
-
.sc(DeleteDBClusterParameterGroup$)
|
|
3041
|
-
.build() {
|
|
2921
|
+
class DeleteDBClusterParameterGroupCommand extends command(_ep0, _mw0, "DeleteDBClusterParameterGroup", DeleteDBClusterParameterGroup$) {
|
|
3042
2922
|
}
|
|
3043
2923
|
|
|
3044
|
-
class DeleteDBClusterSnapshotCommand extends
|
|
3045
|
-
.classBuilder()
|
|
3046
|
-
.ep(commonParams)
|
|
3047
|
-
.m(function (Command, cs, config, o) {
|
|
3048
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3049
|
-
})
|
|
3050
|
-
.s("AmazonRDSv19", "DeleteDBClusterSnapshot", {})
|
|
3051
|
-
.n("DocDBClient", "DeleteDBClusterSnapshotCommand")
|
|
3052
|
-
.sc(DeleteDBClusterSnapshot$)
|
|
3053
|
-
.build() {
|
|
2924
|
+
class DeleteDBClusterSnapshotCommand extends command(_ep0, _mw0, "DeleteDBClusterSnapshot", DeleteDBClusterSnapshot$) {
|
|
3054
2925
|
}
|
|
3055
2926
|
|
|
3056
|
-
class DeleteDBInstanceCommand extends
|
|
3057
|
-
.classBuilder()
|
|
3058
|
-
.ep(commonParams)
|
|
3059
|
-
.m(function (Command, cs, config, o) {
|
|
3060
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3061
|
-
})
|
|
3062
|
-
.s("AmazonRDSv19", "DeleteDBInstance", {})
|
|
3063
|
-
.n("DocDBClient", "DeleteDBInstanceCommand")
|
|
3064
|
-
.sc(DeleteDBInstance$)
|
|
3065
|
-
.build() {
|
|
2927
|
+
class DeleteDBInstanceCommand extends command(_ep0, _mw0, "DeleteDBInstance", DeleteDBInstance$) {
|
|
3066
2928
|
}
|
|
3067
2929
|
|
|
3068
|
-
class DeleteDBSubnetGroupCommand extends
|
|
3069
|
-
.classBuilder()
|
|
3070
|
-
.ep(commonParams)
|
|
3071
|
-
.m(function (Command, cs, config, o) {
|
|
3072
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3073
|
-
})
|
|
3074
|
-
.s("AmazonRDSv19", "DeleteDBSubnetGroup", {})
|
|
3075
|
-
.n("DocDBClient", "DeleteDBSubnetGroupCommand")
|
|
3076
|
-
.sc(DeleteDBSubnetGroup$)
|
|
3077
|
-
.build() {
|
|
2930
|
+
class DeleteDBSubnetGroupCommand extends command(_ep0, _mw0, "DeleteDBSubnetGroup", DeleteDBSubnetGroup$) {
|
|
3078
2931
|
}
|
|
3079
2932
|
|
|
3080
|
-
class DeleteEventSubscriptionCommand extends
|
|
3081
|
-
.classBuilder()
|
|
3082
|
-
.ep(commonParams)
|
|
3083
|
-
.m(function (Command, cs, config, o) {
|
|
3084
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3085
|
-
})
|
|
3086
|
-
.s("AmazonRDSv19", "DeleteEventSubscription", {})
|
|
3087
|
-
.n("DocDBClient", "DeleteEventSubscriptionCommand")
|
|
3088
|
-
.sc(DeleteEventSubscription$)
|
|
3089
|
-
.build() {
|
|
2933
|
+
class DeleteEventSubscriptionCommand extends command(_ep0, _mw0, "DeleteEventSubscription", DeleteEventSubscription$) {
|
|
3090
2934
|
}
|
|
3091
2935
|
|
|
3092
|
-
class DeleteGlobalClusterCommand extends
|
|
3093
|
-
.classBuilder()
|
|
3094
|
-
.ep(commonParams)
|
|
3095
|
-
.m(function (Command, cs, config, o) {
|
|
3096
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3097
|
-
})
|
|
3098
|
-
.s("AmazonRDSv19", "DeleteGlobalCluster", {})
|
|
3099
|
-
.n("DocDBClient", "DeleteGlobalClusterCommand")
|
|
3100
|
-
.sc(DeleteGlobalCluster$)
|
|
3101
|
-
.build() {
|
|
2936
|
+
class DeleteGlobalClusterCommand extends command(_ep0, _mw0, "DeleteGlobalCluster", DeleteGlobalCluster$) {
|
|
3102
2937
|
}
|
|
3103
2938
|
|
|
3104
|
-
class DescribeCertificatesCommand extends
|
|
3105
|
-
.classBuilder()
|
|
3106
|
-
.ep(commonParams)
|
|
3107
|
-
.m(function (Command, cs, config, o) {
|
|
3108
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3109
|
-
})
|
|
3110
|
-
.s("AmazonRDSv19", "DescribeCertificates", {})
|
|
3111
|
-
.n("DocDBClient", "DescribeCertificatesCommand")
|
|
3112
|
-
.sc(DescribeCertificates$)
|
|
3113
|
-
.build() {
|
|
2939
|
+
class DescribeCertificatesCommand extends command(_ep0, _mw0, "DescribeCertificates", DescribeCertificates$) {
|
|
3114
2940
|
}
|
|
3115
2941
|
|
|
3116
|
-
class DescribeDBClusterParameterGroupsCommand extends
|
|
3117
|
-
.classBuilder()
|
|
3118
|
-
.ep(commonParams)
|
|
3119
|
-
.m(function (Command, cs, config, o) {
|
|
3120
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3121
|
-
})
|
|
3122
|
-
.s("AmazonRDSv19", "DescribeDBClusterParameterGroups", {})
|
|
3123
|
-
.n("DocDBClient", "DescribeDBClusterParameterGroupsCommand")
|
|
3124
|
-
.sc(DescribeDBClusterParameterGroups$)
|
|
3125
|
-
.build() {
|
|
2942
|
+
class DescribeDBClusterParameterGroupsCommand extends command(_ep0, _mw0, "DescribeDBClusterParameterGroups", DescribeDBClusterParameterGroups$) {
|
|
3126
2943
|
}
|
|
3127
2944
|
|
|
3128
|
-
class DescribeDBClusterParametersCommand extends
|
|
3129
|
-
.classBuilder()
|
|
3130
|
-
.ep(commonParams)
|
|
3131
|
-
.m(function (Command, cs, config, o) {
|
|
3132
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3133
|
-
})
|
|
3134
|
-
.s("AmazonRDSv19", "DescribeDBClusterParameters", {})
|
|
3135
|
-
.n("DocDBClient", "DescribeDBClusterParametersCommand")
|
|
3136
|
-
.sc(DescribeDBClusterParameters$)
|
|
3137
|
-
.build() {
|
|
2945
|
+
class DescribeDBClusterParametersCommand extends command(_ep0, _mw0, "DescribeDBClusterParameters", DescribeDBClusterParameters$) {
|
|
3138
2946
|
}
|
|
3139
2947
|
|
|
3140
|
-
class DescribeDBClustersCommand extends
|
|
3141
|
-
.classBuilder()
|
|
3142
|
-
.ep(commonParams)
|
|
3143
|
-
.m(function (Command, cs, config, o) {
|
|
3144
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3145
|
-
})
|
|
3146
|
-
.s("AmazonRDSv19", "DescribeDBClusters", {})
|
|
3147
|
-
.n("DocDBClient", "DescribeDBClustersCommand")
|
|
3148
|
-
.sc(DescribeDBClusters$)
|
|
3149
|
-
.build() {
|
|
2948
|
+
class DescribeDBClustersCommand extends command(_ep0, _mw0, "DescribeDBClusters", DescribeDBClusters$) {
|
|
3150
2949
|
}
|
|
3151
2950
|
|
|
3152
|
-
class DescribeDBClusterSnapshotAttributesCommand extends
|
|
3153
|
-
.classBuilder()
|
|
3154
|
-
.ep(commonParams)
|
|
3155
|
-
.m(function (Command, cs, config, o) {
|
|
3156
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3157
|
-
})
|
|
3158
|
-
.s("AmazonRDSv19", "DescribeDBClusterSnapshotAttributes", {})
|
|
3159
|
-
.n("DocDBClient", "DescribeDBClusterSnapshotAttributesCommand")
|
|
3160
|
-
.sc(DescribeDBClusterSnapshotAttributes$)
|
|
3161
|
-
.build() {
|
|
2951
|
+
class DescribeDBClusterSnapshotAttributesCommand extends command(_ep0, _mw0, "DescribeDBClusterSnapshotAttributes", DescribeDBClusterSnapshotAttributes$) {
|
|
3162
2952
|
}
|
|
3163
2953
|
|
|
3164
|
-
class DescribeDBClusterSnapshotsCommand extends
|
|
3165
|
-
.classBuilder()
|
|
3166
|
-
.ep(commonParams)
|
|
3167
|
-
.m(function (Command, cs, config, o) {
|
|
3168
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3169
|
-
})
|
|
3170
|
-
.s("AmazonRDSv19", "DescribeDBClusterSnapshots", {})
|
|
3171
|
-
.n("DocDBClient", "DescribeDBClusterSnapshotsCommand")
|
|
3172
|
-
.sc(DescribeDBClusterSnapshots$)
|
|
3173
|
-
.build() {
|
|
2954
|
+
class DescribeDBClusterSnapshotsCommand extends command(_ep0, _mw0, "DescribeDBClusterSnapshots", DescribeDBClusterSnapshots$) {
|
|
3174
2955
|
}
|
|
3175
2956
|
|
|
3176
|
-
class DescribeDBEngineVersionsCommand extends
|
|
3177
|
-
.classBuilder()
|
|
3178
|
-
.ep(commonParams)
|
|
3179
|
-
.m(function (Command, cs, config, o) {
|
|
3180
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3181
|
-
})
|
|
3182
|
-
.s("AmazonRDSv19", "DescribeDBEngineVersions", {})
|
|
3183
|
-
.n("DocDBClient", "DescribeDBEngineVersionsCommand")
|
|
3184
|
-
.sc(DescribeDBEngineVersions$)
|
|
3185
|
-
.build() {
|
|
2957
|
+
class DescribeDBEngineVersionsCommand extends command(_ep0, _mw0, "DescribeDBEngineVersions", DescribeDBEngineVersions$) {
|
|
3186
2958
|
}
|
|
3187
2959
|
|
|
3188
|
-
class DescribeDBInstancesCommand extends
|
|
3189
|
-
.classBuilder()
|
|
3190
|
-
.ep(commonParams)
|
|
3191
|
-
.m(function (Command, cs, config, o) {
|
|
3192
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3193
|
-
})
|
|
3194
|
-
.s("AmazonRDSv19", "DescribeDBInstances", {})
|
|
3195
|
-
.n("DocDBClient", "DescribeDBInstancesCommand")
|
|
3196
|
-
.sc(DescribeDBInstances$)
|
|
3197
|
-
.build() {
|
|
2960
|
+
class DescribeDBInstancesCommand extends command(_ep0, _mw0, "DescribeDBInstances", DescribeDBInstances$) {
|
|
3198
2961
|
}
|
|
3199
2962
|
|
|
3200
|
-
class DescribeDBSubnetGroupsCommand extends
|
|
3201
|
-
.classBuilder()
|
|
3202
|
-
.ep(commonParams)
|
|
3203
|
-
.m(function (Command, cs, config, o) {
|
|
3204
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3205
|
-
})
|
|
3206
|
-
.s("AmazonRDSv19", "DescribeDBSubnetGroups", {})
|
|
3207
|
-
.n("DocDBClient", "DescribeDBSubnetGroupsCommand")
|
|
3208
|
-
.sc(DescribeDBSubnetGroups$)
|
|
3209
|
-
.build() {
|
|
2963
|
+
class DescribeDBSubnetGroupsCommand extends command(_ep0, _mw0, "DescribeDBSubnetGroups", DescribeDBSubnetGroups$) {
|
|
3210
2964
|
}
|
|
3211
2965
|
|
|
3212
|
-
class DescribeEngineDefaultClusterParametersCommand extends
|
|
3213
|
-
.classBuilder()
|
|
3214
|
-
.ep(commonParams)
|
|
3215
|
-
.m(function (Command, cs, config, o) {
|
|
3216
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3217
|
-
})
|
|
3218
|
-
.s("AmazonRDSv19", "DescribeEngineDefaultClusterParameters", {})
|
|
3219
|
-
.n("DocDBClient", "DescribeEngineDefaultClusterParametersCommand")
|
|
3220
|
-
.sc(DescribeEngineDefaultClusterParameters$)
|
|
3221
|
-
.build() {
|
|
2966
|
+
class DescribeEngineDefaultClusterParametersCommand extends command(_ep0, _mw0, "DescribeEngineDefaultClusterParameters", DescribeEngineDefaultClusterParameters$) {
|
|
3222
2967
|
}
|
|
3223
2968
|
|
|
3224
|
-
class DescribeEventCategoriesCommand extends
|
|
3225
|
-
.classBuilder()
|
|
3226
|
-
.ep(commonParams)
|
|
3227
|
-
.m(function (Command, cs, config, o) {
|
|
3228
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3229
|
-
})
|
|
3230
|
-
.s("AmazonRDSv19", "DescribeEventCategories", {})
|
|
3231
|
-
.n("DocDBClient", "DescribeEventCategoriesCommand")
|
|
3232
|
-
.sc(DescribeEventCategories$)
|
|
3233
|
-
.build() {
|
|
2969
|
+
class DescribeEventCategoriesCommand extends command(_ep0, _mw0, "DescribeEventCategories", DescribeEventCategories$) {
|
|
3234
2970
|
}
|
|
3235
2971
|
|
|
3236
|
-
class DescribeEventsCommand extends
|
|
3237
|
-
.classBuilder()
|
|
3238
|
-
.ep(commonParams)
|
|
3239
|
-
.m(function (Command, cs, config, o) {
|
|
3240
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3241
|
-
})
|
|
3242
|
-
.s("AmazonRDSv19", "DescribeEvents", {})
|
|
3243
|
-
.n("DocDBClient", "DescribeEventsCommand")
|
|
3244
|
-
.sc(DescribeEvents$)
|
|
3245
|
-
.build() {
|
|
2972
|
+
class DescribeEventsCommand extends command(_ep0, _mw0, "DescribeEvents", DescribeEvents$) {
|
|
3246
2973
|
}
|
|
3247
2974
|
|
|
3248
|
-
class DescribeEventSubscriptionsCommand extends
|
|
3249
|
-
.classBuilder()
|
|
3250
|
-
.ep(commonParams)
|
|
3251
|
-
.m(function (Command, cs, config, o) {
|
|
3252
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3253
|
-
})
|
|
3254
|
-
.s("AmazonRDSv19", "DescribeEventSubscriptions", {})
|
|
3255
|
-
.n("DocDBClient", "DescribeEventSubscriptionsCommand")
|
|
3256
|
-
.sc(DescribeEventSubscriptions$)
|
|
3257
|
-
.build() {
|
|
2975
|
+
class DescribeEventSubscriptionsCommand extends command(_ep0, _mw0, "DescribeEventSubscriptions", DescribeEventSubscriptions$) {
|
|
3258
2976
|
}
|
|
3259
2977
|
|
|
3260
|
-
class DescribeGlobalClustersCommand extends
|
|
3261
|
-
.classBuilder()
|
|
3262
|
-
.ep(commonParams)
|
|
3263
|
-
.m(function (Command, cs, config, o) {
|
|
3264
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3265
|
-
})
|
|
3266
|
-
.s("AmazonRDSv19", "DescribeGlobalClusters", {})
|
|
3267
|
-
.n("DocDBClient", "DescribeGlobalClustersCommand")
|
|
3268
|
-
.sc(DescribeGlobalClusters$)
|
|
3269
|
-
.build() {
|
|
2978
|
+
class DescribeGlobalClustersCommand extends command(_ep0, _mw0, "DescribeGlobalClusters", DescribeGlobalClusters$) {
|
|
3270
2979
|
}
|
|
3271
2980
|
|
|
3272
|
-
class DescribeOrderableDBInstanceOptionsCommand extends
|
|
3273
|
-
.classBuilder()
|
|
3274
|
-
.ep(commonParams)
|
|
3275
|
-
.m(function (Command, cs, config, o) {
|
|
3276
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3277
|
-
})
|
|
3278
|
-
.s("AmazonRDSv19", "DescribeOrderableDBInstanceOptions", {})
|
|
3279
|
-
.n("DocDBClient", "DescribeOrderableDBInstanceOptionsCommand")
|
|
3280
|
-
.sc(DescribeOrderableDBInstanceOptions$)
|
|
3281
|
-
.build() {
|
|
2981
|
+
class DescribeOrderableDBInstanceOptionsCommand extends command(_ep0, _mw0, "DescribeOrderableDBInstanceOptions", DescribeOrderableDBInstanceOptions$) {
|
|
3282
2982
|
}
|
|
3283
2983
|
|
|
3284
|
-
class DescribePendingMaintenanceActionsCommand extends
|
|
3285
|
-
.classBuilder()
|
|
3286
|
-
.ep(commonParams)
|
|
3287
|
-
.m(function (Command, cs, config, o) {
|
|
3288
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3289
|
-
})
|
|
3290
|
-
.s("AmazonRDSv19", "DescribePendingMaintenanceActions", {})
|
|
3291
|
-
.n("DocDBClient", "DescribePendingMaintenanceActionsCommand")
|
|
3292
|
-
.sc(DescribePendingMaintenanceActions$)
|
|
3293
|
-
.build() {
|
|
2984
|
+
class DescribePendingMaintenanceActionsCommand extends command(_ep0, _mw0, "DescribePendingMaintenanceActions", DescribePendingMaintenanceActions$) {
|
|
3294
2985
|
}
|
|
3295
2986
|
|
|
3296
|
-
class FailoverDBClusterCommand extends
|
|
3297
|
-
.classBuilder()
|
|
3298
|
-
.ep(commonParams)
|
|
3299
|
-
.m(function (Command, cs, config, o) {
|
|
3300
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3301
|
-
})
|
|
3302
|
-
.s("AmazonRDSv19", "FailoverDBCluster", {})
|
|
3303
|
-
.n("DocDBClient", "FailoverDBClusterCommand")
|
|
3304
|
-
.sc(FailoverDBCluster$)
|
|
3305
|
-
.build() {
|
|
2987
|
+
class FailoverDBClusterCommand extends command(_ep0, _mw0, "FailoverDBCluster", FailoverDBCluster$) {
|
|
3306
2988
|
}
|
|
3307
2989
|
|
|
3308
|
-
class FailoverGlobalClusterCommand extends
|
|
3309
|
-
.classBuilder()
|
|
3310
|
-
.ep(commonParams)
|
|
3311
|
-
.m(function (Command, cs, config, o) {
|
|
3312
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3313
|
-
})
|
|
3314
|
-
.s("AmazonRDSv19", "FailoverGlobalCluster", {})
|
|
3315
|
-
.n("DocDBClient", "FailoverGlobalClusterCommand")
|
|
3316
|
-
.sc(FailoverGlobalCluster$)
|
|
3317
|
-
.build() {
|
|
2990
|
+
class FailoverGlobalClusterCommand extends command(_ep0, _mw0, "FailoverGlobalCluster", FailoverGlobalCluster$) {
|
|
3318
2991
|
}
|
|
3319
2992
|
|
|
3320
|
-
class ListTagsForResourceCommand extends
|
|
3321
|
-
.classBuilder()
|
|
3322
|
-
.ep(commonParams)
|
|
3323
|
-
.m(function (Command, cs, config, o) {
|
|
3324
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3325
|
-
})
|
|
3326
|
-
.s("AmazonRDSv19", "ListTagsForResource", {})
|
|
3327
|
-
.n("DocDBClient", "ListTagsForResourceCommand")
|
|
3328
|
-
.sc(ListTagsForResource$)
|
|
3329
|
-
.build() {
|
|
2993
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
3330
2994
|
}
|
|
3331
2995
|
|
|
3332
|
-
class ModifyDBClusterCommand extends
|
|
3333
|
-
.classBuilder()
|
|
3334
|
-
.ep(commonParams)
|
|
3335
|
-
.m(function (Command, cs, config, o) {
|
|
3336
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3337
|
-
})
|
|
3338
|
-
.s("AmazonRDSv19", "ModifyDBCluster", {})
|
|
3339
|
-
.n("DocDBClient", "ModifyDBClusterCommand")
|
|
3340
|
-
.sc(ModifyDBCluster$)
|
|
3341
|
-
.build() {
|
|
2996
|
+
class ModifyDBClusterCommand extends command(_ep0, _mw0, "ModifyDBCluster", ModifyDBCluster$) {
|
|
3342
2997
|
}
|
|
3343
2998
|
|
|
3344
|
-
class ModifyDBClusterParameterGroupCommand extends
|
|
3345
|
-
.classBuilder()
|
|
3346
|
-
.ep(commonParams)
|
|
3347
|
-
.m(function (Command, cs, config, o) {
|
|
3348
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3349
|
-
})
|
|
3350
|
-
.s("AmazonRDSv19", "ModifyDBClusterParameterGroup", {})
|
|
3351
|
-
.n("DocDBClient", "ModifyDBClusterParameterGroupCommand")
|
|
3352
|
-
.sc(ModifyDBClusterParameterGroup$)
|
|
3353
|
-
.build() {
|
|
2999
|
+
class ModifyDBClusterParameterGroupCommand extends command(_ep0, _mw0, "ModifyDBClusterParameterGroup", ModifyDBClusterParameterGroup$) {
|
|
3354
3000
|
}
|
|
3355
3001
|
|
|
3356
|
-
class ModifyDBClusterSnapshotAttributeCommand extends
|
|
3357
|
-
.classBuilder()
|
|
3358
|
-
.ep(commonParams)
|
|
3359
|
-
.m(function (Command, cs, config, o) {
|
|
3360
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3361
|
-
})
|
|
3362
|
-
.s("AmazonRDSv19", "ModifyDBClusterSnapshotAttribute", {})
|
|
3363
|
-
.n("DocDBClient", "ModifyDBClusterSnapshotAttributeCommand")
|
|
3364
|
-
.sc(ModifyDBClusterSnapshotAttribute$)
|
|
3365
|
-
.build() {
|
|
3002
|
+
class ModifyDBClusterSnapshotAttributeCommand extends command(_ep0, _mw0, "ModifyDBClusterSnapshotAttribute", ModifyDBClusterSnapshotAttribute$) {
|
|
3366
3003
|
}
|
|
3367
3004
|
|
|
3368
|
-
class ModifyDBInstanceCommand extends
|
|
3369
|
-
.classBuilder()
|
|
3370
|
-
.ep(commonParams)
|
|
3371
|
-
.m(function (Command, cs, config, o) {
|
|
3372
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3373
|
-
})
|
|
3374
|
-
.s("AmazonRDSv19", "ModifyDBInstance", {})
|
|
3375
|
-
.n("DocDBClient", "ModifyDBInstanceCommand")
|
|
3376
|
-
.sc(ModifyDBInstance$)
|
|
3377
|
-
.build() {
|
|
3005
|
+
class ModifyDBInstanceCommand extends command(_ep0, _mw0, "ModifyDBInstance", ModifyDBInstance$) {
|
|
3378
3006
|
}
|
|
3379
3007
|
|
|
3380
|
-
class ModifyDBSubnetGroupCommand extends
|
|
3381
|
-
.classBuilder()
|
|
3382
|
-
.ep(commonParams)
|
|
3383
|
-
.m(function (Command, cs, config, o) {
|
|
3384
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3385
|
-
})
|
|
3386
|
-
.s("AmazonRDSv19", "ModifyDBSubnetGroup", {})
|
|
3387
|
-
.n("DocDBClient", "ModifyDBSubnetGroupCommand")
|
|
3388
|
-
.sc(ModifyDBSubnetGroup$)
|
|
3389
|
-
.build() {
|
|
3008
|
+
class ModifyDBSubnetGroupCommand extends command(_ep0, _mw0, "ModifyDBSubnetGroup", ModifyDBSubnetGroup$) {
|
|
3390
3009
|
}
|
|
3391
3010
|
|
|
3392
|
-
class ModifyEventSubscriptionCommand extends
|
|
3393
|
-
.classBuilder()
|
|
3394
|
-
.ep(commonParams)
|
|
3395
|
-
.m(function (Command, cs, config, o) {
|
|
3396
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3397
|
-
})
|
|
3398
|
-
.s("AmazonRDSv19", "ModifyEventSubscription", {})
|
|
3399
|
-
.n("DocDBClient", "ModifyEventSubscriptionCommand")
|
|
3400
|
-
.sc(ModifyEventSubscription$)
|
|
3401
|
-
.build() {
|
|
3011
|
+
class ModifyEventSubscriptionCommand extends command(_ep0, _mw0, "ModifyEventSubscription", ModifyEventSubscription$) {
|
|
3402
3012
|
}
|
|
3403
3013
|
|
|
3404
|
-
class ModifyGlobalClusterCommand extends
|
|
3405
|
-
.classBuilder()
|
|
3406
|
-
.ep(commonParams)
|
|
3407
|
-
.m(function (Command, cs, config, o) {
|
|
3408
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3409
|
-
})
|
|
3410
|
-
.s("AmazonRDSv19", "ModifyGlobalCluster", {})
|
|
3411
|
-
.n("DocDBClient", "ModifyGlobalClusterCommand")
|
|
3412
|
-
.sc(ModifyGlobalCluster$)
|
|
3413
|
-
.build() {
|
|
3014
|
+
class ModifyGlobalClusterCommand extends command(_ep0, _mw0, "ModifyGlobalCluster", ModifyGlobalCluster$) {
|
|
3414
3015
|
}
|
|
3415
3016
|
|
|
3416
|
-
class RebootDBInstanceCommand extends
|
|
3417
|
-
.classBuilder()
|
|
3418
|
-
.ep(commonParams)
|
|
3419
|
-
.m(function (Command, cs, config, o) {
|
|
3420
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3421
|
-
})
|
|
3422
|
-
.s("AmazonRDSv19", "RebootDBInstance", {})
|
|
3423
|
-
.n("DocDBClient", "RebootDBInstanceCommand")
|
|
3424
|
-
.sc(RebootDBInstance$)
|
|
3425
|
-
.build() {
|
|
3017
|
+
class RebootDBInstanceCommand extends command(_ep0, _mw0, "RebootDBInstance", RebootDBInstance$) {
|
|
3426
3018
|
}
|
|
3427
3019
|
|
|
3428
|
-
class RemoveFromGlobalClusterCommand extends
|
|
3429
|
-
.classBuilder()
|
|
3430
|
-
.ep(commonParams)
|
|
3431
|
-
.m(function (Command, cs, config, o) {
|
|
3432
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3433
|
-
})
|
|
3434
|
-
.s("AmazonRDSv19", "RemoveFromGlobalCluster", {})
|
|
3435
|
-
.n("DocDBClient", "RemoveFromGlobalClusterCommand")
|
|
3436
|
-
.sc(RemoveFromGlobalCluster$)
|
|
3437
|
-
.build() {
|
|
3020
|
+
class RemoveFromGlobalClusterCommand extends command(_ep0, _mw0, "RemoveFromGlobalCluster", RemoveFromGlobalCluster$) {
|
|
3438
3021
|
}
|
|
3439
3022
|
|
|
3440
|
-
class RemoveSourceIdentifierFromSubscriptionCommand extends
|
|
3441
|
-
.classBuilder()
|
|
3442
|
-
.ep(commonParams)
|
|
3443
|
-
.m(function (Command, cs, config, o) {
|
|
3444
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3445
|
-
})
|
|
3446
|
-
.s("AmazonRDSv19", "RemoveSourceIdentifierFromSubscription", {})
|
|
3447
|
-
.n("DocDBClient", "RemoveSourceIdentifierFromSubscriptionCommand")
|
|
3448
|
-
.sc(RemoveSourceIdentifierFromSubscription$)
|
|
3449
|
-
.build() {
|
|
3023
|
+
class RemoveSourceIdentifierFromSubscriptionCommand extends command(_ep0, _mw0, "RemoveSourceIdentifierFromSubscription", RemoveSourceIdentifierFromSubscription$) {
|
|
3450
3024
|
}
|
|
3451
3025
|
|
|
3452
|
-
class RemoveTagsFromResourceCommand extends
|
|
3453
|
-
.classBuilder()
|
|
3454
|
-
.ep(commonParams)
|
|
3455
|
-
.m(function (Command, cs, config, o) {
|
|
3456
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3457
|
-
})
|
|
3458
|
-
.s("AmazonRDSv19", "RemoveTagsFromResource", {})
|
|
3459
|
-
.n("DocDBClient", "RemoveTagsFromResourceCommand")
|
|
3460
|
-
.sc(RemoveTagsFromResource$)
|
|
3461
|
-
.build() {
|
|
3026
|
+
class RemoveTagsFromResourceCommand extends command(_ep0, _mw0, "RemoveTagsFromResource", RemoveTagsFromResource$) {
|
|
3462
3027
|
}
|
|
3463
3028
|
|
|
3464
|
-
class ResetDBClusterParameterGroupCommand extends
|
|
3465
|
-
.classBuilder()
|
|
3466
|
-
.ep(commonParams)
|
|
3467
|
-
.m(function (Command, cs, config, o) {
|
|
3468
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3469
|
-
})
|
|
3470
|
-
.s("AmazonRDSv19", "ResetDBClusterParameterGroup", {})
|
|
3471
|
-
.n("DocDBClient", "ResetDBClusterParameterGroupCommand")
|
|
3472
|
-
.sc(ResetDBClusterParameterGroup$)
|
|
3473
|
-
.build() {
|
|
3029
|
+
class ResetDBClusterParameterGroupCommand extends command(_ep0, _mw0, "ResetDBClusterParameterGroup", ResetDBClusterParameterGroup$) {
|
|
3474
3030
|
}
|
|
3475
3031
|
|
|
3476
|
-
class RestoreDBClusterFromSnapshotCommand extends
|
|
3477
|
-
.classBuilder()
|
|
3478
|
-
.ep(commonParams)
|
|
3479
|
-
.m(function (Command, cs, config, o) {
|
|
3480
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3481
|
-
})
|
|
3482
|
-
.s("AmazonRDSv19", "RestoreDBClusterFromSnapshot", {})
|
|
3483
|
-
.n("DocDBClient", "RestoreDBClusterFromSnapshotCommand")
|
|
3484
|
-
.sc(RestoreDBClusterFromSnapshot$)
|
|
3485
|
-
.build() {
|
|
3032
|
+
class RestoreDBClusterFromSnapshotCommand extends command(_ep0, _mw0, "RestoreDBClusterFromSnapshot", RestoreDBClusterFromSnapshot$) {
|
|
3486
3033
|
}
|
|
3487
3034
|
|
|
3488
|
-
class RestoreDBClusterToPointInTimeCommand extends
|
|
3489
|
-
.classBuilder()
|
|
3490
|
-
.ep(commonParams)
|
|
3491
|
-
.m(function (Command, cs, config, o) {
|
|
3492
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3493
|
-
})
|
|
3494
|
-
.s("AmazonRDSv19", "RestoreDBClusterToPointInTime", {})
|
|
3495
|
-
.n("DocDBClient", "RestoreDBClusterToPointInTimeCommand")
|
|
3496
|
-
.sc(RestoreDBClusterToPointInTime$)
|
|
3497
|
-
.build() {
|
|
3035
|
+
class RestoreDBClusterToPointInTimeCommand extends command(_ep0, _mw0, "RestoreDBClusterToPointInTime", RestoreDBClusterToPointInTime$) {
|
|
3498
3036
|
}
|
|
3499
3037
|
|
|
3500
|
-
class StartDBClusterCommand extends
|
|
3501
|
-
.classBuilder()
|
|
3502
|
-
.ep(commonParams)
|
|
3503
|
-
.m(function (Command, cs, config, o) {
|
|
3504
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3505
|
-
})
|
|
3506
|
-
.s("AmazonRDSv19", "StartDBCluster", {})
|
|
3507
|
-
.n("DocDBClient", "StartDBClusterCommand")
|
|
3508
|
-
.sc(StartDBCluster$)
|
|
3509
|
-
.build() {
|
|
3038
|
+
class StartDBClusterCommand extends command(_ep0, _mw0, "StartDBCluster", StartDBCluster$) {
|
|
3510
3039
|
}
|
|
3511
3040
|
|
|
3512
|
-
class StopDBClusterCommand extends
|
|
3513
|
-
.classBuilder()
|
|
3514
|
-
.ep(commonParams)
|
|
3515
|
-
.m(function (Command, cs, config, o) {
|
|
3516
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3517
|
-
})
|
|
3518
|
-
.s("AmazonRDSv19", "StopDBCluster", {})
|
|
3519
|
-
.n("DocDBClient", "StopDBClusterCommand")
|
|
3520
|
-
.sc(StopDBCluster$)
|
|
3521
|
-
.build() {
|
|
3041
|
+
class StopDBClusterCommand extends command(_ep0, _mw0, "StopDBCluster", StopDBCluster$) {
|
|
3522
3042
|
}
|
|
3523
3043
|
|
|
3524
|
-
class SwitchoverGlobalClusterCommand extends
|
|
3525
|
-
.classBuilder()
|
|
3526
|
-
.ep(commonParams)
|
|
3527
|
-
.m(function (Command, cs, config, o) {
|
|
3528
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3529
|
-
})
|
|
3530
|
-
.s("AmazonRDSv19", "SwitchoverGlobalCluster", {})
|
|
3531
|
-
.n("DocDBClient", "SwitchoverGlobalClusterCommand")
|
|
3532
|
-
.sc(SwitchoverGlobalCluster$)
|
|
3533
|
-
.build() {
|
|
3044
|
+
class SwitchoverGlobalClusterCommand extends command(_ep0, _mw0, "SwitchoverGlobalCluster", SwitchoverGlobalCluster$) {
|
|
3534
3045
|
}
|
|
3535
3046
|
|
|
3536
3047
|
const paginateDescribeCertificates = createPaginator(DocDBClient, DescribeCertificatesCommand, "Marker", "Marker", "MaxRecords");
|