@aws-sdk/client-simspaceweaver 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 (36) hide show
  1. package/dist-cjs/index.js +231 -162
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/CreateSnapshotCommand.js +2 -2
  4. package/dist-es/commands/DeleteAppCommand.js +2 -2
  5. package/dist-es/commands/DeleteSimulationCommand.js +2 -2
  6. package/dist-es/commands/DescribeAppCommand.js +2 -2
  7. package/dist-es/commands/DescribeSimulationCommand.js +2 -2
  8. package/dist-es/commands/ListAppsCommand.js +2 -2
  9. package/dist-es/commands/ListSimulationsCommand.js +2 -2
  10. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  11. package/dist-es/commands/StartAppCommand.js +2 -2
  12. package/dist-es/commands/StartClockCommand.js +2 -2
  13. package/dist-es/commands/StartSimulationCommand.js +2 -2
  14. package/dist-es/commands/StopAppCommand.js +2 -2
  15. package/dist-es/commands/StopClockCommand.js +2 -2
  16. package/dist-es/commands/StopSimulationCommand.js +2 -2
  17. package/dist-es/commands/TagResourceCommand.js +2 -2
  18. package/dist-es/commands/UntagResourceCommand.js +2 -2
  19. package/dist-es/index.js +1 -0
  20. package/dist-es/runtimeConfig.shared.js +6 -1
  21. package/dist-es/schemas/schemas_0.js +128 -128
  22. package/dist-types/SimSpaceWeaverClient.d.ts +1 -10
  23. package/dist-types/index.d.ts +1 -0
  24. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  25. package/dist-types/runtimeConfig.d.ts +6 -2
  26. package/dist-types/runtimeConfig.native.d.ts +6 -2
  27. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  28. package/dist-types/schemas/schemas_0.d.ts +70 -80
  29. package/dist-types/ts3.4/SimSpaceWeaverClient.d.ts +0 -4
  30. package/dist-types/ts3.4/index.d.ts +1 -0
  31. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  32. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  33. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  34. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  35. package/dist-types/ts3.4/schemas/schemas_0.d.ts +69 -81
  36. package/package.json +34 -34
package/dist-cjs/index.js CHANGED
@@ -110,14 +110,14 @@ class SimSpaceWeaverClient extends smithyClient.Client {
110
110
  }
111
111
  }
112
112
 
113
- let SimSpaceWeaverServiceException$1 = class SimSpaceWeaverServiceException extends smithyClient.ServiceException {
113
+ class SimSpaceWeaverServiceException extends smithyClient.ServiceException {
114
114
  constructor(options) {
115
115
  super(options);
116
116
  Object.setPrototypeOf(this, SimSpaceWeaverServiceException.prototype);
117
117
  }
118
- };
118
+ }
119
119
 
120
- let AccessDeniedException$1 = class AccessDeniedException extends SimSpaceWeaverServiceException$1 {
120
+ class AccessDeniedException extends SimSpaceWeaverServiceException {
121
121
  name = "AccessDeniedException";
122
122
  $fault = "client";
123
123
  Message;
@@ -130,8 +130,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends SimSpaceWeaver
130
130
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
131
131
  this.Message = opts.Message;
132
132
  }
133
- };
134
- let ConflictException$1 = class ConflictException extends SimSpaceWeaverServiceException$1 {
133
+ }
134
+ class ConflictException extends SimSpaceWeaverServiceException {
135
135
  name = "ConflictException";
136
136
  $fault = "client";
137
137
  Message;
@@ -144,8 +144,8 @@ let ConflictException$1 = class ConflictException extends SimSpaceWeaverServiceE
144
144
  Object.setPrototypeOf(this, ConflictException.prototype);
145
145
  this.Message = opts.Message;
146
146
  }
147
- };
148
- let InternalServerException$1 = class InternalServerException extends SimSpaceWeaverServiceException$1 {
147
+ }
148
+ class InternalServerException extends SimSpaceWeaverServiceException {
149
149
  name = "InternalServerException";
150
150
  $fault = "server";
151
151
  Message;
@@ -158,8 +158,8 @@ let InternalServerException$1 = class InternalServerException extends SimSpaceWe
158
158
  Object.setPrototypeOf(this, InternalServerException.prototype);
159
159
  this.Message = opts.Message;
160
160
  }
161
- };
162
- let ResourceNotFoundException$1 = class ResourceNotFoundException extends SimSpaceWeaverServiceException$1 {
161
+ }
162
+ class ResourceNotFoundException extends SimSpaceWeaverServiceException {
163
163
  name = "ResourceNotFoundException";
164
164
  $fault = "client";
165
165
  Message;
@@ -172,8 +172,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends SimSpa
172
172
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
173
173
  this.Message = opts.Message;
174
174
  }
175
- };
176
- let ValidationException$1 = class ValidationException extends SimSpaceWeaverServiceException$1 {
175
+ }
176
+ class ValidationException extends SimSpaceWeaverServiceException {
177
177
  name = "ValidationException";
178
178
  $fault = "client";
179
179
  Message;
@@ -186,8 +186,8 @@ let ValidationException$1 = class ValidationException extends SimSpaceWeaverServ
186
186
  Object.setPrototypeOf(this, ValidationException.prototype);
187
187
  this.Message = opts.Message;
188
188
  }
