@aws-sdk/client-backup-gateway 3.952.0 → 3.953.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 (45) hide show
  1. package/dist-cjs/index.js +311 -190
  2. package/dist-cjs/runtimeConfig.shared.js +6 -6
  3. package/dist-es/commands/AssociateGatewayToServerCommand.js +2 -2
  4. package/dist-es/commands/CreateGatewayCommand.js +2 -2
  5. package/dist-es/commands/DeleteGatewayCommand.js +2 -2
  6. package/dist-es/commands/DeleteHypervisorCommand.js +2 -2
  7. package/dist-es/commands/DisassociateGatewayFromServerCommand.js +2 -2
  8. package/dist-es/commands/GetBandwidthRateLimitScheduleCommand.js +2 -2
  9. package/dist-es/commands/GetGatewayCommand.js +2 -2
  10. package/dist-es/commands/GetHypervisorCommand.js +2 -2
  11. package/dist-es/commands/GetHypervisorPropertyMappingsCommand.js +2 -2
  12. package/dist-es/commands/GetVirtualMachineCommand.js +2 -2
  13. package/dist-es/commands/ImportHypervisorConfigurationCommand.js +2 -2
  14. package/dist-es/commands/ListGatewaysCommand.js +2 -2
  15. package/dist-es/commands/ListHypervisorsCommand.js +2 -2
  16. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  17. package/dist-es/commands/ListVirtualMachinesCommand.js +2 -2
  18. package/dist-es/commands/PutBandwidthRateLimitScheduleCommand.js +2 -2
  19. package/dist-es/commands/PutHypervisorPropertyMappingsCommand.js +2 -2
  20. package/dist-es/commands/PutMaintenanceStartTimeCommand.js +2 -2
  21. package/dist-es/commands/StartVirtualMachinesMetadataSyncCommand.js +2 -2
  22. package/dist-es/commands/TagResourceCommand.js +2 -2
  23. package/dist-es/commands/TestHypervisorConfigurationCommand.js +2 -2
  24. package/dist-es/commands/UntagResourceCommand.js +2 -2
  25. package/dist-es/commands/UpdateGatewayInformationCommand.js +2 -2
  26. package/dist-es/commands/UpdateGatewaySoftwareNowCommand.js +2 -2
  27. package/dist-es/commands/UpdateHypervisorCommand.js +2 -2
  28. package/dist-es/index.js +1 -0
  29. package/dist-es/runtimeConfig.shared.js +6 -6
  30. package/dist-es/schemas/schemas_0.js +178 -150
  31. package/dist-types/BackupGatewayClient.d.ts +1 -10
  32. package/dist-types/index.d.ts +1 -0
  33. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  34. package/dist-types/runtimeConfig.d.ts +6 -2
  35. package/dist-types/runtimeConfig.native.d.ts +6 -2
  36. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  37. package/dist-types/schemas/schemas_0.d.ts +94 -105
  38. package/dist-types/ts3.4/BackupGatewayClient.d.ts +0 -4
  39. package/dist-types/ts3.4/index.d.ts +1 -0
  40. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  41. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  42. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  43. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  44. package/dist-types/ts3.4/schemas/schemas_0.d.ts +93 -106
  45. package/package.json +34 -34
@@ -152,15 +152,15 @@ const _s = "server";
152
152
  const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.backupgateway";
153
153
  const n0 = "com.amazonaws.backupgateway";
154
154
  import { TypeRegistry } from "@smithy/core/schema";
