@aws-sdk/client-resiliencehub 3.169.0 → 3.170.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 +8 -0
- package/dist-types/ts3.4/Resiliencehub.d.ts +736 -200
- package/dist-types/ts3.4/ResiliencehubClient.d.ts +364 -112
- package/dist-types/ts3.4/commands/AddDraftAppVersionResourceMappingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateRecommendationTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateResiliencyPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteAppAssessmentCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteRecommendationTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteResiliencyPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAppAssessmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAppCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeAppVersionResourcesResolutionStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAppVersionTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDraftAppVersionResourcesImportStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeResiliencyPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ImportResourcesToDraftAppVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAlarmRecommendationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAppAssessmentsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListAppComponentCompliancesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAppComponentRecommendationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAppVersionResourceMappingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAppVersionResourcesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAppVersionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListAppsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListRecommendationTemplatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListResiliencyPoliciesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSopRecommendationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSuggestedResiliencyPoliciesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTestRecommendationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListUnsupportedAppVersionResourcesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PublishAppVersionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutDraftAppVersionTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RemoveDraftAppVersionResourceMappingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ResolveAppVersionResourcesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartAppAssessmentCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateAppCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateResiliencyPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +39 -39
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/ResiliencehubServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1533 -1424
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAlarmRecommendationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAppAssessmentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAppComponentCompliancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAppComponentRecommendationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAppVersionResourceMappingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAppVersionResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAppVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAppsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRecommendationTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListResiliencyPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSopRecommendationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSuggestedResiliencyPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTestRecommendationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListUnsupportedAppVersionResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +15 -15
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +473 -119
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { Resiliencehub } from "../Resiliencehub";
|
|
3
|
-
import { ResiliencehubClient } from "../ResiliencehubClient";
|
|
4
|
-
export interface ResiliencehubPaginationConfiguration
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { Resiliencehub } from "../Resiliencehub";
|
|
3
|
+
import { ResiliencehubClient } from "../ResiliencehubClient";
|
|
4
|
+
export interface ResiliencehubPaginationConfiguration
|
|
5
|
+
extends PaginationConfiguration {
|
|
6
|
+
client: Resiliencehub | ResiliencehubClient;
|
|
7
|
+
}
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAlarmRecommendationsCommandInput,
|
|
4
|
+
ListAlarmRecommendationsCommandOutput,
|
|
5
|
+
} from "../commands/ListAlarmRecommendationsCommand";
|
|
6
|
+
import { ResiliencehubPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListAlarmRecommendations(
|
|
8
|
+
config: ResiliencehubPaginationConfiguration,
|
|
9
|
+
input: ListAlarmRecommendationsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListAlarmRecommendationsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAppAssessmentsCommandInput,
|
|
4
|
+
ListAppAssessmentsCommandOutput,
|
|
5
|
+
} from "../commands/ListAppAssessmentsCommand";
|
|
6
|
+
import { ResiliencehubPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListAppAssessments(
|
|
8
|
+
config: ResiliencehubPaginationConfiguration,
|
|
9
|
+
input: ListAppAssessmentsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListAppAssessmentsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAppComponentCompliancesCommandInput,
|
|
4
|
+
ListAppComponentCompliancesCommandOutput,
|
|
5
|
+
} from "../commands/ListAppComponentCompliancesCommand";
|
|
6
|
+
import { ResiliencehubPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListAppComponentCompliances(
|
|
8
|
+
config: ResiliencehubPaginationConfiguration,
|
|
9
|
+
input: ListAppComponentCompliancesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListAppComponentCompliancesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAppComponentRecommendationsCommandInput,
|
|
4
|
+
ListAppComponentRecommendationsCommandOutput,
|
|
5
|
+
} from "../commands/ListAppComponentRecommendationsCommand";
|
|
6
|
+
import { ResiliencehubPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListAppComponentRecommendations(
|
|
8
|
+
config: ResiliencehubPaginationConfiguration,
|
|
9
|
+
input: ListAppComponentRecommendationsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListAppComponentRecommendationsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAppVersionResourceMappingsCommandInput,
|
|
4
|
+
ListAppVersionResourceMappingsCommandOutput,
|
|
5
|
+
} from "../commands/ListAppVersionResourceMappingsCommand";
|
|
6
|
+
import { ResiliencehubPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListAppVersionResourceMappings(
|
|
8
|
+
config: ResiliencehubPaginationConfiguration,
|
|
9
|
+
input: ListAppVersionResourceMappingsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListAppVersionResourceMappingsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAppVersionResourcesCommandInput,
|
|
4
|
+
ListAppVersionResourcesCommandOutput,
|
|
5
|
+
} from "../commands/ListAppVersionResourcesCommand";
|
|
6
|
+
import { ResiliencehubPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListAppVersionResources(
|
|
8
|
+
config: ResiliencehubPaginationConfiguration,
|
|
9
|
+
input: ListAppVersionResourcesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListAppVersionResourcesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAppVersionsCommandInput,
|
|
4
|
+
ListAppVersionsCommandOutput,
|
|
5
|
+
} from "../commands/ListAppVersionsCommand";
|
|
6
|
+
import { ResiliencehubPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListAppVersions(
|
|
8
|
+
config: ResiliencehubPaginationConfiguration,
|
|
9
|
+
input: ListAppVersionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListAppVersionsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAppsCommandInput,
|
|
4
|
+
ListAppsCommandOutput,
|
|
5
|
+
} from "../commands/ListAppsCommand";
|
|
6
|
+
import { ResiliencehubPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListApps(
|
|
8
|
+
config: ResiliencehubPaginationConfiguration,
|
|
9
|
+
input: ListAppsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListAppsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListRecommendationTemplatesCommandInput,
|
|
4
|
+
ListRecommendationTemplatesCommandOutput,
|
|
5
|
+
} from "../commands/ListRecommendationTemplatesCommand";
|
|
6
|
+
import { ResiliencehubPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListRecommendationTemplates(
|
|
8
|
+
config: ResiliencehubPaginationConfiguration,
|
|
9
|
+
input: ListRecommendationTemplatesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListRecommendationTemplatesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListResiliencyPoliciesCommandInput,
|
|
4
|
+
ListResiliencyPoliciesCommandOutput,
|
|
5
|
+
} from "../commands/ListResiliencyPoliciesCommand";
|
|
6
|
+
import { ResiliencehubPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListResiliencyPolicies(
|
|
8
|
+
config: ResiliencehubPaginationConfiguration,
|
|
9
|
+
input: ListResiliencyPoliciesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListResiliencyPoliciesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListSopRecommendationsCommandInput,
|
|
4
|
+
ListSopRecommendationsCommandOutput,
|
|
5
|
+
} from "../commands/ListSopRecommendationsCommand";
|
|
6
|
+
import { ResiliencehubPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListSopRecommendations(
|
|
8
|
+
config: ResiliencehubPaginationConfiguration,
|
|
9
|
+
input: ListSopRecommendationsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListSopRecommendationsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListSuggestedResiliencyPoliciesCommandInput,
|
|
4
|
+
ListSuggestedResiliencyPoliciesCommandOutput,
|
|
5
|
+
} from "../commands/ListSuggestedResiliencyPoliciesCommand";
|
|
6
|
+
import { ResiliencehubPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListSuggestedResiliencyPolicies(
|
|
8
|
+
config: ResiliencehubPaginationConfiguration,
|
|
9
|
+
input: ListSuggestedResiliencyPoliciesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListSuggestedResiliencyPoliciesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListTestRecommendationsCommandInput,
|
|
4
|
+
ListTestRecommendationsCommandOutput,
|
|
5
|
+
} from "../commands/ListTestRecommendationsCommand";
|
|
6
|
+
import { ResiliencehubPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListTestRecommendations(
|
|
8
|
+
config: ResiliencehubPaginationConfiguration,
|
|
9
|
+
input: ListTestRecommendationsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListTestRecommendationsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListUnsupportedAppVersionResourcesCommandInput,
|
|
4
|
+
ListUnsupportedAppVersionResourcesCommandOutput,
|
|
5
|
+
} from "../commands/ListUnsupportedAppVersionResourcesCommand";
|
|
6
|
+
import { ResiliencehubPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListUnsupportedAppVersionResources(
|
|
8
|
+
config: ResiliencehubPaginationConfiguration,
|
|
9
|
+
input: ListUnsupportedAppVersionResourcesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListUnsupportedAppVersionResourcesCommandOutput>;
|
|
@@ -1,15 +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";
|
|
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";
|