@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.
- package/dist-cjs/index.js +2713 -2951
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/ResiliencehubClient.js +2 -0
- package/dist-es/commands/AcceptResourceGroupingRecommendationsCommand.js +3 -9
- package/dist-es/commands/AddDraftAppVersionResourceMappingsCommand.js +3 -9
- package/dist-es/commands/BatchUpdateRecommendationStatusCommand.js +3 -9
- package/dist-es/commands/CreateAppCommand.js +3 -10
- package/dist-es/commands/CreateAppVersionAppComponentCommand.js +3 -9
- package/dist-es/commands/CreateAppVersionResourceCommand.js +3 -9
- package/dist-es/commands/CreateRecommendationTemplateCommand.js +3 -10
- package/dist-es/commands/CreateResiliencyPolicyCommand.js +3 -10
- package/dist-es/commands/DeleteAppAssessmentCommand.js +3 -9
- package/dist-es/commands/DeleteAppCommand.js +3 -9
- package/dist-es/commands/DeleteAppInputSourceCommand.js +3 -9
- package/dist-es/commands/DeleteAppVersionAppComponentCommand.js +3 -9
- package/dist-es/commands/DeleteAppVersionResourceCommand.js +3 -9
- package/dist-es/commands/DeleteRecommendationTemplateCommand.js +3 -9
- package/dist-es/commands/DeleteResiliencyPolicyCommand.js +3 -9
- package/dist-es/commands/DescribeAppAssessmentCommand.js +3 -10
- package/dist-es/commands/DescribeAppCommand.js +3 -10
- package/dist-es/commands/DescribeAppVersionAppComponentCommand.js +3 -9
- package/dist-es/commands/DescribeAppVersionCommand.js +3 -9
- package/dist-es/commands/DescribeAppVersionResourceCommand.js +3 -9
- package/dist-es/commands/DescribeAppVersionResourcesResolutionStatusCommand.js +3 -9
- package/dist-es/commands/DescribeAppVersionTemplateCommand.js +3 -9
- package/dist-es/commands/DescribeDraftAppVersionResourcesImportStatusCommand.js +3 -9
- package/dist-es/commands/DescribeMetricsExportCommand.js +3 -9
- package/dist-es/commands/DescribeResiliencyPolicyCommand.js +3 -10
- package/dist-es/commands/DescribeResourceGroupingRecommendationTaskCommand.js +3 -9
- package/dist-es/commands/ImportResourcesToDraftAppVersionCommand.js +3 -9
- package/dist-es/commands/ListAlarmRecommendationsCommand.js +3 -9
- package/dist-es/commands/ListAppAssessmentComplianceDriftsCommand.js +3 -9
- package/dist-es/commands/ListAppAssessmentResourceDriftsCommand.js +3 -9
- package/dist-es/commands/ListAppAssessmentsCommand.js +3 -9
- package/dist-es/commands/ListAppComponentCompliancesCommand.js +3 -9
- package/dist-es/commands/ListAppComponentRecommendationsCommand.js +3 -9
- package/dist-es/commands/ListAppInputSourcesCommand.js +3 -9
- package/dist-es/commands/ListAppVersionAppComponentsCommand.js +3 -9
- package/dist-es/commands/ListAppVersionResourceMappingsCommand.js +3 -9
- package/dist-es/commands/ListAppVersionResourcesCommand.js +3 -9
- package/dist-es/commands/ListAppVersionsCommand.js +3 -9
- package/dist-es/commands/ListAppsCommand.js +3 -9
- package/dist-es/commands/ListMetricsCommand.js +3 -9
- package/dist-es/commands/ListRecommendationTemplatesCommand.js +3 -10
- package/dist-es/commands/ListResiliencyPoliciesCommand.js +3 -10
- package/dist-es/commands/ListResourceGroupingRecommendationsCommand.js +3 -9
- package/dist-es/commands/ListSopRecommendationsCommand.js +3 -9
- package/dist-es/commands/ListSuggestedResiliencyPoliciesCommand.js +3 -10
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -10
- package/dist-es/commands/ListTestRecommendationsCommand.js +3 -9
- package/dist-es/commands/ListUnsupportedAppVersionResourcesCommand.js +3 -9
- package/dist-es/commands/PublishAppVersionCommand.js +3 -9
- package/dist-es/commands/PutDraftAppVersionTemplateCommand.js +3 -9
- package/dist-es/commands/RejectResourceGroupingRecommendationsCommand.js +3 -9
- package/dist-es/commands/RemoveDraftAppVersionResourceMappingsCommand.js +3 -9
- package/dist-es/commands/ResolveAppVersionResourcesCommand.js +3 -9
- package/dist-es/commands/StartAppAssessmentCommand.js +3 -10
- package/dist-es/commands/StartMetricsExportCommand.js +3 -9
- package/dist-es/commands/StartResourceGroupingRecommendationTaskCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -10
- package/dist-es/commands/UntagResourceCommand.js +3 -10
- package/dist-es/commands/UpdateAppCommand.js +3 -10
- package/dist-es/commands/UpdateAppVersionAppComponentCommand.js +3 -9
- package/dist-es/commands/UpdateAppVersionCommand.js +3 -9
- package/dist-es/commands/UpdateAppVersionResourceCommand.js +3 -9
- package/dist-es/commands/UpdateResiliencyPolicyCommand.js +3 -10
- package/dist-es/models/models_0.js +0 -102
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +2596 -0
- package/dist-types/ResiliencehubClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -92
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +314 -0
- package/dist-types/ts3.4/ResiliencehubClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -67
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +320 -0
- package/package.json +2 -3
- package/dist-es/protocols/Aws_restJson1.js +0 -2380
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -569
- 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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
20
|
-
.ser(se_ListSuggestedResiliencyPoliciesCommand)
|
|
21
|
-
.de(de_ListSuggestedResiliencyPoliciesCommand)
|
|
14
|
+
.sc(ListSuggestedResiliencyPolicies)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|