@aws-sdk/client-resiliencehub 3.50.0 → 3.53.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +27 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/ResiliencehubServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +100 -3
- package/dist-cjs/protocols/Aws_restJson1.js +452 -1736
- package/dist-es/index.js +1 -0
- package/dist-es/models/ResiliencehubServiceException.js +12 -0
- package/dist-es/models/models_0.js +91 -1
- package/dist-es/protocols/Aws_restJson1.js +963 -1900
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/ResiliencehubServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +51 -29
- package/dist-types/ts3.4/Resiliencehub.d.ts +200 -0
- package/dist-types/ts3.4/ResiliencehubClient.d.ts +112 -0
- package/dist-types/ts3.4/commands/AddDraftAppVersionResourceMappingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateRecommendationTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateResiliencyPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAppAssessmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteRecommendationTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteResiliencyPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAppAssessmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAppCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAppVersionResourcesResolutionStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAppVersionTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDraftAppVersionResourcesImportStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeResiliencyPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ImportResourcesToDraftAppVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAlarmRecommendationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAppAssessmentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAppComponentCompliancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAppComponentRecommendationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAppVersionResourceMappingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAppVersionResourcesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAppVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAppsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListRecommendationTemplatesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListResiliencyPoliciesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListSopRecommendationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListSuggestedResiliencyPoliciesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTestRecommendationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListUnsupportedAppVersionResourcesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PublishAppVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutDraftAppVersionTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RemoveDraftAppVersionResourceMappingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ResolveAppVersionResourcesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartAppAssessmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAppCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateResiliencyPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +39 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/ResiliencehubServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1614 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListAlarmRecommendationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAppAssessmentsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAppComponentCompliancesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAppComponentRecommendationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAppVersionResourceMappingsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAppVersionResourcesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAppVersionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAppsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListRecommendationTemplatesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListResiliencyPoliciesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListSopRecommendationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListSuggestedResiliencyPoliciesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTestRecommendationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListUnsupportedAppVersionResourcesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +15 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +119 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +33 -33
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { Resiliencehub } from "../Resiliencehub";
|
|
3
|
+
import { ResiliencehubClient } from "../ResiliencehubClient";
|
|
4
|
+
export interface ResiliencehubPaginationConfiguration extends PaginationConfiguration {
|
|
5
|
+
client: Resiliencehub | ResiliencehubClient;
|
|
6
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListAlarmRecommendationsCommandInput, ListAlarmRecommendationsCommandOutput } from "../commands/ListAlarmRecommendationsCommand";
|
|
3
|
+
import { ResiliencehubPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListAlarmRecommendations(config: ResiliencehubPaginationConfiguration, input: ListAlarmRecommendationsCommandInput, ...additionalArguments: any): Paginator<ListAlarmRecommendationsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListAppAssessmentsCommandInput, ListAppAssessmentsCommandOutput } from "../commands/ListAppAssessmentsCommand";
|
|
3
|
+
import { ResiliencehubPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListAppAssessments(config: ResiliencehubPaginationConfiguration, input: ListAppAssessmentsCommandInput, ...additionalArguments: any): Paginator<ListAppAssessmentsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListAppComponentCompliancesCommandInput, ListAppComponentCompliancesCommandOutput } from "../commands/ListAppComponentCompliancesCommand";
|
|
3
|
+
import { ResiliencehubPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListAppComponentCompliances(config: ResiliencehubPaginationConfiguration, input: ListAppComponentCompliancesCommandInput, ...additionalArguments: any): Paginator<ListAppComponentCompliancesCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListAppComponentRecommendationsCommandInput, ListAppComponentRecommendationsCommandOutput } from "../commands/ListAppComponentRecommendationsCommand";
|
|
3
|
+
import { ResiliencehubPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListAppComponentRecommendations(config: ResiliencehubPaginationConfiguration, input: ListAppComponentRecommendationsCommandInput, ...additionalArguments: any): Paginator<ListAppComponentRecommendationsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListAppVersionResourceMappingsCommandInput, ListAppVersionResourceMappingsCommandOutput } from "../commands/ListAppVersionResourceMappingsCommand";
|
|
3
|
+
import { ResiliencehubPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListAppVersionResourceMappings(config: ResiliencehubPaginationConfiguration, input: ListAppVersionResourceMappingsCommandInput, ...additionalArguments: any): Paginator<ListAppVersionResourceMappingsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListAppVersionResourcesCommandInput, ListAppVersionResourcesCommandOutput } from "../commands/ListAppVersionResourcesCommand";
|
|
3
|
+
import { ResiliencehubPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListAppVersionResources(config: ResiliencehubPaginationConfiguration, input: ListAppVersionResourcesCommandInput, ...additionalArguments: any): Paginator<ListAppVersionResourcesCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListAppVersionsCommandInput, ListAppVersionsCommandOutput } from "../commands/ListAppVersionsCommand";
|
|
3
|
+
import { ResiliencehubPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListAppVersions(config: ResiliencehubPaginationConfiguration, input: ListAppVersionsCommandInput, ...additionalArguments: any): Paginator<ListAppVersionsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListAppsCommandInput, ListAppsCommandOutput } from "../commands/ListAppsCommand";
|
|
3
|
+
import { ResiliencehubPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListApps(config: ResiliencehubPaginationConfiguration, input: ListAppsCommandInput, ...additionalArguments: any): Paginator<ListAppsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListRecommendationTemplatesCommandInput, ListRecommendationTemplatesCommandOutput } from "../commands/ListRecommendationTemplatesCommand";
|
|
3
|
+
import { ResiliencehubPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListRecommendationTemplates(config: ResiliencehubPaginationConfiguration, input: ListRecommendationTemplatesCommandInput, ...additionalArguments: any): Paginator<ListRecommendationTemplatesCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListResiliencyPoliciesCommandInput, ListResiliencyPoliciesCommandOutput } from "../commands/ListResiliencyPoliciesCommand";
|
|
3
|
+
import { ResiliencehubPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListResiliencyPolicies(config: ResiliencehubPaginationConfiguration, input: ListResiliencyPoliciesCommandInput, ...additionalArguments: any): Paginator<ListResiliencyPoliciesCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListSopRecommendationsCommandInput, ListSopRecommendationsCommandOutput } from "../commands/ListSopRecommendationsCommand";
|
|
3
|
+
import { ResiliencehubPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListSopRecommendations(config: ResiliencehubPaginationConfiguration, input: ListSopRecommendationsCommandInput, ...additionalArguments: any): Paginator<ListSopRecommendationsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListSuggestedResiliencyPoliciesCommandInput, ListSuggestedResiliencyPoliciesCommandOutput } from "../commands/ListSuggestedResiliencyPoliciesCommand";
|
|
3
|
+
import { ResiliencehubPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListSuggestedResiliencyPolicies(config: ResiliencehubPaginationConfiguration, input: ListSuggestedResiliencyPoliciesCommandInput, ...additionalArguments: any): Paginator<ListSuggestedResiliencyPoliciesCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListTestRecommendationsCommandInput, ListTestRecommendationsCommandOutput } from "../commands/ListTestRecommendationsCommand";
|
|
3
|
+
import { ResiliencehubPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListTestRecommendations(config: ResiliencehubPaginationConfiguration, input: ListTestRecommendationsCommandInput, ...additionalArguments: any): Paginator<ListTestRecommendationsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListUnsupportedAppVersionResourcesCommandInput, ListUnsupportedAppVersionResourcesCommandOutput } from "../commands/ListUnsupportedAppVersionResourcesCommand";
|
|
3
|
+
import { ResiliencehubPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListUnsupportedAppVersionResources(config: ResiliencehubPaginationConfiguration, input: ListUnsupportedAppVersionResourcesCommandInput, ...additionalArguments: any): Paginator<ListUnsupportedAppVersionResourcesCommandOutput>;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListAlarmRecommendationsPaginator";
|
|
3
|
+
export * from "./ListAppAssessmentsPaginator";
|
|
4
|
+
export * from "./ListAppComponentCompliancesPaginator";
|
|
5
|
+
export * from "./ListAppComponentRecommendationsPaginator";
|
|
6
|
+
export * from "./ListAppVersionResourceMappingsPaginator";
|
|
7
|
+
export * from "./ListAppVersionResourcesPaginator";
|
|
8
|
+
export * from "./ListAppVersionsPaginator";
|
|
9
|
+
export * from "./ListAppsPaginator";
|
|
10
|
+
export * from "./ListRecommendationTemplatesPaginator";
|
|
11
|
+
export * from "./ListResiliencyPoliciesPaginator";
|
|
12
|
+
export * from "./ListSopRecommendationsPaginator";
|
|
13
|
+
export * from "./ListSuggestedResiliencyPoliciesPaginator";
|
|
14
|
+
export * from "./ListTestRecommendationsPaginator";
|
|
15
|
+
export * from "./ListUnsupportedAppVersionResourcesPaginator";
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
3
|
+
import { AddDraftAppVersionResourceMappingsCommandInput, AddDraftAppVersionResourceMappingsCommandOutput } from "../commands/AddDraftAppVersionResourceMappingsCommand";
|
|
4
|
+
import { CreateAppCommandInput, CreateAppCommandOutput } from "../commands/CreateAppCommand";
|
|
5
|
+
import { CreateRecommendationTemplateCommandInput, CreateRecommendationTemplateCommandOutput } from "../commands/CreateRecommendationTemplateCommand";
|
|
6
|
+
import { CreateResiliencyPolicyCommandInput, CreateResiliencyPolicyCommandOutput } from "../commands/CreateResiliencyPolicyCommand";
|
|
7
|
+
import { DeleteAppAssessmentCommandInput, DeleteAppAssessmentCommandOutput } from "../commands/DeleteAppAssessmentCommand";
|
|
8
|
+
import { DeleteAppCommandInput, DeleteAppCommandOutput } from "../commands/DeleteAppCommand";
|
|
9
|
+
import { DeleteRecommendationTemplateCommandInput, DeleteRecommendationTemplateCommandOutput } from "../commands/DeleteRecommendationTemplateCommand";
|
|
10
|
+
import { DeleteResiliencyPolicyCommandInput, DeleteResiliencyPolicyCommandOutput } from "../commands/DeleteResiliencyPolicyCommand";
|
|
11
|
+
import { DescribeAppAssessmentCommandInput, DescribeAppAssessmentCommandOutput } from "../commands/DescribeAppAssessmentCommand";
|
|
12
|
+
import { DescribeAppCommandInput, DescribeAppCommandOutput } from "../commands/DescribeAppCommand";
|
|
13
|
+
import { DescribeAppVersionResourcesResolutionStatusCommandInput, DescribeAppVersionResourcesResolutionStatusCommandOutput } from "../commands/DescribeAppVersionResourcesResolutionStatusCommand";
|
|
14
|
+
import { DescribeAppVersionTemplateCommandInput, DescribeAppVersionTemplateCommandOutput } from "../commands/DescribeAppVersionTemplateCommand";
|
|
15
|
+
import { DescribeDraftAppVersionResourcesImportStatusCommandInput, DescribeDraftAppVersionResourcesImportStatusCommandOutput } from "../commands/DescribeDraftAppVersionResourcesImportStatusCommand";
|
|
16
|
+
import { DescribeResiliencyPolicyCommandInput, DescribeResiliencyPolicyCommandOutput } from "../commands/DescribeResiliencyPolicyCommand";
|
|
17
|
+
import { ImportResourcesToDraftAppVersionCommandInput, ImportResourcesToDraftAppVersionCommandOutput } from "../commands/ImportResourcesToDraftAppVersionCommand";
|
|
18
|
+
import { ListAlarmRecommendationsCommandInput, ListAlarmRecommendationsCommandOutput } from "../commands/ListAlarmRecommendationsCommand";
|
|
19
|
+
import { ListAppAssessmentsCommandInput, ListAppAssessmentsCommandOutput } from "../commands/ListAppAssessmentsCommand";
|
|
20
|
+
import { ListAppComponentCompliancesCommandInput, ListAppComponentCompliancesCommandOutput } from "../commands/ListAppComponentCompliancesCommand";
|
|
21
|
+
import { ListAppComponentRecommendationsCommandInput, ListAppComponentRecommendationsCommandOutput } from "../commands/ListAppComponentRecommendationsCommand";
|
|
22
|
+
import { ListAppsCommandInput, ListAppsCommandOutput } from "../commands/ListAppsCommand";
|
|
23
|
+
import { ListAppVersionResourceMappingsCommandInput, ListAppVersionResourceMappingsCommandOutput } from "../commands/ListAppVersionResourceMappingsCommand";
|
|
24
|
+
import { ListAppVersionResourcesCommandInput, ListAppVersionResourcesCommandOutput } from "../commands/ListAppVersionResourcesCommand";
|
|
25
|
+
import { ListAppVersionsCommandInput, ListAppVersionsCommandOutput } from "../commands/ListAppVersionsCommand";
|
|
26
|
+
import { ListRecommendationTemplatesCommandInput, ListRecommendationTemplatesCommandOutput } from "../commands/ListRecommendationTemplatesCommand";
|
|
27
|
+
import { ListResiliencyPoliciesCommandInput, ListResiliencyPoliciesCommandOutput } from "../commands/ListResiliencyPoliciesCommand";
|
|
28
|
+
import { ListSopRecommendationsCommandInput, ListSopRecommendationsCommandOutput } from "../commands/ListSopRecommendationsCommand";
|
|
29
|
+
import { ListSuggestedResiliencyPoliciesCommandInput, ListSuggestedResiliencyPoliciesCommandOutput } from "../commands/ListSuggestedResiliencyPoliciesCommand";
|
|
30
|
+
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
31
|
+
import { ListTestRecommendationsCommandInput, ListTestRecommendationsCommandOutput } from "../commands/ListTestRecommendationsCommand";
|
|
32
|
+
import { ListUnsupportedAppVersionResourcesCommandInput, ListUnsupportedAppVersionResourcesCommandOutput } from "../commands/ListUnsupportedAppVersionResourcesCommand";
|
|
33
|
+
import { PublishAppVersionCommandInput, PublishAppVersionCommandOutput } from "../commands/PublishAppVersionCommand";
|
|
34
|
+
import { PutDraftAppVersionTemplateCommandInput, PutDraftAppVersionTemplateCommandOutput } from "../commands/PutDraftAppVersionTemplateCommand";
|
|
35
|
+
import { RemoveDraftAppVersionResourceMappingsCommandInput, RemoveDraftAppVersionResourceMappingsCommandOutput } from "../commands/RemoveDraftAppVersionResourceMappingsCommand";
|
|
36
|
+
import { ResolveAppVersionResourcesCommandInput, ResolveAppVersionResourcesCommandOutput } from "../commands/ResolveAppVersionResourcesCommand";
|
|
37
|
+
import { StartAppAssessmentCommandInput, StartAppAssessmentCommandOutput } from "../commands/StartAppAssessmentCommand";
|
|
38
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
39
|
+
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
40
|
+
import { UpdateAppCommandInput, UpdateAppCommandOutput } from "../commands/UpdateAppCommand";
|
|
41
|
+
import { UpdateResiliencyPolicyCommandInput, UpdateResiliencyPolicyCommandOutput } from "../commands/UpdateResiliencyPolicyCommand";
|
|
42
|
+
export declare const serializeAws_restJson1AddDraftAppVersionResourceMappingsCommand: (input: AddDraftAppVersionResourceMappingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
43
|
+
export declare const serializeAws_restJson1CreateAppCommand: (input: CreateAppCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
44
|
+
export declare const serializeAws_restJson1CreateRecommendationTemplateCommand: (input: CreateRecommendationTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
45
|
+
export declare const serializeAws_restJson1CreateResiliencyPolicyCommand: (input: CreateResiliencyPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
|
+
export declare const serializeAws_restJson1DeleteAppCommand: (input: DeleteAppCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
|
+
export declare const serializeAws_restJson1DeleteAppAssessmentCommand: (input: DeleteAppAssessmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
48
|
+
export declare const serializeAws_restJson1DeleteRecommendationTemplateCommand: (input: DeleteRecommendationTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
|
+
export declare const serializeAws_restJson1DeleteResiliencyPolicyCommand: (input: DeleteResiliencyPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
|
+
export declare const serializeAws_restJson1DescribeAppCommand: (input: DescribeAppCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
|
+
export declare const serializeAws_restJson1DescribeAppAssessmentCommand: (input: DescribeAppAssessmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
52
|
+
export declare const serializeAws_restJson1DescribeAppVersionResourcesResolutionStatusCommand: (input: DescribeAppVersionResourcesResolutionStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
53
|
+
export declare const serializeAws_restJson1DescribeAppVersionTemplateCommand: (input: DescribeAppVersionTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
|
+
export declare const serializeAws_restJson1DescribeDraftAppVersionResourcesImportStatusCommand: (input: DescribeDraftAppVersionResourcesImportStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
55
|
+
export declare const serializeAws_restJson1DescribeResiliencyPolicyCommand: (input: DescribeResiliencyPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
56
|
+
export declare const serializeAws_restJson1ImportResourcesToDraftAppVersionCommand: (input: ImportResourcesToDraftAppVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
57
|
+
export declare const serializeAws_restJson1ListAlarmRecommendationsCommand: (input: ListAlarmRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
58
|
+
export declare const serializeAws_restJson1ListAppAssessmentsCommand: (input: ListAppAssessmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
59
|
+
export declare const serializeAws_restJson1ListAppComponentCompliancesCommand: (input: ListAppComponentCompliancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
60
|
+
export declare const serializeAws_restJson1ListAppComponentRecommendationsCommand: (input: ListAppComponentRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
61
|
+
export declare const serializeAws_restJson1ListAppsCommand: (input: ListAppsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
|
+
export declare const serializeAws_restJson1ListAppVersionResourceMappingsCommand: (input: ListAppVersionResourceMappingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
|
+
export declare const serializeAws_restJson1ListAppVersionResourcesCommand: (input: ListAppVersionResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
64
|
+
export declare const serializeAws_restJson1ListAppVersionsCommand: (input: ListAppVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
|
+
export declare const serializeAws_restJson1ListRecommendationTemplatesCommand: (input: ListRecommendationTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
|
+
export declare const serializeAws_restJson1ListResiliencyPoliciesCommand: (input: ListResiliencyPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
|
+
export declare const serializeAws_restJson1ListSopRecommendationsCommand: (input: ListSopRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
68
|
+
export declare const serializeAws_restJson1ListSuggestedResiliencyPoliciesCommand: (input: ListSuggestedResiliencyPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
|
+
export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
|
+
export declare const serializeAws_restJson1ListTestRecommendationsCommand: (input: ListTestRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
|
+
export declare const serializeAws_restJson1ListUnsupportedAppVersionResourcesCommand: (input: ListUnsupportedAppVersionResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
72
|
+
export declare const serializeAws_restJson1PublishAppVersionCommand: (input: PublishAppVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
73
|
+
export declare const serializeAws_restJson1PutDraftAppVersionTemplateCommand: (input: PutDraftAppVersionTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
|
+
export declare const serializeAws_restJson1RemoveDraftAppVersionResourceMappingsCommand: (input: RemoveDraftAppVersionResourceMappingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
|
+
export declare const serializeAws_restJson1ResolveAppVersionResourcesCommand: (input: ResolveAppVersionResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
76
|
+
export declare const serializeAws_restJson1StartAppAssessmentCommand: (input: StartAppAssessmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
|
+
export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
|
+
export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
79
|
+
export declare const serializeAws_restJson1UpdateAppCommand: (input: UpdateAppCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
80
|
+
export declare const serializeAws_restJson1UpdateResiliencyPolicyCommand: (input: UpdateResiliencyPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
81
|
+
export declare const deserializeAws_restJson1AddDraftAppVersionResourceMappingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddDraftAppVersionResourceMappingsCommandOutput>;
|
|
82
|
+
export declare const deserializeAws_restJson1CreateAppCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAppCommandOutput>;
|
|
83
|
+
export declare const deserializeAws_restJson1CreateRecommendationTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRecommendationTemplateCommandOutput>;
|
|
84
|
+
export declare const deserializeAws_restJson1CreateResiliencyPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateResiliencyPolicyCommandOutput>;
|
|
85
|
+
export declare const deserializeAws_restJson1DeleteAppCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAppCommandOutput>;
|
|
86
|
+
export declare const deserializeAws_restJson1DeleteAppAssessmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAppAssessmentCommandOutput>;
|
|
87
|
+
export declare const deserializeAws_restJson1DeleteRecommendationTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRecommendationTemplateCommandOutput>;
|
|
88
|
+
export declare const deserializeAws_restJson1DeleteResiliencyPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResiliencyPolicyCommandOutput>;
|
|
89
|
+
export declare const deserializeAws_restJson1DescribeAppCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAppCommandOutput>;
|
|
90
|
+
export declare const deserializeAws_restJson1DescribeAppAssessmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAppAssessmentCommandOutput>;
|
|
91
|
+
export declare const deserializeAws_restJson1DescribeAppVersionResourcesResolutionStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAppVersionResourcesResolutionStatusCommandOutput>;
|
|
92
|
+
export declare const deserializeAws_restJson1DescribeAppVersionTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAppVersionTemplateCommandOutput>;
|
|
93
|
+
export declare const deserializeAws_restJson1DescribeDraftAppVersionResourcesImportStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDraftAppVersionResourcesImportStatusCommandOutput>;
|
|
94
|
+
export declare const deserializeAws_restJson1DescribeResiliencyPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeResiliencyPolicyCommandOutput>;
|
|
95
|
+
export declare const deserializeAws_restJson1ImportResourcesToDraftAppVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportResourcesToDraftAppVersionCommandOutput>;
|
|
96
|
+
export declare const deserializeAws_restJson1ListAlarmRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAlarmRecommendationsCommandOutput>;
|
|
97
|
+
export declare const deserializeAws_restJson1ListAppAssessmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppAssessmentsCommandOutput>;
|
|
98
|
+
export declare const deserializeAws_restJson1ListAppComponentCompliancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppComponentCompliancesCommandOutput>;
|
|
99
|
+
export declare const deserializeAws_restJson1ListAppComponentRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppComponentRecommendationsCommandOutput>;
|
|
100
|
+
export declare const deserializeAws_restJson1ListAppsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppsCommandOutput>;
|
|
101
|
+
export declare const deserializeAws_restJson1ListAppVersionResourceMappingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppVersionResourceMappingsCommandOutput>;
|
|
102
|
+
export declare const deserializeAws_restJson1ListAppVersionResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppVersionResourcesCommandOutput>;
|
|
103
|
+
export declare const deserializeAws_restJson1ListAppVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppVersionsCommandOutput>;
|
|
104
|
+
export declare const deserializeAws_restJson1ListRecommendationTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRecommendationTemplatesCommandOutput>;
|
|
105
|
+
export declare const deserializeAws_restJson1ListResiliencyPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResiliencyPoliciesCommandOutput>;
|
|
106
|
+
export declare const deserializeAws_restJson1ListSopRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSopRecommendationsCommandOutput>;
|
|
107
|
+
export declare const deserializeAws_restJson1ListSuggestedResiliencyPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSuggestedResiliencyPoliciesCommandOutput>;
|
|
108
|
+
export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
109
|
+
export declare const deserializeAws_restJson1ListTestRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTestRecommendationsCommandOutput>;
|
|
110
|
+
export declare const deserializeAws_restJson1ListUnsupportedAppVersionResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUnsupportedAppVersionResourcesCommandOutput>;
|
|
111
|
+
export declare const deserializeAws_restJson1PublishAppVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PublishAppVersionCommandOutput>;
|
|
112
|
+
export declare const deserializeAws_restJson1PutDraftAppVersionTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutDraftAppVersionTemplateCommandOutput>;
|
|
113
|
+
export declare const deserializeAws_restJson1RemoveDraftAppVersionResourceMappingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveDraftAppVersionResourceMappingsCommandOutput>;
|
|
114
|
+
export declare const deserializeAws_restJson1ResolveAppVersionResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResolveAppVersionResourcesCommandOutput>;
|
|
115
|
+
export declare const deserializeAws_restJson1StartAppAssessmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartAppAssessmentCommandOutput>;
|
|
116
|
+
export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
117
|
+
export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
118
|
+
export declare const deserializeAws_restJson1UpdateAppCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAppCommandOutput>;
|
|
119
|
+
export declare const deserializeAws_restJson1UpdateResiliencyPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResiliencyPolicyCommandOutput>;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
+
import { ResiliencehubClientConfig } from "./ResiliencehubClient";
|
|
3
|
+
|
|
4
|
+
export declare const getRuntimeConfig: (config: ResiliencehubClientConfig) => {
|
|
5
|
+
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
+
bodyLengthChecker: (body: any) => number | undefined;
|
|
10
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
13
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
15
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
16
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
17
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
18
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
21
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
22
|
+
apiVersion: string;
|
|
23
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
24
|
+
disableHostPrefix: boolean;
|
|
25
|
+
logger: import("@aws-sdk/types").Logger;
|
|
26
|
+
serviceId: string;
|
|
27
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
28
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
|
+
tls?: boolean | undefined;
|
|
30
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
31
|
+
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
32
|
+
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
33
|
+
signingEscapePath?: boolean | undefined;
|
|
34
|
+
systemClockOffset?: number | undefined;
|
|
35
|
+
signingRegion?: string | undefined;
|
|
36
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
37
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
38
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
+
import { ResiliencehubClientConfig } from "./ResiliencehubClient";
|
|
3
|
+
|
|
4
|
+
export declare const getRuntimeConfig: (config: ResiliencehubClientConfig) => {
|
|
5
|
+
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
+
bodyLengthChecker: (body: any) => number | undefined;
|
|
10
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
13
|
+
region: string | import("@aws-sdk/types").Provider<string>;
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
15
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
16
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
17
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
18
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
21
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
22
|
+
apiVersion: string;
|
|
23
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
24
|
+
disableHostPrefix: boolean;
|
|
25
|
+
logger: import("@aws-sdk/types").Logger;
|
|
26
|
+
serviceId: string;
|
|
27
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
28
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
|
+
tls?: boolean | undefined;
|
|
30
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
31
|
+
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
32
|
+
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
33
|
+
signingEscapePath?: boolean | undefined;
|
|
34
|
+
systemClockOffset?: number | undefined;
|
|
35
|
+
signingRegion?: string | undefined;
|
|
36
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
37
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
38
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { ResiliencehubClientConfig } from "./ResiliencehubClient";
|
|
2
|
+
|
|
3
|
+
export declare const getRuntimeConfig: (config: ResiliencehubClientConfig) => {
|
|
4
|
+
runtime: string;
|
|
5
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
6
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
7
|
+
apiVersion: string;
|
|
8
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
9
|
+
bodyLengthChecker: (body: any) => number | undefined;
|
|
10
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
11
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
12
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
13
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
14
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
15
|
+
disableHostPrefix: boolean;
|
|
16
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
17
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
18
|
+
logger: import("@aws-sdk/types").Logger;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
|
+
serviceId: string;
|
|
22
|
+
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
23
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
27
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
|
+
tls?: boolean | undefined;
|
|
29
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
30
|
+
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
31
|
+
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
32
|
+
signingEscapePath?: boolean | undefined;
|
|
33
|
+
systemClockOffset?: number | undefined;
|
|
34
|
+
signingRegion?: string | undefined;
|
|
35
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
36
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
37
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Logger as __Logger } from "@aws-sdk/types";
|
|
2
|
+
import { ResiliencehubClientConfig } from "./ResiliencehubClient";
|
|
3
|
+
|
|
4
|
+
export declare const getRuntimeConfig: (config: ResiliencehubClientConfig) => {
|
|
5
|
+
apiVersion: string;
|
|
6
|
+
disableHostPrefix: boolean;
|
|
7
|
+
logger: __Logger;
|
|
8
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
9
|
+
serviceId: string;
|
|
10
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
11
|
+
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-resiliencehub",
|
|
3
3
|
"description": "AWS SDK for JavaScript Resiliencehub Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.53.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"build:es": "tsc -p tsconfig.es.json",
|
|
10
10
|
"build:types": "tsc -p tsconfig.types.json",
|
|
11
11
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
|
-
"clean": "rimraf ./dist-*"
|
|
12
|
+
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo"
|
|
13
13
|
},
|
|
14
14
|
"main": "./dist-cjs/index.js",
|
|
15
15
|
"types": "./dist-types/index.d.ts",
|
|
@@ -18,41 +18,41 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-retry": "3.
|
|
31
|
-
"@aws-sdk/middleware-serde": "3.
|
|
32
|
-
"@aws-sdk/middleware-signing": "3.
|
|
33
|
-
"@aws-sdk/middleware-stack": "3.
|
|
34
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
35
|
-
"@aws-sdk/node-config-provider": "3.
|
|
36
|
-
"@aws-sdk/node-http-handler": "3.
|
|
37
|
-
"@aws-sdk/protocol-http": "3.
|
|
38
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
-
"@aws-sdk/types": "3.
|
|
40
|
-
"@aws-sdk/url-parser": "3.
|
|
41
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
42
|
-
"@aws-sdk/util-base64-node": "3.
|
|
43
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
44
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
45
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
47
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
49
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
50
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.53.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.53.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.53.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.53.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.53.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.53.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.53.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.53.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.53.0",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.53.0",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.53.0",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.53.0",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.53.0",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.53.0",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.53.0",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.53.0",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.53.0",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.53.0",
|
|
39
|
+
"@aws-sdk/types": "3.53.0",
|
|
40
|
+
"@aws-sdk/url-parser": "3.53.0",
|
|
41
|
+
"@aws-sdk/util-base64-browser": "3.52.0",
|
|
42
|
+
"@aws-sdk/util-base64-node": "3.52.0",
|
|
43
|
+
"@aws-sdk/util-body-length-browser": "3.52.0",
|
|
44
|
+
"@aws-sdk/util-body-length-node": "3.52.0",
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.53.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.53.0",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.53.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.53.0",
|
|
49
|
+
"@aws-sdk/util-utf8-browser": "3.52.0",
|
|
50
|
+
"@aws-sdk/util-utf8-node": "3.52.0",
|
|
51
51
|
"tslib": "^2.3.0",
|
|
52
52
|
"uuid": "^8.3.2"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
55
|
+
"@aws-sdk/service-client-documentation-generator": "3.52.0",
|
|
56
56
|
"@tsconfig/recommended": "1.0.1",
|
|
57
57
|
"@types/node": "^12.7.5",
|
|
58
58
|
"@types/uuid": "^8.3.0",
|