@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 { CreateMatchmakingConfigurationInputFilterSensitiveLog, CreateMatchmakingConfigurationOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1CreateMatchmakingConfigurationCommand, serializeAws_json1_1CreateMatchmakingConfigurationCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var CreateMatchmakingConfigurationCommand = (function (_super) {
|
|
7
|
+
__extends(CreateMatchmakingConfigurationCommand, _super);
|
|
8
|
+
function CreateMatchmakingConfigurationCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
CreateMatchmakingConfigurationCommand.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 = "CreateMatchmakingConfigurationCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: CreateMatchmakingConfigurationInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: CreateMatchmakingConfigurationOutputFilterSensitiveLog,
|
|
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
|
+
CreateMatchmakingConfigurationCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1CreateMatchmakingConfigurationCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
CreateMatchmakingConfigurationCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1CreateMatchmakingConfigurationCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return CreateMatchmakingConfigurationCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { CreateMatchmakingConfigurationCommand };
|
|
@@ -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 { CreateMatchmakingRuleSetInputFilterSensitiveLog, CreateMatchmakingRuleSetOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1CreateMatchmakingRuleSetCommand, serializeAws_json1_1CreateMatchmakingRuleSetCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var CreateMatchmakingRuleSetCommand = (function (_super) {
|
|
7
|
+
__extends(CreateMatchmakingRuleSetCommand, _super);
|
|
8
|
+
function CreateMatchmakingRuleSetCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
CreateMatchmakingRuleSetCommand.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 = "CreateMatchmakingRuleSetCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: CreateMatchmakingRuleSetInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: CreateMatchmakingRuleSetOutputFilterSensitiveLog,
|
|
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
|
+
CreateMatchmakingRuleSetCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1CreateMatchmakingRuleSetCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
CreateMatchmakingRuleSetCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1CreateMatchmakingRuleSetCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return CreateMatchmakingRuleSetCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { CreateMatchmakingRuleSetCommand };
|
|
@@ -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 { CreatePlayerSessionInputFilterSensitiveLog, CreatePlayerSessionOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1CreatePlayerSessionCommand, serializeAws_json1_1CreatePlayerSessionCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var CreatePlayerSessionCommand = (function (_super) {
|
|
7
|
+
__extends(CreatePlayerSessionCommand, _super);
|
|
8
|
+
function CreatePlayerSessionCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
CreatePlayerSessionCommand.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 = "CreatePlayerSessionCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: CreatePlayerSessionInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: CreatePlayerSessionOutputFilterSensitiveLog,
|
|
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
|
+
CreatePlayerSessionCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1CreatePlayerSessionCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
CreatePlayerSessionCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1CreatePlayerSessionCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return CreatePlayerSessionCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { CreatePlayerSessionCommand };
|
|
@@ -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 { CreatePlayerSessionsInputFilterSensitiveLog, CreatePlayerSessionsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1CreatePlayerSessionsCommand, serializeAws_json1_1CreatePlayerSessionsCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var CreatePlayerSessionsCommand = (function (_super) {
|
|
7
|
+
__extends(CreatePlayerSessionsCommand, _super);
|
|
8
|
+
function CreatePlayerSessionsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
CreatePlayerSessionsCommand.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 = "CreatePlayerSessionsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: CreatePlayerSessionsInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: CreatePlayerSessionsOutputFilterSensitiveLog,
|
|
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
|
+
CreatePlayerSessionsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1CreatePlayerSessionsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
CreatePlayerSessionsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1CreatePlayerSessionsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return CreatePlayerSessionsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { CreatePlayerSessionsCommand };
|
|
@@ -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 { CreateScriptInputFilterSensitiveLog, CreateScriptOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1CreateScriptCommand, serializeAws_json1_1CreateScriptCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var CreateScriptCommand = (function (_super) {
|
|
7
|
+
__extends(CreateScriptCommand, _super);
|
|
8
|
+
function CreateScriptCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
CreateScriptCommand.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 = "CreateScriptCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: CreateScriptInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: CreateScriptOutputFilterSensitiveLog,
|
|
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
|
+
CreateScriptCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1CreateScriptCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
CreateScriptCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1CreateScriptCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return CreateScriptCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { CreateScriptCommand };
|
|
@@ -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 { CreateVpcPeeringAuthorizationInputFilterSensitiveLog, CreateVpcPeeringAuthorizationOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1CreateVpcPeeringAuthorizationCommand, serializeAws_json1_1CreateVpcPeeringAuthorizationCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var CreateVpcPeeringAuthorizationCommand = (function (_super) {
|
|
7
|
+
__extends(CreateVpcPeeringAuthorizationCommand, _super);
|
|
8
|
+
function CreateVpcPeeringAuthorizationCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
CreateVpcPeeringAuthorizationCommand.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 = "CreateVpcPeeringAuthorizationCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: CreateVpcPeeringAuthorizationInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: CreateVpcPeeringAuthorizationOutputFilterSensitiveLog,
|
|
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
|
+
CreateVpcPeeringAuthorizationCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1CreateVpcPeeringAuthorizationCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
CreateVpcPeeringAuthorizationCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1CreateVpcPeeringAuthorizationCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return CreateVpcPeeringAuthorizationCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { CreateVpcPeeringAuthorizationCommand };
|
|
@@ -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 { CreateVpcPeeringConnectionInputFilterSensitiveLog, CreateVpcPeeringConnectionOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1CreateVpcPeeringConnectionCommand, serializeAws_json1_1CreateVpcPeeringConnectionCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var CreateVpcPeeringConnectionCommand = (function (_super) {
|
|
7
|
+
__extends(CreateVpcPeeringConnectionCommand, _super);
|
|
8
|
+
function CreateVpcPeeringConnectionCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
CreateVpcPeeringConnectionCommand.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 = "CreateVpcPeeringConnectionCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: CreateVpcPeeringConnectionInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: CreateVpcPeeringConnectionOutputFilterSensitiveLog,
|
|
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
|
+
CreateVpcPeeringConnectionCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1CreateVpcPeeringConnectionCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
CreateVpcPeeringConnectionCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1CreateVpcPeeringConnectionCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return CreateVpcPeeringConnectionCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { CreateVpcPeeringConnectionCommand };
|
|
@@ -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 { DeleteAliasInputFilterSensitiveLog } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DeleteAliasCommand, serializeAws_json1_1DeleteAliasCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DeleteAliasCommand = (function (_super) {
|
|
7
|
+
__extends(DeleteAliasCommand, _super);
|
|
8
|
+
function DeleteAliasCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DeleteAliasCommand.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 = "DeleteAliasCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DeleteAliasInputFilterSensitiveLog,
|
|
21
|
-
outputFilterSensitiveLog: (output)
|
|
24
|
+
outputFilterSensitiveLog: function (output) { return output; },
|
|
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
|
+
DeleteAliasCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DeleteAliasCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DeleteAliasCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DeleteAliasCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DeleteAliasCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DeleteAliasCommand };
|
|
@@ -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 { DeleteBuildInputFilterSensitiveLog } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DeleteBuildCommand, serializeAws_json1_1DeleteBuildCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DeleteBuildCommand = (function (_super) {
|
|
7
|
+
__extends(DeleteBuildCommand, _super);
|
|
8
|
+
function DeleteBuildCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DeleteBuildCommand.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 = "DeleteBuildCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DeleteBuildInputFilterSensitiveLog,
|
|
21
|
-
outputFilterSensitiveLog: (output)
|
|
24
|
+
outputFilterSensitiveLog: function (output) { return output; },
|
|
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
|
+
DeleteBuildCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DeleteBuildCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DeleteBuildCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DeleteBuildCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DeleteBuildCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DeleteBuildCommand };
|
|
@@ -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 { DeleteFleetInputFilterSensitiveLog } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DeleteFleetCommand, serializeAws_json1_1DeleteFleetCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DeleteFleetCommand = (function (_super) {
|
|
7
|
+
__extends(DeleteFleetCommand, _super);
|
|
8
|
+
function DeleteFleetCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DeleteFleetCommand.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 = "DeleteFleetCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DeleteFleetInputFilterSensitiveLog,
|
|
21
|
-
outputFilterSensitiveLog: (output)
|
|
24
|
+
outputFilterSensitiveLog: function (output) { return output; },
|
|
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
|
+
DeleteFleetCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DeleteFleetCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DeleteFleetCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DeleteFleetCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DeleteFleetCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DeleteFleetCommand };
|