@aws-sdk/client-gamelift 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.
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
6
6
  import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
7
7
  import { defaultGameLiftHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
8
8
  import { defaultEndpointResolver } from "./endpoint/endpointResolver";
9
+ import { errorTypeRegistries } from "./schemas/schemas_0";
9
10
  export const getRuntimeConfig = (config) => {
10
11
  return {
11
12
  apiVersion: "2015-10-01",
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
26
27
  protocol: config?.protocol ?? AwsJson1_1Protocol,
27
28
  protocolSettings: config?.protocolSettings ?? {
28
29
  defaultNamespace: "com.amazonaws.gamelift",
30
+ errorTypeRegistries,
29
31
  xmlNamespace: "http://gamelift.amazonaws.com/doc/",
30
32
  version: "2015-10-01",
31
33
  serviceTarget: "GameLift",
@@ -823,12 +823,116 @@ const _ZCS = "ZeroCapacityStrategy";
823
823
  const _ZF = "ZipFile";
824
824
  const _c = "client";
825
825
  const _e = "error";
826
- const _s = "server";
827
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.gamelift";
826
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.gamelift";
827
+ const _se = "server";
828
828
  const n0 = "com.amazonaws.gamelift";
829
829
  import { TypeRegistry } from "@smithy/core/schema";
830
830
  import { ConflictException, FleetCapacityExceededException, GameSessionFullException, IdempotentParameterMismatchException, InternalServiceException, InvalidFleetStatusException, InvalidGameSessionStatusException, InvalidRequestException, LimitExceededException, NotFoundException, NotReadyException, OutOfCapacityException, TaggingFailedException, TerminalRoutingStrategyException, UnauthorizedException, UnsupportedRegionException, } from "../models/errors";
831
831
  import { GameLiftServiceException } from "../models/GameLiftServiceException";
832
+ const _s_registry = TypeRegistry.for(_s);
833
+ export var GameLiftServiceException$ = [-3, _s, "GameLiftServiceException", 0, [], []];
834
+ _s_registry.registerError(GameLiftServiceException$, GameLiftServiceException);
835
+ const n0_registry = TypeRegistry.for(n0);
836
+ export var ConflictException$ = [-3, n0, _CE,
837
+ { [_e]: _c },
838
+ [_M],
839
+ [0]
840
+ ];
841
+ n0_registry.registerError(ConflictException$, ConflictException);
842
+ export var FleetCapacityExceededException$ = [-3, n0, _FCEE,
843
+ { [_e]: _c },
844
+ [_M],
845
+ [0]
846
+ ];
847
+ n0_registry.registerError(FleetCapacityExceededException$, FleetCapacityExceededException);
848
+ export var GameSessionFullException$ = [-3, n0, _GSFE,
849
+ { [_e]: _c },
850
+ [_M],
851
+ [0]
852
+ ];
853
+ n0_registry.registerError(GameSessionFullException$, GameSessionFullException);
854
+ export var IdempotentParameterMismatchException$ = [-3, n0, _IPME,
855
+ { [_e]: _c },
856
+ [_M],
857
+ [0]
858
+ ];
859
+ n0_registry.registerError(IdempotentParameterMismatchException$, IdempotentParameterMismatchException);
860
+ export var InternalServiceException$ = [-3, n0, _ISE,
861
+ { [_e]: _se },
862
+ [_M],
863
+ [0]
864
+ ];
865
+ n0_registry.registerError(InternalServiceException$, InternalServiceException);
866
+ export var InvalidFleetStatusException$ = [-3, n0, _IFSE,
867
+ { [_e]: _c },
868
+ [_M],
869
+ [0]
870
+ ];
871
+ n0_registry.registerError(InvalidFleetStatusException$, InvalidFleetStatusException);
872
+ export var InvalidGameSessionStatusException$ = [-3, n0, _IGSSE,
873
+ { [_e]: _c },
874
+ [_M],
875
+ [0]
876
+ ];
877
+ n0_registry.registerError(InvalidGameSessionStatusException$, InvalidGameSessionStatusException);
878
+ export var InvalidRequestException$ = [-3, n0, _IRE,
879
+ { [_e]: _c },
880
+ [_M],
881
+ [0]
882
+ ];
883
+ n0_registry.registerError(InvalidRequestException$, InvalidRequestException);
884
+ export var LimitExceededException$ = [-3, n0, _LEE,
885
+ { [_e]: _c },
886
+ [_M],
887
+ [0]
888
+ ];
889
+ n0_registry.registerError(LimitExceededException$, LimitExceededException);
890
+ export var NotFoundException$ = [-3, n0, _NFE,
891
+ { [_e]: _c },
892
+ [_M],
893
+ [0]
894
+ ];
895
+ n0_registry.registerError(NotFoundException$, NotFoundException);
896
+ export var NotReadyException$ = [-3, n0, _NRE,
897
+ { [_e]: _c },
898
+ [_M],
899
+ [0]
900
+ ];
901
+ n0_registry.registerError(NotReadyException$, NotReadyException);
902
+ export var OutOfCapacityException$ = [-3, n0, _OOCE,
903
+ { [_e]: _c },
904
+ [_M],
905
+ [0]
906
+ ];
907
+ n0_registry.registerError(OutOfCapacityException$, OutOfCapacityException);
908
+ export var TaggingFailedException$ = [-3, n0, _TFE,
909
+ { [_e]: _c },
910
+ [_M],
911
+ [0]
912
+ ];
913
+ n0_registry.registerError(TaggingFailedException$, TaggingFailedException);
914
+ export var TerminalRoutingStrategyException$ = [-3, n0, _TRSE,
915
+ { [_e]: _c },
916
+ [_M],
917
+ [0]
918
+ ];
919
+ n0_registry.registerError(TerminalRoutingStrategyException$, TerminalRoutingStrategyException);
920
+ export var UnauthorizedException$ = [-3, n0, _UE,
921
+ { [_e]: _c },
922
+ [_M],
923
+ [0]
924
+ ];
925
+ n0_registry.registerError(UnauthorizedException$, UnauthorizedException);
926
+ export var UnsupportedRegionException$ = [-3, n0, _URE,
927
+ { [_e]: _c },
928
+ [_M],
929
+ [0]
930
+ ];
931
+ n0_registry.registerError(UnsupportedRegionException$, UnsupportedRegionException);
932
+ export const errorTypeRegistries = [
933
+ _s_registry,
934
+ n0_registry,
935
+ ];
832
936
  var IpAddress = [0, n0, _IA, 8, 0];
833
937
  var IpRange = [0, n0, _IR, 8, 0];
834
938
  var PlayerId = [0, n0, _PI, 8, 0];
@@ -893,12 +997,6 @@ export var Compute$ = [3, n0, _Co,
893
997
  [_FI, _FA, _CN, _CA, _IA, _DN, _CS, _L, _CT, _OS, _T, _GLSSE, _GLAE, _II, _CAo, _GSCGDA],
894
998
  [0, 0, 0, 0, [() => IpAddress, 0], 0, 0, 0, 4, 0, 0, 0, 0, 0, () => ContainerAttributes, 0]
895
999
  ];
896
- export var ConflictException$ = [-3, n0, _CE,
897
- { [_e]: _c },
898
- [_M],
899
- [0]
900
- ];
901
- TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
902
1000
  export var ConnectionPortRange$ = [3, n0, _CPR,
903
1001
  0,
904
1002
  [_FP, _TP],
@@ -1634,12 +1732,6 @@ export var FleetCapacity$ = [3, n0, _FCl,
1634
1732
  [_FI, _FA, _IT, _IC, _L, _GSCGC, _MCC],
1635
1733
  [0, 0, 0, () => EC2InstanceCounts$, 0, () => GameServerContainerGroupCounts$, () => ManagedCapacityConfiguration$]
1636
1734
  ];
1637
- export var FleetCapacityExceededException$ = [-3, n0, _FCEE,
1638
- { [_e]: _c },
1639
- [_M],
1640
- [0]
1641
- ];
1642
- TypeRegistry.for(n0).registerError(FleetCapacityExceededException$, FleetCapacityExceededException);
1643
1735
  export var FleetDeployment$ = [3, n0, _FD,
1644
1736
  0,
1645
1737
  [_DI, _FI, _GSBA, _RGSBA, _PIBA, _RPIBA, _DS, _DC, _CT],
@@ -1710,12 +1802,6 @@ export var GameSessionDetail$ = [3, n0, _GSDame,
1710
1802
  [_GSa, _PP],
1711
1803
  [[() => GameSession$, 0], 0]
1712
1804
  ];
1713
- export var GameSessionFullException$ = [-3, n0, _GSFE,
1714
- { [_e]: _c },
1715
- [_M],
1716
- [0]
1717
- ];
1718
- TypeRegistry.for(n0).registerError(GameSessionFullException$, GameSessionFullException);
1719
1805
  export var GameSessionPlacement$ = [3, n0, _GSP,
1720
1806
  0,
1721
1807
  [_PIla, _GSQN, _St, _GP, _MPSC, _GSN, _GSIa, _GSA, _GSR, _PL, _STt, _ET, _IA, _DN, _Po, _PPS, _GSDa, _MD, _PCO],
@@ -1771,12 +1857,6 @@ export var GetInstanceAccessOutput$ = [3, n0, _GIAO,
1771
1857
  [_IAn],
1772
1858
  [[() => InstanceAccess$, 0]]
1773
1859
  ];
1774
- export var IdempotentParameterMismatchException$ = [-3, n0, _IPME,
1775
- { [_e]: _c },
1776
- [_M],
1777
- [0]
1778
- ];
1779
- TypeRegistry.for(n0).registerError(IdempotentParameterMismatchException$, IdempotentParameterMismatchException);
1780
1860
  export var Instance$ = [3, n0, _Ins,
1781
1861
  0,
1782
1862
  [_FI, _FA, _II, _IA, _DN, _OS, _T, _St, _CT, _L],
@@ -1797,30 +1877,6 @@ export var InstanceDefinition$ = [3, n0, _IDn,
1797
1877
  [_IT, _WC],
1798
1878
  [0, 0], 1
1799
1879
  ];
1800
- export var InternalServiceException$ = [-3, n0, _ISE,
1801
- { [_e]: _s },
1802
- [_M],
1803
- [0]
1804
- ];
1805
- TypeRegistry.for(n0).registerError(InternalServiceException$, InternalServiceException);
1806
- export var InvalidFleetStatusException$ = [-3, n0, _IFSE,
1807
- { [_e]: _c },
1808
- [_M],
1809
- [0]
1810
- ];
1811
- TypeRegistry.for(n0).registerError(InvalidFleetStatusException$, InvalidFleetStatusException);
1812
- export var InvalidGameSessionStatusException$ = [-3, n0, _IGSSE,
1813
- { [_e]: _c },
1814
- [_M],
1815
- [0]
1816
- ];
1817
- TypeRegistry.for(n0).registerError(InvalidGameSessionStatusException$, InvalidGameSessionStatusException);
1818
- export var InvalidRequestException$ = [-3, n0, _IRE,
1819
- { [_e]: _c },
1820
- [_M],
1821
- [0]
1822
- ];
1823
- TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
1824
1880
  export var IpPermission$ = [3, n0, _IPp,
1825
1881
  0,
1826
1882
  [_FP, _TP, _IR, _P],
@@ -1831,12 +1887,6 @@ export var LaunchTemplateSpecification$ = [3, n0, _LTS,
1831
1887
  [_LTI, _LTN, _V],
1832
1888
  [0, 0, 0]
1833
1889
  ];
1834
- export var LimitExceededException$ = [-3, n0, _LEE,
1835
- { [_e]: _c },
1836
- [_M],
1837
- [0]
1838
- ];
1839
- TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
1840
1890
  export var ListAliasesInput$ = [3, n0, _LAI,
1841
1891
  0,
1842
1892
  [_RST, _N, _Li, _NTe],
@@ -2022,24 +2072,6 @@ export var MatchmakingTicket$ = [3, n0, _MT,
2022
2072
  [_TI, _CNon, _CAonf, _St, _SR, _SM, _STt, _ET, _Pl, _GSCI, _EWT],
2023
2073
  [0, 0, 0, 0, 0, 0, 4, 4, [() => PlayerList, 0], [() => GameSessionConnectionInfo$, 0], 1]
2024
2074
  ];
2025
- export var NotFoundException$ = [-3, n0, _NFE,
2026
- { [_e]: _c },
2027
- [_M],
2028
- [0]
2029
- ];
2030
- TypeRegistry.for(n0).registerError(NotFoundException$, NotFoundException);
2031
- export var NotReadyException$ = [-3, n0, _NRE,
2032
- { [_e]: _c },
2033
- [_M],
2034
- [0]
2035
- ];
2036
- TypeRegistry.for(n0).registerError(NotReadyException$, NotReadyException);
2037
- export var OutOfCapacityException$ = [-3, n0, _OOCE,
2038
- { [_e]: _c },
2039
- [_M],
2040
- [0]
2041
- ];
2042
- TypeRegistry.for(n0).registerError(OutOfCapacityException$, OutOfCapacityException);
2043
2075
  export var PingBeacon$ = [3, n0, _PB,
2044
2076
  0,
2045
2077
  [_UDPE],
@@ -2280,12 +2312,6 @@ export var Tag$ = [3, n0, _Tag,
2280
2312
  [_K, _Va],
2281
2313
  [0, 0], 2
2282
2314
  ];
2283
- export var TaggingFailedException$ = [-3, n0, _TFE,
2284
- { [_e]: _c },
2285
- [_M],
2286
- [0]
2287
- ];
2288
- TypeRegistry.for(n0).registerError(TaggingFailedException$, TaggingFailedException);
2289
2315
  export var TagResourceRequest$ = [3, n0, _TRR,
2290
2316
  0,
2291
2317
  [_RARN, _Ta],
@@ -2306,12 +2332,6 @@ export var TargetTrackingConfiguration$ = [3, n0, _TTC,
2306
2332
  [_TV],
2307
2333
  [1], 1
2308
2334
  ];
2309
- export var TerminalRoutingStrategyException$ = [-3, n0, _TRSE,
2310
- { [_e]: _c },
2311
- [_M],
2312
- [0]
2313
- ];
2314
- TypeRegistry.for(n0).registerError(TerminalRoutingStrategyException$, TerminalRoutingStrategyException);
2315
2335
  export var TerminateGameSessionInput$ = [3, n0, _TGSI,
2316
2336
  0,
2317
2337
  [_GSIa, _TM],
@@ -2327,18 +2347,6 @@ export var UDPEndpoint$ = [3, n0, _UDPE,
2327
2347
  [_Do, _Po],
2328
2348
  [0, 1]
2329
2349
  ];
2330
- export var UnauthorizedException$ = [-3, n0, _UE,
2331
- { [_e]: _c },
2332
- [_M],
2333
- [0]
2334
- ];
2335
- TypeRegistry.for(n0).registerError(UnauthorizedException$, UnauthorizedException);
2336
- export var UnsupportedRegionException$ = [-3, n0, _URE,
2337
- { [_e]: _c },
2338
- [_M],
2339
- [0]
2340
- ];
2341
- TypeRegistry.for(n0).registerError(UnsupportedRegionException$, UnsupportedRegionException);
2342
2350
  export var UntagResourceRequest$ = [3, n0, _URR,
2343
2351
  0,
2344
2352
  [_RARN, _TK],
@@ -2515,8 +2523,6 @@ export var VpcPeeringConnectionStatus$ = [3, n0, _VPCS,
2515
2523
  [0, 0]
2516
2524
  ];
2517
2525
  var __Unit = "unit";
2518
- export var GameLiftServiceException$ = [-3, _sm, "GameLiftServiceException", 0, [], []];
2519
- TypeRegistry.for(_sm).registerError(GameLiftServiceException$, GameLiftServiceException);
2520
2526
  var AliasList = [1, n0, _ALli,
2521
2527
  0, () => Alias$
2522
2528
  ];
@@ -1,4 +1,28 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
3
+ export declare var GameLiftServiceException$: StaticErrorSchema;
4
+ export declare var ConflictException$: StaticErrorSchema;
5
+ export declare var FleetCapacityExceededException$: StaticErrorSchema;
6
+ export declare var GameSessionFullException$: StaticErrorSchema;
7
+ export declare var IdempotentParameterMismatchException$: StaticErrorSchema;
8
+ export declare var InternalServiceException$: StaticErrorSchema;
9
+ export declare var InvalidFleetStatusException$: StaticErrorSchema;
10
+ export declare var InvalidGameSessionStatusException$: StaticErrorSchema;
11
+ export declare var InvalidRequestException$: StaticErrorSchema;
12
+ export declare var LimitExceededException$: StaticErrorSchema;
13
+ export declare var NotFoundException$: StaticErrorSchema;
14
+ export declare var NotReadyException$: StaticErrorSchema;
15
+ export declare var OutOfCapacityException$: StaticErrorSchema;
16
+ export declare var TaggingFailedException$: StaticErrorSchema;
17
+ export declare var TerminalRoutingStrategyException$: StaticErrorSchema;
18
+ export declare var UnauthorizedException$: StaticErrorSchema;
19
+ export declare var UnsupportedRegionException$: StaticErrorSchema;
20
+ /**
21
+ * TypeRegistry instances containing modeled errors.
22
+ * @internal
23
+ *
24
+ */
25
+ export declare const errorTypeRegistries: TypeRegistry[];
2
26
  export declare var AcceptMatchInput$: StaticStructureSchema;
3
27
  export declare var AcceptMatchOutput$: StaticStructureSchema;
4
28
  export declare var Alias$: StaticStructureSchema;
@@ -11,7 +35,6 @@ export declare var ClaimFilterOption$: StaticStructureSchema;
11
35
  export declare var ClaimGameServerInput$: StaticStructureSchema;
12
36
  export declare var ClaimGameServerOutput$: StaticStructureSchema;
13
37
  export declare var Compute$: StaticStructureSchema;
14
- export declare var ConflictException$: StaticErrorSchema;
15
38
  export declare var ConnectionPortRange$: StaticStructureSchema;
16
39
  export declare var ContainerAttribute$: StaticStructureSchema;
17
40
  export declare var ContainerDependency$: StaticStructureSchema;
@@ -159,7 +182,6 @@ export declare var Event$: StaticStructureSchema;
159
182
  export declare var FilterConfiguration$: StaticStructureSchema;
160
183
  export declare var FleetAttributes$: StaticStructureSchema;
161
184
  export declare var FleetCapacity$: StaticStructureSchema;
162
- export declare var FleetCapacityExceededException$: StaticErrorSchema;
163
185
  export declare var FleetDeployment$: StaticStructureSchema;
164
186
  export declare var FleetUtilization$: StaticStructureSchema;
165
187
  export declare var GameProperty$: StaticStructureSchema;
@@ -174,7 +196,6 @@ export declare var GameSession$: StaticStructureSchema;
174
196
  export declare var GameSessionConnectionInfo$: StaticStructureSchema;
175
197
  export declare var GameSessionCreationLimitPolicy$: StaticStructureSchema;
176
198
  export declare var GameSessionDetail$: StaticStructureSchema;
177
- export declare var GameSessionFullException$: StaticErrorSchema;
178
199
  export declare var GameSessionPlacement$: StaticStructureSchema;
179
200
  export declare var GameSessionQueue$: StaticStructureSchema;
180
201
  export declare var GameSessionQueueDestination$: StaticStructureSchema;
@@ -186,18 +207,12 @@ export declare var GetGameSessionLogUrlInput$: StaticStructureSchema;
186
207
  export declare var GetGameSessionLogUrlOutput$: StaticStructureSchema;
187
208
  export declare var GetInstanceAccessInput$: StaticStructureSchema;
188
209
  export declare var GetInstanceAccessOutput$: StaticStructureSchema;
189
- export declare var IdempotentParameterMismatchException$: StaticErrorSchema;
190
210
  export declare var Instance$: StaticStructureSchema;
191
211
  export declare var InstanceAccess$: StaticStructureSchema;
192
212
  export declare var InstanceCredentials$: StaticStructureSchema;
193
213
  export declare var InstanceDefinition$: StaticStructureSchema;
194
- export declare var InternalServiceException$: StaticErrorSchema;
195
- export declare var InvalidFleetStatusException$: StaticErrorSchema;
196
- export declare var InvalidGameSessionStatusException$: StaticErrorSchema;
197
- export declare var InvalidRequestException$: StaticErrorSchema;
198
214
  export declare var IpPermission$: StaticStructureSchema;
199
215
  export declare var LaunchTemplateSpecification$: StaticStructureSchema;
200
- export declare var LimitExceededException$: StaticErrorSchema;
201
216
  export declare var ListAliasesInput$: StaticStructureSchema;
202
217
  export declare var ListAliasesOutput$: StaticStructureSchema;
203
218
  export declare var ListBuildsInput$: StaticStructureSchema;
@@ -235,9 +250,6 @@ export declare var MatchedPlayerSession$: StaticStructureSchema;
235
250
  export declare var MatchmakingConfiguration$: StaticStructureSchema;
236
251
  export declare var MatchmakingRuleSet$: StaticStructureSchema;
237
252
  export declare var MatchmakingTicket$: StaticStructureSchema;
238
- export declare var NotFoundException$: StaticErrorSchema;
239
- export declare var NotReadyException$: StaticErrorSchema;
240
- export declare var OutOfCapacityException$: StaticErrorSchema;
241
253
  export declare var PingBeacon$: StaticStructureSchema;
242
254
  export declare var PlacedPlayerSession$: StaticStructureSchema;
243
255
  export declare var Player$: StaticStructureSchema;
@@ -286,17 +298,13 @@ export declare var SupportContainerDefinitionInput$: StaticStructureSchema;
286
298
  export declare var SuspendGameServerGroupInput$: StaticStructureSchema;
287
299
  export declare var SuspendGameServerGroupOutput$: StaticStructureSchema;
288
300
  export declare var Tag$: StaticStructureSchema;
289
- export declare var TaggingFailedException$: StaticErrorSchema;
290
301
  export declare var TagResourceRequest$: StaticStructureSchema;
291
302
  export declare var TagResourceResponse$: StaticStructureSchema;
292
303
  export declare var TargetConfiguration$: StaticStructureSchema;
293
304
  export declare var TargetTrackingConfiguration$: StaticStructureSchema;
294
- export declare var TerminalRoutingStrategyException$: StaticErrorSchema;
295
305
  export declare var TerminateGameSessionInput$: StaticStructureSchema;
296
306
  export declare var TerminateGameSessionOutput$: StaticStructureSchema;
297
307
  export declare var UDPEndpoint$: StaticStructureSchema;
298
- export declare var UnauthorizedException$: StaticErrorSchema;
299
- export declare var UnsupportedRegionException$: StaticErrorSchema;
300
308
  export declare var UntagResourceRequest$: StaticStructureSchema;
301
309
  export declare var UntagResourceResponse$: StaticStructureSchema;
302
310
  export declare var UpdateAliasInput$: StaticStructureSchema;
@@ -332,7 +340,6 @@ export declare var ValidateMatchmakingRuleSetOutput$: StaticStructureSchema;
332
340
  export declare var VpcPeeringAuthorization$: StaticStructureSchema;
333
341
  export declare var VpcPeeringConnection$: StaticStructureSchema;
334
342
  export declare var VpcPeeringConnectionStatus$: StaticStructureSchema;
335
- export declare var GameLiftServiceException$: StaticErrorSchema;
336
343
  export declare var AcceptMatch$: StaticOperationSchema;
337
344
  export declare var ClaimGameServer$: StaticOperationSchema;
338
345
  export declare var CreateAlias$: StaticOperationSchema;
@@ -1,8 +1,27 @@
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 GameLiftServiceException$: StaticErrorSchema;
8
+ export declare var ConflictException$: StaticErrorSchema;
9
+ export declare var FleetCapacityExceededException$: StaticErrorSchema;
10
+ export declare var GameSessionFullException$: StaticErrorSchema;
11
+ export declare var IdempotentParameterMismatchException$: StaticErrorSchema;
12
+ export declare var InternalServiceException$: StaticErrorSchema;
13
+ export declare var InvalidFleetStatusException$: StaticErrorSchema;
14
+ export declare var InvalidGameSessionStatusException$: StaticErrorSchema;
15
+ export declare var InvalidRequestException$: StaticErrorSchema;
16
+ export declare var LimitExceededException$: StaticErrorSchema;
17
+ export declare var NotFoundException$: StaticErrorSchema;
18
+ export declare var NotReadyException$: StaticErrorSchema;
19
+ export declare var OutOfCapacityException$: StaticErrorSchema;
20
+ export declare var TaggingFailedException$: StaticErrorSchema;
21
+ export declare var TerminalRoutingStrategyException$: StaticErrorSchema;
22
+ export declare var UnauthorizedException$: StaticErrorSchema;
23
+ export declare var UnsupportedRegionException$: StaticErrorSchema;
24
+ export declare const errorTypeRegistries: TypeRegistry[];
6
25
  export declare var AcceptMatchInput$: StaticStructureSchema;
7
26
  export declare var AcceptMatchOutput$: StaticStructureSchema;
8
27
  export declare var Alias$: StaticStructureSchema;
@@ -15,7 +34,6 @@ export declare var ClaimFilterOption$: StaticStructureSchema;
15
34
  export declare var ClaimGameServerInput$: StaticStructureSchema;
16
35
  export declare var ClaimGameServerOutput$: StaticStructureSchema;
17
36
  export declare var Compute$: StaticStructureSchema;
18
- export declare var ConflictException$: StaticErrorSchema;
19
37
  export declare var ConnectionPortRange$: StaticStructureSchema;
20
38
  export declare var ContainerAttribute$: StaticStructureSchema;
21
39
  export declare var ContainerDependency$: StaticStructureSchema;
@@ -163,7 +181,6 @@ export declare var Event$: StaticStructureSchema;
163
181
  export declare var FilterConfiguration$: StaticStructureSchema;
164
182
  export declare var FleetAttributes$: StaticStructureSchema;
165
183
  export declare var FleetCapacity$: StaticStructureSchema;
166
- export declare var FleetCapacityExceededException$: StaticErrorSchema;
167
184
  export declare var FleetDeployment$: StaticStructureSchema;
168
185
  export declare var FleetUtilization$: StaticStructureSchema;
169
186
  export declare var GameProperty$: StaticStructureSchema;
@@ -178,7 +195,6 @@ export declare var GameSession$: StaticStructureSchema;
178
195
  export declare var GameSessionConnectionInfo$: StaticStructureSchema;
179
196
  export declare var GameSessionCreationLimitPolicy$: StaticStructureSchema;
180
197
  export declare var GameSessionDetail$: StaticStructureSchema;
181
- export declare var GameSessionFullException$: StaticErrorSchema;
182
198
  export declare var GameSessionPlacement$: StaticStructureSchema;
183
199
  export declare var GameSessionQueue$: StaticStructureSchema;
184
200
  export declare var GameSessionQueueDestination$: StaticStructureSchema;
@@ -190,18 +206,12 @@ export declare var GetGameSessionLogUrlInput$: StaticStructureSchema;
190
206
  export declare var GetGameSessionLogUrlOutput$: StaticStructureSchema;
191
207
  export declare var GetInstanceAccessInput$: StaticStructureSchema;
192
208
  export declare var GetInstanceAccessOutput$: StaticStructureSchema;
193
- export declare var IdempotentParameterMismatchException$: StaticErrorSchema;
194
209
  export declare var Instance$: StaticStructureSchema;
195
210
  export declare var InstanceAccess$: StaticStructureSchema;
196
211
  export declare var InstanceCredentials$: StaticStructureSchema;
197
212
  export declare var InstanceDefinition$: StaticStructureSchema;
198
- export declare var InternalServiceException$: StaticErrorSchema;
199
- export declare var InvalidFleetStatusException$: StaticErrorSchema;
200
- export declare var InvalidGameSessionStatusException$: StaticErrorSchema;
201
- export declare var InvalidRequestException$: StaticErrorSchema;
202
213
  export declare var IpPermission$: StaticStructureSchema;
203
214
  export declare var LaunchTemplateSpecification$: StaticStructureSchema;
204
- export declare var LimitExceededException$: StaticErrorSchema;
205
215
  export declare var ListAliasesInput$: StaticStructureSchema;
206
216
  export declare var ListAliasesOutput$: StaticStructureSchema;
207
217
  export declare var ListBuildsInput$: StaticStructureSchema;
@@ -239,9 +249,6 @@ export declare var MatchedPlayerSession$: StaticStructureSchema;
239
249
  export declare var MatchmakingConfiguration$: StaticStructureSchema;
240
250
  export declare var MatchmakingRuleSet$: StaticStructureSchema;
241
251
  export declare var MatchmakingTicket$: StaticStructureSchema;
242
- export declare var NotFoundException$: StaticErrorSchema;
243
- export declare var NotReadyException$: StaticErrorSchema;
244
- export declare var OutOfCapacityException$: StaticErrorSchema;
245
252
  export declare var PingBeacon$: StaticStructureSchema;
246
253
  export declare var PlacedPlayerSession$: StaticStructureSchema;
247
254
  export declare var Player$: StaticStructureSchema;
@@ -290,17 +297,13 @@ export declare var SupportContainerDefinitionInput$: StaticStructureSchema;
290
297
  export declare var SuspendGameServerGroupInput$: StaticStructureSchema;
291
298
  export declare var SuspendGameServerGroupOutput$: StaticStructureSchema;
292
299
  export declare var Tag$: StaticStructureSchema;
293
- export declare var TaggingFailedException$: StaticErrorSchema;
294
300
  export declare var TagResourceRequest$: StaticStructureSchema;
295
301
  export declare var TagResourceResponse$: StaticStructureSchema;
296
302
  export declare var TargetConfiguration$: StaticStructureSchema;
297
303
  export declare var TargetTrackingConfiguration$: StaticStructureSchema;
298
- export declare var TerminalRoutingStrategyException$: StaticErrorSchema;
299
304
  export declare var TerminateGameSessionInput$: StaticStructureSchema;
300
305
  export declare var TerminateGameSessionOutput$: StaticStructureSchema;
301
306
  export declare var UDPEndpoint$: StaticStructureSchema;
302
- export declare var UnauthorizedException$: StaticErrorSchema;
303
- export declare var UnsupportedRegionException$: StaticErrorSchema;
304
307
  export declare var UntagResourceRequest$: StaticStructureSchema;
305
308
  export declare var UntagResourceResponse$: StaticStructureSchema;
306
309
  export declare var UpdateAliasInput$: StaticStructureSchema;
@@ -336,7 +339,6 @@ export declare var ValidateMatchmakingRuleSetOutput$: StaticStructureSchema;
336
339
  export declare var VpcPeeringAuthorization$: StaticStructureSchema;
337
340
  export declare var VpcPeeringConnection$: StaticStructureSchema;
338
341
  export declare var VpcPeeringConnectionStatus$: StaticStructureSchema;
339
- export declare var GameLiftServiceException$: StaticErrorSchema;
340
342
  export declare var AcceptMatch$: StaticOperationSchema;
341
343
  export declare var ClaimGameServer$: StaticOperationSchema;
342
344
  export declare var CreateAlias$: StaticOperationSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-gamelift",
3
3
  "description": "AWS SDK for JavaScript Gamelift 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-gamelift",
@@ -23,38 +23,38 @@
23
23
  "dependencies": {
24
24
  "@aws-crypto/sha256-browser": "5.2.0",
25
25
  "@aws-crypto/sha256-js": "5.2.0",
26
- "@aws-sdk/core": "^3.973.7",
27
- "@aws-sdk/credential-provider-node": "^3.972.6",
26
+ "@aws-sdk/core": "^3.973.9",
27
+ "@aws-sdk/credential-provider-node": "^3.972.8",
28
28
  "@aws-sdk/middleware-host-header": "^3.972.3",
29
29
  "@aws-sdk/middleware-logger": "^3.972.3",
30
30
  "@aws-sdk/middleware-recursion-detection": "^3.972.3",
31
- "@aws-sdk/middleware-user-agent": "^3.972.7",
31
+ "@aws-sdk/middleware-user-agent": "^3.972.9",
32
32
  "@aws-sdk/region-config-resolver": "^3.972.3",
33
33
  "@aws-sdk/types": "^3.973.1",
34
- "@aws-sdk/util-endpoints": "3.987.0",
34
+ "@aws-sdk/util-endpoints": "3.989.0",
35
35
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
36
- "@aws-sdk/util-user-agent-node": "^3.972.5",
36
+ "@aws-sdk/util-user-agent-node": "^3.972.7",
37
37
  "@smithy/config-resolver": "^4.4.6",
38
- "@smithy/core": "^3.22.1",
38
+ "@smithy/core": "^3.23.0",
39
39
  "@smithy/fetch-http-handler": "^5.3.9",
40
40
  "@smithy/hash-node": "^4.2.8",
41
41
  "@smithy/invalid-dependency": "^4.2.8",
42
42
  "@smithy/middleware-content-length": "^4.2.8",
43
- "@smithy/middleware-endpoint": "^4.4.13",
44
- "@smithy/middleware-retry": "^4.4.30",
43
+ "@smithy/middleware-endpoint": "^4.4.14",
44
+ "@smithy/middleware-retry": "^4.4.31",
45
45
  "@smithy/middleware-serde": "^4.2.9",
46
46
  "@smithy/middleware-stack": "^4.2.8",
47
47
  "@smithy/node-config-provider": "^4.3.8",
48
- "@smithy/node-http-handler": "^4.4.9",
48
+ "@smithy/node-http-handler": "^4.4.10",
49
49
  "@smithy/protocol-http": "^5.3.8",
50
- "@smithy/smithy-client": "^4.11.2",
50
+ "@smithy/smithy-client": "^4.11.3",
51
51
  "@smithy/types": "^4.12.0",
52
52
  "@smithy/url-parser": "^4.2.8",
53
53
  "@smithy/util-base64": "^4.3.0",
54
54
  "@smithy/util-body-length-browser": "^4.2.0",
55
55
  "@smithy/util-body-length-node": "^4.2.1",
56
- "@smithy/util-defaults-mode-browser": "^4.3.29",
57
- "@smithy/util-defaults-mode-node": "^4.2.32",
56
+ "@smithy/util-defaults-mode-browser": "^4.3.30",
57
+ "@smithy/util-defaults-mode-node": "^4.2.33",
58
58
  "@smithy/util-endpoints": "^3.2.8",
59
59
  "@smithy/util-middleware": "^4.2.8",
60
60
  "@smithy/util-retry": "^4.2.8",