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