@aws-sdk/client-gamelift 3.50.0 → 3.53.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 +30 -0
- package/README.md +5 -5
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/GameLiftServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +217 -6
- package/dist-cjs/protocols/Aws_json1_1.js +951 -3696
- package/dist-es/index.js +1 -0
- package/dist-es/models/GameLiftServiceException.js +12 -0
- package/dist-es/models/models_0.js +197 -1
- package/dist-es/protocols/Aws_json1_1.js +2150 -4047
- package/dist-types/GameLift.d.ts +182 -125
- package/dist-types/GameLiftClient.d.ts +5 -5
- package/dist-types/commands/CreateAliasCommand.d.ts +1 -1
- package/dist-types/commands/CreateBuildCommand.d.ts +4 -4
- package/dist-types/commands/CreateFleetCommand.d.ts +6 -3
- package/dist-types/commands/CreateFleetLocationsCommand.d.ts +1 -1
- package/dist-types/commands/CreateGameServerGroupCommand.d.ts +6 -6
- package/dist-types/commands/CreateGameSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateGameSessionQueueCommand.d.ts +13 -6
- package/dist-types/commands/CreateMatchmakingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreatePlayerSessionCommand.d.ts +3 -1
- package/dist-types/commands/CreatePlayerSessionsCommand.d.ts +3 -1
- package/dist-types/commands/CreateScriptCommand.d.ts +6 -6
- package/dist-types/commands/CreateVpcPeeringAuthorizationCommand.d.ts +12 -12
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +8 -8
- package/dist-types/commands/DeleteGameSessionQueueCommand.d.ts +10 -5
- package/dist-types/commands/DeleteScriptCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpcPeeringConnectionCommand.d.ts +2 -2
- package/dist-types/commands/DescribeEC2InstanceLimitsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeGameSessionDetailsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGameSessionPlacementCommand.d.ts +10 -2
- package/dist-types/commands/DescribeGameSessionQueuesCommand.d.ts +8 -4
- package/dist-types/commands/DescribeGameSessionsCommand.d.ts +16 -2
- package/dist-types/commands/DescribeMatchmakingCommand.d.ts +1 -1
- package/dist-types/commands/DescribePlayerSessionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeScriptCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcPeeringAuthorizationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +2 -2
- package/dist-types/commands/GetGameSessionLogUrlCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceAccessCommand.d.ts +1 -1
- package/dist-types/commands/ListAliasesCommand.d.ts +1 -1
- package/dist-types/commands/ListBuildsCommand.d.ts +1 -1
- package/dist-types/commands/ListFleetsCommand.d.ts +1 -1
- package/dist-types/commands/ListGameServerGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListScriptsCommand.d.ts +2 -2
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -4
- package/dist-types/commands/PutScalingPolicyCommand.d.ts +4 -4
- package/dist-types/commands/RequestUploadCredentialsCommand.d.ts +1 -1
- package/dist-types/commands/SearchGameSessionsCommand.d.ts +7 -0
- package/dist-types/commands/StartGameSessionPlacementCommand.d.ts +5 -5
- package/dist-types/commands/StartMatchBackfillCommand.d.ts +1 -0
- package/dist-types/commands/StartMatchmakingCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +5 -5
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -4
- package/dist-types/commands/UpdateFleetCapacityCommand.d.ts +2 -2
- package/dist-types/commands/UpdateGameSessionQueueCommand.d.ts +8 -4
- package/dist-types/commands/UpdateScriptCommand.d.ts +2 -2
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/GameLiftServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +409 -305
- package/dist-types/ts3.4/GameLift.d.ts +480 -0
- package/dist-types/ts3.4/GameLiftClient.d.ts +168 -0
- package/dist-types/ts3.4/commands/AcceptMatchCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ClaimGameServerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateBuildCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateFleetLocationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateGameServerGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateGameSessionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateGameSessionQueueCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateMatchmakingConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateMatchmakingRuleSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePlayerSessionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePlayerSessionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateScriptCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateVpcPeeringAuthorizationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteBuildCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFleetLocationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteGameServerGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteGameSessionQueueCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteMatchmakingConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteMatchmakingRuleSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteScalingPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteScriptCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteVpcPeeringAuthorizationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteVpcPeeringConnectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeregisterGameServerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAliasCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeBuildCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEC2InstanceLimitsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFleetAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFleetCapacityCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFleetEventsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFleetLocationAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFleetLocationCapacityCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFleetLocationUtilizationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFleetPortSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFleetUtilizationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeGameServerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeGameServerGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeGameServerInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeGameSessionDetailsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeGameSessionPlacementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeGameSessionQueuesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeGameSessionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeMatchmakingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeMatchmakingConfigurationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeMatchmakingRuleSetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePlayerSessionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeRuntimeConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeScalingPoliciesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeScriptCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeVpcPeeringAuthorizationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetGameSessionLogUrlCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetInstanceAccessCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListBuildsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListGameServerGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListGameServersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListScriptsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutScalingPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterGameServerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RequestUploadCredentialsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ResolveAliasCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ResumeGameServerGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SearchGameSessionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartFleetActionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartGameSessionPlacementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartMatchBackfillCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartMatchmakingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopFleetActionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopGameSessionPlacementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopMatchmakingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SuspendGameServerGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateBuildCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateFleetAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateFleetCapacityCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateFleetPortSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateGameServerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateGameServerGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateGameSessionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateGameSessionQueueCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateMatchmakingConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateRuntimeConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateScriptCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ValidateMatchmakingRuleSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +95 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/GameLiftServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +3503 -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/pagination/index.d.ts +22 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +287 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +33 -33
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.