@aws-sdk/client-backup-gateway 3.306.0 → 3.310.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 (55) hide show
  1. package/dist-cjs/commands/AssociateGatewayToServerCommand.js +2 -2
  2. package/dist-cjs/commands/CreateGatewayCommand.js +2 -2
  3. package/dist-cjs/commands/DeleteGatewayCommand.js +2 -2
  4. package/dist-cjs/commands/DeleteHypervisorCommand.js +2 -2
  5. package/dist-cjs/commands/DisassociateGatewayFromServerCommand.js +2 -2
  6. package/dist-cjs/commands/GetBandwidthRateLimitScheduleCommand.js +2 -2
  7. package/dist-cjs/commands/GetGatewayCommand.js +2 -2
  8. package/dist-cjs/commands/GetHypervisorCommand.js +2 -2
  9. package/dist-cjs/commands/GetHypervisorPropertyMappingsCommand.js +2 -2
  10. package/dist-cjs/commands/GetVirtualMachineCommand.js +2 -2
  11. package/dist-cjs/commands/ImportHypervisorConfigurationCommand.js +2 -2
  12. package/dist-cjs/commands/ListGatewaysCommand.js +2 -2
  13. package/dist-cjs/commands/ListHypervisorsCommand.js +2 -2
  14. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  15. package/dist-cjs/commands/ListVirtualMachinesCommand.js +2 -2
  16. package/dist-cjs/commands/PutBandwidthRateLimitScheduleCommand.js +2 -2
  17. package/dist-cjs/commands/PutHypervisorPropertyMappingsCommand.js +2 -2
  18. package/dist-cjs/commands/PutMaintenanceStartTimeCommand.js +2 -2
  19. package/dist-cjs/commands/StartVirtualMachinesMetadataSyncCommand.js +2 -2
  20. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  21. package/dist-cjs/commands/TestHypervisorConfigurationCommand.js +2 -2
  22. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  23. package/dist-cjs/commands/UpdateGatewayInformationCommand.js +2 -2
  24. package/dist-cjs/commands/UpdateGatewaySoftwareNowCommand.js +2 -2
  25. package/dist-cjs/commands/UpdateHypervisorCommand.js +2 -2
  26. package/dist-cjs/protocols/Aws_json1_0.js +433 -439
  27. package/dist-es/commands/AssociateGatewayToServerCommand.js +3 -3
  28. package/dist-es/commands/CreateGatewayCommand.js +3 -3
  29. package/dist-es/commands/DeleteGatewayCommand.js +3 -3
  30. package/dist-es/commands/DeleteHypervisorCommand.js +3 -3
  31. package/dist-es/commands/DisassociateGatewayFromServerCommand.js +3 -3
  32. package/dist-es/commands/GetBandwidthRateLimitScheduleCommand.js +3 -3
  33. package/dist-es/commands/GetGatewayCommand.js +3 -3
  34. package/dist-es/commands/GetHypervisorCommand.js +3 -3
  35. package/dist-es/commands/GetHypervisorPropertyMappingsCommand.js +3 -3
  36. package/dist-es/commands/GetVirtualMachineCommand.js +3 -3
  37. package/dist-es/commands/ImportHypervisorConfigurationCommand.js +3 -3
  38. package/dist-es/commands/ListGatewaysCommand.js +3 -3
  39. package/dist-es/commands/ListHypervisorsCommand.js +3 -3
  40. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  41. package/dist-es/commands/ListVirtualMachinesCommand.js +3 -3
  42. package/dist-es/commands/PutBandwidthRateLimitScheduleCommand.js +3 -3
  43. package/dist-es/commands/PutHypervisorPropertyMappingsCommand.js +3 -3
  44. package/dist-es/commands/PutMaintenanceStartTimeCommand.js +3 -3
  45. package/dist-es/commands/StartVirtualMachinesMetadataSyncCommand.js +3 -3
  46. package/dist-es/commands/TagResourceCommand.js +3 -3
  47. package/dist-es/commands/TestHypervisorConfigurationCommand.js +3 -3
  48. package/dist-es/commands/UntagResourceCommand.js +3 -3
  49. package/dist-es/commands/UpdateGatewayInformationCommand.js +3 -3
  50. package/dist-es/commands/UpdateGatewaySoftwareNowCommand.js +3 -3
  51. package/dist-es/commands/UpdateHypervisorCommand.js +3 -3
  52. package/dist-es/protocols/Aws_json1_0.js +382 -388
  53. package/dist-types/protocols/Aws_json1_0.d.ts +200 -50
  54. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +50 -50
  55. package/package.json +35 -35
@@ -25,53 +25,203 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../comman
25
25
  import { UpdateGatewayInformationCommandInput, UpdateGatewayInformationCommandOutput } from "../commands/UpdateGatewayInformationCommand";
26
26
  import { UpdateGatewaySoftwareNowCommandInput, UpdateGatewaySoftwareNowCommandOutput } from "../commands/UpdateGatewaySoftwareNowCommand";
27
27
  import { UpdateHypervisorCommandInput, UpdateHypervisorCommandOutput } from "../commands/UpdateHypervisorCommand";
