@aws-sdk/client-gamelift 3.32.0 → 3.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +44 -0
- package/dist-cjs/GameLift.js +1492 -0
- package/dist-cjs/GameLiftClient.js +100 -0
- package/dist-cjs/commands/AcceptMatchCommand.js +98 -0
- package/dist-cjs/commands/ClaimGameServerCommand.js +112 -0
- package/dist-cjs/commands/CreateAliasCommand.js +85 -0
- package/dist-cjs/commands/CreateBuildCommand.js +113 -0
- package/dist-cjs/commands/CreateFleetCommand.js +111 -0
- package/dist-cjs/commands/CreateFleetLocationsCommand.js +102 -0
- package/dist-cjs/commands/CreateGameServerGroupCommand.js +113 -0
- package/dist-cjs/commands/CreateGameSessionCommand.js +113 -0
- package/dist-cjs/commands/CreateGameSessionQueueCommand.js +103 -0
- package/dist-cjs/commands/CreateMatchmakingConfigurationCommand.js +101 -0
- package/dist-cjs/commands/CreateMatchmakingRuleSetCommand.js +106 -0
- package/dist-cjs/commands/CreatePlayerSessionCommand.js +83 -0
- package/dist-cjs/commands/CreatePlayerSessionsCommand.js +83 -0
- package/dist-cjs/commands/CreateScriptCommand.js +103 -0
- package/dist-cjs/commands/CreateVpcPeeringAuthorizationCommand.js +93 -0
- package/dist-cjs/commands/CreateVpcPeeringConnectionCommand.js +90 -0
- package/dist-cjs/commands/DeleteAliasCommand.js +74 -0
- package/dist-cjs/commands/DeleteBuildCommand.js +81 -0
- package/dist-cjs/commands/DeleteFleetCommand.js +94 -0
- package/dist-cjs/commands/DeleteFleetLocationsCommand.js +88 -0
- package/dist-cjs/commands/DeleteGameServerGroupCommand.js +107 -0
- package/dist-cjs/commands/DeleteGameSessionQueueCommand.js +78 -0
- package/dist-cjs/commands/DeleteMatchmakingConfigurationCommand.js +76 -0
- package/dist-cjs/commands/DeleteMatchmakingRuleSetCommand.js +87 -0
- package/dist-cjs/commands/DeleteScalingPolicyCommand.js +78 -0
- package/dist-cjs/commands/DeleteScriptCommand.js +83 -0
- package/dist-cjs/commands/DeleteVpcPeeringAuthorizationCommand.js +73 -0
- package/dist-cjs/commands/DeleteVpcPeeringConnectionCommand.js +78 -0
- package/dist-cjs/commands/DeregisterGameServerCommand.js +86 -0
- package/dist-cjs/commands/DescribeAliasCommand.js +75 -0
- package/dist-cjs/commands/DescribeBuildCommand.js +79 -0
- package/dist-cjs/commands/DescribeEC2InstanceLimitsCommand.js +130 -0
- package/dist-cjs/commands/DescribeFleetAttributesCommand.js +102 -0
- package/dist-cjs/commands/DescribeFleetCapacityCommand.js +109 -0
- package/dist-cjs/commands/DescribeFleetEventsCommand.js +89 -0
- package/dist-cjs/commands/DescribeFleetLocationAttributesCommand.js +100 -0
- package/dist-cjs/commands/DescribeFleetLocationCapacityCommand.js +92 -0
- package/dist-cjs/commands/DescribeFleetLocationUtilizationCommand.js +92 -0
- package/dist-cjs/commands/DescribeFleetPortSettingsCommand.js +100 -0
- package/dist-cjs/commands/DescribeFleetUtilizationCommand.js +110 -0
- package/dist-cjs/commands/DescribeGameServerCommand.js +84 -0
- package/dist-cjs/commands/DescribeGameServerGroupCommand.js +88 -0
- package/dist-cjs/commands/DescribeGameServerInstancesCommand.js +98 -0
- package/dist-cjs/commands/DescribeGameSessionDetailsCommand.js +108 -0
- package/dist-cjs/commands/DescribeGameSessionPlacementCommand.js +77 -0
- package/dist-cjs/commands/DescribeGameSessionQueuesCommand.js +81 -0
- package/dist-cjs/commands/DescribeGameSessionsCommand.js +110 -0
- package/dist-cjs/commands/DescribeInstancesCommand.js +98 -0
- package/dist-cjs/commands/DescribeMatchmakingCommand.js +94 -0
- package/dist-cjs/commands/DescribeMatchmakingConfigurationsCommand.js +87 -0
- package/dist-cjs/commands/DescribeMatchmakingRuleSetsCommand.js +88 -0
- package/dist-cjs/commands/DescribePlayerSessionsCommand.js +94 -0
- package/dist-cjs/commands/DescribeRuntimeConfigurationCommand.js +92 -0
- package/dist-cjs/commands/DescribeScalingPoliciesCommand.js +82 -0
- package/dist-cjs/commands/DescribeScriptCommand.js +79 -0
- package/dist-cjs/commands/DescribeVpcPeeringAuthorizationsCommand.js +74 -0
- package/dist-cjs/commands/DescribeVpcPeeringConnectionsCommand.js +78 -0
- package/dist-cjs/commands/GetGameSessionLogUrlCommand.js +82 -0
- package/dist-cjs/commands/GetInstanceAccessCommand.js +94 -0
- package/dist-cjs/commands/ListAliasesCommand.js +77 -0
- package/dist-cjs/commands/ListBuildsCommand.js +84 -0
- package/dist-cjs/commands/ListFleetsCommand.js +106 -0
- package/dist-cjs/commands/ListGameServerGroupsCommand.js +85 -0
- package/dist-cjs/commands/ListGameServersCommand.js +83 -0
- package/dist-cjs/commands/ListScriptsCommand.js +77 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +108 -0
- package/dist-cjs/commands/PutScalingPolicyCommand.js +136 -0
- package/dist-cjs/commands/RegisterGameServerCommand.js +94 -0
- package/dist-cjs/commands/RequestUploadCredentialsCommand.js +83 -0
- package/dist-cjs/commands/ResolveAliasCommand.js +72 -0
- package/dist-cjs/commands/ResumeGameServerGroupCommand.js +91 -0
- package/dist-cjs/commands/SearchGameSessionsCommand.js +156 -0
- package/dist-cjs/commands/StartFleetActionsCommand.js +97 -0
- package/dist-cjs/commands/StartGameSessionPlacementCommand.js +114 -0
- package/dist-cjs/commands/StartMatchBackfillCommand.js +106 -0
- package/dist-cjs/commands/StartMatchmakingCommand.js +100 -0
- package/dist-cjs/commands/StopFleetActionsCommand.js +102 -0
- package/dist-cjs/commands/StopGameSessionPlacementCommand.js +77 -0
- package/dist-cjs/commands/StopMatchmakingCommand.js +89 -0
- package/dist-cjs/commands/SuspendGameServerGroupCommand.js +101 -0
- package/dist-cjs/commands/TagResourceCommand.js +110 -0
- package/dist-cjs/commands/UntagResourceCommand.js +110 -0
- package/dist-cjs/commands/UpdateAliasCommand.js +75 -0
- package/dist-cjs/commands/UpdateBuildCommand.js +80 -0
- package/dist-cjs/commands/UpdateFleetAttributesCommand.js +87 -0
- package/dist-cjs/commands/UpdateFleetCapacityCommand.js +120 -0
- package/dist-cjs/commands/UpdateFleetPortSettingsCommand.js +93 -0
- package/dist-cjs/commands/UpdateGameServerCommand.js +105 -0
- package/dist-cjs/commands/UpdateGameServerGroupCommand.js +89 -0
- package/dist-cjs/commands/UpdateGameSessionCommand.js +78 -0
- package/dist-cjs/commands/UpdateGameSessionQueueCommand.js +80 -0
- package/dist-cjs/commands/UpdateMatchmakingConfigurationCommand.js +83 -0
- package/dist-cjs/commands/UpdateRuntimeConfigurationCommand.js +94 -0
- package/dist-cjs/commands/UpdateScriptCommand.js +86 -0
- package/dist-cjs/commands/ValidateMatchmakingRuleSetCommand.js +87 -0
- package/dist-cjs/endpoints.js +56 -0
- package/dist-cjs/index.js +123 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +2539 -0
- package/dist-cjs/pagination/DescribeFleetAttributesPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeFleetCapacityPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeFleetEventsPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeFleetLocationAttributesPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeFleetUtilizationPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeGameServerInstancesPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeGameSessionDetailsPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeGameSessionQueuesPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeGameSessionsPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeInstancesPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeMatchmakingConfigurationsPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeMatchmakingRuleSetsPaginator.js +45 -0
- package/dist-cjs/pagination/DescribePlayerSessionsPaginator.js +45 -0
- package/dist-cjs/pagination/DescribeScalingPoliciesPaginator.js +45 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListAliasesPaginator.js +45 -0
- package/dist-cjs/pagination/ListBuildsPaginator.js +45 -0
- package/dist-cjs/pagination/ListFleetsPaginator.js +45 -0
- package/dist-cjs/pagination/ListGameServerGroupsPaginator.js +45 -0
- package/dist-cjs/pagination/ListGameServersPaginator.js +45 -0
- package/dist-cjs/pagination/ListScriptsPaginator.js +45 -0
- package/dist-cjs/pagination/SearchGameSessionsPaginator.js +45 -0
- package/dist-cjs/protocols/Aws_json1_1.js +11485 -0
- package/dist-cjs/runtimeConfig.browser.js +41 -0
- package/dist-cjs/runtimeConfig.js +46 -0
- package/dist-cjs/runtimeConfig.native.js +19 -0
- package/dist-cjs/runtimeConfig.shared.js +20 -0
- package/dist-es/GameLift.js +1435 -0
- package/dist-es/GameLiftClient.js +37 -0
- package/dist-es/commands/AcceptMatchCommand.js +39 -0
- package/dist-es/commands/ClaimGameServerCommand.js +39 -0
- package/dist-es/commands/CreateAliasCommand.js +39 -0
- package/dist-es/commands/CreateBuildCommand.js +39 -0
- package/dist-es/commands/CreateFleetCommand.js +39 -0
- package/dist-es/commands/CreateFleetLocationsCommand.js +39 -0
- package/dist-es/commands/CreateGameServerGroupCommand.js +39 -0
- package/dist-es/commands/CreateGameSessionCommand.js +39 -0
- package/dist-es/commands/CreateGameSessionQueueCommand.js +39 -0
- package/dist-es/commands/CreateMatchmakingConfigurationCommand.js +39 -0
- package/dist-es/commands/CreateMatchmakingRuleSetCommand.js +39 -0
- package/dist-es/commands/CreatePlayerSessionCommand.js +39 -0
- package/dist-es/commands/CreatePlayerSessionsCommand.js +39 -0
- package/dist-es/commands/CreateScriptCommand.js +39 -0
- package/dist-es/commands/CreateVpcPeeringAuthorizationCommand.js +39 -0
- package/dist-es/commands/CreateVpcPeeringConnectionCommand.js +39 -0
- package/dist-es/commands/DeleteAliasCommand.js +39 -0
- package/dist-es/commands/DeleteBuildCommand.js +39 -0
- package/dist-es/commands/DeleteFleetCommand.js +39 -0
- package/dist-es/commands/DeleteFleetLocationsCommand.js +39 -0
- package/dist-es/commands/DeleteGameServerGroupCommand.js +39 -0
- package/dist-es/commands/DeleteGameSessionQueueCommand.js +39 -0
- package/dist-es/commands/DeleteMatchmakingConfigurationCommand.js +39 -0
- package/dist-es/commands/DeleteMatchmakingRuleSetCommand.js +39 -0
- package/dist-es/commands/DeleteScalingPolicyCommand.js +39 -0
- package/dist-es/commands/DeleteScriptCommand.js +39 -0
- package/dist-es/commands/DeleteVpcPeeringAuthorizationCommand.js +39 -0
- package/dist-es/commands/DeleteVpcPeeringConnectionCommand.js +39 -0
- package/dist-es/commands/DeregisterGameServerCommand.js +39 -0
- package/dist-es/commands/DescribeAliasCommand.js +39 -0
- package/dist-es/commands/DescribeBuildCommand.js +39 -0
- package/dist-es/commands/DescribeEC2InstanceLimitsCommand.js +39 -0
- package/dist-es/commands/DescribeFleetAttributesCommand.js +39 -0
- package/dist-es/commands/DescribeFleetCapacityCommand.js +39 -0
- package/dist-es/commands/DescribeFleetEventsCommand.js +39 -0
- package/dist-es/commands/DescribeFleetLocationAttributesCommand.js +39 -0
- package/dist-es/commands/DescribeFleetLocationCapacityCommand.js +39 -0
- package/dist-es/commands/DescribeFleetLocationUtilizationCommand.js +39 -0
- package/dist-es/commands/DescribeFleetPortSettingsCommand.js +39 -0
- package/dist-es/commands/DescribeFleetUtilizationCommand.js +39 -0
- package/dist-es/commands/DescribeGameServerCommand.js +39 -0
- package/dist-es/commands/DescribeGameServerGroupCommand.js +39 -0
- package/dist-es/commands/DescribeGameServerInstancesCommand.js +39 -0
- package/dist-es/commands/DescribeGameSessionDetailsCommand.js +39 -0
- package/dist-es/commands/DescribeGameSessionPlacementCommand.js +39 -0
- package/dist-es/commands/DescribeGameSessionQueuesCommand.js +39 -0
- package/dist-es/commands/DescribeGameSessionsCommand.js +39 -0
- package/dist-es/commands/DescribeInstancesCommand.js +39 -0
- package/dist-es/commands/DescribeMatchmakingCommand.js +39 -0
- package/dist-es/commands/DescribeMatchmakingConfigurationsCommand.js +39 -0
- package/dist-es/commands/DescribeMatchmakingRuleSetsCommand.js +39 -0
- package/dist-es/commands/DescribePlayerSessionsCommand.js +39 -0
- package/dist-es/commands/DescribeRuntimeConfigurationCommand.js +39 -0
- package/dist-es/commands/DescribeScalingPoliciesCommand.js +39 -0
- package/dist-es/commands/DescribeScriptCommand.js +39 -0
- package/dist-es/commands/DescribeVpcPeeringAuthorizationsCommand.js +39 -0
- package/dist-es/commands/DescribeVpcPeeringConnectionsCommand.js +39 -0
- package/dist-es/commands/GetGameSessionLogUrlCommand.js +39 -0
- package/dist-es/commands/GetInstanceAccessCommand.js +39 -0
- package/dist-es/commands/ListAliasesCommand.js +39 -0
- package/dist-es/commands/ListBuildsCommand.js +39 -0
- package/dist-es/commands/ListFleetsCommand.js +39 -0
- package/dist-es/commands/ListGameServerGroupsCommand.js +39 -0
- package/dist-es/commands/ListGameServersCommand.js +39 -0
- package/dist-es/commands/ListScriptsCommand.js +39 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
- package/dist-es/commands/PutScalingPolicyCommand.js +39 -0
- package/dist-es/commands/RegisterGameServerCommand.js +39 -0
- package/dist-es/commands/RequestUploadCredentialsCommand.js +39 -0
- package/dist-es/commands/ResolveAliasCommand.js +39 -0
- package/dist-es/commands/ResumeGameServerGroupCommand.js +39 -0
- package/dist-es/commands/SearchGameSessionsCommand.js +39 -0
- package/dist-es/commands/StartFleetActionsCommand.js +39 -0
- package/dist-es/commands/StartGameSessionPlacementCommand.js +39 -0
- package/dist-es/commands/StartMatchBackfillCommand.js +39 -0
- package/dist-es/commands/StartMatchmakingCommand.js +39 -0
- package/dist-es/commands/StopFleetActionsCommand.js +39 -0
- package/dist-es/commands/StopGameSessionPlacementCommand.js +39 -0
- package/dist-es/commands/StopMatchmakingCommand.js +39 -0
- package/dist-es/commands/SuspendGameServerGroupCommand.js +39 -0
- package/dist-es/commands/TagResourceCommand.js +39 -0
- package/dist-es/commands/UntagResourceCommand.js +39 -0
- package/dist-es/commands/UpdateAliasCommand.js +39 -0
- package/dist-es/commands/UpdateBuildCommand.js +39 -0
- package/dist-es/commands/UpdateFleetAttributesCommand.js +39 -0
- package/dist-es/commands/UpdateFleetCapacityCommand.js +39 -0
- package/dist-es/commands/UpdateFleetPortSettingsCommand.js +39 -0
- package/dist-es/commands/UpdateGameServerCommand.js +39 -0
- package/dist-es/commands/UpdateGameServerGroupCommand.js +39 -0
- package/dist-es/commands/UpdateGameSessionCommand.js +39 -0
- package/dist-es/commands/UpdateGameSessionQueueCommand.js +39 -0
- package/dist-es/commands/UpdateMatchmakingConfigurationCommand.js +39 -0
- package/dist-es/commands/UpdateRuntimeConfigurationCommand.js +39 -0
- package/dist-es/commands/UpdateScriptCommand.js +39 -0
- package/dist-es/commands/ValidateMatchmakingRuleSetCommand.js +39 -0
- package/dist-es/endpoints.js +52 -0
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/dist-es/models/models_0.js +1253 -0
- package/dist-es/pagination/DescribeFleetAttributesPaginator.js +74 -0
- package/dist-es/pagination/DescribeFleetCapacityPaginator.js +74 -0
- package/dist-es/pagination/DescribeFleetEventsPaginator.js +74 -0
- package/dist-es/pagination/DescribeFleetLocationAttributesPaginator.js +74 -0
- package/dist-es/pagination/DescribeFleetUtilizationPaginator.js +74 -0
- package/dist-es/pagination/DescribeGameServerInstancesPaginator.js +74 -0
- package/dist-es/pagination/DescribeGameSessionDetailsPaginator.js +74 -0
- package/dist-es/pagination/DescribeGameSessionQueuesPaginator.js +74 -0
- package/dist-es/pagination/DescribeGameSessionsPaginator.js +74 -0
- package/dist-es/pagination/DescribeInstancesPaginator.js +74 -0
- package/dist-es/pagination/DescribeMatchmakingConfigurationsPaginator.js +74 -0
- package/dist-es/pagination/DescribeMatchmakingRuleSetsPaginator.js +74 -0
- package/dist-es/pagination/DescribePlayerSessionsPaginator.js +74 -0
- package/dist-es/pagination/DescribeScalingPoliciesPaginator.js +74 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListAliasesPaginator.js +74 -0
- package/dist-es/pagination/ListBuildsPaginator.js +74 -0
- package/dist-es/pagination/ListFleetsPaginator.js +74 -0
- package/dist-es/pagination/ListGameServerGroupsPaginator.js +74 -0
- package/dist-es/pagination/ListGameServersPaginator.js +74 -0
- package/dist-es/pagination/ListScriptsPaginator.js +74 -0
- package/dist-es/pagination/SearchGameSessionsPaginator.js +74 -0
- package/dist-es/protocols/Aws_json1_1.js +11904 -0
- package/dist-es/runtimeConfig.browser.js +16 -0
- package/dist-es/runtimeConfig.js +21 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-types/GameLift.d.ts +3902 -0
- package/dist-types/GameLiftClient.d.ts +284 -0
- package/dist-types/commands/AcceptMatchCommand.d.ts +73 -0
- package/dist-types/commands/ClaimGameServerCommand.d.ts +87 -0
- package/dist-types/commands/CreateAliasCommand.d.ts +60 -0
- package/dist-types/commands/CreateBuildCommand.d.ts +88 -0
- package/dist-types/commands/CreateFleetCommand.d.ts +86 -0
- package/dist-types/commands/CreateFleetLocationsCommand.d.ts +77 -0
- package/dist-types/commands/CreateGameServerGroupCommand.d.ts +88 -0
- package/dist-types/commands/CreateGameSessionCommand.d.ts +88 -0
- package/dist-types/commands/CreateGameSessionQueueCommand.d.ts +78 -0
- package/dist-types/commands/CreateMatchmakingConfigurationCommand.d.ts +76 -0
- package/dist-types/commands/CreateMatchmakingRuleSetCommand.d.ts +81 -0
- package/dist-types/commands/CreatePlayerSessionCommand.d.ts +58 -0
- package/dist-types/commands/CreatePlayerSessionsCommand.d.ts +58 -0
- package/dist-types/commands/CreateScriptCommand.d.ts +78 -0
- package/dist-types/commands/CreateVpcPeeringAuthorizationCommand.d.ts +68 -0
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +65 -0
- package/dist-types/commands/DeleteAliasCommand.d.ts +49 -0
- package/dist-types/commands/DeleteBuildCommand.d.ts +56 -0
- package/dist-types/commands/DeleteFleetCommand.d.ts +69 -0
- package/dist-types/commands/DeleteFleetLocationsCommand.d.ts +63 -0
- package/dist-types/commands/DeleteGameServerGroupCommand.d.ts +82 -0
- package/dist-types/commands/DeleteGameSessionQueueCommand.d.ts +53 -0
- package/dist-types/commands/DeleteMatchmakingConfigurationCommand.d.ts +51 -0
- package/dist-types/commands/DeleteMatchmakingRuleSetCommand.d.ts +62 -0
- package/dist-types/commands/DeleteScalingPolicyCommand.d.ts +53 -0
- package/dist-types/commands/DeleteScriptCommand.d.ts +58 -0
- package/dist-types/commands/DeleteVpcPeeringAuthorizationCommand.d.ts +48 -0
- package/dist-types/commands/DeleteVpcPeeringConnectionCommand.d.ts +53 -0
- package/dist-types/commands/DeregisterGameServerCommand.d.ts +61 -0
- package/dist-types/commands/DescribeAliasCommand.d.ts +50 -0
- package/dist-types/commands/DescribeBuildCommand.d.ts +54 -0
- package/dist-types/commands/DescribeEC2InstanceLimitsCommand.d.ts +105 -0
- package/dist-types/commands/DescribeFleetAttributesCommand.d.ts +77 -0
- package/dist-types/commands/DescribeFleetCapacityCommand.d.ts +84 -0
- package/dist-types/commands/DescribeFleetEventsCommand.d.ts +64 -0
- package/dist-types/commands/DescribeFleetLocationAttributesCommand.d.ts +75 -0
- package/dist-types/commands/DescribeFleetLocationCapacityCommand.d.ts +67 -0
- package/dist-types/commands/DescribeFleetLocationUtilizationCommand.d.ts +67 -0
- package/dist-types/commands/DescribeFleetPortSettingsCommand.d.ts +75 -0
- package/dist-types/commands/DescribeFleetUtilizationCommand.d.ts +85 -0
- package/dist-types/commands/DescribeGameServerCommand.d.ts +59 -0
- package/dist-types/commands/DescribeGameServerGroupCommand.d.ts +63 -0
- package/dist-types/commands/DescribeGameServerInstancesCommand.d.ts +73 -0
- package/dist-types/commands/DescribeGameSessionDetailsCommand.d.ts +83 -0
- package/dist-types/commands/DescribeGameSessionPlacementCommand.d.ts +52 -0
- package/dist-types/commands/DescribeGameSessionQueuesCommand.d.ts +56 -0
- package/dist-types/commands/DescribeGameSessionsCommand.d.ts +85 -0
- package/dist-types/commands/DescribeInstancesCommand.d.ts +73 -0
- package/dist-types/commands/DescribeMatchmakingCommand.d.ts +69 -0
- package/dist-types/commands/DescribeMatchmakingConfigurationsCommand.d.ts +62 -0
- package/dist-types/commands/DescribeMatchmakingRuleSetsCommand.d.ts +63 -0
- package/dist-types/commands/DescribePlayerSessionsCommand.d.ts +69 -0
- package/dist-types/commands/DescribeRuntimeConfigurationCommand.d.ts +67 -0
- package/dist-types/commands/DescribeScalingPoliciesCommand.d.ts +57 -0
- package/dist-types/commands/DescribeScriptCommand.d.ts +54 -0
- package/dist-types/commands/DescribeVpcPeeringAuthorizationsCommand.d.ts +49 -0
- package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +53 -0
- package/dist-types/commands/GetGameSessionLogUrlCommand.d.ts +57 -0
- package/dist-types/commands/GetInstanceAccessCommand.d.ts +69 -0
- package/dist-types/commands/ListAliasesCommand.d.ts +52 -0
- package/dist-types/commands/ListBuildsCommand.d.ts +59 -0
- package/dist-types/commands/ListFleetsCommand.d.ts +81 -0
- package/dist-types/commands/ListGameServerGroupsCommand.d.ts +60 -0
- package/dist-types/commands/ListGameServersCommand.d.ts +58 -0
- package/dist-types/commands/ListScriptsCommand.d.ts +52 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +83 -0
- package/dist-types/commands/PutScalingPolicyCommand.d.ts +111 -0
- package/dist-types/commands/RegisterGameServerCommand.d.ts +69 -0
- package/dist-types/commands/RequestUploadCredentialsCommand.d.ts +58 -0
- package/dist-types/commands/ResolveAliasCommand.d.ts +47 -0
- package/dist-types/commands/ResumeGameServerGroupCommand.d.ts +66 -0
- package/dist-types/commands/SearchGameSessionsCommand.d.ts +131 -0
- package/dist-types/commands/StartFleetActionsCommand.d.ts +72 -0
- package/dist-types/commands/StartGameSessionPlacementCommand.d.ts +89 -0
- package/dist-types/commands/StartMatchBackfillCommand.d.ts +81 -0
- package/dist-types/commands/StartMatchmakingCommand.d.ts +75 -0
- package/dist-types/commands/StopFleetActionsCommand.d.ts +77 -0
- package/dist-types/commands/StopGameSessionPlacementCommand.d.ts +52 -0
- package/dist-types/commands/StopMatchmakingCommand.d.ts +64 -0
- package/dist-types/commands/SuspendGameServerGroupCommand.d.ts +76 -0
- package/dist-types/commands/TagResourceCommand.d.ts +85 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +85 -0
- package/dist-types/commands/UpdateAliasCommand.d.ts +50 -0
- package/dist-types/commands/UpdateBuildCommand.d.ts +55 -0
- package/dist-types/commands/UpdateFleetAttributesCommand.d.ts +62 -0
- package/dist-types/commands/UpdateFleetCapacityCommand.d.ts +95 -0
- package/dist-types/commands/UpdateFleetPortSettingsCommand.d.ts +68 -0
- package/dist-types/commands/UpdateGameServerCommand.d.ts +80 -0
- package/dist-types/commands/UpdateGameServerGroupCommand.d.ts +64 -0
- package/dist-types/commands/UpdateGameSessionCommand.d.ts +53 -0
- package/dist-types/commands/UpdateGameSessionQueueCommand.d.ts +55 -0
- package/dist-types/commands/UpdateMatchmakingConfigurationCommand.d.ts +58 -0
- package/dist-types/commands/UpdateRuntimeConfigurationCommand.d.ts +69 -0
- package/dist-types/commands/UpdateScriptCommand.d.ts +61 -0
- package/dist-types/commands/ValidateMatchmakingRuleSetCommand.d.ts +62 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/dist-types/pagination/DescribeFleetAttributesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeFleetCapacityPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeFleetEventsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeFleetLocationAttributesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeFleetUtilizationPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeGameServerInstancesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeGameSessionDetailsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeGameSessionQueuesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeGameSessionsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeInstancesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeMatchmakingConfigurationsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeMatchmakingRuleSetsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribePlayerSessionsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeScalingPoliciesPaginator.d.ts +4 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListAliasesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListBuildsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListFleetsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListGameServerGroupsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListGameServersPaginator.d.ts +4 -0
- package/dist-types/pagination/ListScriptsPaginator.d.ts +4 -0
- package/dist-types/pagination/SearchGameSessionsPaginator.d.ts +4 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +287 -0
- package/dist-types/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/dist-types/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/GameLift.d.ts +3902 -0
- package/dist-types/ts3.4/GameLiftClient.d.ts +284 -0
- package/dist-types/ts3.4/commands/AcceptMatchCommand.d.ts +73 -0
- package/dist-types/ts3.4/commands/ClaimGameServerCommand.d.ts +87 -0
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +60 -0
- package/dist-types/ts3.4/commands/CreateBuildCommand.d.ts +88 -0
- package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +86 -0
- package/dist-types/ts3.4/commands/CreateFleetLocationsCommand.d.ts +77 -0
- package/dist-types/ts3.4/commands/CreateGameServerGroupCommand.d.ts +88 -0
- package/dist-types/ts3.4/commands/CreateGameSessionCommand.d.ts +88 -0
- package/dist-types/ts3.4/commands/CreateGameSessionQueueCommand.d.ts +78 -0
- package/dist-types/ts3.4/commands/CreateMatchmakingConfigurationCommand.d.ts +76 -0
- package/dist-types/ts3.4/commands/CreateMatchmakingRuleSetCommand.d.ts +81 -0
- package/dist-types/ts3.4/commands/CreatePlayerSessionCommand.d.ts +58 -0
- package/dist-types/ts3.4/commands/CreatePlayerSessionsCommand.d.ts +58 -0
- package/dist-types/ts3.4/commands/CreateScriptCommand.d.ts +78 -0
- package/dist-types/ts3.4/commands/CreateVpcPeeringAuthorizationCommand.d.ts +68 -0
- package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +65 -0
- package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DeleteBuildCommand.d.ts +56 -0
- package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +69 -0
- package/dist-types/ts3.4/commands/DeleteFleetLocationsCommand.d.ts +63 -0
- package/dist-types/ts3.4/commands/DeleteGameServerGroupCommand.d.ts +82 -0
- package/dist-types/ts3.4/commands/DeleteGameSessionQueueCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DeleteMatchmakingConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteMatchmakingRuleSetCommand.d.ts +62 -0
- package/dist-types/ts3.4/commands/DeleteScalingPolicyCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DeleteScriptCommand.d.ts +58 -0
- package/dist-types/ts3.4/commands/DeleteVpcPeeringAuthorizationCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/DeleteVpcPeeringConnectionCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DeregisterGameServerCommand.d.ts +61 -0
- package/dist-types/ts3.4/commands/DescribeAliasCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DescribeBuildCommand.d.ts +54 -0
- package/dist-types/ts3.4/commands/DescribeEC2InstanceLimitsCommand.d.ts +105 -0
- package/dist-types/ts3.4/commands/DescribeFleetAttributesCommand.d.ts +77 -0
- package/dist-types/ts3.4/commands/DescribeFleetCapacityCommand.d.ts +84 -0
- package/dist-types/ts3.4/commands/DescribeFleetEventsCommand.d.ts +64 -0
- package/dist-types/ts3.4/commands/DescribeFleetLocationAttributesCommand.d.ts +75 -0
- package/dist-types/ts3.4/commands/DescribeFleetLocationCapacityCommand.d.ts +67 -0
- package/dist-types/ts3.4/commands/DescribeFleetLocationUtilizationCommand.d.ts +67 -0
- package/dist-types/ts3.4/commands/DescribeFleetPortSettingsCommand.d.ts +75 -0
- package/dist-types/ts3.4/commands/DescribeFleetUtilizationCommand.d.ts +85 -0
- package/dist-types/ts3.4/commands/DescribeGameServerCommand.d.ts +59 -0
- package/dist-types/ts3.4/commands/DescribeGameServerGroupCommand.d.ts +63 -0
- package/dist-types/ts3.4/commands/DescribeGameServerInstancesCommand.d.ts +73 -0
- package/dist-types/ts3.4/commands/DescribeGameSessionDetailsCommand.d.ts +83 -0
- package/dist-types/ts3.4/commands/DescribeGameSessionPlacementCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/DescribeGameSessionQueuesCommand.d.ts +56 -0
- package/dist-types/ts3.4/commands/DescribeGameSessionsCommand.d.ts +85 -0
- package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +73 -0
- package/dist-types/ts3.4/commands/DescribeMatchmakingCommand.d.ts +69 -0
- package/dist-types/ts3.4/commands/DescribeMatchmakingConfigurationsCommand.d.ts +62 -0
- package/dist-types/ts3.4/commands/DescribeMatchmakingRuleSetsCommand.d.ts +63 -0
- package/dist-types/ts3.4/commands/DescribePlayerSessionsCommand.d.ts +69 -0
- package/dist-types/ts3.4/commands/DescribeRuntimeConfigurationCommand.d.ts +67 -0
- package/dist-types/ts3.4/commands/DescribeScalingPoliciesCommand.d.ts +57 -0
- package/dist-types/ts3.4/commands/DescribeScriptCommand.d.ts +54 -0
- package/dist-types/ts3.4/commands/DescribeVpcPeeringAuthorizationsCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetGameSessionLogUrlCommand.d.ts +57 -0
- package/dist-types/ts3.4/commands/GetInstanceAccessCommand.d.ts +69 -0
- package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/ListBuildsCommand.d.ts +59 -0
- package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +81 -0
- package/dist-types/ts3.4/commands/ListGameServerGroupsCommand.d.ts +60 -0
- package/dist-types/ts3.4/commands/ListGameServersCommand.d.ts +58 -0
- package/dist-types/ts3.4/commands/ListScriptsCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +83 -0
- package/dist-types/ts3.4/commands/PutScalingPolicyCommand.d.ts +111 -0
- package/dist-types/ts3.4/commands/RegisterGameServerCommand.d.ts +69 -0
- package/dist-types/ts3.4/commands/RequestUploadCredentialsCommand.d.ts +58 -0
- package/dist-types/ts3.4/commands/ResolveAliasCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ResumeGameServerGroupCommand.d.ts +66 -0
- package/dist-types/ts3.4/commands/SearchGameSessionsCommand.d.ts +131 -0
- package/dist-types/ts3.4/commands/StartFleetActionsCommand.d.ts +72 -0
- package/dist-types/ts3.4/commands/StartGameSessionPlacementCommand.d.ts +89 -0
- package/dist-types/ts3.4/commands/StartMatchBackfillCommand.d.ts +81 -0
- package/dist-types/ts3.4/commands/StartMatchmakingCommand.d.ts +75 -0
- package/dist-types/ts3.4/commands/StopFleetActionsCommand.d.ts +77 -0
- package/dist-types/ts3.4/commands/StopGameSessionPlacementCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/StopMatchmakingCommand.d.ts +64 -0
- package/dist-types/ts3.4/commands/SuspendGameServerGroupCommand.d.ts +76 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +85 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +85 -0
- package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdateBuildCommand.d.ts +55 -0
- package/dist-types/ts3.4/commands/UpdateFleetAttributesCommand.d.ts +62 -0
- package/dist-types/ts3.4/commands/UpdateFleetCapacityCommand.d.ts +95 -0
- package/dist-types/ts3.4/commands/UpdateFleetPortSettingsCommand.d.ts +68 -0
- package/dist-types/ts3.4/commands/UpdateGameServerCommand.d.ts +80 -0
- package/dist-types/ts3.4/commands/UpdateGameServerGroupCommand.d.ts +64 -0
- package/dist-types/ts3.4/commands/UpdateGameSessionCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdateGameSessionQueueCommand.d.ts +55 -0
- package/dist-types/ts3.4/commands/UpdateMatchmakingConfigurationCommand.d.ts +58 -0
- package/dist-types/ts3.4/commands/UpdateRuntimeConfigurationCommand.d.ts +69 -0
- package/dist-types/ts3.4/commands/UpdateScriptCommand.d.ts +61 -0
- package/dist-types/ts3.4/commands/ValidateMatchmakingRuleSetCommand.d.ts +62 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/dist-types/ts3.4/pagination/DescribeFleetAttributesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeFleetCapacityPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeFleetEventsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeFleetLocationAttributesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeFleetUtilizationPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeGameServerInstancesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeGameSessionDetailsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeGameSessionQueuesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeGameSessionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeInstancesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeMatchmakingConfigurationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeMatchmakingRuleSetsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribePlayerSessionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeScalingPoliciesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListAliasesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListBuildsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListFleetsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListGameServerGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListGameServersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListScriptsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/SearchGameSessionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +287 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +52 -49
- package/GameLift.ts +0 -6600
- package/GameLiftClient.ts +0 -748
- package/commands/AcceptMatchCommand.ts +0 -132
- package/commands/ClaimGameServerCommand.ts +0 -146
- package/commands/CreateAliasCommand.ts +0 -119
- package/commands/CreateBuildCommand.ts +0 -147
- package/commands/CreateFleetCommand.ts +0 -145
- package/commands/CreateFleetLocationsCommand.ts +0 -136
- package/commands/CreateGameServerGroupCommand.ts +0 -147
- package/commands/CreateGameSessionCommand.ts +0 -147
- package/commands/CreateGameSessionQueueCommand.ts +0 -137
- package/commands/CreateMatchmakingConfigurationCommand.ts +0 -143
- package/commands/CreateMatchmakingRuleSetCommand.ts +0 -140
- package/commands/CreatePlayerSessionCommand.ts +0 -117
- package/commands/CreatePlayerSessionsCommand.ts +0 -117
- package/commands/CreateScriptCommand.ts +0 -137
- package/commands/CreateVpcPeeringAuthorizationCommand.ts +0 -132
- package/commands/CreateVpcPeeringConnectionCommand.ts +0 -127
- package/commands/DeleteAliasCommand.ts +0 -108
- package/commands/DeleteBuildCommand.ts +0 -115
- package/commands/DeleteFleetCommand.ts +0 -128
- package/commands/DeleteFleetLocationsCommand.ts +0 -122
- package/commands/DeleteGameServerGroupCommand.ts +0 -141
- package/commands/DeleteGameSessionQueueCommand.ts +0 -112
- package/commands/DeleteMatchmakingConfigurationCommand.ts +0 -118
- package/commands/DeleteMatchmakingRuleSetCommand.ts +0 -121
- package/commands/DeleteScalingPolicyCommand.ts +0 -112
- package/commands/DeleteScriptCommand.ts +0 -117
- package/commands/DeleteVpcPeeringAuthorizationCommand.ts +0 -112
- package/commands/DeleteVpcPeeringConnectionCommand.ts +0 -115
- package/commands/DeregisterGameServerCommand.ts +0 -120
- package/commands/DescribeAliasCommand.ts +0 -109
- package/commands/DescribeBuildCommand.ts +0 -113
- package/commands/DescribeEC2InstanceLimitsCommand.ts +0 -167
- package/commands/DescribeFleetAttributesCommand.ts +0 -136
- package/commands/DescribeFleetCapacityCommand.ts +0 -143
- package/commands/DescribeFleetEventsCommand.ts +0 -123
- package/commands/DescribeFleetLocationAttributesCommand.ts +0 -142
- package/commands/DescribeFleetLocationCapacityCommand.ts +0 -131
- package/commands/DescribeFleetLocationUtilizationCommand.ts +0 -134
- package/commands/DescribeFleetPortSettingsCommand.ts +0 -137
- package/commands/DescribeFleetUtilizationCommand.ts +0 -144
- package/commands/DescribeGameServerCommand.ts +0 -118
- package/commands/DescribeGameServerGroupCommand.ts +0 -122
- package/commands/DescribeGameServerInstancesCommand.ts +0 -135
- package/commands/DescribeGameSessionDetailsCommand.ts +0 -145
- package/commands/DescribeGameSessionPlacementCommand.ts +0 -116
- package/commands/DescribeGameSessionQueuesCommand.ts +0 -118
- package/commands/DescribeGameSessionsCommand.ts +0 -144
- package/commands/DescribeInstancesCommand.ts +0 -132
- package/commands/DescribeMatchmakingCommand.ts +0 -128
- package/commands/DescribeMatchmakingConfigurationsCommand.ts +0 -129
- package/commands/DescribeMatchmakingRuleSetsCommand.ts +0 -125
- package/commands/DescribePlayerSessionsCommand.ts +0 -128
- package/commands/DescribeRuntimeConfigurationCommand.ts +0 -131
- package/commands/DescribeScalingPoliciesCommand.ts +0 -116
- package/commands/DescribeScriptCommand.ts +0 -113
- package/commands/DescribeVpcPeeringAuthorizationsCommand.ts +0 -116
- package/commands/DescribeVpcPeeringConnectionsCommand.ts +0 -117
- package/commands/GetGameSessionLogUrlCommand.ts +0 -116
- package/commands/GetInstanceAccessCommand.ts +0 -128
- package/commands/ListAliasesCommand.ts +0 -111
- package/commands/ListBuildsCommand.ts +0 -118
- package/commands/ListFleetsCommand.ts +0 -140
- package/commands/ListGameServerGroupsCommand.ts +0 -119
- package/commands/ListGameServersCommand.ts +0 -117
- package/commands/ListScriptsCommand.ts +0 -111
- package/commands/ListTagsForResourceCommand.ts +0 -142
- package/commands/PutScalingPolicyCommand.ts +0 -170
- package/commands/RegisterGameServerCommand.ts +0 -128
- package/commands/RequestUploadCredentialsCommand.ts +0 -117
- package/commands/ResolveAliasCommand.ts +0 -106
- package/commands/ResumeGameServerGroupCommand.ts +0 -125
- package/commands/SearchGameSessionsCommand.ts +0 -190
- package/commands/StartFleetActionsCommand.ts +0 -131
- package/commands/StartGameSessionPlacementCommand.ts +0 -151
- package/commands/StartMatchBackfillCommand.ts +0 -140
- package/commands/StartMatchmakingCommand.ts +0 -134
- package/commands/StopFleetActionsCommand.ts +0 -136
- package/commands/StopGameSessionPlacementCommand.ts +0 -111
- package/commands/StopMatchmakingCommand.ts +0 -123
- package/commands/SuspendGameServerGroupCommand.ts +0 -135
- package/commands/TagResourceCommand.ts +0 -144
- package/commands/UntagResourceCommand.ts +0 -144
- package/commands/UpdateAliasCommand.ts +0 -109
- package/commands/UpdateBuildCommand.ts +0 -114
- package/commands/UpdateFleetAttributesCommand.ts +0 -121
- package/commands/UpdateFleetCapacityCommand.ts +0 -154
- package/commands/UpdateFleetPortSettingsCommand.ts +0 -127
- package/commands/UpdateGameServerCommand.ts +0 -139
- package/commands/UpdateGameServerGroupCommand.ts +0 -123
- package/commands/UpdateGameSessionCommand.ts +0 -112
- package/commands/UpdateGameSessionQueueCommand.ts +0 -114
- package/commands/UpdateMatchmakingConfigurationCommand.ts +0 -125
- package/commands/UpdateRuntimeConfigurationCommand.ts +0 -131
- package/commands/UpdateScriptCommand.ts +0 -120
- package/commands/ValidateMatchmakingRuleSetCommand.ts +0 -124
- package/dist/cjs/GameLift.js +0 -1493
- package/dist/cjs/GameLift.js.map +0 -1
- package/dist/cjs/GameLiftClient.js +0 -101
- package/dist/cjs/GameLiftClient.js.map +0 -1
- package/dist/cjs/commands/AcceptMatchCommand.js +0 -99
- package/dist/cjs/commands/AcceptMatchCommand.js.map +0 -1
- package/dist/cjs/commands/ClaimGameServerCommand.js +0 -113
- package/dist/cjs/commands/ClaimGameServerCommand.js.map +0 -1
- package/dist/cjs/commands/CreateAliasCommand.js +0 -86
- package/dist/cjs/commands/CreateAliasCommand.js.map +0 -1
- package/dist/cjs/commands/CreateBuildCommand.js +0 -114
- package/dist/cjs/commands/CreateBuildCommand.js.map +0 -1
- package/dist/cjs/commands/CreateFleetCommand.js +0 -112
- package/dist/cjs/commands/CreateFleetCommand.js.map +0 -1
- package/dist/cjs/commands/CreateFleetLocationsCommand.js +0 -103
- package/dist/cjs/commands/CreateFleetLocationsCommand.js.map +0 -1
- package/dist/cjs/commands/CreateGameServerGroupCommand.js +0 -114
- package/dist/cjs/commands/CreateGameServerGroupCommand.js.map +0 -1
- package/dist/cjs/commands/CreateGameSessionCommand.js +0 -114
- package/dist/cjs/commands/CreateGameSessionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateGameSessionQueueCommand.js +0 -104
- package/dist/cjs/commands/CreateGameSessionQueueCommand.js.map +0 -1
- package/dist/cjs/commands/CreateMatchmakingConfigurationCommand.js +0 -102
- package/dist/cjs/commands/CreateMatchmakingConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/CreateMatchmakingRuleSetCommand.js +0 -107
- package/dist/cjs/commands/CreateMatchmakingRuleSetCommand.js.map +0 -1
- package/dist/cjs/commands/CreatePlayerSessionCommand.js +0 -84
- package/dist/cjs/commands/CreatePlayerSessionCommand.js.map +0 -1
- package/dist/cjs/commands/CreatePlayerSessionsCommand.js +0 -84
- package/dist/cjs/commands/CreatePlayerSessionsCommand.js.map +0 -1
- package/dist/cjs/commands/CreateScriptCommand.js +0 -104
- package/dist/cjs/commands/CreateScriptCommand.js.map +0 -1
- package/dist/cjs/commands/CreateVpcPeeringAuthorizationCommand.js +0 -94
- package/dist/cjs/commands/CreateVpcPeeringAuthorizationCommand.js.map +0 -1
- package/dist/cjs/commands/CreateVpcPeeringConnectionCommand.js +0 -91
- package/dist/cjs/commands/CreateVpcPeeringConnectionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAliasCommand.js +0 -75
- package/dist/cjs/commands/DeleteAliasCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteBuildCommand.js +0 -82
- package/dist/cjs/commands/DeleteBuildCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteFleetCommand.js +0 -95
- package/dist/cjs/commands/DeleteFleetCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteFleetLocationsCommand.js +0 -89
- package/dist/cjs/commands/DeleteFleetLocationsCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteGameServerGroupCommand.js +0 -108
- package/dist/cjs/commands/DeleteGameServerGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteGameSessionQueueCommand.js +0 -79
- package/dist/cjs/commands/DeleteGameSessionQueueCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteMatchmakingConfigurationCommand.js +0 -77
- package/dist/cjs/commands/DeleteMatchmakingConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteMatchmakingRuleSetCommand.js +0 -88
- package/dist/cjs/commands/DeleteMatchmakingRuleSetCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteScalingPolicyCommand.js +0 -79
- package/dist/cjs/commands/DeleteScalingPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteScriptCommand.js +0 -84
- package/dist/cjs/commands/DeleteScriptCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteVpcPeeringAuthorizationCommand.js +0 -74
- package/dist/cjs/commands/DeleteVpcPeeringAuthorizationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteVpcPeeringConnectionCommand.js +0 -79
- package/dist/cjs/commands/DeleteVpcPeeringConnectionCommand.js.map +0 -1
- package/dist/cjs/commands/DeregisterGameServerCommand.js +0 -87
- package/dist/cjs/commands/DeregisterGameServerCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAliasCommand.js +0 -76
- package/dist/cjs/commands/DescribeAliasCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeBuildCommand.js +0 -80
- package/dist/cjs/commands/DescribeBuildCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEC2InstanceLimitsCommand.js +0 -131
- package/dist/cjs/commands/DescribeEC2InstanceLimitsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeFleetAttributesCommand.js +0 -103
- package/dist/cjs/commands/DescribeFleetAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeFleetCapacityCommand.js +0 -110
- package/dist/cjs/commands/DescribeFleetCapacityCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeFleetEventsCommand.js +0 -90
- package/dist/cjs/commands/DescribeFleetEventsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeFleetLocationAttributesCommand.js +0 -101
- package/dist/cjs/commands/DescribeFleetLocationAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeFleetLocationCapacityCommand.js +0 -93
- package/dist/cjs/commands/DescribeFleetLocationCapacityCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeFleetLocationUtilizationCommand.js +0 -93
- package/dist/cjs/commands/DescribeFleetLocationUtilizationCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeFleetPortSettingsCommand.js +0 -101
- package/dist/cjs/commands/DescribeFleetPortSettingsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeFleetUtilizationCommand.js +0 -111
- package/dist/cjs/commands/DescribeFleetUtilizationCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeGameServerCommand.js +0 -85
- package/dist/cjs/commands/DescribeGameServerCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeGameServerGroupCommand.js +0 -89
- package/dist/cjs/commands/DescribeGameServerGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeGameServerInstancesCommand.js +0 -99
- package/dist/cjs/commands/DescribeGameServerInstancesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeGameSessionDetailsCommand.js +0 -109
- package/dist/cjs/commands/DescribeGameSessionDetailsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeGameSessionPlacementCommand.js +0 -78
- package/dist/cjs/commands/DescribeGameSessionPlacementCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeGameSessionQueuesCommand.js +0 -82
- package/dist/cjs/commands/DescribeGameSessionQueuesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeGameSessionsCommand.js +0 -111
- package/dist/cjs/commands/DescribeGameSessionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeInstancesCommand.js +0 -99
- package/dist/cjs/commands/DescribeInstancesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeMatchmakingCommand.js +0 -95
- package/dist/cjs/commands/DescribeMatchmakingCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeMatchmakingConfigurationsCommand.js +0 -88
- package/dist/cjs/commands/DescribeMatchmakingConfigurationsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeMatchmakingRuleSetsCommand.js +0 -89
- package/dist/cjs/commands/DescribeMatchmakingRuleSetsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribePlayerSessionsCommand.js +0 -95
- package/dist/cjs/commands/DescribePlayerSessionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeRuntimeConfigurationCommand.js +0 -93
- package/dist/cjs/commands/DescribeRuntimeConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeScalingPoliciesCommand.js +0 -83
- package/dist/cjs/commands/DescribeScalingPoliciesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeScriptCommand.js +0 -80
- package/dist/cjs/commands/DescribeScriptCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeVpcPeeringAuthorizationsCommand.js +0 -75
- package/dist/cjs/commands/DescribeVpcPeeringAuthorizationsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeVpcPeeringConnectionsCommand.js +0 -79
- package/dist/cjs/commands/DescribeVpcPeeringConnectionsCommand.js.map +0 -1
- package/dist/cjs/commands/GetGameSessionLogUrlCommand.js +0 -83
- package/dist/cjs/commands/GetGameSessionLogUrlCommand.js.map +0 -1
- package/dist/cjs/commands/GetInstanceAccessCommand.js +0 -95
- package/dist/cjs/commands/GetInstanceAccessCommand.js.map +0 -1
- package/dist/cjs/commands/ListAliasesCommand.js +0 -78
- package/dist/cjs/commands/ListAliasesCommand.js.map +0 -1
- package/dist/cjs/commands/ListBuildsCommand.js +0 -85
- package/dist/cjs/commands/ListBuildsCommand.js.map +0 -1
- package/dist/cjs/commands/ListFleetsCommand.js +0 -107
- package/dist/cjs/commands/ListFleetsCommand.js.map +0 -1
- package/dist/cjs/commands/ListGameServerGroupsCommand.js +0 -86
- package/dist/cjs/commands/ListGameServerGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/ListGameServersCommand.js +0 -84
- package/dist/cjs/commands/ListGameServersCommand.js.map +0 -1
- package/dist/cjs/commands/ListScriptsCommand.js +0 -78
- package/dist/cjs/commands/ListScriptsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -109
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/PutScalingPolicyCommand.js +0 -137
- package/dist/cjs/commands/PutScalingPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/RegisterGameServerCommand.js +0 -95
- package/dist/cjs/commands/RegisterGameServerCommand.js.map +0 -1
- package/dist/cjs/commands/RequestUploadCredentialsCommand.js +0 -84
- package/dist/cjs/commands/RequestUploadCredentialsCommand.js.map +0 -1
- package/dist/cjs/commands/ResolveAliasCommand.js +0 -73
- package/dist/cjs/commands/ResolveAliasCommand.js.map +0 -1
- package/dist/cjs/commands/ResumeGameServerGroupCommand.js +0 -92
- package/dist/cjs/commands/ResumeGameServerGroupCommand.js.map +0 -1
- package/dist/cjs/commands/SearchGameSessionsCommand.js +0 -157
- package/dist/cjs/commands/SearchGameSessionsCommand.js.map +0 -1
- package/dist/cjs/commands/StartFleetActionsCommand.js +0 -98
- package/dist/cjs/commands/StartFleetActionsCommand.js.map +0 -1
- package/dist/cjs/commands/StartGameSessionPlacementCommand.js +0 -115
- package/dist/cjs/commands/StartGameSessionPlacementCommand.js.map +0 -1
- package/dist/cjs/commands/StartMatchBackfillCommand.js +0 -107
- package/dist/cjs/commands/StartMatchBackfillCommand.js.map +0 -1
- package/dist/cjs/commands/StartMatchmakingCommand.js +0 -101
- package/dist/cjs/commands/StartMatchmakingCommand.js.map +0 -1
- package/dist/cjs/commands/StopFleetActionsCommand.js +0 -103
- package/dist/cjs/commands/StopFleetActionsCommand.js.map +0 -1
- package/dist/cjs/commands/StopGameSessionPlacementCommand.js +0 -78
- package/dist/cjs/commands/StopGameSessionPlacementCommand.js.map +0 -1
- package/dist/cjs/commands/StopMatchmakingCommand.js +0 -90
- package/dist/cjs/commands/StopMatchmakingCommand.js.map +0 -1
- package/dist/cjs/commands/SuspendGameServerGroupCommand.js +0 -102
- package/dist/cjs/commands/SuspendGameServerGroupCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js +0 -111
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js +0 -111
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateAliasCommand.js +0 -76
- package/dist/cjs/commands/UpdateAliasCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateBuildCommand.js +0 -81
- package/dist/cjs/commands/UpdateBuildCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateFleetAttributesCommand.js +0 -88
- package/dist/cjs/commands/UpdateFleetAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateFleetCapacityCommand.js +0 -121
- package/dist/cjs/commands/UpdateFleetCapacityCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateFleetPortSettingsCommand.js +0 -94
- package/dist/cjs/commands/UpdateFleetPortSettingsCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateGameServerCommand.js +0 -106
- package/dist/cjs/commands/UpdateGameServerCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateGameServerGroupCommand.js +0 -90
- package/dist/cjs/commands/UpdateGameServerGroupCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateGameSessionCommand.js +0 -79
- package/dist/cjs/commands/UpdateGameSessionCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateGameSessionQueueCommand.js +0 -81
- package/dist/cjs/commands/UpdateGameSessionQueueCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateMatchmakingConfigurationCommand.js +0 -84
- package/dist/cjs/commands/UpdateMatchmakingConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRuntimeConfigurationCommand.js +0 -95
- package/dist/cjs/commands/UpdateRuntimeConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateScriptCommand.js +0 -87
- package/dist/cjs/commands/UpdateScriptCommand.js.map +0 -1
- package/dist/cjs/commands/ValidateMatchmakingRuleSetCommand.js +0 -88
- package/dist/cjs/commands/ValidateMatchmakingRuleSetCommand.js.map +0 -1
- package/dist/cjs/endpoints.js +0 -57
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -124
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -5
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js +0 -2540
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/DescribeFleetAttributesPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeFleetAttributesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeFleetCapacityPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeFleetCapacityPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeFleetEventsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeFleetEventsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeFleetLocationAttributesPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeFleetLocationAttributesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeFleetUtilizationPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeFleetUtilizationPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeGameServerInstancesPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeGameServerInstancesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeGameSessionDetailsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeGameSessionDetailsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeGameSessionQueuesPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeGameSessionQueuesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeGameSessionsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeGameSessionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeInstancesPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeInstancesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeMatchmakingConfigurationsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeMatchmakingConfigurationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeMatchmakingRuleSetsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeMatchmakingRuleSetsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribePlayerSessionsPaginator.js +0 -46
- package/dist/cjs/pagination/DescribePlayerSessionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeScalingPoliciesPaginator.js +0 -46
- package/dist/cjs/pagination/DescribeScalingPoliciesPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js +0 -3
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListAliasesPaginator.js +0 -46
- package/dist/cjs/pagination/ListAliasesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListBuildsPaginator.js +0 -46
- package/dist/cjs/pagination/ListBuildsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListFleetsPaginator.js +0 -46
- package/dist/cjs/pagination/ListFleetsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListGameServerGroupsPaginator.js +0 -46
- package/dist/cjs/pagination/ListGameServerGroupsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListGameServersPaginator.js +0 -46
- package/dist/cjs/pagination/ListGameServersPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListScriptsPaginator.js +0 -46
- package/dist/cjs/pagination/ListScriptsPaginator.js.map +0 -1
- package/dist/cjs/pagination/SearchGameSessionsPaginator.js +0 -46
- package/dist/cjs/pagination/SearchGameSessionsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_json1_1.js +0 -11486
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js +0 -20
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/GameLift.js +0 -1496
- package/dist/es/GameLift.js.map +0 -1
- package/dist/es/GameLiftClient.js +0 -103
- package/dist/es/GameLiftClient.js.map +0 -1
- package/dist/es/commands/AcceptMatchCommand.js +0 -103
- package/dist/es/commands/AcceptMatchCommand.js.map +0 -1
- package/dist/es/commands/ClaimGameServerCommand.js +0 -117
- package/dist/es/commands/ClaimGameServerCommand.js.map +0 -1
- package/dist/es/commands/CreateAliasCommand.js +0 -90
- package/dist/es/commands/CreateAliasCommand.js.map +0 -1
- package/dist/es/commands/CreateBuildCommand.js +0 -118
- package/dist/es/commands/CreateBuildCommand.js.map +0 -1
- package/dist/es/commands/CreateFleetCommand.js +0 -116
- package/dist/es/commands/CreateFleetCommand.js.map +0 -1
- package/dist/es/commands/CreateFleetLocationsCommand.js +0 -107
- package/dist/es/commands/CreateFleetLocationsCommand.js.map +0 -1
- package/dist/es/commands/CreateGameServerGroupCommand.js +0 -118
- package/dist/es/commands/CreateGameServerGroupCommand.js.map +0 -1
- package/dist/es/commands/CreateGameSessionCommand.js +0 -118
- package/dist/es/commands/CreateGameSessionCommand.js.map +0 -1
- package/dist/es/commands/CreateGameSessionQueueCommand.js +0 -108
- package/dist/es/commands/CreateGameSessionQueueCommand.js.map +0 -1
- package/dist/es/commands/CreateMatchmakingConfigurationCommand.js +0 -106
- package/dist/es/commands/CreateMatchmakingConfigurationCommand.js.map +0 -1
- package/dist/es/commands/CreateMatchmakingRuleSetCommand.js +0 -111
- package/dist/es/commands/CreateMatchmakingRuleSetCommand.js.map +0 -1
- package/dist/es/commands/CreatePlayerSessionCommand.js +0 -88
- package/dist/es/commands/CreatePlayerSessionCommand.js.map +0 -1
- package/dist/es/commands/CreatePlayerSessionsCommand.js +0 -88
- package/dist/es/commands/CreatePlayerSessionsCommand.js.map +0 -1
- package/dist/es/commands/CreateScriptCommand.js +0 -108
- package/dist/es/commands/CreateScriptCommand.js.map +0 -1
- package/dist/es/commands/CreateVpcPeeringAuthorizationCommand.js +0 -98
- package/dist/es/commands/CreateVpcPeeringAuthorizationCommand.js.map +0 -1
- package/dist/es/commands/CreateVpcPeeringConnectionCommand.js +0 -95
- package/dist/es/commands/CreateVpcPeeringConnectionCommand.js.map +0 -1
- package/dist/es/commands/DeleteAliasCommand.js +0 -79
- package/dist/es/commands/DeleteAliasCommand.js.map +0 -1
- package/dist/es/commands/DeleteBuildCommand.js +0 -86
- package/dist/es/commands/DeleteBuildCommand.js.map +0 -1
- package/dist/es/commands/DeleteFleetCommand.js +0 -99
- package/dist/es/commands/DeleteFleetCommand.js.map +0 -1
- package/dist/es/commands/DeleteFleetLocationsCommand.js +0 -93
- package/dist/es/commands/DeleteFleetLocationsCommand.js.map +0 -1
- package/dist/es/commands/DeleteGameServerGroupCommand.js +0 -112
- package/dist/es/commands/DeleteGameServerGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteGameSessionQueueCommand.js +0 -83
- package/dist/es/commands/DeleteGameSessionQueueCommand.js.map +0 -1
- package/dist/es/commands/DeleteMatchmakingConfigurationCommand.js +0 -81
- package/dist/es/commands/DeleteMatchmakingConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DeleteMatchmakingRuleSetCommand.js +0 -92
- package/dist/es/commands/DeleteMatchmakingRuleSetCommand.js.map +0 -1
- package/dist/es/commands/DeleteScalingPolicyCommand.js +0 -83
- package/dist/es/commands/DeleteScalingPolicyCommand.js.map +0 -1
- package/dist/es/commands/DeleteScriptCommand.js +0 -88
- package/dist/es/commands/DeleteScriptCommand.js.map +0 -1
- package/dist/es/commands/DeleteVpcPeeringAuthorizationCommand.js +0 -78
- package/dist/es/commands/DeleteVpcPeeringAuthorizationCommand.js.map +0 -1
- package/dist/es/commands/DeleteVpcPeeringConnectionCommand.js +0 -83
- package/dist/es/commands/DeleteVpcPeeringConnectionCommand.js.map +0 -1
- package/dist/es/commands/DeregisterGameServerCommand.js +0 -91
- package/dist/es/commands/DeregisterGameServerCommand.js.map +0 -1
- package/dist/es/commands/DescribeAliasCommand.js +0 -80
- package/dist/es/commands/DescribeAliasCommand.js.map +0 -1
- package/dist/es/commands/DescribeBuildCommand.js +0 -84
- package/dist/es/commands/DescribeBuildCommand.js.map +0 -1
- package/dist/es/commands/DescribeEC2InstanceLimitsCommand.js +0 -135
- package/dist/es/commands/DescribeEC2InstanceLimitsCommand.js.map +0 -1
- package/dist/es/commands/DescribeFleetAttributesCommand.js +0 -107
- package/dist/es/commands/DescribeFleetAttributesCommand.js.map +0 -1
- package/dist/es/commands/DescribeFleetCapacityCommand.js +0 -114
- package/dist/es/commands/DescribeFleetCapacityCommand.js.map +0 -1
- package/dist/es/commands/DescribeFleetEventsCommand.js +0 -94
- package/dist/es/commands/DescribeFleetEventsCommand.js.map +0 -1
- package/dist/es/commands/DescribeFleetLocationAttributesCommand.js +0 -105
- package/dist/es/commands/DescribeFleetLocationAttributesCommand.js.map +0 -1
- package/dist/es/commands/DescribeFleetLocationCapacityCommand.js +0 -97
- package/dist/es/commands/DescribeFleetLocationCapacityCommand.js.map +0 -1
- package/dist/es/commands/DescribeFleetLocationUtilizationCommand.js +0 -97
- package/dist/es/commands/DescribeFleetLocationUtilizationCommand.js.map +0 -1
- package/dist/es/commands/DescribeFleetPortSettingsCommand.js +0 -105
- package/dist/es/commands/DescribeFleetPortSettingsCommand.js.map +0 -1
- package/dist/es/commands/DescribeFleetUtilizationCommand.js +0 -115
- package/dist/es/commands/DescribeFleetUtilizationCommand.js.map +0 -1
- package/dist/es/commands/DescribeGameServerCommand.js +0 -89
- package/dist/es/commands/DescribeGameServerCommand.js.map +0 -1
- package/dist/es/commands/DescribeGameServerGroupCommand.js +0 -93
- package/dist/es/commands/DescribeGameServerGroupCommand.js.map +0 -1
- package/dist/es/commands/DescribeGameServerInstancesCommand.js +0 -103
- package/dist/es/commands/DescribeGameServerInstancesCommand.js.map +0 -1
- package/dist/es/commands/DescribeGameSessionDetailsCommand.js +0 -113
- package/dist/es/commands/DescribeGameSessionDetailsCommand.js.map +0 -1
- package/dist/es/commands/DescribeGameSessionPlacementCommand.js +0 -82
- package/dist/es/commands/DescribeGameSessionPlacementCommand.js.map +0 -1
- package/dist/es/commands/DescribeGameSessionQueuesCommand.js +0 -86
- package/dist/es/commands/DescribeGameSessionQueuesCommand.js.map +0 -1
- package/dist/es/commands/DescribeGameSessionsCommand.js +0 -115
- package/dist/es/commands/DescribeGameSessionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeInstancesCommand.js +0 -103
- package/dist/es/commands/DescribeInstancesCommand.js.map +0 -1
- package/dist/es/commands/DescribeMatchmakingCommand.js +0 -99
- package/dist/es/commands/DescribeMatchmakingCommand.js.map +0 -1
- package/dist/es/commands/DescribeMatchmakingConfigurationsCommand.js +0 -92
- package/dist/es/commands/DescribeMatchmakingConfigurationsCommand.js.map +0 -1
- package/dist/es/commands/DescribeMatchmakingRuleSetsCommand.js +0 -93
- package/dist/es/commands/DescribeMatchmakingRuleSetsCommand.js.map +0 -1
- package/dist/es/commands/DescribePlayerSessionsCommand.js +0 -99
- package/dist/es/commands/DescribePlayerSessionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeRuntimeConfigurationCommand.js +0 -97
- package/dist/es/commands/DescribeRuntimeConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DescribeScalingPoliciesCommand.js +0 -87
- package/dist/es/commands/DescribeScalingPoliciesCommand.js.map +0 -1
- package/dist/es/commands/DescribeScriptCommand.js +0 -84
- package/dist/es/commands/DescribeScriptCommand.js.map +0 -1
- package/dist/es/commands/DescribeVpcPeeringAuthorizationsCommand.js +0 -79
- package/dist/es/commands/DescribeVpcPeeringAuthorizationsCommand.js.map +0 -1
- package/dist/es/commands/DescribeVpcPeeringConnectionsCommand.js +0 -83
- package/dist/es/commands/DescribeVpcPeeringConnectionsCommand.js.map +0 -1
- package/dist/es/commands/GetGameSessionLogUrlCommand.js +0 -87
- package/dist/es/commands/GetGameSessionLogUrlCommand.js.map +0 -1
- package/dist/es/commands/GetInstanceAccessCommand.js +0 -99
- package/dist/es/commands/GetInstanceAccessCommand.js.map +0 -1
- package/dist/es/commands/ListAliasesCommand.js +0 -82
- package/dist/es/commands/ListAliasesCommand.js.map +0 -1
- package/dist/es/commands/ListBuildsCommand.js +0 -89
- package/dist/es/commands/ListBuildsCommand.js.map +0 -1
- package/dist/es/commands/ListFleetsCommand.js +0 -111
- package/dist/es/commands/ListFleetsCommand.js.map +0 -1
- package/dist/es/commands/ListGameServerGroupsCommand.js +0 -90
- package/dist/es/commands/ListGameServerGroupsCommand.js.map +0 -1
- package/dist/es/commands/ListGameServersCommand.js +0 -88
- package/dist/es/commands/ListGameServersCommand.js.map +0 -1
- package/dist/es/commands/ListScriptsCommand.js +0 -82
- package/dist/es/commands/ListScriptsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +0 -113
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/PutScalingPolicyCommand.js +0 -141
- package/dist/es/commands/PutScalingPolicyCommand.js.map +0 -1
- package/dist/es/commands/RegisterGameServerCommand.js +0 -99
- package/dist/es/commands/RegisterGameServerCommand.js.map +0 -1
- package/dist/es/commands/RequestUploadCredentialsCommand.js +0 -88
- package/dist/es/commands/RequestUploadCredentialsCommand.js.map +0 -1
- package/dist/es/commands/ResolveAliasCommand.js +0 -77
- package/dist/es/commands/ResolveAliasCommand.js.map +0 -1
- package/dist/es/commands/ResumeGameServerGroupCommand.js +0 -96
- package/dist/es/commands/ResumeGameServerGroupCommand.js.map +0 -1
- package/dist/es/commands/SearchGameSessionsCommand.js +0 -161
- package/dist/es/commands/SearchGameSessionsCommand.js.map +0 -1
- package/dist/es/commands/StartFleetActionsCommand.js +0 -102
- package/dist/es/commands/StartFleetActionsCommand.js.map +0 -1
- package/dist/es/commands/StartGameSessionPlacementCommand.js +0 -119
- package/dist/es/commands/StartGameSessionPlacementCommand.js.map +0 -1
- package/dist/es/commands/StartMatchBackfillCommand.js +0 -111
- package/dist/es/commands/StartMatchBackfillCommand.js.map +0 -1
- package/dist/es/commands/StartMatchmakingCommand.js +0 -105
- package/dist/es/commands/StartMatchmakingCommand.js.map +0 -1
- package/dist/es/commands/StopFleetActionsCommand.js +0 -107
- package/dist/es/commands/StopFleetActionsCommand.js.map +0 -1
- package/dist/es/commands/StopGameSessionPlacementCommand.js +0 -82
- package/dist/es/commands/StopGameSessionPlacementCommand.js.map +0 -1
- package/dist/es/commands/StopMatchmakingCommand.js +0 -94
- package/dist/es/commands/StopMatchmakingCommand.js.map +0 -1
- package/dist/es/commands/SuspendGameServerGroupCommand.js +0 -106
- package/dist/es/commands/SuspendGameServerGroupCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js +0 -115
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js +0 -115
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateAliasCommand.js +0 -80
- package/dist/es/commands/UpdateAliasCommand.js.map +0 -1
- package/dist/es/commands/UpdateBuildCommand.js +0 -85
- package/dist/es/commands/UpdateBuildCommand.js.map +0 -1
- package/dist/es/commands/UpdateFleetAttributesCommand.js +0 -92
- package/dist/es/commands/UpdateFleetAttributesCommand.js.map +0 -1
- package/dist/es/commands/UpdateFleetCapacityCommand.js +0 -125
- package/dist/es/commands/UpdateFleetCapacityCommand.js.map +0 -1
- package/dist/es/commands/UpdateFleetPortSettingsCommand.js +0 -98
- package/dist/es/commands/UpdateFleetPortSettingsCommand.js.map +0 -1
- package/dist/es/commands/UpdateGameServerCommand.js +0 -110
- package/dist/es/commands/UpdateGameServerCommand.js.map +0 -1
- package/dist/es/commands/UpdateGameServerGroupCommand.js +0 -94
- package/dist/es/commands/UpdateGameServerGroupCommand.js.map +0 -1
- package/dist/es/commands/UpdateGameSessionCommand.js +0 -83
- package/dist/es/commands/UpdateGameSessionCommand.js.map +0 -1
- package/dist/es/commands/UpdateGameSessionQueueCommand.js +0 -85
- package/dist/es/commands/UpdateGameSessionQueueCommand.js.map +0 -1
- package/dist/es/commands/UpdateMatchmakingConfigurationCommand.js +0 -88
- package/dist/es/commands/UpdateMatchmakingConfigurationCommand.js.map +0 -1
- package/dist/es/commands/UpdateRuntimeConfigurationCommand.js +0 -99
- package/dist/es/commands/UpdateRuntimeConfigurationCommand.js.map +0 -1
- package/dist/es/commands/UpdateScriptCommand.js +0 -91
- package/dist/es/commands/UpdateScriptCommand.js.map +0 -1
- package/dist/es/commands/ValidateMatchmakingRuleSetCommand.js +0 -92
- package/dist/es/commands/ValidateMatchmakingRuleSetCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -53
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -121
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js +0 -2019
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/DescribeFleetAttributesPaginator.js +0 -87
- package/dist/es/pagination/DescribeFleetAttributesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeFleetCapacityPaginator.js +0 -87
- package/dist/es/pagination/DescribeFleetCapacityPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeFleetEventsPaginator.js +0 -87
- package/dist/es/pagination/DescribeFleetEventsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeFleetLocationAttributesPaginator.js +0 -87
- package/dist/es/pagination/DescribeFleetLocationAttributesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeFleetUtilizationPaginator.js +0 -87
- package/dist/es/pagination/DescribeFleetUtilizationPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeGameServerInstancesPaginator.js +0 -87
- package/dist/es/pagination/DescribeGameServerInstancesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeGameSessionDetailsPaginator.js +0 -87
- package/dist/es/pagination/DescribeGameSessionDetailsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeGameSessionQueuesPaginator.js +0 -87
- package/dist/es/pagination/DescribeGameSessionQueuesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeGameSessionsPaginator.js +0 -87
- package/dist/es/pagination/DescribeGameSessionsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeInstancesPaginator.js +0 -87
- package/dist/es/pagination/DescribeInstancesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeMatchmakingConfigurationsPaginator.js +0 -87
- package/dist/es/pagination/DescribeMatchmakingConfigurationsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeMatchmakingRuleSetsPaginator.js +0 -87
- package/dist/es/pagination/DescribeMatchmakingRuleSetsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribePlayerSessionsPaginator.js +0 -87
- package/dist/es/pagination/DescribePlayerSessionsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeScalingPoliciesPaginator.js +0 -87
- package/dist/es/pagination/DescribeScalingPoliciesPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListAliasesPaginator.js +0 -87
- package/dist/es/pagination/ListAliasesPaginator.js.map +0 -1
- package/dist/es/pagination/ListBuildsPaginator.js +0 -87
- package/dist/es/pagination/ListBuildsPaginator.js.map +0 -1
- package/dist/es/pagination/ListFleetsPaginator.js +0 -87
- package/dist/es/pagination/ListFleetsPaginator.js.map +0 -1
- package/dist/es/pagination/ListGameServerGroupsPaginator.js +0 -87
- package/dist/es/pagination/ListGameServerGroupsPaginator.js.map +0 -1
- package/dist/es/pagination/ListGameServersPaginator.js +0 -87
- package/dist/es/pagination/ListGameServersPaginator.js.map +0 -1
- package/dist/es/pagination/ListScriptsPaginator.js +0 -87
- package/dist/es/pagination/ListScriptsPaginator.js.map +0 -1
- package/dist/es/pagination/SearchGameSessionsPaginator.js +0 -87
- package/dist/es/pagination/SearchGameSessionsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_json1_1.js +0 -11910
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -20
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -25
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -12
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -17
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/GameLift.d.ts +0 -3902
- package/dist/types/GameLiftClient.d.ts +0 -284
- package/dist/types/commands/AcceptMatchCommand.d.ts +0 -73
- package/dist/types/commands/ClaimGameServerCommand.d.ts +0 -87
- package/dist/types/commands/CreateAliasCommand.d.ts +0 -60
- package/dist/types/commands/CreateBuildCommand.d.ts +0 -88
- package/dist/types/commands/CreateFleetCommand.d.ts +0 -86
- package/dist/types/commands/CreateFleetLocationsCommand.d.ts +0 -77
- package/dist/types/commands/CreateGameServerGroupCommand.d.ts +0 -88
- package/dist/types/commands/CreateGameSessionCommand.d.ts +0 -88
- package/dist/types/commands/CreateGameSessionQueueCommand.d.ts +0 -78
- package/dist/types/commands/CreateMatchmakingConfigurationCommand.d.ts +0 -76
- package/dist/types/commands/CreateMatchmakingRuleSetCommand.d.ts +0 -81
- package/dist/types/commands/CreatePlayerSessionCommand.d.ts +0 -58
- package/dist/types/commands/CreatePlayerSessionsCommand.d.ts +0 -58
- package/dist/types/commands/CreateScriptCommand.d.ts +0 -78
- package/dist/types/commands/CreateVpcPeeringAuthorizationCommand.d.ts +0 -68
- package/dist/types/commands/CreateVpcPeeringConnectionCommand.d.ts +0 -65
- package/dist/types/commands/DeleteAliasCommand.d.ts +0 -49
- package/dist/types/commands/DeleteBuildCommand.d.ts +0 -56
- package/dist/types/commands/DeleteFleetCommand.d.ts +0 -69
- package/dist/types/commands/DeleteFleetLocationsCommand.d.ts +0 -63
- package/dist/types/commands/DeleteGameServerGroupCommand.d.ts +0 -82
- package/dist/types/commands/DeleteGameSessionQueueCommand.d.ts +0 -53
- package/dist/types/commands/DeleteMatchmakingConfigurationCommand.d.ts +0 -51
- package/dist/types/commands/DeleteMatchmakingRuleSetCommand.d.ts +0 -62
- package/dist/types/commands/DeleteScalingPolicyCommand.d.ts +0 -53
- package/dist/types/commands/DeleteScriptCommand.d.ts +0 -58
- package/dist/types/commands/DeleteVpcPeeringAuthorizationCommand.d.ts +0 -48
- package/dist/types/commands/DeleteVpcPeeringConnectionCommand.d.ts +0 -53
- package/dist/types/commands/DeregisterGameServerCommand.d.ts +0 -61
- package/dist/types/commands/DescribeAliasCommand.d.ts +0 -50
- package/dist/types/commands/DescribeBuildCommand.d.ts +0 -54
- package/dist/types/commands/DescribeEC2InstanceLimitsCommand.d.ts +0 -105
- package/dist/types/commands/DescribeFleetAttributesCommand.d.ts +0 -77
- package/dist/types/commands/DescribeFleetCapacityCommand.d.ts +0 -84
- package/dist/types/commands/DescribeFleetEventsCommand.d.ts +0 -64
- package/dist/types/commands/DescribeFleetLocationAttributesCommand.d.ts +0 -75
- package/dist/types/commands/DescribeFleetLocationCapacityCommand.d.ts +0 -67
- package/dist/types/commands/DescribeFleetLocationUtilizationCommand.d.ts +0 -67
- package/dist/types/commands/DescribeFleetPortSettingsCommand.d.ts +0 -75
- package/dist/types/commands/DescribeFleetUtilizationCommand.d.ts +0 -85
- package/dist/types/commands/DescribeGameServerCommand.d.ts +0 -59
- package/dist/types/commands/DescribeGameServerGroupCommand.d.ts +0 -63
- package/dist/types/commands/DescribeGameServerInstancesCommand.d.ts +0 -73
- package/dist/types/commands/DescribeGameSessionDetailsCommand.d.ts +0 -83
- package/dist/types/commands/DescribeGameSessionPlacementCommand.d.ts +0 -52
- package/dist/types/commands/DescribeGameSessionQueuesCommand.d.ts +0 -56
- package/dist/types/commands/DescribeGameSessionsCommand.d.ts +0 -85
- package/dist/types/commands/DescribeInstancesCommand.d.ts +0 -73
- package/dist/types/commands/DescribeMatchmakingCommand.d.ts +0 -69
- package/dist/types/commands/DescribeMatchmakingConfigurationsCommand.d.ts +0 -62
- package/dist/types/commands/DescribeMatchmakingRuleSetsCommand.d.ts +0 -63
- package/dist/types/commands/DescribePlayerSessionsCommand.d.ts +0 -69
- package/dist/types/commands/DescribeRuntimeConfigurationCommand.d.ts +0 -67
- package/dist/types/commands/DescribeScalingPoliciesCommand.d.ts +0 -57
- package/dist/types/commands/DescribeScriptCommand.d.ts +0 -54
- package/dist/types/commands/DescribeVpcPeeringAuthorizationsCommand.d.ts +0 -49
- package/dist/types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +0 -53
- package/dist/types/commands/GetGameSessionLogUrlCommand.d.ts +0 -57
- package/dist/types/commands/GetInstanceAccessCommand.d.ts +0 -69
- package/dist/types/commands/ListAliasesCommand.d.ts +0 -52
- package/dist/types/commands/ListBuildsCommand.d.ts +0 -59
- package/dist/types/commands/ListFleetsCommand.d.ts +0 -81
- package/dist/types/commands/ListGameServerGroupsCommand.d.ts +0 -60
- package/dist/types/commands/ListGameServersCommand.d.ts +0 -58
- package/dist/types/commands/ListScriptsCommand.d.ts +0 -52
- package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -83
- package/dist/types/commands/PutScalingPolicyCommand.d.ts +0 -111
- package/dist/types/commands/RegisterGameServerCommand.d.ts +0 -69
- package/dist/types/commands/RequestUploadCredentialsCommand.d.ts +0 -58
- package/dist/types/commands/ResolveAliasCommand.d.ts +0 -47
- package/dist/types/commands/ResumeGameServerGroupCommand.d.ts +0 -66
- package/dist/types/commands/SearchGameSessionsCommand.d.ts +0 -131
- package/dist/types/commands/StartFleetActionsCommand.d.ts +0 -72
- package/dist/types/commands/StartGameSessionPlacementCommand.d.ts +0 -89
- package/dist/types/commands/StartMatchBackfillCommand.d.ts +0 -81
- package/dist/types/commands/StartMatchmakingCommand.d.ts +0 -75
- package/dist/types/commands/StopFleetActionsCommand.d.ts +0 -77
- package/dist/types/commands/StopGameSessionPlacementCommand.d.ts +0 -52
- package/dist/types/commands/StopMatchmakingCommand.d.ts +0 -64
- package/dist/types/commands/SuspendGameServerGroupCommand.d.ts +0 -76
- package/dist/types/commands/TagResourceCommand.d.ts +0 -85
- package/dist/types/commands/UntagResourceCommand.d.ts +0 -85
- package/dist/types/commands/UpdateAliasCommand.d.ts +0 -50
- package/dist/types/commands/UpdateBuildCommand.d.ts +0 -55
- package/dist/types/commands/UpdateFleetAttributesCommand.d.ts +0 -62
- package/dist/types/commands/UpdateFleetCapacityCommand.d.ts +0 -95
- package/dist/types/commands/UpdateFleetPortSettingsCommand.d.ts +0 -68
- package/dist/types/commands/UpdateGameServerCommand.d.ts +0 -80
- package/dist/types/commands/UpdateGameServerGroupCommand.d.ts +0 -64
- package/dist/types/commands/UpdateGameSessionCommand.d.ts +0 -53
- package/dist/types/commands/UpdateGameSessionQueueCommand.d.ts +0 -55
- package/dist/types/commands/UpdateMatchmakingConfigurationCommand.d.ts +0 -58
- package/dist/types/commands/UpdateRuntimeConfigurationCommand.d.ts +0 -69
- package/dist/types/commands/UpdateScriptCommand.d.ts +0 -61
- package/dist/types/commands/ValidateMatchmakingRuleSetCommand.d.ts +0 -62
- package/dist/types/pagination/DescribeFleetAttributesPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeFleetCapacityPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeFleetEventsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeFleetLocationAttributesPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeFleetUtilizationPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeGameServerInstancesPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeGameSessionDetailsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeGameSessionQueuesPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeGameSessionsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeInstancesPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeMatchmakingConfigurationsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeMatchmakingRuleSetsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribePlayerSessionsPaginator.d.ts +0 -4
- package/dist/types/pagination/DescribeScalingPoliciesPaginator.d.ts +0 -4
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/pagination/ListAliasesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListBuildsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListFleetsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListGameServerGroupsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListGameServersPaginator.d.ts +0 -4
- package/dist/types/pagination/ListScriptsPaginator.d.ts +0 -4
- package/dist/types/pagination/SearchGameSessionsPaginator.d.ts +0 -4
- package/dist/types/protocols/Aws_json1_1.d.ts +0 -287
- package/dist/types/runtimeConfig.browser.d.ts +0 -36
- package/dist/types/runtimeConfig.d.ts +0 -36
- package/dist/types/runtimeConfig.native.d.ts +0 -35
- package/dist/types/ts3.4/GameLift.d.ts +0 -3902
- package/dist/types/ts3.4/GameLiftClient.d.ts +0 -284
- package/dist/types/ts3.4/commands/AcceptMatchCommand.d.ts +0 -73
- package/dist/types/ts3.4/commands/ClaimGameServerCommand.d.ts +0 -87
- package/dist/types/ts3.4/commands/CreateAliasCommand.d.ts +0 -60
- package/dist/types/ts3.4/commands/CreateBuildCommand.d.ts +0 -88
- package/dist/types/ts3.4/commands/CreateFleetCommand.d.ts +0 -86
- package/dist/types/ts3.4/commands/CreateFleetLocationsCommand.d.ts +0 -77
- package/dist/types/ts3.4/commands/CreateGameServerGroupCommand.d.ts +0 -88
- package/dist/types/ts3.4/commands/CreateGameSessionCommand.d.ts +0 -88
- package/dist/types/ts3.4/commands/CreateGameSessionQueueCommand.d.ts +0 -78
- package/dist/types/ts3.4/commands/CreateMatchmakingConfigurationCommand.d.ts +0 -76
- package/dist/types/ts3.4/commands/CreateMatchmakingRuleSetCommand.d.ts +0 -81
- package/dist/types/ts3.4/commands/CreatePlayerSessionCommand.d.ts +0 -58
- package/dist/types/ts3.4/commands/CreatePlayerSessionsCommand.d.ts +0 -58
- package/dist/types/ts3.4/commands/CreateScriptCommand.d.ts +0 -78
- package/dist/types/ts3.4/commands/CreateVpcPeeringAuthorizationCommand.d.ts +0 -68
- package/dist/types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +0 -65
- package/dist/types/ts3.4/commands/DeleteAliasCommand.d.ts +0 -49
- package/dist/types/ts3.4/commands/DeleteBuildCommand.d.ts +0 -56
- package/dist/types/ts3.4/commands/DeleteFleetCommand.d.ts +0 -69
- package/dist/types/ts3.4/commands/DeleteFleetLocationsCommand.d.ts +0 -63
- package/dist/types/ts3.4/commands/DeleteGameServerGroupCommand.d.ts +0 -82
- package/dist/types/ts3.4/commands/DeleteGameSessionQueueCommand.d.ts +0 -53
- package/dist/types/ts3.4/commands/DeleteMatchmakingConfigurationCommand.d.ts +0 -51
- package/dist/types/ts3.4/commands/DeleteMatchmakingRuleSetCommand.d.ts +0 -62
- package/dist/types/ts3.4/commands/DeleteScalingPolicyCommand.d.ts +0 -53
- package/dist/types/ts3.4/commands/DeleteScriptCommand.d.ts +0 -58
- package/dist/types/ts3.4/commands/DeleteVpcPeeringAuthorizationCommand.d.ts +0 -48
- package/dist/types/ts3.4/commands/DeleteVpcPeeringConnectionCommand.d.ts +0 -53
- package/dist/types/ts3.4/commands/DeregisterGameServerCommand.d.ts +0 -61
- package/dist/types/ts3.4/commands/DescribeAliasCommand.d.ts +0 -50
- package/dist/types/ts3.4/commands/DescribeBuildCommand.d.ts +0 -54
- package/dist/types/ts3.4/commands/DescribeEC2InstanceLimitsCommand.d.ts +0 -105
- package/dist/types/ts3.4/commands/DescribeFleetAttributesCommand.d.ts +0 -77
- package/dist/types/ts3.4/commands/DescribeFleetCapacityCommand.d.ts +0 -84
- package/dist/types/ts3.4/commands/DescribeFleetEventsCommand.d.ts +0 -64
- package/dist/types/ts3.4/commands/DescribeFleetLocationAttributesCommand.d.ts +0 -75
- package/dist/types/ts3.4/commands/DescribeFleetLocationCapacityCommand.d.ts +0 -67
- package/dist/types/ts3.4/commands/DescribeFleetLocationUtilizationCommand.d.ts +0 -67
- package/dist/types/ts3.4/commands/DescribeFleetPortSettingsCommand.d.ts +0 -75
- package/dist/types/ts3.4/commands/DescribeFleetUtilizationCommand.d.ts +0 -85
- package/dist/types/ts3.4/commands/DescribeGameServerCommand.d.ts +0 -59
- package/dist/types/ts3.4/commands/DescribeGameServerGroupCommand.d.ts +0 -63
- package/dist/types/ts3.4/commands/DescribeGameServerInstancesCommand.d.ts +0 -73
- package/dist/types/ts3.4/commands/DescribeGameSessionDetailsCommand.d.ts +0 -83
- package/dist/types/ts3.4/commands/DescribeGameSessionPlacementCommand.d.ts +0 -52
- package/dist/types/ts3.4/commands/DescribeGameSessionQueuesCommand.d.ts +0 -56
- package/dist/types/ts3.4/commands/DescribeGameSessionsCommand.d.ts +0 -85
- package/dist/types/ts3.4/commands/DescribeInstancesCommand.d.ts +0 -73
- package/dist/types/ts3.4/commands/DescribeMatchmakingCommand.d.ts +0 -69
- package/dist/types/ts3.4/commands/DescribeMatchmakingConfigurationsCommand.d.ts +0 -62
- package/dist/types/ts3.4/commands/DescribeMatchmakingRuleSetsCommand.d.ts +0 -63
- package/dist/types/ts3.4/commands/DescribePlayerSessionsCommand.d.ts +0 -69
- package/dist/types/ts3.4/commands/DescribeRuntimeConfigurationCommand.d.ts +0 -67
- package/dist/types/ts3.4/commands/DescribeScalingPoliciesCommand.d.ts +0 -57
- package/dist/types/ts3.4/commands/DescribeScriptCommand.d.ts +0 -54
- package/dist/types/ts3.4/commands/DescribeVpcPeeringAuthorizationsCommand.d.ts +0 -49
- package/dist/types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +0 -53
- package/dist/types/ts3.4/commands/GetGameSessionLogUrlCommand.d.ts +0 -57
- package/dist/types/ts3.4/commands/GetInstanceAccessCommand.d.ts +0 -69
- package/dist/types/ts3.4/commands/ListAliasesCommand.d.ts +0 -52
- package/dist/types/ts3.4/commands/ListBuildsCommand.d.ts +0 -59
- package/dist/types/ts3.4/commands/ListFleetsCommand.d.ts +0 -81
- package/dist/types/ts3.4/commands/ListGameServerGroupsCommand.d.ts +0 -60
- package/dist/types/ts3.4/commands/ListGameServersCommand.d.ts +0 -58
- package/dist/types/ts3.4/commands/ListScriptsCommand.d.ts +0 -52
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -83
- package/dist/types/ts3.4/commands/PutScalingPolicyCommand.d.ts +0 -111
- package/dist/types/ts3.4/commands/RegisterGameServerCommand.d.ts +0 -69
- package/dist/types/ts3.4/commands/RequestUploadCredentialsCommand.d.ts +0 -58
- package/dist/types/ts3.4/commands/ResolveAliasCommand.d.ts +0 -47
- package/dist/types/ts3.4/commands/ResumeGameServerGroupCommand.d.ts +0 -66
- package/dist/types/ts3.4/commands/SearchGameSessionsCommand.d.ts +0 -131
- package/dist/types/ts3.4/commands/StartFleetActionsCommand.d.ts +0 -72
- package/dist/types/ts3.4/commands/StartGameSessionPlacementCommand.d.ts +0 -89
- package/dist/types/ts3.4/commands/StartMatchBackfillCommand.d.ts +0 -81
- package/dist/types/ts3.4/commands/StartMatchmakingCommand.d.ts +0 -75
- package/dist/types/ts3.4/commands/StopFleetActionsCommand.d.ts +0 -77
- package/dist/types/ts3.4/commands/StopGameSessionPlacementCommand.d.ts +0 -52
- package/dist/types/ts3.4/commands/StopMatchmakingCommand.d.ts +0 -64
- package/dist/types/ts3.4/commands/SuspendGameServerGroupCommand.d.ts +0 -76
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -85
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -85
- package/dist/types/ts3.4/commands/UpdateAliasCommand.d.ts +0 -50
- package/dist/types/ts3.4/commands/UpdateBuildCommand.d.ts +0 -55
- package/dist/types/ts3.4/commands/UpdateFleetAttributesCommand.d.ts +0 -62
- package/dist/types/ts3.4/commands/UpdateFleetCapacityCommand.d.ts +0 -95
- package/dist/types/ts3.4/commands/UpdateFleetPortSettingsCommand.d.ts +0 -68
- package/dist/types/ts3.4/commands/UpdateGameServerCommand.d.ts +0 -80
- package/dist/types/ts3.4/commands/UpdateGameServerGroupCommand.d.ts +0 -64
- package/dist/types/ts3.4/commands/UpdateGameSessionCommand.d.ts +0 -53
- package/dist/types/ts3.4/commands/UpdateGameSessionQueueCommand.d.ts +0 -55
- package/dist/types/ts3.4/commands/UpdateMatchmakingConfigurationCommand.d.ts +0 -58
- package/dist/types/ts3.4/commands/UpdateRuntimeConfigurationCommand.d.ts +0 -69
- package/dist/types/ts3.4/commands/UpdateScriptCommand.d.ts +0 -61
- package/dist/types/ts3.4/commands/ValidateMatchmakingRuleSetCommand.d.ts +0 -62
- package/dist/types/ts3.4/pagination/DescribeFleetAttributesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeFleetCapacityPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeFleetEventsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeFleetLocationAttributesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeFleetUtilizationPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeGameServerInstancesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeGameSessionDetailsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeGameSessionQueuesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeGameSessionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeInstancesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeMatchmakingConfigurationsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeMatchmakingRuleSetsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribePlayerSessionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/DescribeScalingPoliciesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/pagination/ListAliasesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListBuildsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListFleetsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListGameServerGroupsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListGameServersPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListScriptsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/SearchGameSessionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/protocols/Aws_json1_1.d.ts +0 -287
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -35
- package/endpoints.ts +0 -57
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -10260
- package/pagination/DescribeFleetAttributesPaginator.ts +0 -58
- package/pagination/DescribeFleetCapacityPaginator.ts +0 -58
- package/pagination/DescribeFleetEventsPaginator.ts +0 -58
- package/pagination/DescribeFleetLocationAttributesPaginator.ts +0 -58
- package/pagination/DescribeFleetUtilizationPaginator.ts +0 -58
- package/pagination/DescribeGameServerInstancesPaginator.ts +0 -58
- package/pagination/DescribeGameSessionDetailsPaginator.ts +0 -58
- package/pagination/DescribeGameSessionQueuesPaginator.ts +0 -58
- package/pagination/DescribeGameSessionsPaginator.ts +0 -58
- package/pagination/DescribeInstancesPaginator.ts +0 -58
- package/pagination/DescribeMatchmakingConfigurationsPaginator.ts +0 -58
- package/pagination/DescribeMatchmakingRuleSetsPaginator.ts +0 -58
- package/pagination/DescribePlayerSessionsPaginator.ts +0 -58
- package/pagination/DescribeScalingPoliciesPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListAliasesPaginator.ts +0 -54
- package/pagination/ListBuildsPaginator.ts +0 -54
- package/pagination/ListFleetsPaginator.ts +0 -54
- package/pagination/ListGameServerGroupsPaginator.ts +0 -58
- package/pagination/ListGameServersPaginator.ts +0 -58
- package/pagination/ListScriptsPaginator.ts +0 -54
- package/pagination/SearchGameSessionsPaginator.ts +0 -58
- package/protocols/Aws_json1_1.ts +0 -14013
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DescribeFleetAttributesCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
/**
|
|
9
|
+
* <p>Retrieves core fleet-wide properties, including the computing hardware and deployment
|
|
10
|
+
* configuration for all instances in the fleet.</p>
|
|
11
|
+
* <p>This operation can be used in the following ways: </p>
|
|
12
|
+
* <ul>
|
|
13
|
+
* <li>
|
|
14
|
+
* <p>To get attributes for one or more specific fleets, provide a list of fleet IDs
|
|
15
|
+
* or fleet ARNs. </p>
|
|
16
|
+
* </li>
|
|
17
|
+
* <li>
|
|
18
|
+
* <p>To get attributes for all fleets, do not provide a fleet identifier. </p>
|
|
19
|
+
* </li>
|
|
20
|
+
* </ul>
|
|
21
|
+
* <p>When requesting attributes for multiple fleets, use the pagination parameters to
|
|
22
|
+
* retrieve results as a set of sequential pages. </p>
|
|
23
|
+
* <p>If successful, a <code>FleetAttributes</code> object is returned for each fleet
|
|
24
|
+
* requested, unless the fleet identifier is not found. </p>
|
|
25
|
+
* <note>
|
|
26
|
+
* <p>Some API operations limit the number of fleet IDs that allowed in one request. If a
|
|
27
|
+
* request exceeds this limit, the request fails and the error message contains the
|
|
28
|
+
* maximum allowed number.</p>
|
|
29
|
+
* </note>
|
|
30
|
+
* <p>
|
|
31
|
+
* <b>Learn more</b>
|
|
32
|
+
* </p>
|
|
33
|
+
* <p>
|
|
34
|
+
* <a href="https://docs.aws.amazon.com/gamelift/latest/developerguide/fleets-intro.html">Setting up GameLift fleets</a>
|
|
35
|
+
* </p>
|
|
36
|
+
* <p>
|
|
37
|
+
* <b>Related actions</b>
|
|
38
|
+
* </p>
|
|
39
|
+
* <p>
|
|
40
|
+
* <a>ListFleets</a> |
|
|
41
|
+
* <a>DescribeEC2InstanceLimits</a> |
|
|
42
|
+
* <a>DescribeFleetAttributes</a> |
|
|
43
|
+
* <a>DescribeFleetCapacity</a> |
|
|
44
|
+
* <a>DescribeFleetEvents</a> |
|
|
45
|
+
* <a>DescribeFleetLocationAttributes</a> |
|
|
46
|
+
* <a>DescribeFleetPortSettings</a> |
|
|
47
|
+
* <a>DescribeFleetUtilization</a> |
|
|
48
|
+
* <a>DescribeRuntimeConfiguration</a> |
|
|
49
|
+
* <a>DescribeScalingPolicies</a> |
|
|
50
|
+
* <a href="https://docs.aws.amazon.com/gamelift/latest/developerguide/reference-awssdk.html#reference-awssdk-resources-fleets">All APIs by task</a>
|
|
51
|
+
* </p>
|
|
52
|
+
* @example
|
|
53
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
54
|
+
* ```javascript
|
|
55
|
+
* import { GameLiftClient, DescribeFleetAttributesCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
56
|
+
* // const { GameLiftClient, DescribeFleetAttributesCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
57
|
+
* const client = new GameLiftClient(config);
|
|
58
|
+
* const command = new DescribeFleetAttributesCommand(input);
|
|
59
|
+
* const response = await client.send(command);
|
|
60
|
+
* ```
|
|
61
|
+
*
|
|
62
|
+
* @see {@link DescribeFleetAttributesCommandInput} for command's `input` shape.
|
|
63
|
+
* @see {@link DescribeFleetAttributesCommandOutput} for command's `response` shape.
|
|
64
|
+
* @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
|
|
65
|
+
*
|
|
66
|
+
*/
|
|
67
|
+
class DescribeFleetAttributesCommand extends smithy_client_1.Command {
|
|
68
|
+
// Start section: command_properties
|
|
69
|
+
// End section: command_properties
|
|
70
|
+
constructor(input) {
|
|
71
|
+
// Start section: command_constructor
|
|
72
|
+
super();
|
|
73
|
+
this.input = input;
|
|
74
|
+
// End section: command_constructor
|
|
75
|
+
}
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
79
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
80
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
81
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
82
|
+
const { logger } = configuration;
|
|
83
|
+
const clientName = "GameLiftClient";
|
|
84
|
+
const commandName = "DescribeFleetAttributesCommand";
|
|
85
|
+
const handlerExecutionContext = {
|
|
86
|
+
logger,
|
|
87
|
+
clientName,
|
|
88
|
+
commandName,
|
|
89
|
+
inputFilterSensitiveLog: models_0_1.DescribeFleetAttributesInput.filterSensitiveLog,
|
|
90
|
+
outputFilterSensitiveLog: models_0_1.DescribeFleetAttributesOutput.filterSensitiveLog,
|
|
91
|
+
};
|
|
92
|
+
const { requestHandler } = configuration;
|
|
93
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
94
|
+
}
|
|
95
|
+
serialize(input, context) {
|
|
96
|
+
return Aws_json1_1_1.serializeAws_json1_1DescribeFleetAttributesCommand(input, context);
|
|
97
|
+
}
|
|
98
|
+
deserialize(output, context) {
|
|
99
|
+
return Aws_json1_1_1.deserializeAws_json1_1DescribeFleetAttributesCommand(output, context);
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
exports.DescribeFleetAttributesCommand = DescribeFleetAttributesCommand;
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DescribeFleetCapacityCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
/**
|
|
9
|
+
* <p>Retrieves the resource capacity settings for one or more fleets. The data returned
|
|
10
|
+
* includes the current fleet capacity (number of EC2 instances), and settings that can
|
|
11
|
+
* control how capacity scaling. For fleets with remote locations, this operation retrieves
|
|
12
|
+
* data for the fleet's home Region only. See <a>DescribeFleetLocationCapacity</a> to get capacity settings for a fleet's remote locations.</p>
|
|
13
|
+
* <p>This operation can be used in the following ways: </p>
|
|
14
|
+
* <ul>
|
|
15
|
+
* <li>
|
|
16
|
+
* <p>To get capacity data for one or more specific fleets, provide a list of fleet
|
|
17
|
+
* IDs or fleet ARNs. </p>
|
|
18
|
+
* </li>
|
|
19
|
+
* <li>
|
|
20
|
+
* <p>To get capacity data for all fleets, do not provide a fleet identifier. </p>
|
|
21
|
+
* </li>
|
|
22
|
+
* </ul>
|
|
23
|
+
* <p>When requesting multiple fleets, use the pagination parameters to retrieve results as
|
|
24
|
+
* a set of sequential pages. </p>
|
|
25
|
+
* <p>If successful, a <a>FleetCapacity</a> object is returned for each requested
|
|
26
|
+
* fleet ID. Each FleetCapacity object includes a <code>Location</code> property, which is
|
|
27
|
+
* set to the fleet's home Region. When a list of fleet IDs is provided, attribute objects
|
|
28
|
+
* are returned only for fleets that currently exist.</p>
|
|
29
|
+
* <note>
|
|
30
|
+
* <p>Some API operations may limit the number of fleet IDs that are allowed in one
|
|
31
|
+
* request. If a request exceeds this limit, the request fails and the error message
|
|
32
|
+
* includes the maximum allowed.</p>
|
|
33
|
+
* </note>
|
|
34
|
+
* <p>
|
|
35
|
+
* <b>Learn more</b>
|
|
36
|
+
* </p>
|
|
37
|
+
* <p>
|
|
38
|
+
* <a href="https://docs.aws.amazon.com/gamelift/latest/developerguide/fleets-intro.html">Setting up GameLift fleets</a>
|
|
39
|
+
* </p>
|
|
40
|
+
* <p>
|
|
41
|
+
* <a href="https://docs.aws.amazon.com/gamelift/latest/developerguide/monitoring-cloudwatch.html#gamelift-metrics-fleet">GameLift metrics for fleets</a>
|
|
42
|
+
* </p>
|
|
43
|
+
* <p>
|
|
44
|
+
* <b>Related actions</b>
|
|
45
|
+
* </p>
|
|
46
|
+
* <p>
|
|
47
|
+
* <a>ListFleets</a> |
|
|
48
|
+
* <a>DescribeEC2InstanceLimits</a> |
|
|
49
|
+
* <a>DescribeFleetAttributes</a> |
|
|
50
|
+
* <a>DescribeFleetCapacity</a> |
|
|
51
|
+
* <a>DescribeFleetEvents</a> |
|
|
52
|
+
* <a>DescribeFleetLocationAttributes</a> |
|
|
53
|
+
* <a>DescribeFleetPortSettings</a> |
|
|
54
|
+
* <a>DescribeFleetUtilization</a> |
|
|
55
|
+
* <a>DescribeRuntimeConfiguration</a> |
|
|
56
|
+
* <a>DescribeScalingPolicies</a> |
|
|
57
|
+
* <a href="https://docs.aws.amazon.com/gamelift/latest/developerguide/reference-awssdk.html#reference-awssdk-resources-fleets">All APIs by task</a>
|
|
58
|
+
* </p>
|
|
59
|
+
* @example
|
|
60
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
61
|
+
* ```javascript
|
|
62
|
+
* import { GameLiftClient, DescribeFleetCapacityCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
63
|
+
* // const { GameLiftClient, DescribeFleetCapacityCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
64
|
+
* const client = new GameLiftClient(config);
|
|
65
|
+
* const command = new DescribeFleetCapacityCommand(input);
|
|
66
|
+
* const response = await client.send(command);
|
|
67
|
+
* ```
|
|
68
|
+
*
|
|
69
|
+
* @see {@link DescribeFleetCapacityCommandInput} for command's `input` shape.
|
|
70
|
+
* @see {@link DescribeFleetCapacityCommandOutput} for command's `response` shape.
|
|
71
|
+
* @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
|
|
72
|
+
*
|
|
73
|
+
*/
|
|
74
|
+
class DescribeFleetCapacityCommand extends smithy_client_1.Command {
|
|
75
|
+
// Start section: command_properties
|
|
76
|
+
// End section: command_properties
|
|
77
|
+
constructor(input) {
|
|
78
|
+
// Start section: command_constructor
|
|
79
|
+
super();
|
|
80
|
+
this.input = input;
|
|
81
|
+
// End section: command_constructor
|
|
82
|
+
}
|
|
83
|
+
/**
|
|
84
|
+
* @internal
|
|
85
|
+
*/
|
|
86
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
87
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
88
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
89
|
+
const { logger } = configuration;
|
|
90
|
+
const clientName = "GameLiftClient";
|
|
91
|
+
const commandName = "DescribeFleetCapacityCommand";
|
|
92
|
+
const handlerExecutionContext = {
|
|
93
|
+
logger,
|
|
94
|
+
clientName,
|
|
95
|
+
commandName,
|
|
96
|
+
inputFilterSensitiveLog: models_0_1.DescribeFleetCapacityInput.filterSensitiveLog,
|
|
97
|
+
outputFilterSensitiveLog: models_0_1.DescribeFleetCapacityOutput.filterSensitiveLog,
|
|
98
|
+
};
|
|
99
|
+
const { requestHandler } = configuration;
|
|
100
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
101
|
+
}
|
|
102
|
+
serialize(input, context) {
|
|
103
|
+
return Aws_json1_1_1.serializeAws_json1_1DescribeFleetCapacityCommand(input, context);
|
|
104
|
+
}
|
|
105
|
+
deserialize(output, context) {
|
|
106
|
+
return Aws_json1_1_1.deserializeAws_json1_1DescribeFleetCapacityCommand(output, context);
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
exports.DescribeFleetCapacityCommand = DescribeFleetCapacityCommand;
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DescribeFleetEventsCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
/**
|
|
9
|
+
* <p>Retrieves entries from a fleet's event log. Fleet events are initiated by changes in
|
|
10
|
+
* status, such as during fleet creation and termination, changes in capacity, etc. If a
|
|
11
|
+
* fleet has multiple locations, events are also initiated by changes to status and
|
|
12
|
+
* capacity in remote locations. </p>
|
|
13
|
+
* <p>You can specify a time range to limit the result set. Use the pagination parameters to
|
|
14
|
+
* retrieve results as a set of sequential pages. </p>
|
|
15
|
+
* <p>If successful, a collection of event log entries matching the request are
|
|
16
|
+
* returned.</p>
|
|
17
|
+
* <p>
|
|
18
|
+
* <b>Learn more</b>
|
|
19
|
+
* </p>
|
|
20
|
+
* <p>
|
|
21
|
+
* <a href="https://docs.aws.amazon.com/gamelift/latest/developerguide/fleets-intro.html">Setting up GameLift fleets</a>
|
|
22
|
+
* </p>
|
|
23
|
+
* <p>
|
|
24
|
+
* <b>Related actions</b>
|
|
25
|
+
* </p>
|
|
26
|
+
* <p>
|
|
27
|
+
* <a>ListFleets</a> |
|
|
28
|
+
* <a>DescribeEC2InstanceLimits</a> |
|
|
29
|
+
* <a>DescribeFleetAttributes</a> |
|
|
30
|
+
* <a>DescribeFleetCapacity</a> |
|
|
31
|
+
* <a>DescribeFleetEvents</a> |
|
|
32
|
+
* <a>DescribeFleetLocationAttributes</a> |
|
|
33
|
+
* <a>DescribeFleetPortSettings</a> |
|
|
34
|
+
* <a>DescribeFleetUtilization</a> |
|
|
35
|
+
* <a>DescribeRuntimeConfiguration</a> |
|
|
36
|
+
* <a>DescribeScalingPolicies</a> |
|
|
37
|
+
* <a href="https://docs.aws.amazon.com/gamelift/latest/developerguide/reference-awssdk.html#reference-awssdk-resources-fleets">All APIs by task</a>
|
|
38
|
+
* </p>
|
|
39
|
+
* @example
|
|
40
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
41
|
+
* ```javascript
|
|
42
|
+
* import { GameLiftClient, DescribeFleetEventsCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
43
|
+
* // const { GameLiftClient, DescribeFleetEventsCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
44
|
+
* const client = new GameLiftClient(config);
|
|
45
|
+
* const command = new DescribeFleetEventsCommand(input);
|
|
46
|
+
* const response = await client.send(command);
|
|
47
|
+
* ```
|
|
48
|
+
*
|
|
49
|
+
* @see {@link DescribeFleetEventsCommandInput} for command's `input` shape.
|
|
50
|
+
* @see {@link DescribeFleetEventsCommandOutput} for command's `response` shape.
|
|
51
|
+
* @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
|
|
52
|
+
*
|
|
53
|
+
*/
|
|
54
|
+
class DescribeFleetEventsCommand extends smithy_client_1.Command {
|
|
55
|
+
// Start section: command_properties
|
|
56
|
+
// End section: command_properties
|
|
57
|
+
constructor(input) {
|
|
58
|
+
// Start section: command_constructor
|
|
59
|
+
super();
|
|
60
|
+
this.input = input;
|
|
61
|
+
// End section: command_constructor
|
|
62
|
+
}
|
|
63
|
+
/**
|
|
64
|
+
* @internal
|
|
65
|
+
*/
|
|
66
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
67
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
68
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
69
|
+
const { logger } = configuration;
|
|
70
|
+
const clientName = "GameLiftClient";
|
|
71
|
+
const commandName = "DescribeFleetEventsCommand";
|
|
72
|
+
const handlerExecutionContext = {
|
|
73
|
+
logger,
|
|
74
|
+
clientName,
|
|
75
|
+
commandName,
|
|
76
|
+
inputFilterSensitiveLog: models_0_1.DescribeFleetEventsInput.filterSensitiveLog,
|
|
77
|
+
outputFilterSensitiveLog: models_0_1.DescribeFleetEventsOutput.filterSensitiveLog,
|
|
78
|
+
};
|
|
79
|
+
const { requestHandler } = configuration;
|
|
80
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
81
|
+
}
|
|
82
|
+
serialize(input, context) {
|
|
83
|
+
return Aws_json1_1_1.serializeAws_json1_1DescribeFleetEventsCommand(input, context);
|
|
84
|
+
}
|
|
85
|
+
deserialize(output, context) {
|
|
86
|
+
return Aws_json1_1_1.deserializeAws_json1_1DescribeFleetEventsCommand(output, context);
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
exports.DescribeFleetEventsCommand = DescribeFleetEventsCommand;
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DescribeFleetLocationAttributesCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
/**
|
|
9
|
+
* <p>Retrieves information on a fleet's remote locations, including life-cycle status and
|
|
10
|
+
* any suspended fleet activity. </p>
|
|
11
|
+
* <p>This operation can be used in the following ways: </p>
|
|
12
|
+
* <ul>
|
|
13
|
+
* <li>
|
|
14
|
+
* <p>To get data for specific locations, provide a fleet identifier and a list of
|
|
15
|
+
* locations. Location data is returned in the order that it is requested. </p>
|
|
16
|
+
* </li>
|
|
17
|
+
* <li>
|
|
18
|
+
* <p>To get data for all locations, provide a fleet identifier only. Location data
|
|
19
|
+
* is returned in no particular order. </p>
|
|
20
|
+
* </li>
|
|
21
|
+
* </ul>
|
|
22
|
+
* <p>When requesting attributes for multiple locations, use the pagination parameters to
|
|
23
|
+
* retrieve results as a set of sequential pages. </p>
|
|
24
|
+
* <p>If successful, a <code>LocationAttributes</code> object is returned for each requested
|
|
25
|
+
* location. If the fleet does not have a requested location, no information is returned.
|
|
26
|
+
* This operation does not return the home Region. To get information on a fleet's home
|
|
27
|
+
* Region, call <code>DescribeFleetAttributes</code>.</p>
|
|
28
|
+
* <p>
|
|
29
|
+
* <b>Learn more</b>
|
|
30
|
+
* </p>
|
|
31
|
+
* <p>
|
|
32
|
+
* <a href="https://docs.aws.amazon.com/gamelift/latest/developerguide/fleets-intro.html">Setting up GameLift fleets</a>
|
|
33
|
+
* </p>
|
|
34
|
+
* <p>
|
|
35
|
+
* <b>Related actions</b>
|
|
36
|
+
* </p>
|
|
37
|
+
* <p>
|
|
38
|
+
* <a>CreateFleetLocations</a> |
|
|
39
|
+
* <a>DescribeFleetLocationAttributes</a> |
|
|
40
|
+
* <a>DescribeFleetLocationCapacity</a> |
|
|
41
|
+
* <a>DescribeFleetLocationUtilization</a> |
|
|
42
|
+
* <a>DescribeFleetAttributes</a> |
|
|
43
|
+
* <a>DescribeFleetCapacity</a> |
|
|
44
|
+
* <a>DescribeFleetUtilization</a> |
|
|
45
|
+
* <a>UpdateFleetCapacity</a> |
|
|
46
|
+
* <a>StopFleetActions</a> |
|
|
47
|
+
* <a>DeleteFleetLocations</a> |
|
|
48
|
+
* <a href="https://docs.aws.amazon.com/gamelift/latest/developerguide/reference-awssdk.html#reference-awssdk-resources-fleets">All APIs by task</a>
|
|
49
|
+
* </p>
|
|
50
|
+
* @example
|
|
51
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
52
|
+
* ```javascript
|
|
53
|
+
* import { GameLiftClient, DescribeFleetLocationAttributesCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
54
|
+
* // const { GameLiftClient, DescribeFleetLocationAttributesCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
55
|
+
* const client = new GameLiftClient(config);
|
|
56
|
+
* const command = new DescribeFleetLocationAttributesCommand(input);
|
|
57
|
+
* const response = await client.send(command);
|
|
58
|
+
* ```
|
|
59
|
+
*
|
|
60
|
+
* @see {@link DescribeFleetLocationAttributesCommandInput} for command's `input` shape.
|
|
61
|
+
* @see {@link DescribeFleetLocationAttributesCommandOutput} for command's `response` shape.
|
|
62
|
+
* @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
|
|
63
|
+
*
|
|
64
|
+
*/
|
|
65
|
+
class DescribeFleetLocationAttributesCommand extends smithy_client_1.Command {
|
|
66
|
+
// Start section: command_properties
|
|
67
|
+
// End section: command_properties
|
|
68
|
+
constructor(input) {
|
|
69
|
+
// Start section: command_constructor
|
|
70
|
+
super();
|
|
71
|
+
this.input = input;
|
|
72
|
+
// End section: command_constructor
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
77
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
78
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
79
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
80
|
+
const { logger } = configuration;
|
|
81
|
+
const clientName = "GameLiftClient";
|
|
82
|
+
const commandName = "DescribeFleetLocationAttributesCommand";
|
|
83
|
+
const handlerExecutionContext = {
|
|
84
|
+
logger,
|
|
85
|
+
clientName,
|
|
86
|
+
commandName,
|
|
87
|
+
inputFilterSensitiveLog: models_0_1.DescribeFleetLocationAttributesInput.filterSensitiveLog,
|
|
88
|
+
outputFilterSensitiveLog: models_0_1.DescribeFleetLocationAttributesOutput.filterSensitiveLog,
|
|
89
|
+
};
|
|
90
|
+
const { requestHandler } = configuration;
|
|
91
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
92
|
+
}
|
|
93
|
+
serialize(input, context) {
|
|
94
|
+
return Aws_json1_1_1.serializeAws_json1_1DescribeFleetLocationAttributesCommand(input, context);
|
|
95
|
+
}
|
|
96
|
+
deserialize(output, context) {
|
|
97
|
+
return Aws_json1_1_1.deserializeAws_json1_1DescribeFleetLocationAttributesCommand(output, context);
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
exports.DescribeFleetLocationAttributesCommand = DescribeFleetLocationAttributesCommand;
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DescribeFleetLocationCapacityCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
/**
|
|
9
|
+
* <p>Retrieves the resource capacity settings for a fleet location. The data returned
|
|
10
|
+
* includes the current capacity (number of EC2 instances) and some scaling settings for
|
|
11
|
+
* the requested fleet location. Use this operation to retrieve capacity information for a
|
|
12
|
+
* fleet's remote location or home Region (you can also retrieve home Region capacity by
|
|
13
|
+
* calling <code>DescribeFleetCapacity</code>).</p>
|
|
14
|
+
* <p>To retrieve capacity data, identify a fleet and location. </p>
|
|
15
|
+
* <p>If successful, a <code>FleetCapacity</code> object is returned for the requested fleet
|
|
16
|
+
* location. </p>
|
|
17
|
+
* <p>
|
|
18
|
+
* <b>Learn more</b>
|
|
19
|
+
* </p>
|
|
20
|
+
* <p>
|
|
21
|
+
* <a href="https://docs.aws.amazon.com/gamelift/latest/developerguide/fleets-intro.html">Setting up GameLift fleets</a>
|
|
22
|
+
* </p>
|
|
23
|
+
* <p>
|
|
24
|
+
* <a href="https://docs.aws.amazon.com/gamelift/latest/developerguide/monitoring-cloudwatch.html#gamelift-metrics-fleet">GameLift metrics for fleets</a>
|
|
25
|
+
* </p>
|
|
26
|
+
* <p>
|
|
27
|
+
* <b>Related actions</b>
|
|
28
|
+
* </p>
|
|
29
|
+
* <p>
|
|
30
|
+
* <a>CreateFleetLocations</a> |
|
|
31
|
+
* <a>DescribeFleetLocationAttributes</a> |
|
|
32
|
+
* <a>DescribeFleetLocationCapacity</a> |
|
|
33
|
+
* <a>DescribeFleetLocationUtilization</a> |
|
|
34
|
+
* <a>DescribeFleetAttributes</a> |
|
|
35
|
+
* <a>DescribeFleetCapacity</a> |
|
|
36
|
+
* <a>DescribeFleetUtilization</a> |
|
|
37
|
+
* <a>UpdateFleetCapacity</a> |
|
|
38
|
+
* <a>StopFleetActions</a> |
|
|
39
|
+
* <a>DeleteFleetLocations</a> |
|
|
40
|
+
* <a href="https://docs.aws.amazon.com/gamelift/latest/developerguide/reference-awssdk.html#reference-awssdk-resources-fleets">All APIs by task</a>
|
|
41
|
+
* </p>
|
|
42
|
+
* @example
|
|
43
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
44
|
+
* ```javascript
|
|
45
|
+
* import { GameLiftClient, DescribeFleetLocationCapacityCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
46
|
+
* // const { GameLiftClient, DescribeFleetLocationCapacityCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
47
|
+
* const client = new GameLiftClient(config);
|
|
48
|
+
* const command = new DescribeFleetLocationCapacityCommand(input);
|
|
49
|
+
* const response = await client.send(command);
|
|
50
|
+
* ```
|
|
51
|
+
*
|
|
52
|
+
* @see {@link DescribeFleetLocationCapacityCommandInput} for command's `input` shape.
|
|
53
|
+
* @see {@link DescribeFleetLocationCapacityCommandOutput} for command's `response` shape.
|
|
54
|
+
* @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
|
|
55
|
+
*
|
|
56
|
+
*/
|
|
57
|
+
class DescribeFleetLocationCapacityCommand extends smithy_client_1.Command {
|
|
58
|
+
// Start section: command_properties
|
|
59
|
+
// End section: command_properties
|
|
60
|
+
constructor(input) {
|
|
61
|
+
// Start section: command_constructor
|
|
62
|
+
super();
|
|
63
|
+
this.input = input;
|
|
64
|
+
// End section: command_constructor
|
|
65
|
+
}
|
|
66
|
+
/**
|
|
67
|
+
* @internal
|
|
68
|
+
*/
|
|
69
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
70
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
71
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
72
|
+
const { logger } = configuration;
|
|
73
|
+
const clientName = "GameLiftClient";
|
|
74
|
+
const commandName = "DescribeFleetLocationCapacityCommand";
|
|
75
|
+
const handlerExecutionContext = {
|
|
76
|
+
logger,
|
|
77
|
+
clientName,
|
|
78
|
+
commandName,
|
|
79
|
+
inputFilterSensitiveLog: models_0_1.DescribeFleetLocationCapacityInput.filterSensitiveLog,
|
|
80
|
+
outputFilterSensitiveLog: models_0_1.DescribeFleetLocationCapacityOutput.filterSensitiveLog,
|
|
81
|
+
};
|
|
82
|
+
const { requestHandler } = configuration;
|
|
83
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
84
|
+
}
|
|
85
|
+
serialize(input, context) {
|
|
86
|
+
return Aws_json1_1_1.serializeAws_json1_1DescribeFleetLocationCapacityCommand(input, context);
|
|
87
|
+
}
|
|
88
|
+
deserialize(output, context) {
|
|
89
|
+
return Aws_json1_1_1.deserializeAws_json1_1DescribeFleetLocationCapacityCommand(output, context);
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
exports.DescribeFleetLocationCapacityCommand = DescribeFleetLocationCapacityCommand;
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DescribeFleetLocationUtilizationCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
/**
|
|
9
|
+
* <p>Retrieves current usage data for a fleet location. Utilization data provides a
|
|
10
|
+
* snapshot of current game hosting activity at the requested location. Use this operation
|
|
11
|
+
* to retrieve utilization information for a fleet's remote location or home Region (you
|
|
12
|
+
* can also retrieve home Region utilization by calling
|
|
13
|
+
* <code>DescribeFleetUtilization</code>).</p>
|
|
14
|
+
* <p>To retrieve utilization data, identify a fleet and location. </p>
|
|
15
|
+
* <p>If successful, a <code>FleetUtilization</code> object is returned for the requested
|
|
16
|
+
* fleet location. </p>
|
|
17
|
+
* <p>
|
|
18
|
+
* <b>Learn more</b>
|
|
19
|
+
* </p>
|
|
20
|
+
* <p>
|
|
21
|
+
* <a href="https://docs.aws.amazon.com/gamelift/latest/developerguide/fleets-intro.html">Setting up GameLift fleets</a>
|
|
22
|
+
* </p>
|
|
23
|
+
* <p>
|
|
24
|
+
* <a href="https://docs.aws.amazon.com/gamelift/latest/developerguide/monitoring-cloudwatch.html#gamelift-metrics-fleet">GameLift metrics for fleets</a>
|
|
25
|
+
* </p>
|
|
26
|
+
* <p>
|
|
27
|
+
* <b>Related actions</b>
|
|
28
|
+
* </p>
|
|
29
|
+
* <p>
|
|
30
|
+
* <a>CreateFleetLocations</a> |
|
|
31
|
+
* <a>DescribeFleetLocationAttributes</a> |
|
|
32
|
+
* <a>DescribeFleetLocationCapacity</a> |
|
|
33
|
+
* <a>DescribeFleetLocationUtilization</a> |
|
|
34
|
+
* <a>DescribeFleetAttributes</a> |
|
|
35
|
+
* <a>DescribeFleetCapacity</a> |
|
|
36
|
+
* <a>DescribeFleetUtilization</a> |
|
|
37
|
+
* <a>UpdateFleetCapacity</a> |
|
|
38
|
+
* <a>StopFleetActions</a> |
|
|
39
|
+
* <a>DeleteFleetLocations</a> |
|
|
40
|
+
* <a href="https://docs.aws.amazon.com/gamelift/latest/developerguide/reference-awssdk.html#reference-awssdk-resources-fleets">All APIs by task</a>
|
|
41
|
+
* </p>
|
|
42
|
+
* @example
|
|
43
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
44
|
+
* ```javascript
|
|
45
|
+
* import { GameLiftClient, DescribeFleetLocationUtilizationCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
|
|
46
|
+
* // const { GameLiftClient, DescribeFleetLocationUtilizationCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
|
|
47
|
+
* const client = new GameLiftClient(config);
|
|
48
|
+
* const command = new DescribeFleetLocationUtilizationCommand(input);
|
|
49
|
+
* const response = await client.send(command);
|
|
50
|
+
* ```
|
|
51
|
+
*
|
|
52
|
+
* @see {@link DescribeFleetLocationUtilizationCommandInput} for command's `input` shape.
|
|
53
|
+
* @see {@link DescribeFleetLocationUtilizationCommandOutput} for command's `response` shape.
|
|
54
|
+
* @see {@link GameLiftClientResolvedConfig | config} for command's `input` shape.
|
|
55
|
+
*
|
|
56
|
+
*/
|
|
57
|
+
class DescribeFleetLocationUtilizationCommand extends smithy_client_1.Command {
|
|
58
|
+
// Start section: command_properties
|
|
59
|
+
// End section: command_properties
|
|
60
|
+
constructor(input) {
|
|
61
|
+
// Start section: command_constructor
|
|
62
|
+
super();
|
|
63
|
+
this.input = input;
|
|
64
|
+
// End section: command_constructor
|
|
65
|
+
}
|
|
66
|
+
/**
|
|
67
|
+
* @internal
|
|
68
|
+
*/
|
|
69
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
70
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
71
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
72
|
+
const { logger } = configuration;
|
|
73
|
+
const clientName = "GameLiftClient";
|
|
74
|
+
const commandName = "DescribeFleetLocationUtilizationCommand";
|
|
75
|
+
const handlerExecutionContext = {
|
|
76
|
+
logger,
|
|
77
|
+
clientName,
|
|
78
|
+
commandName,
|
|
79
|
+
inputFilterSensitiveLog: models_0_1.DescribeFleetLocationUtilizationInput.filterSensitiveLog,
|
|
80
|
+
outputFilterSensitiveLog: models_0_1.DescribeFleetLocationUtilizationOutput.filterSensitiveLog,
|
|
81
|
+
};
|
|
82
|
+
const { requestHandler } = configuration;
|
|
83
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
84
|
+
}
|
|
85
|
+
serialize(input, context) {
|
|
86
|
+
return Aws_json1_1_1.serializeAws_json1_1DescribeFleetLocationUtilizationCommand(input, context);
|
|
87
|
+
}
|
|
88
|
+
deserialize(output, context) {
|
|
89
|
+
return Aws_json1_1_1.deserializeAws_json1_1DescribeFleetLocationUtilizationCommand(output, context);
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
exports.DescribeFleetLocationUtilizationCommand = DescribeFleetLocationUtilizationCommand;
|