@aws-sdk/client-backup-gateway 3.1068.0 → 3.1070.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.
@@ -1,7 +1,3 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutMaintenanceStartTimeOutput$ = exports.PutMaintenanceStartTimeInput$ = exports.PutHypervisorPropertyMappingsOutput$ = exports.PutHypervisorPropertyMappingsInput$ = exports.PutBandwidthRateLimitScheduleOutput$ = exports.PutBandwidthRateLimitScheduleInput$ = exports.MaintenanceStartTime$ = exports.ListVirtualMachinesOutput$ = exports.ListVirtualMachinesInput$ = exports.ListTagsForResourceOutput$ = exports.ListTagsForResourceInput$ = exports.ListHypervisorsOutput$ = exports.ListHypervisorsInput$ = exports.ListGatewaysOutput$ = exports.ListGatewaysInput$ = exports.ImportHypervisorConfigurationOutput$ = exports.ImportHypervisorConfigurationInput$ = exports.HypervisorDetails$ = exports.Hypervisor$ = exports.GetVirtualMachineOutput$ = exports.GetVirtualMachineInput$ = exports.GetHypervisorPropertyMappingsOutput$ = exports.GetHypervisorPropertyMappingsInput$ = exports.GetHypervisorOutput$ = exports.GetHypervisorInput$ = exports.GetGatewayOutput$ = exports.GetGatewayInput$ = exports.GetBandwidthRateLimitScheduleOutput$ = exports.GetBandwidthRateLimitScheduleInput$ = exports.GatewayDetails$ = exports.Gateway$ = exports.DisassociateGatewayFromServerOutput$ = exports.DisassociateGatewayFromServerInput$ = exports.DeleteHypervisorOutput$ = exports.DeleteHypervisorInput$ = exports.DeleteGatewayOutput$ = exports.DeleteGatewayInput$ = exports.CreateGatewayOutput$ = exports.CreateGatewayInput$ = exports.BandwidthRateLimitInterval$ = exports.AssociateGatewayToServerOutput$ = exports.AssociateGatewayToServerInput$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottlingException$ = exports.ResourceNotFoundException$ = exports.InternalServerException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.BackupGatewayServiceException$ = void 0;
4
- exports.UpdateHypervisor$ = exports.UpdateGatewaySoftwareNow$ = exports.UpdateGatewayInformation$ = exports.UntagResource$ = exports.TestHypervisorConfiguration$ = exports.TagResource$ = exports.StartVirtualMachinesMetadataSync$ = exports.PutMaintenanceStartTime$ = exports.PutHypervisorPropertyMappings$ = exports.PutBandwidthRateLimitSchedule$ = exports.ListVirtualMachines$ = exports.ListTagsForResource$ = exports.ListHypervisors$ = exports.ListGateways$ = exports.ImportHypervisorConfiguration$ = exports.GetVirtualMachine$ = exports.GetHypervisorPropertyMappings$ = exports.GetHypervisor$ = exports.GetGateway$ = exports.GetBandwidthRateLimitSchedule$ = exports.DisassociateGatewayFromServer$ = exports.DeleteHypervisor$ = exports.DeleteGateway$ = exports.CreateGateway$ = exports.AssociateGatewayToServer$ = exports.VmwareToAwsTagMapping$ = exports.VmwareTag$ = exports.VirtualMachineDetails$ = exports.VirtualMachine$ = exports.UpdateHypervisorOutput$ = exports.UpdateHypervisorInput$ = exports.UpdateGatewaySoftwareNowOutput$ = exports.UpdateGatewaySoftwareNowInput$ = exports.UpdateGatewayInformationOutput$ = exports.UpdateGatewayInformationInput$ = exports.UntagResourceOutput$ = exports.UntagResourceInput$ = exports.TestHypervisorConfigurationOutput$ = exports.TestHypervisorConfigurationInput$ = exports.TagResourceOutput$ = exports.TagResourceInput$ = exports.Tag$ = exports.StartVirtualMachinesMetadataSyncOutput$ = exports.StartVirtualMachinesMetadataSyncInput$ = void 0;
5
1
  const _ADE = "AccessDeniedException";
6
2
  const _AGTS = "AssociateGatewayToServer";
7
3
  const _AGTSI = "AssociateGatewayToServerInput";
@@ -157,455 +153,523 @@ const _hE = "httpError";
157
153
  const _s = "smithy.ts.sdk.synthetic.com.amazonaws.backupgateway";
158
154
  const _se = "server";
159
155
  const n0 = "com.amazonaws.backupgateway";
160
- const schema_1 = require("@smithy/core/schema");
161
- const BackupGatewayServiceException_1 = require("../models/BackupGatewayServiceException");
162
- const errors_1 = require("../models/errors");
163
- const _s_registry = schema_1.TypeRegistry.for(_s);
164
- exports.BackupGatewayServiceException$ = [-3, _s, "BackupGatewayServiceException", 0, [], []];
165
- _s_registry.registerError(exports.BackupGatewayServiceException$, BackupGatewayServiceException_1.BackupGatewayServiceException);
166
- const n0_registry = schema_1.TypeRegistry.for(n0);
167
- exports.AccessDeniedException$ = [-3, n0, _ADE,
156
+ const { TypeRegistry } = require("@smithy/core/schema");
157
+ const { BackupGatewayServiceException } = require("../models/BackupGatewayServiceException");
158
+ const { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException } = require("../models/errors");
159
+ const _s_registry = TypeRegistry.for(_s);
160
+ const BackupGatewayServiceException$ = [-3, _s, "BackupGatewayServiceException", 0, [], []];
161
+ exports.BackupGatewayServiceException$ = BackupGatewayServiceException$;
162
+ _s_registry.registerError(BackupGatewayServiceException$, BackupGatewayServiceException);
163
+ const n0_registry = TypeRegistry.for(n0);
164
+ const AccessDeniedException$ = [-3, n0, _ADE,
168
165
  { [_e]: _c, [_hE]: 403 },
169
166
  [_EC, _M],
170
167
  [0, 0], 1
171
168
  ];
172
- n0_registry.registerError(exports.AccessDeniedException$, errors_1.AccessDeniedException);
173
- exports.ConflictException$ = [-3, n0, _CE,
169
+ exports.AccessDeniedException$ = AccessDeniedException$;
170
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
171
+ const ConflictException$ = [-3, n0, _CE,
174
172
  { [_e]: _c, [_hE]: 409 },
175
173
  [_EC, _M],
176
174
  [0, 0], 1
177
175
  ];
178
- n0_registry.registerError(exports.ConflictException$, errors_1.ConflictException);
179
- exports.InternalServerException$ = [-3, n0, _ISE,
176
+ exports.ConflictException$ = ConflictException$;
177
+ n0_registry.registerError(ConflictException$, ConflictException);
178
+ const InternalServerException$ = [-3, n0, _ISE,
180
179
  { [_e]: _se, [_hE]: 500 },
181
180
  [_EC, _M],
182
181
  [0, 0]
183
182
  ];
184
- n0_registry.registerError(exports.InternalServerException$, errors_1.InternalServerException);
185
- exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
183
+ exports.InternalServerException$ = InternalServerException$;
184
+ n0_registry.registerError(InternalServerException$, InternalServerException);
185
+ const ResourceNotFoundException$ = [-3, n0, _RNFE,
186
186
  { [_e]: _c, [_hE]: 404 },
187
187
  [_EC, _M],
188
188
  [0, 0]
189
189
  ];
190
- n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
191
- exports.ThrottlingException$ = [-3, n0, _TE,
190
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
191
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
192
+ const ThrottlingException$ = [-3, n0, _TE,
192
193
  { [_e]: _c, [_hE]: 429 },
193
194
  [_EC, _M],
194
195
  [0, 0], 1
195
196
  ];
196
- n0_registry.registerError(exports.ThrottlingException$, errors_1.ThrottlingException);
197
- exports.ValidationException$ = [-3, n0, _VE,
197
+ exports.ThrottlingException$ = ThrottlingException$;
198
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
199
+ const ValidationException$ = [-3, n0, _VE,
198
200
  { [_e]: _c, [_hE]: 400 },
199
201
  [_EC, _M],
200
202
  [0, 0]
201
203
  ];
202
- n0_registry.registerError(exports.ValidationException$, errors_1.ValidationException);
204
+ exports.ValidationException$ = ValidationException$;
205
+ n0_registry.registerError(ValidationException$, ValidationException);
203
206
  exports.errorTypeRegistries = [
204
207
  _s_registry,
205
208
  n0_registry,
206
209
  ];
207
210
  var Password = [0, n0, _P, 8, 0];
208
211
  var Username = [0, n0, _U, 8, 0];
209
- exports.AssociateGatewayToServerInput$ = [3, n0, _AGTSI,
212
+ const AssociateGatewayToServerInput$ = [3, n0, _AGTSI,
210
213
  0,
211
214
  [_GA, _SA],
212
215
  [0, 0], 2
213
216
  ];
214
- exports.AssociateGatewayToServerOutput$ = [3, n0, _AGTSO,
217
+ exports.AssociateGatewayToServerInput$ = AssociateGatewayToServerInput$;
218
+ const AssociateGatewayToServerOutput$ = [3, n0, _AGTSO,
215
219
  0,
216
220
  [_GA],
217
221
  [0]
218
222
  ];
219
- exports.BandwidthRateLimitInterval$ = [3, n0, _BRLI,
223
+ exports.AssociateGatewayToServerOutput$ = AssociateGatewayToServerOutput$;
224
+ const BandwidthRateLimitInterval$ = [3, n0, _BRLI,
220
225
  0,
221
226
  [_SHOD, _EHOD, _SMOH, _EMOH, _DOW, _AURLIBPS],
222
227
  [1, 1, 1, 1, 64 | 1, 1], 5
223
228
  ];
224
- exports.CreateGatewayInput$ = [3, n0, _CGI,
229
+ exports.BandwidthRateLimitInterval$ = BandwidthRateLimitInterval$;
230
+ const CreateGatewayInput$ = [3, n0, _CGI,
225
231
  0,
226
232
  [_AK, _GDN, _GT, _T],
227
233
  [0, 0, 0, () => Tags], 3
228
234
  ];
229
- exports.CreateGatewayOutput$ = [3, n0, _CGO,
235
+ exports.CreateGatewayInput$ = CreateGatewayInput$;
236
+ const CreateGatewayOutput$ = [3, n0, _CGO,
230
237
  0,
231
238
  [_GA],
232
239
  [0]
233
240
  ];
234
- exports.DeleteGatewayInput$ = [3, n0, _DGI,
241
+ exports.CreateGatewayOutput$ = CreateGatewayOutput$;
242
+ const DeleteGatewayInput$ = [3, n0, _DGI,
235
243
  0,
236
244
  [_GA],
237
245
  [0], 1
238
246
  ];
239
- exports.DeleteGatewayOutput$ = [3, n0, _DGO,
247
+ exports.DeleteGatewayInput$ = DeleteGatewayInput$;
248
+ const DeleteGatewayOutput$ = [3, n0, _DGO,
240
249
  0,
241
250
  [_GA],
242
251
  [0]
243
252
  ];
244
- exports.DeleteHypervisorInput$ = [3, n0, _DHI,
253
+ exports.DeleteGatewayOutput$ = DeleteGatewayOutput$;
254
+ const DeleteHypervisorInput$ = [3, n0, _DHI,
245
255
  0,
246
256
  [_HA],
247
257
  [0], 1
248
258
  ];
249
- exports.DeleteHypervisorOutput$ = [3, n0, _DHO,
259
+ exports.DeleteHypervisorInput$ = DeleteHypervisorInput$;
260
+ const DeleteHypervisorOutput$ = [3, n0, _DHO,
250
261
  0,
251
262
  [_HA],
252
263
  [0]
253
264
  ];
254
- exports.DisassociateGatewayFromServerInput$ = [3, n0, _DGFSI,
265
+ exports.DeleteHypervisorOutput$ = DeleteHypervisorOutput$;
266
+ const DisassociateGatewayFromServerInput$ = [3, n0, _DGFSI,
255
267
  0,
256
268
  [_GA],
257
269
  [0], 1
258
270
  ];
259
- exports.DisassociateGatewayFromServerOutput$ = [3, n0, _DGFSO,
271
+ exports.DisassociateGatewayFromServerInput$ = DisassociateGatewayFromServerInput$;
272
+ const DisassociateGatewayFromServerOutput$ = [3, n0, _DGFSO,
260
273
  0,
261
274
  [_GA],
262
275
  [0]
263
276
  ];
264
- exports.Gateway$ = [3, n0, _G,
277
+ exports.DisassociateGatewayFromServerOutput$ = DisassociateGatewayFromServerOutput$;
278
+ const Gateway$ = [3, n0, _G,
265
279
  0,
266
280
  [_GA, _GDN, _GT, _HI, _LST],
267
281
  [0, 0, 0, 0, 4]
268
282
  ];
269
- exports.GatewayDetails$ = [3, n0, _GD,
283
+ exports.Gateway$ = Gateway$;
284
+ const GatewayDetails$ = [3, n0, _GD,
270
285
  0,
271
286
  [_GA, _GDN, _GT, _HI, _LST, _MST, _NUAT, _VEp, _DD, _SV],
272
- [0, 0, 0, 0, 4, () => exports.MaintenanceStartTime$, 4, 0, 4, 0]
287
+ [0, 0, 0, 0, 4, () => MaintenanceStartTime$, 4, 0, 4, 0]
273
288
  ];
274
- exports.GetBandwidthRateLimitScheduleInput$ = [3, n0, _GBRLSI,
289
+ exports.GatewayDetails$ = GatewayDetails$;
290
+ const GetBandwidthRateLimitScheduleInput$ = [3, n0, _GBRLSI,
275
291
  0,
276
292
  [_GA],
277
293
  [0], 1
278
294
  ];
279
- exports.GetBandwidthRateLimitScheduleOutput$ = [3, n0, _GBRLSO,
295
+ exports.GetBandwidthRateLimitScheduleInput$ = GetBandwidthRateLimitScheduleInput$;
296
+ const GetBandwidthRateLimitScheduleOutput$ = [3, n0, _GBRLSO,
280
297
  0,
281
298
  [_GA, _BRLIa],
282
299
  [0, () => BandwidthRateLimitIntervals]
283
300
  ];
284
- exports.GetGatewayInput$ = [3, n0, _GGI,
301
+ exports.GetBandwidthRateLimitScheduleOutput$ = GetBandwidthRateLimitScheduleOutput$;
302
+ const GetGatewayInput$ = [3, n0, _GGI,
285
303
  0,
286
304
  [_GA],
287
305
  [0], 1
288
306
  ];
289
- exports.GetGatewayOutput$ = [3, n0, _GGO,
307
+ exports.GetGatewayInput$ = GetGatewayInput$;
308
+ const GetGatewayOutput$ = [3, n0, _GGO,
290
309
  0,
291
310
  [_G],
292
- [() => exports.GatewayDetails$]
311
+ [() => GatewayDetails$]
293
312
  ];
294
- exports.GetHypervisorInput$ = [3, n0, _GHI,
313
+ exports.GetGatewayOutput$ = GetGatewayOutput$;
314
+ const GetHypervisorInput$ = [3, n0, _GHI,
295
315
  0,
296
316
  [_HA],
297
317
  [0], 1
298
318
  ];
299
- exports.GetHypervisorOutput$ = [3, n0, _GHO,
319
+ exports.GetHypervisorInput$ = GetHypervisorInput$;
320
+ const GetHypervisorOutput$ = [3, n0, _GHO,
300
321
  0,
301
322
  [_H],
302
- [() => exports.HypervisorDetails$]
323
+ [() => HypervisorDetails$]
303
324
  ];
304
- exports.GetHypervisorPropertyMappingsInput$ = [3, n0, _GHPMI,
325
+ exports.GetHypervisorOutput$ = GetHypervisorOutput$;
326
+ const GetHypervisorPropertyMappingsInput$ = [3, n0, _GHPMI,
305
327
  0,
306
328
  [_HA],
307
329
  [0], 1
308
330
  ];
309
- exports.GetHypervisorPropertyMappingsOutput$ = [3, n0, _GHPMO,
331
+ exports.GetHypervisorPropertyMappingsInput$ = GetHypervisorPropertyMappingsInput$;
332
+ const GetHypervisorPropertyMappingsOutput$ = [3, n0, _GHPMO,
310
333
  0,
311
334
  [_HA, _VTATM, _IRA],
312
335
  [0, () => VmwareToAwsTagMappings, 0]
313
336
  ];
314
- exports.GetVirtualMachineInput$ = [3, n0, _GVMI,
337
+ exports.GetHypervisorPropertyMappingsOutput$ = GetHypervisorPropertyMappingsOutput$;
338
+ const GetVirtualMachineInput$ = [3, n0, _GVMI,
315
339
  0,
316
340
  [_RA],
317
341
  [0], 1
318
342
  ];
319
- exports.GetVirtualMachineOutput$ = [3, n0, _GVMO,
343
+ exports.GetVirtualMachineInput$ = GetVirtualMachineInput$;
344
+ const GetVirtualMachineOutput$ = [3, n0, _GVMO,
320
345
  0,
321
346
  [_VM],
322
- [() => exports.VirtualMachineDetails$]
347
+ [() => VirtualMachineDetails$]
323
348
  ];
324
- exports.Hypervisor$ = [3, n0, _H,
349
+ exports.GetVirtualMachineOutput$ = GetVirtualMachineOutput$;
350
+ const Hypervisor$ = [3, n0, _H,
325
351
  0,
326
352
  [_Ho, _HA, _KKA, _N, _S],
327
353
  [0, 0, 0, 0, 0]
328
354
  ];
329
- exports.HypervisorDetails$ = [3, n0, _HD,
355
+ exports.Hypervisor$ = Hypervisor$;
356
+ const HypervisorDetails$ = [3, n0, _HD,
330
357
  0,
331
358
  [_Ho, _HA, _KKA, _N, _LGA, _S, _LSMST, _LMSSM, _LMSS],
332
359
  [0, 0, 0, 0, 0, 0, 4, 0, 0]
333
360
  ];
334
- exports.ImportHypervisorConfigurationInput$ = [3, n0, _IHCI,
361
+ exports.HypervisorDetails$ = HypervisorDetails$;
362
+ const ImportHypervisorConfigurationInput$ = [3, n0, _IHCI,
335
363
  0,
336
364
  [_N, _Ho, _U, _P, _KKA, _T],
337
365
  [0, 0, [() => Username, 0], [() => Password, 0], 0, () => Tags], 2
338
366
  ];
339
- exports.ImportHypervisorConfigurationOutput$ = [3, n0, _IHCO,
367
+ exports.ImportHypervisorConfigurationInput$ = ImportHypervisorConfigurationInput$;
368
+ const ImportHypervisorConfigurationOutput$ = [3, n0, _IHCO,
340
369
  0,
341
370
  [_HA],
342
371
  [0]
343
372
  ];
344
- exports.ListGatewaysInput$ = [3, n0, _LGI,
373
+ exports.ImportHypervisorConfigurationOutput$ = ImportHypervisorConfigurationOutput$;
374
+ const ListGatewaysInput$ = [3, n0, _LGI,
345
375
  0,
346
376
  [_MR, _NT],
347
377
  [1, 0]
348
378
  ];
349
- exports.ListGatewaysOutput$ = [3, n0, _LGO,
379
+ exports.ListGatewaysInput$ = ListGatewaysInput$;
380
+ const ListGatewaysOutput$ = [3, n0, _LGO,
350
381
  0,
351
382
  [_Ga, _NT],
352
383
  [() => Gateways, 0]
353
384
  ];
354
- exports.ListHypervisorsInput$ = [3, n0, _LHI,
385
+ exports.ListGatewaysOutput$ = ListGatewaysOutput$;
386
+ const ListHypervisorsInput$ = [3, n0, _LHI,
355
387
  0,
356
388
  [_MR, _NT],
357
389
  [1, 0]
358
390
  ];
359
- exports.ListHypervisorsOutput$ = [3, n0, _LHO,
391
+ exports.ListHypervisorsInput$ = ListHypervisorsInput$;
392
+ const ListHypervisorsOutput$ = [3, n0, _LHO,
360
393
  0,
361
394
  [_Hy, _NT],
362
395
  [() => Hypervisors, 0]
363
396
  ];
364
- exports.ListTagsForResourceInput$ = [3, n0, _LTFRI,
397
+ exports.ListHypervisorsOutput$ = ListHypervisorsOutput$;
398
+ const ListTagsForResourceInput$ = [3, n0, _LTFRI,
365
399
  0,
366
400
  [_RA],
367
401
  [0], 1
368
402
  ];
369
- exports.ListTagsForResourceOutput$ = [3, n0, _LTFRO,
403
+ exports.ListTagsForResourceInput$ = ListTagsForResourceInput$;
404
+ const ListTagsForResourceOutput$ = [3, n0, _LTFRO,
370
405
  0,
371
406
  [_RA, _T],
372
407
  [0, () => Tags]
373
408
  ];
374
- exports.ListVirtualMachinesInput$ = [3, n0, _LVMI,
409
+ exports.ListTagsForResourceOutput$ = ListTagsForResourceOutput$;
410
+ const ListVirtualMachinesInput$ = [3, n0, _LVMI,
375
411
  0,
376
412
  [_HA, _MR, _NT],
377
413
  [0, 1, 0]
378
414
  ];
379
- exports.ListVirtualMachinesOutput$ = [3, n0, _LVMO,
415
+ exports.ListVirtualMachinesInput$ = ListVirtualMachinesInput$;
416
+ const ListVirtualMachinesOutput$ = [3, n0, _LVMO,
380
417
  0,
381
418
  [_VMi, _NT],
382
419
  [() => VirtualMachines, 0]
383
420
  ];
384
- exports.MaintenanceStartTime$ = [3, n0, _MST,
421
+ exports.ListVirtualMachinesOutput$ = ListVirtualMachinesOutput$;
422
+ const MaintenanceStartTime$ = [3, n0, _MST,
385
423
  0,
386
424
  [_HOD, _MOH, _DOM, _DOWa],
387
425
  [1, 1, 1, 1], 2
388
426
  ];
389
- exports.PutBandwidthRateLimitScheduleInput$ = [3, n0, _PBRLSI,
427
+ exports.MaintenanceStartTime$ = MaintenanceStartTime$;
428
+ const PutBandwidthRateLimitScheduleInput$ = [3, n0, _PBRLSI,
390
429
  0,
391
430
  [_GA, _BRLIa],
392
431
  [0, () => BandwidthRateLimitIntervals], 2
393
432
  ];
394
- exports.PutBandwidthRateLimitScheduleOutput$ = [3, n0, _PBRLSO,
433
+ exports.PutBandwidthRateLimitScheduleInput$ = PutBandwidthRateLimitScheduleInput$;
434
+ const PutBandwidthRateLimitScheduleOutput$ = [3, n0, _PBRLSO,
395
435
  0,
396
436
  [_GA],
397
437
  [0]
398
438
  ];
399
- exports.PutHypervisorPropertyMappingsInput$ = [3, n0, _PHPMI,
439
+ exports.PutBandwidthRateLimitScheduleOutput$ = PutBandwidthRateLimitScheduleOutput$;
440
+ const PutHypervisorPropertyMappingsInput$ = [3, n0, _PHPMI,
400
441
  0,
401
442
  [_HA, _VTATM, _IRA],
402
443
  [0, () => VmwareToAwsTagMappings, 0], 3
403
444
  ];
404
- exports.PutHypervisorPropertyMappingsOutput$ = [3, n0, _PHPMO,
445
+ exports.PutHypervisorPropertyMappingsInput$ = PutHypervisorPropertyMappingsInput$;
446
+ const PutHypervisorPropertyMappingsOutput$ = [3, n0, _PHPMO,
405
447
  0,
406
448
  [_HA],
407
449
  [0]
408
450
  ];
409
- exports.PutMaintenanceStartTimeInput$ = [3, n0, _PMSTI,
451
+ exports.PutHypervisorPropertyMappingsOutput$ = PutHypervisorPropertyMappingsOutput$;
452
+ const PutMaintenanceStartTimeInput$ = [3, n0, _PMSTI,
410
453
  0,
411
454
  [_GA, _HOD, _MOH, _DOWa, _DOM],
412
455
  [0, 1, 1, 1, 1], 3
413
456
  ];
414
- exports.PutMaintenanceStartTimeOutput$ = [3, n0, _PMSTO,
457
+ exports.PutMaintenanceStartTimeInput$ = PutMaintenanceStartTimeInput$;
458
+ const PutMaintenanceStartTimeOutput$ = [3, n0, _PMSTO,
415
459
  0,
416
460
  [_GA],
417
461
  [0]
418
462
  ];
419
- exports.StartVirtualMachinesMetadataSyncInput$ = [3, n0, _SVMMSI,
463
+ exports.PutMaintenanceStartTimeOutput$ = PutMaintenanceStartTimeOutput$;
464
+ const StartVirtualMachinesMetadataSyncInput$ = [3, n0, _SVMMSI,
420
465
  0,
421
466
  [_HA],
422
467
  [0], 1
423
468
  ];
424
- exports.StartVirtualMachinesMetadataSyncOutput$ = [3, n0, _SVMMSO,
469
+ exports.StartVirtualMachinesMetadataSyncInput$ = StartVirtualMachinesMetadataSyncInput$;
470
+ const StartVirtualMachinesMetadataSyncOutput$ = [3, n0, _SVMMSO,
425
471
  0,
426
472
  [_HA],
427
473
  [0]
428
474
  ];
429
- exports.Tag$ = [3, n0, _Ta,
475
+ exports.StartVirtualMachinesMetadataSyncOutput$ = StartVirtualMachinesMetadataSyncOutput$;
476
+ const Tag$ = [3, n0, _Ta,
430
477
  0,
431
478
  [_K, _V],
432
479
  [0, 0], 2
433
480
  ];
434
- exports.TagResourceInput$ = [3, n0, _TRI,
481
+ exports.Tag$ = Tag$;
482
+ const TagResourceInput$ = [3, n0, _TRI,
435
483
  0,
436
484
  [_RARN, _T],
437
485
  [0, () => Tags], 2
438
486
  ];
439
- exports.TagResourceOutput$ = [3, n0, _TRO,
487
+ exports.TagResourceInput$ = TagResourceInput$;
488
+ const TagResourceOutput$ = [3, n0, _TRO,
440
489
  0,
441
490
  [_RARN],
442
491
  [0]
443
492
  ];
444
- exports.TestHypervisorConfigurationInput$ = [3, n0, _THCI,
493
+ exports.TagResourceOutput$ = TagResourceOutput$;
494
+ const TestHypervisorConfigurationInput$ = [3, n0, _THCI,
445
495
  0,
446
496
  [_GA, _Ho, _U, _P],
447
497
  [0, 0, [() => Username, 0], [() => Password, 0]], 2
448
498
  ];
449
- exports.TestHypervisorConfigurationOutput$ = [3, n0, _THCO,
499
+ exports.TestHypervisorConfigurationInput$ = TestHypervisorConfigurationInput$;
500
+ const TestHypervisorConfigurationOutput$ = [3, n0, _THCO,
450
501
  0,
451
502
  [],
452
503
  []
453
504
  ];
454
- exports.UntagResourceInput$ = [3, n0, _URI,
505
+ exports.TestHypervisorConfigurationOutput$ = TestHypervisorConfigurationOutput$;
506
+ const UntagResourceInput$ = [3, n0, _URI,
455
507
  0,
456
508
  [_RARN, _TK],
457
509
  [0, 64 | 0], 2
458
510
  ];
459
- exports.UntagResourceOutput$ = [3, n0, _URO,
511
+ exports.UntagResourceInput$ = UntagResourceInput$;
512
+ const UntagResourceOutput$ = [3, n0, _URO,
460
513
  0,
461
514
  [_RARN],
462
515
  [0]
463
516
  ];
464
- exports.UpdateGatewayInformationInput$ = [3, n0, _UGII,
517
+ exports.UntagResourceOutput$ = UntagResourceOutput$;
518
+ const UpdateGatewayInformationInput$ = [3, n0, _UGII,
465
519
  0,
466
520
  [_GA, _GDN],
467
521
  [0, 0], 1
468
522
  ];
469
- exports.UpdateGatewayInformationOutput$ = [3, n0, _UGIO,
523
+ exports.UpdateGatewayInformationInput$ = UpdateGatewayInformationInput$;
524
+ const UpdateGatewayInformationOutput$ = [3, n0, _UGIO,
470
525
  0,
471
526
  [_GA],
472
527
  [0]
473
528
  ];
474
- exports.UpdateGatewaySoftwareNowInput$ = [3, n0, _UGSNI,
529
+ exports.UpdateGatewayInformationOutput$ = UpdateGatewayInformationOutput$;
530
+ const UpdateGatewaySoftwareNowInput$ = [3, n0, _UGSNI,
475
531
  0,
476
532
  [_GA],
477
533
  [0], 1
478
534
  ];
479
- exports.UpdateGatewaySoftwareNowOutput$ = [3, n0, _UGSNO,
535
+ exports.UpdateGatewaySoftwareNowInput$ = UpdateGatewaySoftwareNowInput$;
536
+ const UpdateGatewaySoftwareNowOutput$ = [3, n0, _UGSNO,
480
537
  0,
481
538
  [_GA],
482
539
  [0]
483
540
  ];
484
- exports.UpdateHypervisorInput$ = [3, n0, _UHI,
541
+ exports.UpdateGatewaySoftwareNowOutput$ = UpdateGatewaySoftwareNowOutput$;
542
+ const UpdateHypervisorInput$ = [3, n0, _UHI,
485
543
  0,
486
544
  [_HA, _Ho, _U, _P, _N, _LGA],
487
545
  [0, 0, [() => Username, 0], [() => Password, 0], 0, 0], 1
488
546
  ];
489
- exports.UpdateHypervisorOutput$ = [3, n0, _UHO,
547
+ exports.UpdateHypervisorInput$ = UpdateHypervisorInput$;
548
+ const UpdateHypervisorOutput$ = [3, n0, _UHO,
490
549
  0,
491
550
  [_HA],
492
551
  [0]
493
552
  ];
494
- exports.VirtualMachine$ = [3, n0, _VM,
553
+ exports.UpdateHypervisorOutput$ = UpdateHypervisorOutput$;
554
+ const VirtualMachine$ = [3, n0, _VM,
495
555
  0,
496
556
  [_HN, _HI, _N, _Pa, _RA, _LBD],
497
557
  [0, 0, 0, 0, 0, 4]
498
558
  ];
499
- exports.VirtualMachineDetails$ = [3, n0, _VMD,
559
+ exports.VirtualMachine$ = VirtualMachine$;
560
+ const VirtualMachineDetails$ = [3, n0, _VMD,
500
561
  0,
501
562
  [_HN, _HI, _N, _Pa, _RA, _LBD, _VT],
502
563
  [0, 0, 0, 0, 0, 4, () => VmwareTags]
503
564
  ];
504
- exports.VmwareTag$ = [3, n0, _VTm,
565
+ exports.VirtualMachineDetails$ = VirtualMachineDetails$;
566
+ const VmwareTag$ = [3, n0, _VTm,
505
567
  0,
506
568
  [_VC, _VTN, _VTD],
507
569
  [0, 0, 0]
508
570
  ];
509
- exports.VmwareToAwsTagMapping$ = [3, n0, _VTATMm,
571
+ exports.VmwareTag$ = VmwareTag$;
572
+ const VmwareToAwsTagMapping$ = [3, n0, _VTATMm,
510
573
  0,
511
574
  [_VC, _VTN, _ATK, _ATV],
512
575
  [0, 0, 0, 0], 4
513
576
  ];
577
+ exports.VmwareToAwsTagMapping$ = VmwareToAwsTagMapping$;
514
578
  var BandwidthRateLimitIntervals = [1, n0, _BRLIa,
515
- 0, () => exports.BandwidthRateLimitInterval$
579
+ 0, () => BandwidthRateLimitInterval$
516
580
  ];
517
581
  var DaysOfWeek = 64 | 1;
518
582
  var Gateways = [1, n0, _Ga,
519
- 0, () => exports.Gateway$
583
+ 0, () => Gateway$
520
584
  ];
521
585
  var Hypervisors = [1, n0, _Hy,
522
- 0, () => exports.Hypervisor$
586
+ 0, () => Hypervisor$
523
587
  ];
524
588
  var TagKeys = 64 | 0;
525
589
  var Tags = [1, n0, _T,
526
- 0, () => exports.Tag$
590
+ 0, () => Tag$
527
591
  ];
528
592
  var VirtualMachines = [1, n0, _VMi,
529
- 0, () => exports.VirtualMachine$
593
+ 0, () => VirtualMachine$
530
594
  ];
531
595
  var VmwareTags = [1, n0, _VT,
532
- 0, () => exports.VmwareTag$
596
+ 0, () => VmwareTag$
533
597
  ];
534
598
  var VmwareToAwsTagMappings = [1, n0, _VTATM,
535
- 0, () => exports.VmwareToAwsTagMapping$
599
+ 0, () => VmwareToAwsTagMapping$
536
600
  ];
537
601
  exports.AssociateGatewayToServer$ = [9, n0, _AGTS,
538
- 0, () => exports.AssociateGatewayToServerInput$, () => exports.AssociateGatewayToServerOutput$
602
+ 0, () => AssociateGatewayToServerInput$, () => AssociateGatewayToServerOutput$
539
603
  ];
540
604
  exports.CreateGateway$ = [9, n0, _CG,
541
- 0, () => exports.CreateGatewayInput$, () => exports.CreateGatewayOutput$
605
+ 0, () => CreateGatewayInput$, () => CreateGatewayOutput$
542
606
  ];
543
607
  exports.DeleteGateway$ = [9, n0, _DG,
544
- 2, () => exports.DeleteGatewayInput$, () => exports.DeleteGatewayOutput$
608
+ 2, () => DeleteGatewayInput$, () => DeleteGatewayOutput$
545
609
  ];
546
610
  exports.DeleteHypervisor$ = [9, n0, _DH,
547
- 2, () => exports.DeleteHypervisorInput$, () => exports.DeleteHypervisorOutput$
611
+ 2, () => DeleteHypervisorInput$, () => DeleteHypervisorOutput$
548
612
  ];
549
613
  exports.DisassociateGatewayFromServer$ = [9, n0, _DGFS,
550
- 0, () => exports.DisassociateGatewayFromServerInput$, () => exports.DisassociateGatewayFromServerOutput$
614
+ 0, () => DisassociateGatewayFromServerInput$, () => DisassociateGatewayFromServerOutput$
551
615
  ];
552
616
  exports.GetBandwidthRateLimitSchedule$ = [9, n0, _GBRLS,
553
- 0, () => exports.GetBandwidthRateLimitScheduleInput$, () => exports.GetBandwidthRateLimitScheduleOutput$
617
+ 0, () => GetBandwidthRateLimitScheduleInput$, () => GetBandwidthRateLimitScheduleOutput$
554
618
  ];
555
619
  exports.GetGateway$ = [9, n0, _GG,
556
- 0, () => exports.GetGatewayInput$, () => exports.GetGatewayOutput$
620
+ 0, () => GetGatewayInput$, () => GetGatewayOutput$
557
621
  ];
558
622
  exports.GetHypervisor$ = [9, n0, _GH,
559
- 0, () => exports.GetHypervisorInput$, () => exports.GetHypervisorOutput$
623
+ 0, () => GetHypervisorInput$, () => GetHypervisorOutput$
560
624
  ];
561
625
  exports.GetHypervisorPropertyMappings$ = [9, n0, _GHPM,
562
- 0, () => exports.GetHypervisorPropertyMappingsInput$, () => exports.GetHypervisorPropertyMappingsOutput$
626
+ 0, () => GetHypervisorPropertyMappingsInput$, () => GetHypervisorPropertyMappingsOutput$
563
627
  ];
564
628
  exports.GetVirtualMachine$ = [9, n0, _GVM,
565
- 0, () => exports.GetVirtualMachineInput$, () => exports.GetVirtualMachineOutput$
629
+ 0, () => GetVirtualMachineInput$, () => GetVirtualMachineOutput$
566
630
  ];
567
631
  exports.ImportHypervisorConfiguration$ = [9, n0, _IHC,
568
- 0, () => exports.ImportHypervisorConfigurationInput$, () => exports.ImportHypervisorConfigurationOutput$
632
+ 0, () => ImportHypervisorConfigurationInput$, () => ImportHypervisorConfigurationOutput$
569
633
  ];
570
634
  exports.ListGateways$ = [9, n0, _LG,
571
- 0, () => exports.ListGatewaysInput$, () => exports.ListGatewaysOutput$
635
+ 0, () => ListGatewaysInput$, () => ListGatewaysOutput$
572
636
  ];
573
637
  exports.ListHypervisors$ = [9, n0, _LH,
574
- 0, () => exports.ListHypervisorsInput$, () => exports.ListHypervisorsOutput$
638
+ 0, () => ListHypervisorsInput$, () => ListHypervisorsOutput$
575
639
  ];
576
640
  exports.ListTagsForResource$ = [9, n0, _LTFR,
577
- 0, () => exports.ListTagsForResourceInput$, () => exports.ListTagsForResourceOutput$
641
+ 0, () => ListTagsForResourceInput$, () => ListTagsForResourceOutput$
578
642
  ];
579
643
  exports.ListVirtualMachines$ = [9, n0, _LVM,
580
- 0, () => exports.ListVirtualMachinesInput$, () => exports.ListVirtualMachinesOutput$
644
+ 0, () => ListVirtualMachinesInput$, () => ListVirtualMachinesOutput$
581
645
  ];
582
646
  exports.PutBandwidthRateLimitSchedule$ = [9, n0, _PBRLS,
583
- 2, () => exports.PutBandwidthRateLimitScheduleInput$, () => exports.PutBandwidthRateLimitScheduleOutput$
647
+ 2, () => PutBandwidthRateLimitScheduleInput$, () => PutBandwidthRateLimitScheduleOutput$
584
648
  ];
585
649
  exports.PutHypervisorPropertyMappings$ = [9, n0, _PHPM,
586
- 2, () => exports.PutHypervisorPropertyMappingsInput$, () => exports.PutHypervisorPropertyMappingsOutput$
650
+ 2, () => PutHypervisorPropertyMappingsInput$, () => PutHypervisorPropertyMappingsOutput$
587
651
  ];
588
652
  exports.PutMaintenanceStartTime$ = [9, n0, _PMST,
589
- 0, () => exports.PutMaintenanceStartTimeInput$, () => exports.PutMaintenanceStartTimeOutput$
653
+ 0, () => PutMaintenanceStartTimeInput$, () => PutMaintenanceStartTimeOutput$
590
654
  ];
591
655
  exports.StartVirtualMachinesMetadataSync$ = [9, n0, _SVMMS,
592
- 0, () => exports.StartVirtualMachinesMetadataSyncInput$, () => exports.StartVirtualMachinesMetadataSyncOutput$
656
+ 0, () => StartVirtualMachinesMetadataSyncInput$, () => StartVirtualMachinesMetadataSyncOutput$
593
657
  ];
594
658
  exports.TagResource$ = [9, n0, _TR,
595
- 0, () => exports.TagResourceInput$, () => exports.TagResourceOutput$
659
+ 0, () => TagResourceInput$, () => TagResourceOutput$
596
660
  ];
597
661
  exports.TestHypervisorConfiguration$ = [9, n0, _THC,
598
- 0, () => exports.TestHypervisorConfigurationInput$, () => exports.TestHypervisorConfigurationOutput$
662
+ 0, () => TestHypervisorConfigurationInput$, () => TestHypervisorConfigurationOutput$
599
663
  ];
600
664
  exports.UntagResource$ = [9, n0, _UR,
601
- 0, () => exports.UntagResourceInput$, () => exports.UntagResourceOutput$
665
+ 0, () => UntagResourceInput$, () => UntagResourceOutput$
602
666
  ];
603
667
  exports.UpdateGatewayInformation$ = [9, n0, _UGI,
604
- 0, () => exports.UpdateGatewayInformationInput$, () => exports.UpdateGatewayInformationOutput$
668
+ 0, () => UpdateGatewayInformationInput$, () => UpdateGatewayInformationOutput$
605
669
  ];
606
670
  exports.UpdateGatewaySoftwareNow$ = [9, n0, _UGSN,
607
- 0, () => exports.UpdateGatewaySoftwareNowInput$, () => exports.UpdateGatewaySoftwareNowOutput$
671
+ 0, () => UpdateGatewaySoftwareNowInput$, () => UpdateGatewaySoftwareNowOutput$
608
672
  ];
609
673
  exports.UpdateHypervisor$ = [9, n0, _UH,
610
- 0, () => exports.UpdateHypervisorInput$, () => exports.UpdateHypervisorOutput$
674
+ 0, () => UpdateHypervisorInput$, () => UpdateHypervisorOutput$
611
675
  ];