@aws-sdk/client-gamelift 3.686.0 → 3.690.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 (116) hide show
  1. package/README.md +72 -0
  2. package/dist-cjs/index.js +830 -188
  3. package/dist-es/GameLift.js +18 -0
  4. package/dist-es/commands/CreateContainerFleetCommand.js +23 -0
  5. package/dist-es/commands/CreateFleetCommand.js +2 -2
  6. package/dist-es/commands/DeleteContainerFleetCommand.js +22 -0
  7. package/dist-es/commands/DescribeContainerFleetCommand.js +23 -0
  8. package/dist-es/commands/DescribeFleetAttributesCommand.js +1 -2
  9. package/dist-es/commands/DescribeFleetDeploymentCommand.js +22 -0
  10. package/dist-es/commands/ListContainerFleetsCommand.js +23 -0
  11. package/dist-es/commands/ListContainerGroupDefinitionVersionsCommand.js +23 -0
  12. package/dist-es/commands/ListContainerGroupDefinitionsCommand.js +1 -1
  13. package/dist-es/commands/ListFleetDeploymentsCommand.js +22 -0
  14. package/dist-es/commands/RegisterComputeCommand.js +1 -1
  15. package/dist-es/commands/RequestUploadCredentialsCommand.js +1 -1
  16. package/dist-es/commands/UpdateContainerFleetCommand.js +23 -0
  17. package/dist-es/commands/UpdateContainerGroupDefinitionCommand.js +23 -0
  18. package/dist-es/commands/index.js +9 -0
  19. package/dist-es/models/models_0.js +132 -81
  20. package/dist-es/models/models_1.js +50 -1
  21. package/dist-es/pagination/ListContainerFleetsPaginator.js +4 -0
  22. package/dist-es/pagination/ListContainerGroupDefinitionVersionsPaginator.js +4 -0
  23. package/dist-es/pagination/ListFleetDeploymentsPaginator.js +4 -0
  24. package/dist-es/pagination/index.js +3 -0
  25. package/dist-es/protocols/Aws_json1_1.js +352 -7
  26. package/dist-types/GameLift.d.ts +65 -0
  27. package/dist-types/GameLiftClient.d.ts +11 -2
  28. package/dist-types/commands/CreateBuildCommand.d.ts +27 -21
  29. package/dist-types/commands/CreateContainerFleetCommand.d.ts +283 -0
  30. package/dist-types/commands/CreateContainerGroupDefinitionCommand.d.ts +278 -119
  31. package/dist-types/commands/CreateFleetCommand.d.ts +5 -88
  32. package/dist-types/commands/CreateFleetLocationsCommand.d.ts +3 -6
  33. package/dist-types/commands/CreateScriptCommand.d.ts +9 -12
  34. package/dist-types/commands/DeleteContainerFleetCommand.d.ts +102 -0
  35. package/dist-types/commands/DeleteContainerGroupDefinitionCommand.d.ts +24 -7
  36. package/dist-types/commands/DeleteScalingPolicyCommand.d.ts +3 -0
  37. package/dist-types/commands/DeregisterComputeCommand.d.ts +2 -5
  38. package/dist-types/commands/DescribeComputeCommand.d.ts +14 -21
  39. package/dist-types/commands/DescribeContainerFleetCommand.d.ts +157 -0
  40. package/dist-types/commands/DescribeContainerGroupDefinitionCommand.d.ts +95 -48
  41. package/dist-types/commands/DescribeFleetAttributesCommand.d.ts +2 -21
  42. package/dist-types/commands/DescribeFleetCapacityCommand.d.ts +8 -8
  43. package/dist-types/commands/DescribeFleetDeploymentCommand.d.ts +125 -0
  44. package/dist-types/commands/DescribeFleetEventsCommand.d.ts +4 -1
  45. package/dist-types/commands/DescribeFleetLocationCapacityCommand.d.ts +4 -4
  46. package/dist-types/commands/DescribeFleetPortSettingsCommand.d.ts +3 -3
  47. package/dist-types/commands/DescribeRuntimeConfigurationCommand.d.ts +2 -4
  48. package/dist-types/commands/GetComputeAccessCommand.d.ts +20 -30
  49. package/dist-types/commands/GetComputeAuthTokenCommand.d.ts +18 -13
  50. package/dist-types/commands/ListComputeCommand.d.ts +36 -28
  51. package/dist-types/commands/ListContainerFleetsCommand.d.ts +165 -0
  52. package/dist-types/commands/ListContainerGroupDefinitionVersionsCommand.d.ts +216 -0
  53. package/dist-types/commands/ListContainerGroupDefinitionsCommand.d.ts +97 -49
  54. package/dist-types/commands/ListFleetDeploymentsCommand.d.ts +132 -0
  55. package/dist-types/commands/ListFleetsCommand.d.ts +2 -10
  56. package/dist-types/commands/ListGameServerGroupsCommand.d.ts +1 -1
  57. package/dist-types/commands/ListGameServersCommand.d.ts +1 -1
  58. package/dist-types/commands/ListLocationsCommand.d.ts +1 -1
  59. package/dist-types/commands/ListScriptsCommand.d.ts +1 -1
  60. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -1
  61. package/dist-types/commands/PutScalingPolicyCommand.d.ts +4 -1
  62. package/dist-types/commands/RegisterComputeCommand.d.ts +13 -19
  63. package/dist-types/commands/RegisterGameServerCommand.d.ts +1 -1
  64. package/dist-types/commands/RequestUploadCredentialsCommand.d.ts +1 -1
  65. package/dist-types/commands/ResolveAliasCommand.d.ts +1 -1
  66. package/dist-types/commands/ResumeGameServerGroupCommand.d.ts +1 -2
  67. package/dist-types/commands/StartGameSessionPlacementCommand.d.ts +2 -2
  68. package/dist-types/commands/StopFleetActionsCommand.d.ts +1 -1
  69. package/dist-types/commands/TagResourceCommand.d.ts +3 -0
  70. package/dist-types/commands/UntagResourceCommand.d.ts +3 -0
  71. package/dist-types/commands/UpdateContainerFleetCommand.d.ts +253 -0
  72. package/dist-types/commands/UpdateContainerGroupDefinitionCommand.d.ts +310 -0
  73. package/dist-types/commands/UpdateFleetCapacityCommand.d.ts +6 -9
  74. package/dist-types/commands/UpdateRuntimeConfigurationCommand.d.ts +1 -3
  75. package/dist-types/commands/index.d.ts +9 -0
  76. package/dist-types/models/models_0.d.ts +5518 -5258
  77. package/dist-types/models/models_1.d.ts +897 -18
  78. package/dist-types/pagination/ListContainerFleetsPaginator.d.ts +7 -0
  79. package/dist-types/pagination/ListContainerGroupDefinitionVersionsPaginator.d.ts +7 -0
  80. package/dist-types/pagination/ListFleetDeploymentsPaginator.d.ts +7 -0
  81. package/dist-types/pagination/index.d.ts +3 -0
  82. package/dist-types/protocols/Aws_json1_1.d.ts +81 -0
  83. package/dist-types/ts3.4/GameLift.d.ts +161 -0
  84. package/dist-types/ts3.4/GameLiftClient.d.ts +54 -0
  85. package/dist-types/ts3.4/commands/CreateContainerFleetCommand.d.ts +51 -0
  86. package/dist-types/ts3.4/commands/DeleteContainerFleetCommand.d.ts +51 -0
  87. package/dist-types/ts3.4/commands/DeleteContainerGroupDefinitionCommand.d.ts +6 -2
  88. package/dist-types/ts3.4/commands/DescribeContainerFleetCommand.d.ts +51 -0
  89. package/dist-types/ts3.4/commands/DescribeFleetDeploymentCommand.d.ts +51 -0
  90. package/dist-types/ts3.4/commands/ListContainerFleetsCommand.d.ts +51 -0
  91. package/dist-types/ts3.4/commands/ListContainerGroupDefinitionVersionsCommand.d.ts +51 -0
  92. package/dist-types/ts3.4/commands/ListContainerGroupDefinitionsCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/ListFleetDeploymentsCommand.d.ts +51 -0
  94. package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/ListGameServerGroupsCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/ListGameServersCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/ListLocationsCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/ListScriptsCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/PutScalingPolicyCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/RegisterComputeCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/RegisterGameServerCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/RequestUploadCredentialsCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/ResolveAliasCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/ResumeGameServerGroupCommand.d.ts +4 -2
  106. package/dist-types/ts3.4/commands/UpdateContainerFleetCommand.d.ts +51 -0
  107. package/dist-types/ts3.4/commands/UpdateContainerGroupDefinitionCommand.d.ts +51 -0
  108. package/dist-types/ts3.4/commands/index.d.ts +9 -0
  109. package/dist-types/ts3.4/models/models_0.d.ts +333 -261
  110. package/dist-types/ts3.4/models/models_1.d.ts +222 -0
  111. package/dist-types/ts3.4/pagination/ListContainerFleetsPaginator.d.ts +11 -0
  112. package/dist-types/ts3.4/pagination/ListContainerGroupDefinitionVersionsPaginator.d.ts +11 -0
  113. package/dist-types/ts3.4/pagination/ListFleetDeploymentsPaginator.d.ts +11 -0
  114. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  115. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +108 -0
  116. package/package.json +6 -6
