@aws-sdk/client-gamelift 3.1071.0 → 3.1072.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 (113) hide show
  1. package/dist-cjs/index.js +40 -0
  2. package/dist-cjs/schemas/schemas_0.js +21 -12
  3. package/dist-es/models/enums.js +39 -0
  4. package/dist-es/schemas/schemas_0.js +20 -12
  5. package/dist-types/commands/AcceptMatchCommand.d.ts +1 -1
  6. package/dist-types/commands/ClaimGameServerCommand.d.ts +1 -1
  7. package/dist-types/commands/CreateContainerGroupDefinitionCommand.d.ts +34 -7
  8. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  9. package/dist-types/commands/CreateFleetLocationsCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateGameSessionCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateGameSessionQueueCommand.d.ts +1 -1
  12. package/dist-types/commands/CreateMatchmakingConfigurationCommand.d.ts +1 -1
  13. package/dist-types/commands/CreatePlayerSessionCommand.d.ts +1 -1
  14. package/dist-types/commands/CreatePlayerSessionsCommand.d.ts +1 -1
  15. package/dist-types/commands/CreateVpcPeeringAuthorizationCommand.d.ts +37 -1
  16. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +37 -1
  17. package/dist-types/commands/DeleteAliasCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteBuildCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteContainerFleetCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteContainerGroupDefinitionCommand.d.ts +1 -1
  21. package/dist-types/commands/DeleteFleetCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteFleetLocationsCommand.d.ts +1 -1
  23. package/dist-types/commands/DeleteGameServerGroupCommand.d.ts +1 -1
  24. package/dist-types/commands/DeleteGameSessionQueueCommand.d.ts +1 -1
  25. package/dist-types/commands/DeleteLocationCommand.d.ts +1 -1
  26. package/dist-types/commands/DeleteMatchmakingConfigurationCommand.d.ts +1 -1
  27. package/dist-types/commands/DeleteMatchmakingRuleSetCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteScalingPolicyCommand.d.ts +1 -1
  29. package/dist-types/commands/DeleteScriptCommand.d.ts +1 -1
  30. package/dist-types/commands/DeleteVpcPeeringAuthorizationCommand.d.ts +1 -1
  31. package/dist-types/commands/DeleteVpcPeeringConnectionCommand.d.ts +1 -1
  32. package/dist-types/commands/DeregisterComputeCommand.d.ts +1 -1
  33. package/dist-types/commands/DeregisterGameServerCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeAliasCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeBuildCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeComputeCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeContainerFleetCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeContainerGroupDefinitionCommand.d.ts +11 -1
  39. package/dist-types/commands/DescribeContainerGroupPortMappingsCommand.d.ts +3 -2
  40. package/dist-types/commands/DescribeFleetAttributesCommand.d.ts +1 -1
  41. package/dist-types/commands/DescribeFleetCapacityCommand.d.ts +1 -1
  42. package/dist-types/commands/DescribeFleetDeploymentCommand.d.ts +1 -1
  43. package/dist-types/commands/DescribeFleetEventsCommand.d.ts +1 -1
  44. package/dist-types/commands/DescribeFleetLocationAttributesCommand.d.ts +2 -3
  45. package/dist-types/commands/DescribeFleetLocationCapacityCommand.d.ts +1 -1
  46. package/dist-types/commands/DescribeFleetLocationUtilizationCommand.d.ts +1 -1
  47. package/dist-types/commands/DescribeFleetPortSettingsCommand.d.ts +1 -1
  48. package/dist-types/commands/DescribeFleetUtilizationCommand.d.ts +1 -1
  49. package/dist-types/commands/DescribeGameServerCommand.d.ts +1 -1
  50. package/dist-types/commands/DescribeGameServerGroupCommand.d.ts +1 -1
  51. package/dist-types/commands/DescribeGameServerInstancesCommand.d.ts +1 -1
  52. package/dist-types/commands/DescribeGameSessionDetailsCommand.d.ts +1 -1
  53. package/dist-types/commands/DescribeGameSessionPlacementCommand.d.ts +1 -1
  54. package/dist-types/commands/DescribeGameSessionQueuesCommand.d.ts +1 -1
  55. package/dist-types/commands/DescribeGameSessionsCommand.d.ts +1 -1
  56. package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
  57. package/dist-types/commands/DescribeMatchmakingRuleSetsCommand.d.ts +1 -1
  58. package/dist-types/commands/DescribePlayerSessionsCommand.d.ts +1 -1
  59. package/dist-types/commands/DescribeRuntimeConfigurationCommand.d.ts +1 -1
  60. package/dist-types/commands/DescribeScalingPoliciesCommand.d.ts +1 -1
  61. package/dist-types/commands/DescribeScriptCommand.d.ts +1 -1
  62. package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +1 -1
  63. package/dist-types/commands/GetComputeAccessCommand.d.ts +1 -1
  64. package/dist-types/commands/GetComputeAuthTokenCommand.d.ts +1 -1
  65. package/dist-types/commands/GetGameSessionLogUrlCommand.d.ts +1 -1
  66. package/dist-types/commands/GetInstanceAccessCommand.d.ts +1 -1
  67. package/dist-types/commands/GetPlayerConnectionDetailsCommand.d.ts +1 -1
  68. package/dist-types/commands/ListContainerGroupDefinitionVersionsCommand.d.ts +11 -1
  69. package/dist-types/commands/ListContainerGroupDefinitionsCommand.d.ts +10 -0
  70. package/dist-types/commands/ListFleetDeploymentsCommand.d.ts +1 -1
  71. package/dist-types/commands/ListFleetsCommand.d.ts +1 -1
  72. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  73. package/dist-types/commands/PutScalingPolicyCommand.d.ts +1 -1
  74. package/dist-types/commands/RequestUploadCredentialsCommand.d.ts +1 -1
  75. package/dist-types/commands/ResolveAliasCommand.d.ts +1 -1
  76. package/dist-types/commands/ResumeGameServerGroupCommand.d.ts +1 -1
  77. package/dist-types/commands/SearchGameSessionsCommand.d.ts +1 -1
  78. package/dist-types/commands/StartFleetActionsCommand.d.ts +1 -1
  79. package/dist-types/commands/StartGameSessionPlacementCommand.d.ts +1 -1
  80. package/dist-types/commands/StartMatchBackfillCommand.d.ts +1 -1
  81. package/dist-types/commands/StartMatchmakingCommand.d.ts +1 -1
  82. package/dist-types/commands/StopFleetActionsCommand.d.ts +1 -1
  83. package/dist-types/commands/StopGameSessionPlacementCommand.d.ts +1 -1
  84. package/dist-types/commands/StopMatchmakingCommand.d.ts +1 -1
  85. package/dist-types/commands/SuspendGameServerGroupCommand.d.ts +1 -1
  86. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  87. package/dist-types/commands/TerminateGameSessionCommand.d.ts +1 -1
  88. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  89. package/dist-types/commands/UpdateAliasCommand.d.ts +1 -1
  90. package/dist-types/commands/UpdateBuildCommand.d.ts +3 -2
  91. package/dist-types/commands/UpdateContainerFleetCommand.d.ts +1 -1
  92. package/dist-types/commands/UpdateContainerGroupDefinitionCommand.d.ts +23 -3
  93. package/dist-types/commands/UpdateFleetAttributesCommand.d.ts +1 -1
  94. package/dist-types/commands/UpdateFleetCapacityCommand.d.ts +1 -1
  95. package/dist-types/commands/UpdateFleetPortSettingsCommand.d.ts +2 -2
  96. package/dist-types/commands/UpdateGameServerCommand.d.ts +1 -1
  97. package/dist-types/commands/UpdateGameServerGroupCommand.d.ts +8 -1
  98. package/dist-types/commands/UpdateGameSessionCommand.d.ts +1 -1
  99. package/dist-types/commands/UpdateGameSessionQueueCommand.d.ts +1 -1
  100. package/dist-types/commands/UpdateMatchmakingConfigurationCommand.d.ts +1 -1
  101. package/dist-types/commands/UpdateRuntimeConfigurationCommand.d.ts +1 -1
  102. package/dist-types/commands/UpdateScriptCommand.d.ts +1 -1
  103. package/dist-types/models/enums.d.ts +47 -0
  104. package/dist-types/models/errors.d.ts +1 -1
  105. package/dist-types/models/models_0.d.ts +109 -57
  106. package/dist-types/models/models_1.d.ts +12 -3
  107. package/dist-types/schemas/schemas_0.d.ts +1 -0
  108. package/dist-types/ts3.4/commands/UpdateBuildCommand.d.ts +2 -1
  109. package/dist-types/ts3.4/models/enums.d.ts +41 -0
  110. package/dist-types/ts3.4/models/models_0.d.ts +9 -3
  111. package/dist-types/ts3.4/models/models_1.d.ts +4 -0
  112. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
  113. package/package.json +1 -1
