@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
@@ -126,17 +126,17 @@ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.simspaceweaver";
126
126
  const _tK = "tagKeys";
127
127
  const n0 = "com.amazonaws.simspaceweaver";
128
128
  import { TypeRegistry } from "@smithy/core/schema";
129
- import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, TooManyTagsException as __TooManyTagsException, ValidationException as __ValidationException, } from "../models/errors";
130
- import { SimSpaceWeaverServiceException as __SimSpaceWeaverServiceException } from "../models/SimSpaceWeaverServiceException";
131
- export var ClientToken = [0, n0, _CT, 8, 0];
132
- export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
133
- TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
134
- export var CloudWatchLogsLogGroup = [3, n0, _CWLLG, 0, [_LGA], [0]];
135
- export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
136
- TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
137
- export var CreateSnapshotInput = [3, n0, _CSI, 0, [_S, _D], [0, () => S3Destination]];
138
- export var CreateSnapshotOutput = [3, n0, _CSO, 0, [], []];
139
- export var DeleteAppInput = [
129
+ import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, TooManyTagsException, ValidationException, } from "../models/errors";
130
+ import { SimSpaceWeaverServiceException } from "../models/SimSpaceWeaverServiceException";
131
+ var ClientToken = [0, n0, _CT, 8, 0];
132
+ export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
133
+ TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
134
+ export var CloudWatchLogsLogGroup$ = [3, n0, _CWLLG, 0, [_LGA], [0]];
135
+ export var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
136
+ TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
137
+ export var CreateSnapshotInput$ = [3, n0, _CSI, 0, [_S, _D], [0, () => S3Destination$]];
138
+ export var CreateSnapshotOutput$ = [3, n0, _CSO, 0, [], []];
139
+ export var DeleteAppInput$ = [
140
140
  3,
141
141
  n0,
142
142
  _DAI,
@@ -148,10 +148,10 @@ export var DeleteAppInput = [
148
148
  [0, { [_hQ]: _a }],
149
149
  ],
150
150
  ];
151
- export var DeleteAppOutput = [3, n0, _DAO, 0, [], []];
152
- export var DeleteSimulationInput = [3, n0, _DSI, 0, [_S], [[0, { [_hQ]: _s }]]];
153
- export var DeleteSimulationOutput = [3, n0, _DSO, 0, [], []];
154
- export var DescribeAppInput = [
151
+ export var DeleteAppOutput$ = [3, n0, _DAO, 0, [], []];
152
+ export var DeleteSimulationInput$ = [3, n0, _DSI, 0, [_S], [[0, { [_hQ]: _s }]]];
153
+ export var DeleteSimulationOutput$ = [3, n0, _DSO, 0, [], []];
154
+ export var DescribeAppInput$ = [
155
155
  3,
156
156
  n0,
157
157
  _DAIe,
@@ -163,16 +163,16 @@ export var DescribeAppInput = [
163
163
  [0, { [_hQ]: _a }],
164
164
  ],
165
165
  ];
166
- export var DescribeAppOutput = [
166
+ export var DescribeAppOutput$ = [
167
167
  3,
168
168
  n0,
169
169
  _DAOe,
170
170
  0,
171
171
  [_N, _S, _Do, _St, _TS, _LO, _De, _EI],
172
- [0, 0, 0, 0, 0, () => LaunchOverrides, 0, () => SimulationAppEndpointInfo],
172
+ [0, 0, 0, 0, 0, () => LaunchOverrides$, 0, () => SimulationAppEndpointInfo$],
173
173
  ];
174
- export var DescribeSimulationInput = [3, n0, _DSIe, 0, [_S], [[0, { [_hQ]: _s }]]];
175
- export var DescribeSimulationOutput = [
174
+ export var DescribeSimulationInput$ = [3, n0, _DSIe, 0, [_S], [[0, { [_hQ]: _s }]]];
175
+ export var DescribeSimulationOutput$ = [
176
176
  3,
177
177
  n0,
178
178
  _DSOe,
@@ -187,20 +187,20 @@ export var DescribeSimulationOutput = [
187
187
  4,
188
188
  0,
189
189
  0,
190
- () => S3Location,
190
+ () => S3Location$,
191
191
  0,
192
- () => LoggingConfiguration,
193
- () => LiveSimulationState,
192
+ () => LoggingConfiguration$,
193
+ () => LiveSimulationState$,
194
194
  0,
195
- () => S3Location,
195
+ () => S3Location$,
196
196
  0,
197
197
  ],
198
198
  ];
199
- export var Domain = [3, n0, _Do, 0, [_N, _L], [0, 0]];
200
- export var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_M], [0]];
201
- TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
202
- export var LaunchOverrides = [3, n0, _LO, 0, [_LCa], [64 | 0]];
203
- export var ListAppsInput = [
199
+ export var Domain$ = [3, n0, _Do, 0, [_N, _L], [0, 0]];
200
+ export var InternalServerException$ = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_M], [0]];
201
+ TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
202
+ export var LaunchOverrides$ = [3, n0, _LO, 0, [_LCa], [64 | 0]];
203
+ export var ListAppsInput$ = [
204
204
  3,
205
205
  n0,
206
206
  _LAI,
@@ -213,8 +213,8 @@ export var ListAppsInput = [
213
213
  [0, { [_hQ]: _nT }],
214
214
  ],
215
215
  ];
