@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
|
@@ -41,6 +41,30 @@ export interface DescribeScalingPoliciesCommandOutput extends DescribeScalingPol
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new DescribeScalingPoliciesCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // { // DescribeScalingPoliciesOutput
|
|
45
|
+
* // ScalingPolicies: [ // ScalingPolicyList
|
|
46
|
+
* // { // ScalingPolicy
|
|
47
|
+
* // FleetId: "STRING_VALUE",
|
|
48
|
+
* // FleetArn: "STRING_VALUE",
|
|
49
|
+
* // Name: "STRING_VALUE",
|
|
50
|
+
* // Status: "ACTIVE" || "UPDATE_REQUESTED" || "UPDATING" || "DELETE_REQUESTED" || "DELETING" || "DELETED" || "ERROR",
|
|
51
|
+
* // ScalingAdjustment: Number("int"),
|
|
52
|
+
* // ScalingAdjustmentType: "ChangeInCapacity" || "ExactCapacity" || "PercentChangeInCapacity",
|
|
53
|
+
* // ComparisonOperator: "GreaterThanOrEqualToThreshold" || "GreaterThanThreshold" || "LessThanThreshold" || "LessThanOrEqualToThreshold",
|
|
54
|
+
* // Threshold: Number("double"),
|
|
55
|
+
* // EvaluationPeriods: Number("int"),
|
|
56
|
+
* // MetricName: "ActivatingGameSessions" || "ActiveGameSessions" || "ActiveInstances" || "AvailableGameSessions" || "AvailablePlayerSessions" || "CurrentPlayerSessions" || "IdleInstances" || "PercentAvailableGameSessions" || "PercentIdleInstances" || "QueueDepth" || "WaitTime" || "ConcurrentActivatableGameSessions",
|
|
57
|
+
* // PolicyType: "RuleBased" || "TargetBased",
|
|
58
|
+
* // TargetConfiguration: { // TargetConfiguration
|
|
59
|
+
* // TargetValue: Number("double"), // required
|
|
60
|
+
* // },
|
|
61
|
+
* // UpdateStatus: "PENDING_UPDATE",
|
|
62
|
+
* // Location: "STRING_VALUE",
|
|
63
|
+
* // },
|
|
64
|
+
* // ],
|
|
65
|
+
* // NextToken: "STRING_VALUE",
|
|
66
|
+
* // };
|
|
67
|
+
*
|
|
44
68
|
* ```
|
|
45
69
|
*
|
|
46
70
|
* @param DescribeScalingPoliciesCommandInput - {@link DescribeScalingPoliciesCommandInput}
|
|
@@ -66,6 +90,8 @@ export interface DescribeScalingPoliciesCommandOutput extends DescribeScalingPol
|
|
|
66
90
|
* @throws {@link UnsupportedRegionException} (client fault)
|
|
67
91
|
* <p>The requested operation is not supported in the Region specified.</p>
|
|
68
92
|
*
|
|
93
|
+
* @throws {@link GameLiftServiceException}
|
|
94
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
69
95
|
*
|
|
70
96
|
*/
|
|
71
97
|
export declare class DescribeScalingPoliciesCommand extends $Command<DescribeScalingPoliciesCommandInput, DescribeScalingPoliciesCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -45,6 +45,23 @@ export interface DescribeScriptCommandOutput extends DescribeScriptOutput, __Met
|
|
|
45
45
|
* };
|
|
46
46
|
* const command = new DescribeScriptCommand(input);
|
|
47
47
|
* const response = await client.send(command);
|
|
48
|
+
* // { // DescribeScriptOutput
|
|
49
|
+
* // Script: { // Script
|
|
50
|
+
* // ScriptId: "STRING_VALUE",
|
|
51
|
+
* // ScriptArn: "STRING_VALUE",
|
|
52
|
+
* // Name: "STRING_VALUE",
|
|
53
|
+
* // Version: "STRING_VALUE",
|
|
54
|
+
* // SizeOnDisk: Number("long"),
|
|
55
|
+
* // CreationTime: new Date("TIMESTAMP"),
|
|
56
|
+
* // StorageLocation: { // S3Location
|
|
57
|
+
* // Bucket: "STRING_VALUE",
|
|
58
|
+
* // Key: "STRING_VALUE",
|
|
59
|
+
* // RoleArn: "STRING_VALUE",
|
|
60
|
+
* // ObjectVersion: "STRING_VALUE",
|
|
61
|
+
* // },
|
|
62
|
+
* // },
|
|
63
|
+
* // };
|
|
64
|
+
*
|
|
48
65
|
* ```
|
|
49
66
|
*
|
|
50
67
|
* @param DescribeScriptCommandInput - {@link DescribeScriptCommandInput}
|
|
@@ -67,6 +84,8 @@ export interface DescribeScriptCommandOutput extends DescribeScriptOutput, __Met
|
|
|
67
84
|
* @throws {@link UnauthorizedException} (client fault)
|
|
68
85
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
69
86
|
*
|
|
87
|
+
* @throws {@link GameLiftServiceException}
|
|
88
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
70
89
|
*
|
|
71
90
|
*/
|
|
72
91
|
export declare class DescribeScriptCommand extends $Command<DescribeScriptCommandInput, DescribeScriptCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -37,6 +37,18 @@ export interface DescribeVpcPeeringAuthorizationsCommandOutput extends DescribeV
|
|
|
37
37
|
* const input = {};
|
|
38
38
|
* const command = new DescribeVpcPeeringAuthorizationsCommand(input);
|
|
39
39
|
* const response = await client.send(command);
|
|
40
|
+
* // { // DescribeVpcPeeringAuthorizationsOutput
|
|
41
|
+
* // VpcPeeringAuthorizations: [ // VpcPeeringAuthorizationList
|
|
42
|
+
* // { // VpcPeeringAuthorization
|
|
43
|
+
* // GameLiftAwsAccountId: "STRING_VALUE",
|
|
44
|
+
* // PeerVpcAwsAccountId: "STRING_VALUE",
|
|
45
|
+
* // PeerVpcId: "STRING_VALUE",
|
|
46
|
+
* // CreationTime: new Date("TIMESTAMP"),
|
|
47
|
+
* // ExpirationTime: new Date("TIMESTAMP"),
|
|
48
|
+
* // },
|
|
49
|
+
* // ],
|
|
50
|
+
* // };
|
|
51
|
+
*
|
|
40
52
|
* ```
|
|
41
53
|
*
|
|
42
54
|
* @param DescribeVpcPeeringAuthorizationsCommandInput - {@link DescribeVpcPeeringAuthorizationsCommandInput}
|
|
@@ -56,6 +68,8 @@ export interface DescribeVpcPeeringAuthorizationsCommandOutput extends DescribeV
|
|
|
56
68
|
* @throws {@link UnauthorizedException} (client fault)
|
|
57
69
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
58
70
|
*
|
|
71
|
+
* @throws {@link GameLiftServiceException}
|
|
72
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
59
73
|
*
|
|
60
74
|
*/
|
|
61
75
|
export declare class DescribeVpcPeeringAuthorizationsCommand extends $Command<DescribeVpcPeeringAuthorizationsCommandInput, DescribeVpcPeeringAuthorizationsCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -43,6 +43,23 @@ export interface DescribeVpcPeeringConnectionsCommandOutput extends DescribeVpcP
|
|
|
43
43
|
* };
|
|
44
44
|
* const command = new DescribeVpcPeeringConnectionsCommand(input);
|
|
45
45
|
* const response = await client.send(command);
|
|
46
|
+
* // { // DescribeVpcPeeringConnectionsOutput
|
|
47
|
+
* // VpcPeeringConnections: [ // VpcPeeringConnectionList
|
|
48
|
+
* // { // VpcPeeringConnection
|
|
49
|
+
* // FleetId: "STRING_VALUE",
|
|
50
|
+
* // FleetArn: "STRING_VALUE",
|
|
51
|
+
* // IpV4CidrBlock: "STRING_VALUE",
|
|
52
|
+
* // VpcPeeringConnectionId: "STRING_VALUE",
|
|
53
|
+
* // Status: { // VpcPeeringConnectionStatus
|
|
54
|
+
* // Code: "STRING_VALUE",
|
|
55
|
+
* // Message: "STRING_VALUE",
|
|
56
|
+
* // },
|
|
57
|
+
* // PeerVpcId: "STRING_VALUE",
|
|
58
|
+
* // GameLiftVpcId: "STRING_VALUE",
|
|
59
|
+
* // },
|
|
60
|
+
* // ],
|
|
61
|
+
* // };
|
|
62
|
+
*
|
|
46
63
|
* ```
|
|
47
64
|
*
|
|
48
65
|
* @param DescribeVpcPeeringConnectionsCommandInput - {@link DescribeVpcPeeringConnectionsCommandInput}
|
|
@@ -65,6 +82,8 @@ export interface DescribeVpcPeeringConnectionsCommandOutput extends DescribeVpcP
|
|
|
65
82
|
* @throws {@link UnauthorizedException} (client fault)
|
|
66
83
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
67
84
|
*
|
|
85
|
+
* @throws {@link GameLiftServiceException}
|
|
86
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
68
87
|
*
|
|
69
88
|
*/
|
|
70
89
|
export declare class DescribeVpcPeeringConnectionsCommand extends $Command<DescribeVpcPeeringConnectionsCommandInput, DescribeVpcPeeringConnectionsCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -54,6 +54,18 @@ export interface GetComputeAccessCommandOutput extends GetComputeAccessOutput, _
|
|
|
54
54
|
* };
|
|
55
55
|
* const command = new GetComputeAccessCommand(input);
|
|
56
56
|
* const response = await client.send(command);
|
|
57
|
+
* // { // GetComputeAccessOutput
|
|
58
|
+
* // FleetId: "STRING_VALUE",
|
|
59
|
+
* // FleetArn: "STRING_VALUE",
|
|
60
|
+
* // ComputeName: "STRING_VALUE",
|
|
61
|
+
* // ComputeArn: "STRING_VALUE",
|
|
62
|
+
* // Credentials: { // AwsCredentials
|
|
63
|
+
* // AccessKeyId: "STRING_VALUE",
|
|
64
|
+
* // SecretAccessKey: "STRING_VALUE",
|
|
65
|
+
* // SessionToken: "STRING_VALUE",
|
|
66
|
+
* // },
|
|
67
|
+
* // };
|
|
68
|
+
*
|
|
57
69
|
* ```
|
|
58
70
|
*
|
|
59
71
|
* @param GetComputeAccessCommandInput - {@link GetComputeAccessCommandInput}
|
|
@@ -76,6 +88,8 @@ export interface GetComputeAccessCommandOutput extends GetComputeAccessOutput, _
|
|
|
76
88
|
* @throws {@link UnauthorizedException} (client fault)
|
|
77
89
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
78
90
|
*
|
|
91
|
+
* @throws {@link GameLiftServiceException}
|
|
92
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
79
93
|
*
|
|
80
94
|
*/
|
|
81
95
|
export declare class GetComputeAccessCommand extends $Command<GetComputeAccessCommandInput, GetComputeAccessCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -35,6 +35,15 @@ export interface GetComputeAuthTokenCommandOutput extends GetComputeAuthTokenOut
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new GetComputeAuthTokenCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // GetComputeAuthTokenOutput
|
|
39
|
+
* // FleetId: "STRING_VALUE",
|
|
40
|
+
* // FleetArn: "STRING_VALUE",
|
|
41
|
+
* // ComputeName: "STRING_VALUE",
|
|
42
|
+
* // ComputeArn: "STRING_VALUE",
|
|
43
|
+
* // AuthToken: "STRING_VALUE",
|
|
44
|
+
* // ExpirationTimestamp: new Date("TIMESTAMP"),
|
|
45
|
+
* // };
|
|
46
|
+
*
|
|
38
47
|
* ```
|
|
39
48
|
*
|
|
40
49
|
* @param GetComputeAuthTokenCommandInput - {@link GetComputeAuthTokenCommandInput}
|
|
@@ -57,6 +66,8 @@ export interface GetComputeAuthTokenCommandOutput extends GetComputeAuthTokenOut
|
|
|
57
66
|
* @throws {@link UnauthorizedException} (client fault)
|
|
58
67
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
59
68
|
*
|
|
69
|
+
* @throws {@link GameLiftServiceException}
|
|
70
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
60
71
|
*
|
|
61
72
|
*/
|
|
62
73
|
export declare class GetComputeAuthTokenCommand extends $Command<GetComputeAuthTokenCommandInput, GetComputeAuthTokenCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -41,6 +41,10 @@ export interface GetGameSessionLogUrlCommandOutput extends GetGameSessionLogUrlO
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new GetGameSessionLogUrlCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // { // GetGameSessionLogUrlOutput
|
|
45
|
+
* // PreSignedUrl: "STRING_VALUE",
|
|
46
|
+
* // };
|
|
47
|
+
*
|
|
44
48
|
* ```
|
|
45
49
|
*
|
|
46
50
|
* @param GetGameSessionLogUrlCommandInput - {@link GetGameSessionLogUrlCommandInput}
|
|
@@ -63,6 +67,8 @@ export interface GetGameSessionLogUrlCommandOutput extends GetGameSessionLogUrlO
|
|
|
63
67
|
* @throws {@link UnauthorizedException} (client fault)
|
|
64
68
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
65
69
|
*
|
|
70
|
+
* @throws {@link GameLiftServiceException}
|
|
71
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
66
72
|
*
|
|
67
73
|
*/
|
|
68
74
|
export declare class GetGameSessionLogUrlCommand extends $Command<GetGameSessionLogUrlCommandInput, GetGameSessionLogUrlCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -60,6 +60,19 @@ export interface GetInstanceAccessCommandOutput extends GetInstanceAccessOutput,
|
|
|
60
60
|
* };
|
|
61
61
|
* const command = new GetInstanceAccessCommand(input);
|
|
62
62
|
* const response = await client.send(command);
|
|
63
|
+
* // { // GetInstanceAccessOutput
|
|
64
|
+
* // InstanceAccess: { // InstanceAccess
|
|
65
|
+
* // FleetId: "STRING_VALUE",
|
|
66
|
+
* // InstanceId: "STRING_VALUE",
|
|
67
|
+
* // IpAddress: "STRING_VALUE",
|
|
68
|
+
* // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016",
|
|
69
|
+
* // Credentials: { // InstanceCredentials
|
|
70
|
+
* // UserName: "STRING_VALUE",
|
|
71
|
+
* // Secret: "STRING_VALUE",
|
|
72
|
+
* // },
|
|
73
|
+
* // },
|
|
74
|
+
* // };
|
|
75
|
+
*
|
|
63
76
|
* ```
|
|
64
77
|
*
|
|
65
78
|
* @param GetInstanceAccessCommandInput - {@link GetInstanceAccessCommandInput}
|
|
@@ -82,6 +95,8 @@ export interface GetInstanceAccessCommandOutput extends GetInstanceAccessOutput,
|
|
|
82
95
|
* @throws {@link UnauthorizedException} (client fault)
|
|
83
96
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
84
97
|
*
|
|
98
|
+
* @throws {@link GameLiftServiceException}
|
|
99
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
85
100
|
*
|
|
86
101
|
*/
|
|
87
102
|
export declare class GetInstanceAccessCommand extends $Command<GetInstanceAccessCommandInput, GetInstanceAccessCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -45,6 +45,25 @@ export interface ListAliasesCommandOutput extends ListAliasesOutput, __MetadataB
|
|
|
45
45
|
* };
|
|
46
46
|
* const command = new ListAliasesCommand(input);
|
|
47
47
|
* const response = await client.send(command);
|
|
48
|
+
* // { // ListAliasesOutput
|
|
49
|
+
* // Aliases: [ // AliasList
|
|
50
|
+
* // { // Alias
|
|
51
|
+
* // AliasId: "STRING_VALUE",
|
|
52
|
+
* // Name: "STRING_VALUE",
|
|
53
|
+
* // AliasArn: "STRING_VALUE",
|
|
54
|
+
* // Description: "STRING_VALUE",
|
|
55
|
+
* // RoutingStrategy: { // RoutingStrategy
|
|
56
|
+
* // Type: "SIMPLE" || "TERMINAL",
|
|
57
|
+
* // FleetId: "STRING_VALUE",
|
|
58
|
+
* // Message: "STRING_VALUE",
|
|
59
|
+
* // },
|
|
60
|
+
* // CreationTime: new Date("TIMESTAMP"),
|
|
61
|
+
* // LastUpdatedTime: new Date("TIMESTAMP"),
|
|
62
|
+
* // },
|
|
63
|
+
* // ],
|
|
64
|
+
* // NextToken: "STRING_VALUE",
|
|
65
|
+
* // };
|
|
66
|
+
*
|
|
48
67
|
* ```
|
|
49
68
|
*
|
|
50
69
|
* @param ListAliasesCommandInput - {@link ListAliasesCommandInput}
|
|
@@ -64,6 +83,8 @@ export interface ListAliasesCommandOutput extends ListAliasesOutput, __MetadataB
|
|
|
64
83
|
* @throws {@link UnauthorizedException} (client fault)
|
|
65
84
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
66
85
|
*
|
|
86
|
+
* @throws {@link GameLiftServiceException}
|
|
87
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
67
88
|
*
|
|
68
89
|
*/
|
|
69
90
|
export declare class ListAliasesCommand extends $Command<ListAliasesCommandInput, ListAliasesCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -49,6 +49,23 @@ export interface ListBuildsCommandOutput extends ListBuildsOutput, __MetadataBea
|
|
|
49
49
|
* };
|
|
50
50
|
* const command = new ListBuildsCommand(input);
|
|
51
51
|
* const response = await client.send(command);
|
|
52
|
+
* // { // ListBuildsOutput
|
|
53
|
+
* // Builds: [ // BuildList
|
|
54
|
+
* // { // Build
|
|
55
|
+
* // BuildId: "STRING_VALUE",
|
|
56
|
+
* // BuildArn: "STRING_VALUE",
|
|
57
|
+
* // Name: "STRING_VALUE",
|
|
58
|
+
* // Version: "STRING_VALUE",
|
|
59
|
+
* // Status: "INITIALIZED" || "READY" || "FAILED",
|
|
60
|
+
* // SizeOnDisk: Number("long"),
|
|
61
|
+
* // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016",
|
|
62
|
+
* // CreationTime: new Date("TIMESTAMP"),
|
|
63
|
+
* // ServerSdkVersion: "STRING_VALUE",
|
|
64
|
+
* // },
|
|
65
|
+
* // ],
|
|
66
|
+
* // NextToken: "STRING_VALUE",
|
|
67
|
+
* // };
|
|
68
|
+
*
|
|
52
69
|
* ```
|
|
53
70
|
*
|
|
54
71
|
* @param ListBuildsCommandInput - {@link ListBuildsCommandInput}
|
|
@@ -68,6 +85,8 @@ export interface ListBuildsCommandOutput extends ListBuildsOutput, __MetadataBea
|
|
|
68
85
|
* @throws {@link UnauthorizedException} (client fault)
|
|
69
86
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
70
87
|
*
|
|
88
|
+
* @throws {@link GameLiftServiceException}
|
|
89
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
71
90
|
*
|
|
72
91
|
*/
|
|
73
92
|
export declare class ListBuildsCommand extends $Command<ListBuildsCommandInput, ListBuildsCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -34,6 +34,26 @@ export interface ListComputeCommandOutput extends ListComputeOutput, __MetadataB
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new ListComputeCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // ListComputeOutput
|
|
38
|
+
* // ComputeList: [ // ComputeList
|
|
39
|
+
* // { // Compute
|
|
40
|
+
* // FleetId: "STRING_VALUE",
|
|
41
|
+
* // FleetArn: "STRING_VALUE",
|
|
42
|
+
* // ComputeName: "STRING_VALUE",
|
|
43
|
+
* // ComputeArn: "STRING_VALUE",
|
|
44
|
+
* // IpAddress: "STRING_VALUE",
|
|
45
|
+
* // DnsName: "STRING_VALUE",
|
|
46
|
+
* // ComputeStatus: "PENDING" || "ACTIVE" || "TERMINATING",
|
|
47
|
+
* // Location: "STRING_VALUE",
|
|
48
|
+
* // CreationTime: new Date("TIMESTAMP"),
|
|
49
|
+
* // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016",
|
|
50
|
+
* // 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",
|
|
51
|
+
* // GameLiftServiceSdkEndpoint: "STRING_VALUE",
|
|
52
|
+
* // },
|
|
53
|
+
* // ],
|
|
54
|
+
* // NextToken: "STRING_VALUE",
|
|
55
|
+
* // };
|
|
56
|
+
*
|
|
37
57
|
* ```
|
|
38
58
|
*
|
|
39
59
|
* @param ListComputeCommandInput - {@link ListComputeCommandInput}
|
|
@@ -53,6 +73,8 @@ export interface ListComputeCommandOutput extends ListComputeOutput, __MetadataB
|
|
|
53
73
|
* @throws {@link UnauthorizedException} (client fault)
|
|
54
74
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
55
75
|
*
|
|
76
|
+
* @throws {@link GameLiftServiceException}
|
|
77
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
56
78
|
*
|
|
57
79
|
*/
|
|
58
80
|
export declare class ListComputeCommand extends $Command<ListComputeCommandInput, ListComputeCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -66,6 +66,13 @@ export interface ListFleetsCommandOutput extends ListFleetsOutput, __MetadataBea
|
|
|
66
66
|
* };
|
|
67
67
|
* const command = new ListFleetsCommand(input);
|
|
68
68
|
* const response = await client.send(command);
|
|
69
|
+
* // { // ListFleetsOutput
|
|
70
|
+
* // FleetIds: [ // FleetIdList
|
|
71
|
+
* // "STRING_VALUE",
|
|
72
|
+
* // ],
|
|
73
|
+
* // NextToken: "STRING_VALUE",
|
|
74
|
+
* // };
|
|
75
|
+
*
|
|
69
76
|
* ```
|
|
70
77
|
*
|
|
71
78
|
* @param ListFleetsCommandInput - {@link ListFleetsCommandInput}
|
|
@@ -88,6 +95,8 @@ export interface ListFleetsCommandOutput extends ListFleetsOutput, __MetadataBea
|
|
|
88
95
|
* @throws {@link UnauthorizedException} (client fault)
|
|
89
96
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
90
97
|
*
|
|
98
|
+
* @throws {@link GameLiftServiceException}
|
|
99
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
91
100
|
*
|
|
92
101
|
*/
|
|
93
102
|
export declare class ListFleetsCommand extends $Command<ListFleetsCommandInput, ListFleetsCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -32,6 +32,33 @@ export interface ListGameServerGroupsCommandOutput extends ListGameServerGroupsO
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new ListGameServerGroupsCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // ListGameServerGroupsOutput
|
|
36
|
+
* // GameServerGroups: [ // GameServerGroups
|
|
37
|
+
* // { // GameServerGroup
|
|
38
|
+
* // GameServerGroupName: "STRING_VALUE",
|
|
39
|
+
* // GameServerGroupArn: "STRING_VALUE",
|
|
40
|
+
* // RoleArn: "STRING_VALUE",
|
|
41
|
+
* // InstanceDefinitions: [ // InstanceDefinitions
|
|
42
|
+
* // { // InstanceDefinition
|
|
43
|
+
* // 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
|
|
44
|
+
* // WeightedCapacity: "STRING_VALUE",
|
|
45
|
+
* // },
|
|
46
|
+
* // ],
|
|
47
|
+
* // BalancingStrategy: "SPOT_ONLY" || "SPOT_PREFERRED" || "ON_DEMAND_ONLY",
|
|
48
|
+
* // GameServerProtectionPolicy: "NO_PROTECTION" || "FULL_PROTECTION",
|
|
49
|
+
* // AutoScalingGroupArn: "STRING_VALUE",
|
|
50
|
+
* // Status: "NEW" || "ACTIVATING" || "ACTIVE" || "DELETE_SCHEDULED" || "DELETING" || "DELETED" || "ERROR",
|
|
51
|
+
* // StatusReason: "STRING_VALUE",
|
|
52
|
+
* // SuspendedActions: [ // GameServerGroupActions
|
|
53
|
+
* // "REPLACE_INSTANCE_TYPES",
|
|
54
|
+
* // ],
|
|
55
|
+
* // CreationTime: new Date("TIMESTAMP"),
|
|
56
|
+
* // LastUpdatedTime: new Date("TIMESTAMP"),
|
|
57
|
+
* // },
|
|
58
|
+
* // ],
|
|
59
|
+
* // NextToken: "STRING_VALUE",
|
|
60
|
+
* // };
|
|
61
|
+
*
|
|
35
62
|
* ```
|
|
36
63
|
*
|
|
37
64
|
* @param ListGameServerGroupsCommandInput - {@link ListGameServerGroupsCommandInput}
|
|
@@ -51,6 +78,8 @@ export interface ListGameServerGroupsCommandOutput extends ListGameServerGroupsO
|
|
|
51
78
|
* @throws {@link UnauthorizedException} (client fault)
|
|
52
79
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
53
80
|
*
|
|
81
|
+
* @throws {@link GameLiftServiceException}
|
|
82
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
54
83
|
*
|
|
55
84
|
*/
|
|
56
85
|
export declare class ListGameServerGroupsCommand extends $Command<ListGameServerGroupsCommandInput, ListGameServerGroupsCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -47,6 +47,25 @@ export interface ListGameServersCommandOutput extends ListGameServersOutput, __M
|
|
|
47
47
|
* };
|
|
48
48
|
* const command = new ListGameServersCommand(input);
|
|
49
49
|
* const response = await client.send(command);
|
|
50
|
+
* // { // ListGameServersOutput
|
|
51
|
+
* // GameServers: [ // GameServers
|
|
52
|
+
* // { // GameServer
|
|
53
|
+
* // GameServerGroupName: "STRING_VALUE",
|
|
54
|
+
* // GameServerGroupArn: "STRING_VALUE",
|
|
55
|
+
* // GameServerId: "STRING_VALUE",
|
|
56
|
+
* // InstanceId: "STRING_VALUE",
|
|
57
|
+
* // ConnectionInfo: "STRING_VALUE",
|
|
58
|
+
* // GameServerData: "STRING_VALUE",
|
|
59
|
+
* // ClaimStatus: "CLAIMED",
|
|
60
|
+
* // UtilizationStatus: "AVAILABLE" || "UTILIZED",
|
|
61
|
+
* // RegistrationTime: new Date("TIMESTAMP"),
|
|
62
|
+
* // LastClaimTime: new Date("TIMESTAMP"),
|
|
63
|
+
* // LastHealthCheckTime: new Date("TIMESTAMP"),
|
|
64
|
+
* // },
|
|
65
|
+
* // ],
|
|
66
|
+
* // NextToken: "STRING_VALUE",
|
|
67
|
+
* // };
|
|
68
|
+
*
|
|
50
69
|
* ```
|
|
51
70
|
*
|
|
52
71
|
* @param ListGameServersCommandInput - {@link ListGameServersCommandInput}
|
|
@@ -66,6 +85,8 @@ export interface ListGameServersCommandOutput extends ListGameServersOutput, __M
|
|
|
66
85
|
* @throws {@link UnauthorizedException} (client fault)
|
|
67
86
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
68
87
|
*
|
|
88
|
+
* @throws {@link GameLiftServiceException}
|
|
89
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
69
90
|
*
|
|
70
91
|
*/
|
|
71
92
|
export declare class ListGameServersCommand extends $Command<ListGameServersCommandInput, ListGameServersCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -35,6 +35,16 @@ export interface ListLocationsCommandOutput extends ListLocationsOutput, __Metad
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new ListLocationsCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // ListLocationsOutput
|
|
39
|
+
* // Locations: [ // LocationModelList
|
|
40
|
+
* // { // LocationModel
|
|
41
|
+
* // LocationName: "STRING_VALUE",
|
|
42
|
+
* // LocationArn: "STRING_VALUE",
|
|
43
|
+
* // },
|
|
44
|
+
* // ],
|
|
45
|
+
* // NextToken: "STRING_VALUE",
|
|
46
|
+
* // };
|
|
47
|
+
*
|
|
38
48
|
* ```
|
|
39
49
|
*
|
|
40
50
|
* @param ListLocationsCommandInput - {@link ListLocationsCommandInput}
|
|
@@ -54,6 +64,8 @@ export interface ListLocationsCommandOutput extends ListLocationsOutput, __Metad
|
|
|
54
64
|
* @throws {@link UnauthorizedException} (client fault)
|
|
55
65
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
56
66
|
*
|
|
67
|
+
* @throws {@link GameLiftServiceException}
|
|
68
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
57
69
|
*
|
|
58
70
|
*/
|
|
59
71
|
export declare class ListLocationsCommand extends $Command<ListLocationsCommandInput, ListLocationsCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -45,6 +45,26 @@ export interface ListScriptsCommandOutput extends ListScriptsOutput, __MetadataB
|
|
|
45
45
|
* };
|
|
46
46
|
* const command = new ListScriptsCommand(input);
|
|
47
47
|
* const response = await client.send(command);
|
|
48
|
+
* // { // ListScriptsOutput
|
|
49
|
+
* // Scripts: [ // ScriptList
|
|
50
|
+
* // { // Script
|
|
51
|
+
* // ScriptId: "STRING_VALUE",
|
|
52
|
+
* // ScriptArn: "STRING_VALUE",
|
|
53
|
+
* // Name: "STRING_VALUE",
|
|
54
|
+
* // Version: "STRING_VALUE",
|
|
55
|
+
* // SizeOnDisk: Number("long"),
|
|
56
|
+
* // CreationTime: new Date("TIMESTAMP"),
|
|
57
|
+
* // StorageLocation: { // S3Location
|
|
58
|
+
* // Bucket: "STRING_VALUE",
|
|
59
|
+
* // Key: "STRING_VALUE",
|
|
60
|
+
* // RoleArn: "STRING_VALUE",
|
|
61
|
+
* // ObjectVersion: "STRING_VALUE",
|
|
62
|
+
* // },
|
|
63
|
+
* // },
|
|
64
|
+
* // ],
|
|
65
|
+
* // NextToken: "STRING_VALUE",
|
|
66
|
+
* // };
|
|
67
|
+
*
|
|
48
68
|
* ```
|
|
49
69
|
*
|
|
50
70
|
* @param ListScriptsCommandInput - {@link ListScriptsCommandInput}
|
|
@@ -64,6 +84,8 @@ export interface ListScriptsCommandOutput extends ListScriptsOutput, __MetadataB
|
|
|
64
84
|
* @throws {@link UnauthorizedException} (client fault)
|
|
65
85
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
66
86
|
*
|
|
87
|
+
* @throws {@link GameLiftServiceException}
|
|
88
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
67
89
|
*
|
|
68
90
|
*/
|
|
69
91
|
export declare class ListScriptsCommand extends $Command<ListScriptsCommandInput, ListScriptsCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -51,6 +51,15 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
51
51
|
* };
|
|
52
52
|
* const command = new ListTagsForResourceCommand(input);
|
|
53
53
|
* const response = await client.send(command);
|
|
54
|
+
* // { // ListTagsForResourceResponse
|
|
55
|
+
* // Tags: [ // TagList
|
|
56
|
+
* // { // Tag
|
|
57
|
+
* // Key: "STRING_VALUE", // required
|
|
58
|
+
* // Value: "STRING_VALUE", // required
|
|
59
|
+
* // },
|
|
60
|
+
* // ],
|
|
61
|
+
* // };
|
|
62
|
+
*
|
|
54
63
|
* ```
|
|
55
64
|
*
|
|
56
65
|
* @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
|
|
@@ -75,6 +84,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
75
84
|
* or the maximum tag limit may have been exceeded. Resolve the issue before
|
|
76
85
|
* retrying.</p>
|
|
77
86
|
*
|
|
87
|
+
* @throws {@link GameLiftServiceException}
|
|
88
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
78
89
|
*
|
|
79
90
|
*/
|
|
80
91
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -99,6 +99,10 @@ export interface PutScalingPolicyCommandOutput extends PutScalingPolicyOutput, _
|
|
|
99
99
|
* };
|
|
100
100
|
* const command = new PutScalingPolicyCommand(input);
|
|
101
101
|
* const response = await client.send(command);
|
|
102
|
+
* // { // PutScalingPolicyOutput
|
|
103
|
+
* // Name: "STRING_VALUE",
|
|
104
|
+
* // };
|
|
105
|
+
*
|
|
102
106
|
* ```
|
|
103
107
|
*
|
|
104
108
|
* @param PutScalingPolicyCommandInput - {@link PutScalingPolicyCommandInput}
|
|
@@ -121,6 +125,8 @@ export interface PutScalingPolicyCommandOutput extends PutScalingPolicyOutput, _
|
|
|
121
125
|
* @throws {@link UnauthorizedException} (client fault)
|
|
122
126
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
123
127
|
*
|
|
128
|
+
* @throws {@link GameLiftServiceException}
|
|
129
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
124
130
|
*
|
|
125
131
|
*/
|
|
126
132
|
export declare class PutScalingPolicyCommand extends $Command<PutScalingPolicyCommandInput, PutScalingPolicyCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -56,6 +56,23 @@ export interface RegisterComputeCommandOutput extends RegisterComputeOutput, __M
|
|
|
56
56
|
* };
|
|
57
57
|
* const command = new RegisterComputeCommand(input);
|
|
58
58
|
* const response = await client.send(command);
|
|
59
|
+
* // { // RegisterComputeOutput
|
|
60
|
+
* // Compute: { // Compute
|
|
61
|
+
* // FleetId: "STRING_VALUE",
|
|
62
|
+
* // FleetArn: "STRING_VALUE",
|
|
63
|
+
* // ComputeName: "STRING_VALUE",
|
|
64
|
+
* // ComputeArn: "STRING_VALUE",
|
|
65
|
+
* // IpAddress: "STRING_VALUE",
|
|
66
|
+
* // DnsName: "STRING_VALUE",
|
|
67
|
+
* // ComputeStatus: "PENDING" || "ACTIVE" || "TERMINATING",
|
|
68
|
+
* // Location: "STRING_VALUE",
|
|
69
|
+
* // CreationTime: new Date("TIMESTAMP"),
|
|
70
|
+
* // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016",
|
|
71
|
+
* // 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",
|
|
72
|
+
* // GameLiftServiceSdkEndpoint: "STRING_VALUE",
|
|
73
|
+
* // },
|
|
74
|
+
* // };
|
|
75
|
+
*
|
|
59
76
|
* ```
|
|
60
77
|
*
|
|
61
78
|
* @param RegisterComputeCommandInput - {@link RegisterComputeCommandInput}
|
|
@@ -81,6 +98,8 @@ export interface RegisterComputeCommandOutput extends RegisterComputeOutput, __M
|
|
|
81
98
|
* @throws {@link UnauthorizedException} (client fault)
|
|
82
99
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
83
100
|
*
|
|
101
|
+
* @throws {@link GameLiftServiceException}
|
|
102
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
84
103
|
*
|
|
85
104
|
*/
|
|
86
105
|
export declare class RegisterComputeCommand extends $Command<RegisterComputeCommandInput, RegisterComputeCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -57,6 +57,22 @@ export interface RegisterGameServerCommandOutput extends RegisterGameServerOutpu
|
|
|
57
57
|
* };
|
|
58
58
|
* const command = new RegisterGameServerCommand(input);
|
|
59
59
|
* const response = await client.send(command);
|
|
60
|
+
* // { // RegisterGameServerOutput
|
|
61
|
+
* // GameServer: { // GameServer
|
|
62
|
+
* // GameServerGroupName: "STRING_VALUE",
|
|
63
|
+
* // GameServerGroupArn: "STRING_VALUE",
|
|
64
|
+
* // GameServerId: "STRING_VALUE",
|
|
65
|
+
* // InstanceId: "STRING_VALUE",
|
|
66
|
+
* // ConnectionInfo: "STRING_VALUE",
|
|
67
|
+
* // GameServerData: "STRING_VALUE",
|
|
68
|
+
* // ClaimStatus: "CLAIMED",
|
|
69
|
+
* // UtilizationStatus: "AVAILABLE" || "UTILIZED",
|
|
70
|
+
* // RegistrationTime: new Date("TIMESTAMP"),
|
|
71
|
+
* // LastClaimTime: new Date("TIMESTAMP"),
|
|
72
|
+
* // LastHealthCheckTime: new Date("TIMESTAMP"),
|
|
73
|
+
* // },
|
|
74
|
+
* // };
|
|
75
|
+
*
|
|
60
76
|
* ```
|
|
61
77
|
*
|
|
62
78
|
* @param RegisterGameServerCommandInput - {@link RegisterGameServerCommandInput}
|
|
@@ -86,6 +102,8 @@ export interface RegisterGameServerCommandOutput extends RegisterGameServerOutpu
|
|
|
86
102
|
* @throws {@link UnauthorizedException} (client fault)
|
|
87
103
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
88
104
|
*
|
|
105
|
+
* @throws {@link GameLiftServiceException}
|
|
106
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
89
107
|
*
|
|
90
108
|
*/
|
|
91
109
|
export declare class RegisterGameServerCommand extends $Command<RegisterGameServerCommandInput, RegisterGameServerCommandOutput, GameLiftClientResolvedConfig> {
|