@aws-sdk/client-simspaceweaver 3.957.0 → 3.962.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/README.md +1 -21
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +300 -272
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +297 -269
- package/package.json +2 -2
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
|
-
import {
|
|
2
|
+
import { emitWarningIfUnsupportedVersion as awsCheckVersion, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core";
|
|
3
3
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
4
|
-
import {
|
|
4
|
+
import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
|
|
5
5
|
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@smithy/config-resolver";
|
|
6
6
|
import { Hash } from "@smithy/hash-node";
|
|
7
7
|
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
|
|
@@ -30,11 +30,9 @@ export const getRuntimeConfig = (config) => {
|
|
|
30
30
|
authSchemePreference: config?.authSchemePreference ?? loadNodeConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
31
31
|
bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
|
|
32
32
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credentialDefaultProvider,
|
|
33
|
-
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
34
|
-
createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
33
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
35
34
|
maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
|
36
|
-
region: config?.region ??
|
|
37
|
-
loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
35
|
+
region: config?.region ?? loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
38
36
|
requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
39
37
|
retryMode: config?.retryMode ??
|
|
40
38
|
loadNodeConfig({
|
|
@@ -129,313 +129,341 @@ import { TypeRegistry } from "@smithy/core/schema";
|
|
|
129
129
|
import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, TooManyTagsException, ValidationException, } from "../models/errors";
|
|
130
130
|
import { SimSpaceWeaverServiceException } from "../models/SimSpaceWeaverServiceException";
|
|
131
131
|
var ClientToken = [0, n0, _CT, 8, 0];
|
|
132
|
-
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
132
|
+
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
133
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
134
|
+
[_M],
|
|
135
|
+
[0]
|
|
136
|
+
];
|
|
133
137
|
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
134
|
-
export var CloudWatchLogsLogGroup$ = [3, n0, _CWLLG,
|
|
135
|
-
|
|
138
|
+
export var CloudWatchLogsLogGroup$ = [3, n0, _CWLLG,
|
|
139
|
+
0,
|
|
140
|
+
[_LGA],
|
|
141
|
+
[0]
|
|
142
|
+
];
|
|
143
|
+
export var ConflictException$ = [-3, n0, _CE,
|
|
144
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
145
|
+
[_M],
|
|
146
|
+
[0]
|
|
147
|
+
];
|
|
136
148
|
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
137
|
-
export var CreateSnapshotInput$ = [3, n0, _CSI,
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
149
|
+
export var CreateSnapshotInput$ = [3, n0, _CSI,
|
|
150
|
+
0,
|
|
151
|
+
[_S, _D],
|
|
152
|
+
[0, () => S3Destination$]
|
|
153
|
+
];
|
|
154
|
+
export var CreateSnapshotOutput$ = [3, n0, _CSO,
|
|
155
|
+
0,
|
|
156
|
+
[],
|
|
157
|
+
[]
|
|
158
|
+
];
|
|
159
|
+
export var DeleteAppInput$ = [3, n0, _DAI,
|
|
143
160
|
0,
|
|
144
161
|
[_S, _Do, _A],
|
|
145
|
-
[
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
],
|
|
150
|
-
]
|
|
151
|
-
|
|
152
|
-
export var DeleteSimulationInput$ = [3, n0, _DSI,
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
162
|
+
[[0, { [_hQ]: _s }], [0, { [_hQ]: _d }], [0, { [_hQ]: _a }]]
|
|
163
|
+
];
|
|
164
|
+
export var DeleteAppOutput$ = [3, n0, _DAO,
|
|
165
|
+
0,
|
|
166
|
+
[],
|
|
167
|
+
[]
|
|
168
|
+
];
|
|
169
|
+
export var DeleteSimulationInput$ = [3, n0, _DSI,
|
|
170
|
+
0,
|
|
171
|
+
[_S],
|
|
172
|
+
[[0, { [_hQ]: _s }]]
|
|
173
|
+
];
|
|
174
|
+
export var DeleteSimulationOutput$ = [3, n0, _DSO,
|
|
175
|
+
0,
|
|
176
|
+
[],
|
|
177
|
+
[]
|
|
178
|
+
];
|
|
179
|
+
export var DescribeAppInput$ = [3, n0, _DAIe,
|
|
158
180
|
0,
|
|
159
181
|
[_S, _Do, _A],
|
|
160
|
-
[
|
|
161
|
-
[0, { [_hQ]: _s }],
|
|
162
|
-
[0, { [_hQ]: _d }],
|
|
163
|
-
[0, { [_hQ]: _a }],
|
|
164
|
-
],
|
|
182
|
+
[[0, { [_hQ]: _s }], [0, { [_hQ]: _d }], [0, { [_hQ]: _a }]]
|
|
165
183
|
];
|
|
166
|
-
export var DescribeAppOutput$ = [
|
|
167
|
-
3,
|
|
168
|
-
n0,
|
|
169
|
-
_DAOe,
|
|
184
|
+
export var DescribeAppOutput$ = [3, n0, _DAOe,
|
|
170
185
|
0,
|
|
171
186
|
[_N, _S, _Do, _St, _TS, _LO, _De, _EI],
|
|
172
|
-
[0, 0, 0, 0, 0, () => LaunchOverrides$, 0, () => SimulationAppEndpointInfo$]
|
|
187
|
+
[0, 0, 0, 0, 0, () => LaunchOverrides$, 0, () => SimulationAppEndpointInfo$]
|
|
188
|
+
];
|
|
189
|
+
export var DescribeSimulationInput$ = [3, n0, _DSIe,
|
|
190
|
+
0,
|
|
191
|
+
[_S],
|
|
192
|
+
[[0, { [_hQ]: _s }]]
|
|
173
193
|
];
|
|
174
|
-
export var
|
|
175
|
-
export var DescribeSimulationOutput$ = [
|
|
176
|
-
3,
|
|
177
|
-
n0,
|
|
178
|
-
_DSOe,
|
|
194
|
+
export var DescribeSimulationOutput$ = [3, n0, _DSOe,
|
|
179
195
|
0,
|
|
180
196
|
[_N, _EIx, _Ar, _De, _RA, _CTr, _St, _TS, _SSL, _SE, _LC, _LSS, _MD, _SSLn, _SEt],
|
|
181
|
-
[
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
() => LiveSimulationState$,
|
|
194
|
-
0,
|
|
195
|
-
() => S3Location$,
|
|
196
|
-
0,
|
|
197
|
-
],
|
|
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]];
|
|
197
|
+
[0, 0, 0, 0, 0, 4, 0, 0, () => S3Location$, 0, () => LoggingConfiguration$, () => LiveSimulationState$, 0, () => S3Location$, 0]
|
|
198
|
+
];
|
|
199
|
+
export var Domain$ = [3, n0, _Do,
|
|
200
|
+
0,
|
|
201
|
+
[_N, _L],
|
|
202
|
+
[0, 0]
|
|
203
|
+
];
|
|
204
|
+
export var InternalServerException$ = [-3, n0, _ISE,
|
|
205
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
206
|
+
[_M],
|
|
207
|
+
[0]
|
|
208
|
+
];
|
|
201
209
|
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
202
|
-
export var LaunchOverrides$ = [3, n0, _LO,
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
210
|
+
export var LaunchOverrides$ = [3, n0, _LO,
|
|
211
|
+
0,
|
|
212
|
+
[_LCa],
|
|
213
|
+
[64 | 0]
|
|
214
|
+
];
|
|
215
|
+
export var ListAppsInput$ = [3, n0, _LAI,
|
|
207
216
|
0,
|
|
208
217
|
[_S, _Do, _MR, _NT],
|
|
209
|
-
[
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
]
|
|
215
|
-
];
|
|
216
|
-
export var
|
|
217
|
-
export var ListSimulationsInput$ = [
|
|
218
|
-
3,
|
|
219
|
-
n0,
|
|
220
|
-
_LSI,
|
|
218
|
+
[[0, { [_hQ]: _s }], [0, { [_hQ]: _d }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
|
|
219
|
+
];
|
|
220
|
+
export var ListAppsOutput$ = [3, n0, _LAO,
|
|
221
|
+
0,
|
|
222
|
+
[_Ap, _NT],
|
|
223
|
+
[() => SimulationAppList, 0]
|
|
224
|
+
];
|
|
225
|
+
export var ListSimulationsInput$ = [3, n0, _LSI,
|
|
221
226
|
0,
|
|
222
227
|
[_MR, _NT],
|
|
223
|
-
[
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
]
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
export var
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
228
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
|
|
229
|
+
];
|
|
230
|
+
export var ListSimulationsOutput$ = [3, n0, _LSO,
|
|
231
|
+
0,
|
|
232
|
+
[_Si, _NT],
|
|
233
|
+
[() => SimulationList, 0]
|
|
234
|
+
];
|
|
235
|
+
export var ListTagsForResourceInput$ = [3, n0, _LTFRI,
|
|
236
|
+
0,
|
|
237
|
+
[_RAe],
|
|
238
|
+
[[0, 1]]
|
|
239
|
+
];
|
|
240
|
+
export var ListTagsForResourceOutput$ = [3, n0, _LTFRO,
|
|
241
|
+
0,
|
|
242
|
+
[_T],
|
|
243
|
+
[128 | 0]
|
|
244
|
+
];
|
|
245
|
+
export var LiveSimulationState$ = [3, n0, _LSS,
|
|
235
246
|
0,
|
|
236
247
|
[_Dom, _C],
|
|
237
|
-
[() => DomainList, () => SimulationClockList]
|
|
248
|
+
[() => DomainList, () => SimulationClockList]
|
|
249
|
+
];
|
|
250
|
+
export var LogDestination$ = [3, n0, _LD,
|
|
251
|
+
0,
|
|
252
|
+
[_CWLLG],
|
|
253
|
+
[() => CloudWatchLogsLogGroup$]
|
|
254
|
+
];
|
|
255
|
+
export var LoggingConfiguration$ = [3, n0, _LC,
|
|
256
|
+
0,
|
|
257
|
+
[_Des],
|
|
258
|
+
[() => LogDestinations]
|
|
259
|
+
];
|
|
260
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
261
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
262
|
+
[_M],
|
|
263
|
+
[0]
|
|
238
264
|
];
|
|
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
265
|
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
243
|
-
export var S3Destination$ = [3, n0, _SD,
|
|
244
|
-
|
|
245
|
-
|
|
266
|
+
export var S3Destination$ = [3, n0, _SD,
|
|
267
|
+
0,
|
|
268
|
+
[_BN, _OKP],
|
|
269
|
+
[0, 0]
|
|
270
|
+
];
|
|
271
|
+
export var S3Location$ = [3, n0, _SL,
|
|
272
|
+
0,
|
|
273
|
+
[_BN, _OK],
|
|
274
|
+
[0, 0]
|
|
275
|
+
];
|
|
276
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
277
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
278
|
+
[_M],
|
|
279
|
+
[0]
|
|
280
|
+
];
|
|
246
281
|
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
247
|
-
export var SimulationAppEndpointInfo$ = [
|
|
248
|
-
3,
|
|
249
|
-
n0,
|
|
250
|
-
_SAEI,
|
|
282
|
+
export var SimulationAppEndpointInfo$ = [3, n0, _SAEI,
|
|
251
283
|
0,
|
|
252
284
|
[_Ad, _IPM],
|
|
253
|
-
[0, () => AppPortMappings]
|
|
285
|
+
[0, () => AppPortMappings]
|
|
286
|
+
];
|
|
287
|
+
export var SimulationAppMetadata$ = [3, n0, _SAM,
|
|
288
|
+
0,
|
|
289
|
+
[_N, _S, _Do, _St, _TS],
|
|
290
|
+
[0, 0, 0, 0, 0]
|
|
291
|
+
];
|
|
292
|
+
export var SimulationAppPortMapping$ = [3, n0, _SAPM,
|
|
293
|
+
0,
|
|
294
|
+
[_Dec, _Ac],
|
|
295
|
+
[1, 1]
|
|
296
|
+
];
|
|
297
|
+
export var SimulationClock$ = [3, n0, _SC,
|
|
298
|
+
0,
|
|
299
|
+
[_St, _TS],
|
|
300
|
+
[0, 0]
|
|
301
|
+
];
|
|
302
|
+
export var SimulationMetadata$ = [3, n0, _SM,
|
|
303
|
+
0,
|
|
304
|
+
[_N, _Ar, _CTr, _St, _TS],
|
|
305
|
+
[0, 0, 4, 0, 0]
|
|
254
306
|
];
|
|
255
|
-
export var
|
|
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
|
-
3,
|
|
261
|
-
n0,
|
|
262
|
-
_SAI,
|
|
307
|
+
export var StartAppInput$ = [3, n0, _SAI,
|
|
263
308
|
0,
|
|
264
309
|
[_CT, _S, _Do, _N, _De, _LO],
|
|
265
|
-
[[() => ClientToken, 4], 0, 0, 0, 0, () => LaunchOverrides$]
|
|
310
|
+
[[() => ClientToken, 4], 0, 0, 0, 0, () => LaunchOverrides$]
|
|
266
311
|
];
|
|
267
|
-
export var StartAppOutput$ = [3, n0, _SAO,
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
312
|
+
export var StartAppOutput$ = [3, n0, _SAO,
|
|
313
|
+
0,
|
|
314
|
+
[_N, _Do, _S],
|
|
315
|
+
[0, 0, 0]
|
|
316
|
+
];
|
|
317
|
+
export var StartClockInput$ = [3, n0, _SCI,
|
|
318
|
+
0,
|
|
319
|
+
[_S],
|
|
320
|
+
[0]
|
|
321
|
+
];
|
|
322
|
+
export var StartClockOutput$ = [3, n0, _SCO,
|
|
323
|
+
0,
|
|
324
|
+
[],
|
|
325
|
+
[]
|
|
326
|
+
];
|
|
327
|
+
export var StartSimulationInput$ = [3, n0, _SSI,
|
|
274
328
|
0,
|
|
275
329
|
[_CT, _N, _De, _RA, _SSL, _MD, _T, _SSLn],
|
|
276
|
-
[[() => ClientToken, 4], 0, 0, 0, () => S3Location$, 0, 128 | 0, () => S3Location$]
|
|
277
|
-
];
|
|
278
|
-
export var StartSimulationOutput$ = [3, n0, _SSO,
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
export var
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
330
|
+
[[() => ClientToken, 4], 0, 0, 0, () => S3Location$, 0, 128 | 0, () => S3Location$]
|
|
331
|
+
];
|
|
332
|
+
export var StartSimulationOutput$ = [3, n0, _SSO,
|
|
333
|
+
0,
|
|
334
|
+
[_Ar, _EIx, _CTr],
|
|
335
|
+
[0, 0, 4]
|
|
336
|
+
];
|
|
337
|
+
export var StopAppInput$ = [3, n0, _SAIt,
|
|
338
|
+
0,
|
|
339
|
+
[_S, _Do, _A],
|
|
340
|
+
[0, 0, 0]
|
|
341
|
+
];
|
|
342
|
+
export var StopAppOutput$ = [3, n0, _SAOt,
|
|
343
|
+
0,
|
|
344
|
+
[],
|
|
345
|
+
[]
|
|
346
|
+
];
|
|
347
|
+
export var StopClockInput$ = [3, n0, _SCIt,
|
|
348
|
+
0,
|
|
349
|
+
[_S],
|
|
350
|
+
[0]
|
|
351
|
+
];
|
|
352
|
+
export var StopClockOutput$ = [3, n0, _SCOt,
|
|
353
|
+
0,
|
|
354
|
+
[],
|
|
355
|
+
[]
|
|
356
|
+
];
|
|
357
|
+
export var StopSimulationInput$ = [3, n0, _SSIt,
|
|
358
|
+
0,
|
|
359
|
+
[_S],
|
|
360
|
+
[0]
|
|
361
|
+
];
|
|
362
|
+
export var StopSimulationOutput$ = [3, n0, _SSOt,
|
|
363
|
+
0,
|
|
364
|
+
[],
|
|
365
|
+
[]
|
|
366
|
+
];
|
|
367
|
+
export var TagResourceInput$ = [3, n0, _TRI,
|
|
368
|
+
0,
|
|
369
|
+
[_RAe, _T],
|
|
370
|
+
[[0, 1], 128 | 0]
|
|
371
|
+
];
|
|
372
|
+
export var TagResourceOutput$ = [3, n0, _TRO,
|
|
373
|
+
0,
|
|
374
|
+
[],
|
|
375
|
+
[]
|
|
376
|
+
];
|
|
377
|
+
export var TooManyTagsException$ = [-3, n0, _TMTE,
|
|
378
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
379
|
+
[_M],
|
|
380
|
+
[0]
|
|
381
|
+
];
|
|
288
382
|
TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
|
|
289
|
-
export var UntagResourceInput$ = [
|
|
290
|
-
3,
|
|
291
|
-
n0,
|
|
292
|
-
_URI,
|
|
383
|
+
export var UntagResourceInput$ = [3, n0, _URI,
|
|
293
384
|
0,
|
|
294
385
|
[_RAe, _TK],
|
|
295
|
-
[
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
386
|
+
[[0, 1], [64 | 0, { [_hQ]: _tK }]]
|
|
387
|
+
];
|
|
388
|
+
export var UntagResourceOutput$ = [3, n0, _URO,
|
|
389
|
+
0,
|
|
390
|
+
[],
|
|
391
|
+
[]
|
|
392
|
+
];
|
|
393
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
394
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
395
|
+
[_M],
|
|
396
|
+
[0]
|
|
299
397
|
];
|
|
300
|
-
export var UntagResourceOutput$ = [3, n0, _URO, 0, [], []];
|
|
301
|
-
export var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
302
398
|
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
303
399
|
export var SimSpaceWeaverServiceException$ = [-3, _sm, "SimSpaceWeaverServiceException", 0, [], []];
|
|
304
400
|
TypeRegistry.for(_sm).registerError(SimSpaceWeaverServiceException$, SimSpaceWeaverServiceException);
|
|
305
|
-
var AppPortMappings = [1, n0, _APM,
|
|
306
|
-
|
|
401
|
+
var AppPortMappings = [1, n0, _APM,
|
|
402
|
+
0, () => SimulationAppPortMapping$
|
|
403
|
+
];
|
|
404
|
+
var DomainList = [1, n0, _DL,
|
|
405
|
+
0, () => Domain$
|
|
406
|
+
];
|
|
307
407
|
var LaunchCommandList = 64 | 0;
|
|
308
|
-
var LogDestinations = [1, n0, _LDo,
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
var
|
|
408
|
+
var LogDestinations = [1, n0, _LDo,
|
|
409
|
+
0, () => LogDestination$
|
|
410
|
+
];
|
|
411
|
+
var SimulationAppList = [1, n0, _SAL,
|
|
412
|
+
0, () => SimulationAppMetadata$
|
|
413
|
+
];
|
|
414
|
+
var SimulationClockList = [1, n0, _SCL,
|
|
415
|
+
0, () => SimulationClock$
|
|
416
|
+
];
|
|
417
|
+
var SimulationList = [1, n0, _SLi,
|
|
418
|
+
0, () => SimulationMetadata$
|
|
419
|
+
];
|
|
312
420
|
var TagKeyList = 64 | 0;
|
|
313
421
|
var TagMap = 128 | 0;
|
|
314
|
-
export var CreateSnapshot$ = [
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
{ [_h]: ["
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
]
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
() =>
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
() =>
|
|
337
|
-
];
|
|
338
|
-
export var
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
{ [_h]: ["
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
]
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
() =>
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
() =>
|
|
361
|
-
];
|
|
362
|
-
export var ListSimulations$ = [
|
|
363
|
-
9,
|
|
364
|
-
n0,
|
|
365
|
-
_LS,
|
|
366
|
-
{ [_h]: ["GET", "/listsimulations", 200] },
|
|
367
|
-
() => ListSimulationsInput$,
|
|
368
|
-
() => ListSimulationsOutput$,
|
|
369
|
-
];
|
|
370
|
-
export var ListTagsForResource$ = [
|
|
371
|
-
9,
|
|
372
|
-
n0,
|
|
373
|
-
_LTFR,
|
|
374
|
-
{ [_h]: ["GET", "/tags/{ResourceArn}", 200] },
|
|
375
|
-
() => ListTagsForResourceInput$,
|
|
376
|
-
() => ListTagsForResourceOutput$,
|
|
377
|
-
];
|
|
378
|
-
export var StartApp$ = [
|
|
379
|
-
9,
|
|
380
|
-
n0,
|
|
381
|
-
_SA,
|
|
382
|
-
{ [_h]: ["POST", "/startapp", 200] },
|
|
383
|
-
() => StartAppInput$,
|
|
384
|
-
() => StartAppOutput$,
|
|
385
|
-
];
|
|
386
|
-
export var StartClock$ = [
|
|
387
|
-
9,
|
|
388
|
-
n0,
|
|
389
|
-
_SCt,
|
|
390
|
-
{ [_h]: ["POST", "/startclock", 200] },
|
|
391
|
-
() => StartClockInput$,
|
|
392
|
-
() => StartClockOutput$,
|
|
393
|
-
];
|
|
394
|
-
export var StartSimulation$ = [
|
|
395
|
-
9,
|
|
396
|
-
n0,
|
|
397
|
-
_SS,
|
|
398
|
-
{ [_h]: ["POST", "/startsimulation", 200] },
|
|
399
|
-
() => StartSimulationInput$,
|
|
400
|
-
() => StartSimulationOutput$,
|
|
401
|
-
];
|
|
402
|
-
export var StopApp$ = [
|
|
403
|
-
9,
|
|
404
|
-
n0,
|
|
405
|
-
_SAt,
|
|
406
|
-
{ [_h]: ["POST", "/stopapp", 200] },
|
|
407
|
-
() => StopAppInput$,
|
|
408
|
-
() => StopAppOutput$,
|
|
409
|
-
];
|
|
410
|
-
export var StopClock$ = [
|
|
411
|
-
9,
|
|
412
|
-
n0,
|
|
413
|
-
_SCto,
|
|
414
|
-
{ [_h]: ["POST", "/stopclock", 200] },
|
|
415
|
-
() => StopClockInput$,
|
|
416
|
-
() => StopClockOutput$,
|
|
417
|
-
];
|
|
418
|
-
export var StopSimulation$ = [
|
|
419
|
-
9,
|
|
420
|
-
n0,
|
|
421
|
-
_SSt,
|
|
422
|
-
{ [_h]: ["POST", "/stopsimulation", 200] },
|
|
423
|
-
() => StopSimulationInput$,
|
|
424
|
-
() => StopSimulationOutput$,
|
|
425
|
-
];
|
|
426
|
-
export var TagResource$ = [
|
|
427
|
-
9,
|
|
428
|
-
n0,
|
|
429
|
-
_TR,
|
|
430
|
-
{ [_h]: ["POST", "/tags/{ResourceArn}", 200] },
|
|
431
|
-
() => TagResourceInput$,
|
|
432
|
-
() => TagResourceOutput$,
|
|
433
|
-
];
|
|
434
|
-
export var UntagResource$ = [
|
|
435
|
-
9,
|
|
436
|
-
n0,
|
|
437
|
-
_UR,
|
|
438
|
-
{ [_h]: ["DELETE", "/tags/{ResourceArn}", 200] },
|
|
439
|
-
() => UntagResourceInput$,
|
|
440
|
-
() => UntagResourceOutput$,
|
|
422
|
+
export var CreateSnapshot$ = [9, n0, _CS,
|
|
423
|
+
{ [_h]: ["POST", "/createsnapshot", 200] }, () => CreateSnapshotInput$, () => CreateSnapshotOutput$
|
|
424
|
+
];
|
|
425
|
+
export var DeleteApp$ = [9, n0, _DA,
|
|
426
|
+
{ [_h]: ["DELETE", "/deleteapp", 200] }, () => DeleteAppInput$, () => DeleteAppOutput$
|
|
427
|
+
];
|
|
428
|
+
export var DeleteSimulation$ = [9, n0, _DS,
|
|
429
|
+
{ [_h]: ["DELETE", "/deletesimulation", 200] }, () => DeleteSimulationInput$, () => DeleteSimulationOutput$
|
|
430
|
+
];
|
|
431
|
+
export var DescribeApp$ = [9, n0, _DAe,
|
|
432
|
+
{ [_h]: ["GET", "/describeapp", 200] }, () => DescribeAppInput$, () => DescribeAppOutput$
|
|
433
|
+
];
|
|
434
|
+
export var DescribeSimulation$ = [9, n0, _DSe,
|
|
435
|
+
{ [_h]: ["GET", "/describesimulation", 200] }, () => DescribeSimulationInput$, () => DescribeSimulationOutput$
|
|
436
|
+
];
|
|
437
|
+
export var ListApps$ = [9, n0, _LA,
|
|
438
|
+
{ [_h]: ["GET", "/listapps", 200] }, () => ListAppsInput$, () => ListAppsOutput$
|
|
439
|
+
];
|
|
440
|
+
export var ListSimulations$ = [9, n0, _LS,
|
|
441
|
+
{ [_h]: ["GET", "/listsimulations", 200] }, () => ListSimulationsInput$, () => ListSimulationsOutput$
|
|
442
|
+
];
|
|
443
|
+
export var ListTagsForResource$ = [9, n0, _LTFR,
|
|
444
|
+
{ [_h]: ["GET", "/tags/{ResourceArn}", 200] }, () => ListTagsForResourceInput$, () => ListTagsForResourceOutput$
|
|
445
|
+
];
|
|
446
|
+
export var StartApp$ = [9, n0, _SA,
|
|
447
|
+
{ [_h]: ["POST", "/startapp", 200] }, () => StartAppInput$, () => StartAppOutput$
|
|
448
|
+
];
|
|
449
|
+
export var StartClock$ = [9, n0, _SCt,
|
|
450
|
+
{ [_h]: ["POST", "/startclock", 200] }, () => StartClockInput$, () => StartClockOutput$
|
|
451
|
+
];
|
|
452
|
+
export var StartSimulation$ = [9, n0, _SS,
|
|
453
|
+
{ [_h]: ["POST", "/startsimulation", 200] }, () => StartSimulationInput$, () => StartSimulationOutput$
|
|
454
|
+
];
|
|
455
|
+
export var StopApp$ = [9, n0, _SAt,
|
|
456
|
+
{ [_h]: ["POST", "/stopapp", 200] }, () => StopAppInput$, () => StopAppOutput$
|
|
457
|
+
];
|
|
458
|
+
export var StopClock$ = [9, n0, _SCto,
|
|
459
|
+
{ [_h]: ["POST", "/stopclock", 200] }, () => StopClockInput$, () => StopClockOutput$
|
|
460
|
+
];
|
|
461
|
+
export var StopSimulation$ = [9, n0, _SSt,
|
|
462
|
+
{ [_h]: ["POST", "/stopsimulation", 200] }, () => StopSimulationInput$, () => StopSimulationOutput$
|
|
463
|
+
];
|
|
464
|
+
export var TagResource$ = [9, n0, _TR,
|
|
465
|
+
{ [_h]: ["POST", "/tags/{ResourceArn}", 200] }, () => TagResourceInput$, () => TagResourceOutput$
|
|
466
|
+
];
|
|
467
|
+
export var UntagResource$ = [9, n0, _UR,
|
|
468
|
+
{ [_h]: ["DELETE", "/tags/{ResourceArn}", 200] }, () => UntagResourceInput$, () => UntagResourceOutput$
|
|
441
469
|
];
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-simspaceweaver",
|
|
3
3
|
"description": "AWS SDK for JavaScript Simspaceweaver Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.962.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-simspaceweaver",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
24
|
"@aws-sdk/core": "3.957.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.962.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.957.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.957.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.957.0",
|