@aws-sdk/client-simspaceweaver 3.987.0 → 3.988.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.
- package/dist-cjs/index.js +35 -663
- package/dist-cjs/models/SimSpaceWeaverServiceException.js +12 -0
- package/dist-cjs/models/errors.js +109 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +479 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +53 -47
- package/dist-types/schemas/schemas_0.d.ts +14 -7
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +9 -7
- package/package.json +13 -13
package/dist-cjs/index.js
CHANGED
|
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
|
15
15
|
var runtimeConfig = require('./runtimeConfig');
|
|
16
16
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
17
17
|
var protocolHttp = require('@smithy/protocol-http');
|
|
18
|
+
var schemas_0 = require('./schemas/schemas_0');
|
|
19
|
+
var errors = require('./models/errors');
|
|
20
|
+
var SimSpaceWeaverServiceException = require('./models/SimSpaceWeaverServiceException');
|
|
18
21
|
|
|
19
22
|
const resolveClientEndpointParameters = (options) => {
|
|
20
23
|
return Object.assign(options, {
|
|
@@ -110,576 +113,6 @@ class SimSpaceWeaverClient extends smithyClient.Client {
|
|
|
110
113
|
}
|
|
111
114
|
}
|
|
112
115
|
|
|
113
|
-
class SimSpaceWeaverServiceException extends smithyClient.ServiceException {
|
|
114
|
-
constructor(options) {
|
|
115
|
-
super(options);
|
|
116
|
-
Object.setPrototypeOf(this, SimSpaceWeaverServiceException.prototype);
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
class AccessDeniedException extends SimSpaceWeaverServiceException {
|
|
121
|
-
name = "AccessDeniedException";
|
|
122
|
-
$fault = "client";
|
|
123
|
-
Message;
|
|
124
|
-
constructor(opts) {
|
|
125
|
-
super({
|
|
126
|
-
name: "AccessDeniedException",
|
|
127
|
-
$fault: "client",
|
|
128
|
-
...opts,
|
|
129
|
-
});
|
|
130
|
-
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
131
|
-
this.Message = opts.Message;
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
class ConflictException extends SimSpaceWeaverServiceException {
|
|
135
|
-
name = "ConflictException";
|
|
136
|
-
$fault = "client";
|
|
137
|
-
Message;
|
|
138
|
-
constructor(opts) {
|
|
139
|
-
super({
|
|
140
|
-
name: "ConflictException",
|
|
141
|
-
$fault: "client",
|
|
142
|
-
...opts,
|
|
143
|
-
});
|
|
144
|
-
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
145
|
-
this.Message = opts.Message;
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
class InternalServerException extends SimSpaceWeaverServiceException {
|
|
149
|
-
name = "InternalServerException";
|
|
150
|
-
$fault = "server";
|
|
151
|
-
Message;
|
|
152
|
-
constructor(opts) {
|
|
153
|
-
super({
|
|
154
|
-
name: "InternalServerException",
|
|
155
|
-
$fault: "server",
|
|
156
|
-
...opts,
|
|
157
|
-
});
|
|
158
|
-
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
159
|
-
this.Message = opts.Message;
|
|
160
|
-
}
|
|
161
|
-
}
|
|
162
|
-
class ResourceNotFoundException extends SimSpaceWeaverServiceException {
|
|
163
|
-
name = "ResourceNotFoundException";
|
|
164
|
-
$fault = "client";
|
|
165
|
-
Message;
|
|
166
|
-
constructor(opts) {
|
|
167
|
-
super({
|
|
168
|
-
name: "ResourceNotFoundException",
|
|
169
|
-
$fault: "client",
|
|
170
|
-
...opts,
|
|
171
|
-
});
|
|
172
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
173
|
-
this.Message = opts.Message;
|
|
174
|
-
}
|
|
175
|
-
}
|
|
176
|
-
class ValidationException extends SimSpaceWeaverServiceException {
|
|
177
|
-
name = "ValidationException";
|
|
178
|
-
$fault = "client";
|
|
179
|
-
Message;
|
|
180
|
-
constructor(opts) {
|
|
181
|
-
super({
|
|
182
|
-
name: "ValidationException",
|
|
183
|
-
$fault: "client",
|
|
184
|
-
...opts,
|
|
185
|
-
});
|
|
186
|
-
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
187
|
-
this.Message = opts.Message;
|
|
188
|
-
}
|
|
189
|
-
}
|
|
190
|
-
class ServiceQuotaExceededException extends SimSpaceWeaverServiceException {
|
|
191
|
-
name = "ServiceQuotaExceededException";
|
|
192
|
-
$fault = "client";
|
|
193
|
-
Message;
|
|
194
|
-
constructor(opts) {
|
|
195
|
-
super({
|
|
196
|
-
name: "ServiceQuotaExceededException",
|
|
197
|
-
$fault: "client",
|
|
198
|
-
...opts,
|
|
199
|
-
});
|
|
200
|
-
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
201
|
-
this.Message = opts.Message;
|
|
202
|
-
}
|
|
203
|
-
}
|
|
204
|
-
class TooManyTagsException extends SimSpaceWeaverServiceException {
|
|
205
|
-
name = "TooManyTagsException";
|
|
206
|
-
$fault = "client";
|
|
207
|
-
Message;
|
|
208
|
-
constructor(opts) {
|
|
209
|
-
super({
|
|
210
|
-
name: "TooManyTagsException",
|
|
211
|
-
$fault: "client",
|
|
212
|
-
...opts,
|
|
213
|
-
});
|
|
214
|
-
Object.setPrototypeOf(this, TooManyTagsException.prototype);
|
|
215
|
-
this.Message = opts.Message;
|
|
216
|
-
}
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
const _A = "App";
|
|
220
|
-
const _ADE = "AccessDeniedException";
|
|
221
|
-
const _APM = "AppPortMappings";
|
|
222
|
-
const _Ac = "Actual";
|
|
223
|
-
const _Ad = "Address";
|
|
224
|
-
const _Ap = "Apps";
|
|
225
|
-
const _Ar = "Arn";
|
|
226
|
-
const _BN = "BucketName";
|
|
227
|
-
const _C = "Clocks";
|
|
228
|
-
const _CE = "ConflictException";
|
|
229
|
-
const _CS = "CreateSnapshot";
|
|
230
|
-
const _CSI = "CreateSnapshotInput";
|
|
231
|
-
const _CSO = "CreateSnapshotOutput";
|
|
232
|
-
const _CT = "ClientToken";
|
|
233
|
-
const _CTr = "CreationTime";
|
|
234
|
-
const _CWLLG = "CloudWatchLogsLogGroup";
|
|
235
|
-
const _D = "Destination";
|
|
236
|
-
const _DA = "DeleteApp";
|
|
237
|
-
const _DAI = "DeleteAppInput";
|
|
238
|
-
const _DAIe = "DescribeAppInput";
|
|
239
|
-
const _DAO = "DeleteAppOutput";
|
|
240
|
-
const _DAOe = "DescribeAppOutput";
|
|
241
|
-
const _DAe = "DescribeApp";
|
|
242
|
-
const _DL = "DomainList";
|
|
243
|
-
const _DS = "DeleteSimulation";
|
|
244
|
-
const _DSI = "DeleteSimulationInput";
|
|
245
|
-
const _DSIe = "DescribeSimulationInput";
|
|
246
|
-
const _DSO = "DeleteSimulationOutput";
|
|
247
|
-
const _DSOe = "DescribeSimulationOutput";
|
|
248
|
-
const _DSe = "DescribeSimulation";
|
|
249
|
-
const _De = "Description";
|
|
250
|
-
const _Dec = "Declared";
|
|
251
|
-
const _Des = "Destinations";
|
|
252
|
-
const _Do = "Domain";
|
|
253
|
-
const _Dom = "Domains";
|
|
254
|
-
const _EI = "EndpointInfo";
|
|
255
|
-
const _EIx = "ExecutionId";
|
|
256
|
-
const _IPM = "IngressPortMappings";
|
|
257
|
-
const _ISE = "InternalServerException";
|
|
258
|
-
const _L = "Lifecycle";
|
|
259
|
-
const _LA = "ListApps";
|
|
260
|
-
const _LAI = "ListAppsInput";
|
|
261
|
-
const _LAO = "ListAppsOutput";
|
|
262
|
-
const _LC = "LoggingConfiguration";
|
|
263
|
-
const _LCa = "LaunchCommands";
|
|
264
|
-
const _LD = "LogDestination";
|
|
265
|
-
const _LDo = "LogDestinations";
|
|
266
|
-
const _LGA = "LogGroupArn";
|
|
267
|
-
const _LO = "LaunchOverrides";
|
|
268
|
-
const _LS = "ListSimulations";
|
|
269
|
-
const _LSI = "ListSimulationsInput";
|
|
270
|
-
const _LSO = "ListSimulationsOutput";
|
|
271
|
-
const _LSS = "LiveSimulationState";
|
|
272
|
-
const _LTFR = "ListTagsForResource";
|
|
273
|
-
const _LTFRI = "ListTagsForResourceInput";
|
|
274
|
-
const _LTFRO = "ListTagsForResourceOutput";
|
|
275
|
-
const _M = "Message";
|
|
276
|
-
const _MD = "MaximumDuration";
|
|
277
|
-
const _MR = "MaxResults";
|
|
278
|
-
const _N = "Name";
|
|
279
|
-
const _NT = "NextToken";
|
|
280
|
-
const _OK = "ObjectKey";
|
|
281
|
-
const _OKP = "ObjectKeyPrefix";
|
|
282
|
-
const _RA = "RoleArn";
|
|
283
|
-
const _RAe = "ResourceArn";
|
|
284
|
-
const _RNFE = "ResourceNotFoundException";
|
|
285
|
-
const _S = "Simulation";
|
|
286
|
-
const _SA = "StartApp";
|
|
287
|
-
const _SAEI = "SimulationAppEndpointInfo";
|
|
288
|
-
const _SAI = "StartAppInput";
|
|
289
|
-
const _SAIt = "StopAppInput";
|
|
290
|
-
const _SAL = "SimulationAppList";
|
|
291
|
-
const _SAM = "SimulationAppMetadata";
|
|
292
|
-
const _SAO = "StartAppOutput";
|
|
293
|
-
const _SAOt = "StopAppOutput";
|
|
294
|
-
const _SAPM = "SimulationAppPortMapping";
|
|
295
|
-
const _SAt = "StopApp";
|
|
296
|
-
const _SC = "SimulationClock";
|
|
297
|
-
const _SCI = "StartClockInput";
|
|
298
|
-
const _SCIt = "StopClockInput";
|
|
299
|
-
const _SCL = "SimulationClockList";
|
|
300
|
-
const _SCO = "StartClockOutput";
|
|
301
|
-
const _SCOt = "StopClockOutput";
|
|
302
|
-
const _SCt = "StartClock";
|
|
303
|
-
const _SCto = "StopClock";
|
|
304
|
-
const _SD = "S3Destination";
|
|
305
|
-
const _SE = "SchemaError";
|
|
306
|
-
const _SEt = "StartError";
|
|
307
|
-
const _SL = "S3Location";
|
|
308
|
-
const _SLi = "SimulationList";
|
|
309
|
-
const _SM = "SimulationMetadata";
|
|
310
|
-
const _SQEE = "ServiceQuotaExceededException";
|
|
311
|
-
const _SS = "StartSimulation";
|
|
312
|
-
const _SSI = "StartSimulationInput";
|
|
313
|
-
const _SSIt = "StopSimulationInput";
|
|
314
|
-
const _SSL = "SchemaS3Location";
|
|
315
|
-
const _SSLn = "SnapshotS3Location";
|
|
316
|
-
const _SSO = "StartSimulationOutput";
|
|
317
|
-
const _SSOt = "StopSimulationOutput";
|
|
318
|
-
const _SSt = "StopSimulation";
|
|
319
|
-
const _Si = "Simulations";
|
|
320
|
-
const _St = "Status";
|
|
321
|
-
const _T = "Tags";
|
|
322
|
-
const _TK = "TagKeys";
|
|
323
|
-
const _TMTE = "TooManyTagsException";
|
|
324
|
-
const _TR = "TagResource";
|
|
325
|
-
const _TRI = "TagResourceInput";
|
|
326
|
-
const _TRO = "TagResourceOutput";
|
|
327
|
-
const _TS = "TargetStatus";
|
|
328
|
-
const _UR = "UntagResource";
|
|
329
|
-
const _URI = "UntagResourceInput";
|
|
330
|
-
const _URO = "UntagResourceOutput";
|
|
331
|
-
const _VE = "ValidationException";
|
|
332
|
-
const _a = "app";
|
|
333
|
-
const _c = "client";
|
|
334
|
-
const _d = "domain";
|
|
335
|
-
const _e = "error";
|
|
336
|
-
const _h = "http";
|
|
337
|
-
const _hE = "httpError";
|
|
338
|
-
const _hQ = "httpQuery";
|
|
339
|
-
const _mR = "maxResults";
|
|
340
|
-
const _nT = "nextToken";
|
|
341
|
-
const _s = "simulation";
|
|
342
|
-
const _se = "server";
|
|
343
|
-
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.simspaceweaver";
|
|
344
|
-
const _tK = "tagKeys";
|
|
345
|
-
const n0 = "com.amazonaws.simspaceweaver";
|
|
346
|
-
var ClientToken = [0, n0, _CT, 8, 0];
|
|
347
|
-
var AccessDeniedException$ = [-3, n0, _ADE,
|
|
348
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
349
|
-
[_M],
|
|
350
|
-
[0]
|
|
351
|
-
];
|
|
352
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
353
|
-
var CloudWatchLogsLogGroup$ = [3, n0, _CWLLG,
|
|
354
|
-
0,
|
|
355
|
-
[_LGA],
|
|
356
|
-
[0]
|
|
357
|
-
];
|
|
358
|
-
var ConflictException$ = [-3, n0, _CE,
|
|
359
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
360
|
-
[_M],
|
|
361
|
-
[0]
|
|
362
|
-
];
|
|
363
|
-
schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
364
|
-
var CreateSnapshotInput$ = [3, n0, _CSI,
|
|
365
|
-
0,
|
|
366
|
-
[_S, _D],
|
|
367
|
-
[0, () => S3Destination$], 2
|
|
368
|
-
];
|
|
369
|
-
var CreateSnapshotOutput$ = [3, n0, _CSO,
|
|
370
|
-
0,
|
|
371
|
-
[],
|
|
372
|
-
[]
|
|
373
|
-
];
|
|
374
|
-
var DeleteAppInput$ = [3, n0, _DAI,
|
|
375
|
-
0,
|
|
376
|
-
[_S, _Do, _A],
|
|
377
|
-
[[0, { [_hQ]: _s }], [0, { [_hQ]: _d }], [0, { [_hQ]: _a }]], 3
|
|
378
|
-
];
|
|
379
|
-
var DeleteAppOutput$ = [3, n0, _DAO,
|
|
380
|
-
0,
|
|
381
|
-
[],
|
|
382
|
-
[]
|
|
383
|
-
];
|
|
384
|
-
var DeleteSimulationInput$ = [3, n0, _DSI,
|
|
385
|
-
0,
|
|
386
|
-
[_S],
|
|
387
|
-
[[0, { [_hQ]: _s }]], 1
|
|
388
|
-
];
|
|
389
|
-
var DeleteSimulationOutput$ = [3, n0, _DSO,
|
|
390
|
-
0,
|
|
391
|
-
[],
|
|
392
|
-
[]
|
|
393
|
-
];
|
|
394
|
-
var DescribeAppInput$ = [3, n0, _DAIe,
|
|
395
|
-
0,
|
|
396
|
-
[_S, _Do, _A],
|
|
397
|
-
[[0, { [_hQ]: _s }], [0, { [_hQ]: _d }], [0, { [_hQ]: _a }]], 3
|
|
398
|
-
];
|
|
399
|
-
var DescribeAppOutput$ = [3, n0, _DAOe,
|
|
400
|
-
0,
|
|
401
|
-
[_N, _S, _Do, _St, _TS, _LO, _De, _EI],
|
|
402
|
-
[0, 0, 0, 0, 0, () => LaunchOverrides$, 0, () => SimulationAppEndpointInfo$]
|
|
403
|
-
];
|
|
404
|
-
var DescribeSimulationInput$ = [3, n0, _DSIe,
|
|
405
|
-
0,
|
|
406
|
-
[_S],
|
|
407
|
-
[[0, { [_hQ]: _s }]], 1
|
|
408
|
-
];
|
|
409
|
-
var DescribeSimulationOutput$ = [3, n0, _DSOe,
|
|
410
|
-
0,
|
|
411
|
-
[_N, _EIx, _Ar, _De, _RA, _CTr, _St, _TS, _SSL, _SE, _LC, _LSS, _MD, _SSLn, _SEt],
|
|
412
|
-
[0, 0, 0, 0, 0, 4, 0, 0, () => S3Location$, 0, () => LoggingConfiguration$, () => LiveSimulationState$, 0, () => S3Location$, 0]
|
|
413
|
-
];
|
|
414
|
-
var Domain$ = [3, n0, _Do,
|
|
415
|
-
0,
|
|
416
|
-
[_N, _L],
|
|
417
|
-
[0, 0]
|
|
418
|
-
];
|
|
419
|
-
var InternalServerException$ = [-3, n0, _ISE,
|
|
420
|
-
{ [_e]: _se, [_hE]: 500 },
|
|
421
|
-
[_M],
|
|
422
|
-
[0]
|
|
423
|
-
];
|
|
424
|
-
schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
425
|
-
var LaunchOverrides$ = [3, n0, _LO,
|
|
426
|
-
0,
|
|
427
|
-
[_LCa],
|
|
428
|
-
[64 | 0]
|
|
429
|
-
];
|
|
430
|
-
var ListAppsInput$ = [3, n0, _LAI,
|
|
431
|
-
0,
|
|
432
|
-
[_S, _Do, _MR, _NT],
|
|
433
|
-
[[0, { [_hQ]: _s }], [0, { [_hQ]: _d }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
|
|
434
|
-
];
|
|
435
|
-
var ListAppsOutput$ = [3, n0, _LAO,
|
|
436
|
-
0,
|
|
437
|
-
[_Ap, _NT],
|
|
438
|
-
[() => SimulationAppList, 0]
|
|
439
|
-
];
|
|
440
|
-
var ListSimulationsInput$ = [3, n0, _LSI,
|
|
441
|
-
0,
|
|
442
|
-
[_MR, _NT],
|
|
443
|
-
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
|
|
444
|
-
];
|
|
445
|
-
var ListSimulationsOutput$ = [3, n0, _LSO,
|
|
446
|
-
0,
|
|
447
|
-
[_Si, _NT],
|
|
448
|
-
[() => SimulationList, 0]
|
|
449
|
-
];
|
|
450
|
-
var ListTagsForResourceInput$ = [3, n0, _LTFRI,
|
|
451
|
-
0,
|
|
452
|
-
[_RAe],
|
|
453
|
-
[[0, 1]], 1
|
|
454
|
-
];
|
|
455
|
-
var ListTagsForResourceOutput$ = [3, n0, _LTFRO,
|
|
456
|
-
0,
|
|
457
|
-
[_T],
|
|
458
|
-
[128 | 0]
|
|
459
|
-
];
|
|
460
|
-
var LiveSimulationState$ = [3, n0, _LSS,
|
|
461
|
-
0,
|
|
462
|
-
[_Dom, _C],
|
|
463
|
-
[() => DomainList, () => SimulationClockList]
|
|
464
|
-
];
|
|
465
|
-
var LogDestination$ = [3, n0, _LD,
|
|
466
|
-
0,
|
|
467
|
-
[_CWLLG],
|
|
468
|
-
[() => CloudWatchLogsLogGroup$]
|
|
469
|
-
];
|
|
470
|
-
var LoggingConfiguration$ = [3, n0, _LC,
|
|
471
|
-
0,
|
|
472
|
-
[_Des],
|
|
473
|
-
[() => LogDestinations]
|
|
474
|
-
];
|
|
475
|
-
var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
476
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
477
|
-
[_M],
|
|
478
|
-
[0]
|
|
479
|
-
];
|
|
480
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
481
|
-
var S3Destination$ = [3, n0, _SD,
|
|
482
|
-
0,
|
|
483
|
-
[_BN, _OKP],
|
|
484
|
-
[0, 0], 1
|
|
485
|
-
];
|
|
486
|
-
var S3Location$ = [3, n0, _SL,
|
|
487
|
-
0,
|
|
488
|
-
[_BN, _OK],
|
|
489
|
-
[0, 0], 2
|
|
490
|
-
];
|
|
491
|
-
var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
492
|
-
{ [_e]: _c, [_hE]: 402 },
|
|
493
|
-
[_M],
|
|
494
|
-
[0]
|
|
495
|
-
];
|
|
496
|
-
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
497
|
-
var SimulationAppEndpointInfo$ = [3, n0, _SAEI,
|
|
498
|
-
0,
|
|
499
|
-
[_Ad, _IPM],
|
|
500
|
-
[0, () => AppPortMappings]
|
|
501
|
-
];
|
|
502
|
-
var SimulationAppMetadata$ = [3, n0, _SAM,
|
|
503
|
-
0,
|
|
504
|
-
[_N, _S, _Do, _St, _TS],
|
|
505
|
-
[0, 0, 0, 0, 0]
|
|
506
|
-
];
|
|
507
|
-
var SimulationAppPortMapping$ = [3, n0, _SAPM,
|
|
508
|
-
0,
|
|
509
|
-
[_Dec, _Ac],
|
|
510
|
-
[1, 1]
|
|
511
|
-
];
|
|
512
|
-
var SimulationClock$ = [3, n0, _SC,
|
|
513
|
-
0,
|
|
514
|
-
[_St, _TS],
|
|
515
|
-
[0, 0]
|
|
516
|
-
];
|
|
517
|
-
var SimulationMetadata$ = [3, n0, _SM,
|
|
518
|
-
0,
|
|
519
|
-
[_N, _Ar, _CTr, _St, _TS],
|
|
520
|
-
[0, 0, 4, 0, 0]
|
|
521
|
-
];
|
|
522
|
-
var StartAppInput$ = [3, n0, _SAI,
|
|
523
|
-
0,
|
|
524
|
-
[_S, _Do, _N, _CT, _De, _LO],
|
|
525
|
-
[0, 0, 0, [() => ClientToken, 4], 0, () => LaunchOverrides$], 3
|
|
526
|
-
];
|
|
527
|
-
var StartAppOutput$ = [3, n0, _SAO,
|
|
528
|
-
0,
|
|
529
|
-
[_N, _Do, _S],
|
|
530
|
-
[0, 0, 0]
|
|
531
|
-
];
|
|
532
|
-
var StartClockInput$ = [3, n0, _SCI,
|
|
533
|
-
0,
|
|
534
|
-
[_S],
|
|
535
|
-
[0], 1
|
|
536
|
-
];
|
|
537
|
-
var StartClockOutput$ = [3, n0, _SCO,
|
|
538
|
-
0,
|
|
539
|
-
[],
|
|
540
|
-
[]
|
|
541
|
-
];
|
|
542
|
-
var StartSimulationInput$ = [3, n0, _SSI,
|
|
543
|
-
0,
|
|
544
|
-
[_N, _RA, _CT, _De, _SSL, _MD, _T, _SSLn],
|
|
545
|
-
[0, 0, [() => ClientToken, 4], 0, () => S3Location$, 0, 128 | 0, () => S3Location$], 2
|
|
546
|
-
];
|
|
547
|
-
var StartSimulationOutput$ = [3, n0, _SSO,
|
|
548
|
-
0,
|
|
549
|
-
[_Ar, _EIx, _CTr],
|
|
550
|
-
[0, 0, 4]
|
|
551
|
-
];
|
|
552
|
-
var StopAppInput$ = [3, n0, _SAIt,
|
|
553
|
-
0,
|
|
554
|
-
[_S, _Do, _A],
|
|
555
|
-
[0, 0, 0], 3
|
|
556
|
-
];
|
|
557
|
-
var StopAppOutput$ = [3, n0, _SAOt,
|
|
558
|
-
0,
|
|
559
|
-
[],
|
|
560
|
-
[]
|
|
561
|
-
];
|
|
562
|
-
var StopClockInput$ = [3, n0, _SCIt,
|
|
563
|
-
0,
|
|
564
|
-
[_S],
|
|
565
|
-
[0], 1
|
|
566
|
-
];
|
|
567
|
-
var StopClockOutput$ = [3, n0, _SCOt,
|
|
568
|
-
0,
|
|
569
|
-
[],
|
|
570
|
-
[]
|
|
571
|
-
];
|
|
572
|
-
var StopSimulationInput$ = [3, n0, _SSIt,
|
|
573
|
-
0,
|
|
574
|
-
[_S],
|
|
575
|
-
[0], 1
|
|
576
|
-
];
|
|
577
|
-
var StopSimulationOutput$ = [3, n0, _SSOt,
|
|
578
|
-
0,
|
|
579
|
-
[],
|
|
580
|
-
[]
|
|
581
|
-
];
|
|
582
|
-
var TagResourceInput$ = [3, n0, _TRI,
|
|
583
|
-
0,
|
|
584
|
-
[_RAe, _T],
|
|
585
|
-
[[0, 1], 128 | 0], 2
|
|
586
|
-
];
|
|
587
|
-
var TagResourceOutput$ = [3, n0, _TRO,
|
|
588
|
-
0,
|
|
589
|
-
[],
|
|
590
|
-
[]
|
|
591
|
-
];
|
|
592
|
-
var TooManyTagsException$ = [-3, n0, _TMTE,
|
|
593
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
594
|
-
[_M],
|
|
595
|
-
[0]
|
|
596
|
-
];
|
|
597
|
-
schema.TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
|
|
598
|
-
var UntagResourceInput$ = [3, n0, _URI,
|
|
599
|
-
0,
|
|
600
|
-
[_RAe, _TK],
|
|
601
|
-
[[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
|
|
602
|
-
];
|
|
603
|
-
var UntagResourceOutput$ = [3, n0, _URO,
|
|
604
|
-
0,
|
|
605
|
-
[],
|
|
606
|
-
[]
|
|
607
|
-
];
|
|
608
|
-
var ValidationException$ = [-3, n0, _VE,
|
|
609
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
610
|
-
[_M],
|
|
611
|
-
[0]
|
|
612
|
-
];
|
|
613
|
-
schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
614
|
-
var SimSpaceWeaverServiceException$ = [-3, _sm, "SimSpaceWeaverServiceException", 0, [], []];
|
|
615
|
-
schema.TypeRegistry.for(_sm).registerError(SimSpaceWeaverServiceException$, SimSpaceWeaverServiceException);
|
|
616
|
-
var AppPortMappings = [1, n0, _APM,
|
|
617
|
-
0, () => SimulationAppPortMapping$
|
|
618
|
-
];
|
|
619
|
-
var DomainList = [1, n0, _DL,
|
|
620
|
-
0, () => Domain$
|
|
621
|
-
];
|
|
622
|
-
var LogDestinations = [1, n0, _LDo,
|
|
623
|
-
0, () => LogDestination$
|
|
624
|
-
];
|
|
625
|
-
var SimulationAppList = [1, n0, _SAL,
|
|
626
|
-
0, () => SimulationAppMetadata$
|
|
627
|
-
];
|
|
628
|
-
var SimulationClockList = [1, n0, _SCL,
|
|
629
|
-
0, () => SimulationClock$
|
|
630
|
-
];
|
|
631
|
-
var SimulationList = [1, n0, _SLi,
|
|
632
|
-
0, () => SimulationMetadata$
|
|
633
|
-
];
|
|
634
|
-
var CreateSnapshot$ = [9, n0, _CS,
|
|
635
|
-
{ [_h]: ["POST", "/createsnapshot", 200] }, () => CreateSnapshotInput$, () => CreateSnapshotOutput$
|
|
636
|
-
];
|
|
637
|
-
var DeleteApp$ = [9, n0, _DA,
|
|
638
|
-
{ [_h]: ["DELETE", "/deleteapp", 200] }, () => DeleteAppInput$, () => DeleteAppOutput$
|
|
639
|
-
];
|
|
640
|
-
var DeleteSimulation$ = [9, n0, _DS,
|
|
641
|
-
{ [_h]: ["DELETE", "/deletesimulation", 200] }, () => DeleteSimulationInput$, () => DeleteSimulationOutput$
|
|
642
|
-
];
|
|
643
|
-
var DescribeApp$ = [9, n0, _DAe,
|
|
644
|
-
{ [_h]: ["GET", "/describeapp", 200] }, () => DescribeAppInput$, () => DescribeAppOutput$
|
|
645
|
-
];
|
|
646
|
-
var DescribeSimulation$ = [9, n0, _DSe,
|
|
647
|
-
{ [_h]: ["GET", "/describesimulation", 200] }, () => DescribeSimulationInput$, () => DescribeSimulationOutput$
|
|
648
|
-
];
|
|
649
|
-
var ListApps$ = [9, n0, _LA,
|
|
650
|
-
{ [_h]: ["GET", "/listapps", 200] }, () => ListAppsInput$, () => ListAppsOutput$
|
|
651
|
-
];
|
|
652
|
-
var ListSimulations$ = [9, n0, _LS,
|
|
653
|
-
{ [_h]: ["GET", "/listsimulations", 200] }, () => ListSimulationsInput$, () => ListSimulationsOutput$
|
|
654
|
-
];
|
|
655
|
-
var ListTagsForResource$ = [9, n0, _LTFR,
|
|
656
|
-
{ [_h]: ["GET", "/tags/{ResourceArn}", 200] }, () => ListTagsForResourceInput$, () => ListTagsForResourceOutput$
|
|
657
|
-
];
|
|
658
|
-
var StartApp$ = [9, n0, _SA,
|
|
659
|
-
{ [_h]: ["POST", "/startapp", 200] }, () => StartAppInput$, () => StartAppOutput$
|
|
660
|
-
];
|
|
661
|
-
var StartClock$ = [9, n0, _SCt,
|
|
662
|
-
{ [_h]: ["POST", "/startclock", 200] }, () => StartClockInput$, () => StartClockOutput$
|
|
663
|
-
];
|
|
664
|
-
var StartSimulation$ = [9, n0, _SS,
|
|
665
|
-
{ [_h]: ["POST", "/startsimulation", 200] }, () => StartSimulationInput$, () => StartSimulationOutput$
|
|
666
|
-
];
|
|
667
|
-
var StopApp$ = [9, n0, _SAt,
|
|
668
|
-
{ [_h]: ["POST", "/stopapp", 200] }, () => StopAppInput$, () => StopAppOutput$
|
|
669
|
-
];
|
|
670
|
-
var StopClock$ = [9, n0, _SCto,
|
|
671
|
-
{ [_h]: ["POST", "/stopclock", 200] }, () => StopClockInput$, () => StopClockOutput$
|
|
672
|
-
];
|
|
673
|
-
var StopSimulation$ = [9, n0, _SSt,
|
|
674
|
-
{ [_h]: ["POST", "/stopsimulation", 200] }, () => StopSimulationInput$, () => StopSimulationOutput$
|
|
675
|
-
];
|
|
676
|
-
var TagResource$ = [9, n0, _TR,
|
|
677
|
-
{ [_h]: ["POST", "/tags/{ResourceArn}", 200] }, () => TagResourceInput$, () => TagResourceOutput$
|
|
678
|
-
];
|
|
679
|
-
var UntagResource$ = [9, n0, _UR,
|
|
680
|
-
{ [_h]: ["DELETE", "/tags/{ResourceArn}", 200] }, () => UntagResourceInput$, () => UntagResourceOutput$
|
|
681
|
-
];
|
|
682
|
-
|
|
683
116
|
class CreateSnapshotCommand extends smithyClient.Command
|
|
684
117
|
.classBuilder()
|
|
685
118
|
.ep(commonParams)
|
|
@@ -688,7 +121,7 @@ class CreateSnapshotCommand extends smithyClient.Command
|
|
|
688
121
|
})
|
|
689
122
|
.s("SimSpaceWeaver", "CreateSnapshot", {})
|
|
690
123
|
.n("SimSpaceWeaverClient", "CreateSnapshotCommand")
|
|
691
|
-
.sc(CreateSnapshot$)
|
|
124
|
+
.sc(schemas_0.CreateSnapshot$)
|
|
692
125
|
.build() {
|
|
693
126
|
}
|
|
694
127
|
|
|
@@ -700,7 +133,7 @@ class DeleteAppCommand extends smithyClient.Command
|
|
|
700
133
|
})
|
|
701
134
|
.s("SimSpaceWeaver", "DeleteApp", {})
|
|
702
135
|
.n("SimSpaceWeaverClient", "DeleteAppCommand")
|
|
703
|
-
.sc(DeleteApp$)
|
|
136
|
+
.sc(schemas_0.DeleteApp$)
|
|
704
137
|
.build() {
|
|
705
138
|
}
|
|
706
139
|
|
|
@@ -712,7 +145,7 @@ class DeleteSimulationCommand extends smithyClient.Command
|
|
|
712
145
|
})
|
|
713
146
|
.s("SimSpaceWeaver", "DeleteSimulation", {})
|
|
714
147
|
.n("SimSpaceWeaverClient", "DeleteSimulationCommand")
|
|
715
|
-
.sc(DeleteSimulation$)
|
|
148
|
+
.sc(schemas_0.DeleteSimulation$)
|
|
716
149
|
.build() {
|
|
717
150
|
}
|
|
718
151
|
|
|
@@ -724,7 +157,7 @@ class DescribeAppCommand extends smithyClient.Command
|
|
|
724
157
|
})
|
|
725
158
|
.s("SimSpaceWeaver", "DescribeApp", {})
|
|
726
159
|
.n("SimSpaceWeaverClient", "DescribeAppCommand")
|
|
727
|
-
.sc(DescribeApp$)
|
|
160
|
+
.sc(schemas_0.DescribeApp$)
|
|
728
161
|
.build() {
|
|
729
162
|
}
|
|
730
163
|
|
|
@@ -736,7 +169,7 @@ class DescribeSimulationCommand extends smithyClient.Command
|
|
|
736
169
|
})
|
|
737
170
|
.s("SimSpaceWeaver", "DescribeSimulation", {})
|
|
738
171
|
.n("SimSpaceWeaverClient", "DescribeSimulationCommand")
|
|
739
|
-
.sc(DescribeSimulation$)
|
|
172
|
+
.sc(schemas_0.DescribeSimulation$)
|
|
740
173
|
.build() {
|
|
741
174
|
}
|
|
742
175
|
|
|
@@ -748,7 +181,7 @@ class ListAppsCommand extends smithyClient.Command
|
|
|
748
181
|
})
|
|
749
182
|
.s("SimSpaceWeaver", "ListApps", {})
|
|
750
183
|
.n("SimSpaceWeaverClient", "ListAppsCommand")
|
|
751
|
-
.sc(ListApps$)
|
|
184
|
+
.sc(schemas_0.ListApps$)
|
|
752
185
|
.build() {
|
|
753
186
|
}
|
|
754
187
|
|
|
@@ -760,7 +193,7 @@ class ListSimulationsCommand extends smithyClient.Command
|
|
|
760
193
|
})
|
|
761
194
|
.s("SimSpaceWeaver", "ListSimulations", {})
|
|
762
195
|
.n("SimSpaceWeaverClient", "ListSimulationsCommand")
|
|
763
|
-
.sc(ListSimulations$)
|
|
196
|
+
.sc(schemas_0.ListSimulations$)
|
|
764
197
|
.build() {
|
|
765
198
|
}
|
|
766
199
|
|
|
@@ -772,7 +205,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
772
205
|
})
|
|
773
206
|
.s("SimSpaceWeaver", "ListTagsForResource", {})
|
|
774
207
|
.n("SimSpaceWeaverClient", "ListTagsForResourceCommand")
|
|
775
|
-
.sc(ListTagsForResource$)
|
|
208
|
+
.sc(schemas_0.ListTagsForResource$)
|
|
776
209
|
.build() {
|
|
777
210
|
}
|
|
778
211
|
|
|
@@ -784,7 +217,7 @@ class StartAppCommand extends smithyClient.Command
|
|
|
784
217
|
})
|
|
785
218
|
.s("SimSpaceWeaver", "StartApp", {})
|
|
786
219
|
.n("SimSpaceWeaverClient", "StartAppCommand")
|
|
787
|
-
.sc(StartApp$)
|
|
220
|
+
.sc(schemas_0.StartApp$)
|
|
788
221
|
.build() {
|
|
789
222
|
}
|
|
790
223
|
|
|
@@ -796,7 +229,7 @@ class StartClockCommand extends smithyClient.Command
|
|
|
796
229
|
})
|
|
797
230
|
.s("SimSpaceWeaver", "StartClock", {})
|
|
798
231
|
.n("SimSpaceWeaverClient", "StartClockCommand")
|
|
799
|
-
.sc(StartClock$)
|
|
232
|
+
.sc(schemas_0.StartClock$)
|
|
800
233
|
.build() {
|
|
801
234
|
}
|
|
802
235
|
|
|
@@ -808,7 +241,7 @@ class StartSimulationCommand extends smithyClient.Command
|
|
|
808
241
|
})
|
|
809
242
|
.s("SimSpaceWeaver", "StartSimulation", {})
|
|
810
243
|
.n("SimSpaceWeaverClient", "StartSimulationCommand")
|
|
811
|
-
.sc(StartSimulation$)
|
|
244
|
+
.sc(schemas_0.StartSimulation$)
|
|
812
245
|
.build() {
|
|
813
246
|
}
|
|
814
247
|
|
|
@@ -820,7 +253,7 @@ class StopAppCommand extends smithyClient.Command
|
|
|
820
253
|
})
|
|
821
254
|
.s("SimSpaceWeaver", "StopApp", {})
|
|
822
255
|
.n("SimSpaceWeaverClient", "StopAppCommand")
|
|
823
|
-
.sc(StopApp$)
|
|
256
|
+
.sc(schemas_0.StopApp$)
|
|
824
257
|
.build() {
|
|
825
258
|
}
|
|
826
259
|
|
|
@@ -832,7 +265,7 @@ class StopClockCommand extends smithyClient.Command
|
|
|
832
265
|
})
|
|
833
266
|
.s("SimSpaceWeaver", "StopClock", {})
|
|
834
267
|
.n("SimSpaceWeaverClient", "StopClockCommand")
|
|
835
|
-
.sc(StopClock$)
|
|
268
|
+
.sc(schemas_0.StopClock$)
|
|
836
269
|
.build() {
|
|
837
270
|
}
|
|
838
271
|
|
|
@@ -844,7 +277,7 @@ class StopSimulationCommand extends smithyClient.Command
|
|
|
844
277
|
})
|
|
845
278
|
.s("SimSpaceWeaver", "StopSimulation", {})
|
|
846
279
|
.n("SimSpaceWeaverClient", "StopSimulationCommand")
|
|
847
|
-
.sc(StopSimulation$)
|
|
280
|
+
.sc(schemas_0.StopSimulation$)
|
|
848
281
|
.build() {
|
|
849
282
|
}
|
|
850
283
|
|
|
@@ -856,7 +289,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
856
289
|
})
|
|
857
290
|
.s("SimSpaceWeaver", "TagResource", {})
|
|
858
291
|
.n("SimSpaceWeaverClient", "TagResourceCommand")
|
|
859
|
-
.sc(TagResource$)
|
|
292
|
+
.sc(schemas_0.TagResource$)
|
|
860
293
|
.build() {
|
|
861
294
|
}
|
|
862
295
|
|
|
@@ -868,7 +301,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
868
301
|
})
|
|
869
302
|
.s("SimSpaceWeaver", "UntagResource", {})
|
|
870
303
|
.n("SimSpaceWeaverClient", "UntagResourceCommand")
|
|
871
|
-
.sc(UntagResource$)
|
|
304
|
+
.sc(schemas_0.UntagResource$)
|
|
872
305
|
.build() {
|
|
873
306
|
}
|
|
874
307
|
|
|
@@ -959,107 +392,46 @@ Object.defineProperty(exports, "__Client", {
|
|
|
959
392
|
enumerable: true,
|
|
960
393
|
get: function () { return smithyClient.Client; }
|
|
961
394
|
});
|
|
962
|
-
exports
|
|
963
|
-
|
|
395
|
+
Object.defineProperty(exports, "SimSpaceWeaverServiceException", {
|
|
396
|
+
enumerable: true,
|
|
397
|
+
get: function () { return SimSpaceWeaverServiceException.SimSpaceWeaverServiceException; }
|
|
398
|
+
});
|
|
964
399
|
exports.ClockStatus = ClockStatus;
|
|
965
400
|
exports.ClockTargetStatus = ClockTargetStatus;
|
|
966
|
-
exports.CloudWatchLogsLogGroup$ = CloudWatchLogsLogGroup$;
|
|
967
|
-
exports.ConflictException = ConflictException;
|
|
968
|
-
exports.ConflictException$ = ConflictException$;
|
|
969
|
-
exports.CreateSnapshot$ = CreateSnapshot$;
|
|
970
401
|
exports.CreateSnapshotCommand = CreateSnapshotCommand;
|
|
971
|
-
exports.CreateSnapshotInput$ = CreateSnapshotInput$;
|
|
972
|
-
exports.CreateSnapshotOutput$ = CreateSnapshotOutput$;
|
|
973
|
-
exports.DeleteApp$ = DeleteApp$;
|
|
974
402
|
exports.DeleteAppCommand = DeleteAppCommand;
|
|
975
|
-
exports.DeleteAppInput$ = DeleteAppInput$;
|
|
976
|
-
exports.DeleteAppOutput$ = DeleteAppOutput$;
|
|
977
|
-
exports.DeleteSimulation$ = DeleteSimulation$;
|
|
978
403
|
exports.DeleteSimulationCommand = DeleteSimulationCommand;
|
|
979
|
-
exports.DeleteSimulationInput$ = DeleteSimulationInput$;
|
|
980
|
-
exports.DeleteSimulationOutput$ = DeleteSimulationOutput$;
|
|
981
|
-
exports.DescribeApp$ = DescribeApp$;
|
|
982
404
|
exports.DescribeAppCommand = DescribeAppCommand;
|
|
983
|
-
exports.DescribeAppInput$ = DescribeAppInput$;
|
|
984
|
-
exports.DescribeAppOutput$ = DescribeAppOutput$;
|
|
985
|
-
exports.DescribeSimulation$ = DescribeSimulation$;
|
|
986
405
|
exports.DescribeSimulationCommand = DescribeSimulationCommand;
|
|
987
|
-
exports.DescribeSimulationInput$ = DescribeSimulationInput$;
|
|
988
|
-
exports.DescribeSimulationOutput$ = DescribeSimulationOutput$;
|
|
989
|
-
exports.Domain$ = Domain$;
|
|
990
|
-
exports.InternalServerException = InternalServerException;
|
|
991
|
-
exports.InternalServerException$ = InternalServerException$;
|
|
992
|
-
exports.LaunchOverrides$ = LaunchOverrides$;
|
|
993
406
|
exports.LifecycleManagementStrategy = LifecycleManagementStrategy;
|
|
994
|
-
exports.ListApps$ = ListApps$;
|
|
995
407
|
exports.ListAppsCommand = ListAppsCommand;
|
|
996
|
-
exports.ListAppsInput$ = ListAppsInput$;
|
|
997
|
-
exports.ListAppsOutput$ = ListAppsOutput$;
|
|
998
|
-
exports.ListSimulations$ = ListSimulations$;
|
|
999
408
|
exports.ListSimulationsCommand = ListSimulationsCommand;
|
|
1000
|
-
exports.ListSimulationsInput$ = ListSimulationsInput$;
|
|
1001
|
-
exports.ListSimulationsOutput$ = ListSimulationsOutput$;
|
|
1002
|
-
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
1003
409
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
1004
|
-
exports.ListTagsForResourceInput$ = ListTagsForResourceInput$;
|
|
1005
|
-
exports.ListTagsForResourceOutput$ = ListTagsForResourceOutput$;
|
|
1006
|
-
exports.LiveSimulationState$ = LiveSimulationState$;
|
|
1007
|
-
exports.LogDestination$ = LogDestination$;
|
|
1008
|
-
exports.LoggingConfiguration$ = LoggingConfiguration$;
|
|
1009
|
-
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
1010
|
-
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
1011
|
-
exports.S3Destination$ = S3Destination$;
|
|
1012
|
-
exports.S3Location$ = S3Location$;
|
|
1013
|
-
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
1014
|
-
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
1015
410
|
exports.SimSpaceWeaver = SimSpaceWeaver;
|
|
1016
411
|
exports.SimSpaceWeaverClient = SimSpaceWeaverClient;
|
|
1017
|
-
exports.SimSpaceWeaverServiceException = SimSpaceWeaverServiceException;
|
|
1018
|
-
exports.SimSpaceWeaverServiceException$ = SimSpaceWeaverServiceException$;
|
|
1019
|
-
exports.SimulationAppEndpointInfo$ = SimulationAppEndpointInfo$;
|
|
1020
|
-
exports.SimulationAppMetadata$ = SimulationAppMetadata$;
|
|
1021
|
-
exports.SimulationAppPortMapping$ = SimulationAppPortMapping$;
|
|
1022
412
|
exports.SimulationAppStatus = SimulationAppStatus;
|
|
1023
413
|
exports.SimulationAppTargetStatus = SimulationAppTargetStatus;
|
|
1024
|
-
exports.SimulationClock$ = SimulationClock$;
|
|
1025
|
-
exports.SimulationMetadata$ = SimulationMetadata$;
|
|
1026
414
|
exports.SimulationStatus = SimulationStatus;
|
|
1027
415
|
exports.SimulationTargetStatus = SimulationTargetStatus;
|
|
1028
|
-
exports.StartApp$ = StartApp$;
|
|
1029
416
|
exports.StartAppCommand = StartAppCommand;
|
|
1030
|
-
exports.StartAppInput$ = StartAppInput$;
|
|
1031
|
-
exports.StartAppOutput$ = StartAppOutput$;
|
|
1032
|
-
exports.StartClock$ = StartClock$;
|
|
1033
417
|
exports.StartClockCommand = StartClockCommand;
|
|
1034
|
-
exports.StartClockInput$ = StartClockInput$;
|
|
1035
|
-
exports.StartClockOutput$ = StartClockOutput$;
|
|
1036
|
-
exports.StartSimulation$ = StartSimulation$;
|
|
1037
418
|
exports.StartSimulationCommand = StartSimulationCommand;
|
|
1038
|
-
exports.StartSimulationInput$ = StartSimulationInput$;
|
|
1039
|
-
exports.StartSimulationOutput$ = StartSimulationOutput$;
|
|
1040
|
-
exports.StopApp$ = StopApp$;
|
|
1041
419
|
exports.StopAppCommand = StopAppCommand;
|
|
1042
|
-
exports.StopAppInput$ = StopAppInput$;
|
|
1043
|
-
exports.StopAppOutput$ = StopAppOutput$;
|
|
1044
|
-
exports.StopClock$ = StopClock$;
|
|
1045
420
|
exports.StopClockCommand = StopClockCommand;
|
|
1046
|
-
exports.StopClockInput$ = StopClockInput$;
|
|
1047
|
-
exports.StopClockOutput$ = StopClockOutput$;
|
|
1048
|
-
exports.StopSimulation$ = StopSimulation$;
|
|
1049
421
|
exports.StopSimulationCommand = StopSimulationCommand;
|
|
1050
|
-
exports.StopSimulationInput$ = StopSimulationInput$;
|
|
1051
|
-
exports.StopSimulationOutput$ = StopSimulationOutput$;
|
|
1052
|
-
exports.TagResource$ = TagResource$;
|
|
1053
422
|
exports.TagResourceCommand = TagResourceCommand;
|
|
1054
|
-
exports.TagResourceInput$ = TagResourceInput$;
|
|
1055
|
-
exports.TagResourceOutput$ = TagResourceOutput$;
|
|
1056
|
-
exports.TooManyTagsException = TooManyTagsException;
|
|
1057
|
-
exports.TooManyTagsException$ = TooManyTagsException$;
|
|
1058
|
-
exports.UntagResource$ = UntagResource$;
|
|
1059
423
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
1060
|
-
exports.UntagResourceInput$ = UntagResourceInput$;
|
|
1061
|
-
exports.UntagResourceOutput$ = UntagResourceOutput$;
|
|
1062
|
-
exports.ValidationException = ValidationException;
|
|
1063
|
-
exports.ValidationException$ = ValidationException$;
|
|
1064
424
|
exports.paginateListApps = paginateListApps;
|
|
1065
425
|
exports.paginateListSimulations = paginateListSimulations;
|
|
426
|
+
Object.keys(schemas_0).forEach(function (k) {
|
|
427
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
428
|
+
enumerable: true,
|
|
429
|
+
get: function () { return schemas_0[k]; }
|
|
430
|
+
});
|
|
431
|
+
});
|
|
432
|
+
Object.keys(errors).forEach(function (k) {
|
|
433
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
434
|
+
enumerable: true,
|
|
435
|
+
get: function () { return errors[k]; }
|
|
436
|
+
});
|
|
437
|
+
});
|