@aws-sdk/client-drs 3.303.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 (75) hide show
  1. package/dist-cjs/commands/CreateExtendedSourceServerCommand.js +2 -2
  2. package/dist-cjs/commands/CreateReplicationConfigurationTemplateCommand.js +2 -2
  3. package/dist-cjs/commands/DeleteJobCommand.js +2 -2
  4. package/dist-cjs/commands/DeleteRecoveryInstanceCommand.js +2 -2
  5. package/dist-cjs/commands/DeleteReplicationConfigurationTemplateCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteSourceServerCommand.js +2 -2
  7. package/dist-cjs/commands/DescribeJobLogItemsCommand.js +2 -2
  8. package/dist-cjs/commands/DescribeJobsCommand.js +2 -2
  9. package/dist-cjs/commands/DescribeRecoveryInstancesCommand.js +2 -2
  10. package/dist-cjs/commands/DescribeRecoverySnapshotsCommand.js +2 -2
  11. package/dist-cjs/commands/DescribeReplicationConfigurationTemplatesCommand.js +2 -2
  12. package/dist-cjs/commands/DescribeSourceServersCommand.js +2 -2
  13. package/dist-cjs/commands/DisconnectRecoveryInstanceCommand.js +2 -2
  14. package/dist-cjs/commands/DisconnectSourceServerCommand.js +2 -2
  15. package/dist-cjs/commands/GetFailbackReplicationConfigurationCommand.js +2 -2
  16. package/dist-cjs/commands/GetLaunchConfigurationCommand.js +2 -2
  17. package/dist-cjs/commands/GetReplicationConfigurationCommand.js +2 -2
  18. package/dist-cjs/commands/InitializeServiceCommand.js +2 -2
  19. package/dist-cjs/commands/ListExtensibleSourceServersCommand.js +2 -2
  20. package/dist-cjs/commands/ListStagingAccountsCommand.js +2 -2
  21. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  22. package/dist-cjs/commands/RetryDataReplicationCommand.js +2 -2
  23. package/dist-cjs/commands/ReverseReplicationCommand.js +2 -2
  24. package/dist-cjs/commands/StartFailbackLaunchCommand.js +2 -2
  25. package/dist-cjs/commands/StartRecoveryCommand.js +2 -2
  26. package/dist-cjs/commands/StartReplicationCommand.js +2 -2
  27. package/dist-cjs/commands/StopFailbackCommand.js +2 -2
  28. package/dist-cjs/commands/StopReplicationCommand.js +2 -2
  29. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  30. package/dist-cjs/commands/TerminateRecoveryInstancesCommand.js +2 -2
  31. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  32. package/dist-cjs/commands/UpdateFailbackReplicationConfigurationCommand.js +2 -2
  33. package/dist-cjs/commands/UpdateLaunchConfigurationCommand.js +2 -2
  34. package/dist-cjs/commands/UpdateReplicationConfigurationCommand.js +2 -2
  35. package/dist-cjs/commands/UpdateReplicationConfigurationTemplateCommand.js +2 -2
  36. package/dist-cjs/protocols/Aws_restJson1.js +627 -669
  37. package/dist-es/commands/CreateExtendedSourceServerCommand.js +3 -3
  38. package/dist-es/commands/CreateReplicationConfigurationTemplateCommand.js +3 -3
  39. package/dist-es/commands/DeleteJobCommand.js +3 -3
  40. package/dist-es/commands/DeleteRecoveryInstanceCommand.js +3 -3
  41. package/dist-es/commands/DeleteReplicationConfigurationTemplateCommand.js +3 -3
  42. package/dist-es/commands/DeleteSourceServerCommand.js +3 -3
  43. package/dist-es/commands/DescribeJobLogItemsCommand.js +3 -3
  44. package/dist-es/commands/DescribeJobsCommand.js +3 -3
  45. package/dist-es/commands/DescribeRecoveryInstancesCommand.js +3 -3
  46. package/dist-es/commands/DescribeRecoverySnapshotsCommand.js +3 -3
  47. package/dist-es/commands/DescribeReplicationConfigurationTemplatesCommand.js +3 -3
  48. package/dist-es/commands/DescribeSourceServersCommand.js +3 -3
  49. package/dist-es/commands/DisconnectRecoveryInstanceCommand.js +3 -3
  50. package/dist-es/commands/DisconnectSourceServerCommand.js +3 -3
  51. package/dist-es/commands/GetFailbackReplicationConfigurationCommand.js +3 -3
  52. package/dist-es/commands/GetLaunchConfigurationCommand.js +3 -3
  53. package/dist-es/commands/GetReplicationConfigurationCommand.js +3 -3
  54. package/dist-es/commands/InitializeServiceCommand.js +3 -3
  55. package/dist-es/commands/ListExtensibleSourceServersCommand.js +3 -3
  56. package/dist-es/commands/ListStagingAccountsCommand.js +3 -3
  57. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  58. package/dist-es/commands/RetryDataReplicationCommand.js +3 -3
  59. package/dist-es/commands/ReverseReplicationCommand.js +3 -3
  60. package/dist-es/commands/StartFailbackLaunchCommand.js +3 -3
  61. package/dist-es/commands/StartRecoveryCommand.js +3 -3
  62. package/dist-es/commands/StartReplicationCommand.js +3 -3
  63. package/dist-es/commands/StopFailbackCommand.js +3 -3
  64. package/dist-es/commands/StopReplicationCommand.js +3 -3
  65. package/dist-es/commands/TagResourceCommand.js +3 -3
  66. package/dist-es/commands/TerminateRecoveryInstancesCommand.js +3 -3
  67. package/dist-es/commands/UntagResourceCommand.js +3 -3
  68. package/dist-es/commands/UpdateFailbackReplicationConfigurationCommand.js +3 -3
  69. package/dist-es/commands/UpdateLaunchConfigurationCommand.js +3 -3
  70. package/dist-es/commands/UpdateReplicationConfigurationCommand.js +3 -3
  71. package/dist-es/commands/UpdateReplicationConfigurationTemplateCommand.js +3 -3
  72. package/dist-es/protocols/Aws_restJson1.js +555 -597
  73. package/dist-types/protocols/Aws_restJson1.d.ts +280 -70
  74. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +70 -70
  75. package/package.json +29 -29
