@aws-sdk/client-resiliencehub 3.169.0 → 3.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/Resiliencehub.d.ts +736 -200
- package/dist-types/ts3.4/ResiliencehubClient.d.ts +364 -112
- package/dist-types/ts3.4/commands/AddDraftAppVersionResourceMappingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateRecommendationTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateResiliencyPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteAppAssessmentCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteRecommendationTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteResiliencyPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAppAssessmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAppCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeAppVersionResourcesResolutionStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAppVersionTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDraftAppVersionResourcesImportStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeResiliencyPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ImportResourcesToDraftAppVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAlarmRecommendationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAppAssessmentsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListAppComponentCompliancesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAppComponentRecommendationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAppVersionResourceMappingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAppVersionResourcesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAppVersionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListAppsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListRecommendationTemplatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListResiliencyPoliciesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSopRecommendationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSuggestedResiliencyPoliciesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTestRecommendationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListUnsupportedAppVersionResourcesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PublishAppVersionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutDraftAppVersionTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RemoveDraftAppVersionResourceMappingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ResolveAppVersionResourcesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartAppAssessmentCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateAppCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateResiliencyPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +39 -39
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/ResiliencehubServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1533 -1424
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAlarmRecommendationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAppAssessmentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAppComponentCompliancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAppComponentRecommendationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAppVersionResourceMappingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAppVersionResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAppVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAppsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRecommendationTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListResiliencyPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSopRecommendationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSuggestedResiliencyPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTestRecommendationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListUnsupportedAppVersionResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +15 -15
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +473 -119
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,112 +1,364 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
AddDraftAppVersionResourceMappingsCommandInput,
|
|
47
|
+
AddDraftAppVersionResourceMappingsCommandOutput,
|
|
48
|
+
} from "./commands/AddDraftAppVersionResourceMappingsCommand";
|
|
49
|
+
import {
|
|
50
|
+
CreateAppCommandInput,
|
|
51
|
+
CreateAppCommandOutput,
|
|
52
|
+
} from "./commands/CreateAppCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateRecommendationTemplateCommandInput,
|
|
55
|
+
CreateRecommendationTemplateCommandOutput,
|
|
56
|
+
} from "./commands/CreateRecommendationTemplateCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateResiliencyPolicyCommandInput,
|
|
59
|
+
CreateResiliencyPolicyCommandOutput,
|
|
60
|
+
} from "./commands/CreateResiliencyPolicyCommand";
|
|
61
|
+
import {
|
|
62
|
+
DeleteAppAssessmentCommandInput,
|
|
63
|
+
DeleteAppAssessmentCommandOutput,
|
|
64
|
+
} from "./commands/DeleteAppAssessmentCommand";
|
|
65
|
+
import {
|
|
66
|
+
DeleteAppCommandInput,
|
|
67
|
+
DeleteAppCommandOutput,
|
|
68
|
+
} from "./commands/DeleteAppCommand";
|
|
69
|
+
import {
|
|
70
|
+
DeleteRecommendationTemplateCommandInput,
|
|
71
|
+
DeleteRecommendationTemplateCommandOutput,
|
|
72
|
+
} from "./commands/DeleteRecommendationTemplateCommand";
|
|
73
|
+
import {
|
|
74
|
+
DeleteResiliencyPolicyCommandInput,
|
|
75
|
+
DeleteResiliencyPolicyCommandOutput,
|
|
76
|
+
} from "./commands/DeleteResiliencyPolicyCommand";
|
|
77
|
+
import {
|
|
78
|
+
DescribeAppAssessmentCommandInput,
|
|
79
|
+
DescribeAppAssessmentCommandOutput,
|
|
80
|
+
} from "./commands/DescribeAppAssessmentCommand";
|
|
81
|
+
import {
|
|
82
|
+
DescribeAppCommandInput,
|
|
83
|
+
DescribeAppCommandOutput,
|
|
84
|
+
} from "./commands/DescribeAppCommand";
|
|
85
|
+
import {
|
|
86
|
+
DescribeAppVersionResourcesResolutionStatusCommandInput,
|
|
87
|
+
DescribeAppVersionResourcesResolutionStatusCommandOutput,
|
|
88
|
+
} from "./commands/DescribeAppVersionResourcesResolutionStatusCommand";
|
|
89
|
+
import {
|
|
90
|
+
DescribeAppVersionTemplateCommandInput,
|
|
91
|
+
DescribeAppVersionTemplateCommandOutput,
|
|
92
|
+
} from "./commands/DescribeAppVersionTemplateCommand";
|
|
93
|
+
import {
|
|
94
|
+
DescribeDraftAppVersionResourcesImportStatusCommandInput,
|
|
95
|
+
DescribeDraftAppVersionResourcesImportStatusCommandOutput,
|
|
96
|
+
} from "./commands/DescribeDraftAppVersionResourcesImportStatusCommand";
|
|
97
|
+
import {
|
|
98
|
+
DescribeResiliencyPolicyCommandInput,
|
|
99
|
+
DescribeResiliencyPolicyCommandOutput,
|
|
100
|
+
} from "./commands/DescribeResiliencyPolicyCommand";
|
|
101
|
+
import {
|
|
102
|
+
ImportResourcesToDraftAppVersionCommandInput,
|
|
103
|
+
ImportResourcesToDraftAppVersionCommandOutput,
|
|
104
|
+
} from "./commands/ImportResourcesToDraftAppVersionCommand";
|
|
105
|
+
import {
|
|
106
|
+
ListAlarmRecommendationsCommandInput,
|
|
107
|
+
ListAlarmRecommendationsCommandOutput,
|
|
108
|
+
} from "./commands/ListAlarmRecommendationsCommand";
|
|
109
|
+
import {
|
|
110
|
+
ListAppAssessmentsCommandInput,
|
|
111
|
+
ListAppAssessmentsCommandOutput,
|
|
112
|
+
} from "./commands/ListAppAssessmentsCommand";
|
|
113
|
+
import {
|
|
114
|
+
ListAppComponentCompliancesCommandInput,
|
|
115
|
+
ListAppComponentCompliancesCommandOutput,
|
|
116
|
+
} from "./commands/ListAppComponentCompliancesCommand";
|
|
117
|
+
import {
|
|
118
|
+
ListAppComponentRecommendationsCommandInput,
|
|
119
|
+
ListAppComponentRecommendationsCommandOutput,
|
|
120
|
+
} from "./commands/ListAppComponentRecommendationsCommand";
|
|
121
|
+
import {
|
|
122
|
+
ListAppsCommandInput,
|
|
123
|
+
ListAppsCommandOutput,
|
|
124
|
+
} from "./commands/ListAppsCommand";
|
|
125
|
+
import {
|
|
126
|
+
ListAppVersionResourceMappingsCommandInput,
|
|
127
|
+
ListAppVersionResourceMappingsCommandOutput,
|
|
128
|
+
} from "./commands/ListAppVersionResourceMappingsCommand";
|
|
129
|
+
import {
|
|
130
|
+
ListAppVersionResourcesCommandInput,
|
|
131
|
+
ListAppVersionResourcesCommandOutput,
|
|
132
|
+
} from "./commands/ListAppVersionResourcesCommand";
|
|
133
|
+
import {
|
|
134
|
+
ListAppVersionsCommandInput,
|
|
135
|
+
ListAppVersionsCommandOutput,
|
|
136
|
+
} from "./commands/ListAppVersionsCommand";
|
|
137
|
+
import {
|
|
138
|
+
ListRecommendationTemplatesCommandInput,
|
|
139
|
+
ListRecommendationTemplatesCommandOutput,
|
|
140
|
+
} from "./commands/ListRecommendationTemplatesCommand";
|
|
141
|
+
import {
|
|
142
|
+
ListResiliencyPoliciesCommandInput,
|
|
143
|
+
ListResiliencyPoliciesCommandOutput,
|
|
144
|
+
} from "./commands/ListResiliencyPoliciesCommand";
|
|
145
|
+
import {
|
|
146
|
+
ListSopRecommendationsCommandInput,
|
|
147
|
+
ListSopRecommendationsCommandOutput,
|
|
148
|
+
} from "./commands/ListSopRecommendationsCommand";
|
|
149
|
+
import {
|
|
150
|
+
ListSuggestedResiliencyPoliciesCommandInput,
|
|
151
|
+
ListSuggestedResiliencyPoliciesCommandOutput,
|
|
152
|
+
} from "./commands/ListSuggestedResiliencyPoliciesCommand";
|
|
153
|
+
import {
|
|
154
|
+
ListTagsForResourceCommandInput,
|
|
155
|
+
ListTagsForResourceCommandOutput,
|
|
156
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
157
|
+
import {
|
|
158
|
+
ListTestRecommendationsCommandInput,
|
|
159
|
+
ListTestRecommendationsCommandOutput,
|
|
160
|
+
} from "./commands/ListTestRecommendationsCommand";
|
|
161
|
+
import {
|
|
162
|
+
ListUnsupportedAppVersionResourcesCommandInput,
|
|
163
|
+
ListUnsupportedAppVersionResourcesCommandOutput,
|
|
164
|
+
} from "./commands/ListUnsupportedAppVersionResourcesCommand";
|
|
165
|
+
import {
|
|
166
|
+
PublishAppVersionCommandInput,
|
|
167
|
+
PublishAppVersionCommandOutput,
|
|
168
|
+
} from "./commands/PublishAppVersionCommand";
|
|
169
|
+
import {
|
|
170
|
+
PutDraftAppVersionTemplateCommandInput,
|
|
171
|
+
PutDraftAppVersionTemplateCommandOutput,
|
|
172
|
+
} from "./commands/PutDraftAppVersionTemplateCommand";
|
|
173
|
+
import {
|
|
174
|
+
RemoveDraftAppVersionResourceMappingsCommandInput,
|
|
175
|
+
RemoveDraftAppVersionResourceMappingsCommandOutput,
|
|
176
|
+
} from "./commands/RemoveDraftAppVersionResourceMappingsCommand";
|
|
177
|
+
import {
|
|
178
|
+
ResolveAppVersionResourcesCommandInput,
|
|
179
|
+
ResolveAppVersionResourcesCommandOutput,
|
|
180
|
+
} from "./commands/ResolveAppVersionResourcesCommand";
|
|
181
|
+
import {
|
|
182
|
+
StartAppAssessmentCommandInput,
|
|
183
|
+
StartAppAssessmentCommandOutput,
|
|
184
|
+
} from "./commands/StartAppAssessmentCommand";
|
|
185
|
+
import {
|
|
186
|
+
TagResourceCommandInput,
|
|
187
|
+
TagResourceCommandOutput,
|
|
188
|
+
} from "./commands/TagResourceCommand";
|
|
189
|
+
import {
|
|
190
|
+
UntagResourceCommandInput,
|
|
191
|
+
UntagResourceCommandOutput,
|
|
192
|
+
} from "./commands/UntagResourceCommand";
|
|
193
|
+
import {
|
|
194
|
+
UpdateAppCommandInput,
|
|
195
|
+
UpdateAppCommandOutput,
|
|
196
|
+
} from "./commands/UpdateAppCommand";
|
|
197
|
+
import {
|
|
198
|
+
UpdateResiliencyPolicyCommandInput,
|
|
199
|
+
UpdateResiliencyPolicyCommandOutput,
|
|
200
|
+
} from "./commands/UpdateResiliencyPolicyCommand";
|
|
201
|
+
export declare type ServiceInputTypes =
|
|
202
|
+
| AddDraftAppVersionResourceMappingsCommandInput
|
|
203
|
+
| CreateAppCommandInput
|
|
204
|
+
| CreateRecommendationTemplateCommandInput
|
|
205
|
+
| CreateResiliencyPolicyCommandInput
|
|
206
|
+
| DeleteAppAssessmentCommandInput
|
|
207
|
+
| DeleteAppCommandInput
|
|
208
|
+
| DeleteRecommendationTemplateCommandInput
|
|
209
|
+
| DeleteResiliencyPolicyCommandInput
|
|
210
|
+
| DescribeAppAssessmentCommandInput
|
|
211
|
+
| DescribeAppCommandInput
|
|
212
|
+
| DescribeAppVersionResourcesResolutionStatusCommandInput
|
|
213
|
+
| DescribeAppVersionTemplateCommandInput
|
|
214
|
+
| DescribeDraftAppVersionResourcesImportStatusCommandInput
|
|
215
|
+
| DescribeResiliencyPolicyCommandInput
|
|
216
|
+
| ImportResourcesToDraftAppVersionCommandInput
|
|
217
|
+
| ListAlarmRecommendationsCommandInput
|
|
218
|
+
| ListAppAssessmentsCommandInput
|
|
219
|
+
| ListAppComponentCompliancesCommandInput
|
|
220
|
+
| ListAppComponentRecommendationsCommandInput
|
|
221
|
+
| ListAppVersionResourceMappingsCommandInput
|
|
222
|
+
| ListAppVersionResourcesCommandInput
|
|
223
|
+
| ListAppVersionsCommandInput
|
|
224
|
+
| ListAppsCommandInput
|
|
225
|
+
| ListRecommendationTemplatesCommandInput
|
|
226
|
+
| ListResiliencyPoliciesCommandInput
|
|
227
|
+
| ListSopRecommendationsCommandInput
|
|
228
|
+
| ListSuggestedResiliencyPoliciesCommandInput
|
|
229
|
+
| ListTagsForResourceCommandInput
|
|
230
|
+
| ListTestRecommendationsCommandInput
|
|
231
|
+
| ListUnsupportedAppVersionResourcesCommandInput
|
|
232
|
+
| PublishAppVersionCommandInput
|
|
233
|
+
| PutDraftAppVersionTemplateCommandInput
|
|
234
|
+
| RemoveDraftAppVersionResourceMappingsCommandInput
|
|
235
|
+
| ResolveAppVersionResourcesCommandInput
|
|
236
|
+
| StartAppAssessmentCommandInput
|
|
237
|
+
| TagResourceCommandInput
|
|
238
|
+
| UntagResourceCommandInput
|
|
239
|
+
| UpdateAppCommandInput
|
|
240
|
+
| UpdateResiliencyPolicyCommandInput;
|
|
241
|
+
export declare type ServiceOutputTypes =
|
|
242
|
+
| AddDraftAppVersionResourceMappingsCommandOutput
|
|
243
|
+
| CreateAppCommandOutput
|
|
244
|
+
| CreateRecommendationTemplateCommandOutput
|
|
245
|
+
| CreateResiliencyPolicyCommandOutput
|
|
246
|
+
| DeleteAppAssessmentCommandOutput
|
|
247
|
+
| DeleteAppCommandOutput
|
|
248
|
+
| DeleteRecommendationTemplateCommandOutput
|
|
249
|
+
| DeleteResiliencyPolicyCommandOutput
|
|
250
|
+
| DescribeAppAssessmentCommandOutput
|
|
251
|
+
| DescribeAppCommandOutput
|
|
252
|
+
| DescribeAppVersionResourcesResolutionStatusCommandOutput
|
|
253
|
+
| DescribeAppVersionTemplateCommandOutput
|
|
254
|
+
| DescribeDraftAppVersionResourcesImportStatusCommandOutput
|
|
255
|
+
| DescribeResiliencyPolicyCommandOutput
|
|
256
|
+
| ImportResourcesToDraftAppVersionCommandOutput
|
|
257
|
+
| ListAlarmRecommendationsCommandOutput
|
|
258
|
+
| ListAppAssessmentsCommandOutput
|
|
259
|
+
| ListAppComponentCompliancesCommandOutput
|
|
260
|
+
| ListAppComponentRecommendationsCommandOutput
|
|
261
|
+
| ListAppVersionResourceMappingsCommandOutput
|
|
262
|
+
| ListAppVersionResourcesCommandOutput
|
|
263
|
+
| ListAppVersionsCommandOutput
|
|
264
|
+
| ListAppsCommandOutput
|
|
265
|
+
| ListRecommendationTemplatesCommandOutput
|
|
266
|
+
| ListResiliencyPoliciesCommandOutput
|
|
267
|
+
| ListSopRecommendationsCommandOutput
|
|
268
|
+
| ListSuggestedResiliencyPoliciesCommandOutput
|
|
269
|
+
| ListTagsForResourceCommandOutput
|
|
270
|
+
| ListTestRecommendationsCommandOutput
|
|
271
|
+
| ListUnsupportedAppVersionResourcesCommandOutput
|
|
272
|
+
| PublishAppVersionCommandOutput
|
|
273
|
+
| PutDraftAppVersionTemplateCommandOutput
|
|
274
|
+
| RemoveDraftAppVersionResourceMappingsCommandOutput
|
|
275
|
+
| ResolveAppVersionResourcesCommandOutput
|
|
276
|
+
| StartAppAssessmentCommandOutput
|
|
277
|
+
| TagResourceCommandOutput
|
|
278
|
+
| UntagResourceCommandOutput
|
|
279
|
+
| UpdateAppCommandOutput
|
|
280
|
+
| UpdateResiliencyPolicyCommandOutput;
|
|
281
|
+
export interface ClientDefaults
|
|
282
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
283
|
+
requestHandler?: __HttpHandler;
|
|
284
|
+
|
|
285
|
+
sha256?: __HashConstructor;
|
|
286
|
+
|
|
287
|
+
urlParser?: __UrlParser;
|
|
288
|
+
|
|
289
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
290
|
+
|
|
291
|
+
streamCollector?: __StreamCollector;
|
|
292
|
+
|
|
293
|
+
base64Decoder?: __Decoder;
|
|
294
|
+
|
|
295
|
+
base64Encoder?: __Encoder;
|
|
296
|
+
|
|
297
|
+
utf8Decoder?: __Decoder;
|
|
298
|
+
|
|
299
|
+
utf8Encoder?: __Encoder;
|
|
300
|
+
|
|
301
|
+
runtime?: string;
|
|
302
|
+
|
|
303
|
+
disableHostPrefix?: boolean;
|
|
304
|
+
|
|
305
|
+
maxAttempts?: number | __Provider<number>;
|
|
306
|
+
|
|
307
|
+
retryMode?: string | __Provider<string>;
|
|
308
|
+
|
|
309
|
+
logger?: __Logger;
|
|
310
|
+
|
|
311
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
312
|
+
|
|
313
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
314
|
+
|
|
315
|
+
serviceId?: string;
|
|
316
|
+
|
|
317
|
+
region?: string | __Provider<string>;
|
|
318
|
+
|
|
319
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
320
|
+
|
|
321
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
322
|
+
|
|
323
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
324
|
+
|
|
325
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
326
|
+
}
|
|
327
|
+
declare type ResiliencehubClientConfigType = Partial<
|
|
328
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
329
|
+
> &
|
|
330
|
+
ClientDefaults &
|
|
331
|
+
RegionInputConfig &
|
|
332
|
+
EndpointsInputConfig &
|
|
333
|
+
RetryInputConfig &
|
|
334
|
+
HostHeaderInputConfig &
|
|
335
|
+
AwsAuthInputConfig &
|
|
336
|
+
UserAgentInputConfig;
|
|
337
|
+
|
|
338
|
+
export interface ResiliencehubClientConfig
|
|
339
|
+
extends ResiliencehubClientConfigType {}
|
|
340
|
+
declare type ResiliencehubClientResolvedConfigType =
|
|
341
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
342
|
+
Required<ClientDefaults> &
|
|
343
|
+
RegionResolvedConfig &
|
|
344
|
+
EndpointsResolvedConfig &
|
|
345
|
+
RetryResolvedConfig &
|
|
346
|
+
HostHeaderResolvedConfig &
|
|
347
|
+
AwsAuthResolvedConfig &
|
|
348
|
+
UserAgentResolvedConfig;
|
|
349
|
+
|
|
350
|
+
export interface ResiliencehubClientResolvedConfig
|
|
351
|
+
extends ResiliencehubClientResolvedConfigType {}
|
|
352
|
+
|
|
353
|
+
export declare class ResiliencehubClient extends __Client<
|
|
354
|
+
__HttpHandlerOptions,
|
|
355
|
+
ServiceInputTypes,
|
|
356
|
+
ServiceOutputTypes,
|
|
357
|
+
ResiliencehubClientResolvedConfig
|
|
358
|
+
> {
|
|
359
|
+
readonly config: ResiliencehubClientResolvedConfig;
|
|
360
|
+
constructor(configuration: ResiliencehubClientConfig);
|
|
361
|
+
|
|
362
|
+
destroy(): void;
|
|
363
|
+
}
|
|
364
|
+
export {};
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AddDraftAppVersionResourceMappingsRequest,
|
|
10
|
+
AddDraftAppVersionResourceMappingsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ResiliencehubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../ResiliencehubClient";
|
|
17
|
+
export interface AddDraftAppVersionResourceMappingsCommandInput
|
|
18
|
+
extends AddDraftAppVersionResourceMappingsRequest {}
|
|
19
|
+
export interface AddDraftAppVersionResourceMappingsCommandOutput
|
|
20
|
+
extends AddDraftAppVersionResourceMappingsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class AddDraftAppVersionResourceMappingsCommand extends $Command<
|
|
24
|
+
AddDraftAppVersionResourceMappingsCommandInput,
|
|
25
|
+
AddDraftAppVersionResourceMappingsCommandOutput,
|
|
26
|
+
ResiliencehubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: AddDraftAppVersionResourceMappingsCommandInput;
|
|
29
|
+
constructor(input: AddDraftAppVersionResourceMappingsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ResiliencehubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
AddDraftAppVersionResourceMappingsCommandInput,
|
|
37
|
+
AddDraftAppVersionResourceMappingsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { CreateAppRequest, CreateAppResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ResiliencehubClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../ResiliencehubClient";
|
|
14
|
+
export interface CreateAppCommandInput extends CreateAppRequest {}
|
|
15
|
+
export interface CreateAppCommandOutput
|
|
16
|
+
extends CreateAppResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class CreateAppCommand extends $Command<
|
|
20
|
+
CreateAppCommandInput,
|
|
21
|
+
CreateAppCommandOutput,
|
|
22
|
+
ResiliencehubClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CreateAppCommandInput;
|
|
25
|
+
constructor(input: CreateAppCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: ResiliencehubClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CreateAppCommandInput, CreateAppCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CreateRecommendationTemplateRequest,
|
|
10
|
+
CreateRecommendationTemplateResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ResiliencehubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../ResiliencehubClient";
|
|
17
|
+
export interface CreateRecommendationTemplateCommandInput
|
|
18
|
+
extends CreateRecommendationTemplateRequest {}
|
|
19
|
+
export interface CreateRecommendationTemplateCommandOutput
|
|
20
|
+
extends CreateRecommendationTemplateResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateRecommendationTemplateCommand extends $Command<
|
|
24
|
+
CreateRecommendationTemplateCommandInput,
|
|
25
|
+
CreateRecommendationTemplateCommandOutput,
|
|
26
|
+
ResiliencehubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateRecommendationTemplateCommandInput;
|
|
29
|
+
constructor(input: CreateRecommendationTemplateCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ResiliencehubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateRecommendationTemplateCommandInput,
|
|
37
|
+
CreateRecommendationTemplateCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|