@aws-sdk/client-gamelift 3.554.0 → 3.562.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (96) hide show
  1. package/README.md +32 -0
  2. package/dist-cjs/index.js +453 -72
  3. package/dist-es/GameLift.js +8 -0
  4. package/dist-es/commands/CreateContainerGroupDefinitionCommand.js +25 -0
  5. package/dist-es/commands/CreateFleetCommand.js +2 -2
  6. package/dist-es/commands/DeleteContainerGroupDefinitionCommand.js +24 -0
  7. package/dist-es/commands/DescribeContainerGroupDefinitionCommand.js +25 -0
  8. package/dist-es/commands/DescribeFleetAttributesCommand.js +2 -1
  9. package/dist-es/commands/ListContainerGroupDefinitionsCommand.js +25 -0
  10. package/dist-es/commands/SearchGameSessionsCommand.js +1 -1
  11. package/dist-es/commands/StartGameSessionPlacementCommand.js +1 -1
  12. package/dist-es/commands/StartMatchBackfillCommand.js +1 -1
  13. package/dist-es/commands/StartMatchmakingCommand.js +1 -1
  14. package/dist-es/commands/StopGameSessionPlacementCommand.js +1 -1
  15. package/dist-es/commands/index.js +4 -0
  16. package/dist-es/models/models_0.js +124 -45
  17. package/dist-es/models/models_1.js +42 -1
  18. package/dist-es/pagination/ListContainerGroupDefinitionsPaginator.js +4 -0
  19. package/dist-es/pagination/index.js +1 -0
  20. package/dist-es/protocols/Aws_json1_1.js +129 -1
  21. package/dist-types/GameLift.d.ts +29 -0
  22. package/dist-types/GameLiftClient.d.ts +6 -2
  23. package/dist-types/commands/CreateContainerGroupDefinitionCommand.d.ts +262 -0
  24. package/dist-types/commands/CreateFleetCommand.d.ts +169 -29
  25. package/dist-types/commands/CreateFleetLocationsCommand.d.ts +14 -6
  26. package/dist-types/commands/DeleteContainerGroupDefinitionCommand.d.ts +94 -0
  27. package/dist-types/commands/DeleteFleetCommand.d.ts +5 -6
  28. package/dist-types/commands/DeregisterComputeCommand.d.ts +10 -2
  29. package/dist-types/commands/DescribeComputeCommand.d.ts +35 -6
  30. package/dist-types/commands/DescribeContainerGroupDefinitionCommand.d.ts +152 -0
  31. package/dist-types/commands/DescribeFleetAttributesCommand.d.ts +25 -7
  32. package/dist-types/commands/DescribeFleetCapacityCommand.d.ts +17 -7
  33. package/dist-types/commands/DescribeFleetEventsCommand.d.ts +1 -0
  34. package/dist-types/commands/DescribeFleetLocationCapacityCommand.d.ts +11 -3
  35. package/dist-types/commands/DescribeFleetPortSettingsCommand.d.ts +10 -9
  36. package/dist-types/commands/DescribeRuntimeConfigurationCommand.d.ts +7 -4
  37. package/dist-types/commands/GetComputeAccessCommand.d.ts +39 -14
  38. package/dist-types/commands/GetComputeAuthTokenCommand.d.ts +20 -6
  39. package/dist-types/commands/ListComputeCommand.d.ts +38 -8
  40. package/dist-types/commands/ListContainerGroupDefinitionsCommand.d.ts +156 -0
  41. package/dist-types/commands/ListFleetsCommand.d.ts +20 -19
  42. package/dist-types/commands/RegisterComputeCommand.d.ts +31 -8
  43. package/dist-types/commands/RequestUploadCredentialsCommand.d.ts +1 -1
  44. package/dist-types/commands/ResolveAliasCommand.d.ts +5 -1
  45. package/dist-types/commands/ResumeGameServerGroupCommand.d.ts +2 -1
  46. package/dist-types/commands/SearchGameSessionsCommand.d.ts +2 -2
  47. package/dist-types/commands/StartFleetActionsCommand.d.ts +1 -1
  48. package/dist-types/commands/StartGameSessionPlacementCommand.d.ts +1 -1
  49. package/dist-types/commands/StartMatchBackfillCommand.d.ts +1 -1
  50. package/dist-types/commands/StartMatchmakingCommand.d.ts +1 -1
  51. package/dist-types/commands/StopFleetActionsCommand.d.ts +3 -2
  52. package/dist-types/commands/StopGameSessionPlacementCommand.d.ts +1 -1
  53. package/dist-types/commands/StopMatchmakingCommand.d.ts +1 -1
  54. package/dist-types/commands/SuspendGameServerGroupCommand.d.ts +1 -1
  55. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  56. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  57. package/dist-types/commands/UpdateAliasCommand.d.ts +4 -5
  58. package/dist-types/commands/UpdateBuildCommand.d.ts +1 -1
  59. package/dist-types/commands/UpdateFleetAttributesCommand.d.ts +3 -4
  60. package/dist-types/commands/UpdateFleetCapacityCommand.d.ts +27 -30
  61. package/dist-types/commands/UpdateFleetPortSettingsCommand.d.ts +4 -2
  62. package/dist-types/commands/UpdateRuntimeConfigurationCommand.d.ts +16 -9
  63. package/dist-types/commands/index.d.ts +4 -0
  64. package/dist-types/models/models_0.d.ts +5561 -4910
  65. package/dist-types/models/models_1.d.ts +685 -7
  66. package/dist-types/pagination/ListContainerGroupDefinitionsPaginator.d.ts +7 -0
  67. package/dist-types/pagination/index.d.ts +1 -0
  68. package/dist-types/protocols/Aws_json1_1.d.ts +36 -0
  69. package/dist-types/ts3.4/GameLift.d.ts +69 -0
  70. package/dist-types/ts3.4/GameLiftClient.d.ts +24 -0
  71. package/dist-types/ts3.4/commands/CreateContainerGroupDefinitionCommand.d.ts +39 -0
  72. package/dist-types/ts3.4/commands/DeleteContainerGroupDefinitionCommand.d.ts +35 -0
  73. package/dist-types/ts3.4/commands/DescribeContainerGroupDefinitionCommand.d.ts +39 -0
  74. package/dist-types/ts3.4/commands/ListContainerGroupDefinitionsCommand.d.ts +39 -0
  75. package/dist-types/ts3.4/commands/ResumeGameServerGroupCommand.d.ts +2 -4
  76. package/dist-types/ts3.4/commands/SearchGameSessionsCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/StartFleetActionsCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/StartGameSessionPlacementCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/StartMatchBackfillCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/StartMatchmakingCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/StopFleetActionsCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/StopGameSessionPlacementCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/StopMatchmakingCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/SuspendGameServerGroupCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/UpdateBuildCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/UpdateFleetAttributesCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  91. package/dist-types/ts3.4/models/models_0.d.ts +232 -150
  92. package/dist-types/ts3.4/models/models_1.d.ts +158 -0
  93. package/dist-types/ts3.4/pagination/ListContainerGroupDefinitionsPaginator.d.ts +11 -0
  94. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  95. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +48 -0
  96. package/package.json +4 -4
