@aws-sdk/client-resiliencehub 3.477.0 → 3.481.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/AddDraftAppVersionResourceMappingsCommand.js +18 -41
- package/dist-cjs/commands/BatchUpdateRecommendationStatusCommand.js +18 -41
- package/dist-cjs/commands/CreateAppCommand.js +18 -41
- package/dist-cjs/commands/CreateAppVersionAppComponentCommand.js +18 -41
- package/dist-cjs/commands/CreateAppVersionResourceCommand.js +18 -41
- package/dist-cjs/commands/CreateRecommendationTemplateCommand.js +18 -41
- package/dist-cjs/commands/CreateResiliencyPolicyCommand.js +18 -41
- package/dist-cjs/commands/DeleteAppAssessmentCommand.js +18 -41
- package/dist-cjs/commands/DeleteAppCommand.js +18 -41
- package/dist-cjs/commands/DeleteAppInputSourceCommand.js +18 -41
- package/dist-cjs/commands/DeleteAppVersionAppComponentCommand.js +18 -41
- package/dist-cjs/commands/DeleteAppVersionResourceCommand.js +18 -41
- package/dist-cjs/commands/DeleteRecommendationTemplateCommand.js +18 -41
- package/dist-cjs/commands/DeleteResiliencyPolicyCommand.js +18 -41
- package/dist-cjs/commands/DescribeAppAssessmentCommand.js +18 -41
- package/dist-cjs/commands/DescribeAppCommand.js +18 -41
- package/dist-cjs/commands/DescribeAppVersionAppComponentCommand.js +18 -41
- package/dist-cjs/commands/DescribeAppVersionCommand.js +18 -41
- package/dist-cjs/commands/DescribeAppVersionResourceCommand.js +18 -41
- package/dist-cjs/commands/DescribeAppVersionResourcesResolutionStatusCommand.js +18 -41
- package/dist-cjs/commands/DescribeAppVersionTemplateCommand.js +18 -41
- package/dist-cjs/commands/DescribeDraftAppVersionResourcesImportStatusCommand.js +18 -41
- package/dist-cjs/commands/DescribeResiliencyPolicyCommand.js +18 -41
- package/dist-cjs/commands/ImportResourcesToDraftAppVersionCommand.js +18 -41
- package/dist-cjs/commands/ListAlarmRecommendationsCommand.js +18 -41
- package/dist-cjs/commands/ListAppAssessmentComplianceDriftsCommand.js +18 -41
- package/dist-cjs/commands/ListAppAssessmentsCommand.js +18 -41
- package/dist-cjs/commands/ListAppComponentCompliancesCommand.js +18 -41
- package/dist-cjs/commands/ListAppComponentRecommendationsCommand.js +18 -41
- package/dist-cjs/commands/ListAppInputSourcesCommand.js +18 -41
- package/dist-cjs/commands/ListAppVersionAppComponentsCommand.js +18 -41
- package/dist-cjs/commands/ListAppVersionResourceMappingsCommand.js +18 -41
- package/dist-cjs/commands/ListAppVersionResourcesCommand.js +18 -41
- package/dist-cjs/commands/ListAppVersionsCommand.js +18 -41
- package/dist-cjs/commands/ListAppsCommand.js +18 -41
- package/dist-cjs/commands/ListRecommendationTemplatesCommand.js +18 -41
- package/dist-cjs/commands/ListResiliencyPoliciesCommand.js +18 -41
- package/dist-cjs/commands/ListSopRecommendationsCommand.js +18 -41
- package/dist-cjs/commands/ListSuggestedResiliencyPoliciesCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/ListTestRecommendationsCommand.js +18 -41
- package/dist-cjs/commands/ListUnsupportedAppVersionResourcesCommand.js +18 -41
- package/dist-cjs/commands/PublishAppVersionCommand.js +18 -41
- package/dist-cjs/commands/PutDraftAppVersionTemplateCommand.js +18 -41
- package/dist-cjs/commands/RemoveDraftAppVersionResourceMappingsCommand.js +18 -41
- package/dist-cjs/commands/ResolveAppVersionResourcesCommand.js +18 -41
- package/dist-cjs/commands/StartAppAssessmentCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateAppCommand.js +18 -41
- package/dist-cjs/commands/UpdateAppVersionAppComponentCommand.js +18 -41
- package/dist-cjs/commands/UpdateAppVersionCommand.js +18 -41
- package/dist-cjs/commands/UpdateAppVersionResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateResiliencyPolicyCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/ListAlarmRecommendationsPaginator.js +2 -24
- package/dist-cjs/pagination/ListAppAssessmentComplianceDriftsPaginator.js +2 -24
- package/dist-cjs/pagination/ListAppAssessmentsPaginator.js +2 -24
- package/dist-cjs/pagination/ListAppComponentCompliancesPaginator.js +2 -24
- package/dist-cjs/pagination/ListAppComponentRecommendationsPaginator.js +2 -24
- package/dist-cjs/pagination/ListAppInputSourcesPaginator.js +2 -24
- package/dist-cjs/pagination/ListAppVersionAppComponentsPaginator.js +2 -24
- package/dist-cjs/pagination/ListAppVersionResourceMappingsPaginator.js +2 -24
- package/dist-cjs/pagination/ListAppVersionResourcesPaginator.js +2 -24
- package/dist-cjs/pagination/ListAppVersionsPaginator.js +2 -24
- package/dist-cjs/pagination/ListAppsPaginator.js +2 -24
- package/dist-cjs/pagination/ListRecommendationTemplatesPaginator.js +2 -24
- package/dist-cjs/pagination/ListResiliencyPoliciesPaginator.js +2 -24
- package/dist-cjs/pagination/ListSopRecommendationsPaginator.js +2 -24
- package/dist-cjs/pagination/ListSuggestedResiliencyPoliciesPaginator.js +2 -24
- package/dist-cjs/pagination/ListTestRecommendationsPaginator.js +2 -24
- package/dist-cjs/pagination/ListUnsupportedAppVersionResourcesPaginator.js +2 -24
- package/dist-es/commands/AddDraftAppVersionResourceMappingsCommand.js +18 -41
- package/dist-es/commands/BatchUpdateRecommendationStatusCommand.js +18 -41
- package/dist-es/commands/CreateAppCommand.js +18 -41
- package/dist-es/commands/CreateAppVersionAppComponentCommand.js +18 -41
- package/dist-es/commands/CreateAppVersionResourceCommand.js +18 -41
- package/dist-es/commands/CreateRecommendationTemplateCommand.js +18 -41
- package/dist-es/commands/CreateResiliencyPolicyCommand.js +18 -41
- package/dist-es/commands/DeleteAppAssessmentCommand.js +18 -41
- package/dist-es/commands/DeleteAppCommand.js +18 -41
- package/dist-es/commands/DeleteAppInputSourceCommand.js +18 -41
- package/dist-es/commands/DeleteAppVersionAppComponentCommand.js +18 -41
- package/dist-es/commands/DeleteAppVersionResourceCommand.js +18 -41
- package/dist-es/commands/DeleteRecommendationTemplateCommand.js +18 -41
- package/dist-es/commands/DeleteResiliencyPolicyCommand.js +18 -41
- package/dist-es/commands/DescribeAppAssessmentCommand.js +18 -41
- package/dist-es/commands/DescribeAppCommand.js +18 -41
- package/dist-es/commands/DescribeAppVersionAppComponentCommand.js +18 -41
- package/dist-es/commands/DescribeAppVersionCommand.js +18 -41
- package/dist-es/commands/DescribeAppVersionResourceCommand.js +18 -41
- package/dist-es/commands/DescribeAppVersionResourcesResolutionStatusCommand.js +18 -41
- package/dist-es/commands/DescribeAppVersionTemplateCommand.js +18 -41
- package/dist-es/commands/DescribeDraftAppVersionResourcesImportStatusCommand.js +18 -41
- package/dist-es/commands/DescribeResiliencyPolicyCommand.js +18 -41
- package/dist-es/commands/ImportResourcesToDraftAppVersionCommand.js +18 -41
- package/dist-es/commands/ListAlarmRecommendationsCommand.js +18 -41
- package/dist-es/commands/ListAppAssessmentComplianceDriftsCommand.js +18 -41
- package/dist-es/commands/ListAppAssessmentsCommand.js +18 -41
- package/dist-es/commands/ListAppComponentCompliancesCommand.js +18 -41
- package/dist-es/commands/ListAppComponentRecommendationsCommand.js +18 -41
- package/dist-es/commands/ListAppInputSourcesCommand.js +18 -41
- package/dist-es/commands/ListAppVersionAppComponentsCommand.js +18 -41
- package/dist-es/commands/ListAppVersionResourceMappingsCommand.js +18 -41
- package/dist-es/commands/ListAppVersionResourcesCommand.js +18 -41
- package/dist-es/commands/ListAppVersionsCommand.js +18 -41
- package/dist-es/commands/ListAppsCommand.js +18 -41
- package/dist-es/commands/ListRecommendationTemplatesCommand.js +18 -41
- package/dist-es/commands/ListResiliencyPoliciesCommand.js +18 -41
- package/dist-es/commands/ListSopRecommendationsCommand.js +18 -41
- package/dist-es/commands/ListSuggestedResiliencyPoliciesCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/ListTestRecommendationsCommand.js +18 -41
- package/dist-es/commands/ListUnsupportedAppVersionResourcesCommand.js +18 -41
- package/dist-es/commands/PublishAppVersionCommand.js +18 -41
- package/dist-es/commands/PutDraftAppVersionTemplateCommand.js +18 -41
- package/dist-es/commands/RemoveDraftAppVersionResourceMappingsCommand.js +18 -41
- package/dist-es/commands/ResolveAppVersionResourcesCommand.js +18 -41
- package/dist-es/commands/StartAppAssessmentCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateAppCommand.js +18 -41
- package/dist-es/commands/UpdateAppVersionAppComponentCommand.js +18 -41
- package/dist-es/commands/UpdateAppVersionCommand.js +18 -41
- package/dist-es/commands/UpdateAppVersionResourceCommand.js +18 -41
- package/dist-es/commands/UpdateResiliencyPolicyCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/ListAlarmRecommendationsPaginator.js +2 -23
- package/dist-es/pagination/ListAppAssessmentComplianceDriftsPaginator.js +2 -23
- package/dist-es/pagination/ListAppAssessmentsPaginator.js +2 -23
- package/dist-es/pagination/ListAppComponentCompliancesPaginator.js +2 -23
- package/dist-es/pagination/ListAppComponentRecommendationsPaginator.js +2 -23
- package/dist-es/pagination/ListAppInputSourcesPaginator.js +2 -23
- package/dist-es/pagination/ListAppVersionAppComponentsPaginator.js +2 -23
- package/dist-es/pagination/ListAppVersionResourceMappingsPaginator.js +2 -23
- package/dist-es/pagination/ListAppVersionResourcesPaginator.js +2 -23
- package/dist-es/pagination/ListAppVersionsPaginator.js +2 -23
- package/dist-es/pagination/ListAppsPaginator.js +2 -23
- package/dist-es/pagination/ListRecommendationTemplatesPaginator.js +2 -23
- package/dist-es/pagination/ListResiliencyPoliciesPaginator.js +2 -23
- package/dist-es/pagination/ListSopRecommendationsPaginator.js +2 -23
- package/dist-es/pagination/ListSuggestedResiliencyPoliciesPaginator.js +2 -23
- package/dist-es/pagination/ListTestRecommendationsPaginator.js +2 -23
- package/dist-es/pagination/ListUnsupportedAppVersionResourcesPaginator.js +2 -23
- package/dist-types/commands/AddDraftAppVersionResourceMappingsCommand.d.ts +6 -21
- package/dist-types/commands/BatchUpdateRecommendationStatusCommand.d.ts +6 -21
- package/dist-types/commands/CreateAppCommand.d.ts +6 -21
- package/dist-types/commands/CreateAppVersionAppComponentCommand.d.ts +6 -21
- package/dist-types/commands/CreateAppVersionResourceCommand.d.ts +6 -21
- package/dist-types/commands/CreateRecommendationTemplateCommand.d.ts +6 -21
- package/dist-types/commands/CreateResiliencyPolicyCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAppAssessmentCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAppCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAppInputSourceCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAppVersionAppComponentCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAppVersionResourceCommand.d.ts +6 -21
- package/dist-types/commands/DeleteRecommendationTemplateCommand.d.ts +6 -21
- package/dist-types/commands/DeleteResiliencyPolicyCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAppAssessmentCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAppCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAppVersionAppComponentCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAppVersionCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAppVersionResourceCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAppVersionResourcesResolutionStatusCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAppVersionTemplateCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDraftAppVersionResourcesImportStatusCommand.d.ts +6 -21
- package/dist-types/commands/DescribeResiliencyPolicyCommand.d.ts +6 -21
- package/dist-types/commands/ImportResourcesToDraftAppVersionCommand.d.ts +6 -21
- package/dist-types/commands/ListAlarmRecommendationsCommand.d.ts +6 -21
- package/dist-types/commands/ListAppAssessmentComplianceDriftsCommand.d.ts +6 -21
- package/dist-types/commands/ListAppAssessmentsCommand.d.ts +6 -21
- package/dist-types/commands/ListAppComponentCompliancesCommand.d.ts +6 -21
- package/dist-types/commands/ListAppComponentRecommendationsCommand.d.ts +6 -21
- package/dist-types/commands/ListAppInputSourcesCommand.d.ts +6 -21
- package/dist-types/commands/ListAppVersionAppComponentsCommand.d.ts +6 -21
- package/dist-types/commands/ListAppVersionResourceMappingsCommand.d.ts +6 -21
- package/dist-types/commands/ListAppVersionResourcesCommand.d.ts +6 -21
- package/dist-types/commands/ListAppVersionsCommand.d.ts +6 -21
- package/dist-types/commands/ListAppsCommand.d.ts +6 -21
- package/dist-types/commands/ListRecommendationTemplatesCommand.d.ts +6 -21
- package/dist-types/commands/ListResiliencyPoliciesCommand.d.ts +6 -21
- package/dist-types/commands/ListSopRecommendationsCommand.d.ts +6 -21
- package/dist-types/commands/ListSuggestedResiliencyPoliciesCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ListTestRecommendationsCommand.d.ts +6 -21
- package/dist-types/commands/ListUnsupportedAppVersionResourcesCommand.d.ts +6 -21
- package/dist-types/commands/PublishAppVersionCommand.d.ts +6 -21
- package/dist-types/commands/PutDraftAppVersionTemplateCommand.d.ts +6 -21
- package/dist-types/commands/RemoveDraftAppVersionResourceMappingsCommand.d.ts +6 -21
- package/dist-types/commands/ResolveAppVersionResourcesCommand.d.ts +6 -21
- package/dist-types/commands/StartAppAssessmentCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateAppCommand.d.ts +6 -21
- package/dist-types/commands/UpdateAppVersionAppComponentCommand.d.ts +6 -21
- package/dist-types/commands/UpdateAppVersionCommand.d.ts +6 -21
- package/dist-types/commands/UpdateAppVersionResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateResiliencyPolicyCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/ListAlarmRecommendationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAppAssessmentComplianceDriftsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAppAssessmentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAppComponentCompliancesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAppComponentRecommendationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAppInputSourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAppVersionAppComponentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAppVersionResourceMappingsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAppVersionResourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAppVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAppsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRecommendationTemplatesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListResiliencyPoliciesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSopRecommendationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSuggestedResiliencyPoliciesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTestRecommendationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListUnsupportedAppVersionResourcesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/AddDraftAppVersionResourceMappingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/BatchUpdateRecommendationStatusCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateAppVersionAppComponentCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateAppVersionResourceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateRecommendationTemplateCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateResiliencyPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteAppAssessmentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteAppInputSourceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteAppVersionAppComponentCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteAppVersionResourceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteRecommendationTemplateCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteResiliencyPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeAppAssessmentCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeAppCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeAppVersionAppComponentCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeAppVersionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeAppVersionResourceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeAppVersionResourcesResolutionStatusCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeAppVersionTemplateCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeDraftAppVersionResourcesImportStatusCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeResiliencyPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ImportResourcesToDraftAppVersionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListAlarmRecommendationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListAppAssessmentComplianceDriftsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListAppAssessmentsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListAppComponentCompliancesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListAppComponentRecommendationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListAppInputSourcesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListAppVersionAppComponentsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListAppVersionResourceMappingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListAppVersionResourcesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListAppVersionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListAppsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListRecommendationTemplatesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListResiliencyPoliciesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListSopRecommendationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListSuggestedResiliencyPoliciesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTestRecommendationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListUnsupportedAppVersionResourcesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PublishAppVersionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutDraftAppVersionTemplateCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RemoveDraftAppVersionResourceMappingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ResolveAppVersionResourcesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartAppAssessmentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateAppCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateAppVersionAppComponentCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateAppVersionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateAppVersionResourceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateResiliencyPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/ListAlarmRecommendationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListAppAssessmentComplianceDriftsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListAppAssessmentsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListAppComponentCompliancesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListAppComponentRecommendationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListAppInputSourcesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListAppVersionAppComponentsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListAppVersionResourceMappingsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListAppVersionResourcesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListAppVersionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListAppsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListRecommendationTemplatesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListResiliencyPoliciesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListSopRecommendationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListSuggestedResiliencyPoliciesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListTestRecommendationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListUnsupportedAppVersionResourcesPaginator.d.ts +3 -3
- package/package.json +11 -11
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DescribeAppVersionResourcesResolutionStatusRequest, DescribeAppVersionResourcesResolutionStatusResponse } from "../models/models_0";
|
|
5
4
|
import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeAppVersionResourcesResolutionStatusCommandInput extends
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeAppVersionResourcesResolutionStatusCommandOutput extends DescribeAppVersionResourcesResolutionStatusResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeAppVersionResourcesResolutionStatusCommand_base: {
|
|
24
|
+
new (input: DescribeAppVersionResourcesResolutionStatusCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppVersionResourcesResolutionStatusCommandInput, DescribeAppVersionResourcesResolutionStatusCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns the resolution status for the specified resolution identifier for an application
|
|
@@ -77,23 +80,5 @@ export interface DescribeAppVersionResourcesResolutionStatusCommandOutput extend
|
|
|
77
80
|
* <p>Base exception class for all service exceptions from Resiliencehub service.</p>
|
|
78
81
|
*
|
|
79
82
|
*/
|
|
80
|
-
export declare class DescribeAppVersionResourcesResolutionStatusCommand extends
|
|
81
|
-
readonly input: DescribeAppVersionResourcesResolutionStatusCommandInput;
|
|
82
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
83
|
-
/**
|
|
84
|
-
* @public
|
|
85
|
-
*/
|
|
86
|
-
constructor(input: DescribeAppVersionResourcesResolutionStatusCommandInput);
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAppVersionResourcesResolutionStatusCommandInput, DescribeAppVersionResourcesResolutionStatusCommandOutput>;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private serialize;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private deserialize;
|
|
83
|
+
export declare class DescribeAppVersionResourcesResolutionStatusCommand extends DescribeAppVersionResourcesResolutionStatusCommand_base {
|
|
99
84
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DescribeAppVersionTemplateRequest, DescribeAppVersionTemplateResponse } from "../models/models_0";
|
|
5
4
|
import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeAppVersionTemplateCommandInput extends DescribeAppVersi
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeAppVersionTemplateCommandOutput extends DescribeAppVersionTemplateResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeAppVersionTemplateCommand_base: {
|
|
24
|
+
new (input: DescribeAppVersionTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppVersionTemplateCommandInput, DescribeAppVersionTemplateCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes details about an Resilience Hub application.</p>
|
|
@@ -72,23 +75,5 @@ export interface DescribeAppVersionTemplateCommandOutput extends DescribeAppVers
|
|
|
72
75
|
* <p>Base exception class for all service exceptions from Resiliencehub service.</p>
|
|
73
76
|
*
|
|
74
77
|
*/
|
|
75
|
-
export declare class DescribeAppVersionTemplateCommand extends
|
|
76
|
-
readonly input: DescribeAppVersionTemplateCommandInput;
|
|
77
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
78
|
-
/**
|
|
79
|
-
* @public
|
|
80
|
-
*/
|
|
81
|
-
constructor(input: DescribeAppVersionTemplateCommandInput);
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAppVersionTemplateCommandInput, DescribeAppVersionTemplateCommandOutput>;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private serialize;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private deserialize;
|
|
78
|
+
export declare class DescribeAppVersionTemplateCommand extends DescribeAppVersionTemplateCommand_base {
|
|
94
79
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DescribeDraftAppVersionResourcesImportStatusRequest, DescribeDraftAppVersionResourcesImportStatusResponse } from "../models/models_0";
|
|
5
4
|
import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeDraftAppVersionResourcesImportStatusCommandInput extend
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeDraftAppVersionResourcesImportStatusCommandOutput extends DescribeDraftAppVersionResourcesImportStatusResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeDraftAppVersionResourcesImportStatusCommand_base: {
|
|
24
|
+
new (input: DescribeDraftAppVersionResourcesImportStatusCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDraftAppVersionResourcesImportStatusCommandInput, DescribeDraftAppVersionResourcesImportStatusCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes the status of importing resources to an application version.</p>
|
|
@@ -80,23 +83,5 @@ export interface DescribeDraftAppVersionResourcesImportStatusCommandOutput exten
|
|
|
80
83
|
* <p>Base exception class for all service exceptions from Resiliencehub service.</p>
|
|
81
84
|
*
|
|
82
85
|
*/
|
|
83
|
-
export declare class DescribeDraftAppVersionResourcesImportStatusCommand extends
|
|
84
|
-
readonly input: DescribeDraftAppVersionResourcesImportStatusCommandInput;
|
|
85
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
86
|
-
/**
|
|
87
|
-
* @public
|
|
88
|
-
*/
|
|
89
|
-
constructor(input: DescribeDraftAppVersionResourcesImportStatusCommandInput);
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDraftAppVersionResourcesImportStatusCommandInput, DescribeDraftAppVersionResourcesImportStatusCommandOutput>;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private serialize;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private deserialize;
|
|
86
|
+
export declare class DescribeDraftAppVersionResourcesImportStatusCommand extends DescribeDraftAppVersionResourcesImportStatusCommand_base {
|
|
102
87
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DescribeResiliencyPolicyRequest, DescribeResiliencyPolicyResponse } from "../models/models_0";
|
|
5
4
|
import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeResiliencyPolicyCommandInput extends DescribeResiliency
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeResiliencyPolicyCommandOutput extends DescribeResiliencyPolicyResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeResiliencyPolicyCommand_base: {
|
|
24
|
+
new (input: DescribeResiliencyPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeResiliencyPolicyCommandInput, DescribeResiliencyPolicyCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes a specified resiliency policy for an Resilience Hub application. The
|
|
@@ -88,23 +91,5 @@ export interface DescribeResiliencyPolicyCommandOutput extends DescribeResilienc
|
|
|
88
91
|
* <p>Base exception class for all service exceptions from Resiliencehub service.</p>
|
|
89
92
|
*
|
|
90
93
|
*/
|
|
91
|
-
export declare class DescribeResiliencyPolicyCommand extends
|
|
92
|
-
readonly input: DescribeResiliencyPolicyCommandInput;
|
|
93
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
94
|
-
/**
|
|
95
|
-
* @public
|
|
96
|
-
*/
|
|
97
|
-
constructor(input: DescribeResiliencyPolicyCommandInput);
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeResiliencyPolicyCommandInput, DescribeResiliencyPolicyCommandOutput>;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private serialize;
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
private deserialize;
|
|
94
|
+
export declare class DescribeResiliencyPolicyCommand extends DescribeResiliencyPolicyCommand_base {
|
|
110
95
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ImportResourcesToDraftAppVersionRequest, ImportResourcesToDraftAppVersionResponse } from "../models/models_0";
|
|
5
4
|
import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ImportResourcesToDraftAppVersionCommandInput extends ImportReso
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ImportResourcesToDraftAppVersionCommandOutput extends ImportResourcesToDraftAppVersionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ImportResourcesToDraftAppVersionCommand_base: {
|
|
24
|
+
new (input: ImportResourcesToDraftAppVersionCommandInput): import("@smithy/smithy-client").CommandImpl<ImportResourcesToDraftAppVersionCommandInput, ImportResourcesToDraftAppVersionCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Imports resources to Resilience Hub application draft version from different input sources. For more information about the input sources supported by Resilience Hub, see <a href="https://docs.aws.amazon.com/resilience-hub/latest/userguide/discover-structure.html">Discover
|
|
@@ -115,23 +118,5 @@ export interface ImportResourcesToDraftAppVersionCommandOutput extends ImportRes
|
|
|
115
118
|
* <p>Base exception class for all service exceptions from Resiliencehub service.</p>
|
|
116
119
|
*
|
|
117
120
|
*/
|
|
118
|
-
export declare class ImportResourcesToDraftAppVersionCommand extends
|
|
119
|
-
readonly input: ImportResourcesToDraftAppVersionCommandInput;
|
|
120
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
121
|
-
/**
|
|
122
|
-
* @public
|
|
123
|
-
*/
|
|
124
|
-
constructor(input: ImportResourcesToDraftAppVersionCommandInput);
|
|
125
|
-
/**
|
|
126
|
-
* @internal
|
|
127
|
-
*/
|
|
128
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportResourcesToDraftAppVersionCommandInput, ImportResourcesToDraftAppVersionCommandOutput>;
|
|
129
|
-
/**
|
|
130
|
-
* @internal
|
|
131
|
-
*/
|
|
132
|
-
private serialize;
|
|
133
|
-
/**
|
|
134
|
-
* @internal
|
|
135
|
-
*/
|
|
136
|
-
private deserialize;
|
|
121
|
+
export declare class ImportResourcesToDraftAppVersionCommand extends ImportResourcesToDraftAppVersionCommand_base {
|
|
137
122
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListAlarmRecommendationsRequest, ListAlarmRecommendationsResponse } from "../models/models_0";
|
|
5
4
|
import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListAlarmRecommendationsCommandInput extends ListAlarmRecommend
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListAlarmRecommendationsCommandOutput extends ListAlarmRecommendationsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListAlarmRecommendationsCommand_base: {
|
|
24
|
+
new (input: ListAlarmRecommendationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAlarmRecommendationsCommandInput, ListAlarmRecommendationsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the alarm recommendations for an Resilience Hub application.</p>
|
|
@@ -96,23 +99,5 @@ export interface ListAlarmRecommendationsCommandOutput extends ListAlarmRecommen
|
|
|
96
99
|
* <p>Base exception class for all service exceptions from Resiliencehub service.</p>
|
|
97
100
|
*
|
|
98
101
|
*/
|
|
99
|
-
export declare class ListAlarmRecommendationsCommand extends
|
|
100
|
-
readonly input: ListAlarmRecommendationsCommandInput;
|
|
101
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
102
|
-
/**
|
|
103
|
-
* @public
|
|
104
|
-
*/
|
|
105
|
-
constructor(input: ListAlarmRecommendationsCommandInput);
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAlarmRecommendationsCommandInput, ListAlarmRecommendationsCommandOutput>;
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
113
|
-
private serialize;
|
|
114
|
-
/**
|
|
115
|
-
* @internal
|
|
116
|
-
*/
|
|
117
|
-
private deserialize;
|
|
102
|
+
export declare class ListAlarmRecommendationsCommand extends ListAlarmRecommendationsCommand_base {
|
|
118
103
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListAppAssessmentComplianceDriftsRequest, ListAppAssessmentComplianceDriftsResponse } from "../models/models_0";
|
|
5
4
|
import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListAppAssessmentComplianceDriftsCommandInput extends ListAppAs
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListAppAssessmentComplianceDriftsCommandOutput extends ListAppAssessmentComplianceDriftsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListAppAssessmentComplianceDriftsCommand_base: {
|
|
24
|
+
new (input: ListAppAssessmentComplianceDriftsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppAssessmentComplianceDriftsCommandInput, ListAppAssessmentComplianceDriftsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>List of compliance drifts that were detected while running an assessment.</p>
|
|
@@ -108,23 +111,5 @@ export interface ListAppAssessmentComplianceDriftsCommandOutput extends ListAppA
|
|
|
108
111
|
* <p>Base exception class for all service exceptions from Resiliencehub service.</p>
|
|
109
112
|
*
|
|
110
113
|
*/
|
|
111
|
-
export declare class ListAppAssessmentComplianceDriftsCommand extends
|
|
112
|
-
readonly input: ListAppAssessmentComplianceDriftsCommandInput;
|
|
113
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
114
|
-
/**
|
|
115
|
-
* @public
|
|
116
|
-
*/
|
|
117
|
-
constructor(input: ListAppAssessmentComplianceDriftsCommandInput);
|
|
118
|
-
/**
|
|
119
|
-
* @internal
|
|
120
|
-
*/
|
|
121
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAppAssessmentComplianceDriftsCommandInput, ListAppAssessmentComplianceDriftsCommandOutput>;
|
|
122
|
-
/**
|
|
123
|
-
* @internal
|
|
124
|
-
*/
|
|
125
|
-
private serialize;
|
|
126
|
-
/**
|
|
127
|
-
* @internal
|
|
128
|
-
*/
|
|
129
|
-
private deserialize;
|
|
114
|
+
export declare class ListAppAssessmentComplianceDriftsCommand extends ListAppAssessmentComplianceDriftsCommand_base {
|
|
130
115
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListAppAssessmentsRequest, ListAppAssessmentsResponse } from "../models/models_0";
|
|
5
4
|
import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListAppAssessmentsCommandInput extends ListAppAssessmentsReques
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListAppAssessmentsCommandOutput extends ListAppAssessmentsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListAppAssessmentsCommand_base: {
|
|
24
|
+
new (input: ListAppAssessmentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppAssessmentsCommandInput, ListAppAssessmentsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the assessments for an Resilience Hub application. You can use request parameters to
|
|
@@ -101,23 +104,5 @@ export interface ListAppAssessmentsCommandOutput extends ListAppAssessmentsRespo
|
|
|
101
104
|
* <p>Base exception class for all service exceptions from Resiliencehub service.</p>
|
|
102
105
|
*
|
|
103
106
|
*/
|
|
104
|
-
export declare class ListAppAssessmentsCommand extends
|
|
105
|
-
readonly input: ListAppAssessmentsCommandInput;
|
|
106
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
107
|
-
/**
|
|
108
|
-
* @public
|
|
109
|
-
*/
|
|
110
|
-
constructor(input: ListAppAssessmentsCommandInput);
|
|
111
|
-
/**
|
|
112
|
-
* @internal
|
|
113
|
-
*/
|
|
114
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAppAssessmentsCommandInput, ListAppAssessmentsCommandOutput>;
|
|
115
|
-
/**
|
|
116
|
-
* @internal
|
|
117
|
-
*/
|
|
118
|
-
private serialize;
|
|
119
|
-
/**
|
|
120
|
-
* @internal
|
|
121
|
-
*/
|
|
122
|
-
private deserialize;
|
|
107
|
+
export declare class ListAppAssessmentsCommand extends ListAppAssessmentsCommand_base {
|
|
123
108
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListAppComponentCompliancesRequest, ListAppComponentCompliancesResponse } from "../models/models_0";
|
|
5
4
|
import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListAppComponentCompliancesCommandInput extends ListAppComponen
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListAppComponentCompliancesCommandOutput extends ListAppComponentCompliancesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListAppComponentCompliancesCommand_base: {
|
|
24
|
+
new (input: ListAppComponentCompliancesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppComponentCompliancesCommandInput, ListAppComponentCompliancesCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the compliances for an Resilience Hub Application Component.</p>
|
|
@@ -111,23 +114,5 @@ export interface ListAppComponentCompliancesCommandOutput extends ListAppCompone
|
|
|
111
114
|
* <p>Base exception class for all service exceptions from Resiliencehub service.</p>
|
|
112
115
|
*
|
|
113
116
|
*/
|
|
114
|
-
export declare class ListAppComponentCompliancesCommand extends
|
|
115
|
-
readonly input: ListAppComponentCompliancesCommandInput;
|
|
116
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
117
|
-
/**
|
|
118
|
-
* @public
|
|
119
|
-
*/
|
|
120
|
-
constructor(input: ListAppComponentCompliancesCommandInput);
|
|
121
|
-
/**
|
|
122
|
-
* @internal
|
|
123
|
-
*/
|
|
124
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAppComponentCompliancesCommandInput, ListAppComponentCompliancesCommandOutput>;
|
|
125
|
-
/**
|
|
126
|
-
* @internal
|
|
127
|
-
*/
|
|
128
|
-
private serialize;
|
|
129
|
-
/**
|
|
130
|
-
* @internal
|
|
131
|
-
*/
|
|
132
|
-
private deserialize;
|
|
117
|
+
export declare class ListAppComponentCompliancesCommand extends ListAppComponentCompliancesCommand_base {
|
|
133
118
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListAppComponentRecommendationsRequest, ListAppComponentRecommendationsResponse } from "../models/models_0";
|
|
5
4
|
import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListAppComponentRecommendationsCommandInput extends ListAppComp
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListAppComponentRecommendationsCommandOutput extends ListAppComponentRecommendationsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListAppComponentRecommendationsCommand_base: {
|
|
24
|
+
new (input: ListAppComponentRecommendationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppComponentRecommendationsCommandInput, ListAppComponentRecommendationsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the recommendations for an Resilience Hub Application Component.</p>
|
|
@@ -118,23 +121,5 @@ export interface ListAppComponentRecommendationsCommandOutput extends ListAppCom
|
|
|
118
121
|
* <p>Base exception class for all service exceptions from Resiliencehub service.</p>
|
|
119
122
|
*
|
|
120
123
|
*/
|
|
121
|
-
export declare class ListAppComponentRecommendationsCommand extends
|
|
122
|
-
readonly input: ListAppComponentRecommendationsCommandInput;
|
|
123
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
124
|
-
/**
|
|
125
|
-
* @public
|
|
126
|
-
*/
|
|
127
|
-
constructor(input: ListAppComponentRecommendationsCommandInput);
|
|
128
|
-
/**
|
|
129
|
-
* @internal
|
|
130
|
-
*/
|
|
131
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAppComponentRecommendationsCommandInput, ListAppComponentRecommendationsCommandOutput>;
|
|
132
|
-
/**
|
|
133
|
-
* @internal
|
|
134
|
-
*/
|
|
135
|
-
private serialize;
|
|
136
|
-
/**
|
|
137
|
-
* @internal
|
|
138
|
-
*/
|
|
139
|
-
private deserialize;
|
|
124
|
+
export declare class ListAppComponentRecommendationsCommand extends ListAppComponentRecommendationsCommand_base {
|
|
140
125
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListAppInputSourcesRequest, ListAppInputSourcesResponse } from "../models/models_0";
|
|
5
4
|
import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListAppInputSourcesCommandInput extends ListAppInputSourcesRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListAppInputSourcesCommandOutput extends ListAppInputSourcesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListAppInputSourcesCommand_base: {
|
|
24
|
+
new (input: ListAppInputSourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppInputSourcesCommandInput, ListAppInputSourcesCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists all the input sources of the Resilience Hub application. For more information about the
|
|
@@ -89,23 +92,5 @@ export interface ListAppInputSourcesCommandOutput extends ListAppInputSourcesRes
|
|
|
89
92
|
* <p>Base exception class for all service exceptions from Resiliencehub service.</p>
|
|
90
93
|
*
|
|
91
94
|
*/
|
|
92
|
-
export declare class ListAppInputSourcesCommand extends
|
|
93
|
-
readonly input: ListAppInputSourcesCommandInput;
|
|
94
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
95
|
-
/**
|
|
96
|
-
* @public
|
|
97
|
-
*/
|
|
98
|
-
constructor(input: ListAppInputSourcesCommandInput);
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAppInputSourcesCommandInput, ListAppInputSourcesCommandOutput>;
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
private serialize;
|
|
107
|
-
/**
|
|
108
|
-
* @internal
|
|
109
|
-
*/
|
|
110
|
-
private deserialize;
|
|
95
|
+
export declare class ListAppInputSourcesCommand extends ListAppInputSourcesCommand_base {
|
|
111
96
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListAppVersionAppComponentsRequest, ListAppVersionAppComponentsResponse } from "../models/models_0";
|
|
5
4
|
import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListAppVersionAppComponentsCommandInput extends ListAppVersionA
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListAppVersionAppComponentsCommandOutput extends ListAppVersionAppComponentsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListAppVersionAppComponentsCommand_base: {
|
|
24
|
+
new (input: ListAppVersionAppComponentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppVersionAppComponentsCommandInput, ListAppVersionAppComponentsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists all the Application Components in the Resilience Hub application.</p>
|
|
@@ -92,23 +95,5 @@ export interface ListAppVersionAppComponentsCommandOutput extends ListAppVersion
|
|
|
92
95
|
* <p>Base exception class for all service exceptions from Resiliencehub service.</p>
|
|
93
96
|
*
|
|
94
97
|
*/
|
|
95
|
-
export declare class ListAppVersionAppComponentsCommand extends
|
|
96
|
-
readonly input: ListAppVersionAppComponentsCommandInput;
|
|
97
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
98
|
-
/**
|
|
99
|
-
* @public
|
|
100
|
-
*/
|
|
101
|
-
constructor(input: ListAppVersionAppComponentsCommandInput);
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAppVersionAppComponentsCommandInput, ListAppVersionAppComponentsCommandOutput>;
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
private serialize;
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
113
|
-
private deserialize;
|
|
98
|
+
export declare class ListAppVersionAppComponentsCommand extends ListAppVersionAppComponentsCommand_base {
|
|
114
99
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListAppVersionResourceMappingsRequest, ListAppVersionResourceMappingsResponse } from "../models/models_0";
|
|
5
4
|
import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListAppVersionResourceMappingsCommandInput extends ListAppVersi
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListAppVersionResourceMappingsCommandOutput extends ListAppVersionResourceMappingsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListAppVersionResourceMappingsCommand_base: {
|
|
24
|
+
new (input: ListAppVersionResourceMappingsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppVersionResourceMappingsCommandInput, ListAppVersionResourceMappingsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists how the resources in an application version are mapped/sourced from. Mappings can be
|
|
@@ -91,23 +94,5 @@ export interface ListAppVersionResourceMappingsCommandOutput extends ListAppVers
|
|
|
91
94
|
* <p>Base exception class for all service exceptions from Resiliencehub service.</p>
|
|
92
95
|
*
|
|
93
96
|
*/
|
|
94
|
-
export declare class ListAppVersionResourceMappingsCommand extends
|
|
95
|
-
readonly input: ListAppVersionResourceMappingsCommandInput;
|
|
96
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
97
|
-
/**
|
|
98
|
-
* @public
|
|
99
|
-
*/
|
|
100
|
-
constructor(input: ListAppVersionResourceMappingsCommandInput);
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAppVersionResourceMappingsCommandInput, ListAppVersionResourceMappingsCommandOutput>;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private serialize;
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
|
-
private deserialize;
|
|
97
|
+
export declare class ListAppVersionResourceMappingsCommand extends ListAppVersionResourceMappingsCommand_base {
|
|
113
98
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListAppVersionResourcesRequest, ListAppVersionResourcesResponse } from "../models/models_0";
|
|
5
4
|
import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListAppVersionResourcesCommandInput extends ListAppVersionResou
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListAppVersionResourcesCommandOutput extends ListAppVersionResourcesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListAppVersionResourcesCommand_base: {
|
|
24
|
+
new (input: ListAppVersionResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppVersionResourcesCommandInput, ListAppVersionResourcesCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists all the resources in an Resilience Hub application.</p>
|
|
@@ -119,23 +122,5 @@ export interface ListAppVersionResourcesCommandOutput extends ListAppVersionReso
|
|
|
119
122
|
* <p>Base exception class for all service exceptions from Resiliencehub service.</p>
|
|
120
123
|
*
|
|
121
124
|
*/
|
|
122
|
-
export declare class ListAppVersionResourcesCommand extends
|
|
123
|
-
readonly input: ListAppVersionResourcesCommandInput;
|
|
124
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
125
|
-
/**
|
|
126
|
-
* @public
|
|
127
|
-
*/
|
|
128
|
-
constructor(input: ListAppVersionResourcesCommandInput);
|
|
129
|
-
/**
|
|
130
|
-
* @internal
|
|
131
|
-
*/
|
|
132
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAppVersionResourcesCommandInput, ListAppVersionResourcesCommandOutput>;
|
|
133
|
-
/**
|
|
134
|
-
* @internal
|
|
135
|
-
*/
|
|
136
|
-
private serialize;
|
|
137
|
-
/**
|
|
138
|
-
* @internal
|
|
139
|
-
*/
|
|
140
|
-
private deserialize;
|
|
125
|
+
export declare class ListAppVersionResourcesCommand extends ListAppVersionResourcesCommand_base {
|
|
141
126
|
}
|