@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 { DeleteFleetLocationsInputFilterSensitiveLog, DeleteFleetLocationsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DeleteFleetLocationsCommand, serializeAws_json1_1DeleteFleetLocationsCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DeleteFleetLocationsCommand = (function (_super) {
|
|
7
|
+
__extends(DeleteFleetLocationsCommand, _super);
|
|
8
|
+
function DeleteFleetLocationsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DeleteFleetLocationsCommand.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 = "DeleteFleetLocationsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DeleteFleetLocationsInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DeleteFleetLocationsOutputFilterSensitiveLog,
|
|
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
|
+
DeleteFleetLocationsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DeleteFleetLocationsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DeleteFleetLocationsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DeleteFleetLocationsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DeleteFleetLocationsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DeleteFleetLocationsCommand };
|
|
@@ -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 { DeleteGameServerGroupInputFilterSensitiveLog, DeleteGameServerGroupOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DeleteGameServerGroupCommand, serializeAws_json1_1DeleteGameServerGroupCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DeleteGameServerGroupCommand = (function (_super) {
|
|
7
|
+
__extends(DeleteGameServerGroupCommand, _super);
|
|
8
|
+
function DeleteGameServerGroupCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DeleteGameServerGroupCommand.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 = "DeleteGameServerGroupCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DeleteGameServerGroupInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DeleteGameServerGroupOutputFilterSensitiveLog,
|
|
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
|
+
DeleteGameServerGroupCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DeleteGameServerGroupCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DeleteGameServerGroupCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DeleteGameServerGroupCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DeleteGameServerGroupCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DeleteGameServerGroupCommand };
|
|
@@ -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 { DeleteGameSessionQueueInputFilterSensitiveLog, DeleteGameSessionQueueOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DeleteGameSessionQueueCommand, serializeAws_json1_1DeleteGameSessionQueueCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DeleteGameSessionQueueCommand = (function (_super) {
|
|
7
|
+
__extends(DeleteGameSessionQueueCommand, _super);
|
|
8
|
+
function DeleteGameSessionQueueCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DeleteGameSessionQueueCommand.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 = "DeleteGameSessionQueueCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DeleteGameSessionQueueInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DeleteGameSessionQueueOutputFilterSensitiveLog,
|
|
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
|
+
DeleteGameSessionQueueCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DeleteGameSessionQueueCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DeleteGameSessionQueueCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DeleteGameSessionQueueCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DeleteGameSessionQueueCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DeleteGameSessionQueueCommand };
|
|
@@ -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 { DeleteMatchmakingConfigurationInputFilterSensitiveLog, DeleteMatchmakingConfigurationOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DeleteMatchmakingConfigurationCommand, serializeAws_json1_1DeleteMatchmakingConfigurationCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DeleteMatchmakingConfigurationCommand = (function (_super) {
|
|
7
|
+
__extends(DeleteMatchmakingConfigurationCommand, _super);
|
|
8
|
+
function DeleteMatchmakingConfigurationCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DeleteMatchmakingConfigurationCommand.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 = "DeleteMatchmakingConfigurationCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DeleteMatchmakingConfigurationInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DeleteMatchmakingConfigurationOutputFilterSensitiveLog,
|
|
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
|
+
DeleteMatchmakingConfigurationCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DeleteMatchmakingConfigurationCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DeleteMatchmakingConfigurationCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DeleteMatchmakingConfigurationCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DeleteMatchmakingConfigurationCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DeleteMatchmakingConfigurationCommand };
|
|
@@ -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 { DeleteMatchmakingRuleSetInputFilterSensitiveLog, DeleteMatchmakingRuleSetOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DeleteMatchmakingRuleSetCommand, serializeAws_json1_1DeleteMatchmakingRuleSetCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DeleteMatchmakingRuleSetCommand = (function (_super) {
|
|
7
|
+
__extends(DeleteMatchmakingRuleSetCommand, _super);
|
|
8
|
+
function DeleteMatchmakingRuleSetCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DeleteMatchmakingRuleSetCommand.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 = "DeleteMatchmakingRuleSetCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DeleteMatchmakingRuleSetInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DeleteMatchmakingRuleSetOutputFilterSensitiveLog,
|
|
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
|
+
DeleteMatchmakingRuleSetCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DeleteMatchmakingRuleSetCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DeleteMatchmakingRuleSetCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DeleteMatchmakingRuleSetCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DeleteMatchmakingRuleSetCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DeleteMatchmakingRuleSetCommand };
|
|
@@ -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 { DeleteScalingPolicyInputFilterSensitiveLog } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DeleteScalingPolicyCommand, serializeAws_json1_1DeleteScalingPolicyCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DeleteScalingPolicyCommand = (function (_super) {
|
|
7
|
+
__extends(DeleteScalingPolicyCommand, _super);
|
|
8
|
+
function DeleteScalingPolicyCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DeleteScalingPolicyCommand.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 = "DeleteScalingPolicyCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DeleteScalingPolicyInputFilterSensitiveLog,
|
|
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
|
+
DeleteScalingPolicyCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DeleteScalingPolicyCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DeleteScalingPolicyCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DeleteScalingPolicyCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DeleteScalingPolicyCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DeleteScalingPolicyCommand };
|
|
@@ -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 { DeleteScriptInputFilterSensitiveLog } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DeleteScriptCommand, serializeAws_json1_1DeleteScriptCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DeleteScriptCommand = (function (_super) {
|
|
7
|
+
__extends(DeleteScriptCommand, _super);
|
|
8
|
+
function DeleteScriptCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DeleteScriptCommand.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 = "DeleteScriptCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DeleteScriptInputFilterSensitiveLog,
|
|
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
|
+
DeleteScriptCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DeleteScriptCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DeleteScriptCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DeleteScriptCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DeleteScriptCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DeleteScriptCommand };
|
|
@@ -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 { DeleteVpcPeeringAuthorizationInputFilterSensitiveLog, DeleteVpcPeeringAuthorizationOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DeleteVpcPeeringAuthorizationCommand, serializeAws_json1_1DeleteVpcPeeringAuthorizationCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DeleteVpcPeeringAuthorizationCommand = (function (_super) {
|
|
7
|
+
__extends(DeleteVpcPeeringAuthorizationCommand, _super);
|
|
8
|
+
function DeleteVpcPeeringAuthorizationCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DeleteVpcPeeringAuthorizationCommand.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 = "DeleteVpcPeeringAuthorizationCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DeleteVpcPeeringAuthorizationInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DeleteVpcPeeringAuthorizationOutputFilterSensitiveLog,
|
|
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
|
+
DeleteVpcPeeringAuthorizationCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DeleteVpcPeeringAuthorizationCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DeleteVpcPeeringAuthorizationCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DeleteVpcPeeringAuthorizationCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DeleteVpcPeeringAuthorizationCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DeleteVpcPeeringAuthorizationCommand };
|
|
@@ -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 { DeleteVpcPeeringConnectionInputFilterSensitiveLog, DeleteVpcPeeringConnectionOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DeleteVpcPeeringConnectionCommand, serializeAws_json1_1DeleteVpcPeeringConnectionCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DeleteVpcPeeringConnectionCommand = (function (_super) {
|
|
7
|
+
__extends(DeleteVpcPeeringConnectionCommand, _super);
|
|
8
|
+
function DeleteVpcPeeringConnectionCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DeleteVpcPeeringConnectionCommand.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 = "DeleteVpcPeeringConnectionCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DeleteVpcPeeringConnectionInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DeleteVpcPeeringConnectionOutputFilterSensitiveLog,
|
|
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
|
+
DeleteVpcPeeringConnectionCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DeleteVpcPeeringConnectionCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DeleteVpcPeeringConnectionCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DeleteVpcPeeringConnectionCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DeleteVpcPeeringConnectionCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DeleteVpcPeeringConnectionCommand };
|
|
@@ -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 { DeregisterGameServerInputFilterSensitiveLog } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DeregisterGameServerCommand, serializeAws_json1_1DeregisterGameServerCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DeregisterGameServerCommand = (function (_super) {
|
|
7
|
+
__extends(DeregisterGameServerCommand, _super);
|
|
8
|
+
function DeregisterGameServerCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DeregisterGameServerCommand.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 = "DeregisterGameServerCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DeregisterGameServerInputFilterSensitiveLog,
|
|
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
|
+
DeregisterGameServerCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DeregisterGameServerCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DeregisterGameServerCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DeregisterGameServerCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DeregisterGameServerCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DeregisterGameServerCommand };
|