@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
@@ -46,6 +46,21 @@ export interface UpdateGameServerGroupCommandOutput extends UpdateGameServerGrou
46
46
  * @see {@link UpdateGameServerGroupCommandOutput} 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 UpdateGameServerGroupCommand extends $Command<UpdateGameServerGroupCommandInput, UpdateGameServerGroupCommandOutput, GameLiftClientResolvedConfig> {
51
66
  readonly input: UpdateGameServerGroupCommandInput;
@@ -35,6 +35,32 @@ export interface UpdateGameSessionCommandOutput extends UpdateGameSessionOutput,
35
35
  * @see {@link UpdateGameSessionCommandOutput} for command's `response` shape.
36
36
  * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
37
37
  *
38
+ * @throws {@link ConflictException} (client fault)
39
+ * <p>The requested operation would cause a conflict with the current state of a service
40
+ * resource associated with the request. Resolve the conflict before retrying this
41
+ * request.</p>
42
+ * <p></p>
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 InvalidGameSessionStatusException} (client fault)
49
+ * <p>The requested operation would cause a conflict with the current state of a resource
50
+ * associated with the request and/or the game instance. Resolve the conflict before
51
+ * retrying.</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
+ *
38
64
  */
39
65
  export declare class UpdateGameSessionCommand extends $Command<UpdateGameSessionCommandInput, UpdateGameSessionCommandOutput, GameLiftClientResolvedConfig> {
40
66
  readonly input: UpdateGameSessionCommandInput;
@@ -39,6 +39,21 @@ export interface UpdateGameSessionQueueCommandOutput extends UpdateGameSessionQu
39
39
  * @see {@link UpdateGameSessionQueueCommandOutput} 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 UpdateGameSessionQueueCommand extends $Command<UpdateGameSessionQueueCommandInput, UpdateGameSessionQueueCommandOutput, GameLiftClientResolvedConfig> {
44
59
  readonly input: UpdateGameSessionQueueCommandInput;
@@ -38,6 +38,21 @@ export interface UpdateMatchmakingConfigurationCommandOutput extends UpdateMatch
38
38
  * @see {@link UpdateMatchmakingConfigurationCommandOutput} 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 UnsupportedRegionException} (client fault)
53
+ * <p>The requested operation is not supported in the Region specified.</p>
54
+ *
55
+ *
41
56
  */
42
57
  export declare class UpdateMatchmakingConfigurationCommand extends $Command<UpdateMatchmakingConfigurationCommandInput, UpdateMatchmakingConfigurationCommandOutput, GameLiftClientResolvedConfig> {
43
58
  readonly input: UpdateMatchmakingConfigurationCommandInput;
@@ -47,6 +47,26 @@ export interface UpdateRuntimeConfigurationCommandOutput extends UpdateRuntimeCo
47
47
  * @see {@link UpdateRuntimeConfigurationCommandOutput} 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 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 UpdateRuntimeConfigurationCommand extends $Command<UpdateRuntimeConfigurationCommandInput, UpdateRuntimeConfigurationCommandOutput, GameLiftClientResolvedConfig> {
52
72
  readonly input: UpdateRuntimeConfigurationCommandInput;
@@ -50,6 +50,21 @@ export interface UpdateScriptCommandOutput extends UpdateScriptOutput, __Metadat
50
50
  * @see {@link UpdateScriptCommandOutput} 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 NotFoundException} (client fault)
62
+ * <p>THe requested resources was not found. The resource was either not created yet or deleted.</p>
63
+ *
64
+ * @throws {@link UnauthorizedException} (client fault)
65
+ * <p>The client failed authentication. Clients should not retry such requests.</p>
66
+ *
67
+ *
53
68
  */
54
69
  export declare class UpdateScriptCommand extends $Command<UpdateScriptCommandInput, UpdateScriptCommandOutput, GameLiftClientResolvedConfig> {
55
70
  readonly input: UpdateScriptCommandInput;
@@ -42,6 +42,18 @@ export interface ValidateMatchmakingRuleSetCommandOutput extends ValidateMatchma
42
42
  * @see {@link ValidateMatchmakingRuleSetCommandOutput} 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 UnsupportedRegionException} (client fault)
54
+ * <p>The requested operation is not supported in the Region specified.</p>
55
+ *
56
+ *
45
57
  */
46
58
  export declare class ValidateMatchmakingRuleSetCommand extends $Command<ValidateMatchmakingRuleSetCommandInput, ValidateMatchmakingRuleSetCommandOutput, GameLiftClientResolvedConfig> {
47
59
  readonly input: ValidateMatchmakingRuleSetCommandInput;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-gamelift",
3
3
  "description": "AWS SDK for JavaScript Gamelift Client for Node.js, Browser and React Native",
4
- "version": "3.288.0",
4
+ "version": "3.290.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,37 +20,37 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.288.0",
24
- "@aws-sdk/config-resolver": "3.287.0",
25
- "@aws-sdk/credential-provider-node": "3.288.0",
26
- "@aws-sdk/fetch-http-handler": "3.282.0",
27
- "@aws-sdk/hash-node": "3.272.0",
28
- "@aws-sdk/invalid-dependency": "3.272.0",
29
- "@aws-sdk/middleware-content-length": "3.282.0",
30
- "@aws-sdk/middleware-endpoint": "3.282.0",
31
- "@aws-sdk/middleware-host-header": "3.282.0",
32
- "@aws-sdk/middleware-logger": "3.288.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.282.0",
34
- "@aws-sdk/middleware-retry": "3.287.0",
35
- "@aws-sdk/middleware-serde": "3.272.0",
36
- "@aws-sdk/middleware-signing": "3.282.0",
37
- "@aws-sdk/middleware-stack": "3.272.0",
38
- "@aws-sdk/middleware-user-agent": "3.282.0",
39
- "@aws-sdk/node-config-provider": "3.287.0",
40
- "@aws-sdk/node-http-handler": "3.282.0",
41
- "@aws-sdk/protocol-http": "3.282.0",
42
- "@aws-sdk/smithy-client": "3.279.0",
43
- "@aws-sdk/types": "3.272.0",
44
- "@aws-sdk/url-parser": "3.272.0",
23
+ "@aws-sdk/client-sts": "3.290.0",
24
+ "@aws-sdk/config-resolver": "3.290.0",
25
+ "@aws-sdk/credential-provider-node": "3.290.0",
26
+ "@aws-sdk/fetch-http-handler": "3.290.0",
27
+ "@aws-sdk/hash-node": "3.290.0",
28
+ "@aws-sdk/invalid-dependency": "3.290.0",
29
+ "@aws-sdk/middleware-content-length": "3.290.0",
30
+ "@aws-sdk/middleware-endpoint": "3.290.0",
31
+ "@aws-sdk/middleware-host-header": "3.290.0",
32
+ "@aws-sdk/middleware-logger": "3.290.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.290.0",
34
+ "@aws-sdk/middleware-retry": "3.290.0",
35
+ "@aws-sdk/middleware-serde": "3.290.0",
36
+ "@aws-sdk/middleware-signing": "3.290.0",
37
+ "@aws-sdk/middleware-stack": "3.290.0",
38
+ "@aws-sdk/middleware-user-agent": "3.290.0",
39
+ "@aws-sdk/node-config-provider": "3.290.0",
40
+ "@aws-sdk/node-http-handler": "3.290.0",
41
+ "@aws-sdk/protocol-http": "3.290.0",
42
+ "@aws-sdk/smithy-client": "3.290.0",
43
+ "@aws-sdk/types": "3.290.0",
44
+ "@aws-sdk/url-parser": "3.290.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.279.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.287.0",
50
- "@aws-sdk/util-endpoints": "3.272.0",
51
- "@aws-sdk/util-retry": "3.272.0",
52
- "@aws-sdk/util-user-agent-browser": "3.282.0",
53
- "@aws-sdk/util-user-agent-node": "3.287.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.290.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.290.0",
50
+ "@aws-sdk/util-endpoints": "3.290.0",
51
+ "@aws-sdk/util-retry": "3.290.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.290.0",
53
+ "@aws-sdk/util-user-agent-node": "3.290.0",
54
54
  "@aws-sdk/util-utf8": "3.254.0",
55
55
  "tslib": "^2.3.1"
56
56
  },