@aws-sdk/client-route53-recovery-readiness 3.306.0 → 3.309.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 (69) hide show
  1. package/dist-cjs/commands/CreateCellCommand.js +2 -2
  2. package/dist-cjs/commands/CreateCrossAccountAuthorizationCommand.js +2 -2
  3. package/dist-cjs/commands/CreateReadinessCheckCommand.js +2 -2
  4. package/dist-cjs/commands/CreateRecoveryGroupCommand.js +2 -2
  5. package/dist-cjs/commands/CreateResourceSetCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteCellCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteCrossAccountAuthorizationCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteReadinessCheckCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteRecoveryGroupCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteResourceSetCommand.js +2 -2
  11. package/dist-cjs/commands/GetArchitectureRecommendationsCommand.js +2 -2
  12. package/dist-cjs/commands/GetCellCommand.js +2 -2
  13. package/dist-cjs/commands/GetCellReadinessSummaryCommand.js +2 -2
  14. package/dist-cjs/commands/GetReadinessCheckCommand.js +2 -2
  15. package/dist-cjs/commands/GetReadinessCheckResourceStatusCommand.js +2 -2
  16. package/dist-cjs/commands/GetReadinessCheckStatusCommand.js +2 -2
  17. package/dist-cjs/commands/GetRecoveryGroupCommand.js +2 -2
  18. package/dist-cjs/commands/GetRecoveryGroupReadinessSummaryCommand.js +2 -2
  19. package/dist-cjs/commands/GetResourceSetCommand.js +2 -2
  20. package/dist-cjs/commands/ListCellsCommand.js +2 -2
  21. package/dist-cjs/commands/ListCrossAccountAuthorizationsCommand.js +2 -2
  22. package/dist-cjs/commands/ListReadinessChecksCommand.js +2 -2
  23. package/dist-cjs/commands/ListRecoveryGroupsCommand.js +2 -2
  24. package/dist-cjs/commands/ListResourceSetsCommand.js +2 -2
  25. package/dist-cjs/commands/ListRulesCommand.js +2 -2
  26. package/dist-cjs/commands/ListTagsForResourcesCommand.js +2 -2
  27. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  28. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  29. package/dist-cjs/commands/UpdateCellCommand.js +2 -2
  30. package/dist-cjs/commands/UpdateReadinessCheckCommand.js +2 -2
  31. package/dist-cjs/commands/UpdateRecoveryGroupCommand.js +2 -2
  32. package/dist-cjs/commands/UpdateResourceSetCommand.js +2 -2
  33. package/dist-cjs/protocols/Aws_restJson1.js +463 -477
  34. package/dist-es/commands/CreateCellCommand.js +3 -3
  35. package/dist-es/commands/CreateCrossAccountAuthorizationCommand.js +3 -3
  36. package/dist-es/commands/CreateReadinessCheckCommand.js +3 -3
  37. package/dist-es/commands/CreateRecoveryGroupCommand.js +3 -3
  38. package/dist-es/commands/CreateResourceSetCommand.js +3 -3
  39. package/dist-es/commands/DeleteCellCommand.js +3 -3
  40. package/dist-es/commands/DeleteCrossAccountAuthorizationCommand.js +3 -3
  41. package/dist-es/commands/DeleteReadinessCheckCommand.js +3 -3
  42. package/dist-es/commands/DeleteRecoveryGroupCommand.js +3 -3
  43. package/dist-es/commands/DeleteResourceSetCommand.js +3 -3
  44. package/dist-es/commands/GetArchitectureRecommendationsCommand.js +3 -3
  45. package/dist-es/commands/GetCellCommand.js +3 -3
  46. package/dist-es/commands/GetCellReadinessSummaryCommand.js +3 -3
  47. package/dist-es/commands/GetReadinessCheckCommand.js +3 -3
  48. package/dist-es/commands/GetReadinessCheckResourceStatusCommand.js +3 -3
  49. package/dist-es/commands/GetReadinessCheckStatusCommand.js +3 -3
  50. package/dist-es/commands/GetRecoveryGroupCommand.js +3 -3
  51. package/dist-es/commands/GetRecoveryGroupReadinessSummaryCommand.js +3 -3
  52. package/dist-es/commands/GetResourceSetCommand.js +3 -3
  53. package/dist-es/commands/ListCellsCommand.js +3 -3
  54. package/dist-es/commands/ListCrossAccountAuthorizationsCommand.js +3 -3
  55. package/dist-es/commands/ListReadinessChecksCommand.js +3 -3
  56. package/dist-es/commands/ListRecoveryGroupsCommand.js +3 -3
  57. package/dist-es/commands/ListResourceSetsCommand.js +3 -3
  58. package/dist-es/commands/ListRulesCommand.js +3 -3
  59. package/dist-es/commands/ListTagsForResourcesCommand.js +3 -3
  60. package/dist-es/commands/TagResourceCommand.js +3 -3
  61. package/dist-es/commands/UntagResourceCommand.js +3 -3
  62. package/dist-es/commands/UpdateCellCommand.js +3 -3
  63. package/dist-es/commands/UpdateReadinessCheckCommand.js +3 -3
  64. package/dist-es/commands/UpdateRecoveryGroupCommand.js +3 -3
  65. package/dist-es/commands/UpdateResourceSetCommand.js +3 -3
  66. package/dist-es/protocols/Aws_restJson1.js +397 -411
  67. package/dist-types/protocols/Aws_restJson1.d.ts +256 -64
  68. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +64 -64
  69. package/package.json +6 -6
