@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.
Files changed (70) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Resiliencehub.d.ts +736 -200
  3. package/dist-types/ts3.4/ResiliencehubClient.d.ts +364 -112
  4. package/dist-types/ts3.4/commands/AddDraftAppVersionResourceMappingsCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +34 -17
  6. package/dist-types/ts3.4/commands/CreateRecommendationTemplateCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/CreateResiliencyPolicyCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/DeleteAppAssessmentCommand.d.ts +38 -17
  9. package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +34 -17
  10. package/dist-types/ts3.4/commands/DeleteRecommendationTemplateCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/DeleteResiliencyPolicyCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/DescribeAppAssessmentCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/DescribeAppCommand.d.ts +34 -17
  14. package/dist-types/ts3.4/commands/DescribeAppVersionResourcesResolutionStatusCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/DescribeAppVersionTemplateCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/DescribeDraftAppVersionResourcesImportStatusCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/DescribeResiliencyPolicyCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/ImportResourcesToDraftAppVersionCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/ListAlarmRecommendationsCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/ListAppAssessmentsCommand.d.ts +38 -17
  21. package/dist-types/ts3.4/commands/ListAppComponentCompliancesCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/ListAppComponentRecommendationsCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/ListAppVersionResourceMappingsCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/ListAppVersionResourcesCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/ListAppVersionsCommand.d.ts +37 -17
  26. package/dist-types/ts3.4/commands/ListAppsCommand.d.ts +34 -17
  27. package/dist-types/ts3.4/commands/ListRecommendationTemplatesCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/ListResiliencyPoliciesCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/ListSopRecommendationsCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/ListSuggestedResiliencyPoliciesCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  32. package/dist-types/ts3.4/commands/ListTestRecommendationsCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/ListUnsupportedAppVersionResourcesCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/PublishAppVersionCommand.d.ts +38 -17
  35. package/dist-types/ts3.4/commands/PutDraftAppVersionTemplateCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/RemoveDraftAppVersionResourceMappingsCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/ResolveAppVersionResourcesCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/StartAppAssessmentCommand.d.ts +38 -17
  39. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  40. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  41. package/dist-types/ts3.4/commands/UpdateAppCommand.d.ts +34 -17
  42. package/dist-types/ts3.4/commands/UpdateResiliencyPolicyCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/index.d.ts +39 -39
  44. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  45. package/dist-types/ts3.4/index.d.ts +6 -6
  46. package/dist-types/ts3.4/models/ResiliencehubServiceException.d.ts +8 -6
  47. package/dist-types/ts3.4/models/index.d.ts +1 -1
  48. package/dist-types/ts3.4/models/models_0.d.ts +1533 -1424
  49. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  50. package/dist-types/ts3.4/pagination/ListAlarmRecommendationsPaginator.d.ts +11 -4
  51. package/dist-types/ts3.4/pagination/ListAppAssessmentsPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/ListAppComponentCompliancesPaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/ListAppComponentRecommendationsPaginator.d.ts +11 -4
  54. package/dist-types/ts3.4/pagination/ListAppVersionResourceMappingsPaginator.d.ts +11 -4
  55. package/dist-types/ts3.4/pagination/ListAppVersionResourcesPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/ListAppVersionsPaginator.d.ts +11 -4
  57. package/dist-types/ts3.4/pagination/ListAppsPaginator.d.ts +11 -4
  58. package/dist-types/ts3.4/pagination/ListRecommendationTemplatesPaginator.d.ts +11 -4
  59. package/dist-types/ts3.4/pagination/ListResiliencyPoliciesPaginator.d.ts +11 -4
  60. package/dist-types/ts3.4/pagination/ListSopRecommendationsPaginator.d.ts +11 -4
  61. package/dist-types/ts3.4/pagination/ListSuggestedResiliencyPoliciesPaginator.d.ts +11 -4
  62. package/dist-types/ts3.4/pagination/ListTestRecommendationsPaginator.d.ts +11 -4
  63. package/dist-types/ts3.4/pagination/ListUnsupportedAppVersionResourcesPaginator.d.ts +11 -4
  64. package/dist-types/ts3.4/pagination/index.d.ts +15 -15
  65. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +473 -119
  66. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  67. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  68. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  69. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  70. package/package.json +34 -34
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
4
- import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
5
- export interface UntagResourceCommandInput extends UntagResourceRequest {
6
- }
7
- export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ResiliencehubClientResolvedConfig> {
11
- readonly input: UntagResourceCommandInput;
12
- constructor(input: UntagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ UntagResourceRequest,
10
+ UntagResourceResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ResiliencehubClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../ResiliencehubClient";
17
+ export interface UntagResourceCommandInput extends UntagResourceRequest {}
18
+ export interface UntagResourceCommandOutput
19
+ extends UntagResourceResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class UntagResourceCommand extends $Command<
23
+ UntagResourceCommandInput,
24
+ UntagResourceCommandOutput,
25
+ ResiliencehubClientResolvedConfig
26
+ > {
27
+ readonly input: UntagResourceCommandInput;
28
+ constructor(input: UntagResourceCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ResiliencehubClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { UpdateAppRequest, UpdateAppResponse } from "../models/models_0";
4
- import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
5
- export interface UpdateAppCommandInput extends UpdateAppRequest {
6
- }
7
- export interface UpdateAppCommandOutput extends UpdateAppResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateAppCommand extends $Command<UpdateAppCommandInput, UpdateAppCommandOutput, ResiliencehubClientResolvedConfig> {
11
- readonly input: UpdateAppCommandInput;
12
- constructor(input: UpdateAppCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAppCommandInput, UpdateAppCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { UpdateAppRequest, UpdateAppResponse } from "../models/models_0";
9
+ import {
10
+ ResiliencehubClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../ResiliencehubClient";
14
+ export interface UpdateAppCommandInput extends UpdateAppRequest {}
15
+ export interface UpdateAppCommandOutput
16
+ extends UpdateAppResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class UpdateAppCommand extends $Command<
20
+ UpdateAppCommandInput,
21
+ UpdateAppCommandOutput,
22
+ ResiliencehubClientResolvedConfig
23
+ > {
24
+ readonly input: UpdateAppCommandInput;
25
+ constructor(input: UpdateAppCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: ResiliencehubClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<UpdateAppCommandInput, UpdateAppCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { UpdateResiliencyPolicyRequest, UpdateResiliencyPolicyResponse } from "../models/models_0";
4
- import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
5
- export interface UpdateResiliencyPolicyCommandInput extends UpdateResiliencyPolicyRequest {
6
- }
7
- export interface UpdateResiliencyPolicyCommandOutput extends UpdateResiliencyPolicyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateResiliencyPolicyCommand extends $Command<UpdateResiliencyPolicyCommandInput, UpdateResiliencyPolicyCommandOutput, ResiliencehubClientResolvedConfig> {
11
- readonly input: UpdateResiliencyPolicyCommandInput;
12
- constructor(input: UpdateResiliencyPolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateResiliencyPolicyCommandInput, UpdateResiliencyPolicyCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ UpdateResiliencyPolicyRequest,
10
+ UpdateResiliencyPolicyResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ResiliencehubClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../ResiliencehubClient";
17
+ export interface UpdateResiliencyPolicyCommandInput
18
+ extends UpdateResiliencyPolicyRequest {}
19
+ export interface UpdateResiliencyPolicyCommandOutput
20
+ extends UpdateResiliencyPolicyResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateResiliencyPolicyCommand extends $Command<
24
+ UpdateResiliencyPolicyCommandInput,
25
+ UpdateResiliencyPolicyCommandOutput,
26
+ ResiliencehubClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateResiliencyPolicyCommandInput;
29
+ constructor(input: UpdateResiliencyPolicyCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ResiliencehubClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateResiliencyPolicyCommandInput,
37
+ UpdateResiliencyPolicyCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,39 +1,39 @@
1
- export * from "./AddDraftAppVersionResourceMappingsCommand";
2
- export * from "./CreateAppCommand";
3
- export * from "./CreateRecommendationTemplateCommand";
4
- export * from "./CreateResiliencyPolicyCommand";
5
- export * from "./DeleteAppAssessmentCommand";
6
- export * from "./DeleteAppCommand";
7
- export * from "./DeleteRecommendationTemplateCommand";
8
- export * from "./DeleteResiliencyPolicyCommand";
9
- export * from "./DescribeAppAssessmentCommand";
10
- export * from "./DescribeAppCommand";
11
- export * from "./DescribeAppVersionResourcesResolutionStatusCommand";
12
- export * from "./DescribeAppVersionTemplateCommand";
13
- export * from "./DescribeDraftAppVersionResourcesImportStatusCommand";
14
- export * from "./DescribeResiliencyPolicyCommand";
15
- export * from "./ImportResourcesToDraftAppVersionCommand";
16
- export * from "./ListAlarmRecommendationsCommand";
17
- export * from "./ListAppAssessmentsCommand";
18
- export * from "./ListAppComponentCompliancesCommand";
19
- export * from "./ListAppComponentRecommendationsCommand";
20
- export * from "./ListAppVersionResourceMappingsCommand";
21
- export * from "./ListAppVersionResourcesCommand";
22
- export * from "./ListAppVersionsCommand";
23
- export * from "./ListAppsCommand";
24
- export * from "./ListRecommendationTemplatesCommand";
25
- export * from "./ListResiliencyPoliciesCommand";
26
- export * from "./ListSopRecommendationsCommand";
27
- export * from "./ListSuggestedResiliencyPoliciesCommand";
28
- export * from "./ListTagsForResourceCommand";
29
- export * from "./ListTestRecommendationsCommand";
30
- export * from "./ListUnsupportedAppVersionResourcesCommand";
31
- export * from "./PublishAppVersionCommand";
32
- export * from "./PutDraftAppVersionTemplateCommand";
33
- export * from "./RemoveDraftAppVersionResourceMappingsCommand";
34
- export * from "./ResolveAppVersionResourcesCommand";
35
- export * from "./StartAppAssessmentCommand";
36
- export * from "./TagResourceCommand";
37
- export * from "./UntagResourceCommand";
38
- export * from "./UpdateAppCommand";
39
- export * from "./UpdateResiliencyPolicyCommand";
1
+ export * from "./AddDraftAppVersionResourceMappingsCommand";
2
+ export * from "./CreateAppCommand";
3
+ export * from "./CreateRecommendationTemplateCommand";
4
+ export * from "./CreateResiliencyPolicyCommand";
5
+ export * from "./DeleteAppAssessmentCommand";
6
+ export * from "./DeleteAppCommand";
7
+ export * from "./DeleteRecommendationTemplateCommand";
8
+ export * from "./DeleteResiliencyPolicyCommand";
9
+ export * from "./DescribeAppAssessmentCommand";
10
+ export * from "./DescribeAppCommand";
11
+ export * from "./DescribeAppVersionResourcesResolutionStatusCommand";
12
+ export * from "./DescribeAppVersionTemplateCommand";
13
+ export * from "./DescribeDraftAppVersionResourcesImportStatusCommand";
14
+ export * from "./DescribeResiliencyPolicyCommand";
15
+ export * from "./ImportResourcesToDraftAppVersionCommand";
16
+ export * from "./ListAlarmRecommendationsCommand";
17
+ export * from "./ListAppAssessmentsCommand";
18
+ export * from "./ListAppComponentCompliancesCommand";
19
+ export * from "./ListAppComponentRecommendationsCommand";
20
+ export * from "./ListAppVersionResourceMappingsCommand";
21
+ export * from "./ListAppVersionResourcesCommand";
22
+ export * from "./ListAppVersionsCommand";
23
+ export * from "./ListAppsCommand";
24
+ export * from "./ListRecommendationTemplatesCommand";
25
+ export * from "./ListResiliencyPoliciesCommand";
26
+ export * from "./ListSopRecommendationsCommand";
27
+ export * from "./ListSuggestedResiliencyPoliciesCommand";
28
+ export * from "./ListTagsForResourceCommand";
29
+ export * from "./ListTestRecommendationsCommand";
30
+ export * from "./ListUnsupportedAppVersionResourcesCommand";
31
+ export * from "./PublishAppVersionCommand";
32
+ export * from "./PutDraftAppVersionTemplateCommand";
33
+ export * from "./RemoveDraftAppVersionResourceMappingsCommand";
34
+ export * from "./ResolveAppVersionResourcesCommand";
35
+ export * from "./StartAppAssessmentCommand";
36
+ export * from "./TagResourceCommand";
37
+ export * from "./UntagResourceCommand";
38
+ export * from "./UpdateAppCommand";
39
+ export * from "./UpdateResiliencyPolicyCommand";
@@ -1,2 +1,2 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,6 +1,6 @@
1
- export * from "./Resiliencehub";
2
- export * from "./ResiliencehubClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
6
- export { ResiliencehubServiceException } from "./models/ResiliencehubServiceException";
1
+ export * from "./Resiliencehub";
2
+ export * from "./ResiliencehubClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export { ResiliencehubServiceException } from "./models/ResiliencehubServiceException";
@@ -1,6 +1,8 @@
1
- import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
-
3
- export declare class ResiliencehubServiceException extends __ServiceException {
4
-
5
- constructor(options: __ServiceExceptionOptions);
6
- }
1
+ import {
2
+ ServiceException as __ServiceException,
3
+ ServiceExceptionOptions as __ServiceExceptionOptions,
4
+ } from "@aws-sdk/smithy-client";
5
+
6
+ export declare class ResiliencehubServiceException extends __ServiceException {
7
+ constructor(options: __ServiceExceptionOptions);
8
+ }
@@ -1 +1 @@
1
- export * from "./models_0";
1
+ export * from "./models_0";