189
- };
190
- let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extends SimSpaceWeaverServiceException$1 {
189
+ }
190
+ class ServiceQuotaExceededException extends SimSpaceWeaverServiceException {
191
191
  name = "ServiceQuotaExceededException";
192
192
  $fault = "client";
193
193
  Message;
@@ -200,8 +200,8 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
200
200
  Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
201
201
  this.Message = opts.Message;
202
202
  }
203
- };
204
- let TooManyTagsException$1 = class TooManyTagsException extends SimSpaceWeaverServiceException$1 {
203
+ }
204
+ class TooManyTagsException extends SimSpaceWeaverServiceException {
205
205
  name = "TooManyTagsException";
206
206
  $fault = "client";
207
207
  Message;
@@ -214,7 +214,7 @@ let TooManyTagsException$1 = class TooManyTagsException extends SimSpaceWeaverSe
214
214
  Object.setPrototypeOf(this, TooManyTagsException.prototype);
215
215
  this.Message = opts.Message;
216
216
  }
217
- };
217
+ }
218
218
 
219
219
  const _A = "App";
220
220
  const _ADE = "AccessDeniedException";
@@ -344,14 +344,14 @@ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.simspaceweaver";
344
344
  const _tK = "tagKeys";
345
345
  const n0 = "com.amazonaws.simspaceweaver";
346
346
  var ClientToken = [0, n0, _CT, 8, 0];
