'2.0', 'service' => '

', 'operations' => [ 'CreateGame' => '

Creates a new game with an empty configuration. After creating your game, you can update the configuration using UpdateGameConfiguration or ImportGameConfiguration.

', 'CreateSnapshot' => '

Creates a snapshot of the game configuration.

', 'CreateStage' => '

Creates a new stage for stage-by-stage game development and deployment.

', 'DeleteGame' => '

Deletes a game.

', 'DeleteStage' => '

Deletes a stage from a game, along with the associated game runtime.

', 'DisconnectPlayer' => '

Disconnects a player from the game runtime.

If a player has multiple connections, this operation attempts to close all of them.

', 'ExportSnapshot' => '

Exports a game configuration snapshot.

', 'GetExtension' => '

Gets details about a specified extension.

', 'GetExtensionVersion' => '

Gets details about a specified extension version.

', 'GetGame' => '

Gets details about a game.

', 'GetGameConfiguration' => '

Gets the configuration of the game.

', 'GetGeneratedCodeJob' => '

Gets details about a job that is generating code for a snapshot.

', 'GetPlayerConnectionStatus' => '

Gets the status of a player\'s connection to the game runtime.

It\'s possible for a single player to have multiple connections to the game runtime. If a player is not connected, this operation returns an empty list.

', 'GetSnapshot' => '

Gets a copy of the game configuration in a snapshot.

', 'GetStage' => '

Gets information about a stage.

', 'GetStageDeployment' => '

Gets information about a stage deployment.

', 'ImportGameConfiguration' => '

Imports a game configuration.

This operation replaces the current configuration of the game with the provided input. This is not a reversible operation. If you want to preserve the previous configuration, use CreateSnapshot to make a new snapshot before importing.

', 'ListExtensionVersions' => '

Gets a paginated list of available versions for the extension.

Each time an API change is made to an extension, the version is incremented. The list retrieved by this operation shows the versions that are currently available.

', 'ListExtensions' => '

Gets a paginated list of available extensions.

Extensions provide features that games can use from scripts.

', 'ListGames' => '

Gets a paginated list of games.

', 'ListGeneratedCodeJobs' => '

Gets a paginated list of code generation jobs for a snapshot.

', 'ListSnapshots' => '

Gets a paginated list of snapshot summaries from the game.

', 'ListStageDeployments' => '

Gets a paginated list of stage deployment summaries from the game.

', 'ListStages' => '

Gets a paginated list of stage summaries from the game.

', 'ListTagsForResource' => '

Lists the tags associated with a GameSparks resource.

', 'StartGeneratedCodeJob' => '

Starts an asynchronous process that generates client code for system-defined and custom messages. The resulting code is collected as a .zip file and uploaded to a pre-signed Amazon S3 URL.

', 'StartStageDeployment' => '

Deploys a snapshot to the stage and creates a new game runtime.

After you call this operation, you can check the deployment status by using GetStageDeployment.

If there are any players connected to the previous game runtime, then both runtimes persist. Existing connections to the previous runtime are maintained. When players disconnect and reconnect, they connect to the new runtime. After there are no connections to the previous game runtime, it is deleted.

', 'TagResource' => '

Adds tags to a GameSparks resource.

', 'UntagResource' => '

Removes tags from a GameSparks resource.

', 'UpdateGame' => '

Updates details of the game.

', 'UpdateGameConfiguration' => '

Updates one or more sections of the game configuration.

', 'UpdateSnapshot' => '

Updates the metadata of a GameSparks snapshot.

', 'UpdateStage' => '

Updates the metadata of a stage.

', ], 'shapes' => [ 'ARN' => [ 'base' => NULL, 'refs' => [ 'GameDetails$Arn' => '

The Amazon Resource Name (ARN) of this game.

', 'StageDetails$Arn' => '

The Amazon Resource Name (ARN) of the stage.

', ], ], 'AccessDeniedException' => [ 'base' => '

You do not have sufficient access to perform this action.

', 'refs' => [], ], 'ByteSize' => [ 'base' => NULL, 'refs' => [ 'Section$Size' => '

The size, in bytes, of the section contents.

', ], ], 'ClientToken' => [ 'base' => NULL, 'refs' => [ 'CreateGameRequest$ClientToken' => '

A client-defined token. With an active client token in the request, this action is idempotent.

', 'CreateStageRequest$ClientToken' => '

A client-defined token. With an active client token in the request, this action is idempotent.

', 'StartStageDeploymentRequest$ClientToken' => '

