@aws-sdk/client-route53-recovery-readiness 3.49.0 → 3.50.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 (58) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +25 -25
  3. package/dist-types/ts3.4/Route53RecoveryReadiness.d.ts +0 -165
  4. package/dist-types/ts3.4/Route53RecoveryReadinessClient.d.ts +0 -105
  5. package/dist-types/ts3.4/commands/CreateCellCommand.d.ts +0 -17
  6. package/dist-types/ts3.4/commands/CreateCrossAccountAuthorizationCommand.d.ts +0 -17
  7. package/dist-types/ts3.4/commands/CreateReadinessCheckCommand.d.ts +0 -17
  8. package/dist-types/ts3.4/commands/CreateRecoveryGroupCommand.d.ts +0 -17
  9. package/dist-types/ts3.4/commands/CreateResourceSetCommand.d.ts +0 -17
  10. package/dist-types/ts3.4/commands/DeleteCellCommand.d.ts +0 -17
  11. package/dist-types/ts3.4/commands/DeleteCrossAccountAuthorizationCommand.d.ts +0 -17
  12. package/dist-types/ts3.4/commands/DeleteReadinessCheckCommand.d.ts +0 -17
  13. package/dist-types/ts3.4/commands/DeleteRecoveryGroupCommand.d.ts +0 -17
  14. package/dist-types/ts3.4/commands/DeleteResourceSetCommand.d.ts +0 -17
  15. package/dist-types/ts3.4/commands/GetArchitectureRecommendationsCommand.d.ts +0 -17
  16. package/dist-types/ts3.4/commands/GetCellCommand.d.ts +0 -17
  17. package/dist-types/ts3.4/commands/GetCellReadinessSummaryCommand.d.ts +0 -17
  18. package/dist-types/ts3.4/commands/GetReadinessCheckCommand.d.ts +0 -17
  19. package/dist-types/ts3.4/commands/GetReadinessCheckResourceStatusCommand.d.ts +0 -17
  20. package/dist-types/ts3.4/commands/GetReadinessCheckStatusCommand.d.ts +0 -17
  21. package/dist-types/ts3.4/commands/GetRecoveryGroupCommand.d.ts +0 -17
  22. package/dist-types/ts3.4/commands/GetRecoveryGroupReadinessSummaryCommand.d.ts +0 -17
  23. package/dist-types/ts3.4/commands/GetResourceSetCommand.d.ts +0 -17
  24. package/dist-types/ts3.4/commands/ListCellsCommand.d.ts +0 -17
  25. package/dist-types/ts3.4/commands/ListCrossAccountAuthorizationsCommand.d.ts +0 -17
  26. package/dist-types/ts3.4/commands/ListReadinessChecksCommand.d.ts +0 -17
  27. package/dist-types/ts3.4/commands/ListRecoveryGroupsCommand.d.ts +0 -17
  28. package/dist-types/ts3.4/commands/ListResourceSetsCommand.d.ts +0 -17
  29. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +0 -17
  30. package/dist-types/ts3.4/commands/ListTagsForResourcesCommand.d.ts +0 -17
  31. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
  32. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
  33. package/dist-types/ts3.4/commands/UpdateCellCommand.d.ts +0 -17
  34. package/dist-types/ts3.4/commands/UpdateReadinessCheckCommand.d.ts +0 -17
  35. package/dist-types/ts3.4/commands/UpdateRecoveryGroupCommand.d.ts +0 -17
  36. package/dist-types/ts3.4/commands/UpdateResourceSetCommand.d.ts +0 -17
  37. package/dist-types/ts3.4/commands/index.d.ts +0 -32
  38. package/dist-types/ts3.4/endpoints.d.ts +0 -2
  39. package/dist-types/ts3.4/index.d.ts +0 -5
  40. package/dist-types/ts3.4/models/index.d.ts +0 -1
  41. package/dist-types/ts3.4/models/models_0.d.ts +0 -943
  42. package/dist-types/ts3.4/pagination/GetCellReadinessSummaryPaginator.d.ts +0 -4
  43. package/dist-types/ts3.4/pagination/GetReadinessCheckResourceStatusPaginator.d.ts +0 -4
  44. package/dist-types/ts3.4/pagination/GetReadinessCheckStatusPaginator.d.ts +0 -4
  45. package/dist-types/ts3.4/pagination/GetRecoveryGroupReadinessSummaryPaginator.d.ts +0 -4
  46. package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
  47. package/dist-types/ts3.4/pagination/ListCellsPaginator.d.ts +0 -4
  48. package/dist-types/ts3.4/pagination/ListCrossAccountAuthorizationsPaginator.d.ts +0 -4
  49. package/dist-types/ts3.4/pagination/ListReadinessChecksPaginator.d.ts +0 -4
  50. package/dist-types/ts3.4/pagination/ListRecoveryGroupsPaginator.d.ts +0 -4
  51. package/dist-types/ts3.4/pagination/ListResourceSetsPaginator.d.ts +0 -4
  52. package/dist-types/ts3.4/pagination/ListRulesPaginator.d.ts +0 -4
  53. package/dist-types/ts3.4/pagination/index.d.ts +0 -11
  54. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -98
  55. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
  56. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
  57. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
  58. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.50.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.49.0...v3.50.0) (2022-02-08)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-route53-recovery-readiness
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29)
7
15
 
8
16
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-route53-recovery-readiness",
3
3
  "description": "AWS SDK for JavaScript Route53 Recovery Readiness Client for Node.js, Browser and React Native",
