@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
@@ -3,6 +3,7 @@ import { AcceptMatchCommand } from "./commands/AcceptMatchCommand";
3
3
  import { ClaimGameServerCommand, } from "./commands/ClaimGameServerCommand";
4
4
  import { CreateAliasCommand } from "./commands/CreateAliasCommand";
5
5
  import { CreateBuildCommand } from "./commands/CreateBuildCommand";
6
+ import { CreateContainerFleetCommand, } from "./commands/CreateContainerFleetCommand";
6
7
  import { CreateContainerGroupDefinitionCommand, } from "./commands/CreateContainerGroupDefinitionCommand";
7
8
  import { CreateFleetCommand } from "./commands/CreateFleetCommand";
8
9
  import { CreateFleetLocationsCommand, } from "./commands/CreateFleetLocationsCommand";
@@ -19,6 +20,7 @@ import { CreateVpcPeeringAuthorizationCommand, } from "./commands/CreateVpcPeeri
19
20
  import { CreateVpcPeeringConnectionCommand, } from "./commands/CreateVpcPeeringConnectionCommand";
20
21
  import { DeleteAliasCommand } from "./commands/DeleteAliasCommand";
21
22
  import { DeleteBuildCommand } from "./commands/DeleteBuildCommand";
23
+ import { DeleteContainerFleetCommand, } from "./commands/DeleteContainerFleetCommand";
22
24
  import { DeleteContainerGroupDefinitionCommand, } from "./commands/DeleteContainerGroupDefinitionCommand";
23
25
  import { DeleteFleetCommand } from "./commands/DeleteFleetCommand";
24
26
  import { DeleteFleetLocationsCommand, } from "./commands/DeleteFleetLocationsCommand";
@@ -36,10 +38,12 @@ import { DeregisterGameServerCommand, } from "./commands/DeregisterGameServerCom
36
38
  import { DescribeAliasCommand, } from "./commands/DescribeAliasCommand";
37
39
  import { DescribeBuildCommand, } from "./commands/DescribeBuildCommand";
38
40
  import { DescribeComputeCommand, } from "./commands/DescribeComputeCommand";
41
+ import { DescribeContainerFleetCommand, } from "./commands/DescribeContainerFleetCommand";
39
42
  import { DescribeContainerGroupDefinitionCommand, } from "./commands/DescribeContainerGroupDefinitionCommand";
40
43
  import { DescribeEC2InstanceLimitsCommand, } from "./commands/DescribeEC2InstanceLimitsCommand";
41
44
  import { DescribeFleetAttributesCommand, } from "./commands/DescribeFleetAttributesCommand";
42
45
  import { DescribeFleetCapacityCommand, } from "./commands/DescribeFleetCapacityCommand";
46
+ import { DescribeFleetDeploymentCommand, } from "./commands/DescribeFleetDeploymentCommand";
43
47
  import { DescribeFleetEventsCommand, } from "./commands/DescribeFleetEventsCommand";
44
48
  import { DescribeFleetLocationAttributesCommand, } from "./commands/DescribeFleetLocationAttributesCommand";
45
49
  import { DescribeFleetLocationCapacityCommand, } from "./commands/DescribeFleetLocationCapacityCommand";
@@ -70,7 +74,10 @@ import { GetInstanceAccessCommand, } from "./commands/GetInstanceAccessCommand";
70
74
  import { ListAliasesCommand } from "./commands/ListAliasesCommand";
71
75
  import { ListBuildsCommand } from "./commands/ListBuildsCommand";
72
76
  import { ListComputeCommand } from "./commands/ListComputeCommand";
77
+ import { ListContainerFleetsCommand, } from "./commands/ListContainerFleetsCommand";
73
78
  import { ListContainerGroupDefinitionsCommand, } from "./commands/ListContainerGroupDefinitionsCommand";
79
+ import { ListContainerGroupDefinitionVersionsCommand, } from "./commands/ListContainerGroupDefinitionVersionsCommand";
80
+ import { ListFleetDeploymentsCommand, } from "./commands/ListFleetDeploymentsCommand";
74
81
  import { ListFleetsCommand } from "./commands/ListFleetsCommand";
75
82
  import { ListGameServerGroupsCommand, } from "./commands/ListGameServerGroupsCommand";
76
83
  import { ListGameServersCommand, } from "./commands/ListGameServersCommand";
