@aws-sdk/client-gamesparks
Advanced tools
Comparing version 3.296.0 to 3.297.0
@@ -7,2 +7,4 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
/** | ||
* @public | ||
* | ||
* The input for {@link CreateGameCommand}. | ||
@@ -13,2 +15,4 @@ */ | ||
/** | ||
* @public | ||
* | ||
* The output of {@link CreateGameCommand}. | ||
@@ -19,2 +23,3 @@ */ | ||
/** | ||
* @public | ||
* <p> | ||
@@ -34,2 +39,4 @@ * Creates a new game with an empty configuration. | ||
* | ||
* @param CreateGameCommandInput - {@link CreateGameCommandInput} | ||
* @returns {@link CreateGameCommandOutput} | ||
* @see {@link CreateGameCommandInput} for command's `input` shape. | ||
@@ -62,2 +69,5 @@ * @see {@link CreateGameCommandOutput} for command's `response` shape. | ||
static getEndpointParameterInstructions(): EndpointParameterInstructions; | ||
/** | ||
* @public | ||
*/ | ||
constructor(input: CreateGameCommandInput); | ||
@@ -68,4 +78,10 @@ /** | ||
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameSparksClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateGameCommandInput, CreateGameCommandOutput>; | ||
/** | ||
* @internal | ||
*/ | ||
private serialize; | ||
/** | ||
* @internal | ||
*/ | ||
private deserialize; | ||
} |
@@ -7,2 +7,4 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
/** | ||
* @public | ||
* | ||
* The input for {@link CreateSnapshotCommand}. | ||
@@ -13,2 +15,4 @@ */ | ||
/** | ||
* @public | ||
* | ||
* The output of {@link CreateSnapshotCommand}. | ||
@@ -19,2 +23,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Creates a snapshot of the game configuration.</p> | ||
@@ -31,2 +36,4 @@ * @example | ||
* | ||
* @param CreateSnapshotCommandInput - {@link CreateSnapshotCommandInput} | ||
* @returns {@link CreateSnapshotCommandOutput} | ||
* @see {@link CreateSnapshotCommandInput} for command's `input` shape. | ||
@@ -59,2 +66,5 @@ * @see {@link CreateSnapshotCommandOutput} for command's `response` shape. | ||
static getEndpointParameterInstructions(): EndpointParameterInstructions; | ||
/** | ||
* @public | ||
*/ | ||
constructor(input: CreateSnapshotCommandInput); | ||
@@ -65,4 +75,10 @@ /** | ||
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameSparksClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSnapshotCommandInput, CreateSnapshotCommandOutput>; | ||
/** | ||
* @internal | ||
*/ | ||
private serialize; | ||
/** | ||
* @internal | ||
*/ | ||
private deserialize; | ||
} |
@@ -7,2 +7,4 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
/** | ||
* @public | ||
* | ||
* The input for {@link CreateStageCommand}. | ||
@@ -13,2 +15,4 @@ */ | ||
/** | ||
* @public | ||
* | ||
* The output of {@link CreateStageCommand}. | ||
@@ -19,2 +23,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Creates a new stage for stage-by-stage game development and deployment.</p> | ||
@@ -31,2 +36,4 @@ * @example | ||
* | ||
* @param CreateStageCommandInput - {@link CreateStageCommandInput} | ||
* @returns {@link CreateStageCommandOutput} | ||
* @see {@link CreateStageCommandInput} for command's `input` shape. | ||
@@ -59,2 +66,5 @@ * @see {@link CreateStageCommandOutput} for command's `response` shape. | ||
static getEndpointParameterInstructions(): EndpointParameterInstructions; | ||
/** | ||
* @public | ||
*/ | ||
constructor(input: CreateStageCommandInput); | ||
@@ -65,4 +75,10 @@ /** | ||
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameSparksClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateStageCommandInput, CreateStageCommandOutput>; | ||
/** | ||
* @internal | ||
*/ | ||
private serialize; | ||
/** | ||
* @internal | ||
*/ | ||
private deserialize; | ||
} |
@@ -7,2 +7,4 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
/** | ||
* @public | ||
* | ||
* The input for {@link DeleteGameCommand}. | ||
@@ -13,2 +15,4 @@ */ | ||
/** | ||
* @public | ||
* | ||
* The output of {@link DeleteGameCommand}. | ||
@@ -19,2 +23,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Deletes a game.</p> | ||
@@ -31,2 +36,4 @@ * @example | ||
* | ||
* @param DeleteGameCommandInput - {@link DeleteGameCommandInput} | ||
* @returns {@link DeleteGameCommandOutput} | ||
* @see {@link DeleteGameCommandInput} for command's `input` shape. | ||
@@ -56,2 +63,5 @@ * @see {@link DeleteGameCommandOutput} for command's `response` shape. | ||
static getEndpointParameterInstructions(): EndpointParameterInstructions; | ||
/** | ||
* @public | ||
*/ | ||
constructor(input: DeleteGameCommandInput); | ||
@@ -62,4 +72,10 @@ /** | ||
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameSparksClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteGameCommandInput, DeleteGameCommandOutput>; | ||
/** | ||
* @internal | ||
*/ | ||
private serialize; | ||
/** | ||
* @internal | ||
*/ | ||
private deserialize; | ||
} |
@@ -7,2 +7,4 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
/** | ||
* @public | ||
* | ||
* The input for {@link DeleteStageCommand}. | ||
@@ -13,2 +15,4 @@ */ | ||
/** | ||
* @public | ||
* | ||
* The output of {@link DeleteStageCommand}. | ||
@@ -19,2 +23,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Deletes a stage from a game, along with the associated game runtime.</p> | ||
@@ -31,2 +36,4 @@ * @example | ||
* | ||
* @param DeleteStageCommandInput - {@link DeleteStageCommandInput} | ||
* @returns {@link DeleteStageCommandOutput} | ||
* @see {@link DeleteStageCommandInput} for command's `input` shape. | ||
@@ -59,2 +66,5 @@ * @see {@link DeleteStageCommandOutput} for command's `response` shape. | ||
static getEndpointParameterInstructions(): EndpointParameterInstructions; | ||
/** | ||
* @public | ||
*/ | ||
constructor(input: DeleteStageCommandInput); | ||
@@ -65,4 +75,10 @@ /** | ||
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameSparksClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteStageCommandInput, DeleteStageCommandOutput>; | ||
/** | ||
* @internal | ||
*/ | ||
private serialize; | ||
/** | ||
* @internal | ||
*/ | ||
private deserialize; | ||
} |
@@ -7,2 +7,4 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
/** | ||
* @public | ||
* | ||
* The input for {@link DisconnectPlayerCommand}. | ||
@@ -13,2 +15,4 @@ */ | ||
/** | ||
* @public | ||
* | ||
* The output of {@link DisconnectPlayerCommand}. | ||
@@ -19,2 +23,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Disconnects a player from the game runtime.</p> | ||
@@ -34,2 +39,4 @@ * <p> | ||
* | ||
* @param DisconnectPlayerCommandInput - {@link DisconnectPlayerCommandInput} | ||
* @returns {@link DisconnectPlayerCommandOutput} | ||
* @see {@link DisconnectPlayerCommandInput} for command's `input` shape. | ||
@@ -59,2 +66,5 @@ * @see {@link DisconnectPlayerCommandOutput} for command's `response` shape. | ||
static getEndpointParameterInstructions(): EndpointParameterInstructions; | ||
/** | ||
* @public | ||
*/ | ||
constructor(input: DisconnectPlayerCommandInput); | ||
@@ -65,4 +75,10 @@ /** | ||
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameSparksClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisconnectPlayerCommandInput, DisconnectPlayerCommandOutput>; | ||
/** | ||
* @internal | ||
*/ | ||
private serialize; | ||
/** | ||
* @internal | ||
*/ | ||
private deserialize; | ||
} |
@@ -7,2 +7,4 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
/** | ||
* @public | ||
* | ||
* The input for {@link ExportSnapshotCommand}. | ||
@@ -13,2 +15,4 @@ */ | ||
/** | ||
* @public | ||
* | ||
* The output of {@link ExportSnapshotCommand}. | ||
@@ -19,2 +23,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Exports a game configuration snapshot.</p> | ||
@@ -31,2 +36,4 @@ * @example | ||
* | ||
* @param ExportSnapshotCommandInput - {@link ExportSnapshotCommandInput} | ||
* @returns {@link ExportSnapshotCommandOutput} | ||
* @see {@link ExportSnapshotCommandInput} for command's `input` shape. | ||
@@ -56,2 +63,5 @@ * @see {@link ExportSnapshotCommandOutput} for command's `response` shape. | ||
static getEndpointParameterInstructions(): EndpointParameterInstructions; | ||
/** | ||
* @public | ||
*/ | ||
constructor(input: ExportSnapshotCommandInput); | ||
@@ -62,4 +72,10 @@ /** | ||
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameSparksClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExportSnapshotCommandInput, ExportSnapshotCommandOutput>; | ||
/** | ||
* @internal | ||
*/ | ||
private serialize; | ||
/** | ||
* @internal | ||
*/ | ||
private deserialize; | ||
} |
@@ -7,2 +7,4 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
/** | ||
* @public | ||
* | ||
* The input for {@link GetExtensionCommand}. | ||
@@ -13,2 +15,4 @@ */ | ||
/** | ||
* @public | ||
* | ||
* The output of {@link GetExtensionCommand}. | ||
@@ -19,2 +23,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Gets details about a specified extension.</p> | ||
@@ -31,2 +36,4 @@ * @example | ||
* | ||
* @param GetExtensionCommandInput - {@link GetExtensionCommandInput} | ||
* @returns {@link GetExtensionCommandOutput} | ||
* @see {@link GetExtensionCommandInput} for command's `input` shape. | ||
@@ -56,2 +63,5 @@ * @see {@link GetExtensionCommandOutput} for command's `response` shape. | ||
static getEndpointParameterInstructions(): EndpointParameterInstructions; | ||
/** | ||
* @public | ||
*/ | ||
constructor(input: GetExtensionCommandInput); | ||
@@ -62,4 +72,10 @@ /** | ||
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameSparksClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetExtensionCommandInput, GetExtensionCommandOutput>; | ||
/** | ||
* @internal | ||
*/ | ||
private serialize; | ||
/** | ||
* @internal | ||
*/ | ||
private deserialize; | ||
} |
@@ -7,2 +7,4 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
/** | ||
* @public | ||
* | ||
* The input for {@link GetExtensionVersionCommand}. | ||
@@ -13,2 +15,4 @@ */ | ||
/** | ||
* @public | ||
* | ||
* The output of {@link GetExtensionVersionCommand}. | ||
@@ -19,2 +23,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Gets details about a specified extension version.</p> | ||
@@ -31,2 +36,4 @@ * @example | ||
* | ||
* @param GetExtensionVersionCommandInput - {@link GetExtensionVersionCommandInput} | ||
* @returns {@link GetExtensionVersionCommandOutput} | ||
* @see {@link GetExtensionVersionCommandInput} for command's `input` shape. | ||
@@ -56,2 +63,5 @@ * @see {@link GetExtensionVersionCommandOutput} for command's `response` shape. | ||
static getEndpointParameterInstructions(): EndpointParameterInstructions; | ||
/** | ||
* @public | ||
*/ | ||
constructor(input: GetExtensionVersionCommandInput); | ||
@@ -62,4 +72,10 @@ /** | ||
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameSparksClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetExtensionVersionCommandInput, GetExtensionVersionCommandOutput>; | ||
/** | ||
* @internal | ||
*/ | ||
private serialize; | ||
/** | ||
* @internal | ||
*/ | ||
private deserialize; | ||
} |
@@ -7,2 +7,4 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
/** | ||
* @public | ||
* | ||
* The input for {@link GetGameCommand}. | ||
@@ -13,2 +15,4 @@ */ | ||
/** | ||
* @public | ||
* | ||
* The output of {@link GetGameCommand}. | ||
@@ -19,2 +23,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Gets details about a game.</p> | ||
@@ -31,2 +36,4 @@ * @example | ||
* | ||
* @param GetGameCommandInput - {@link GetGameCommandInput} | ||
* @returns {@link GetGameCommandOutput} | ||
* @see {@link GetGameCommandInput} for command's `input` shape. | ||
@@ -56,2 +63,5 @@ * @see {@link GetGameCommandOutput} for command's `response` shape. | ||
static getEndpointParameterInstructions(): EndpointParameterInstructions; | ||
/** | ||
* @public | ||
*/ | ||
constructor(input: GetGameCommandInput); | ||
@@ -62,4 +72,10 @@ /** | ||
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameSparksClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetGameCommandInput, GetGameCommandOutput>; | ||
/** | ||
* @internal | ||
*/ | ||
private serialize; | ||
/** | ||
* @internal | ||
*/ | ||
private deserialize; | ||
} |
@@ -7,2 +7,4 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
/** | ||
* @public | ||
* | ||
* The input for {@link GetGameConfigurationCommand}. | ||
@@ -13,2 +15,4 @@ */ | ||
/** | ||
* @public | ||
* | ||
* The output of {@link GetGameConfigurationCommand}. | ||
@@ -19,2 +23,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Gets the configuration of the game.</p> | ||
@@ -31,2 +36,4 @@ * @example | ||
* | ||
* @param GetGameConfigurationCommandInput - {@link GetGameConfigurationCommandInput} | ||
* @returns {@link GetGameConfigurationCommandOutput} | ||
* @see {@link GetGameConfigurationCommandInput} for command's `input` shape. | ||
@@ -56,2 +63,5 @@ * @see {@link GetGameConfigurationCommandOutput} for command's `response` shape. | ||
static getEndpointParameterInstructions(): EndpointParameterInstructions; | ||
/** | ||
* @public | ||
*/ | ||
constructor(input: GetGameConfigurationCommandInput); | ||
@@ -62,4 +72,10 @@ /** | ||
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameSparksClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetGameConfigurationCommandInput, GetGameConfigurationCommandOutput>; | ||
/** | ||
* @internal | ||
*/ | ||
private serialize; | ||
/** | ||
* @internal | ||
*/ | ||
private deserialize; | ||
} |
@@ -7,2 +7,4 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
/** | ||
* @public | ||
* | ||
* The input for {@link GetGeneratedCodeJobCommand}. | ||
@@ -13,2 +15,4 @@ */ | ||
/** | ||
* @public | ||
* | ||
* The output of {@link GetGeneratedCodeJobCommand}. | ||
@@ -19,2 +23,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Gets details about a job that is generating code for a snapshot.</p> | ||
@@ -31,2 +36,4 @@ * @example | ||
* | ||
* @param GetGeneratedCodeJobCommandInput - {@link GetGeneratedCodeJobCommandInput} | ||
* @returns {@link GetGeneratedCodeJobCommandOutput} | ||
* @see {@link GetGeneratedCodeJobCommandInput} for command's `input` shape. | ||
@@ -56,2 +63,5 @@ * @see {@link GetGeneratedCodeJobCommandOutput} for command's `response` shape. | ||
static getEndpointParameterInstructions(): EndpointParameterInstructions; | ||
/** | ||
* @public | ||
*/ | ||
constructor(input: GetGeneratedCodeJobCommandInput); | ||
@@ -62,4 +72,10 @@ /** | ||
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameSparksClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetGeneratedCodeJobCommandInput, GetGeneratedCodeJobCommandOutput>; | ||
/** | ||
* @internal | ||
*/ | ||
private serialize; | ||
/** | ||
* @internal | ||
*/ | ||
private deserialize; | ||
} |
@@ -7,2 +7,4 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
/** | ||
* @public | ||
* | ||
* The input for {@link GetPlayerConnectionStatusCommand}. | ||
@@ -13,2 +15,4 @@ */ | ||
/** | ||
* @public | ||
* | ||
* The output of {@link GetPlayerConnectionStatusCommand}. | ||
@@ -19,2 +23,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Gets the status of a player's connection to the game runtime.</p> | ||
@@ -35,2 +40,4 @@ * <p> | ||
* | ||
* @param GetPlayerConnectionStatusCommandInput - {@link GetPlayerConnectionStatusCommandInput} | ||
* @returns {@link GetPlayerConnectionStatusCommandOutput} | ||
* @see {@link GetPlayerConnectionStatusCommandInput} for command's `input` shape. | ||
@@ -60,2 +67,5 @@ * @see {@link GetPlayerConnectionStatusCommandOutput} for command's `response` shape. | ||
static getEndpointParameterInstructions(): EndpointParameterInstructions; | ||
/** | ||
* @public | ||
*/ | ||
constructor(input: GetPlayerConnectionStatusCommandInput); | ||
@@ -66,4 +76,10 @@ /** | ||
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameSparksClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPlayerConnectionStatusCommandInput, GetPlayerConnectionStatusCommandOutput>; | ||
/** | ||
* @internal | ||
*/ | ||
private serialize; | ||
/** | ||
* @internal | ||
*/ | ||
private deserialize; | ||
} |
@@ -7,2 +7,4 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
/** | ||
* @public | ||
* | ||
* The input for {@link GetSnapshotCommand}. | ||
@@ -13,2 +15,4 @@ */ | ||
/** | ||
* @public | ||
* | ||
* The output of {@link GetSnapshotCommand}. | ||
@@ -19,2 +23,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Gets a copy of the game configuration in a snapshot.</p> | ||
@@ -31,2 +36,4 @@ * @example | ||
* | ||
* @param GetSnapshotCommandInput - {@link GetSnapshotCommandInput} | ||
* @returns {@link GetSnapshotCommandOutput} | ||
* @see {@link GetSnapshotCommandInput} for command's `input` shape. | ||
@@ -56,2 +63,5 @@ * @see {@link GetSnapshotCommandOutput} for command's `response` shape. | ||
static getEndpointParameterInstructions(): EndpointParameterInstructions; | ||
/** | ||
* @public | ||
*/ | ||
constructor(input: GetSnapshotCommandInput); | ||
@@ -62,4 +72,10 @@ /** | ||
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameSparksClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSnapshotCommandInput, GetSnapshotCommandOutput>; | ||
/** | ||
* @internal | ||
*/ | ||
private serialize; | ||
/** | ||
* @internal | ||
*/ | ||
private deserialize; | ||
} |
@@ -7,2 +7,4 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
/** | ||
* @public | ||
* | ||
* The input for {@link GetStageCommand}. | ||
@@ -13,2 +15,4 @@ */ | ||
/** | ||
* @public | ||
* | ||
* The output of {@link GetStageCommand}. | ||
@@ -19,2 +23,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Gets information about a stage.</p> | ||
@@ -31,2 +36,4 @@ * @example | ||
* | ||
* @param GetStageCommandInput - {@link GetStageCommandInput} | ||
* @returns {@link GetStageCommandOutput} | ||
* @see {@link GetStageCommandInput} for command's `input` shape. | ||
@@ -56,2 +63,5 @@ * @see {@link GetStageCommandOutput} for command's `response` shape. | ||
static getEndpointParameterInstructions(): EndpointParameterInstructions; | ||
/** | ||
* @public | ||
*/ | ||
constructor(input: GetStageCommandInput); | ||
@@ -62,4 +72,10 @@ /** | ||
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameSparksClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetStageCommandInput, GetStageCommandOutput>; | ||
/** | ||
* @internal | ||
*/ | ||
private serialize; | ||
/** | ||
* @internal | ||
*/ | ||
private deserialize; | ||
} |
@@ -7,2 +7,4 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
/** | ||
* @public | ||
* | ||
* The input for {@link GetStageDeploymentCommand}. | ||
@@ -13,2 +15,4 @@ */ | ||
/** | ||
* @public | ||
* | ||
* The output of {@link GetStageDeploymentCommand}. | ||
@@ -19,2 +23,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Gets information about a stage deployment.</p> | ||
@@ -31,2 +36,4 @@ * @example | ||
* | ||
* @param GetStageDeploymentCommandInput - {@link GetStageDeploymentCommandInput} | ||
* @returns {@link GetStageDeploymentCommandOutput} | ||
* @see {@link GetStageDeploymentCommandInput} for command's `input` shape. | ||
@@ -56,2 +63,5 @@ * @see {@link GetStageDeploymentCommandOutput} for command's `response` shape. | ||
static getEndpointParameterInstructions(): EndpointParameterInstructions; | ||
/** | ||
* @public | ||
*/ | ||
constructor(input: GetStageDeploymentCommandInput); | ||
@@ -62,4 +72,10 @@ /** | ||
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameSparksClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetStageDeploymentCommandInput, GetStageDeploymentCommandOutput>; | ||
/** | ||
* @internal | ||
*/ | ||
private serialize; | ||
/** | ||
* @internal | ||
*/ | ||
private deserialize; | ||
} |
@@ -7,2 +7,4 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
/** | ||
* @public | ||
* | ||
* The input for {@link ImportGameConfigurationCommand}. | ||
@@ -13,2 +15,4 @@ */ | ||
/** | ||
* @public | ||
* | ||
* The output of {@link ImportGameConfigurationCommand}. | ||
@@ -19,2 +23,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Imports a game configuration.</p> | ||
@@ -36,2 +41,4 @@ * <p> | ||
* | ||
* @param ImportGameConfigurationCommandInput - {@link ImportGameConfigurationCommandInput} | ||
* @returns {@link ImportGameConfigurationCommandOutput} | ||
* @see {@link ImportGameConfigurationCommandInput} for command's `input` shape. | ||
@@ -64,2 +71,5 @@ * @see {@link ImportGameConfigurationCommandOutput} for command's `response` shape. | ||
static getEndpointParameterInstructions(): EndpointParameterInstructions; | ||
/** | ||
* @public | ||
*/ | ||
constructor(input: ImportGameConfigurationCommandInput); | ||
@@ -70,4 +80,10 @@ /** | ||
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameSparksClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportGameConfigurationCommandInput, ImportGameConfigurationCommandOutput>; | ||
/** | ||
* @internal | ||
*/ | ||
private serialize; | ||
/** | ||
* @internal | ||
*/ | ||
private deserialize; | ||
} |
@@ -7,2 +7,4 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
/** | ||
* @public | ||
* | ||
* The input for {@link ListExtensionsCommand}. | ||
@@ -13,2 +15,4 @@ */ | ||
/** | ||
* @public | ||
* | ||
* The output of {@link ListExtensionsCommand}. | ||
@@ -19,2 +23,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Gets a paginated list of available extensions.</p> | ||
@@ -34,2 +39,4 @@ * <p> | ||
* | ||
* @param ListExtensionsCommandInput - {@link ListExtensionsCommandInput} | ||
* @returns {@link ListExtensionsCommandOutput} | ||
* @see {@link ListExtensionsCommandInput} for command's `input` shape. | ||
@@ -56,2 +63,5 @@ * @see {@link ListExtensionsCommandOutput} for command's `response` shape. | ||
static getEndpointParameterInstructions(): EndpointParameterInstructions; | ||
/** | ||
* @public | ||
*/ | ||
constructor(input: ListExtensionsCommandInput); | ||
@@ -62,4 +72,10 @@ /** | ||
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameSparksClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListExtensionsCommandInput, ListExtensionsCommandOutput>; | ||
/** | ||
* @internal | ||
*/ | ||
private serialize; | ||
/** | ||
* @internal | ||
*/ | ||
private deserialize; | ||
} |
@@ -7,2 +7,4 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
/** | ||
* @public | ||
* | ||
* The input for {@link ListExtensionVersionsCommand}. | ||
@@ -13,2 +15,4 @@ */ | ||
/** | ||
* @public | ||
* | ||
* The output of {@link ListExtensionVersionsCommand}. | ||
@@ -19,2 +23,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Gets a paginated list of available versions for the extension.</p> | ||
@@ -35,2 +40,4 @@ * <p> | ||
* | ||
* @param ListExtensionVersionsCommandInput - {@link ListExtensionVersionsCommandInput} | ||
* @returns {@link ListExtensionVersionsCommandOutput} | ||
* @see {@link ListExtensionVersionsCommandInput} for command's `input` shape. | ||
@@ -60,2 +67,5 @@ * @see {@link ListExtensionVersionsCommandOutput} for command's `response` shape. | ||
static getEndpointParameterInstructions(): EndpointParameterInstructions; | ||
/** | ||
* @public | ||
*/ | ||
constructor(input: ListExtensionVersionsCommandInput); | ||
@@ -66,4 +76,10 @@ /** | ||
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameSparksClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListExtensionVersionsCommandInput, ListExtensionVersionsCommandOutput>; | ||
/** | ||
* @internal | ||
*/ | ||
private serialize; | ||
/** | ||
* @internal | ||
*/ | ||
private deserialize; | ||
} |
@@ -7,2 +7,4 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
/** | ||
* @public | ||
* | ||
* The input for {@link ListGamesCommand}. | ||
@@ -13,2 +15,4 @@ */ | ||
/** | ||
* @public | ||
* | ||
* The output of {@link ListGamesCommand}. | ||
@@ -19,2 +23,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Gets a paginated list of games.</p> | ||
@@ -31,2 +36,4 @@ * @example | ||
* | ||
* @param ListGamesCommandInput - {@link ListGamesCommandInput} | ||
* @returns {@link ListGamesCommandOutput} | ||
* @see {@link ListGamesCommandInput} for command's `input` shape. | ||
@@ -53,2 +60,5 @@ * @see {@link ListGamesCommandOutput} for command's `response` shape. | ||
static getEndpointParameterInstructions(): EndpointParameterInstructions; | ||
/** | ||
* @public | ||
*/ | ||
constructor(input: ListGamesCommandInput); | ||
@@ -59,4 +69,10 @@ /** | ||
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameSparksClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListGamesCommandInput, ListGamesCommandOutput>; | ||
/** | ||
* @internal | ||
*/ | ||
private serialize; | ||
/** | ||
* @internal | ||
*/ | ||
private deserialize; | ||
} |
@@ -7,2 +7,4 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
/** | ||
* @public | ||
* | ||
* The input for {@link ListGeneratedCodeJobsCommand}. | ||
@@ -13,2 +15,4 @@ */ | ||
/** | ||
* @public | ||
* | ||
* The output of {@link ListGeneratedCodeJobsCommand}. | ||
@@ -19,2 +23,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Gets a paginated list of code generation jobs for a snapshot.</p> | ||
@@ -31,2 +36,4 @@ * @example | ||
* | ||
* @param ListGeneratedCodeJobsCommandInput - {@link ListGeneratedCodeJobsCommandInput} | ||
* @returns {@link ListGeneratedCodeJobsCommandOutput} | ||
* @see {@link ListGeneratedCodeJobsCommandInput} for command's `input` shape. | ||
@@ -56,2 +63,5 @@ * @see {@link ListGeneratedCodeJobsCommandOutput} for command's `response` shape. | ||
static getEndpointParameterInstructions(): EndpointParameterInstructions; | ||
/** | ||
* @public | ||
*/ | ||
constructor(input: ListGeneratedCodeJobsCommandInput); | ||
@@ -62,4 +72,10 @@ /** | ||
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameSparksClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListGeneratedCodeJobsCommandInput, ListGeneratedCodeJobsCommandOutput>; | ||
/** | ||
* @internal | ||
*/ | ||
private serialize; | ||
/** | ||
* @internal | ||
*/ | ||
private deserialize; | ||
} |
@@ -7,2 +7,4 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
/** | ||
* @public | ||
* | ||
* The input for {@link ListSnapshotsCommand}. | ||
@@ -13,2 +15,4 @@ */ | ||
/** | ||
* @public | ||
* | ||
* The output of {@link ListSnapshotsCommand}. | ||
@@ -19,2 +23,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Gets a paginated list of snapshot summaries from the game.</p> | ||
@@ -31,2 +36,4 @@ * @example | ||
* | ||
* @param ListSnapshotsCommandInput - {@link ListSnapshotsCommandInput} | ||
* @returns {@link ListSnapshotsCommandOutput} | ||
* @see {@link ListSnapshotsCommandInput} for command's `input` shape. | ||
@@ -56,2 +63,5 @@ * @see {@link ListSnapshotsCommandOutput} for command's `response` shape. | ||
static getEndpointParameterInstructions(): EndpointParameterInstructions; | ||
/** | ||
* @public | ||
*/ | ||
constructor(input: ListSnapshotsCommandInput); | ||
@@ -62,4 +72,10 @@ /** | ||
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameSparksClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSnapshotsCommandInput, ListSnapshotsCommandOutput>; | ||
/** | ||
* @internal | ||
*/ | ||
private serialize; | ||
/** | ||
* @internal | ||
*/ | ||
private deserialize; | ||
} |
@@ -7,2 +7,4 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
/** | ||
* @public | ||
* | ||
* The input for {@link ListStageDeploymentsCommand}. | ||
@@ -13,2 +15,4 @@ */ | ||
/** | ||
* @public | ||
* | ||
* The output of {@link ListStageDeploymentsCommand}. | ||
@@ -19,2 +23,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Gets a paginated list of stage deployment summaries from the game.</p> | ||
@@ -31,2 +36,4 @@ * @example | ||
* | ||
* @param ListStageDeploymentsCommandInput - {@link ListStageDeploymentsCommandInput} | ||
* @returns {@link ListStageDeploymentsCommandOutput} | ||
* @see {@link ListStageDeploymentsCommandInput} for command's `input` shape. | ||
@@ -56,2 +63,5 @@ * @see {@link ListStageDeploymentsCommandOutput} for command's `response` shape. | ||
static getEndpointParameterInstructions(): EndpointParameterInstructions; | ||
/** | ||
* @public | ||
*/ | ||
constructor(input: ListStageDeploymentsCommandInput); | ||
@@ -62,4 +72,10 @@ /** | ||
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameSparksClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListStageDeploymentsCommandInput, ListStageDeploymentsCommandOutput>; | ||
/** | ||
* @internal | ||
*/ | ||
private serialize; | ||
/** | ||
* @internal | ||
*/ | ||
private deserialize; | ||
} |
@@ -7,2 +7,4 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
/** | ||
* @public | ||
* | ||
* The input for {@link ListStagesCommand}. | ||
@@ -13,2 +15,4 @@ */ | ||
/** | ||
* @public | ||
* | ||
* The output of {@link ListStagesCommand}. | ||
@@ -19,2 +23,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Gets a paginated list of stage summaries from the game.</p> | ||
@@ -31,2 +36,4 @@ * @example | ||
* | ||
* @param ListStagesCommandInput - {@link ListStagesCommandInput} | ||
* @returns {@link ListStagesCommandOutput} | ||
* @see {@link ListStagesCommandInput} for command's `input` shape. | ||
@@ -56,2 +63,5 @@ * @see {@link ListStagesCommandOutput} for command's `response` shape. | ||
static getEndpointParameterInstructions(): EndpointParameterInstructions; | ||
/** | ||
* @public | ||
*/ | ||
constructor(input: ListStagesCommandInput); | ||
@@ -62,4 +72,10 @@ /** | ||
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameSparksClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListStagesCommandInput, ListStagesCommandOutput>; | ||
/** | ||
* @internal | ||
*/ | ||
private serialize; | ||
/** | ||
* @internal | ||
*/ | ||
private deserialize; | ||
} |
@@ -7,2 +7,4 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
/** | ||
* @public | ||
* | ||
* The input for {@link ListTagsForResourceCommand}. | ||
@@ -13,2 +15,4 @@ */ | ||
/** | ||
* @public | ||
* | ||
* The output of {@link ListTagsForResourceCommand}. | ||
@@ -19,2 +23,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Lists the tags associated with a GameSparks resource.</p> | ||
@@ -31,2 +36,4 @@ * @example | ||
* | ||
* @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput} | ||
* @returns {@link ListTagsForResourceCommandOutput} | ||
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape. | ||
@@ -50,2 +57,5 @@ * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape. | ||
static getEndpointParameterInstructions(): EndpointParameterInstructions; | ||
/** | ||
* @public | ||
*/ | ||
constructor(input: ListTagsForResourceCommandInput); | ||
@@ -56,4 +66,10 @@ /** | ||
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameSparksClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>; | ||
/** | ||
* @internal | ||
*/ | ||
private serialize; | ||
/** | ||
* @internal | ||
*/ | ||
private deserialize; | ||
} |
@@ -7,2 +7,4 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
/** | ||
* @public | ||
* | ||
* The input for {@link StartGeneratedCodeJobCommand}. | ||
@@ -13,2 +15,4 @@ */ | ||
/** | ||
* @public | ||
* | ||
* The output of {@link StartGeneratedCodeJobCommand}. | ||
@@ -19,2 +23,3 @@ */ | ||
/** | ||
* @public | ||
* <p> | ||
@@ -34,2 +39,4 @@ * Starts an asynchronous process that generates client code for system-defined and custom messages. | ||
* | ||
* @param StartGeneratedCodeJobCommandInput - {@link StartGeneratedCodeJobCommandInput} | ||
* @returns {@link StartGeneratedCodeJobCommandOutput} | ||
* @see {@link StartGeneratedCodeJobCommandInput} for command's `input` shape. | ||
@@ -59,2 +66,5 @@ * @see {@link StartGeneratedCodeJobCommandOutput} for command's `response` shape. | ||
static getEndpointParameterInstructions(): EndpointParameterInstructions; | ||
/** | ||
* @public | ||
*/ | ||
constructor(input: StartGeneratedCodeJobCommandInput); | ||
@@ -65,4 +75,10 @@ /** | ||
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameSparksClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartGeneratedCodeJobCommandInput, StartGeneratedCodeJobCommandOutput>; | ||
/** | ||
* @internal | ||
*/ | ||
private serialize; | ||
/** | ||
* @internal | ||
*/ | ||
private deserialize; | ||
} |
@@ -7,2 +7,4 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
/** | ||
* @public | ||
* | ||
* The input for {@link StartStageDeploymentCommand}. | ||
@@ -13,2 +15,4 @@ */ | ||
/** | ||
* @public | ||
* | ||
* The output of {@link StartStageDeploymentCommand}. | ||
@@ -19,2 +23,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Deploys a snapshot to the stage and creates a new game runtime.</p> | ||
@@ -40,2 +45,4 @@ * <p> | ||
* | ||
* @param StartStageDeploymentCommandInput - {@link StartStageDeploymentCommandInput} | ||
* @returns {@link StartStageDeploymentCommandOutput} | ||
* @see {@link StartStageDeploymentCommandInput} for command's `input` shape. | ||
@@ -68,2 +75,5 @@ * @see {@link StartStageDeploymentCommandOutput} for command's `response` shape. | ||
static getEndpointParameterInstructions(): EndpointParameterInstructions; | ||
/** | ||
* @public | ||
*/ | ||
constructor(input: StartStageDeploymentCommandInput); | ||
@@ -74,4 +84,10 @@ /** | ||
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameSparksClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartStageDeploymentCommandInput, StartStageDeploymentCommandOutput>; | ||
/** | ||
* @internal | ||
*/ | ||
private serialize; | ||
/** | ||
* @internal | ||
*/ | ||
private deserialize; | ||
} |
@@ -7,2 +7,4 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
/** | ||
* @public | ||
* | ||
* The input for {@link TagResourceCommand}. | ||
@@ -13,2 +15,4 @@ */ | ||
/** | ||
* @public | ||
* | ||
* The output of {@link TagResourceCommand}. | ||
@@ -19,2 +23,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Adds tags to a GameSparks resource.</p> | ||
@@ -31,2 +36,4 @@ * @example | ||
* | ||
* @param TagResourceCommandInput - {@link TagResourceCommandInput} | ||
* @returns {@link TagResourceCommandOutput} | ||
* @see {@link TagResourceCommandInput} for command's `input` shape. | ||
@@ -50,2 +57,5 @@ * @see {@link TagResourceCommandOutput} for command's `response` shape. | ||
static getEndpointParameterInstructions(): EndpointParameterInstructions; | ||
/** | ||
* @public | ||
*/ | ||
constructor(input: TagResourceCommandInput); | ||
@@ -56,4 +66,10 @@ /** | ||
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameSparksClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>; | ||
/** | ||
* @internal | ||
*/ | ||
private serialize; | ||
/** | ||
* @internal | ||
*/ | ||
private deserialize; | ||
} |
@@ -7,2 +7,4 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
/** | ||
* @public | ||
* | ||
* The input for {@link UntagResourceCommand}. | ||
@@ -13,2 +15,4 @@ */ | ||
/** | ||
* @public | ||
* | ||
* The output of {@link UntagResourceCommand}. | ||
@@ -19,2 +23,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Removes tags from a GameSparks resource.</p> | ||
@@ -31,2 +36,4 @@ * @example | ||
* | ||
* @param UntagResourceCommandInput - {@link UntagResourceCommandInput} | ||
* @returns {@link UntagResourceCommandOutput} | ||
* @see {@link UntagResourceCommandInput} for command's `input` shape. | ||
@@ -50,2 +57,5 @@ * @see {@link UntagResourceCommandOutput} for command's `response` shape. | ||
static getEndpointParameterInstructions(): EndpointParameterInstructions; | ||
/** | ||
* @public | ||
*/ | ||
constructor(input: UntagResourceCommandInput); | ||
@@ -56,4 +66,10 @@ /** | ||
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameSparksClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>; | ||
/** | ||
* @internal | ||
*/ | ||
private serialize; | ||
/** | ||
* @internal | ||
*/ | ||
private deserialize; | ||
} |
@@ -7,2 +7,4 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
/** | ||
* @public | ||
* | ||
* The input for {@link UpdateGameCommand}. | ||
@@ -13,2 +15,4 @@ */ | ||
/** | ||
* @public | ||
* | ||
* The output of {@link UpdateGameCommand}. | ||
@@ -19,2 +23,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Updates details of the game.</p> | ||
@@ -31,2 +36,4 @@ * @example | ||
* | ||
* @param UpdateGameCommandInput - {@link UpdateGameCommandInput} | ||
* @returns {@link UpdateGameCommandOutput} | ||
* @see {@link UpdateGameCommandInput} for command's `input` shape. | ||
@@ -56,2 +63,5 @@ * @see {@link UpdateGameCommandOutput} for command's `response` shape. | ||
static getEndpointParameterInstructions(): EndpointParameterInstructions; | ||
/** | ||
* @public | ||
*/ | ||
constructor(input: UpdateGameCommandInput); | ||
@@ -62,4 +72,10 @@ /** | ||
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameSparksClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateGameCommandInput, UpdateGameCommandOutput>; | ||
/** | ||
* @internal | ||
*/ | ||
private serialize; | ||
/** | ||
* @internal | ||
*/ | ||
private deserialize; | ||
} |
@@ -7,2 +7,4 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
/** | ||
* @public | ||
* | ||
* The input for {@link UpdateGameConfigurationCommand}. | ||
@@ -13,2 +15,4 @@ */ | ||
/** | ||
* @public | ||
* | ||
* The output of {@link UpdateGameConfigurationCommand}. | ||
@@ -19,2 +23,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Updates one or more sections of the game configuration.</p> | ||
@@ -31,2 +36,4 @@ * @example | ||
* | ||
* @param UpdateGameConfigurationCommandInput - {@link UpdateGameConfigurationCommandInput} | ||
* @returns {@link UpdateGameConfigurationCommandOutput} | ||
* @see {@link UpdateGameConfigurationCommandInput} for command's `input` shape. | ||
@@ -59,2 +66,5 @@ * @see {@link UpdateGameConfigurationCommandOutput} for command's `response` shape. | ||
static getEndpointParameterInstructions(): EndpointParameterInstructions; | ||
/** | ||
* @public | ||
*/ | ||
constructor(input: UpdateGameConfigurationCommandInput); | ||
@@ -65,4 +75,10 @@ /** | ||
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameSparksClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateGameConfigurationCommandInput, UpdateGameConfigurationCommandOutput>; | ||
/** | ||
* @internal | ||
*/ | ||
private serialize; | ||
/** | ||
* @internal | ||
*/ | ||
private deserialize; | ||
} |
@@ -7,2 +7,4 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
/** | ||
* @public | ||
* | ||
* The input for {@link UpdateSnapshotCommand}. | ||
@@ -13,2 +15,4 @@ */ | ||
/** | ||
* @public | ||
* | ||
* The output of {@link UpdateSnapshotCommand}. | ||
@@ -19,2 +23,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Updates the metadata of a GameSparks snapshot.</p> | ||
@@ -31,2 +36,4 @@ * @example | ||
* | ||
* @param UpdateSnapshotCommandInput - {@link UpdateSnapshotCommandInput} | ||
* @returns {@link UpdateSnapshotCommandOutput} | ||
* @see {@link UpdateSnapshotCommandInput} for command's `input` shape. | ||
@@ -56,2 +63,5 @@ * @see {@link UpdateSnapshotCommandOutput} for command's `response` shape. | ||
static getEndpointParameterInstructions(): EndpointParameterInstructions; | ||
/** | ||
* @public | ||
*/ | ||
constructor(input: UpdateSnapshotCommandInput); | ||
@@ -62,4 +72,10 @@ /** | ||
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameSparksClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSnapshotCommandInput, UpdateSnapshotCommandOutput>; | ||
/** | ||
* @internal | ||
*/ | ||
private serialize; | ||
/** | ||
* @internal | ||
*/ | ||
private deserialize; | ||
} |
@@ -7,2 +7,4 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; | ||
/** | ||
* @public | ||
* | ||
* The input for {@link UpdateStageCommand}. | ||
@@ -13,2 +15,4 @@ */ | ||
/** | ||
* @public | ||
* | ||
* The output of {@link UpdateStageCommand}. | ||
@@ -19,2 +23,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Updates the metadata of a stage.</p> | ||
@@ -31,2 +36,4 @@ * @example | ||
* | ||
* @param UpdateStageCommandInput - {@link UpdateStageCommandInput} | ||
* @returns {@link UpdateStageCommandOutput} | ||
* @see {@link UpdateStageCommandInput} for command's `input` shape. | ||
@@ -56,2 +63,5 @@ * @see {@link UpdateStageCommandOutput} for command's `response` shape. | ||
static getEndpointParameterInstructions(): EndpointParameterInstructions; | ||
/** | ||
* @public | ||
*/ | ||
constructor(input: UpdateStageCommandInput); | ||
@@ -62,4 +72,10 @@ /** | ||
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameSparksClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateStageCommandInput, UpdateStageCommandOutput>; | ||
/** | ||
* @internal | ||
*/ | ||
private serialize; | ||
/** | ||
* @internal | ||
*/ | ||
private deserialize; | ||
} |
@@ -37,2 +37,3 @@ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; | ||
/** | ||
* @public | ||
* <p/> | ||
@@ -42,2 +43,3 @@ */ | ||
/** | ||
* @public | ||
* <p> | ||
@@ -52,2 +54,3 @@ * Creates a new game with an empty configuration. | ||
/** | ||
* @public | ||
* <p>Creates a snapshot of the game configuration.</p> | ||
@@ -59,2 +62,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Creates a new stage for stage-by-stage game development and deployment.</p> | ||
@@ -66,2 +70,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Deletes a game.</p> | ||
@@ -73,2 +78,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Deletes a stage from a game, along with the associated game runtime.</p> | ||
@@ -80,2 +86,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Disconnects a player from the game runtime.</p> | ||
@@ -90,2 +97,3 @@ * <p> | ||
/** | ||
* @public | ||
* <p>Exports a game configuration snapshot.</p> | ||
@@ -97,2 +105,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Gets details about a specified extension.</p> | ||
@@ -104,2 +113,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Gets details about a specified extension version.</p> | ||
@@ -111,2 +121,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Gets details about a game.</p> | ||
@@ -118,2 +129,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Gets the configuration of the game.</p> | ||
@@ -125,2 +137,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Gets details about a job that is generating code for a snapshot.</p> | ||
@@ -132,2 +145,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Gets the status of a player's connection to the game runtime.</p> | ||
@@ -143,2 +157,3 @@ * <p> | ||
/** | ||
* @public | ||
* <p>Gets a copy of the game configuration in a snapshot.</p> | ||
@@ -150,2 +165,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Gets information about a stage.</p> | ||
@@ -157,2 +173,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Gets information about a stage deployment.</p> | ||
@@ -164,2 +181,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Imports a game configuration.</p> | ||
@@ -176,2 +194,3 @@ * <p> | ||
/** | ||
* @public | ||
* <p>Gets a paginated list of available extensions.</p> | ||
@@ -186,2 +205,3 @@ * <p> | ||
/** | ||
* @public | ||
* <p>Gets a paginated list of available versions for the extension.</p> | ||
@@ -197,2 +217,3 @@ * <p> | ||
/** | ||
* @public | ||
* <p>Gets a paginated list of games.</p> | ||
@@ -204,2 +225,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Gets a paginated list of code generation jobs for a snapshot.</p> | ||
@@ -211,2 +233,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Gets a paginated list of snapshot summaries from the game.</p> | ||
@@ -218,2 +241,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Gets a paginated list of stage deployment summaries from the game.</p> | ||
@@ -225,2 +249,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Gets a paginated list of stage summaries from the game.</p> | ||
@@ -232,2 +257,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Lists the tags associated with a GameSparks resource.</p> | ||
@@ -239,2 +265,3 @@ */ | ||
/** | ||
* @public | ||
* <p> | ||
@@ -249,2 +276,3 @@ * Starts an asynchronous process that generates client code for system-defined and custom messages. | ||
/** | ||
* @public | ||
* <p>Deploys a snapshot to the stage and creates a new game runtime.</p> | ||
@@ -265,2 +293,3 @@ * <p> | ||
/** | ||
* @public | ||
* <p>Adds tags to a GameSparks resource.</p> | ||
@@ -272,2 +301,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Removes tags from a GameSparks resource.</p> | ||
@@ -279,2 +309,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Updates details of the game.</p> | ||
@@ -286,2 +317,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Updates one or more sections of the game configuration.</p> | ||
@@ -293,2 +325,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Updates the metadata of a GameSparks snapshot.</p> | ||
@@ -300,2 +333,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Updates the metadata of a stage.</p> | ||
@@ -302,0 +336,0 @@ */ |
@@ -44,4 +44,13 @@ import { RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver"; | ||
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters"; | ||
/** | ||
* @public | ||
*/ | ||
export type ServiceInputTypes = CreateGameCommandInput | CreateSnapshotCommandInput | CreateStageCommandInput | DeleteGameCommandInput | DeleteStageCommandInput | DisconnectPlayerCommandInput | ExportSnapshotCommandInput | GetExtensionCommandInput | GetExtensionVersionCommandInput | GetGameCommandInput | GetGameConfigurationCommandInput | GetGeneratedCodeJobCommandInput | GetPlayerConnectionStatusCommandInput | GetSnapshotCommandInput | GetStageCommandInput | GetStageDeploymentCommandInput | ImportGameConfigurationCommandInput | ListExtensionVersionsCommandInput | ListExtensionsCommandInput | ListGamesCommandInput | ListGeneratedCodeJobsCommandInput | ListSnapshotsCommandInput | ListStageDeploymentsCommandInput | ListStagesCommandInput | ListTagsForResourceCommandInput | StartGeneratedCodeJobCommandInput | StartStageDeploymentCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateGameCommandInput | UpdateGameConfigurationCommandInput | UpdateSnapshotCommandInput | UpdateStageCommandInput; | ||
/** | ||
* @public | ||
*/ | ||
export type ServiceOutputTypes = CreateGameCommandOutput | CreateSnapshotCommandOutput | CreateStageCommandOutput | DeleteGameCommandOutput | DeleteStageCommandOutput | DisconnectPlayerCommandOutput | ExportSnapshotCommandOutput | GetExtensionCommandOutput | GetExtensionVersionCommandOutput | GetGameCommandOutput | GetGameConfigurationCommandOutput | GetGeneratedCodeJobCommandOutput | GetPlayerConnectionStatusCommandOutput | GetSnapshotCommandOutput | GetStageCommandOutput | GetStageDeploymentCommandOutput | ImportGameConfigurationCommandOutput | ListExtensionVersionsCommandOutput | ListExtensionsCommandOutput | ListGamesCommandOutput | ListGeneratedCodeJobsCommandOutput | ListSnapshotsCommandOutput | ListStageDeploymentsCommandOutput | ListStagesCommandOutput | ListTagsForResourceCommandOutput | StartGeneratedCodeJobCommandOutput | StartStageDeploymentCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateGameCommandOutput | UpdateGameConfigurationCommandOutput | UpdateSnapshotCommandOutput | UpdateStageCommandOutput; | ||
/** | ||
* @public | ||
*/ | ||
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> { | ||
@@ -53,3 +62,3 @@ /** | ||
/** | ||
* A constructor for a class implementing the {@link __Checksum} interface | ||
* A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface | ||
* that computes the SHA-256 HMAC or checksum of a string or binary buffer. | ||
@@ -144,15 +153,25 @@ * @internal | ||
/** | ||
* The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. | ||
* The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. | ||
*/ | ||
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; | ||
} | ||
/** | ||
* @public | ||
*/ | ||
type GameSparksClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters; | ||
/** | ||
* The configuration interface of GameSparksClient class constructor that set the region, credentials and other options. | ||
* @public | ||
* | ||
* The configuration interface of GameSparksClient class constructor that set the region, credentials and other options. | ||
*/ | ||
export interface GameSparksClientConfig extends GameSparksClientConfigType { | ||
} | ||
/** | ||
* @public | ||
*/ | ||
type GameSparksClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters; | ||
/** | ||
* The resolved configuration interface of GameSparksClient class. This is resolved and normalized from the {@link GameSparksClientConfig | constructor configuration interface}. | ||
* @public | ||
* | ||
* The resolved configuration interface of GameSparksClient class. This is resolved and normalized from the {@link GameSparksClientConfig | constructor configuration interface}. | ||
*/ | ||
@@ -162,2 +181,3 @@ export interface GameSparksClientResolvedConfig extends GameSparksClientResolvedConfigType { | ||
/** | ||
* @public | ||
* <p/> | ||
@@ -164,0 +184,0 @@ */ |
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client"; | ||
/** | ||
* @public | ||
* | ||
* Base exception class for all service exceptions from GameSparks service. | ||
@@ -4,0 +6,0 @@ */ |
@@ -5,2 +5,3 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; | ||
/** | ||
* @public | ||
* <p>You do not have sufficient access to perform this action.</p> | ||
@@ -18,2 +19,3 @@ */ | ||
/** | ||
* @public | ||
* <p>The resource already exists, or another operation is in progress.</p> | ||
@@ -31,2 +33,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Details about a WebSocket connection.</p> | ||
@@ -44,2 +47,5 @@ */ | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface CreateGameRequest { | ||
@@ -66,2 +72,5 @@ /** | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export declare enum GameState { | ||
@@ -72,2 +81,3 @@ ACTIVE = "ACTIVE", | ||
/** | ||
* @public | ||
* <p>Details about a game.</p> | ||
@@ -109,2 +119,5 @@ */ | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface CreateGameResult { | ||
@@ -117,2 +130,3 @@ /** | ||
/** | ||
* @public | ||
* <p>The service encountered an internal error.</p> | ||
@@ -130,2 +144,3 @@ */ | ||
/** | ||
* @public | ||
* <p>The request would result in exceeding service quota.</p> | ||
@@ -143,2 +158,3 @@ */ | ||
/** | ||
* @public | ||
* <p>The request throughput limit was exceeded.</p> | ||
@@ -156,2 +172,3 @@ */ | ||
/** | ||
* @public | ||
* <p>One of the parameters in the request is invalid.</p> | ||
@@ -168,2 +185,5 @@ */ | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface CreateSnapshotRequest { | ||
@@ -180,2 +200,3 @@ /** | ||
/** | ||
* @public | ||
* <p>The configuration section.</p> | ||
@@ -198,2 +219,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Properties that provide details of a snapshot.</p> | ||
@@ -223,2 +245,5 @@ */ | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface CreateSnapshotResult { | ||
@@ -231,2 +256,3 @@ /** | ||
/** | ||
* @public | ||
* <p>The resource specified in the request does not exist.</p> | ||
@@ -243,2 +269,5 @@ */ | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface CreateStageRequest { | ||
@@ -276,2 +305,5 @@ /** | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export declare enum StageState { | ||
@@ -282,2 +314,3 @@ ACTIVE = "ACTIVE", | ||
/** | ||
* @public | ||
* <p>Properties that provide details of a stage.</p> | ||
@@ -330,2 +363,5 @@ */ | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface CreateStageResult { | ||
@@ -337,2 +373,5 @@ /** | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface DeleteGameRequest { | ||
@@ -344,4 +383,10 @@ /** | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface DeleteGameResult { | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface DeleteStageRequest { | ||
@@ -357,4 +402,10 @@ /** | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface DeleteStageResult { | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export declare enum DeploymentAction { | ||
@@ -364,2 +415,5 @@ DEPLOY = "DEPLOY", | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export declare enum ResultCode { | ||
@@ -371,2 +425,3 @@ INVALID_ROLE_FAILURE = "INVALID_ROLE_FAILURE", | ||
/** | ||
* @public | ||
* <p>The result of the deployment.</p> | ||
@@ -384,2 +439,5 @@ */ | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export declare enum DeploymentState { | ||
@@ -391,2 +449,5 @@ COMPLETED = "COMPLETED", | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface DisconnectPlayerRequest { | ||
@@ -406,2 +467,5 @@ /** | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface DisconnectPlayerResult { | ||
@@ -417,2 +481,5 @@ /** | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface ExportSnapshotRequest { | ||
@@ -428,2 +495,5 @@ /** | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface ExportSnapshotResult { | ||
@@ -440,2 +510,3 @@ /** | ||
/** | ||
* @public | ||
* <p>Details about the extension.</p> | ||
@@ -458,2 +529,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Details about the extension version.</p> | ||
@@ -480,2 +552,3 @@ */ | ||
/** | ||
* @public | ||
* <p>Details about the game configuration.</p> | ||
@@ -502,2 +575,5 @@ * <p> | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface GetExtensionRequest { | ||
@@ -513,2 +589,5 @@ /** | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface GetExtensionResult { | ||
@@ -520,2 +599,5 @@ /** | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface GetExtensionVersionRequest { | ||
@@ -535,2 +617,5 @@ /** | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface GetExtensionVersionResult { | ||
@@ -542,2 +627,5 @@ /** | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface GetGameRequest { | ||
@@ -549,2 +637,5 @@ /** | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface GetGameResult { | ||
@@ -556,2 +647,5 @@ /** | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface GetGameConfigurationRequest { | ||
@@ -567,2 +661,5 @@ /** | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface GetGameConfigurationResult { | ||
@@ -574,2 +671,5 @@ /** | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface GetGeneratedCodeJobRequest { | ||
@@ -589,2 +689,5 @@ /** | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export declare enum GeneratedCodeJobState { | ||
@@ -597,2 +700,3 @@ COMPLETED = "COMPLETED", | ||
/** | ||
* @public | ||
* <p>Details about a generated code job.</p> | ||
@@ -625,2 +729,5 @@ */ | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface GetGeneratedCodeJobResult { | ||
@@ -632,2 +739,5 @@ /** | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface GetPlayerConnectionStatusRequest { | ||
@@ -647,2 +757,5 @@ /** | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface GetPlayerConnectionStatusResult { | ||
@@ -654,2 +767,5 @@ /** | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface GetSnapshotRequest { | ||
@@ -669,2 +785,5 @@ /** | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface GetSnapshotResult { | ||
@@ -676,2 +795,5 @@ /** | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface GetStageRequest { | ||
@@ -687,2 +809,5 @@ /** | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface GetStageResult { | ||
@@ -694,2 +819,5 @@ /** | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface GetStageDeploymentRequest { | ||
@@ -713,2 +841,3 @@ /** | ||
/** | ||
* @public | ||
* <p>Properties that provide details of a stage deployment.</p> | ||
@@ -746,2 +875,5 @@ */ | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface GetStageDeploymentResult { | ||
@@ -754,2 +886,3 @@ /** | ||
/** | ||
* @public | ||
* <p>The source used to import configuration sections.</p> | ||
@@ -763,2 +896,5 @@ */ | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface ImportGameConfigurationRequest { | ||
@@ -774,2 +910,5 @@ /** | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface ImportGameConfigurationResult { | ||
@@ -781,2 +920,5 @@ /** | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface ListExtensionsRequest { | ||
@@ -799,2 +941,5 @@ /** | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface ListExtensionsResult { | ||
@@ -813,2 +958,5 @@ /** | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface ListExtensionVersionsRequest { | ||
@@ -839,2 +987,5 @@ /** | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface ListExtensionVersionsResult { | ||
@@ -853,2 +1004,5 @@ /** | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface ListGamesRequest { | ||
@@ -872,2 +1026,3 @@ /** | ||
/** | ||
* @public | ||
* <p>The summary of the properties of a game.</p> | ||
@@ -893,2 +1048,5 @@ */ | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface ListGamesResult { | ||
@@ -907,2 +1065,5 @@ /** | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface ListGeneratedCodeJobsRequest { | ||
@@ -933,2 +1094,5 @@ /** | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface ListGeneratedCodeJobsResult { | ||
@@ -947,2 +1111,5 @@ /** | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface ListSnapshotsRequest { | ||
@@ -970,2 +1137,3 @@ /** | ||
/** | ||
* @public | ||
* <p>The summary of the properties of a snapshot.</p> | ||
@@ -991,2 +1159,5 @@ */ | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface ListSnapshotsResult { | ||
@@ -1008,2 +1179,5 @@ /** | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface ListStageDeploymentsRequest { | ||
@@ -1035,2 +1209,3 @@ /** | ||
/** | ||
* @public | ||
* <p>The summary of the properties of a stage deployment.</p> | ||
@@ -1064,2 +1239,5 @@ */ | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface ListStageDeploymentsResult { | ||
@@ -1081,2 +1259,5 @@ /** | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface ListStagesRequest { | ||
@@ -1104,2 +1285,3 @@ /** | ||
/** | ||
* @public | ||
* <p>The summary of the properties of a stage.</p> | ||
@@ -1132,2 +1314,5 @@ */ | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface ListStagesResult { | ||
@@ -1149,2 +1334,5 @@ /** | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface ListTagsForResourceRequest { | ||
@@ -1156,2 +1344,5 @@ /** | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface ListTagsForResourceResult { | ||
@@ -1164,2 +1355,3 @@ /** | ||
/** | ||
* @public | ||
* <p>Properties that specify the code generator for a generated code job.</p> | ||
@@ -1186,2 +1378,5 @@ */ | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface StartGeneratedCodeJobRequest { | ||
@@ -1201,2 +1396,5 @@ /** | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface StartGeneratedCodeJobResult { | ||
@@ -1211,2 +1409,5 @@ /** | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface StartStageDeploymentRequest { | ||
@@ -1233,2 +1434,5 @@ /** | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface StartStageDeploymentResult { | ||
@@ -1240,2 +1444,5 @@ /** | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface TagResourceRequest { | ||
@@ -1251,4 +1458,10 @@ /** | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface TagResourceResult { | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface UntagResourceRequest { | ||
@@ -1264,4 +1477,10 @@ /** | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface UntagResourceResult { | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface UpdateGameRequest { | ||
@@ -1277,2 +1496,5 @@ /** | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface UpdateGameResult { | ||
@@ -1284,2 +1506,5 @@ /** | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export declare enum Operation { | ||
@@ -1291,2 +1516,3 @@ ADD = "ADD", | ||
/** | ||
* @public | ||
* <p>A single modification to the configuration section.</p> | ||
@@ -1318,2 +1544,5 @@ */ | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface UpdateGameConfigurationRequest { | ||
@@ -1329,2 +1558,5 @@ /** | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface UpdateGameConfigurationResult { | ||
@@ -1336,2 +1568,5 @@ /** | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface UpdateSnapshotRequest { | ||
@@ -1351,2 +1586,5 @@ /** | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface UpdateSnapshotResult { | ||
@@ -1358,2 +1596,5 @@ /** | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface UpdateStageRequest { | ||
@@ -1377,2 +1618,5 @@ /** | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export interface UpdateStageResult { | ||
@@ -1379,0 +1623,0 @@ /** |
import { PaginationConfiguration } from "@aws-sdk/types"; | ||
import { GameSparksClient } from "../GameSparksClient"; | ||
/** | ||
* @public | ||
*/ | ||
export interface GameSparksPaginationConfiguration extends PaginationConfiguration { | ||
client: GameSparksClient; | ||
} |
import { Paginator } from "@aws-sdk/types"; | ||
import { ListExtensionsCommandInput, ListExtensionsCommandOutput } from "../commands/ListExtensionsCommand"; | ||
import { GameSparksPaginationConfiguration } from "./Interfaces"; | ||
/** | ||
* @public | ||
*/ | ||
export declare function paginateListExtensions(config: GameSparksPaginationConfiguration, input: ListExtensionsCommandInput, ...additionalArguments: any): Paginator<ListExtensionsCommandOutput>; |
import { Paginator } from "@aws-sdk/types"; | ||
import { ListExtensionVersionsCommandInput, ListExtensionVersionsCommandOutput } from "../commands/ListExtensionVersionsCommand"; | ||
import { GameSparksPaginationConfiguration } from "./Interfaces"; | ||
/** | ||
* @public | ||
*/ | ||
export declare function paginateListExtensionVersions(config: GameSparksPaginationConfiguration, input: ListExtensionVersionsCommandInput, ...additionalArguments: any): Paginator<ListExtensionVersionsCommandOutput>; |
import { Paginator } from "@aws-sdk/types"; | ||
import { ListGamesCommandInput, ListGamesCommandOutput } from "../commands/ListGamesCommand"; | ||
import { GameSparksPaginationConfiguration } from "./Interfaces"; | ||
/** | ||
* @public | ||
*/ | ||
export declare function paginateListGames(config: GameSparksPaginationConfiguration, input: ListGamesCommandInput, ...additionalArguments: any): Paginator<ListGamesCommandOutput>; |
import { Paginator } from "@aws-sdk/types"; | ||
import { ListGeneratedCodeJobsCommandInput, ListGeneratedCodeJobsCommandOutput } from "../commands/ListGeneratedCodeJobsCommand"; | ||
import { GameSparksPaginationConfiguration } from "./Interfaces"; | ||
/** | ||
* @public | ||
*/ | ||
export declare function paginateListGeneratedCodeJobs(config: GameSparksPaginationConfiguration, input: ListGeneratedCodeJobsCommandInput, ...additionalArguments: any): Paginator<ListGeneratedCodeJobsCommandOutput>; |
import { Paginator } from "@aws-sdk/types"; | ||
import { ListSnapshotsCommandInput, ListSnapshotsCommandOutput } from "../commands/ListSnapshotsCommand"; | ||
import { GameSparksPaginationConfiguration } from "./Interfaces"; | ||
/** | ||
* @public | ||
*/ | ||
export declare function paginateListSnapshots(config: GameSparksPaginationConfiguration, input: ListSnapshotsCommandInput, ...additionalArguments: any): Paginator<ListSnapshotsCommandOutput>; |
import { Paginator } from "@aws-sdk/types"; | ||
import { ListStageDeploymentsCommandInput, ListStageDeploymentsCommandOutput } from "../commands/ListStageDeploymentsCommand"; | ||
import { GameSparksPaginationConfiguration } from "./Interfaces"; | ||
/** | ||
* @public | ||
*/ | ||
export declare function paginateListStageDeployments(config: GameSparksPaginationConfiguration, input: ListStageDeploymentsCommandInput, ...additionalArguments: any): Paginator<ListStageDeploymentsCommandOutput>; |
import { Paginator } from "@aws-sdk/types"; | ||
import { ListStagesCommandInput, ListStagesCommandOutput } from "../commands/ListStagesCommand"; | ||
import { GameSparksPaginationConfiguration } from "./Interfaces"; | ||
/** | ||
* @public | ||
*/ | ||
export declare function paginateListStages(config: GameSparksPaginationConfiguration, input: ListStagesCommandInput, ...additionalArguments: any): Paginator<ListStagesCommandOutput>; |
{ | ||
"name": "@aws-sdk/client-gamesparks", | ||
"description": "AWS SDK for JavaScript Gamesparks Client for Node.js, Browser and React Native", | ||
"version": "3.296.0", | ||
"version": "3.297.0", | ||
"scripts": { | ||
@@ -23,5 +23,5 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", | ||
"@aws-crypto/sha256-js": "3.0.0", | ||
"@aws-sdk/client-sts": "3.296.0", | ||
"@aws-sdk/client-sts": "3.297.0", | ||
"@aws-sdk/config-resolver": "3.296.0", | ||
"@aws-sdk/credential-provider-node": "3.296.0", | ||
"@aws-sdk/credential-provider-node": "3.297.0", | ||
"@aws-sdk/fetch-http-handler": "3.296.0", | ||
@@ -28,0 +28,0 @@ "@aws-sdk/hash-node": "3.296.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
900416
19898
+ Added@aws-sdk/client-sso@3.297.0(transitive)
+ Added@aws-sdk/client-sso-oidc@3.297.0(transitive)
+ Added@aws-sdk/client-sts@3.297.0(transitive)
+ Added@aws-sdk/credential-provider-ini@3.297.0(transitive)
+ Added@aws-sdk/credential-provider-node@3.297.0(transitive)
+ Added@aws-sdk/credential-provider-sso@3.297.0(transitive)
+ Added@aws-sdk/token-providers@3.297.0(transitive)
- Removed@aws-sdk/client-sso@3.296.0(transitive)
- Removed@aws-sdk/client-sso-oidc@3.296.0(transitive)
- Removed@aws-sdk/client-sts@3.296.0(transitive)
- Removed@aws-sdk/credential-provider-ini@3.296.0(transitive)
- Removed@aws-sdk/credential-provider-node@3.296.0(transitive)
- Removed@aws-sdk/credential-provider-sso@3.296.0(transitive)
- Removed@aws-sdk/token-providers@3.296.0(transitive)
Updated@aws-sdk/client-sts@3.297.0