models.gamelift-2015-10-01-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-gamelift Show documentation
{
"metadata" : {
"apiVersion" : "2015-10-01",
"exceptionUnmarshallerImpl" : null,
"protocol" : "json",
"checksumFormat" : null,
"documentation" : "Amazon GameLift Service Welcome to the Amazon GameLift API Reference. Amazon GameLift is a managed Amazon Web Services (AWS) service for developers who need a scalable, server-based solution for multiplayer games. Amazon GameLift provides setup and deployment of game servers, and handles infrastructure scaling and session management. For more information about the GameLift service, including a feature overview, getting started guide, and tutorial, see the accompanying Amazon GameLift Developer Guide.
This reference describes the low-level service API for GameLift. You can call this API directly or use the AWS SDK for your preferred language. The AWS SDK includes a set of high-level GameLift actions multiplayer game sessions. Alternatively, you can use the AWS command-line interface (CLI) tool, which includes commands for GameLift. For administrative actions, you can use the Amazon GameLift console.
Managing Game and Player Sessions Through GameLift
Call these actions from your game clients and/or services to create and manage multiplayer game sessions.
- Game sessions
- Player sessions
- Other actions:
Setting Up Game Servers
Use these administrative actions to configure GameLift to host your game servers. When configuring GameLift, you'll need to (1) configure a build for your game and provide build files, and (2) set up one or more fleets to host game sessions.
- Build actions:
- Fleet actions:
- Alias actions:
- Scaling policy actions:
",
"defaultEndpoint" : "https://gamelift.us-east-1.amazonaws.com",
"defaultEndpointWithoutHttpProtocol" : "gamelift.us-east-1.amazonaws.com",
"syncInterface" : "AmazonGameLift",
"syncClient" : "AmazonGameLiftClient",
"asyncInterface" : "AmazonGameLiftAsync",
"asyncClient" : "AmazonGameLiftAsyncClient",
"packageName" : "com.amazonaws.services.gamelift",
"packagePath" : "com/amazonaws/services/gamelift",
"serviceAbbreviation" : null,
"serviceFullName" : "Amazon GameLift",
"hasApiWithStreamInput" : false,
"jsonContentVersion" : "application/x-amz-json-1.1",
"jsonVersion" : "1.1",
"endpointPrefix" : "gamelift",
"signingName" : "gamelift",
"jsonProtocol" : true,
"serviceName" : "Amazon GameLift",
"cborProtocol" : false,
"unmarshallerContextClassName" : "JsonUnmarshallerContext",
"unmarshallerClassSuffix" : "JsonUnmarshaller",
"protocolDefaultExceptionUnmarshallerType" : "JsonErrorUnmarshaller",
"xmlProtocol" : false
},
"operations" : {
"CreateAlias" : {
"documentation" : "Creates an alias for a fleet. You can use an alias to anonymize your fleet by referencing an alias instead of a specific fleet when you create game sessions. Amazon GameLift supports two types of routing strategies for aliases: simple and terminal. Use a simple alias to point to an active fleet. Use a terminal alias to display a message to incoming traffic instead of routing players to an active fleet. This option is useful when a game server is no longer supported but you want to provide better messaging than a standard 404 error.
To create a fleet alias, specify an alias name, routing strategy, and optional description. If successful, a new alias record is returned, including an alias ID, which you can reference when creating a game session. To reassign the alias to another fleet ID, call UpdateAlias.
",
"operationName" : "CreateAlias",
"deprecated" : false,
"input" : {
"variableName" : "createAliasRequest",
"variableType" : "CreateAliasRequest",
"variableDeclarationType" : "CreateAliasRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "CreateAliasRequest",
"variableSetterType" : "CreateAliasRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateAliasResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"exceptions" : [ {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Such requests should not be retried without valid authentication credentials.
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Please correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "ConflictException",
"documentation" : "The requested operation would cause a conflict with the current state of a service resource associated with the request. Please resolve the conflict before retrying this request.
"
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Such requests can be retried by clients, either immediately or after a back-off period.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The requested operation would cause the resource to exceed the allowed service limit. Please resolve the issue before retrying.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "CreateAliasResult",
"asyncReturnType" : "CreateAliasResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "createAlias"
},
"CreateBuild" : {
"documentation" : "Initializes a new build record and generates information required to upload a game build to Amazon GameLift. Once the build record has been created and is in an INITIALIZED state, you can upload your game build.
To create a build, use the CLI command upload-build, which creates a new build record and uploads the build files in one step. (See the Amazon GameLift Developer Guide for more details on the CLI and the upload process.) Call the CreateBuild action only if you have your own Amazon Simple Storage Service (Amazon S3) client and need to manually upload your build files.
To create a new build, optionally specify a build name and version. This metadata is stored with other properties in the build record and is displayed in the GameLift console (but not visible to players). If successful, this action returns the newly created build record along with an Amazon S3 storage location and AWS account credentials. Use the location and credentials to upload your game build.
",
"operationName" : "CreateBuild",
"deprecated" : false,
"input" : {
"variableName" : "createBuildRequest",
"variableType" : "CreateBuildRequest",
"variableDeclarationType" : "CreateBuildRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "CreateBuildRequest",
"variableSetterType" : "CreateBuildRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateBuildResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"exceptions" : [ {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Such requests should not be retried without valid authentication credentials.
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Please correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "ConflictException",
"documentation" : "The requested operation would cause a conflict with the current state of a service resource associated with the request. Please resolve the conflict before retrying this request.
"
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Such requests can be retried by clients, either immediately or after a back-off period.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "CreateBuildResult",
"asyncReturnType" : "CreateBuildResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "createBuild"
},
"CreateFleet" : {
"documentation" : "Creates a new fleet to host game servers. A fleet consists of a set of Amazon Elastic Compute Cloud (Amazon EC2) instances of a certain type, which defines the CPU, memory, storage, and networking capacity of each host in the fleet. See Amazon EC2 Instance Types for more information. Each instance in the fleet hosts a game server created from the specified game build. Once a fleet is in an ACTIVE state, it can begin hosting game sessions.
To create a new fleet, provide a name and the EC2 instance type for the new fleet, and specify the build and server launch path. Builds must be in a READY state before they can be used to build fleets. When configuring the new fleet, you can optionally (1) provide a set of launch parameters to be passed to a game server when activated; (2) limit incoming traffic to a specified range of IP addresses and port numbers; (3) set game session protection for all instances in the fleet, and (4) configure Amazon GameLift to store game session logs by specifying the path to the logs stored in your game server files. If the call is successful, Amazon GameLift performs the following tasks:
- Creates a fleet record and sets the state to NEW.
- Sets the fleet's capacity to 1 \"desired\" and 1 \"active\" EC2 instance count.
- Creates an EC2 instance and begins the process of initializing the fleet and activating a game server on the instance.
- Begins writing events to the fleet event log, which can be accessed in the GameLift console.
Once a fleet is created, use the following actions to change certain fleet properties (server launch parameters and log paths cannot be changed):
- UpdateFleetAttributes -- Update fleet metadata, including name and description.
- UpdateFleetCapacity -- Increase or decrease the number of instances you want the fleet to maintain.
- UpdateFleetPortSettings -- Change the IP addresses and ports that allow access to incoming traffic.
",
"operationName" : "CreateFleet",
"deprecated" : false,
"input" : {
"variableName" : "createFleetRequest",
"variableType" : "CreateFleetRequest",
"variableDeclarationType" : "CreateFleetRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "CreateFleetRequest",
"variableSetterType" : "CreateFleetRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateFleetResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"exceptions" : [ {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Such requests can be retried by clients, either immediately or after a back-off period.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Such requests should not be retried by clients.
"
}, {
"exceptionName" : "ConflictException",
"documentation" : "The requested operation would cause a conflict with the current state of a service resource associated with the request. Please resolve the conflict before retrying this request.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The requested operation would cause the resource to exceed the allowed service limit. Please resolve the issue before retrying.
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Please correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Such requests should not be retried without valid authentication credentials.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "CreateFleetResult",
"asyncReturnType" : "CreateFleetResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "createFleet"
},
"CreateGameSession" : {
"documentation" : "Creates a multiplayer game session for players. This action creates a game session record and assigns the new session to an instance in the specified fleet, which activates the server initialization process in your game server. A fleet must be in an ACTIVE state before a game session can be created for it.
To create a game session, specify either a fleet ID or an alias ID and indicate the maximum number of players the game session allows. You can also provide a name and a set of properties for your game (optional). If successful, a GameSession object is returned containing session properties, including an IP address. By default, newly created game sessions are set to accept adding any new players to the game session. Use UpdateGameSession to change the creation policy.
",
"operationName" : "CreateGameSession",
"deprecated" : false,
"input" : {
"variableName" : "createGameSessionRequest",
"variableType" : "CreateGameSessionRequest",
"variableDeclarationType" : "CreateGameSessionRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "CreateGameSessionRequest",
"variableSetterType" : "CreateGameSessionRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateGameSessionResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"exceptions" : [ {
"exceptionName" : "ConflictException",
"documentation" : "The requested operation would cause a conflict with the current state of a service resource associated with the request. Please resolve the conflict before retrying this request.
"
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Such requests can be retried by clients, either immediately or after a back-off period.
"
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Such requests should not be retried without valid authentication credentials.
"
}, {
"exceptionName" : "InvalidFleetStatusException",
"documentation" : "The requested operation would cause a conflict with the current state of a resource associated with the request and/or the fleet. Please resolve the conflict before retrying.
"
}, {
"exceptionName" : "TerminalRoutingStrategyException",
"documentation" : "The service is unable to resolve the routing for a particular alias because it has a terminal RoutingStrategy associated with it. The message returned in this exception is the message defined in the TerminalRoutingStrategy itself. Such requests should only be retried if the routing strategy for the specified alias is modified.
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Please correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Such requests should not be retried by clients.
"
}, {
"exceptionName" : "FleetCapacityExceededException",
"documentation" : "The specified fleet has no available instances to fulfill a request to create a new game session. Such requests should only be retried once the fleet capacity has been increased.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "CreateGameSessionResult",
"asyncReturnType" : "CreateGameSessionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "createGameSession"
},
"CreatePlayerSession" : {
"documentation" : "Adds a player to a game session and creates a player session record. A game session must be in an ACTIVE state, have a creation policy of ALLOW_ALL, and have an open player slot before players can be added to the session.
To create a player session, specify a game session ID and player ID. If successful, the player is added to the game session and a new PlayerSession object is returned.
",
"operationName" : "CreatePlayerSession",
"deprecated" : false,
"input" : {
"variableName" : "createPlayerSessionRequest",
"variableType" : "CreatePlayerSessionRequest",
"variableDeclarationType" : "CreatePlayerSessionRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "CreatePlayerSessionRequest",
"variableSetterType" : "CreatePlayerSessionRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreatePlayerSessionResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"exceptions" : [ {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Such requests can be retried by clients, either immediately or after a back-off period.
"
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Such requests should not be retried without valid authentication credentials.
"
}, {
"exceptionName" : "InvalidGameSessionStatusException",
"documentation" : "The requested operation would cause a conflict with the current state of a resource associated with the request and/or the game instance. Such requests should not be retried by clients without resolving the conflict.
"
}, {
"exceptionName" : "GameSessionFullException",
"documentation" : "The game instance is currently full and cannot allow the requested player(s) to join. This exception occurs in response to a CreatePlayerSession request.
"
}, {
"exceptionName" : "TerminalRoutingStrategyException",
"documentation" : "The service is unable to resolve the routing for a particular alias because it has a terminal RoutingStrategy associated with it. The message returned in this exception is the message defined in the TerminalRoutingStrategy itself. Such requests should only be retried if the routing strategy for the specified alias is modified.
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Please correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Such requests should not be retried by clients.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "CreatePlayerSessionResult",
"asyncReturnType" : "CreatePlayerSessionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "createPlayerSession"
},
"CreatePlayerSessions" : {
"documentation" : "Adds a group of players to a game session. Similar to CreatePlayerSession, this action allows you to add multiple players in a single call, which is useful for games that provide party and/or matchmaking features. A game session must be in an ACTIVE state, have a creation policy of ALLOW_ALL, and have an open player slot before players can be added to the session.
To create player sessions, specify a game session ID and a list of player IDs. If successful, the players are added to the game session and a set of new PlayerSession objects is returned.
",
"operationName" : "CreatePlayerSessions",
"deprecated" : false,
"input" : {
"variableName" : "createPlayerSessionsRequest",
"variableType" : "CreatePlayerSessionsRequest",
"variableDeclarationType" : "CreatePlayerSessionsRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "CreatePlayerSessionsRequest",
"variableSetterType" : "CreatePlayerSessionsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreatePlayerSessionsResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"exceptions" : [ {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Such requests can be retried by clients, either immediately or after a back-off period.
"
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Such requests should not be retried without valid authentication credentials.
"
}, {
"exceptionName" : "InvalidGameSessionStatusException",
"documentation" : "The requested operation would cause a conflict with the current state of a resource associated with the request and/or the game instance. Such requests should not be retried by clients without resolving the conflict.
"
}, {
"exceptionName" : "GameSessionFullException",
"documentation" : "The game instance is currently full and cannot allow the requested player(s) to join. This exception occurs in response to a CreatePlayerSession request.
"
}, {
"exceptionName" : "TerminalRoutingStrategyException",
"documentation" : "The service is unable to resolve the routing for a particular alias because it has a terminal RoutingStrategy associated with it. The message returned in this exception is the message defined in the TerminalRoutingStrategy itself. Such requests should only be retried if the routing strategy for the specified alias is modified.
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Please correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Such requests should not be retried by clients.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "CreatePlayerSessionsResult",
"asyncReturnType" : "CreatePlayerSessionsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "createPlayerSessions"
},
"DeleteAlias" : {
"documentation" : "Deletes an alias. This action removes all record of the alias; game clients attempting to access a game server using the deleted alias receive an error. To delete an alias, specify the alias ID to be deleted.
",
"operationName" : "DeleteAlias",
"deprecated" : false,
"input" : {
"variableName" : "deleteAliasRequest",
"variableType" : "DeleteAliasRequest",
"variableDeclarationType" : "DeleteAliasRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "DeleteAliasRequest",
"variableSetterType" : "DeleteAliasRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteAliasResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Such requests should not be retried without valid authentication credentials.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Such requests should not be retried by clients.
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Please correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Such requests can be retried by clients, either immediately or after a back-off period.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DeleteAliasResult",
"asyncReturnType" : "DeleteAliasResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "deleteAlias"
},
"DeleteBuild" : {
"documentation" : "Deletes a build. This action permanently deletes the build record and any uploaded build files.
To delete a build, specify its ID. Deleting a build does not affect the status of any active fleets, but you can no longer create new fleets for the deleted build.
",
"operationName" : "DeleteBuild",
"deprecated" : false,
"input" : {
"variableName" : "deleteBuildRequest",
"variableType" : "DeleteBuildRequest",
"variableDeclarationType" : "DeleteBuildRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "DeleteBuildRequest",
"variableSetterType" : "DeleteBuildRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteBuildResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Such requests should not be retried without valid authentication credentials.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Such requests should not be retried by clients.
"
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Such requests can be retried by clients, either immediately or after a back-off period.
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Please correct the invalid parameters before retrying.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DeleteBuildResult",
"asyncReturnType" : "DeleteBuildResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "deleteBuild"
},
"DeleteFleet" : {
"documentation" : "Deletes everything related to a fleet. Before deleting a fleet, you must set the fleet's desired capacity to zero. See UpdateFleetCapacity.
This action removes the fleet's resources and the fleet record. Once a fleet is deleted, you can no longer use that fleet.
",
"operationName" : "DeleteFleet",
"deprecated" : false,
"input" : {
"variableName" : "deleteFleetRequest",
"variableType" : "DeleteFleetRequest",
"variableDeclarationType" : "DeleteFleetRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "DeleteFleetRequest",
"variableSetterType" : "DeleteFleetRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteFleetResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Such requests should not be retried by clients.
"
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Such requests can be retried by clients, either immediately or after a back-off period.
"
}, {
"exceptionName" : "InvalidFleetStatusException",
"documentation" : "The requested operation would cause a conflict with the current state of a resource associated with the request and/or the fleet. Please resolve the conflict before retrying.
"
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Such requests should not be retried without valid authentication credentials.
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Please correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "InvalidFleetStatusException",
"documentation" : "The requested operation would cause a conflict with the current state of a resource associated with the request and/or the fleet. Please resolve the conflict before retrying.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DeleteFleetResult",
"asyncReturnType" : "DeleteFleetResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "deleteFleet"
},
"DeleteScalingPolicy" : {
"documentation" : "Deletes a fleet scaling policy. This action means that the policy is no longer in force and removes all record of it. To delete a scaling policy, specify both the scaling policy name and the fleet ID it is associated with.
",
"operationName" : "DeleteScalingPolicy",
"deprecated" : false,
"input" : {
"variableName" : "deleteScalingPolicyRequest",
"variableType" : "DeleteScalingPolicyRequest",
"variableDeclarationType" : "DeleteScalingPolicyRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "DeleteScalingPolicyRequest",
"variableSetterType" : "DeleteScalingPolicyRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteScalingPolicyResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Such requests can be retried by clients, either immediately or after a back-off period.
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Please correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Such requests should not be retried without valid authentication credentials.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Such requests should not be retried by clients.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DeleteScalingPolicyResult",
"asyncReturnType" : "DeleteScalingPolicyResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "deleteScalingPolicy"
},
"DescribeAlias" : {
"documentation" : "Retrieves properties for a specified alias. To get the alias, specify an alias ID. If successful, an Alias object is returned.
",
"operationName" : "DescribeAlias",
"deprecated" : false,
"input" : {
"variableName" : "describeAliasRequest",
"variableType" : "DescribeAliasRequest",
"variableDeclarationType" : "DescribeAliasRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "DescribeAliasRequest",
"variableSetterType" : "DescribeAliasRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeAliasResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"exceptions" : [ {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Such requests should not be retried without valid authentication credentials.
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Please correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Such requests should not be retried by clients.
"
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Such requests can be retried by clients, either immediately or after a back-off period.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DescribeAliasResult",
"asyncReturnType" : "DescribeAliasResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describeAlias"
},
"DescribeBuild" : {
"documentation" : "Retrieves properties for a build. To get a build record, specify a build ID. If successful, an object containing the build properties is returned.
",
"operationName" : "DescribeBuild",
"deprecated" : false,
"input" : {
"variableName" : "describeBuildRequest",
"variableType" : "DescribeBuildRequest",
"variableDeclarationType" : "DescribeBuildRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "DescribeBuildRequest",
"variableSetterType" : "DescribeBuildRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeBuildResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"exceptions" : [ {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Such requests should not be retried without valid authentication credentials.
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Please correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Such requests should not be retried by clients.
"
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Such requests can be retried by clients, either immediately or after a back-off period.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DescribeBuildResult",
"asyncReturnType" : "DescribeBuildResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describeBuild"
},
"DescribeEC2InstanceLimits" : {
"documentation" : "Retrieves the following information for the specified EC2 instance type:
- maximum number of instances allowed per AWS account (service limit)
- current usage level for the AWS account
Service limits vary depending on region. Available regions for GameLift can be found in the AWS Management Console for GameLift (see the drop-down list in the upper right corner).
",
"operationName" : "DescribeEC2InstanceLimits",
"deprecated" : false,
"input" : {
"variableName" : "describeEC2InstanceLimitsRequest",
"variableType" : "DescribeEC2InstanceLimitsRequest",
"variableDeclarationType" : "DescribeEC2InstanceLimitsRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "DescribeEC2InstanceLimitsRequest",
"variableSetterType" : "DescribeEC2InstanceLimitsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeEC2InstanceLimitsResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Please correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Such requests can be retried by clients, either immediately or after a back-off period.
"
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Such requests should not be retried without valid authentication credentials.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DescribeEC2InstanceLimitsResult",
"asyncReturnType" : "DescribeEC2InstanceLimitsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describeEC2InstanceLimits"
},
"DescribeFleetAttributes" : {
"documentation" : "Retrieves fleet properties, including metadata, status, and configuration, for one or more fleets. You can request attributes for all fleets, or specify a list of one or more fleet IDs. When requesting all fleets, use the pagination parameters to retrieve results as a set of sequential pages. If successful, a FleetAttributes object is returned for each requested fleet ID. When specifying a list of fleet IDs, attribute objects are returned only for fleets that currently exist.
Some API actions may limit the number of fleet IDs allowed in one request. If a request exceeds this limit, the request fails and the error message includes the maximum allowed.
",
"operationName" : "DescribeFleetAttributes",
"deprecated" : false,
"input" : {
"variableName" : "describeFleetAttributesRequest",
"variableType" : "DescribeFleetAttributesRequest",
"variableDeclarationType" : "DescribeFleetAttributesRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "DescribeFleetAttributesRequest",
"variableSetterType" : "DescribeFleetAttributesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeFleetAttributesResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"exceptions" : [ {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Such requests can be retried by clients, either immediately or after a back-off period.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Such requests should not be retried by clients.
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Please correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Such requests should not be retried without valid authentication credentials.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DescribeFleetAttributesResult",
"asyncReturnType" : "DescribeFleetAttributesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describeFleetAttributes"
},
"DescribeFleetCapacity" : {
"documentation" : "Retrieves the current status of fleet capacity for one or more fleets. This information includes the number of instances that have been requested for the fleet and the number currently active. You can request capacity for all fleets, or specify a list of one or more fleet IDs. When requesting all fleets, use the pagination parameters to retrieve results as a set of sequential pages. If successful, a FleetCapacity object is returned for each requested fleet ID. When specifying a list of fleet IDs, attribute objects are returned only for fleets that currently exist.
Some API actions may limit the number of fleet IDs allowed in one request. If a request exceeds this limit, the request fails and the error message includes the maximum allowed.
",
"operationName" : "DescribeFleetCapacity",
"deprecated" : false,
"input" : {
"variableName" : "describeFleetCapacityRequest",
"variableType" : "DescribeFleetCapacityRequest",
"variableDeclarationType" : "DescribeFleetCapacityRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "DescribeFleetCapacityRequest",
"variableSetterType" : "DescribeFleetCapacityRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeFleetCapacityResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"exceptions" : [ {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Such requests can be retried by clients, either immediately or after a back-off period.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Such requests should not be retried by clients.
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Please correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Such requests should not be retried without valid authentication credentials.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DescribeFleetCapacityResult",
"asyncReturnType" : "DescribeFleetCapacityResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describeFleetCapacity"
},
"DescribeFleetEvents" : {
"documentation" : "Retrieves entries from the fleet event log. You can specify a time range to limit the result set. Use the pagination parameters to retrieve results as a set of sequential pages. If successful, a collection of event log entries matching the request are returned.
",
"operationName" : "DescribeFleetEvents",
"deprecated" : false,
"input" : {
"variableName" : "describeFleetEventsRequest",
"variableType" : "DescribeFleetEventsRequest",
"variableDeclarationType" : "DescribeFleetEventsRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "DescribeFleetEventsRequest",
"variableSetterType" : "DescribeFleetEventsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeFleetEventsResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Such requests should not be retried by clients.
"
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Such requests can be retried by clients, either immediately or after a back-off period.
"
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Such requests should not be retried without valid authentication credentials.
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Please correct the invalid parameters before retrying.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DescribeFleetEventsResult",
"asyncReturnType" : "DescribeFleetEventsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describeFleetEvents"
},
"DescribeFleetPortSettings" : {
"documentation" : "Retrieves the port settings for a fleet. Port settings are used to limit incoming traffic access to game servers in the fleet. To get a fleet's port settings, specify a fleet ID. If successful, an IpPermission object is returned for the requested fleet ID. If the requested fleet has been deleted, the result set will be empty.
",
"operationName" : "DescribeFleetPortSettings",
"deprecated" : false,
"input" : {
"variableName" : "describeFleetPortSettingsRequest",
"variableType" : "DescribeFleetPortSettingsRequest",
"variableDeclarationType" : "DescribeFleetPortSettingsRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "DescribeFleetPortSettingsRequest",
"variableSetterType" : "DescribeFleetPortSettingsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeFleetPortSettingsResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"exceptions" : [ {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Such requests can be retried by clients, either immediately or after a back-off period.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Such requests should not be retried by clients.
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Please correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Such requests should not be retried without valid authentication credentials.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DescribeFleetPortSettingsResult",
"asyncReturnType" : "DescribeFleetPortSettingsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describeFleetPortSettings"
},
"DescribeFleetUtilization" : {
"documentation" : "Retrieves utilization statistics for one or more fleets. You can request utilization data for all fleets, or specify a list of one or more fleet IDs. When requesting all fleets, use the pagination parameters to retrieve results as a set of sequential pages. If successful, a FleetUtilization object is returned for each requested fleet ID. When specifying a list of fleet IDs, utilization objects are returned only for fleets that currently exist.
Some API actions may limit the number of fleet IDs allowed in one request. If a request exceeds this limit, the request fails and the error message includes the maximum allowed.
",
"operationName" : "DescribeFleetUtilization",
"deprecated" : false,
"input" : {
"variableName" : "describeFleetUtilizationRequest",
"variableType" : "DescribeFleetUtilizationRequest",
"variableDeclarationType" : "DescribeFleetUtilizationRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "DescribeFleetUtilizationRequest",
"variableSetterType" : "DescribeFleetUtilizationRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeFleetUtilizationResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"exceptions" : [ {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Such requests can be retried by clients, either immediately or after a back-off period.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Such requests should not be retried by clients.
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Please correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Such requests should not be retried without valid authentication credentials.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DescribeFleetUtilizationResult",
"asyncReturnType" : "DescribeFleetUtilizationResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describeFleetUtilization"
},
"DescribeGameSessionDetails" : {
"documentation" : "Retrieves properties, including the protection policy in force, for one or more game sessions. This action can be used in several ways: (1) provide a GameSessionId to request details for a specific game session; (2) provide either a FleetId or an AliasId to request properties for all game sessions running on a fleet.
To get game session record(s), specify just one of the following: game session ID, fleet ID, or alias ID. You can filter this request by game session status. Use the pagination parameters to retrieve results as a set of sequential pages. If successful, a GameSessionDetail object is returned for each session matching the request.
",
"operationName" : "DescribeGameSessionDetails",
"deprecated" : false,
"input" : {
"variableName" : "describeGameSessionDetailsRequest",
"variableType" : "DescribeGameSessionDetailsRequest",
"variableDeclarationType" : "DescribeGameSessionDetailsRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "DescribeGameSessionDetailsRequest",
"variableSetterType" : "DescribeGameSessionDetailsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeGameSessionDetailsResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"exceptions" : [ {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Such requests can be retried by clients, either immediately or after a back-off period.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Such requests should not be retried by clients.
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Please correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Such requests should not be retried without valid authentication credentials.
"
}, {
"exceptionName" : "TerminalRoutingStrategyException",
"documentation" : "The service is unable to resolve the routing for a particular alias because it has a terminal RoutingStrategy associated with it. The message returned in this exception is the message defined in the TerminalRoutingStrategy itself. Such requests should only be retried if the routing strategy for the specified alias is modified.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DescribeGameSessionDetailsResult",
"asyncReturnType" : "DescribeGameSessionDetailsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describeGameSessionDetails"
},
"DescribeGameSessions" : {
"documentation" : "Retrieves properties for one or more game sessions. This action can be used in several ways: (1) provide a GameSessionId to request properties for a specific game session; (2) provide a FleetId or an AliasId to request properties for all game sessions running on a fleet.
To get game session record(s), specify just one of the following: game session ID, fleet ID, or alias ID. You can filter this request by game session status. Use the pagination parameters to retrieve results as a set of sequential pages. If successful, a GameSession object is returned for each session matching the request.
",
"operationName" : "DescribeGameSessions",
"deprecated" : false,
"input" : {
"variableName" : "describeGameSessionsRequest",
"variableType" : "DescribeGameSessionsRequest",
"variableDeclarationType" : "DescribeGameSessionsRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "DescribeGameSessionsRequest",
"variableSetterType" : "DescribeGameSessionsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeGameSessionsResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"exceptions" : [ {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Such requests can be retried by clients, either immediately or after a back-off period.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Such requests should not be retried by clients.
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Please correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Such requests should not be retried without valid authentication credentials.
"
}, {
"exceptionName" : "TerminalRoutingStrategyException",
"documentation" : "The service is unable to resolve the routing for a particular alias because it has a terminal RoutingStrategy associated with it. The message returned in this exception is the message defined in the TerminalRoutingStrategy itself. Such requests should only be retried if the routing strategy for the specified alias is modified.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DescribeGameSessionsResult",
"asyncReturnType" : "DescribeGameSessionsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describeGameSessions"
},
"DescribePlayerSessions" : {
"documentation" : "Retrieves properties for one or more player sessions. This action can be used in several ways: (1) provide a PlayerSessionId parameter to request properties for a specific player session; (2) provide a GameSessionId parameter to request properties for all player sessions in the specified game session; (3) provide a PlayerId parameter to request properties for all player sessions of a specified player.
To get game session record(s), specify only one of the following: a player session ID, a game session ID, or a player ID. You can filter this request by player session status. Use the pagination parameters to retrieve results as a set of sequential pages. If successful, a PlayerSession object is returned for each session matching the request.
",
"operationName" : "DescribePlayerSessions",
"deprecated" : false,
"input" : {
"variableName" : "describePlayerSessionsRequest",
"variableType" : "DescribePlayerSessionsRequest",
"variableDeclarationType" : "DescribePlayerSessionsRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "DescribePlayerSessionsRequest",
"variableSetterType" : "DescribePlayerSessionsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribePlayerSessionsResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"exceptions" : [ {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Such requests can be retried by clients, either immediately or after a back-off period.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Such requests should not be retried by clients.
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Please correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Such requests should not be retried without valid authentication credentials.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DescribePlayerSessionsResult",
"asyncReturnType" : "DescribePlayerSessionsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describePlayerSessions"
},
"DescribeScalingPolicies" : {
"documentation" : "Retrieves all scaling policies applied to a fleet.
To get a fleet's scaling policies, specify the fleet ID. You can filter this request by policy status, such as to retrieve only active scaling policies. Use the pagination parameters to retrieve results as a set of sequential pages. If successful, set of ScalingPolicy objects is returned for the fleet.
",
"operationName" : "DescribeScalingPolicies",
"deprecated" : false,
"input" : {
"variableName" : "describeScalingPoliciesRequest",
"variableType" : "DescribeScalingPoliciesRequest",
"variableDeclarationType" : "DescribeScalingPoliciesRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "DescribeScalingPoliciesRequest",
"variableSetterType" : "DescribeScalingPoliciesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeScalingPoliciesResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"exceptions" : [ {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Such requests can be retried by clients, either immediately or after a back-off period.
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Please correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Such requests should not be retried without valid authentication credentials.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Such requests should not be retried by clients.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DescribeScalingPoliciesResult",
"asyncReturnType" : "DescribeScalingPoliciesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describeScalingPolicies"
},
"GetGameSessionLogUrl" : {
"documentation" : "Retrieves the location of stored game session logs for a specified game session. When a game session is terminated, Amazon GameLift automatically stores the logs in Amazon S3. Use this URL to download the logs.
See the AWS Service Limits page for maximum log file sizes. Log files that exceed this limit are not saved.
",
"operationName" : "GetGameSessionLogUrl",
"deprecated" : false,
"input" : {
"variableName" : "getGameSessionLogUrlRequest",
"variableType" : "GetGameSessionLogUrlRequest",
"variableDeclarationType" : "GetGameSessionLogUrlRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "GetGameSessionLogUrlRequest",
"variableSetterType" : "GetGameSessionLogUrlRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetGameSessionLogUrlResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"exceptions" : [ {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Such requests can be retried by clients, either immediately or after a back-off period.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Such requests should not be retried by clients.
"
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Such requests should not be retried without valid authentication credentials.
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Please correct the invalid parameters before retrying.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "GetGameSessionLogUrlResult",
"asyncReturnType" : "GetGameSessionLogUrlResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "getGameSessionLogUrl"
},
"ListAliases" : {
"documentation" : "Retrieves a collection of alias records for this AWS account. You can filter the result set by alias name and/or routing strategy type. Use the pagination parameters to retrieve results in sequential pages.
Aliases are not listed in any particular order.
",
"operationName" : "ListAliases",
"deprecated" : false,
"input" : {
"variableName" : "listAliasesRequest",
"variableType" : "ListAliasesRequest",
"variableDeclarationType" : "ListAliasesRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "ListAliasesRequest",
"variableSetterType" : "ListAliasesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListAliasesResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"exceptions" : [ {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Such requests should not be retried without valid authentication credentials.
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Please correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Such requests can be retried by clients, either immediately or after a back-off period.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "ListAliasesResult",
"asyncReturnType" : "ListAliasesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "listAliases"
},
"ListBuilds" : {
"documentation" : "Retrieves build records for all builds associated with an AWS account. You can filter the result set by build status. Use the pagination parameters to retrieve results in a set of sequential pages.
Build records are not listed in any particular order.
",
"operationName" : "ListBuilds",
"deprecated" : false,
"input" : {
"variableName" : "listBuildsRequest",
"variableType" : "ListBuildsRequest",
"variableDeclarationType" : "ListBuildsRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "ListBuildsRequest",
"variableSetterType" : "ListBuildsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListBuildsResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"exceptions" : [ {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Such requests should not be retried without valid authentication credentials.
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Please correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Such requests can be retried by clients, either immediately or after a back-off period.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "ListBuildsResult",
"asyncReturnType" : "ListBuildsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "listBuilds"
},
"ListFleets" : {
"documentation" : "Retrieves a collection of fleet records for this AWS account. You can filter the result set by build ID. Use the pagination parameters to retrieve results in sequential pages.
Fleet records are not listed in any particular order.
",
"operationName" : "ListFleets",
"deprecated" : false,
"input" : {
"variableName" : "listFleetsRequest",
"variableType" : "ListFleetsRequest",
"variableDeclarationType" : "ListFleetsRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "ListFleetsRequest",
"variableSetterType" : "ListFleetsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListFleetsResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"exceptions" : [ {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Such requests can be retried by clients, either immediately or after a back-off period.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Such requests should not be retried by clients.
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Please correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Such requests should not be retried without valid authentication credentials.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "ListFleetsResult",
"asyncReturnType" : "ListFleetsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "listFleets"
},
"PutScalingPolicy" : {
"documentation" : "Creates or updates a scaling policy for a fleet. An active scaling policy prompts GameLift to track a certain metric for a fleet and automatically change the fleet's capacity in specific circumstances. Each scaling policy contains one rule statement. Fleets can have multiple scaling policies in force simultaneously.
A scaling policy rule statement has the following structure:
If [MetricName] is [ComparisonOperator] [Threshold] for [EvaluationPeriods] minutes, then [ScalingAdjustmentType] to/by [ScalingAdjustment].
For example, this policy: \"If the number of idle instances exceeds 20 for more than 15 minutes, then reduce the fleet capacity by 10 instances\" could be implemented as the following rule statement:
If [IdleInstances] is [GreaterThanOrEqualToThreshold] [20] for [15] minutes, then [ChangeInCapacity] by [-10].
To create or update a scaling policy, specify a unique combination of name and fleet ID, and set the rule values. All parameters for this action are required. If successful, the policy name is returned. Scaling policies cannot be suspended or made inactive. To stop enforcing a scaling policy, call DeleteScalingPolicy.
",
"operationName" : "PutScalingPolicy",
"deprecated" : false,
"input" : {
"variableName" : "putScalingPolicyRequest",
"variableType" : "PutScalingPolicyRequest",
"variableDeclarationType" : "PutScalingPolicyRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "PutScalingPolicyRequest",
"variableSetterType" : "PutScalingPolicyRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "PutScalingPolicyResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"exceptions" : [ {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Such requests can be retried by clients, either immediately or after a back-off period.
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Please correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Such requests should not be retried without valid authentication credentials.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Such requests should not be retried by clients.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "PutScalingPolicyResult",
"asyncReturnType" : "PutScalingPolicyResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "putScalingPolicy"
},
"RequestUploadCredentials" : {
"documentation" : "Retrieves a fresh set of upload credentials and the assigned Amazon S3 storage location for a specific build. Valid credentials are required to upload your game build files to Amazon S3.
Call this action only if you need credentials for a build created with CreateBuild. This is a rare situation; in most cases, builds are created using the CLI command upload-build, which creates a build record and also uploads build files.
Upload credentials are returned when you create the build, but they have a limited lifespan. You can get fresh credentials and use them to re-upload game files until the state of that build changes to READY. Once this happens, you must create a brand new build.
",
"operationName" : "RequestUploadCredentials",
"deprecated" : false,
"input" : {
"variableName" : "requestUploadCredentialsRequest",
"variableType" : "RequestUploadCredentialsRequest",
"variableDeclarationType" : "RequestUploadCredentialsRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "RequestUploadCredentialsRequest",
"variableSetterType" : "RequestUploadCredentialsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "RequestUploadCredentialsResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"exceptions" : [ {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Such requests should not be retried without valid authentication credentials.
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Please correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Such requests should not be retried by clients.
"
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Such requests can be retried by clients, either immediately or after a back-off period.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "RequestUploadCredentialsResult",
"asyncReturnType" : "RequestUploadCredentialsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "requestUploadCredentials"
},
"ResolveAlias" : {
"documentation" : "Retrieves the fleet ID that a specified alias is currently pointing to.
",
"operationName" : "ResolveAlias",
"deprecated" : false,
"input" : {
"variableName" : "resolveAliasRequest",
"variableType" : "ResolveAliasRequest",
"variableDeclarationType" : "ResolveAliasRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "ResolveAliasRequest",
"variableSetterType" : "ResolveAliasRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ResolveAliasResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"exceptions" : [ {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Such requests should not be retried without valid authentication credentials.
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Please correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Such requests should not be retried by clients.
"
}, {
"exceptionName" : "TerminalRoutingStrategyException",
"documentation" : "The service is unable to resolve the routing for a particular alias because it has a terminal RoutingStrategy associated with it. The message returned in this exception is the message defined in the TerminalRoutingStrategy itself. Such requests should only be retried if the routing strategy for the specified alias is modified.
"
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Such requests can be retried by clients, either immediately or after a back-off period.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "ResolveAliasResult",
"asyncReturnType" : "ResolveAliasResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "resolveAlias"
},
"UpdateAlias" : {
"documentation" : "Updates properties for an alias. To update properties, specify the alias ID to be updated and provide the information to be changed. To reassign an alias to another fleet, provide an updated routing strategy. If successful, the updated alias record is returned.
",
"operationName" : "UpdateAlias",
"deprecated" : false,
"input" : {
"variableName" : "updateAliasRequest",
"variableType" : "UpdateAliasRequest",
"variableDeclarationType" : "UpdateAliasRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "UpdateAliasRequest",
"variableSetterType" : "UpdateAliasRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateAliasResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"exceptions" : [ {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Such requests should not be retried without valid authentication credentials.
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Please correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Such requests should not be retried by clients.
"
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Such requests can be retried by clients, either immediately or after a back-off period.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "UpdateAliasResult",
"asyncReturnType" : "UpdateAliasResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "updateAlias"
},
"UpdateBuild" : {
"documentation" : "Updates metadata in a build record, including the build name and version. To update the metadata, specify the build ID to update and provide the new values. If successful, a build object containing the updated metadata is returned.
",
"operationName" : "UpdateBuild",
"deprecated" : false,
"input" : {
"variableName" : "updateBuildRequest",
"variableType" : "UpdateBuildRequest",
"variableDeclarationType" : "UpdateBuildRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "UpdateBuildRequest",
"variableSetterType" : "UpdateBuildRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateBuildResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"exceptions" : [ {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Such requests should not be retried without valid authentication credentials.
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Please correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Such requests should not be retried by clients.
"
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Such requests can be retried by clients, either immediately or after a back-off period.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "UpdateBuildResult",
"asyncReturnType" : "UpdateBuildResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "updateBuild"
},
"UpdateFleetAttributes" : {
"documentation" : "Updates fleet properties, including name and description, for a fleet. To update metadata, specify the fleet ID and the property values you want to change. If successful, the fleet ID for the updated fleet is returned.
",
"operationName" : "UpdateFleetAttributes",
"deprecated" : false,
"input" : {
"variableName" : "updateFleetAttributesRequest",
"variableType" : "UpdateFleetAttributesRequest",
"variableDeclarationType" : "UpdateFleetAttributesRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "UpdateFleetAttributesRequest",
"variableSetterType" : "UpdateFleetAttributesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateFleetAttributesResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Such requests should not be retried by clients.
"
}, {
"exceptionName" : "ConflictException",
"documentation" : "The requested operation would cause a conflict with the current state of a service resource associated with the request. Please resolve the conflict before retrying this request.
"
}, {
"exceptionName" : "InvalidFleetStatusException",
"documentation" : "The requested operation would cause a conflict with the current state of a resource associated with the request and/or the fleet. Please resolve the conflict before retrying.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The requested operation would cause the resource to exceed the allowed service limit. Please resolve the issue before retrying.
"
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Such requests can be retried by clients, either immediately or after a back-off period.
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Please correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Such requests should not be retried without valid authentication credentials.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "UpdateFleetAttributesResult",
"asyncReturnType" : "UpdateFleetAttributesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "updateFleetAttributes"
},
"UpdateFleetCapacity" : {
"documentation" : "Updates capacity settings for a fleet. Use this action to specify the number of EC2 instances (hosts) you want this fleet to contain. Before calling this action, you may want to call DescribeEC2InstanceLimits to get the maximum capacity based on the fleet's EC2 instance type.
If you're using auto-scaling (see PutScalingPolicy), you may want to specify a minimum and/or maximum capacity. If you don't provide these boundaries, auto-scaling can set capacity anywhere between zero and the service limits.
To update fleet capacity, specify the fleet ID and the desired number of instances. If successful, Amazon GameLift starts or terminates instances so that the fleet's active instance count matches the desired instance count. You can view a fleet's current capacity information by calling DescribeFleetCapacity. If the desired instance count is higher than the instance type's limit, the \"Limit Exceeded\" exception will occur.
",
"operationName" : "UpdateFleetCapacity",
"deprecated" : false,
"input" : {
"variableName" : "updateFleetCapacityRequest",
"variableType" : "UpdateFleetCapacityRequest",
"variableDeclarationType" : "UpdateFleetCapacityRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "UpdateFleetCapacityRequest",
"variableSetterType" : "UpdateFleetCapacityRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateFleetCapacityResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Such requests should not be retried by clients.
"
}, {
"exceptionName" : "ConflictException",
"documentation" : "The requested operation would cause a conflict with the current state of a service resource associated with the request. Please resolve the conflict before retrying this request.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The requested operation would cause the resource to exceed the allowed service limit. Please resolve the issue before retrying.
"
}, {
"exceptionName" : "InvalidFleetStatusException",
"documentation" : "The requested operation would cause a conflict with the current state of a resource associated with the request and/or the fleet. Please resolve the conflict before retrying.
"
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Such requests can be retried by clients, either immediately or after a back-off period.
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Please correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Such requests should not be retried without valid authentication credentials.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "UpdateFleetCapacityResult",
"asyncReturnType" : "UpdateFleetCapacityResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "updateFleetCapacity"
},
"UpdateFleetPortSettings" : {
"documentation" : "Updates port settings for a fleet. To update settings, specify the fleet ID to be updated and list the permissions you want to update. List the permissions you want to add in InboundPermissionAuthorizations, and permissions you want to remove in InboundPermissionRevocations. Permissions to be removed must match existing fleet permissions. If successful, the fleet ID for the updated fleet is returned.
",
"operationName" : "UpdateFleetPortSettings",
"deprecated" : false,
"input" : {
"variableName" : "updateFleetPortSettingsRequest",
"variableType" : "UpdateFleetPortSettingsRequest",
"variableDeclarationType" : "UpdateFleetPortSettingsRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "UpdateFleetPortSettingsRequest",
"variableSetterType" : "UpdateFleetPortSettingsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateFleetPortSettingsResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Such requests should not be retried by clients.
"
}, {
"exceptionName" : "ConflictException",
"documentation" : "The requested operation would cause a conflict with the current state of a service resource associated with the request. Please resolve the conflict before retrying this request.
"
}, {
"exceptionName" : "InvalidFleetStatusException",
"documentation" : "The requested operation would cause a conflict with the current state of a resource associated with the request and/or the fleet. Please resolve the conflict before retrying.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The requested operation would cause the resource to exceed the allowed service limit. Please resolve the issue before retrying.
"
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Such requests can be retried by clients, either immediately or after a back-off period.
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Please correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Such requests should not be retried without valid authentication credentials.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "UpdateFleetPortSettingsResult",
"asyncReturnType" : "UpdateFleetPortSettingsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "updateFleetPortSettings"
},
"UpdateGameSession" : {
"documentation" : "Updates game session properties. This includes the session name, maximum player count, protection policy, which controls whether or not an active game session can be terminated during a scale-down event, and the player session creation policy, which controls whether or not new players can join the session. To update a game session, specify the game session ID and the values you want to change. If successful, an updated GameSession object is returned.
",
"operationName" : "UpdateGameSession",
"deprecated" : false,
"input" : {
"variableName" : "updateGameSessionRequest",
"variableType" : "UpdateGameSessionRequest",
"variableDeclarationType" : "UpdateGameSessionRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "UpdateGameSessionRequest",
"variableSetterType" : "UpdateGameSessionRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateGameSessionResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Such requests should not be retried by clients.
"
}, {
"exceptionName" : "ConflictException",
"documentation" : "The requested operation would cause a conflict with the current state of a service resource associated with the request. Please resolve the conflict before retrying this request.
"
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Such requests can be retried by clients, either immediately or after a back-off period.
"
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Such requests should not be retried without valid authentication credentials.
"
}, {
"exceptionName" : "InvalidGameSessionStatusException",
"documentation" : "The requested operation would cause a conflict with the current state of a resource associated with the request and/or the game instance. Such requests should not be retried by clients without resolving the conflict.
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Please correct the invalid parameters before retrying.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "UpdateGameSessionResult",
"asyncReturnType" : "UpdateGameSessionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "updateGameSession"
}
},
"shapes" : {
"PlayerSession" : {
"c2jName" : "PlayerSession",
"documentation" : "Properties describing a player session.
",
"shapeName" : "PlayerSession",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "Unique identifier for a player session.
",
"name" : "PlayerSessionId",
"c2jName" : "PlayerSessionId",
"c2jShape" : "PlayerSessionId",
"variable" : {
"variableName" : "playerSessionId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Unique identifier for a player session.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "playerSessionId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "PlayerSessionId",
"marshallLocationName" : "PlayerSessionId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Unique identifier for a player session.
\n@param playerSessionId Unique identifier for a player session.*/",
"getterDocumentation" : "/**Unique identifier for a player session.
\n@return Unique identifier for a player session.*/",
"fluentSetterDocumentation" : "/**Unique identifier for a player session.
\n@param playerSessionId Unique identifier for a player session.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Unique identifier for a player session.
\n@param playerSessionId Unique identifier for a player session.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Unique identifier for a player.
",
"name" : "PlayerId",
"c2jName" : "PlayerId",
"c2jShape" : "NonZeroAndMaxString",
"variable" : {
"variableName" : "playerId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Unique identifier for a player.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "playerId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "PlayerId",
"marshallLocationName" : "PlayerId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Unique identifier for a player.
\n@param playerId Unique identifier for a player.*/",
"getterDocumentation" : "/**Unique identifier for a player.
\n@return Unique identifier for a player.*/",
"fluentSetterDocumentation" : "/**Unique identifier for a player.
\n@param playerId Unique identifier for a player.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Unique identifier for a player.
\n@param playerId Unique identifier for a player.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Unique identifier for a game session.
",
"name" : "GameSessionId",
"c2jName" : "GameSessionId",
"c2jShape" : "GameSessionId",
"variable" : {
"variableName" : "gameSessionId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Unique identifier for a game session.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "gameSessionId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "GameSessionId",
"marshallLocationName" : "GameSessionId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Unique identifier for a game session.
\n@param gameSessionId Unique identifier for a game session.*/",
"getterDocumentation" : "/**Unique identifier for a game session.
\n@return Unique identifier for a game session.*/",
"fluentSetterDocumentation" : "/**Unique identifier for a game session.
\n@param gameSessionId Unique identifier for a game session.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Unique identifier for a game session.
\n@param gameSessionId Unique identifier for a game session.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Unique identifier for a fleet.
",
"name" : "FleetId",
"c2jName" : "FleetId",
"c2jShape" : "FleetId",
"variable" : {
"variableName" : "fleetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Unique identifier for a fleet.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "fleetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "FleetId",
"marshallLocationName" : "FleetId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Unique identifier for a fleet.
\n@param fleetId Unique identifier for a fleet.*/",
"getterDocumentation" : "/**Unique identifier for a fleet.
\n@return Unique identifier for a fleet.*/",
"fluentSetterDocumentation" : "/**Unique identifier for a fleet.
\n@param fleetId Unique identifier for a fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Unique identifier for a fleet.
\n@param fleetId Unique identifier for a fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Time stamp indicating when this object was created. Format is an integer representing the number of seconds since the Unix epoch (Unix time).
",
"name" : "CreationTime",
"c2jName" : "CreationTime",
"c2jShape" : "Timestamp",
"variable" : {
"variableName" : "creationTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "Time stamp indicating when this object was created. Format is an integer representing the number of seconds since the Unix epoch (Unix time).
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "creationTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CreationTime",
"marshallLocationName" : "CreationTime",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Time stamp indicating when this object was created. Format is an integer representing the number of seconds since the Unix epoch (Unix time).
\n@param creationTime Time stamp indicating when this object was created. Format is an integer representing the number of seconds since the Unix epoch (Unix time).*/",
"getterDocumentation" : "/**Time stamp indicating when this object was created. Format is an integer representing the number of seconds since the Unix epoch (Unix time).
\n@return Time stamp indicating when this object was created. Format is an integer representing the number of seconds since the Unix epoch (Unix time).*/",
"fluentSetterDocumentation" : "/**Time stamp indicating when this object was created. Format is an integer representing the number of seconds since the Unix epoch (Unix time).
\n@param creationTime Time stamp indicating when this object was created. Format is an integer representing the number of seconds since the Unix epoch (Unix time).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Time stamp indicating when this object was created. Format is an integer representing the number of seconds since the Unix epoch (Unix time).
\n@param creationTime Time stamp indicating when this object was created. Format is an integer representing the number of seconds since the Unix epoch (Unix time).\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Time stamp indicating when this fleet was terminated. Format is an integer representing the number of seconds since the Unix epoch (Unix time).
",
"name" : "TerminationTime",
"c2jName" : "TerminationTime",
"c2jShape" : "Timestamp",
"variable" : {
"variableName" : "terminationTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "Time stamp indicating when this fleet was terminated. Format is an integer representing the number of seconds since the Unix epoch (Unix time).
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "terminationTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TerminationTime",
"marshallLocationName" : "TerminationTime",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Time stamp indicating when this fleet was terminated. Format is an integer representing the number of seconds since the Unix epoch (Unix time).
\n@param terminationTime Time stamp indicating when this fleet was terminated. Format is an integer representing the number of seconds since the Unix epoch (Unix time).*/",
"getterDocumentation" : "/**Time stamp indicating when this fleet was terminated. Format is an integer representing the number of seconds since the Unix epoch (Unix time).
\n@return Time stamp indicating when this fleet was terminated. Format is an integer representing the number of seconds since the Unix epoch (Unix time).*/",
"fluentSetterDocumentation" : "/**Time stamp indicating when this fleet was terminated. Format is an integer representing the number of seconds since the Unix epoch (Unix time).
\n@param terminationTime Time stamp indicating when this fleet was terminated. Format is an integer representing the number of seconds since the Unix epoch (Unix time).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Time stamp indicating when this fleet was terminated. Format is an integer representing the number of seconds since the Unix epoch (Unix time).
\n@param terminationTime Time stamp indicating when this fleet was terminated. Format is an integer representing the number of seconds since the Unix epoch (Unix time).\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Current status of the player session. Possible player session states include:
- RESERVED: The player session request has been received, but the player has not yet connected to the game server and/or been validated.
- ACTIVE: The player has been validated by the game server and is currently connected.
- COMPLETED: The player connection has been dropped.
- TIMEDOUT: A player session request was received, but the player did not connect and/or was not validated within the time-out limit (60 seconds).
",
"name" : "Status",
"c2jName" : "Status",
"c2jShape" : "PlayerSessionStatus",
"variable" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Current status of the player session. Possible player session states include:
- RESERVED: The player session request has been received, but the player has not yet connected to the game server and/or been validated.
- ACTIVE: The player has been validated by the game server and is currently connected.
- COMPLETED: The player connection has been dropped.
- TIMEDOUT: A player session request was received, but the player did not connect and/or was not validated within the time-out limit (60 seconds).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Status",
"marshallLocationName" : "Status",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "PlayerSessionStatus",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Current status of the player session. Possible player session states include:
- RESERVED: The player session request has been received, but the player has not yet connected to the game server and/or been validated.
- ACTIVE: The player has been validated by the game server and is currently connected.
- COMPLETED: The player connection has been dropped.
- TIMEDOUT: A player session request was received, but the player did not connect and/or was not validated within the time-out limit (60 seconds).
\n@param status Current status of the player session. Possible player session states include: - RESERVED: The player session request has been received, but the player has not yet connected to the game server and/or been validated.
- ACTIVE: The player has been validated by the game server and is currently connected.
- COMPLETED: The player connection has been dropped.
- TIMEDOUT: A player session request was received, but the player did not connect and/or was not validated within the time-out limit (60 seconds).
\n@see PlayerSessionStatus*/",
"getterDocumentation" : "/**Current status of the player session. Possible player session states include:
- RESERVED: The player session request has been received, but the player has not yet connected to the game server and/or been validated.
- ACTIVE: The player has been validated by the game server and is currently connected.
- COMPLETED: The player connection has been dropped.
- TIMEDOUT: A player session request was received, but the player did not connect and/or was not validated within the time-out limit (60 seconds).
\n@return Current status of the player session. Possible player session states include: - RESERVED: The player session request has been received, but the player has not yet connected to the game server and/or been validated.
- ACTIVE: The player has been validated by the game server and is currently connected.
- COMPLETED: The player connection has been dropped.
- TIMEDOUT: A player session request was received, but the player did not connect and/or was not validated within the time-out limit (60 seconds).
\n@see PlayerSessionStatus*/",
"fluentSetterDocumentation" : "/**Current status of the player session. Possible player session states include:
- RESERVED: The player session request has been received, but the player has not yet connected to the game server and/or been validated.
- ACTIVE: The player has been validated by the game server and is currently connected.
- COMPLETED: The player connection has been dropped.
- TIMEDOUT: A player session request was received, but the player did not connect and/or was not validated within the time-out limit (60 seconds).
\n@param status Current status of the player session. Possible player session states include: - RESERVED: The player session request has been received, but the player has not yet connected to the game server and/or been validated.
- ACTIVE: The player has been validated by the game server and is currently connected.
- COMPLETED: The player connection has been dropped.
- TIMEDOUT: A player session request was received, but the player did not connect and/or was not validated within the time-out limit (60 seconds).
\n@return Returns a reference to this object so that method calls can be chained together.\n@see PlayerSessionStatus*/",
"varargSetterDocumentation" : "/**Current status of the player session. Possible player session states include:
- RESERVED: The player session request has been received, but the player has not yet connected to the game server and/or been validated.
- ACTIVE: The player has been validated by the game server and is currently connected.
- COMPLETED: The player connection has been dropped.
- TIMEDOUT: A player session request was received, but the player did not connect and/or was not validated within the time-out limit (60 seconds).
\n@param status Current status of the player session. Possible player session states include: - RESERVED: The player session request has been received, but the player has not yet connected to the game server and/or been validated.
- ACTIVE: The player has been validated by the game server and is currently connected.
- COMPLETED: The player connection has been dropped.
- TIMEDOUT: A player session request was received, but the player did not connect and/or was not validated within the time-out limit (60 seconds).
\n@return Returns a reference to this object so that method calls can be chained together.\n@see PlayerSessionStatus*/"
}, {
"documentation" : "Game session IP address. All player sessions reference the game session location.
",
"name" : "IpAddress",
"c2jName" : "IpAddress",
"c2jShape" : "IpAddress",
"variable" : {
"variableName" : "ipAddress",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Game session IP address. All player sessions reference the game session location.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "ipAddress",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "IpAddress",
"marshallLocationName" : "IpAddress",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Game session IP address. All player sessions reference the game session location.
\n@param ipAddress Game session IP address. All player sessions reference the game session location.*/",
"getterDocumentation" : "/**Game session IP address. All player sessions reference the game session location.
\n@return Game session IP address. All player sessions reference the game session location.*/",
"fluentSetterDocumentation" : "/**Game session IP address. All player sessions reference the game session location.
\n@param ipAddress Game session IP address. All player sessions reference the game session location.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Game session IP address. All player sessions reference the game session location.
\n@param ipAddress Game session IP address. All player sessions reference the game session location.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "playerSession",
"variableType" : "PlayerSession",
"variableDeclarationType" : "PlayerSession",
"documentation" : null,
"simpleType" : "PlayerSession",
"variableSetterType" : "PlayerSession"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"CreationTime" : {
"documentation" : "Time stamp indicating when this object was created. Format is an integer representing the number of seconds since the Unix epoch (Unix time).
",
"name" : "CreationTime",
"c2jName" : "CreationTime",
"c2jShape" : "Timestamp",
"variable" : {
"variableName" : "creationTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "Time stamp indicating when this object was created. Format is an integer representing the number of seconds since the Unix epoch (Unix time).
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "creationTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CreationTime",
"marshallLocationName" : "CreationTime",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Time stamp indicating when this object was created. Format is an integer representing the number of seconds since the Unix epoch (Unix time).
\n@param creationTime Time stamp indicating when this object was created. Format is an integer representing the number of seconds since the Unix epoch (Unix time).*/",
"getterDocumentation" : "/**Time stamp indicating when this object was created. Format is an integer representing the number of seconds since the Unix epoch (Unix time).
\n@return Time stamp indicating when this object was created. Format is an integer representing the number of seconds since the Unix epoch (Unix time).*/",
"fluentSetterDocumentation" : "/**Time stamp indicating when this object was created. Format is an integer representing the number of seconds since the Unix epoch (Unix time).
\n@param creationTime Time stamp indicating when this object was created. Format is an integer representing the number of seconds since the Unix epoch (Unix time).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Time stamp indicating when this object was created. Format is an integer representing the number of seconds since the Unix epoch (Unix time).
\n@param creationTime Time stamp indicating when this object was created. Format is an integer representing the number of seconds since the Unix epoch (Unix time).\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"PlayerSessionId" : {
"documentation" : "Unique identifier for a player session.
",
"name" : "PlayerSessionId",
"c2jName" : "PlayerSessionId",
"c2jShape" : "PlayerSessionId",
"variable" : {
"variableName" : "playerSessionId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Unique identifier for a player session.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "playerSessionId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "PlayerSessionId",
"marshallLocationName" : "PlayerSessionId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Unique identifier for a player session.
\n@param playerSessionId Unique identifier for a player session.*/",
"getterDocumentation" : "/**Unique identifier for a player session.
\n@return Unique identifier for a player session.*/",
"fluentSetterDocumentation" : "/**Unique identifier for a player session.
\n@param playerSessionId Unique identifier for a player session.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Unique identifier for a player session.
\n@param playerSessionId Unique identifier for a player session.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Status" : {
"documentation" : "Current status of the player session. Possible player session states include:
- RESERVED: The player session request has been received, but the player has not yet connected to the game server and/or been validated.
- ACTIVE: The player has been validated by the game server and is currently connected.
- COMPLETED: The player connection has been dropped.
- TIMEDOUT: A player session request was received, but the player did not connect and/or was not validated within the time-out limit (60 seconds).
",
"name" : "Status",
"c2jName" : "Status",
"c2jShape" : "PlayerSessionStatus",
"variable" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Current status of the player session. Possible player session states include:
- RESERVED: The player session request has been received, but the player has not yet connected to the game server and/or been validated.
- ACTIVE: The player has been validated by the game server and is currently connected.
- COMPLETED: The player connection has been dropped.
- TIMEDOUT: A player session request was received, but the player did not connect and/or was not validated within the time-out limit (60 seconds).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Status",
"marshallLocationName" : "Status",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "PlayerSessionStatus",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Current status of the player session. Possible player session states include:
- RESERVED: The player session request has been received, but the player has not yet connected to the game server and/or been validated.
- ACTIVE: The player has been validated by the game server and is currently connected.
- COMPLETED: The player connection has been dropped.
- TIMEDOUT: A player session request was received, but the player did not connect and/or was not validated within the time-out limit (60 seconds).
\n@param status Current status of the player session. Possible player session states include: - RESERVED: The player session request has been received, but the player has not yet connected to the game server and/or been validated.
- ACTIVE: The player has been validated by the game server and is currently connected.
- COMPLETED: The player connection has been dropped.
- TIMEDOUT: A player session request was received, but the player did not connect and/or was not validated within the time-out limit (60 seconds).
\n@see PlayerSessionStatus*/",
"getterDocumentation" : "/**Current status of the player session. Possible player session states include:
- RESERVED: The player session request has been received, but the player has not yet connected to the game server and/or been validated.
- ACTIVE: The player has been validated by the game server and is currently connected.
- COMPLETED: The player connection has been dropped.
- TIMEDOUT: A player session request was received, but the player did not connect and/or was not validated within the time-out limit (60 seconds).
\n@return Current status of the player session. Possible player session states include: - RESERVED: The player session request has been received, but the player has not yet connected to the game server and/or been validated.
- ACTIVE: The player has been validated by the game server and is currently connected.
- COMPLETED: The player connection has been dropped.
- TIMEDOUT: A player session request was received, but the player did not connect and/or was not validated within the time-out limit (60 seconds).
\n@see PlayerSessionStatus*/",
"fluentSetterDocumentation" : "/**Current status of the player session. Possible player session states include:
- RESERVED: The player session request has been received, but the player has not yet connected to the game server and/or been validated.
- ACTIVE: The player has been validated by the game server and is currently connected.
- COMPLETED: The player connection has been dropped.
- TIMEDOUT: A player session request was received, but the player did not connect and/or was not validated within the time-out limit (60 seconds).
\n@param status Current status of the player session. Possible player session states include: - RESERVED: The player session request has been received, but the player has not yet connected to the game server and/or been validated.
- ACTIVE: The player has been validated by the game server and is currently connected.
- COMPLETED: The player connection has been dropped.
- TIMEDOUT: A player session request was received, but the player did not connect and/or was not validated within the time-out limit (60 seconds).
\n@return Returns a reference to this object so that method calls can be chained together.\n@see PlayerSessionStatus*/",
"varargSetterDocumentation" : "/**Current status of the player session. Possible player session states include:
- RESERVED: The player session request has been received, but the player has not yet connected to the game server and/or been validated.
- ACTIVE: The player has been validated by the game server and is currently connected.
- COMPLETED: The player connection has been dropped.
- TIMEDOUT: A player session request was received, but the player did not connect and/or was not validated within the time-out limit (60 seconds).
\n@param status Current status of the player session. Possible player session states include: - RESERVED: The player session request has been received, but the player has not yet connected to the game server and/or been validated.
- ACTIVE: The player has been validated by the game server and is currently connected.
- COMPLETED: The player connection has been dropped.
- TIMEDOUT: A player session request was received, but the player did not connect and/or was not validated within the time-out limit (60 seconds).
\n@return Returns a reference to this object so that method calls can be chained together.\n@see PlayerSessionStatus*/"
},
"FleetId" : {
"documentation" : "Unique identifier for a fleet.
",
"name" : "FleetId",
"c2jName" : "FleetId",
"c2jShape" : "FleetId",
"variable" : {
"variableName" : "fleetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Unique identifier for a fleet.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "fleetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "FleetId",
"marshallLocationName" : "FleetId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Unique identifier for a fleet.
\n@param fleetId Unique identifier for a fleet.*/",
"getterDocumentation" : "/**Unique identifier for a fleet.
\n@return Unique identifier for a fleet.*/",
"fluentSetterDocumentation" : "/**Unique identifier for a fleet.
\n@param fleetId Unique identifier for a fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Unique identifier for a fleet.
\n@param fleetId Unique identifier for a fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"GameSessionId" : {
"documentation" : "Unique identifier for a game session.
",
"name" : "GameSessionId",
"c2jName" : "GameSessionId",
"c2jShape" : "GameSessionId",
"variable" : {
"variableName" : "gameSessionId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Unique identifier for a game session.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "gameSessionId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "GameSessionId",
"marshallLocationName" : "GameSessionId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Unique identifier for a game session.
\n@param gameSessionId Unique identifier for a game session.*/",
"getterDocumentation" : "/**Unique identifier for a game session.
\n@return Unique identifier for a game session.*/",
"fluentSetterDocumentation" : "/**Unique identifier for a game session.
\n@param gameSessionId Unique identifier for a game session.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Unique identifier for a game session.
\n@param gameSessionId Unique identifier for a game session.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"IpAddress" : {
"documentation" : "Game session IP address. All player sessions reference the game session location.
",
"name" : "IpAddress",
"c2jName" : "IpAddress",
"c2jShape" : "IpAddress",
"variable" : {
"variableName" : "ipAddress",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Game session IP address. All player sessions reference the game session location.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "ipAddress",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "IpAddress",
"marshallLocationName" : "IpAddress",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Game session IP address. All player sessions reference the game session location.
\n@param ipAddress Game session IP address. All player sessions reference the game session location.*/",
"getterDocumentation" : "/**Game session IP address. All player sessions reference the game session location.
\n@return Game session IP address. All player sessions reference the game session location.*/",
"fluentSetterDocumentation" : "/**Game session IP address. All player sessions reference the game session location.
\n@param ipAddress Game session IP address. All player sessions reference the game session location.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Game session IP address. All player sessions reference the game session location.
\n@param ipAddress Game session IP address. All player sessions reference the game session location.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"TerminationTime" : {
"documentation" : "Time stamp indicating when this fleet was terminated. Format is an integer representing the number of seconds since the Unix epoch (Unix time).
",
"name" : "TerminationTime",
"c2jName" : "TerminationTime",
"c2jShape" : "Timestamp",
"variable" : {
"variableName" : "terminationTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "Time stamp indicating when this fleet was terminated. Format is an integer representing the number of seconds since the Unix epoch (Unix time).
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "terminationTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TerminationTime",
"marshallLocationName" : "TerminationTime",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Time stamp indicating when this fleet was terminated. Format is an integer representing the number of seconds since the Unix epoch (Unix time).
\n@param terminationTime Time stamp indicating when this fleet was terminated. Format is an integer representing the number of seconds since the Unix epoch (Unix time).*/",
"getterDocumentation" : "/**Time stamp indicating when this fleet was terminated. Format is an integer representing the number of seconds since the Unix epoch (Unix time).
\n@return Time stamp indicating when this fleet was terminated. Format is an integer representing the number of seconds since the Unix epoch (Unix time).*/",
"fluentSetterDocumentation" : "/**Time stamp indicating when this fleet was terminated. Format is an integer representing the number of seconds since the Unix epoch (Unix time).
\n@param terminationTime Time stamp indicating when this fleet was terminated. Format is an integer representing the number of seconds since the Unix epoch (Unix time).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Time stamp indicating when this fleet was terminated. Format is an integer representing the number of seconds since the Unix epoch (Unix time).
\n@param terminationTime Time stamp indicating when this fleet was terminated. Format is an integer representing the number of seconds since the Unix epoch (Unix time).\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"PlayerId" : {
"documentation" : "Unique identifier for a player.
",
"name" : "PlayerId",
"c2jName" : "PlayerId",
"c2jShape" : "NonZeroAndMaxString",
"variable" : {
"variableName" : "playerId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Unique identifier for a player.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "playerId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "PlayerId",
"marshallLocationName" : "PlayerId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Unique identifier for a player.
\n@param playerId Unique identifier for a player.*/",
"getterDocumentation" : "/**Unique identifier for a player.
\n@return Unique identifier for a player.*/",
"fluentSetterDocumentation" : "/**Unique identifier for a player.
\n@param playerId Unique identifier for a player.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Unique identifier for a player.
\n@param playerId Unique identifier for a player.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"S3Location" : {
"c2jName" : "S3Location",
"documentation" : "Location in Amazon Simple Storage Service (Amazon S3) where a build's files are stored. This location is assigned in response to a CreateBuild call, and is always in the same region as the service used to create the build. For more details see the Amazon S3 documentation.
",
"shapeName" : "S3Location",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "Amazon S3 bucket identifier.
",
"name" : "Bucket",
"c2jName" : "Bucket",
"c2jShape" : "NonEmptyString",
"variable" : {
"variableName" : "bucket",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Amazon S3 bucket identifier.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "bucket",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Bucket",
"marshallLocationName" : "Bucket",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Amazon S3 bucket identifier.
\n@param bucket Amazon S3 bucket identifier.*/",
"getterDocumentation" : "/**Amazon S3 bucket identifier.
\n@return Amazon S3 bucket identifier.*/",
"fluentSetterDocumentation" : "/**Amazon S3 bucket identifier.
\n@param bucket Amazon S3 bucket identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Amazon S3 bucket identifier.
\n@param bucket Amazon S3 bucket identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Amazon S3 bucket key.
",
"name" : "Key",
"c2jName" : "Key",
"c2jShape" : "NonEmptyString",
"variable" : {
"variableName" : "key",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Amazon S3 bucket key.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "key",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Key",
"marshallLocationName" : "Key",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Amazon S3 bucket key.
\n@param key Amazon S3 bucket key.*/",
"getterDocumentation" : "/**Amazon S3 bucket key.
\n@return Amazon S3 bucket key.*/",
"fluentSetterDocumentation" : "/**Amazon S3 bucket key.
\n@param key Amazon S3 bucket key.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Amazon S3 bucket key.
\n@param key Amazon S3 bucket key.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "RoleArn",
"c2jName" : "RoleArn",
"c2jShape" : "NonEmptyString",
"variable" : {
"variableName" : "roleArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "roleArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "RoleArn",
"marshallLocationName" : "RoleArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param roleArn */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param roleArn \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param roleArn \n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "s3Location",
"variableType" : "S3Location",
"variableDeclarationType" : "S3Location",
"documentation" : null,
"simpleType" : "S3Location",
"variableSetterType" : "S3Location"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Key" : {
"documentation" : "Amazon S3 bucket key.
",
"name" : "Key",
"c2jName" : "Key",
"c2jShape" : "NonEmptyString",
"variable" : {
"variableName" : "key",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Amazon S3 bucket key.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "key",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Key",
"marshallLocationName" : "Key",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Amazon S3 bucket key.
\n@param key Amazon S3 bucket key.*/",
"getterDocumentation" : "/**Amazon S3 bucket key.
\n@return Amazon S3 bucket key.*/",
"fluentSetterDocumentation" : "/**Amazon S3 bucket key.
\n@param key Amazon S3 bucket key.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Amazon S3 bucket key.
\n@param key Amazon S3 bucket key.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Bucket" : {
"documentation" : "Amazon S3 bucket identifier.
",
"name" : "Bucket",
"c2jName" : "Bucket",
"c2jShape" : "NonEmptyString",
"variable" : {
"variableName" : "bucket",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Amazon S3 bucket identifier.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "bucket",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Bucket",
"marshallLocationName" : "Bucket",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Amazon S3 bucket identifier.
\n@param bucket Amazon S3 bucket identifier.*/",
"getterDocumentation" : "/**Amazon S3 bucket identifier.
\n@return Amazon S3 bucket identifier.*/",
"fluentSetterDocumentation" : "/**Amazon S3 bucket identifier.
\n@param bucket Amazon S3 bucket identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Amazon S3 bucket identifier.
\n@param bucket Amazon S3 bucket identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"RoleArn" : {
"documentation" : "",
"name" : "RoleArn",
"c2jName" : "RoleArn",
"c2jShape" : "NonEmptyString",
"variable" : {
"variableName" : "roleArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "roleArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "RoleArn",
"marshallLocationName" : "RoleArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param roleArn */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param roleArn \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param roleArn \n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"UnauthorizedException" : {
"c2jName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Such requests should not be retried without valid authentication credentials.
",
"shapeName" : "UnauthorizedException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "unauthorizedException",
"variableType" : "UnauthorizedException",
"variableDeclarationType" : "UnauthorizedException",
"documentation" : null,
"simpleType" : "UnauthorizedException",
"variableSetterType" : "UnauthorizedException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "UnauthorizedException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"DescribeEC2InstanceLimitsRequest" : {
"c2jName" : "DescribeEC2InstanceLimitsInput",
"documentation" : "Represents the input for a request action.
",
"shapeName" : "DescribeEC2InstanceLimitsRequest",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "Type of EC2 instances used in the fleet. EC2 instance types define the CPU, memory, storage, and networking capacity of the fleetaposs hosts. Amazon GameLift supports the EC2 instance types listed below. See Amazon EC2 Instance Types for detailed descriptions of each. Leave this parameter blank to retrieve limits for all types.
",
"name" : "EC2InstanceType",
"c2jName" : "EC2InstanceType",
"c2jShape" : "EC2InstanceType",
"variable" : {
"variableName" : "eC2InstanceType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Type of EC2 instances used in the fleet. EC2 instance types define the CPU, memory, storage, and networking capacity of the fleetaposs hosts. Amazon GameLift supports the EC2 instance types listed below. See Amazon EC2 Instance Types for detailed descriptions of each. Leave this parameter blank to retrieve limits for all types.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "eC2InstanceType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EC2InstanceType",
"marshallLocationName" : "EC2InstanceType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "EC2InstanceType",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Type of EC2 instances used in the fleet. EC2 instance types define the CPU, memory, storage, and networking capacity of the fleetaposs hosts. Amazon GameLift supports the EC2 instance types listed below. See Amazon EC2 Instance Types for detailed descriptions of each. Leave this parameter blank to retrieve limits for all types.
\n@param eC2InstanceType Type of EC2 instances used in the fleet. EC2 instance types define the CPU, memory, storage, and networking capacity of the fleetaposs hosts. Amazon GameLift supports the EC2 instance types listed below. See Amazon EC2 Instance Types for detailed descriptions of each. Leave this parameter blank to retrieve limits for all types.\n@see EC2InstanceType*/",
"getterDocumentation" : "/**Type of EC2 instances used in the fleet. EC2 instance types define the CPU, memory, storage, and networking capacity of the fleetaposs hosts. Amazon GameLift supports the EC2 instance types listed below. See Amazon EC2 Instance Types for detailed descriptions of each. Leave this parameter blank to retrieve limits for all types.
\n@return Type of EC2 instances used in the fleet. EC2 instance types define the CPU, memory, storage, and networking capacity of the fleetaposs hosts. Amazon GameLift supports the EC2 instance types listed below. See Amazon EC2 Instance Types for detailed descriptions of each. Leave this parameter blank to retrieve limits for all types.\n@see EC2InstanceType*/",
"fluentSetterDocumentation" : "/**Type of EC2 instances used in the fleet. EC2 instance types define the CPU, memory, storage, and networking capacity of the fleetaposs hosts. Amazon GameLift supports the EC2 instance types listed below. See Amazon EC2 Instance Types for detailed descriptions of each. Leave this parameter blank to retrieve limits for all types.
\n@param eC2InstanceType Type of EC2 instances used in the fleet. EC2 instance types define the CPU, memory, storage, and networking capacity of the fleetaposs hosts. Amazon GameLift supports the EC2 instance types listed below. See Amazon EC2 Instance Types for detailed descriptions of each. Leave this parameter blank to retrieve limits for all types.\n@return Returns a reference to this object so that method calls can be chained together.\n@see EC2InstanceType*/",
"varargSetterDocumentation" : "/**Type of EC2 instances used in the fleet. EC2 instance types define the CPU, memory, storage, and networking capacity of the fleetaposs hosts. Amazon GameLift supports the EC2 instance types listed below. See Amazon EC2 Instance Types for detailed descriptions of each. Leave this parameter blank to retrieve limits for all types.
\n@param eC2InstanceType Type of EC2 instances used in the fleet. EC2 instance types define the CPU, memory, storage, and networking capacity of the fleetaposs hosts. Amazon GameLift supports the EC2 instance types listed below. See Amazon EC2 Instance Types for detailed descriptions of each. Leave this parameter blank to retrieve limits for all types.\n@return Returns a reference to this object so that method calls can be chained together.\n@see EC2InstanceType*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeEC2InstanceLimitsRequest",
"variableType" : "DescribeEC2InstanceLimitsRequest",
"variableDeclarationType" : "DescribeEC2InstanceLimitsRequest",
"documentation" : null,
"simpleType" : "DescribeEC2InstanceLimitsRequest",
"variableSetterType" : "DescribeEC2InstanceLimitsRequest"
},
"marshaller" : {
"action" : "DescribeEC2InstanceLimits",
"verb" : "POST",
"target" : "GameLift.DescribeEC2InstanceLimits",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"EC2InstanceType" : {
"documentation" : "Type of EC2 instances used in the fleet. EC2 instance types define the CPU, memory, storage, and networking capacity of the fleetaposs hosts. Amazon GameLift supports the EC2 instance types listed below. See Amazon EC2 Instance Types for detailed descriptions of each. Leave this parameter blank to retrieve limits for all types.
",
"name" : "EC2InstanceType",
"c2jName" : "EC2InstanceType",
"c2jShape" : "EC2InstanceType",
"variable" : {
"variableName" : "eC2InstanceType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Type of EC2 instances used in the fleet. EC2 instance types define the CPU, memory, storage, and networking capacity of the fleetaposs hosts. Amazon GameLift supports the EC2 instance types listed below. See Amazon EC2 Instance Types for detailed descriptions of each. Leave this parameter blank to retrieve limits for all types.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "eC2InstanceType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EC2InstanceType",
"marshallLocationName" : "EC2InstanceType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "EC2InstanceType",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Type of EC2 instances used in the fleet. EC2 instance types define the CPU, memory, storage, and networking capacity of the fleetaposs hosts. Amazon GameLift supports the EC2 instance types listed below. See Amazon EC2 Instance Types for detailed descriptions of each. Leave this parameter blank to retrieve limits for all types.
\n@param eC2InstanceType Type of EC2 instances used in the fleet. EC2 instance types define the CPU, memory, storage, and networking capacity of the fleetaposs hosts. Amazon GameLift supports the EC2 instance types listed below. See Amazon EC2 Instance Types for detailed descriptions of each. Leave this parameter blank to retrieve limits for all types.\n@see EC2InstanceType*/",
"getterDocumentation" : "/**Type of EC2 instances used in the fleet. EC2 instance types define the CPU, memory, storage, and networking capacity of the fleetaposs hosts. Amazon GameLift supports the EC2 instance types listed below. See Amazon EC2 Instance Types for detailed descriptions of each. Leave this parameter blank to retrieve limits for all types.
\n@return Type of EC2 instances used in the fleet. EC2 instance types define the CPU, memory, storage, and networking capacity of the fleetaposs hosts. Amazon GameLift supports the EC2 instance types listed below. See Amazon EC2 Instance Types for detailed descriptions of each. Leave this parameter blank to retrieve limits for all types.\n@see EC2InstanceType*/",
"fluentSetterDocumentation" : "/**Type of EC2 instances used in the fleet. EC2 instance types define the CPU, memory, storage, and networking capacity of the fleetaposs hosts. Amazon GameLift supports the EC2 instance types listed below. See Amazon EC2 Instance Types for detailed descriptions of each. Leave this parameter blank to retrieve limits for all types.
\n@param eC2InstanceType Type of EC2 instances used in the fleet. EC2 instance types define the CPU, memory, storage, and networking capacity of the fleetaposs hosts. Amazon GameLift supports the EC2 instance types listed below. See Amazon EC2 Instance Types for detailed descriptions of each. Leave this parameter blank to retrieve limits for all types.\n@return Returns a reference to this object so that method calls can be chained together.\n@see EC2InstanceType*/",
"varargSetterDocumentation" : "/**Type of EC2 instances used in the fleet. EC2 instance types define the CPU, memory, storage, and networking capacity of the fleetaposs hosts. Amazon GameLift supports the EC2 instance types listed below. See Amazon EC2 Instance Types for detailed descriptions of each. Leave this parameter blank to retrieve limits for all types.
\n@param eC2InstanceType Type of EC2 instances used in the fleet. EC2 instance types define the CPU, memory, storage, and networking capacity of the fleetaposs hosts. Amazon GameLift supports the EC2 instance types listed below. See Amazon EC2 Instance Types for detailed descriptions of each. Leave this parameter blank to retrieve limits for all types.\n@return Returns a reference to this object so that method calls can be chained together.\n@see EC2InstanceType*/"
}
}
},
"PutScalingPolicyResult" : {
"c2jName" : "PutScalingPolicyOutput",
"documentation" : "Represents the returned data in response to a request action.
",
"shapeName" : "PutScalingPolicyResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "Descriptive label associated with this scaling policy. Policy names do not need to be unique.
",
"name" : "Name",
"c2jName" : "Name",
"c2jShape" : "NonZeroAndMaxString",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Descriptive label associated with this scaling policy. Policy names do not need to be unique.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Name",
"marshallLocationName" : "Name",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Descriptive label associated with this scaling policy. Policy names do not need to be unique.
\n@param name Descriptive label associated with this scaling policy. Policy names do not need to be unique.*/",
"getterDocumentation" : "/**Descriptive label associated with this scaling policy. Policy names do not need to be unique.
\n@return Descriptive label associated with this scaling policy. Policy names do not need to be unique.*/",
"fluentSetterDocumentation" : "/**Descriptive label associated with this scaling policy. Policy names do not need to be unique.
\n@param name Descriptive label associated with this scaling policy. Policy names do not need to be unique.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Descriptive label associated with this scaling policy. Policy names do not need to be unique.
\n@param name Descriptive label associated with this scaling policy. Policy names do not need to be unique.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "putScalingPolicyResult",
"variableType" : "PutScalingPolicyResult",
"variableDeclarationType" : "PutScalingPolicyResult",
"documentation" : null,
"simpleType" : "PutScalingPolicyResult",
"variableSetterType" : "PutScalingPolicyResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Name" : {
"documentation" : "Descriptive label associated with this scaling policy. Policy names do not need to be unique.
",
"name" : "Name",
"c2jName" : "Name",
"c2jShape" : "NonZeroAndMaxString",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Descriptive label associated with this scaling policy. Policy names do not need to be unique.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Name",
"marshallLocationName" : "Name",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Descriptive label associated with this scaling policy. Policy names do not need to be unique.
\n@param name Descriptive label associated with this scaling policy. Policy names do not need to be unique.*/",
"getterDocumentation" : "/**Descriptive label associated with this scaling policy. Policy names do not need to be unique.
\n@return Descriptive label associated with this scaling policy. Policy names do not need to be unique.*/",
"fluentSetterDocumentation" : "/**Descriptive label associated with this scaling policy. Policy names do not need to be unique.
\n@param name Descriptive label associated with this scaling policy. Policy names do not need to be unique.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Descriptive label associated with this scaling policy. Policy names do not need to be unique.
\n@param name Descriptive label associated with this scaling policy. Policy names do not need to be unique.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"FleetCapacity" : {
"c2jName" : "FleetCapacity",
"documentation" : "Information about the fleet's capacity. Fleet capacity is measured in EC2 instances. By default, new fleets have a capacity of one instance, but can be updated as needed. The maximum number of instances for a fleet is determined by the fleet's instance type.
",
"shapeName" : "FleetCapacity",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "Unique identifier for a fleet.
",
"name" : "FleetId",
"c2jName" : "FleetId",
"c2jShape" : "FleetId",
"variable" : {
"variableName" : "fleetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Unique identifier for a fleet.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "fleetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "FleetId",
"marshallLocationName" : "FleetId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Unique identifier for a fleet.
\n@param fleetId Unique identifier for a fleet.*/",
"getterDocumentation" : "/**Unique identifier for a fleet.
\n@return Unique identifier for a fleet.*/",
"fluentSetterDocumentation" : "/**Unique identifier for a fleet.
\n@param fleetId Unique identifier for a fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Unique identifier for a fleet.
\n@param fleetId Unique identifier for a fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Type of EC2 instances used in the fleet. EC2 instance types define the CPU, memory, storage, and networking capacity of the fleetaposs hosts. Amazon GameLift supports the EC2 instance types listed below. See Amazon EC2 Instance Types for detailed descriptions of each.
",
"name" : "InstanceType",
"c2jName" : "InstanceType",
"c2jShape" : "EC2InstanceType",
"variable" : {
"variableName" : "instanceType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Type of EC2 instances used in the fleet. EC2 instance types define the CPU, memory, storage, and networking capacity of the fleetaposs hosts. Amazon GameLift supports the EC2 instance types listed below. See Amazon EC2 Instance Types for detailed descriptions of each.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "instanceType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "InstanceType",
"marshallLocationName" : "InstanceType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "EC2InstanceType",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Type of EC2 instances used in the fleet. EC2 instance types define the CPU, memory, storage, and networking capacity of the fleetaposs hosts. Amazon GameLift supports the EC2 instance types listed below. See Amazon EC2 Instance Types for detailed descriptions of each.
\n@param instanceType Type of EC2 instances used in the fleet. EC2 instance types define the CPU, memory, storage, and networking capacity of the fleetaposs hosts. Amazon GameLift supports the EC2 instance types listed below. See Amazon EC2 Instance Types for detailed descriptions of each.\n@see EC2InstanceType*/",
"getterDocumentation" : "/**Type of EC2 instances used in the fleet. EC2 instance types define the CPU, memory, storage, and networking capacity of the fleetaposs hosts. Amazon GameLift supports the EC2 instance types listed below. See Amazon EC2 Instance Types for detailed descriptions of each.
\n@return Type of EC2 instances used in the fleet. EC2 instance types define the CPU, memory, storage, and networking capacity of the fleetaposs hosts. Amazon GameLift supports the EC2 instance types listed below. See Amazon EC2 Instance Types for detailed descriptions of each.\n@see EC2InstanceType*/",
"fluentSetterDocumentation" : "/**Type of EC2 instances used in the fleet. EC2 instance types define the CPU, memory, storage, and networking capacity of the fleetaposs hosts. Amazon GameLift supports the EC2 instance types listed below. See Amazon EC2 Instance Types for detailed descriptions of each.
\n@param instanceType Type of EC2 instances used in the fleet. EC2 instance types define the CPU, memory, storage, and networking capacity of the fleetaposs hosts. Amazon GameLift supports the EC2 instance types listed below. See Amazon EC2 Instance Types for detailed descriptions of each.\n@return Returns a reference to this object so that method calls can be chained together.\n@see EC2InstanceType*/",
"varargSetterDocumentation" : "/**Type of EC2 instances used in the fleet. EC2 instance types define the CPU, memory, storage, and networking capacity of the fleetaposs hosts. Amazon GameLift supports the EC2 instance types listed below. See Amazon EC2 Instance Types for detailed descriptions of each.
\n@param instanceType Type of EC2 instances used in the fleet. EC2 instance types define the CPU, memory, storage, and networking capacity of the fleetaposs hosts. Amazon GameLift supports the EC2 instance types listed below. See Amazon EC2 Instance Types for detailed descriptions of each.\n@return Returns a reference to this object so that method calls can be chained together.\n@see EC2InstanceType*/"
}, {
"documentation" : "Current status of fleet capacity.
",
"name" : "InstanceCounts",
"c2jName" : "InstanceCounts",
"c2jShape" : "EC2InstanceCounts",
"variable" : {
"variableName" : "instanceCounts",
"variableType" : "EC2InstanceCounts",
"variableDeclarationType" : "EC2InstanceCounts",
"documentation" : "Current status of fleet capacity.
",
"simpleType" : "EC2InstanceCounts",
"variableSetterType" : "EC2InstanceCounts"
},
"setterModel" : {
"variableName" : "instanceCounts",
"variableType" : "EC2InstanceCounts",
"variableDeclarationType" : "EC2InstanceCounts",
"documentation" : "",
"simpleType" : "EC2InstanceCounts",
"variableSetterType" : "EC2InstanceCounts"
},
"getterModel" : {
"returnType" : "EC2InstanceCounts",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "InstanceCounts",
"marshallLocationName" : "InstanceCounts",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Current status of fleet capacity.
\n@param instanceCounts Current status of fleet capacity.*/",
"getterDocumentation" : "/**Current status of fleet capacity.
\n@return Current status of fleet capacity.*/",
"fluentSetterDocumentation" : "/**Current status of fleet capacity.
\n@param instanceCounts Current status of fleet capacity.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Current status of fleet capacity.
\n@param instanceCounts Current status of fleet capacity.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "fleetCapacity",
"variableType" : "FleetCapacity",
"variableDeclarationType" : "FleetCapacity",
"documentation" : null,
"simpleType" : "FleetCapacity",
"variableSetterType" : "FleetCapacity"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"FleetId" : {
"documentation" : "Unique identifier for a fleet.
",
"name" : "FleetId",
"c2jName" : "FleetId",
"c2jShape" : "FleetId",
"variable" : {
"variableName" : "fleetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Unique identifier for a fleet.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "fleetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "FleetId",
"marshallLocationName" : "FleetId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Unique identifier for a fleet.
\n@param fleetId Unique identifier for a fleet.*/",
"getterDocumentation" : "/**Unique identifier for a fleet.
\n@return Unique identifier for a fleet.*/",
"fluentSetterDocumentation" : "/**Unique identifier for a fleet.
\n@param fleetId Unique identifier for a fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Unique identifier for a fleet.
\n@param fleetId Unique identifier for a fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"InstanceCounts" : {
"documentation" : "Current status of fleet capacity.
",
"name" : "InstanceCounts",
"c2jName" : "InstanceCounts",
"c2jShape" : "EC2InstanceCounts",
"variable" : {
"variableName" : "instanceCounts",
"variableType" : "EC2InstanceCounts",
"variableDeclarationType" : "EC2InstanceCounts",
"documentation" : "Current status of fleet capacity.
",
"simpleType" : "EC2InstanceCounts",
"variableSetterType" : "EC2InstanceCounts"
},
"setterModel" : {
"variableName" : "instanceCounts",
"variableType" : "EC2InstanceCounts",
"variableDeclarationType" : "EC2InstanceCounts",
"documentation" : "",
"simpleType" : "EC2InstanceCounts",
"variableSetterType" : "EC2InstanceCounts"
},
"getterModel" : {
"returnType" : "EC2InstanceCounts",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "InstanceCounts",
"marshallLocationName" : "InstanceCounts",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Current status of fleet capacity.
\n@param instanceCounts Current status of fleet capacity.*/",
"getterDocumentation" : "/**Current status of fleet capacity.
\n@return Current status of fleet capacity.*/",
"fluentSetterDocumentation" : "/**Current status of fleet capacity.
\n@param instanceCounts Current status of fleet capacity.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Current status of fleet capacity.
\n@param instanceCounts Current status of fleet capacity.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"InstanceType" : {
"documentation" : "Type of EC2 instances used in the fleet. EC2 instance types define the CPU, memory, storage, and networking capacity of the fleetaposs hosts. Amazon GameLift supports the EC2 instance types listed below. See Amazon EC2 Instance Types for detailed descriptions of each.
",
"name" : "InstanceType",
"c2jName" : "InstanceType",
"c2jShape" : "EC2InstanceType",
"variable" : {
"variableName" : "instanceType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Type of EC2 instances used in the fleet. EC2 instance types define the CPU, memory, storage, and networking capacity of the fleetaposs hosts. Amazon GameLift supports the EC2 instance types listed below. See Amazon EC2 Instance Types for detailed descriptions of each.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "instanceType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "InstanceType",
"marshallLocationName" : "InstanceType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "EC2InstanceType",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Type of EC2 instances used in the fleet. EC2 instance types define the CPU, memory, storage, and networking capacity of the fleetaposs hosts. Amazon GameLift supports the EC2 instance types listed below. See Amazon EC2 Instance Types for detailed descriptions of each.
\n@param instanceType Type of EC2 instances used in the fleet. EC2 instance types define the CPU, memory, storage, and networking capacity of the fleetaposs hosts. Amazon GameLift supports the EC2 instance types listed below. See Amazon EC2 Instance Types for detailed descriptions of each.\n@see EC2InstanceType*/",
"getterDocumentation" : "/**Type of EC2 instances used in the fleet. EC2 instance types define the CPU, memory, storage, and networking capacity of the fleetaposs hosts. Amazon GameLift supports the EC2 instance types listed below. See Amazon EC2 Instance Types for detailed descriptions of each.
\n@return Type of EC2 instances used in the fleet. EC2 instance types define the CPU, memory, storage, and networking capacity of the fleetaposs hosts. Amazon GameLift supports the EC2 instance types listed below. See Amazon EC2 Instance Types for detailed descriptions of each.\n@see EC2InstanceType*/",
"fluentSetterDocumentation" : "/**Type of EC2 instances used in the fleet. EC2 instance types define the CPU, memory, storage, and networking capacity of the fleetaposs hosts. Amazon GameLift supports the EC2 instance types listed below. See Amazon EC2 Instance Types for detailed descriptions of each.
\n@param instanceType Type of EC2 instances used in the fleet. EC2 instance types define the CPU, memory, storage, and networking capacity of the fleetaposs hosts. Amazon GameLift supports the EC2 instance types listed below. See Amazon EC2 Instance Types for detailed descriptions of each.\n@return Returns a reference to this object so that method calls can be chained together.\n@see EC2InstanceType*/",
"varargSetterDocumentation" : "/**Type of EC2 instances used in the fleet. EC2 instance types define the CPU, memory, storage, and networking capacity of the fleetaposs hosts. Amazon GameLift supports the EC2 instance types listed below. See Amazon EC2 Instance Types for detailed descriptions of each.
\n@param instanceType Type of EC2 instances used in the fleet. EC2 instance types define the CPU, memory, storage, and networking capacity of the fleetaposs hosts. Amazon GameLift supports the EC2 instance types listed below. See Amazon EC2 Instance Types for detailed descriptions of each.\n@return Returns a reference to this object so that method calls can be chained together.\n@see EC2InstanceType*/"
}
}
},
"DescribePlayerSessionsResult" : {
"c2jName" : "DescribePlayerSessionsOutput",
"documentation" : "Represents the returned data in response to a request action.
",
"shapeName" : "DescribePlayerSessionsResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "Collection of objects containing properties for each player session that matches the request.
",
"name" : "PlayerSessions",
"c2jName" : "PlayerSessions",
"c2jShape" : "PlayerSessionList",
"variable" : {
"variableName" : "playerSessions",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "Collection of objects containing properties for each player session that matches the request.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "playerSessions",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "PlayerSessions",
"marshallLocationName" : "PlayerSessions",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "PlayerSession",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "PlayerSession",
"variable" : {
"variableName" : "member",
"variableType" : "PlayerSession",
"variableDeclarationType" : "PlayerSession",
"documentation" : "",
"simpleType" : "PlayerSession",
"variableSetterType" : "PlayerSession"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "PlayerSession",
"variableDeclarationType" : "PlayerSession",
"documentation" : "",
"simpleType" : "PlayerSession",
"variableSetterType" : "PlayerSession"
},
"getterModel" : {
"returnType" : "PlayerSession",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "PlayerSession",
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Collection of objects containing properties for each player session that matches the request.
\n@param playerSessions Collection of objects containing properties for each player session that matches the request.*/",
"getterDocumentation" : "/**Collection of objects containing properties for each player session that matches the request.
\n@return Collection of objects containing properties for each player session that matches the request.*/",
"fluentSetterDocumentation" : "/**Collection of objects containing properties for each player session that matches the request.
\n@param playerSessions Collection of objects containing properties for each player session that matches the request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Collection of objects containing properties for each player session that matches the request.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setPlayerSessions(java.util.Collection)} or {@link #withPlayerSessions(java.util.Collection)} if you want to override the existing values.
\n@param playerSessions Collection of objects containing properties for each player session that matches the request.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.
If a request has a limit that exactly matches the number of remaining results, a token is returned even though there are no more results to retrieve.
",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "NonZeroAndMaxString",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.
If a request has a limit that exactly matches the number of remaining results, a token is returned even though there are no more results to retrieve.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.
If a request has a limit that exactly matches the number of remaining results, a token is returned even though there are no more results to retrieve.
\n@param nextToken Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list. If a request has a limit that exactly matches the number of remaining results, a token is returned even though there are no more results to retrieve.
*/",
"getterDocumentation" : "/**Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.
If a request has a limit that exactly matches the number of remaining results, a token is returned even though there are no more results to retrieve.
\n@return Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list. If a request has a limit that exactly matches the number of remaining results, a token is returned even though there are no more results to retrieve.
*/",
"fluentSetterDocumentation" : "/**Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.
If a request has a limit that exactly matches the number of remaining results, a token is returned even though there are no more results to retrieve.
\n@param nextToken Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list. If a request has a limit that exactly matches the number of remaining results, a token is returned even though there are no more results to retrieve.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.
If a request has a limit that exactly matches the number of remaining results, a token is returned even though there are no more results to retrieve.
\n@param nextToken Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list. If a request has a limit that exactly matches the number of remaining results, a token is returned even though there are no more results to retrieve.
\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describePlayerSessionsResult",
"variableType" : "DescribePlayerSessionsResult",
"variableDeclarationType" : "DescribePlayerSessionsResult",
"documentation" : null,
"simpleType" : "DescribePlayerSessionsResult",
"variableSetterType" : "DescribePlayerSessionsResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"PlayerSessions" : {
"documentation" : "Collection of objects containing properties for each player session that matches the request.
",
"name" : "PlayerSessions",
"c2jName" : "PlayerSessions",
"c2jShape" : "PlayerSessionList",
"variable" : {
"variableName" : "playerSessions",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "Collection of objects containing properties for each player session that matches the request.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "playerSessions",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "PlayerSessions",
"marshallLocationName" : "PlayerSessions",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "PlayerSession",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "PlayerSession",
"variable" : {
"variableName" : "member",
"variableType" : "PlayerSession",
"variableDeclarationType" : "PlayerSession",
"documentation" : "",
"simpleType" : "PlayerSession",
"variableSetterType" : "PlayerSession"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "PlayerSession",
"variableDeclarationType" : "PlayerSession",
"documentation" : "",
"simpleType" : "PlayerSession",
"variableSetterType" : "PlayerSession"
},
"getterModel" : {
"returnType" : "PlayerSession",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "PlayerSession",
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Collection of objects containing properties for each player session that matches the request.
\n@param playerSessions Collection of objects containing properties for each player session that matches the request.*/",
"getterDocumentation" : "/**Collection of objects containing properties for each player session that matches the request.
\n@return Collection of objects containing properties for each player session that matches the request.*/",
"fluentSetterDocumentation" : "/**Collection of objects containing properties for each player session that matches the request.
\n@param playerSessions Collection of objects containing properties for each player session that matches the request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Collection of objects containing properties for each player session that matches the request.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setPlayerSessions(java.util.Collection)} or {@link #withPlayerSessions(java.util.Collection)} if you want to override the existing values.
\n@param playerSessions Collection of objects containing properties for each player session that matches the request.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"NextToken" : {
"documentation" : "Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.
If a request has a limit that exactly matches the number of remaining results, a token is returned even though there are no more results to retrieve.
",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "NonZeroAndMaxString",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.
If a request has a limit that exactly matches the number of remaining results, a token is returned even though there are no more results to retrieve.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.
If a request has a limit that exactly matches the number of remaining results, a token is returned even though there are no more results to retrieve.
\n@param nextToken Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list. If a request has a limit that exactly matches the number of remaining results, a token is returned even though there are no more results to retrieve.
*/",
"getterDocumentation" : "/**Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.
If a request has a limit that exactly matches the number of remaining results, a token is returned even though there are no more results to retrieve.
\n@return Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list. If a request has a limit that exactly matches the number of remaining results, a token is returned even though there are no more results to retrieve.
*/",
"fluentSetterDocumentation" : "/**Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.
If a request has a limit that exactly matches the number of remaining results, a token is returned even though there are no more results to retrieve.
\n@param nextToken Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list. If a request has a limit that exactly matches the number of remaining results, a token is returned even though there are no more results to retrieve.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.
If a request has a limit that exactly matches the number of remaining results, a token is returned even though there are no more results to retrieve.
\n@param nextToken Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list. If a request has a limit that exactly matches the number of remaining results, a token is returned even though there are no more results to retrieve.
\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"CreatePlayerSessionsResult" : {
"c2jName" : "CreatePlayerSessionsOutput",
"documentation" : "Represents the returned data in response to a request action.
",
"shapeName" : "CreatePlayerSessionsResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "Collection of player session objects created for the added players.
",
"name" : "PlayerSessions",
"c2jName" : "PlayerSessions",
"c2jShape" : "PlayerSessionList",
"variable" : {
"variableName" : "playerSessions",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "Collection of player session objects created for the added players.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "playerSessions",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "PlayerSessions",
"marshallLocationName" : "PlayerSessions",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "PlayerSession",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "PlayerSession",
"variable" : {
"variableName" : "member",
"variableType" : "PlayerSession",
"variableDeclarationType" : "PlayerSession",
"documentation" : "",
"simpleType" : "PlayerSession",
"variableSetterType" : "PlayerSession"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "PlayerSession",
"variableDeclarationType" : "PlayerSession",
"documentation" : "",
"simpleType" : "PlayerSession",
"variableSetterType" : "PlayerSession"
},
"getterModel" : {
"returnType" : "PlayerSession",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "PlayerSession",
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Collection of player session objects created for the added players.
\n@param playerSessions Collection of player session objects created for the added players.*/",
"getterDocumentation" : "/**Collection of player session objects created for the added players.
\n@return Collection of player session objects created for the added players.*/",
"fluentSetterDocumentation" : "/**Collection of player session objects created for the added players.
\n@param playerSessions Collection of player session objects created for the added players.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Collection of player session objects created for the added players.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setPlayerSessions(java.util.Collection)} or {@link #withPlayerSessions(java.util.Collection)} if you want to override the existing values.
\n@param playerSessions Collection of player session objects created for the added players.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "createPlayerSessionsResult",
"variableType" : "CreatePlayerSessionsResult",
"variableDeclarationType" : "CreatePlayerSessionsResult",
"documentation" : null,
"simpleType" : "CreatePlayerSessionsResult",
"variableSetterType" : "CreatePlayerSessionsResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"PlayerSessions" : {
"documentation" : "Collection of player session objects created for the added players.
",
"name" : "PlayerSessions",
"c2jName" : "PlayerSessions",
"c2jShape" : "PlayerSessionList",
"variable" : {
"variableName" : "playerSessions",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "Collection of player session objects created for the added players.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "playerSessions",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "PlayerSessions",
"marshallLocationName" : "PlayerSessions",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "PlayerSession",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "PlayerSession",
"variable" : {
"variableName" : "member",
"variableType" : "PlayerSession",
"variableDeclarationType" : "PlayerSession",
"documentation" : "",
"simpleType" : "PlayerSession",
"variableSetterType" : "PlayerSession"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "PlayerSession",
"variableDeclarationType" : "PlayerSession",
"documentation" : "",
"simpleType" : "PlayerSession",
"variableSetterType" : "PlayerSession"
},
"getterModel" : {
"returnType" : "PlayerSession",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "PlayerSession",
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Collection of player session objects created for the added players.
\n@param playerSessions Collection of player session objects created for the added players.*/",
"getterDocumentation" : "/**Collection of player session objects created for the added players.
\n@return Collection of player session objects created for the added players.*/",
"fluentSetterDocumentation" : "/**Collection of player session objects created for the added players.
\n@param playerSessions Collection of player session objects created for the added players.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Collection of player session objects created for the added players.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setPlayerSessions(java.util.Collection)} or {@link #withPlayerSessions(java.util.Collection)} if you want to override the existing values.
\n@param playerSessions Collection of player session objects created for the added players.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"LimitExceededException" : {
"c2jName" : "LimitExceededException",
"documentation" : "The requested operation would cause the resource to exceed the allowed service limit. Please resolve the issue before retrying.
",
"shapeName" : "LimitExceededException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "limitExceededException",
"variableType" : "LimitExceededException",
"variableDeclarationType" : "LimitExceededException",
"documentation" : null,
"simpleType" : "LimitExceededException",
"variableSetterType" : "LimitExceededException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "LimitExceededException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"DescribeGameSessionsRequest" : {
"c2jName" : "DescribeGameSessionsInput",
"documentation" : "Represents the input for a request action.
",
"shapeName" : "DescribeGameSessionsRequest",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "Unique identifier for a fleet. Specify a fleet to retrieve information on all game sessions active on the fleet.
",
"name" : "FleetId",
"c2jName" : "FleetId",
"c2jShape" : "FleetId",
"variable" : {
"variableName" : "fleetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Unique identifier for a fleet. Specify a fleet to retrieve information on all game sessions active on the fleet.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "fleetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "FleetId",
"marshallLocationName" : "FleetId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Unique identifier for a fleet. Specify a fleet to retrieve information on all game sessions active on the fleet.
\n@param fleetId Unique identifier for a fleet. Specify a fleet to retrieve information on all game sessions active on the fleet.*/",
"getterDocumentation" : "/**Unique identifier for a fleet. Specify a fleet to retrieve information on all game sessions active on the fleet.
\n@return Unique identifier for a fleet. Specify a fleet to retrieve information on all game sessions active on the fleet.*/",
"fluentSetterDocumentation" : "/**Unique identifier for a fleet. Specify a fleet to retrieve information on all game sessions active on the fleet.
\n@param fleetId Unique identifier for a fleet. Specify a fleet to retrieve information on all game sessions active on the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Unique identifier for a fleet. Specify a fleet to retrieve information on all game sessions active on the fleet.
\n@param fleetId Unique identifier for a fleet. Specify a fleet to retrieve information on all game sessions active on the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Unique identifier for a game session. Specify the game session to retrieve information on.
",
"name" : "GameSessionId",
"c2jName" : "GameSessionId",
"c2jShape" : "GameSessionId",
"variable" : {
"variableName" : "gameSessionId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Unique identifier for a game session. Specify the game session to retrieve information on.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "gameSessionId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "GameSessionId",
"marshallLocationName" : "GameSessionId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Unique identifier for a game session. Specify the game session to retrieve information on.
\n@param gameSessionId Unique identifier for a game session. Specify the game session to retrieve information on.*/",
"getterDocumentation" : "/**Unique identifier for a game session. Specify the game session to retrieve information on.
\n@return Unique identifier for a game session. Specify the game session to retrieve information on.*/",
"fluentSetterDocumentation" : "/**Unique identifier for a game session. Specify the game session to retrieve information on.
\n@param gameSessionId Unique identifier for a game session. Specify the game session to retrieve information on.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Unique identifier for a game session. Specify the game session to retrieve information on.
\n@param gameSessionId Unique identifier for a game session. Specify the game session to retrieve information on.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Unique identifier for a fleet alias. Specify an alias to retrieve information on all game sessions active on the fleet.
",
"name" : "AliasId",
"c2jName" : "AliasId",
"c2jShape" : "AliasId",
"variable" : {
"variableName" : "aliasId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Unique identifier for a fleet alias. Specify an alias to retrieve information on all game sessions active on the fleet.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "aliasId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AliasId",
"marshallLocationName" : "AliasId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Unique identifier for a fleet alias. Specify an alias to retrieve information on all game sessions active on the fleet.
\n@param aliasId Unique identifier for a fleet alias. Specify an alias to retrieve information on all game sessions active on the fleet.*/",
"getterDocumentation" : "/**Unique identifier for a fleet alias. Specify an alias to retrieve information on all game sessions active on the fleet.
\n@return Unique identifier for a fleet alias. Specify an alias to retrieve information on all game sessions active on the fleet.*/",
"fluentSetterDocumentation" : "/**Unique identifier for a fleet alias. Specify an alias to retrieve information on all game sessions active on the fleet.
\n@param aliasId Unique identifier for a fleet alias. Specify an alias to retrieve information on all game sessions active on the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Unique identifier for a fleet alias. Specify an alias to retrieve information on all game sessions active on the fleet.
\n@param aliasId Unique identifier for a fleet alias. Specify an alias to retrieve information on all game sessions active on the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Game session status to filter results on. Possible game session states include ACTIVE, TERMINATED, ACTIVATING and TERMINATING (the last two are transitory).
",
"name" : "StatusFilter",
"c2jName" : "StatusFilter",
"c2jShape" : "NonZeroAndMaxString",
"variable" : {
"variableName" : "statusFilter",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Game session status to filter results on. Possible game session states include ACTIVE, TERMINATED, ACTIVATING and TERMINATING (the last two are transitory).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "statusFilter",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StatusFilter",
"marshallLocationName" : "StatusFilter",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Game session status to filter results on. Possible game session states include ACTIVE, TERMINATED, ACTIVATING and TERMINATING (the last two are transitory).
\n@param statusFilter Game session status to filter results on. Possible game session states include ACTIVE, TERMINATED, ACTIVATING and TERMINATING (the last two are transitory).*/",
"getterDocumentation" : "/**Game session status to filter results on. Possible game session states include ACTIVE, TERMINATED, ACTIVATING and TERMINATING (the last two are transitory).
\n@return Game session status to filter results on. Possible game session states include ACTIVE, TERMINATED, ACTIVATING and TERMINATING (the last two are transitory).*/",
"fluentSetterDocumentation" : "/**Game session status to filter results on. Possible game session states include ACTIVE, TERMINATED, ACTIVATING and TERMINATING (the last two are transitory).
\n@param statusFilter Game session status to filter results on. Possible game session states include ACTIVE, TERMINATED, ACTIVATING and TERMINATING (the last two are transitory).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Game session status to filter results on. Possible game session states include ACTIVE, TERMINATED, ACTIVATING and TERMINATING (the last two are transitory).
\n@param statusFilter Game session status to filter results on. Possible game session states include ACTIVE, TERMINATED, ACTIVATING and TERMINATING (the last two are transitory).\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Maximum number of results to return. You can use this parameter with NextToken to get results as a set of sequential pages.
",
"name" : "Limit",
"c2jName" : "Limit",
"c2jShape" : "PositiveInteger",
"variable" : {
"variableName" : "limit",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "Maximum number of results to return. You can use this parameter with NextToken to get results as a set of sequential pages.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "limit",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Limit",
"marshallLocationName" : "Limit",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Maximum number of results to return. You can use this parameter with NextToken to get results as a set of sequential pages.
\n@param limit Maximum number of results to return. You can use this parameter with NextToken to get results as a set of sequential pages.*/",
"getterDocumentation" : "/**Maximum number of results to return. You can use this parameter with NextToken to get results as a set of sequential pages.
\n@return Maximum number of results to return. You can use this parameter with NextToken to get results as a set of sequential pages.*/",
"fluentSetterDocumentation" : "/**Maximum number of results to return. You can use this parameter with NextToken to get results as a set of sequential pages.
\n@param limit Maximum number of results to return. You can use this parameter with NextToken to get results as a set of sequential pages.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Maximum number of results to return. You can use this parameter with NextToken to get results as a set of sequential pages.
\n@param limit Maximum number of results to return. You can use this parameter with NextToken to get results as a set of sequential pages.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Token indicating the start of the next sequential page of results. Use the token that is returned with a previous call to this action. To specify the start of the result set, do not specify a value.
",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "NonZeroAndMaxString",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Token indicating the start of the next sequential page of results. Use the token that is returned with a previous call to this action. To specify the start of the result set, do not specify a value.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Token indicating the start of the next sequential page of results. Use the token that is returned with a previous call to this action. To specify the start of the result set, do not specify a value.
\n@param nextToken Token indicating the start of the next sequential page of results. Use the token that is returned with a previous call to this action. To specify the start of the result set, do not specify a value.*/",
"getterDocumentation" : "/**Token indicating the start of the next sequential page of results. Use the token that is returned with a previous call to this action. To specify the start of the result set, do not specify a value.
\n@return Token indicating the start of the next sequential page of results. Use the token that is returned with a previous call to this action. To specify the start of the result set, do not specify a value.*/",
"fluentSetterDocumentation" : "/**Token indicating the start of the next sequential page of results. Use the token that is returned with a previous call to this action. To specify the start of the result set, do not specify a value.
\n@param nextToken Token indicating the start of the next sequential page of results. Use the token that is returned with a previous call to this action. To specify the start of the result set, do not specify a value.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Token indicating the start of the next sequential page of results. Use the token that is returned with a previous call to this action. To specify the start of the result set, do not specify a value.
\n@param nextToken Token indicating the start of the next sequential page of results. Use the token that is returned with a previous call to this action. To specify the start of the result set, do not specify a value.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeGameSessionsRequest",
"variableType" : "DescribeGameSessionsRequest",
"variableDeclarationType" : "DescribeGameSessionsRequest",
"documentation" : null,
"simpleType" : "DescribeGameSessionsRequest",
"variableSetterType" : "DescribeGameSessionsRequest"
},
"marshaller" : {
"action" : "DescribeGameSessions",
"verb" : "POST",
"target" : "GameLift.DescribeGameSessions",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"NextToken" : {
"documentation" : "Token indicating the start of the next sequential page of results. Use the token that is returned with a previous call to this action. To specify the start of the result set, do not specify a value.
",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "NonZeroAndMaxString",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Token indicating the start of the next sequential page of results. Use the token that is returned with a previous call to this action. To specify the start of the result set, do not specify a value.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Token indicating the start of the next sequential page of results. Use the token that is returned with a previous call to this action. To specify the start of the result set, do not specify a value.
\n@param nextToken Token indicating the start of the next sequential page of results. Use the token that is returned with a previous call to this action. To specify the start of the result set, do not specify a value.*/",
"getterDocumentation" : "/**Token indicating the start of the next sequential page of results. Use the token that is returned with a previous call to this action. To specify the start of the result set, do not specify a value.
\n@return Token indicating the start of the next sequential page of results. Use the token that is returned with a previous call to this action. To specify the start of the result set, do not specify a value.*/",
"fluentSetterDocumentation" : "/**Token indicating the start of the next sequential page of results. Use the token that is returned with a previous call to this action. To specify the start of the result set, do not specify a value.
\n@param nextToken Token indicating the start of the next sequential page of results. Use the token that is returned with a previous call to this action. To specify the start of the result set, do not specify a value.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Token indicating the start of the next sequential page of results. Use the token that is returned with a previous call to this action. To specify the start of the result set, do not specify a value.
\n@param nextToken Token indicating the start of the next sequential page of results. Use the token that is returned with a previous call to this action. To specify the start of the result set, do not specify a value.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"AliasId" : {
"documentation" : "Unique identifier for a fleet alias. Specify an alias to retrieve information on all game sessions active on the fleet.
",
"name" : "AliasId",
"c2jName" : "AliasId",
"c2jShape" : "AliasId",
"variable" : {
"variableName" : "aliasId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Unique identifier for a fleet alias. Specify an alias to retrieve information on all game sessions active on the fleet.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "aliasId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AliasId",
"marshallLocationName" : "AliasId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Unique identifier for a fleet alias. Specify an alias to retrieve information on all game sessions active on the fleet.
\n@param aliasId Unique identifier for a fleet alias. Specify an alias to retrieve information on all game sessions active on the fleet.*/",
"getterDocumentation" : "/**Unique identifier for a fleet alias. Specify an alias to retrieve information on all game sessions active on the fleet.
\n@return Unique identifier for a fleet alias. Specify an alias to retrieve information on all game sessions active on the fleet.*/",
"fluentSetterDocumentation" : "/**Unique identifier for a fleet alias. Specify an alias to retrieve information on all game sessions active on the fleet.
\n@param aliasId Unique identifier for a fleet alias. Specify an alias to retrieve information on all game sessions active on the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Unique identifier for a fleet alias. Specify an alias to retrieve information on all game sessions active on the fleet.
\n@param aliasId Unique identifier for a fleet alias. Specify an alias to retrieve information on all game sessions active on the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"FleetId" : {
"documentation" : "Unique identifier for a fleet. Specify a fleet to retrieve information on all game sessions active on the fleet.
",
"name" : "FleetId",
"c2jName" : "FleetId",
"c2jShape" : "FleetId",
"variable" : {
"variableName" : "fleetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Unique identifier for a fleet. Specify a fleet to retrieve information on all game sessions active on the fleet.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "fleetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "FleetId",
"marshallLocationName" : "FleetId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Unique identifier for a fleet. Specify a fleet to retrieve information on all game sessions active on the fleet.
\n@param fleetId Unique identifier for a fleet. Specify a fleet to retrieve information on all game sessions active on the fleet.*/",
"getterDocumentation" : "/**Unique identifier for a fleet. Specify a fleet to retrieve information on all game sessions active on the fleet.
\n@return Unique identifier for a fleet. Specify a fleet to retrieve information on all game sessions active on the fleet.*/",
"fluentSetterDocumentation" : "/**Unique identifier for a fleet. Specify a fleet to retrieve information on all game sessions active on the fleet.
\n@param fleetId Unique identifier for a fleet. Specify a fleet to retrieve information on all game sessions active on the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Unique identifier for a fleet. Specify a fleet to retrieve information on all game sessions active on the fleet.
\n@param fleetId Unique identifier for a fleet. Specify a fleet to retrieve information on all game sessions active on the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"GameSessionId" : {
"documentation" : "Unique identifier for a game session. Specify the game session to retrieve information on.
",
"name" : "GameSessionId",
"c2jName" : "GameSessionId",
"c2jShape" : "GameSessionId",
"variable" : {
"variableName" : "gameSessionId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Unique identifier for a game session. Specify the game session to retrieve information on.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "gameSessionId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "GameSessionId",
"marshallLocationName" : "GameSessionId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Unique identifier for a game session. Specify the game session to retrieve information on.
\n@param gameSessionId Unique identifier for a game session. Specify the game session to retrieve information on.*/",
"getterDocumentation" : "/**Unique identifier for a game session. Specify the game session to retrieve information on.
\n@return Unique identifier for a game session. Specify the game session to retrieve information on.*/",
"fluentSetterDocumentation" : "/**Unique identifier for a game session. Specify the game session to retrieve information on.
\n@param gameSessionId Unique identifier for a game session. Specify the game session to retrieve information on.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Unique identifier for a game session. Specify the game session to retrieve information on.
\n@param gameSessionId Unique identifier for a game session. Specify the game session to retrieve information on.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"StatusFilter" : {
"documentation" : "Game session status to filter results on. Possible game session states include ACTIVE, TERMINATED, ACTIVATING and TERMINATING (the last two are transitory).
",
"name" : "StatusFilter",
"c2jName" : "StatusFilter",
"c2jShape" : "NonZeroAndMaxString",
"variable" : {
"variableName" : "statusFilter",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Game session status to filter results on. Possible game session states include ACTIVE, TERMINATED, ACTIVATING and TERMINATING (the last two are transitory).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "statusFilter",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StatusFilter",
"marshallLocationName" : "StatusFilter",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Game session status to filter results on. Possible game session states include ACTIVE, TERMINATED, ACTIVATING and TERMINATING (the last two are transitory).
\n@param statusFilter Game session status to filter results on. Possible game session states include ACTIVE, TERMINATED, ACTIVATING and TERMINATING (the last two are transitory).*/",
"getterDocumentation" : "/**Game session status to filter results on. Possible game session states include ACTIVE, TERMINATED, ACTIVATING and TERMINATING (the last two are transitory).
\n@return Game session status to filter results on. Possible game session states include ACTIVE, TERMINATED, ACTIVATING and TERMINATING (the last two are transitory).*/",
"fluentSetterDocumentation" : "/**Game session status to filter results on. Possible game session states include ACTIVE, TERMINATED, ACTIVATING and TERMINATING (the last two are transitory).
\n@param statusFilter Game session status to filter results on. Possible game session states include ACTIVE, TERMINATED, ACTIVATING and TERMINATING (the last two are transitory).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Game session status to filter results on. Possible game session states include ACTIVE, TERMINATED, ACTIVATING and TERMINATING (the last two are transitory).
\n@param statusFilter Game session status to filter results on. Possible game session states include ACTIVE, TERMINATED, ACTIVATING and TERMINATING (the last two are transitory).\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Limit" : {
"documentation" : "Maximum number of results to return. You can use this parameter with NextToken to get results as a set of sequential pages.
",
"name" : "Limit",
"c2jName" : "Limit",
"c2jShape" : "PositiveInteger",
"variable" : {
"variableName" : "limit",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "Maximum number of results to return. You can use this parameter with NextToken to get results as a set of sequential pages.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "limit",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Limit",
"marshallLocationName" : "Limit",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Maximum number of results to return. You can use this parameter with NextToken to get results as a set of sequential pages.
\n@param limit Maximum number of results to return. You can use this parameter with NextToken to get results as a set of sequential pages.*/",
"getterDocumentation" : "/**Maximum number of results to return. You can use this parameter with NextToken to get results as a set of sequential pages.
\n@return Maximum number of results to return. You can use this parameter with NextToken to get results as a set of sequential pages.*/",
"fluentSetterDocumentation" : "/**Maximum number of results to return. You can use this parameter with NextToken to get results as a set of sequential pages.
\n@param limit Maximum number of results to return. You can use this parameter with NextToken to get results as a set of sequential pages.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Maximum number of results to return. You can use this parameter with NextToken to get results as a set of sequential pages.
\n@param limit Maximum number of results to return. You can use this parameter with NextToken to get results as a set of sequential pages.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"InvalidGameSessionStatusException" : {
"c2jName" : "InvalidGameSessionStatusException",
"documentation" : "The requested operation would cause a conflict with the current state of a resource associated with the request and/or the game instance. Such requests should not be retried by clients without resolving the conflict.
",
"shapeName" : "InvalidGameSessionStatusException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "invalidGameSessionStatusException",
"variableType" : "InvalidGameSessionStatusException",
"variableDeclarationType" : "InvalidGameSessionStatusException",
"documentation" : null,
"simpleType" : "InvalidGameSessionStatusException",
"variableSetterType" : "InvalidGameSessionStatusException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "InvalidGameSessionStatusException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"DescribeGameSessionDetailsResult" : {
"c2jName" : "DescribeGameSessionDetailsOutput",
"documentation" : "Represents the returned data in response to a request action.
",
"shapeName" : "DescribeGameSessionDetailsResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "Collection of objects containing game session properties and the protection policy currently in force for each session matching the request.
",
"name" : "GameSessionDetails",
"c2jName" : "GameSessionDetails",
"c2jShape" : "GameSessionDetailList",
"variable" : {
"variableName" : "gameSessionDetails",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "Collection of objects containing game session properties and the protection policy currently in force for each session matching the request.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "gameSessionDetails",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "GameSessionDetails",
"marshallLocationName" : "GameSessionDetails",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "GameSessionDetail",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "GameSessionDetail",
"variable" : {
"variableName" : "member",
"variableType" : "GameSessionDetail",
"variableDeclarationType" : "GameSessionDetail",
"documentation" : "",
"simpleType" : "GameSessionDetail",
"variableSetterType" : "GameSessionDetail"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "GameSessionDetail",
"variableDeclarationType" : "GameSessionDetail",
"documentation" : "",
"simpleType" : "GameSessionDetail",
"variableSetterType" : "GameSessionDetail"
},
"getterModel" : {
"returnType" : "GameSessionDetail",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "GameSessionDetail",
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Collection of objects containing game session properties and the protection policy currently in force for each session matching the request.
\n@param gameSessionDetails Collection of objects containing game session properties and the protection policy currently in force for each session matching the request.*/",
"getterDocumentation" : "/**Collection of objects containing game session properties and the protection policy currently in force for each session matching the request.
\n@return Collection of objects containing game session properties and the protection policy currently in force for each session matching the request.*/",
"fluentSetterDocumentation" : "/**Collection of objects containing game session properties and the protection policy currently in force for each session matching the request.
\n@param gameSessionDetails Collection of objects containing game session properties and the protection policy currently in force for each session matching the request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Collection of objects containing game session properties and the protection policy currently in force for each session matching the request.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setGameSessionDetails(java.util.Collection)} or {@link #withGameSessionDetails(java.util.Collection)} if you want to override the existing values.
\n@param gameSessionDetails Collection of objects containing game session properties and the protection policy currently in force for each session matching the request.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.
If a request has a limit that exactly matches the number of remaining results, a token is returned even though there are no more results to retrieve.
",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "NonZeroAndMaxString",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.
If a request has a limit that exactly matches the number of remaining results, a token is returned even though there are no more results to retrieve.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.
If a request has a limit that exactly matches the number of remaining results, a token is returned even though there are no more results to retrieve.
\n@param nextToken Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list. If a request has a limit that exactly matches the number of remaining results, a token is returned even though there are no more results to retrieve.
*/",
"getterDocumentation" : "/**Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.
If a request has a limit that exactly matches the number of remaining results, a token is returned even though there are no more results to retrieve.
\n@return Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list. If a request has a limit that exactly matches the number of remaining results, a token is returned even though there are no more results to retrieve.
*/",
"fluentSetterDocumentation" : "/**Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.
If a request has a limit that exactly matches the number of remaining results, a token is returned even though there are no more results to retrieve.
\n@param nextToken Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list. If a request has a limit that exactly matches the number of remaining results, a token is returned even though there are no more results to retrieve.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.
If a request has a limit that exactly matches the number of remaining results, a token is returned even though there are no more results to retrieve.
\n@param nextToken Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list. If a request has a limit that exactly matches the number of remaining results, a token is returned even though there are no more results to retrieve.
\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeGameSessionDetailsResult",
"variableType" : "DescribeGameSessionDetailsResult",
"variableDeclarationType" : "DescribeGameSessionDetailsResult",
"documentation" : null,
"simpleType" : "DescribeGameSessionDetailsResult",
"variableSetterType" : "DescribeGameSessionDetailsResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"NextToken" : {
"documentation" : "Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.
If a request has a limit that exactly matches the number of remaining results, a token is returned even though there are no more results to retrieve.
",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "NonZeroAndMaxString",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.
If a request has a limit that exactly matches the number of remaining results, a token is returned even though there are no more results to retrieve.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.
If a request has a limit that exactly matches the number of remaining results, a token is returned even though there are no more results to retrieve.
\n@param nextToken Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list. If a request has a limit that exactly matches the number of remaining results, a token is returned even though there are no more results to retrieve.
*/",
"getterDocumentation" : "/**Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.
If a request has a limit that exactly matches the number of remaining results, a token is returned even though there are no more results to retrieve.
\n@return Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list. If a request has a limit that exactly matches the number of remaining results, a token is returned even though there are no more results to retrieve.
*/",
"fluentSetterDocumentation" : "/**Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.
If a request has a limit that exactly matches the number of remaining results, a token is returned even though there are no more results to retrieve.
\n@param nextToken Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list. If a request has a limit that exactly matches the number of remaining results, a token is returned even though there are no more results to retrieve.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.
If a request has a limit that exactly matches the number of remaining results, a token is returned even though there are no more results to retrieve.
\n@param nextToken Token indicating where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list. If a request has a limit that exactly matches the number of remaining results, a token is returned even though there are no more results to retrieve.
\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"GameSessionDetails" : {
"documentation" : "Collection of objects containing game session properties and the protection policy currently in force for each session matching the request.
",
"name" : "GameSessionDetails",
"c2jName" : "GameSessionDetails",
"c2jShape" : "GameSessionDetailList",
"variable" : {
"variableName" : "gameSessionDetails",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "Collection of objects containing game session properties and the protection policy currently in force for each session matching the request.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "gameSessionDetails",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "GameSessionDetails",
"marshallLocationName" : "GameSessionDetails",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "GameSessionDetail",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "GameSessionDetail",
"variable" : {
"variableName" : "member",
"variableType" : "GameSessionDetail",
"variableDeclarationType" : "GameSessionDetail",
"documentation" : "",
"simpleType" : "GameSessionDetail",
"variableSetterType" : "GameSessionDetail"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "GameSessionDetail",
"variableDeclarationType" : "GameSessionDetail",
"documentation" : "",
"simpleType" : "GameSessionDetail",
"variableSetterType" : "GameSessionDetail"
},
"getterModel" : {
"returnType" : "GameSessionDetail",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "GameSessionDetail",
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Collection of objects containing game session properties and the protection policy currently in force for each session matching the request.
\n@param gameSessionDetails Collection of objects containing game session properties and the protection policy currently in force for each session matching the request.*/",
"getterDocumentation" : "/**Collection of objects containing game session properties and the protection policy currently in force for each session matching the request.
\n@return Collection of objects containing game session properties and the protection policy currently in force for each session matching the request.*/",
"fluentSetterDocumentation" : "/**Collection of objects containing game session properties and the protection policy currently in force for each session matching the request.
\n@param gameSessionDetails Collection of objects containing game session properties and the protection policy currently in force for each session matching the request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Collection of objects containing game session properties and the protection policy currently in force for each session matching the request.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setGameSessionDetails(java.util.Collection)} or {@link #withGameSessionDetails(java.util.Collection)} if you want to override the existing values.
\n@param gameSessionDetails Collection of objects containing game session properties and the protection policy currently in force for each session matching the request.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"UpdateFleetPortSettingsRequest" : {
"c2jName" : "UpdateFleetPortSettingsInput",
"documentation" : "Represents the input for a request action.
",
"shapeName" : "UpdateFleetPortSettingsRequest",
"deprecated" : false,
"required" : [ "FleetId" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "Unique identifier for the fleet you want to update port settings for.
",
"name" : "FleetId",
"c2jName" : "FleetId",
"c2jShape" : "FleetId",
"variable" : {
"variableName" : "fleetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Unique identifier for the fleet you want to update port settings for.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "fleetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "FleetId",
"marshallLocationName" : "FleetId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Unique identifier for the fleet you want to update port settings for.
\n@param fleetId Unique identifier for the fleet you want to update port settings for.*/",
"getterDocumentation" : "/**Unique identifier for the fleet you want to update port settings for.
\n@return Unique identifier for the fleet you want to update port settings for.*/",
"fluentSetterDocumentation" : "/**Unique identifier for the fleet you want to update port settings for.
\n@param fleetId Unique identifier for the fleet you want to update port settings for.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Unique identifier for the fleet you want to update port settings for.
\n@param fleetId Unique identifier for the fleet you want to update port settings for.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Collection of port settings to be added to the fleet record.
",
"name" : "InboundPermissionAuthorizations",
"c2jName" : "InboundPermissionAuthorizations",
"c2jShape" : "IpPermissionsList",
"variable" : {
"variableName" : "inboundPermissionAuthorizations",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "Collection of port settings to be added to the fleet record.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "inboundPermissionAuthorizations",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "InboundPermissionAuthorizations",
"marshallLocationName" : "InboundPermissionAuthorizations",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "IpPermission",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "IpPermission",
"variable" : {
"variableName" : "member",
"variableType" : "IpPermission",
"variableDeclarationType" : "IpPermission",
"documentation" : "",
"simpleType" : "IpPermission",
"variableSetterType" : "IpPermission"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "IpPermission",
"variableDeclarationType" : "IpPermission",
"documentation" : "",
"simpleType" : "IpPermission",
"variableSetterType" : "IpPermission"
},
"getterModel" : {
"returnType" : "IpPermission",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "IpPermission",
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Collection of port settings to be added to the fleet record.
\n@param inboundPermissionAuthorizations Collection of port settings to be added to the fleet record.*/",
"getterDocumentation" : "/**Collection of port settings to be added to the fleet record.
\n@return Collection of port settings to be added to the fleet record.*/",
"fluentSetterDocumentation" : "/**Collection of port settings to be added to the fleet record.
\n@param inboundPermissionAuthorizations Collection of port settings to be added to the fleet record.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Collection of port settings to be added to the fleet record.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setInboundPermissionAuthorizations(java.util.Collection)} or {@link #withInboundPermissionAuthorizations(java.util.Collection)} if you want to override the existing values.
\n@param inboundPermissionAuthorizations Collection of port settings to be added to the fleet record.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Collection of port settings to be removed from the fleet record.
",
"name" : "InboundPermissionRevocations",
"c2jName" : "InboundPermissionRevocations",
"c2jShape" : "IpPermissionsList",
"variable" : {
"variableName" : "inboundPermissionRevocations",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "Collection of port settings to be removed from the fleet record.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "inboundPermissionRevocations",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "InboundPermissionRevocations",
"marshallLocationName" : "InboundPermissionRevocations",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "IpPermission",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "IpPermission",
"variable" : {
"variableName" : "member",
"variableType" : "IpPermission",
"variableDeclarationType" : "IpPermission",
"documentation" : "",
"simpleType" : "IpPermission",
"variableSetterType" : "IpPermission"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "IpPermission",
"variableDeclarationType" : "IpPermission",
"documentation" : "",
"simpleType" : "IpPermission",
"variableSetterType" : "IpPermission"
},
"getterModel" : {
"returnType" : "IpPermission",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "IpPermission",
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Collection of port settings to be removed from the fleet record.
\n@param inboundPermissionRevocations Collection of port settings to be removed from the fleet record.*/",
"getterDocumentation" : "/**Collection of port settings to be removed from the fleet record.
\n@return Collection of port settings to be removed from the fleet record.*/",
"fluentSetterDocumentation" : "/**Collection of port settings to be removed from the fleet record.
\n@param inboundPermissionRevocations Collection of port settings to be removed from the fleet record.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Collection of port settings to be removed from the fleet record.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setInboundPermissionRevocations(java.util.Collection)} or {@link #withInboundPermissionRevocations(java.util.Collection)} if you want to override the existing values.
\n@param inboundPermissionRevocations Collection of port settings to be removed from the fleet record.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "updateFleetPortSettingsRequest",
"variableType" : "UpdateFleetPortSettingsRequest",
"variableDeclarationType" : "UpdateFleetPortSettingsRequest",
"documentation" : null,
"simpleType" : "UpdateFleetPortSettingsRequest",
"variableSetterType" : "UpdateFleetPortSettingsRequest"
},
"marshaller" : {
"action" : "UpdateFleetPortSettings",
"verb" : "POST",
"target" : "GameLift.UpdateFleetPortSettings",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"InboundPermissionRevocations" : {
"documentation" : "Collection of port settings to be removed from the fleet record.
",
"name" : "InboundPermissionRevocations",
"c2jName" : "InboundPermissionRevocations",
"c2jShape" : "IpPermissionsList",
"variable" : {
"variableName" : "inboundPermissionRevocations",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "Collection of port settings to be removed from the fleet record.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "inboundPermissionRevocations",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "InboundPermissionRevocations",
"marshallLocationName" : "InboundPermissionRevocations",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "IpPermission",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "IpPermission",
"variable" : {
"variableName" : "member",
"variableType" : "IpPermission",
"variableDeclarationType" : "IpPermission",
"documentation" : "",
"simpleType" : "IpPermission",
"variableSetterType" : "IpPermission"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "IpPermission",
"variableDeclarationType" : "IpPermission",
"documentation" : "",
"simpleType" : "IpPermission",
"variableSetterType" : "IpPermission"
},
"getterModel" : {
"returnType" : "IpPermission",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "IpPermission",
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Collection of port settings to be removed from the fleet record.
\n@param inboundPermissionRevocations Collection of port settings to be removed from the fleet record.*/",
"getterDocumentation" : "/**Collection of port settings to be removed from the fleet record.
\n@return Collection of port settings to be removed from the fleet record.*/",
"fluentSetterDocumentation" : "/**Collection of port settings to be removed from the fleet record.
\n@param inboundPermissionRevocations Collection of port settings to be removed from the fleet record.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Collection of port settings to be removed from the fleet record.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setInboundPermissionRevocations(java.util.Collection)} or {@link #withInboundPermissionRevocations(java.util.Collection)} if you want to override the existing values.
\n@param inboundPermissionRevocations Collection of port settings to be removed from the fleet record.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"FleetId" : {
"documentation" : "Unique identifier for the fleet you want to update port settings for.
",
"name" : "FleetId",
"c2jName" : "FleetId",
"c2jShape" : "FleetId",
"variable" : {
"variableName" : "fleetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Unique identifier for the fleet you want to update port settings for.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "fleetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "FleetId",
"marshallLocationName" : "FleetId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Unique identifier for the fleet you want to update port settings for.
\n@param fleetId Unique identifier for the fleet you want to update port settings for.*/",
"getterDocumentation" : "/**Unique identifier for the fleet you want to update port settings for.
\n@return Unique identifier for the fleet you want to update port settings for.*/",
"fluentSetterDocumentation" : "/**Unique identifier for the fleet you want to update port settings for.
\n@param fleetId Unique identifier for the fleet you want to update port settings for.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Unique identifier for the fleet you want to update port settings for.
\n@param fleetId Unique identifier for the fleet you want to update port settings for.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"InboundPermissionAuthorizations" : {
"documentation" : "Collection of port settings to be added to the fleet record.
",
"name" : "InboundPermissionAuthorizations",
"c2jName" : "InboundPermissionAuthorizations",
"c2jShape" : "IpPermissionsList",
"variable" : {
"variableName" : "inboundPermissionAuthorizations",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "Collection of port settings to be added to the fleet record.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "inboundPermissionAuthorizations",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "InboundPermissionAuthorizations",
"marshallLocationName" : "InboundPermissionAuthorizations",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "IpPermission",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "IpPermission",
"variable" : {
"variableName" : "member",
"variableType" : "IpPermission",
"variableDeclarationType" : "IpPermission",
"documentation" : "",
"simpleType" : "IpPermission",
"variableSetterType" : "IpPermission"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "IpPermission",
"variableDeclarationType" : "IpPermission",
"documentation" : "",
"simpleType" : "IpPermission",
"variableSetterType" : "IpPermission"
},
"getterModel" : {
"returnType" : "IpPermission",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "IpPermission",
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Collection of port settings to be added to the fleet record.
\n@param inboundPermissionAuthorizations Collection of port settings to be added to the fleet record.*/",
"getterDocumentation" : "/**Collection of port settings to be added to the fleet record.
\n@return Collection of port settings to be added to the fleet record.*/",
"fluentSetterDocumentation" : "/**Collection of port settings to be added to the fleet record.
\n@param inboundPermissionAuthorizations Collection of port settings to be added to the fleet record.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Collection of port settings to be added to the fleet record.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setInboundPermissionAuthorizations(java.util.Collection)} or {@link #withInboundPermissionAuthorizations(java.util.Collection)} if you want to override the existing values.
\n@param inboundPermissionAuthorizations Collection of port settings to be added to the fleet record.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"FleetStatus" : {
"c2jName" : "FleetStatus",
"documentation" : "",
"shapeName" : "FleetStatus",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "NEW",
"value" : "NEW"
}, {
"name" : "DOWNLOADING",
"value" : "DOWNLOADING"
}, {
"name" : "VALIDATING",
"value" : "VALIDATING"
}, {
"name" : "BUILDING",
"value" : "BUILDING"
}, {
"name" : "ACTIVATING",
"value" : "ACTIVATING"
}, {
"name" : "ACTIVE",
"value" : "ACTIVE"
}, {
"name" : "DELETING",
"value" : "DELETING"
}, {
"name" : "ERROR",
"value" : "ERROR"
}, {
"name" : "TERMINATED",
"value" : "TERMINATED"
} ],
"variable" : {
"variableName" : "fleetStatus",
"variableType" : "FleetStatus",
"variableDeclarationType" : "FleetStatus",
"documentation" : null,
"simpleType" : "FleetStatus",
"variableSetterType" : "FleetStatus"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"DescribeFleetCapacityRequest" : {
"c2jName" : "DescribeFleetCapacityInput",
"documentation" : "Represents the input for a request action.
",
"shapeName" : "DescribeFleetCapacityRequest",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "Unique identifier for the fleet(s) you want to retrieve capacity information for.
",
"name" : "FleetIds",
"c2jName" : "FleetIds",
"c2jShape" : "FleetIdList",
"variable" : {
"variableName" : "fleetIds",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "Unique identifier for the fleet(s) you want to retrieve capacity information for.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "fleetIds",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "FleetIds",
"marshallLocationName" : "FleetIds",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "FleetId",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Unique identifier for the fleet(s) you want to retrieve capacity information for.
\n@param fleetIds Unique identifier for the fleet(s) you want to retrieve capacity information for.*/",
"getterDocumentation" : "/**Unique identifier for the fleet(s) you want to retrieve capacity information for.
\n@return Unique identifier for the fleet(s) you want to retrieve capacity information for.*/",
"fluentSetterDocumentation" : "/**Unique identifier for the fleet(s) you want to retrieve capacity information for.
\n@param fleetIds Unique identifier for the fleet(s) you want to retrieve capacity information for.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Unique identifier for the fleet(s) you want to retrieve capacity information for.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setFleetIds(java.util.Collection)} or {@link #withFleetIds(java.util.Collection)} if you want to override the existing values.
\n@param fleetIds Unique identifier for the fleet(s) you want to retrieve capacity information for.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Maximum number of results to return. You can use this parameter with NextToken to get results as a set of sequential pages. This parameter is ignored when the request specifies one or a list of fleet IDs.
",
"name" : "Limit",
"c2jName" : "Limit",
"c2jShape" : "PositiveInteger",
"variable" : {
"variableName" : "limit",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "Maximum number of results to return. You can use this parameter with NextToken to get results as a set of sequential pages. This parameter is ignored when the request specifies one or a list of fleet IDs.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "limit",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Limit",
"marshallLocationName" : "Limit",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Maximum number of results to return. You can use this parameter with NextToken to get results as a set of sequential pages. This parameter is ignored when the request specifies one or a list of fleet IDs.
\n@param limit Maximum number of results to return. You can use this parameter with NextToken to get results as a set of sequential pages. This parameter is ignored when the request specifies one or a list of fleet IDs.*/",
"getterDocumentation" : "/**Maximum number of results to return. You can use this parameter with NextToken to get results as a set of sequential pages. This parameter is ignored when the request specifies one or a list of fleet IDs.
\n@return Maximum number of results to return. You can use this parameter with NextToken to get results as a set of sequential pages. This parameter is ignored when the request specifies one or a list of fleet IDs.*/",
"fluentSetterDocumentation" : "/**Maximum number of results to return. You can use this parameter with NextToken to get results as a set of sequential pages. This parameter is ignored when the request specifies one or a list of fleet IDs.
\n@param limit Maximum number of results to return. You can use this parameter with NextToken to get results as a set of sequential pages. This parameter is ignored when the request specifies one or a list of fleet IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Maximum number of results to return. You can use this parameter with NextToken to get results as a set of sequential pages. This parameter is ignored when the request specifies one or a list of fleet IDs.
\n@param limit Maximum number of results to return. You can use this parameter with NextToken to get results as a set of sequential pages. This parameter is ignored when the request specifies one or a list of fleet IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Token indicating the start of the next sequential page of results. Use the token that is returned with a previous call to this action. To specify the start of the result set, do not specify a value. This parameter is ignored when the request specifies one or a list of fleet IDs.
",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "NonZeroAndMaxString",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Token indicating the start of the next sequential page of results. Use the token that is returned with a previous call to this action. To specify the start of the result set, do not specify a value. This parameter is ignored when the request specifies one or a list of fleet IDs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Token indicating the start of the next sequential page of results. Use the token that is returned with a previous call to this action. To specify the start of the result set, do not specify a value. This parameter is ignored when the request specifies one or a list of fleet IDs.
\n@param nextToken Token indicating the start of the next sequential page of results. Use the token that is returned with a previous call to this action. To specify the start of the result set, do not specify a value. This parameter is ignored when the request specifies one or a list of fleet IDs.*/",
"getterDocumentation" : "/**Token indicating the start of the next sequential page of results. Use the token that is returned with a previous call to this action. To specify the start of the result set, do not specify a value. This parameter is ignored when the request specifies one or a list of fleet IDs.
\n@return Token indicating the start of the next sequential page of results. Use the token that is returned with a previous call to this action. To specify the start of the result set, do not specify a value. This parameter is ignored when the request specifies one or a list of fleet IDs.*/",
"fluentSetterDocumentation" : "/**Token indicating the start of the next sequential page of results. Use the token that is returned with a previous call to this action. To specify the start of the result set, do not specify a value. This parameter is ignored when the request specifies one or a list of fleet IDs.
\n@param nextToken Token indicating the start of the next sequential page of results. Use the token that is returned with a previous call to this action. To specify the start of the result set, do not specify a value. This parameter is ignored when the request specifies one or a list of fleet IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Token indicating the start of the next sequential page of results. Use the token that is returned with a previous call to this action. To specify the start of the result set, do not specify a value. This parameter is ignored when the request specifies one or a list of fleet IDs.
\n@param nextToken Token indicating the start of the next sequential page of results. Use the token that is returned with a previous call to this action. To specify the start of the result set, do not specify a value. This parameter is ignored when the request specifies one or a list of fleet IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeFleetCapacityRequest",
"variableType" : "DescribeFleetCapacityRequest",
"variableDeclarationType" : "DescribeFleetCapacityRequest",
"documentation" : null,
"simpleType" : "DescribeFleetCapacityRequest",
"variableSetterType" : "DescribeFleetCapacityRequest"
},
"marshaller" : {
"action" : "DescribeFleetCapacity",
"verb" : "POST",
"target" : "GameLift.DescribeFleetCapacity",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"NextToken" : {
"documentation" : "Token indicating the start of the next sequential page of results. Use the token that is returned with a previous call to this action. To specify the start of the result set, do not specify a value. This parameter is ignored when the request specifies one or a list of fleet IDs.
",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "NonZeroAndMaxString",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Token indicating the start of the next sequential page of results. Use the token that is returned with a previous call to this action. To specify the start of the result set, do not specify a value. This parameter is ignored when the request specifies one or a list of fleet IDs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Token indicating the start of the next sequential page of results. Use the token that is returned with a previous call to this action. To specify the start of the result set, do not specify a value. This parameter is ignored when the request specifies one or a list of fleet IDs.
\n@param nextToken Token indicating the start of the next sequential page of results. Use the token that is returned with a previous call to this action. To specify the start of the result set, do not specify a value. This parameter is ignored when the request specifies one or a list of fleet IDs.*/",
"getterDocumentation" : "/**Token indicating the start of the next sequential page of results. Use the token that is returned with a previous call to this action. To specify the start of the result set, do not specify a value. This parameter is ignored when the request specifies one or a list of fleet IDs.
\n@return Token indicating the start of the next sequential page of results. Use the token that is returned with a previous call to this action. To specify the start of the result set, do not specify a value. This parameter is ignored when the request specifies one or a list of fleet IDs.*/",
"fluentSetterDocumentation" : "/**Token indicating the start of the next sequential page of results. Use the token that is returned with a previous call to this action. To specify the start of the result set, do not specify a value. This parameter is ignored when the request specifies one or a list of fleet IDs.
\n@param nextToken Token indicating the start of the next sequential page of results. Use the token that is returned with a previous call to this action. To specify the start of the result set, do not specify a value. This parameter is ignored when the request specifies one or a list of fleet IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Token indicating the start of the next sequential page of results. Use the token that is returned with a previous call to this action. To specify the start of the result set, do not specify a value. This parameter is ignored when the request specifies one or a list of fleet IDs.
\n@param nextToken Token indicating the start of the next sequential page of results. Use the token that is returned with a previous call to this action. To specify the start of the result set, do not specify a value. This parameter is ignored when the request specifies one or a list of fleet IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"FleetIds" : {
"documentation" : "Unique identifier for the fleet(s) you want to retrieve capacity information for.
",
"name" : "FleetIds",
"c2jName" : "FleetIds",
"c2jShape" : "FleetIdList",
"variable" : {
"variableName" : "fleetIds",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "Unique identifier for the fleet(s) you want to retrieve capacity information for.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "fleetIds",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List