@aws-sdk/client-resiliencehub 3.1045.0 → 3.1047.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +142 -143
- package/dist-cjs/models/ResiliencehubServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/Resiliencehub.js +1 -1
- package/dist-es/ResiliencehubClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AcceptResourceGroupingRecommendationsCommand.js +2 -2
- package/dist-es/commands/AddDraftAppVersionResourceMappingsCommand.js +2 -2
- package/dist-es/commands/BatchUpdateRecommendationStatusCommand.js +2 -2
- package/dist-es/commands/CreateAppCommand.js +2 -2
- package/dist-es/commands/CreateAppVersionAppComponentCommand.js +2 -2
- package/dist-es/commands/CreateAppVersionResourceCommand.js +2 -2
- package/dist-es/commands/CreateRecommendationTemplateCommand.js +2 -2
- package/dist-es/commands/CreateResiliencyPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteAppAssessmentCommand.js +2 -2
- package/dist-es/commands/DeleteAppCommand.js +2 -2
- package/dist-es/commands/DeleteAppInputSourceCommand.js +2 -2
- package/dist-es/commands/DeleteAppVersionAppComponentCommand.js +2 -2
- package/dist-es/commands/DeleteAppVersionResourceCommand.js +2 -2
- package/dist-es/commands/DeleteRecommendationTemplateCommand.js +2 -2
- package/dist-es/commands/DeleteResiliencyPolicyCommand.js +2 -2
- package/dist-es/commands/DescribeAppAssessmentCommand.js +2 -2
- package/dist-es/commands/DescribeAppCommand.js +2 -2
- package/dist-es/commands/DescribeAppVersionAppComponentCommand.js +2 -2
- package/dist-es/commands/DescribeAppVersionCommand.js +2 -2
- package/dist-es/commands/DescribeAppVersionResourceCommand.js +2 -2
- package/dist-es/commands/DescribeAppVersionResourcesResolutionStatusCommand.js +2 -2
- package/dist-es/commands/DescribeAppVersionTemplateCommand.js +2 -2
- package/dist-es/commands/DescribeDraftAppVersionResourcesImportStatusCommand.js +2 -2
- package/dist-es/commands/DescribeMetricsExportCommand.js +2 -2
- package/dist-es/commands/DescribeResiliencyPolicyCommand.js +2 -2
- package/dist-es/commands/DescribeResourceGroupingRecommendationTaskCommand.js +2 -2
- package/dist-es/commands/ImportResourcesToDraftAppVersionCommand.js +2 -2
- package/dist-es/commands/ListAlarmRecommendationsCommand.js +2 -2
- package/dist-es/commands/ListAppAssessmentComplianceDriftsCommand.js +2 -2
- package/dist-es/commands/ListAppAssessmentResourceDriftsCommand.js +2 -2
- package/dist-es/commands/ListAppAssessmentsCommand.js +2 -2
- package/dist-es/commands/ListAppComponentCompliancesCommand.js +2 -2
- package/dist-es/commands/ListAppComponentRecommendationsCommand.js +2 -2
- package/dist-es/commands/ListAppInputSourcesCommand.js +2 -2
- package/dist-es/commands/ListAppVersionAppComponentsCommand.js +2 -2
- package/dist-es/commands/ListAppVersionResourceMappingsCommand.js +2 -2
- package/dist-es/commands/ListAppVersionResourcesCommand.js +2 -2
- package/dist-es/commands/ListAppVersionsCommand.js +2 -2
- package/dist-es/commands/ListAppsCommand.js +2 -2
- package/dist-es/commands/ListMetricsCommand.js +2 -2
- package/dist-es/commands/ListRecommendationTemplatesCommand.js +2 -2
- package/dist-es/commands/ListResiliencyPoliciesCommand.js +2 -2
- package/dist-es/commands/ListResourceGroupingRecommendationsCommand.js +2 -2
- package/dist-es/commands/ListSopRecommendationsCommand.js +2 -2
- package/dist-es/commands/ListSuggestedResiliencyPoliciesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTestRecommendationsCommand.js +2 -2
- package/dist-es/commands/ListUnsupportedAppVersionResourcesCommand.js +2 -2
- package/dist-es/commands/PublishAppVersionCommand.js +2 -2
- package/dist-es/commands/PutDraftAppVersionTemplateCommand.js +2 -2
- package/dist-es/commands/RejectResourceGroupingRecommendationsCommand.js +2 -2
- package/dist-es/commands/RemoveDraftAppVersionResourceMappingsCommand.js +2 -2
- package/dist-es/commands/ResolveAppVersionResourcesCommand.js +2 -2
- package/dist-es/commands/StartAppAssessmentCommand.js +2 -2
- package/dist-es/commands/StartMetricsExportCommand.js +2 -2
- package/dist-es/commands/StartResourceGroupingRecommendationTaskCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAppCommand.js +2 -2
- package/dist-es/commands/UpdateAppVersionAppComponentCommand.js +2 -2
- package/dist-es/commands/UpdateAppVersionCommand.js +2 -2
- package/dist-es/commands/UpdateAppVersionResourceCommand.js +2 -2
- package/dist-es/commands/UpdateResiliencyPolicyCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/ResiliencehubServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/ResiliencehubClient.d.ts +5 -5
- package/dist-types/commands/AcceptResourceGroupingRecommendationsCommand.d.ts +6 -4
- package/dist-types/commands/AddDraftAppVersionResourceMappingsCommand.d.ts +6 -4
- package/dist-types/commands/BatchUpdateRecommendationStatusCommand.d.ts +6 -4
- package/dist-types/commands/CreateAppCommand.d.ts +6 -4
- package/dist-types/commands/CreateAppVersionAppComponentCommand.d.ts +6 -4
- package/dist-types/commands/CreateAppVersionResourceCommand.d.ts +6 -4
- package/dist-types/commands/CreateRecommendationTemplateCommand.d.ts +6 -4
- package/dist-types/commands/CreateResiliencyPolicyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAppAssessmentCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAppCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAppInputSourceCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAppVersionAppComponentCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAppVersionResourceCommand.d.ts +6 -4
- package/dist-types/commands/DeleteRecommendationTemplateCommand.d.ts +6 -4
- package/dist-types/commands/DeleteResiliencyPolicyCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAppAssessmentCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAppCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAppVersionAppComponentCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAppVersionCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAppVersionResourceCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAppVersionResourcesResolutionStatusCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAppVersionTemplateCommand.d.ts +6 -4
- package/dist-types/commands/DescribeDraftAppVersionResourcesImportStatusCommand.d.ts +6 -4
- package/dist-types/commands/DescribeMetricsExportCommand.d.ts +6 -4
- package/dist-types/commands/DescribeResiliencyPolicyCommand.d.ts +6 -4
- package/dist-types/commands/DescribeResourceGroupingRecommendationTaskCommand.d.ts +6 -4
- package/dist-types/commands/ImportResourcesToDraftAppVersionCommand.d.ts +6 -4
- package/dist-types/commands/ListAlarmRecommendationsCommand.d.ts +6 -4
- package/dist-types/commands/ListAppAssessmentComplianceDriftsCommand.d.ts +6 -4
- package/dist-types/commands/ListAppAssessmentResourceDriftsCommand.d.ts +6 -4
- package/dist-types/commands/ListAppAssessmentsCommand.d.ts +6 -4
- package/dist-types/commands/ListAppComponentCompliancesCommand.d.ts +6 -4
- package/dist-types/commands/ListAppComponentRecommendationsCommand.d.ts +6 -4
- package/dist-types/commands/ListAppInputSourcesCommand.d.ts +6 -4
- package/dist-types/commands/ListAppVersionAppComponentsCommand.d.ts +6 -4
- package/dist-types/commands/ListAppVersionResourceMappingsCommand.d.ts +6 -4
- package/dist-types/commands/ListAppVersionResourcesCommand.d.ts +6 -4
- package/dist-types/commands/ListAppVersionsCommand.d.ts +6 -4
- package/dist-types/commands/ListAppsCommand.d.ts +6 -4
- package/dist-types/commands/ListMetricsCommand.d.ts +6 -4
- package/dist-types/commands/ListRecommendationTemplatesCommand.d.ts +6 -4
- package/dist-types/commands/ListResiliencyPoliciesCommand.d.ts +6 -4
- package/dist-types/commands/ListResourceGroupingRecommendationsCommand.d.ts +6 -4
- package/dist-types/commands/ListSopRecommendationsCommand.d.ts +6 -4
- package/dist-types/commands/ListSuggestedResiliencyPoliciesCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListTestRecommendationsCommand.d.ts +6 -4
- package/dist-types/commands/ListUnsupportedAppVersionResourcesCommand.d.ts +6 -4
- package/dist-types/commands/PublishAppVersionCommand.d.ts +6 -4
- package/dist-types/commands/PutDraftAppVersionTemplateCommand.d.ts +6 -4
- package/dist-types/commands/RejectResourceGroupingRecommendationsCommand.d.ts +6 -4
- package/dist-types/commands/RemoveDraftAppVersionResourceMappingsCommand.d.ts +6 -4
- package/dist-types/commands/ResolveAppVersionResourcesCommand.d.ts +6 -4
- package/dist-types/commands/StartAppAssessmentCommand.d.ts +6 -4
- package/dist-types/commands/StartMetricsExportCommand.d.ts +6 -4
- package/dist-types/commands/StartResourceGroupingRecommendationTaskCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAppCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAppVersionAppComponentCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAppVersionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAppVersionResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateResiliencyPolicyCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/ResiliencehubServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/ResiliencehubClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AcceptResourceGroupingRecommendationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AddDraftAppVersionResourceMappingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchUpdateRecommendationStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/CreateAppVersionAppComponentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAppVersionResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateRecommendationTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateResiliencyPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAppAssessmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/DeleteAppInputSourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAppVersionAppComponentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAppVersionResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteRecommendationTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteResiliencyPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAppAssessmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAppCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAppVersionAppComponentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAppVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAppVersionResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAppVersionResourcesResolutionStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAppVersionTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeDraftAppVersionResourcesImportStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeMetricsExportCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeResiliencyPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeResourceGroupingRecommendationTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ImportResourcesToDraftAppVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAlarmRecommendationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAppAssessmentComplianceDriftsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAppAssessmentResourceDriftsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAppAssessmentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAppComponentCompliancesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAppComponentRecommendationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAppInputSourcesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAppVersionAppComponentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAppVersionResourceMappingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAppVersionResourcesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAppVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAppsCommand.d.ts +6 -6
- package/dist-types/ts3.4/commands/ListMetricsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListRecommendationTemplatesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListResiliencyPoliciesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListResourceGroupingRecommendationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSopRecommendationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSuggestedResiliencyPoliciesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTestRecommendationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListUnsupportedAppVersionResourcesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PublishAppVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutDraftAppVersionTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RejectResourceGroupingRecommendationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemoveDraftAppVersionResourceMappingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ResolveAppVersionResourcesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartAppAssessmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartMetricsExportCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartResourceGroupingRecommendationTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAppCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/UpdateAppVersionAppComponentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAppVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAppVersionResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateResiliencyPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/ResiliencehubServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { ListResiliencyPolicies$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { ListResourceGroupingRecommendations$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { ListSopRecommendations$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { ListSuggestedResiliencyPolicies$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { ListTestRecommendations$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { ListUnsupportedAppVersionResources$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { PublishAppVersion$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { PutDraftAppVersionTemplate$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { RejectResourceGroupingRecommendations$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { RemoveDraftAppVersionResourceMappings$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { ResolveAppVersionResources$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { StartAppAssessment$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { StartMetricsExport$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { StartResourceGroupingRecommendationTask$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateApp$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateAppVersionAppComponent$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateAppVersion$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateAppVersionResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateResiliencyPolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
package/dist-es/endpoint/bdd.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
const k = "ref";
|
|
3
3
|
const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
|
|
4
4
|
const _data = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
-
import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/
|
|
2
|
+
import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/core/endpoints";
|
|
3
3
|
import { bdd } from "./bdd";
|
|
4
4
|
const cache = new EndpointCache({
|
|
5
5
|
size: 50,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ServiceException as __ServiceException, } from "@smithy/
|
|
1
|
+
import { ServiceException as __ServiceException, } from "@smithy/core/client";
|
|
2
2
|
export { __ServiceException };
|
|
3
3
|
export class ResiliencehubServiceException extends __ServiceException {
|
|
4
4
|
constructor(options) {
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
2
|
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
3
3
|
import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser";
|
|
4
|
-
import {
|
|
4
|
+
import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
5
|
+
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
6
|
+
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/core/retry";
|
|
7
|
+
import { calculateBodyLength } from "@smithy/core/serde";
|
|
5
8
|
import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
|
|
6
|
-
import { invalidProvider } from "@smithy/invalid-dependency";
|
|
7
|
-
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
8
|
-
import { calculateBodyLength } from "@smithy/util-body-length-browser";
|
|
9
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
|
|
10
|
-
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
11
9
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
12
10
|
export const getRuntimeConfig = (config) => {
|
|
13
11
|
const defaultsMode = resolveDefaultsModeConfig(config);
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -3,15 +3,11 @@ import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/cor
|
|
|
3
3
|
import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
|
|
4
4
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
5
5
|
import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/
|
|
9
|
-
import {
|
|
6
|
+
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
7
|
+
import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
8
|
+
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
|
|
9
|
+
import { calculateBodyLength, Hash } from "@smithy/core/serde";
|
|
10
10
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
11
|
-
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
12
|
-
import { calculateBodyLength } from "@smithy/util-body-length-node";
|
|
13
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
|
|
14
|
-
import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
15
11
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
16
12
|
export const getRuntimeConfig = (config) => {
|
|
17
13
|
emitWarningIfUnsupportedVersion(process.version);
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
3
|
-
import { NoOpLogger } from "@smithy/
|
|
4
|
-
import { parseUrl } from "@smithy/
|
|
5
|
-
import { fromBase64, toBase64 } from "@smithy/
|
|
6
|
-
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
3
|
+
import { NoOpLogger } from "@smithy/core/client";
|
|
4
|
+
import { parseUrl } from "@smithy/core/protocols";
|
|
5
|
+
import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
|
|
7
6
|
import { defaultResiliencehubHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
7
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
8
|
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/core/client";
|
|
3
|
+
import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/core/protocols";
|
|
4
4
|
import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
6
6
|
const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
2
|
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { type
|
|
4
|
-
import { type
|
|
5
|
-
import { type
|
|
6
|
-
import type
|
|
7
|
-
import { type
|
|
3
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
|
|
4
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
|
|
5
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
6
|
+
import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
7
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
|
|
8
8
|
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import type { AcceptResourceGroupingRecommendationsCommandInput, AcceptResourceGroupingRecommendationsCommandOutput } from "./commands/AcceptResourceGroupingRecommendationsCommand";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AcceptResourceGroupingRecommendationsRequest, AcceptResourceGroupingRecommendationsResponse } from "../models/models_0";
|
|
4
4
|
import type { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
@@ -22,9 +22,11 @@ export interface AcceptResourceGroupingRecommendationsCommandInput extends Accep
|
|
|
22
22
|
export interface AcceptResourceGroupingRecommendationsCommandOutput extends AcceptResourceGroupingRecommendationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AcceptResourceGroupingRecommendationsCommand_base: {
|
|
25
|
-
new (input: AcceptResourceGroupingRecommendationsCommandInput): import("@smithy/
|
|
26
|
-
new (input: AcceptResourceGroupingRecommendationsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AcceptResourceGroupingRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<AcceptResourceGroupingRecommendationsCommandInput, AcceptResourceGroupingRecommendationsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AcceptResourceGroupingRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<AcceptResourceGroupingRecommendationsCommandInput, AcceptResourceGroupingRecommendationsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Accepts the resource grouping recommendations suggested by Resilience Hub for your application.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AddDraftAppVersionResourceMappingsRequest, AddDraftAppVersionResourceMappingsResponse } from "../models/models_0";
|
|
4
4
|
import type { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
@@ -22,9 +22,11 @@ export interface AddDraftAppVersionResourceMappingsCommandInput extends AddDraft
|
|
|
22
22
|
export interface AddDraftAppVersionResourceMappingsCommandOutput extends AddDraftAppVersionResourceMappingsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AddDraftAppVersionResourceMappingsCommand_base: {
|
|
25
|
-
new (input: AddDraftAppVersionResourceMappingsCommandInput): import("@smithy/
|
|
26
|
-
new (input: AddDraftAppVersionResourceMappingsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AddDraftAppVersionResourceMappingsCommandInput): import("@smithy/core/client").CommandImpl<AddDraftAppVersionResourceMappingsCommandInput, AddDraftAppVersionResourceMappingsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AddDraftAppVersionResourceMappingsCommandInput): import("@smithy/core/client").CommandImpl<AddDraftAppVersionResourceMappingsCommandInput, AddDraftAppVersionResourceMappingsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Adds the source of resource-maps to the draft version of an application. During
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BatchUpdateRecommendationStatusRequest, BatchUpdateRecommendationStatusResponse } from "../models/models_0";
|
|
4
4
|
import type { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
@@ -22,9 +22,11 @@ export interface BatchUpdateRecommendationStatusCommandInput extends BatchUpdate
|
|
|
22
22
|
export interface BatchUpdateRecommendationStatusCommandOutput extends BatchUpdateRecommendationStatusResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const BatchUpdateRecommendationStatusCommand_base: {
|
|
25
|
-
new (input: BatchUpdateRecommendationStatusCommandInput): import("@smithy/
|
|
26
|
-
new (input: BatchUpdateRecommendationStatusCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: BatchUpdateRecommendationStatusCommandInput): import("@smithy/core/client").CommandImpl<BatchUpdateRecommendationStatusCommandInput, BatchUpdateRecommendationStatusCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: BatchUpdateRecommendationStatusCommandInput): import("@smithy/core/client").CommandImpl<BatchUpdateRecommendationStatusCommandInput, BatchUpdateRecommendationStatusCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Enables you to include or exclude one or more operational recommendations.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CreateAppRequest, CreateAppResponse } from "../models/models_0";
|
|
4
4
|
import type { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateAppCommandInput extends CreateAppRequest {
|
|
|
22
22
|
export interface CreateAppCommandOutput extends CreateAppResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateAppCommand_base: {
|
|
25
|
-
new (input: CreateAppCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateAppCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateAppCommandInput): import("@smithy/core/client").CommandImpl<CreateAppCommandInput, CreateAppCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateAppCommandInput): import("@smithy/core/client").CommandImpl<CreateAppCommandInput, CreateAppCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates an Resilience Hub application. An Resilience Hub application is a
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CreateAppVersionAppComponentRequest, CreateAppVersionAppComponentResponse } from "../models/models_0";
|
|
4
4
|
import type { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateAppVersionAppComponentCommandInput extends CreateAppVersi
|
|
|
22
22
|
export interface CreateAppVersionAppComponentCommandOutput extends CreateAppVersionAppComponentResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateAppVersionAppComponentCommand_base: {
|
|
25
|
-
new (input: CreateAppVersionAppComponentCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateAppVersionAppComponentCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateAppVersionAppComponentCommandInput): import("@smithy/core/client").CommandImpl<CreateAppVersionAppComponentCommandInput, CreateAppVersionAppComponentCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateAppVersionAppComponentCommandInput): import("@smithy/core/client").CommandImpl<CreateAppVersionAppComponentCommandInput, CreateAppVersionAppComponentCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a new Application Component in the Resilience Hub application.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CreateAppVersionResourceRequest, CreateAppVersionResourceResponse } from "../models/models_0";
|
|
4
4
|
import type { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateAppVersionResourceCommandInput extends CreateAppVersionRe
|
|
|
22
22
|
export interface CreateAppVersionResourceCommandOutput extends CreateAppVersionResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateAppVersionResourceCommand_base: {
|
|
25
|
-
new (input: CreateAppVersionResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateAppVersionResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateAppVersionResourceCommandInput): import("@smithy/core/client").CommandImpl<CreateAppVersionResourceCommandInput, CreateAppVersionResourceCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateAppVersionResourceCommandInput): import("@smithy/core/client").CommandImpl<CreateAppVersionResourceCommandInput, CreateAppVersionResourceCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Adds a resource to the Resilience Hub application and assigns it to the specified
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CreateRecommendationTemplateRequest, CreateRecommendationTemplateResponse } from "../models/models_0";
|
|
4
4
|
import type { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateRecommendationTemplateCommandInput extends CreateRecommen
|
|
|
22
22
|
export interface CreateRecommendationTemplateCommandOutput extends CreateRecommendationTemplateResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateRecommendationTemplateCommand_base: {
|
|
25
|
-
new (input: CreateRecommendationTemplateCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateRecommendationTemplateCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateRecommendationTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateRecommendationTemplateCommandInput, CreateRecommendationTemplateCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateRecommendationTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateRecommendationTemplateCommandInput, CreateRecommendationTemplateCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a new recommendation template for the Resilience Hub application.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CreateResiliencyPolicyRequest, CreateResiliencyPolicyResponse } from "../models/models_0";
|
|
4
4
|
import type { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateResiliencyPolicyCommandInput extends CreateResiliencyPoli
|
|
|
22
22
|
export interface CreateResiliencyPolicyCommandOutput extends CreateResiliencyPolicyResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateResiliencyPolicyCommand_base: {
|
|
25
|
-
new (input: CreateResiliencyPolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateResiliencyPolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateResiliencyPolicyCommandInput): import("@smithy/core/client").CommandImpl<CreateResiliencyPolicyCommandInput, CreateResiliencyPolicyCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateResiliencyPolicyCommandInput): import("@smithy/core/client").CommandImpl<CreateResiliencyPolicyCommandInput, CreateResiliencyPolicyCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a resiliency policy for an application.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteAppAssessmentRequest, DeleteAppAssessmentResponse } from "../models/models_0";
|
|
4
4
|
import type { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteAppAssessmentCommandInput extends DeleteAppAssessmentRequ
|
|
|
22
22
|
export interface DeleteAppAssessmentCommandOutput extends DeleteAppAssessmentResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteAppAssessmentCommand_base: {
|
|
25
|
-
new (input: DeleteAppAssessmentCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteAppAssessmentCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteAppAssessmentCommandInput): import("@smithy/core/client").CommandImpl<DeleteAppAssessmentCommandInput, DeleteAppAssessmentCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteAppAssessmentCommandInput): import("@smithy/core/client").CommandImpl<DeleteAppAssessmentCommandInput, DeleteAppAssessmentCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes an Resilience Hub application assessment. This is a destructive action
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteAppRequest, DeleteAppResponse } from "../models/models_0";
|
|
4
4
|
import type { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteAppCommandInput extends DeleteAppRequest {
|
|
|
22
22
|
export interface DeleteAppCommandOutput extends DeleteAppResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteAppCommand_base: {
|
|
25
|
-
new (input: DeleteAppCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteAppCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteAppCommandInput): import("@smithy/core/client").CommandImpl<DeleteAppCommandInput, DeleteAppCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteAppCommandInput): import("@smithy/core/client").CommandImpl<DeleteAppCommandInput, DeleteAppCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes an Resilience Hub application. This is a destructive action that can't be
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteAppInputSourceRequest, DeleteAppInputSourceResponse } from "../models/models_0";
|
|
4
4
|
import type { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteAppInputSourceCommandInput extends DeleteAppInputSourceRe
|
|
|
22
22
|
export interface DeleteAppInputSourceCommandOutput extends DeleteAppInputSourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteAppInputSourceCommand_base: {
|
|
25
|
-
new (input: DeleteAppInputSourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteAppInputSourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteAppInputSourceCommandInput): import("@smithy/core/client").CommandImpl<DeleteAppInputSourceCommandInput, DeleteAppInputSourceCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteAppInputSourceCommandInput): import("@smithy/core/client").CommandImpl<DeleteAppInputSourceCommandInput, DeleteAppInputSourceCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the input source and all of its imported resources from the Resilience Hub
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteAppVersionAppComponentRequest, DeleteAppVersionAppComponentResponse } from "../models/models_0";
|
|
4
4
|
import type { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteAppVersionAppComponentCommandInput extends DeleteAppVersi
|
|
|
22
22
|
export interface DeleteAppVersionAppComponentCommandOutput extends DeleteAppVersionAppComponentResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteAppVersionAppComponentCommand_base: {
|
|
25
|
-
new (input: DeleteAppVersionAppComponentCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteAppVersionAppComponentCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteAppVersionAppComponentCommandInput): import("@smithy/core/client").CommandImpl<DeleteAppVersionAppComponentCommandInput, DeleteAppVersionAppComponentCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteAppVersionAppComponentCommandInput): import("@smithy/core/client").CommandImpl<DeleteAppVersionAppComponentCommandInput, DeleteAppVersionAppComponentCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes an Application Component from the Resilience Hub application.</p>
|