@aws-sdk/client-gamelift 3.32.0 → 3.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +44 -0
- package/dist-cjs/GameLift.js +1492 -0
- package/dist-cjs/GameLiftClient.js +100 -0
- package/dist-cjs/commands/AcceptMatchCommand.js +98 -0
- package/dist-cjs/commands/ClaimGameServerCommand.js +112 -0
- package/dist-cjs/commands/CreateAliasCommand.js +85 -0
- package/dist-cjs/commands/CreateBuildCommand.js +113 -0
- package/dist-cjs/commands/CreateFleetCommand.js +111 -0
- package/dist-cjs/commands/CreateFleetLocationsCommand.js +102 -0
- package/dist-cjs/commands/CreateGameServerGroupCommand.js +113 -0
- package/dist-cjs/commands/CreateGameSessionCommand.js +113 -0
- package/dist-cjs/commands/CreateGameSessionQueueCommand.js +103 -0
- package/dist-cjs/commands/CreateMatchmakingConfigurationCommand.js +101 -0
- package/dist-cjs/commands/CreateMatchmakingRuleSetCommand.js +106 -0
- package/dist-cjs/commands/CreatePlayerSessionCommand.js +83 -0
- package/dist-cjs/commands/CreatePlayerSessionsCommand.js +83 -0
- package/dist-cjs/commands/CreateScriptCommand.js +103 -0
- package/dist-cjs/commands/CreateVpcPeeringAuthorizationCommand.js +93 -0
- package/dist-cjs/commands/CreateVpcPeeringConnectionCommand.js +90 -0
- package/dist-cjs/commands/DeleteAliasCommand.js +74 -0
- package/dist-cjs/commands/DeleteBuildCommand.js +81 -0
- package/dist-cjs/commands/DeleteFleetCommand.js +94 -0
- package/dist-cjs/commands/DeleteFleetLocationsCommand.js +88 -0
- package/dist-cjs/commands/DeleteGameServerGroupCommand.js +107 -0
- package/dist-cjs/commands/DeleteGameSessionQueueCommand.js +78 -0
- package/dist-cjs/commands/DeleteMatchmakingConfigurationCommand.js +76 -0
- package/dist-cjs/commands/DeleteMatchmakingRuleSetCommand.js +87 -0
- package/dist-cjs/commands/DeleteScalingPolicyCommand.js +78 -0
- package/dist-cjs/commands/DeleteScriptCommand.js +83 -0
- package/dist-cjs/commands/DeleteVpcPeeringAuthorizationCommand.js +73 -0
- package/dist-cjs/commands/DeleteVpcPeeringConnectionCommand.js +78 -0
- package/dist-cjs/commands/DeregisterGameServerCommand.js +86 -0
- package/dist-cjs/commands/DescribeAliasCommand.js +75 -0
- package/dist-cjs/commands/DescribeBuildCommand.js +79 -0
- package/dist-cjs/commands/DescribeEC2InstanceLimitsCommand.js +130 -0
- package/dist-cjs/commands/DescribeFleetAttributesCommand.js +102 -0
- package/dist-cjs/commands/DescribeFleetCapacityCommand.js +109 -0
- package/dist-cjs/commands/DescribeFleetEventsCommand.js +89 -0
- package/dist-cjs/commands/DescribeFleetLocationAttributesCommand.js +100 -0
- package/dist-cjs/commands/DescribeFleetLocationCapacityCommand.js +92 -0
- package/dist-cjs/commands/DescribeFleetLocationUtilizationCommand.js +92 -0
- package/dist-cjs/commands/DescribeFleetPortSettingsCommand.js +100 -0
- package/dist-cjs/commands/DescribeFleetUtilizationCommand.js +110 -0
- package/dist-cjs/commands/DescribeGameServerCommand.js +84 -0
- package/dist-cjs/commands/DescribeGameServerGroupCommand.js +88 -0
- package/dist-cjs/commands/DescribeGameServerInstancesCommand.js +98 -0
- package/dist-cjs/commands/DescribeGameSessionDetailsCommand.js +108 -0
- package/dist-cjs/commands/DescribeGameSessionPlacementCommand.js +77 -0
- package/dist-cjs/commands/DescribeGameSessionQueuesCommand.js +81 -0
- package/dist-cjs/commands/DescribeGameSessionsCommand.js +110 -0
- package/dist-cjs/commands/DescribeInstancesCommand.js +98 -0
- package/dist-cjs/commands/DescribeMatchmakingCommand.js +94 -0
- package/dist-cjs/commands/DescribeMatchmakingConfigurationsCommand.js +87 -0
- package/dist-cjs/commands/DescribeMatchmakingRuleSetsCommand.js +88 -0
- package/dist-cjs/commands/DescribePlayerSessionsCommand.js +94 -0
- package/dist-cjs/commands/DescribeRuntimeConfigurationCommand.js +92 -0
- package/dist-cjs/commands/DescribeScalingPoliciesCommand.js +82 -0
- package/dist-cjs/commands/DescribeScriptCommand.js +79 -0
- package/dist-cjs/commands/DescribeVpcPeeringAuthorizationsCommand.js +74 -0
- package/dist-cjs/commands/DescribeVpcPeeringConnectionsCommand.js +78 -0
- package/dist-cjs/commands/GetGameSessionLogUrlCommand.js +82 -0
- package/dist-cjs/commands/GetInstanceAccessCommand.js +94 -0
- package/dist-cjs/commands/ListAliasesCommand.js +77 -0
- package/dist-cjs/commands/ListBuildsCommand.js +84 -0
- package/dist-cjs/commands/ListFleetsCommand.js +106 -0
- package/dist-cjs/commands/ListGameServerGroupsCommand.js +85 -0
- package/dist-cjs/commands/ListGameServersCommand.js +83 -0
- package/dist-cjs/commands/ListScriptsCommand.js +77 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +108 -0
- package/dist-cjs/commands/PutScalingPolicyCommand.js +136 -0
- package/dist-cjs/commands/RegisterGameServerCommand.js +94 -0
- package/dist-cjs/commands/RequestUploadCredentialsCommand.js +83 -0
- package/dist-cjs/commands/ResolveAliasCommand.js +72 -0
- package/dist-cjs/commands/ResumeGameServerGroupCommand.js +91 -0
- package/dist-cjs/commands/SearchGameSessionsCommand.js +156 -0
- package/dist-cjs/commands/StartFleetActionsCommand.js +97 -0
- package/dist-cjs/commands/StartGameSessionPlacementCommand.js +114 -0
- package/dist-cjs/commands/StartMatchBackfillCommand.js +106 -0
- package/dist-cjs/commands/StartMatchmakingCommand.js +100 -0
- package/dist-cjs/commands/StopFleetActionsCommand.js +102 -0
- package/dist-cjs/commands/StopGameSessionPlacementCommand.js +77 -0
- package/dist-cjs/commands/StopMatchmakingCommand.js +89 -0
- package/dist-cjs/commands/SuspendGameServerGroupCommand.js +101 -0
- package/dist-cjs/commands/TagResourceCommand.js +110 -0
- package/dist-cjs/commands/UntagResourceCommand.js +110 -0
- package/dist-cjs/commands/UpdateAliasCommand.js +75 -0
- package/dist-cjs/commands/UpdateBuildCommand.js +80 -0
- package/dist-cjs/commands/UpdateFleetAttributesCommand.js +87 -0
- package/dist-cjs/commands/UpdateFleetCapacityCommand.js +120 -0
- package/dist-cjs/commands/UpdateFleetPortSettingsCommand.js +93 -0
- package/dist-cjs/commands/UpdateGameServerCommand.js +105 -0
- package/dist-cjs/commands/UpdateGameServerGroupCommand.js +89 -0
- package/dist-cjs/commands/UpdateGameSessionCommand.js +78 -0
- package/dist-cjs/commands/UpdateGameSessionQueueCommand.js +80 -0
- package/dist-cjs/commands/UpdateMatchmakingConfigurationCommand.js +83 -0
- package/dist-cjs/commands/UpdateRuntimeConfigurationCommand.js +94 -0
- package/dist-cjs/commands/UpdateScriptCommand.js +86 -0
- package/dist-cjs/commands/ValidateMatchmakingRuleSetCommand.js +87 -0
- package/dist-cjs/endpoints.js +56 -0
- package/dist-cjs/index.js +123 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +2539 -0
- package/dist-cjs/pagination/DescribeFleetAttributesPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeFleetCapacityPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeFleetEventsPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeFleetLocationAttributesPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeFleetUtilizationPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeGameServerInstancesPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeGameSessionDetailsPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeGameSessionQueuesPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeGameSessionsPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeInstancesPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeMatchmakingConfigurationsPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeMatchmakingRuleSetsPaginator.js +45 -0
- package/dist-cjs/pagination/DescribePlayerSessionsPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeScalingPoliciesPaginator.js +45 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListAliasesPaginator.js +45 -0
- package/dist-cjs/pagination/ListBuildsPaginator.js +45 -0
- package/dist-cjs/pagination/ListFleetsPaginator.js +45 -0
- package/dist-cjs/pagination/ListGameServerGroupsPaginator.js +45 -0
- package/dist-cjs/pagination/ListGameServersPaginator.js +45 -0
- package/dist-cjs/pagination/ListScriptsPaginator.js +45 -0
- package/dist-cjs/pagination/SearchGameSessionsPaginator.js +45 -0
- package/dist-cjs/protocols/Aws_json1_1.js +11485 -0
- package/dist-cjs/runtimeConfig.browser.js +41 -0
- package/dist-cjs/runtimeConfig.js +46 -0
- package/dist-cjs/runtimeConfig.native.js +19 -0
- package/dist-cjs/runtimeConfig.shared.js +20 -0
- package/dist-es/GameLift.js +1435 -0
- package/dist-es/GameLiftClient.js +37 -0
- package/dist-es/commands/AcceptMatchCommand.js +39 -0
- package/dist-es/commands/ClaimGameServerCommand.js +39 -0
- package/dist-es/commands/CreateAliasCommand.js +39 -0
- package/dist-es/commands/CreateBuildCommand.js +39 -0
- package/dist-es/commands/CreateFleetCommand.js +39 -0
- package/dist-es/commands/CreateFleetLocationsCommand.js +39 -0
- package/dist-es/commands/CreateGameServerGroupCommand.js +39 -0
- package/dist-es/commands/CreateGameSessionCommand.js +39 -0
- package/dist-es/commands/CreateGameSessionQueueCommand.js +39 -0
- package/dist-es/commands/CreateMatchmakingConfigurationCommand.js +39 -0
- package/dist-es/commands/CreateMatchmakingRuleSetCommand.js +39 -0
- package/dist-es/commands/CreatePlayerSessionCommand.js +39 -0
- package/dist-es/commands/CreatePlayerSessionsCommand.js +39 -0
- package/dist-es/commands/CreateScriptCommand.js +39 -0
- package/dist-es/commands/CreateVpcPeeringAuthorizationCommand.js +39 -0
- package/dist-es/commands/CreateVpcPeeringConnectionCommand.js +39 -0
- package/dist-es/commands/DeleteAliasCommand.js +39 -0
- package/dist-es/commands/DeleteBuildCommand.js +39 -0
- package/dist-es/commands/DeleteFleetCommand.js +39 -0
- package/dist-es/commands/DeleteFleetLocationsCommand.js +39 -0
- package/dist-es/commands/DeleteGameServerGroupCommand.js +39 -0
- package/dist-es/commands/DeleteGameSessionQueueCommand.js +39 -0
- package/dist-es/commands/DeleteMatchmakingConfigurationCommand.js +39 -0
- package/dist-es/commands/DeleteMatchmakingRuleSetCommand.js +39 -0
- package/dist-es/commands/DeleteScalingPolicyCommand.js +39 -0
- package/dist-es/commands/DeleteScriptCommand.js +39 -0
- package/dist-es/commands/DeleteVpcPeeringAuthorizationCommand.js +39 -0
- package/dist-es/commands/DeleteVpcPeeringConnectionCommand.js +39 -0
- package/dist-es/commands/DeregisterGameServerCommand.js +39 -0
- package/dist-es/commands/DescribeAliasCommand.js +39 -0
- package/dist-es/commands/DescribeBuildCommand.js +39 -0
- package/dist-es/commands/DescribeEC2InstanceLimitsCommand.js +39 -0
- package/dist-es/commands/DescribeFleetAttributesCommand.js +39 -0
- package/dist-es/commands/DescribeFleetCapacityCommand.js +39 -0
- package/dist-es/commands/DescribeFleetEventsCommand.js +39 -0
- package/dist-es/commands/DescribeFleetLocationAttributesCommand.js +39 -0
- package/dist-es/commands/DescribeFleetLocationCapacityCommand.js +39 -0
- package/dist-es/commands/DescribeFleetLocationUtilizationCommand.js +39 -0
- package/dist-es/commands/DescribeFleetPortSettingsCommand.js +39 -0
- package/dist-es/commands/DescribeFleetUtilizationCommand.js +39 -0
- package/dist-es/commands/DescribeGameServerCommand.js +39 -0
- package/dist-es/commands/DescribeGameServerGroupCommand.js +39 -0
- package/dist-es/commands/DescribeGameServerInstancesCommand.js +39 -0
- package/dist-es/commands/DescribeGameSessionDetailsCommand.js +39 -0
- package/dist-es/commands/DescribeGameSessionPlacementCommand.js +39 -0
- package/dist-es/commands/DescribeGameSessionQueuesCommand.js +39 -0
- package/dist-es/commands/DescribeGameSessionsCommand.js +39 -0
- package/dist-es/commands/DescribeInstancesCommand.js +39 -0
- package/dist-es/commands/DescribeMatchmakingCommand.js +39 -0
- package/dist-es/commands/DescribeMatchmakingConfigurationsCommand.js +39 -0
- package/dist-es/commands/DescribeMatchmakingRuleSetsCommand.js +39 -0
- package/dist-es/commands/DescribePlayerSessionsCommand.js +39 -0
- package/dist-es/commands/DescribeRuntimeConfigurationCommand.js +39 -0
- package/dist-es/commands/DescribeScalingPoliciesCommand.js +39 -0
- package/dist-es/commands/DescribeScriptCommand.js +39 -0
- package/dist-es/commands/DescribeVpcPeeringAuthorizationsCommand.js +39 -0
- package/dist-es/commands/DescribeVpcPeeringConnectionsCommand.js +39 -0
- package/dist-es/commands/GetGameSessionLogUrlCommand.js +39 -0
- package/dist-es/commands/GetInstanceAccessCommand.js +39 -0
- package/dist-es/commands/ListAliasesCommand.js +39 -0
- package/dist-es/commands/ListBuildsCommand.js +39 -0
- package/dist-es/commands/ListFleetsCommand.js +39 -0
- package/dist-es/commands/ListGameServerGroupsCommand.js +39 -0
- package/dist-es/commands/ListGameServersCommand.js +39 -0
- package/dist-es/commands/ListScriptsCommand.js +39 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
- package/dist-es/commands/PutScalingPolicyCommand.js +39 -0
- package/dist-es/commands/RegisterGameServerCommand.js +39 -0
- package/dist-es/commands/RequestUploadCredentialsCommand.js +39 -0
- package/dist-es/commands/ResolveAliasCommand.js +39 -0
- package/dist-es/commands/ResumeGameServerGroupCommand.js +39 -0
- package/dist-es/commands/SearchGameSessionsCommand.js +39 -0
- package/dist-es/commands/StartFleetActionsCommand.js +39 -0
- package/dist-es/commands/StartGameSessionPlacementCommand.js +39 -0
- package/dist-es/commands/StartMatchBackfillCommand.js +39 -0
- package/dist-es/commands/StartMatchmakingCommand.js +39 -0
- package/dist-es/commands/StopFleetActionsCommand.js +39 -0
- package/dist-es/commands/StopGameSessionPlacementCommand.js +39 -0
- package/dist-es/commands/StopMatchmakingCommand.js +39 -0
- package/dist-es/commands/SuspendGameServerGroupCommand.js +39 -0
- package/dist-es/commands/TagResourceCommand.js +39 -0
- package/dist-es/commands/UntagResourceCommand.js +39 -0
- package/dist-es/commands/UpdateAliasCommand.js +39 -0
- package/dist-es/commands/UpdateBuildCommand.js +39 -0
- package/dist-es/commands/UpdateFleetAttributesCommand.js +39 -0
- package/dist-es/commands/UpdateFleetCapacityCommand.js +39 -0
- package/dist-es/commands/UpdateFleetPortSettingsCommand.js +39 -0
- package/dist-es/commands/UpdateGameServerCommand.js +39 -0
- package/dist-es/commands/UpdateGameServerGroupCommand.js +39 -0
- package/dist-es/commands/UpdateGameSessionCommand.js +39 -0
- package/dist-es/commands/UpdateGameSessionQueueCommand.js +39 -0
- package/dist-es/commands/UpdateMatchmakingConfigurationCommand.js +39 -0
- package/dist-es/commands/UpdateRuntimeConfigurationCommand.js +39 -0
- package/dist-es/commands/UpdateScriptCommand.js +39 -0
- package/dist-es/commands/ValidateMatchmakingRuleSetCommand.js +39 -0
- package/dist-es/endpoints.js +52 -0
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/dist-es/models/models_0.js +1253 -0
- package/dist-es/pagination/DescribeFleetAttributesPaginator.js +74 -0
- package/dist-es/pagination/DescribeFleetCapacityPaginator.js +74 -0
- package/dist-es/pagination/DescribeFleetEventsPaginator.js +74 -0
- package/dist-es/pagination/DescribeFleetLocationAttributesPaginator.js +74 -0
- package/dist-es/pagination/DescribeFleetUtilizationPaginator.js +74 -0
- package/dist-es/pagination/DescribeGameServerInstancesPaginator.js +74 -0
- package/dist-es/pagination/DescribeGameSessionDetailsPaginator.js +74 -0
- package/dist-es/pagination/DescribeGameSessionQueuesPaginator.js +74 -0
- package/dist-es/pagination/DescribeGameSessionsPaginator.js +74 -0
- package/dist-es/pagination/DescribeInstancesPaginator.js +74 -0
- package/dist-es/pagination/DescribeMatchmakingConfigurationsPaginator.js +74 -0
- package/dist-es/pagination/DescribeMatchmakingRuleSetsPaginator.js +74 -0
- package/dist-es/pagination/DescribePlayerSessionsPaginator.js +74 -0
- package/dist-es/pagination/DescribeScalingPoliciesPaginator.js +74 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListAliasesPaginator.js +74 -0
- package/dist-es/pagination/ListBuildsPaginator.js +74 -0
- package/dist-es/pagination/ListFleetsPaginator.js +74 -0
- package/dist-es/pagination/ListGameServerGroupsPaginator.js +74 -0
- package/dist-es/pagination/ListGameServersPaginator.js +74 -0
- package/dist-es/pagination/ListScriptsPaginator.js +74 -0
- package/dist-es/pagination/SearchGameSessionsPaginator.js +74 -0
- package/dist-es/protocols/Aws_json1_1.js +11904 -0
- package/dist-es/runtimeConfig.browser.js +16 -0
- package/dist-es/runtimeConfig.js +21 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-types/GameLift.d.ts +3902 -0
- package/dist-types/GameLiftClient.d.ts +284 -0
- package/dist-types/commands/AcceptMatchCommand.d.ts +73 -0
- package/dist-types/commands/ClaimGameServerCommand.d.ts +87 -0
- package/dist-types/commands/CreateAliasCommand.d.ts +60 -0
- package/dist-types/commands/CreateBuildCommand.d.ts +88 -0
- package/dist-types/commands/CreateFleetCommand.d.ts +86 -0
- package/dist-types/commands/CreateFleetLocationsCommand.d.ts +77 -0
- package/dist-types/commands/CreateGameServerGroupCommand.d.ts +88 -0
- package/dist-types/commands/CreateGameSessionCommand.d.ts +88 -0
- package/dist-types/commands/CreateGameSessionQueueCommand.d.ts +78 -0
- package/dist-types/commands/CreateMatchmakingConfigurationCommand.d.ts +76 -0
- package/dist-types/commands/CreateMatchmakingRuleSetCommand.d.ts +81 -0
- package/dist-types/commands/CreatePlayerSessionCommand.d.ts +58 -0
- package/dist-types/commands/CreatePlayerSessionsCommand.d.ts +58 -0
- package/dist-types/commands/CreateScriptCommand.d.ts +78 -0
- package/dist-types/commands/CreateVpcPeeringAuthorizationCommand.d.ts +68 -0
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +65 -0
- package/dist-types/commands/DeleteAliasCommand.d.ts +49 -0
- package/dist-types/commands/DeleteBuildCommand.d.ts +56 -0
- package/dist-types/commands/DeleteFleetCommand.d.ts +69 -0
- package/dist-types/commands/DeleteFleetLocationsCommand.d.ts +63 -0
- package/dist-types/commands/DeleteGameServerGroupCommand.d.ts +82 -0
- package/dist-types/commands/DeleteGameSessionQueueCommand.d.ts +53 -0
- package/dist-types/commands/DeleteMatchmakingConfigurationCommand.d.ts +51 -0
- package/dist-types/commands/DeleteMatchmakingRuleSetCommand.d.ts +62 -0
- package/dist-types/commands/DeleteScalingPolicyCommand.d.ts +53 -0
- package/dist-types/commands/DeleteScriptCommand.d.ts +58 -0
- package/dist-types/commands/DeleteVpcPeeringAuthorizationCommand.d.ts +48 -0
- package/dist-types/commands/DeleteVpcPeeringConnectionCommand.d.ts +53 -0
- package/dist-types/commands/DeregisterGameServerCommand.d.ts +61 -0
- package/dist-types/commands/DescribeAliasCommand.d.ts +50 -0
- package/dist-types/commands/DescribeBuildCommand.d.ts +54 -0
- package/dist-types/commands/DescribeEC2InstanceLimitsCommand.d.ts +105 -0
- package/dist-types/commands/DescribeFleetAttributesCommand.d.ts +77 -0
- package/dist-types/commands/DescribeFleetCapacityCommand.d.ts +84 -0
- package/dist-types/commands/DescribeFleetEventsCommand.d.ts +64 -0
- package/dist-types/commands/DescribeFleetLocationAttributesCommand.d.ts +75 -0
- package/dist-types/commands/DescribeFleetLocationCapacityCommand.d.ts +67 -0
- package/dist-types/commands/DescribeFleetLocationUtilizationCommand.d.ts +67 -0
- package/dist-types/commands/DescribeFleetPortSettingsCommand.d.ts +75 -0
- package/dist-types/commands/DescribeFleetUtilizationCommand.d.ts +85 -0
- package/dist-types/commands/DescribeGameServerCommand.d.ts +59 -0
- package/dist-types/commands/DescribeGameServerGroupCommand.d.ts +63 -0
- package/dist-types/commands/DescribeGameServerInstancesCommand.d.ts +73 -0
- package/dist-types/commands/DescribeGameSessionDetailsCommand.d.ts +83 -0
- package/dist-types/commands/DescribeGameSessionPlacementCommand.d.ts +52 -0
- package/dist-types/commands/DescribeGameSessionQueuesCommand.d.ts +56 -0
- package/dist-types/commands/DescribeGameSessionsCommand.d.ts +85 -0
- package/dist-types/commands/DescribeInstancesCommand.d.ts +73 -0
- package/dist-types/commands/DescribeMatchmakingCommand.d.ts +69 -0
- package/dist-types/commands/DescribeMatchmakingConfigurationsCommand.d.ts +62 -0
- package/dist-types/commands/DescribeMatchmakingRuleSetsCommand.d.ts +63 -0
- package/dist-types/commands/DescribePlayerSessionsCommand.d.ts +69 -0
- package/dist-types/commands/DescribeRuntimeConfigurationCommand.d.ts +67 -0
- package/dist-types/commands/DescribeScalingPoliciesCommand.d.ts +57 -0
- package/dist-types/commands/DescribeScriptCommand.d.ts +54 -0
- package/dist-types/commands/DescribeVpcPeeringAuthorizationsCommand.d.ts +49 -0
- package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +53 -0
- package/dist-types/commands/GetGameSessionLogUrlCommand.d.ts +57 -0
- package/dist-types/commands/GetInstanceAccessCommand.d.ts +69 -0
- package/dist-types/commands/ListAliasesCommand.d.ts +52 -0
- package/dist-types/commands/ListBuildsCommand.d.ts +59 -0
- package/dist-types/commands/ListFleetsCommand.d.ts +81 -0
- package/dist-types/commands/ListGameServerGroupsCommand.d.ts +60 -0
- package/dist-types/commands/ListGameServersCommand.d.ts +58 -0
- package/dist-types/commands/ListScriptsCommand.d.ts +52 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +83 -0
- package/dist-types/commands/PutScalingPolicyCommand.d.ts +111 -0
- package/dist-types/commands/RegisterGameServerCommand.d.ts +69 -0
- package/dist-types/commands/RequestUploadCredentialsCommand.d.ts +58 -0
- package/dist-types/commands/ResolveAliasCommand.d.ts +47 -0
- package/dist-types/commands/ResumeGameServerGroupCommand.d.ts +66 -0
- package/dist-types/commands/SearchGameSessionsCommand.d.ts +131 -0
- package/dist-types/commands/StartFleetActionsCommand.d.ts +72 -0
- package/dist-types/commands/StartGameSessionPlacementCommand.d.ts +89 -0
- package/dist-types/commands/StartMatchBackfillCommand.d.ts +81 -0
- package/dist-types/commands/StartMatchmakingCommand.d.ts +75 -0
- package/dist-types/commands/StopFleetActionsCommand.d.ts +77 -0
- package/dist-types/commands/StopGameSessionPlacementCommand.d.ts +52 -0
- package/dist-types/commands/StopMatchmakingCommand.d.ts +64 -0
- package/dist-types/commands/SuspendGameServerGroupCommand.d.ts +76 -0
- package/dist-types/commands/TagResourceCommand.d.ts +85 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +85 -0
- package/dist-types/commands/UpdateAliasCommand.d.ts +50 -0
- package/dist-types/commands/UpdateBuildCommand.d.ts +55 -0
- package/dist-types/commands/UpdateFleetAttributesCommand.d.ts +62 -0
- package/dist-types/commands/UpdateFleetCapacityCommand.d.ts +95 -0
- package/dist-types/commands/UpdateFleetPortSettingsCommand.d.ts +68 -0
- package/dist-types/commands/UpdateGameServerCommand.d.ts +80 -0
- package/dist-types/commands/UpdateGameServerGroupCommand.d.ts +64 -0
- package/dist-types/commands/UpdateGameSessionCommand.d.ts +53 -0
- package/dist-types/commands/UpdateGameSessionQueueCommand.d.ts +55 -0
- package/dist-types/commands/UpdateMatchmakingConfigurationCommand.d.ts +58 -0
- package/dist-types/commands/UpdateRuntimeConfigurationCommand.d.ts +69 -0
- package/dist-types/commands/UpdateScriptCommand.d.ts +61 -0
- package/dist-types/commands/ValidateMatchmakingRuleSetCommand.d.ts +62 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/dist-types/pagination/DescribeFleetAttributesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeFleetCapacityPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeFleetEventsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeFleetLocationAttributesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeFleetUtilizationPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeGameServerInstancesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeGameSessionDetailsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeGameSessionQueuesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeGameSessionsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeInstancesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeMatchmakingConfigurationsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeMatchmakingRuleSetsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribePlayerSessionsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeScalingPoliciesPaginator.d.ts +4 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListAliasesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListBuildsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListFleetsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListGameServerGroupsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListGameServersPaginator.d.ts +4 -0
- package/dist-types/pagination/ListScriptsPaginator.d.ts +4 -0
- package/dist-types/pagination/SearchGameSessionsPaginator.d.ts +4 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +287 -0
- package/dist-types/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/dist-types/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/GameLift.d.ts +3902 -0
- package/dist-types/ts3.4/GameLiftClient.d.ts +284 -0
- package/dist-types/ts3.4/commands/AcceptMatchCommand.d.ts +73 -0
- package/dist-types/ts3.4/commands/ClaimGameServerCommand.d.ts +87 -0
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +60 -0
- package/dist-types/ts3.4/commands/CreateBuildCommand.d.ts +88 -0
- package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +86 -0
- package/dist-types/ts3.4/commands/CreateFleetLocationsCommand.d.ts +77 -0
- package/dist-types/ts3.4/commands/CreateGameServerGroupCommand.d.ts +88 -0
- package/dist-types/ts3.4/commands/CreateGameSessionCommand.d.ts +88 -0
- package/dist-types/ts3.4/commands/CreateGameSessionQueueCommand.d.ts +78 -0
- package/dist-types/ts3.4/commands/CreateMatchmakingConfigurationCommand.d.ts +76 -0
- package/dist-types/ts3.4/commands/CreateMatchmakingRuleSetCommand.d.ts +81 -0
- package/dist-types/ts3.4/commands/CreatePlayerSessionCommand.d.ts +58 -0
- package/dist-types/ts3.4/commands/CreatePlayerSessionsCommand.d.ts +58 -0
- package/dist-types/ts3.4/commands/CreateScriptCommand.d.ts +78 -0
- package/dist-types/ts3.4/commands/CreateVpcPeeringAuthorizationCommand.d.ts +68 -0
- package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +65 -0
- package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DeleteBuildCommand.d.ts +56 -0
- package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +69 -0
- package/dist-types/ts3.4/commands/DeleteFleetLocationsCommand.d.ts +63 -0
- package/dist-types/ts3.4/commands/DeleteGameServerGroupCommand.d.ts +82 -0
- package/dist-types/ts3.4/commands/DeleteGameSessionQueueCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DeleteMatchmakingConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteMatchmakingRuleSetCommand.d.ts +62 -0
- package/dist-types/ts3.4/commands/DeleteScalingPolicyCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DeleteScriptCommand.d.ts +58 -0
- package/dist-types/ts3.4/commands/DeleteVpcPeeringAuthorizationCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/DeleteVpcPeeringConnectionCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DeregisterGameServerCommand.d.ts +61 -0
- package/dist-types/ts3.4/commands/DescribeAliasCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DescribeBuildCommand.d.ts +54 -0
- package/dist-types/ts3.4/commands/DescribeEC2InstanceLimitsCommand.d.ts +105 -0
- package/dist-types/ts3.4/commands/DescribeFleetAttributesCommand.d.ts +77 -0
- package/dist-types/ts3.4/commands/DescribeFleetCapacityCommand.d.ts +84 -0
- package/dist-types/ts3.4/commands/DescribeFleetEventsCommand.d.ts +64 -0
- package/dist-types/ts3.4/commands/DescribeFleetLocationAttributesCommand.d.ts +75 -0
- package/dist-types/ts3.4/commands/DescribeFleetLocationCapacityCommand.d.ts +67 -0
- package/dist-types/ts3.4/commands/DescribeFleetLocationUtilizationCommand.d.ts +67 -0
- package/dist-types/ts3.4/commands/DescribeFleetPortSettingsCommand.d.ts +75 -0
- package/dist-types/ts3.4/commands/DescribeFleetUtilizationCommand.d.ts +85 -0
- package/dist-types/ts3.4/commands/DescribeGameServerCommand.d.ts +59 -0
- package/dist-types/ts3.4/commands/DescribeGameServerGroupCommand.d.ts +63 -0
- package/dist-types/ts3.4/commands/DescribeGameServerInstancesCommand.d.ts +73 -0
- package/dist-types/ts3.4/commands/DescribeGameSessionDetailsCommand.d.ts +83 -0
- package/dist-types/ts3.4/commands/DescribeGameSessionPlacementCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/DescribeGameSessionQueuesCommand.d.ts +56 -0
- package/dist-types/ts3.4/commands/DescribeGameSessionsCommand.d.ts +85 -0
- package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +73 -0
- package/dist-types/ts3.4/commands/DescribeMatchmakingCommand.d.ts +69 -0
- package/dist-types/ts3.4/commands/DescribeMatchmakingConfigurationsCommand.d.ts +62 -0
- package/dist-types/ts3.4/commands/DescribeMatchmakingRuleSetsCommand.d.ts +63 -0
- package/dist-types/ts3.4/commands/DescribePlayerSessionsCommand.d.ts +69 -0
- package/dist-types/ts3.4/commands/DescribeRuntimeConfigurationCommand.d.ts +67 -0
- package/dist-types/ts3.4/commands/DescribeScalingPoliciesCommand.d.ts +57 -0
- package/dist-types/ts3.4/commands/DescribeScriptCommand.d.ts +54 -0
- package/dist-types/ts3.4/commands/DescribeVpcPeeringAuthorizationsCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetGameSessionLogUrlCommand.d.ts +57 -0
- package/dist-types/ts3.4/commands/GetInstanceAccessCommand.d.ts +69 -0
- package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/ListBuildsCommand.d.ts +59 -0
- package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +81 -0
- package/dist-types/ts3.4/commands/ListGameServerGroupsCommand.d.ts +60 -0
- package/dist-types/ts3.4/commands/ListGameServersCommand.d.ts +58 -0
- package/dist-types/ts3.4/commands/ListScriptsCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +83 -0
- package/dist-types/ts3.4/commands/PutScalingPolicyCommand.d.ts +111 -0
- package/dist-types/ts3.4/commands/RegisterGameServerCommand.d.ts +69 -0
- package/dist-types/ts3.4/commands/RequestUploadCredentialsCommand.d.ts +58 -0
- package/dist-types/ts3.4/commands/ResolveAliasCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ResumeGameServerGroupCommand.d.ts +66 -0
- package/dist-types/ts3.4/commands/SearchGameSessionsCommand.d.ts +131 -0
- package/dist-types/ts3.4/commands/StartFleetActionsCommand.d.ts +72 -0
- package/dist-types/ts3.4/commands/StartGameSessionPlacementCommand.d.ts +89 -0
- package/dist-types/ts3.4/commands/StartMatchBackfillCommand.d.ts +81 -0
- package/dist-types/ts3.4/commands/StartMatchmakingCommand.d.ts +75 -0
- package/dist-types/ts3.4/commands/StopFleetActionsCommand.d.ts +77 -0
- package/dist-types/ts3.4/commands/StopGameSessionPlacementCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/StopMatchmakingCommand.d.ts +64 -0
- package/dist-types/ts3.4/commands/SuspendGameServerGroupCommand.d.ts +76 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +85 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +85 -0
- package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdateBuildCommand.d.ts +55 -0
- package/dist-types/ts3.4/commands/UpdateFleetAttributesCommand.d.ts +62 -0
- package/dist-types/ts3.4/commands/UpdateFleetCapacityCommand.d.ts +95 -0
- package/dist-types/ts3.4/commands/UpdateFleetPortSettingsCommand.d.ts +68 -0
- package/dist-types/ts3.4/commands/UpdateGameServerCommand.d.ts +80 -0
- package/dist-types/ts3.4/commands/UpdateGameServerGroupCommand.d.ts +64 -0
- package/dist-types/ts3.4/commands/UpdateGameSessionCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdateGameSessionQueueCommand.d.ts +55 -0
- package/dist-types/ts3.4/commands/UpdateMatchmakingConfigurationCommand.d.ts +58 -0
- package/dist-types/ts3.4/commands/UpdateRuntimeConfigurationCommand.d.ts +69 -0
- package/dist-types/ts3.4/commands/UpdateScriptCommand.d.ts +61 -0
- package/dist-types/ts3.4/commands/ValidateMatchmakingRuleSetCommand.d.ts +62 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/dist-types/ts3.4/pagination/DescribeFleetAttributesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeFleetCapacityPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeFleetEventsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeFleetLocationAttributesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeFleetUtilizationPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeGameServerInstancesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeGameSessionDetailsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeGameSessionQueuesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeGameSessionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeInstancesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeMatchmakingConfigurationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeMatchmakingRuleSetsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribePlayerSessionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeScalingPoliciesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListAliasesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListBuildsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListFleetsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListGameServerGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListGameServersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListScriptsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/SearchGameSessionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +287 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +52 -49
- package/GameLift.ts +0 -6600
- package/GameLiftClient.ts +0 -748
- package/commands/AcceptMatchCommand.ts +0 -132
- package/commands/ClaimGameServerCommand.ts +0 -146
- package/commands/CreateAliasCommand.ts +0 -119
- package/commands/CreateBuildCommand.ts +0 -147
- package/commands/CreateFleetCommand.ts +0 -145
- package/commands/CreateFleetLocationsCommand.ts +0 -136
- package/commands/CreateGameServerGroupCommand.ts +0 -147
- package/commands/CreateGameSessionCommand.ts +0 -147
- package/commands/CreateGameSessionQueueCommand.ts +0 -137
- package/commands/CreateMatchmakingConfigurationCommand.ts +0 -143
- package/commands/CreateMatchmakingRuleSetCommand.ts +0 -140
- package/commands/CreatePlayerSessionCommand.ts +0 -117
- package/commands/CreatePlayerSessionsCommand.ts +0 -117
- package/commands/CreateScriptCommand.ts +0 -137
- package/commands/CreateVpcPeeringAuthorizationCommand.ts +0 -132
- package/commands/CreateVpcPeeringConnectionCommand.ts +0 -127
- package/commands/DeleteAliasCommand.ts +0 -108
- package/commands/DeleteBuildCommand.ts +0 -115
- package/commands/DeleteFleetCommand.ts +0 -128
- package/commands/DeleteFleetLocationsCommand.ts +0 -122
- package/commands/DeleteGameServerGroupCommand.ts +0 -141
- package/commands/DeleteGameSessionQueueCommand.ts +0 -112
- package/commands/DeleteMatchmakingConfigurationCommand.ts +0 -118
- package/commands/DeleteMatchmakingRuleSetCommand.ts +0 -121
- package/commands/DeleteScalingPolicyCommand.ts +0 -112
- package/commands/DeleteScriptCommand.ts +0 -117
- package/commands/DeleteVpcPeeringAuthorizationCommand.ts +0 -112
- package/commands/DeleteVpcPeeringConnectionCommand.ts +0 -115
- package/commands/DeregisterGameServerCommand.ts +0 -120
- package/commands/DescribeAliasCommand.ts +0 -109
- package/commands/DescribeBuildCommand.ts +0 -113
- package/commands/DescribeEC2InstanceLimitsCommand.ts +0 -167
- package/commands/DescribeFleetAttributesCommand.ts +0 -136
- package/commands/DescribeFleetCapacityCommand.ts +0 -143
- package/commands/DescribeFleetEventsCommand.ts +0 -123
- package/commands/DescribeFleetLocationAttributesCommand.ts +0 -142
- package/commands/DescribeFleetLocationCapacityCommand.ts +0 -131
- package/commands/DescribeFleetLocationUtilizationCommand.ts +0 -134
- package/commands/DescribeFleetPortSettingsCommand.ts +0 -137
- package/commands/DescribeFleetUtilizationCommand.ts +0 -144
- package/commands/DescribeGameServerCommand.ts +0 -118
- package/commands/DescribeGameServerGroupCommand.ts +0 -122
- package/commands/DescribeGameServerInstancesCommand.ts +0 -135
- package/commands/DescribeGameSessionDetailsCommand.ts +0 -145
- package/commands/DescribeGameSessionPlacementCommand.ts +0 -116
- package/commands/DescribeGameSessionQueuesCommand.ts +0 -118
- package/commands/DescribeGameSessionsCommand.ts +0 -144
- package/commands/DescribeInstancesCommand.ts +0 -132
- package/commands/DescribeMatchmakingCommand.ts +0 -128
- package/commands/DescribeMatchmakingConfigurationsCommand.ts +0 -129
- package/commands/DescribeMatchmakingRuleSetsCommand.ts +0 -125
- package/commands/DescribePlayerSessionsCommand.ts +0 -128
- package/commands/DescribeRuntimeConfigurationCommand.ts +0 -131
- package/commands/DescribeScalingPoliciesCommand.ts +0 -116
- package/commands/DescribeScriptCommand.ts +0 -113
- package/commands/DescribeVpcPeeringAuthorizationsCommand.ts +0 -116
- package/commands/DescribeVpcPeeringConnectionsCommand.ts +0 -117
- package/commands/GetGameSessionLogUrlCommand.ts +0 -116
- package/commands/GetInstanceAccessCommand.ts +0 -128
- package/commands/ListAliasesCommand.ts +0 -111
- package/commands/ListBuildsCommand.ts +0 -118
- package/commands/ListFleetsCommand.ts +0 -140
- package/commands/ListGameServerGroupsCommand.ts +0 -119
- package/commands/ListGameServersCommand.ts +0 -117
- package/commands/ListScriptsCommand.ts +0 -111
- package/commands/ListTagsForResourceCommand.ts +0 -142
- package/commands/PutScalingPolicyCommand.ts +0 -170
- package/commands/RegisterGameServerCommand.ts +0 -128
- package/commands/RequestUploadCredentialsCommand.ts +0 -117
- package/commands/ResolveAliasCommand.ts +0 -106
- package/commands/ResumeGameServerGroupCommand.ts +0 -125
- package/commands/SearchGameSessionsCommand.ts +0 -190
- package/commands/StartFleetActionsCommand.ts +0 -131
- package/commands/StartGameSessionPlacementCommand.ts +0 -151
- package/commands/StartMatchBackfillCommand.ts +0 -140
- package/commands/StartMatchmakingCommand.ts +0 -134
- package/commands/StopFleetActionsCommand.ts +0 -136
- package/commands/StopGameSessionPlacementCommand.ts +0 -111
- package/commands/StopMatchmakingCommand.ts +0 -123
- package/commands/SuspendGameServerGroupCommand.ts +0 -135
- package/commands/TagResourceCommand.ts +0 -144
- package/commands/UntagResourceCommand.ts +0 -144
- package/commands/UpdateAliasCommand.ts +0 -109
- package/commands/UpdateBuildCommand.ts +0 -114
- package/commands/UpdateFleetAttributesCommand.ts +0 -121
- package/commands/UpdateFleetCapacityCommand.ts +0 -154
- package/commands/UpdateFleetPortSettingsCommand.ts +0 -127
- package/commands/UpdateGameServerCommand.ts +0 -139
- package/commands/UpdateGameServerGroupCommand.ts +0 -123
- package/commands/UpdateGameSessionCommand.ts +0 -112
- package/commands/UpdateGameSessionQueueCommand.ts +0 -114
- package/commands/UpdateMatchmakingConfigurationCommand.ts +0 -125
- package/commands/UpdateRuntimeConfigurationCommand.ts +0 -131
- package/commands/UpdateScriptCommand.ts +0 -120
- package/commands/ValidateMatchmakingRuleSetCommand.ts +0 -124
- package/dist/cjs/GameLift.js +0 -1493
- package/dist/cjs/GameLift.js.map +0 -1
- package/dist/cjs/GameLiftClient.js +0 -101
- package/dist/cjs/GameLiftClient.js.map +0 -1
- package/dist/cjs/commands/AcceptMatchCommand.js +0 -99
- package/dist/cjs/commands/AcceptMatchCommand.js.map +0 -1
- package/dist/cjs/commands/ClaimGameServerCommand.js +0 -113
- package/dist/cjs/commands/ClaimGameServerCommand.js.map +0 -1
- package/dist/cjs/commands/CreateAliasCommand.js +0 -86
- package/dist/cjs/commands/CreateAliasCommand.js.map +0 -1
- package/dist/cjs/commands/CreateBuildCommand.js +0 -114
- package/dist/cjs/commands/CreateBuildCommand.js.map +0 -1
- package/dist/cjs/commands/CreateFleetCommand.js +0 -112
- package/dist/cjs/commands/CreateFleetCommand.js.map +0 -1
- package/dist/cjs/commands/CreateFleetLocationsCommand.js +0 -103
- package/dist/cjs/commands/CreateFleetLocationsCommand.js.map +0 -1
- package/dist/cjs/commands/CreateGameServerGroupCommand.js +0 -114
- package/dist/cjs/commands/CreateGameServerGroupCommand.js.map +0 -1
- package/dist/cjs/commands/CreateGameSessionCommand.js +0 -114
- package/dist/cjs/commands/CreateGameSessionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateGameSessionQueueCommand.js +0 -104
- package/dist/cjs/commands/CreateGameSessionQueueCommand.js.map +0 -1
- package/dist/cjs/commands/CreateMatchmakingConfigurationCommand.js +0 -102
- package/dist/cjs/commands/CreateMatchmakingConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/CreateMatchmakingRuleSetCommand.js +0 -107
- package/dist/cjs/commands/CreateMatchmakingRuleSetCommand.js.map +0 -1
- package/dist/cjs/commands/CreatePlayerSessionCommand.js +0 -84
- package/dist/cjs/commands/CreatePlayerSessionCommand.js.map +0 -1
- package/dist/cjs/commands/CreatePlayerSessionsCommand.js +0 -84
- package/dist/cjs/commands/CreatePlayerSessionsCommand.js.map +0 -1
- package/dist/cjs/commands/CreateScriptCommand.js +0 -104
- package/dist/cjs/commands/CreateScriptCommand.js.map +0 -1
- package/dist/cjs/commands/CreateVpcPeeringAuthorizationCommand.js +0 -94
- package/dist/cjs/commands/CreateVpcPeeringAuthorizationCommand.js.map +0 -1
- package/dist/cjs/commands/CreateVpcPeeringConnectionCommand.js +0 -91
- package/dist/cjs/commands/CreateVpcPeeringConnectionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAliasCommand.js +0 -75
- package/dist/cjs/commands/DeleteAliasCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteBuildCommand.js +0 -82
- package/dist/cjs/commands/DeleteBuildCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteFleetCommand.js +0 -95
- package/dist/cjs/commands/DeleteFleetCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteFleetLocationsCommand.js +0 -89
- package/dist/cjs/commands/DeleteFleetLocationsCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteGameServerGroupCommand.js +0 -108
- package/dist/cjs/commands/DeleteGameServerGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteGameSessionQueueCommand.js +0 -79
- package/dist/cjs/commands/DeleteGameSessionQueueCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteMatchmakingConfigurationCommand.js +0 -77
- package/dist/cjs/commands/DeleteMatchmakingConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteMatchmakingRuleSetCommand.js +0 -88
- package/dist/cjs/commands/DeleteMatchmakingRuleSetCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteScalingPolicyCommand.js +0 -79
- package/dist/cjs/commands/DeleteScalingPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteScriptCommand.js +0 -84
- package/dist/cjs/commands/DeleteScriptCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteVpcPeeringAuthorizationCommand.js +0 -74
- package/dist/cjs/commands/DeleteVpcPeeringAuthorizationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteVpcPeeringConnectionCommand.js +0 -79
- package/dist/cjs/commands/DeleteVpcPeeringConnectionCommand.js.map +0 -1
- package/dist/cjs/commands/DeregisterGameServerCommand.js +0 -87
- package/dist/cjs/commands/DeregisterGameServerCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAliasCommand.js +0 -76
- package/dist/cjs/commands/DescribeAliasCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeBuildCommand.js +0 -80
- package/dist/cjs/commands/DescribeBuildCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEC2InstanceLimitsCommand.js +0 -131
- package/dist/cjs/commands/DescribeEC2InstanceLimitsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeFleetAttributesCommand.js +0 -103
- package/dist/cjs/commands/DescribeFleetAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeFleetCapacityCommand.js +0 -110
- package/dist/cjs/commands/DescribeFleetCapacityCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeFleetEventsCommand.js +0 -90
- package/dist/cjs/commands/DescribeFleetEventsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeFleetLocationAttributesCommand.js +0 -101
- package/dist/cjs/commands/DescribeFleetLocationAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeFleetLocationCapacityCommand.js +0 -93
- package/dist/cjs/commands/DescribeFleetLocationCapacityCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeFleetLocationUtilizationCommand.js +0 -93
- package/dist/cjs/commands/DescribeFleetLocationUtilizationCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeFleetPortSettingsCommand.js +0 -101
- package/dist/cjs/commands/DescribeFleetPortSettingsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeFleetUtilizationCommand.js +0 -111
- package/dist/cjs/commands/DescribeFleetUtilizationCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeGameServerCommand.js +0 -85
- package/dist/cjs/commands/DescribeGameServerCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeGameServerGroupCommand.js +0 -89
- package/dist/cjs/commands/DescribeGameServerGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeGameServerInstancesCommand.js +0 -99
- package/dist/cjs/commands/DescribeGameServerInstancesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeGameSessionDetailsCommand.js +0 -109
- package/dist/cjs/commands/DescribeGameSessionDetailsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeGameSessionPlacementCommand.js +0 -78
- package/dist/cjs/commands/DescribeGameSessionPlacementCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeGameSessionQueuesCommand.js +0 -82
- package/dist/cjs/commands/DescribeGameSessionQueuesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeGameSessionsCommand.js +0 -111
- package/dist/cjs/commands/DescribeGameSessionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeInstancesCommand.js +0 -99
- package/dist/cjs/commands/DescribeInstancesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeMatchmakingCommand.js +0 -95
- package/dist/cjs/commands/DescribeMatchmakingCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeMatchmakingConfigurationsCommand.js +0 -88
- package/dist/cjs/commands/DescribeMatchmakingConfigurationsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeMatchmakingRuleSetsCommand.js +0 -89
- package/dist/cjs/commands/DescribeMatchmakingRuleSetsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribePlayerSessionsCommand.js +0 -95
- package/dist/cjs/commands/DescribePlayerSessionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeRuntimeConfigurationCommand.js +0 -93
- package/dist/cjs/commands/DescribeRuntimeConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeScalingPoliciesCommand.js +0 -83
- package/dist/cjs/commands/DescribeScalingPoliciesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeScriptCommand.js +0 -80
- package/dist/cjs/commands/DescribeScriptCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeVpcPeeringAuthorizationsCommand.js +0 -75
- package/dist/cjs/commands/DescribeVpcPeeringAuthorizationsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeVpcPeeringConnectionsCommand.js +0 -79
- package/dist/cjs/commands/DescribeVpcPeeringConnectionsCommand.js.map +0 -1
- package/dist/cjs/commands/GetGameSessionLogUrlCommand.js +0 -83
- package/dist/cjs/commands/GetGameSessionLogUrlCommand.js.map +0 -1
- package/dist/cjs/commands/GetInstanceAccessCommand.js +0 -95
- package/dist/cjs/commands/GetInstanceAccessCommand.js.map +0 -1
- package/dist/cjs/commands/ListAliasesCommand.js +0 -78
- package/dist/cjs/commands/ListAliasesCommand.js.map +0 -1
- package/dist/cjs/commands/ListBuildsCommand.js +0 -85
- package/dist/cjs/commands/ListBuildsCommand.js.map +0 -1
- package/dist/cjs/commands/ListFleetsCommand.js +0 -107
- package/dist/cjs/commands/ListFleetsCommand.js.map +0 -1
- package/dist/cjs/commands/ListGameServerGroupsCommand.js +0 -86
- package/dist/cjs/commands/ListGameServerGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/ListGameServersCommand.js +0 -84
- package/dist/cjs/commands/ListGameServersCommand.js.map +0 -1
- package/dist/cjs/commands/ListScriptsCommand.js +0 -78
- package/dist/cjs/commands/ListScriptsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -109
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/PutScalingPolicyCommand.js +0 -137
- package/dist/cjs/commands/PutScalingPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/RegisterGameServerCommand.js +0 -95
- package/dist/cjs/commands/RegisterGameServerCommand.js.map +0 -1
- package/dist/cjs/commands/RequestUploadCredentialsCommand.js +0 -84
- package/dist/cjs/commands/RequestUploadCredentialsCommand.js.map +0 -1
- package/dist/cjs/commands/ResolveAliasCommand.js +0 -73
- package/dist/cjs/commands/ResolveAliasCommand.js.map +0 -1
- package/dist/cjs/commands/ResumeGameServerGroupCommand.js +0 -92
- package/dist/cjs/commands/ResumeGameServerGroupCommand.js.map +0 -1
- package/dist/cjs/commands/SearchGameSessionsCommand.js +0 -157
- package/dist/cjs/commands/SearchGameSessionsCommand.js.map +0 -1
- package/dist/cjs/commands/StartFleetActionsCommand.js +0 -98
- package/dist/cjs/commands/StartFleetActionsCommand.js.map +0 -1
- package/dist/cjs/commands/StartGameSessionPlacementCommand.js +0 -115
- package/dist/cjs/commands/StartGameSessionPlacementCommand.js.map +0 -1
- package/dist/cjs/commands/StartMatchBackfillCommand.js +0 -107
- package/dist/cjs/commands/StartMatchBackfillCommand.js.map +0 -1
- package/dist/cjs/commands/StartMatchmakingCommand.js +0 -101
- package/dist/cjs/commands/StartMatchmakingCommand.js.map +0 -1
- package/dist/cjs/commands/StopFleetActionsCommand.js +0 -103
- package/dist/cjs/commands/StopFleetActionsCommand.js.map +0 -1
- package/dist/cjs/commands/StopGameSessionPlacementCommand.js +0 -78
- package/dist/cjs/commands/StopGameSessionPlacementCommand.js.map +0 -1
- package/dist/cjs/commands/StopMatchmakingCommand.js +0 -90
- package/dist/cjs/commands/StopMatchmakingCommand.js.map +0 -1
- package/dist/cjs/commands/SuspendGameServerGroupCommand.js +0 -102
- package/dist/cjs/commands/SuspendGameServerGroupCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js +0 -111
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js +0 -111
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateAliasCommand.js +0 -76
- package/dist/cjs/commands/UpdateAliasCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateBuildCommand.js +0 -81
- package/dist/cjs/commands/UpdateBuildCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateFleetAttributesCommand.js +0 -88
- package/dist/cjs/commands/UpdateFleetAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateFleetCapacityCommand.js +0 -121
- package/dist/cjs/commands/UpdateFleetCapacityCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateFleetPortSettingsCommand.js +0 -94
- package/dist/cjs/commands/UpdateFleetPortSettingsCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateGameServerCommand.js +0 -106
- package/dist/cjs/commands/UpdateGameServerCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateGameServerGroupCommand.js +0 -90
- package/dist/cjs/commands/UpdateGameServerGroupCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateGameSessionCommand.js +0 -79
- package/dist/cjs/commands/UpdateGameSessionCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateGameSessionQueueCommand.js +0 -81
- package/dist/cjs/commands/UpdateGameSessionQueueCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateMatchmakingConfigurationCommand.js +0 -84
- package/dist/cjs/commands/UpdateMatchmakingConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRuntimeConfigurationCommand.js +0 -95
- package/dist/cjs/commands/UpdateRuntimeConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateScriptCommand.js +0 -87
- package/dist/cjs/commands/UpdateScriptCommand.js.map +0 -1
- package/dist/cjs/commands/ValidateMatchmakingRuleSetCommand.js +0 -88
- package/dist/cjs/commands/ValidateMatchmakingRuleSetCommand.js.map +0 -1
- package/dist/cjs/endpoints.js +0 -57
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -124
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -5
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js +0 -2540
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/DescribeFleetAttributesPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeFleetAttributesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeFleetCapacityPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeFleetCapacityPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeFleetEventsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeFleetEventsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeFleetLocationAttributesPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeFleetLocationAttributesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeFleetUtilizationPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeFleetUtilizationPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeGameServerInstancesPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeGameServerInstancesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeGameSessionDetailsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeGameSessionDetailsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeGameSessionQueuesPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeGameSessionQueuesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeGameSessionsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeGameSessionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeInstancesPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeInstancesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeMatchmakingConfigurationsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeMatchmakingConfigurationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeMatchmakingRuleSetsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeMatchmakingRuleSetsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribePlayerSessionsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribePlayerSessionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeScalingPoliciesPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeScalingPoliciesPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js +0 -3
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListAliasesPaginator.js +0 -46
- package/dist/cjs/pagination/ListAliasesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListBuildsPaginator.js +0 -46
- package/dist/cjs/pagination/ListBuildsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListFleetsPaginator.js +0 -46
- package/dist/cjs/pagination/ListFleetsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListGameServerGroupsPaginator.js +0 -46
- package/dist/cjs/pagination/ListGameServerGroupsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListGameServersPaginator.js +0 -46
- package/dist/cjs/pagination/ListGameServersPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListScriptsPaginator.js +0 -46
- package/dist/cjs/pagination/ListScriptsPaginator.js.map +0 -1
- package/dist/cjs/pagination/SearchGameSessionsPaginator.js +0 -46
- package/dist/cjs/pagination/SearchGameSessionsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_json1_1.js +0 -11486
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js +0 -20
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/GameLift.js +0 -1496
- package/dist/es/GameLift.js.map +0 -1
- package/dist/es/GameLiftClient.js +0 -103
- package/dist/es/GameLiftClient.js.map +0 -1
- package/dist/es/commands/AcceptMatchCommand.js +0 -103
- package/dist/es/commands/AcceptMatchCommand.js.map +0 -1
- package/dist/es/commands/ClaimGameServerCommand.js +0 -117
- package/dist/es/commands/ClaimGameServerCommand.js.map +0 -1
- package/dist/es/commands/CreateAliasCommand.js +0 -90
- package/dist/es/commands/CreateAliasCommand.js.map +0 -1
- package/dist/es/commands/CreateBuildCommand.js +0 -118
- package/dist/es/commands/CreateBuildCommand.js.map +0 -1
- package/dist/es/commands/CreateFleetCommand.js +0 -116
- package/dist/es/commands/CreateFleetCommand.js.map +0 -1
- package/dist/es/commands/CreateFleetLocationsCommand.js +0 -107
- package/dist/es/commands/CreateFleetLocationsCommand.js.map +0 -1
- package/dist/es/commands/CreateGameServerGroupCommand.js +0 -118
- package/dist/es/commands/CreateGameServerGroupCommand.js.map +0 -1
- package/dist/es/commands/CreateGameSessionCommand.js +0 -118
- package/dist/es/commands/CreateGameSessionCommand.js.map +0 -1
- package/dist/es/commands/CreateGameSessionQueueCommand.js +0 -108
- package/dist/es/commands/CreateGameSessionQueueCommand.js.map +0 -1
- package/dist/es/commands/CreateMatchmakingConfigurationCommand.js +0 -106
- package/dist/es/commands/CreateMatchmakingConfigurationCommand.js.map +0 -1
- package/dist/es/commands/CreateMatchmakingRuleSetCommand.js +0 -111
- package/dist/es/commands/CreateMatchmakingRuleSetCommand.js.map +0 -1
- package/dist/es/commands/CreatePlayerSessionCommand.js +0 -88
- package/dist/es/commands/CreatePlayerSessionCommand.js.map +0 -1
- package/dist/es/commands/CreatePlayerSessionsCommand.js +0 -88
- package/dist/es/commands/CreatePlayerSessionsCommand.js.map +0 -1
- package/dist/es/commands/CreateScriptCommand.js +0 -108
- package/dist/es/commands/CreateScriptCommand.js.map +0 -1
- package/dist/es/commands/CreateVpcPeeringAuthorizationCommand.js +0 -98
- package/dist/es/commands/CreateVpcPeeringAuthorizationCommand.js.map +0 -1
- package/dist/es/commands/CreateVpcPeeringConnectionCommand.js +0 -95
- package/dist/es/commands/CreateVpcPeeringConnectionCommand.js.map +0 -1
- package/dist/es/commands/DeleteAliasCommand.js +0 -79
- package/dist/es/commands/DeleteAliasCommand.js.map +0 -1
- package/dist/es/commands/DeleteBuildCommand.js +0 -86
- package/dist/es/commands/DeleteBuildCommand.js.map +0 -1
- package/dist/es/commands/DeleteFleetCommand.js +0 -99
- package/dist/es/commands/DeleteFleetCommand.js.map +0 -1
- package/dist/es/commands/DeleteFleetLocationsCommand.js +0 -93
- package/dist/es/commands/DeleteFleetLocationsCommand.js.map +0 -1
- package/dist/es/commands/DeleteGameServerGroupCommand.js +0 -112
- package/dist/es/commands/DeleteGameServerGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteGameSessionQueueCommand.js +0 -83
- package/dist/es/commands/DeleteGameSessionQueueCommand.js.map +0 -1
- package/dist/es/commands/DeleteMatchmakingConfigurationCommand.js +0 -81
- package/dist/es/commands/DeleteMatchmakingConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DeleteMatchmakingRuleSetCommand.js +0 -92
- package/dist/es/commands/DeleteMatchmakingRuleSetCommand.js.map +0 -1
- package/dist/es/commands/DeleteScalingPolicyCommand.js +0 -83
- package/dist/es/commands/DeleteScalingPolicyCommand.js.map +0 -1
- package/dist/es/commands/DeleteScriptCommand.js +0 -88
- package/dist/es/commands/DeleteScriptCommand.js.map +0 -1
- package/dist/es/commands/DeleteVpcPeeringAuthorizationCommand.js +0 -78
- package/dist/es/commands/DeleteVpcPeeringAuthorizationCommand.js.map +0 -1
- package/dist/es/commands/DeleteVpcPeeringConnectionCommand.js +0 -83
- package/dist/es/commands/DeleteVpcPeeringConnectionCommand.js.map +0 -1
- package/dist/es/commands/DeregisterGameServerCommand.js +0 -91
- package/dist/es/commands/DeregisterGameServerCommand.js.map +0 -1
- package/dist/es/commands/DescribeAliasCommand.js +0 -80
- package/dist/es/commands/DescribeAliasCommand.js.map +0 -1
- package/dist/es/commands/DescribeBuildCommand.js +0 -84
- package/dist/es/commands/DescribeBuildCommand.js.map +0 -1
- package/dist/es/commands/DescribeEC2InstanceLimitsCommand.js +0 -135
- package/dist/es/commands/DescribeEC2InstanceLimitsCommand.js.map +0 -1
- package/dist/es/commands/DescribeFleetAttributesCommand.js +0 -107
- package/dist/es/commands/DescribeFleetAttributesCommand.js.map +0 -1
- package/dist/es/commands/DescribeFleetCapacityCommand.js +0 -114
- package/dist/es/commands/DescribeFleetCapacityCommand.js.map +0 -1
- package/dist/es/commands/DescribeFleetEventsCommand.js +0 -94
- package/dist/es/commands/DescribeFleetEventsCommand.js.map +0 -1
- package/dist/es/commands/DescribeFleetLocationAttributesCommand.js +0 -105
- package/dist/es/commands/DescribeFleetLocationAttributesCommand.js.map +0 -1
- package/dist/es/commands/DescribeFleetLocationCapacityCommand.js +0 -97
- package/dist/es/commands/DescribeFleetLocationCapacityCommand.js.map +0 -1
- package/dist/es/commands/DescribeFleetLocationUtilizationCommand.js +0 -97
- package/dist/es/commands/DescribeFleetLocationUtilizationCommand.js.map +0 -1
- package/dist/es/commands/DescribeFleetPortSettingsCommand.js +0 -105
- package/dist/es/commands/DescribeFleetPortSettingsCommand.js.map +0 -1
- package/dist/es/commands/DescribeFleetUtilizationCommand.js +0 -115
- package/dist/es/commands/DescribeFleetUtilizationCommand.js.map +0 -1
- package/dist/es/commands/DescribeGameServerCommand.js +0 -89
- package/dist/es/commands/DescribeGameServerCommand.js.map +0 -1
- package/dist/es/commands/DescribeGameServerGroupCommand.js +0 -93
- package/dist/es/commands/DescribeGameServerGroupCommand.js.map +0 -1
- package/dist/es/commands/DescribeGameServerInstancesCommand.js +0 -103
- package/dist/es/commands/DescribeGameServerInstancesCommand.js.map +0 -1
- package/dist/es/commands/DescribeGameSessionDetailsCommand.js +0 -113
- package/dist/es/commands/DescribeGameSessionDetailsCommand.js.map +0 -1
- package/dist/es/commands/DescribeGameSessionPlacementCommand.js +0 -82
- package/dist/es/commands/DescribeGameSessionPlacementCommand.js.map +0 -1
- package/dist/es/commands/DescribeGameSessionQueuesCommand.js +0 -86
- package/dist/es/commands/DescribeGameSessionQueuesCommand.js.map +0 -1
- package/dist/es/commands/DescribeGameSessionsCommand.js +0 -115
- package/dist/es/commands/DescribeGameSessionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeInstancesCommand.js +0 -103
- package/dist/es/commands/DescribeInstancesCommand.js.map +0 -1
- package/dist/es/commands/DescribeMatchmakingCommand.js +0 -99
- package/dist/es/commands/DescribeMatchmakingCommand.js.map +0 -1
- package/dist/es/commands/DescribeMatchmakingConfigurationsCommand.js +0 -92
- package/dist/es/commands/DescribeMatchmakingConfigurationsCommand.js.map +0 -1
- package/dist/es/commands/DescribeMatchmakingRuleSetsCommand.js +0 -93
- package/dist/es/commands/DescribeMatchmakingRuleSetsCommand.js.map +0 -1
- package/dist/es/commands/DescribePlayerSessionsCommand.js +0 -99
- package/dist/es/commands/DescribePlayerSessionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeRuntimeConfigurationCommand.js +0 -97
- package/dist/es/commands/DescribeRuntimeConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DescribeScalingPoliciesCommand.js +0 -87
- package/dist/es/commands/DescribeScalingPoliciesCommand.js.map +0 -1
- package/dist/es/commands/DescribeScriptCommand.js +0 -84
- package/dist/es/commands/DescribeScriptCommand.js.map +0 -1
- package/dist/es/commands/DescribeVpcPeeringAuthorizationsCommand.js +0 -79
- package/dist/es/commands/DescribeVpcPeeringAuthorizationsCommand.js.map +0 -1
- package/dist/es/commands/DescribeVpcPeeringConnectionsCommand.js +0 -83
- package/dist/es/commands/DescribeVpcPeeringConnectionsCommand.js.map +0 -1
- package/dist/es/commands/GetGameSessionLogUrlCommand.js +0 -87
- package/dist/es/commands/GetGameSessionLogUrlCommand.js.map +0 -1
- package/dist/es/commands/GetInstanceAccessCommand.js +0 -99
- package/dist/es/commands/GetInstanceAccessCommand.js.map +0 -1
- package/dist/es/commands/ListAliasesCommand.js +0 -82
- package/dist/es/commands/ListAliasesCommand.js.map +0 -1
- package/dist/es/commands/ListBuildsCommand.js +0 -89
- package/dist/es/commands/ListBuildsCommand.js.map +0 -1
- package/dist/es/commands/ListFleetsCommand.js +0 -111
- package/dist/es/commands/ListFleetsCommand.js.map +0 -1
- package/dist/es/commands/ListGameServerGroupsCommand.js +0 -90
- package/dist/es/commands/ListGameServerGroupsCommand.js.map +0 -1
- package/dist/es/commands/ListGameServersCommand.js +0 -88
- package/dist/es/commands/ListGameServersCommand.js.map +0 -1
- package/dist/es/commands/ListScriptsCommand.js +0 -82
- package/dist/es/commands/ListScriptsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +0 -113
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/PutScalingPolicyCommand.js +0 -141
- package/dist/es/commands/PutScalingPolicyCommand.js.map +0 -1
- package/dist/es/commands/RegisterGameServerCommand.js +0 -99
- package/dist/es/commands/RegisterGameServerCommand.js.map +0 -1
- package/dist/es/commands/RequestUploadCredentialsCommand.js +0 -88
- package/dist/es/commands/RequestUploadCredentialsCommand.js.map +0 -1
- package/dist/es/commands/ResolveAliasCommand.js +0 -77
- package/dist/es/commands/ResolveAliasCommand.js.map +0 -1
- package/dist/es/commands/ResumeGameServerGroupCommand.js +0 -96
- package/dist/es/commands/ResumeGameServerGroupCommand.js.map +0 -1
- package/dist/es/commands/SearchGameSessionsCommand.js +0 -161
- package/dist/es/commands/SearchGameSessionsCommand.js.map +0 -1
- package/dist/es/commands/StartFleetActionsCommand.js +0 -102
- package/dist/es/commands/StartFleetActionsCommand.js.map +0 -1
- package/dist/es/commands/StartGameSessionPlacementCommand.js +0 -119
- package/dist/es/commands/StartGameSessionPlacementCommand.js.map +0 -1
- package/dist/es/commands/StartMatchBackfillCommand.js +0 -111
- package/dist/es/commands/StartMatchBackfillCommand.js.map +0 -1
- package/dist/es/commands/StartMatchmakingCommand.js +0 -105
- package/dist/es/commands/StartMatchmakingCommand.js.map +0 -1
- package/dist/es/commands/StopFleetActionsCommand.js +0 -107
- package/dist/es/commands/StopFleetActionsCommand.js.map +0 -1
- package/dist/es/commands/StopGameSessionPlacementCommand.js +0 -82
- package/dist/es/commands/StopGameSessionPlacementCommand.js.map +0 -1
- package/dist/es/commands/StopMatchmakingCommand.js +0 -94
- package/dist/es/commands/StopMatchmakingCommand.js.map +0 -1
- package/dist/es/commands/SuspendGameServerGroupCommand.js +0 -106
- package/dist/es/commands/SuspendGameServerGroupCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js +0 -115
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js +0 -115
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateAliasCommand.js +0 -80
- package/dist/es/commands/UpdateAliasCommand.js.map +0 -1
- package/dist/es/commands/UpdateBuildCommand.js +0 -85
- package/dist/es/commands/UpdateBuildCommand.js.map +0 -1
- package/dist/es/commands/UpdateFleetAttributesCommand.js +0 -92
- package/dist/es/commands/UpdateFleetAttributesCommand.js.map +0 -1
- package/dist/es/commands/UpdateFleetCapacityCommand.js +0 -125
- package/dist/es/commands/UpdateFleetCapacityCommand.js.map +0 -1
- package/dist/es/commands/UpdateFleetPortSettingsCommand.js +0 -98
- package/dist/es/commands/UpdateFleetPortSettingsCommand.js.map +0 -1
- package/dist/es/commands/UpdateGameServerCommand.js +0 -110
- package/dist/es/commands/UpdateGameServerCommand.js.map +0 -1
- package/dist/es/commands/UpdateGameServerGroupCommand.js +0 -94
- package/dist/es/commands/UpdateGameServerGroupCommand.js.map +0 -1
- package/dist/es/commands/UpdateGameSessionCommand.js +0 -83
- package/dist/es/commands/UpdateGameSessionCommand.js.map +0 -1
- package/dist/es/commands/UpdateGameSessionQueueCommand.js +0 -85
- package/dist/es/commands/UpdateGameSessionQueueCommand.js.map +0 -1
- package/dist/es/commands/UpdateMatchmakingConfigurationCommand.js +0 -88
- package/dist/es/commands/UpdateMatchmakingConfigurationCommand.js.map +0 -1
- package/dist/es/commands/UpdateRuntimeConfigurationCommand.js +0 -99
- package/dist/es/commands/UpdateRuntimeConfigurationCommand.js.map +0 -1
- package/dist/es/commands/UpdateScriptCommand.js +0 -91
- package/dist/es/commands/UpdateScriptCommand.js.map +0 -1
- package/dist/es/commands/ValidateMatchmakingRuleSetCommand.js +0 -92
- package/dist/es/commands/ValidateMatchmakingRuleSetCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -53
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -121
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js +0 -2019
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/DescribeFleetAttributesPaginator.js +0 -87
- package/dist/es/pagination/DescribeFleetAttributesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeFleetCapacityPaginator.js +0 -87
- package/dist/es/pagination/DescribeFleetCapacityPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeFleetEventsPaginator.js +0 -87
- package/dist/es/pagination/DescribeFleetEventsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeFleetLocationAttributesPaginator.js +0 -87
- package/dist/es/pagination/DescribeFleetLocationAttributesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeFleetUtilizationPaginator.js +0 -87
- package/dist/es/pagination/DescribeFleetUtilizationPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeGameServerInstancesPaginator.js +0 -87
- package/dist/es/pagination/DescribeGameServerInstancesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeGameSessionDetailsPaginator.js +0 -87
- package/dist/es/pagination/DescribeGameSessionDetailsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeGameSessionQueuesPaginator.js +0 -87
- package/dist/es/pagination/DescribeGameSessionQueuesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeGameSessionsPaginator.js +0 -87
- package/dist/es/pagination/DescribeGameSessionsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeInstancesPaginator.js +0 -87
- package/dist/es/pagination/DescribeInstancesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeMatchmakingConfigurationsPaginator.js +0 -87
- package/dist/es/pagination/DescribeMatchmakingConfigurationsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeMatchmakingRuleSetsPaginator.js +0 -87
- package/dist/es/pagination/DescribeMatchmakingRuleSetsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribePlayerSessionsPaginator.js +0 -87
- package/dist/es/pagination/DescribePlayerSessionsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeScalingPoliciesPaginator.js +0 -87
- package/dist/es/pagination/DescribeScalingPoliciesPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListAliasesPaginator.js +0 -87
- package/dist/es/pagination/ListAliasesPaginator.js.map +0 -1
- package/dist/es/pagination/ListBuildsPaginator.js +0 -87
- package/dist/es/pagination/ListBuildsPaginator.js.map +0 -1
- package/dist/es/pagination/ListFleetsPaginator.js +0 -87
- package/dist/es/pagination/ListFleetsPaginator.js.map +0 -1
- package/dist/es/pagination/ListGameServerGroupsPaginator.js +0 -87
- package/dist/es/pagination/ListGameServerGroupsPaginator.js.map +0 -1
- package/dist/es/pagination/ListGameServersPaginator.js +0 -87
- package/dist/es/pagination/ListGameServersPaginator.js.map +0 -1
- package/dist/es/pagination/ListScriptsPaginator.js +0 -87
- package/dist/es/pagination/ListScriptsPaginator.js.map +0 -1
- package/dist/es/pagination/SearchGameSessionsPaginator.js +0 -87
- package/dist/es/pagination/SearchGameSessionsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_json1_1.js +0 -11910
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -20
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -25
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -12
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -17
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/GameLift.d.ts +0 -3902
- package/dist/types/GameLiftClient.d.ts +0 -284
- package/dist/types/commands/AcceptMatchCommand.d.ts +0 -73
- package/dist/types/commands/ClaimGameServerCommand.d.ts +0 -87
- package/dist/types/commands/CreateAliasCommand.d.ts +0 -60
- package/dist/types/commands/CreateBuildCommand.d.ts +0 -88
- package/dist/types/commands/CreateFleetCommand.d.ts +0 -86
- package/dist/types/commands/CreateFleetLocationsCommand.d.ts +0 -77
- package/dist/types/commands/CreateGameServerGroupCommand.d.ts +0 -88
- package/dist/types/commands/CreateGameSessionCommand.d.ts +0 -88
- package/dist/types/commands/CreateGameSessionQueueCommand.d.ts +0 -78
- package/dist/types/commands/CreateMatchmakingConfigurationCommand.d.ts +0 -76
- package/dist/types/commands/CreateMatchmakingRuleSetCommand.d.ts +0 -81
- package/dist/types/commands/CreatePlayerSessionCommand.d.ts +0 -58
- package/dist/types/commands/CreatePlayerSessionsCommand.d.ts +0 -58
- package/dist/types/commands/CreateScriptCommand.d.ts +0 -78
- package/dist/types/commands/CreateVpcPeeringAuthorizationCommand.d.ts +0 -68
- package/dist/types/commands/CreateVpcPeeringConnectionCommand.d.ts +0 -65
- package/dist/types/commands/DeleteAliasCommand.d.ts +0 -49
- package/dist/types/commands/DeleteBuildCommand.d.ts +0 -56
- package/dist/types/commands/DeleteFleetCommand.d.ts +0 -69
- package/dist/types/commands/DeleteFleetLocationsCommand.d.ts +0 -63
- package/dist/types/commands/DeleteGameServerGroupCommand.d.ts +0 -82
- package/dist/types/commands/DeleteGameSessionQueueCommand.d.ts +0 -53
- package/dist/types/commands/DeleteMatchmakingConfigurationCommand.d.ts +0 -51
- package/dist/types/commands/DeleteMatchmakingRuleSetCommand.d.ts +0 -62
- package/dist/types/commands/DeleteScalingPolicyCommand.d.ts +0 -53
- package/dist/types/commands/DeleteScriptCommand.d.ts +0 -58
- package/dist/types/commands/DeleteVpcPeeringAuthorizationCommand.d.ts +0 -48
- package/dist/types/commands/DeleteVpcPeeringConnectionCommand.d.ts +0 -53
- package/dist/types/commands/DeregisterGameServerCommand.d.ts +0 -61
- package/dist/types/commands/DescribeAliasCommand.d.ts +0 -50
- package/dist/types/commands/DescribeBuildCommand.d.ts +0 -54
- package/dist/types/commands/DescribeEC2InstanceLimitsCommand.d.ts +0 -105
- package/dist/types/commands/DescribeFleetAttributesCommand.d.ts +0 -77
- package/dist/types/commands/DescribeFleetCapacityCommand.d.ts +0 -84
- package/dist/types/commands/DescribeFleetEventsCommand.d.ts +0 -64
- package/dist/types/commands/DescribeFleetLocationAttributesCommand.d.ts +0 -75
- package/dist/types/commands/DescribeFleetLocationCapacityCommand.d.ts +0 -67
- package/dist/types/commands/DescribeFleetLocationUtilizationCommand.d.ts +0 -67
- package/dist/types/commands/DescribeFleetPortSettingsCommand.d.ts +0 -75
- package/dist/types/commands/DescribeFleetUtilizationCommand.d.ts +0 -85
- package/dist/types/commands/DescribeGameServerCommand.d.ts +0 -59
- package/dist/types/commands/DescribeGameServerGroupCommand.d.ts +0 -63
- package/dist/types/commands/DescribeGameServerInstancesCommand.d.ts +0 -73
- package/dist/types/commands/DescribeGameSessionDetailsCommand.d.ts +0 -83
- package/dist/types/commands/DescribeGameSessionPlacementCommand.d.ts +0 -52
- package/dist/types/commands/DescribeGameSessionQueuesCommand.d.ts +0 -56
- package/dist/types/commands/DescribeGameSessionsCommand.d.ts +0 -85
- package/dist/types/commands/DescribeInstancesCommand.d.ts +0 -73
- package/dist/types/commands/DescribeMatchmakingCommand.d.ts +0 -69
- package/dist/types/commands/DescribeMatchmakingConfigurationsCommand.d.ts +0 -62
- package/dist/types/commands/DescribeMatchmakingRuleSetsCommand.d.ts +0 -63
- package/dist/types/commands/DescribePlayerSessionsCommand.d.ts +0 -69
- package/dist/types/commands/DescribeRuntimeConfigurationCommand.d.ts +0 -67
- package/dist/types/commands/DescribeScalingPoliciesCommand.d.ts +0 -57
- package/dist/types/commands/DescribeScriptCommand.d.ts +0 -54
- package/dist/types/commands/DescribeVpcPeeringAuthorizationsCommand.d.ts +0 -49
- package/dist/types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +0 -53
- package/dist/types/commands/GetGameSessionLogUrlCommand.d.ts +0 -57
- package/dist/types/commands/GetInstanceAccessCommand.d.ts +0 -69
- package/dist/types/commands/ListAliasesCommand.d.ts +0 -52
- package/dist/types/commands/ListBuildsCommand.d.ts +0 -59
- package/dist/types/commands/ListFleetsCommand.d.ts +0 -81
- package/dist/types/commands/ListGameServerGroupsCommand.d.ts +0 -60
- package/dist/types/commands/ListGameServersCommand.d.ts +0 -58
- package/dist/types/commands/ListScriptsCommand.d.ts +0 -52
- package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -83
- package/dist/types/commands/PutScalingPolicyCommand.d.ts +0 -111
- package/dist/types/commands/RegisterGameServerCommand.d.ts +0 -69
- package/dist/types/commands/RequestUploadCredentialsCommand.d.ts +0 -58
- package/dist/types/commands/ResolveAliasCommand.d.ts +0 -47
- package/dist/types/commands/ResumeGameServerGroupCommand.d.ts +0 -66
- package/dist/types/commands/SearchGameSessionsCommand.d.ts +0 -131
- package/dist/types/commands/StartFleetActionsCommand.d.ts +0 -72
- package/dist/types/commands/StartGameSessionPlacementCommand.d.ts +0 -89
- package/dist/types/commands/StartMatchBackfillCommand.d.ts +0 -81
- package/dist/types/commands/StartMatchmakingCommand.d.ts +0 -75
- package/dist/types/commands/StopFleetActionsCommand.d.ts +0 -77
- package/dist/types/commands/StopGameSessionPlacementCommand.d.ts +0 -52
- package/dist/types/commands/StopMatchmakingCommand.d.ts +0 -64
- package/dist/types/commands/SuspendGameServerGroupCommand.d.ts +0 -76
- package/dist/types/commands/TagResourceCommand.d.ts +0 -85
- package/dist/types/commands/UntagResourceCommand.d.ts +0 -85
- package/dist/types/commands/UpdateAliasCommand.d.ts +0 -50
- package/dist/types/commands/UpdateBuildCommand.d.ts +0 -55
- package/dist/types/commands/UpdateFleetAttributesCommand.d.ts +0 -62
- package/dist/types/commands/UpdateFleetCapacityCommand.d.ts +0 -95
- package/dist/types/commands/UpdateFleetPortSettingsCommand.d.ts +0 -68
- package/dist/types/commands/UpdateGameServerCommand.d.ts +0 -80
- package/dist/types/commands/UpdateGameServerGroupCommand.d.ts +0 -64
- package/dist/types/commands/UpdateGameSessionCommand.d.ts +0 -53
- package/dist/types/commands/UpdateGameSessionQueueCommand.d.ts +0 -55
- package/dist/types/commands/UpdateMatchmakingConfigurationCommand.d.ts +0 -58
- package/dist/types/commands/UpdateRuntimeConfigurationCommand.d.ts +0 -69
- package/dist/types/commands/UpdateScriptCommand.d.ts +0 -61
- package/dist/types/commands/ValidateMatchmakingRuleSetCommand.d.ts +0 -62
- package/dist/types/pagination/DescribeFleetAttributesPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeFleetCapacityPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeFleetEventsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeFleetLocationAttributesPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeFleetUtilizationPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeGameServerInstancesPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeGameSessionDetailsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeGameSessionQueuesPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeGameSessionsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeInstancesPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeMatchmakingConfigurationsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeMatchmakingRuleSetsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribePlayerSessionsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeScalingPoliciesPaginator.d.ts +0 -4
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/pagination/ListAliasesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListBuildsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListFleetsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListGameServerGroupsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListGameServersPaginator.d.ts +0 -4
- package/dist/types/pagination/ListScriptsPaginator.d.ts +0 -4
- package/dist/types/pagination/SearchGameSessionsPaginator.d.ts +0 -4
- package/dist/types/protocols/Aws_json1_1.d.ts +0 -287
- package/dist/types/runtimeConfig.browser.d.ts +0 -36
- package/dist/types/runtimeConfig.d.ts +0 -36
- package/dist/types/runtimeConfig.native.d.ts +0 -35
- package/dist/types/ts3.4/GameLift.d.ts +0 -3902
- package/dist/types/ts3.4/GameLiftClient.d.ts +0 -284
- package/dist/types/ts3.4/commands/AcceptMatchCommand.d.ts +0 -73
- package/dist/types/ts3.4/commands/ClaimGameServerCommand.d.ts +0 -87
- package/dist/types/ts3.4/commands/CreateAliasCommand.d.ts +0 -60
- package/dist/types/ts3.4/commands/CreateBuildCommand.d.ts +0 -88
- package/dist/types/ts3.4/commands/CreateFleetCommand.d.ts +0 -86
- package/dist/types/ts3.4/commands/CreateFleetLocationsCommand.d.ts +0 -77
- package/dist/types/ts3.4/commands/CreateGameServerGroupCommand.d.ts +0 -88
- package/dist/types/ts3.4/commands/CreateGameSessionCommand.d.ts +0 -88
- package/dist/types/ts3.4/commands/CreateGameSessionQueueCommand.d.ts +0 -78
- package/dist/types/ts3.4/commands/CreateMatchmakingConfigurationCommand.d.ts +0 -76
- package/dist/types/ts3.4/commands/CreateMatchmakingRuleSetCommand.d.ts +0 -81
- package/dist/types/ts3.4/commands/CreatePlayerSessionCommand.d.ts +0 -58
- package/dist/types/ts3.4/commands/CreatePlayerSessionsCommand.d.ts +0 -58
- package/dist/types/ts3.4/commands/CreateScriptCommand.d.ts +0 -78
- package/dist/types/ts3.4/commands/CreateVpcPeeringAuthorizationCommand.d.ts +0 -68
- package/dist/types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +0 -65
- package/dist/types/ts3.4/commands/DeleteAliasCommand.d.ts +0 -49
- package/dist/types/ts3.4/commands/DeleteBuildCommand.d.ts +0 -56
- package/dist/types/ts3.4/commands/DeleteFleetCommand.d.ts +0 -69
- package/dist/types/ts3.4/commands/DeleteFleetLocationsCommand.d.ts +0 -63
- package/dist/types/ts3.4/commands/DeleteGameServerGroupCommand.d.ts +0 -82
- package/dist/types/ts3.4/commands/DeleteGameSessionQueueCommand.d.ts +0 -53
- package/dist/types/ts3.4/commands/DeleteMatchmakingConfigurationCommand.d.ts +0 -51
- package/dist/types/ts3.4/commands/DeleteMatchmakingRuleSetCommand.d.ts +0 -62
- package/dist/types/ts3.4/commands/DeleteScalingPolicyCommand.d.ts +0 -53
- package/dist/types/ts3.4/commands/DeleteScriptCommand.d.ts +0 -58
- package/dist/types/ts3.4/commands/DeleteVpcPeeringAuthorizationCommand.d.ts +0 -48
- package/dist/types/ts3.4/commands/DeleteVpcPeeringConnectionCommand.d.ts +0 -53
- package/dist/types/ts3.4/commands/DeregisterGameServerCommand.d.ts +0 -61
- package/dist/types/ts3.4/commands/DescribeAliasCommand.d.ts +0 -50
- package/dist/types/ts3.4/commands/DescribeBuildCommand.d.ts +0 -54
- package/dist/types/ts3.4/commands/DescribeEC2InstanceLimitsCommand.d.ts +0 -105
- package/dist/types/ts3.4/commands/DescribeFleetAttributesCommand.d.ts +0 -77
- package/dist/types/ts3.4/commands/DescribeFleetCapacityCommand.d.ts +0 -84
- package/dist/types/ts3.4/commands/DescribeFleetEventsCommand.d.ts +0 -64
- package/dist/types/ts3.4/commands/DescribeFleetLocationAttributesCommand.d.ts +0 -75
- package/dist/types/ts3.4/commands/DescribeFleetLocationCapacityCommand.d.ts +0 -67
- package/dist/types/ts3.4/commands/DescribeFleetLocationUtilizationCommand.d.ts +0 -67
- package/dist/types/ts3.4/commands/DescribeFleetPortSettingsCommand.d.ts +0 -75
- package/dist/types/ts3.4/commands/DescribeFleetUtilizationCommand.d.ts +0 -85
- package/dist/types/ts3.4/commands/DescribeGameServerCommand.d.ts +0 -59
- package/dist/types/ts3.4/commands/DescribeGameServerGroupCommand.d.ts +0 -63
- package/dist/types/ts3.4/commands/DescribeGameServerInstancesCommand.d.ts +0 -73
- package/dist/types/ts3.4/commands/DescribeGameSessionDetailsCommand.d.ts +0 -83
- package/dist/types/ts3.4/commands/DescribeGameSessionPlacementCommand.d.ts +0 -52
- package/dist/types/ts3.4/commands/DescribeGameSessionQueuesCommand.d.ts +0 -56
- package/dist/types/ts3.4/commands/DescribeGameSessionsCommand.d.ts +0 -85
- package/dist/types/ts3.4/commands/DescribeInstancesCommand.d.ts +0 -73
- package/dist/types/ts3.4/commands/DescribeMatchmakingCommand.d.ts +0 -69
- package/dist/types/ts3.4/commands/DescribeMatchmakingConfigurationsCommand.d.ts +0 -62
- package/dist/types/ts3.4/commands/DescribeMatchmakingRuleSetsCommand.d.ts +0 -63
- package/dist/types/ts3.4/commands/DescribePlayerSessionsCommand.d.ts +0 -69
- package/dist/types/ts3.4/commands/DescribeRuntimeConfigurationCommand.d.ts +0 -67
- package/dist/types/ts3.4/commands/DescribeScalingPoliciesCommand.d.ts +0 -57
- package/dist/types/ts3.4/commands/DescribeScriptCommand.d.ts +0 -54
- package/dist/types/ts3.4/commands/DescribeVpcPeeringAuthorizationsCommand.d.ts +0 -49
- package/dist/types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +0 -53
- package/dist/types/ts3.4/commands/GetGameSessionLogUrlCommand.d.ts +0 -57
- package/dist/types/ts3.4/commands/GetInstanceAccessCommand.d.ts +0 -69
- package/dist/types/ts3.4/commands/ListAliasesCommand.d.ts +0 -52
- package/dist/types/ts3.4/commands/ListBuildsCommand.d.ts +0 -59
- package/dist/types/ts3.4/commands/ListFleetsCommand.d.ts +0 -81
- package/dist/types/ts3.4/commands/ListGameServerGroupsCommand.d.ts +0 -60
- package/dist/types/ts3.4/commands/ListGameServersCommand.d.ts +0 -58
- package/dist/types/ts3.4/commands/ListScriptsCommand.d.ts +0 -52
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -83
- package/dist/types/ts3.4/commands/PutScalingPolicyCommand.d.ts +0 -111
- package/dist/types/ts3.4/commands/RegisterGameServerCommand.d.ts +0 -69
- package/dist/types/ts3.4/commands/RequestUploadCredentialsCommand.d.ts +0 -58
- package/dist/types/ts3.4/commands/ResolveAliasCommand.d.ts +0 -47
- package/dist/types/ts3.4/commands/ResumeGameServerGroupCommand.d.ts +0 -66
- package/dist/types/ts3.4/commands/SearchGameSessionsCommand.d.ts +0 -131
- package/dist/types/ts3.4/commands/StartFleetActionsCommand.d.ts +0 -72
- package/dist/types/ts3.4/commands/StartGameSessionPlacementCommand.d.ts +0 -89
- package/dist/types/ts3.4/commands/StartMatchBackfillCommand.d.ts +0 -81
- package/dist/types/ts3.4/commands/StartMatchmakingCommand.d.ts +0 -75
- package/dist/types/ts3.4/commands/StopFleetActionsCommand.d.ts +0 -77
- package/dist/types/ts3.4/commands/StopGameSessionPlacementCommand.d.ts +0 -52
- package/dist/types/ts3.4/commands/StopMatchmakingCommand.d.ts +0 -64
- package/dist/types/ts3.4/commands/SuspendGameServerGroupCommand.d.ts +0 -76
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -85
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -85
- package/dist/types/ts3.4/commands/UpdateAliasCommand.d.ts +0 -50
- package/dist/types/ts3.4/commands/UpdateBuildCommand.d.ts +0 -55
- package/dist/types/ts3.4/commands/UpdateFleetAttributesCommand.d.ts +0 -62
- package/dist/types/ts3.4/commands/UpdateFleetCapacityCommand.d.ts +0 -95
- package/dist/types/ts3.4/commands/UpdateFleetPortSettingsCommand.d.ts +0 -68
- package/dist/types/ts3.4/commands/UpdateGameServerCommand.d.ts +0 -80
- package/dist/types/ts3.4/commands/UpdateGameServerGroupCommand.d.ts +0 -64
- package/dist/types/ts3.4/commands/UpdateGameSessionCommand.d.ts +0 -53
- package/dist/types/ts3.4/commands/UpdateGameSessionQueueCommand.d.ts +0 -55
- package/dist/types/ts3.4/commands/UpdateMatchmakingConfigurationCommand.d.ts +0 -58
- package/dist/types/ts3.4/commands/UpdateRuntimeConfigurationCommand.d.ts +0 -69
- package/dist/types/ts3.4/commands/UpdateScriptCommand.d.ts +0 -61
- package/dist/types/ts3.4/commands/ValidateMatchmakingRuleSetCommand.d.ts +0 -62
- package/dist/types/ts3.4/pagination/DescribeFleetAttributesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeFleetCapacityPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeFleetEventsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeFleetLocationAttributesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeFleetUtilizationPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeGameServerInstancesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeGameSessionDetailsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeGameSessionQueuesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeGameSessionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeInstancesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeMatchmakingConfigurationsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeMatchmakingRuleSetsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribePlayerSessionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeScalingPoliciesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/pagination/ListAliasesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListBuildsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListFleetsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListGameServerGroupsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListGameServersPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListScriptsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/SearchGameSessionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/protocols/Aws_json1_1.d.ts +0 -287
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -35
- package/endpoints.ts +0 -57
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -10260
- package/pagination/DescribeFleetAttributesPaginator.ts +0 -58
- package/pagination/DescribeFleetCapacityPaginator.ts +0 -58
- package/pagination/DescribeFleetEventsPaginator.ts +0 -58
- package/pagination/DescribeFleetLocationAttributesPaginator.ts +0 -58
- package/pagination/DescribeFleetUtilizationPaginator.ts +0 -58
- package/pagination/DescribeGameServerInstancesPaginator.ts +0 -58
- package/pagination/DescribeGameSessionDetailsPaginator.ts +0 -58
- package/pagination/DescribeGameSessionQueuesPaginator.ts +0 -58
- package/pagination/DescribeGameSessionsPaginator.ts +0 -58
- package/pagination/DescribeInstancesPaginator.ts +0 -58
- package/pagination/DescribeMatchmakingConfigurationsPaginator.ts +0 -58
- package/pagination/DescribeMatchmakingRuleSetsPaginator.ts +0 -58
- package/pagination/DescribePlayerSessionsPaginator.ts +0 -58
- package/pagination/DescribeScalingPoliciesPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListAliasesPaginator.ts +0 -54
- package/pagination/ListBuildsPaginator.ts +0 -54
- package/pagination/ListFleetsPaginator.ts +0 -54
- package/pagination/ListGameServerGroupsPaginator.ts +0 -58
- package/pagination/ListGameServersPaginator.ts +0 -58
- package/pagination/ListScriptsPaginator.ts +0 -54
- package/pagination/SearchGameSessionsPaginator.ts +0 -58
- package/protocols/Aws_json1_1.ts +0 -14013
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient";
|
|
2
|
-
import { UpdateScriptInput, UpdateScriptOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface UpdateScriptCommandInput extends UpdateScriptInput {
|
|
6
|
-
}
|
|
7
|
-
export interface UpdateScriptCommandOutput extends UpdateScriptOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Updates Realtime script metadata and content.</p>
|
|
11
|
-
* <p>To update script metadata, specify the script ID and provide updated name and/or
|
|
12
|
-
* version values. </p>
|
|
13
|
-
* <p>To update script content, provide an updated zip file by pointing to either a local
|
|
14
|
-
* file or an Amazon S3 bucket location. You can use either method regardless of how the
|
|
15
|
-
* original script was uploaded. Use the <i>Version</i> parameter to track
|
|
16
|
-
* updates to the script.</p>
|
|
17
|
-
* <p>If the call is successful, the updated metadata is stored in the script record and a
|
|
18
|
-
* revised script is uploaded to the Amazon GameLift service. Once the script is updated and
|
|
19
|
-
* acquired by a fleet instance, the new version is used for all new game sessions. </p>
|
|
20
|
-
* <p>
|
|
21
|
-
* <b>Learn more</b>
|
|
22
|
-
* </p>
|
|
23
|
-
* <p>
|
|
24
|
-
* <a href="https://docs.aws.amazon.com/gamelift/latest/developerguide/realtime-intro.html">Amazon GameLift Realtime Servers</a>
|
|
25
|
-
* </p>
|
|
26
|
-
* <p>
|
|
27
|
-
* <b>Related actions</b>
|
|
28
|
-
* </p>
|
|
29
|
-
* <p>
|
|
30
|
-
* <a>CreateScript</a> |
|
|
31
|
-
* <a>ListScripts</a> |
|
|
32
|
-
* <a>DescribeScript</a> |
|
|
33
|
-
* <a>UpdateScript</a> |
|
|
34
|
-
* <a>DeleteScript</a> |
|
|
35
|
-
* <a href="https://docs.aws.amazon.com/gamelift/latest/developerguide/reference-awssdk.html#reference-awssdk-resources-fleets">All APIs by task</a>
|
|
36
|
-
* </p>
|
|
37
|
-
* @example
|
|
38
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
39
|
-
* ```javascript
|
|
40
|
-
* import { GameLiftClient, UpdateScriptCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
41
|
-
* // const { GameLiftClient, UpdateScriptCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
42
|
-
* const client = new GameLiftClient(config);
|
|
43
|
-
* const command = new UpdateScriptCommand(input);
|
|
44
|
-
* const response = await client.send(command);
|
|
45
|
-
* ```
|
|
46
|
-
*
|
|
47
|
-
* @see {@link UpdateScriptCommandInput} for command's `input` shape.
|
|
48
|
-
* @see {@link UpdateScriptCommandOutput} for command's `response` shape.
|
|
49
|
-
* @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
|
|
50
|
-
*
|
|
51
|
-
*/
|
|
52
|
-
export declare class UpdateScriptCommand extends $Command<UpdateScriptCommandInput, UpdateScriptCommandOutput, GameLiftClientResolvedConfig> {
|
|
53
|
-
readonly input: UpdateScriptCommandInput;
|
|
54
|
-
constructor(input: UpdateScriptCommandInput);
|
|
55
|
-
/**
|
|
56
|
-
* @internal
|
|
57
|
-
*/
|
|
58
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameLiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateScriptCommandInput, UpdateScriptCommandOutput>;
|
|
59
|
-
private serialize;
|
|
60
|
-
private deserialize;
|
|
61
|
-
}
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient";
|
|
2
|
-
import { ValidateMatchmakingRuleSetInput, ValidateMatchmakingRuleSetOutput } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface ValidateMatchmakingRuleSetCommandInput extends ValidateMatchmakingRuleSetInput {
|
|
6
|
-
}
|
|
7
|
-
export interface ValidateMatchmakingRuleSetCommandOutput extends ValidateMatchmakingRuleSetOutput, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Validates the syntax of a matchmaking rule or rule set. This operation checks that
|
|
11
|
-
* the rule set is using syntactically correct JSON and that it conforms to allowed
|
|
12
|
-
* property expressions. To validate syntax, provide a rule set JSON string.</p>
|
|
13
|
-
* <p>
|
|
14
|
-
* <b>Learn more</b>
|
|
15
|
-
* </p>
|
|
16
|
-
* <ul>
|
|
17
|
-
* <li>
|
|
18
|
-
* <p>
|
|
19
|
-
* <a href="https://docs.aws.amazon.com/gamelift/latest/flexmatchguide/match-rulesets.html">Build a rule
|
|
20
|
-
* set</a>
|
|
21
|
-
* </p>
|
|
22
|
-
* </li>
|
|
23
|
-
* </ul>
|
|
24
|
-
* <p>
|
|
25
|
-
* <b>Related actions</b>
|
|
26
|
-
* </p>
|
|
27
|
-
* <p>
|
|
28
|
-
* <a>CreateMatchmakingConfiguration</a> |
|
|
29
|
-
* <a>DescribeMatchmakingConfigurations</a> |
|
|
30
|
-
* <a>UpdateMatchmakingConfiguration</a> |
|
|
31
|
-
* <a>DeleteMatchmakingConfiguration</a> |
|
|
32
|
-
* <a>CreateMatchmakingRuleSet</a> |
|
|
33
|
-
* <a>DescribeMatchmakingRuleSets</a> |
|
|
34
|
-
* <a>ValidateMatchmakingRuleSet</a> |
|
|
35
|
-
* <a>DeleteMatchmakingRuleSet</a> |
|
|
36
|
-
* <a href="https://docs.aws.amazon.com/gamelift/latest/developerguide/reference-awssdk.html#reference-awssdk-resources-fleets">All APIs by task</a>
|
|
37
|
-
* </p>
|
|
38
|
-
* @example
|
|
39
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
40
|
-
* ```javascript
|
|
41
|
-
* import { GameLiftClient, ValidateMatchmakingRuleSetCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
42
|
-
* // const { GameLiftClient, ValidateMatchmakingRuleSetCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
43
|
-
* const client = new GameLiftClient(config);
|
|
44
|
-
* const command = new ValidateMatchmakingRuleSetCommand(input);
|
|
45
|
-
* const response = await client.send(command);
|
|
46
|
-
* ```
|
|
47
|
-
*
|
|
48
|
-
* @see {@link ValidateMatchmakingRuleSetCommandInput} for command's `input` shape.
|
|
49
|
-
* @see {@link ValidateMatchmakingRuleSetCommandOutput} for command's `response` shape.
|
|
50
|
-
* @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
|
|
51
|
-
*
|
|
52
|
-
*/
|
|
53
|
-
export declare class ValidateMatchmakingRuleSetCommand extends $Command<ValidateMatchmakingRuleSetCommandInput, ValidateMatchmakingRuleSetCommandOutput, GameLiftClientResolvedConfig> {
|
|
54
|
-
readonly input: ValidateMatchmakingRuleSetCommandInput;
|
|
55
|
-
constructor(input: ValidateMatchmakingRuleSetCommandInput);
|
|
56
|
-
/**
|
|
57
|
-
* @internal
|
|
58
|
-
*/
|
|
59
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameLiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ValidateMatchmakingRuleSetCommandInput, ValidateMatchmakingRuleSetCommandOutput>;
|
|
60
|
-
private serialize;
|
|
61
|
-
private deserialize;
|
|
62
|
-
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { DescribeFleetAttributesCommandInput, DescribeFleetAttributesCommandOutput } from "../commands/DescribeFleetAttributesCommand";
|
|
2
|
-
import { GameLiftPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateDescribeFleetAttributes(config: GameLiftPaginationConfiguration, input: DescribeFleetAttributesCommandInput, ...additionalArguments: any): Paginator<DescribeFleetAttributesCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { DescribeFleetCapacityCommandInput, DescribeFleetCapacityCommandOutput } from "../commands/DescribeFleetCapacityCommand";
|
|
2
|
-
import { GameLiftPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateDescribeFleetCapacity(config: GameLiftPaginationConfiguration, input: DescribeFleetCapacityCommandInput, ...additionalArguments: any): Paginator<DescribeFleetCapacityCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { DescribeFleetEventsCommandInput, DescribeFleetEventsCommandOutput } from "../commands/DescribeFleetEventsCommand";
|
|
2
|
-
import { GameLiftPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateDescribeFleetEvents(config: GameLiftPaginationConfiguration, input: DescribeFleetEventsCommandInput, ...additionalArguments: any): Paginator<DescribeFleetEventsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { DescribeFleetLocationAttributesCommandInput, DescribeFleetLocationAttributesCommandOutput } from "../commands/DescribeFleetLocationAttributesCommand";
|
|
2
|
-
import { GameLiftPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateDescribeFleetLocationAttributes(config: GameLiftPaginationConfiguration, input: DescribeFleetLocationAttributesCommandInput, ...additionalArguments: any): Paginator<DescribeFleetLocationAttributesCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { DescribeFleetUtilizationCommandInput, DescribeFleetUtilizationCommandOutput } from "../commands/DescribeFleetUtilizationCommand";
|
|
2
|
-
import { GameLiftPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateDescribeFleetUtilization(config: GameLiftPaginationConfiguration, input: DescribeFleetUtilizationCommandInput, ...additionalArguments: any): Paginator<DescribeFleetUtilizationCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { DescribeGameServerInstancesCommandInput, DescribeGameServerInstancesCommandOutput } from "../commands/DescribeGameServerInstancesCommand";
|
|
2
|
-
import { GameLiftPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateDescribeGameServerInstances(config: GameLiftPaginationConfiguration, input: DescribeGameServerInstancesCommandInput, ...additionalArguments: any): Paginator<DescribeGameServerInstancesCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { DescribeGameSessionDetailsCommandInput, DescribeGameSessionDetailsCommandOutput } from "../commands/DescribeGameSessionDetailsCommand";
|
|
2
|
-
import { GameLiftPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateDescribeGameSessionDetails(config: GameLiftPaginationConfiguration, input: DescribeGameSessionDetailsCommandInput, ...additionalArguments: any): Paginator<DescribeGameSessionDetailsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { DescribeGameSessionQueuesCommandInput, DescribeGameSessionQueuesCommandOutput } from "../commands/DescribeGameSessionQueuesCommand";
|
|
2
|
-
import { GameLiftPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateDescribeGameSessionQueues(config: GameLiftPaginationConfiguration, input: DescribeGameSessionQueuesCommandInput, ...additionalArguments: any): Paginator<DescribeGameSessionQueuesCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { DescribeGameSessionsCommandInput, DescribeGameSessionsCommandOutput } from "../commands/DescribeGameSessionsCommand";
|
|
2
|
-
import { GameLiftPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateDescribeGameSessions(config: GameLiftPaginationConfiguration, input: DescribeGameSessionsCommandInput, ...additionalArguments: any): Paginator<DescribeGameSessionsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { DescribeInstancesCommandInput, DescribeInstancesCommandOutput } from "../commands/DescribeInstancesCommand";
|
|
2
|
-
import { GameLiftPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateDescribeInstances(config: GameLiftPaginationConfiguration, input: DescribeInstancesCommandInput, ...additionalArguments: any): Paginator<DescribeInstancesCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { DescribeMatchmakingConfigurationsCommandInput, DescribeMatchmakingConfigurationsCommandOutput } from "../commands/DescribeMatchmakingConfigurationsCommand";
|
|
2
|
-
import { GameLiftPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateDescribeMatchmakingConfigurations(config: GameLiftPaginationConfiguration, input: DescribeMatchmakingConfigurationsCommandInput, ...additionalArguments: any): Paginator<DescribeMatchmakingConfigurationsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { DescribeMatchmakingRuleSetsCommandInput, DescribeMatchmakingRuleSetsCommandOutput } from "../commands/DescribeMatchmakingRuleSetsCommand";
|
|
2
|
-
import { GameLiftPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateDescribeMatchmakingRuleSets(config: GameLiftPaginationConfiguration, input: DescribeMatchmakingRuleSetsCommandInput, ...additionalArguments: any): Paginator<DescribeMatchmakingRuleSetsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { DescribePlayerSessionsCommandInput, DescribePlayerSessionsCommandOutput } from "../commands/DescribePlayerSessionsCommand";
|
|
2
|
-
import { GameLiftPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateDescribePlayerSessions(config: GameLiftPaginationConfiguration, input: DescribePlayerSessionsCommandInput, ...additionalArguments: any): Paginator<DescribePlayerSessionsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { DescribeScalingPoliciesCommandInput, DescribeScalingPoliciesCommandOutput } from "../commands/DescribeScalingPoliciesCommand";
|
|
2
|
-
import { GameLiftPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateDescribeScalingPolicies(config: GameLiftPaginationConfiguration, input: DescribeScalingPoliciesCommandInput, ...additionalArguments: any): Paginator<DescribeScalingPoliciesCommandOutput>;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { GameLift } from "../GameLift";
|
|
2
|
-
import { GameLiftClient } from "../GameLiftClient";
|
|
3
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
4
|
-
export interface GameLiftPaginationConfiguration extends PaginationConfiguration {
|
|
5
|
-
client: GameLift | GameLiftClient;
|
|
6
|
-
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { ListAliasesCommandInput, ListAliasesCommandOutput } from "../commands/ListAliasesCommand";
|
|
2
|
-
import { GameLiftPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateListAliases(config: GameLiftPaginationConfiguration, input: ListAliasesCommandInput, ...additionalArguments: any): Paginator<ListAliasesCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { ListBuildsCommandInput, ListBuildsCommandOutput } from "../commands/ListBuildsCommand";
|
|
2
|
-
import { GameLiftPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateListBuilds(config: GameLiftPaginationConfiguration, input: ListBuildsCommandInput, ...additionalArguments: any): Paginator<ListBuildsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { ListFleetsCommandInput, ListFleetsCommandOutput } from "../commands/ListFleetsCommand";
|
|
2
|
-
import { GameLiftPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateListFleets(config: GameLiftPaginationConfiguration, input: ListFleetsCommandInput, ...additionalArguments: any): Paginator<ListFleetsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { ListGameServerGroupsCommandInput, ListGameServerGroupsCommandOutput } from "../commands/ListGameServerGroupsCommand";
|
|
2
|
-
import { GameLiftPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateListGameServerGroups(config: GameLiftPaginationConfiguration, input: ListGameServerGroupsCommandInput, ...additionalArguments: any): Paginator<ListGameServerGroupsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { ListGameServersCommandInput, ListGameServersCommandOutput } from "../commands/ListGameServersCommand";
|
|
2
|
-
import { GameLiftPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateListGameServers(config: GameLiftPaginationConfiguration, input: ListGameServersCommandInput, ...additionalArguments: any): Paginator<ListGameServersCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { ListScriptsCommandInput, ListScriptsCommandOutput } from "../commands/ListScriptsCommand";
|
|
2
|
-
import { GameLiftPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateListScripts(config: GameLiftPaginationConfiguration, input: ListScriptsCommandInput, ...additionalArguments: any): Paginator<ListScriptsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { SearchGameSessionsCommandInput, SearchGameSessionsCommandOutput } from "../commands/SearchGameSessionsCommand";
|
|
2
|
-
import { GameLiftPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateSearchGameSessions(config: GameLiftPaginationConfiguration, input: SearchGameSessionsCommandInput, ...additionalArguments: any): Paginator<SearchGameSessionsCommandOutput>;
|
|
@@ -1,287 +0,0 @@
|
|
|
1
|
-
import { AcceptMatchCommandInput, AcceptMatchCommandOutput } from "../commands/AcceptMatchCommand";
|
|
2
|
-
import { ClaimGameServerCommandInput, ClaimGameServerCommandOutput } from "../commands/ClaimGameServerCommand";
|
|
3
|
-
import { CreateAliasCommandInput, CreateAliasCommandOutput } from "../commands/CreateAliasCommand";
|
|
4
|
-
import { CreateBuildCommandInput, CreateBuildCommandOutput } from "../commands/CreateBuildCommand";
|
|
5
|
-
import { CreateFleetCommandInput, CreateFleetCommandOutput } from "../commands/CreateFleetCommand";
|
|
6
|
-
import { CreateFleetLocationsCommandInput, CreateFleetLocationsCommandOutput } from "../commands/CreateFleetLocationsCommand";
|
|
7
|
-
import { CreateGameServerGroupCommandInput, CreateGameServerGroupCommandOutput } from "../commands/CreateGameServerGroupCommand";
|
|
8
|
-
import { CreateGameSessionCommandInput, CreateGameSessionCommandOutput } from "../commands/CreateGameSessionCommand";
|
|
9
|
-
import { CreateGameSessionQueueCommandInput, CreateGameSessionQueueCommandOutput } from "../commands/CreateGameSessionQueueCommand";
|
|
10
|
-
import { CreateMatchmakingConfigurationCommandInput, CreateMatchmakingConfigurationCommandOutput } from "../commands/CreateMatchmakingConfigurationCommand";
|
|
11
|
-
import { CreateMatchmakingRuleSetCommandInput, CreateMatchmakingRuleSetCommandOutput } from "../commands/CreateMatchmakingRuleSetCommand";
|
|
12
|
-
import { CreatePlayerSessionCommandInput, CreatePlayerSessionCommandOutput } from "../commands/CreatePlayerSessionCommand";
|
|
13
|
-
import { CreatePlayerSessionsCommandInput, CreatePlayerSessionsCommandOutput } from "../commands/CreatePlayerSessionsCommand";
|
|
14
|
-
import { CreateScriptCommandInput, CreateScriptCommandOutput } from "../commands/CreateScriptCommand";
|
|
15
|
-
import { CreateVpcPeeringAuthorizationCommandInput, CreateVpcPeeringAuthorizationCommandOutput } from "../commands/CreateVpcPeeringAuthorizationCommand";
|
|
16
|
-
import { CreateVpcPeeringConnectionCommandInput, CreateVpcPeeringConnectionCommandOutput } from "../commands/CreateVpcPeeringConnectionCommand";
|
|
17
|
-
import { DeleteAliasCommandInput, DeleteAliasCommandOutput } from "../commands/DeleteAliasCommand";
|
|
18
|
-
import { DeleteBuildCommandInput, DeleteBuildCommandOutput } from "../commands/DeleteBuildCommand";
|
|
19
|
-
import { DeleteFleetCommandInput, DeleteFleetCommandOutput } from "../commands/DeleteFleetCommand";
|
|
20
|
-
import { DeleteFleetLocationsCommandInput, DeleteFleetLocationsCommandOutput } from "../commands/DeleteFleetLocationsCommand";
|
|
21
|
-
import { DeleteGameServerGroupCommandInput, DeleteGameServerGroupCommandOutput } from "../commands/DeleteGameServerGroupCommand";
|
|
22
|
-
import { DeleteGameSessionQueueCommandInput, DeleteGameSessionQueueCommandOutput } from "../commands/DeleteGameSessionQueueCommand";
|
|
23
|
-
import { DeleteMatchmakingConfigurationCommandInput, DeleteMatchmakingConfigurationCommandOutput } from "../commands/DeleteMatchmakingConfigurationCommand";
|
|
24
|
-
import { DeleteMatchmakingRuleSetCommandInput, DeleteMatchmakingRuleSetCommandOutput } from "../commands/DeleteMatchmakingRuleSetCommand";
|
|
25
|
-
import { DeleteScalingPolicyCommandInput, DeleteScalingPolicyCommandOutput } from "../commands/DeleteScalingPolicyCommand";
|
|
26
|
-
import { DeleteScriptCommandInput, DeleteScriptCommandOutput } from "../commands/DeleteScriptCommand";
|
|
27
|
-
import { DeleteVpcPeeringAuthorizationCommandInput, DeleteVpcPeeringAuthorizationCommandOutput } from "../commands/DeleteVpcPeeringAuthorizationCommand";
|
|
28
|
-
import { DeleteVpcPeeringConnectionCommandInput, DeleteVpcPeeringConnectionCommandOutput } from "../commands/DeleteVpcPeeringConnectionCommand";
|
|
29
|
-
import { DeregisterGameServerCommandInput, DeregisterGameServerCommandOutput } from "../commands/DeregisterGameServerCommand";
|
|
30
|
-
import { DescribeAliasCommandInput, DescribeAliasCommandOutput } from "../commands/DescribeAliasCommand";
|
|
31
|
-
import { DescribeBuildCommandInput, DescribeBuildCommandOutput } from "../commands/DescribeBuildCommand";
|
|
32
|
-
import { DescribeEC2InstanceLimitsCommandInput, DescribeEC2InstanceLimitsCommandOutput } from "../commands/DescribeEC2InstanceLimitsCommand";
|
|
33
|
-
import { DescribeFleetAttributesCommandInput, DescribeFleetAttributesCommandOutput } from "../commands/DescribeFleetAttributesCommand";
|
|
34
|
-
import { DescribeFleetCapacityCommandInput, DescribeFleetCapacityCommandOutput } from "../commands/DescribeFleetCapacityCommand";
|
|
35
|
-
import { DescribeFleetEventsCommandInput, DescribeFleetEventsCommandOutput } from "../commands/DescribeFleetEventsCommand";
|
|
36
|
-
import { DescribeFleetLocationAttributesCommandInput, DescribeFleetLocationAttributesCommandOutput } from "../commands/DescribeFleetLocationAttributesCommand";
|
|
37
|
-
import { DescribeFleetLocationCapacityCommandInput, DescribeFleetLocationCapacityCommandOutput } from "../commands/DescribeFleetLocationCapacityCommand";
|
|
38
|
-
import { DescribeFleetLocationUtilizationCommandInput, DescribeFleetLocationUtilizationCommandOutput } from "../commands/DescribeFleetLocationUtilizationCommand";
|
|
39
|
-
import { DescribeFleetPortSettingsCommandInput, DescribeFleetPortSettingsCommandOutput } from "../commands/DescribeFleetPortSettingsCommand";
|
|
40
|
-
import { DescribeFleetUtilizationCommandInput, DescribeFleetUtilizationCommandOutput } from "../commands/DescribeFleetUtilizationCommand";
|
|
41
|
-
import { DescribeGameServerCommandInput, DescribeGameServerCommandOutput } from "../commands/DescribeGameServerCommand";
|
|
42
|
-
import { DescribeGameServerGroupCommandInput, DescribeGameServerGroupCommandOutput } from "../commands/DescribeGameServerGroupCommand";
|
|
43
|
-
import { DescribeGameServerInstancesCommandInput, DescribeGameServerInstancesCommandOutput } from "../commands/DescribeGameServerInstancesCommand";
|
|
44
|
-
import { DescribeGameSessionDetailsCommandInput, DescribeGameSessionDetailsCommandOutput } from "../commands/DescribeGameSessionDetailsCommand";
|
|
45
|
-
import { DescribeGameSessionPlacementCommandInput, DescribeGameSessionPlacementCommandOutput } from "../commands/DescribeGameSessionPlacementCommand";
|
|
46
|
-
import { DescribeGameSessionQueuesCommandInput, DescribeGameSessionQueuesCommandOutput } from "../commands/DescribeGameSessionQueuesCommand";
|
|
47
|
-
import { DescribeGameSessionsCommandInput, DescribeGameSessionsCommandOutput } from "../commands/DescribeGameSessionsCommand";
|
|
48
|
-
import { DescribeInstancesCommandInput, DescribeInstancesCommandOutput } from "../commands/DescribeInstancesCommand";
|
|
49
|
-
import { DescribeMatchmakingCommandInput, DescribeMatchmakingCommandOutput } from "../commands/DescribeMatchmakingCommand";
|
|
50
|
-
import { DescribeMatchmakingConfigurationsCommandInput, DescribeMatchmakingConfigurationsCommandOutput } from "../commands/DescribeMatchmakingConfigurationsCommand";
|
|
51
|
-
import { DescribeMatchmakingRuleSetsCommandInput, DescribeMatchmakingRuleSetsCommandOutput } from "../commands/DescribeMatchmakingRuleSetsCommand";
|
|
52
|
-
import { DescribePlayerSessionsCommandInput, DescribePlayerSessionsCommandOutput } from "../commands/DescribePlayerSessionsCommand";
|
|
53
|
-
import { DescribeRuntimeConfigurationCommandInput, DescribeRuntimeConfigurationCommandOutput } from "../commands/DescribeRuntimeConfigurationCommand";
|
|
54
|
-
import { DescribeScalingPoliciesCommandInput, DescribeScalingPoliciesCommandOutput } from "../commands/DescribeScalingPoliciesCommand";
|
|
55
|
-
import { DescribeScriptCommandInput, DescribeScriptCommandOutput } from "../commands/DescribeScriptCommand";
|
|
56
|
-
import { DescribeVpcPeeringAuthorizationsCommandInput, DescribeVpcPeeringAuthorizationsCommandOutput } from "../commands/DescribeVpcPeeringAuthorizationsCommand";
|
|
57
|
-
import { DescribeVpcPeeringConnectionsCommandInput, DescribeVpcPeeringConnectionsCommandOutput } from "../commands/DescribeVpcPeeringConnectionsCommand";
|
|
58
|
-
import { GetGameSessionLogUrlCommandInput, GetGameSessionLogUrlCommandOutput } from "../commands/GetGameSessionLogUrlCommand";
|
|
59
|
-
import { GetInstanceAccessCommandInput, GetInstanceAccessCommandOutput } from "../commands/GetInstanceAccessCommand";
|
|
60
|
-
import { ListAliasesCommandInput, ListAliasesCommandOutput } from "../commands/ListAliasesCommand";
|
|
61
|
-
import { ListBuildsCommandInput, ListBuildsCommandOutput } from "../commands/ListBuildsCommand";
|
|
62
|
-
import { ListFleetsCommandInput, ListFleetsCommandOutput } from "../commands/ListFleetsCommand";
|
|
63
|
-
import { ListGameServerGroupsCommandInput, ListGameServerGroupsCommandOutput } from "../commands/ListGameServerGroupsCommand";
|
|
64
|
-
import { ListGameServersCommandInput, ListGameServersCommandOutput } from "../commands/ListGameServersCommand";
|
|
65
|
-
import { ListScriptsCommandInput, ListScriptsCommandOutput } from "../commands/ListScriptsCommand";
|
|
66
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
67
|
-
import { PutScalingPolicyCommandInput, PutScalingPolicyCommandOutput } from "../commands/PutScalingPolicyCommand";
|
|
68
|
-
import { RegisterGameServerCommandInput, RegisterGameServerCommandOutput } from "../commands/RegisterGameServerCommand";
|
|
69
|
-
import { RequestUploadCredentialsCommandInput, RequestUploadCredentialsCommandOutput } from "../commands/RequestUploadCredentialsCommand";
|
|
70
|
-
import { ResolveAliasCommandInput, ResolveAliasCommandOutput } from "../commands/ResolveAliasCommand";
|
|
71
|
-
import { ResumeGameServerGroupCommandInput, ResumeGameServerGroupCommandOutput } from "../commands/ResumeGameServerGroupCommand";
|
|
72
|
-
import { SearchGameSessionsCommandInput, SearchGameSessionsCommandOutput } from "../commands/SearchGameSessionsCommand";
|
|
73
|
-
import { StartFleetActionsCommandInput, StartFleetActionsCommandOutput } from "../commands/StartFleetActionsCommand";
|
|
74
|
-
import { StartGameSessionPlacementCommandInput, StartGameSessionPlacementCommandOutput } from "../commands/StartGameSessionPlacementCommand";
|
|
75
|
-
import { StartMatchBackfillCommandInput, StartMatchBackfillCommandOutput } from "../commands/StartMatchBackfillCommand";
|
|
76
|
-
import { StartMatchmakingCommandInput, StartMatchmakingCommandOutput } from "../commands/StartMatchmakingCommand";
|
|
77
|
-
import { StopFleetActionsCommandInput, StopFleetActionsCommandOutput } from "../commands/StopFleetActionsCommand";
|
|
78
|
-
import { StopGameSessionPlacementCommandInput, StopGameSessionPlacementCommandOutput } from "../commands/StopGameSessionPlacementCommand";
|
|
79
|
-
import { StopMatchmakingCommandInput, StopMatchmakingCommandOutput } from "../commands/StopMatchmakingCommand";
|
|
80
|
-
import { SuspendGameServerGroupCommandInput, SuspendGameServerGroupCommandOutput } from "../commands/SuspendGameServerGroupCommand";
|
|
81
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
82
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
83
|
-
import { UpdateAliasCommandInput, UpdateAliasCommandOutput } from "../commands/UpdateAliasCommand";
|
|
84
|
-
import { UpdateBuildCommandInput, UpdateBuildCommandOutput } from "../commands/UpdateBuildCommand";
|
|
85
|
-
import { UpdateFleetAttributesCommandInput, UpdateFleetAttributesCommandOutput } from "../commands/UpdateFleetAttributesCommand";
|
|
86
|
-
import { UpdateFleetCapacityCommandInput, UpdateFleetCapacityCommandOutput } from "../commands/UpdateFleetCapacityCommand";
|
|
87
|
-
import { UpdateFleetPortSettingsCommandInput, UpdateFleetPortSettingsCommandOutput } from "../commands/UpdateFleetPortSettingsCommand";
|
|
88
|
-
import { UpdateGameServerCommandInput, UpdateGameServerCommandOutput } from "../commands/UpdateGameServerCommand";
|
|
89
|
-
import { UpdateGameServerGroupCommandInput, UpdateGameServerGroupCommandOutput } from "../commands/UpdateGameServerGroupCommand";
|
|
90
|
-
import { UpdateGameSessionCommandInput, UpdateGameSessionCommandOutput } from "../commands/UpdateGameSessionCommand";
|
|
91
|
-
import { UpdateGameSessionQueueCommandInput, UpdateGameSessionQueueCommandOutput } from "../commands/UpdateGameSessionQueueCommand";
|
|
92
|
-
import { UpdateMatchmakingConfigurationCommandInput, UpdateMatchmakingConfigurationCommandOutput } from "../commands/UpdateMatchmakingConfigurationCommand";
|
|
93
|
-
import { UpdateRuntimeConfigurationCommandInput, UpdateRuntimeConfigurationCommandOutput } from "../commands/UpdateRuntimeConfigurationCommand";
|
|
94
|
-
import { UpdateScriptCommandInput, UpdateScriptCommandOutput } from "../commands/UpdateScriptCommand";
|
|
95
|
-
import { ValidateMatchmakingRuleSetCommandInput, ValidateMatchmakingRuleSetCommandOutput } from "../commands/ValidateMatchmakingRuleSetCommand";
|
|
96
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
97
|
-
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
98
|
-
export declare const serializeAws_json1_1AcceptMatchCommand: (input: AcceptMatchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
99
|
-
export declare const serializeAws_json1_1ClaimGameServerCommand: (input: ClaimGameServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
100
|
-
export declare const serializeAws_json1_1CreateAliasCommand: (input: CreateAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
101
|
-
export declare const serializeAws_json1_1CreateBuildCommand: (input: CreateBuildCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
102
|
-
export declare const serializeAws_json1_1CreateFleetCommand: (input: CreateFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
103
|
-
export declare const serializeAws_json1_1CreateFleetLocationsCommand: (input: CreateFleetLocationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
104
|
-
export declare const serializeAws_json1_1CreateGameServerGroupCommand: (input: CreateGameServerGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
|
-
export declare const serializeAws_json1_1CreateGameSessionCommand: (input: CreateGameSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
106
|
-
export declare const serializeAws_json1_1CreateGameSessionQueueCommand: (input: CreateGameSessionQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
107
|
-
export declare const serializeAws_json1_1CreateMatchmakingConfigurationCommand: (input: CreateMatchmakingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
108
|
-
export declare const serializeAws_json1_1CreateMatchmakingRuleSetCommand: (input: CreateMatchmakingRuleSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
109
|
-
export declare const serializeAws_json1_1CreatePlayerSessionCommand: (input: CreatePlayerSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
110
|
-
export declare const serializeAws_json1_1CreatePlayerSessionsCommand: (input: CreatePlayerSessionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
111
|
-
export declare const serializeAws_json1_1CreateScriptCommand: (input: CreateScriptCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
112
|
-
export declare const serializeAws_json1_1CreateVpcPeeringAuthorizationCommand: (input: CreateVpcPeeringAuthorizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
113
|
-
export declare const serializeAws_json1_1CreateVpcPeeringConnectionCommand: (input: CreateVpcPeeringConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
114
|
-
export declare const serializeAws_json1_1DeleteAliasCommand: (input: DeleteAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
115
|
-
export declare const serializeAws_json1_1DeleteBuildCommand: (input: DeleteBuildCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
116
|
-
export declare const serializeAws_json1_1DeleteFleetCommand: (input: DeleteFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
117
|
-
export declare const serializeAws_json1_1DeleteFleetLocationsCommand: (input: DeleteFleetLocationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
118
|
-
export declare const serializeAws_json1_1DeleteGameServerGroupCommand: (input: DeleteGameServerGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
119
|
-
export declare const serializeAws_json1_1DeleteGameSessionQueueCommand: (input: DeleteGameSessionQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
120
|
-
export declare const serializeAws_json1_1DeleteMatchmakingConfigurationCommand: (input: DeleteMatchmakingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
121
|
-
export declare const serializeAws_json1_1DeleteMatchmakingRuleSetCommand: (input: DeleteMatchmakingRuleSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
122
|
-
export declare const serializeAws_json1_1DeleteScalingPolicyCommand: (input: DeleteScalingPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
123
|
-
export declare const serializeAws_json1_1DeleteScriptCommand: (input: DeleteScriptCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
124
|
-
export declare const serializeAws_json1_1DeleteVpcPeeringAuthorizationCommand: (input: DeleteVpcPeeringAuthorizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
125
|
-
export declare const serializeAws_json1_1DeleteVpcPeeringConnectionCommand: (input: DeleteVpcPeeringConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const serializeAws_json1_1DeregisterGameServerCommand: (input: DeregisterGameServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
127
|
-
export declare const serializeAws_json1_1DescribeAliasCommand: (input: DescribeAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
128
|
-
export declare const serializeAws_json1_1DescribeBuildCommand: (input: DescribeBuildCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
129
|
-
export declare const serializeAws_json1_1DescribeEC2InstanceLimitsCommand: (input: DescribeEC2InstanceLimitsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const serializeAws_json1_1DescribeFleetAttributesCommand: (input: DescribeFleetAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
131
|
-
export declare const serializeAws_json1_1DescribeFleetCapacityCommand: (input: DescribeFleetCapacityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
132
|
-
export declare const serializeAws_json1_1DescribeFleetEventsCommand: (input: DescribeFleetEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
133
|
-
export declare const serializeAws_json1_1DescribeFleetLocationAttributesCommand: (input: DescribeFleetLocationAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const serializeAws_json1_1DescribeFleetLocationCapacityCommand: (input: DescribeFleetLocationCapacityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
135
|
-
export declare const serializeAws_json1_1DescribeFleetLocationUtilizationCommand: (input: DescribeFleetLocationUtilizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
136
|
-
export declare const serializeAws_json1_1DescribeFleetPortSettingsCommand: (input: DescribeFleetPortSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
137
|
-
export declare const serializeAws_json1_1DescribeFleetUtilizationCommand: (input: DescribeFleetUtilizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const serializeAws_json1_1DescribeGameServerCommand: (input: DescribeGameServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
139
|
-
export declare const serializeAws_json1_1DescribeGameServerGroupCommand: (input: DescribeGameServerGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
140
|
-
export declare const serializeAws_json1_1DescribeGameServerInstancesCommand: (input: DescribeGameServerInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
141
|
-
export declare const serializeAws_json1_1DescribeGameSessionDetailsCommand: (input: DescribeGameSessionDetailsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const serializeAws_json1_1DescribeGameSessionPlacementCommand: (input: DescribeGameSessionPlacementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
143
|
-
export declare const serializeAws_json1_1DescribeGameSessionQueuesCommand: (input: DescribeGameSessionQueuesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
144
|
-
export declare const serializeAws_json1_1DescribeGameSessionsCommand: (input: DescribeGameSessionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
145
|
-
export declare const serializeAws_json1_1DescribeInstancesCommand: (input: DescribeInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const serializeAws_json1_1DescribeMatchmakingCommand: (input: DescribeMatchmakingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
147
|
-
export declare const serializeAws_json1_1DescribeMatchmakingConfigurationsCommand: (input: DescribeMatchmakingConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
148
|
-
export declare const serializeAws_json1_1DescribeMatchmakingRuleSetsCommand: (input: DescribeMatchmakingRuleSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
149
|
-
export declare const serializeAws_json1_1DescribePlayerSessionsCommand: (input: DescribePlayerSessionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const serializeAws_json1_1DescribeRuntimeConfigurationCommand: (input: DescribeRuntimeConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
151
|
-
export declare const serializeAws_json1_1DescribeScalingPoliciesCommand: (input: DescribeScalingPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
152
|
-
export declare const serializeAws_json1_1DescribeScriptCommand: (input: DescribeScriptCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
153
|
-
export declare const serializeAws_json1_1DescribeVpcPeeringAuthorizationsCommand: (input: DescribeVpcPeeringAuthorizationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const serializeAws_json1_1DescribeVpcPeeringConnectionsCommand: (input: DescribeVpcPeeringConnectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
155
|
-
export declare const serializeAws_json1_1GetGameSessionLogUrlCommand: (input: GetGameSessionLogUrlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
156
|
-
export declare const serializeAws_json1_1GetInstanceAccessCommand: (input: GetInstanceAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
157
|
-
export declare const serializeAws_json1_1ListAliasesCommand: (input: ListAliasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const serializeAws_json1_1ListBuildsCommand: (input: ListBuildsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
159
|
-
export declare const serializeAws_json1_1ListFleetsCommand: (input: ListFleetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
160
|
-
export declare const serializeAws_json1_1ListGameServerGroupsCommand: (input: ListGameServerGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
161
|
-
export declare const serializeAws_json1_1ListGameServersCommand: (input: ListGameServersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const serializeAws_json1_1ListScriptsCommand: (input: ListScriptsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
163
|
-
export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
164
|
-
export declare const serializeAws_json1_1PutScalingPolicyCommand: (input: PutScalingPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
165
|
-
export declare const serializeAws_json1_1RegisterGameServerCommand: (input: RegisterGameServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const serializeAws_json1_1RequestUploadCredentialsCommand: (input: RequestUploadCredentialsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
167
|
-
export declare const serializeAws_json1_1ResolveAliasCommand: (input: ResolveAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
168
|
-
export declare const serializeAws_json1_1ResumeGameServerGroupCommand: (input: ResumeGameServerGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
169
|
-
export declare const serializeAws_json1_1SearchGameSessionsCommand: (input: SearchGameSessionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const serializeAws_json1_1StartFleetActionsCommand: (input: StartFleetActionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
171
|
-
export declare const serializeAws_json1_1StartGameSessionPlacementCommand: (input: StartGameSessionPlacementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
172
|
-
export declare const serializeAws_json1_1StartMatchBackfillCommand: (input: StartMatchBackfillCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
173
|
-
export declare const serializeAws_json1_1StartMatchmakingCommand: (input: StartMatchmakingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const serializeAws_json1_1StopFleetActionsCommand: (input: StopFleetActionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
175
|
-
export declare const serializeAws_json1_1StopGameSessionPlacementCommand: (input: StopGameSessionPlacementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
176
|
-
export declare const serializeAws_json1_1StopMatchmakingCommand: (input: StopMatchmakingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
177
|
-
export declare const serializeAws_json1_1SuspendGameServerGroupCommand: (input: SuspendGameServerGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
179
|
-
export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
180
|
-
export declare const serializeAws_json1_1UpdateAliasCommand: (input: UpdateAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
181
|
-
export declare const serializeAws_json1_1UpdateBuildCommand: (input: UpdateBuildCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const serializeAws_json1_1UpdateFleetAttributesCommand: (input: UpdateFleetAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
183
|
-
export declare const serializeAws_json1_1UpdateFleetCapacityCommand: (input: UpdateFleetCapacityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
184
|
-
export declare const serializeAws_json1_1UpdateFleetPortSettingsCommand: (input: UpdateFleetPortSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
185
|
-
export declare const serializeAws_json1_1UpdateGameServerCommand: (input: UpdateGameServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const serializeAws_json1_1UpdateGameServerGroupCommand: (input: UpdateGameServerGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
187
|
-
export declare const serializeAws_json1_1UpdateGameSessionCommand: (input: UpdateGameSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
188
|
-
export declare const serializeAws_json1_1UpdateGameSessionQueueCommand: (input: UpdateGameSessionQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
189
|
-
export declare const serializeAws_json1_1UpdateMatchmakingConfigurationCommand: (input: UpdateMatchmakingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const serializeAws_json1_1UpdateRuntimeConfigurationCommand: (input: UpdateRuntimeConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
191
|
-
export declare const serializeAws_json1_1UpdateScriptCommand: (input: UpdateScriptCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
192
|
-
export declare const serializeAws_json1_1ValidateMatchmakingRuleSetCommand: (input: ValidateMatchmakingRuleSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
193
|
-
export declare const deserializeAws_json1_1AcceptMatchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptMatchCommandOutput>;
|
|
194
|
-
export declare const deserializeAws_json1_1ClaimGameServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ClaimGameServerCommandOutput>;
|
|
195
|
-
export declare const deserializeAws_json1_1CreateAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAliasCommandOutput>;
|
|
196
|
-
export declare const deserializeAws_json1_1CreateBuildCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBuildCommandOutput>;
|
|
197
|
-
export declare const deserializeAws_json1_1CreateFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFleetCommandOutput>;
|
|
198
|
-
export declare const deserializeAws_json1_1CreateFleetLocationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFleetLocationsCommandOutput>;
|
|
199
|
-
export declare const deserializeAws_json1_1CreateGameServerGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGameServerGroupCommandOutput>;
|
|
200
|
-
export declare const deserializeAws_json1_1CreateGameSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGameSessionCommandOutput>;
|
|
201
|
-
export declare const deserializeAws_json1_1CreateGameSessionQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGameSessionQueueCommandOutput>;
|
|
202
|
-
export declare const deserializeAws_json1_1CreateMatchmakingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMatchmakingConfigurationCommandOutput>;
|
|
203
|
-
export declare const deserializeAws_json1_1CreateMatchmakingRuleSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMatchmakingRuleSetCommandOutput>;
|
|
204
|
-
export declare const deserializeAws_json1_1CreatePlayerSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePlayerSessionCommandOutput>;
|
|
205
|
-
export declare const deserializeAws_json1_1CreatePlayerSessionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePlayerSessionsCommandOutput>;
|
|
206
|
-
export declare const deserializeAws_json1_1CreateScriptCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateScriptCommandOutput>;
|
|
207
|
-
export declare const deserializeAws_json1_1CreateVpcPeeringAuthorizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVpcPeeringAuthorizationCommandOutput>;
|
|
208
|
-
export declare const deserializeAws_json1_1CreateVpcPeeringConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVpcPeeringConnectionCommandOutput>;
|
|
209
|
-
export declare const deserializeAws_json1_1DeleteAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAliasCommandOutput>;
|
|
210
|
-
export declare const deserializeAws_json1_1DeleteBuildCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBuildCommandOutput>;
|
|
211
|
-
export declare const deserializeAws_json1_1DeleteFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFleetCommandOutput>;
|
|
212
|
-
export declare const deserializeAws_json1_1DeleteFleetLocationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFleetLocationsCommandOutput>;
|
|
213
|
-
export declare const deserializeAws_json1_1DeleteGameServerGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGameServerGroupCommandOutput>;
|
|
214
|
-
export declare const deserializeAws_json1_1DeleteGameSessionQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGameSessionQueueCommandOutput>;
|
|
215
|
-
export declare const deserializeAws_json1_1DeleteMatchmakingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMatchmakingConfigurationCommandOutput>;
|
|
216
|
-
export declare const deserializeAws_json1_1DeleteMatchmakingRuleSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMatchmakingRuleSetCommandOutput>;
|
|
217
|
-
export declare const deserializeAws_json1_1DeleteScalingPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteScalingPolicyCommandOutput>;
|
|
218
|
-
export declare const deserializeAws_json1_1DeleteScriptCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteScriptCommandOutput>;
|
|
219
|
-
export declare const deserializeAws_json1_1DeleteVpcPeeringAuthorizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVpcPeeringAuthorizationCommandOutput>;
|
|
220
|
-
export declare const deserializeAws_json1_1DeleteVpcPeeringConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVpcPeeringConnectionCommandOutput>;
|
|
221
|
-
export declare const deserializeAws_json1_1DeregisterGameServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterGameServerCommandOutput>;
|
|
222
|
-
export declare const deserializeAws_json1_1DescribeAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAliasCommandOutput>;
|
|
223
|
-
export declare const deserializeAws_json1_1DescribeBuildCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBuildCommandOutput>;
|
|
224
|
-
export declare const deserializeAws_json1_1DescribeEC2InstanceLimitsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEC2InstanceLimitsCommandOutput>;
|
|
225
|
-
export declare const deserializeAws_json1_1DescribeFleetAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFleetAttributesCommandOutput>;
|
|
226
|
-
export declare const deserializeAws_json1_1DescribeFleetCapacityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFleetCapacityCommandOutput>;
|
|
227
|
-
export declare const deserializeAws_json1_1DescribeFleetEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFleetEventsCommandOutput>;
|
|
228
|
-
export declare const deserializeAws_json1_1DescribeFleetLocationAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFleetLocationAttributesCommandOutput>;
|
|
229
|
-
export declare const deserializeAws_json1_1DescribeFleetLocationCapacityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFleetLocationCapacityCommandOutput>;
|
|
230
|
-
export declare const deserializeAws_json1_1DescribeFleetLocationUtilizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFleetLocationUtilizationCommandOutput>;
|
|
231
|
-
export declare const deserializeAws_json1_1DescribeFleetPortSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFleetPortSettingsCommandOutput>;
|
|
232
|
-
export declare const deserializeAws_json1_1DescribeFleetUtilizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFleetUtilizationCommandOutput>;
|
|
233
|
-
export declare const deserializeAws_json1_1DescribeGameServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeGameServerCommandOutput>;
|
|
234
|
-
export declare const deserializeAws_json1_1DescribeGameServerGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeGameServerGroupCommandOutput>;
|
|
235
|
-
export declare const deserializeAws_json1_1DescribeGameServerInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeGameServerInstancesCommandOutput>;
|
|
236
|
-
export declare const deserializeAws_json1_1DescribeGameSessionDetailsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeGameSessionDetailsCommandOutput>;
|
|
237
|
-
export declare const deserializeAws_json1_1DescribeGameSessionPlacementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeGameSessionPlacementCommandOutput>;
|
|
238
|
-
export declare const deserializeAws_json1_1DescribeGameSessionQueuesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeGameSessionQueuesCommandOutput>;
|
|
239
|
-
export declare const deserializeAws_json1_1DescribeGameSessionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeGameSessionsCommandOutput>;
|
|
240
|
-
export declare const deserializeAws_json1_1DescribeInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInstancesCommandOutput>;
|
|
241
|
-
export declare const deserializeAws_json1_1DescribeMatchmakingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMatchmakingCommandOutput>;
|
|
242
|
-
export declare const deserializeAws_json1_1DescribeMatchmakingConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMatchmakingConfigurationsCommandOutput>;
|
|
243
|
-
export declare const deserializeAws_json1_1DescribeMatchmakingRuleSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMatchmakingRuleSetsCommandOutput>;
|
|
244
|
-
export declare const deserializeAws_json1_1DescribePlayerSessionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePlayerSessionsCommandOutput>;
|
|
245
|
-
export declare const deserializeAws_json1_1DescribeRuntimeConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRuntimeConfigurationCommandOutput>;
|
|
246
|
-
export declare const deserializeAws_json1_1DescribeScalingPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeScalingPoliciesCommandOutput>;
|
|
247
|
-
export declare const deserializeAws_json1_1DescribeScriptCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeScriptCommandOutput>;
|
|
248
|
-
export declare const deserializeAws_json1_1DescribeVpcPeeringAuthorizationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVpcPeeringAuthorizationsCommandOutput>;
|
|
249
|
-
export declare const deserializeAws_json1_1DescribeVpcPeeringConnectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVpcPeeringConnectionsCommandOutput>;
|
|
250
|
-
export declare const deserializeAws_json1_1GetGameSessionLogUrlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGameSessionLogUrlCommandOutput>;
|
|
251
|
-
export declare const deserializeAws_json1_1GetInstanceAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInstanceAccessCommandOutput>;
|
|
252
|
-
export declare const deserializeAws_json1_1ListAliasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAliasesCommandOutput>;
|
|
253
|
-
export declare const deserializeAws_json1_1ListBuildsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBuildsCommandOutput>;
|
|
254
|
-
export declare const deserializeAws_json1_1ListFleetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFleetsCommandOutput>;
|
|
255
|
-
export declare const deserializeAws_json1_1ListGameServerGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGameServerGroupsCommandOutput>;
|
|
256
|
-
export declare const deserializeAws_json1_1ListGameServersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGameServersCommandOutput>;
|
|
257
|
-
export declare const deserializeAws_json1_1ListScriptsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListScriptsCommandOutput>;
|
|
258
|
-
export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
259
|
-
export declare const deserializeAws_json1_1PutScalingPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutScalingPolicyCommandOutput>;
|
|
260
|
-
export declare const deserializeAws_json1_1RegisterGameServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterGameServerCommandOutput>;
|
|
261
|
-
export declare const deserializeAws_json1_1RequestUploadCredentialsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RequestUploadCredentialsCommandOutput>;
|
|
262
|
-
export declare const deserializeAws_json1_1ResolveAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResolveAliasCommandOutput>;
|
|
263
|
-
export declare const deserializeAws_json1_1ResumeGameServerGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResumeGameServerGroupCommandOutput>;
|
|
264
|
-
export declare const deserializeAws_json1_1SearchGameSessionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchGameSessionsCommandOutput>;
|
|
265
|
-
export declare const deserializeAws_json1_1StartFleetActionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartFleetActionsCommandOutput>;
|
|
266
|
-
export declare const deserializeAws_json1_1StartGameSessionPlacementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartGameSessionPlacementCommandOutput>;
|
|
267
|
-
export declare const deserializeAws_json1_1StartMatchBackfillCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMatchBackfillCommandOutput>;
|
|
268
|
-
export declare const deserializeAws_json1_1StartMatchmakingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMatchmakingCommandOutput>;
|
|
269
|
-
export declare const deserializeAws_json1_1StopFleetActionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopFleetActionsCommandOutput>;
|
|
270
|
-
export declare const deserializeAws_json1_1StopGameSessionPlacementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopGameSessionPlacementCommandOutput>;
|
|
271
|
-
export declare const deserializeAws_json1_1StopMatchmakingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopMatchmakingCommandOutput>;
|
|
272
|
-
export declare const deserializeAws_json1_1SuspendGameServerGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SuspendGameServerGroupCommandOutput>;
|
|
273
|
-
export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
274
|
-
export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
275
|
-
export declare const deserializeAws_json1_1UpdateAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAliasCommandOutput>;
|
|
276
|
-
export declare const deserializeAws_json1_1UpdateBuildCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBuildCommandOutput>;
|
|
277
|
-
export declare const deserializeAws_json1_1UpdateFleetAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFleetAttributesCommandOutput>;
|
|
278
|
-
export declare const deserializeAws_json1_1UpdateFleetCapacityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFleetCapacityCommandOutput>;
|
|
279
|
-
export declare const deserializeAws_json1_1UpdateFleetPortSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFleetPortSettingsCommandOutput>;
|
|
280
|
-
export declare const deserializeAws_json1_1UpdateGameServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGameServerCommandOutput>;
|
|
281
|
-
export declare const deserializeAws_json1_1UpdateGameServerGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGameServerGroupCommandOutput>;
|
|
282
|
-
export declare const deserializeAws_json1_1UpdateGameSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGameSessionCommandOutput>;
|
|
283
|
-
export declare const deserializeAws_json1_1UpdateGameSessionQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGameSessionQueueCommandOutput>;
|
|
284
|
-
export declare const deserializeAws_json1_1UpdateMatchmakingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMatchmakingConfigurationCommandOutput>;
|
|
285
|
-
export declare const deserializeAws_json1_1UpdateRuntimeConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRuntimeConfigurationCommandOutput>;
|
|
286
|
-
export declare const deserializeAws_json1_1UpdateScriptCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateScriptCommandOutput>;
|
|
287
|
-
export declare const deserializeAws_json1_1ValidateMatchmakingRuleSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ValidateMatchmakingRuleSetCommandOutput>;
|