@@ -1,27 +1,161 @@
1
1
  import {
2
+ Alias,
3
+ AnywhereConfiguration,
2
4
  BackfillMode,
3
5
  BalancingStrategy,
6
+ Build,
7
+ DesiredPlayerSession,
4
8
  FilterConfiguration,
9
+ FleetAction,
5
10
  FlexMatchMode,
6
11
  GameProperty,
7
12
  GameServer,
8
13
  GameServerGroup,
14
+ GameServerGroupAction,
9
15
  GameServerProtectionPolicy,
10
16
  GameServerUtilizationStatus,
11
17
  GameSession,
18
+ GameSessionPlacement,
12
19
  GameSessionQueue,
13
20
  GameSessionQueueDestination,
14
21
  InstanceDefinition,
15
22
  IpPermission,
16
23
  MatchmakingConfiguration,
24
+ MatchmakingTicket,
25
+ Player,
26
+ PlayerLatency,
17
27
  PlayerLatencyPolicy,
18
28
  PlayerSessionCreationPolicy,
19
29
  PriorityConfiguration,
20
30
  ProtectionPolicy,
31
+ ResourceCreationLimitPolicy,
32
+ RoutingStrategy,
21
33
  RuntimeConfiguration,
22
34
  S3Location,
23
35
  Script,
36
+ Tag,
24
37
  } from "./models_0";
