@aws-sdk/client-resiliencehub 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 (87) hide show
  1. package/dist-cjs/index.js +2713 -2951
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/ResiliencehubClient.js +2 -0
  4. package/dist-es/commands/AcceptResourceGroupingRecommendationsCommand.js +3 -9
  5. package/dist-es/commands/AddDraftAppVersionResourceMappingsCommand.js +3 -9
  6. package/dist-es/commands/BatchUpdateRecommendationStatusCommand.js +3 -9
  7. package/dist-es/commands/CreateAppCommand.js +3 -10
  8. package/dist-es/commands/CreateAppVersionAppComponentCommand.js +3 -9
  9. package/dist-es/commands/CreateAppVersionResourceCommand.js +3 -9
  10. package/dist-es/commands/CreateRecommendationTemplateCommand.js +3 -10
  11. package/dist-es/commands/CreateResiliencyPolicyCommand.js +3 -10
  12. package/dist-es/commands/DeleteAppAssessmentCommand.js +3 -9
  13. package/dist-es/commands/DeleteAppCommand.js +3 -9
  14. package/dist-es/commands/DeleteAppInputSourceCommand.js +3 -9
  15. package/dist-es/commands/DeleteAppVersionAppComponentCommand.js +3 -9
  16. package/dist-es/commands/DeleteAppVersionResourceCommand.js +3 -9
  17. package/dist-es/commands/DeleteRecommendationTemplateCommand.js +3 -9
  18. package/dist-es/commands/DeleteResiliencyPolicyCommand.js +3 -9
  19. package/dist-es/commands/DescribeAppAssessmentCommand.js +3 -10
  20. package/dist-es/commands/DescribeAppCommand.js +3 -10
  21. package/dist-es/commands/DescribeAppVersionAppComponentCommand.js +3 -9
  22. package/dist-es/commands/DescribeAppVersionCommand.js +3 -9
  23. package/dist-es/commands/DescribeAppVersionResourceCommand.js +3 -9
  24. package/dist-es/commands/DescribeAppVersionResourcesResolutionStatusCommand.js +3 -9
  25. package/dist-es/commands/DescribeAppVersionTemplateCommand.js +3 -9
  26. package/dist-es/commands/DescribeDraftAppVersionResourcesImportStatusCommand.js +3 -9
  27. package/dist-es/commands/DescribeMetricsExportCommand.js +3 -9
  28. package/dist-es/commands/DescribeResiliencyPolicyCommand.js +3 -10
  29. package/dist-es/commands/DescribeResourceGroupingRecommendationTaskCommand.js +3 -9
  30. package/dist-es/commands/ImportResourcesToDraftAppVersionCommand.js +3 -9
  31. package/dist-es/commands/ListAlarmRecommendationsCommand.js +3 -9
  32. package/dist-es/commands/ListAppAssessmentComplianceDriftsCommand.js +3 -9
  33. package/dist-es/commands/ListAppAssessmentResourceDriftsCommand.js +3 -9
  34. package/dist-es/commands/ListAppAssessmentsCommand.js +3 -9
  35. package/dist-es/commands/ListAppComponentCompliancesCommand.js +3 -9
  36. package/dist-es/commands/ListAppComponentRecommendationsCommand.js +3 -9
  37. package/dist-es/commands/ListAppInputSourcesCommand.js +3 -9
  38. package/dist-es/commands/ListAppVersionAppComponentsCommand.js +3 -9
  39. package/dist-es/commands/ListAppVersionResourceMappingsCommand.js +3 -9
  40. package/dist-es/commands/ListAppVersionResourcesCommand.js +3 -9
  41. package/dist-es/commands/ListAppVersionsCommand.js +3 -9
  42. package/dist-es/commands/ListAppsCommand.js +3 -9
  43. package/dist-es/commands/ListMetricsCommand.js +3 -9
  44. package/dist-es/commands/ListRecommendationTemplatesCommand.js +3 -10
  45. package/dist-es/commands/ListResiliencyPoliciesCommand.js +3 -10
  46. package/dist-es/commands/ListResourceGroupingRecommendationsCommand.js +3 -9
  47. package/dist-es/commands/ListSopRecommendationsCommand.js +3 -9
  48. package/dist-es/commands/ListSuggestedResiliencyPoliciesCommand.js +3 -10
  49. package/dist-es/commands/ListTagsForResourceCommand.js +3 -10
  50. package/dist-es/commands/ListTestRecommendationsCommand.js +3 -9
  51. package/dist-es/commands/ListUnsupportedAppVersionResourcesCommand.js +3 -9
  52. package/dist-es/commands/PublishAppVersionCommand.js +3 -9
  53. package/dist-es/commands/PutDraftAppVersionTemplateCommand.js +3 -9
  54. package/dist-es/commands/RejectResourceGroupingRecommendationsCommand.js +3 -9
  55. package/dist-es/commands/RemoveDraftAppVersionResourceMappingsCommand.js +3 -9
  56. package/dist-es/commands/ResolveAppVersionResourcesCommand.js +3 -9
  57. package/dist-es/commands/StartAppAssessmentCommand.js +3 -10
  58. package/dist-es/commands/StartMetricsExportCommand.js +3 -9
  59. package/dist-es/commands/StartResourceGroupingRecommendationTaskCommand.js +3 -9
  60. package/dist-es/commands/TagResourceCommand.js +3 -10
  61. package/dist-es/commands/UntagResourceCommand.js +3 -10
  62. package/dist-es/commands/UpdateAppCommand.js +3 -10
  63. package/dist-es/commands/UpdateAppVersionAppComponentCommand.js +3 -9
  64. package/dist-es/commands/UpdateAppVersionCommand.js +3 -9
  65. package/dist-es/commands/UpdateAppVersionResourceCommand.js +3 -9
  66. package/dist-es/commands/UpdateResiliencyPolicyCommand.js +3 -10
  67. package/dist-es/models/models_0.js +0 -102
  68. package/dist-es/runtimeConfig.shared.js +2 -0
  69. package/dist-es/schemas/schemas_0.js +2596 -0
  70. package/dist-types/ResiliencehubClient.d.ts +10 -1
  71. package/dist-types/models/models_0.d.ts +0 -92
  72. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  73. package/dist-types/runtimeConfig.d.ts +1 -0
  74. package/dist-types/runtimeConfig.native.d.ts +1 -0
  75. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  76. package/dist-types/schemas/schemas_0.d.ts +314 -0
  77. package/dist-types/ts3.4/ResiliencehubClient.d.ts +4 -0
  78. package/dist-types/ts3.4/models/models_0.d.ts +0 -67
  79. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  80. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  81. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  82. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  83. package/dist-types/ts3.4/schemas/schemas_0.d.ts +320 -0
  84. package/package.json +2 -3
  85. package/dist-es/protocols/Aws_restJson1.js +0 -2380
  86. package/dist-types/protocols/Aws_restJson1.d.ts +0 -569
  87. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -761
