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