@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
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class AddDraftAppVersionResourceMappingsCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "ResiliencehubClient";
|
|
29
|
-
const commandName = "AddDraftAppVersionResourceMappingsCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AwsResilienceHub",
|
|
38
|
-
operation: "AddDraftAppVersionResourceMappings",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_AddDraftAppVersionResourceMappingsCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_AddDraftAppVersionResourceMappingsCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class AddDraftAppVersionResourceMappingsCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AwsResilienceHub", "AddDraftAppVersionResourceMappings", {})
|
|
22
|
+
.n("ResiliencehubClient", "AddDraftAppVersionResourceMappingsCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_AddDraftAppVersionResourceMappingsCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_AddDraftAppVersionResourceMappingsCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.AddDraftAppVersionResourceMappingsCommand = AddDraftAppVersionResourceMappingsCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class BatchUpdateRecommendationStatusCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "ResiliencehubClient";
|
|
29
|
-
const commandName = "BatchUpdateRecommendationStatusCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AwsResilienceHub",
|
|
38
|
-
operation: "BatchUpdateRecommendationStatus",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_BatchUpdateRecommendationStatusCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_BatchUpdateRecommendationStatusCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class BatchUpdateRecommendationStatusCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AwsResilienceHub", "BatchUpdateRecommendationStatus", {})
|
|
22
|
+
.n("ResiliencehubClient", "BatchUpdateRecommendationStatusCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_BatchUpdateRecommendationStatusCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_BatchUpdateRecommendationStatusCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.BatchUpdateRecommendationStatusCommand = BatchUpdateRecommendationStatusCommand;
|
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class CreateAppCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "ResiliencehubClient";
|
|
30
|
-
const commandName = "CreateAppCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.CreateAppRequestFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: models_0_1.CreateAppResponseFilterSensitiveLog,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "AwsResilienceHub",
|
|
39
|
-
operation: "CreateApp",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_restJson1_1.se_CreateAppCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_restJson1_1.de_CreateAppCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class CreateAppCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep({
|
|
14
|
+
...EndpointParameters_1.commonParams,
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
];
|
|
21
|
+
})
|
|
22
|
+
.s("AwsResilienceHub", "CreateApp", {})
|
|
23
|
+
.n("ResiliencehubClient", "CreateAppCommand")
|
|
24
|
+
.f(models_0_1.CreateAppRequestFilterSensitiveLog, models_0_1.CreateAppResponseFilterSensitiveLog)
|
|
25
|
+
.ser(Aws_restJson1_1.se_CreateAppCommand)
|
|
26
|
+
.de(Aws_restJson1_1.de_CreateAppCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.CreateAppCommand = CreateAppCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateAppVersionAppComponentCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "ResiliencehubClient";
|
|
29
|
-
const commandName = "CreateAppVersionAppComponentCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AwsResilienceHub",
|
|
38
|
-
operation: "CreateAppVersionAppComponent",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_CreateAppVersionAppComponentCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_CreateAppVersionAppComponentCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class CreateAppVersionAppComponentCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AwsResilienceHub", "CreateAppVersionAppComponent", {})
|
|
22
|
+
.n("ResiliencehubClient", "CreateAppVersionAppComponentCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_CreateAppVersionAppComponentCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_CreateAppVersionAppComponentCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateAppVersionAppComponentCommand = CreateAppVersionAppComponentCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateAppVersionResourceCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "ResiliencehubClient";
|
|
29
|
-
const commandName = "CreateAppVersionResourceCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AwsResilienceHub",
|
|
38
|
-
operation: "CreateAppVersionResource",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_CreateAppVersionResourceCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_CreateAppVersionResourceCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class CreateAppVersionResourceCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AwsResilienceHub", "CreateAppVersionResource", {})
|
|
22
|
+
.n("ResiliencehubClient", "CreateAppVersionResourceCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_CreateAppVersionResourceCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_CreateAppVersionResourceCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateAppVersionResourceCommand = CreateAppVersionResourceCommand;
|
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class CreateRecommendationTemplateCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "ResiliencehubClient";
|
|
30
|
-
const commandName = "CreateRecommendationTemplateCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.CreateRecommendationTemplateRequestFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: models_0_1.CreateRecommendationTemplateResponseFilterSensitiveLog,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "AwsResilienceHub",
|
|
39
|
-
operation: "CreateRecommendationTemplate",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_restJson1_1.se_CreateRecommendationTemplateCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_restJson1_1.de_CreateRecommendationTemplateCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class CreateRecommendationTemplateCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep({
|
|
14
|
+
...EndpointParameters_1.commonParams,
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
];
|
|
21
|
+
})
|
|
22
|
+
.s("AwsResilienceHub", "CreateRecommendationTemplate", {})
|
|
23
|
+
.n("ResiliencehubClient", "CreateRecommendationTemplateCommand")
|
|
24
|
+
.f(models_0_1.CreateRecommendationTemplateRequestFilterSensitiveLog, models_0_1.CreateRecommendationTemplateResponseFilterSensitiveLog)
|
|
25
|
+
.ser(Aws_restJson1_1.se_CreateRecommendationTemplateCommand)
|
|
26
|
+
.de(Aws_restJson1_1.de_CreateRecommendationTemplateCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.CreateRecommendationTemplateCommand = CreateRecommendationTemplateCommand;
|
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class CreateResiliencyPolicyCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "ResiliencehubClient";
|
|
30
|
-
const commandName = "CreateResiliencyPolicyCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.CreateResiliencyPolicyRequestFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: models_0_1.CreateResiliencyPolicyResponseFilterSensitiveLog,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "AwsResilienceHub",
|
|
39
|
-
operation: "CreateResiliencyPolicy",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_restJson1_1.se_CreateResiliencyPolicyCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_restJson1_1.de_CreateResiliencyPolicyCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class CreateResiliencyPolicyCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep({
|
|
14
|
+
...EndpointParameters_1.commonParams,
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
];
|
|
21
|
+
})
|
|
22
|
+
.s("AwsResilienceHub", "CreateResiliencyPolicy", {})
|
|
23
|
+
.n("ResiliencehubClient", "CreateResiliencyPolicyCommand")
|
|
24
|
+
.f(models_0_1.CreateResiliencyPolicyRequestFilterSensitiveLog, models_0_1.CreateResiliencyPolicyResponseFilterSensitiveLog)
|
|
25
|
+
.ser(Aws_restJson1_1.se_CreateResiliencyPolicyCommand)
|
|
26
|
+
.de(Aws_restJson1_1.de_CreateResiliencyPolicyCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.CreateResiliencyPolicyCommand = CreateResiliencyPolicyCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteAppAssessmentCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "ResiliencehubClient";
|
|
29
|
-
const commandName = "DeleteAppAssessmentCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AwsResilienceHub",
|
|
38
|
-
operation: "DeleteAppAssessment",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_DeleteAppAssessmentCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_DeleteAppAssessmentCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DeleteAppAssessmentCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AwsResilienceHub", "DeleteAppAssessment", {})
|
|
22
|
+
.n("ResiliencehubClient", "DeleteAppAssessmentCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_DeleteAppAssessmentCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_DeleteAppAssessmentCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DeleteAppAssessmentCommand = DeleteAppAssessmentCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteAppCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "ResiliencehubClient";
|
|
29
|
-
const commandName = "DeleteAppCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AwsResilienceHub",
|
|
38
|
-
operation: "DeleteApp",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_DeleteAppCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_DeleteAppCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DeleteAppCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AwsResilienceHub", "DeleteApp", {})
|
|
22
|
+
.n("ResiliencehubClient", "DeleteAppCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_DeleteAppCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_DeleteAppCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DeleteAppCommand = DeleteAppCommand;
|