@aws-sdk/client-gamelift 3.51.0 → 3.54.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +33 -0
- package/README.md +5 -5
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/GameLiftServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +217 -6
- package/dist-cjs/protocols/Aws_json1_1.js +951 -3696
- package/dist-es/index.js +1 -0
- package/dist-es/models/GameLiftServiceException.js +12 -0
- package/dist-es/models/models_0.js +197 -1
- package/dist-es/protocols/Aws_json1_1.js +2150 -4047
- package/dist-types/GameLift.d.ts +183 -126
- package/dist-types/GameLiftClient.d.ts +7 -7
- package/dist-types/commands/CreateAliasCommand.d.ts +1 -1
- package/dist-types/commands/CreateBuildCommand.d.ts +4 -4
- package/dist-types/commands/CreateFleetCommand.d.ts +6 -3
- package/dist-types/commands/CreateFleetLocationsCommand.d.ts +1 -1
- package/dist-types/commands/CreateGameServerGroupCommand.d.ts +6 -6
- package/dist-types/commands/CreateGameSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateGameSessionQueueCommand.d.ts +13 -6
- package/dist-types/commands/CreateMatchmakingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreatePlayerSessionCommand.d.ts +3 -1
- package/dist-types/commands/CreatePlayerSessionsCommand.d.ts +3 -1
- package/dist-types/commands/CreateScriptCommand.d.ts +6 -6
- package/dist-types/commands/CreateVpcPeeringAuthorizationCommand.d.ts +12 -12
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +8 -8
- package/dist-types/commands/DeleteGameSessionQueueCommand.d.ts +10 -5
- package/dist-types/commands/DeleteScriptCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpcPeeringConnectionCommand.d.ts +2 -2
- package/dist-types/commands/DescribeEC2InstanceLimitsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeGameSessionDetailsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGameSessionPlacementCommand.d.ts +10 -2
- package/dist-types/commands/DescribeGameSessionQueuesCommand.d.ts +8 -4
- package/dist-types/commands/DescribeGameSessionsCommand.d.ts +16 -2
- package/dist-types/commands/DescribeMatchmakingCommand.d.ts +2 -2
- package/dist-types/commands/DescribePlayerSessionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeScriptCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcPeeringAuthorizationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +2 -2
- package/dist-types/commands/GetGameSessionLogUrlCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceAccessCommand.d.ts +1 -1
- package/dist-types/commands/ListAliasesCommand.d.ts +1 -1
- package/dist-types/commands/ListBuildsCommand.d.ts +1 -1
- package/dist-types/commands/ListFleetsCommand.d.ts +1 -1
- package/dist-types/commands/ListGameServerGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListScriptsCommand.d.ts +2 -2
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -4
- package/dist-types/commands/PutScalingPolicyCommand.d.ts +4 -4
- package/dist-types/commands/RequestUploadCredentialsCommand.d.ts +1 -1
- package/dist-types/commands/SearchGameSessionsCommand.d.ts +7 -0
- package/dist-types/commands/StartGameSessionPlacementCommand.d.ts +5 -5
- package/dist-types/commands/StartMatchBackfillCommand.d.ts +1 -0
- package/dist-types/commands/StartMatchmakingCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +5 -5
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -4
- package/dist-types/commands/UpdateFleetCapacityCommand.d.ts +2 -2
- package/dist-types/commands/UpdateGameSessionQueueCommand.d.ts +8 -4
- package/dist-types/commands/UpdateScriptCommand.d.ts +2 -2
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/GameLiftServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +409 -305
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/GameLiftClient.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/GameLiftServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +77 -46
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/package.json +33 -33
|
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: GameLiftClientConfig) => {
|
|
|
8
8
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
10
10
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
11
|
-
bodyLengthChecker: (
|
|
11
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
12
12
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
13
13
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
14
14
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: GameLiftClientConfig) => {
|
|
|
8
8
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
10
10
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
11
|
-
bodyLengthChecker: (
|
|
11
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
12
12
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
13
13
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
14
14
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: GameLiftClientConfig) => {
|
|
|
8
8
|
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
apiVersion: string;
|
|
10
10
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
11
|
-
bodyLengthChecker: (
|
|
11
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
12
12
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
13
13
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
14
14
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
@@ -5,7 +5,7 @@ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-s
|
|
|
5
5
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
6
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
7
|
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
-
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
8
|
+
import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
9
|
import { AcceptMatchCommandInput, AcceptMatchCommandOutput } from "./commands/AcceptMatchCommand";
|
|
10
10
|
import { ClaimGameServerCommandInput, ClaimGameServerCommandOutput } from "./commands/ClaimGameServerCommand";
|
|
11
11
|
import { CreateAliasCommandInput, CreateAliasCommandOutput } from "./commands/CreateAliasCommand";
|
|
@@ -111,7 +111,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
111
111
|
|
|
112
112
|
urlParser?: __UrlParser;
|
|
113
113
|
|
|
114
|
-
bodyLengthChecker?:
|
|
114
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
115
115
|
|
|
116
116
|
streamCollector?: __StreamCollector;
|
|
117
117
|
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
|
+
|
|
3
|
+
export declare class GameLiftServiceException extends __ServiceException {
|
|
4
|
+
|
|
5
|
+
constructor(options: __ServiceExceptionOptions);
|
|
6
|
+
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { GameLiftServiceException as __BaseException } from "./GameLiftServiceException";
|
|
2
3
|
export declare type AcceptanceType = "ACCEPT" | "REJECT";
|
|
3
4
|
|
|
4
5
|
export interface AcceptMatchInput {
|
|
@@ -20,28 +21,36 @@ export declare namespace AcceptMatchOutput {
|
|
|
20
21
|
const filterSensitiveLog: (obj: AcceptMatchOutput) => any;
|
|
21
22
|
}
|
|
22
23
|
|
|
23
|
-
export
|
|
24
|
-
name: "InternalServiceException";
|
|
25
|
-
$fault: "server";
|
|
24
|
+
export declare class InternalServiceException extends __BaseException {
|
|
25
|
+
readonly name: "InternalServiceException";
|
|
26
|
+
readonly $fault: "server";
|
|
26
27
|
Message?: string;
|
|
28
|
+
|
|
29
|
+
constructor(opts: __ExceptionOptionType<InternalServiceException, __BaseException>);
|
|
27
30
|
}
|
|
28
31
|
|
|
29
|
-
export
|
|
30
|
-
name: "InvalidRequestException";
|
|
31
|
-
$fault: "client";
|
|
32
|
+
export declare class InvalidRequestException extends __BaseException {
|
|
33
|
+
readonly name: "InvalidRequestException";
|
|
34
|
+
readonly $fault: "client";
|
|
32
35
|
Message?: string;
|
|
36
|
+
|
|
37
|
+
constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
|
|
33
38
|
}
|
|
34
39
|
|
|
35
|
-
export
|
|
36
|
-
name: "NotFoundException";
|
|
37
|
-
$fault: "client";
|
|
40
|
+
export declare class NotFoundException extends __BaseException {
|
|
41
|
+
readonly name: "NotFoundException";
|
|
42
|
+
readonly $fault: "client";
|
|
38
43
|
Message?: string;
|
|
44
|
+
|
|
45
|
+
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
|
|
39
46
|
}
|
|
40
47
|
|
|
41
|
-
export
|
|
42
|
-
name: "UnsupportedRegionException";
|
|
43
|
-
$fault: "client";
|
|
48
|
+
export declare class UnsupportedRegionException extends __BaseException {
|
|
49
|
+
readonly name: "UnsupportedRegionException";
|
|
50
|
+
readonly $fault: "client";
|
|
44
51
|
Message?: string;
|
|
52
|
+
|
|
53
|
+
constructor(opts: __ExceptionOptionType<UnsupportedRegionException, __BaseException>);
|
|
45
54
|
}
|
|
46
55
|
export declare enum RoutingStrategyType {
|
|
47
56
|
SIMPLE = "SIMPLE",
|
|
@@ -223,22 +232,28 @@ export declare namespace ClaimGameServerOutput {
|
|
|
223
232
|
const filterSensitiveLog: (obj: ClaimGameServerOutput) => any;
|
|
224
233
|
}
|
|
225
234
|
|
|
226
|
-
export
|
|
227
|
-
name: "ConflictException";
|
|
228
|
-
$fault: "client";
|
|
235
|
+
export declare class ConflictException extends __BaseException {
|
|
236
|
+
readonly name: "ConflictException";
|
|
237
|
+
readonly $fault: "client";
|
|
229
238
|
Message?: string;
|
|
239
|
+
|
|
240
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
230
241
|
}
|
|
231
242
|
|
|
232
|
-
export
|
|
233
|
-
name: "OutOfCapacityException";
|
|
234
|
-
$fault: "client";
|
|
243
|
+
export declare class OutOfCapacityException extends __BaseException {
|
|
244
|
+
readonly name: "OutOfCapacityException";
|
|
245
|
+
readonly $fault: "client";
|
|
235
246
|
Message?: string;
|
|
247
|
+
|
|
248
|
+
constructor(opts: __ExceptionOptionType<OutOfCapacityException, __BaseException>);
|
|
236
249
|
}
|
|
237
250
|
|
|
238
|
-
export
|
|
239
|
-
name: "UnauthorizedException";
|
|
240
|
-
$fault: "client";
|
|
251
|
+
export declare class UnauthorizedException extends __BaseException {
|
|
252
|
+
readonly name: "UnauthorizedException";
|
|
253
|
+
readonly $fault: "client";
|
|
241
254
|
Message?: string;
|
|
255
|
+
|
|
256
|
+
constructor(opts: __ExceptionOptionType<UnauthorizedException, __BaseException>);
|
|
242
257
|
}
|
|
243
258
|
export declare enum ComparisonOperatorType {
|
|
244
259
|
GreaterThanOrEqualToThreshold = "GreaterThanOrEqualToThreshold",
|
|
@@ -282,16 +297,20 @@ export declare namespace CreateAliasOutput {
|
|
|
282
297
|
const filterSensitiveLog: (obj: CreateAliasOutput) => any;
|
|
283
298
|
}
|
|
284
299
|
|
|
285
|
-
export
|
|
286
|
-
name: "LimitExceededException";
|
|
287
|
-
$fault: "client";
|
|
300
|
+
export declare class LimitExceededException extends __BaseException {
|
|
301
|
+
readonly name: "LimitExceededException";
|
|
302
|
+
readonly $fault: "client";
|
|
288
303
|
Message?: string;
|
|
304
|
+
|
|
305
|
+
constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
|
|
289
306
|
}
|
|
290
307
|
|
|
291
|
-
export
|
|
292
|
-
name: "TaggingFailedException";
|
|
293
|
-
$fault: "client";
|
|
308
|
+
export declare class TaggingFailedException extends __BaseException {
|
|
309
|
+
readonly name: "TaggingFailedException";
|
|
310
|
+
readonly $fault: "client";
|
|
294
311
|
Message?: string;
|
|
312
|
+
|
|
313
|
+
constructor(opts: __ExceptionOptionType<TaggingFailedException, __BaseException>);
|
|
295
314
|
}
|
|
296
315
|
|
|
297
316
|
export interface S3Location {
|
|
@@ -573,10 +592,12 @@ export declare namespace CreateFleetLocationsOutput {
|
|
|
573
592
|
const filterSensitiveLog: (obj: CreateFleetLocationsOutput) => any;
|
|
574
593
|
}
|
|
575
594
|
|
|
576
|
-
export
|
|
577
|
-
name: "InvalidFleetStatusException";
|
|
578
|
-
$fault: "client";
|
|
595
|
+
export declare class InvalidFleetStatusException extends __BaseException {
|
|
596
|
+
readonly name: "InvalidFleetStatusException";
|
|
597
|
+
readonly $fault: "client";
|
|
579
598
|
Message?: string;
|
|
599
|
+
|
|
600
|
+
constructor(opts: __ExceptionOptionType<InvalidFleetStatusException, __BaseException>);
|
|
580
601
|
}
|
|
581
602
|
|
|
582
603
|
export interface TargetTrackingConfiguration {
|
|
@@ -813,22 +834,28 @@ export declare namespace CreateGameSessionOutput {
|
|
|
813
834
|
const filterSensitiveLog: (obj: CreateGameSessionOutput) => any;
|
|
814
835
|
}
|
|
815
836
|
|
|
816
|
-
export
|
|
817
|
-
name: "FleetCapacityExceededException";
|
|
818
|
-
$fault: "client";
|
|
837
|
+
export declare class FleetCapacityExceededException extends __BaseException {
|
|
838
|
+
readonly name: "FleetCapacityExceededException";
|
|
839
|
+
readonly $fault: "client";
|
|
819
840
|
Message?: string;
|
|
841
|
+
|
|
842
|
+
constructor(opts: __ExceptionOptionType<FleetCapacityExceededException, __BaseException>);
|
|
820
843
|
}
|
|
821
844
|
|
|
822
|
-
export
|
|
823
|
-
name: "IdempotentParameterMismatchException";
|
|
824
|
-
$fault: "client";
|
|
845
|
+
export declare class IdempotentParameterMismatchException extends __BaseException {
|
|
846
|
+
readonly name: "IdempotentParameterMismatchException";
|
|
847
|
+
readonly $fault: "client";
|
|
825
848
|
Message?: string;
|
|
849
|
+
|
|
850
|
+
constructor(opts: __ExceptionOptionType<IdempotentParameterMismatchException, __BaseException>);
|
|
826
851
|
}
|
|
827
852
|
|
|
828
|
-
export
|
|
829
|
-
name: "TerminalRoutingStrategyException";
|
|
830
|
-
$fault: "client";
|
|
853
|
+
export declare class TerminalRoutingStrategyException extends __BaseException {
|
|
854
|
+
readonly name: "TerminalRoutingStrategyException";
|
|
855
|
+
readonly $fault: "client";
|
|
831
856
|
Message?: string;
|
|
857
|
+
|
|
858
|
+
constructor(opts: __ExceptionOptionType<TerminalRoutingStrategyException, __BaseException>);
|
|
832
859
|
}
|
|
833
860
|
|
|
834
861
|
export interface GameSessionQueueDestination {
|
|
@@ -1123,16 +1150,20 @@ export declare namespace CreatePlayerSessionOutput {
|
|
|
1123
1150
|
const filterSensitiveLog: (obj: CreatePlayerSessionOutput) => any;
|
|
1124
1151
|
}
|
|
1125
1152
|
|
|
1126
|
-
export
|
|
1127
|
-
name: "GameSessionFullException";
|
|
1128
|
-
$fault: "client";
|
|
1153
|
+
export declare class GameSessionFullException extends __BaseException {
|
|
1154
|
+
readonly name: "GameSessionFullException";
|
|
1155
|
+
readonly $fault: "client";
|
|
1129
1156
|
Message?: string;
|
|
1157
|
+
|
|
1158
|
+
constructor(opts: __ExceptionOptionType<GameSessionFullException, __BaseException>);
|
|
1130
1159
|
}
|
|
1131
1160
|
|
|
1132
|
-
export
|
|
1133
|
-
name: "InvalidGameSessionStatusException";
|
|
1134
|
-
$fault: "client";
|
|
1161
|
+
export declare class InvalidGameSessionStatusException extends __BaseException {
|
|
1162
|
+
readonly name: "InvalidGameSessionStatusException";
|
|
1163
|
+
readonly $fault: "client";
|
|
1135
1164
|
Message?: string;
|
|
1165
|
+
|
|
1166
|
+
constructor(opts: __ExceptionOptionType<InvalidGameSessionStatusException, __BaseException>);
|
|
1136
1167
|
}
|
|
1137
1168
|
|
|
1138
1169
|
export interface CreatePlayerSessionsInput {
|
|
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: GameLiftClientConfig) => {
|
|
|
6
6
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
-
bodyLengthChecker: (
|
|
9
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: GameLiftClientConfig) => {
|
|
|
6
6
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
-
bodyLengthChecker: (
|
|
9
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: GameLiftClientConfig) => {
|
|
|
6
6
|
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
7
7
|
apiVersion: string;
|
|
8
8
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
9
|
-
bodyLengthChecker: (
|
|
9
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
10
10
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
11
11
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
12
12
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
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.
|
|
4
|
+
"version": "3.54.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"build:es": "tsc -p tsconfig.es.json",
|
|
10
10
|
"build:types": "tsc -p tsconfig.types.json",
|
|
11
11
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
|
-
"clean": "rimraf ./dist-*"
|
|
12
|
+
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo"
|
|
13
13
|
},
|
|
14
14
|
"main": "./dist-cjs/index.js",
|
|
15
15
|
"types": "./dist-types/index.d.ts",
|
|
@@ -18,40 +18,40 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-retry": "3.
|
|
31
|
-
"@aws-sdk/middleware-serde": "3.
|
|
32
|
-
"@aws-sdk/middleware-signing": "3.
|
|
33
|
-
"@aws-sdk/middleware-stack": "3.
|
|
34
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
35
|
-
"@aws-sdk/node-config-provider": "3.
|
|
36
|
-
"@aws-sdk/node-http-handler": "3.
|
|
37
|
-
"@aws-sdk/protocol-http": "3.
|
|
38
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
-
"@aws-sdk/types": "3.
|
|
40
|
-
"@aws-sdk/url-parser": "3.
|
|
41
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
42
|
-
"@aws-sdk/util-base64-node": "3.
|
|
43
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
44
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
45
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
47
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
49
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
50
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.54.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.54.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.54.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.54.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.54.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.54.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.54.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.54.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.54.0",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.54.0",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.54.0",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.54.0",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.54.0",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.54.0",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.54.0",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.54.0",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.54.0",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.54.0",
|
|
39
|
+
"@aws-sdk/types": "3.54.0",
|
|
40
|
+
"@aws-sdk/url-parser": "3.54.0",
|
|
41
|
+
"@aws-sdk/util-base64-browser": "3.52.0",
|
|
42
|
+
"@aws-sdk/util-base64-node": "3.52.0",
|
|
43
|
+
"@aws-sdk/util-body-length-browser": "3.54.0",
|
|
44
|
+
"@aws-sdk/util-body-length-node": "3.54.0",
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.54.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.54.0",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.54.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.54.0",
|
|
49
|
+
"@aws-sdk/util-utf8-browser": "3.52.0",
|
|
50
|
+
"@aws-sdk/util-utf8-node": "3.52.0",
|
|
51
51
|
"tslib": "^2.3.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
54
|
+
"@aws-sdk/service-client-documentation-generator": "3.52.0",
|
|
55
55
|
"@tsconfig/recommended": "1.0.1",
|
|
56
56
|
"@types/node": "^12.7.5",
|
|
57
57
|
"concurrently": "7.0.0",
|