@aws-sdk/client-gamelift 3.1087.0 → 3.1089.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 (146) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/GameLift.d.ts +402 -465
  3. package/dist-types/ts3.4/GameLiftClient.d.ts +30 -85
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/AcceptMatchCommand.d.ts +3 -5
  8. package/dist-types/ts3.4/commands/ClaimGameServerCommand.d.ts +4 -9
  9. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +3 -5
  10. package/dist-types/ts3.4/commands/CreateBuildCommand.d.ts +2 -4
  11. package/dist-types/ts3.4/commands/CreateContainerFleetCommand.d.ts +5 -10
  12. package/dist-types/ts3.4/commands/CreateContainerGroupDefinitionCommand.d.ts +4 -6
  13. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +3 -5
  14. package/dist-types/ts3.4/commands/CreateFleetLocationsCommand.d.ts +5 -10
  15. package/dist-types/ts3.4/commands/CreateGameServerGroupCommand.d.ts +5 -10
  16. package/dist-types/ts3.4/commands/CreateGameSessionCommand.d.ts +4 -9
  17. package/dist-types/ts3.4/commands/CreateGameSessionQueueCommand.d.ts +5 -10
  18. package/dist-types/ts3.4/commands/CreateLocationCommand.d.ts +3 -5
  19. package/dist-types/ts3.4/commands/CreateMatchmakingConfigurationCommand.d.ts +4 -6
  20. package/dist-types/ts3.4/commands/CreateMatchmakingRuleSetCommand.d.ts +5 -10
  21. package/dist-types/ts3.4/commands/CreatePlayerSessionCommand.d.ts +5 -10
  22. package/dist-types/ts3.4/commands/CreatePlayerSessionsCommand.d.ts +5 -10
  23. package/dist-types/ts3.4/commands/CreateScriptCommand.d.ts +2 -4
  24. package/dist-types/ts3.4/commands/CreateVpcPeeringAuthorizationCommand.d.ts +4 -6
  25. package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +4 -6
  26. package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +2 -2
  27. package/dist-types/ts3.4/commands/DeleteBuildCommand.d.ts +2 -2
  28. package/dist-types/ts3.4/commands/DeleteContainerFleetCommand.d.ts +5 -10
  29. package/dist-types/ts3.4/commands/DeleteContainerGroupDefinitionCommand.d.ts +4 -6
  30. package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +2 -2
  31. package/dist-types/ts3.4/commands/DeleteFleetLocationsCommand.d.ts +5 -10
  32. package/dist-types/ts3.4/commands/DeleteGameServerGroupCommand.d.ts +5 -10
  33. package/dist-types/ts3.4/commands/DeleteGameSessionQueueCommand.d.ts +5 -10
  34. package/dist-types/ts3.4/commands/DeleteLocationCommand.d.ts +3 -5
  35. package/dist-types/ts3.4/commands/DeleteMatchmakingConfigurationCommand.d.ts +4 -6
  36. package/dist-types/ts3.4/commands/DeleteMatchmakingRuleSetCommand.d.ts +5 -10
  37. package/dist-types/ts3.4/commands/DeleteScalingPolicyCommand.d.ts +3 -4
  38. package/dist-types/ts3.4/commands/DeleteScriptCommand.d.ts +2 -2
  39. package/dist-types/ts3.4/commands/DeleteVpcPeeringAuthorizationCommand.d.ts +4 -6
  40. package/dist-types/ts3.4/commands/DeleteVpcPeeringConnectionCommand.d.ts +4 -6
  41. package/dist-types/ts3.4/commands/DeregisterComputeCommand.d.ts +4 -9
  42. package/dist-types/ts3.4/commands/DeregisterGameServerCommand.d.ts +3 -4
  43. package/dist-types/ts3.4/commands/DescribeAliasCommand.d.ts +3 -5
  44. package/dist-types/ts3.4/commands/DescribeBuildCommand.d.ts +3 -5
  45. package/dist-types/ts3.4/commands/DescribeComputeCommand.d.ts +4 -9
  46. package/dist-types/ts3.4/commands/DescribeContainerFleetCommand.d.ts +5 -10
  47. package/dist-types/ts3.4/commands/DescribeContainerGroupDefinitionCommand.d.ts +4 -6
  48. package/dist-types/ts3.4/commands/DescribeContainerGroupPortMappingsCommand.d.ts +4 -6
  49. package/dist-types/ts3.4/commands/DescribeEC2InstanceLimitsCommand.d.ts +3 -5
  50. package/dist-types/ts3.4/commands/DescribeFleetAttributesCommand.d.ts +4 -9
  51. package/dist-types/ts3.4/commands/DescribeFleetCapacityCommand.d.ts +4 -9
  52. package/dist-types/ts3.4/commands/DescribeFleetDeploymentCommand.d.ts +5 -10
  53. package/dist-types/ts3.4/commands/DescribeFleetEventsCommand.d.ts +5 -10
  54. package/dist-types/ts3.4/commands/DescribeFleetLocationAttributesCommand.d.ts +4 -6
  55. package/dist-types/ts3.4/commands/DescribeFleetLocationCapacityCommand.d.ts +4 -6
  56. package/dist-types/ts3.4/commands/DescribeFleetLocationUtilizationCommand.d.ts +4 -6
  57. package/dist-types/ts3.4/commands/DescribeFleetPortSettingsCommand.d.ts +4 -6
  58. package/dist-types/ts3.4/commands/DescribeFleetUtilizationCommand.d.ts +4 -9
  59. package/dist-types/ts3.4/commands/DescribeGameServerCommand.d.ts +5 -10
  60. package/dist-types/ts3.4/commands/DescribeGameServerGroupCommand.d.ts +5 -10
  61. package/dist-types/ts3.4/commands/DescribeGameServerInstancesCommand.d.ts +4 -6
  62. package/dist-types/ts3.4/commands/DescribeGameSessionDetailsCommand.d.ts +3 -5
  63. package/dist-types/ts3.4/commands/DescribeGameSessionPlacementCommand.d.ts +4 -6
  64. package/dist-types/ts3.4/commands/DescribeGameSessionQueuesCommand.d.ts +3 -5
  65. package/dist-types/ts3.4/commands/DescribeGameSessionsCommand.d.ts +4 -9
  66. package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +4 -9
  67. package/dist-types/ts3.4/commands/DescribeMatchmakingCommand.d.ts +5 -10
  68. package/dist-types/ts3.4/commands/DescribeMatchmakingConfigurationsCommand.d.ts +3 -5
  69. package/dist-types/ts3.4/commands/DescribeMatchmakingRuleSetsCommand.d.ts +3 -5
  70. package/dist-types/ts3.4/commands/DescribePlayerSessionsCommand.d.ts +4 -9
  71. package/dist-types/ts3.4/commands/DescribeRuntimeConfigurationCommand.d.ts +4 -6
  72. package/dist-types/ts3.4/commands/DescribeScalingPoliciesCommand.d.ts +5 -10
  73. package/dist-types/ts3.4/commands/DescribeScriptCommand.d.ts +3 -5
  74. package/dist-types/ts3.4/commands/DescribeVpcPeeringAuthorizationsCommand.d.ts +3 -5
  75. package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +3 -5
  76. package/dist-types/ts3.4/commands/GetComputeAccessCommand.d.ts +4 -9
  77. package/dist-types/ts3.4/commands/GetComputeAuthTokenCommand.d.ts +5 -10
  78. package/dist-types/ts3.4/commands/GetGameSessionLogUrlCommand.d.ts +5 -10
  79. package/dist-types/ts3.4/commands/GetInstanceAccessCommand.d.ts +4 -9
  80. package/dist-types/ts3.4/commands/GetPlayerConnectionDetailsCommand.d.ts +4 -6
  81. package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +2 -4
  82. package/dist-types/ts3.4/commands/ListBuildsCommand.d.ts +2 -4
  83. package/dist-types/ts3.4/commands/ListComputeCommand.d.ts +3 -5
  84. package/dist-types/ts3.4/commands/ListContainerFleetsCommand.d.ts +4 -9
  85. package/dist-types/ts3.4/commands/ListContainerGroupDefinitionVersionsCommand.d.ts +4 -6
  86. package/dist-types/ts3.4/commands/ListContainerGroupDefinitionsCommand.d.ts +3 -5
  87. package/dist-types/ts3.4/commands/ListFleetDeploymentsCommand.d.ts +4 -9
  88. package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +2 -4
  89. package/dist-types/ts3.4/commands/ListGameServerGroupsCommand.d.ts +4 -9
  90. package/dist-types/ts3.4/commands/ListGameServersCommand.d.ts +4 -9
  91. package/dist-types/ts3.4/commands/ListLocationsCommand.d.ts +2 -4
  92. package/dist-types/ts3.4/commands/ListScriptsCommand.d.ts +2 -4
  93. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  94. package/dist-types/ts3.4/commands/PutScalingPolicyCommand.d.ts +4 -9
  95. package/dist-types/ts3.4/commands/RegisterComputeCommand.d.ts +4 -9
  96. package/dist-types/ts3.4/commands/RegisterGameServerCommand.d.ts +5 -10
  97. package/dist-types/ts3.4/commands/RequestUploadCredentialsCommand.d.ts +5 -10
  98. package/dist-types/ts3.4/commands/ResolveAliasCommand.d.ts +3 -5
  99. package/dist-types/ts3.4/commands/ResumeGameServerGroupCommand.d.ts +5 -10
  100. package/dist-types/ts3.4/commands/SearchGameSessionsCommand.d.ts +4 -9
  101. package/dist-types/ts3.4/commands/StartFleetActionsCommand.d.ts +4 -9
  102. package/dist-types/ts3.4/commands/StartGameSessionPlacementCommand.d.ts +4 -6
  103. package/dist-types/ts3.4/commands/StartMatchBackfillCommand.d.ts +5 -10
  104. package/dist-types/ts3.4/commands/StartMatchmakingCommand.d.ts +4 -9
  105. package/dist-types/ts3.4/commands/StopFleetActionsCommand.d.ts +4 -9
  106. package/dist-types/ts3.4/commands/StopGameSessionPlacementCommand.d.ts +5 -10
  107. package/dist-types/ts3.4/commands/StopMatchmakingCommand.d.ts +4 -9
  108. package/dist-types/ts3.4/commands/SuspendGameServerGroupCommand.d.ts +5 -10
  109. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  110. package/dist-types/ts3.4/commands/TerminateGameSessionCommand.d.ts +5 -10
  111. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  112. package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +3 -5
  113. package/dist-types/ts3.4/commands/UpdateBuildCommand.d.ts +3 -5
  114. package/dist-types/ts3.4/commands/UpdateContainerFleetCommand.d.ts +5 -10
  115. package/dist-types/ts3.4/commands/UpdateContainerGroupDefinitionCommand.d.ts +4 -6
  116. package/dist-types/ts3.4/commands/UpdateFleetAttributesCommand.d.ts +5 -10
  117. package/dist-types/ts3.4/commands/UpdateFleetCapacityCommand.d.ts +5 -10
  118. package/dist-types/ts3.4/commands/UpdateFleetPortSettingsCommand.d.ts +5 -10
  119. package/dist-types/ts3.4/commands/UpdateGameServerCommand.d.ts +4 -9
  120. package/dist-types/ts3.4/commands/UpdateGameServerGroupCommand.d.ts +5 -10
  121. package/dist-types/ts3.4/commands/UpdateGameSessionCommand.d.ts +4 -9
  122. package/dist-types/ts3.4/commands/UpdateGameSessionQueueCommand.d.ts +5 -10
  123. package/dist-types/ts3.4/commands/UpdateMatchmakingConfigurationCommand.d.ts +4 -6
  124. package/dist-types/ts3.4/commands/UpdateRuntimeConfigurationCommand.d.ts +4 -6
  125. package/dist-types/ts3.4/commands/UpdateScriptCommand.d.ts +3 -5
  126. package/dist-types/ts3.4/commands/ValidateMatchmakingRuleSetCommand.d.ts +4 -6
  127. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  128. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  129. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  130. package/dist-types/ts3.4/models/enums.d.ts +23 -46
  131. package/dist-types/ts3.4/models/errors.d.ts +13 -48
  132. package/dist-types/ts3.4/models/models_0.d.ts +1 -3
  133. package/dist-types/ts3.4/models/models_1.d.ts +1 -3
  134. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  135. package/dist-types/ts3.4/pagination/ListAliasesPaginator.d.ts +1 -4
  136. package/dist-types/ts3.4/pagination/ListBuildsPaginator.d.ts +1 -4
  137. package/dist-types/ts3.4/pagination/ListComputePaginator.d.ts +1 -4
  138. package/dist-types/ts3.4/pagination/ListFleetsPaginator.d.ts +1 -4
  139. package/dist-types/ts3.4/pagination/ListScriptsPaginator.d.ts +1 -4
  140. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  141. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  142. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  143. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  144. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  145. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  146. package/package.json +38 -38
package/dist-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1086.0";
72
+ var version = "3.1088.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75