4
- "version": "3.49.0",
4
+ "version": "3.50.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",
@@ -18,34 +18,34 @@
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.49.0",
22
- "@aws-sdk/config-resolver": "3.49.0",
23
- "@aws-sdk/credential-provider-node": "3.49.0",
24
- "@aws-sdk/fetch-http-handler": "3.49.0",
25
- "@aws-sdk/hash-node": "3.49.0",
26
- "@aws-sdk/invalid-dependency": "3.49.0",
27
- "@aws-sdk/middleware-content-length": "3.49.0",
28
- "@aws-sdk/middleware-host-header": "3.49.0",
29
- "@aws-sdk/middleware-logger": "3.49.0",
30
- "@aws-sdk/middleware-retry": "3.49.0",
31
- "@aws-sdk/middleware-serde": "3.49.0",
32
- "@aws-sdk/middleware-signing": "3.49.0",
33
- "@aws-sdk/middleware-stack": "3.49.0",
34
- "@aws-sdk/middleware-user-agent": "3.49.0",
35
- "@aws-sdk/node-config-provider": "3.49.0",
36
- "@aws-sdk/node-http-handler": "3.49.0",
37
- "@aws-sdk/protocol-http": "3.49.0",
38
- "@aws-sdk/smithy-client": "3.49.0",
39
- "@aws-sdk/types": "3.49.0",
40
- "@aws-sdk/url-parser": "3.49.0",
21
+ "@aws-sdk/client-sts": "3.50.0",
22
+ "@aws-sdk/config-resolver": "3.50.0",
23
+ "@aws-sdk/credential-provider-node": "3.50.0",
24
+ "@aws-sdk/fetch-http-handler": "3.50.0",
25
+ "@aws-sdk/hash-node": "3.50.0",
26
+ "@aws-sdk/invalid-dependency": "3.50.0",
27
+ "@aws-sdk/middleware-content-length": "3.50.0",
28
+ "@aws-sdk/middleware-host-header": "3.50.0",
29
+ "@aws-sdk/middleware-logger": "3.50.0",
30
+ "@aws-sdk/middleware-retry": "3.50.0",
31
+ "@aws-sdk/middleware-serde": "3.50.0",
32
+ "@aws-sdk/middleware-signing": "3.50.0",
33
+ "@aws-sdk/middleware-stack": "3.50.0",
34
+ "@aws-sdk/middleware-user-agent": "3.50.0",
35
+ "@aws-sdk/node-config-provider": "3.50.0",
36
+ "@aws-sdk/node-http-handler": "3.50.0",
37
+ "@aws-sdk/protocol-http": "3.50.0",
38
+ "@aws-sdk/smithy-client": "3.50.0",
39
+ "@aws-sdk/types": "3.50.0",
40
+ "@aws-sdk/url-parser": "3.50.0",
41
41
  "@aws-sdk/util-base64-browser": "3.49.0",
42
42
  "@aws-sdk/util-base64-node": "3.49.0",
43
43
  "@aws-sdk/util-body-length-browser": "3.49.0",
44
44
  "@aws-sdk/util-body-length-node": "3.49.0",
45
- "@aws-sdk/util-defaults-mode-browser": "3.49.0",
46
- "@aws-sdk/util-defaults-mode-node": "3.49.0",
47
- "@aws-sdk/util-user-agent-browser": "3.49.0",
48
- "@aws-sdk/util-user-agent-node": "3.49.0",
45
+ "@aws-sdk/util-defaults-mode-browser": "3.50.0",
46
+ "@aws-sdk/util-defaults-mode-node": "3.50.0",
47
+ "@aws-sdk/util-user-agent-browser": "3.50.0",
48
+ "@aws-sdk/util-user-agent-node": "3.50.0",
49
49
  "@aws-sdk/util-utf8-browser": "3.49.0",
50
50
  "@aws-sdk/util-utf8-node": "3.49.0",
51
51
  "tslib": "^2.3.0"
