@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 { SuspendGameServerGroupInputFilterSensitiveLog, SuspendGameServerGroupOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1SuspendGameServerGroupCommand, serializeAws_json1_1SuspendGameServerGroupCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var SuspendGameServerGroupCommand = (function (_super) {
|
|
7
|
+
__extends(SuspendGameServerGroupCommand, _super);
|
|
8
|
+
function SuspendGameServerGroupCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
SuspendGameServerGroupCommand.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 = "SuspendGameServerGroupCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: SuspendGameServerGroupInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: SuspendGameServerGroupOutputFilterSensitiveLog,
|
|
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
|
+
SuspendGameServerGroupCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1SuspendGameServerGroupCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
SuspendGameServerGroupCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1SuspendGameServerGroupCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return SuspendGameServerGroupCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { SuspendGameServerGroupCommand };
|
|
@@ -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 { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1TagResourceCommand, serializeAws_json1_1TagResourceCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var TagResourceCommand = (function (_super) {
|
|
7
|
+
__extends(TagResourceCommand, _super);
|
|
8
|
+
function TagResourceCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
TagResourceCommand.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 = "TagResourceCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: TagResourceRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: TagResourceResponseFilterSensitiveLog,
|
|
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
|
+
TagResourceCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1TagResourceCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
TagResourceCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1TagResourceCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return TagResourceCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { TagResourceCommand };
|
|
@@ -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 { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1UntagResourceCommand, serializeAws_json1_1UntagResourceCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var UntagResourceCommand = (function (_super) {
|
|
7
|
+
__extends(UntagResourceCommand, _super);
|
|
8
|
+
function UntagResourceCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
UntagResourceCommand.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 = "UntagResourceCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: UntagResourceRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: UntagResourceResponseFilterSensitiveLog,
|
|
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
|
+
UntagResourceCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1UntagResourceCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
UntagResourceCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1UntagResourceCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return UntagResourceCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { UntagResourceCommand };
|
|
@@ -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 { UpdateAliasInputFilterSensitiveLog, UpdateAliasOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1UpdateAliasCommand, serializeAws_json1_1UpdateAliasCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var UpdateAliasCommand = (function (_super) {
|
|
7
|
+
__extends(UpdateAliasCommand, _super);
|
|
8
|
+
function UpdateAliasCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
UpdateAliasCommand.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 = "UpdateAliasCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: UpdateAliasInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: UpdateAliasOutputFilterSensitiveLog,
|
|
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
|
+
UpdateAliasCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1UpdateAliasCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
UpdateAliasCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1UpdateAliasCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return UpdateAliasCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { UpdateAliasCommand };
|
|
@@ -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 { UpdateBuildInputFilterSensitiveLog, UpdateBuildOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1UpdateBuildCommand, serializeAws_json1_1UpdateBuildCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var UpdateBuildCommand = (function (_super) {
|
|
7
|
+
__extends(UpdateBuildCommand, _super);
|
|
8
|
+
function UpdateBuildCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
UpdateBuildCommand.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 = "UpdateBuildCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: UpdateBuildInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: UpdateBuildOutputFilterSensitiveLog,
|
|
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
|
+
UpdateBuildCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1UpdateBuildCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
UpdateBuildCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1UpdateBuildCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return UpdateBuildCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { UpdateBuildCommand };
|
|
@@ -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 { UpdateFleetAttributesInputFilterSensitiveLog, UpdateFleetAttributesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1UpdateFleetAttributesCommand, serializeAws_json1_1UpdateFleetAttributesCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var UpdateFleetAttributesCommand = (function (_super) {
|
|
7
|
+
__extends(UpdateFleetAttributesCommand, _super);
|
|
8
|
+
function UpdateFleetAttributesCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
UpdateFleetAttributesCommand.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 = "UpdateFleetAttributesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: UpdateFleetAttributesInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: UpdateFleetAttributesOutputFilterSensitiveLog,
|
|
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
|
+
UpdateFleetAttributesCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1UpdateFleetAttributesCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
UpdateFleetAttributesCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1UpdateFleetAttributesCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return UpdateFleetAttributesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { UpdateFleetAttributesCommand };
|
|
@@ -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 { UpdateFleetCapacityInputFilterSensitiveLog, UpdateFleetCapacityOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1UpdateFleetCapacityCommand, serializeAws_json1_1UpdateFleetCapacityCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var UpdateFleetCapacityCommand = (function (_super) {
|
|
7
|
+
__extends(UpdateFleetCapacityCommand, _super);
|
|
8
|
+
function UpdateFleetCapacityCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
UpdateFleetCapacityCommand.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 = "UpdateFleetCapacityCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: UpdateFleetCapacityInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: UpdateFleetCapacityOutputFilterSensitiveLog,
|
|
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
|
+
UpdateFleetCapacityCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1UpdateFleetCapacityCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
UpdateFleetCapacityCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1UpdateFleetCapacityCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return UpdateFleetCapacityCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { UpdateFleetCapacityCommand };
|
|
@@ -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 { UpdateFleetPortSettingsInputFilterSensitiveLog, UpdateFleetPortSettingsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1UpdateFleetPortSettingsCommand, serializeAws_json1_1UpdateFleetPortSettingsCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var UpdateFleetPortSettingsCommand = (function (_super) {
|
|
7
|
+
__extends(UpdateFleetPortSettingsCommand, _super);
|
|
8
|
+
function UpdateFleetPortSettingsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
UpdateFleetPortSettingsCommand.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 = "UpdateFleetPortSettingsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: UpdateFleetPortSettingsInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: UpdateFleetPortSettingsOutputFilterSensitiveLog,
|
|
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
|
+
UpdateFleetPortSettingsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1UpdateFleetPortSettingsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
UpdateFleetPortSettingsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1UpdateFleetPortSettingsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return UpdateFleetPortSettingsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { UpdateFleetPortSettingsCommand };
|
|
@@ -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 { UpdateGameServerInputFilterSensitiveLog, UpdateGameServerOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1UpdateGameServerCommand, serializeAws_json1_1UpdateGameServerCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var UpdateGameServerCommand = (function (_super) {
|
|
7
|
+
__extends(UpdateGameServerCommand, _super);
|
|
8
|
+
function UpdateGameServerCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
UpdateGameServerCommand.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 = "UpdateGameServerCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: UpdateGameServerInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: UpdateGameServerOutputFilterSensitiveLog,
|
|
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
|
+
UpdateGameServerCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1UpdateGameServerCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
UpdateGameServerCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1UpdateGameServerCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return UpdateGameServerCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { UpdateGameServerCommand };
|
|
@@ -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 { UpdateGameServerGroupInputFilterSensitiveLog, UpdateGameServerGroupOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1UpdateGameServerGroupCommand, serializeAws_json1_1UpdateGameServerGroupCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var UpdateGameServerGroupCommand = (function (_super) {
|
|
7
|
+
__extends(UpdateGameServerGroupCommand, _super);
|
|
8
|
+
function UpdateGameServerGroupCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
UpdateGameServerGroupCommand.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 = "UpdateGameServerGroupCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: UpdateGameServerGroupInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: UpdateGameServerGroupOutputFilterSensitiveLog,
|
|
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
|
+
UpdateGameServerGroupCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1UpdateGameServerGroupCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
UpdateGameServerGroupCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1UpdateGameServerGroupCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return UpdateGameServerGroupCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { UpdateGameServerGroupCommand };
|