@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
|
@@ -1,2540 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateFleetLocationsInput = exports.CreateFleetOutput = exports.LocationState = exports.FleetAttributes = exports.FleetAction = exports.FleetStatus = exports.CreateFleetInput = exports.RuntimeConfiguration = exports.ServerProcess = exports.ResourceCreationLimitPolicy = exports.ProtectionPolicy = exports.LocationConfiguration = exports.FleetType = exports.IpPermission = exports.IpProtocol = exports.CreateBuildOutput = exports.CreateBuildInput = exports.S3Location = exports.TaggingFailedException = exports.LimitExceededException = exports.CreateAliasOutput = exports.CreateAliasInput = exports.Tag = exports.ComparisonOperatorType = exports.UnauthorizedException = exports.OutOfCapacityException = exports.ConflictException = exports.ClaimGameServerOutput = exports.GameServer = exports.GameServerUtilizationStatus = exports.GameServerClaimStatus = exports.ClaimGameServerInput = exports.CertificateConfiguration = exports.CertificateType = exports.Build = exports.BuildStatus = exports.OperatingSystem = exports.BalancingStrategy = exports.BackfillMode = exports.AwsCredentials = exports.AttributeValue = exports.Alias = exports.RoutingStrategy = exports.RoutingStrategyType = exports.UnsupportedRegionException = exports.NotFoundException = exports.InvalidRequestException = exports.InternalServiceException = exports.AcceptMatchOutput = exports.AcceptMatchInput = void 0;
|
|
4
|
-
exports.VpcPeeringAuthorization = exports.CreateVpcPeeringAuthorizationInput = exports.CreateScriptOutput = exports.Script = exports.CreateScriptInput = exports.CreatePlayerSessionsOutput = exports.CreatePlayerSessionsInput = exports.InvalidGameSessionStatusException = exports.GameSessionFullException = exports.CreatePlayerSessionOutput = exports.PlayerSession = exports.PlayerSessionStatus = exports.CreatePlayerSessionInput = exports.CreateMatchmakingRuleSetOutput = exports.MatchmakingRuleSet = exports.CreateMatchmakingRuleSetInput = exports.CreateMatchmakingConfigurationOutput = exports.MatchmakingConfiguration = exports.CreateMatchmakingConfigurationInput = exports.FlexMatchMode = exports.CreateGameSessionQueueOutput = exports.GameSessionQueue = exports.CreateGameSessionQueueInput = exports.PriorityConfiguration = exports.PriorityType = exports.PlayerLatencyPolicy = exports.FilterConfiguration = exports.GameSessionQueueDestination = exports.TerminalRoutingStrategyException = exports.IdempotentParameterMismatchException = exports.FleetCapacityExceededException = exports.CreateGameSessionOutput = exports.GameSession = exports.GameSessionStatusReason = exports.GameSessionStatus = exports.PlayerSessionCreationPolicy = exports.CreateGameSessionInput = exports.GameProperty = exports.CreateGameServerGroupOutput = exports.GameServerGroup = exports.GameServerGroupAction = exports.GameServerGroupStatus = exports.CreateGameServerGroupInput = exports.LaunchTemplateSpecification = exports.InstanceDefinition = exports.GameServerProtectionPolicy = exports.GameServerGroupAutoScalingPolicy = exports.TargetTrackingConfiguration = exports.InvalidFleetStatusException = exports.CreateFleetLocationsOutput = void 0;
|
|
5
|
-
exports.DescribeFleetLocationUtilizationOutput = exports.FleetUtilization = exports.DescribeFleetLocationUtilizationInput = exports.DescribeFleetLocationCapacityOutput = exports.DescribeFleetLocationCapacityInput = exports.DescribeFleetLocationAttributesOutput = exports.LocationAttributes = exports.LocationUpdateStatus = exports.DescribeFleetLocationAttributesInput = exports.DescribeFleetEventsOutput = exports.Event = exports.EventCode = exports.DescribeFleetEventsInput = exports.DescribeFleetCapacityOutput = exports.FleetCapacity = exports.EC2InstanceCounts = exports.DescribeFleetCapacityInput = exports.DescribeFleetAttributesOutput = exports.DescribeFleetAttributesInput = exports.DescribeEC2InstanceLimitsOutput = exports.EC2InstanceLimit = exports.DescribeEC2InstanceLimitsInput = exports.DescribeBuildOutput = exports.DescribeBuildInput = exports.DescribeAliasOutput = exports.DescribeAliasInput = exports.DeregisterGameServerInput = exports.DeleteVpcPeeringConnectionOutput = exports.DeleteVpcPeeringConnectionInput = exports.DeleteVpcPeeringAuthorizationOutput = exports.DeleteVpcPeeringAuthorizationInput = exports.DeleteScriptInput = exports.DeleteScalingPolicyInput = exports.DeleteMatchmakingRuleSetOutput = exports.DeleteMatchmakingRuleSetInput = exports.DeleteMatchmakingConfigurationOutput = exports.DeleteMatchmakingConfigurationInput = exports.DeleteGameSessionQueueOutput = exports.DeleteGameSessionQueueInput = exports.DeleteGameServerGroupOutput = exports.DeleteGameServerGroupInput = exports.GameServerGroupDeleteOption = exports.DeleteFleetLocationsOutput = exports.DeleteFleetLocationsInput = exports.DeleteFleetInput = exports.DeleteBuildInput = exports.DeleteAliasInput = exports.CreateVpcPeeringConnectionOutput = exports.CreateVpcPeeringConnectionInput = exports.CreateVpcPeeringAuthorizationOutput = void 0;
|
|
6
|
-
exports.DescribeScalingPoliciesOutput = exports.ScalingPolicy = exports.TargetConfiguration = exports.ScalingAdjustmentType = exports.PolicyType = exports.DescribeScalingPoliciesInput = exports.ScalingStatusType = exports.DescribeRuntimeConfigurationOutput = exports.DescribeRuntimeConfigurationInput = exports.DescribePlayerSessionsOutput = exports.DescribePlayerSessionsInput = exports.DescribeMatchmakingRuleSetsOutput = exports.DescribeMatchmakingRuleSetsInput = exports.DescribeMatchmakingConfigurationsOutput = exports.DescribeMatchmakingConfigurationsInput = exports.DescribeMatchmakingOutput = exports.MatchmakingTicket = exports.Player = exports.GameSessionConnectionInfo = exports.MatchedPlayerSession = exports.DescribeMatchmakingInput = exports.DescribeInstancesOutput = exports.Instance = exports.InstanceStatus = exports.DescribeInstancesInput = exports.DescribeGameSessionsOutput = exports.DescribeGameSessionsInput = exports.DescribeGameSessionQueuesOutput = exports.DescribeGameSessionQueuesInput = exports.DescribeGameSessionPlacementOutput = exports.GameSessionPlacement = exports.GameSessionPlacementState = exports.PlayerLatency = exports.PlacedPlayerSession = exports.DescribeGameSessionPlacementInput = exports.DescribeGameSessionDetailsOutput = exports.GameSessionDetail = exports.DescribeGameSessionDetailsInput = exports.DescribeGameServerInstancesOutput = exports.GameServerInstance = exports.GameServerInstanceStatus = exports.DescribeGameServerInstancesInput = exports.DescribeGameServerGroupOutput = exports.DescribeGameServerGroupInput = exports.DescribeGameServerOutput = exports.DescribeGameServerInput = exports.DescribeFleetUtilizationOutput = exports.DescribeFleetUtilizationInput = exports.DescribeFleetPortSettingsOutput = exports.DescribeFleetPortSettingsInput = void 0;
|
|
7
|
-
exports.StartMatchmakingOutput = exports.StartMatchmakingInput = exports.StartMatchBackfillOutput = exports.StartMatchBackfillInput = exports.StartGameSessionPlacementOutput = exports.StartGameSessionPlacementInput = exports.StartFleetActionsOutput = exports.StartFleetActionsInput = exports.SearchGameSessionsOutput = exports.SearchGameSessionsInput = exports.ResumeGameServerGroupOutput = exports.ResumeGameServerGroupInput = exports.ResolveAliasOutput = exports.ResolveAliasInput = exports.RequestUploadCredentialsOutput = exports.RequestUploadCredentialsInput = exports.RegisterGameServerOutput = exports.RegisterGameServerInput = exports.PutScalingPolicyOutput = exports.PutScalingPolicyInput = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListScriptsOutput = exports.ListScriptsInput = exports.ListGameServersOutput = exports.ListGameServersInput = exports.SortOrder = exports.ListGameServerGroupsOutput = exports.ListGameServerGroupsInput = exports.ListFleetsOutput = exports.ListFleetsInput = exports.ListBuildsOutput = exports.ListBuildsInput = exports.ListAliasesOutput = exports.ListAliasesInput = exports.GetInstanceAccessOutput = exports.InstanceAccess = exports.InstanceCredentials = exports.GetInstanceAccessInput = exports.GetGameSessionLogUrlOutput = exports.GetGameSessionLogUrlInput = exports.DesiredPlayerSession = exports.DescribeVpcPeeringConnectionsOutput = exports.VpcPeeringConnection = exports.VpcPeeringConnectionStatus = exports.DescribeVpcPeeringConnectionsInput = exports.DescribeVpcPeeringAuthorizationsOutput = exports.DescribeVpcPeeringAuthorizationsInput = exports.DescribeScriptOutput = exports.DescribeScriptInput = void 0;
|
|
8
|
-
exports.ValidateMatchmakingRuleSetOutput = exports.ValidateMatchmakingRuleSetInput = exports.UpdateScriptOutput = exports.UpdateScriptInput = exports.UpdateRuntimeConfigurationOutput = exports.UpdateRuntimeConfigurationInput = exports.UpdateMatchmakingConfigurationOutput = exports.UpdateMatchmakingConfigurationInput = exports.UpdateGameSessionQueueOutput = exports.UpdateGameSessionQueueInput = exports.UpdateGameSessionOutput = exports.UpdateGameSessionInput = exports.UpdateGameServerGroupOutput = exports.UpdateGameServerGroupInput = exports.UpdateGameServerOutput = exports.UpdateGameServerInput = exports.GameServerHealthCheck = exports.UpdateFleetPortSettingsOutput = exports.UpdateFleetPortSettingsInput = exports.UpdateFleetCapacityOutput = exports.UpdateFleetCapacityInput = exports.UpdateFleetAttributesOutput = exports.UpdateFleetAttributesInput = exports.UpdateBuildOutput = exports.UpdateBuildInput = exports.UpdateAliasOutput = exports.UpdateAliasInput = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.SuspendGameServerGroupOutput = exports.SuspendGameServerGroupInput = exports.StopMatchmakingOutput = exports.StopMatchmakingInput = exports.StopGameSessionPlacementOutput = exports.StopGameSessionPlacementInput = exports.StopFleetActionsOutput = exports.StopFleetActionsInput = void 0;
|
|
9
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
10
|
-
var AcceptMatchInput;
|
|
11
|
-
(function (AcceptMatchInput) {
|
|
12
|
-
/**
|
|
13
|
-
* @internal
|
|
14
|
-
*/
|
|
15
|
-
AcceptMatchInput.filterSensitiveLog = (obj) => ({
|
|
16
|
-
...obj,
|
|
17
|
-
});
|
|
18
|
-
})(AcceptMatchInput = exports.AcceptMatchInput || (exports.AcceptMatchInput = {}));
|
|
19
|
-
var AcceptMatchOutput;
|
|
20
|
-
(function (AcceptMatchOutput) {
|
|
21
|
-
/**
|
|
22
|
-
* @internal
|
|
23
|
-
*/
|
|
24
|
-
AcceptMatchOutput.filterSensitiveLog = (obj) => ({
|
|
25
|
-
...obj,
|
|
26
|
-
});
|
|
27
|
-
})(AcceptMatchOutput = exports.AcceptMatchOutput || (exports.AcceptMatchOutput = {}));
|
|
28
|
-
var InternalServiceException;
|
|
29
|
-
(function (InternalServiceException) {
|
|
30
|
-
/**
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
33
|
-
InternalServiceException.filterSensitiveLog = (obj) => ({
|
|
34
|
-
...obj,
|
|
35
|
-
});
|
|
36
|
-
})(InternalServiceException = exports.InternalServiceException || (exports.InternalServiceException = {}));
|
|
37
|
-
var InvalidRequestException;
|
|
38
|
-
(function (InvalidRequestException) {
|
|
39
|
-
/**
|
|
40
|
-
* @internal
|
|
41
|
-
*/
|
|
42
|
-
InvalidRequestException.filterSensitiveLog = (obj) => ({
|
|
43
|
-
...obj,
|
|
44
|
-
});
|
|
45
|
-
})(InvalidRequestException = exports.InvalidRequestException || (exports.InvalidRequestException = {}));
|
|
46
|
-
var NotFoundException;
|
|
47
|
-
(function (NotFoundException) {
|
|
48
|
-
/**
|
|
49
|
-
* @internal
|
|
50
|
-
*/
|
|
51
|
-
NotFoundException.filterSensitiveLog = (obj) => ({
|
|
52
|
-
...obj,
|
|
53
|
-
});
|
|
54
|
-
})(NotFoundException = exports.NotFoundException || (exports.NotFoundException = {}));
|
|
55
|
-
var UnsupportedRegionException;
|
|
56
|
-
(function (UnsupportedRegionException) {
|
|
57
|
-
/**
|
|
58
|
-
* @internal
|
|
59
|
-
*/
|
|
60
|
-
UnsupportedRegionException.filterSensitiveLog = (obj) => ({
|
|
61
|
-
...obj,
|
|
62
|
-
});
|
|
63
|
-
})(UnsupportedRegionException = exports.UnsupportedRegionException || (exports.UnsupportedRegionException = {}));
|
|
64
|
-
var RoutingStrategyType;
|
|
65
|
-
(function (RoutingStrategyType) {
|
|
66
|
-
RoutingStrategyType["SIMPLE"] = "SIMPLE";
|
|
67
|
-
RoutingStrategyType["TERMINAL"] = "TERMINAL";
|
|
68
|
-
})(RoutingStrategyType = exports.RoutingStrategyType || (exports.RoutingStrategyType = {}));
|
|
69
|
-
var RoutingStrategy;
|
|
70
|
-
(function (RoutingStrategy) {
|
|
71
|
-
/**
|
|
72
|
-
* @internal
|
|
73
|
-
*/
|
|
74
|
-
RoutingStrategy.filterSensitiveLog = (obj) => ({
|
|
75
|
-
...obj,
|
|
76
|
-
});
|
|
77
|
-
})(RoutingStrategy = exports.RoutingStrategy || (exports.RoutingStrategy = {}));
|
|
78
|
-
var Alias;
|
|
79
|
-
(function (Alias) {
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
Alias.filterSensitiveLog = (obj) => ({
|
|
84
|
-
...obj,
|
|
85
|
-
});
|
|
86
|
-
})(Alias = exports.Alias || (exports.Alias = {}));
|
|
87
|
-
var AttributeValue;
|
|
88
|
-
(function (AttributeValue) {
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
AttributeValue.filterSensitiveLog = (obj) => ({
|
|
93
|
-
...obj,
|
|
94
|
-
});
|
|
95
|
-
})(AttributeValue = exports.AttributeValue || (exports.AttributeValue = {}));
|
|
96
|
-
var AwsCredentials;
|
|
97
|
-
(function (AwsCredentials) {
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
AwsCredentials.filterSensitiveLog = (obj) => ({
|
|
102
|
-
...obj,
|
|
103
|
-
});
|
|
104
|
-
})(AwsCredentials = exports.AwsCredentials || (exports.AwsCredentials = {}));
|
|
105
|
-
var BackfillMode;
|
|
106
|
-
(function (BackfillMode) {
|
|
107
|
-
BackfillMode["AUTOMATIC"] = "AUTOMATIC";
|
|
108
|
-
BackfillMode["MANUAL"] = "MANUAL";
|
|
109
|
-
})(BackfillMode = exports.BackfillMode || (exports.BackfillMode = {}));
|
|
110
|
-
var BalancingStrategy;
|
|
111
|
-
(function (BalancingStrategy) {
|
|
112
|
-
BalancingStrategy["ON_DEMAND_ONLY"] = "ON_DEMAND_ONLY";
|
|
113
|
-
BalancingStrategy["SPOT_ONLY"] = "SPOT_ONLY";
|
|
114
|
-
BalancingStrategy["SPOT_PREFERRED"] = "SPOT_PREFERRED";
|
|
115
|
-
})(BalancingStrategy = exports.BalancingStrategy || (exports.BalancingStrategy = {}));
|
|
116
|
-
var OperatingSystem;
|
|
117
|
-
(function (OperatingSystem) {
|
|
118
|
-
OperatingSystem["AMAZON_LINUX"] = "AMAZON_LINUX";
|
|
119
|
-
OperatingSystem["AMAZON_LINUX_2"] = "AMAZON_LINUX_2";
|
|
120
|
-
OperatingSystem["WINDOWS_2012"] = "WINDOWS_2012";
|
|
121
|
-
})(OperatingSystem = exports.OperatingSystem || (exports.OperatingSystem = {}));
|
|
122
|
-
var BuildStatus;
|
|
123
|
-
(function (BuildStatus) {
|
|
124
|
-
BuildStatus["FAILED"] = "FAILED";
|
|
125
|
-
BuildStatus["INITIALIZED"] = "INITIALIZED";
|
|
126
|
-
BuildStatus["READY"] = "READY";
|
|
127
|
-
})(BuildStatus = exports.BuildStatus || (exports.BuildStatus = {}));
|
|
128
|
-
var Build;
|
|
129
|
-
(function (Build) {
|
|
130
|
-
/**
|
|
131
|
-
* @internal
|
|
132
|
-
*/
|
|
133
|
-
Build.filterSensitiveLog = (obj) => ({
|
|
134
|
-
...obj,
|
|
135
|
-
});
|
|
136
|
-
})(Build = exports.Build || (exports.Build = {}));
|
|
137
|
-
var CertificateType;
|
|
138
|
-
(function (CertificateType) {
|
|
139
|
-
CertificateType["Disabled"] = "DISABLED";
|
|
140
|
-
CertificateType["Generated"] = "GENERATED";
|
|
141
|
-
})(CertificateType = exports.CertificateType || (exports.CertificateType = {}));
|
|
142
|
-
var CertificateConfiguration;
|
|
143
|
-
(function (CertificateConfiguration) {
|
|
144
|
-
/**
|
|
145
|
-
* @internal
|
|
146
|
-
*/
|
|
147
|
-
CertificateConfiguration.filterSensitiveLog = (obj) => ({
|
|
148
|
-
...obj,
|
|
149
|
-
});
|
|
150
|
-
})(CertificateConfiguration = exports.CertificateConfiguration || (exports.CertificateConfiguration = {}));
|
|
151
|
-
var ClaimGameServerInput;
|
|
152
|
-
(function (ClaimGameServerInput) {
|
|
153
|
-
/**
|
|
154
|
-
* @internal
|
|
155
|
-
*/
|
|
156
|
-
ClaimGameServerInput.filterSensitiveLog = (obj) => ({
|
|
157
|
-
...obj,
|
|
158
|
-
});
|
|
159
|
-
})(ClaimGameServerInput = exports.ClaimGameServerInput || (exports.ClaimGameServerInput = {}));
|
|
160
|
-
var GameServerClaimStatus;
|
|
161
|
-
(function (GameServerClaimStatus) {
|
|
162
|
-
GameServerClaimStatus["CLAIMED"] = "CLAIMED";
|
|
163
|
-
})(GameServerClaimStatus = exports.GameServerClaimStatus || (exports.GameServerClaimStatus = {}));
|
|
164
|
-
var GameServerUtilizationStatus;
|
|
165
|
-
(function (GameServerUtilizationStatus) {
|
|
166
|
-
GameServerUtilizationStatus["AVAILABLE"] = "AVAILABLE";
|
|
167
|
-
GameServerUtilizationStatus["UTILIZED"] = "UTILIZED";
|
|
168
|
-
})(GameServerUtilizationStatus = exports.GameServerUtilizationStatus || (exports.GameServerUtilizationStatus = {}));
|
|
169
|
-
var GameServer;
|
|
170
|
-
(function (GameServer) {
|
|
171
|
-
/**
|
|
172
|
-
* @internal
|
|
173
|
-
*/
|
|
174
|
-
GameServer.filterSensitiveLog = (obj) => ({
|
|
175
|
-
...obj,
|
|
176
|
-
});
|
|
177
|
-
})(GameServer = exports.GameServer || (exports.GameServer = {}));
|
|
178
|
-
var ClaimGameServerOutput;
|
|
179
|
-
(function (ClaimGameServerOutput) {
|
|
180
|
-
/**
|
|
181
|
-
* @internal
|
|
182
|
-
*/
|
|
183
|
-
ClaimGameServerOutput.filterSensitiveLog = (obj) => ({
|
|
184
|
-
...obj,
|
|
185
|
-
});
|
|
186
|
-
})(ClaimGameServerOutput = exports.ClaimGameServerOutput || (exports.ClaimGameServerOutput = {}));
|
|
187
|
-
var ConflictException;
|
|
188
|
-
(function (ConflictException) {
|
|
189
|
-
/**
|
|
190
|
-
* @internal
|
|
191
|
-
*/
|
|
192
|
-
ConflictException.filterSensitiveLog = (obj) => ({
|
|
193
|
-
...obj,
|
|
194
|
-
});
|
|
195
|
-
})(ConflictException = exports.ConflictException || (exports.ConflictException = {}));
|
|
196
|
-
var OutOfCapacityException;
|
|
197
|
-
(function (OutOfCapacityException) {
|
|
198
|
-
/**
|
|
199
|
-
* @internal
|
|
200
|
-
*/
|
|
201
|
-
OutOfCapacityException.filterSensitiveLog = (obj) => ({
|
|
202
|
-
...obj,
|
|
203
|
-
});
|
|
204
|
-
})(OutOfCapacityException = exports.OutOfCapacityException || (exports.OutOfCapacityException = {}));
|
|
205
|
-
var UnauthorizedException;
|
|
206
|
-
(function (UnauthorizedException) {
|
|
207
|
-
/**
|
|
208
|
-
* @internal
|
|
209
|
-
*/
|
|
210
|
-
UnauthorizedException.filterSensitiveLog = (obj) => ({
|
|
211
|
-
...obj,
|
|
212
|
-
});
|
|
213
|
-
})(UnauthorizedException = exports.UnauthorizedException || (exports.UnauthorizedException = {}));
|
|
214
|
-
var ComparisonOperatorType;
|
|
215
|
-
(function (ComparisonOperatorType) {
|
|
216
|
-
ComparisonOperatorType["GreaterThanOrEqualToThreshold"] = "GreaterThanOrEqualToThreshold";
|
|
217
|
-
ComparisonOperatorType["GreaterThanThreshold"] = "GreaterThanThreshold";
|
|
218
|
-
ComparisonOperatorType["LessThanOrEqualToThreshold"] = "LessThanOrEqualToThreshold";
|
|
219
|
-
ComparisonOperatorType["LessThanThreshold"] = "LessThanThreshold";
|
|
220
|
-
})(ComparisonOperatorType = exports.ComparisonOperatorType || (exports.ComparisonOperatorType = {}));
|
|
221
|
-
var Tag;
|
|
222
|
-
(function (Tag) {
|
|
223
|
-
/**
|
|
224
|
-
* @internal
|
|
225
|
-
*/
|
|
226
|
-
Tag.filterSensitiveLog = (obj) => ({
|
|
227
|
-
...obj,
|
|
228
|
-
});
|
|
229
|
-
})(Tag = exports.Tag || (exports.Tag = {}));
|
|
230
|
-
var CreateAliasInput;
|
|
231
|
-
(function (CreateAliasInput) {
|
|
232
|
-
/**
|
|
233
|
-
* @internal
|
|
234
|
-
*/
|
|
235
|
-
CreateAliasInput.filterSensitiveLog = (obj) => ({
|
|
236
|
-
...obj,
|
|
237
|
-
});
|
|
238
|
-
})(CreateAliasInput = exports.CreateAliasInput || (exports.CreateAliasInput = {}));
|
|
239
|
-
var CreateAliasOutput;
|
|
240
|
-
(function (CreateAliasOutput) {
|
|
241
|
-
/**
|
|
242
|
-
* @internal
|
|
243
|
-
*/
|
|
244
|
-
CreateAliasOutput.filterSensitiveLog = (obj) => ({
|
|
245
|
-
...obj,
|
|
246
|
-
});
|
|
247
|
-
})(CreateAliasOutput = exports.CreateAliasOutput || (exports.CreateAliasOutput = {}));
|
|
248
|
-
var LimitExceededException;
|
|
249
|
-
(function (LimitExceededException) {
|
|
250
|
-
/**
|
|
251
|
-
* @internal
|
|
252
|
-
*/
|
|
253
|
-
LimitExceededException.filterSensitiveLog = (obj) => ({
|
|
254
|
-
...obj,
|
|
255
|
-
});
|
|
256
|
-
})(LimitExceededException = exports.LimitExceededException || (exports.LimitExceededException = {}));
|
|
257
|
-
var TaggingFailedException;
|
|
258
|
-
(function (TaggingFailedException) {
|
|
259
|
-
/**
|
|
260
|
-
* @internal
|
|
261
|
-
*/
|
|
262
|
-
TaggingFailedException.filterSensitiveLog = (obj) => ({
|
|
263
|
-
...obj,
|
|
264
|
-
});
|
|
265
|
-
})(TaggingFailedException = exports.TaggingFailedException || (exports.TaggingFailedException = {}));
|
|
266
|
-
var S3Location;
|
|
267
|
-
(function (S3Location) {
|
|
268
|
-
/**
|
|
269
|
-
* @internal
|
|
270
|
-
*/
|
|
271
|
-
S3Location.filterSensitiveLog = (obj) => ({
|
|
272
|
-
...obj,
|
|
273
|
-
});
|
|
274
|
-
})(S3Location = exports.S3Location || (exports.S3Location = {}));
|
|
275
|
-
var CreateBuildInput;
|
|
276
|
-
(function (CreateBuildInput) {
|
|
277
|
-
/**
|
|
278
|
-
* @internal
|
|
279
|
-
*/
|
|
280
|
-
CreateBuildInput.filterSensitiveLog = (obj) => ({
|
|
281
|
-
...obj,
|
|
282
|
-
});
|
|
283
|
-
})(CreateBuildInput = exports.CreateBuildInput || (exports.CreateBuildInput = {}));
|
|
284
|
-
var CreateBuildOutput;
|
|
285
|
-
(function (CreateBuildOutput) {
|
|
286
|
-
/**
|
|
287
|
-
* @internal
|
|
288
|
-
*/
|
|
289
|
-
CreateBuildOutput.filterSensitiveLog = (obj) => ({
|
|
290
|
-
...obj,
|
|
291
|
-
...(obj.UploadCredentials && { UploadCredentials: smithy_client_1.SENSITIVE_STRING }),
|
|
292
|
-
});
|
|
293
|
-
})(CreateBuildOutput = exports.CreateBuildOutput || (exports.CreateBuildOutput = {}));
|
|
294
|
-
var IpProtocol;
|
|
295
|
-
(function (IpProtocol) {
|
|
296
|
-
IpProtocol["TCP"] = "TCP";
|
|
297
|
-
IpProtocol["UDP"] = "UDP";
|
|
298
|
-
})(IpProtocol = exports.IpProtocol || (exports.IpProtocol = {}));
|
|
299
|
-
var IpPermission;
|
|
300
|
-
(function (IpPermission) {
|
|
301
|
-
/**
|
|
302
|
-
* @internal
|
|
303
|
-
*/
|
|
304
|
-
IpPermission.filterSensitiveLog = (obj) => ({
|
|
305
|
-
...obj,
|
|
306
|
-
});
|
|
307
|
-
})(IpPermission = exports.IpPermission || (exports.IpPermission = {}));
|
|
308
|
-
var FleetType;
|
|
309
|
-
(function (FleetType) {
|
|
310
|
-
FleetType["OnDemand"] = "ON_DEMAND";
|
|
311
|
-
FleetType["Spot"] = "SPOT";
|
|
312
|
-
})(FleetType = exports.FleetType || (exports.FleetType = {}));
|
|
313
|
-
var LocationConfiguration;
|
|
314
|
-
(function (LocationConfiguration) {
|
|
315
|
-
/**
|
|
316
|
-
* @internal
|
|
317
|
-
*/
|
|
318
|
-
LocationConfiguration.filterSensitiveLog = (obj) => ({
|
|
319
|
-
...obj,
|
|
320
|
-
});
|
|
321
|
-
})(LocationConfiguration = exports.LocationConfiguration || (exports.LocationConfiguration = {}));
|
|
322
|
-
var ProtectionPolicy;
|
|
323
|
-
(function (ProtectionPolicy) {
|
|
324
|
-
ProtectionPolicy["FullProtection"] = "FullProtection";
|
|
325
|
-
ProtectionPolicy["NoProtection"] = "NoProtection";
|
|
326
|
-
})(ProtectionPolicy = exports.ProtectionPolicy || (exports.ProtectionPolicy = {}));
|
|
327
|
-
var ResourceCreationLimitPolicy;
|
|
328
|
-
(function (ResourceCreationLimitPolicy) {
|
|
329
|
-
/**
|
|
330
|
-
* @internal
|
|
331
|
-
*/
|
|
332
|
-
ResourceCreationLimitPolicy.filterSensitiveLog = (obj) => ({
|
|
333
|
-
...obj,
|
|
334
|
-
});
|
|
335
|
-
})(ResourceCreationLimitPolicy = exports.ResourceCreationLimitPolicy || (exports.ResourceCreationLimitPolicy = {}));
|
|
336
|
-
var ServerProcess;
|
|
337
|
-
(function (ServerProcess) {
|
|
338
|
-
/**
|
|
339
|
-
* @internal
|
|
340
|
-
*/
|
|
341
|
-
ServerProcess.filterSensitiveLog = (obj) => ({
|
|
342
|
-
...obj,
|
|
343
|
-
});
|
|
344
|
-
})(ServerProcess = exports.ServerProcess || (exports.ServerProcess = {}));
|
|
345
|
-
var RuntimeConfiguration;
|
|
346
|
-
(function (RuntimeConfiguration) {
|
|
347
|
-
/**
|
|
348
|
-
* @internal
|
|
349
|
-
*/
|
|
350
|
-
RuntimeConfiguration.filterSensitiveLog = (obj) => ({
|
|
351
|
-
...obj,
|
|
352
|
-
});
|
|
353
|
-
})(RuntimeConfiguration = exports.RuntimeConfiguration || (exports.RuntimeConfiguration = {}));
|
|
354
|
-
var CreateFleetInput;
|
|
355
|
-
(function (CreateFleetInput) {
|
|
356
|
-
/**
|
|
357
|
-
* @internal
|
|
358
|
-
*/
|
|
359
|
-
CreateFleetInput.filterSensitiveLog = (obj) => ({
|
|
360
|
-
...obj,
|
|
361
|
-
});
|
|
362
|
-
})(CreateFleetInput = exports.CreateFleetInput || (exports.CreateFleetInput = {}));
|
|
363
|
-
var FleetStatus;
|
|
364
|
-
(function (FleetStatus) {
|
|
365
|
-
FleetStatus["ACTIVATING"] = "ACTIVATING";
|
|
366
|
-
FleetStatus["ACTIVE"] = "ACTIVE";
|
|
367
|
-
FleetStatus["BUILDING"] = "BUILDING";
|
|
368
|
-
FleetStatus["DELETING"] = "DELETING";
|
|
369
|
-
FleetStatus["DOWNLOADING"] = "DOWNLOADING";
|
|
370
|
-
FleetStatus["ERROR"] = "ERROR";
|
|
371
|
-
FleetStatus["NEW"] = "NEW";
|
|
372
|
-
FleetStatus["TERMINATED"] = "TERMINATED";
|
|
373
|
-
FleetStatus["VALIDATING"] = "VALIDATING";
|
|
374
|
-
})(FleetStatus = exports.FleetStatus || (exports.FleetStatus = {}));
|
|
375
|
-
var FleetAction;
|
|
376
|
-
(function (FleetAction) {
|
|
377
|
-
FleetAction["AutoScaling"] = "AUTO_SCALING";
|
|
378
|
-
})(FleetAction = exports.FleetAction || (exports.FleetAction = {}));
|
|
379
|
-
var FleetAttributes;
|
|
380
|
-
(function (FleetAttributes) {
|
|
381
|
-
/**
|
|
382
|
-
* @internal
|
|
383
|
-
*/
|
|
384
|
-
FleetAttributes.filterSensitiveLog = (obj) => ({
|
|
385
|
-
...obj,
|
|
386
|
-
});
|
|
387
|
-
})(FleetAttributes = exports.FleetAttributes || (exports.FleetAttributes = {}));
|
|
388
|
-
var LocationState;
|
|
389
|
-
(function (LocationState) {
|
|
390
|
-
/**
|
|
391
|
-
* @internal
|
|
392
|
-
*/
|
|
393
|
-
LocationState.filterSensitiveLog = (obj) => ({
|
|
394
|
-
...obj,
|
|
395
|
-
});
|
|
396
|
-
})(LocationState = exports.LocationState || (exports.LocationState = {}));
|
|
397
|
-
var CreateFleetOutput;
|
|
398
|
-
(function (CreateFleetOutput) {
|
|
399
|
-
/**
|
|
400
|
-
* @internal
|
|
401
|
-
*/
|
|
402
|
-
CreateFleetOutput.filterSensitiveLog = (obj) => ({
|
|
403
|
-
...obj,
|
|
404
|
-
});
|
|
405
|
-
})(CreateFleetOutput = exports.CreateFleetOutput || (exports.CreateFleetOutput = {}));
|
|
406
|
-
var CreateFleetLocationsInput;
|
|
407
|
-
(function (CreateFleetLocationsInput) {
|
|
408
|
-
/**
|
|
409
|
-
* @internal
|
|
410
|
-
*/
|
|
411
|
-
CreateFleetLocationsInput.filterSensitiveLog = (obj) => ({
|
|
412
|
-
...obj,
|
|
413
|
-
});
|
|
414
|
-
})(CreateFleetLocationsInput = exports.CreateFleetLocationsInput || (exports.CreateFleetLocationsInput = {}));
|
|
415
|
-
var CreateFleetLocationsOutput;
|
|
416
|
-
(function (CreateFleetLocationsOutput) {
|
|
417
|
-
/**
|
|
418
|
-
* @internal
|
|
419
|
-
*/
|
|
420
|
-
CreateFleetLocationsOutput.filterSensitiveLog = (obj) => ({
|
|
421
|
-
...obj,
|
|
422
|
-
});
|
|
423
|
-
})(CreateFleetLocationsOutput = exports.CreateFleetLocationsOutput || (exports.CreateFleetLocationsOutput = {}));
|
|
424
|
-
var InvalidFleetStatusException;
|
|
425
|
-
(function (InvalidFleetStatusException) {
|
|
426
|
-
/**
|
|
427
|
-
* @internal
|
|
428
|
-
*/
|
|
429
|
-
InvalidFleetStatusException.filterSensitiveLog = (obj) => ({
|
|
430
|
-
...obj,
|
|
431
|
-
});
|
|
432
|
-
})(InvalidFleetStatusException = exports.InvalidFleetStatusException || (exports.InvalidFleetStatusException = {}));
|
|
433
|
-
var TargetTrackingConfiguration;
|
|
434
|
-
(function (TargetTrackingConfiguration) {
|
|
435
|
-
/**
|
|
436
|
-
* @internal
|
|
437
|
-
*/
|
|
438
|
-
TargetTrackingConfiguration.filterSensitiveLog = (obj) => ({
|
|
439
|
-
...obj,
|
|
440
|
-
});
|
|
441
|
-
})(TargetTrackingConfiguration = exports.TargetTrackingConfiguration || (exports.TargetTrackingConfiguration = {}));
|
|
442
|
-
var GameServerGroupAutoScalingPolicy;
|
|
443
|
-
(function (GameServerGroupAutoScalingPolicy) {
|
|
444
|
-
/**
|
|
445
|
-
* @internal
|
|
446
|
-
*/
|
|
447
|
-
GameServerGroupAutoScalingPolicy.filterSensitiveLog = (obj) => ({
|
|
448
|
-
...obj,
|
|
449
|
-
});
|
|
450
|
-
})(GameServerGroupAutoScalingPolicy = exports.GameServerGroupAutoScalingPolicy || (exports.GameServerGroupAutoScalingPolicy = {}));
|
|
451
|
-
var GameServerProtectionPolicy;
|
|
452
|
-
(function (GameServerProtectionPolicy) {
|
|
453
|
-
GameServerProtectionPolicy["FULL_PROTECTION"] = "FULL_PROTECTION";
|
|
454
|
-
GameServerProtectionPolicy["NO_PROTECTION"] = "NO_PROTECTION";
|
|
455
|
-
})(GameServerProtectionPolicy = exports.GameServerProtectionPolicy || (exports.GameServerProtectionPolicy = {}));
|
|
456
|
-
var InstanceDefinition;
|
|
457
|
-
(function (InstanceDefinition) {
|
|
458
|
-
/**
|
|
459
|
-
* @internal
|
|
460
|
-
*/
|
|
461
|
-
InstanceDefinition.filterSensitiveLog = (obj) => ({
|
|
462
|
-
...obj,
|
|
463
|
-
});
|
|
464
|
-
})(InstanceDefinition = exports.InstanceDefinition || (exports.InstanceDefinition = {}));
|
|
465
|
-
var LaunchTemplateSpecification;
|
|
466
|
-
(function (LaunchTemplateSpecification) {
|
|
467
|
-
/**
|
|
468
|
-
* @internal
|
|
469
|
-
*/
|
|
470
|
-
LaunchTemplateSpecification.filterSensitiveLog = (obj) => ({
|
|
471
|
-
...obj,
|
|
472
|
-
});
|
|
473
|
-
})(LaunchTemplateSpecification = exports.LaunchTemplateSpecification || (exports.LaunchTemplateSpecification = {}));
|
|
474
|
-
var CreateGameServerGroupInput;
|
|
475
|
-
(function (CreateGameServerGroupInput) {
|
|
476
|
-
/**
|
|
477
|
-
* @internal
|
|
478
|
-
*/
|
|
479
|
-
CreateGameServerGroupInput.filterSensitiveLog = (obj) => ({
|
|
480
|
-
...obj,
|
|
481
|
-
});
|
|
482
|
-
})(CreateGameServerGroupInput = exports.CreateGameServerGroupInput || (exports.CreateGameServerGroupInput = {}));
|
|
483
|
-
var GameServerGroupStatus;
|
|
484
|
-
(function (GameServerGroupStatus) {
|
|
485
|
-
GameServerGroupStatus["ACTIVATING"] = "ACTIVATING";
|
|
486
|
-
GameServerGroupStatus["ACTIVE"] = "ACTIVE";
|
|
487
|
-
GameServerGroupStatus["DELETED"] = "DELETED";
|
|
488
|
-
GameServerGroupStatus["DELETE_SCHEDULED"] = "DELETE_SCHEDULED";
|
|
489
|
-
GameServerGroupStatus["DELETING"] = "DELETING";
|
|
490
|
-
GameServerGroupStatus["ERROR"] = "ERROR";
|
|
491
|
-
GameServerGroupStatus["NEW"] = "NEW";
|
|
492
|
-
})(GameServerGroupStatus = exports.GameServerGroupStatus || (exports.GameServerGroupStatus = {}));
|
|
493
|
-
var GameServerGroupAction;
|
|
494
|
-
(function (GameServerGroupAction) {
|
|
495
|
-
GameServerGroupAction["REPLACE_INSTANCE_TYPES"] = "REPLACE_INSTANCE_TYPES";
|
|
496
|
-
})(GameServerGroupAction = exports.GameServerGroupAction || (exports.GameServerGroupAction = {}));
|
|
497
|
-
var GameServerGroup;
|
|
498
|
-
(function (GameServerGroup) {
|
|
499
|
-
/**
|
|
500
|
-
* @internal
|
|
501
|
-
*/
|
|
502
|
-
GameServerGroup.filterSensitiveLog = (obj) => ({
|
|
503
|
-
...obj,
|
|
504
|
-
});
|
|
505
|
-
})(GameServerGroup = exports.GameServerGroup || (exports.GameServerGroup = {}));
|
|
506
|
-
var CreateGameServerGroupOutput;
|
|
507
|
-
(function (CreateGameServerGroupOutput) {
|
|
508
|
-
/**
|
|
509
|
-
* @internal
|
|
510
|
-
*/
|
|
511
|
-
CreateGameServerGroupOutput.filterSensitiveLog = (obj) => ({
|
|
512
|
-
...obj,
|
|
513
|
-
});
|
|
514
|
-
})(CreateGameServerGroupOutput = exports.CreateGameServerGroupOutput || (exports.CreateGameServerGroupOutput = {}));
|
|
515
|
-
var GameProperty;
|
|
516
|
-
(function (GameProperty) {
|
|
517
|
-
/**
|
|
518
|
-
* @internal
|
|
519
|
-
*/
|
|
520
|
-
GameProperty.filterSensitiveLog = (obj) => ({
|
|
521
|
-
...obj,
|
|
522
|
-
});
|
|
523
|
-
})(GameProperty = exports.GameProperty || (exports.GameProperty = {}));
|
|
524
|
-
var CreateGameSessionInput;
|
|
525
|
-
(function (CreateGameSessionInput) {
|
|
526
|
-
/**
|
|
527
|
-
* @internal
|
|
528
|
-
*/
|
|
529
|
-
CreateGameSessionInput.filterSensitiveLog = (obj) => ({
|
|
530
|
-
...obj,
|
|
531
|
-
});
|
|
532
|
-
})(CreateGameSessionInput = exports.CreateGameSessionInput || (exports.CreateGameSessionInput = {}));
|
|
533
|
-
var PlayerSessionCreationPolicy;
|
|
534
|
-
(function (PlayerSessionCreationPolicy) {
|
|
535
|
-
PlayerSessionCreationPolicy["ACCEPT_ALL"] = "ACCEPT_ALL";
|
|
536
|
-
PlayerSessionCreationPolicy["DENY_ALL"] = "DENY_ALL";
|
|
537
|
-
})(PlayerSessionCreationPolicy = exports.PlayerSessionCreationPolicy || (exports.PlayerSessionCreationPolicy = {}));
|
|
538
|
-
var GameSessionStatus;
|
|
539
|
-
(function (GameSessionStatus) {
|
|
540
|
-
GameSessionStatus["ACTIVATING"] = "ACTIVATING";
|
|
541
|
-
GameSessionStatus["ACTIVE"] = "ACTIVE";
|
|
542
|
-
GameSessionStatus["ERROR"] = "ERROR";
|
|
543
|
-
GameSessionStatus["TERMINATED"] = "TERMINATED";
|
|
544
|
-
GameSessionStatus["TERMINATING"] = "TERMINATING";
|
|
545
|
-
})(GameSessionStatus = exports.GameSessionStatus || (exports.GameSessionStatus = {}));
|
|
546
|
-
var GameSessionStatusReason;
|
|
547
|
-
(function (GameSessionStatusReason) {
|
|
548
|
-
GameSessionStatusReason["INTERRUPTED"] = "INTERRUPTED";
|
|
549
|
-
})(GameSessionStatusReason = exports.GameSessionStatusReason || (exports.GameSessionStatusReason = {}));
|
|
550
|
-
var GameSession;
|
|
551
|
-
(function (GameSession) {
|
|
552
|
-
/**
|
|
553
|
-
* @internal
|
|
554
|
-
*/
|
|
555
|
-
GameSession.filterSensitiveLog = (obj) => ({
|
|
556
|
-
...obj,
|
|
557
|
-
});
|
|
558
|
-
})(GameSession = exports.GameSession || (exports.GameSession = {}));
|
|
559
|
-
var CreateGameSessionOutput;
|
|
560
|
-
(function (CreateGameSessionOutput) {
|
|
561
|
-
/**
|
|
562
|
-
* @internal
|
|
563
|
-
*/
|
|
564
|
-
CreateGameSessionOutput.filterSensitiveLog = (obj) => ({
|
|
565
|
-
...obj,
|
|
566
|
-
});
|
|
567
|
-
})(CreateGameSessionOutput = exports.CreateGameSessionOutput || (exports.CreateGameSessionOutput = {}));
|
|
568
|
-
var FleetCapacityExceededException;
|
|
569
|
-
(function (FleetCapacityExceededException) {
|
|
570
|
-
/**
|
|
571
|
-
* @internal
|
|
572
|
-
*/
|
|
573
|
-
FleetCapacityExceededException.filterSensitiveLog = (obj) => ({
|
|
574
|
-
...obj,
|
|
575
|
-
});
|
|
576
|
-
})(FleetCapacityExceededException = exports.FleetCapacityExceededException || (exports.FleetCapacityExceededException = {}));
|
|
577
|
-
var IdempotentParameterMismatchException;
|
|
578
|
-
(function (IdempotentParameterMismatchException) {
|
|
579
|
-
/**
|
|
580
|
-
* @internal
|
|
581
|
-
*/
|
|
582
|
-
IdempotentParameterMismatchException.filterSensitiveLog = (obj) => ({
|
|
583
|
-
...obj,
|
|
584
|
-
});
|
|
585
|
-
})(IdempotentParameterMismatchException = exports.IdempotentParameterMismatchException || (exports.IdempotentParameterMismatchException = {}));
|
|
586
|
-
var TerminalRoutingStrategyException;
|
|
587
|
-
(function (TerminalRoutingStrategyException) {
|
|
588
|
-
/**
|
|
589
|
-
* @internal
|
|
590
|
-
*/
|
|
591
|
-
TerminalRoutingStrategyException.filterSensitiveLog = (obj) => ({
|
|
592
|
-
...obj,
|
|
593
|
-
});
|
|
594
|
-
})(TerminalRoutingStrategyException = exports.TerminalRoutingStrategyException || (exports.TerminalRoutingStrategyException = {}));
|
|
595
|
-
var GameSessionQueueDestination;
|
|
596
|
-
(function (GameSessionQueueDestination) {
|
|
597
|
-
/**
|
|
598
|
-
* @internal
|
|
599
|
-
*/
|
|
600
|
-
GameSessionQueueDestination.filterSensitiveLog = (obj) => ({
|
|
601
|
-
...obj,
|
|
602
|
-
});
|
|
603
|
-
})(GameSessionQueueDestination = exports.GameSessionQueueDestination || (exports.GameSessionQueueDestination = {}));
|
|
604
|
-
var FilterConfiguration;
|
|
605
|
-
(function (FilterConfiguration) {
|
|
606
|
-
/**
|
|
607
|
-
* @internal
|
|
608
|
-
*/
|
|
609
|
-
FilterConfiguration.filterSensitiveLog = (obj) => ({
|
|
610
|
-
...obj,
|
|
611
|
-
});
|
|
612
|
-
})(FilterConfiguration = exports.FilterConfiguration || (exports.FilterConfiguration = {}));
|
|
613
|
-
var PlayerLatencyPolicy;
|
|
614
|
-
(function (PlayerLatencyPolicy) {
|
|
615
|
-
/**
|
|
616
|
-
* @internal
|
|
617
|
-
*/
|
|
618
|
-
PlayerLatencyPolicy.filterSensitiveLog = (obj) => ({
|
|
619
|
-
...obj,
|
|
620
|
-
});
|
|
621
|
-
})(PlayerLatencyPolicy = exports.PlayerLatencyPolicy || (exports.PlayerLatencyPolicy = {}));
|
|
622
|
-
var PriorityType;
|
|
623
|
-
(function (PriorityType) {
|
|
624
|
-
PriorityType["COST"] = "COST";
|
|
625
|
-
PriorityType["DESTINATION"] = "DESTINATION";
|
|
626
|
-
PriorityType["LATENCY"] = "LATENCY";
|
|
627
|
-
PriorityType["LOCATION"] = "LOCATION";
|
|
628
|
-
})(PriorityType = exports.PriorityType || (exports.PriorityType = {}));
|
|
629
|
-
var PriorityConfiguration;
|
|
630
|
-
(function (PriorityConfiguration) {
|
|
631
|
-
/**
|
|
632
|
-
* @internal
|
|
633
|
-
*/
|
|
634
|
-
PriorityConfiguration.filterSensitiveLog = (obj) => ({
|
|
635
|
-
...obj,
|
|
636
|
-
});
|
|
637
|
-
})(PriorityConfiguration = exports.PriorityConfiguration || (exports.PriorityConfiguration = {}));
|
|
638
|
-
var CreateGameSessionQueueInput;
|
|
639
|
-
(function (CreateGameSessionQueueInput) {
|
|
640
|
-
/**
|
|
641
|
-
* @internal
|
|
642
|
-
*/
|
|
643
|
-
CreateGameSessionQueueInput.filterSensitiveLog = (obj) => ({
|
|
644
|
-
...obj,
|
|
645
|
-
});
|
|
646
|
-
})(CreateGameSessionQueueInput = exports.CreateGameSessionQueueInput || (exports.CreateGameSessionQueueInput = {}));
|
|
647
|
-
var GameSessionQueue;
|
|
648
|
-
(function (GameSessionQueue) {
|
|
649
|
-
/**
|
|
650
|
-
* @internal
|
|
651
|
-
*/
|
|
652
|
-
GameSessionQueue.filterSensitiveLog = (obj) => ({
|
|
653
|
-
...obj,
|
|
654
|
-
});
|
|
655
|
-
})(GameSessionQueue = exports.GameSessionQueue || (exports.GameSessionQueue = {}));
|
|
656
|
-
var CreateGameSessionQueueOutput;
|
|
657
|
-
(function (CreateGameSessionQueueOutput) {
|
|
658
|
-
/**
|
|
659
|
-
* @internal
|
|
660
|
-
*/
|
|
661
|
-
CreateGameSessionQueueOutput.filterSensitiveLog = (obj) => ({
|
|
662
|
-
...obj,
|
|
663
|
-
});
|
|
664
|
-
})(CreateGameSessionQueueOutput = exports.CreateGameSessionQueueOutput || (exports.CreateGameSessionQueueOutput = {}));
|
|
665
|
-
var FlexMatchMode;
|
|
666
|
-
(function (FlexMatchMode) {
|
|
667
|
-
FlexMatchMode["STANDALONE"] = "STANDALONE";
|
|
668
|
-
FlexMatchMode["WITH_QUEUE"] = "WITH_QUEUE";
|
|
669
|
-
})(FlexMatchMode = exports.FlexMatchMode || (exports.FlexMatchMode = {}));
|
|
670
|
-
var CreateMatchmakingConfigurationInput;
|
|
671
|
-
(function (CreateMatchmakingConfigurationInput) {
|
|
672
|
-
/**
|
|
673
|
-
* @internal
|
|
674
|
-
*/
|
|
675
|
-
CreateMatchmakingConfigurationInput.filterSensitiveLog = (obj) => ({
|
|
676
|
-
...obj,
|
|
677
|
-
});
|
|
678
|
-
})(CreateMatchmakingConfigurationInput = exports.CreateMatchmakingConfigurationInput || (exports.CreateMatchmakingConfigurationInput = {}));
|
|
679
|
-
var MatchmakingConfiguration;
|
|
680
|
-
(function (MatchmakingConfiguration) {
|
|
681
|
-
/**
|
|
682
|
-
* @internal
|
|
683
|
-
*/
|
|
684
|
-
MatchmakingConfiguration.filterSensitiveLog = (obj) => ({
|
|
685
|
-
...obj,
|
|
686
|
-
});
|
|
687
|
-
})(MatchmakingConfiguration = exports.MatchmakingConfiguration || (exports.MatchmakingConfiguration = {}));
|
|
688
|
-
var CreateMatchmakingConfigurationOutput;
|
|
689
|
-
(function (CreateMatchmakingConfigurationOutput) {
|
|
690
|
-
/**
|
|
691
|
-
* @internal
|
|
692
|
-
*/
|
|
693
|
-
CreateMatchmakingConfigurationOutput.filterSensitiveLog = (obj) => ({
|
|
694
|
-
...obj,
|
|
695
|
-
});
|
|
696
|
-
})(CreateMatchmakingConfigurationOutput = exports.CreateMatchmakingConfigurationOutput || (exports.CreateMatchmakingConfigurationOutput = {}));
|
|
697
|
-
var CreateMatchmakingRuleSetInput;
|
|
698
|
-
(function (CreateMatchmakingRuleSetInput) {
|
|
699
|
-
/**
|
|
700
|
-
* @internal
|
|
701
|
-
*/
|
|
702
|
-
CreateMatchmakingRuleSetInput.filterSensitiveLog = (obj) => ({
|
|
703
|
-
...obj,
|
|
704
|
-
});
|
|
705
|
-
})(CreateMatchmakingRuleSetInput = exports.CreateMatchmakingRuleSetInput || (exports.CreateMatchmakingRuleSetInput = {}));
|
|
706
|
-
var MatchmakingRuleSet;
|
|
707
|
-
(function (MatchmakingRuleSet) {
|
|
708
|
-
/**
|
|
709
|
-
* @internal
|
|
710
|
-
*/
|
|
711
|
-
MatchmakingRuleSet.filterSensitiveLog = (obj) => ({
|
|
712
|
-
...obj,
|
|
713
|
-
});
|
|
714
|
-
})(MatchmakingRuleSet = exports.MatchmakingRuleSet || (exports.MatchmakingRuleSet = {}));
|
|
715
|
-
var CreateMatchmakingRuleSetOutput;
|
|
716
|
-
(function (CreateMatchmakingRuleSetOutput) {
|
|
717
|
-
/**
|
|
718
|
-
* @internal
|
|
719
|
-
*/
|
|
720
|
-
CreateMatchmakingRuleSetOutput.filterSensitiveLog = (obj) => ({
|
|
721
|
-
...obj,
|
|
722
|
-
});
|
|
723
|
-
})(CreateMatchmakingRuleSetOutput = exports.CreateMatchmakingRuleSetOutput || (exports.CreateMatchmakingRuleSetOutput = {}));
|
|
724
|
-
var CreatePlayerSessionInput;
|
|
725
|
-
(function (CreatePlayerSessionInput) {
|
|
726
|
-
/**
|
|
727
|
-
* @internal
|
|
728
|
-
*/
|
|
729
|
-
CreatePlayerSessionInput.filterSensitiveLog = (obj) => ({
|
|
730
|
-
...obj,
|
|
731
|
-
});
|
|
732
|
-
})(CreatePlayerSessionInput = exports.CreatePlayerSessionInput || (exports.CreatePlayerSessionInput = {}));
|
|
733
|
-
var PlayerSessionStatus;
|
|
734
|
-
(function (PlayerSessionStatus) {
|
|
735
|
-
PlayerSessionStatus["ACTIVE"] = "ACTIVE";
|
|
736
|
-
PlayerSessionStatus["COMPLETED"] = "COMPLETED";
|
|
737
|
-
PlayerSessionStatus["RESERVED"] = "RESERVED";
|
|
738
|
-
PlayerSessionStatus["TIMEDOUT"] = "TIMEDOUT";
|
|
739
|
-
})(PlayerSessionStatus = exports.PlayerSessionStatus || (exports.PlayerSessionStatus = {}));
|
|
740
|
-
var PlayerSession;
|
|
741
|
-
(function (PlayerSession) {
|
|
742
|
-
/**
|
|
743
|
-
* @internal
|
|
744
|
-
*/
|
|
745
|
-
PlayerSession.filterSensitiveLog = (obj) => ({
|
|
746
|
-
...obj,
|
|
747
|
-
});
|
|
748
|
-
})(PlayerSession = exports.PlayerSession || (exports.PlayerSession = {}));
|
|
749
|
-
var CreatePlayerSessionOutput;
|
|
750
|
-
(function (CreatePlayerSessionOutput) {
|
|
751
|
-
/**
|
|
752
|
-
* @internal
|
|
753
|
-
*/
|
|
754
|
-
CreatePlayerSessionOutput.filterSensitiveLog = (obj) => ({
|
|
755
|
-
...obj,
|
|
756
|
-
});
|
|
757
|
-
})(CreatePlayerSessionOutput = exports.CreatePlayerSessionOutput || (exports.CreatePlayerSessionOutput = {}));
|
|
758
|
-
var GameSessionFullException;
|
|
759
|
-
(function (GameSessionFullException) {
|
|
760
|
-
/**
|
|
761
|
-
* @internal
|
|
762
|
-
*/
|
|
763
|
-
GameSessionFullException.filterSensitiveLog = (obj) => ({
|
|
764
|
-
...obj,
|
|
765
|
-
});
|
|
766
|
-
})(GameSessionFullException = exports.GameSessionFullException || (exports.GameSessionFullException = {}));
|
|
767
|
-
var InvalidGameSessionStatusException;
|
|
768
|
-
(function (InvalidGameSessionStatusException) {
|
|
769
|
-
/**
|
|
770
|
-
* @internal
|
|
771
|
-
*/
|
|
772
|
-
InvalidGameSessionStatusException.filterSensitiveLog = (obj) => ({
|
|
773
|
-
...obj,
|
|
774
|
-
});
|
|
775
|
-
})(InvalidGameSessionStatusException = exports.InvalidGameSessionStatusException || (exports.InvalidGameSessionStatusException = {}));
|
|
776
|
-
var CreatePlayerSessionsInput;
|
|
777
|
-
(function (CreatePlayerSessionsInput) {
|
|
778
|
-
/**
|
|
779
|
-
* @internal
|
|
780
|
-
*/
|
|
781
|
-
CreatePlayerSessionsInput.filterSensitiveLog = (obj) => ({
|
|
782
|
-
...obj,
|
|
783
|
-
});
|
|
784
|
-
})(CreatePlayerSessionsInput = exports.CreatePlayerSessionsInput || (exports.CreatePlayerSessionsInput = {}));
|
|
785
|
-
var CreatePlayerSessionsOutput;
|
|
786
|
-
(function (CreatePlayerSessionsOutput) {
|
|
787
|
-
/**
|
|
788
|
-
* @internal
|
|
789
|
-
*/
|
|
790
|
-
CreatePlayerSessionsOutput.filterSensitiveLog = (obj) => ({
|
|
791
|
-
...obj,
|
|
792
|
-
});
|
|
793
|
-
})(CreatePlayerSessionsOutput = exports.CreatePlayerSessionsOutput || (exports.CreatePlayerSessionsOutput = {}));
|
|
794
|
-
var CreateScriptInput;
|
|
795
|
-
(function (CreateScriptInput) {
|
|
796
|
-
/**
|
|
797
|
-
* @internal
|
|
798
|
-
*/
|
|
799
|
-
CreateScriptInput.filterSensitiveLog = (obj) => ({
|
|
800
|
-
...obj,
|
|
801
|
-
});
|
|
802
|
-
})(CreateScriptInput = exports.CreateScriptInput || (exports.CreateScriptInput = {}));
|
|
803
|
-
var Script;
|
|
804
|
-
(function (Script) {
|
|
805
|
-
/**
|
|
806
|
-
* @internal
|
|
807
|
-
*/
|
|
808
|
-
Script.filterSensitiveLog = (obj) => ({
|
|
809
|
-
...obj,
|
|
810
|
-
});
|
|
811
|
-
})(Script = exports.Script || (exports.Script = {}));
|
|
812
|
-
var CreateScriptOutput;
|
|
813
|
-
(function (CreateScriptOutput) {
|
|
814
|
-
/**
|
|
815
|
-
* @internal
|
|
816
|
-
*/
|
|
817
|
-
CreateScriptOutput.filterSensitiveLog = (obj) => ({
|
|
818
|
-
...obj,
|
|
819
|
-
});
|
|
820
|
-
})(CreateScriptOutput = exports.CreateScriptOutput || (exports.CreateScriptOutput = {}));
|
|
821
|
-
var CreateVpcPeeringAuthorizationInput;
|
|
822
|
-
(function (CreateVpcPeeringAuthorizationInput) {
|
|
823
|
-
/**
|
|
824
|
-
* @internal
|
|
825
|
-
*/
|
|
826
|
-
CreateVpcPeeringAuthorizationInput.filterSensitiveLog = (obj) => ({
|
|
827
|
-
...obj,
|
|
828
|
-
});
|
|
829
|
-
})(CreateVpcPeeringAuthorizationInput = exports.CreateVpcPeeringAuthorizationInput || (exports.CreateVpcPeeringAuthorizationInput = {}));
|
|
830
|
-
var VpcPeeringAuthorization;
|
|
831
|
-
(function (VpcPeeringAuthorization) {
|
|
832
|
-
/**
|
|
833
|
-
* @internal
|
|
834
|
-
*/
|
|
835
|
-
VpcPeeringAuthorization.filterSensitiveLog = (obj) => ({
|
|
836
|
-
...obj,
|
|
837
|
-
});
|
|
838
|
-
})(VpcPeeringAuthorization = exports.VpcPeeringAuthorization || (exports.VpcPeeringAuthorization = {}));
|
|
839
|
-
var CreateVpcPeeringAuthorizationOutput;
|
|
840
|
-
(function (CreateVpcPeeringAuthorizationOutput) {
|
|
841
|
-
/**
|
|
842
|
-
* @internal
|
|
843
|
-
*/
|
|
844
|
-
CreateVpcPeeringAuthorizationOutput.filterSensitiveLog = (obj) => ({
|
|
845
|
-
...obj,
|
|
846
|
-
});
|
|
847
|
-
})(CreateVpcPeeringAuthorizationOutput = exports.CreateVpcPeeringAuthorizationOutput || (exports.CreateVpcPeeringAuthorizationOutput = {}));
|
|
848
|
-
var CreateVpcPeeringConnectionInput;
|
|
849
|
-
(function (CreateVpcPeeringConnectionInput) {
|
|
850
|
-
/**
|
|
851
|
-
* @internal
|
|
852
|
-
*/
|
|
853
|
-
CreateVpcPeeringConnectionInput.filterSensitiveLog = (obj) => ({
|
|
854
|
-
...obj,
|
|
855
|
-
});
|
|
856
|
-
})(CreateVpcPeeringConnectionInput = exports.CreateVpcPeeringConnectionInput || (exports.CreateVpcPeeringConnectionInput = {}));
|
|
857
|
-
var CreateVpcPeeringConnectionOutput;
|
|
858
|
-
(function (CreateVpcPeeringConnectionOutput) {
|
|
859
|
-
/**
|
|
860
|
-
* @internal
|
|
861
|
-
*/
|
|
862
|
-
CreateVpcPeeringConnectionOutput.filterSensitiveLog = (obj) => ({
|
|
863
|
-
...obj,
|
|
864
|
-
});
|
|
865
|
-
})(CreateVpcPeeringConnectionOutput = exports.CreateVpcPeeringConnectionOutput || (exports.CreateVpcPeeringConnectionOutput = {}));
|
|
866
|
-
var DeleteAliasInput;
|
|
867
|
-
(function (DeleteAliasInput) {
|
|
868
|
-
/**
|
|
869
|
-
* @internal
|
|
870
|
-
*/
|
|
871
|
-
DeleteAliasInput.filterSensitiveLog = (obj) => ({
|
|
872
|
-
...obj,
|
|
873
|
-
});
|
|
874
|
-
})(DeleteAliasInput = exports.DeleteAliasInput || (exports.DeleteAliasInput = {}));
|
|
875
|
-
var DeleteBuildInput;
|
|
876
|
-
(function (DeleteBuildInput) {
|
|
877
|
-
/**
|
|
878
|
-
* @internal
|
|
879
|
-
*/
|
|
880
|
-
DeleteBuildInput.filterSensitiveLog = (obj) => ({
|
|
881
|
-
...obj,
|
|
882
|
-
});
|
|
883
|
-
})(DeleteBuildInput = exports.DeleteBuildInput || (exports.DeleteBuildInput = {}));
|
|
884
|
-
var DeleteFleetInput;
|
|
885
|
-
(function (DeleteFleetInput) {
|
|
886
|
-
/**
|
|
887
|
-
* @internal
|
|
888
|
-
*/
|
|
889
|
-
DeleteFleetInput.filterSensitiveLog = (obj) => ({
|
|
890
|
-
...obj,
|
|
891
|
-
});
|
|
892
|
-
})(DeleteFleetInput = exports.DeleteFleetInput || (exports.DeleteFleetInput = {}));
|
|
893
|
-
var DeleteFleetLocationsInput;
|
|
894
|
-
(function (DeleteFleetLocationsInput) {
|
|
895
|
-
/**
|
|
896
|
-
* @internal
|
|
897
|
-
*/
|
|
898
|
-
DeleteFleetLocationsInput.filterSensitiveLog = (obj) => ({
|
|
899
|
-
...obj,
|
|
900
|
-
});
|
|
901
|
-
})(DeleteFleetLocationsInput = exports.DeleteFleetLocationsInput || (exports.DeleteFleetLocationsInput = {}));
|
|
902
|
-
var DeleteFleetLocationsOutput;
|
|
903
|
-
(function (DeleteFleetLocationsOutput) {
|
|
904
|
-
/**
|
|
905
|
-
* @internal
|
|
906
|
-
*/
|
|
907
|
-
DeleteFleetLocationsOutput.filterSensitiveLog = (obj) => ({
|
|
908
|
-
...obj,
|
|
909
|
-
});
|
|
910
|
-
})(DeleteFleetLocationsOutput = exports.DeleteFleetLocationsOutput || (exports.DeleteFleetLocationsOutput = {}));
|
|
911
|
-
var GameServerGroupDeleteOption;
|
|
912
|
-
(function (GameServerGroupDeleteOption) {
|
|
913
|
-
GameServerGroupDeleteOption["FORCE_DELETE"] = "FORCE_DELETE";
|
|
914
|
-
GameServerGroupDeleteOption["RETAIN"] = "RETAIN";
|
|
915
|
-
GameServerGroupDeleteOption["SAFE_DELETE"] = "SAFE_DELETE";
|
|
916
|
-
})(GameServerGroupDeleteOption = exports.GameServerGroupDeleteOption || (exports.GameServerGroupDeleteOption = {}));
|
|
917
|
-
var DeleteGameServerGroupInput;
|
|
918
|
-
(function (DeleteGameServerGroupInput) {
|
|
919
|
-
/**
|
|
920
|
-
* @internal
|
|
921
|
-
*/
|
|
922
|
-
DeleteGameServerGroupInput.filterSensitiveLog = (obj) => ({
|
|
923
|
-
...obj,
|
|
924
|
-
});
|
|
925
|
-
})(DeleteGameServerGroupInput = exports.DeleteGameServerGroupInput || (exports.DeleteGameServerGroupInput = {}));
|
|
926
|
-
var DeleteGameServerGroupOutput;
|
|
927
|
-
(function (DeleteGameServerGroupOutput) {
|
|
928
|
-
/**
|
|
929
|
-
* @internal
|
|
930
|
-
*/
|
|
931
|
-
DeleteGameServerGroupOutput.filterSensitiveLog = (obj) => ({
|
|
932
|
-
...obj,
|
|
933
|
-
});
|
|
934
|
-
})(DeleteGameServerGroupOutput = exports.DeleteGameServerGroupOutput || (exports.DeleteGameServerGroupOutput = {}));
|
|
935
|
-
var DeleteGameSessionQueueInput;
|
|
936
|
-
(function (DeleteGameSessionQueueInput) {
|
|
937
|
-
/**
|
|
938
|
-
* @internal
|
|
939
|
-
*/
|
|
940
|
-
DeleteGameSessionQueueInput.filterSensitiveLog = (obj) => ({
|
|
941
|
-
...obj,
|
|
942
|
-
});
|
|
943
|
-
})(DeleteGameSessionQueueInput = exports.DeleteGameSessionQueueInput || (exports.DeleteGameSessionQueueInput = {}));
|
|
944
|
-
var DeleteGameSessionQueueOutput;
|
|
945
|
-
(function (DeleteGameSessionQueueOutput) {
|
|
946
|
-
/**
|
|
947
|
-
* @internal
|
|
948
|
-
*/
|
|
949
|
-
DeleteGameSessionQueueOutput.filterSensitiveLog = (obj) => ({
|
|
950
|
-
...obj,
|
|
951
|
-
});
|
|
952
|
-
})(DeleteGameSessionQueueOutput = exports.DeleteGameSessionQueueOutput || (exports.DeleteGameSessionQueueOutput = {}));
|
|
953
|
-
var DeleteMatchmakingConfigurationInput;
|
|
954
|
-
(function (DeleteMatchmakingConfigurationInput) {
|
|
955
|
-
/**
|
|
956
|
-
* @internal
|
|
957
|
-
*/
|
|
958
|
-
DeleteMatchmakingConfigurationInput.filterSensitiveLog = (obj) => ({
|
|
959
|
-
...obj,
|
|
960
|
-
});
|
|
961
|
-
})(DeleteMatchmakingConfigurationInput = exports.DeleteMatchmakingConfigurationInput || (exports.DeleteMatchmakingConfigurationInput = {}));
|
|
962
|
-
var DeleteMatchmakingConfigurationOutput;
|
|
963
|
-
(function (DeleteMatchmakingConfigurationOutput) {
|
|
964
|
-
/**
|
|
965
|
-
* @internal
|
|
966
|
-
*/
|
|
967
|
-
DeleteMatchmakingConfigurationOutput.filterSensitiveLog = (obj) => ({
|
|
968
|
-
...obj,
|
|
969
|
-
});
|
|
970
|
-
})(DeleteMatchmakingConfigurationOutput = exports.DeleteMatchmakingConfigurationOutput || (exports.DeleteMatchmakingConfigurationOutput = {}));
|
|
971
|
-
var DeleteMatchmakingRuleSetInput;
|
|
972
|
-
(function (DeleteMatchmakingRuleSetInput) {
|
|
973
|
-
/**
|
|
974
|
-
* @internal
|
|
975
|
-
*/
|
|
976
|
-
DeleteMatchmakingRuleSetInput.filterSensitiveLog = (obj) => ({
|
|
977
|
-
...obj,
|
|
978
|
-
});
|
|
979
|
-
})(DeleteMatchmakingRuleSetInput = exports.DeleteMatchmakingRuleSetInput || (exports.DeleteMatchmakingRuleSetInput = {}));
|
|
980
|
-
var DeleteMatchmakingRuleSetOutput;
|
|
981
|
-
(function (DeleteMatchmakingRuleSetOutput) {
|
|
982
|
-
/**
|
|
983
|
-
* @internal
|
|
984
|
-
*/
|
|
985
|
-
DeleteMatchmakingRuleSetOutput.filterSensitiveLog = (obj) => ({
|
|
986
|
-
...obj,
|
|
987
|
-
});
|
|
988
|
-
})(DeleteMatchmakingRuleSetOutput = exports.DeleteMatchmakingRuleSetOutput || (exports.DeleteMatchmakingRuleSetOutput = {}));
|
|
989
|
-
var DeleteScalingPolicyInput;
|
|
990
|
-
(function (DeleteScalingPolicyInput) {
|
|
991
|
-
/**
|
|
992
|
-
* @internal
|
|
993
|
-
*/
|
|
994
|
-
DeleteScalingPolicyInput.filterSensitiveLog = (obj) => ({
|
|
995
|
-
...obj,
|
|
996
|
-
});
|
|
997
|
-
})(DeleteScalingPolicyInput = exports.DeleteScalingPolicyInput || (exports.DeleteScalingPolicyInput = {}));
|
|
998
|
-
var DeleteScriptInput;
|
|
999
|
-
(function (DeleteScriptInput) {
|
|
1000
|
-
/**
|
|
1001
|
-
* @internal
|
|
1002
|
-
*/
|
|
1003
|
-
DeleteScriptInput.filterSensitiveLog = (obj) => ({
|
|
1004
|
-
...obj,
|
|
1005
|
-
});
|
|
1006
|
-
})(DeleteScriptInput = exports.DeleteScriptInput || (exports.DeleteScriptInput = {}));
|
|
1007
|
-
var DeleteVpcPeeringAuthorizationInput;
|
|
1008
|
-
(function (DeleteVpcPeeringAuthorizationInput) {
|
|
1009
|
-
/**
|
|
1010
|
-
* @internal
|
|
1011
|
-
*/
|
|
1012
|
-
DeleteVpcPeeringAuthorizationInput.filterSensitiveLog = (obj) => ({
|
|
1013
|
-
...obj,
|
|
1014
|
-
});
|
|
1015
|
-
})(DeleteVpcPeeringAuthorizationInput = exports.DeleteVpcPeeringAuthorizationInput || (exports.DeleteVpcPeeringAuthorizationInput = {}));
|
|
1016
|
-
var DeleteVpcPeeringAuthorizationOutput;
|
|
1017
|
-
(function (DeleteVpcPeeringAuthorizationOutput) {
|
|
1018
|
-
/**
|
|
1019
|
-
* @internal
|
|
1020
|
-
*/
|
|
1021
|
-
DeleteVpcPeeringAuthorizationOutput.filterSensitiveLog = (obj) => ({
|
|
1022
|
-
...obj,
|
|
1023
|
-
});
|
|
1024
|
-
})(DeleteVpcPeeringAuthorizationOutput = exports.DeleteVpcPeeringAuthorizationOutput || (exports.DeleteVpcPeeringAuthorizationOutput = {}));
|
|
1025
|
-
var DeleteVpcPeeringConnectionInput;
|
|
1026
|
-
(function (DeleteVpcPeeringConnectionInput) {
|
|
1027
|
-
/**
|
|
1028
|
-
* @internal
|
|
1029
|
-
*/
|
|
1030
|
-
DeleteVpcPeeringConnectionInput.filterSensitiveLog = (obj) => ({
|
|
1031
|
-
...obj,
|
|
1032
|
-
});
|
|
1033
|
-
})(DeleteVpcPeeringConnectionInput = exports.DeleteVpcPeeringConnectionInput || (exports.DeleteVpcPeeringConnectionInput = {}));
|
|
1034
|
-
var DeleteVpcPeeringConnectionOutput;
|
|
1035
|
-
(function (DeleteVpcPeeringConnectionOutput) {
|
|
1036
|
-
/**
|
|
1037
|
-
* @internal
|
|
1038
|
-
*/
|
|
1039
|
-
DeleteVpcPeeringConnectionOutput.filterSensitiveLog = (obj) => ({
|
|
1040
|
-
...obj,
|
|
1041
|
-
});
|
|
1042
|
-
})(DeleteVpcPeeringConnectionOutput = exports.DeleteVpcPeeringConnectionOutput || (exports.DeleteVpcPeeringConnectionOutput = {}));
|
|
1043
|
-
var DeregisterGameServerInput;
|
|
1044
|
-
(function (DeregisterGameServerInput) {
|
|
1045
|
-
/**
|
|
1046
|
-
* @internal
|
|
1047
|
-
*/
|
|
1048
|
-
DeregisterGameServerInput.filterSensitiveLog = (obj) => ({
|
|
1049
|
-
...obj,
|
|
1050
|
-
});
|
|
1051
|
-
})(DeregisterGameServerInput = exports.DeregisterGameServerInput || (exports.DeregisterGameServerInput = {}));
|
|
1052
|
-
var DescribeAliasInput;
|
|
1053
|
-
(function (DescribeAliasInput) {
|
|
1054
|
-
/**
|
|
1055
|
-
* @internal
|
|
1056
|
-
*/
|
|
1057
|
-
DescribeAliasInput.filterSensitiveLog = (obj) => ({
|
|
1058
|
-
...obj,
|
|
1059
|
-
});
|
|
1060
|
-
})(DescribeAliasInput = exports.DescribeAliasInput || (exports.DescribeAliasInput = {}));
|
|
1061
|
-
var DescribeAliasOutput;
|
|
1062
|
-
(function (DescribeAliasOutput) {
|
|
1063
|
-
/**
|
|
1064
|
-
* @internal
|
|
1065
|
-
*/
|
|
1066
|
-
DescribeAliasOutput.filterSensitiveLog = (obj) => ({
|
|
1067
|
-
...obj,
|
|
1068
|
-
});
|
|
1069
|
-
})(DescribeAliasOutput = exports.DescribeAliasOutput || (exports.DescribeAliasOutput = {}));
|
|
1070
|
-
var DescribeBuildInput;
|
|
1071
|
-
(function (DescribeBuildInput) {
|
|
1072
|
-
/**
|
|
1073
|
-
* @internal
|
|
1074
|
-
*/
|
|
1075
|
-
DescribeBuildInput.filterSensitiveLog = (obj) => ({
|
|
1076
|
-
...obj,
|
|
1077
|
-
});
|
|
1078
|
-
})(DescribeBuildInput = exports.DescribeBuildInput || (exports.DescribeBuildInput = {}));
|
|
1079
|
-
var DescribeBuildOutput;
|
|
1080
|
-
(function (DescribeBuildOutput) {
|
|
1081
|
-
/**
|
|
1082
|
-
* @internal
|
|
1083
|
-
*/
|
|
1084
|
-
DescribeBuildOutput.filterSensitiveLog = (obj) => ({
|
|
1085
|
-
...obj,
|
|
1086
|
-
});
|
|
1087
|
-
})(DescribeBuildOutput = exports.DescribeBuildOutput || (exports.DescribeBuildOutput = {}));
|
|
1088
|
-
var DescribeEC2InstanceLimitsInput;
|
|
1089
|
-
(function (DescribeEC2InstanceLimitsInput) {
|
|
1090
|
-
/**
|
|
1091
|
-
* @internal
|
|
1092
|
-
*/
|
|
1093
|
-
DescribeEC2InstanceLimitsInput.filterSensitiveLog = (obj) => ({
|
|
1094
|
-
...obj,
|
|
1095
|
-
});
|
|
1096
|
-
})(DescribeEC2InstanceLimitsInput = exports.DescribeEC2InstanceLimitsInput || (exports.DescribeEC2InstanceLimitsInput = {}));
|
|
1097
|
-
var EC2InstanceLimit;
|
|
1098
|
-
(function (EC2InstanceLimit) {
|
|
1099
|
-
/**
|
|
1100
|
-
* @internal
|
|
1101
|
-
*/
|
|
1102
|
-
EC2InstanceLimit.filterSensitiveLog = (obj) => ({
|
|
1103
|
-
...obj,
|
|
1104
|
-
});
|
|
1105
|
-
})(EC2InstanceLimit = exports.EC2InstanceLimit || (exports.EC2InstanceLimit = {}));
|
|
1106
|
-
var DescribeEC2InstanceLimitsOutput;
|
|
1107
|
-
(function (DescribeEC2InstanceLimitsOutput) {
|
|
1108
|
-
/**
|
|
1109
|
-
* @internal
|
|
1110
|
-
*/
|
|
1111
|
-
DescribeEC2InstanceLimitsOutput.filterSensitiveLog = (obj) => ({
|
|
1112
|
-
...obj,
|
|
1113
|
-
});
|
|
1114
|
-
})(DescribeEC2InstanceLimitsOutput = exports.DescribeEC2InstanceLimitsOutput || (exports.DescribeEC2InstanceLimitsOutput = {}));
|
|
1115
|
-
var DescribeFleetAttributesInput;
|
|
1116
|
-
(function (DescribeFleetAttributesInput) {
|
|
1117
|
-
/**
|
|
1118
|
-
* @internal
|
|
1119
|
-
*/
|
|
1120
|
-
DescribeFleetAttributesInput.filterSensitiveLog = (obj) => ({
|
|
1121
|
-
...obj,
|
|
1122
|
-
});
|
|
1123
|
-
})(DescribeFleetAttributesInput = exports.DescribeFleetAttributesInput || (exports.DescribeFleetAttributesInput = {}));
|
|
1124
|
-
var DescribeFleetAttributesOutput;
|
|
1125
|
-
(function (DescribeFleetAttributesOutput) {
|
|
1126
|
-
/**
|
|
1127
|
-
* @internal
|
|
1128
|
-
*/
|
|
1129
|
-
DescribeFleetAttributesOutput.filterSensitiveLog = (obj) => ({
|
|
1130
|
-
...obj,
|
|
1131
|
-
});
|
|
1132
|
-
})(DescribeFleetAttributesOutput = exports.DescribeFleetAttributesOutput || (exports.DescribeFleetAttributesOutput = {}));
|
|
1133
|
-
var DescribeFleetCapacityInput;
|
|
1134
|
-
(function (DescribeFleetCapacityInput) {
|
|
1135
|
-
/**
|
|
1136
|
-
* @internal
|
|
1137
|
-
*/
|
|
1138
|
-
DescribeFleetCapacityInput.filterSensitiveLog = (obj) => ({
|
|
1139
|
-
...obj,
|
|
1140
|
-
});
|
|
1141
|
-
})(DescribeFleetCapacityInput = exports.DescribeFleetCapacityInput || (exports.DescribeFleetCapacityInput = {}));
|
|
1142
|
-
var EC2InstanceCounts;
|
|
1143
|
-
(function (EC2InstanceCounts) {
|
|
1144
|
-
/**
|
|
1145
|
-
* @internal
|
|
1146
|
-
*/
|
|
1147
|
-
EC2InstanceCounts.filterSensitiveLog = (obj) => ({
|
|
1148
|
-
...obj,
|
|
1149
|
-
});
|
|
1150
|
-
})(EC2InstanceCounts = exports.EC2InstanceCounts || (exports.EC2InstanceCounts = {}));
|
|
1151
|
-
var FleetCapacity;
|
|
1152
|
-
(function (FleetCapacity) {
|
|
1153
|
-
/**
|
|
1154
|
-
* @internal
|
|
1155
|
-
*/
|
|
1156
|
-
FleetCapacity.filterSensitiveLog = (obj) => ({
|
|
1157
|
-
...obj,
|
|
1158
|
-
});
|
|
1159
|
-
})(FleetCapacity = exports.FleetCapacity || (exports.FleetCapacity = {}));
|
|
1160
|
-
var DescribeFleetCapacityOutput;
|
|
1161
|
-
(function (DescribeFleetCapacityOutput) {
|
|
1162
|
-
/**
|
|
1163
|
-
* @internal
|
|
1164
|
-
*/
|
|
1165
|
-
DescribeFleetCapacityOutput.filterSensitiveLog = (obj) => ({
|
|
1166
|
-
...obj,
|
|
1167
|
-
});
|
|
1168
|
-
})(DescribeFleetCapacityOutput = exports.DescribeFleetCapacityOutput || (exports.DescribeFleetCapacityOutput = {}));
|
|
1169
|
-
var DescribeFleetEventsInput;
|
|
1170
|
-
(function (DescribeFleetEventsInput) {
|
|
1171
|
-
/**
|
|
1172
|
-
* @internal
|
|
1173
|
-
*/
|
|
1174
|
-
DescribeFleetEventsInput.filterSensitiveLog = (obj) => ({
|
|
1175
|
-
...obj,
|
|
1176
|
-
});
|
|
1177
|
-
})(DescribeFleetEventsInput = exports.DescribeFleetEventsInput || (exports.DescribeFleetEventsInput = {}));
|
|
1178
|
-
var EventCode;
|
|
1179
|
-
(function (EventCode) {
|
|
1180
|
-
EventCode["FLEET_ACTIVATION_FAILED"] = "FLEET_ACTIVATION_FAILED";
|
|
1181
|
-
EventCode["FLEET_ACTIVATION_FAILED_NO_INSTANCES"] = "FLEET_ACTIVATION_FAILED_NO_INSTANCES";
|
|
1182
|
-
EventCode["FLEET_BINARY_DOWNLOAD_FAILED"] = "FLEET_BINARY_DOWNLOAD_FAILED";
|
|
1183
|
-
EventCode["FLEET_CREATED"] = "FLEET_CREATED";
|
|
1184
|
-
EventCode["FLEET_CREATION_EXTRACTING_BUILD"] = "FLEET_CREATION_EXTRACTING_BUILD";
|
|
1185
|
-
EventCode["FLEET_CREATION_RUNNING_INSTALLER"] = "FLEET_CREATION_RUNNING_INSTALLER";
|
|
1186
|
-
EventCode["FLEET_CREATION_VALIDATING_RUNTIME_CONFIG"] = "FLEET_CREATION_VALIDATING_RUNTIME_CONFIG";
|
|
1187
|
-
EventCode["FLEET_DELETED"] = "FLEET_DELETED";
|
|
1188
|
-
EventCode["FLEET_INITIALIZATION_FAILED"] = "FLEET_INITIALIZATION_FAILED";
|
|
1189
|
-
EventCode["FLEET_NEW_GAME_SESSION_PROTECTION_POLICY_UPDATED"] = "FLEET_NEW_GAME_SESSION_PROTECTION_POLICY_UPDATED";
|
|
1190
|
-
EventCode["FLEET_SCALING_EVENT"] = "FLEET_SCALING_EVENT";
|
|
1191
|
-
EventCode["FLEET_STATE_ACTIVATING"] = "FLEET_STATE_ACTIVATING";
|
|
1192
|
-
EventCode["FLEET_STATE_ACTIVE"] = "FLEET_STATE_ACTIVE";
|
|
1193
|
-
EventCode["FLEET_STATE_BUILDING"] = "FLEET_STATE_BUILDING";
|
|
1194
|
-
EventCode["FLEET_STATE_DOWNLOADING"] = "FLEET_STATE_DOWNLOADING";
|
|
1195
|
-
EventCode["FLEET_STATE_ERROR"] = "FLEET_STATE_ERROR";
|
|
1196
|
-
EventCode["FLEET_STATE_VALIDATING"] = "FLEET_STATE_VALIDATING";
|
|
1197
|
-
EventCode["FLEET_VALIDATION_EXECUTABLE_RUNTIME_FAILURE"] = "FLEET_VALIDATION_EXECUTABLE_RUNTIME_FAILURE";
|
|
1198
|
-
EventCode["FLEET_VALIDATION_LAUNCH_PATH_NOT_FOUND"] = "FLEET_VALIDATION_LAUNCH_PATH_NOT_FOUND";
|
|
1199
|
-
EventCode["FLEET_VALIDATION_TIMED_OUT"] = "FLEET_VALIDATION_TIMED_OUT";
|
|
1200
|
-
EventCode["FLEET_VPC_PEERING_DELETED"] = "FLEET_VPC_PEERING_DELETED";
|
|
1201
|
-
EventCode["FLEET_VPC_PEERING_FAILED"] = "FLEET_VPC_PEERING_FAILED";
|
|
1202
|
-
EventCode["FLEET_VPC_PEERING_SUCCEEDED"] = "FLEET_VPC_PEERING_SUCCEEDED";
|
|
1203
|
-
EventCode["GAME_SESSION_ACTIVATION_TIMEOUT"] = "GAME_SESSION_ACTIVATION_TIMEOUT";
|
|
1204
|
-
EventCode["GENERIC_EVENT"] = "GENERIC_EVENT";
|
|
1205
|
-
EventCode["INSTANCE_INTERRUPTED"] = "INSTANCE_INTERRUPTED";
|
|
1206
|
-
EventCode["SERVER_PROCESS_CRASHED"] = "SERVER_PROCESS_CRASHED";
|
|
1207
|
-
EventCode["SERVER_PROCESS_FORCE_TERMINATED"] = "SERVER_PROCESS_FORCE_TERMINATED";
|
|
1208
|
-
EventCode["SERVER_PROCESS_INVALID_PATH"] = "SERVER_PROCESS_INVALID_PATH";
|
|
1209
|
-
EventCode["SERVER_PROCESS_PROCESS_EXIT_TIMEOUT"] = "SERVER_PROCESS_PROCESS_EXIT_TIMEOUT";
|
|
1210
|
-
EventCode["SERVER_PROCESS_PROCESS_READY_TIMEOUT"] = "SERVER_PROCESS_PROCESS_READY_TIMEOUT";
|
|
1211
|
-
EventCode["SERVER_PROCESS_SDK_INITIALIZATION_TIMEOUT"] = "SERVER_PROCESS_SDK_INITIALIZATION_TIMEOUT";
|
|
1212
|
-
EventCode["SERVER_PROCESS_TERMINATED_UNHEALTHY"] = "SERVER_PROCESS_TERMINATED_UNHEALTHY";
|
|
1213
|
-
})(EventCode = exports.EventCode || (exports.EventCode = {}));
|
|
1214
|
-
var Event;
|
|
1215
|
-
(function (Event) {
|
|
1216
|
-
/**
|
|
1217
|
-
* @internal
|
|
1218
|
-
*/
|
|
1219
|
-
Event.filterSensitiveLog = (obj) => ({
|
|
1220
|
-
...obj,
|
|
1221
|
-
});
|
|
1222
|
-
})(Event = exports.Event || (exports.Event = {}));
|
|
1223
|
-
var DescribeFleetEventsOutput;
|
|
1224
|
-
(function (DescribeFleetEventsOutput) {
|
|
1225
|
-
/**
|
|
1226
|
-
* @internal
|
|
1227
|
-
*/
|
|
1228
|
-
DescribeFleetEventsOutput.filterSensitiveLog = (obj) => ({
|
|
1229
|
-
...obj,
|
|
1230
|
-
});
|
|
1231
|
-
})(DescribeFleetEventsOutput = exports.DescribeFleetEventsOutput || (exports.DescribeFleetEventsOutput = {}));
|
|
1232
|
-
var DescribeFleetLocationAttributesInput;
|
|
1233
|
-
(function (DescribeFleetLocationAttributesInput) {
|
|
1234
|
-
/**
|
|
1235
|
-
* @internal
|
|
1236
|
-
*/
|
|
1237
|
-
DescribeFleetLocationAttributesInput.filterSensitiveLog = (obj) => ({
|
|
1238
|
-
...obj,
|
|
1239
|
-
});
|
|
1240
|
-
})(DescribeFleetLocationAttributesInput = exports.DescribeFleetLocationAttributesInput || (exports.DescribeFleetLocationAttributesInput = {}));
|
|
1241
|
-
var LocationUpdateStatus;
|
|
1242
|
-
(function (LocationUpdateStatus) {
|
|
1243
|
-
LocationUpdateStatus["PENDING_UPDATE"] = "PENDING_UPDATE";
|
|
1244
|
-
})(LocationUpdateStatus = exports.LocationUpdateStatus || (exports.LocationUpdateStatus = {}));
|
|
1245
|
-
var LocationAttributes;
|
|
1246
|
-
(function (LocationAttributes) {
|
|
1247
|
-
/**
|
|
1248
|
-
* @internal
|
|
1249
|
-
*/
|
|
1250
|
-
LocationAttributes.filterSensitiveLog = (obj) => ({
|
|
1251
|
-
...obj,
|
|
1252
|
-
});
|
|
1253
|
-
})(LocationAttributes = exports.LocationAttributes || (exports.LocationAttributes = {}));
|
|
1254
|
-
var DescribeFleetLocationAttributesOutput;
|
|
1255
|
-
(function (DescribeFleetLocationAttributesOutput) {
|
|
1256
|
-
/**
|
|
1257
|
-
* @internal
|
|
1258
|
-
*/
|
|
1259
|
-
DescribeFleetLocationAttributesOutput.filterSensitiveLog = (obj) => ({
|
|
1260
|
-
...obj,
|
|
1261
|
-
});
|
|
1262
|
-
})(DescribeFleetLocationAttributesOutput = exports.DescribeFleetLocationAttributesOutput || (exports.DescribeFleetLocationAttributesOutput = {}));
|
|
1263
|
-
var DescribeFleetLocationCapacityInput;
|
|
1264
|
-
(function (DescribeFleetLocationCapacityInput) {
|
|
1265
|
-
/**
|
|
1266
|
-
* @internal
|
|
1267
|
-
*/
|
|
1268
|
-
DescribeFleetLocationCapacityInput.filterSensitiveLog = (obj) => ({
|
|
1269
|
-
...obj,
|
|
1270
|
-
});
|
|
1271
|
-
})(DescribeFleetLocationCapacityInput = exports.DescribeFleetLocationCapacityInput || (exports.DescribeFleetLocationCapacityInput = {}));
|
|
1272
|
-
var DescribeFleetLocationCapacityOutput;
|
|
1273
|
-
(function (DescribeFleetLocationCapacityOutput) {
|
|
1274
|
-
/**
|
|
1275
|
-
* @internal
|
|
1276
|
-
*/
|
|
1277
|
-
DescribeFleetLocationCapacityOutput.filterSensitiveLog = (obj) => ({
|
|
1278
|
-
...obj,
|
|
1279
|
-
});
|
|
1280
|
-
})(DescribeFleetLocationCapacityOutput = exports.DescribeFleetLocationCapacityOutput || (exports.DescribeFleetLocationCapacityOutput = {}));
|
|
1281
|
-
var DescribeFleetLocationUtilizationInput;
|
|
1282
|
-
(function (DescribeFleetLocationUtilizationInput) {
|
|
1283
|
-
/**
|
|
1284
|
-
* @internal
|
|
1285
|
-
*/
|
|
1286
|
-
DescribeFleetLocationUtilizationInput.filterSensitiveLog = (obj) => ({
|
|
1287
|
-
...obj,
|
|
1288
|
-
});
|
|
1289
|
-
})(DescribeFleetLocationUtilizationInput = exports.DescribeFleetLocationUtilizationInput || (exports.DescribeFleetLocationUtilizationInput = {}));
|
|
1290
|
-
var FleetUtilization;
|
|
1291
|
-
(function (FleetUtilization) {
|
|
1292
|
-
/**
|
|
1293
|
-
* @internal
|
|
1294
|
-
*/
|
|
1295
|
-
FleetUtilization.filterSensitiveLog = (obj) => ({
|
|
1296
|
-
...obj,
|
|
1297
|
-
});
|
|
1298
|
-
})(FleetUtilization = exports.FleetUtilization || (exports.FleetUtilization = {}));
|
|
1299
|
-
var DescribeFleetLocationUtilizationOutput;
|
|
1300
|
-
(function (DescribeFleetLocationUtilizationOutput) {
|
|
1301
|
-
/**
|
|
1302
|
-
* @internal
|
|
1303
|
-
*/
|
|
1304
|
-
DescribeFleetLocationUtilizationOutput.filterSensitiveLog = (obj) => ({
|
|
1305
|
-
...obj,
|
|
1306
|
-
});
|
|
1307
|
-
})(DescribeFleetLocationUtilizationOutput = exports.DescribeFleetLocationUtilizationOutput || (exports.DescribeFleetLocationUtilizationOutput = {}));
|
|
1308
|
-
var DescribeFleetPortSettingsInput;
|
|
1309
|
-
(function (DescribeFleetPortSettingsInput) {
|
|
1310
|
-
/**
|
|
1311
|
-
* @internal
|
|
1312
|
-
*/
|
|
1313
|
-
DescribeFleetPortSettingsInput.filterSensitiveLog = (obj) => ({
|
|
1314
|
-
...obj,
|
|
1315
|
-
});
|
|
1316
|
-
})(DescribeFleetPortSettingsInput = exports.DescribeFleetPortSettingsInput || (exports.DescribeFleetPortSettingsInput = {}));
|
|
1317
|
-
var DescribeFleetPortSettingsOutput;
|
|
1318
|
-
(function (DescribeFleetPortSettingsOutput) {
|
|
1319
|
-
/**
|
|
1320
|
-
* @internal
|
|
1321
|
-
*/
|
|
1322
|
-
DescribeFleetPortSettingsOutput.filterSensitiveLog = (obj) => ({
|
|
1323
|
-
...obj,
|
|
1324
|
-
});
|
|
1325
|
-
})(DescribeFleetPortSettingsOutput = exports.DescribeFleetPortSettingsOutput || (exports.DescribeFleetPortSettingsOutput = {}));
|
|
1326
|
-
var DescribeFleetUtilizationInput;
|
|
1327
|
-
(function (DescribeFleetUtilizationInput) {
|
|
1328
|
-
/**
|
|
1329
|
-
* @internal
|
|
1330
|
-
*/
|
|
1331
|
-
DescribeFleetUtilizationInput.filterSensitiveLog = (obj) => ({
|
|
1332
|
-
...obj,
|
|
1333
|
-
});
|
|
1334
|
-
})(DescribeFleetUtilizationInput = exports.DescribeFleetUtilizationInput || (exports.DescribeFleetUtilizationInput = {}));
|
|
1335
|
-
var DescribeFleetUtilizationOutput;
|
|
1336
|
-
(function (DescribeFleetUtilizationOutput) {
|
|
1337
|
-
/**
|
|
1338
|
-
* @internal
|
|
1339
|
-
*/
|
|
1340
|
-
DescribeFleetUtilizationOutput.filterSensitiveLog = (obj) => ({
|
|
1341
|
-
...obj,
|
|
1342
|
-
});
|
|
1343
|
-
})(DescribeFleetUtilizationOutput = exports.DescribeFleetUtilizationOutput || (exports.DescribeFleetUtilizationOutput = {}));
|
|
1344
|
-
var DescribeGameServerInput;
|
|
1345
|
-
(function (DescribeGameServerInput) {
|
|
1346
|
-
/**
|
|
1347
|
-
* @internal
|
|
1348
|
-
*/
|
|
1349
|
-
DescribeGameServerInput.filterSensitiveLog = (obj) => ({
|
|
1350
|
-
...obj,
|
|
1351
|
-
});
|
|
1352
|
-
})(DescribeGameServerInput = exports.DescribeGameServerInput || (exports.DescribeGameServerInput = {}));
|
|
1353
|
-
var DescribeGameServerOutput;
|
|
1354
|
-
(function (DescribeGameServerOutput) {
|
|
1355
|
-
/**
|
|
1356
|
-
* @internal
|
|
1357
|
-
*/
|
|
1358
|
-
DescribeGameServerOutput.filterSensitiveLog = (obj) => ({
|
|
1359
|
-
...obj,
|
|
1360
|
-
});
|
|
1361
|
-
})(DescribeGameServerOutput = exports.DescribeGameServerOutput || (exports.DescribeGameServerOutput = {}));
|
|
1362
|
-
var DescribeGameServerGroupInput;
|
|
1363
|
-
(function (DescribeGameServerGroupInput) {
|
|
1364
|
-
/**
|
|
1365
|
-
* @internal
|
|
1366
|
-
*/
|
|
1367
|
-
DescribeGameServerGroupInput.filterSensitiveLog = (obj) => ({
|
|
1368
|
-
...obj,
|
|
1369
|
-
});
|
|
1370
|
-
})(DescribeGameServerGroupInput = exports.DescribeGameServerGroupInput || (exports.DescribeGameServerGroupInput = {}));
|
|
1371
|
-
var DescribeGameServerGroupOutput;
|
|
1372
|
-
(function (DescribeGameServerGroupOutput) {
|
|
1373
|
-
/**
|
|
1374
|
-
* @internal
|
|
1375
|
-
*/
|
|
1376
|
-
DescribeGameServerGroupOutput.filterSensitiveLog = (obj) => ({
|
|
1377
|
-
...obj,
|
|
1378
|
-
});
|
|
1379
|
-
})(DescribeGameServerGroupOutput = exports.DescribeGameServerGroupOutput || (exports.DescribeGameServerGroupOutput = {}));
|
|
1380
|
-
var DescribeGameServerInstancesInput;
|
|
1381
|
-
(function (DescribeGameServerInstancesInput) {
|
|
1382
|
-
/**
|
|
1383
|
-
* @internal
|
|
1384
|
-
*/
|
|
1385
|
-
DescribeGameServerInstancesInput.filterSensitiveLog = (obj) => ({
|
|
1386
|
-
...obj,
|
|
1387
|
-
});
|
|
1388
|
-
})(DescribeGameServerInstancesInput = exports.DescribeGameServerInstancesInput || (exports.DescribeGameServerInstancesInput = {}));
|
|
1389
|
-
var GameServerInstanceStatus;
|
|
1390
|
-
(function (GameServerInstanceStatus) {
|
|
1391
|
-
GameServerInstanceStatus["ACTIVE"] = "ACTIVE";
|
|
1392
|
-
GameServerInstanceStatus["DRAINING"] = "DRAINING";
|
|
1393
|
-
GameServerInstanceStatus["SPOT_TERMINATING"] = "SPOT_TERMINATING";
|
|
1394
|
-
})(GameServerInstanceStatus = exports.GameServerInstanceStatus || (exports.GameServerInstanceStatus = {}));
|
|
1395
|
-
var GameServerInstance;
|
|
1396
|
-
(function (GameServerInstance) {
|
|
1397
|
-
/**
|
|
1398
|
-
* @internal
|
|
1399
|
-
*/
|
|
1400
|
-
GameServerInstance.filterSensitiveLog = (obj) => ({
|
|
1401
|
-
...obj,
|
|
1402
|
-
});
|
|
1403
|
-
})(GameServerInstance = exports.GameServerInstance || (exports.GameServerInstance = {}));
|
|
1404
|
-
var DescribeGameServerInstancesOutput;
|
|
1405
|
-
(function (DescribeGameServerInstancesOutput) {
|
|
1406
|
-
/**
|
|
1407
|
-
* @internal
|
|
1408
|
-
*/
|
|
1409
|
-
DescribeGameServerInstancesOutput.filterSensitiveLog = (obj) => ({
|
|
1410
|
-
...obj,
|
|
1411
|
-
});
|
|
1412
|
-
})(DescribeGameServerInstancesOutput = exports.DescribeGameServerInstancesOutput || (exports.DescribeGameServerInstancesOutput = {}));
|
|
1413
|
-
var DescribeGameSessionDetailsInput;
|
|
1414
|
-
(function (DescribeGameSessionDetailsInput) {
|
|
1415
|
-
/**
|
|
1416
|
-
* @internal
|
|
1417
|
-
*/
|
|
1418
|
-
DescribeGameSessionDetailsInput.filterSensitiveLog = (obj) => ({
|
|
1419
|
-
...obj,
|
|
1420
|
-
});
|
|
1421
|
-
})(DescribeGameSessionDetailsInput = exports.DescribeGameSessionDetailsInput || (exports.DescribeGameSessionDetailsInput = {}));
|
|
1422
|
-
var GameSessionDetail;
|
|
1423
|
-
(function (GameSessionDetail) {
|
|
1424
|
-
/**
|
|
1425
|
-
* @internal
|
|
1426
|
-
*/
|
|
1427
|
-
GameSessionDetail.filterSensitiveLog = (obj) => ({
|
|
1428
|
-
...obj,
|
|
1429
|
-
});
|
|
1430
|
-
})(GameSessionDetail = exports.GameSessionDetail || (exports.GameSessionDetail = {}));
|
|
1431
|
-
var DescribeGameSessionDetailsOutput;
|
|
1432
|
-
(function (DescribeGameSessionDetailsOutput) {
|
|
1433
|
-
/**
|
|
1434
|
-
* @internal
|
|
1435
|
-
*/
|
|
1436
|
-
DescribeGameSessionDetailsOutput.filterSensitiveLog = (obj) => ({
|
|
1437
|
-
...obj,
|
|
1438
|
-
});
|
|
1439
|
-
})(DescribeGameSessionDetailsOutput = exports.DescribeGameSessionDetailsOutput || (exports.DescribeGameSessionDetailsOutput = {}));
|
|
1440
|
-
var DescribeGameSessionPlacementInput;
|
|
1441
|
-
(function (DescribeGameSessionPlacementInput) {
|
|
1442
|
-
/**
|
|
1443
|
-
* @internal
|
|
1444
|
-
*/
|
|
1445
|
-
DescribeGameSessionPlacementInput.filterSensitiveLog = (obj) => ({
|
|
1446
|
-
...obj,
|
|
1447
|
-
});
|
|
1448
|
-
})(DescribeGameSessionPlacementInput = exports.DescribeGameSessionPlacementInput || (exports.DescribeGameSessionPlacementInput = {}));
|
|
1449
|
-
var PlacedPlayerSession;
|
|
1450
|
-
(function (PlacedPlayerSession) {
|
|
1451
|
-
/**
|
|
1452
|
-
* @internal
|
|
1453
|
-
*/
|
|
1454
|
-
PlacedPlayerSession.filterSensitiveLog = (obj) => ({
|
|
1455
|
-
...obj,
|
|
1456
|
-
});
|
|
1457
|
-
})(PlacedPlayerSession = exports.PlacedPlayerSession || (exports.PlacedPlayerSession = {}));
|
|
1458
|
-
var PlayerLatency;
|
|
1459
|
-
(function (PlayerLatency) {
|
|
1460
|
-
/**
|
|
1461
|
-
* @internal
|
|
1462
|
-
*/
|
|
1463
|
-
PlayerLatency.filterSensitiveLog = (obj) => ({
|
|
1464
|
-
...obj,
|
|
1465
|
-
});
|
|
1466
|
-
})(PlayerLatency = exports.PlayerLatency || (exports.PlayerLatency = {}));
|
|
1467
|
-
var GameSessionPlacementState;
|
|
1468
|
-
(function (GameSessionPlacementState) {
|
|
1469
|
-
GameSessionPlacementState["CANCELLED"] = "CANCELLED";
|
|
1470
|
-
GameSessionPlacementState["FAILED"] = "FAILED";
|
|
1471
|
-
GameSessionPlacementState["FULFILLED"] = "FULFILLED";
|
|
1472
|
-
GameSessionPlacementState["PENDING"] = "PENDING";
|
|
1473
|
-
GameSessionPlacementState["TIMED_OUT"] = "TIMED_OUT";
|
|
1474
|
-
})(GameSessionPlacementState = exports.GameSessionPlacementState || (exports.GameSessionPlacementState = {}));
|
|
1475
|
-
var GameSessionPlacement;
|
|
1476
|
-
(function (GameSessionPlacement) {
|
|
1477
|
-
/**
|
|
1478
|
-
* @internal
|
|
1479
|
-
*/
|
|
1480
|
-
GameSessionPlacement.filterSensitiveLog = (obj) => ({
|
|
1481
|
-
...obj,
|
|
1482
|
-
});
|
|
1483
|
-
})(GameSessionPlacement = exports.GameSessionPlacement || (exports.GameSessionPlacement = {}));
|
|
1484
|
-
var DescribeGameSessionPlacementOutput;
|
|
1485
|
-
(function (DescribeGameSessionPlacementOutput) {
|
|
1486
|
-
/**
|
|
1487
|
-
* @internal
|
|
1488
|
-
*/
|
|
1489
|
-
DescribeGameSessionPlacementOutput.filterSensitiveLog = (obj) => ({
|
|
1490
|
-
...obj,
|
|
1491
|
-
});
|
|
1492
|
-
})(DescribeGameSessionPlacementOutput = exports.DescribeGameSessionPlacementOutput || (exports.DescribeGameSessionPlacementOutput = {}));
|
|
1493
|
-
var DescribeGameSessionQueuesInput;
|
|
1494
|
-
(function (DescribeGameSessionQueuesInput) {
|
|
1495
|
-
/**
|
|
1496
|
-
* @internal
|
|
1497
|
-
*/
|
|
1498
|
-
DescribeGameSessionQueuesInput.filterSensitiveLog = (obj) => ({
|
|
1499
|
-
...obj,
|
|
1500
|
-
});
|
|
1501
|
-
})(DescribeGameSessionQueuesInput = exports.DescribeGameSessionQueuesInput || (exports.DescribeGameSessionQueuesInput = {}));
|
|
1502
|
-
var DescribeGameSessionQueuesOutput;
|
|
1503
|
-
(function (DescribeGameSessionQueuesOutput) {
|
|
1504
|
-
/**
|
|
1505
|
-
* @internal
|
|
1506
|
-
*/
|
|
1507
|
-
DescribeGameSessionQueuesOutput.filterSensitiveLog = (obj) => ({
|
|
1508
|
-
...obj,
|
|
1509
|
-
});
|
|
1510
|
-
})(DescribeGameSessionQueuesOutput = exports.DescribeGameSessionQueuesOutput || (exports.DescribeGameSessionQueuesOutput = {}));
|
|
1511
|
-
var DescribeGameSessionsInput;
|
|
1512
|
-
(function (DescribeGameSessionsInput) {
|
|
1513
|
-
/**
|
|
1514
|
-
* @internal
|
|
1515
|
-
*/
|
|
1516
|
-
DescribeGameSessionsInput.filterSensitiveLog = (obj) => ({
|
|
1517
|
-
...obj,
|
|
1518
|
-
});
|
|
1519
|
-
})(DescribeGameSessionsInput = exports.DescribeGameSessionsInput || (exports.DescribeGameSessionsInput = {}));
|
|
1520
|
-
var DescribeGameSessionsOutput;
|
|
1521
|
-
(function (DescribeGameSessionsOutput) {
|
|
1522
|
-
/**
|
|
1523
|
-
* @internal
|
|
1524
|
-
*/
|
|
1525
|
-
DescribeGameSessionsOutput.filterSensitiveLog = (obj) => ({
|
|
1526
|
-
...obj,
|
|
1527
|
-
});
|
|
1528
|
-
})(DescribeGameSessionsOutput = exports.DescribeGameSessionsOutput || (exports.DescribeGameSessionsOutput = {}));
|
|
1529
|
-
var DescribeInstancesInput;
|
|
1530
|
-
(function (DescribeInstancesInput) {
|
|
1531
|
-
/**
|
|
1532
|
-
* @internal
|
|
1533
|
-
*/
|
|
1534
|
-
DescribeInstancesInput.filterSensitiveLog = (obj) => ({
|
|
1535
|
-
...obj,
|
|
1536
|
-
});
|
|
1537
|
-
})(DescribeInstancesInput = exports.DescribeInstancesInput || (exports.DescribeInstancesInput = {}));
|
|
1538
|
-
var InstanceStatus;
|
|
1539
|
-
(function (InstanceStatus) {
|
|
1540
|
-
InstanceStatus["ACTIVE"] = "ACTIVE";
|
|
1541
|
-
InstanceStatus["PENDING"] = "PENDING";
|
|
1542
|
-
InstanceStatus["TERMINATING"] = "TERMINATING";
|
|
1543
|
-
})(InstanceStatus = exports.InstanceStatus || (exports.InstanceStatus = {}));
|
|
1544
|
-
var Instance;
|
|
1545
|
-
(function (Instance) {
|
|
1546
|
-
/**
|
|
1547
|
-
* @internal
|
|
1548
|
-
*/
|
|
1549
|
-
Instance.filterSensitiveLog = (obj) => ({
|
|
1550
|
-
...obj,
|
|
1551
|
-
});
|
|
1552
|
-
})(Instance = exports.Instance || (exports.Instance = {}));
|
|
1553
|
-
var DescribeInstancesOutput;
|
|
1554
|
-
(function (DescribeInstancesOutput) {
|
|
1555
|
-
/**
|
|
1556
|
-
* @internal
|
|
1557
|
-
*/
|
|
1558
|
-
DescribeInstancesOutput.filterSensitiveLog = (obj) => ({
|
|
1559
|
-
...obj,
|
|
1560
|
-
});
|
|
1561
|
-
})(DescribeInstancesOutput = exports.DescribeInstancesOutput || (exports.DescribeInstancesOutput = {}));
|
|
1562
|
-
var DescribeMatchmakingInput;
|
|
1563
|
-
(function (DescribeMatchmakingInput) {
|
|
1564
|
-
/**
|
|
1565
|
-
* @internal
|
|
1566
|
-
*/
|
|
1567
|
-
DescribeMatchmakingInput.filterSensitiveLog = (obj) => ({
|
|
1568
|
-
...obj,
|
|
1569
|
-
});
|
|
1570
|
-
})(DescribeMatchmakingInput = exports.DescribeMatchmakingInput || (exports.DescribeMatchmakingInput = {}));
|
|
1571
|
-
var MatchedPlayerSession;
|
|
1572
|
-
(function (MatchedPlayerSession) {
|
|
1573
|
-
/**
|
|
1574
|
-
* @internal
|
|
1575
|
-
*/
|
|
1576
|
-
MatchedPlayerSession.filterSensitiveLog = (obj) => ({
|
|
1577
|
-
...obj,
|
|
1578
|
-
});
|
|
1579
|
-
})(MatchedPlayerSession = exports.MatchedPlayerSession || (exports.MatchedPlayerSession = {}));
|
|
1580
|
-
var GameSessionConnectionInfo;
|
|
1581
|
-
(function (GameSessionConnectionInfo) {
|
|
1582
|
-
/**
|
|
1583
|
-
* @internal
|
|
1584
|
-
*/
|
|
1585
|
-
GameSessionConnectionInfo.filterSensitiveLog = (obj) => ({
|
|
1586
|
-
...obj,
|
|
1587
|
-
});
|
|
1588
|
-
})(GameSessionConnectionInfo = exports.GameSessionConnectionInfo || (exports.GameSessionConnectionInfo = {}));
|
|
1589
|
-
var Player;
|
|
1590
|
-
(function (Player) {
|
|
1591
|
-
/**
|
|
1592
|
-
* @internal
|
|
1593
|
-
*/
|
|
1594
|
-
Player.filterSensitiveLog = (obj) => ({
|
|
1595
|
-
...obj,
|
|
1596
|
-
});
|
|
1597
|
-
})(Player = exports.Player || (exports.Player = {}));
|
|
1598
|
-
var MatchmakingTicket;
|
|
1599
|
-
(function (MatchmakingTicket) {
|
|
1600
|
-
/**
|
|
1601
|
-
* @internal
|
|
1602
|
-
*/
|
|
1603
|
-
MatchmakingTicket.filterSensitiveLog = (obj) => ({
|
|
1604
|
-
...obj,
|
|
1605
|
-
});
|
|
1606
|
-
})(MatchmakingTicket = exports.MatchmakingTicket || (exports.MatchmakingTicket = {}));
|
|
1607
|
-
var DescribeMatchmakingOutput;
|
|
1608
|
-
(function (DescribeMatchmakingOutput) {
|
|
1609
|
-
/**
|
|
1610
|
-
* @internal
|
|
1611
|
-
*/
|
|
1612
|
-
DescribeMatchmakingOutput.filterSensitiveLog = (obj) => ({
|
|
1613
|
-
...obj,
|
|
1614
|
-
});
|
|
1615
|
-
})(DescribeMatchmakingOutput = exports.DescribeMatchmakingOutput || (exports.DescribeMatchmakingOutput = {}));
|
|
1616
|
-
var DescribeMatchmakingConfigurationsInput;
|
|
1617
|
-
(function (DescribeMatchmakingConfigurationsInput) {
|
|
1618
|
-
/**
|
|
1619
|
-
* @internal
|
|
1620
|
-
*/
|
|
1621
|
-
DescribeMatchmakingConfigurationsInput.filterSensitiveLog = (obj) => ({
|
|
1622
|
-
...obj,
|
|
1623
|
-
});
|
|
1624
|
-
})(DescribeMatchmakingConfigurationsInput = exports.DescribeMatchmakingConfigurationsInput || (exports.DescribeMatchmakingConfigurationsInput = {}));
|
|
1625
|
-
var DescribeMatchmakingConfigurationsOutput;
|
|
1626
|
-
(function (DescribeMatchmakingConfigurationsOutput) {
|
|
1627
|
-
/**
|
|
1628
|
-
* @internal
|
|
1629
|
-
*/
|
|
1630
|
-
DescribeMatchmakingConfigurationsOutput.filterSensitiveLog = (obj) => ({
|
|
1631
|
-
...obj,
|
|
1632
|
-
});
|
|
1633
|
-
})(DescribeMatchmakingConfigurationsOutput = exports.DescribeMatchmakingConfigurationsOutput || (exports.DescribeMatchmakingConfigurationsOutput = {}));
|
|
1634
|
-
var DescribeMatchmakingRuleSetsInput;
|
|
1635
|
-
(function (DescribeMatchmakingRuleSetsInput) {
|
|
1636
|
-
/**
|
|
1637
|
-
* @internal
|
|
1638
|
-
*/
|
|
1639
|
-
DescribeMatchmakingRuleSetsInput.filterSensitiveLog = (obj) => ({
|
|
1640
|
-
...obj,
|
|
1641
|
-
});
|
|
1642
|
-
})(DescribeMatchmakingRuleSetsInput = exports.DescribeMatchmakingRuleSetsInput || (exports.DescribeMatchmakingRuleSetsInput = {}));
|
|
1643
|
-
var DescribeMatchmakingRuleSetsOutput;
|
|
1644
|
-
(function (DescribeMatchmakingRuleSetsOutput) {
|
|
1645
|
-
/**
|
|
1646
|
-
* @internal
|
|
1647
|
-
*/
|
|
1648
|
-
DescribeMatchmakingRuleSetsOutput.filterSensitiveLog = (obj) => ({
|
|
1649
|
-
...obj,
|
|
1650
|
-
});
|
|
1651
|
-
})(DescribeMatchmakingRuleSetsOutput = exports.DescribeMatchmakingRuleSetsOutput || (exports.DescribeMatchmakingRuleSetsOutput = {}));
|
|
1652
|
-
var DescribePlayerSessionsInput;
|
|
1653
|
-
(function (DescribePlayerSessionsInput) {
|
|
1654
|
-
/**
|
|
1655
|
-
* @internal
|
|
1656
|
-
*/
|
|
1657
|
-
DescribePlayerSessionsInput.filterSensitiveLog = (obj) => ({
|
|
1658
|
-
...obj,
|
|
1659
|
-
});
|
|
1660
|
-
})(DescribePlayerSessionsInput = exports.DescribePlayerSessionsInput || (exports.DescribePlayerSessionsInput = {}));
|
|
1661
|
-
var DescribePlayerSessionsOutput;
|
|
1662
|
-
(function (DescribePlayerSessionsOutput) {
|
|
1663
|
-
/**
|
|
1664
|
-
* @internal
|
|
1665
|
-
*/
|
|
1666
|
-
DescribePlayerSessionsOutput.filterSensitiveLog = (obj) => ({
|
|
1667
|
-
...obj,
|
|
1668
|
-
});
|
|
1669
|
-
})(DescribePlayerSessionsOutput = exports.DescribePlayerSessionsOutput || (exports.DescribePlayerSessionsOutput = {}));
|
|
1670
|
-
var DescribeRuntimeConfigurationInput;
|
|
1671
|
-
(function (DescribeRuntimeConfigurationInput) {
|
|
1672
|
-
/**
|
|
1673
|
-
* @internal
|
|
1674
|
-
*/
|
|
1675
|
-
DescribeRuntimeConfigurationInput.filterSensitiveLog = (obj) => ({
|
|
1676
|
-
...obj,
|
|
1677
|
-
});
|
|
1678
|
-
})(DescribeRuntimeConfigurationInput = exports.DescribeRuntimeConfigurationInput || (exports.DescribeRuntimeConfigurationInput = {}));
|
|
1679
|
-
var DescribeRuntimeConfigurationOutput;
|
|
1680
|
-
(function (DescribeRuntimeConfigurationOutput) {
|
|
1681
|
-
/**
|
|
1682
|
-
* @internal
|
|
1683
|
-
*/
|
|
1684
|
-
DescribeRuntimeConfigurationOutput.filterSensitiveLog = (obj) => ({
|
|
1685
|
-
...obj,
|
|
1686
|
-
});
|
|
1687
|
-
})(DescribeRuntimeConfigurationOutput = exports.DescribeRuntimeConfigurationOutput || (exports.DescribeRuntimeConfigurationOutput = {}));
|
|
1688
|
-
var ScalingStatusType;
|
|
1689
|
-
(function (ScalingStatusType) {
|
|
1690
|
-
ScalingStatusType["ACTIVE"] = "ACTIVE";
|
|
1691
|
-
ScalingStatusType["DELETED"] = "DELETED";
|
|
1692
|
-
ScalingStatusType["DELETE_REQUESTED"] = "DELETE_REQUESTED";
|
|
1693
|
-
ScalingStatusType["DELETING"] = "DELETING";
|
|
1694
|
-
ScalingStatusType["ERROR"] = "ERROR";
|
|
1695
|
-
ScalingStatusType["UPDATE_REQUESTED"] = "UPDATE_REQUESTED";
|
|
1696
|
-
ScalingStatusType["UPDATING"] = "UPDATING";
|
|
1697
|
-
})(ScalingStatusType = exports.ScalingStatusType || (exports.ScalingStatusType = {}));
|
|
1698
|
-
var DescribeScalingPoliciesInput;
|
|
1699
|
-
(function (DescribeScalingPoliciesInput) {
|
|
1700
|
-
/**
|
|
1701
|
-
* @internal
|
|
1702
|
-
*/
|
|
1703
|
-
DescribeScalingPoliciesInput.filterSensitiveLog = (obj) => ({
|
|
1704
|
-
...obj,
|
|
1705
|
-
});
|
|
1706
|
-
})(DescribeScalingPoliciesInput = exports.DescribeScalingPoliciesInput || (exports.DescribeScalingPoliciesInput = {}));
|
|
1707
|
-
var PolicyType;
|
|
1708
|
-
(function (PolicyType) {
|
|
1709
|
-
PolicyType["RuleBased"] = "RuleBased";
|
|
1710
|
-
PolicyType["TargetBased"] = "TargetBased";
|
|
1711
|
-
})(PolicyType = exports.PolicyType || (exports.PolicyType = {}));
|
|
1712
|
-
var ScalingAdjustmentType;
|
|
1713
|
-
(function (ScalingAdjustmentType) {
|
|
1714
|
-
ScalingAdjustmentType["ChangeInCapacity"] = "ChangeInCapacity";
|
|
1715
|
-
ScalingAdjustmentType["ExactCapacity"] = "ExactCapacity";
|
|
1716
|
-
ScalingAdjustmentType["PercentChangeInCapacity"] = "PercentChangeInCapacity";
|
|
1717
|
-
})(ScalingAdjustmentType = exports.ScalingAdjustmentType || (exports.ScalingAdjustmentType = {}));
|
|
1718
|
-
var TargetConfiguration;
|
|
1719
|
-
(function (TargetConfiguration) {
|
|
1720
|
-
/**
|
|
1721
|
-
* @internal
|
|
1722
|
-
*/
|
|
1723
|
-
TargetConfiguration.filterSensitiveLog = (obj) => ({
|
|
1724
|
-
...obj,
|
|
1725
|
-
});
|
|
1726
|
-
})(TargetConfiguration = exports.TargetConfiguration || (exports.TargetConfiguration = {}));
|
|
1727
|
-
var ScalingPolicy;
|
|
1728
|
-
(function (ScalingPolicy) {
|
|
1729
|
-
/**
|
|
1730
|
-
* @internal
|
|
1731
|
-
*/
|
|
1732
|
-
ScalingPolicy.filterSensitiveLog = (obj) => ({
|
|
1733
|
-
...obj,
|
|
1734
|
-
});
|
|
1735
|
-
})(ScalingPolicy = exports.ScalingPolicy || (exports.ScalingPolicy = {}));
|
|
1736
|
-
var DescribeScalingPoliciesOutput;
|
|
1737
|
-
(function (DescribeScalingPoliciesOutput) {
|
|
1738
|
-
/**
|
|
1739
|
-
* @internal
|
|
1740
|
-
*/
|
|
1741
|
-
DescribeScalingPoliciesOutput.filterSensitiveLog = (obj) => ({
|
|
1742
|
-
...obj,
|
|
1743
|
-
});
|
|
1744
|
-
})(DescribeScalingPoliciesOutput = exports.DescribeScalingPoliciesOutput || (exports.DescribeScalingPoliciesOutput = {}));
|
|
1745
|
-
var DescribeScriptInput;
|
|
1746
|
-
(function (DescribeScriptInput) {
|
|
1747
|
-
/**
|
|
1748
|
-
* @internal
|
|
1749
|
-
*/
|
|
1750
|
-
DescribeScriptInput.filterSensitiveLog = (obj) => ({
|
|
1751
|
-
...obj,
|
|
1752
|
-
});
|
|
1753
|
-
})(DescribeScriptInput = exports.DescribeScriptInput || (exports.DescribeScriptInput = {}));
|
|
1754
|
-
var DescribeScriptOutput;
|
|
1755
|
-
(function (DescribeScriptOutput) {
|
|
1756
|
-
/**
|
|
1757
|
-
* @internal
|
|
1758
|
-
*/
|
|
1759
|
-
DescribeScriptOutput.filterSensitiveLog = (obj) => ({
|
|
1760
|
-
...obj,
|
|
1761
|
-
});
|
|
1762
|
-
})(DescribeScriptOutput = exports.DescribeScriptOutput || (exports.DescribeScriptOutput = {}));
|
|
1763
|
-
var DescribeVpcPeeringAuthorizationsInput;
|
|
1764
|
-
(function (DescribeVpcPeeringAuthorizationsInput) {
|
|
1765
|
-
/**
|
|
1766
|
-
* @internal
|
|
1767
|
-
*/
|
|
1768
|
-
DescribeVpcPeeringAuthorizationsInput.filterSensitiveLog = (obj) => ({
|
|
1769
|
-
...obj,
|
|
1770
|
-
});
|
|
1771
|
-
})(DescribeVpcPeeringAuthorizationsInput = exports.DescribeVpcPeeringAuthorizationsInput || (exports.DescribeVpcPeeringAuthorizationsInput = {}));
|
|
1772
|
-
var DescribeVpcPeeringAuthorizationsOutput;
|
|
1773
|
-
(function (DescribeVpcPeeringAuthorizationsOutput) {
|
|
1774
|
-
/**
|
|
1775
|
-
* @internal
|
|
1776
|
-
*/
|
|
1777
|
-
DescribeVpcPeeringAuthorizationsOutput.filterSensitiveLog = (obj) => ({
|
|
1778
|
-
...obj,
|
|
1779
|
-
});
|
|
1780
|
-
})(DescribeVpcPeeringAuthorizationsOutput = exports.DescribeVpcPeeringAuthorizationsOutput || (exports.DescribeVpcPeeringAuthorizationsOutput = {}));
|
|
1781
|
-
var DescribeVpcPeeringConnectionsInput;
|
|
1782
|
-
(function (DescribeVpcPeeringConnectionsInput) {
|
|
1783
|
-
/**
|
|
1784
|
-
* @internal
|
|
1785
|
-
*/
|
|
1786
|
-
DescribeVpcPeeringConnectionsInput.filterSensitiveLog = (obj) => ({
|
|
1787
|
-
...obj,
|
|
1788
|
-
});
|
|
1789
|
-
})(DescribeVpcPeeringConnectionsInput = exports.DescribeVpcPeeringConnectionsInput || (exports.DescribeVpcPeeringConnectionsInput = {}));
|
|
1790
|
-
var VpcPeeringConnectionStatus;
|
|
1791
|
-
(function (VpcPeeringConnectionStatus) {
|
|
1792
|
-
/**
|
|
1793
|
-
* @internal
|
|
1794
|
-
*/
|
|
1795
|
-
VpcPeeringConnectionStatus.filterSensitiveLog = (obj) => ({
|
|
1796
|
-
...obj,
|
|
1797
|
-
});
|
|
1798
|
-
})(VpcPeeringConnectionStatus = exports.VpcPeeringConnectionStatus || (exports.VpcPeeringConnectionStatus = {}));
|
|
1799
|
-
var VpcPeeringConnection;
|
|
1800
|
-
(function (VpcPeeringConnection) {
|
|
1801
|
-
/**
|
|
1802
|
-
* @internal
|
|
1803
|
-
*/
|
|
1804
|
-
VpcPeeringConnection.filterSensitiveLog = (obj) => ({
|
|
1805
|
-
...obj,
|
|
1806
|
-
});
|
|
1807
|
-
})(VpcPeeringConnection = exports.VpcPeeringConnection || (exports.VpcPeeringConnection = {}));
|
|
1808
|
-
var DescribeVpcPeeringConnectionsOutput;
|
|
1809
|
-
(function (DescribeVpcPeeringConnectionsOutput) {
|
|
1810
|
-
/**
|
|
1811
|
-
* @internal
|
|
1812
|
-
*/
|
|
1813
|
-
DescribeVpcPeeringConnectionsOutput.filterSensitiveLog = (obj) => ({
|
|
1814
|
-
...obj,
|
|
1815
|
-
});
|
|
1816
|
-
})(DescribeVpcPeeringConnectionsOutput = exports.DescribeVpcPeeringConnectionsOutput || (exports.DescribeVpcPeeringConnectionsOutput = {}));
|
|
1817
|
-
var DesiredPlayerSession;
|
|
1818
|
-
(function (DesiredPlayerSession) {
|
|
1819
|
-
/**
|
|
1820
|
-
* @internal
|
|
1821
|
-
*/
|
|
1822
|
-
DesiredPlayerSession.filterSensitiveLog = (obj) => ({
|
|
1823
|
-
...obj,
|
|
1824
|
-
});
|
|
1825
|
-
})(DesiredPlayerSession = exports.DesiredPlayerSession || (exports.DesiredPlayerSession = {}));
|
|
1826
|
-
var GetGameSessionLogUrlInput;
|
|
1827
|
-
(function (GetGameSessionLogUrlInput) {
|
|
1828
|
-
/**
|
|
1829
|
-
* @internal
|
|
1830
|
-
*/
|
|
1831
|
-
GetGameSessionLogUrlInput.filterSensitiveLog = (obj) => ({
|
|
1832
|
-
...obj,
|
|
1833
|
-
});
|
|
1834
|
-
})(GetGameSessionLogUrlInput = exports.GetGameSessionLogUrlInput || (exports.GetGameSessionLogUrlInput = {}));
|
|
1835
|
-
var GetGameSessionLogUrlOutput;
|
|
1836
|
-
(function (GetGameSessionLogUrlOutput) {
|
|
1837
|
-
/**
|
|
1838
|
-
* @internal
|
|
1839
|
-
*/
|
|
1840
|
-
GetGameSessionLogUrlOutput.filterSensitiveLog = (obj) => ({
|
|
1841
|
-
...obj,
|
|
1842
|
-
});
|
|
1843
|
-
})(GetGameSessionLogUrlOutput = exports.GetGameSessionLogUrlOutput || (exports.GetGameSessionLogUrlOutput = {}));
|
|
1844
|
-
var GetInstanceAccessInput;
|
|
1845
|
-
(function (GetInstanceAccessInput) {
|
|
1846
|
-
/**
|
|
1847
|
-
* @internal
|
|
1848
|
-
*/
|
|
1849
|
-
GetInstanceAccessInput.filterSensitiveLog = (obj) => ({
|
|
1850
|
-
...obj,
|
|
1851
|
-
});
|
|
1852
|
-
})(GetInstanceAccessInput = exports.GetInstanceAccessInput || (exports.GetInstanceAccessInput = {}));
|
|
1853
|
-
var InstanceCredentials;
|
|
1854
|
-
(function (InstanceCredentials) {
|
|
1855
|
-
/**
|
|
1856
|
-
* @internal
|
|
1857
|
-
*/
|
|
1858
|
-
InstanceCredentials.filterSensitiveLog = (obj) => ({
|
|
1859
|
-
...obj,
|
|
1860
|
-
});
|
|
1861
|
-
})(InstanceCredentials = exports.InstanceCredentials || (exports.InstanceCredentials = {}));
|
|
1862
|
-
var InstanceAccess;
|
|
1863
|
-
(function (InstanceAccess) {
|
|
1864
|
-
/**
|
|
1865
|
-
* @internal
|
|
1866
|
-
*/
|
|
1867
|
-
InstanceAccess.filterSensitiveLog = (obj) => ({
|
|
1868
|
-
...obj,
|
|
1869
|
-
...(obj.Credentials && { Credentials: smithy_client_1.SENSITIVE_STRING }),
|
|
1870
|
-
});
|
|
1871
|
-
})(InstanceAccess = exports.InstanceAccess || (exports.InstanceAccess = {}));
|
|
1872
|
-
var GetInstanceAccessOutput;
|
|
1873
|
-
(function (GetInstanceAccessOutput) {
|
|
1874
|
-
/**
|
|
1875
|
-
* @internal
|
|
1876
|
-
*/
|
|
1877
|
-
GetInstanceAccessOutput.filterSensitiveLog = (obj) => ({
|
|
1878
|
-
...obj,
|
|
1879
|
-
...(obj.InstanceAccess && { InstanceAccess: InstanceAccess.filterSensitiveLog(obj.InstanceAccess) }),
|
|
1880
|
-
});
|
|
1881
|
-
})(GetInstanceAccessOutput = exports.GetInstanceAccessOutput || (exports.GetInstanceAccessOutput = {}));
|
|
1882
|
-
var ListAliasesInput;
|
|
1883
|
-
(function (ListAliasesInput) {
|
|
1884
|
-
/**
|
|
1885
|
-
* @internal
|
|
1886
|
-
*/
|
|
1887
|
-
ListAliasesInput.filterSensitiveLog = (obj) => ({
|
|
1888
|
-
...obj,
|
|
1889
|
-
});
|
|
1890
|
-
})(ListAliasesInput = exports.ListAliasesInput || (exports.ListAliasesInput = {}));
|
|
1891
|
-
var ListAliasesOutput;
|
|
1892
|
-
(function (ListAliasesOutput) {
|
|
1893
|
-
/**
|
|
1894
|
-
* @internal
|
|
1895
|
-
*/
|
|
1896
|
-
ListAliasesOutput.filterSensitiveLog = (obj) => ({
|
|
1897
|
-
...obj,
|
|
1898
|
-
});
|
|
1899
|
-
})(ListAliasesOutput = exports.ListAliasesOutput || (exports.ListAliasesOutput = {}));
|
|
1900
|
-
var ListBuildsInput;
|
|
1901
|
-
(function (ListBuildsInput) {
|
|
1902
|
-
/**
|
|
1903
|
-
* @internal
|
|
1904
|
-
*/
|
|
1905
|
-
ListBuildsInput.filterSensitiveLog = (obj) => ({
|
|
1906
|
-
...obj,
|
|
1907
|
-
});
|
|
1908
|
-
})(ListBuildsInput = exports.ListBuildsInput || (exports.ListBuildsInput = {}));
|
|
1909
|
-
var ListBuildsOutput;
|
|
1910
|
-
(function (ListBuildsOutput) {
|
|
1911
|
-
/**
|
|
1912
|
-
* @internal
|
|
1913
|
-
*/
|
|
1914
|
-
ListBuildsOutput.filterSensitiveLog = (obj) => ({
|
|
1915
|
-
...obj,
|
|
1916
|
-
});
|
|
1917
|
-
})(ListBuildsOutput = exports.ListBuildsOutput || (exports.ListBuildsOutput = {}));
|
|
1918
|
-
var ListFleetsInput;
|
|
1919
|
-
(function (ListFleetsInput) {
|
|
1920
|
-
/**
|
|
1921
|
-
* @internal
|
|
1922
|
-
*/
|
|
1923
|
-
ListFleetsInput.filterSensitiveLog = (obj) => ({
|
|
1924
|
-
...obj,
|
|
1925
|
-
});
|
|
1926
|
-
})(ListFleetsInput = exports.ListFleetsInput || (exports.ListFleetsInput = {}));
|
|
1927
|
-
var ListFleetsOutput;
|
|
1928
|
-
(function (ListFleetsOutput) {
|
|
1929
|
-
/**
|
|
1930
|
-
* @internal
|
|
1931
|
-
*/
|
|
1932
|
-
ListFleetsOutput.filterSensitiveLog = (obj) => ({
|
|
1933
|
-
...obj,
|
|
1934
|
-
});
|
|
1935
|
-
})(ListFleetsOutput = exports.ListFleetsOutput || (exports.ListFleetsOutput = {}));
|
|
1936
|
-
var ListGameServerGroupsInput;
|
|
1937
|
-
(function (ListGameServerGroupsInput) {
|
|
1938
|
-
/**
|
|
1939
|
-
* @internal
|
|
1940
|
-
*/
|
|
1941
|
-
ListGameServerGroupsInput.filterSensitiveLog = (obj) => ({
|
|
1942
|
-
...obj,
|
|
1943
|
-
});
|
|
1944
|
-
})(ListGameServerGroupsInput = exports.ListGameServerGroupsInput || (exports.ListGameServerGroupsInput = {}));
|
|
1945
|
-
var ListGameServerGroupsOutput;
|
|
1946
|
-
(function (ListGameServerGroupsOutput) {
|
|
1947
|
-
/**
|
|
1948
|
-
* @internal
|
|
1949
|
-
*/
|
|
1950
|
-
ListGameServerGroupsOutput.filterSensitiveLog = (obj) => ({
|
|
1951
|
-
...obj,
|
|
1952
|
-
});
|
|
1953
|
-
})(ListGameServerGroupsOutput = exports.ListGameServerGroupsOutput || (exports.ListGameServerGroupsOutput = {}));
|
|
1954
|
-
var SortOrder;
|
|
1955
|
-
(function (SortOrder) {
|
|
1956
|
-
SortOrder["ASCENDING"] = "ASCENDING";
|
|
1957
|
-
SortOrder["DESCENDING"] = "DESCENDING";
|
|
1958
|
-
})(SortOrder = exports.SortOrder || (exports.SortOrder = {}));
|
|
1959
|
-
var ListGameServersInput;
|
|
1960
|
-
(function (ListGameServersInput) {
|
|
1961
|
-
/**
|
|
1962
|
-
* @internal
|
|
1963
|
-
*/
|
|
1964
|
-
ListGameServersInput.filterSensitiveLog = (obj) => ({
|
|
1965
|
-
...obj,
|
|
1966
|
-
});
|
|
1967
|
-
})(ListGameServersInput = exports.ListGameServersInput || (exports.ListGameServersInput = {}));
|
|
1968
|
-
var ListGameServersOutput;
|
|
1969
|
-
(function (ListGameServersOutput) {
|
|
1970
|
-
/**
|
|
1971
|
-
* @internal
|
|
1972
|
-
*/
|
|
1973
|
-
ListGameServersOutput.filterSensitiveLog = (obj) => ({
|
|
1974
|
-
...obj,
|
|
1975
|
-
});
|
|
1976
|
-
})(ListGameServersOutput = exports.ListGameServersOutput || (exports.ListGameServersOutput = {}));
|
|
1977
|
-
var ListScriptsInput;
|
|
1978
|
-
(function (ListScriptsInput) {
|
|
1979
|
-
/**
|
|
1980
|
-
* @internal
|
|
1981
|
-
*/
|
|
1982
|
-
ListScriptsInput.filterSensitiveLog = (obj) => ({
|
|
1983
|
-
...obj,
|
|
1984
|
-
});
|
|
1985
|
-
})(ListScriptsInput = exports.ListScriptsInput || (exports.ListScriptsInput = {}));
|
|
1986
|
-
var ListScriptsOutput;
|
|
1987
|
-
(function (ListScriptsOutput) {
|
|
1988
|
-
/**
|
|
1989
|
-
* @internal
|
|
1990
|
-
*/
|
|
1991
|
-
ListScriptsOutput.filterSensitiveLog = (obj) => ({
|
|
1992
|
-
...obj,
|
|
1993
|
-
});
|
|
1994
|
-
})(ListScriptsOutput = exports.ListScriptsOutput || (exports.ListScriptsOutput = {}));
|
|
1995
|
-
var ListTagsForResourceRequest;
|
|
1996
|
-
(function (ListTagsForResourceRequest) {
|
|
1997
|
-
/**
|
|
1998
|
-
* @internal
|
|
1999
|
-
*/
|
|
2000
|
-
ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
|
|
2001
|
-
...obj,
|
|
2002
|
-
});
|
|
2003
|
-
})(ListTagsForResourceRequest = exports.ListTagsForResourceRequest || (exports.ListTagsForResourceRequest = {}));
|
|
2004
|
-
var ListTagsForResourceResponse;
|
|
2005
|
-
(function (ListTagsForResourceResponse) {
|
|
2006
|
-
/**
|
|
2007
|
-
* @internal
|
|
2008
|
-
*/
|
|
2009
|
-
ListTagsForResourceResponse.filterSensitiveLog = (obj) => ({
|
|
2010
|
-
...obj,
|
|
2011
|
-
});
|
|
2012
|
-
})(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
|
|
2013
|
-
var PutScalingPolicyInput;
|
|
2014
|
-
(function (PutScalingPolicyInput) {
|
|
2015
|
-
/**
|
|
2016
|
-
* @internal
|
|
2017
|
-
*/
|
|
2018
|
-
PutScalingPolicyInput.filterSensitiveLog = (obj) => ({
|
|
2019
|
-
...obj,
|
|
2020
|
-
});
|
|
2021
|
-
})(PutScalingPolicyInput = exports.PutScalingPolicyInput || (exports.PutScalingPolicyInput = {}));
|
|
2022
|
-
var PutScalingPolicyOutput;
|
|
2023
|
-
(function (PutScalingPolicyOutput) {
|
|
2024
|
-
/**
|
|
2025
|
-
* @internal
|
|
2026
|
-
*/
|
|
2027
|
-
PutScalingPolicyOutput.filterSensitiveLog = (obj) => ({
|
|
2028
|
-
...obj,
|
|
2029
|
-
});
|
|
2030
|
-
})(PutScalingPolicyOutput = exports.PutScalingPolicyOutput || (exports.PutScalingPolicyOutput = {}));
|
|
2031
|
-
var RegisterGameServerInput;
|
|
2032
|
-
(function (RegisterGameServerInput) {
|
|
2033
|
-
/**
|
|
2034
|
-
* @internal
|
|
2035
|
-
*/
|
|
2036
|
-
RegisterGameServerInput.filterSensitiveLog = (obj) => ({
|
|
2037
|
-
...obj,
|
|
2038
|
-
});
|
|
2039
|
-
})(RegisterGameServerInput = exports.RegisterGameServerInput || (exports.RegisterGameServerInput = {}));
|
|
2040
|
-
var RegisterGameServerOutput;
|
|
2041
|
-
(function (RegisterGameServerOutput) {
|
|
2042
|
-
/**
|
|
2043
|
-
* @internal
|
|
2044
|
-
*/
|
|
2045
|
-
RegisterGameServerOutput.filterSensitiveLog = (obj) => ({
|
|
2046
|
-
...obj,
|
|
2047
|
-
});
|
|
2048
|
-
})(RegisterGameServerOutput = exports.RegisterGameServerOutput || (exports.RegisterGameServerOutput = {}));
|
|
2049
|
-
var RequestUploadCredentialsInput;
|
|
2050
|
-
(function (RequestUploadCredentialsInput) {
|
|
2051
|
-
/**
|
|
2052
|
-
* @internal
|
|
2053
|
-
*/
|
|
2054
|
-
RequestUploadCredentialsInput.filterSensitiveLog = (obj) => ({
|
|
2055
|
-
...obj,
|
|
2056
|
-
});
|
|
2057
|
-
})(RequestUploadCredentialsInput = exports.RequestUploadCredentialsInput || (exports.RequestUploadCredentialsInput = {}));
|
|
2058
|
-
var RequestUploadCredentialsOutput;
|
|
2059
|
-
(function (RequestUploadCredentialsOutput) {
|
|
2060
|
-
/**
|
|
2061
|
-
* @internal
|
|
2062
|
-
*/
|
|
2063
|
-
RequestUploadCredentialsOutput.filterSensitiveLog = (obj) => ({
|
|
2064
|
-
...obj,
|
|
2065
|
-
...(obj.UploadCredentials && { UploadCredentials: smithy_client_1.SENSITIVE_STRING }),
|
|
2066
|
-
});
|
|
2067
|
-
})(RequestUploadCredentialsOutput = exports.RequestUploadCredentialsOutput || (exports.RequestUploadCredentialsOutput = {}));
|
|
2068
|
-
var ResolveAliasInput;
|
|
2069
|
-
(function (ResolveAliasInput) {
|
|
2070
|
-
/**
|
|
2071
|
-
* @internal
|
|
2072
|
-
*/
|
|
2073
|
-
ResolveAliasInput.filterSensitiveLog = (obj) => ({
|
|
2074
|
-
...obj,
|
|
2075
|
-
});
|
|
2076
|
-
})(ResolveAliasInput = exports.ResolveAliasInput || (exports.ResolveAliasInput = {}));
|
|
2077
|
-
var ResolveAliasOutput;
|
|
2078
|
-
(function (ResolveAliasOutput) {
|
|
2079
|
-
/**
|
|
2080
|
-
* @internal
|
|
2081
|
-
*/
|
|
2082
|
-
ResolveAliasOutput.filterSensitiveLog = (obj) => ({
|
|
2083
|
-
...obj,
|
|
2084
|
-
});
|
|
2085
|
-
})(ResolveAliasOutput = exports.ResolveAliasOutput || (exports.ResolveAliasOutput = {}));
|
|
2086
|
-
var ResumeGameServerGroupInput;
|
|
2087
|
-
(function (ResumeGameServerGroupInput) {
|
|
2088
|
-
/**
|
|
2089
|
-
* @internal
|
|
2090
|
-
*/
|
|
2091
|
-
ResumeGameServerGroupInput.filterSensitiveLog = (obj) => ({
|
|
2092
|
-
...obj,
|
|
2093
|
-
});
|
|
2094
|
-
})(ResumeGameServerGroupInput = exports.ResumeGameServerGroupInput || (exports.ResumeGameServerGroupInput = {}));
|
|
2095
|
-
var ResumeGameServerGroupOutput;
|
|
2096
|
-
(function (ResumeGameServerGroupOutput) {
|
|
2097
|
-
/**
|
|
2098
|
-
* @internal
|
|
2099
|
-
*/
|
|
2100
|
-
ResumeGameServerGroupOutput.filterSensitiveLog = (obj) => ({
|
|
2101
|
-
...obj,
|
|
2102
|
-
});
|
|
2103
|
-
})(ResumeGameServerGroupOutput = exports.ResumeGameServerGroupOutput || (exports.ResumeGameServerGroupOutput = {}));
|
|
2104
|
-
var SearchGameSessionsInput;
|
|
2105
|
-
(function (SearchGameSessionsInput) {
|
|
2106
|
-
/**
|
|
2107
|
-
* @internal
|
|
2108
|
-
*/
|
|
2109
|
-
SearchGameSessionsInput.filterSensitiveLog = (obj) => ({
|
|
2110
|
-
...obj,
|
|
2111
|
-
});
|
|
2112
|
-
})(SearchGameSessionsInput = exports.SearchGameSessionsInput || (exports.SearchGameSessionsInput = {}));
|
|
2113
|
-
var SearchGameSessionsOutput;
|
|
2114
|
-
(function (SearchGameSessionsOutput) {
|
|
2115
|
-
/**
|
|
2116
|
-
* @internal
|
|
2117
|
-
*/
|
|
2118
|
-
SearchGameSessionsOutput.filterSensitiveLog = (obj) => ({
|
|
2119
|
-
...obj,
|
|
2120
|
-
});
|
|
2121
|
-
})(SearchGameSessionsOutput = exports.SearchGameSessionsOutput || (exports.SearchGameSessionsOutput = {}));
|
|
2122
|
-
var StartFleetActionsInput;
|
|
2123
|
-
(function (StartFleetActionsInput) {
|
|
2124
|
-
/**
|
|
2125
|
-
* @internal
|
|
2126
|
-
*/
|
|
2127
|
-
StartFleetActionsInput.filterSensitiveLog = (obj) => ({
|
|
2128
|
-
...obj,
|
|
2129
|
-
});
|
|
2130
|
-
})(StartFleetActionsInput = exports.StartFleetActionsInput || (exports.StartFleetActionsInput = {}));
|
|
2131
|
-
var StartFleetActionsOutput;
|
|
2132
|
-
(function (StartFleetActionsOutput) {
|
|
2133
|
-
/**
|
|
2134
|
-
* @internal
|
|
2135
|
-
*/
|
|
2136
|
-
StartFleetActionsOutput.filterSensitiveLog = (obj) => ({
|
|
2137
|
-
...obj,
|
|
2138
|
-
});
|
|
2139
|
-
})(StartFleetActionsOutput = exports.StartFleetActionsOutput || (exports.StartFleetActionsOutput = {}));
|
|
2140
|
-
var StartGameSessionPlacementInput;
|
|
2141
|
-
(function (StartGameSessionPlacementInput) {
|
|
2142
|
-
/**
|
|
2143
|
-
* @internal
|
|
2144
|
-
*/
|
|
2145
|
-
StartGameSessionPlacementInput.filterSensitiveLog = (obj) => ({
|
|
2146
|
-
...obj,
|
|
2147
|
-
});
|
|
2148
|
-
})(StartGameSessionPlacementInput = exports.StartGameSessionPlacementInput || (exports.StartGameSessionPlacementInput = {}));
|
|
2149
|
-
var StartGameSessionPlacementOutput;
|
|
2150
|
-
(function (StartGameSessionPlacementOutput) {
|
|
2151
|
-
/**
|
|
2152
|
-
* @internal
|
|
2153
|
-
*/
|
|
2154
|
-
StartGameSessionPlacementOutput.filterSensitiveLog = (obj) => ({
|
|
2155
|
-
...obj,
|
|
2156
|
-
});
|
|
2157
|
-
})(StartGameSessionPlacementOutput = exports.StartGameSessionPlacementOutput || (exports.StartGameSessionPlacementOutput = {}));
|
|
2158
|
-
var StartMatchBackfillInput;
|
|
2159
|
-
(function (StartMatchBackfillInput) {
|
|
2160
|
-
/**
|
|
2161
|
-
* @internal
|
|
2162
|
-
*/
|
|
2163
|
-
StartMatchBackfillInput.filterSensitiveLog = (obj) => ({
|
|
2164
|
-
...obj,
|
|
2165
|
-
});
|
|
2166
|
-
})(StartMatchBackfillInput = exports.StartMatchBackfillInput || (exports.StartMatchBackfillInput = {}));
|
|
2167
|
-
var StartMatchBackfillOutput;
|
|
2168
|
-
(function (StartMatchBackfillOutput) {
|
|
2169
|
-
/**
|
|
2170
|
-
* @internal
|
|
2171
|
-
*/
|
|
2172
|
-
StartMatchBackfillOutput.filterSensitiveLog = (obj) => ({
|
|
2173
|
-
...obj,
|
|
2174
|
-
});
|
|
2175
|
-
})(StartMatchBackfillOutput = exports.StartMatchBackfillOutput || (exports.StartMatchBackfillOutput = {}));
|
|
2176
|
-
var StartMatchmakingInput;
|
|
2177
|
-
(function (StartMatchmakingInput) {
|
|
2178
|
-
/**
|
|
2179
|
-
* @internal
|
|
2180
|
-
*/
|
|
2181
|
-
StartMatchmakingInput.filterSensitiveLog = (obj) => ({
|
|
2182
|
-
...obj,
|
|
2183
|
-
});
|
|
2184
|
-
})(StartMatchmakingInput = exports.StartMatchmakingInput || (exports.StartMatchmakingInput = {}));
|
|
2185
|
-
var StartMatchmakingOutput;
|
|
2186
|
-
(function (StartMatchmakingOutput) {
|
|
2187
|
-
/**
|
|
2188
|
-
* @internal
|
|
2189
|
-
*/
|
|
2190
|
-
StartMatchmakingOutput.filterSensitiveLog = (obj) => ({
|
|
2191
|
-
...obj,
|
|
2192
|
-
});
|
|
2193
|
-
})(StartMatchmakingOutput = exports.StartMatchmakingOutput || (exports.StartMatchmakingOutput = {}));
|
|
2194
|
-
var StopFleetActionsInput;
|
|
2195
|
-
(function (StopFleetActionsInput) {
|
|
2196
|
-
/**
|
|
2197
|
-
* @internal
|
|
2198
|
-
*/
|
|
2199
|
-
StopFleetActionsInput.filterSensitiveLog = (obj) => ({
|
|
2200
|
-
...obj,
|
|
2201
|
-
});
|
|
2202
|
-
})(StopFleetActionsInput = exports.StopFleetActionsInput || (exports.StopFleetActionsInput = {}));
|
|
2203
|
-
var StopFleetActionsOutput;
|
|
2204
|
-
(function (StopFleetActionsOutput) {
|
|
2205
|
-
/**
|
|
2206
|
-
* @internal
|
|
2207
|
-
*/
|
|
2208
|
-
StopFleetActionsOutput.filterSensitiveLog = (obj) => ({
|
|
2209
|
-
...obj,
|
|
2210
|
-
});
|
|
2211
|
-
})(StopFleetActionsOutput = exports.StopFleetActionsOutput || (exports.StopFleetActionsOutput = {}));
|
|
2212
|
-
var StopGameSessionPlacementInput;
|
|
2213
|
-
(function (StopGameSessionPlacementInput) {
|
|
2214
|
-
/**
|
|
2215
|
-
* @internal
|
|
2216
|
-
*/
|
|
2217
|
-
StopGameSessionPlacementInput.filterSensitiveLog = (obj) => ({
|
|
2218
|
-
...obj,
|
|
2219
|
-
});
|
|
2220
|
-
})(StopGameSessionPlacementInput = exports.StopGameSessionPlacementInput || (exports.StopGameSessionPlacementInput = {}));
|
|
2221
|
-
var StopGameSessionPlacementOutput;
|
|
2222
|
-
(function (StopGameSessionPlacementOutput) {
|
|
2223
|
-
/**
|
|
2224
|
-
* @internal
|
|
2225
|
-
*/
|
|
2226
|
-
StopGameSessionPlacementOutput.filterSensitiveLog = (obj) => ({
|
|
2227
|
-
...obj,
|
|
2228
|
-
});
|
|
2229
|
-
})(StopGameSessionPlacementOutput = exports.StopGameSessionPlacementOutput || (exports.StopGameSessionPlacementOutput = {}));
|
|
2230
|
-
var StopMatchmakingInput;
|
|
2231
|
-
(function (StopMatchmakingInput) {
|
|
2232
|
-
/**
|
|
2233
|
-
* @internal
|
|
2234
|
-
*/
|
|
2235
|
-
StopMatchmakingInput.filterSensitiveLog = (obj) => ({
|
|
2236
|
-
...obj,
|
|
2237
|
-
});
|
|
2238
|
-
})(StopMatchmakingInput = exports.StopMatchmakingInput || (exports.StopMatchmakingInput = {}));
|
|
2239
|
-
var StopMatchmakingOutput;
|
|
2240
|
-
(function (StopMatchmakingOutput) {
|
|
2241
|
-
/**
|
|
2242
|
-
* @internal
|
|
2243
|
-
*/
|
|
2244
|
-
StopMatchmakingOutput.filterSensitiveLog = (obj) => ({
|
|
2245
|
-
...obj,
|
|
2246
|
-
});
|
|
2247
|
-
})(StopMatchmakingOutput = exports.StopMatchmakingOutput || (exports.StopMatchmakingOutput = {}));
|
|
2248
|
-
var SuspendGameServerGroupInput;
|
|
2249
|
-
(function (SuspendGameServerGroupInput) {
|
|
2250
|
-
/**
|
|
2251
|
-
* @internal
|
|
2252
|
-
*/
|
|
2253
|
-
SuspendGameServerGroupInput.filterSensitiveLog = (obj) => ({
|
|
2254
|
-
...obj,
|
|
2255
|
-
});
|
|
2256
|
-
})(SuspendGameServerGroupInput = exports.SuspendGameServerGroupInput || (exports.SuspendGameServerGroupInput = {}));
|
|
2257
|
-
var SuspendGameServerGroupOutput;
|
|
2258
|
-
(function (SuspendGameServerGroupOutput) {
|
|
2259
|
-
/**
|
|
2260
|
-
* @internal
|
|
2261
|
-
*/
|
|
2262
|
-
SuspendGameServerGroupOutput.filterSensitiveLog = (obj) => ({
|
|
2263
|
-
...obj,
|
|
2264
|
-
});
|
|
2265
|
-
})(SuspendGameServerGroupOutput = exports.SuspendGameServerGroupOutput || (exports.SuspendGameServerGroupOutput = {}));
|
|
2266
|
-
var TagResourceRequest;
|
|
2267
|
-
(function (TagResourceRequest) {
|
|
2268
|
-
/**
|
|
2269
|
-
* @internal
|
|
2270
|
-
*/
|
|
2271
|
-
TagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
2272
|
-
...obj,
|
|
2273
|
-
});
|
|
2274
|
-
})(TagResourceRequest = exports.TagResourceRequest || (exports.TagResourceRequest = {}));
|
|
2275
|
-
var TagResourceResponse;
|
|
2276
|
-
(function (TagResourceResponse) {
|
|
2277
|
-
/**
|
|
2278
|
-
* @internal
|
|
2279
|
-
*/
|
|
2280
|
-
TagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
2281
|
-
...obj,
|
|
2282
|
-
});
|
|
2283
|
-
})(TagResourceResponse = exports.TagResourceResponse || (exports.TagResourceResponse = {}));
|
|
2284
|
-
var UntagResourceRequest;
|
|
2285
|
-
(function (UntagResourceRequest) {
|
|
2286
|
-
/**
|
|
2287
|
-
* @internal
|
|
2288
|
-
*/
|
|
2289
|
-
UntagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
2290
|
-
...obj,
|
|
2291
|
-
});
|
|
2292
|
-
})(UntagResourceRequest = exports.UntagResourceRequest || (exports.UntagResourceRequest = {}));
|
|
2293
|
-
var UntagResourceResponse;
|
|
2294
|
-
(function (UntagResourceResponse) {
|
|
2295
|
-
/**
|
|
2296
|
-
* @internal
|
|
2297
|
-
*/
|
|
2298
|
-
UntagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
2299
|
-
...obj,
|
|
2300
|
-
});
|
|
2301
|
-
})(UntagResourceResponse = exports.UntagResourceResponse || (exports.UntagResourceResponse = {}));
|
|
2302
|
-
var UpdateAliasInput;
|
|
2303
|
-
(function (UpdateAliasInput) {
|
|
2304
|
-
/**
|
|
2305
|
-
* @internal
|
|
2306
|
-
*/
|
|
2307
|
-
UpdateAliasInput.filterSensitiveLog = (obj) => ({
|
|
2308
|
-
...obj,
|
|
2309
|
-
});
|
|
2310
|
-
})(UpdateAliasInput = exports.UpdateAliasInput || (exports.UpdateAliasInput = {}));
|
|
2311
|
-
var UpdateAliasOutput;
|
|
2312
|
-
(function (UpdateAliasOutput) {
|
|
2313
|
-
/**
|
|
2314
|
-
* @internal
|
|
2315
|
-
*/
|
|
2316
|
-
UpdateAliasOutput.filterSensitiveLog = (obj) => ({
|
|
2317
|
-
...obj,
|
|
2318
|
-
});
|
|
2319
|
-
})(UpdateAliasOutput = exports.UpdateAliasOutput || (exports.UpdateAliasOutput = {}));
|
|
2320
|
-
var UpdateBuildInput;
|
|
2321
|
-
(function (UpdateBuildInput) {
|
|
2322
|
-
/**
|
|
2323
|
-
* @internal
|
|
2324
|
-
*/
|
|
2325
|
-
UpdateBuildInput.filterSensitiveLog = (obj) => ({
|
|
2326
|
-
...obj,
|
|
2327
|
-
});
|
|
2328
|
-
})(UpdateBuildInput = exports.UpdateBuildInput || (exports.UpdateBuildInput = {}));
|
|
2329
|
-
var UpdateBuildOutput;
|
|
2330
|
-
(function (UpdateBuildOutput) {
|
|
2331
|
-
/**
|
|
2332
|
-
* @internal
|
|
2333
|
-
*/
|
|
2334
|
-
UpdateBuildOutput.filterSensitiveLog = (obj) => ({
|
|
2335
|
-
...obj,
|
|
2336
|
-
});
|
|
2337
|
-
})(UpdateBuildOutput = exports.UpdateBuildOutput || (exports.UpdateBuildOutput = {}));
|
|
2338
|
-
var UpdateFleetAttributesInput;
|
|
2339
|
-
(function (UpdateFleetAttributesInput) {
|
|
2340
|
-
/**
|
|
2341
|
-
* @internal
|
|
2342
|
-
*/
|
|
2343
|
-
UpdateFleetAttributesInput.filterSensitiveLog = (obj) => ({
|
|
2344
|
-
...obj,
|
|
2345
|
-
});
|
|
2346
|
-
})(UpdateFleetAttributesInput = exports.UpdateFleetAttributesInput || (exports.UpdateFleetAttributesInput = {}));
|
|
2347
|
-
var UpdateFleetAttributesOutput;
|
|
2348
|
-
(function (UpdateFleetAttributesOutput) {
|
|
2349
|
-
/**
|
|
2350
|
-
* @internal
|
|
2351
|
-
*/
|
|
2352
|
-
UpdateFleetAttributesOutput.filterSensitiveLog = (obj) => ({
|
|
2353
|
-
...obj,
|
|
2354
|
-
});
|
|
2355
|
-
})(UpdateFleetAttributesOutput = exports.UpdateFleetAttributesOutput || (exports.UpdateFleetAttributesOutput = {}));
|
|
2356
|
-
var UpdateFleetCapacityInput;
|
|
2357
|
-
(function (UpdateFleetCapacityInput) {
|
|
2358
|
-
/**
|
|
2359
|
-
* @internal
|
|
2360
|
-
*/
|
|
2361
|
-
UpdateFleetCapacityInput.filterSensitiveLog = (obj) => ({
|
|
2362
|
-
...obj,
|
|
2363
|
-
});
|
|
2364
|
-
})(UpdateFleetCapacityInput = exports.UpdateFleetCapacityInput || (exports.UpdateFleetCapacityInput = {}));
|
|
2365
|
-
var UpdateFleetCapacityOutput;
|
|
2366
|
-
(function (UpdateFleetCapacityOutput) {
|
|
2367
|
-
/**
|
|
2368
|
-
* @internal
|
|
2369
|
-
*/
|
|
2370
|
-
UpdateFleetCapacityOutput.filterSensitiveLog = (obj) => ({
|
|
2371
|
-
...obj,
|
|
2372
|
-
});
|
|
2373
|
-
})(UpdateFleetCapacityOutput = exports.UpdateFleetCapacityOutput || (exports.UpdateFleetCapacityOutput = {}));
|
|
2374
|
-
var UpdateFleetPortSettingsInput;
|
|
2375
|
-
(function (UpdateFleetPortSettingsInput) {
|
|
2376
|
-
/**
|
|
2377
|
-
* @internal
|
|
2378
|
-
*/
|
|
2379
|
-
UpdateFleetPortSettingsInput.filterSensitiveLog = (obj) => ({
|
|
2380
|
-
...obj,
|
|
2381
|
-
});
|
|
2382
|
-
})(UpdateFleetPortSettingsInput = exports.UpdateFleetPortSettingsInput || (exports.UpdateFleetPortSettingsInput = {}));
|
|
2383
|
-
var UpdateFleetPortSettingsOutput;
|
|
2384
|
-
(function (UpdateFleetPortSettingsOutput) {
|
|
2385
|
-
/**
|
|
2386
|
-
* @internal
|
|
2387
|
-
*/
|
|
2388
|
-
UpdateFleetPortSettingsOutput.filterSensitiveLog = (obj) => ({
|
|
2389
|
-
...obj,
|
|
2390
|
-
});
|
|
2391
|
-
})(UpdateFleetPortSettingsOutput = exports.UpdateFleetPortSettingsOutput || (exports.UpdateFleetPortSettingsOutput = {}));
|
|
2392
|
-
var GameServerHealthCheck;
|
|
2393
|
-
(function (GameServerHealthCheck) {
|
|
2394
|
-
GameServerHealthCheck["HEALTHY"] = "HEALTHY";
|
|
2395
|
-
})(GameServerHealthCheck = exports.GameServerHealthCheck || (exports.GameServerHealthCheck = {}));
|
|
2396
|
-
var UpdateGameServerInput;
|
|
2397
|
-
(function (UpdateGameServerInput) {
|
|
2398
|
-
/**
|
|
2399
|
-
* @internal
|
|
2400
|
-
*/
|
|
2401
|
-
UpdateGameServerInput.filterSensitiveLog = (obj) => ({
|
|
2402
|
-
...obj,
|
|
2403
|
-
});
|
|
2404
|
-
})(UpdateGameServerInput = exports.UpdateGameServerInput || (exports.UpdateGameServerInput = {}));
|
|
2405
|
-
var UpdateGameServerOutput;
|
|
2406
|
-
(function (UpdateGameServerOutput) {
|
|
2407
|
-
/**
|
|
2408
|
-
* @internal
|
|
2409
|
-
*/
|
|
2410
|
-
UpdateGameServerOutput.filterSensitiveLog = (obj) => ({
|
|
2411
|
-
...obj,
|
|
2412
|
-
});
|
|
2413
|
-
})(UpdateGameServerOutput = exports.UpdateGameServerOutput || (exports.UpdateGameServerOutput = {}));
|
|
2414
|
-
var UpdateGameServerGroupInput;
|
|
2415
|
-
(function (UpdateGameServerGroupInput) {
|
|
2416
|
-
/**
|
|
2417
|
-
* @internal
|
|
2418
|
-
*/
|
|
2419
|
-
UpdateGameServerGroupInput.filterSensitiveLog = (obj) => ({
|
|
2420
|
-
...obj,
|
|
2421
|
-
});
|
|
2422
|
-
})(UpdateGameServerGroupInput = exports.UpdateGameServerGroupInput || (exports.UpdateGameServerGroupInput = {}));
|
|
2423
|
-
var UpdateGameServerGroupOutput;
|
|
2424
|
-
(function (UpdateGameServerGroupOutput) {
|
|
2425
|
-
/**
|
|
2426
|
-
* @internal
|
|
2427
|
-
*/
|
|
2428
|
-
UpdateGameServerGroupOutput.filterSensitiveLog = (obj) => ({
|
|
2429
|
-
...obj,
|
|
2430
|
-
});
|
|
2431
|
-
})(UpdateGameServerGroupOutput = exports.UpdateGameServerGroupOutput || (exports.UpdateGameServerGroupOutput = {}));
|
|
2432
|
-
var UpdateGameSessionInput;
|
|
2433
|
-
(function (UpdateGameSessionInput) {
|
|
2434
|
-
/**
|
|
2435
|
-
* @internal
|
|
2436
|
-
*/
|
|
2437
|
-
UpdateGameSessionInput.filterSensitiveLog = (obj) => ({
|
|
2438
|
-
...obj,
|
|
2439
|
-
});
|
|
2440
|
-
})(UpdateGameSessionInput = exports.UpdateGameSessionInput || (exports.UpdateGameSessionInput = {}));
|
|
2441
|
-
var UpdateGameSessionOutput;
|
|
2442
|
-
(function (UpdateGameSessionOutput) {
|
|
2443
|
-
/**
|
|
2444
|
-
* @internal
|
|
2445
|
-
*/
|
|
2446
|
-
UpdateGameSessionOutput.filterSensitiveLog = (obj) => ({
|
|
2447
|
-
...obj,
|
|
2448
|
-
});
|
|
2449
|
-
})(UpdateGameSessionOutput = exports.UpdateGameSessionOutput || (exports.UpdateGameSessionOutput = {}));
|
|
2450
|
-
var UpdateGameSessionQueueInput;
|
|
2451
|
-
(function (UpdateGameSessionQueueInput) {
|
|
2452
|
-
/**
|
|
2453
|
-
* @internal
|
|
2454
|
-
*/
|
|
2455
|
-
UpdateGameSessionQueueInput.filterSensitiveLog = (obj) => ({
|
|
2456
|
-
...obj,
|
|
2457
|
-
});
|
|
2458
|
-
})(UpdateGameSessionQueueInput = exports.UpdateGameSessionQueueInput || (exports.UpdateGameSessionQueueInput = {}));
|
|
2459
|
-
var UpdateGameSessionQueueOutput;
|
|
2460
|
-
(function (UpdateGameSessionQueueOutput) {
|
|
2461
|
-
/**
|
|
2462
|
-
* @internal
|
|
2463
|
-
*/
|
|
2464
|
-
UpdateGameSessionQueueOutput.filterSensitiveLog = (obj) => ({
|
|
2465
|
-
...obj,
|
|
2466
|
-
});
|
|
2467
|
-
})(UpdateGameSessionQueueOutput = exports.UpdateGameSessionQueueOutput || (exports.UpdateGameSessionQueueOutput = {}));
|
|
2468
|
-
var UpdateMatchmakingConfigurationInput;
|
|
2469
|
-
(function (UpdateMatchmakingConfigurationInput) {
|
|
2470
|
-
/**
|
|
2471
|
-
* @internal
|
|
2472
|
-
*/
|
|
2473
|
-
UpdateMatchmakingConfigurationInput.filterSensitiveLog = (obj) => ({
|
|
2474
|
-
...obj,
|
|
2475
|
-
});
|
|
2476
|
-
})(UpdateMatchmakingConfigurationInput = exports.UpdateMatchmakingConfigurationInput || (exports.UpdateMatchmakingConfigurationInput = {}));
|
|
2477
|
-
var UpdateMatchmakingConfigurationOutput;
|
|
2478
|
-
(function (UpdateMatchmakingConfigurationOutput) {
|
|
2479
|
-
/**
|
|
2480
|
-
* @internal
|
|
2481
|
-
*/
|
|
2482
|
-
UpdateMatchmakingConfigurationOutput.filterSensitiveLog = (obj) => ({
|
|
2483
|
-
...obj,
|
|
2484
|
-
});
|
|
2485
|
-
})(UpdateMatchmakingConfigurationOutput = exports.UpdateMatchmakingConfigurationOutput || (exports.UpdateMatchmakingConfigurationOutput = {}));
|
|
2486
|
-
var UpdateRuntimeConfigurationInput;
|
|
2487
|
-
(function (UpdateRuntimeConfigurationInput) {
|
|
2488
|
-
/**
|
|
2489
|
-
* @internal
|
|
2490
|
-
*/
|
|
2491
|
-
UpdateRuntimeConfigurationInput.filterSensitiveLog = (obj) => ({
|
|
2492
|
-
...obj,
|
|
2493
|
-
});
|
|
2494
|
-
})(UpdateRuntimeConfigurationInput = exports.UpdateRuntimeConfigurationInput || (exports.UpdateRuntimeConfigurationInput = {}));
|
|
2495
|
-
var UpdateRuntimeConfigurationOutput;
|
|
2496
|
-
(function (UpdateRuntimeConfigurationOutput) {
|
|
2497
|
-
/**
|
|
2498
|
-
* @internal
|
|
2499
|
-
*/
|
|
2500
|
-
UpdateRuntimeConfigurationOutput.filterSensitiveLog = (obj) => ({
|
|
2501
|
-
...obj,
|
|
2502
|
-
});
|
|
2503
|
-
})(UpdateRuntimeConfigurationOutput = exports.UpdateRuntimeConfigurationOutput || (exports.UpdateRuntimeConfigurationOutput = {}));
|
|
2504
|
-
var UpdateScriptInput;
|
|
2505
|
-
(function (UpdateScriptInput) {
|
|
2506
|
-
/**
|
|
2507
|
-
* @internal
|
|
2508
|
-
*/
|
|
2509
|
-
UpdateScriptInput.filterSensitiveLog = (obj) => ({
|
|
2510
|
-
...obj,
|
|
2511
|
-
});
|
|
2512
|
-
})(UpdateScriptInput = exports.UpdateScriptInput || (exports.UpdateScriptInput = {}));
|
|
2513
|
-
var UpdateScriptOutput;
|
|
2514
|
-
(function (UpdateScriptOutput) {
|
|
2515
|
-
/**
|
|
2516
|
-
* @internal
|
|
2517
|
-
*/
|
|
2518
|
-
UpdateScriptOutput.filterSensitiveLog = (obj) => ({
|
|
2519
|
-
...obj,
|
|
2520
|
-
});
|
|
2521
|
-
})(UpdateScriptOutput = exports.UpdateScriptOutput || (exports.UpdateScriptOutput = {}));
|
|
2522
|
-
var ValidateMatchmakingRuleSetInput;
|
|
2523
|
-
(function (ValidateMatchmakingRuleSetInput) {
|
|
2524
|
-
/**
|
|
2525
|
-
* @internal
|
|
2526
|
-
*/
|
|
2527
|
-
ValidateMatchmakingRuleSetInput.filterSensitiveLog = (obj) => ({
|
|
2528
|
-
...obj,
|
|
2529
|
-
});
|
|
2530
|
-
})(ValidateMatchmakingRuleSetInput = exports.ValidateMatchmakingRuleSetInput || (exports.ValidateMatchmakingRuleSetInput = {}));
|
|
2531
|
-
var ValidateMatchmakingRuleSetOutput;
|
|
2532
|
-
(function (ValidateMatchmakingRuleSetOutput) {
|
|
2533
|
-
/**
|
|
2534
|
-
* @internal
|
|
2535
|
-
*/
|
|
2536
|
-
ValidateMatchmakingRuleSetOutput.filterSensitiveLog = (obj) => ({
|
|
2537
|
-
...obj,
|
|
2538
|
-
});
|
|
2539
|
-
})(ValidateMatchmakingRuleSetOutput = exports.ValidateMatchmakingRuleSetOutput || (exports.ValidateMatchmakingRuleSetOutput = {}));
|
|
2540
|
-
//# sourceMappingURL=models_0.js.map
|