@@ -35,73 +35,283 @@ import { UpdateFailbackReplicationConfigurationCommandInput, UpdateFailbackRepli
35
35
  import { UpdateLaunchConfigurationCommandInput, UpdateLaunchConfigurationCommandOutput } from "../commands/UpdateLaunchConfigurationCommand";
36
36
  import { UpdateReplicationConfigurationCommandInput, UpdateReplicationConfigurationCommandOutput } from "../commands/UpdateReplicationConfigurationCommand";
37
37
  import { UpdateReplicationConfigurationTemplateCommandInput, UpdateReplicationConfigurationTemplateCommandOutput } from "../commands/UpdateReplicationConfigurationTemplateCommand";
38
- export declare const serializeAws_restJson1CreateExtendedSourceServerCommand: (input: CreateExtendedSourceServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const serializeAws_restJson1CreateReplicationConfigurationTemplateCommand: (input: CreateReplicationConfigurationTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_restJson1DeleteJobCommand: (input: DeleteJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_restJson1DeleteRecoveryInstanceCommand: (input: DeleteRecoveryInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_restJson1DeleteReplicationConfigurationTemplateCommand: (input: DeleteReplicationConfigurationTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_restJson1DeleteSourceServerCommand: (input: DeleteSourceServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_restJson1DescribeJobLogItemsCommand: (input: DescribeJobLogItemsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_restJson1DescribeJobsCommand: (input: DescribeJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_restJson1DescribeRecoveryInstancesCommand: (input: DescribeRecoveryInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_restJson1DescribeRecoverySnapshotsCommand: (input: DescribeRecoverySnapshotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_restJson1DescribeReplicationConfigurationTemplatesCommand: (input: DescribeReplicationConfigurationTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_restJson1DescribeSourceServersCommand: (input: DescribeSourceServersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_restJson1DisconnectRecoveryInstanceCommand: (input: DisconnectRecoveryInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_restJson1DisconnectSourceServerCommand: (input: DisconnectSourceServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_restJson1GetFailbackReplicationConfigurationCommand: (input: GetFailbackReplicationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_restJson1GetLaunchConfigurationCommand: (input: GetLaunchConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_restJson1GetReplicationConfigurationCommand: (input: GetReplicationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_restJson1InitializeServiceCommand: (input: InitializeServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_restJson1ListExtensibleSourceServersCommand: (input: ListExtensibleSourceServersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_restJson1ListStagingAccountsCommand: (input: ListStagingAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_restJson1RetryDataReplicationCommand: (input: RetryDataReplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_restJson1ReverseReplicationCommand: (input: ReverseReplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_restJson1StartFailbackLaunchCommand: (input: StartFailbackLaunchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_restJson1StartRecoveryCommand: (input: StartRecoveryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_restJson1StartReplicationCommand: (input: StartReplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_restJson1StopFailbackCommand: (input: StopFailbackCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_restJson1StopReplicationCommand: (input: StopReplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_restJson1TerminateRecoveryInstancesCommand: (input: TerminateRecoveryInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_restJson1UpdateFailbackReplicationConfigurationCommand: (input: UpdateFailbackReplicationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_restJson1UpdateLaunchConfigurationCommand: (input: UpdateLaunchConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_restJson1UpdateReplicationConfigurationCommand: (input: UpdateReplicationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_restJson1UpdateReplicationConfigurationTemplateCommand: (input: UpdateReplicationConfigurationTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const deserializeAws_restJson1CreateExtendedSourceServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateExtendedSourceServerCommandOutput>;
74
- export declare const deserializeAws_restJson1CreateReplicationConfigurationTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateReplicationConfigurationTemplateCommandOutput>;
75
- export declare const deserializeAws_restJson1DeleteJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteJobCommandOutput>;
76
- export declare const deserializeAws_restJson1DeleteRecoveryInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRecoveryInstanceCommandOutput>;
77
- export declare const deserializeAws_restJson1DeleteReplicationConfigurationTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteReplicationConfigurationTemplateCommandOutput>;
78
- export declare const deserializeAws_restJson1DeleteSourceServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSourceServerCommandOutput>;
79
- export declare const deserializeAws_restJson1DescribeJobLogItemsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeJobLogItemsCommandOutput>;
80
- export declare const deserializeAws_restJson1DescribeJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeJobsCommandOutput>;
81
- export declare const deserializeAws_restJson1DescribeRecoveryInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRecoveryInstancesCommandOutput>;
82
- export declare const deserializeAws_restJson1DescribeRecoverySnapshotsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRecoverySnapshotsCommandOutput>;
83
- export declare const deserializeAws_restJson1DescribeReplicationConfigurationTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReplicationConfigurationTemplatesCommandOutput>;
84
- export declare const deserializeAws_restJson1DescribeSourceServersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSourceServersCommandOutput>;
85
- export declare const deserializeAws_restJson1DisconnectRecoveryInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisconnectRecoveryInstanceCommandOutput>;
86
- export declare const deserializeAws_restJson1DisconnectSourceServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisconnectSourceServerCommandOutput>;
87
- export declare const deserializeAws_restJson1GetFailbackReplicationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFailbackReplicationConfigurationCommandOutput>;
88
- export declare const deserializeAws_restJson1GetLaunchConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLaunchConfigurationCommandOutput>;
89
- export declare const deserializeAws_restJson1GetReplicationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReplicationConfigurationCommandOutput>;
90
- export declare const deserializeAws_restJson1InitializeServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InitializeServiceCommandOutput>;
91
- export declare const deserializeAws_restJson1ListExtensibleSourceServersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListExtensibleSourceServersCommandOutput>;
92
- export declare const deserializeAws_restJson1ListStagingAccountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStagingAccountsCommandOutput>;
93
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
94
- export declare const deserializeAws_restJson1RetryDataReplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RetryDataReplicationCommandOutput>;
95
- export declare const deserializeAws_restJson1ReverseReplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ReverseReplicationCommandOutput>;
96
- export declare const deserializeAws_restJson1StartFailbackLaunchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartFailbackLaunchCommandOutput>;
97
- export declare const deserializeAws_restJson1StartRecoveryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartRecoveryCommandOutput>;
98
- export declare const deserializeAws_restJson1StartReplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartReplicationCommandOutput>;
99
- export declare const deserializeAws_restJson1StopFailbackCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopFailbackCommandOutput>;
100
- export declare const deserializeAws_restJson1StopReplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopReplicationCommandOutput>;
101
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
102
- export declare const deserializeAws_restJson1TerminateRecoveryInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TerminateRecoveryInstancesCommandOutput>;
103
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
104
- export declare const deserializeAws_restJson1UpdateFailbackReplicationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFailbackReplicationConfigurationCommandOutput>;
105
- export declare const deserializeAws_restJson1UpdateLaunchConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLaunchConfigurationCommandOutput>;
106
- export declare const deserializeAws_restJson1UpdateReplicationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateReplicationConfigurationCommandOutput>;
107
- export declare const deserializeAws_restJson1UpdateReplicationConfigurationTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateReplicationConfigurationTemplateCommandOutput>;
38
+ /**
39
+ * serializeAws_restJson1CreateExtendedSourceServerCommand
40
+ */
41
+ export declare const se_CreateExtendedSourceServerCommand: (input: CreateExtendedSourceServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
+ /**
43
+ * serializeAws_restJson1CreateReplicationConfigurationTemplateCommand
44
+ */
45
+ export declare const se_CreateReplicationConfigurationTemplateCommand: (input: CreateReplicationConfigurationTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
+ /**
47
+ * serializeAws_restJson1DeleteJobCommand
48
+ */
49
+ export declare const se_DeleteJobCommand: (input: DeleteJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
+ /**
51
+ * serializeAws_restJson1DeleteRecoveryInstanceCommand
52
+ */
53
+ export declare const se_DeleteRecoveryInstanceCommand: (input: DeleteRecoveryInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
+ /**
55
+ * serializeAws_restJson1DeleteReplicationConfigurationTemplateCommand
56
+ */
57
+ export declare const se_DeleteReplicationConfigurationTemplateCommand: (input: DeleteReplicationConfigurationTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
+ /**
59
+ * serializeAws_restJson1DeleteSourceServerCommand
60
+ */
61
+ export declare const se_DeleteSourceServerCommand: (input: DeleteSourceServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
+ /**
63
+ * serializeAws_restJson1DescribeJobLogItemsCommand
64
+ */
65
+ export declare const se_DescribeJobLogItemsCommand: (input: DescribeJobLogItemsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
+ /**
67
+ * serializeAws_restJson1DescribeJobsCommand
68
+ */
69
+ export declare const se_DescribeJobsCommand: (input: DescribeJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
+ /**
71
+ * serializeAws_restJson1DescribeRecoveryInstancesCommand
72
+ */
73
+ export declare const se_DescribeRecoveryInstancesCommand: (input: DescribeRecoveryInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
+ /**
75
+ * serializeAws_restJson1DescribeRecoverySnapshotsCommand
76
+ */
77
+ export declare const se_DescribeRecoverySnapshotsCommand: (input: DescribeRecoverySnapshotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
+ /**
79
+ * serializeAws_restJson1DescribeReplicationConfigurationTemplatesCommand
80
+ */
81
+ export declare const se_DescribeReplicationConfigurationTemplatesCommand: (input: DescribeReplicationConfigurationTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
+ /**
83
+ * serializeAws_restJson1DescribeSourceServersCommand
84
+ */
85
+ export declare const se_DescribeSourceServersCommand: (input: DescribeSourceServersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
+ /**
87
+ * serializeAws_restJson1DisconnectRecoveryInstanceCommand
88
+ */
89
+ export declare const se_DisconnectRecoveryInstanceCommand: (input: DisconnectRecoveryInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
+ /**
91
+ * serializeAws_restJson1DisconnectSourceServerCommand
92
+ */
93
+ export declare const se_DisconnectSourceServerCommand: (input: DisconnectSourceServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
+ /**
95
+ * serializeAws_restJson1GetFailbackReplicationConfigurationCommand
96
+ */
97
+ export declare const se_GetFailbackReplicationConfigurationCommand: (input: GetFailbackReplicationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
+ /**
99
+ * serializeAws_restJson1GetLaunchConfigurationCommand
100
+ */
101
+ export declare const se_GetLaunchConfigurationCommand: (input: GetLaunchConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
+ /**
103
+ * serializeAws_restJson1GetReplicationConfigurationCommand
104
+ */
105
+ export declare const se_GetReplicationConfigurationCommand: (input: GetReplicationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
+ /**
107
+ * serializeAws_restJson1InitializeServiceCommand
108
+ */
109
+ export declare const se_InitializeServiceCommand: (input: InitializeServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
+ /**
111
+ * serializeAws_restJson1ListExtensibleSourceServersCommand
112
+ */
113
+ export declare const se_ListExtensibleSourceServersCommand: (input: ListExtensibleSourceServersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
+ /**
115
+ * serializeAws_restJson1ListStagingAccountsCommand
116
+ */
117
+ export declare const se_ListStagingAccountsCommand: (input: ListStagingAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
+ /**
119
+ * serializeAws_restJson1ListTagsForResourceCommand
120
+ */
121
+ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
+ /**
123
+ * serializeAws_restJson1RetryDataReplicationCommand
124
+ */
125
+ export declare const se_RetryDataReplicationCommand: (input: RetryDataReplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
+ /**
127
+ * serializeAws_restJson1ReverseReplicationCommand
128
+ */
129
+ export declare const se_ReverseReplicationCommand: (input: ReverseReplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
+ /**
131
+ * serializeAws_restJson1StartFailbackLaunchCommand
132
+ */
133
+ export declare const se_StartFailbackLaunchCommand: (input: StartFailbackLaunchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
+ /**
135
+ * serializeAws_restJson1StartRecoveryCommand
136
+ */
137
+ export declare const se_StartRecoveryCommand: (input: StartRecoveryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
+ /**
139
+ * serializeAws_restJson1StartReplicationCommand
140
+ */
141
+ export declare const se_StartReplicationCommand: (input: StartReplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
+ /**
143
+ * serializeAws_restJson1StopFailbackCommand
144
+ */
145
+ export declare const se_StopFailbackCommand: (input: StopFailbackCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
+ /**
147
+ * serializeAws_restJson1StopReplicationCommand
148
+ */
149
+ export declare const se_StopReplicationCommand: (input: StopReplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
+ /**
151
+ * serializeAws_restJson1TagResourceCommand
152
+ */
153
+ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
+ /**
155
+ * serializeAws_restJson1TerminateRecoveryInstancesCommand
156
+ */
157
+ export declare const se_TerminateRecoveryInstancesCommand: (input: TerminateRecoveryInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
+ /**
159
+ * serializeAws_restJson1UntagResourceCommand
160
+ */
161
+ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
+ /**
163
+ * serializeAws_restJson1UpdateFailbackReplicationConfigurationCommand
164
+ */
165
+ export declare const se_UpdateFailbackReplicationConfigurationCommand: (input: UpdateFailbackReplicationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
+ /**
167
+ * serializeAws_restJson1UpdateLaunchConfigurationCommand
168
+ */
169
+ export declare const se_UpdateLaunchConfigurationCommand: (input: UpdateLaunchConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
+ /**
171
+ * serializeAws_restJson1UpdateReplicationConfigurationCommand
172
+ */
173
+ export declare const se_UpdateReplicationConfigurationCommand: (input: UpdateReplicationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
+ /**
175
+ * serializeAws_restJson1UpdateReplicationConfigurationTemplateCommand
176
+ */
177
+ export declare const se_UpdateReplicationConfigurationTemplateCommand: (input: UpdateReplicationConfigurationTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
178
+ /**
179
+ * deserializeAws_restJson1CreateExtendedSourceServerCommand
180
+ */
181
+ export declare const de_CreateExtendedSourceServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateExtendedSourceServerCommandOutput>;
182
+ /**
183
+ * deserializeAws_restJson1CreateReplicationConfigurationTemplateCommand
184
+ */
185
+ export declare const de_CreateReplicationConfigurationTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateReplicationConfigurationTemplateCommandOutput>;
186
+ /**
187
+ * deserializeAws_restJson1DeleteJobCommand
188
+ */
189
+ export declare const de_DeleteJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteJobCommandOutput>;
190
+ /**
191
+ * deserializeAws_restJson1DeleteRecoveryInstanceCommand
192
+ */
193
+ export declare const de_DeleteRecoveryInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRecoveryInstanceCommandOutput>;
194
+ /**
195
+ * deserializeAws_restJson1DeleteReplicationConfigurationTemplateCommand
196
+ */
197
+ export declare const de_DeleteReplicationConfigurationTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteReplicationConfigurationTemplateCommandOutput>;
198
+ /**
199
+ * deserializeAws_restJson1DeleteSourceServerCommand
200
+ */
201
+ export declare const de_DeleteSourceServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSourceServerCommandOutput>;
202
+ /**
203
+ * deserializeAws_restJson1DescribeJobLogItemsCommand
204
+ */
205
+ export declare const de_DescribeJobLogItemsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeJobLogItemsCommandOutput>;
206
+ /**
207
+ * deserializeAws_restJson1DescribeJobsCommand
208
+ */
209
+ export declare const de_DescribeJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeJobsCommandOutput>;
210
+ /**
211
+ * deserializeAws_restJson1DescribeRecoveryInstancesCommand
212
+ */
213
+ export declare const de_DescribeRecoveryInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRecoveryInstancesCommandOutput>;
214
+ /**
215
+ * deserializeAws_restJson1DescribeRecoverySnapshotsCommand
216
+ */
217
+ export declare const de_DescribeRecoverySnapshotsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRecoverySnapshotsCommandOutput>;
218
+ /**
219
+ * deserializeAws_restJson1DescribeReplicationConfigurationTemplatesCommand
220
+ */
221
+ export declare const de_DescribeReplicationConfigurationTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReplicationConfigurationTemplatesCommandOutput>;
222
+ /**
223
+ * deserializeAws_restJson1DescribeSourceServersCommand
224
+ */
225
+ export declare const de_DescribeSourceServersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSourceServersCommandOutput>;
226
+ /**
227
+ * deserializeAws_restJson1DisconnectRecoveryInstanceCommand
228
+ */
229
+ export declare const de_DisconnectRecoveryInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisconnectRecoveryInstanceCommandOutput>;
230
+ /**
231
+ * deserializeAws_restJson1DisconnectSourceServerCommand
232
+ */
233
+ export declare const de_DisconnectSourceServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisconnectSourceServerCommandOutput>;
234
+ /**
235
+ * deserializeAws_restJson1GetFailbackReplicationConfigurationCommand
236
+ */
237
+ export declare const de_GetFailbackReplicationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFailbackReplicationConfigurationCommandOutput>;
238
+ /**
239
+ * deserializeAws_restJson1GetLaunchConfigurationCommand
240
+ */
241
+ export declare const de_GetLaunchConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLaunchConfigurationCommandOutput>;
242
+ /**
243
+ * deserializeAws_restJson1GetReplicationConfigurationCommand
244
+ */
245
+ export declare const de_GetReplicationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReplicationConfigurationCommandOutput>;
246
+ /**
247
+ * deserializeAws_restJson1InitializeServiceCommand
248
+ */
249
+ export declare const de_InitializeServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InitializeServiceCommandOutput>;
250
+ /**
251
+ * deserializeAws_restJson1ListExtensibleSourceServersCommand
252
+ */
253
+ export declare const de_ListExtensibleSourceServersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListExtensibleSourceServersCommandOutput>;
254
+ /**
255
+ * deserializeAws_restJson1ListStagingAccountsCommand
256
+ */
257
+ export declare const de_ListStagingAccountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStagingAccountsCommandOutput>;
258
+ /**
259
+ * deserializeAws_restJson1ListTagsForResourceCommand
260
+ */
261
+ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
262
+ /**
263
+ * deserializeAws_restJson1RetryDataReplicationCommand
264
+ */
265
+ export declare const de_RetryDataReplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RetryDataReplicationCommandOutput>;
266
+ /**
267
+ * deserializeAws_restJson1ReverseReplicationCommand
268
+ */
269
+ export declare const de_ReverseReplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ReverseReplicationCommandOutput>;
270
+ /**
271
+ * deserializeAws_restJson1StartFailbackLaunchCommand
272
+ */
273
+ export declare const de_StartFailbackLaunchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartFailbackLaunchCommandOutput>;
274
+ /**
275
+ * deserializeAws_restJson1StartRecoveryCommand
276
+ */
277
+ export declare const de_StartRecoveryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartRecoveryCommandOutput>;
278
+ /**
279
+ * deserializeAws_restJson1StartReplicationCommand
280
+ */
281
+ export declare const de_StartReplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartReplicationCommandOutput>;
282
+ /**
283
+ * deserializeAws_restJson1StopFailbackCommand
284
+ */
285
+ export declare const de_StopFailbackCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopFailbackCommandOutput>;
286
+ /**
287
+ * deserializeAws_restJson1StopReplicationCommand
288
+ */
289
+ export declare const de_StopReplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopReplicationCommandOutput>;
290
+ /**
291
+ * deserializeAws_restJson1TagResourceCommand
292
+ */
293
+ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
294
+ /**
295
+ * deserializeAws_restJson1TerminateRecoveryInstancesCommand
296
+ */
297
+ export declare const de_TerminateRecoveryInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TerminateRecoveryInstancesCommandOutput>;
298
+ /**
299
+ * deserializeAws_restJson1UntagResourceCommand
300
+ */
301
+ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
302
+ /**
303
+ * deserializeAws_restJson1UpdateFailbackReplicationConfigurationCommand
304
+ */
305
+ export declare const de_UpdateFailbackReplicationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFailbackReplicationConfigurationCommandOutput>;
306
+ /**
307
+ * deserializeAws_restJson1UpdateLaunchConfigurationCommand
308
+ */
309
+ export declare const de_UpdateLaunchConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLaunchConfigurationCommandOutput>;
310
+ /**
311
+ * deserializeAws_restJson1UpdateReplicationConfigurationCommand
312
+ */
313
+ export declare const de_UpdateReplicationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateReplicationConfigurationCommandOutput>;
314
+ /**
315
+ * deserializeAws_restJson1UpdateReplicationConfigurationTemplateCommand
316
+ */
317
+ export declare const de_UpdateReplicationConfigurationTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateReplicationConfigurationTemplateCommandOutput>;