347
- var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
348
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
349
- var CloudWatchLogsLogGroup = [3, n0, _CWLLG, 0, [_LGA], [0]];
350
- var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
351
- schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
352
- var CreateSnapshotInput = [3, n0, _CSI, 0, [_S, _D], [0, () => S3Destination]];
353
- var CreateSnapshotOutput = [3, n0, _CSO, 0, [], []];
354
- var DeleteAppInput = [
347
+ var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
348
+ schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
349
+ var CloudWatchLogsLogGroup$ = [3, n0, _CWLLG, 0, [_LGA], [0]];
350
+ var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
351
+ schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
352
+ var CreateSnapshotInput$ = [3, n0, _CSI, 0, [_S, _D], [0, () => S3Destination$]];
353
+ var CreateSnapshotOutput$ = [3, n0, _CSO, 0, [], []];
354
+ var DeleteAppInput$ = [
355
355
  3,
356
356
  n0,
357
357
  _DAI,
@@ -363,10 +363,10 @@ var DeleteAppInput = [
363
363
  [0, { [_hQ]: _a }],
364
364
  ],
365
365
  ];
366
- var DeleteAppOutput = [3, n0, _DAO, 0, [], []];
367
- var DeleteSimulationInput = [3, n0, _DSI, 0, [_S], [[0, { [_hQ]: _s }]]];
368
- var DeleteSimulationOutput = [3, n0, _DSO, 0, [], []];
369
- var DescribeAppInput = [
366
+ var DeleteAppOutput$ = [3, n0, _DAO, 0, [], []];
367
+ var DeleteSimulationInput$ = [3, n0, _DSI, 0, [_S], [[0, { [_hQ]: _s }]]];
368
+ var DeleteSimulationOutput$ = [3, n0, _DSO, 0, [], []];
369
+ var DescribeAppInput$ = [
370
370
  3,
371
371
  n0,
372
372
  _DAIe,
@@ -378,16 +378,16 @@ var DescribeAppInput = [
378
378
  [0, { [_hQ]: _a }],
379
379
  ],
380
380
  ];
381
- var DescribeAppOutput = [
381
+ var DescribeAppOutput$ = [
382
382
  3,
383
383
  n0,
384
384
  _DAOe,
385
385
  0,
386
386
  [_N, _S, _Do, _St, _TS, _LO, _De, _EI],
387
- [0, 0, 0, 0, 0, () => LaunchOverrides, 0, () => SimulationAppEndpointInfo],
387
+ [0, 0, 0, 0, 0, () => LaunchOverrides$, 0, () => SimulationAppEndpointInfo$],
388
388
  ];
389
- var DescribeSimulationInput = [3, n0, _DSIe, 0, [_S], [[0, { [_hQ]: _s }]]];
390
- var DescribeSimulationOutput = [
389
+ var DescribeSimulationInput$ = [3, n0, _DSIe, 0, [_S], [[0, { [_hQ]: _s }]]];
390
+ var DescribeSimulationOutput$ = [
391
391
  3,
392
392
  n0,
393
393
  _DSOe,
@@ -402,20 +402,20 @@ var DescribeSimulationOutput = [
402
402
  4,
403
403
  0,
404
404
  0,
405
- () => S3Location,
405
+ () => S3Location$,
406
406
  0,
407
- () => LoggingConfiguration,
408
- () => LiveSimulationState,
407
+ () => LoggingConfiguration$,
408
+ () => LiveSimulationState$,
409
409
  0,
410
- () => S3Location,
410
+ () => S3Location$,
411
411
  0,
412
412
  ],
413
413
  ];
414
- var Domain = [3, n0, _Do, 0, [_N, _L], [0, 0]];
415
- var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_M], [0]];
416
- schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
417
- var LaunchOverrides = [3, n0, _LO, 0, [_LCa], [64 | 0]];
418
- var ListAppsInput = [
414
+ var Domain$ = [3, n0, _Do, 0, [_N, _L], [0, 0]];
415
+ var InternalServerException$ = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_M], [0]];
416
+ schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
417
+ var LaunchOverrides$ = [3, n0, _LO, 0, [_LCa], [64 | 0]];
418
+ var ListAppsInput$ = [
419
419
  3,
420
420
  n0,
421
421
  _LAI,
@@ -428,8 +428,8 @@ var ListAppsInput = [
428
428
  [0, { [_hQ]: _nT }],
429
429
  ],
430
430
  ];
431
- var ListAppsOutput = [3, n0, _LAO, 0, [_Ap, _NT], [() => SimulationAppList, 0]];
432
- var ListSimulationsInput = [
431
+ var ListAppsOutput$ = [3, n0, _LAO, 0, [_Ap, _NT], [() => SimulationAppList, 0]];
432
+ var ListSimulationsInput$ = [
433
433
  3,
434
434
  n0,
435
435
  _LSI,
@@ -440,10 +440,10 @@ var ListSimulationsInput = [
440
440
  [0, { [_hQ]: _nT }],
441
441
  ],
442
442
  ];
443
- var ListSimulationsOutput = [3, n0, _LSO, 0, [_Si, _NT], [() => SimulationList, 0]];
444
- var ListTagsForResourceInput = [3, n0, _LTFRI, 0, [_RAe], [[0, 1]]];
445
- var ListTagsForResourceOutput = [3, n0, _LTFRO, 0, [_T], [128 | 0]];
446
- var LiveSimulationState = [
443
+ var ListSimulationsOutput$ = [3, n0, _LSO, 0, [_Si, _NT], [() => SimulationList, 0]];
444
+ var ListTagsForResourceInput$ = [3, n0, _LTFRI, 0, [_RAe], [[0, 1]]];
445
+ var ListTagsForResourceOutput$ = [3, n0, _LTFRO, 0, [_T], [128 | 0]];
446
+ var LiveSimulationState$ = [
447
447
  3,
448
448
  n0,
449
449
  _LSS,
@@ -451,15 +451,15 @@ var LiveSimulationState = [
451
451
  [_Dom, _C],
452
452
  [() => DomainList, () => SimulationClockList],
453
453
  ];
454
- var LogDestination = [3, n0, _LD, 0, [_CWLLG], [() => CloudWatchLogsLogGroup]];
455
- var LoggingConfiguration = [3, n0, _LC, 0, [_Des], [() => LogDestinations]];
456
- var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
457
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
458
- var S3Destination = [3, n0, _SD, 0, [_BN, _OKP], [0, 0]];
459
- var S3Location = [3, n0, _SL, 0, [_BN, _OK], [0, 0]];
460
- var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_M], [0]];
461
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
462
- var SimulationAppEndpointInfo = [
454
+ var LogDestination$ = [3, n0, _LD, 0, [_CWLLG], [() => CloudWatchLogsLogGroup$]];
455
+ var LoggingConfiguration$ = [3, n0, _LC, 0, [_Des], [() => LogDestinations]];
456
+ var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
457
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
458
+ var S3Destination$ = [3, n0, _SD, 0, [_BN, _OKP], [0, 0]];
459
+ var S3Location$ = [3, n0, _SL, 0, [_BN, _OK], [0, 0]];
460
+ var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_M], [0]];
461
+ schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
462
+ var SimulationAppEndpointInfo$ = [
463
463
  3,
464
464
  n0,
465
465
  _SAEI,
@@ -467,41 +467,41 @@ var SimulationAppEndpointInfo = [
467
467
  [_Ad, _IPM],
468
468
  [0, () => AppPortMappings],
469
469
  ];
470
- var SimulationAppMetadata = [3, n0, _SAM, 0, [_N, _S, _Do, _St, _TS], [0, 0, 0, 0, 0]];
471
- var SimulationAppPortMapping = [3, n0, _SAPM, 0, [_Dec, _Ac], [1, 1]];
472
- var SimulationClock = [3, n0, _SC, 0, [_St, _TS], [0, 0]];
473
- var SimulationMetadata = [3, n0, _SM, 0, [_N, _Ar, _CTr, _St, _TS], [0, 0, 4, 0, 0]];
474
- var StartAppInput = [
470
+ var SimulationAppMetadata$ = [3, n0, _SAM, 0, [_N, _S, _Do, _St, _TS], [0, 0, 0, 0, 0]];
471
+ var SimulationAppPortMapping$ = [3, n0, _SAPM, 0, [_Dec, _Ac], [1, 1]];
472
+ var SimulationClock$ = [3, n0, _SC, 0, [_St, _TS], [0, 0]];
473
+ var SimulationMetadata$ = [3, n0, _SM, 0, [_N, _Ar, _CTr, _St, _TS], [0, 0, 4, 0, 0]];
474
+ var StartAppInput$ = [
475
475
  3,
476
476
  n0,
477
477
  _SAI,
478
478
  0,
479
479
  [_CT, _S, _Do, _N, _De, _LO],
480
- [[() => ClientToken, 4], 0, 0, 0, 0, () => LaunchOverrides],
480
+ [[() => ClientToken, 4], 0, 0, 0, 0, () => LaunchOverrides$],
481
481
  ];
482
- var StartAppOutput = [3, n0, _SAO, 0, [_N, _Do, _S], [0, 0, 0]];
483
- var StartClockInput = [3, n0, _SCI, 0, [_S], [0]];
484
- var StartClockOutput = [3, n0, _SCO, 0, [], []];
485
- var StartSimulationInput = [
482
+ var StartAppOutput$ = [3, n0, _SAO, 0, [_N, _Do, _S], [0, 0, 0]];
483
+ var StartClockInput$ = [3, n0, _SCI, 0, [_S], [0]];
484
+ var StartClockOutput$ = [3, n0, _SCO, 0, [], []];
485
+ var StartSimulationInput$ = [
486
486
  3,
487
487
  n0,
488
488
  _SSI,
489
489
  0,
490
490
  [_CT, _N, _De, _RA, _SSL, _MD, _T, _SSLn],
491
- [[() => ClientToken, 4], 0, 0, 0, () => S3Location, 0, 128 | 0, () => S3Location],
491
+ [[() => ClientToken, 4], 0, 0, 0, () => S3Location$, 0, 128 | 0, () => S3Location$],
492
492
  ];
493
- var StartSimulationOutput = [3, n0, _SSO, 0, [_Ar, _EIx, _CTr], [0, 0, 4]];
494
- var StopAppInput = [3, n0, _SAIt, 0, [_S, _Do, _A], [0, 0, 0]];
495
- var StopAppOutput = [3, n0, _SAOt, 0, [], []];
496
- var StopClockInput = [3, n0, _SCIt, 0, [_S], [0]];
497
- var StopClockOutput = [3, n0, _SCOt, 0, [], []];
498
- var StopSimulationInput = [3, n0, _SSIt, 0, [_S], [0]];
499
- var StopSimulationOutput = [3, n0, _SSOt, 0, [], []];
500
- var TagResourceInput = [3, n0, _TRI, 0, [_RAe, _T], [[0, 1], 128 | 0]];
501
- var TagResourceOutput = [3, n0, _TRO, 0, [], []];
502
- var TooManyTagsException = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
503
- schema.TypeRegistry.for(n0).registerError(TooManyTagsException, TooManyTagsException$1);
504
- var UntagResourceInput = [
493
+ var StartSimulationOutput$ = [3, n0, _SSO, 0, [_Ar, _EIx, _CTr], [0, 0, 4]];
494
+ var StopAppInput$ = [3, n0, _SAIt, 0, [_S, _Do, _A], [0, 0, 0]];
495
+ var StopAppOutput$ = [3, n0, _SAOt, 0, [], []];
496
+ var StopClockInput$ = [3, n0, _SCIt, 0, [_S], [0]];
497
+ var StopClockOutput$ = [3, n0, _SCOt, 0, [], []];
498
+ var StopSimulationInput$ = [3, n0, _SSIt, 0, [_S], [0]];
499
+ var StopSimulationOutput$ = [3, n0, _SSOt, 0, [], []];
500
+ var TagResourceInput$ = [3, n0, _TRI, 0, [_RAe, _T], [[0, 1], 128 | 0]];
501
+ var TagResourceOutput$ = [3, n0, _TRO, 0, [], []];
502
+ var TooManyTagsException$ = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
503
+ schema.TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
504
+ var UntagResourceInput$ = [
505
505
  3,
506
506
  n0,
507
507
  _URI,
@@ -512,144 +512,144 @@ var UntagResourceInput = [
512
512
  [64 | 0, { [_hQ]: _tK }],
513
513
  ],
514
514
  ];
515
- var UntagResourceOutput = [3, n0, _URO, 0, [], []];
516
- var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
517
- schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
518
- var SimSpaceWeaverServiceException = [-3, _sm, "SimSpaceWeaverServiceException", 0, [], []];
519
- schema.TypeRegistry.for(_sm).registerError(SimSpaceWeaverServiceException, SimSpaceWeaverServiceException$1);
520
- var AppPortMappings = [1, n0, _APM, 0, () => SimulationAppPortMapping];
521
- var DomainList = [1, n0, _DL, 0, () => Domain];
522
- var LogDestinations = [1, n0, _LDo, 0, () => LogDestination];
523
- var SimulationAppList = [1, n0, _SAL, 0, () => SimulationAppMetadata];
524
- var SimulationClockList = [1, n0, _SCL, 0, () => SimulationClock];
525
- var SimulationList = [1, n0, _SLi, 0, () => SimulationMetadata];
526
- var CreateSnapshot = [
515
+ var UntagResourceOutput$ = [3, n0, _URO, 0, [], []];
516
+ var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
517
+ schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
518
+ var SimSpaceWeaverServiceException$ = [-3, _sm, "SimSpaceWeaverServiceException", 0, [], []];
519
+ schema.TypeRegistry.for(_sm).registerError(SimSpaceWeaverServiceException$, SimSpaceWeaverServiceException);
520
+ var AppPortMappings = [1, n0, _APM, 0, () => SimulationAppPortMapping$];
521
+ var DomainList = [1, n0, _DL, 0, () => Domain$];
522
+ var LogDestinations = [1, n0, _LDo, 0, () => LogDestination$];
523
+ var SimulationAppList = [1, n0, _SAL, 0, () => SimulationAppMetadata$];
524
+ var SimulationClockList = [1, n0, _SCL, 0, () => SimulationClock$];
525
+ var SimulationList = [1, n0, _SLi, 0, () => SimulationMetadata$];
526
+ var CreateSnapshot$ = [
527
527
  9,
528
528
  n0,
529
529
  _CS,
530
530
  { [_h]: ["POST", "/createsnapshot", 200] },
531
- () => CreateSnapshotInput,
532
- () => CreateSnapshotOutput,
531
+ () => CreateSnapshotInput$,
532
+ () => CreateSnapshotOutput$,
533
533
  ];
534
- var DeleteApp = [
534
+ var DeleteApp$ = [
535
535
  9,
536
536
  n0,
537
537
  _DA,
538
538
  { [_h]: ["DELETE", "/deleteapp", 200] },
539
- () => DeleteAppInput,
540
- () => DeleteAppOutput,
539
+ () => DeleteAppInput$,
540
+ () => DeleteAppOutput$,
541
541
  ];
542
- var DeleteSimulation = [
542
+ var DeleteSimulation$ = [
543
543
  9,
544
544
  n0,
545
545
  _DS,
546
546
  { [_h]: ["DELETE", "/deletesimulation", 200] },
547
- () => DeleteSimulationInput,
548
- () => DeleteSimulationOutput,
547
+ () => DeleteSimulationInput$,
548
+ () => DeleteSimulationOutput$,
549
549
  ];
550
- var DescribeApp = [
550
+ var DescribeApp$ = [
551
551
  9,
552
552
  n0,
553
553
  _DAe,
554
554
  { [_h]: ["GET", "/describeapp", 200] },
555
- () => DescribeAppInput,
556
- () => DescribeAppOutput,
555
+ () => DescribeAppInput$,
556
+ () => DescribeAppOutput$,
557
557
  ];
558
- var DescribeSimulation = [
558
+ var DescribeSimulation$ = [
559
559
  9,
560
560
  n0,
561
561
  _DSe,
562
562
  { [_h]: ["GET", "/describesimulation", 200] },
563
- () => DescribeSimulationInput,
564
- () => DescribeSimulationOutput,
563
+ () => DescribeSimulationInput$,
564
+ () => DescribeSimulationOutput$,
565
565
  ];
566
- var ListApps = [
566
+ var ListApps$ = [
567
567
  9,
568
568
  n0,
569
569
  _LA,
570
570
  { [_h]: ["GET", "/listapps", 200] },
571
- () => ListAppsInput,
572
- () => ListAppsOutput,
571
+ () => ListAppsInput$,
572
+ () => ListAppsOutput$,
573
573
  ];
574
- var ListSimulations = [
574
+ var ListSimulations$ = [
575
575
  9,
576
576
  n0,
577
577
  _LS,
578
578
  { [_h]: ["GET", "/listsimulations", 200] },
579
- () => ListSimulationsInput,
580
- () => ListSimulationsOutput,
579
+ () => ListSimulationsInput$,
580
+ () => ListSimulationsOutput$,
581
581
  ];
582
- var ListTagsForResource = [
582
+ var ListTagsForResource$ = [
583
583
  9,
584
584
  n0,
585
585
  _LTFR,
586
586
  { [_h]: ["GET", "/tags/{ResourceArn}", 200] },
587
- () => ListTagsForResourceInput,
588
- () => ListTagsForResourceOutput,
587
+ () => ListTagsForResourceInput$,
588
+ () => ListTagsForResourceOutput$,
589
589
  ];
590
- var StartApp = [
590
+ var StartApp$ = [
591
591
  9,
592
592
  n0,
593
593
  _SA,
594
594
  { [_h]: ["POST", "/startapp", 200] },
595
- () => StartAppInput,
596
- () => StartAppOutput,
595
+ () => StartAppInput$,
596
+ () => StartAppOutput$,
597
597
  ];
598
- var StartClock = [
598
+ var StartClock$ = [
599
599
  9,
600
600
  n0,
601
601
  _SCt,
602
602
  { [_h]: ["POST", "/startclock", 200] },
603
- () => StartClockInput,
604
- () => StartClockOutput,
603
+ () => StartClockInput$,
604
+ () => StartClockOutput$,
605
605
  ];
606
- var StartSimulation = [
606
+ var StartSimulation$ = [
607
607
  9,
608
608
  n0,
609
609
  _SS,
610
610
  { [_h]: ["POST", "/startsimulation", 200] },
611
- () => StartSimulationInput,
612
- () => StartSimulationOutput,
611
+ () => StartSimulationInput$,
612
+ () => StartSimulationOutput$,
613
613
  ];
614
- var StopApp = [
614
+ var StopApp$ = [
615
615
  9,
616
616
  n0,
617
617
  _SAt,
618
618
  { [_h]: ["POST", "/stopapp", 200] },
619
- () => StopAppInput,
620
- () => StopAppOutput,
619
+ () => StopAppInput$,
620
+ () => StopAppOutput$,
621
621
  ];
622
- var StopClock = [
622
+ var StopClock$ = [
623
623
  9,
624
624
  n0,
625
625
  _SCto,
626
626
  { [_h]: ["POST", "/stopclock", 200] },
627
- () => StopClockInput,
628
- () => StopClockOutput,
627
+ () => StopClockInput$,
628
+ () => StopClockOutput$,
629
629
  ];
630
- var StopSimulation = [
630
+ var StopSimulation$ = [
631
631
  9,
632
632
  n0,
633
633
  _SSt,
634
634
  { [_h]: ["POST", "/stopsimulation", 200] },
635
- () => StopSimulationInput,
636
- () => StopSimulationOutput,
635
+ () => StopSimulationInput$,
636
+ () => StopSimulationOutput$,
637
637
  ];
638
- var TagResource = [
638
+ var TagResource$ = [
639
639
  9,
640
640
  n0,
641
641
  _TR,
642
642
  { [_h]: ["POST", "/tags/{ResourceArn}", 200] },
643
- () => TagResourceInput,
644
- () => TagResourceOutput,
643
+ () => TagResourceInput$,
644
+ () => TagResourceOutput$,
645
645
  ];
646
- var UntagResource = [
646
+ var UntagResource$ = [
647
647
  9,
648
648
  n0,
649
649
  _UR,
650
650
  { [_h]: ["DELETE", "/tags/{ResourceArn}", 200] },
651
- () => UntagResourceInput,
652
- () => UntagResourceOutput,
651
+ () => UntagResourceInput$,
652
+ () => UntagResourceOutput$,
653
653
  ];
654
654
 
655
655
  class CreateSnapshotCommand extends smithyClient.Command
@@ -660,7 +660,7 @@ class CreateSnapshotCommand extends smithyClient.Command
660
660
  })
661
661
  .s("SimSpaceWeaver", "CreateSnapshot", {})
662
662
  .n("SimSpaceWeaverClient", "CreateSnapshotCommand")
663
- .sc(CreateSnapshot)
663
+ .sc(CreateSnapshot$)
664
664
  .build() {
665
665
  }
666
666
 
@@ -672,7 +672,7 @@ class DeleteAppCommand extends smithyClient.Command
672
672
  })
673
673
  .s("SimSpaceWeaver", "DeleteApp", {})
674
674
  .n("SimSpaceWeaverClient", "DeleteAppCommand")
675
- .sc(DeleteApp)
675
+ .sc(DeleteApp$)
676
676
  .build() {
677
677
  }
678
678
 
@@ -684,7 +684,7 @@ class DeleteSimulationCommand extends smithyClient.Command
684
684
  })
685
685
  .s("SimSpaceWeaver", "DeleteSimulation", {})
686
686
  .n("SimSpaceWeaverClient", "DeleteSimulationCommand")
687
- .sc(DeleteSimulation)
687
+ .sc(DeleteSimulation$)
688
688
  .build() {
689
689
  }
690
690
 
@@ -696,7 +696,7 @@ class DescribeAppCommand extends smithyClient.Command
696
696
  })
697
697
  .s("SimSpaceWeaver", "DescribeApp", {})
698
698
  .n("SimSpaceWeaverClient", "DescribeAppCommand")
699
- .sc(DescribeApp)
699
+ .sc(DescribeApp$)
700
700
  .build() {
701
701
  }
702
702
 
@@ -708,7 +708,7 @@ class DescribeSimulationCommand extends smithyClient.Command
708
708
  })
709
709
  .s("SimSpaceWeaver", "DescribeSimulation", {})
710
710
  .n("SimSpaceWeaverClient", "DescribeSimulationCommand")
711
- .sc(DescribeSimulation)
711
+ .sc(DescribeSimulation$)
712
712
  .build() {
713
713
  }
714
714
 
@@ -720,7 +720,7 @@ class ListAppsCommand extends smithyClient.Command
720
720
  })
721
721
  .s("SimSpaceWeaver", "ListApps", {})
722
722
  .n("SimSpaceWeaverClient", "ListAppsCommand")
723
- .sc(ListApps)
723
+ .sc(ListApps$)
724
724
  .build() {
725
725
  }
726
726
 
@@ -732,7 +732,7 @@ class ListSimulationsCommand extends smithyClient.Command
732
732
  })
733
733
  .s("SimSpaceWeaver", "ListSimulations", {})
734
734
  .n("SimSpaceWeaverClient", "ListSimulationsCommand")
735
- .sc(ListSimulations)
735
+ .sc(ListSimulations$)
736
736
  .build() {
737
737
  }
738
738
 
@@ -744,7 +744,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
744
744
  })
745
745
  .s("SimSpaceWeaver", "ListTagsForResource", {})
746
746
  .n("SimSpaceWeaverClient", "ListTagsForResourceCommand")
747
- .sc(ListTagsForResource)
747
+ .sc(ListTagsForResource$)
748
748
  .build() {
749
749
  }
750
750
 
@@ -756,7 +756,7 @@ class StartAppCommand extends smithyClient.Command
756
756
  })
757
757
  .s("SimSpaceWeaver", "StartApp", {})
758
758
  .n("SimSpaceWeaverClient", "StartAppCommand")
759
- .sc(StartApp)
759
+ .sc(StartApp$)
760
760
  .build() {
761
761
  }
762
762
 
@@ -768,7 +768,7 @@ class StartClockCommand extends smithyClient.Command
768
768
  })
769
769
  .s("SimSpaceWeaver", "StartClock", {})
770
770
  .n("SimSpaceWeaverClient", "StartClockCommand")
771
- .sc(StartClock)
771
+ .sc(StartClock$)
772
772
  .build() {
773
773
  }
774
774
 
@@ -780,7 +780,7 @@ class StartSimulationCommand extends smithyClient.Command
780
780
  })
