@aws-sdk/client-resiliencehub 3.295.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 +29 -29
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AddDraftAppVersionResourceMappingsRequest, AddDraftAppVersionResourceMappingsResponse } from "../models/models_0";
|
|
5
5
|
import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link AddDraftAppVersionResourceMappingsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface AddDraftAppVersionResourceMappingsCommandInput extends AddDraftAppVersionResourceMappingsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link AddDraftAppVersionResourceMappingsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface AddDraftAppVersionResourceMappingsCommandOutput extends AddDraftAppVersionResourceMappingsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Adds the resource mapping for the draft application version. You can also update an existing resource mapping to a new physical resource.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface AddDraftAppVersionResourceMappingsCommandOutput extends AddDraf
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param AddDraftAppVersionResourceMappingsCommandInput - {@link AddDraftAppVersionResourceMappingsCommandInput}
|
|
34
|
+
* @returns {@link AddDraftAppVersionResourceMappingsCommandOutput}
|
|
28
35
|
* @see {@link AddDraftAppVersionResourceMappingsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link AddDraftAppVersionResourceMappingsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link ResiliencehubClientResolvedConfig | config} for ResiliencehubClient's `config` shape.
|
|
@@ -41,7 +48,7 @@ export interface AddDraftAppVersionResourceMappingsCommandOutput extends AddDraf
|
|
|
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 AddDraftAppVersionResourceMappingsCommandOutput extends AddDraf
|
|
|
58
65
|
export declare class AddDraftAppVersionResourceMappingsCommand extends $Command<AddDraftAppVersionResourceMappingsCommandInput, AddDraftAppVersionResourceMappingsCommandOutput, ResiliencehubClientResolvedConfig> {
|
|
59
66
|
readonly input: AddDraftAppVersionResourceMappingsCommandInput;
|
|
60
67
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
+
/**
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
61
71
|
constructor(input: AddDraftAppVersionResourceMappingsCommandInput);
|
|
62
72
|
/**
|
|
63
73
|
* @internal
|
|
64
74
|
*/
|
|
65
75
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddDraftAppVersionResourceMappingsCommandInput, AddDraftAppVersionResourceMappingsCommandOutput>;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
66
79
|
private serialize;
|
|
80
|
+
/**
|
|
81
|
+
* @internal
|
|
82
|
+
*/
|
|
67
83
|
private deserialize;
|
|
68
84
|
}
|
|
@@ -4,21 +4,26 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CreateAppRequest, CreateAppResponse } from "../models/models_0";
|
|
5
5
|
import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateAppCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateAppCommandInput extends CreateAppRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateAppCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateAppCommandOutput extends CreateAppResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
17
|
-
*
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Creates an Resilience Hub application. An Resilience Hub application is a collection of Amazon Web Services
|
|
18
23
|
* resources structured to prevent and recover Amazon Web Services application disruptions. To describe a
|
|
19
|
-
*
|
|
24
|
+
* Resilience Hub application, you provide an application name, resources from one or more–up to
|
|
20
25
|
* five–CloudFormation stacks, and an appropriate resiliency policy.</p>
|
|
21
|
-
* <p>After you create an
|
|
26
|
+
* <p>After you create an Resilience Hub application, you publish it so that you can run a resiliency
|
|
22
27
|
* assessment on it. You can then use recommendations from the assessment to improve resiliency
|
|
23
28
|
* by running another assessment, comparing results, and then iterating the process until you
|
|
24
29
|
* achieve your goals for recovery time objective (RTO) and recovery point objective
|
|
@@ -33,6 +38,8 @@ export interface CreateAppCommandOutput extends CreateAppResponse, __MetadataBea
|
|
|
33
38
|
* const response = await client.send(command);
|
|
34
39
|
* ```
|
|
35
40
|
*
|
|
41
|
+
* @param CreateAppCommandInput - {@link CreateAppCommandInput}
|
|
42
|
+
* @returns {@link CreateAppCommandOutput}
|
|
36
43
|
* @see {@link CreateAppCommandInput} for command's `input` shape.
|
|
37
44
|
* @see {@link CreateAppCommandOutput} for command's `response` shape.
|
|
38
45
|
* @see {@link ResiliencehubClientResolvedConfig | config} for ResiliencehubClient's `config` shape.
|
|
@@ -49,7 +56,7 @@ export interface CreateAppCommandOutput extends CreateAppResponse, __MetadataBea
|
|
|
49
56
|
* exception.</p>
|
|
50
57
|
*
|
|
51
58
|
* @throws {@link InternalServerException} (server fault)
|
|
52
|
-
* <p>This exception occurs when there is an internal failure in the
|
|
59
|
+
* <p>This exception occurs when there is an internal failure in the Resilience Hub
|
|
53
60
|
* service.</p>
|
|
54
61
|
*
|
|
55
62
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
@@ -70,11 +77,20 @@ export interface CreateAppCommandOutput extends CreateAppResponse, __MetadataBea
|
|
|
70
77
|
export declare class CreateAppCommand extends $Command<CreateAppCommandInput, CreateAppCommandOutput, ResiliencehubClientResolvedConfig> {
|
|
71
78
|
readonly input: CreateAppCommandInput;
|
|
72
79
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
80
|
+
/**
|
|
81
|
+
* @public
|
|
82
|
+
*/
|
|
73
83
|
constructor(input: CreateAppCommandInput);
|
|
74
84
|
/**
|
|
75
85
|
* @internal
|
|
76
86
|
*/
|
|
77
87
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAppCommandInput, CreateAppCommandOutput>;
|
|
88
|
+
/**
|
|
89
|
+
* @internal
|
|
90
|
+
*/
|
|
78
91
|
private serialize;
|
|
92
|
+
/**
|
|
93
|
+
* @internal
|
|
94
|
+
*/
|
|
79
95
|
private deserialize;
|
|
80
96
|
}
|
|
@@ -4,19 +4,24 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CreateAppVersionAppComponentRequest, CreateAppVersionAppComponentResponse } from "../models/models_0";
|
|
5
5
|
import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateAppVersionAppComponentCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateAppVersionAppComponentCommandInput extends CreateAppVersionAppComponentRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateAppVersionAppComponentCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateAppVersionAppComponentCommandOutput extends CreateAppVersionAppComponentResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
17
|
-
*
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Creates a new Application Component in the Resilience Hub application.</p>
|
|
18
23
|
* <note>
|
|
19
|
-
* <p>This API updates the
|
|
24
|
+
* <p>This API updates the Resilience Hub application draft version. To use this Application Component for running assessments, you must publish the Resilience Hub application using the <code>PublishAppVersion</code> API.</p>
|
|
20
25
|
* </note>
|
|
21
26
|
* @example
|
|
22
27
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -28,6 +33,8 @@ export interface CreateAppVersionAppComponentCommandOutput extends CreateAppVers
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param CreateAppVersionAppComponentCommandInput - {@link CreateAppVersionAppComponentCommandInput}
|
|
37
|
+
* @returns {@link CreateAppVersionAppComponentCommandOutput}
|
|
31
38
|
* @see {@link CreateAppVersionAppComponentCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link CreateAppVersionAppComponentCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link ResiliencehubClientResolvedConfig | config} for ResiliencehubClient's `config` shape.
|
|
@@ -44,7 +51,7 @@ export interface CreateAppVersionAppComponentCommandOutput extends CreateAppVers
|
|
|
44
51
|
* exception.</p>
|
|
45
52
|
*
|
|
46
53
|
* @throws {@link InternalServerException} (server fault)
|
|
47
|
-
* <p>This exception occurs when there is an internal failure in the
|
|
54
|
+
* <p>This exception occurs when there is an internal failure in the Resilience Hub
|
|
48
55
|
* service.</p>
|
|
49
56
|
*
|
|
50
57
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
@@ -65,11 +72,20 @@ export interface CreateAppVersionAppComponentCommandOutput extends CreateAppVers
|
|
|
65
72
|
export declare class CreateAppVersionAppComponentCommand extends $Command<CreateAppVersionAppComponentCommandInput, CreateAppVersionAppComponentCommandOutput, ResiliencehubClientResolvedConfig> {
|
|
66
73
|
readonly input: CreateAppVersionAppComponentCommandInput;
|
|
67
74
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
75
|
+
/**
|
|
76
|
+
* @public
|
|
77
|
+
*/
|
|
68
78
|
constructor(input: CreateAppVersionAppComponentCommandInput);
|
|
69
79
|
/**
|
|
70
80
|
* @internal
|
|
71
81
|
*/
|
|
72
82
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAppVersionAppComponentCommandInput, CreateAppVersionAppComponentCommandOutput>;
|
|
83
|
+
/**
|
|
84
|
+
* @internal
|
|
85
|
+
*/
|
|
73
86
|
private serialize;
|
|
87
|
+
/**
|
|
88
|
+
* @internal
|
|
89
|
+
*/
|
|
74
90
|
private deserialize;
|
|
75
91
|
}
|
|
@@ -4,27 +4,32 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CreateAppVersionResourceRequest, CreateAppVersionResourceResponse } from "../models/models_0";
|
|
5
5
|
import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateAppVersionResourceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateAppVersionResourceCommandInput extends CreateAppVersionResourceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateAppVersionResourceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateAppVersionResourceCommandOutput extends CreateAppVersionResourceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
17
|
-
*
|
|
18
|
-
*
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Adds a resource to the Resilience Hub application and assigns it to the specified
|
|
23
|
+
* Application Components. If you specify a new Application Component, Resilience Hub will automatically
|
|
19
24
|
* create the Application Component.</p>
|
|
20
25
|
* <note>
|
|
21
26
|
* <ul>
|
|
22
27
|
* <li>
|
|
23
|
-
* <p>This action has no effect outside
|
|
28
|
+
* <p>This action has no effect outside Resilience Hub.</p>
|
|
24
29
|
* </li>
|
|
25
30
|
* <li>
|
|
26
|
-
* <p>This API updates the
|
|
27
|
-
* for running resiliency assessments, you must publish the
|
|
31
|
+
* <p>This API updates the Resilience Hub application draft version. To use this resource
|
|
32
|
+
* for running resiliency assessments, you must publish the Resilience Hub application using
|
|
28
33
|
* the <code>PublishAppVersion</code> API.</p>
|
|
29
34
|
* </li>
|
|
30
35
|
* <li>
|
|
@@ -43,6 +48,8 @@ export interface CreateAppVersionResourceCommandOutput extends CreateAppVersionR
|
|
|
43
48
|
* const response = await client.send(command);
|
|
44
49
|
* ```
|
|
45
50
|
*
|
|
51
|
+
* @param CreateAppVersionResourceCommandInput - {@link CreateAppVersionResourceCommandInput}
|
|
52
|
+
* @returns {@link CreateAppVersionResourceCommandOutput}
|
|
46
53
|
* @see {@link CreateAppVersionResourceCommandInput} for command's `input` shape.
|
|
47
54
|
* @see {@link CreateAppVersionResourceCommandOutput} for command's `response` shape.
|
|
48
55
|
* @see {@link ResiliencehubClientResolvedConfig | config} for ResiliencehubClient's `config` shape.
|
|
@@ -59,7 +66,7 @@ export interface CreateAppVersionResourceCommandOutput extends CreateAppVersionR
|
|
|
59
66
|
* exception.</p>
|
|
60
67
|
*
|
|
61
68
|
* @throws {@link InternalServerException} (server fault)
|
|
62
|
-
* <p>This exception occurs when there is an internal failure in the
|
|
69
|
+
* <p>This exception occurs when there is an internal failure in the Resilience Hub
|
|
63
70
|
* service.</p>
|
|
64
71
|
*
|
|
65
72
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
@@ -80,11 +87,20 @@ export interface CreateAppVersionResourceCommandOutput extends CreateAppVersionR
|
|
|
80
87
|
export declare class CreateAppVersionResourceCommand extends $Command<CreateAppVersionResourceCommandInput, CreateAppVersionResourceCommandOutput, ResiliencehubClientResolvedConfig> {
|
|
81
88
|
readonly input: CreateAppVersionResourceCommandInput;
|
|
82
89
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
90
|
+
/**
|
|
91
|
+
* @public
|
|
92
|
+
*/
|
|
83
93
|
constructor(input: CreateAppVersionResourceCommandInput);
|
|
84
94
|
/**
|
|
85
95
|
* @internal
|
|
86
96
|
*/
|
|
87
97
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAppVersionResourceCommandInput, CreateAppVersionResourceCommandOutput>;
|
|
98
|
+
/**
|
|
99
|
+
* @internal
|
|
100
|
+
*/
|
|
88
101
|
private serialize;
|
|
102
|
+
/**
|
|
103
|
+
* @internal
|
|
104
|
+
*/
|
|
89
105
|
private deserialize;
|
|
90
106
|
}
|
|
@@ -4,17 +4,22 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CreateRecommendationTemplateRequest, CreateRecommendationTemplateResponse } from "../models/models_0";
|
|
5
5
|
import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateRecommendationTemplateCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateRecommendationTemplateCommandInput extends CreateRecommendationTemplateRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateRecommendationTemplateCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateRecommendationTemplateCommandOutput extends CreateRecommendationTemplateResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
17
|
-
*
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Creates a new recommendation template for 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 CreateRecommendationTemplateCommandOutput extends CreateRecomme
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param CreateRecommendationTemplateCommandInput - {@link CreateRecommendationTemplateCommandInput}
|
|
34
|
+
* @returns {@link CreateRecommendationTemplateCommandOutput}
|
|
28
35
|
* @see {@link CreateRecommendationTemplateCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link CreateRecommendationTemplateCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link ResiliencehubClientResolvedConfig | config} for ResiliencehubClient's `config` shape.
|
|
@@ -41,7 +48,7 @@ export interface CreateRecommendationTemplateCommandOutput extends CreateRecomme
|
|
|
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)
|
|
@@ -62,11 +69,20 @@ export interface CreateRecommendationTemplateCommandOutput extends CreateRecomme
|
|
|
62
69
|
export declare class CreateRecommendationTemplateCommand extends $Command<CreateRecommendationTemplateCommandInput, CreateRecommendationTemplateCommandOutput, ResiliencehubClientResolvedConfig> {
|
|
63
70
|
readonly input: CreateRecommendationTemplateCommandInput;
|
|
64
71
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
72
|
+
/**
|
|
73
|
+
* @public
|
|
74
|
+
*/
|
|
65
75
|
constructor(input: CreateRecommendationTemplateCommandInput);
|
|
66
76
|
/**
|
|
67
77
|
* @internal
|
|
68
78
|
*/
|
|
69
79
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRecommendationTemplateCommandInput, CreateRecommendationTemplateCommandOutput>;
|
|
80
|
+
/**
|
|
81
|
+
* @internal
|
|
82
|
+
*/
|
|
70
83
|
private serialize;
|
|
84
|
+
/**
|
|
85
|
+
* @internal
|
|
86
|
+
*/
|
|
71
87
|
private deserialize;
|
|
72
88
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CreateResiliencyPolicyRequest, CreateResiliencyPolicyResponse } from "../models/models_0";
|
|
5
5
|
import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateResiliencyPolicyCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateResiliencyPolicyCommandInput extends CreateResiliencyPolicyRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateResiliencyPolicyCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateResiliencyPolicyCommandOutput extends CreateResiliencyPolicyResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a resiliency policy for an application.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface CreateResiliencyPolicyCommandOutput extends CreateResiliencyPol
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param CreateResiliencyPolicyCommandInput - {@link CreateResiliencyPolicyCommandInput}
|
|
34
|
+
* @returns {@link CreateResiliencyPolicyCommandOutput}
|
|
28
35
|
* @see {@link CreateResiliencyPolicyCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link CreateResiliencyPolicyCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link ResiliencehubClientResolvedConfig | config} for ResiliencehubClient's `config` shape.
|
|
@@ -41,7 +48,7 @@ export interface CreateResiliencyPolicyCommandOutput extends CreateResiliencyPol
|
|
|
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 ServiceQuotaExceededException} (client fault)
|
|
@@ -59,11 +66,20 @@ export interface CreateResiliencyPolicyCommandOutput extends CreateResiliencyPol
|
|
|
59
66
|
export declare class CreateResiliencyPolicyCommand extends $Command<CreateResiliencyPolicyCommandInput, CreateResiliencyPolicyCommandOutput, ResiliencehubClientResolvedConfig> {
|
|
60
67
|
readonly input: CreateResiliencyPolicyCommandInput;
|
|
61
68
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
69
|
+
/**
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
62
72
|
constructor(input: CreateResiliencyPolicyCommandInput);
|
|
63
73
|
/**
|
|
64
74
|
* @internal
|
|
65
75
|
*/
|
|
66
76
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateResiliencyPolicyCommandInput, CreateResiliencyPolicyCommandOutput>;
|
|
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 { DeleteAppAssessmentRequest, DeleteAppAssessmentResponse } from "../models/models_0";
|
|
5
5
|
import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteAppAssessmentCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteAppAssessmentCommandInput extends DeleteAppAssessmentRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteAppAssessmentCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteAppAssessmentCommandOutput extends DeleteAppAssessmentResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
17
|
-
*
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Deletes an Resilience Hub application assessment. This is a destructive action that can't
|
|
18
23
|
* be undone.</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 DeleteAppAssessmentCommandOutput extends DeleteAppAssessmentRes
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DeleteAppAssessmentCommandInput - {@link DeleteAppAssessmentCommandInput}
|
|
35
|
+
* @returns {@link DeleteAppAssessmentCommandOutput}
|
|
29
36
|
* @see {@link DeleteAppAssessmentCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DeleteAppAssessmentCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link ResiliencehubClientResolvedConfig | config} for ResiliencehubClient's `config` shape.
|
|
@@ -42,7 +49,7 @@ export interface DeleteAppAssessmentCommandOutput extends DeleteAppAssessmentRes
|
|
|
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 DeleteAppAssessmentCommandOutput extends DeleteAppAssessmentRes
|
|
|
59
66
|
export declare class DeleteAppAssessmentCommand extends $Command<DeleteAppAssessmentCommandInput, DeleteAppAssessmentCommandOutput, ResiliencehubClientResolvedConfig> {
|
|
60
67
|
readonly input: DeleteAppAssessmentCommandInput;
|
|
61
68
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
69
|
+
/**
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
62
72
|
constructor(input: DeleteAppAssessmentCommandInput);
|
|
63
73
|
/**
|
|
64
74
|
* @internal
|
|
65
75
|
*/
|
|
66
76
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAppAssessmentCommandInput, DeleteAppAssessmentCommandOutput>;
|
|
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 { DeleteAppRequest, DeleteAppResponse } from "../models/models_0";
|
|
5
5
|
import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteAppCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteAppCommandInput extends DeleteAppRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteAppCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteAppCommandOutput extends DeleteAppResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
17
|
-
*
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Deletes an Resilience Hub application. This is a destructive action that can't be
|
|
18
23
|
* undone.</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 DeleteAppCommandOutput extends DeleteAppResponse, __MetadataBea
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DeleteAppCommandInput - {@link DeleteAppCommandInput}
|
|
35
|
+
* @returns {@link DeleteAppCommandOutput}
|
|
29
36
|
* @see {@link DeleteAppCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DeleteAppCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link ResiliencehubClientResolvedConfig | config} for ResiliencehubClient's `config` shape.
|
|
@@ -37,7 +44,7 @@ export interface DeleteAppCommandOutput extends DeleteAppResponse, __MetadataBea
|
|
|
37
44
|
* exception.</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 DeleteAppCommandOutput extends DeleteAppResponse, __MetadataBea
|
|
|
54
61
|
export declare class DeleteAppCommand extends $Command<DeleteAppCommandInput, DeleteAppCommandOutput, ResiliencehubClientResolvedConfig> {
|
|
55
62
|
readonly input: DeleteAppCommandInput;
|
|
56
63
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
57
67
|
constructor(input: DeleteAppCommandInput);
|
|
58
68
|
/**
|
|
59
69
|
* @internal
|
|
60
70
|
*/
|
|
61
71
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAppCommandInput, DeleteAppCommandOutput>;
|
|
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 { DeleteAppInputSourceRequest, DeleteAppInputSourceResponse } from "../models/models_0";
|
|
5
5
|
import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteAppInputSourceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteAppInputSourceCommandInput extends DeleteAppInputSourceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteAppInputSourceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteAppInputSourceCommandOutput extends DeleteAppInputSourceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
17
|
-
*
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Deletes the input source and all of its imported resources from 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 DeleteAppInputSourceCommandOutput extends DeleteAppInputSourceR
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteAppInputSourceCommandInput - {@link DeleteAppInputSourceCommandInput}
|
|
34
|
+
* @returns {@link DeleteAppInputSourceCommandOutput}
|
|
28
35
|
* @see {@link DeleteAppInputSourceCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteAppInputSourceCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link ResiliencehubClientResolvedConfig | config} for ResiliencehubClient's `config` shape.
|
|
@@ -41,7 +48,7 @@ export interface DeleteAppInputSourceCommandOutput extends DeleteAppInputSourceR
|
|
|
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 DeleteAppInputSourceCommandOutput extends DeleteAppInputSourceR
|
|
|
58
65
|
export declare class DeleteAppInputSourceCommand extends $Command<DeleteAppInputSourceCommandInput, DeleteAppInputSourceCommandOutput, ResiliencehubClientResolvedConfig> {
|
|
59
66
|
readonly input: DeleteAppInputSourceCommandInput;
|
|
60
67
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
+
/**
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
61
71
|
constructor(input: DeleteAppInputSourceCommandInput);
|
|
62
72
|
/**
|
|
63
73
|
* @internal
|
|
64
74
|
*/
|
|
65
75
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAppInputSourceCommandInput, DeleteAppInputSourceCommandOutput>;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
66
79
|
private serialize;
|
|
80
|
+
/**
|
|
81
|
+
* @internal
|
|
82
|
+
*/
|
|
67
83
|
private deserialize;
|
|
68
84
|
}
|
|
@@ -4,21 +4,26 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { DeleteAppVersionAppComponentRequest, DeleteAppVersionAppComponentResponse } from "../models/models_0";
|
|
5
5
|
import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteAppVersionAppComponentCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteAppVersionAppComponentCommandInput extends DeleteAppVersionAppComponentRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteAppVersionAppComponentCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteAppVersionAppComponentCommandOutput extends DeleteAppVersionAppComponentResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
17
|
-
*
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Deletes an Application Component from the Resilience Hub application.</p>
|
|
18
23
|
* <note>
|
|
19
24
|
* <ul>
|
|
20
25
|
* <li>
|
|
21
|
-
* <p>This API updates the
|
|
26
|
+
* <p>This API updates the Resilience Hub application draft version. To use this Application Component for running assessments, you must publish the Resilience Hub application using the <code>PublishAppVersion</code> API.</p>
|
|
22
27
|
* </li>
|
|
23
28
|
* <li>
|
|
24
29
|
* <p>You will not be able to delete an Application Component if it has resources associated with it.</p>
|
|
@@ -35,6 +40,8 @@ export interface DeleteAppVersionAppComponentCommandOutput extends DeleteAppVers
|
|
|
35
40
|
* const response = await client.send(command);
|
|
36
41
|
* ```
|
|
37
42
|
*
|
|
43
|
+
* @param DeleteAppVersionAppComponentCommandInput - {@link DeleteAppVersionAppComponentCommandInput}
|
|
44
|
+
* @returns {@link DeleteAppVersionAppComponentCommandOutput}
|
|
38
45
|
* @see {@link DeleteAppVersionAppComponentCommandInput} for command's `input` shape.
|
|
39
46
|
* @see {@link DeleteAppVersionAppComponentCommandOutput} for command's `response` shape.
|
|
40
47
|
* @see {@link ResiliencehubClientResolvedConfig | config} for ResiliencehubClient's `config` shape.
|
|
@@ -51,7 +58,7 @@ export interface DeleteAppVersionAppComponentCommandOutput extends DeleteAppVers
|
|
|
51
58
|
* exception.</p>
|
|
52
59
|
*
|
|
53
60
|
* @throws {@link InternalServerException} (server fault)
|
|
54
|
-
* <p>This exception occurs when there is an internal failure in the
|
|
61
|
+
* <p>This exception occurs when there is an internal failure in the Resilience Hub
|
|
55
62
|
* service.</p>
|
|
56
63
|
*
|
|
57
64
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
@@ -68,11 +75,20 @@ export interface DeleteAppVersionAppComponentCommandOutput extends DeleteAppVers
|
|
|
68
75
|
export declare class DeleteAppVersionAppComponentCommand extends $Command<DeleteAppVersionAppComponentCommandInput, DeleteAppVersionAppComponentCommandOutput, ResiliencehubClientResolvedConfig> {
|
|
69
76
|
readonly input: DeleteAppVersionAppComponentCommandInput;
|
|
70
77
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
78
|
+
/**
|
|
79
|
+
* @public
|
|
80
|
+
*/
|
|
71
81
|
constructor(input: DeleteAppVersionAppComponentCommandInput);
|
|
72
82
|
/**
|
|
73
83
|
* @internal
|
|
74
84
|
*/
|
|
75
85
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAppVersionAppComponentCommandInput, DeleteAppVersionAppComponentCommandOutput>;
|
|
86
|
+
/**
|
|
87
|
+
* @internal
|
|
88
|
+
*/
|
|
76
89
|
private serialize;
|
|
90
|
+
/**
|
|
91
|
+
* @internal
|
|
92
|
+
*/
|
|
77
93
|
private deserialize;
|
|
78
94
|
}
|