@aws-sdk/client-resiliencehub 3.296.0 → 3.297.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/README.md +2 -2
- package/dist-cjs/models/models_0.js +12 -3
- package/dist-cjs/protocols/Aws_restJson1.js +78 -0
- package/dist-es/models/models_0.js +7 -0
- package/dist-es/protocols/Aws_restJson1.js +78 -0
- package/dist-types/Resiliencehub.d.ts +110 -57
- package/dist-types/ResiliencehubClient.d.ts +26 -6
- package/dist-types/commands/AddDraftAppVersionResourceMappingsCommand.d.ts +17 -1
- package/dist-types/commands/CreateAppCommand.d.ts +20 -4
- package/dist-types/commands/CreateAppVersionAppComponentCommand.d.ts +19 -3
- package/dist-types/commands/CreateAppVersionResourceCommand.d.ts +22 -6
- package/dist-types/commands/CreateRecommendationTemplateCommand.d.ts +18 -2
- package/dist-types/commands/CreateResiliencyPolicyCommand.d.ts +17 -1
- package/dist-types/commands/DeleteAppAssessmentCommand.d.ts +18 -2
- package/dist-types/commands/DeleteAppCommand.d.ts +18 -2
- package/dist-types/commands/DeleteAppInputSourceCommand.d.ts +18 -2
- package/dist-types/commands/DeleteAppVersionAppComponentCommand.d.ts +19 -3
- package/dist-types/commands/DeleteAppVersionResourceCommand.d.ts +20 -4
- package/dist-types/commands/DeleteRecommendationTemplateCommand.d.ts +17 -1
- package/dist-types/commands/DeleteResiliencyPolicyCommand.d.ts +17 -1
- package/dist-types/commands/DescribeAppAssessmentCommand.d.ts +18 -2
- package/dist-types/commands/DescribeAppCommand.d.ts +18 -2
- package/dist-types/commands/DescribeAppVersionAppComponentCommand.d.ts +18 -2
- package/dist-types/commands/DescribeAppVersionCommand.d.ts +18 -2
- package/dist-types/commands/DescribeAppVersionResourceCommand.d.ts +18 -2
- package/dist-types/commands/DescribeAppVersionResourcesResolutionStatusCommand.d.ts +17 -1
- package/dist-types/commands/DescribeAppVersionTemplateCommand.d.ts +18 -2
- package/dist-types/commands/DescribeDraftAppVersionResourcesImportStatusCommand.d.ts +17 -1
- package/dist-types/commands/DescribeResiliencyPolicyCommand.d.ts +18 -2
- package/dist-types/commands/ImportResourcesToDraftAppVersionCommand.d.ts +18 -2
- package/dist-types/commands/ListAlarmRecommendationsCommand.d.ts +18 -2
- package/dist-types/commands/ListAppAssessmentsCommand.d.ts +18 -2
- package/dist-types/commands/ListAppComponentCompliancesCommand.d.ts +18 -2
- package/dist-types/commands/ListAppComponentRecommendationsCommand.d.ts +18 -2
- package/dist-types/commands/ListAppInputSourcesCommand.d.ts +19 -3
- package/dist-types/commands/ListAppVersionAppComponentsCommand.d.ts +18 -2
- package/dist-types/commands/ListAppVersionResourceMappingsCommand.d.ts +17 -1
- package/dist-types/commands/ListAppVersionResourcesCommand.d.ts +18 -2
- package/dist-types/commands/ListAppVersionsCommand.d.ts +18 -2
- package/dist-types/commands/ListAppsCommand.d.ts +18 -2
- package/dist-types/commands/ListRecommendationTemplatesCommand.d.ts +18 -2
- package/dist-types/commands/ListResiliencyPoliciesCommand.d.ts +18 -2
- package/dist-types/commands/ListSopRecommendationsCommand.d.ts +18 -2
- package/dist-types/commands/ListSuggestedResiliencyPoliciesCommand.d.ts +18 -2
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +18 -2
- package/dist-types/commands/ListTestRecommendationsCommand.d.ts +18 -2
- package/dist-types/commands/ListUnsupportedAppVersionResourcesCommand.d.ts +19 -3
- package/dist-types/commands/PublishAppVersionCommand.d.ts +18 -2
- package/dist-types/commands/PutDraftAppVersionTemplateCommand.d.ts +18 -2
- package/dist-types/commands/RemoveDraftAppVersionResourceMappingsCommand.d.ts +17 -1
- package/dist-types/commands/ResolveAppVersionResourcesCommand.d.ts +17 -1
- package/dist-types/commands/StartAppAssessmentCommand.d.ts +17 -1
- package/dist-types/commands/TagResourceCommand.d.ts +17 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +17 -1
- package/dist-types/commands/UpdateAppCommand.d.ts +17 -1
- package/dist-types/commands/UpdateAppVersionAppComponentCommand.d.ts +19 -3
- package/dist-types/commands/UpdateAppVersionCommand.d.ts +20 -4
- package/dist-types/commands/UpdateAppVersionResourceCommand.d.ts +20 -4
- package/dist-types/commands/UpdateResiliencyPolicyCommand.d.ts +17 -1
- package/dist-types/models/ResiliencehubServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +624 -43
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListAlarmRecommendationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAppAssessmentsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAppComponentCompliancesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAppComponentRecommendationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAppInputSourcesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAppVersionAppComponentsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAppVersionResourceMappingsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAppVersionResourcesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAppVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAppsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListRecommendationTemplatesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListResiliencyPoliciesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSopRecommendationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSuggestedResiliencyPoliciesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTestRecommendationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListUnsupportedAppVersionResourcesPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +21 -0
- package/package.json +3 -3
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DescribeDraftAppVersionResourcesImportStatusRequest, DescribeDraftAppVersionResourcesImportStatusResponse } from "../models/models_0";
|
|
5
5
|
import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeDraftAppVersionResourcesImportStatusCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeDraftAppVersionResourcesImportStatusCommandInput extends DescribeDraftAppVersionResourcesImportStatusRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeDraftAppVersionResourcesImportStatusCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeDraftAppVersionResourcesImportStatusCommandOutput extends DescribeDraftAppVersionResourcesImportStatusResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Describes the status of importing resources to an application version.</p>
|
|
18
23
|
* <note>
|
|
19
24
|
* <p>If you get a 404 error with
|
|
@@ -32,6 +37,8 @@ export interface DescribeDraftAppVersionResourcesImportStatusCommandOutput exten
|
|
|
32
37
|
* const response = await client.send(command);
|
|
33
38
|
* ```
|
|
34
39
|
*
|
|
40
|
+
* @param DescribeDraftAppVersionResourcesImportStatusCommandInput - {@link DescribeDraftAppVersionResourcesImportStatusCommandInput}
|
|
41
|
+
* @returns {@link DescribeDraftAppVersionResourcesImportStatusCommandOutput}
|
|
35
42
|
* @see {@link DescribeDraftAppVersionResourcesImportStatusCommandInput} for command's `input` shape.
|
|
36
43
|
* @see {@link DescribeDraftAppVersionResourcesImportStatusCommandOutput} for command's `response` shape.
|
|
37
44
|
* @see {@link ResiliencehubClientResolvedConfig | config} for ResiliencehubClient's `config` shape.
|
|
@@ -42,7 +49,7 @@ export interface DescribeDraftAppVersionResourcesImportStatusCommandOutput exten
|
|
|
42
49
|
* required permissions.</p>
|
|
43
50
|
*
|
|
44
51
|
* @throws {@link InternalServerException} (server fault)
|
|
45
|
-
* <p>This exception occurs when there is an internal failure in the
|
|
52
|
+
* <p>This exception occurs when there is an internal failure in the Resilience Hub
|
|
46
53
|
* service.</p>
|
|
47
54
|
*
|
|
48
55
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
@@ -59,11 +66,20 @@ export interface DescribeDraftAppVersionResourcesImportStatusCommandOutput exten
|
|
|
59
66
|
export declare class DescribeDraftAppVersionResourcesImportStatusCommand extends $Command<DescribeDraftAppVersionResourcesImportStatusCommandInput, DescribeDraftAppVersionResourcesImportStatusCommandOutput, ResiliencehubClientResolvedConfig> {
|
|
60
67
|
readonly input: DescribeDraftAppVersionResourcesImportStatusCommandInput;
|
|
61
68
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
69
|
+
/**
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
62
72
|
constructor(input: DescribeDraftAppVersionResourcesImportStatusCommandInput);
|
|
63
73
|
/**
|
|
64
74
|
* @internal
|
|
65
75
|
*/
|
|
66
76
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDraftAppVersionResourcesImportStatusCommandInput, DescribeDraftAppVersionResourcesImportStatusCommandOutput>;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
67
80
|
private serialize;
|
|
81
|
+
/**
|
|
82
|
+
* @internal
|
|
83
|
+
*/
|
|
68
84
|
private deserialize;
|
|
69
85
|
}
|
|
@@ -4,17 +4,22 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DescribeResiliencyPolicyRequest, DescribeResiliencyPolicyResponse } from "../models/models_0";
|
|
5
5
|
import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeResiliencyPolicyCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeResiliencyPolicyCommandInput extends DescribeResiliencyPolicyRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeResiliencyPolicyCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeResiliencyPolicyCommandOutput extends DescribeResiliencyPolicyResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
17
|
-
*
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Describes a specified resiliency policy for an Resilience Hub application. The returned
|
|
18
23
|
* policy object includes creation time, data location constraints, the Amazon Resource Name
|
|
19
24
|
* (ARN) for the policy, tags, tier, and more.</p>
|
|
20
25
|
* @example
|
|
@@ -27,6 +32,8 @@ export interface DescribeResiliencyPolicyCommandOutput extends DescribeResilienc
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param DescribeResiliencyPolicyCommandInput - {@link DescribeResiliencyPolicyCommandInput}
|
|
36
|
+
* @returns {@link DescribeResiliencyPolicyCommandOutput}
|
|
30
37
|
* @see {@link DescribeResiliencyPolicyCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link DescribeResiliencyPolicyCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link ResiliencehubClientResolvedConfig | config} for ResiliencehubClient's `config` shape.
|
|
@@ -37,7 +44,7 @@ export interface DescribeResiliencyPolicyCommandOutput extends DescribeResilienc
|
|
|
37
44
|
* required permissions.</p>
|
|
38
45
|
*
|
|
39
46
|
* @throws {@link InternalServerException} (server fault)
|
|
40
|
-
* <p>This exception occurs when there is an internal failure in the
|
|
47
|
+
* <p>This exception occurs when there is an internal failure in the Resilience Hub
|
|
41
48
|
* service.</p>
|
|
42
49
|
*
|
|
43
50
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
@@ -54,11 +61,20 @@ export interface DescribeResiliencyPolicyCommandOutput extends DescribeResilienc
|
|
|
54
61
|
export declare class DescribeResiliencyPolicyCommand extends $Command<DescribeResiliencyPolicyCommandInput, DescribeResiliencyPolicyCommandOutput, ResiliencehubClientResolvedConfig> {
|
|
55
62
|
readonly input: DescribeResiliencyPolicyCommandInput;
|
|
56
63
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
57
67
|
constructor(input: DescribeResiliencyPolicyCommandInput);
|
|
58
68
|
/**
|
|
59
69
|
* @internal
|
|
60
70
|
*/
|
|
61
71
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeResiliencyPolicyCommandInput, DescribeResiliencyPolicyCommandOutput>;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
62
75
|
private serialize;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
63
79
|
private deserialize;
|
|
64
80
|
}
|
|
@@ -4,17 +4,22 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ImportResourcesToDraftAppVersionRequest, ImportResourcesToDraftAppVersionResponse } from "../models/models_0";
|
|
5
5
|
import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ImportResourcesToDraftAppVersionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ImportResourcesToDraftAppVersionCommandInput extends ImportResourcesToDraftAppVersionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ImportResourcesToDraftAppVersionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ImportResourcesToDraftAppVersionCommandOutput extends ImportResourcesToDraftAppVersionResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
17
|
-
*
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Imports resources to Resilience Hub application draft version from different input sources. For more information about the input sources supported by Resilience Hub, see <a href="https://docs.aws.amazon.com/resilience-hub/latest/userguide/discover-structure.html">Discover
|
|
18
23
|
* the structure and describe your Resilience Hub application</a>.</p>
|
|
19
24
|
* @example
|
|
20
25
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -26,6 +31,8 @@ export interface ImportResourcesToDraftAppVersionCommandOutput extends ImportRes
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ImportResourcesToDraftAppVersionCommandInput - {@link ImportResourcesToDraftAppVersionCommandInput}
|
|
35
|
+
* @returns {@link ImportResourcesToDraftAppVersionCommandOutput}
|
|
29
36
|
* @see {@link ImportResourcesToDraftAppVersionCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ImportResourcesToDraftAppVersionCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link ResiliencehubClientResolvedConfig | config} for ResiliencehubClient's `config` shape.
|
|
@@ -42,7 +49,7 @@ export interface ImportResourcesToDraftAppVersionCommandOutput extends ImportRes
|
|
|
42
49
|
* exception.</p>
|
|
43
50
|
*
|
|
44
51
|
* @throws {@link InternalServerException} (server fault)
|
|
45
|
-
* <p>This exception occurs when there is an internal failure in the
|
|
52
|
+
* <p>This exception occurs when there is an internal failure in the Resilience Hub
|
|
46
53
|
* service.</p>
|
|
47
54
|
*
|
|
48
55
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
@@ -59,11 +66,20 @@ export interface ImportResourcesToDraftAppVersionCommandOutput extends ImportRes
|
|
|
59
66
|
export declare class ImportResourcesToDraftAppVersionCommand extends $Command<ImportResourcesToDraftAppVersionCommandInput, ImportResourcesToDraftAppVersionCommandOutput, ResiliencehubClientResolvedConfig> {
|
|
60
67
|
readonly input: ImportResourcesToDraftAppVersionCommandInput;
|
|
61
68
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
69
|
+
/**
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
62
72
|
constructor(input: ImportResourcesToDraftAppVersionCommandInput);
|
|
63
73
|
/**
|
|
64
74
|
* @internal
|
|
65
75
|
*/
|
|
66
76
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportResourcesToDraftAppVersionCommandInput, ImportResourcesToDraftAppVersionCommandOutput>;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
67
80
|
private serialize;
|
|
81
|
+
/**
|
|
82
|
+
* @internal
|
|
83
|
+
*/
|
|
68
84
|
private deserialize;
|
|
69
85
|
}
|
|
@@ -4,17 +4,22 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ListAlarmRecommendationsRequest, ListAlarmRecommendationsResponse } from "../models/models_0";
|
|
5
5
|
import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListAlarmRecommendationsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListAlarmRecommendationsCommandInput extends ListAlarmRecommendationsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListAlarmRecommendationsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListAlarmRecommendationsCommandOutput extends ListAlarmRecommendationsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
17
|
-
*
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Lists the alarm recommendations for an Resilience Hub application.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
20
25
|
* ```javascript
|
|
@@ -25,6 +30,8 @@ export interface ListAlarmRecommendationsCommandOutput extends ListAlarmRecommen
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListAlarmRecommendationsCommandInput - {@link ListAlarmRecommendationsCommandInput}
|
|
34
|
+
* @returns {@link ListAlarmRecommendationsCommandOutput}
|
|
28
35
|
* @see {@link ListAlarmRecommendationsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListAlarmRecommendationsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link ResiliencehubClientResolvedConfig | config} for ResiliencehubClient's `config` shape.
|
|
@@ -35,7 +42,7 @@ export interface ListAlarmRecommendationsCommandOutput extends ListAlarmRecommen
|
|
|
35
42
|
* required permissions.</p>
|
|
36
43
|
*
|
|
37
44
|
* @throws {@link InternalServerException} (server fault)
|
|
38
|
-
* <p>This exception occurs when there is an internal failure in the
|
|
45
|
+
* <p>This exception occurs when there is an internal failure in the Resilience Hub
|
|
39
46
|
* service.</p>
|
|
40
47
|
*
|
|
41
48
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
@@ -52,11 +59,20 @@ export interface ListAlarmRecommendationsCommandOutput extends ListAlarmRecommen
|
|
|
52
59
|
export declare class ListAlarmRecommendationsCommand extends $Command<ListAlarmRecommendationsCommandInput, ListAlarmRecommendationsCommandOutput, ResiliencehubClientResolvedConfig> {
|
|
53
60
|
readonly input: ListAlarmRecommendationsCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: ListAlarmRecommendationsCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAlarmRecommendationsCommandInput, ListAlarmRecommendationsCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|
|
@@ -4,17 +4,22 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ListAppAssessmentsRequest, ListAppAssessmentsResponse } from "../models/models_0";
|
|
5
5
|
import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListAppAssessmentsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListAppAssessmentsCommandInput extends ListAppAssessmentsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListAppAssessmentsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListAppAssessmentsCommandOutput extends ListAppAssessmentsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
17
|
-
*
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Lists the assessments for an Resilience Hub application. You can use request parameters to
|
|
18
23
|
* refine the results for the response object.</p>
|
|
19
24
|
* @example
|
|
20
25
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -26,6 +31,8 @@ export interface ListAppAssessmentsCommandOutput extends ListAppAssessmentsRespo
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ListAppAssessmentsCommandInput - {@link ListAppAssessmentsCommandInput}
|
|
35
|
+
* @returns {@link ListAppAssessmentsCommandOutput}
|
|
29
36
|
* @see {@link ListAppAssessmentsCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ListAppAssessmentsCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link ResiliencehubClientResolvedConfig | config} for ResiliencehubClient's `config` shape.
|
|
@@ -36,7 +43,7 @@ export interface ListAppAssessmentsCommandOutput extends ListAppAssessmentsRespo
|
|
|
36
43
|
* required permissions.</p>
|
|
37
44
|
*
|
|
38
45
|
* @throws {@link InternalServerException} (server fault)
|
|
39
|
-
* <p>This exception occurs when there is an internal failure in the
|
|
46
|
+
* <p>This exception occurs when there is an internal failure in the Resilience Hub
|
|
40
47
|
* service.</p>
|
|
41
48
|
*
|
|
42
49
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
@@ -53,11 +60,20 @@ export interface ListAppAssessmentsCommandOutput extends ListAppAssessmentsRespo
|
|
|
53
60
|
export declare class ListAppAssessmentsCommand extends $Command<ListAppAssessmentsCommandInput, ListAppAssessmentsCommandOutput, ResiliencehubClientResolvedConfig> {
|
|
54
61
|
readonly input: ListAppAssessmentsCommandInput;
|
|
55
62
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
56
66
|
constructor(input: ListAppAssessmentsCommandInput);
|
|
57
67
|
/**
|
|
58
68
|
* @internal
|
|
59
69
|
*/
|
|
60
70
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAppAssessmentsCommandInput, ListAppAssessmentsCommandOutput>;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
61
74
|
private serialize;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
62
78
|
private deserialize;
|
|
63
79
|
}
|
|
@@ -4,17 +4,22 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ListAppComponentCompliancesRequest, ListAppComponentCompliancesResponse } from "../models/models_0";
|
|
5
5
|
import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListAppComponentCompliancesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListAppComponentCompliancesCommandInput extends ListAppComponentCompliancesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListAppComponentCompliancesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListAppComponentCompliancesCommandOutput extends ListAppComponentCompliancesResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
17
|
-
*
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Lists the compliances for an Resilience Hub Application Component.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
20
25
|
* ```javascript
|
|
@@ -25,6 +30,8 @@ export interface ListAppComponentCompliancesCommandOutput extends ListAppCompone
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListAppComponentCompliancesCommandInput - {@link ListAppComponentCompliancesCommandInput}
|
|
34
|
+
* @returns {@link ListAppComponentCompliancesCommandOutput}
|
|
28
35
|
* @see {@link ListAppComponentCompliancesCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListAppComponentCompliancesCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link ResiliencehubClientResolvedConfig | config} for ResiliencehubClient's `config` shape.
|
|
@@ -35,7 +42,7 @@ export interface ListAppComponentCompliancesCommandOutput extends ListAppCompone
|
|
|
35
42
|
* required permissions.</p>
|
|
36
43
|
*
|
|
37
44
|
* @throws {@link InternalServerException} (server fault)
|
|
38
|
-
* <p>This exception occurs when there is an internal failure in the
|
|
45
|
+
* <p>This exception occurs when there is an internal failure in the Resilience Hub
|
|
39
46
|
* service.</p>
|
|
40
47
|
*
|
|
41
48
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
@@ -52,11 +59,20 @@ export interface ListAppComponentCompliancesCommandOutput extends ListAppCompone
|
|
|
52
59
|
export declare class ListAppComponentCompliancesCommand extends $Command<ListAppComponentCompliancesCommandInput, ListAppComponentCompliancesCommandOutput, ResiliencehubClientResolvedConfig> {
|
|
53
60
|
readonly input: ListAppComponentCompliancesCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: ListAppComponentCompliancesCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAppComponentCompliancesCommandInput, ListAppComponentCompliancesCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|
|
@@ -4,17 +4,22 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ListAppComponentRecommendationsRequest, ListAppComponentRecommendationsResponse } from "../models/models_0";
|
|
5
5
|
import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListAppComponentRecommendationsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListAppComponentRecommendationsCommandInput extends ListAppComponentRecommendationsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListAppComponentRecommendationsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListAppComponentRecommendationsCommandOutput extends ListAppComponentRecommendationsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
17
|
-
*
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Lists the recommendations for an Resilience Hub Application Component.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
20
25
|
* ```javascript
|
|
@@ -25,6 +30,8 @@ export interface ListAppComponentRecommendationsCommandOutput extends ListAppCom
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListAppComponentRecommendationsCommandInput - {@link ListAppComponentRecommendationsCommandInput}
|
|
34
|
+
* @returns {@link ListAppComponentRecommendationsCommandOutput}
|
|
28
35
|
* @see {@link ListAppComponentRecommendationsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListAppComponentRecommendationsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link ResiliencehubClientResolvedConfig | config} for ResiliencehubClient's `config` shape.
|
|
@@ -35,7 +42,7 @@ export interface ListAppComponentRecommendationsCommandOutput extends ListAppCom
|
|
|
35
42
|
* required permissions.</p>
|
|
36
43
|
*
|
|
37
44
|
* @throws {@link InternalServerException} (server fault)
|
|
38
|
-
* <p>This exception occurs when there is an internal failure in the
|
|
45
|
+
* <p>This exception occurs when there is an internal failure in the Resilience Hub
|
|
39
46
|
* service.</p>
|
|
40
47
|
*
|
|
41
48
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
@@ -52,11 +59,20 @@ export interface ListAppComponentRecommendationsCommandOutput extends ListAppCom
|
|
|
52
59
|
export declare class ListAppComponentRecommendationsCommand extends $Command<ListAppComponentRecommendationsCommandInput, ListAppComponentRecommendationsCommandOutput, ResiliencehubClientResolvedConfig> {
|
|
53
60
|
readonly input: ListAppComponentRecommendationsCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: ListAppComponentRecommendationsCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAppComponentRecommendationsCommandInput, ListAppComponentRecommendationsCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|
|
@@ -4,18 +4,23 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ListAppInputSourcesRequest, ListAppInputSourcesResponse } from "../models/models_0";
|
|
5
5
|
import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListAppInputSourcesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListAppInputSourcesCommandInput extends ListAppInputSourcesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListAppInputSourcesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListAppInputSourcesCommandOutput extends ListAppInputSourcesResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
17
|
-
*
|
|
18
|
-
*
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Lists all the input sources of the Resilience Hub application. For more information about the
|
|
23
|
+
* input sources supported by Resilience Hub, see <a href="https://docs.aws.amazon.com/resilience-hub/latest/userguide/discover-structure.html">Discover
|
|
19
24
|
* the structure and describe your Resilience Hub application</a>.</p>
|
|
20
25
|
* @example
|
|
21
26
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -27,6 +32,8 @@ export interface ListAppInputSourcesCommandOutput extends ListAppInputSourcesRes
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param ListAppInputSourcesCommandInput - {@link ListAppInputSourcesCommandInput}
|
|
36
|
+
* @returns {@link ListAppInputSourcesCommandOutput}
|
|
30
37
|
* @see {@link ListAppInputSourcesCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link ListAppInputSourcesCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link ResiliencehubClientResolvedConfig | config} for ResiliencehubClient's `config` shape.
|
|
@@ -37,7 +44,7 @@ export interface ListAppInputSourcesCommandOutput extends ListAppInputSourcesRes
|
|
|
37
44
|
* required permissions.</p>
|
|
38
45
|
*
|
|
39
46
|
* @throws {@link InternalServerException} (server fault)
|
|
40
|
-
* <p>This exception occurs when there is an internal failure in the
|
|
47
|
+
* <p>This exception occurs when there is an internal failure in the Resilience Hub
|
|
41
48
|
* service.</p>
|
|
42
49
|
*
|
|
43
50
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
@@ -54,11 +61,20 @@ export interface ListAppInputSourcesCommandOutput extends ListAppInputSourcesRes
|
|
|
54
61
|
export declare class ListAppInputSourcesCommand extends $Command<ListAppInputSourcesCommandInput, ListAppInputSourcesCommandOutput, ResiliencehubClientResolvedConfig> {
|
|
55
62
|
readonly input: ListAppInputSourcesCommandInput;
|
|
56
63
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
57
67
|
constructor(input: ListAppInputSourcesCommandInput);
|
|
58
68
|
/**
|
|
59
69
|
* @internal
|
|
60
70
|
*/
|
|
61
71
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAppInputSourcesCommandInput, ListAppInputSourcesCommandOutput>;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
62
75
|
private serialize;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
63
79
|
private deserialize;
|
|
64
80
|
}
|
|
@@ -4,17 +4,22 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ListAppVersionAppComponentsRequest, ListAppVersionAppComponentsResponse } from "../models/models_0";
|
|
5
5
|
import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListAppVersionAppComponentsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListAppVersionAppComponentsCommandInput extends ListAppVersionAppComponentsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListAppVersionAppComponentsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListAppVersionAppComponentsCommandOutput extends ListAppVersionAppComponentsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
17
|
-
*
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Lists all the Application Components in the Resilience Hub application.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
20
25
|
* ```javascript
|
|
@@ -25,6 +30,8 @@ export interface ListAppVersionAppComponentsCommandOutput extends ListAppVersion
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListAppVersionAppComponentsCommandInput - {@link ListAppVersionAppComponentsCommandInput}
|
|
34
|
+
* @returns {@link ListAppVersionAppComponentsCommandOutput}
|
|
28
35
|
* @see {@link ListAppVersionAppComponentsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListAppVersionAppComponentsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link ResiliencehubClientResolvedConfig | config} for ResiliencehubClient's `config` shape.
|
|
@@ -41,7 +48,7 @@ export interface ListAppVersionAppComponentsCommandOutput extends ListAppVersion
|
|
|
41
48
|
* exception.</p>
|
|
42
49
|
*
|
|
43
50
|
* @throws {@link InternalServerException} (server fault)
|
|
44
|
-
* <p>This exception occurs when there is an internal failure in the
|
|
51
|
+
* <p>This exception occurs when there is an internal failure in the Resilience Hub
|
|
45
52
|
* service.</p>
|
|
46
53
|
*
|
|
47
54
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
@@ -58,11 +65,20 @@ export interface ListAppVersionAppComponentsCommandOutput extends ListAppVersion
|
|
|
58
65
|
export declare class ListAppVersionAppComponentsCommand extends $Command<ListAppVersionAppComponentsCommandInput, ListAppVersionAppComponentsCommandOutput, ResiliencehubClientResolvedConfig> {
|
|
59
66
|
readonly input: ListAppVersionAppComponentsCommandInput;
|
|
60
67
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
+
/**
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
61
71
|
constructor(input: ListAppVersionAppComponentsCommandInput);
|
|
62
72
|
/**
|
|
63
73
|
* @internal
|
|
64
74
|
*/
|
|
65
75
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAppVersionAppComponentsCommandInput, ListAppVersionAppComponentsCommandOutput>;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
66
79
|
private serialize;
|
|
80
|
+
/**
|
|
81
|
+
* @internal
|
|
82
|
+
*/
|
|
67
83
|
private deserialize;
|
|
68
84
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ListAppVersionResourceMappingsRequest, ListAppVersionResourceMappingsResponse } from "../models/models_0";
|
|
5
5
|
import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListAppVersionResourceMappingsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListAppVersionResourceMappingsCommandInput extends ListAppVersionResourceMappingsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListAppVersionResourceMappingsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListAppVersionResourceMappingsCommandOutput extends ListAppVersionResourceMappingsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists how the resources in an application version are mapped/sourced from. Mappings can be
|
|
18
23
|
* physical resource identifiers, CloudFormation stacks, resource-groups, or an application registry
|
|
19
24
|
* app.</p>
|
|
@@ -27,6 +32,8 @@ export interface ListAppVersionResourceMappingsCommandOutput extends ListAppVers
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param ListAppVersionResourceMappingsCommandInput - {@link ListAppVersionResourceMappingsCommandInput}
|
|
36
|
+
* @returns {@link ListAppVersionResourceMappingsCommandOutput}
|
|
30
37
|
* @see {@link ListAppVersionResourceMappingsCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link ListAppVersionResourceMappingsCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link ResiliencehubClientResolvedConfig | config} for ResiliencehubClient's `config` shape.
|
|
@@ -37,7 +44,7 @@ export interface ListAppVersionResourceMappingsCommandOutput extends ListAppVers
|
|
|
37
44
|
* required permissions.</p>
|
|
38
45
|
*
|
|
39
46
|
* @throws {@link InternalServerException} (server fault)
|
|
40
|
-
* <p>This exception occurs when there is an internal failure in the
|
|
47
|
+
* <p>This exception occurs when there is an internal failure in the Resilience Hub
|
|
41
48
|
* service.</p>
|
|
42
49
|
*
|
|
43
50
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
@@ -54,11 +61,20 @@ export interface ListAppVersionResourceMappingsCommandOutput extends ListAppVers
|
|
|
54
61
|
export declare class ListAppVersionResourceMappingsCommand extends $Command<ListAppVersionResourceMappingsCommandInput, ListAppVersionResourceMappingsCommandOutput, ResiliencehubClientResolvedConfig> {
|
|
55
62
|
readonly input: ListAppVersionResourceMappingsCommandInput;
|
|
56
63
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
57
67
|
constructor(input: ListAppVersionResourceMappingsCommandInput);
|
|
58
68
|
/**
|
|
59
69
|
* @internal
|
|
60
70
|
*/
|
|
61
71
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAppVersionResourceMappingsCommandInput, ListAppVersionResourceMappingsCommandOutput>;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
62
75
|
private serialize;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
63
79
|
private deserialize;
|
|
64
80
|
}
|