A client-defined token. With an active client token in the request, this action is idempotent.

', ], ], 'ConflictException' => [ 'base' => '

The resource already exists, or another operation is in progress.

', 'refs' => [], ], 'Connection' => [ 'base' => '

Details about a WebSocket connection.

', 'refs' => [ 'ConnectionList$member' => NULL, ], ], 'ConnectionId' => [ 'base' => NULL, 'refs' => [ 'Connection$Id' => '

The identifier used to indicate a specific WebSocket connection.

', 'ConnectionIdList$member' => NULL, ], ], 'ConnectionIdList' => [ 'base' => NULL, 'refs' => [ 'DisconnectPlayerResult$DisconnectFailures' => '

The list of the connection ids that could not be disconnected.

', 'DisconnectPlayerResult$DisconnectSuccesses' => '

The list of the connection ids that were disconnected.

', ], ], 'ConnectionList' => [ 'base' => NULL, 'refs' => [ 'GetPlayerConnectionStatusResult$Connections' => '

The list of connection ids, one for each connection in use by the player.

', ], ], 'CreateGameRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateGameResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateSnapshotRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateSnapshotResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateStageRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateStageResult' => [ 'base' => NULL, 'refs' => [], ], 'DateTime' => [ 'base' => NULL, 'refs' => [ 'Connection$Created' => '

The date and time when the connection was created.

', 'GameConfigurationDetails$Created' => '

The date when the game was created.

', 'GameConfigurationDetails$LastUpdated' => '

The date when the game was last modified.

', 'GameDetails$Created' => '

The date when the game was created.

', 'GameDetails$LastUpdated' => '

The date when the game was last modified.

', 'GeneratedCodeJobDetails$ExpirationTime' => '

The expiration date and time for the download URL.

The download URL us guaranteed to be available until at least this time.

', 'SnapshotDetails$Created' => '

The timestamp of when the snapshot was created.

', 'SnapshotDetails$LastUpdated' => '

The timestamp of when the snapshot was last updated.

', 'SnapshotSummary$Created' => '

The timestamp of when the snapshot was created.

', 'SnapshotSummary$LastUpdated' => '

Then timestamp of when the snapshot was last updated.

', 'StageDeploymentDetails$Created' => '

The timestamp of when the stage deployment was created.

', 'StageDeploymentDetails$LastUpdated' => '

The timestamp of when the deployment was last updated.

', 'StageDeploymentSummary$LastUpdated' => '

The timestamp of when the deployment was last updated.

', 'StageDetails$Created' => '

The timestamp of when the stage was created.

', 'StageDetails$LastUpdated' => '

The timestamp of when the stage was last updated.

', ], ], 'DeleteGameRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteGameResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteStageRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteStageResult' => [ 'base' => NULL, 'refs' => [], ], 'DeploymentAction' => [ 'base' => NULL, 'refs' => [ 'StageDeploymentDetails$DeploymentAction' => '

The type of action of the stage deployment.

', 'StageDeploymentSummary$DeploymentAction' => '

The type of action of the deployment.

', ], ], 'DeploymentId' => [ 'base' => NULL, 'refs' => [ 'GetStageDeploymentRequest$DeploymentId' => '

The identifier of the stage deployment. StartStageDeployment returns the identifier that you use here.

', 'StageDeploymentDetails$DeploymentId' => '

The identifier of the deployment.

', 'StageDeploymentSummary$DeploymentId' => '

The identifier of the deployment.

', ], ], 'DeploymentResult' => [ 'base' => '

The result of the deployment.

', 'refs' => [ 'StageDeploymentDetails$DeploymentResult' => '

The result of the deployment.

', 'StageDeploymentSummary$DeploymentResult' => '

The result of the deployment.

', ], ], 'DeploymentState' => [ 'base' => NULL, 'refs' => [ 'StageDeploymentDetails$DeploymentState' => '

The state of the deployment.

', 'StageDeploymentSummary$DeploymentState' => '

The state of the deployment.

', ], ], 'DisconnectPlayerRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisconnectPlayerResult' => [ 'base' => NULL, 'refs' => [], ], 'Document' => [ 'base' => '

', 'refs' => [ 'Section$Attributes' => '

The content of a configuration section.

', 'SectionModification$Value' => '

For add and replace operations, this is the value that will be used.

This field should be omitted for delete operations.

