@aws-sdk/client-resiliencehub 3.927.0 → 3.929.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +2713 -2951
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/ResiliencehubClient.js +2 -0
- package/dist-es/commands/AcceptResourceGroupingRecommendationsCommand.js +3 -9
- package/dist-es/commands/AddDraftAppVersionResourceMappingsCommand.js +3 -9
- package/dist-es/commands/BatchUpdateRecommendationStatusCommand.js +3 -9
- package/dist-es/commands/CreateAppCommand.js +3 -10
- package/dist-es/commands/CreateAppVersionAppComponentCommand.js +3 -9
- package/dist-es/commands/CreateAppVersionResourceCommand.js +3 -9
- package/dist-es/commands/CreateRecommendationTemplateCommand.js +3 -10
- package/dist-es/commands/CreateResiliencyPolicyCommand.js +3 -10
- package/dist-es/commands/DeleteAppAssessmentCommand.js +3 -9
- package/dist-es/commands/DeleteAppCommand.js +3 -9
- package/dist-es/commands/DeleteAppInputSourceCommand.js +3 -9
- package/dist-es/commands/DeleteAppVersionAppComponentCommand.js +3 -9
- package/dist-es/commands/DeleteAppVersionResourceCommand.js +3 -9
- package/dist-es/commands/DeleteRecommendationTemplateCommand.js +3 -9
- package/dist-es/commands/DeleteResiliencyPolicyCommand.js +3 -9
- package/dist-es/commands/DescribeAppAssessmentCommand.js +3 -10
- package/dist-es/commands/DescribeAppCommand.js +3 -10
- package/dist-es/commands/DescribeAppVersionAppComponentCommand.js +3 -9
- package/dist-es/commands/DescribeAppVersionCommand.js +3 -9
- package/dist-es/commands/DescribeAppVersionResourceCommand.js +3 -9
- package/dist-es/commands/DescribeAppVersionResourcesResolutionStatusCommand.js +3 -9
- package/dist-es/commands/DescribeAppVersionTemplateCommand.js +3 -9
- package/dist-es/commands/DescribeDraftAppVersionResourcesImportStatusCommand.js +3 -9
- package/dist-es/commands/DescribeMetricsExportCommand.js +3 -9
- package/dist-es/commands/DescribeResiliencyPolicyCommand.js +3 -10
- package/dist-es/commands/DescribeResourceGroupingRecommendationTaskCommand.js +3 -9
- package/dist-es/commands/ImportResourcesToDraftAppVersionCommand.js +3 -9
- package/dist-es/commands/ListAlarmRecommendationsCommand.js +3 -9
- package/dist-es/commands/ListAppAssessmentComplianceDriftsCommand.js +3 -9
- package/dist-es/commands/ListAppAssessmentResourceDriftsCommand.js +3 -9
- package/dist-es/commands/ListAppAssessmentsCommand.js +3 -9
- package/dist-es/commands/ListAppComponentCompliancesCommand.js +3 -9
- package/dist-es/commands/ListAppComponentRecommendationsCommand.js +3 -9
- package/dist-es/commands/ListAppInputSourcesCommand.js +3 -9
- package/dist-es/commands/ListAppVersionAppComponentsCommand.js +3 -9
- package/dist-es/commands/ListAppVersionResourceMappingsCommand.js +3 -9
- package/dist-es/commands/ListAppVersionResourcesCommand.js +3 -9
- package/dist-es/commands/ListAppVersionsCommand.js +3 -9
- package/dist-es/commands/ListAppsCommand.js +3 -9
- package/dist-es/commands/ListMetricsCommand.js +3 -9
- package/dist-es/commands/ListRecommendationTemplatesCommand.js +3 -10
- package/dist-es/commands/ListResiliencyPoliciesCommand.js +3 -10
- package/dist-es/commands/ListResourceGroupingRecommendationsCommand.js +3 -9
- package/dist-es/commands/ListSopRecommendationsCommand.js +3 -9
- package/dist-es/commands/ListSuggestedResiliencyPoliciesCommand.js +3 -10
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -10
- package/dist-es/commands/ListTestRecommendationsCommand.js +3 -9
- package/dist-es/commands/ListUnsupportedAppVersionResourcesCommand.js +3 -9
- package/dist-es/commands/PublishAppVersionCommand.js +3 -9
- package/dist-es/commands/PutDraftAppVersionTemplateCommand.js +3 -9
- package/dist-es/commands/RejectResourceGroupingRecommendationsCommand.js +3 -9
- package/dist-es/commands/RemoveDraftAppVersionResourceMappingsCommand.js +3 -9
- package/dist-es/commands/ResolveAppVersionResourcesCommand.js +3 -9
- package/dist-es/commands/StartAppAssessmentCommand.js +3 -10
- package/dist-es/commands/StartMetricsExportCommand.js +3 -9
- package/dist-es/commands/StartResourceGroupingRecommendationTaskCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -10
- package/dist-es/commands/UntagResourceCommand.js +3 -10
- package/dist-es/commands/UpdateAppCommand.js +3 -10
- package/dist-es/commands/UpdateAppVersionAppComponentCommand.js +3 -9
- package/dist-es/commands/UpdateAppVersionCommand.js +3 -9
- package/dist-es/commands/UpdateAppVersionResourceCommand.js +3 -9
- package/dist-es/commands/UpdateResiliencyPolicyCommand.js +3 -10
- package/dist-es/models/models_0.js +0 -102
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +2596 -0
- package/dist-types/ResiliencehubClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -92
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +314 -0
- package/dist-types/ts3.4/ResiliencehubClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -67
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +320 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_restJson1.js +0 -2380
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -569
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -761
|
@@ -1,569 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { AcceptResourceGroupingRecommendationsCommandInput, AcceptResourceGroupingRecommendationsCommandOutput } from "../commands/AcceptResourceGroupingRecommendationsCommand";
|
|
4
|
-
import { AddDraftAppVersionResourceMappingsCommandInput, AddDraftAppVersionResourceMappingsCommandOutput } from "../commands/AddDraftAppVersionResourceMappingsCommand";
|
|
5
|
-
import { BatchUpdateRecommendationStatusCommandInput, BatchUpdateRecommendationStatusCommandOutput } from "../commands/BatchUpdateRecommendationStatusCommand";
|
|
6
|
-
import { CreateAppCommandInput, CreateAppCommandOutput } from "../commands/CreateAppCommand";
|
|
7
|
-
import { CreateAppVersionAppComponentCommandInput, CreateAppVersionAppComponentCommandOutput } from "../commands/CreateAppVersionAppComponentCommand";
|
|
8
|
-
import { CreateAppVersionResourceCommandInput, CreateAppVersionResourceCommandOutput } from "../commands/CreateAppVersionResourceCommand";
|
|
9
|
-
import { CreateRecommendationTemplateCommandInput, CreateRecommendationTemplateCommandOutput } from "../commands/CreateRecommendationTemplateCommand";
|
|
10
|
-
import { CreateResiliencyPolicyCommandInput, CreateResiliencyPolicyCommandOutput } from "../commands/CreateResiliencyPolicyCommand";
|
|
11
|
-
import { DeleteAppAssessmentCommandInput, DeleteAppAssessmentCommandOutput } from "../commands/DeleteAppAssessmentCommand";
|
|
12
|
-
import { DeleteAppCommandInput, DeleteAppCommandOutput } from "../commands/DeleteAppCommand";
|
|
13
|
-
import { DeleteAppInputSourceCommandInput, DeleteAppInputSourceCommandOutput } from "../commands/DeleteAppInputSourceCommand";
|
|
14
|
-
import { DeleteAppVersionAppComponentCommandInput, DeleteAppVersionAppComponentCommandOutput } from "../commands/DeleteAppVersionAppComponentCommand";
|
|
15
|
-
import { DeleteAppVersionResourceCommandInput, DeleteAppVersionResourceCommandOutput } from "../commands/DeleteAppVersionResourceCommand";
|
|
16
|
-
import { DeleteRecommendationTemplateCommandInput, DeleteRecommendationTemplateCommandOutput } from "../commands/DeleteRecommendationTemplateCommand";
|
|
17
|
-
import { DeleteResiliencyPolicyCommandInput, DeleteResiliencyPolicyCommandOutput } from "../commands/DeleteResiliencyPolicyCommand";
|
|
18
|
-
import { DescribeAppAssessmentCommandInput, DescribeAppAssessmentCommandOutput } from "../commands/DescribeAppAssessmentCommand";
|
|
19
|
-
import { DescribeAppCommandInput, DescribeAppCommandOutput } from "../commands/DescribeAppCommand";
|
|
20
|
-
import { DescribeAppVersionAppComponentCommandInput, DescribeAppVersionAppComponentCommandOutput } from "../commands/DescribeAppVersionAppComponentCommand";
|
|
21
|
-
import { DescribeAppVersionCommandInput, DescribeAppVersionCommandOutput } from "../commands/DescribeAppVersionCommand";
|
|
22
|
-
import { DescribeAppVersionResourceCommandInput, DescribeAppVersionResourceCommandOutput } from "../commands/DescribeAppVersionResourceCommand";
|
|
23
|
-
import { DescribeAppVersionResourcesResolutionStatusCommandInput, DescribeAppVersionResourcesResolutionStatusCommandOutput } from "../commands/DescribeAppVersionResourcesResolutionStatusCommand";
|
|
24
|
-
import { DescribeAppVersionTemplateCommandInput, DescribeAppVersionTemplateCommandOutput } from "../commands/DescribeAppVersionTemplateCommand";
|
|
25
|
-
import { DescribeDraftAppVersionResourcesImportStatusCommandInput, DescribeDraftAppVersionResourcesImportStatusCommandOutput } from "../commands/DescribeDraftAppVersionResourcesImportStatusCommand";
|
|
26
|
-
import { DescribeMetricsExportCommandInput, DescribeMetricsExportCommandOutput } from "../commands/DescribeMetricsExportCommand";
|
|
27
|
-
import { DescribeResiliencyPolicyCommandInput, DescribeResiliencyPolicyCommandOutput } from "../commands/DescribeResiliencyPolicyCommand";
|
|
28
|
-
import { DescribeResourceGroupingRecommendationTaskCommandInput, DescribeResourceGroupingRecommendationTaskCommandOutput } from "../commands/DescribeResourceGroupingRecommendationTaskCommand";
|
|
29
|
-
import { ImportResourcesToDraftAppVersionCommandInput, ImportResourcesToDraftAppVersionCommandOutput } from "../commands/ImportResourcesToDraftAppVersionCommand";
|
|
30
|
-
import { ListAlarmRecommendationsCommandInput, ListAlarmRecommendationsCommandOutput } from "../commands/ListAlarmRecommendationsCommand";
|
|
31
|
-
import { ListAppAssessmentComplianceDriftsCommandInput, ListAppAssessmentComplianceDriftsCommandOutput } from "../commands/ListAppAssessmentComplianceDriftsCommand";
|
|
32
|
-
import { ListAppAssessmentResourceDriftsCommandInput, ListAppAssessmentResourceDriftsCommandOutput } from "../commands/ListAppAssessmentResourceDriftsCommand";
|
|
33
|
-
import { ListAppAssessmentsCommandInput, ListAppAssessmentsCommandOutput } from "../commands/ListAppAssessmentsCommand";
|
|
34
|
-
import { ListAppComponentCompliancesCommandInput, ListAppComponentCompliancesCommandOutput } from "../commands/ListAppComponentCompliancesCommand";
|
|
35
|
-
import { ListAppComponentRecommendationsCommandInput, ListAppComponentRecommendationsCommandOutput } from "../commands/ListAppComponentRecommendationsCommand";
|
|
36
|
-
import { ListAppInputSourcesCommandInput, ListAppInputSourcesCommandOutput } from "../commands/ListAppInputSourcesCommand";
|
|
37
|
-
import { ListAppsCommandInput, ListAppsCommandOutput } from "../commands/ListAppsCommand";
|
|
38
|
-
import { ListAppVersionAppComponentsCommandInput, ListAppVersionAppComponentsCommandOutput } from "../commands/ListAppVersionAppComponentsCommand";
|
|
39
|
-
import { ListAppVersionResourceMappingsCommandInput, ListAppVersionResourceMappingsCommandOutput } from "../commands/ListAppVersionResourceMappingsCommand";
|
|
40
|
-
import { ListAppVersionResourcesCommandInput, ListAppVersionResourcesCommandOutput } from "../commands/ListAppVersionResourcesCommand";
|
|
41
|
-
import { ListAppVersionsCommandInput, ListAppVersionsCommandOutput } from "../commands/ListAppVersionsCommand";
|
|
42
|
-
import { ListMetricsCommandInput, ListMetricsCommandOutput } from "../commands/ListMetricsCommand";
|
|
43
|
-
import { ListRecommendationTemplatesCommandInput, ListRecommendationTemplatesCommandOutput } from "../commands/ListRecommendationTemplatesCommand";
|
|
44
|
-
import { ListResiliencyPoliciesCommandInput, ListResiliencyPoliciesCommandOutput } from "../commands/ListResiliencyPoliciesCommand";
|
|
45
|
-
import { ListResourceGroupingRecommendationsCommandInput, ListResourceGroupingRecommendationsCommandOutput } from "../commands/ListResourceGroupingRecommendationsCommand";
|
|
46
|
-
import { ListSopRecommendationsCommandInput, ListSopRecommendationsCommandOutput } from "../commands/ListSopRecommendationsCommand";
|
|
47
|
-
import { ListSuggestedResiliencyPoliciesCommandInput, ListSuggestedResiliencyPoliciesCommandOutput } from "../commands/ListSuggestedResiliencyPoliciesCommand";
|
|
48
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
49
|
-
import { ListTestRecommendationsCommandInput, ListTestRecommendationsCommandOutput } from "../commands/ListTestRecommendationsCommand";
|
|
50
|
-
import { ListUnsupportedAppVersionResourcesCommandInput, ListUnsupportedAppVersionResourcesCommandOutput } from "../commands/ListUnsupportedAppVersionResourcesCommand";
|
|
51
|
-
import { PublishAppVersionCommandInput, PublishAppVersionCommandOutput } from "../commands/PublishAppVersionCommand";
|
|
52
|
-
import { PutDraftAppVersionTemplateCommandInput, PutDraftAppVersionTemplateCommandOutput } from "../commands/PutDraftAppVersionTemplateCommand";
|
|
53
|
-
import { RejectResourceGroupingRecommendationsCommandInput, RejectResourceGroupingRecommendationsCommandOutput } from "../commands/RejectResourceGroupingRecommendationsCommand";
|
|
54
|
-
import { RemoveDraftAppVersionResourceMappingsCommandInput, RemoveDraftAppVersionResourceMappingsCommandOutput } from "../commands/RemoveDraftAppVersionResourceMappingsCommand";
|
|
55
|
-
import { ResolveAppVersionResourcesCommandInput, ResolveAppVersionResourcesCommandOutput } from "../commands/ResolveAppVersionResourcesCommand";
|
|
56
|
-
import { StartAppAssessmentCommandInput, StartAppAssessmentCommandOutput } from "../commands/StartAppAssessmentCommand";
|
|
57
|
-
import { StartMetricsExportCommandInput, StartMetricsExportCommandOutput } from "../commands/StartMetricsExportCommand";
|
|
58
|
-
import { StartResourceGroupingRecommendationTaskCommandInput, StartResourceGroupingRecommendationTaskCommandOutput } from "../commands/StartResourceGroupingRecommendationTaskCommand";
|
|
59
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
60
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
61
|
-
import { UpdateAppCommandInput, UpdateAppCommandOutput } from "../commands/UpdateAppCommand";
|
|
62
|
-
import { UpdateAppVersionAppComponentCommandInput, UpdateAppVersionAppComponentCommandOutput } from "../commands/UpdateAppVersionAppComponentCommand";
|
|
63
|
-
import { UpdateAppVersionCommandInput, UpdateAppVersionCommandOutput } from "../commands/UpdateAppVersionCommand";
|
|
64
|
-
import { UpdateAppVersionResourceCommandInput, UpdateAppVersionResourceCommandOutput } from "../commands/UpdateAppVersionResourceCommand";
|
|
65
|
-
import { UpdateResiliencyPolicyCommandInput, UpdateResiliencyPolicyCommandOutput } from "../commands/UpdateResiliencyPolicyCommand";
|
|
66
|
-
/**
|
|
67
|
-
* serializeAws_restJson1AcceptResourceGroupingRecommendationsCommand
|
|
68
|
-
*/
|
|
69
|
-
export declare const se_AcceptResourceGroupingRecommendationsCommand: (input: AcceptResourceGroupingRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
|
-
/**
|
|
71
|
-
* serializeAws_restJson1AddDraftAppVersionResourceMappingsCommand
|
|
72
|
-
*/
|
|
73
|
-
export declare const se_AddDraftAppVersionResourceMappingsCommand: (input: AddDraftAppVersionResourceMappingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
|
-
/**
|
|
75
|
-
* serializeAws_restJson1BatchUpdateRecommendationStatusCommand
|
|
76
|
-
*/
|
|
77
|
-
export declare const se_BatchUpdateRecommendationStatusCommand: (input: BatchUpdateRecommendationStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
|
-
/**
|
|
79
|
-
* serializeAws_restJson1CreateAppCommand
|
|
80
|
-
*/
|
|
81
|
-
export declare const se_CreateAppCommand: (input: CreateAppCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
|
-
/**
|
|
83
|
-
* serializeAws_restJson1CreateAppVersionAppComponentCommand
|
|
84
|
-
*/
|
|
85
|
-
export declare const se_CreateAppVersionAppComponentCommand: (input: CreateAppVersionAppComponentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
|
-
/**
|
|
87
|
-
* serializeAws_restJson1CreateAppVersionResourceCommand
|
|
88
|
-
*/
|
|
89
|
-
export declare const se_CreateAppVersionResourceCommand: (input: CreateAppVersionResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
|
-
/**
|
|
91
|
-
* serializeAws_restJson1CreateRecommendationTemplateCommand
|
|
92
|
-
*/
|
|
93
|
-
export declare const se_CreateRecommendationTemplateCommand: (input: CreateRecommendationTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
94
|
-
/**
|
|
95
|
-
* serializeAws_restJson1CreateResiliencyPolicyCommand
|
|
96
|
-
*/
|
|
97
|
-
export declare const se_CreateResiliencyPolicyCommand: (input: CreateResiliencyPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
98
|
-
/**
|
|
99
|
-
* serializeAws_restJson1DeleteAppCommand
|
|
100
|
-
*/
|
|
101
|
-
export declare const se_DeleteAppCommand: (input: DeleteAppCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
102
|
-
/**
|
|
103
|
-
* serializeAws_restJson1DeleteAppAssessmentCommand
|
|
104
|
-
*/
|
|
105
|
-
export declare const se_DeleteAppAssessmentCommand: (input: DeleteAppAssessmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
106
|
-
/**
|
|
107
|
-
* serializeAws_restJson1DeleteAppInputSourceCommand
|
|
108
|
-
*/
|
|
109
|
-
export declare const se_DeleteAppInputSourceCommand: (input: DeleteAppInputSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
110
|
-
/**
|
|
111
|
-
* serializeAws_restJson1DeleteAppVersionAppComponentCommand
|
|
112
|
-
*/
|
|
113
|
-
export declare const se_DeleteAppVersionAppComponentCommand: (input: DeleteAppVersionAppComponentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
114
|
-
/**
|
|
115
|
-
* serializeAws_restJson1DeleteAppVersionResourceCommand
|
|
116
|
-
*/
|
|
117
|
-
export declare const se_DeleteAppVersionResourceCommand: (input: DeleteAppVersionResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
118
|
-
/**
|
|
119
|
-
* serializeAws_restJson1DeleteRecommendationTemplateCommand
|
|
120
|
-
*/
|
|
121
|
-
export declare const se_DeleteRecommendationTemplateCommand: (input: DeleteRecommendationTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
122
|
-
/**
|
|
123
|
-
* serializeAws_restJson1DeleteResiliencyPolicyCommand
|
|
124
|
-
*/
|
|
125
|
-
export declare const se_DeleteResiliencyPolicyCommand: (input: DeleteResiliencyPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
126
|
-
/**
|
|
127
|
-
* serializeAws_restJson1DescribeAppCommand
|
|
128
|
-
*/
|
|
129
|
-
export declare const se_DescribeAppCommand: (input: DescribeAppCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
130
|
-
/**
|
|
131
|
-
* serializeAws_restJson1DescribeAppAssessmentCommand
|
|
132
|
-
*/
|
|
133
|
-
export declare const se_DescribeAppAssessmentCommand: (input: DescribeAppAssessmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
134
|
-
/**
|
|
135
|
-
* serializeAws_restJson1DescribeAppVersionCommand
|
|
136
|
-
*/
|
|
137
|
-
export declare const se_DescribeAppVersionCommand: (input: DescribeAppVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
138
|
-
/**
|
|
139
|
-
* serializeAws_restJson1DescribeAppVersionAppComponentCommand
|
|
140
|
-
*/
|
|
141
|
-
export declare const se_DescribeAppVersionAppComponentCommand: (input: DescribeAppVersionAppComponentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
142
|
-
/**
|
|
143
|
-
* serializeAws_restJson1DescribeAppVersionResourceCommand
|
|
144
|
-
*/
|
|
145
|
-
export declare const se_DescribeAppVersionResourceCommand: (input: DescribeAppVersionResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
146
|
-
/**
|
|
147
|
-
* serializeAws_restJson1DescribeAppVersionResourcesResolutionStatusCommand
|
|
148
|
-
*/
|
|
149
|
-
export declare const se_DescribeAppVersionResourcesResolutionStatusCommand: (input: DescribeAppVersionResourcesResolutionStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
150
|
-
/**
|
|
151
|
-
* serializeAws_restJson1DescribeAppVersionTemplateCommand
|
|
152
|
-
*/
|
|
153
|
-
export declare const se_DescribeAppVersionTemplateCommand: (input: DescribeAppVersionTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
154
|
-
/**
|
|
155
|
-
* serializeAws_restJson1DescribeDraftAppVersionResourcesImportStatusCommand
|
|
156
|
-
*/
|
|
157
|
-
export declare const se_DescribeDraftAppVersionResourcesImportStatusCommand: (input: DescribeDraftAppVersionResourcesImportStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
158
|
-
/**
|
|
159
|
-
* serializeAws_restJson1DescribeMetricsExportCommand
|
|
160
|
-
*/
|
|
161
|
-
export declare const se_DescribeMetricsExportCommand: (input: DescribeMetricsExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
162
|
-
/**
|
|
163
|
-
* serializeAws_restJson1DescribeResiliencyPolicyCommand
|
|
164
|
-
*/
|
|
165
|
-
export declare const se_DescribeResiliencyPolicyCommand: (input: DescribeResiliencyPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
166
|
-
/**
|
|
167
|
-
* serializeAws_restJson1DescribeResourceGroupingRecommendationTaskCommand
|
|
168
|
-
*/
|
|
169
|
-
export declare const se_DescribeResourceGroupingRecommendationTaskCommand: (input: DescribeResourceGroupingRecommendationTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
170
|
-
/**
|
|
171
|
-
* serializeAws_restJson1ImportResourcesToDraftAppVersionCommand
|
|
172
|
-
*/
|
|
173
|
-
export declare const se_ImportResourcesToDraftAppVersionCommand: (input: ImportResourcesToDraftAppVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
174
|
-
/**
|
|
175
|
-
* serializeAws_restJson1ListAlarmRecommendationsCommand
|
|
176
|
-
*/
|
|
177
|
-
export declare const se_ListAlarmRecommendationsCommand: (input: ListAlarmRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
178
|
-
/**
|
|
179
|
-
* serializeAws_restJson1ListAppAssessmentComplianceDriftsCommand
|
|
180
|
-
*/
|
|
181
|
-
export declare const se_ListAppAssessmentComplianceDriftsCommand: (input: ListAppAssessmentComplianceDriftsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
182
|
-
/**
|
|
183
|
-
* serializeAws_restJson1ListAppAssessmentResourceDriftsCommand
|
|
184
|
-
*/
|
|
185
|
-
export declare const se_ListAppAssessmentResourceDriftsCommand: (input: ListAppAssessmentResourceDriftsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
186
|
-
/**
|
|
187
|
-
* serializeAws_restJson1ListAppAssessmentsCommand
|
|
188
|
-
*/
|
|
189
|
-
export declare const se_ListAppAssessmentsCommand: (input: ListAppAssessmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
190
|
-
/**
|
|
191
|
-
* serializeAws_restJson1ListAppComponentCompliancesCommand
|
|
192
|
-
*/
|
|
193
|
-
export declare const se_ListAppComponentCompliancesCommand: (input: ListAppComponentCompliancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
194
|
-
/**
|
|
195
|
-
* serializeAws_restJson1ListAppComponentRecommendationsCommand
|
|
196
|
-
*/
|
|
197
|
-
export declare const se_ListAppComponentRecommendationsCommand: (input: ListAppComponentRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
198
|
-
/**
|
|
199
|
-
* serializeAws_restJson1ListAppInputSourcesCommand
|
|
200
|
-
*/
|
|
201
|
-
export declare const se_ListAppInputSourcesCommand: (input: ListAppInputSourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
202
|
-
/**
|
|
203
|
-
* serializeAws_restJson1ListAppsCommand
|
|
204
|
-
*/
|
|
205
|
-
export declare const se_ListAppsCommand: (input: ListAppsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
206
|
-
/**
|
|
207
|
-
* serializeAws_restJson1ListAppVersionAppComponentsCommand
|
|
208
|
-
*/
|
|
209
|
-
export declare const se_ListAppVersionAppComponentsCommand: (input: ListAppVersionAppComponentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
210
|
-
/**
|
|
211
|
-
* serializeAws_restJson1ListAppVersionResourceMappingsCommand
|
|
212
|
-
*/
|
|
213
|
-
export declare const se_ListAppVersionResourceMappingsCommand: (input: ListAppVersionResourceMappingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
214
|
-
/**
|
|
215
|
-
* serializeAws_restJson1ListAppVersionResourcesCommand
|
|
216
|
-
*/
|
|
217
|
-
export declare const se_ListAppVersionResourcesCommand: (input: ListAppVersionResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
218
|
-
/**
|
|
219
|
-
* serializeAws_restJson1ListAppVersionsCommand
|
|
220
|
-
*/
|
|
221
|
-
export declare const se_ListAppVersionsCommand: (input: ListAppVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
222
|
-
/**
|
|
223
|
-
* serializeAws_restJson1ListMetricsCommand
|
|
224
|
-
*/
|
|
225
|
-
export declare const se_ListMetricsCommand: (input: ListMetricsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
226
|
-
/**
|
|
227
|
-
* serializeAws_restJson1ListRecommendationTemplatesCommand
|
|
228
|
-
*/
|
|
229
|
-
export declare const se_ListRecommendationTemplatesCommand: (input: ListRecommendationTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
230
|
-
/**
|
|
231
|
-
* serializeAws_restJson1ListResiliencyPoliciesCommand
|
|
232
|
-
*/
|
|
233
|
-
export declare const se_ListResiliencyPoliciesCommand: (input: ListResiliencyPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
234
|
-
/**
|
|
235
|
-
* serializeAws_restJson1ListResourceGroupingRecommendationsCommand
|
|
236
|
-
*/
|
|
237
|
-
export declare const se_ListResourceGroupingRecommendationsCommand: (input: ListResourceGroupingRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
238
|
-
/**
|
|
239
|
-
* serializeAws_restJson1ListSopRecommendationsCommand
|
|
240
|
-
*/
|
|
241
|
-
export declare const se_ListSopRecommendationsCommand: (input: ListSopRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
242
|
-
/**
|
|
243
|
-
* serializeAws_restJson1ListSuggestedResiliencyPoliciesCommand
|
|
244
|
-
*/
|
|
245
|
-
export declare const se_ListSuggestedResiliencyPoliciesCommand: (input: ListSuggestedResiliencyPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
246
|
-
/**
|
|
247
|
-
* serializeAws_restJson1ListTagsForResourceCommand
|
|
248
|
-
*/
|
|
249
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
250
|
-
/**
|
|
251
|
-
* serializeAws_restJson1ListTestRecommendationsCommand
|
|
252
|
-
*/
|
|
253
|
-
export declare const se_ListTestRecommendationsCommand: (input: ListTestRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
254
|
-
/**
|
|
255
|
-
* serializeAws_restJson1ListUnsupportedAppVersionResourcesCommand
|
|
256
|
-
*/
|
|
257
|
-
export declare const se_ListUnsupportedAppVersionResourcesCommand: (input: ListUnsupportedAppVersionResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
258
|
-
/**
|
|
259
|
-
* serializeAws_restJson1PublishAppVersionCommand
|
|
260
|
-
*/
|
|
261
|
-
export declare const se_PublishAppVersionCommand: (input: PublishAppVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
262
|
-
/**
|
|
263
|
-
* serializeAws_restJson1PutDraftAppVersionTemplateCommand
|
|
264
|
-
*/
|
|
265
|
-
export declare const se_PutDraftAppVersionTemplateCommand: (input: PutDraftAppVersionTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
266
|
-
/**
|
|
267
|
-
* serializeAws_restJson1RejectResourceGroupingRecommendationsCommand
|
|
268
|
-
*/
|
|
269
|
-
export declare const se_RejectResourceGroupingRecommendationsCommand: (input: RejectResourceGroupingRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
270
|
-
/**
|
|
271
|
-
* serializeAws_restJson1RemoveDraftAppVersionResourceMappingsCommand
|
|
272
|
-
*/
|
|
273
|
-
export declare const se_RemoveDraftAppVersionResourceMappingsCommand: (input: RemoveDraftAppVersionResourceMappingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
274
|
-
/**
|
|
275
|
-
* serializeAws_restJson1ResolveAppVersionResourcesCommand
|
|
276
|
-
*/
|
|
277
|
-
export declare const se_ResolveAppVersionResourcesCommand: (input: ResolveAppVersionResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
278
|
-
/**
|
|
279
|
-
* serializeAws_restJson1StartAppAssessmentCommand
|
|
280
|
-
*/
|
|
281
|
-
export declare const se_StartAppAssessmentCommand: (input: StartAppAssessmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
282
|
-
/**
|
|
283
|
-
* serializeAws_restJson1StartMetricsExportCommand
|
|
284
|
-
*/
|
|
285
|
-
export declare const se_StartMetricsExportCommand: (input: StartMetricsExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
286
|
-
/**
|
|
287
|
-
* serializeAws_restJson1StartResourceGroupingRecommendationTaskCommand
|
|
288
|
-
*/
|
|
289
|
-
export declare const se_StartResourceGroupingRecommendationTaskCommand: (input: StartResourceGroupingRecommendationTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
290
|
-
/**
|
|
291
|
-
* serializeAws_restJson1TagResourceCommand
|
|
292
|
-
*/
|
|
293
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
294
|
-
/**
|
|
295
|
-
* serializeAws_restJson1UntagResourceCommand
|
|
296
|
-
*/
|
|
297
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
298
|
-
/**
|
|
299
|
-
* serializeAws_restJson1UpdateAppCommand
|
|
300
|
-
*/
|
|
301
|
-
export declare const se_UpdateAppCommand: (input: UpdateAppCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
302
|
-
/**
|
|
303
|
-
* serializeAws_restJson1UpdateAppVersionCommand
|
|
304
|
-
*/
|
|
305
|
-
export declare const se_UpdateAppVersionCommand: (input: UpdateAppVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
306
|
-
/**
|
|
307
|
-
* serializeAws_restJson1UpdateAppVersionAppComponentCommand
|
|
308
|
-
*/
|
|
309
|
-
export declare const se_UpdateAppVersionAppComponentCommand: (input: UpdateAppVersionAppComponentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
310
|
-
/**
|
|
311
|
-
* serializeAws_restJson1UpdateAppVersionResourceCommand
|
|
312
|
-
*/
|
|
313
|
-
export declare const se_UpdateAppVersionResourceCommand: (input: UpdateAppVersionResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
314
|
-
/**
|
|
315
|
-
* serializeAws_restJson1UpdateResiliencyPolicyCommand
|
|
316
|
-
*/
|
|
317
|
-
export declare const se_UpdateResiliencyPolicyCommand: (input: UpdateResiliencyPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
318
|
-
/**
|
|
319
|
-
* deserializeAws_restJson1AcceptResourceGroupingRecommendationsCommand
|
|
320
|
-
*/
|
|
321
|
-
export declare const de_AcceptResourceGroupingRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptResourceGroupingRecommendationsCommandOutput>;
|
|
322
|
-
/**
|
|
323
|
-
* deserializeAws_restJson1AddDraftAppVersionResourceMappingsCommand
|
|
324
|
-
*/
|
|
325
|
-
export declare const de_AddDraftAppVersionResourceMappingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddDraftAppVersionResourceMappingsCommandOutput>;
|
|
326
|
-
/**
|
|
327
|
-
* deserializeAws_restJson1BatchUpdateRecommendationStatusCommand
|
|
328
|
-
*/
|
|
329
|
-
export declare const de_BatchUpdateRecommendationStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchUpdateRecommendationStatusCommandOutput>;
|
|
330
|
-
/**
|
|
331
|
-
* deserializeAws_restJson1CreateAppCommand
|
|
332
|
-
*/
|
|
333
|
-
export declare const de_CreateAppCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAppCommandOutput>;
|
|
334
|
-
/**
|
|
335
|
-
* deserializeAws_restJson1CreateAppVersionAppComponentCommand
|
|
336
|
-
*/
|
|
337
|
-
export declare const de_CreateAppVersionAppComponentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAppVersionAppComponentCommandOutput>;
|
|
338
|
-
/**
|
|
339
|
-
* deserializeAws_restJson1CreateAppVersionResourceCommand
|
|
340
|
-
*/
|
|
341
|
-
export declare const de_CreateAppVersionResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAppVersionResourceCommandOutput>;
|
|
342
|
-
/**
|
|
343
|
-
* deserializeAws_restJson1CreateRecommendationTemplateCommand
|
|
344
|
-
*/
|
|
345
|
-
export declare const de_CreateRecommendationTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRecommendationTemplateCommandOutput>;
|
|
346
|
-
/**
|
|
347
|
-
* deserializeAws_restJson1CreateResiliencyPolicyCommand
|
|
348
|
-
*/
|
|
349
|
-
export declare const de_CreateResiliencyPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateResiliencyPolicyCommandOutput>;
|
|
350
|
-
/**
|
|
351
|
-
* deserializeAws_restJson1DeleteAppCommand
|
|
352
|
-
*/
|
|
353
|
-
export declare const de_DeleteAppCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAppCommandOutput>;
|
|
354
|
-
/**
|
|
355
|
-
* deserializeAws_restJson1DeleteAppAssessmentCommand
|
|
356
|
-
*/
|
|
357
|
-
export declare const de_DeleteAppAssessmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAppAssessmentCommandOutput>;
|
|
358
|
-
/**
|
|
359
|
-
* deserializeAws_restJson1DeleteAppInputSourceCommand
|
|
360
|
-
*/
|
|
361
|
-
export declare const de_DeleteAppInputSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAppInputSourceCommandOutput>;
|
|
362
|
-
/**
|
|
363
|
-
* deserializeAws_restJson1DeleteAppVersionAppComponentCommand
|
|
364
|
-
*/
|
|
365
|
-
export declare const de_DeleteAppVersionAppComponentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAppVersionAppComponentCommandOutput>;
|
|
366
|
-
/**
|
|
367
|
-
* deserializeAws_restJson1DeleteAppVersionResourceCommand
|
|
368
|
-
*/
|
|
369
|
-
export declare const de_DeleteAppVersionResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAppVersionResourceCommandOutput>;
|
|
370
|
-
/**
|
|
371
|
-
* deserializeAws_restJson1DeleteRecommendationTemplateCommand
|
|
372
|
-
*/
|
|
373
|
-
export declare const de_DeleteRecommendationTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRecommendationTemplateCommandOutput>;
|
|
374
|
-
/**
|
|
375
|
-
* deserializeAws_restJson1DeleteResiliencyPolicyCommand
|
|
376
|
-
*/
|
|
377
|
-
export declare const de_DeleteResiliencyPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResiliencyPolicyCommandOutput>;
|
|
378
|
-
/**
|
|
379
|
-
* deserializeAws_restJson1DescribeAppCommand
|
|
380
|
-
*/
|
|
381
|
-
export declare const de_DescribeAppCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAppCommandOutput>;
|
|
382
|
-
/**
|
|
383
|
-
* deserializeAws_restJson1DescribeAppAssessmentCommand
|
|
384
|
-
*/
|
|
385
|
-
export declare const de_DescribeAppAssessmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAppAssessmentCommandOutput>;
|
|
386
|
-
/**
|
|
387
|
-
* deserializeAws_restJson1DescribeAppVersionCommand
|
|
388
|
-
*/
|
|
389
|
-
export declare const de_DescribeAppVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAppVersionCommandOutput>;
|
|
390
|
-
/**
|
|
391
|
-
* deserializeAws_restJson1DescribeAppVersionAppComponentCommand
|
|
392
|
-
*/
|
|
393
|
-
export declare const de_DescribeAppVersionAppComponentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAppVersionAppComponentCommandOutput>;
|
|
394
|
-
/**
|
|
395
|
-
* deserializeAws_restJson1DescribeAppVersionResourceCommand
|
|
396
|
-
*/
|
|
397
|
-
export declare const de_DescribeAppVersionResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAppVersionResourceCommandOutput>;
|
|
398
|
-
/**
|
|
399
|
-
* deserializeAws_restJson1DescribeAppVersionResourcesResolutionStatusCommand
|
|
400
|
-
*/
|
|
401
|
-
export declare const de_DescribeAppVersionResourcesResolutionStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAppVersionResourcesResolutionStatusCommandOutput>;
|
|
402
|
-
/**
|
|
403
|
-
* deserializeAws_restJson1DescribeAppVersionTemplateCommand
|
|
404
|
-
*/
|
|
405
|
-
export declare const de_DescribeAppVersionTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAppVersionTemplateCommandOutput>;
|
|
406
|
-
/**
|
|
407
|
-
* deserializeAws_restJson1DescribeDraftAppVersionResourcesImportStatusCommand
|
|
408
|
-
*/
|
|
409
|
-
export declare const de_DescribeDraftAppVersionResourcesImportStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDraftAppVersionResourcesImportStatusCommandOutput>;
|
|
410
|
-
/**
|
|
411
|
-
* deserializeAws_restJson1DescribeMetricsExportCommand
|
|
412
|
-
*/
|
|
413
|
-
export declare const de_DescribeMetricsExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMetricsExportCommandOutput>;
|
|
414
|
-
/**
|
|
415
|
-
* deserializeAws_restJson1DescribeResiliencyPolicyCommand
|
|
416
|
-
*/
|
|
417
|
-
export declare const de_DescribeResiliencyPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeResiliencyPolicyCommandOutput>;
|
|
418
|
-
/**
|
|
419
|
-
* deserializeAws_restJson1DescribeResourceGroupingRecommendationTaskCommand
|
|
420
|
-
*/
|
|
421
|
-
export declare const de_DescribeResourceGroupingRecommendationTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeResourceGroupingRecommendationTaskCommandOutput>;
|
|
422
|
-
/**
|
|
423
|
-
* deserializeAws_restJson1ImportResourcesToDraftAppVersionCommand
|
|
424
|
-
*/
|
|
425
|
-
export declare const de_ImportResourcesToDraftAppVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportResourcesToDraftAppVersionCommandOutput>;
|
|
426
|
-
/**
|
|
427
|
-
* deserializeAws_restJson1ListAlarmRecommendationsCommand
|
|
428
|
-
*/
|
|
429
|
-
export declare const de_ListAlarmRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAlarmRecommendationsCommandOutput>;
|
|
430
|
-
/**
|
|
431
|
-
* deserializeAws_restJson1ListAppAssessmentComplianceDriftsCommand
|
|
432
|
-
*/
|
|
433
|
-
export declare const de_ListAppAssessmentComplianceDriftsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppAssessmentComplianceDriftsCommandOutput>;
|
|
434
|
-
/**
|
|
435
|
-
* deserializeAws_restJson1ListAppAssessmentResourceDriftsCommand
|
|
436
|
-
*/
|
|
437
|
-
export declare const de_ListAppAssessmentResourceDriftsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppAssessmentResourceDriftsCommandOutput>;
|
|
438
|
-
/**
|
|
439
|
-
* deserializeAws_restJson1ListAppAssessmentsCommand
|
|
440
|
-
*/
|
|
441
|
-
export declare const de_ListAppAssessmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppAssessmentsCommandOutput>;
|
|
442
|
-
/**
|
|
443
|
-
* deserializeAws_restJson1ListAppComponentCompliancesCommand
|
|
444
|
-
*/
|
|
445
|
-
export declare const de_ListAppComponentCompliancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppComponentCompliancesCommandOutput>;
|
|
446
|
-
/**
|
|
447
|
-
* deserializeAws_restJson1ListAppComponentRecommendationsCommand
|
|
448
|
-
*/
|
|
449
|
-
export declare const de_ListAppComponentRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppComponentRecommendationsCommandOutput>;
|
|
450
|
-
/**
|
|
451
|
-
* deserializeAws_restJson1ListAppInputSourcesCommand
|
|
452
|
-
*/
|
|
453
|
-
export declare const de_ListAppInputSourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppInputSourcesCommandOutput>;
|
|
454
|
-
/**
|
|
455
|
-
* deserializeAws_restJson1ListAppsCommand
|
|
456
|
-
*/
|
|
457
|
-
export declare const de_ListAppsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppsCommandOutput>;
|
|
458
|
-
/**
|
|
459
|
-
* deserializeAws_restJson1ListAppVersionAppComponentsCommand
|
|
460
|
-
*/
|
|
461
|
-
export declare const de_ListAppVersionAppComponentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppVersionAppComponentsCommandOutput>;
|
|
462
|
-
/**
|
|
463
|
-
* deserializeAws_restJson1ListAppVersionResourceMappingsCommand
|
|
464
|
-
*/
|
|
465
|
-
export declare const de_ListAppVersionResourceMappingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppVersionResourceMappingsCommandOutput>;
|
|
466
|
-
/**
|
|
467
|
-
* deserializeAws_restJson1ListAppVersionResourcesCommand
|
|
468
|
-
*/
|
|
469
|
-
export declare const de_ListAppVersionResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppVersionResourcesCommandOutput>;
|
|
470
|
-
/**
|
|
471
|
-
* deserializeAws_restJson1ListAppVersionsCommand
|
|
472
|
-
*/
|
|
473
|
-
export declare const de_ListAppVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppVersionsCommandOutput>;
|
|
474
|
-
/**
|
|
475
|
-
* deserializeAws_restJson1ListMetricsCommand
|
|
476
|
-
*/
|
|
477
|
-
export declare const de_ListMetricsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMetricsCommandOutput>;
|
|
478
|
-
/**
|
|
479
|
-
* deserializeAws_restJson1ListRecommendationTemplatesCommand
|
|
480
|
-
*/
|
|
481
|
-
export declare const de_ListRecommendationTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRecommendationTemplatesCommandOutput>;
|
|
482
|
-
/**
|
|
483
|
-
* deserializeAws_restJson1ListResiliencyPoliciesCommand
|
|
484
|
-
*/
|
|
485
|
-
export declare const de_ListResiliencyPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResiliencyPoliciesCommandOutput>;
|
|
486
|
-
/**
|
|
487
|
-
* deserializeAws_restJson1ListResourceGroupingRecommendationsCommand
|
|
488
|
-
*/
|
|
489
|
-
export declare const de_ListResourceGroupingRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourceGroupingRecommendationsCommandOutput>;
|
|
490
|
-
/**
|
|
491
|
-
* deserializeAws_restJson1ListSopRecommendationsCommand
|
|
492
|
-
*/
|
|
493
|
-
export declare const de_ListSopRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSopRecommendationsCommandOutput>;
|
|
494
|
-
/**
|
|
495
|
-
* deserializeAws_restJson1ListSuggestedResiliencyPoliciesCommand
|
|
496
|
-
*/
|
|
497
|
-
export declare const de_ListSuggestedResiliencyPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSuggestedResiliencyPoliciesCommandOutput>;
|
|
498
|
-
/**
|
|
499
|
-
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
500
|
-
*/
|
|
501
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
502
|
-
/**
|
|
503
|
-
* deserializeAws_restJson1ListTestRecommendationsCommand
|
|
504
|
-
*/
|
|
505
|
-
export declare const de_ListTestRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTestRecommendationsCommandOutput>;
|
|
506
|
-
/**
|
|
507
|
-
* deserializeAws_restJson1ListUnsupportedAppVersionResourcesCommand
|
|
508
|
-
*/
|
|
509
|
-
export declare const de_ListUnsupportedAppVersionResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUnsupportedAppVersionResourcesCommandOutput>;
|
|
510
|
-
/**
|
|
511
|
-
* deserializeAws_restJson1PublishAppVersionCommand
|
|
512
|
-
*/
|
|
513
|
-
export declare const de_PublishAppVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PublishAppVersionCommandOutput>;
|
|
514
|
-
/**
|
|
515
|
-
* deserializeAws_restJson1PutDraftAppVersionTemplateCommand
|
|
516
|
-
*/
|
|
517
|
-
export declare const de_PutDraftAppVersionTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutDraftAppVersionTemplateCommandOutput>;
|
|
518
|
-
/**
|
|
519
|
-
* deserializeAws_restJson1RejectResourceGroupingRecommendationsCommand
|
|
520
|
-
*/
|
|
521
|
-
export declare const de_RejectResourceGroupingRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RejectResourceGroupingRecommendationsCommandOutput>;
|
|
522
|
-
/**
|
|
523
|
-
* deserializeAws_restJson1RemoveDraftAppVersionResourceMappingsCommand
|
|
524
|
-
*/
|
|
525
|
-
export declare const de_RemoveDraftAppVersionResourceMappingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveDraftAppVersionResourceMappingsCommandOutput>;
|
|
526
|
-
/**
|
|
527
|
-
* deserializeAws_restJson1ResolveAppVersionResourcesCommand
|
|
528
|
-
*/
|
|
529
|
-
export declare const de_ResolveAppVersionResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResolveAppVersionResourcesCommandOutput>;
|
|
530
|
-
/**
|
|
531
|
-
* deserializeAws_restJson1StartAppAssessmentCommand
|
|
532
|
-
*/
|
|
533
|
-
export declare const de_StartAppAssessmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartAppAssessmentCommandOutput>;
|
|
534
|
-
/**
|
|
535
|
-
* deserializeAws_restJson1StartMetricsExportCommand
|
|
536
|
-
*/
|
|
537
|
-
export declare const de_StartMetricsExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMetricsExportCommandOutput>;
|
|
538
|
-
/**
|
|
539
|
-
* deserializeAws_restJson1StartResourceGroupingRecommendationTaskCommand
|
|
540
|
-
*/
|
|
541
|
-
export declare const de_StartResourceGroupingRecommendationTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartResourceGroupingRecommendationTaskCommandOutput>;
|
|
542
|
-
/**
|
|
543
|
-
* deserializeAws_restJson1TagResourceCommand
|
|
544
|
-
*/
|
|
545
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
546
|
-
/**
|
|
547
|
-
* deserializeAws_restJson1UntagResourceCommand
|
|
548
|
-
*/
|
|
549
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
550
|
-
/**
|
|
551
|
-
* deserializeAws_restJson1UpdateAppCommand
|
|
552
|
-
*/
|
|
553
|
-
export declare const de_UpdateAppCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAppCommandOutput>;
|
|
554
|
-
/**
|
|
555
|
-
* deserializeAws_restJson1UpdateAppVersionCommand
|
|
556
|
-
*/
|
|
557
|
-
export declare const de_UpdateAppVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAppVersionCommandOutput>;
|
|
558
|
-
/**
|
|
559
|
-
* deserializeAws_restJson1UpdateAppVersionAppComponentCommand
|
|
560
|
-
*/
|
|
561
|
-
export declare const de_UpdateAppVersionAppComponentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAppVersionAppComponentCommandOutput>;
|
|
562
|
-
/**
|
|
563
|
-
* deserializeAws_restJson1UpdateAppVersionResourceCommand
|
|
564
|
-
*/
|
|
565
|
-
export declare const de_UpdateAppVersionResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAppVersionResourceCommandOutput>;
|
|
566
|
-
/**
|
|
567
|
-
* deserializeAws_restJson1UpdateResiliencyPolicyCommand
|
|
568
|
-
*/
|
|
569
|
-
export declare const de_UpdateResiliencyPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResiliencyPolicyCommandOutput>;
|