@aws-sdk/client-resiliencehub 3.168.0 → 3.170.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Resiliencehub.d.ts +736 -200
- package/dist-types/ts3.4/ResiliencehubClient.d.ts +364 -112
- package/dist-types/ts3.4/commands/AddDraftAppVersionResourceMappingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateRecommendationTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateResiliencyPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteAppAssessmentCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteRecommendationTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteResiliencyPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAppAssessmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAppCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeAppVersionResourcesResolutionStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAppVersionTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDraftAppVersionResourcesImportStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeResiliencyPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ImportResourcesToDraftAppVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAlarmRecommendationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAppAssessmentsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListAppComponentCompliancesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAppComponentRecommendationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAppVersionResourceMappingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAppVersionResourcesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAppVersionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListAppsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListRecommendationTemplatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListResiliencyPoliciesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSopRecommendationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSuggestedResiliencyPoliciesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTestRecommendationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListUnsupportedAppVersionResourcesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PublishAppVersionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutDraftAppVersionTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RemoveDraftAppVersionResourceMappingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ResolveAppVersionResourcesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartAppAssessmentCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateAppCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateResiliencyPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +39 -39
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/ResiliencehubServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1533 -1424
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAlarmRecommendationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAppAssessmentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAppComponentCompliancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAppComponentRecommendationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAppVersionResourceMappingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAppVersionResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAppVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAppsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRecommendationTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListResiliencyPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSopRecommendationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSuggestedResiliencyPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTestRecommendationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListUnsupportedAppVersionResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +15 -15
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +473 -119
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ListSopRecommendationsRequest,
|
|
10
|
+
ListSopRecommendationsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ResiliencehubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../ResiliencehubClient";
|
|
17
|
+
export interface ListSopRecommendationsCommandInput
|
|
18
|
+
extends ListSopRecommendationsRequest {}
|
|
19
|
+
export interface ListSopRecommendationsCommandOutput
|
|
20
|
+
extends ListSopRecommendationsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListSopRecommendationsCommand extends $Command<
|
|
24
|
+
ListSopRecommendationsCommandInput,
|
|
25
|
+
ListSopRecommendationsCommandOutput,
|
|
26
|
+
ResiliencehubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListSopRecommendationsCommandInput;
|
|
29
|
+
constructor(input: ListSopRecommendationsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ResiliencehubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListSopRecommendationsCommandInput,
|
|
37
|
+
ListSopRecommendationsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ListSuggestedResiliencyPoliciesRequest,
|
|
10
|
+
ListSuggestedResiliencyPoliciesResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ResiliencehubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../ResiliencehubClient";
|
|
17
|
+
export interface ListSuggestedResiliencyPoliciesCommandInput
|
|
18
|
+
extends ListSuggestedResiliencyPoliciesRequest {}
|
|
19
|
+
export interface ListSuggestedResiliencyPoliciesCommandOutput
|
|
20
|
+
extends ListSuggestedResiliencyPoliciesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListSuggestedResiliencyPoliciesCommand extends $Command<
|
|
24
|
+
ListSuggestedResiliencyPoliciesCommandInput,
|
|
25
|
+
ListSuggestedResiliencyPoliciesCommandOutput,
|
|
26
|
+
ResiliencehubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListSuggestedResiliencyPoliciesCommandInput;
|
|
29
|
+
constructor(input: ListSuggestedResiliencyPoliciesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ResiliencehubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListSuggestedResiliencyPoliciesCommandInput,
|
|
37
|
+
ListSuggestedResiliencyPoliciesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ListTagsForResourceRequest,
|
|
10
|
+
ListTagsForResourceResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ResiliencehubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../ResiliencehubClient";
|
|
17
|
+
export interface ListTagsForResourceCommandInput
|
|
18
|
+
extends ListTagsForResourceRequest {}
|
|
19
|
+
export interface ListTagsForResourceCommandOutput
|
|
20
|
+
extends ListTagsForResourceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
|
+
ListTagsForResourceCommandInput,
|
|
25
|
+
ListTagsForResourceCommandOutput,
|
|
26
|
+
ResiliencehubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListTagsForResourceCommandInput;
|
|
29
|
+
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ResiliencehubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ListTestRecommendationsRequest,
|
|
10
|
+
ListTestRecommendationsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ResiliencehubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../ResiliencehubClient";
|
|
17
|
+
export interface ListTestRecommendationsCommandInput
|
|
18
|
+
extends ListTestRecommendationsRequest {}
|
|
19
|
+
export interface ListTestRecommendationsCommandOutput
|
|
20
|
+
extends ListTestRecommendationsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListTestRecommendationsCommand extends $Command<
|
|
24
|
+
ListTestRecommendationsCommandInput,
|
|
25
|
+
ListTestRecommendationsCommandOutput,
|
|
26
|
+
ResiliencehubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListTestRecommendationsCommandInput;
|
|
29
|
+
constructor(input: ListTestRecommendationsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ResiliencehubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListTestRecommendationsCommandInput,
|
|
37
|
+
ListTestRecommendationsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ListUnsupportedAppVersionResourcesRequest,
|
|
10
|
+
ListUnsupportedAppVersionResourcesResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ResiliencehubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../ResiliencehubClient";
|
|
17
|
+
export interface ListUnsupportedAppVersionResourcesCommandInput
|
|
18
|
+
extends ListUnsupportedAppVersionResourcesRequest {}
|
|
19
|
+
export interface ListUnsupportedAppVersionResourcesCommandOutput
|
|
20
|
+
extends ListUnsupportedAppVersionResourcesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListUnsupportedAppVersionResourcesCommand extends $Command<
|
|
24
|
+
ListUnsupportedAppVersionResourcesCommandInput,
|
|
25
|
+
ListUnsupportedAppVersionResourcesCommandOutput,
|
|
26
|
+
ResiliencehubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListUnsupportedAppVersionResourcesCommandInput;
|
|
29
|
+
constructor(input: ListUnsupportedAppVersionResourcesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ResiliencehubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListUnsupportedAppVersionResourcesCommandInput,
|
|
37
|
+
ListUnsupportedAppVersionResourcesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
PublishAppVersionRequest,
|
|
10
|
+
PublishAppVersionResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ResiliencehubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../ResiliencehubClient";
|
|
17
|
+
export interface PublishAppVersionCommandInput
|
|
18
|
+
extends PublishAppVersionRequest {}
|
|
19
|
+
export interface PublishAppVersionCommandOutput
|
|
20
|
+
extends PublishAppVersionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class PublishAppVersionCommand extends $Command<
|
|
24
|
+
PublishAppVersionCommandInput,
|
|
25
|
+
PublishAppVersionCommandOutput,
|
|
26
|
+
ResiliencehubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: PublishAppVersionCommandInput;
|
|
29
|
+
constructor(input: PublishAppVersionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ResiliencehubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<PublishAppVersionCommandInput, PublishAppVersionCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
PutDraftAppVersionTemplateRequest,
|
|
10
|
+
PutDraftAppVersionTemplateResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ResiliencehubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../ResiliencehubClient";
|
|
17
|
+
export interface PutDraftAppVersionTemplateCommandInput
|
|
18
|
+
extends PutDraftAppVersionTemplateRequest {}
|
|
19
|
+
export interface PutDraftAppVersionTemplateCommandOutput
|
|
20
|
+
extends PutDraftAppVersionTemplateResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class PutDraftAppVersionTemplateCommand extends $Command<
|
|
24
|
+
PutDraftAppVersionTemplateCommandInput,
|
|
25
|
+
PutDraftAppVersionTemplateCommandOutput,
|
|
26
|
+
ResiliencehubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: PutDraftAppVersionTemplateCommandInput;
|
|
29
|
+
constructor(input: PutDraftAppVersionTemplateCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ResiliencehubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
PutDraftAppVersionTemplateCommandInput,
|
|
37
|
+
PutDraftAppVersionTemplateCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
RemoveDraftAppVersionResourceMappingsRequest,
|
|
10
|
+
RemoveDraftAppVersionResourceMappingsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ResiliencehubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../ResiliencehubClient";
|
|
17
|
+
export interface RemoveDraftAppVersionResourceMappingsCommandInput
|
|
18
|
+
extends RemoveDraftAppVersionResourceMappingsRequest {}
|
|
19
|
+
export interface RemoveDraftAppVersionResourceMappingsCommandOutput
|
|
20
|
+
extends RemoveDraftAppVersionResourceMappingsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class RemoveDraftAppVersionResourceMappingsCommand extends $Command<
|
|
24
|
+
RemoveDraftAppVersionResourceMappingsCommandInput,
|
|
25
|
+
RemoveDraftAppVersionResourceMappingsCommandOutput,
|
|
26
|
+
ResiliencehubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: RemoveDraftAppVersionResourceMappingsCommandInput;
|
|
29
|
+
constructor(input: RemoveDraftAppVersionResourceMappingsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ResiliencehubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
RemoveDraftAppVersionResourceMappingsCommandInput,
|
|
37
|
+
RemoveDraftAppVersionResourceMappingsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ResolveAppVersionResourcesRequest,
|
|
10
|
+
ResolveAppVersionResourcesResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ResiliencehubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../ResiliencehubClient";
|
|
17
|
+
export interface ResolveAppVersionResourcesCommandInput
|
|
18
|
+
extends ResolveAppVersionResourcesRequest {}
|
|
19
|
+
export interface ResolveAppVersionResourcesCommandOutput
|
|
20
|
+
extends ResolveAppVersionResourcesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ResolveAppVersionResourcesCommand extends $Command<
|
|
24
|
+
ResolveAppVersionResourcesCommandInput,
|
|
25
|
+
ResolveAppVersionResourcesCommandOutput,
|
|
26
|
+
ResiliencehubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ResolveAppVersionResourcesCommandInput;
|
|
29
|
+
constructor(input: ResolveAppVersionResourcesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ResiliencehubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ResolveAppVersionResourcesCommandInput,
|
|
37
|
+
ResolveAppVersionResourcesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
StartAppAssessmentRequest,
|
|
10
|
+
StartAppAssessmentResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ResiliencehubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../ResiliencehubClient";
|
|
17
|
+
export interface StartAppAssessmentCommandInput
|
|
18
|
+
extends StartAppAssessmentRequest {}
|
|
19
|
+
export interface StartAppAssessmentCommandOutput
|
|
20
|
+
extends StartAppAssessmentResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class StartAppAssessmentCommand extends $Command<
|
|
24
|
+
StartAppAssessmentCommandInput,
|
|
25
|
+
StartAppAssessmentCommandOutput,
|
|
26
|
+
ResiliencehubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: StartAppAssessmentCommandInput;
|
|
29
|
+
constructor(input: StartAppAssessmentCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ResiliencehubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<StartAppAssessmentCommandInput, StartAppAssessmentCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ResiliencehubClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../ResiliencehubClient";
|
|
14
|
+
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
15
|
+
export interface TagResourceCommandOutput
|
|
16
|
+
extends TagResourceResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class TagResourceCommand extends $Command<
|
|
20
|
+
TagResourceCommandInput,
|
|
21
|
+
TagResourceCommandOutput,
|
|
22
|
+
ResiliencehubClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: TagResourceCommandInput;
|
|
25
|
+
constructor(input: TagResourceCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: ResiliencehubClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|