@aws-sdk/client-resiliencehub 3.169.0 → 3.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/Resiliencehub.d.ts +736 -200
- package/dist-types/ts3.4/ResiliencehubClient.d.ts +364 -112
- package/dist-types/ts3.4/commands/AddDraftAppVersionResourceMappingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateRecommendationTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateResiliencyPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteAppAssessmentCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteRecommendationTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteResiliencyPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAppAssessmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAppCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeAppVersionResourcesResolutionStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAppVersionTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDraftAppVersionResourcesImportStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeResiliencyPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ImportResourcesToDraftAppVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAlarmRecommendationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAppAssessmentsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListAppComponentCompliancesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAppComponentRecommendationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAppVersionResourceMappingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAppVersionResourcesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAppVersionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListAppsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListRecommendationTemplatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListResiliencyPoliciesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSopRecommendationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSuggestedResiliencyPoliciesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTestRecommendationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListUnsupportedAppVersionResourcesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PublishAppVersionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutDraftAppVersionTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RemoveDraftAppVersionResourceMappingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ResolveAppVersionResourcesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartAppAssessmentCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateAppCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateResiliencyPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +39 -39
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/ResiliencehubServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1533 -1424
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAlarmRecommendationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAppAssessmentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAppComponentCompliancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAppComponentRecommendationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAppVersionResourceMappingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAppVersionResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAppVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAppsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRecommendationTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListResiliencyPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSopRecommendationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSuggestedResiliencyPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTestRecommendationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListUnsupportedAppVersionResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +15 -15
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +473 -119
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CreateResiliencyPolicyRequest,
|
|
10
|
+
CreateResiliencyPolicyResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ResiliencehubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../ResiliencehubClient";
|
|
17
|
+
export interface CreateResiliencyPolicyCommandInput
|
|
18
|
+
extends CreateResiliencyPolicyRequest {}
|
|
19
|
+
export interface CreateResiliencyPolicyCommandOutput
|
|
20
|
+
extends CreateResiliencyPolicyResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateResiliencyPolicyCommand extends $Command<
|
|
24
|
+
CreateResiliencyPolicyCommandInput,
|
|
25
|
+
CreateResiliencyPolicyCommandOutput,
|
|
26
|
+
ResiliencehubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateResiliencyPolicyCommandInput;
|
|
29
|
+
constructor(input: CreateResiliencyPolicyCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ResiliencehubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateResiliencyPolicyCommandInput,
|
|
37
|
+
CreateResiliencyPolicyCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DeleteAppAssessmentRequest,
|
|
10
|
+
DeleteAppAssessmentResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ResiliencehubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../ResiliencehubClient";
|
|
17
|
+
export interface DeleteAppAssessmentCommandInput
|
|
18
|
+
extends DeleteAppAssessmentRequest {}
|
|
19
|
+
export interface DeleteAppAssessmentCommandOutput
|
|
20
|
+
extends DeleteAppAssessmentResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteAppAssessmentCommand extends $Command<
|
|
24
|
+
DeleteAppAssessmentCommandInput,
|
|
25
|
+
DeleteAppAssessmentCommandOutput,
|
|
26
|
+
ResiliencehubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteAppAssessmentCommandInput;
|
|
29
|
+
constructor(input: DeleteAppAssessmentCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ResiliencehubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DeleteAppAssessmentCommandInput, DeleteAppAssessmentCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { DeleteAppRequest, DeleteAppResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ResiliencehubClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../ResiliencehubClient";
|
|
14
|
+
export interface DeleteAppCommandInput extends DeleteAppRequest {}
|
|
15
|
+
export interface DeleteAppCommandOutput
|
|
16
|
+
extends DeleteAppResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteAppCommand extends $Command<
|
|
20
|
+
DeleteAppCommandInput,
|
|
21
|
+
DeleteAppCommandOutput,
|
|
22
|
+
ResiliencehubClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteAppCommandInput;
|
|
25
|
+
constructor(input: DeleteAppCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: ResiliencehubClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DeleteAppCommandInput, DeleteAppCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DeleteRecommendationTemplateRequest,
|
|
10
|
+
DeleteRecommendationTemplateResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ResiliencehubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../ResiliencehubClient";
|
|
17
|
+
export interface DeleteRecommendationTemplateCommandInput
|
|
18
|
+
extends DeleteRecommendationTemplateRequest {}
|
|
19
|
+
export interface DeleteRecommendationTemplateCommandOutput
|
|
20
|
+
extends DeleteRecommendationTemplateResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteRecommendationTemplateCommand extends $Command<
|
|
24
|
+
DeleteRecommendationTemplateCommandInput,
|
|
25
|
+
DeleteRecommendationTemplateCommandOutput,
|
|
26
|
+
ResiliencehubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteRecommendationTemplateCommandInput;
|
|
29
|
+
constructor(input: DeleteRecommendationTemplateCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ResiliencehubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteRecommendationTemplateCommandInput,
|
|
37
|
+
DeleteRecommendationTemplateCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DeleteResiliencyPolicyRequest,
|
|
10
|
+
DeleteResiliencyPolicyResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ResiliencehubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../ResiliencehubClient";
|
|
17
|
+
export interface DeleteResiliencyPolicyCommandInput
|
|
18
|
+
extends DeleteResiliencyPolicyRequest {}
|
|
19
|
+
export interface DeleteResiliencyPolicyCommandOutput
|
|
20
|
+
extends DeleteResiliencyPolicyResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteResiliencyPolicyCommand extends $Command<
|
|
24
|
+
DeleteResiliencyPolicyCommandInput,
|
|
25
|
+
DeleteResiliencyPolicyCommandOutput,
|
|
26
|
+
ResiliencehubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteResiliencyPolicyCommandInput;
|
|
29
|
+
constructor(input: DeleteResiliencyPolicyCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ResiliencehubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteResiliencyPolicyCommandInput,
|
|
37
|
+
DeleteResiliencyPolicyCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DescribeAppAssessmentRequest,
|
|
10
|
+
DescribeAppAssessmentResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ResiliencehubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../ResiliencehubClient";
|
|
17
|
+
export interface DescribeAppAssessmentCommandInput
|
|
18
|
+
extends DescribeAppAssessmentRequest {}
|
|
19
|
+
export interface DescribeAppAssessmentCommandOutput
|
|
20
|
+
extends DescribeAppAssessmentResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeAppAssessmentCommand extends $Command<
|
|
24
|
+
DescribeAppAssessmentCommandInput,
|
|
25
|
+
DescribeAppAssessmentCommandOutput,
|
|
26
|
+
ResiliencehubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeAppAssessmentCommandInput;
|
|
29
|
+
constructor(input: DescribeAppAssessmentCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ResiliencehubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeAppAssessmentCommandInput,
|
|
37
|
+
DescribeAppAssessmentCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { DescribeAppRequest, DescribeAppResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ResiliencehubClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../ResiliencehubClient";
|
|
14
|
+
export interface DescribeAppCommandInput extends DescribeAppRequest {}
|
|
15
|
+
export interface DescribeAppCommandOutput
|
|
16
|
+
extends DescribeAppResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DescribeAppCommand extends $Command<
|
|
20
|
+
DescribeAppCommandInput,
|
|
21
|
+
DescribeAppCommandOutput,
|
|
22
|
+
ResiliencehubClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DescribeAppCommandInput;
|
|
25
|
+
constructor(input: DescribeAppCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: ResiliencehubClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DescribeAppCommandInput, DescribeAppCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DescribeAppVersionResourcesResolutionStatusRequest,
|
|
10
|
+
DescribeAppVersionResourcesResolutionStatusResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ResiliencehubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../ResiliencehubClient";
|
|
17
|
+
export interface DescribeAppVersionResourcesResolutionStatusCommandInput
|
|
18
|
+
extends DescribeAppVersionResourcesResolutionStatusRequest {}
|
|
19
|
+
export interface DescribeAppVersionResourcesResolutionStatusCommandOutput
|
|
20
|
+
extends DescribeAppVersionResourcesResolutionStatusResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeAppVersionResourcesResolutionStatusCommand extends $Command<
|
|
24
|
+
DescribeAppVersionResourcesResolutionStatusCommandInput,
|
|
25
|
+
DescribeAppVersionResourcesResolutionStatusCommandOutput,
|
|
26
|
+
ResiliencehubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeAppVersionResourcesResolutionStatusCommandInput;
|
|
29
|
+
constructor(input: DescribeAppVersionResourcesResolutionStatusCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ResiliencehubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeAppVersionResourcesResolutionStatusCommandInput,
|
|
37
|
+
DescribeAppVersionResourcesResolutionStatusCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DescribeAppVersionTemplateRequest,
|
|
10
|
+
DescribeAppVersionTemplateResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ResiliencehubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../ResiliencehubClient";
|
|
17
|
+
export interface DescribeAppVersionTemplateCommandInput
|
|
18
|
+
extends DescribeAppVersionTemplateRequest {}
|
|
19
|
+
export interface DescribeAppVersionTemplateCommandOutput
|
|
20
|
+
extends DescribeAppVersionTemplateResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeAppVersionTemplateCommand extends $Command<
|
|
24
|
+
DescribeAppVersionTemplateCommandInput,
|
|
25
|
+
DescribeAppVersionTemplateCommandOutput,
|
|
26
|
+
ResiliencehubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeAppVersionTemplateCommandInput;
|
|
29
|
+
constructor(input: DescribeAppVersionTemplateCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ResiliencehubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeAppVersionTemplateCommandInput,
|
|
37
|
+
DescribeAppVersionTemplateCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DescribeDraftAppVersionResourcesImportStatusRequest,
|
|
10
|
+
DescribeDraftAppVersionResourcesImportStatusResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ResiliencehubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../ResiliencehubClient";
|
|
17
|
+
export interface DescribeDraftAppVersionResourcesImportStatusCommandInput
|
|
18
|
+
extends DescribeDraftAppVersionResourcesImportStatusRequest {}
|
|
19
|
+
export interface DescribeDraftAppVersionResourcesImportStatusCommandOutput
|
|
20
|
+
extends DescribeDraftAppVersionResourcesImportStatusResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeDraftAppVersionResourcesImportStatusCommand extends $Command<
|
|
24
|
+
DescribeDraftAppVersionResourcesImportStatusCommandInput,
|
|
25
|
+
DescribeDraftAppVersionResourcesImportStatusCommandOutput,
|
|
26
|
+
ResiliencehubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeDraftAppVersionResourcesImportStatusCommandInput;
|
|
29
|
+
constructor(input: DescribeDraftAppVersionResourcesImportStatusCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ResiliencehubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeDraftAppVersionResourcesImportStatusCommandInput,
|
|
37
|
+
DescribeDraftAppVersionResourcesImportStatusCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DescribeResiliencyPolicyRequest,
|
|
10
|
+
DescribeResiliencyPolicyResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ResiliencehubClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../ResiliencehubClient";
|
|
17
|
+
export interface DescribeResiliencyPolicyCommandInput
|
|
18
|
+
extends DescribeResiliencyPolicyRequest {}
|
|
19
|
+
export interface DescribeResiliencyPolicyCommandOutput
|
|
20
|
+
extends DescribeResiliencyPolicyResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeResiliencyPolicyCommand extends $Command<
|
|
24
|
+
DescribeResiliencyPolicyCommandInput,
|
|
25
|
+
DescribeResiliencyPolicyCommandOutput,
|
|
26
|
+
ResiliencehubClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeResiliencyPolicyCommandInput;
|
|
29
|
+
constructor(input: DescribeResiliencyPolicyCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ResiliencehubClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeResiliencyPolicyCommandInput,
|
|
37
|
+
DescribeResiliencyPolicyCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|