@aws-sdk/client-resiliencehub 3.170.0 → 3.178.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 +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/Resiliencehub.d.ts +0 -39
- package/dist-types/ts3.4/ResiliencehubClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AddDraftAppVersionResourceMappingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateRecommendationTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateResiliencyPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteAppAssessmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteRecommendationTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteResiliencyPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeAppAssessmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeAppCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeAppVersionResourcesResolutionStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeAppVersionTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeDraftAppVersionResourcesImportStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeResiliencyPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ImportResourcesToDraftAppVersionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAlarmRecommendationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAppAssessmentsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAppComponentCompliancesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAppComponentRecommendationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAppVersionResourceMappingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAppVersionResourcesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAppVersionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAppsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListRecommendationTemplatesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListResiliencyPoliciesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListSopRecommendationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListSuggestedResiliencyPoliciesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTestRecommendationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListUnsupportedAppVersionResourcesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PublishAppVersionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutDraftAppVersionTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RemoveDraftAppVersionResourceMappingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ResolveAppVersionResourcesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartAppAssessmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateAppCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateResiliencyPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/ResiliencehubServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -435
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -19,7 +19,6 @@ export interface ImportResourcesToDraftAppVersionCommandInput
|
|
|
19
19
|
export interface ImportResourcesToDraftAppVersionCommandOutput
|
|
20
20
|
extends ImportResourcesToDraftAppVersionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ImportResourcesToDraftAppVersionCommand extends $Command<
|
|
24
23
|
ImportResourcesToDraftAppVersionCommandInput,
|
|
25
24
|
ImportResourcesToDraftAppVersionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ImportResourcesToDraftAppVersionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ImportResourcesToDraftAppVersionCommandInput;
|
|
29
28
|
constructor(input: ImportResourcesToDraftAppVersionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ResiliencehubClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListAlarmRecommendationsCommandInput
|
|
|
19
19
|
export interface ListAlarmRecommendationsCommandOutput
|
|
20
20
|
extends ListAlarmRecommendationsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListAlarmRecommendationsCommand extends $Command<
|
|
24
23
|
ListAlarmRecommendationsCommandInput,
|
|
25
24
|
ListAlarmRecommendationsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListAlarmRecommendationsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListAlarmRecommendationsCommandInput;
|
|
29
28
|
constructor(input: ListAlarmRecommendationsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ResiliencehubClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListAppAssessmentsCommandInput
|
|
|
19
19
|
export interface ListAppAssessmentsCommandOutput
|
|
20
20
|
extends ListAppAssessmentsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListAppAssessmentsCommand extends $Command<
|
|
24
23
|
ListAppAssessmentsCommandInput,
|
|
25
24
|
ListAppAssessmentsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListAppAssessmentsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListAppAssessmentsCommandInput;
|
|
29
28
|
constructor(input: ListAppAssessmentsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ResiliencehubClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListAppComponentCompliancesCommandInput
|
|
|
19
19
|
export interface ListAppComponentCompliancesCommandOutput
|
|
20
20
|
extends ListAppComponentCompliancesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListAppComponentCompliancesCommand extends $Command<
|
|
24
23
|
ListAppComponentCompliancesCommandInput,
|
|
25
24
|
ListAppComponentCompliancesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListAppComponentCompliancesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListAppComponentCompliancesCommandInput;
|
|
29
28
|
constructor(input: ListAppComponentCompliancesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ResiliencehubClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListAppComponentRecommendationsCommandInput
|
|
|
19
19
|
export interface ListAppComponentRecommendationsCommandOutput
|
|
20
20
|
extends ListAppComponentRecommendationsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListAppComponentRecommendationsCommand extends $Command<
|
|
24
23
|
ListAppComponentRecommendationsCommandInput,
|
|
25
24
|
ListAppComponentRecommendationsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListAppComponentRecommendationsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListAppComponentRecommendationsCommandInput;
|
|
29
28
|
constructor(input: ListAppComponentRecommendationsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ResiliencehubClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListAppVersionResourceMappingsCommandInput
|
|
|
19
19
|
export interface ListAppVersionResourceMappingsCommandOutput
|
|
20
20
|
extends ListAppVersionResourceMappingsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListAppVersionResourceMappingsCommand extends $Command<
|
|
24
23
|
ListAppVersionResourceMappingsCommandInput,
|
|
25
24
|
ListAppVersionResourceMappingsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListAppVersionResourceMappingsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListAppVersionResourceMappingsCommandInput;
|
|
29
28
|
constructor(input: ListAppVersionResourceMappingsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ResiliencehubClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListAppVersionResourcesCommandInput
|
|
|
19
19
|
export interface ListAppVersionResourcesCommandOutput
|
|
20
20
|
extends ListAppVersionResourcesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListAppVersionResourcesCommand extends $Command<
|
|
24
23
|
ListAppVersionResourcesCommandInput,
|
|
25
24
|
ListAppVersionResourcesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListAppVersionResourcesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListAppVersionResourcesCommandInput;
|
|
29
28
|
constructor(input: ListAppVersionResourcesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ResiliencehubClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListAppVersionsCommandInput extends ListAppVersionsRequest {}
|
|
|
18
18
|
export interface ListAppVersionsCommandOutput
|
|
19
19
|
extends ListAppVersionsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListAppVersionsCommand extends $Command<
|
|
23
22
|
ListAppVersionsCommandInput,
|
|
24
23
|
ListAppVersionsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListAppVersionsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListAppVersionsCommandInput;
|
|
28
27
|
constructor(input: ListAppVersionsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ResiliencehubClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListAppsCommandInput extends ListAppsRequest {}
|
|
|
15
15
|
export interface ListAppsCommandOutput
|
|
16
16
|
extends ListAppsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListAppsCommand extends $Command<
|
|
20
19
|
ListAppsCommandInput,
|
|
21
20
|
ListAppsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListAppsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListAppsCommandInput;
|
|
25
24
|
constructor(input: ListAppsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ResiliencehubClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListRecommendationTemplatesCommandInput
|
|
|
19
19
|
export interface ListRecommendationTemplatesCommandOutput
|
|
20
20
|
extends ListRecommendationTemplatesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListRecommendationTemplatesCommand extends $Command<
|
|
24
23
|
ListRecommendationTemplatesCommandInput,
|
|
25
24
|
ListRecommendationTemplatesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListRecommendationTemplatesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListRecommendationTemplatesCommandInput;
|
|
29
28
|
constructor(input: ListRecommendationTemplatesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ResiliencehubClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListResiliencyPoliciesCommandInput
|
|
|
19
19
|
export interface ListResiliencyPoliciesCommandOutput
|
|
20
20
|
extends ListResiliencyPoliciesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListResiliencyPoliciesCommand extends $Command<
|
|
24
23
|
ListResiliencyPoliciesCommandInput,
|
|
25
24
|
ListResiliencyPoliciesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListResiliencyPoliciesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListResiliencyPoliciesCommandInput;
|
|
29
28
|
constructor(input: ListResiliencyPoliciesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ResiliencehubClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListSopRecommendationsCommandInput
|
|
|
19
19
|
export interface ListSopRecommendationsCommandOutput
|
|
20
20
|
extends ListSopRecommendationsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListSopRecommendationsCommand extends $Command<
|
|
24
23
|
ListSopRecommendationsCommandInput,
|
|
25
24
|
ListSopRecommendationsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListSopRecommendationsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListSopRecommendationsCommandInput;
|
|
29
28
|
constructor(input: ListSopRecommendationsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ResiliencehubClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListSuggestedResiliencyPoliciesCommandInput
|
|
|
19
19
|
export interface ListSuggestedResiliencyPoliciesCommandOutput
|
|
20
20
|
extends ListSuggestedResiliencyPoliciesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListSuggestedResiliencyPoliciesCommand extends $Command<
|
|
24
23
|
ListSuggestedResiliencyPoliciesCommandInput,
|
|
25
24
|
ListSuggestedResiliencyPoliciesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListSuggestedResiliencyPoliciesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListSuggestedResiliencyPoliciesCommandInput;
|
|
29
28
|
constructor(input: ListSuggestedResiliencyPoliciesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ResiliencehubClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ResiliencehubClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTestRecommendationsCommandInput
|
|
|
19
19
|
export interface ListTestRecommendationsCommandOutput
|
|
20
20
|
extends ListTestRecommendationsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTestRecommendationsCommand extends $Command<
|
|
24
23
|
ListTestRecommendationsCommandInput,
|
|
25
24
|
ListTestRecommendationsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTestRecommendationsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTestRecommendationsCommandInput;
|
|
29
28
|
constructor(input: ListTestRecommendationsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ResiliencehubClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListUnsupportedAppVersionResourcesCommandInput
|
|
|
19
19
|
export interface ListUnsupportedAppVersionResourcesCommandOutput
|
|
20
20
|
extends ListUnsupportedAppVersionResourcesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListUnsupportedAppVersionResourcesCommand extends $Command<
|
|
24
23
|
ListUnsupportedAppVersionResourcesCommandInput,
|
|
25
24
|
ListUnsupportedAppVersionResourcesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListUnsupportedAppVersionResourcesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListUnsupportedAppVersionResourcesCommandInput;
|
|
29
28
|
constructor(input: ListUnsupportedAppVersionResourcesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ResiliencehubClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface PublishAppVersionCommandInput
|
|
|
19
19
|
export interface PublishAppVersionCommandOutput
|
|
20
20
|
extends PublishAppVersionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class PublishAppVersionCommand extends $Command<
|
|
24
23
|
PublishAppVersionCommandInput,
|
|
25
24
|
PublishAppVersionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class PublishAppVersionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: PublishAppVersionCommandInput;
|
|
29
28
|
constructor(input: PublishAppVersionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ResiliencehubClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface PutDraftAppVersionTemplateCommandInput
|
|
|
19
19
|
export interface PutDraftAppVersionTemplateCommandOutput
|
|
20
20
|
extends PutDraftAppVersionTemplateResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class PutDraftAppVersionTemplateCommand extends $Command<
|
|
24
23
|
PutDraftAppVersionTemplateCommandInput,
|
|
25
24
|
PutDraftAppVersionTemplateCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class PutDraftAppVersionTemplateCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: PutDraftAppVersionTemplateCommandInput;
|
|
29
28
|
constructor(input: PutDraftAppVersionTemplateCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ResiliencehubClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface RemoveDraftAppVersionResourceMappingsCommandInput
|
|
|
19
19
|
export interface RemoveDraftAppVersionResourceMappingsCommandOutput
|
|
20
20
|
extends RemoveDraftAppVersionResourceMappingsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class RemoveDraftAppVersionResourceMappingsCommand extends $Command<
|
|
24
23
|
RemoveDraftAppVersionResourceMappingsCommandInput,
|
|
25
24
|
RemoveDraftAppVersionResourceMappingsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class RemoveDraftAppVersionResourceMappingsCommand extends $Comma
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: RemoveDraftAppVersionResourceMappingsCommandInput;
|
|
29
28
|
constructor(input: RemoveDraftAppVersionResourceMappingsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ResiliencehubClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ResolveAppVersionResourcesCommandInput
|
|
|
19
19
|
export interface ResolveAppVersionResourcesCommandOutput
|
|
20
20
|
extends ResolveAppVersionResourcesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ResolveAppVersionResourcesCommand extends $Command<
|
|
24
23
|
ResolveAppVersionResourcesCommandInput,
|
|
25
24
|
ResolveAppVersionResourcesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ResolveAppVersionResourcesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ResolveAppVersionResourcesCommandInput;
|
|
29
28
|
constructor(input: ResolveAppVersionResourcesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ResiliencehubClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface StartAppAssessmentCommandInput
|
|
|
19
19
|
export interface StartAppAssessmentCommandOutput
|
|
20
20
|
extends StartAppAssessmentResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class StartAppAssessmentCommand extends $Command<
|
|
24
23
|
StartAppAssessmentCommandInput,
|
|
25
24
|
StartAppAssessmentCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class StartAppAssessmentCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: StartAppAssessmentCommandInput;
|
|
29
28
|
constructor(input: StartAppAssessmentCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ResiliencehubClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagResourceCommand extends $Command<
|
|
20
19
|
TagResourceCommandInput,
|
|
21
20
|
TagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagResourceCommandInput;
|
|
25
24
|
constructor(input: TagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ResiliencehubClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
18
18
|
export interface UntagResourceCommandOutput
|
|
19
19
|
extends UntagResourceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UntagResourceCommand extends $Command<
|
|
23
22
|
UntagResourceCommandInput,
|
|
24
23
|
UntagResourceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UntagResourceCommandInput;
|
|
28
27
|
constructor(input: UntagResourceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ResiliencehubClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UpdateAppCommandInput extends UpdateAppRequest {}
|
|
|
15
15
|
export interface UpdateAppCommandOutput
|
|
16
16
|
extends UpdateAppResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UpdateAppCommand extends $Command<
|
|
20
19
|
UpdateAppCommandInput,
|
|
21
20
|
UpdateAppCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UpdateAppCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UpdateAppCommandInput;
|
|
25
24
|
constructor(input: UpdateAppCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ResiliencehubClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateResiliencyPolicyCommandInput
|
|
|
19
19
|
export interface UpdateResiliencyPolicyCommandOutput
|
|
20
20
|
extends UpdateResiliencyPolicyResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateResiliencyPolicyCommand extends $Command<
|
|
24
23
|
UpdateResiliencyPolicyCommandInput,
|
|
25
24
|
UpdateResiliencyPolicyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateResiliencyPolicyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateResiliencyPolicyCommandInput;
|
|
29
28
|
constructor(input: UpdateResiliencyPolicyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ResiliencehubClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class ResiliencehubServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|