@@ -97,7 +97,7 @@ declare const ListFleetsCommand_base: {
97
97
  * values before retrying.</p>
98
98
  *
99
99
  * @throws {@link NotFoundException} (client fault)
100
- * <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
100
+ * <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
101
101
  *
102
102
  * @throws {@link UnauthorizedException} (client fault)
103
103
  * <p>The client failed authentication. Clients should not retry such requests.</p>
@@ -91,7 +91,7 @@ declare const ListTagsForResourceCommand_base: {
91
91
  * values before retrying.</p>
92
92
  *
93
93
  * @throws {@link NotFoundException} (client fault)
94
- * <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
94
+ * <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
95
95
  *
96
96
  * @throws {@link TaggingFailedException} (client fault)
97
97
  * <p>The requested tagging operation did not succeed. This may be due to invalid tag format
@@ -134,7 +134,7 @@ declare const PutScalingPolicyCommand_base: {
134
134
  * values before retrying.</p>
135
135
  *
136
136
  * @throws {@link NotFoundException} (client fault)
137
- * <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
137
+ * <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
138
138
  *
139
139
  * @throws {@link UnauthorizedException} (client fault)
140
140
  * <p>The client failed authentication. Clients should not retry such requests.</p>
@@ -90,7 +90,7 @@ declare const RequestUploadCredentialsCommand_base: {
90
90
  * values before retrying.</p>
91
91
  *
92
92
  * @throws {@link NotFoundException} (client fault)
93
- * <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
93
+ * <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
94
94
  *
95
95
  * @throws {@link UnauthorizedException} (client fault)
96
96
  * <p>The client failed authentication. Clients should not retry such requests.</p>
@@ -77,7 +77,7 @@ declare const ResolveAliasCommand_base: {
77
77
  * values before retrying.</p>
78
78
  *
79
79
  * @throws {@link NotFoundException} (client fault)
80
- * <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
80
+ * <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
81
81
  *
82
82
  * @throws {@link TerminalRoutingStrategyException} (client fault)
83
83
  * <p>The service is unable to resolve the routing for a particular alias because it has a
@@ -105,7 +105,7 @@ declare const ResumeGameServerGroupCommand_base: {
105
105
  * values before retrying.</p>
106
106
  *
107
107
  * @throws {@link NotFoundException} (client fault)
108
- * <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
108
+ * <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
109
109
  *
110
110
  * @throws {@link UnauthorizedException} (client fault)
111
111
  * <p>The client failed authentication. Clients should not retry such requests.</p>
@@ -193,7 +193,7 @@ declare const SearchGameSessionsCommand_base: {
193
193
  * values before retrying.</p>
194
194
  *
195
195
  * @throws {@link NotFoundException} (client fault)
196
- * <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
196
+ * <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
197
197
  *
198
198
  * @throws {@link TerminalRoutingStrategyException} (client fault)
199
199
  * <p>The service is unable to resolve the routing for a particular alias because it has a
@@ -94,7 +94,7 @@ declare const StartFleetActionsCommand_base: {
94
94
  * values before retrying.</p>
95
95
  *
96
96
  * @throws {@link NotFoundException} (client fault)
97
- * <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
97
+ * <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
98
98
  *
99
99
  * @throws {@link UnauthorizedException} (client fault)
100
100
  * <p>The client failed authentication. Clients should not retry such requests.</p>
@@ -242,7 +242,7 @@ declare const StartGameSessionPlacementCommand_base: {
242
242
  * values before retrying.</p>
243
243
  *
244
244
  * @throws {@link NotFoundException} (client fault)
245
- * <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
245
+ * <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
246
246
  *
247
247
  * @throws {@link UnauthorizedException} (client fault)
248
248
  * <p>The client failed authentication. Clients should not retry such requests.</p>
@@ -170,7 +170,7 @@ declare const StartMatchBackfillCommand_base: {
170
170
  * values before retrying.</p>
171
171
  *
172
172
  * @throws {@link NotFoundException} (client fault)
173
- * <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
173
+ * <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
174
174
  *
175
175
  * @throws {@link UnsupportedRegionException} (client fault)
176
176
  * <p>The requested operation is not supported in the Region specified.</p>
@@ -161,7 +161,7 @@ declare const StartMatchmakingCommand_base: {
161
161
  * values before retrying.</p>
162
162
  *
163
163
  * @throws {@link NotFoundException} (client fault)
164
- * <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
164
+ * <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
165
165
  *
166
166
  * @throws {@link UnsupportedRegionException} (client fault)
167
167
  * <p>The requested operation is not supported in the Region specified.</p>
@@ -98,7 +98,7 @@ declare const StopFleetActionsCommand_base: {
98
98
  * values before retrying.</p>
99
99
  *
100
100
  * @throws {@link NotFoundException} (client fault)
101
- * <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
101
+ * <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
102
102
  *
103
103
  * @throws {@link UnauthorizedException} (client fault)
104
104
  * <p>The client failed authentication. Clients should not retry such requests.</p>
@@ -115,7 +115,7 @@ declare const StopGameSessionPlacementCommand_base: {
115
115
  * values before retrying.</p>
116
116
  *
117
117
  * @throws {@link NotFoundException} (client fault)
118
- * <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
118
+ * <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
119
119
  *
120
120
  * @throws {@link UnauthorizedException} (client fault)
121
121
  * <p>The client failed authentication. Clients should not retry such requests.</p>
@@ -82,7 +82,7 @@ declare const StopMatchmakingCommand_base: {
82
82
  * values before retrying.</p>
83
83
  *
84
84
  * @throws {@link NotFoundException} (client fault)
85
- * <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
85
+ * <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
86
86
  *
87
87
  * @throws {@link UnsupportedRegionException} (client fault)
88
88
  * <p>The requested operation is not supported in the Region specified.</p>
@@ -115,7 +115,7 @@ declare const SuspendGameServerGroupCommand_base: {
115
115
  * values before retrying.</p>
116
116
  *
117
117
  * @throws {@link NotFoundException} (client fault)
118
- * <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
118
+ * <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
119
119
  *
120
120
  * @throws {@link UnauthorizedException} (client fault)
121
121
  * <p>The client failed authentication. Clients should not retry such requests.</p>
@@ -93,7 +93,7 @@ declare const TagResourceCommand_base: {
93
93
  * values before retrying.</p>
94
94
  *
95
95
  * @throws {@link NotFoundException} (client fault)
96
- * <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
96
+ * <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
97
97
  *
98
98
  * @throws {@link TaggingFailedException} (client fault)
99
99
  * <p>The requested tagging operation did not succeed. This may be due to invalid tag format
@@ -147,7 +147,7 @@ declare const TerminateGameSessionCommand_base: {
147
147
  * values before retrying.</p>
148
148
  *
149
149
  * @throws {@link NotFoundException} (client fault)
150
- * <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
150
+ * <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
151
151
  *
152
152
  * @throws {@link NotReadyException} (client fault)
153
153
  * <p> The operation failed because Amazon GameLift Servers has not yet finished validating this compute. We
@@ -89,7 +89,7 @@ declare const UntagResourceCommand_base: {
89
89
  * values before retrying.</p>
90
90
  *
91
91
  * @throws {@link NotFoundException} (client fault)
92
- * <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
92
+ * <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
93
93
  *
94
94
  * @throws {@link TaggingFailedException} (client fault)
95
95
  * <p>The requested tagging operation did not succeed. This may be due to invalid tag format
@@ -94,7 +94,7 @@ declare const UpdateAliasCommand_base: {
94
94
  * values before retrying.</p>
95
95
  *
96
96
  * @throws {@link NotFoundException} (client fault)
97
- * <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
97
+ * <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
98
98
  *
99
99
  * @throws {@link UnauthorizedException} (client fault)
100
100
  * <p>The client failed authentication. Clients should not retry such requests.</p>
@@ -1,7 +1,8 @@
1
1
  import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient";
4
- import type { UpdateBuildInput, UpdateBuildOutput } from "../models/models_0";
4
+ import type { UpdateBuildInput } from "../models/models_0";
5
+ import type { UpdateBuildOutput } from "../models/models_1";
5
6
  /**
6
7
  * @public
7
8
  */
@@ -90,7 +91,7 @@ declare const UpdateBuildCommand_base: {
90
91
  * values before retrying.</p>
91
92
  *
92
93
  * @throws {@link NotFoundException} (client fault)
93
- * <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
94
+ * <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
94
95
  *
95
96
  * @throws {@link UnauthorizedException} (client fault)
96
97
  * <p>The client failed authentication. Clients should not retry such requests.</p>
@@ -236,7 +236,7 @@ declare const UpdateContainerFleetCommand_base: {
236
236
  * Resolve the issue before retrying.</p>
237
237
  *
238
238
  * @throws {@link NotFoundException} (client fault)
239
- * <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
239
+ * <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
240
240
  *
241
241
  * @throws {@link NotReadyException} (client fault)
242
242
  * <p> The operation failed because Amazon GameLift Servers has not yet finished validating this compute. We
@@ -52,8 +52,8 @@ declare const UpdateContainerGroupDefinitionCommand_base: {
52
52
  * All other values remain the same as the source version.</p>
53
53
  * </li>
54
54
  * <li>
55
- * <p>Change a game server container definition. Provide the updated container
56
- * definition.</p>
55
+ * <p>Change a game server container definition. Provide a complete set of container
56
+ * definitions, including the updated definition.</p>
57
57
  * </li>
58
58
  * <li>
59
59
  * <p>Add or change a support container definition. Provide a complete set of container
@@ -115,6 +115,11 @@ declare const UpdateContainerGroupDefinitionCommand_base: {
115
115
  * ],
116
116
  * },
117
117
  * ServerSdkVersion: "STRING_VALUE", // required
118
+ * LinuxCapabilities: { // LinuxCapabilities
119
+ * Include: [ // LinuxCapabilityList
120
+ * "AUDIT_CONTROL" || "AUDIT_WRITE" || "BLOCK_SUSPEND" || "CHOWN" || "DAC_OVERRIDE" || "DAC_READ_SEARCH" || "FOWNER" || "FSETID" || "IPC_LOCK" || "IPC_OWNER" || "KILL" || "LEASE" || "LINUX_IMMUTABLE" || "MAC_ADMIN" || "MAC_OVERRIDE" || "MKNOD" || "NET_ADMIN" || "NET_BIND_SERVICE" || "NET_BROADCAST" || "NET_RAW" || "SETFCAP" || "SETGID" || "SETPCAP" || "SETUID" || "SYS_ADMIN" || "SYS_BOOT" || "SYS_CHROOT" || "SYS_MODULE" || "SYS_NICE" || "SYS_PACCT" || "SYS_PTRACE" || "SYS_RAWIO" || "SYS_RESOURCE" || "SYS_TIME" || "SYS_TTY_CONFIG" || "SYSLOG" || "WAKE_ALARM",
121
+ * ],
122
+ * },
118
123
  * },
119
124
  * SupportContainerDefinitions: [ // SupportContainerDefinitionInputList
120
125
  * { // SupportContainerDefinitionInput
@@ -160,6 +165,11 @@ declare const UpdateContainerGroupDefinitionCommand_base: {
160
165
  * ],
161
166
  * },
162
167
  * Vcpu: Number("double"),
168
+ * LinuxCapabilities: {
169
+ * Include: [
170
+ * "AUDIT_CONTROL" || "AUDIT_WRITE" || "BLOCK_SUSPEND" || "CHOWN" || "DAC_OVERRIDE" || "DAC_READ_SEARCH" || "FOWNER" || "FSETID" || "IPC_LOCK" || "IPC_OWNER" || "KILL" || "LEASE" || "LINUX_IMMUTABLE" || "MAC_ADMIN" || "MAC_OVERRIDE" || "MKNOD" || "NET_ADMIN" || "NET_BIND_SERVICE" || "NET_BROADCAST" || "NET_RAW" || "SETFCAP" || "SETGID" || "SETPCAP" || "SETUID" || "SYS_ADMIN" || "SYS_BOOT" || "SYS_CHROOT" || "SYS_MODULE" || "SYS_NICE" || "SYS_PACCT" || "SYS_PTRACE" || "SYS_RAWIO" || "SYS_RESOURCE" || "SYS_TIME" || "SYS_TTY_CONFIG" || "SYSLOG" || "WAKE_ALARM",
171
+ * ],
172
+ * },
163
173
  * },
164
174
  * ],
165
175
  * TotalMemoryLimitMebibytes: Number("int"),
@@ -212,6 +222,11 @@ declare const UpdateContainerGroupDefinitionCommand_base: {
212
222
  * // },
213
223
  * // ResolvedImageDigest: "STRING_VALUE",
214
224
  * // ServerSdkVersion: "STRING_VALUE",
225
+ * // LinuxCapabilities: { // LinuxCapabilities
226
+ * // Include: [ // LinuxCapabilityList
227
+ * // "AUDIT_CONTROL" || "AUDIT_WRITE" || "BLOCK_SUSPEND" || "CHOWN" || "DAC_OVERRIDE" || "DAC_READ_SEARCH" || "FOWNER" || "FSETID" || "IPC_LOCK" || "IPC_OWNER" || "KILL" || "LEASE" || "LINUX_IMMUTABLE" || "MAC_ADMIN" || "MAC_OVERRIDE" || "MKNOD" || "NET_ADMIN" || "NET_BIND_SERVICE" || "NET_BROADCAST" || "NET_RAW" || "SETFCAP" || "SETGID" || "SETPCAP" || "SETUID" || "SYS_ADMIN" || "SYS_BOOT" || "SYS_CHROOT" || "SYS_MODULE" || "SYS_NICE" || "SYS_PACCT" || "SYS_PTRACE" || "SYS_RAWIO" || "SYS_RESOURCE" || "SYS_TIME" || "SYS_TTY_CONFIG" || "SYSLOG" || "WAKE_ALARM",
228
+ * // ],
229
+ * // },
215
230
  * // },
216
231
  * // SupportContainerDefinitions: [ // SupportContainerDefinitionList
217
232
  * // { // SupportContainerDefinition
@@ -258,6 +273,11 @@ declare const UpdateContainerGroupDefinitionCommand_base: {
258
273
  * // },
259
274
  * // ResolvedImageDigest: "STRING_VALUE",
260
275
  * // Vcpu: Number("double"),
276
+ * // LinuxCapabilities: {
277
+ * // Include: [
278
+ * // "AUDIT_CONTROL" || "AUDIT_WRITE" || "BLOCK_SUSPEND" || "CHOWN" || "DAC_OVERRIDE" || "DAC_READ_SEARCH" || "FOWNER" || "FSETID" || "IPC_LOCK" || "IPC_OWNER" || "KILL" || "LEASE" || "LINUX_IMMUTABLE" || "MAC_ADMIN" || "MAC_OVERRIDE" || "MKNOD" || "NET_ADMIN" || "NET_BIND_SERVICE" || "NET_BROADCAST" || "NET_RAW" || "SETFCAP" || "SETGID" || "SETPCAP" || "SETUID" || "SYS_ADMIN" || "SYS_BOOT" || "SYS_CHROOT" || "SYS_MODULE" || "SYS_NICE" || "SYS_PACCT" || "SYS_PTRACE" || "SYS_RAWIO" || "SYS_RESOURCE" || "SYS_TIME" || "SYS_TTY_CONFIG" || "SYSLOG" || "WAKE_ALARM",
279
+ * // ],
280
+ * // },
261
281
  * // },
262
282
  * // ],
263
283
  * // VersionNumber: Number("int"),
@@ -288,7 +308,7 @@ declare const UpdateContainerGroupDefinitionCommand_base: {
288
308
  * Resolve the issue before retrying.</p>
289
309
  *
290
310
  * @throws {@link NotFoundException} (client fault)
291
- * <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
311
+ * <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
292
312
  *
293
313
  * @throws {@link UnauthorizedException} (client fault)
294
314
  * <p>The client failed authentication. Clients should not retry such requests.</p>
@@ -113,7 +113,7 @@ declare const UpdateFleetAttributesCommand_base: {
113
113
  * Resolve the issue before retrying.</p>
114
114
  *
115
115
  * @throws {@link NotFoundException} (client fault)
116
- * <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
116
+ * <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
117
117
  *
118
118
  * @throws {@link UnauthorizedException} (client fault)
119
119
  * <p>The client failed authentication. Clients should not retry such requests.</p>
@@ -144,7 +144,7 @@ declare const UpdateFleetCapacityCommand_base: {
144
144
  * Resolve the issue before retrying.</p>
145
145
  *
146
146
  * @throws {@link NotFoundException} (client fault)
147
- * <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
147
+ * <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
148
148
  *
149
149
  * @throws {@link UnauthorizedException} (client fault)
150
150
  * <p>The client failed authentication. Clients should not retry such requests.</p>
@@ -38,7 +38,7 @@ declare const UpdateFleetPortSettingsCommand_base: {
38
38
  * <code>InboundPermissionAuthorizations</code>, and permissions you want to remove in
39
39
  * <code>InboundPermissionRevocations</code>. Permissions to be removed must match
40
40
  * existing fleet permissions. </p>
41
- * <p>If successful, the fleet ID for the updated fleet is returned. For fleets with remote
41
+ * <p>If successful, the fleet identifiers for the updated fleet are returned. For fleets with remote
42
42
  * locations, port setting updates can take time to propagate across all locations. You can
43
43
  * check the status of updates in each location by calling
44
44
  * <code>DescribeFleetPortSettings</code> with a location name.</p>
@@ -115,7 +115,7 @@ declare const UpdateFleetPortSettingsCommand_base: {
115
115
  * Resolve the issue before retrying.</p>
116
116
  *
117
117
  * @throws {@link NotFoundException} (client fault)
118
- * <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
118
+ * <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
119
119
  *
120
120
  * @throws {@link UnauthorizedException} (client fault)
121
121
  * <p>The client failed authentication. Clients should not retry such requests.</p>
@@ -115,7 +115,7 @@ declare const UpdateGameServerCommand_base: {
115
115
  * values before retrying.</p>
116
116
  *
117
117
  * @throws {@link NotFoundException} (client fault)
118
- * <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
118
+ * <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
119
119
  *
120
120
  * @throws {@link UnauthorizedException} (client fault)
121
121
  * <p>The client failed authentication. Clients should not retry such requests.</p>
@@ -39,6 +39,13 @@ declare const UpdateGameServerGroupCommand_base: {
39
39
  * updated values. Before applying the updates, the new values are validated to ensure that
40
40
  * Amazon GameLift Servers FleetIQ can continue to perform instance balancing activity. If successful, a
41
41
  * <code>GameServerGroup</code> object is returned.</p>
42
+ * <note>
43
+ * <p>Target tracking Auto Scaling policies on the Auto Scaling group cannot be
44
+ * updated through the Amazon Web Services Management Console. Instead, use the Amazon Elastic Compute Cloud Auto Scaling
45
+ * <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_PutScalingPolicy.html">
46
+ * <code>PutScalingPolicy</code>
47
+ * </a> API action to update these policies.</p>
48
+ * </note>
42
49
  * <p>
43
50
  * <b>Learn more</b>
44
51
  * </p>
@@ -109,7 +116,7 @@ declare const UpdateGameServerGroupCommand_base: {
109
116
  * values before retrying.</p>
110
117
  *
111
118
  * @throws {@link NotFoundException} (client fault)
112
- * <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
119
+ * <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
113
120
  *
114
121
  * @throws {@link UnauthorizedException} (client fault)
115
122
  * <p>The client failed authentication. Clients should not retry such requests.</p>
@@ -120,7 +120,7 @@ declare const UpdateGameSessionCommand_base: {
120
120
  * values before retrying.</p>
121
121
  *
122
122
  * @throws {@link NotFoundException} (client fault)
123
- * <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
123
+ * <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
124
124
  *
125
125
  * @throws {@link NotReadyException} (client fault)
126
126
  * <p> The operation failed because Amazon GameLift Servers has not yet finished validating this compute. We
@@ -133,7 +133,7 @@ declare const UpdateGameSessionQueueCommand_base: {
133
133
  * values before retrying.</p>
134
134
  *
135
135
  * @throws {@link NotFoundException} (client fault)
136
- * <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
136
+ * <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
137
137
  *
138
138
  * @throws {@link UnauthorizedException} (client fault)
139
139
  * <p>The client failed authentication. Clients should not retry such requests.</p>
@@ -120,7 +120,7 @@ declare const UpdateMatchmakingConfigurationCommand_base: {
120
120
  * values before retrying.</p>
121
121
  *
122
122
  * @throws {@link NotFoundException} (client fault)
123
- * <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
123
+ * <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
124
124
  *
125
125
  * @throws {@link UnsupportedRegionException} (client fault)
126
126
  * <p>The requested operation is not supported in the Region specified.</p>
@@ -115,7 +115,7 @@ declare const UpdateRuntimeConfigurationCommand_base: {
115
115
  * Resolve the issue before retrying.</p>
116
116
  *
117
117
  * @throws {@link NotFoundException} (client fault)
118
- * <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
118
+ * <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
119
119
  *
120
120
  * @throws {@link UnauthorizedException} (client fault)
121
121
  * <p>The client failed authentication. Clients should not retry such requests.</p>
@@ -110,7 +110,7 @@ declare const UpdateScriptCommand_base: {
110
110
  * values before retrying.</p>
111
111
  *
112
112
  * @throws {@link NotFoundException} (client fault)
113
- * <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
113
+ * <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
114
114
  *
115
115
  * @throws {@link UnauthorizedException} (client fault)
116
116
  * <p>The client failed authentication. Clients should not retry such requests.</p>
@@ -823,6 +823,53 @@ export declare const ContainerGroupType: {
823
823
  * @public
824
824
  */
825
825
  export type ContainerGroupType = (typeof ContainerGroupType)[keyof typeof ContainerGroupType];
826
+ /**
827
+ * @public
828
+ * @enum
829
+ */
830
+ export declare const LinuxCapability: {
831
+ readonly AUDIT_CONTROL: "AUDIT_CONTROL";
832
+ readonly AUDIT_WRITE: "AUDIT_WRITE";
833
+ readonly BLOCK_SUSPEND: "BLOCK_SUSPEND";
834
+ readonly CHOWN: "CHOWN";
835
+ readonly DAC_OVERRIDE: "DAC_OVERRIDE";
836
+ readonly DAC_READ_SEARCH: "DAC_READ_SEARCH";
837
+ readonly FOWNER: "FOWNER";
838
+ readonly FSETID: "FSETID";
839
+ readonly IPC_LOCK: "IPC_LOCK";
840
+ readonly IPC_OWNER: "IPC_OWNER";
841
+ readonly KILL: "KILL";
842
+ readonly LEASE: "LEASE";
843
+ readonly LINUX_IMMUTABLE: "LINUX_IMMUTABLE";
844
+ readonly MAC_ADMIN: "MAC_ADMIN";
845
+ readonly MAC_OVERRIDE: "MAC_OVERRIDE";
846
+ readonly MKNOD: "MKNOD";
847
+ readonly NET_ADMIN: "NET_ADMIN";
848
+ readonly NET_BIND_SERVICE: "NET_BIND_SERVICE";
849
+ readonly NET_BROADCAST: "NET_BROADCAST";
850
+ readonly NET_RAW: "NET_RAW";
851
+ readonly SETFCAP: "SETFCAP";
852
+ readonly SETGID: "SETGID";
853
+ readonly SETPCAP: "SETPCAP";
854
+ readonly SETUID: "SETUID";
855
+ readonly SYSLOG: "SYSLOG";
856
+ readonly SYS_ADMIN: "SYS_ADMIN";
857
+ readonly SYS_BOOT: "SYS_BOOT";
858
+ readonly SYS_CHROOT: "SYS_CHROOT";
859
+ readonly SYS_MODULE: "SYS_MODULE";
860
+ readonly SYS_NICE: "SYS_NICE";
861
+ readonly SYS_PACCT: "SYS_PACCT";
862
+ readonly SYS_PTRACE: "SYS_PTRACE";
863
+ readonly SYS_RAWIO: "SYS_RAWIO";
864
+ readonly SYS_RESOURCE: "SYS_RESOURCE";
865
+ readonly SYS_TIME: "SYS_TIME";
866
+ readonly SYS_TTY_CONFIG: "SYS_TTY_CONFIG";
867
+ readonly WAKE_ALARM: "WAKE_ALARM";
868
+ };
869
+ /**
870
+ * @public
871
+ */
872
+ export type LinuxCapability = (typeof LinuxCapability)[keyof typeof LinuxCapability];
826
873
  /**
827
874
  * @public
828
875
  * @enum
@@ -29,7 +29,7 @@ export declare class InvalidRequestException extends __BaseException {
29
29
  constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
30
30
  }
31
31
  /**
32
- * <p>The requested resources was not found. The resource was either not created yet or deleted.</p>
32
+ * <p>The requested resource was not found. The resource was either not created yet or deleted.</p>
33
33
  * @public
34
34
  */
35
35
  export declare class NotFoundException extends __BaseException {