@@ -0,0 +1,132 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient";
4
+ import { ListFleetDeploymentsInput, ListFleetDeploymentsOutput } from "../models/models_1";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link ListFleetDeploymentsCommand}.
14
+ */
15
+ export interface ListFleetDeploymentsCommandInput extends ListFleetDeploymentsInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link ListFleetDeploymentsCommand}.
21
+ */
22
+ export interface ListFleetDeploymentsCommandOutput extends ListFleetDeploymentsOutput, __MetadataBearer {
23
+ }
24
+ declare const ListFleetDeploymentsCommand_base: {
25
+ new (input: ListFleetDeploymentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFleetDeploymentsCommandInput, ListFleetDeploymentsCommandOutput, GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListFleetDeploymentsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListFleetDeploymentsCommandInput, ListFleetDeploymentsCommandOutput, GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Retrieves a collection of container fleet deployments in an Amazon Web Services Region. </p>
31
+ * <p>
32
+ * <b>Request options</b>
33
+ * </p>
34
+ * <ul>
35
+ * <li>
36
+ * <p>Get a list of all deployments. Call this operation without specifying a fleet ID. </p>
37
+ * </li>
38
+ * <li>
39
+ * <p>Get a list of all deployments for a fleet. Specify the container fleet ID or ARN value.</p>
40
+ * </li>
41
+ * <li>
42
+ * <p>To get a list of all Realtime Servers fleets with a specific configuration script,
43
+ * provide the script ID. </p>
44
+ * </li>
45
+ * </ul>
46
+ * <p>Use the pagination parameters to retrieve results as a set of sequential pages. </p>
47
+ * <p>
48
+ * <b>Results</b>
49
+ * </p>
50
+ * <p>If successful, this operation returns a list of deployments that match the request
51
+ * parameters. A NextToken value is also returned if there are more result pages to
52
+ * retrieve.</p>
53
+ * <note>
54
+ * <p>Fleet IDs are returned in no particular order.</p>
55
+ * </note>
56
+ * @example
57
+ * Use a bare-bones client and the command you need to make an API call.
58
+ * ```javascript
59
+ * import { GameLiftClient, ListFleetDeploymentsCommand } from "@aws-sdk/client-gamelift"; // ES Modules import
60
+ * // const { GameLiftClient, ListFleetDeploymentsCommand } = require("@aws-sdk/client-gamelift"); // CommonJS import
61
+ * const client = new GameLiftClient(config);
62
+ * const input = { // ListFleetDeploymentsInput
63
+ * FleetId: "STRING_VALUE",
64
+ * Limit: Number("int"),
65
+ * NextToken: "STRING_VALUE",
66
+ * };
67
+ * const command = new ListFleetDeploymentsCommand(input);
68
+ * const response = await client.send(command);
69
+ * // { // ListFleetDeploymentsOutput
70
+ * // FleetDeployments: [ // FleetDeployments
71
+ * // { // FleetDeployment
72
+ * // DeploymentId: "STRING_VALUE",
73
+ * // FleetId: "STRING_VALUE",
74
+ * // GameServerBinaryArn: "STRING_VALUE",
75
+ * // RollbackGameServerBinaryArn: "STRING_VALUE",
76
+ * // PerInstanceBinaryArn: "STRING_VALUE",
77
+ * // RollbackPerInstanceBinaryArn: "STRING_VALUE",
78
+ * // DeploymentStatus: "IN_PROGRESS" || "IMPAIRED" || "COMPLETE" || "ROLLBACK_IN_PROGRESS" || "ROLLBACK_COMPLETE" || "CANCELLED" || "PENDING",
79
+ * // DeploymentConfiguration: { // DeploymentConfiguration
80
+ * // ProtectionStrategy: "WITH_PROTECTION" || "IGNORE_PROTECTION",
81
+ * // MinimumHealthyPercentage: Number("int"),
82
+ * // ImpairmentStrategy: "MAINTAIN" || "ROLLBACK",
83
+ * // },
84
+ * // CreationTime: new Date("TIMESTAMP"),
85
+ * // },
86
+ * // ],
87
+ * // NextToken: "STRING_VALUE",
88
+ * // };
89
+ *
90
+ * ```
91
+ *
92
+ * @param ListFleetDeploymentsCommandInput - {@link ListFleetDeploymentsCommandInput}
93
+ * @returns {@link ListFleetDeploymentsCommandOutput}
94
+ * @see {@link ListFleetDeploymentsCommandInput} for command's `input` shape.
95
+ * @see {@link ListFleetDeploymentsCommandOutput} for command's `response` shape.
96
+ * @see {@link GameLiftClientResolvedConfig | config} for GameLiftClient's `config` shape.
97
+ *
98
+ * @throws {@link InternalServiceException} (server fault)
99
+ * <p>The service encountered an unrecoverable internal failure while processing the
100
+ * request. Clients can retry such requests immediately or after a waiting period.</p>
101
+ *
102
+ * @throws {@link InvalidRequestException} (client fault)
103
+ * <p>One or more parameter values in the request are invalid. Correct the invalid parameter
104
+ * values before retrying.</p>
105
+ *
106
+ * @throws {@link NotFoundException} (client fault)
107
+ * <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
108
+ *
109
+ * @throws {@link UnauthorizedException} (client fault)
110
+ * <p>The client failed authentication. Clients should not retry such requests.</p>
111
+ *
112
+ * @throws {@link UnsupportedRegionException} (client fault)
113
+ * <p>The requested operation is not supported in the Region specified.</p>
114
+ *
115
+ * @throws {@link GameLiftServiceException}
116
+ * <p>Base exception class for all service exceptions from GameLift service.</p>
117
+ *
118
+ * @public
119
+ */
120
+ export declare class ListFleetDeploymentsCommand extends ListFleetDeploymentsCommand_base {
121
+ /** @internal type navigation helper, not in runtime. */
122
+ protected static __types: {
123
+ api: {
124
+ input: ListFleetDeploymentsInput;
125
+ output: ListFleetDeploymentsOutput;
126
+ };
127
+ sdk: {
128
+ input: ListFleetDeploymentsCommandInput;
129
+ output: ListFleetDeploymentsCommandOutput;
130
+ };
131
+ };
132
+ }
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient";
4
- import { ListFleetsInput, ListFleetsOutput } from "../models/models_0";
4
+ import { ListFleetsInput, ListFleetsOutput } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -27,10 +27,7 @@ declare const ListFleetsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>
31
- * <b>This operation has been expanded to use with the Amazon GameLift containers feature, which is currently in public preview.</b>
32
- * </p>
33
- * <p>Retrieves a collection of fleet resources in an Amazon Web Services Region. You can filter the
30
+ * <p>Retrieves a collection of fleet resources in an Amazon Web Services Region. You can filter the
34
31
  * result set to find only those fleets that are deployed with a specific build or script.
35
32
  * For fleets that have multiple locations, this operation retrieves fleets based on their
36
33
  * home Region only.</p>
@@ -48,10 +45,6 @@ declare const ListFleetsCommand_base: {
48
45
  * <p>To get a list of all Realtime Servers fleets with a specific configuration script,
49
46
  * provide the script ID. </p>
50
47
  * </li>
51
- * <li>
52
- * <p> To get a list of all fleets with a specific container group definition, provide
53
- * the <code>ContainerGroupDefinition</code> ID. </p>
54
- * </li>
55
48
  * </ul>
56
49
  * <p>Use the pagination parameters to retrieve results as a set of sequential pages. </p>
57
50
  * <p>If successful, this operation returns a list of fleet IDs that match the request
@@ -69,7 +62,6 @@ declare const ListFleetsCommand_base: {
69
62
  * const input = { // ListFleetsInput
70
63
  * BuildId: "STRING_VALUE",
71
64
  * ScriptId: "STRING_VALUE",
72
- * ContainerGroupDefinitionName: "STRING_VALUE",
73
65
  * Limit: Number("int"),
74
66
  * NextToken: "STRING_VALUE",
75
67
  * };
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient";
4
- import { ListGameServerGroupsInput, ListGameServerGroupsOutput } from "../models/models_0";
4
+ import { ListGameServerGroupsInput, ListGameServerGroupsOutput } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient";
4
- import { ListGameServersInput, ListGameServersOutput } from "../models/models_0";
4
+ import { ListGameServersInput, ListGameServersOutput } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient";
4
- import { ListLocationsInput, ListLocationsOutput } from "../models/models_0";
4
+ import { ListLocationsInput, ListLocationsOutput } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient";
4
- import { ListScriptsInput, ListScriptsOutput } from "../models/models_0";
4
+ import { ListScriptsInput, ListScriptsOutput } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient";
4
- import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
4
+ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -92,6 +92,9 @@ declare const ListTagsForResourceCommand_base: {
92
92
  * or the maximum tag limit may have been exceeded. Resolve the issue before
93
93
  * retrying.</p>
94
94
  *
95
+ * @throws {@link UnsupportedRegionException} (client fault)
96
+ * <p>The requested operation is not supported in the Region specified.</p>
97
+ *
95
98
  * @throws {@link GameLiftServiceException}
96
99
  * <p>Base exception class for all service exceptions from GameLift service.</p>
97
100
  *
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient";
4
- import { PutScalingPolicyInput, PutScalingPolicyOutput } from "../models/models_0";
4
+ import { PutScalingPolicyInput, PutScalingPolicyOutput } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -133,6 +133,9 @@ declare const PutScalingPolicyCommand_base: {
133
133
  * @throws {@link UnauthorizedException} (client fault)
134
134
  * <p>The client failed authentication. Clients should not retry such requests.</p>
135
135
  *
136
+ * @throws {@link UnsupportedRegionException} (client fault)
137
+ * <p>The requested operation is not supported in the Region specified.</p>
138
+ *
136
139
  * @throws {@link GameLiftServiceException}
137
140
  * <p>Base exception class for all service exceptions from GameLift service.</p>
138
141
  *
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient";
4
- import { RegisterComputeInput, RegisterComputeOutput } from "../models/models_0";
4
+ import { RegisterComputeInput, RegisterComputeOutput } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -27,12 +27,8 @@ declare const RegisterComputeCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>
31
- * <b>This operation has been expanded to use with the Amazon GameLift containers feature, which is currently in public preview.</b>
32
- * </p>
33
- * <p>Registers a compute resource in an Amazon GameLift fleet. Register computes with an Amazon GameLift
34
- * Anywhere fleet or a container fleet. </p>
35
- * <p>For an Anywhere fleet or a container fleet that's running the Amazon GameLift Agent, the Agent
30
+ * <p>Registers a compute resource in an Amazon GameLift Anywhere fleet. </p>
31
+ * <p>For an Anywhere fleet that's running the Amazon GameLift Agent, the Agent
36
32
  * handles all compute registry tasks for you. For an Anywhere fleet that doesn't use the
37
33
  * Agent, call this operation to register fleet computes.</p>
38
34
  * <p>To register a compute, give the compute a name (must be unique within the
@@ -90,7 +86,7 @@ declare const RegisterComputeCommand_base: {
90
86
  * // ComputeArn: "STRING_VALUE",
91
87
  * // IpAddress: "STRING_VALUE",
92
88
  * // DnsName: "STRING_VALUE",
93
- * // ComputeStatus: "PENDING" || "ACTIVE" || "TERMINATING",
89
+ * // ComputeStatus: "PENDING" || "ACTIVE" || "TERMINATING" || "IMPAIRED",
94
90
  * // Location: "STRING_VALUE",
95
91
  * // CreationTime: new Date("TIMESTAMP"),
96
92
  * // OperatingSystem: "WINDOWS_2012" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "WINDOWS_2016" || "AMAZON_LINUX_2023",
@@ -98,15 +94,13 @@ declare const RegisterComputeCommand_base: {
98
94
  * // GameLiftServiceSdkEndpoint: "STRING_VALUE",
99
95
  * // GameLiftAgentEndpoint: "STRING_VALUE",
100
96
  * // InstanceId: "STRING_VALUE",
101
- * // ContainerAttributes: { // ContainerAttributes
102
- * // ContainerPortMappings: [ // ContainerPortMappingList
103
- * // { // ContainerPortMapping
104
- * // ContainerPort: Number("int"),
105
- * // ConnectionPort: Number("int"),
106
- * // Protocol: "TCP" || "UDP",
107
- * // },
108
- * // ],
109
- * // },
97
+ * // ContainerAttributes: [ // ContainerAttributes
98
+ * // { // ContainerAttribute
99
+ * // ContainerName: "STRING_VALUE",
100
+ * // ContainerRuntimeId: "STRING_VALUE",
101
+ * // },
102
+ * // ],
103
+ * // GameServerContainerGroupDefinitionArn: "STRING_VALUE",
110
104
  * // },
111
105
  * // };
112
106
  *
@@ -138,8 +132,8 @@ declare const RegisterComputeCommand_base: {
138
132
  *
139
133
  * @throws {@link NotReadyException} (client fault)
140
134
  * <p> The operation failed because Amazon GameLift has not yet finished validating this compute. We
141
- * recommend attempting 8 to 10 retries over 3 to 5 minutes with <a href="http://aws.amazon.com/blogs/https:/aws.amazon.com/blogs/architecture/exponential-backoff-and-jitter/">exponential
142
- * backoffs and jitter</a>. </p>
135
+ * recommend attempting 8 to 10 retries over 3 to 5 minutes with <a href="http://aws.amazon.com/blogs/https:/aws.amazon.com/blogs/architecture/exponential-backoff-and-jitter/">exponential
136
+ * backoffs and jitter</a>. </p>
143
137
  *
144
138
  * @throws {@link UnauthorizedException} (client fault)
145
139
  * <p>The client failed authentication. Clients should not retry such requests.</p>
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient";
4
- import { RegisterGameServerInput, RegisterGameServerOutput } from "../models/models_0";
4
+ import { RegisterGameServerInput, RegisterGameServerOutput } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient";
4
- import { RequestUploadCredentialsInput, RequestUploadCredentialsOutput } from "../models/models_0";
4
+ import { RequestUploadCredentialsInput, RequestUploadCredentialsOutput } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient";
4
- import { ResolveAliasInput, ResolveAliasOutput } from "../models/models_0";
4
+ import { ResolveAliasInput, ResolveAliasOutput } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,8 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient";
4
- import { ResumeGameServerGroupInput } from "../models/models_0";
5
- import { ResumeGameServerGroupOutput } from "../models/models_1";
4
+ import { ResumeGameServerGroupInput, ResumeGameServerGroupOutput } from "../models/models_1";
6
5
  /**
7
6
  * @public
8
7
  */
@@ -65,8 +65,8 @@ declare const StartGameSessionPlacementCommand_base: {
65
65
  * <p>If successful, a new game session placement is created.</p>
66
66
  * <p>To track the status of a placement request, call <a href="https://docs.aws.amazon.com/gamelift/latest/apireference/API_DescribeGameSessionPlacement.html">DescribeGameSessionPlacement</a> and check the request's status. If the status
67
67
  * is <code>FULFILLED</code>, a new game session has been created and a game session ARN
68
- * and Region are referenced. If the placement request times out, you can resubmit the
69
- * request or retry it with a different queue. </p>
68
+ * and Region are referenced. If the placement request times out, submit a new request to the same
69
+ * queue or a different queue.</p>
70
70
  * @example
71
71
  * Use a bare-bones client and the command you need to make an API call.
72
72
  * ```javascript
@@ -53,7 +53,7 @@ declare const StopFleetActionsCommand_base: {
53
53
  * </p>
54
54
  * <p>
55
55
  * <a href="https://docs.aws.amazon.com/gamelift/latest/developerguide/fleets-intro.html">Setting up Amazon GameLift
56
- * Fleets</a>
56
+ * Fleets</a>
57
57
  * </p>
58
58
  * @example
59
59
  * Use a bare-bones client and the command you need to make an API call.
@@ -94,6 +94,9 @@ declare const TagResourceCommand_base: {
94
94
  * or the maximum tag limit may have been exceeded. Resolve the issue before
95
95
  * retrying.</p>
96
96
  *
97
+ * @throws {@link UnsupportedRegionException} (client fault)
98
+ * <p>The requested operation is not supported in the Region specified.</p>
99
+ *
97
100
  * @throws {@link GameLiftServiceException}
98
101
  * <p>Base exception class for all service exceptions from GameLift service.</p>
99
102
  *
@@ -90,6 +90,9 @@ declare const UntagResourceCommand_base: {
90
90
  * or the maximum tag limit may have been exceeded. Resolve the issue before
91
91
  * retrying.</p>
92
92
  *
93
+ * @throws {@link UnsupportedRegionException} (client fault)
94
+ * <p>The requested operation is not supported in the Region specified.</p>
95
+ *
93
96
  * @throws {@link GameLiftServiceException}
94
97
  * <p>Base exception class for all service exceptions from GameLift service.</p>
95
98
  *