@aws-sdk/client-gamelift 3.288.0 → 3.290.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 +15 -0
- package/dist-types/commands/ClaimGameServerCommand.d.ts +26 -0
- package/dist-types/commands/CreateAliasCommand.d.ts +27 -0
- package/dist-types/commands/CreateBuildCommand.d.ts +23 -0
- package/dist-types/commands/CreateFleetCommand.d.ts +33 -0
- package/dist-types/commands/CreateFleetLocationsCommand.d.ts +29 -0
- package/dist-types/commands/CreateGameServerGroupCommand.d.ts +22 -0
- package/dist-types/commands/CreateGameSessionCommand.d.ts +48 -0
- package/dist-types/commands/CreateGameSessionQueueCommand.d.ts +24 -0
- package/dist-types/commands/CreateLocationCommand.d.ts +27 -0
- package/dist-types/commands/CreateMatchmakingConfigurationCommand.d.ts +24 -0
- package/dist-types/commands/CreateMatchmakingRuleSetCommand.d.ts +21 -0
- package/dist-types/commands/CreatePlayerSessionCommand.d.ts +30 -0
- package/dist-types/commands/CreatePlayerSessionsCommand.d.ts +30 -0
- package/dist-types/commands/CreateScriptCommand.d.ts +23 -0
- package/dist-types/commands/CreateVpcPeeringAuthorizationCommand.d.ts +15 -0
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +15 -0
- package/dist-types/commands/DeleteAliasCommand.d.ts +20 -0
- package/dist-types/commands/DeleteBuildCommand.d.ts +20 -0
- package/dist-types/commands/DeleteFleetCommand.d.ts +25 -0
- package/dist-types/commands/DeleteFleetLocationsCommand.d.ts +18 -0
- package/dist-types/commands/DeleteGameServerGroupCommand.d.ts +15 -0
- package/dist-types/commands/DeleteGameSessionQueueCommand.d.ts +20 -0
- package/dist-types/commands/DeleteLocationCommand.d.ts +15 -0
- package/dist-types/commands/DeleteMatchmakingConfigurationCommand.d.ts +20 -0
- package/dist-types/commands/DeleteMatchmakingRuleSetCommand.d.ts +20 -0
- package/dist-types/commands/DeleteScalingPolicyCommand.d.ts +15 -0
- package/dist-types/commands/DeleteScriptCommand.d.ts +20 -0
- package/dist-types/commands/DeleteVpcPeeringAuthorizationCommand.d.ts +15 -0
- package/dist-types/commands/DeleteVpcPeeringConnectionCommand.d.ts +15 -0
- package/dist-types/commands/DeregisterComputeCommand.d.ts +15 -0
- package/dist-types/commands/DeregisterGameServerCommand.d.ts +15 -0
- package/dist-types/commands/DescribeAliasCommand.d.ts +15 -0
- package/dist-types/commands/DescribeBuildCommand.d.ts +15 -0
- package/dist-types/commands/DescribeComputeCommand.d.ts +15 -0
- package/dist-types/commands/DescribeEC2InstanceLimitsCommand.d.ts +15 -0
- package/dist-types/commands/DescribeFleetAttributesCommand.d.ts +15 -0
- package/dist-types/commands/DescribeFleetCapacityCommand.d.ts +15 -0
- package/dist-types/commands/DescribeFleetEventsCommand.d.ts +15 -0
- package/dist-types/commands/DescribeFleetLocationAttributesCommand.d.ts +18 -0
- package/dist-types/commands/DescribeFleetLocationCapacityCommand.d.ts +18 -0
- package/dist-types/commands/DescribeFleetLocationUtilizationCommand.d.ts +18 -0
- package/dist-types/commands/DescribeFleetPortSettingsCommand.d.ts +18 -0
- package/dist-types/commands/DescribeFleetUtilizationCommand.d.ts +15 -0
- package/dist-types/commands/DescribeGameServerCommand.d.ts +15 -0
- package/dist-types/commands/DescribeGameServerGroupCommand.d.ts +15 -0
- package/dist-types/commands/DescribeGameServerInstancesCommand.d.ts +15 -0
- package/dist-types/commands/DescribeGameSessionDetailsCommand.d.ts +24 -0
- package/dist-types/commands/DescribeGameSessionPlacementCommand.d.ts +15 -0
- package/dist-types/commands/DescribeGameSessionQueuesCommand.d.ts +15 -0
- package/dist-types/commands/DescribeGameSessionsCommand.d.ts +24 -0
- package/dist-types/commands/DescribeInstancesCommand.d.ts +18 -0
- package/dist-types/commands/DescribeMatchmakingCommand.d.ts +12 -0
- package/dist-types/commands/DescribeMatchmakingConfigurationsCommand.d.ts +12 -0
- package/dist-types/commands/DescribeMatchmakingRuleSetsCommand.d.ts +15 -0
- package/dist-types/commands/DescribePlayerSessionsCommand.d.ts +15 -0
- package/dist-types/commands/DescribeRuntimeConfigurationCommand.d.ts +15 -0
- package/dist-types/commands/DescribeScalingPoliciesCommand.d.ts +18 -0
- package/dist-types/commands/DescribeScriptCommand.d.ts +15 -0
- package/dist-types/commands/DescribeVpcPeeringAuthorizationsCommand.d.ts +12 -0
- package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +15 -0
- package/dist-types/commands/GetComputeAccessCommand.d.ts +15 -0
- package/dist-types/commands/GetComputeAuthTokenCommand.d.ts +15 -0
- package/dist-types/commands/GetGameSessionLogUrlCommand.d.ts +15 -0
- package/dist-types/commands/GetInstanceAccessCommand.d.ts +15 -0
- package/dist-types/commands/ListAliasesCommand.d.ts +12 -0
- package/dist-types/commands/ListBuildsCommand.d.ts +12 -0
- package/dist-types/commands/ListComputeCommand.d.ts +12 -0
- package/dist-types/commands/ListFleetsCommand.d.ts +15 -0
- package/dist-types/commands/ListGameServerGroupsCommand.d.ts +12 -0
- package/dist-types/commands/ListGameServersCommand.d.ts +12 -0
- package/dist-types/commands/ListLocationsCommand.d.ts +12 -0
- package/dist-types/commands/ListScriptsCommand.d.ts +12 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/commands/PutScalingPolicyCommand.d.ts +15 -0
- package/dist-types/commands/RegisterComputeCommand.d.ts +18 -0
- package/dist-types/commands/RegisterGameServerCommand.d.ts +22 -0
- package/dist-types/commands/RequestUploadCredentialsCommand.d.ts +15 -0
- package/dist-types/commands/ResolveAliasCommand.d.ts +21 -0
- package/dist-types/commands/ResumeGameServerGroupCommand.d.ts +15 -0
- package/dist-types/commands/SearchGameSessionsCommand.d.ts +24 -0
- package/dist-types/commands/StartFleetActionsCommand.d.ts +18 -0
- package/dist-types/commands/StartGameSessionPlacementCommand.d.ts +15 -0
- package/dist-types/commands/StartMatchBackfillCommand.d.ts +15 -0
- package/dist-types/commands/StartMatchmakingCommand.d.ts +15 -0
- package/dist-types/commands/StopFleetActionsCommand.d.ts +18 -0
- package/dist-types/commands/StopGameSessionPlacementCommand.d.ts +15 -0
- package/dist-types/commands/StopMatchmakingCommand.d.ts +15 -0
- package/dist-types/commands/SuspendGameServerGroupCommand.d.ts +15 -0
- package/dist-types/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/commands/UpdateAliasCommand.d.ts +15 -0
- package/dist-types/commands/UpdateBuildCommand.d.ts +15 -0
- package/dist-types/commands/UpdateFleetAttributesCommand.d.ts +30 -0
- package/dist-types/commands/UpdateFleetCapacityCommand.d.ts +33 -0
- package/dist-types/commands/UpdateFleetPortSettingsCommand.d.ts +30 -0
- package/dist-types/commands/UpdateGameServerCommand.d.ts +15 -0
- package/dist-types/commands/UpdateGameServerGroupCommand.d.ts +15 -0
- package/dist-types/commands/UpdateGameSessionCommand.d.ts +26 -0
- package/dist-types/commands/UpdateGameSessionQueueCommand.d.ts +15 -0
- package/dist-types/commands/UpdateMatchmakingConfigurationCommand.d.ts +15 -0
- package/dist-types/commands/UpdateRuntimeConfigurationCommand.d.ts +20 -0
- package/dist-types/commands/UpdateScriptCommand.d.ts +15 -0
- package/dist-types/commands/ValidateMatchmakingRuleSetCommand.d.ts +12 -0
- package/package.json +29 -29
|
@@ -72,6 +72,23 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
72
72
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
73
73
|
* @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
|
|
74
74
|
*
|
|
75
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
76
|
+
* <p>The service encountered an unrecoverable internal failure while processing the
|
|
77
|
+
* request. Clients can retry such requests immediately or after a waiting period.</p>
|
|
78
|
+
*
|
|
79
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
80
|
+
* <p>One or more parameter values in the request are invalid. Correct the invalid parameter
|
|
81
|
+
* values before retrying.</p>
|
|
82
|
+
*
|
|
83
|
+
* @throws {@link NotFoundException} (client fault)
|
|
84
|
+
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
|
|
85
|
+
*
|
|
86
|
+
* @throws {@link TaggingFailedException} (client fault)
|
|
87
|
+
* <p>The requested tagging operation did not succeed. This may be due to invalid tag format
|
|
88
|
+
* or the maximum tag limit may have been exceeded. Resolve the issue before
|
|
89
|
+
* retrying.</p>
|
|
90
|
+
*
|
|
91
|
+
*
|
|
75
92
|
*/
|
|
76
93
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, GameLiftClientResolvedConfig> {
|
|
77
94
|
readonly input: ListTagsForResourceCommandInput;
|
|
@@ -86,6 +86,21 @@ export interface PutScalingPolicyCommandOutput extends PutScalingPolicyOutput, _
|
|
|
86
86
|
* @see {@link PutScalingPolicyCommandOutput} for command's `response` shape.
|
|
87
87
|
* @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
|
|
88
88
|
*
|
|
89
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
90
|
+
* <p>The service encountered an unrecoverable internal failure while processing the
|
|
91
|
+
* request. Clients can retry such requests immediately or after a waiting period.</p>
|
|
92
|
+
*
|
|
93
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
94
|
+
* <p>One or more parameter values in the request are invalid. Correct the invalid parameter
|
|
95
|
+
* values before retrying.</p>
|
|
96
|
+
*
|
|
97
|
+
* @throws {@link NotFoundException} (client fault)
|
|
98
|
+
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
|
|
99
|
+
*
|
|
100
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
101
|
+
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
102
|
+
*
|
|
103
|
+
*
|
|
89
104
|
*/
|
|
90
105
|
export declare class PutScalingPolicyCommand extends $Command<PutScalingPolicyCommandInput, PutScalingPolicyCommandOutput, GameLiftClientResolvedConfig> {
|
|
91
106
|
readonly input: PutScalingPolicyCommandInput;
|
|
@@ -49,6 +49,24 @@ export interface RegisterComputeCommandOutput extends RegisterComputeOutput, __M
|
|
|
49
49
|
* @see {@link RegisterComputeCommandOutput} for command's `response` shape.
|
|
50
50
|
* @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
|
|
51
51
|
*
|
|
52
|
+
* @throws {@link ConflictException} (client fault)
|
|
53
|
+
* <p>The requested operation would cause a conflict with the current state of a service
|
|
54
|
+
* resource associated with the request. Resolve the conflict before retrying this
|
|
55
|
+
* request.</p>
|
|
56
|
+
* <p></p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
59
|
+
* <p>The service encountered an unrecoverable internal failure while processing the
|
|
60
|
+
* request. Clients can retry such requests immediately or after a waiting period.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
63
|
+
* <p>One or more parameter values in the request are invalid. Correct the invalid parameter
|
|
64
|
+
* values before retrying.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
67
|
+
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
68
|
+
*
|
|
69
|
+
*
|
|
52
70
|
*/
|
|
53
71
|
export declare class RegisterComputeCommand extends $Command<RegisterComputeCommandInput, RegisterComputeCommandOutput, GameLiftClientResolvedConfig> {
|
|
54
72
|
readonly input: RegisterComputeCommandInput;
|
|
@@ -51,6 +51,28 @@ export interface RegisterGameServerCommandOutput extends RegisterGameServerOutpu
|
|
|
51
51
|
* @see {@link RegisterGameServerCommandOutput} for command's `response` shape.
|
|
52
52
|
* @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
|
|
53
53
|
*
|
|
54
|
+
* @throws {@link ConflictException} (client fault)
|
|
55
|
+
* <p>The requested operation would cause a conflict with the current state of a service
|
|
56
|
+
* resource associated with the request. Resolve the conflict before retrying this
|
|
57
|
+
* request.</p>
|
|
58
|
+
* <p></p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
61
|
+
* <p>The service encountered an unrecoverable internal failure while processing the
|
|
62
|
+
* request. Clients can retry such requests immediately or after a waiting period.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
65
|
+
* <p>One or more parameter values in the request are invalid. Correct the invalid parameter
|
|
66
|
+
* values before retrying.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
69
|
+
* <p>The requested operation would cause the resource to exceed the allowed service limit.
|
|
70
|
+
* Resolve the issue before retrying.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
73
|
+
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
74
|
+
*
|
|
75
|
+
*
|
|
54
76
|
*/
|
|
55
77
|
export declare class RegisterGameServerCommand extends $Command<RegisterGameServerCommandInput, RegisterGameServerCommandOutput, GameLiftClientResolvedConfig> {
|
|
56
78
|
readonly input: RegisterGameServerCommandInput;
|
|
@@ -43,6 +43,21 @@ export interface RequestUploadCredentialsCommandOutput extends RequestUploadCred
|
|
|
43
43
|
* @see {@link RequestUploadCredentialsCommandOutput} for command's `response` shape.
|
|
44
44
|
* @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
|
|
45
45
|
*
|
|
46
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
47
|
+
* <p>The service encountered an unrecoverable internal failure while processing the
|
|
48
|
+
* request. Clients can retry such requests immediately or after a waiting period.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
51
|
+
* <p>One or more parameter values in the request are invalid. Correct the invalid parameter
|
|
52
|
+
* values before retrying.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link NotFoundException} (client fault)
|
|
55
|
+
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
58
|
+
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
59
|
+
*
|
|
60
|
+
*
|
|
46
61
|
*/
|
|
47
62
|
export declare class RequestUploadCredentialsCommand extends $Command<RequestUploadCredentialsCommandInput, RequestUploadCredentialsCommandOutput, GameLiftClientResolvedConfig> {
|
|
48
63
|
readonly input: RequestUploadCredentialsCommandInput;
|
|
@@ -35,6 +35,27 @@ export interface ResolveAliasCommandOutput extends ResolveAliasOutput, __Metadat
|
|
|
35
35
|
* @see {@link ResolveAliasCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
39
|
+
* <p>The service encountered an unrecoverable internal failure while processing the
|
|
40
|
+
* request. Clients can retry such requests immediately or after a waiting period.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
43
|
+
* <p>One or more parameter values in the request are invalid. Correct the invalid parameter
|
|
44
|
+
* values before retrying.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link NotFoundException} (client fault)
|
|
47
|
+
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link TerminalRoutingStrategyException} (client fault)
|
|
50
|
+
* <p>The service is unable to resolve the routing for a particular alias because it has a
|
|
51
|
+
* terminal <code>RoutingStrategy</code> associated with it. The message returned in this
|
|
52
|
+
* exception is the message defined in the routing strategy itself. Such requests should
|
|
53
|
+
* only be retried if the routing strategy for the specified alias is modified. </p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
56
|
+
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
57
|
+
*
|
|
58
|
+
*
|
|
38
59
|
*/
|
|
39
60
|
export declare class ResolveAliasCommand extends $Command<ResolveAliasCommandInput, ResolveAliasCommandOutput, GameLiftClientResolvedConfig> {
|
|
40
61
|
readonly input: ResolveAliasCommandInput;
|
|
@@ -48,6 +48,21 @@ export interface ResumeGameServerGroupCommandOutput extends ResumeGameServerGrou
|
|
|
48
48
|
* @see {@link ResumeGameServerGroupCommandOutput} for command's `response` shape.
|
|
49
49
|
* @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
|
|
50
50
|
*
|
|
51
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
52
|
+
* <p>The service encountered an unrecoverable internal failure while processing the
|
|
53
|
+
* request. Clients can retry such requests immediately or after a waiting period.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
56
|
+
* <p>One or more parameter values in the request are invalid. Correct the invalid parameter
|
|
57
|
+
* values before retrying.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link NotFoundException} (client fault)
|
|
60
|
+
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
63
|
+
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
64
|
+
*
|
|
65
|
+
*
|
|
51
66
|
*/
|
|
52
67
|
export declare class ResumeGameServerGroupCommand extends $Command<ResumeGameServerGroupCommandInput, ResumeGameServerGroupCommandOutput, GameLiftClientResolvedConfig> {
|
|
53
68
|
readonly input: ResumeGameServerGroupCommandInput;
|
|
@@ -115,6 +115,30 @@ export interface SearchGameSessionsCommandOutput extends SearchGameSessionsOutpu
|
|
|
115
115
|
* @see {@link SearchGameSessionsCommandOutput} for command's `response` shape.
|
|
116
116
|
* @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
|
|
117
117
|
*
|
|
118
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
119
|
+
* <p>The service encountered an unrecoverable internal failure while processing the
|
|
120
|
+
* request. Clients can retry such requests immediately or after a waiting period.</p>
|
|
121
|
+
*
|
|
122
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
123
|
+
* <p>One or more parameter values in the request are invalid. Correct the invalid parameter
|
|
124
|
+
* values before retrying.</p>
|
|
125
|
+
*
|
|
126
|
+
* @throws {@link NotFoundException} (client fault)
|
|
127
|
+
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
|
|
128
|
+
*
|
|
129
|
+
* @throws {@link TerminalRoutingStrategyException} (client fault)
|
|
130
|
+
* <p>The service is unable to resolve the routing for a particular alias because it has a
|
|
131
|
+
* terminal <code>RoutingStrategy</code> associated with it. The message returned in this
|
|
132
|
+
* exception is the message defined in the routing strategy itself. Such requests should
|
|
133
|
+
* only be retried if the routing strategy for the specified alias is modified. </p>
|
|
134
|
+
*
|
|
135
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
136
|
+
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
137
|
+
*
|
|
138
|
+
* @throws {@link UnsupportedRegionException} (client fault)
|
|
139
|
+
* <p>The requested operation is not supported in the Region specified.</p>
|
|
140
|
+
*
|
|
141
|
+
*
|
|
118
142
|
*/
|
|
119
143
|
export declare class SearchGameSessionsCommand extends $Command<SearchGameSessionsCommandInput, SearchGameSessionsCommandOutput, GameLiftClientResolvedConfig> {
|
|
120
144
|
readonly input: SearchGameSessionsCommandInput;
|
|
@@ -52,6 +52,24 @@ export interface StartFleetActionsCommandOutput extends StartFleetActionsOutput,
|
|
|
52
52
|
* @see {@link StartFleetActionsCommandOutput} for command's `response` shape.
|
|
53
53
|
* @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
|
|
54
54
|
*
|
|
55
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
56
|
+
* <p>The service encountered an unrecoverable internal failure while processing the
|
|
57
|
+
* request. Clients can retry such requests immediately or after a waiting period.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
60
|
+
* <p>One or more parameter values in the request are invalid. Correct the invalid parameter
|
|
61
|
+
* values before retrying.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link NotFoundException} (client fault)
|
|
64
|
+
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
67
|
+
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link UnsupportedRegionException} (client fault)
|
|
70
|
+
* <p>The requested operation is not supported in the Region specified.</p>
|
|
71
|
+
*
|
|
72
|
+
*
|
|
55
73
|
*/
|
|
56
74
|
export declare class StartFleetActionsCommand extends $Command<StartFleetActionsCommandInput, StartFleetActionsCommandOutput, GameLiftClientResolvedConfig> {
|
|
57
75
|
readonly input: StartFleetActionsCommandInput;
|
|
@@ -68,6 +68,21 @@ export interface StartGameSessionPlacementCommandOutput extends StartGameSession
|
|
|
68
68
|
* @see {@link StartGameSessionPlacementCommandOutput} for command's `response` shape.
|
|
69
69
|
* @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
|
|
70
70
|
*
|
|
71
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
72
|
+
* <p>The service encountered an unrecoverable internal failure while processing the
|
|
73
|
+
* request. Clients can retry such requests immediately or after a waiting period.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
76
|
+
* <p>One or more parameter values in the request are invalid. Correct the invalid parameter
|
|
77
|
+
* values before retrying.</p>
|
|
78
|
+
*
|
|
79
|
+
* @throws {@link NotFoundException} (client fault)
|
|
80
|
+
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
|
|
81
|
+
*
|
|
82
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
83
|
+
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
84
|
+
*
|
|
85
|
+
*
|
|
71
86
|
*/
|
|
72
87
|
export declare class StartGameSessionPlacementCommand extends $Command<StartGameSessionPlacementCommandInput, StartGameSessionPlacementCommandOutput, GameLiftClientResolvedConfig> {
|
|
73
88
|
readonly input: StartGameSessionPlacementCommandInput;
|
|
@@ -66,6 +66,21 @@ export interface StartMatchBackfillCommandOutput extends StartMatchBackfillOutpu
|
|
|
66
66
|
* @see {@link StartMatchBackfillCommandOutput} for command's `response` shape.
|
|
67
67
|
* @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
|
|
68
68
|
*
|
|
69
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
70
|
+
* <p>The service encountered an unrecoverable internal failure while processing the
|
|
71
|
+
* request. Clients can retry such requests immediately or after a waiting period.</p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
74
|
+
* <p>One or more parameter values in the request are invalid. Correct the invalid parameter
|
|
75
|
+
* values before retrying.</p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link NotFoundException} (client fault)
|
|
78
|
+
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link UnsupportedRegionException} (client fault)
|
|
81
|
+
* <p>The requested operation is not supported in the Region specified.</p>
|
|
82
|
+
*
|
|
83
|
+
*
|
|
69
84
|
*/
|
|
70
85
|
export declare class StartMatchBackfillCommand extends $Command<StartMatchBackfillCommandInput, StartMatchBackfillCommandOutput, GameLiftClientResolvedConfig> {
|
|
71
86
|
readonly input: StartMatchBackfillCommandInput;
|
|
@@ -58,6 +58,21 @@ export interface StartMatchmakingCommandOutput extends StartMatchmakingOutput, _
|
|
|
58
58
|
* @see {@link StartMatchmakingCommandOutput} for command's `response` shape.
|
|
59
59
|
* @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
|
|
60
60
|
*
|
|
61
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
62
|
+
* <p>The service encountered an unrecoverable internal failure while processing the
|
|
63
|
+
* request. Clients can retry such requests immediately or after a waiting period.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
66
|
+
* <p>One or more parameter values in the request are invalid. Correct the invalid parameter
|
|
67
|
+
* values before retrying.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link NotFoundException} (client fault)
|
|
70
|
+
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link UnsupportedRegionException} (client fault)
|
|
73
|
+
* <p>The requested operation is not supported in the Region specified.</p>
|
|
74
|
+
*
|
|
75
|
+
*
|
|
61
76
|
*/
|
|
62
77
|
export declare class StartMatchmakingCommand extends $Command<StartMatchmakingCommandInput, StartMatchmakingCommandOutput, GameLiftClientResolvedConfig> {
|
|
63
78
|
readonly input: StartMatchmakingCommandInput;
|
|
@@ -55,6 +55,24 @@ export interface StopFleetActionsCommandOutput extends StopFleetActionsOutput, _
|
|
|
55
55
|
* @see {@link StopFleetActionsCommandOutput} for command's `response` shape.
|
|
56
56
|
* @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
|
|
57
57
|
*
|
|
58
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
59
|
+
* <p>The service encountered an unrecoverable internal failure while processing the
|
|
60
|
+
* request. Clients can retry such requests immediately or after a waiting period.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
63
|
+
* <p>One or more parameter values in the request are invalid. Correct the invalid parameter
|
|
64
|
+
* values before retrying.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link NotFoundException} (client fault)
|
|
67
|
+
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
70
|
+
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link UnsupportedRegionException} (client fault)
|
|
73
|
+
* <p>The requested operation is not supported in the Region specified.</p>
|
|
74
|
+
*
|
|
75
|
+
*
|
|
58
76
|
*/
|
|
59
77
|
export declare class StopFleetActionsCommand extends $Command<StopFleetActionsCommandInput, StopFleetActionsCommandOutput, GameLiftClientResolvedConfig> {
|
|
60
78
|
readonly input: StopFleetActionsCommandInput;
|
|
@@ -31,6 +31,21 @@ export interface StopGameSessionPlacementCommandOutput extends StopGameSessionPl
|
|
|
31
31
|
* @see {@link StopGameSessionPlacementCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
35
|
+
* <p>The service encountered an unrecoverable internal failure while processing the
|
|
36
|
+
* request. Clients can retry such requests immediately or after a waiting period.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
39
|
+
* <p>One or more parameter values in the request are invalid. Correct the invalid parameter
|
|
40
|
+
* values before retrying.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link NotFoundException} (client fault)
|
|
43
|
+
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
46
|
+
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
34
49
|
*/
|
|
35
50
|
export declare class StopGameSessionPlacementCommand extends $Command<StopGameSessionPlacementCommandInput, StopGameSessionPlacementCommandOutput, GameLiftClientResolvedConfig> {
|
|
36
51
|
readonly input: StopGameSessionPlacementCommandInput;
|
|
@@ -47,6 +47,21 @@ export interface StopMatchmakingCommandOutput extends StopMatchmakingOutput, __M
|
|
|
47
47
|
* @see {@link StopMatchmakingCommandOutput} for command's `response` shape.
|
|
48
48
|
* @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
|
|
49
49
|
*
|
|
50
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
51
|
+
* <p>The service encountered an unrecoverable internal failure while processing the
|
|
52
|
+
* request. Clients can retry such requests immediately or after a waiting period.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
55
|
+
* <p>One or more parameter values in the request are invalid. Correct the invalid parameter
|
|
56
|
+
* values before retrying.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link NotFoundException} (client fault)
|
|
59
|
+
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link UnsupportedRegionException} (client fault)
|
|
62
|
+
* <p>The requested operation is not supported in the Region specified.</p>
|
|
63
|
+
*
|
|
64
|
+
*
|
|
50
65
|
*/
|
|
51
66
|
export declare class StopMatchmakingCommand extends $Command<StopMatchmakingCommandInput, StopMatchmakingCommandOutput, GameLiftClientResolvedConfig> {
|
|
52
67
|
readonly input: StopMatchmakingCommandInput;
|
|
@@ -58,6 +58,21 @@ export interface SuspendGameServerGroupCommandOutput extends SuspendGameServerGr
|
|
|
58
58
|
* @see {@link SuspendGameServerGroupCommandOutput} for command's `response` shape.
|
|
59
59
|
* @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
|
|
60
60
|
*
|
|
61
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
62
|
+
* <p>The service encountered an unrecoverable internal failure while processing the
|
|
63
|
+
* request. Clients can retry such requests immediately or after a waiting period.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
66
|
+
* <p>One or more parameter values in the request are invalid. Correct the invalid parameter
|
|
67
|
+
* values before retrying.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link NotFoundException} (client fault)
|
|
70
|
+
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
73
|
+
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
74
|
+
*
|
|
75
|
+
*
|
|
61
76
|
*/
|
|
62
77
|
export declare class SuspendGameServerGroupCommand extends $Command<SuspendGameServerGroupCommandInput, SuspendGameServerGroupCommandOutput, GameLiftClientResolvedConfig> {
|
|
63
78
|
readonly input: SuspendGameServerGroupCommandInput;
|
|
@@ -76,6 +76,23 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
76
76
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
77
77
|
* @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
|
|
78
78
|
*
|
|
79
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
80
|
+
* <p>The service encountered an unrecoverable internal failure while processing the
|
|
81
|
+
* request. Clients can retry such requests immediately or after a waiting period.</p>
|
|
82
|
+
*
|
|
83
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
84
|
+
* <p>One or more parameter values in the request are invalid. Correct the invalid parameter
|
|
85
|
+
* values before retrying.</p>
|
|
86
|
+
*
|
|
87
|
+
* @throws {@link NotFoundException} (client fault)
|
|
88
|
+
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
|
|
89
|
+
*
|
|
90
|
+
* @throws {@link TaggingFailedException} (client fault)
|
|
91
|
+
* <p>The requested tagging operation did not succeed. This may be due to invalid tag format
|
|
92
|
+
* or the maximum tag limit may have been exceeded. Resolve the issue before
|
|
93
|
+
* retrying.</p>
|
|
94
|
+
*
|
|
95
|
+
*
|
|
79
96
|
*/
|
|
80
97
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, GameLiftClientResolvedConfig> {
|
|
81
98
|
readonly input: TagResourceCommandInput;
|
|
@@ -75,6 +75,23 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
75
75
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
76
76
|
* @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
|
|
77
77
|
*
|
|
78
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
79
|
+
* <p>The service encountered an unrecoverable internal failure while processing the
|
|
80
|
+
* request. Clients can retry such requests immediately or after a waiting period.</p>
|
|
81
|
+
*
|
|
82
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
83
|
+
* <p>One or more parameter values in the request are invalid. Correct the invalid parameter
|
|
84
|
+
* values before retrying.</p>
|
|
85
|
+
*
|
|
86
|
+
* @throws {@link NotFoundException} (client fault)
|
|
87
|
+
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
|
|
88
|
+
*
|
|
89
|
+
* @throws {@link TaggingFailedException} (client fault)
|
|
90
|
+
* <p>The requested tagging operation did not succeed. This may be due to invalid tag format
|
|
91
|
+
* or the maximum tag limit may have been exceeded. Resolve the issue before
|
|
92
|
+
* retrying.</p>
|
|
93
|
+
*
|
|
94
|
+
*
|
|
78
95
|
*/
|
|
79
96
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, GameLiftClientResolvedConfig> {
|
|
80
97
|
readonly input: UntagResourceCommandInput;
|
|
@@ -38,6 +38,21 @@ export interface UpdateAliasCommandOutput extends UpdateAliasOutput, __MetadataB
|
|
|
38
38
|
* @see {@link UpdateAliasCommandOutput} for command's `response` shape.
|
|
39
39
|
* @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
|
|
40
40
|
*
|
|
41
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
42
|
+
* <p>The service encountered an unrecoverable internal failure while processing the
|
|
43
|
+
* request. Clients can retry such requests immediately or after a waiting period.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
46
|
+
* <p>One or more parameter values in the request are invalid. Correct the invalid parameter
|
|
47
|
+
* values before retrying.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link NotFoundException} (client fault)
|
|
50
|
+
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
53
|
+
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
54
|
+
*
|
|
55
|
+
*
|
|
41
56
|
*/
|
|
42
57
|
export declare class UpdateAliasCommand extends $Command<UpdateAliasCommandInput, UpdateAliasCommandOutput, GameLiftClientResolvedConfig> {
|
|
43
58
|
readonly input: UpdateAliasCommandInput;
|
|
@@ -41,6 +41,21 @@ export interface UpdateBuildCommandOutput extends UpdateBuildOutput, __MetadataB
|
|
|
41
41
|
* @see {@link UpdateBuildCommandOutput} for command's `response` shape.
|
|
42
42
|
* @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
|
|
43
43
|
*
|
|
44
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
45
|
+
* <p>The service encountered an unrecoverable internal failure while processing the
|
|
46
|
+
* request. Clients can retry such requests immediately or after a waiting period.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
49
|
+
* <p>One or more parameter values in the request are invalid. Correct the invalid parameter
|
|
50
|
+
* values before retrying.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link NotFoundException} (client fault)
|
|
53
|
+
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
56
|
+
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
57
|
+
*
|
|
58
|
+
*
|
|
44
59
|
*/
|
|
45
60
|
export declare class UpdateBuildCommand extends $Command<UpdateBuildCommandInput, UpdateBuildCommandOutput, GameLiftClientResolvedConfig> {
|
|
46
61
|
readonly input: UpdateBuildCommandInput;
|
|
@@ -40,6 +40,36 @@ export interface UpdateFleetAttributesCommandOutput extends UpdateFleetAttribute
|
|
|
40
40
|
* @see {@link UpdateFleetAttributesCommandOutput} for command's `response` shape.
|
|
41
41
|
* @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
|
|
42
42
|
*
|
|
43
|
+
* @throws {@link ConflictException} (client fault)
|
|
44
|
+
* <p>The requested operation would cause a conflict with the current state of a service
|
|
45
|
+
* resource associated with the request. Resolve the conflict before retrying this
|
|
46
|
+
* request.</p>
|
|
47
|
+
* <p></p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
50
|
+
* <p>The service encountered an unrecoverable internal failure while processing the
|
|
51
|
+
* request. Clients can retry such requests immediately or after a waiting period.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link InvalidFleetStatusException} (client fault)
|
|
54
|
+
* <p>The requested operation would cause a conflict with the current state of a resource
|
|
55
|
+
* associated with the request and/or the fleet. Resolve the conflict before
|
|
56
|
+
* retrying.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
59
|
+
* <p>One or more parameter values in the request are invalid. Correct the invalid parameter
|
|
60
|
+
* values before retrying.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
63
|
+
* <p>The requested operation would cause the resource to exceed the allowed service limit.
|
|
64
|
+
* Resolve the issue before retrying.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link NotFoundException} (client fault)
|
|
67
|
+
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
70
|
+
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
71
|
+
*
|
|
72
|
+
*
|
|
43
73
|
*/
|
|
44
74
|
export declare class UpdateFleetAttributesCommand extends $Command<UpdateFleetAttributesCommandInput, UpdateFleetAttributesCommandOutput, GameLiftClientResolvedConfig> {
|
|
45
75
|
readonly input: UpdateFleetAttributesCommandInput;
|
|
@@ -73,6 +73,39 @@ export interface UpdateFleetCapacityCommandOutput extends UpdateFleetCapacityOut
|
|
|
73
73
|
* @see {@link UpdateFleetCapacityCommandOutput} for command's `response` shape.
|
|
74
74
|
* @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
|
|
75
75
|
*
|
|
76
|
+
* @throws {@link ConflictException} (client fault)
|
|
77
|
+
* <p>The requested operation would cause a conflict with the current state of a service
|
|
78
|
+
* resource associated with the request. Resolve the conflict before retrying this
|
|
79
|
+
* request.</p>
|
|
80
|
+
* <p></p>
|
|
81
|
+
*
|
|
82
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
83
|
+
* <p>The service encountered an unrecoverable internal failure while processing the
|
|
84
|
+
* request. Clients can retry such requests immediately or after a waiting period.</p>
|
|
85
|
+
*
|
|
86
|
+
* @throws {@link InvalidFleetStatusException} (client fault)
|
|
87
|
+
* <p>The requested operation would cause a conflict with the current state of a resource
|
|
88
|
+
* associated with the request and/or the fleet. Resolve the conflict before
|
|
89
|
+
* retrying.</p>
|
|
90
|
+
*
|
|
91
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
92
|
+
* <p>One or more parameter values in the request are invalid. Correct the invalid parameter
|
|
93
|
+
* values before retrying.</p>
|
|
94
|
+
*
|
|
95
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
96
|
+
* <p>The requested operation would cause the resource to exceed the allowed service limit.
|
|
97
|
+
* Resolve the issue before retrying.</p>
|
|
98
|
+
*
|
|
99
|
+
* @throws {@link NotFoundException} (client fault)
|
|
100
|
+
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
|
|
101
|
+
*
|
|
102
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
103
|
+
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
104
|
+
*
|
|
105
|
+
* @throws {@link UnsupportedRegionException} (client fault)
|
|
106
|
+
* <p>The requested operation is not supported in the Region specified.</p>
|
|
107
|
+
*
|
|
108
|
+
*
|
|
76
109
|
*/
|
|
77
110
|
export declare class UpdateFleetCapacityCommand extends $Command<UpdateFleetCapacityCommandInput, UpdateFleetCapacityCommandOutput, GameLiftClientResolvedConfig> {
|
|
78
111
|
readonly input: UpdateFleetCapacityCommandInput;
|
|
@@ -47,6 +47,36 @@ export interface UpdateFleetPortSettingsCommandOutput extends UpdateFleetPortSet
|
|
|
47
47
|
* @see {@link UpdateFleetPortSettingsCommandOutput} for command's `response` shape.
|
|
48
48
|
* @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
|
|
49
49
|
*
|
|
50
|
+
* @throws {@link ConflictException} (client fault)
|
|
51
|
+
* <p>The requested operation would cause a conflict with the current state of a service
|
|
52
|
+
* resource associated with the request. Resolve the conflict before retrying this
|
|
53
|
+
* request.</p>
|
|
54
|
+
* <p></p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
57
|
+
* <p>The service encountered an unrecoverable internal failure while processing the
|
|
58
|
+
* request. Clients can retry such requests immediately or after a waiting period.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link InvalidFleetStatusException} (client fault)
|
|
61
|
+
* <p>The requested operation would cause a conflict with the current state of a resource
|
|
62
|
+
* associated with the request and/or the fleet. Resolve the conflict before
|
|
63
|
+
* retrying.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
66
|
+
* <p>One or more parameter values in the request are invalid. Correct the invalid parameter
|
|
67
|
+
* values before retrying.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
70
|
+
* <p>The requested operation would cause the resource to exceed the allowed service limit.
|
|
71
|
+
* Resolve the issue before retrying.</p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link NotFoundException} (client fault)
|
|
74
|
+
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
|
|
75
|
+
*
|
|
76
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
77
|
+
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
78
|
+
*
|
|
79
|
+
*
|
|
50
80
|
*/
|
|
51
81
|
export declare class UpdateFleetPortSettingsCommand extends $Command<UpdateFleetPortSettingsCommandInput, UpdateFleetPortSettingsCommandOutput, GameLiftClientResolvedConfig> {
|
|
52
82
|
readonly input: UpdateFleetPortSettingsCommandInput;
|
|
@@ -65,6 +65,21 @@ export interface UpdateGameServerCommandOutput extends UpdateGameServerOutput, _
|
|
|
65
65
|
* @see {@link UpdateGameServerCommandOutput} for command's `response` shape.
|
|
66
66
|
* @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
|
|
67
67
|
*
|
|
68
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
69
|
+
* <p>The service encountered an unrecoverable internal failure while processing the
|
|
70
|
+
* request. Clients can retry such requests immediately or after a waiting period.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
73
|
+
* <p>One or more parameter values in the request are invalid. Correct the invalid parameter
|
|
74
|
+
* values before retrying.</p>
|
|
75
|
+
*
|
|
76
|
+
* @throws {@link NotFoundException} (client fault)
|
|
77
|
+
* <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
|
|
78
|
+
*
|
|
79
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
80
|
+
* <p>The client failed authentication. Clients should not retry such requests.</p>
|
|
81
|
+
*
|
|
82
|
+
*
|
|
68
83
|
*/
|
|
69
84
|
export declare class UpdateGameServerCommand extends $Command<UpdateGameServerCommandInput, UpdateGameServerCommandOutput, GameLiftClientResolvedConfig> {
|
|
70
85
|
readonly input: UpdateGameServerCommandInput;
|