@aws-sdk/client-resiliencehub 3.928.0 → 3.930.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 +33 -34
- 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
|
@@ -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.resiliencehub" }),
|
|
28
30
|
serviceId: config?.serviceId ?? "resiliencehub",
|
|
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 ResiliencehubClient 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 {
|
|
4
|
+
import { AcceptResourceGroupingRecommendations } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class AcceptResourceGroupingRecommendationsCommand 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", "AcceptResourceGroupingRecommendations", {})
|
|
17
13
|
.n("ResiliencehubClient", "AcceptResourceGroupingRecommendationsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_AcceptResourceGroupingRecommendationsCommand)
|
|
20
|
-
.de(de_AcceptResourceGroupingRecommendationsCommand)
|
|
14
|
+
.sc(AcceptResourceGroupingRecommendations)
|
|
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 { AddDraftAppVersionResourceMappings } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class AddDraftAppVersionResourceMappingsCommand 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", "AddDraftAppVersionResourceMappings", {})
|
|
17
13
|
.n("ResiliencehubClient", "AddDraftAppVersionResourceMappingsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_AddDraftAppVersionResourceMappingsCommand)
|
|
20
|
-
.de(de_AddDraftAppVersionResourceMappingsCommand)
|
|
14
|
+
.sc(AddDraftAppVersionResourceMappings)
|
|
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 { BatchUpdateRecommendationStatus } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class BatchUpdateRecommendationStatusCommand 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", "BatchUpdateRecommendationStatus", {})
|
|
17
13
|
.n("ResiliencehubClient", "BatchUpdateRecommendationStatusCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_BatchUpdateRecommendationStatusCommand)
|
|
20
|
-
.de(de_BatchUpdateRecommendationStatusCommand)
|
|
14
|
+
.sc(BatchUpdateRecommendationStatus)
|
|
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_CreateAppCommand, se_CreateAppCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { CreateApp } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class CreateAppCommand 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", "CreateApp", {})
|
|
18
13
|
.n("ResiliencehubClient", "CreateAppCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_CreateAppCommand)
|
|
21
|
-
.de(de_CreateAppCommand)
|
|
14
|
+
.sc(CreateApp)
|
|
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 { CreateAppVersionAppComponent } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateAppVersionAppComponentCommand 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", "CreateAppVersionAppComponent", {})
|
|
17
13
|
.n("ResiliencehubClient", "CreateAppVersionAppComponentCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateAppVersionAppComponentCommand)
|
|
20
|
-
.de(de_CreateAppVersionAppComponentCommand)
|
|
14
|
+
.sc(CreateAppVersionAppComponent)
|
|
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 { CreateAppVersionResource } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateAppVersionResourceCommand 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", "CreateAppVersionResource", {})
|
|
17
13
|
.n("ResiliencehubClient", "CreateAppVersionResourceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateAppVersionResourceCommand)
|
|
20
|
-
.de(de_CreateAppVersionResourceCommand)
|
|
14
|
+
.sc(CreateAppVersionResource)
|
|
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_CreateRecommendationTemplateCommand, se_CreateRecommendationTemplateCommand, } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { CreateRecommendationTemplate } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class CreateRecommendationTemplateCommand 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", "CreateRecommendationTemplate", {})
|
|
18
13
|
.n("ResiliencehubClient", "CreateRecommendationTemplateCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_CreateRecommendationTemplateCommand)
|
|
21
|
-
.de(de_CreateRecommendationTemplateCommand)
|
|
14
|
+
.sc(CreateRecommendationTemplate)
|
|
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_CreateResiliencyPolicyCommand, se_CreateResiliencyPolicyCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { CreateResiliencyPolicy } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class CreateResiliencyPolicyCommand 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", "CreateResiliencyPolicy", {})
|
|
18
13
|
.n("ResiliencehubClient", "CreateResiliencyPolicyCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_CreateResiliencyPolicyCommand)
|
|
21
|
-
.de(de_CreateResiliencyPolicyCommand)
|
|
14
|
+
.sc(CreateResiliencyPolicy)
|
|
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 { DeleteAppAssessment } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteAppAssessmentCommand 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", "DeleteAppAssessment", {})
|
|
17
13
|
.n("ResiliencehubClient", "DeleteAppAssessmentCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteAppAssessmentCommand)
|
|
20
|
-
.de(de_DeleteAppAssessmentCommand)
|
|
14
|
+
.sc(DeleteAppAssessment)
|
|
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 { DeleteApp } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteAppCommand 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", "DeleteApp", {})
|
|
17
13
|
.n("ResiliencehubClient", "DeleteAppCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteAppCommand)
|
|
20
|
-
.de(de_DeleteAppCommand)
|
|
14
|
+
.sc(DeleteApp)
|
|
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 { DeleteAppInputSource } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteAppInputSourceCommand 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", "DeleteAppInputSource", {})
|
|
17
13
|
.n("ResiliencehubClient", "DeleteAppInputSourceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteAppInputSourceCommand)
|
|
20
|
-
.de(de_DeleteAppInputSourceCommand)
|
|
14
|
+
.sc(DeleteAppInputSource)
|
|
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 { DeleteAppVersionAppComponent } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteAppVersionAppComponentCommand 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", "DeleteAppVersionAppComponent", {})
|
|
17
13
|
.n("ResiliencehubClient", "DeleteAppVersionAppComponentCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteAppVersionAppComponentCommand)
|
|
20
|
-
.de(de_DeleteAppVersionAppComponentCommand)
|
|
14
|
+
.sc(DeleteAppVersionAppComponent)
|
|
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 { DeleteAppVersionResource } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteAppVersionResourceCommand 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", "DeleteAppVersionResource", {})
|
|
17
13
|
.n("ResiliencehubClient", "DeleteAppVersionResourceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteAppVersionResourceCommand)
|
|
20
|
-
.de(de_DeleteAppVersionResourceCommand)
|
|
14
|
+
.sc(DeleteAppVersionResource)
|
|
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 { DeleteRecommendationTemplate } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteRecommendationTemplateCommand 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", "DeleteRecommendationTemplate", {})
|
|
17
13
|
.n("ResiliencehubClient", "DeleteRecommendationTemplateCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteRecommendationTemplateCommand)
|
|
20
|
-
.de(de_DeleteRecommendationTemplateCommand)
|
|
14
|
+
.sc(DeleteRecommendationTemplate)
|
|
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 { DeleteResiliencyPolicy } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteResiliencyPolicyCommand 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", "DeleteResiliencyPolicy", {})
|
|
17
13
|
.n("ResiliencehubClient", "DeleteResiliencyPolicyCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteResiliencyPolicyCommand)
|
|
20
|
-
.de(de_DeleteResiliencyPolicyCommand)
|
|
14
|
+
.sc(DeleteResiliencyPolicy)
|
|
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_DescribeAppAssessmentCommand, se_DescribeAppAssessmentCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { DescribeAppAssessment } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class DescribeAppAssessmentCommand 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", "DescribeAppAssessment", {})
|
|
18
13
|
.n("ResiliencehubClient", "DescribeAppAssessmentCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_DescribeAppAssessmentCommand)
|
|
21
|
-
.de(de_DescribeAppAssessmentCommand)
|
|
14
|
+
.sc(DescribeAppAssessment)
|
|
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_DescribeAppCommand, se_DescribeAppCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { DescribeApp } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class DescribeAppCommand 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", "DescribeApp", {})
|
|
18
13
|
.n("ResiliencehubClient", "DescribeAppCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_DescribeAppCommand)
|
|
21
|
-
.de(de_DescribeAppCommand)
|
|
14
|
+
.sc(DescribeApp)
|
|
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 { DescribeAppVersionAppComponent } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeAppVersionAppComponentCommand 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", "DescribeAppVersionAppComponent", {})
|
|
17
13
|
.n("ResiliencehubClient", "DescribeAppVersionAppComponentCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeAppVersionAppComponentCommand)
|
|
20
|
-
.de(de_DescribeAppVersionAppComponentCommand)
|
|
14
|
+
.sc(DescribeAppVersionAppComponent)
|
|
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 { DescribeAppVersion } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeAppVersionCommand 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", "DescribeAppVersion", {})
|
|
17
13
|
.n("ResiliencehubClient", "DescribeAppVersionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeAppVersionCommand)
|
|
20
|
-
.de(de_DescribeAppVersionCommand)
|
|
14
|
+
.sc(DescribeAppVersion)
|
|
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 { DescribeAppVersionResource } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeAppVersionResourceCommand 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", "DescribeAppVersionResource", {})
|
|
17
13
|
.n("ResiliencehubClient", "DescribeAppVersionResourceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeAppVersionResourceCommand)
|
|
20
|
-
.de(de_DescribeAppVersionResourceCommand)
|
|
14
|
+
.sc(DescribeAppVersionResource)
|
|
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 { DescribeAppVersionResourcesResolutionStatus } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeAppVersionResourcesResolutionStatusCommand 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", "DescribeAppVersionResourcesResolutionStatus", {})
|
|
17
13
|
.n("ResiliencehubClient", "DescribeAppVersionResourcesResolutionStatusCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeAppVersionResourcesResolutionStatusCommand)
|
|
20
|
-
.de(de_DescribeAppVersionResourcesResolutionStatusCommand)
|
|
14
|
+
.sc(DescribeAppVersionResourcesResolutionStatus)
|
|
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 { DescribeAppVersionTemplate } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeAppVersionTemplateCommand 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", "DescribeAppVersionTemplate", {})
|
|
17
13
|
.n("ResiliencehubClient", "DescribeAppVersionTemplateCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeAppVersionTemplateCommand)
|
|
20
|
-
.de(de_DescribeAppVersionTemplateCommand)
|
|
14
|
+
.sc(DescribeAppVersionTemplate)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|