@aws-sdk/client-resiliencehub 3.50.0 → 3.51.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 +200 -0
- package/dist-types/ts3.4/ResiliencehubClient.d.ts +112 -0
- package/dist-types/ts3.4/commands/AddDraftAppVersionResourceMappingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateRecommendationTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateResiliencyPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAppAssessmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteRecommendationTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteResiliencyPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAppAssessmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAppCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAppVersionResourcesResolutionStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAppVersionTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDraftAppVersionResourcesImportStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeResiliencyPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ImportResourcesToDraftAppVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAlarmRecommendationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAppAssessmentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAppComponentCompliancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAppComponentRecommendationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAppVersionResourceMappingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAppVersionResourcesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAppVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAppsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListRecommendationTemplatesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListResiliencyPoliciesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListSopRecommendationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListSuggestedResiliencyPoliciesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTestRecommendationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListUnsupportedAppVersionResourcesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PublishAppVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutDraftAppVersionTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RemoveDraftAppVersionResourceMappingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ResolveAppVersionResourcesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartAppAssessmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAppCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateResiliencyPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +39 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +5 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1606 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListAlarmRecommendationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAppAssessmentsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAppComponentCompliancesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAppComponentRecommendationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAppVersionResourceMappingsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAppVersionResourcesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAppVersionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAppsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListRecommendationTemplatesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListResiliencyPoliciesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListSopRecommendationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListSuggestedResiliencyPoliciesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTestRecommendationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListUnsupportedAppVersionResourcesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +15 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +119 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.51.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.50.0...v3.51.0) (2022-02-12)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-resiliencehub
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.50.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.49.0...v3.50.0) (2022-02-08)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-resiliencehub
|
|
@@ -0,0 +1,200 @@
|
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import { AddDraftAppVersionResourceMappingsCommandInput, AddDraftAppVersionResourceMappingsCommandOutput } from "./commands/AddDraftAppVersionResourceMappingsCommand";
|
|
3
|
+
import { CreateAppCommandInput, CreateAppCommandOutput } from "./commands/CreateAppCommand";
|
|
4
|
+
import { CreateRecommendationTemplateCommandInput, CreateRecommendationTemplateCommandOutput } from "./commands/CreateRecommendationTemplateCommand";
|
|
5
|
+
import { CreateResiliencyPolicyCommandInput, CreateResiliencyPolicyCommandOutput } from "./commands/CreateResiliencyPolicyCommand";
|
|
6
|
+
import { DeleteAppAssessmentCommandInput, DeleteAppAssessmentCommandOutput } from "./commands/DeleteAppAssessmentCommand";
|
|
7
|
+
import { DeleteAppCommandInput, DeleteAppCommandOutput } from "./commands/DeleteAppCommand";
|
|
8
|
+
import { DeleteRecommendationTemplateCommandInput, DeleteRecommendationTemplateCommandOutput } from "./commands/DeleteRecommendationTemplateCommand";
|
|
9
|
+
import { DeleteResiliencyPolicyCommandInput, DeleteResiliencyPolicyCommandOutput } from "./commands/DeleteResiliencyPolicyCommand";
|
|
10
|
+
import { DescribeAppAssessmentCommandInput, DescribeAppAssessmentCommandOutput } from "./commands/DescribeAppAssessmentCommand";
|
|
11
|
+
import { DescribeAppCommandInput, DescribeAppCommandOutput } from "./commands/DescribeAppCommand";
|
|
12
|
+
import { DescribeAppVersionResourcesResolutionStatusCommandInput, DescribeAppVersionResourcesResolutionStatusCommandOutput } from "./commands/DescribeAppVersionResourcesResolutionStatusCommand";
|
|
13
|
+
import { DescribeAppVersionTemplateCommandInput, DescribeAppVersionTemplateCommandOutput } from "./commands/DescribeAppVersionTemplateCommand";
|
|
14
|
+
import { DescribeDraftAppVersionResourcesImportStatusCommandInput, DescribeDraftAppVersionResourcesImportStatusCommandOutput } from "./commands/DescribeDraftAppVersionResourcesImportStatusCommand";
|
|
15
|
+
import { DescribeResiliencyPolicyCommandInput, DescribeResiliencyPolicyCommandOutput } from "./commands/DescribeResiliencyPolicyCommand";
|
|
16
|
+
import { ImportResourcesToDraftAppVersionCommandInput, ImportResourcesToDraftAppVersionCommandOutput } from "./commands/ImportResourcesToDraftAppVersionCommand";
|
|
17
|
+
import { ListAlarmRecommendationsCommandInput, ListAlarmRecommendationsCommandOutput } from "./commands/ListAlarmRecommendationsCommand";
|
|
18
|
+
import { ListAppAssessmentsCommandInput, ListAppAssessmentsCommandOutput } from "./commands/ListAppAssessmentsCommand";
|
|
19
|
+
import { ListAppComponentCompliancesCommandInput, ListAppComponentCompliancesCommandOutput } from "./commands/ListAppComponentCompliancesCommand";
|
|
20
|
+
import { ListAppComponentRecommendationsCommandInput, ListAppComponentRecommendationsCommandOutput } from "./commands/ListAppComponentRecommendationsCommand";
|
|
21
|
+
import { ListAppsCommandInput, ListAppsCommandOutput } from "./commands/ListAppsCommand";
|
|
22
|
+
import { ListAppVersionResourceMappingsCommandInput, ListAppVersionResourceMappingsCommandOutput } from "./commands/ListAppVersionResourceMappingsCommand";
|
|
23
|
+
import { ListAppVersionResourcesCommandInput, ListAppVersionResourcesCommandOutput } from "./commands/ListAppVersionResourcesCommand";
|
|
24
|
+
import { ListAppVersionsCommandInput, ListAppVersionsCommandOutput } from "./commands/ListAppVersionsCommand";
|
|
25
|
+
import { ListRecommendationTemplatesCommandInput, ListRecommendationTemplatesCommandOutput } from "./commands/ListRecommendationTemplatesCommand";
|
|
26
|
+
import { ListResiliencyPoliciesCommandInput, ListResiliencyPoliciesCommandOutput } from "./commands/ListResiliencyPoliciesCommand";
|
|
27
|
+
import { ListSopRecommendationsCommandInput, ListSopRecommendationsCommandOutput } from "./commands/ListSopRecommendationsCommand";
|
|
28
|
+
import { ListSuggestedResiliencyPoliciesCommandInput, ListSuggestedResiliencyPoliciesCommandOutput } from "./commands/ListSuggestedResiliencyPoliciesCommand";
|
|
29
|
+
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
30
|
+
import { ListTestRecommendationsCommandInput, ListTestRecommendationsCommandOutput } from "./commands/ListTestRecommendationsCommand";
|
|
31
|
+
import { ListUnsupportedAppVersionResourcesCommandInput, ListUnsupportedAppVersionResourcesCommandOutput } from "./commands/ListUnsupportedAppVersionResourcesCommand";
|
|
32
|
+
import { PublishAppVersionCommandInput, PublishAppVersionCommandOutput } from "./commands/PublishAppVersionCommand";
|
|
33
|
+
import { PutDraftAppVersionTemplateCommandInput, PutDraftAppVersionTemplateCommandOutput } from "./commands/PutDraftAppVersionTemplateCommand";
|
|
34
|
+
import { RemoveDraftAppVersionResourceMappingsCommandInput, RemoveDraftAppVersionResourceMappingsCommandOutput } from "./commands/RemoveDraftAppVersionResourceMappingsCommand";
|
|
35
|
+
import { ResolveAppVersionResourcesCommandInput, ResolveAppVersionResourcesCommandOutput } from "./commands/ResolveAppVersionResourcesCommand";
|
|
36
|
+
import { StartAppAssessmentCommandInput, StartAppAssessmentCommandOutput } from "./commands/StartAppAssessmentCommand";
|
|
37
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
38
|
+
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
39
|
+
import { UpdateAppCommandInput, UpdateAppCommandOutput } from "./commands/UpdateAppCommand";
|
|
40
|
+
import { UpdateResiliencyPolicyCommandInput, UpdateResiliencyPolicyCommandOutput } from "./commands/UpdateResiliencyPolicyCommand";
|
|
41
|
+
import { ResiliencehubClient } from "./ResiliencehubClient";
|
|
42
|
+
|
|
43
|
+
export declare class Resiliencehub extends ResiliencehubClient {
|
|
44
|
+
|
|
45
|
+
addDraftAppVersionResourceMappings(args: AddDraftAppVersionResourceMappingsCommandInput, options?: __HttpHandlerOptions): Promise<AddDraftAppVersionResourceMappingsCommandOutput>;
|
|
46
|
+
addDraftAppVersionResourceMappings(args: AddDraftAppVersionResourceMappingsCommandInput, cb: (err: any, data?: AddDraftAppVersionResourceMappingsCommandOutput) => void): void;
|
|
47
|
+
addDraftAppVersionResourceMappings(args: AddDraftAppVersionResourceMappingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddDraftAppVersionResourceMappingsCommandOutput) => void): void;
|
|
48
|
+
|
|
49
|
+
createApp(args: CreateAppCommandInput, options?: __HttpHandlerOptions): Promise<CreateAppCommandOutput>;
|
|
50
|
+
createApp(args: CreateAppCommandInput, cb: (err: any, data?: CreateAppCommandOutput) => void): void;
|
|
51
|
+
createApp(args: CreateAppCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAppCommandOutput) => void): void;
|
|
52
|
+
|
|
53
|
+
createRecommendationTemplate(args: CreateRecommendationTemplateCommandInput, options?: __HttpHandlerOptions): Promise<CreateRecommendationTemplateCommandOutput>;
|
|
54
|
+
createRecommendationTemplate(args: CreateRecommendationTemplateCommandInput, cb: (err: any, data?: CreateRecommendationTemplateCommandOutput) => void): void;
|
|
55
|
+
createRecommendationTemplate(args: CreateRecommendationTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRecommendationTemplateCommandOutput) => void): void;
|
|
56
|
+
|
|
57
|
+
createResiliencyPolicy(args: CreateResiliencyPolicyCommandInput, options?: __HttpHandlerOptions): Promise<CreateResiliencyPolicyCommandOutput>;
|
|
58
|
+
createResiliencyPolicy(args: CreateResiliencyPolicyCommandInput, cb: (err: any, data?: CreateResiliencyPolicyCommandOutput) => void): void;
|
|
59
|
+
createResiliencyPolicy(args: CreateResiliencyPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateResiliencyPolicyCommandOutput) => void): void;
|
|
60
|
+
|
|
61
|
+
deleteApp(args: DeleteAppCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAppCommandOutput>;
|
|
62
|
+
deleteApp(args: DeleteAppCommandInput, cb: (err: any, data?: DeleteAppCommandOutput) => void): void;
|
|
63
|
+
deleteApp(args: DeleteAppCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAppCommandOutput) => void): void;
|
|
64
|
+
|
|
65
|
+
deleteAppAssessment(args: DeleteAppAssessmentCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAppAssessmentCommandOutput>;
|
|
66
|
+
deleteAppAssessment(args: DeleteAppAssessmentCommandInput, cb: (err: any, data?: DeleteAppAssessmentCommandOutput) => void): void;
|
|
67
|
+
deleteAppAssessment(args: DeleteAppAssessmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAppAssessmentCommandOutput) => void): void;
|
|
68
|
+
|
|
69
|
+
deleteRecommendationTemplate(args: DeleteRecommendationTemplateCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRecommendationTemplateCommandOutput>;
|
|
70
|
+
deleteRecommendationTemplate(args: DeleteRecommendationTemplateCommandInput, cb: (err: any, data?: DeleteRecommendationTemplateCommandOutput) => void): void;
|
|
71
|
+
deleteRecommendationTemplate(args: DeleteRecommendationTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRecommendationTemplateCommandOutput) => void): void;
|
|
72
|
+
|
|
73
|
+
deleteResiliencyPolicy(args: DeleteResiliencyPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteResiliencyPolicyCommandOutput>;
|
|
74
|
+
deleteResiliencyPolicy(args: DeleteResiliencyPolicyCommandInput, cb: (err: any, data?: DeleteResiliencyPolicyCommandOutput) => void): void;
|
|
75
|
+
deleteResiliencyPolicy(args: DeleteResiliencyPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResiliencyPolicyCommandOutput) => void): void;
|
|
76
|
+
|
|
77
|
+
describeApp(args: DescribeAppCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAppCommandOutput>;
|
|
78
|
+
describeApp(args: DescribeAppCommandInput, cb: (err: any, data?: DescribeAppCommandOutput) => void): void;
|
|
79
|
+
describeApp(args: DescribeAppCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAppCommandOutput) => void): void;
|
|
80
|
+
|
|
81
|
+
describeAppAssessment(args: DescribeAppAssessmentCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAppAssessmentCommandOutput>;
|
|
82
|
+
describeAppAssessment(args: DescribeAppAssessmentCommandInput, cb: (err: any, data?: DescribeAppAssessmentCommandOutput) => void): void;
|
|
83
|
+
describeAppAssessment(args: DescribeAppAssessmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAppAssessmentCommandOutput) => void): void;
|
|
84
|
+
|
|
85
|
+
describeAppVersionResourcesResolutionStatus(args: DescribeAppVersionResourcesResolutionStatusCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAppVersionResourcesResolutionStatusCommandOutput>;
|
|
86
|
+
describeAppVersionResourcesResolutionStatus(args: DescribeAppVersionResourcesResolutionStatusCommandInput, cb: (err: any, data?: DescribeAppVersionResourcesResolutionStatusCommandOutput) => void): void;
|
|
87
|
+
describeAppVersionResourcesResolutionStatus(args: DescribeAppVersionResourcesResolutionStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAppVersionResourcesResolutionStatusCommandOutput) => void): void;
|
|
88
|
+
|
|
89
|
+
describeAppVersionTemplate(args: DescribeAppVersionTemplateCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAppVersionTemplateCommandOutput>;
|
|
90
|
+
describeAppVersionTemplate(args: DescribeAppVersionTemplateCommandInput, cb: (err: any, data?: DescribeAppVersionTemplateCommandOutput) => void): void;
|
|
91
|
+
describeAppVersionTemplate(args: DescribeAppVersionTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAppVersionTemplateCommandOutput) => void): void;
|
|
92
|
+
|
|
93
|
+
describeDraftAppVersionResourcesImportStatus(args: DescribeDraftAppVersionResourcesImportStatusCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDraftAppVersionResourcesImportStatusCommandOutput>;
|
|
94
|
+
describeDraftAppVersionResourcesImportStatus(args: DescribeDraftAppVersionResourcesImportStatusCommandInput, cb: (err: any, data?: DescribeDraftAppVersionResourcesImportStatusCommandOutput) => void): void;
|
|
95
|
+
describeDraftAppVersionResourcesImportStatus(args: DescribeDraftAppVersionResourcesImportStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDraftAppVersionResourcesImportStatusCommandOutput) => void): void;
|
|
96
|
+
|
|
97
|
+
describeResiliencyPolicy(args: DescribeResiliencyPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DescribeResiliencyPolicyCommandOutput>;
|
|
98
|
+
describeResiliencyPolicy(args: DescribeResiliencyPolicyCommandInput, cb: (err: any, data?: DescribeResiliencyPolicyCommandOutput) => void): void;
|
|
99
|
+
describeResiliencyPolicy(args: DescribeResiliencyPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeResiliencyPolicyCommandOutput) => void): void;
|
|
100
|
+
|
|
101
|
+
importResourcesToDraftAppVersion(args: ImportResourcesToDraftAppVersionCommandInput, options?: __HttpHandlerOptions): Promise<ImportResourcesToDraftAppVersionCommandOutput>;
|
|
102
|
+
importResourcesToDraftAppVersion(args: ImportResourcesToDraftAppVersionCommandInput, cb: (err: any, data?: ImportResourcesToDraftAppVersionCommandOutput) => void): void;
|
|
103
|
+
importResourcesToDraftAppVersion(args: ImportResourcesToDraftAppVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportResourcesToDraftAppVersionCommandOutput) => void): void;
|
|
104
|
+
|
|
105
|
+
listAlarmRecommendations(args: ListAlarmRecommendationsCommandInput, options?: __HttpHandlerOptions): Promise<ListAlarmRecommendationsCommandOutput>;
|
|
106
|
+
listAlarmRecommendations(args: ListAlarmRecommendationsCommandInput, cb: (err: any, data?: ListAlarmRecommendationsCommandOutput) => void): void;
|
|
107
|
+
listAlarmRecommendations(args: ListAlarmRecommendationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAlarmRecommendationsCommandOutput) => void): void;
|
|
108
|
+
|
|
109
|
+
listAppAssessments(args: ListAppAssessmentsCommandInput, options?: __HttpHandlerOptions): Promise<ListAppAssessmentsCommandOutput>;
|
|
110
|
+
listAppAssessments(args: ListAppAssessmentsCommandInput, cb: (err: any, data?: ListAppAssessmentsCommandOutput) => void): void;
|
|
111
|
+
listAppAssessments(args: ListAppAssessmentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAppAssessmentsCommandOutput) => void): void;
|
|
112
|
+
|
|
113
|
+
listAppComponentCompliances(args: ListAppComponentCompliancesCommandInput, options?: __HttpHandlerOptions): Promise<ListAppComponentCompliancesCommandOutput>;
|
|
114
|
+
listAppComponentCompliances(args: ListAppComponentCompliancesCommandInput, cb: (err: any, data?: ListAppComponentCompliancesCommandOutput) => void): void;
|
|
115
|
+
listAppComponentCompliances(args: ListAppComponentCompliancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAppComponentCompliancesCommandOutput) => void): void;
|
|
116
|
+
|
|
117
|
+
listAppComponentRecommendations(args: ListAppComponentRecommendationsCommandInput, options?: __HttpHandlerOptions): Promise<ListAppComponentRecommendationsCommandOutput>;
|
|
118
|
+
listAppComponentRecommendations(args: ListAppComponentRecommendationsCommandInput, cb: (err: any, data?: ListAppComponentRecommendationsCommandOutput) => void): void;
|
|
119
|
+
listAppComponentRecommendations(args: ListAppComponentRecommendationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAppComponentRecommendationsCommandOutput) => void): void;
|
|
120
|
+
|
|
121
|
+
listApps(args: ListAppsCommandInput, options?: __HttpHandlerOptions): Promise<ListAppsCommandOutput>;
|
|
122
|
+
listApps(args: ListAppsCommandInput, cb: (err: any, data?: ListAppsCommandOutput) => void): void;
|
|
123
|
+
listApps(args: ListAppsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAppsCommandOutput) => void): void;
|
|
124
|
+
|
|
125
|
+
listAppVersionResourceMappings(args: ListAppVersionResourceMappingsCommandInput, options?: __HttpHandlerOptions): Promise<ListAppVersionResourceMappingsCommandOutput>;
|
|
126
|
+
listAppVersionResourceMappings(args: ListAppVersionResourceMappingsCommandInput, cb: (err: any, data?: ListAppVersionResourceMappingsCommandOutput) => void): void;
|
|
127
|
+
listAppVersionResourceMappings(args: ListAppVersionResourceMappingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAppVersionResourceMappingsCommandOutput) => void): void;
|
|
128
|
+
|
|
129
|
+
listAppVersionResources(args: ListAppVersionResourcesCommandInput, options?: __HttpHandlerOptions): Promise<ListAppVersionResourcesCommandOutput>;
|
|
130
|
+
listAppVersionResources(args: ListAppVersionResourcesCommandInput, cb: (err: any, data?: ListAppVersionResourcesCommandOutput) => void): void;
|
|
131
|
+
listAppVersionResources(args: ListAppVersionResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAppVersionResourcesCommandOutput) => void): void;
|
|
132
|
+
|
|
133
|
+
listAppVersions(args: ListAppVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListAppVersionsCommandOutput>;
|
|
134
|
+
listAppVersions(args: ListAppVersionsCommandInput, cb: (err: any, data?: ListAppVersionsCommandOutput) => void): void;
|
|
135
|
+
listAppVersions(args: ListAppVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAppVersionsCommandOutput) => void): void;
|
|
136
|
+
|
|
137
|
+
listRecommendationTemplates(args: ListRecommendationTemplatesCommandInput, options?: __HttpHandlerOptions): Promise<ListRecommendationTemplatesCommandOutput>;
|
|
138
|
+
listRecommendationTemplates(args: ListRecommendationTemplatesCommandInput, cb: (err: any, data?: ListRecommendationTemplatesCommandOutput) => void): void;
|
|
139
|
+
listRecommendationTemplates(args: ListRecommendationTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRecommendationTemplatesCommandOutput) => void): void;
|
|
140
|
+
|
|
141
|
+
listResiliencyPolicies(args: ListResiliencyPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<ListResiliencyPoliciesCommandOutput>;
|
|
142
|
+
listResiliencyPolicies(args: ListResiliencyPoliciesCommandInput, cb: (err: any, data?: ListResiliencyPoliciesCommandOutput) => void): void;
|
|
143
|
+
listResiliencyPolicies(args: ListResiliencyPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResiliencyPoliciesCommandOutput) => void): void;
|
|
144
|
+
|
|
145
|
+
listSopRecommendations(args: ListSopRecommendationsCommandInput, options?: __HttpHandlerOptions): Promise<ListSopRecommendationsCommandOutput>;
|
|
146
|
+
listSopRecommendations(args: ListSopRecommendationsCommandInput, cb: (err: any, data?: ListSopRecommendationsCommandOutput) => void): void;
|
|
147
|
+
listSopRecommendations(args: ListSopRecommendationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSopRecommendationsCommandOutput) => void): void;
|
|
148
|
+
|
|
149
|
+
listSuggestedResiliencyPolicies(args: ListSuggestedResiliencyPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<ListSuggestedResiliencyPoliciesCommandOutput>;
|
|
150
|
+
listSuggestedResiliencyPolicies(args: ListSuggestedResiliencyPoliciesCommandInput, cb: (err: any, data?: ListSuggestedResiliencyPoliciesCommandOutput) => void): void;
|
|
151
|
+
listSuggestedResiliencyPolicies(args: ListSuggestedResiliencyPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSuggestedResiliencyPoliciesCommandOutput) => void): void;
|
|
152
|
+
|
|
153
|
+
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
154
|
+
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
155
|
+
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
156
|
+
|
|
157
|
+
listTestRecommendations(args: ListTestRecommendationsCommandInput, options?: __HttpHandlerOptions): Promise<ListTestRecommendationsCommandOutput>;
|
|
158
|
+
listTestRecommendations(args: ListTestRecommendationsCommandInput, cb: (err: any, data?: ListTestRecommendationsCommandOutput) => void): void;
|
|
159
|
+
listTestRecommendations(args: ListTestRecommendationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTestRecommendationsCommandOutput) => void): void;
|
|
160
|
+
|
|
161
|
+
listUnsupportedAppVersionResources(args: ListUnsupportedAppVersionResourcesCommandInput, options?: __HttpHandlerOptions): Promise<ListUnsupportedAppVersionResourcesCommandOutput>;
|
|
162
|
+
listUnsupportedAppVersionResources(args: ListUnsupportedAppVersionResourcesCommandInput, cb: (err: any, data?: ListUnsupportedAppVersionResourcesCommandOutput) => void): void;
|
|
163
|
+
listUnsupportedAppVersionResources(args: ListUnsupportedAppVersionResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUnsupportedAppVersionResourcesCommandOutput) => void): void;
|
|
164
|
+
|
|
165
|
+
publishAppVersion(args: PublishAppVersionCommandInput, options?: __HttpHandlerOptions): Promise<PublishAppVersionCommandOutput>;
|
|
166
|
+
publishAppVersion(args: PublishAppVersionCommandInput, cb: (err: any, data?: PublishAppVersionCommandOutput) => void): void;
|
|
167
|
+
publishAppVersion(args: PublishAppVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PublishAppVersionCommandOutput) => void): void;
|
|
168
|
+
|
|
169
|
+
putDraftAppVersionTemplate(args: PutDraftAppVersionTemplateCommandInput, options?: __HttpHandlerOptions): Promise<PutDraftAppVersionTemplateCommandOutput>;
|
|
170
|
+
putDraftAppVersionTemplate(args: PutDraftAppVersionTemplateCommandInput, cb: (err: any, data?: PutDraftAppVersionTemplateCommandOutput) => void): void;
|
|
171
|
+
putDraftAppVersionTemplate(args: PutDraftAppVersionTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutDraftAppVersionTemplateCommandOutput) => void): void;
|
|
172
|
+
|
|
173
|
+
removeDraftAppVersionResourceMappings(args: RemoveDraftAppVersionResourceMappingsCommandInput, options?: __HttpHandlerOptions): Promise<RemoveDraftAppVersionResourceMappingsCommandOutput>;
|
|
174
|
+
removeDraftAppVersionResourceMappings(args: RemoveDraftAppVersionResourceMappingsCommandInput, cb: (err: any, data?: RemoveDraftAppVersionResourceMappingsCommandOutput) => void): void;
|
|
175
|
+
removeDraftAppVersionResourceMappings(args: RemoveDraftAppVersionResourceMappingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveDraftAppVersionResourceMappingsCommandOutput) => void): void;
|
|
176
|
+
|
|
177
|
+
resolveAppVersionResources(args: ResolveAppVersionResourcesCommandInput, options?: __HttpHandlerOptions): Promise<ResolveAppVersionResourcesCommandOutput>;
|
|
178
|
+
resolveAppVersionResources(args: ResolveAppVersionResourcesCommandInput, cb: (err: any, data?: ResolveAppVersionResourcesCommandOutput) => void): void;
|
|
179
|
+
resolveAppVersionResources(args: ResolveAppVersionResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResolveAppVersionResourcesCommandOutput) => void): void;
|
|
180
|
+
|
|
181
|
+
startAppAssessment(args: StartAppAssessmentCommandInput, options?: __HttpHandlerOptions): Promise<StartAppAssessmentCommandOutput>;
|
|
182
|
+
startAppAssessment(args: StartAppAssessmentCommandInput, cb: (err: any, data?: StartAppAssessmentCommandOutput) => void): void;
|
|
183
|
+
startAppAssessment(args: StartAppAssessmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartAppAssessmentCommandOutput) => void): void;
|
|
184
|
+
|
|
185
|
+
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
186
|
+
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
187
|
+
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
188
|
+
|
|
189
|
+
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
190
|
+
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
191
|
+
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
192
|
+
|
|
193
|
+
updateApp(args: UpdateAppCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAppCommandOutput>;
|
|
194
|
+
updateApp(args: UpdateAppCommandInput, cb: (err: any, data?: UpdateAppCommandOutput) => void): void;
|
|
195
|
+
updateApp(args: UpdateAppCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAppCommandOutput) => void): void;
|
|
196
|
+
|
|
197
|
+
updateResiliencyPolicy(args: UpdateResiliencyPolicyCommandInput, options?: __HttpHandlerOptions): Promise<UpdateResiliencyPolicyCommandOutput>;
|
|
198
|
+
updateResiliencyPolicy(args: UpdateResiliencyPolicyCommandInput, cb: (err: any, data?: UpdateResiliencyPolicyCommandOutput) => void): void;
|
|
199
|
+
updateResiliencyPolicy(args: UpdateResiliencyPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateResiliencyPolicyCommandOutput) => void): void;
|
|
200
|
+
}
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
2
|
+
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
3
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
4
|
+
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
|
+
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
+
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
+
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
|
+
import { AddDraftAppVersionResourceMappingsCommandInput, AddDraftAppVersionResourceMappingsCommandOutput } from "./commands/AddDraftAppVersionResourceMappingsCommand";
|
|
10
|
+
import { CreateAppCommandInput, CreateAppCommandOutput } from "./commands/CreateAppCommand";
|
|
11
|
+
import { CreateRecommendationTemplateCommandInput, CreateRecommendationTemplateCommandOutput } from "./commands/CreateRecommendationTemplateCommand";
|
|
12
|
+
import { CreateResiliencyPolicyCommandInput, CreateResiliencyPolicyCommandOutput } from "./commands/CreateResiliencyPolicyCommand";
|
|
13
|
+
import { DeleteAppAssessmentCommandInput, DeleteAppAssessmentCommandOutput } from "./commands/DeleteAppAssessmentCommand";
|
|
14
|
+
import { DeleteAppCommandInput, DeleteAppCommandOutput } from "./commands/DeleteAppCommand";
|
|
15
|
+
import { DeleteRecommendationTemplateCommandInput, DeleteRecommendationTemplateCommandOutput } from "./commands/DeleteRecommendationTemplateCommand";
|
|
16
|
+
import { DeleteResiliencyPolicyCommandInput, DeleteResiliencyPolicyCommandOutput } from "./commands/DeleteResiliencyPolicyCommand";
|
|
17
|
+
import { DescribeAppAssessmentCommandInput, DescribeAppAssessmentCommandOutput } from "./commands/DescribeAppAssessmentCommand";
|
|
18
|
+
import { DescribeAppCommandInput, DescribeAppCommandOutput } from "./commands/DescribeAppCommand";
|
|
19
|
+
import { DescribeAppVersionResourcesResolutionStatusCommandInput, DescribeAppVersionResourcesResolutionStatusCommandOutput } from "./commands/DescribeAppVersionResourcesResolutionStatusCommand";
|
|
20
|
+
import { DescribeAppVersionTemplateCommandInput, DescribeAppVersionTemplateCommandOutput } from "./commands/DescribeAppVersionTemplateCommand";
|
|
21
|
+
import { DescribeDraftAppVersionResourcesImportStatusCommandInput, DescribeDraftAppVersionResourcesImportStatusCommandOutput } from "./commands/DescribeDraftAppVersionResourcesImportStatusCommand";
|
|
22
|
+
import { DescribeResiliencyPolicyCommandInput, DescribeResiliencyPolicyCommandOutput } from "./commands/DescribeResiliencyPolicyCommand";
|
|
23
|
+
import { ImportResourcesToDraftAppVersionCommandInput, ImportResourcesToDraftAppVersionCommandOutput } from "./commands/ImportResourcesToDraftAppVersionCommand";
|
|
24
|
+
import { ListAlarmRecommendationsCommandInput, ListAlarmRecommendationsCommandOutput } from "./commands/ListAlarmRecommendationsCommand";
|
|
25
|
+
import { ListAppAssessmentsCommandInput, ListAppAssessmentsCommandOutput } from "./commands/ListAppAssessmentsCommand";
|
|
26
|
+
import { ListAppComponentCompliancesCommandInput, ListAppComponentCompliancesCommandOutput } from "./commands/ListAppComponentCompliancesCommand";
|
|
27
|
+
import { ListAppComponentRecommendationsCommandInput, ListAppComponentRecommendationsCommandOutput } from "./commands/ListAppComponentRecommendationsCommand";
|
|
28
|
+
import { ListAppsCommandInput, ListAppsCommandOutput } from "./commands/ListAppsCommand";
|
|
29
|
+
import { ListAppVersionResourceMappingsCommandInput, ListAppVersionResourceMappingsCommandOutput } from "./commands/ListAppVersionResourceMappingsCommand";
|
|
30
|
+
import { ListAppVersionResourcesCommandInput, ListAppVersionResourcesCommandOutput } from "./commands/ListAppVersionResourcesCommand";
|
|
31
|
+
import { ListAppVersionsCommandInput, ListAppVersionsCommandOutput } from "./commands/ListAppVersionsCommand";
|
|
32
|
+
import { ListRecommendationTemplatesCommandInput, ListRecommendationTemplatesCommandOutput } from "./commands/ListRecommendationTemplatesCommand";
|
|
33
|
+
import { ListResiliencyPoliciesCommandInput, ListResiliencyPoliciesCommandOutput } from "./commands/ListResiliencyPoliciesCommand";
|
|
34
|
+
import { ListSopRecommendationsCommandInput, ListSopRecommendationsCommandOutput } from "./commands/ListSopRecommendationsCommand";
|
|
35
|
+
import { ListSuggestedResiliencyPoliciesCommandInput, ListSuggestedResiliencyPoliciesCommandOutput } from "./commands/ListSuggestedResiliencyPoliciesCommand";
|
|
36
|
+
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
37
|
+
import { ListTestRecommendationsCommandInput, ListTestRecommendationsCommandOutput } from "./commands/ListTestRecommendationsCommand";
|
|
38
|
+
import { ListUnsupportedAppVersionResourcesCommandInput, ListUnsupportedAppVersionResourcesCommandOutput } from "./commands/ListUnsupportedAppVersionResourcesCommand";
|
|
39
|
+
import { PublishAppVersionCommandInput, PublishAppVersionCommandOutput } from "./commands/PublishAppVersionCommand";
|
|
40
|
+
import { PutDraftAppVersionTemplateCommandInput, PutDraftAppVersionTemplateCommandOutput } from "./commands/PutDraftAppVersionTemplateCommand";
|
|
41
|
+
import { RemoveDraftAppVersionResourceMappingsCommandInput, RemoveDraftAppVersionResourceMappingsCommandOutput } from "./commands/RemoveDraftAppVersionResourceMappingsCommand";
|
|
42
|
+
import { ResolveAppVersionResourcesCommandInput, ResolveAppVersionResourcesCommandOutput } from "./commands/ResolveAppVersionResourcesCommand";
|
|
43
|
+
import { StartAppAssessmentCommandInput, StartAppAssessmentCommandOutput } from "./commands/StartAppAssessmentCommand";
|
|
44
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
45
|
+
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
46
|
+
import { UpdateAppCommandInput, UpdateAppCommandOutput } from "./commands/UpdateAppCommand";
|
|
47
|
+
import { UpdateResiliencyPolicyCommandInput, UpdateResiliencyPolicyCommandOutput } from "./commands/UpdateResiliencyPolicyCommand";
|
|
48
|
+
export declare type ServiceInputTypes = AddDraftAppVersionResourceMappingsCommandInput | CreateAppCommandInput | CreateRecommendationTemplateCommandInput | CreateResiliencyPolicyCommandInput | DeleteAppAssessmentCommandInput | DeleteAppCommandInput | DeleteRecommendationTemplateCommandInput | DeleteResiliencyPolicyCommandInput | DescribeAppAssessmentCommandInput | DescribeAppCommandInput | DescribeAppVersionResourcesResolutionStatusCommandInput | DescribeAppVersionTemplateCommandInput | DescribeDraftAppVersionResourcesImportStatusCommandInput | DescribeResiliencyPolicyCommandInput | ImportResourcesToDraftAppVersionCommandInput | ListAlarmRecommendationsCommandInput | ListAppAssessmentsCommandInput | ListAppComponentCompliancesCommandInput | ListAppComponentRecommendationsCommandInput | ListAppVersionResourceMappingsCommandInput | ListAppVersionResourcesCommandInput | ListAppVersionsCommandInput | ListAppsCommandInput | ListRecommendationTemplatesCommandInput | ListResiliencyPoliciesCommandInput | ListSopRecommendationsCommandInput | ListSuggestedResiliencyPoliciesCommandInput | ListTagsForResourceCommandInput | ListTestRecommendationsCommandInput | ListUnsupportedAppVersionResourcesCommandInput | PublishAppVersionCommandInput | PutDraftAppVersionTemplateCommandInput | RemoveDraftAppVersionResourceMappingsCommandInput | ResolveAppVersionResourcesCommandInput | StartAppAssessmentCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAppCommandInput | UpdateResiliencyPolicyCommandInput;
|
|
49
|
+
export declare type ServiceOutputTypes = AddDraftAppVersionResourceMappingsCommandOutput | CreateAppCommandOutput | CreateRecommendationTemplateCommandOutput | CreateResiliencyPolicyCommandOutput | DeleteAppAssessmentCommandOutput | DeleteAppCommandOutput | DeleteRecommendationTemplateCommandOutput | DeleteResiliencyPolicyCommandOutput | DescribeAppAssessmentCommandOutput | DescribeAppCommandOutput | DescribeAppVersionResourcesResolutionStatusCommandOutput | DescribeAppVersionTemplateCommandOutput | DescribeDraftAppVersionResourcesImportStatusCommandOutput | DescribeResiliencyPolicyCommandOutput | ImportResourcesToDraftAppVersionCommandOutput | ListAlarmRecommendationsCommandOutput | ListAppAssessmentsCommandOutput | ListAppComponentCompliancesCommandOutput | ListAppComponentRecommendationsCommandOutput | ListAppVersionResourceMappingsCommandOutput | ListAppVersionResourcesCommandOutput | ListAppVersionsCommandOutput | ListAppsCommandOutput | ListRecommendationTemplatesCommandOutput | ListResiliencyPoliciesCommandOutput | ListSopRecommendationsCommandOutput | ListSuggestedResiliencyPoliciesCommandOutput | ListTagsForResourceCommandOutput | ListTestRecommendationsCommandOutput | ListUnsupportedAppVersionResourcesCommandOutput | PublishAppVersionCommandOutput | PutDraftAppVersionTemplateCommandOutput | RemoveDraftAppVersionResourceMappingsCommandOutput | ResolveAppVersionResourcesCommandOutput | StartAppAssessmentCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAppCommandOutput | UpdateResiliencyPolicyCommandOutput;
|
|
50
|
+
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
51
|
+
|
|
52
|
+
requestHandler?: __HttpHandler;
|
|
53
|
+
|
|
54
|
+
sha256?: __HashConstructor;
|
|
55
|
+
|
|
56
|
+
urlParser?: __UrlParser;
|
|
57
|
+
|
|
58
|
+
bodyLengthChecker?: (body: any) => number | undefined;
|
|
59
|
+
|
|
60
|
+
streamCollector?: __StreamCollector;
|
|
61
|
+
|
|
62
|
+
base64Decoder?: __Decoder;
|
|
63
|
+
|
|
64
|
+
base64Encoder?: __Encoder;
|
|
65
|
+
|
|
66
|
+
utf8Decoder?: __Decoder;
|
|
67
|
+
|
|
68
|
+
utf8Encoder?: __Encoder;
|
|
69
|
+
|
|
70
|
+
runtime?: string;
|
|
71
|
+
|
|
72
|
+
disableHostPrefix?: boolean;
|
|
73
|
+
|
|
74
|
+
maxAttempts?: number | __Provider<number>;
|
|
75
|
+
|
|
76
|
+
retryMode?: string | __Provider<string>;
|
|
77
|
+
|
|
78
|
+
logger?: __Logger;
|
|
79
|
+
|
|
80
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
81
|
+
|
|
82
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
83
|
+
|
|
84
|
+
serviceId?: string;
|
|
85
|
+
|
|
86
|
+
region?: string | __Provider<string>;
|
|
87
|
+
|
|
88
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
89
|
+
|
|
90
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
91
|
+
|
|
92
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
93
|
+
|
|
94
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
95
|
+
}
|
|
96
|
+
declare type ResiliencehubClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
97
|
+
|
|
98
|
+
export interface ResiliencehubClientConfig extends ResiliencehubClientConfigType {
|
|
99
|
+
}
|
|
100
|
+
declare type ResiliencehubClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
|
|
101
|
+
|
|
102
|
+
export interface ResiliencehubClientResolvedConfig extends ResiliencehubClientResolvedConfigType {
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
export declare class ResiliencehubClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ResiliencehubClientResolvedConfig> {
|
|
106
|
+
|
|
107
|
+
readonly config: ResiliencehubClientResolvedConfig;
|
|
108
|
+
constructor(configuration: ResiliencehubClientConfig);
|
|
109
|
+
|
|
110
|
+
destroy(): void;
|
|
111
|
+
}
|
|
112
|
+
export {};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { AddDraftAppVersionResourceMappingsRequest, AddDraftAppVersionResourceMappingsResponse } from "../models/models_0";
|
|
4
|
+
import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
5
|
+
export interface AddDraftAppVersionResourceMappingsCommandInput extends AddDraftAppVersionResourceMappingsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface AddDraftAppVersionResourceMappingsCommandOutput extends AddDraftAppVersionResourceMappingsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class AddDraftAppVersionResourceMappingsCommand extends $Command<AddDraftAppVersionResourceMappingsCommandInput, AddDraftAppVersionResourceMappingsCommandOutput, ResiliencehubClientResolvedConfig> {
|
|
11
|
+
readonly input: AddDraftAppVersionResourceMappingsCommandInput;
|
|
12
|
+
constructor(input: AddDraftAppVersionResourceMappingsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddDraftAppVersionResourceMappingsCommandInput, AddDraftAppVersionResourceMappingsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CreateAppRequest, CreateAppResponse } from "../models/models_0";
|
|
4
|
+
import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
5
|
+
export interface CreateAppCommandInput extends CreateAppRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateAppCommandOutput extends CreateAppResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateAppCommand extends $Command<CreateAppCommandInput, CreateAppCommandOutput, ResiliencehubClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateAppCommandInput;
|
|
12
|
+
constructor(input: CreateAppCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAppCommandInput, CreateAppCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CreateRecommendationTemplateRequest, CreateRecommendationTemplateResponse } from "../models/models_0";
|
|
4
|
+
import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
5
|
+
export interface CreateRecommendationTemplateCommandInput extends CreateRecommendationTemplateRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateRecommendationTemplateCommandOutput extends CreateRecommendationTemplateResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateRecommendationTemplateCommand extends $Command<CreateRecommendationTemplateCommandInput, CreateRecommendationTemplateCommandOutput, ResiliencehubClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateRecommendationTemplateCommandInput;
|
|
12
|
+
constructor(input: CreateRecommendationTemplateCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRecommendationTemplateCommandInput, CreateRecommendationTemplateCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CreateResiliencyPolicyRequest, CreateResiliencyPolicyResponse } from "../models/models_0";
|
|
4
|
+
import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
5
|
+
export interface CreateResiliencyPolicyCommandInput extends CreateResiliencyPolicyRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateResiliencyPolicyCommandOutput extends CreateResiliencyPolicyResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateResiliencyPolicyCommand extends $Command<CreateResiliencyPolicyCommandInput, CreateResiliencyPolicyCommandOutput, ResiliencehubClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateResiliencyPolicyCommandInput;
|
|
12
|
+
constructor(input: CreateResiliencyPolicyCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateResiliencyPolicyCommandInput, CreateResiliencyPolicyCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeleteAppAssessmentRequest, DeleteAppAssessmentResponse } from "../models/models_0";
|
|
4
|
+
import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
5
|
+
export interface DeleteAppAssessmentCommandInput extends DeleteAppAssessmentRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteAppAssessmentCommandOutput extends DeleteAppAssessmentResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DeleteAppAssessmentCommand extends $Command<DeleteAppAssessmentCommandInput, DeleteAppAssessmentCommandOutput, ResiliencehubClientResolvedConfig> {
|
|
11
|
+
readonly input: DeleteAppAssessmentCommandInput;
|
|
12
|
+
constructor(input: DeleteAppAssessmentCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAppAssessmentCommandInput, DeleteAppAssessmentCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeleteAppRequest, DeleteAppResponse } from "../models/models_0";
|
|
4
|
+
import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
5
|
+
export interface DeleteAppCommandInput extends DeleteAppRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteAppCommandOutput extends DeleteAppResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DeleteAppCommand extends $Command<DeleteAppCommandInput, DeleteAppCommandOutput, ResiliencehubClientResolvedConfig> {
|
|
11
|
+
readonly input: DeleteAppCommandInput;
|
|
12
|
+
constructor(input: DeleteAppCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAppCommandInput, DeleteAppCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeleteRecommendationTemplateRequest, DeleteRecommendationTemplateResponse } from "../models/models_0";
|
|
4
|
+
import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
5
|
+
export interface DeleteRecommendationTemplateCommandInput extends DeleteRecommendationTemplateRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteRecommendationTemplateCommandOutput extends DeleteRecommendationTemplateResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DeleteRecommendationTemplateCommand extends $Command<DeleteRecommendationTemplateCommandInput, DeleteRecommendationTemplateCommandOutput, ResiliencehubClientResolvedConfig> {
|
|
11
|
+
readonly input: DeleteRecommendationTemplateCommandInput;
|
|
12
|
+
constructor(input: DeleteRecommendationTemplateCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRecommendationTemplateCommandInput, DeleteRecommendationTemplateCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeleteResiliencyPolicyRequest, DeleteResiliencyPolicyResponse } from "../models/models_0";
|
|
4
|
+
import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
5
|
+
export interface DeleteResiliencyPolicyCommandInput extends DeleteResiliencyPolicyRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteResiliencyPolicyCommandOutput extends DeleteResiliencyPolicyResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DeleteResiliencyPolicyCommand extends $Command<DeleteResiliencyPolicyCommandInput, DeleteResiliencyPolicyCommandOutput, ResiliencehubClientResolvedConfig> {
|
|
11
|
+
readonly input: DeleteResiliencyPolicyCommandInput;
|
|
12
|
+
constructor(input: DeleteResiliencyPolicyCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteResiliencyPolicyCommandInput, DeleteResiliencyPolicyCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeAppAssessmentRequest, DescribeAppAssessmentResponse } from "../models/models_0";
|
|
4
|
+
import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
5
|
+
export interface DescribeAppAssessmentCommandInput extends DescribeAppAssessmentRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeAppAssessmentCommandOutput extends DescribeAppAssessmentResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeAppAssessmentCommand extends $Command<DescribeAppAssessmentCommandInput, DescribeAppAssessmentCommandOutput, ResiliencehubClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeAppAssessmentCommandInput;
|
|
12
|
+
constructor(input: DescribeAppAssessmentCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAppAssessmentCommandInput, DescribeAppAssessmentCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeAppRequest, DescribeAppResponse } from "../models/models_0";
|
|
4
|
+
import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
5
|
+
export interface DescribeAppCommandInput extends DescribeAppRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeAppCommandOutput extends DescribeAppResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeAppCommand extends $Command<DescribeAppCommandInput, DescribeAppCommandOutput, ResiliencehubClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeAppCommandInput;
|
|
12
|
+
constructor(input: DescribeAppCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAppCommandInput, DescribeAppCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeAppVersionResourcesResolutionStatusRequest, DescribeAppVersionResourcesResolutionStatusResponse } from "../models/models_0";
|
|
4
|
+
import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
5
|
+
export interface DescribeAppVersionResourcesResolutionStatusCommandInput extends DescribeAppVersionResourcesResolutionStatusRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeAppVersionResourcesResolutionStatusCommandOutput extends DescribeAppVersionResourcesResolutionStatusResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeAppVersionResourcesResolutionStatusCommand extends $Command<DescribeAppVersionResourcesResolutionStatusCommandInput, DescribeAppVersionResourcesResolutionStatusCommandOutput, ResiliencehubClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeAppVersionResourcesResolutionStatusCommandInput;
|
|
12
|
+
constructor(input: DescribeAppVersionResourcesResolutionStatusCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAppVersionResourcesResolutionStatusCommandInput, DescribeAppVersionResourcesResolutionStatusCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeAppVersionTemplateRequest, DescribeAppVersionTemplateResponse } from "../models/models_0";
|
|
4
|
+
import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
5
|
+
export interface DescribeAppVersionTemplateCommandInput extends DescribeAppVersionTemplateRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeAppVersionTemplateCommandOutput extends DescribeAppVersionTemplateResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeAppVersionTemplateCommand extends $Command<DescribeAppVersionTemplateCommandInput, DescribeAppVersionTemplateCommandOutput, ResiliencehubClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeAppVersionTemplateCommandInput;
|
|
12
|
+
constructor(input: DescribeAppVersionTemplateCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAppVersionTemplateCommandInput, DescribeAppVersionTemplateCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeDraftAppVersionResourcesImportStatusRequest, DescribeDraftAppVersionResourcesImportStatusResponse } from "../models/models_0";
|
|
4
|
+
import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
5
|
+
export interface DescribeDraftAppVersionResourcesImportStatusCommandInput extends DescribeDraftAppVersionResourcesImportStatusRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeDraftAppVersionResourcesImportStatusCommandOutput extends DescribeDraftAppVersionResourcesImportStatusResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeDraftAppVersionResourcesImportStatusCommand extends $Command<DescribeDraftAppVersionResourcesImportStatusCommandInput, DescribeDraftAppVersionResourcesImportStatusCommandOutput, ResiliencehubClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeDraftAppVersionResourcesImportStatusCommandInput;
|
|
12
|
+
constructor(input: DescribeDraftAppVersionResourcesImportStatusCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDraftAppVersionResourcesImportStatusCommandInput, DescribeDraftAppVersionResourcesImportStatusCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeResiliencyPolicyRequest, DescribeResiliencyPolicyResponse } from "../models/models_0";
|
|
4
|
+
import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
5
|
+
export interface DescribeResiliencyPolicyCommandInput extends DescribeResiliencyPolicyRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeResiliencyPolicyCommandOutput extends DescribeResiliencyPolicyResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeResiliencyPolicyCommand extends $Command<DescribeResiliencyPolicyCommandInput, DescribeResiliencyPolicyCommandOutput, ResiliencehubClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeResiliencyPolicyCommandInput;
|
|
12
|
+
constructor(input: DescribeResiliencyPolicyCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeResiliencyPolicyCommandInput, DescribeResiliencyPolicyCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|