38
+ export interface ResumeGameServerGroupOutput {
39
+ GameServerGroup?: GameServerGroup;
40
+ }
41
+ export interface SearchGameSessionsInput {
42
+ FleetId?: string;
43
+ AliasId?: string;
44
+ Location?: string;
45
+ FilterExpression?: string;
46
+ SortExpression?: string;
47
+ Limit?: number;
48
+ NextToken?: string;
49
+ }
50
+ export interface SearchGameSessionsOutput {
51
+ GameSessions?: GameSession[];
52
+ NextToken?: string;
53
+ }
54
+ export interface StartFleetActionsInput {
55
+ FleetId: string | undefined;
56
+ Actions: FleetAction[] | undefined;
57
+ Location?: string;
58
+ }
59
+ export interface StartFleetActionsOutput {
60
+ FleetId?: string;
61
+ FleetArn?: string;
62
+ }
63
+ export interface StartGameSessionPlacementInput {
64
+ PlacementId: string | undefined;
65
+ GameSessionQueueName: string | undefined;
66
+ GameProperties?: GameProperty[];
67
+ MaximumPlayerSessionCount: number | undefined;
68
+ GameSessionName?: string;
69
+ PlayerLatencies?: PlayerLatency[];
70
+ DesiredPlayerSessions?: DesiredPlayerSession[];
71
+ GameSessionData?: string;
72
+ }
73
+ export interface StartGameSessionPlacementOutput {
74
+ GameSessionPlacement?: GameSessionPlacement;
75
+ }
76
+ export interface StartMatchBackfillInput {
77
+ TicketId?: string;
78
+ ConfigurationName: string | undefined;
79
+ GameSessionArn?: string;
80
+ Players: Player[] | undefined;
81
+ }
82
+ export interface StartMatchBackfillOutput {
83
+ MatchmakingTicket?: MatchmakingTicket;
84
+ }
85
+ export interface StartMatchmakingInput {
86
+ TicketId?: string;
87
+ ConfigurationName: string | undefined;
88
+ Players: Player[] | undefined;
89
+ }
90
+ export interface StartMatchmakingOutput {
91
+ MatchmakingTicket?: MatchmakingTicket;
92
+ }
93
+ export interface StopFleetActionsInput {
94
+ FleetId: string | undefined;
95
+ Actions: FleetAction[] | undefined;
96
+ Location?: string;
97
+ }
98
+ export interface StopFleetActionsOutput {
99
+ FleetId?: string;
100
+ FleetArn?: string;
101
+ }
102
+ export interface StopGameSessionPlacementInput {
103
+ PlacementId: string | undefined;
104
+ }
105
+ export interface StopGameSessionPlacementOutput {
106
+ GameSessionPlacement?: GameSessionPlacement;
107
+ }
108
+ export interface StopMatchmakingInput {
109
+ TicketId: string | undefined;
110
+ }
111
+ export interface StopMatchmakingOutput {}
112
+ export interface SuspendGameServerGroupInput {
113
+ GameServerGroupName: string | undefined;
114
+ SuspendActions: GameServerGroupAction[] | undefined;
115
+ }
116
+ export interface SuspendGameServerGroupOutput {
117
+ GameServerGroup?: GameServerGroup;
118
+ }
119
+ export interface TagResourceRequest {
120
+ ResourceARN: string | undefined;
121
+ Tags: Tag[] | undefined;
122
+ }
123
+ export interface TagResourceResponse {}
124
+ export interface UntagResourceRequest {
125
+ ResourceARN: string | undefined;
126
+ TagKeys: string[] | undefined;
127
+ }
128
+ export interface UntagResourceResponse {}
129
+ export interface UpdateAliasInput {
130
+ AliasId: string | undefined;
131
+ Name?: string;
132
+ Description?: string;
133
+ RoutingStrategy?: RoutingStrategy;
134
+ }
135
+ export interface UpdateAliasOutput {
136
+ Alias?: Alias;
137
+ }
138
+ export interface UpdateBuildInput {
139
+ BuildId: string | undefined;
140
+ Name?: string;
141
+ Version?: string;
142
+ }
143
+ export interface UpdateBuildOutput {
144
+ Build?: Build;
145
+ }
146
+ export interface UpdateFleetAttributesInput {
147
+ FleetId: string | undefined;
148
+ Name?: string;
149
+ Description?: string;
150
+ NewGameSessionProtectionPolicy?: ProtectionPolicy;
151
+ ResourceCreationLimitPolicy?: ResourceCreationLimitPolicy;
152
+ MetricGroups?: string[];
153
+ AnywhereConfiguration?: AnywhereConfiguration;
154
+ }
155
+ export interface UpdateFleetAttributesOutput {
156
+ FleetId?: string;
157
+ FleetArn?: string;
158
+ }
25
159
  export interface UpdateFleetCapacityInput {
26
160
  FleetId: string | undefined;
27
161
  DesiredInstances?: number;
@@ -134,6 +268,30 @@ export interface ValidateMatchmakingRuleSetInput {
134
268
  export interface ValidateMatchmakingRuleSetOutput {
135
269
  Valid?: boolean;
136
270
  }
271
+ export declare const SearchGameSessionsOutputFilterSensitiveLog: (
272
+ obj: SearchGameSessionsOutput
273
+ ) => any;
274
+ export declare const StartGameSessionPlacementInputFilterSensitiveLog: (
275
+ obj: StartGameSessionPlacementInput
276
+ ) => any;
277
+ export declare const StartGameSessionPlacementOutputFilterSensitiveLog: (
278
+ obj: StartGameSessionPlacementOutput
279
+ ) => any;
280
+ export declare const StartMatchBackfillInputFilterSensitiveLog: (
281
+ obj: StartMatchBackfillInput
282
+ ) => any;
283
+ export declare const StartMatchBackfillOutputFilterSensitiveLog: (
284
+ obj: StartMatchBackfillOutput
285
+ ) => any;
286
+ export declare const StartMatchmakingInputFilterSensitiveLog: (
287
+ obj: StartMatchmakingInput
288
+ ) => any;
289
+ export declare const StartMatchmakingOutputFilterSensitiveLog: (
290
+ obj: StartMatchmakingOutput
291
+ ) => any;
292
+ export declare const StopGameSessionPlacementOutputFilterSensitiveLog: (
293
+ obj: StopGameSessionPlacementOutput
294
+ ) => any;
137
295
  export declare const UpdateFleetPortSettingsInputFilterSensitiveLog: (
138
296
  obj: UpdateFleetPortSettingsInput
139
297
  ) => any;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListContainerGroupDefinitionsCommandInput,
4
+ ListContainerGroupDefinitionsCommandOutput,
5
+ } from "../commands/ListContainerGroupDefinitionsCommand";
6
+ import { GameLiftPaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListContainerGroupDefinitions: (
8
+ config: GameLiftPaginationConfiguration,
9
+ input: ListContainerGroupDefinitionsCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListContainerGroupDefinitionsCommandOutput>;
@@ -16,6 +16,7 @@ export * from "./DescribeScalingPoliciesPaginator";
16
16
  export * from "./ListAliasesPaginator";
17
17
  export * from "./ListBuildsPaginator";
18
18
  export * from "./ListComputePaginator";
19
+ export * from "./ListContainerGroupDefinitionsPaginator";
19
20
  export * from "./ListFleetsPaginator";
20
21
  export * from "./ListGameServerGroupsPaginator";
21
22
  export * from "./ListGameServersPaginator";
@@ -19,6 +19,10 @@ import {
19
19
  CreateBuildCommandInput,
20
20
  CreateBuildCommandOutput,
21
21
  } from "../commands/CreateBuildCommand";
22
+ import {
23
+ CreateContainerGroupDefinitionCommandInput,
24
+ CreateContainerGroupDefinitionCommandOutput,
25
+ } from "../commands/CreateContainerGroupDefinitionCommand";
22
26
  import {
23
27
  CreateFleetCommandInput,
24
28
  CreateFleetCommandOutput,
@@ -79,6 +83,10 @@ import {
79
83
  DeleteBuildCommandInput,
80
84
  DeleteBuildCommandOutput,
81
85
  } from "../commands/DeleteBuildCommand";
86
+ import {
87
+ DeleteContainerGroupDefinitionCommandInput,
88
+ DeleteContainerGroupDefinitionCommandOutput,
89
+ } from "../commands/DeleteContainerGroupDefinitionCommand";
82
90
  import {
83
91
  DeleteFleetCommandInput,
84
92
  DeleteFleetCommandOutput,
@@ -143,6 +151,10 @@ import {
143
151
  DescribeComputeCommandInput,
144
152
  DescribeComputeCommandOutput,
145
153
  } from "../commands/DescribeComputeCommand";
154
+ import {
155
+ DescribeContainerGroupDefinitionCommandInput,
156
+ DescribeContainerGroupDefinitionCommandOutput,
157
+ } from "../commands/DescribeContainerGroupDefinitionCommand";
146
158
  import {
147
159
  DescribeEC2InstanceLimitsCommandInput,
148
160
  DescribeEC2InstanceLimitsCommandOutput,
@@ -275,6 +287,10 @@ import {
275
287
  ListComputeCommandInput,
276
288
  ListComputeCommandOutput,
277
289
  } from "../commands/ListComputeCommand";
290
+ import {
291
+ ListContainerGroupDefinitionsCommandInput,
292
+ ListContainerGroupDefinitionsCommandOutput,
293
+ } from "../commands/ListContainerGroupDefinitionsCommand";
278
294
  import {
279
295
  ListFleetsCommandInput,
280
296
  ListFleetsCommandOutput,
@@ -435,6 +451,10 @@ export declare const se_CreateBuildCommand: (
435
451
  input: CreateBuildCommandInput,
436
452
  context: __SerdeContext
437
453
  ) => Promise<__HttpRequest>;
454
+ export declare const se_CreateContainerGroupDefinitionCommand: (
455
+ input: CreateContainerGroupDefinitionCommandInput,
456
+ context: __SerdeContext
457
+ ) => Promise<__HttpRequest>;
438
458
  export declare const se_CreateFleetCommand: (
439
459
  input: CreateFleetCommandInput,
440
460
  context: __SerdeContext
@@ -495,6 +515,10 @@ export declare const se_DeleteBuildCommand: (
495
515
  input: DeleteBuildCommandInput,
496
516
  context: __SerdeContext
497
517
  ) => Promise<__HttpRequest>;
518
+ export declare const se_DeleteContainerGroupDefinitionCommand: (
519
+ input: DeleteContainerGroupDefinitionCommandInput,
520
+ context: __SerdeContext
521
+ ) => Promise<__HttpRequest>;
498
522
  export declare const se_DeleteFleetCommand: (
499
523
  input: DeleteFleetCommandInput,
500
524
  context: __SerdeContext
@@ -559,6 +583,10 @@ export declare const se_DescribeComputeCommand: (
559
583
  input: DescribeComputeCommandInput,
560
584
  context: __SerdeContext
561
585
  ) => Promise<__HttpRequest>;
586
+ export declare const se_DescribeContainerGroupDefinitionCommand: (
587
+ input: DescribeContainerGroupDefinitionCommandInput,
588
+ context: __SerdeContext
589
+ ) => Promise<__HttpRequest>;
562
590
  export declare const se_DescribeEC2InstanceLimitsCommand: (
563
591
  input: DescribeEC2InstanceLimitsCommandInput,
564
592
  context: __SerdeContext
@@ -691,6 +719,10 @@ export declare const se_ListComputeCommand: (
691
719
  input: ListComputeCommandInput,
692
720
  context: __SerdeContext
693
721
  ) => Promise<__HttpRequest>;
722
+ export declare const se_ListContainerGroupDefinitionsCommand: (
723
+ input: ListContainerGroupDefinitionsCommandInput,
724
+ context: __SerdeContext
725
+ ) => Promise<__HttpRequest>;
694
726
  export declare const se_ListFleetsCommand: (
695
727
  input: ListFleetsCommandInput,
696
728
  context: __SerdeContext
@@ -851,6 +883,10 @@ export declare const de_CreateBuildCommand: (
851
883
  output: __HttpResponse,
852
884
  context: __SerdeContext
853
885
  ) => Promise<CreateBuildCommandOutput>;
886
+ export declare const de_CreateContainerGroupDefinitionCommand: (
887
+ output: __HttpResponse,
888
+ context: __SerdeContext
889
+ ) => Promise<CreateContainerGroupDefinitionCommandOutput>;
854
890
  export declare const de_CreateFleetCommand: (
855
891
  output: __HttpResponse,
856
892
  context: __SerdeContext
@@ -911,6 +947,10 @@ export declare const de_DeleteBuildCommand: (
911
947
  output: __HttpResponse,
912
948
  context: __SerdeContext
913
949
  ) => Promise<DeleteBuildCommandOutput>;
950
+ export declare const de_DeleteContainerGroupDefinitionCommand: (
951
+ output: __HttpResponse,
952
+ context: __SerdeContext
953
+ ) => Promise<DeleteContainerGroupDefinitionCommandOutput>;
914
954
  export declare const de_DeleteFleetCommand: (
915
955
  output: __HttpResponse,
916
956
  context: __SerdeContext
@@ -975,6 +1015,10 @@ export declare const de_DescribeComputeCommand: (
975
1015
  output: __HttpResponse,
976
1016
  context: __SerdeContext
977
1017
  ) => Promise<DescribeComputeCommandOutput>;
1018
+ export declare const de_DescribeContainerGroupDefinitionCommand: (
1019
+ output: __HttpResponse,
1020
+ context: __SerdeContext
1021
+ ) => Promise<DescribeContainerGroupDefinitionCommandOutput>;
978
1022
  export declare const de_DescribeEC2InstanceLimitsCommand: (
979
1023
  output: __HttpResponse,
980
1024
  context: __SerdeContext
@@ -1107,6 +1151,10 @@ export declare const de_ListComputeCommand: (
1107
1151
  output: __HttpResponse,
1108
1152
  context: __SerdeContext
1109
1153
  ) => Promise<ListComputeCommandOutput>;
1154
+ export declare const de_ListContainerGroupDefinitionsCommand: (
1155
+ output: __HttpResponse,
1156
+ context: __SerdeContext
1157
+ ) => Promise<ListContainerGroupDefinitionsCommandOutput>;
1110
1158
  export declare const de_ListFleetsCommand: (
1111
1159
  output: __HttpResponse,
1112
1160
  context: __SerdeContext
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.554.0",
4
+ "version": "3.562.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-gamelift",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.554.0",
24
- "@aws-sdk/core": "3.554.0",
25
- "@aws-sdk/credential-provider-node": "3.554.0",
23
+ "@aws-sdk/client-sts": "3.556.0",
24
+ "@aws-sdk/core": "3.556.0",
25
+ "@aws-sdk/credential-provider-node": "3.556.0",
26
26
  "@aws-sdk/middleware-host-header": "3.535.0",
27
27
  "@aws-sdk/middleware-logger": "3.535.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.535.0",