@@ -1,165 +0,0 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { CreateCellCommandInput, CreateCellCommandOutput } from "./commands/CreateCellCommand";
3
- import { CreateCrossAccountAuthorizationCommandInput, CreateCrossAccountAuthorizationCommandOutput } from "./commands/CreateCrossAccountAuthorizationCommand";
4
- import { CreateReadinessCheckCommandInput, CreateReadinessCheckCommandOutput } from "./commands/CreateReadinessCheckCommand";
5
- import { CreateRecoveryGroupCommandInput, CreateRecoveryGroupCommandOutput } from "./commands/CreateRecoveryGroupCommand";
6
- import { CreateResourceSetCommandInput, CreateResourceSetCommandOutput } from "./commands/CreateResourceSetCommand";
7
- import { DeleteCellCommandInput, DeleteCellCommandOutput } from "./commands/DeleteCellCommand";
8
- import { DeleteCrossAccountAuthorizationCommandInput, DeleteCrossAccountAuthorizationCommandOutput } from "./commands/DeleteCrossAccountAuthorizationCommand";
9
- import { DeleteReadinessCheckCommandInput, DeleteReadinessCheckCommandOutput } from "./commands/DeleteReadinessCheckCommand";
10
- import { DeleteRecoveryGroupCommandInput, DeleteRecoveryGroupCommandOutput } from "./commands/DeleteRecoveryGroupCommand";
11
- import { DeleteResourceSetCommandInput, DeleteResourceSetCommandOutput } from "./commands/DeleteResourceSetCommand";
12
- import { GetArchitectureRecommendationsCommandInput, GetArchitectureRecommendationsCommandOutput } from "./commands/GetArchitectureRecommendationsCommand";
13
- import { GetCellCommandInput, GetCellCommandOutput } from "./commands/GetCellCommand";
14
- import { GetCellReadinessSummaryCommandInput, GetCellReadinessSummaryCommandOutput } from "./commands/GetCellReadinessSummaryCommand";
15
- import { GetReadinessCheckCommandInput, GetReadinessCheckCommandOutput } from "./commands/GetReadinessCheckCommand";
16
- import { GetReadinessCheckResourceStatusCommandInput, GetReadinessCheckResourceStatusCommandOutput } from "./commands/GetReadinessCheckResourceStatusCommand";
17
- import { GetReadinessCheckStatusCommandInput, GetReadinessCheckStatusCommandOutput } from "./commands/GetReadinessCheckStatusCommand";
18
- import { GetRecoveryGroupCommandInput, GetRecoveryGroupCommandOutput } from "./commands/GetRecoveryGroupCommand";
19
- import { GetRecoveryGroupReadinessSummaryCommandInput, GetRecoveryGroupReadinessSummaryCommandOutput } from "./commands/GetRecoveryGroupReadinessSummaryCommand";
20
- import { GetResourceSetCommandInput, GetResourceSetCommandOutput } from "./commands/GetResourceSetCommand";
21
- import { ListCellsCommandInput, ListCellsCommandOutput } from "./commands/ListCellsCommand";
22
- import { ListCrossAccountAuthorizationsCommandInput, ListCrossAccountAuthorizationsCommandOutput } from "./commands/ListCrossAccountAuthorizationsCommand";
23
- import { ListReadinessChecksCommandInput, ListReadinessChecksCommandOutput } from "./commands/ListReadinessChecksCommand";
24
- import { ListRecoveryGroupsCommandInput, ListRecoveryGroupsCommandOutput } from "./commands/ListRecoveryGroupsCommand";
25
- import { ListResourceSetsCommandInput, ListResourceSetsCommandOutput } from "./commands/ListResourceSetsCommand";
26
- import { ListRulesCommandInput, ListRulesCommandOutput } from "./commands/ListRulesCommand";
27
- import { ListTagsForResourcesCommandInput, ListTagsForResourcesCommandOutput } from "./commands/ListTagsForResourcesCommand";
28
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
29
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
30
- import { UpdateCellCommandInput, UpdateCellCommandOutput } from "./commands/UpdateCellCommand";
31
- import { UpdateReadinessCheckCommandInput, UpdateReadinessCheckCommandOutput } from "./commands/UpdateReadinessCheckCommand";
32
- import { UpdateRecoveryGroupCommandInput, UpdateRecoveryGroupCommandOutput } from "./commands/UpdateRecoveryGroupCommand";
33
- import { UpdateResourceSetCommandInput, UpdateResourceSetCommandOutput } from "./commands/UpdateResourceSetCommand";
34
- import { Route53RecoveryReadinessClient } from "./Route53RecoveryReadinessClient";
35
-
36
- export declare class Route53RecoveryReadiness extends Route53RecoveryReadinessClient {
37
-
38
- createCell(args: CreateCellCommandInput, options?: __HttpHandlerOptions): Promise<CreateCellCommandOutput>;
39
- createCell(args: CreateCellCommandInput, cb: (err: any, data?: CreateCellCommandOutput) => void): void;
40
- createCell(args: CreateCellCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCellCommandOutput) => void): void;
41
-
42
- createCrossAccountAuthorization(args: CreateCrossAccountAuthorizationCommandInput, options?: __HttpHandlerOptions): Promise<CreateCrossAccountAuthorizationCommandOutput>;
43
- createCrossAccountAuthorization(args: CreateCrossAccountAuthorizationCommandInput, cb: (err: any, data?: CreateCrossAccountAuthorizationCommandOutput) => void): void;
44
- createCrossAccountAuthorization(args: CreateCrossAccountAuthorizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCrossAccountAuthorizationCommandOutput) => void): void;
45
-
46
- createReadinessCheck(args: CreateReadinessCheckCommandInput, options?: __HttpHandlerOptions): Promise<CreateReadinessCheckCommandOutput>;
47
- createReadinessCheck(args: CreateReadinessCheckCommandInput, cb: (err: any, data?: CreateReadinessCheckCommandOutput) => void): void;
48
- createReadinessCheck(args: CreateReadinessCheckCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateReadinessCheckCommandOutput) => void): void;
49
-
50
- createRecoveryGroup(args: CreateRecoveryGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateRecoveryGroupCommandOutput>;
51
- createRecoveryGroup(args: CreateRecoveryGroupCommandInput, cb: (err: any, data?: CreateRecoveryGroupCommandOutput) => void): void;
52
- createRecoveryGroup(args: CreateRecoveryGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRecoveryGroupCommandOutput) => void): void;
53
-
54
- createResourceSet(args: CreateResourceSetCommandInput, options?: __HttpHandlerOptions): Promise<CreateResourceSetCommandOutput>;
55
- createResourceSet(args: CreateResourceSetCommandInput, cb: (err: any, data?: CreateResourceSetCommandOutput) => void): void;
56
- createResourceSet(args: CreateResourceSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateResourceSetCommandOutput) => void): void;
57
-
58
- deleteCell(args: DeleteCellCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCellCommandOutput>;
59
- deleteCell(args: DeleteCellCommandInput, cb: (err: any, data?: DeleteCellCommandOutput) => void): void;
60
- deleteCell(args: DeleteCellCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCellCommandOutput) => void): void;
61
-
62
- deleteCrossAccountAuthorization(args: DeleteCrossAccountAuthorizationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCrossAccountAuthorizationCommandOutput>;
63
- deleteCrossAccountAuthorization(args: DeleteCrossAccountAuthorizationCommandInput, cb: (err: any, data?: DeleteCrossAccountAuthorizationCommandOutput) => void): void;
64
- deleteCrossAccountAuthorization(args: DeleteCrossAccountAuthorizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCrossAccountAuthorizationCommandOutput) => void): void;
65
-
66
- deleteReadinessCheck(args: DeleteReadinessCheckCommandInput, options?: __HttpHandlerOptions): Promise<DeleteReadinessCheckCommandOutput>;
67
- deleteReadinessCheck(args: DeleteReadinessCheckCommandInput, cb: (err: any, data?: DeleteReadinessCheckCommandOutput) => void): void;
68
- deleteReadinessCheck(args: DeleteReadinessCheckCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteReadinessCheckCommandOutput) => void): void;
69
-
70
- deleteRecoveryGroup(args: DeleteRecoveryGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRecoveryGroupCommandOutput>;
71
- deleteRecoveryGroup(args: DeleteRecoveryGroupCommandInput, cb: (err: any, data?: DeleteRecoveryGroupCommandOutput) => void): void;
72
- deleteRecoveryGroup(args: DeleteRecoveryGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRecoveryGroupCommandOutput) => void): void;
73
-
74
- deleteResourceSet(args: DeleteResourceSetCommandInput, options?: __HttpHandlerOptions): Promise<DeleteResourceSetCommandOutput>;
75
- deleteResourceSet(args: DeleteResourceSetCommandInput, cb: (err: any, data?: DeleteResourceSetCommandOutput) => void): void;
76
- deleteResourceSet(args: DeleteResourceSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResourceSetCommandOutput) => void): void;
77
-
78
- getArchitectureRecommendations(args: GetArchitectureRecommendationsCommandInput, options?: __HttpHandlerOptions): Promise<GetArchitectureRecommendationsCommandOutput>;
79
- getArchitectureRecommendations(args: GetArchitectureRecommendationsCommandInput, cb: (err: any, data?: GetArchitectureRecommendationsCommandOutput) => void): void;
80
- getArchitectureRecommendations(args: GetArchitectureRecommendationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetArchitectureRecommendationsCommandOutput) => void): void;
81
-
82
- getCell(args: GetCellCommandInput, options?: __HttpHandlerOptions): Promise<GetCellCommandOutput>;
83
- getCell(args: GetCellCommandInput, cb: (err: any, data?: GetCellCommandOutput) => void): void;
84
- getCell(args: GetCellCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCellCommandOutput) => void): void;
85
-
86
- getCellReadinessSummary(args: GetCellReadinessSummaryCommandInput, options?: __HttpHandlerOptions): Promise<GetCellReadinessSummaryCommandOutput>;
87
- getCellReadinessSummary(args: GetCellReadinessSummaryCommandInput, cb: (err: any, data?: GetCellReadinessSummaryCommandOutput) => void): void;
88
- getCellReadinessSummary(args: GetCellReadinessSummaryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCellReadinessSummaryCommandOutput) => void): void;
89
-
90
- getReadinessCheck(args: GetReadinessCheckCommandInput, options?: __HttpHandlerOptions): Promise<GetReadinessCheckCommandOutput>;
91
- getReadinessCheck(args: GetReadinessCheckCommandInput, cb: (err: any, data?: GetReadinessCheckCommandOutput) => void): void;
92
- getReadinessCheck(args: GetReadinessCheckCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetReadinessCheckCommandOutput) => void): void;
93
-
94
- getReadinessCheckResourceStatus(args: GetReadinessCheckResourceStatusCommandInput, options?: __HttpHandlerOptions): Promise<GetReadinessCheckResourceStatusCommandOutput>;
95
- getReadinessCheckResourceStatus(args: GetReadinessCheckResourceStatusCommandInput, cb: (err: any, data?: GetReadinessCheckResourceStatusCommandOutput) => void): void;
96
- getReadinessCheckResourceStatus(args: GetReadinessCheckResourceStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetReadinessCheckResourceStatusCommandOutput) => void): void;
97
-
98
- getReadinessCheckStatus(args: GetReadinessCheckStatusCommandInput, options?: __HttpHandlerOptions): Promise<GetReadinessCheckStatusCommandOutput>;
99
- getReadinessCheckStatus(args: GetReadinessCheckStatusCommandInput, cb: (err: any, data?: GetReadinessCheckStatusCommandOutput) => void): void;
100
- getReadinessCheckStatus(args: GetReadinessCheckStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetReadinessCheckStatusCommandOutput) => void): void;
101
-
102
- getRecoveryGroup(args: GetRecoveryGroupCommandInput, options?: __HttpHandlerOptions): Promise<GetRecoveryGroupCommandOutput>;
103
- getRecoveryGroup(args: GetRecoveryGroupCommandInput, cb: (err: any, data?: GetRecoveryGroupCommandOutput) => void): void;
104
- getRecoveryGroup(args: GetRecoveryGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRecoveryGroupCommandOutput) => void): void;
105
-
106
- getRecoveryGroupReadinessSummary(args: GetRecoveryGroupReadinessSummaryCommandInput, options?: __HttpHandlerOptions): Promise<GetRecoveryGroupReadinessSummaryCommandOutput>;
107
- getRecoveryGroupReadinessSummary(args: GetRecoveryGroupReadinessSummaryCommandInput, cb: (err: any, data?: GetRecoveryGroupReadinessSummaryCommandOutput) => void): void;
108
- getRecoveryGroupReadinessSummary(args: GetRecoveryGroupReadinessSummaryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRecoveryGroupReadinessSummaryCommandOutput) => void): void;
109
-
110
- getResourceSet(args: GetResourceSetCommandInput, options?: __HttpHandlerOptions): Promise<GetResourceSetCommandOutput>;
111
- getResourceSet(args: GetResourceSetCommandInput, cb: (err: any, data?: GetResourceSetCommandOutput) => void): void;
112
- getResourceSet(args: GetResourceSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResourceSetCommandOutput) => void): void;
113
-
114
- listCells(args: ListCellsCommandInput, options?: __HttpHandlerOptions): Promise<ListCellsCommandOutput>;
115
- listCells(args: ListCellsCommandInput, cb: (err: any, data?: ListCellsCommandOutput) => void): void;
116
- listCells(args: ListCellsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCellsCommandOutput) => void): void;
117
-
118
- listCrossAccountAuthorizations(args: ListCrossAccountAuthorizationsCommandInput, options?: __HttpHandlerOptions): Promise<ListCrossAccountAuthorizationsCommandOutput>;
119
- listCrossAccountAuthorizations(args: ListCrossAccountAuthorizationsCommandInput, cb: (err: any, data?: ListCrossAccountAuthorizationsCommandOutput) => void): void;
120
- listCrossAccountAuthorizations(args: ListCrossAccountAuthorizationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCrossAccountAuthorizationsCommandOutput) => void): void;
121
-
122
- listReadinessChecks(args: ListReadinessChecksCommandInput, options?: __HttpHandlerOptions): Promise<ListReadinessChecksCommandOutput>;
123
- listReadinessChecks(args: ListReadinessChecksCommandInput, cb: (err: any, data?: ListReadinessChecksCommandOutput) => void): void;
124
- listReadinessChecks(args: ListReadinessChecksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReadinessChecksCommandOutput) => void): void;
125
-
126
- listRecoveryGroups(args: ListRecoveryGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListRecoveryGroupsCommandOutput>;
127
- listRecoveryGroups(args: ListRecoveryGroupsCommandInput, cb: (err: any, data?: ListRecoveryGroupsCommandOutput) => void): void;
128
- listRecoveryGroups(args: ListRecoveryGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRecoveryGroupsCommandOutput) => void): void;
129
-
130
- listResourceSets(args: ListResourceSetsCommandInput, options?: __HttpHandlerOptions): Promise<ListResourceSetsCommandOutput>;
131
- listResourceSets(args: ListResourceSetsCommandInput, cb: (err: any, data?: ListResourceSetsCommandOutput) => void): void;
132
- listResourceSets(args: ListResourceSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResourceSetsCommandOutput) => void): void;
133
-
134
- listRules(args: ListRulesCommandInput, options?: __HttpHandlerOptions): Promise<ListRulesCommandOutput>;
135
- listRules(args: ListRulesCommandInput, cb: (err: any, data?: ListRulesCommandOutput) => void): void;
136
- listRules(args: ListRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRulesCommandOutput) => void): void;
137
-
138
- listTagsForResources(args: ListTagsForResourcesCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourcesCommandOutput>;
139
- listTagsForResources(args: ListTagsForResourcesCommandInput, cb: (err: any, data?: ListTagsForResourcesCommandOutput) => void): void;
140
- listTagsForResources(args: ListTagsForResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourcesCommandOutput) => void): void;
141
-
142
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
143
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
144
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
145
-
146
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
147
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
148
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
149
-
150
- updateCell(args: UpdateCellCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCellCommandOutput>;
151
- updateCell(args: UpdateCellCommandInput, cb: (err: any, data?: UpdateCellCommandOutput) => void): void;
152
- updateCell(args: UpdateCellCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCellCommandOutput) => void): void;
153
-
154
- updateReadinessCheck(args: UpdateReadinessCheckCommandInput, options?: __HttpHandlerOptions): Promise<UpdateReadinessCheckCommandOutput>;
155
- updateReadinessCheck(args: UpdateReadinessCheckCommandInput, cb: (err: any, data?: UpdateReadinessCheckCommandOutput) => void): void;
156
- updateReadinessCheck(args: UpdateReadinessCheckCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateReadinessCheckCommandOutput) => void): void;
157
-
158
- updateRecoveryGroup(args: UpdateRecoveryGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRecoveryGroupCommandOutput>;
159
- updateRecoveryGroup(args: UpdateRecoveryGroupCommandInput, cb: (err: any, data?: UpdateRecoveryGroupCommandOutput) => void): void;
160
- updateRecoveryGroup(args: UpdateRecoveryGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRecoveryGroupCommandOutput) => void): void;
161
-
162
- updateResourceSet(args: UpdateResourceSetCommandInput, options?: __HttpHandlerOptions): Promise<UpdateResourceSetCommandOutput>;
163
- updateResourceSet(args: UpdateResourceSetCommandInput, cb: (err: any, data?: UpdateResourceSetCommandOutput) => void): void;
164
- updateResourceSet(args: UpdateResourceSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateResourceSetCommandOutput) => void): void;
165
- }
@@ -1,105 +0,0 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { CreateCellCommandInput, CreateCellCommandOutput } from "./commands/CreateCellCommand";
10
- import { CreateCrossAccountAuthorizationCommandInput, CreateCrossAccountAuthorizationCommandOutput } from "./commands/CreateCrossAccountAuthorizationCommand";
11
- import { CreateReadinessCheckCommandInput, CreateReadinessCheckCommandOutput } from "./commands/CreateReadinessCheckCommand";
12
- import { CreateRecoveryGroupCommandInput, CreateRecoveryGroupCommandOutput } from "./commands/CreateRecoveryGroupCommand";
13
- import { CreateResourceSetCommandInput, CreateResourceSetCommandOutput } from "./commands/CreateResourceSetCommand";
14
- import { DeleteCellCommandInput, DeleteCellCommandOutput } from "./commands/DeleteCellCommand";
15
- import { DeleteCrossAccountAuthorizationCommandInput, DeleteCrossAccountAuthorizationCommandOutput } from "./commands/DeleteCrossAccountAuthorizationCommand";
16
- import { DeleteReadinessCheckCommandInput, DeleteReadinessCheckCommandOutput } from "./commands/DeleteReadinessCheckCommand";
17
- import { DeleteRecoveryGroupCommandInput, DeleteRecoveryGroupCommandOutput } from "./commands/DeleteRecoveryGroupCommand";
18
- import { DeleteResourceSetCommandInput, DeleteResourceSetCommandOutput } from "./commands/DeleteResourceSetCommand";
19
- import { GetArchitectureRecommendationsCommandInput, GetArchitectureRecommendationsCommandOutput } from "./commands/GetArchitectureRecommendationsCommand";
20
- import { GetCellCommandInput, GetCellCommandOutput } from "./commands/GetCellCommand";
21
- import { GetCellReadinessSummaryCommandInput, GetCellReadinessSummaryCommandOutput } from "./commands/GetCellReadinessSummaryCommand";
22
- import { GetReadinessCheckCommandInput, GetReadinessCheckCommandOutput } from "./commands/GetReadinessCheckCommand";
23
- import { GetReadinessCheckResourceStatusCommandInput, GetReadinessCheckResourceStatusCommandOutput } from "./commands/GetReadinessCheckResourceStatusCommand";
24
- import { GetReadinessCheckStatusCommandInput, GetReadinessCheckStatusCommandOutput } from "./commands/GetReadinessCheckStatusCommand";
25
- import { GetRecoveryGroupCommandInput, GetRecoveryGroupCommandOutput } from "./commands/GetRecoveryGroupCommand";
26
- import { GetRecoveryGroupReadinessSummaryCommandInput, GetRecoveryGroupReadinessSummaryCommandOutput } from "./commands/GetRecoveryGroupReadinessSummaryCommand";
27
- import { GetResourceSetCommandInput, GetResourceSetCommandOutput } from "./commands/GetResourceSetCommand";
28
- import { ListCellsCommandInput, ListCellsCommandOutput } from "./commands/ListCellsCommand";
29
- import { ListCrossAccountAuthorizationsCommandInput, ListCrossAccountAuthorizationsCommandOutput } from "./commands/ListCrossAccountAuthorizationsCommand";
30
- import { ListReadinessChecksCommandInput, ListReadinessChecksCommandOutput } from "./commands/ListReadinessChecksCommand";
31
- import { ListRecoveryGroupsCommandInput, ListRecoveryGroupsCommandOutput } from "./commands/ListRecoveryGroupsCommand";
32
- import { ListResourceSetsCommandInput, ListResourceSetsCommandOutput } from "./commands/ListResourceSetsCommand";
33
- import { ListRulesCommandInput, ListRulesCommandOutput } from "./commands/ListRulesCommand";
34
- import { ListTagsForResourcesCommandInput, ListTagsForResourcesCommandOutput } from "./commands/ListTagsForResourcesCommand";
35
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
36
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
37
- import { UpdateCellCommandInput, UpdateCellCommandOutput } from "./commands/UpdateCellCommand";
38
- import { UpdateReadinessCheckCommandInput, UpdateReadinessCheckCommandOutput } from "./commands/UpdateReadinessCheckCommand";
39
- import { UpdateRecoveryGroupCommandInput, UpdateRecoveryGroupCommandOutput } from "./commands/UpdateRecoveryGroupCommand";
40
- import { UpdateResourceSetCommandInput, UpdateResourceSetCommandOutput } from "./commands/UpdateResourceSetCommand";
41
- export declare type ServiceInputTypes = CreateCellCommandInput | CreateCrossAccountAuthorizationCommandInput | CreateReadinessCheckCommandInput | CreateRecoveryGroupCommandInput | CreateResourceSetCommandInput | DeleteCellCommandInput | DeleteCrossAccountAuthorizationCommandInput | DeleteReadinessCheckCommandInput | DeleteRecoveryGroupCommandInput | DeleteResourceSetCommandInput | GetArchitectureRecommendationsCommandInput | GetCellCommandInput | GetCellReadinessSummaryCommandInput | GetReadinessCheckCommandInput | GetReadinessCheckResourceStatusCommandInput | GetReadinessCheckStatusCommandInput | GetRecoveryGroupCommandInput | GetRecoveryGroupReadinessSummaryCommandInput | GetResourceSetCommandInput | ListCellsCommandInput | ListCrossAccountAuthorizationsCommandInput | ListReadinessChecksCommandInput | ListRecoveryGroupsCommandInput | ListResourceSetsCommandInput | ListRulesCommandInput | ListTagsForResourcesCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateCellCommandInput | UpdateReadinessCheckCommandInput | UpdateRecoveryGroupCommandInput | UpdateResourceSetCommandInput;
42
- export declare type ServiceOutputTypes = CreateCellCommandOutput | CreateCrossAccountAuthorizationCommandOutput | CreateReadinessCheckCommandOutput | CreateRecoveryGroupCommandOutput | CreateResourceSetCommandOutput | DeleteCellCommandOutput | DeleteCrossAccountAuthorizationCommandOutput | DeleteReadinessCheckCommandOutput | DeleteRecoveryGroupCommandOutput | DeleteResourceSetCommandOutput | GetArchitectureRecommendationsCommandOutput | GetCellCommandOutput | GetCellReadinessSummaryCommandOutput | GetReadinessCheckCommandOutput | GetReadinessCheckResourceStatusCommandOutput | GetReadinessCheckStatusCommandOutput | GetRecoveryGroupCommandOutput | GetRecoveryGroupReadinessSummaryCommandOutput | GetResourceSetCommandOutput | ListCellsCommandOutput | ListCrossAccountAuthorizationsCommandOutput | ListReadinessChecksCommandOutput | ListRecoveryGroupsCommandOutput | ListResourceSetsCommandOutput | ListRulesCommandOutput | ListTagsForResourcesCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateCellCommandOutput | UpdateReadinessCheckCommandOutput | UpdateRecoveryGroupCommandOutput | UpdateResourceSetCommandOutput;
43
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
44
-
45
- requestHandler?: __HttpHandler;
46
-
47
- sha256?: __HashConstructor;
48
-
49
- urlParser?: __UrlParser;
50
-
51
- bodyLengthChecker?: (body: any) => number | undefined;
52
-
53
- streamCollector?: __StreamCollector;
54
-
55
- base64Decoder?: __Decoder;
56
-
57
- base64Encoder?: __Encoder;
58
-
59
- utf8Decoder?: __Decoder;
60
-
61
- utf8Encoder?: __Encoder;
62
-
63
- runtime?: string;
64
-
65
- disableHostPrefix?: boolean;
66
-
67
- maxAttempts?: number | __Provider<number>;
68
-
69
- retryMode?: string | __Provider<string>;
70
-
71
- logger?: __Logger;
72
-
73
- useDualstackEndpoint?: boolean | __Provider<boolean>;
74
-
75
- useFipsEndpoint?: boolean | __Provider<boolean>;
76
-
77
- serviceId?: string;
78
-
79
- region?: string | __Provider<string>;
80
-
81
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
82
-
83
- regionInfoProvider?: RegionInfoProvider;
84
-
85
- defaultUserAgentProvider?: Provider<__UserAgent>;
86
-
87
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
88
- }
89
- declare type Route53RecoveryReadinessClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
90
-
91
- export interface Route53RecoveryReadinessClientConfig extends Route53RecoveryReadinessClientConfigType {
92
- }
93
- declare type Route53RecoveryReadinessClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
94
-
95
- export interface Route53RecoveryReadinessClientResolvedConfig extends Route53RecoveryReadinessClientResolvedConfigType {
96
- }
97
-
98
- export declare class Route53RecoveryReadinessClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, Route53RecoveryReadinessClientResolvedConfig> {
99
-
100
- readonly config: Route53RecoveryReadinessClientResolvedConfig;
101
- constructor(configuration: Route53RecoveryReadinessClientConfig);
102
-
103
- destroy(): void;
104
- }
105
- export {};
@@ -1,17 +0,0 @@
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 { CreateCellRequest, CreateCellResponse } from "../models/models_0";
4
- import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
5
- export interface CreateCellCommandInput extends CreateCellRequest {
6
- }
7
- export interface CreateCellCommandOutput extends CreateCellResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateCellCommand extends $Command<CreateCellCommandInput, CreateCellCommandOutput, Route53RecoveryReadinessClientResolvedConfig> {
11
- readonly input: CreateCellCommandInput;
12
- constructor(input: CreateCellCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCellCommandInput, CreateCellCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { CreateCrossAccountAuthorizationRequest, CreateCrossAccountAuthorizationResponse } from "../models/models_0";
4
- import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
5
- export interface CreateCrossAccountAuthorizationCommandInput extends CreateCrossAccountAuthorizationRequest {
6
- }
7
- export interface CreateCrossAccountAuthorizationCommandOutput extends CreateCrossAccountAuthorizationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateCrossAccountAuthorizationCommand extends $Command<CreateCrossAccountAuthorizationCommandInput, CreateCrossAccountAuthorizationCommandOutput, Route53RecoveryReadinessClientResolvedConfig> {
11
- readonly input: CreateCrossAccountAuthorizationCommandInput;
12
- constructor(input: CreateCrossAccountAuthorizationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCrossAccountAuthorizationCommandInput, CreateCrossAccountAuthorizationCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { CreateReadinessCheckRequest, CreateReadinessCheckResponse } from "../models/models_0";
4
- import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
5
- export interface CreateReadinessCheckCommandInput extends CreateReadinessCheckRequest {
6
- }
7
- export interface CreateReadinessCheckCommandOutput extends CreateReadinessCheckResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateReadinessCheckCommand extends $Command<CreateReadinessCheckCommandInput, CreateReadinessCheckCommandOutput, Route53RecoveryReadinessClientResolvedConfig> {
11
- readonly input: CreateReadinessCheckCommandInput;
12
- constructor(input: CreateReadinessCheckCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateReadinessCheckCommandInput, CreateReadinessCheckCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { CreateRecoveryGroupRequest, CreateRecoveryGroupResponse } from "../models/models_0";
4
- import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
5
- export interface CreateRecoveryGroupCommandInput extends CreateRecoveryGroupRequest {
6
- }
7
- export interface CreateRecoveryGroupCommandOutput extends CreateRecoveryGroupResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateRecoveryGroupCommand extends $Command<CreateRecoveryGroupCommandInput, CreateRecoveryGroupCommandOutput, Route53RecoveryReadinessClientResolvedConfig> {
11
- readonly input: CreateRecoveryGroupCommandInput;
12
- constructor(input: CreateRecoveryGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRecoveryGroupCommandInput, CreateRecoveryGroupCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { CreateResourceSetRequest, CreateResourceSetResponse } from "../models/models_0";
4
- import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
5
- export interface CreateResourceSetCommandInput extends CreateResourceSetRequest {
6
- }
7
- export interface CreateResourceSetCommandOutput extends CreateResourceSetResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateResourceSetCommand extends $Command<CreateResourceSetCommandInput, CreateResourceSetCommandOutput, Route53RecoveryReadinessClientResolvedConfig> {
11
- readonly input: CreateResourceSetCommandInput;
12
- constructor(input: CreateResourceSetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateResourceSetCommandInput, CreateResourceSetCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { DeleteCellRequest } from "../models/models_0";
4
- import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
5
- export interface DeleteCellCommandInput extends DeleteCellRequest {
6
- }
7
- export interface DeleteCellCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteCellCommand extends $Command<DeleteCellCommandInput, DeleteCellCommandOutput, Route53RecoveryReadinessClientResolvedConfig> {
11
- readonly input: DeleteCellCommandInput;
12
- constructor(input: DeleteCellCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCellCommandInput, DeleteCellCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { DeleteCrossAccountAuthorizationRequest, DeleteCrossAccountAuthorizationResponse } from "../models/models_0";
4
- import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
5
- export interface DeleteCrossAccountAuthorizationCommandInput extends DeleteCrossAccountAuthorizationRequest {
6
- }
7
- export interface DeleteCrossAccountAuthorizationCommandOutput extends DeleteCrossAccountAuthorizationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteCrossAccountAuthorizationCommand extends $Command<DeleteCrossAccountAuthorizationCommandInput, DeleteCrossAccountAuthorizationCommandOutput, Route53RecoveryReadinessClientResolvedConfig> {
11
- readonly input: DeleteCrossAccountAuthorizationCommandInput;
12
- constructor(input: DeleteCrossAccountAuthorizationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCrossAccountAuthorizationCommandInput, DeleteCrossAccountAuthorizationCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { DeleteReadinessCheckRequest } from "../models/models_0";
4
- import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
5
- export interface DeleteReadinessCheckCommandInput extends DeleteReadinessCheckRequest {
6
- }
7
- export interface DeleteReadinessCheckCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteReadinessCheckCommand extends $Command<DeleteReadinessCheckCommandInput, DeleteReadinessCheckCommandOutput, Route53RecoveryReadinessClientResolvedConfig> {
11
- readonly input: DeleteReadinessCheckCommandInput;
12
- constructor(input: DeleteReadinessCheckCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteReadinessCheckCommandInput, DeleteReadinessCheckCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { DeleteRecoveryGroupRequest } from "../models/models_0";
4
- import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
5
- export interface DeleteRecoveryGroupCommandInput extends DeleteRecoveryGroupRequest {
6
- }
7
- export interface DeleteRecoveryGroupCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteRecoveryGroupCommand extends $Command<DeleteRecoveryGroupCommandInput, DeleteRecoveryGroupCommandOutput, Route53RecoveryReadinessClientResolvedConfig> {
11
- readonly input: DeleteRecoveryGroupCommandInput;
12
- constructor(input: DeleteRecoveryGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRecoveryGroupCommandInput, DeleteRecoveryGroupCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { DeleteResourceSetRequest } from "../models/models_0";
4
- import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
5
- export interface DeleteResourceSetCommandInput extends DeleteResourceSetRequest {
6
- }
7
- export interface DeleteResourceSetCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteResourceSetCommand extends $Command<DeleteResourceSetCommandInput, DeleteResourceSetCommandOutput, Route53RecoveryReadinessClientResolvedConfig> {
11
- readonly input: DeleteResourceSetCommandInput;
12
- constructor(input: DeleteResourceSetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteResourceSetCommandInput, DeleteResourceSetCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { GetArchitectureRecommendationsRequest, GetArchitectureRecommendationsResponse } from "../models/models_0";
4
- import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
5
- export interface GetArchitectureRecommendationsCommandInput extends GetArchitectureRecommendationsRequest {
6
- }
7
- export interface GetArchitectureRecommendationsCommandOutput extends GetArchitectureRecommendationsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetArchitectureRecommendationsCommand extends $Command<GetArchitectureRecommendationsCommandInput, GetArchitectureRecommendationsCommandOutput, Route53RecoveryReadinessClientResolvedConfig> {
11
- readonly input: GetArchitectureRecommendationsCommandInput;
12
- constructor(input: GetArchitectureRecommendationsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetArchitectureRecommendationsCommandInput, GetArchitectureRecommendationsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { GetCellRequest, GetCellResponse } from "../models/models_0";
4
- import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
5
- export interface GetCellCommandInput extends GetCellRequest {
6
- }
7
- export interface GetCellCommandOutput extends GetCellResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetCellCommand extends $Command<GetCellCommandInput, GetCellCommandOutput, Route53RecoveryReadinessClientResolvedConfig> {
11
- readonly input: GetCellCommandInput;
12
- constructor(input: GetCellCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCellCommandInput, GetCellCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
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 { GetCellReadinessSummaryRequest, GetCellReadinessSummaryResponse } from "../models/models_0";
4
- import { Route53RecoveryReadinessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53RecoveryReadinessClient";
5
- export interface GetCellReadinessSummaryCommandInput extends GetCellReadinessSummaryRequest {
6
- }
7
- export interface GetCellReadinessSummaryCommandOutput extends GetCellReadinessSummaryResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetCellReadinessSummaryCommand extends $Command<GetCellReadinessSummaryCommandInput, GetCellReadinessSummaryCommandOutput, Route53RecoveryReadinessClientResolvedConfig> {
11
- readonly input: GetCellReadinessSummaryCommandInput;
12
- constructor(input: GetCellReadinessSummaryCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Route53RecoveryReadinessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCellReadinessSummaryCommandInput, GetCellReadinessSummaryCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }