@aws-sdk/client-gamelift 3.289.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
@@ -57,6 +57,21 @@ export interface AcceptMatchCommandOutput extends AcceptMatchOutput, __MetadataB
57
57
  * @see {@link AcceptMatchCommandOutput} 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 UnsupportedRegionException} (client fault)
72
+ * <p>The requested operation is not supported in the Region specified.</p>
73
+ *
74
+ *
60
75
  */
61
76
  export declare class AcceptMatchCommand extends $Command<AcceptMatchCommandInput, AcceptMatchCommandOutput, GameLiftClientResolvedConfig> {
62
77
  readonly input: AcceptMatchCommandInput;
@@ -70,6 +70,32 @@ export interface ClaimGameServerCommandOutput extends ClaimGameServerOutput, __M
70
70
  * @see {@link ClaimGameServerCommandOutput} for command's `response` shape.
71
71
  * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
72
72
  *
73
+ * @throws {@link ConflictException} (client fault)
74
+ * <p>The requested operation would cause a conflict with the current state of a service
75
+ * resource associated with the request. Resolve the conflict before retrying this
76
+ * request.</p>
77
+ * <p></p>
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 OutOfCapacityException} (client fault)
91
+ * <p>The specified game server group has no available game servers to fulfill a
92
+ * <code>ClaimGameServer</code> request. Clients can retry such requests immediately or
93
+ * after a waiting period.</p>
94
+ *
95
+ * @throws {@link UnauthorizedException} (client fault)
96
+ * <p>The client failed authentication. Clients should not retry such requests.</p>
97
+ *
98
+ *
73
99
  */
74
100
  export declare class ClaimGameServerCommand extends $Command<ClaimGameServerCommandInput, ClaimGameServerCommandOutput, GameLiftClientResolvedConfig> {
75
101
  readonly input: ClaimGameServerCommandInput;
@@ -48,6 +48,33 @@ export interface CreateAliasCommandOutput extends CreateAliasOutput, __MetadataB
48
48
  * @see {@link CreateAliasCommandOutput} for command's `response` shape.
49
49
  * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
50
50
  *
51
+ * @throws {@link ConflictException} (client fault)
52
+ * <p>The requested operation would cause a conflict with the current state of a service
53
+ * resource associated with the request. Resolve the conflict before retrying this
54
+ * request.</p>
55
+ * <p></p>
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 LimitExceededException} (client fault)
66
+ * <p>The requested operation would cause the resource to exceed the allowed service limit.
67
+ * Resolve the issue before retrying.</p>
68
+ *
69
+ * @throws {@link TaggingFailedException} (client fault)
70
+ * <p>The requested tagging operation did not succeed. This may be due to invalid tag format
71
+ * or the maximum tag limit may have been exceeded. Resolve the issue before
72
+ * retrying.</p>
73
+ *
74
+ * @throws {@link UnauthorizedException} (client fault)
75
+ * <p>The client failed authentication. Clients should not retry such requests.</p>
76
+ *
77
+ *
51
78
  */