781
781
  .s("SimSpaceWeaver", "StartSimulation", {})
782
782
  .n("SimSpaceWeaverClient", "StartSimulationCommand")
783
- .sc(StartSimulation)
783
+ .sc(StartSimulation$)
784
784
  .build() {
785
785
  }
786
786
 
@@ -792,7 +792,7 @@ class StopAppCommand extends smithyClient.Command
792
792
  })
793
793
  .s("SimSpaceWeaver", "StopApp", {})
794
794
  .n("SimSpaceWeaverClient", "StopAppCommand")
795
- .sc(StopApp)
795
+ .sc(StopApp$)
796
796
  .build() {
797
797
  }
798
798
 
@@ -804,7 +804,7 @@ class StopClockCommand extends smithyClient.Command
804
804
  })
805
805
  .s("SimSpaceWeaver", "StopClock", {})
806
806
  .n("SimSpaceWeaverClient", "StopClockCommand")
807
- .sc(StopClock)
807
+ .sc(StopClock$)
808
808
  .build() {
809
809
  }
810
810
 
@@ -816,7 +816,7 @@ class StopSimulationCommand extends smithyClient.Command
816
816
  })
817
817
  .s("SimSpaceWeaver", "StopSimulation", {})
818
818
  .n("SimSpaceWeaverClient", "StopSimulationCommand")
