@aws-sdk/client-gamelift 3.325.0 → 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 +3 -3
|
@@ -63,6 +63,8 @@ export interface AcceptMatchCommandOutput extends AcceptMatchOutput, __MetadataB
|
|
|
63
63
|
* };
|
|
64
64
|
* const command = new AcceptMatchCommand(input);
|
|
65
65
|
* const response = await client.send(command);
|
|
66
|
+
* // {};
|
|
67
|
+
*
|
|
66
68
|
* ```
|
|
67
69
|
*
|
|
68
70
|
* @param AcceptMatchCommandInput - {@link AcceptMatchCommandInput}
|
|
@@ -85,6 +87,8 @@ export interface AcceptMatchCommandOutput extends AcceptMatchOutput, __MetadataB
|
|
|
85
87
|
* @throws {@link UnsupportedRegionException} (client fault)
|
|
86
88
|
* <p>The requested operation is not supported in the Region specified.</p>
|
|
87
89
|
*
|
|
90
|
+
* @throws {@link GameLiftServiceException}
|
|
91
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
88
92
|
*
|
|
89
93
|
*/
|
|
90
94
|
export declare class AcceptMatchCommand extends $Command<AcceptMatchCommandInput, AcceptMatchCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -74,6 +74,22 @@ export interface ClaimGameServerCommandOutput extends ClaimGameServerOutput, __M
|
|
|
74
74
|
* };
|
|
75
75
|
* const command = new ClaimGameServerCommand(input);
|
|
76
76
|
* const response = await client.send(command);
|
|
77
|
+
* // { // ClaimGameServerOutput
|
|
78
|
+
* // GameServer: { // GameServer
|
|
79
|
+
* // GameServerGroupName: "STRING_VALUE",
|
|
80
|
+
* // GameServerGroupArn: "STRING_VALUE",
|
|
81
|
+
* // GameServerId: "STRING_VALUE",
|
|
82
|
+
* // InstanceId: "STRING_VALUE",
|
|
83
|
+
* // ConnectionInfo: "STRING_VALUE",
|
|
84
|
+
* // GameServerData: "STRING_VALUE",
|
|
85
|
+
* // ClaimStatus: "CLAIMED",
|
|
86
|
+
* // UtilizationStatus: "AVAILABLE" || "UTILIZED",
|
|
87
|
+
* // RegistrationTime: new Date("TIMESTAMP"),
|
|
88
|
+
* // LastClaimTime: new Date("TIMESTAMP"),
|
|
89
|
+
* // LastHealthCheckTime: new Date("TIMESTAMP"),
|
|
90
|
+
* // },
|
|
91
|
+
* // };
|
|
92
|
+
*
|
|
77
93
|
* ```
|
|
78
94
|
*
|
|
79
95
|
* @param ClaimGameServerCommandInput - {@link ClaimGameServerCommandInput}
|
|
@@ -107,6 +123,8 @@ export interface ClaimGameServerCommandOutput extends ClaimGameServerOutput, __M
|
|
|
107
123
|
* @throws {@link UnauthorizedException} (client fault)
|
|
108
124
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
109
125
|
*
|
|
126
|
+
* @throws {@link GameLiftServiceException}
|
|
127
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
110
128
|
*
|
|
111
129
|
*/
|
|
112
130
|
export declare class ClaimGameServerCommand extends $Command<ClaimGameServerCommandInput, ClaimGameServerCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -62,6 +62,22 @@ export interface CreateAliasCommandOutput extends CreateAliasOutput, __MetadataB
|
|
|
62
62
|
* };
|
|
63
63
|
* const command = new CreateAliasCommand(input);
|
|
64
64
|
* const response = await client.send(command);
|
|
65
|
+
* // { // CreateAliasOutput
|
|
66
|
+
* // Alias: { // Alias
|
|
67
|
+
* // AliasId: "STRING_VALUE",
|
|
68
|
+
* // Name: "STRING_VALUE",
|
|
69
|
+
* // AliasArn: "STRING_VALUE",
|
|
70
|
+
* // Description: "STRING_VALUE",
|
|
71
|
+
* // RoutingStrategy: { // RoutingStrategy
|
|
72
|
+
* // Type: "SIMPLE" || "TERMINAL",
|
|
73
|
+
* // FleetId: "STRING_VALUE",
|
|
74
|
+
* // Message: "STRING_VALUE",
|
|
75
|
+
* // },
|
|
76
|
+
* // CreationTime: new Date("TIMESTAMP"),
|
|
77
|
+
* // LastUpdatedTime: new Date("TIMESTAMP"),
|
|
78
|
+
* // },
|
|
79
|
+
* // };
|
|
80
|
+
*
|
|
65
81
|
* ```
|
|
66
82
|
*
|
|
67
83
|
* @param CreateAliasCommandInput - {@link CreateAliasCommandInput}
|
|
@@ -96,6 +112,8 @@ export interface CreateAliasCommandOutput extends CreateAliasOutput, __MetadataB
|
|
|
96
112
|
* @throws {@link UnauthorizedException} (client fault)
|
|
97
113
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
98
114
|
*
|
|
115
|
+
* @throws {@link GameLiftServiceException}
|
|
116
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
99
117
|
*
|
|
100
118
|
*/
|
|
101
119
|
export declare class CreateAliasCommand extends $Command<CreateAliasCommandInput, CreateAliasCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -88,6 +88,31 @@ export interface CreateBuildCommandOutput extends CreateBuildOutput, __MetadataB
|
|
|
88
88
|
* };
|
|
89
89
|
* const command = new CreateBuildCommand(input);
|
|
90
90
|
* const response = await client.send(command);
|
|
91
|
+
* // { // CreateBuildOutput
|
|
92
|
+
* // Build: { // Build
|
|
93
|
+
* // BuildId: "STRING_VALUE",
|
|
94
|
+
* // BuildArn: "STRING_VALUE",
|
|
95
|
+
* // Name: "STRING_VALUE",
|
|
96
|
+
* // Version: "STRING_VALUE",
|
|
97
|
+
* // Status: "INITIALIZED" || "READY" || "FAILED",
|
|
98
|
+
* // SizeOnDisk: Number("long"),
|
|
99
|
+
* // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016",
|
|
100
|
+
* // CreationTime: new Date("TIMESTAMP"),
|
|
101
|
+
* // ServerSdkVersion: "STRING_VALUE",
|
|
102
|
+
* // },
|
|
103
|
+
* // UploadCredentials: { // AwsCredentials
|
|
104
|
+
* // AccessKeyId: "STRING_VALUE",
|
|
105
|
+
* // SecretAccessKey: "STRING_VALUE",
|
|
106
|
+
* // SessionToken: "STRING_VALUE",
|
|
107
|
+
* // },
|
|
108
|
+
* // StorageLocation: { // S3Location
|
|
109
|
+
* // Bucket: "STRING_VALUE",
|
|
110
|
+
* // Key: "STRING_VALUE",
|
|
111
|
+
* // RoleArn: "STRING_VALUE",
|
|
112
|
+
* // ObjectVersion: "STRING_VALUE",
|
|
113
|
+
* // },
|
|
114
|
+
* // };
|
|
115
|
+
*
|
|
91
116
|
* ```
|
|
92
117
|
*
|
|
93
118
|
* @param CreateBuildCommandInput - {@link CreateBuildCommandInput}
|
|
@@ -118,6 +143,8 @@ export interface CreateBuildCommandOutput extends CreateBuildOutput, __MetadataB
|
|
|
118
143
|
* @throws {@link UnauthorizedException} (client fault)
|
|
119
144
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
120
145
|
*
|
|
146
|
+
* @throws {@link GameLiftServiceException}
|
|
147
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
121
148
|
*
|
|
122
149
|
*/
|
|
123
150
|
export declare class CreateBuildCommand extends $Command<CreateBuildCommandInput, CreateBuildCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -124,6 +124,55 @@ export interface CreateFleetCommandOutput extends CreateFleetOutput, __MetadataB
|
|
|
124
124
|
* };
|
|
125
125
|
* const command = new CreateFleetCommand(input);
|
|
126
126
|
* const response = await client.send(command);
|
|
127
|
+
* // { // CreateFleetOutput
|
|
128
|
+
* // FleetAttributes: { // FleetAttributes
|
|
129
|
+
* // FleetId: "STRING_VALUE",
|
|
130
|
+
* // FleetArn: "STRING_VALUE",
|
|
131
|
+
* // FleetType: "ON_DEMAND" || "SPOT",
|
|
132
|
+
* // 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",
|
|
133
|
+
* // Description: "STRING_VALUE",
|
|
134
|
+
* // Name: "STRING_VALUE",
|
|
135
|
+
* // CreationTime: new Date("TIMESTAMP"),
|
|
136
|
+
* // TerminationTime: new Date("TIMESTAMP"),
|
|
137
|
+
* // Status: "NEW" || "DOWNLOADING" || "VALIDATING" || "BUILDING" || "ACTIVATING" || "ACTIVE" || "DELETING" || "ERROR" || "TERMINATED" || "NOT_FOUND",
|
|
138
|
+
* // BuildId: "STRING_VALUE",
|
|
139
|
+
* // BuildArn: "STRING_VALUE",
|
|
140
|
+
* // ScriptId: "STRING_VALUE",
|
|
141
|
+
* // ScriptArn: "STRING_VALUE",
|
|
142
|
+
* // ServerLaunchPath: "STRING_VALUE",
|
|
143
|
+
* // ServerLaunchParameters: "STRING_VALUE",
|
|
144
|
+
* // LogPaths: [ // StringList
|
|
145
|
+
* // "STRING_VALUE",
|
|
146
|
+
* // ],
|
|
147
|
+
* // NewGameSessionProtectionPolicy: "NoProtection" || "FullProtection",
|
|
148
|
+
* // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016",
|
|
149
|
+
* // ResourceCreationLimitPolicy: { // ResourceCreationLimitPolicy
|
|
150
|
+
* // NewGameSessionsPerCreator: Number("int"),
|
|
151
|
+
* // PolicyPeriodInMinutes: Number("int"),
|
|
152
|
+
* // },
|
|
153
|
+
* // MetricGroups: [ // MetricGroupList
|
|
154
|
+
* // "STRING_VALUE",
|
|
155
|
+
* // ],
|
|
156
|
+
* // StoppedActions: [ // FleetActionList
|
|
157
|
+
* // "AUTO_SCALING",
|
|
158
|
+
* // ],
|
|
159
|
+
* // InstanceRoleArn: "STRING_VALUE",
|
|
160
|
+
* // CertificateConfiguration: { // CertificateConfiguration
|
|
161
|
+
* // CertificateType: "DISABLED" || "GENERATED", // required
|
|
162
|
+
* // },
|
|
163
|
+
* // ComputeType: "EC2" || "ANYWHERE",
|
|
164
|
+
* // AnywhereConfiguration: { // AnywhereConfiguration
|
|
165
|
+
* // Cost: "STRING_VALUE", // required
|
|
166
|
+
* // },
|
|
167
|
+
* // },
|
|
168
|
+
* // LocationStates: [ // LocationStateList
|
|
169
|
+
* // { // LocationState
|
|
170
|
+
* // Location: "STRING_VALUE",
|
|
171
|
+
* // Status: "NEW" || "DOWNLOADING" || "VALIDATING" || "BUILDING" || "ACTIVATING" || "ACTIVE" || "DELETING" || "ERROR" || "TERMINATED" || "NOT_FOUND",
|
|
172
|
+
* // },
|
|
173
|
+
* // ],
|
|
174
|
+
* // };
|
|
175
|
+
*
|
|
127
176
|
* ```
|
|
128
177
|
*
|
|
129
178
|
* @param CreateFleetCommandInput - {@link CreateFleetCommandInput}
|
|
@@ -164,6 +213,8 @@ export interface CreateFleetCommandOutput extends CreateFleetOutput, __MetadataB
|
|
|
164
213
|
* @throws {@link UnsupportedRegionException} (client fault)
|
|
165
214
|
* <p>The requested operation is not supported in the Region specified.</p>
|
|
166
215
|
*
|
|
216
|
+
* @throws {@link GameLiftServiceException}
|
|
217
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
167
218
|
*
|
|
168
219
|
*/
|
|
169
220
|
export declare class CreateFleetCommand extends $Command<CreateFleetCommandInput, CreateFleetCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -59,6 +59,17 @@ export interface CreateFleetLocationsCommandOutput extends CreateFleetLocationsO
|
|
|
59
59
|
* };
|
|
60
60
|
* const command = new CreateFleetLocationsCommand(input);
|
|
61
61
|
* const response = await client.send(command);
|
|
62
|
+
* // { // CreateFleetLocationsOutput
|
|
63
|
+
* // FleetId: "STRING_VALUE",
|
|
64
|
+
* // FleetArn: "STRING_VALUE",
|
|
65
|
+
* // LocationStates: [ // LocationStateList
|
|
66
|
+
* // { // LocationState
|
|
67
|
+
* // Location: "STRING_VALUE",
|
|
68
|
+
* // Status: "NEW" || "DOWNLOADING" || "VALIDATING" || "BUILDING" || "ACTIVATING" || "ACTIVE" || "DELETING" || "ERROR" || "TERMINATED" || "NOT_FOUND",
|
|
69
|
+
* // },
|
|
70
|
+
* // ],
|
|
71
|
+
* // };
|
|
72
|
+
*
|
|
62
73
|
* ```
|
|
63
74
|
*
|
|
64
75
|
* @param CreateFleetLocationsCommandInput - {@link CreateFleetLocationsCommandInput}
|
|
@@ -99,6 +110,8 @@ export interface CreateFleetLocationsCommandOutput extends CreateFleetLocationsO
|
|
|
99
110
|
* @throws {@link UnsupportedRegionException} (client fault)
|
|
100
111
|
* <p>The requested operation is not supported in the Region specified.</p>
|
|
101
112
|
*
|
|
113
|
+
* @throws {@link GameLiftServiceException}
|
|
114
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
102
115
|
*
|
|
103
116
|
*/
|
|
104
117
|
export declare class CreateFleetLocationsCommand extends $Command<CreateFleetLocationsCommandInput, CreateFleetLocationsCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -103,6 +103,30 @@ export interface CreateGameServerGroupCommandOutput extends CreateGameServerGrou
|
|
|
103
103
|
* };
|
|
104
104
|
* const command = new CreateGameServerGroupCommand(input);
|
|
105
105
|
* const response = await client.send(command);
|
|
106
|
+
* // { // CreateGameServerGroupOutput
|
|
107
|
+
* // GameServerGroup: { // GameServerGroup
|
|
108
|
+
* // GameServerGroupName: "STRING_VALUE",
|
|
109
|
+
* // GameServerGroupArn: "STRING_VALUE",
|
|
110
|
+
* // RoleArn: "STRING_VALUE",
|
|
111
|
+
* // InstanceDefinitions: [ // InstanceDefinitions
|
|
112
|
+
* // { // InstanceDefinition
|
|
113
|
+
* // 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
|
|
114
|
+
* // WeightedCapacity: "STRING_VALUE",
|
|
115
|
+
* // },
|
|
116
|
+
* // ],
|
|
117
|
+
* // BalancingStrategy: "SPOT_ONLY" || "SPOT_PREFERRED" || "ON_DEMAND_ONLY",
|
|
118
|
+
* // GameServerProtectionPolicy: "NO_PROTECTION" || "FULL_PROTECTION",
|
|
119
|
+
* // AutoScalingGroupArn: "STRING_VALUE",
|
|
120
|
+
* // Status: "NEW" || "ACTIVATING" || "ACTIVE" || "DELETE_SCHEDULED" || "DELETING" || "DELETED" || "ERROR",
|
|
121
|
+
* // StatusReason: "STRING_VALUE",
|
|
122
|
+
* // SuspendedActions: [ // GameServerGroupActions
|
|
123
|
+
* // "REPLACE_INSTANCE_TYPES",
|
|
124
|
+
* // ],
|
|
125
|
+
* // CreationTime: new Date("TIMESTAMP"),
|
|
126
|
+
* // LastUpdatedTime: new Date("TIMESTAMP"),
|
|
127
|
+
* // },
|
|
128
|
+
* // };
|
|
129
|
+
*
|
|
106
130
|
* ```
|
|
107
131
|
*
|
|
108
132
|
* @param CreateGameServerGroupCommandInput - {@link CreateGameServerGroupCommandInput}
|
|
@@ -132,6 +156,8 @@ export interface CreateGameServerGroupCommandOutput extends CreateGameServerGrou
|
|
|
132
156
|
* @throws {@link UnauthorizedException} (client fault)
|
|
133
157
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
134
158
|
*
|
|
159
|
+
* @throws {@link GameLiftServiceException}
|
|
160
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
135
161
|
*
|
|
136
162
|
*/
|
|
137
163
|
export declare class CreateGameServerGroupCommand extends $Command<CreateGameServerGroupCommandInput, CreateGameServerGroupCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -85,6 +85,35 @@ export interface CreateGameSessionCommandOutput extends CreateGameSessionOutput,
|
|
|
85
85
|
* };
|
|
86
86
|
* const command = new CreateGameSessionCommand(input);
|
|
87
87
|
* const response = await client.send(command);
|
|
88
|
+
* // { // CreateGameSessionOutput
|
|
89
|
+
* // GameSession: { // GameSession
|
|
90
|
+
* // GameSessionId: "STRING_VALUE",
|
|
91
|
+
* // Name: "STRING_VALUE",
|
|
92
|
+
* // FleetId: "STRING_VALUE",
|
|
93
|
+
* // FleetArn: "STRING_VALUE",
|
|
94
|
+
* // CreationTime: new Date("TIMESTAMP"),
|
|
95
|
+
* // TerminationTime: new Date("TIMESTAMP"),
|
|
96
|
+
* // CurrentPlayerSessionCount: Number("int"),
|
|
97
|
+
* // MaximumPlayerSessionCount: Number("int"),
|
|
98
|
+
* // Status: "ACTIVE" || "ACTIVATING" || "TERMINATED" || "TERMINATING" || "ERROR",
|
|
99
|
+
* // StatusReason: "INTERRUPTED",
|
|
100
|
+
* // GameProperties: [ // GamePropertyList
|
|
101
|
+
* // { // GameProperty
|
|
102
|
+
* // Key: "STRING_VALUE", // required
|
|
103
|
+
* // Value: "STRING_VALUE", // required
|
|
104
|
+
* // },
|
|
105
|
+
* // ],
|
|
106
|
+
* // IpAddress: "STRING_VALUE",
|
|
107
|
+
* // DnsName: "STRING_VALUE",
|
|
108
|
+
* // Port: Number("int"),
|
|
109
|
+
* // PlayerSessionCreationPolicy: "ACCEPT_ALL" || "DENY_ALL",
|
|
110
|
+
* // CreatorId: "STRING_VALUE",
|
|
111
|
+
* // GameSessionData: "STRING_VALUE",
|
|
112
|
+
* // MatchmakerData: "STRING_VALUE",
|
|
113
|
+
* // Location: "STRING_VALUE",
|
|
114
|
+
* // },
|
|
115
|
+
* // };
|
|
116
|
+
*
|
|
88
117
|
* ```
|
|
89
118
|
*
|
|
90
119
|
* @param CreateGameSessionCommandInput - {@link CreateGameSessionCommandInput}
|
|
@@ -140,6 +169,8 @@ export interface CreateGameSessionCommandOutput extends CreateGameSessionOutput,
|
|
|
140
169
|
* @throws {@link UnsupportedRegionException} (client fault)
|
|
141
170
|
* <p>The requested operation is not supported in the Region specified.</p>
|
|
142
171
|
*
|
|
172
|
+
* @throws {@link GameLiftServiceException}
|
|
173
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
143
174
|
*
|
|
144
175
|
*/
|
|
145
176
|
export declare class CreateGameSessionCommand extends $Command<CreateGameSessionCommandInput, CreateGameSessionCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -109,6 +109,40 @@ export interface CreateGameSessionQueueCommandOutput extends CreateGameSessionQu
|
|
|
109
109
|
* };
|
|
110
110
|
* const command = new CreateGameSessionQueueCommand(input);
|
|
111
111
|
* const response = await client.send(command);
|
|
112
|
+
* // { // CreateGameSessionQueueOutput
|
|
113
|
+
* // GameSessionQueue: { // GameSessionQueue
|
|
114
|
+
* // Name: "STRING_VALUE",
|
|
115
|
+
* // GameSessionQueueArn: "STRING_VALUE",
|
|
116
|
+
* // TimeoutInSeconds: Number("int"),
|
|
117
|
+
* // PlayerLatencyPolicies: [ // PlayerLatencyPolicyList
|
|
118
|
+
* // { // PlayerLatencyPolicy
|
|
119
|
+
* // MaximumIndividualPlayerLatencyMilliseconds: Number("int"),
|
|
120
|
+
* // PolicyDurationSeconds: Number("int"),
|
|
121
|
+
* // },
|
|
122
|
+
* // ],
|
|
123
|
+
* // Destinations: [ // GameSessionQueueDestinationList
|
|
124
|
+
* // { // GameSessionQueueDestination
|
|
125
|
+
* // DestinationArn: "STRING_VALUE",
|
|
126
|
+
* // },
|
|
127
|
+
* // ],
|
|
128
|
+
* // FilterConfiguration: { // FilterConfiguration
|
|
129
|
+
* // AllowedLocations: [ // LocationList
|
|
130
|
+
* // "STRING_VALUE",
|
|
131
|
+
* // ],
|
|
132
|
+
* // },
|
|
133
|
+
* // PriorityConfiguration: { // PriorityConfiguration
|
|
134
|
+
* // PriorityOrder: [ // PriorityTypeList
|
|
135
|
+
* // "LATENCY" || "COST" || "DESTINATION" || "LOCATION",
|
|
136
|
+
* // ],
|
|
137
|
+
* // LocationOrder: [
|
|
138
|
+
* // "STRING_VALUE",
|
|
139
|
+
* // ],
|
|
140
|
+
* // },
|
|
141
|
+
* // CustomEventData: "STRING_VALUE",
|
|
142
|
+
* // NotificationTarget: "STRING_VALUE",
|
|
143
|
+
* // },
|
|
144
|
+
* // };
|
|
145
|
+
*
|
|
112
146
|
* ```
|
|
113
147
|
*
|
|
114
148
|
* @param CreateGameSessionQueueCommandInput - {@link CreateGameSessionQueueCommandInput}
|
|
@@ -140,6 +174,8 @@ export interface CreateGameSessionQueueCommandOutput extends CreateGameSessionQu
|
|
|
140
174
|
* @throws {@link UnauthorizedException} (client fault)
|
|
141
175
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
142
176
|
*
|
|
177
|
+
* @throws {@link GameLiftServiceException}
|
|
178
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
143
179
|
*
|
|
144
180
|
*/
|
|
145
181
|
export declare class CreateGameSessionQueueCommand extends $Command<CreateGameSessionQueueCommandInput, CreateGameSessionQueueCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -37,6 +37,13 @@ export interface CreateLocationCommandOutput extends CreateLocationOutput, __Met
|
|
|
37
37
|
* };
|
|
38
38
|
* const command = new CreateLocationCommand(input);
|
|
39
39
|
* const response = await client.send(command);
|
|
40
|
+
* // { // CreateLocationOutput
|
|
41
|
+
* // Location: { // LocationModel
|
|
42
|
+
* // LocationName: "STRING_VALUE",
|
|
43
|
+
* // LocationArn: "STRING_VALUE",
|
|
44
|
+
* // },
|
|
45
|
+
* // };
|
|
46
|
+
*
|
|
40
47
|
* ```
|
|
41
48
|
*
|
|
42
49
|
* @param CreateLocationCommandInput - {@link CreateLocationCommandInput}
|
|
@@ -71,6 +78,8 @@ export interface CreateLocationCommandOutput extends CreateLocationOutput, __Met
|
|
|
71
78
|
* @throws {@link UnauthorizedException} (client fault)
|
|
72
79
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
73
80
|
*
|
|
81
|
+
* @throws {@link GameLiftServiceException}
|
|
82
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
74
83
|
*
|
|
75
84
|
*/
|
|
76
85
|
export declare class CreateLocationCommand extends $Command<CreateLocationCommandInput, CreateLocationCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -82,6 +82,35 @@ export interface CreateMatchmakingConfigurationCommandOutput extends CreateMatch
|
|
|
82
82
|
* };
|
|
83
83
|
* const command = new CreateMatchmakingConfigurationCommand(input);
|
|
84
84
|
* const response = await client.send(command);
|
|
85
|
+
* // { // CreateMatchmakingConfigurationOutput
|
|
86
|
+
* // Configuration: { // MatchmakingConfiguration
|
|
87
|
+
* // Name: "STRING_VALUE",
|
|
88
|
+
* // ConfigurationArn: "STRING_VALUE",
|
|
89
|
+
* // Description: "STRING_VALUE",
|
|
90
|
+
* // GameSessionQueueArns: [ // QueueArnsList
|
|
91
|
+
* // "STRING_VALUE",
|
|
92
|
+
* // ],
|
|
93
|
+
* // RequestTimeoutSeconds: Number("int"),
|
|
94
|
+
* // AcceptanceTimeoutSeconds: Number("int"),
|
|
95
|
+
* // AcceptanceRequired: true || false,
|
|
96
|
+
* // RuleSetName: "STRING_VALUE",
|
|
97
|
+
* // RuleSetArn: "STRING_VALUE",
|
|
98
|
+
* // NotificationTarget: "STRING_VALUE",
|
|
99
|
+
* // AdditionalPlayerCount: Number("int"),
|
|
100
|
+
* // CustomEventData: "STRING_VALUE",
|
|
101
|
+
* // CreationTime: new Date("TIMESTAMP"),
|
|
102
|
+
* // GameProperties: [ // GamePropertyList
|
|
103
|
+
* // { // GameProperty
|
|
104
|
+
* // Key: "STRING_VALUE", // required
|
|
105
|
+
* // Value: "STRING_VALUE", // required
|
|
106
|
+
* // },
|
|
107
|
+
* // ],
|
|
108
|
+
* // GameSessionData: "STRING_VALUE",
|
|
109
|
+
* // BackfillMode: "AUTOMATIC" || "MANUAL",
|
|
110
|
+
* // FlexMatchMode: "STANDALONE" || "WITH_QUEUE",
|
|
111
|
+
* // },
|
|
112
|
+
* // };
|
|
113
|
+
*
|
|
85
114
|
* ```
|
|
86
115
|
*
|
|
87
116
|
* @param CreateMatchmakingConfigurationCommandInput - {@link CreateMatchmakingConfigurationCommandInput}
|
|
@@ -113,6 +142,8 @@ export interface CreateMatchmakingConfigurationCommandOutput extends CreateMatch
|
|
|
113
142
|
* @throws {@link UnsupportedRegionException} (client fault)
|
|
114
143
|
* <p>The requested operation is not supported in the Region specified.</p>
|
|
115
144
|
*
|
|
145
|
+
* @throws {@link GameLiftServiceException}
|
|
146
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
116
147
|
*
|
|
117
148
|
*/
|
|
118
149
|
export declare class CreateMatchmakingConfigurationCommand extends $Command<CreateMatchmakingConfigurationCommandInput, CreateMatchmakingConfigurationCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -68,6 +68,15 @@ export interface CreateMatchmakingRuleSetCommandOutput extends CreateMatchmaking
|
|
|
68
68
|
* };
|
|
69
69
|
* const command = new CreateMatchmakingRuleSetCommand(input);
|
|
70
70
|
* const response = await client.send(command);
|
|
71
|
+
* // { // CreateMatchmakingRuleSetOutput
|
|
72
|
+
* // RuleSet: { // MatchmakingRuleSet
|
|
73
|
+
* // RuleSetName: "STRING_VALUE",
|
|
74
|
+
* // RuleSetArn: "STRING_VALUE",
|
|
75
|
+
* // RuleSetBody: "STRING_VALUE", // required
|
|
76
|
+
* // CreationTime: new Date("TIMESTAMP"),
|
|
77
|
+
* // },
|
|
78
|
+
* // };
|
|
79
|
+
*
|
|
71
80
|
* ```
|
|
72
81
|
*
|
|
73
82
|
* @param CreateMatchmakingRuleSetCommandInput - {@link CreateMatchmakingRuleSetCommandInput}
|
|
@@ -96,6 +105,8 @@ export interface CreateMatchmakingRuleSetCommandOutput extends CreateMatchmaking
|
|
|
96
105
|
* @throws {@link UnsupportedRegionException} (client fault)
|
|
97
106
|
* <p>The requested operation is not supported in the Region specified.</p>
|
|
98
107
|
*
|
|
108
|
+
* @throws {@link GameLiftServiceException}
|
|
109
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
99
110
|
*
|
|
100
111
|
*/
|
|
101
112
|
export declare class CreateMatchmakingRuleSetCommand extends $Command<CreateMatchmakingRuleSetCommandInput, CreateMatchmakingRuleSetCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -50,6 +50,23 @@ export interface CreatePlayerSessionCommandOutput extends CreatePlayerSessionOut
|
|
|
50
50
|
* };
|
|
51
51
|
* const command = new CreatePlayerSessionCommand(input);
|
|
52
52
|
* const response = await client.send(command);
|
|
53
|
+
* // { // CreatePlayerSessionOutput
|
|
54
|
+
* // PlayerSession: { // PlayerSession
|
|
55
|
+
* // PlayerSessionId: "STRING_VALUE",
|
|
56
|
+
* // PlayerId: "STRING_VALUE",
|
|
57
|
+
* // GameSessionId: "STRING_VALUE",
|
|
58
|
+
* // FleetId: "STRING_VALUE",
|
|
59
|
+
* // FleetArn: "STRING_VALUE",
|
|
60
|
+
* // CreationTime: new Date("TIMESTAMP"),
|
|
61
|
+
* // TerminationTime: new Date("TIMESTAMP"),
|
|
62
|
+
* // Status: "RESERVED" || "ACTIVE" || "COMPLETED" || "TIMEDOUT",
|
|
63
|
+
* // IpAddress: "STRING_VALUE",
|
|
64
|
+
* // DnsName: "STRING_VALUE",
|
|
65
|
+
* // Port: Number("int"),
|
|
66
|
+
* // PlayerData: "STRING_VALUE",
|
|
67
|
+
* // },
|
|
68
|
+
* // };
|
|
69
|
+
*
|
|
53
70
|
* ```
|
|
54
71
|
*
|
|
55
72
|
* @param CreatePlayerSessionCommandInput - {@link CreatePlayerSessionCommandInput}
|
|
@@ -87,6 +104,8 @@ export interface CreatePlayerSessionCommandOutput extends CreatePlayerSessionOut
|
|
|
87
104
|
* @throws {@link UnauthorizedException} (client fault)
|
|
88
105
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
89
106
|
*
|
|
107
|
+
* @throws {@link GameLiftServiceException}
|
|
108
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
90
109
|
*
|
|
91
110
|
*/
|
|
92
111
|
export declare class CreatePlayerSessionCommand extends $Command<CreatePlayerSessionCommandInput, CreatePlayerSessionCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -55,6 +55,25 @@ export interface CreatePlayerSessionsCommandOutput extends CreatePlayerSessionsO
|
|
|
55
55
|
* };
|
|
56
56
|
* const command = new CreatePlayerSessionsCommand(input);
|
|
57
57
|
* const response = await client.send(command);
|
|
58
|
+
* // { // CreatePlayerSessionsOutput
|
|
59
|
+
* // PlayerSessions: [ // PlayerSessionList
|
|
60
|
+
* // { // PlayerSession
|
|
61
|
+
* // PlayerSessionId: "STRING_VALUE",
|
|
62
|
+
* // PlayerId: "STRING_VALUE",
|
|
63
|
+
* // GameSessionId: "STRING_VALUE",
|
|
64
|
+
* // FleetId: "STRING_VALUE",
|
|
65
|
+
* // FleetArn: "STRING_VALUE",
|
|
66
|
+
* // CreationTime: new Date("TIMESTAMP"),
|
|
67
|
+
* // TerminationTime: new Date("TIMESTAMP"),
|
|
68
|
+
* // Status: "RESERVED" || "ACTIVE" || "COMPLETED" || "TIMEDOUT",
|
|
69
|
+
* // IpAddress: "STRING_VALUE",
|
|
70
|
+
* // DnsName: "STRING_VALUE",
|
|
71
|
+
* // Port: Number("int"),
|
|
72
|
+
* // PlayerData: "STRING_VALUE",
|
|
73
|
+
* // },
|
|
74
|
+
* // ],
|
|
75
|
+
* // };
|
|
76
|
+
*
|
|
58
77
|
* ```
|
|
59
78
|
*
|
|
60
79
|
* @param CreatePlayerSessionsCommandInput - {@link CreatePlayerSessionsCommandInput}
|
|
@@ -92,6 +111,8 @@ export interface CreatePlayerSessionsCommandOutput extends CreatePlayerSessionsO
|
|
|
92
111
|
* @throws {@link UnauthorizedException} (client fault)
|
|
93
112
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
94
113
|
*
|
|
114
|
+
* @throws {@link GameLiftServiceException}
|
|
115
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
95
116
|
*
|
|
96
117
|
*/
|
|
97
118
|
export declare class CreatePlayerSessionsCommand extends $Command<CreatePlayerSessionsCommandInput, CreatePlayerSessionsCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -83,6 +83,23 @@ export interface CreateScriptCommandOutput extends CreateScriptOutput, __Metadat
|
|
|
83
83
|
* };
|
|
84
84
|
* const command = new CreateScriptCommand(input);
|
|
85
85
|
* const response = await client.send(command);
|
|
86
|
+
* // { // CreateScriptOutput
|
|
87
|
+
* // Script: { // Script
|
|
88
|
+
* // ScriptId: "STRING_VALUE",
|
|
89
|
+
* // ScriptArn: "STRING_VALUE",
|
|
90
|
+
* // Name: "STRING_VALUE",
|
|
91
|
+
* // Version: "STRING_VALUE",
|
|
92
|
+
* // SizeOnDisk: Number("long"),
|
|
93
|
+
* // CreationTime: new Date("TIMESTAMP"),
|
|
94
|
+
* // StorageLocation: { // S3Location
|
|
95
|
+
* // Bucket: "STRING_VALUE",
|
|
96
|
+
* // Key: "STRING_VALUE",
|
|
97
|
+
* // RoleArn: "STRING_VALUE",
|
|
98
|
+
* // ObjectVersion: "STRING_VALUE",
|
|
99
|
+
* // },
|
|
100
|
+
* // },
|
|
101
|
+
* // };
|
|
102
|
+
*
|
|
86
103
|
* ```
|
|
87
104
|
*
|
|
88
105
|
* @param CreateScriptCommandInput - {@link CreateScriptCommandInput}
|
|
@@ -113,6 +130,8 @@ export interface CreateScriptCommandOutput extends CreateScriptOutput, __Metadat
|
|
|
113
130
|
* @throws {@link UnauthorizedException} (client fault)
|
|
114
131
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
115
132
|
*
|
|
133
|
+
* @throws {@link GameLiftServiceException}
|
|
134
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
116
135
|
*
|
|
117
136
|
*/
|
|
118
137
|
export declare class CreateScriptCommand extends $Command<CreateScriptCommandInput, CreateScriptCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -58,6 +58,16 @@ export interface CreateVpcPeeringAuthorizationCommandOutput extends CreateVpcPee
|
|
|
58
58
|
* };
|
|
59
59
|
* const command = new CreateVpcPeeringAuthorizationCommand(input);
|
|
60
60
|
* const response = await client.send(command);
|
|
61
|
+
* // { // CreateVpcPeeringAuthorizationOutput
|
|
62
|
+
* // VpcPeeringAuthorization: { // VpcPeeringAuthorization
|
|
63
|
+
* // GameLiftAwsAccountId: "STRING_VALUE",
|
|
64
|
+
* // PeerVpcAwsAccountId: "STRING_VALUE",
|
|
65
|
+
* // PeerVpcId: "STRING_VALUE",
|
|
66
|
+
* // CreationTime: new Date("TIMESTAMP"),
|
|
67
|
+
* // ExpirationTime: new Date("TIMESTAMP"),
|
|
68
|
+
* // },
|
|
69
|
+
* // };
|
|
70
|
+
*
|
|
61
71
|
* ```
|
|
62
72
|
*
|
|
63
73
|
* @param CreateVpcPeeringAuthorizationCommandInput - {@link CreateVpcPeeringAuthorizationCommandInput}
|
|
@@ -80,6 +90,8 @@ export interface CreateVpcPeeringAuthorizationCommandOutput extends CreateVpcPee
|
|
|
80
90
|
* @throws {@link UnauthorizedException} (client fault)
|
|
81
91
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
82
92
|
*
|
|
93
|
+
* @throws {@link GameLiftServiceException}
|
|
94
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
83
95
|
*
|
|
84
96
|
*/
|
|
85
97
|
export declare class CreateVpcPeeringAuthorizationCommand extends $Command<CreateVpcPeeringAuthorizationCommandInput, CreateVpcPeeringAuthorizationCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -56,6 +56,8 @@ export interface CreateVpcPeeringConnectionCommandOutput extends CreateVpcPeerin
|
|
|
56
56
|
* };
|
|
57
57
|
* const command = new CreateVpcPeeringConnectionCommand(input);
|
|
58
58
|
* const response = await client.send(command);
|
|
59
|
+
* // {};
|
|
60
|
+
*
|
|
59
61
|
* ```
|
|
60
62
|
*
|
|
61
63
|
* @param CreateVpcPeeringConnectionCommandInput - {@link CreateVpcPeeringConnectionCommandInput}
|
|
@@ -78,6 +80,8 @@ export interface CreateVpcPeeringConnectionCommandOutput extends CreateVpcPeerin
|
|
|
78
80
|
* @throws {@link UnauthorizedException} (client fault)
|
|
79
81
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
80
82
|
*
|
|
83
|
+
* @throws {@link GameLiftServiceException}
|
|
84
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
81
85
|
*
|
|
82
86
|
*/
|
|
83
87
|
export declare class CreateVpcPeeringConnectionCommand extends $Command<CreateVpcPeeringConnectionCommandInput, CreateVpcPeeringConnectionCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -39,6 +39,8 @@ export interface DeleteAliasCommandOutput extends __MetadataBearer {
|
|
|
39
39
|
* };
|
|
40
40
|
* const command = new DeleteAliasCommand(input);
|
|
41
41
|
* const response = await client.send(command);
|
|
42
|
+
* // {};
|
|
43
|
+
*
|
|
42
44
|
* ```
|
|
43
45
|
*
|
|
44
46
|
* @param DeleteAliasCommandInput - {@link DeleteAliasCommandInput}
|
|
@@ -66,6 +68,8 @@ export interface DeleteAliasCommandOutput extends __MetadataBearer {
|
|
|
66
68
|
* @throws {@link UnauthorizedException} (client fault)
|
|
67
69
|
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
68
70
|
*
|
|
71
|
+
* @throws {@link GameLiftServiceException}
|
|
72
|
+
* <p>Base exception class for all service exceptions from GameLift service.</p>
|
|
69
73
|
*
|
|
70
74
|
*/
|
|
71
75
|
export declare class DeleteAliasCommand extends $Command<DeleteAliasCommandInput, DeleteAliasCommandOutput, GameLiftClientResolvedConfig> {
|
|
@@ -44,6 +44,8 @@ export interface DeleteBuildCommandOutput extends __MetadataBearer {
|
|
|
44
44
|
* };
|
|
45
45
|
* const command = new DeleteBuildCommand(input);
|
|
46
46
|
* const response = await client.send(command);
|
|
47
|
+
* // {};
|
|
48
|
+
*
|
|
47
49
|
* ```
|
|
48
50
|
*
|
|
49
51
|
* @param DeleteBuildCommandInput - {@link DeleteBuildCommandInput}
|
|
@@ -71,6 +73,8 @@ export interface DeleteBuildCommandOutput extends __MetadataBearer {
|
|
|
71
73
|
* @throws {@link UnauthorizedException} (client fault)
|
|
72
74
|
* <p>The client failed authentication. Clients should not retry such requests.</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 DeleteBuildCommand extends $Command<DeleteBuildCommandInput, DeleteBuildCommandOutput, GameLiftClientResolvedConfig> {
|