@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,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
RemoveDraftAppVersionResourceMappingsRequest,
|
|
11
5
|
RemoveDraftAppVersionResourceMappingsResponse,
|
|
@@ -21,22 +15,16 @@ export interface RemoveDraftAppVersionResourceMappingsCommandInput
|
|
|
21
15
|
export interface RemoveDraftAppVersionResourceMappingsCommandOutput
|
|
22
16
|
extends RemoveDraftAppVersionResourceMappingsResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: RemoveDraftAppVersionResourceMappingsCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: RemoveDraftAppVersionResourceMappingsCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: ResiliencehubClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const RemoveDraftAppVersionResourceMappingsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: RemoveDraftAppVersionResourceMappingsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
RemoveDraftAppVersionResourceMappingsCommandInput,
|
|
38
|
-
RemoveDraftAppVersionResourceMappingsCommandOutput
|
|
23
|
+
RemoveDraftAppVersionResourceMappingsCommandOutput,
|
|
24
|
+
ResiliencehubClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class RemoveDraftAppVersionResourceMappingsCommand extends RemoveDraftAppVersionResourceMappingsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ResolveAppVersionResourcesRequest,
|
|
11
5
|
ResolveAppVersionResourcesResponse,
|
|
@@ -21,22 +15,16 @@ export interface ResolveAppVersionResourcesCommandInput
|
|
|
21
15
|
export interface ResolveAppVersionResourcesCommandOutput
|
|
22
16
|
extends ResolveAppVersionResourcesResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: ResolveAppVersionResourcesCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: ResolveAppVersionResourcesCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: ResiliencehubClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const ResolveAppVersionResourcesCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ResolveAppVersionResourcesCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
ResolveAppVersionResourcesCommandInput,
|
|
38
|
-
ResolveAppVersionResourcesCommandOutput
|
|
23
|
+
ResolveAppVersionResourcesCommandOutput,
|
|
24
|
+
ResiliencehubClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ResolveAppVersionResourcesCommand extends ResolveAppVersionResourcesCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
StartAppAssessmentRequest,
|
|
11
5
|
StartAppAssessmentResponse,
|
|
@@ -21,19 +15,16 @@ export interface StartAppAssessmentCommandInput
|
|
|
21
15
|
export interface StartAppAssessmentCommandOutput
|
|
22
16
|
extends StartAppAssessmentResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const StartAppAssessmentCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: StartAppAssessmentCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
StartAppAssessmentCommandInput,
|
|
23
|
+
StartAppAssessmentCommandOutput,
|
|
24
|
+
ResiliencehubClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class StartAppAssessmentCommand extends StartAppAssessmentCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
ResiliencehubClientResolvedConfig,
|
|
@@ -17,19 +11,16 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
17
11
|
export interface TagResourceCommandOutput
|
|
18
12
|
extends TagResourceResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const TagResourceCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: TagResourceCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
TagResourceCommandInput,
|
|
19
|
+
TagResourceCommandOutput,
|
|
20
|
+
ResiliencehubClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
UntagResourceRequest,
|
|
11
5
|
UntagResourceResponse,
|
|
@@ -20,19 +14,16 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
20
14
|
export interface UntagResourceCommandOutput
|
|
21
15
|
extends UntagResourceResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const UntagResourceCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: UntagResourceCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
UntagResourceCommandInput,
|
|
22
|
+
UntagResourceCommandOutput,
|
|
23
|
+
ResiliencehubClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { UpdateAppRequest, UpdateAppResponse } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
ResiliencehubClientResolvedConfig,
|
|
@@ -17,19 +11,16 @@ export interface UpdateAppCommandInput extends UpdateAppRequest {}
|
|
|
17
11
|
export interface UpdateAppCommandOutput
|
|
18
12
|
extends UpdateAppResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const UpdateAppCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: UpdateAppCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
UpdateAppCommandInput,
|
|
19
|
+
UpdateAppCommandOutput,
|
|
20
|
+
ResiliencehubClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class UpdateAppCommand extends UpdateAppCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
UpdateAppVersionAppComponentRequest,
|
|
11
5
|
UpdateAppVersionAppComponentResponse,
|
|
@@ -21,22 +15,16 @@ export interface UpdateAppVersionAppComponentCommandInput
|
|
|
21
15
|
export interface UpdateAppVersionAppComponentCommandOutput
|
|
22
16
|
extends UpdateAppVersionAppComponentResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: UpdateAppVersionAppComponentCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: UpdateAppVersionAppComponentCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: ResiliencehubClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const UpdateAppVersionAppComponentCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: UpdateAppVersionAppComponentCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
UpdateAppVersionAppComponentCommandInput,
|
|
38
|
-
UpdateAppVersionAppComponentCommandOutput
|
|
23
|
+
UpdateAppVersionAppComponentCommandOutput,
|
|
24
|
+
ResiliencehubClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class UpdateAppVersionAppComponentCommand extends UpdateAppVersionAppComponentCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
UpdateAppVersionRequest,
|
|
11
5
|
UpdateAppVersionResponse,
|
|
@@ -20,19 +14,16 @@ export interface UpdateAppVersionCommandInput extends UpdateAppVersionRequest {}
|
|
|
20
14
|
export interface UpdateAppVersionCommandOutput
|
|
21
15
|
extends UpdateAppVersionResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const UpdateAppVersionCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: UpdateAppVersionCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
UpdateAppVersionCommandInput,
|
|
22
|
+
UpdateAppVersionCommandOutput,
|
|
23
|
+
ResiliencehubClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class UpdateAppVersionCommand extends UpdateAppVersionCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
UpdateAppVersionResourceRequest,
|
|
11
5
|
UpdateAppVersionResourceResponse,
|
|
@@ -21,22 +15,16 @@ export interface UpdateAppVersionResourceCommandInput
|
|
|
21
15
|
export interface UpdateAppVersionResourceCommandOutput
|
|
22
16
|
extends UpdateAppVersionResourceResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: UpdateAppVersionResourceCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: UpdateAppVersionResourceCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: ResiliencehubClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const UpdateAppVersionResourceCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: UpdateAppVersionResourceCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
UpdateAppVersionResourceCommandInput,
|
|
38
|
-
UpdateAppVersionResourceCommandOutput
|
|
23
|
+
UpdateAppVersionResourceCommandOutput,
|
|
24
|
+
ResiliencehubClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class UpdateAppVersionResourceCommand extends UpdateAppVersionResourceCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
UpdateResiliencyPolicyRequest,
|
|
11
5
|
UpdateResiliencyPolicyResponse,
|
|
@@ -21,22 +15,16 @@ export interface UpdateResiliencyPolicyCommandInput
|
|
|
21
15
|
export interface UpdateResiliencyPolicyCommandOutput
|
|
22
16
|
extends UpdateResiliencyPolicyResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: UpdateResiliencyPolicyCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: UpdateResiliencyPolicyCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: ResiliencehubClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const UpdateResiliencyPolicyCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: UpdateResiliencyPolicyCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
UpdateResiliencyPolicyCommandInput,
|
|
38
|
-
UpdateResiliencyPolicyCommandOutput
|
|
23
|
+
UpdateResiliencyPolicyCommandOutput,
|
|
24
|
+
ResiliencehubClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class UpdateResiliencyPolicyCommand extends UpdateResiliencyPolicyCommand_base {}
|
|
@@ -25,6 +25,24 @@ export declare const resolveClientEndpointParameters: <T>(
|
|
|
25
25
|
ClientInputEndpointParameters & {
|
|
26
26
|
defaultSigningName: string;
|
|
27
27
|
};
|
|
28
|
+
export declare const commonParams: {
|
|
29
|
+
readonly UseFIPS: {
|
|
30
|
+
readonly type: "builtInParams";
|
|
31
|
+
readonly name: "useFipsEndpoint";
|
|
32
|
+
};
|
|
33
|
+
readonly Endpoint: {
|
|
34
|
+
readonly type: "builtInParams";
|
|
35
|
+
readonly name: "endpoint";
|
|
36
|
+
};
|
|
37
|
+
readonly Region: {
|
|
38
|
+
readonly type: "builtInParams";
|
|
39
|
+
readonly name: "region";
|
|
40
|
+
};
|
|
41
|
+
readonly UseDualStack: {
|
|
42
|
+
readonly type: "builtInParams";
|
|
43
|
+
readonly name: "useDualstackEndpoint";
|
|
44
|
+
};
|
|
45
|
+
};
|
|
28
46
|
export interface EndpointParameters extends __EndpointParameters {
|
|
29
47
|
Region?: string;
|
|
30
48
|
UseDualStack?: boolean;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListAlarmRecommendationsCommandOutput,
|
|
5
5
|
} from "../commands/ListAlarmRecommendationsCommand";
|
|
6
6
|
import { ResiliencehubPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListAlarmRecommendations: (
|
|
8
8
|
config: ResiliencehubPaginationConfiguration,
|
|
9
9
|
input: ListAlarmRecommendationsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListAlarmRecommendationsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListAppAssessmentComplianceDriftsCommandOutput,
|
|
5
5
|
} from "../commands/ListAppAssessmentComplianceDriftsCommand";
|
|
6
6
|
import { ResiliencehubPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListAppAssessmentComplianceDrifts: (
|
|
8
8
|
config: ResiliencehubPaginationConfiguration,
|
|
9
9
|
input: ListAppAssessmentComplianceDriftsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListAppAssessmentComplianceDriftsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListAppAssessmentsCommandOutput,
|
|
5
5
|
} from "../commands/ListAppAssessmentsCommand";
|
|
6
6
|
import { ResiliencehubPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListAppAssessments: (
|
|
8
8
|
config: ResiliencehubPaginationConfiguration,
|
|
9
9
|
input: ListAppAssessmentsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListAppAssessmentsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListAppComponentCompliancesCommandOutput,
|
|
5
5
|
} from "../commands/ListAppComponentCompliancesCommand";
|
|
6
6
|
import { ResiliencehubPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListAppComponentCompliances: (
|
|
8
8
|
config: ResiliencehubPaginationConfiguration,
|
|
9
9
|
input: ListAppComponentCompliancesCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListAppComponentCompliancesCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListAppComponentRecommendationsCommandOutput,
|
|
5
5
|
} from "../commands/ListAppComponentRecommendationsCommand";
|
|
6
6
|
import { ResiliencehubPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListAppComponentRecommendations: (
|
|
8
8
|
config: ResiliencehubPaginationConfiguration,
|
|
9
9
|
input: ListAppComponentRecommendationsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListAppComponentRecommendationsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListAppInputSourcesCommandOutput,
|
|
5
5
|
} from "../commands/ListAppInputSourcesCommand";
|
|
6
6
|
import { ResiliencehubPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListAppInputSources: (
|
|
8
8
|
config: ResiliencehubPaginationConfiguration,
|
|
9
9
|
input: ListAppInputSourcesCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListAppInputSourcesCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListAppVersionAppComponentsCommandOutput,
|
|
5
5
|
} from "../commands/ListAppVersionAppComponentsCommand";
|
|
6
6
|
import { ResiliencehubPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListAppVersionAppComponents: (
|
|
8
8
|
config: ResiliencehubPaginationConfiguration,
|
|
9
9
|
input: ListAppVersionAppComponentsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListAppVersionAppComponentsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListAppVersionResourceMappingsCommandOutput,
|
|
5
5
|
} from "../commands/ListAppVersionResourceMappingsCommand";
|
|
6
6
|
import { ResiliencehubPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListAppVersionResourceMappings: (
|
|
8
8
|
config: ResiliencehubPaginationConfiguration,
|
|
9
9
|
input: ListAppVersionResourceMappingsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListAppVersionResourceMappingsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListAppVersionResourcesCommandOutput,
|
|
5
5
|
} from "../commands/ListAppVersionResourcesCommand";
|
|
6
6
|
import { ResiliencehubPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListAppVersionResources: (
|
|
8
8
|
config: ResiliencehubPaginationConfiguration,
|
|
9
9
|
input: ListAppVersionResourcesCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListAppVersionResourcesCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListAppVersionsCommandOutput,
|
|
5
5
|
} from "../commands/ListAppVersionsCommand";
|
|
6
6
|
import { ResiliencehubPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListAppVersions: (
|
|
8
8
|
config: ResiliencehubPaginationConfiguration,
|
|
9
9
|
input: ListAppVersionsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListAppVersionsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListAppsCommandOutput,
|
|
5
5
|
} from "../commands/ListAppsCommand";
|
|
6
6
|
import { ResiliencehubPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListApps: (
|
|
8
8
|
config: ResiliencehubPaginationConfiguration,
|
|
9
9
|
input: ListAppsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListAppsCommandOutput>;
|