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