@aws-sdk/client-gamelift 3.50.0 → 3.51.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 +8 -0
- package/dist-types/ts3.4/GameLift.d.ts +480 -0
- package/dist-types/ts3.4/GameLiftClient.d.ts +168 -0
- package/dist-types/ts3.4/commands/AcceptMatchCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ClaimGameServerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateBuildCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateFleetLocationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateGameServerGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateGameSessionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateGameSessionQueueCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateMatchmakingConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateMatchmakingRuleSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePlayerSessionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePlayerSessionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateScriptCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateVpcPeeringAuthorizationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteBuildCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFleetLocationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteGameServerGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteGameSessionQueueCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteMatchmakingConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteMatchmakingRuleSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteScalingPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteScriptCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteVpcPeeringAuthorizationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteVpcPeeringConnectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeregisterGameServerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAliasCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeBuildCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEC2InstanceLimitsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFleetAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFleetCapacityCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFleetEventsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFleetLocationAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFleetLocationCapacityCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFleetLocationUtilizationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFleetPortSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFleetUtilizationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeGameServerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeGameServerGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeGameServerInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeGameSessionDetailsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeGameSessionPlacementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeGameSessionQueuesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeGameSessionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeMatchmakingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeMatchmakingConfigurationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeMatchmakingRuleSetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePlayerSessionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeRuntimeConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeScalingPoliciesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeScriptCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeVpcPeeringAuthorizationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetGameSessionLogUrlCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetInstanceAccessCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListBuildsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListGameServerGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListGameServersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListScriptsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutScalingPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterGameServerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RequestUploadCredentialsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ResolveAliasCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ResumeGameServerGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SearchGameSessionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartFleetActionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartGameSessionPlacementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartMatchBackfillCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartMatchmakingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopFleetActionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopGameSessionPlacementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopMatchmakingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SuspendGameServerGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateBuildCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateFleetAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateFleetCapacityCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateFleetPortSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateGameServerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateGameServerGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateGameSessionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateGameSessionQueueCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateMatchmakingConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateRuntimeConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateScriptCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ValidateMatchmakingRuleSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +95 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +5 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +3472 -0
- package/dist-types/ts3.4/pagination/DescribeFleetAttributesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeFleetCapacityPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeFleetEventsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeFleetLocationAttributesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeFleetUtilizationPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeGameServerInstancesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeGameSessionDetailsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeGameSessionQueuesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeGameSessionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeInstancesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeMatchmakingConfigurationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeMatchmakingRuleSetsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribePlayerSessionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeScalingPoliciesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListAliasesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListBuildsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListFleetsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListGameServerGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListGameServersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListScriptsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/SearchGameSessionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +22 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +287 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +8 -8
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { GameLiftClientConfig } from "./GameLiftClient";
|
|
2
|
+
|
|
3
|
+
export declare const getRuntimeConfig: (config: GameLiftClientConfig) => {
|
|
4
|
+
runtime: string;
|
|
5
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
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
|
+
apiVersion: string;
|
|
8
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
9
|
+
bodyLengthChecker: (body: any) => number | undefined;
|
|
10
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
11
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
12
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
13
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
14
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
15
|
+
disableHostPrefix: boolean;
|
|
16
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
17
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
18
|
+
logger: import("@aws-sdk/types").Logger;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
|
+
serviceId: string;
|
|
22
|
+
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
23
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
27
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
|
+
tls?: boolean | undefined;
|
|
29
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
30
|
+
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
31
|
+
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
32
|
+
signingEscapePath?: boolean | undefined;
|
|
33
|
+
systemClockOffset?: number | undefined;
|
|
34
|
+
signingRegion?: string | undefined;
|
|
35
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
36
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
37
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Logger as __Logger } from "@aws-sdk/types";
|
|
2
|
+
import { GameLiftClientConfig } from "./GameLiftClient";
|
|
3
|
+
|
|
4
|
+
export declare const getRuntimeConfig: (config: GameLiftClientConfig) => {
|
|
5
|
+
apiVersion: string;
|
|
6
|
+
disableHostPrefix: boolean;
|
|
7
|
+
logger: __Logger;
|
|
8
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
9
|
+
serviceId: string;
|
|
10
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
11
|
+
};
|
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.51.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",
|
|
@@ -18,21 +18,21 @@
|
|
|
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.
|
|
21
|
+
"@aws-sdk/client-sts": "3.51.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.51.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.51.0",
|
|
24
24
|
"@aws-sdk/fetch-http-handler": "3.50.0",
|
|
25
25
|
"@aws-sdk/hash-node": "3.50.0",
|
|
26
26
|
"@aws-sdk/invalid-dependency": "3.50.0",
|
|
27
27
|
"@aws-sdk/middleware-content-length": "3.50.0",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "3.50.0",
|
|
29
29
|
"@aws-sdk/middleware-logger": "3.50.0",
|
|
30
|
-
"@aws-sdk/middleware-retry": "3.
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.51.0",
|
|
31
31
|
"@aws-sdk/middleware-serde": "3.50.0",
|
|
32
32
|
"@aws-sdk/middleware-signing": "3.50.0",
|
|
33
33
|
"@aws-sdk/middleware-stack": "3.50.0",
|
|
34
34
|
"@aws-sdk/middleware-user-agent": "3.50.0",
|
|
35
|
-
"@aws-sdk/node-config-provider": "3.
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.51.0",
|
|
36
36
|
"@aws-sdk/node-http-handler": "3.50.0",
|
|
37
37
|
"@aws-sdk/protocol-http": "3.50.0",
|
|
38
38
|
"@aws-sdk/smithy-client": "3.50.0",
|
|
@@ -43,9 +43,9 @@
|
|
|
43
43
|
"@aws-sdk/util-body-length-browser": "3.49.0",
|
|
44
44
|
"@aws-sdk/util-body-length-node": "3.49.0",
|
|
45
45
|
"@aws-sdk/util-defaults-mode-browser": "3.50.0",
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.51.0",
|
|
47
47
|
"@aws-sdk/util-user-agent-browser": "3.50.0",
|
|
48
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.51.0",
|
|
49
49
|
"@aws-sdk/util-utf8-browser": "3.49.0",
|
|
50
50
|
"@aws-sdk/util-utf8-node": "3.49.0",
|
|
51
51
|
"tslib": "^2.3.0"
|