@aws-sdk/client-gamelift 3.32.0 → 3.36.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 +44 -0
- package/dist-cjs/GameLift.js +1492 -0
- package/dist-cjs/GameLiftClient.js +100 -0
- package/dist-cjs/commands/AcceptMatchCommand.js +98 -0
- package/dist-cjs/commands/ClaimGameServerCommand.js +112 -0
- package/dist-cjs/commands/CreateAliasCommand.js +85 -0
- package/dist-cjs/commands/CreateBuildCommand.js +113 -0
- package/dist-cjs/commands/CreateFleetCommand.js +111 -0
- package/dist-cjs/commands/CreateFleetLocationsCommand.js +102 -0
- package/dist-cjs/commands/CreateGameServerGroupCommand.js +113 -0
- package/dist-cjs/commands/CreateGameSessionCommand.js +113 -0
- package/dist-cjs/commands/CreateGameSessionQueueCommand.js +103 -0
- package/dist-cjs/commands/CreateMatchmakingConfigurationCommand.js +101 -0
- package/dist-cjs/commands/CreateMatchmakingRuleSetCommand.js +106 -0
- package/dist-cjs/commands/CreatePlayerSessionCommand.js +83 -0
- package/dist-cjs/commands/CreatePlayerSessionsCommand.js +83 -0
- package/dist-cjs/commands/CreateScriptCommand.js +103 -0
- package/dist-cjs/commands/CreateVpcPeeringAuthorizationCommand.js +93 -0
- package/dist-cjs/commands/CreateVpcPeeringConnectionCommand.js +90 -0
- package/dist-cjs/commands/DeleteAliasCommand.js +74 -0
- package/dist-cjs/commands/DeleteBuildCommand.js +81 -0
- package/dist-cjs/commands/DeleteFleetCommand.js +94 -0
- package/dist-cjs/commands/DeleteFleetLocationsCommand.js +88 -0
- package/dist-cjs/commands/DeleteGameServerGroupCommand.js +107 -0
- package/dist-cjs/commands/DeleteGameSessionQueueCommand.js +78 -0
- package/dist-cjs/commands/DeleteMatchmakingConfigurationCommand.js +76 -0
- package/dist-cjs/commands/DeleteMatchmakingRuleSetCommand.js +87 -0
- package/dist-cjs/commands/DeleteScalingPolicyCommand.js +78 -0
- package/dist-cjs/commands/DeleteScriptCommand.js +83 -0
- package/dist-cjs/commands/DeleteVpcPeeringAuthorizationCommand.js +73 -0
- package/dist-cjs/commands/DeleteVpcPeeringConnectionCommand.js +78 -0
- package/dist-cjs/commands/DeregisterGameServerCommand.js +86 -0
- package/dist-cjs/commands/DescribeAliasCommand.js +75 -0
- package/dist-cjs/commands/DescribeBuildCommand.js +79 -0
- package/dist-cjs/commands/DescribeEC2InstanceLimitsCommand.js +130 -0
- package/dist-cjs/commands/DescribeFleetAttributesCommand.js +102 -0
- package/dist-cjs/commands/DescribeFleetCapacityCommand.js +109 -0
- package/dist-cjs/commands/DescribeFleetEventsCommand.js +89 -0
- package/dist-cjs/commands/DescribeFleetLocationAttributesCommand.js +100 -0
- package/dist-cjs/commands/DescribeFleetLocationCapacityCommand.js +92 -0
- package/dist-cjs/commands/DescribeFleetLocationUtilizationCommand.js +92 -0
- package/dist-cjs/commands/DescribeFleetPortSettingsCommand.js +100 -0
- package/dist-cjs/commands/DescribeFleetUtilizationCommand.js +110 -0
- package/dist-cjs/commands/DescribeGameServerCommand.js +84 -0
- package/dist-cjs/commands/DescribeGameServerGroupCommand.js +88 -0
- package/dist-cjs/commands/DescribeGameServerInstancesCommand.js +98 -0
- package/dist-cjs/commands/DescribeGameSessionDetailsCommand.js +108 -0
- package/dist-cjs/commands/DescribeGameSessionPlacementCommand.js +77 -0
- package/dist-cjs/commands/DescribeGameSessionQueuesCommand.js +81 -0
- package/dist-cjs/commands/DescribeGameSessionsCommand.js +110 -0
- package/dist-cjs/commands/DescribeInstancesCommand.js +98 -0
- package/dist-cjs/commands/DescribeMatchmakingCommand.js +94 -0
- package/dist-cjs/commands/DescribeMatchmakingConfigurationsCommand.js +87 -0
- package/dist-cjs/commands/DescribeMatchmakingRuleSetsCommand.js +88 -0
- package/dist-cjs/commands/DescribePlayerSessionsCommand.js +94 -0
- package/dist-cjs/commands/DescribeRuntimeConfigurationCommand.js +92 -0
- package/dist-cjs/commands/DescribeScalingPoliciesCommand.js +82 -0
- package/dist-cjs/commands/DescribeScriptCommand.js +79 -0
- package/dist-cjs/commands/DescribeVpcPeeringAuthorizationsCommand.js +74 -0
- package/dist-cjs/commands/DescribeVpcPeeringConnectionsCommand.js +78 -0
- package/dist-cjs/commands/GetGameSessionLogUrlCommand.js +82 -0
- package/dist-cjs/commands/GetInstanceAccessCommand.js +94 -0
- package/dist-cjs/commands/ListAliasesCommand.js +77 -0
- package/dist-cjs/commands/ListBuildsCommand.js +84 -0
- package/dist-cjs/commands/ListFleetsCommand.js +106 -0
- package/dist-cjs/commands/ListGameServerGroupsCommand.js +85 -0
- package/dist-cjs/commands/ListGameServersCommand.js +83 -0
- package/dist-cjs/commands/ListScriptsCommand.js +77 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +108 -0
- package/dist-cjs/commands/PutScalingPolicyCommand.js +136 -0
- package/dist-cjs/commands/RegisterGameServerCommand.js +94 -0
- package/dist-cjs/commands/RequestUploadCredentialsCommand.js +83 -0
- package/dist-cjs/commands/ResolveAliasCommand.js +72 -0
- package/dist-cjs/commands/ResumeGameServerGroupCommand.js +91 -0
- package/dist-cjs/commands/SearchGameSessionsCommand.js +156 -0
- package/dist-cjs/commands/StartFleetActionsCommand.js +97 -0
- package/dist-cjs/commands/StartGameSessionPlacementCommand.js +114 -0
- package/dist-cjs/commands/StartMatchBackfillCommand.js +106 -0
- package/dist-cjs/commands/StartMatchmakingCommand.js +100 -0
- package/dist-cjs/commands/StopFleetActionsCommand.js +102 -0
- package/dist-cjs/commands/StopGameSessionPlacementCommand.js +77 -0
- package/dist-cjs/commands/StopMatchmakingCommand.js +89 -0
- package/dist-cjs/commands/SuspendGameServerGroupCommand.js +101 -0
- package/dist-cjs/commands/TagResourceCommand.js +110 -0
- package/dist-cjs/commands/UntagResourceCommand.js +110 -0
- package/dist-cjs/commands/UpdateAliasCommand.js +75 -0
- package/dist-cjs/commands/UpdateBuildCommand.js +80 -0
- package/dist-cjs/commands/UpdateFleetAttributesCommand.js +87 -0
- package/dist-cjs/commands/UpdateFleetCapacityCommand.js +120 -0
- package/dist-cjs/commands/UpdateFleetPortSettingsCommand.js +93 -0
- package/dist-cjs/commands/UpdateGameServerCommand.js +105 -0
- package/dist-cjs/commands/UpdateGameServerGroupCommand.js +89 -0
- package/dist-cjs/commands/UpdateGameSessionCommand.js +78 -0
- package/dist-cjs/commands/UpdateGameSessionQueueCommand.js +80 -0
- package/dist-cjs/commands/UpdateMatchmakingConfigurationCommand.js +83 -0
- package/dist-cjs/commands/UpdateRuntimeConfigurationCommand.js +94 -0
- package/dist-cjs/commands/UpdateScriptCommand.js +86 -0
- package/dist-cjs/commands/ValidateMatchmakingRuleSetCommand.js +87 -0
- package/dist-cjs/endpoints.js +56 -0
- package/dist-cjs/index.js +123 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +2539 -0
- package/dist-cjs/pagination/DescribeFleetAttributesPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeFleetCapacityPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeFleetEventsPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeFleetLocationAttributesPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeFleetUtilizationPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeGameServerInstancesPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeGameSessionDetailsPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeGameSessionQueuesPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeGameSessionsPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeInstancesPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeMatchmakingConfigurationsPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeMatchmakingRuleSetsPaginator.js +45 -0
- package/dist-cjs/pagination/DescribePlayerSessionsPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeScalingPoliciesPaginator.js +45 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListAliasesPaginator.js +45 -0
- package/dist-cjs/pagination/ListBuildsPaginator.js +45 -0
- package/dist-cjs/pagination/ListFleetsPaginator.js +45 -0
- package/dist-cjs/pagination/ListGameServerGroupsPaginator.js +45 -0
- package/dist-cjs/pagination/ListGameServersPaginator.js +45 -0
- package/dist-cjs/pagination/ListScriptsPaginator.js +45 -0
- package/dist-cjs/pagination/SearchGameSessionsPaginator.js +45 -0
- package/dist-cjs/protocols/Aws_json1_1.js +11485 -0
- package/dist-cjs/runtimeConfig.browser.js +41 -0
- package/dist-cjs/runtimeConfig.js +46 -0
- package/dist-cjs/runtimeConfig.native.js +19 -0
- package/dist-cjs/runtimeConfig.shared.js +20 -0
- package/dist-es/GameLift.js +1435 -0
- package/dist-es/GameLiftClient.js +37 -0
- package/dist-es/commands/AcceptMatchCommand.js +39 -0
- package/dist-es/commands/ClaimGameServerCommand.js +39 -0
- package/dist-es/commands/CreateAliasCommand.js +39 -0
- package/dist-es/commands/CreateBuildCommand.js +39 -0
- package/dist-es/commands/CreateFleetCommand.js +39 -0
- package/dist-es/commands/CreateFleetLocationsCommand.js +39 -0
- package/dist-es/commands/CreateGameServerGroupCommand.js +39 -0
- package/dist-es/commands/CreateGameSessionCommand.js +39 -0
- package/dist-es/commands/CreateGameSessionQueueCommand.js +39 -0
- package/dist-es/commands/CreateMatchmakingConfigurationCommand.js +39 -0
- package/dist-es/commands/CreateMatchmakingRuleSetCommand.js +39 -0
- package/dist-es/commands/CreatePlayerSessionCommand.js +39 -0
- package/dist-es/commands/CreatePlayerSessionsCommand.js +39 -0
- package/dist-es/commands/CreateScriptCommand.js +39 -0
- package/dist-es/commands/CreateVpcPeeringAuthorizationCommand.js +39 -0
- package/dist-es/commands/CreateVpcPeeringConnectionCommand.js +39 -0
- package/dist-es/commands/DeleteAliasCommand.js +39 -0
- package/dist-es/commands/DeleteBuildCommand.js +39 -0
- package/dist-es/commands/DeleteFleetCommand.js +39 -0
- package/dist-es/commands/DeleteFleetLocationsCommand.js +39 -0
- package/dist-es/commands/DeleteGameServerGroupCommand.js +39 -0
- package/dist-es/commands/DeleteGameSessionQueueCommand.js +39 -0
- package/dist-es/commands/DeleteMatchmakingConfigurationCommand.js +39 -0
- package/dist-es/commands/DeleteMatchmakingRuleSetCommand.js +39 -0
- package/dist-es/commands/DeleteScalingPolicyCommand.js +39 -0
- package/dist-es/commands/DeleteScriptCommand.js +39 -0
- package/dist-es/commands/DeleteVpcPeeringAuthorizationCommand.js +39 -0
- package/dist-es/commands/DeleteVpcPeeringConnectionCommand.js +39 -0
- package/dist-es/commands/DeregisterGameServerCommand.js +39 -0
- package/dist-es/commands/DescribeAliasCommand.js +39 -0
- package/dist-es/commands/DescribeBuildCommand.js +39 -0
- package/dist-es/commands/DescribeEC2InstanceLimitsCommand.js +39 -0
- package/dist-es/commands/DescribeFleetAttributesCommand.js +39 -0
- package/dist-es/commands/DescribeFleetCapacityCommand.js +39 -0
- package/dist-es/commands/DescribeFleetEventsCommand.js +39 -0
- package/dist-es/commands/DescribeFleetLocationAttributesCommand.js +39 -0
- package/dist-es/commands/DescribeFleetLocationCapacityCommand.js +39 -0
- package/dist-es/commands/DescribeFleetLocationUtilizationCommand.js +39 -0
- package/dist-es/commands/DescribeFleetPortSettingsCommand.js +39 -0
- package/dist-es/commands/DescribeFleetUtilizationCommand.js +39 -0
- package/dist-es/commands/DescribeGameServerCommand.js +39 -0
- package/dist-es/commands/DescribeGameServerGroupCommand.js +39 -0
- package/dist-es/commands/DescribeGameServerInstancesCommand.js +39 -0
- package/dist-es/commands/DescribeGameSessionDetailsCommand.js +39 -0
- package/dist-es/commands/DescribeGameSessionPlacementCommand.js +39 -0
- package/dist-es/commands/DescribeGameSessionQueuesCommand.js +39 -0
- package/dist-es/commands/DescribeGameSessionsCommand.js +39 -0
- package/dist-es/commands/DescribeInstancesCommand.js +39 -0
- package/dist-es/commands/DescribeMatchmakingCommand.js +39 -0
- package/dist-es/commands/DescribeMatchmakingConfigurationsCommand.js +39 -0
- package/dist-es/commands/DescribeMatchmakingRuleSetsCommand.js +39 -0
- package/dist-es/commands/DescribePlayerSessionsCommand.js +39 -0
- package/dist-es/commands/DescribeRuntimeConfigurationCommand.js +39 -0
- package/dist-es/commands/DescribeScalingPoliciesCommand.js +39 -0
- package/dist-es/commands/DescribeScriptCommand.js +39 -0
- package/dist-es/commands/DescribeVpcPeeringAuthorizationsCommand.js +39 -0
- package/dist-es/commands/DescribeVpcPeeringConnectionsCommand.js +39 -0
- package/dist-es/commands/GetGameSessionLogUrlCommand.js +39 -0
- package/dist-es/commands/GetInstanceAccessCommand.js +39 -0
- package/dist-es/commands/ListAliasesCommand.js +39 -0
- package/dist-es/commands/ListBuildsCommand.js +39 -0
- package/dist-es/commands/ListFleetsCommand.js +39 -0
- package/dist-es/commands/ListGameServerGroupsCommand.js +39 -0
- package/dist-es/commands/ListGameServersCommand.js +39 -0
- package/dist-es/commands/ListScriptsCommand.js +39 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
- package/dist-es/commands/PutScalingPolicyCommand.js +39 -0
- package/dist-es/commands/RegisterGameServerCommand.js +39 -0
- package/dist-es/commands/RequestUploadCredentialsCommand.js +39 -0
- package/dist-es/commands/ResolveAliasCommand.js +39 -0
- package/dist-es/commands/ResumeGameServerGroupCommand.js +39 -0
- package/dist-es/commands/SearchGameSessionsCommand.js +39 -0
- package/dist-es/commands/StartFleetActionsCommand.js +39 -0
- package/dist-es/commands/StartGameSessionPlacementCommand.js +39 -0
- package/dist-es/commands/StartMatchBackfillCommand.js +39 -0
- package/dist-es/commands/StartMatchmakingCommand.js +39 -0
- package/dist-es/commands/StopFleetActionsCommand.js +39 -0
- package/dist-es/commands/StopGameSessionPlacementCommand.js +39 -0
- package/dist-es/commands/StopMatchmakingCommand.js +39 -0
- package/dist-es/commands/SuspendGameServerGroupCommand.js +39 -0
- package/dist-es/commands/TagResourceCommand.js +39 -0
- package/dist-es/commands/UntagResourceCommand.js +39 -0
- package/dist-es/commands/UpdateAliasCommand.js +39 -0
- package/dist-es/commands/UpdateBuildCommand.js +39 -0
- package/dist-es/commands/UpdateFleetAttributesCommand.js +39 -0
- package/dist-es/commands/UpdateFleetCapacityCommand.js +39 -0
- package/dist-es/commands/UpdateFleetPortSettingsCommand.js +39 -0
- package/dist-es/commands/UpdateGameServerCommand.js +39 -0
- package/dist-es/commands/UpdateGameServerGroupCommand.js +39 -0
- package/dist-es/commands/UpdateGameSessionCommand.js +39 -0
- package/dist-es/commands/UpdateGameSessionQueueCommand.js +39 -0
- package/dist-es/commands/UpdateMatchmakingConfigurationCommand.js +39 -0
- package/dist-es/commands/UpdateRuntimeConfigurationCommand.js +39 -0
- package/dist-es/commands/UpdateScriptCommand.js +39 -0
- package/dist-es/commands/ValidateMatchmakingRuleSetCommand.js +39 -0
- package/dist-es/endpoints.js +52 -0
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/dist-es/models/models_0.js +1253 -0
- package/dist-es/pagination/DescribeFleetAttributesPaginator.js +74 -0
- package/dist-es/pagination/DescribeFleetCapacityPaginator.js +74 -0
- package/dist-es/pagination/DescribeFleetEventsPaginator.js +74 -0
- package/dist-es/pagination/DescribeFleetLocationAttributesPaginator.js +74 -0
- package/dist-es/pagination/DescribeFleetUtilizationPaginator.js +74 -0
- package/dist-es/pagination/DescribeGameServerInstancesPaginator.js +74 -0
- package/dist-es/pagination/DescribeGameSessionDetailsPaginator.js +74 -0
- package/dist-es/pagination/DescribeGameSessionQueuesPaginator.js +74 -0
- package/dist-es/pagination/DescribeGameSessionsPaginator.js +74 -0
- package/dist-es/pagination/DescribeInstancesPaginator.js +74 -0
- package/dist-es/pagination/DescribeMatchmakingConfigurationsPaginator.js +74 -0
- package/dist-es/pagination/DescribeMatchmakingRuleSetsPaginator.js +74 -0
- package/dist-es/pagination/DescribePlayerSessionsPaginator.js +74 -0
- package/dist-es/pagination/DescribeScalingPoliciesPaginator.js +74 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListAliasesPaginator.js +74 -0
- package/dist-es/pagination/ListBuildsPaginator.js +74 -0
- package/dist-es/pagination/ListFleetsPaginator.js +74 -0
- package/dist-es/pagination/ListGameServerGroupsPaginator.js +74 -0
- package/dist-es/pagination/ListGameServersPaginator.js +74 -0
- package/dist-es/pagination/ListScriptsPaginator.js +74 -0
- package/dist-es/pagination/SearchGameSessionsPaginator.js +74 -0
- package/dist-es/protocols/Aws_json1_1.js +11904 -0
- package/dist-es/runtimeConfig.browser.js +16 -0
- package/dist-es/runtimeConfig.js +21 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-types/GameLift.d.ts +3902 -0
- package/dist-types/GameLiftClient.d.ts +284 -0
- package/dist-types/commands/AcceptMatchCommand.d.ts +73 -0
- package/dist-types/commands/ClaimGameServerCommand.d.ts +87 -0
- package/dist-types/commands/CreateAliasCommand.d.ts +60 -0
- package/dist-types/commands/CreateBuildCommand.d.ts +88 -0
- package/dist-types/commands/CreateFleetCommand.d.ts +86 -0
- package/dist-types/commands/CreateFleetLocationsCommand.d.ts +77 -0
- package/dist-types/commands/CreateGameServerGroupCommand.d.ts +88 -0
- package/dist-types/commands/CreateGameSessionCommand.d.ts +88 -0
- package/dist-types/commands/CreateGameSessionQueueCommand.d.ts +78 -0
- package/dist-types/commands/CreateMatchmakingConfigurationCommand.d.ts +76 -0
- package/dist-types/commands/CreateMatchmakingRuleSetCommand.d.ts +81 -0
- package/dist-types/commands/CreatePlayerSessionCommand.d.ts +58 -0
- package/dist-types/commands/CreatePlayerSessionsCommand.d.ts +58 -0
- package/dist-types/commands/CreateScriptCommand.d.ts +78 -0
- package/dist-types/commands/CreateVpcPeeringAuthorizationCommand.d.ts +68 -0
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +65 -0
- package/dist-types/commands/DeleteAliasCommand.d.ts +49 -0
- package/dist-types/commands/DeleteBuildCommand.d.ts +56 -0
- package/dist-types/commands/DeleteFleetCommand.d.ts +69 -0
- package/dist-types/commands/DeleteFleetLocationsCommand.d.ts +63 -0
- package/dist-types/commands/DeleteGameServerGroupCommand.d.ts +82 -0
- package/dist-types/commands/DeleteGameSessionQueueCommand.d.ts +53 -0
- package/dist-types/commands/DeleteMatchmakingConfigurationCommand.d.ts +51 -0
- package/dist-types/commands/DeleteMatchmakingRuleSetCommand.d.ts +62 -0
- package/dist-types/commands/DeleteScalingPolicyCommand.d.ts +53 -0
- package/dist-types/commands/DeleteScriptCommand.d.ts +58 -0
- package/dist-types/commands/DeleteVpcPeeringAuthorizationCommand.d.ts +48 -0
- package/dist-types/commands/DeleteVpcPeeringConnectionCommand.d.ts +53 -0
- package/dist-types/commands/DeregisterGameServerCommand.d.ts +61 -0
- package/dist-types/commands/DescribeAliasCommand.d.ts +50 -0
- package/dist-types/commands/DescribeBuildCommand.d.ts +54 -0
- package/dist-types/commands/DescribeEC2InstanceLimitsCommand.d.ts +105 -0
- package/dist-types/commands/DescribeFleetAttributesCommand.d.ts +77 -0
- package/dist-types/commands/DescribeFleetCapacityCommand.d.ts +84 -0
- package/dist-types/commands/DescribeFleetEventsCommand.d.ts +64 -0
- package/dist-types/commands/DescribeFleetLocationAttributesCommand.d.ts +75 -0
- package/dist-types/commands/DescribeFleetLocationCapacityCommand.d.ts +67 -0
- package/dist-types/commands/DescribeFleetLocationUtilizationCommand.d.ts +67 -0
- package/dist-types/commands/DescribeFleetPortSettingsCommand.d.ts +75 -0
- package/dist-types/commands/DescribeFleetUtilizationCommand.d.ts +85 -0
- package/dist-types/commands/DescribeGameServerCommand.d.ts +59 -0
- package/dist-types/commands/DescribeGameServerGroupCommand.d.ts +63 -0
- package/dist-types/commands/DescribeGameServerInstancesCommand.d.ts +73 -0
- package/dist-types/commands/DescribeGameSessionDetailsCommand.d.ts +83 -0
- package/dist-types/commands/DescribeGameSessionPlacementCommand.d.ts +52 -0
- package/dist-types/commands/DescribeGameSessionQueuesCommand.d.ts +56 -0
- package/dist-types/commands/DescribeGameSessionsCommand.d.ts +85 -0
- package/dist-types/commands/DescribeInstancesCommand.d.ts +73 -0
- package/dist-types/commands/DescribeMatchmakingCommand.d.ts +69 -0
- package/dist-types/commands/DescribeMatchmakingConfigurationsCommand.d.ts +62 -0
- package/dist-types/commands/DescribeMatchmakingRuleSetsCommand.d.ts +63 -0
- package/dist-types/commands/DescribePlayerSessionsCommand.d.ts +69 -0
- package/dist-types/commands/DescribeRuntimeConfigurationCommand.d.ts +67 -0
- package/dist-types/commands/DescribeScalingPoliciesCommand.d.ts +57 -0
- package/dist-types/commands/DescribeScriptCommand.d.ts +54 -0
- package/dist-types/commands/DescribeVpcPeeringAuthorizationsCommand.d.ts +49 -0
- package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +53 -0
- package/dist-types/commands/GetGameSessionLogUrlCommand.d.ts +57 -0
- package/dist-types/commands/GetInstanceAccessCommand.d.ts +69 -0
- package/dist-types/commands/ListAliasesCommand.d.ts +52 -0
- package/dist-types/commands/ListBuildsCommand.d.ts +59 -0
- package/dist-types/commands/ListFleetsCommand.d.ts +81 -0
- package/dist-types/commands/ListGameServerGroupsCommand.d.ts +60 -0
- package/dist-types/commands/ListGameServersCommand.d.ts +58 -0
- package/dist-types/commands/ListScriptsCommand.d.ts +52 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +83 -0
- package/dist-types/commands/PutScalingPolicyCommand.d.ts +111 -0
- package/dist-types/commands/RegisterGameServerCommand.d.ts +69 -0
- package/dist-types/commands/RequestUploadCredentialsCommand.d.ts +58 -0
- package/dist-types/commands/ResolveAliasCommand.d.ts +47 -0
- package/dist-types/commands/ResumeGameServerGroupCommand.d.ts +66 -0
- package/dist-types/commands/SearchGameSessionsCommand.d.ts +131 -0
- package/dist-types/commands/StartFleetActionsCommand.d.ts +72 -0
- package/dist-types/commands/StartGameSessionPlacementCommand.d.ts +89 -0
- package/dist-types/commands/StartMatchBackfillCommand.d.ts +81 -0
- package/dist-types/commands/StartMatchmakingCommand.d.ts +75 -0
- package/dist-types/commands/StopFleetActionsCommand.d.ts +77 -0
- package/dist-types/commands/StopGameSessionPlacementCommand.d.ts +52 -0
- package/dist-types/commands/StopMatchmakingCommand.d.ts +64 -0
- package/dist-types/commands/SuspendGameServerGroupCommand.d.ts +76 -0
- package/dist-types/commands/TagResourceCommand.d.ts +85 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +85 -0
- package/dist-types/commands/UpdateAliasCommand.d.ts +50 -0
- package/dist-types/commands/UpdateBuildCommand.d.ts +55 -0
- package/dist-types/commands/UpdateFleetAttributesCommand.d.ts +62 -0
- package/dist-types/commands/UpdateFleetCapacityCommand.d.ts +95 -0
- package/dist-types/commands/UpdateFleetPortSettingsCommand.d.ts +68 -0
- package/dist-types/commands/UpdateGameServerCommand.d.ts +80 -0
- package/dist-types/commands/UpdateGameServerGroupCommand.d.ts +64 -0
- package/dist-types/commands/UpdateGameSessionCommand.d.ts +53 -0
- package/dist-types/commands/UpdateGameSessionQueueCommand.d.ts +55 -0
- package/dist-types/commands/UpdateMatchmakingConfigurationCommand.d.ts +58 -0
- package/dist-types/commands/UpdateRuntimeConfigurationCommand.d.ts +69 -0
- package/dist-types/commands/UpdateScriptCommand.d.ts +61 -0
- package/dist-types/commands/ValidateMatchmakingRuleSetCommand.d.ts +62 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/dist-types/pagination/DescribeFleetAttributesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeFleetCapacityPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeFleetEventsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeFleetLocationAttributesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeFleetUtilizationPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeGameServerInstancesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeGameSessionDetailsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeGameSessionQueuesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeGameSessionsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeInstancesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeMatchmakingConfigurationsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeMatchmakingRuleSetsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribePlayerSessionsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeScalingPoliciesPaginator.d.ts +4 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListAliasesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListBuildsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListFleetsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListGameServerGroupsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListGameServersPaginator.d.ts +4 -0
- package/dist-types/pagination/ListScriptsPaginator.d.ts +4 -0
- package/dist-types/pagination/SearchGameSessionsPaginator.d.ts +4 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +287 -0
- package/dist-types/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/dist-types/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/GameLift.d.ts +3902 -0
- package/dist-types/ts3.4/GameLiftClient.d.ts +284 -0
- package/dist-types/ts3.4/commands/AcceptMatchCommand.d.ts +73 -0
- package/dist-types/ts3.4/commands/ClaimGameServerCommand.d.ts +87 -0
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +60 -0
- package/dist-types/ts3.4/commands/CreateBuildCommand.d.ts +88 -0
- package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +86 -0
- package/dist-types/ts3.4/commands/CreateFleetLocationsCommand.d.ts +77 -0
- package/dist-types/ts3.4/commands/CreateGameServerGroupCommand.d.ts +88 -0
- package/dist-types/ts3.4/commands/CreateGameSessionCommand.d.ts +88 -0
- package/dist-types/ts3.4/commands/CreateGameSessionQueueCommand.d.ts +78 -0
- package/dist-types/ts3.4/commands/CreateMatchmakingConfigurationCommand.d.ts +76 -0
- package/dist-types/ts3.4/commands/CreateMatchmakingRuleSetCommand.d.ts +81 -0
- package/dist-types/ts3.4/commands/CreatePlayerSessionCommand.d.ts +58 -0
- package/dist-types/ts3.4/commands/CreatePlayerSessionsCommand.d.ts +58 -0
- package/dist-types/ts3.4/commands/CreateScriptCommand.d.ts +78 -0
- package/dist-types/ts3.4/commands/CreateVpcPeeringAuthorizationCommand.d.ts +68 -0
- package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +65 -0
- package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DeleteBuildCommand.d.ts +56 -0
- package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +69 -0
- package/dist-types/ts3.4/commands/DeleteFleetLocationsCommand.d.ts +63 -0
- package/dist-types/ts3.4/commands/DeleteGameServerGroupCommand.d.ts +82 -0
- package/dist-types/ts3.4/commands/DeleteGameSessionQueueCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DeleteMatchmakingConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteMatchmakingRuleSetCommand.d.ts +62 -0
- package/dist-types/ts3.4/commands/DeleteScalingPolicyCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DeleteScriptCommand.d.ts +58 -0
- package/dist-types/ts3.4/commands/DeleteVpcPeeringAuthorizationCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/DeleteVpcPeeringConnectionCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DeregisterGameServerCommand.d.ts +61 -0
- package/dist-types/ts3.4/commands/DescribeAliasCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DescribeBuildCommand.d.ts +54 -0
- package/dist-types/ts3.4/commands/DescribeEC2InstanceLimitsCommand.d.ts +105 -0
- package/dist-types/ts3.4/commands/DescribeFleetAttributesCommand.d.ts +77 -0
- package/dist-types/ts3.4/commands/DescribeFleetCapacityCommand.d.ts +84 -0
- package/dist-types/ts3.4/commands/DescribeFleetEventsCommand.d.ts +64 -0
- package/dist-types/ts3.4/commands/DescribeFleetLocationAttributesCommand.d.ts +75 -0
- package/dist-types/ts3.4/commands/DescribeFleetLocationCapacityCommand.d.ts +67 -0
- package/dist-types/ts3.4/commands/DescribeFleetLocationUtilizationCommand.d.ts +67 -0
- package/dist-types/ts3.4/commands/DescribeFleetPortSettingsCommand.d.ts +75 -0
- package/dist-types/ts3.4/commands/DescribeFleetUtilizationCommand.d.ts +85 -0
- package/dist-types/ts3.4/commands/DescribeGameServerCommand.d.ts +59 -0
- package/dist-types/ts3.4/commands/DescribeGameServerGroupCommand.d.ts +63 -0
- package/dist-types/ts3.4/commands/DescribeGameServerInstancesCommand.d.ts +73 -0
- package/dist-types/ts3.4/commands/DescribeGameSessionDetailsCommand.d.ts +83 -0
- package/dist-types/ts3.4/commands/DescribeGameSessionPlacementCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/DescribeGameSessionQueuesCommand.d.ts +56 -0
- package/dist-types/ts3.4/commands/DescribeGameSessionsCommand.d.ts +85 -0
- package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +73 -0
- package/dist-types/ts3.4/commands/DescribeMatchmakingCommand.d.ts +69 -0
- package/dist-types/ts3.4/commands/DescribeMatchmakingConfigurationsCommand.d.ts +62 -0
- package/dist-types/ts3.4/commands/DescribeMatchmakingRuleSetsCommand.d.ts +63 -0
- package/dist-types/ts3.4/commands/DescribePlayerSessionsCommand.d.ts +69 -0
- package/dist-types/ts3.4/commands/DescribeRuntimeConfigurationCommand.d.ts +67 -0
- package/dist-types/ts3.4/commands/DescribeScalingPoliciesCommand.d.ts +57 -0
- package/dist-types/ts3.4/commands/DescribeScriptCommand.d.ts +54 -0
- package/dist-types/ts3.4/commands/DescribeVpcPeeringAuthorizationsCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetGameSessionLogUrlCommand.d.ts +57 -0
- package/dist-types/ts3.4/commands/GetInstanceAccessCommand.d.ts +69 -0
- package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/ListBuildsCommand.d.ts +59 -0
- package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +81 -0
- package/dist-types/ts3.4/commands/ListGameServerGroupsCommand.d.ts +60 -0
- package/dist-types/ts3.4/commands/ListGameServersCommand.d.ts +58 -0
- package/dist-types/ts3.4/commands/ListScriptsCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +83 -0
- package/dist-types/ts3.4/commands/PutScalingPolicyCommand.d.ts +111 -0
- package/dist-types/ts3.4/commands/RegisterGameServerCommand.d.ts +69 -0
- package/dist-types/ts3.4/commands/RequestUploadCredentialsCommand.d.ts +58 -0
- package/dist-types/ts3.4/commands/ResolveAliasCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ResumeGameServerGroupCommand.d.ts +66 -0
- package/dist-types/ts3.4/commands/SearchGameSessionsCommand.d.ts +131 -0
- package/dist-types/ts3.4/commands/StartFleetActionsCommand.d.ts +72 -0
- package/dist-types/ts3.4/commands/StartGameSessionPlacementCommand.d.ts +89 -0
- package/dist-types/ts3.4/commands/StartMatchBackfillCommand.d.ts +81 -0
- package/dist-types/ts3.4/commands/StartMatchmakingCommand.d.ts +75 -0
- package/dist-types/ts3.4/commands/StopFleetActionsCommand.d.ts +77 -0
- package/dist-types/ts3.4/commands/StopGameSessionPlacementCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/StopMatchmakingCommand.d.ts +64 -0
- package/dist-types/ts3.4/commands/SuspendGameServerGroupCommand.d.ts +76 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +85 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +85 -0
- package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdateBuildCommand.d.ts +55 -0
- package/dist-types/ts3.4/commands/UpdateFleetAttributesCommand.d.ts +62 -0
- package/dist-types/ts3.4/commands/UpdateFleetCapacityCommand.d.ts +95 -0
- package/dist-types/ts3.4/commands/UpdateFleetPortSettingsCommand.d.ts +68 -0
- package/dist-types/ts3.4/commands/UpdateGameServerCommand.d.ts +80 -0
- package/dist-types/ts3.4/commands/UpdateGameServerGroupCommand.d.ts +64 -0
- package/dist-types/ts3.4/commands/UpdateGameSessionCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdateGameSessionQueueCommand.d.ts +55 -0
- package/dist-types/ts3.4/commands/UpdateMatchmakingConfigurationCommand.d.ts +58 -0
- package/dist-types/ts3.4/commands/UpdateRuntimeConfigurationCommand.d.ts +69 -0
- package/dist-types/ts3.4/commands/UpdateScriptCommand.d.ts +61 -0
- package/dist-types/ts3.4/commands/ValidateMatchmakingRuleSetCommand.d.ts +62 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/dist-types/ts3.4/pagination/DescribeFleetAttributesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeFleetCapacityPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeFleetEventsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeFleetLocationAttributesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeFleetUtilizationPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeGameServerInstancesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeGameSessionDetailsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeGameSessionQueuesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeGameSessionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeInstancesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeMatchmakingConfigurationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeMatchmakingRuleSetsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribePlayerSessionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeScalingPoliciesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListAliasesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListBuildsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListFleetsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListGameServerGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListGameServersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListScriptsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/SearchGameSessionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +287 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +52 -49
- package/GameLift.ts +0 -6600
- package/GameLiftClient.ts +0 -748
- package/commands/AcceptMatchCommand.ts +0 -132
- package/commands/ClaimGameServerCommand.ts +0 -146
- package/commands/CreateAliasCommand.ts +0 -119
- package/commands/CreateBuildCommand.ts +0 -147
- package/commands/CreateFleetCommand.ts +0 -145
- package/commands/CreateFleetLocationsCommand.ts +0 -136
- package/commands/CreateGameServerGroupCommand.ts +0 -147
- package/commands/CreateGameSessionCommand.ts +0 -147
- package/commands/CreateGameSessionQueueCommand.ts +0 -137
- package/commands/CreateMatchmakingConfigurationCommand.ts +0 -143
- package/commands/CreateMatchmakingRuleSetCommand.ts +0 -140
- package/commands/CreatePlayerSessionCommand.ts +0 -117
- package/commands/CreatePlayerSessionsCommand.ts +0 -117
- package/commands/CreateScriptCommand.ts +0 -137
- package/commands/CreateVpcPeeringAuthorizationCommand.ts +0 -132
- package/commands/CreateVpcPeeringConnectionCommand.ts +0 -127
- package/commands/DeleteAliasCommand.ts +0 -108
- package/commands/DeleteBuildCommand.ts +0 -115
- package/commands/DeleteFleetCommand.ts +0 -128
- package/commands/DeleteFleetLocationsCommand.ts +0 -122
- package/commands/DeleteGameServerGroupCommand.ts +0 -141
- package/commands/DeleteGameSessionQueueCommand.ts +0 -112
- package/commands/DeleteMatchmakingConfigurationCommand.ts +0 -118
- package/commands/DeleteMatchmakingRuleSetCommand.ts +0 -121
- package/commands/DeleteScalingPolicyCommand.ts +0 -112
- package/commands/DeleteScriptCommand.ts +0 -117
- package/commands/DeleteVpcPeeringAuthorizationCommand.ts +0 -112
- package/commands/DeleteVpcPeeringConnectionCommand.ts +0 -115
- package/commands/DeregisterGameServerCommand.ts +0 -120
- package/commands/DescribeAliasCommand.ts +0 -109
- package/commands/DescribeBuildCommand.ts +0 -113
- package/commands/DescribeEC2InstanceLimitsCommand.ts +0 -167
- package/commands/DescribeFleetAttributesCommand.ts +0 -136
- package/commands/DescribeFleetCapacityCommand.ts +0 -143
- package/commands/DescribeFleetEventsCommand.ts +0 -123
- package/commands/DescribeFleetLocationAttributesCommand.ts +0 -142
- package/commands/DescribeFleetLocationCapacityCommand.ts +0 -131
- package/commands/DescribeFleetLocationUtilizationCommand.ts +0 -134
- package/commands/DescribeFleetPortSettingsCommand.ts +0 -137
- package/commands/DescribeFleetUtilizationCommand.ts +0 -144
- package/commands/DescribeGameServerCommand.ts +0 -118
- package/commands/DescribeGameServerGroupCommand.ts +0 -122
- package/commands/DescribeGameServerInstancesCommand.ts +0 -135
- package/commands/DescribeGameSessionDetailsCommand.ts +0 -145
- package/commands/DescribeGameSessionPlacementCommand.ts +0 -116
- package/commands/DescribeGameSessionQueuesCommand.ts +0 -118
- package/commands/DescribeGameSessionsCommand.ts +0 -144
- package/commands/DescribeInstancesCommand.ts +0 -132
- package/commands/DescribeMatchmakingCommand.ts +0 -128
- package/commands/DescribeMatchmakingConfigurationsCommand.ts +0 -129
- package/commands/DescribeMatchmakingRuleSetsCommand.ts +0 -125
- package/commands/DescribePlayerSessionsCommand.ts +0 -128
- package/commands/DescribeRuntimeConfigurationCommand.ts +0 -131
- package/commands/DescribeScalingPoliciesCommand.ts +0 -116
- package/commands/DescribeScriptCommand.ts +0 -113
- package/commands/DescribeVpcPeeringAuthorizationsCommand.ts +0 -116
- package/commands/DescribeVpcPeeringConnectionsCommand.ts +0 -117
- package/commands/GetGameSessionLogUrlCommand.ts +0 -116
- package/commands/GetInstanceAccessCommand.ts +0 -128
- package/commands/ListAliasesCommand.ts +0 -111
- package/commands/ListBuildsCommand.ts +0 -118
- package/commands/ListFleetsCommand.ts +0 -140
- package/commands/ListGameServerGroupsCommand.ts +0 -119
- package/commands/ListGameServersCommand.ts +0 -117
- package/commands/ListScriptsCommand.ts +0 -111
- package/commands/ListTagsForResourceCommand.ts +0 -142
- package/commands/PutScalingPolicyCommand.ts +0 -170
- package/commands/RegisterGameServerCommand.ts +0 -128
- package/commands/RequestUploadCredentialsCommand.ts +0 -117
- package/commands/ResolveAliasCommand.ts +0 -106
- package/commands/ResumeGameServerGroupCommand.ts +0 -125
- package/commands/SearchGameSessionsCommand.ts +0 -190
- package/commands/StartFleetActionsCommand.ts +0 -131
- package/commands/StartGameSessionPlacementCommand.ts +0 -151
- package/commands/StartMatchBackfillCommand.ts +0 -140
- package/commands/StartMatchmakingCommand.ts +0 -134
- package/commands/StopFleetActionsCommand.ts +0 -136
- package/commands/StopGameSessionPlacementCommand.ts +0 -111
- package/commands/StopMatchmakingCommand.ts +0 -123
- package/commands/SuspendGameServerGroupCommand.ts +0 -135
- package/commands/TagResourceCommand.ts +0 -144
- package/commands/UntagResourceCommand.ts +0 -144
- package/commands/UpdateAliasCommand.ts +0 -109
- package/commands/UpdateBuildCommand.ts +0 -114
- package/commands/UpdateFleetAttributesCommand.ts +0 -121
- package/commands/UpdateFleetCapacityCommand.ts +0 -154
- package/commands/UpdateFleetPortSettingsCommand.ts +0 -127
- package/commands/UpdateGameServerCommand.ts +0 -139
- package/commands/UpdateGameServerGroupCommand.ts +0 -123
- package/commands/UpdateGameSessionCommand.ts +0 -112
- package/commands/UpdateGameSessionQueueCommand.ts +0 -114
- package/commands/UpdateMatchmakingConfigurationCommand.ts +0 -125
- package/commands/UpdateRuntimeConfigurationCommand.ts +0 -131
- package/commands/UpdateScriptCommand.ts +0 -120
- package/commands/ValidateMatchmakingRuleSetCommand.ts +0 -124
- package/dist/cjs/GameLift.js +0 -1493
- package/dist/cjs/GameLift.js.map +0 -1
- package/dist/cjs/GameLiftClient.js +0 -101
- package/dist/cjs/GameLiftClient.js.map +0 -1
- package/dist/cjs/commands/AcceptMatchCommand.js +0 -99
- package/dist/cjs/commands/AcceptMatchCommand.js.map +0 -1
- package/dist/cjs/commands/ClaimGameServerCommand.js +0 -113
- package/dist/cjs/commands/ClaimGameServerCommand.js.map +0 -1
- package/dist/cjs/commands/CreateAliasCommand.js +0 -86
- package/dist/cjs/commands/CreateAliasCommand.js.map +0 -1
- package/dist/cjs/commands/CreateBuildCommand.js +0 -114
- package/dist/cjs/commands/CreateBuildCommand.js.map +0 -1
- package/dist/cjs/commands/CreateFleetCommand.js +0 -112
- package/dist/cjs/commands/CreateFleetCommand.js.map +0 -1
- package/dist/cjs/commands/CreateFleetLocationsCommand.js +0 -103
- package/dist/cjs/commands/CreateFleetLocationsCommand.js.map +0 -1
- package/dist/cjs/commands/CreateGameServerGroupCommand.js +0 -114
- package/dist/cjs/commands/CreateGameServerGroupCommand.js.map +0 -1
- package/dist/cjs/commands/CreateGameSessionCommand.js +0 -114
- package/dist/cjs/commands/CreateGameSessionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateGameSessionQueueCommand.js +0 -104
- package/dist/cjs/commands/CreateGameSessionQueueCommand.js.map +0 -1
- package/dist/cjs/commands/CreateMatchmakingConfigurationCommand.js +0 -102
- package/dist/cjs/commands/CreateMatchmakingConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/CreateMatchmakingRuleSetCommand.js +0 -107
- package/dist/cjs/commands/CreateMatchmakingRuleSetCommand.js.map +0 -1
- package/dist/cjs/commands/CreatePlayerSessionCommand.js +0 -84
- package/dist/cjs/commands/CreatePlayerSessionCommand.js.map +0 -1
- package/dist/cjs/commands/CreatePlayerSessionsCommand.js +0 -84
- package/dist/cjs/commands/CreatePlayerSessionsCommand.js.map +0 -1
- package/dist/cjs/commands/CreateScriptCommand.js +0 -104
- package/dist/cjs/commands/CreateScriptCommand.js.map +0 -1
- package/dist/cjs/commands/CreateVpcPeeringAuthorizationCommand.js +0 -94
- package/dist/cjs/commands/CreateVpcPeeringAuthorizationCommand.js.map +0 -1
- package/dist/cjs/commands/CreateVpcPeeringConnectionCommand.js +0 -91
- package/dist/cjs/commands/CreateVpcPeeringConnectionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAliasCommand.js +0 -75
- package/dist/cjs/commands/DeleteAliasCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteBuildCommand.js +0 -82
- package/dist/cjs/commands/DeleteBuildCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteFleetCommand.js +0 -95
- package/dist/cjs/commands/DeleteFleetCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteFleetLocationsCommand.js +0 -89
- package/dist/cjs/commands/DeleteFleetLocationsCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteGameServerGroupCommand.js +0 -108
- package/dist/cjs/commands/DeleteGameServerGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteGameSessionQueueCommand.js +0 -79
- package/dist/cjs/commands/DeleteGameSessionQueueCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteMatchmakingConfigurationCommand.js +0 -77
- package/dist/cjs/commands/DeleteMatchmakingConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteMatchmakingRuleSetCommand.js +0 -88
- package/dist/cjs/commands/DeleteMatchmakingRuleSetCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteScalingPolicyCommand.js +0 -79
- package/dist/cjs/commands/DeleteScalingPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteScriptCommand.js +0 -84
- package/dist/cjs/commands/DeleteScriptCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteVpcPeeringAuthorizationCommand.js +0 -74
- package/dist/cjs/commands/DeleteVpcPeeringAuthorizationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteVpcPeeringConnectionCommand.js +0 -79
- package/dist/cjs/commands/DeleteVpcPeeringConnectionCommand.js.map +0 -1
- package/dist/cjs/commands/DeregisterGameServerCommand.js +0 -87
- package/dist/cjs/commands/DeregisterGameServerCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAliasCommand.js +0 -76
- package/dist/cjs/commands/DescribeAliasCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeBuildCommand.js +0 -80
- package/dist/cjs/commands/DescribeBuildCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEC2InstanceLimitsCommand.js +0 -131
- package/dist/cjs/commands/DescribeEC2InstanceLimitsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeFleetAttributesCommand.js +0 -103
- package/dist/cjs/commands/DescribeFleetAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeFleetCapacityCommand.js +0 -110
- package/dist/cjs/commands/DescribeFleetCapacityCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeFleetEventsCommand.js +0 -90
- package/dist/cjs/commands/DescribeFleetEventsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeFleetLocationAttributesCommand.js +0 -101
- package/dist/cjs/commands/DescribeFleetLocationAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeFleetLocationCapacityCommand.js +0 -93
- package/dist/cjs/commands/DescribeFleetLocationCapacityCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeFleetLocationUtilizationCommand.js +0 -93
- package/dist/cjs/commands/DescribeFleetLocationUtilizationCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeFleetPortSettingsCommand.js +0 -101
- package/dist/cjs/commands/DescribeFleetPortSettingsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeFleetUtilizationCommand.js +0 -111
- package/dist/cjs/commands/DescribeFleetUtilizationCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeGameServerCommand.js +0 -85
- package/dist/cjs/commands/DescribeGameServerCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeGameServerGroupCommand.js +0 -89
- package/dist/cjs/commands/DescribeGameServerGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeGameServerInstancesCommand.js +0 -99
- package/dist/cjs/commands/DescribeGameServerInstancesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeGameSessionDetailsCommand.js +0 -109
- package/dist/cjs/commands/DescribeGameSessionDetailsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeGameSessionPlacementCommand.js +0 -78
- package/dist/cjs/commands/DescribeGameSessionPlacementCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeGameSessionQueuesCommand.js +0 -82
- package/dist/cjs/commands/DescribeGameSessionQueuesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeGameSessionsCommand.js +0 -111
- package/dist/cjs/commands/DescribeGameSessionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeInstancesCommand.js +0 -99
- package/dist/cjs/commands/DescribeInstancesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeMatchmakingCommand.js +0 -95
- package/dist/cjs/commands/DescribeMatchmakingCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeMatchmakingConfigurationsCommand.js +0 -88
- package/dist/cjs/commands/DescribeMatchmakingConfigurationsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeMatchmakingRuleSetsCommand.js +0 -89
- package/dist/cjs/commands/DescribeMatchmakingRuleSetsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribePlayerSessionsCommand.js +0 -95
- package/dist/cjs/commands/DescribePlayerSessionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeRuntimeConfigurationCommand.js +0 -93
- package/dist/cjs/commands/DescribeRuntimeConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeScalingPoliciesCommand.js +0 -83
- package/dist/cjs/commands/DescribeScalingPoliciesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeScriptCommand.js +0 -80
- package/dist/cjs/commands/DescribeScriptCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeVpcPeeringAuthorizationsCommand.js +0 -75
- package/dist/cjs/commands/DescribeVpcPeeringAuthorizationsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeVpcPeeringConnectionsCommand.js +0 -79
- package/dist/cjs/commands/DescribeVpcPeeringConnectionsCommand.js.map +0 -1
- package/dist/cjs/commands/GetGameSessionLogUrlCommand.js +0 -83
- package/dist/cjs/commands/GetGameSessionLogUrlCommand.js.map +0 -1
- package/dist/cjs/commands/GetInstanceAccessCommand.js +0 -95
- package/dist/cjs/commands/GetInstanceAccessCommand.js.map +0 -1
- package/dist/cjs/commands/ListAliasesCommand.js +0 -78
- package/dist/cjs/commands/ListAliasesCommand.js.map +0 -1
- package/dist/cjs/commands/ListBuildsCommand.js +0 -85
- package/dist/cjs/commands/ListBuildsCommand.js.map +0 -1
- package/dist/cjs/commands/ListFleetsCommand.js +0 -107
- package/dist/cjs/commands/ListFleetsCommand.js.map +0 -1
- package/dist/cjs/commands/ListGameServerGroupsCommand.js +0 -86
- package/dist/cjs/commands/ListGameServerGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/ListGameServersCommand.js +0 -84
- package/dist/cjs/commands/ListGameServersCommand.js.map +0 -1
- package/dist/cjs/commands/ListScriptsCommand.js +0 -78
- package/dist/cjs/commands/ListScriptsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -109
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/PutScalingPolicyCommand.js +0 -137
- package/dist/cjs/commands/PutScalingPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/RegisterGameServerCommand.js +0 -95
- package/dist/cjs/commands/RegisterGameServerCommand.js.map +0 -1
- package/dist/cjs/commands/RequestUploadCredentialsCommand.js +0 -84
- package/dist/cjs/commands/RequestUploadCredentialsCommand.js.map +0 -1
- package/dist/cjs/commands/ResolveAliasCommand.js +0 -73
- package/dist/cjs/commands/ResolveAliasCommand.js.map +0 -1
- package/dist/cjs/commands/ResumeGameServerGroupCommand.js +0 -92
- package/dist/cjs/commands/ResumeGameServerGroupCommand.js.map +0 -1
- package/dist/cjs/commands/SearchGameSessionsCommand.js +0 -157
- package/dist/cjs/commands/SearchGameSessionsCommand.js.map +0 -1
- package/dist/cjs/commands/StartFleetActionsCommand.js +0 -98
- package/dist/cjs/commands/StartFleetActionsCommand.js.map +0 -1
- package/dist/cjs/commands/StartGameSessionPlacementCommand.js +0 -115
- package/dist/cjs/commands/StartGameSessionPlacementCommand.js.map +0 -1
- package/dist/cjs/commands/StartMatchBackfillCommand.js +0 -107
- package/dist/cjs/commands/StartMatchBackfillCommand.js.map +0 -1
- package/dist/cjs/commands/StartMatchmakingCommand.js +0 -101
- package/dist/cjs/commands/StartMatchmakingCommand.js.map +0 -1
- package/dist/cjs/commands/StopFleetActionsCommand.js +0 -103
- package/dist/cjs/commands/StopFleetActionsCommand.js.map +0 -1
- package/dist/cjs/commands/StopGameSessionPlacementCommand.js +0 -78
- package/dist/cjs/commands/StopGameSessionPlacementCommand.js.map +0 -1
- package/dist/cjs/commands/StopMatchmakingCommand.js +0 -90
- package/dist/cjs/commands/StopMatchmakingCommand.js.map +0 -1
- package/dist/cjs/commands/SuspendGameServerGroupCommand.js +0 -102
- package/dist/cjs/commands/SuspendGameServerGroupCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js +0 -111
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js +0 -111
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateAliasCommand.js +0 -76
- package/dist/cjs/commands/UpdateAliasCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateBuildCommand.js +0 -81
- package/dist/cjs/commands/UpdateBuildCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateFleetAttributesCommand.js +0 -88
- package/dist/cjs/commands/UpdateFleetAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateFleetCapacityCommand.js +0 -121
- package/dist/cjs/commands/UpdateFleetCapacityCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateFleetPortSettingsCommand.js +0 -94
- package/dist/cjs/commands/UpdateFleetPortSettingsCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateGameServerCommand.js +0 -106
- package/dist/cjs/commands/UpdateGameServerCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateGameServerGroupCommand.js +0 -90
- package/dist/cjs/commands/UpdateGameServerGroupCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateGameSessionCommand.js +0 -79
- package/dist/cjs/commands/UpdateGameSessionCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateGameSessionQueueCommand.js +0 -81
- package/dist/cjs/commands/UpdateGameSessionQueueCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateMatchmakingConfigurationCommand.js +0 -84
- package/dist/cjs/commands/UpdateMatchmakingConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRuntimeConfigurationCommand.js +0 -95
- package/dist/cjs/commands/UpdateRuntimeConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateScriptCommand.js +0 -87
- package/dist/cjs/commands/UpdateScriptCommand.js.map +0 -1
- package/dist/cjs/commands/ValidateMatchmakingRuleSetCommand.js +0 -88
- package/dist/cjs/commands/ValidateMatchmakingRuleSetCommand.js.map +0 -1
- package/dist/cjs/endpoints.js +0 -57
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -124
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -5
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js +0 -2540
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/DescribeFleetAttributesPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeFleetAttributesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeFleetCapacityPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeFleetCapacityPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeFleetEventsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeFleetEventsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeFleetLocationAttributesPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeFleetLocationAttributesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeFleetUtilizationPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeFleetUtilizationPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeGameServerInstancesPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeGameServerInstancesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeGameSessionDetailsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeGameSessionDetailsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeGameSessionQueuesPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeGameSessionQueuesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeGameSessionsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeGameSessionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeInstancesPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeInstancesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeMatchmakingConfigurationsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeMatchmakingConfigurationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeMatchmakingRuleSetsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeMatchmakingRuleSetsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribePlayerSessionsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribePlayerSessionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeScalingPoliciesPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeScalingPoliciesPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js +0 -3
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListAliasesPaginator.js +0 -46
- package/dist/cjs/pagination/ListAliasesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListBuildsPaginator.js +0 -46
- package/dist/cjs/pagination/ListBuildsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListFleetsPaginator.js +0 -46
- package/dist/cjs/pagination/ListFleetsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListGameServerGroupsPaginator.js +0 -46
- package/dist/cjs/pagination/ListGameServerGroupsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListGameServersPaginator.js +0 -46
- package/dist/cjs/pagination/ListGameServersPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListScriptsPaginator.js +0 -46
- package/dist/cjs/pagination/ListScriptsPaginator.js.map +0 -1
- package/dist/cjs/pagination/SearchGameSessionsPaginator.js +0 -46
- package/dist/cjs/pagination/SearchGameSessionsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_json1_1.js +0 -11486
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js +0 -20
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/GameLift.js +0 -1496
- package/dist/es/GameLift.js.map +0 -1
- package/dist/es/GameLiftClient.js +0 -103
- package/dist/es/GameLiftClient.js.map +0 -1
- package/dist/es/commands/AcceptMatchCommand.js +0 -103
- package/dist/es/commands/AcceptMatchCommand.js.map +0 -1
- package/dist/es/commands/ClaimGameServerCommand.js +0 -117
- package/dist/es/commands/ClaimGameServerCommand.js.map +0 -1
- package/dist/es/commands/CreateAliasCommand.js +0 -90
- package/dist/es/commands/CreateAliasCommand.js.map +0 -1
- package/dist/es/commands/CreateBuildCommand.js +0 -118
- package/dist/es/commands/CreateBuildCommand.js.map +0 -1
- package/dist/es/commands/CreateFleetCommand.js +0 -116
- package/dist/es/commands/CreateFleetCommand.js.map +0 -1
- package/dist/es/commands/CreateFleetLocationsCommand.js +0 -107
- package/dist/es/commands/CreateFleetLocationsCommand.js.map +0 -1
- package/dist/es/commands/CreateGameServerGroupCommand.js +0 -118
- package/dist/es/commands/CreateGameServerGroupCommand.js.map +0 -1
- package/dist/es/commands/CreateGameSessionCommand.js +0 -118
- package/dist/es/commands/CreateGameSessionCommand.js.map +0 -1
- package/dist/es/commands/CreateGameSessionQueueCommand.js +0 -108
- package/dist/es/commands/CreateGameSessionQueueCommand.js.map +0 -1
- package/dist/es/commands/CreateMatchmakingConfigurationCommand.js +0 -106
- package/dist/es/commands/CreateMatchmakingConfigurationCommand.js.map +0 -1
- package/dist/es/commands/CreateMatchmakingRuleSetCommand.js +0 -111
- package/dist/es/commands/CreateMatchmakingRuleSetCommand.js.map +0 -1
- package/dist/es/commands/CreatePlayerSessionCommand.js +0 -88
- package/dist/es/commands/CreatePlayerSessionCommand.js.map +0 -1
- package/dist/es/commands/CreatePlayerSessionsCommand.js +0 -88
- package/dist/es/commands/CreatePlayerSessionsCommand.js.map +0 -1
- package/dist/es/commands/CreateScriptCommand.js +0 -108
- package/dist/es/commands/CreateScriptCommand.js.map +0 -1
- package/dist/es/commands/CreateVpcPeeringAuthorizationCommand.js +0 -98
- package/dist/es/commands/CreateVpcPeeringAuthorizationCommand.js.map +0 -1
- package/dist/es/commands/CreateVpcPeeringConnectionCommand.js +0 -95
- package/dist/es/commands/CreateVpcPeeringConnectionCommand.js.map +0 -1
- package/dist/es/commands/DeleteAliasCommand.js +0 -79
- package/dist/es/commands/DeleteAliasCommand.js.map +0 -1
- package/dist/es/commands/DeleteBuildCommand.js +0 -86
- package/dist/es/commands/DeleteBuildCommand.js.map +0 -1
- package/dist/es/commands/DeleteFleetCommand.js +0 -99
- package/dist/es/commands/DeleteFleetCommand.js.map +0 -1
- package/dist/es/commands/DeleteFleetLocationsCommand.js +0 -93
- package/dist/es/commands/DeleteFleetLocationsCommand.js.map +0 -1
- package/dist/es/commands/DeleteGameServerGroupCommand.js +0 -112
- package/dist/es/commands/DeleteGameServerGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteGameSessionQueueCommand.js +0 -83
- package/dist/es/commands/DeleteGameSessionQueueCommand.js.map +0 -1
- package/dist/es/commands/DeleteMatchmakingConfigurationCommand.js +0 -81
- package/dist/es/commands/DeleteMatchmakingConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DeleteMatchmakingRuleSetCommand.js +0 -92
- package/dist/es/commands/DeleteMatchmakingRuleSetCommand.js.map +0 -1
- package/dist/es/commands/DeleteScalingPolicyCommand.js +0 -83
- package/dist/es/commands/DeleteScalingPolicyCommand.js.map +0 -1
- package/dist/es/commands/DeleteScriptCommand.js +0 -88
- package/dist/es/commands/DeleteScriptCommand.js.map +0 -1
- package/dist/es/commands/DeleteVpcPeeringAuthorizationCommand.js +0 -78
- package/dist/es/commands/DeleteVpcPeeringAuthorizationCommand.js.map +0 -1
- package/dist/es/commands/DeleteVpcPeeringConnectionCommand.js +0 -83
- package/dist/es/commands/DeleteVpcPeeringConnectionCommand.js.map +0 -1
- package/dist/es/commands/DeregisterGameServerCommand.js +0 -91
- package/dist/es/commands/DeregisterGameServerCommand.js.map +0 -1
- package/dist/es/commands/DescribeAliasCommand.js +0 -80
- package/dist/es/commands/DescribeAliasCommand.js.map +0 -1
- package/dist/es/commands/DescribeBuildCommand.js +0 -84
- package/dist/es/commands/DescribeBuildCommand.js.map +0 -1
- package/dist/es/commands/DescribeEC2InstanceLimitsCommand.js +0 -135
- package/dist/es/commands/DescribeEC2InstanceLimitsCommand.js.map +0 -1
- package/dist/es/commands/DescribeFleetAttributesCommand.js +0 -107
- package/dist/es/commands/DescribeFleetAttributesCommand.js.map +0 -1
- package/dist/es/commands/DescribeFleetCapacityCommand.js +0 -114
- package/dist/es/commands/DescribeFleetCapacityCommand.js.map +0 -1
- package/dist/es/commands/DescribeFleetEventsCommand.js +0 -94
- package/dist/es/commands/DescribeFleetEventsCommand.js.map +0 -1
- package/dist/es/commands/DescribeFleetLocationAttributesCommand.js +0 -105
- package/dist/es/commands/DescribeFleetLocationAttributesCommand.js.map +0 -1
- package/dist/es/commands/DescribeFleetLocationCapacityCommand.js +0 -97
- package/dist/es/commands/DescribeFleetLocationCapacityCommand.js.map +0 -1
- package/dist/es/commands/DescribeFleetLocationUtilizationCommand.js +0 -97
- package/dist/es/commands/DescribeFleetLocationUtilizationCommand.js.map +0 -1
- package/dist/es/commands/DescribeFleetPortSettingsCommand.js +0 -105
- package/dist/es/commands/DescribeFleetPortSettingsCommand.js.map +0 -1
- package/dist/es/commands/DescribeFleetUtilizationCommand.js +0 -115
- package/dist/es/commands/DescribeFleetUtilizationCommand.js.map +0 -1
- package/dist/es/commands/DescribeGameServerCommand.js +0 -89
- package/dist/es/commands/DescribeGameServerCommand.js.map +0 -1
- package/dist/es/commands/DescribeGameServerGroupCommand.js +0 -93
- package/dist/es/commands/DescribeGameServerGroupCommand.js.map +0 -1
- package/dist/es/commands/DescribeGameServerInstancesCommand.js +0 -103
- package/dist/es/commands/DescribeGameServerInstancesCommand.js.map +0 -1
- package/dist/es/commands/DescribeGameSessionDetailsCommand.js +0 -113
- package/dist/es/commands/DescribeGameSessionDetailsCommand.js.map +0 -1
- package/dist/es/commands/DescribeGameSessionPlacementCommand.js +0 -82
- package/dist/es/commands/DescribeGameSessionPlacementCommand.js.map +0 -1
- package/dist/es/commands/DescribeGameSessionQueuesCommand.js +0 -86
- package/dist/es/commands/DescribeGameSessionQueuesCommand.js.map +0 -1
- package/dist/es/commands/DescribeGameSessionsCommand.js +0 -115
- package/dist/es/commands/DescribeGameSessionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeInstancesCommand.js +0 -103
- package/dist/es/commands/DescribeInstancesCommand.js.map +0 -1
- package/dist/es/commands/DescribeMatchmakingCommand.js +0 -99
- package/dist/es/commands/DescribeMatchmakingCommand.js.map +0 -1
- package/dist/es/commands/DescribeMatchmakingConfigurationsCommand.js +0 -92
- package/dist/es/commands/DescribeMatchmakingConfigurationsCommand.js.map +0 -1
- package/dist/es/commands/DescribeMatchmakingRuleSetsCommand.js +0 -93
- package/dist/es/commands/DescribeMatchmakingRuleSetsCommand.js.map +0 -1
- package/dist/es/commands/DescribePlayerSessionsCommand.js +0 -99
- package/dist/es/commands/DescribePlayerSessionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeRuntimeConfigurationCommand.js +0 -97
- package/dist/es/commands/DescribeRuntimeConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DescribeScalingPoliciesCommand.js +0 -87
- package/dist/es/commands/DescribeScalingPoliciesCommand.js.map +0 -1
- package/dist/es/commands/DescribeScriptCommand.js +0 -84
- package/dist/es/commands/DescribeScriptCommand.js.map +0 -1
- package/dist/es/commands/DescribeVpcPeeringAuthorizationsCommand.js +0 -79
- package/dist/es/commands/DescribeVpcPeeringAuthorizationsCommand.js.map +0 -1
- package/dist/es/commands/DescribeVpcPeeringConnectionsCommand.js +0 -83
- package/dist/es/commands/DescribeVpcPeeringConnectionsCommand.js.map +0 -1
- package/dist/es/commands/GetGameSessionLogUrlCommand.js +0 -87
- package/dist/es/commands/GetGameSessionLogUrlCommand.js.map +0 -1
- package/dist/es/commands/GetInstanceAccessCommand.js +0 -99
- package/dist/es/commands/GetInstanceAccessCommand.js.map +0 -1
- package/dist/es/commands/ListAliasesCommand.js +0 -82
- package/dist/es/commands/ListAliasesCommand.js.map +0 -1
- package/dist/es/commands/ListBuildsCommand.js +0 -89
- package/dist/es/commands/ListBuildsCommand.js.map +0 -1
- package/dist/es/commands/ListFleetsCommand.js +0 -111
- package/dist/es/commands/ListFleetsCommand.js.map +0 -1
- package/dist/es/commands/ListGameServerGroupsCommand.js +0 -90
- package/dist/es/commands/ListGameServerGroupsCommand.js.map +0 -1
- package/dist/es/commands/ListGameServersCommand.js +0 -88
- package/dist/es/commands/ListGameServersCommand.js.map +0 -1
- package/dist/es/commands/ListScriptsCommand.js +0 -82
- package/dist/es/commands/ListScriptsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +0 -113
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/PutScalingPolicyCommand.js +0 -141
- package/dist/es/commands/PutScalingPolicyCommand.js.map +0 -1
- package/dist/es/commands/RegisterGameServerCommand.js +0 -99
- package/dist/es/commands/RegisterGameServerCommand.js.map +0 -1
- package/dist/es/commands/RequestUploadCredentialsCommand.js +0 -88
- package/dist/es/commands/RequestUploadCredentialsCommand.js.map +0 -1
- package/dist/es/commands/ResolveAliasCommand.js +0 -77
- package/dist/es/commands/ResolveAliasCommand.js.map +0 -1
- package/dist/es/commands/ResumeGameServerGroupCommand.js +0 -96
- package/dist/es/commands/ResumeGameServerGroupCommand.js.map +0 -1
- package/dist/es/commands/SearchGameSessionsCommand.js +0 -161
- package/dist/es/commands/SearchGameSessionsCommand.js.map +0 -1
- package/dist/es/commands/StartFleetActionsCommand.js +0 -102
- package/dist/es/commands/StartFleetActionsCommand.js.map +0 -1
- package/dist/es/commands/StartGameSessionPlacementCommand.js +0 -119
- package/dist/es/commands/StartGameSessionPlacementCommand.js.map +0 -1
- package/dist/es/commands/StartMatchBackfillCommand.js +0 -111
- package/dist/es/commands/StartMatchBackfillCommand.js.map +0 -1
- package/dist/es/commands/StartMatchmakingCommand.js +0 -105
- package/dist/es/commands/StartMatchmakingCommand.js.map +0 -1
- package/dist/es/commands/StopFleetActionsCommand.js +0 -107
- package/dist/es/commands/StopFleetActionsCommand.js.map +0 -1
- package/dist/es/commands/StopGameSessionPlacementCommand.js +0 -82
- package/dist/es/commands/StopGameSessionPlacementCommand.js.map +0 -1
- package/dist/es/commands/StopMatchmakingCommand.js +0 -94
- package/dist/es/commands/StopMatchmakingCommand.js.map +0 -1
- package/dist/es/commands/SuspendGameServerGroupCommand.js +0 -106
- package/dist/es/commands/SuspendGameServerGroupCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js +0 -115
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js +0 -115
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateAliasCommand.js +0 -80
- package/dist/es/commands/UpdateAliasCommand.js.map +0 -1
- package/dist/es/commands/UpdateBuildCommand.js +0 -85
- package/dist/es/commands/UpdateBuildCommand.js.map +0 -1
- package/dist/es/commands/UpdateFleetAttributesCommand.js +0 -92
- package/dist/es/commands/UpdateFleetAttributesCommand.js.map +0 -1
- package/dist/es/commands/UpdateFleetCapacityCommand.js +0 -125
- package/dist/es/commands/UpdateFleetCapacityCommand.js.map +0 -1
- package/dist/es/commands/UpdateFleetPortSettingsCommand.js +0 -98
- package/dist/es/commands/UpdateFleetPortSettingsCommand.js.map +0 -1
- package/dist/es/commands/UpdateGameServerCommand.js +0 -110
- package/dist/es/commands/UpdateGameServerCommand.js.map +0 -1
- package/dist/es/commands/UpdateGameServerGroupCommand.js +0 -94
- package/dist/es/commands/UpdateGameServerGroupCommand.js.map +0 -1
- package/dist/es/commands/UpdateGameSessionCommand.js +0 -83
- package/dist/es/commands/UpdateGameSessionCommand.js.map +0 -1
- package/dist/es/commands/UpdateGameSessionQueueCommand.js +0 -85
- package/dist/es/commands/UpdateGameSessionQueueCommand.js.map +0 -1
- package/dist/es/commands/UpdateMatchmakingConfigurationCommand.js +0 -88
- package/dist/es/commands/UpdateMatchmakingConfigurationCommand.js.map +0 -1
- package/dist/es/commands/UpdateRuntimeConfigurationCommand.js +0 -99
- package/dist/es/commands/UpdateRuntimeConfigurationCommand.js.map +0 -1
- package/dist/es/commands/UpdateScriptCommand.js +0 -91
- package/dist/es/commands/UpdateScriptCommand.js.map +0 -1
- package/dist/es/commands/ValidateMatchmakingRuleSetCommand.js +0 -92
- package/dist/es/commands/ValidateMatchmakingRuleSetCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -53
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -121
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js +0 -2019
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/DescribeFleetAttributesPaginator.js +0 -87
- package/dist/es/pagination/DescribeFleetAttributesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeFleetCapacityPaginator.js +0 -87
- package/dist/es/pagination/DescribeFleetCapacityPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeFleetEventsPaginator.js +0 -87
- package/dist/es/pagination/DescribeFleetEventsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeFleetLocationAttributesPaginator.js +0 -87
- package/dist/es/pagination/DescribeFleetLocationAttributesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeFleetUtilizationPaginator.js +0 -87
- package/dist/es/pagination/DescribeFleetUtilizationPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeGameServerInstancesPaginator.js +0 -87
- package/dist/es/pagination/DescribeGameServerInstancesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeGameSessionDetailsPaginator.js +0 -87
- package/dist/es/pagination/DescribeGameSessionDetailsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeGameSessionQueuesPaginator.js +0 -87
- package/dist/es/pagination/DescribeGameSessionQueuesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeGameSessionsPaginator.js +0 -87
- package/dist/es/pagination/DescribeGameSessionsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeInstancesPaginator.js +0 -87
- package/dist/es/pagination/DescribeInstancesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeMatchmakingConfigurationsPaginator.js +0 -87
- package/dist/es/pagination/DescribeMatchmakingConfigurationsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeMatchmakingRuleSetsPaginator.js +0 -87
- package/dist/es/pagination/DescribeMatchmakingRuleSetsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribePlayerSessionsPaginator.js +0 -87
- package/dist/es/pagination/DescribePlayerSessionsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeScalingPoliciesPaginator.js +0 -87
- package/dist/es/pagination/DescribeScalingPoliciesPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListAliasesPaginator.js +0 -87
- package/dist/es/pagination/ListAliasesPaginator.js.map +0 -1
- package/dist/es/pagination/ListBuildsPaginator.js +0 -87
- package/dist/es/pagination/ListBuildsPaginator.js.map +0 -1
- package/dist/es/pagination/ListFleetsPaginator.js +0 -87
- package/dist/es/pagination/ListFleetsPaginator.js.map +0 -1
- package/dist/es/pagination/ListGameServerGroupsPaginator.js +0 -87
- package/dist/es/pagination/ListGameServerGroupsPaginator.js.map +0 -1
- package/dist/es/pagination/ListGameServersPaginator.js +0 -87
- package/dist/es/pagination/ListGameServersPaginator.js.map +0 -1
- package/dist/es/pagination/ListScriptsPaginator.js +0 -87
- package/dist/es/pagination/ListScriptsPaginator.js.map +0 -1
- package/dist/es/pagination/SearchGameSessionsPaginator.js +0 -87
- package/dist/es/pagination/SearchGameSessionsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_json1_1.js +0 -11910
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -20
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -25
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -12
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -17
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/GameLift.d.ts +0 -3902
- package/dist/types/GameLiftClient.d.ts +0 -284
- package/dist/types/commands/AcceptMatchCommand.d.ts +0 -73
- package/dist/types/commands/ClaimGameServerCommand.d.ts +0 -87
- package/dist/types/commands/CreateAliasCommand.d.ts +0 -60
- package/dist/types/commands/CreateBuildCommand.d.ts +0 -88
- package/dist/types/commands/CreateFleetCommand.d.ts +0 -86
- package/dist/types/commands/CreateFleetLocationsCommand.d.ts +0 -77
- package/dist/types/commands/CreateGameServerGroupCommand.d.ts +0 -88
- package/dist/types/commands/CreateGameSessionCommand.d.ts +0 -88
- package/dist/types/commands/CreateGameSessionQueueCommand.d.ts +0 -78
- package/dist/types/commands/CreateMatchmakingConfigurationCommand.d.ts +0 -76
- package/dist/types/commands/CreateMatchmakingRuleSetCommand.d.ts +0 -81
- package/dist/types/commands/CreatePlayerSessionCommand.d.ts +0 -58
- package/dist/types/commands/CreatePlayerSessionsCommand.d.ts +0 -58
- package/dist/types/commands/CreateScriptCommand.d.ts +0 -78
- package/dist/types/commands/CreateVpcPeeringAuthorizationCommand.d.ts +0 -68
- package/dist/types/commands/CreateVpcPeeringConnectionCommand.d.ts +0 -65
- package/dist/types/commands/DeleteAliasCommand.d.ts +0 -49
- package/dist/types/commands/DeleteBuildCommand.d.ts +0 -56
- package/dist/types/commands/DeleteFleetCommand.d.ts +0 -69
- package/dist/types/commands/DeleteFleetLocationsCommand.d.ts +0 -63
- package/dist/types/commands/DeleteGameServerGroupCommand.d.ts +0 -82
- package/dist/types/commands/DeleteGameSessionQueueCommand.d.ts +0 -53
- package/dist/types/commands/DeleteMatchmakingConfigurationCommand.d.ts +0 -51
- package/dist/types/commands/DeleteMatchmakingRuleSetCommand.d.ts +0 -62
- package/dist/types/commands/DeleteScalingPolicyCommand.d.ts +0 -53
- package/dist/types/commands/DeleteScriptCommand.d.ts +0 -58
- package/dist/types/commands/DeleteVpcPeeringAuthorizationCommand.d.ts +0 -48
- package/dist/types/commands/DeleteVpcPeeringConnectionCommand.d.ts +0 -53
- package/dist/types/commands/DeregisterGameServerCommand.d.ts +0 -61
- package/dist/types/commands/DescribeAliasCommand.d.ts +0 -50
- package/dist/types/commands/DescribeBuildCommand.d.ts +0 -54
- package/dist/types/commands/DescribeEC2InstanceLimitsCommand.d.ts +0 -105
- package/dist/types/commands/DescribeFleetAttributesCommand.d.ts +0 -77
- package/dist/types/commands/DescribeFleetCapacityCommand.d.ts +0 -84
- package/dist/types/commands/DescribeFleetEventsCommand.d.ts +0 -64
- package/dist/types/commands/DescribeFleetLocationAttributesCommand.d.ts +0 -75
- package/dist/types/commands/DescribeFleetLocationCapacityCommand.d.ts +0 -67
- package/dist/types/commands/DescribeFleetLocationUtilizationCommand.d.ts +0 -67
- package/dist/types/commands/DescribeFleetPortSettingsCommand.d.ts +0 -75
- package/dist/types/commands/DescribeFleetUtilizationCommand.d.ts +0 -85
- package/dist/types/commands/DescribeGameServerCommand.d.ts +0 -59
- package/dist/types/commands/DescribeGameServerGroupCommand.d.ts +0 -63
- package/dist/types/commands/DescribeGameServerInstancesCommand.d.ts +0 -73
- package/dist/types/commands/DescribeGameSessionDetailsCommand.d.ts +0 -83
- package/dist/types/commands/DescribeGameSessionPlacementCommand.d.ts +0 -52
- package/dist/types/commands/DescribeGameSessionQueuesCommand.d.ts +0 -56
- package/dist/types/commands/DescribeGameSessionsCommand.d.ts +0 -85
- package/dist/types/commands/DescribeInstancesCommand.d.ts +0 -73
- package/dist/types/commands/DescribeMatchmakingCommand.d.ts +0 -69
- package/dist/types/commands/DescribeMatchmakingConfigurationsCommand.d.ts +0 -62
- package/dist/types/commands/DescribeMatchmakingRuleSetsCommand.d.ts +0 -63
- package/dist/types/commands/DescribePlayerSessionsCommand.d.ts +0 -69
- package/dist/types/commands/DescribeRuntimeConfigurationCommand.d.ts +0 -67
- package/dist/types/commands/DescribeScalingPoliciesCommand.d.ts +0 -57
- package/dist/types/commands/DescribeScriptCommand.d.ts +0 -54
- package/dist/types/commands/DescribeVpcPeeringAuthorizationsCommand.d.ts +0 -49
- package/dist/types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +0 -53
- package/dist/types/commands/GetGameSessionLogUrlCommand.d.ts +0 -57
- package/dist/types/commands/GetInstanceAccessCommand.d.ts +0 -69
- package/dist/types/commands/ListAliasesCommand.d.ts +0 -52
- package/dist/types/commands/ListBuildsCommand.d.ts +0 -59
- package/dist/types/commands/ListFleetsCommand.d.ts +0 -81
- package/dist/types/commands/ListGameServerGroupsCommand.d.ts +0 -60
- package/dist/types/commands/ListGameServersCommand.d.ts +0 -58
- package/dist/types/commands/ListScriptsCommand.d.ts +0 -52
- package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -83
- package/dist/types/commands/PutScalingPolicyCommand.d.ts +0 -111
- package/dist/types/commands/RegisterGameServerCommand.d.ts +0 -69
- package/dist/types/commands/RequestUploadCredentialsCommand.d.ts +0 -58
- package/dist/types/commands/ResolveAliasCommand.d.ts +0 -47
- package/dist/types/commands/ResumeGameServerGroupCommand.d.ts +0 -66
- package/dist/types/commands/SearchGameSessionsCommand.d.ts +0 -131
- package/dist/types/commands/StartFleetActionsCommand.d.ts +0 -72
- package/dist/types/commands/StartGameSessionPlacementCommand.d.ts +0 -89
- package/dist/types/commands/StartMatchBackfillCommand.d.ts +0 -81
- package/dist/types/commands/StartMatchmakingCommand.d.ts +0 -75
- package/dist/types/commands/StopFleetActionsCommand.d.ts +0 -77
- package/dist/types/commands/StopGameSessionPlacementCommand.d.ts +0 -52
- package/dist/types/commands/StopMatchmakingCommand.d.ts +0 -64
- package/dist/types/commands/SuspendGameServerGroupCommand.d.ts +0 -76
- package/dist/types/commands/TagResourceCommand.d.ts +0 -85
- package/dist/types/commands/UntagResourceCommand.d.ts +0 -85
- package/dist/types/commands/UpdateAliasCommand.d.ts +0 -50
- package/dist/types/commands/UpdateBuildCommand.d.ts +0 -55
- package/dist/types/commands/UpdateFleetAttributesCommand.d.ts +0 -62
- package/dist/types/commands/UpdateFleetCapacityCommand.d.ts +0 -95
- package/dist/types/commands/UpdateFleetPortSettingsCommand.d.ts +0 -68
- package/dist/types/commands/UpdateGameServerCommand.d.ts +0 -80
- package/dist/types/commands/UpdateGameServerGroupCommand.d.ts +0 -64
- package/dist/types/commands/UpdateGameSessionCommand.d.ts +0 -53
- package/dist/types/commands/UpdateGameSessionQueueCommand.d.ts +0 -55
- package/dist/types/commands/UpdateMatchmakingConfigurationCommand.d.ts +0 -58
- package/dist/types/commands/UpdateRuntimeConfigurationCommand.d.ts +0 -69
- package/dist/types/commands/UpdateScriptCommand.d.ts +0 -61
- package/dist/types/commands/ValidateMatchmakingRuleSetCommand.d.ts +0 -62
- package/dist/types/pagination/DescribeFleetAttributesPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeFleetCapacityPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeFleetEventsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeFleetLocationAttributesPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeFleetUtilizationPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeGameServerInstancesPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeGameSessionDetailsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeGameSessionQueuesPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeGameSessionsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeInstancesPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeMatchmakingConfigurationsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeMatchmakingRuleSetsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribePlayerSessionsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeScalingPoliciesPaginator.d.ts +0 -4
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/pagination/ListAliasesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListBuildsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListFleetsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListGameServerGroupsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListGameServersPaginator.d.ts +0 -4
- package/dist/types/pagination/ListScriptsPaginator.d.ts +0 -4
- package/dist/types/pagination/SearchGameSessionsPaginator.d.ts +0 -4
- package/dist/types/protocols/Aws_json1_1.d.ts +0 -287
- package/dist/types/runtimeConfig.browser.d.ts +0 -36
- package/dist/types/runtimeConfig.d.ts +0 -36
- package/dist/types/runtimeConfig.native.d.ts +0 -35
- package/dist/types/ts3.4/GameLift.d.ts +0 -3902
- package/dist/types/ts3.4/GameLiftClient.d.ts +0 -284
- package/dist/types/ts3.4/commands/AcceptMatchCommand.d.ts +0 -73
- package/dist/types/ts3.4/commands/ClaimGameServerCommand.d.ts +0 -87
- package/dist/types/ts3.4/commands/CreateAliasCommand.d.ts +0 -60
- package/dist/types/ts3.4/commands/CreateBuildCommand.d.ts +0 -88
- package/dist/types/ts3.4/commands/CreateFleetCommand.d.ts +0 -86
- package/dist/types/ts3.4/commands/CreateFleetLocationsCommand.d.ts +0 -77
- package/dist/types/ts3.4/commands/CreateGameServerGroupCommand.d.ts +0 -88
- package/dist/types/ts3.4/commands/CreateGameSessionCommand.d.ts +0 -88
- package/dist/types/ts3.4/commands/CreateGameSessionQueueCommand.d.ts +0 -78
- package/dist/types/ts3.4/commands/CreateMatchmakingConfigurationCommand.d.ts +0 -76
- package/dist/types/ts3.4/commands/CreateMatchmakingRuleSetCommand.d.ts +0 -81
- package/dist/types/ts3.4/commands/CreatePlayerSessionCommand.d.ts +0 -58
- package/dist/types/ts3.4/commands/CreatePlayerSessionsCommand.d.ts +0 -58
- package/dist/types/ts3.4/commands/CreateScriptCommand.d.ts +0 -78
- package/dist/types/ts3.4/commands/CreateVpcPeeringAuthorizationCommand.d.ts +0 -68
- package/dist/types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +0 -65
- package/dist/types/ts3.4/commands/DeleteAliasCommand.d.ts +0 -49
- package/dist/types/ts3.4/commands/DeleteBuildCommand.d.ts +0 -56
- package/dist/types/ts3.4/commands/DeleteFleetCommand.d.ts +0 -69
- package/dist/types/ts3.4/commands/DeleteFleetLocationsCommand.d.ts +0 -63
- package/dist/types/ts3.4/commands/DeleteGameServerGroupCommand.d.ts +0 -82
- package/dist/types/ts3.4/commands/DeleteGameSessionQueueCommand.d.ts +0 -53
- package/dist/types/ts3.4/commands/DeleteMatchmakingConfigurationCommand.d.ts +0 -51
- package/dist/types/ts3.4/commands/DeleteMatchmakingRuleSetCommand.d.ts +0 -62
- package/dist/types/ts3.4/commands/DeleteScalingPolicyCommand.d.ts +0 -53
- package/dist/types/ts3.4/commands/DeleteScriptCommand.d.ts +0 -58
- package/dist/types/ts3.4/commands/DeleteVpcPeeringAuthorizationCommand.d.ts +0 -48
- package/dist/types/ts3.4/commands/DeleteVpcPeeringConnectionCommand.d.ts +0 -53
- package/dist/types/ts3.4/commands/DeregisterGameServerCommand.d.ts +0 -61
- package/dist/types/ts3.4/commands/DescribeAliasCommand.d.ts +0 -50
- package/dist/types/ts3.4/commands/DescribeBuildCommand.d.ts +0 -54
- package/dist/types/ts3.4/commands/DescribeEC2InstanceLimitsCommand.d.ts +0 -105
- package/dist/types/ts3.4/commands/DescribeFleetAttributesCommand.d.ts +0 -77
- package/dist/types/ts3.4/commands/DescribeFleetCapacityCommand.d.ts +0 -84
- package/dist/types/ts3.4/commands/DescribeFleetEventsCommand.d.ts +0 -64
- package/dist/types/ts3.4/commands/DescribeFleetLocationAttributesCommand.d.ts +0 -75
- package/dist/types/ts3.4/commands/DescribeFleetLocationCapacityCommand.d.ts +0 -67
- package/dist/types/ts3.4/commands/DescribeFleetLocationUtilizationCommand.d.ts +0 -67
- package/dist/types/ts3.4/commands/DescribeFleetPortSettingsCommand.d.ts +0 -75
- package/dist/types/ts3.4/commands/DescribeFleetUtilizationCommand.d.ts +0 -85
- package/dist/types/ts3.4/commands/DescribeGameServerCommand.d.ts +0 -59
- package/dist/types/ts3.4/commands/DescribeGameServerGroupCommand.d.ts +0 -63
- package/dist/types/ts3.4/commands/DescribeGameServerInstancesCommand.d.ts +0 -73
- package/dist/types/ts3.4/commands/DescribeGameSessionDetailsCommand.d.ts +0 -83
- package/dist/types/ts3.4/commands/DescribeGameSessionPlacementCommand.d.ts +0 -52
- package/dist/types/ts3.4/commands/DescribeGameSessionQueuesCommand.d.ts +0 -56
- package/dist/types/ts3.4/commands/DescribeGameSessionsCommand.d.ts +0 -85
- package/dist/types/ts3.4/commands/DescribeInstancesCommand.d.ts +0 -73
- package/dist/types/ts3.4/commands/DescribeMatchmakingCommand.d.ts +0 -69
- package/dist/types/ts3.4/commands/DescribeMatchmakingConfigurationsCommand.d.ts +0 -62
- package/dist/types/ts3.4/commands/DescribeMatchmakingRuleSetsCommand.d.ts +0 -63
- package/dist/types/ts3.4/commands/DescribePlayerSessionsCommand.d.ts +0 -69
- package/dist/types/ts3.4/commands/DescribeRuntimeConfigurationCommand.d.ts +0 -67
- package/dist/types/ts3.4/commands/DescribeScalingPoliciesCommand.d.ts +0 -57
- package/dist/types/ts3.4/commands/DescribeScriptCommand.d.ts +0 -54
- package/dist/types/ts3.4/commands/DescribeVpcPeeringAuthorizationsCommand.d.ts +0 -49
- package/dist/types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +0 -53
- package/dist/types/ts3.4/commands/GetGameSessionLogUrlCommand.d.ts +0 -57
- package/dist/types/ts3.4/commands/GetInstanceAccessCommand.d.ts +0 -69
- package/dist/types/ts3.4/commands/ListAliasesCommand.d.ts +0 -52
- package/dist/types/ts3.4/commands/ListBuildsCommand.d.ts +0 -59
- package/dist/types/ts3.4/commands/ListFleetsCommand.d.ts +0 -81
- package/dist/types/ts3.4/commands/ListGameServerGroupsCommand.d.ts +0 -60
- package/dist/types/ts3.4/commands/ListGameServersCommand.d.ts +0 -58
- package/dist/types/ts3.4/commands/ListScriptsCommand.d.ts +0 -52
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -83
- package/dist/types/ts3.4/commands/PutScalingPolicyCommand.d.ts +0 -111
- package/dist/types/ts3.4/commands/RegisterGameServerCommand.d.ts +0 -69
- package/dist/types/ts3.4/commands/RequestUploadCredentialsCommand.d.ts +0 -58
- package/dist/types/ts3.4/commands/ResolveAliasCommand.d.ts +0 -47
- package/dist/types/ts3.4/commands/ResumeGameServerGroupCommand.d.ts +0 -66
- package/dist/types/ts3.4/commands/SearchGameSessionsCommand.d.ts +0 -131
- package/dist/types/ts3.4/commands/StartFleetActionsCommand.d.ts +0 -72
- package/dist/types/ts3.4/commands/StartGameSessionPlacementCommand.d.ts +0 -89
- package/dist/types/ts3.4/commands/StartMatchBackfillCommand.d.ts +0 -81
- package/dist/types/ts3.4/commands/StartMatchmakingCommand.d.ts +0 -75
- package/dist/types/ts3.4/commands/StopFleetActionsCommand.d.ts +0 -77
- package/dist/types/ts3.4/commands/StopGameSessionPlacementCommand.d.ts +0 -52
- package/dist/types/ts3.4/commands/StopMatchmakingCommand.d.ts +0 -64
- package/dist/types/ts3.4/commands/SuspendGameServerGroupCommand.d.ts +0 -76
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -85
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -85
- package/dist/types/ts3.4/commands/UpdateAliasCommand.d.ts +0 -50
- package/dist/types/ts3.4/commands/UpdateBuildCommand.d.ts +0 -55
- package/dist/types/ts3.4/commands/UpdateFleetAttributesCommand.d.ts +0 -62
- package/dist/types/ts3.4/commands/UpdateFleetCapacityCommand.d.ts +0 -95
- package/dist/types/ts3.4/commands/UpdateFleetPortSettingsCommand.d.ts +0 -68
- package/dist/types/ts3.4/commands/UpdateGameServerCommand.d.ts +0 -80
- package/dist/types/ts3.4/commands/UpdateGameServerGroupCommand.d.ts +0 -64
- package/dist/types/ts3.4/commands/UpdateGameSessionCommand.d.ts +0 -53
- package/dist/types/ts3.4/commands/UpdateGameSessionQueueCommand.d.ts +0 -55
- package/dist/types/ts3.4/commands/UpdateMatchmakingConfigurationCommand.d.ts +0 -58
- package/dist/types/ts3.4/commands/UpdateRuntimeConfigurationCommand.d.ts +0 -69
- package/dist/types/ts3.4/commands/UpdateScriptCommand.d.ts +0 -61
- package/dist/types/ts3.4/commands/ValidateMatchmakingRuleSetCommand.d.ts +0 -62
- package/dist/types/ts3.4/pagination/DescribeFleetAttributesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeFleetCapacityPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeFleetEventsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeFleetLocationAttributesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeFleetUtilizationPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeGameServerInstancesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeGameSessionDetailsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeGameSessionQueuesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeGameSessionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeInstancesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeMatchmakingConfigurationsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeMatchmakingRuleSetsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribePlayerSessionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeScalingPoliciesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/pagination/ListAliasesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListBuildsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListFleetsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListGameServerGroupsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListGameServersPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListScriptsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/SearchGameSessionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/protocols/Aws_json1_1.d.ts +0 -287
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -35
- package/endpoints.ts +0 -57
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -10260
- package/pagination/DescribeFleetAttributesPaginator.ts +0 -58
- package/pagination/DescribeFleetCapacityPaginator.ts +0 -58
- package/pagination/DescribeFleetEventsPaginator.ts +0 -58
- package/pagination/DescribeFleetLocationAttributesPaginator.ts +0 -58
- package/pagination/DescribeFleetUtilizationPaginator.ts +0 -58
- package/pagination/DescribeGameServerInstancesPaginator.ts +0 -58
- package/pagination/DescribeGameSessionDetailsPaginator.ts +0 -58
- package/pagination/DescribeGameSessionQueuesPaginator.ts +0 -58
- package/pagination/DescribeGameSessionsPaginator.ts +0 -58
- package/pagination/DescribeInstancesPaginator.ts +0 -58
- package/pagination/DescribeMatchmakingConfigurationsPaginator.ts +0 -58
- package/pagination/DescribeMatchmakingRuleSetsPaginator.ts +0 -58
- package/pagination/DescribePlayerSessionsPaginator.ts +0 -58
- package/pagination/DescribeScalingPoliciesPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListAliasesPaginator.ts +0 -54
- package/pagination/ListBuildsPaginator.ts +0 -54
- package/pagination/ListFleetsPaginator.ts +0 -54
- package/pagination/ListGameServerGroupsPaginator.ts +0 -58
- package/pagination/ListGameServersPaginator.ts +0 -58
- package/pagination/ListScriptsPaginator.ts +0 -54
- package/pagination/SearchGameSessionsPaginator.ts +0 -58
- package/protocols/Aws_json1_1.ts +0 -14013
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
|
@@ -0,0 +1,1253 @@
|
|
|
1
|
+
import { __assign } from "tslib";
|
|
2
|
+
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
|
+
export var AcceptMatchInput;
|
|
4
|
+
(function (AcceptMatchInput) {
|
|
5
|
+
AcceptMatchInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
6
|
+
})(AcceptMatchInput || (AcceptMatchInput = {}));
|
|
7
|
+
export var AcceptMatchOutput;
|
|
8
|
+
(function (AcceptMatchOutput) {
|
|
9
|
+
AcceptMatchOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
10
|
+
})(AcceptMatchOutput || (AcceptMatchOutput = {}));
|
|
11
|
+
export var InternalServiceException;
|
|
12
|
+
(function (InternalServiceException) {
|
|
13
|
+
InternalServiceException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
14
|
+
})(InternalServiceException || (InternalServiceException = {}));
|
|
15
|
+
export var InvalidRequestException;
|
|
16
|
+
(function (InvalidRequestException) {
|
|
17
|
+
InvalidRequestException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
18
|
+
})(InvalidRequestException || (InvalidRequestException = {}));
|
|
19
|
+
export var NotFoundException;
|
|
20
|
+
(function (NotFoundException) {
|
|
21
|
+
NotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
22
|
+
})(NotFoundException || (NotFoundException = {}));
|
|
23
|
+
export var UnsupportedRegionException;
|
|
24
|
+
(function (UnsupportedRegionException) {
|
|
25
|
+
UnsupportedRegionException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
26
|
+
})(UnsupportedRegionException || (UnsupportedRegionException = {}));
|
|
27
|
+
export var RoutingStrategyType;
|
|
28
|
+
(function (RoutingStrategyType) {
|
|
29
|
+
RoutingStrategyType["SIMPLE"] = "SIMPLE";
|
|
30
|
+
RoutingStrategyType["TERMINAL"] = "TERMINAL";
|
|
31
|
+
})(RoutingStrategyType || (RoutingStrategyType = {}));
|
|
32
|
+
export var RoutingStrategy;
|
|
33
|
+
(function (RoutingStrategy) {
|
|
34
|
+
RoutingStrategy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
35
|
+
})(RoutingStrategy || (RoutingStrategy = {}));
|
|
36
|
+
export var Alias;
|
|
37
|
+
(function (Alias) {
|
|
38
|
+
Alias.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
39
|
+
})(Alias || (Alias = {}));
|
|
40
|
+
export var AttributeValue;
|
|
41
|
+
(function (AttributeValue) {
|
|
42
|
+
AttributeValue.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
43
|
+
})(AttributeValue || (AttributeValue = {}));
|
|
44
|
+
export var AwsCredentials;
|
|
45
|
+
(function (AwsCredentials) {
|
|
46
|
+
AwsCredentials.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
47
|
+
})(AwsCredentials || (AwsCredentials = {}));
|
|
48
|
+
export var BackfillMode;
|
|
49
|
+
(function (BackfillMode) {
|
|
50
|
+
BackfillMode["AUTOMATIC"] = "AUTOMATIC";
|
|
51
|
+
BackfillMode["MANUAL"] = "MANUAL";
|
|
52
|
+
})(BackfillMode || (BackfillMode = {}));
|
|
53
|
+
export var BalancingStrategy;
|
|
54
|
+
(function (BalancingStrategy) {
|
|
55
|
+
BalancingStrategy["ON_DEMAND_ONLY"] = "ON_DEMAND_ONLY";
|
|
56
|
+
BalancingStrategy["SPOT_ONLY"] = "SPOT_ONLY";
|
|
57
|
+
BalancingStrategy["SPOT_PREFERRED"] = "SPOT_PREFERRED";
|
|
58
|
+
})(BalancingStrategy || (BalancingStrategy = {}));
|
|
59
|
+
export var OperatingSystem;
|
|
60
|
+
(function (OperatingSystem) {
|
|
61
|
+
OperatingSystem["AMAZON_LINUX"] = "AMAZON_LINUX";
|
|
62
|
+
OperatingSystem["AMAZON_LINUX_2"] = "AMAZON_LINUX_2";
|
|
63
|
+
OperatingSystem["WINDOWS_2012"] = "WINDOWS_2012";
|
|
64
|
+
})(OperatingSystem || (OperatingSystem = {}));
|
|
65
|
+
export var BuildStatus;
|
|
66
|
+
(function (BuildStatus) {
|
|
67
|
+
BuildStatus["FAILED"] = "FAILED";
|
|
68
|
+
BuildStatus["INITIALIZED"] = "INITIALIZED";
|
|
69
|
+
BuildStatus["READY"] = "READY";
|
|
70
|
+
})(BuildStatus || (BuildStatus = {}));
|
|
71
|
+
export var Build;
|
|
72
|
+
(function (Build) {
|
|
73
|
+
Build.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
74
|
+
})(Build || (Build = {}));
|
|
75
|
+
export var CertificateType;
|
|
76
|
+
(function (CertificateType) {
|
|
77
|
+
CertificateType["Disabled"] = "DISABLED";
|
|
78
|
+
CertificateType["Generated"] = "GENERATED";
|
|
79
|
+
})(CertificateType || (CertificateType = {}));
|
|
80
|
+
export var CertificateConfiguration;
|
|
81
|
+
(function (CertificateConfiguration) {
|
|
82
|
+
CertificateConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
83
|
+
})(CertificateConfiguration || (CertificateConfiguration = {}));
|
|
84
|
+
export var ClaimGameServerInput;
|
|
85
|
+
(function (ClaimGameServerInput) {
|
|
86
|
+
ClaimGameServerInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
87
|
+
})(ClaimGameServerInput || (ClaimGameServerInput = {}));
|
|
88
|
+
export var GameServerClaimStatus;
|
|
89
|
+
(function (GameServerClaimStatus) {
|
|
90
|
+
GameServerClaimStatus["CLAIMED"] = "CLAIMED";
|
|
91
|
+
})(GameServerClaimStatus || (GameServerClaimStatus = {}));
|
|
92
|
+
export var GameServerUtilizationStatus;
|
|
93
|
+
(function (GameServerUtilizationStatus) {
|
|
94
|
+
GameServerUtilizationStatus["AVAILABLE"] = "AVAILABLE";
|
|
95
|
+
GameServerUtilizationStatus["UTILIZED"] = "UTILIZED";
|
|
96
|
+
})(GameServerUtilizationStatus || (GameServerUtilizationStatus = {}));
|
|
97
|
+
export var GameServer;
|
|
98
|
+
(function (GameServer) {
|
|
99
|
+
GameServer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
100
|
+
})(GameServer || (GameServer = {}));
|
|
101
|
+
export var ClaimGameServerOutput;
|
|
102
|
+
(function (ClaimGameServerOutput) {
|
|
103
|
+
ClaimGameServerOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
104
|
+
})(ClaimGameServerOutput || (ClaimGameServerOutput = {}));
|
|
105
|
+
export var ConflictException;
|
|
106
|
+
(function (ConflictException) {
|
|
107
|
+
ConflictException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
108
|
+
})(ConflictException || (ConflictException = {}));
|
|
109
|
+
export var OutOfCapacityException;
|
|
110
|
+
(function (OutOfCapacityException) {
|
|
111
|
+
OutOfCapacityException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
112
|
+
})(OutOfCapacityException || (OutOfCapacityException = {}));
|
|
113
|
+
export var UnauthorizedException;
|
|
114
|
+
(function (UnauthorizedException) {
|
|
115
|
+
UnauthorizedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
116
|
+
})(UnauthorizedException || (UnauthorizedException = {}));
|
|
117
|
+
export var ComparisonOperatorType;
|
|
118
|
+
(function (ComparisonOperatorType) {
|
|
119
|
+
ComparisonOperatorType["GreaterThanOrEqualToThreshold"] = "GreaterThanOrEqualToThreshold";
|
|
120
|
+
ComparisonOperatorType["GreaterThanThreshold"] = "GreaterThanThreshold";
|
|
121
|
+
ComparisonOperatorType["LessThanOrEqualToThreshold"] = "LessThanOrEqualToThreshold";
|
|
122
|
+
ComparisonOperatorType["LessThanThreshold"] = "LessThanThreshold";
|
|
123
|
+
})(ComparisonOperatorType || (ComparisonOperatorType = {}));
|
|
124
|
+
export var Tag;
|
|
125
|
+
(function (Tag) {
|
|
126
|
+
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
127
|
+
})(Tag || (Tag = {}));
|
|
128
|
+
export var CreateAliasInput;
|
|
129
|
+
(function (CreateAliasInput) {
|
|
130
|
+
CreateAliasInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
131
|
+
})(CreateAliasInput || (CreateAliasInput = {}));
|
|
132
|
+
export var CreateAliasOutput;
|
|
133
|
+
(function (CreateAliasOutput) {
|
|
134
|
+
CreateAliasOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
135
|
+
})(CreateAliasOutput || (CreateAliasOutput = {}));
|
|
136
|
+
export var LimitExceededException;
|
|
137
|
+
(function (LimitExceededException) {
|
|
138
|
+
LimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
139
|
+
})(LimitExceededException || (LimitExceededException = {}));
|
|
140
|
+
export var TaggingFailedException;
|
|
141
|
+
(function (TaggingFailedException) {
|
|
142
|
+
TaggingFailedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
143
|
+
})(TaggingFailedException || (TaggingFailedException = {}));
|
|
144
|
+
export var S3Location;
|
|
145
|
+
(function (S3Location) {
|
|
146
|
+
S3Location.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
147
|
+
})(S3Location || (S3Location = {}));
|
|
148
|
+
export var CreateBuildInput;
|
|
149
|
+
(function (CreateBuildInput) {
|
|
150
|
+
CreateBuildInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
151
|
+
})(CreateBuildInput || (CreateBuildInput = {}));
|
|
152
|
+
export var CreateBuildOutput;
|
|
153
|
+
(function (CreateBuildOutput) {
|
|
154
|
+
CreateBuildOutput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.UploadCredentials && { UploadCredentials: SENSITIVE_STRING }))); };
|
|
155
|
+
})(CreateBuildOutput || (CreateBuildOutput = {}));
|
|
156
|
+
export var IpProtocol;
|
|
157
|
+
(function (IpProtocol) {
|
|
158
|
+
IpProtocol["TCP"] = "TCP";
|
|
159
|
+
IpProtocol["UDP"] = "UDP";
|
|
160
|
+
})(IpProtocol || (IpProtocol = {}));
|
|
161
|
+
export var IpPermission;
|
|
162
|
+
(function (IpPermission) {
|
|
163
|
+
IpPermission.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
164
|
+
})(IpPermission || (IpPermission = {}));
|
|
165
|
+
export var FleetType;
|
|
166
|
+
(function (FleetType) {
|
|
167
|
+
FleetType["OnDemand"] = "ON_DEMAND";
|
|
168
|
+
FleetType["Spot"] = "SPOT";
|
|
169
|
+
})(FleetType || (FleetType = {}));
|
|
170
|
+
export var LocationConfiguration;
|
|
171
|
+
(function (LocationConfiguration) {
|
|
172
|
+
LocationConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
173
|
+
})(LocationConfiguration || (LocationConfiguration = {}));
|
|
174
|
+
export var ProtectionPolicy;
|
|
175
|
+
(function (ProtectionPolicy) {
|
|
176
|
+
ProtectionPolicy["FullProtection"] = "FullProtection";
|
|
177
|
+
ProtectionPolicy["NoProtection"] = "NoProtection";
|
|
178
|
+
})(ProtectionPolicy || (ProtectionPolicy = {}));
|
|
179
|
+
export var ResourceCreationLimitPolicy;
|
|
180
|
+
(function (ResourceCreationLimitPolicy) {
|
|
181
|
+
ResourceCreationLimitPolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
182
|
+
})(ResourceCreationLimitPolicy || (ResourceCreationLimitPolicy = {}));
|
|
183
|
+
export var ServerProcess;
|
|
184
|
+
(function (ServerProcess) {
|
|
185
|
+
ServerProcess.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
186
|
+
})(ServerProcess || (ServerProcess = {}));
|
|
187
|
+
export var RuntimeConfiguration;
|
|
188
|
+
(function (RuntimeConfiguration) {
|
|
189
|
+
RuntimeConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
190
|
+
})(RuntimeConfiguration || (RuntimeConfiguration = {}));
|
|
191
|
+
export var CreateFleetInput;
|
|
192
|
+
(function (CreateFleetInput) {
|
|
193
|
+
CreateFleetInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
194
|
+
})(CreateFleetInput || (CreateFleetInput = {}));
|
|
195
|
+
export var FleetStatus;
|
|
196
|
+
(function (FleetStatus) {
|
|
197
|
+
FleetStatus["ACTIVATING"] = "ACTIVATING";
|
|
198
|
+
FleetStatus["ACTIVE"] = "ACTIVE";
|
|
199
|
+
FleetStatus["BUILDING"] = "BUILDING";
|
|
200
|
+
FleetStatus["DELETING"] = "DELETING";
|
|
201
|
+
FleetStatus["DOWNLOADING"] = "DOWNLOADING";
|
|
202
|
+
FleetStatus["ERROR"] = "ERROR";
|
|
203
|
+
FleetStatus["NEW"] = "NEW";
|
|
204
|
+
FleetStatus["TERMINATED"] = "TERMINATED";
|
|
205
|
+
FleetStatus["VALIDATING"] = "VALIDATING";
|
|
206
|
+
})(FleetStatus || (FleetStatus = {}));
|
|
207
|
+
export var FleetAction;
|
|
208
|
+
(function (FleetAction) {
|
|
209
|
+
FleetAction["AutoScaling"] = "AUTO_SCALING";
|
|
210
|
+
})(FleetAction || (FleetAction = {}));
|
|
211
|
+
export var FleetAttributes;
|
|
212
|
+
(function (FleetAttributes) {
|
|
213
|
+
FleetAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
214
|
+
})(FleetAttributes || (FleetAttributes = {}));
|
|
215
|
+
export var LocationState;
|
|
216
|
+
(function (LocationState) {
|
|
217
|
+
LocationState.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
218
|
+
})(LocationState || (LocationState = {}));
|
|
219
|
+
export var CreateFleetOutput;
|
|
220
|
+
(function (CreateFleetOutput) {
|
|
221
|
+
CreateFleetOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
222
|
+
})(CreateFleetOutput || (CreateFleetOutput = {}));
|
|
223
|
+
export var CreateFleetLocationsInput;
|
|
224
|
+
(function (CreateFleetLocationsInput) {
|
|
225
|
+
CreateFleetLocationsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
226
|
+
})(CreateFleetLocationsInput || (CreateFleetLocationsInput = {}));
|
|
227
|
+
export var CreateFleetLocationsOutput;
|
|
228
|
+
(function (CreateFleetLocationsOutput) {
|
|
229
|
+
CreateFleetLocationsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
230
|
+
})(CreateFleetLocationsOutput || (CreateFleetLocationsOutput = {}));
|
|
231
|
+
export var InvalidFleetStatusException;
|
|
232
|
+
(function (InvalidFleetStatusException) {
|
|
233
|
+
InvalidFleetStatusException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
234
|
+
})(InvalidFleetStatusException || (InvalidFleetStatusException = {}));
|
|
235
|
+
export var TargetTrackingConfiguration;
|
|
236
|
+
(function (TargetTrackingConfiguration) {
|
|
237
|
+
TargetTrackingConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
238
|
+
})(TargetTrackingConfiguration || (TargetTrackingConfiguration = {}));
|
|
239
|
+
export var GameServerGroupAutoScalingPolicy;
|
|
240
|
+
(function (GameServerGroupAutoScalingPolicy) {
|
|
241
|
+
GameServerGroupAutoScalingPolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
242
|
+
})(GameServerGroupAutoScalingPolicy || (GameServerGroupAutoScalingPolicy = {}));
|
|
243
|
+
export var GameServerProtectionPolicy;
|
|
244
|
+
(function (GameServerProtectionPolicy) {
|
|
245
|
+
GameServerProtectionPolicy["FULL_PROTECTION"] = "FULL_PROTECTION";
|
|
246
|
+
GameServerProtectionPolicy["NO_PROTECTION"] = "NO_PROTECTION";
|
|
247
|
+
})(GameServerProtectionPolicy || (GameServerProtectionPolicy = {}));
|
|
248
|
+
export var InstanceDefinition;
|
|
249
|
+
(function (InstanceDefinition) {
|
|
250
|
+
InstanceDefinition.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
251
|
+
})(InstanceDefinition || (InstanceDefinition = {}));
|
|
252
|
+
export var LaunchTemplateSpecification;
|
|
253
|
+
(function (LaunchTemplateSpecification) {
|
|
254
|
+
LaunchTemplateSpecification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
255
|
+
})(LaunchTemplateSpecification || (LaunchTemplateSpecification = {}));
|
|
256
|
+
export var CreateGameServerGroupInput;
|
|
257
|
+
(function (CreateGameServerGroupInput) {
|
|
258
|
+
CreateGameServerGroupInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
259
|
+
})(CreateGameServerGroupInput || (CreateGameServerGroupInput = {}));
|
|
260
|
+
export var GameServerGroupStatus;
|
|
261
|
+
(function (GameServerGroupStatus) {
|
|
262
|
+
GameServerGroupStatus["ACTIVATING"] = "ACTIVATING";
|
|
263
|
+
GameServerGroupStatus["ACTIVE"] = "ACTIVE";
|
|
264
|
+
GameServerGroupStatus["DELETED"] = "DELETED";
|
|
265
|
+
GameServerGroupStatus["DELETE_SCHEDULED"] = "DELETE_SCHEDULED";
|
|
266
|
+
GameServerGroupStatus["DELETING"] = "DELETING";
|
|
267
|
+
GameServerGroupStatus["ERROR"] = "ERROR";
|
|
268
|
+
GameServerGroupStatus["NEW"] = "NEW";
|
|
269
|
+
})(GameServerGroupStatus || (GameServerGroupStatus = {}));
|
|
270
|
+
export var GameServerGroupAction;
|
|
271
|
+
(function (GameServerGroupAction) {
|
|
272
|
+
GameServerGroupAction["REPLACE_INSTANCE_TYPES"] = "REPLACE_INSTANCE_TYPES";
|
|
273
|
+
})(GameServerGroupAction || (GameServerGroupAction = {}));
|
|
274
|
+
export var GameServerGroup;
|
|
275
|
+
(function (GameServerGroup) {
|
|
276
|
+
GameServerGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
277
|
+
})(GameServerGroup || (GameServerGroup = {}));
|
|
278
|
+
export var CreateGameServerGroupOutput;
|
|
279
|
+
(function (CreateGameServerGroupOutput) {
|
|
280
|
+
CreateGameServerGroupOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
281
|
+
})(CreateGameServerGroupOutput || (CreateGameServerGroupOutput = {}));
|
|
282
|
+
export var GameProperty;
|
|
283
|
+
(function (GameProperty) {
|
|
284
|
+
GameProperty.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
285
|
+
})(GameProperty || (GameProperty = {}));
|
|
286
|
+
export var CreateGameSessionInput;
|
|
287
|
+
(function (CreateGameSessionInput) {
|
|
288
|
+
CreateGameSessionInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
289
|
+
})(CreateGameSessionInput || (CreateGameSessionInput = {}));
|
|
290
|
+
export var PlayerSessionCreationPolicy;
|
|
291
|
+
(function (PlayerSessionCreationPolicy) {
|
|
292
|
+
PlayerSessionCreationPolicy["ACCEPT_ALL"] = "ACCEPT_ALL";
|
|
293
|
+
PlayerSessionCreationPolicy["DENY_ALL"] = "DENY_ALL";
|
|
294
|
+
})(PlayerSessionCreationPolicy || (PlayerSessionCreationPolicy = {}));
|
|
295
|
+
export var GameSessionStatus;
|
|
296
|
+
(function (GameSessionStatus) {
|
|
297
|
+
GameSessionStatus["ACTIVATING"] = "ACTIVATING";
|
|
298
|
+
GameSessionStatus["ACTIVE"] = "ACTIVE";
|
|
299
|
+
GameSessionStatus["ERROR"] = "ERROR";
|
|
300
|
+
GameSessionStatus["TERMINATED"] = "TERMINATED";
|
|
301
|
+
GameSessionStatus["TERMINATING"] = "TERMINATING";
|
|
302
|
+
})(GameSessionStatus || (GameSessionStatus = {}));
|
|
303
|
+
export var GameSessionStatusReason;
|
|
304
|
+
(function (GameSessionStatusReason) {
|
|
305
|
+
GameSessionStatusReason["INTERRUPTED"] = "INTERRUPTED";
|
|
306
|
+
})(GameSessionStatusReason || (GameSessionStatusReason = {}));
|
|
307
|
+
export var GameSession;
|
|
308
|
+
(function (GameSession) {
|
|
309
|
+
GameSession.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
310
|
+
})(GameSession || (GameSession = {}));
|
|
311
|
+
export var CreateGameSessionOutput;
|
|
312
|
+
(function (CreateGameSessionOutput) {
|
|
313
|
+
CreateGameSessionOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
314
|
+
})(CreateGameSessionOutput || (CreateGameSessionOutput = {}));
|
|
315
|
+
export var FleetCapacityExceededException;
|
|
316
|
+
(function (FleetCapacityExceededException) {
|
|
317
|
+
FleetCapacityExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
318
|
+
})(FleetCapacityExceededException || (FleetCapacityExceededException = {}));
|
|
319
|
+
export var IdempotentParameterMismatchException;
|
|
320
|
+
(function (IdempotentParameterMismatchException) {
|
|
321
|
+
IdempotentParameterMismatchException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
322
|
+
})(IdempotentParameterMismatchException || (IdempotentParameterMismatchException = {}));
|
|
323
|
+
export var TerminalRoutingStrategyException;
|
|
324
|
+
(function (TerminalRoutingStrategyException) {
|
|
325
|
+
TerminalRoutingStrategyException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
326
|
+
})(TerminalRoutingStrategyException || (TerminalRoutingStrategyException = {}));
|
|
327
|
+
export var GameSessionQueueDestination;
|
|
328
|
+
(function (GameSessionQueueDestination) {
|
|
329
|
+
GameSessionQueueDestination.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
330
|
+
})(GameSessionQueueDestination || (GameSessionQueueDestination = {}));
|
|
331
|
+
export var FilterConfiguration;
|
|
332
|
+
(function (FilterConfiguration) {
|
|
333
|
+
FilterConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
334
|
+
})(FilterConfiguration || (FilterConfiguration = {}));
|
|
335
|
+
export var PlayerLatencyPolicy;
|
|
336
|
+
(function (PlayerLatencyPolicy) {
|
|
337
|
+
PlayerLatencyPolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
338
|
+
})(PlayerLatencyPolicy || (PlayerLatencyPolicy = {}));
|
|
339
|
+
export var PriorityType;
|
|
340
|
+
(function (PriorityType) {
|
|
341
|
+
PriorityType["COST"] = "COST";
|
|
342
|
+
PriorityType["DESTINATION"] = "DESTINATION";
|
|
343
|
+
PriorityType["LATENCY"] = "LATENCY";
|
|
344
|
+
PriorityType["LOCATION"] = "LOCATION";
|
|
345
|
+
})(PriorityType || (PriorityType = {}));
|
|
346
|
+
export var PriorityConfiguration;
|
|
347
|
+
(function (PriorityConfiguration) {
|
|
348
|
+
PriorityConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
349
|
+
})(PriorityConfiguration || (PriorityConfiguration = {}));
|
|
350
|
+
export var CreateGameSessionQueueInput;
|
|
351
|
+
(function (CreateGameSessionQueueInput) {
|
|
352
|
+
CreateGameSessionQueueInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
353
|
+
})(CreateGameSessionQueueInput || (CreateGameSessionQueueInput = {}));
|
|
354
|
+
export var GameSessionQueue;
|
|
355
|
+
(function (GameSessionQueue) {
|
|
356
|
+
GameSessionQueue.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
357
|
+
})(GameSessionQueue || (GameSessionQueue = {}));
|
|
358
|
+
export var CreateGameSessionQueueOutput;
|
|
359
|
+
(function (CreateGameSessionQueueOutput) {
|
|
360
|
+
CreateGameSessionQueueOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
361
|
+
})(CreateGameSessionQueueOutput || (CreateGameSessionQueueOutput = {}));
|
|
362
|
+
export var FlexMatchMode;
|
|
363
|
+
(function (FlexMatchMode) {
|
|
364
|
+
FlexMatchMode["STANDALONE"] = "STANDALONE";
|
|
365
|
+
FlexMatchMode["WITH_QUEUE"] = "WITH_QUEUE";
|
|
366
|
+
})(FlexMatchMode || (FlexMatchMode = {}));
|
|
367
|
+
export var CreateMatchmakingConfigurationInput;
|
|
368
|
+
(function (CreateMatchmakingConfigurationInput) {
|
|
369
|
+
CreateMatchmakingConfigurationInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
370
|
+
})(CreateMatchmakingConfigurationInput || (CreateMatchmakingConfigurationInput = {}));
|
|
371
|
+
export var MatchmakingConfiguration;
|
|
372
|
+
(function (MatchmakingConfiguration) {
|
|
373
|
+
MatchmakingConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
374
|
+
})(MatchmakingConfiguration || (MatchmakingConfiguration = {}));
|
|
375
|
+
export var CreateMatchmakingConfigurationOutput;
|
|
376
|
+
(function (CreateMatchmakingConfigurationOutput) {
|
|
377
|
+
CreateMatchmakingConfigurationOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
378
|
+
})(CreateMatchmakingConfigurationOutput || (CreateMatchmakingConfigurationOutput = {}));
|
|
379
|
+
export var CreateMatchmakingRuleSetInput;
|
|
380
|
+
(function (CreateMatchmakingRuleSetInput) {
|
|
381
|
+
CreateMatchmakingRuleSetInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
382
|
+
})(CreateMatchmakingRuleSetInput || (CreateMatchmakingRuleSetInput = {}));
|
|
383
|
+
export var MatchmakingRuleSet;
|
|
384
|
+
(function (MatchmakingRuleSet) {
|
|
385
|
+
MatchmakingRuleSet.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
386
|
+
})(MatchmakingRuleSet || (MatchmakingRuleSet = {}));
|
|
387
|
+
export var CreateMatchmakingRuleSetOutput;
|
|
388
|
+
(function (CreateMatchmakingRuleSetOutput) {
|
|
389
|
+
CreateMatchmakingRuleSetOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
390
|
+
})(CreateMatchmakingRuleSetOutput || (CreateMatchmakingRuleSetOutput = {}));
|
|
391
|
+
export var CreatePlayerSessionInput;
|
|
392
|
+
(function (CreatePlayerSessionInput) {
|
|
393
|
+
CreatePlayerSessionInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
394
|
+
})(CreatePlayerSessionInput || (CreatePlayerSessionInput = {}));
|
|
395
|
+
export var PlayerSessionStatus;
|
|
396
|
+
(function (PlayerSessionStatus) {
|
|
397
|
+
PlayerSessionStatus["ACTIVE"] = "ACTIVE";
|
|
398
|
+
PlayerSessionStatus["COMPLETED"] = "COMPLETED";
|
|
399
|
+
PlayerSessionStatus["RESERVED"] = "RESERVED";
|
|
400
|
+
PlayerSessionStatus["TIMEDOUT"] = "TIMEDOUT";
|
|
401
|
+
})(PlayerSessionStatus || (PlayerSessionStatus = {}));
|
|
402
|
+
export var PlayerSession;
|
|
403
|
+
(function (PlayerSession) {
|
|
404
|
+
PlayerSession.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
405
|
+
})(PlayerSession || (PlayerSession = {}));
|
|
406
|
+
export var CreatePlayerSessionOutput;
|
|
407
|
+
(function (CreatePlayerSessionOutput) {
|
|
408
|
+
CreatePlayerSessionOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
409
|
+
})(CreatePlayerSessionOutput || (CreatePlayerSessionOutput = {}));
|
|
410
|
+
export var GameSessionFullException;
|
|
411
|
+
(function (GameSessionFullException) {
|
|
412
|
+
GameSessionFullException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
413
|
+
})(GameSessionFullException || (GameSessionFullException = {}));
|
|
414
|
+
export var InvalidGameSessionStatusException;
|
|
415
|
+
(function (InvalidGameSessionStatusException) {
|
|
416
|
+
InvalidGameSessionStatusException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
417
|
+
})(InvalidGameSessionStatusException || (InvalidGameSessionStatusException = {}));
|
|
418
|
+
export var CreatePlayerSessionsInput;
|
|
419
|
+
(function (CreatePlayerSessionsInput) {
|
|
420
|
+
CreatePlayerSessionsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
421
|
+
})(CreatePlayerSessionsInput || (CreatePlayerSessionsInput = {}));
|
|
422
|
+
export var CreatePlayerSessionsOutput;
|
|
423
|
+
(function (CreatePlayerSessionsOutput) {
|
|
424
|
+
CreatePlayerSessionsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
425
|
+
})(CreatePlayerSessionsOutput || (CreatePlayerSessionsOutput = {}));
|
|
426
|
+
export var CreateScriptInput;
|
|
427
|
+
(function (CreateScriptInput) {
|
|
428
|
+
CreateScriptInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
429
|
+
})(CreateScriptInput || (CreateScriptInput = {}));
|
|
430
|
+
export var Script;
|
|
431
|
+
(function (Script) {
|
|
432
|
+
Script.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
433
|
+
})(Script || (Script = {}));
|
|
434
|
+
export var CreateScriptOutput;
|
|
435
|
+
(function (CreateScriptOutput) {
|
|
436
|
+
CreateScriptOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
437
|
+
})(CreateScriptOutput || (CreateScriptOutput = {}));
|
|
438
|
+
export var CreateVpcPeeringAuthorizationInput;
|
|
439
|
+
(function (CreateVpcPeeringAuthorizationInput) {
|
|
440
|
+
CreateVpcPeeringAuthorizationInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
441
|
+
})(CreateVpcPeeringAuthorizationInput || (CreateVpcPeeringAuthorizationInput = {}));
|
|
442
|
+
export var VpcPeeringAuthorization;
|
|
443
|
+
(function (VpcPeeringAuthorization) {
|
|
444
|
+
VpcPeeringAuthorization.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
445
|
+
})(VpcPeeringAuthorization || (VpcPeeringAuthorization = {}));
|
|
446
|
+
export var CreateVpcPeeringAuthorizationOutput;
|
|
447
|
+
(function (CreateVpcPeeringAuthorizationOutput) {
|
|
448
|
+
CreateVpcPeeringAuthorizationOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
449
|
+
})(CreateVpcPeeringAuthorizationOutput || (CreateVpcPeeringAuthorizationOutput = {}));
|
|
450
|
+
export var CreateVpcPeeringConnectionInput;
|
|
451
|
+
(function (CreateVpcPeeringConnectionInput) {
|
|
452
|
+
CreateVpcPeeringConnectionInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
453
|
+
})(CreateVpcPeeringConnectionInput || (CreateVpcPeeringConnectionInput = {}));
|
|
454
|
+
export var CreateVpcPeeringConnectionOutput;
|
|
455
|
+
(function (CreateVpcPeeringConnectionOutput) {
|
|
456
|
+
CreateVpcPeeringConnectionOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
457
|
+
})(CreateVpcPeeringConnectionOutput || (CreateVpcPeeringConnectionOutput = {}));
|
|
458
|
+
export var DeleteAliasInput;
|
|
459
|
+
(function (DeleteAliasInput) {
|
|
460
|
+
DeleteAliasInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
461
|
+
})(DeleteAliasInput || (DeleteAliasInput = {}));
|
|
462
|
+
export var DeleteBuildInput;
|
|
463
|
+
(function (DeleteBuildInput) {
|
|
464
|
+
DeleteBuildInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
465
|
+
})(DeleteBuildInput || (DeleteBuildInput = {}));
|
|
466
|
+
export var DeleteFleetInput;
|
|
467
|
+
(function (DeleteFleetInput) {
|
|
468
|
+
DeleteFleetInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
469
|
+
})(DeleteFleetInput || (DeleteFleetInput = {}));
|
|
470
|
+
export var DeleteFleetLocationsInput;
|
|
471
|
+
(function (DeleteFleetLocationsInput) {
|
|
472
|
+
DeleteFleetLocationsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
473
|
+
})(DeleteFleetLocationsInput || (DeleteFleetLocationsInput = {}));
|
|
474
|
+
export var DeleteFleetLocationsOutput;
|
|
475
|
+
(function (DeleteFleetLocationsOutput) {
|
|
476
|
+
DeleteFleetLocationsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
477
|
+
})(DeleteFleetLocationsOutput || (DeleteFleetLocationsOutput = {}));
|
|
478
|
+
export var GameServerGroupDeleteOption;
|
|
479
|
+
(function (GameServerGroupDeleteOption) {
|
|
480
|
+
GameServerGroupDeleteOption["FORCE_DELETE"] = "FORCE_DELETE";
|
|
481
|
+
GameServerGroupDeleteOption["RETAIN"] = "RETAIN";
|
|
482
|
+
GameServerGroupDeleteOption["SAFE_DELETE"] = "SAFE_DELETE";
|
|
483
|
+
})(GameServerGroupDeleteOption || (GameServerGroupDeleteOption = {}));
|
|
484
|
+
export var DeleteGameServerGroupInput;
|
|
485
|
+
(function (DeleteGameServerGroupInput) {
|
|
486
|
+
DeleteGameServerGroupInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
487
|
+
})(DeleteGameServerGroupInput || (DeleteGameServerGroupInput = {}));
|
|
488
|
+
export var DeleteGameServerGroupOutput;
|
|
489
|
+
(function (DeleteGameServerGroupOutput) {
|
|
490
|
+
DeleteGameServerGroupOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
491
|
+
})(DeleteGameServerGroupOutput || (DeleteGameServerGroupOutput = {}));
|
|
492
|
+
export var DeleteGameSessionQueueInput;
|
|
493
|
+
(function (DeleteGameSessionQueueInput) {
|
|
494
|
+
DeleteGameSessionQueueInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
495
|
+
})(DeleteGameSessionQueueInput || (DeleteGameSessionQueueInput = {}));
|
|
496
|
+
export var DeleteGameSessionQueueOutput;
|
|
497
|
+
(function (DeleteGameSessionQueueOutput) {
|
|
498
|
+
DeleteGameSessionQueueOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
499
|
+
})(DeleteGameSessionQueueOutput || (DeleteGameSessionQueueOutput = {}));
|
|
500
|
+
export var DeleteMatchmakingConfigurationInput;
|
|
501
|
+
(function (DeleteMatchmakingConfigurationInput) {
|
|
502
|
+
DeleteMatchmakingConfigurationInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
503
|
+
})(DeleteMatchmakingConfigurationInput || (DeleteMatchmakingConfigurationInput = {}));
|
|
504
|
+
export var DeleteMatchmakingConfigurationOutput;
|
|
505
|
+
(function (DeleteMatchmakingConfigurationOutput) {
|
|
506
|
+
DeleteMatchmakingConfigurationOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
507
|
+
})(DeleteMatchmakingConfigurationOutput || (DeleteMatchmakingConfigurationOutput = {}));
|
|
508
|
+
export var DeleteMatchmakingRuleSetInput;
|
|
509
|
+
(function (DeleteMatchmakingRuleSetInput) {
|
|
510
|
+
DeleteMatchmakingRuleSetInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
511
|
+
})(DeleteMatchmakingRuleSetInput || (DeleteMatchmakingRuleSetInput = {}));
|
|
512
|
+
export var DeleteMatchmakingRuleSetOutput;
|
|
513
|
+
(function (DeleteMatchmakingRuleSetOutput) {
|
|
514
|
+
DeleteMatchmakingRuleSetOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
515
|
+
})(DeleteMatchmakingRuleSetOutput || (DeleteMatchmakingRuleSetOutput = {}));
|
|
516
|
+
export var DeleteScalingPolicyInput;
|
|
517
|
+
(function (DeleteScalingPolicyInput) {
|
|
518
|
+
DeleteScalingPolicyInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
519
|
+
})(DeleteScalingPolicyInput || (DeleteScalingPolicyInput = {}));
|
|
520
|
+
export var DeleteScriptInput;
|
|
521
|
+
(function (DeleteScriptInput) {
|
|
522
|
+
DeleteScriptInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
523
|
+
})(DeleteScriptInput || (DeleteScriptInput = {}));
|
|
524
|
+
export var DeleteVpcPeeringAuthorizationInput;
|
|
525
|
+
(function (DeleteVpcPeeringAuthorizationInput) {
|
|
526
|
+
DeleteVpcPeeringAuthorizationInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
527
|
+
})(DeleteVpcPeeringAuthorizationInput || (DeleteVpcPeeringAuthorizationInput = {}));
|
|
528
|
+
export var DeleteVpcPeeringAuthorizationOutput;
|
|
529
|
+
(function (DeleteVpcPeeringAuthorizationOutput) {
|
|
530
|
+
DeleteVpcPeeringAuthorizationOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
531
|
+
})(DeleteVpcPeeringAuthorizationOutput || (DeleteVpcPeeringAuthorizationOutput = {}));
|
|
532
|
+
export var DeleteVpcPeeringConnectionInput;
|
|
533
|
+
(function (DeleteVpcPeeringConnectionInput) {
|
|
534
|
+
DeleteVpcPeeringConnectionInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
535
|
+
})(DeleteVpcPeeringConnectionInput || (DeleteVpcPeeringConnectionInput = {}));
|
|
536
|
+
export var DeleteVpcPeeringConnectionOutput;
|
|
537
|
+
(function (DeleteVpcPeeringConnectionOutput) {
|
|
538
|
+
DeleteVpcPeeringConnectionOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
539
|
+
})(DeleteVpcPeeringConnectionOutput || (DeleteVpcPeeringConnectionOutput = {}));
|
|
540
|
+
export var DeregisterGameServerInput;
|
|
541
|
+
(function (DeregisterGameServerInput) {
|
|
542
|
+
DeregisterGameServerInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
543
|
+
})(DeregisterGameServerInput || (DeregisterGameServerInput = {}));
|
|
544
|
+
export var DescribeAliasInput;
|
|
545
|
+
(function (DescribeAliasInput) {
|
|
546
|
+
DescribeAliasInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
547
|
+
})(DescribeAliasInput || (DescribeAliasInput = {}));
|
|
548
|
+
export var DescribeAliasOutput;
|
|
549
|
+
(function (DescribeAliasOutput) {
|
|
550
|
+
DescribeAliasOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
551
|
+
})(DescribeAliasOutput || (DescribeAliasOutput = {}));
|
|
552
|
+
export var DescribeBuildInput;
|
|
553
|
+
(function (DescribeBuildInput) {
|
|
554
|
+
DescribeBuildInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
555
|
+
})(DescribeBuildInput || (DescribeBuildInput = {}));
|
|
556
|
+
export var DescribeBuildOutput;
|
|
557
|
+
(function (DescribeBuildOutput) {
|
|
558
|
+
DescribeBuildOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
559
|
+
})(DescribeBuildOutput || (DescribeBuildOutput = {}));
|
|
560
|
+
export var DescribeEC2InstanceLimitsInput;
|
|
561
|
+
(function (DescribeEC2InstanceLimitsInput) {
|
|
562
|
+
DescribeEC2InstanceLimitsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
563
|
+
})(DescribeEC2InstanceLimitsInput || (DescribeEC2InstanceLimitsInput = {}));
|
|
564
|
+
export var EC2InstanceLimit;
|
|
565
|
+
(function (EC2InstanceLimit) {
|
|
566
|
+
EC2InstanceLimit.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
567
|
+
})(EC2InstanceLimit || (EC2InstanceLimit = {}));
|
|
568
|
+
export var DescribeEC2InstanceLimitsOutput;
|
|
569
|
+
(function (DescribeEC2InstanceLimitsOutput) {
|
|
570
|
+
DescribeEC2InstanceLimitsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
571
|
+
})(DescribeEC2InstanceLimitsOutput || (DescribeEC2InstanceLimitsOutput = {}));
|
|
572
|
+
export var DescribeFleetAttributesInput;
|
|
573
|
+
(function (DescribeFleetAttributesInput) {
|
|
574
|
+
DescribeFleetAttributesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
575
|
+
})(DescribeFleetAttributesInput || (DescribeFleetAttributesInput = {}));
|
|
576
|
+
export var DescribeFleetAttributesOutput;
|
|
577
|
+
(function (DescribeFleetAttributesOutput) {
|
|
578
|
+
DescribeFleetAttributesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
579
|
+
})(DescribeFleetAttributesOutput || (DescribeFleetAttributesOutput = {}));
|
|
580
|
+
export var DescribeFleetCapacityInput;
|
|
581
|
+
(function (DescribeFleetCapacityInput) {
|
|
582
|
+
DescribeFleetCapacityInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
583
|
+
})(DescribeFleetCapacityInput || (DescribeFleetCapacityInput = {}));
|
|
584
|
+
export var EC2InstanceCounts;
|
|
585
|
+
(function (EC2InstanceCounts) {
|
|
586
|
+
EC2InstanceCounts.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
587
|
+
})(EC2InstanceCounts || (EC2InstanceCounts = {}));
|
|
588
|
+
export var FleetCapacity;
|
|
589
|
+
(function (FleetCapacity) {
|
|
590
|
+
FleetCapacity.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
591
|
+
})(FleetCapacity || (FleetCapacity = {}));
|
|
592
|
+
export var DescribeFleetCapacityOutput;
|
|
593
|
+
(function (DescribeFleetCapacityOutput) {
|
|
594
|
+
DescribeFleetCapacityOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
595
|
+
})(DescribeFleetCapacityOutput || (DescribeFleetCapacityOutput = {}));
|
|
596
|
+
export var DescribeFleetEventsInput;
|
|
597
|
+
(function (DescribeFleetEventsInput) {
|
|
598
|
+
DescribeFleetEventsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
599
|
+
})(DescribeFleetEventsInput || (DescribeFleetEventsInput = {}));
|
|
600
|
+
export var EventCode;
|
|
601
|
+
(function (EventCode) {
|
|
602
|
+
EventCode["FLEET_ACTIVATION_FAILED"] = "FLEET_ACTIVATION_FAILED";
|
|
603
|
+
EventCode["FLEET_ACTIVATION_FAILED_NO_INSTANCES"] = "FLEET_ACTIVATION_FAILED_NO_INSTANCES";
|
|
604
|
+
EventCode["FLEET_BINARY_DOWNLOAD_FAILED"] = "FLEET_BINARY_DOWNLOAD_FAILED";
|
|
605
|
+
EventCode["FLEET_CREATED"] = "FLEET_CREATED";
|
|
606
|
+
EventCode["FLEET_CREATION_EXTRACTING_BUILD"] = "FLEET_CREATION_EXTRACTING_BUILD";
|
|
607
|
+
EventCode["FLEET_CREATION_RUNNING_INSTALLER"] = "FLEET_CREATION_RUNNING_INSTALLER";
|
|
608
|
+
EventCode["FLEET_CREATION_VALIDATING_RUNTIME_CONFIG"] = "FLEET_CREATION_VALIDATING_RUNTIME_CONFIG";
|
|
609
|
+
EventCode["FLEET_DELETED"] = "FLEET_DELETED";
|
|
610
|
+
EventCode["FLEET_INITIALIZATION_FAILED"] = "FLEET_INITIALIZATION_FAILED";
|
|
611
|
+
EventCode["FLEET_NEW_GAME_SESSION_PROTECTION_POLICY_UPDATED"] = "FLEET_NEW_GAME_SESSION_PROTECTION_POLICY_UPDATED";
|
|
612
|
+
EventCode["FLEET_SCALING_EVENT"] = "FLEET_SCALING_EVENT";
|
|
613
|
+
EventCode["FLEET_STATE_ACTIVATING"] = "FLEET_STATE_ACTIVATING";
|
|
614
|
+
EventCode["FLEET_STATE_ACTIVE"] = "FLEET_STATE_ACTIVE";
|
|
615
|
+
EventCode["FLEET_STATE_BUILDING"] = "FLEET_STATE_BUILDING";
|
|
616
|
+
EventCode["FLEET_STATE_DOWNLOADING"] = "FLEET_STATE_DOWNLOADING";
|
|
617
|
+
EventCode["FLEET_STATE_ERROR"] = "FLEET_STATE_ERROR";
|
|
618
|
+
EventCode["FLEET_STATE_VALIDATING"] = "FLEET_STATE_VALIDATING";
|
|
619
|
+
EventCode["FLEET_VALIDATION_EXECUTABLE_RUNTIME_FAILURE"] = "FLEET_VALIDATION_EXECUTABLE_RUNTIME_FAILURE";
|
|
620
|
+
EventCode["FLEET_VALIDATION_LAUNCH_PATH_NOT_FOUND"] = "FLEET_VALIDATION_LAUNCH_PATH_NOT_FOUND";
|
|
621
|
+
EventCode["FLEET_VALIDATION_TIMED_OUT"] = "FLEET_VALIDATION_TIMED_OUT";
|
|
622
|
+
EventCode["FLEET_VPC_PEERING_DELETED"] = "FLEET_VPC_PEERING_DELETED";
|
|
623
|
+
EventCode["FLEET_VPC_PEERING_FAILED"] = "FLEET_VPC_PEERING_FAILED";
|
|
624
|
+
EventCode["FLEET_VPC_PEERING_SUCCEEDED"] = "FLEET_VPC_PEERING_SUCCEEDED";
|
|
625
|
+
EventCode["GAME_SESSION_ACTIVATION_TIMEOUT"] = "GAME_SESSION_ACTIVATION_TIMEOUT";
|
|
626
|
+
EventCode["GENERIC_EVENT"] = "GENERIC_EVENT";
|
|
627
|
+
EventCode["INSTANCE_INTERRUPTED"] = "INSTANCE_INTERRUPTED";
|
|
628
|
+
EventCode["SERVER_PROCESS_CRASHED"] = "SERVER_PROCESS_CRASHED";
|
|
629
|
+
EventCode["SERVER_PROCESS_FORCE_TERMINATED"] = "SERVER_PROCESS_FORCE_TERMINATED";
|
|
630
|
+
EventCode["SERVER_PROCESS_INVALID_PATH"] = "SERVER_PROCESS_INVALID_PATH";
|
|
631
|
+
EventCode["SERVER_PROCESS_PROCESS_EXIT_TIMEOUT"] = "SERVER_PROCESS_PROCESS_EXIT_TIMEOUT";
|
|
632
|
+
EventCode["SERVER_PROCESS_PROCESS_READY_TIMEOUT"] = "SERVER_PROCESS_PROCESS_READY_TIMEOUT";
|
|
633
|
+
EventCode["SERVER_PROCESS_SDK_INITIALIZATION_TIMEOUT"] = "SERVER_PROCESS_SDK_INITIALIZATION_TIMEOUT";
|
|
634
|
+
EventCode["SERVER_PROCESS_TERMINATED_UNHEALTHY"] = "SERVER_PROCESS_TERMINATED_UNHEALTHY";
|
|
635
|
+
})(EventCode || (EventCode = {}));
|
|
636
|
+
export var Event;
|
|
637
|
+
(function (Event) {
|
|
638
|
+
Event.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
639
|
+
})(Event || (Event = {}));
|
|
640
|
+
export var DescribeFleetEventsOutput;
|
|
641
|
+
(function (DescribeFleetEventsOutput) {
|
|
642
|
+
DescribeFleetEventsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
643
|
+
})(DescribeFleetEventsOutput || (DescribeFleetEventsOutput = {}));
|
|
644
|
+
export var DescribeFleetLocationAttributesInput;
|
|
645
|
+
(function (DescribeFleetLocationAttributesInput) {
|
|
646
|
+
DescribeFleetLocationAttributesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
647
|
+
})(DescribeFleetLocationAttributesInput || (DescribeFleetLocationAttributesInput = {}));
|
|
648
|
+
export var LocationUpdateStatus;
|
|
649
|
+
(function (LocationUpdateStatus) {
|
|
650
|
+
LocationUpdateStatus["PENDING_UPDATE"] = "PENDING_UPDATE";
|
|
651
|
+
})(LocationUpdateStatus || (LocationUpdateStatus = {}));
|
|
652
|
+
export var LocationAttributes;
|
|
653
|
+
(function (LocationAttributes) {
|
|
654
|
+
LocationAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
655
|
+
})(LocationAttributes || (LocationAttributes = {}));
|
|
656
|
+
export var DescribeFleetLocationAttributesOutput;
|
|
657
|
+
(function (DescribeFleetLocationAttributesOutput) {
|
|
658
|
+
DescribeFleetLocationAttributesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
659
|
+
})(DescribeFleetLocationAttributesOutput || (DescribeFleetLocationAttributesOutput = {}));
|
|
660
|
+
export var DescribeFleetLocationCapacityInput;
|
|
661
|
+
(function (DescribeFleetLocationCapacityInput) {
|
|
662
|
+
DescribeFleetLocationCapacityInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
663
|
+
})(DescribeFleetLocationCapacityInput || (DescribeFleetLocationCapacityInput = {}));
|
|
664
|
+
export var DescribeFleetLocationCapacityOutput;
|
|
665
|
+
(function (DescribeFleetLocationCapacityOutput) {
|
|
666
|
+
DescribeFleetLocationCapacityOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
667
|
+
})(DescribeFleetLocationCapacityOutput || (DescribeFleetLocationCapacityOutput = {}));
|
|
668
|
+
export var DescribeFleetLocationUtilizationInput;
|
|
669
|
+
(function (DescribeFleetLocationUtilizationInput) {
|
|
670
|
+
DescribeFleetLocationUtilizationInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
671
|
+
})(DescribeFleetLocationUtilizationInput || (DescribeFleetLocationUtilizationInput = {}));
|
|
672
|
+
export var FleetUtilization;
|
|
673
|
+
(function (FleetUtilization) {
|
|
674
|
+
FleetUtilization.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
675
|
+
})(FleetUtilization || (FleetUtilization = {}));
|
|
676
|
+
export var DescribeFleetLocationUtilizationOutput;
|
|
677
|
+
(function (DescribeFleetLocationUtilizationOutput) {
|
|
678
|
+
DescribeFleetLocationUtilizationOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
679
|
+
})(DescribeFleetLocationUtilizationOutput || (DescribeFleetLocationUtilizationOutput = {}));
|
|
680
|
+
export var DescribeFleetPortSettingsInput;
|
|
681
|
+
(function (DescribeFleetPortSettingsInput) {
|
|
682
|
+
DescribeFleetPortSettingsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
683
|
+
})(DescribeFleetPortSettingsInput || (DescribeFleetPortSettingsInput = {}));
|
|
684
|
+
export var DescribeFleetPortSettingsOutput;
|
|
685
|
+
(function (DescribeFleetPortSettingsOutput) {
|
|
686
|
+
DescribeFleetPortSettingsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
687
|
+
})(DescribeFleetPortSettingsOutput || (DescribeFleetPortSettingsOutput = {}));
|
|
688
|
+
export var DescribeFleetUtilizationInput;
|
|
689
|
+
(function (DescribeFleetUtilizationInput) {
|
|
690
|
+
DescribeFleetUtilizationInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
691
|
+
})(DescribeFleetUtilizationInput || (DescribeFleetUtilizationInput = {}));
|
|
692
|
+
export var DescribeFleetUtilizationOutput;
|
|
693
|
+
(function (DescribeFleetUtilizationOutput) {
|
|
694
|
+
DescribeFleetUtilizationOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
695
|
+
})(DescribeFleetUtilizationOutput || (DescribeFleetUtilizationOutput = {}));
|
|
696
|
+
export var DescribeGameServerInput;
|
|
697
|
+
(function (DescribeGameServerInput) {
|
|
698
|
+
DescribeGameServerInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
699
|
+
})(DescribeGameServerInput || (DescribeGameServerInput = {}));
|
|
700
|
+
export var DescribeGameServerOutput;
|
|
701
|
+
(function (DescribeGameServerOutput) {
|
|
702
|
+
DescribeGameServerOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
703
|
+
})(DescribeGameServerOutput || (DescribeGameServerOutput = {}));
|
|
704
|
+
export var DescribeGameServerGroupInput;
|
|
705
|
+
(function (DescribeGameServerGroupInput) {
|
|
706
|
+
DescribeGameServerGroupInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
707
|
+
})(DescribeGameServerGroupInput || (DescribeGameServerGroupInput = {}));
|
|
708
|
+
export var DescribeGameServerGroupOutput;
|
|
709
|
+
(function (DescribeGameServerGroupOutput) {
|
|
710
|
+
DescribeGameServerGroupOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
711
|
+
})(DescribeGameServerGroupOutput || (DescribeGameServerGroupOutput = {}));
|
|
712
|
+
export var DescribeGameServerInstancesInput;
|
|
713
|
+
(function (DescribeGameServerInstancesInput) {
|
|
714
|
+
DescribeGameServerInstancesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
715
|
+
})(DescribeGameServerInstancesInput || (DescribeGameServerInstancesInput = {}));
|
|
716
|
+
export var GameServerInstanceStatus;
|
|
717
|
+
(function (GameServerInstanceStatus) {
|
|
718
|
+
GameServerInstanceStatus["ACTIVE"] = "ACTIVE";
|
|
719
|
+
GameServerInstanceStatus["DRAINING"] = "DRAINING";
|
|
720
|
+
GameServerInstanceStatus["SPOT_TERMINATING"] = "SPOT_TERMINATING";
|
|
721
|
+
})(GameServerInstanceStatus || (GameServerInstanceStatus = {}));
|
|
722
|
+
export var GameServerInstance;
|
|
723
|
+
(function (GameServerInstance) {
|
|
724
|
+
GameServerInstance.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
725
|
+
})(GameServerInstance || (GameServerInstance = {}));
|
|
726
|
+
export var DescribeGameServerInstancesOutput;
|
|
727
|
+
(function (DescribeGameServerInstancesOutput) {
|
|
728
|
+
DescribeGameServerInstancesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
729
|
+
})(DescribeGameServerInstancesOutput || (DescribeGameServerInstancesOutput = {}));
|
|
730
|
+
export var DescribeGameSessionDetailsInput;
|
|
731
|
+
(function (DescribeGameSessionDetailsInput) {
|
|
732
|
+
DescribeGameSessionDetailsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
733
|
+
})(DescribeGameSessionDetailsInput || (DescribeGameSessionDetailsInput = {}));
|
|
734
|
+
export var GameSessionDetail;
|
|
735
|
+
(function (GameSessionDetail) {
|
|
736
|
+
GameSessionDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
737
|
+
})(GameSessionDetail || (GameSessionDetail = {}));
|
|
738
|
+
export var DescribeGameSessionDetailsOutput;
|
|
739
|
+
(function (DescribeGameSessionDetailsOutput) {
|
|
740
|
+
DescribeGameSessionDetailsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
741
|
+
})(DescribeGameSessionDetailsOutput || (DescribeGameSessionDetailsOutput = {}));
|
|
742
|
+
export var DescribeGameSessionPlacementInput;
|
|
743
|
+
(function (DescribeGameSessionPlacementInput) {
|
|
744
|
+
DescribeGameSessionPlacementInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
745
|
+
})(DescribeGameSessionPlacementInput || (DescribeGameSessionPlacementInput = {}));
|
|
746
|
+
export var PlacedPlayerSession;
|
|
747
|
+
(function (PlacedPlayerSession) {
|
|
748
|
+
PlacedPlayerSession.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
749
|
+
})(PlacedPlayerSession || (PlacedPlayerSession = {}));
|
|
750
|
+
export var PlayerLatency;
|
|
751
|
+
(function (PlayerLatency) {
|
|
752
|
+
PlayerLatency.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
753
|
+
})(PlayerLatency || (PlayerLatency = {}));
|
|
754
|
+
export var GameSessionPlacementState;
|
|
755
|
+
(function (GameSessionPlacementState) {
|
|
756
|
+
GameSessionPlacementState["CANCELLED"] = "CANCELLED";
|
|
757
|
+
GameSessionPlacementState["FAILED"] = "FAILED";
|
|
758
|
+
GameSessionPlacementState["FULFILLED"] = "FULFILLED";
|
|
759
|
+
GameSessionPlacementState["PENDING"] = "PENDING";
|
|
760
|
+
GameSessionPlacementState["TIMED_OUT"] = "TIMED_OUT";
|
|
761
|
+
})(GameSessionPlacementState || (GameSessionPlacementState = {}));
|
|
762
|
+
export var GameSessionPlacement;
|
|
763
|
+
(function (GameSessionPlacement) {
|
|
764
|
+
GameSessionPlacement.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
765
|
+
})(GameSessionPlacement || (GameSessionPlacement = {}));
|
|
766
|
+
export var DescribeGameSessionPlacementOutput;
|
|
767
|
+
(function (DescribeGameSessionPlacementOutput) {
|
|
768
|
+
DescribeGameSessionPlacementOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
769
|
+
})(DescribeGameSessionPlacementOutput || (DescribeGameSessionPlacementOutput = {}));
|
|
770
|
+
export var DescribeGameSessionQueuesInput;
|
|
771
|
+
(function (DescribeGameSessionQueuesInput) {
|
|
772
|
+
DescribeGameSessionQueuesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
773
|
+
})(DescribeGameSessionQueuesInput || (DescribeGameSessionQueuesInput = {}));
|
|
774
|
+
export var DescribeGameSessionQueuesOutput;
|
|
775
|
+
(function (DescribeGameSessionQueuesOutput) {
|
|
776
|
+
DescribeGameSessionQueuesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
777
|
+
})(DescribeGameSessionQueuesOutput || (DescribeGameSessionQueuesOutput = {}));
|
|
778
|
+
export var DescribeGameSessionsInput;
|
|
779
|
+
(function (DescribeGameSessionsInput) {
|
|
780
|
+
DescribeGameSessionsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
781
|
+
})(DescribeGameSessionsInput || (DescribeGameSessionsInput = {}));
|
|
782
|
+
export var DescribeGameSessionsOutput;
|
|
783
|
+
(function (DescribeGameSessionsOutput) {
|
|
784
|
+
DescribeGameSessionsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
785
|
+
})(DescribeGameSessionsOutput || (DescribeGameSessionsOutput = {}));
|
|
786
|
+
export var DescribeInstancesInput;
|
|
787
|
+
(function (DescribeInstancesInput) {
|
|
788
|
+
DescribeInstancesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
789
|
+
})(DescribeInstancesInput || (DescribeInstancesInput = {}));
|
|
790
|
+
export var InstanceStatus;
|
|
791
|
+
(function (InstanceStatus) {
|
|
792
|
+
InstanceStatus["ACTIVE"] = "ACTIVE";
|
|
793
|
+
InstanceStatus["PENDING"] = "PENDING";
|
|
794
|
+
InstanceStatus["TERMINATING"] = "TERMINATING";
|
|
795
|
+
})(InstanceStatus || (InstanceStatus = {}));
|
|
796
|
+
export var Instance;
|
|
797
|
+
(function (Instance) {
|
|
798
|
+
Instance.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
799
|
+
})(Instance || (Instance = {}));
|
|
800
|
+
export var DescribeInstancesOutput;
|
|
801
|
+
(function (DescribeInstancesOutput) {
|
|
802
|
+
DescribeInstancesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
803
|
+
})(DescribeInstancesOutput || (DescribeInstancesOutput = {}));
|
|
804
|
+
export var DescribeMatchmakingInput;
|
|
805
|
+
(function (DescribeMatchmakingInput) {
|
|
806
|
+
DescribeMatchmakingInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
807
|
+
})(DescribeMatchmakingInput || (DescribeMatchmakingInput = {}));
|
|
808
|
+
export var MatchedPlayerSession;
|
|
809
|
+
(function (MatchedPlayerSession) {
|
|
810
|
+
MatchedPlayerSession.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
811
|
+
})(MatchedPlayerSession || (MatchedPlayerSession = {}));
|
|
812
|
+
export var GameSessionConnectionInfo;
|
|
813
|
+
(function (GameSessionConnectionInfo) {
|
|
814
|
+
GameSessionConnectionInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
815
|
+
})(GameSessionConnectionInfo || (GameSessionConnectionInfo = {}));
|
|
816
|
+
export var Player;
|
|
817
|
+
(function (Player) {
|
|
818
|
+
Player.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
819
|
+
})(Player || (Player = {}));
|
|
820
|
+
export var MatchmakingTicket;
|
|
821
|
+
(function (MatchmakingTicket) {
|
|
822
|
+
MatchmakingTicket.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
823
|
+
})(MatchmakingTicket || (MatchmakingTicket = {}));
|
|
824
|
+
export var DescribeMatchmakingOutput;
|
|
825
|
+
(function (DescribeMatchmakingOutput) {
|
|
826
|
+
DescribeMatchmakingOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
827
|
+
})(DescribeMatchmakingOutput || (DescribeMatchmakingOutput = {}));
|
|
828
|
+
export var DescribeMatchmakingConfigurationsInput;
|
|
829
|
+
(function (DescribeMatchmakingConfigurationsInput) {
|
|
830
|
+
DescribeMatchmakingConfigurationsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
831
|
+
})(DescribeMatchmakingConfigurationsInput || (DescribeMatchmakingConfigurationsInput = {}));
|
|
832
|
+
export var DescribeMatchmakingConfigurationsOutput;
|
|
833
|
+
(function (DescribeMatchmakingConfigurationsOutput) {
|
|
834
|
+
DescribeMatchmakingConfigurationsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
835
|
+
})(DescribeMatchmakingConfigurationsOutput || (DescribeMatchmakingConfigurationsOutput = {}));
|
|
836
|
+
export var DescribeMatchmakingRuleSetsInput;
|
|
837
|
+
(function (DescribeMatchmakingRuleSetsInput) {
|
|
838
|
+
DescribeMatchmakingRuleSetsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
839
|
+
})(DescribeMatchmakingRuleSetsInput || (DescribeMatchmakingRuleSetsInput = {}));
|
|
840
|
+
export var DescribeMatchmakingRuleSetsOutput;
|
|
841
|
+
(function (DescribeMatchmakingRuleSetsOutput) {
|
|
842
|
+
DescribeMatchmakingRuleSetsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
843
|
+
})(DescribeMatchmakingRuleSetsOutput || (DescribeMatchmakingRuleSetsOutput = {}));
|
|
844
|
+
export var DescribePlayerSessionsInput;
|
|
845
|
+
(function (DescribePlayerSessionsInput) {
|
|
846
|
+
DescribePlayerSessionsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
847
|
+
})(DescribePlayerSessionsInput || (DescribePlayerSessionsInput = {}));
|
|
848
|
+
export var DescribePlayerSessionsOutput;
|
|
849
|
+
(function (DescribePlayerSessionsOutput) {
|
|
850
|
+
DescribePlayerSessionsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
851
|
+
})(DescribePlayerSessionsOutput || (DescribePlayerSessionsOutput = {}));
|
|
852
|
+
export var DescribeRuntimeConfigurationInput;
|
|
853
|
+
(function (DescribeRuntimeConfigurationInput) {
|
|
854
|
+
DescribeRuntimeConfigurationInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
855
|
+
})(DescribeRuntimeConfigurationInput || (DescribeRuntimeConfigurationInput = {}));
|
|
856
|
+
export var DescribeRuntimeConfigurationOutput;
|
|
857
|
+
(function (DescribeRuntimeConfigurationOutput) {
|
|
858
|
+
DescribeRuntimeConfigurationOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
859
|
+
})(DescribeRuntimeConfigurationOutput || (DescribeRuntimeConfigurationOutput = {}));
|
|
860
|
+
export var ScalingStatusType;
|
|
861
|
+
(function (ScalingStatusType) {
|
|
862
|
+
ScalingStatusType["ACTIVE"] = "ACTIVE";
|
|
863
|
+
ScalingStatusType["DELETED"] = "DELETED";
|
|
864
|
+
ScalingStatusType["DELETE_REQUESTED"] = "DELETE_REQUESTED";
|
|
865
|
+
ScalingStatusType["DELETING"] = "DELETING";
|
|
866
|
+
ScalingStatusType["ERROR"] = "ERROR";
|
|
867
|
+
ScalingStatusType["UPDATE_REQUESTED"] = "UPDATE_REQUESTED";
|
|
868
|
+
ScalingStatusType["UPDATING"] = "UPDATING";
|
|
869
|
+
})(ScalingStatusType || (ScalingStatusType = {}));
|
|
870
|
+
export var DescribeScalingPoliciesInput;
|
|
871
|
+
(function (DescribeScalingPoliciesInput) {
|
|
872
|
+
DescribeScalingPoliciesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
873
|
+
})(DescribeScalingPoliciesInput || (DescribeScalingPoliciesInput = {}));
|
|
874
|
+
export var PolicyType;
|
|
875
|
+
(function (PolicyType) {
|
|
876
|
+
PolicyType["RuleBased"] = "RuleBased";
|
|
877
|
+
PolicyType["TargetBased"] = "TargetBased";
|
|
878
|
+
})(PolicyType || (PolicyType = {}));
|
|
879
|
+
export var ScalingAdjustmentType;
|
|
880
|
+
(function (ScalingAdjustmentType) {
|
|
881
|
+
ScalingAdjustmentType["ChangeInCapacity"] = "ChangeInCapacity";
|
|
882
|
+
ScalingAdjustmentType["ExactCapacity"] = "ExactCapacity";
|
|
883
|
+
ScalingAdjustmentType["PercentChangeInCapacity"] = "PercentChangeInCapacity";
|
|
884
|
+
})(ScalingAdjustmentType || (ScalingAdjustmentType = {}));
|
|
885
|
+
export var TargetConfiguration;
|
|
886
|
+
(function (TargetConfiguration) {
|
|
887
|
+
TargetConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
888
|
+
})(TargetConfiguration || (TargetConfiguration = {}));
|
|
889
|
+
export var ScalingPolicy;
|
|
890
|
+
(function (ScalingPolicy) {
|
|
891
|
+
ScalingPolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
892
|
+
})(ScalingPolicy || (ScalingPolicy = {}));
|
|
893
|
+
export var DescribeScalingPoliciesOutput;
|
|
894
|
+
(function (DescribeScalingPoliciesOutput) {
|
|
895
|
+
DescribeScalingPoliciesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
896
|
+
})(DescribeScalingPoliciesOutput || (DescribeScalingPoliciesOutput = {}));
|
|
897
|
+
export var DescribeScriptInput;
|
|
898
|
+
(function (DescribeScriptInput) {
|
|
899
|
+
DescribeScriptInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
900
|
+
})(DescribeScriptInput || (DescribeScriptInput = {}));
|
|
901
|
+
export var DescribeScriptOutput;
|
|
902
|
+
(function (DescribeScriptOutput) {
|
|
903
|
+
DescribeScriptOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
904
|
+
})(DescribeScriptOutput || (DescribeScriptOutput = {}));
|
|
905
|
+
export var DescribeVpcPeeringAuthorizationsInput;
|
|
906
|
+
(function (DescribeVpcPeeringAuthorizationsInput) {
|
|
907
|
+
DescribeVpcPeeringAuthorizationsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
908
|
+
})(DescribeVpcPeeringAuthorizationsInput || (DescribeVpcPeeringAuthorizationsInput = {}));
|
|
909
|
+
export var DescribeVpcPeeringAuthorizationsOutput;
|
|
910
|
+
(function (DescribeVpcPeeringAuthorizationsOutput) {
|
|
911
|
+
DescribeVpcPeeringAuthorizationsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
912
|
+
})(DescribeVpcPeeringAuthorizationsOutput || (DescribeVpcPeeringAuthorizationsOutput = {}));
|
|
913
|
+
export var DescribeVpcPeeringConnectionsInput;
|
|
914
|
+
(function (DescribeVpcPeeringConnectionsInput) {
|
|
915
|
+
DescribeVpcPeeringConnectionsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
916
|
+
})(DescribeVpcPeeringConnectionsInput || (DescribeVpcPeeringConnectionsInput = {}));
|
|
917
|
+
export var VpcPeeringConnectionStatus;
|
|
918
|
+
(function (VpcPeeringConnectionStatus) {
|
|
919
|
+
VpcPeeringConnectionStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
920
|
+
})(VpcPeeringConnectionStatus || (VpcPeeringConnectionStatus = {}));
|
|
921
|
+
export var VpcPeeringConnection;
|
|
922
|
+
(function (VpcPeeringConnection) {
|
|
923
|
+
VpcPeeringConnection.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
924
|
+
})(VpcPeeringConnection || (VpcPeeringConnection = {}));
|
|
925
|
+
export var DescribeVpcPeeringConnectionsOutput;
|
|
926
|
+
(function (DescribeVpcPeeringConnectionsOutput) {
|
|
927
|
+
DescribeVpcPeeringConnectionsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
928
|
+
})(DescribeVpcPeeringConnectionsOutput || (DescribeVpcPeeringConnectionsOutput = {}));
|
|
929
|
+
export var DesiredPlayerSession;
|
|
930
|
+
(function (DesiredPlayerSession) {
|
|
931
|
+
DesiredPlayerSession.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
932
|
+
})(DesiredPlayerSession || (DesiredPlayerSession = {}));
|
|
933
|
+
export var GetGameSessionLogUrlInput;
|
|
934
|
+
(function (GetGameSessionLogUrlInput) {
|
|
935
|
+
GetGameSessionLogUrlInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
936
|
+
})(GetGameSessionLogUrlInput || (GetGameSessionLogUrlInput = {}));
|
|
937
|
+
export var GetGameSessionLogUrlOutput;
|
|
938
|
+
(function (GetGameSessionLogUrlOutput) {
|
|
939
|
+
GetGameSessionLogUrlOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
940
|
+
})(GetGameSessionLogUrlOutput || (GetGameSessionLogUrlOutput = {}));
|
|
941
|
+
export var GetInstanceAccessInput;
|
|
942
|
+
(function (GetInstanceAccessInput) {
|
|
943
|
+
GetInstanceAccessInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
944
|
+
})(GetInstanceAccessInput || (GetInstanceAccessInput = {}));
|
|
945
|
+
export var InstanceCredentials;
|
|
946
|
+
(function (InstanceCredentials) {
|
|
947
|
+
InstanceCredentials.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
948
|
+
})(InstanceCredentials || (InstanceCredentials = {}));
|
|
949
|
+
export var InstanceAccess;
|
|
950
|
+
(function (InstanceAccess) {
|
|
951
|
+
InstanceAccess.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Credentials && { Credentials: SENSITIVE_STRING }))); };
|
|
952
|
+
})(InstanceAccess || (InstanceAccess = {}));
|
|
953
|
+
export var GetInstanceAccessOutput;
|
|
954
|
+
(function (GetInstanceAccessOutput) {
|
|
955
|
+
GetInstanceAccessOutput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.InstanceAccess && { InstanceAccess: InstanceAccess.filterSensitiveLog(obj.InstanceAccess) }))); };
|
|
956
|
+
})(GetInstanceAccessOutput || (GetInstanceAccessOutput = {}));
|
|
957
|
+
export var ListAliasesInput;
|
|
958
|
+
(function (ListAliasesInput) {
|
|
959
|
+
ListAliasesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
960
|
+
})(ListAliasesInput || (ListAliasesInput = {}));
|
|
961
|
+
export var ListAliasesOutput;
|
|
962
|
+
(function (ListAliasesOutput) {
|
|
963
|
+
ListAliasesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
964
|
+
})(ListAliasesOutput || (ListAliasesOutput = {}));
|
|
965
|
+
export var ListBuildsInput;
|
|
966
|
+
(function (ListBuildsInput) {
|
|
967
|
+
ListBuildsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
968
|
+
})(ListBuildsInput || (ListBuildsInput = {}));
|
|
969
|
+
export var ListBuildsOutput;
|
|
970
|
+
(function (ListBuildsOutput) {
|
|
971
|
+
ListBuildsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
972
|
+
})(ListBuildsOutput || (ListBuildsOutput = {}));
|
|
973
|
+
export var ListFleetsInput;
|
|
974
|
+
(function (ListFleetsInput) {
|
|
975
|
+
ListFleetsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
976
|
+
})(ListFleetsInput || (ListFleetsInput = {}));
|
|
977
|
+
export var ListFleetsOutput;
|
|
978
|
+
(function (ListFleetsOutput) {
|
|
979
|
+
ListFleetsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
980
|
+
})(ListFleetsOutput || (ListFleetsOutput = {}));
|
|
981
|
+
export var ListGameServerGroupsInput;
|
|
982
|
+
(function (ListGameServerGroupsInput) {
|
|
983
|
+
ListGameServerGroupsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
984
|
+
})(ListGameServerGroupsInput || (ListGameServerGroupsInput = {}));
|
|
985
|
+
export var ListGameServerGroupsOutput;
|
|
986
|
+
(function (ListGameServerGroupsOutput) {
|
|
987
|
+
ListGameServerGroupsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
988
|
+
})(ListGameServerGroupsOutput || (ListGameServerGroupsOutput = {}));
|
|
989
|
+
export var SortOrder;
|
|
990
|
+
(function (SortOrder) {
|
|
991
|
+
SortOrder["ASCENDING"] = "ASCENDING";
|
|
992
|
+
SortOrder["DESCENDING"] = "DESCENDING";
|
|
993
|
+
})(SortOrder || (SortOrder = {}));
|
|
994
|
+
export var ListGameServersInput;
|
|
995
|
+
(function (ListGameServersInput) {
|
|
996
|
+
ListGameServersInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
997
|
+
})(ListGameServersInput || (ListGameServersInput = {}));
|
|
998
|
+
export var ListGameServersOutput;
|
|
999
|
+
(function (ListGameServersOutput) {
|
|
1000
|
+
ListGameServersOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1001
|
+
})(ListGameServersOutput || (ListGameServersOutput = {}));
|
|
1002
|
+
export var ListScriptsInput;
|
|
1003
|
+
(function (ListScriptsInput) {
|
|
1004
|
+
ListScriptsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1005
|
+
})(ListScriptsInput || (ListScriptsInput = {}));
|
|
1006
|
+
export var ListScriptsOutput;
|
|
1007
|
+
(function (ListScriptsOutput) {
|
|
1008
|
+
ListScriptsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1009
|
+
})(ListScriptsOutput || (ListScriptsOutput = {}));
|
|
1010
|
+
export var ListTagsForResourceRequest;
|
|
1011
|
+
(function (ListTagsForResourceRequest) {
|
|
1012
|
+
ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1013
|
+
})(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
|
|
1014
|
+
export var ListTagsForResourceResponse;
|
|
1015
|
+
(function (ListTagsForResourceResponse) {
|
|
1016
|
+
ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1017
|
+
})(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
|
|
1018
|
+
export var PutScalingPolicyInput;
|
|
1019
|
+
(function (PutScalingPolicyInput) {
|
|
1020
|
+
PutScalingPolicyInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1021
|
+
})(PutScalingPolicyInput || (PutScalingPolicyInput = {}));
|
|
1022
|
+
export var PutScalingPolicyOutput;
|
|
1023
|
+
(function (PutScalingPolicyOutput) {
|
|
1024
|
+
PutScalingPolicyOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1025
|
+
})(PutScalingPolicyOutput || (PutScalingPolicyOutput = {}));
|
|
1026
|
+
export var RegisterGameServerInput;
|
|
1027
|
+
(function (RegisterGameServerInput) {
|
|
1028
|
+
RegisterGameServerInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1029
|
+
})(RegisterGameServerInput || (RegisterGameServerInput = {}));
|
|
1030
|
+
export var RegisterGameServerOutput;
|
|
1031
|
+
(function (RegisterGameServerOutput) {
|
|
1032
|
+
RegisterGameServerOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1033
|
+
})(RegisterGameServerOutput || (RegisterGameServerOutput = {}));
|
|
1034
|
+
export var RequestUploadCredentialsInput;
|
|
1035
|
+
(function (RequestUploadCredentialsInput) {
|
|
1036
|
+
RequestUploadCredentialsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1037
|
+
})(RequestUploadCredentialsInput || (RequestUploadCredentialsInput = {}));
|
|
1038
|
+
export var RequestUploadCredentialsOutput;
|
|
1039
|
+
(function (RequestUploadCredentialsOutput) {
|
|
1040
|
+
RequestUploadCredentialsOutput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.UploadCredentials && { UploadCredentials: SENSITIVE_STRING }))); };
|
|
1041
|
+
})(RequestUploadCredentialsOutput || (RequestUploadCredentialsOutput = {}));
|
|
1042
|
+
export var ResolveAliasInput;
|
|
1043
|
+
(function (ResolveAliasInput) {
|
|
1044
|
+
ResolveAliasInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1045
|
+
})(ResolveAliasInput || (ResolveAliasInput = {}));
|
|
1046
|
+
export var ResolveAliasOutput;
|
|
1047
|
+
(function (ResolveAliasOutput) {
|
|
1048
|
+
ResolveAliasOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1049
|
+
})(ResolveAliasOutput || (ResolveAliasOutput = {}));
|
|
1050
|
+
export var ResumeGameServerGroupInput;
|
|
1051
|
+
(function (ResumeGameServerGroupInput) {
|
|
1052
|
+
ResumeGameServerGroupInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1053
|
+
})(ResumeGameServerGroupInput || (ResumeGameServerGroupInput = {}));
|
|
1054
|
+
export var ResumeGameServerGroupOutput;
|
|
1055
|
+
(function (ResumeGameServerGroupOutput) {
|
|
1056
|
+
ResumeGameServerGroupOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1057
|
+
})(ResumeGameServerGroupOutput || (ResumeGameServerGroupOutput = {}));
|
|
1058
|
+
export var SearchGameSessionsInput;
|
|
1059
|
+
(function (SearchGameSessionsInput) {
|
|
1060
|
+
SearchGameSessionsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1061
|
+
})(SearchGameSessionsInput || (SearchGameSessionsInput = {}));
|
|
1062
|
+
export var SearchGameSessionsOutput;
|
|
1063
|
+
(function (SearchGameSessionsOutput) {
|
|
1064
|
+
SearchGameSessionsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1065
|
+
})(SearchGameSessionsOutput || (SearchGameSessionsOutput = {}));
|
|
1066
|
+
export var StartFleetActionsInput;
|
|
1067
|
+
(function (StartFleetActionsInput) {
|
|
1068
|
+
StartFleetActionsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1069
|
+
})(StartFleetActionsInput || (StartFleetActionsInput = {}));
|
|
1070
|
+
export var StartFleetActionsOutput;
|
|
1071
|
+
(function (StartFleetActionsOutput) {
|
|
1072
|
+
StartFleetActionsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1073
|
+
})(StartFleetActionsOutput || (StartFleetActionsOutput = {}));
|
|
1074
|
+
export var StartGameSessionPlacementInput;
|
|
1075
|
+
(function (StartGameSessionPlacementInput) {
|
|
1076
|
+
StartGameSessionPlacementInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1077
|
+
})(StartGameSessionPlacementInput || (StartGameSessionPlacementInput = {}));
|
|
1078
|
+
export var StartGameSessionPlacementOutput;
|
|
1079
|
+
(function (StartGameSessionPlacementOutput) {
|
|
1080
|
+
StartGameSessionPlacementOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1081
|
+
})(StartGameSessionPlacementOutput || (StartGameSessionPlacementOutput = {}));
|
|
1082
|
+
export var StartMatchBackfillInput;
|
|
1083
|
+
(function (StartMatchBackfillInput) {
|
|
1084
|
+
StartMatchBackfillInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1085
|
+
})(StartMatchBackfillInput || (StartMatchBackfillInput = {}));
|
|
1086
|
+
export var StartMatchBackfillOutput;
|
|
1087
|
+
(function (StartMatchBackfillOutput) {
|
|
1088
|
+
StartMatchBackfillOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1089
|
+
})(StartMatchBackfillOutput || (StartMatchBackfillOutput = {}));
|
|
1090
|
+
export var StartMatchmakingInput;
|
|
1091
|
+
(function (StartMatchmakingInput) {
|
|
1092
|
+
StartMatchmakingInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1093
|
+
})(StartMatchmakingInput || (StartMatchmakingInput = {}));
|
|
1094
|
+
export var StartMatchmakingOutput;
|
|
1095
|
+
(function (StartMatchmakingOutput) {
|
|
1096
|
+
StartMatchmakingOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1097
|
+
})(StartMatchmakingOutput || (StartMatchmakingOutput = {}));
|
|
1098
|
+
export var StopFleetActionsInput;
|
|
1099
|
+
(function (StopFleetActionsInput) {
|
|
1100
|
+
StopFleetActionsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1101
|
+
})(StopFleetActionsInput || (StopFleetActionsInput = {}));
|
|
1102
|
+
export var StopFleetActionsOutput;
|
|
1103
|
+
(function (StopFleetActionsOutput) {
|
|
1104
|
+
StopFleetActionsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1105
|
+
})(StopFleetActionsOutput || (StopFleetActionsOutput = {}));
|
|
1106
|
+
export var StopGameSessionPlacementInput;
|
|
1107
|
+
(function (StopGameSessionPlacementInput) {
|
|
1108
|
+
StopGameSessionPlacementInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1109
|
+
})(StopGameSessionPlacementInput || (StopGameSessionPlacementInput = {}));
|
|
1110
|
+
export var StopGameSessionPlacementOutput;
|
|
1111
|
+
(function (StopGameSessionPlacementOutput) {
|
|
1112
|
+
StopGameSessionPlacementOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1113
|
+
})(StopGameSessionPlacementOutput || (StopGameSessionPlacementOutput = {}));
|
|
1114
|
+
export var StopMatchmakingInput;
|
|
1115
|
+
(function (StopMatchmakingInput) {
|
|
1116
|
+
StopMatchmakingInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1117
|
+
})(StopMatchmakingInput || (StopMatchmakingInput = {}));
|
|
1118
|
+
export var StopMatchmakingOutput;
|
|
1119
|
+
(function (StopMatchmakingOutput) {
|
|
1120
|
+
StopMatchmakingOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1121
|
+
})(StopMatchmakingOutput || (StopMatchmakingOutput = {}));
|
|
1122
|
+
export var SuspendGameServerGroupInput;
|
|
1123
|
+
(function (SuspendGameServerGroupInput) {
|
|
1124
|
+
SuspendGameServerGroupInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1125
|
+
})(SuspendGameServerGroupInput || (SuspendGameServerGroupInput = {}));
|
|
1126
|
+
export var SuspendGameServerGroupOutput;
|
|
1127
|
+
(function (SuspendGameServerGroupOutput) {
|
|
1128
|
+
SuspendGameServerGroupOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1129
|
+
})(SuspendGameServerGroupOutput || (SuspendGameServerGroupOutput = {}));
|
|
1130
|
+
export var TagResourceRequest;
|
|
1131
|
+
(function (TagResourceRequest) {
|
|
1132
|
+
TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1133
|
+
})(TagResourceRequest || (TagResourceRequest = {}));
|
|
1134
|
+
export var TagResourceResponse;
|
|
1135
|
+
(function (TagResourceResponse) {
|
|
1136
|
+
TagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1137
|
+
})(TagResourceResponse || (TagResourceResponse = {}));
|
|
1138
|
+
export var UntagResourceRequest;
|
|
1139
|
+
(function (UntagResourceRequest) {
|
|
1140
|
+
UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1141
|
+
})(UntagResourceRequest || (UntagResourceRequest = {}));
|
|
1142
|
+
export var UntagResourceResponse;
|
|
1143
|
+
(function (UntagResourceResponse) {
|
|
1144
|
+
UntagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1145
|
+
})(UntagResourceResponse || (UntagResourceResponse = {}));
|
|
1146
|
+
export var UpdateAliasInput;
|
|
1147
|
+
(function (UpdateAliasInput) {
|
|
1148
|
+
UpdateAliasInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1149
|
+
})(UpdateAliasInput || (UpdateAliasInput = {}));
|
|
1150
|
+
export var UpdateAliasOutput;
|
|
1151
|
+
(function (UpdateAliasOutput) {
|
|
1152
|
+
UpdateAliasOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1153
|
+
})(UpdateAliasOutput || (UpdateAliasOutput = {}));
|
|
1154
|
+
export var UpdateBuildInput;
|
|
1155
|
+
(function (UpdateBuildInput) {
|
|
1156
|
+
UpdateBuildInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1157
|
+
})(UpdateBuildInput || (UpdateBuildInput = {}));
|
|
1158
|
+
export var UpdateBuildOutput;
|
|
1159
|
+
(function (UpdateBuildOutput) {
|
|
1160
|
+
UpdateBuildOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1161
|
+
})(UpdateBuildOutput || (UpdateBuildOutput = {}));
|
|
1162
|
+
export var UpdateFleetAttributesInput;
|
|
1163
|
+
(function (UpdateFleetAttributesInput) {
|
|
1164
|
+
UpdateFleetAttributesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1165
|
+
})(UpdateFleetAttributesInput || (UpdateFleetAttributesInput = {}));
|
|
1166
|
+
export var UpdateFleetAttributesOutput;
|
|
1167
|
+
(function (UpdateFleetAttributesOutput) {
|
|
1168
|
+
UpdateFleetAttributesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1169
|
+
})(UpdateFleetAttributesOutput || (UpdateFleetAttributesOutput = {}));
|
|
1170
|
+
export var UpdateFleetCapacityInput;
|
|
1171
|
+
(function (UpdateFleetCapacityInput) {
|
|
1172
|
+
UpdateFleetCapacityInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1173
|
+
})(UpdateFleetCapacityInput || (UpdateFleetCapacityInput = {}));
|
|
1174
|
+
export var UpdateFleetCapacityOutput;
|
|
1175
|
+
(function (UpdateFleetCapacityOutput) {
|
|
1176
|
+
UpdateFleetCapacityOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1177
|
+
})(UpdateFleetCapacityOutput || (UpdateFleetCapacityOutput = {}));
|
|
1178
|
+
export var UpdateFleetPortSettingsInput;
|
|
1179
|
+
(function (UpdateFleetPortSettingsInput) {
|
|
1180
|
+
UpdateFleetPortSettingsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1181
|
+
})(UpdateFleetPortSettingsInput || (UpdateFleetPortSettingsInput = {}));
|
|
1182
|
+
export var UpdateFleetPortSettingsOutput;
|
|
1183
|
+
(function (UpdateFleetPortSettingsOutput) {
|
|
1184
|
+
UpdateFleetPortSettingsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1185
|
+
})(UpdateFleetPortSettingsOutput || (UpdateFleetPortSettingsOutput = {}));
|
|
1186
|
+
export var GameServerHealthCheck;
|
|
1187
|
+
(function (GameServerHealthCheck) {
|
|
1188
|
+
GameServerHealthCheck["HEALTHY"] = "HEALTHY";
|
|
1189
|
+
})(GameServerHealthCheck || (GameServerHealthCheck = {}));
|
|
1190
|
+
export var UpdateGameServerInput;
|
|
1191
|
+
(function (UpdateGameServerInput) {
|
|
1192
|
+
UpdateGameServerInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1193
|
+
})(UpdateGameServerInput || (UpdateGameServerInput = {}));
|
|
1194
|
+
export var UpdateGameServerOutput;
|
|
1195
|
+
(function (UpdateGameServerOutput) {
|
|
1196
|
+
UpdateGameServerOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1197
|
+
})(UpdateGameServerOutput || (UpdateGameServerOutput = {}));
|
|
1198
|
+
export var UpdateGameServerGroupInput;
|
|
1199
|
+
(function (UpdateGameServerGroupInput) {
|
|
1200
|
+
UpdateGameServerGroupInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1201
|
+
})(UpdateGameServerGroupInput || (UpdateGameServerGroupInput = {}));
|
|
1202
|
+
export var UpdateGameServerGroupOutput;
|
|
1203
|
+
(function (UpdateGameServerGroupOutput) {
|
|
1204
|
+
UpdateGameServerGroupOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1205
|
+
})(UpdateGameServerGroupOutput || (UpdateGameServerGroupOutput = {}));
|
|
1206
|
+
export var UpdateGameSessionInput;
|
|
1207
|
+
(function (UpdateGameSessionInput) {
|
|
1208
|
+
UpdateGameSessionInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1209
|
+
})(UpdateGameSessionInput || (UpdateGameSessionInput = {}));
|
|
1210
|
+
export var UpdateGameSessionOutput;
|
|
1211
|
+
(function (UpdateGameSessionOutput) {
|
|
1212
|
+
UpdateGameSessionOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1213
|
+
})(UpdateGameSessionOutput || (UpdateGameSessionOutput = {}));
|
|
1214
|
+
export var UpdateGameSessionQueueInput;
|
|
1215
|
+
(function (UpdateGameSessionQueueInput) {
|
|
1216
|
+
UpdateGameSessionQueueInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1217
|
+
})(UpdateGameSessionQueueInput || (UpdateGameSessionQueueInput = {}));
|
|
1218
|
+
export var UpdateGameSessionQueueOutput;
|
|
1219
|
+
(function (UpdateGameSessionQueueOutput) {
|
|
1220
|
+
UpdateGameSessionQueueOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1221
|
+
})(UpdateGameSessionQueueOutput || (UpdateGameSessionQueueOutput = {}));
|
|
1222
|
+
export var UpdateMatchmakingConfigurationInput;
|
|
1223
|
+
(function (UpdateMatchmakingConfigurationInput) {
|
|
1224
|
+
UpdateMatchmakingConfigurationInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1225
|
+
})(UpdateMatchmakingConfigurationInput || (UpdateMatchmakingConfigurationInput = {}));
|
|
1226
|
+
export var UpdateMatchmakingConfigurationOutput;
|
|
1227
|
+
(function (UpdateMatchmakingConfigurationOutput) {
|
|
1228
|
+
UpdateMatchmakingConfigurationOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1229
|
+
})(UpdateMatchmakingConfigurationOutput || (UpdateMatchmakingConfigurationOutput = {}));
|
|
1230
|
+
export var UpdateRuntimeConfigurationInput;
|
|
1231
|
+
(function (UpdateRuntimeConfigurationInput) {
|
|
1232
|
+
UpdateRuntimeConfigurationInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1233
|
+
})(UpdateRuntimeConfigurationInput || (UpdateRuntimeConfigurationInput = {}));
|
|
1234
|
+
export var UpdateRuntimeConfigurationOutput;
|
|
1235
|
+
(function (UpdateRuntimeConfigurationOutput) {
|
|
1236
|
+
UpdateRuntimeConfigurationOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1237
|
+
})(UpdateRuntimeConfigurationOutput || (UpdateRuntimeConfigurationOutput = {}));
|
|
1238
|
+
export var UpdateScriptInput;
|
|
1239
|
+
(function (UpdateScriptInput) {
|
|
1240
|
+
UpdateScriptInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1241
|
+
})(UpdateScriptInput || (UpdateScriptInput = {}));
|
|
1242
|
+
export var UpdateScriptOutput;
|
|
1243
|
+
(function (UpdateScriptOutput) {
|
|
1244
|
+
UpdateScriptOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1245
|
+
})(UpdateScriptOutput || (UpdateScriptOutput = {}));
|
|
1246
|
+
export var ValidateMatchmakingRuleSetInput;
|
|
1247
|
+
(function (ValidateMatchmakingRuleSetInput) {
|
|
1248
|
+
ValidateMatchmakingRuleSetInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1249
|
+
})(ValidateMatchmakingRuleSetInput || (ValidateMatchmakingRuleSetInput = {}));
|
|
1250
|
+
export var ValidateMatchmakingRuleSetOutput;
|
|
1251
|
+
(function (ValidateMatchmakingRuleSetOutput) {
|
|
1252
|
+
ValidateMatchmakingRuleSetOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1253
|
+
})(ValidateMatchmakingRuleSetOutput || (ValidateMatchmakingRuleSetOutput = {}));
|