155
- import { BackupGatewayServiceException as __BackupGatewayServiceException } from "../models/BackupGatewayServiceException";
156
- import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
157
- export var Password = [0, n0, _P, 8, 0];
158
- export var Username = [0, n0, _U, 8, 0];
159
- export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_EC, _M], [0, 0]];
160
- TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
161
- export var AssociateGatewayToServerInput = [3, n0, _AGTSI, 0, [_GA, _SA], [0, 0]];
162
- export var AssociateGatewayToServerOutput = [3, n0, _AGTSO, 0, [_GA], [0]];
163
- export var BandwidthRateLimitInterval = [
155
+ import { BackupGatewayServiceException } from "../models/BackupGatewayServiceException";
156
+ import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, } from "../models/errors";
157
+ var Password = [0, n0, _P, 8, 0];
158
+ var Username = [0, n0, _U, 8, 0];
159
+ export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_EC, _M], [0, 0]];
160
+ TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
161
+ export var AssociateGatewayToServerInput$ = [3, n0, _AGTSI, 0, [_GA, _SA], [0, 0]];
162
+ export var AssociateGatewayToServerOutput$ = [3, n0, _AGTSO, 0, [_GA], [0]];
163
+ export var BandwidthRateLimitInterval$ = [
164
164
  3,
165
165
  n0,
166
166
  _BRLI,
@@ -168,27 +168,27 @@ export var BandwidthRateLimitInterval = [
168
168
  [_AURLIBPS, _SHOD, _EHOD, _SMOH, _EMOH, _DOW],
169
169
  [1, 1, 1, 1, 1, 64 | 1],
170
170
  ];
171
- export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_EC, _M], [0, 0]];
172
- TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
173
- export var CreateGatewayInput = [3, n0, _CGI, 0, [_AK, _GDN, _GT, _T], [0, 0, 0, () => Tags]];
174
- export var CreateGatewayOutput = [3, n0, _CGO, 0, [_GA], [0]];
175
- export var DeleteGatewayInput = [3, n0, _DGI, 0, [_GA], [0]];
176
- export var DeleteGatewayOutput = [3, n0, _DGO, 0, [_GA], [0]];
177
- export var DeleteHypervisorInput = [3, n0, _DHI, 0, [_HA], [0]];
178
- export var DeleteHypervisorOutput = [3, n0, _DHO, 0, [_HA], [0]];
179
- export var DisassociateGatewayFromServerInput = [3, n0, _DGFSI, 0, [_GA], [0]];
180
- export var DisassociateGatewayFromServerOutput = [3, n0, _DGFSO, 0, [_GA], [0]];
181
- export var Gateway = [3, n0, _G, 0, [_GA, _GDN, _GT, _HI, _LST], [0, 0, 0, 0, 4]];
182
- export var GatewayDetails = [
171
+ export var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_EC, _M], [0, 0]];
172
+ TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
173
+ export var CreateGatewayInput$ = [3, n0, _CGI, 0, [_AK, _GDN, _GT, _T], [0, 0, 0, () => Tags]];
174
+ export var CreateGatewayOutput$ = [3, n0, _CGO, 0, [_GA], [0]];
175
+ export var DeleteGatewayInput$ = [3, n0, _DGI, 0, [_GA], [0]];
176
+ export var DeleteGatewayOutput$ = [3, n0, _DGO, 0, [_GA], [0]];
177
+ export var DeleteHypervisorInput$ = [3, n0, _DHI, 0, [_HA], [0]];
178
+ export var DeleteHypervisorOutput$ = [3, n0, _DHO, 0, [_HA], [0]];
179
+ export var DisassociateGatewayFromServerInput$ = [3, n0, _DGFSI, 0, [_GA], [0]];
180
+ export var DisassociateGatewayFromServerOutput$ = [3, n0, _DGFSO, 0, [_GA], [0]];
181
+ export var Gateway$ = [3, n0, _G, 0, [_GA, _GDN, _GT, _HI, _LST], [0, 0, 0, 0, 4]];
182
+ export var GatewayDetails$ = [
183
183
  3,
184
184
  n0,
185
185
  _GD,
186
186
  0,
187
187
  [_GA, _GDN, _GT, _HI, _LST, _MST, _NUAT, _VE],
188
- [0, 0, 0, 0, 4, () => MaintenanceStartTime, 4, 0],
188
+ [0, 0, 0, 0, 4, () => MaintenanceStartTime$, 4, 0],
189
189
  ];
