@aws-sdk/client-gamelift 3.218.0 → 3.223.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/README.md +19 -20
- package/dist-cjs/GameLift.js +135 -0
- package/dist-cjs/commands/CreateLocationCommand.js +46 -0
- package/dist-cjs/commands/DeleteLocationCommand.js +46 -0
- package/dist-cjs/commands/DeregisterComputeCommand.js +46 -0
- package/dist-cjs/commands/DescribeComputeCommand.js +46 -0
- package/dist-cjs/commands/GetComputeAccessCommand.js +46 -0
- package/dist-cjs/commands/GetComputeAuthTokenCommand.js +46 -0
- package/dist-cjs/commands/ListComputeCommand.js +46 -0
- package/dist-cjs/commands/ListLocationsCommand.js +46 -0
- package/dist-cjs/commands/RegisterComputeCommand.js +46 -0
- package/dist-cjs/commands/UpdateFleetPortSettingsCommand.js +2 -1
- package/dist-cjs/commands/UpdateGameServerCommand.js +3 -3
- package/dist-cjs/commands/UpdateGameServerGroupCommand.js +3 -3
- package/dist-cjs/commands/UpdateGameSessionCommand.js +3 -3
- package/dist-cjs/commands/UpdateGameSessionQueueCommand.js +3 -3
- package/dist-cjs/commands/UpdateMatchmakingConfigurationCommand.js +3 -3
- package/dist-cjs/commands/UpdateRuntimeConfigurationCommand.js +3 -3
- package/dist-cjs/commands/UpdateScriptCommand.js +3 -3
- package/dist-cjs/commands/ValidateMatchmakingRuleSetCommand.js +3 -3
- package/dist-cjs/commands/index.js +9 -0
- package/dist-cjs/endpoint/ruleset.js +1 -1
- package/dist-cjs/models/index.js +1 -0
- package/dist-cjs/models/models_0.js +348 -78
- package/dist-cjs/models/models_1.js +75 -0
- package/dist-cjs/pagination/ListComputePaginator.js +36 -0
- package/dist-cjs/pagination/ListLocationsPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_json1_1.js +731 -34
- package/dist-es/GameLift.js +135 -0
- package/dist-es/commands/CreateLocationCommand.js +42 -0
- package/dist-es/commands/DeleteLocationCommand.js +42 -0
- package/dist-es/commands/DeregisterComputeCommand.js +42 -0
- package/dist-es/commands/DescribeComputeCommand.js +42 -0
- package/dist-es/commands/GetComputeAccessCommand.js +42 -0
- package/dist-es/commands/GetComputeAuthTokenCommand.js +42 -0
- package/dist-es/commands/ListComputeCommand.js +42 -0
- package/dist-es/commands/ListLocationsCommand.js +42 -0
- package/dist-es/commands/RegisterComputeCommand.js +42 -0
- package/dist-es/commands/UpdateFleetPortSettingsCommand.js +2 -1
- package/dist-es/commands/UpdateGameServerCommand.js +1 -1
- package/dist-es/commands/UpdateGameServerGroupCommand.js +1 -1
- package/dist-es/commands/UpdateGameSessionCommand.js +1 -1
- package/dist-es/commands/UpdateGameSessionQueueCommand.js +1 -1
- package/dist-es/commands/UpdateMatchmakingConfigurationCommand.js +1 -1
- package/dist-es/commands/UpdateRuntimeConfigurationCommand.js +1 -1
- package/dist-es/commands/UpdateScriptCommand.js +1 -1
- package/dist-es/commands/ValidateMatchmakingRuleSetCommand.js +1 -1
- package/dist-es/commands/index.js +9 -0
- package/dist-es/endpoint/ruleset.js +1 -1
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +321 -55
- package/dist-es/models/models_1.js +55 -0
- package/dist-es/pagination/ListComputePaginator.js +32 -0
- package/dist-es/pagination/ListLocationsPaginator.js +32 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_json1_1.js +729 -51
- package/dist-types/GameLift.d.ts +756 -1757
- package/dist-types/GameLiftClient.d.ts +32 -23
- package/dist-types/commands/AcceptMatchCommand.d.ts +3 -13
- package/dist-types/commands/ClaimGameServerCommand.d.ts +15 -26
- package/dist-types/commands/CreateAliasCommand.d.ts +2 -8
- package/dist-types/commands/CreateBuildCommand.d.ts +15 -26
- package/dist-types/commands/CreateFleetCommand.d.ts +9 -28
- package/dist-types/commands/CreateFleetLocationsCommand.d.ts +11 -30
- package/dist-types/commands/CreateGameServerGroupCommand.d.ts +13 -25
- package/dist-types/commands/CreateGameSessionCommand.d.ts +8 -21
- package/dist-types/commands/CreateGameSessionQueueCommand.d.ts +9 -14
- package/dist-types/commands/CreateLocationCommand.d.ts +37 -0
- package/dist-types/commands/CreateMatchmakingConfigurationCommand.d.ts +7 -23
- package/dist-types/commands/CreateMatchmakingRuleSetCommand.d.ts +3 -19
- package/dist-types/commands/CreatePlayerSessionCommand.d.ts +12 -20
- package/dist-types/commands/CreatePlayerSessionsCommand.d.ts +11 -18
- package/dist-types/commands/CreateScriptCommand.d.ts +11 -15
- package/dist-types/commands/CreateVpcPeeringAuthorizationCommand.d.ts +14 -21
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +18 -25
- package/dist-types/commands/DeleteAliasCommand.d.ts +1 -7
- package/dist-types/commands/DeleteBuildCommand.d.ts +6 -14
- package/dist-types/commands/DeleteFleetCommand.d.ts +6 -22
- package/dist-types/commands/DeleteFleetLocationsCommand.d.ts +3 -18
- package/dist-types/commands/DeleteGameServerGroupCommand.d.ts +10 -23
- package/dist-types/commands/DeleteGameSessionQueueCommand.d.ts +2 -24
- package/dist-types/commands/DeleteLocationCommand.d.ts +39 -0
- package/dist-types/commands/DeleteMatchmakingConfigurationCommand.d.ts +0 -14
- package/dist-types/commands/DeleteMatchmakingRuleSetCommand.d.ts +2 -16
- package/dist-types/commands/DeleteScalingPolicyCommand.d.ts +4 -18
- package/dist-types/commands/DeleteScriptCommand.d.ts +2 -7
- package/dist-types/commands/DeleteVpcPeeringAuthorizationCommand.d.ts +3 -9
- package/dist-types/commands/DeleteVpcPeeringConnectionCommand.d.ts +5 -13
- package/dist-types/commands/DeregisterComputeCommand.d.ts +38 -0
- package/dist-types/commands/DeregisterGameServerCommand.d.ts +5 -16
- package/dist-types/commands/DescribeAliasCommand.d.ts +1 -7
- package/dist-types/commands/DescribeBuildCommand.d.ts +3 -11
- package/dist-types/commands/DescribeComputeCommand.d.ts +39 -0
- package/dist-types/commands/DescribeEC2InstanceLimitsCommand.d.ts +9 -25
- package/dist-types/commands/DescribeFleetAttributesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeFleetCapacityCommand.d.ts +8 -22
- package/dist-types/commands/DescribeFleetEventsCommand.d.ts +4 -19
- package/dist-types/commands/DescribeFleetLocationAttributesCommand.d.ts +4 -19
- package/dist-types/commands/DescribeFleetLocationCapacityCommand.d.ts +4 -19
- package/dist-types/commands/DescribeFleetLocationUtilizationCommand.d.ts +4 -19
- package/dist-types/commands/DescribeFleetPortSettingsCommand.d.ts +8 -23
- package/dist-types/commands/DescribeFleetUtilizationCommand.d.ts +9 -24
- package/dist-types/commands/DescribeGameServerCommand.d.ts +5 -15
- package/dist-types/commands/DescribeGameServerGroupCommand.d.ts +8 -20
- package/dist-types/commands/DescribeGameServerInstancesCommand.d.ts +7 -23
- package/dist-types/commands/DescribeGameSessionDetailsCommand.d.ts +6 -20
- package/dist-types/commands/DescribeGameSessionPlacementCommand.d.ts +8 -26
- package/dist-types/commands/DescribeGameSessionQueuesCommand.d.ts +5 -20
- package/dist-types/commands/DescribeGameSessionsCommand.d.ts +9 -32
- package/dist-types/commands/DescribeInstancesCommand.d.ts +5 -7
- package/dist-types/commands/DescribeMatchmakingCommand.d.ts +6 -19
- package/dist-types/commands/DescribeMatchmakingConfigurationsCommand.d.ts +1 -16
- package/dist-types/commands/DescribeMatchmakingRuleSetsCommand.d.ts +2 -16
- package/dist-types/commands/DescribePlayerSessionsCommand.d.ts +3 -11
- package/dist-types/commands/DescribeRuntimeConfigurationCommand.d.ts +5 -20
- package/dist-types/commands/DescribeScalingPoliciesCommand.d.ts +6 -22
- package/dist-types/commands/DescribeScriptCommand.d.ts +3 -8
- package/dist-types/commands/DescribeVpcPeeringAuthorizationsCommand.d.ts +2 -8
- package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +7 -13
- package/dist-types/commands/GetComputeAccessCommand.d.ts +59 -0
- package/dist-types/commands/GetComputeAuthTokenCommand.d.ts +40 -0
- package/dist-types/commands/GetGameSessionLogUrlCommand.d.ts +3 -15
- package/dist-types/commands/GetInstanceAccessCommand.d.ts +2 -8
- package/dist-types/commands/ListAliasesCommand.d.ts +4 -10
- package/dist-types/commands/ListBuildsCommand.d.ts +3 -11
- package/dist-types/commands/ListComputeCommand.d.ts +37 -0
- package/dist-types/commands/ListFleetsCommand.d.ts +9 -23
- package/dist-types/commands/ListGameServerGroupsCommand.d.ts +1 -26
- package/dist-types/commands/ListGameServersCommand.d.ts +6 -16
- package/dist-types/commands/ListLocationsCommand.d.ts +37 -0
- package/dist-types/commands/ListScriptsCommand.d.ts +3 -7
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +8 -13
- package/dist-types/commands/PutScalingPolicyCommand.d.ts +21 -40
- package/dist-types/commands/RegisterComputeCommand.d.ts +57 -0
- package/dist-types/commands/RegisterGameServerCommand.d.ts +9 -21
- package/dist-types/commands/RequestUploadCredentialsCommand.d.ts +3 -12
- package/dist-types/commands/ResolveAliasCommand.d.ts +1 -7
- package/dist-types/commands/ResumeGameServerGroupCommand.d.ts +11 -23
- package/dist-types/commands/SearchGameSessionsCommand.d.ts +21 -38
- package/dist-types/commands/StartFleetActionsCommand.d.ts +7 -21
- package/dist-types/commands/StartGameSessionPlacementCommand.d.ts +31 -46
- package/dist-types/commands/StartMatchBackfillCommand.d.ts +19 -29
- package/dist-types/commands/StartMatchmakingCommand.d.ts +4 -15
- package/dist-types/commands/StopFleetActionsCommand.d.ts +5 -21
- package/dist-types/commands/StopGameSessionPlacementCommand.d.ts +2 -17
- package/dist-types/commands/StopMatchmakingCommand.d.ts +3 -14
- package/dist-types/commands/SuspendGameServerGroupCommand.d.ts +7 -19
- package/dist-types/commands/TagResourceCommand.d.ts +7 -10
- package/dist-types/commands/UntagResourceCommand.d.ts +12 -16
- package/dist-types/commands/UpdateAliasCommand.d.ts +1 -7
- package/dist-types/commands/UpdateBuildCommand.d.ts +3 -11
- package/dist-types/commands/UpdateFleetAttributesCommand.d.ts +3 -19
- package/dist-types/commands/UpdateFleetCapacityCommand.d.ts +10 -26
- package/dist-types/commands/UpdateFleetPortSettingsCommand.d.ts +6 -21
- package/dist-types/commands/UpdateGameServerCommand.d.ts +20 -29
- package/dist-types/commands/UpdateGameServerGroupCommand.d.ts +9 -21
- package/dist-types/commands/UpdateGameSessionCommand.d.ts +1 -13
- package/dist-types/commands/UpdateGameSessionQueueCommand.d.ts +2 -16
- package/dist-types/commands/UpdateMatchmakingConfigurationCommand.d.ts +6 -20
- package/dist-types/commands/UpdateRuntimeConfigurationCommand.d.ts +5 -21
- package/dist-types/commands/UpdateScriptCommand.d.ts +2 -7
- package/dist-types/commands/ValidateMatchmakingRuleSetCommand.d.ts +4 -18
- package/dist-types/commands/index.d.ts +9 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +1598 -1987
- package/dist-types/models/models_1.d.ts +452 -0
- package/dist-types/pagination/ListComputePaginator.d.ts +4 -0
- package/dist-types/pagination/ListLocationsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +27 -0
- package/dist-types/ts3.4/GameLift.d.ts +153 -0
- package/dist-types/ts3.4/GameLiftClient.d.ts +54 -0
- package/dist-types/ts3.4/commands/CreateLocationCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/DeleteLocationCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/DeregisterComputeCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeComputeCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/GetComputeAccessCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/GetComputeAuthTokenCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListComputeCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/ListLocationsCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/RegisterComputeCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/UpdateFleetPortSettingsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateGameServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGameServerGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGameSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGameSessionQueueCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateMatchmakingConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRuntimeConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateScriptCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ValidateMatchmakingRuleSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +9 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +417 -370
- package/dist-types/ts3.4/models/models_1.d.ts +166 -0
- package/dist-types/ts3.4/pagination/ListComputePaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListLocationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +108 -0
- package/package.json +28 -28
|
@@ -1,13 +1,18 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
3
|
+
exports.MatchmakingConfigurationStatus = exports.InstanceStatus = exports.GameSessionPlacementState = exports.GameServerInstanceStatus = exports.LocationUpdateStatus = exports.EventCode = exports.GameServerGroupDeleteOption = exports.InvalidGameSessionStatusException = exports.GameSessionFullException = exports.PlayerSessionStatus = exports.FlexMatchMode = exports.PriorityType = exports.TerminalRoutingStrategyException = exports.IdempotentParameterMismatchException = exports.FleetCapacityExceededException = exports.GameSessionStatusReason = exports.GameSessionStatus = exports.PlayerSessionCreationPolicy = exports.GameServerGroupAction = exports.GameServerGroupStatus = exports.GameServerGroupInstanceType = exports.GameServerProtectionPolicy = exports.InvalidFleetStatusException = exports.FleetAction = exports.FleetStatus = exports.ProtectionPolicy = exports.FleetType = exports.IpProtocol = exports.TaggingFailedException = exports.LimitExceededException = exports.ComputeType = exports.EC2InstanceType = exports.ComputeStatus = exports.ComparisonOperatorType = exports.UnauthorizedException = exports.OutOfCapacityException = exports.ConflictException = exports.GameServerUtilizationStatus = exports.GameServerClaimStatus = exports.CertificateType = exports.BuildStatus = exports.OperatingSystem = exports.BalancingStrategy = exports.BackfillMode = exports.RoutingStrategyType = exports.UnsupportedRegionException = exports.NotFoundException = exports.InvalidRequestException = exports.InternalServiceException = exports.AcceptanceType = void 0;
|
|
4
|
+
exports.PlayerLatencyPolicyFilterSensitiveLog = exports.FilterConfigurationFilterSensitiveLog = exports.GameSessionQueueDestinationFilterSensitiveLog = exports.CreateGameSessionOutputFilterSensitiveLog = exports.GameSessionFilterSensitiveLog = exports.CreateGameSessionInputFilterSensitiveLog = exports.GamePropertyFilterSensitiveLog = exports.CreateGameServerGroupOutputFilterSensitiveLog = exports.GameServerGroupFilterSensitiveLog = exports.CreateGameServerGroupInputFilterSensitiveLog = exports.LaunchTemplateSpecificationFilterSensitiveLog = exports.InstanceDefinitionFilterSensitiveLog = exports.GameServerGroupAutoScalingPolicyFilterSensitiveLog = exports.TargetTrackingConfigurationFilterSensitiveLog = exports.CreateFleetLocationsOutputFilterSensitiveLog = exports.CreateFleetLocationsInputFilterSensitiveLog = exports.CreateFleetOutputFilterSensitiveLog = exports.LocationStateFilterSensitiveLog = exports.FleetAttributesFilterSensitiveLog = exports.CreateFleetInputFilterSensitiveLog = exports.RuntimeConfigurationFilterSensitiveLog = exports.ServerProcessFilterSensitiveLog = exports.ResourceCreationLimitPolicyFilterSensitiveLog = exports.LocationConfigurationFilterSensitiveLog = exports.IpPermissionFilterSensitiveLog = exports.CreateBuildOutputFilterSensitiveLog = exports.CreateBuildInputFilterSensitiveLog = exports.S3LocationFilterSensitiveLog = exports.CreateAliasOutputFilterSensitiveLog = exports.CreateAliasInputFilterSensitiveLog = exports.TagFilterSensitiveLog = exports.ComputeFilterSensitiveLog = exports.ClaimGameServerOutputFilterSensitiveLog = exports.GameServerFilterSensitiveLog = exports.ClaimGameServerInputFilterSensitiveLog = exports.CertificateConfigurationFilterSensitiveLog = exports.BuildFilterSensitiveLog = exports.AwsCredentialsFilterSensitiveLog = exports.AttributeValueFilterSensitiveLog = exports.AnywhereConfigurationFilterSensitiveLog = exports.AliasFilterSensitiveLog = exports.RoutingStrategyFilterSensitiveLog = exports.AcceptMatchOutputFilterSensitiveLog = exports.AcceptMatchInputFilterSensitiveLog = exports.LocationFilter = exports.SortOrder = exports.ScalingAdjustmentType = exports.PolicyType = exports.MetricName = exports.ScalingStatusType = void 0;
|
|
5
|
+
exports.DeregisterGameServerInputFilterSensitiveLog = exports.DeregisterComputeOutputFilterSensitiveLog = exports.DeregisterComputeInputFilterSensitiveLog = exports.DeleteVpcPeeringConnectionOutputFilterSensitiveLog = exports.DeleteVpcPeeringConnectionInputFilterSensitiveLog = exports.DeleteVpcPeeringAuthorizationOutputFilterSensitiveLog = exports.DeleteVpcPeeringAuthorizationInputFilterSensitiveLog = exports.DeleteScriptInputFilterSensitiveLog = exports.DeleteScalingPolicyInputFilterSensitiveLog = exports.DeleteMatchmakingRuleSetOutputFilterSensitiveLog = exports.DeleteMatchmakingRuleSetInputFilterSensitiveLog = exports.DeleteMatchmakingConfigurationOutputFilterSensitiveLog = exports.DeleteMatchmakingConfigurationInputFilterSensitiveLog = exports.DeleteLocationOutputFilterSensitiveLog = exports.DeleteLocationInputFilterSensitiveLog = exports.DeleteGameSessionQueueOutputFilterSensitiveLog = exports.DeleteGameSessionQueueInputFilterSensitiveLog = exports.DeleteGameServerGroupOutputFilterSensitiveLog = exports.DeleteGameServerGroupInputFilterSensitiveLog = exports.DeleteFleetLocationsOutputFilterSensitiveLog = exports.DeleteFleetLocationsInputFilterSensitiveLog = exports.DeleteFleetInputFilterSensitiveLog = exports.DeleteBuildInputFilterSensitiveLog = exports.DeleteAliasInputFilterSensitiveLog = exports.CreateVpcPeeringConnectionOutputFilterSensitiveLog = exports.CreateVpcPeeringConnectionInputFilterSensitiveLog = exports.CreateVpcPeeringAuthorizationOutputFilterSensitiveLog = exports.VpcPeeringAuthorizationFilterSensitiveLog = exports.CreateVpcPeeringAuthorizationInputFilterSensitiveLog = exports.CreateScriptOutputFilterSensitiveLog = exports.ScriptFilterSensitiveLog = exports.CreateScriptInputFilterSensitiveLog = exports.CreatePlayerSessionsOutputFilterSensitiveLog = exports.CreatePlayerSessionsInputFilterSensitiveLog = exports.CreatePlayerSessionOutputFilterSensitiveLog = exports.PlayerSessionFilterSensitiveLog = exports.CreatePlayerSessionInputFilterSensitiveLog = exports.CreateMatchmakingRuleSetOutputFilterSensitiveLog = exports.MatchmakingRuleSetFilterSensitiveLog = exports.CreateMatchmakingRuleSetInputFilterSensitiveLog = exports.CreateMatchmakingConfigurationOutputFilterSensitiveLog = exports.MatchmakingConfigurationFilterSensitiveLog = exports.CreateMatchmakingConfigurationInputFilterSensitiveLog = exports.CreateLocationOutputFilterSensitiveLog = exports.LocationModelFilterSensitiveLog = exports.CreateLocationInputFilterSensitiveLog = exports.CreateGameSessionQueueOutputFilterSensitiveLog = exports.GameSessionQueueFilterSensitiveLog = exports.CreateGameSessionQueueInputFilterSensitiveLog = exports.PriorityConfigurationFilterSensitiveLog = void 0;
|
|
6
|
+
exports.DescribeInstancesInputFilterSensitiveLog = exports.DescribeGameSessionsOutputFilterSensitiveLog = exports.DescribeGameSessionsInputFilterSensitiveLog = exports.DescribeGameSessionQueuesOutputFilterSensitiveLog = exports.DescribeGameSessionQueuesInputFilterSensitiveLog = exports.DescribeGameSessionPlacementOutputFilterSensitiveLog = exports.GameSessionPlacementFilterSensitiveLog = exports.PlayerLatencyFilterSensitiveLog = exports.PlacedPlayerSessionFilterSensitiveLog = exports.DescribeGameSessionPlacementInputFilterSensitiveLog = exports.DescribeGameSessionDetailsOutputFilterSensitiveLog = exports.GameSessionDetailFilterSensitiveLog = exports.DescribeGameSessionDetailsInputFilterSensitiveLog = exports.DescribeGameServerInstancesOutputFilterSensitiveLog = exports.GameServerInstanceFilterSensitiveLog = exports.DescribeGameServerInstancesInputFilterSensitiveLog = exports.DescribeGameServerGroupOutputFilterSensitiveLog = exports.DescribeGameServerGroupInputFilterSensitiveLog = exports.DescribeGameServerOutputFilterSensitiveLog = exports.DescribeGameServerInputFilterSensitiveLog = exports.DescribeFleetUtilizationOutputFilterSensitiveLog = exports.DescribeFleetUtilizationInputFilterSensitiveLog = exports.DescribeFleetPortSettingsOutputFilterSensitiveLog = exports.DescribeFleetPortSettingsInputFilterSensitiveLog = exports.DescribeFleetLocationUtilizationOutputFilterSensitiveLog = exports.FleetUtilizationFilterSensitiveLog = exports.DescribeFleetLocationUtilizationInputFilterSensitiveLog = exports.DescribeFleetLocationCapacityOutputFilterSensitiveLog = exports.DescribeFleetLocationCapacityInputFilterSensitiveLog = exports.DescribeFleetLocationAttributesOutputFilterSensitiveLog = exports.LocationAttributesFilterSensitiveLog = exports.DescribeFleetLocationAttributesInputFilterSensitiveLog = exports.DescribeFleetEventsOutputFilterSensitiveLog = exports.EventFilterSensitiveLog = exports.DescribeFleetEventsInputFilterSensitiveLog = exports.DescribeFleetCapacityOutputFilterSensitiveLog = exports.FleetCapacityFilterSensitiveLog = exports.EC2InstanceCountsFilterSensitiveLog = exports.DescribeFleetCapacityInputFilterSensitiveLog = exports.DescribeFleetAttributesOutputFilterSensitiveLog = exports.DescribeFleetAttributesInputFilterSensitiveLog = exports.DescribeEC2InstanceLimitsOutputFilterSensitiveLog = exports.EC2InstanceLimitFilterSensitiveLog = exports.DescribeEC2InstanceLimitsInputFilterSensitiveLog = exports.DescribeComputeOutputFilterSensitiveLog = exports.DescribeComputeInputFilterSensitiveLog = exports.DescribeBuildOutputFilterSensitiveLog = exports.DescribeBuildInputFilterSensitiveLog = exports.DescribeAliasOutputFilterSensitiveLog = exports.DescribeAliasInputFilterSensitiveLog = void 0;
|
|
7
|
+
exports.ListGameServersInputFilterSensitiveLog = exports.ListGameServerGroupsOutputFilterSensitiveLog = exports.ListGameServerGroupsInputFilterSensitiveLog = exports.ListFleetsOutputFilterSensitiveLog = exports.ListFleetsInputFilterSensitiveLog = exports.ListComputeOutputFilterSensitiveLog = exports.ListComputeInputFilterSensitiveLog = exports.ListBuildsOutputFilterSensitiveLog = exports.ListBuildsInputFilterSensitiveLog = exports.ListAliasesOutputFilterSensitiveLog = exports.ListAliasesInputFilterSensitiveLog = exports.GetInstanceAccessOutputFilterSensitiveLog = exports.InstanceAccessFilterSensitiveLog = exports.InstanceCredentialsFilterSensitiveLog = exports.GetInstanceAccessInputFilterSensitiveLog = exports.GetGameSessionLogUrlOutputFilterSensitiveLog = exports.GetGameSessionLogUrlInputFilterSensitiveLog = exports.GetComputeAuthTokenOutputFilterSensitiveLog = exports.GetComputeAuthTokenInputFilterSensitiveLog = exports.GetComputeAccessOutputFilterSensitiveLog = exports.GetComputeAccessInputFilterSensitiveLog = exports.DesiredPlayerSessionFilterSensitiveLog = exports.DescribeVpcPeeringConnectionsOutputFilterSensitiveLog = exports.VpcPeeringConnectionFilterSensitiveLog = exports.VpcPeeringConnectionStatusFilterSensitiveLog = exports.DescribeVpcPeeringConnectionsInputFilterSensitiveLog = exports.DescribeVpcPeeringAuthorizationsOutputFilterSensitiveLog = exports.DescribeVpcPeeringAuthorizationsInputFilterSensitiveLog = exports.DescribeScriptOutputFilterSensitiveLog = exports.DescribeScriptInputFilterSensitiveLog = exports.DescribeScalingPoliciesOutputFilterSensitiveLog = exports.ScalingPolicyFilterSensitiveLog = exports.TargetConfigurationFilterSensitiveLog = exports.DescribeScalingPoliciesInputFilterSensitiveLog = exports.DescribeRuntimeConfigurationOutputFilterSensitiveLog = exports.DescribeRuntimeConfigurationInputFilterSensitiveLog = exports.DescribePlayerSessionsOutputFilterSensitiveLog = exports.DescribePlayerSessionsInputFilterSensitiveLog = exports.DescribeMatchmakingRuleSetsOutputFilterSensitiveLog = exports.DescribeMatchmakingRuleSetsInputFilterSensitiveLog = exports.DescribeMatchmakingConfigurationsOutputFilterSensitiveLog = exports.DescribeMatchmakingConfigurationsInputFilterSensitiveLog = exports.DescribeMatchmakingOutputFilterSensitiveLog = exports.MatchmakingTicketFilterSensitiveLog = exports.PlayerFilterSensitiveLog = exports.GameSessionConnectionInfoFilterSensitiveLog = exports.MatchedPlayerSessionFilterSensitiveLog = exports.DescribeMatchmakingInputFilterSensitiveLog = exports.DescribeInstancesOutputFilterSensitiveLog = exports.InstanceFilterSensitiveLog = void 0;
|
|
8
|
+
exports.UpdateFleetPortSettingsInputFilterSensitiveLog = exports.UpdateFleetCapacityOutputFilterSensitiveLog = exports.UpdateFleetCapacityInputFilterSensitiveLog = exports.UpdateFleetAttributesOutputFilterSensitiveLog = exports.UpdateFleetAttributesInputFilterSensitiveLog = exports.UpdateBuildOutputFilterSensitiveLog = exports.UpdateBuildInputFilterSensitiveLog = exports.UpdateAliasOutputFilterSensitiveLog = exports.UpdateAliasInputFilterSensitiveLog = exports.UntagResourceResponseFilterSensitiveLog = exports.UntagResourceRequestFilterSensitiveLog = exports.TagResourceResponseFilterSensitiveLog = exports.TagResourceRequestFilterSensitiveLog = exports.SuspendGameServerGroupOutputFilterSensitiveLog = exports.SuspendGameServerGroupInputFilterSensitiveLog = exports.StopMatchmakingOutputFilterSensitiveLog = exports.StopMatchmakingInputFilterSensitiveLog = exports.StopGameSessionPlacementOutputFilterSensitiveLog = exports.StopGameSessionPlacementInputFilterSensitiveLog = exports.StopFleetActionsOutputFilterSensitiveLog = exports.StopFleetActionsInputFilterSensitiveLog = exports.StartMatchmakingOutputFilterSensitiveLog = exports.StartMatchmakingInputFilterSensitiveLog = exports.StartMatchBackfillOutputFilterSensitiveLog = exports.StartMatchBackfillInputFilterSensitiveLog = exports.StartGameSessionPlacementOutputFilterSensitiveLog = exports.StartGameSessionPlacementInputFilterSensitiveLog = exports.StartFleetActionsOutputFilterSensitiveLog = exports.StartFleetActionsInputFilterSensitiveLog = exports.SearchGameSessionsOutputFilterSensitiveLog = exports.SearchGameSessionsInputFilterSensitiveLog = exports.ResumeGameServerGroupOutputFilterSensitiveLog = exports.ResumeGameServerGroupInputFilterSensitiveLog = exports.ResolveAliasOutputFilterSensitiveLog = exports.ResolveAliasInputFilterSensitiveLog = exports.RequestUploadCredentialsOutputFilterSensitiveLog = exports.RequestUploadCredentialsInputFilterSensitiveLog = exports.RegisterGameServerOutputFilterSensitiveLog = exports.RegisterGameServerInputFilterSensitiveLog = exports.RegisterComputeOutputFilterSensitiveLog = exports.RegisterComputeInputFilterSensitiveLog = exports.PutScalingPolicyOutputFilterSensitiveLog = exports.PutScalingPolicyInputFilterSensitiveLog = exports.ListTagsForResourceResponseFilterSensitiveLog = exports.ListTagsForResourceRequestFilterSensitiveLog = exports.ListScriptsOutputFilterSensitiveLog = exports.ListScriptsInputFilterSensitiveLog = exports.ListLocationsOutputFilterSensitiveLog = exports.ListLocationsInputFilterSensitiveLog = exports.ListGameServersOutputFilterSensitiveLog = void 0;
|
|
9
9
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
10
10
|
const GameLiftServiceException_1 = require("./GameLiftServiceException");
|
|
11
|
+
var AcceptanceType;
|
|
12
|
+
(function (AcceptanceType) {
|
|
13
|
+
AcceptanceType["ACCEPT"] = "ACCEPT";
|
|
14
|
+
AcceptanceType["REJECT"] = "REJECT";
|
|
15
|
+
})(AcceptanceType = exports.AcceptanceType || (exports.AcceptanceType = {}));
|
|
11
16
|
class InternalServiceException extends GameLiftServiceException_1.GameLiftServiceException {
|
|
12
17
|
constructor(opts) {
|
|
13
18
|
super({
|
|
@@ -155,6 +160,134 @@ var ComparisonOperatorType;
|
|
|
155
160
|
ComparisonOperatorType["LessThanOrEqualToThreshold"] = "LessThanOrEqualToThreshold";
|
|
156
161
|
ComparisonOperatorType["LessThanThreshold"] = "LessThanThreshold";
|
|
157
162
|
})(ComparisonOperatorType = exports.ComparisonOperatorType || (exports.ComparisonOperatorType = {}));
|
|
163
|
+
var ComputeStatus;
|
|
164
|
+
(function (ComputeStatus) {
|
|
165
|
+
ComputeStatus["ACTIVE"] = "ACTIVE";
|
|
166
|
+
ComputeStatus["PENDING"] = "PENDING";
|
|
167
|
+
ComputeStatus["TERMINATING"] = "TERMINATING";
|
|
168
|
+
})(ComputeStatus = exports.ComputeStatus || (exports.ComputeStatus = {}));
|
|
169
|
+
var EC2InstanceType;
|
|
170
|
+
(function (EC2InstanceType) {
|
|
171
|
+
EC2InstanceType["c3_2xlarge"] = "c3.2xlarge";
|
|
172
|
+
EC2InstanceType["c3_4xlarge"] = "c3.4xlarge";
|
|
173
|
+
EC2InstanceType["c3_8xlarge"] = "c3.8xlarge";
|
|
174
|
+
EC2InstanceType["c3_large"] = "c3.large";
|
|
175
|
+
EC2InstanceType["c3_xlarge"] = "c3.xlarge";
|
|
176
|
+
EC2InstanceType["c4_2xlarge"] = "c4.2xlarge";
|
|
177
|
+
EC2InstanceType["c4_4xlarge"] = "c4.4xlarge";
|
|
178
|
+
EC2InstanceType["c4_8xlarge"] = "c4.8xlarge";
|
|
179
|
+
EC2InstanceType["c4_large"] = "c4.large";
|
|
180
|
+
EC2InstanceType["c4_xlarge"] = "c4.xlarge";
|
|
181
|
+
EC2InstanceType["c5_12xlarge"] = "c5.12xlarge";
|
|
182
|
+
EC2InstanceType["c5_18xlarge"] = "c5.18xlarge";
|
|
183
|
+
EC2InstanceType["c5_24xlarge"] = "c5.24xlarge";
|
|
184
|
+
EC2InstanceType["c5_2xlarge"] = "c5.2xlarge";
|
|
185
|
+
EC2InstanceType["c5_4xlarge"] = "c5.4xlarge";
|
|
186
|
+
EC2InstanceType["c5_9xlarge"] = "c5.9xlarge";
|
|
187
|
+
EC2InstanceType["c5_large"] = "c5.large";
|
|
188
|
+
EC2InstanceType["c5_xlarge"] = "c5.xlarge";
|
|
189
|
+
EC2InstanceType["c5a_12xlarge"] = "c5a.12xlarge";
|
|
190
|
+
EC2InstanceType["c5a_16xlarge"] = "c5a.16xlarge";
|
|
191
|
+
EC2InstanceType["c5a_24xlarge"] = "c5a.24xlarge";
|
|
192
|
+
EC2InstanceType["c5a_2xlarge"] = "c5a.2xlarge";
|
|
193
|
+
EC2InstanceType["c5a_4xlarge"] = "c5a.4xlarge";
|
|
194
|
+
EC2InstanceType["c5a_8xlarge"] = "c5a.8xlarge";
|
|
195
|
+
EC2InstanceType["c5a_large"] = "c5a.large";
|
|
196
|
+
EC2InstanceType["c5a_xlarge"] = "c5a.xlarge";
|
|
197
|
+
EC2InstanceType["c5d_12xlarge"] = "c5d.12xlarge";
|
|
198
|
+
EC2InstanceType["c5d_18xlarge"] = "c5d.18xlarge";
|
|
199
|
+
EC2InstanceType["c5d_24xlarge"] = "c5d.24xlarge";
|
|
200
|
+
EC2InstanceType["c5d_2xlarge"] = "c5d.2xlarge";
|
|
201
|
+
EC2InstanceType["c5d_4xlarge"] = "c5d.4xlarge";
|
|
202
|
+
EC2InstanceType["c5d_9xlarge"] = "c5d.9xlarge";
|
|
203
|
+
EC2InstanceType["c5d_large"] = "c5d.large";
|
|
204
|
+
EC2InstanceType["c5d_xlarge"] = "c5d.xlarge";
|
|
205
|
+
EC2InstanceType["c6a_12xlarge"] = "c6a.12xlarge";
|
|
206
|
+
EC2InstanceType["c6a_16xlarge"] = "c6a.16xlarge";
|
|
207
|
+
EC2InstanceType["c6a_24xlarge"] = "c6a.24xlarge";
|
|
208
|
+
EC2InstanceType["c6a_2xlarge"] = "c6a.2xlarge";
|
|
209
|
+
EC2InstanceType["c6a_4xlarge"] = "c6a.4xlarge";
|
|
210
|
+
EC2InstanceType["c6a_8xlarge"] = "c6a.8xlarge";
|
|
211
|
+
EC2InstanceType["c6a_large"] = "c6a.large";
|
|
212
|
+
EC2InstanceType["c6a_xlarge"] = "c6a.xlarge";
|
|
213
|
+
EC2InstanceType["c6i_12xlarge"] = "c6i.12xlarge";
|
|
214
|
+
EC2InstanceType["c6i_16xlarge"] = "c6i.16xlarge";
|
|
215
|
+
EC2InstanceType["c6i_24xlarge"] = "c6i.24xlarge";
|
|
216
|
+
EC2InstanceType["c6i_2xlarge"] = "c6i.2xlarge";
|
|
217
|
+
EC2InstanceType["c6i_4xlarge"] = "c6i.4xlarge";
|
|
218
|
+
EC2InstanceType["c6i_8xlarge"] = "c6i.8xlarge";
|
|
219
|
+
EC2InstanceType["c6i_large"] = "c6i.large";
|
|
220
|
+
EC2InstanceType["c6i_xlarge"] = "c6i.xlarge";
|
|
221
|
+
EC2InstanceType["m3_2xlarge"] = "m3.2xlarge";
|
|
222
|
+
EC2InstanceType["m3_large"] = "m3.large";
|
|
223
|
+
EC2InstanceType["m3_medium"] = "m3.medium";
|
|
224
|
+
EC2InstanceType["m3_xlarge"] = "m3.xlarge";
|
|
225
|
+
EC2InstanceType["m4_10xlarge"] = "m4.10xlarge";
|
|
226
|
+
EC2InstanceType["m4_2xlarge"] = "m4.2xlarge";
|
|
227
|
+
EC2InstanceType["m4_4xlarge"] = "m4.4xlarge";
|
|
228
|
+
EC2InstanceType["m4_large"] = "m4.large";
|
|
229
|
+
EC2InstanceType["m4_xlarge"] = "m4.xlarge";
|
|
230
|
+
EC2InstanceType["m5_12xlarge"] = "m5.12xlarge";
|
|
231
|
+
EC2InstanceType["m5_16xlarge"] = "m5.16xlarge";
|
|
232
|
+
EC2InstanceType["m5_24xlarge"] = "m5.24xlarge";
|
|
233
|
+
EC2InstanceType["m5_2xlarge"] = "m5.2xlarge";
|
|
234
|
+
EC2InstanceType["m5_4xlarge"] = "m5.4xlarge";
|
|
235
|
+
EC2InstanceType["m5_8xlarge"] = "m5.8xlarge";
|
|
236
|
+
EC2InstanceType["m5_large"] = "m5.large";
|
|
237
|
+
EC2InstanceType["m5_xlarge"] = "m5.xlarge";
|
|
238
|
+
EC2InstanceType["m5a_12xlarge"] = "m5a.12xlarge";
|
|
239
|
+
EC2InstanceType["m5a_16xlarge"] = "m5a.16xlarge";
|
|
240
|
+
EC2InstanceType["m5a_24xlarge"] = "m5a.24xlarge";
|
|
241
|
+
EC2InstanceType["m5a_2xlarge"] = "m5a.2xlarge";
|
|
242
|
+
EC2InstanceType["m5a_4xlarge"] = "m5a.4xlarge";
|
|
243
|
+
EC2InstanceType["m5a_8xlarge"] = "m5a.8xlarge";
|
|
244
|
+
EC2InstanceType["m5a_large"] = "m5a.large";
|
|
245
|
+
EC2InstanceType["m5a_xlarge"] = "m5a.xlarge";
|
|
246
|
+
EC2InstanceType["r3_2xlarge"] = "r3.2xlarge";
|
|
247
|
+
EC2InstanceType["r3_4xlarge"] = "r3.4xlarge";
|
|
248
|
+
EC2InstanceType["r3_8xlarge"] = "r3.8xlarge";
|
|
249
|
+
EC2InstanceType["r3_large"] = "r3.large";
|
|
250
|
+
EC2InstanceType["r3_xlarge"] = "r3.xlarge";
|
|
251
|
+
EC2InstanceType["r4_16xlarge"] = "r4.16xlarge";
|
|
252
|
+
EC2InstanceType["r4_2xlarge"] = "r4.2xlarge";
|
|
253
|
+
EC2InstanceType["r4_4xlarge"] = "r4.4xlarge";
|
|
254
|
+
EC2InstanceType["r4_8xlarge"] = "r4.8xlarge";
|
|
255
|
+
EC2InstanceType["r4_large"] = "r4.large";
|
|
256
|
+
EC2InstanceType["r4_xlarge"] = "r4.xlarge";
|
|
257
|
+
EC2InstanceType["r5_12xlarge"] = "r5.12xlarge";
|
|
258
|
+
EC2InstanceType["r5_16xlarge"] = "r5.16xlarge";
|
|
259
|
+
EC2InstanceType["r5_24xlarge"] = "r5.24xlarge";
|
|
260
|
+
EC2InstanceType["r5_2xlarge"] = "r5.2xlarge";
|
|
261
|
+
EC2InstanceType["r5_4xlarge"] = "r5.4xlarge";
|
|
262
|
+
EC2InstanceType["r5_8xlarge"] = "r5.8xlarge";
|
|
263
|
+
EC2InstanceType["r5_large"] = "r5.large";
|
|
264
|
+
EC2InstanceType["r5_xlarge"] = "r5.xlarge";
|
|
265
|
+
EC2InstanceType["r5a_12xlarge"] = "r5a.12xlarge";
|
|
266
|
+
EC2InstanceType["r5a_16xlarge"] = "r5a.16xlarge";
|
|
267
|
+
EC2InstanceType["r5a_24xlarge"] = "r5a.24xlarge";
|
|
268
|
+
EC2InstanceType["r5a_2xlarge"] = "r5a.2xlarge";
|
|
269
|
+
EC2InstanceType["r5a_4xlarge"] = "r5a.4xlarge";
|
|
270
|
+
EC2InstanceType["r5a_8xlarge"] = "r5a.8xlarge";
|
|
271
|
+
EC2InstanceType["r5a_large"] = "r5a.large";
|
|
272
|
+
EC2InstanceType["r5a_xlarge"] = "r5a.xlarge";
|
|
273
|
+
EC2InstanceType["r5d_12xlarge"] = "r5d.12xlarge";
|
|
274
|
+
EC2InstanceType["r5d_16xlarge"] = "r5d.16xlarge";
|
|
275
|
+
EC2InstanceType["r5d_24xlarge"] = "r5d.24xlarge";
|
|
276
|
+
EC2InstanceType["r5d_2xlarge"] = "r5d.2xlarge";
|
|
277
|
+
EC2InstanceType["r5d_4xlarge"] = "r5d.4xlarge";
|
|
278
|
+
EC2InstanceType["r5d_8xlarge"] = "r5d.8xlarge";
|
|
279
|
+
EC2InstanceType["r5d_large"] = "r5d.large";
|
|
280
|
+
EC2InstanceType["r5d_xlarge"] = "r5d.xlarge";
|
|
281
|
+
EC2InstanceType["t2_large"] = "t2.large";
|
|
282
|
+
EC2InstanceType["t2_medium"] = "t2.medium";
|
|
283
|
+
EC2InstanceType["t2_micro"] = "t2.micro";
|
|
284
|
+
EC2InstanceType["t2_small"] = "t2.small";
|
|
285
|
+
})(EC2InstanceType = exports.EC2InstanceType || (exports.EC2InstanceType = {}));
|
|
286
|
+
var ComputeType;
|
|
287
|
+
(function (ComputeType) {
|
|
288
|
+
ComputeType["ANYWHERE"] = "ANYWHERE";
|
|
289
|
+
ComputeType["EC2"] = "EC2";
|
|
290
|
+
})(ComputeType = exports.ComputeType || (exports.ComputeType = {}));
|
|
158
291
|
class LimitExceededException extends GameLiftServiceException_1.GameLiftServiceException {
|
|
159
292
|
constructor(opts) {
|
|
160
293
|
super({
|
|
@@ -207,6 +340,7 @@ var FleetStatus;
|
|
|
207
340
|
FleetStatus["DOWNLOADING"] = "DOWNLOADING";
|
|
208
341
|
FleetStatus["ERROR"] = "ERROR";
|
|
209
342
|
FleetStatus["NEW"] = "NEW";
|
|
343
|
+
FleetStatus["NOT_FOUND"] = "NOT_FOUND";
|
|
210
344
|
FleetStatus["TERMINATED"] = "TERMINATED";
|
|
211
345
|
FleetStatus["VALIDATING"] = "VALIDATING";
|
|
212
346
|
})(FleetStatus = exports.FleetStatus || (exports.FleetStatus = {}));
|
|
@@ -233,6 +367,97 @@ var GameServerProtectionPolicy;
|
|
|
233
367
|
GameServerProtectionPolicy["FULL_PROTECTION"] = "FULL_PROTECTION";
|
|
234
368
|
GameServerProtectionPolicy["NO_PROTECTION"] = "NO_PROTECTION";
|
|
235
369
|
})(GameServerProtectionPolicy = exports.GameServerProtectionPolicy || (exports.GameServerProtectionPolicy = {}));
|
|
370
|
+
var GameServerGroupInstanceType;
|
|
371
|
+
(function (GameServerGroupInstanceType) {
|
|
372
|
+
GameServerGroupInstanceType["c4_2xlarge"] = "c4.2xlarge";
|
|
373
|
+
GameServerGroupInstanceType["c4_4xlarge"] = "c4.4xlarge";
|
|
374
|
+
GameServerGroupInstanceType["c4_8xlarge"] = "c4.8xlarge";
|
|
375
|
+
GameServerGroupInstanceType["c4_large"] = "c4.large";
|
|
376
|
+
GameServerGroupInstanceType["c4_xlarge"] = "c4.xlarge";
|
|
377
|
+
GameServerGroupInstanceType["c5_12xlarge"] = "c5.12xlarge";
|
|
378
|
+
GameServerGroupInstanceType["c5_18xlarge"] = "c5.18xlarge";
|
|
379
|
+
GameServerGroupInstanceType["c5_24xlarge"] = "c5.24xlarge";
|
|
380
|
+
GameServerGroupInstanceType["c5_2xlarge"] = "c5.2xlarge";
|
|
381
|
+
GameServerGroupInstanceType["c5_4xlarge"] = "c5.4xlarge";
|
|
382
|
+
GameServerGroupInstanceType["c5_9xlarge"] = "c5.9xlarge";
|
|
383
|
+
GameServerGroupInstanceType["c5_large"] = "c5.large";
|
|
384
|
+
GameServerGroupInstanceType["c5_xlarge"] = "c5.xlarge";
|
|
385
|
+
GameServerGroupInstanceType["c5a_12xlarge"] = "c5a.12xlarge";
|
|
386
|
+
GameServerGroupInstanceType["c5a_16xlarge"] = "c5a.16xlarge";
|
|
387
|
+
GameServerGroupInstanceType["c5a_24xlarge"] = "c5a.24xlarge";
|
|
388
|
+
GameServerGroupInstanceType["c5a_2xlarge"] = "c5a.2xlarge";
|
|
389
|
+
GameServerGroupInstanceType["c5a_4xlarge"] = "c5a.4xlarge";
|
|
390
|
+
GameServerGroupInstanceType["c5a_8xlarge"] = "c5a.8xlarge";
|
|
391
|
+
GameServerGroupInstanceType["c5a_large"] = "c5a.large";
|
|
392
|
+
GameServerGroupInstanceType["c5a_xlarge"] = "c5a.xlarge";
|
|
393
|
+
GameServerGroupInstanceType["c6g_12xlarge"] = "c6g.12xlarge";
|
|
394
|
+
GameServerGroupInstanceType["c6g_16xlarge"] = "c6g.16xlarge";
|
|
395
|
+
GameServerGroupInstanceType["c6g_2xlarge"] = "c6g.2xlarge";
|
|
396
|
+
GameServerGroupInstanceType["c6g_4xlarge"] = "c6g.4xlarge";
|
|
397
|
+
GameServerGroupInstanceType["c6g_8xlarge"] = "c6g.8xlarge";
|
|
398
|
+
GameServerGroupInstanceType["c6g_large"] = "c6g.large";
|
|
399
|
+
GameServerGroupInstanceType["c6g_medium"] = "c6g.medium";
|
|
400
|
+
GameServerGroupInstanceType["c6g_xlarge"] = "c6g.xlarge";
|
|
401
|
+
GameServerGroupInstanceType["m4_10xlarge"] = "m4.10xlarge";
|
|
402
|
+
GameServerGroupInstanceType["m4_2xlarge"] = "m4.2xlarge";
|
|
403
|
+
GameServerGroupInstanceType["m4_4xlarge"] = "m4.4xlarge";
|
|
404
|
+
GameServerGroupInstanceType["m4_large"] = "m4.large";
|
|
405
|
+
GameServerGroupInstanceType["m4_xlarge"] = "m4.xlarge";
|
|
406
|
+
GameServerGroupInstanceType["m5_12xlarge"] = "m5.12xlarge";
|
|
407
|
+
GameServerGroupInstanceType["m5_16xlarge"] = "m5.16xlarge";
|
|
408
|
+
GameServerGroupInstanceType["m5_24xlarge"] = "m5.24xlarge";
|
|
409
|
+
GameServerGroupInstanceType["m5_2xlarge"] = "m5.2xlarge";
|
|
410
|
+
GameServerGroupInstanceType["m5_4xlarge"] = "m5.4xlarge";
|
|
411
|
+
GameServerGroupInstanceType["m5_8xlarge"] = "m5.8xlarge";
|
|
412
|
+
GameServerGroupInstanceType["m5_large"] = "m5.large";
|
|
413
|
+
GameServerGroupInstanceType["m5_xlarge"] = "m5.xlarge";
|
|
414
|
+
GameServerGroupInstanceType["m5a_12xlarge"] = "m5a.12xlarge";
|
|
415
|
+
GameServerGroupInstanceType["m5a_16xlarge"] = "m5a.16xlarge";
|
|
416
|
+
GameServerGroupInstanceType["m5a_24xlarge"] = "m5a.24xlarge";
|
|
417
|
+
GameServerGroupInstanceType["m5a_2xlarge"] = "m5a.2xlarge";
|
|
418
|
+
GameServerGroupInstanceType["m5a_4xlarge"] = "m5a.4xlarge";
|
|
419
|
+
GameServerGroupInstanceType["m5a_8xlarge"] = "m5a.8xlarge";
|
|
420
|
+
GameServerGroupInstanceType["m5a_large"] = "m5a.large";
|
|
421
|
+
GameServerGroupInstanceType["m5a_xlarge"] = "m5a.xlarge";
|
|
422
|
+
GameServerGroupInstanceType["m6g_12xlarge"] = "m6g.12xlarge";
|
|
423
|
+
GameServerGroupInstanceType["m6g_16xlarge"] = "m6g.16xlarge";
|
|
424
|
+
GameServerGroupInstanceType["m6g_2xlarge"] = "m6g.2xlarge";
|
|
425
|
+
GameServerGroupInstanceType["m6g_4xlarge"] = "m6g.4xlarge";
|
|
426
|
+
GameServerGroupInstanceType["m6g_8xlarge"] = "m6g.8xlarge";
|
|
427
|
+
GameServerGroupInstanceType["m6g_large"] = "m6g.large";
|
|
428
|
+
GameServerGroupInstanceType["m6g_medium"] = "m6g.medium";
|
|
429
|
+
GameServerGroupInstanceType["m6g_xlarge"] = "m6g.xlarge";
|
|
430
|
+
GameServerGroupInstanceType["r4_16xlarge"] = "r4.16xlarge";
|
|
431
|
+
GameServerGroupInstanceType["r4_2xlarge"] = "r4.2xlarge";
|
|
432
|
+
GameServerGroupInstanceType["r4_4xlarge"] = "r4.4xlarge";
|
|
433
|
+
GameServerGroupInstanceType["r4_8xlarge"] = "r4.8xlarge";
|
|
434
|
+
GameServerGroupInstanceType["r4_large"] = "r4.large";
|
|
435
|
+
GameServerGroupInstanceType["r4_xlarge"] = "r4.xlarge";
|
|
436
|
+
GameServerGroupInstanceType["r5_12xlarge"] = "r5.12xlarge";
|
|
437
|
+
GameServerGroupInstanceType["r5_16xlarge"] = "r5.16xlarge";
|
|
438
|
+
GameServerGroupInstanceType["r5_24xlarge"] = "r5.24xlarge";
|
|
439
|
+
GameServerGroupInstanceType["r5_2xlarge"] = "r5.2xlarge";
|
|
440
|
+
GameServerGroupInstanceType["r5_4xlarge"] = "r5.4xlarge";
|
|
441
|
+
GameServerGroupInstanceType["r5_8xlarge"] = "r5.8xlarge";
|
|
442
|
+
GameServerGroupInstanceType["r5_large"] = "r5.large";
|
|
443
|
+
GameServerGroupInstanceType["r5_xlarge"] = "r5.xlarge";
|
|
444
|
+
GameServerGroupInstanceType["r5a_12xlarge"] = "r5a.12xlarge";
|
|
445
|
+
GameServerGroupInstanceType["r5a_16xlarge"] = "r5a.16xlarge";
|
|
446
|
+
GameServerGroupInstanceType["r5a_24xlarge"] = "r5a.24xlarge";
|
|
447
|
+
GameServerGroupInstanceType["r5a_2xlarge"] = "r5a.2xlarge";
|
|
448
|
+
GameServerGroupInstanceType["r5a_4xlarge"] = "r5a.4xlarge";
|
|
449
|
+
GameServerGroupInstanceType["r5a_8xlarge"] = "r5a.8xlarge";
|
|
450
|
+
GameServerGroupInstanceType["r5a_large"] = "r5a.large";
|
|
451
|
+
GameServerGroupInstanceType["r5a_xlarge"] = "r5a.xlarge";
|
|
452
|
+
GameServerGroupInstanceType["r6g_12xlarge"] = "r6g.12xlarge";
|
|
453
|
+
GameServerGroupInstanceType["r6g_16xlarge"] = "r6g.16xlarge";
|
|
454
|
+
GameServerGroupInstanceType["r6g_2xlarge"] = "r6g.2xlarge";
|
|
455
|
+
GameServerGroupInstanceType["r6g_4xlarge"] = "r6g.4xlarge";
|
|
456
|
+
GameServerGroupInstanceType["r6g_8xlarge"] = "r6g.8xlarge";
|
|
457
|
+
GameServerGroupInstanceType["r6g_large"] = "r6g.large";
|
|
458
|
+
GameServerGroupInstanceType["r6g_medium"] = "r6g.medium";
|
|
459
|
+
GameServerGroupInstanceType["r6g_xlarge"] = "r6g.xlarge";
|
|
460
|
+
})(GameServerGroupInstanceType = exports.GameServerGroupInstanceType || (exports.GameServerGroupInstanceType = {}));
|
|
236
461
|
var GameServerGroupStatus;
|
|
237
462
|
(function (GameServerGroupStatus) {
|
|
238
463
|
GameServerGroupStatus["ACTIVATING"] = "ACTIVATING";
|
|
@@ -387,6 +612,7 @@ var EventCode;
|
|
|
387
612
|
EventCode["GAME_SESSION_ACTIVATION_TIMEOUT"] = "GAME_SESSION_ACTIVATION_TIMEOUT";
|
|
388
613
|
EventCode["GENERIC_EVENT"] = "GENERIC_EVENT";
|
|
389
614
|
EventCode["INSTANCE_INTERRUPTED"] = "INSTANCE_INTERRUPTED";
|
|
615
|
+
EventCode["INSTANCE_RECYCLED"] = "INSTANCE_RECYCLED";
|
|
390
616
|
EventCode["SERVER_PROCESS_CRASHED"] = "SERVER_PROCESS_CRASHED";
|
|
391
617
|
EventCode["SERVER_PROCESS_FORCE_TERMINATED"] = "SERVER_PROCESS_FORCE_TERMINATED";
|
|
392
618
|
EventCode["SERVER_PROCESS_INVALID_PATH"] = "SERVER_PROCESS_INVALID_PATH";
|
|
@@ -419,6 +645,17 @@ var InstanceStatus;
|
|
|
419
645
|
InstanceStatus["PENDING"] = "PENDING";
|
|
420
646
|
InstanceStatus["TERMINATING"] = "TERMINATING";
|
|
421
647
|
})(InstanceStatus = exports.InstanceStatus || (exports.InstanceStatus = {}));
|
|
648
|
+
var MatchmakingConfigurationStatus;
|
|
649
|
+
(function (MatchmakingConfigurationStatus) {
|
|
650
|
+
MatchmakingConfigurationStatus["CANCELLED"] = "CANCELLED";
|
|
651
|
+
MatchmakingConfigurationStatus["COMPLETED"] = "COMPLETED";
|
|
652
|
+
MatchmakingConfigurationStatus["FAILED"] = "FAILED";
|
|
653
|
+
MatchmakingConfigurationStatus["PLACING"] = "PLACING";
|
|
654
|
+
MatchmakingConfigurationStatus["QUEUED"] = "QUEUED";
|
|
655
|
+
MatchmakingConfigurationStatus["REQUIRES_ACCEPTANCE"] = "REQUIRES_ACCEPTANCE";
|
|
656
|
+
MatchmakingConfigurationStatus["SEARCHING"] = "SEARCHING";
|
|
657
|
+
MatchmakingConfigurationStatus["TIMED_OUT"] = "TIMED_OUT";
|
|
658
|
+
})(MatchmakingConfigurationStatus = exports.MatchmakingConfigurationStatus || (exports.MatchmakingConfigurationStatus = {}));
|
|
422
659
|
var ScalingStatusType;
|
|
423
660
|
(function (ScalingStatusType) {
|
|
424
661
|
ScalingStatusType["ACTIVE"] = "ACTIVE";
|
|
@@ -429,6 +666,21 @@ var ScalingStatusType;
|
|
|
429
666
|
ScalingStatusType["UPDATE_REQUESTED"] = "UPDATE_REQUESTED";
|
|
430
667
|
ScalingStatusType["UPDATING"] = "UPDATING";
|
|
431
668
|
})(ScalingStatusType = exports.ScalingStatusType || (exports.ScalingStatusType = {}));
|
|
669
|
+
var MetricName;
|
|
670
|
+
(function (MetricName) {
|
|
671
|
+
MetricName["ActivatingGameSessions"] = "ActivatingGameSessions";
|
|
672
|
+
MetricName["ActiveGameSessions"] = "ActiveGameSessions";
|
|
673
|
+
MetricName["ActiveInstances"] = "ActiveInstances";
|
|
674
|
+
MetricName["AvailableGameSessions"] = "AvailableGameSessions";
|
|
675
|
+
MetricName["AvailablePlayerSessions"] = "AvailablePlayerSessions";
|
|
676
|
+
MetricName["ConcurrentActivatableGameSessions"] = "ConcurrentActivatableGameSessions";
|
|
677
|
+
MetricName["CurrentPlayerSessions"] = "CurrentPlayerSessions";
|
|
678
|
+
MetricName["IdleInstances"] = "IdleInstances";
|
|
679
|
+
MetricName["PercentAvailableGameSessions"] = "PercentAvailableGameSessions";
|
|
680
|
+
MetricName["PercentIdleInstances"] = "PercentIdleInstances";
|
|
681
|
+
MetricName["QueueDepth"] = "QueueDepth";
|
|
682
|
+
MetricName["WaitTime"] = "WaitTime";
|
|
683
|
+
})(MetricName = exports.MetricName || (exports.MetricName = {}));
|
|
432
684
|
var PolicyType;
|
|
433
685
|
(function (PolicyType) {
|
|
434
686
|
PolicyType["RuleBased"] = "RuleBased";
|
|
@@ -445,10 +697,11 @@ var SortOrder;
|
|
|
445
697
|
SortOrder["ASCENDING"] = "ASCENDING";
|
|
446
698
|
SortOrder["DESCENDING"] = "DESCENDING";
|
|
447
699
|
})(SortOrder = exports.SortOrder || (exports.SortOrder = {}));
|
|
448
|
-
var
|
|
449
|
-
(function (
|
|
450
|
-
|
|
451
|
-
|
|
700
|
+
var LocationFilter;
|
|
701
|
+
(function (LocationFilter) {
|
|
702
|
+
LocationFilter["AWS"] = "AWS";
|
|
703
|
+
LocationFilter["CUSTOM"] = "CUSTOM";
|
|
704
|
+
})(LocationFilter = exports.LocationFilter || (exports.LocationFilter = {}));
|
|
452
705
|
const AcceptMatchInputFilterSensitiveLog = (obj) => ({
|
|
453
706
|
...obj,
|
|
454
707
|
});
|
|
@@ -465,6 +718,10 @@ const AliasFilterSensitiveLog = (obj) => ({
|
|
|
465
718
|
...obj,
|
|
466
719
|
});
|
|
467
720
|
exports.AliasFilterSensitiveLog = AliasFilterSensitiveLog;
|
|
721
|
+
const AnywhereConfigurationFilterSensitiveLog = (obj) => ({
|
|
722
|
+
...obj,
|
|
723
|
+
});
|
|
724
|
+
exports.AnywhereConfigurationFilterSensitiveLog = AnywhereConfigurationFilterSensitiveLog;
|
|
468
725
|
const AttributeValueFilterSensitiveLog = (obj) => ({
|
|
469
726
|
...obj,
|
|
470
727
|
});
|
|
@@ -493,6 +750,10 @@ const ClaimGameServerOutputFilterSensitiveLog = (obj) => ({
|
|
|
493
750
|
...obj,
|
|
494
751
|
});
|
|
495
752
|
exports.ClaimGameServerOutputFilterSensitiveLog = ClaimGameServerOutputFilterSensitiveLog;
|
|
753
|
+
const ComputeFilterSensitiveLog = (obj) => ({
|
|
754
|
+
...obj,
|
|
755
|
+
});
|
|
756
|
+
exports.ComputeFilterSensitiveLog = ComputeFilterSensitiveLog;
|
|
496
757
|
const TagFilterSensitiveLog = (obj) => ({
|
|
497
758
|
...obj,
|
|
498
759
|
});
|
|
@@ -634,6 +895,18 @@ const CreateGameSessionQueueOutputFilterSensitiveLog = (obj) => ({
|
|
|
634
895
|
...obj,
|
|
635
896
|
});
|
|
636
897
|
exports.CreateGameSessionQueueOutputFilterSensitiveLog = CreateGameSessionQueueOutputFilterSensitiveLog;
|
|
898
|
+
const CreateLocationInputFilterSensitiveLog = (obj) => ({
|
|
899
|
+
...obj,
|
|
900
|
+
});
|
|
901
|
+
exports.CreateLocationInputFilterSensitiveLog = CreateLocationInputFilterSensitiveLog;
|
|
902
|
+
const LocationModelFilterSensitiveLog = (obj) => ({
|
|
903
|
+
...obj,
|
|
904
|
+
});
|
|
905
|
+
exports.LocationModelFilterSensitiveLog = LocationModelFilterSensitiveLog;
|
|
906
|
+
const CreateLocationOutputFilterSensitiveLog = (obj) => ({
|
|
907
|
+
...obj,
|
|
908
|
+
});
|
|
909
|
+
exports.CreateLocationOutputFilterSensitiveLog = CreateLocationOutputFilterSensitiveLog;
|
|
637
910
|
const CreateMatchmakingConfigurationInputFilterSensitiveLog = (obj) => ({
|
|
638
911
|
...obj,
|
|
639
912
|
});
|
|
@@ -746,6 +1019,14 @@ const DeleteGameSessionQueueOutputFilterSensitiveLog = (obj) => ({
|
|
|
746
1019
|
...obj,
|
|
747
1020
|
});
|
|
748
1021
|
exports.DeleteGameSessionQueueOutputFilterSensitiveLog = DeleteGameSessionQueueOutputFilterSensitiveLog;
|
|
1022
|
+
const DeleteLocationInputFilterSensitiveLog = (obj) => ({
|
|
1023
|
+
...obj,
|
|
1024
|
+
});
|
|
1025
|
+
exports.DeleteLocationInputFilterSensitiveLog = DeleteLocationInputFilterSensitiveLog;
|
|
1026
|
+
const DeleteLocationOutputFilterSensitiveLog = (obj) => ({
|
|
1027
|
+
...obj,
|
|
1028
|
+
});
|
|
1029
|
+
exports.DeleteLocationOutputFilterSensitiveLog = DeleteLocationOutputFilterSensitiveLog;
|
|
749
1030
|
const DeleteMatchmakingConfigurationInputFilterSensitiveLog = (obj) => ({
|
|
750
1031
|
...obj,
|
|
751
1032
|
});
|
|
@@ -786,6 +1067,14 @@ const DeleteVpcPeeringConnectionOutputFilterSensitiveLog = (obj) => ({
|
|
|
786
1067
|
...obj,
|
|
787
1068
|
});
|
|
788
1069
|
exports.DeleteVpcPeeringConnectionOutputFilterSensitiveLog = DeleteVpcPeeringConnectionOutputFilterSensitiveLog;
|
|
1070
|
+
const DeregisterComputeInputFilterSensitiveLog = (obj) => ({
|
|
1071
|
+
...obj,
|
|
1072
|
+
});
|
|
1073
|
+
exports.DeregisterComputeInputFilterSensitiveLog = DeregisterComputeInputFilterSensitiveLog;
|
|
1074
|
+
const DeregisterComputeOutputFilterSensitiveLog = (obj) => ({
|
|
1075
|
+
...obj,
|
|
1076
|
+
});
|
|
1077
|
+
exports.DeregisterComputeOutputFilterSensitiveLog = DeregisterComputeOutputFilterSensitiveLog;
|
|
789
1078
|
const DeregisterGameServerInputFilterSensitiveLog = (obj) => ({
|
|
790
1079
|
...obj,
|
|
791
1080
|
});
|
|
@@ -806,6 +1095,14 @@ const DescribeBuildOutputFilterSensitiveLog = (obj) => ({
|
|
|
806
1095
|
...obj,
|
|
807
1096
|
});
|
|
808
1097
|
exports.DescribeBuildOutputFilterSensitiveLog = DescribeBuildOutputFilterSensitiveLog;
|
|
1098
|
+
const DescribeComputeInputFilterSensitiveLog = (obj) => ({
|
|
1099
|
+
...obj,
|
|
1100
|
+
});
|
|
1101
|
+
exports.DescribeComputeInputFilterSensitiveLog = DescribeComputeInputFilterSensitiveLog;
|
|
1102
|
+
const DescribeComputeOutputFilterSensitiveLog = (obj) => ({
|
|
1103
|
+
...obj,
|
|
1104
|
+
});
|
|
1105
|
+
exports.DescribeComputeOutputFilterSensitiveLog = DescribeComputeOutputFilterSensitiveLog;
|
|
809
1106
|
const DescribeEC2InstanceLimitsInputFilterSensitiveLog = (obj) => ({
|
|
810
1107
|
...obj,
|
|
811
1108
|
});
|
|
@@ -1098,6 +1395,23 @@ const DesiredPlayerSessionFilterSensitiveLog = (obj) => ({
|
|
|
1098
1395
|
...obj,
|
|
1099
1396
|
});
|
|
1100
1397
|
exports.DesiredPlayerSessionFilterSensitiveLog = DesiredPlayerSessionFilterSensitiveLog;
|
|
1398
|
+
const GetComputeAccessInputFilterSensitiveLog = (obj) => ({
|
|
1399
|
+
...obj,
|
|
1400
|
+
});
|
|
1401
|
+
exports.GetComputeAccessInputFilterSensitiveLog = GetComputeAccessInputFilterSensitiveLog;
|
|
1402
|
+
const GetComputeAccessOutputFilterSensitiveLog = (obj) => ({
|
|
1403
|
+
...obj,
|
|
1404
|
+
...(obj.Credentials && { Credentials: smithy_client_1.SENSITIVE_STRING }),
|
|
1405
|
+
});
|
|
1406
|
+
exports.GetComputeAccessOutputFilterSensitiveLog = GetComputeAccessOutputFilterSensitiveLog;
|
|
1407
|
+
const GetComputeAuthTokenInputFilterSensitiveLog = (obj) => ({
|
|
1408
|
+
...obj,
|
|
1409
|
+
});
|
|
1410
|
+
exports.GetComputeAuthTokenInputFilterSensitiveLog = GetComputeAuthTokenInputFilterSensitiveLog;
|
|
1411
|
+
const GetComputeAuthTokenOutputFilterSensitiveLog = (obj) => ({
|
|
1412
|
+
...obj,
|
|
1413
|
+
});
|
|
1414
|
+
exports.GetComputeAuthTokenOutputFilterSensitiveLog = GetComputeAuthTokenOutputFilterSensitiveLog;
|
|
1101
1415
|
const GetGameSessionLogUrlInputFilterSensitiveLog = (obj) => ({
|
|
1102
1416
|
...obj,
|
|
1103
1417
|
});
|
|
@@ -1140,6 +1454,14 @@ const ListBuildsOutputFilterSensitiveLog = (obj) => ({
|
|
|
1140
1454
|
...obj,
|
|
1141
1455
|
});
|
|
1142
1456
|
exports.ListBuildsOutputFilterSensitiveLog = ListBuildsOutputFilterSensitiveLog;
|
|
1457
|
+
const ListComputeInputFilterSensitiveLog = (obj) => ({
|
|
1458
|
+
...obj,
|
|
1459
|
+
});
|
|
1460
|
+
exports.ListComputeInputFilterSensitiveLog = ListComputeInputFilterSensitiveLog;
|
|
1461
|
+
const ListComputeOutputFilterSensitiveLog = (obj) => ({
|
|
1462
|
+
...obj,
|
|
1463
|
+
});
|
|
1464
|
+
exports.ListComputeOutputFilterSensitiveLog = ListComputeOutputFilterSensitiveLog;
|
|
1143
1465
|
const ListFleetsInputFilterSensitiveLog = (obj) => ({
|
|
1144
1466
|
...obj,
|
|
1145
1467
|
});
|
|
@@ -1164,6 +1486,14 @@ const ListGameServersOutputFilterSensitiveLog = (obj) => ({
|
|
|
1164
1486
|
...obj,
|
|
1165
1487
|
});
|
|
1166
1488
|
exports.ListGameServersOutputFilterSensitiveLog = ListGameServersOutputFilterSensitiveLog;
|
|
1489
|
+
const ListLocationsInputFilterSensitiveLog = (obj) => ({
|
|
1490
|
+
...obj,
|
|
1491
|
+
});
|
|
1492
|
+
exports.ListLocationsInputFilterSensitiveLog = ListLocationsInputFilterSensitiveLog;
|
|
1493
|
+
const ListLocationsOutputFilterSensitiveLog = (obj) => ({
|
|
1494
|
+
...obj,
|
|
1495
|
+
});
|
|
1496
|
+
exports.ListLocationsOutputFilterSensitiveLog = ListLocationsOutputFilterSensitiveLog;
|
|
1167
1497
|
const ListScriptsInputFilterSensitiveLog = (obj) => ({
|
|
1168
1498
|
...obj,
|
|
1169
1499
|
});
|
|
@@ -1188,6 +1518,14 @@ const PutScalingPolicyOutputFilterSensitiveLog = (obj) => ({
|
|
|
1188
1518
|
...obj,
|
|
1189
1519
|
});
|
|
1190
1520
|
exports.PutScalingPolicyOutputFilterSensitiveLog = PutScalingPolicyOutputFilterSensitiveLog;
|
|
1521
|
+
const RegisterComputeInputFilterSensitiveLog = (obj) => ({
|
|
1522
|
+
...obj,
|
|
1523
|
+
});
|
|
1524
|
+
exports.RegisterComputeInputFilterSensitiveLog = RegisterComputeInputFilterSensitiveLog;
|
|
1525
|
+
const RegisterComputeOutputFilterSensitiveLog = (obj) => ({
|
|
1526
|
+
...obj,
|
|
1527
|
+
});
|
|
1528
|
+
exports.RegisterComputeOutputFilterSensitiveLog = RegisterComputeOutputFilterSensitiveLog;
|
|
1191
1529
|
const RegisterGameServerInputFilterSensitiveLog = (obj) => ({
|
|
1192
1530
|
...obj,
|
|
1193
1531
|
});
|
|
@@ -1345,71 +1683,3 @@ const UpdateFleetPortSettingsInputFilterSensitiveLog = (obj) => ({
|
|
|
1345
1683
|
...obj,
|
|
1346
1684
|
});
|
|
1347
1685
|
exports.UpdateFleetPortSettingsInputFilterSensitiveLog = UpdateFleetPortSettingsInputFilterSensitiveLog;
|
|
1348
|
-
const UpdateFleetPortSettingsOutputFilterSensitiveLog = (obj) => ({
|
|
1349
|
-
...obj,
|
|
1350
|
-
});
|
|
1351
|
-
exports.UpdateFleetPortSettingsOutputFilterSensitiveLog = UpdateFleetPortSettingsOutputFilterSensitiveLog;
|
|
1352
|
-
const UpdateGameServerInputFilterSensitiveLog = (obj) => ({
|
|
1353
|
-
...obj,
|
|
1354
|
-
});
|
|
1355
|
-
exports.UpdateGameServerInputFilterSensitiveLog = UpdateGameServerInputFilterSensitiveLog;
|
|
1356
|
-
const UpdateGameServerOutputFilterSensitiveLog = (obj) => ({
|
|
1357
|
-
...obj,
|
|
1358
|
-
});
|
|
1359
|
-
exports.UpdateGameServerOutputFilterSensitiveLog = UpdateGameServerOutputFilterSensitiveLog;
|
|
1360
|
-
const UpdateGameServerGroupInputFilterSensitiveLog = (obj) => ({
|
|
1361
|
-
...obj,
|
|
1362
|
-
});
|
|
1363
|
-
exports.UpdateGameServerGroupInputFilterSensitiveLog = UpdateGameServerGroupInputFilterSensitiveLog;
|
|
1364
|
-
const UpdateGameServerGroupOutputFilterSensitiveLog = (obj) => ({
|
|
1365
|
-
...obj,
|
|
1366
|
-
});
|
|
1367
|
-
exports.UpdateGameServerGroupOutputFilterSensitiveLog = UpdateGameServerGroupOutputFilterSensitiveLog;
|
|
1368
|
-
const UpdateGameSessionInputFilterSensitiveLog = (obj) => ({
|
|
1369
|
-
...obj,
|
|
1370
|
-
});
|
|
1371
|
-
exports.UpdateGameSessionInputFilterSensitiveLog = UpdateGameSessionInputFilterSensitiveLog;
|
|
1372
|
-
const UpdateGameSessionOutputFilterSensitiveLog = (obj) => ({
|
|
1373
|
-
...obj,
|
|
1374
|
-
});
|
|
1375
|
-
exports.UpdateGameSessionOutputFilterSensitiveLog = UpdateGameSessionOutputFilterSensitiveLog;
|
|
1376
|
-
const UpdateGameSessionQueueInputFilterSensitiveLog = (obj) => ({
|
|
1377
|
-
...obj,
|
|
1378
|
-
});
|
|
1379
|
-
exports.UpdateGameSessionQueueInputFilterSensitiveLog = UpdateGameSessionQueueInputFilterSensitiveLog;
|
|
1380
|
-
const UpdateGameSessionQueueOutputFilterSensitiveLog = (obj) => ({
|
|
1381
|
-
...obj,
|
|
1382
|
-
});
|
|
1383
|
-
exports.UpdateGameSessionQueueOutputFilterSensitiveLog = UpdateGameSessionQueueOutputFilterSensitiveLog;
|
|
1384
|
-
const UpdateMatchmakingConfigurationInputFilterSensitiveLog = (obj) => ({
|
|
1385
|
-
...obj,
|
|
1386
|
-
});
|
|
1387
|
-
exports.UpdateMatchmakingConfigurationInputFilterSensitiveLog = UpdateMatchmakingConfigurationInputFilterSensitiveLog;
|
|
1388
|
-
const UpdateMatchmakingConfigurationOutputFilterSensitiveLog = (obj) => ({
|
|
1389
|
-
...obj,
|
|
1390
|
-
});
|
|
1391
|
-
exports.UpdateMatchmakingConfigurationOutputFilterSensitiveLog = UpdateMatchmakingConfigurationOutputFilterSensitiveLog;
|
|
1392
|
-
const UpdateRuntimeConfigurationInputFilterSensitiveLog = (obj) => ({
|
|
1393
|
-
...obj,
|
|
1394
|
-
});
|
|
1395
|
-
exports.UpdateRuntimeConfigurationInputFilterSensitiveLog = UpdateRuntimeConfigurationInputFilterSensitiveLog;
|
|
1396
|
-
const UpdateRuntimeConfigurationOutputFilterSensitiveLog = (obj) => ({
|
|
1397
|
-
...obj,
|
|
1398
|
-
});
|
|
1399
|
-
exports.UpdateRuntimeConfigurationOutputFilterSensitiveLog = UpdateRuntimeConfigurationOutputFilterSensitiveLog;
|
|
1400
|
-
const UpdateScriptInputFilterSensitiveLog = (obj) => ({
|
|
1401
|
-
...obj,
|
|
1402
|
-
});
|
|
1403
|
-
exports.UpdateScriptInputFilterSensitiveLog = UpdateScriptInputFilterSensitiveLog;
|
|
1404
|
-
const UpdateScriptOutputFilterSensitiveLog = (obj) => ({
|
|
1405
|
-
...obj,
|
|
1406
|
-
});
|
|
1407
|
-
exports.UpdateScriptOutputFilterSensitiveLog = UpdateScriptOutputFilterSensitiveLog;
|
|
1408
|
-
const ValidateMatchmakingRuleSetInputFilterSensitiveLog = (obj) => ({
|
|
1409
|
-
...obj,
|
|
1410
|
-
});
|
|
1411
|
-
exports.ValidateMatchmakingRuleSetInputFilterSensitiveLog = ValidateMatchmakingRuleSetInputFilterSensitiveLog;
|
|
1412
|
-
const ValidateMatchmakingRuleSetOutputFilterSensitiveLog = (obj) => ({
|
|
1413
|
-
...obj,
|
|
1414
|
-
});
|
|
1415
|
-
exports.ValidateMatchmakingRuleSetOutputFilterSensitiveLog = ValidateMatchmakingRuleSetOutputFilterSensitiveLog;
|