@aws-sdk/client-gameliftstreams 3.1067.0 → 3.1069.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,3 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RuntimeEnvironment$ = exports.ReplicationStatus$ = exports.RemoveStreamGroupLocationsInput$ = exports.PerformanceStatsConfiguration$ = exports.LocationState$ = exports.LocationConfiguration$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListStreamSessionsOutput$ = exports.ListStreamSessionsInput$ = exports.ListStreamSessionsByAccountOutput$ = exports.ListStreamSessionsByAccountInput$ = exports.ListStreamGroupsOutput$ = exports.ListStreamGroupsInput$ = exports.ListApplicationsOutput$ = exports.ListApplicationsInput$ = exports.GetStreamSessionOutput$ = exports.GetStreamSessionInput$ = exports.GetStreamGroupOutput$ = exports.GetStreamGroupInput$ = exports.GetApplicationOutput$ = exports.GetApplicationInput$ = exports.ExportStreamSessionFilesOutput$ = exports.ExportStreamSessionFilesInput$ = exports.ExportFilesMetadata$ = exports.DisassociateApplicationsOutput$ = exports.DisassociateApplicationsInput$ = exports.DeleteStreamGroupInput$ = exports.DeleteApplicationInput$ = exports.DefaultApplication$ = exports.CreateStreamSessionConnectionOutput$ = exports.CreateStreamSessionConnectionInput$ = exports.CreateStreamGroupOutput$ = exports.CreateStreamGroupInput$ = exports.CreateApplicationOutput$ = exports.CreateApplicationInput$ = exports.AssociateApplicationsOutput$ = exports.AssociateApplicationsInput$ = exports.ApplicationSummary$ = exports.AddStreamGroupLocationsOutput$ = exports.AddStreamGroupLocationsInput$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottlingException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.InternalServerException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.GameLiftStreamsServiceException$ = void 0;
4
- exports.UpdateStreamGroup$ = exports.UpdateApplication$ = exports.UntagResource$ = exports.TerminateStreamSession$ = exports.TagResource$ = exports.StartStreamSession$ = exports.RemoveStreamGroupLocations$ = exports.ListTagsForResource$ = exports.ListStreamSessionsByAccount$ = exports.ListStreamSessions$ = exports.ListStreamGroups$ = exports.ListApplications$ = exports.GetStreamSession$ = exports.GetStreamGroup$ = exports.GetApplication$ = exports.ExportStreamSessionFiles$ = exports.DisassociateApplications$ = exports.DeleteStreamGroup$ = exports.DeleteApplication$ = exports.CreateStreamSessionConnection$ = exports.CreateStreamGroup$ = exports.CreateApplication$ = exports.AssociateApplications$ = exports.AddStreamGroupLocations$ = exports.VpcTransitConfigurationResponse$ = exports.VpcTransitConfiguration$ = exports.UpdateStreamGroupOutput$ = exports.UpdateStreamGroupInput$ = exports.UpdateApplicationOutput$ = exports.UpdateApplicationInput$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TerminateStreamSessionInput$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.StreamSessionSummary$ = exports.StreamGroupSummary$ = exports.StartStreamSessionOutput$ = exports.StartStreamSessionInput$ = void 0;
5
1
  const _A = "Arn";
6
2
  const _AA = "ApplicationArns";
7
3
  const _AAI = "AssociateApplicationsInput";
@@ -166,344 +162,408 @@ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.gameliftstreams";
166
162
  const _se = "server";
167
163
  const _tK = "tagKeys";
168
164
  const n0 = "com.amazonaws.gameliftstreams";
