@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
@@ -45,6 +45,21 @@ export interface DescribeGameServerGroupCommandOutput extends DescribeGameServer
45
45
  * @see {@link DescribeGameServerGroupCommandOutput} for command's `response` shape.
46
46
  * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
47
47
  *
48
+ * @throws {@link InternalServiceException} (server fault)
49
+ * <p>The service encountered an unrecoverable internal failure while processing the
50
+ * request. Clients can retry such requests immediately or after a waiting period.</p>
51
+ *
52
+ * @throws {@link InvalidRequestException} (client fault)
53
+ * <p>One or more parameter values in the request are invalid. Correct the invalid parameter
54
+ * values before retrying.</p>
55
+ *
56
+ * @throws {@link NotFoundException} (client fault)
57
+ * <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
58
+ *
59
+ * @throws {@link UnauthorizedException} (client fault)
60
+ * <p>The client failed authentication. Clients should not retry such requests.</p>
61
+ *
62
+ *
48
63
  */
49
64
  export declare class DescribeGameServerGroupCommand extends $Command<DescribeGameServerGroupCommandInput, DescribeGameServerGroupCommandOutput, GameLiftClientResolvedConfig> {
50
65
  readonly input: DescribeGameServerGroupCommandInput;
@@ -51,6 +51,21 @@ export interface DescribeGameServerInstancesCommandOutput extends DescribeGameSe
51
51
  * @see {@link DescribeGameServerInstancesCommandOutput} for command's `response` shape.
52
52
  * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
53
53
  *
54
+ * @throws {@link InternalServiceException} (server fault)
55
+ * <p>The service encountered an unrecoverable internal failure while processing the
56
+ * request. Clients can retry such requests immediately or after a waiting period.</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 NotFoundException} (client fault)
63
+ * <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
64
+ *
65
+ * @throws {@link UnauthorizedException} (client fault)
66
+ * <p>The client failed authentication. Clients should not retry such requests.</p>
67
+ *
68
+ *
54
69
  */
55
70
  export declare class DescribeGameServerInstancesCommand extends $Command<DescribeGameServerInstancesCommandInput, DescribeGameServerInstancesCommandOutput, GameLiftClientResolvedConfig> {
56
71
  readonly input: DescribeGameServerInstancesCommandInput;
@@ -63,6 +63,30 @@ export interface DescribeGameSessionDetailsCommandOutput extends DescribeGameSes
63
63
  * @see {@link DescribeGameSessionDetailsCommandOutput} 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 TerminalRoutingStrategyException} (client fault)
78
+ * <p>The service is unable to resolve the routing for a particular alias because it has a
79
+ * terminal <code>RoutingStrategy</code> associated with it. The message returned in this
80
+ * exception is the message defined in the routing strategy itself. Such requests should
81
+ * only be retried if the routing strategy for the specified alias is modified. </p>
82
+ *
83
+ * @throws {@link UnauthorizedException} (client fault)
84
+ * <p>The client failed authentication. Clients should not retry such requests.</p>
85
+ *
86
+ * @throws {@link UnsupportedRegionException} (client fault)
87
+ * <p>The requested operation is not supported in the Region specified.</p>
88
+ *
89
+ *
66
90
  */
67
91
  export declare class DescribeGameSessionDetailsCommand extends $Command<DescribeGameSessionDetailsCommandInput, DescribeGameSessionDetailsCommandOutput, GameLiftClientResolvedConfig> {
68
92
  readonly input: DescribeGameSessionDetailsCommandInput;
@@ -36,6 +36,21 @@ export interface DescribeGameSessionPlacementCommandOutput extends DescribeGameS
36
36
  * @see {@link DescribeGameSessionPlacementCommandOutput} 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 DescribeGameSessionPlacementCommand extends $Command<DescribeGameSessionPlacementCommandInput, DescribeGameSessionPlacementCommandOutput, GameLiftClientResolvedConfig> {
41
56
  readonly input: DescribeGameSessionPlacementCommandInput;
@@ -39,6 +39,21 @@ export interface DescribeGameSessionQueuesCommandOutput extends DescribeGameSess
39
39
  * @see {@link DescribeGameSessionQueuesCommandOutput} 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 DescribeGameSessionQueuesCommand extends $Command<DescribeGameSessionQueuesCommandInput, DescribeGameSessionQueuesCommandOutput, GameLiftClientResolvedConfig> {
44
59
  readonly input: DescribeGameSessionQueuesCommandInput;
@@ -70,6 +70,30 @@ export interface DescribeGameSessionsCommandOutput extends DescribeGameSessionsO
70
70
  * @see {@link DescribeGameSessionsCommandOutput} for command's `response` shape.
71
71
  * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
72
72
  *
73
+ * @throws {@link InternalServiceException} (server fault)
74
+ * <p>The service encountered an unrecoverable internal failure while processing the
75
+ * request. Clients can retry such requests immediately or after a waiting period.</p>
76
+ *
77
+ * @throws {@link InvalidRequestException} (client fault)
78
+ * <p>One or more parameter values in the request are invalid. Correct the invalid parameter
79
+ * values before retrying.</p>
80
+ *
81
+ * @throws {@link NotFoundException} (client fault)
82
+ * <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
83
+ *
84
+ * @throws {@link TerminalRoutingStrategyException} (client fault)
85
+ * <p>The service is unable to resolve the routing for a particular alias because it has a
86
+ * terminal <code>RoutingStrategy</code> associated with it. The message returned in this
87
+ * exception is the message defined in the routing strategy itself. Such requests should
88
+ * only be retried if the routing strategy for the specified alias is modified. </p>
89
+ *
90
+ * @throws {@link UnauthorizedException} (client fault)
91
+ * <p>The client failed authentication. Clients should not retry such requests.</p>
92
+ *
93
+ * @throws {@link UnsupportedRegionException} (client fault)
94
+ * <p>The requested operation is not supported in the Region specified.</p>
95
+ *
96
+ *
73
97
  */
74
98
  export declare class DescribeGameSessionsCommand extends $Command<DescribeGameSessionsCommandInput, DescribeGameSessionsCommandOutput, GameLiftClientResolvedConfig> {
75
99
  readonly input: DescribeGameSessionsCommandInput;
@@ -65,6 +65,24 @@ export interface DescribeInstancesCommandOutput extends DescribeInstancesOutput,
65
65
  * @see {@link DescribeInstancesCommandOutput} 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
+ * @throws {@link UnsupportedRegionException} (client fault)
83
+ * <p>The requested operation is not supported in the Region specified.</p>
84
+ *
85
+ *
68
86
  */
69
87
  export declare class DescribeInstancesCommand extends $Command<DescribeInstancesCommandInput, DescribeInstancesCommandOutput, GameLiftClientResolvedConfig> {
70
88
  readonly input: DescribeInstancesCommandInput;
@@ -50,6 +50,18 @@ export interface DescribeMatchmakingCommandOutput extends DescribeMatchmakingOut
50
50
  * @see {@link DescribeMatchmakingCommandOutput} for command's `response` shape.
51
51
  * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
52
52
  *
53
+ * @throws {@link InternalServiceException} (server fault)
54
+ * <p>The service encountered an unrecoverable internal failure while processing the
55
+ * request. Clients can retry such requests immediately or after a waiting period.</p>
56
+ *
57
+ * @throws {@link InvalidRequestException} (client fault)
58
+ * <p>One or more parameter values in the request are invalid. Correct the invalid parameter
59
+ * values before retrying.</p>
60
+ *
61
+ * @throws {@link UnsupportedRegionException} (client fault)
62
+ * <p>The requested operation is not supported in the Region specified.</p>
63
+ *
64
+ *
53
65
  */
54
66
  export declare class DescribeMatchmakingCommand extends $Command<DescribeMatchmakingCommandInput, DescribeMatchmakingCommandOutput, GameLiftClientResolvedConfig> {
55
67
  readonly input: DescribeMatchmakingCommandInput;
@@ -41,6 +41,18 @@ export interface DescribeMatchmakingConfigurationsCommandOutput extends Describe
41
41
  * @see {@link DescribeMatchmakingConfigurationsCommandOutput} 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 UnsupportedRegionException} (client fault)
53
+ * <p>The requested operation is not supported in the Region specified.</p>
54
+ *
55
+ *
44
56
  */
45
57
  export declare class DescribeMatchmakingConfigurationsCommand extends $Command<DescribeMatchmakingConfigurationsCommandInput, DescribeMatchmakingConfigurationsCommandOutput, GameLiftClientResolvedConfig> {
46
58
  readonly input: DescribeMatchmakingConfigurationsCommandInput;
@@ -43,6 +43,21 @@ export interface DescribeMatchmakingRuleSetsCommandOutput extends DescribeMatchm
43
43
  * @see {@link DescribeMatchmakingRuleSetsCommandOutput} 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 UnsupportedRegionException} (client fault)
58
+ * <p>The requested operation is not supported in the Region specified.</p>
59
+ *
60
+ *
46
61
  */
47
62
  export declare class DescribeMatchmakingRuleSetsCommand extends $Command<DescribeMatchmakingRuleSetsCommandInput, DescribeMatchmakingRuleSetsCommandOutput, GameLiftClientResolvedConfig> {
48
63
  readonly input: DescribeMatchmakingRuleSetsCommandInput;
@@ -55,6 +55,21 @@ export interface DescribePlayerSessionsCommandOutput extends DescribePlayerSessi
55
55
  * @see {@link DescribePlayerSessionsCommandOutput} 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
+ *
58
73
  */
59
74
  export declare class DescribePlayerSessionsCommand extends $Command<DescribePlayerSessionsCommandInput, DescribePlayerSessionsCommandOutput, GameLiftClientResolvedConfig> {
60
75
  readonly input: DescribePlayerSessionsCommandInput;
@@ -46,6 +46,21 @@ export interface DescribeRuntimeConfigurationCommandOutput extends DescribeRunti
46
46
  * @see {@link DescribeRuntimeConfigurationCommandOutput} 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
+ *
49
64
  */
50
65
  export declare class DescribeRuntimeConfigurationCommand extends $Command<DescribeRuntimeConfigurationCommandInput, DescribeRuntimeConfigurationCommandOutput, GameLiftClientResolvedConfig> {
51
66
  readonly input: DescribeRuntimeConfigurationCommandInput;
@@ -35,6 +35,24 @@ export interface DescribeScalingPoliciesCommandOutput extends DescribeScalingPol
35
35
  * @see {@link DescribeScalingPoliciesCommandOutput} 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 UnauthorizedException} (client fault)
50
+ * <p>The client failed authentication. Clients should not retry such requests.</p>
51
+ *
52
+ * @throws {@link UnsupportedRegionException} (client fault)
53
+ * <p>The requested operation is not supported in the Region specified.</p>
54
+ *
55
+ *
38
56
  */
39
57
  export declare class DescribeScalingPoliciesCommand extends $Command<DescribeScalingPoliciesCommandInput, DescribeScalingPoliciesCommandOutput, GameLiftClientResolvedConfig> {
40
58
  readonly input: DescribeScalingPoliciesCommandInput;
@@ -43,6 +43,21 @@ export interface DescribeScriptCommandOutput extends DescribeScriptOutput, __Met
43
43
  * @see {@link DescribeScriptCommandOutput} 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 DescribeScriptCommand extends $Command<DescribeScriptCommandInput, DescribeScriptCommandOutput, GameLiftClientResolvedConfig> {
48
63
  readonly input: DescribeScriptCommandInput;
@@ -37,6 +37,18 @@ export interface DescribeVpcPeeringAuthorizationsCommandOutput extends DescribeV
37
37
  * @see {@link DescribeVpcPeeringAuthorizationsCommandOutput} for command's `response` shape.
38
38
  * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
39
39
  *
40
+ * @throws {@link InternalServiceException} (server fault)
41
+ * <p>The service encountered an unrecoverable internal failure while processing the
42
+ * request. Clients can retry such requests immediately or after a waiting period.</p>
43
+ *
44
+ * @throws {@link InvalidRequestException} (client fault)
45
+ * <p>One or more parameter values in the request are invalid. Correct the invalid parameter
46
+ * values before retrying.</p>
47
+ *
48
+ * @throws {@link UnauthorizedException} (client fault)
49
+ * <p>The client failed authentication. Clients should not retry such requests.</p>
50
+ *
51
+ *
40
52
  */
41
53
  export declare class DescribeVpcPeeringAuthorizationsCommand extends $Command<DescribeVpcPeeringAuthorizationsCommandInput, DescribeVpcPeeringAuthorizationsCommandOutput, GameLiftClientResolvedConfig> {
42
54
  readonly input: DescribeVpcPeeringAuthorizationsCommandInput;
@@ -41,6 +41,21 @@ export interface DescribeVpcPeeringConnectionsCommandOutput extends DescribeVpcP
41
41
  * @see {@link DescribeVpcPeeringConnectionsCommandOutput} 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 DescribeVpcPeeringConnectionsCommand extends $Command<DescribeVpcPeeringConnectionsCommandInput, DescribeVpcPeeringConnectionsCommandOutput, GameLiftClientResolvedConfig> {
46
61
  readonly input: DescribeVpcPeeringConnectionsCommandInput;
@@ -51,6 +51,21 @@ export interface GetComputeAccessCommandOutput extends GetComputeAccessOutput, _
51
51
  * @see {@link GetComputeAccessCommandOutput} for command's `response` shape.
52
52
  * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
53
53
  *
54
+ * @throws {@link InternalServiceException} (server fault)
55
+ * <p>The service encountered an unrecoverable internal failure while processing the
56
+ * request. Clients can retry such requests immediately or after a waiting period.</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 NotFoundException} (client fault)
63
+ * <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
64
+ *
65
+ * @throws {@link UnauthorizedException} (client fault)
66
+ * <p>The client failed authentication. Clients should not retry such requests.</p>
67
+ *
68
+ *
54
69
  */
55
70
  export declare class GetComputeAccessCommand extends $Command<GetComputeAccessCommandInput, GetComputeAccessCommandOutput, GameLiftClientResolvedConfig> {
56
71
  readonly input: GetComputeAccessCommandInput;
@@ -32,6 +32,21 @@ export interface GetComputeAuthTokenCommandOutput extends GetComputeAuthTokenOut
32
32
  * @see {@link GetComputeAuthTokenCommandOutput} for command's `response` shape.
33
33
  * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
34
34
  *
35
+ * @throws {@link InternalServiceException} (server fault)
36
+ * <p>The service encountered an unrecoverable internal failure while processing the
37
+ * request. Clients can retry such requests immediately or after a waiting period.</p>
38
+ *
39
+ * @throws {@link InvalidRequestException} (client fault)
40
+ * <p>One or more parameter values in the request are invalid. Correct the invalid parameter
41
+ * values before retrying.</p>
42
+ *
43
+ * @throws {@link NotFoundException} (client fault)
44
+ * <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
45
+ *
46
+ * @throws {@link UnauthorizedException} (client fault)
47
+ * <p>The client failed authentication. Clients should not retry such requests.</p>
48
+ *
49
+ *
35
50
  */
36
51
  export declare class GetComputeAuthTokenCommand extends $Command<GetComputeAuthTokenCommandInput, GetComputeAuthTokenCommandOutput, GameLiftClientResolvedConfig> {
37
52
  readonly input: GetComputeAuthTokenCommandInput;
@@ -39,6 +39,21 @@ export interface GetGameSessionLogUrlCommandOutput extends GetGameSessionLogUrlO
39
39
  * @see {@link GetGameSessionLogUrlCommandOutput} 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 GetGameSessionLogUrlCommand extends $Command<GetGameSessionLogUrlCommandInput, GetGameSessionLogUrlCommandOutput, GameLiftClientResolvedConfig> {
44
59
  readonly input: GetGameSessionLogUrlCommandInput;
@@ -57,6 +57,21 @@ export interface GetInstanceAccessCommandOutput extends GetInstanceAccessOutput,
57
57
  * @see {@link GetInstanceAccessCommandOutput} for command's `response` shape.
58
58
  * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
59
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 NotFoundException} (client fault)
69
+ * <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
70
+ *
71
+ * @throws {@link UnauthorizedException} (client fault)
72
+ * <p>The client failed authentication. Clients should not retry such requests.</p>
73
+ *
74
+ *
60
75
  */
61
76
  export declare class GetInstanceAccessCommand extends $Command<GetInstanceAccessCommandInput, GetInstanceAccessCommandOutput, GameLiftClientResolvedConfig> {
62
77
  readonly input: GetInstanceAccessCommandInput;
@@ -40,6 +40,18 @@ export interface ListAliasesCommandOutput extends ListAliasesOutput, __MetadataB
40
40
  * @see {@link ListAliasesCommandOutput} 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 UnauthorizedException} (client fault)
52
+ * <p>The client failed authentication. Clients should not retry such requests.</p>
53
+ *
54
+ *
43
55
  */
44
56
  export declare class ListAliasesCommand extends $Command<ListAliasesCommandInput, ListAliasesCommandOutput, GameLiftClientResolvedConfig> {
45
57
  readonly input: ListAliasesCommandInput;
@@ -45,6 +45,18 @@ export interface ListBuildsCommandOutput extends ListBuildsOutput, __MetadataBea
45
45
  * @see {@link ListBuildsCommandOutput} for command's `response` shape.
46
46
  * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
47
47
  *
48
+ * @throws {@link InternalServiceException} (server fault)
49
+ * <p>The service encountered an unrecoverable internal failure while processing the
50
+ * request. Clients can retry such requests immediately or after a waiting period.</p>
51
+ *
52
+ * @throws {@link InvalidRequestException} (client fault)
53
+ * <p>One or more parameter values in the request are invalid. Correct the invalid parameter
54
+ * values before retrying.</p>
55
+ *
56
+ * @throws {@link UnauthorizedException} (client fault)
57
+ * <p>The client failed authentication. Clients should not retry such requests.</p>
58
+ *
59
+ *
48
60
  */
49
61
  export declare class ListBuildsCommand extends $Command<ListBuildsCommandInput, ListBuildsCommandOutput, GameLiftClientResolvedConfig> {
50
62
  readonly input: ListBuildsCommandInput;
@@ -29,6 +29,18 @@ export interface ListComputeCommandOutput extends ListComputeOutput, __MetadataB
29
29
  * @see {@link ListComputeCommandOutput} for command's `response` shape.
30
30
  * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServiceException} (server fault)
33
+ * <p>The service encountered an unrecoverable internal failure while processing the
34
+ * request. Clients can retry such requests immediately or after a waiting period.</p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>One or more parameter values in the request are invalid. Correct the invalid parameter
38
+ * values before retrying.</p>
39
+ *
40
+ * @throws {@link UnauthorizedException} (client fault)
41
+ * <p>The client failed authentication. Clients should not retry such requests.</p>
42
+ *
43
+ *
32
44
  */
33
45
  export declare class ListComputeCommand extends $Command<ListComputeCommandInput, ListComputeCommandOutput, GameLiftClientResolvedConfig> {
34
46
  readonly input: ListComputeCommandInput;
@@ -61,6 +61,21 @@ export interface ListFleetsCommandOutput extends ListFleetsOutput, __MetadataBea
61
61
  * @see {@link ListFleetsCommandOutput} for command's `response` shape.
62
62
  * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
63
63
  *
64
+ * @throws {@link InternalServiceException} (server fault)
65
+ * <p>The service encountered an unrecoverable internal failure while processing the
66
+ * request. Clients can retry such requests immediately or after a waiting period.</p>
67
+ *
68
+ * @throws {@link InvalidRequestException} (client fault)
69
+ * <p>One or more parameter values in the request are invalid. Correct the invalid parameter
70
+ * values before retrying.</p>
71
+ *
72
+ * @throws {@link NotFoundException} (client fault)
73
+ * <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
74
+ *
75
+ * @throws {@link UnauthorizedException} (client fault)
76
+ * <p>The client failed authentication. Clients should not retry such requests.</p>
77
+ *
78
+ *
64
79
  */
65
80
  export declare class ListFleetsCommand extends $Command<ListFleetsCommandInput, ListFleetsCommandOutput, GameLiftClientResolvedConfig> {
66
81
  readonly input: ListFleetsCommandInput;
@@ -29,6 +29,18 @@ export interface ListGameServerGroupsCommandOutput extends ListGameServerGroupsO
29
29
  * @see {@link ListGameServerGroupsCommandOutput} for command's `response` shape.
30
30
  * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServiceException} (server fault)
33
+ * <p>The service encountered an unrecoverable internal failure while processing the
34
+ * request. Clients can retry such requests immediately or after a waiting period.</p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>One or more parameter values in the request are invalid. Correct the invalid parameter
38
+ * values before retrying.</p>
39
+ *
40
+ * @throws {@link UnauthorizedException} (client fault)
41
+ * <p>The client failed authentication. Clients should not retry such requests.</p>
42
+ *
43
+ *
32
44
  */
33
45
  export declare class ListGameServerGroupsCommand extends $Command<ListGameServerGroupsCommandInput, ListGameServerGroupsCommandOutput, GameLiftClientResolvedConfig> {
34
46
  readonly input: ListGameServerGroupsCommandInput;
@@ -42,6 +42,18 @@ export interface ListGameServersCommandOutput extends ListGameServersOutput, __M
42
42
  * @see {@link ListGameServersCommandOutput} 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 UnauthorizedException} (client fault)
54
+ * <p>The client failed authentication. Clients should not retry such requests.</p>
55
+ *
56
+ *
45
57
  */
46
58
  export declare class ListGameServersCommand extends $Command<ListGameServersCommandInput, ListGameServersCommandOutput, GameLiftClientResolvedConfig> {
47
59
  readonly input: ListGameServersCommandInput;
@@ -29,6 +29,18 @@ export interface ListLocationsCommandOutput extends ListLocationsOutput, __Metad
29
29
  * @see {@link ListLocationsCommandOutput} for command's `response` shape.
30
30
  * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServiceException} (server fault)
33
+ * <p>The service encountered an unrecoverable internal failure while processing the
34
+ * request. Clients can retry such requests immediately or after a waiting period.</p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>One or more parameter values in the request are invalid. Correct the invalid parameter
38
+ * values before retrying.</p>
39
+ *
40
+ * @throws {@link UnauthorizedException} (client fault)
41
+ * <p>The client failed authentication. Clients should not retry such requests.</p>
42
+ *
43
+ *
32
44
  */
33
45
  export declare class ListLocationsCommand extends $Command<ListLocationsCommandInput, ListLocationsCommandOutput, GameLiftClientResolvedConfig> {
34
46
  readonly input: ListLocationsCommandInput;
@@ -42,6 +42,18 @@ export interface ListScriptsCommandOutput extends ListScriptsOutput, __MetadataB
42
42
  * @see {@link ListScriptsCommandOutput} 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 UnauthorizedException} (client fault)
54
+ * <p>The client failed authentication. Clients should not retry such requests.</p>
55
+ *
56
+ *
45
57
  */
46
58
  export declare class ListScriptsCommand extends $Command<ListScriptsCommandInput, ListScriptsCommandOutput, GameLiftClientResolvedConfig> {
47
59
  readonly input: ListScriptsCommandInput;