@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
package/dist/es/GameLift.js
DELETED
|
@@ -1,1496 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { GameLiftClient } from "./GameLiftClient";
|
|
3
|
-
import { AcceptMatchCommand } from "./commands/AcceptMatchCommand";
|
|
4
|
-
import { ClaimGameServerCommand, } from "./commands/ClaimGameServerCommand";
|
|
5
|
-
import { CreateAliasCommand } from "./commands/CreateAliasCommand";
|
|
6
|
-
import { CreateBuildCommand } from "./commands/CreateBuildCommand";
|
|
7
|
-
import { CreateFleetCommand } from "./commands/CreateFleetCommand";
|
|
8
|
-
import { CreateFleetLocationsCommand, } from "./commands/CreateFleetLocationsCommand";
|
|
9
|
-
import { CreateGameServerGroupCommand, } from "./commands/CreateGameServerGroupCommand";
|
|
10
|
-
import { CreateGameSessionCommand, } from "./commands/CreateGameSessionCommand";
|
|
11
|
-
import { CreateGameSessionQueueCommand, } from "./commands/CreateGameSessionQueueCommand";
|
|
12
|
-
import { CreateMatchmakingConfigurationCommand, } from "./commands/CreateMatchmakingConfigurationCommand";
|
|
13
|
-
import { CreateMatchmakingRuleSetCommand, } from "./commands/CreateMatchmakingRuleSetCommand";
|
|
14
|
-
import { CreatePlayerSessionCommand, } from "./commands/CreatePlayerSessionCommand";
|
|
15
|
-
import { CreatePlayerSessionsCommand, } from "./commands/CreatePlayerSessionsCommand";
|
|
16
|
-
import { CreateScriptCommand, } from "./commands/CreateScriptCommand";
|
|
17
|
-
import { CreateVpcPeeringAuthorizationCommand, } from "./commands/CreateVpcPeeringAuthorizationCommand";
|
|
18
|
-
import { CreateVpcPeeringConnectionCommand, } from "./commands/CreateVpcPeeringConnectionCommand";
|
|
19
|
-
import { DeleteAliasCommand } from "./commands/DeleteAliasCommand";
|
|
20
|
-
import { DeleteBuildCommand } from "./commands/DeleteBuildCommand";
|
|
21
|
-
import { DeleteFleetCommand } from "./commands/DeleteFleetCommand";
|
|
22
|
-
import { DeleteFleetLocationsCommand, } from "./commands/DeleteFleetLocationsCommand";
|
|
23
|
-
import { DeleteGameServerGroupCommand, } from "./commands/DeleteGameServerGroupCommand";
|
|
24
|
-
import { DeleteGameSessionQueueCommand, } from "./commands/DeleteGameSessionQueueCommand";
|
|
25
|
-
import { DeleteMatchmakingConfigurationCommand, } from "./commands/DeleteMatchmakingConfigurationCommand";
|
|
26
|
-
import { DeleteMatchmakingRuleSetCommand, } from "./commands/DeleteMatchmakingRuleSetCommand";
|
|
27
|
-
import { DeleteScalingPolicyCommand, } from "./commands/DeleteScalingPolicyCommand";
|
|
28
|
-
import { DeleteScriptCommand, } from "./commands/DeleteScriptCommand";
|
|
29
|
-
import { DeleteVpcPeeringAuthorizationCommand, } from "./commands/DeleteVpcPeeringAuthorizationCommand";
|
|
30
|
-
import { DeleteVpcPeeringConnectionCommand, } from "./commands/DeleteVpcPeeringConnectionCommand";
|
|
31
|
-
import { DeregisterGameServerCommand, } from "./commands/DeregisterGameServerCommand";
|
|
32
|
-
import { DescribeAliasCommand, } from "./commands/DescribeAliasCommand";
|
|
33
|
-
import { DescribeBuildCommand, } from "./commands/DescribeBuildCommand";
|
|
34
|
-
import { DescribeEC2InstanceLimitsCommand, } from "./commands/DescribeEC2InstanceLimitsCommand";
|
|
35
|
-
import { DescribeFleetAttributesCommand, } from "./commands/DescribeFleetAttributesCommand";
|
|
36
|
-
import { DescribeFleetCapacityCommand, } from "./commands/DescribeFleetCapacityCommand";
|
|
37
|
-
import { DescribeFleetEventsCommand, } from "./commands/DescribeFleetEventsCommand";
|
|
38
|
-
import { DescribeFleetLocationAttributesCommand, } from "./commands/DescribeFleetLocationAttributesCommand";
|
|
39
|
-
import { DescribeFleetLocationCapacityCommand, } from "./commands/DescribeFleetLocationCapacityCommand";
|
|
40
|
-
import { DescribeFleetLocationUtilizationCommand, } from "./commands/DescribeFleetLocationUtilizationCommand";
|
|
41
|
-
import { DescribeFleetPortSettingsCommand, } from "./commands/DescribeFleetPortSettingsCommand";
|
|
42
|
-
import { DescribeFleetUtilizationCommand, } from "./commands/DescribeFleetUtilizationCommand";
|
|
43
|
-
import { DescribeGameServerCommand, } from "./commands/DescribeGameServerCommand";
|
|
44
|
-
import { DescribeGameServerGroupCommand, } from "./commands/DescribeGameServerGroupCommand";
|
|
45
|
-
import { DescribeGameServerInstancesCommand, } from "./commands/DescribeGameServerInstancesCommand";
|
|
46
|
-
import { DescribeGameSessionDetailsCommand, } from "./commands/DescribeGameSessionDetailsCommand";
|
|
47
|
-
import { DescribeGameSessionPlacementCommand, } from "./commands/DescribeGameSessionPlacementCommand";
|
|
48
|
-
import { DescribeGameSessionQueuesCommand, } from "./commands/DescribeGameSessionQueuesCommand";
|
|
49
|
-
import { DescribeGameSessionsCommand, } from "./commands/DescribeGameSessionsCommand";
|
|
50
|
-
import { DescribeInstancesCommand, } from "./commands/DescribeInstancesCommand";
|
|
51
|
-
import { DescribeMatchmakingCommand, } from "./commands/DescribeMatchmakingCommand";
|
|
52
|
-
import { DescribeMatchmakingConfigurationsCommand, } from "./commands/DescribeMatchmakingConfigurationsCommand";
|
|
53
|
-
import { DescribeMatchmakingRuleSetsCommand, } from "./commands/DescribeMatchmakingRuleSetsCommand";
|
|
54
|
-
import { DescribePlayerSessionsCommand, } from "./commands/DescribePlayerSessionsCommand";
|
|
55
|
-
import { DescribeRuntimeConfigurationCommand, } from "./commands/DescribeRuntimeConfigurationCommand";
|
|
56
|
-
import { DescribeScalingPoliciesCommand, } from "./commands/DescribeScalingPoliciesCommand";
|
|
57
|
-
import { DescribeScriptCommand, } from "./commands/DescribeScriptCommand";
|
|
58
|
-
import { DescribeVpcPeeringAuthorizationsCommand, } from "./commands/DescribeVpcPeeringAuthorizationsCommand";
|
|
59
|
-
import { DescribeVpcPeeringConnectionsCommand, } from "./commands/DescribeVpcPeeringConnectionsCommand";
|
|
60
|
-
import { GetGameSessionLogUrlCommand, } from "./commands/GetGameSessionLogUrlCommand";
|
|
61
|
-
import { GetInstanceAccessCommand, } from "./commands/GetInstanceAccessCommand";
|
|
62
|
-
import { ListAliasesCommand } from "./commands/ListAliasesCommand";
|
|
63
|
-
import { ListBuildsCommand } from "./commands/ListBuildsCommand";
|
|
64
|
-
import { ListFleetsCommand } from "./commands/ListFleetsCommand";
|
|
65
|
-
import { ListGameServerGroupsCommand, } from "./commands/ListGameServerGroupsCommand";
|
|
66
|
-
import { ListGameServersCommand, } from "./commands/ListGameServersCommand";
|
|
67
|
-
import { ListScriptsCommand } from "./commands/ListScriptsCommand";
|
|
68
|
-
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
69
|
-
import { PutScalingPolicyCommand, } from "./commands/PutScalingPolicyCommand";
|
|
70
|
-
import { RegisterGameServerCommand, } from "./commands/RegisterGameServerCommand";
|
|
71
|
-
import { RequestUploadCredentialsCommand, } from "./commands/RequestUploadCredentialsCommand";
|
|
72
|
-
import { ResolveAliasCommand, } from "./commands/ResolveAliasCommand";
|
|
73
|
-
import { ResumeGameServerGroupCommand, } from "./commands/ResumeGameServerGroupCommand";
|
|
74
|
-
import { SearchGameSessionsCommand, } from "./commands/SearchGameSessionsCommand";
|
|
75
|
-
import { StartFleetActionsCommand, } from "./commands/StartFleetActionsCommand";
|
|
76
|
-
import { StartGameSessionPlacementCommand, } from "./commands/StartGameSessionPlacementCommand";
|
|
77
|
-
import { StartMatchBackfillCommand, } from "./commands/StartMatchBackfillCommand";
|
|
78
|
-
import { StartMatchmakingCommand, } from "./commands/StartMatchmakingCommand";
|
|
79
|
-
import { StopFleetActionsCommand, } from "./commands/StopFleetActionsCommand";
|
|
80
|
-
import { StopGameSessionPlacementCommand, } from "./commands/StopGameSessionPlacementCommand";
|
|
81
|
-
import { StopMatchmakingCommand, } from "./commands/StopMatchmakingCommand";
|
|
82
|
-
import { SuspendGameServerGroupCommand, } from "./commands/SuspendGameServerGroupCommand";
|
|
83
|
-
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
84
|
-
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
85
|
-
import { UpdateAliasCommand } from "./commands/UpdateAliasCommand";
|
|
86
|
-
import { UpdateBuildCommand } from "./commands/UpdateBuildCommand";
|
|
87
|
-
import { UpdateFleetAttributesCommand, } from "./commands/UpdateFleetAttributesCommand";
|
|
88
|
-
import { UpdateFleetCapacityCommand, } from "./commands/UpdateFleetCapacityCommand";
|
|
89
|
-
import { UpdateFleetPortSettingsCommand, } from "./commands/UpdateFleetPortSettingsCommand";
|
|
90
|
-
import { UpdateGameServerCommand, } from "./commands/UpdateGameServerCommand";
|
|
91
|
-
import { UpdateGameServerGroupCommand, } from "./commands/UpdateGameServerGroupCommand";
|
|
92
|
-
import { UpdateGameSessionCommand, } from "./commands/UpdateGameSessionCommand";
|
|
93
|
-
import { UpdateGameSessionQueueCommand, } from "./commands/UpdateGameSessionQueueCommand";
|
|
94
|
-
import { UpdateMatchmakingConfigurationCommand, } from "./commands/UpdateMatchmakingConfigurationCommand";
|
|
95
|
-
import { UpdateRuntimeConfigurationCommand, } from "./commands/UpdateRuntimeConfigurationCommand";
|
|
96
|
-
import { UpdateScriptCommand, } from "./commands/UpdateScriptCommand";
|
|
97
|
-
import { ValidateMatchmakingRuleSetCommand, } from "./commands/ValidateMatchmakingRuleSetCommand";
|
|
98
|
-
/**
|
|
99
|
-
* <fullname>Amazon GameLift Service</fullname>
|
|
100
|
-
* <p>GameLift provides solutions for hosting session-based multiplayer game servers in the
|
|
101
|
-
* cloud, including tools for deploying, operating, and scaling game servers. Built on AWS
|
|
102
|
-
* global computing infrastructure, GameLift helps you deliver high-performance,
|
|
103
|
-
* high-reliability, low-cost game servers while dynamically scaling your resource usage to
|
|
104
|
-
* meet player demand. </p>
|
|
105
|
-
* <p>
|
|
106
|
-
* <b>About GameLift solutions</b>
|
|
107
|
-
* </p>
|
|
108
|
-
* <p>Get more information on these GameLift solutions in the <a href="https://docs.aws.amazon.com/gamelift/latest/developerguide/">GameLift Developer Guide</a>.</p>
|
|
109
|
-
* <ul>
|
|
110
|
-
* <li>
|
|
111
|
-
* <p>GameLift managed hosting -- GameLift offers a fully managed service to set up and maintain
|
|
112
|
-
* computing machines for hosting, manage game session and player session life
|
|
113
|
-
* cycle, and handle security, storage, and performance tracking. You can use
|
|
114
|
-
* automatic scaling tools to balance player demand and hosting costs, configure
|
|
115
|
-
* your game session management to minimize player latency, and add FlexMatch for
|
|
116
|
-
* matchmaking.</p>
|
|
117
|
-
* </li>
|
|
118
|
-
* <li>
|
|
119
|
-
* <p>Managed hosting with Realtime Servers -- With GameLift Realtime Servers, you can quickly configure and set up
|
|
120
|
-
* ready-to-go game servers for your game. Realtime Servers provides a game server framework
|
|
121
|
-
* with core GameLift infrastructure already built in. Then use the full range of
|
|
122
|
-
* GameLift managed hosting features, including FlexMatch, for your game.</p>
|
|
123
|
-
* </li>
|
|
124
|
-
* <li>
|
|
125
|
-
* <p>GameLift FleetIQ -- Use GameLift FleetIQ as a standalone service while hosting your games using EC2 instances and
|
|
126
|
-
* Auto Scaling groups. GameLift FleetIQ provides optimizations for game hosting, including
|
|
127
|
-
* boosting the viability of low-cost Spot Instances gaming. For a complete
|
|
128
|
-
* solution, pair the GameLift FleetIQ and FlexMatch standalone services.</p>
|
|
129
|
-
* </li>
|
|
130
|
-
* <li>
|
|
131
|
-
* <p>GameLift FlexMatch -- Add matchmaking to your game hosting solution. FlexMatch is a
|
|
132
|
-
* customizable matchmaking service for multiplayer games. Use FlexMatch as
|
|
133
|
-
* integrated with GameLift managed hosting or incorporate FlexMatch as a standalone
|
|
134
|
-
* service into your own hosting solution.</p>
|
|
135
|
-
* </li>
|
|
136
|
-
* </ul>
|
|
137
|
-
* <p>
|
|
138
|
-
* <b>About this API Reference</b>
|
|
139
|
-
* </p>
|
|
140
|
-
* <p>This reference guide describes the low-level service API for Amazon GameLift. With each topic
|
|
141
|
-
* in this guide, you can find links to language-specific SDK guides and the AWS CLI
|
|
142
|
-
* reference. Useful links:</p>
|
|
143
|
-
* <ul>
|
|
144
|
-
* <li>
|
|
145
|
-
* <p>
|
|
146
|
-
* <a href="https://docs.aws.amazon.com/gamelift/latest/developerguide/reference-awssdk.html">GameLift API
|
|
147
|
-
* operations listed by tasks</a>
|
|
148
|
-
* </p>
|
|
149
|
-
* </li>
|
|
150
|
-
* <li>
|
|
151
|
-
* <p>
|
|
152
|
-
* <a href="https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-components.html"> GameLift tools
|
|
153
|
-
* and resources</a>
|
|
154
|
-
* </p>
|
|
155
|
-
* </li>
|
|
156
|
-
* </ul>
|
|
157
|
-
*/
|
|
158
|
-
var GameLift = /** @class */ (function (_super) {
|
|
159
|
-
__extends(GameLift, _super);
|
|
160
|
-
function GameLift() {
|
|
161
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
162
|
-
}
|
|
163
|
-
GameLift.prototype.acceptMatch = function (args, optionsOrCb, cb) {
|
|
164
|
-
var command = new AcceptMatchCommand(args);
|
|
165
|
-
if (typeof optionsOrCb === "function") {
|
|
166
|
-
this.send(command, optionsOrCb);
|
|
167
|
-
}
|
|
168
|
-
else if (typeof cb === "function") {
|
|
169
|
-
if (typeof optionsOrCb !== "object")
|
|
170
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
171
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
172
|
-
}
|
|
173
|
-
else {
|
|
174
|
-
return this.send(command, optionsOrCb);
|
|
175
|
-
}
|
|
176
|
-
};
|
|
177
|
-
GameLift.prototype.claimGameServer = function (args, optionsOrCb, cb) {
|
|
178
|
-
var command = new ClaimGameServerCommand(args);
|
|
179
|
-
if (typeof optionsOrCb === "function") {
|
|
180
|
-
this.send(command, optionsOrCb);
|
|
181
|
-
}
|
|
182
|
-
else if (typeof cb === "function") {
|
|
183
|
-
if (typeof optionsOrCb !== "object")
|
|
184
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
185
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
186
|
-
}
|
|
187
|
-
else {
|
|
188
|
-
return this.send(command, optionsOrCb);
|
|
189
|
-
}
|
|
190
|
-
};
|
|
191
|
-
GameLift.prototype.createAlias = function (args, optionsOrCb, cb) {
|
|
192
|
-
var command = new CreateAliasCommand(args);
|
|
193
|
-
if (typeof optionsOrCb === "function") {
|
|
194
|
-
this.send(command, optionsOrCb);
|
|
195
|
-
}
|
|
196
|
-
else if (typeof cb === "function") {
|
|
197
|
-
if (typeof optionsOrCb !== "object")
|
|
198
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
199
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
200
|
-
}
|
|
201
|
-
else {
|
|
202
|
-
return this.send(command, optionsOrCb);
|
|
203
|
-
}
|
|
204
|
-
};
|
|
205
|
-
GameLift.prototype.createBuild = function (args, optionsOrCb, cb) {
|
|
206
|
-
var command = new CreateBuildCommand(args);
|
|
207
|
-
if (typeof optionsOrCb === "function") {
|
|
208
|
-
this.send(command, optionsOrCb);
|
|
209
|
-
}
|
|
210
|
-
else if (typeof cb === "function") {
|
|
211
|
-
if (typeof optionsOrCb !== "object")
|
|
212
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
213
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
214
|
-
}
|
|
215
|
-
else {
|
|
216
|
-
return this.send(command, optionsOrCb);
|
|
217
|
-
}
|
|
218
|
-
};
|
|
219
|
-
GameLift.prototype.createFleet = function (args, optionsOrCb, cb) {
|
|
220
|
-
var command = new CreateFleetCommand(args);
|
|
221
|
-
if (typeof optionsOrCb === "function") {
|
|
222
|
-
this.send(command, optionsOrCb);
|
|
223
|
-
}
|
|
224
|
-
else if (typeof cb === "function") {
|
|
225
|
-
if (typeof optionsOrCb !== "object")
|
|
226
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
227
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
228
|
-
}
|
|
229
|
-
else {
|
|
230
|
-
return this.send(command, optionsOrCb);
|
|
231
|
-
}
|
|
232
|
-
};
|
|
233
|
-
GameLift.prototype.createFleetLocations = function (args, optionsOrCb, cb) {
|
|
234
|
-
var command = new CreateFleetLocationsCommand(args);
|
|
235
|
-
if (typeof optionsOrCb === "function") {
|
|
236
|
-
this.send(command, optionsOrCb);
|
|
237
|
-
}
|
|
238
|
-
else if (typeof cb === "function") {
|
|
239
|
-
if (typeof optionsOrCb !== "object")
|
|
240
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
241
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
242
|
-
}
|
|
243
|
-
else {
|
|
244
|
-
return this.send(command, optionsOrCb);
|
|
245
|
-
}
|
|
246
|
-
};
|
|
247
|
-
GameLift.prototype.createGameServerGroup = function (args, optionsOrCb, cb) {
|
|
248
|
-
var command = new CreateGameServerGroupCommand(args);
|
|
249
|
-
if (typeof optionsOrCb === "function") {
|
|
250
|
-
this.send(command, optionsOrCb);
|
|
251
|
-
}
|
|
252
|
-
else if (typeof cb === "function") {
|
|
253
|
-
if (typeof optionsOrCb !== "object")
|
|
254
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
255
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
256
|
-
}
|
|
257
|
-
else {
|
|
258
|
-
return this.send(command, optionsOrCb);
|
|
259
|
-
}
|
|
260
|
-
};
|
|
261
|
-
GameLift.prototype.createGameSession = function (args, optionsOrCb, cb) {
|
|
262
|
-
var command = new CreateGameSessionCommand(args);
|
|
263
|
-
if (typeof optionsOrCb === "function") {
|
|
264
|
-
this.send(command, optionsOrCb);
|
|
265
|
-
}
|
|
266
|
-
else if (typeof cb === "function") {
|
|
267
|
-
if (typeof optionsOrCb !== "object")
|
|
268
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
269
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
270
|
-
}
|
|
271
|
-
else {
|
|
272
|
-
return this.send(command, optionsOrCb);
|
|
273
|
-
}
|
|
274
|
-
};
|
|
275
|
-
GameLift.prototype.createGameSessionQueue = function (args, optionsOrCb, cb) {
|
|
276
|
-
var command = new CreateGameSessionQueueCommand(args);
|
|
277
|
-
if (typeof optionsOrCb === "function") {
|
|
278
|
-
this.send(command, optionsOrCb);
|
|
279
|
-
}
|
|
280
|
-
else if (typeof cb === "function") {
|
|
281
|
-
if (typeof optionsOrCb !== "object")
|
|
282
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
283
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
284
|
-
}
|
|
285
|
-
else {
|
|
286
|
-
return this.send(command, optionsOrCb);
|
|
287
|
-
}
|
|
288
|
-
};
|
|
289
|
-
GameLift.prototype.createMatchmakingConfiguration = function (args, optionsOrCb, cb) {
|
|
290
|
-
var command = new CreateMatchmakingConfigurationCommand(args);
|
|
291
|
-
if (typeof optionsOrCb === "function") {
|
|
292
|
-
this.send(command, optionsOrCb);
|
|
293
|
-
}
|
|
294
|
-
else if (typeof cb === "function") {
|
|
295
|
-
if (typeof optionsOrCb !== "object")
|
|
296
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
297
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
298
|
-
}
|
|
299
|
-
else {
|
|
300
|
-
return this.send(command, optionsOrCb);
|
|
301
|
-
}
|
|
302
|
-
};
|
|
303
|
-
GameLift.prototype.createMatchmakingRuleSet = function (args, optionsOrCb, cb) {
|
|
304
|
-
var command = new CreateMatchmakingRuleSetCommand(args);
|
|
305
|
-
if (typeof optionsOrCb === "function") {
|
|
306
|
-
this.send(command, optionsOrCb);
|
|
307
|
-
}
|
|
308
|
-
else if (typeof cb === "function") {
|
|
309
|
-
if (typeof optionsOrCb !== "object")
|
|
310
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
311
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
312
|
-
}
|
|
313
|
-
else {
|
|
314
|
-
return this.send(command, optionsOrCb);
|
|
315
|
-
}
|
|
316
|
-
};
|
|
317
|
-
GameLift.prototype.createPlayerSession = function (args, optionsOrCb, cb) {
|
|
318
|
-
var command = new CreatePlayerSessionCommand(args);
|
|
319
|
-
if (typeof optionsOrCb === "function") {
|
|
320
|
-
this.send(command, optionsOrCb);
|
|
321
|
-
}
|
|
322
|
-
else if (typeof cb === "function") {
|
|
323
|
-
if (typeof optionsOrCb !== "object")
|
|
324
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
325
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
326
|
-
}
|
|
327
|
-
else {
|
|
328
|
-
return this.send(command, optionsOrCb);
|
|
329
|
-
}
|
|
330
|
-
};
|
|
331
|
-
GameLift.prototype.createPlayerSessions = function (args, optionsOrCb, cb) {
|
|
332
|
-
var command = new CreatePlayerSessionsCommand(args);
|
|
333
|
-
if (typeof optionsOrCb === "function") {
|
|
334
|
-
this.send(command, optionsOrCb);
|
|
335
|
-
}
|
|
336
|
-
else if (typeof cb === "function") {
|
|
337
|
-
if (typeof optionsOrCb !== "object")
|
|
338
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
339
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
340
|
-
}
|
|
341
|
-
else {
|
|
342
|
-
return this.send(command, optionsOrCb);
|
|
343
|
-
}
|
|
344
|
-
};
|
|
345
|
-
GameLift.prototype.createScript = function (args, optionsOrCb, cb) {
|
|
346
|
-
var command = new CreateScriptCommand(args);
|
|
347
|
-
if (typeof optionsOrCb === "function") {
|
|
348
|
-
this.send(command, optionsOrCb);
|
|
349
|
-
}
|
|
350
|
-
else if (typeof cb === "function") {
|
|
351
|
-
if (typeof optionsOrCb !== "object")
|
|
352
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
353
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
354
|
-
}
|
|
355
|
-
else {
|
|
356
|
-
return this.send(command, optionsOrCb);
|
|
357
|
-
}
|
|
358
|
-
};
|
|
359
|
-
GameLift.prototype.createVpcPeeringAuthorization = function (args, optionsOrCb, cb) {
|
|
360
|
-
var command = new CreateVpcPeeringAuthorizationCommand(args);
|
|
361
|
-
if (typeof optionsOrCb === "function") {
|
|
362
|
-
this.send(command, optionsOrCb);
|
|
363
|
-
}
|
|
364
|
-
else if (typeof cb === "function") {
|
|
365
|
-
if (typeof optionsOrCb !== "object")
|
|
366
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
367
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
368
|
-
}
|
|
369
|
-
else {
|
|
370
|
-
return this.send(command, optionsOrCb);
|
|
371
|
-
}
|
|
372
|
-
};
|
|
373
|
-
GameLift.prototype.createVpcPeeringConnection = function (args, optionsOrCb, cb) {
|
|
374
|
-
var command = new CreateVpcPeeringConnectionCommand(args);
|
|
375
|
-
if (typeof optionsOrCb === "function") {
|
|
376
|
-
this.send(command, optionsOrCb);
|
|
377
|
-
}
|
|
378
|
-
else if (typeof cb === "function") {
|
|
379
|
-
if (typeof optionsOrCb !== "object")
|
|
380
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
381
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
382
|
-
}
|
|
383
|
-
else {
|
|
384
|
-
return this.send(command, optionsOrCb);
|
|
385
|
-
}
|
|
386
|
-
};
|
|
387
|
-
GameLift.prototype.deleteAlias = function (args, optionsOrCb, cb) {
|
|
388
|
-
var command = new DeleteAliasCommand(args);
|
|
389
|
-
if (typeof optionsOrCb === "function") {
|
|
390
|
-
this.send(command, optionsOrCb);
|
|
391
|
-
}
|
|
392
|
-
else if (typeof cb === "function") {
|
|
393
|
-
if (typeof optionsOrCb !== "object")
|
|
394
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
395
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
396
|
-
}
|
|
397
|
-
else {
|
|
398
|
-
return this.send(command, optionsOrCb);
|
|
399
|
-
}
|
|
400
|
-
};
|
|
401
|
-
GameLift.prototype.deleteBuild = function (args, optionsOrCb, cb) {
|
|
402
|
-
var command = new DeleteBuildCommand(args);
|
|
403
|
-
if (typeof optionsOrCb === "function") {
|
|
404
|
-
this.send(command, optionsOrCb);
|
|
405
|
-
}
|
|
406
|
-
else if (typeof cb === "function") {
|
|
407
|
-
if (typeof optionsOrCb !== "object")
|
|
408
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
409
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
410
|
-
}
|
|
411
|
-
else {
|
|
412
|
-
return this.send(command, optionsOrCb);
|
|
413
|
-
}
|
|
414
|
-
};
|
|
415
|
-
GameLift.prototype.deleteFleet = function (args, optionsOrCb, cb) {
|
|
416
|
-
var command = new DeleteFleetCommand(args);
|
|
417
|
-
if (typeof optionsOrCb === "function") {
|
|
418
|
-
this.send(command, optionsOrCb);
|
|
419
|
-
}
|
|
420
|
-
else if (typeof cb === "function") {
|
|
421
|
-
if (typeof optionsOrCb !== "object")
|
|
422
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
423
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
424
|
-
}
|
|
425
|
-
else {
|
|
426
|
-
return this.send(command, optionsOrCb);
|
|
427
|
-
}
|
|
428
|
-
};
|
|
429
|
-
GameLift.prototype.deleteFleetLocations = function (args, optionsOrCb, cb) {
|
|
430
|
-
var command = new DeleteFleetLocationsCommand(args);
|
|
431
|
-
if (typeof optionsOrCb === "function") {
|
|
432
|
-
this.send(command, optionsOrCb);
|
|
433
|
-
}
|
|
434
|
-
else if (typeof cb === "function") {
|
|
435
|
-
if (typeof optionsOrCb !== "object")
|
|
436
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
437
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
438
|
-
}
|
|
439
|
-
else {
|
|
440
|
-
return this.send(command, optionsOrCb);
|
|
441
|
-
}
|
|
442
|
-
};
|
|
443
|
-
GameLift.prototype.deleteGameServerGroup = function (args, optionsOrCb, cb) {
|
|
444
|
-
var command = new DeleteGameServerGroupCommand(args);
|
|
445
|
-
if (typeof optionsOrCb === "function") {
|
|
446
|
-
this.send(command, optionsOrCb);
|
|
447
|
-
}
|
|
448
|
-
else if (typeof cb === "function") {
|
|
449
|
-
if (typeof optionsOrCb !== "object")
|
|
450
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
451
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
452
|
-
}
|
|
453
|
-
else {
|
|
454
|
-
return this.send(command, optionsOrCb);
|
|
455
|
-
}
|
|
456
|
-
};
|
|
457
|
-
GameLift.prototype.deleteGameSessionQueue = function (args, optionsOrCb, cb) {
|
|
458
|
-
var command = new DeleteGameSessionQueueCommand(args);
|
|
459
|
-
if (typeof optionsOrCb === "function") {
|
|
460
|
-
this.send(command, optionsOrCb);
|
|
461
|
-
}
|
|
462
|
-
else if (typeof cb === "function") {
|
|
463
|
-
if (typeof optionsOrCb !== "object")
|
|
464
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
465
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
466
|
-
}
|
|
467
|
-
else {
|
|
468
|
-
return this.send(command, optionsOrCb);
|
|
469
|
-
}
|
|
470
|
-
};
|
|
471
|
-
GameLift.prototype.deleteMatchmakingConfiguration = function (args, optionsOrCb, cb) {
|
|
472
|
-
var command = new DeleteMatchmakingConfigurationCommand(args);
|
|
473
|
-
if (typeof optionsOrCb === "function") {
|
|
474
|
-
this.send(command, optionsOrCb);
|
|
475
|
-
}
|
|
476
|
-
else if (typeof cb === "function") {
|
|
477
|
-
if (typeof optionsOrCb !== "object")
|
|
478
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
479
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
480
|
-
}
|
|
481
|
-
else {
|
|
482
|
-
return this.send(command, optionsOrCb);
|
|
483
|
-
}
|
|
484
|
-
};
|
|
485
|
-
GameLift.prototype.deleteMatchmakingRuleSet = function (args, optionsOrCb, cb) {
|
|
486
|
-
var command = new DeleteMatchmakingRuleSetCommand(args);
|
|
487
|
-
if (typeof optionsOrCb === "function") {
|
|
488
|
-
this.send(command, optionsOrCb);
|
|
489
|
-
}
|
|
490
|
-
else if (typeof cb === "function") {
|
|
491
|
-
if (typeof optionsOrCb !== "object")
|
|
492
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
493
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
494
|
-
}
|
|
495
|
-
else {
|
|
496
|
-
return this.send(command, optionsOrCb);
|
|
497
|
-
}
|
|
498
|
-
};
|
|
499
|
-
GameLift.prototype.deleteScalingPolicy = function (args, optionsOrCb, cb) {
|
|
500
|
-
var command = new DeleteScalingPolicyCommand(args);
|
|
501
|
-
if (typeof optionsOrCb === "function") {
|
|
502
|
-
this.send(command, optionsOrCb);
|
|
503
|
-
}
|
|
504
|
-
else if (typeof cb === "function") {
|
|
505
|
-
if (typeof optionsOrCb !== "object")
|
|
506
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
507
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
508
|
-
}
|
|
509
|
-
else {
|
|
510
|
-
return this.send(command, optionsOrCb);
|
|
511
|
-
}
|
|
512
|
-
};
|
|
513
|
-
GameLift.prototype.deleteScript = function (args, optionsOrCb, cb) {
|
|
514
|
-
var command = new DeleteScriptCommand(args);
|
|
515
|
-
if (typeof optionsOrCb === "function") {
|
|
516
|
-
this.send(command, optionsOrCb);
|
|
517
|
-
}
|
|
518
|
-
else if (typeof cb === "function") {
|
|
519
|
-
if (typeof optionsOrCb !== "object")
|
|
520
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
521
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
522
|
-
}
|
|
523
|
-
else {
|
|
524
|
-
return this.send(command, optionsOrCb);
|
|
525
|
-
}
|
|
526
|
-
};
|
|
527
|
-
GameLift.prototype.deleteVpcPeeringAuthorization = function (args, optionsOrCb, cb) {
|
|
528
|
-
var command = new DeleteVpcPeeringAuthorizationCommand(args);
|
|
529
|
-
if (typeof optionsOrCb === "function") {
|
|
530
|
-
this.send(command, optionsOrCb);
|
|
531
|
-
}
|
|
532
|
-
else if (typeof cb === "function") {
|
|
533
|
-
if (typeof optionsOrCb !== "object")
|
|
534
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
535
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
536
|
-
}
|
|
537
|
-
else {
|
|
538
|
-
return this.send(command, optionsOrCb);
|
|
539
|
-
}
|
|
540
|
-
};
|
|
541
|
-
GameLift.prototype.deleteVpcPeeringConnection = function (args, optionsOrCb, cb) {
|
|
542
|
-
var command = new DeleteVpcPeeringConnectionCommand(args);
|
|
543
|
-
if (typeof optionsOrCb === "function") {
|
|
544
|
-
this.send(command, optionsOrCb);
|
|
545
|
-
}
|
|
546
|
-
else if (typeof cb === "function") {
|
|
547
|
-
if (typeof optionsOrCb !== "object")
|
|
548
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
549
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
550
|
-
}
|
|
551
|
-
else {
|
|
552
|
-
return this.send(command, optionsOrCb);
|
|
553
|
-
}
|
|
554
|
-
};
|
|
555
|
-
GameLift.prototype.deregisterGameServer = function (args, optionsOrCb, cb) {
|
|
556
|
-
var command = new DeregisterGameServerCommand(args);
|
|
557
|
-
if (typeof optionsOrCb === "function") {
|
|
558
|
-
this.send(command, optionsOrCb);
|
|
559
|
-
}
|
|
560
|
-
else if (typeof cb === "function") {
|
|
561
|
-
if (typeof optionsOrCb !== "object")
|
|
562
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
563
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
564
|
-
}
|
|
565
|
-
else {
|
|
566
|
-
return this.send(command, optionsOrCb);
|
|
567
|
-
}
|
|
568
|
-
};
|
|
569
|
-
GameLift.prototype.describeAlias = function (args, optionsOrCb, cb) {
|
|
570
|
-
var command = new DescribeAliasCommand(args);
|
|
571
|
-
if (typeof optionsOrCb === "function") {
|
|
572
|
-
this.send(command, optionsOrCb);
|
|
573
|
-
}
|
|
574
|
-
else if (typeof cb === "function") {
|
|
575
|
-
if (typeof optionsOrCb !== "object")
|
|
576
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
577
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
578
|
-
}
|
|
579
|
-
else {
|
|
580
|
-
return this.send(command, optionsOrCb);
|
|
581
|
-
}
|
|
582
|
-
};
|
|
583
|
-
GameLift.prototype.describeBuild = function (args, optionsOrCb, cb) {
|
|
584
|
-
var command = new DescribeBuildCommand(args);
|
|
585
|
-
if (typeof optionsOrCb === "function") {
|
|
586
|
-
this.send(command, optionsOrCb);
|
|
587
|
-
}
|
|
588
|
-
else if (typeof cb === "function") {
|
|
589
|
-
if (typeof optionsOrCb !== "object")
|
|
590
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
591
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
592
|
-
}
|
|
593
|
-
else {
|
|
594
|
-
return this.send(command, optionsOrCb);
|
|
595
|
-
}
|
|
596
|
-
};
|
|
597
|
-
GameLift.prototype.describeEC2InstanceLimits = function (args, optionsOrCb, cb) {
|
|
598
|
-
var command = new DescribeEC2InstanceLimitsCommand(args);
|
|
599
|
-
if (typeof optionsOrCb === "function") {
|
|
600
|
-
this.send(command, optionsOrCb);
|
|
601
|
-
}
|
|
602
|
-
else if (typeof cb === "function") {
|
|
603
|
-
if (typeof optionsOrCb !== "object")
|
|
604
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
605
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
606
|
-
}
|
|
607
|
-
else {
|
|
608
|
-
return this.send(command, optionsOrCb);
|
|
609
|
-
}
|
|
610
|
-
};
|
|
611
|
-
GameLift.prototype.describeFleetAttributes = function (args, optionsOrCb, cb) {
|
|
612
|
-
var command = new DescribeFleetAttributesCommand(args);
|
|
613
|
-
if (typeof optionsOrCb === "function") {
|
|
614
|
-
this.send(command, optionsOrCb);
|
|
615
|
-
}
|
|
616
|
-
else if (typeof cb === "function") {
|
|
617
|
-
if (typeof optionsOrCb !== "object")
|
|
618
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
619
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
620
|
-
}
|
|
621
|
-
else {
|
|
622
|
-
return this.send(command, optionsOrCb);
|
|
623
|
-
}
|
|
624
|
-
};
|
|
625
|
-
GameLift.prototype.describeFleetCapacity = function (args, optionsOrCb, cb) {
|
|
626
|
-
var command = new DescribeFleetCapacityCommand(args);
|
|
627
|
-
if (typeof optionsOrCb === "function") {
|
|
628
|
-
this.send(command, optionsOrCb);
|
|
629
|
-
}
|
|
630
|
-
else if (typeof cb === "function") {
|
|
631
|
-
if (typeof optionsOrCb !== "object")
|
|
632
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
633
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
634
|
-
}
|
|
635
|
-
else {
|
|
636
|
-
return this.send(command, optionsOrCb);
|
|
637
|
-
}
|
|
638
|
-
};
|
|
639
|
-
GameLift.prototype.describeFleetEvents = function (args, optionsOrCb, cb) {
|
|
640
|
-
var command = new DescribeFleetEventsCommand(args);
|
|
641
|
-
if (typeof optionsOrCb === "function") {
|
|
642
|
-
this.send(command, optionsOrCb);
|
|
643
|
-
}
|
|
644
|
-
else if (typeof cb === "function") {
|
|
645
|
-
if (typeof optionsOrCb !== "object")
|
|
646
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
647
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
648
|
-
}
|
|
649
|
-
else {
|
|
650
|
-
return this.send(command, optionsOrCb);
|
|
651
|
-
}
|
|
652
|
-
};
|
|
653
|
-
GameLift.prototype.describeFleetLocationAttributes = function (args, optionsOrCb, cb) {
|
|
654
|
-
var command = new DescribeFleetLocationAttributesCommand(args);
|
|
655
|
-
if (typeof optionsOrCb === "function") {
|
|
656
|
-
this.send(command, optionsOrCb);
|
|
657
|
-
}
|
|
658
|
-
else if (typeof cb === "function") {
|
|
659
|
-
if (typeof optionsOrCb !== "object")
|
|
660
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
661
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
662
|
-
}
|
|
663
|
-
else {
|
|
664
|
-
return this.send(command, optionsOrCb);
|
|
665
|
-
}
|
|
666
|
-
};
|
|
667
|
-
GameLift.prototype.describeFleetLocationCapacity = function (args, optionsOrCb, cb) {
|
|
668
|
-
var command = new DescribeFleetLocationCapacityCommand(args);
|
|
669
|
-
if (typeof optionsOrCb === "function") {
|
|
670
|
-
this.send(command, optionsOrCb);
|
|
671
|
-
}
|
|
672
|
-
else if (typeof cb === "function") {
|
|
673
|
-
if (typeof optionsOrCb !== "object")
|
|
674
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
675
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
676
|
-
}
|
|
677
|
-
else {
|
|
678
|
-
return this.send(command, optionsOrCb);
|
|
679
|
-
}
|
|
680
|
-
};
|
|
681
|
-
GameLift.prototype.describeFleetLocationUtilization = function (args, optionsOrCb, cb) {
|
|
682
|
-
var command = new DescribeFleetLocationUtilizationCommand(args);
|
|
683
|
-
if (typeof optionsOrCb === "function") {
|
|
684
|
-
this.send(command, optionsOrCb);
|
|
685
|
-
}
|
|
686
|
-
else if (typeof cb === "function") {
|
|
687
|
-
if (typeof optionsOrCb !== "object")
|
|
688
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
689
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
690
|
-
}
|
|
691
|
-
else {
|
|
692
|
-
return this.send(command, optionsOrCb);
|
|
693
|
-
}
|
|
694
|
-
};
|
|
695
|
-
GameLift.prototype.describeFleetPortSettings = function (args, optionsOrCb, cb) {
|
|
696
|
-
var command = new DescribeFleetPortSettingsCommand(args);
|
|
697
|
-
if (typeof optionsOrCb === "function") {
|
|
698
|
-
this.send(command, optionsOrCb);
|
|
699
|
-
}
|
|
700
|
-
else if (typeof cb === "function") {
|
|
701
|
-
if (typeof optionsOrCb !== "object")
|
|
702
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
703
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
704
|
-
}
|
|
705
|
-
else {
|
|
706
|
-
return this.send(command, optionsOrCb);
|
|
707
|
-
}
|
|
708
|
-
};
|
|
709
|
-
GameLift.prototype.describeFleetUtilization = function (args, optionsOrCb, cb) {
|
|
710
|
-
var command = new DescribeFleetUtilizationCommand(args);
|
|
711
|
-
if (typeof optionsOrCb === "function") {
|
|
712
|
-
this.send(command, optionsOrCb);
|
|
713
|
-
}
|
|
714
|
-
else if (typeof cb === "function") {
|
|
715
|
-
if (typeof optionsOrCb !== "object")
|
|
716
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
717
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
718
|
-
}
|
|
719
|
-
else {
|
|
720
|
-
return this.send(command, optionsOrCb);
|
|
721
|
-
}
|
|
722
|
-
};
|
|
723
|
-
GameLift.prototype.describeGameServer = function (args, optionsOrCb, cb) {
|
|
724
|
-
var command = new DescribeGameServerCommand(args);
|
|
725
|
-
if (typeof optionsOrCb === "function") {
|
|
726
|
-
this.send(command, optionsOrCb);
|
|
727
|
-
}
|
|
728
|
-
else if (typeof cb === "function") {
|
|
729
|
-
if (typeof optionsOrCb !== "object")
|
|
730
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
731
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
732
|
-
}
|
|
733
|
-
else {
|
|
734
|
-
return this.send(command, optionsOrCb);
|
|
735
|
-
}
|
|
736
|
-
};
|
|
737
|
-
GameLift.prototype.describeGameServerGroup = function (args, optionsOrCb, cb) {
|
|
738
|
-
var command = new DescribeGameServerGroupCommand(args);
|
|
739
|
-
if (typeof optionsOrCb === "function") {
|
|
740
|
-
this.send(command, optionsOrCb);
|
|
741
|
-
}
|
|
742
|
-
else if (typeof cb === "function") {
|
|
743
|
-
if (typeof optionsOrCb !== "object")
|
|
744
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
745
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
746
|
-
}
|
|
747
|
-
else {
|
|
748
|
-
return this.send(command, optionsOrCb);
|
|
749
|
-
}
|
|
750
|
-
};
|
|
751
|
-
GameLift.prototype.describeGameServerInstances = function (args, optionsOrCb, cb) {
|
|
752
|
-
var command = new DescribeGameServerInstancesCommand(args);
|
|
753
|
-
if (typeof optionsOrCb === "function") {
|
|
754
|
-
this.send(command, optionsOrCb);
|
|
755
|
-
}
|
|
756
|
-
else if (typeof cb === "function") {
|
|
757
|
-
if (typeof optionsOrCb !== "object")
|
|
758
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
759
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
760
|
-
}
|
|
761
|
-
else {
|
|
762
|
-
return this.send(command, optionsOrCb);
|
|
763
|
-
}
|
|
764
|
-
};
|
|
765
|
-
GameLift.prototype.describeGameSessionDetails = function (args, optionsOrCb, cb) {
|
|
766
|
-
var command = new DescribeGameSessionDetailsCommand(args);
|
|
767
|
-
if (typeof optionsOrCb === "function") {
|
|
768
|
-
this.send(command, optionsOrCb);
|
|
769
|
-
}
|
|
770
|
-
else if (typeof cb === "function") {
|
|
771
|
-
if (typeof optionsOrCb !== "object")
|
|
772
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
773
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
774
|
-
}
|
|
775
|
-
else {
|
|
776
|
-
return this.send(command, optionsOrCb);
|
|
777
|
-
}
|
|
778
|
-
};
|
|
779
|
-
GameLift.prototype.describeGameSessionPlacement = function (args, optionsOrCb, cb) {
|
|
780
|
-
var command = new DescribeGameSessionPlacementCommand(args);
|
|
781
|
-
if (typeof optionsOrCb === "function") {
|
|
782
|
-
this.send(command, optionsOrCb);
|
|
783
|
-
}
|
|
784
|
-
else if (typeof cb === "function") {
|
|
785
|
-
if (typeof optionsOrCb !== "object")
|
|
786
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
787
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
788
|
-
}
|
|
789
|
-
else {
|
|
790
|
-
return this.send(command, optionsOrCb);
|
|
791
|
-
}
|
|
792
|
-
};
|
|
793
|
-
GameLift.prototype.describeGameSessionQueues = function (args, optionsOrCb, cb) {
|
|
794
|
-
var command = new DescribeGameSessionQueuesCommand(args);
|
|
795
|
-
if (typeof optionsOrCb === "function") {
|
|
796
|
-
this.send(command, optionsOrCb);
|
|
797
|
-
}
|
|
798
|
-
else if (typeof cb === "function") {
|
|
799
|
-
if (typeof optionsOrCb !== "object")
|
|
800
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
801
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
802
|
-
}
|
|
803
|
-
else {
|
|
804
|
-
return this.send(command, optionsOrCb);
|
|
805
|
-
}
|
|
806
|
-
};
|
|
807
|
-
GameLift.prototype.describeGameSessions = function (args, optionsOrCb, cb) {
|
|
808
|
-
var command = new DescribeGameSessionsCommand(args);
|
|
809
|
-
if (typeof optionsOrCb === "function") {
|
|
810
|
-
this.send(command, optionsOrCb);
|
|
811
|
-
}
|
|
812
|
-
else if (typeof cb === "function") {
|
|
813
|
-
if (typeof optionsOrCb !== "object")
|
|
814
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
815
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
816
|
-
}
|
|
817
|
-
else {
|
|
818
|
-
return this.send(command, optionsOrCb);
|
|
819
|
-
}
|
|
820
|
-
};
|
|
821
|
-
GameLift.prototype.describeInstances = function (args, optionsOrCb, cb) {
|
|
822
|
-
var command = new DescribeInstancesCommand(args);
|
|
823
|
-
if (typeof optionsOrCb === "function") {
|
|
824
|
-
this.send(command, optionsOrCb);
|
|
825
|
-
}
|
|
826
|
-
else if (typeof cb === "function") {
|
|
827
|
-
if (typeof optionsOrCb !== "object")
|
|
828
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
829
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
830
|
-
}
|
|
831
|
-
else {
|
|
832
|
-
return this.send(command, optionsOrCb);
|
|
833
|
-
}
|
|
834
|
-
};
|
|
835
|
-
GameLift.prototype.describeMatchmaking = function (args, optionsOrCb, cb) {
|
|
836
|
-
var command = new DescribeMatchmakingCommand(args);
|
|
837
|
-
if (typeof optionsOrCb === "function") {
|
|
838
|
-
this.send(command, optionsOrCb);
|
|
839
|
-
}
|
|
840
|
-
else if (typeof cb === "function") {
|
|
841
|
-
if (typeof optionsOrCb !== "object")
|
|
842
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
843
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
844
|
-
}
|
|
845
|
-
else {
|
|
846
|
-
return this.send(command, optionsOrCb);
|
|
847
|
-
}
|
|
848
|
-
};
|
|
849
|
-
GameLift.prototype.describeMatchmakingConfigurations = function (args, optionsOrCb, cb) {
|
|
850
|
-
var command = new DescribeMatchmakingConfigurationsCommand(args);
|
|
851
|
-
if (typeof optionsOrCb === "function") {
|
|
852
|
-
this.send(command, optionsOrCb);
|
|
853
|
-
}
|
|
854
|
-
else if (typeof cb === "function") {
|
|
855
|
-
if (typeof optionsOrCb !== "object")
|
|
856
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
857
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
858
|
-
}
|
|
859
|
-
else {
|
|
860
|
-
return this.send(command, optionsOrCb);
|
|
861
|
-
}
|
|
862
|
-
};
|
|
863
|
-
GameLift.prototype.describeMatchmakingRuleSets = function (args, optionsOrCb, cb) {
|
|
864
|
-
var command = new DescribeMatchmakingRuleSetsCommand(args);
|
|
865
|
-
if (typeof optionsOrCb === "function") {
|
|
866
|
-
this.send(command, optionsOrCb);
|
|
867
|
-
}
|
|
868
|
-
else if (typeof cb === "function") {
|
|
869
|
-
if (typeof optionsOrCb !== "object")
|
|
870
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
871
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
872
|
-
}
|
|
873
|
-
else {
|
|
874
|
-
return this.send(command, optionsOrCb);
|
|
875
|
-
}
|
|
876
|
-
};
|
|
877
|
-
GameLift.prototype.describePlayerSessions = function (args, optionsOrCb, cb) {
|
|
878
|
-
var command = new DescribePlayerSessionsCommand(args);
|
|
879
|
-
if (typeof optionsOrCb === "function") {
|
|
880
|
-
this.send(command, optionsOrCb);
|
|
881
|
-
}
|
|
882
|
-
else if (typeof cb === "function") {
|
|
883
|
-
if (typeof optionsOrCb !== "object")
|
|
884
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
885
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
886
|
-
}
|
|
887
|
-
else {
|
|
888
|
-
return this.send(command, optionsOrCb);
|
|
889
|
-
}
|
|
890
|
-
};
|
|
891
|
-
GameLift.prototype.describeRuntimeConfiguration = function (args, optionsOrCb, cb) {
|
|
892
|
-
var command = new DescribeRuntimeConfigurationCommand(args);
|
|
893
|
-
if (typeof optionsOrCb === "function") {
|
|
894
|
-
this.send(command, optionsOrCb);
|
|
895
|
-
}
|
|
896
|
-
else if (typeof cb === "function") {
|
|
897
|
-
if (typeof optionsOrCb !== "object")
|
|
898
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
899
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
900
|
-
}
|
|
901
|
-
else {
|
|
902
|
-
return this.send(command, optionsOrCb);
|
|
903
|
-
}
|
|
904
|
-
};
|
|
905
|
-
GameLift.prototype.describeScalingPolicies = function (args, optionsOrCb, cb) {
|
|
906
|
-
var command = new DescribeScalingPoliciesCommand(args);
|
|
907
|
-
if (typeof optionsOrCb === "function") {
|
|
908
|
-
this.send(command, optionsOrCb);
|
|
909
|
-
}
|
|
910
|
-
else if (typeof cb === "function") {
|
|
911
|
-
if (typeof optionsOrCb !== "object")
|
|
912
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
913
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
914
|
-
}
|
|
915
|
-
else {
|
|
916
|
-
return this.send(command, optionsOrCb);
|
|
917
|
-
}
|
|
918
|
-
};
|
|
919
|
-
GameLift.prototype.describeScript = function (args, optionsOrCb, cb) {
|
|
920
|
-
var command = new DescribeScriptCommand(args);
|
|
921
|
-
if (typeof optionsOrCb === "function") {
|
|
922
|
-
this.send(command, optionsOrCb);
|
|
923
|
-
}
|
|
924
|
-
else if (typeof cb === "function") {
|
|
925
|
-
if (typeof optionsOrCb !== "object")
|
|
926
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
927
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
928
|
-
}
|
|
929
|
-
else {
|
|
930
|
-
return this.send(command, optionsOrCb);
|
|
931
|
-
}
|
|
932
|
-
};
|
|
933
|
-
GameLift.prototype.describeVpcPeeringAuthorizations = function (args, optionsOrCb, cb) {
|
|
934
|
-
var command = new DescribeVpcPeeringAuthorizationsCommand(args);
|
|
935
|
-
if (typeof optionsOrCb === "function") {
|
|
936
|
-
this.send(command, optionsOrCb);
|
|
937
|
-
}
|
|
938
|
-
else if (typeof cb === "function") {
|
|
939
|
-
if (typeof optionsOrCb !== "object")
|
|
940
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
941
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
942
|
-
}
|
|
943
|
-
else {
|
|
944
|
-
return this.send(command, optionsOrCb);
|
|
945
|
-
}
|
|
946
|
-
};
|
|
947
|
-
GameLift.prototype.describeVpcPeeringConnections = function (args, optionsOrCb, cb) {
|
|
948
|
-
var command = new DescribeVpcPeeringConnectionsCommand(args);
|
|
949
|
-
if (typeof optionsOrCb === "function") {
|
|
950
|
-
this.send(command, optionsOrCb);
|
|
951
|
-
}
|
|
952
|
-
else if (typeof cb === "function") {
|
|
953
|
-
if (typeof optionsOrCb !== "object")
|
|
954
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
955
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
956
|
-
}
|
|
957
|
-
else {
|
|
958
|
-
return this.send(command, optionsOrCb);
|
|
959
|
-
}
|
|
960
|
-
};
|
|
961
|
-
GameLift.prototype.getGameSessionLogUrl = function (args, optionsOrCb, cb) {
|
|
962
|
-
var command = new GetGameSessionLogUrlCommand(args);
|
|
963
|
-
if (typeof optionsOrCb === "function") {
|
|
964
|
-
this.send(command, optionsOrCb);
|
|
965
|
-
}
|
|
966
|
-
else if (typeof cb === "function") {
|
|
967
|
-
if (typeof optionsOrCb !== "object")
|
|
968
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
969
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
970
|
-
}
|
|
971
|
-
else {
|
|
972
|
-
return this.send(command, optionsOrCb);
|
|
973
|
-
}
|
|
974
|
-
};
|
|
975
|
-
GameLift.prototype.getInstanceAccess = function (args, optionsOrCb, cb) {
|
|
976
|
-
var command = new GetInstanceAccessCommand(args);
|
|
977
|
-
if (typeof optionsOrCb === "function") {
|
|
978
|
-
this.send(command, optionsOrCb);
|
|
979
|
-
}
|
|
980
|
-
else if (typeof cb === "function") {
|
|
981
|
-
if (typeof optionsOrCb !== "object")
|
|
982
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
983
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
984
|
-
}
|
|
985
|
-
else {
|
|
986
|
-
return this.send(command, optionsOrCb);
|
|
987
|
-
}
|
|
988
|
-
};
|
|
989
|
-
GameLift.prototype.listAliases = function (args, optionsOrCb, cb) {
|
|
990
|
-
var command = new ListAliasesCommand(args);
|
|
991
|
-
if (typeof optionsOrCb === "function") {
|
|
992
|
-
this.send(command, optionsOrCb);
|
|
993
|
-
}
|
|
994
|
-
else if (typeof cb === "function") {
|
|
995
|
-
if (typeof optionsOrCb !== "object")
|
|
996
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
997
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
998
|
-
}
|
|
999
|
-
else {
|
|
1000
|
-
return this.send(command, optionsOrCb);
|
|
1001
|
-
}
|
|
1002
|
-
};
|
|
1003
|
-
GameLift.prototype.listBuilds = function (args, optionsOrCb, cb) {
|
|
1004
|
-
var command = new ListBuildsCommand(args);
|
|
1005
|
-
if (typeof optionsOrCb === "function") {
|
|
1006
|
-
this.send(command, optionsOrCb);
|
|
1007
|
-
}
|
|
1008
|
-
else if (typeof cb === "function") {
|
|
1009
|
-
if (typeof optionsOrCb !== "object")
|
|
1010
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1011
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1012
|
-
}
|
|
1013
|
-
else {
|
|
1014
|
-
return this.send(command, optionsOrCb);
|
|
1015
|
-
}
|
|
1016
|
-
};
|
|
1017
|
-
GameLift.prototype.listFleets = function (args, optionsOrCb, cb) {
|
|
1018
|
-
var command = new ListFleetsCommand(args);
|
|
1019
|
-
if (typeof optionsOrCb === "function") {
|
|
1020
|
-
this.send(command, optionsOrCb);
|
|
1021
|
-
}
|
|
1022
|
-
else if (typeof cb === "function") {
|
|
1023
|
-
if (typeof optionsOrCb !== "object")
|
|
1024
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1025
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1026
|
-
}
|
|
1027
|
-
else {
|
|
1028
|
-
return this.send(command, optionsOrCb);
|
|
1029
|
-
}
|
|
1030
|
-
};
|
|
1031
|
-
GameLift.prototype.listGameServerGroups = function (args, optionsOrCb, cb) {
|
|
1032
|
-
var command = new ListGameServerGroupsCommand(args);
|
|
1033
|
-
if (typeof optionsOrCb === "function") {
|
|
1034
|
-
this.send(command, optionsOrCb);
|
|
1035
|
-
}
|
|
1036
|
-
else if (typeof cb === "function") {
|
|
1037
|
-
if (typeof optionsOrCb !== "object")
|
|
1038
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1039
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1040
|
-
}
|
|
1041
|
-
else {
|
|
1042
|
-
return this.send(command, optionsOrCb);
|
|
1043
|
-
}
|
|
1044
|
-
};
|
|
1045
|
-
GameLift.prototype.listGameServers = function (args, optionsOrCb, cb) {
|
|
1046
|
-
var command = new ListGameServersCommand(args);
|
|
1047
|
-
if (typeof optionsOrCb === "function") {
|
|
1048
|
-
this.send(command, optionsOrCb);
|
|
1049
|
-
}
|
|
1050
|
-
else if (typeof cb === "function") {
|
|
1051
|
-
if (typeof optionsOrCb !== "object")
|
|
1052
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1053
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1054
|
-
}
|
|
1055
|
-
else {
|
|
1056
|
-
return this.send(command, optionsOrCb);
|
|
1057
|
-
}
|
|
1058
|
-
};
|
|
1059
|
-
GameLift.prototype.listScripts = function (args, optionsOrCb, cb) {
|
|
1060
|
-
var command = new ListScriptsCommand(args);
|
|
1061
|
-
if (typeof optionsOrCb === "function") {
|
|
1062
|
-
this.send(command, optionsOrCb);
|
|
1063
|
-
}
|
|
1064
|
-
else if (typeof cb === "function") {
|
|
1065
|
-
if (typeof optionsOrCb !== "object")
|
|
1066
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1067
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1068
|
-
}
|
|
1069
|
-
else {
|
|
1070
|
-
return this.send(command, optionsOrCb);
|
|
1071
|
-
}
|
|
1072
|
-
};
|
|
1073
|
-
GameLift.prototype.listTagsForResource = function (args, optionsOrCb, cb) {
|
|
1074
|
-
var command = new ListTagsForResourceCommand(args);
|
|
1075
|
-
if (typeof optionsOrCb === "function") {
|
|
1076
|
-
this.send(command, optionsOrCb);
|
|
1077
|
-
}
|
|
1078
|
-
else if (typeof cb === "function") {
|
|
1079
|
-
if (typeof optionsOrCb !== "object")
|
|
1080
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1081
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1082
|
-
}
|
|
1083
|
-
else {
|
|
1084
|
-
return this.send(command, optionsOrCb);
|
|
1085
|
-
}
|
|
1086
|
-
};
|
|
1087
|
-
GameLift.prototype.putScalingPolicy = function (args, optionsOrCb, cb) {
|
|
1088
|
-
var command = new PutScalingPolicyCommand(args);
|
|
1089
|
-
if (typeof optionsOrCb === "function") {
|
|
1090
|
-
this.send(command, optionsOrCb);
|
|
1091
|
-
}
|
|
1092
|
-
else if (typeof cb === "function") {
|
|
1093
|
-
if (typeof optionsOrCb !== "object")
|
|
1094
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1095
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1096
|
-
}
|
|
1097
|
-
else {
|
|
1098
|
-
return this.send(command, optionsOrCb);
|
|
1099
|
-
}
|
|
1100
|
-
};
|
|
1101
|
-
GameLift.prototype.registerGameServer = function (args, optionsOrCb, cb) {
|
|
1102
|
-
var command = new RegisterGameServerCommand(args);
|
|
1103
|
-
if (typeof optionsOrCb === "function") {
|
|
1104
|
-
this.send(command, optionsOrCb);
|
|
1105
|
-
}
|
|
1106
|
-
else if (typeof cb === "function") {
|
|
1107
|
-
if (typeof optionsOrCb !== "object")
|
|
1108
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1109
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1110
|
-
}
|
|
1111
|
-
else {
|
|
1112
|
-
return this.send(command, optionsOrCb);
|
|
1113
|
-
}
|
|
1114
|
-
};
|
|
1115
|
-
GameLift.prototype.requestUploadCredentials = function (args, optionsOrCb, cb) {
|
|
1116
|
-
var command = new RequestUploadCredentialsCommand(args);
|
|
1117
|
-
if (typeof optionsOrCb === "function") {
|
|
1118
|
-
this.send(command, optionsOrCb);
|
|
1119
|
-
}
|
|
1120
|
-
else if (typeof cb === "function") {
|
|
1121
|
-
if (typeof optionsOrCb !== "object")
|
|
1122
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1123
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1124
|
-
}
|
|
1125
|
-
else {
|
|
1126
|
-
return this.send(command, optionsOrCb);
|
|
1127
|
-
}
|
|
1128
|
-
};
|
|
1129
|
-
GameLift.prototype.resolveAlias = function (args, optionsOrCb, cb) {
|
|
1130
|
-
var command = new ResolveAliasCommand(args);
|
|
1131
|
-
if (typeof optionsOrCb === "function") {
|
|
1132
|
-
this.send(command, optionsOrCb);
|
|
1133
|
-
}
|
|
1134
|
-
else if (typeof cb === "function") {
|
|
1135
|
-
if (typeof optionsOrCb !== "object")
|
|
1136
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1137
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1138
|
-
}
|
|
1139
|
-
else {
|
|
1140
|
-
return this.send(command, optionsOrCb);
|
|
1141
|
-
}
|
|
1142
|
-
};
|
|
1143
|
-
GameLift.prototype.resumeGameServerGroup = function (args, optionsOrCb, cb) {
|
|
1144
|
-
var command = new ResumeGameServerGroupCommand(args);
|
|
1145
|
-
if (typeof optionsOrCb === "function") {
|
|
1146
|
-
this.send(command, optionsOrCb);
|
|
1147
|
-
}
|
|
1148
|
-
else if (typeof cb === "function") {
|
|
1149
|
-
if (typeof optionsOrCb !== "object")
|
|
1150
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1151
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1152
|
-
}
|
|
1153
|
-
else {
|
|
1154
|
-
return this.send(command, optionsOrCb);
|
|
1155
|
-
}
|
|
1156
|
-
};
|
|
1157
|
-
GameLift.prototype.searchGameSessions = function (args, optionsOrCb, cb) {
|
|
1158
|
-
var command = new SearchGameSessionsCommand(args);
|
|
1159
|
-
if (typeof optionsOrCb === "function") {
|
|
1160
|
-
this.send(command, optionsOrCb);
|
|
1161
|
-
}
|
|
1162
|
-
else if (typeof cb === "function") {
|
|
1163
|
-
if (typeof optionsOrCb !== "object")
|
|
1164
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1165
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1166
|
-
}
|
|
1167
|
-
else {
|
|
1168
|
-
return this.send(command, optionsOrCb);
|
|
1169
|
-
}
|
|
1170
|
-
};
|
|
1171
|
-
GameLift.prototype.startFleetActions = function (args, optionsOrCb, cb) {
|
|
1172
|
-
var command = new StartFleetActionsCommand(args);
|
|
1173
|
-
if (typeof optionsOrCb === "function") {
|
|
1174
|
-
this.send(command, optionsOrCb);
|
|
1175
|
-
}
|
|
1176
|
-
else if (typeof cb === "function") {
|
|
1177
|
-
if (typeof optionsOrCb !== "object")
|
|
1178
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1179
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1180
|
-
}
|
|
1181
|
-
else {
|
|
1182
|
-
return this.send(command, optionsOrCb);
|
|
1183
|
-
}
|
|
1184
|
-
};
|
|
1185
|
-
GameLift.prototype.startGameSessionPlacement = function (args, optionsOrCb, cb) {
|
|
1186
|
-
var command = new StartGameSessionPlacementCommand(args);
|
|
1187
|
-
if (typeof optionsOrCb === "function") {
|
|
1188
|
-
this.send(command, optionsOrCb);
|
|
1189
|
-
}
|
|
1190
|
-
else if (typeof cb === "function") {
|
|
1191
|
-
if (typeof optionsOrCb !== "object")
|
|
1192
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1193
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1194
|
-
}
|
|
1195
|
-
else {
|
|
1196
|
-
return this.send(command, optionsOrCb);
|
|
1197
|
-
}
|
|
1198
|
-
};
|
|
1199
|
-
GameLift.prototype.startMatchBackfill = function (args, optionsOrCb, cb) {
|
|
1200
|
-
var command = new StartMatchBackfillCommand(args);
|
|
1201
|
-
if (typeof optionsOrCb === "function") {
|
|
1202
|
-
this.send(command, optionsOrCb);
|
|
1203
|
-
}
|
|
1204
|
-
else if (typeof cb === "function") {
|
|
1205
|
-
if (typeof optionsOrCb !== "object")
|
|
1206
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1207
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1208
|
-
}
|
|
1209
|
-
else {
|
|
1210
|
-
return this.send(command, optionsOrCb);
|
|
1211
|
-
}
|
|
1212
|
-
};
|
|
1213
|
-
GameLift.prototype.startMatchmaking = function (args, optionsOrCb, cb) {
|
|
1214
|
-
var command = new StartMatchmakingCommand(args);
|
|
1215
|
-
if (typeof optionsOrCb === "function") {
|
|
1216
|
-
this.send(command, optionsOrCb);
|
|
1217
|
-
}
|
|
1218
|
-
else if (typeof cb === "function") {
|
|
1219
|
-
if (typeof optionsOrCb !== "object")
|
|
1220
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1221
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1222
|
-
}
|
|
1223
|
-
else {
|
|
1224
|
-
return this.send(command, optionsOrCb);
|
|
1225
|
-
}
|
|
1226
|
-
};
|
|
1227
|
-
GameLift.prototype.stopFleetActions = function (args, optionsOrCb, cb) {
|
|
1228
|
-
var command = new StopFleetActionsCommand(args);
|
|
1229
|
-
if (typeof optionsOrCb === "function") {
|
|
1230
|
-
this.send(command, optionsOrCb);
|
|
1231
|
-
}
|
|
1232
|
-
else if (typeof cb === "function") {
|
|
1233
|
-
if (typeof optionsOrCb !== "object")
|
|
1234
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1235
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1236
|
-
}
|
|
1237
|
-
else {
|
|
1238
|
-
return this.send(command, optionsOrCb);
|
|
1239
|
-
}
|
|
1240
|
-
};
|
|
1241
|
-
GameLift.prototype.stopGameSessionPlacement = function (args, optionsOrCb, cb) {
|
|
1242
|
-
var command = new StopGameSessionPlacementCommand(args);
|
|
1243
|
-
if (typeof optionsOrCb === "function") {
|
|
1244
|
-
this.send(command, optionsOrCb);
|
|
1245
|
-
}
|
|
1246
|
-
else if (typeof cb === "function") {
|
|
1247
|
-
if (typeof optionsOrCb !== "object")
|
|
1248
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1249
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1250
|
-
}
|
|
1251
|
-
else {
|
|
1252
|
-
return this.send(command, optionsOrCb);
|
|
1253
|
-
}
|
|
1254
|
-
};
|
|
1255
|
-
GameLift.prototype.stopMatchmaking = function (args, optionsOrCb, cb) {
|
|
1256
|
-
var command = new StopMatchmakingCommand(args);
|
|
1257
|
-
if (typeof optionsOrCb === "function") {
|
|
1258
|
-
this.send(command, optionsOrCb);
|
|
1259
|
-
}
|
|
1260
|
-
else if (typeof cb === "function") {
|
|
1261
|
-
if (typeof optionsOrCb !== "object")
|
|
1262
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1263
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1264
|
-
}
|
|
1265
|
-
else {
|
|
1266
|
-
return this.send(command, optionsOrCb);
|
|
1267
|
-
}
|
|
1268
|
-
};
|
|
1269
|
-
GameLift.prototype.suspendGameServerGroup = function (args, optionsOrCb, cb) {
|
|
1270
|
-
var command = new SuspendGameServerGroupCommand(args);
|
|
1271
|
-
if (typeof optionsOrCb === "function") {
|
|
1272
|
-
this.send(command, optionsOrCb);
|
|
1273
|
-
}
|
|
1274
|
-
else if (typeof cb === "function") {
|
|
1275
|
-
if (typeof optionsOrCb !== "object")
|
|
1276
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1277
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1278
|
-
}
|
|
1279
|
-
else {
|
|
1280
|
-
return this.send(command, optionsOrCb);
|
|
1281
|
-
}
|
|
1282
|
-
};
|
|
1283
|
-
GameLift.prototype.tagResource = function (args, optionsOrCb, cb) {
|
|
1284
|
-
var command = new TagResourceCommand(args);
|
|
1285
|
-
if (typeof optionsOrCb === "function") {
|
|
1286
|
-
this.send(command, optionsOrCb);
|
|
1287
|
-
}
|
|
1288
|
-
else if (typeof cb === "function") {
|
|
1289
|
-
if (typeof optionsOrCb !== "object")
|
|
1290
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1291
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1292
|
-
}
|
|
1293
|
-
else {
|
|
1294
|
-
return this.send(command, optionsOrCb);
|
|
1295
|
-
}
|
|
1296
|
-
};
|
|
1297
|
-
GameLift.prototype.untagResource = function (args, optionsOrCb, cb) {
|
|
1298
|
-
var command = new UntagResourceCommand(args);
|
|
1299
|
-
if (typeof optionsOrCb === "function") {
|
|
1300
|
-
this.send(command, optionsOrCb);
|
|
1301
|
-
}
|
|
1302
|
-
else if (typeof cb === "function") {
|
|
1303
|
-
if (typeof optionsOrCb !== "object")
|
|
1304
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1305
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1306
|
-
}
|
|
1307
|
-
else {
|
|
1308
|
-
return this.send(command, optionsOrCb);
|
|
1309
|
-
}
|
|
1310
|
-
};
|
|
1311
|
-
GameLift.prototype.updateAlias = function (args, optionsOrCb, cb) {
|
|
1312
|
-
var command = new UpdateAliasCommand(args);
|
|
1313
|
-
if (typeof optionsOrCb === "function") {
|
|
1314
|
-
this.send(command, optionsOrCb);
|
|
1315
|
-
}
|
|
1316
|
-
else if (typeof cb === "function") {
|
|
1317
|
-
if (typeof optionsOrCb !== "object")
|
|
1318
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1319
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1320
|
-
}
|
|
1321
|
-
else {
|
|
1322
|
-
return this.send(command, optionsOrCb);
|
|
1323
|
-
}
|
|
1324
|
-
};
|
|
1325
|
-
GameLift.prototype.updateBuild = function (args, optionsOrCb, cb) {
|
|
1326
|
-
var command = new UpdateBuildCommand(args);
|
|
1327
|
-
if (typeof optionsOrCb === "function") {
|
|
1328
|
-
this.send(command, optionsOrCb);
|
|
1329
|
-
}
|
|
1330
|
-
else if (typeof cb === "function") {
|
|
1331
|
-
if (typeof optionsOrCb !== "object")
|
|
1332
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1333
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1334
|
-
}
|
|
1335
|
-
else {
|
|
1336
|
-
return this.send(command, optionsOrCb);
|
|
1337
|
-
}
|
|
1338
|
-
};
|
|
1339
|
-
GameLift.prototype.updateFleetAttributes = function (args, optionsOrCb, cb) {
|
|
1340
|
-
var command = new UpdateFleetAttributesCommand(args);
|
|
1341
|
-
if (typeof optionsOrCb === "function") {
|
|
1342
|
-
this.send(command, optionsOrCb);
|
|
1343
|
-
}
|
|
1344
|
-
else if (typeof cb === "function") {
|
|
1345
|
-
if (typeof optionsOrCb !== "object")
|
|
1346
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1347
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1348
|
-
}
|
|
1349
|
-
else {
|
|
1350
|
-
return this.send(command, optionsOrCb);
|
|
1351
|
-
}
|
|
1352
|
-
};
|
|
1353
|
-
GameLift.prototype.updateFleetCapacity = function (args, optionsOrCb, cb) {
|
|
1354
|
-
var command = new UpdateFleetCapacityCommand(args);
|
|
1355
|
-
if (typeof optionsOrCb === "function") {
|
|
1356
|
-
this.send(command, optionsOrCb);
|
|
1357
|
-
}
|
|
1358
|
-
else if (typeof cb === "function") {
|
|
1359
|
-
if (typeof optionsOrCb !== "object")
|
|
1360
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1361
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1362
|
-
}
|
|
1363
|
-
else {
|
|
1364
|
-
return this.send(command, optionsOrCb);
|
|
1365
|
-
}
|
|
1366
|
-
};
|
|
1367
|
-
GameLift.prototype.updateFleetPortSettings = function (args, optionsOrCb, cb) {
|
|
1368
|
-
var command = new UpdateFleetPortSettingsCommand(args);
|
|
1369
|
-
if (typeof optionsOrCb === "function") {
|
|
1370
|
-
this.send(command, optionsOrCb);
|
|
1371
|
-
}
|
|
1372
|
-
else if (typeof cb === "function") {
|
|
1373
|
-
if (typeof optionsOrCb !== "object")
|
|
1374
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1375
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1376
|
-
}
|
|
1377
|
-
else {
|
|
1378
|
-
return this.send(command, optionsOrCb);
|
|
1379
|
-
}
|
|
1380
|
-
};
|
|
1381
|
-
GameLift.prototype.updateGameServer = function (args, optionsOrCb, cb) {
|
|
1382
|
-
var command = new UpdateGameServerCommand(args);
|
|
1383
|
-
if (typeof optionsOrCb === "function") {
|
|
1384
|
-
this.send(command, optionsOrCb);
|
|
1385
|
-
}
|
|
1386
|
-
else if (typeof cb === "function") {
|
|
1387
|
-
if (typeof optionsOrCb !== "object")
|
|
1388
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1389
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1390
|
-
}
|
|
1391
|
-
else {
|
|
1392
|
-
return this.send(command, optionsOrCb);
|
|
1393
|
-
}
|
|
1394
|
-
};
|
|
1395
|
-
GameLift.prototype.updateGameServerGroup = function (args, optionsOrCb, cb) {
|
|
1396
|
-
var command = new UpdateGameServerGroupCommand(args);
|
|
1397
|
-
if (typeof optionsOrCb === "function") {
|
|
1398
|
-
this.send(command, optionsOrCb);
|
|
1399
|
-
}
|
|
1400
|
-
else if (typeof cb === "function") {
|
|
1401
|
-
if (typeof optionsOrCb !== "object")
|
|
1402
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1403
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1404
|
-
}
|
|
1405
|
-
else {
|
|
1406
|
-
return this.send(command, optionsOrCb);
|
|
1407
|
-
}
|
|
1408
|
-
};
|
|
1409
|
-
GameLift.prototype.updateGameSession = function (args, optionsOrCb, cb) {
|
|
1410
|
-
var command = new UpdateGameSessionCommand(args);
|
|
1411
|
-
if (typeof optionsOrCb === "function") {
|
|
1412
|
-
this.send(command, optionsOrCb);
|
|
1413
|
-
}
|
|
1414
|
-
else if (typeof cb === "function") {
|
|
1415
|
-
if (typeof optionsOrCb !== "object")
|
|
1416
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1417
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1418
|
-
}
|
|
1419
|
-
else {
|
|
1420
|
-
return this.send(command, optionsOrCb);
|
|
1421
|
-
}
|
|
1422
|
-
};
|
|
1423
|
-
GameLift.prototype.updateGameSessionQueue = function (args, optionsOrCb, cb) {
|
|
1424
|
-
var command = new UpdateGameSessionQueueCommand(args);
|
|
1425
|
-
if (typeof optionsOrCb === "function") {
|
|
1426
|
-
this.send(command, optionsOrCb);
|
|
1427
|
-
}
|
|
1428
|
-
else if (typeof cb === "function") {
|
|
1429
|
-
if (typeof optionsOrCb !== "object")
|
|
1430
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1431
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1432
|
-
}
|
|
1433
|
-
else {
|
|
1434
|
-
return this.send(command, optionsOrCb);
|
|
1435
|
-
}
|
|
1436
|
-
};
|
|
1437
|
-
GameLift.prototype.updateMatchmakingConfiguration = function (args, optionsOrCb, cb) {
|
|
1438
|
-
var command = new UpdateMatchmakingConfigurationCommand(args);
|
|
1439
|
-
if (typeof optionsOrCb === "function") {
|
|
1440
|
-
this.send(command, optionsOrCb);
|
|
1441
|
-
}
|
|
1442
|
-
else if (typeof cb === "function") {
|
|
1443
|
-
if (typeof optionsOrCb !== "object")
|
|
1444
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1445
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1446
|
-
}
|
|
1447
|
-
else {
|
|
1448
|
-
return this.send(command, optionsOrCb);
|
|
1449
|
-
}
|
|
1450
|
-
};
|
|
1451
|
-
GameLift.prototype.updateRuntimeConfiguration = function (args, optionsOrCb, cb) {
|
|
1452
|
-
var command = new UpdateRuntimeConfigurationCommand(args);
|
|
1453
|
-
if (typeof optionsOrCb === "function") {
|
|
1454
|
-
this.send(command, optionsOrCb);
|
|
1455
|
-
}
|
|
1456
|
-
else if (typeof cb === "function") {
|
|
1457
|
-
if (typeof optionsOrCb !== "object")
|
|
1458
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1459
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1460
|
-
}
|
|
1461
|
-
else {
|
|
1462
|
-
return this.send(command, optionsOrCb);
|
|
1463
|
-
}
|
|
1464
|
-
};
|
|
1465
|
-
GameLift.prototype.updateScript = function (args, optionsOrCb, cb) {
|
|
1466
|
-
var command = new UpdateScriptCommand(args);
|
|
1467
|
-
if (typeof optionsOrCb === "function") {
|
|
1468
|
-
this.send(command, optionsOrCb);
|
|
1469
|
-
}
|
|
1470
|
-
else if (typeof cb === "function") {
|
|
1471
|
-
if (typeof optionsOrCb !== "object")
|
|
1472
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1473
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1474
|
-
}
|
|
1475
|
-
else {
|
|
1476
|
-
return this.send(command, optionsOrCb);
|
|
1477
|
-
}
|
|
1478
|
-
};
|
|
1479
|
-
GameLift.prototype.validateMatchmakingRuleSet = function (args, optionsOrCb, cb) {
|
|
1480
|
-
var command = new ValidateMatchmakingRuleSetCommand(args);
|
|
1481
|
-
if (typeof optionsOrCb === "function") {
|
|
1482
|
-
this.send(command, optionsOrCb);
|
|
1483
|
-
}
|
|
1484
|
-
else if (typeof cb === "function") {
|
|
1485
|
-
if (typeof optionsOrCb !== "object")
|
|
1486
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1487
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1488
|
-
}
|
|
1489
|
-
else {
|
|
1490
|
-
return this.send(command, optionsOrCb);
|
|
1491
|
-
}
|
|
1492
|
-
};
|
|
1493
|
-
return GameLift;
|
|
1494
|
-
}(GameLiftClient));
|
|
1495
|
-
export { GameLift };
|
|
1496
|
-
//# sourceMappingURL=GameLift.js.map
|