@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,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 { DescribeFleetUtilizationInputFilterSensitiveLog, DescribeFleetUtilizationOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DescribeFleetUtilizationCommand, serializeAws_json1_1DescribeFleetUtilizationCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DescribeFleetUtilizationCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeFleetUtilizationCommand, _super);
|
|
8
|
+
function DescribeFleetUtilizationCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DescribeFleetUtilizationCommand.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 = "DescribeFleetUtilizationCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DescribeFleetUtilizationInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DescribeFleetUtilizationOutputFilterSensitiveLog,
|
|
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
|
+
DescribeFleetUtilizationCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DescribeFleetUtilizationCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DescribeFleetUtilizationCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DescribeFleetUtilizationCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DescribeFleetUtilizationCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeFleetUtilizationCommand };
|
|
@@ -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 { DescribeGameServerInputFilterSensitiveLog, DescribeGameServerOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DescribeGameServerCommand, serializeAws_json1_1DescribeGameServerCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DescribeGameServerCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeGameServerCommand, _super);
|
|
8
|
+
function DescribeGameServerCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DescribeGameServerCommand.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 = "DescribeGameServerCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DescribeGameServerInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DescribeGameServerOutputFilterSensitiveLog,
|
|
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
|
+
DescribeGameServerCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DescribeGameServerCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DescribeGameServerCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DescribeGameServerCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DescribeGameServerCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeGameServerCommand };
|
|
@@ -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 { DescribeGameServerGroupInputFilterSensitiveLog, DescribeGameServerGroupOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DescribeGameServerGroupCommand, serializeAws_json1_1DescribeGameServerGroupCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DescribeGameServerGroupCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeGameServerGroupCommand, _super);
|
|
8
|
+
function DescribeGameServerGroupCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DescribeGameServerGroupCommand.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 = "DescribeGameServerGroupCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DescribeGameServerGroupInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DescribeGameServerGroupOutputFilterSensitiveLog,
|
|
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
|
+
DescribeGameServerGroupCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DescribeGameServerGroupCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DescribeGameServerGroupCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DescribeGameServerGroupCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DescribeGameServerGroupCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeGameServerGroupCommand };
|
|
@@ -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 { DescribeGameServerInstancesInputFilterSensitiveLog, DescribeGameServerInstancesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DescribeGameServerInstancesCommand, serializeAws_json1_1DescribeGameServerInstancesCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DescribeGameServerInstancesCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeGameServerInstancesCommand, _super);
|
|
8
|
+
function DescribeGameServerInstancesCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DescribeGameServerInstancesCommand.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 = "DescribeGameServerInstancesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DescribeGameServerInstancesInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DescribeGameServerInstancesOutputFilterSensitiveLog,
|
|
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
|
+
DescribeGameServerInstancesCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DescribeGameServerInstancesCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DescribeGameServerInstancesCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DescribeGameServerInstancesCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DescribeGameServerInstancesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeGameServerInstancesCommand };
|
|
@@ -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 { DescribeGameSessionDetailsInputFilterSensitiveLog, DescribeGameSessionDetailsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DescribeGameSessionDetailsCommand, serializeAws_json1_1DescribeGameSessionDetailsCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DescribeGameSessionDetailsCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeGameSessionDetailsCommand, _super);
|
|
8
|
+
function DescribeGameSessionDetailsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DescribeGameSessionDetailsCommand.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 = "DescribeGameSessionDetailsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DescribeGameSessionDetailsInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DescribeGameSessionDetailsOutputFilterSensitiveLog,
|
|
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
|
+
DescribeGameSessionDetailsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DescribeGameSessionDetailsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DescribeGameSessionDetailsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DescribeGameSessionDetailsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DescribeGameSessionDetailsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeGameSessionDetailsCommand };
|
|
@@ -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 { DescribeGameSessionPlacementInputFilterSensitiveLog, DescribeGameSessionPlacementOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DescribeGameSessionPlacementCommand, serializeAws_json1_1DescribeGameSessionPlacementCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DescribeGameSessionPlacementCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeGameSessionPlacementCommand, _super);
|
|
8
|
+
function DescribeGameSessionPlacementCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DescribeGameSessionPlacementCommand.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 = "DescribeGameSessionPlacementCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DescribeGameSessionPlacementInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DescribeGameSessionPlacementOutputFilterSensitiveLog,
|
|
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
|
+
DescribeGameSessionPlacementCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DescribeGameSessionPlacementCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DescribeGameSessionPlacementCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DescribeGameSessionPlacementCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DescribeGameSessionPlacementCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeGameSessionPlacementCommand };
|
|
@@ -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 { DescribeGameSessionQueuesInputFilterSensitiveLog, DescribeGameSessionQueuesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DescribeGameSessionQueuesCommand, serializeAws_json1_1DescribeGameSessionQueuesCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DescribeGameSessionQueuesCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeGameSessionQueuesCommand, _super);
|
|
8
|
+
function DescribeGameSessionQueuesCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DescribeGameSessionQueuesCommand.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 = "DescribeGameSessionQueuesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DescribeGameSessionQueuesInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DescribeGameSessionQueuesOutputFilterSensitiveLog,
|
|
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
|
+
DescribeGameSessionQueuesCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DescribeGameSessionQueuesCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DescribeGameSessionQueuesCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DescribeGameSessionQueuesCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DescribeGameSessionQueuesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeGameSessionQueuesCommand };
|
|
@@ -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 { DescribeGameSessionsInputFilterSensitiveLog, DescribeGameSessionsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DescribeGameSessionsCommand, serializeAws_json1_1DescribeGameSessionsCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DescribeGameSessionsCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeGameSessionsCommand, _super);
|
|
8
|
+
function DescribeGameSessionsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DescribeGameSessionsCommand.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 = "DescribeGameSessionsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DescribeGameSessionsInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DescribeGameSessionsOutputFilterSensitiveLog,
|
|
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
|
+
DescribeGameSessionsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DescribeGameSessionsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DescribeGameSessionsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DescribeGameSessionsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DescribeGameSessionsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeGameSessionsCommand };
|
|
@@ -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 { DescribeInstancesInputFilterSensitiveLog, DescribeInstancesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DescribeInstancesCommand, serializeAws_json1_1DescribeInstancesCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DescribeInstancesCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeInstancesCommand, _super);
|
|
8
|
+
function DescribeInstancesCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DescribeInstancesCommand.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 = "DescribeInstancesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DescribeInstancesInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DescribeInstancesOutputFilterSensitiveLog,
|
|
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
|
+
DescribeInstancesCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DescribeInstancesCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DescribeInstancesCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DescribeInstancesCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DescribeInstancesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeInstancesCommand };
|
|
@@ -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 { DescribeMatchmakingInputFilterSensitiveLog, DescribeMatchmakingOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DescribeMatchmakingCommand, serializeAws_json1_1DescribeMatchmakingCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DescribeMatchmakingCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeMatchmakingCommand, _super);
|
|
8
|
+
function DescribeMatchmakingCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DescribeMatchmakingCommand.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 = "DescribeMatchmakingCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DescribeMatchmakingInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DescribeMatchmakingOutputFilterSensitiveLog,
|
|
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
|
+
DescribeMatchmakingCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DescribeMatchmakingCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DescribeMatchmakingCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DescribeMatchmakingCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DescribeMatchmakingCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeMatchmakingCommand };
|