819
- .sc(StopSimulation)
819
+ .sc(StopSimulation$)
820
820
  .build() {
821
821
  }
822
822
 
@@ -828,7 +828,7 @@ class TagResourceCommand extends smithyClient.Command
828
828
  })
829
829
  .s("SimSpaceWeaver", "TagResource", {})
830
830
  .n("SimSpaceWeaverClient", "TagResourceCommand")
831
- .sc(TagResource)
831
+ .sc(TagResource$)
832
832
  .build() {
833
833
  }
834
834
 
@@ -840,7 +840,7 @@ class UntagResourceCommand extends smithyClient.Command
840
840
  })
841
841
  .s("SimSpaceWeaver", "UntagResource", {})
842
842
  .n("SimSpaceWeaverClient", "UntagResourceCommand")
843
- .sc(UntagResource)
843
+ .sc(UntagResource$)
844
844
  .build() {
845
845
  }
846
846
 
@@ -927,38 +927,107 @@ Object.defineProperty(exports, "__Client", {
927
927
  enumerable: true,
928
928
  get: function () { return smithyClient.Client; }
929
929
  });
930
- exports.AccessDeniedException = AccessDeniedException$1;
930
+ exports.AccessDeniedException = AccessDeniedException;
931
+ exports.AccessDeniedException$ = AccessDeniedException$;
931
932
  exports.ClockStatus = ClockStatus;