169
- const schema_1 = require("@smithy/core/schema");
170
- const errors_1 = require("../models/errors");
171
- const GameLiftStreamsServiceException_1 = require("../models/GameLiftStreamsServiceException");
172
- const _s_registry = schema_1.TypeRegistry.for(_s);
173
- exports.GameLiftStreamsServiceException$ = [-3, _s, "GameLiftStreamsServiceException", 0, [], []];
174
- _s_registry.registerError(exports.GameLiftStreamsServiceException$, GameLiftStreamsServiceException_1.GameLiftStreamsServiceException);
175
- const n0_registry = schema_1.TypeRegistry.for(n0);
176
- exports.AccessDeniedException$ = [-3, n0, _ADE,
165
+ const { TypeRegistry } = require("@smithy/core/schema");
166
+ const { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException } = require("../models/errors");
167
+ const { GameLiftStreamsServiceException } = require("../models/GameLiftStreamsServiceException");
168
+ const _s_registry = TypeRegistry.for(_s);
169
+ const GameLiftStreamsServiceException$ = [-3, _s, "GameLiftStreamsServiceException", 0, [], []];
170
+ exports.GameLiftStreamsServiceException$ = GameLiftStreamsServiceException$;
171
+ _s_registry.registerError(GameLiftStreamsServiceException$, GameLiftStreamsServiceException);
172
+ const n0_registry = TypeRegistry.for(n0);
173
+ const AccessDeniedException$ = [-3, n0, _ADE,
177
174
  { [_e]: _c, [_hE]: 403 },
178
175
  [_M],
179
176
  [0], 1
180
177
  ];
181
- n0_registry.registerError(exports.AccessDeniedException$, errors_1.AccessDeniedException);
182
- exports.ConflictException$ = [-3, n0, _CE,
178
+ exports.AccessDeniedException$ = AccessDeniedException$;
179
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
180
+ const ConflictException$ = [-3, n0, _CE,
183
181
  { [_e]: _c, [_hE]: 409 },
184
182
  [_M],
185
183
  [0], 1
186
184
  ];
187
- n0_registry.registerError(exports.ConflictException$, errors_1.ConflictException);
188
- exports.InternalServerException$ = [-3, n0, _ISE,
185
+ exports.ConflictException$ = ConflictException$;
186
+ n0_registry.registerError(ConflictException$, ConflictException);
187
+ const InternalServerException$ = [-3, n0, _ISE,
189
188
  { [_e]: _se, [_hE]: 500 },
190
189
  [_M],
191
190
  [0], 1
192
191
  ];
193
- n0_registry.registerError(exports.InternalServerException$, errors_1.InternalServerException);
194
- exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
192
+ exports.InternalServerException$ = InternalServerException$;
193
+ n0_registry.registerError(InternalServerException$, InternalServerException);
194
+ const ResourceNotFoundException$ = [-3, n0, _RNFE,
195
195
  { [_e]: _c, [_hE]: 404 },
196
196
  [_M],
197
197
  [0], 1
198
198
  ];
199
- n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
200
- exports.ServiceQuotaExceededException$ = [-3, n0, _SQEE,
199
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
200
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
201
+ const ServiceQuotaExceededException$ = [-3, n0, _SQEE,
201
202
  { [_e]: _c, [_hE]: 402 },
202
203
  [_M],
203
204
  [0], 1
204
205
  ];
205
- n0_registry.registerError(exports.ServiceQuotaExceededException$, errors_1.ServiceQuotaExceededException);
206
- exports.ThrottlingException$ = [-3, n0, _TE,
206
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
207
+ n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
208
+ const ThrottlingException$ = [-3, n0, _TE,
207
209
  { [_e]: _c, [_hE]: 429 },
208
210
  [_M],
209
211
  [0], 1
210
212
  ];
211
- n0_registry.registerError(exports.ThrottlingException$, errors_1.ThrottlingException);
212
- exports.ValidationException$ = [-3, n0, _VE,
213
+ exports.ThrottlingException$ = ThrottlingException$;
214
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
215
+ const ValidationException$ = [-3, n0, _VE,
213
216
  { [_e]: _c, [_hE]: 400 },
214
217
  [_M],
215
218
  [0], 1
216
219
  ];
217
- n0_registry.registerError(exports.ValidationException$, errors_1.ValidationException);
220
+ exports.ValidationException$ = ValidationException$;
221
+ n0_registry.registerError(ValidationException$, ValidationException);
218
222
  exports.errorTypeRegistries = [
219
223
  _s_registry,
220
224
  n0_registry,
221
225
  ];
222
226
  var SignalRequest = [0, n0, _SR, 8, 0];
223
227
  var SignalResponse = [0, n0, _SRi, 8, 0];
224
- exports.AddStreamGroupLocationsInput$ = [3, n0, _ASGLI,
228
+ const AddStreamGroupLocationsInput$ = [3, n0, _ASGLI,
225
229
  0,
226
230
  [_I, _LC],
227
231
  [[0, 1], () => LocationConfigurations], 2
228
232
  ];
229
- exports.AddStreamGroupLocationsOutput$ = [3, n0, _ASGLO,
233
+ exports.AddStreamGroupLocationsInput$ = AddStreamGroupLocationsInput$;
234
+ const AddStreamGroupLocationsOutput$ = [3, n0, _ASGLO,
230
235
  0,
231
236
  [_I, _L],
232
237
  [0, () => LocationStates], 2
233
238
  ];
234
- exports.ApplicationSummary$ = [3, n0, _AS,
239
+ exports.AddStreamGroupLocationsOutput$ = AddStreamGroupLocationsOutput$;
240
+ const ApplicationSummary$ = [3, n0, _AS,
235
241
  0,
236
242
  [_A, _Id, _D, _S, _CA, _LUA, _RE],
237
- [0, 0, 0, 0, 4, 4, () => exports.RuntimeEnvironment$], 1
243
+ [0, 0, 0, 0, 4, 4, () => RuntimeEnvironment$], 1
238
244
  ];
239
- exports.AssociateApplicationsInput$ = [3, n0, _AAI,
245
+ exports.ApplicationSummary$ = ApplicationSummary$;
246
+ const AssociateApplicationsInput$ = [3, n0, _AAI,
240
247
  0,
241
248
  [_I, _AI],
242
249
  [[0, 1], 64 | 0], 2
243
250
  ];
244
- exports.AssociateApplicationsOutput$ = [3, n0, _AAO,
251
+ exports.AssociateApplicationsInput$ = AssociateApplicationsInput$;
252
+ const AssociateApplicationsOutput$ = [3, n0, _AAO,
245
253
  0,
246
254
  [_A, _AA],
247
255
  [0, 64 | 0]
248
256
  ];
249
- exports.CreateApplicationInput$ = [3, n0, _CAI,
257
+ exports.AssociateApplicationsOutput$ = AssociateApplicationsOutput$;
258
+ const CreateApplicationInput$ = [3, n0, _CAI,
250
259
  0,
251
260
  [_D, _RE, _EP, _ASU, _ALP, _ALOU, _T, _CT],
252
- [0, () => exports.RuntimeEnvironment$, 0, 0, 64 | 0, 0, 128 | 0, [0, 4]], 4
261
+ [0, () => RuntimeEnvironment$, 0, 0, 64 | 0, 0, 128 | 0, [0, 4]], 4
253
262
  ];
254
- exports.CreateApplicationOutput$ = [3, n0, _CAO,
263
+ exports.CreateApplicationInput$ = CreateApplicationInput$;
264
+ const CreateApplicationOutput$ = [3, n0, _CAO,
255
265
  0,
256
266
  [_A, _D, _RE, _EP, _ALP, _ALOU, _ASU, _Id, _S, _SRt, _RS, _CA, _LUA, _ASG],
257
- [0, 0, () => exports.RuntimeEnvironment$, 0, 64 | 0, 0, 0, 0, 0, 0, () => ReplicationStatuses, 4, 4, 64 | 0], 1
267
+ [0, 0, () => RuntimeEnvironment$, 0, 64 | 0, 0, 0, 0, 0, 0, () => ReplicationStatuses, 4, 4, 64 | 0], 1
258
268
  ];
259
- exports.CreateStreamGroupInput$ = [3, n0, _CSGI,
269
+ exports.CreateApplicationOutput$ = CreateApplicationOutput$;
270
+ const CreateStreamGroupInput$ = [3, n0, _CSGI,
260
271
  0,
261
272
  [_D, _SC, _DAI, _LC, _T, _CT],
262
273
  [0, 0, 0, () => LocationConfigurations, 128 | 0, [0, 4]], 2
263
274
  ];
264
- exports.CreateStreamGroupOutput$ = [3, n0, _CSGO,
275
+ exports.CreateStreamGroupInput$ = CreateStreamGroupInput$;
276
+ const CreateStreamGroupOutput$ = [3, n0, _CSGO,
265
277
  0,
266
278
  [_A, _D, _DA, _LS, _SC, _Id, _S, _SRt, _LUA, _CA, _EA, _AAs],
267
- [0, 0, () => exports.DefaultApplication$, () => LocationStates, 0, 0, 0, 0, 4, 4, 4, 64 | 0], 1
279
+ [0, 0, () => DefaultApplication$, () => LocationStates, 0, 0, 0, 0, 4, 4, 4, 64 | 0], 1
268
280
  ];
269
- exports.CreateStreamSessionConnectionInput$ = [3, n0, _CSSCI,
281
+ exports.CreateStreamGroupOutput$ = CreateStreamGroupOutput$;
282
+ const CreateStreamSessionConnectionInput$ = [3, n0, _CSSCI,
270
283
  0,
271
284
  [_I, _SSI, _SR, _CT],
272
285
  [[0, 1], [0, 1], [() => SignalRequest, 0], [0, 4]], 3
273
286
  ];
274
- exports.CreateStreamSessionConnectionOutput$ = [3, n0, _CSSCO,
287
+ exports.CreateStreamSessionConnectionInput$ = CreateStreamSessionConnectionInput$;
288
+ const CreateStreamSessionConnectionOutput$ = [3, n0, _CSSCO,
275
289
  0,
276
290
  [_SRi],
277
291
  [[() => SignalResponse, 0]]
278
292
  ];
279
- exports.DefaultApplication$ = [3, n0, _DA,
293
+ exports.CreateStreamSessionConnectionOutput$ = CreateStreamSessionConnectionOutput$;
294
+ const DefaultApplication$ = [3, n0, _DA,
280
295
  0,
281
296
  [_Id, _A],
282
297
  [0, 0]
283
298
  ];
284
- exports.DeleteApplicationInput$ = [3, n0, _DAIe,
299
+ exports.DefaultApplication$ = DefaultApplication$;
300
+ const DeleteApplicationInput$ = [3, n0, _DAIe,
285
301
  0,
286
302
  [_I],
287
303
  [[0, 1]], 1
288
304
  ];
289
- exports.DeleteStreamGroupInput$ = [3, n0, _DSGI,
305
+ exports.DeleteApplicationInput$ = DeleteApplicationInput$;
306
+ const DeleteStreamGroupInput$ = [3, n0, _DSGI,
290
307
  0,
291
308
  [_I],
292
309
  [[0, 1]], 1
293
310
  ];
294
- exports.DisassociateApplicationsInput$ = [3, n0, _DAIi,
311
+ exports.DeleteStreamGroupInput$ = DeleteStreamGroupInput$;
312
+ const DisassociateApplicationsInput$ = [3, n0, _DAIi,
295
313
  0,
296
314
  [_I, _AI],
297
315
  [[0, 1], 64 | 0], 2
298
316
  ];
299
- exports.DisassociateApplicationsOutput$ = [3, n0, _DAO,
317
+ exports.DisassociateApplicationsInput$ = DisassociateApplicationsInput$;
318
+ const DisassociateApplicationsOutput$ = [3, n0, _DAO,
300
319
  0,
301
320
  [_A, _AA],
302
321
  [0, 64 | 0]
303
322
  ];
304
- exports.ExportFilesMetadata$ = [3, n0, _EFM,
323
+ exports.DisassociateApplicationsOutput$ = DisassociateApplicationsOutput$;
324
+ const ExportFilesMetadata$ = [3, n0, _EFM,
305
325
  0,
306
326
  [_S, _SRt, _OU],
307
327
  [0, 0, 0]
308
328
  ];
309
- exports.ExportStreamSessionFilesInput$ = [3, n0, _ESSFI,
329
+ exports.ExportFilesMetadata$ = ExportFilesMetadata$;
330
+ const ExportStreamSessionFilesInput$ = [3, n0, _ESSFI,
310
331
  0,
311
332
  [_I, _SSI, _OU],
312
333
  [[0, 1], [0, 1], 0], 3
313
334
  ];
314
- exports.ExportStreamSessionFilesOutput$ = [3, n0, _ESSFO,
335
+ exports.ExportStreamSessionFilesInput$ = ExportStreamSessionFilesInput$;
336
+ const ExportStreamSessionFilesOutput$ = [3, n0, _ESSFO,
315
337
  0,
316
338
  [],
317
339
  []
318
340
  ];
319
- exports.GetApplicationInput$ = [3, n0, _GAI,
341
+ exports.ExportStreamSessionFilesOutput$ = ExportStreamSessionFilesOutput$;
342
+ const GetApplicationInput$ = [3, n0, _GAI,
320
343
  0,
321
344
  [_I],
322
345
  [[0, 1]], 1
323
346
  ];
324
- exports.GetApplicationOutput$ = [3, n0, _GAO,
347
+ exports.GetApplicationInput$ = GetApplicationInput$;
348
+ const GetApplicationOutput$ = [3, n0, _GAO,
325
349
  0,
326
350
  [_A, _D, _RE, _EP, _ALP, _ALOU, _ASU, _Id, _S, _SRt, _RS, _CA, _LUA, _ASG],
327
- [0, 0, () => exports.RuntimeEnvironment$, 0, 64 | 0, 0, 0, 0, 0, 0, () => ReplicationStatuses, 4, 4, 64 | 0], 1
351
+ [0, 0, () => RuntimeEnvironment$, 0, 64 | 0, 0, 0, 0, 0, 0, () => ReplicationStatuses, 4, 4, 64 | 0], 1
328
352
  ];
329
- exports.GetStreamGroupInput$ = [3, n0, _GSGI,
353
+ exports.GetApplicationOutput$ = GetApplicationOutput$;
354
+ const GetStreamGroupInput$ = [3, n0, _GSGI,
330
355
  0,
331
356
  [_I],
332
357
  [[0, 1]], 1
333
358
  ];
334
- exports.GetStreamGroupOutput$ = [3, n0, _GSGO,
359
+ exports.GetStreamGroupInput$ = GetStreamGroupInput$;
360
+ const GetStreamGroupOutput$ = [3, n0, _GSGO,
335
361
  0,
336
362
  [_A, _D, _DA, _LS, _SC, _Id, _S, _SRt, _LUA, _CA, _EA, _AAs],
337
- [0, 0, () => exports.DefaultApplication$, () => LocationStates, 0, 0, 0, 0, 4, 4, 4, 64 | 0], 1
363
+ [0, 0, () => DefaultApplication$, () => LocationStates, 0, 0, 0, 0, 4, 4, 4, 64 | 0], 1
338
364
  ];
339
- exports.GetStreamSessionInput$ = [3, n0, _GSSI,
365
+ exports.GetStreamGroupOutput$ = GetStreamGroupOutput$;
366
+ const GetStreamSessionInput$ = [3, n0, _GSSI,
340
367
  0,
341
368
  [_I, _SSI],
342
369
  [[0, 1], [0, 1]], 2
343
370
  ];
344
- exports.GetStreamSessionOutput$ = [3, n0, _GSSO,
371
+ exports.GetStreamSessionInput$ = GetStreamSessionInput$;
372
+ const GetStreamSessionOutput$ = [3, n0, _GSSO,
345
373
  0,
346
374
  [_A, _D, _SGI, _UI, _S, _SRt, _P, _Lo, _SR, _SRi, _CTS, _SLS, _ALA, _AEV, _PSC, _LFLU, _WSPU, _LUA, _CA, _AAp, _EFM],
347
- [0, 0, 0, 0, 0, 0, 0, 0, [() => SignalRequest, 0], [() => SignalResponse, 0], 1, 1, 64 | 0, 128 | 0, () => exports.PerformanceStatsConfiguration$, 0, 0, 4, 4, 0, () => exports.ExportFilesMetadata$]
375
+ [0, 0, 0, 0, 0, 0, 0, 0, [() => SignalRequest, 0], [() => SignalResponse, 0], 1, 1, 64 | 0, 128 | 0, () => PerformanceStatsConfiguration$, 0, 0, 4, 4, 0, () => ExportFilesMetadata$]
348
376
  ];
349
- exports.ListApplicationsInput$ = [3, n0, _LAI,
377
+ exports.GetStreamSessionOutput$ = GetStreamSessionOutput$;
378
+ const ListApplicationsInput$ = [3, n0, _LAI,
350
379
  0,
351
380
  [_NT, _MR],
352
381
  [[0, { [_hQ]: _NT }], [1, { [_hQ]: _MR }]]
353
382
  ];
354
- exports.ListApplicationsOutput$ = [3, n0, _LAO,
383
+ exports.ListApplicationsInput$ = ListApplicationsInput$;
384
+ const ListApplicationsOutput$ = [3, n0, _LAO,
355
385
  0,
356
386
  [_It, _NT],
357
387
  [() => ApplicationSummaryList, 0]
358
388
  ];
359
- exports.ListStreamGroupsInput$ = [3, n0, _LSGI,
389
+ exports.ListApplicationsOutput$ = ListApplicationsOutput$;
390
+ const ListStreamGroupsInput$ = [3, n0, _LSGI,
360
391
  0,
361
392
  [_NT, _MR],
362
393
  [[0, { [_hQ]: _NT }], [1, { [_hQ]: _MR }]]
363
394
  ];
364
- exports.ListStreamGroupsOutput$ = [3, n0, _LSGO,
395
+ exports.ListStreamGroupsInput$ = ListStreamGroupsInput$;
396
+ const ListStreamGroupsOutput$ = [3, n0, _LSGO,
365
397
  0,
366
398
  [_It, _NT],
367
399
  [() => StreamGroupSummaryList, 0]
368
400
  ];
369
- exports.ListStreamSessionsByAccountInput$ = [3, n0, _LSSBAI,
401
+ exports.ListStreamGroupsOutput$ = ListStreamGroupsOutput$;
402
+ const ListStreamSessionsByAccountInput$ = [3, n0, _LSSBAI,
370
403
  0,
371
404
  [_S, _EFS, _NT, _MR],
372
405
  [[0, { [_hQ]: _S }], [0, { [_hQ]: _EFS }], [0, { [_hQ]: _NT }], [1, { [_hQ]: _MR }]]
373
406
  ];
374
- exports.ListStreamSessionsByAccountOutput$ = [3, n0, _LSSBAO,
407
+ exports.ListStreamSessionsByAccountInput$ = ListStreamSessionsByAccountInput$;
408
+ const ListStreamSessionsByAccountOutput$ = [3, n0, _LSSBAO,
375
409
  0,
376
410
  [_It, _NT],
377
411
  [() => StreamSessionSummaryList, 0]
378
412
  ];
379
- exports.ListStreamSessionsInput$ = [3, n0, _LSSI,
413
+ exports.ListStreamSessionsByAccountOutput$ = ListStreamSessionsByAccountOutput$;
414
+ const ListStreamSessionsInput$ = [3, n0, _LSSI,
380
415
  0,
381
416
  [_I, _S, _EFS, _NT, _MR],
382
417
  [[0, 1], [0, { [_hQ]: _S }], [0, { [_hQ]: _EFS }], [0, { [_hQ]: _NT }], [1, { [_hQ]: _MR }]], 1
383
418
  ];
384
- exports.ListStreamSessionsOutput$ = [3, n0, _LSSO,
419
+ exports.ListStreamSessionsInput$ = ListStreamSessionsInput$;
420
+ const ListStreamSessionsOutput$ = [3, n0, _LSSO,
385
421
  0,
386
422
  [_It, _NT],
387
423
  [() => StreamSessionSummaryList, 0]
388
424
  ];
389
- exports.ListTagsForResourceRequest$ = [3, n0, _LTFRR,
425
+ exports.ListStreamSessionsOutput$ = ListStreamSessionsOutput$;
426
+ const ListTagsForResourceRequest$ = [3, n0, _LTFRR,
390
427
  0,
391
428
  [_RA],
392
429
  [[0, 1]], 1
393
430
  ];
394
- exports.ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
431
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
432
+ const ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
395
433
  0,
396
434
  [_T],
397
435
  [128 | 0]
398
436
  ];
399
- exports.LocationConfiguration$ = [3, n0, _LCo,
437
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
438
+ const LocationConfiguration$ = [3, n0, _LCo,
400
439
  0,
401
440
  [_LN, _AOC, _ODC, _TIC, _MC, _VTC],
402
- [0, 1, 1, 1, 1, () => exports.VpcTransitConfiguration$], 1
441
+ [0, 1, 1, 1, 1, () => VpcTransitConfiguration$], 1
403
442
  ];
404
- exports.LocationState$ = [3, n0, _LSo,
443
+ exports.LocationConfiguration$ = LocationConfiguration$;
444
+ const LocationState$ = [3, n0, _LSo,
405
445
  0,
406
446
  [_LN, _S, _AOC, _ODC, _TIC, _MC, _RC, _AC, _IC, _IVICB, _VTC],
407
- [0, 0, 1, 1, 1, 1, 1, 1, 1, 0, () => exports.VpcTransitConfigurationResponse$]
447
+ [0, 0, 1, 1, 1, 1, 1, 1, 1, 0, () => VpcTransitConfigurationResponse$]
408
448
  ];
409
- exports.PerformanceStatsConfiguration$ = [3, n0, _PSC,
449
+ exports.LocationState$ = LocationState$;
450
+ const PerformanceStatsConfiguration$ = [3, n0, _PSC,
410
451
  0,
411
452
  [_SWC],
412
453
  [2]
413
454
  ];
414
- exports.RemoveStreamGroupLocationsInput$ = [3, n0, _RSGLI,
455
+ exports.PerformanceStatsConfiguration$ = PerformanceStatsConfiguration$;
456
+ const RemoveStreamGroupLocationsInput$ = [3, n0, _RSGLI,
415
457
  0,
416
458
  [_I, _L],
417
459
  [[0, 1], [64 | 0, { [_hQ]: _l }]], 2
418
460
  ];
419
- exports.ReplicationStatus$ = [3, n0, _RSe,
461
+ exports.RemoveStreamGroupLocationsInput$ = RemoveStreamGroupLocationsInput$;
462
+ const ReplicationStatus$ = [3, n0, _RSe,
420
463
  0,
421
464
  [_Lo, _S],
422
465
  [0, 0]
423
466
  ];
424
- exports.RuntimeEnvironment$ = [3, n0, _RE,
467
+ exports.ReplicationStatus$ = ReplicationStatus$;
468
+ const RuntimeEnvironment$ = [3, n0, _RE,
425
469
  0,
426
470
  [_Ty, _V],
427
471
  [0, 0], 2
428
472
  ];
429
- exports.StartStreamSessionInput$ = [3, n0, _SSSI,
473
+ exports.RuntimeEnvironment$ = RuntimeEnvironment$;
474
+ const StartStreamSessionInput$ = [3, n0, _SSSI,
430
475
  0,
431
476
  [_I, _P, _SR, _AIp, _CT, _D, _UI, _L, _CTS, _SLS, _ALA, _AEV, _PSC],
432
- [[0, 1], 0, [() => SignalRequest, 0], 0, [0, 4], 0, 0, 64 | 0, 1, 1, 64 | 0, 128 | 0, () => exports.PerformanceStatsConfiguration$], 4
477
+ [[0, 1], 0, [() => SignalRequest, 0], 0, [0, 4], 0, 0, 64 | 0, 1, 1, 64 | 0, 128 | 0, () => PerformanceStatsConfiguration$], 4
433
478
  ];
434
- exports.StartStreamSessionOutput$ = [3, n0, _SSSO,
479
+ exports.StartStreamSessionInput$ = StartStreamSessionInput$;
480
+ const StartStreamSessionOutput$ = [3, n0, _SSSO,
435
481
  0,
436
482
  [_A, _D, _SGI, _UI, _S, _SRt, _P, _Lo, _SR, _SRi, _CTS, _SLS, _ALA, _AEV, _PSC, _LFLU, _WSPU, _LUA, _CA, _AAp, _EFM],
437
- [0, 0, 0, 0, 0, 0, 0, 0, [() => SignalRequest, 0], [() => SignalResponse, 0], 1, 1, 64 | 0, 128 | 0, () => exports.PerformanceStatsConfiguration$, 0, 0, 4, 4, 0, () => exports.ExportFilesMetadata$]
483
+ [0, 0, 0, 0, 0, 0, 0, 0, [() => SignalRequest, 0], [() => SignalResponse, 0], 1, 1, 64 | 0, 128 | 0, () => PerformanceStatsConfiguration$, 0, 0, 4, 4, 0, () => ExportFilesMetadata$]
438
484
  ];
439
- exports.StreamGroupSummary$ = [3, n0, _SGS,
485
+ exports.StartStreamSessionOutput$ = StartStreamSessionOutput$;
486
+ const StreamGroupSummary$ = [3, n0, _SGS,
440
487
  0,
441
488
  [_A, _Id, _D, _DA, _SC, _S, _CA, _LUA, _EA],
442
- [0, 0, 0, () => exports.DefaultApplication$, 0, 0, 4, 4, 4], 1
489
+ [0, 0, 0, () => DefaultApplication$, 0, 0, 4, 4, 4], 1
443
490
  ];
444
- exports.StreamSessionSummary$ = [3, n0, _SSS,
491
+ exports.StreamGroupSummary$ = StreamGroupSummary$;
492
+ const StreamSessionSummary$ = [3, n0, _SSS,
445
493
  0,
446
494
  [_A, _UI, _S, _SRt, _P, _LUA, _CA, _AAp, _EFM, _Lo],
447
- [0, 0, 0, 0, 0, 4, 4, 0, () => exports.ExportFilesMetadata$, 0]
495
+ [0, 0, 0, 0, 0, 4, 4, 0, () => ExportFilesMetadata$, 0]
448
496
  ];
449
- exports.TagResourceRequest$ = [3, n0, _TRR,
497
+ exports.StreamSessionSummary$ = StreamSessionSummary$;
498
+ const TagResourceRequest$ = [3, n0, _TRR,
450
499
  0,
451
500
  [_RA, _T],
452
501
  [[0, 1], 128 | 0], 2
453
502
  ];
454
- exports.TagResourceResponse$ = [3, n0, _TRRa,
503
+ exports.TagResourceRequest$ = TagResourceRequest$;
504
+ const TagResourceResponse$ = [3, n0, _TRRa,
455
505
  0,
456
506
  [],
457
507
  []
458
508
  ];
459
- exports.TerminateStreamSessionInput$ = [3, n0, _TSSI,
509
+ exports.TagResourceResponse$ = TagResourceResponse$;
510
+ const TerminateStreamSessionInput$ = [3, n0, _TSSI,
460
511
  0,
461
512
  [_I, _SSI],
462
513
  [[0, 1], [0, 1]], 2
463
514
  ];
464
- exports.UntagResourceRequest$ = [3, n0, _URR,
515
+ exports.TerminateStreamSessionInput$ = TerminateStreamSessionInput$;
516
+ const UntagResourceRequest$ = [3, n0, _URR,
465
517
  0,
466
518
  [_RA, _TK],
467
519
  [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
468
520
  ];
469
- exports.UntagResourceResponse$ = [3, n0, _URRn,
521
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
522
+ const UntagResourceResponse$ = [3, n0, _URRn,
470
523
  0,
471
524
  [],
472
525
  []
473
526
  ];
474
- exports.UpdateApplicationInput$ = [3, n0, _UAI,
527
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
528
+ const UpdateApplicationInput$ = [3, n0, _UAI,
475
529
  0,
476
530
  [_I, _D, _ALP, _ALOU],
477
531
  [[0, 1], 0, 64 | 0, 0], 1
478
532
  ];
479
- exports.UpdateApplicationOutput$ = [3, n0, _UAO,
533
+ exports.UpdateApplicationInput$ = UpdateApplicationInput$;
534
+ const UpdateApplicationOutput$ = [3, n0, _UAO,
480
535
  0,
481
536
  [_A, _D, _RE, _EP, _ALP, _ALOU, _ASU, _Id, _S, _SRt, _RS, _CA, _LUA, _ASG],
482
- [0, 0, () => exports.RuntimeEnvironment$, 0, 64 | 0, 0, 0, 0, 0, 0, () => ReplicationStatuses, 4, 4, 64 | 0], 1
537
+ [0, 0, () => RuntimeEnvironment$, 0, 64 | 0, 0, 0, 0, 0, 0, () => ReplicationStatuses, 4, 4, 64 | 0], 1
483
538
  ];
484
- exports.UpdateStreamGroupInput$ = [3, n0, _USGI,
539
+ exports.UpdateApplicationOutput$ = UpdateApplicationOutput$;
540
+ const UpdateStreamGroupInput$ = [3, n0, _USGI,
485
541
  0,
486
542
  [_I, _LC, _D, _DAI],
487
543
  [[0, 1], () => LocationConfigurations, 0, 0], 1
488
544
  ];
489
- exports.UpdateStreamGroupOutput$ = [3, n0, _USGO,
545
+ exports.UpdateStreamGroupInput$ = UpdateStreamGroupInput$;
546
+ const UpdateStreamGroupOutput$ = [3, n0, _USGO,
490
547
  0,
491
548
  [_A, _D, _DA, _LS, _SC, _Id, _S, _SRt, _LUA, _CA, _EA, _AAs],
492
- [0, 0, () => exports.DefaultApplication$, () => LocationStates, 0, 0, 0, 0, 4, 4, 4, 64 | 0], 1
549
+ [0, 0, () => DefaultApplication$, () => LocationStates, 0, 0, 0, 0, 4, 4, 4, 64 | 0], 1
493
550
  ];
494
- exports.VpcTransitConfiguration$ = [3, n0, _VTC,
551
+ exports.UpdateStreamGroupOutput$ = UpdateStreamGroupOutput$;
552
+ const VpcTransitConfiguration$ = [3, n0, _VTC,
495
553
  0,
496
554
  [_VI, _ICB],
497
555
  [0, 64 | 0], 2
498
556
  ];
499
- exports.VpcTransitConfigurationResponse$ = [3, n0, _VTCR,
557
+ exports.VpcTransitConfiguration$ = VpcTransitConfiguration$;
558
+ const VpcTransitConfigurationResponse$ = [3, n0, _VTCR,
500
559
  0,
501
560
  [_VI, _ICB, _TGI, _TGRSA],
502
561
  [0, 64 | 0, 0, 0]
503
562
  ];
563
+ exports.VpcTransitConfigurationResponse$ = VpcTransitConfigurationResponse$;
504
564
  var __Unit = "unit";
505
565
  var ApplicationSummaryList = [1, n0, _ASL,
506
- 0, () => exports.ApplicationSummary$
566
+ 0, () => ApplicationSummary$
507
567
  ];
508
568
  var ArnList = 64 | 0;
509
569
  var FilePaths = 64 | 0;
@@ -511,94 +571,94 @@ var GameLaunchArgList = 64 | 0;
511
571
  var Identifiers = 64 | 0;
512
572
  var Ipv4CidrBlockList = 64 | 0;
513
573
  var LocationConfigurations = [1, n0, _LC,
514
- 0, () => exports.LocationConfiguration$
574
+ 0, () => LocationConfiguration$
515
575
  ];
516
576
  var LocationList = 64 | 0;
517
577
  var LocationsList = 64 | 0;
518
578
  var LocationStates = [1, n0, _LS,
519
- 0, () => exports.LocationState$
579
+ 0, () => LocationState$
520
580
  ];
521
581
  var ReplicationStatuses = [1, n0, _RS,
522
- 0, () => exports.ReplicationStatus$
582
+ 0, () => ReplicationStatus$
523
583
  ];
524
584
  var StreamGroupSummaryList = [1, n0, _SGSL,
525
- 0, () => exports.StreamGroupSummary$
585
+ 0, () => StreamGroupSummary$
526
586
  ];
527
587
  var StreamSessionSummaryList = [1, n0, _SSSL,
528
- 0, () => exports.StreamSessionSummary$
588
+ 0, () => StreamSessionSummary$
529
589
  ];
530
590
  var TagKeyList = 64 | 0;
531
591
  var EnvironmentVariables = 128 | 0;
532
592
  var Tags = 128 | 0;
533
593
  exports.AddStreamGroupLocations$ = [9, n0, _ASGL,
534
- { [_h]: ["POST", "/streamgroups/{Identifier}/locations", 200] }, () => exports.AddStreamGroupLocationsInput$, () => exports.AddStreamGroupLocationsOutput$
594
+ { [_h]: ["POST", "/streamgroups/{Identifier}/locations", 200] }, () => AddStreamGroupLocationsInput$, () => AddStreamGroupLocationsOutput$
535
595
  ];
536
596
  exports.AssociateApplications$ = [9, n0, _AAss,
537
- { [_h]: ["POST", "/streamgroups/{Identifier}/associations", 200] }, () => exports.AssociateApplicationsInput$, () => exports.AssociateApplicationsOutput$
597
+ { [_h]: ["POST", "/streamgroups/{Identifier}/associations", 200] }, () => AssociateApplicationsInput$, () => AssociateApplicationsOutput$
538
598
  ];
539
599
  exports.CreateApplication$ = [9, n0, _CAr,
540
- { [_h]: ["POST", "/applications", 201] }, () => exports.CreateApplicationInput$, () => exports.CreateApplicationOutput$
600
+ { [_h]: ["POST", "/applications", 201] }, () => CreateApplicationInput$, () => CreateApplicationOutput$
541
601
  ];
542
602
  exports.CreateStreamGroup$ = [9, n0, _CSG,
543
- { [_h]: ["POST", "/streamgroups", 201] }, () => exports.CreateStreamGroupInput$, () => exports.CreateStreamGroupOutput$
603
+ { [_h]: ["POST", "/streamgroups", 201] }, () => CreateStreamGroupInput$, () => CreateStreamGroupOutput$
544
604
  ];
545
605
  exports.CreateStreamSessionConnection$ = [9, n0, _CSSC,
546
- { [_h]: ["POST", "/streamgroups/{Identifier}/streamsessions/{StreamSessionIdentifier}/connections", 200] }, () => exports.CreateStreamSessionConnectionInput$, () => exports.CreateStreamSessionConnectionOutput$
606
+ { [_h]: ["POST", "/streamgroups/{Identifier}/streamsessions/{StreamSessionIdentifier}/connections", 200] }, () => CreateStreamSessionConnectionInput$, () => CreateStreamSessionConnectionOutput$
547
607
  ];
548
608
  exports.DeleteApplication$ = [9, n0, _DAe,
549
- { [_h]: ["DELETE", "/applications/{Identifier}", 204] }, () => exports.DeleteApplicationInput$, () => __Unit
609
+ { [_h]: ["DELETE", "/applications/{Identifier}", 204] }, () => DeleteApplicationInput$, () => __Unit
550
610
  ];
551
611
  exports.DeleteStreamGroup$ = [9, n0, _DSG,
552
- { [_h]: ["DELETE", "/streamgroups/{Identifier}", 204] }, () => exports.DeleteStreamGroupInput$, () => __Unit
612
+ { [_h]: ["DELETE", "/streamgroups/{Identifier}", 204] }, () => DeleteStreamGroupInput$, () => __Unit
553
613
  ];
554
614
  exports.DisassociateApplications$ = [9, n0, _DAi,
555
- { [_h]: ["POST", "/streamgroups/{Identifier}/disassociations", 200] }, () => exports.DisassociateApplicationsInput$, () => exports.DisassociateApplicationsOutput$
615
+ { [_h]: ["POST", "/streamgroups/{Identifier}/disassociations", 200] }, () => DisassociateApplicationsInput$, () => DisassociateApplicationsOutput$
556
616
  ];
557
617
  exports.ExportStreamSessionFiles$ = [9, n0, _ESSF,
558
- { [_h]: ["PUT", "/streamgroups/{Identifier}/streamsessions/{StreamSessionIdentifier}/exportfiles", 200] }, () => exports.ExportStreamSessionFilesInput$, () => exports.ExportStreamSessionFilesOutput$
618
+ { [_h]: ["PUT", "/streamgroups/{Identifier}/streamsessions/{StreamSessionIdentifier}/exportfiles", 200] }, () => ExportStreamSessionFilesInput$, () => ExportStreamSessionFilesOutput$
559
619
  ];
560
620
  exports.GetApplication$ = [9, n0, _GA,
561
- { [_h]: ["GET", "/applications/{Identifier}", 200] }, () => exports.GetApplicationInput$, () => exports.GetApplicationOutput$
621
+ { [_h]: ["GET", "/applications/{Identifier}", 200] }, () => GetApplicationInput$, () => GetApplicationOutput$
562
622
  ];
563
623
  exports.GetStreamGroup$ = [9, n0, _GSG,
564
- { [_h]: ["GET", "/streamgroups/{Identifier}", 200] }, () => exports.GetStreamGroupInput$, () => exports.GetStreamGroupOutput$
624
+ { [_h]: ["GET", "/streamgroups/{Identifier}", 200] }, () => GetStreamGroupInput$, () => GetStreamGroupOutput$
565
625
  ];
566
626
  exports.GetStreamSession$ = [9, n0, _GSS,
567
- { [_h]: ["GET", "/streamgroups/{Identifier}/streamsessions/{StreamSessionIdentifier}", 200] }, () => exports.GetStreamSessionInput$, () => exports.GetStreamSessionOutput$
627
+ { [_h]: ["GET", "/streamgroups/{Identifier}/streamsessions/{StreamSessionIdentifier}", 200] }, () => GetStreamSessionInput$, () => GetStreamSessionOutput$
568
628
  ];
569
629
  exports.ListApplications$ = [9, n0, _LA,
570
- { [_h]: ["GET", "/applications", 200] }, () => exports.ListApplicationsInput$, () => exports.ListApplicationsOutput$
630
+ { [_h]: ["GET", "/applications", 200] }, () => ListApplicationsInput$, () => ListApplicationsOutput$
571
631
  ];
572
632
  exports.ListStreamGroups$ = [9, n0, _LSG,
573
- { [_h]: ["GET", "/streamgroups", 200] }, () => exports.ListStreamGroupsInput$, () => exports.ListStreamGroupsOutput$
633
+ { [_h]: ["GET", "/streamgroups", 200] }, () => ListStreamGroupsInput$, () => ListStreamGroupsOutput$
574
634
  ];
575
635
  exports.ListStreamSessions$ = [9, n0, _LSS,
576
- { [_h]: ["GET", "/streamgroups/{Identifier}/streamsessions", 200] }, () => exports.ListStreamSessionsInput$, () => exports.ListStreamSessionsOutput$
636
+ { [_h]: ["GET", "/streamgroups/{Identifier}/streamsessions", 200] }, () => ListStreamSessionsInput$, () => ListStreamSessionsOutput$
577
637
  ];
578
638
  exports.ListStreamSessionsByAccount$ = [9, n0, _LSSBA,
579
- { [_h]: ["GET", "/streamsessions", 200] }, () => exports.ListStreamSessionsByAccountInput$, () => exports.ListStreamSessionsByAccountOutput$
639
+ { [_h]: ["GET", "/streamsessions", 200] }, () => ListStreamSessionsByAccountInput$, () => ListStreamSessionsByAccountOutput$
580
640
  ];
581
641
  exports.ListTagsForResource$ = [9, n0, _LTFR,
582
- { [_h]: ["GET", "/tags/{ResourceArn}", 200] }, () => exports.ListTagsForResourceRequest$, () => exports.ListTagsForResourceResponse$
642
+ { [_h]: ["GET", "/tags/{ResourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
583
643
  ];
584
644
  exports.RemoveStreamGroupLocations$ = [9, n0, _RSGL,
585
- { [_h]: ["DELETE", "/streamgroups/{Identifier}/locations", 204] }, () => exports.RemoveStreamGroupLocationsInput$, () => __Unit
645
+ { [_h]: ["DELETE", "/streamgroups/{Identifier}/locations", 204] }, () => RemoveStreamGroupLocationsInput$, () => __Unit
586
646
  ];
587
647
  exports.StartStreamSession$ = [9, n0, _SSSt,
588
- { [_h]: ["POST", "/streamgroups/{Identifier}/streamsessions", 201] }, () => exports.StartStreamSessionInput$, () => exports.StartStreamSessionOutput$
648
+ { [_h]: ["POST", "/streamgroups/{Identifier}/streamsessions", 201] }, () => StartStreamSessionInput$, () => StartStreamSessionOutput$
589
649
  ];
590
650
  exports.TagResource$ = [9, n0, _TR,
591
- { [_h]: ["POST", "/tags/{ResourceArn}", 200] }, () => exports.TagResourceRequest$, () => exports.TagResourceResponse$
651
+ { [_h]: ["POST", "/tags/{ResourceArn}", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
592
652
  ];
593
653
  exports.TerminateStreamSession$ = [9, n0, _TSS,
594
- { [_h]: ["DELETE", "/streamgroups/{Identifier}/streamsessions/{StreamSessionIdentifier}", 204] }, () => exports.TerminateStreamSessionInput$, () => __Unit
654
+ { [_h]: ["DELETE", "/streamgroups/{Identifier}/streamsessions/{StreamSessionIdentifier}", 204] }, () => TerminateStreamSessionInput$, () => __Unit
595
655
  ];
596
656
  exports.UntagResource$ = [9, n0, _UR,
597
- { [_h]: ["DELETE", "/tags/{ResourceArn}", 200] }, () => exports.UntagResourceRequest$, () => exports.UntagResourceResponse$
657
+ { [_h]: ["DELETE", "/tags/{ResourceArn}", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
598
658
  ];
599
659
  exports.UpdateApplication$ = [9, n0, _UA,
600
- { [_h]: ["PATCH", "/applications/{Identifier}", 200] }, () => exports.UpdateApplicationInput$, () => exports.UpdateApplicationOutput$
660
+ { [_h]: ["PATCH", "/applications/{Identifier}", 200] }, () => UpdateApplicationInput$, () => UpdateApplicationOutput$
601
661
  ];
602
662
  exports.UpdateStreamGroup$ = [9, n0, _USG,
603
- { [_h]: ["PATCH", "/streamgroups/{Identifier}", 200] }, () => exports.UpdateStreamGroupInput$, () => exports.UpdateStreamGroupOutput$
663
+ { [_h]: ["PATCH", "/streamgroups/{Identifier}", 200] }, () => UpdateStreamGroupInput$, () => UpdateStreamGroupOutput$
604
664
  ];