@@ -96,6 +103,8 @@ import { TagResourceCommand } from "./commands/TagResourceCommand";
96
103
  import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
97
104
  import { UpdateAliasCommand } from "./commands/UpdateAliasCommand";
98
105
  import { UpdateBuildCommand } from "./commands/UpdateBuildCommand";
106
+ import { UpdateContainerFleetCommand, } from "./commands/UpdateContainerFleetCommand";
107
+ import { UpdateContainerGroupDefinitionCommand, } from "./commands/UpdateContainerGroupDefinitionCommand";
99
108
  import { UpdateFleetAttributesCommand, } from "./commands/UpdateFleetAttributesCommand";
100
109
  import { UpdateFleetCapacityCommand, } from "./commands/UpdateFleetCapacityCommand";
101
110
  import { UpdateFleetPortSettingsCommand, } from "./commands/UpdateFleetPortSettingsCommand";
@@ -113,6 +122,7 @@ const commands = {
113
122
  ClaimGameServerCommand,
114
123
  CreateAliasCommand,
115
124
  CreateBuildCommand,
125
+ CreateContainerFleetCommand,
116
126
  CreateContainerGroupDefinitionCommand,
117
127
  CreateFleetCommand,
118
128
  CreateFleetLocationsCommand,
@@ -129,6 +139,7 @@ const commands = {
129
139
  CreateVpcPeeringConnectionCommand,
130
140
  DeleteAliasCommand,
131
141
  DeleteBuildCommand,
142
+ DeleteContainerFleetCommand,
132
143
  DeleteContainerGroupDefinitionCommand,
133
144
  DeleteFleetCommand,
134
145
  DeleteFleetLocationsCommand,
@@ -146,10 +157,12 @@ const commands = {
146
157
  DescribeAliasCommand,
147
158
  DescribeBuildCommand,
148
159
  DescribeComputeCommand,
160
+ DescribeContainerFleetCommand,
149
161
  DescribeContainerGroupDefinitionCommand,
150
162
  DescribeEC2InstanceLimitsCommand,
151
163
  DescribeFleetAttributesCommand,
152
164
  DescribeFleetCapacityCommand,
165
+ DescribeFleetDeploymentCommand,
153
166
  DescribeFleetEventsCommand,
154
167
  DescribeFleetLocationAttributesCommand,
155
168
  DescribeFleetLocationCapacityCommand,
@@ -180,7 +193,10 @@ const commands = {
180
193
  ListAliasesCommand,
181
194
  ListBuildsCommand,
182
195
  ListComputeCommand,
196
+ ListContainerFleetsCommand,
183
197
  ListContainerGroupDefinitionsCommand,
198
+ ListContainerGroupDefinitionVersionsCommand,
199
+ ListFleetDeploymentsCommand,
184
200
  ListFleetsCommand,
185
201
  ListGameServerGroupsCommand,
186
202
  ListGameServersCommand,
@@ -206,6 +222,8 @@ const commands = {
206
222
  UntagResourceCommand,
207
223
  UpdateAliasCommand,
208
224
  UpdateBuildCommand,
225
+ UpdateContainerFleetCommand,
226
+ UpdateContainerGroupDefinitionCommand,
209
227
  UpdateFleetAttributesCommand,
210
228
  UpdateFleetCapacityCommand,
211
229
  UpdateFleetPortSettingsCommand,
@@ -0,0 +1,23 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { CreateContainerFleetInputFilterSensitiveLog, CreateContainerFleetOutputFilterSensitiveLog, } from "../models/models_0";
6
+ import { de_CreateContainerFleetCommand, se_CreateContainerFleetCommand } from "../protocols/Aws_json1_1";
7
+ export { $Command };
8
+ export class CreateContainerFleetCommand extends $Command
9
+ .classBuilder()
10
+ .ep(commonParams)
11
+ .m(function (Command, cs, config, o) {
12
+ return [
13
+ getSerdePlugin(config, this.serialize, this.deserialize),
14
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
+ ];
16
+ })
17
+ .s("GameLift", "CreateContainerFleet", {})
18
+ .n("GameLiftClient", "CreateContainerFleetCommand")
19
+ .f(CreateContainerFleetInputFilterSensitiveLog, CreateContainerFleetOutputFilterSensitiveLog)
20
+ .ser(se_CreateContainerFleetCommand)
21
+ .de(de_CreateContainerFleetCommand)
22
+ .build() {
23
+ }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { CreateFleetInputFilterSensitiveLog, CreateFleetOutputFilterSensitiveLog, } from "../models/models_0";
5
+ import { CreateFleetInputFilterSensitiveLog } from "../models/models_0";
6
6
  import { de_CreateFleetCommand, se_CreateFleetCommand } from "../protocols/Aws_json1_1";
7
7
  export { $Command };
8
8
  export class CreateFleetCommand extends $Command
@@ -16,7 +16,7 @@ export class CreateFleetCommand extends $Command
16
16
  })
17
17
  .s("GameLift", "CreateFleet", {})
18
18
  .n("GameLiftClient", "CreateFleetCommand")
19
- .f(CreateFleetInputFilterSensitiveLog, CreateFleetOutputFilterSensitiveLog)
19
+ .f(CreateFleetInputFilterSensitiveLog, void 0)
20
20
  .ser(se_CreateFleetCommand)
21
21
  .de(de_CreateFleetCommand)
22
22
  .build() {
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_DeleteContainerFleetCommand, se_DeleteContainerFleetCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
7
+ export class DeleteContainerFleetCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("GameLift", "DeleteContainerFleet", {})
17
+ .n("GameLiftClient", "DeleteContainerFleetCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_DeleteContainerFleetCommand)
20
+ .de(de_DeleteContainerFleetCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,23 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { DescribeContainerFleetOutputFilterSensitiveLog, } from "../models/models_0";
6
+ import { de_DescribeContainerFleetCommand, se_DescribeContainerFleetCommand } from "../protocols/Aws_json1_1";
7
+ export { $Command };
8
+ export class DescribeContainerFleetCommand extends $Command
9
+ .classBuilder()
10
+ .ep(commonParams)
11
+ .m(function (Command, cs, config, o) {
12
+ return [
13
+ getSerdePlugin(config, this.serialize, this.deserialize),
14
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
+ ];
16
+ })
17
+ .s("GameLift", "DescribeContainerFleet", {})
18
+ .n("GameLiftClient", "DescribeContainerFleetCommand")
19
+ .f(void 0, DescribeContainerFleetOutputFilterSensitiveLog)
20
+ .ser(se_DescribeContainerFleetCommand)
21
+ .de(de_DescribeContainerFleetCommand)
22
+ .build() {
23
+ }
@@ -2,7 +2,6 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { DescribeFleetAttributesOutputFilterSensitiveLog, } from "../models/models_0";
6
5
  import { de_DescribeFleetAttributesCommand, se_DescribeFleetAttributesCommand } from "../protocols/Aws_json1_1";
7
6
  export { $Command };
8
7
  export class DescribeFleetAttributesCommand extends $Command
@@ -16,7 +15,7 @@ export class DescribeFleetAttributesCommand extends $Command
16
15
  })
17
16
  .s("GameLift", "DescribeFleetAttributes", {})
18
17
  .n("GameLiftClient", "DescribeFleetAttributesCommand")
19
- .f(void 0, DescribeFleetAttributesOutputFilterSensitiveLog)
18
+ .f(void 0, void 0)
20
19
  .ser(se_DescribeFleetAttributesCommand)
21
20
  .de(de_DescribeFleetAttributesCommand)
22
21
  .build() {
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_DescribeFleetDeploymentCommand, se_DescribeFleetDeploymentCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
7
+ export class DescribeFleetDeploymentCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("GameLift", "DescribeFleetDeployment", {})
17
+ .n("GameLiftClient", "DescribeFleetDeploymentCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_DescribeFleetDeploymentCommand)
20
+ .de(de_DescribeFleetDeploymentCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,23 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { ListContainerFleetsOutputFilterSensitiveLog, } from "../models/models_0";
6
+ import { de_ListContainerFleetsCommand, se_ListContainerFleetsCommand } from "../protocols/Aws_json1_1";
7
+ export { $Command };
8
+ export class ListContainerFleetsCommand extends $Command
9
+ .classBuilder()
10
+ .ep(commonParams)
11
+ .m(function (Command, cs, config, o) {
12
+ return [
13
+ getSerdePlugin(config, this.serialize, this.deserialize),
14
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
+ ];
16
+ })
17
+ .s("GameLift", "ListContainerFleets", {})
18
+ .n("GameLiftClient", "ListContainerFleetsCommand")
19
+ .f(void 0, ListContainerFleetsOutputFilterSensitiveLog)
20
+ .ser(se_ListContainerFleetsCommand)
21
+ .de(de_ListContainerFleetsCommand)
22
+ .build() {
23
+ }
@@ -0,0 +1,23 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { ListContainerGroupDefinitionVersionsOutputFilterSensitiveLog, } from "../models/models_1";
6
+ import { de_ListContainerGroupDefinitionVersionsCommand, se_ListContainerGroupDefinitionVersionsCommand, } from "../protocols/Aws_json1_1";
7
+ export { $Command };
8
+ export class ListContainerGroupDefinitionVersionsCommand extends $Command
9
+ .classBuilder()
10
+ .ep(commonParams)
11
+ .m(function (Command, cs, config, o) {
12
+ return [
13
+ getSerdePlugin(config, this.serialize, this.deserialize),
14
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
+ ];
16
+ })
17
+ .s("GameLift", "ListContainerGroupDefinitionVersions", {})
18
+ .n("GameLiftClient", "ListContainerGroupDefinitionVersionsCommand")
19
+ .f(void 0, ListContainerGroupDefinitionVersionsOutputFilterSensitiveLog)
20
+ .ser(se_ListContainerGroupDefinitionVersionsCommand)
21
+ .de(de_ListContainerGroupDefinitionVersionsCommand)
22
+ .build() {
23
+ }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListContainerGroupDefinitionsOutputFilterSensitiveLog, } from "../models/models_0";
5
+ import { ListContainerGroupDefinitionsOutputFilterSensitiveLog, } from "../models/models_1";
6
6
  import { de_ListContainerGroupDefinitionsCommand, se_ListContainerGroupDefinitionsCommand, } from "../protocols/Aws_json1_1";
7
7
  export { $Command };
8
8
  export class ListContainerGroupDefinitionsCommand extends $Command
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_ListFleetDeploymentsCommand, se_ListFleetDeploymentsCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
7
+ export class ListFleetDeploymentsCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("GameLift", "ListFleetDeployments", {})
17
+ .n("GameLiftClient", "ListFleetDeploymentsCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_ListFleetDeploymentsCommand)
20
+ .de(de_ListFleetDeploymentsCommand)
21
+ .build() {
22
+ }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { RegisterComputeInputFilterSensitiveLog, RegisterComputeOutputFilterSensitiveLog, } from "../models/models_0";
5
+ import { RegisterComputeInputFilterSensitiveLog, RegisterComputeOutputFilterSensitiveLog, } from "../models/models_1";
6
6
  import { de_RegisterComputeCommand, se_RegisterComputeCommand } from "../protocols/Aws_json1_1";
7
7
  export { $Command };
8
8
  export class RegisterComputeCommand extends $Command
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { RequestUploadCredentialsOutputFilterSensitiveLog, } from "../models/models_0";
5
+ import { RequestUploadCredentialsOutputFilterSensitiveLog, } from "../models/models_1";
6
6
  import { de_RequestUploadCredentialsCommand, se_RequestUploadCredentialsCommand } from "../protocols/Aws_json1_1";
7
7
  export { $Command };
8
8
  export class RequestUploadCredentialsCommand extends $Command
@@ -0,0 +1,23 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { UpdateContainerFleetInputFilterSensitiveLog, UpdateContainerFleetOutputFilterSensitiveLog, } from "../models/models_1";
6
+ import { de_UpdateContainerFleetCommand, se_UpdateContainerFleetCommand } from "../protocols/Aws_json1_1";
7
+ export { $Command };
8
+ export class UpdateContainerFleetCommand extends $Command
9
+ .classBuilder()
10
+ .ep(commonParams)
11
+ .m(function (Command, cs, config, o) {
12
+ return [
13
+ getSerdePlugin(config, this.serialize, this.deserialize),
14
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
+ ];
16
+ })
17
+ .s("GameLift", "UpdateContainerFleet", {})
18
+ .n("GameLiftClient", "UpdateContainerFleetCommand")
19
+ .f(UpdateContainerFleetInputFilterSensitiveLog, UpdateContainerFleetOutputFilterSensitiveLog)
20
+ .ser(se_UpdateContainerFleetCommand)
21
+ .de(de_UpdateContainerFleetCommand)
22
+ .build() {
23
+ }
@@ -0,0 +1,23 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { UpdateContainerGroupDefinitionInputFilterSensitiveLog, UpdateContainerGroupDefinitionOutputFilterSensitiveLog, } from "../models/models_1";
6
+ import { de_UpdateContainerGroupDefinitionCommand, se_UpdateContainerGroupDefinitionCommand, } from "../protocols/Aws_json1_1";
7
+ export { $Command };
8
+ export class UpdateContainerGroupDefinitionCommand extends $Command
9
+ .classBuilder()
10
+ .ep(commonParams)
11
+ .m(function (Command, cs, config, o) {
12
+ return [
13
+ getSerdePlugin(config, this.serialize, this.deserialize),
14
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
+ ];
16
+ })
17
+ .s("GameLift", "UpdateContainerGroupDefinition", {})
18
+ .n("GameLiftClient", "UpdateContainerGroupDefinitionCommand")
19
+ .f(UpdateContainerGroupDefinitionInputFilterSensitiveLog, UpdateContainerGroupDefinitionOutputFilterSensitiveLog)
20
+ .ser(se_UpdateContainerGroupDefinitionCommand)
21
+ .de(de_UpdateContainerGroupDefinitionCommand)
22
+ .build() {
23
+ }
@@ -2,6 +2,7 @@ export * from "./AcceptMatchCommand";
2
2
  export * from "./ClaimGameServerCommand";
3
3
  export * from "./CreateAliasCommand";
4
4
  export * from "./CreateBuildCommand";
5
+ export * from "./CreateContainerFleetCommand";
5
6
  export * from "./CreateContainerGroupDefinitionCommand";
6
7
  export * from "./CreateFleetCommand";
7
8
  export * from "./CreateFleetLocationsCommand";
@@ -18,6 +19,7 @@ export * from "./CreateVpcPeeringAuthorizationCommand";
18
19
  export * from "./CreateVpcPeeringConnectionCommand";
19
20
  export * from "./DeleteAliasCommand";
20
21
  export * from "./DeleteBuildCommand";
22
+ export * from "./DeleteContainerFleetCommand";
21
23
  export * from "./DeleteContainerGroupDefinitionCommand";
22
24
  export * from "./DeleteFleetCommand";
23
25
  export * from "./DeleteFleetLocationsCommand";
@@ -35,10 +37,12 @@ export * from "./DeregisterGameServerCommand";
35
37
  export * from "./DescribeAliasCommand";
36
38
  export * from "./DescribeBuildCommand";
37
39
  export * from "./DescribeComputeCommand";
40
+ export * from "./DescribeContainerFleetCommand";
38
41
  export * from "./DescribeContainerGroupDefinitionCommand";
39
42
  export * from "./DescribeEC2InstanceLimitsCommand";
40
43
  export * from "./DescribeFleetAttributesCommand";
41
44
  export * from "./DescribeFleetCapacityCommand";
45
+ export * from "./DescribeFleetDeploymentCommand";
42
46
  export * from "./DescribeFleetEventsCommand";
43
47
  export * from "./DescribeFleetLocationAttributesCommand";
44
48
  export * from "./DescribeFleetLocationCapacityCommand";
@@ -69,7 +73,10 @@ export * from "./GetInstanceAccessCommand";
69
73
  export * from "./ListAliasesCommand";
70
74
  export * from "./ListBuildsCommand";
71
75
  export * from "./ListComputeCommand";
76
+ export * from "./ListContainerFleetsCommand";
77
+ export * from "./ListContainerGroupDefinitionVersionsCommand";
72
78
  export * from "./ListContainerGroupDefinitionsCommand";
79
+ export * from "./ListFleetDeploymentsCommand";
73
80
  export * from "./ListFleetsCommand";
74
81
  export * from "./ListGameServerGroupsCommand";
75
82
  export * from "./ListGameServersCommand";
@@ -95,6 +102,8 @@ export * from "./TagResourceCommand";
95
102
  export * from "./UntagResourceCommand";
96
103
  export * from "./UpdateAliasCommand";
97
104
  export * from "./UpdateBuildCommand";
105
+ export * from "./UpdateContainerFleetCommand";
106
+ export * from "./UpdateContainerGroupDefinitionCommand";
98
107
  export * from "./UpdateFleetAttributesCommand";
99
108
  export * from "./UpdateFleetCapacityCommand";
100
109
  export * from "./UpdateFleetPortSettingsCommand";