932
933
  exports.ClockTargetStatus = ClockTargetStatus;
933
- exports.ConflictException = ConflictException$1;
934
+ exports.CloudWatchLogsLogGroup$ = CloudWatchLogsLogGroup$;
935
+ exports.ConflictException = ConflictException;
936
+ exports.ConflictException$ = ConflictException$;
937
+ exports.CreateSnapshot$ = CreateSnapshot$;
934
938
  exports.CreateSnapshotCommand = CreateSnapshotCommand;
939
+ exports.CreateSnapshotInput$ = CreateSnapshotInput$;
940
+ exports.CreateSnapshotOutput$ = CreateSnapshotOutput$;
941
+ exports.DeleteApp$ = DeleteApp$;
935
942
  exports.DeleteAppCommand = DeleteAppCommand;
943
+ exports.DeleteAppInput$ = DeleteAppInput$;
944
+ exports.DeleteAppOutput$ = DeleteAppOutput$;
945
+ exports.DeleteSimulation$ = DeleteSimulation$;
936
946
  exports.DeleteSimulationCommand = DeleteSimulationCommand;
947
+ exports.DeleteSimulationInput$ = DeleteSimulationInput$;
948
+ exports.DeleteSimulationOutput$ = DeleteSimulationOutput$;
949
+ exports.DescribeApp$ = DescribeApp$;
937
950
  exports.DescribeAppCommand = DescribeAppCommand;