216
- export var ListAppsOutput = [3, n0, _LAO, 0, [_Ap, _NT], [() => SimulationAppList, 0]];
217
- export var ListSimulationsInput = [
216
+ export var ListAppsOutput$ = [3, n0, _LAO, 0, [_Ap, _NT], [() => SimulationAppList, 0]];
217
+ export var ListSimulationsInput$ = [
218
218
  3,
219
219
  n0,
220
220
  _LSI,
@@ -225,10 +225,10 @@ export var ListSimulationsInput = [
225
225
  [0, { [_hQ]: _nT }],
226
226
  ],
227
227
  ];
228
- export var ListSimulationsOutput = [3, n0, _LSO, 0, [_Si, _NT], [() => SimulationList, 0]];
229
- export var ListTagsForResourceInput = [3, n0, _LTFRI, 0, [_RAe], [[0, 1]]];
230
- export var ListTagsForResourceOutput = [3, n0, _LTFRO, 0, [_T], [128 | 0]];
231
- export var LiveSimulationState = [
228
+ export var ListSimulationsOutput$ = [3, n0, _LSO, 0, [_Si, _NT], [() => SimulationList, 0]];
229
+ export var ListTagsForResourceInput$ = [3, n0, _LTFRI, 0, [_RAe], [[0, 1]]];
230
+ export var ListTagsForResourceOutput$ = [3, n0, _LTFRO, 0, [_T], [128 | 0]];
231
+ export var LiveSimulationState$ = [
232
232
  3,
233
233
  n0,
234
234
  _LSS,
@@ -236,15 +236,15 @@ export var LiveSimulationState = [
236
236
  [_Dom, _C],
237
237
  [() => DomainList, () => SimulationClockList],
238
238
  ];
239
- export var LogDestination = [3, n0, _LD, 0, [_CWLLG], [() => CloudWatchLogsLogGroup]];
240
- export var LoggingConfiguration = [3, n0, _LC, 0, [_Des], [() => LogDestinations]];
241
- export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
242
- TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
243
- export var S3Destination = [3, n0, _SD, 0, [_BN, _OKP], [0, 0]];
244
- export var S3Location = [3, n0, _SL, 0, [_BN, _OK], [0, 0]];
245
- export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_M], [0]];
246
- TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
247
- export var SimulationAppEndpointInfo = [
239
+ export var LogDestination$ = [3, n0, _LD, 0, [_CWLLG], [() => CloudWatchLogsLogGroup$]];
240
+ export var LoggingConfiguration$ = [3, n0, _LC, 0, [_Des], [() => LogDestinations]];
241
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
242
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
243
+ export var S3Destination$ = [3, n0, _SD, 0, [_BN, _OKP], [0, 0]];
244
+ export var S3Location$ = [3, n0, _SL, 0, [_BN, _OK], [0, 0]];
245
+ export var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_M], [0]];
246
+ TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
247
+ export var SimulationAppEndpointInfo$ = [
248
248
  3,
249
249
  n0,
250
250
  _SAEI,
@@ -252,41 +252,41 @@ export var SimulationAppEndpointInfo = [
252
252
  [_Ad, _IPM],
253
253
  [0, () => AppPortMappings],
254
254
  ];
255
- export var SimulationAppMetadata = [3, n0, _SAM, 0, [_N, _S, _Do, _St, _TS], [0, 0, 0, 0, 0]];
256
- export var SimulationAppPortMapping = [3, n0, _SAPM, 0, [_Dec, _Ac], [1, 1]];
257
- export var SimulationClock = [3, n0, _SC, 0, [_St, _TS], [0, 0]];
258
- export var SimulationMetadata = [3, n0, _SM, 0, [_N, _Ar, _CTr, _St, _TS], [0, 0, 4, 0, 0]];
259
- export var StartAppInput = [
255
+ export var SimulationAppMetadata$ = [3, n0, _SAM, 0, [_N, _S, _Do, _St, _TS], [0, 0, 0, 0, 0]];
256
+ export var SimulationAppPortMapping$ = [3, n0, _SAPM, 0, [_Dec, _Ac], [1, 1]];
257
+ export var SimulationClock$ = [3, n0, _SC, 0, [_St, _TS], [0, 0]];
258
+ export var SimulationMetadata$ = [3, n0, _SM, 0, [_N, _Ar, _CTr, _St, _TS], [0, 0, 4, 0, 0]];
259
+ export var StartAppInput$ = [
260
260
  3,
261
261
  n0,
262
262
  _SAI,
263
263
  0,
264
264
  [_CT, _S, _Do, _N, _De, _LO],
265
- [[() => ClientToken, 4], 0, 0, 0, 0, () => LaunchOverrides],
265
+ [[() => ClientToken, 4], 0, 0, 0, 0, () => LaunchOverrides$],
266
266
  ];
267
- export var StartAppOutput = [3, n0, _SAO, 0, [_N, _Do, _S], [0, 0, 0]];
268
- export var StartClockInput = [3, n0, _SCI, 0, [_S], [0]];
269
- export var StartClockOutput = [3, n0, _SCO, 0, [], []];
270
- export var StartSimulationInput = [
267
+ export var StartAppOutput$ = [3, n0, _SAO, 0, [_N, _Do, _S], [0, 0, 0]];
268
+ export var StartClockInput$ = [3, n0, _SCI, 0, [_S], [0]];
269
+ export var StartClockOutput$ = [3, n0, _SCO, 0, [], []];
270
+ export var StartSimulationInput$ = [
271
271
  3,
272
272
  n0,
273
273
  _SSI,
274
274
  0,
275
275
  [_CT, _N, _De, _RA, _SSL, _MD, _T, _SSLn],
276
- [[() => ClientToken, 4], 0, 0, 0, () => S3Location, 0, 128 | 0, () => S3Location],
276
+ [[() => ClientToken, 4], 0, 0, 0, () => S3Location$, 0, 128 | 0, () => S3Location$],
277
277
  ];
278
- export var StartSimulationOutput = [3, n0, _SSO, 0, [_Ar, _EIx, _CTr], [0, 0, 4]];
279
- export var StopAppInput = [3, n0, _SAIt, 0, [_S, _Do, _A], [0, 0, 0]];
280
- export var StopAppOutput = [3, n0, _SAOt, 0, [], []];
281
- export var StopClockInput = [3, n0, _SCIt, 0, [_S], [0]];
282
- export var StopClockOutput = [3, n0, _SCOt, 0, [], []];
283
- export var StopSimulationInput = [3, n0, _SSIt, 0, [_S], [0]];
284
- export var StopSimulationOutput = [3, n0, _SSOt, 0, [], []];
285
- export var TagResourceInput = [3, n0, _TRI, 0, [_RAe, _T], [[0, 1], 128 | 0]];
286
- export var TagResourceOutput = [3, n0, _TRO, 0, [], []];
287
- export var TooManyTagsException = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
288
- TypeRegistry.for(n0).registerError(TooManyTagsException, __TooManyTagsException);
289
- export var UntagResourceInput = [
278
+ export var StartSimulationOutput$ = [3, n0, _SSO, 0, [_Ar, _EIx, _CTr], [0, 0, 4]];
279
+ export var StopAppInput$ = [3, n0, _SAIt, 0, [_S, _Do, _A], [0, 0, 0]];
280
+ export var StopAppOutput$ = [3, n0, _SAOt, 0, [], []];
281
+ export var StopClockInput$ = [3, n0, _SCIt, 0, [_S], [0]];
282
+ export var StopClockOutput$ = [3, n0, _SCOt, 0, [], []];
283
+ export var StopSimulationInput$ = [3, n0, _SSIt, 0, [_S], [0]];
284
+ export var StopSimulationOutput$ = [3, n0, _SSOt, 0, [], []];
285
+ export var TagResourceInput$ = [3, n0, _TRI, 0, [_RAe, _T], [[0, 1], 128 | 0]];
286
+ export var TagResourceOutput$ = [3, n0, _TRO, 0, [], []];
287
+ export var TooManyTagsException$ = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
288
+ TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
289
+ export var UntagResourceInput$ = [
290
290
  3,
291
291
  n0,
292
292
  _URI,
@@ -297,145 +297,145 @@ export var UntagResourceInput = [
297
297
  [64 | 0, { [_hQ]: _tK }],
298
298
  ],
299
299
  ];
300
- export var UntagResourceOutput = [3, n0, _URO, 0, [], []];
301
- export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
302
- TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
303
- export var SimSpaceWeaverServiceException = [-3, _sm, "SimSpaceWeaverServiceException", 0, [], []];
304
- TypeRegistry.for(_sm).registerError(SimSpaceWeaverServiceException, __SimSpaceWeaverServiceException);
305
- export var AppPortMappings = [1, n0, _APM, 0, () => SimulationAppPortMapping];
306
- export var DomainList = [1, n0, _DL, 0, () => Domain];
307
- export var LaunchCommandList = 64 | 0;
308
- export var LogDestinations = [1, n0, _LDo, 0, () => LogDestination];
309
- export var SimulationAppList = [1, n0, _SAL, 0, () => SimulationAppMetadata];
310
- export var SimulationClockList = [1, n0, _SCL, 0, () => SimulationClock];
311
- export var SimulationList = [1, n0, _SLi, 0, () => SimulationMetadata];
312
- export var TagKeyList = 64 | 0;
313
- export var TagMap = 128 | 0;
314
- export var CreateSnapshot = [
300
+ export var UntagResourceOutput$ = [3, n0, _URO, 0, [], []];
301
+ export var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
302
+ TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
303
+ export var SimSpaceWeaverServiceException$ = [-3, _sm, "SimSpaceWeaverServiceException", 0, [], []];
304
+ TypeRegistry.for(_sm).registerError(SimSpaceWeaverServiceException$, SimSpaceWeaverServiceException);
305
+ var AppPortMappings = [1, n0, _APM, 0, () => SimulationAppPortMapping$];
306
+ var DomainList = [1, n0, _DL, 0, () => Domain$];
307
+ var LaunchCommandList = 64 | 0;
308
+ var LogDestinations = [1, n0, _LDo, 0, () => LogDestination$];
309
+ var SimulationAppList = [1, n0, _SAL, 0, () => SimulationAppMetadata$];
310
+ var SimulationClockList = [1, n0, _SCL, 0, () => SimulationClock$];
311
+ var SimulationList = [1, n0, _SLi, 0, () => SimulationMetadata$];
312
+ var TagKeyList = 64 | 0;
313
+ var TagMap = 128 | 0;
314
+ export var CreateSnapshot$ = [
315
315
  9,
316
316
  n0,
317
317
  _CS,
318
318
  { [_h]: ["POST", "/createsnapshot", 200] },
319
- () => CreateSnapshotInput,
320
- () => CreateSnapshotOutput,
319
+ () => CreateSnapshotInput$,
320
+ () => CreateSnapshotOutput$,
321
321
  ];
322
- export var DeleteApp = [
322
+ export var DeleteApp$ = [
323
323
  9,
324
324
  n0,
325
325
  _DA,
326
326
  { [_h]: ["DELETE", "/deleteapp", 200] },
327
- () => DeleteAppInput,
328
- () => DeleteAppOutput,
327
+ () => DeleteAppInput$,
328
+ () => DeleteAppOutput$,
329
329
  ];
330
- export var DeleteSimulation = [
330
+ export var DeleteSimulation$ = [
331
331
  9,
332
332
  n0,
333
333
  _DS,
334
334
  { [_h]: ["DELETE", "/deletesimulation", 200] },
335
- () => DeleteSimulationInput,
336
- () => DeleteSimulationOutput,
335
+ () => DeleteSimulationInput$,
336
+ () => DeleteSimulationOutput$,
337
337
  ];
338
- export var DescribeApp = [
338
+ export var DescribeApp$ = [
339
339
  9,
340
340
  n0,
341
341
  _DAe,
342
342
  { [_h]: ["GET", "/describeapp", 200] },
343
- () => DescribeAppInput,
344
- () => DescribeAppOutput,
343
+ () => DescribeAppInput$,
344
+ () => DescribeAppOutput$,
345
345
  ];
346
- export var DescribeSimulation = [
346
+ export var DescribeSimulation$ = [
347
347
  9,
348
348
  n0,
349
349
  _DSe,
350
350
  { [_h]: ["GET", "/describesimulation", 200] },
351
- () => DescribeSimulationInput,
352
- () => DescribeSimulationOutput,
351
+ () => DescribeSimulationInput$,
352
+ () => DescribeSimulationOutput$,
353
353
  ];
354
- export var ListApps = [
354
+ export var ListApps$ = [
355
355
  9,
356
356
  n0,
357
357
  _LA,
358
358
  { [_h]: ["GET", "/listapps", 200] },
359
- () => ListAppsInput,
360
- () => ListAppsOutput,
359
+ () => ListAppsInput$,
360
+ () => ListAppsOutput$,
361
361
  ];
362
- export var ListSimulations = [
362
+ export var ListSimulations$ = [
363
363
  9,
364
364
  n0,
365
365
  _LS,
366
366
  { [_h]: ["GET", "/listsimulations", 200] },
367
- () => ListSimulationsInput,
368
- () => ListSimulationsOutput,
367
+ () => ListSimulationsInput$,
368
+ () => ListSimulationsOutput$,
369
369
  ];
370
- export var ListTagsForResource = [
370
+ export var ListTagsForResource$ = [
371
371
  9,
372
372
  n0,
373
373
  _LTFR,
374
374
  { [_h]: ["GET", "/tags/{ResourceArn}", 200] },
375
- () => ListTagsForResourceInput,
376
- () => ListTagsForResourceOutput,
375
+ () => ListTagsForResourceInput$,
376
+ () => ListTagsForResourceOutput$,
377
377
  ];
378
- export var StartApp = [
378
+ export var StartApp$ = [
379
379
  9,
380
380
  n0,
381
381
  _SA,
382
382
  { [_h]: ["POST", "/startapp", 200] },
383
- () => StartAppInput,
384
- () => StartAppOutput,
383
+ () => StartAppInput$,
384
+ () => StartAppOutput$,
385
385
  ];
386
- export var StartClock = [
386
+ export var StartClock$ = [
387
387
  9,
388
388
  n0,
389
389
  _SCt,
390
390
  { [_h]: ["POST", "/startclock", 200] },
391
- () => StartClockInput,
392
- () => StartClockOutput,
391
+ () => StartClockInput$,
392
+ () => StartClockOutput$,
393
393
  ];
394
- export var StartSimulation = [
394
+ export var StartSimulation$ = [
395
395
  9,
396
396
  n0,
397
397
  _SS,
398
398
  { [_h]: ["POST", "/startsimulation", 200] },
399
- () => StartSimulationInput,
400
- () => StartSimulationOutput,
399
+ () => StartSimulationInput$,
400
+ () => StartSimulationOutput$,
401
401
  ];
402
- export var StopApp = [
402
+ export var StopApp$ = [
403
403
  9,
404
404
  n0,
405
405
  _SAt,
406
406
  { [_h]: ["POST", "/stopapp", 200] },
407
- () => StopAppInput,
408
- () => StopAppOutput,
407
+ () => StopAppInput$,
408
+ () => StopAppOutput$,
409
409
  ];
410
- export var StopClock = [
410
+ export var StopClock$ = [
411
411
  9,
412
412
  n0,
413
413
  _SCto,
414
414
  { [_h]: ["POST", "/stopclock", 200] },
415
- () => StopClockInput,
416
- () => StopClockOutput,
415
+ () => StopClockInput$,
416
+ () => StopClockOutput$,
417
417
  ];
418
- export var StopSimulation = [
418
+ export var StopSimulation$ = [
419
419
  9,
420
420
  n0,
421
421
  _SSt,
422
422
  { [_h]: ["POST", "/stopsimulation", 200] },
423
- () => StopSimulationInput,
424
- () => StopSimulationOutput,
423
+ () => StopSimulationInput$,
424
+ () => StopSimulationOutput$,
425
425
  ];
426
- export var TagResource = [
426
+ export var TagResource$ = [
427
427
  9,
428
428
  n0,
429
429
  _TR,
430
430
  { [_h]: ["POST", "/tags/{ResourceArn}", 200] },
431
- () => TagResourceInput,
432
- () => TagResourceOutput,
431
+ () => TagResourceInput$,
432
+ () => TagResourceOutput$,
433
433
  ];
434
- export var UntagResource = [
434
+ export var UntagResource$ = [
435
435
  9,
436
436
  n0,
437
437
  _UR,
438
438
  { [_h]: ["DELETE", "/tags/{ResourceArn}", 200] },
439
- () => UntagResourceInput,
440
- () => UntagResourceOutput,
439
+ () => UntagResourceInput$,
440
+ () => UntagResourceOutput$,
441
441
  ];
@@ -5,7 +5,7 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
5
5
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
- import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
8
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { CreateSnapshotCommandInput, CreateSnapshotCommandOutput } from "./commands/CreateSnapshotCommand";
11
11
  import { DeleteAppCommandInput, DeleteAppCommandOutput } from "./commands/DeleteAppCommand";
@@ -157,15 +157,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
157
157
  * Optional extensions
158
158
  */
159
159
  extensions?: RuntimeExtension[];
160
- /**
161
- * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
162
- * may be overridden. A default will always be set by the client.
163
- * Available options depend on the service's supported protocols and will not be validated by
164
- * the client.
165
- * @alpha
166
- *
167
- */
168
- protocol?: ClientProtocol<HttpRequest, HttpResponse>;
169
160
  /**
170
161
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
171
162
  */
@@ -19,6 +19,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
19
19
  export type { RuntimeExtension } from "./runtimeExtensions";
20
20
  export type { SimSpaceWeaverExtensionConfiguration } from "./extensionConfiguration";
21
21
  export * from "./commands";
22
+ export * from "./schemas/schemas_0";
22
23
  export * from "./pagination";
23
24
  export * from "./models/enums";
24
25
  export * from "./models/errors";
@@ -17,8 +17,13 @@ export declare const getRuntimeConfig: (config: SimSpaceWeaverClientConfig) => {
17
17
  streamCollector: import("@smithy/types").StreamCollector;
18
18
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
19
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
20
- apiVersion: string;
21
20
  cacheMiddleware?: boolean | undefined;
21
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
22
+ protocolSettings: {
23
+ defaultNamespace?: string;
24
+ [setting: string]: unknown;
25
+ };
26
+ apiVersion: string;
22
27
  urlParser: import("@smithy/types").UrlParser;
23
28
  base64Decoder: import("@smithy/types").Decoder;
24
29
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -29,7 +34,6 @@ export declare const getRuntimeConfig: (config: SimSpaceWeaverClientConfig) => {
29
34
  profile?: string;
30
35
  logger: import("@smithy/types").Logger;
31
36
  extensions: import("./runtimeExtensions").RuntimeExtension[];
32
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
33
37
  customUserAgent?: string | import("@smithy/types").UserAgent;
34
38
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
35
39
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -19,8 +19,13 @@ export declare const getRuntimeConfig: (config: SimSpaceWeaverClientConfig) => {
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
21
  userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
22
- apiVersion: string;
23
22
  cacheMiddleware?: boolean | undefined;
23
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
24
+ protocolSettings: {
25
+ defaultNamespace?: string;
26
+ [setting: string]: unknown;
27
+ };
28
+ apiVersion: string;
24
29
  urlParser: import("@smithy/types").UrlParser;
25
30
  base64Decoder: import("@smithy/types").Decoder;
26
31
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -31,7 +36,6 @@ export declare const getRuntimeConfig: (config: SimSpaceWeaverClientConfig) => {
31
36
  profile?: string;
32
37
  logger: import("@smithy/types").Logger;
33
38
  extensions: import("./runtimeExtensions").RuntimeExtension[];
34
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
35
39
  customUserAgent?: string | import("@smithy/types").UserAgent;
36
40
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
37
41
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
@@ -6,8 +6,13 @@ export declare const getRuntimeConfig: (config: SimSpaceWeaverClientConfig) => {
6
6
  runtime: string;
7
7
  sha256: import("@smithy/types").HashConstructor;
8
8
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
- apiVersion: string;
10
9
  cacheMiddleware?: boolean;
10
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
11
+ protocolSettings: {
12
+ defaultNamespace?: string;
13
+ [setting: string]: unknown;
14
+ };
15
+ apiVersion: string;
11
16
  urlParser: import("@smithy/types").UrlParser;
12
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
13
18
  streamCollector: import("@smithy/types").StreamCollector;
@@ -27,7 +32,6 @@ export declare const getRuntimeConfig: (config: SimSpaceWeaverClientConfig) => {
27
32
  retryMode: string | import("@smithy/types").Provider<string>;
28
33
  logger: import("@smithy/types").Logger;
29
34
  extensions: import("./runtimeExtensions").RuntimeExtension[];
30
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
31
35
  defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
32
36
  customUserAgent?: string | import("@smithy/types").UserAgent;
33
37
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
@@ -1,3 +1,4 @@
1
+ import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
1
2
  import type { SimSpaceWeaverClientConfig } from "./SimSpaceWeaverClient";
2
3
  /**
3
4
  * @internal
@@ -14,7 +15,11 @@ export declare const getRuntimeConfig: (config: SimSpaceWeaverClientConfig) => {
14
15
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").SimSpaceWeaverHttpAuthSchemeProvider;
15
16
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
17
  logger: import("@smithy/types").Logger;
17
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
18
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof AwsRestJsonProtocol;
19
+ protocolSettings: {
20
+ [setting: string]: unknown;
21
+ defaultNamespace?: string;
22
+ };
18
23
  serviceId: string;
19
24
  urlParser: import("@smithy/types").UrlParser;
20
25
  utf8Decoder: import("@smithy/types").Decoder;