@aws-sdk/client-route53-recovery-readiness 3.928.0 → 3.929.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.
Files changed (53) hide show
  1. package/dist-cjs/index.js +2390 -1469
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/Route53RecoveryReadinessClient.js +2 -0
  4. package/dist-es/commands/CreateCellCommand.js +3 -9
  5. package/dist-es/commands/CreateCrossAccountAuthorizationCommand.js +3 -9
  6. package/dist-es/commands/CreateReadinessCheckCommand.js +3 -9
  7. package/dist-es/commands/CreateRecoveryGroupCommand.js +3 -9
  8. package/dist-es/commands/CreateResourceSetCommand.js +3 -9
  9. package/dist-es/commands/DeleteCellCommand.js +3 -9
  10. package/dist-es/commands/DeleteCrossAccountAuthorizationCommand.js +3 -9
  11. package/dist-es/commands/DeleteReadinessCheckCommand.js +3 -9
  12. package/dist-es/commands/DeleteRecoveryGroupCommand.js +3 -9
  13. package/dist-es/commands/DeleteResourceSetCommand.js +3 -9
  14. package/dist-es/commands/GetArchitectureRecommendationsCommand.js +3 -9
  15. package/dist-es/commands/GetCellCommand.js +3 -9
  16. package/dist-es/commands/GetCellReadinessSummaryCommand.js +3 -9
  17. package/dist-es/commands/GetReadinessCheckCommand.js +3 -9
  18. package/dist-es/commands/GetReadinessCheckResourceStatusCommand.js +3 -9
  19. package/dist-es/commands/GetReadinessCheckStatusCommand.js +3 -9
  20. package/dist-es/commands/GetRecoveryGroupCommand.js +3 -9
  21. package/dist-es/commands/GetRecoveryGroupReadinessSummaryCommand.js +3 -9
  22. package/dist-es/commands/GetResourceSetCommand.js +3 -9
  23. package/dist-es/commands/ListCellsCommand.js +3 -9
  24. package/dist-es/commands/ListCrossAccountAuthorizationsCommand.js +3 -9
  25. package/dist-es/commands/ListReadinessChecksCommand.js +3 -9
  26. package/dist-es/commands/ListRecoveryGroupsCommand.js +3 -9
  27. package/dist-es/commands/ListResourceSetsCommand.js +3 -9
  28. package/dist-es/commands/ListRulesCommand.js +3 -9
  29. package/dist-es/commands/ListTagsForResourcesCommand.js +3 -9
  30. package/dist-es/commands/TagResourceCommand.js +3 -9
  31. package/dist-es/commands/UntagResourceCommand.js +3 -9
  32. package/dist-es/commands/UpdateCellCommand.js +3 -9
  33. package/dist-es/commands/UpdateReadinessCheckCommand.js +3 -9
  34. package/dist-es/commands/UpdateRecoveryGroupCommand.js +3 -9
  35. package/dist-es/commands/UpdateResourceSetCommand.js +3 -9
  36. package/dist-es/runtimeConfig.shared.js +2 -0
  37. package/dist-es/schemas/schemas_0.js +2315 -0
  38. package/dist-types/Route53RecoveryReadinessClient.d.ts +10 -1
  39. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  40. package/dist-types/runtimeConfig.d.ts +1 -0
  41. package/dist-types/runtimeConfig.native.d.ts +1 -0
  42. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  43. package/dist-types/schemas/schemas_0.d.ts +129 -0
  44. package/dist-types/ts3.4/Route53RecoveryReadinessClient.d.ts +4 -0
  45. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  46. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  47. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  48. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  49. package/dist-types/ts3.4/schemas/schemas_0.d.ts +134 -0
  50. package/package.json +2 -2
  51. package/dist-es/protocols/Aws_restJson1.js +0 -1234
  52. package/dist-types/protocols/Aws_restJson1.d.ts +0 -290
  53. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -389
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const core_1 = require("@aws-sdk/core");
5
+ const protocols_1 = require("@aws-sdk/core/protocols");
5
6
  const smithy_client_1 = require("@smithy/smithy-client");
