
models.gamelift-2015-10-01-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-gamelift Show documentation
{
"customizationConfig" : {
"additionalShapeConstructors" : null,
"authPolicyActions" : null,
"calculateCRC32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customClientConfigFactory" : null,
"customCodeTemplates" : null,
"customErrorCodeFieldName" : null,
"customExceptionUnmarshallerImpl" : null,
"customFileHeader" : null,
"customResponseMetadataClassName" : null,
"customServiceMetadata" : null,
"customServiceNameForRequest" : null,
"customSignerProvider" : null,
"operationModifiers" : null,
"operationsWithResponseStreamContentLengthValidation" : null,
"renameShapes" : {
"AwsCredentials" : "Credentials"
},
"requestMetrics" : null,
"requiredParamValidationEnabled" : false,
"sdkModeledExceptionBaseClassName" : null,
"sendEmptyAutoConstructedListAsEmptyList" : null,
"sendExplicitlyEmptyListsForQuery" : false,
"serviceClientHoldInputStream" : false,
"shapeModifiers" : null,
"shapeSubstitutions" : null,
"simpleMethods" : null,
"skipInterfaceAdditions" : false,
"skipSmokeTests" : false,
"useAutoConstructList" : false,
"useAutoConstructMap" : false
},
"metadata" : {
"apiVersion" : "2015-10-01",
"asyncClient" : "AmazonGameLiftAsyncClient",
"asyncClientBuilderClassName" : "AmazonGameLiftAsyncClientBuilder",
"asyncInterface" : "AmazonGameLiftAsync",
"cborProtocol" : false,
"checksumFormat" : null,
"contentType" : null,
"cucumberModuleInjectorClassName" : "AmazonGameLiftModuleInjector",
"defaultEndpoint" : "https://gamelift.us-east-1.amazonaws.com",
"defaultEndpointWithoutHttpProtocol" : "gamelift.us-east-1.amazonaws.com",
"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.
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 also use the Amazon GameLift console.
More Resources
- Amazon GameLift Developer Guide: Learn more about GameLift features and how to use them
- Lumberyard and GameLift Tutorials: Get started fast with walkthroughs and sample projects
- GameDev Blog: Stay up to date with new features and techniques
- GameDev Forums: Connect with the GameDev community
Manage Games and Players Through GameLift
Call these actions from your game clients and/or services to create and manage multiplayer game sessions and player sessions.
- Game sessions
- Player sessions
- Other actions:
Set Up and Manage Game Servers
Use these administrative actions to configure GameLift to host your game servers. When setting up GameLift, you'll need to (1) configure a build for your game and upload build files, and (2) set up one or more fleets to host game sessions. Once you've created and activated a fleet, you can assign aliases to it, scale capacity, track performance and utilization, etc.
- Manage your builds:
- Manage your fleets:
- ListFleets
- CreateFleet
- Describe fleets:
- Update fleets:
- DeleteFleet
- Manage fleet aliases:
- Manage autoscaling:
To view changes to the API, see the GameLift Document History page.
",
"endpointPrefix" : "gamelift",
"hasApiWithStreamInput" : false,
"ionProtocol" : false,
"jsonProtocol" : true,
"jsonVersion" : "1.1",
"packageName" : "com.amazonaws.services.gamelift",
"packagePath" : "com/amazonaws/services/gamelift",
"protocol" : "json",
"protocolDefaultExceptionUmarshallerImpl" : null,
"serviceAbbreviation" : null,
"serviceFullName" : "Amazon GameLift",
"serviceName" : "Amazon GameLift",
"signingName" : "gamelift",
"smokeTestsPackageName" : "com.amazonaws.services.gamelift.smoketests",
"syncClient" : "AmazonGameLiftClient",
"syncClientBuilderClassName" : "AmazonGameLiftClientBuilder",
"syncInterface" : "AmazonGameLift",
"unmarshallerClassSuffix" : "JsonUnmarshaller",
"unmarshallerContextClassName" : "JsonUnmarshallerContext",
"xmlProtocol" : false
},
"operations" : {
"CreateAlias" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "CreateAliasResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Clients should not retry such requests
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. 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. Resolve the conflict before retrying this request.
"
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The requested operation would cause the resource to exceed the allowed service limit. Resolve the issue before retrying.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateAliasRequest",
"variableName" : "createAliasRequest",
"variableType" : "CreateAliasRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "CreateAliasRequest",
"variableSetterType" : "CreateAliasRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createAlias",
"operationName" : "CreateAlias",
"returnType" : {
"returnType" : "CreateAliasResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"syncReturnType" : "CreateAliasResult"
},
"CreateBuild" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "CreateBuildResult",
"authenticated" : true,
"deprecated" : false,
"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 its status is INITIALIZED
, you can upload your game build.
Do not use this API action unless you are using your own Amazon Simple Storage Service (Amazon S3) client and need to manually upload your build files. Instead, 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 help on packaging and uploading your build.)
To create a new build, identify the operating system of the game server binaries. All game servers in a build must use the same operating system. 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 (it is not visible to players). If successful, this action returns the newly created build record along with the Amazon S3 storage location and AWS account credentials. Use the location and credentials to upload your game build.
",
"exceptions" : [ {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Clients should not retry such requests
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. 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. Resolve the conflict before retrying this request.
"
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateBuildRequest",
"variableName" : "createBuildRequest",
"variableType" : "CreateBuildRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "CreateBuildRequest",
"variableSetterType" : "CreateBuildRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createBuild",
"operationName" : "CreateBuild",
"returnType" : {
"returnType" : "CreateBuildResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"syncReturnType" : "CreateBuildResult"
},
"CreateFleet" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "CreateFleetResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a new fleet to run your game servers. A fleet is a set of Amazon Elastic Compute Cloud (Amazon EC2) instances, each of which can run multiple server processes to host game sessions. You configure a fleet to create instances with certain hardware specifications (see Amazon EC2 Instance Types for more information), and deploy a specified game build to each instance. A newly created fleet passes through several statuses; once it reaches the ACTIVE
status, it can begin hosting game sessions.
To create a new fleet, provide a fleet name, an EC2 instance type, and a build ID of the game build to deploy. You can also configure the new fleet with the following settings: (1) a runtime configuration describing what server processes to run on each instance in the fleet (required to create fleet), (2) access permissions for inbound traffic, (3) fleet-wide game session protection, and (4) the location of default log files for GameLift to upload and store.
If the CreateFleet
call is successful, Amazon GameLift performs the following tasks:
- Creates a fleet record and sets the status to
NEW
(followed by other statuses as the fleet is activated). - Sets the fleet's capacity to 1 \"desired\", which causes GameLift to start one new EC2 instance.
- Starts launching server processes on the instance. If the fleet is configured to run multiple server processes per instance, GameLift staggers each launch by a few seconds.
- Begins writing events to the fleet event log, which can be accessed in the GameLift console.
- Sets the fleet's status to
ACTIVE
once one server process in the fleet is ready to host a game session.
After a fleet is created, use the following actions to change fleet properties and configuration:
- 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 address and port ranges that allow access to incoming traffic.
- UpdateRuntimeConfiguration -- Change how server processes are launched in the fleet, including launch path, launch parameters, and the number of concurrent processes.
",
"exceptions" : [ {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Clients should not retry such requests
"
}, {
"exceptionName" : "ConflictException",
"documentation" : "The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The requested operation would cause the resource to exceed the allowed service limit. Resolve the issue before retrying.
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Clients should not retry such requests
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateFleetRequest",
"variableName" : "createFleetRequest",
"variableType" : "CreateFleetRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "CreateFleetRequest",
"variableSetterType" : "CreateFleetRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createFleet",
"operationName" : "CreateFleet",
"returnType" : {
"returnType" : "CreateFleetResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"syncReturnType" : "CreateFleetResult"
},
"CreateGameSession" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "CreateGameSessionResult",
"authenticated" : true,
"deprecated" : false,
"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 initializes a new server process to host the game session. A fleet must be in an ACTIVE
status before a game session can be created in 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.
",
"exceptions" : [ {
"exceptionName" : "ConflictException",
"documentation" : "The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request.
"
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.
"
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Clients should not retry such requests
"
}, {
"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. 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 routing strategy 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. Correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Clients should not retry such requests
"
}, {
"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,
"input" : {
"variableDeclarationType" : "CreateGameSessionRequest",
"variableName" : "createGameSessionRequest",
"variableType" : "CreateGameSessionRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "CreateGameSessionRequest",
"variableSetterType" : "CreateGameSessionRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createGameSession",
"operationName" : "CreateGameSession",
"returnType" : {
"returnType" : "CreateGameSessionResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"syncReturnType" : "CreateGameSessionResult"
},
"CreatePlayerSession" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "CreatePlayerSessionResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Adds a player to a game session and creates a player session record. A game session must be in an ACTIVE
status, 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.
",
"exceptions" : [ {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.
"
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Clients should not retry such requests
"
}, {
"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. Clients should not retry such requests 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 routing strategy 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. Correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Clients should not retry such requests
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreatePlayerSessionRequest",
"variableName" : "createPlayerSessionRequest",
"variableType" : "CreatePlayerSessionRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "CreatePlayerSessionRequest",
"variableSetterType" : "CreatePlayerSessionRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createPlayerSession",
"operationName" : "CreatePlayerSession",
"returnType" : {
"returnType" : "CreatePlayerSessionResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"syncReturnType" : "CreatePlayerSessionResult"
},
"CreatePlayerSessions" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "CreatePlayerSessionsResult",
"authenticated" : true,
"deprecated" : false,
"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
status, 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.
",
"exceptions" : [ {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.
"
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Clients should not retry such requests
"
}, {
"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. Clients should not retry such requests 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 routing strategy 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. Correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Clients should not retry such requests
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreatePlayerSessionsRequest",
"variableName" : "createPlayerSessionsRequest",
"variableType" : "CreatePlayerSessionsRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "CreatePlayerSessionsRequest",
"variableSetterType" : "CreatePlayerSessionsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createPlayerSessions",
"operationName" : "CreatePlayerSessions",
"returnType" : {
"returnType" : "CreatePlayerSessionsResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"syncReturnType" : "CreatePlayerSessionsResult"
},
"DeleteAlias" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteAliasResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes an alias. This action removes all record of the alias; game clients attempting to access a server process using the deleted alias receive an error. To delete an alias, specify the alias ID to be deleted.
",
"exceptions" : [ {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Clients should not retry such requests
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Clients should not retry such requests
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteAliasRequest",
"variableName" : "deleteAliasRequest",
"variableType" : "DeleteAliasRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "DeleteAliasRequest",
"variableSetterType" : "DeleteAliasRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteAlias",
"operationName" : "DeleteAlias",
"returnType" : {
"returnType" : "DeleteAliasResult",
"documentation" : null
},
"syncReturnType" : "DeleteAliasResult"
},
"DeleteBuild" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteBuildResult",
"authenticated" : true,
"deprecated" : false,
"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 using the build, but you can no longer create new fleets with the deleted build.
",
"exceptions" : [ {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Clients should not retry such requests
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Clients should not retry such requests
"
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteBuildRequest",
"variableName" : "deleteBuildRequest",
"variableType" : "DeleteBuildRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "DeleteBuildRequest",
"variableSetterType" : "DeleteBuildRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteBuild",
"operationName" : "DeleteBuild",
"returnType" : {
"returnType" : "DeleteBuildResult",
"documentation" : null
},
"syncReturnType" : "DeleteBuildResult"
},
"DeleteFleet" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteFleetResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Clients should not retry such requests
"
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, 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. Resolve the conflict before retrying.
"
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Clients should not retry such requests
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteFleetRequest",
"variableName" : "deleteFleetRequest",
"variableType" : "DeleteFleetRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "DeleteFleetRequest",
"variableSetterType" : "DeleteFleetRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteFleet",
"operationName" : "DeleteFleet",
"returnType" : {
"returnType" : "DeleteFleetResult",
"documentation" : null
},
"syncReturnType" : "DeleteFleetResult"
},
"DeleteScalingPolicy" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteScalingPolicyResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Clients should not retry such requests
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Clients should not retry such requests
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteScalingPolicyRequest",
"variableName" : "deleteScalingPolicyRequest",
"variableType" : "DeleteScalingPolicyRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "DeleteScalingPolicyRequest",
"variableSetterType" : "DeleteScalingPolicyRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteScalingPolicy",
"operationName" : "DeleteScalingPolicy",
"returnType" : {
"returnType" : "DeleteScalingPolicyResult",
"documentation" : null
},
"syncReturnType" : "DeleteScalingPolicyResult"
},
"DescribeAlias" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeAliasResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves properties for a specified alias. To get the alias, specify an alias ID. If successful, an Alias object is returned.
",
"exceptions" : [ {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Clients should not retry such requests
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Clients should not retry such requests
"
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeAliasRequest",
"variableName" : "describeAliasRequest",
"variableType" : "DescribeAliasRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "DescribeAliasRequest",
"variableSetterType" : "DescribeAliasRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeAlias",
"operationName" : "DescribeAlias",
"returnType" : {
"returnType" : "DescribeAliasResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"syncReturnType" : "DescribeAliasResult"
},
"DescribeBuild" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeBuildResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Clients should not retry such requests
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Clients should not retry such requests
"
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeBuildRequest",
"variableName" : "describeBuildRequest",
"variableType" : "DescribeBuildRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "DescribeBuildRequest",
"variableSetterType" : "DescribeBuildRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeBuild",
"operationName" : "DescribeBuild",
"returnType" : {
"returnType" : "DescribeBuildResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"syncReturnType" : "DescribeBuildResult"
},
"DescribeEC2InstanceLimits" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeEC2InstanceLimitsResult",
"authenticated" : true,
"deprecated" : false,
"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).
",
"exceptions" : [ {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.
"
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Clients should not retry such requests
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeEC2InstanceLimitsRequest",
"variableName" : "describeEC2InstanceLimitsRequest",
"variableType" : "DescribeEC2InstanceLimitsRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "DescribeEC2InstanceLimitsRequest",
"variableSetterType" : "DescribeEC2InstanceLimitsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeEC2InstanceLimits",
"operationName" : "DescribeEC2InstanceLimits",
"returnType" : {
"returnType" : "DescribeEC2InstanceLimitsResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"syncReturnType" : "DescribeEC2InstanceLimitsResult"
},
"DescribeFleetAttributes" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeFleetAttributesResult",
"authenticated" : true,
"deprecated" : false,
"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 multiple 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.
",
"exceptions" : [ {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Clients should not retry such requests
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Clients should not retry such requests
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeFleetAttributesRequest",
"variableName" : "describeFleetAttributesRequest",
"variableType" : "DescribeFleetAttributesRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "DescribeFleetAttributesRequest",
"variableSetterType" : "DescribeFleetAttributesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeFleetAttributes",
"operationName" : "DescribeFleetAttributes",
"returnType" : {
"returnType" : "DescribeFleetAttributesResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"syncReturnType" : "DescribeFleetAttributesResult"
},
"DescribeFleetCapacity" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeFleetCapacityResult",
"authenticated" : true,
"deprecated" : false,
"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 multiple 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.
",
"exceptions" : [ {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Clients should not retry such requests
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Clients should not retry such requests
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeFleetCapacityRequest",
"variableName" : "describeFleetCapacityRequest",
"variableType" : "DescribeFleetCapacityRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "DescribeFleetCapacityRequest",
"variableSetterType" : "DescribeFleetCapacityRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeFleetCapacity",
"operationName" : "DescribeFleetCapacity",
"returnType" : {
"returnType" : "DescribeFleetCapacityResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"syncReturnType" : "DescribeFleetCapacityResult"
},
"DescribeFleetEvents" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeFleetEventsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves entries from the specified fleet's 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.
",
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Clients should not retry such requests
"
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.
"
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Clients should not retry such requests
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeFleetEventsRequest",
"variableName" : "describeFleetEventsRequest",
"variableType" : "DescribeFleetEventsRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "DescribeFleetEventsRequest",
"variableSetterType" : "DescribeFleetEventsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeFleetEvents",
"operationName" : "DescribeFleetEvents",
"returnType" : {
"returnType" : "DescribeFleetEventsResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"syncReturnType" : "DescribeFleetEventsResult"
},
"DescribeFleetPortSettings" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeFleetPortSettingsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves the inbound connection permissions for a fleet. Connection permissions include a range of IP addresses and port settings that incoming traffic can use to access server processes in the fleet. To get a fleet's inbound connection permissions, specify a fleet ID. If successful, a collection of IpPermission objects is returned for the requested fleet ID. If the requested fleet has been deleted, the result set is empty.
",
"exceptions" : [ {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Clients should not retry such requests
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Clients should not retry such requests
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeFleetPortSettingsRequest",
"variableName" : "describeFleetPortSettingsRequest",
"variableType" : "DescribeFleetPortSettingsRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "DescribeFleetPortSettingsRequest",
"variableSetterType" : "DescribeFleetPortSettingsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeFleetPortSettings",
"operationName" : "DescribeFleetPortSettings",
"returnType" : {
"returnType" : "DescribeFleetPortSettingsResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"syncReturnType" : "DescribeFleetPortSettingsResult"
},
"DescribeFleetUtilization" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeFleetUtilizationResult",
"authenticated" : true,
"deprecated" : false,
"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 multiple 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.
",
"exceptions" : [ {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Clients should not retry such requests
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Clients should not retry such requests
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeFleetUtilizationRequest",
"variableName" : "describeFleetUtilizationRequest",
"variableType" : "DescribeFleetUtilizationRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "DescribeFleetUtilizationRequest",
"variableSetterType" : "DescribeFleetUtilizationRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeFleetUtilization",
"operationName" : "DescribeFleetUtilization",
"returnType" : {
"returnType" : "DescribeFleetUtilizationResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"syncReturnType" : "DescribeFleetUtilizationResult"
},
"DescribeGameSessionDetails" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeGameSessionDetailsResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Clients should not retry such requests
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Clients should not retry such requests
"
}, {
"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 routing strategy itself. Such requests should only be retried if the routing strategy for the specified alias is modified.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeGameSessionDetailsRequest",
"variableName" : "describeGameSessionDetailsRequest",
"variableType" : "DescribeGameSessionDetailsRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "DescribeGameSessionDetailsRequest",
"variableSetterType" : "DescribeGameSessionDetailsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeGameSessionDetails",
"operationName" : "DescribeGameSessionDetails",
"returnType" : {
"returnType" : "DescribeGameSessionDetailsResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"syncReturnType" : "DescribeGameSessionDetailsResult"
},
"DescribeGameSessions" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeGameSessionsResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Clients should not retry such requests
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Clients should not retry such requests
"
}, {
"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 routing strategy itself. Such requests should only be retried if the routing strategy for the specified alias is modified.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeGameSessionsRequest",
"variableName" : "describeGameSessionsRequest",
"variableType" : "DescribeGameSessionsRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "DescribeGameSessionsRequest",
"variableSetterType" : "DescribeGameSessionsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeGameSessions",
"operationName" : "DescribeGameSessions",
"returnType" : {
"returnType" : "DescribeGameSessionsResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"syncReturnType" : "DescribeGameSessionsResult"
},
"DescribePlayerSessions" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribePlayerSessionsResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Clients should not retry such requests
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Clients should not retry such requests
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribePlayerSessionsRequest",
"variableName" : "describePlayerSessionsRequest",
"variableType" : "DescribePlayerSessionsRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "DescribePlayerSessionsRequest",
"variableSetterType" : "DescribePlayerSessionsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describePlayerSessions",
"operationName" : "DescribePlayerSessions",
"returnType" : {
"returnType" : "DescribePlayerSessionsResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"syncReturnType" : "DescribePlayerSessionsResult"
},
"DescribeRuntimeConfiguration" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeRuntimeConfigurationResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves the current runtime configuration for the specified fleet. The runtime configuration tells GameLift how to launch server processes on instances in the fleet.
",
"exceptions" : [ {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Clients should not retry such requests
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Clients should not retry such requests
"
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeRuntimeConfigurationRequest",
"variableName" : "describeRuntimeConfigurationRequest",
"variableType" : "DescribeRuntimeConfigurationRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "DescribeRuntimeConfigurationRequest",
"variableSetterType" : "DescribeRuntimeConfigurationRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeRuntimeConfiguration",
"operationName" : "DescribeRuntimeConfiguration",
"returnType" : {
"returnType" : "DescribeRuntimeConfigurationResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"syncReturnType" : "DescribeRuntimeConfigurationResult"
},
"DescribeScalingPolicies" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeScalingPoliciesResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Clients should not retry such requests
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Clients should not retry such requests
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeScalingPoliciesRequest",
"variableName" : "describeScalingPoliciesRequest",
"variableType" : "DescribeScalingPoliciesRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "DescribeScalingPoliciesRequest",
"variableSetterType" : "DescribeScalingPoliciesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeScalingPolicies",
"operationName" : "DescribeScalingPolicies",
"returnType" : {
"returnType" : "DescribeScalingPoliciesResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"syncReturnType" : "DescribeScalingPoliciesResult"
},
"GetGameSessionLogUrl" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetGameSessionLogUrlResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Clients should not retry such requests
"
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Clients should not retry such requests
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetGameSessionLogUrlRequest",
"variableName" : "getGameSessionLogUrlRequest",
"variableType" : "GetGameSessionLogUrlRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "GetGameSessionLogUrlRequest",
"variableSetterType" : "GetGameSessionLogUrlRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getGameSessionLogUrl",
"operationName" : "GetGameSessionLogUrl",
"returnType" : {
"returnType" : "GetGameSessionLogUrlResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"syncReturnType" : "GetGameSessionLogUrlResult"
},
"ListAliases" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListAliasesResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Clients should not retry such requests
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListAliasesRequest",
"variableName" : "listAliasesRequest",
"variableType" : "ListAliasesRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "ListAliasesRequest",
"variableSetterType" : "ListAliasesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listAliases",
"operationName" : "ListAliases",
"returnType" : {
"returnType" : "ListAliasesResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"syncReturnType" : "ListAliasesResult"
},
"ListBuilds" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListBuildsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves build records for all builds associated with the AWS account in use. You can limit results to builds that are in a specific status by using the Status
parameter. Use the pagination parameters to retrieve results in a set of sequential pages.
Build records are not listed in any particular order.
",
"exceptions" : [ {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Clients should not retry such requests
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListBuildsRequest",
"variableName" : "listBuildsRequest",
"variableType" : "ListBuildsRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "ListBuildsRequest",
"variableSetterType" : "ListBuildsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listBuilds",
"operationName" : "ListBuilds",
"returnType" : {
"returnType" : "ListBuildsResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"syncReturnType" : "ListBuildsResult"
},
"ListFleets" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListFleetsResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Clients should not retry such requests
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Clients should not retry such requests
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListFleetsRequest",
"variableName" : "listFleetsRequest",
"variableType" : "ListFleetsRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "ListFleetsRequest",
"variableSetterType" : "ListFleetsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listFleets",
"operationName" : "ListFleets",
"returnType" : {
"returnType" : "ListFleetsResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"syncReturnType" : "ListFleetsResult"
},
"PutScalingPolicy" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "PutScalingPolicyResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates or updates a scaling policy for a fleet. An active scaling policy prompts Amazon 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.
",
"exceptions" : [ {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Clients should not retry such requests
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Clients should not retry such requests
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "PutScalingPolicyRequest",
"variableName" : "putScalingPolicyRequest",
"variableType" : "PutScalingPolicyRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "PutScalingPolicyRequest",
"variableSetterType" : "PutScalingPolicyRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "putScalingPolicy",
"operationName" : "PutScalingPolicy",
"returnType" : {
"returnType" : "PutScalingPolicyResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"syncReturnType" : "PutScalingPolicyResult"
},
"RequestUploadCredentials" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "RequestUploadCredentialsResult",
"authenticated" : true,
"deprecated" : false,
"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 status of that build changes to READY
. Once this happens, you must create a brand new build.
",
"exceptions" : [ {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Clients should not retry such requests
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Clients should not retry such requests
"
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "RequestUploadCredentialsRequest",
"variableName" : "requestUploadCredentialsRequest",
"variableType" : "RequestUploadCredentialsRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "RequestUploadCredentialsRequest",
"variableSetterType" : "RequestUploadCredentialsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "requestUploadCredentials",
"operationName" : "RequestUploadCredentials",
"returnType" : {
"returnType" : "RequestUploadCredentialsResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"syncReturnType" : "RequestUploadCredentialsResult"
},
"ResolveAlias" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ResolveAliasResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves the fleet ID that a specified alias is currently pointing to.
",
"exceptions" : [ {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Clients should not retry such requests
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Clients should not retry such requests
"
}, {
"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 routing strategy 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. Clients can retry such requests, either immediately or after a back-off period.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ResolveAliasRequest",
"variableName" : "resolveAliasRequest",
"variableType" : "ResolveAliasRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "ResolveAliasRequest",
"variableSetterType" : "ResolveAliasRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "resolveAlias",
"operationName" : "ResolveAlias",
"returnType" : {
"returnType" : "ResolveAliasResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"syncReturnType" : "ResolveAliasResult"
},
"SearchGameSessions" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "SearchGameSessionsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves a list of game sessions in a fleet that match a set of search criteria and sorts them in a specified order. Currently game session searches are limited to a single fleet. Search results include only game sessions that are in ACTIVE status.
You can search or sort by the following game session attributes:
- gameSessionId -- ID value assigned to a game session. This unique value is returned in a GameSession object when a new game session is created.
- gameSessionName -- Name assigned to a game session. This value is set when requesting a new game session with CreateGameSession or updating with UpdateGameSession. Game session names do not need to be unique to a game session.
- creationTimeMillis -- Value indicating when a game session was created. It is expressed in Unix time as milliseconds.
- playerSessionCount -- Number of players currently connected to a game session. This value changes rapidly as players join the session or drop out.
- maximumSessions -- Maximum number of player sessions allowed for a game session. This value is set when requesting a new game session with CreateGameSession or updating with UpdateGameSession.
- hasAvailablePlayerSessions -- Boolean value indicating whether or not a game session has reached its maximum number of players. When searching with this attribute, the search value must be
true
or false
. It is highly recommended that all search requests include this filter attribute to optimize search performance and return only sessions that players can join.
To search or sort, specify either a fleet ID or an alias ID, and provide a search filter expression, a sort expression, or both. Use the pagination parameters to retrieve results as a set of sequential pages. If successful, a collection of GameSession objects matching the request is returned.
Returned values for playerSessionCount
and hasAvailablePlayerSessions
change quickly as players join sessions and others drop out. Results should be considered a snapshot in time. Be sure to refresh search results often, and handle sessions that fill up before a player can join.
",
"exceptions" : [ {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Clients should not retry such requests
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Clients should not retry such requests
"
}, {
"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 routing strategy itself. Such requests should only be retried if the routing strategy for the specified alias is modified.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "SearchGameSessionsRequest",
"variableName" : "searchGameSessionsRequest",
"variableType" : "SearchGameSessionsRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "SearchGameSessionsRequest",
"variableSetterType" : "SearchGameSessionsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "searchGameSessions",
"operationName" : "SearchGameSessions",
"returnType" : {
"returnType" : "SearchGameSessionsResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"syncReturnType" : "SearchGameSessionsResult"
},
"UpdateAlias" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "UpdateAliasResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Clients should not retry such requests
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Clients should not retry such requests
"
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateAliasRequest",
"variableName" : "updateAliasRequest",
"variableType" : "UpdateAliasRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "UpdateAliasRequest",
"variableSetterType" : "UpdateAliasRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "updateAlias",
"operationName" : "UpdateAlias",
"returnType" : {
"returnType" : "UpdateAliasResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"syncReturnType" : "UpdateAliasResult"
},
"UpdateBuild" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "UpdateBuildResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Clients should not retry such requests
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Clients should not retry such requests
"
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateBuildRequest",
"variableName" : "updateBuildRequest",
"variableType" : "UpdateBuildRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "UpdateBuildRequest",
"variableSetterType" : "UpdateBuildRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "updateBuild",
"operationName" : "UpdateBuild",
"returnType" : {
"returnType" : "UpdateBuildResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"syncReturnType" : "UpdateBuildResult"
},
"UpdateFleetAttributes" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "UpdateFleetAttributesResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Clients should not retry such requests
"
}, {
"exceptionName" : "ConflictException",
"documentation" : "The requested operation would cause a conflict with the current state of a service resource associated with the request. 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. Resolve the conflict before retrying.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The requested operation would cause the resource to exceed the allowed service limit. Resolve the issue before retrying.
"
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Clients should not retry such requests
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateFleetAttributesRequest",
"variableName" : "updateFleetAttributesRequest",
"variableType" : "UpdateFleetAttributesRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "UpdateFleetAttributesRequest",
"variableSetterType" : "UpdateFleetAttributesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "updateFleetAttributes",
"operationName" : "UpdateFleetAttributes",
"returnType" : {
"returnType" : "UpdateFleetAttributesResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"syncReturnType" : "UpdateFleetAttributesResult"
},
"UpdateFleetCapacity" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "UpdateFleetCapacityResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates capacity settings for a fleet. Use this action to specify the number of EC2 instances (hosts) that 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 autoscaling (see PutScalingPolicy), you may want to specify a minimum and/or maximum capacity. If you don't provide these, autoscaling can set capacity anywhere between zero and the service limits.
To update fleet capacity, specify the fleet ID and the number of instances you want the fleet to host. 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 occurs.
",
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Clients should not retry such requests
"
}, {
"exceptionName" : "ConflictException",
"documentation" : "The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The requested operation would cause the resource to exceed the allowed service limit. 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. Resolve the conflict before retrying.
"
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Clients should not retry such requests
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateFleetCapacityRequest",
"variableName" : "updateFleetCapacityRequest",
"variableType" : "UpdateFleetCapacityRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "UpdateFleetCapacityRequest",
"variableSetterType" : "UpdateFleetCapacityRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "updateFleetCapacity",
"operationName" : "UpdateFleetCapacity",
"returnType" : {
"returnType" : "UpdateFleetCapacityResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"syncReturnType" : "UpdateFleetCapacityResult"
},
"UpdateFleetPortSettings" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "UpdateFleetPortSettingsResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Clients should not retry such requests
"
}, {
"exceptionName" : "ConflictException",
"documentation" : "The requested operation would cause a conflict with the current state of a service resource associated with the request. 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. Resolve the conflict before retrying.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The requested operation would cause the resource to exceed the allowed service limit. Resolve the issue before retrying.
"
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.
"
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Clients should not retry such requests
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateFleetPortSettingsRequest",
"variableName" : "updateFleetPortSettingsRequest",
"variableType" : "UpdateFleetPortSettingsRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "UpdateFleetPortSettingsRequest",
"variableSetterType" : "UpdateFleetPortSettingsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "updateFleetPortSettings",
"operationName" : "UpdateFleetPortSettings",
"returnType" : {
"returnType" : "UpdateFleetPortSettingsResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"syncReturnType" : "UpdateFleetPortSettingsResult"
},
"UpdateGameSession" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "UpdateGameSessionResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Clients should not retry such requests
"
}, {
"exceptionName" : "ConflictException",
"documentation" : "The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request.
"
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.
"
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Clients should not retry such requests
"
}, {
"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. Clients should not retry such requests without resolving the conflict.
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. Correct the invalid parameters before retrying.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateGameSessionRequest",
"variableName" : "updateGameSessionRequest",
"variableType" : "UpdateGameSessionRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "UpdateGameSessionRequest",
"variableSetterType" : "UpdateGameSessionRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "updateGameSession",
"operationName" : "UpdateGameSession",
"returnType" : {
"returnType" : "UpdateGameSessionResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"syncReturnType" : "UpdateGameSessionResult"
},
"UpdateRuntimeConfiguration" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "UpdateRuntimeConfigurationResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates the current runtime configuration for the specified fleet, which tells GameLift how to launch server processes on instances in the fleet. You can update a fleet's runtime configuration at any time after the fleet is created; it does not need to be in an ACTIVE
status.
To update runtime configuration, specify the fleet ID and provide a RuntimeConfiguration
object with the updated collection of server process configurations.
Each instance in a GameLift fleet checks regularly for an updated runtime configuration and changes how it launches server processes to comply with the latest version. Existing server processes are not affected by the update; they continue to run until they end, while GameLift simply adds new server processes to fit the current runtime configuration. As a result, the runtime configuration changes are applied gradually as existing processes shut down and new processes are launched in GameLift's normal process recycling activity.
",
"exceptions" : [ {
"exceptionName" : "UnauthorizedException",
"documentation" : "The client failed authentication. Clients should not retry such requests
"
}, {
"exceptionName" : "NotFoundException",
"documentation" : "A service resource associated with the request could not be found. Clients should not retry such requests
"
}, {
"exceptionName" : "InternalServiceException",
"documentation" : "The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests, either immediately or after a back-off period.
"
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "One or more parameters specified as part of the request are invalid. 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. Resolve the conflict before retrying.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateRuntimeConfigurationRequest",
"variableName" : "updateRuntimeConfigurationRequest",
"variableType" : "UpdateRuntimeConfigurationRequest",
"documentation" : "Represents the input for a request action.
",
"simpleType" : "UpdateRuntimeConfigurationRequest",
"variableSetterType" : "UpdateRuntimeConfigurationRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "updateRuntimeConfiguration",
"operationName" : "UpdateRuntimeConfiguration",
"returnType" : {
"returnType" : "UpdateRuntimeConfigurationResult",
"documentation" : "Represents the returned data in response to a request action.
"
},
"syncReturnType" : "UpdateRuntimeConfigurationResult"
}
},
"shapes" : {
"Alias" : {
"c2jName" : "Alias",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Properties describing a fleet alias.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "AliasId",
"c2jShape" : "AliasId",
"deprecated" : false,
"documentation" : "Unique identifier for a fleet alias.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Unique identifier for a fleet alias.
\n@param aliasId Unique identifier for a fleet alias.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Unique identifier for a fleet alias.
\n@return Unique identifier for a fleet alias.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AliasId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AliasId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AliasId",
"setterDocumentation" : "/**Unique identifier for a fleet alias.
\n@param aliasId Unique identifier for a fleet alias.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "aliasId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Unique identifier for a fleet alias.
\n@param aliasId Unique identifier for a fleet alias.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "aliasId",
"variableType" : "String",
"documentation" : "Unique identifier for a fleet alias.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Name",
"c2jShape" : "FreeText",
"deprecated" : false,
"documentation" : "Descriptive label associated with an alias. Alias names do not need to be unique.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Descriptive label associated with an alias. Alias names do not need to be unique.
\n@param name Descriptive label associated with an alias. Alias names do not need to be unique.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Descriptive label associated with an alias. Alias names do not need to be unique.
\n@return Descriptive label associated with an alias. Alias names do not need to be unique.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"setterDocumentation" : "/**Descriptive label associated with an alias. Alias names do not need to be unique.
\n@param name Descriptive label associated with an alias. Alias names do not need to be unique.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Descriptive label associated with an alias. Alias names do not need to be unique.
\n@param name Descriptive label associated with an alias. Alias names do not need to be unique.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "Descriptive label associated with an alias. Alias names do not need to be unique.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Description",
"c2jShape" : "FreeText",
"deprecated" : false,
"documentation" : "Human-readable description of an alias.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Human-readable description of an alias.
\n@param description Human-readable description of an alias.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Human-readable description of an alias.
\n@return Human-readable description of an alias.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Description",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Description",
"setterDocumentation" : "/**Human-readable description of an alias.
\n@param description Human-readable description of an alias.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Human-readable description of an alias.
\n@param description Human-readable description of an alias.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "Human-readable description of an alias.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "RoutingStrategy",
"c2jShape" : "RoutingStrategy",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param routingStrategy \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "RoutingStrategy",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RoutingStrategy",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RoutingStrategy",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RoutingStrategy",
"setterDocumentation" : "/**\n@param routingStrategy */",
"setterModel" : {
"variableDeclarationType" : "RoutingStrategy",
"variableName" : "routingStrategy",
"variableType" : "RoutingStrategy",
"documentation" : "",
"simpleType" : "RoutingStrategy",
"variableSetterType" : "RoutingStrategy"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param routingStrategy \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "RoutingStrategy",
"variableName" : "routingStrategy",
"variableType" : "RoutingStrategy",
"documentation" : "",
"simpleType" : "RoutingStrategy",
"variableSetterType" : "RoutingStrategy"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "CreationTime",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "Time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".
\n@param creationTime Time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".
\n@return Time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".*/",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "CreationTime",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreationTime",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CreationTime",
"setterDocumentation" : "/**Time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".
\n@param creationTime Time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".*/",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "creationTime",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**Time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".
\n@param creationTime Time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "creationTime",
"variableType" : "java.util.Date",
"documentation" : "Time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "LastUpdatedTime",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "Time stamp indicating when this data object was last modified. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Time stamp indicating when this data object was last modified. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".
\n@param lastUpdatedTime Time stamp indicating when this data object was last modified. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Time stamp indicating when this data object was last modified. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".
\n@return Time stamp indicating when this data object was last modified. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".*/",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "LastUpdatedTime",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastUpdatedTime",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "LastUpdatedTime",
"setterDocumentation" : "/**Time stamp indicating when this data object was last modified. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".
\n@param lastUpdatedTime Time stamp indicating when this data object was last modified. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".*/",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "lastUpdatedTime",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**Time stamp indicating when this data object was last modified. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".
\n@param lastUpdatedTime Time stamp indicating when this data object was last modified. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "lastUpdatedTime",
"variableType" : "java.util.Date",
"documentation" : "Time stamp indicating when this data object was last modified. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AliasId" : {
"c2jName" : "AliasId",
"c2jShape" : "AliasId",
"deprecated" : false,
"documentation" : "Unique identifier for a fleet alias.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Unique identifier for a fleet alias.
\n@param aliasId Unique identifier for a fleet alias.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Unique identifier for a fleet alias.
\n@return Unique identifier for a fleet alias.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AliasId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AliasId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AliasId",
"setterDocumentation" : "/**Unique identifier for a fleet alias.
\n@param aliasId Unique identifier for a fleet alias.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "aliasId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Unique identifier for a fleet alias.
\n@param aliasId Unique identifier for a fleet alias.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "aliasId",
"variableType" : "String",
"documentation" : "Unique identifier for a fleet alias.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CreationTime" : {
"c2jName" : "CreationTime",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "Time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".
\n@param creationTime Time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".
\n@return Time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".*/",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "CreationTime",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreationTime",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CreationTime",
"setterDocumentation" : "/**Time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".
\n@param creationTime Time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".*/",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "creationTime",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**Time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".
\n@param creationTime Time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "creationTime",
"variableType" : "java.util.Date",
"documentation" : "Time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
},
"Description" : {
"c2jName" : "Description",
"c2jShape" : "FreeText",
"deprecated" : false,
"documentation" : "Human-readable description of an alias.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Human-readable description of an alias.
\n@param description Human-readable description of an alias.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Human-readable description of an alias.
\n@return Human-readable description of an alias.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Description",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Description",
"setterDocumentation" : "/**Human-readable description of an alias.
\n@param description Human-readable description of an alias.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Human-readable description of an alias.
\n@param description Human-readable description of an alias.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "Human-readable description of an alias.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"LastUpdatedTime" : {
"c2jName" : "LastUpdatedTime",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "Time stamp indicating when this data object was last modified. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Time stamp indicating when this data object was last modified. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".
\n@param lastUpdatedTime Time stamp indicating when this data object was last modified. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Time stamp indicating when this data object was last modified. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".
\n@return Time stamp indicating when this data object was last modified. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".*/",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "LastUpdatedTime",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastUpdatedTime",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "LastUpdatedTime",
"setterDocumentation" : "/**Time stamp indicating when this data object was last modified. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".
\n@param lastUpdatedTime Time stamp indicating when this data object was last modified. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".*/",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "lastUpdatedTime",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**Time stamp indicating when this data object was last modified. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".
\n@param lastUpdatedTime Time stamp indicating when this data object was last modified. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "lastUpdatedTime",
"variableType" : "java.util.Date",
"documentation" : "Time stamp indicating when this data object was last modified. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"c2jName" : "Name",
"c2jShape" : "FreeText",
"deprecated" : false,
"documentation" : "Descriptive label associated with an alias. Alias names do not need to be unique.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Descriptive label associated with an alias. Alias names do not need to be unique.
\n@param name Descriptive label associated with an alias. Alias names do not need to be unique.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Descriptive label associated with an alias. Alias names do not need to be unique.
\n@return Descriptive label associated with an alias. Alias names do not need to be unique.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"setterDocumentation" : "/**Descriptive label associated with an alias. Alias names do not need to be unique.
\n@param name Descriptive label associated with an alias. Alias names do not need to be unique.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Descriptive label associated with an alias. Alias names do not need to be unique.
\n@param name Descriptive label associated with an alias. Alias names do not need to be unique.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "Descriptive label associated with an alias. Alias names do not need to be unique.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"RoutingStrategy" : {
"c2jName" : "RoutingStrategy",
"c2jShape" : "RoutingStrategy",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param routingStrategy \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "RoutingStrategy",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RoutingStrategy",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RoutingStrategy",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RoutingStrategy",
"setterDocumentation" : "/**\n@param routingStrategy */",
"setterModel" : {
"variableDeclarationType" : "RoutingStrategy",
"variableName" : "routingStrategy",
"variableType" : "RoutingStrategy",
"documentation" : "",
"simpleType" : "RoutingStrategy",
"variableSetterType" : "RoutingStrategy"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param routingStrategy \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "RoutingStrategy",
"variableName" : "routingStrategy",
"variableType" : "RoutingStrategy",
"documentation" : "",
"simpleType" : "RoutingStrategy",
"variableSetterType" : "RoutingStrategy"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "Alias",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Alias",
"variableName" : "alias",
"variableType" : "Alias",
"documentation" : null,
"simpleType" : "Alias",
"variableSetterType" : "Alias"
},
"wrapper" : false
},
"Build" : {
"c2jName" : "Build",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Properties describing a game build.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "BuildId",
"c2jShape" : "BuildId",
"deprecated" : false,
"documentation" : "Unique identifier for a build.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Unique identifier for a build.
\n@param buildId Unique identifier for a build.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Unique identifier for a build.
\n@return Unique identifier for a build.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "BuildId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "BuildId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "BuildId",
"setterDocumentation" : "/**Unique identifier for a build.
\n@param buildId Unique identifier for a build.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "buildId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Unique identifier for a build.
\n@param buildId Unique identifier for a build.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "buildId",
"variableType" : "String",
"documentation" : "Unique identifier for a build.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Name",
"c2jShape" : "FreeText",
"deprecated" : false,
"documentation" : "Descriptive label associated with a build. Build names do not need to be unique. It can be set using CreateBuild or UpdateBuild.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Descriptive label associated with a build. Build names do not need to be unique. It can be set using CreateBuild or UpdateBuild.
\n@param name Descriptive label associated with a build. Build names do not need to be unique. It can be set using CreateBuild or UpdateBuild.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Descriptive label associated with a build. Build names do not need to be unique. It can be set using CreateBuild or UpdateBuild.
\n@return Descriptive label associated with a build. Build names do not need to be unique. It can be set using CreateBuild or UpdateBuild.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"setterDocumentation" : "/**Descriptive label associated with a build. Build names do not need to be unique. It can be set using CreateBuild or UpdateBuild.
\n@param name Descriptive label associated with a build. Build names do not need to be unique. It can be set using CreateBuild or UpdateBuild.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Descriptive label associated with a build. Build names do not need to be unique. It can be set using CreateBuild or UpdateBuild.
\n@param name Descriptive label associated with a build. Build names do not need to be unique. It can be set using CreateBuild or UpdateBuild.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "Descriptive label associated with a build. Build names do not need to be unique. It can be set using CreateBuild or UpdateBuild.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Version",
"c2jShape" : "FreeText",
"deprecated" : false,
"documentation" : "Version associated with this build. Version strings do not need to be unique to a build. This value can be set using CreateBuild or UpdateBuild.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Version associated with this build. Version strings do not need to be unique to a build. This value can be set using CreateBuild or UpdateBuild.
\n@param version Version associated with this build. Version strings do not need to be unique to a build. This value can be set using CreateBuild or UpdateBuild.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Version associated with this build. Version strings do not need to be unique to a build. This value can be set using CreateBuild or UpdateBuild.
\n@return Version associated with this build. Version strings do not need to be unique to a build. This value can be set using CreateBuild or UpdateBuild.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Version",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Version",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Version",
"setterDocumentation" : "/**Version associated with this build. Version strings do not need to be unique to a build. This value can be set using CreateBuild or UpdateBuild.
\n@param version Version associated with this build. Version strings do not need to be unique to a build. This value can be set using CreateBuild or UpdateBuild.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "version",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Version associated with this build. Version strings do not need to be unique to a build. This value can be set using CreateBuild or UpdateBuild.
\n@param version Version associated with this build. Version strings do not need to be unique to a build. This value can be set using CreateBuild or UpdateBuild.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "version",
"variableType" : "String",
"documentation" : "Version associated with this build. Version strings do not need to be unique to a build. This value can be set using CreateBuild or UpdateBuild.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Status",
"c2jShape" : "BuildStatus",
"deprecated" : false,
"documentation" : "Current status of the build.
Possible build statuses include the following:
- INITIALIZED – A new build has been defined, but no files have been uploaded. You cannot create fleets for builds that are in this status. When a build is successfully created, the build status is set to this value.
- READY – The game build has been successfully uploaded. You can now create new fleets for this build.
- FAILED – The game build upload failed. You cannot create new fleets for this build.
",
"enumType" : "BuildStatus",
"fluentSetterDocumentation" : "/**Current status of the build.
Possible build statuses include the following:
- INITIALIZED – A new build has been defined, but no files have been uploaded. You cannot create fleets for builds that are in this status. When a build is successfully created, the build status is set to this value.
- READY – The game build has been successfully uploaded. You can now create new fleets for this build.
- FAILED – The game build upload failed. You cannot create new fleets for this build.
\n@param status Current status of the build. Possible build statuses include the following:
- INITIALIZED – A new build has been defined, but no files have been uploaded. You cannot create fleets for builds that are in this status. When a build is successfully created, the build status is set to this value.
- READY – The game build has been successfully uploaded. You can now create new fleets for this build.
- FAILED – The game build upload failed. You cannot create new fleets for this build.
\n@return Returns a reference to this object so that method calls can be chained together.\n@see BuildStatus*/",
"getterDocumentation" : "/**Current status of the build.
Possible build statuses include the following:
- INITIALIZED – A new build has been defined, but no files have been uploaded. You cannot create fleets for builds that are in this status. When a build is successfully created, the build status is set to this value.
- READY – The game build has been successfully uploaded. You can now create new fleets for this build.
- FAILED – The game build upload failed. You cannot create new fleets for this build.
\n@return Current status of the build. Possible build statuses include the following:
- INITIALIZED – A new build has been defined, but no files have been uploaded. You cannot create fleets for builds that are in this status. When a build is successfully created, the build status is set to this value.
- READY – The game build has been successfully uploaded. You can now create new fleets for this build.
- FAILED – The game build upload failed. You cannot create new fleets for this build.
\n@see BuildStatus*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Status",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Status",
"setterDocumentation" : "/**Current status of the build.
Possible build statuses include the following:
- INITIALIZED – A new build has been defined, but no files have been uploaded. You cannot create fleets for builds that are in this status. When a build is successfully created, the build status is set to this value.
- READY – The game build has been successfully uploaded. You can now create new fleets for this build.
- FAILED – The game build upload failed. You cannot create new fleets for this build.
\n@param status Current status of the build. Possible build statuses include the following:
- INITIALIZED – A new build has been defined, but no files have been uploaded. You cannot create fleets for builds that are in this status. When a build is successfully created, the build status is set to this value.
- READY – The game build has been successfully uploaded. You can now create new fleets for this build.
- FAILED – The game build upload failed. You cannot create new fleets for this build.
\n@see BuildStatus*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Current status of the build.
Possible build statuses include the following:
- INITIALIZED – A new build has been defined, but no files have been uploaded. You cannot create fleets for builds that are in this status. When a build is successfully created, the build status is set to this value.
- READY – The game build has been successfully uploaded. You can now create new fleets for this build.
- FAILED – The game build upload failed. You cannot create new fleets for this build.
\n@param status Current status of the build. Possible build statuses include the following:
- INITIALIZED – A new build has been defined, but no files have been uploaded. You cannot create fleets for builds that are in this status. When a build is successfully created, the build status is set to this value.
- READY – The game build has been successfully uploaded. You can now create new fleets for this build.
- FAILED – The game build upload failed. You cannot create new fleets for this build.
\n@return Returns a reference to this object so that method calls can be chained together.\n@see BuildStatus*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "Current status of the build.
Possible build statuses include the following:
- INITIALIZED – A new build has been defined, but no files have been uploaded. You cannot create fleets for builds that are in this status. When a build is successfully created, the build status is set to this value.
- READY – The game build has been successfully uploaded. You can now create new fleets for this build.
- FAILED – The game build upload failed. You cannot create new fleets for this build.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "SizeOnDisk",
"c2jShape" : "PositiveLong",
"deprecated" : false,
"documentation" : "File size of the uploaded game build, expressed in bytes. When the build status is INITIALIZED
, this value is 0.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**File size of the uploaded game build, expressed in bytes. When the build status is INITIALIZED
, this value is 0.
\n@param sizeOnDisk File size of the uploaded game build, expressed in bytes. When the build status is INITIALIZED
, this value is 0.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**File size of the uploaded game build, expressed in bytes. When the build status is INITIALIZED
, this value is 0.
\n@return File size of the uploaded game build, expressed in bytes. When the build status is INITIALIZED
, this value is 0.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SizeOnDisk",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SizeOnDisk",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SizeOnDisk",
"setterDocumentation" : "/**File size of the uploaded game build, expressed in bytes. When the build status is INITIALIZED
, this value is 0.
\n@param sizeOnDisk File size of the uploaded game build, expressed in bytes. When the build status is INITIALIZED
, this value is 0.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "sizeOnDisk",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**File size of the uploaded game build, expressed in bytes. When the build status is INITIALIZED
, this value is 0.
\n@param sizeOnDisk File size of the uploaded game build, expressed in bytes. When the build status is INITIALIZED
, this value is 0.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "sizeOnDisk",
"variableType" : "Long",
"documentation" : "File size of the uploaded game build, expressed in bytes. When the build status is INITIALIZED
, this value is 0.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "OperatingSystem",
"c2jShape" : "OperatingSystem",
"deprecated" : false,
"documentation" : "Operating system that the game server binaries are built to run on. This value determines the type of fleet resources that you can use for this build.
",
"enumType" : "OperatingSystem",
"fluentSetterDocumentation" : "/**Operating system that the game server binaries are built to run on. This value determines the type of fleet resources that you can use for this build.
\n@param operatingSystem Operating system that the game server binaries are built to run on. This value determines the type of fleet resources that you can use for this build.\n@return Returns a reference to this object so that method calls can be chained together.\n@see OperatingSystem*/",
"getterDocumentation" : "/**Operating system that the game server binaries are built to run on. This value determines the type of fleet resources that you can use for this build.
\n@return Operating system that the game server binaries are built to run on. This value determines the type of fleet resources that you can use for this build.\n@see OperatingSystem*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "OperatingSystem",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OperatingSystem",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "OperatingSystem",
"setterDocumentation" : "/**Operating system that the game server binaries are built to run on. This value determines the type of fleet resources that you can use for this build.
\n@param operatingSystem Operating system that the game server binaries are built to run on. This value determines the type of fleet resources that you can use for this build.\n@see OperatingSystem*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "operatingSystem",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Operating system that the game server binaries are built to run on. This value determines the type of fleet resources that you can use for this build.
\n@param operatingSystem Operating system that the game server binaries are built to run on. This value determines the type of fleet resources that you can use for this build.\n@return Returns a reference to this object so that method calls can be chained together.\n@see OperatingSystem*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "operatingSystem",
"variableType" : "String",
"documentation" : "Operating system that the game server binaries are built to run on. This value determines the type of fleet resources that you can use for this build.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "CreationTime",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "Time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".
\n@param creationTime Time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".
\n@return Time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".*/",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "CreationTime",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreationTime",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CreationTime",
"setterDocumentation" : "/**Time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".
\n@param creationTime Time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".*/",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "creationTime",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**Time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".
\n@param creationTime Time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "creationTime",
"variableType" : "java.util.Date",
"documentation" : "Time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"BuildId" : {
"c2jName" : "BuildId",
"c2jShape" : "BuildId",
"deprecated" : false,
"documentation" : "Unique identifier for a build.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Unique identifier for a build.
\n@param buildId Unique identifier for a build.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Unique identifier for a build.
\n@return Unique identifier for a build.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "BuildId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "BuildId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "BuildId",
"setterDocumentation" : "/**Unique identifier for a build.
\n@param buildId Unique identifier for a build.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "buildId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Unique identifier for a build.
\n@param buildId Unique identifier for a build.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "buildId",
"variableType" : "String",
"documentation" : "Unique identifier for a build.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CreationTime" : {
"c2jName" : "CreationTime",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "Time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".
\n@param creationTime Time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".
\n@return Time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".*/",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "CreationTime",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreationTime",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CreationTime",
"setterDocumentation" : "/**Time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".
\n@param creationTime Time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".*/",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "creationTime",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**Time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".
\n@param creationTime Time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "creationTime",
"variableType" : "java.util.Date",
"documentation" : "Time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (ex: \"1469498468.057\".
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"c2jName" : "Name",
"c2jShape" : "FreeText",
"deprecated" : false,
"documentation" : "Descriptive label associated with a build. Build names do not need to be unique. It can be set using CreateBuild or UpdateBuild.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Descriptive label associated with a build. Build names do not need to be unique. It can be set using CreateBuild or UpdateBuild.
\n@param name Descriptive label associated with a build. Build names do not need to be unique. It can be set using CreateBuild or UpdateBuild.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Descriptive label associated with a build. Build names do not need to be unique. It can be set using CreateBuild or UpdateBuild.
\n@return Descriptive label associated with a build. Build names do not need to be unique. It can be set using CreateBuild or UpdateBuild.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"setterDocumentation" : "/**Descriptive label associated with a build. Build names do not need to be unique. It can be set using CreateBuild or UpdateBuild.
\n@param name Descriptive label associated with a build. Build names do not need to be unique. It can be set using CreateBuild or UpdateBuild.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Descriptive label associated with a build. Build names do not need to be unique. It can be set using CreateBuild or UpdateBuild.
\n@param name Descriptive label associated with a build. Build names do not need to be unique. It can be set using CreateBuild or UpdateBuild.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "Descriptive label associated with a build. Build names do not need to be unique. It can be set using CreateBuild or UpdateBuild.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"OperatingSystem" : {
"c2jName" : "OperatingSystem",
"c2jShape" : "OperatingSystem",
"deprecated" : false,
"documentation" : "Operating system that the game server binaries are built to run on. This value determines the type of fleet resources that you can use for this build.
",
"enumType" : "OperatingSystem",
"fluentSetterDocumentation" : "/**Operating system that the game server binaries are built to run on. This value determines the type of fleet resources that you can use for this build.
\n@param operatingSystem Operating system that the game server binaries are built to run on. This value determines the type of fleet resources that you can use for this build.\n@return Returns a reference to this object so that method calls can be chained together.\n@see OperatingSystem*/",
"getterDocumentation" : "/**Operating system that the game server binaries are built to run on. This value determines the type of fleet resources that you can use for this build.
\n@return Operating system that the game server binaries are built to run on. This value determines the type of fleet resources that you can use for this build.\n@see OperatingSystem*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "OperatingSystem",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OperatingSystem",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "OperatingSystem",
"setterDocumentation" : "/**Operating system that the game server binaries are built to run on. This value determines the type of fleet resources that you can use for this build.
\n@param operatingSystem Operating system that the game server binaries are built to run on. This value determines the type of fleet resources that you can use for this build.\n@see OperatingSystem*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "operatingSystem",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Operating system that the game server binaries are built to run on. This value determines the type of fleet resources that you can use for this build.
\n@param operatingSystem Operating system that the game server binaries are built to run on. This value determines the type of fleet resources that you can use for this build.\n@return Returns a reference to this object so that method calls can be chained together.\n@see OperatingSystem*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "operatingSystem",
"variableType" : "String",
"documentation" : "Operating system that the game server binaries are built to run on. This value determines the type of fleet resources that you can use for this build.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SizeOnDisk" : {
"c2jName" : "SizeOnDisk",
"c2jShape" : "PositiveLong",
"deprecated" : false,
"documentation" : "File size of the uploaded game build, expressed in bytes. When the build status is INITIALIZED
, this value is 0.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**File size of the uploaded game build, expressed in bytes. When the build status is INITIALIZED
, this value is 0.
\n@param sizeOnDisk File size of the uploaded game build, expressed in bytes. When the build status is INITIALIZED
, this value is 0.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**File size of the uploaded game build, expressed in bytes. When the build status is INITIALIZED
, this value is 0.
\n@return File size of the uploaded game build, expressed in bytes. When the build status is INITIALIZED
, this value is 0.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SizeOnDisk",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SizeOnDisk",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SizeOnDisk",
"setterDocumentation" : "/**File size of the uploaded game build, expressed in bytes. When the build status is INITIALIZED
, this value is 0.
\n@param sizeOnDisk File size of the uploaded game build, expressed in bytes. When the build status is INITIALIZED
, this value is 0.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "sizeOnDisk",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**File size of the uploaded game build, expressed in bytes. When the build status is INITIALIZED
, this value is 0.
\n@param sizeOnDisk File size of the uploaded game build, expressed in bytes. When the build status is INITIALIZED
, this value is 0.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "sizeOnDisk",
"variableType" : "Long",
"documentation" : "File size of the uploaded game build, expressed in bytes. When the build status is INITIALIZED
, this value is 0.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
},
"Status" : {
"c2jName" : "Status",
"c2jShape" : "BuildStatus",
"deprecated" : false,
"documentation" : "Current status of the build.
Possible build statuses include the following:
- INITIALIZED – A new build has been defined, but no files have been uploaded. You cannot create fleets for builds that are in this status. When a build is successfully created, the build status is set to this value.
- READY – The game build has been successfully uploaded. You can now create new fleets for this build.
- FAILED – The game build upload failed. You cannot create new fleets for this build.
",
"enumType" : "BuildStatus",
"fluentSetterDocumentation" : "/**Current status of the build.
Possible build statuses include the following:
- INITIALIZED – A new build has been defined, but no files have been uploaded. You cannot create fleets for builds that are in this status. When a build is successfully created, the build status is set to this value.
- READY – The game build has been successfully uploaded. You can now create new fleets for this build.
- FAILED – The game build upload failed. You cannot create new fleets for this build.
\n@param status Current status of the build. Possible build statuses include the following:
- INITIALIZED – A new build has been defined, but no files have been uploaded. You cannot create fleets for builds that are in this status. When a build is successfully created, the build status is set to this value.
- READY – The game build has been successfully uploaded. You can now create new fleets for this build.
- FAILED – The game build upload failed. You cannot create new fleets for this build.
\n@return Returns a reference to this object so that method calls can be chained together.\n@see BuildStatus*/",
"getterDocumentation" : "/**Current status of the build.
Possible build statuses include the following:
- INITIALIZED – A new build has been defined, but no files have been uploaded. You cannot create fleets for builds that are in this status. When a build is successfully created, the build status is set to this value.
- READY – The game build has been successfully uploaded. You can now create new fleets for this build.
- FAILED – The game build upload failed. You cannot create new fleets for this build.
\n@return Current status of the build. Possible build statuses include the following:
- INITIALIZED – A new build has been defined, but no files have been uploaded. You cannot create fleets for builds that are in this status. When a build is successfully created, the build status is set to this value.
- READY – The game build has been successfully uploaded. You can now create new fleets for this build.
- FAILED – The game build upload failed. You cannot create new fleets for this build.
\n@see BuildStatus*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Status",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Status",
"setterDocumentation" : "/**Current status of the build.
Possible build statuses include the following:
- INITIALIZED – A new build has been defined, but no files have been uploaded. You cannot create fleets for builds that are in this status. When a build is successfully created, the build status is set to this value.
- READY – The game build has been successfully uploaded. You can now create new fleets for this build.
- FAILED – The game build upload failed. You cannot create new fleets for this build.
\n@param status Current status of the build. Possible build statuses include the following:
- INITIALIZED – A new build has been defined, but no files have been uploaded. You cannot create fleets for builds that are in this status. When a build is successfully created, the build status is set to this value.
- READY – The game build has been successfully uploaded. You can now create new fleets for this build.
- FAILED – The game build upload failed. You cannot create new fleets for this build.
\n@see BuildStatus*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Current status of the build.
Possible build statuses include the following:
- INITIALIZED – A new build has been defined, but no files have been uploaded. You cannot create fleets for builds that are in this status. When a build is successfully created, the build status is set to this value.
- READY – The game build has been successfully uploaded. You can now create new fleets for this build.
- FAILED – The game build upload failed. You cannot create new fleets for this build.
\n@param status Current status of the build. Possible build statuses include the following:
- INITIALIZED – A new build has been defined, but no files have been uploaded. You cannot create fleets for builds that are in this status. When a build is successfully created, the build status is set to this value.
- READY – The game build has been successfully uploaded. You can now create new fleets for this build.
- FAILED – The game build upload failed. You cannot create new fleets for this build.
\n@return Returns a reference to this object so that method calls can be chained together.\n@see BuildStatus*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "Current status of the build.
Possible build statuses include the following:
- INITIALIZED – A new build has been defined, but no files have been uploaded. You cannot create fleets for builds that are in this status. When a build is successfully created, the build status is set to this value.
- READY – The game build has been successfully uploaded. You can now create new fleets for this build.
- FAILED – The game build upload failed. You cannot create new fleets for this build.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Version" : {
"c2jName" : "Version",
"c2jShape" : "FreeText",
"deprecated" : false,
"documentation" : "Version associated with this build. Version strings do not need to be unique to a build. This value can be set using CreateBuild or UpdateBuild.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Version associated with this build. Version strings do not need to be unique to a build. This value can be set using CreateBuild or UpdateBuild.
\n@param version Version associated with this build. Version strings do not need to be unique to a build. This value can be set using CreateBuild or UpdateBuild.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Version associated with this build. Version strings do not need to be unique to a build. This value can be set using CreateBuild or UpdateBuild.
\n@return Version associated with this build. Version strings do not need to be unique to a build. This value can be set using CreateBuild or UpdateBuild.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Version",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Version",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Version",
"setterDocumentation" : "/**Version associated with this build. Version strings do not need to be unique to a build. This value can be set using CreateBuild or UpdateBuild.
\n@param version Version associated with this build. Version strings do not need to be unique to a build. This value can be set using CreateBuild or UpdateBuild.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "version",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Version associated with this build. Version strings do not need to be unique to a build. This value can be set using CreateBuild or UpdateBuild.
\n@param version Version associated with this build. Version strings do not need to be unique to a build. This value can be set using CreateBuild or UpdateBuild.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "version",
"variableType" : "String",
"documentation" : "Version associated with this build. Version strings do not need to be unique to a build. This value can be set using CreateBuild or UpdateBuild.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "Build",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Build",
"variableName" : "build",
"variableType" : "Build",
"documentation" : null,
"simpleType" : "Build",
"variableSetterType" : "Build"
},
"wrapper" : false
},
"BuildStatus" : {
"c2jName" : "BuildStatus",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : [ {
"name" : "INITIALIZED",
"value" : "INITIALIZED"
}, {
"name" : "READY",
"value" : "READY"
}, {
"name" : "FAILED",
"value" : "FAILED"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "BuildStatus",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BuildStatus",
"variableName" : "buildStatus",
"variableType" : "BuildStatus",
"documentation" : null,
"simpleType" : "BuildStatus",
"variableSetterType" : "BuildStatus"
},
"wrapper" : false
},
"ComparisonOperatorType" : {
"c2jName" : "ComparisonOperatorType",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : [ {
"name" : "GreaterThanOrEqualToThreshold",
"value" : "GreaterThanOrEqualToThreshold"
}, {
"name" : "GreaterThanThreshold",
"value" : "GreaterThanThreshold"
}, {
"name" : "LessThanThreshold",
"value" : "LessThanThreshold"
}, {
"name" : "LessThanOrEqualToThreshold",
"value" : "LessThanOrEqualToThreshold"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "ComparisonOperatorType",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ComparisonOperatorType",
"variableName" : "comparisonOperatorType",
"variableType" : "ComparisonOperatorType",
"documentation" : null,
"simpleType" : "ComparisonOperatorType",
"variableSetterType" : "ComparisonOperatorType"
},
"wrapper" : false
},
"ConflictException" : {
"c2jName" : "ConflictException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request.
",
"enums" : null,
"errorCode" : "ConflictException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"required" : null,
"shapeName" : "ConflictException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ConflictException",
"variableName" : "conflictException",
"variableType" : "ConflictException",
"documentation" : null,
"simpleType" : "ConflictException",
"variableSetterType" : "ConflictException"
},
"wrapper" : false
},
"CreateAliasRequest" : {
"c2jName" : "CreateAliasInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Represents the input for a request action.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CreateAlias",
"locationName" : null,
"requestUri" : "/",
"target" : "GameLift.CreateAlias",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "Name",
"c2jShape" : "NonZeroAndMaxString",
"deprecated" : false,
"documentation" : "Descriptive label associated with an alias. Alias names do not need to be unique.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Descriptive label associated with an alias. Alias names do not need to be unique.
\n@param name Descriptive label associated with an alias. Alias names do not need to be unique.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Descriptive label associated with an alias. Alias names do not need to be unique.
\n@return Descriptive label associated with an alias. Alias names do not need to be unique.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"setterDocumentation" : "/**Descriptive label associated with an alias. Alias names do not need to be unique.
\n@param name Descriptive label associated with an alias. Alias names do not need to be unique.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Descriptive label associated with an alias. Alias names do not need to be unique.
\n@param name Descriptive label associated with an alias. Alias names do not need to be unique.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "Descriptive label associated with an alias. Alias names do not need to be unique.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Description",
"c2jShape" : "NonZeroAndMaxString",
"deprecated" : false,
"documentation" : "Human-readable description of an alias.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Human-readable description of an alias.
\n@param description Human-readable description of an alias.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Human-readable description of an alias.
\n@return Human-readable description of an alias.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Description",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Description",
"setterDocumentation" : "/**Human-readable description of an alias.
\n@param description Human-readable description of an alias.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Human-readable description of an alias.
\n@param description Human-readable description of an alias.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "Human-readable description of an alias.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "RoutingStrategy",
"c2jShape" : "RoutingStrategy",
"deprecated" : false,
"documentation" : "Object specifying the fleet and routing type to use for the alias.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Object specifying the fleet and routing type to use for the alias.
\n@param routingStrategy Object specifying the fleet and routing type to use for the alias.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Object specifying the fleet and routing type to use for the alias.
\n@return Object specifying the fleet and routing type to use for the alias.*/",
"getterModel" : {
"returnType" : "RoutingStrategy",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RoutingStrategy",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RoutingStrategy",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RoutingStrategy",
"setterDocumentation" : "/**Object specifying the fleet and routing type to use for the alias.
\n@param routingStrategy Object specifying the fleet and routing type to use for the alias.*/",
"setterModel" : {
"variableDeclarationType" : "RoutingStrategy",
"variableName" : "routingStrategy",
"variableType" : "RoutingStrategy",
"documentation" : "",
"simpleType" : "RoutingStrategy",
"variableSetterType" : "RoutingStrategy"
},
"simple" : false,
"varargSetterDocumentation" : "/**Object specifying the fleet and routing type to use for the alias.
\n@param routingStrategy Object specifying the fleet and routing type to use for the alias.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "RoutingStrategy",
"variableName" : "routingStrategy",
"variableType" : "RoutingStrategy",
"documentation" : "Object specifying the fleet and routing type to use for the alias.
",
"simpleType" : "RoutingStrategy",
"variableSetterType" : "RoutingStrategy"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Description" : {
"c2jName" : "Description",
"c2jShape" : "NonZeroAndMaxString",
"deprecated" : false,
"documentation" : "Human-readable description of an alias.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Human-readable description of an alias.
\n@param description Human-readable description of an alias.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Human-readable description of an alias.
\n@return Human-readable description of an alias.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Description",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Description",
"setterDocumentation" : "/**Human-readable description of an alias.
\n@param description Human-readable description of an alias.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Human-readable description of an alias.
\n@param description Human-readable description of an alias.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "Human-readable description of an alias.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"c2jName" : "Name",
"c2jShape" : "NonZeroAndMaxString",
"deprecated" : false,
"documentation" : "Descriptive label associated with an alias. Alias names do not need to be unique.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Descriptive label associated with an alias. Alias names do not need to be unique.
\n@param name Descriptive label associated with an alias. Alias names do not need to be unique.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Descriptive label associated with an alias. Alias names do not need to be unique.
\n@return Descriptive label associated with an alias. Alias names do not need to be unique.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"setterDocumentation" : "/**Descriptive label associated with an alias. Alias names do not need to be unique.
\n@param name Descriptive label associated with an alias. Alias names do not need to be unique.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Descriptive label associated with an alias. Alias names do not need to be unique.
\n@param name Descriptive label associated with an alias. Alias names do not need to be unique.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "Descriptive label associated with an alias. Alias names do not need to be unique.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"RoutingStrategy" : {
"c2jName" : "RoutingStrategy",
"c2jShape" : "RoutingStrategy",
"deprecated" : false,
"documentation" : "Object specifying the fleet and routing type to use for the alias.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Object specifying the fleet and routing type to use for the alias.
\n@param routingStrategy Object specifying the fleet and routing type to use for the alias.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Object specifying the fleet and routing type to use for the alias.
\n@return Object specifying the fleet and routing type to use for the alias.*/",
"getterModel" : {
"returnType" : "RoutingStrategy",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RoutingStrategy",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RoutingStrategy",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RoutingStrategy",
"setterDocumentation" : "/**Object specifying the fleet and routing type to use for the alias.
\n@param routingStrategy Object specifying the fleet and routing type to use for the alias.*/",
"setterModel" : {
"variableDeclarationType" : "RoutingStrategy",
"variableName" : "routingStrategy",
"variableType" : "RoutingStrategy",
"documentation" : "",
"simpleType" : "RoutingStrategy",
"variableSetterType" : "RoutingStrategy"
},
"simple" : false,
"varargSetterDocumentation" : "/**Object specifying the fleet and routing type to use for the alias.
\n@param routingStrategy Object specifying the fleet and routing type to use for the alias.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "RoutingStrategy",
"variableName" : "routingStrategy",
"variableType" : "RoutingStrategy",
"documentation" : "Object specifying the fleet and routing type to use for the alias.
",
"simpleType" : "RoutingStrategy",
"variableSetterType" : "RoutingStrategy"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "Name", "RoutingStrategy" ],
"shapeName" : "CreateAliasRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateAliasRequest",
"variableName" : "createAliasRequest",
"variableType" : "CreateAliasRequest",
"documentation" : null,
"simpleType" : "CreateAliasRequest",
"variableSetterType" : "CreateAliasRequest"
},
"wrapper" : false
},
"CreateAliasResult" : {
"c2jName" : "CreateAliasOutput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Represents the returned data in response to a request action.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Alias",
"c2jShape" : "Alias",
"deprecated" : false,
"documentation" : "Object containing the newly created alias record.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Object containing the newly created alias record.
\n@param alias Object containing the newly created alias record.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Object containing the newly created alias record.
\n@return Object containing the newly created alias record.*/",
"getterModel" : {
"returnType" : "Alias",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Alias",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Alias",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Alias",
"setterDocumentation" : "/**Object containing the newly created alias record.
\n@param alias Object containing the newly created alias record.*/",
"setterModel" : {
"variableDeclarationType" : "Alias",
"variableName" : "alias",
"variableType" : "Alias",
"documentation" : "",
"simpleType" : "Alias",
"variableSetterType" : "Alias"
},
"simple" : false,
"varargSetterDocumentation" : "/**Object containing the newly created alias record.
\n@param alias Object containing the newly created alias record.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Alias",
"variableName" : "alias",
"variableType" : "Alias",
"documentation" : "Object containing the newly created alias record.
",
"simpleType" : "Alias",
"variableSetterType" : "Alias"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Alias" : {
"c2jName" : "Alias",
"c2jShape" : "Alias",
"deprecated" : false,
"documentation" : "Object containing the newly created alias record.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Object containing the newly created alias record.
\n@param alias Object containing the newly created alias record.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Object containing the newly created alias record.
\n@return Object containing the newly created alias record.*/",
"getterModel" : {
"returnType" : "Alias",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Alias",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Alias",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Alias",
"setterDocumentation" : "/**Object containing the newly created alias record.
\n@param alias Object containing the newly created alias record.*/",
"setterModel" : {
"variableDeclarationType" : "Alias",
"variableName" : "alias",
"variableType" : "Alias",
"documentation" : "",
"simpleType" : "Alias",
"variableSetterType" : "Alias"
},
"simple" : false,
"varargSetterDocumentation" : "/**Object containing the newly created alias record.
\n@param alias Object containing the newly created alias record.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Alias",
"variableName" : "alias",
"variableType" : "Alias",
"documentation" : "Object containing the newly created alias record.
",
"simpleType" : "Alias",
"variableSetterType" : "Alias"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "CreateAliasResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateAliasResult",
"variableName" : "createAliasResult",
"variableType" : "CreateAliasResult",
"documentation" : null,
"simpleType" : "CreateAliasResult",
"variableSetterType" : "CreateAliasResult"
},
"wrapper" : false
},
"CreateBuildRequest" : {
"c2jName" : "CreateBuildInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Represents the input for a request action.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CreateBuild",
"locationName" : null,
"requestUri" : "/",
"target" : "GameLift.CreateBuild",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "Name",
"c2jShape" : "NonZeroAndMaxString",
"deprecated" : false,
"documentation" : "Descriptive label associated with a build. Build names do not need to be unique. A build name can be changed later using UpdateBuild
.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Descriptive label associated with a build. Build names do not need to be unique. A build name can be changed later using UpdateBuild
.
\n@param name Descriptive label associated with a build. Build names do not need to be unique. A build name can be changed later using UpdateBuild
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Descriptive label associated with a build. Build names do not need to be unique. A build name can be changed later using UpdateBuild
.
\n@return Descriptive label associated with a build. Build names do not need to be unique. A build name can be changed later using UpdateBuild
.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"setterDocumentation" : "/**Descriptive label associated with a build. Build names do not need to be unique. A build name can be changed later using UpdateBuild
.
\n@param name Descriptive label associated with a build. Build names do not need to be unique. A build name can be changed later using UpdateBuild
.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Descriptive label associated with a build. Build names do not need to be unique. A build name can be changed later using UpdateBuild
.
\n@param name Descriptive label associated with a build. Build names do not need to be unique. A build name can be changed later using UpdateBuild
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "Descriptive label associated with a build. Build names do not need to be unique. A build name can be changed later using UpdateBuild
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Version",
"c2jShape" : "NonZeroAndMaxString",
"deprecated" : false,
"documentation" : "Version associated with this build. Version strings do not need to be unique to a build. A build version can be changed later using UpdateBuild
.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Version associated with this build. Version strings do not need to be unique to a build. A build version can be changed later using UpdateBuild
.
\n@param version Version associated with this build. Version strings do not need to be unique to a build. A build version can be changed later using UpdateBuild
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Version associated with this build. Version strings do not need to be unique to a build. A build version can be changed later using UpdateBuild
.
\n@return Version associated with this build. Version strings do not need to be unique to a build. A build version can be changed later using UpdateBuild
.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Version",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Version",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Version",
"setterDocumentation" : "/**Version associated with this build. Version strings do not need to be unique to a build. A build version can be changed later using UpdateBuild
.
\n@param version Version associated with this build. Version strings do not need to be unique to a build. A build version can be changed later using UpdateBuild
.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "version",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Version associated with this build. Version strings do not need to be unique to a build. A build version can be changed later using UpdateBuild
.
\n@param version Version associated with this build. Version strings do not need to be unique to a build. A build version can be changed later using UpdateBuild
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "version",
"variableType" : "String",
"documentation" : "Version associated with this build. Version strings do not need to be unique to a build. A build version can be changed later using UpdateBuild
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "StorageLocation",
"c2jShape" : "S3Location",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param storageLocation \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "S3Location",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "StorageLocation",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StorageLocation",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StorageLocation",
"setterDocumentation" : "/**\n@param storageLocation */",
"setterModel" : {
"variableDeclarationType" : "S3Location",
"variableName" : "storageLocation",
"variableType" : "S3Location",
"documentation" : "",
"simpleType" : "S3Location",
"variableSetterType" : "S3Location"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param storageLocation \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "S3Location",
"variableName" : "storageLocation",
"variableType" : "S3Location",
"documentation" : "",
"simpleType" : "S3Location",
"variableSetterType" : "S3Location"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "OperatingSystem",
"c2jShape" : "OperatingSystem",
"deprecated" : false,
"documentation" : "Operating system that the game server binaries are built to run on. This value determines the type of fleet resources that you can use for this build.
",
"enumType" : "OperatingSystem",
"fluentSetterDocumentation" : "/**Operating system that the game server binaries are built to run on. This value determines the type of fleet resources that you can use for this build.
\n@param operatingSystem Operating system that the game server binaries are built to run on. This value determines the type of fleet resources that you can use for this build.\n@return Returns a reference to this object so that method calls can be chained together.\n@see OperatingSystem*/",
"getterDocumentation" : "/**Operating system that the game server binaries are built to run on. This value determines the type of fleet resources that you can use for this build.
\n@return Operating system that the game server binaries are built to run on. This value determines the type of fleet resources that you can use for this build.\n@see OperatingSystem*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "OperatingSystem",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OperatingSystem",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "OperatingSystem",
"setterDocumentation" : "/**Operating system that the game server binaries are built to run on. This value determines the type of fleet resources that you can use for this build.
\n@param operatingSystem Operating system that the game server binaries are built to run on. This value determines the type of fleet resources that you can use for this build.\n@see OperatingSystem*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "operatingSystem",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Operating system that the game server binaries are built to run on. This value determines the type of fleet resources that you can use for this build.
\n@param operatingSystem Operating system that the game server binaries are built to run on. This value determines the type of fleet resources that you can use for this build.\n@return Returns a reference to this object so that method calls can be chained together.\n@see OperatingSystem*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "operatingSystem",
"variableType" : "String",
"documentation" : "Operating system that the game server binaries are built to run on. This value determines the type of fleet resources that you can use for this build.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Name" : {
"c2jName" : "Name",
"c2jShape" : "NonZeroAndMaxString",
"deprecated" : false,
"documentation" : "Descriptive label associated with a build. Build names do not need to be unique. A build name can be changed later using UpdateBuild
.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Descriptive label associated with a build. Build names do not need to be unique. A build name can be changed later using UpdateBuild
.
\n@param name Descriptive label associated with a build. Build names do not need to be unique. A build name can be changed later using UpdateBuild
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Descriptive label associated with a build. Build names do not need to be unique. A build name can be changed later using UpdateBuild
.
\n@return Descriptive label associated with a build. Build names do not need to be unique. A build name can be changed later using UpdateBuild
.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"setterDocumentation" : "/**Descriptive label associated with a build. Build names do not need to be unique. A build name can be changed later using UpdateBuild
.
\n@param name Descriptive label associated with a build. Build names do not need to be unique. A build name can be changed later using UpdateBuild
.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Descriptive label associated with a build. Build names do not need to be unique. A build name can be changed later using UpdateBuild
.
\n@param name Descriptive label associated with a build. Build names do not need to be unique. A build name can be changed later using UpdateBuild
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "Descriptive label associated with a build. Build names do not need to be unique. A build name can be changed later using UpdateBuild
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"OperatingSystem" : {
"c2jName" : "OperatingSystem",
"c2jShape" : "OperatingSystem",
"deprecated" : false,
"documentation" : "Operating system that the game server binaries are built to run on. This value determines the type of fleet resources that you can use for this build.
",
"enumType" : "OperatingSystem",
"fluentSetterDocumentation" : "/**Operating system that the game server binaries are built to run on. This value determines the type of fleet resources that you can use for this build.
\n@param operatingSystem Operating system that the game server binaries are built to run on. This value determines the type of fleet resources that you can use for this build.\n@return Returns a reference to this object so that method calls can be chained together.\n@see OperatingSystem*/",
"getterDocumentation" : "/**Operating system that the game server binaries are built to run on. This value determines the type of fleet resources that you can use for this build.
\n@return Operating system that the game server binaries are built to run on. This value determines the type of fleet resources that you can use for this build.\n@see OperatingSystem*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "OperatingSystem",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OperatingSystem",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "OperatingSystem",
"setterDocumentation" : "/**Operating system that the game server binaries are built to run on. This value determines the type of fleet resources that you can use for this build.
\n@param operatingSystem Operating system that the game server binaries are built to run on. This value determines the type of fleet resources that you can use for this build.\n@see OperatingSystem*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "operatingSystem",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Operating system that the game server binaries are built to run on. This value determines the type of fleet resources that you can use for this build.
\n@param operatingSystem Operating system that the game server binaries are built to run on. This value determines the type of fleet resources that you can use for this build.\n@return Returns a reference to this object so that method calls can be chained together.\n@see OperatingSystem*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "operatingSystem",
"variableType" : "String",
"documentation" : "Operating system that the game server binaries are built to run on. This value determines the type of fleet resources that you can use for this build.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"StorageLocation" : {
"c2jName" : "StorageLocation",
"c2jShape" : "S3Location",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param storageLocation \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "S3Location",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "StorageLocation",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StorageLocation",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StorageLocation",
"setterDocumentation" : "/**\n@param storageLocation */",
"setterModel" : {
"variableDeclarationType" : "S3Location",
"variableName" : "storageLocation",
"variableType" : "S3Location",
"documentation" : "",
"simpleType" : "S3Location",
"variableSetterType" : "S3Location"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param storageLocation \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "S3Location",
"variableName" : "storageLocation",
"variableType" : "S3Location",
"documentation" : "",
"simpleType" : "S3Location",
"variableSetterType" : "S3Location"
},
"xmlNameSpaceUri" : null
},
"Version" : {
"c2jName" : "Version",
"c2jShape" : "NonZeroAndMaxString",
"deprecated" : false,
"documentation" : "Version associated with this build. Version strings do not need to be unique to a build. A build version can be changed later using UpdateBuild
.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Version associated with this build. Version strings do not need to be unique to a build. A build version can be changed later using UpdateBuild
.
\n@param version Version associated with this build. Version strings do not need to be unique to a build. A build version can be changed later using UpdateBuild
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Version associated with this build. Version strings do not need to be unique to a build. A build version can be changed later using UpdateBuild
.
\n@return Version associated with this build. Version strings do not need to be unique to a build. A build version can be changed later using UpdateBuild
.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Version",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Version",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Version",
"setterDocumentation" : "/**Version associated with this build. Version strings do not need to be unique to a build. A build version can be changed later using UpdateBuild
.
\n@param version Version associated with this build. Version strings do not need to be unique to a build. A build version can be changed later using UpdateBuild
.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "version",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Version associated with this build. Version strings do not need to be unique to a build. A build version can be changed later using UpdateBuild
.
\n@param version Version associated with this build. Version strings do not need to be unique to a build. A build version can be changed later using UpdateBuild
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "version",
"variableType" : "String",
"documentation" : "Version associated with this build. Version strings do not need to be unique to a build. A build version can be changed later using UpdateBuild
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "CreateBuildRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateBuildRequest",
"variableName" : "createBuildRequest",
"variableType" : "CreateBuildRequest",
"documentation" : null,
"simpleType" : "CreateBuildRequest",
"variableSetterType" : "CreateBuildRequest"
},
"wrapper" : false
},
"CreateBuildResult" : {
"c2jName" : "CreateBuildOutput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Represents the returned data in response to a request action.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Build",
"c2jShape" : "Build",
"deprecated" : false,
"documentation" : "Set of properties for the newly created build.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Set of properties for the newly created build.
\n@param build Set of properties for the newly created build.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Set of properties for the newly created build.
\n@return Set of properties for the newly created build.*/",
"getterModel" : {
"returnType" : "Build",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Build",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Build",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Build",
"setterDocumentation" : "/**Set of properties for the newly created build.
\n@param build Set of properties for the newly created build.*/",
"setterModel" : {
"variableDeclarationType" : "Build",
"variableName" : "build",
"variableType" : "Build",
"documentation" : "",
"simpleType" : "Build",
"variableSetterType" : "Build"
},
"simple" : false,
"varargSetterDocumentation" : "/**Set of properties for the newly created build.
\n@param build Set of properties for the newly created build.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Build",
"variableName" : "build",
"variableType" : "Build",
"documentation" : "Set of properties for the newly created build.
",
"simpleType" : "Build",
"variableSetterType" : "Build"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "UploadCredentials",
"c2jShape" : "Credentials",
"deprecated" : false,
"documentation" : "AWS credentials required when uploading a game build to the storage location. These credentials have a limited lifespan and are valid only for the build they were issued for. If you need to get fresh credentials, call RequestUploadCredentials
.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**AWS credentials required when uploading a game build to the storage location. These credentials have a limited lifespan and are valid only for the build they were issued for. If you need to get fresh credentials, call RequestUploadCredentials
.
\n@param uploadCredentials AWS credentials required when uploading a game build to the storage location. These credentials have a limited lifespan and are valid only for the build they were issued for. If you need to get fresh credentials, call RequestUploadCredentials
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**AWS credentials required when uploading a game build to the storage location. These credentials have a limited lifespan and are valid only for the build they were issued for. If you need to get fresh credentials, call RequestUploadCredentials
.
\n@return AWS credentials required when uploading a game build to the storage location. These credentials have a limited lifespan and are valid only for the build they were issued for. If you need to get fresh credentials, call RequestUploadCredentials
.*/",
"getterModel" : {
"returnType" : "Credentials",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "UploadCredentials",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "UploadCredentials",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "UploadCredentials",
"setterDocumentation" : "/**AWS credentials required when uploading a game build to the storage location. These credentials have a limited lifespan and are valid only for the build they were issued for. If you need to get fresh credentials, call RequestUploadCredentials
.
\n@param uploadCredentials AWS credentials required when uploading a game build to the storage location. These credentials have a limited lifespan and are valid only for the build they were issued for. If you need to get fresh credentials, call RequestUploadCredentials
.*/",
"setterModel" : {
"variableDeclarationType" : "Credentials",
"variableName" : "uploadCredentials",
"variableType" : "Credentials",
"documentation" : "",
"simpleType" : "Credentials",
"variableSetterType" : "Credentials"
},
"simple" : false,
"varargSetterDocumentation" : "/**AWS credentials required when uploading a game build to the storage location. These credentials have a limited lifespan and are valid only for the build they were issued for. If you need to get fresh credentials, call RequestUploadCredentials
.
\n@param uploadCredentials AWS credentials required when uploading a game build to the storage location. These credentials have a limited lifespan and are valid only for the build they were issued for. If you need to get fresh credentials, call RequestUploadCredentials
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Credentials",
"variableName" : "uploadCredentials",
"variableType" : "Credentials",
"documentation" : "AWS credentials required when uploading a game build to the storage location. These credentials have a limited lifespan and are valid only for the build they were issued for. If you need to get fresh credentials, call RequestUploadCredentials
.
",
"simpleType" : "Credentials",
"variableSetterType" : "Credentials"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "StorageLocation",
"c2jShape" : "S3Location",
"deprecated" : false,
"documentation" : "Amazon S3 path and key, identifying where the game build files are stored.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Amazon S3 path and key, identifying where the game build files are stored.
\n@param storageLocation Amazon S3 path and key, identifying where the game build files are stored.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Amazon S3 path and key, identifying where the game build files are stored.
\n@return Amazon S3 path and key, identifying where the game build files are stored.*/",
"getterModel" : {
"returnType" : "S3Location",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "StorageLocation",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StorageLocation",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StorageLocation",
"setterDocumentation" : "/**Amazon S3 path and key, identifying where the game build files are stored.
\n@param storageLocation Amazon S3 path and key, identifying where the game build files are stored.*/",
"setterModel" : {
"variableDeclarationType" : "S3Location",
"variableName" : "storageLocation",
"variableType" : "S3Location",
"documentation" : "",
"simpleType" : "S3Location",
"variableSetterType" : "S3Location"
},
"simple" : false,
"varargSetterDocumentation" : "/**Amazon S3 path and key, identifying where the game build files are stored.
\n@param storageLocation Amazon S3 path and key, identifying where the game build files are stored.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "S3Location",
"variableName" : "storageLocation",
"variableType" : "S3Location",
"documentation" : "Amazon S3 path and key, identifying where the game build files are stored.
",
"simpleType" : "S3Location",
"variableSetterType" : "S3Location"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Build" : {
"c2jName" : "Build",
"c2jShape" : "Build",
"deprecated" : false,
"documentation" : "Set of properties for the newly created build.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Set of properties for the newly created build.
\n@param build Set of properties for the newly created build.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Set of properties for the newly created build.
\n@return Set of properties for the newly created build.*/",
"getterModel" : {
"returnType" : "Build",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Build",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Build",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Build",
"setterDocumentation" : "/**Set of properties for the newly created build.
\n@param build Set of properties for the newly created build.*/",
"setterModel" : {
"variableDeclarationType" : "Build",
"variableName" : "build",
"variableType" : "Build",
"documentation" : "",
"simpleType" : "Build",
"variableSetterType" : "Build"
},
"simple" : false,
"varargSetterDocumentation" : "/**Set of properties for the newly created build.
\n@param build Set of properties for the newly created build.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Build",
"variableName" : "build",
"variableType" : "Build",
"documentation" : "Set of properties for the newly created build.
",
"simpleType" : "Build",
"variableSetterType" : "Build"
},
"xmlNameSpaceUri" : null
},
"StorageLocation" : {
"c2jName" : "StorageLocation",
"c2jShape" : "S3Location",
"deprecated" : false,
"documentation" : "Amazon S3 path and key, identifying where the game build files are stored.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Amazon S3 path and key, identifying where the game build files are stored.
\n@param storageLocation Amazon S3 path and key, identifying where the game build files are stored.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Amazon S3 path and key, identifying where the game build files are stored.
\n@return Amazon S3 path and key, identifying where the game build files are stored.*/",
"getterModel" : {
"returnType" : "S3Location",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "StorageLocation",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StorageLocation",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StorageLocation",
"setterDocumentation" : "/**Amazon S3 path and key, identifying where the game build files are stored.
\n@param storageLocation Amazon S3 path and key, identifying where the game build files are stored.*/",
"setterModel" : {
"variableDeclarationType" : "S3Location",
"variableName" : "storageLocation",
"variableType" : "S3Location",
"documentation" : "",
"simpleType" : "S3Location",
"variableSetterType" : "S3Location"
},
"simple" : false,
"varargSetterDocumentation" : "/**Amazon S3 path and key, identifying where the game build files are stored.
\n@param storageLocation Amazon S3 path and key, identifying where the game build files are stored.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "S3Location",
"variableName" : "storageLocation",
"variableType" : "S3Location",
"documentation" : "Amazon S3 path and key, identifying where the game build files are stored.
",
"simpleType" : "S3Location",
"variableSetterType" : "S3Location"
},
"xmlNameSpaceUri" : null
},
"UploadCredentials" : {
"c2jName" : "UploadCredentials",
"c2jShape" : "Credentials",
"deprecated" : false,
"documentation" : "AWS credentials required when uploading a game build to the storage location. These credentials have a limited lifespan and are valid only for the build they were issued for. If you need to get fresh credentials, call RequestUploadCredentials
.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**AWS credentials required when uploading a game build to the storage location. These credentials have a limited lifespan and are valid only for the build they were issued for. If you need to get fresh credentials, call RequestUploadCredentials
.
\n@param uploadCredentials AWS credentials required when uploading a game build to the storage location. These credentials have a limited lifespan and are valid only for the build they were issued for. If you need to get fresh credentials, call RequestUploadCredentials
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**AWS credentials required when uploading a game build to the storage location. These credentials have a limited lifespan and are valid only for the build they were issued for. If you need to get fresh credentials, call RequestUploadCredentials
.
\n@return AWS credentials required when uploading a game build to the storage location. These credentials have a limited lifespan and are valid only for the build they were issued for. If you need to get fresh credentials, call RequestUploadCredentials
.*/",
"getterModel" : {
"returnType" : "Credentials",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "UploadCredentials",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "UploadCredentials",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "UploadCredentials",
"setterDocumentation" : "/**AWS credentials required when uploading a game build to the storage location. These credentials have a limited lifespan and are valid only for the build they were issued for. If you need to get fresh credentials, call RequestUploadCredentials
.
\n@param uploadCredentials AWS credentials required when uploading a game build to the storage location. These credentials have a limited lifespan and are valid only for the build they were issued for. If you need to get fresh credentials, call RequestUploadCredentials
.*/",
"setterModel" : {
"variableDeclarationType" : "Credentials",
"variableName" : "uploadCredentials",
"variableType" : "Credentials",
"documentation" : "",
"simpleType" : "Credentials",
"variableSetterType" : "Credentials"
},
"simple" : false,
"varargSetterDocumentation" : "/**AWS credentials required when uploading a game build to the storage location. These credentials have a limited lifespan and are valid only for the build they were issued for. If you need to get fresh credentials, call RequestUploadCredentials
.
\n@param uploadCredentials AWS credentials required when uploading a game build to the storage location. These credentials have a limited lifespan and are valid only for the build they were issued for. If you need to get fresh credentials, call RequestUploadCredentials
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Credentials",
"variableName" : "uploadCredentials",
"variableType" : "Credentials",
"documentation" : "AWS credentials required when uploading a game build to the storage location. These credentials have a limited lifespan and are valid only for the build they were issued for. If you need to get fresh credentials, call RequestUploadCredentials
.
",
"simpleType" : "Credentials",
"variableSetterType" : "Credentials"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "CreateBuildResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateBuildResult",
"variableName" : "createBuildResult",
"variableType" : "CreateBuildResult",
"documentation" : null,
"simpleType" : "CreateBuildResult",
"variableSetterType" : "CreateBuildResult"
},
"wrapper" : false
},
"CreateFleetRequest" : {
"c2jName" : "CreateFleetInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Represents the input for a request action.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CreateFleet",
"locationName" : null,
"requestUri" : "/",
"target" : "GameLift.CreateFleet",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "Name",
"c2jShape" : "NonZeroAndMaxString",
"deprecated" : false,
"documentation" : "Descriptive label associated with a fleet. Fleet names do not need to be unique.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Descriptive label associated with a fleet. Fleet names do not need to be unique.
\n@param name Descriptive label associated with a fleet. Fleet names do not need to be unique.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Descriptive label associated with a fleet. Fleet names do not need to be unique.
\n@return Descriptive label associated with a fleet. Fleet names do not need to be unique.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"setterDocumentation" : "/**Descriptive label associated with a fleet. Fleet names do not need to be unique.
\n@param name Descriptive label associated with a fleet. Fleet names do not need to be unique.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Descriptive label associated with a fleet. Fleet names do not need to be unique.
\n@param name Descriptive label associated with a fleet. Fleet names do not need to be unique.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "Descriptive label associated with a fleet. Fleet names do not need to be unique.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Description",
"c2jShape" : "NonZeroAndMaxString",
"deprecated" : false,
"documentation" : "Human-readable description of a fleet.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Human-readable description of a fleet.
\n@param description Human-readable description of a fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Human-readable description of a fleet.
\n@return Human-readable description of a fleet.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Description",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Description",
"setterDocumentation" : "/**Human-readable description of a fleet.
\n@param description Human-readable description of a fleet.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Human-readable description of a fleet.
\n@param description Human-readable description of a fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "Human-readable description of a fleet.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "BuildId",
"c2jShape" : "BuildId",
"deprecated" : false,
"documentation" : "Unique identifier of the build to be deployed on the new fleet. The build must have been successfully uploaded to GameLift and be in a READY
status. This fleet setting cannot be changed once the fleet is created.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Unique identifier of the build to be deployed on the new fleet. The build must have been successfully uploaded to GameLift and be in a READY
status. This fleet setting cannot be changed once the fleet is created.
\n@param buildId Unique identifier of the build to be deployed on the new fleet. The build must have been successfully uploaded to GameLift and be in a READY
status. This fleet setting cannot be changed once the fleet is created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Unique identifier of the build to be deployed on the new fleet. The build must have been successfully uploaded to GameLift and be in a READY
status. This fleet setting cannot be changed once the fleet is created.
\n@return Unique identifier of the build to be deployed on the new fleet. The build must have been successfully uploaded to GameLift and be in a READY
status. This fleet setting cannot be changed once the fleet is created.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "BuildId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "BuildId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "BuildId",
"setterDocumentation" : "/**Unique identifier of the build to be deployed on the new fleet. The build must have been successfully uploaded to GameLift and be in a READY
status. This fleet setting cannot be changed once the fleet is created.
\n@param buildId Unique identifier of the build to be deployed on the new fleet. The build must have been successfully uploaded to GameLift and be in a READY
status. This fleet setting cannot be changed once the fleet is created.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "buildId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Unique identifier of the build to be deployed on the new fleet. The build must have been successfully uploaded to GameLift and be in a READY
status. This fleet setting cannot be changed once the fleet is created.
\n@param buildId Unique identifier of the build to be deployed on the new fleet. The build must have been successfully uploaded to GameLift and be in a READY
status. This fleet setting cannot be changed once the fleet is created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "buildId",
"variableType" : "String",
"documentation" : "Unique identifier of the build to be deployed on the new fleet. The build must have been successfully uploaded to GameLift and be in a READY
status. This fleet setting cannot be changed once the fleet is created.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ServerLaunchPath",
"c2jShape" : "NonZeroAndMaxString",
"deprecated" : false,
"documentation" : "This parameter is no longer used. Instead, specify a server launch path using the RuntimeConfiguration
parameter. (Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.)
",
"enumType" : null,
"fluentSetterDocumentation" : "/**This parameter is no longer used. Instead, specify a server launch path using the RuntimeConfiguration
parameter. (Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.)
\n@param serverLaunchPath This parameter is no longer used. Instead, specify a server launch path using the RuntimeConfiguration
parameter. (Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.)\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**This parameter is no longer used. Instead, specify a server launch path using the RuntimeConfiguration
parameter. (Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.)
\n@return This parameter is no longer used. Instead, specify a server launch path using the RuntimeConfiguration
parameter. (Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.)*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ServerLaunchPath",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ServerLaunchPath",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ServerLaunchPath",
"setterDocumentation" : "/**This parameter is no longer used. Instead, specify a server launch path using the RuntimeConfiguration
parameter. (Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.)
\n@param serverLaunchPath This parameter is no longer used. Instead, specify a server launch path using the RuntimeConfiguration
parameter. (Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.)*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "serverLaunchPath",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**This parameter is no longer used. Instead, specify a server launch path using the RuntimeConfiguration
parameter. (Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.)
\n@param serverLaunchPath This parameter is no longer used. Instead, specify a server launch path using the RuntimeConfiguration
parameter. (Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.)\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "serverLaunchPath",
"variableType" : "String",
"documentation" : "This parameter is no longer used. Instead, specify a server launch path using the RuntimeConfiguration
parameter. (Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.)
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ServerLaunchParameters",
"c2jShape" : "NonZeroAndMaxString",
"deprecated" : false,
"documentation" : "This parameter is no longer used. Instead, specify server launch parameters in the RuntimeConfiguration
parameter. (Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.)
",
"enumType" : null,
"fluentSetterDocumentation" : "/**This parameter is no longer used. Instead, specify server launch parameters in the RuntimeConfiguration
parameter. (Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.)
\n@param serverLaunchParameters This parameter is no longer used. Instead, specify server launch parameters in the RuntimeConfiguration
parameter. (Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.)\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**This parameter is no longer used. Instead, specify server launch parameters in the RuntimeConfiguration
parameter. (Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.)
\n@return This parameter is no longer used. Instead, specify server launch parameters in the RuntimeConfiguration
parameter. (Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.)*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ServerLaunchParameters",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ServerLaunchParameters",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ServerLaunchParameters",
"setterDocumentation" : "/**This parameter is no longer used. Instead, specify server launch parameters in the RuntimeConfiguration
parameter. (Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.)
\n@param serverLaunchParameters This parameter is no longer used. Instead, specify server launch parameters in the RuntimeConfiguration
parameter. (Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.)*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "serverLaunchParameters",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**This parameter is no longer used. Instead, specify server launch parameters in the RuntimeConfiguration
parameter. (Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.)
\n@param serverLaunchParameters This parameter is no longer used. Instead, specify server launch parameters in the RuntimeConfiguration
parameter. (Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.)\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "serverLaunchParameters",
"variableType" : "String",
"documentation" : "This parameter is no longer used. Instead, specify server launch parameters in the RuntimeConfiguration
parameter. (Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.)
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "LogPaths",
"c2jShape" : "StringList",
"deprecated" : false,
"documentation" : "Location of default log files. When a server process is shut down, Amazon GameLift captures and stores any log files in this location. These logs are in addition to game session logs; see more on game session logs in the Amazon GameLift Developer Guide. If no default log path for a fleet is specified, GameLift will automatically upload logs stored on each instance at C:\\game\\logs
. Use the GameLift console to access stored logs.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Location of default log files. When a server process is shut down, Amazon GameLift captures and stores any log files in this location. These logs are in addition to game session logs; see more on game session logs in the Amazon GameLift Developer Guide. If no default log path for a fleet is specified, GameLift will automatically upload logs stored on each instance at C:\\game\\logs
. Use the GameLift console to access stored logs.
\n@param logPaths Location of default log files. When a server process is shut down, Amazon GameLift captures and stores any log files in this location. These logs are in addition to game session logs; see more on game session logs in the Amazon GameLift Developer Guide. If no default log path for a fleet is specified, GameLift will automatically upload logs stored on each instance at C:\\game\\logs
. Use the GameLift console to access stored logs.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Location of default log files. When a server process is shut down, Amazon GameLift captures and stores any log files in this location. These logs are in addition to game session logs; see more on game session logs in the Amazon GameLift Developer Guide. If no default log path for a fleet is specified, GameLift will automatically upload logs stored on each instance at C:\\game\\logs
. Use the GameLift console to access stored logs.
\n@return Location of default log files. When a server process is shut down, Amazon GameLift captures and stores any log files in this location. These logs are in addition to game session logs; see more on game session logs in the Amazon GameLift Developer Guide. If no default log path for a fleet is specified, GameLift will automatically upload logs stored on each instance at C:\\game\\logs
. Use the GameLift console to access stored logs.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "LogPaths",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LogPaths",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "NonZeroAndMaxString",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "LogPaths",
"setterDocumentation" : "/**Location of default log files. When a server process is shut down, Amazon GameLift captures and stores any log files in this location. These logs are in addition to game session logs; see more on game session logs in the Amazon GameLift Developer Guide. If no default log path for a fleet is specified, GameLift will automatically upload logs stored on each instance at C:\\game\\logs
. Use the GameLift console to access stored logs.
\n@param logPaths Location of default log files. When a server process is shut down, Amazon GameLift captures and stores any log files in this location. These logs are in addition to game session logs; see more on game session logs in the Amazon GameLift Developer Guide. If no default log path for a fleet is specified, GameLift will automatically upload logs stored on each instance at C:\\game\\logs
. Use the GameLift console to access stored logs.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "logPaths",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**Location of default log files. When a server process is shut down, Amazon GameLift captures and stores any log files in this location. These logs are in addition to game session logs; see more on game session logs in the Amazon GameLift Developer Guide. If no default log path for a fleet is specified, GameLift will automatically upload logs stored on each instance at C:\\game\\logs
. Use the GameLift console to access stored logs.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setLogPaths(java.util.Collection)} or {@link #withLogPaths(java.util.Collection)} if you want to override the existing values.
\n@param logPaths Location of default log files. When a server process is shut down, Amazon GameLift captures and stores any log files in this location. These logs are in addition to game session logs; see more on game session logs in the Amazon GameLift Developer Guide. If no default log path for a fleet is specified, GameLift will automatically upload logs stored on each instance at C:\\game\\logs
. Use the GameLift console to access stored logs.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "logPaths",
"variableType" : "java.util.List",
"documentation" : "Location of default log files. When a server process is shut down, Amazon GameLift captures and stores any log files in this location. These logs are in addition to game session logs; see more on game session logs in the Amazon GameLift Developer Guide. If no default log path for a fleet is specified, GameLift will automatically upload logs stored on each instance at C:\\game\\logs
. Use the GameLift console to access stored logs.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "EC2InstanceType",
"c2jShape" : "EC2InstanceType",
"deprecated" : false,
"documentation" : "Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions.
",
"enumType" : "EC2InstanceType",
"fluentSetterDocumentation" : "/**Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions.
\n@param eC2InstanceType Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions.\n@return Returns a reference to this object so that method calls can be chained together.\n@see EC2InstanceType*/",
"getterDocumentation" : "/**Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions.
\n@return Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions.\n@see EC2InstanceType*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "EC2InstanceType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EC2InstanceType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "EC2InstanceType",
"setterDocumentation" : "/**Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions.
\n@param eC2InstanceType Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions.\n@see EC2InstanceType*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "eC2InstanceType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions.
\n@param eC2InstanceType Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions.\n@return Returns a reference to this object so that method calls can be chained together.\n@see EC2InstanceType*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "eC2InstanceType",
"variableType" : "String",
"documentation" : "Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "EC2InboundPermissions",
"c2jShape" : "IpPermissionsList",
"deprecated" : false,
"documentation" : "Range of IP addresses and port settings that permit inbound traffic to access server processes running on the fleet. If no inbound permissions are set, including both IP address range and port range, the server processes in the fleet cannot accept connections. You can specify one or more sets of permissions for a fleet.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Range of IP addresses and port settings that permit inbound traffic to access server processes running on the fleet. If no inbound permissions are set, including both IP address range and port range, the server processes in the fleet cannot accept connections. You can specify one or more sets of permissions for a fleet.
\n@param eC2InboundPermissions Range of IP addresses and port settings that permit inbound traffic to access server processes running on the fleet. If no inbound permissions are set, including both IP address range and port range, the server processes in the fleet cannot accept connections. You can specify one or more sets of permissions for a fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Range of IP addresses and port settings that permit inbound traffic to access server processes running on the fleet. If no inbound permissions are set, including both IP address range and port range, the server processes in the fleet cannot accept connections. You can specify one or more sets of permissions for a fleet.
\n@return Range of IP addresses and port settings that permit inbound traffic to access server processes running on the fleet. If no inbound permissions are set, including both IP address range and port range, the server processes in the fleet cannot accept connections. You can specify one or more sets of permissions for a fleet.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "EC2InboundPermissions",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EC2InboundPermissions",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "IpPermission",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "IpPermission",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "IpPermission",
"variableName" : "member",
"variableType" : "IpPermission",
"documentation" : "",
"simpleType" : "IpPermission",
"variableSetterType" : "IpPermission"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "IpPermission",
"variableName" : "member",
"variableType" : "IpPermission",
"documentation" : "",
"simpleType" : "IpPermission",
"variableSetterType" : "IpPermission"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "IpPermission",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "IpPermission",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "EC2InboundPermissions",
"setterDocumentation" : "/**Range of IP addresses and port settings that permit inbound traffic to access server processes running on the fleet. If no inbound permissions are set, including both IP address range and port range, the server processes in the fleet cannot accept connections. You can specify one or more sets of permissions for a fleet.
\n@param eC2InboundPermissions Range of IP addresses and port settings that permit inbound traffic to access server processes running on the fleet. If no inbound permissions are set, including both IP address range and port range, the server processes in the fleet cannot accept connections. You can specify one or more sets of permissions for a fleet.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "eC2InboundPermissions",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**Range of IP addresses and port settings that permit inbound traffic to access server processes running on the fleet. If no inbound permissions are set, including both IP address range and port range, the server processes in the fleet cannot accept connections. You can specify one or more sets of permissions for a fleet.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setEC2InboundPermissions(java.util.Collection)} or {@link #withEC2InboundPermissions(java.util.Collection)} if you want to override the existing values.
\n@param eC2InboundPermissions Range of IP addresses and port settings that permit inbound traffic to access server processes running on the fleet. If no inbound permissions are set, including both IP address range and port range, the server processes in the fleet cannot accept connections. You can specify one or more sets of permissions for a fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "eC2InboundPermissions",
"variableType" : "java.util.List",
"documentation" : "Range of IP addresses and port settings that permit inbound traffic to access server processes running on the fleet. If no inbound permissions are set, including both IP address range and port range, the server processes in the fleet cannot accept connections. You can specify one or more sets of permissions for a fleet.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "NewGameSessionProtectionPolicy",
"c2jShape" : "ProtectionPolicy",
"deprecated" : false,
"documentation" : "Game session protection policy to apply to all instances in this fleet. If this parameter is not set, instances in this fleet default to no protection. You can change a fleet's protection policy using UpdateFleetAttributes, but this change will only affect sessions created after the policy change. You can also set protection for individual instances using UpdateGameSession.
- NoProtection – The game session can be terminated during a scale-down event.
- FullProtection – If the game session is in an
ACTIVE
status, it cannot be terminated during a scale-down event.
",
"enumType" : "ProtectionPolicy",
"fluentSetterDocumentation" : "/**Game session protection policy to apply to all instances in this fleet. If this parameter is not set, instances in this fleet default to no protection. You can change a fleet's protection policy using UpdateFleetAttributes, but this change will only affect sessions created after the policy change. You can also set protection for individual instances using UpdateGameSession.
- NoProtection – The game session can be terminated during a scale-down event.
- FullProtection – If the game session is in an
ACTIVE
status, it cannot be terminated during a scale-down event.
\n@param newGameSessionProtectionPolicy Game session protection policy to apply to all instances in this fleet. If this parameter is not set, instances in this fleet default to no protection. You can change a fleet's protection policy using UpdateFleetAttributes, but this change will only affect sessions created after the policy change. You can also set protection for individual instances using UpdateGameSession. - NoProtection – The game session can be terminated during a scale-down event.
- FullProtection – If the game session is in an
ACTIVE
status, it cannot be terminated during a scale-down event. \n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtectionPolicy*/",
"getterDocumentation" : "/**Game session protection policy to apply to all instances in this fleet. If this parameter is not set, instances in this fleet default to no protection. You can change a fleet's protection policy using UpdateFleetAttributes, but this change will only affect sessions created after the policy change. You can also set protection for individual instances using UpdateGameSession.
- NoProtection – The game session can be terminated during a scale-down event.
- FullProtection – If the game session is in an
ACTIVE
status, it cannot be terminated during a scale-down event.
\n@return Game session protection policy to apply to all instances in this fleet. If this parameter is not set, instances in this fleet default to no protection. You can change a fleet's protection policy using UpdateFleetAttributes, but this change will only affect sessions created after the policy change. You can also set protection for individual instances using UpdateGameSession. - NoProtection – The game session can be terminated during a scale-down event.
- FullProtection – If the game session is in an
ACTIVE
status, it cannot be terminated during a scale-down event. \n@see ProtectionPolicy*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "NewGameSessionProtectionPolicy",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NewGameSessionProtectionPolicy",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NewGameSessionProtectionPolicy",
"setterDocumentation" : "/**Game session protection policy to apply to all instances in this fleet. If this parameter is not set, instances in this fleet default to no protection. You can change a fleet's protection policy using UpdateFleetAttributes, but this change will only affect sessions created after the policy change. You can also set protection for individual instances using UpdateGameSession.
- NoProtection – The game session can be terminated during a scale-down event.
- FullProtection – If the game session is in an
ACTIVE
status, it cannot be terminated during a scale-down event.
\n@param newGameSessionProtectionPolicy Game session protection policy to apply to all instances in this fleet. If this parameter is not set, instances in this fleet default to no protection. You can change a fleet's protection policy using UpdateFleetAttributes, but this change will only affect sessions created after the policy change. You can also set protection for individual instances using UpdateGameSession. - NoProtection – The game session can be terminated during a scale-down event.
- FullProtection – If the game session is in an
ACTIVE
status, it cannot be terminated during a scale-down event. \n@see ProtectionPolicy*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "newGameSessionProtectionPolicy",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Game session protection policy to apply to all instances in this fleet. If this parameter is not set, instances in this fleet default to no protection. You can change a fleet's protection policy using UpdateFleetAttributes, but this change will only affect sessions created after the policy change. You can also set protection for individual instances using UpdateGameSession.
- NoProtection – The game session can be terminated during a scale-down event.
- FullProtection – If the game session is in an
ACTIVE
status, it cannot be terminated during a scale-down event.
\n@param newGameSessionProtectionPolicy Game session protection policy to apply to all instances in this fleet. If this parameter is not set, instances in this fleet default to no protection. You can change a fleet's protection policy using UpdateFleetAttributes, but this change will only affect sessions created after the policy change. You can also set protection for individual instances using UpdateGameSession. - NoProtection – The game session can be terminated during a scale-down event.
- FullProtection – If the game session is in an
ACTIVE
status, it cannot be terminated during a scale-down event. \n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtectionPolicy*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "newGameSessionProtectionPolicy",
"variableType" : "String",
"documentation" : "Game session protection policy to apply to all instances in this fleet. If this parameter is not set, instances in this fleet default to no protection. You can change a fleet's protection policy using UpdateFleetAttributes, but this change will only affect sessions created after the policy change. You can also set protection for individual instances using UpdateGameSession.
- NoProtection – The game session can be terminated during a scale-down event.
- FullProtection – If the game session is in an
ACTIVE
status, it cannot be terminated during a scale-down event.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "RuntimeConfiguration",
"c2jShape" : "RuntimeConfiguration",
"deprecated" : false,
"documentation" : "Instructions for launching server processes on each instance in the fleet. The runtime configuration for a fleet has a collection of server process configurations, one for each type of server process to run on an instance. A server process configuration specifies the location of the server executable, launch parameters, and the number of concurrent processes with that configuration to maintain on each instance. A CreateFleet
request must include a runtime configuration with at least one server process configuration; otherwise the request will fail with an invalid request exception. (This parameter replaces the parameters ServerLaunchPath
and ServerLaunchParameters
; requests that contain values for these parameters instead of a runtime configuration will continue to work.)
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Instructions for launching server processes on each instance in the fleet. The runtime configuration for a fleet has a collection of server process configurations, one for each type of server process to run on an instance. A server process configuration specifies the location of the server executable, launch parameters, and the number of concurrent processes with that configuration to maintain on each instance. A CreateFleet
request must include a runtime configuration with at least one server process configuration; otherwise the request will fail with an invalid request exception. (This parameter replaces the parameters ServerLaunchPath
and ServerLaunchParameters
; requests that contain values for these parameters instead of a runtime configuration will continue to work.)
\n@param runtimeConfiguration Instructions for launching server processes on each instance in the fleet. The runtime configuration for a fleet has a collection of server process configurations, one for each type of server process to run on an instance. A server process configuration specifies the location of the server executable, launch parameters, and the number of concurrent processes with that configuration to maintain on each instance. A CreateFleet
request must include a runtime configuration with at least one server process configuration; otherwise the request will fail with an invalid request exception. (This parameter replaces the parameters ServerLaunchPath
and ServerLaunchParameters
; requests that contain values for these parameters instead of a runtime configuration will continue to work.)\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Instructions for launching server processes on each instance in the fleet. The runtime configuration for a fleet has a collection of server process configurations, one for each type of server process to run on an instance. A server process configuration specifies the location of the server executable, launch parameters, and the number of concurrent processes with that configuration to maintain on each instance. A CreateFleet
request must include a runtime configuration with at least one server process configuration; otherwise the request will fail with an invalid request exception. (This parameter replaces the parameters ServerLaunchPath
and ServerLaunchParameters
; requests that contain values for these parameters instead of a runtime configuration will continue to work.)
\n@return Instructions for launching server processes on each instance in the fleet. The runtime configuration for a fleet has a collection of server process configurations, one for each type of server process to run on an instance. A server process configuration specifies the location of the server executable, launch parameters, and the number of concurrent processes with that configuration to maintain on each instance. A CreateFleet
request must include a runtime configuration with at least one server process configuration; otherwise the request will fail with an invalid request exception. (This parameter replaces the parameters ServerLaunchPath
and ServerLaunchParameters
; requests that contain values for these parameters instead of a runtime configuration will continue to work.)*/",
"getterModel" : {
"returnType" : "RuntimeConfiguration",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RuntimeConfiguration",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RuntimeConfiguration",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RuntimeConfiguration",
"setterDocumentation" : "/**Instructions for launching server processes on each instance in the fleet. The runtime configuration for a fleet has a collection of server process configurations, one for each type of server process to run on an instance. A server process configuration specifies the location of the server executable, launch parameters, and the number of concurrent processes with that configuration to maintain on each instance. A CreateFleet
request must include a runtime configuration with at least one server process configuration; otherwise the request will fail with an invalid request exception. (This parameter replaces the parameters ServerLaunchPath
and ServerLaunchParameters
; requests that contain values for these parameters instead of a runtime configuration will continue to work.)
\n@param runtimeConfiguration Instructions for launching server processes on each instance in the fleet. The runtime configuration for a fleet has a collection of server process configurations, one for each type of server process to run on an instance. A server process configuration specifies the location of the server executable, launch parameters, and the number of concurrent processes with that configuration to maintain on each instance. A CreateFleet
request must include a runtime configuration with at least one server process configuration; otherwise the request will fail with an invalid request exception. (This parameter replaces the parameters ServerLaunchPath
and ServerLaunchParameters
; requests that contain values for these parameters instead of a runtime configuration will continue to work.)*/",
"setterModel" : {
"variableDeclarationType" : "RuntimeConfiguration",
"variableName" : "runtimeConfiguration",
"variableType" : "RuntimeConfiguration",
"documentation" : "",
"simpleType" : "RuntimeConfiguration",
"variableSetterType" : "RuntimeConfiguration"
},
"simple" : false,
"varargSetterDocumentation" : "/**Instructions for launching server processes on each instance in the fleet. The runtime configuration for a fleet has a collection of server process configurations, one for each type of server process to run on an instance. A server process configuration specifies the location of the server executable, launch parameters, and the number of concurrent processes with that configuration to maintain on each instance. A CreateFleet
request must include a runtime configuration with at least one server process configuration; otherwise the request will fail with an invalid request exception. (This parameter replaces the parameters ServerLaunchPath
and ServerLaunchParameters
; requests that contain values for these parameters instead of a runtime configuration will continue to work.)
\n@param runtimeConfiguration Instructions for launching server processes on each instance in the fleet. The runtime configuration for a fleet has a collection of server process configurations, one for each type of server process to run on an instance. A server process configuration specifies the location of the server executable, launch parameters, and the number of concurrent processes with that configuration to maintain on each instance. A CreateFleet
request must include a runtime configuration with at least one server process configuration; otherwise the request will fail with an invalid request exception. (This parameter replaces the parameters ServerLaunchPath
and ServerLaunchParameters
; requests that contain values for these parameters instead of a runtime configuration will continue to work.)\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "RuntimeConfiguration",
"variableName" : "runtimeConfiguration",
"variableType" : "RuntimeConfiguration",
"documentation" : "Instructions for launching server processes on each instance in the fleet. The runtime configuration for a fleet has a collection of server process configurations, one for each type of server process to run on an instance. A server process configuration specifies the location of the server executable, launch parameters, and the number of concurrent processes with that configuration to maintain on each instance. A CreateFleet
request must include a runtime configuration with at least one server process configuration; otherwise the request will fail with an invalid request exception. (This parameter replaces the parameters ServerLaunchPath
and ServerLaunchParameters
; requests that contain values for these parameters instead of a runtime configuration will continue to work.)
",
"simpleType" : "RuntimeConfiguration",
"variableSetterType" : "RuntimeConfiguration"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"BuildId" : {
"c2jName" : "BuildId",
"c2jShape" : "BuildId",
"deprecated" : false,
"documentation" : "Unique identifier of the build to be deployed on the new fleet. The build must have been successfully uploaded to GameLift and be in a READY
status. This fleet setting cannot be changed once the fleet is created.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Unique identifier of the build to be deployed on the new fleet. The build must have been successfully uploaded to GameLift and be in a READY
status. This fleet setting cannot be changed once the fleet is created.
\n@param buildId Unique identifier of the build to be deployed on the new fleet. The build must have been successfully uploaded to GameLift and be in a READY
status. This fleet setting cannot be changed once the fleet is created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Unique identifier of the build to be deployed on the new fleet. The build must have been successfully uploaded to GameLift and be in a READY
status. This fleet setting cannot be changed once the fleet is created.
\n@return Unique identifier of the build to be deployed on the new fleet. The build must have been successfully uploaded to GameLift and be in a READY
status. This fleet setting cannot be changed once the fleet is created.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "BuildId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "BuildId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "BuildId",
"setterDocumentation" : "/**Unique identifier of the build to be deployed on the new fleet. The build must have been successfully uploaded to GameLift and be in a READY
status. This fleet setting cannot be changed once the fleet is created.
\n@param buildId Unique identifier of the build to be deployed on the new fleet. The build must have been successfully uploaded to GameLift and be in a READY
status. This fleet setting cannot be changed once the fleet is created.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "buildId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Unique identifier of the build to be deployed on the new fleet. The build must have been successfully uploaded to GameLift and be in a READY
status. This fleet setting cannot be changed once the fleet is created.
\n@param buildId Unique identifier of the build to be deployed on the new fleet. The build must have been successfully uploaded to GameLift and be in a READY
status. This fleet setting cannot be changed once the fleet is created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "buildId",
"variableType" : "String",
"documentation" : "Unique identifier of the build to be deployed on the new fleet. The build must have been successfully uploaded to GameLift and be in a READY
status. This fleet setting cannot be changed once the fleet is created.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Description" : {
"c2jName" : "Description",
"c2jShape" : "NonZeroAndMaxString",
"deprecated" : false,
"documentation" : "Human-readable description of a fleet.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Human-readable description of a fleet.
\n@param description Human-readable description of a fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Human-readable description of a fleet.
\n@return Human-readable description of a fleet.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Description",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Description",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Description",
"setterDocumentation" : "/**Human-readable description of a fleet.
\n@param description Human-readable description of a fleet.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Human-readable description of a fleet.
\n@param description Human-readable description of a fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : "Human-readable description of a fleet.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"EC2InboundPermissions" : {
"c2jName" : "EC2InboundPermissions",
"c2jShape" : "IpPermissionsList",
"deprecated" : false,
"documentation" : "Range of IP addresses and port settings that permit inbound traffic to access server processes running on the fleet. If no inbound permissions are set, including both IP address range and port range, the server processes in the fleet cannot accept connections. You can specify one or more sets of permissions for a fleet.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Range of IP addresses and port settings that permit inbound traffic to access server processes running on the fleet. If no inbound permissions are set, including both IP address range and port range, the server processes in the fleet cannot accept connections. You can specify one or more sets of permissions for a fleet.
\n@param eC2InboundPermissions Range of IP addresses and port settings that permit inbound traffic to access server processes running on the fleet. If no inbound permissions are set, including both IP address range and port range, the server processes in the fleet cannot accept connections. You can specify one or more sets of permissions for a fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Range of IP addresses and port settings that permit inbound traffic to access server processes running on the fleet. If no inbound permissions are set, including both IP address range and port range, the server processes in the fleet cannot accept connections. You can specify one or more sets of permissions for a fleet.
\n@return Range of IP addresses and port settings that permit inbound traffic to access server processes running on the fleet. If no inbound permissions are set, including both IP address range and port range, the server processes in the fleet cannot accept connections. You can specify one or more sets of permissions for a fleet.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "EC2InboundPermissions",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EC2InboundPermissions",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "IpPermission",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "IpPermission",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "IpPermission",
"variableName" : "member",
"variableType" : "IpPermission",
"documentation" : "",
"simpleType" : "IpPermission",
"variableSetterType" : "IpPermission"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "IpPermission",
"variableName" : "member",
"variableType" : "IpPermission",
"documentation" : "",
"simpleType" : "IpPermission",
"variableSetterType" : "IpPermission"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "IpPermission",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "IpPermission",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "EC2InboundPermissions",
"setterDocumentation" : "/**Range of IP addresses and port settings that permit inbound traffic to access server processes running on the fleet. If no inbound permissions are set, including both IP address range and port range, the server processes in the fleet cannot accept connections. You can specify one or more sets of permissions for a fleet.
\n@param eC2InboundPermissions Range of IP addresses and port settings that permit inbound traffic to access server processes running on the fleet. If no inbound permissions are set, including both IP address range and port range, the server processes in the fleet cannot accept connections. You can specify one or more sets of permissions for a fleet.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "eC2InboundPermissions",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**Range of IP addresses and port settings that permit inbound traffic to access server processes running on the fleet. If no inbound permissions are set, including both IP address range and port range, the server processes in the fleet cannot accept connections. You can specify one or more sets of permissions for a fleet.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setEC2InboundPermissions(java.util.Collection)} or {@link #withEC2InboundPermissions(java.util.Collection)} if you want to override the existing values.
\n@param eC2InboundPermissions Range of IP addresses and port settings that permit inbound traffic to access server processes running on the fleet. If no inbound permissions are set, including both IP address range and port range, the server processes in the fleet cannot accept connections. You can specify one or more sets of permissions for a fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "eC2InboundPermissions",
"variableType" : "java.util.List",
"documentation" : "Range of IP addresses and port settings that permit inbound traffic to access server processes running on the fleet. If no inbound permissions are set, including both IP address range and port range, the server processes in the fleet cannot accept connections. You can specify one or more sets of permissions for a fleet.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"EC2InstanceType" : {
"c2jName" : "EC2InstanceType",
"c2jShape" : "EC2InstanceType",
"deprecated" : false,
"documentation" : "Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions.
",
"enumType" : "EC2InstanceType",
"fluentSetterDocumentation" : "/**Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions.
\n@param eC2InstanceType Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions.\n@return Returns a reference to this object so that method calls can be chained together.\n@see EC2InstanceType*/",
"getterDocumentation" : "/**Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions.
\n@return Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions.\n@see EC2InstanceType*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "EC2InstanceType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EC2InstanceType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "EC2InstanceType",
"setterDocumentation" : "/**Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions.
\n@param eC2InstanceType Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions.\n@see EC2InstanceType*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "eC2InstanceType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions.
\n@param eC2InstanceType Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions.\n@return Returns a reference to this object so that method calls can be chained together.\n@see EC2InstanceType*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "eC2InstanceType",
"variableType" : "String",
"documentation" : "Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"LogPaths" : {
"c2jName" : "LogPaths",
"c2jShape" : "StringList",
"deprecated" : false,
"documentation" : "Location of default log files. When a server process is shut down, Amazon GameLift captures and stores any log files in this location. These logs are in addition to game session logs; see more on game session logs in the Amazon GameLift Developer Guide. If no default log path for a fleet is specified, GameLift will automatically upload logs stored on each instance at C:\\game\\logs
. Use the GameLift console to access stored logs.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Location of default log files. When a server process is shut down, Amazon GameLift captures and stores any log files in this location. These logs are in addition to game session logs; see more on game session logs in the Amazon GameLift Developer Guide. If no default log path for a fleet is specified, GameLift will automatically upload logs stored on each instance at C:\\game\\logs
. Use the GameLift console to access stored logs.
\n@param logPaths Location of default log files. When a server process is shut down, Amazon GameLift captures and stores any log files in this location. These logs are in addition to game session logs; see more on game session logs in the Amazon GameLift Developer Guide. If no default log path for a fleet is specified, GameLift will automatically upload logs stored on each instance at C:\\game\\logs
. Use the GameLift console to access stored logs.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Location of default log files. When a server process is shut down, Amazon GameLift captures and stores any log files in this location. These logs are in addition to game session logs; see more on game session logs in the Amazon GameLift Developer Guide. If no default log path for a fleet is specified, GameLift will automatically upload logs stored on each instance at C:\\game\\logs
. Use the GameLift console to access stored logs.
\n@return Location of default log files. When a server process is shut down, Amazon GameLift captures and stores any log files in this location. These logs are in addition to game session logs; see more on game session logs in the Amazon GameLift Developer Guide. If no default log path for a fleet is specified, GameLift will automatically upload logs stored on each instance at C:\\game\\logs
. Use the GameLift console to access stored logs.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "LogPaths",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LogPaths",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "NonZeroAndMaxString",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "LogPaths",
"setterDocumentation" : "/**Location of default log files. When a server process is shut down, Amazon GameLift captures and stores any log files in this location. These logs are in addition to game session logs; see more on game session logs in the Amazon GameLift Developer Guide. If no default log path for a fleet is specified, GameLift will automatically upload logs stored on each instance at C:\\game\\logs
. Use the GameLift console to access stored logs.
\n@param logPaths Location of default log files. When a server process is shut down, Amazon GameLift captures and stores any log files in this location. These logs are in addition to game session logs; see more on game session logs in the Amazon GameLift Developer Guide. If no default log path for a fleet is specified, GameLift will automatically upload logs stored on each instance at C:\\game\\logs
. Use the GameLift console to access stored logs.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "logPaths",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**Location of default log files. When a server process is shut down, Amazon GameLift captures and stores any log files in this location. These logs are in addition to game session logs; see more on game session logs in the Amazon GameLift Developer Guide. If no default log path for a fleet is specified, GameLift will automatically upload logs stored on each instance at C:\\game\\logs
. Use the GameLift console to access stored logs.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setLogPaths(java.util.Collection)} or {@link #withLogPaths(java.util.Collection)} if you want to override the existing values.
\n@param logPaths Location of default log files. When a server process is shut down, Amazon GameLift captures and stores any log files in this location. These logs are in addition to game session logs; see more on game session logs in the Amazon GameLift Developer Guide. If no default log path for a fleet is specified, GameLift will automatically upload logs stored on each instance at C:\\game\\logs
. Use the GameLift console to access stored logs.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "logPaths",
"variableType" : "java.util.List",
"documentation" : "Location of default log files. When a server process is shut down, Amazon GameLift captures and stores any log files in this location. These logs are in addition to game session logs; see more on game session logs in the Amazon GameLift Developer Guide. If no default log path for a fleet is specified, GameLift will automatically upload logs stored on each instance at C:\\game\\logs
. Use the GameLift console to access stored logs.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"c2jName" : "Name",
"c2jShape" : "NonZeroAndMaxString",
"deprecated" : false,
"documentation" : "Descriptive label associated with a fleet. Fleet names do not need to be unique.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Descriptive label associated with a fleet. Fleet names do not need to be unique.
\n@param name Descriptive label associated with a fleet. Fleet names do not need to be unique.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Descriptive label associated with a fleet. Fleet names do not need to be unique.
\n@return Descriptive label associated with a fleet. Fleet names do not need to be unique.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"setterDocumentation" : "/**Descriptive label associated with a fleet. Fleet names do not need to be unique.
\n@param name Descriptive label associated with a fleet. Fleet names do not need to be unique.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Descriptive label associated with a fleet. Fleet names do not need to be unique.
\n@param name Descriptive label associated with a fleet. Fleet names do not need to be unique.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "Descriptive label associated with a fleet. Fleet names do not need to be unique.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"NewGameSessionProtectionPolicy" : {
"c2jName" : "NewGameSessionProtectionPolicy",
"c2jShape" : "ProtectionPolicy",
"deprecated" : false,
"documentation" : "Game session protection policy to apply to all instances in this fleet. If this parameter is not set, instances in this fleet default to no protection. You can change a fleet's protection policy using UpdateFleetAttributes, but this change will only affect sessions created after the policy change. You can also set protection for individual instances using UpdateGameSession.
- NoProtection – The game session can be terminated during a scale-down event.
- FullProtection – If the game session is in an
ACTIVE
status, it cannot be terminated during a scale-down event.
",
"enumType" : "ProtectionPolicy",
"fluentSetterDocumentation" : "/**Game session protection policy to apply to all instances in this fleet. If this parameter is not set, instances in this fleet default to no protection. You can change a fleet's protection policy using UpdateFleetAttributes, but this change will only affect sessions created after the policy change. You can also set protection for individual instances using UpdateGameSession.
- NoProtection – The game session can be terminated during a scale-down event.
- FullProtection – If the game session is in an
ACTIVE
status, it cannot be terminated during a scale-down event.
\n@param newGameSessionProtectionPolicy Game session protection policy to apply to all instances in this fleet. If this parameter is not set, instances in this fleet default to no protection. You can change a fleet's protection policy using UpdateFleetAttributes, but this change will only affect sessions created after the policy change. You can also set protection for individual instances using UpdateGameSession. - NoProtection – The game session can be terminated during a scale-down event.
- FullProtection – If the game session is in an
ACTIVE
status, it cannot be terminated during a scale-down event. \n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtectionPolicy*/",
"getterDocumentation" : "/**Game session protection policy to apply to all instances in this fleet. If this parameter is not set, instances in this fleet default to no protection. You can change a fleet's protection policy using UpdateFleetAttributes, but this change will only affect sessions created after the policy change. You can also set protection for individual instances using UpdateGameSession.
- NoProtection – The game session can be terminated during a scale-down event.
- FullProtection – If the game session is in an
ACTIVE
status, it cannot be terminated during a scale-down event.
\n@return Game session protection policy to apply to all instances in this fleet. If this parameter is not set, instances in this fleet default to no protection. You can change a fleet's protection policy using UpdateFleetAttributes, but this change will only affect sessions created after the policy change. You can also set protection for individual instances using UpdateGameSession. - NoProtection – The game session can be terminated during a scale-down event.
- FullProtection – If the game session is in an
ACTIVE
status, it cannot be terminated during a scale-down event. \n@see ProtectionPolicy*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "NewGameSessionProtectionPolicy",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NewGameSessionProtectionPolicy",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NewGameSessionProtectionPolicy",
"setterDocumentation" : "/**Game session protection policy to apply to all instances in this fleet. If this parameter is not set, instances in this fleet default to no protection. You can change a fleet's protection policy using UpdateFleetAttributes, but this change will only affect sessions created after the policy change. You can also set protection for individual instances using UpdateGameSession.
- NoProtection – The game session can be terminated during a scale-down event.
- FullProtection – If the game session is in an
ACTIVE
status, it cannot be terminated during a scale-down event.
\n@param newGameSessionProtectionPolicy Game session protection policy to apply to all instances in this fleet. If this parameter is not set, instances in this fleet default to no protection. You can change a fleet's protection policy using UpdateFleetAttributes, but this change will only affect sessions created after the policy change. You can also set protection for individual instances using UpdateGameSession. - NoProtection – The game session can be terminated during a scale-down event.
- FullProtection – If the game session is in an
ACTIVE
status, it cannot be terminated during a scale-down event. \n@see ProtectionPolicy*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "newGameSessionProtectionPolicy",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Game session protection policy to apply to all instances in this fleet. If this parameter is not set, instances in this fleet default to no protection. You can change a fleet's protection policy using UpdateFleetAttributes, but this change will only affect sessions created after the policy change. You can also set protection for individual instances using UpdateGameSession.
- NoProtection – The game session can be terminated during a scale-down event.
- FullProtection – If the game session is in an
ACTIVE
status, it cannot be terminated during a scale-down event.
\n@param newGameSessionProtectionPolicy Game session protection policy to apply to all instances in this fleet. If this parameter is not set, instances in this fleet default to no protection. You can change a fleet's protection policy using UpdateFleetAttributes, but this change will only affect sessions created after the policy change. You can also set protection for individual instances using UpdateGameSession. - NoProtection – The game session can be terminated during a scale-down event.
- FullProtection – If the game session is in an
ACTIVE
status, it cannot be terminated during a scale-down event. \n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtectionPolicy*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "newGameSessionProtectionPolicy",
"variableType" : "String",
"documentation" : "Game session protection policy to apply to all instances in this fleet. If this parameter is not set, instances in this fleet default to no protection. You can change a fleet's protection policy using UpdateFleetAttributes, but this change will only affect sessions created after the policy change. You can also set protection for individual instances using UpdateGameSession.
- NoProtection – The game session can be terminated during a scale-down event.
- FullProtection – If the game session is in an
ACTIVE
status, it cannot be terminated during a scale-down event.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"RuntimeConfiguration" : {
"c2jName" : "RuntimeConfiguration",
"c2jShape" : "RuntimeConfiguration",
"deprecated" : false,
"documentation" : "Instructions for launching server processes on each instance in the fleet. The runtime configuration for a fleet has a collection of server process configurations, one for each type of server process to run on an instance. A server process configuration specifies the location of the server executable, launch parameters, and the number of concurrent processes with that configuration to maintain on each instance. A CreateFleet
request must include a runtime configuration with at least one server process configuration; otherwise the request will fail with an invalid request exception. (This parameter replaces the parameters ServerLaunchPath
and ServerLaunchParameters
; requests that contain values for these parameters instead of a runtime configuration will continue to work.)
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Instructions for launching server processes on each instance in the fleet. The runtime configuration for a fleet has a collection of server process configurations, one for each type of server process to run on an instance. A server process configuration specifies the location of the server executable, launch parameters, and the number of concurrent processes with that configuration to maintain on each instance. A CreateFleet
request must include a runtime configuration with at least one server process configuration; otherwise the request will fail with an invalid request exception. (This parameter replaces the parameters ServerLaunchPath
and ServerLaunchParameters
; requests that contain values for these parameters instead of a runtime configuration will continue to work.)
\n@param runtimeConfiguration Instructions for launching server processes on each instance in the fleet. The runtime configuration for a fleet has a collection of server process configurations, one for each type of server process to run on an instance. A server process configuration specifies the location of the server executable, launch parameters, and the number of concurrent processes with that configuration to maintain on each instance. A CreateFleet
request must include a runtime configuration with at least one server process configuration; otherwise the request will fail with an invalid request exception. (This parameter replaces the parameters ServerLaunchPath
and ServerLaunchParameters
; requests that contain values for these parameters instead of a runtime configuration will continue to work.)\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Instructions for launching server processes on each instance in the fleet. The runtime configuration for a fleet has a collection of server process configurations, one for each type of server process to run on an instance. A server process configuration specifies the location of the server executable, launch parameters, and the number of concurrent processes with that configuration to maintain on each instance. A CreateFleet
request must include a runtime configuration with at least one server process configuration; otherwise the request will fail with an invalid request exception. (This parameter replaces the parameters ServerLaunchPath
and ServerLaunchParameters
; requests that contain values for these parameters instead of a runtime configuration will continue to work.)
\n@return Instructions for launching server processes on each instance in the fleet. The runtime configuration for a fleet has a collection of server process configurations, one for each type of server process to run on an instance. A server process configuration specifies the location of the server executable, launch parameters, and the number of concurrent processes with that configuration to maintain on each instance. A CreateFleet
request must include a runtime configuration with at least one server process configuration; otherwise the request will fail with an invalid request exception. (This parameter replaces the parameters ServerLaunchPath
and ServerLaunchParameters
; requests that contain values for these parameters instead of a runtime configuration will continue to work.)*/",
"getterModel" : {
"returnType" : "RuntimeConfiguration",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RuntimeConfiguration",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RuntimeConfiguration",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RuntimeConfiguration",
"setterDocumentation" : "/**Instructions for launching server processes on each instance in the fleet. The runtime configuration for a fleet has a collection of server process configurations, one for each type of server process to run on an instance. A server process configuration specifies the location of the server executable, launch parameters, and the number of concurrent processes with that configuration to maintain on each instance. A CreateFleet
request must include a runtime configuration with at least one server process configuration; otherwise the request will fail with an invalid request exception. (This parameter replaces the parameters ServerLaunchPath
and ServerLaunchParameters
; requests that contain values for these parameters instead of a runtime configuration will continue to work.)
\n@param runtimeConfiguration Instructions for launching server processes on each instance in the fleet. The runtime configuration for a fleet has a collection of server process configurations, one for each type of server process to run on an instance. A server process configuration specifies the location of the server executable, launch parameters, and the number of concurrent processes with that configuration to maintain on each instance. A CreateFleet
request must include a runtime configuration with at least one server process configuration; otherwise the request will fail with an invalid request exception. (This parameter replaces the parameters ServerLaunchPath
and ServerLaunchParameters
; requests that contain values for these parameters instead of a runtime configuration will continue to work.)*/",
"setterModel" : {
"variableDeclarationType" : "RuntimeConfiguration",
"variableName" : "runtimeConfiguration",
"variableType" : "RuntimeConfiguration",
"documentation" : "",
"simpleType" : "RuntimeConfiguration",
"variableSetterType" : "RuntimeConfiguration"
},
"simple" : false,
"varargSetterDocumentation" : "/**Instructions for launching server processes on each instance in the fleet. The runtime configuration for a fleet has a collection of server process configurations, one for each type of server process to run on an instance. A server process configuration specifies the location of the server executable, launch parameters, and the number of concurrent processes with that configuration to maintain on each instance. A CreateFleet
request must include a runtime configuration with at least one server process configuration; otherwise the request will fail with an invalid request exception. (This parameter replaces the parameters ServerLaunchPath
and ServerLaunchParameters
; requests that contain values for these parameters instead of a runtime configuration will continue to work.)
\n@param runtimeConfiguration Instructions for launching server processes on each instance in the fleet. The runtime configuration for a fleet has a collection of server process configurations, one for each type of server process to run on an instance. A server process configuration specifies the location of the server executable, launch parameters, and the number of concurrent processes with that configuration to maintain on each instance. A CreateFleet
request must include a runtime configuration with at least one server process configuration; otherwise the request will fail with an invalid request exception. (This parameter replaces the parameters ServerLaunchPath
and ServerLaunchParameters
; requests that contain values for these parameters instead of a runtime configuration will continue to work.)\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "RuntimeConfiguration",
"variableName" : "runtimeConfiguration",
"variableType" : "RuntimeConfiguration",
"documentation" : "Instructions for launching server processes on each instance in the fleet. The runtime configuration for a fleet has a collection of server process configurations, one for each type of server process to run on an instance. A server process configuration specifies the location of the server executable, launch parameters, and the number of concurrent processes with that configuration to maintain on each instance. A CreateFleet
request must include a runtime configuration with at least one server process configuration; otherwise the request will fail with an invalid request exception. (This parameter replaces the parameters ServerLaunchPath
and ServerLaunchParameters
; requests that contain values for these parameters instead of a runtime configuration will continue to work.)
",
"simpleType" : "RuntimeConfiguration",
"variableSetterType" : "RuntimeConfiguration"
},
"xmlNameSpaceUri" : null
},
"ServerLaunchParameters" : {
"c2jName" : "ServerLaunchParameters",
"c2jShape" : "NonZeroAndMaxString",
"deprecated" : false,
"documentation" : "This parameter is no longer used. Instead, specify server launch parameters in the RuntimeConfiguration
parameter. (Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.)
",
"enumType" : null,
"fluentSetterDocumentation" : "/**This parameter is no longer used. Instead, specify server launch parameters in the RuntimeConfiguration
parameter. (Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.)
\n@param serverLaunchParameters This parameter is no longer used. Instead, specify server launch parameters in the RuntimeConfiguration
parameter. (Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.)\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**This parameter is no longer used. Instead, specify server launch parameters in the RuntimeConfiguration
parameter. (Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.)
\n@return This parameter is no longer used. Instead, specify server launch parameters in the RuntimeConfiguration
parameter. (Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.)*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ServerLaunchParameters",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ServerLaunchParameters",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ServerLaunchParameters",
"setterDocumentation" : "/**This parameter is no longer used. Instead, specify server launch parameters in the RuntimeConfiguration
parameter. (Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.)
\n@param serverLaunchParameters This parameter is no longer used. Instead, specify server launch parameters in the RuntimeConfiguration
parameter. (Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.)*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "serverLaunchParameters",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**This parameter is no longer used. Instead, specify server launch parameters in the RuntimeConfiguration
parameter. (Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.)
\n@param serverLaunchParameters This parameter is no longer used. Instead, specify server launch parameters in the RuntimeConfiguration
parameter. (Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.)\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "serverLaunchParameters",
"variableType" : "String",
"documentation" : "This parameter is no longer used. Instead, specify server launch parameters in the RuntimeConfiguration
parameter. (Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.)
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ServerLaunchPath" : {
"c2jName" : "ServerLaunchPath",
"c2jShape" : "NonZeroAndMaxString",
"deprecated" : false,
"documentation" : "This parameter is no longer used. Instead, specify a server launch path using the RuntimeConfiguration
parameter. (Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.)
",
"enumType" : null,
"fluentSetterDocumentation" : "/**This parameter is no longer used. Instead, specify a server launch path using the RuntimeConfiguration
parameter. (Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.)
\n@param serverLaunchPath This parameter is no longer used. Instead, specify a server launch path using the RuntimeConfiguration
parameter. (Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.)\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**This parameter is no longer used. Instead, specify a server launch path using the RuntimeConfiguration
parameter. (Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.)
\n@return This parameter is no longer used. Instead, specify a server launch path using the RuntimeConfiguration
parameter. (Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.)*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ServerLaunchPath",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ServerLaunchPath",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ServerLaunchPath",
"setterDocumentation" : "/**This parameter is no longer used. Instead, specify a server launch path using the RuntimeConfiguration
parameter. (Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.)
\n@param serverLaunchPath This parameter is no longer used. Instead, specify a server launch path using the RuntimeConfiguration
parameter. (Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.)*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "serverLaunchPath",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**This parameter is no longer used. Instead, specify a server launch path using the RuntimeConfiguration
parameter. (Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.)
\n@param serverLaunchPath This parameter is no longer used. Instead, specify a server launch path using the RuntimeConfiguration
parameter. (Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.)\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "serverLaunchPath",
"variableType" : "String",
"documentation" : "This parameter is no longer used. Instead, specify a server launch path using the RuntimeConfiguration
parameter. (Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.)
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "Name", "BuildId", "EC2InstanceType" ],
"shapeName" : "CreateFleetRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateFleetRequest",
"variableName" : "createFleetRequest",
"variableType" : "CreateFleetRequest",
"documentation" : null,
"simpleType" : "CreateFleetRequest",
"variableSetterType" : "CreateFleetRequest"
},
"wrapper" : false
},
"CreateFleetResult" : {
"c2jName" : "CreateFleetOutput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Represents the returned data in response to a request action.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "FleetAttributes",
"c2jShape" : "FleetAttributes",
"deprecated" : false,
"documentation" : "Properties for the newly created fleet.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Properties for the newly created fleet.
\n@param fleetAttributes Properties for the newly created fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Properties for the newly created fleet.
\n@return Properties for the newly created fleet.*/",
"getterModel" : {
"returnType" : "FleetAttributes",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "FleetAttributes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "FleetAttributes",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "FleetAttributes",
"setterDocumentation" : "/**Properties for the newly created fleet.
\n@param fleetAttributes Properties for the newly created fleet.*/",
"setterModel" : {
"variableDeclarationType" : "FleetAttributes",
"variableName" : "fleetAttributes",
"variableType" : "FleetAttributes",
"documentation" : "",
"simpleType" : "FleetAttributes",
"variableSetterType" : "FleetAttributes"
},
"simple" : false,
"varargSetterDocumentation" : "/**Properties for the newly created fleet.
\n@param fleetAttributes Properties for the newly created fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "FleetAttributes",
"variableName" : "fleetAttributes",
"variableType" : "FleetAttributes",
"documentation" : "Properties for the newly created fleet.
",
"simpleType" : "FleetAttributes",
"variableSetterType" : "FleetAttributes"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"FleetAttributes" : {
"c2jName" : "FleetAttributes",
"c2jShape" : "FleetAttributes",
"deprecated" : false,
"documentation" : "Properties for the newly created fleet.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Properties for the newly created fleet.
\n@param fleetAttributes Properties for the newly created fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Properties for the newly created fleet.
\n@return Properties for the newly created fleet.*/",
"getterModel" : {
"returnType" : "FleetAttributes",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "FleetAttributes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "FleetAttributes",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "FleetAttributes",
"setterDocumentation" : "/**Properties for the newly created fleet.
\n@param fleetAttributes Properties for the newly created fleet.*/",
"setterModel" : {
"variableDeclarationType" : "FleetAttributes",
"variableName" : "fleetAttributes",
"variableType" : "FleetAttributes",
"documentation" : "",
"simpleType" : "FleetAttributes",
"variableSetterType" : "FleetAttributes"
},
"simple" : false,
"varargSetterDocumentation" : "/**Properties for the newly created fleet.
\n@param fleetAttributes Properties for the newly created fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "FleetAttributes",
"variableName" : "fleetAttributes",
"variableType" : "FleetAttributes",
"documentation" : "Properties for the newly created fleet.
",
"simpleType" : "FleetAttributes",
"variableSetterType" : "FleetAttributes"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "CreateFleetResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateFleetResult",
"variableName" : "createFleetResult",
"variableType" : "CreateFleetResult",
"documentation" : null,
"simpleType" : "CreateFleetResult",
"variableSetterType" : "CreateFleetResult"
},
"wrapper" : false
},
"CreateGameSessionRequest" : {
"c2jName" : "CreateGameSessionInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Represents the input for a request action.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CreateGameSession",
"locationName" : null,
"requestUri" : "/",
"target" : "GameLift.CreateGameSession",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "FleetId",
"c2jShape" : "FleetId",
"deprecated" : false,
"documentation" : "Unique identifier for a fleet. Each request must reference either a fleet ID or alias ID, but not both.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Unique identifier for a fleet. Each request must reference either a fleet ID or alias ID, but not both.
\n@param fleetId Unique identifier for a fleet. Each request must reference either a fleet ID or alias ID, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Unique identifier for a fleet. Each request must reference either a fleet ID or alias ID, but not both.
\n@return Unique identifier for a fleet. Each request must reference either a fleet ID or alias ID, but not both.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "FleetId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "FleetId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "FleetId",
"setterDocumentation" : "/**Unique identifier for a fleet. Each request must reference either a fleet ID or alias ID, but not both.
\n@param fleetId Unique identifier for a fleet. Each request must reference either a fleet ID or alias ID, but not both.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "fleetId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Unique identifier for a fleet. Each request must reference either a fleet ID or alias ID, but not both.
\n@param fleetId Unique identifier for a fleet. Each request must reference either a fleet ID or alias ID, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "fleetId",
"variableType" : "String",
"documentation" : "Unique identifier for a fleet. Each request must reference either a fleet ID or alias ID, but not both.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "AliasId",
"c2jShape" : "AliasId",
"deprecated" : false,
"documentation" : "Unique identifier for a fleet alias. Each request must reference either a fleet ID or alias ID, but not both.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Unique identifier for a fleet alias. Each request must reference either a fleet ID or alias ID, but not both.
\n@param aliasId Unique identifier for a fleet alias. Each request must reference either a fleet ID or alias ID, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Unique identifier for a fleet alias. Each request must reference either a fleet ID or alias ID, but not both.
\n@return Unique identifier for a fleet alias. Each request must reference either a fleet ID or alias ID, but not both.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AliasId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AliasId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AliasId",
"setterDocumentation" : "/**Unique identifier for a fleet alias. Each request must reference either a fleet ID or alias ID, but not both.
\n@param aliasId Unique identifier for a fleet alias. Each request must reference either a fleet ID or alias ID, but not both.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "aliasId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Unique identifier for a fleet alias. Each request must reference either a fleet ID or alias ID, but not both.
\n@param aliasId Unique identifier for a fleet alias. Each request must reference either a fleet ID or alias ID, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "aliasId",
"variableType" : "String",
"documentation" : "Unique identifier for a fleet alias. Each request must reference either a fleet ID or alias ID, but not both.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "MaximumPlayerSessionCount",
"c2jShape" : "WholeNumber",
"deprecated" : false,
"documentation" : "Maximum number of players that can be connected simultaneously to the game session.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Maximum number of players that can be connected simultaneously to the game session.
\n@param maximumPlayerSessionCount Maximum number of players that can be connected simultaneously to the game session.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Maximum number of players that can be connected simultaneously to the game session.
\n@return Maximum number of players that can be connected simultaneously to the game session.*/",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "MaximumPlayerSessionCount",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaximumPlayerSessionCount",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "MaximumPlayerSessionCount",
"setterDocumentation" : "/**Maximum number of players that can be connected simultaneously to the game session.
\n@param maximumPlayerSessionCount Maximum number of players that can be connected simultaneously to the game session.*/",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maximumPlayerSessionCount",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**Maximum number of players that can be connected simultaneously to the game session.
\n@param maximumPlayerSessionCount Maximum number of players that can be connected simultaneously to the game session.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maximumPlayerSessionCount",
"variableType" : "Integer",
"documentation" : "Maximum number of players that can be connected simultaneously to the game session.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Name",
"c2jShape" : "NonZeroAndMaxString",
"deprecated" : false,
"documentation" : "Descriptive label associated with a game session. Session names do not need to be unique.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Descriptive label associated with a game session. Session names do not need to be unique.
\n@param name Descriptive label associated with a game session. Session names do not need to be unique.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Descriptive label associated with a game session. Session names do not need to be unique.
\n@return Descriptive label associated with a game session. Session names do not need to be unique.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"setterDocumentation" : "/**Descriptive label associated with a game session. Session names do not need to be unique.
\n@param name Descriptive label associated with a game session. Session names do not need to be unique.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Descriptive label associated with a game session. Session names do not need to be unique.
\n@param name Descriptive label associated with a game session. Session names do not need to be unique.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "Descriptive label associated with a game session. Session names do not need to be unique.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "GameProperties",
"c2jShape" : "GamePropertyList",
"deprecated" : false,
"documentation" : "Set of properties used to administer a game session. These properties are passed to the server process hosting it.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Set of properties used to administer a game session. These properties are passed to the server process hosting it.
\n@param gameProperties Set of properties used to administer a game session. These properties are passed to the server process hosting it.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Set of properties used to administer a game session. These properties are passed to the server process hosting it.
\n@return Set of properties used to administer a game session. These properties are passed to the server process hosting it.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "GameProperties",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "GameProperties",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "GameProperty",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "GameProperty",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "GameProperty",
"variableName" : "member",
"variableType" : "GameProperty",
"documentation" : "",
"simpleType" : "GameProperty",
"variableSetterType" : "GameProperty"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "GameProperty",
"variableName" : "member",
"variableType" : "GameProperty",
"documentation" : "",
"simpleType" : "GameProperty",
"variableSetterType" : "GameProperty"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "GameProperty",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "GameProperty",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "GameProperties",
"setterDocumentation" : "/**Set of properties used to administer a game session. These properties are passed to the server process hosting it.
\n@param gameProperties Set of properties used to administer a game session. These properties are passed to the server process hosting it.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "gameProperties",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**Set of properties used to administer a game session. These properties are passed to the server process hosting it.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setGameProperties(java.util.Collection)} or {@link #withGameProperties(java.util.Collection)} if you want to override the existing values.
\n@param gameProperties Set of properties used to administer a game session. These properties are passed to the server process hosting it.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "gameProperties",
"variableType" : "java.util.List",
"documentation" : "Set of properties used to administer a game session. These properties are passed to the server process hosting it.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AliasId" : {
"c2jName" : "AliasId",
"c2jShape" : "AliasId",
"deprecated" : false,
"documentation" : "Unique identifier for a fleet alias. Each request must reference either a fleet ID or alias ID, but not both.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Unique identifier for a fleet alias. Each request must reference either a fleet ID or alias ID, but not both.
\n@param aliasId Unique identifier for a fleet alias. Each request must reference either a fleet ID or alias ID, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Unique identifier for a fleet alias. Each request must reference either a fleet ID or alias ID, but not both.
\n@return Unique identifier for a fleet alias. Each request must reference either a fleet ID or alias ID, but not both.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AliasId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AliasId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AliasId",
"setterDocumentation" : "/**Unique identifier for a fleet alias. Each request must reference either a fleet ID or alias ID, but not both.
\n@param aliasId Unique identifier for a fleet alias. Each request must reference either a fleet ID or alias ID, but not both.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "aliasId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Unique identifier for a fleet alias. Each request must reference either a fleet ID or alias ID, but not both.
\n@param aliasId Unique identifier for a fleet alias. Each request must reference either a fleet ID or alias ID, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "aliasId",
"variableType" : "String",
"documentation" : "Unique identifier for a fleet alias. Each request must reference either a fleet ID or alias ID, but not both.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"FleetId" : {
"c2jName" : "FleetId",
"c2jShape" : "FleetId",
"deprecated" : false,
"documentation" : "Unique identifier for a fleet. Each request must reference either a fleet ID or alias ID, but not both.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Unique identifier for a fleet. Each request must reference either a fleet ID or alias ID, but not both.
\n@param fleetId Unique identifier for a fleet. Each request must reference either a fleet ID or alias ID, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Unique identifier for a fleet. Each request must reference either a fleet ID or alias ID, but not both.
\n@return Unique identifier for a fleet. Each request must reference either a fleet ID or alias ID, but not both.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "FleetId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "FleetId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "FleetId",
"setterDocumentation" : "/**Unique identifier for a fleet. Each request must reference either a fleet ID or alias ID, but not both.
\n@param fleetId Unique identifier for a fleet. Each request must reference either a fleet ID or alias ID, but not both.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "fleetId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Unique identifier for a fleet. Each request must reference either a fleet ID or alias ID, but not both.
\n@param fleetId Unique identifier for a fleet. Each request must reference either a fleet ID or alias ID, but not both.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "fleetId",
"variableType" : "String",
"documentation" : "Unique identifier for a fleet. Each request must reference either a fleet ID or alias ID, but not both.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"GameProperties" : {
"c2jName" : "GameProperties",
"c2jShape" : "GamePropertyList",
"deprecated" : false,
"documentation" : "Set of properties used to administer a game session. These properties are passed to the server process hosting it.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Set of properties used to administer a game session. These properties are passed to the server process hosting it.
\n@param gameProperties Set of properties used to administer a game session. These properties are passed to the server process hosting it.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Set of properties used to administer a game session. These properties are passed to the server process hosting it.
\n@return Set of properties used to administer a game session. These properties are passed to the server process hosting it.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "GameProperties",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "GameProperties",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "GameProperty",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "GameProperty",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "GameProperty",
"variableName" : "member",
"variableType" : "GameProperty",
"documentation" : "",
"simpleType" : "GameProperty",
"variableSetterType" : "GameProperty"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "GameProperty",
"variableName" : "member",
"variableType" : "GameProperty",
"documentation" : "",
"simpleType" : "GameProperty",
"variableSetterType" : "GameProperty"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "GameProperty",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "GameProperty",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "GameProperties",
"setterDocumentation" : "/**Set of properties used to administer a game session. These properties are passed to the server process hosting it.
\n@param gameProperties Set of properties used to administer a game session. These properties are passed to the server process hosting it.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "gameProperties",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**Set of properties used to administer a game session. These properties are passed to the server process hosting it.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setGameProperties(java.util.Collection)} or {@link #withGameProperties(java.util.Collection)} if you want to override the existing values.
\n@param gameProperties Set of properties used to administer a game session. These properties are passed to the server process hosting it.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "gameProperties",
"variableType" : "java.util.List",
"documentation" : "Set of properties used to administer a game session. These properties are passed to the server process hosting it.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"MaximumPlayerSessionCount" : {
"c2jName" : "MaximumPlayerSessionCount",
"c2jShape" : "WholeNumber",
"deprecated" : false,
"documentation" : "Maximum number of players that can be connected simultaneously to the game session.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Maximum number of players that can be connected simultaneously to the game session.
\n@param maximumPlayerSessionCount Maximum number of players that can be connected simultaneously to the game session.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Maximum number of players that can be connected simultaneously to the game session.
\n@return Maximum number of players that can be connected simultaneously to the game session.*/",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "MaximumPlayerSessionCount",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaximumPlayerSessionCount",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "MaximumPlayerSessionCount",
"setterDocumentation" : "/**Maximum number of players that can be connected simultaneously to the game session.
\n@param maximumPlayerSessionCount Maximum number of players that can be connected simultaneously to the game session.*/",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maximumPlayerSessionCount",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**Maximum number of players that can be connected simultaneously to the game session.
\n@param maximumPlayerSessionCount Maximum number of players that can be connected simultaneously to the game session.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maximumPlayerSessionCount",
"variableType" : "Integer",
"documentation" : "Maximum number of players that can be connected simultaneously to the game session.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"c2jName" : "Name",
"c2jShape" : "NonZeroAndMaxString",
"deprecated" : false,
"documentation" : "Descriptive label associated with a game session. Session names do not need to be unique.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Descriptive label associated with a game session. Session names do not need to be unique.
\n@param name Descriptive label associated with a game session. Session names do not need to be unique.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Descriptive label associated with a game session. Session names do not need to be unique.
\n@return Descriptive label associated with a game session. Session names do not need to be unique.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"setterDocumentation" : "/**Descriptive label associated with a game session. Session names do not need to be unique.
\n@param name Descriptive label associated with a game session. Session names do not need to be unique.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Descriptive label associated with a game session. Session names do not need to be unique.
\n@param name Descriptive label associated with a game session. Session names do not need to be unique.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "Descriptive label associated with a game session. Session names do not need to be unique.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "MaximumPlayerSessionCount" ],
"shapeName" : "CreateGameSessionRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateGameSessionRequest",
"variableName" : "createGameSessionRequest",
"variableType" : "CreateGameSessionRequest",
"documentation" : null,
"simpleType" : "CreateGameSessionRequest",
"variableSetterType" : "CreateGameSessionRequest"
},
"wrapper" : false
},
"CreateGameSessionResult" : {
"c2jName" : "CreateGameSessionOutput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Represents the returned data in response to a request action.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "GameSession",
"c2jShape" : "GameSession",
"deprecated" : false,
"documentation" : "Object containing the newly created game session record.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Object containing the newly created game session record.
\n@param gameSession Object containing the newly created game session record.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Object containing the newly created game session record.
\n@return Object containing the newly created game session record.*/",
"getterModel" : {
"returnType" : "GameSession",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "GameSession",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "GameSession",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "GameSession",
"setterDocumentation" : "/**Object containing the newly created game session record.
\n@param gameSession Object containing the newly created game session record.*/",
"setterModel" : {
"variableDeclarationType" : "GameSession",
"variableName" : "gameSession",
"variableType" : "GameSession",
"documentation" : "",
"simpleType" : "GameSession",
"variableSetterType" : "GameSession"
},
"simple" : false,
"varargSetterDocumentation" : "/**Object containing the newly created game session record.
\n@param gameSession Object containing the newly created game session record.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "GameSession",
"variableName" : "gameSession",
"variableType" : "GameSession",
"documentation" : "Object containing the newly created game session record.
",
"simpleType" : "GameSession",
"variableSetterType" : "GameSession"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"GameSession" : {
"c2jName" : "GameSession",
"c2jShape" : "GameSession",
"deprecated" : false,
"documentation" : "Object containing the newly created game session record.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Object containing the newly created game session record.
\n@param gameSession Object containing the newly created game session record.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Object containing the newly created game session record.
\n@return Object containing the newly created game session record.*/",
"getterModel" : {
"returnType" : "GameSession",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "GameSession",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "GameSession",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "GameSession",
"setterDocumentation" : "/**Object containing the newly created game session record.
\n@param gameSession Object containing the newly created game session record.*/",
"setterModel" : {
"variableDeclarationType" : "GameSession",
"variableName" : "gameSession",
"variableType" : "GameSession",
"documentation" : "",
"simpleType" : "GameSession",
"variableSetterType" : "GameSession"
},
"simple" : false,
"varargSetterDocumentation" : "/**Object containing the newly created game session record.
\n@param gameSession Object containing the newly created game session record.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "GameSession",
"variableName" : "gameSession",
"variableType" : "GameSession",
"documentation" : "Object containing the newly created game session record.
",
"simpleType" : "GameSession",
"variableSetterType" : "GameSession"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "CreateGameSessionResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateGameSessionResult",
"variableName" : "createGameSessionResult",
"variableType" : "CreateGameSessionResult",
"documentation" : null,
"simpleType" : "CreateGameSessionResult",
"variableSetterType" : "CreateGameSessionResult"
},
"wrapper" : false
},
"CreatePlayerSessionRequest" : {
"c2jName" : "CreatePlayerSessionInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Represents the input for a request action.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CreatePlayerSession",
"locationName" : null,
"requestUri" : "/",
"target" : "GameLift.CreatePlayerSession",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "GameSessionId",
"c2jShape" : "GameSessionId",
"deprecated" : false,
"documentation" : "Unique identifier for a game session. Specify the game session you want to add a player to.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Unique identifier for a game session. Specify the game session you want to add a player to.
\n@param gameSessionId Unique identifier for a game session. Specify the game session you want to add a player to.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Unique identifier for a game session. Specify the game session you want to add a player to.
\n@return Unique identifier for a game session. Specify the game session you want to add a player to.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "GameSessionId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "GameSessionId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "GameSessionId",
"setterDocumentation" : "/**Unique identifier for a game session. Specify the game session you want to add a player to.
\n@param gameSessionId Unique identifier for a game session. Specify the game session you want to add a player to.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "gameSessionId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Unique identifier for a game session. Specify the game session you want to add a player to.
\n@param gameSessionId Unique identifier for a game session. Specify the game session you want to add a player to.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "gameSessionId",
"variableType" : "String",
"documentation" : "Unique identifier for a game session. Specify the game session you want to add a player to.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "PlayerId",
"c2jShape" : "NonZeroAndMaxString",
"deprecated" : false,
"documentation" : "Unique identifier for the player to be added.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Unique identifier for the player to be added.
\n@param playerId Unique identifier for the player to be added.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Unique identifier for the player to be added.
\n@return Unique identifier for the player to be added.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PlayerId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PlayerId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PlayerId",
"setterDocumentation" : "/**Unique identifier for the player to be added.
\n@param playerId Unique identifier for the player to be added.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "playerId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Unique identifier for the player to be added.
\n@param playerId Unique identifier for the player to be added.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "playerId",
"variableType" : "String",
"documentation" : "Unique identifier for the player to be added.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"GameSessionId" : {
"c2jName" : "GameSessionId",
"c2jShape" : "GameSessionId",
"deprecated" : false,
"documentation" : "Unique identifier for a game session. Specify the game session you want to add a player to.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Unique identifier for a game session. Specify the game session you want to add a player to.
\n@param gameSessionId Unique identifier for a game session. Specify the game session you want to add a player to.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Unique identifier for a game session. Specify the game session you want to add a player to.
\n@return Unique identifier for a game session. Specify the game session you want to add a player to.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "GameSessionId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "GameSessionId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "GameSessionId",
"setterDocumentation" : "/**Unique identifier for a game session. Specify the game session you want to add a player to.
\n@param gameSessionId Unique identifier for a game session. Specify the game session you want to add a player to.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "gameSessionId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Unique identifier for a game session. Specify the game session you want to add a player to.
\n@param gameSessionId Unique identifier for a game session. Specify the game session you want to add a player to.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "gameSessionId",
"variableType" : "String",
"documentation" : "Unique identifier for a game session. Specify the game session you want to add a player to.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"PlayerId" : {
"c2jName" : "PlayerId",
"c2jShape" : "NonZeroAndMaxString",
"deprecated" : false,
"documentation" : "Unique identifier for the player to be added.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Unique identifier for the player to be added.
\n@param playerId Unique identifier for the player to be added.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Unique identifier for the player to be added.
\n@return Unique identifier for the player to be added.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PlayerId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PlayerId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PlayerId",
"setterDocumentation" : "/**Unique identifier for the player to be added.
\n@param playerId Unique identifier for the player to be added.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "playerId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Unique identifier for the player to be added.
\n@param playerId Unique identifier for the player to be added.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "playerId",
"variableType" : "String",
"documentation" : "Unique identifier for the player to be added.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "GameSessionId", "PlayerId" ],
"shapeName" : "CreatePlayerSessionRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreatePlayerSessionRequest",
"variableName" : "createPlayerSessionRequest",
"variableType" : "CreatePlayerSessionRequest",
"documentation" : null,
"simpleType" : "CreatePlayerSessionRequest",
"variableSetterType" : "CreatePlayerSessionRequest"
},
"wrapper" : false
},
"CreatePlayerSessionResult" : {
"c2jName" : "CreatePlayerSessionOutput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Represents the returned data in response to a request action.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "PlayerSession",
"c2jShape" : "PlayerSession",
"deprecated" : false,
"documentation" : "Object containing the newly created player session record.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Object containing the newly created player session record.
\n@param playerSession Object containing the newly created player session record.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Object containing the newly created player session record.
\n@return Object containing the newly created player session record.*/",
"getterModel" : {
"returnType" : "PlayerSession",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PlayerSession",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PlayerSession",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PlayerSession",
"setterDocumentation" : "/**Object containing the newly created player session record.
\n@param playerSession Object containing the newly created player session record.*/",
"setterModel" : {
"variableDeclarationType" : "PlayerSession",
"variableName" : "playerSession",
"variableType" : "PlayerSession",
"documentation" : "",
"simpleType" : "PlayerSession",
"variableSetterType" : "PlayerSession"
},
"simple" : false,
"varargSetterDocumentation" : "/**Object containing the newly created player session record.
\n@param playerSession Object containing the newly created player session record.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "PlayerSession",
"variableName" : "playerSession",
"variableType" : "PlayerSession",
"documentation" : "Object containing the newly created player session record.
",
"simpleType" : "PlayerSession",
"variableSetterType" : "PlayerSession"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"PlayerSession" : {
"c2jName" : "PlayerSession",
"c2jShape" : "PlayerSession",
"deprecated" : false,
"documentation" : "Object containing the newly created player session record.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Object containing the newly created player session record.
\n@param playerSession Object containing the newly created player session record.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Object containing the newly created player session record.
\n@return Object containing the newly created player session record.*/",
"getterModel" : {
"returnType" : "PlayerSession",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PlayerSession",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PlayerSession",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PlayerSession",
"setterDocumentation" : "/**Object containing the newly created player session record.
\n@param playerSession Object containing the newly created player session record.*/",
"setterModel" : {
"variableDeclarationType" : "PlayerSession",
"variableName" : "playerSession",
"variableType" : "PlayerSession",
"documentation" : "",
"simpleType" : "PlayerSession",
"variableSetterType" : "PlayerSession"
},
"simple" : false,
"varargSetterDocumentation" : "/**Object containing the newly created player session record.
\n@param playerSession Object containing the newly created player session record.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "PlayerSession",
"variableName" : "playerSession",
"variableType" : "PlayerSession",
"documentation" : "Object containing the newly created player session record.
",
"simpleType" : "PlayerSession",
"variableSetterType" : "PlayerSession"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "CreatePlayerSessionResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreatePlayerSessionResult",
"variableName" : "createPlayerSessionResult",
"variableType" : "CreatePlayerSessionResult",
"documentation" : null,
"simpleType" : "CreatePlayerSessionResult",
"variableSetterType" : "CreatePlayerSessionResult"
},
"wrapper" : false
},
"CreatePlayerSessionsRequest" : {
"c2jName" : "CreatePlayerSessionsInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Represents the input for a request action.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CreatePlayerSessions",
"locationName" : null,
"requestUri" : "/",
"target" : "GameLift.CreatePlayerSessions",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "GameSessionId",
"c2jShape" : "GameSessionId",
"deprecated" : false,
"documentation" : "Unique identifier for a game session.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**Unique identifier for a game session.
\n@return Unique identifier for a game session.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "GameSessionId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "GameSessionId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "GameSessionId",
"setterDocumentation" : "/**Unique identifier for a game session.
\n@param gameSessionId Unique identifier for a game session.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "gameSessionId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "gameSessionId",
"variableType" : "String",
"documentation" : "Unique identifier for a game session.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "PlayerIds",
"c2jShape" : "PlayerIdList",
"deprecated" : false,
"documentation" : "List of unique identifiers for the players to be added.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**List of unique identifiers for the players to be added.
\n@param playerIds List of unique identifiers for the players to be added.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**List of unique identifiers for the players to be added.
\n@return List of unique identifiers for the players to be added.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PlayerIds",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PlayerIds",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "NonZeroAndMaxString",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "PlayerIds",
"setterDocumentation" : "/**List of unique identifiers for the players to be added.
\n@param playerIds List of unique identifiers for the players to be added.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "playerIds",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**List of unique identifiers for the players to be added.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setPlayerIds(java.util.Collection)} or {@link #withPlayerIds(java.util.Collection)} if you want to override the existing values.
\n@param playerIds List of unique identifiers for the players to be added.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "playerIds",
"variableType" : "java.util.List",
"documentation" : "List of unique identifiers for the players to be added.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"GameSessionId" : {
"c2jName" : "GameSessionId",
"c2jShape" : "GameSessionId",
"deprecated" : false,
"documentation" : "Unique identifier for a game session.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**Unique identifier for a game session.
\n@return Unique identifier for a game session.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "GameSessionId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "GameSessionId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "GameSessionId",
"setterDocumentation" : "/**Unique identifier for a game session.
\n@param gameSessionId Unique identifier for a game session.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "gameSessionId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "gameSessionId",
"variableType" : "String",
"documentation" : "Unique identifier for a game session.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"PlayerIds" : {
"c2jName" : "PlayerIds",
"c2jShape" : "PlayerIdList",
"deprecated" : false,
"documentation" : "List of unique identifiers for the players to be added.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**List of unique identifiers for the players to be added.
\n@param playerIds List of unique identifiers for the players to be added.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**List of unique identifiers for the players to be added.
\n@return List of unique identifiers for the players to be added.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PlayerIds",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PlayerIds",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "NonZeroAndMaxString",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "PlayerIds",
"setterDocumentation" : "/**List of unique identifiers for the players to be added.
\n@param playerIds List of unique identifiers for the players to be added.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "playerIds",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**List of unique identifiers for the players to be added.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setPlayerIds(java.util.Collection)} or {@link #withPlayerIds(java.util.Collection)} if you want to override the existing values.
\n@param playerIds List of unique identifiers for the players to be added.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "playerIds",
"variableType" : "java.util.List",
"documentation" : "List of unique identifiers for the players to be added.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "GameSessionId", "PlayerIds" ],
"shapeName" : "CreatePlayerSessionsRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreatePlayerSessionsRequest",
"variableName" : "createPlayerSessionsRequest",
"variableType" : "CreatePlayerSessionsRequest",
"documentation" : null,
"simpleType" : "CreatePlayerSessionsRequest",
"variableSetterType" : "CreatePlayerSessionsRequest"
},
"wrapper" : false
},
"CreatePlayerSessionsResult" : {
"c2jName" : "CreatePlayerSessionsOutput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Represents the returned data in response to a request action.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "PlayerSessions",
"c2jShape" : "PlayerSessionList",
"deprecated" : false,
"documentation" : "Collection of player session objects created for the added players.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**Collection of player session objects created for the added players.
\n@return Collection of player session objects created for the added players.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PlayerSessions",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PlayerSessions",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "PlayerSession",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "PlayerSession",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "PlayerSession",
"variableName" : "member",
"variableType" : "PlayerSession",
"documentation" : "",
"simpleType" : "PlayerSession",
"variableSetterType" : "PlayerSession"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "PlayerSession",
"variableName" : "member",
"variableType" : "PlayerSession",
"documentation" : "",
"simpleType" : "PlayerSession",
"variableSetterType" : "PlayerSession"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "PlayerSession",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "PlayerSession",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "PlayerSessions",
"setterDocumentation" : "/**Collection of player session objects created for the added players.
\n@param playerSessions Collection of player session objects created for the added players.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "playerSessions",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "playerSessions",
"variableType" : "java.util.List",
"documentation" : "Collection of player session objects created for the added players.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"PlayerSessions" : {
"c2jName" : "PlayerSessions",
"c2jShape" : "PlayerSessionList",
"deprecated" : false,
"documentation" : "Collection of player session objects created for the added players.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**Collection of player session objects created for the added players.
\n@return Collection of player session objects created for the added players.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PlayerSessions",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PlayerSessions",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "PlayerSession",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "PlayerSession",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "PlayerSession",
"variableName" : "member",
"variableType" : "PlayerSession",
"documentation" : "",
"simpleType" : "PlayerSession",
"variableSetterType" : "PlayerSession"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "PlayerSession",
"variableName" : "member",
"variableType" : "PlayerSession",
"documentation" : "",
"simpleType" : "PlayerSession",
"variableSetterType" : "PlayerSession"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "PlayerSession",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "PlayerSession",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "PlayerSessions",
"setterDocumentation" : "/**Collection of player session objects created for the added players.
\n@param playerSessions Collection of player session objects created for the added players.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "playerSessions",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "playerSessions",
"variableType" : "java.util.List",
"documentation" : "Collection of player session objects created for the added players.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "CreatePlayerSessionsResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreatePlayerSessionsResult",
"variableName" : "createPlayerSessionsResult",
"variableType" : "CreatePlayerSessionsResult",
"documentation" : null,
"simpleType" : "CreatePlayerSessionsResult",
"variableSetterType" : "CreatePlayerSessionsResult"
},
"wrapper" : false
},
"Credentials" : {
"c2jName" : "Credentials",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "AWS access credentials required to upload game build files to Amazon GameLift. These credentials are generated with CreateBuild, and are valid for a limited time. If they expire before you upload your game build, get a new set by calling RequestUploadCredentials.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "AccessKeyId",
"c2jShape" : "NonEmptyString",
"deprecated" : false,
"documentation" : "Access key for an AWS account.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Access key for an AWS account.
\n@param accessKeyId Access key for an AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Access key for an AWS account.
\n@return Access key for an AWS account.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AccessKeyId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AccessKeyId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AccessKeyId",
"setterDocumentation" : "/**Access key for an AWS account.
\n@param accessKeyId Access key for an AWS account.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "accessKeyId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Access key for an AWS account.
\n@param accessKeyId Access key for an AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "accessKeyId",
"variableType" : "String",
"documentation" : "Access key for an AWS account.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "SecretAccessKey",
"c2jShape" : "NonEmptyString",
"deprecated" : false,
"documentation" : "Secret key for an AWS account.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Secret key for an AWS account.
\n@param secretAccessKey Secret key for an AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Secret key for an AWS account.
\n@return Secret key for an AWS account.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SecretAccessKey",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SecretAccessKey",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SecretAccessKey",
"setterDocumentation" : "/**Secret key for an AWS account.
\n@param secretAccessKey Secret key for an AWS account.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "secretAccessKey",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Secret key for an AWS account.
\n@param secretAccessKey Secret key for an AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "secretAccessKey",
"variableType" : "String",
"documentation" : "Secret key for an AWS account.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "SessionToken",
"c2jShape" : "NonEmptyString",
"deprecated" : false,
"documentation" : "Token specific to a build ID.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Token specific to a build ID.
\n@param sessionToken Token specific to a build ID.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Token specific to a build ID.
\n@return Token specific to a build ID.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SessionToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SessionToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SessionToken",
"setterDocumentation" : "/**Token specific to a build ID.
\n@param sessionToken Token specific to a build ID.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sessionToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Token specific to a build ID.
\n@param sessionToken Token specific to a build ID.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sessionToken",
"variableType" : "String",
"documentation" : "Token specific to a build ID.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AccessKeyId" : {
"c2jName" : "AccessKeyId",
"c2jShape" : "NonEmptyString",
"deprecated" : false,
"documentation" : "Access key for an AWS account.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Access key for an AWS account.
\n@param accessKeyId Access key for an AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Access key for an AWS account.
\n@return Access key for an AWS account.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AccessKeyId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AccessKeyId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AccessKeyId",
"setterDocumentation" : "/**Access key for an AWS account.
\n@param accessKeyId Access key for an AWS account.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "accessKeyId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Access key for an AWS account.
\n@param accessKeyId Access key for an AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "accessKeyId",
"variableType" : "String",
"documentation" : "Access key for an AWS account.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SecretAccessKey" : {
"c2jName" : "SecretAccessKey",
"c2jShape" : "NonEmptyString",
"deprecated" : false,
"documentation" : "Secret key for an AWS account.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Secret key for an AWS account.
\n@param secretAccessKey Secret key for an AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Secret key for an AWS account.
\n@return Secret key for an AWS account.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SecretAccessKey",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SecretAccessKey",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SecretAccessKey",
"setterDocumentation" : "/**Secret key for an AWS account.
\n@param secretAccessKey Secret key for an AWS account.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "secretAccessKey",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Secret key for an AWS account.
\n@param secretAccessKey Secret key for an AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "secretAccessKey",
"variableType" : "String",
"documentation" : "Secret key for an AWS account.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SessionToken" : {
"c2jName" : "SessionToken",
"c2jShape" : "NonEmptyString",
"deprecated" : false,
"documentation" : "Token specific to a build ID.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Token specific to a build ID.
\n@param sessionToken Token specific to a build ID.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Token specific to a build ID.
\n@return Token specific to a build ID.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SessionToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SessionToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SessionToken",
"setterDocumentation" : "/**Token specific to a build ID.
\n@param sessionToken Token specific to a build ID.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sessionToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Token specific to a build ID.
\n@param sessionToken Token specific to a build ID.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sessionToken",
"variableType" : "String",
"documentation" : "Token specific to a build ID.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "Credentials",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Credentials",
"variableName" : "credentials",
"variableType" : "Credentials",
"documentation" : null,
"simpleType" : "Credentials",
"variableSetterType" : "Credentials"
},
"wrapper" : false
},
"DeleteAliasRequest" : {
"c2jName" : "DeleteAliasInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Represents the input for a request action.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DeleteAlias",
"locationName" : null,
"requestUri" : "/",
"target" : "GameLift.DeleteAlias",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "AliasId",
"c2jShape" : "AliasId",
"deprecated" : false,
"documentation" : "Unique identifier for a fleet alias. Specify the alias you want to delete.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Unique identifier for a fleet alias. Specify the alias you want to delete.
\n@param aliasId Unique identifier for a fleet alias. Specify the alias you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Unique identifier for a fleet alias. Specify the alias you want to delete.
\n@return Unique identifier for a fleet alias. Specify the alias you want to delete.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AliasId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AliasId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AliasId",
"setterDocumentation" : "/**Unique identifier for a fleet alias. Specify the alias you want to delete.
\n@param aliasId Unique identifier for a fleet alias. Specify the alias you want to delete.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "aliasId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Unique identifier for a fleet alias. Specify the alias you want to delete.
\n@param aliasId Unique identifier for a fleet alias. Specify the alias you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "aliasId",
"variableType" : "String",
"documentation" : "Unique identifier for a fleet alias. Specify the alias you want to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AliasId" : {
"c2jName" : "AliasId",
"c2jShape" : "AliasId",
"deprecated" : false,
"documentation" : "Unique identifier for a fleet alias. Specify the alias you want to delete.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Unique identifier for a fleet alias. Specify the alias you want to delete.
\n@param aliasId Unique identifier for a fleet alias. Specify the alias you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Unique identifier for a fleet alias. Specify the alias you want to delete.
\n@return Unique identifier for a fleet alias. Specify the alias you want to delete.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AliasId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AliasId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AliasId",
"setterDocumentation" : "/**Unique identifier for a fleet alias. Specify the alias you want to delete.
\n@param aliasId Unique identifier for a fleet alias. Specify the alias you want to delete.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "aliasId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Unique identifier for a fleet alias. Specify the alias you want to delete.
\n@param aliasId Unique identifier for a fleet alias. Specify the alias you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "aliasId",
"variableType" : "String",
"documentation" : "Unique identifier for a fleet alias. Specify the alias you want to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "AliasId" ],
"shapeName" : "DeleteAliasRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteAliasRequest",
"variableName" : "deleteAliasRequest",
"variableType" : "DeleteAliasRequest",
"documentation" : null,
"simpleType" : "DeleteAliasRequest",
"variableSetterType" : "DeleteAliasRequest"
},
"wrapper" : false
},
"DeleteAliasResult" : {
"c2jName" : "DeleteAliasResult",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : null,
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "DeleteAliasResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteAliasResult",
"variableName" : "deleteAliasResult",
"variableType" : "DeleteAliasResult",
"documentation" : null,
"simpleType" : "DeleteAliasResult",
"variableSetterType" : "DeleteAliasResult"
},
"wrapper" : false
},
"DeleteBuildRequest" : {
"c2jName" : "DeleteBuildInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Represents the input for a request action.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DeleteBuild",
"locationName" : null,
"requestUri" : "/",
"target" : "GameLift.DeleteBuild",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "BuildId",
"c2jShape" : "BuildId",
"deprecated" : false,
"documentation" : "Unique identifier for the build you want to delete.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Unique identifier for the build you want to delete.
\n@param buildId Unique identifier for the build you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Unique identifier for the build you want to delete.
\n@return Unique identifier for the build you want to delete.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "BuildId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "BuildId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "BuildId",
"setterDocumentation" : "/**Unique identifier for the build you want to delete.
\n@param buildId Unique identifier for the build you want to delete.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "buildId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Unique identifier for the build you want to delete.
\n@param buildId Unique identifier for the build you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "buildId",
"variableType" : "String",
"documentation" : "Unique identifier for the build you want to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"BuildId" : {
"c2jName" : "BuildId",
"c2jShape" : "BuildId",
"deprecated" : false,
"documentation" : "Unique identifier for the build you want to delete.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Unique identifier for the build you want to delete.
\n@param buildId Unique identifier for the build you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Unique identifier for the build you want to delete.
\n@return Unique identifier for the build you want to delete.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "BuildId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "BuildId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "BuildId",
"setterDocumentation" : "/**Unique identifier for the build you want to delete.
\n@param buildId Unique identifier for the build you want to delete.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "buildId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Unique identifier for the build you want to delete.
\n@param buildId Unique identifier for the build you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "buildId",
"variableType" : "String",
"documentation" : "Unique identifier for the build you want to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "BuildId" ],
"shapeName" : "DeleteBuildRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteBuildRequest",
"variableName" : "deleteBuildRequest",
"variableType" : "DeleteBuildRequest",
"documentation" : null,
"simpleType" : "DeleteBuildRequest",
"variableSetterType" : "DeleteBuildRequest"
},
"wrapper" : false
},
"DeleteBuildResult" : {
"c2jName" : "DeleteBuildResult",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : null,
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "DeleteBuildResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteBuildResult",
"variableName" : "deleteBuildResult",
"variableType" : "DeleteBuildResult",
"documentation" : null,
"simpleType" : "DeleteBuildResult",
"variableSetterType" : "DeleteBuildResult"
},
"wrapper" : false
},
"DeleteFleetRequest" : {
"c2jName" : "DeleteFleetInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Represents the input for a request action.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DeleteFleet",
"locationName" : null,
"requestUri" : "/",
"target" : "GameLift.DeleteFleet",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "FleetId",
"c2jShape" : "FleetId",
"deprecated" : false,
"documentation" : "Unique identifier for the fleet you want to delete.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Unique identifier for the fleet you want to delete.
\n@param fleetId Unique identifier for the fleet you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Unique identifier for the fleet you want to delete.
\n@return Unique identifier for the fleet you want to delete.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "FleetId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "FleetId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "FleetId",
"setterDocumentation" : "/**Unique identifier for the fleet you want to delete.
\n@param fleetId Unique identifier for the fleet you want to delete.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "fleetId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Unique identifier for the fleet you want to delete.
\n@param fleetId Unique identifier for the fleet you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "fleetId",
"variableType" : "String",
"documentation" : "Unique identifier for the fleet you want to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"FleetId" : {
"c2jName" : "FleetId",
"c2jShape" : "FleetId",
"deprecated" : false,
"documentation" : "Unique identifier for the fleet you want to delete.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Unique identifier for the fleet you want to delete.
\n@param fleetId Unique identifier for the fleet you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Unique identifier for the fleet you want to delete.
\n@return Unique identifier for the fleet you want to delete.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "FleetId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "FleetId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "FleetId",
"setterDocumentation" : "/**Unique identifier for the fleet you want to delete.
\n@param fleetId Unique identifier for the fleet you want to delete.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "fleetId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Unique identifier for the fleet you want to delete.
\n@param fleetId Unique identifier for the fleet you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "fleetId",
"variableType" : "String",
"documentation" : "Unique identifier for the fleet you want to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "FleetId" ],
"shapeName" : "DeleteFleetRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteFleetRequest",
"variableName" : "deleteFleetRequest",
"variableType" : "DeleteFleetRequest",
"documentation" : null,
"simpleType" : "DeleteFleetRequest",
"variableSetterType" : "DeleteFleetRequest"
},
"wrapper" : false
},
"DeleteFleetResult" : {
"c2jName" : "DeleteFleetResult",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : null,
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "DeleteFleetResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteFleetResult",
"variableName" : "deleteFleetResult",
"variableType" : "DeleteFleetResult",
"documentation" : null,
"simpleType" : "DeleteFleetResult",
"variableSetterType" : "DeleteFleetResult"
},
"wrapper" : false
},
"DeleteScalingPolicyRequest" : {
"c2jName" : "DeleteScalingPolicyInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Represents the input for a request action.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DeleteScalingPolicy",
"locationName" : null,
"requestUri" : "/",
"target" : "GameLift.DeleteScalingPolicy",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "Name",
"c2jShape" : "NonZeroAndMaxString",
"deprecated" : false,
"documentation" : "Descriptive label associated with a scaling policy. Policy names do not need to be unique.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Descriptive label associated with a scaling policy. Policy names do not need to be unique.
\n@param name Descriptive label associated with a 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.*/",
"getterDocumentation" : "/**Descriptive label associated with a scaling policy. Policy names do not need to be unique.
\n@return Descriptive label associated with a scaling policy. Policy names do not need to be unique.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"setterDocumentation" : "/**Descriptive label associated with a scaling policy. Policy names do not need to be unique.
\n@param name Descriptive label associated with a scaling policy. Policy names do not need to be unique.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Descriptive label associated with a scaling policy. Policy names do not need to be unique.
\n@param name Descriptive label associated with a 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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "Descriptive label associated with a scaling policy. Policy names do not need to be unique.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "FleetId",
"c2jShape" : "FleetId",
"deprecated" : false,
"documentation" : "Unique identifier for a fleet.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**Unique identifier for a fleet.
\n@return Unique identifier for a fleet.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "FleetId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "FleetId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "FleetId",
"setterDocumentation" : "/**Unique identifier for a fleet.
\n@param fleetId Unique identifier for a fleet.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "fleetId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "fleetId",
"variableType" : "String",
"documentation" : "Unique identifier for a fleet.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"FleetId" : {
"c2jName" : "FleetId",
"c2jShape" : "FleetId",
"deprecated" : false,
"documentation" : "Unique identifier for a fleet.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**Unique identifier for a fleet.
\n@return Unique identifier for a fleet.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "FleetId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "FleetId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "FleetId",
"setterDocumentation" : "/**Unique identifier for a fleet.
\n@param fleetId Unique identifier for a fleet.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "fleetId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "fleetId",
"variableType" : "String",
"documentation" : "Unique identifier for a fleet.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"c2jName" : "Name",
"c2jShape" : "NonZeroAndMaxString",
"deprecated" : false,
"documentation" : "Descriptive label associated with a scaling policy. Policy names do not need to be unique.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Descriptive label associated with a scaling policy. Policy names do not need to be unique.
\n@param name Descriptive label associated with a 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.*/",
"getterDocumentation" : "/**Descriptive label associated with a scaling policy. Policy names do not need to be unique.
\n@return Descriptive label associated with a scaling policy. Policy names do not need to be unique.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"setterDocumentation" : "/**Descriptive label associated with a scaling policy. Policy names do not need to be unique.
\n@param name Descriptive label associated with a scaling policy. Policy names do not need to be unique.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Descriptive label associated with a scaling policy. Policy names do not need to be unique.
\n@param name Descriptive label associated with a 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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "Descriptive label associated with a scaling policy. Policy names do not need to be unique.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "Name", "FleetId" ],
"shapeName" : "DeleteScalingPolicyRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteScalingPolicyRequest",
"variableName" : "deleteScalingPolicyRequest",
"variableType" : "DeleteScalingPolicyRequest",
"documentation" : null,
"simpleType" : "DeleteScalingPolicyRequest",
"variableSetterType" : "DeleteScalingPolicyRequest"
},
"wrapper" : false
},
"DeleteScalingPolicyResult" : {
"c2jName" : "DeleteScalingPolicyResult",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : null,
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "DeleteScalingPolicyResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteScalingPolicyResult",
"variableName" : "deleteScalingPolicyResult",
"variableType" : "DeleteScalingPolicyResult",
"documentation" : null,
"simpleType" : "DeleteScalingPolicyResult",
"variableSetterType" : "DeleteScalingPolicyResult"
},
"wrapper" : false
},
"DescribeAliasRequest" : {
"c2jName" : "DescribeAliasInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Represents the input for a request action.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DescribeAlias",
"locationName" : null,
"requestUri" : "/",
"target" : "GameLift.DescribeAlias",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "AliasId",
"c2jShape" : "AliasId",
"deprecated" : false,
"documentation" : "Unique identifier for a fleet alias. Specify the alias you want to retrieve.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Unique identifier for a fleet alias. Specify the alias you want to retrieve.
\n@param aliasId Unique identifier for a fleet alias. Specify the alias you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Unique identifier for a fleet alias. Specify the alias you want to retrieve.
\n@return Unique identifier for a fleet alias. Specify the alias you want to retrieve.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AliasId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AliasId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AliasId",
"setterDocumentation" : "/**Unique identifier for a fleet alias. Specify the alias you want to retrieve.
\n@param aliasId Unique identifier for a fleet alias. Specify the alias you want to retrieve.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "aliasId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Unique identifier for a fleet alias. Specify the alias you want to retrieve.
\n@param aliasId Unique identifier for a fleet alias. Specify the alias you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "aliasId",
"variableType" : "String",
"documentation" : "Unique identifier for a fleet alias. Specify the alias you want to retrieve.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AliasId" : {
"c2jName" : "AliasId",
"c2jShape" : "AliasId",
"deprecated" : false,
"documentation" : "Unique identifier for a fleet alias. Specify the alias you want to retrieve.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Unique identifier for a fleet alias. Specify the alias you want to retrieve.
\n@param aliasId Unique identifier for a fleet alias. Specify the alias you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Unique identifier for a fleet alias. Specify the alias you want to retrieve.
\n@return Unique identifier for a fleet alias. Specify the alias you want to retrieve.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AliasId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AliasId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AliasId",
"setterDocumentation" : "/**Unique identifier for a fleet alias. Specify the alias you want to retrieve.
\n@param aliasId Unique identifier for a fleet alias. Specify the alias you want to retrieve.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "aliasId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Unique identifier for a fleet alias. Specify the alias you want to retrieve.
\n@param aliasId Unique identifier for a fleet alias. Specify the alias you want to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "aliasId",
"variableType" : "String",
"documentation" : "Unique identifier for a fleet alias. Specify the alias you want to retrieve.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "AliasId" ],
"shapeName" : "DescribeAliasRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DescribeAliasRequest",
"variableName" : "describeAliasRequest",
"variableType" : "DescribeAliasRequest",
"documentation" : null,
"simpleType" : "DescribeAliasRequest",
"variableSetterType" : "DescribeAliasRequest"
},
"wrapper" : false
},
"DescribeAliasResult" : {
"c2jName" : "DescribeAliasOutput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Represents the returned data in response to a request action.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Alias",
"c2jShape" : "Alias",
"deprecated" : false,
"documentation" : "Object containing the requested alias.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Object containing the requested alias.
\n@param alias Object containing the requested alias.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Object containing the requested alias.
\n@return Object containing the requested alias.*/",
"getterModel" : {
"returnType" : "Alias",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Alias",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Alias",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Alias",
"setterDocumentation" : "/**Object containing the requested alias.
\n@param alias Object containing the requested alias.*/",
"setterModel" : {
"variableDeclarationType" : "Alias",
"variableName" : "alias",
"variableType" : "Alias",
"documentation" : "",
"simpleType" : "Alias",
"variableSetterType" : "Alias"
},
"simple" : false,
"varargSetterDocumentation" : "/**Object containing the requested alias.
\n@param alias Object containing the requested alias.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Alias",
"variableName" : "alias",
"variableType" : "Alias",
"documentation" : "Object containing the requested alias.
",
"simpleType" : "Alias",
"variableSetterType" : "Alias"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Alias" : {
"c2jName" : "Alias",
"c2jShape" : "Alias",
"deprecated" : false,
"documentation" : "Object containing the requested alias.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Object containing the requested alias.
\n@param alias Object containing the requested alias.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Object containing the requested alias.
\n@return Object containing the requested alias.*/",
"getterModel" : {
"returnType" : "Alias",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Alias",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Alias",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Alias",
"setterDocumentation" : "/**Object containing the requested alias.
\n@param alias Object containing the requested alias.*/",
"setterModel" : {
"variableDeclarationType" : "Alias",
"variableName" : "alias",
"variableType" : "Alias",
"documentation" : "",
"simpleType" : "Alias",
"variableSetterType" : "Alias"
},
"simple" : false,
"varargSetterDocumentation" : "/**Object containing the requested alias.
\n@param alias Object containing the requested alias.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Alias",
"variableName" : "alias",
"variableType" : "Alias",
"documentation" : "Object containing the requested alias.
",
"simpleType" : "Alias",
"variableSetterType" : "Alias"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "DescribeAliasResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DescribeAliasResult",
"variableName" : "describeAliasResult",
"variableType" : "DescribeAliasResult",
"documentation" : null,
"simpleType" : "DescribeAliasResult",
"variableSetterType" : "DescribeAliasResult"
},
"wrapper" : false
},
"DescribeBuildRequest" : {
"c2jName" : "DescribeBuildInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Represents the input for a request action.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DescribeBuild",
"locationName" : null,
"requestUri" : "/",
"target" : "GameLift.DescribeBuild",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "BuildId",
"c2jShape" : "BuildId",
"deprecated" : false,
"documentation" : "Unique identifier of the build that you want to retrieve properties for.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Unique identifier of the build that you want to retrieve properties for.
\n@param buildId Unique identifier of the build that you want to retrieve properties for.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Unique identifier of the build that you want to retrieve properties for.
\n@return Unique identifier of the build that you want to retrieve properties for.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "BuildId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "BuildId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "BuildId",
"setterDocumentation" : "/**Unique identifier of the build that you want to retrieve properties for.
\n@param buildId Unique identifier of the build that you want to retrieve properties for.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "buildId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Unique identifier of the build that you want to retrieve properties for.
\n@param buildId Unique identifier of the build that you want to retrieve properties for.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "buildId",
"variableType" : "String",
"documentation" : "Unique identifier of the build that you want to retrieve properties for.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"BuildId" : {
"c2jName" : "BuildId",
"c2jShape" : "BuildId",
"deprecated" : false,
"documentation" : "Unique identifier of the build that you want to retrieve properties for.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Unique identifier of the build that you want to retrieve properties for.
\n@param buildId Unique identifier of the build that you want to retrieve properties for.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Unique identifier of the build that you want to retrieve properties for.
\n@return Unique identifier of the build that you want to retrieve properties for.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "BuildId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "BuildId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "BuildId",
"setterDocumentation" : "/**Unique identifier of the build that you want to retrieve properties for.
\n@param buildId Unique identifier of the build that you want to retrieve properties for.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "buildId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Unique identifier of the build that you want to retrieve properties for.
\n@param buildId Unique identifier of the build that you want to retrieve properties for.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "buildId",
"variableType" : "String",
"documentation" : "Unique identifier of the build that you want to retrieve properties for.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "BuildId" ],
"shapeName" : "DescribeBuildRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DescribeBuildRequest",
"variableName" : "describeBuildRequest",
"variableType" : "DescribeBuildRequest",
"documentation" : null,
"simpleType" : "DescribeBuildRequest",
"variableSetterType" : "DescribeBuildRequest"
},
"wrapper" : false
},
"DescribeBuildResult" : {
"c2jName" : "DescribeBuildOutput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Represents the returned data in response to a request action.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Build",
"c2jShape" : "Build",
"deprecated" : false,
"documentation" : "Set of properties describing the requested build.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Set of properties describing the requested build.
\n@param build Set of properties describing the requested build.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Set of properties describing the requested build.
\n@return Set of properties describing the requested build.*/",
"getterModel" : {
"returnType" : "Build",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Build",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Build",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Build",
"setterDocumentation" : "/**Set of properties describing the requested build.
\n@param build Set of properties describing the requested build.*/",
"setterModel" : {
"variableDeclarationType" : "Build",
"variableName" : "build",
"variableType" : "Build",
"documentation" : "",
"simpleType" : "Build",
"variableSetterType" : "Build"
},
"simple" : false,
"varargSetterDocumentation" : "/**Set of properties describing the requested build.
\n@param build Set of properties describing the requested build.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Build",
"variableName" : "build",
"variableType" : "Build",
"documentation" : "Set of properties describing the requested build.
",
"simpleType" : "Build",
"variableSetterType" : "Build"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Build" : {
"c2jName" : "Build",
"c2jShape" : "Build",
"deprecated" : false,
"documentation" : "Set of properties describing the requested build.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Set of properties describing the requested build.
\n@param build Set of properties describing the requested build.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Set of properties describing the requested build.
\n@return Set of properties describing the requested build.*/",
"getterModel" : {
"returnType" : "Build",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Build",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Build",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Build",
"setterDocumentation" : "/**Set of properties describing the requested build.
\n@param build Set of properties describing the requested build.*/",
"setterModel" : {
"variableDeclarationType" : "Build",
"variableName" : "build",
"variableType" : "Build",
"documentation" : "",
"simpleType" : "Build",
"variableSetterType" : "Build"
},
"simple" : false,
"varargSetterDocumentation" : "/**Set of properties describing the requested build.
\n@param build Set of properties describing the requested build.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Build",
"variableName" : "build",
"variableType" : "Build",
"documentation" : "Set of properties describing the requested build.
",
"simpleType" : "Build",
"variableSetterType" : "Build"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "DescribeBuildResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DescribeBuildResult",
"variableName" : "describeBuildResult",
"variableType" : "DescribeBuildResult",
"documentation" : null,
"simpleType" : "DescribeBuildResult",
"variableSetterType" : "DescribeBuildResult"
},
"wrapper" : false
},
"DescribeEC2InstanceLimitsRequest" : {
"c2jName" : "DescribeEC2InstanceLimitsInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Represents the input for a request action.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DescribeEC2InstanceLimits",
"locationName" : null,
"requestUri" : "/",
"target" : "GameLift.DescribeEC2InstanceLimits",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "EC2InstanceType",
"c2jShape" : "EC2InstanceType",
"deprecated" : false,
"documentation" : "Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions. Leave this parameter blank to retrieve limits for all types.
",
"enumType" : "EC2InstanceType",
"fluentSetterDocumentation" : "/**Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions. Leave this parameter blank to retrieve limits for all types.
\n@param eC2InstanceType Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions. 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*/",
"getterDocumentation" : "/**Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions. Leave this parameter blank to retrieve limits for all types.
\n@return Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions. Leave this parameter blank to retrieve limits for all types.\n@see EC2InstanceType*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "EC2InstanceType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EC2InstanceType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "EC2InstanceType",
"setterDocumentation" : "/**Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions. Leave this parameter blank to retrieve limits for all types.
\n@param eC2InstanceType Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions. Leave this parameter blank to retrieve limits for all types.\n@see EC2InstanceType*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "eC2InstanceType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions. Leave this parameter blank to retrieve limits for all types.
\n@param eC2InstanceType Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions. 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*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "eC2InstanceType",
"variableType" : "String",
"documentation" : "Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions. Leave this parameter blank to retrieve limits for all types.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"EC2InstanceType" : {
"c2jName" : "EC2InstanceType",
"c2jShape" : "EC2InstanceType",
"deprecated" : false,
"documentation" : "Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions. Leave this parameter blank to retrieve limits for all types.
",
"enumType" : "EC2InstanceType",
"fluentSetterDocumentation" : "/**Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions. Leave this parameter blank to retrieve limits for all types.
\n@param eC2InstanceType Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions. 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*/",
"getterDocumentation" : "/**Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions. Leave this parameter blank to retrieve limits for all types.
\n@return Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions. Leave this parameter blank to retrieve limits for all types.\n@see EC2InstanceType*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "EC2InstanceType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EC2InstanceType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "EC2InstanceType",
"setterDocumentation" : "/**Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions. Leave this parameter blank to retrieve limits for all types.
\n@param eC2InstanceType Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions. Leave this parameter blank to retrieve limits for all types.\n@see EC2InstanceType*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "eC2InstanceType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions. Leave this parameter blank to retrieve limits for all types.
\n@param eC2InstanceType Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions. 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*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "eC2InstanceType",
"variableType" : "String",
"documentation" : "Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions. Leave this parameter blank to retrieve limits for all types.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "DescribeEC2InstanceLimitsRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DescribeEC2InstanceLimitsRequest",
"variableName" : "describeEC2InstanceLimitsRequest",
"variableType" : "DescribeEC2InstanceLimitsRequest",
"documentation" : null,
"simpleType" : "DescribeEC2InstanceLimitsRequest",
"variableSetterType" : "DescribeEC2InstanceLimitsRequest"
},
"wrapper" : false
},
"DescribeEC2InstanceLimitsResult" : {
"c2jName" : "DescribeEC2InstanceLimitsOutput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Represents the returned data in response to a request action.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "EC2InstanceLimits",
"c2jShape" : "EC2InstanceLimitList",
"deprecated" : false,
"documentation" : "Object containing the maximum number of instances for the specified instance type.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Object containing the maximum number of instances for the specified instance type.
\n@param eC2InstanceLimits Object containing the maximum number of instances for the specified instance type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Object containing the maximum number of instances for the specified instance type.
\n@return Object containing the maximum number of instances for the specified instance type.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "EC2InstanceLimits",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EC2InstanceLimits",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "EC2InstanceLimit",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "EC2InstanceLimit",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "EC2InstanceLimit",
"variableName" : "member",
"variableType" : "EC2InstanceLimit",
"documentation" : "",
"simpleType" : "EC2InstanceLimit",
"variableSetterType" : "EC2InstanceLimit"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "EC2InstanceLimit",
"variableName" : "member",
"variableType" : "EC2InstanceLimit",
"documentation" : "",
"simpleType" : "EC2InstanceLimit",
"variableSetterType" : "EC2InstanceLimit"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "EC2InstanceLimit",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "EC2InstanceLimit",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "EC2InstanceLimits",
"setterDocumentation" : "/**Object containing the maximum number of instances for the specified instance type.
\n@param eC2InstanceLimits Object containing the maximum number of instances for the specified instance type.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "eC2InstanceLimits",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**Object containing the maximum number of instances for the specified instance type.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setEC2InstanceLimits(java.util.Collection)} or {@link #withEC2InstanceLimits(java.util.Collection)} if you want to override the existing values.
\n@param eC2InstanceLimits Object containing the maximum number of instances for the specified instance type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "eC2InstanceLimits",
"variableType" : "java.util.List",
"documentation" : "Object containing the maximum number of instances for the specified instance type.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection