@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.
Files changed (105) hide show
  1. package/dist-types/commands/AcceptMatchCommand.d.ts +15 -0
  2. package/dist-types/commands/ClaimGameServerCommand.d.ts +26 -0
  3. package/dist-types/commands/CreateAliasCommand.d.ts +27 -0
  4. package/dist-types/commands/CreateBuildCommand.d.ts +23 -0
  5. package/dist-types/commands/CreateFleetCommand.d.ts +33 -0
  6. package/dist-types/commands/CreateFleetLocationsCommand.d.ts +29 -0
  7. package/dist-types/commands/CreateGameServerGroupCommand.d.ts +22 -0
  8. package/dist-types/commands/CreateGameSessionCommand.d.ts +48 -0
  9. package/dist-types/commands/CreateGameSessionQueueCommand.d.ts +24 -0
  10. package/dist-types/commands/CreateLocationCommand.d.ts +27 -0
  11. package/dist-types/commands/CreateMatchmakingConfigurationCommand.d.ts +24 -0
  12. package/dist-types/commands/CreateMatchmakingRuleSetCommand.d.ts +21 -0
  13. package/dist-types/commands/CreatePlayerSessionCommand.d.ts +30 -0
  14. package/dist-types/commands/CreatePlayerSessionsCommand.d.ts +30 -0
  15. package/dist-types/commands/CreateScriptCommand.d.ts +23 -0
  16. package/dist-types/commands/CreateVpcPeeringAuthorizationCommand.d.ts +15 -0
  17. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +15 -0
  18. package/dist-types/commands/DeleteAliasCommand.d.ts +20 -0
  19. package/dist-types/commands/DeleteBuildCommand.d.ts +20 -0
  20. package/dist-types/commands/DeleteFleetCommand.d.ts +25 -0
  21. package/dist-types/commands/DeleteFleetLocationsCommand.d.ts +18 -0
  22. package/dist-types/commands/DeleteGameServerGroupCommand.d.ts +15 -0
  23. package/dist-types/commands/DeleteGameSessionQueueCommand.d.ts +20 -0
  24. package/dist-types/commands/DeleteLocationCommand.d.ts +15 -0
  25. package/dist-types/commands/DeleteMatchmakingConfigurationCommand.d.ts +20 -0
  26. package/dist-types/commands/DeleteMatchmakingRuleSetCommand.d.ts +20 -0
  27. package/dist-types/commands/DeleteScalingPolicyCommand.d.ts +15 -0
  28. package/dist-types/commands/DeleteScriptCommand.d.ts +20 -0
  29. package/dist-types/commands/DeleteVpcPeeringAuthorizationCommand.d.ts +15 -0
  30. package/dist-types/commands/DeleteVpcPeeringConnectionCommand.d.ts +15 -0
  31. package/dist-types/commands/DeregisterComputeCommand.d.ts +15 -0
  32. package/dist-types/commands/DeregisterGameServerCommand.d.ts +15 -0
  33. package/dist-types/commands/DescribeAliasCommand.d.ts +15 -0
  34. package/dist-types/commands/DescribeBuildCommand.d.ts +15 -0
  35. package/dist-types/commands/DescribeComputeCommand.d.ts +15 -0
  36. package/dist-types/commands/DescribeEC2InstanceLimitsCommand.d.ts +15 -0
  37. package/dist-types/commands/DescribeFleetAttributesCommand.d.ts +15 -0
  38. package/dist-types/commands/DescribeFleetCapacityCommand.d.ts +15 -0
  39. package/dist-types/commands/DescribeFleetEventsCommand.d.ts +15 -0
  40. package/dist-types/commands/DescribeFleetLocationAttributesCommand.d.ts +18 -0
  41. package/dist-types/commands/DescribeFleetLocationCapacityCommand.d.ts +18 -0
  42. package/dist-types/commands/DescribeFleetLocationUtilizationCommand.d.ts +18 -0
  43. package/dist-types/commands/DescribeFleetPortSettingsCommand.d.ts +18 -0
  44. package/dist-types/commands/DescribeFleetUtilizationCommand.d.ts +15 -0
  45. package/dist-types/commands/DescribeGameServerCommand.d.ts +15 -0
  46. package/dist-types/commands/DescribeGameServerGroupCommand.d.ts +15 -0
  47. package/dist-types/commands/DescribeGameServerInstancesCommand.d.ts +15 -0
  48. package/dist-types/commands/DescribeGameSessionDetailsCommand.d.ts +24 -0
  49. package/dist-types/commands/DescribeGameSessionPlacementCommand.d.ts +15 -0
  50. package/dist-types/commands/DescribeGameSessionQueuesCommand.d.ts +15 -0
  51. package/dist-types/commands/DescribeGameSessionsCommand.d.ts +24 -0
  52. package/dist-types/commands/DescribeInstancesCommand.d.ts +18 -0
  53. package/dist-types/commands/DescribeMatchmakingCommand.d.ts +12 -0
  54. package/dist-types/commands/DescribeMatchmakingConfigurationsCommand.d.ts +12 -0
  55. package/dist-types/commands/DescribeMatchmakingRuleSetsCommand.d.ts +15 -0
  56. package/dist-types/commands/DescribePlayerSessionsCommand.d.ts +15 -0
  57. package/dist-types/commands/DescribeRuntimeConfigurationCommand.d.ts +15 -0
  58. package/dist-types/commands/DescribeScalingPoliciesCommand.d.ts +18 -0
  59. package/dist-types/commands/DescribeScriptCommand.d.ts +15 -0
  60. package/dist-types/commands/DescribeVpcPeeringAuthorizationsCommand.d.ts +12 -0
  61. package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +15 -0
  62. package/dist-types/commands/GetComputeAccessCommand.d.ts +15 -0
  63. package/dist-types/commands/GetComputeAuthTokenCommand.d.ts +15 -0
  64. package/dist-types/commands/GetGameSessionLogUrlCommand.d.ts +15 -0
  65. package/dist-types/commands/GetInstanceAccessCommand.d.ts +15 -0
  66. package/dist-types/commands/ListAliasesCommand.d.ts +12 -0
  67. package/dist-types/commands/ListBuildsCommand.d.ts +12 -0
  68. package/dist-types/commands/ListComputeCommand.d.ts +12 -0
  69. package/dist-types/commands/ListFleetsCommand.d.ts +15 -0
  70. package/dist-types/commands/ListGameServerGroupsCommand.d.ts +12 -0
  71. package/dist-types/commands/ListGameServersCommand.d.ts +12 -0
  72. package/dist-types/commands/ListLocationsCommand.d.ts +12 -0
  73. package/dist-types/commands/ListScriptsCommand.d.ts +12 -0
  74. package/dist-types/commands/ListTagsForResourceCommand.d.ts +17 -0
  75. package/dist-types/commands/PutScalingPolicyCommand.d.ts +15 -0
  76. package/dist-types/commands/RegisterComputeCommand.d.ts +18 -0
  77. package/dist-types/commands/RegisterGameServerCommand.d.ts +22 -0
  78. package/dist-types/commands/RequestUploadCredentialsCommand.d.ts +15 -0
  79. package/dist-types/commands/ResolveAliasCommand.d.ts +21 -0
  80. package/dist-types/commands/ResumeGameServerGroupCommand.d.ts +15 -0
  81. package/dist-types/commands/SearchGameSessionsCommand.d.ts +24 -0
  82. package/dist-types/commands/StartFleetActionsCommand.d.ts +18 -0
  83. package/dist-types/commands/StartGameSessionPlacementCommand.d.ts +15 -0
  84. package/dist-types/commands/StartMatchBackfillCommand.d.ts +15 -0
  85. package/dist-types/commands/StartMatchmakingCommand.d.ts +15 -0
  86. package/dist-types/commands/StopFleetActionsCommand.d.ts +18 -0
  87. package/dist-types/commands/StopGameSessionPlacementCommand.d.ts +15 -0
  88. package/dist-types/commands/StopMatchmakingCommand.d.ts +15 -0
  89. package/dist-types/commands/SuspendGameServerGroupCommand.d.ts +15 -0
  90. package/dist-types/commands/TagResourceCommand.d.ts +17 -0
  91. package/dist-types/commands/UntagResourceCommand.d.ts +17 -0
  92. package/dist-types/commands/UpdateAliasCommand.d.ts +15 -0
  93. package/dist-types/commands/UpdateBuildCommand.d.ts +15 -0
  94. package/dist-types/commands/UpdateFleetAttributesCommand.d.ts +30 -0
  95. package/dist-types/commands/UpdateFleetCapacityCommand.d.ts +33 -0
  96. package/dist-types/commands/UpdateFleetPortSettingsCommand.d.ts +30 -0
  97. package/dist-types/commands/UpdateGameServerCommand.d.ts +15 -0
  98. package/dist-types/commands/UpdateGameServerGroupCommand.d.ts +15 -0
  99. package/dist-types/commands/UpdateGameSessionCommand.d.ts +26 -0
  100. package/dist-types/commands/UpdateGameSessionQueueCommand.d.ts +15 -0
  101. package/dist-types/commands/UpdateMatchmakingConfigurationCommand.d.ts +15 -0
  102. package/dist-types/commands/UpdateRuntimeConfigurationCommand.d.ts +20 -0
  103. package/dist-types/commands/UpdateScriptCommand.d.ts +15 -0
  104. package/dist-types/commands/ValidateMatchmakingRuleSetCommand.d.ts +12 -0
  105. package/package.json +29 -29
@@ -47,6 +47,31 @@ export interface DeleteFleetCommandOutput extends __MetadataBearer {
47
47
  * @see {@link DeleteFleetCommandOutput} 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 InvalidFleetStatusException} (client fault)
55
+ * <p>The requested operation would cause a conflict with the current state of a resource
56
+ * associated with the request and/or the fleet. Resolve the conflict before
57
+ * retrying.</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 TaggingFailedException} (client fault)
67
+ * <p>The requested tagging operation did not succeed. This may be due to invalid tag format
68
+ * or the maximum tag limit may have been exceeded. Resolve the issue before
69
+ * retrying.</p>
70
+ *
71
+ * @throws {@link UnauthorizedException} (client fault)
72
+ * <p>The client failed authentication. Clients should not retry such requests.</p>
73
+ *
74
+ *
50
75
  */
51
76
  export declare class DeleteFleetCommand extends $Command<DeleteFleetCommandInput, DeleteFleetCommandOutput, GameLiftClientResolvedConfig> {
52
77
  readonly input: DeleteFleetCommandInput;
@@ -42,6 +42,24 @@ export interface DeleteFleetLocationsCommandOutput extends DeleteFleetLocationsO
42
42
  * @see {@link DeleteFleetLocationsCommandOutput} for command's `response` shape.
43
43
  * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
44
44
  *
45
+ * @throws {@link InternalServiceException} (server fault)
46
+ * <p>The service encountered an unrecoverable internal failure while processing the
47
+ * request. Clients can retry such requests immediately or after a waiting period.</p>
48
+ *
49
+ * @throws {@link InvalidRequestException} (client fault)
50
+ * <p>One or more parameter values in the request are invalid. Correct the invalid parameter
51
+ * values before retrying.</p>
52
+ *
53
+ * @throws {@link NotFoundException} (client fault)
54
+ * <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
55
+ *
56
+ * @throws {@link UnauthorizedException} (client fault)
57
+ * <p>The client failed authentication. Clients should not retry such requests.</p>
58
+ *
59
+ * @throws {@link UnsupportedRegionException} (client fault)
60
+ * <p>The requested operation is not supported in the Region specified.</p>
61
+ *
62
+ *
45
63
  */
46
64
  export declare class DeleteFleetLocationsCommand extends $Command<DeleteFleetLocationsCommandInput, DeleteFleetLocationsCommandOutput, GameLiftClientResolvedConfig> {
47
65
  readonly input: DeleteFleetLocationsCommandInput;
@@ -63,6 +63,21 @@ export interface DeleteGameServerGroupCommandOutput extends DeleteGameServerGrou
63
63
  * @see {@link DeleteGameServerGroupCommandOutput} for command's `response` shape.
64
64
  * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
65
65
  *
66
+ * @throws {@link InternalServiceException} (server fault)
67
+ * <p>The service encountered an unrecoverable internal failure while processing the
68
+ * request. Clients can retry such requests immediately or after a waiting period.</p>
69
+ *
70
+ * @throws {@link InvalidRequestException} (client fault)
71
+ * <p>One or more parameter values in the request are invalid. Correct the invalid parameter
72
+ * values before retrying.</p>
73
+ *
74
+ * @throws {@link NotFoundException} (client fault)
75
+ * <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
76
+ *
77
+ * @throws {@link UnauthorizedException} (client fault)
78
+ * <p>The client failed authentication. Clients should not retry such requests.</p>
79
+ *
80
+ *
66
81
  */
67
82
  export declare class DeleteGameServerGroupCommand extends $Command<DeleteGameServerGroupCommandInput, DeleteGameServerGroupCommandOutput, GameLiftClientResolvedConfig> {
68
83
  readonly input: DeleteGameServerGroupCommandInput;
@@ -30,6 +30,26 @@ export interface DeleteGameSessionQueueCommandOutput extends DeleteGameSessionQu
30
30
  * @see {@link DeleteGameSessionQueueCommandOutput} for command's `response` shape.
31
31
  * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalServiceException} (server fault)
34
+ * <p>The service encountered an unrecoverable internal failure while processing the
35
+ * request. Clients can retry such requests immediately or after a waiting period.</p>
36
+ *
37
+ * @throws {@link InvalidRequestException} (client fault)
38
+ * <p>One or more parameter values in the request are invalid. Correct the invalid parameter
39
+ * values before retrying.</p>
40
+ *
41
+ * @throws {@link NotFoundException} (client fault)
42
+ * <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
43
+ *
44
+ * @throws {@link TaggingFailedException} (client fault)
45
+ * <p>The requested tagging operation did not succeed. This may be due to invalid tag format
46
+ * or the maximum tag limit may have been exceeded. Resolve the issue before
47
+ * retrying.</p>
48
+ *
49
+ * @throws {@link UnauthorizedException} (client fault)
50
+ * <p>The client failed authentication. Clients should not retry such requests.</p>
51
+ *
52
+ *
33
53
  */
34
54
  export declare class DeleteGameSessionQueueCommand extends $Command<DeleteGameSessionQueueCommandInput, DeleteGameSessionQueueCommandOutput, GameLiftClientResolvedConfig> {
35
55
  readonly input: DeleteGameSessionQueueCommandInput;
@@ -31,6 +31,21 @@ export interface DeleteLocationCommandOutput extends DeleteLocationOutput, __Met
31
31
  * @see {@link DeleteLocationCommandOutput} 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 DeleteLocationCommand extends $Command<DeleteLocationCommandInput, DeleteLocationCommandOutput, GameLiftClientResolvedConfig> {
36
51
  readonly input: DeleteLocationCommandInput;
@@ -31,6 +31,26 @@ export interface DeleteMatchmakingConfigurationCommandOutput extends DeleteMatch
31
31
  * @see {@link DeleteMatchmakingConfigurationCommandOutput} 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 TaggingFailedException} (client fault)
46
+ * <p>The requested tagging operation did not succeed. This may be due to invalid tag format
47
+ * or the maximum tag limit may have been exceeded. Resolve the issue before
48
+ * retrying.</p>
49
+ *
50
+ * @throws {@link UnsupportedRegionException} (client fault)
51
+ * <p>The requested operation is not supported in the Region specified.</p>
52
+ *
53
+ *
34
54
  */
35
55
  export declare class DeleteMatchmakingConfigurationCommand extends $Command<DeleteMatchmakingConfigurationCommandInput, DeleteMatchmakingConfigurationCommandOutput, GameLiftClientResolvedConfig> {
36
56
  readonly input: DeleteMatchmakingConfigurationCommandInput;
@@ -42,6 +42,26 @@ export interface DeleteMatchmakingRuleSetCommandOutput extends DeleteMatchmaking
42
42
  * @see {@link DeleteMatchmakingRuleSetCommandOutput} for command's `response` shape.
43
43
  * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
44
44
  *
45
+ * @throws {@link InternalServiceException} (server fault)
46
+ * <p>The service encountered an unrecoverable internal failure while processing the
47
+ * request. Clients can retry such requests immediately or after a waiting period.</p>
48
+ *
49
+ * @throws {@link InvalidRequestException} (client fault)
50
+ * <p>One or more parameter values in the request are invalid. Correct the invalid parameter
51
+ * values before retrying.</p>
52
+ *
53
+ * @throws {@link NotFoundException} (client fault)
54
+ * <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
55
+ *
56
+ * @throws {@link TaggingFailedException} (client fault)
57
+ * <p>The requested tagging operation did not succeed. This may be due to invalid tag format
58
+ * or the maximum tag limit may have been exceeded. Resolve the issue before
59
+ * retrying.</p>
60
+ *
61
+ * @throws {@link UnsupportedRegionException} (client fault)
62
+ * <p>The requested operation is not supported in the Region specified.</p>
63
+ *
64
+ *
45
65
  */
46
66
  export declare class DeleteMatchmakingRuleSetCommand extends $Command<DeleteMatchmakingRuleSetCommandInput, DeleteMatchmakingRuleSetCommandOutput, GameLiftClientResolvedConfig> {
47
67
  readonly input: DeleteMatchmakingRuleSetCommandInput;
@@ -33,6 +33,21 @@ export interface DeleteScalingPolicyCommandOutput extends __MetadataBearer {
33
33
  * @see {@link DeleteScalingPolicyCommandOutput} for command's `response` shape.
34
34
  * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
35
35
  *
36
+ * @throws {@link InternalServiceException} (server fault)
37
+ * <p>The service encountered an unrecoverable internal failure while processing the
38
+ * request. Clients can retry such requests immediately or after a waiting period.</p>
39
+ *
40
+ * @throws {@link InvalidRequestException} (client fault)
41
+ * <p>One or more parameter values in the request are invalid. Correct the invalid parameter
42
+ * values before retrying.</p>
43
+ *
44
+ * @throws {@link NotFoundException} (client fault)
45
+ * <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
46
+ *
47
+ * @throws {@link UnauthorizedException} (client fault)
48
+ * <p>The client failed authentication. Clients should not retry such requests.</p>
49
+ *
50
+ *
36
51
  */
37
52
  export declare class DeleteScalingPolicyCommand extends $Command<DeleteScalingPolicyCommandInput, DeleteScalingPolicyCommandOutput, GameLiftClientResolvedConfig> {
38
53
  readonly input: DeleteScalingPolicyCommandInput;
@@ -47,6 +47,26 @@ export interface DeleteScriptCommandOutput extends __MetadataBearer {
47
47
  * @see {@link DeleteScriptCommandOutput} 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 TaggingFailedException} (client fault)
62
+ * <p>The requested tagging operation did not succeed. This may be due to invalid tag format
63
+ * or the maximum tag limit may have been exceeded. Resolve the issue before
64
+ * retrying.</p>
65
+ *
66
+ * @throws {@link UnauthorizedException} (client fault)
67
+ * <p>The client failed authentication. Clients should not retry such requests.</p>
68
+ *
69
+ *
50
70
  */
51
71
  export declare class DeleteScriptCommand extends $Command<DeleteScriptCommandInput, DeleteScriptCommandOutput, GameLiftClientResolvedConfig> {
52
72
  readonly input: DeleteScriptCommandInput;
@@ -36,6 +36,21 @@ export interface DeleteVpcPeeringAuthorizationCommandOutput extends DeleteVpcPee
36
36
  * @see {@link DeleteVpcPeeringAuthorizationCommandOutput} for command's `response` shape.
37
37
  * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
38
38
  *
39
+ * @throws {@link InternalServiceException} (server fault)
40
+ * <p>The service encountered an unrecoverable internal failure while processing the
41
+ * request. Clients can retry such requests immediately or after a waiting period.</p>
42
+ *
43
+ * @throws {@link InvalidRequestException} (client fault)
44
+ * <p>One or more parameter values in the request are invalid. Correct the invalid parameter
45
+ * values before retrying.</p>
46
+ *
47
+ * @throws {@link NotFoundException} (client fault)
48
+ * <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
49
+ *
50
+ * @throws {@link UnauthorizedException} (client fault)
51
+ * <p>The client failed authentication. Clients should not retry such requests.</p>
52
+ *
53
+ *
39
54
  */
40
55
  export declare class DeleteVpcPeeringAuthorizationCommand extends $Command<DeleteVpcPeeringAuthorizationCommandInput, DeleteVpcPeeringAuthorizationCommandOutput, GameLiftClientResolvedConfig> {
41
56
  readonly input: DeleteVpcPeeringAuthorizationCommandInput;
@@ -39,6 +39,21 @@ export interface DeleteVpcPeeringConnectionCommandOutput extends DeleteVpcPeerin
39
39
  * @see {@link DeleteVpcPeeringConnectionCommandOutput} for command's `response` shape.
40
40
  * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
41
41
  *
42
+ * @throws {@link InternalServiceException} (server fault)
43
+ * <p>The service encountered an unrecoverable internal failure while processing the
44
+ * request. Clients can retry such requests immediately or after a waiting period.</p>
45
+ *
46
+ * @throws {@link InvalidRequestException} (client fault)
47
+ * <p>One or more parameter values in the request are invalid. Correct the invalid parameter
48
+ * values before retrying.</p>
49
+ *
50
+ * @throws {@link NotFoundException} (client fault)
51
+ * <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
52
+ *
53
+ * @throws {@link UnauthorizedException} (client fault)
54
+ * <p>The client failed authentication. Clients should not retry such requests.</p>
55
+ *
56
+ *
42
57
  */
43
58
  export declare class DeleteVpcPeeringConnectionCommand extends $Command<DeleteVpcPeeringConnectionCommandInput, DeleteVpcPeeringConnectionCommandOutput, GameLiftClientResolvedConfig> {
44
59
  readonly input: DeleteVpcPeeringConnectionCommandInput;
@@ -30,6 +30,21 @@ export interface DeregisterComputeCommandOutput extends DeregisterComputeOutput,
30
30
  * @see {@link DeregisterComputeCommandOutput} for command's `response` shape.
31
31
  * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalServiceException} (server fault)
34
+ * <p>The service encountered an unrecoverable internal failure while processing the
35
+ * request. Clients can retry such requests immediately or after a waiting period.</p>
36
+ *
37
+ * @throws {@link InvalidRequestException} (client fault)
38
+ * <p>One or more parameter values in the request are invalid. Correct the invalid parameter
39
+ * values before retrying.</p>
40
+ *
41
+ * @throws {@link NotFoundException} (client fault)
42
+ * <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
43
+ *
44
+ * @throws {@link UnauthorizedException} (client fault)
45
+ * <p>The client failed authentication. Clients should not retry such requests.</p>
46
+ *
47
+ *
33
48
  */
34
49
  export declare class DeregisterComputeCommand extends $Command<DeregisterComputeCommandInput, DeregisterComputeCommandOutput, GameLiftClientResolvedConfig> {
35
50
  readonly input: DeregisterComputeCommandInput;
@@ -44,6 +44,21 @@ export interface DeregisterGameServerCommandOutput extends __MetadataBearer {
44
44
  * @see {@link DeregisterGameServerCommandOutput} for command's `response` shape.
45
45
  * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
46
46
  *
47
+ * @throws {@link InternalServiceException} (server fault)
48
+ * <p>The service encountered an unrecoverable internal failure while processing the
49
+ * request. Clients can retry such requests immediately or after a waiting period.</p>
50
+ *
51
+ * @throws {@link InvalidRequestException} (client fault)
52
+ * <p>One or more parameter values in the request are invalid. Correct the invalid parameter
53
+ * values before retrying.</p>
54
+ *
55
+ * @throws {@link NotFoundException} (client fault)
56
+ * <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
57
+ *
58
+ * @throws {@link UnauthorizedException} (client fault)
59
+ * <p>The client failed authentication. Clients should not retry such requests.</p>
60
+ *
61
+ *
47
62
  */
48
63
  export declare class DeregisterGameServerCommand extends $Command<DeregisterGameServerCommandInput, DeregisterGameServerCommandOutput, GameLiftClientResolvedConfig> {
49
64
  readonly input: DeregisterGameServerCommandInput;
@@ -38,6 +38,21 @@ export interface DescribeAliasCommandOutput extends DescribeAliasOutput, __Metad
38
38
  * @see {@link DescribeAliasCommandOutput} 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 DescribeAliasCommand extends $Command<DescribeAliasCommandInput, DescribeAliasCommandOutput, GameLiftClientResolvedConfig> {
43
58
  readonly input: DescribeAliasCommandInput;
@@ -40,6 +40,21 @@ export interface DescribeBuildCommandOutput extends DescribeBuildOutput, __Metad
40
40
  * @see {@link DescribeBuildCommandOutput} for command's `response` shape.
41
41
  * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
42
42
  *
43
+ * @throws {@link InternalServiceException} (server fault)
44
+ * <p>The service encountered an unrecoverable internal failure while processing the
45
+ * request. Clients can retry such requests immediately or after a waiting period.</p>
46
+ *
47
+ * @throws {@link InvalidRequestException} (client fault)
48
+ * <p>One or more parameter values in the request are invalid. Correct the invalid parameter
49
+ * values before retrying.</p>
50
+ *
51
+ * @throws {@link NotFoundException} (client fault)
52
+ * <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
53
+ *
54
+ * @throws {@link UnauthorizedException} (client fault)
55
+ * <p>The client failed authentication. Clients should not retry such requests.</p>
56
+ *
57
+ *
43
58
  */
44
59
  export declare class DescribeBuildCommand extends $Command<DescribeBuildCommandInput, DescribeBuildCommandOutput, GameLiftClientResolvedConfig> {
45
60
  readonly input: DescribeBuildCommandInput;
@@ -31,6 +31,21 @@ export interface DescribeComputeCommandOutput extends DescribeComputeOutput, __M
31
31
  * @see {@link DescribeComputeCommandOutput} 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 DescribeComputeCommand extends $Command<DescribeComputeCommandInput, DescribeComputeCommandOutput, GameLiftClientResolvedConfig> {
36
51
  readonly input: DescribeComputeCommandInput;
@@ -83,6 +83,21 @@ export interface DescribeEC2InstanceLimitsCommandOutput extends DescribeEC2Insta
83
83
  * @see {@link DescribeEC2InstanceLimitsCommandOutput} for command's `response` shape.
84
84
  * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
85
85
  *
86
+ * @throws {@link InternalServiceException} (server fault)
87
+ * <p>The service encountered an unrecoverable internal failure while processing the
88
+ * request. Clients can retry such requests immediately or after a waiting period.</p>
89
+ *
90
+ * @throws {@link InvalidRequestException} (client fault)
91
+ * <p>One or more parameter values in the request are invalid. Correct the invalid parameter
92
+ * values before retrying.</p>
93
+ *
94
+ * @throws {@link UnauthorizedException} (client fault)
95
+ * <p>The client failed authentication. Clients should not retry such requests.</p>
96
+ *
97
+ * @throws {@link UnsupportedRegionException} (client fault)
98
+ * <p>The requested operation is not supported in the Region specified.</p>
99
+ *
100
+ *
86
101
  */
87
102
  export declare class DescribeEC2InstanceLimitsCommand extends $Command<DescribeEC2InstanceLimitsCommandInput, DescribeEC2InstanceLimitsCommandOutput, GameLiftClientResolvedConfig> {
88
103
  readonly input: DescribeEC2InstanceLimitsCommandInput;
@@ -56,6 +56,21 @@ export interface DescribeFleetAttributesCommandOutput extends DescribeFleetAttri
56
56
  * @see {@link DescribeFleetAttributesCommandOutput} for command's `response` shape.
57
57
  * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
58
58
  *
59
+ * @throws {@link InternalServiceException} (server fault)
60
+ * <p>The service encountered an unrecoverable internal failure while processing the
61
+ * request. Clients can retry such requests immediately or after a waiting period.</p>
62
+ *
63
+ * @throws {@link InvalidRequestException} (client fault)
64
+ * <p>One or more parameter values in the request are invalid. Correct the invalid parameter
65
+ * values before retrying.</p>
66
+ *
67
+ * @throws {@link NotFoundException} (client fault)
68
+ * <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
69
+ *
70
+ * @throws {@link UnauthorizedException} (client fault)
71
+ * <p>The client failed authentication. Clients should not retry such requests.</p>
72
+ *
73
+ *
59
74
  */
60
75
  export declare class DescribeFleetAttributesCommand extends $Command<DescribeFleetAttributesCommandInput, DescribeFleetAttributesCommandOutput, GameLiftClientResolvedConfig> {
61
76
  readonly input: DescribeFleetAttributesCommandInput;
@@ -64,6 +64,21 @@ export interface DescribeFleetCapacityCommandOutput extends DescribeFleetCapacit
64
64
  * @see {@link DescribeFleetCapacityCommandOutput} for command's `response` shape.
65
65
  * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
66
66
  *
67
+ * @throws {@link InternalServiceException} (server fault)
68
+ * <p>The service encountered an unrecoverable internal failure while processing the
69
+ * request. Clients can retry such requests immediately or after a waiting period.</p>
70
+ *
71
+ * @throws {@link InvalidRequestException} (client fault)
72
+ * <p>One or more parameter values in the request are invalid. Correct the invalid parameter
73
+ * values before retrying.</p>
74
+ *
75
+ * @throws {@link NotFoundException} (client fault)
76
+ * <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
77
+ *
78
+ * @throws {@link UnauthorizedException} (client fault)
79
+ * <p>The client failed authentication. Clients should not retry such requests.</p>
80
+ *
81
+ *
67
82
  */
68
83
  export declare class DescribeFleetCapacityCommand extends $Command<DescribeFleetCapacityCommandInput, DescribeFleetCapacityCommandOutput, GameLiftClientResolvedConfig> {
69
84
  readonly input: DescribeFleetCapacityCommandInput;
@@ -43,6 +43,21 @@ export interface DescribeFleetEventsCommandOutput extends DescribeFleetEventsOut
43
43
  * @see {@link DescribeFleetEventsCommandOutput} 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 DescribeFleetEventsCommand extends $Command<DescribeFleetEventsCommandInput, DescribeFleetEventsCommandOutput, GameLiftClientResolvedConfig> {
48
63
  readonly input: DescribeFleetEventsCommandInput;
@@ -54,6 +54,24 @@ export interface DescribeFleetLocationAttributesCommandOutput extends DescribeFl
54
54
  * @see {@link DescribeFleetLocationAttributesCommandOutput} for command's `response` shape.
55
55
  * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
56
56
  *
57
+ * @throws {@link InternalServiceException} (server fault)
58
+ * <p>The service encountered an unrecoverable internal failure while processing the
59
+ * request. Clients can retry such requests immediately or after a waiting period.</p>
60
+ *
61
+ * @throws {@link InvalidRequestException} (client fault)
62
+ * <p>One or more parameter values in the request are invalid. Correct the invalid parameter
63
+ * values before retrying.</p>
64
+ *
65
+ * @throws {@link NotFoundException} (client fault)
66
+ * <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
67
+ *
68
+ * @throws {@link UnauthorizedException} (client fault)
69
+ * <p>The client failed authentication. Clients should not retry such requests.</p>
70
+ *
71
+ * @throws {@link UnsupportedRegionException} (client fault)
72
+ * <p>The requested operation is not supported in the Region specified.</p>
73
+ *
74
+ *
57
75
  */
58
76
  export declare class DescribeFleetLocationAttributesCommand extends $Command<DescribeFleetLocationAttributesCommandInput, DescribeFleetLocationAttributesCommandOutput, GameLiftClientResolvedConfig> {
59
77
  readonly input: DescribeFleetLocationAttributesCommandInput;
@@ -46,6 +46,24 @@ export interface DescribeFleetLocationCapacityCommandOutput extends DescribeFlee
46
46
  * @see {@link DescribeFleetLocationCapacityCommandOutput} for command's `response` shape.
47
47
  * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
48
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 InvalidRequestException} (client fault)
54
+ * <p>One or more parameter values in the request are invalid. Correct the invalid parameter
55
+ * values before retrying.</p>
56
+ *
57
+ * @throws {@link NotFoundException} (client fault)
58
+ * <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
59
+ *
60
+ * @throws {@link UnauthorizedException} (client fault)
61
+ * <p>The client failed authentication. Clients should not retry such requests.</p>
62
+ *
63
+ * @throws {@link UnsupportedRegionException} (client fault)
64
+ * <p>The requested operation is not supported in the Region specified.</p>
65
+ *
66
+ *
49
67
  */
50
68
  export declare class DescribeFleetLocationCapacityCommand extends $Command<DescribeFleetLocationCapacityCommandInput, DescribeFleetLocationCapacityCommandOutput, GameLiftClientResolvedConfig> {
51
69
  readonly input: DescribeFleetLocationCapacityCommandInput;
@@ -46,6 +46,24 @@ export interface DescribeFleetLocationUtilizationCommandOutput extends DescribeF
46
46
  * @see {@link DescribeFleetLocationUtilizationCommandOutput} for command's `response` shape.
47
47
  * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
48
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 InvalidRequestException} (client fault)
54
+ * <p>One or more parameter values in the request are invalid. Correct the invalid parameter
55
+ * values before retrying.</p>
56
+ *
57
+ * @throws {@link NotFoundException} (client fault)
58
+ * <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
59
+ *
60
+ * @throws {@link UnauthorizedException} (client fault)
61
+ * <p>The client failed authentication. Clients should not retry such requests.</p>
62
+ *
63
+ * @throws {@link UnsupportedRegionException} (client fault)
64
+ * <p>The requested operation is not supported in the Region specified.</p>
65
+ *
66
+ *
49
67
  */
50
68
  export declare class DescribeFleetLocationUtilizationCommand extends $Command<DescribeFleetLocationUtilizationCommandInput, DescribeFleetLocationUtilizationCommandOutput, GameLiftClientResolvedConfig> {
51
69
  readonly input: DescribeFleetLocationUtilizationCommandInput;
@@ -54,6 +54,24 @@ export interface DescribeFleetPortSettingsCommandOutput extends DescribeFleetPor
54
54
  * @see {@link DescribeFleetPortSettingsCommandOutput} for command's `response` shape.
55
55
  * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
56
56
  *
57
+ * @throws {@link InternalServiceException} (server fault)
58
+ * <p>The service encountered an unrecoverable internal failure while processing the
59
+ * request. Clients can retry such requests immediately or after a waiting period.</p>
60
+ *
61
+ * @throws {@link InvalidRequestException} (client fault)
62
+ * <p>One or more parameter values in the request are invalid. Correct the invalid parameter
63
+ * values before retrying.</p>
64
+ *
65
+ * @throws {@link NotFoundException} (client fault)
66
+ * <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
67
+ *
68
+ * @throws {@link UnauthorizedException} (client fault)
69
+ * <p>The client failed authentication. Clients should not retry such requests.</p>
70
+ *
71
+ * @throws {@link UnsupportedRegionException} (client fault)
72
+ * <p>The requested operation is not supported in the Region specified.</p>
73
+ *
74
+ *
57
75
  */
58
76
  export declare class DescribeFleetPortSettingsCommand extends $Command<DescribeFleetPortSettingsCommandInput, DescribeFleetPortSettingsCommandOutput, GameLiftClientResolvedConfig> {
59
77
  readonly input: DescribeFleetPortSettingsCommandInput;
@@ -64,6 +64,21 @@ export interface DescribeFleetUtilizationCommandOutput extends DescribeFleetUtil
64
64
  * @see {@link DescribeFleetUtilizationCommandOutput} for command's `response` shape.
65
65
  * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
66
66
  *
67
+ * @throws {@link InternalServiceException} (server fault)
68
+ * <p>The service encountered an unrecoverable internal failure while processing the
69
+ * request. Clients can retry such requests immediately or after a waiting period.</p>
70
+ *
71
+ * @throws {@link InvalidRequestException} (client fault)
72
+ * <p>One or more parameter values in the request are invalid. Correct the invalid parameter
73
+ * values before retrying.</p>
74
+ *
75
+ * @throws {@link NotFoundException} (client fault)
76
+ * <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
77
+ *
78
+ * @throws {@link UnauthorizedException} (client fault)
79
+ * <p>The client failed authentication. Clients should not retry such requests.</p>
80
+ *
81
+ *
67
82
  */
68
83
  export declare class DescribeFleetUtilizationCommand extends $Command<DescribeFleetUtilizationCommandInput, DescribeFleetUtilizationCommandOutput, GameLiftClientResolvedConfig> {
69
84
  readonly input: DescribeFleetUtilizationCommandInput;
@@ -43,6 +43,21 @@ export interface DescribeGameServerCommandOutput extends DescribeGameServerOutpu
43
43
  * @see {@link DescribeGameServerCommandOutput} 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 DescribeGameServerCommand extends $Command<DescribeGameServerCommandInput, DescribeGameServerCommandOutput, GameLiftClientResolvedConfig> {
48
63
  readonly input: DescribeGameServerCommandInput;