@@ -32,67 +32,259 @@ import { UpdateCellCommandInput, UpdateCellCommandOutput } from "../commands/Upd
32
32
  import { UpdateReadinessCheckCommandInput, UpdateReadinessCheckCommandOutput } from "../commands/UpdateReadinessCheckCommand";
33
33
  import { UpdateRecoveryGroupCommandInput, UpdateRecoveryGroupCommandOutput } from "../commands/UpdateRecoveryGroupCommand";
34
34
  import { UpdateResourceSetCommandInput, UpdateResourceSetCommandOutput } from "../commands/UpdateResourceSetCommand";
35
- export declare const serializeAws_restJson1CreateCellCommand: (input: CreateCellCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- export declare const serializeAws_restJson1CreateCrossAccountAuthorizationCommand: (input: CreateCrossAccountAuthorizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- export declare const serializeAws_restJson1CreateReadinessCheckCommand: (input: CreateReadinessCheckCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- export declare const serializeAws_restJson1CreateRecoveryGroupCommand: (input: CreateRecoveryGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const serializeAws_restJson1CreateResourceSetCommand: (input: CreateResourceSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_restJson1DeleteCellCommand: (input: DeleteCellCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_restJson1DeleteCrossAccountAuthorizationCommand: (input: DeleteCrossAccountAuthorizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_restJson1DeleteReadinessCheckCommand: (input: DeleteReadinessCheckCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_restJson1DeleteRecoveryGroupCommand: (input: DeleteRecoveryGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_restJson1DeleteResourceSetCommand: (input: DeleteResourceSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_restJson1GetArchitectureRecommendationsCommand: (input: GetArchitectureRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_restJson1GetCellCommand: (input: GetCellCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_restJson1GetCellReadinessSummaryCommand: (input: GetCellReadinessSummaryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_restJson1GetReadinessCheckCommand: (input: GetReadinessCheckCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_restJson1GetReadinessCheckResourceStatusCommand: (input: GetReadinessCheckResourceStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_restJson1GetReadinessCheckStatusCommand: (input: GetReadinessCheckStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_restJson1GetRecoveryGroupCommand: (input: GetRecoveryGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_restJson1GetRecoveryGroupReadinessSummaryCommand: (input: GetRecoveryGroupReadinessSummaryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_restJson1GetResourceSetCommand: (input: GetResourceSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_restJson1ListCellsCommand: (input: ListCellsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_restJson1ListCrossAccountAuthorizationsCommand: (input: ListCrossAccountAuthorizationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_restJson1ListReadinessChecksCommand: (input: ListReadinessChecksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_restJson1ListRecoveryGroupsCommand: (input: ListRecoveryGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_restJson1ListResourceSetsCommand: (input: ListResourceSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_restJson1ListRulesCommand: (input: ListRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_restJson1ListTagsForResourcesCommand: (input: ListTagsForResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_restJson1UpdateCellCommand: (input: UpdateCellCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_restJson1UpdateReadinessCheckCommand: (input: UpdateReadinessCheckCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_restJson1UpdateRecoveryGroupCommand: (input: UpdateRecoveryGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_restJson1UpdateResourceSetCommand: (input: UpdateResourceSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const deserializeAws_restJson1CreateCellCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCellCommandOutput>;
68
- export declare const deserializeAws_restJson1CreateCrossAccountAuthorizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCrossAccountAuthorizationCommandOutput>;
69
- export declare const deserializeAws_restJson1CreateReadinessCheckCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateReadinessCheckCommandOutput>;
70
- export declare const deserializeAws_restJson1CreateRecoveryGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRecoveryGroupCommandOutput>;
71
- export declare const deserializeAws_restJson1CreateResourceSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateResourceSetCommandOutput>;
72
- export declare const deserializeAws_restJson1DeleteCellCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCellCommandOutput>;
73
- export declare const deserializeAws_restJson1DeleteCrossAccountAuthorizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCrossAccountAuthorizationCommandOutput>;
74
- export declare const deserializeAws_restJson1DeleteReadinessCheckCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteReadinessCheckCommandOutput>;
75
- export declare const deserializeAws_restJson1DeleteRecoveryGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRecoveryGroupCommandOutput>;
76
- export declare const deserializeAws_restJson1DeleteResourceSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourceSetCommandOutput>;
77
- export declare const deserializeAws_restJson1GetArchitectureRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetArchitectureRecommendationsCommandOutput>;
78
- export declare const deserializeAws_restJson1GetCellCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCellCommandOutput>;
79
- export declare const deserializeAws_restJson1GetCellReadinessSummaryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCellReadinessSummaryCommandOutput>;
80
- export declare const deserializeAws_restJson1GetReadinessCheckCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReadinessCheckCommandOutput>;
81
- export declare const deserializeAws_restJson1GetReadinessCheckResourceStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReadinessCheckResourceStatusCommandOutput>;
82
- export declare const deserializeAws_restJson1GetReadinessCheckStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReadinessCheckStatusCommandOutput>;
83
- export declare const deserializeAws_restJson1GetRecoveryGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRecoveryGroupCommandOutput>;
84
- export declare const deserializeAws_restJson1GetRecoveryGroupReadinessSummaryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRecoveryGroupReadinessSummaryCommandOutput>;
85
- export declare const deserializeAws_restJson1GetResourceSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourceSetCommandOutput>;
86
- export declare const deserializeAws_restJson1ListCellsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCellsCommandOutput>;
87
- export declare const deserializeAws_restJson1ListCrossAccountAuthorizationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCrossAccountAuthorizationsCommandOutput>;
88
- export declare const deserializeAws_restJson1ListReadinessChecksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReadinessChecksCommandOutput>;
89
- export declare const deserializeAws_restJson1ListRecoveryGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRecoveryGroupsCommandOutput>;
90
- export declare const deserializeAws_restJson1ListResourceSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourceSetsCommandOutput>;
91
- export declare const deserializeAws_restJson1ListRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRulesCommandOutput>;
92
- export declare const deserializeAws_restJson1ListTagsForResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourcesCommandOutput>;
93
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
94
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
95
- export declare const deserializeAws_restJson1UpdateCellCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCellCommandOutput>;
96
- export declare const deserializeAws_restJson1UpdateReadinessCheckCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateReadinessCheckCommandOutput>;
97
- export declare const deserializeAws_restJson1UpdateRecoveryGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRecoveryGroupCommandOutput>;
98
- export declare const deserializeAws_restJson1UpdateResourceSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResourceSetCommandOutput>;
35
+ /**
36
+ * serializeAws_restJson1CreateCellCommand
37
+ */
38
+ export declare const se_CreateCellCommand: (input: CreateCellCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
+ /**
40
+ * serializeAws_restJson1CreateCrossAccountAuthorizationCommand
41
+ */
42
+ export declare const se_CreateCrossAccountAuthorizationCommand: (input: CreateCrossAccountAuthorizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
+ /**
44
+ * serializeAws_restJson1CreateReadinessCheckCommand
45
+ */
46
+ export declare const se_CreateReadinessCheckCommand: (input: CreateReadinessCheckCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
+ /**
48
+ * serializeAws_restJson1CreateRecoveryGroupCommand
49
+ */
50
+ export declare const se_CreateRecoveryGroupCommand: (input: CreateRecoveryGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
+ /**
52
+ * serializeAws_restJson1CreateResourceSetCommand
53
+ */
54
+ export declare const se_CreateResourceSetCommand: (input: CreateResourceSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
+ /**
56
+ * serializeAws_restJson1DeleteCellCommand
57
+ */
58
+ export declare const se_DeleteCellCommand: (input: DeleteCellCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
+ /**
60
+ * serializeAws_restJson1DeleteCrossAccountAuthorizationCommand
61
+ */
62
+ export declare const se_DeleteCrossAccountAuthorizationCommand: (input: DeleteCrossAccountAuthorizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
+ /**
64
+ * serializeAws_restJson1DeleteReadinessCheckCommand
65
+ */
66
+ export declare const se_DeleteReadinessCheckCommand: (input: DeleteReadinessCheckCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
+ /**
68
+ * serializeAws_restJson1DeleteRecoveryGroupCommand
69
+ */
70
+ export declare const se_DeleteRecoveryGroupCommand: (input: DeleteRecoveryGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
+ /**
72
+ * serializeAws_restJson1DeleteResourceSetCommand
73
+ */
74
+ export declare const se_DeleteResourceSetCommand: (input: DeleteResourceSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
+ /**
76
+ * serializeAws_restJson1GetArchitectureRecommendationsCommand
77
+ */
78
+ export declare const se_GetArchitectureRecommendationsCommand: (input: GetArchitectureRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
+ /**
80
+ * serializeAws_restJson1GetCellCommand
81
+ */
82
+ export declare const se_GetCellCommand: (input: GetCellCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
+ /**
84
+ * serializeAws_restJson1GetCellReadinessSummaryCommand
85
+ */
86
+ export declare const se_GetCellReadinessSummaryCommand: (input: GetCellReadinessSummaryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
+ /**
88
+ * serializeAws_restJson1GetReadinessCheckCommand
89
+ */
90
+ export declare const se_GetReadinessCheckCommand: (input: GetReadinessCheckCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
+ /**
92
+ * serializeAws_restJson1GetReadinessCheckResourceStatusCommand
93
+ */
94
+ export declare const se_GetReadinessCheckResourceStatusCommand: (input: GetReadinessCheckResourceStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
+ /**
96
+ * serializeAws_restJson1GetReadinessCheckStatusCommand
97
+ */
98
+ export declare const se_GetReadinessCheckStatusCommand: (input: GetReadinessCheckStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
+ /**
100
+ * serializeAws_restJson1GetRecoveryGroupCommand
101
+ */
102
+ export declare const se_GetRecoveryGroupCommand: (input: GetRecoveryGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
+ /**
104
+ * serializeAws_restJson1GetRecoveryGroupReadinessSummaryCommand
105
+ */
106
+ export declare const se_GetRecoveryGroupReadinessSummaryCommand: (input: GetRecoveryGroupReadinessSummaryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
+ /**
108
+ * serializeAws_restJson1GetResourceSetCommand
109
+ */
110
+ export declare const se_GetResourceSetCommand: (input: GetResourceSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
+ /**
112
+ * serializeAws_restJson1ListCellsCommand
113
+ */
114
+ export declare const se_ListCellsCommand: (input: ListCellsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
+ /**
116
+ * serializeAws_restJson1ListCrossAccountAuthorizationsCommand
117
+ */
118
+ export declare const se_ListCrossAccountAuthorizationsCommand: (input: ListCrossAccountAuthorizationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
+ /**
120
+ * serializeAws_restJson1ListReadinessChecksCommand
121
+ */
122
+ export declare const se_ListReadinessChecksCommand: (input: ListReadinessChecksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
+ /**
124
+ * serializeAws_restJson1ListRecoveryGroupsCommand
125
+ */
126
+ export declare const se_ListRecoveryGroupsCommand: (input: ListRecoveryGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
+ /**
128
+ * serializeAws_restJson1ListResourceSetsCommand
129
+ */
130
+ export declare const se_ListResourceSetsCommand: (input: ListResourceSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
+ /**
132
+ * serializeAws_restJson1ListRulesCommand
133
+ */
134
+ export declare const se_ListRulesCommand: (input: ListRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
+ /**
136
+ * serializeAws_restJson1ListTagsForResourcesCommand
137
+ */
138
+ export declare const se_ListTagsForResourcesCommand: (input: ListTagsForResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
+ /**
140
+ * serializeAws_restJson1TagResourceCommand
141
+ */
142
+ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
+ /**
144
+ * serializeAws_restJson1UntagResourceCommand
145
+ */
146
+ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
147
+ /**
148
+ * serializeAws_restJson1UpdateCellCommand
149
+ */
150
+ export declare const se_UpdateCellCommand: (input: UpdateCellCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
151
+ /**
152
+ * serializeAws_restJson1UpdateReadinessCheckCommand
153
+ */
154
+ export declare const se_UpdateReadinessCheckCommand: (input: UpdateReadinessCheckCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
155
+ /**
156
+ * serializeAws_restJson1UpdateRecoveryGroupCommand
157
+ */
158
+ export declare const se_UpdateRecoveryGroupCommand: (input: UpdateRecoveryGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
159
+ /**
160
+ * serializeAws_restJson1UpdateResourceSetCommand
161
+ */
162
+ export declare const se_UpdateResourceSetCommand: (input: UpdateResourceSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
163
+ /**
164
+ * deserializeAws_restJson1CreateCellCommand
165
+ */
166
+ export declare const de_CreateCellCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCellCommandOutput>;
167
+ /**
168
+ * deserializeAws_restJson1CreateCrossAccountAuthorizationCommand
169
+ */
170
+ export declare const de_CreateCrossAccountAuthorizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCrossAccountAuthorizationCommandOutput>;
171
+ /**
172
+ * deserializeAws_restJson1CreateReadinessCheckCommand
173
+ */
174
+ export declare const de_CreateReadinessCheckCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateReadinessCheckCommandOutput>;
175
+ /**
176
+ * deserializeAws_restJson1CreateRecoveryGroupCommand
177
+ */
178
+ export declare const de_CreateRecoveryGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRecoveryGroupCommandOutput>;
179
+ /**
180
+ * deserializeAws_restJson1CreateResourceSetCommand
181
+ */
182
+ export declare const de_CreateResourceSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateResourceSetCommandOutput>;
183
+ /**
184
+ * deserializeAws_restJson1DeleteCellCommand
185
+ */
186
+ export declare const de_DeleteCellCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCellCommandOutput>;
187
+ /**
188
+ * deserializeAws_restJson1DeleteCrossAccountAuthorizationCommand
189
+ */
190
+ export declare const de_DeleteCrossAccountAuthorizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCrossAccountAuthorizationCommandOutput>;
191
+ /**
192
+ * deserializeAws_restJson1DeleteReadinessCheckCommand
193
+ */
194
+ export declare const de_DeleteReadinessCheckCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteReadinessCheckCommandOutput>;
195
+ /**
196
+ * deserializeAws_restJson1DeleteRecoveryGroupCommand
197
+ */
198
+ export declare const de_DeleteRecoveryGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRecoveryGroupCommandOutput>;
199
+ /**
200
+ * deserializeAws_restJson1DeleteResourceSetCommand
201
+ */
202
+ export declare const de_DeleteResourceSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourceSetCommandOutput>;
203
+ /**
204
+ * deserializeAws_restJson1GetArchitectureRecommendationsCommand
205
+ */
206
+ export declare const de_GetArchitectureRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetArchitectureRecommendationsCommandOutput>;
207
+ /**
208
+ * deserializeAws_restJson1GetCellCommand
209
+ */
210
+ export declare const de_GetCellCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCellCommandOutput>;
211
+ /**
212
+ * deserializeAws_restJson1GetCellReadinessSummaryCommand
213
+ */
214
+ export declare const de_GetCellReadinessSummaryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCellReadinessSummaryCommandOutput>;
215
+ /**
216
+ * deserializeAws_restJson1GetReadinessCheckCommand
217
+ */
218
+ export declare const de_GetReadinessCheckCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReadinessCheckCommandOutput>;
219
+ /**
220
+ * deserializeAws_restJson1GetReadinessCheckResourceStatusCommand
221
+ */
222
+ export declare const de_GetReadinessCheckResourceStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReadinessCheckResourceStatusCommandOutput>;
223
+ /**
224
+ * deserializeAws_restJson1GetReadinessCheckStatusCommand
225
+ */
226
+ export declare const de_GetReadinessCheckStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReadinessCheckStatusCommandOutput>;
227
+ /**
228
+ * deserializeAws_restJson1GetRecoveryGroupCommand
229
+ */
230
+ export declare const de_GetRecoveryGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRecoveryGroupCommandOutput>;
231
+ /**
232
+ * deserializeAws_restJson1GetRecoveryGroupReadinessSummaryCommand
233
+ */
234
+ export declare const de_GetRecoveryGroupReadinessSummaryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRecoveryGroupReadinessSummaryCommandOutput>;
235
+ /**
236
+ * deserializeAws_restJson1GetResourceSetCommand
237
+ */
238
+ export declare const de_GetResourceSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourceSetCommandOutput>;
239
+ /**
240
+ * deserializeAws_restJson1ListCellsCommand
241
+ */
242
+ export declare const de_ListCellsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCellsCommandOutput>;
243
+ /**
244
+ * deserializeAws_restJson1ListCrossAccountAuthorizationsCommand
245
+ */
246
+ export declare const de_ListCrossAccountAuthorizationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCrossAccountAuthorizationsCommandOutput>;
247
+ /**
248
+ * deserializeAws_restJson1ListReadinessChecksCommand
249
+ */
250
+ export declare const de_ListReadinessChecksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReadinessChecksCommandOutput>;
251
+ /**
252
+ * deserializeAws_restJson1ListRecoveryGroupsCommand
253
+ */
254
+ export declare const de_ListRecoveryGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRecoveryGroupsCommandOutput>;
255
+ /**
256
+ * deserializeAws_restJson1ListResourceSetsCommand
257
+ */
258
+ export declare const de_ListResourceSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourceSetsCommandOutput>;
259
+ /**
260
+ * deserializeAws_restJson1ListRulesCommand
261
+ */
262
+ export declare const de_ListRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRulesCommandOutput>;
263
+ /**
264
+ * deserializeAws_restJson1ListTagsForResourcesCommand
265
+ */
266
+ export declare const de_ListTagsForResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourcesCommandOutput>;
267
+ /**
268
+ * deserializeAws_restJson1TagResourceCommand
269
+ */
270
+ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
271
+ /**
272
+ * deserializeAws_restJson1UntagResourceCommand
273
+ */
274
+ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
275
+ /**
276
+ * deserializeAws_restJson1UpdateCellCommand
277
+ */
278
+ export declare const de_UpdateCellCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCellCommandOutput>;
279
+ /**
280
+ * deserializeAws_restJson1UpdateReadinessCheckCommand
281
+ */
282
+ export declare const de_UpdateReadinessCheckCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateReadinessCheckCommandOutput>;
283
+ /**
284
+ * deserializeAws_restJson1UpdateRecoveryGroupCommand
285
+ */
286
+ export declare const de_UpdateRecoveryGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRecoveryGroupCommandOutput>;
287
+ /**
288
+ * deserializeAws_restJson1UpdateResourceSetCommand
289
+ */
290
+ export declare const de_UpdateResourceSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResourceSetCommandOutput>;