52
79
  export declare class CreateAliasCommand extends $Command<CreateAliasCommandInput, CreateAliasCommandOutput, GameLiftClientResolvedConfig> {
53
80
  readonly input: CreateAliasCommandInput;
@@ -71,6 +71,29 @@ export interface CreateBuildCommandOutput extends CreateBuildOutput, __MetadataB
71
71
  * @see {@link CreateBuildCommandOutput} for command's `response` shape.
72
72
  * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
73
73
  *
74
+ * @throws {@link ConflictException} (client fault)
75
+ * <p>The requested operation would cause a conflict with the current state of a service
76
+ * resource associated with the request. Resolve the conflict before retrying this
77
+ * request.</p>
78
+ * <p></p>
79
+ *
80
+ * @throws {@link InternalServiceException} (server fault)
81
+ * <p>The service encountered an unrecoverable internal failure while processing the
82
+ * request. Clients can retry such requests immediately or after a waiting period.</p>
83
+ *
84
+ * @throws {@link InvalidRequestException} (client fault)
85
+ * <p>One or more parameter values in the request are invalid. Correct the invalid parameter
86
+ * values before retrying.</p>
87
+ *
88
+ * @throws {@link TaggingFailedException} (client fault)
89
+ * <p>The requested tagging operation did not succeed. This may be due to invalid tag format
90
+ * or the maximum tag limit may have been exceeded. Resolve the issue before
91
+ * retrying.</p>
92
+ *
93
+ * @throws {@link UnauthorizedException} (client fault)
94
+ * <p>The client failed authentication. Clients should not retry such requests.</p>
95
+ *
96
+ *
74
97
  */
75
98
  export declare class CreateBuildCommand extends $Command<CreateBuildCommandInput, CreateBuildCommandOutput, GameLiftClientResolvedConfig> {
76
99
  readonly input: CreateBuildCommandInput;
@@ -64,6 +64,39 @@ export interface CreateFleetCommandOutput extends CreateFleetOutput, __MetadataB
64
64
  * @see {@link CreateFleetCommandOutput} for command's `response` shape.
65
65
  * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
66
66
  *
67
+ * @throws {@link ConflictException} (client fault)
68
+ * <p>The requested operation would cause a conflict with the current state of a service
69
+ * resource associated with the request. Resolve the conflict before retrying this
70
+ * request.</p>
71
+ * <p></p>
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 LimitExceededException} (client fault)
82
+ * <p>The requested operation would cause the resource to exceed the allowed service limit.
83
+ * Resolve the issue before retrying.</p>
84
+ *
85
+ * @throws {@link NotFoundException} (client fault)
86
+ * <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
87
+ *
88
+ * @throws {@link TaggingFailedException} (client fault)
89
+ * <p>The requested tagging operation did not succeed. This may be due to invalid tag format
90
+ * or the maximum tag limit may have been exceeded. Resolve the issue before
91
+ * retrying.</p>
92
+ *
93
+ * @throws {@link UnauthorizedException} (client fault)
94
+ * <p>The client failed authentication. Clients should not retry such requests.</p>
95
+ *
96
+ * @throws {@link UnsupportedRegionException} (client fault)
97
+ * <p>The requested operation is not supported in the Region specified.</p>
98
+ *
99
+ *
67
100
  */
68
101
  export declare class CreateFleetCommand extends $Command<CreateFleetCommandInput, CreateFleetCommandOutput, GameLiftClientResolvedConfig> {
69
102
  readonly input: CreateFleetCommandInput;
@@ -52,6 +52,35 @@ export interface CreateFleetLocationsCommandOutput extends CreateFleetLocationsO
52
52
  * @see {@link CreateFleetLocationsCommandOutput} for command's `response` shape.
53
53
  * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
54
54
  *
55
+ * @throws {@link ConflictException} (client fault)
56
+ * <p>The requested operation would cause a conflict with the current state of a service
57
+ * resource associated with the request. Resolve the conflict before retrying this
58
+ * request.</p>
59
+ * <p></p>
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 InvalidFleetStatusException} (client fault)
66
+ * <p>The requested operation would cause a conflict with the current state of a resource
67
+ * associated with the request and/or the fleet. Resolve the conflict before
68
+ * retrying.</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
+ * @throws {@link UnsupportedRegionException} (client fault)
81
+ * <p>The requested operation is not supported in the Region specified.</p>
82
+ *
83
+ *
55
84
  */
56
85
  export declare class CreateFleetLocationsCommand extends $Command<CreateFleetLocationsCommandInput, CreateFleetLocationsCommandOutput, GameLiftClientResolvedConfig> {
57
86
  readonly input: CreateFleetLocationsCommandInput;
@@ -70,6 +70,28 @@ export interface CreateGameServerGroupCommandOutput extends CreateGameServerGrou
70
70
  * @see {@link CreateGameServerGroupCommandOutput} for command's `response` shape.
71
71
  * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
72
72
  *
73
+ * @throws {@link ConflictException} (client fault)
74
+ * <p>The requested operation would cause a conflict with the current state of a service
75
+ * resource associated with the request. Resolve the conflict before retrying this
76
+ * request.</p>
77
+ * <p></p>
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 LimitExceededException} (client fault)
88
+ * <p>The requested operation would cause the resource to exceed the allowed service limit.
89
+ * Resolve the issue before retrying.</p>
90
+ *
91
+ * @throws {@link UnauthorizedException} (client fault)
92
+ * <p>The client failed authentication. Clients should not retry such requests.</p>
93
+ *
94
+ *
73
95
  */
74
96
  export declare class CreateGameServerGroupCommand extends $Command<CreateGameServerGroupCommandInput, CreateGameServerGroupCommandOutput, GameLiftClientResolvedConfig> {
75
97
  readonly input: CreateGameServerGroupCommandInput;
@@ -69,6 +69,54 @@ export interface CreateGameSessionCommandOutput extends CreateGameSessionOutput,
69
69
  * @see {@link CreateGameSessionCommandOutput} for command's `response` shape.
70
70
  * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
71
71
  *
72
+ * @throws {@link ConflictException} (client fault)
73
+ * <p>The requested operation would cause a conflict with the current state of a service
74
+ * resource associated with the request. Resolve the conflict before retrying this
75
+ * request.</p>
76
+ * <p></p>
77
+ *
78
+ * @throws {@link FleetCapacityExceededException} (client fault)
79
+ * <p>The specified fleet has no available instances to fulfill a
80
+ * <code>CreateGameSession</code> request. Clients can retry such requests immediately
81
+ * or after a waiting period.</p>
82
+ *
83
+ * @throws {@link IdempotentParameterMismatchException} (client fault)
84
+ * <p>A game session with this custom ID string already exists in this fleet. Resolve this
85
+ * conflict before retrying this request.</p>
86
+ *
87
+ * @throws {@link InternalServiceException} (server fault)
88
+ * <p>The service encountered an unrecoverable internal failure while processing the
89
+ * request. Clients can retry such requests immediately or after a waiting period.</p>
90
+ *
91
+ * @throws {@link InvalidFleetStatusException} (client fault)
92
+ * <p>The requested operation would cause a conflict with the current state of a resource
93
+ * associated with the request and/or the fleet. Resolve the conflict before
94
+ * retrying.</p>
95
+ *
96
+ * @throws {@link InvalidRequestException} (client fault)
97
+ * <p>One or more parameter values in the request are invalid. Correct the invalid parameter
98
+ * values before retrying.</p>
99
+ *
100
+ * @throws {@link LimitExceededException} (client fault)
101
+ * <p>The requested operation would cause the resource to exceed the allowed service limit.
102
+ * Resolve the issue before retrying.</p>
103
+ *
104
+ * @throws {@link NotFoundException} (client fault)
105
+ * <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
106
+ *
107
+ * @throws {@link TerminalRoutingStrategyException} (client fault)
108
+ * <p>The service is unable to resolve the routing for a particular alias because it has a
109
+ * terminal <code>RoutingStrategy</code> associated with it. The message returned in this
110
+ * exception is the message defined in the routing strategy itself. Such requests should
111
+ * only be retried if the routing strategy for the specified alias is modified. </p>
112
+ *
113
+ * @throws {@link UnauthorizedException} (client fault)
114
+ * <p>The client failed authentication. Clients should not retry such requests.</p>
115
+ *
116
+ * @throws {@link UnsupportedRegionException} (client fault)
117
+ * <p>The requested operation is not supported in the Region specified.</p>
118
+ *
119
+ *
72
120
  */
73
121
  export declare class CreateGameSessionCommand extends $Command<CreateGameSessionCommandInput, CreateGameSessionCommandOutput, GameLiftClientResolvedConfig> {
74
122
  readonly input: CreateGameSessionCommandInput;
@@ -74,6 +74,30 @@ export interface CreateGameSessionQueueCommandOutput extends CreateGameSessionQu
74
74
  * @see {@link CreateGameSessionQueueCommandOutput} for command's `response` shape.
75
75
  * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
76
76
  *
77
+ * @throws {@link InternalServiceException} (server fault)
78
+ * <p>The service encountered an unrecoverable internal failure while processing the
79
+ * request. Clients can retry such requests immediately or after a waiting period.</p>
80
+ *
81
+ * @throws {@link InvalidRequestException} (client fault)
82
+ * <p>One or more parameter values in the request are invalid. Correct the invalid parameter
83
+ * values before retrying.</p>
84
+ *
85
+ * @throws {@link LimitExceededException} (client fault)
86
+ * <p>The requested operation would cause the resource to exceed the allowed service limit.
87
+ * Resolve the issue before retrying.</p>
88
+ *
89
+ * @throws {@link NotFoundException} (client fault)
90
+ * <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
91
+ *
92
+ * @throws {@link TaggingFailedException} (client fault)
93
+ * <p>The requested tagging operation did not succeed. This may be due to invalid tag format
94
+ * or the maximum tag limit may have been exceeded. Resolve the issue before
95
+ * retrying.</p>
96
+ *
97
+ * @throws {@link UnauthorizedException} (client fault)
98
+ * <p>The client failed authentication. Clients should not retry such requests.</p>
99
+ *
100
+ *
77
101
  */
78
102
  export declare class CreateGameSessionQueueCommand extends $Command<CreateGameSessionQueueCommandInput, CreateGameSessionQueueCommandOutput, GameLiftClientResolvedConfig> {
79
103
  readonly input: CreateGameSessionQueueCommandInput;
@@ -29,6 +29,33 @@ export interface CreateLocationCommandOutput extends CreateLocationOutput, __Met
29
29
  * @see {@link CreateLocationCommandOutput} for command's `response` shape.
30
30
  * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
31
31
  *
32
+ * @throws {@link ConflictException} (client fault)
33
+ * <p>The requested operation would cause a conflict with the current state of a service
34
+ * resource associated with the request. Resolve the conflict before retrying this
35
+ * request.</p>
36
+ * <p></p>
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 LimitExceededException} (client fault)
47
+ * <p>The requested operation would cause the resource to exceed the allowed service limit.
48
+ * Resolve the issue before retrying.</p>
49
+ *
50
+ * @throws {@link TaggingFailedException} (client fault)
51
+ * <p>The requested tagging operation did not succeed. This may be due to invalid tag format
52
+ * or the maximum tag limit may have been exceeded. Resolve the issue before
53
+ * retrying.</p>
54
+ *
55
+ * @throws {@link UnauthorizedException} (client fault)
56
+ * <p>The client failed authentication. Clients should not retry such requests.</p>
57
+ *
58
+ *
32
59
  */
33
60
  export declare class CreateLocationCommand extends $Command<CreateLocationCommandInput, CreateLocationCommandOutput, GameLiftClientResolvedConfig> {
34
61
  readonly input: CreateLocationCommandInput;
@@ -54,6 +54,30 @@ export interface CreateMatchmakingConfigurationCommandOutput extends CreateMatch
54
54
  * @see {@link CreateMatchmakingConfigurationCommandOutput} 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 LimitExceededException} (client fault)
66
+ * <p>The requested operation would cause the resource to exceed the allowed service limit.
67
+ * Resolve the issue 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 TaggingFailedException} (client fault)
73
+ * <p>The requested tagging operation did not succeed. This may be due to invalid tag format
74
+ * or the maximum tag limit may have been exceeded. Resolve the issue before
75
+ * retrying.</p>
76
+ *
77
+ * @throws {@link UnsupportedRegionException} (client fault)
78
+ * <p>The requested operation is not supported in the Region specified.</p>
79
+ *
80
+ *
57
81
  */
58
82
  export declare class CreateMatchmakingConfigurationCommand extends $Command<CreateMatchmakingConfigurationCommandInput, CreateMatchmakingConfigurationCommandOutput, GameLiftClientResolvedConfig> {
59
83
  readonly input: CreateMatchmakingConfigurationCommandInput;
@@ -59,6 +59,27 @@ export interface CreateMatchmakingRuleSetCommandOutput extends CreateMatchmaking
59
59
  * @see {@link CreateMatchmakingRuleSetCommandOutput} for command's `response` shape.
60
60
  * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
61
61
  *
62
+ * @throws {@link InternalServiceException} (server fault)
63
+ * <p>The service encountered an unrecoverable internal failure while processing the
64
+ * request. Clients can retry such requests immediately or after a waiting period.</p>
65
+ *
66
+ * @throws {@link InvalidRequestException} (client fault)
67
+ * <p>One or more parameter values in the request are invalid. Correct the invalid parameter
68
+ * values before retrying.</p>
69
+ *
70
+ * @throws {@link LimitExceededException} (client fault)
71
+ * <p>The requested operation would cause the resource to exceed the allowed service limit.
72
+ * Resolve the issue before retrying.</p>
73
+ *
74
+ * @throws {@link TaggingFailedException} (client fault)
75
+ * <p>The requested tagging operation did not succeed. This may be due to invalid tag format
76
+ * or the maximum tag limit may have been exceeded. Resolve the issue before
77
+ * retrying.</p>
78
+ *
79
+ * @throws {@link UnsupportedRegionException} (client fault)
80
+ * <p>The requested operation is not supported in the Region specified.</p>
81
+ *
82
+ *
62
83
  */
63
84
  export declare class CreateMatchmakingRuleSetCommand extends $Command<CreateMatchmakingRuleSetCommandInput, CreateMatchmakingRuleSetCommandOutput, GameLiftClientResolvedConfig> {
64
85
  readonly input: CreateMatchmakingRuleSetCommandInput;
@@ -46,6 +46,36 @@ export interface CreatePlayerSessionCommandOutput extends CreatePlayerSessionOut
46
46
  * @see {@link CreatePlayerSessionCommandOutput} for command's `response` shape.
47
47
  * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
48
48
  *
49
+ * @throws {@link GameSessionFullException} (client fault)
50
+ * <p>The game instance is currently full and cannot allow the requested player(s) to join.
51
+ * Clients can retry such requests immediately or after a waiting period.</p>
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 InvalidGameSessionStatusException} (client fault)
58
+ * <p>The requested operation would cause a conflict with the current state of a resource
59
+ * associated with the request and/or the game instance. Resolve the conflict before
60
+ * retrying.</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 TerminalRoutingStrategyException} (client fault)
70
+ * <p>The service is unable to resolve the routing for a particular alias because it has a
71
+ * terminal <code>RoutingStrategy</code> associated with it. The message returned in this
72
+ * exception is the message defined in the routing strategy itself. Such requests should
73
+ * only be retried if the routing strategy for the specified alias is modified. </p>
74
+ *
75
+ * @throws {@link UnauthorizedException} (client fault)
76
+ * <p>The client failed authentication. Clients should not retry such requests.</p>
77
+ *
78
+ *
49
79
  */
50
80
  export declare class CreatePlayerSessionCommand extends $Command<CreatePlayerSessionCommandInput, CreatePlayerSessionCommandOutput, GameLiftClientResolvedConfig> {
51
81
  readonly input: CreatePlayerSessionCommandInput;
@@ -47,6 +47,36 @@ export interface CreatePlayerSessionsCommandOutput extends CreatePlayerSessionsO
47
47
  * @see {@link CreatePlayerSessionsCommandOutput} for command's `response` shape.
48
48
  * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
49
49
  *
50
+ * @throws {@link GameSessionFullException} (client fault)
51
+ * <p>The game instance is currently full and cannot allow the requested player(s) to join.
52
+ * Clients can retry such requests immediately or after a waiting period.</p>
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 InvalidGameSessionStatusException} (client fault)
59
+ * <p>The requested operation would cause a conflict with the current state of a resource
60
+ * associated with the request and/or the game instance. Resolve the conflict before
61
+ * retrying.</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 TerminalRoutingStrategyException} (client fault)
71
+ * <p>The service is unable to resolve the routing for a particular alias because it has a
72
+ * terminal <code>RoutingStrategy</code> associated with it. The message returned in this
73
+ * exception is the message defined in the routing strategy itself. Such requests should
74
+ * only be retried if the routing strategy for the specified alias is modified. </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 CreatePlayerSessionsCommand extends $Command<CreatePlayerSessionsCommandInput, CreatePlayerSessionsCommandOutput, GameLiftClientResolvedConfig> {
52
82
  readonly input: CreatePlayerSessionsCommandInput;
@@ -68,6 +68,29 @@ export interface CreateScriptCommandOutput extends CreateScriptOutput, __Metadat
68
68
  * @see {@link CreateScriptCommandOutput} for command's `response` shape.
69
69
  * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
70
70
  *
71
+ * @throws {@link ConflictException} (client fault)
72
+ * <p>The requested operation would cause a conflict with the current state of a service
73
+ * resource associated with the request. Resolve the conflict before retrying this
74
+ * request.</p>
75
+ * <p></p>
76
+ *
77
+ * @throws {@link InternalServiceException} (server fault)
78
+ * <p>The service encountered an unrecoverable internal failure while processing the
79
+ * request. Clients can retry such requests immediately or after a waiting period.</p>
80
+ *
81
+ * @throws {@link InvalidRequestException} (client fault)
82
+ * <p>One or more parameter values in the request are invalid. Correct the invalid parameter
83
+ * values before retrying.</p>
84
+ *
85
+ * @throws {@link TaggingFailedException} (client fault)
86
+ * <p>The requested tagging operation did not succeed. This may be due to invalid tag format
87
+ * or the maximum tag limit may have been exceeded. Resolve the issue before
88
+ * retrying.</p>
89
+ *
90
+ * @throws {@link UnauthorizedException} (client fault)
91
+ * <p>The client failed authentication. Clients should not retry such requests.</p>
92
+ *
93
+ *
71
94
  */
72
95
  export declare class CreateScriptCommand extends $Command<CreateScriptCommandInput, CreateScriptCommandOutput, GameLiftClientResolvedConfig> {
73
96
  readonly input: CreateScriptCommandInput;
@@ -55,6 +55,21 @@ export interface CreateVpcPeeringAuthorizationCommandOutput extends CreateVpcPee
55
55
  * @see {@link CreateVpcPeeringAuthorizationCommandOutput} 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 CreateVpcPeeringAuthorizationCommand extends $Command<CreateVpcPeeringAuthorizationCommandInput, CreateVpcPeeringAuthorizationCommandOutput, GameLiftClientResolvedConfig> {
60
75
  readonly input: CreateVpcPeeringAuthorizationCommandInput;
@@ -52,6 +52,21 @@ export interface CreateVpcPeeringConnectionCommandOutput extends CreateVpcPeerin
52
52
  * @see {@link CreateVpcPeeringConnectionCommandOutput} 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
+ *
55
70
  */
56
71
  export declare class CreateVpcPeeringConnectionCommand extends $Command<CreateVpcPeeringConnectionCommandInput, CreateVpcPeeringConnectionCommandOutput, GameLiftClientResolvedConfig> {
57
72
  readonly input: CreateVpcPeeringConnectionCommandInput;
@@ -37,6 +37,26 @@ export interface DeleteAliasCommandOutput extends __MetadataBearer {
37
37
  * @see {@link DeleteAliasCommandOutput} 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 NotFoundException} (client fault)
49
+ * <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
50
+ *
51
+ * @throws {@link TaggingFailedException} (client fault)
52
+ * <p>The requested tagging operation did not succeed. This may be due to invalid tag format
53
+ * or the maximum tag limit may have been exceeded. Resolve the issue before
54
+ * retrying.</p>
55
+ *
56
+ * @throws {@link UnauthorizedException} (client fault)
57
+ * <p>The client failed authentication. Clients should not retry such requests.</p>
58
+ *
59
+ *
40
60
  */
41
61
  export declare class DeleteAliasCommand extends $Command<DeleteAliasCommandInput, DeleteAliasCommandOutput, GameLiftClientResolvedConfig> {
42
62
  readonly input: DeleteAliasCommandInput;
@@ -42,6 +42,26 @@ export interface DeleteBuildCommandOutput extends __MetadataBearer {
42
42
  * @see {@link DeleteBuildCommandOutput} 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 UnauthorizedException} (client fault)
62
+ * <p>The client failed authentication. Clients should not retry such requests.</p>
63
+ *
64
+ *
45
65
  */
46
66
  export declare class DeleteBuildCommand extends $Command<DeleteBuildCommandInput, DeleteBuildCommandOutput, GameLiftClientResolvedConfig> {
47
67
  readonly input: DeleteBuildCommandInput;