190
- export var GetBandwidthRateLimitScheduleInput = [3, n0, _GBRLSI, 0, [_GA], [0]];
191
- export var GetBandwidthRateLimitScheduleOutput = [
190
+ export var GetBandwidthRateLimitScheduleInput$ = [3, n0, _GBRLSI, 0, [_GA], [0]];
191
+ export var GetBandwidthRateLimitScheduleOutput$ = [
192
192
  3,
193
193
  n0,
194
194
  _GBRLSO,
@@ -196,12 +196,12 @@ export var GetBandwidthRateLimitScheduleOutput = [
196
196
  [_GA, _BRLIa],
197
197
  [0, () => BandwidthRateLimitIntervals],
198
198
  ];
199
- export var GetGatewayInput = [3, n0, _GGI, 0, [_GA], [0]];
200
- export var GetGatewayOutput = [3, n0, _GGO, 0, [_G], [() => GatewayDetails]];
201
- export var GetHypervisorInput = [3, n0, _GHI, 0, [_HA], [0]];
202
- export var GetHypervisorOutput = [3, n0, _GHO, 0, [_H], [() => HypervisorDetails]];
203
- export var GetHypervisorPropertyMappingsInput = [3, n0, _GHPMI, 0, [_HA], [0]];
204
- export var GetHypervisorPropertyMappingsOutput = [
199
+ export var GetGatewayInput$ = [3, n0, _GGI, 0, [_GA], [0]];
200
+ export var GetGatewayOutput$ = [3, n0, _GGO, 0, [_G], [() => GatewayDetails$]];
201
+ export var GetHypervisorInput$ = [3, n0, _GHI, 0, [_HA], [0]];
202
+ export var GetHypervisorOutput$ = [3, n0, _GHO, 0, [_H], [() => HypervisorDetails$]];
203
+ export var GetHypervisorPropertyMappingsInput$ = [3, n0, _GHPMI, 0, [_HA], [0]];
204
+ export var GetHypervisorPropertyMappingsOutput$ = [
205
205
  3,
206
206
  n0,
207
207
  _GHPMO,
@@ -209,10 +209,10 @@ export var GetHypervisorPropertyMappingsOutput = [
209
209
  [_HA, _VTATM, _IRA],
210
210
  [0, () => VmwareToAwsTagMappings, 0],
211
211
  ];
212
- export var GetVirtualMachineInput = [3, n0, _GVMI, 0, [_RA], [0]];
213
- export var GetVirtualMachineOutput = [3, n0, _GVMO, 0, [_VM], [() => VirtualMachineDetails]];
214
- export var Hypervisor = [3, n0, _H, 0, [_Ho, _HA, _KKA, _N, _S], [0, 0, 0, 0, 0]];
215
- export var HypervisorDetails = [
212
+ export var GetVirtualMachineInput$ = [3, n0, _GVMI, 0, [_RA], [0]];
213
+ export var GetVirtualMachineOutput$ = [3, n0, _GVMO, 0, [_VM], [() => VirtualMachineDetails$]];
214
+ export var Hypervisor$ = [3, n0, _H, 0, [_Ho, _HA, _KKA, _N, _S], [0, 0, 0, 0, 0]];
215
+ export var HypervisorDetails$ = [
216
216
  3,
217
217
  n0,
218
218
  _HD,
@@ -220,7 +220,7 @@ export var HypervisorDetails = [
220
220
  [_Ho, _HA, _KKA, _N, _LGA, _S, _LSMST, _LMSSM, _LMSS],
221
221
  [0, 0, 0, 0, 0, 0, 4, 0, 0],
222
222
  ];
223
- export var ImportHypervisorConfigurationInput = [
223
+ export var ImportHypervisorConfigurationInput$ = [
224
224
  3,
225
225
  n0,
226
226
  _IHCI,
@@ -228,17 +228,17 @@ export var ImportHypervisorConfigurationInput = [
228
228
  [_N, _Ho, _U, _P, _KKA, _T],
229
229
  [0, 0, [() => Username, 0], [() => Password, 0], 0, () => Tags],
230
230
  ];
231
- export var ImportHypervisorConfigurationOutput = [3, n0, _IHCO, 0, [_HA], [0]];
232
- export var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_EC, _M], [0, 0]];
233
- TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
234
- export var ListGatewaysInput = [3, n0, _LGI, 0, [_MR, _NT], [1, 0]];
235
- export var ListGatewaysOutput = [3, n0, _LGO, 0, [_Ga, _NT], [() => Gateways, 0]];
236
- export var ListHypervisorsInput = [3, n0, _LHI, 0, [_MR, _NT], [1, 0]];
237
- export var ListHypervisorsOutput = [3, n0, _LHO, 0, [_Hy, _NT], [() => Hypervisors, 0]];
238
- export var ListTagsForResourceInput = [3, n0, _LTFRI, 0, [_RA], [0]];
239
- export var ListTagsForResourceOutput = [3, n0, _LTFRO, 0, [_RA, _T], [0, () => Tags]];
240
- export var ListVirtualMachinesInput = [3, n0, _LVMI, 0, [_HA, _MR, _NT], [0, 1, 0]];
241
- export var ListVirtualMachinesOutput = [
231
+ export var ImportHypervisorConfigurationOutput$ = [3, n0, _IHCO, 0, [_HA], [0]];
232
+ export var InternalServerException$ = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_EC, _M], [0, 0]];
233
+ TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
234
+ export var ListGatewaysInput$ = [3, n0, _LGI, 0, [_MR, _NT], [1, 0]];
235
+ export var ListGatewaysOutput$ = [3, n0, _LGO, 0, [_Ga, _NT], [() => Gateways, 0]];
236
+ export var ListHypervisorsInput$ = [3, n0, _LHI, 0, [_MR, _NT], [1, 0]];
237
+ export var ListHypervisorsOutput$ = [3, n0, _LHO, 0, [_Hy, _NT], [() => Hypervisors, 0]];
238
+ export var ListTagsForResourceInput$ = [3, n0, _LTFRI, 0, [_RA], [0]];
239
+ export var ListTagsForResourceOutput$ = [3, n0, _LTFRO, 0, [_RA, _T], [0, () => Tags]];
240
+ export var ListVirtualMachinesInput$ = [3, n0, _LVMI, 0, [_HA, _MR, _NT], [0, 1, 0]];
241
+ export var ListVirtualMachinesOutput$ = [
242
242
  3,
243
243
  n0,
244
244
  _LVMO,
@@ -246,8 +246,8 @@ export var ListVirtualMachinesOutput = [
246
246
  [_VMi, _NT],
247
247
  [() => VirtualMachines, 0],
248
248
  ];
249
- export var MaintenanceStartTime = [3, n0, _MST, 0, [_DOM, _DOWa, _HOD, _MOH], [1, 1, 1, 1]];
250
- export var PutBandwidthRateLimitScheduleInput = [
249
+ export var MaintenanceStartTime$ = [3, n0, _MST, 0, [_DOM, _DOWa, _HOD, _MOH], [1, 1, 1, 1]];
250
+ export var PutBandwidthRateLimitScheduleInput$ = [
251
251
  3,
252
252
  n0,
253
253
  _PBRLSI,
@@ -255,8 +255,8 @@ export var PutBandwidthRateLimitScheduleInput = [
255
255
  [_GA, _BRLIa],
256
256
  [0, () => BandwidthRateLimitIntervals],
257
257
  ];
258
- export var PutBandwidthRateLimitScheduleOutput = [3, n0, _PBRLSO, 0, [_GA], [0]];
259
- export var PutHypervisorPropertyMappingsInput = [
258
+ export var PutBandwidthRateLimitScheduleOutput$ = [3, n0, _PBRLSO, 0, [_GA], [0]];
259
+ export var PutHypervisorPropertyMappingsInput$ = [
260
260
  3,
261
261
  n0,
262
262
  _PHPMI,
@@ -264,8 +264,8 @@ export var PutHypervisorPropertyMappingsInput = [
264
264
  [_HA, _VTATM, _IRA],
265
265
  [0, () => VmwareToAwsTagMappings, 0],
266
266
  ];
267
- export var PutHypervisorPropertyMappingsOutput = [3, n0, _PHPMO, 0, [_HA], [0]];
268
- export var PutMaintenanceStartTimeInput = [
267
+ export var PutHypervisorPropertyMappingsOutput$ = [3, n0, _PHPMO, 0, [_HA], [0]];
268
+ export var PutMaintenanceStartTimeInput$ = [
269
269
  3,
270
270
  n0,
271
271
  _PMSTI,
@@ -273,15 +273,15 @@ export var PutMaintenanceStartTimeInput = [
273
273
  [_GA, _HOD, _MOH, _DOWa, _DOM],
274
274
  [0, 1, 1, 1, 1],
275
275
  ];
276
- export var PutMaintenanceStartTimeOutput = [3, n0, _PMSTO, 0, [_GA], [0]];
277
- export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_EC, _M], [0, 0]];
278
- TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
279
- export var StartVirtualMachinesMetadataSyncInput = [3, n0, _SVMMSI, 0, [_HA], [0]];
280
- export var StartVirtualMachinesMetadataSyncOutput = [3, n0, _SVMMSO, 0, [_HA], [0]];
281
- export var Tag = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
282
- export var TagResourceInput = [3, n0, _TRI, 0, [_RARN, _T], [0, () => Tags]];
283
- export var TagResourceOutput = [3, n0, _TRO, 0, [_RARN], [0]];
284
- export var TestHypervisorConfigurationInput = [
276
+ export var PutMaintenanceStartTimeOutput$ = [3, n0, _PMSTO, 0, [_GA], [0]];
277
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_EC, _M], [0, 0]];
278
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
279
+ export var StartVirtualMachinesMetadataSyncInput$ = [3, n0, _SVMMSI, 0, [_HA], [0]];
280
+ export var StartVirtualMachinesMetadataSyncOutput$ = [3, n0, _SVMMSO, 0, [_HA], [0]];
281
+ export var Tag$ = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
282
+ export var TagResourceInput$ = [3, n0, _TRI, 0, [_RARN, _T], [0, () => Tags]];
283
+ export var TagResourceOutput$ = [3, n0, _TRO, 0, [_RARN], [0]];
284
+ export var TestHypervisorConfigurationInput$ = [
285
285
  3,
286
286
  n0,
287
287
  _THCI,
@@ -289,16 +289,16 @@ export var TestHypervisorConfigurationInput = [
289
289
  [_GA, _Ho, _U, _P],
290
290
  [0, 0, [() => Username, 0], [() => Password, 0]],
291
291
  ];
292
- export var TestHypervisorConfigurationOutput = [3, n0, _THCO, 0, [], []];
293
- export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_EC, _M], [0, 0]];
294
- TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
295
- export var UntagResourceInput = [3, n0, _URI, 0, [_RARN, _TK], [0, 64 | 0]];
296
- export var UntagResourceOutput = [3, n0, _URO, 0, [_RARN], [0]];
297
- export var UpdateGatewayInformationInput = [3, n0, _UGII, 0, [_GA, _GDN], [0, 0]];
298
- export var UpdateGatewayInformationOutput = [3, n0, _UGIO, 0, [_GA], [0]];
299
- export var UpdateGatewaySoftwareNowInput = [3, n0, _UGSNI, 0, [_GA], [0]];
300
- export var UpdateGatewaySoftwareNowOutput = [3, n0, _UGSNO, 0, [_GA], [0]];
301
- export var UpdateHypervisorInput = [
292
+ export var TestHypervisorConfigurationOutput$ = [3, n0, _THCO, 0, [], []];
293
+ export var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_EC, _M], [0, 0]];
294
+ TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
295
+ export var UntagResourceInput$ = [3, n0, _URI, 0, [_RARN, _TK], [0, 64 | 0]];
296
+ export var UntagResourceOutput$ = [3, n0, _URO, 0, [_RARN], [0]];
297
+ export var UpdateGatewayInformationInput$ = [3, n0, _UGII, 0, [_GA, _GDN], [0, 0]];
298
+ export var UpdateGatewayInformationOutput$ = [3, n0, _UGIO, 0, [_GA], [0]];
299
+ export var UpdateGatewaySoftwareNowInput$ = [3, n0, _UGSNI, 0, [_GA], [0]];
300
+ export var UpdateGatewaySoftwareNowOutput$ = [3, n0, _UGSNO, 0, [_GA], [0]];
301
+ export var UpdateHypervisorInput$ = [
302
302
  3,
303
303
  n0,
304
304
  _UHI,
@@ -306,11 +306,11 @@ export var UpdateHypervisorInput = [
306
306
  [_HA, _Ho, _U, _P, _N, _LGA],
307
307
  [0, 0, [() => Username, 0], [() => Password, 0], 0, 0],
308
308
  ];
309
- export var UpdateHypervisorOutput = [3, n0, _UHO, 0, [_HA], [0]];
310
- export var ValidationException = [-3, n0, _VEa, { [_e]: _c, [_hE]: 400 }, [_EC, _M], [0, 0]];
311
- TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
312
- export var VirtualMachine = [3, n0, _VM, 0, [_HN, _HI, _N, _Pa, _RA, _LBD], [0, 0, 0, 0, 0, 4]];
313
- export var VirtualMachineDetails = [
309
+ export var UpdateHypervisorOutput$ = [3, n0, _UHO, 0, [_HA], [0]];
310
+ export var ValidationException$ = [-3, n0, _VEa, { [_e]: _c, [_hE]: 400 }, [_EC, _M], [0, 0]];
311
+ TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
312
+ export var VirtualMachine$ = [3, n0, _VM, 0, [_HN, _HI, _N, _Pa, _RA, _LBD], [0, 0, 0, 0, 0, 4]];
313
+ export var VirtualMachineDetails$ = [
314
314
  3,
315
315
  n0,
316
316
  _VMD,
@@ -318,167 +318,195 @@ export var VirtualMachineDetails = [
318
318
  [_HN, _HI, _N, _Pa, _RA, _LBD, _VT],
319
319
  [0, 0, 0, 0, 0, 4, () => VmwareTags],
320
320
  ];
321
- export var VmwareTag = [3, n0, _VTm, 0, [_VC, _VTN, _VTD], [0, 0, 0]];
322
- export var VmwareToAwsTagMapping = [3, n0, _VTATMm, 0, [_VC, _VTN, _ATK, _ATV], [0, 0, 0, 0]];
323
- export var BackupGatewayServiceException = [-3, _sm, "BackupGatewayServiceException", 0, [], []];
324
- TypeRegistry.for(_sm).registerError(BackupGatewayServiceException, __BackupGatewayServiceException);
325
- export var BandwidthRateLimitIntervals = [1, n0, _BRLIa, 0, () => BandwidthRateLimitInterval];
326
- export var DaysOfWeek = 64 | 1;
327
- export var Gateways = [1, n0, _Ga, 0, () => Gateway];
328
- export var Hypervisors = [1, n0, _Hy, 0, () => Hypervisor];
329
- export var TagKeys = 64 | 0;
330
- export var Tags = [1, n0, _T, 0, () => Tag];
331
- export var VirtualMachines = [1, n0, _VMi, 0, () => VirtualMachine];
332
- export var VmwareTags = [1, n0, _VT, 0, () => VmwareTag];
333
- export var VmwareToAwsTagMappings = [1, n0, _VTATM, 0, () => VmwareToAwsTagMapping];
334
- export var AssociateGatewayToServer = [
321
+ export var VmwareTag$ = [3, n0, _VTm, 0, [_VC, _VTN, _VTD], [0, 0, 0]];
322
+ export var VmwareToAwsTagMapping$ = [3, n0, _VTATMm, 0, [_VC, _VTN, _ATK, _ATV], [0, 0, 0, 0]];
323
+ export var BackupGatewayServiceException$ = [-3, _sm, "BackupGatewayServiceException", 0, [], []];
324
+ TypeRegistry.for(_sm).registerError(BackupGatewayServiceException$, BackupGatewayServiceException);
325
+ var BandwidthRateLimitIntervals = [1, n0, _BRLIa, 0, () => BandwidthRateLimitInterval$];
326
+ var DaysOfWeek = 64 | 1;
327
+ var Gateways = [1, n0, _Ga, 0, () => Gateway$];
328
+ var Hypervisors = [1, n0, _Hy, 0, () => Hypervisor$];
329
+ var TagKeys = 64 | 0;
330
+ var Tags = [1, n0, _T, 0, () => Tag$];
331
+ var VirtualMachines = [1, n0, _VMi, 0, () => VirtualMachine$];
332
+ var VmwareTags = [1, n0, _VT, 0, () => VmwareTag$];
333
+ var VmwareToAwsTagMappings = [1, n0, _VTATM, 0, () => VmwareToAwsTagMapping$];
334
+ export var AssociateGatewayToServer$ = [
335
335
  9,
336
336
  n0,
337
337
  _AGTS,
338
338
  0,
339
- () => AssociateGatewayToServerInput,
340
- () => AssociateGatewayToServerOutput,
339
+ () => AssociateGatewayToServerInput$,
340
+ () => AssociateGatewayToServerOutput$,
341
341
  ];
342
- export var CreateGateway = [9, n0, _CG, 0, () => CreateGatewayInput, () => CreateGatewayOutput];
343
- export var DeleteGateway = [9, n0, _DG, 2, () => DeleteGatewayInput, () => DeleteGatewayOutput];
344
- export var DeleteHypervisor = [
342
+ export var CreateGateway$ = [
343
+ 9,
344
+ n0,
345
+ _CG,
346
+ 0,
347
+ () => CreateGatewayInput$,
348
+ () => CreateGatewayOutput$,
349
+ ];
350
+ export var DeleteGateway$ = [
351
+ 9,
352
+ n0,
353
+ _DG,
354
+ 2,
355
+ () => DeleteGatewayInput$,
356
+ () => DeleteGatewayOutput$,
357
+ ];
358
+ export var DeleteHypervisor$ = [
345
359
  9,
346
360
  n0,
347
361
  _DH,
348
362
  2,
349
- () => DeleteHypervisorInput,
350
- () => DeleteHypervisorOutput,
363
+ () => DeleteHypervisorInput$,
364
+ () => DeleteHypervisorOutput$,
351
365
  ];
352
- export var DisassociateGatewayFromServer = [
366
+ export var DisassociateGatewayFromServer$ = [
353
367
  9,
354
368
  n0,
355
369
  _DGFS,
356
370
  0,
357
- () => DisassociateGatewayFromServerInput,
358
- () => DisassociateGatewayFromServerOutput,
371
+ () => DisassociateGatewayFromServerInput$,
372
+ () => DisassociateGatewayFromServerOutput$,
359
373
  ];
360
- export var GetBandwidthRateLimitSchedule = [
374
+ export var GetBandwidthRateLimitSchedule$ = [
361
375
  9,
362
376
  n0,
363
377
  _GBRLS,
364
378
  0,
365
- () => GetBandwidthRateLimitScheduleInput,
366
- () => GetBandwidthRateLimitScheduleOutput,
379
+ () => GetBandwidthRateLimitScheduleInput$,
380
+ () => GetBandwidthRateLimitScheduleOutput$,
367
381
  ];
368
- export var GetGateway = [9, n0, _GG, 0, () => GetGatewayInput, () => GetGatewayOutput];
369
- export var GetHypervisor = [9, n0, _GH, 0, () => GetHypervisorInput, () => GetHypervisorOutput];
370
- export var GetHypervisorPropertyMappings = [
382
+ export var GetGateway$ = [9, n0, _GG, 0, () => GetGatewayInput$, () => GetGatewayOutput$];
383
+ export var GetHypervisor$ = [
384
+ 9,
385
+ n0,
386
+ _GH,
387
+ 0,
388
+ () => GetHypervisorInput$,
389
+ () => GetHypervisorOutput$,
390
+ ];
391
+ export var GetHypervisorPropertyMappings$ = [
371
392
  9,
372
393
  n0,
373
394
  _GHPM,
374
395
  0,
375
- () => GetHypervisorPropertyMappingsInput,
376
- () => GetHypervisorPropertyMappingsOutput,
396
+ () => GetHypervisorPropertyMappingsInput$,
397
+ () => GetHypervisorPropertyMappingsOutput$,
377
398
  ];
378
- export var GetVirtualMachine = [
399
+ export var GetVirtualMachine$ = [
379
400
  9,
380
401
  n0,
381
402
  _GVM,
382
403
  0,
383
- () => GetVirtualMachineInput,
384
- () => GetVirtualMachineOutput,
404
+ () => GetVirtualMachineInput$,
405
+ () => GetVirtualMachineOutput$,
385
406
  ];
386
- export var ImportHypervisorConfiguration = [
407
+ export var ImportHypervisorConfiguration$ = [
387
408
  9,
388
409
  n0,
389
410
  _IHC,
390
411
  0,
391
- () => ImportHypervisorConfigurationInput,
392
- () => ImportHypervisorConfigurationOutput,
412
+ () => ImportHypervisorConfigurationInput$,
413
+ () => ImportHypervisorConfigurationOutput$,
393
414
  ];
394
- export var ListGateways = [9, n0, _LG, 0, () => ListGatewaysInput, () => ListGatewaysOutput];
395
- export var ListHypervisors = [
415
+ export var ListGateways$ = [9, n0, _LG, 0, () => ListGatewaysInput$, () => ListGatewaysOutput$];
416
+ export var ListHypervisors$ = [
396
417
  9,
397
418
  n0,
398
419
  _LH,
399
420
  0,
400
- () => ListHypervisorsInput,
401
- () => ListHypervisorsOutput,
421
+ () => ListHypervisorsInput$,
422
+ () => ListHypervisorsOutput$,
402
423
  ];
403
- export var ListTagsForResource = [
424
+ export var ListTagsForResource$ = [
404
425
  9,
405
426
  n0,
406
427
  _LTFR,
407
428
  0,
408
- () => ListTagsForResourceInput,
409
- () => ListTagsForResourceOutput,
429
+ () => ListTagsForResourceInput$,
430
+ () => ListTagsForResourceOutput$,
410
431
  ];
411
- export var ListVirtualMachines = [
432
+ export var ListVirtualMachines$ = [
412
433
  9,
413
434
  n0,
414
435
  _LVM,
415
436
  0,
416
- () => ListVirtualMachinesInput,
417
- () => ListVirtualMachinesOutput,
437
+ () => ListVirtualMachinesInput$,
438
+ () => ListVirtualMachinesOutput$,
418
439
  ];
419
- export var PutBandwidthRateLimitSchedule = [
440
+ export var PutBandwidthRateLimitSchedule$ = [
420
441
  9,
421
442
  n0,
422
443
  _PBRLS,
423
444
  2,
424
- () => PutBandwidthRateLimitScheduleInput,
425
- () => PutBandwidthRateLimitScheduleOutput,
445
+ () => PutBandwidthRateLimitScheduleInput$,
446
+ () => PutBandwidthRateLimitScheduleOutput$,
426
447
  ];
427
- export var PutHypervisorPropertyMappings = [
448
+ export var PutHypervisorPropertyMappings$ = [
428
449
  9,
429
450
  n0,
430
451
  _PHPM,
431
452
  2,
432
- () => PutHypervisorPropertyMappingsInput,
433
- () => PutHypervisorPropertyMappingsOutput,
453
+ () => PutHypervisorPropertyMappingsInput$,
454
+ () => PutHypervisorPropertyMappingsOutput$,
434
455
  ];
435
- export var PutMaintenanceStartTime = [
456
+ export var PutMaintenanceStartTime$ = [
436
457
  9,
437
458
  n0,
438
459
  _PMST,
439
460
  0,
440
- () => PutMaintenanceStartTimeInput,
441
- () => PutMaintenanceStartTimeOutput,
461
+ () => PutMaintenanceStartTimeInput$,
462
+ () => PutMaintenanceStartTimeOutput$,
442
463
  ];
443
- export var StartVirtualMachinesMetadataSync = [
464
+ export var StartVirtualMachinesMetadataSync$ = [
444
465
  9,
445
466
  n0,
446
467
  _SVMMS,
447
468
  0,
448
- () => StartVirtualMachinesMetadataSyncInput,
449
- () => StartVirtualMachinesMetadataSyncOutput,
469
+ () => StartVirtualMachinesMetadataSyncInput$,
470
+ () => StartVirtualMachinesMetadataSyncOutput$,
450
471
  ];
451
- export var TagResource = [9, n0, _TR, 0, () => TagResourceInput, () => TagResourceOutput];
452
- export var TestHypervisorConfiguration = [
472
+ export var TagResource$ = [9, n0, _TR, 0, () => TagResourceInput$, () => TagResourceOutput$];
473
+ export var TestHypervisorConfiguration$ = [
453
474
  9,
454
475
  n0,
455
476
  _THC,
456
477
  0,
457
- () => TestHypervisorConfigurationInput,
458
- () => TestHypervisorConfigurationOutput,
478
+ () => TestHypervisorConfigurationInput$,
479
+ () => TestHypervisorConfigurationOutput$,
480
+ ];
481
+ export var UntagResource$ = [
482
+ 9,
483
+ n0,
484
+ _UR,
485
+ 0,
486
+ () => UntagResourceInput$,
487
+ () => UntagResourceOutput$,
459
488
  ];
460
- export var UntagResource = [9, n0, _UR, 0, () => UntagResourceInput, () => UntagResourceOutput];
461
- export var UpdateGatewayInformation = [
489
+ export var UpdateGatewayInformation$ = [
462
490
  9,
463
491
  n0,
464
492
  _UGI,
465
493
  0,
466
- () => UpdateGatewayInformationInput,
467
- () => UpdateGatewayInformationOutput,
494
+ () => UpdateGatewayInformationInput$,
495
+ () => UpdateGatewayInformationOutput$,
468
496
  ];
469
- export var UpdateGatewaySoftwareNow = [
497
+ export var UpdateGatewaySoftwareNow$ = [
470
498
  9,
471
499
  n0,
472
500
  _UGSN,
473
501
  0,
474
- () => UpdateGatewaySoftwareNowInput,
475
- () => UpdateGatewaySoftwareNowOutput,
502
+ () => UpdateGatewaySoftwareNowInput$,
503
+ () => UpdateGatewaySoftwareNowOutput$,
476
504
  ];
477
- export var UpdateHypervisor = [
505
+ export var UpdateHypervisor$ = [
478
506
  9,
479
507
  n0,
480
508
  _UH,
481
509
  0,
482
- () => UpdateHypervisorInput,
483
- () => UpdateHypervisorOutput,
510
+ () => UpdateHypervisorInput$,
511
+ () => UpdateHypervisorOutput$,
484
512
  ];
@@ -5,7 +5,7 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
5
5
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
- import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
8
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { AssociateGatewayToServerCommandInput, AssociateGatewayToServerCommandOutput } from "./commands/AssociateGatewayToServerCommand";
11
11
  import { CreateGatewayCommandInput, CreateGatewayCommandOutput } from "./commands/CreateGatewayCommand";
@@ -166,15 +166,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
166
166
  * Optional extensions
167
167
  */
168
168
  extensions?: RuntimeExtension[];
169
- /**
170
- * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
171
- * may be overridden. A default will always be set by the client.
172
- * Available options depend on the service's supported protocols and will not be validated by
173
- * the client.
174
- * @alpha
175
- *
176
- */
177
- protocol?: ClientProtocol<HttpRequest, HttpResponse>;
178
169
  /**
179
170
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
180
171
  */
@@ -17,6 +17,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
17
17
  export type { RuntimeExtension } from "./runtimeExtensions";
18
18
  export type { BackupGatewayExtensionConfiguration } from "./extensionConfiguration";
19
19
  export * from "./commands";
20
+ export * from "./schemas/schemas_0";
20
21
  export * from "./pagination";
21
22
  export * from "./models/enums";
22
23
  export * from "./models/errors";
@@ -17,8 +17,13 @@ export declare const getRuntimeConfig: (config: BackupGatewayClientConfig) => {
17
17
  streamCollector: import("@smithy/types").StreamCollector;
18
18
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
19
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
20
- apiVersion: string;
21
20
  cacheMiddleware?: boolean | undefined;
21
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_0Protocol;
22
+ protocolSettings: {
23
+ defaultNamespace?: string;
24
+ [setting: string]: unknown;
25
+ };
26
+ apiVersion: string;
22
27
  urlParser: import("@smithy/types").UrlParser;
23
28
  base64Decoder: import("@smithy/types").Decoder;
24
29
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -29,7 +34,6 @@ export declare const getRuntimeConfig: (config: BackupGatewayClientConfig) => {
29
34
  profile?: string;
30
35
  logger: import("@smithy/types").Logger;
31
36
  extensions: import("./runtimeExtensions").RuntimeExtension[];
32
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
33
37
  customUserAgent?: string | import("@smithy/types").UserAgent;
34
38
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
35
39
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -19,8 +19,13 @@ export declare const getRuntimeConfig: (config: BackupGatewayClientConfig) => {
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
21
  userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
22
- apiVersion: string;
23
22
  cacheMiddleware?: boolean | undefined;
23
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_0Protocol;
24
+ protocolSettings: {
25
+ defaultNamespace?: string;
26
+ [setting: string]: unknown;
27
+ };
28
+ apiVersion: string;
24
29
  urlParser: import("@smithy/types").UrlParser;
25
30
  base64Decoder: import("@smithy/types").Decoder;
26
31
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -31,7 +36,6 @@ export declare const getRuntimeConfig: (config: BackupGatewayClientConfig) => {
31
36
  profile?: string;
32
37
  logger: import("@smithy/types").Logger;
33
38
  extensions: import("./runtimeExtensions").RuntimeExtension[];
34
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
35
39
  customUserAgent?: string | import("@smithy/types").UserAgent;
36
40
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
37
41
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
@@ -6,8 +6,13 @@ export declare const getRuntimeConfig: (config: BackupGatewayClientConfig) => {
6
6
  runtime: string;
7
7
  sha256: import("@smithy/types").HashConstructor;
8
8
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
- apiVersion: string;
10
9
  cacheMiddleware?: boolean;
10
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_0Protocol;
11
+ protocolSettings: {
12
+ defaultNamespace?: string;
13
+ [setting: string]: unknown;
14
+ };
15
+ apiVersion: string;
11
16
  urlParser: import("@smithy/types").UrlParser;
12
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
13
18
  streamCollector: import("@smithy/types").StreamCollector;
@@ -27,7 +32,6 @@ export declare const getRuntimeConfig: (config: BackupGatewayClientConfig) => {
27
32
  retryMode: string | import("@smithy/types").Provider<string>;
28
33
  logger: import("@smithy/types").Logger;
29
34
  extensions: import("./runtimeExtensions").RuntimeExtension[];
30
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
31
35
  defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
32
36
  customUserAgent?: string | import("@smithy/types").UserAgent;
33
37
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
@@ -1,3 +1,4 @@
1
+ import { AwsJson1_0Protocol } from "@aws-sdk/core/protocols";
1
2
  import type { BackupGatewayClientConfig } from "./BackupGatewayClient";
2
3
  /**
3
4
  * @internal
@@ -14,7 +15,11 @@ export declare const getRuntimeConfig: (config: BackupGatewayClientConfig) => {
14
15
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").BackupGatewayHttpAuthSchemeProvider;
15
16
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
17
  logger: import("@smithy/types").Logger;
17
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
18
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof AwsJson1_0Protocol;
19
+ protocolSettings: {
20
+ [setting: string]: unknown;
21
+ defaultNamespace?: string;
22
+ };
18
23
  serviceId: string;
19
24
  urlParser: import("@smithy/types").UrlParser;
20
25
  utf8Decoder: import("@smithy/types").Decoder;