@aws-sdk/client-resiliencehub 3.169.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 +8 -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
|
+
ImportResourcesToDraftAppVersionRequest,
|
|
10
|
+
ImportResourcesToDraftAppVersionResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ResiliencehubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../ResiliencehubClient";
|
|
17
|
+
export interface ImportResourcesToDraftAppVersionCommandInput
|
|
18
|
+
extends ImportResourcesToDraftAppVersionRequest {}
|
|
19
|
+
export interface ImportResourcesToDraftAppVersionCommandOutput
|
|
20
|
+
extends ImportResourcesToDraftAppVersionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ImportResourcesToDraftAppVersionCommand extends $Command<
|
|
24
|
+
ImportResourcesToDraftAppVersionCommandInput,
|
|
25
|
+
ImportResourcesToDraftAppVersionCommandOutput,
|
|
26
|
+
ResiliencehubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ImportResourcesToDraftAppVersionCommandInput;
|
|
29
|
+
constructor(input: ImportResourcesToDraftAppVersionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ResiliencehubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ImportResourcesToDraftAppVersionCommandInput,
|
|
37
|
+
ImportResourcesToDraftAppVersionCommandOutput
|
|
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
|
+
ListAlarmRecommendationsRequest,
|
|
10
|
+
ListAlarmRecommendationsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ResiliencehubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../ResiliencehubClient";
|
|
17
|
+
export interface ListAlarmRecommendationsCommandInput
|
|
18
|
+
extends ListAlarmRecommendationsRequest {}
|
|
19
|
+
export interface ListAlarmRecommendationsCommandOutput
|
|
20
|
+
extends ListAlarmRecommendationsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListAlarmRecommendationsCommand extends $Command<
|
|
24
|
+
ListAlarmRecommendationsCommandInput,
|
|
25
|
+
ListAlarmRecommendationsCommandOutput,
|
|
26
|
+
ResiliencehubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListAlarmRecommendationsCommandInput;
|
|
29
|
+
constructor(input: ListAlarmRecommendationsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ResiliencehubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListAlarmRecommendationsCommandInput,
|
|
37
|
+
ListAlarmRecommendationsCommandOutput
|
|
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
|
+
ListAppAssessmentsRequest,
|
|
10
|
+
ListAppAssessmentsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ResiliencehubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../ResiliencehubClient";
|
|
17
|
+
export interface ListAppAssessmentsCommandInput
|
|
18
|
+
extends ListAppAssessmentsRequest {}
|
|
19
|
+
export interface ListAppAssessmentsCommandOutput
|
|
20
|
+
extends ListAppAssessmentsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListAppAssessmentsCommand extends $Command<
|
|
24
|
+
ListAppAssessmentsCommandInput,
|
|
25
|
+
ListAppAssessmentsCommandOutput,
|
|
26
|
+
ResiliencehubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListAppAssessmentsCommandInput;
|
|
29
|
+
constructor(input: ListAppAssessmentsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ResiliencehubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListAppAssessmentsCommandInput, ListAppAssessmentsCommandOutput>;
|
|
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
|
+
ListAppComponentCompliancesRequest,
|
|
10
|
+
ListAppComponentCompliancesResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ResiliencehubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../ResiliencehubClient";
|
|
17
|
+
export interface ListAppComponentCompliancesCommandInput
|
|
18
|
+
extends ListAppComponentCompliancesRequest {}
|
|
19
|
+
export interface ListAppComponentCompliancesCommandOutput
|
|
20
|
+
extends ListAppComponentCompliancesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListAppComponentCompliancesCommand extends $Command<
|
|
24
|
+
ListAppComponentCompliancesCommandInput,
|
|
25
|
+
ListAppComponentCompliancesCommandOutput,
|
|
26
|
+
ResiliencehubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListAppComponentCompliancesCommandInput;
|
|
29
|
+
constructor(input: ListAppComponentCompliancesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ResiliencehubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListAppComponentCompliancesCommandInput,
|
|
37
|
+
ListAppComponentCompliancesCommandOutput
|
|
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
|
+
ListAppComponentRecommendationsRequest,
|
|
10
|
+
ListAppComponentRecommendationsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ResiliencehubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../ResiliencehubClient";
|
|
17
|
+
export interface ListAppComponentRecommendationsCommandInput
|
|
18
|
+
extends ListAppComponentRecommendationsRequest {}
|
|
19
|
+
export interface ListAppComponentRecommendationsCommandOutput
|
|
20
|
+
extends ListAppComponentRecommendationsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListAppComponentRecommendationsCommand extends $Command<
|
|
24
|
+
ListAppComponentRecommendationsCommandInput,
|
|
25
|
+
ListAppComponentRecommendationsCommandOutput,
|
|
26
|
+
ResiliencehubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListAppComponentRecommendationsCommandInput;
|
|
29
|
+
constructor(input: ListAppComponentRecommendationsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ResiliencehubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListAppComponentRecommendationsCommandInput,
|
|
37
|
+
ListAppComponentRecommendationsCommandOutput
|
|
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
|
+
ListAppVersionResourceMappingsRequest,
|
|
10
|
+
ListAppVersionResourceMappingsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ResiliencehubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../ResiliencehubClient";
|
|
17
|
+
export interface ListAppVersionResourceMappingsCommandInput
|
|
18
|
+
extends ListAppVersionResourceMappingsRequest {}
|
|
19
|
+
export interface ListAppVersionResourceMappingsCommandOutput
|
|
20
|
+
extends ListAppVersionResourceMappingsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListAppVersionResourceMappingsCommand extends $Command<
|
|
24
|
+
ListAppVersionResourceMappingsCommandInput,
|
|
25
|
+
ListAppVersionResourceMappingsCommandOutput,
|
|
26
|
+
ResiliencehubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListAppVersionResourceMappingsCommandInput;
|
|
29
|
+
constructor(input: ListAppVersionResourceMappingsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ResiliencehubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListAppVersionResourceMappingsCommandInput,
|
|
37
|
+
ListAppVersionResourceMappingsCommandOutput
|
|
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
|
+
ListAppVersionResourcesRequest,
|
|
10
|
+
ListAppVersionResourcesResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ResiliencehubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../ResiliencehubClient";
|
|
17
|
+
export interface ListAppVersionResourcesCommandInput
|
|
18
|
+
extends ListAppVersionResourcesRequest {}
|
|
19
|
+
export interface ListAppVersionResourcesCommandOutput
|
|
20
|
+
extends ListAppVersionResourcesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListAppVersionResourcesCommand extends $Command<
|
|
24
|
+
ListAppVersionResourcesCommandInput,
|
|
25
|
+
ListAppVersionResourcesCommandOutput,
|
|
26
|
+
ResiliencehubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListAppVersionResourcesCommandInput;
|
|
29
|
+
constructor(input: ListAppVersionResourcesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ResiliencehubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListAppVersionResourcesCommandInput,
|
|
37
|
+
ListAppVersionResourcesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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
|
+
ListAppVersionsRequest,
|
|
10
|
+
ListAppVersionsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ResiliencehubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../ResiliencehubClient";
|
|
17
|
+
export interface ListAppVersionsCommandInput extends ListAppVersionsRequest {}
|
|
18
|
+
export interface ListAppVersionsCommandOutput
|
|
19
|
+
extends ListAppVersionsResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class ListAppVersionsCommand extends $Command<
|
|
23
|
+
ListAppVersionsCommandInput,
|
|
24
|
+
ListAppVersionsCommandOutput,
|
|
25
|
+
ResiliencehubClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListAppVersionsCommandInput;
|
|
28
|
+
constructor(input: ListAppVersionsCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: ResiliencehubClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<ListAppVersionsCommandInput, ListAppVersionsCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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 { ListAppsRequest, ListAppsResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ResiliencehubClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../ResiliencehubClient";
|
|
14
|
+
export interface ListAppsCommandInput extends ListAppsRequest {}
|
|
15
|
+
export interface ListAppsCommandOutput
|
|
16
|
+
extends ListAppsResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ListAppsCommand extends $Command<
|
|
20
|
+
ListAppsCommandInput,
|
|
21
|
+
ListAppsCommandOutput,
|
|
22
|
+
ResiliencehubClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListAppsCommandInput;
|
|
25
|
+
constructor(input: ListAppsCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: ResiliencehubClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListAppsCommandInput, ListAppsCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
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
|
+
ListRecommendationTemplatesRequest,
|
|
10
|
+
ListRecommendationTemplatesResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ResiliencehubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../ResiliencehubClient";
|
|
17
|
+
export interface ListRecommendationTemplatesCommandInput
|
|
18
|
+
extends ListRecommendationTemplatesRequest {}
|
|
19
|
+
export interface ListRecommendationTemplatesCommandOutput
|
|
20
|
+
extends ListRecommendationTemplatesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListRecommendationTemplatesCommand extends $Command<
|
|
24
|
+
ListRecommendationTemplatesCommandInput,
|
|
25
|
+
ListRecommendationTemplatesCommandOutput,
|
|
26
|
+
ResiliencehubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListRecommendationTemplatesCommandInput;
|
|
29
|
+
constructor(input: ListRecommendationTemplatesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ResiliencehubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListRecommendationTemplatesCommandInput,
|
|
37
|
+
ListRecommendationTemplatesCommandOutput
|
|
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
|
+
ListResiliencyPoliciesRequest,
|
|
10
|
+
ListResiliencyPoliciesResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ResiliencehubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../ResiliencehubClient";
|
|
17
|
+
export interface ListResiliencyPoliciesCommandInput
|
|
18
|
+
extends ListResiliencyPoliciesRequest {}
|
|
19
|
+
export interface ListResiliencyPoliciesCommandOutput
|
|
20
|
+
extends ListResiliencyPoliciesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListResiliencyPoliciesCommand extends $Command<
|
|
24
|
+
ListResiliencyPoliciesCommandInput,
|
|
25
|
+
ListResiliencyPoliciesCommandOutput,
|
|
26
|
+
ResiliencehubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListResiliencyPoliciesCommandInput;
|
|
29
|
+
constructor(input: ListResiliencyPoliciesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ResiliencehubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListResiliencyPoliciesCommandInput,
|
|
37
|
+
ListResiliencyPoliciesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|