@aws-sdk/client-resiliencehub 3.272.0 → 3.276.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/Resiliencehub.js +195 -0
- package/dist-cjs/commands/CreateAppVersionAppComponentCommand.js +46 -0
- package/dist-cjs/commands/CreateAppVersionResourceCommand.js +46 -0
- package/dist-cjs/commands/DeleteAppInputSourceCommand.js +46 -0
- package/dist-cjs/commands/DeleteAppVersionAppComponentCommand.js +46 -0
- package/dist-cjs/commands/DeleteAppVersionResourceCommand.js +46 -0
- package/dist-cjs/commands/DescribeAppVersionAppComponentCommand.js +46 -0
- package/dist-cjs/commands/DescribeAppVersionCommand.js +46 -0
- package/dist-cjs/commands/DescribeAppVersionResourceCommand.js +46 -0
- package/dist-cjs/commands/ListAppInputSourcesCommand.js +46 -0
- package/dist-cjs/commands/ListAppVersionAppComponentsCommand.js +46 -0
- package/dist-cjs/commands/UpdateAppVersionAppComponentCommand.js +46 -0
- package/dist-cjs/commands/UpdateAppVersionCommand.js +46 -0
- package/dist-cjs/commands/UpdateAppVersionResourceCommand.js +46 -0
- package/dist-cjs/commands/index.js +13 -0
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +129 -15
- package/dist-cjs/pagination/ListAppInputSourcesPaginator.js +36 -0
- package/dist-cjs/pagination/ListAppVersionAppComponentsPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_restJson1.js +1293 -141
- package/dist-es/Resiliencehub.js +195 -0
- package/dist-es/commands/CreateAppVersionAppComponentCommand.js +42 -0
- package/dist-es/commands/CreateAppVersionResourceCommand.js +42 -0
- package/dist-es/commands/DeleteAppInputSourceCommand.js +42 -0
- package/dist-es/commands/DeleteAppVersionAppComponentCommand.js +42 -0
- package/dist-es/commands/DeleteAppVersionResourceCommand.js +42 -0
- package/dist-es/commands/DescribeAppVersionAppComponentCommand.js +42 -0
- package/dist-es/commands/DescribeAppVersionCommand.js +42 -0
- package/dist-es/commands/DescribeAppVersionResourceCommand.js +42 -0
- package/dist-es/commands/ListAppInputSourcesCommand.js +42 -0
- package/dist-es/commands/ListAppVersionAppComponentsCommand.js +42 -0
- package/dist-es/commands/UpdateAppVersionAppComponentCommand.js +42 -0
- package/dist-es/commands/UpdateAppVersionCommand.js +42 -0
- package/dist-es/commands/UpdateAppVersionResourceCommand.js +42 -0
- package/dist-es/commands/index.js +13 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +94 -8
- package/dist-es/pagination/ListAppInputSourcesPaginator.js +32 -0
- package/dist-es/pagination/ListAppVersionAppComponentsPaginator.js +32 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +1254 -129
- package/dist-types/Resiliencehub.d.ts +218 -23
- package/dist-types/ResiliencehubClient.d.ts +15 -2
- package/dist-types/commands/AddDraftAppVersionResourceMappingsCommand.d.ts +1 -1
- package/dist-types/commands/CreateAppCommand.d.ts +3 -3
- package/dist-types/commands/CreateAppVersionAppComponentCommand.d.ts +40 -0
- package/dist-types/commands/CreateAppVersionResourceCommand.d.ts +55 -0
- package/dist-types/commands/CreateRecommendationTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAppInputSourceCommand.d.ts +37 -0
- package/dist-types/commands/DeleteAppVersionAppComponentCommand.d.ts +47 -0
- package/dist-types/commands/DeleteAppVersionResourceCommand.d.ts +50 -0
- package/dist-types/commands/DescribeAppVersionAppComponentCommand.d.ts +37 -0
- package/dist-types/commands/DescribeAppVersionCommand.d.ts +37 -0
- package/dist-types/commands/DescribeAppVersionResourceCommand.d.ts +57 -0
- package/dist-types/commands/DescribeAppVersionTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDraftAppVersionResourcesImportStatusCommand.d.ts +7 -0
- package/dist-types/commands/ImportResourcesToDraftAppVersionCommand.d.ts +2 -2
- package/dist-types/commands/ListAlarmRecommendationsCommand.d.ts +1 -1
- package/dist-types/commands/ListAppComponentCompliancesCommand.d.ts +1 -1
- package/dist-types/commands/ListAppComponentRecommendationsCommand.d.ts +1 -1
- package/dist-types/commands/ListAppInputSourcesCommand.d.ts +39 -0
- package/dist-types/commands/ListAppVersionAppComponentsCommand.d.ts +37 -0
- package/dist-types/commands/ListAppVersionResourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListAppVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListAppsCommand.d.ts +10 -1
- package/dist-types/commands/ListRecommendationTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListResiliencyPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/ListSopRecommendationsCommand.d.ts +1 -1
- package/dist-types/commands/ListSuggestedResiliencyPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTestRecommendationsCommand.d.ts +1 -1
- package/dist-types/commands/ListUnsupportedAppVersionResourcesCommand.d.ts +1 -1
- package/dist-types/commands/PublishAppVersionCommand.d.ts +1 -1
- package/dist-types/commands/PutDraftAppVersionTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAppVersionAppComponentCommand.d.ts +40 -0
- package/dist-types/commands/UpdateAppVersionCommand.d.ts +42 -0
- package/dist-types/commands/UpdateAppVersionResourceCommand.d.ts +51 -0
- package/dist-types/commands/index.d.ts +13 -0
- package/dist-types/models/models_0.d.ts +1377 -209
- package/dist-types/pagination/ListAppInputSourcesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListAppVersionAppComponentsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +39 -0
- package/dist-types/ts3.4/Resiliencehub.d.ts +221 -0
- package/dist-types/ts3.4/ResiliencehubClient.d.ts +78 -0
- package/dist-types/ts3.4/commands/CreateAppVersionAppComponentCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateAppVersionResourceCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteAppInputSourceCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteAppVersionAppComponentCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteAppVersionResourceCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeAppVersionAppComponentCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeAppVersionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeAppVersionResourceCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListAppInputSourcesCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListAppVersionAppComponentsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateAppVersionAppComponentCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateAppVersionCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/UpdateAppVersionResourceCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +13 -0
- package/dist-types/ts3.4/models/models_0.d.ts +278 -24
- package/dist-types/ts3.4/pagination/ListAppInputSourcesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAppVersionAppComponentsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +156 -0
- package/package.json +2 -2
|
@@ -11,6 +11,14 @@ import {
|
|
|
11
11
|
CreateAppCommandInput,
|
|
12
12
|
CreateAppCommandOutput,
|
|
13
13
|
} from "../commands/CreateAppCommand";
|
|
14
|
+
import {
|
|
15
|
+
CreateAppVersionAppComponentCommandInput,
|
|
16
|
+
CreateAppVersionAppComponentCommandOutput,
|
|
17
|
+
} from "../commands/CreateAppVersionAppComponentCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateAppVersionResourceCommandInput,
|
|
20
|
+
CreateAppVersionResourceCommandOutput,
|
|
21
|
+
} from "../commands/CreateAppVersionResourceCommand";
|
|
14
22
|
import {
|
|
15
23
|
CreateRecommendationTemplateCommandInput,
|
|
16
24
|
CreateRecommendationTemplateCommandOutput,
|
|
@@ -27,6 +35,18 @@ import {
|
|
|
27
35
|
DeleteAppCommandInput,
|
|
28
36
|
DeleteAppCommandOutput,
|
|
29
37
|
} from "../commands/DeleteAppCommand";
|
|
38
|
+
import {
|
|
39
|
+
DeleteAppInputSourceCommandInput,
|
|
40
|
+
DeleteAppInputSourceCommandOutput,
|
|
41
|
+
} from "../commands/DeleteAppInputSourceCommand";
|
|
42
|
+
import {
|
|
43
|
+
DeleteAppVersionAppComponentCommandInput,
|
|
44
|
+
DeleteAppVersionAppComponentCommandOutput,
|
|
45
|
+
} from "../commands/DeleteAppVersionAppComponentCommand";
|
|
46
|
+
import {
|
|
47
|
+
DeleteAppVersionResourceCommandInput,
|
|
48
|
+
DeleteAppVersionResourceCommandOutput,
|
|
49
|
+
} from "../commands/DeleteAppVersionResourceCommand";
|
|
30
50
|
import {
|
|
31
51
|
DeleteRecommendationTemplateCommandInput,
|
|
32
52
|
DeleteRecommendationTemplateCommandOutput,
|
|
@@ -43,6 +63,18 @@ import {
|
|
|
43
63
|
DescribeAppCommandInput,
|
|
44
64
|
DescribeAppCommandOutput,
|
|
45
65
|
} from "../commands/DescribeAppCommand";
|
|
66
|
+
import {
|
|
67
|
+
DescribeAppVersionAppComponentCommandInput,
|
|
68
|
+
DescribeAppVersionAppComponentCommandOutput,
|
|
69
|
+
} from "../commands/DescribeAppVersionAppComponentCommand";
|
|
70
|
+
import {
|
|
71
|
+
DescribeAppVersionCommandInput,
|
|
72
|
+
DescribeAppVersionCommandOutput,
|
|
73
|
+
} from "../commands/DescribeAppVersionCommand";
|
|
74
|
+
import {
|
|
75
|
+
DescribeAppVersionResourceCommandInput,
|
|
76
|
+
DescribeAppVersionResourceCommandOutput,
|
|
77
|
+
} from "../commands/DescribeAppVersionResourceCommand";
|
|
46
78
|
import {
|
|
47
79
|
DescribeAppVersionResourcesResolutionStatusCommandInput,
|
|
48
80
|
DescribeAppVersionResourcesResolutionStatusCommandOutput,
|
|
@@ -79,10 +111,18 @@ import {
|
|
|
79
111
|
ListAppComponentRecommendationsCommandInput,
|
|
80
112
|
ListAppComponentRecommendationsCommandOutput,
|
|
81
113
|
} from "../commands/ListAppComponentRecommendationsCommand";
|
|
114
|
+
import {
|
|
115
|
+
ListAppInputSourcesCommandInput,
|
|
116
|
+
ListAppInputSourcesCommandOutput,
|
|
117
|
+
} from "../commands/ListAppInputSourcesCommand";
|
|
82
118
|
import {
|
|
83
119
|
ListAppsCommandInput,
|
|
84
120
|
ListAppsCommandOutput,
|
|
85
121
|
} from "../commands/ListAppsCommand";
|
|
122
|
+
import {
|
|
123
|
+
ListAppVersionAppComponentsCommandInput,
|
|
124
|
+
ListAppVersionAppComponentsCommandOutput,
|
|
125
|
+
} from "../commands/ListAppVersionAppComponentsCommand";
|
|
86
126
|
import {
|
|
87
127
|
ListAppVersionResourceMappingsCommandInput,
|
|
88
128
|
ListAppVersionResourceMappingsCommandOutput,
|
|
@@ -155,6 +195,18 @@ import {
|
|
|
155
195
|
UpdateAppCommandInput,
|
|
156
196
|
UpdateAppCommandOutput,
|
|
157
197
|
} from "../commands/UpdateAppCommand";
|
|
198
|
+
import {
|
|
199
|
+
UpdateAppVersionAppComponentCommandInput,
|
|
200
|
+
UpdateAppVersionAppComponentCommandOutput,
|
|
201
|
+
} from "../commands/UpdateAppVersionAppComponentCommand";
|
|
202
|
+
import {
|
|
203
|
+
UpdateAppVersionCommandInput,
|
|
204
|
+
UpdateAppVersionCommandOutput,
|
|
205
|
+
} from "../commands/UpdateAppVersionCommand";
|
|
206
|
+
import {
|
|
207
|
+
UpdateAppVersionResourceCommandInput,
|
|
208
|
+
UpdateAppVersionResourceCommandOutput,
|
|
209
|
+
} from "../commands/UpdateAppVersionResourceCommand";
|
|
158
210
|
import {
|
|
159
211
|
UpdateResiliencyPolicyCommandInput,
|
|
160
212
|
UpdateResiliencyPolicyCommandOutput,
|
|
@@ -167,6 +219,14 @@ export declare const serializeAws_restJson1CreateAppCommand: (
|
|
|
167
219
|
input: CreateAppCommandInput,
|
|
168
220
|
context: __SerdeContext
|
|
169
221
|
) => Promise<__HttpRequest>;
|
|
222
|
+
export declare const serializeAws_restJson1CreateAppVersionAppComponentCommand: (
|
|
223
|
+
input: CreateAppVersionAppComponentCommandInput,
|
|
224
|
+
context: __SerdeContext
|
|
225
|
+
) => Promise<__HttpRequest>;
|
|
226
|
+
export declare const serializeAws_restJson1CreateAppVersionResourceCommand: (
|
|
227
|
+
input: CreateAppVersionResourceCommandInput,
|
|
228
|
+
context: __SerdeContext
|
|
229
|
+
) => Promise<__HttpRequest>;
|
|
170
230
|
export declare const serializeAws_restJson1CreateRecommendationTemplateCommand: (
|
|
171
231
|
input: CreateRecommendationTemplateCommandInput,
|
|
172
232
|
context: __SerdeContext
|
|
@@ -183,6 +243,18 @@ export declare const serializeAws_restJson1DeleteAppAssessmentCommand: (
|
|
|
183
243
|
input: DeleteAppAssessmentCommandInput,
|
|
184
244
|
context: __SerdeContext
|
|
185
245
|
) => Promise<__HttpRequest>;
|
|
246
|
+
export declare const serializeAws_restJson1DeleteAppInputSourceCommand: (
|
|
247
|
+
input: DeleteAppInputSourceCommandInput,
|
|
248
|
+
context: __SerdeContext
|
|
249
|
+
) => Promise<__HttpRequest>;
|
|
250
|
+
export declare const serializeAws_restJson1DeleteAppVersionAppComponentCommand: (
|
|
251
|
+
input: DeleteAppVersionAppComponentCommandInput,
|
|
252
|
+
context: __SerdeContext
|
|
253
|
+
) => Promise<__HttpRequest>;
|
|
254
|
+
export declare const serializeAws_restJson1DeleteAppVersionResourceCommand: (
|
|
255
|
+
input: DeleteAppVersionResourceCommandInput,
|
|
256
|
+
context: __SerdeContext
|
|
257
|
+
) => Promise<__HttpRequest>;
|
|
186
258
|
export declare const serializeAws_restJson1DeleteRecommendationTemplateCommand: (
|
|
187
259
|
input: DeleteRecommendationTemplateCommandInput,
|
|
188
260
|
context: __SerdeContext
|
|
@@ -199,6 +271,18 @@ export declare const serializeAws_restJson1DescribeAppAssessmentCommand: (
|
|
|
199
271
|
input: DescribeAppAssessmentCommandInput,
|
|
200
272
|
context: __SerdeContext
|
|
201
273
|
) => Promise<__HttpRequest>;
|
|
274
|
+
export declare const serializeAws_restJson1DescribeAppVersionCommand: (
|
|
275
|
+
input: DescribeAppVersionCommandInput,
|
|
276
|
+
context: __SerdeContext
|
|
277
|
+
) => Promise<__HttpRequest>;
|
|
278
|
+
export declare const serializeAws_restJson1DescribeAppVersionAppComponentCommand: (
|
|
279
|
+
input: DescribeAppVersionAppComponentCommandInput,
|
|
280
|
+
context: __SerdeContext
|
|
281
|
+
) => Promise<__HttpRequest>;
|
|
282
|
+
export declare const serializeAws_restJson1DescribeAppVersionResourceCommand: (
|
|
283
|
+
input: DescribeAppVersionResourceCommandInput,
|
|
284
|
+
context: __SerdeContext
|
|
285
|
+
) => Promise<__HttpRequest>;
|
|
202
286
|
export declare const serializeAws_restJson1DescribeAppVersionResourcesResolutionStatusCommand: (
|
|
203
287
|
input: DescribeAppVersionResourcesResolutionStatusCommandInput,
|
|
204
288
|
context: __SerdeContext
|
|
@@ -235,10 +319,18 @@ export declare const serializeAws_restJson1ListAppComponentRecommendationsComman
|
|
|
235
319
|
input: ListAppComponentRecommendationsCommandInput,
|
|
236
320
|
context: __SerdeContext
|
|
237
321
|
) => Promise<__HttpRequest>;
|
|
322
|
+
export declare const serializeAws_restJson1ListAppInputSourcesCommand: (
|
|
323
|
+
input: ListAppInputSourcesCommandInput,
|
|
324
|
+
context: __SerdeContext
|
|
325
|
+
) => Promise<__HttpRequest>;
|
|
238
326
|
export declare const serializeAws_restJson1ListAppsCommand: (
|
|
239
327
|
input: ListAppsCommandInput,
|
|
240
328
|
context: __SerdeContext
|
|
241
329
|
) => Promise<__HttpRequest>;
|
|
330
|
+
export declare const serializeAws_restJson1ListAppVersionAppComponentsCommand: (
|
|
331
|
+
input: ListAppVersionAppComponentsCommandInput,
|
|
332
|
+
context: __SerdeContext
|
|
333
|
+
) => Promise<__HttpRequest>;
|
|
242
334
|
export declare const serializeAws_restJson1ListAppVersionResourceMappingsCommand: (
|
|
243
335
|
input: ListAppVersionResourceMappingsCommandInput,
|
|
244
336
|
context: __SerdeContext
|
|
@@ -311,6 +403,18 @@ export declare const serializeAws_restJson1UpdateAppCommand: (
|
|
|
311
403
|
input: UpdateAppCommandInput,
|
|
312
404
|
context: __SerdeContext
|
|
313
405
|
) => Promise<__HttpRequest>;
|
|
406
|
+
export declare const serializeAws_restJson1UpdateAppVersionCommand: (
|
|
407
|
+
input: UpdateAppVersionCommandInput,
|
|
408
|
+
context: __SerdeContext
|
|
409
|
+
) => Promise<__HttpRequest>;
|
|
410
|
+
export declare const serializeAws_restJson1UpdateAppVersionAppComponentCommand: (
|
|
411
|
+
input: UpdateAppVersionAppComponentCommandInput,
|
|
412
|
+
context: __SerdeContext
|
|
413
|
+
) => Promise<__HttpRequest>;
|
|
414
|
+
export declare const serializeAws_restJson1UpdateAppVersionResourceCommand: (
|
|
415
|
+
input: UpdateAppVersionResourceCommandInput,
|
|
416
|
+
context: __SerdeContext
|
|
417
|
+
) => Promise<__HttpRequest>;
|
|
314
418
|
export declare const serializeAws_restJson1UpdateResiliencyPolicyCommand: (
|
|
315
419
|
input: UpdateResiliencyPolicyCommandInput,
|
|
316
420
|
context: __SerdeContext
|
|
@@ -323,6 +427,14 @@ export declare const deserializeAws_restJson1CreateAppCommand: (
|
|
|
323
427
|
output: __HttpResponse,
|
|
324
428
|
context: __SerdeContext
|
|
325
429
|
) => Promise<CreateAppCommandOutput>;
|
|
430
|
+
export declare const deserializeAws_restJson1CreateAppVersionAppComponentCommand: (
|
|
431
|
+
output: __HttpResponse,
|
|
432
|
+
context: __SerdeContext
|
|
433
|
+
) => Promise<CreateAppVersionAppComponentCommandOutput>;
|
|
434
|
+
export declare const deserializeAws_restJson1CreateAppVersionResourceCommand: (
|
|
435
|
+
output: __HttpResponse,
|
|
436
|
+
context: __SerdeContext
|
|
437
|
+
) => Promise<CreateAppVersionResourceCommandOutput>;
|
|
326
438
|
export declare const deserializeAws_restJson1CreateRecommendationTemplateCommand: (
|
|
327
439
|
output: __HttpResponse,
|
|
328
440
|
context: __SerdeContext
|
|
@@ -339,6 +451,18 @@ export declare const deserializeAws_restJson1DeleteAppAssessmentCommand: (
|
|
|
339
451
|
output: __HttpResponse,
|
|
340
452
|
context: __SerdeContext
|
|
341
453
|
) => Promise<DeleteAppAssessmentCommandOutput>;
|
|
454
|
+
export declare const deserializeAws_restJson1DeleteAppInputSourceCommand: (
|
|
455
|
+
output: __HttpResponse,
|
|
456
|
+
context: __SerdeContext
|
|
457
|
+
) => Promise<DeleteAppInputSourceCommandOutput>;
|
|
458
|
+
export declare const deserializeAws_restJson1DeleteAppVersionAppComponentCommand: (
|
|
459
|
+
output: __HttpResponse,
|
|
460
|
+
context: __SerdeContext
|
|
461
|
+
) => Promise<DeleteAppVersionAppComponentCommandOutput>;
|
|
462
|
+
export declare const deserializeAws_restJson1DeleteAppVersionResourceCommand: (
|
|
463
|
+
output: __HttpResponse,
|
|
464
|
+
context: __SerdeContext
|
|
465
|
+
) => Promise<DeleteAppVersionResourceCommandOutput>;
|
|
342
466
|
export declare const deserializeAws_restJson1DeleteRecommendationTemplateCommand: (
|
|
343
467
|
output: __HttpResponse,
|
|
344
468
|
context: __SerdeContext
|
|
@@ -355,6 +479,18 @@ export declare const deserializeAws_restJson1DescribeAppAssessmentCommand: (
|
|
|
355
479
|
output: __HttpResponse,
|
|
356
480
|
context: __SerdeContext
|
|
357
481
|
) => Promise<DescribeAppAssessmentCommandOutput>;
|
|
482
|
+
export declare const deserializeAws_restJson1DescribeAppVersionCommand: (
|
|
483
|
+
output: __HttpResponse,
|
|
484
|
+
context: __SerdeContext
|
|
485
|
+
) => Promise<DescribeAppVersionCommandOutput>;
|
|
486
|
+
export declare const deserializeAws_restJson1DescribeAppVersionAppComponentCommand: (
|
|
487
|
+
output: __HttpResponse,
|
|
488
|
+
context: __SerdeContext
|
|
489
|
+
) => Promise<DescribeAppVersionAppComponentCommandOutput>;
|
|
490
|
+
export declare const deserializeAws_restJson1DescribeAppVersionResourceCommand: (
|
|
491
|
+
output: __HttpResponse,
|
|
492
|
+
context: __SerdeContext
|
|
493
|
+
) => Promise<DescribeAppVersionResourceCommandOutput>;
|
|
358
494
|
export declare const deserializeAws_restJson1DescribeAppVersionResourcesResolutionStatusCommand: (
|
|
359
495
|
output: __HttpResponse,
|
|
360
496
|
context: __SerdeContext
|
|
@@ -391,10 +527,18 @@ export declare const deserializeAws_restJson1ListAppComponentRecommendationsComm
|
|
|
391
527
|
output: __HttpResponse,
|
|
392
528
|
context: __SerdeContext
|
|
393
529
|
) => Promise<ListAppComponentRecommendationsCommandOutput>;
|
|
530
|
+
export declare const deserializeAws_restJson1ListAppInputSourcesCommand: (
|
|
531
|
+
output: __HttpResponse,
|
|
532
|
+
context: __SerdeContext
|
|
533
|
+
) => Promise<ListAppInputSourcesCommandOutput>;
|
|
394
534
|
export declare const deserializeAws_restJson1ListAppsCommand: (
|
|
395
535
|
output: __HttpResponse,
|
|
396
536
|
context: __SerdeContext
|
|
397
537
|
) => Promise<ListAppsCommandOutput>;
|
|
538
|
+
export declare const deserializeAws_restJson1ListAppVersionAppComponentsCommand: (
|
|
539
|
+
output: __HttpResponse,
|
|
540
|
+
context: __SerdeContext
|
|
541
|
+
) => Promise<ListAppVersionAppComponentsCommandOutput>;
|
|
398
542
|
export declare const deserializeAws_restJson1ListAppVersionResourceMappingsCommand: (
|
|
399
543
|
output: __HttpResponse,
|
|
400
544
|
context: __SerdeContext
|
|
@@ -467,6 +611,18 @@ export declare const deserializeAws_restJson1UpdateAppCommand: (
|
|
|
467
611
|
output: __HttpResponse,
|
|
468
612
|
context: __SerdeContext
|
|
469
613
|
) => Promise<UpdateAppCommandOutput>;
|
|
614
|
+
export declare const deserializeAws_restJson1UpdateAppVersionCommand: (
|
|
615
|
+
output: __HttpResponse,
|
|
616
|
+
context: __SerdeContext
|
|
617
|
+
) => Promise<UpdateAppVersionCommandOutput>;
|
|
618
|
+
export declare const deserializeAws_restJson1UpdateAppVersionAppComponentCommand: (
|
|
619
|
+
output: __HttpResponse,
|
|
620
|
+
context: __SerdeContext
|
|
621
|
+
) => Promise<UpdateAppVersionAppComponentCommandOutput>;
|
|
622
|
+
export declare const deserializeAws_restJson1UpdateAppVersionResourceCommand: (
|
|
623
|
+
output: __HttpResponse,
|
|
624
|
+
context: __SerdeContext
|
|
625
|
+
) => Promise<UpdateAppVersionResourceCommandOutput>;
|
|
470
626
|
export declare const deserializeAws_restJson1UpdateResiliencyPolicyCommand: (
|
|
471
627
|
output: __HttpResponse,
|
|
472
628
|
context: __SerdeContext
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-resiliencehub",
|
|
3
3
|
"description": "AWS SDK for JavaScript Resiliencehub Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.276.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.276.0",
|
|
24
24
|
"@aws-sdk/config-resolver": "3.272.0",
|
|
25
25
|
"@aws-sdk/credential-provider-node": "3.272.0",
|
|
26
26
|
"@aws-sdk/fetch-http-handler": "3.272.0",
|