@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,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListContainerFleetsCommandInput, ListContainerFleetsCommandOutput } from "../commands/ListContainerFleetsCommand";
3
+ import { GameLiftPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListContainerFleets: (config: GameLiftPaginationConfiguration, input: ListContainerFleetsCommandInput, ...rest: any[]) => Paginator<ListContainerFleetsCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListContainerGroupDefinitionVersionsCommandInput, ListContainerGroupDefinitionVersionsCommandOutput } from "../commands/ListContainerGroupDefinitionVersionsCommand";
3
+ import { GameLiftPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListContainerGroupDefinitionVersions: (config: GameLiftPaginationConfiguration, input: ListContainerGroupDefinitionVersionsCommandInput, ...rest: any[]) => Paginator<ListContainerGroupDefinitionVersionsCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListFleetDeploymentsCommandInput, ListFleetDeploymentsCommandOutput } from "../commands/ListFleetDeploymentsCommand";
3
+ import { GameLiftPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListFleetDeployments: (config: GameLiftPaginationConfiguration, input: ListFleetDeploymentsCommandInput, ...rest: any[]) => Paginator<ListFleetDeploymentsCommandOutput>;
@@ -16,7 +16,10 @@ export * from "./DescribeScalingPoliciesPaginator";
16
16
  export * from "./ListAliasesPaginator";
17
17
  export * from "./ListBuildsPaginator";
18
18
  export * from "./ListComputePaginator";
19
+ export * from "./ListContainerFleetsPaginator";
20
+ export * from "./ListContainerGroupDefinitionVersionsPaginator";
19
21
  export * from "./ListContainerGroupDefinitionsPaginator";
22
+ export * from "./ListFleetDeploymentsPaginator";
20
23
  export * from "./ListFleetsPaginator";
21
24
  export * from "./ListGameServerGroupsPaginator";
22
25
  export * from "./ListGameServersPaginator";
@@ -4,6 +4,7 @@ import { AcceptMatchCommandInput, AcceptMatchCommandOutput } from "../commands/A
4
4
  import { ClaimGameServerCommandInput, ClaimGameServerCommandOutput } from "../commands/ClaimGameServerCommand";
5
5
  import { CreateAliasCommandInput, CreateAliasCommandOutput } from "../commands/CreateAliasCommand";
6
6
  import { CreateBuildCommandInput, CreateBuildCommandOutput } from "../commands/CreateBuildCommand";
7
+ import { CreateContainerFleetCommandInput, CreateContainerFleetCommandOutput } from "../commands/CreateContainerFleetCommand";
7
8
  import { CreateContainerGroupDefinitionCommandInput, CreateContainerGroupDefinitionCommandOutput } from "../commands/CreateContainerGroupDefinitionCommand";
8
9
  import { CreateFleetCommandInput, CreateFleetCommandOutput } from "../commands/CreateFleetCommand";
9
10
  import { CreateFleetLocationsCommandInput, CreateFleetLocationsCommandOutput } from "../commands/CreateFleetLocationsCommand";
@@ -20,6 +21,7 @@ import { CreateVpcPeeringAuthorizationCommandInput, CreateVpcPeeringAuthorizatio
20
21
  import { CreateVpcPeeringConnectionCommandInput, CreateVpcPeeringConnectionCommandOutput } from "../commands/CreateVpcPeeringConnectionCommand";
21
22
  import { DeleteAliasCommandInput, DeleteAliasCommandOutput } from "../commands/DeleteAliasCommand";
22
23
  import { DeleteBuildCommandInput, DeleteBuildCommandOutput } from "../commands/DeleteBuildCommand";
24
+ import { DeleteContainerFleetCommandInput, DeleteContainerFleetCommandOutput } from "../commands/DeleteContainerFleetCommand";
23
25
  import { DeleteContainerGroupDefinitionCommandInput, DeleteContainerGroupDefinitionCommandOutput } from "../commands/DeleteContainerGroupDefinitionCommand";
24
26
  import { DeleteFleetCommandInput, DeleteFleetCommandOutput } from "../commands/DeleteFleetCommand";
25
27
  import { DeleteFleetLocationsCommandInput, DeleteFleetLocationsCommandOutput } from "../commands/DeleteFleetLocationsCommand";
@@ -37,10 +39,12 @@ import { DeregisterGameServerCommandInput, DeregisterGameServerCommandOutput } f
37
39
  import { DescribeAliasCommandInput, DescribeAliasCommandOutput } from "../commands/DescribeAliasCommand";
38
40
  import { DescribeBuildCommandInput, DescribeBuildCommandOutput } from "../commands/DescribeBuildCommand";
39
41
  import { DescribeComputeCommandInput, DescribeComputeCommandOutput } from "../commands/DescribeComputeCommand";
42
+ import { DescribeContainerFleetCommandInput, DescribeContainerFleetCommandOutput } from "../commands/DescribeContainerFleetCommand";
40
43
  import { DescribeContainerGroupDefinitionCommandInput, DescribeContainerGroupDefinitionCommandOutput } from "../commands/DescribeContainerGroupDefinitionCommand";
41
44
  import { DescribeEC2InstanceLimitsCommandInput, DescribeEC2InstanceLimitsCommandOutput } from "../commands/DescribeEC2InstanceLimitsCommand";
42
45
  import { DescribeFleetAttributesCommandInput, DescribeFleetAttributesCommandOutput } from "../commands/DescribeFleetAttributesCommand";
43
46
  import { DescribeFleetCapacityCommandInput, DescribeFleetCapacityCommandOutput } from "../commands/DescribeFleetCapacityCommand";
47
+ import { DescribeFleetDeploymentCommandInput, DescribeFleetDeploymentCommandOutput } from "../commands/DescribeFleetDeploymentCommand";
44
48
  import { DescribeFleetEventsCommandInput, DescribeFleetEventsCommandOutput } from "../commands/DescribeFleetEventsCommand";
45
49
  import { DescribeFleetLocationAttributesCommandInput, DescribeFleetLocationAttributesCommandOutput } from "../commands/DescribeFleetLocationAttributesCommand";
46
50
  import { DescribeFleetLocationCapacityCommandInput, DescribeFleetLocationCapacityCommandOutput } from "../commands/DescribeFleetLocationCapacityCommand";
@@ -71,7 +75,10 @@ import { GetInstanceAccessCommandInput, GetInstanceAccessCommandOutput } from ".
71
75
  import { ListAliasesCommandInput, ListAliasesCommandOutput } from "../commands/ListAliasesCommand";
72
76
  import { ListBuildsCommandInput, ListBuildsCommandOutput } from "../commands/ListBuildsCommand";
73
77
  import { ListComputeCommandInput, ListComputeCommandOutput } from "../commands/ListComputeCommand";
78
+ import { ListContainerFleetsCommandInput, ListContainerFleetsCommandOutput } from "../commands/ListContainerFleetsCommand";
74
79
  import { ListContainerGroupDefinitionsCommandInput, ListContainerGroupDefinitionsCommandOutput } from "../commands/ListContainerGroupDefinitionsCommand";
80
+ import { ListContainerGroupDefinitionVersionsCommandInput, ListContainerGroupDefinitionVersionsCommandOutput } from "../commands/ListContainerGroupDefinitionVersionsCommand";
81
+ import { ListFleetDeploymentsCommandInput, ListFleetDeploymentsCommandOutput } from "../commands/ListFleetDeploymentsCommand";
75
82
  import { ListFleetsCommandInput, ListFleetsCommandOutput } from "../commands/ListFleetsCommand";
76
83
  import { ListGameServerGroupsCommandInput, ListGameServerGroupsCommandOutput } from "../commands/ListGameServerGroupsCommand";
77
84
  import { ListGameServersCommandInput, ListGameServersCommandOutput } from "../commands/ListGameServersCommand";
@@ -97,6 +104,8 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/T
97
104
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
98
105
  import { UpdateAliasCommandInput, UpdateAliasCommandOutput } from "../commands/UpdateAliasCommand";
99
106
  import { UpdateBuildCommandInput, UpdateBuildCommandOutput } from "../commands/UpdateBuildCommand";
107
+ import { UpdateContainerFleetCommandInput, UpdateContainerFleetCommandOutput } from "../commands/UpdateContainerFleetCommand";
108
+ import { UpdateContainerGroupDefinitionCommandInput, UpdateContainerGroupDefinitionCommandOutput } from "../commands/UpdateContainerGroupDefinitionCommand";
100
109
  import { UpdateFleetAttributesCommandInput, UpdateFleetAttributesCommandOutput } from "../commands/UpdateFleetAttributesCommand";
101
110
  import { UpdateFleetCapacityCommandInput, UpdateFleetCapacityCommandOutput } from "../commands/UpdateFleetCapacityCommand";
102
111
  import { UpdateFleetPortSettingsCommandInput, UpdateFleetPortSettingsCommandOutput } from "../commands/UpdateFleetPortSettingsCommand";
@@ -124,6 +133,10 @@ export declare const se_CreateAliasCommand: (input: CreateAliasCommandInput, con
124
133
  * serializeAws_json1_1CreateBuildCommand
125
134
  */
126
135
  export declare const se_CreateBuildCommand: (input: CreateBuildCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
136
+ /**
137
+ * serializeAws_json1_1CreateContainerFleetCommand
138
+ */
139
+ export declare const se_CreateContainerFleetCommand: (input: CreateContainerFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
140
  /**
128
141
  * serializeAws_json1_1CreateContainerGroupDefinitionCommand
129
142
  */
@@ -188,6 +201,10 @@ export declare const se_DeleteAliasCommand: (input: DeleteAliasCommandInput, con
188
201
  * serializeAws_json1_1DeleteBuildCommand
189
202
  */
190
203
  export declare const se_DeleteBuildCommand: (input: DeleteBuildCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
204
+ /**
205
+ * serializeAws_json1_1DeleteContainerFleetCommand
206
+ */
207
+ export declare const se_DeleteContainerFleetCommand: (input: DeleteContainerFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
191
208
  /**
192
209
  * serializeAws_json1_1DeleteContainerGroupDefinitionCommand
193
210
  */
@@ -256,6 +273,10 @@ export declare const se_DescribeBuildCommand: (input: DescribeBuildCommandInput,
256
273
  * serializeAws_json1_1DescribeComputeCommand
257
274
  */
258
275
  export declare const se_DescribeComputeCommand: (input: DescribeComputeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
276
+ /**
277
+ * serializeAws_json1_1DescribeContainerFleetCommand
278
+ */
279
+ export declare const se_DescribeContainerFleetCommand: (input: DescribeContainerFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
259
280
  /**
260
281
  * serializeAws_json1_1DescribeContainerGroupDefinitionCommand
261
282
  */
@@ -272,6 +293,10 @@ export declare const se_DescribeFleetAttributesCommand: (input: DescribeFleetAtt
272
293
  * serializeAws_json1_1DescribeFleetCapacityCommand
273
294
  */
274
295
  export declare const se_DescribeFleetCapacityCommand: (input: DescribeFleetCapacityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
296
+ /**
297
+ * serializeAws_json1_1DescribeFleetDeploymentCommand
298
+ */
299
+ export declare const se_DescribeFleetDeploymentCommand: (input: DescribeFleetDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
275
300
  /**
276
301
  * serializeAws_json1_1DescribeFleetEventsCommand
277
302
  */
@@ -392,10 +417,22 @@ export declare const se_ListBuildsCommand: (input: ListBuildsCommandInput, conte
392
417
  * serializeAws_json1_1ListComputeCommand
393
418
  */
394
419
  export declare const se_ListComputeCommand: (input: ListComputeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
420
+ /**
421
+ * serializeAws_json1_1ListContainerFleetsCommand
422
+ */
423
+ export declare const se_ListContainerFleetsCommand: (input: ListContainerFleetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
395
424
  /**
396
425
  * serializeAws_json1_1ListContainerGroupDefinitionsCommand
397
426
  */
398
427
  export declare const se_ListContainerGroupDefinitionsCommand: (input: ListContainerGroupDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
428
+ /**
429
+ * serializeAws_json1_1ListContainerGroupDefinitionVersionsCommand
430
+ */
431
+ export declare const se_ListContainerGroupDefinitionVersionsCommand: (input: ListContainerGroupDefinitionVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
432
+ /**
433
+ * serializeAws_json1_1ListFleetDeploymentsCommand
434
+ */
435
+ export declare const se_ListFleetDeploymentsCommand: (input: ListFleetDeploymentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
399
436
  /**
400
437
  * serializeAws_json1_1ListFleetsCommand
401
438
  */
@@ -496,6 +533,14 @@ export declare const se_UpdateAliasCommand: (input: UpdateAliasCommandInput, con
496
533
  * serializeAws_json1_1UpdateBuildCommand
497
534
  */
498
535
  export declare const se_UpdateBuildCommand: (input: UpdateBuildCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
536
+ /**
537
+ * serializeAws_json1_1UpdateContainerFleetCommand
538
+ */
539
+ export declare const se_UpdateContainerFleetCommand: (input: UpdateContainerFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
540
+ /**
541
+ * serializeAws_json1_1UpdateContainerGroupDefinitionCommand
542
+ */
543
+ export declare const se_UpdateContainerGroupDefinitionCommand: (input: UpdateContainerGroupDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
499
544
  /**
500
545
  * serializeAws_json1_1UpdateFleetAttributesCommand
501
546
  */
@@ -556,6 +601,10 @@ export declare const de_CreateAliasCommand: (output: __HttpResponse, context: __
556
601
  * deserializeAws_json1_1CreateBuildCommand
557
602
  */
558
603
  export declare const de_CreateBuildCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBuildCommandOutput>;
604
+ /**
605
+ * deserializeAws_json1_1CreateContainerFleetCommand
606
+ */
607
+ export declare const de_CreateContainerFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateContainerFleetCommandOutput>;
559
608
  /**
560
609
  * deserializeAws_json1_1CreateContainerGroupDefinitionCommand
561
610
  */
@@ -620,6 +669,10 @@ export declare const de_DeleteAliasCommand: (output: __HttpResponse, context: __
620
669
  * deserializeAws_json1_1DeleteBuildCommand
621
670
  */
622
671
  export declare const de_DeleteBuildCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBuildCommandOutput>;
672
+ /**
673
+ * deserializeAws_json1_1DeleteContainerFleetCommand
674
+ */
675
+ export declare const de_DeleteContainerFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteContainerFleetCommandOutput>;
623
676
  /**
624
677
  * deserializeAws_json1_1DeleteContainerGroupDefinitionCommand
625
678
  */
@@ -688,6 +741,10 @@ export declare const de_DescribeBuildCommand: (output: __HttpResponse, context:
688
741
  * deserializeAws_json1_1DescribeComputeCommand
689
742
  */
690
743
  export declare const de_DescribeComputeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeComputeCommandOutput>;
744
+ /**
745
+ * deserializeAws_json1_1DescribeContainerFleetCommand
746
+ */
747
+ export declare const de_DescribeContainerFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeContainerFleetCommandOutput>;
691
748
  /**
692
749
  * deserializeAws_json1_1DescribeContainerGroupDefinitionCommand
693
750
  */
@@ -704,6 +761,10 @@ export declare const de_DescribeFleetAttributesCommand: (output: __HttpResponse,
704
761
  * deserializeAws_json1_1DescribeFleetCapacityCommand
705
762
  */
706
763
  export declare const de_DescribeFleetCapacityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFleetCapacityCommandOutput>;
764
+ /**
765
+ * deserializeAws_json1_1DescribeFleetDeploymentCommand
766
+ */
767
+ export declare const de_DescribeFleetDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFleetDeploymentCommandOutput>;
707
768
  /**
708
769
  * deserializeAws_json1_1DescribeFleetEventsCommand
709
770
  */
@@ -824,10 +885,22 @@ export declare const de_ListBuildsCommand: (output: __HttpResponse, context: __S
824
885
  * deserializeAws_json1_1ListComputeCommand
825
886
  */
826
887
  export declare const de_ListComputeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListComputeCommandOutput>;
888
+ /**
889
+ * deserializeAws_json1_1ListContainerFleetsCommand
890
+ */
891
+ export declare const de_ListContainerFleetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListContainerFleetsCommandOutput>;
827
892
  /**
828
893
  * deserializeAws_json1_1ListContainerGroupDefinitionsCommand
829
894
  */
830
895
  export declare const de_ListContainerGroupDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListContainerGroupDefinitionsCommandOutput>;
896
+ /**
897
+ * deserializeAws_json1_1ListContainerGroupDefinitionVersionsCommand
898
+ */
899
+ export declare const de_ListContainerGroupDefinitionVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListContainerGroupDefinitionVersionsCommandOutput>;
900
+ /**
901
+ * deserializeAws_json1_1ListFleetDeploymentsCommand
902
+ */
903
+ export declare const de_ListFleetDeploymentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFleetDeploymentsCommandOutput>;
831
904
  /**
832
905
  * deserializeAws_json1_1ListFleetsCommand
833
906
  */
@@ -928,6 +1001,14 @@ export declare const de_UpdateAliasCommand: (output: __HttpResponse, context: __
928
1001
  * deserializeAws_json1_1UpdateBuildCommand
929
1002
  */
930
1003
  export declare const de_UpdateBuildCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBuildCommandOutput>;
1004
+ /**
1005
+ * deserializeAws_json1_1UpdateContainerFleetCommand
1006
+ */
1007
+ export declare const de_UpdateContainerFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateContainerFleetCommandOutput>;
1008
+ /**
1009
+ * deserializeAws_json1_1UpdateContainerGroupDefinitionCommand
1010
+ */
1011
+ export declare const de_UpdateContainerGroupDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateContainerGroupDefinitionCommandOutput>;
931
1012
  /**
932
1013
  * deserializeAws_json1_1UpdateFleetAttributesCommand
933
1014
  */
@@ -15,6 +15,10 @@ import {
15
15
  CreateBuildCommandInput,
16
16
  CreateBuildCommandOutput,
17
17
  } from "./commands/CreateBuildCommand";
18
+ import {
19
+ CreateContainerFleetCommandInput,
20
+ CreateContainerFleetCommandOutput,
21
+ } from "./commands/CreateContainerFleetCommand";
18
22
  import {
19
23
  CreateContainerGroupDefinitionCommandInput,
20
24
  CreateContainerGroupDefinitionCommandOutput,
@@ -79,6 +83,10 @@ import {
79
83
  DeleteBuildCommandInput,
80
84
  DeleteBuildCommandOutput,
81
85
  } from "./commands/DeleteBuildCommand";
86
+ import {
87
+ DeleteContainerFleetCommandInput,
88
+ DeleteContainerFleetCommandOutput,
89
+ } from "./commands/DeleteContainerFleetCommand";
82
90
  import {
83
91
  DeleteContainerGroupDefinitionCommandInput,
84
92
  DeleteContainerGroupDefinitionCommandOutput,
@@ -147,6 +155,10 @@ import {
147
155
  DescribeComputeCommandInput,
148
156
  DescribeComputeCommandOutput,
149
157
  } from "./commands/DescribeComputeCommand";
158
+ import {
159
+ DescribeContainerFleetCommandInput,
160
+ DescribeContainerFleetCommandOutput,
161
+ } from "./commands/DescribeContainerFleetCommand";
150
162
  import {
151
163
  DescribeContainerGroupDefinitionCommandInput,
152
164
  DescribeContainerGroupDefinitionCommandOutput,
@@ -163,6 +175,10 @@ import {
163
175
  DescribeFleetCapacityCommandInput,
164
176
  DescribeFleetCapacityCommandOutput,
165
177
  } from "./commands/DescribeFleetCapacityCommand";
178
+ import {
179
+ DescribeFleetDeploymentCommandInput,
180
+ DescribeFleetDeploymentCommandOutput,
181
+ } from "./commands/DescribeFleetDeploymentCommand";
166
182
  import {
167
183
  DescribeFleetEventsCommandInput,
168
184
  DescribeFleetEventsCommandOutput,
@@ -283,10 +299,22 @@ import {
283
299
  ListComputeCommandInput,
284
300
  ListComputeCommandOutput,
285
301
  } from "./commands/ListComputeCommand";
302
+ import {
303
+ ListContainerFleetsCommandInput,
304
+ ListContainerFleetsCommandOutput,
305
+ } from "./commands/ListContainerFleetsCommand";
286
306
  import {
287
307
  ListContainerGroupDefinitionsCommandInput,
288
308
  ListContainerGroupDefinitionsCommandOutput,
289
309
  } from "./commands/ListContainerGroupDefinitionsCommand";
310
+ import {
311
+ ListContainerGroupDefinitionVersionsCommandInput,
312
+ ListContainerGroupDefinitionVersionsCommandOutput,
313
+ } from "./commands/ListContainerGroupDefinitionVersionsCommand";
314
+ import {
315
+ ListFleetDeploymentsCommandInput,
316
+ ListFleetDeploymentsCommandOutput,
317
+ } from "./commands/ListFleetDeploymentsCommand";
290
318
  import {
291
319
  ListFleetsCommandInput,
292
320
  ListFleetsCommandOutput,
@@ -387,6 +415,14 @@ import {
387
415
  UpdateBuildCommandInput,
388
416
  UpdateBuildCommandOutput,
389
417
  } from "./commands/UpdateBuildCommand";
418
+ import {
419
+ UpdateContainerFleetCommandInput,
420
+ UpdateContainerFleetCommandOutput,
421
+ } from "./commands/UpdateContainerFleetCommand";
422
+ import {
423
+ UpdateContainerGroupDefinitionCommandInput,
424
+ UpdateContainerGroupDefinitionCommandOutput,
425
+ } from "./commands/UpdateContainerGroupDefinitionCommand";
390
426
  import {
391
427
  UpdateFleetAttributesCommandInput,
392
428
  UpdateFleetAttributesCommandOutput,
@@ -486,6 +522,19 @@ export interface GameLift {
486
522
  options: __HttpHandlerOptions,
487
523
  cb: (err: any, data?: CreateBuildCommandOutput) => void
488
524
  ): void;
525
+ createContainerFleet(
526
+ args: CreateContainerFleetCommandInput,
527
+ options?: __HttpHandlerOptions
528
+ ): Promise<CreateContainerFleetCommandOutput>;
529
+ createContainerFleet(
530
+ args: CreateContainerFleetCommandInput,
531
+ cb: (err: any, data?: CreateContainerFleetCommandOutput) => void
532
+ ): void;
533
+ createContainerFleet(
534
+ args: CreateContainerFleetCommandInput,
535
+ options: __HttpHandlerOptions,
536
+ cb: (err: any, data?: CreateContainerFleetCommandOutput) => void
537
+ ): void;
489
538
  createContainerGroupDefinition(
490
539
  args: CreateContainerGroupDefinitionCommandInput,
491
540
  options?: __HttpHandlerOptions
@@ -695,6 +744,19 @@ export interface GameLift {
695
744
  options: __HttpHandlerOptions,
696
745
  cb: (err: any, data?: DeleteBuildCommandOutput) => void
697
746
  ): void;
747
+ deleteContainerFleet(
748
+ args: DeleteContainerFleetCommandInput,
749
+ options?: __HttpHandlerOptions
750
+ ): Promise<DeleteContainerFleetCommandOutput>;
751
+ deleteContainerFleet(
752
+ args: DeleteContainerFleetCommandInput,
753
+ cb: (err: any, data?: DeleteContainerFleetCommandOutput) => void
754
+ ): void;
755
+ deleteContainerFleet(
756
+ args: DeleteContainerFleetCommandInput,
757
+ options: __HttpHandlerOptions,
758
+ cb: (err: any, data?: DeleteContainerFleetCommandOutput) => void
759
+ ): void;
698
760
  deleteContainerGroupDefinition(
699
761
  args: DeleteContainerGroupDefinitionCommandInput,
700
762
  options?: __HttpHandlerOptions
@@ -916,6 +978,19 @@ export interface GameLift {
916
978
  options: __HttpHandlerOptions,
917
979
  cb: (err: any, data?: DescribeComputeCommandOutput) => void
918
980
  ): void;
981
+ describeContainerFleet(
982
+ args: DescribeContainerFleetCommandInput,
983
+ options?: __HttpHandlerOptions
984
+ ): Promise<DescribeContainerFleetCommandOutput>;
985
+ describeContainerFleet(
986
+ args: DescribeContainerFleetCommandInput,
987
+ cb: (err: any, data?: DescribeContainerFleetCommandOutput) => void
988
+ ): void;
989
+ describeContainerFleet(
990
+ args: DescribeContainerFleetCommandInput,
991
+ options: __HttpHandlerOptions,
992
+ cb: (err: any, data?: DescribeContainerFleetCommandOutput) => void
993
+ ): void;
919
994
  describeContainerGroupDefinition(
920
995
  args: DescribeContainerGroupDefinitionCommandInput,
921
996
  options?: __HttpHandlerOptions
@@ -971,6 +1046,19 @@ export interface GameLift {
971
1046
  options: __HttpHandlerOptions,
972
1047
  cb: (err: any, data?: DescribeFleetCapacityCommandOutput) => void
973
1048
  ): void;
1049
+ describeFleetDeployment(
1050
+ args: DescribeFleetDeploymentCommandInput,
1051
+ options?: __HttpHandlerOptions
1052
+ ): Promise<DescribeFleetDeploymentCommandOutput>;
1053
+ describeFleetDeployment(
1054
+ args: DescribeFleetDeploymentCommandInput,
1055
+ cb: (err: any, data?: DescribeFleetDeploymentCommandOutput) => void
1056
+ ): void;
1057
+ describeFleetDeployment(
1058
+ args: DescribeFleetDeploymentCommandInput,
1059
+ options: __HttpHandlerOptions,
1060
+ cb: (err: any, data?: DescribeFleetDeploymentCommandOutput) => void
1061
+ ): void;
974
1062
  describeFleetEvents(
975
1063
  args: DescribeFleetEventsCommandInput,
976
1064
  options?: __HttpHandlerOptions
@@ -1378,6 +1466,20 @@ export interface GameLift {
1378
1466
  options: __HttpHandlerOptions,
1379
1467
  cb: (err: any, data?: ListComputeCommandOutput) => void
1380
1468
  ): void;
1469
+ listContainerFleets(): Promise<ListContainerFleetsCommandOutput>;
1470
+ listContainerFleets(
1471
+ args: ListContainerFleetsCommandInput,
1472
+ options?: __HttpHandlerOptions
1473
+ ): Promise<ListContainerFleetsCommandOutput>;
1474
+ listContainerFleets(
1475
+ args: ListContainerFleetsCommandInput,
1476
+ cb: (err: any, data?: ListContainerFleetsCommandOutput) => void
1477
+ ): void;
1478
+ listContainerFleets(
1479
+ args: ListContainerFleetsCommandInput,
1480
+ options: __HttpHandlerOptions,
1481
+ cb: (err: any, data?: ListContainerFleetsCommandOutput) => void
1482
+ ): void;
1381
1483
  listContainerGroupDefinitions(): Promise<ListContainerGroupDefinitionsCommandOutput>;
1382
1484
  listContainerGroupDefinitions(
1383
1485
  args: ListContainerGroupDefinitionsCommandInput,
@@ -1392,6 +1494,39 @@ export interface GameLift {
1392
1494
  options: __HttpHandlerOptions,
1393
1495
  cb: (err: any, data?: ListContainerGroupDefinitionsCommandOutput) => void
1394
1496
  ): void;
1497
+ listContainerGroupDefinitionVersions(
1498
+ args: ListContainerGroupDefinitionVersionsCommandInput,
1499
+ options?: __HttpHandlerOptions
1500
+ ): Promise<ListContainerGroupDefinitionVersionsCommandOutput>;
1501
+ listContainerGroupDefinitionVersions(
1502
+ args: ListContainerGroupDefinitionVersionsCommandInput,
1503
+ cb: (
1504
+ err: any,
1505
+ data?: ListContainerGroupDefinitionVersionsCommandOutput
1506
+ ) => void
1507
+ ): void;
1508
+ listContainerGroupDefinitionVersions(
1509
+ args: ListContainerGroupDefinitionVersionsCommandInput,
1510
+ options: __HttpHandlerOptions,
1511
+ cb: (
1512
+ err: any,
1513
+ data?: ListContainerGroupDefinitionVersionsCommandOutput
1514
+ ) => void
1515
+ ): void;
1516
+ listFleetDeployments(): Promise<ListFleetDeploymentsCommandOutput>;
1517
+ listFleetDeployments(
1518
+ args: ListFleetDeploymentsCommandInput,
1519
+ options?: __HttpHandlerOptions
1520
+ ): Promise<ListFleetDeploymentsCommandOutput>;
1521
+ listFleetDeployments(
1522
+ args: ListFleetDeploymentsCommandInput,
1523
+ cb: (err: any, data?: ListFleetDeploymentsCommandOutput) => void
1524
+ ): void;
1525
+ listFleetDeployments(
1526
+ args: ListFleetDeploymentsCommandInput,
1527
+ options: __HttpHandlerOptions,
1528
+ cb: (err: any, data?: ListFleetDeploymentsCommandOutput) => void
1529
+ ): void;
1395
1530
  listFleets(): Promise<ListFleetsCommandOutput>;
1396
1531
  listFleets(
1397
1532
  args: ListFleetsCommandInput,
@@ -1722,6 +1857,32 @@ export interface GameLift {
1722
1857
  options: __HttpHandlerOptions,
1723
1858
  cb: (err: any, data?: UpdateBuildCommandOutput) => void
1724
1859
  ): void;
1860
+ updateContainerFleet(
1861
+ args: UpdateContainerFleetCommandInput,
1862
+ options?: __HttpHandlerOptions
1863
+ ): Promise<UpdateContainerFleetCommandOutput>;
1864
+ updateContainerFleet(
1865
+ args: UpdateContainerFleetCommandInput,
1866
+ cb: (err: any, data?: UpdateContainerFleetCommandOutput) => void
1867
+ ): void;
1868
+ updateContainerFleet(
1869
+ args: UpdateContainerFleetCommandInput,
1870
+ options: __HttpHandlerOptions,
1871
+ cb: (err: any, data?: UpdateContainerFleetCommandOutput) => void
1872
+ ): void;
1873
+ updateContainerGroupDefinition(
1874
+ args: UpdateContainerGroupDefinitionCommandInput,
1875
+ options?: __HttpHandlerOptions
1876
+ ): Promise<UpdateContainerGroupDefinitionCommandOutput>;
1877
+ updateContainerGroupDefinition(
1878
+ args: UpdateContainerGroupDefinitionCommandInput,
1879
+ cb: (err: any, data?: UpdateContainerGroupDefinitionCommandOutput) => void
1880
+ ): void;
1881
+ updateContainerGroupDefinition(
1882
+ args: UpdateContainerGroupDefinitionCommandInput,
1883
+ options: __HttpHandlerOptions,
1884
+ cb: (err: any, data?: UpdateContainerGroupDefinitionCommandOutput) => void
1885
+ ): void;
1725
1886
  updateFleetAttributes(
1726
1887
  args: UpdateFleetAttributesCommandInput,
1727
1888
  options?: __HttpHandlerOptions
@@ -61,6 +61,10 @@ import {
61
61
  CreateBuildCommandInput,
62
62
  CreateBuildCommandOutput,
63
63
  } from "./commands/CreateBuildCommand";
64
+ import {
65
+ CreateContainerFleetCommandInput,
66
+ CreateContainerFleetCommandOutput,
67
+ } from "./commands/CreateContainerFleetCommand";
64
68
  import {
65
69
  CreateContainerGroupDefinitionCommandInput,
66
70
  CreateContainerGroupDefinitionCommandOutput,
@@ -125,6 +129,10 @@ import {
125
129
  DeleteBuildCommandInput,
126
130
  DeleteBuildCommandOutput,
127
131
  } from "./commands/DeleteBuildCommand";
132
+ import {
133
+ DeleteContainerFleetCommandInput,
134
+ DeleteContainerFleetCommandOutput,
135
+ } from "./commands/DeleteContainerFleetCommand";
128
136
  import {
129
137
  DeleteContainerGroupDefinitionCommandInput,
130
138
  DeleteContainerGroupDefinitionCommandOutput,
@@ -193,6 +201,10 @@ import {
193
201
  DescribeComputeCommandInput,
194
202
  DescribeComputeCommandOutput,
195
203
  } from "./commands/DescribeComputeCommand";
204
+ import {
205
+ DescribeContainerFleetCommandInput,
206
+ DescribeContainerFleetCommandOutput,
207
+ } from "./commands/DescribeContainerFleetCommand";
196
208
  import {
197
209
  DescribeContainerGroupDefinitionCommandInput,
198
210
  DescribeContainerGroupDefinitionCommandOutput,
@@ -209,6 +221,10 @@ import {
209
221
  DescribeFleetCapacityCommandInput,
210
222
  DescribeFleetCapacityCommandOutput,
211
223
  } from "./commands/DescribeFleetCapacityCommand";
224
+ import {
225
+ DescribeFleetDeploymentCommandInput,
226
+ DescribeFleetDeploymentCommandOutput,
227
+ } from "./commands/DescribeFleetDeploymentCommand";
212
228
  import {
213
229
  DescribeFleetEventsCommandInput,
214
230
  DescribeFleetEventsCommandOutput,
@@ -329,10 +345,22 @@ import {
329
345
  ListComputeCommandInput,
330
346
  ListComputeCommandOutput,
331
347
  } from "./commands/ListComputeCommand";
348
+ import {
349
+ ListContainerFleetsCommandInput,
350
+ ListContainerFleetsCommandOutput,
351
+ } from "./commands/ListContainerFleetsCommand";
332
352
  import {
333
353
  ListContainerGroupDefinitionsCommandInput,
334
354
  ListContainerGroupDefinitionsCommandOutput,
335
355
  } from "./commands/ListContainerGroupDefinitionsCommand";
356
+ import {
357
+ ListContainerGroupDefinitionVersionsCommandInput,
358
+ ListContainerGroupDefinitionVersionsCommandOutput,
359
+ } from "./commands/ListContainerGroupDefinitionVersionsCommand";
360
+ import {
361
+ ListFleetDeploymentsCommandInput,
362
+ ListFleetDeploymentsCommandOutput,
363
+ } from "./commands/ListFleetDeploymentsCommand";
336
364
  import {
337
365
  ListFleetsCommandInput,
338
366
  ListFleetsCommandOutput,
@@ -433,6 +461,14 @@ import {
433
461
  UpdateBuildCommandInput,
434
462
  UpdateBuildCommandOutput,
435
463
  } from "./commands/UpdateBuildCommand";
464
+ import {
465
+ UpdateContainerFleetCommandInput,
466
+ UpdateContainerFleetCommandOutput,
467
+ } from "./commands/UpdateContainerFleetCommand";
468
+ import {
469
+ UpdateContainerGroupDefinitionCommandInput,
470
+ UpdateContainerGroupDefinitionCommandOutput,
471
+ } from "./commands/UpdateContainerGroupDefinitionCommand";
436
472
  import {
437
473
  UpdateFleetAttributesCommandInput,
438
474
  UpdateFleetAttributesCommandOutput,
@@ -489,6 +525,7 @@ export type ServiceInputTypes =
489
525
  | ClaimGameServerCommandInput
490
526
  | CreateAliasCommandInput
491
527
  | CreateBuildCommandInput
528
+ | CreateContainerFleetCommandInput
492
529
  | CreateContainerGroupDefinitionCommandInput
493
530
  | CreateFleetCommandInput
494
531
  | CreateFleetLocationsCommandInput
@@ -505,6 +542,7 @@ export type ServiceInputTypes =
505
542
  | CreateVpcPeeringConnectionCommandInput
506
543
  | DeleteAliasCommandInput
507
544
  | DeleteBuildCommandInput
545
+ | DeleteContainerFleetCommandInput
508
546
  | DeleteContainerGroupDefinitionCommandInput
509
547
  | DeleteFleetCommandInput
510
548
  | DeleteFleetLocationsCommandInput
@@ -522,10 +560,12 @@ export type ServiceInputTypes =
522
560
  | DescribeAliasCommandInput
523
561
  | DescribeBuildCommandInput
524
562
  | DescribeComputeCommandInput
563
+ | DescribeContainerFleetCommandInput
525
564
  | DescribeContainerGroupDefinitionCommandInput
526
565
  | DescribeEC2InstanceLimitsCommandInput
527
566
  | DescribeFleetAttributesCommandInput
528
567
  | DescribeFleetCapacityCommandInput
568
+ | DescribeFleetDeploymentCommandInput
529
569
  | DescribeFleetEventsCommandInput
530
570
  | DescribeFleetLocationAttributesCommandInput
531
571
  | DescribeFleetLocationCapacityCommandInput
@@ -556,7 +596,10 @@ export type ServiceInputTypes =
556
596
  | ListAliasesCommandInput
557
597
  | ListBuildsCommandInput
558
598
  | ListComputeCommandInput
599
+ | ListContainerFleetsCommandInput
600
+ | ListContainerGroupDefinitionVersionsCommandInput
559
601
  | ListContainerGroupDefinitionsCommandInput
602
+ | ListFleetDeploymentsCommandInput
560
603
  | ListFleetsCommandInput
561
604
  | ListGameServerGroupsCommandInput
562
605
  | ListGameServersCommandInput
@@ -582,6 +625,8 @@ export type ServiceInputTypes =
582
625
  | UntagResourceCommandInput
583
626
  | UpdateAliasCommandInput
584
627
  | UpdateBuildCommandInput
628
+ | UpdateContainerFleetCommandInput
629
+ | UpdateContainerGroupDefinitionCommandInput
585
630
  | UpdateFleetAttributesCommandInput
586
631
  | UpdateFleetCapacityCommandInput
587
632
  | UpdateFleetPortSettingsCommandInput
@@ -598,6 +643,7 @@ export type ServiceOutputTypes =
598
643
  | ClaimGameServerCommandOutput
599
644
  | CreateAliasCommandOutput
600
645
  | CreateBuildCommandOutput
646
+ | CreateContainerFleetCommandOutput
601
647
  | CreateContainerGroupDefinitionCommandOutput
602
648
  | CreateFleetCommandOutput
603
649
  | CreateFleetLocationsCommandOutput
@@ -614,6 +660,7 @@ export type ServiceOutputTypes =
614
660
  | CreateVpcPeeringConnectionCommandOutput
615
661
  | DeleteAliasCommandOutput
616
662
  | DeleteBuildCommandOutput
663
+ | DeleteContainerFleetCommandOutput
617
664
  | DeleteContainerGroupDefinitionCommandOutput
618
665
  | DeleteFleetCommandOutput
619
666
  | DeleteFleetLocationsCommandOutput
@@ -631,10 +678,12 @@ export type ServiceOutputTypes =
631
678
  | DescribeAliasCommandOutput
632
679
  | DescribeBuildCommandOutput
633
680
  | DescribeComputeCommandOutput
681
+ | DescribeContainerFleetCommandOutput
634
682
  | DescribeContainerGroupDefinitionCommandOutput
635
683
  | DescribeEC2InstanceLimitsCommandOutput
636
684
  | DescribeFleetAttributesCommandOutput
637
685
  | DescribeFleetCapacityCommandOutput
686
+ | DescribeFleetDeploymentCommandOutput
638
687
  | DescribeFleetEventsCommandOutput
639
688
  | DescribeFleetLocationAttributesCommandOutput
640
689
  | DescribeFleetLocationCapacityCommandOutput
@@ -665,7 +714,10 @@ export type ServiceOutputTypes =
665
714
  | ListAliasesCommandOutput
666
715
  | ListBuildsCommandOutput
667
716
  | ListComputeCommandOutput
717
+ | ListContainerFleetsCommandOutput
718
+ | ListContainerGroupDefinitionVersionsCommandOutput
668
719
  | ListContainerGroupDefinitionsCommandOutput
720
+ | ListFleetDeploymentsCommandOutput
669
721
  | ListFleetsCommandOutput
670
722
  | ListGameServerGroupsCommandOutput
671
723
  | ListGameServersCommandOutput
@@ -691,6 +743,8 @@ export type ServiceOutputTypes =
691
743
  | UntagResourceCommandOutput
692
744
  | UpdateAliasCommandOutput
693
745
  | UpdateBuildCommandOutput
746
+ | UpdateContainerFleetCommandOutput
747
+ | UpdateContainerGroupDefinitionCommandOutput
694
748
  | UpdateFleetAttributesCommandOutput
695
749
  | UpdateFleetCapacityCommandOutput
696
750
  | UpdateFleetPortSettingsCommandOutput