@aws-sdk/client-gamelift 3.183.0 → 3.185.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 +11 -0
- package/dist-cjs/protocols/Aws_json1_1.js +2 -2
- package/dist-es/GameLift.js +389 -382
- package/dist-es/GameLiftClient.js +28 -22
- package/dist-es/commands/AcceptMatchCommand.js +28 -21
- package/dist-es/commands/ClaimGameServerCommand.js +28 -21
- package/dist-es/commands/CreateAliasCommand.js +28 -21
- package/dist-es/commands/CreateBuildCommand.js +28 -21
- package/dist-es/commands/CreateFleetCommand.js +28 -21
- package/dist-es/commands/CreateFleetLocationsCommand.js +28 -21
- package/dist-es/commands/CreateGameServerGroupCommand.js +28 -21
- package/dist-es/commands/CreateGameSessionCommand.js +28 -21
- package/dist-es/commands/CreateGameSessionQueueCommand.js +28 -21
- package/dist-es/commands/CreateMatchmakingConfigurationCommand.js +28 -21
- package/dist-es/commands/CreateMatchmakingRuleSetCommand.js +28 -21
- package/dist-es/commands/CreatePlayerSessionCommand.js +28 -21
- package/dist-es/commands/CreatePlayerSessionsCommand.js +28 -21
- package/dist-es/commands/CreateScriptCommand.js +28 -21
- package/dist-es/commands/CreateVpcPeeringAuthorizationCommand.js +28 -21
- package/dist-es/commands/CreateVpcPeeringConnectionCommand.js +28 -21
- package/dist-es/commands/DeleteAliasCommand.js +29 -22
- package/dist-es/commands/DeleteBuildCommand.js +29 -22
- package/dist-es/commands/DeleteFleetCommand.js +29 -22
- package/dist-es/commands/DeleteFleetLocationsCommand.js +28 -21
- package/dist-es/commands/DeleteGameServerGroupCommand.js +28 -21
- package/dist-es/commands/DeleteGameSessionQueueCommand.js +28 -21
- package/dist-es/commands/DeleteMatchmakingConfigurationCommand.js +28 -21
- package/dist-es/commands/DeleteMatchmakingRuleSetCommand.js +28 -21
- package/dist-es/commands/DeleteScalingPolicyCommand.js +29 -22
- package/dist-es/commands/DeleteScriptCommand.js +29 -22
- package/dist-es/commands/DeleteVpcPeeringAuthorizationCommand.js +28 -21
- package/dist-es/commands/DeleteVpcPeeringConnectionCommand.js +28 -21
- package/dist-es/commands/DeregisterGameServerCommand.js +29 -22
- package/dist-es/commands/DescribeAliasCommand.js +28 -21
- package/dist-es/commands/DescribeBuildCommand.js +28 -21
- package/dist-es/commands/DescribeEC2InstanceLimitsCommand.js +28 -21
- package/dist-es/commands/DescribeFleetAttributesCommand.js +28 -21
- package/dist-es/commands/DescribeFleetCapacityCommand.js +28 -21
- package/dist-es/commands/DescribeFleetEventsCommand.js +28 -21
- package/dist-es/commands/DescribeFleetLocationAttributesCommand.js +28 -21
- package/dist-es/commands/DescribeFleetLocationCapacityCommand.js +28 -21
- package/dist-es/commands/DescribeFleetLocationUtilizationCommand.js +28 -21
- package/dist-es/commands/DescribeFleetPortSettingsCommand.js +28 -21
- package/dist-es/commands/DescribeFleetUtilizationCommand.js +28 -21
- package/dist-es/commands/DescribeGameServerCommand.js +28 -21
- package/dist-es/commands/DescribeGameServerGroupCommand.js +28 -21
- package/dist-es/commands/DescribeGameServerInstancesCommand.js +28 -21
- package/dist-es/commands/DescribeGameSessionDetailsCommand.js +28 -21
- package/dist-es/commands/DescribeGameSessionPlacementCommand.js +28 -21
- package/dist-es/commands/DescribeGameSessionQueuesCommand.js +28 -21
- package/dist-es/commands/DescribeGameSessionsCommand.js +28 -21
- package/dist-es/commands/DescribeInstancesCommand.js +28 -21
- package/dist-es/commands/DescribeMatchmakingCommand.js +28 -21
- package/dist-es/commands/DescribeMatchmakingConfigurationsCommand.js +28 -21
- package/dist-es/commands/DescribeMatchmakingRuleSetsCommand.js +28 -21
- package/dist-es/commands/DescribePlayerSessionsCommand.js +28 -21
- package/dist-es/commands/DescribeRuntimeConfigurationCommand.js +28 -21
- package/dist-es/commands/DescribeScalingPoliciesCommand.js +28 -21
- package/dist-es/commands/DescribeScriptCommand.js +28 -21
- package/dist-es/commands/DescribeVpcPeeringAuthorizationsCommand.js +28 -21
- package/dist-es/commands/DescribeVpcPeeringConnectionsCommand.js +28 -21
- package/dist-es/commands/GetGameSessionLogUrlCommand.js +28 -21
- package/dist-es/commands/GetInstanceAccessCommand.js +28 -21
- package/dist-es/commands/ListAliasesCommand.js +28 -21
- package/dist-es/commands/ListBuildsCommand.js +28 -21
- package/dist-es/commands/ListFleetsCommand.js +28 -21
- package/dist-es/commands/ListGameServerGroupsCommand.js +28 -21
- package/dist-es/commands/ListGameServersCommand.js +28 -21
- package/dist-es/commands/ListScriptsCommand.js +28 -21
- package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
- package/dist-es/commands/PutScalingPolicyCommand.js +28 -21
- package/dist-es/commands/RegisterGameServerCommand.js +28 -21
- package/dist-es/commands/RequestUploadCredentialsCommand.js +28 -21
- package/dist-es/commands/ResolveAliasCommand.js +28 -21
- package/dist-es/commands/ResumeGameServerGroupCommand.js +28 -21
- package/dist-es/commands/SearchGameSessionsCommand.js +28 -21
- package/dist-es/commands/StartFleetActionsCommand.js +28 -21
- package/dist-es/commands/StartGameSessionPlacementCommand.js +28 -21
- package/dist-es/commands/StartMatchBackfillCommand.js +28 -21
- package/dist-es/commands/StartMatchmakingCommand.js +28 -21
- package/dist-es/commands/StopFleetActionsCommand.js +28 -21
- package/dist-es/commands/StopGameSessionPlacementCommand.js +28 -21
- package/dist-es/commands/StopMatchmakingCommand.js +28 -21
- package/dist-es/commands/SuspendGameServerGroupCommand.js +28 -21
- package/dist-es/commands/TagResourceCommand.js +28 -21
- package/dist-es/commands/UntagResourceCommand.js +28 -21
- package/dist-es/commands/UpdateAliasCommand.js +28 -21
- package/dist-es/commands/UpdateBuildCommand.js +28 -21
- package/dist-es/commands/UpdateFleetAttributesCommand.js +28 -21
- package/dist-es/commands/UpdateFleetCapacityCommand.js +28 -21
- package/dist-es/commands/UpdateFleetPortSettingsCommand.js +28 -21
- package/dist-es/commands/UpdateGameServerCommand.js +28 -21
- package/dist-es/commands/UpdateGameServerGroupCommand.js +28 -21
- package/dist-es/commands/UpdateGameSessionCommand.js +28 -21
- package/dist-es/commands/UpdateGameSessionQueueCommand.js +28 -21
- package/dist-es/commands/UpdateMatchmakingConfigurationCommand.js +28 -21
- package/dist-es/commands/UpdateRuntimeConfigurationCommand.js +28 -21
- package/dist-es/commands/UpdateScriptCommand.js +28 -21
- package/dist-es/commands/ValidateMatchmakingRuleSetCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/GameLiftServiceException.js +10 -5
- package/dist-es/models/models_0.js +421 -904
- package/dist-es/pagination/DescribeFleetAttributesPaginator.js +68 -25
- package/dist-es/pagination/DescribeFleetCapacityPaginator.js +68 -25
- package/dist-es/pagination/DescribeFleetEventsPaginator.js +68 -25
- package/dist-es/pagination/DescribeFleetLocationAttributesPaginator.js +68 -25
- package/dist-es/pagination/DescribeFleetUtilizationPaginator.js +68 -25
- package/dist-es/pagination/DescribeGameServerInstancesPaginator.js +68 -25
- package/dist-es/pagination/DescribeGameSessionDetailsPaginator.js +68 -25
- package/dist-es/pagination/DescribeGameSessionQueuesPaginator.js +68 -25
- package/dist-es/pagination/DescribeGameSessionsPaginator.js +68 -25
- package/dist-es/pagination/DescribeInstancesPaginator.js +68 -25
- package/dist-es/pagination/DescribeMatchmakingConfigurationsPaginator.js +68 -25
- package/dist-es/pagination/DescribeMatchmakingRuleSetsPaginator.js +68 -25
- package/dist-es/pagination/DescribePlayerSessionsPaginator.js +68 -25
- package/dist-es/pagination/DescribeScalingPoliciesPaginator.js +68 -25
- package/dist-es/pagination/ListAliasesPaginator.js +68 -25
- package/dist-es/pagination/ListBuildsPaginator.js +68 -25
- package/dist-es/pagination/ListFleetsPaginator.js +68 -25
- package/dist-es/pagination/ListGameServerGroupsPaginator.js +68 -25
- package/dist-es/pagination/ListGameServersPaginator.js +68 -25
- package/dist-es/pagination/ListScriptsPaginator.js +68 -25
- package/dist-es/pagination/SearchGameSessionsPaginator.js +68 -25
- package/dist-es/protocols/Aws_json1_1.js +8273 -6509
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/package.json +5 -5
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { resolveEndpointsConfig, resolveRegionConfig, } from "@aws-sdk/config-resolver";
|
|
2
3
|
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
3
4
|
import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
|
|
@@ -8,26 +9,31 @@ import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-sig
|
|
|
8
9
|
import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
|
|
9
10
|
import { Client as __Client, } from "@aws-sdk/smithy-client";
|
|
10
11
|
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
12
|
+
var GameLiftClient = (function (_super) {
|
|
13
|
+
__extends(GameLiftClient, _super);
|
|
14
|
+
function GameLiftClient(configuration) {
|
|
15
|
+
var _this = this;
|
|
16
|
+
var _config_0 = __getRuntimeConfig(configuration);
|
|
17
|
+
var _config_1 = resolveRegionConfig(_config_0);
|
|
18
|
+
var _config_2 = resolveEndpointsConfig(_config_1);
|
|
19
|
+
var _config_3 = resolveRetryConfig(_config_2);
|
|
20
|
+
var _config_4 = resolveHostHeaderConfig(_config_3);
|
|
21
|
+
var _config_5 = resolveAwsAuthConfig(_config_4);
|
|
22
|
+
var _config_6 = resolveUserAgentConfig(_config_5);
|
|
23
|
+
_this = _super.call(this, _config_6) || this;
|
|
24
|
+
_this.config = _config_6;
|
|
25
|
+
_this.middlewareStack.use(getRetryPlugin(_this.config));
|
|
26
|
+
_this.middlewareStack.use(getContentLengthPlugin(_this.config));
|
|
27
|
+
_this.middlewareStack.use(getHostHeaderPlugin(_this.config));
|
|
28
|
+
_this.middlewareStack.use(getLoggerPlugin(_this.config));
|
|
29
|
+
_this.middlewareStack.use(getRecursionDetectionPlugin(_this.config));
|
|
30
|
+
_this.middlewareStack.use(getAwsAuthPlugin(_this.config));
|
|
31
|
+
_this.middlewareStack.use(getUserAgentPlugin(_this.config));
|
|
32
|
+
return _this;
|
|
29
33
|
}
|
|
30
|
-
destroy() {
|
|
31
|
-
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
+
GameLiftClient.prototype.destroy = function () {
|
|
35
|
+
_super.prototype.destroy.call(this);
|
|
36
|
+
};
|
|
37
|
+
return GameLiftClient;
|
|
38
|
+
}(__Client));
|
|
39
|
+
export { GameLiftClient };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { AcceptMatchInputFilterSensitiveLog, AcceptMatchOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1AcceptMatchCommand, serializeAws_json1_1AcceptMatchCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var AcceptMatchCommand = (function (_super) {
|
|
7
|
+
__extends(AcceptMatchCommand, _super);
|
|
8
|
+
function AcceptMatchCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
AcceptMatchCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "GameLiftClient";
|
|
18
|
+
var commandName = "AcceptMatchCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: AcceptMatchInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: AcceptMatchOutputFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
AcceptMatchCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1AcceptMatchCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
AcceptMatchCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1AcceptMatchCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return AcceptMatchCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { AcceptMatchCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ClaimGameServerInputFilterSensitiveLog, ClaimGameServerOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1ClaimGameServerCommand, serializeAws_json1_1ClaimGameServerCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ClaimGameServerCommand = (function (_super) {
|
|
7
|
+
__extends(ClaimGameServerCommand, _super);
|
|
8
|
+
function ClaimGameServerCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ClaimGameServerCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "GameLiftClient";
|
|
18
|
+
var commandName = "ClaimGameServerCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ClaimGameServerInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ClaimGameServerOutputFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ClaimGameServerCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1ClaimGameServerCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ClaimGameServerCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1ClaimGameServerCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ClaimGameServerCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ClaimGameServerCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { CreateAliasInputFilterSensitiveLog, CreateAliasOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1CreateAliasCommand, serializeAws_json1_1CreateAliasCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var CreateAliasCommand = (function (_super) {
|
|
7
|
+
__extends(CreateAliasCommand, _super);
|
|
8
|
+
function CreateAliasCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
CreateAliasCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "GameLiftClient";
|
|
18
|
+
var commandName = "CreateAliasCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: CreateAliasInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: CreateAliasOutputFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
CreateAliasCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1CreateAliasCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
CreateAliasCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1CreateAliasCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return CreateAliasCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { CreateAliasCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { CreateBuildInputFilterSensitiveLog, CreateBuildOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1CreateBuildCommand, serializeAws_json1_1CreateBuildCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var CreateBuildCommand = (function (_super) {
|
|
7
|
+
__extends(CreateBuildCommand, _super);
|
|
8
|
+
function CreateBuildCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
CreateBuildCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "GameLiftClient";
|
|
18
|
+
var commandName = "CreateBuildCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: CreateBuildInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: CreateBuildOutputFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
CreateBuildCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1CreateBuildCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
CreateBuildCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1CreateBuildCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return CreateBuildCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { CreateBuildCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { CreateFleetInputFilterSensitiveLog, CreateFleetOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1CreateFleetCommand, serializeAws_json1_1CreateFleetCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var CreateFleetCommand = (function (_super) {
|
|
7
|
+
__extends(CreateFleetCommand, _super);
|
|
8
|
+
function CreateFleetCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
CreateFleetCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "GameLiftClient";
|
|
18
|
+
var commandName = "CreateFleetCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: CreateFleetInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: CreateFleetOutputFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
CreateFleetCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1CreateFleetCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
CreateFleetCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1CreateFleetCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return CreateFleetCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { CreateFleetCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { CreateFleetLocationsInputFilterSensitiveLog, CreateFleetLocationsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1CreateFleetLocationsCommand, serializeAws_json1_1CreateFleetLocationsCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var CreateFleetLocationsCommand = (function (_super) {
|
|
7
|
+
__extends(CreateFleetLocationsCommand, _super);
|
|
8
|
+
function CreateFleetLocationsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
CreateFleetLocationsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "GameLiftClient";
|
|
18
|
+
var commandName = "CreateFleetLocationsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: CreateFleetLocationsInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: CreateFleetLocationsOutputFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
CreateFleetLocationsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1CreateFleetLocationsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
CreateFleetLocationsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1CreateFleetLocationsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return CreateFleetLocationsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { CreateFleetLocationsCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { CreateGameServerGroupInputFilterSensitiveLog, CreateGameServerGroupOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1CreateGameServerGroupCommand, serializeAws_json1_1CreateGameServerGroupCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var CreateGameServerGroupCommand = (function (_super) {
|
|
7
|
+
__extends(CreateGameServerGroupCommand, _super);
|
|
8
|
+
function CreateGameServerGroupCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
CreateGameServerGroupCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "GameLiftClient";
|
|
18
|
+
var commandName = "CreateGameServerGroupCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: CreateGameServerGroupInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: CreateGameServerGroupOutputFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
CreateGameServerGroupCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1CreateGameServerGroupCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
CreateGameServerGroupCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1CreateGameServerGroupCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return CreateGameServerGroupCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { CreateGameServerGroupCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { CreateGameSessionInputFilterSensitiveLog, CreateGameSessionOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1CreateGameSessionCommand, serializeAws_json1_1CreateGameSessionCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var CreateGameSessionCommand = (function (_super) {
|
|
7
|
+
__extends(CreateGameSessionCommand, _super);
|
|
8
|
+
function CreateGameSessionCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
CreateGameSessionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "GameLiftClient";
|
|
18
|
+
var commandName = "CreateGameSessionCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: CreateGameSessionInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: CreateGameSessionOutputFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
CreateGameSessionCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1CreateGameSessionCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
CreateGameSessionCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1CreateGameSessionCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return CreateGameSessionCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { CreateGameSessionCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { CreateGameSessionQueueInputFilterSensitiveLog, CreateGameSessionQueueOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1CreateGameSessionQueueCommand, serializeAws_json1_1CreateGameSessionQueueCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var CreateGameSessionQueueCommand = (function (_super) {
|
|
7
|
+
__extends(CreateGameSessionQueueCommand, _super);
|
|
8
|
+
function CreateGameSessionQueueCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
CreateGameSessionQueueCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "GameLiftClient";
|
|
18
|
+
var commandName = "CreateGameSessionQueueCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: CreateGameSessionQueueInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: CreateGameSessionQueueOutputFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
CreateGameSessionQueueCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1CreateGameSessionQueueCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
CreateGameSessionQueueCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1CreateGameSessionQueueCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return CreateGameSessionQueueCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { CreateGameSessionQueueCommand };
|