28
- export declare const serializeAws_json1_0AssociateGatewayToServerCommand: (input: AssociateGatewayToServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
29
- export declare const serializeAws_json1_0CreateGatewayCommand: (input: CreateGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
- export declare const serializeAws_json1_0DeleteGatewayCommand: (input: DeleteGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
31
- export declare const serializeAws_json1_0DeleteHypervisorCommand: (input: DeleteHypervisorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
- export declare const serializeAws_json1_0DisassociateGatewayFromServerCommand: (input: DisassociateGatewayFromServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
- export declare const serializeAws_json1_0GetBandwidthRateLimitScheduleCommand: (input: GetBandwidthRateLimitScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
- export declare const serializeAws_json1_0GetGatewayCommand: (input: GetGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
- export declare const serializeAws_json1_0GetHypervisorCommand: (input: GetHypervisorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- export declare const serializeAws_json1_0GetHypervisorPropertyMappingsCommand: (input: GetHypervisorPropertyMappingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- export declare const serializeAws_json1_0GetVirtualMachineCommand: (input: GetVirtualMachineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- export declare const serializeAws_json1_0ImportHypervisorConfigurationCommand: (input: ImportHypervisorConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const serializeAws_json1_0ListGatewaysCommand: (input: ListGatewaysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_json1_0ListHypervisorsCommand: (input: ListHypervisorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_json1_0ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_json1_0ListVirtualMachinesCommand: (input: ListVirtualMachinesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_json1_0PutBandwidthRateLimitScheduleCommand: (input: PutBandwidthRateLimitScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_json1_0PutHypervisorPropertyMappingsCommand: (input: PutHypervisorPropertyMappingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_json1_0PutMaintenanceStartTimeCommand: (input: PutMaintenanceStartTimeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_json1_0StartVirtualMachinesMetadataSyncCommand: (input: StartVirtualMachinesMetadataSyncCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_json1_0TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_json1_0TestHypervisorConfigurationCommand: (input: TestHypervisorConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_json1_0UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_json1_0UpdateGatewayInformationCommand: (input: UpdateGatewayInformationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_json1_0UpdateGatewaySoftwareNowCommand: (input: UpdateGatewaySoftwareNowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_json1_0UpdateHypervisorCommand: (input: UpdateHypervisorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const deserializeAws_json1_0AssociateGatewayToServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateGatewayToServerCommandOutput>;
54
- export declare const deserializeAws_json1_0CreateGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGatewayCommandOutput>;
55
- export declare const deserializeAws_json1_0DeleteGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGatewayCommandOutput>;
56
- export declare const deserializeAws_json1_0DeleteHypervisorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteHypervisorCommandOutput>;
57
- export declare const deserializeAws_json1_0DisassociateGatewayFromServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateGatewayFromServerCommandOutput>;
58
- export declare const deserializeAws_json1_0GetBandwidthRateLimitScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBandwidthRateLimitScheduleCommandOutput>;
59
- export declare const deserializeAws_json1_0GetGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGatewayCommandOutput>;
60
- export declare const deserializeAws_json1_0GetHypervisorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetHypervisorCommandOutput>;
61
- export declare const deserializeAws_json1_0GetHypervisorPropertyMappingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetHypervisorPropertyMappingsCommandOutput>;
62
- export declare const deserializeAws_json1_0GetVirtualMachineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVirtualMachineCommandOutput>;
63
- export declare const deserializeAws_json1_0ImportHypervisorConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportHypervisorConfigurationCommandOutput>;
64
- export declare const deserializeAws_json1_0ListGatewaysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGatewaysCommandOutput>;
65
- export declare const deserializeAws_json1_0ListHypervisorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHypervisorsCommandOutput>;
66
- export declare const deserializeAws_json1_0ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
67
- export declare const deserializeAws_json1_0ListVirtualMachinesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVirtualMachinesCommandOutput>;
68
- export declare const deserializeAws_json1_0PutBandwidthRateLimitScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutBandwidthRateLimitScheduleCommandOutput>;
69
- export declare const deserializeAws_json1_0PutHypervisorPropertyMappingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutHypervisorPropertyMappingsCommandOutput>;
70
- export declare const deserializeAws_json1_0PutMaintenanceStartTimeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutMaintenanceStartTimeCommandOutput>;
71
- export declare const deserializeAws_json1_0StartVirtualMachinesMetadataSyncCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartVirtualMachinesMetadataSyncCommandOutput>;
72
- export declare const deserializeAws_json1_0TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
73
- export declare const deserializeAws_json1_0TestHypervisorConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TestHypervisorConfigurationCommandOutput>;
74
- export declare const deserializeAws_json1_0UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
75
- export declare const deserializeAws_json1_0UpdateGatewayInformationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGatewayInformationCommandOutput>;
76
- export declare const deserializeAws_json1_0UpdateGatewaySoftwareNowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGatewaySoftwareNowCommandOutput>;
77
- export declare const deserializeAws_json1_0UpdateHypervisorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateHypervisorCommandOutput>;
28
+ /**
29
+ * serializeAws_json1_0AssociateGatewayToServerCommand
30
+ */
31
+ export declare const se_AssociateGatewayToServerCommand: (input: AssociateGatewayToServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
+ /**
33
+ * serializeAws_json1_0CreateGatewayCommand
34
+ */
35
+ export declare const se_CreateGatewayCommand: (input: CreateGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
+ /**
37
+ * serializeAws_json1_0DeleteGatewayCommand
38
+ */
39
+ export declare const se_DeleteGatewayCommand: (input: DeleteGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
+ /**
41
+ * serializeAws_json1_0DeleteHypervisorCommand
42
+ */
43
+ export declare const se_DeleteHypervisorCommand: (input: DeleteHypervisorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
+ /**
45
+ * serializeAws_json1_0DisassociateGatewayFromServerCommand
46
+ */
47
+ export declare const se_DisassociateGatewayFromServerCommand: (input: DisassociateGatewayFromServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
+ /**
49
+ * serializeAws_json1_0GetBandwidthRateLimitScheduleCommand
50
+ */
51
+ export declare const se_GetBandwidthRateLimitScheduleCommand: (input: GetBandwidthRateLimitScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
+ /**
53
+ * serializeAws_json1_0GetGatewayCommand
54
+ */
55
+ export declare const se_GetGatewayCommand: (input: GetGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
+ /**
57
+ * serializeAws_json1_0GetHypervisorCommand
58
+ */
59
+ export declare const se_GetHypervisorCommand: (input: GetHypervisorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
+ /**
61
+ * serializeAws_json1_0GetHypervisorPropertyMappingsCommand
62
+ */
63
+ export declare const se_GetHypervisorPropertyMappingsCommand: (input: GetHypervisorPropertyMappingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
+ /**
65
+ * serializeAws_json1_0GetVirtualMachineCommand
66
+ */
67
+ export declare const se_GetVirtualMachineCommand: (input: GetVirtualMachineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
+ /**
69
+ * serializeAws_json1_0ImportHypervisorConfigurationCommand
70
+ */
71
+ export declare const se_ImportHypervisorConfigurationCommand: (input: ImportHypervisorConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
+ /**
73
+ * serializeAws_json1_0ListGatewaysCommand
74
+ */
75
+ export declare const se_ListGatewaysCommand: (input: ListGatewaysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
+ /**
77
+ * serializeAws_json1_0ListHypervisorsCommand
78
+ */
79
+ export declare const se_ListHypervisorsCommand: (input: ListHypervisorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
+ /**
81
+ * serializeAws_json1_0ListTagsForResourceCommand
82
+ */
83
+ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
+ /**
85
+ * serializeAws_json1_0ListVirtualMachinesCommand
86
+ */
87
+ export declare const se_ListVirtualMachinesCommand: (input: ListVirtualMachinesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
+ /**
89
+ * serializeAws_json1_0PutBandwidthRateLimitScheduleCommand
90
+ */
91
+ export declare const se_PutBandwidthRateLimitScheduleCommand: (input: PutBandwidthRateLimitScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
+ /**
93
+ * serializeAws_json1_0PutHypervisorPropertyMappingsCommand
94
+ */
95
+ export declare const se_PutHypervisorPropertyMappingsCommand: (input: PutHypervisorPropertyMappingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
+ /**
97
+ * serializeAws_json1_0PutMaintenanceStartTimeCommand
98
+ */
99
+ export declare const se_PutMaintenanceStartTimeCommand: (input: PutMaintenanceStartTimeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
+ /**
101
+ * serializeAws_json1_0StartVirtualMachinesMetadataSyncCommand
102
+ */
103
+ export declare const se_StartVirtualMachinesMetadataSyncCommand: (input: StartVirtualMachinesMetadataSyncCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
+ /**
105
+ * serializeAws_json1_0TagResourceCommand
106
+ */
107
+ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
+ /**
109
+ * serializeAws_json1_0TestHypervisorConfigurationCommand
110
+ */
111
+ export declare const se_TestHypervisorConfigurationCommand: (input: TestHypervisorConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
+ /**
113
+ * serializeAws_json1_0UntagResourceCommand
114
+ */
115
+ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
+ /**
117
+ * serializeAws_json1_0UpdateGatewayInformationCommand
118
+ */
119
+ export declare const se_UpdateGatewayInformationCommand: (input: UpdateGatewayInformationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
+ /**
121
+ * serializeAws_json1_0UpdateGatewaySoftwareNowCommand
122
+ */
123
+ export declare const se_UpdateGatewaySoftwareNowCommand: (input: UpdateGatewaySoftwareNowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
+ /**
125
+ * serializeAws_json1_0UpdateHypervisorCommand
126
+ */
127
+ export declare const se_UpdateHypervisorCommand: (input: UpdateHypervisorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
+ /**
129
+ * deserializeAws_json1_0AssociateGatewayToServerCommand
130
+ */
131
+ export declare const de_AssociateGatewayToServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateGatewayToServerCommandOutput>;
132
+ /**
133
+ * deserializeAws_json1_0CreateGatewayCommand
134
+ */
135
+ export declare const de_CreateGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGatewayCommandOutput>;
136
+ /**
137
+ * deserializeAws_json1_0DeleteGatewayCommand
138
+ */
139
+ export declare const de_DeleteGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGatewayCommandOutput>;
140
+ /**
141
+ * deserializeAws_json1_0DeleteHypervisorCommand
142
+ */
143
+ export declare const de_DeleteHypervisorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteHypervisorCommandOutput>;
144
+ /**
145
+ * deserializeAws_json1_0DisassociateGatewayFromServerCommand
146
+ */
147
+ export declare const de_DisassociateGatewayFromServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateGatewayFromServerCommandOutput>;
148
+ /**
149
+ * deserializeAws_json1_0GetBandwidthRateLimitScheduleCommand
150
+ */
151
+ export declare const de_GetBandwidthRateLimitScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBandwidthRateLimitScheduleCommandOutput>;
152
+ /**
153
+ * deserializeAws_json1_0GetGatewayCommand
154
+ */
155
+ export declare const de_GetGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGatewayCommandOutput>;
156
+ /**
157
+ * deserializeAws_json1_0GetHypervisorCommand
158
+ */
159
+ export declare const de_GetHypervisorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetHypervisorCommandOutput>;
160
+ /**
161
+ * deserializeAws_json1_0GetHypervisorPropertyMappingsCommand
162
+ */
163
+ export declare const de_GetHypervisorPropertyMappingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetHypervisorPropertyMappingsCommandOutput>;
164
+ /**
165
+ * deserializeAws_json1_0GetVirtualMachineCommand
166
+ */
167
+ export declare const de_GetVirtualMachineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVirtualMachineCommandOutput>;
168
+ /**
169
+ * deserializeAws_json1_0ImportHypervisorConfigurationCommand
170
+ */
171
+ export declare const de_ImportHypervisorConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportHypervisorConfigurationCommandOutput>;
172
+ /**
173
+ * deserializeAws_json1_0ListGatewaysCommand
174
+ */
175
+ export declare const de_ListGatewaysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGatewaysCommandOutput>;
176
+ /**
177
+ * deserializeAws_json1_0ListHypervisorsCommand
178
+ */
179
+ export declare const de_ListHypervisorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHypervisorsCommandOutput>;
180
+ /**
181
+ * deserializeAws_json1_0ListTagsForResourceCommand
182
+ */
183
+ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
184
+ /**
185
+ * deserializeAws_json1_0ListVirtualMachinesCommand
186
+ */
187
+ export declare const de_ListVirtualMachinesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVirtualMachinesCommandOutput>;
188
+ /**
189
+ * deserializeAws_json1_0PutBandwidthRateLimitScheduleCommand
190
+ */
191
+ export declare const de_PutBandwidthRateLimitScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutBandwidthRateLimitScheduleCommandOutput>;
192
+ /**
193
+ * deserializeAws_json1_0PutHypervisorPropertyMappingsCommand
194
+ */
195
+ export declare const de_PutHypervisorPropertyMappingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutHypervisorPropertyMappingsCommandOutput>;
196
+ /**
197
+ * deserializeAws_json1_0PutMaintenanceStartTimeCommand
198
+ */
199
+ export declare const de_PutMaintenanceStartTimeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutMaintenanceStartTimeCommandOutput>;
200
+ /**
201
+ * deserializeAws_json1_0StartVirtualMachinesMetadataSyncCommand
202
+ */
203
+ export declare const de_StartVirtualMachinesMetadataSyncCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartVirtualMachinesMetadataSyncCommandOutput>;
204
+ /**
205
+ * deserializeAws_json1_0TagResourceCommand
206
+ */
207
+ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
208
+ /**
209
+ * deserializeAws_json1_0TestHypervisorConfigurationCommand
210
+ */
211
+ export declare const de_TestHypervisorConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TestHypervisorConfigurationCommandOutput>;
212
+ /**
213
+ * deserializeAws_json1_0UntagResourceCommand
214
+ */
215
+ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
216
+ /**
217
+ * deserializeAws_json1_0UpdateGatewayInformationCommand
218
+ */
219
+ export declare const de_UpdateGatewayInformationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGatewayInformationCommandOutput>;
220
+ /**
221
+ * deserializeAws_json1_0UpdateGatewaySoftwareNowCommand
222
+ */
223
+ export declare const de_UpdateGatewaySoftwareNowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGatewaySoftwareNowCommandOutput>;
224
+ /**
225
+ * deserializeAws_json1_0UpdateHypervisorCommand
226
+ */
227
+ export declare const de_UpdateHypervisorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateHypervisorCommandOutput>;
@@ -103,203 +103,203 @@ import {
103
103
  UpdateHypervisorCommandInput,
104
104
  UpdateHypervisorCommandOutput,
105
105
  } from "../commands/UpdateHypervisorCommand";
106
- export declare const serializeAws_json1_0AssociateGatewayToServerCommand: (
106
+ export declare const se_AssociateGatewayToServerCommand: (
107
107
  input: AssociateGatewayToServerCommandInput,
108
108
  context: __SerdeContext
109
109
  ) => Promise<__HttpRequest>;
110
- export declare const serializeAws_json1_0CreateGatewayCommand: (
110
+ export declare const se_CreateGatewayCommand: (
111
111
  input: CreateGatewayCommandInput,
112
112
  context: __SerdeContext
113
113
  ) => Promise<__HttpRequest>;
114
- export declare const serializeAws_json1_0DeleteGatewayCommand: (
114
+ export declare const se_DeleteGatewayCommand: (
115
115
  input: DeleteGatewayCommandInput,
116
116
  context: __SerdeContext
117
117
  ) => Promise<__HttpRequest>;
118
- export declare const serializeAws_json1_0DeleteHypervisorCommand: (
118
+ export declare const se_DeleteHypervisorCommand: (
119
119
  input: DeleteHypervisorCommandInput,
120
120
  context: __SerdeContext
121
121
  ) => Promise<__HttpRequest>;
122
- export declare const serializeAws_json1_0DisassociateGatewayFromServerCommand: (
122
+ export declare const se_DisassociateGatewayFromServerCommand: (
123
123
  input: DisassociateGatewayFromServerCommandInput,
124
124
  context: __SerdeContext
125
125
  ) => Promise<__HttpRequest>;
126
- export declare const serializeAws_json1_0GetBandwidthRateLimitScheduleCommand: (
126
+ export declare const se_GetBandwidthRateLimitScheduleCommand: (
127
127
  input: GetBandwidthRateLimitScheduleCommandInput,
128
128
  context: __SerdeContext
129
129
  ) => Promise<__HttpRequest>;
130
- export declare const serializeAws_json1_0GetGatewayCommand: (
130
+ export declare const se_GetGatewayCommand: (
131
131
  input: GetGatewayCommandInput,
132
132
  context: __SerdeContext
133
133
  ) => Promise<__HttpRequest>;
134
- export declare const serializeAws_json1_0GetHypervisorCommand: (
134
+ export declare const se_GetHypervisorCommand: (
135
135
  input: GetHypervisorCommandInput,
136
136
  context: __SerdeContext
137
137
  ) => Promise<__HttpRequest>;
138
- export declare const serializeAws_json1_0GetHypervisorPropertyMappingsCommand: (
138
+ export declare const se_GetHypervisorPropertyMappingsCommand: (
139
139
  input: GetHypervisorPropertyMappingsCommandInput,
140
140
  context: __SerdeContext
141
141
  ) => Promise<__HttpRequest>;
142
- export declare const serializeAws_json1_0GetVirtualMachineCommand: (
142
+ export declare const se_GetVirtualMachineCommand: (
143
143
  input: GetVirtualMachineCommandInput,
144
144
  context: __SerdeContext
145
145
  ) => Promise<__HttpRequest>;
146
- export declare const serializeAws_json1_0ImportHypervisorConfigurationCommand: (
146
+ export declare const se_ImportHypervisorConfigurationCommand: (
147
147
  input: ImportHypervisorConfigurationCommandInput,
148
148
  context: __SerdeContext
149
149
  ) => Promise<__HttpRequest>;
150
- export declare const serializeAws_json1_0ListGatewaysCommand: (
150
+ export declare const se_ListGatewaysCommand: (
151
151
  input: ListGatewaysCommandInput,
152
152
  context: __SerdeContext
153
153
  ) => Promise<__HttpRequest>;
154
- export declare const serializeAws_json1_0ListHypervisorsCommand: (
154
+ export declare const se_ListHypervisorsCommand: (
155
155
  input: ListHypervisorsCommandInput,
156
156
  context: __SerdeContext
157
157
  ) => Promise<__HttpRequest>;
158
- export declare const serializeAws_json1_0ListTagsForResourceCommand: (
158
+ export declare const se_ListTagsForResourceCommand: (
159
159
  input: ListTagsForResourceCommandInput,
160
160
  context: __SerdeContext
161
161
  ) => Promise<__HttpRequest>;
162
- export declare const serializeAws_json1_0ListVirtualMachinesCommand: (
162
+ export declare const se_ListVirtualMachinesCommand: (
163
163
  input: ListVirtualMachinesCommandInput,
164
164
  context: __SerdeContext
165
165
  ) => Promise<__HttpRequest>;
166
- export declare const serializeAws_json1_0PutBandwidthRateLimitScheduleCommand: (
166
+ export declare const se_PutBandwidthRateLimitScheduleCommand: (
167
167
  input: PutBandwidthRateLimitScheduleCommandInput,
168
168
  context: __SerdeContext
169
169
  ) => Promise<__HttpRequest>;
170
- export declare const serializeAws_json1_0PutHypervisorPropertyMappingsCommand: (
170
+ export declare const se_PutHypervisorPropertyMappingsCommand: (
171
171
  input: PutHypervisorPropertyMappingsCommandInput,
172
172
  context: __SerdeContext
173
173
  ) => Promise<__HttpRequest>;
174
- export declare const serializeAws_json1_0PutMaintenanceStartTimeCommand: (
174
+ export declare const se_PutMaintenanceStartTimeCommand: (
175
175
  input: PutMaintenanceStartTimeCommandInput,
176
176
  context: __SerdeContext
177
177
  ) => Promise<__HttpRequest>;
178
- export declare const serializeAws_json1_0StartVirtualMachinesMetadataSyncCommand: (
178
+ export declare const se_StartVirtualMachinesMetadataSyncCommand: (
179
179
  input: StartVirtualMachinesMetadataSyncCommandInput,
180
180
  context: __SerdeContext
181
181
  ) => Promise<__HttpRequest>;
182
- export declare const serializeAws_json1_0TagResourceCommand: (
182
+ export declare const se_TagResourceCommand: (
183
183
  input: TagResourceCommandInput,
184
184
  context: __SerdeContext
185
185
  ) => Promise<__HttpRequest>;
186
- export declare const serializeAws_json1_0TestHypervisorConfigurationCommand: (
186
+ export declare const se_TestHypervisorConfigurationCommand: (
187
187
  input: TestHypervisorConfigurationCommandInput,
188
188
  context: __SerdeContext
189
189
  ) => Promise<__HttpRequest>;
190
- export declare const serializeAws_json1_0UntagResourceCommand: (
190
+ export declare const se_UntagResourceCommand: (
191
191
  input: UntagResourceCommandInput,
192
192
  context: __SerdeContext
193
193
  ) => Promise<__HttpRequest>;
194
- export declare const serializeAws_json1_0UpdateGatewayInformationCommand: (
194
+ export declare const se_UpdateGatewayInformationCommand: (
195
195
  input: UpdateGatewayInformationCommandInput,
196
196
  context: __SerdeContext
197
197
  ) => Promise<__HttpRequest>;
198
- export declare const serializeAws_json1_0UpdateGatewaySoftwareNowCommand: (
198
+ export declare const se_UpdateGatewaySoftwareNowCommand: (
199
199
  input: UpdateGatewaySoftwareNowCommandInput,
200
200
  context: __SerdeContext
201
201
  ) => Promise<__HttpRequest>;
202
- export declare const serializeAws_json1_0UpdateHypervisorCommand: (
202
+ export declare const se_UpdateHypervisorCommand: (
203
203
  input: UpdateHypervisorCommandInput,
204
204
  context: __SerdeContext
205
205
  ) => Promise<__HttpRequest>;
206
- export declare const deserializeAws_json1_0AssociateGatewayToServerCommand: (
206
+ export declare const de_AssociateGatewayToServerCommand: (
207
207
  output: __HttpResponse,
208
208
  context: __SerdeContext
209
209
  ) => Promise<AssociateGatewayToServerCommandOutput>;
210
- export declare const deserializeAws_json1_0CreateGatewayCommand: (
210
+ export declare const de_CreateGatewayCommand: (
211
211
  output: __HttpResponse,
212
212
  context: __SerdeContext
213
213
  ) => Promise<CreateGatewayCommandOutput>;
214
- export declare const deserializeAws_json1_0DeleteGatewayCommand: (
214
+ export declare const de_DeleteGatewayCommand: (
215
215
  output: __HttpResponse,
216
216
  context: __SerdeContext
217
217
  ) => Promise<DeleteGatewayCommandOutput>;
218
- export declare const deserializeAws_json1_0DeleteHypervisorCommand: (
218
+ export declare const de_DeleteHypervisorCommand: (
219
219
  output: __HttpResponse,
220
220
  context: __SerdeContext
221
221
  ) => Promise<DeleteHypervisorCommandOutput>;
222
- export declare const deserializeAws_json1_0DisassociateGatewayFromServerCommand: (
222
+ export declare const de_DisassociateGatewayFromServerCommand: (
223
223
  output: __HttpResponse,
224
224
  context: __SerdeContext
225
225
  ) => Promise<DisassociateGatewayFromServerCommandOutput>;
226
- export declare const deserializeAws_json1_0GetBandwidthRateLimitScheduleCommand: (
226
+ export declare const de_GetBandwidthRateLimitScheduleCommand: (
227
227
  output: __HttpResponse,
228
228
  context: __SerdeContext
229
229
  ) => Promise<GetBandwidthRateLimitScheduleCommandOutput>;
230
- export declare const deserializeAws_json1_0GetGatewayCommand: (
230
+ export declare const de_GetGatewayCommand: (
231
231
  output: __HttpResponse,
232
232
  context: __SerdeContext
233
233
  ) => Promise<GetGatewayCommandOutput>;
234
- export declare const deserializeAws_json1_0GetHypervisorCommand: (
234
+ export declare const de_GetHypervisorCommand: (
235
235
  output: __HttpResponse,
236
236
  context: __SerdeContext
237
237
  ) => Promise<GetHypervisorCommandOutput>;
238
- export declare const deserializeAws_json1_0GetHypervisorPropertyMappingsCommand: (
238
+ export declare const de_GetHypervisorPropertyMappingsCommand: (
239
239
  output: __HttpResponse,
240
240
  context: __SerdeContext
241
241
  ) => Promise<GetHypervisorPropertyMappingsCommandOutput>;
242
- export declare const deserializeAws_json1_0GetVirtualMachineCommand: (
242
+ export declare const de_GetVirtualMachineCommand: (
243
243
  output: __HttpResponse,
244
244
  context: __SerdeContext
245
245
  ) => Promise<GetVirtualMachineCommandOutput>;
246
- export declare const deserializeAws_json1_0ImportHypervisorConfigurationCommand: (
246
+ export declare const de_ImportHypervisorConfigurationCommand: (
247
247
  output: __HttpResponse,
248
248
  context: __SerdeContext
249
249
  ) => Promise<ImportHypervisorConfigurationCommandOutput>;
250
- export declare const deserializeAws_json1_0ListGatewaysCommand: (
250
+ export declare const de_ListGatewaysCommand: (
251
251
  output: __HttpResponse,
252
252
  context: __SerdeContext
253
253
  ) => Promise<ListGatewaysCommandOutput>;
254
- export declare const deserializeAws_json1_0ListHypervisorsCommand: (
254
+ export declare const de_ListHypervisorsCommand: (
255
255
  output: __HttpResponse,
256
256
  context: __SerdeContext
257
257
  ) => Promise<ListHypervisorsCommandOutput>;
258
- export declare const deserializeAws_json1_0ListTagsForResourceCommand: (
258
+ export declare const de_ListTagsForResourceCommand: (
259
259
  output: __HttpResponse,
260
260
  context: __SerdeContext
261
261
  ) => Promise<ListTagsForResourceCommandOutput>;
262
- export declare const deserializeAws_json1_0ListVirtualMachinesCommand: (
262
+ export declare const de_ListVirtualMachinesCommand: (
263
263
  output: __HttpResponse,
264
264
  context: __SerdeContext
265
265
  ) => Promise<ListVirtualMachinesCommandOutput>;
266
- export declare const deserializeAws_json1_0PutBandwidthRateLimitScheduleCommand: (
266
+ export declare const de_PutBandwidthRateLimitScheduleCommand: (
267
267
  output: __HttpResponse,
268
268
  context: __SerdeContext
269
269
  ) => Promise<PutBandwidthRateLimitScheduleCommandOutput>;
270
- export declare const deserializeAws_json1_0PutHypervisorPropertyMappingsCommand: (
270
+ export declare const de_PutHypervisorPropertyMappingsCommand: (
271
271
  output: __HttpResponse,
272
272
  context: __SerdeContext
273
273
  ) => Promise<PutHypervisorPropertyMappingsCommandOutput>;
274
- export declare const deserializeAws_json1_0PutMaintenanceStartTimeCommand: (
274
+ export declare const de_PutMaintenanceStartTimeCommand: (
275
275
  output: __HttpResponse,
276
276
  context: __SerdeContext
277
277
  ) => Promise<PutMaintenanceStartTimeCommandOutput>;
278
- export declare const deserializeAws_json1_0StartVirtualMachinesMetadataSyncCommand: (
278
+ export declare const de_StartVirtualMachinesMetadataSyncCommand: (
279
279
  output: __HttpResponse,
280
280
  context: __SerdeContext
281
281
  ) => Promise<StartVirtualMachinesMetadataSyncCommandOutput>;
282
- export declare const deserializeAws_json1_0TagResourceCommand: (
282
+ export declare const de_TagResourceCommand: (
283
283
  output: __HttpResponse,
284
284
  context: __SerdeContext
285
285
  ) => Promise<TagResourceCommandOutput>;
286
- export declare const deserializeAws_json1_0TestHypervisorConfigurationCommand: (
286
+ export declare const de_TestHypervisorConfigurationCommand: (
287
287
  output: __HttpResponse,
288
288
  context: __SerdeContext
289
289
  ) => Promise<TestHypervisorConfigurationCommandOutput>;
290
- export declare const deserializeAws_json1_0UntagResourceCommand: (
290
+ export declare const de_UntagResourceCommand: (
291
291
  output: __HttpResponse,
292
292
  context: __SerdeContext
293
293
  ) => Promise<UntagResourceCommandOutput>;
294
- export declare const deserializeAws_json1_0UpdateGatewayInformationCommand: (
294
+ export declare const de_UpdateGatewayInformationCommand: (
295
295
  output: __HttpResponse,
296
296
  context: __SerdeContext
297
297
  ) => Promise<UpdateGatewayInformationCommandOutput>;
298
- export declare const deserializeAws_json1_0UpdateGatewaySoftwareNowCommand: (
298
+ export declare const de_UpdateGatewaySoftwareNowCommand: (
299
299
  output: __HttpResponse,
300
300
  context: __SerdeContext
301
301
  ) => Promise<UpdateGatewaySoftwareNowCommandOutput>;
302
- export declare const deserializeAws_json1_0UpdateHypervisorCommand: (
302
+ export declare const de_UpdateHypervisorCommand: (
303
303
  output: __HttpResponse,
304
304
  context: __SerdeContext
305
305
  ) => Promise<UpdateHypervisorCommandOutput>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-backup-gateway",
3
3
  "description": "AWS SDK for JavaScript Backup Gateway Client for Node.js, Browser and React Native",
4
- "version": "3.306.0",
4
+ "version": "3.310.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",
@@ -21,42 +21,42 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.306.0",
25
- "@aws-sdk/config-resolver": "3.306.0",
26
- "@aws-sdk/credential-provider-node": "3.306.0",
27
- "@aws-sdk/fetch-http-handler": "3.306.0",
28
- "@aws-sdk/hash-node": "3.306.0",
29
- "@aws-sdk/invalid-dependency": "3.306.0",
30
- "@aws-sdk/middleware-content-length": "3.306.0",
31
- "@aws-sdk/middleware-endpoint": "3.306.0",
32
- "@aws-sdk/middleware-host-header": "3.306.0",
33
- "@aws-sdk/middleware-logger": "3.306.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.306.0",
35
- "@aws-sdk/middleware-retry": "3.306.0",
36
- "@aws-sdk/middleware-serde": "3.306.0",
37
- "@aws-sdk/middleware-signing": "3.306.0",
38
- "@aws-sdk/middleware-stack": "3.306.0",
39
- "@aws-sdk/middleware-user-agent": "3.306.0",
40
- "@aws-sdk/node-config-provider": "3.306.0",
41
- "@aws-sdk/node-http-handler": "3.306.0",
42
- "@aws-sdk/protocol-http": "3.306.0",
43
- "@aws-sdk/smithy-client": "3.306.0",
44
- "@aws-sdk/types": "3.306.0",
45
- "@aws-sdk/url-parser": "3.306.0",
46
- "@aws-sdk/util-base64": "3.303.0",
47
- "@aws-sdk/util-body-length-browser": "3.303.0",
48
- "@aws-sdk/util-body-length-node": "3.303.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.306.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.306.0",
51
- "@aws-sdk/util-endpoints": "3.306.0",
52
- "@aws-sdk/util-retry": "3.306.0",
53
- "@aws-sdk/util-user-agent-browser": "3.306.0",
54
- "@aws-sdk/util-user-agent-node": "3.306.0",
55
- "@aws-sdk/util-utf8": "3.303.0",
24
+ "@aws-sdk/client-sts": "3.310.0",
25
+ "@aws-sdk/config-resolver": "3.310.0",
26
+ "@aws-sdk/credential-provider-node": "3.310.0",
27
+ "@aws-sdk/fetch-http-handler": "3.310.0",
28
+ "@aws-sdk/hash-node": "3.310.0",
29
+ "@aws-sdk/invalid-dependency": "3.310.0",
30
+ "@aws-sdk/middleware-content-length": "3.310.0",
31
+ "@aws-sdk/middleware-endpoint": "3.310.0",
32
+ "@aws-sdk/middleware-host-header": "3.310.0",
33
+ "@aws-sdk/middleware-logger": "3.310.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.310.0",
35
+ "@aws-sdk/middleware-retry": "3.310.0",
36
+ "@aws-sdk/middleware-serde": "3.310.0",
37
+ "@aws-sdk/middleware-signing": "3.310.0",
38
+ "@aws-sdk/middleware-stack": "3.310.0",
39
+ "@aws-sdk/middleware-user-agent": "3.310.0",
40
+ "@aws-sdk/node-config-provider": "3.310.0",
41
+ "@aws-sdk/node-http-handler": "3.310.0",
42
+ "@aws-sdk/protocol-http": "3.310.0",
43
+ "@aws-sdk/smithy-client": "3.310.0",
44
+ "@aws-sdk/types": "3.310.0",
45
+ "@aws-sdk/url-parser": "3.310.0",
46
+ "@aws-sdk/util-base64": "3.310.0",
47
+ "@aws-sdk/util-body-length-browser": "3.310.0",
48
+ "@aws-sdk/util-body-length-node": "3.310.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.310.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.310.0",
51
+ "@aws-sdk/util-endpoints": "3.310.0",
52
+ "@aws-sdk/util-retry": "3.310.0",
53
+ "@aws-sdk/util-user-agent-browser": "3.310.0",
54
+ "@aws-sdk/util-user-agent-node": "3.310.0",
55
+ "@aws-sdk/util-utf8": "3.310.0",
56
56
  "tslib": "^2.5.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@aws-sdk/service-client-documentation-generator": "3.303.0",
59
+ "@aws-sdk/service-client-documentation-generator": "3.310.0",
60
60
  "@tsconfig/node14": "1.0.3",
61
61
  "@types/node": "^14.14.31",
62
62
  "concurrently": "7.0.0",
@@ -76,7 +76,7 @@
76
76
  }
77
77
  },
78
78
  "files": [
79
- "dist-*"
79
+ "dist-*/**"
80
80
  ],
81
81
  "author": {
82
82
  "name": "AWS SDK for JavaScript Team",