6
7
  const url_parser_1 = require("@smithy/url-parser");
7
8
  const util_base64_1 = require("@smithy/util-base64");
@@ -25,6 +26,7 @@ const getRuntimeConfig = (config) => {
25
26
  },
26
27
  ],
27
28
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
29
+ protocol: config?.protocol ?? new protocols_1.AwsRestJsonProtocol({ defaultNamespace: "com.amazonaws.route53recoveryreadiness" }),
28
30
  serviceId: config?.serviceId ?? "Route53 Recovery Readiness",
29
31
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
30
32
  utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
@@ -4,6 +4,7 @@ import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detec
4
4
  import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
5
5
  import { resolveRegionConfig } from "@smithy/config-resolver";
6
6
  import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
7
+ import { getSchemaSerdePlugin } from "@smithy/core/schema";
7
8
  import { getContentLengthPlugin } from "@smithy/middleware-content-length";
8
9
  import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
9
10
  import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
@@ -28,6 +29,7 @@ export class Route53RecoveryReadinessClient extends __Client {
28
29
  const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
29
30
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
30
31
  this.config = _config_8;
32
+ this.middlewareStack.use(getSchemaSerdePlugin(this.config));
31
33
  this.middlewareStack.use(getUserAgentPlugin(this.config));
32
34
  this.middlewareStack.use(getRetryPlugin(this.config));
33
35
  this.middlewareStack.use(getContentLengthPlugin(this.config));
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateCellCommand, se_CreateCellCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateCell } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateCellCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Route53RecoveryReadiness", "CreateCell", {})
17
13
  .n("Route53RecoveryReadinessClient", "CreateCellCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateCellCommand)
20
- .de(de_CreateCellCommand)
14
+ .sc(CreateCell)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateCrossAccountAuthorizationCommand, se_CreateCrossAccountAuthorizationCommand, } from "../protocols/Aws_restJson1";
4
+ import { CreateCrossAccountAuthorization } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateCrossAccountAuthorizationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Route53RecoveryReadiness", "CreateCrossAccountAuthorization", {})
17
13
  .n("Route53RecoveryReadinessClient", "CreateCrossAccountAuthorizationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateCrossAccountAuthorizationCommand)
20
- .de(de_CreateCrossAccountAuthorizationCommand)
14
+ .sc(CreateCrossAccountAuthorization)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateReadinessCheckCommand, se_CreateReadinessCheckCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateReadinessCheck } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateReadinessCheckCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Route53RecoveryReadiness", "CreateReadinessCheck", {})
17
13
  .n("Route53RecoveryReadinessClient", "CreateReadinessCheckCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateReadinessCheckCommand)
20
- .de(de_CreateReadinessCheckCommand)
14
+ .sc(CreateReadinessCheck)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateRecoveryGroupCommand, se_CreateRecoveryGroupCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateRecoveryGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateRecoveryGroupCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Route53RecoveryReadiness", "CreateRecoveryGroup", {})
17
13
  .n("Route53RecoveryReadinessClient", "CreateRecoveryGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateRecoveryGroupCommand)
20
- .de(de_CreateRecoveryGroupCommand)
14
+ .sc(CreateRecoveryGroup)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateResourceSetCommand, se_CreateResourceSetCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateResourceSet } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateResourceSetCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Route53RecoveryReadiness", "CreateResourceSet", {})
17
13
  .n("Route53RecoveryReadinessClient", "CreateResourceSetCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateResourceSetCommand)
20
- .de(de_CreateResourceSetCommand)
14
+ .sc(CreateResourceSet)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteCellCommand, se_DeleteCellCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteCell } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteCellCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Route53RecoveryReadiness", "DeleteCell", {})
17
13
  .n("Route53RecoveryReadinessClient", "DeleteCellCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteCellCommand)
20
- .de(de_DeleteCellCommand)
14
+ .sc(DeleteCell)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteCrossAccountAuthorizationCommand, se_DeleteCrossAccountAuthorizationCommand, } from "../protocols/Aws_restJson1";
4
+ import { DeleteCrossAccountAuthorization } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteCrossAccountAuthorizationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Route53RecoveryReadiness", "DeleteCrossAccountAuthorization", {})
17
13
  .n("Route53RecoveryReadinessClient", "DeleteCrossAccountAuthorizationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteCrossAccountAuthorizationCommand)
20
- .de(de_DeleteCrossAccountAuthorizationCommand)
14
+ .sc(DeleteCrossAccountAuthorization)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteReadinessCheckCommand, se_DeleteReadinessCheckCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteReadinessCheck } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteReadinessCheckCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Route53RecoveryReadiness", "DeleteReadinessCheck", {})
17
13
  .n("Route53RecoveryReadinessClient", "DeleteReadinessCheckCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteReadinessCheckCommand)
20
- .de(de_DeleteReadinessCheckCommand)
14
+ .sc(DeleteReadinessCheck)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteRecoveryGroupCommand, se_DeleteRecoveryGroupCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteRecoveryGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteRecoveryGroupCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Route53RecoveryReadiness", "DeleteRecoveryGroup", {})
17
13
  .n("Route53RecoveryReadinessClient", "DeleteRecoveryGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteRecoveryGroupCommand)
20
- .de(de_DeleteRecoveryGroupCommand)
14
+ .sc(DeleteRecoveryGroup)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteResourceSetCommand, se_DeleteResourceSetCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteResourceSet } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteResourceSetCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Route53RecoveryReadiness", "DeleteResourceSet", {})
17
13
  .n("Route53RecoveryReadinessClient", "DeleteResourceSetCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteResourceSetCommand)
20
- .de(de_DeleteResourceSetCommand)
14
+ .sc(DeleteResourceSet)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetArchitectureRecommendationsCommand, se_GetArchitectureRecommendationsCommand, } from "../protocols/Aws_restJson1";
4
+ import { GetArchitectureRecommendations } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetArchitectureRecommendationsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Route53RecoveryReadiness", "GetArchitectureRecommendations", {})
17
13
  .n("Route53RecoveryReadinessClient", "GetArchitectureRecommendationsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetArchitectureRecommendationsCommand)
20
- .de(de_GetArchitectureRecommendationsCommand)
14
+ .sc(GetArchitectureRecommendations)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetCellCommand, se_GetCellCommand } from "../protocols/Aws_restJson1";
4
+ import { GetCell } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetCellCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Route53RecoveryReadiness", "GetCell", {})
17
13
  .n("Route53RecoveryReadinessClient", "GetCellCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetCellCommand)
20
- .de(de_GetCellCommand)
14
+ .sc(GetCell)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetCellReadinessSummaryCommand, se_GetCellReadinessSummaryCommand } from "../protocols/Aws_restJson1";
4
+ import { GetCellReadinessSummary } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetCellReadinessSummaryCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Route53RecoveryReadiness", "GetCellReadinessSummary", {})
17
13
  .n("Route53RecoveryReadinessClient", "GetCellReadinessSummaryCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetCellReadinessSummaryCommand)
20
- .de(de_GetCellReadinessSummaryCommand)
14
+ .sc(GetCellReadinessSummary)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetReadinessCheckCommand, se_GetReadinessCheckCommand } from "../protocols/Aws_restJson1";
4
+ import { GetReadinessCheck } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetReadinessCheckCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Route53RecoveryReadiness", "GetReadinessCheck", {})
17
13
  .n("Route53RecoveryReadinessClient", "GetReadinessCheckCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetReadinessCheckCommand)
20
- .de(de_GetReadinessCheckCommand)
14
+ .sc(GetReadinessCheck)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetReadinessCheckResourceStatusCommand, se_GetReadinessCheckResourceStatusCommand, } from "../protocols/Aws_restJson1";
4
+ import { GetReadinessCheckResourceStatus } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetReadinessCheckResourceStatusCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Route53RecoveryReadiness", "GetReadinessCheckResourceStatus", {})
17
13
  .n("Route53RecoveryReadinessClient", "GetReadinessCheckResourceStatusCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetReadinessCheckResourceStatusCommand)
20
- .de(de_GetReadinessCheckResourceStatusCommand)
14
+ .sc(GetReadinessCheckResourceStatus)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetReadinessCheckStatusCommand, se_GetReadinessCheckStatusCommand } from "../protocols/Aws_restJson1";
4
+ import { GetReadinessCheckStatus } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetReadinessCheckStatusCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Route53RecoveryReadiness", "GetReadinessCheckStatus", {})
17
13
  .n("Route53RecoveryReadinessClient", "GetReadinessCheckStatusCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetReadinessCheckStatusCommand)
20
- .de(de_GetReadinessCheckStatusCommand)
14
+ .sc(GetReadinessCheckStatus)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetRecoveryGroupCommand, se_GetRecoveryGroupCommand } from "../protocols/Aws_restJson1";
4
+ import { GetRecoveryGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetRecoveryGroupCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Route53RecoveryReadiness", "GetRecoveryGroup", {})
17
13
  .n("Route53RecoveryReadinessClient", "GetRecoveryGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetRecoveryGroupCommand)
20
- .de(de_GetRecoveryGroupCommand)
14
+ .sc(GetRecoveryGroup)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetRecoveryGroupReadinessSummaryCommand, se_GetRecoveryGroupReadinessSummaryCommand, } from "../protocols/Aws_restJson1";
4
+ import { GetRecoveryGroupReadinessSummary } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetRecoveryGroupReadinessSummaryCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Route53RecoveryReadiness", "GetRecoveryGroupReadinessSummary", {})
17
13
  .n("Route53RecoveryReadinessClient", "GetRecoveryGroupReadinessSummaryCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetRecoveryGroupReadinessSummaryCommand)
20
- .de(de_GetRecoveryGroupReadinessSummaryCommand)
14
+ .sc(GetRecoveryGroupReadinessSummary)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetResourceSetCommand, se_GetResourceSetCommand } from "../protocols/Aws_restJson1";
4
+ import { GetResourceSet } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetResourceSetCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Route53RecoveryReadiness", "GetResourceSet", {})
17
13
  .n("Route53RecoveryReadinessClient", "GetResourceSetCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetResourceSetCommand)
20
- .de(de_GetResourceSetCommand)
14
+ .sc(GetResourceSet)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListCellsCommand, se_ListCellsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListCells } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListCellsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Route53RecoveryReadiness", "ListCells", {})
17
13
  .n("Route53RecoveryReadinessClient", "ListCellsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListCellsCommand)
20
- .de(de_ListCellsCommand)
14
+ .sc(ListCells)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListCrossAccountAuthorizationsCommand, se_ListCrossAccountAuthorizationsCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListCrossAccountAuthorizations } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListCrossAccountAuthorizationsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Route53RecoveryReadiness", "ListCrossAccountAuthorizations", {})
17
13
  .n("Route53RecoveryReadinessClient", "ListCrossAccountAuthorizationsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListCrossAccountAuthorizationsCommand)
20
- .de(de_ListCrossAccountAuthorizationsCommand)
14
+ .sc(ListCrossAccountAuthorizations)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListReadinessChecksCommand, se_ListReadinessChecksCommand } from "../protocols/Aws_restJson1";
4
+ import { ListReadinessChecks } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListReadinessChecksCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Route53RecoveryReadiness", "ListReadinessChecks", {})
17
13
  .n("Route53RecoveryReadinessClient", "ListReadinessChecksCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListReadinessChecksCommand)
20
- .de(de_ListReadinessChecksCommand)
14
+ .sc(ListReadinessChecks)
21
15
  .build() {
22
16
  }