951
+ exports.DescribeAppInput$ = DescribeAppInput$;
952
+ exports.DescribeAppOutput$ = DescribeAppOutput$;
953
+ exports.DescribeSimulation$ = DescribeSimulation$;
938
954
  exports.DescribeSimulationCommand = DescribeSimulationCommand;
939
- exports.InternalServerException = InternalServerException$1;
955
+ exports.DescribeSimulationInput$ = DescribeSimulationInput$;
956
+ exports.DescribeSimulationOutput$ = DescribeSimulationOutput$;
957
+ exports.Domain$ = Domain$;
958
+ exports.InternalServerException = InternalServerException;
959
+ exports.InternalServerException$ = InternalServerException$;
960
+ exports.LaunchOverrides$ = LaunchOverrides$;
940
961
  exports.LifecycleManagementStrategy = LifecycleManagementStrategy;
962
+ exports.ListApps$ = ListApps$;
941
963
  exports.ListAppsCommand = ListAppsCommand;
964
+ exports.ListAppsInput$ = ListAppsInput$;
965
+ exports.ListAppsOutput$ = ListAppsOutput$;
966
+ exports.ListSimulations$ = ListSimulations$;
942
967
  exports.ListSimulationsCommand = ListSimulationsCommand;
968
+ exports.ListSimulationsInput$ = ListSimulationsInput$;
969
+ exports.ListSimulationsOutput$ = ListSimulationsOutput$;
970
+ exports.ListTagsForResource$ = ListTagsForResource$;
943
971
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
944
- exports.ResourceNotFoundException = ResourceNotFoundException$1;
945
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
972
+ exports.ListTagsForResourceInput$ = ListTagsForResourceInput$;
973
+ exports.ListTagsForResourceOutput$ = ListTagsForResourceOutput$;
974
+ exports.LiveSimulationState$ = LiveSimulationState$;
975
+ exports.LogDestination$ = LogDestination$;
976
+ exports.LoggingConfiguration$ = LoggingConfiguration$;
977
+ exports.ResourceNotFoundException = ResourceNotFoundException;
978
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
979
+ exports.S3Destination$ = S3Destination$;
980
+ exports.S3Location$ = S3Location$;
981
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
982
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
946
983
  exports.SimSpaceWeaver = SimSpaceWeaver;
