@aws-sdk/client-gameliftstreams 3.987.0 → 3.989.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.
@@ -151,21 +151,65 @@ const _h = "http";
151
151
  const _hE = "httpError";
152
152
  const _hQ = "httpQuery";
153
153
  const _l = "locations";
154
- const _s = "server";
155
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.gameliftstreams";
154
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.gameliftstreams";
155
+ const _se = "server";
156
156
  const _tK = "tagKeys";
157
157
  const n0 = "com.amazonaws.gameliftstreams";
158
158
  import { TypeRegistry } from "@smithy/core/schema";
159
159
  import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
160
160
  import { GameLiftStreamsServiceException } from "../models/GameLiftStreamsServiceException";
161
- var SignalRequest = [0, n0, _SR, 8, 0];
162
- var SignalResponse = [0, n0, _SRi, 8, 0];
161
+ const _s_registry = TypeRegistry.for(_s);
162
+ export var GameLiftStreamsServiceException$ = [-3, _s, "GameLiftStreamsServiceException", 0, [], []];
163
+ _s_registry.registerError(GameLiftStreamsServiceException$, GameLiftStreamsServiceException);
164
+ const n0_registry = TypeRegistry.for(n0);
163
165
  export var AccessDeniedException$ = [-3, n0, _ADE,
164
166
  { [_e]: _c, [_hE]: 403 },
165
167
  [_M],
166
168
  [0], 1
167
169
  ];