', ], ], 'ExceptionMessage' => [ 'base' => NULL, 'refs' => [ 'AccessDeniedException$Message' => NULL, 'ConflictException$Message' => NULL, 'InternalServerException$Message' => NULL, 'ResourceNotFoundException$Message' => NULL, 'ServiceQuotaExceededException$Message' => NULL, 'ThrottlingException$Message' => NULL, 'ValidationException$Message' => NULL, ], ], 'ExportSnapshotRequest' => [ 'base' => NULL, 'refs' => [], ], 'ExportSnapshotResult' => [ 'base' => NULL, 'refs' => [], ], 'ExtensionDescription' => [ 'base' => NULL, 'refs' => [ 'ExtensionDetails$Description' => '

The description of the extension.

', ], ], 'ExtensionDetails' => [ 'base' => '

Details about the extension.

', 'refs' => [ 'ExtensionDetailsList$member' => NULL, 'GetExtensionResult$Extension' => '

Details about the extension.

', ], ], 'ExtensionDetailsList' => [ 'base' => NULL, 'refs' => [ 'ListExtensionsResult$Extensions' => '

The list of extensions.

', ], ], 'ExtensionName' => [ 'base' => NULL, 'refs' => [ 'ExtensionDetails$Name' => '

The name of the extension.

', 'ExtensionVersionDetails$Name' => '

The name of the extension.

', 'GetExtensionRequest$Name' => '

The name of the extension.

', 'GetExtensionVersionRequest$Name' => '

The name of the extension.

', 'ListExtensionVersionsRequest$Name' => '

The name of the extension.

', ], ], 'ExtensionNamespace' => [ 'base' => NULL, 'refs' => [ 'ExtensionDetails$Namespace' => '

The namespace (qualifier) of the extension.

', 'ExtensionVersionDetails$Namespace' => '

The namespace (qualifier) of the extension.

', 'GetExtensionRequest$Namespace' => '

The namespace (qualifier) of the extension.

', 'GetExtensionVersionRequest$Namespace' => '

The namespace (qualifier) of the extension.

', 'ListExtensionVersionsRequest$Namespace' => '

The namespace (qualifier) of the extension.

', ], ], 'ExtensionVersion' => [ 'base' => NULL, 'refs' => [ 'ExtensionVersionDetails$Version' => '

The version of the extension.

', 'GetExtensionVersionRequest$ExtensionVersion' => '

The version of the extension.

', ], ], 'ExtensionVersionDetails' => [ 'base' => '

Details about the extension version.

', 'refs' => [ 'ExtensionVersionDetailsList$member' => NULL, 'GetExtensionVersionResult$ExtensionVersion' => '

The version of the extension.

', ], ], 'ExtensionVersionDetailsList' => [ 'base' => NULL, 'refs' => [ 'ListExtensionVersionsResult$ExtensionVersions' => '

The list of extension versions.

', ], ], 'ExtensionVersionSchema' => [ 'base' => NULL, 'refs' => [ 'ExtensionVersionDetails$Schema' => '

The model that defines the interface for this extension version.

', ], ], 'GameConfigurationDetails' => [ 'base' => '

Details about the game configuration.

The game configuration is organized into named sections, where the schema of each section is defined by an extension. The schema for these sections can be retrieved using the GetExtensionVersion operation.

', 'refs' => [ 'GetGameConfigurationResult$GameConfiguration' => '

Details about the game configuration.

', 'ImportGameConfigurationResult$GameConfiguration' => '

Details about the game configuration.

', 'UpdateGameConfigurationResult$GameConfiguration' => '

Details about the game configuration.

', ], ], 'GameDescription' => [ 'base' => NULL, 'refs' => [ 'CreateGameRequest$Description' => '

The description of the game.

', 'GameDetails$Description' => '

The description of the game.

', 'GameSummary$Description' => '

The description of the game.

', 'UpdateGameRequest$Description' => '

The description of the game.

', ], ], 'GameDetails' => [ 'base' => '

Details about a game.

', 'refs' => [ 'CreateGameResult$Game' => '

Details about the game that was created.

', 'GetGameResult$Game' => '

The details of the game.

', 'UpdateGameResult$Game' => '

The details of the game.

', ], ], 'GameKey' => [ 'base' => NULL, 'refs' => [ 'StageDetails$GameKey' => '

The game key associated with the stage.

The game key is a unique identifier that the game client uses to connect to the GameSparks backend.

', 'StageSummary$GameKey' => '

The game key associated with the stage.

The game key is a unique identifier that the game client uses to connect to the GameSparks backend.

