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