168
- TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
170
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
171
+ export var ConflictException$ = [-3, n0, _CE,
172
+ { [_e]: _c, [_hE]: 409 },
173
+ [_M],
174
+ [0], 1
175
+ ];
176
+ n0_registry.registerError(ConflictException$, ConflictException);
177
+ export var InternalServerException$ = [-3, n0, _ISE,
178
+ { [_e]: _se, [_hE]: 500 },
179
+ [_M],
180
+ [0], 1
181
+ ];
182
+ n0_registry.registerError(InternalServerException$, InternalServerException);
183
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE,
184
+ { [_e]: _c, [_hE]: 404 },
185
+ [_M],
186
+ [0], 1
187
+ ];
188
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
189
+ export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
190
+ { [_e]: _c, [_hE]: 402 },
191
+ [_M],
192
+ [0], 1
193
+ ];
194
+ n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
195
+ export var ThrottlingException$ = [-3, n0, _TE,
196
+ { [_e]: _c, [_hE]: 429 },
197
+ [_M],
198
+ [0], 1
199
+ ];
200
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
201
+ export var ValidationException$ = [-3, n0, _VE,
202
+ { [_e]: _c, [_hE]: 400 },
203
+ [_M],
204
+ [0], 1
205
+ ];
206
+ n0_registry.registerError(ValidationException$, ValidationException);
207
+ export const errorTypeRegistries = [
208
+ _s_registry,
209
+ n0_registry,
210
+ ];
211
+ var SignalRequest = [0, n0, _SR, 8, 0];
212
+ var SignalResponse = [0, n0, _SRi, 8, 0];
169
213
  export var AddStreamGroupLocationsInput$ = [3, n0, _ASGLI,
170
214
  0,
171
215
  [_I, _LC],
@@ -191,12 +235,6 @@ export var AssociateApplicationsOutput$ = [3, n0, _AAO,
191
235
  [_A, _AA],
192
236
  [0, 64 | 0]
193
237
  ];
194
- export var ConflictException$ = [-3, n0, _CE,
195
- { [_e]: _c, [_hE]: 409 },
196
- [_M],
197
- [0], 1
198
- ];
199
- TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
200
238
  export var CreateApplicationInput$ = [3, n0, _CAI,
201
239
  0,
202
240
  [_D, _RE, _EP, _ASU, _ALP, _ALOU, _T, _CT],
@@ -297,12 +335,6 @@ export var GetStreamSessionOutput$ = [3, n0, _GSSO,
297
335
  [_A, _D, _SGI, _UI, _S, _SRt, _P, _Lo, _SR, _SRi, _CTS, _SLS, _ALA, _AEV, _PSC, _LFLU, _WSPU, _LUA, _CA, _AAp, _EFM],
298
336
  [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$]
299
337
  ];
300
- export var InternalServerException$ = [-3, n0, _ISE,
301
- { [_e]: _s, [_hE]: 500 },
302
- [_M],
303
- [0], 1
304
- ];
305
- TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
306
338
  export var ListApplicationsInput$ = [3, n0, _LAI,
307
339
  0,
308
340
  [_NT, _MR],
@@ -378,23 +410,11 @@ export var ReplicationStatus$ = [3, n0, _RSe,
378
410
  [_Lo, _S],
379
411
  [0, 0]
380
412
  ];
381
- export var ResourceNotFoundException$ = [-3, n0, _RNFE,
382
- { [_e]: _c, [_hE]: 404 },
383
- [_M],
384
- [0], 1
385
- ];
386
- TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
387
413
  export var RuntimeEnvironment$ = [3, n0, _RE,
388
414
  0,
389
415
  [_Ty, _V],
390
416
  [0, 0], 2
391
417
  ];
392
- export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
393
- { [_e]: _c, [_hE]: 402 },
394
- [_M],
395
- [0], 1
396
- ];
397
- TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
398
418
  export var StartStreamSessionInput$ = [3, n0, _SSSI,
399
419
  0,
400
420
  [_I, _P, _SR, _AIp, _CT, _D, _UI, _L, _CTS, _SLS, _ALA, _AEV, _PSC],
@@ -430,12 +450,6 @@ export var TerminateStreamSessionInput$ = [3, n0, _TSSI,
430
450
  [_I, _SSI],
431
451
  [[0, 1], [0, 1]], 2
432
452
  ];
433
- export var ThrottlingException$ = [-3, n0, _TE,
434
- { [_e]: _c, [_hE]: 429 },
435
- [_M],
436
- [0], 1
437
- ];
438
- TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
439
453
  export var UntagResourceRequest$ = [3, n0, _URR,
440
454
  0,
441
455
  [_RA, _TK],
@@ -466,15 +480,7 @@ export var UpdateStreamGroupOutput$ = [3, n0, _USGO,
466
480
  [_A, _D, _DA, _LS, _SC, _Id, _S, _SRt, _LUA, _CA, _EA, _AAs],
467
481
  [0, 0, () => DefaultApplication$, () => LocationStates, 0, 0, 0, 0, 4, 4, 4, 64 | 0], 1
468
482
  ];
469
- export var ValidationException$ = [-3, n0, _VE,
470
- { [_e]: _c, [_hE]: 400 },
471
- [_M],
472
- [0], 1
473
- ];
474
- TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
475
483
  var __Unit = "unit";
476
- export var GameLiftStreamsServiceException$ = [-3, _sm, "GameLiftStreamsServiceException", 0, [], []];
477
- TypeRegistry.for(_sm).registerError(GameLiftStreamsServiceException$, GameLiftStreamsServiceException);
478
484
  var ApplicationSummaryList = [1, n0, _ASL,
479
485
  0, () => ApplicationSummary$
480
486
  ];
@@ -1,11 +1,24 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
3
+ export declare var GameLiftStreamsServiceException$: StaticErrorSchema;
2
4
  export declare var AccessDeniedException$: StaticErrorSchema;
5
+ export declare var ConflictException$: StaticErrorSchema;
6
+ export declare var InternalServerException$: StaticErrorSchema;
7
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
8
+ export declare var ServiceQuotaExceededException$: StaticErrorSchema;
9
+ export declare var ThrottlingException$: StaticErrorSchema;
10
+ export declare var ValidationException$: StaticErrorSchema;
11
+ /**
12
+ * TypeRegistry instances containing modeled errors.
13
+ * @internal
14
+ *
15
+ */
16
+ export declare const errorTypeRegistries: TypeRegistry[];
3
17
  export declare var AddStreamGroupLocationsInput$: StaticStructureSchema;
4
18
  export declare var AddStreamGroupLocationsOutput$: StaticStructureSchema;
5
19
  export declare var ApplicationSummary$: StaticStructureSchema;
6
20
  export declare var AssociateApplicationsInput$: StaticStructureSchema;
7
21
  export declare var AssociateApplicationsOutput$: StaticStructureSchema;
8
- export declare var ConflictException$: StaticErrorSchema;
9
22
  export declare var CreateApplicationInput$: StaticStructureSchema;
10
23
  export declare var CreateApplicationOutput$: StaticStructureSchema;
11
24
  export declare var CreateStreamGroupInput$: StaticStructureSchema;
@@ -26,7 +39,6 @@ export declare var GetStreamGroupInput$: StaticStructureSchema;
26
39
  export declare var GetStreamGroupOutput$: StaticStructureSchema;
27
40
  export declare var GetStreamSessionInput$: StaticStructureSchema;
28
41
  export declare var GetStreamSessionOutput$: StaticStructureSchema;
29
- export declare var InternalServerException$: StaticErrorSchema;
30
42
  export declare var ListApplicationsInput$: StaticStructureSchema;
31
43
  export declare var ListApplicationsOutput$: StaticStructureSchema;
32
44
  export declare var ListStreamGroupsInput$: StaticStructureSchema;
@@ -42,9 +54,7 @@ export declare var LocationState$: StaticStructureSchema;
42
54
  export declare var PerformanceStatsConfiguration$: StaticStructureSchema;
43
55
  export declare var RemoveStreamGroupLocationsInput$: StaticStructureSchema;
44
56
  export declare var ReplicationStatus$: StaticStructureSchema;
45
- export declare var ResourceNotFoundException$: StaticErrorSchema;
46
57
  export declare var RuntimeEnvironment$: StaticStructureSchema;
47
- export declare var ServiceQuotaExceededException$: StaticErrorSchema;
48
58
  export declare var StartStreamSessionInput$: StaticStructureSchema;
49
59
  export declare var StartStreamSessionOutput$: StaticStructureSchema;
50
60
  export declare var StreamGroupSummary$: StaticStructureSchema;
@@ -52,15 +62,12 @@ export declare var StreamSessionSummary$: StaticStructureSchema;
52
62
  export declare var TagResourceRequest$: StaticStructureSchema;
53
63
  export declare var TagResourceResponse$: StaticStructureSchema;
54
64
  export declare var TerminateStreamSessionInput$: StaticStructureSchema;
55
- export declare var ThrottlingException$: StaticErrorSchema;
56
65
  export declare var UntagResourceRequest$: StaticStructureSchema;
57
66
  export declare var UntagResourceResponse$: StaticStructureSchema;
58
67
  export declare var UpdateApplicationInput$: StaticStructureSchema;
59
68
  export declare var UpdateApplicationOutput$: StaticStructureSchema;
60
69
  export declare var UpdateStreamGroupInput$: StaticStructureSchema;
61
70
  export declare var UpdateStreamGroupOutput$: StaticStructureSchema;
62
- export declare var ValidationException$: StaticErrorSchema;
63
- export declare var GameLiftStreamsServiceException$: StaticErrorSchema;
64
71
  export declare var AddStreamGroupLocations$: StaticOperationSchema;
65
72
  export declare var AssociateApplications$: StaticOperationSchema;
66
73
  export declare var CreateApplication$: StaticOperationSchema;
@@ -1,15 +1,23 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import {
2
3
  StaticErrorSchema,
3
4
  StaticOperationSchema,
4
5
  StaticStructureSchema,
5
6
  } from "@smithy/types";
7
+ export declare var GameLiftStreamsServiceException$: StaticErrorSchema;
6
8
  export declare var AccessDeniedException$: StaticErrorSchema;
9
+ export declare var ConflictException$: StaticErrorSchema;
10
+ export declare var InternalServerException$: StaticErrorSchema;
11
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
12
+ export declare var ServiceQuotaExceededException$: StaticErrorSchema;
13
+ export declare var ThrottlingException$: StaticErrorSchema;
14
+ export declare var ValidationException$: StaticErrorSchema;
15
+ export declare const errorTypeRegistries: TypeRegistry[];
7
16
  export declare var AddStreamGroupLocationsInput$: StaticStructureSchema;
8
17
  export declare var AddStreamGroupLocationsOutput$: StaticStructureSchema;
9
18
  export declare var ApplicationSummary$: StaticStructureSchema;
10
19
  export declare var AssociateApplicationsInput$: StaticStructureSchema;
11
20
  export declare var AssociateApplicationsOutput$: StaticStructureSchema;
12
- export declare var ConflictException$: StaticErrorSchema;
13
21
  export declare var CreateApplicationInput$: StaticStructureSchema;
14
22
  export declare var CreateApplicationOutput$: StaticStructureSchema;
15
23
  export declare var CreateStreamGroupInput$: StaticStructureSchema;
@@ -30,7 +38,6 @@ export declare var GetStreamGroupInput$: StaticStructureSchema;
30
38
  export declare var GetStreamGroupOutput$: StaticStructureSchema;
31
39
  export declare var GetStreamSessionInput$: StaticStructureSchema;
32
40
  export declare var GetStreamSessionOutput$: StaticStructureSchema;
33
- export declare var InternalServerException$: StaticErrorSchema;
34
41
  export declare var ListApplicationsInput$: StaticStructureSchema;
35
42
  export declare var ListApplicationsOutput$: StaticStructureSchema;
36
43
  export declare var ListStreamGroupsInput$: StaticStructureSchema;
@@ -46,9 +53,7 @@ export declare var LocationState$: StaticStructureSchema;
46
53
  export declare var PerformanceStatsConfiguration$: StaticStructureSchema;
47
54
  export declare var RemoveStreamGroupLocationsInput$: StaticStructureSchema;
48
55
  export declare var ReplicationStatus$: StaticStructureSchema;
49
- export declare var ResourceNotFoundException$: StaticErrorSchema;
50
56
  export declare var RuntimeEnvironment$: StaticStructureSchema;
51
- export declare var ServiceQuotaExceededException$: StaticErrorSchema;
52
57
  export declare var StartStreamSessionInput$: StaticStructureSchema;
53
58
  export declare var StartStreamSessionOutput$: StaticStructureSchema;
54
59
  export declare var StreamGroupSummary$: StaticStructureSchema;
@@ -56,15 +61,12 @@ export declare var StreamSessionSummary$: StaticStructureSchema;
56
61
  export declare var TagResourceRequest$: StaticStructureSchema;
57
62
  export declare var TagResourceResponse$: StaticStructureSchema;
58
63
  export declare var TerminateStreamSessionInput$: StaticStructureSchema;
59
- export declare var ThrottlingException$: StaticErrorSchema;
60
64
  export declare var UntagResourceRequest$: StaticStructureSchema;
61
65
  export declare var UntagResourceResponse$: StaticStructureSchema;
62
66
  export declare var UpdateApplicationInput$: StaticStructureSchema;
63
67
  export declare var UpdateApplicationOutput$: StaticStructureSchema;
64
68
  export declare var UpdateStreamGroupInput$: StaticStructureSchema;
65
69
  export declare var UpdateStreamGroupOutput$: StaticStructureSchema;
66
- export declare var ValidationException$: StaticErrorSchema;
67
- export declare var GameLiftStreamsServiceException$: StaticErrorSchema;
68
70
  export declare var AddStreamGroupLocations$: StaticOperationSchema;
69
71
  export declare var AssociateApplications$: StaticOperationSchema;
70
72
  export declare var CreateApplication$: StaticOperationSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-gameliftstreams",
3
3
  "description": "AWS SDK for JavaScript Gameliftstreams Client for Node.js, Browser and React Native",
4
- "version": "3.987.0",
4
+ "version": "3.989.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-gameliftstreams",
@@ -21,38 +21,38 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.7",
25
- "@aws-sdk/credential-provider-node": "^3.972.6",
24
+ "@aws-sdk/core": "^3.973.9",
25
+ "@aws-sdk/credential-provider-node": "^3.972.8",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.3",
27
27
  "@aws-sdk/middleware-logger": "^3.972.3",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.3",
29
- "@aws-sdk/middleware-user-agent": "^3.972.7",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.9",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.3",
31
31
  "@aws-sdk/types": "^3.973.1",
32
- "@aws-sdk/util-endpoints": "3.987.0",
32
+ "@aws-sdk/util-endpoints": "3.989.0",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
34
- "@aws-sdk/util-user-agent-node": "^3.972.5",
34
+ "@aws-sdk/util-user-agent-node": "^3.972.7",
35
35
  "@smithy/config-resolver": "^4.4.6",
36
- "@smithy/core": "^3.22.1",
36
+ "@smithy/core": "^3.23.0",
37
37
  "@smithy/fetch-http-handler": "^5.3.9",
38
38
  "@smithy/hash-node": "^4.2.8",
39
39
  "@smithy/invalid-dependency": "^4.2.8",
40
40
  "@smithy/middleware-content-length": "^4.2.8",
41
- "@smithy/middleware-endpoint": "^4.4.13",
42
- "@smithy/middleware-retry": "^4.4.30",
41
+ "@smithy/middleware-endpoint": "^4.4.14",
42
+ "@smithy/middleware-retry": "^4.4.31",
43
43
  "@smithy/middleware-serde": "^4.2.9",
44
44
  "@smithy/middleware-stack": "^4.2.8",
45
45
  "@smithy/node-config-provider": "^4.3.8",
46
- "@smithy/node-http-handler": "^4.4.9",
46
+ "@smithy/node-http-handler": "^4.4.10",
47
47
  "@smithy/protocol-http": "^5.3.8",
48
- "@smithy/smithy-client": "^4.11.2",
48
+ "@smithy/smithy-client": "^4.11.3",
49
49
  "@smithy/types": "^4.12.0",
50
50
  "@smithy/url-parser": "^4.2.8",
51
51
  "@smithy/util-base64": "^4.3.0",
52
52
  "@smithy/util-body-length-browser": "^4.2.0",
53
53
  "@smithy/util-body-length-node": "^4.2.1",
54
- "@smithy/util-defaults-mode-browser": "^4.3.29",
55
- "@smithy/util-defaults-mode-node": "^4.2.32",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.30",
55
+ "@smithy/util-defaults-mode-node": "^4.2.33",
56
56
  "@smithy/util-endpoints": "^3.2.8",
57
57
  "@smithy/util-middleware": "^4.2.8",
58
58
  "@smithy/util-retry": "^4.2.8",