@@ -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_DescribeDraftAppVersionResourcesImportStatusCommand, se_DescribeDraftAppVersionResourcesImportStatusCommand, } from "../protocols/Aws_restJson1";
4
+ import { DescribeDraftAppVersionResourcesImportStatus } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeDraftAppVersionResourcesImportStatusCommand 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("AwsResilienceHub", "DescribeDraftAppVersionResourcesImportStatus", {})
17
13
  .n("ResiliencehubClient", "DescribeDraftAppVersionResourcesImportStatusCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeDraftAppVersionResourcesImportStatusCommand)
20
- .de(de_DescribeDraftAppVersionResourcesImportStatusCommand)
14
+ .sc(DescribeDraftAppVersionResourcesImportStatus)
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_DescribeMetricsExportCommand, se_DescribeMetricsExportCommand } from "../protocols/Aws_restJson1";
4
+ import { DescribeMetricsExport } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeMetricsExportCommand 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("AwsResilienceHub", "DescribeMetricsExport", {})
17
13
  .n("ResiliencehubClient", "DescribeMetricsExportCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeMetricsExportCommand)
20
- .de(de_DescribeMetricsExportCommand)
14
+ .sc(DescribeMetricsExport)
21
15
  .build() {
22
16
  }
@@ -1,23 +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 { DescribeResiliencyPolicyResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_DescribeResiliencyPolicyCommand, se_DescribeResiliencyPolicyCommand } from "../protocols/Aws_restJson1";
4
+ import { DescribeResiliencyPolicy } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class DescribeResiliencyPolicyCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AwsResilienceHub", "DescribeResiliencyPolicy", {})
18
13
  .n("ResiliencehubClient", "DescribeResiliencyPolicyCommand")
19
- .f(void 0, DescribeResiliencyPolicyResponseFilterSensitiveLog)
20
- .ser(se_DescribeResiliencyPolicyCommand)
21
- .de(de_DescribeResiliencyPolicyCommand)
14
+ .sc(DescribeResiliencyPolicy)
22
15
  .build() {
23
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_DescribeResourceGroupingRecommendationTaskCommand, se_DescribeResourceGroupingRecommendationTaskCommand, } from "../protocols/Aws_restJson1";
4
+ import { DescribeResourceGroupingRecommendationTask } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeResourceGroupingRecommendationTaskCommand 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("AwsResilienceHub", "DescribeResourceGroupingRecommendationTask", {})
17
13
  .n("ResiliencehubClient", "DescribeResourceGroupingRecommendationTaskCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeResourceGroupingRecommendationTaskCommand)
20
- .de(de_DescribeResourceGroupingRecommendationTaskCommand)
14
+ .sc(DescribeResourceGroupingRecommendationTask)
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_ImportResourcesToDraftAppVersionCommand, se_ImportResourcesToDraftAppVersionCommand, } from "../protocols/Aws_restJson1";
4
+ import { ImportResourcesToDraftAppVersion } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ImportResourcesToDraftAppVersionCommand 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("AwsResilienceHub", "ImportResourcesToDraftAppVersion", {})
17
13
  .n("ResiliencehubClient", "ImportResourcesToDraftAppVersionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ImportResourcesToDraftAppVersionCommand)
20
- .de(de_ImportResourcesToDraftAppVersionCommand)
14
+ .sc(ImportResourcesToDraftAppVersion)
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_ListAlarmRecommendationsCommand, se_ListAlarmRecommendationsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListAlarmRecommendations } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListAlarmRecommendationsCommand 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("AwsResilienceHub", "ListAlarmRecommendations", {})
17
13
  .n("ResiliencehubClient", "ListAlarmRecommendationsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListAlarmRecommendationsCommand)
20
- .de(de_ListAlarmRecommendationsCommand)
14
+ .sc(ListAlarmRecommendations)
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_ListAppAssessmentComplianceDriftsCommand, se_ListAppAssessmentComplianceDriftsCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListAppAssessmentComplianceDrifts } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListAppAssessmentComplianceDriftsCommand 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("AwsResilienceHub", "ListAppAssessmentComplianceDrifts", {})
17
13
  .n("ResiliencehubClient", "ListAppAssessmentComplianceDriftsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListAppAssessmentComplianceDriftsCommand)
20
- .de(de_ListAppAssessmentComplianceDriftsCommand)
14
+ .sc(ListAppAssessmentComplianceDrifts)
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_ListAppAssessmentResourceDriftsCommand, se_ListAppAssessmentResourceDriftsCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListAppAssessmentResourceDrifts } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListAppAssessmentResourceDriftsCommand 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("AwsResilienceHub", "ListAppAssessmentResourceDrifts", {})
17
13
  .n("ResiliencehubClient", "ListAppAssessmentResourceDriftsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListAppAssessmentResourceDriftsCommand)
20
- .de(de_ListAppAssessmentResourceDriftsCommand)
14
+ .sc(ListAppAssessmentResourceDrifts)
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_ListAppAssessmentsCommand, se_ListAppAssessmentsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListAppAssessments } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListAppAssessmentsCommand 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("AwsResilienceHub", "ListAppAssessments", {})
17
13
  .n("ResiliencehubClient", "ListAppAssessmentsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListAppAssessmentsCommand)
20
- .de(de_ListAppAssessmentsCommand)
14
+ .sc(ListAppAssessments)
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_ListAppComponentCompliancesCommand, se_ListAppComponentCompliancesCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListAppComponentCompliances } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListAppComponentCompliancesCommand 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("AwsResilienceHub", "ListAppComponentCompliances", {})
17
13
  .n("ResiliencehubClient", "ListAppComponentCompliancesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListAppComponentCompliancesCommand)
20
- .de(de_ListAppComponentCompliancesCommand)
14
+ .sc(ListAppComponentCompliances)
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_ListAppComponentRecommendationsCommand, se_ListAppComponentRecommendationsCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListAppComponentRecommendations } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListAppComponentRecommendationsCommand 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("AwsResilienceHub", "ListAppComponentRecommendations", {})
17
13
  .n("ResiliencehubClient", "ListAppComponentRecommendationsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListAppComponentRecommendationsCommand)
20
- .de(de_ListAppComponentRecommendationsCommand)
14
+ .sc(ListAppComponentRecommendations)
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_ListAppInputSourcesCommand, se_ListAppInputSourcesCommand } from "../protocols/Aws_restJson1";
4
+ import { ListAppInputSources } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListAppInputSourcesCommand 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("AwsResilienceHub", "ListAppInputSources", {})
17
13
  .n("ResiliencehubClient", "ListAppInputSourcesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListAppInputSourcesCommand)
20
- .de(de_ListAppInputSourcesCommand)
14
+ .sc(ListAppInputSources)
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_ListAppVersionAppComponentsCommand, se_ListAppVersionAppComponentsCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListAppVersionAppComponents } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListAppVersionAppComponentsCommand 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("AwsResilienceHub", "ListAppVersionAppComponents", {})
17
13
  .n("ResiliencehubClient", "ListAppVersionAppComponentsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListAppVersionAppComponentsCommand)
20
- .de(de_ListAppVersionAppComponentsCommand)
14
+ .sc(ListAppVersionAppComponents)
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_ListAppVersionResourceMappingsCommand, se_ListAppVersionResourceMappingsCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListAppVersionResourceMappings } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListAppVersionResourceMappingsCommand 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("AwsResilienceHub", "ListAppVersionResourceMappings", {})
17
13
  .n("ResiliencehubClient", "ListAppVersionResourceMappingsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListAppVersionResourceMappingsCommand)
20
- .de(de_ListAppVersionResourceMappingsCommand)
14
+ .sc(ListAppVersionResourceMappings)
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_ListAppVersionResourcesCommand, se_ListAppVersionResourcesCommand } from "../protocols/Aws_restJson1";
4
+ import { ListAppVersionResources } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListAppVersionResourcesCommand 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("AwsResilienceHub", "ListAppVersionResources", {})
17
13
  .n("ResiliencehubClient", "ListAppVersionResourcesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListAppVersionResourcesCommand)
20
- .de(de_ListAppVersionResourcesCommand)
14
+ .sc(ListAppVersionResources)
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_ListAppVersionsCommand, se_ListAppVersionsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListAppVersions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListAppVersionsCommand 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("AwsResilienceHub", "ListAppVersions", {})
17
13
  .n("ResiliencehubClient", "ListAppVersionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListAppVersionsCommand)
20
- .de(de_ListAppVersionsCommand)
14
+ .sc(ListAppVersions)
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_ListAppsCommand, se_ListAppsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListApps } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListAppsCommand 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("AwsResilienceHub", "ListApps", {})
17
13
  .n("ResiliencehubClient", "ListAppsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListAppsCommand)
20
- .de(de_ListAppsCommand)
14
+ .sc(ListApps)
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_ListMetricsCommand, se_ListMetricsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListMetrics } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListMetricsCommand 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("AwsResilienceHub", "ListMetrics", {})
17
13
  .n("ResiliencehubClient", "ListMetricsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListMetricsCommand)
20
- .de(de_ListMetricsCommand)
14
+ .sc(ListMetrics)
21
15
  .build() {
22
16
  }
@@ -1,23 +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 { ListRecommendationTemplatesResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListRecommendationTemplatesCommand, se_ListRecommendationTemplatesCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListRecommendationTemplates } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListRecommendationTemplatesCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AwsResilienceHub", "ListRecommendationTemplates", {})
18
13
  .n("ResiliencehubClient", "ListRecommendationTemplatesCommand")
19
- .f(void 0, ListRecommendationTemplatesResponseFilterSensitiveLog)
20
- .ser(se_ListRecommendationTemplatesCommand)
21
- .de(de_ListRecommendationTemplatesCommand)
14
+ .sc(ListRecommendationTemplates)
22
15
  .build() {
23
16
  }
@@ -1,23 +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 { ListResiliencyPoliciesResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListResiliencyPoliciesCommand, se_ListResiliencyPoliciesCommand } from "../protocols/Aws_restJson1";
4
+ import { ListResiliencyPolicies } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListResiliencyPoliciesCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AwsResilienceHub", "ListResiliencyPolicies", {})
18
13
  .n("ResiliencehubClient", "ListResiliencyPoliciesCommand")
19
- .f(void 0, ListResiliencyPoliciesResponseFilterSensitiveLog)
20
- .ser(se_ListResiliencyPoliciesCommand)
21
- .de(de_ListResiliencyPoliciesCommand)
14
+ .sc(ListResiliencyPolicies)
22
15
  .build() {
23
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_ListResourceGroupingRecommendationsCommand, se_ListResourceGroupingRecommendationsCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListResourceGroupingRecommendations } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListResourceGroupingRecommendationsCommand 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("AwsResilienceHub", "ListResourceGroupingRecommendations", {})
17
13
  .n("ResiliencehubClient", "ListResourceGroupingRecommendationsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListResourceGroupingRecommendationsCommand)
20
- .de(de_ListResourceGroupingRecommendationsCommand)
14
+ .sc(ListResourceGroupingRecommendations)
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_ListSopRecommendationsCommand, se_ListSopRecommendationsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListSopRecommendations } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListSopRecommendationsCommand 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("AwsResilienceHub", "ListSopRecommendations", {})
17
13
  .n("ResiliencehubClient", "ListSopRecommendationsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListSopRecommendationsCommand)
20
- .de(de_ListSopRecommendationsCommand)
14
+ .sc(ListSopRecommendations)
21
15
  .build() {
22
16
  }
@@ -1,23 +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 { ListSuggestedResiliencyPoliciesResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListSuggestedResiliencyPoliciesCommand, se_ListSuggestedResiliencyPoliciesCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListSuggestedResiliencyPolicies } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListSuggestedResiliencyPoliciesCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AwsResilienceHub", "ListSuggestedResiliencyPolicies", {})
18
13
  .n("ResiliencehubClient", "ListSuggestedResiliencyPoliciesCommand")
19
- .f(void 0, ListSuggestedResiliencyPoliciesResponseFilterSensitiveLog)
20
- .ser(se_ListSuggestedResiliencyPoliciesCommand)
21
- .de(de_ListSuggestedResiliencyPoliciesCommand)
14
+ .sc(ListSuggestedResiliencyPolicies)
22
15
  .build() {
23
16
  }