', ], ], 'GameName' => [ 'base' => NULL, 'refs' => [ 'CreateGameRequest$GameName' => '

The name of the game.

', 'CreateSnapshotRequest$GameName' => '

The name of the game.

', 'CreateStageRequest$GameName' => '

The name of the game.

', 'DeleteGameRequest$GameName' => '

The name of the game to delete.

', 'DeleteStageRequest$GameName' => '

The name of the game.

', 'DisconnectPlayerRequest$GameName' => '

The name of the game.

', 'ExportSnapshotRequest$GameName' => '

The name of the game.

', 'GameDetails$Name' => '

The name of the game.

', 'GameSummary$Name' => '

The name of the game.

', 'GetGameConfigurationRequest$GameName' => '

The name of the game.

', 'GetGameRequest$GameName' => '

The name of the game.

', 'GetGeneratedCodeJobRequest$GameName' => '

The name of the game.

', 'GetPlayerConnectionStatusRequest$GameName' => '

The name of the game.

', 'GetSnapshotRequest$GameName' => '

The name of the game.

', 'GetStageDeploymentRequest$GameName' => '

The name of the game.

', 'GetStageRequest$GameName' => '

The name of the game.

', 'ImportGameConfigurationRequest$GameName' => '

The name of the game.

', 'ListGeneratedCodeJobsRequest$GameName' => '

The name of the game.

', 'ListSnapshotsRequest$GameName' => '

The name of the game.

', 'ListStageDeploymentsRequest$GameName' => '

The name of the game.

', 'ListStagesRequest$GameName' => '

The name of the game.

', 'StartGeneratedCodeJobRequest$GameName' => '

The name of the game.

', 'StartStageDeploymentRequest$GameName' => '

The name of the game.

', 'UpdateGameConfigurationRequest$GameName' => '

The name of the game.

', 'UpdateGameRequest$GameName' => '

The name of the game.

', 'UpdateSnapshotRequest$GameName' => '

The name of the game.

', 'UpdateStageRequest$GameName' => '

The name of the game.

', ], ], 'GameSdkVersion' => [ 'base' => NULL, 'refs' => [ 'Generator$GameSdkVersion' => '

The target version of the GameSparks Game SDK.

', ], ], 'GameState' => [ 'base' => NULL, 'refs' => [ 'GameDetails$State' => '

The state of the game.

', 'GameSummary$State' => '

The state of the game.

', ], ], 'GameSummary' => [ 'base' => '

The summary of the properties of a game.

', 'refs' => [ 'GameSummaryList$member' => NULL, ], ], 'GameSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListGamesResult$Games' => '

The list of games.

', ], ], 'GameTerminationProtection' => [ 'base' => NULL, 'refs' => [ 'GameDetails$EnableTerminationProtection' => '

Determines if the game can be deleted.

', ], ], 'GeneratedCodeJobDescription' => [ 'base' => NULL, 'refs' => [ 'GeneratedCodeJobDetails$Description' => '

The description of the generated code job.

', ], ], 'GeneratedCodeJobDetails' => [ 'base' => '

Details about a generated code job.

', 'refs' => [ 'GeneratedCodeJobDetailsList$member' => NULL, 'GetGeneratedCodeJobResult$GeneratedCodeJob' => '

Details about the generated code job.

', ], ], 'GeneratedCodeJobDetailsList' => [ 'base' => NULL, 'refs' => [ 'ListGeneratedCodeJobsResult$GeneratedCodeJobs' => '

The list of generated code jobs.

', ], ], 'GeneratedCodeJobId' => [ 'base' => NULL, 'refs' => [ 'GeneratedCodeJobDetails$GeneratedCodeJobId' => '

The identifier for the generated code job.

', 'GetGeneratedCodeJobRequest$JobId' => '

The identifier of the code generation job.

', 'StartGeneratedCodeJobResult$GeneratedCodeJobId' => '

The identifier of the code generation job. You can use this identifier in the GetGeneratedCodeJob operation.

', ], ], 'GeneratedCodeJobState' => [ 'base' => NULL, 'refs' => [ 'GeneratedCodeJobDetails$Status' => '

The status of the generated code job

', ], ], 'Generator' => [ 'base' => '

Properties that specify the code generator for a generated code job.

', 'refs' => [ 'StartGeneratedCodeJobRequest$Generator' => '

Properties of the generator to use for the job.

', ], ], 'GetExtensionRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetExtensionResult' => [ 'base' => NULL, 'refs' => [], ], 'GetExtensionVersionRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetExtensionVersionResult' => [ 'base' => NULL, 'refs' => [], ], 'GetGameConfigurationRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetGameConfigurationResult' => [ 'base' => NULL, 'refs' => [], ], 'GetGameRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetGameResult' => [ 'base' => NULL, 'refs' => [], ], 'GetGeneratedCodeJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetGeneratedCodeJobResult' => [ 'base' => NULL, 'refs' => [], ], 'GetPlayerConnectionStatusRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetPlayerConnectionStatusResult' => [ 'base' => NULL, 'refs' => [], ], 'GetSnapshotRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetSnapshotResult' => [ 'base' => NULL, 'refs' => [], ], 'GetStageDeploymentRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetStageDeploymentResult' => [ 'base' => NULL, 'refs' => [], ], 'GetStageRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetStageResult' => [ 'base' => NULL, 'refs' => [], ], 'ImportGameConfigurationRequest' => [ 'base' => NULL, 'refs' => [], ], 'ImportGameConfigurationResult' => [ 'base' => NULL, 'refs' => [], ], 'ImportGameConfigurationSource' => [ 'base' => '

The source used to import configuration sections.

', 'refs' => [ 'ImportGameConfigurationRequest$ImportSource' => '

The source used to import configuration sections.

', ], ], 'InternalServerException' => [ 'base' => '

The service encountered an internal error.

', 'refs' => [], ], 'Language' => [ 'base' => NULL, 'refs' => [ 'Generator$Language' => '

The programming language for the generated code.

Not all languages are supported for each platform. For cases where multiple languages are supported, this parameter specifies the language to be used. If this value is omitted, the default language for the target platform will be used.

', ], ], 'ListExtensionVersionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListExtensionVersionsResult' => [ 'base' => NULL, 'refs' => [], ], 'ListExtensionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListExtensionsResult' => [ 'base' => NULL, 'refs' => [], ], 'ListGamesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListGamesResult' => [ 'base' => NULL, 'refs' => [], ], 'ListGeneratedCodeJobsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListGeneratedCodeJobsResult' => [ 'base' => NULL, 'refs' => [], ], 'ListSnapshotsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListSnapshotsResult' => [ 'base' => NULL, 'refs' => [], ], 'ListStageDeploymentsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListStageDeploymentsResult' => [ 'base' => NULL, 'refs' => [], ], 'ListStagesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListStagesResult' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceResult' => [ 'base' => NULL, 'refs' => [], ], 'LogGroupName' => [ 'base' => NULL, 'refs' => [ 'StageDetails$LogGroup' => '

The Amazon CloudWatch log group for game runtimes deployed to the stage.

', ], ], 'MaxResults' => [ 'base' => NULL, 'refs' => [ 'ListExtensionVersionsRequest$MaxResults' => '

The maximum number of results to return.

Use this parameter with NextToken to get results as a set of sequential pages.

', 'ListExtensionsRequest$MaxResults' => '

The maximum number of results to return.

Use this parameter with NextToken to get results as a set of sequential pages.

', 'ListGamesRequest$MaxResults' => '

The maximum number of results to return.

Use this parameter with NextToken to get results as a set of sequential pages.

', 'ListGeneratedCodeJobsRequest$MaxResults' => '

The maximum number of results to return.

Use this parameter with NextToken to get results as a set of sequential pages.

', 'ListSnapshotsRequest$MaxResults' => '

The maximum number of results to return.

Use this parameter with NextToken to get results as a set of sequential pages.

', 'ListStageDeploymentsRequest$MaxResults' => '

The maximum number of results to return.

Use this parameter with NextToken to get results as a set of sequential pages.

', 'ListStagesRequest$MaxResults' => '

The maximum number of results to return.

Use this parameter with NextToken to get results as a set of sequential pages.

', ], ], 'Message' => [ 'base' => NULL, 'refs' => [ 'DeploymentResult$Message' => '

Details about the deployment result.

', ], ], 'NextToken' => [ 'base' => NULL, 'refs' => [ 'ListExtensionVersionsRequest$NextToken' => '

The token that indicates the start of the next sequential page of results.

Use the token that is returned with a previous call to this operation. To start at the beginning of the result set, do not specify a value.

', 'ListExtensionVersionsResult$NextToken' => '

The token that indicates the start of the next sequential page of results.

Use this value when making the next call to this operation to continue where the last one finished.

', 'ListExtensionsRequest$NextToken' => '

The token that indicates the start of the next sequential page of results.

Use the token that is returned with a previous call to this operation. To start at the beginning of the result set, do not specify a value.

', 'ListExtensionsResult$NextToken' => '

The token that indicates the start of the next sequential page of results.

Use this value when making the next call to this operation to continue where the last one finished.

', 'ListGamesRequest$NextToken' => '

The token that indicates the start of the next sequential page of results.

Use the token that is returned with a previous call to this operation. To start at the beginning of the result set, do not specify a value.

', 'ListGamesResult$NextToken' => '

The token that indicates the start of the next sequential page of results.

Use this value when making the next call to this operation to continue where the last one finished.

', 'ListGeneratedCodeJobsRequest$NextToken' => '

The token that indicates the start of the next sequential page of results.

Use the token that is returned with a previous call to this operation. To start at the beginning of the result set, do not specify a value.

', 'ListGeneratedCodeJobsResult$NextToken' => '

The token that indicates the start of the next sequential page of results.

Use this value when making the next call to this operation to continue where the last one finished.

', 'ListSnapshotsRequest$NextToken' => '

The token that indicates the start of the next sequential page of results.

Use the token that is returned with a previous call to this operation. To start at the beginning of the result set, do not specify a value.

', 'ListSnapshotsResult$NextToken' => '

The token that indicates the start of the next sequential page of results.

Use this value when making the next call to this operation to continue where the last one finished.

', 'ListStageDeploymentsRequest$NextToken' => '

The token that indicates the start of the next sequential page of results.

Use the token that is returned with a previous call to this operation. To start at the beginning of the result set, do not specify a value.

', 'ListStageDeploymentsResult$NextToken' => '

The token that indicates the start of the next sequential page of results.

Use this value when making the next call to this operation to continue where the last one finished.

', 'ListStagesRequest$NextToken' => '

The token that indicates the start of the next sequential page of results.

Use the token that is returned with a previous call to this operation. To start at the beginning of the result set, do not specify a value.

', 'ListStagesResult$NextToken' => '

The token that indicates the start of the next sequential page of results.

Use this value when making the next call to this operation to continue where the last one finished.

', ], ], 'Operation' => [ 'base' => NULL, 'refs' => [ 'SectionModification$Operation' => '

The operation to be performed on a configuration section.

Content can be added, deleted, or replaced within a section.

', ], ], 'Path' => [ 'base' => NULL, 'refs' => [ 'SectionModification$Path' => '

The path within the section content to be modified.

', ], ], 'PlayerId' => [ 'base' => NULL, 'refs' => [ 'DisconnectPlayerRequest$PlayerId' => '

The unique identifier representing a player.

', 'GetPlayerConnectionStatusRequest$PlayerId' => '

The unique identifier representing a player.

', ], ], 'RawGameConfigurationData' => [ 'base' => NULL, 'refs' => [ 'ImportGameConfigurationSource$File' => '

The JSON string containing the configuration sections.

', ], ], 'ResourceArn' => [ 'base' => NULL, 'refs' => [ 'ListTagsForResourceRequest$ResourceArn' => '

The Amazon Resource Name (ARN) of the GameSparks resource.

', 'TagResourceRequest$ResourceArn' => '

The Amazon Resource Name (ARN) of the resource to add the tags to.

', 'UntagResourceRequest$ResourceArn' => '

The Amazon Resource Name (ARN) of the resource to remove the tags from.

', ], ], 'ResourceNotFoundException' => [ 'base' => '

The resource specified in the request does not exist.

', 'refs' => [], ], 'ResultCode' => [ 'base' => NULL, 'refs' => [ 'DeploymentResult$ResultCode' => '

The type of deployment result.

', ], ], 'RoleARN' => [ 'base' => NULL, 'refs' => [ 'CreateStageRequest$Role' => '

The Amazon Resource Name (ARN) of the role to run the game with. This role can be a game-defined role or the default role that GameSparks created.

', 'StageDetails$Role' => '

The Amazon Resource Name (ARN) of the role used to run the game runtimes deployed to the stage.

', 'UpdateStageRequest$Role' => '

The Amazon Resource Name (ARN) of the role to use for the game snapshots deployed to this stage.

', ], ], 'S3PresignedUrl' => [ 'base' => NULL, 'refs' => [ 'ExportSnapshotResult$S3Url' => '

The presigned URL for the snapshot data.

This URL will be available for 10 minutes, and can be used to download the snapshot content. If the URL expires, a new one can be requested using the same operation.

', 'GeneratedCodeJobDetails$S3Url' => '

A presigned URL that can be used to download the generated code.

', ], ], 'Section' => [ 'base' => '

The configuration section.

', 'refs' => [ 'Sections$value' => NULL, ], ], 'SectionList' => [ 'base' => NULL, 'refs' => [ 'GetGameConfigurationRequest$Sections' => '

The list of sections to return.

', 'GetSnapshotRequest$Sections' => '

The list of game configuration sections to be described.

', ], ], 'SectionModification' => [ 'base' => '

A single modification to the configuration section.

', 'refs' => [ 'SectionModificationList$member' => NULL, ], ], 'SectionModificationList' => [ 'base' => NULL, 'refs' => [ 'UpdateGameConfigurationRequest$Modifications' => '

The list of modifications to make.

', ], ], 'SectionName' => [ 'base' => NULL, 'refs' => [ 'Section$Name' => '

The name of the section.

', 'SectionList$member' => NULL, 'SectionModification$Section' => '

The name of the section to be modified.

', 'Sections$key' => NULL, ], ], 'Sections' => [ 'base' => NULL, 'refs' => [ 'GameConfigurationDetails$Sections' => '

Configuration data, organized by section name.

', 'SnapshotDetails$Sections' => '

The sections in the snapshot.

', ], ], 'ServiceQuotaExceededException' => [ 'base' => '

The request would result in exceeding service quota.

', 'refs' => [], ], 'SnapshotDescription' => [ 'base' => NULL, 'refs' => [ 'CreateSnapshotRequest$Description' => '

The description of the snapshot.

', 'SnapshotDetails$Description' => '

The description of the snapshot.

', 'SnapshotSummary$Description' => '

The description of the snapshot.

', 'UpdateSnapshotRequest$Description' => '

The description of the snapshot.

', ], ], 'SnapshotDetails' => [ 'base' => '

Properties that provide details of a snapshot.

', 'refs' => [ 'CreateSnapshotResult$Snapshot' => '

Properties that provide details of the created snapshot.

', 'GetSnapshotResult$Snapshot' => '

Properties that provide details of the snapshot.

', 'UpdateSnapshotResult$Snapshot' => '

Properties that provide details of the updated snapshot.

', ], ], 'SnapshotId' => [ 'base' => NULL, 'refs' => [ 'ExportSnapshotRequest$SnapshotId' => '

The identifier of the snapshot to export.

', 'GetGeneratedCodeJobRequest$SnapshotId' => '

The identifier of the snapshot for the code generation job.

', 'GetSnapshotRequest$SnapshotId' => '

The identifier of the snapshot.

', 'ListGeneratedCodeJobsRequest$SnapshotId' => '

The identifier of the snapshot.

', 'SnapshotDetails$Id' => '

The identifier of the snapshot.

', 'SnapshotSummary$Id' => '

The identifier of the snapshot.

', 'StageDeploymentDetails$SnapshotId' => '

The identifier of the snapshot associated with the stage deployment.

', 'StageDeploymentSummary$SnapshotId' => '

The identifier of the snapshot associated with the stage deployment.

', 'StartGeneratedCodeJobRequest$SnapshotId' => '

The identifier of the snapshot for which to generate code.

', 'StartStageDeploymentRequest$SnapshotId' => '

The identifier of the snapshot to deploy.

', 'UpdateSnapshotRequest$SnapshotId' => '

The identifier of the snapshot.

', ], ], 'SnapshotSummary' => [ 'base' => '

The summary of the properties of a snapshot.

', 'refs' => [ 'SnapshotSummaryList$member' => NULL, ], ], 'SnapshotSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListSnapshotsResult$Snapshots' => '

A list of snapshot summaries. You can use the returned snapshot IDs in the UpdateSnapshot and GetSnapshot operations.

', ], ], 'StageDeploymentDetails' => [ 'base' => '

Properties that provide details of a stage deployment.

', 'refs' => [ 'GetStageDeploymentResult$StageDeployment' => '

Properties that provide details of the stage deployment.

', 'StartStageDeploymentResult$StageDeployment' => '

Properties that describe the stage deployment.

', ], ], 'StageDeploymentList' => [ 'base' => NULL, 'refs' => [ 'ListStageDeploymentsResult$StageDeployments' => '

A list of stage deployment summaries. You can use the deployment IDs in the UpdateStageDeployment and GetStageDeployment actions.

', ], ], 'StageDeploymentSummary' => [ 'base' => '

The summary of the properties of a stage deployment.

', 'refs' => [ 'StageDeploymentList$member' => NULL, ], ], 'StageDescription' => [ 'base' => NULL, 'refs' => [ 'CreateStageRequest$Description' => '

The description of the stage.

', 'StageDetails$Description' => '

The description of the stage.

', 'StageSummary$Description' => '

The description of the stage.

', 'UpdateStageRequest$Description' => '

The description of the stage.

', ], ], 'StageDetails' => [ 'base' => '

Properties that provide details of a stage.

', 'refs' => [ 'CreateStageResult$Stage' => '

Properties that describe the stage.

', 'GetStageResult$Stage' => '

Properties that provide details of the stage.

', 'UpdateStageResult$Stage' => '

Properties that provide details of the updated stage.

', ], ], 'StageName' => [ 'base' => NULL, 'refs' => [ 'CreateStageRequest$StageName' => '

The name of the stage.

', 'DeleteStageRequest$StageName' => '

The name of the stage to delete.

', 'DisconnectPlayerRequest$StageName' => '

The name of the stage.

', 'GetPlayerConnectionStatusRequest$StageName' => '

The name of the stage.

', 'GetStageDeploymentRequest$StageName' => '

The name of the stage.

', 'GetStageRequest$StageName' => '

The name of the stage.

', 'ListStageDeploymentsRequest$StageName' => '

The name of the stage.

', 'StageDetails$Name' => '

The name of the stage.

', 'StageSummary$Name' => '

The name of the stage.

', 'StartStageDeploymentRequest$StageName' => '

The name of the stage to deploy the snapshot onto.

', 'UpdateStageRequest$StageName' => '

The name of the stage.

', ], ], 'StageState' => [ 'base' => NULL, 'refs' => [ 'StageDetails$State' => '

The state of the stage.

', 'StageSummary$State' => '

The state of the stage.

', ], ], 'StageSummary' => [ 'base' => '

The summary of the properties of a stage.

', 'refs' => [ 'StageSummaryList$member' => NULL, ], ], 'StageSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListStagesResult$Stages' => '

A list of stage summaries. You can use the stage names in the UpdateStage and GetStage actions.

', ], ], 'StartGeneratedCodeJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartGeneratedCodeJobResult' => [ 'base' => NULL, 'refs' => [], ], 'StartStageDeploymentRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartStageDeploymentResult' => [ 'base' => NULL, 'refs' => [], ], 'TagKey' => [ 'base' => NULL, 'refs' => [ 'TagKeyList$member' => NULL, 'TagMap$key' => NULL, ], ], 'TagKeyList' => [ 'base' => NULL, 'refs' => [ 'UntagResourceRequest$tagKeys' => '

The keys of the tags to remove.

', ], ], 'TagMap' => [ 'base' => NULL, 'refs' => [ 'CreateGameRequest$Tags' => '

The list of tags to apply to the game.

', 'CreateStageRequest$Tags' => '

The list of tags to apply to the stage.

', 'GameDetails$Tags' => '

The tags associated with the game.

', 'GameSummary$Tags' => '

The tags associated with the game.

', 'ListTagsForResourceResult$tags' => '

The tags associated with the resource.

', 'StageDetails$Tags' => '

The tags associated with the stage.

', 'StageSummary$Tags' => '

The tags associated with the stage.

', 'TagResourceRequest$tags' => '

The tags to add to the resource.

', ], ], 'TagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'TagResourceResult' => [ 'base' => NULL, 'refs' => [], ], 'TagValue' => [ 'base' => NULL, 'refs' => [ 'TagMap$value' => NULL, ], ], 'TargetPlatform' => [ 'base' => NULL, 'refs' => [ 'Generator$TargetPlatform' => '

The platform that will be used to run the generated code.

', ], ], 'ThrottlingException' => [ 'base' => '

The request throughput limit was exceeded.

', 'refs' => [], ], 'UntagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'UntagResourceResult' => [ 'base' => NULL, 'refs' => [], ], 'UpdateGameConfigurationRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateGameConfigurationResult' => [ 'base' => NULL, 'refs' => [], ], 'UpdateGameRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateGameResult' => [ 'base' => NULL, 'refs' => [], ], 'UpdateSnapshotRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateSnapshotResult' => [ 'base' => NULL, 'refs' => [], ], 'UpdateStageRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateStageResult' => [ 'base' => NULL, 'refs' => [], ], 'ValidationException' => [ 'base' => '

One of the parameters in the request is invalid.

', 'refs' => [], ], ],];