@aws-sdk/client-gamelift 3.321.1 → 3.326.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/AcceptMatchCommand.d.ts +4 -0
- package/dist-types/commands/ClaimGameServerCommand.d.ts +18 -0
- package/dist-types/commands/CreateAliasCommand.d.ts +18 -0
- package/dist-types/commands/CreateBuildCommand.d.ts +27 -0
- package/dist-types/commands/CreateFleetCommand.d.ts +51 -0
- package/dist-types/commands/CreateFleetLocationsCommand.d.ts +13 -0
- package/dist-types/commands/CreateGameServerGroupCommand.d.ts +26 -0
- package/dist-types/commands/CreateGameSessionCommand.d.ts +31 -0
- package/dist-types/commands/CreateGameSessionQueueCommand.d.ts +36 -0
- package/dist-types/commands/CreateLocationCommand.d.ts +9 -0
- package/dist-types/commands/CreateMatchmakingConfigurationCommand.d.ts +31 -0
- package/dist-types/commands/CreateMatchmakingRuleSetCommand.d.ts +11 -0
- package/dist-types/commands/CreatePlayerSessionCommand.d.ts +19 -0
- package/dist-types/commands/CreatePlayerSessionsCommand.d.ts +21 -0
- package/dist-types/commands/CreateScriptCommand.d.ts +19 -0
- package/dist-types/commands/CreateVpcPeeringAuthorizationCommand.d.ts +12 -0
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteAliasCommand.d.ts +4 -0
- package/dist-types/commands/DeleteBuildCommand.d.ts +4 -0
- package/dist-types/commands/DeleteFleetCommand.d.ts +4 -0
- package/dist-types/commands/DeleteFleetLocationsCommand.d.ts +13 -0
- package/dist-types/commands/DeleteGameServerGroupCommand.d.ts +26 -0
- package/dist-types/commands/DeleteGameSessionQueueCommand.d.ts +4 -0
- package/dist-types/commands/DeleteLocationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteMatchmakingConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteMatchmakingRuleSetCommand.d.ts +4 -0
- package/dist-types/commands/DeleteScalingPolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteScriptCommand.d.ts +4 -0
- package/dist-types/commands/DeleteVpcPeeringAuthorizationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteVpcPeeringConnectionCommand.d.ts +4 -0
- package/dist-types/commands/DeregisterComputeCommand.d.ts +4 -0
- package/dist-types/commands/DeregisterGameServerCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAliasCommand.d.ts +18 -0
- package/dist-types/commands/DescribeBuildCommand.d.ts +16 -0
- package/dist-types/commands/DescribeComputeCommand.d.ts +19 -0
- package/dist-types/commands/DescribeEC2InstanceLimitsCommand.d.ts +13 -0
- package/dist-types/commands/DescribeFleetAttributesCommand.d.ts +48 -0
- package/dist-types/commands/DescribeFleetCapacityCommand.d.ts +23 -0
- package/dist-types/commands/DescribeFleetEventsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFleetLocationAttributesCommand.d.ts +20 -0
- package/dist-types/commands/DescribeFleetLocationCapacityCommand.d.ts +20 -0
- package/dist-types/commands/DescribeFleetLocationUtilizationCommand.d.ts +14 -0
- package/dist-types/commands/DescribeFleetPortSettingsCommand.d.ts +17 -0
- package/dist-types/commands/DescribeFleetUtilizationCommand.d.ts +17 -0
- package/dist-types/commands/DescribeGameServerCommand.d.ts +18 -0
- package/dist-types/commands/DescribeGameServerGroupCommand.d.ts +26 -0
- package/dist-types/commands/DescribeGameServerInstancesCommand.d.ts +14 -0
- package/dist-types/commands/DescribeGameSessionDetailsCommand.d.ts +37 -0
- package/dist-types/commands/DescribeGameSessionPlacementCommand.d.ts +41 -0
- package/dist-types/commands/DescribeGameSessionQueuesCommand.d.ts +39 -0
- package/dist-types/commands/DescribeGameSessionsCommand.d.ts +34 -0
- package/dist-types/commands/DescribeInstancesCommand.d.ts +20 -0
- package/dist-types/commands/DescribeMatchmakingCommand.d.ts +51 -0
- package/dist-types/commands/DescribeMatchmakingConfigurationsCommand.d.ts +34 -0
- package/dist-types/commands/DescribeMatchmakingRuleSetsCommand.d.ts +14 -0
- package/dist-types/commands/DescribePlayerSessionsCommand.d.ts +22 -0
- package/dist-types/commands/DescribeRuntimeConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DescribeScalingPoliciesCommand.d.ts +26 -0
- package/dist-types/commands/DescribeScriptCommand.d.ts +19 -0
- package/dist-types/commands/DescribeVpcPeeringAuthorizationsCommand.d.ts +14 -0
- package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +19 -0
- package/dist-types/commands/GetComputeAccessCommand.d.ts +14 -0
- package/dist-types/commands/GetComputeAuthTokenCommand.d.ts +11 -0
- package/dist-types/commands/GetGameSessionLogUrlCommand.d.ts +6 -0
- package/dist-types/commands/GetInstanceAccessCommand.d.ts +15 -0
- package/dist-types/commands/ListAliasesCommand.d.ts +21 -0
- package/dist-types/commands/ListBuildsCommand.d.ts +19 -0
- package/dist-types/commands/ListComputeCommand.d.ts +22 -0
- package/dist-types/commands/ListFleetsCommand.d.ts +9 -0
- package/dist-types/commands/ListGameServerGroupsCommand.d.ts +29 -0
- package/dist-types/commands/ListGameServersCommand.d.ts +21 -0
- package/dist-types/commands/ListLocationsCommand.d.ts +12 -0
- package/dist-types/commands/ListScriptsCommand.d.ts +22 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/PutScalingPolicyCommand.d.ts +6 -0
- package/dist-types/commands/RegisterComputeCommand.d.ts +19 -0
- package/dist-types/commands/RegisterGameServerCommand.d.ts +18 -0
- package/dist-types/commands/RequestUploadCredentialsCommand.d.ts +16 -0
- package/dist-types/commands/ResolveAliasCommand.d.ts +7 -0
- package/dist-types/commands/ResumeGameServerGroupCommand.d.ts +26 -0
- package/dist-types/commands/SearchGameSessionsCommand.d.ts +34 -0
- package/dist-types/commands/StartFleetActionsCommand.d.ts +7 -0
- package/dist-types/commands/StartGameSessionPlacementCommand.d.ts +41 -0
- package/dist-types/commands/StartMatchBackfillCommand.d.ts +49 -0
- package/dist-types/commands/StartMatchmakingCommand.d.ts +49 -0
- package/dist-types/commands/StopFleetActionsCommand.d.ts +7 -0
- package/dist-types/commands/StopGameSessionPlacementCommand.d.ts +41 -0
- package/dist-types/commands/StopMatchmakingCommand.d.ts +4 -0
- package/dist-types/commands/SuspendGameServerGroupCommand.d.ts +26 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateAliasCommand.d.ts +18 -0
- package/dist-types/commands/UpdateBuildCommand.d.ts +16 -0
- package/dist-types/commands/UpdateFleetAttributesCommand.d.ts +7 -0
- package/dist-types/commands/UpdateFleetCapacityCommand.d.ts +8 -0
- package/dist-types/commands/UpdateFleetPortSettingsCommand.d.ts +7 -0
- package/dist-types/commands/UpdateGameServerCommand.d.ts +18 -0
- package/dist-types/commands/UpdateGameServerGroupCommand.d.ts +26 -0
- package/dist-types/commands/UpdateGameSessionCommand.d.ts +31 -0
- package/dist-types/commands/UpdateGameSessionQueueCommand.d.ts +36 -0
- package/dist-types/commands/UpdateMatchmakingConfigurationCommand.d.ts +31 -0
- package/dist-types/commands/UpdateRuntimeConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateScriptCommand.d.ts +19 -0
- package/dist-types/commands/ValidateMatchmakingRuleSetCommand.d.ts +6 -0
- package/package.json +16 -16
|
@@ -49,6 +49,8 @@ export interface DeleteFleetCommandOutput extends __MetadataBearer {
|
|
|
49
49
|
* };
|
|
50
50
|
* const command = new DeleteFleetCommand(input);
|
|
51
51
|
* const response = await client.send(command);
|
|
52
|
+
* // {};
|
|
53
|
+
*
|
|
52
54
|
* ```
|
|
53
55
|
*
|
|
54
56
|
* @param DeleteFleetCommandInput - {@link DeleteFleetCommandInput}
|
|
@@ -81,6 +83,8 @@ export interface DeleteFleetCommandOutput extends __MetadataBearer {
|
|
|
81
83
|
* @throws {@link UnauthorizedException} (client fault)
|
|
82
84
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
83
85
|
*
|
|
86
|
+
* @throws {@link GameLiftServiceException}
|
|
87
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
84
88
|
*
|
|
85
89
|
*/
|
|
86
90
|
export declare class DeleteFleetCommand extends $Command<DeleteFleetCommandInput, DeleteFleetCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -47,6 +47,17 @@ export interface DeleteFleetLocationsCommandOutput extends DeleteFleetLocationsO
|
|
|
47
47
|
* };
|
|
48
48
|
* const command = new DeleteFleetLocationsCommand(input);
|
|
49
49
|
* const response = await client.send(command);
|
|
50
|
+
* // { // DeleteFleetLocationsOutput
|
|
51
|
+
* // FleetId: "STRING_VALUE",
|
|
52
|
+
* // FleetArn: "STRING_VALUE",
|
|
53
|
+
* // LocationStates: [ // LocationStateList
|
|
54
|
+
* // { // LocationState
|
|
55
|
+
* // Location: "STRING_VALUE",
|
|
56
|
+
* // Status: "NEW" || "DOWNLOADING" || "VALIDATING" || "BUILDING" || "ACTIVATING" || "ACTIVE" || "DELETING" || "ERROR" || "TERMINATED" || "NOT_FOUND",
|
|
57
|
+
* // },
|
|
58
|
+
* // ],
|
|
59
|
+
* // };
|
|
60
|
+
*
|
|
50
61
|
* ```
|
|
51
62
|
*
|
|
52
63
|
* @param DeleteFleetLocationsCommandInput - {@link DeleteFleetLocationsCommandInput}
|
|
@@ -72,6 +83,8 @@ export interface DeleteFleetLocationsCommandOutput extends DeleteFleetLocationsO
|
|
|
72
83
|
* @throws {@link UnsupportedRegionException} (client fault)
|
|
73
84
|
* <p>The requested operation is not supported in the Region specified.</p>
|
|
74
85
|
*
|
|
86
|
+
* @throws {@link GameLiftServiceException}
|
|
87
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
75
88
|
*
|
|
76
89
|
*/
|
|
77
90
|
export declare class DeleteFleetLocationsCommand extends $Command<DeleteFleetLocationsCommandInput, DeleteFleetLocationsCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -66,6 +66,30 @@ export interface DeleteGameServerGroupCommandOutput extends DeleteGameServerGrou
|
|
|
66
66
|
* };
|
|
67
67
|
* const command = new DeleteGameServerGroupCommand(input);
|
|
68
68
|
* const response = await client.send(command);
|
|
69
|
+
* // { // DeleteGameServerGroupOutput
|
|
70
|
+
* // GameServerGroup: { // GameServerGroup
|
|
71
|
+
* // GameServerGroupName: "STRING_VALUE",
|
|
72
|
+
* // GameServerGroupArn: "STRING_VALUE",
|
|
73
|
+
* // RoleArn: "STRING_VALUE",
|
|
74
|
+
* // InstanceDefinitions: [ // InstanceDefinitions
|
|
75
|
+
* // { // InstanceDefinition
|
|
76
|
+
* // InstanceType: "c4.large" || "c4.xlarge" || "c4.2xlarge" || "c4.4xlarge" || "c4.8xlarge" || "c5.large" || "c5.xlarge" || "c5.2xlarge" || "c5.4xlarge" || "c5.9xlarge" || "c5.12xlarge" || "c5.18xlarge" || "c5.24xlarge" || "c5a.large" || "c5a.xlarge" || "c5a.2xlarge" || "c5a.4xlarge" || "c5a.8xlarge" || "c5a.12xlarge" || "c5a.16xlarge" || "c5a.24xlarge" || "c6g.medium" || "c6g.large" || "c6g.xlarge" || "c6g.2xlarge" || "c6g.4xlarge" || "c6g.8xlarge" || "c6g.12xlarge" || "c6g.16xlarge" || "r4.large" || "r4.xlarge" || "r4.2xlarge" || "r4.4xlarge" || "r4.8xlarge" || "r4.16xlarge" || "r5.large" || "r5.xlarge" || "r5.2xlarge" || "r5.4xlarge" || "r5.8xlarge" || "r5.12xlarge" || "r5.16xlarge" || "r5.24xlarge" || "r5a.large" || "r5a.xlarge" || "r5a.2xlarge" || "r5a.4xlarge" || "r5a.8xlarge" || "r5a.12xlarge" || "r5a.16xlarge" || "r5a.24xlarge" || "r6g.medium" || "r6g.large" || "r6g.xlarge" || "r6g.2xlarge" || "r6g.4xlarge" || "r6g.8xlarge" || "r6g.12xlarge" || "r6g.16xlarge" || "m4.large" || "m4.xlarge" || "m4.2xlarge" || "m4.4xlarge" || "m4.10xlarge" || "m5.large" || "m5.xlarge" || "m5.2xlarge" || "m5.4xlarge" || "m5.8xlarge" || "m5.12xlarge" || "m5.16xlarge" || "m5.24xlarge" || "m5a.large" || "m5a.xlarge" || "m5a.2xlarge" || "m5a.4xlarge" || "m5a.8xlarge" || "m5a.12xlarge" || "m5a.16xlarge" || "m5a.24xlarge" || "m6g.medium" || "m6g.large" || "m6g.xlarge" || "m6g.2xlarge" || "m6g.4xlarge" || "m6g.8xlarge" || "m6g.12xlarge" || "m6g.16xlarge", // required
|
|
77
|
+
* // WeightedCapacity: "STRING_VALUE",
|
|
78
|
+
* // },
|
|
79
|
+
* // ],
|
|
80
|
+
* // BalancingStrategy: "SPOT_ONLY" || "SPOT_PREFERRED" || "ON_DEMAND_ONLY",
|
|
81
|
+
* // GameServerProtectionPolicy: "NO_PROTECTION" || "FULL_PROTECTION",
|
|
82
|
+
* // AutoScalingGroupArn: "STRING_VALUE",
|
|
83
|
+
* // Status: "NEW" || "ACTIVATING" || "ACTIVE" || "DELETE_SCHEDULED" || "DELETING" || "DELETED" || "ERROR",
|
|
84
|
+
* // StatusReason: "STRING_VALUE",
|
|
85
|
+
* // SuspendedActions: [ // GameServerGroupActions
|
|
86
|
+
* // "REPLACE_INSTANCE_TYPES",
|
|
87
|
+
* // ],
|
|
88
|
+
* // CreationTime: new Date("TIMESTAMP"),
|
|
89
|
+
* // LastUpdatedTime: new Date("TIMESTAMP"),
|
|
90
|
+
* // },
|
|
91
|
+
* // };
|
|
92
|
+
*
|
|
69
93
|
* ```
|
|
70
94
|
*
|
|
71
95
|
* @param DeleteGameServerGroupCommandInput - {@link DeleteGameServerGroupCommandInput}
|
|
@@ -88,6 +112,8 @@ export interface DeleteGameServerGroupCommandOutput extends DeleteGameServerGrou
|
|
|
88
112
|
* @throws {@link UnauthorizedException} (client fault)
|
|
89
113
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
90
114
|
*
|
|
115
|
+
* @throws {@link GameLiftServiceException}
|
|
116
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
91
117
|
*
|
|
92
118
|
*/
|
|
93
119
|
export declare class DeleteGameServerGroupCommand extends $Command<DeleteGameServerGroupCommandInput, DeleteGameServerGroupCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -32,6 +32,8 @@ export interface DeleteGameSessionQueueCommandOutput extends DeleteGameSessionQu
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeleteGameSessionQueueCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // {};
|
|
36
|
+
*
|
|
35
37
|
* ```
|
|
36
38
|
*
|
|
37
39
|
* @param DeleteGameSessionQueueCommandInput - {@link DeleteGameSessionQueueCommandInput}
|
|
@@ -59,6 +61,8 @@ export interface DeleteGameSessionQueueCommandOutput extends DeleteGameSessionQu
|
|
|
59
61
|
* @throws {@link UnauthorizedException} (client fault)
|
|
60
62
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
61
63
|
*
|
|
64
|
+
* @throws {@link GameLiftServiceException}
|
|
65
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
62
66
|
*
|
|
63
67
|
*/
|
|
64
68
|
export declare class DeleteGameSessionQueueCommand extends $Command<DeleteGameSessionQueueCommandInput, DeleteGameSessionQueueCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -33,6 +33,8 @@ export interface DeleteLocationCommandOutput extends DeleteLocationOutput, __Met
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteLocationCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // {};
|
|
37
|
+
*
|
|
36
38
|
* ```
|
|
37
39
|
*
|
|
38
40
|
* @param DeleteLocationCommandInput - {@link DeleteLocationCommandInput}
|
|
@@ -55,6 +57,8 @@ export interface DeleteLocationCommandOutput extends DeleteLocationOutput, __Met
|
|
|
55
57
|
* @throws {@link UnauthorizedException} (client fault)
|
|
56
58
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
57
59
|
*
|
|
60
|
+
* @throws {@link GameLiftServiceException}
|
|
61
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
58
62
|
*
|
|
59
63
|
*/
|
|
60
64
|
export declare class DeleteLocationCommand extends $Command<DeleteLocationCommandInput, DeleteLocationCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -33,6 +33,8 @@ export interface DeleteMatchmakingConfigurationCommandOutput extends DeleteMatch
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteMatchmakingConfigurationCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // {};
|
|
37
|
+
*
|
|
36
38
|
* ```
|
|
37
39
|
*
|
|
38
40
|
* @param DeleteMatchmakingConfigurationCommandInput - {@link DeleteMatchmakingConfigurationCommandInput}
|
|
@@ -60,6 +62,8 @@ export interface DeleteMatchmakingConfigurationCommandOutput extends DeleteMatch
|
|
|
60
62
|
* @throws {@link UnsupportedRegionException} (client fault)
|
|
61
63
|
* <p>The requested operation is not supported in the Region specified.</p>
|
|
62
64
|
*
|
|
65
|
+
* @throws {@link GameLiftServiceException}
|
|
66
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
63
67
|
*
|
|
64
68
|
*/
|
|
65
69
|
export declare class DeleteMatchmakingConfigurationCommand extends $Command<DeleteMatchmakingConfigurationCommandInput, DeleteMatchmakingConfigurationCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -44,6 +44,8 @@ export interface DeleteMatchmakingRuleSetCommandOutput extends DeleteMatchmaking
|
|
|
44
44
|
* };
|
|
45
45
|
* const command = new DeleteMatchmakingRuleSetCommand(input);
|
|
46
46
|
* const response = await client.send(command);
|
|
47
|
+
* // {};
|
|
48
|
+
*
|
|
47
49
|
* ```
|
|
48
50
|
*
|
|
49
51
|
* @param DeleteMatchmakingRuleSetCommandInput - {@link DeleteMatchmakingRuleSetCommandInput}
|
|
@@ -71,6 +73,8 @@ export interface DeleteMatchmakingRuleSetCommandOutput extends DeleteMatchmaking
|
|
|
71
73
|
* @throws {@link UnsupportedRegionException} (client fault)
|
|
72
74
|
* <p>The requested operation is not supported in the Region specified.</p>
|
|
73
75
|
*
|
|
76
|
+
* @throws {@link GameLiftServiceException}
|
|
77
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
74
78
|
*
|
|
75
79
|
*/
|
|
76
80
|
export declare class DeleteMatchmakingRuleSetCommand extends $Command<DeleteMatchmakingRuleSetCommandInput, DeleteMatchmakingRuleSetCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -36,6 +36,8 @@ export interface DeleteScalingPolicyCommandOutput extends __MetadataBearer {
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new DeleteScalingPolicyCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // {};
|
|
40
|
+
*
|
|
39
41
|
* ```
|
|
40
42
|
*
|
|
41
43
|
* @param DeleteScalingPolicyCommandInput - {@link DeleteScalingPolicyCommandInput}
|
|
@@ -58,6 +60,8 @@ export interface DeleteScalingPolicyCommandOutput extends __MetadataBearer {
|
|
|
58
60
|
* @throws {@link UnauthorizedException} (client fault)
|
|
59
61
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
60
62
|
*
|
|
63
|
+
* @throws {@link GameLiftServiceException}
|
|
64
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
61
65
|
*
|
|
62
66
|
*/
|
|
63
67
|
export declare class DeleteScalingPolicyCommand extends $Command<DeleteScalingPolicyCommandInput, DeleteScalingPolicyCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -49,6 +49,8 @@ export interface DeleteScriptCommandOutput extends __MetadataBearer {
|
|
|
49
49
|
* };
|
|
50
50
|
* const command = new DeleteScriptCommand(input);
|
|
51
51
|
* const response = await client.send(command);
|
|
52
|
+
* // {};
|
|
53
|
+
*
|
|
52
54
|
* ```
|
|
53
55
|
*
|
|
54
56
|
* @param DeleteScriptCommandInput - {@link DeleteScriptCommandInput}
|
|
@@ -76,6 +78,8 @@ export interface DeleteScriptCommandOutput extends __MetadataBearer {
|
|
|
76
78
|
* @throws {@link UnauthorizedException} (client fault)
|
|
77
79
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
78
80
|
*
|
|
81
|
+
* @throws {@link GameLiftServiceException}
|
|
82
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
79
83
|
*
|
|
80
84
|
*/
|
|
81
85
|
export declare class DeleteScriptCommand extends $Command<DeleteScriptCommandInput, DeleteScriptCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -39,6 +39,8 @@ export interface DeleteVpcPeeringAuthorizationCommandOutput extends DeleteVpcPee
|
|
|
39
39
|
* };
|
|
40
40
|
* const command = new DeleteVpcPeeringAuthorizationCommand(input);
|
|
41
41
|
* const response = await client.send(command);
|
|
42
|
+
* // {};
|
|
43
|
+
*
|
|
42
44
|
* ```
|
|
43
45
|
*
|
|
44
46
|
* @param DeleteVpcPeeringAuthorizationCommandInput - {@link DeleteVpcPeeringAuthorizationCommandInput}
|
|
@@ -61,6 +63,8 @@ export interface DeleteVpcPeeringAuthorizationCommandOutput extends DeleteVpcPee
|
|
|
61
63
|
* @throws {@link UnauthorizedException} (client fault)
|
|
62
64
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
63
65
|
*
|
|
66
|
+
* @throws {@link GameLiftServiceException}
|
|
67
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
64
68
|
*
|
|
65
69
|
*/
|
|
66
70
|
export declare class DeleteVpcPeeringAuthorizationCommand extends $Command<DeleteVpcPeeringAuthorizationCommandInput, DeleteVpcPeeringAuthorizationCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -42,6 +42,8 @@ export interface DeleteVpcPeeringConnectionCommandOutput extends DeleteVpcPeerin
|
|
|
42
42
|
* };
|
|
43
43
|
* const command = new DeleteVpcPeeringConnectionCommand(input);
|
|
44
44
|
* const response = await client.send(command);
|
|
45
|
+
* // {};
|
|
46
|
+
*
|
|
45
47
|
* ```
|
|
46
48
|
*
|
|
47
49
|
* @param DeleteVpcPeeringConnectionCommandInput - {@link DeleteVpcPeeringConnectionCommandInput}
|
|
@@ -64,6 +66,8 @@ export interface DeleteVpcPeeringConnectionCommandOutput extends DeleteVpcPeerin
|
|
|
64
66
|
* @throws {@link UnauthorizedException} (client fault)
|
|
65
67
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
66
68
|
*
|
|
69
|
+
* @throws {@link GameLiftServiceException}
|
|
70
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
67
71
|
*
|
|
68
72
|
*/
|
|
69
73
|
export declare class DeleteVpcPeeringConnectionCommand extends $Command<DeleteVpcPeeringConnectionCommandInput, DeleteVpcPeeringConnectionCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -33,6 +33,8 @@ export interface DeregisterComputeCommandOutput extends DeregisterComputeOutput,
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeregisterComputeCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // {};
|
|
37
|
+
*
|
|
36
38
|
* ```
|
|
37
39
|
*
|
|
38
40
|
* @param DeregisterComputeCommandInput - {@link DeregisterComputeCommandInput}
|
|
@@ -55,6 +57,8 @@ export interface DeregisterComputeCommandOutput extends DeregisterComputeOutput,
|
|
|
55
57
|
* @throws {@link UnauthorizedException} (client fault)
|
|
56
58
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
57
59
|
*
|
|
60
|
+
* @throws {@link GameLiftServiceException}
|
|
61
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
58
62
|
*
|
|
59
63
|
*/
|
|
60
64
|
export declare class DeregisterComputeCommand extends $Command<DeregisterComputeCommandInput, DeregisterComputeCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -47,6 +47,8 @@ export interface DeregisterGameServerCommandOutput extends __MetadataBearer {
|
|
|
47
47
|
* };
|
|
48
48
|
* const command = new DeregisterGameServerCommand(input);
|
|
49
49
|
* const response = await client.send(command);
|
|
50
|
+
* // {};
|
|
51
|
+
*
|
|
50
52
|
* ```
|
|
51
53
|
*
|
|
52
54
|
* @param DeregisterGameServerCommandInput - {@link DeregisterGameServerCommandInput}
|
|
@@ -69,6 +71,8 @@ export interface DeregisterGameServerCommandOutput extends __MetadataBearer {
|
|
|
69
71
|
* @throws {@link UnauthorizedException} (client fault)
|
|
70
72
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
71
73
|
*
|
|
74
|
+
* @throws {@link GameLiftServiceException}
|
|
75
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
72
76
|
*
|
|
73
77
|
*/
|
|
74
78
|
export declare class DeregisterGameServerCommand extends $Command<DeregisterGameServerCommandInput, DeregisterGameServerCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -40,6 +40,22 @@ export interface DescribeAliasCommandOutput extends DescribeAliasOutput, __Metad
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new DescribeAliasCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // DescribeAliasOutput
|
|
44
|
+
* // Alias: { // Alias
|
|
45
|
+
* // AliasId: "STRING_VALUE",
|
|
46
|
+
* // Name: "STRING_VALUE",
|
|
47
|
+
* // AliasArn: "STRING_VALUE",
|
|
48
|
+
* // Description: "STRING_VALUE",
|
|
49
|
+
* // RoutingStrategy: { // RoutingStrategy
|
|
50
|
+
* // Type: "SIMPLE" || "TERMINAL",
|
|
51
|
+
* // FleetId: "STRING_VALUE",
|
|
52
|
+
* // Message: "STRING_VALUE",
|
|
53
|
+
* // },
|
|
54
|
+
* // CreationTime: new Date("TIMESTAMP"),
|
|
55
|
+
* // LastUpdatedTime: new Date("TIMESTAMP"),
|
|
56
|
+
* // },
|
|
57
|
+
* // };
|
|
58
|
+
*
|
|
43
59
|
* ```
|
|
44
60
|
*
|
|
45
61
|
* @param DescribeAliasCommandInput - {@link DescribeAliasCommandInput}
|
|
@@ -62,6 +78,8 @@ export interface DescribeAliasCommandOutput extends DescribeAliasOutput, __Metad
|
|
|
62
78
|
* @throws {@link UnauthorizedException} (client fault)
|
|
63
79
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
64
80
|
*
|
|
81
|
+
* @throws {@link GameLiftServiceException}
|
|
82
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
65
83
|
*
|
|
66
84
|
*/
|
|
67
85
|
export declare class DescribeAliasCommand extends $Command<DescribeAliasCommandInput, DescribeAliasCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -42,6 +42,20 @@ export interface DescribeBuildCommandOutput extends DescribeBuildOutput, __Metad
|
|
|
42
42
|
* };
|
|
43
43
|
* const command = new DescribeBuildCommand(input);
|
|
44
44
|
* const response = await client.send(command);
|
|
45
|
+
* // { // DescribeBuildOutput
|
|
46
|
+
* // Build: { // Build
|
|
47
|
+
* // BuildId: "STRING_VALUE",
|
|
48
|
+
* // BuildArn: "STRING_VALUE",
|
|
49
|
+
* // Name: "STRING_VALUE",
|
|
50
|
+
* // Version: "STRING_VALUE",
|
|
51
|
+
* // Status: "INITIALIZED" || "READY" || "FAILED",
|
|
52
|
+
* // SizeOnDisk: Number("long"),
|
|
53
|
+
* // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016",
|
|
54
|
+
* // CreationTime: new Date("TIMESTAMP"),
|
|
55
|
+
* // ServerSdkVersion: "STRING_VALUE",
|
|
56
|
+
* // },
|
|
57
|
+
* // };
|
|
58
|
+
*
|
|
45
59
|
* ```
|
|
46
60
|
*
|
|
47
61
|
* @param DescribeBuildCommandInput - {@link DescribeBuildCommandInput}
|
|
@@ -64,6 +78,8 @@ export interface DescribeBuildCommandOutput extends DescribeBuildOutput, __Metad
|
|
|
64
78
|
* @throws {@link UnauthorizedException} (client fault)
|
|
65
79
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
66
80
|
*
|
|
81
|
+
* @throws {@link GameLiftServiceException}
|
|
82
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
67
83
|
*
|
|
68
84
|
*/
|
|
69
85
|
export declare class DescribeBuildCommand extends $Command<DescribeBuildCommandInput, DescribeBuildCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -34,6 +34,23 @@ export interface DescribeComputeCommandOutput extends DescribeComputeOutput, __M
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new DescribeComputeCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // DescribeComputeOutput
|
|
38
|
+
* // Compute: { // Compute
|
|
39
|
+
* // FleetId: "STRING_VALUE",
|
|
40
|
+
* // FleetArn: "STRING_VALUE",
|
|
41
|
+
* // ComputeName: "STRING_VALUE",
|
|
42
|
+
* // ComputeArn: "STRING_VALUE",
|
|
43
|
+
* // IpAddress: "STRING_VALUE",
|
|
44
|
+
* // DnsName: "STRING_VALUE",
|
|
45
|
+
* // ComputeStatus: "PENDING" || "ACTIVE" || "TERMINATING",
|
|
46
|
+
* // Location: "STRING_VALUE",
|
|
47
|
+
* // CreationTime: new Date("TIMESTAMP"),
|
|
48
|
+
* // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016",
|
|
49
|
+
* // Type: "t2.micro" || "t2.small" || "t2.medium" || "t2.large" || "c3.large" || "c3.xlarge" || "c3.2xlarge" || "c3.4xlarge" || "c3.8xlarge" || "c4.large" || "c4.xlarge" || "c4.2xlarge" || "c4.4xlarge" || "c4.8xlarge" || "c5.large" || "c5.xlarge" || "c5.2xlarge" || "c5.4xlarge" || "c5.9xlarge" || "c5.12xlarge" || "c5.18xlarge" || "c5.24xlarge" || "c5a.large" || "c5a.xlarge" || "c5a.2xlarge" || "c5a.4xlarge" || "c5a.8xlarge" || "c5a.12xlarge" || "c5a.16xlarge" || "c5a.24xlarge" || "r3.large" || "r3.xlarge" || "r3.2xlarge" || "r3.4xlarge" || "r3.8xlarge" || "r4.large" || "r4.xlarge" || "r4.2xlarge" || "r4.4xlarge" || "r4.8xlarge" || "r4.16xlarge" || "r5.large" || "r5.xlarge" || "r5.2xlarge" || "r5.4xlarge" || "r5.8xlarge" || "r5.12xlarge" || "r5.16xlarge" || "r5.24xlarge" || "r5a.large" || "r5a.xlarge" || "r5a.2xlarge" || "r5a.4xlarge" || "r5a.8xlarge" || "r5a.12xlarge" || "r5a.16xlarge" || "r5a.24xlarge" || "m3.medium" || "m3.large" || "m3.xlarge" || "m3.2xlarge" || "m4.large" || "m4.xlarge" || "m4.2xlarge" || "m4.4xlarge" || "m4.10xlarge" || "m5.large" || "m5.xlarge" || "m5.2xlarge" || "m5.4xlarge" || "m5.8xlarge" || "m5.12xlarge" || "m5.16xlarge" || "m5.24xlarge" || "m5a.large" || "m5a.xlarge" || "m5a.2xlarge" || "m5a.4xlarge" || "m5a.8xlarge" || "m5a.12xlarge" || "m5a.16xlarge" || "m5a.24xlarge" || "c5d.large" || "c5d.xlarge" || "c5d.2xlarge" || "c5d.4xlarge" || "c5d.9xlarge" || "c5d.12xlarge" || "c5d.18xlarge" || "c5d.24xlarge" || "c6a.large" || "c6a.xlarge" || "c6a.2xlarge" || "c6a.4xlarge" || "c6a.8xlarge" || "c6a.12xlarge" || "c6a.16xlarge" || "c6a.24xlarge" || "c6i.large" || "c6i.xlarge" || "c6i.2xlarge" || "c6i.4xlarge" || "c6i.8xlarge" || "c6i.12xlarge" || "c6i.16xlarge" || "c6i.24xlarge" || "r5d.large" || "r5d.xlarge" || "r5d.2xlarge" || "r5d.4xlarge" || "r5d.8xlarge" || "r5d.12xlarge" || "r5d.16xlarge" || "r5d.24xlarge",
|
|
50
|
+
* // GameLiftServiceSdkEndpoint: "STRING_VALUE",
|
|
51
|
+
* // },
|
|
52
|
+
* // };
|
|
53
|
+
*
|
|
37
54
|
* ```
|
|
38
55
|
*
|
|
39
56
|
* @param DescribeComputeCommandInput - {@link DescribeComputeCommandInput}
|
|
@@ -56,6 +73,8 @@ export interface DescribeComputeCommandOutput extends DescribeComputeOutput, __M
|
|
|
56
73
|
* @throws {@link UnauthorizedException} (client fault)
|
|
57
74
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
58
75
|
*
|
|
76
|
+
* @throws {@link GameLiftServiceException}
|
|
77
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
59
78
|
*
|
|
60
79
|
*/
|
|
61
80
|
export declare class DescribeComputeCommand extends $Command<DescribeComputeCommandInput, DescribeComputeCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -86,6 +86,17 @@ export interface DescribeEC2InstanceLimitsCommandOutput extends DescribeEC2Insta
|
|
|
86
86
|
* };
|
|
87
87
|
* const command = new DescribeEC2InstanceLimitsCommand(input);
|
|
88
88
|
* const response = await client.send(command);
|
|
89
|
+
* // { // DescribeEC2InstanceLimitsOutput
|
|
90
|
+
* // EC2InstanceLimits: [ // EC2InstanceLimitList
|
|
91
|
+
* // { // EC2InstanceLimit
|
|
92
|
+
* // EC2InstanceType: "t2.micro" || "t2.small" || "t2.medium" || "t2.large" || "c3.large" || "c3.xlarge" || "c3.2xlarge" || "c3.4xlarge" || "c3.8xlarge" || "c4.large" || "c4.xlarge" || "c4.2xlarge" || "c4.4xlarge" || "c4.8xlarge" || "c5.large" || "c5.xlarge" || "c5.2xlarge" || "c5.4xlarge" || "c5.9xlarge" || "c5.12xlarge" || "c5.18xlarge" || "c5.24xlarge" || "c5a.large" || "c5a.xlarge" || "c5a.2xlarge" || "c5a.4xlarge" || "c5a.8xlarge" || "c5a.12xlarge" || "c5a.16xlarge" || "c5a.24xlarge" || "r3.large" || "r3.xlarge" || "r3.2xlarge" || "r3.4xlarge" || "r3.8xlarge" || "r4.large" || "r4.xlarge" || "r4.2xlarge" || "r4.4xlarge" || "r4.8xlarge" || "r4.16xlarge" || "r5.large" || "r5.xlarge" || "r5.2xlarge" || "r5.4xlarge" || "r5.8xlarge" || "r5.12xlarge" || "r5.16xlarge" || "r5.24xlarge" || "r5a.large" || "r5a.xlarge" || "r5a.2xlarge" || "r5a.4xlarge" || "r5a.8xlarge" || "r5a.12xlarge" || "r5a.16xlarge" || "r5a.24xlarge" || "m3.medium" || "m3.large" || "m3.xlarge" || "m3.2xlarge" || "m4.large" || "m4.xlarge" || "m4.2xlarge" || "m4.4xlarge" || "m4.10xlarge" || "m5.large" || "m5.xlarge" || "m5.2xlarge" || "m5.4xlarge" || "m5.8xlarge" || "m5.12xlarge" || "m5.16xlarge" || "m5.24xlarge" || "m5a.large" || "m5a.xlarge" || "m5a.2xlarge" || "m5a.4xlarge" || "m5a.8xlarge" || "m5a.12xlarge" || "m5a.16xlarge" || "m5a.24xlarge" || "c5d.large" || "c5d.xlarge" || "c5d.2xlarge" || "c5d.4xlarge" || "c5d.9xlarge" || "c5d.12xlarge" || "c5d.18xlarge" || "c5d.24xlarge" || "c6a.large" || "c6a.xlarge" || "c6a.2xlarge" || "c6a.4xlarge" || "c6a.8xlarge" || "c6a.12xlarge" || "c6a.16xlarge" || "c6a.24xlarge" || "c6i.large" || "c6i.xlarge" || "c6i.2xlarge" || "c6i.4xlarge" || "c6i.8xlarge" || "c6i.12xlarge" || "c6i.16xlarge" || "c6i.24xlarge" || "r5d.large" || "r5d.xlarge" || "r5d.2xlarge" || "r5d.4xlarge" || "r5d.8xlarge" || "r5d.12xlarge" || "r5d.16xlarge" || "r5d.24xlarge",
|
|
93
|
+
* // CurrentInstances: Number("int"),
|
|
94
|
+
* // InstanceLimit: Number("int"),
|
|
95
|
+
* // Location: "STRING_VALUE",
|
|
96
|
+
* // },
|
|
97
|
+
* // ],
|
|
98
|
+
* // };
|
|
99
|
+
*
|
|
89
100
|
* ```
|
|
90
101
|
*
|
|
91
102
|
* @param DescribeEC2InstanceLimitsCommandInput - {@link DescribeEC2InstanceLimitsCommandInput}
|
|
@@ -108,6 +119,8 @@ export interface DescribeEC2InstanceLimitsCommandOutput extends DescribeEC2Insta
|
|
|
108
119
|
* @throws {@link UnsupportedRegionException} (client fault)
|
|
109
120
|
* <p>The requested operation is not supported in the Region specified.</p>
|
|
110
121
|
*
|
|
122
|
+
* @throws {@link GameLiftServiceException}
|
|
123
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
111
124
|
*
|
|
112
125
|
*/
|
|
113
126
|
export declare class DescribeEC2InstanceLimitsCommand extends $Command<DescribeEC2InstanceLimitsCommandInput, DescribeEC2InstanceLimitsCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -62,6 +62,52 @@ export interface DescribeFleetAttributesCommandOutput extends DescribeFleetAttri
|
|
|
62
62
|
* };
|
|
63
63
|
* const command = new DescribeFleetAttributesCommand(input);
|
|
64
64
|
* const response = await client.send(command);
|
|
65
|
+
* // { // DescribeFleetAttributesOutput
|
|
66
|
+
* // FleetAttributes: [ // FleetAttributesList
|
|
67
|
+
* // { // FleetAttributes
|
|
68
|
+
* // FleetId: "STRING_VALUE",
|
|
69
|
+
* // FleetArn: "STRING_VALUE",
|
|
70
|
+
* // FleetType: "ON_DEMAND" || "SPOT",
|
|
71
|
+
* // InstanceType: "t2.micro" || "t2.small" || "t2.medium" || "t2.large" || "c3.large" || "c3.xlarge" || "c3.2xlarge" || "c3.4xlarge" || "c3.8xlarge" || "c4.large" || "c4.xlarge" || "c4.2xlarge" || "c4.4xlarge" || "c4.8xlarge" || "c5.large" || "c5.xlarge" || "c5.2xlarge" || "c5.4xlarge" || "c5.9xlarge" || "c5.12xlarge" || "c5.18xlarge" || "c5.24xlarge" || "c5a.large" || "c5a.xlarge" || "c5a.2xlarge" || "c5a.4xlarge" || "c5a.8xlarge" || "c5a.12xlarge" || "c5a.16xlarge" || "c5a.24xlarge" || "r3.large" || "r3.xlarge" || "r3.2xlarge" || "r3.4xlarge" || "r3.8xlarge" || "r4.large" || "r4.xlarge" || "r4.2xlarge" || "r4.4xlarge" || "r4.8xlarge" || "r4.16xlarge" || "r5.large" || "r5.xlarge" || "r5.2xlarge" || "r5.4xlarge" || "r5.8xlarge" || "r5.12xlarge" || "r5.16xlarge" || "r5.24xlarge" || "r5a.large" || "r5a.xlarge" || "r5a.2xlarge" || "r5a.4xlarge" || "r5a.8xlarge" || "r5a.12xlarge" || "r5a.16xlarge" || "r5a.24xlarge" || "m3.medium" || "m3.large" || "m3.xlarge" || "m3.2xlarge" || "m4.large" || "m4.xlarge" || "m4.2xlarge" || "m4.4xlarge" || "m4.10xlarge" || "m5.large" || "m5.xlarge" || "m5.2xlarge" || "m5.4xlarge" || "m5.8xlarge" || "m5.12xlarge" || "m5.16xlarge" || "m5.24xlarge" || "m5a.large" || "m5a.xlarge" || "m5a.2xlarge" || "m5a.4xlarge" || "m5a.8xlarge" || "m5a.12xlarge" || "m5a.16xlarge" || "m5a.24xlarge" || "c5d.large" || "c5d.xlarge" || "c5d.2xlarge" || "c5d.4xlarge" || "c5d.9xlarge" || "c5d.12xlarge" || "c5d.18xlarge" || "c5d.24xlarge" || "c6a.large" || "c6a.xlarge" || "c6a.2xlarge" || "c6a.4xlarge" || "c6a.8xlarge" || "c6a.12xlarge" || "c6a.16xlarge" || "c6a.24xlarge" || "c6i.large" || "c6i.xlarge" || "c6i.2xlarge" || "c6i.4xlarge" || "c6i.8xlarge" || "c6i.12xlarge" || "c6i.16xlarge" || "c6i.24xlarge" || "r5d.large" || "r5d.xlarge" || "r5d.2xlarge" || "r5d.4xlarge" || "r5d.8xlarge" || "r5d.12xlarge" || "r5d.16xlarge" || "r5d.24xlarge",
|
|
72
|
+
* // Description: "STRING_VALUE",
|
|
73
|
+
* // Name: "STRING_VALUE",
|
|
74
|
+
* // CreationTime: new Date("TIMESTAMP"),
|
|
75
|
+
* // TerminationTime: new Date("TIMESTAMP"),
|
|
76
|
+
* // Status: "NEW" || "DOWNLOADING" || "VALIDATING" || "BUILDING" || "ACTIVATING" || "ACTIVE" || "DELETING" || "ERROR" || "TERMINATED" || "NOT_FOUND",
|
|
77
|
+
* // BuildId: "STRING_VALUE",
|
|
78
|
+
* // BuildArn: "STRING_VALUE",
|
|
79
|
+
* // ScriptId: "STRING_VALUE",
|
|
80
|
+
* // ScriptArn: "STRING_VALUE",
|
|
81
|
+
* // ServerLaunchPath: "STRING_VALUE",
|
|
82
|
+
* // ServerLaunchParameters: "STRING_VALUE",
|
|
83
|
+
* // LogPaths: [ // StringList
|
|
84
|
+
* // "STRING_VALUE",
|
|
85
|
+
* // ],
|
|
86
|
+
* // NewGameSessionProtectionPolicy: "NoProtection" || "FullProtection",
|
|
87
|
+
* // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016",
|
|
88
|
+
* // ResourceCreationLimitPolicy: { // ResourceCreationLimitPolicy
|
|
89
|
+
* // NewGameSessionsPerCreator: Number("int"),
|
|
90
|
+
* // PolicyPeriodInMinutes: Number("int"),
|
|
91
|
+
* // },
|
|
92
|
+
* // MetricGroups: [ // MetricGroupList
|
|
93
|
+
* // "STRING_VALUE",
|
|
94
|
+
* // ],
|
|
95
|
+
* // StoppedActions: [ // FleetActionList
|
|
96
|
+
* // "AUTO_SCALING",
|
|
97
|
+
* // ],
|
|
98
|
+
* // InstanceRoleArn: "STRING_VALUE",
|
|
99
|
+
* // CertificateConfiguration: { // CertificateConfiguration
|
|
100
|
+
* // CertificateType: "DISABLED" || "GENERATED", // required
|
|
101
|
+
* // },
|
|
102
|
+
* // ComputeType: "EC2" || "ANYWHERE",
|
|
103
|
+
* // AnywhereConfiguration: { // AnywhereConfiguration
|
|
104
|
+
* // Cost: "STRING_VALUE", // required
|
|
105
|
+
* // },
|
|
106
|
+
* // },
|
|
107
|
+
* // ],
|
|
108
|
+
* // NextToken: "STRING_VALUE",
|
|
109
|
+
* // };
|
|
110
|
+
*
|
|
65
111
|
* ```
|
|
66
112
|
*
|
|
67
113
|
* @param DescribeFleetAttributesCommandInput - {@link DescribeFleetAttributesCommandInput}
|
|
@@ -84,6 +130,8 @@ export interface DescribeFleetAttributesCommandOutput extends DescribeFleetAttri
|
|
|
84
130
|
* @throws {@link UnauthorizedException} (client fault)
|
|
85
131
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
86
132
|
*
|
|
133
|
+
* @throws {@link GameLiftServiceException}
|
|
134
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
87
135
|
*
|
|
88
136
|
*/
|
|
89
137
|
export declare class DescribeFleetAttributesCommand extends $Command<DescribeFleetAttributesCommandInput, DescribeFleetAttributesCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -70,6 +70,27 @@ export interface DescribeFleetCapacityCommandOutput extends DescribeFleetCapacit
|
|
|
70
70
|
* };
|
|
71
71
|
* const command = new DescribeFleetCapacityCommand(input);
|
|
72
72
|
* const response = await client.send(command);
|
|
73
|
+
* // { // DescribeFleetCapacityOutput
|
|
74
|
+
* // FleetCapacity: [ // FleetCapacityList
|
|
75
|
+
* // { // FleetCapacity
|
|
76
|
+
* // FleetId: "STRING_VALUE",
|
|
77
|
+
* // FleetArn: "STRING_VALUE",
|
|
78
|
+
* // InstanceType: "t2.micro" || "t2.small" || "t2.medium" || "t2.large" || "c3.large" || "c3.xlarge" || "c3.2xlarge" || "c3.4xlarge" || "c3.8xlarge" || "c4.large" || "c4.xlarge" || "c4.2xlarge" || "c4.4xlarge" || "c4.8xlarge" || "c5.large" || "c5.xlarge" || "c5.2xlarge" || "c5.4xlarge" || "c5.9xlarge" || "c5.12xlarge" || "c5.18xlarge" || "c5.24xlarge" || "c5a.large" || "c5a.xlarge" || "c5a.2xlarge" || "c5a.4xlarge" || "c5a.8xlarge" || "c5a.12xlarge" || "c5a.16xlarge" || "c5a.24xlarge" || "r3.large" || "r3.xlarge" || "r3.2xlarge" || "r3.4xlarge" || "r3.8xlarge" || "r4.large" || "r4.xlarge" || "r4.2xlarge" || "r4.4xlarge" || "r4.8xlarge" || "r4.16xlarge" || "r5.large" || "r5.xlarge" || "r5.2xlarge" || "r5.4xlarge" || "r5.8xlarge" || "r5.12xlarge" || "r5.16xlarge" || "r5.24xlarge" || "r5a.large" || "r5a.xlarge" || "r5a.2xlarge" || "r5a.4xlarge" || "r5a.8xlarge" || "r5a.12xlarge" || "r5a.16xlarge" || "r5a.24xlarge" || "m3.medium" || "m3.large" || "m3.xlarge" || "m3.2xlarge" || "m4.large" || "m4.xlarge" || "m4.2xlarge" || "m4.4xlarge" || "m4.10xlarge" || "m5.large" || "m5.xlarge" || "m5.2xlarge" || "m5.4xlarge" || "m5.8xlarge" || "m5.12xlarge" || "m5.16xlarge" || "m5.24xlarge" || "m5a.large" || "m5a.xlarge" || "m5a.2xlarge" || "m5a.4xlarge" || "m5a.8xlarge" || "m5a.12xlarge" || "m5a.16xlarge" || "m5a.24xlarge" || "c5d.large" || "c5d.xlarge" || "c5d.2xlarge" || "c5d.4xlarge" || "c5d.9xlarge" || "c5d.12xlarge" || "c5d.18xlarge" || "c5d.24xlarge" || "c6a.large" || "c6a.xlarge" || "c6a.2xlarge" || "c6a.4xlarge" || "c6a.8xlarge" || "c6a.12xlarge" || "c6a.16xlarge" || "c6a.24xlarge" || "c6i.large" || "c6i.xlarge" || "c6i.2xlarge" || "c6i.4xlarge" || "c6i.8xlarge" || "c6i.12xlarge" || "c6i.16xlarge" || "c6i.24xlarge" || "r5d.large" || "r5d.xlarge" || "r5d.2xlarge" || "r5d.4xlarge" || "r5d.8xlarge" || "r5d.12xlarge" || "r5d.16xlarge" || "r5d.24xlarge",
|
|
79
|
+
* // InstanceCounts: { // EC2InstanceCounts
|
|
80
|
+
* // DESIRED: Number("int"),
|
|
81
|
+
* // MINIMUM: Number("int"),
|
|
82
|
+
* // MAXIMUM: Number("int"),
|
|
83
|
+
* // PENDING: Number("int"),
|
|
84
|
+
* // ACTIVE: Number("int"),
|
|
85
|
+
* // IDLE: Number("int"),
|
|
86
|
+
* // TERMINATING: Number("int"),
|
|
87
|
+
* // },
|
|
88
|
+
* // Location: "STRING_VALUE",
|
|
89
|
+
* // },
|
|
90
|
+
* // ],
|
|
91
|
+
* // NextToken: "STRING_VALUE",
|
|
92
|
+
* // };
|
|
93
|
+
*
|
|
73
94
|
* ```
|
|
74
95
|
*
|
|
75
96
|
* @param DescribeFleetCapacityCommandInput - {@link DescribeFleetCapacityCommandInput}
|
|
@@ -92,6 +113,8 @@ export interface DescribeFleetCapacityCommandOutput extends DescribeFleetCapacit
|
|
|
92
113
|
* @throws {@link UnauthorizedException} (client fault)
|
|
93
114
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
94
115
|
*
|
|
116
|
+
* @throws {@link GameLiftServiceException}
|
|
117
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
95
118
|
*
|
|
96
119
|
*/
|
|
97
120
|
export declare class DescribeFleetCapacityCommand extends $Command<DescribeFleetCapacityCommandInput, DescribeFleetCapacityCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -49,6 +49,20 @@ export interface DescribeFleetEventsCommandOutput extends DescribeFleetEventsOut
|
|
|
49
49
|
* };
|
|
50
50
|
* const command = new DescribeFleetEventsCommand(input);
|
|
51
51
|
* const response = await client.send(command);
|
|
52
|
+
* // { // DescribeFleetEventsOutput
|
|
53
|
+
* // Events: [ // EventList
|
|
54
|
+
* // { // Event
|
|
55
|
+
* // EventId: "STRING_VALUE",
|
|
56
|
+
* // ResourceId: "STRING_VALUE",
|
|
57
|
+
* // EventCode: "GENERIC_EVENT" || "FLEET_CREATED" || "FLEET_DELETED" || "FLEET_SCALING_EVENT" || "FLEET_STATE_DOWNLOADING" || "FLEET_STATE_VALIDATING" || "FLEET_STATE_BUILDING" || "FLEET_STATE_ACTIVATING" || "FLEET_STATE_ACTIVE" || "FLEET_STATE_ERROR" || "FLEET_INITIALIZATION_FAILED" || "FLEET_BINARY_DOWNLOAD_FAILED" || "FLEET_VALIDATION_LAUNCH_PATH_NOT_FOUND" || "FLEET_VALIDATION_EXECUTABLE_RUNTIME_FAILURE" || "FLEET_VALIDATION_TIMED_OUT" || "FLEET_ACTIVATION_FAILED" || "FLEET_ACTIVATION_FAILED_NO_INSTANCES" || "FLEET_NEW_GAME_SESSION_PROTECTION_POLICY_UPDATED" || "SERVER_PROCESS_INVALID_PATH" || "SERVER_PROCESS_SDK_INITIALIZATION_TIMEOUT" || "SERVER_PROCESS_PROCESS_READY_TIMEOUT" || "SERVER_PROCESS_CRASHED" || "SERVER_PROCESS_TERMINATED_UNHEALTHY" || "SERVER_PROCESS_FORCE_TERMINATED" || "SERVER_PROCESS_PROCESS_EXIT_TIMEOUT" || "GAME_SESSION_ACTIVATION_TIMEOUT" || "FLEET_CREATION_EXTRACTING_BUILD" || "FLEET_CREATION_RUNNING_INSTALLER" || "FLEET_CREATION_VALIDATING_RUNTIME_CONFIG" || "FLEET_VPC_PEERING_SUCCEEDED" || "FLEET_VPC_PEERING_FAILED" || "FLEET_VPC_PEERING_DELETED" || "INSTANCE_INTERRUPTED" || "INSTANCE_RECYCLED",
|
|
58
|
+
* // Message: "STRING_VALUE",
|
|
59
|
+
* // EventTime: new Date("TIMESTAMP"),
|
|
60
|
+
* // PreSignedLogUrl: "STRING_VALUE",
|
|
61
|
+
* // },
|
|
62
|
+
* // ],
|
|
63
|
+
* // NextToken: "STRING_VALUE",
|
|
64
|
+
* // };
|
|
65
|
+
*
|
|
52
66
|
* ```
|
|
53
67
|
*
|
|
54
68
|
* @param DescribeFleetEventsCommandInput - {@link DescribeFleetEventsCommandInput}
|
|
@@ -71,6 +85,8 @@ export interface DescribeFleetEventsCommandOutput extends DescribeFleetEventsOut
|
|
|
71
85
|
* @throws {@link UnauthorizedException} (client fault)
|
|
72
86
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
73
87
|
*
|
|
88
|
+
* @throws {@link GameLiftServiceException}
|
|
89
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
74
90
|
*
|
|
75
91
|
*/
|
|
76
92
|
export declare class DescribeFleetEventsCommand extends $Command<DescribeFleetEventsCommandInput, DescribeFleetEventsCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -61,6 +61,24 @@ export interface DescribeFleetLocationAttributesCommandOutput extends DescribeFl
|
|
|
61
61
|
* };
|
|
62
62
|
* const command = new DescribeFleetLocationAttributesCommand(input);
|
|
63
63
|
* const response = await client.send(command);
|
|
64
|
+
* // { // DescribeFleetLocationAttributesOutput
|
|
65
|
+
* // FleetId: "STRING_VALUE",
|
|
66
|
+
* // FleetArn: "STRING_VALUE",
|
|
67
|
+
* // LocationAttributes: [ // LocationAttributesList
|
|
68
|
+
* // { // LocationAttributes
|
|
69
|
+
* // LocationState: { // LocationState
|
|
70
|
+
* // Location: "STRING_VALUE",
|
|
71
|
+
* // Status: "NEW" || "DOWNLOADING" || "VALIDATING" || "BUILDING" || "ACTIVATING" || "ACTIVE" || "DELETING" || "ERROR" || "TERMINATED" || "NOT_FOUND",
|
|
72
|
+
* // },
|
|
73
|
+
* // StoppedActions: [ // FleetActionList
|
|
74
|
+
* // "AUTO_SCALING",
|
|
75
|
+
* // ],
|
|
76
|
+
* // UpdateStatus: "PENDING_UPDATE",
|
|
77
|
+
* // },
|
|
78
|
+
* // ],
|
|
79
|
+
* // NextToken: "STRING_VALUE",
|
|
80
|
+
* // };
|
|
81
|
+
*
|
|
64
82
|
* ```
|
|
65
83
|
*
|
|
66
84
|
* @param DescribeFleetLocationAttributesCommandInput - {@link DescribeFleetLocationAttributesCommandInput}
|
|
@@ -86,6 +104,8 @@ export interface DescribeFleetLocationAttributesCommandOutput extends DescribeFl
|
|
|
86
104
|
* @throws {@link UnsupportedRegionException} (client fault)
|
|
87
105
|
* <p>The requested operation is not supported in the Region specified.</p>
|
|
88
106
|
*
|
|
107
|
+
* @throws {@link GameLiftServiceException}
|
|
108
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
89
109
|
*
|
|
90
110
|
*/
|
|
91
111
|
export declare class DescribeFleetLocationAttributesCommand extends $Command<DescribeFleetLocationAttributesCommandInput, DescribeFleetLocationAttributesCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -49,6 +49,24 @@ export interface DescribeFleetLocationCapacityCommandOutput extends DescribeFlee
|
|
|
49
49
|
* };
|
|
50
50
|
* const command = new DescribeFleetLocationCapacityCommand(input);
|
|
51
51
|
* const response = await client.send(command);
|
|
52
|
+
* // { // DescribeFleetLocationCapacityOutput
|
|
53
|
+
* // FleetCapacity: { // FleetCapacity
|
|
54
|
+
* // FleetId: "STRING_VALUE",
|
|
55
|
+
* // FleetArn: "STRING_VALUE",
|
|
56
|
+
* // InstanceType: "t2.micro" || "t2.small" || "t2.medium" || "t2.large" || "c3.large" || "c3.xlarge" || "c3.2xlarge" || "c3.4xlarge" || "c3.8xlarge" || "c4.large" || "c4.xlarge" || "c4.2xlarge" || "c4.4xlarge" || "c4.8xlarge" || "c5.large" || "c5.xlarge" || "c5.2xlarge" || "c5.4xlarge" || "c5.9xlarge" || "c5.12xlarge" || "c5.18xlarge" || "c5.24xlarge" || "c5a.large" || "c5a.xlarge" || "c5a.2xlarge" || "c5a.4xlarge" || "c5a.8xlarge" || "c5a.12xlarge" || "c5a.16xlarge" || "c5a.24xlarge" || "r3.large" || "r3.xlarge" || "r3.2xlarge" || "r3.4xlarge" || "r3.8xlarge" || "r4.large" || "r4.xlarge" || "r4.2xlarge" || "r4.4xlarge" || "r4.8xlarge" || "r4.16xlarge" || "r5.large" || "r5.xlarge" || "r5.2xlarge" || "r5.4xlarge" || "r5.8xlarge" || "r5.12xlarge" || "r5.16xlarge" || "r5.24xlarge" || "r5a.large" || "r5a.xlarge" || "r5a.2xlarge" || "r5a.4xlarge" || "r5a.8xlarge" || "r5a.12xlarge" || "r5a.16xlarge" || "r5a.24xlarge" || "m3.medium" || "m3.large" || "m3.xlarge" || "m3.2xlarge" || "m4.large" || "m4.xlarge" || "m4.2xlarge" || "m4.4xlarge" || "m4.10xlarge" || "m5.large" || "m5.xlarge" || "m5.2xlarge" || "m5.4xlarge" || "m5.8xlarge" || "m5.12xlarge" || "m5.16xlarge" || "m5.24xlarge" || "m5a.large" || "m5a.xlarge" || "m5a.2xlarge" || "m5a.4xlarge" || "m5a.8xlarge" || "m5a.12xlarge" || "m5a.16xlarge" || "m5a.24xlarge" || "c5d.large" || "c5d.xlarge" || "c5d.2xlarge" || "c5d.4xlarge" || "c5d.9xlarge" || "c5d.12xlarge" || "c5d.18xlarge" || "c5d.24xlarge" || "c6a.large" || "c6a.xlarge" || "c6a.2xlarge" || "c6a.4xlarge" || "c6a.8xlarge" || "c6a.12xlarge" || "c6a.16xlarge" || "c6a.24xlarge" || "c6i.large" || "c6i.xlarge" || "c6i.2xlarge" || "c6i.4xlarge" || "c6i.8xlarge" || "c6i.12xlarge" || "c6i.16xlarge" || "c6i.24xlarge" || "r5d.large" || "r5d.xlarge" || "r5d.2xlarge" || "r5d.4xlarge" || "r5d.8xlarge" || "r5d.12xlarge" || "r5d.16xlarge" || "r5d.24xlarge",
|
|
57
|
+
* // InstanceCounts: { // EC2InstanceCounts
|
|
58
|
+
* // DESIRED: Number("int"),
|
|
59
|
+
* // MINIMUM: Number("int"),
|
|
60
|
+
* // MAXIMUM: Number("int"),
|
|
61
|
+
* // PENDING: Number("int"),
|
|
62
|
+
* // ACTIVE: Number("int"),
|
|
63
|
+
* // IDLE: Number("int"),
|
|
64
|
+
* // TERMINATING: Number("int"),
|
|
65
|
+
* // },
|
|
66
|
+
* // Location: "STRING_VALUE",
|
|
67
|
+
* // },
|
|
68
|
+
* // };
|
|
69
|
+
*
|
|
52
70
|
* ```
|
|
53
71
|
*
|
|
54
72
|
* @param DescribeFleetLocationCapacityCommandInput - {@link DescribeFleetLocationCapacityCommandInput}
|
|
@@ -74,6 +92,8 @@ export interface DescribeFleetLocationCapacityCommandOutput extends DescribeFlee
|
|
|
74
92
|
* @throws {@link UnsupportedRegionException} (client fault)
|
|
75
93
|
* <p>The requested operation is not supported in the Region specified.</p>
|
|
76
94
|
*
|
|
95
|
+
* @throws {@link GameLiftServiceException}
|
|
96
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
77
97
|
*
|
|
78
98
|
*/
|
|
79
99
|
export declare class DescribeFleetLocationCapacityCommand extends $Command<DescribeFleetLocationCapacityCommandInput, DescribeFleetLocationCapacityCommandOutput, GameLiftClientResolvedConfig> {
|