@aws-sdk/client-route53-recovery-readiness 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 +43 -325
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateCellCommand.js +2 -14
- package/dist-es/commands/CreateCrossAccountAuthorizationCommand.js +2 -14
- package/dist-es/commands/CreateReadinessCheckCommand.js +2 -14
- package/dist-es/commands/CreateRecoveryGroupCommand.js +2 -14
- package/dist-es/commands/CreateResourceSetCommand.js +2 -14
- package/dist-es/commands/DeleteCellCommand.js +2 -14
- package/dist-es/commands/DeleteCrossAccountAuthorizationCommand.js +2 -14
- package/dist-es/commands/DeleteReadinessCheckCommand.js +2 -14
- package/dist-es/commands/DeleteRecoveryGroupCommand.js +2 -14
- package/dist-es/commands/DeleteResourceSetCommand.js +2 -14
- package/dist-es/commands/GetArchitectureRecommendationsCommand.js +2 -14
- package/dist-es/commands/GetCellCommand.js +2 -14
- package/dist-es/commands/GetCellReadinessSummaryCommand.js +2 -14
- package/dist-es/commands/GetReadinessCheckCommand.js +2 -14
- package/dist-es/commands/GetReadinessCheckResourceStatusCommand.js +2 -14
- package/dist-es/commands/GetReadinessCheckStatusCommand.js +2 -14
- package/dist-es/commands/GetRecoveryGroupCommand.js +2 -14
- package/dist-es/commands/GetRecoveryGroupReadinessSummaryCommand.js +2 -14
- package/dist-es/commands/GetResourceSetCommand.js +2 -14
- package/dist-es/commands/ListCellsCommand.js +2 -14
- package/dist-es/commands/ListCrossAccountAuthorizationsCommand.js +2 -14
- package/dist-es/commands/ListReadinessChecksCommand.js +2 -14
- package/dist-es/commands/ListRecoveryGroupsCommand.js +2 -14
- package/dist-es/commands/ListResourceSetsCommand.js +2 -14
- package/dist-es/commands/ListRulesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourcesCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateCellCommand.js +2 -14
- package/dist-es/commands/UpdateReadinessCheckCommand.js +2 -14
- package/dist-es/commands/UpdateRecoveryGroupCommand.js +2 -14
- package/dist-es/commands/UpdateResourceSetCommand.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 +18 -0
- package/dist-types/commands/CreateCellCommand.d.ts +3 -8
- package/dist-types/commands/CreateCrossAccountAuthorizationCommand.d.ts +3 -8
- package/dist-types/commands/CreateReadinessCheckCommand.d.ts +3 -8
- package/dist-types/commands/CreateRecoveryGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateResourceSetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCellCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCrossAccountAuthorizationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteReadinessCheckCommand.d.ts +3 -8
- package/dist-types/commands/DeleteRecoveryGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteResourceSetCommand.d.ts +3 -8
- package/dist-types/commands/GetArchitectureRecommendationsCommand.d.ts +3 -8
- package/dist-types/commands/GetCellCommand.d.ts +3 -8
- package/dist-types/commands/GetCellReadinessSummaryCommand.d.ts +3 -8
- package/dist-types/commands/GetReadinessCheckCommand.d.ts +3 -8
- package/dist-types/commands/GetReadinessCheckResourceStatusCommand.d.ts +3 -8
- package/dist-types/commands/GetReadinessCheckStatusCommand.d.ts +3 -8
- package/dist-types/commands/GetRecoveryGroupCommand.d.ts +3 -8
- package/dist-types/commands/GetRecoveryGroupReadinessSummaryCommand.d.ts +3 -8
- package/dist-types/commands/GetResourceSetCommand.d.ts +3 -8
- package/dist-types/commands/ListCellsCommand.d.ts +3 -8
- package/dist-types/commands/ListCrossAccountAuthorizationsCommand.d.ts +3 -8
- package/dist-types/commands/ListReadinessChecksCommand.d.ts +3 -8
- package/dist-types/commands/ListRecoveryGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListResourceSetsCommand.d.ts +3 -8
- package/dist-types/commands/ListRulesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourcesCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCellCommand.d.ts +3 -8
- package/dist-types/commands/UpdateReadinessCheckCommand.d.ts +3 -8
- package/dist-types/commands/UpdateRecoveryGroupCommand.d.ts +3 -8
- package/dist-types/commands/UpdateResourceSetCommand.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 +46 -0
- package/dist-types/ts3.4/commands/CreateCellCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCrossAccountAuthorizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateReadinessCheckCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateRecoveryGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateResourceSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCellCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCrossAccountAuthorizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteReadinessCheckCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteRecoveryGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteResourceSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetArchitectureRecommendationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCellCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCellReadinessSummaryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetReadinessCheckCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetReadinessCheckResourceStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetReadinessCheckStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRecoveryGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRecoveryGroupReadinessSummaryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResourceSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCellsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCrossAccountAuthorizationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListReadinessChecksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRecoveryGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResourceSetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCellCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateReadinessCheckCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateRecoveryGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateResourceSetCommand.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 +8 -10
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, 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 { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
|
|
17
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
16
18
|
|
|
17
19
|
const defaultRoute53RecoveryReadinessHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
18
20
|
return {
|
|
@@ -67,7 +69,7 @@ const commonParams = {
|
|
|
67
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
68
70
|
};
|
|
69
71
|
|
|
70
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
71
73
|
var packageInfo = {
|
|
72
74
|
version: version};
|
|
73
75
|
|
|
@@ -1024,6 +1026,7 @@ const getRuntimeConfig$1 = (config) => {
|
|
|
1024
1026
|
serviceTarget: "Route53RecoveryReadiness",
|
|
1025
1027
|
},
|
|
1026
1028
|
serviceId: config?.serviceId ?? "Route53 Recovery Readiness",
|
|
1029
|
+
sha256: config?.sha256 ?? Sha256,
|
|
1027
1030
|
urlParser: config?.urlParser ?? parseUrl,
|
|
1028
1031
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
1029
1032
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -1057,7 +1060,6 @@ const getRuntimeConfig = (config) => {
|
|
|
1057
1060
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
1058
1061
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
1059
1062
|
}, config),
|
|
1060
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
1061
1063
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
1062
1064
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
1063
1065
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -1145,388 +1147,104 @@ class Route53RecoveryReadinessClient extends Client {
|
|
|
1145
1147
|
}
|
|
1146
1148
|
}
|
|
1147
1149
|
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
})
|
|
1154
|
-
.s("Route53RecoveryReadiness", "CreateCell", {})
|
|
1155
|
-
.n("Route53RecoveryReadinessClient", "CreateCellCommand")
|
|
1156
|
-
.sc(CreateCell$)
|
|
1157
|
-
.build() {
|
|
1150
|
+
const command = makeBuilder(commonParams, "Route53RecoveryReadiness", "Route53RecoveryReadinessClient", getEndpointPlugin);
|
|
1151
|
+
const _ep0 = {};
|
|
1152
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
1153
|
+
|
|
1154
|
+
class CreateCellCommand extends command(_ep0, _mw0, "CreateCell", CreateCell$) {
|
|
1158
1155
|
}
|
|
1159
1156
|
|
|
1160
|
-
class CreateCrossAccountAuthorizationCommand extends
|
|
1161
|
-
.classBuilder()
|
|
1162
|
-
.ep(commonParams)
|
|
1163
|
-
.m(function (Command, cs, config, o) {
|
|
1164
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1165
|
-
})
|
|
1166
|
-
.s("Route53RecoveryReadiness", "CreateCrossAccountAuthorization", {})
|
|
1167
|
-
.n("Route53RecoveryReadinessClient", "CreateCrossAccountAuthorizationCommand")
|
|
1168
|
-
.sc(CreateCrossAccountAuthorization$)
|
|
1169
|
-
.build() {
|
|
1157
|
+
class CreateCrossAccountAuthorizationCommand extends command(_ep0, _mw0, "CreateCrossAccountAuthorization", CreateCrossAccountAuthorization$) {
|
|
1170
1158
|
}
|
|
1171
1159
|
|
|
1172
|
-
class CreateReadinessCheckCommand extends
|
|
1173
|
-
.classBuilder()
|
|
1174
|
-
.ep(commonParams)
|
|
1175
|
-
.m(function (Command, cs, config, o) {
|
|
1176
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1177
|
-
})
|
|
1178
|
-
.s("Route53RecoveryReadiness", "CreateReadinessCheck", {})
|
|
1179
|
-
.n("Route53RecoveryReadinessClient", "CreateReadinessCheckCommand")
|
|
1180
|
-
.sc(CreateReadinessCheck$)
|
|
1181
|
-
.build() {
|
|
1160
|
+
class CreateReadinessCheckCommand extends command(_ep0, _mw0, "CreateReadinessCheck", CreateReadinessCheck$) {
|
|
1182
1161
|
}
|
|
1183
1162
|
|
|
1184
|
-
class CreateRecoveryGroupCommand extends
|
|
1185
|
-
.classBuilder()
|
|
1186
|
-
.ep(commonParams)
|
|
1187
|
-
.m(function (Command, cs, config, o) {
|
|
1188
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1189
|
-
})
|
|
1190
|
-
.s("Route53RecoveryReadiness", "CreateRecoveryGroup", {})
|
|
1191
|
-
.n("Route53RecoveryReadinessClient", "CreateRecoveryGroupCommand")
|
|
1192
|
-
.sc(CreateRecoveryGroup$)
|
|
1193
|
-
.build() {
|
|
1163
|
+
class CreateRecoveryGroupCommand extends command(_ep0, _mw0, "CreateRecoveryGroup", CreateRecoveryGroup$) {
|
|
1194
1164
|
}
|
|
1195
1165
|
|
|
1196
|
-
class CreateResourceSetCommand extends
|
|
1197
|
-
.classBuilder()
|
|
1198
|
-
.ep(commonParams)
|
|
1199
|
-
.m(function (Command, cs, config, o) {
|
|
1200
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1201
|
-
})
|
|
1202
|
-
.s("Route53RecoveryReadiness", "CreateResourceSet", {})
|
|
1203
|
-
.n("Route53RecoveryReadinessClient", "CreateResourceSetCommand")
|
|
1204
|
-
.sc(CreateResourceSet$)
|
|
1205
|
-
.build() {
|
|
1166
|
+
class CreateResourceSetCommand extends command(_ep0, _mw0, "CreateResourceSet", CreateResourceSet$) {
|
|
1206
1167
|
}
|
|
1207
1168
|
|
|
1208
|
-
class DeleteCellCommand extends
|
|
1209
|
-
.classBuilder()
|
|
1210
|
-
.ep(commonParams)
|
|
1211
|
-
.m(function (Command, cs, config, o) {
|
|
1212
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1213
|
-
})
|
|
1214
|
-
.s("Route53RecoveryReadiness", "DeleteCell", {})
|
|
1215
|
-
.n("Route53RecoveryReadinessClient", "DeleteCellCommand")
|
|
1216
|
-
.sc(DeleteCell$)
|
|
1217
|
-
.build() {
|
|
1169
|
+
class DeleteCellCommand extends command(_ep0, _mw0, "DeleteCell", DeleteCell$) {
|
|
1218
1170
|
}
|
|
1219
1171
|
|
|
1220
|
-
class DeleteCrossAccountAuthorizationCommand extends
|
|
1221
|
-
.classBuilder()
|
|
1222
|
-
.ep(commonParams)
|
|
1223
|
-
.m(function (Command, cs, config, o) {
|
|
1224
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1225
|
-
})
|
|
1226
|
-
.s("Route53RecoveryReadiness", "DeleteCrossAccountAuthorization", {})
|
|
1227
|
-
.n("Route53RecoveryReadinessClient", "DeleteCrossAccountAuthorizationCommand")
|
|
1228
|
-
.sc(DeleteCrossAccountAuthorization$)
|
|
1229
|
-
.build() {
|
|
1172
|
+
class DeleteCrossAccountAuthorizationCommand extends command(_ep0, _mw0, "DeleteCrossAccountAuthorization", DeleteCrossAccountAuthorization$) {
|
|
1230
1173
|
}
|
|
1231
1174
|
|
|
1232
|
-
class DeleteReadinessCheckCommand extends
|
|
1233
|
-
.classBuilder()
|
|
1234
|
-
.ep(commonParams)
|
|
1235
|
-
.m(function (Command, cs, config, o) {
|
|
1236
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1237
|
-
})
|
|
1238
|
-
.s("Route53RecoveryReadiness", "DeleteReadinessCheck", {})
|
|
1239
|
-
.n("Route53RecoveryReadinessClient", "DeleteReadinessCheckCommand")
|
|
1240
|
-
.sc(DeleteReadinessCheck$)
|
|
1241
|
-
.build() {
|
|
1175
|
+
class DeleteReadinessCheckCommand extends command(_ep0, _mw0, "DeleteReadinessCheck", DeleteReadinessCheck$) {
|
|
1242
1176
|
}
|
|
1243
1177
|
|
|
1244
|
-
class DeleteRecoveryGroupCommand extends
|
|
1245
|
-
.classBuilder()
|
|
1246
|
-
.ep(commonParams)
|
|
1247
|
-
.m(function (Command, cs, config, o) {
|
|
1248
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1249
|
-
})
|
|
1250
|
-
.s("Route53RecoveryReadiness", "DeleteRecoveryGroup", {})
|
|
1251
|
-
.n("Route53RecoveryReadinessClient", "DeleteRecoveryGroupCommand")
|
|
1252
|
-
.sc(DeleteRecoveryGroup$)
|
|
1253
|
-
.build() {
|
|
1178
|
+
class DeleteRecoveryGroupCommand extends command(_ep0, _mw0, "DeleteRecoveryGroup", DeleteRecoveryGroup$) {
|
|
1254
1179
|
}
|
|
1255
1180
|
|
|
1256
|
-
class DeleteResourceSetCommand extends
|
|
1257
|
-
.classBuilder()
|
|
1258
|
-
.ep(commonParams)
|
|
1259
|
-
.m(function (Command, cs, config, o) {
|
|
1260
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1261
|
-
})
|
|
1262
|
-
.s("Route53RecoveryReadiness", "DeleteResourceSet", {})
|
|
1263
|
-
.n("Route53RecoveryReadinessClient", "DeleteResourceSetCommand")
|
|
1264
|
-
.sc(DeleteResourceSet$)
|
|
1265
|
-
.build() {
|
|
1181
|
+
class DeleteResourceSetCommand extends command(_ep0, _mw0, "DeleteResourceSet", DeleteResourceSet$) {
|
|
1266
1182
|
}
|
|
1267
1183
|
|
|
1268
|
-
class GetArchitectureRecommendationsCommand extends
|
|
1269
|
-
.classBuilder()
|
|
1270
|
-
.ep(commonParams)
|
|
1271
|
-
.m(function (Command, cs, config, o) {
|
|
1272
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1273
|
-
})
|
|
1274
|
-
.s("Route53RecoveryReadiness", "GetArchitectureRecommendations", {})
|
|
1275
|
-
.n("Route53RecoveryReadinessClient", "GetArchitectureRecommendationsCommand")
|
|
1276
|
-
.sc(GetArchitectureRecommendations$)
|
|
1277
|
-
.build() {
|
|
1184
|
+
class GetArchitectureRecommendationsCommand extends command(_ep0, _mw0, "GetArchitectureRecommendations", GetArchitectureRecommendations$) {
|
|
1278
1185
|
}
|
|
1279
1186
|
|
|
1280
|
-
class GetCellCommand extends
|
|
1281
|
-
.classBuilder()
|
|
1282
|
-
.ep(commonParams)
|
|
1283
|
-
.m(function (Command, cs, config, o) {
|
|
1284
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1285
|
-
})
|
|
1286
|
-
.s("Route53RecoveryReadiness", "GetCell", {})
|
|
1287
|
-
.n("Route53RecoveryReadinessClient", "GetCellCommand")
|
|
1288
|
-
.sc(GetCell$)
|
|
1289
|
-
.build() {
|
|
1187
|
+
class GetCellCommand extends command(_ep0, _mw0, "GetCell", GetCell$) {
|
|
1290
1188
|
}
|
|
1291
1189
|
|
|
1292
|
-
class GetCellReadinessSummaryCommand extends
|
|
1293
|
-
.classBuilder()
|
|
1294
|
-
.ep(commonParams)
|
|
1295
|
-
.m(function (Command, cs, config, o) {
|
|
1296
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1297
|
-
})
|
|
1298
|
-
.s("Route53RecoveryReadiness", "GetCellReadinessSummary", {})
|
|
1299
|
-
.n("Route53RecoveryReadinessClient", "GetCellReadinessSummaryCommand")
|
|
1300
|
-
.sc(GetCellReadinessSummary$)
|
|
1301
|
-
.build() {
|
|
1190
|
+
class GetCellReadinessSummaryCommand extends command(_ep0, _mw0, "GetCellReadinessSummary", GetCellReadinessSummary$) {
|
|
1302
1191
|
}
|
|
1303
1192
|
|
|
1304
|
-
class GetReadinessCheckCommand extends
|
|
1305
|
-
.classBuilder()
|
|
1306
|
-
.ep(commonParams)
|
|
1307
|
-
.m(function (Command, cs, config, o) {
|
|
1308
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1309
|
-
})
|
|
1310
|
-
.s("Route53RecoveryReadiness", "GetReadinessCheck", {})
|
|
1311
|
-
.n("Route53RecoveryReadinessClient", "GetReadinessCheckCommand")
|
|
1312
|
-
.sc(GetReadinessCheck$)
|
|
1313
|
-
.build() {
|
|
1193
|
+
class GetReadinessCheckCommand extends command(_ep0, _mw0, "GetReadinessCheck", GetReadinessCheck$) {
|
|
1314
1194
|
}
|
|
1315
1195
|
|
|
1316
|
-
class GetReadinessCheckResourceStatusCommand extends
|
|
1317
|
-
.classBuilder()
|
|
1318
|
-
.ep(commonParams)
|
|
1319
|
-
.m(function (Command, cs, config, o) {
|
|
1320
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1321
|
-
})
|
|
1322
|
-
.s("Route53RecoveryReadiness", "GetReadinessCheckResourceStatus", {})
|
|
1323
|
-
.n("Route53RecoveryReadinessClient", "GetReadinessCheckResourceStatusCommand")
|
|
1324
|
-
.sc(GetReadinessCheckResourceStatus$)
|
|
1325
|
-
.build() {
|
|
1196
|
+
class GetReadinessCheckResourceStatusCommand extends command(_ep0, _mw0, "GetReadinessCheckResourceStatus", GetReadinessCheckResourceStatus$) {
|
|
1326
1197
|
}
|
|
1327
1198
|
|
|
1328
|
-
class GetReadinessCheckStatusCommand extends
|
|
1329
|
-
.classBuilder()
|
|
1330
|
-
.ep(commonParams)
|
|
1331
|
-
.m(function (Command, cs, config, o) {
|
|
1332
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1333
|
-
})
|
|
1334
|
-
.s("Route53RecoveryReadiness", "GetReadinessCheckStatus", {})
|
|
1335
|
-
.n("Route53RecoveryReadinessClient", "GetReadinessCheckStatusCommand")
|
|
1336
|
-
.sc(GetReadinessCheckStatus$)
|
|
1337
|
-
.build() {
|
|
1199
|
+
class GetReadinessCheckStatusCommand extends command(_ep0, _mw0, "GetReadinessCheckStatus", GetReadinessCheckStatus$) {
|
|
1338
1200
|
}
|
|
1339
1201
|
|
|
1340
|
-
class GetRecoveryGroupCommand extends
|
|
1341
|
-
.classBuilder()
|
|
1342
|
-
.ep(commonParams)
|
|
1343
|
-
.m(function (Command, cs, config, o) {
|
|
1344
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1345
|
-
})
|
|
1346
|
-
.s("Route53RecoveryReadiness", "GetRecoveryGroup", {})
|
|
1347
|
-
.n("Route53RecoveryReadinessClient", "GetRecoveryGroupCommand")
|
|
1348
|
-
.sc(GetRecoveryGroup$)
|
|
1349
|
-
.build() {
|
|
1202
|
+
class GetRecoveryGroupCommand extends command(_ep0, _mw0, "GetRecoveryGroup", GetRecoveryGroup$) {
|
|
1350
1203
|
}
|
|
1351
1204
|
|
|
1352
|
-
class GetRecoveryGroupReadinessSummaryCommand extends
|
|
1353
|
-
.classBuilder()
|
|
1354
|
-
.ep(commonParams)
|
|
1355
|
-
.m(function (Command, cs, config, o) {
|
|
1356
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1357
|
-
})
|
|
1358
|
-
.s("Route53RecoveryReadiness", "GetRecoveryGroupReadinessSummary", {})
|
|
1359
|
-
.n("Route53RecoveryReadinessClient", "GetRecoveryGroupReadinessSummaryCommand")
|
|
1360
|
-
.sc(GetRecoveryGroupReadinessSummary$)
|
|
1361
|
-
.build() {
|
|
1205
|
+
class GetRecoveryGroupReadinessSummaryCommand extends command(_ep0, _mw0, "GetRecoveryGroupReadinessSummary", GetRecoveryGroupReadinessSummary$) {
|
|
1362
1206
|
}
|
|
1363
1207
|
|
|
1364
|
-
class GetResourceSetCommand extends
|
|
1365
|
-
.classBuilder()
|
|
1366
|
-
.ep(commonParams)
|
|
1367
|
-
.m(function (Command, cs, config, o) {
|
|
1368
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1369
|
-
})
|
|
1370
|
-
.s("Route53RecoveryReadiness", "GetResourceSet", {})
|
|
1371
|
-
.n("Route53RecoveryReadinessClient", "GetResourceSetCommand")
|
|
1372
|
-
.sc(GetResourceSet$)
|
|
1373
|
-
.build() {
|
|
1208
|
+
class GetResourceSetCommand extends command(_ep0, _mw0, "GetResourceSet", GetResourceSet$) {
|
|
1374
1209
|
}
|
|
1375
1210
|
|
|
1376
|
-
class ListCellsCommand extends
|
|
1377
|
-
.classBuilder()
|
|
1378
|
-
.ep(commonParams)
|
|
1379
|
-
.m(function (Command, cs, config, o) {
|
|
1380
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1381
|
-
})
|
|
1382
|
-
.s("Route53RecoveryReadiness", "ListCells", {})
|
|
1383
|
-
.n("Route53RecoveryReadinessClient", "ListCellsCommand")
|
|
1384
|
-
.sc(ListCells$)
|
|
1385
|
-
.build() {
|
|
1211
|
+
class ListCellsCommand extends command(_ep0, _mw0, "ListCells", ListCells$) {
|
|
1386
1212
|
}
|
|
1387
1213
|
|
|
1388
|
-
class ListCrossAccountAuthorizationsCommand extends
|
|
1389
|
-
.classBuilder()
|
|
1390
|
-
.ep(commonParams)
|
|
1391
|
-
.m(function (Command, cs, config, o) {
|
|
1392
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1393
|
-
})
|
|
1394
|
-
.s("Route53RecoveryReadiness", "ListCrossAccountAuthorizations", {})
|
|
1395
|
-
.n("Route53RecoveryReadinessClient", "ListCrossAccountAuthorizationsCommand")
|
|
1396
|
-
.sc(ListCrossAccountAuthorizations$)
|
|
1397
|
-
.build() {
|
|
1214
|
+
class ListCrossAccountAuthorizationsCommand extends command(_ep0, _mw0, "ListCrossAccountAuthorizations", ListCrossAccountAuthorizations$) {
|
|
1398
1215
|
}
|
|
1399
1216
|
|
|
1400
|
-
class ListReadinessChecksCommand extends
|
|
1401
|
-
.classBuilder()
|
|
1402
|
-
.ep(commonParams)
|
|
1403
|
-
.m(function (Command, cs, config, o) {
|
|
1404
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1405
|
-
})
|
|
1406
|
-
.s("Route53RecoveryReadiness", "ListReadinessChecks", {})
|
|
1407
|
-
.n("Route53RecoveryReadinessClient", "ListReadinessChecksCommand")
|
|
1408
|
-
.sc(ListReadinessChecks$)
|
|
1409
|
-
.build() {
|
|
1217
|
+
class ListReadinessChecksCommand extends command(_ep0, _mw0, "ListReadinessChecks", ListReadinessChecks$) {
|
|
1410
1218
|
}
|
|
1411
1219
|
|
|
1412
|
-
class ListRecoveryGroupsCommand extends
|
|
1413
|
-
.classBuilder()
|
|
1414
|
-
.ep(commonParams)
|
|
1415
|
-
.m(function (Command, cs, config, o) {
|
|
1416
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1417
|
-
})
|
|
1418
|
-
.s("Route53RecoveryReadiness", "ListRecoveryGroups", {})
|
|
1419
|
-
.n("Route53RecoveryReadinessClient", "ListRecoveryGroupsCommand")
|
|
1420
|
-
.sc(ListRecoveryGroups$)
|
|
1421
|
-
.build() {
|
|
1220
|
+
class ListRecoveryGroupsCommand extends command(_ep0, _mw0, "ListRecoveryGroups", ListRecoveryGroups$) {
|
|
1422
1221
|
}
|
|
1423
1222
|
|
|
1424
|
-
class ListResourceSetsCommand extends
|
|
1425
|
-
.classBuilder()
|
|
1426
|
-
.ep(commonParams)
|
|
1427
|
-
.m(function (Command, cs, config, o) {
|
|
1428
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1429
|
-
})
|
|
1430
|
-
.s("Route53RecoveryReadiness", "ListResourceSets", {})
|
|
1431
|
-
.n("Route53RecoveryReadinessClient", "ListResourceSetsCommand")
|
|
1432
|
-
.sc(ListResourceSets$)
|
|
1433
|
-
.build() {
|
|
1223
|
+
class ListResourceSetsCommand extends command(_ep0, _mw0, "ListResourceSets", ListResourceSets$) {
|
|
1434
1224
|
}
|
|
1435
1225
|
|
|
1436
|
-
class ListRulesCommand extends
|
|
1437
|
-
.classBuilder()
|
|
1438
|
-
.ep(commonParams)
|
|
1439
|
-
.m(function (Command, cs, config, o) {
|
|
1440
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1441
|
-
})
|
|
1442
|
-
.s("Route53RecoveryReadiness", "ListRules", {})
|
|
1443
|
-
.n("Route53RecoveryReadinessClient", "ListRulesCommand")
|
|
1444
|
-
.sc(ListRules$)
|
|
1445
|
-
.build() {
|
|
1226
|
+
class ListRulesCommand extends command(_ep0, _mw0, "ListRules", ListRules$) {
|
|
1446
1227
|
}
|
|
1447
1228
|
|
|
1448
|
-
class ListTagsForResourcesCommand extends
|
|
1449
|
-
.classBuilder()
|
|
1450
|
-
.ep(commonParams)
|
|
1451
|
-
.m(function (Command, cs, config, o) {
|
|
1452
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1453
|
-
})
|
|
1454
|
-
.s("Route53RecoveryReadiness", "ListTagsForResources", {})
|
|
1455
|
-
.n("Route53RecoveryReadinessClient", "ListTagsForResourcesCommand")
|
|
1456
|
-
.sc(ListTagsForResources$)
|
|
1457
|
-
.build() {
|
|
1229
|
+
class ListTagsForResourcesCommand extends command(_ep0, _mw0, "ListTagsForResources", ListTagsForResources$) {
|
|
1458
1230
|
}
|
|
1459
1231
|
|
|
1460
|
-
class TagResourceCommand extends
|
|
1461
|
-
.classBuilder()
|
|
1462
|
-
.ep(commonParams)
|
|
1463
|
-
.m(function (Command, cs, config, o) {
|
|
1464
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1465
|
-
})
|
|
1466
|
-
.s("Route53RecoveryReadiness", "TagResource", {})
|
|
1467
|
-
.n("Route53RecoveryReadinessClient", "TagResourceCommand")
|
|
1468
|
-
.sc(TagResource$)
|
|
1469
|
-
.build() {
|
|
1232
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
1470
1233
|
}
|
|
1471
1234
|
|
|
1472
|
-
class UntagResourceCommand extends
|
|
1473
|
-
.classBuilder()
|
|
1474
|
-
.ep(commonParams)
|
|
1475
|
-
.m(function (Command, cs, config, o) {
|
|
1476
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1477
|
-
})
|
|
1478
|
-
.s("Route53RecoveryReadiness", "UntagResource", {})
|
|
1479
|
-
.n("Route53RecoveryReadinessClient", "UntagResourceCommand")
|
|
1480
|
-
.sc(UntagResource$)
|
|
1481
|
-
.build() {
|
|
1235
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
1482
1236
|
}
|
|
1483
1237
|
|
|
1484
|
-
class UpdateCellCommand extends
|
|
1485
|
-
.classBuilder()
|
|
1486
|
-
.ep(commonParams)
|
|
1487
|
-
.m(function (Command, cs, config, o) {
|
|
1488
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1489
|
-
})
|
|
1490
|
-
.s("Route53RecoveryReadiness", "UpdateCell", {})
|
|
1491
|
-
.n("Route53RecoveryReadinessClient", "UpdateCellCommand")
|
|
1492
|
-
.sc(UpdateCell$)
|
|
1493
|
-
.build() {
|
|
1238
|
+
class UpdateCellCommand extends command(_ep0, _mw0, "UpdateCell", UpdateCell$) {
|
|
1494
1239
|
}
|
|
1495
1240
|
|
|
1496
|
-
class UpdateReadinessCheckCommand extends
|
|
1497
|
-
.classBuilder()
|
|
1498
|
-
.ep(commonParams)
|
|
1499
|
-
.m(function (Command, cs, config, o) {
|
|
1500
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1501
|
-
})
|
|
1502
|
-
.s("Route53RecoveryReadiness", "UpdateReadinessCheck", {})
|
|
1503
|
-
.n("Route53RecoveryReadinessClient", "UpdateReadinessCheckCommand")
|
|
1504
|
-
.sc(UpdateReadinessCheck$)
|
|
1505
|
-
.build() {
|
|
1241
|
+
class UpdateReadinessCheckCommand extends command(_ep0, _mw0, "UpdateReadinessCheck", UpdateReadinessCheck$) {
|
|
1506
1242
|
}
|
|
1507
1243
|
|
|
1508
|
-
class UpdateRecoveryGroupCommand extends
|
|
1509
|
-
.classBuilder()
|
|
1510
|
-
.ep(commonParams)
|
|
1511
|
-
.m(function (Command, cs, config, o) {
|
|
1512
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1513
|
-
})
|
|
1514
|
-
.s("Route53RecoveryReadiness", "UpdateRecoveryGroup", {})
|
|
1515
|
-
.n("Route53RecoveryReadinessClient", "UpdateRecoveryGroupCommand")
|
|
1516
|
-
.sc(UpdateRecoveryGroup$)
|
|
1517
|
-
.build() {
|
|
1244
|
+
class UpdateRecoveryGroupCommand extends command(_ep0, _mw0, "UpdateRecoveryGroup", UpdateRecoveryGroup$) {
|
|
1518
1245
|
}
|
|
1519
1246
|
|
|
1520
|
-
class UpdateResourceSetCommand extends
|
|
1521
|
-
.classBuilder()
|
|
1522
|
-
.ep(commonParams)
|
|
1523
|
-
.m(function (Command, cs, config, o) {
|
|
1524
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1525
|
-
})
|
|
1526
|
-
.s("Route53RecoveryReadiness", "UpdateResourceSet", {})
|
|
1527
|
-
.n("Route53RecoveryReadinessClient", "UpdateResourceSetCommand")
|
|
1528
|
-
.sc(UpdateResourceSet$)
|
|
1529
|
-
.build() {
|
|
1247
|
+
class UpdateResourceSetCommand extends command(_ep0, _mw0, "UpdateResourceSet", UpdateResourceSet$) {
|
|
1530
1248
|
}
|
|
1531
1249
|
|
|
1532
1250
|
const paginateGetCellReadinessSummary = createPaginator(Route53RecoveryReadinessClient, GetCellReadinessSummaryCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { makeBuilder } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "./endpoint/EndpointParameters";
|
|
4
|
+
export const command = makeBuilder(commonParams, "Route53RecoveryReadiness", "Route53RecoveryReadinessClient", getEndpointPlugin);
|
|
5
|
+
export const _ep0 = {};
|
|
6
|
+
export const _mw0 = (Command, cs, config, o) => [];
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateCell$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateCellCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53RecoveryReadiness", "CreateCell", {})
|
|
13
|
-
.n("Route53RecoveryReadinessClient", "CreateCellCommand")
|
|
14
|
-
.sc(CreateCell$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateCellCommand extends command(_ep0, _mw0, "CreateCell", CreateCell$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateCrossAccountAuthorization$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateCrossAccountAuthorizationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53RecoveryReadiness", "CreateCrossAccountAuthorization", {})
|
|
13
|
-
.n("Route53RecoveryReadinessClient", "CreateCrossAccountAuthorizationCommand")
|
|
14
|
-
.sc(CreateCrossAccountAuthorization$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateCrossAccountAuthorizationCommand extends command(_ep0, _mw0, "CreateCrossAccountAuthorization", CreateCrossAccountAuthorization$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateReadinessCheck$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateReadinessCheckCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53RecoveryReadiness", "CreateReadinessCheck", {})
|
|
13
|
-
.n("Route53RecoveryReadinessClient", "CreateReadinessCheckCommand")
|
|
14
|
-
.sc(CreateReadinessCheck$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateReadinessCheckCommand extends command(_ep0, _mw0, "CreateReadinessCheck", CreateReadinessCheck$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateRecoveryGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateRecoveryGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53RecoveryReadiness", "CreateRecoveryGroup", {})
|
|
13
|
-
.n("Route53RecoveryReadinessClient", "CreateRecoveryGroupCommand")
|
|
14
|
-
.sc(CreateRecoveryGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateRecoveryGroupCommand extends command(_ep0, _mw0, "CreateRecoveryGroup", CreateRecoveryGroup$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateResourceSet$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateResourceSetCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53RecoveryReadiness", "CreateResourceSet", {})
|
|
13
|
-
.n("Route53RecoveryReadinessClient", "CreateResourceSetCommand")
|
|
14
|
-
.sc(CreateResourceSet$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateResourceSetCommand extends command(_ep0, _mw0, "CreateResourceSet", CreateResourceSet$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteCell$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteCellCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53RecoveryReadiness", "DeleteCell", {})
|
|
13
|
-
.n("Route53RecoveryReadinessClient", "DeleteCellCommand")
|
|
14
|
-
.sc(DeleteCell$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteCellCommand extends command(_ep0, _mw0, "DeleteCell", DeleteCell$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteCrossAccountAuthorization$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteCrossAccountAuthorizationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53RecoveryReadiness", "DeleteCrossAccountAuthorization", {})
|
|
13
|
-
.n("Route53RecoveryReadinessClient", "DeleteCrossAccountAuthorizationCommand")
|
|
14
|
-
.sc(DeleteCrossAccountAuthorization$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteCrossAccountAuthorizationCommand extends command(_ep0, _mw0, "DeleteCrossAccountAuthorization", DeleteCrossAccountAuthorization$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteReadinessCheck$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteReadinessCheckCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53RecoveryReadiness", "DeleteReadinessCheck", {})
|
|
13
|
-
.n("Route53RecoveryReadinessClient", "DeleteReadinessCheckCommand")
|
|
14
|
-
.sc(DeleteReadinessCheck$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteReadinessCheckCommand extends command(_ep0, _mw0, "DeleteReadinessCheck", DeleteReadinessCheck$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteRecoveryGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteRecoveryGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("Route53RecoveryReadiness", "DeleteRecoveryGroup", {})
|
|
13
|
-
.n("Route53RecoveryReadinessClient", "DeleteRecoveryGroupCommand")
|
|
14
|
-
.sc(DeleteRecoveryGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteRecoveryGroupCommand extends command(_ep0, _mw0, "DeleteRecoveryGroup", DeleteRecoveryGroup$) {
|
|
16
4
|
}
|