947
984
  exports.SimSpaceWeaverClient = SimSpaceWeaverClient;
948
- exports.SimSpaceWeaverServiceException = SimSpaceWeaverServiceException$1;
985
+ exports.SimSpaceWeaverServiceException = SimSpaceWeaverServiceException;
986
+ exports.SimSpaceWeaverServiceException$ = SimSpaceWeaverServiceException$;
987
+ exports.SimulationAppEndpointInfo$ = SimulationAppEndpointInfo$;
988
+ exports.SimulationAppMetadata$ = SimulationAppMetadata$;
989
+ exports.SimulationAppPortMapping$ = SimulationAppPortMapping$;
949
990
  exports.SimulationAppStatus = SimulationAppStatus;
950
991
  exports.SimulationAppTargetStatus = SimulationAppTargetStatus;
992
+ exports.SimulationClock$ = SimulationClock$;
993
+ exports.SimulationMetadata$ = SimulationMetadata$;
951
994
  exports.SimulationStatus = SimulationStatus;
952
995
  exports.SimulationTargetStatus = SimulationTargetStatus;
996
+ exports.StartApp$ = StartApp$;
953
997
  exports.StartAppCommand = StartAppCommand;
998
+ exports.StartAppInput$ = StartAppInput$;
999
+ exports.StartAppOutput$ = StartAppOutput$;
1000
+ exports.StartClock$ = StartClock$;
954
1001
  exports.StartClockCommand = StartClockCommand;
1002
+ exports.StartClockInput$ = StartClockInput$;
1003
+ exports.StartClockOutput$ = StartClockOutput$;
1004
+ exports.StartSimulation$ = StartSimulation$;
955
1005
  exports.StartSimulationCommand = StartSimulationCommand;
1006
+ exports.StartSimulationInput$ = StartSimulationInput$;
1007
+ exports.StartSimulationOutput$ = StartSimulationOutput$;
1008
+ exports.StopApp$ = StopApp$;
956
1009
  exports.StopAppCommand = StopAppCommand;
1010
+ exports.StopAppInput$ = StopAppInput$;
1011
+ exports.StopAppOutput$ = StopAppOutput$;
1012
+ exports.StopClock$ = StopClock$;
957
1013
  exports.StopClockCommand = StopClockCommand;
1014
+ exports.StopClockInput$ = StopClockInput$;
1015
+ exports.StopClockOutput$ = StopClockOutput$;
1016
+ exports.StopSimulation$ = StopSimulation$;
958
1017
  exports.StopSimulationCommand = StopSimulationCommand;
1018
+ exports.StopSimulationInput$ = StopSimulationInput$;
1019
+ exports.StopSimulationOutput$ = StopSimulationOutput$;
1020
+ exports.TagResource$ = TagResource$;
959
1021
  exports.TagResourceCommand = TagResourceCommand;
960
- exports.TooManyTagsException = TooManyTagsException$1;
1022
+ exports.TagResourceInput$ = TagResourceInput$;
1023
+ exports.TagResourceOutput$ = TagResourceOutput$;
1024
+ exports.TooManyTagsException = TooManyTagsException;
1025
+ exports.TooManyTagsException$ = TooManyTagsException$;
1026
+ exports.UntagResource$ = UntagResource$;
961
1027
  exports.UntagResourceCommand = UntagResourceCommand;
962
- exports.ValidationException = ValidationException$1;
1028
+ exports.UntagResourceInput$ = UntagResourceInput$;
1029
+ exports.UntagResourceOutput$ = UntagResourceOutput$;
1030
+ exports.ValidationException = ValidationException;
1031
+ exports.ValidationException$ = ValidationException$;
963
1032
  exports.paginateListApps = paginateListApps;
964
1033
  exports.paginateListSimulations = paginateListSimulations;