@aws-sdk/client-gamelift 3.168.0 → 3.170.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 (133) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/GameLift.d.ts +1720 -480
  3. package/dist-types/ts3.4/GameLiftClient.d.ts +699 -168
  4. package/dist-types/ts3.4/commands/AcceptMatchCommand.d.ts +34 -17
  5. package/dist-types/ts3.4/commands/ClaimGameServerCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +34 -17
  7. package/dist-types/ts3.4/commands/CreateBuildCommand.d.ts +34 -17
  8. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +34 -17
  9. package/dist-types/ts3.4/commands/CreateFleetLocationsCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreateGameServerGroupCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/CreateGameSessionCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/CreateGameSessionQueueCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/CreateMatchmakingConfigurationCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/CreateMatchmakingRuleSetCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/CreatePlayerSessionCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/CreatePlayerSessionsCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/CreateScriptCommand.d.ts +34 -17
  18. package/dist-types/ts3.4/commands/CreateVpcPeeringAuthorizationCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +32 -17
  21. package/dist-types/ts3.4/commands/DeleteBuildCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +32 -17
  23. package/dist-types/ts3.4/commands/DeleteFleetLocationsCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/DeleteGameServerGroupCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DeleteGameSessionQueueCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/DeleteMatchmakingConfigurationCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/DeleteMatchmakingRuleSetCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/DeleteScalingPolicyCommand.d.ts +33 -17
  29. package/dist-types/ts3.4/commands/DeleteScriptCommand.d.ts +32 -17
  30. package/dist-types/ts3.4/commands/DeleteVpcPeeringAuthorizationCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/DeleteVpcPeeringConnectionCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/DeregisterGameServerCommand.d.ts +36 -17
  33. package/dist-types/ts3.4/commands/DescribeAliasCommand.d.ts +34 -17
  34. package/dist-types/ts3.4/commands/DescribeBuildCommand.d.ts +34 -17
  35. package/dist-types/ts3.4/commands/DescribeEC2InstanceLimitsCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/DescribeFleetAttributesCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/DescribeFleetCapacityCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/DescribeFleetEventsCommand.d.ts +38 -17
  39. package/dist-types/ts3.4/commands/DescribeFleetLocationAttributesCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/DescribeFleetLocationCapacityCommand.d.ts +41 -17
  41. package/dist-types/ts3.4/commands/DescribeFleetLocationUtilizationCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/DescribeFleetPortSettingsCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/DescribeFleetUtilizationCommand.d.ts +41 -17
  44. package/dist-types/ts3.4/commands/DescribeGameServerCommand.d.ts +38 -17
  45. package/dist-types/ts3.4/commands/DescribeGameServerGroupCommand.d.ts +41 -17
  46. package/dist-types/ts3.4/commands/DescribeGameServerInstancesCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/DescribeGameSessionDetailsCommand.d.ts +41 -17
  48. package/dist-types/ts3.4/commands/DescribeGameSessionPlacementCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/DescribeGameSessionQueuesCommand.d.ts +41 -17
  50. package/dist-types/ts3.4/commands/DescribeGameSessionsCommand.d.ts +41 -17
  51. package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +37 -17
  52. package/dist-types/ts3.4/commands/DescribeMatchmakingCommand.d.ts +38 -17
  53. package/dist-types/ts3.4/commands/DescribeMatchmakingConfigurationsCommand.d.ts +41 -17
  54. package/dist-types/ts3.4/commands/DescribeMatchmakingRuleSetsCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/DescribePlayerSessionsCommand.d.ts +41 -17
  56. package/dist-types/ts3.4/commands/DescribeRuntimeConfigurationCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/DescribeScalingPoliciesCommand.d.ts +41 -17
  58. package/dist-types/ts3.4/commands/DescribeScriptCommand.d.ts +34 -17
  59. package/dist-types/ts3.4/commands/DescribeVpcPeeringAuthorizationsCommand.d.ts +41 -17
  60. package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +41 -17
  61. package/dist-types/ts3.4/commands/GetGameSessionLogUrlCommand.d.ts +41 -17
  62. package/dist-types/ts3.4/commands/GetInstanceAccessCommand.d.ts +37 -17
  63. package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +34 -17
  64. package/dist-types/ts3.4/commands/ListBuildsCommand.d.ts +34 -17
  65. package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +34 -17
  66. package/dist-types/ts3.4/commands/ListGameServerGroupsCommand.d.ts +41 -17
  67. package/dist-types/ts3.4/commands/ListGameServersCommand.d.ts +37 -17
  68. package/dist-types/ts3.4/commands/ListScriptsCommand.d.ts +34 -17
  69. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  70. package/dist-types/ts3.4/commands/PutScalingPolicyCommand.d.ts +37 -17
  71. package/dist-types/ts3.4/commands/RegisterGameServerCommand.d.ts +38 -17
  72. package/dist-types/ts3.4/commands/RequestUploadCredentialsCommand.d.ts +41 -17
  73. package/dist-types/ts3.4/commands/ResolveAliasCommand.d.ts +34 -17
  74. package/dist-types/ts3.4/commands/ResumeGameServerGroupCommand.d.ts +41 -17
  75. package/dist-types/ts3.4/commands/SearchGameSessionsCommand.d.ts +38 -17
  76. package/dist-types/ts3.4/commands/StartFleetActionsCommand.d.ts +37 -17
  77. package/dist-types/ts3.4/commands/StartGameSessionPlacementCommand.d.ts +41 -17
  78. package/dist-types/ts3.4/commands/StartMatchBackfillCommand.d.ts +38 -17
  79. package/dist-types/ts3.4/commands/StartMatchmakingCommand.d.ts +37 -17
  80. package/dist-types/ts3.4/commands/StopFleetActionsCommand.d.ts +37 -17
  81. package/dist-types/ts3.4/commands/StopGameSessionPlacementCommand.d.ts +41 -17
  82. package/dist-types/ts3.4/commands/StopMatchmakingCommand.d.ts +37 -17
  83. package/dist-types/ts3.4/commands/SuspendGameServerGroupCommand.d.ts +41 -17
  84. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  85. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  86. package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +34 -17
  87. package/dist-types/ts3.4/commands/UpdateBuildCommand.d.ts +34 -17
  88. package/dist-types/ts3.4/commands/UpdateFleetAttributesCommand.d.ts +41 -17
  89. package/dist-types/ts3.4/commands/UpdateFleetCapacityCommand.d.ts +38 -17
  90. package/dist-types/ts3.4/commands/UpdateFleetPortSettingsCommand.d.ts +41 -17
  91. package/dist-types/ts3.4/commands/UpdateGameServerCommand.d.ts +37 -17
  92. package/dist-types/ts3.4/commands/UpdateGameServerGroupCommand.d.ts +41 -17
  93. package/dist-types/ts3.4/commands/UpdateGameSessionCommand.d.ts +37 -17
  94. package/dist-types/ts3.4/commands/UpdateGameSessionQueueCommand.d.ts +41 -17
  95. package/dist-types/ts3.4/commands/UpdateMatchmakingConfigurationCommand.d.ts +41 -17
  96. package/dist-types/ts3.4/commands/UpdateRuntimeConfigurationCommand.d.ts +41 -17
  97. package/dist-types/ts3.4/commands/UpdateScriptCommand.d.ts +34 -17
  98. package/dist-types/ts3.4/commands/ValidateMatchmakingRuleSetCommand.d.ts +41 -17
  99. package/dist-types/ts3.4/commands/index.d.ts +95 -95
  100. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  101. package/dist-types/ts3.4/index.d.ts +6 -6
  102. package/dist-types/ts3.4/models/GameLiftServiceException.d.ts +8 -6
  103. package/dist-types/ts3.4/models/index.d.ts +1 -1
  104. package/dist-types/ts3.4/models/models_0.d.ts +3487 -3015
  105. package/dist-types/ts3.4/pagination/DescribeFleetAttributesPaginator.d.ts +11 -4
  106. package/dist-types/ts3.4/pagination/DescribeFleetCapacityPaginator.d.ts +11 -4
  107. package/dist-types/ts3.4/pagination/DescribeFleetEventsPaginator.d.ts +11 -4
  108. package/dist-types/ts3.4/pagination/DescribeFleetLocationAttributesPaginator.d.ts +11 -4
  109. package/dist-types/ts3.4/pagination/DescribeFleetUtilizationPaginator.d.ts +11 -4
  110. package/dist-types/ts3.4/pagination/DescribeGameServerInstancesPaginator.d.ts +11 -4
  111. package/dist-types/ts3.4/pagination/DescribeGameSessionDetailsPaginator.d.ts +11 -4
  112. package/dist-types/ts3.4/pagination/DescribeGameSessionQueuesPaginator.d.ts +11 -4
  113. package/dist-types/ts3.4/pagination/DescribeGameSessionsPaginator.d.ts +11 -4
  114. package/dist-types/ts3.4/pagination/DescribeInstancesPaginator.d.ts +11 -4
  115. package/dist-types/ts3.4/pagination/DescribeMatchmakingConfigurationsPaginator.d.ts +11 -4
  116. package/dist-types/ts3.4/pagination/DescribeMatchmakingRuleSetsPaginator.d.ts +11 -4
  117. package/dist-types/ts3.4/pagination/DescribePlayerSessionsPaginator.d.ts +11 -4
  118. package/dist-types/ts3.4/pagination/DescribeScalingPoliciesPaginator.d.ts +11 -4
  119. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  120. package/dist-types/ts3.4/pagination/ListAliasesPaginator.d.ts +11 -4
  121. package/dist-types/ts3.4/pagination/ListBuildsPaginator.d.ts +11 -4
  122. package/dist-types/ts3.4/pagination/ListFleetsPaginator.d.ts +11 -4
  123. package/dist-types/ts3.4/pagination/ListGameServerGroupsPaginator.d.ts +11 -4
  124. package/dist-types/ts3.4/pagination/ListGameServersPaginator.d.ts +11 -4
  125. package/dist-types/ts3.4/pagination/ListScriptsPaginator.d.ts +11 -4
  126. package/dist-types/ts3.4/pagination/SearchGameSessionsPaginator.d.ts +11 -4
  127. package/dist-types/ts3.4/pagination/index.d.ts +22 -22
  128. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +1145 -287
  129. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  130. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  131. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  132. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  133. package/package.json +34 -34
@@ -1,168 +1,699 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { AcceptMatchCommandInput, AcceptMatchCommandOutput } from "./commands/AcceptMatchCommand";
10
- import { ClaimGameServerCommandInput, ClaimGameServerCommandOutput } from "./commands/ClaimGameServerCommand";
11
- import { CreateAliasCommandInput, CreateAliasCommandOutput } from "./commands/CreateAliasCommand";
12
- import { CreateBuildCommandInput, CreateBuildCommandOutput } from "./commands/CreateBuildCommand";
13
- import { CreateFleetCommandInput, CreateFleetCommandOutput } from "./commands/CreateFleetCommand";
14
- import { CreateFleetLocationsCommandInput, CreateFleetLocationsCommandOutput } from "./commands/CreateFleetLocationsCommand";
15
- import { CreateGameServerGroupCommandInput, CreateGameServerGroupCommandOutput } from "./commands/CreateGameServerGroupCommand";
16
- import { CreateGameSessionCommandInput, CreateGameSessionCommandOutput } from "./commands/CreateGameSessionCommand";
17
- import { CreateGameSessionQueueCommandInput, CreateGameSessionQueueCommandOutput } from "./commands/CreateGameSessionQueueCommand";
18
- import { CreateMatchmakingConfigurationCommandInput, CreateMatchmakingConfigurationCommandOutput } from "./commands/CreateMatchmakingConfigurationCommand";
19
- import { CreateMatchmakingRuleSetCommandInput, CreateMatchmakingRuleSetCommandOutput } from "./commands/CreateMatchmakingRuleSetCommand";
20
- import { CreatePlayerSessionCommandInput, CreatePlayerSessionCommandOutput } from "./commands/CreatePlayerSessionCommand";
21
- import { CreatePlayerSessionsCommandInput, CreatePlayerSessionsCommandOutput } from "./commands/CreatePlayerSessionsCommand";
22
- import { CreateScriptCommandInput, CreateScriptCommandOutput } from "./commands/CreateScriptCommand";
23
- import { CreateVpcPeeringAuthorizationCommandInput, CreateVpcPeeringAuthorizationCommandOutput } from "./commands/CreateVpcPeeringAuthorizationCommand";
24
- import { CreateVpcPeeringConnectionCommandInput, CreateVpcPeeringConnectionCommandOutput } from "./commands/CreateVpcPeeringConnectionCommand";
25
- import { DeleteAliasCommandInput, DeleteAliasCommandOutput } from "./commands/DeleteAliasCommand";
26
- import { DeleteBuildCommandInput, DeleteBuildCommandOutput } from "./commands/DeleteBuildCommand";
27
- import { DeleteFleetCommandInput, DeleteFleetCommandOutput } from "./commands/DeleteFleetCommand";
28
- import { DeleteFleetLocationsCommandInput, DeleteFleetLocationsCommandOutput } from "./commands/DeleteFleetLocationsCommand";
29
- import { DeleteGameServerGroupCommandInput, DeleteGameServerGroupCommandOutput } from "./commands/DeleteGameServerGroupCommand";
30
- import { DeleteGameSessionQueueCommandInput, DeleteGameSessionQueueCommandOutput } from "./commands/DeleteGameSessionQueueCommand";
31
- import { DeleteMatchmakingConfigurationCommandInput, DeleteMatchmakingConfigurationCommandOutput } from "./commands/DeleteMatchmakingConfigurationCommand";
32
- import { DeleteMatchmakingRuleSetCommandInput, DeleteMatchmakingRuleSetCommandOutput } from "./commands/DeleteMatchmakingRuleSetCommand";
33
- import { DeleteScalingPolicyCommandInput, DeleteScalingPolicyCommandOutput } from "./commands/DeleteScalingPolicyCommand";
34
- import { DeleteScriptCommandInput, DeleteScriptCommandOutput } from "./commands/DeleteScriptCommand";
35
- import { DeleteVpcPeeringAuthorizationCommandInput, DeleteVpcPeeringAuthorizationCommandOutput } from "./commands/DeleteVpcPeeringAuthorizationCommand";
36
- import { DeleteVpcPeeringConnectionCommandInput, DeleteVpcPeeringConnectionCommandOutput } from "./commands/DeleteVpcPeeringConnectionCommand";
37
- import { DeregisterGameServerCommandInput, DeregisterGameServerCommandOutput } from "./commands/DeregisterGameServerCommand";
38
- import { DescribeAliasCommandInput, DescribeAliasCommandOutput } from "./commands/DescribeAliasCommand";
39
- import { DescribeBuildCommandInput, DescribeBuildCommandOutput } from "./commands/DescribeBuildCommand";
40
- import { DescribeEC2InstanceLimitsCommandInput, DescribeEC2InstanceLimitsCommandOutput } from "./commands/DescribeEC2InstanceLimitsCommand";
41
- import { DescribeFleetAttributesCommandInput, DescribeFleetAttributesCommandOutput } from "./commands/DescribeFleetAttributesCommand";
42
- import { DescribeFleetCapacityCommandInput, DescribeFleetCapacityCommandOutput } from "./commands/DescribeFleetCapacityCommand";
43
- import { DescribeFleetEventsCommandInput, DescribeFleetEventsCommandOutput } from "./commands/DescribeFleetEventsCommand";
44
- import { DescribeFleetLocationAttributesCommandInput, DescribeFleetLocationAttributesCommandOutput } from "./commands/DescribeFleetLocationAttributesCommand";
45
- import { DescribeFleetLocationCapacityCommandInput, DescribeFleetLocationCapacityCommandOutput } from "./commands/DescribeFleetLocationCapacityCommand";
46
- import { DescribeFleetLocationUtilizationCommandInput, DescribeFleetLocationUtilizationCommandOutput } from "./commands/DescribeFleetLocationUtilizationCommand";
47
- import { DescribeFleetPortSettingsCommandInput, DescribeFleetPortSettingsCommandOutput } from "./commands/DescribeFleetPortSettingsCommand";
48
- import { DescribeFleetUtilizationCommandInput, DescribeFleetUtilizationCommandOutput } from "./commands/DescribeFleetUtilizationCommand";
49
- import { DescribeGameServerCommandInput, DescribeGameServerCommandOutput } from "./commands/DescribeGameServerCommand";
50
- import { DescribeGameServerGroupCommandInput, DescribeGameServerGroupCommandOutput } from "./commands/DescribeGameServerGroupCommand";
51
- import { DescribeGameServerInstancesCommandInput, DescribeGameServerInstancesCommandOutput } from "./commands/DescribeGameServerInstancesCommand";
52
- import { DescribeGameSessionDetailsCommandInput, DescribeGameSessionDetailsCommandOutput } from "./commands/DescribeGameSessionDetailsCommand";
53
- import { DescribeGameSessionPlacementCommandInput, DescribeGameSessionPlacementCommandOutput } from "./commands/DescribeGameSessionPlacementCommand";
54
- import { DescribeGameSessionQueuesCommandInput, DescribeGameSessionQueuesCommandOutput } from "./commands/DescribeGameSessionQueuesCommand";
55
- import { DescribeGameSessionsCommandInput, DescribeGameSessionsCommandOutput } from "./commands/DescribeGameSessionsCommand";
56
- import { DescribeInstancesCommandInput, DescribeInstancesCommandOutput } from "./commands/DescribeInstancesCommand";
57
- import { DescribeMatchmakingCommandInput, DescribeMatchmakingCommandOutput } from "./commands/DescribeMatchmakingCommand";
58
- import { DescribeMatchmakingConfigurationsCommandInput, DescribeMatchmakingConfigurationsCommandOutput } from "./commands/DescribeMatchmakingConfigurationsCommand";
59
- import { DescribeMatchmakingRuleSetsCommandInput, DescribeMatchmakingRuleSetsCommandOutput } from "./commands/DescribeMatchmakingRuleSetsCommand";
60
- import { DescribePlayerSessionsCommandInput, DescribePlayerSessionsCommandOutput } from "./commands/DescribePlayerSessionsCommand";
61
- import { DescribeRuntimeConfigurationCommandInput, DescribeRuntimeConfigurationCommandOutput } from "./commands/DescribeRuntimeConfigurationCommand";
62
- import { DescribeScalingPoliciesCommandInput, DescribeScalingPoliciesCommandOutput } from "./commands/DescribeScalingPoliciesCommand";
63
- import { DescribeScriptCommandInput, DescribeScriptCommandOutput } from "./commands/DescribeScriptCommand";
64
- import { DescribeVpcPeeringAuthorizationsCommandInput, DescribeVpcPeeringAuthorizationsCommandOutput } from "./commands/DescribeVpcPeeringAuthorizationsCommand";
65
- import { DescribeVpcPeeringConnectionsCommandInput, DescribeVpcPeeringConnectionsCommandOutput } from "./commands/DescribeVpcPeeringConnectionsCommand";
66
- import { GetGameSessionLogUrlCommandInput, GetGameSessionLogUrlCommandOutput } from "./commands/GetGameSessionLogUrlCommand";
67
- import { GetInstanceAccessCommandInput, GetInstanceAccessCommandOutput } from "./commands/GetInstanceAccessCommand";
68
- import { ListAliasesCommandInput, ListAliasesCommandOutput } from "./commands/ListAliasesCommand";
69
- import { ListBuildsCommandInput, ListBuildsCommandOutput } from "./commands/ListBuildsCommand";
70
- import { ListFleetsCommandInput, ListFleetsCommandOutput } from "./commands/ListFleetsCommand";
71
- import { ListGameServerGroupsCommandInput, ListGameServerGroupsCommandOutput } from "./commands/ListGameServerGroupsCommand";
72
- import { ListGameServersCommandInput, ListGameServersCommandOutput } from "./commands/ListGameServersCommand";
73
- import { ListScriptsCommandInput, ListScriptsCommandOutput } from "./commands/ListScriptsCommand";
74
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
75
- import { PutScalingPolicyCommandInput, PutScalingPolicyCommandOutput } from "./commands/PutScalingPolicyCommand";
76
- import { RegisterGameServerCommandInput, RegisterGameServerCommandOutput } from "./commands/RegisterGameServerCommand";
77
- import { RequestUploadCredentialsCommandInput, RequestUploadCredentialsCommandOutput } from "./commands/RequestUploadCredentialsCommand";
78
- import { ResolveAliasCommandInput, ResolveAliasCommandOutput } from "./commands/ResolveAliasCommand";
79
- import { ResumeGameServerGroupCommandInput, ResumeGameServerGroupCommandOutput } from "./commands/ResumeGameServerGroupCommand";
80
- import { SearchGameSessionsCommandInput, SearchGameSessionsCommandOutput } from "./commands/SearchGameSessionsCommand";
81
- import { StartFleetActionsCommandInput, StartFleetActionsCommandOutput } from "./commands/StartFleetActionsCommand";
82
- import { StartGameSessionPlacementCommandInput, StartGameSessionPlacementCommandOutput } from "./commands/StartGameSessionPlacementCommand";
83
- import { StartMatchBackfillCommandInput, StartMatchBackfillCommandOutput } from "./commands/StartMatchBackfillCommand";
84
- import { StartMatchmakingCommandInput, StartMatchmakingCommandOutput } from "./commands/StartMatchmakingCommand";
85
- import { StopFleetActionsCommandInput, StopFleetActionsCommandOutput } from "./commands/StopFleetActionsCommand";
86
- import { StopGameSessionPlacementCommandInput, StopGameSessionPlacementCommandOutput } from "./commands/StopGameSessionPlacementCommand";
87
- import { StopMatchmakingCommandInput, StopMatchmakingCommandOutput } from "./commands/StopMatchmakingCommand";
88
- import { SuspendGameServerGroupCommandInput, SuspendGameServerGroupCommandOutput } from "./commands/SuspendGameServerGroupCommand";
89
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
90
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
91
- import { UpdateAliasCommandInput, UpdateAliasCommandOutput } from "./commands/UpdateAliasCommand";
92
- import { UpdateBuildCommandInput, UpdateBuildCommandOutput } from "./commands/UpdateBuildCommand";
93
- import { UpdateFleetAttributesCommandInput, UpdateFleetAttributesCommandOutput } from "./commands/UpdateFleetAttributesCommand";
94
- import { UpdateFleetCapacityCommandInput, UpdateFleetCapacityCommandOutput } from "./commands/UpdateFleetCapacityCommand";
95
- import { UpdateFleetPortSettingsCommandInput, UpdateFleetPortSettingsCommandOutput } from "./commands/UpdateFleetPortSettingsCommand";
96
- import { UpdateGameServerCommandInput, UpdateGameServerCommandOutput } from "./commands/UpdateGameServerCommand";
97
- import { UpdateGameServerGroupCommandInput, UpdateGameServerGroupCommandOutput } from "./commands/UpdateGameServerGroupCommand";
98
- import { UpdateGameSessionCommandInput, UpdateGameSessionCommandOutput } from "./commands/UpdateGameSessionCommand";
99
- import { UpdateGameSessionQueueCommandInput, UpdateGameSessionQueueCommandOutput } from "./commands/UpdateGameSessionQueueCommand";
100
- import { UpdateMatchmakingConfigurationCommandInput, UpdateMatchmakingConfigurationCommandOutput } from "./commands/UpdateMatchmakingConfigurationCommand";
101
- import { UpdateRuntimeConfigurationCommandInput, UpdateRuntimeConfigurationCommandOutput } from "./commands/UpdateRuntimeConfigurationCommand";
102
- import { UpdateScriptCommandInput, UpdateScriptCommandOutput } from "./commands/UpdateScriptCommand";
103
- import { ValidateMatchmakingRuleSetCommandInput, ValidateMatchmakingRuleSetCommandOutput } from "./commands/ValidateMatchmakingRuleSetCommand";
104
- export declare type ServiceInputTypes = AcceptMatchCommandInput | ClaimGameServerCommandInput | CreateAliasCommandInput | CreateBuildCommandInput | CreateFleetCommandInput | CreateFleetLocationsCommandInput | CreateGameServerGroupCommandInput | CreateGameSessionCommandInput | CreateGameSessionQueueCommandInput | CreateMatchmakingConfigurationCommandInput | CreateMatchmakingRuleSetCommandInput | CreatePlayerSessionCommandInput | CreatePlayerSessionsCommandInput | CreateScriptCommandInput | CreateVpcPeeringAuthorizationCommandInput | CreateVpcPeeringConnectionCommandInput | DeleteAliasCommandInput | DeleteBuildCommandInput | DeleteFleetCommandInput | DeleteFleetLocationsCommandInput | DeleteGameServerGroupCommandInput | DeleteGameSessionQueueCommandInput | DeleteMatchmakingConfigurationCommandInput | DeleteMatchmakingRuleSetCommandInput | DeleteScalingPolicyCommandInput | DeleteScriptCommandInput | DeleteVpcPeeringAuthorizationCommandInput | DeleteVpcPeeringConnectionCommandInput | DeregisterGameServerCommandInput | DescribeAliasCommandInput | DescribeBuildCommandInput | DescribeEC2InstanceLimitsCommandInput | DescribeFleetAttributesCommandInput | DescribeFleetCapacityCommandInput | DescribeFleetEventsCommandInput | DescribeFleetLocationAttributesCommandInput | DescribeFleetLocationCapacityCommandInput | DescribeFleetLocationUtilizationCommandInput | DescribeFleetPortSettingsCommandInput | DescribeFleetUtilizationCommandInput | DescribeGameServerCommandInput | DescribeGameServerGroupCommandInput | DescribeGameServerInstancesCommandInput | DescribeGameSessionDetailsCommandInput | DescribeGameSessionPlacementCommandInput | DescribeGameSessionQueuesCommandInput | DescribeGameSessionsCommandInput | DescribeInstancesCommandInput | DescribeMatchmakingCommandInput | DescribeMatchmakingConfigurationsCommandInput | DescribeMatchmakingRuleSetsCommandInput | DescribePlayerSessionsCommandInput | DescribeRuntimeConfigurationCommandInput | DescribeScalingPoliciesCommandInput | DescribeScriptCommandInput | DescribeVpcPeeringAuthorizationsCommandInput | DescribeVpcPeeringConnectionsCommandInput | GetGameSessionLogUrlCommandInput | GetInstanceAccessCommandInput | ListAliasesCommandInput | ListBuildsCommandInput | ListFleetsCommandInput | ListGameServerGroupsCommandInput | ListGameServersCommandInput | ListScriptsCommandInput | ListTagsForResourceCommandInput | PutScalingPolicyCommandInput | RegisterGameServerCommandInput | RequestUploadCredentialsCommandInput | ResolveAliasCommandInput | ResumeGameServerGroupCommandInput | SearchGameSessionsCommandInput | StartFleetActionsCommandInput | StartGameSessionPlacementCommandInput | StartMatchBackfillCommandInput | StartMatchmakingCommandInput | StopFleetActionsCommandInput | StopGameSessionPlacementCommandInput | StopMatchmakingCommandInput | SuspendGameServerGroupCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAliasCommandInput | UpdateBuildCommandInput | UpdateFleetAttributesCommandInput | UpdateFleetCapacityCommandInput | UpdateFleetPortSettingsCommandInput | UpdateGameServerCommandInput | UpdateGameServerGroupCommandInput | UpdateGameSessionCommandInput | UpdateGameSessionQueueCommandInput | UpdateMatchmakingConfigurationCommandInput | UpdateRuntimeConfigurationCommandInput | UpdateScriptCommandInput | ValidateMatchmakingRuleSetCommandInput;
105
- export declare type ServiceOutputTypes = AcceptMatchCommandOutput | ClaimGameServerCommandOutput | CreateAliasCommandOutput | CreateBuildCommandOutput | CreateFleetCommandOutput | CreateFleetLocationsCommandOutput | CreateGameServerGroupCommandOutput | CreateGameSessionCommandOutput | CreateGameSessionQueueCommandOutput | CreateMatchmakingConfigurationCommandOutput | CreateMatchmakingRuleSetCommandOutput | CreatePlayerSessionCommandOutput | CreatePlayerSessionsCommandOutput | CreateScriptCommandOutput | CreateVpcPeeringAuthorizationCommandOutput | CreateVpcPeeringConnectionCommandOutput | DeleteAliasCommandOutput | DeleteBuildCommandOutput | DeleteFleetCommandOutput | DeleteFleetLocationsCommandOutput | DeleteGameServerGroupCommandOutput | DeleteGameSessionQueueCommandOutput | DeleteMatchmakingConfigurationCommandOutput | DeleteMatchmakingRuleSetCommandOutput | DeleteScalingPolicyCommandOutput | DeleteScriptCommandOutput | DeleteVpcPeeringAuthorizationCommandOutput | DeleteVpcPeeringConnectionCommandOutput | DeregisterGameServerCommandOutput | DescribeAliasCommandOutput | DescribeBuildCommandOutput | DescribeEC2InstanceLimitsCommandOutput | DescribeFleetAttributesCommandOutput | DescribeFleetCapacityCommandOutput | DescribeFleetEventsCommandOutput | DescribeFleetLocationAttributesCommandOutput | DescribeFleetLocationCapacityCommandOutput | DescribeFleetLocationUtilizationCommandOutput | DescribeFleetPortSettingsCommandOutput | DescribeFleetUtilizationCommandOutput | DescribeGameServerCommandOutput | DescribeGameServerGroupCommandOutput | DescribeGameServerInstancesCommandOutput | DescribeGameSessionDetailsCommandOutput | DescribeGameSessionPlacementCommandOutput | DescribeGameSessionQueuesCommandOutput | DescribeGameSessionsCommandOutput | DescribeInstancesCommandOutput | DescribeMatchmakingCommandOutput | DescribeMatchmakingConfigurationsCommandOutput | DescribeMatchmakingRuleSetsCommandOutput | DescribePlayerSessionsCommandOutput | DescribeRuntimeConfigurationCommandOutput | DescribeScalingPoliciesCommandOutput | DescribeScriptCommandOutput | DescribeVpcPeeringAuthorizationsCommandOutput | DescribeVpcPeeringConnectionsCommandOutput | GetGameSessionLogUrlCommandOutput | GetInstanceAccessCommandOutput | ListAliasesCommandOutput | ListBuildsCommandOutput | ListFleetsCommandOutput | ListGameServerGroupsCommandOutput | ListGameServersCommandOutput | ListScriptsCommandOutput | ListTagsForResourceCommandOutput | PutScalingPolicyCommandOutput | RegisterGameServerCommandOutput | RequestUploadCredentialsCommandOutput | ResolveAliasCommandOutput | ResumeGameServerGroupCommandOutput | SearchGameSessionsCommandOutput | StartFleetActionsCommandOutput | StartGameSessionPlacementCommandOutput | StartMatchBackfillCommandOutput | StartMatchmakingCommandOutput | StopFleetActionsCommandOutput | StopGameSessionPlacementCommandOutput | StopMatchmakingCommandOutput | SuspendGameServerGroupCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAliasCommandOutput | UpdateBuildCommandOutput | UpdateFleetAttributesCommandOutput | UpdateFleetCapacityCommandOutput | UpdateFleetPortSettingsCommandOutput | UpdateGameServerCommandOutput | UpdateGameServerGroupCommandOutput | UpdateGameSessionCommandOutput | UpdateGameSessionQueueCommandOutput | UpdateMatchmakingConfigurationCommandOutput | UpdateRuntimeConfigurationCommandOutput | UpdateScriptCommandOutput | ValidateMatchmakingRuleSetCommandOutput;
106
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
107
-
108
- requestHandler?: __HttpHandler;
109
-
110
- sha256?: __HashConstructor;
111
-
112
- urlParser?: __UrlParser;
113
-
114
- bodyLengthChecker?: __BodyLengthCalculator;
115
-
116
- streamCollector?: __StreamCollector;
117
-
118
- base64Decoder?: __Decoder;
119
-
120
- base64Encoder?: __Encoder;
121
-
122
- utf8Decoder?: __Decoder;
123
-
124
- utf8Encoder?: __Encoder;
125
-
126
- runtime?: string;
127
-
128
- disableHostPrefix?: boolean;
129
-
130
- maxAttempts?: number | __Provider<number>;
131
-
132
- retryMode?: string | __Provider<string>;
133
-
134
- logger?: __Logger;
135
-
136
- useDualstackEndpoint?: boolean | __Provider<boolean>;
137
-
138
- useFipsEndpoint?: boolean | __Provider<boolean>;
139
-
140
- serviceId?: string;
141
-
142
- region?: string | __Provider<string>;
143
-
144
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
145
-
146
- regionInfoProvider?: RegionInfoProvider;
147
-
148
- defaultUserAgentProvider?: Provider<__UserAgent>;
149
-
150
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
151
- }
152
- declare type GameLiftClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
153
-
154
- export interface GameLiftClientConfig extends GameLiftClientConfigType {
155
- }
156
- declare type GameLiftClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
157
-
158
- export interface GameLiftClientResolvedConfig extends GameLiftClientResolvedConfigType {
159
- }
160
-
161
- export declare class GameLiftClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, GameLiftClientResolvedConfig> {
162
-
163
- readonly config: GameLiftClientResolvedConfig;
164
- constructor(configuration: GameLiftClientConfig);
165
-
166
- destroy(): void;
167
- }
168
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ AcceptMatchCommandInput,
47
+ AcceptMatchCommandOutput,
48
+ } from "./commands/AcceptMatchCommand";
49
+ import {
50
+ ClaimGameServerCommandInput,
51
+ ClaimGameServerCommandOutput,
52
+ } from "./commands/ClaimGameServerCommand";
53
+ import {
54
+ CreateAliasCommandInput,
55
+ CreateAliasCommandOutput,
56
+ } from "./commands/CreateAliasCommand";
57
+ import {
58
+ CreateBuildCommandInput,
59
+ CreateBuildCommandOutput,
60
+ } from "./commands/CreateBuildCommand";
61
+ import {
62
+ CreateFleetCommandInput,
63
+ CreateFleetCommandOutput,
64
+ } from "./commands/CreateFleetCommand";
65
+ import {
66
+ CreateFleetLocationsCommandInput,
67
+ CreateFleetLocationsCommandOutput,
68
+ } from "./commands/CreateFleetLocationsCommand";
69
+ import {
70
+ CreateGameServerGroupCommandInput,
71
+ CreateGameServerGroupCommandOutput,
72
+ } from "./commands/CreateGameServerGroupCommand";
73
+ import {
74
+ CreateGameSessionCommandInput,
75
+ CreateGameSessionCommandOutput,
76
+ } from "./commands/CreateGameSessionCommand";
77
+ import {
78
+ CreateGameSessionQueueCommandInput,
79
+ CreateGameSessionQueueCommandOutput,
80
+ } from "./commands/CreateGameSessionQueueCommand";
81
+ import {
82
+ CreateMatchmakingConfigurationCommandInput,
83
+ CreateMatchmakingConfigurationCommandOutput,
84
+ } from "./commands/CreateMatchmakingConfigurationCommand";
85
+ import {
86
+ CreateMatchmakingRuleSetCommandInput,
87
+ CreateMatchmakingRuleSetCommandOutput,
88
+ } from "./commands/CreateMatchmakingRuleSetCommand";
89
+ import {
90
+ CreatePlayerSessionCommandInput,
91
+ CreatePlayerSessionCommandOutput,
92
+ } from "./commands/CreatePlayerSessionCommand";
93
+ import {
94
+ CreatePlayerSessionsCommandInput,
95
+ CreatePlayerSessionsCommandOutput,
96
+ } from "./commands/CreatePlayerSessionsCommand";
97
+ import {
98
+ CreateScriptCommandInput,
99
+ CreateScriptCommandOutput,
100
+ } from "./commands/CreateScriptCommand";
101
+ import {
102
+ CreateVpcPeeringAuthorizationCommandInput,
103
+ CreateVpcPeeringAuthorizationCommandOutput,
104
+ } from "./commands/CreateVpcPeeringAuthorizationCommand";
105
+ import {
106
+ CreateVpcPeeringConnectionCommandInput,
107
+ CreateVpcPeeringConnectionCommandOutput,
108
+ } from "./commands/CreateVpcPeeringConnectionCommand";
109
+ import {
110
+ DeleteAliasCommandInput,
111
+ DeleteAliasCommandOutput,
112
+ } from "./commands/DeleteAliasCommand";
113
+ import {
114
+ DeleteBuildCommandInput,
115
+ DeleteBuildCommandOutput,
116
+ } from "./commands/DeleteBuildCommand";
117
+ import {
118
+ DeleteFleetCommandInput,
119
+ DeleteFleetCommandOutput,
120
+ } from "./commands/DeleteFleetCommand";
121
+ import {
122
+ DeleteFleetLocationsCommandInput,
123
+ DeleteFleetLocationsCommandOutput,
124
+ } from "./commands/DeleteFleetLocationsCommand";
125
+ import {
126
+ DeleteGameServerGroupCommandInput,
127
+ DeleteGameServerGroupCommandOutput,
128
+ } from "./commands/DeleteGameServerGroupCommand";
129
+ import {
130
+ DeleteGameSessionQueueCommandInput,
131
+ DeleteGameSessionQueueCommandOutput,
132
+ } from "./commands/DeleteGameSessionQueueCommand";
133
+ import {
134
+ DeleteMatchmakingConfigurationCommandInput,
135
+ DeleteMatchmakingConfigurationCommandOutput,
136
+ } from "./commands/DeleteMatchmakingConfigurationCommand";
137
+ import {
138
+ DeleteMatchmakingRuleSetCommandInput,
139
+ DeleteMatchmakingRuleSetCommandOutput,
140
+ } from "./commands/DeleteMatchmakingRuleSetCommand";
141
+ import {
142
+ DeleteScalingPolicyCommandInput,
143
+ DeleteScalingPolicyCommandOutput,
144
+ } from "./commands/DeleteScalingPolicyCommand";
145
+ import {
146
+ DeleteScriptCommandInput,
147
+ DeleteScriptCommandOutput,
148
+ } from "./commands/DeleteScriptCommand";
149
+ import {
150
+ DeleteVpcPeeringAuthorizationCommandInput,
151
+ DeleteVpcPeeringAuthorizationCommandOutput,
152
+ } from "./commands/DeleteVpcPeeringAuthorizationCommand";
153
+ import {
154
+ DeleteVpcPeeringConnectionCommandInput,
155
+ DeleteVpcPeeringConnectionCommandOutput,
156
+ } from "./commands/DeleteVpcPeeringConnectionCommand";
157
+ import {
158
+ DeregisterGameServerCommandInput,
159
+ DeregisterGameServerCommandOutput,
160
+ } from "./commands/DeregisterGameServerCommand";
161
+ import {
162
+ DescribeAliasCommandInput,
163
+ DescribeAliasCommandOutput,
164
+ } from "./commands/DescribeAliasCommand";
165
+ import {
166
+ DescribeBuildCommandInput,
167
+ DescribeBuildCommandOutput,
168
+ } from "./commands/DescribeBuildCommand";
169
+ import {
170
+ DescribeEC2InstanceLimitsCommandInput,
171
+ DescribeEC2InstanceLimitsCommandOutput,
172
+ } from "./commands/DescribeEC2InstanceLimitsCommand";
173
+ import {
174
+ DescribeFleetAttributesCommandInput,
175
+ DescribeFleetAttributesCommandOutput,
176
+ } from "./commands/DescribeFleetAttributesCommand";
177
+ import {
178
+ DescribeFleetCapacityCommandInput,
179
+ DescribeFleetCapacityCommandOutput,
180
+ } from "./commands/DescribeFleetCapacityCommand";
181
+ import {
182
+ DescribeFleetEventsCommandInput,
183
+ DescribeFleetEventsCommandOutput,
184
+ } from "./commands/DescribeFleetEventsCommand";
185
+ import {
186
+ DescribeFleetLocationAttributesCommandInput,
187
+ DescribeFleetLocationAttributesCommandOutput,
188
+ } from "./commands/DescribeFleetLocationAttributesCommand";
189
+ import {
190
+ DescribeFleetLocationCapacityCommandInput,
191
+ DescribeFleetLocationCapacityCommandOutput,
192
+ } from "./commands/DescribeFleetLocationCapacityCommand";
193
+ import {
194
+ DescribeFleetLocationUtilizationCommandInput,
195
+ DescribeFleetLocationUtilizationCommandOutput,
196
+ } from "./commands/DescribeFleetLocationUtilizationCommand";
197
+ import {
198
+ DescribeFleetPortSettingsCommandInput,
199
+ DescribeFleetPortSettingsCommandOutput,
200
+ } from "./commands/DescribeFleetPortSettingsCommand";
201
+ import {
202
+ DescribeFleetUtilizationCommandInput,
203
+ DescribeFleetUtilizationCommandOutput,
204
+ } from "./commands/DescribeFleetUtilizationCommand";
205
+ import {
206
+ DescribeGameServerCommandInput,
207
+ DescribeGameServerCommandOutput,
208
+ } from "./commands/DescribeGameServerCommand";
209
+ import {
210
+ DescribeGameServerGroupCommandInput,
211
+ DescribeGameServerGroupCommandOutput,
212
+ } from "./commands/DescribeGameServerGroupCommand";
213
+ import {
214
+ DescribeGameServerInstancesCommandInput,
215
+ DescribeGameServerInstancesCommandOutput,
216
+ } from "./commands/DescribeGameServerInstancesCommand";
217
+ import {
218
+ DescribeGameSessionDetailsCommandInput,
219
+ DescribeGameSessionDetailsCommandOutput,
220
+ } from "./commands/DescribeGameSessionDetailsCommand";
221
+ import {
222
+ DescribeGameSessionPlacementCommandInput,
223
+ DescribeGameSessionPlacementCommandOutput,
224
+ } from "./commands/DescribeGameSessionPlacementCommand";
225
+ import {
226
+ DescribeGameSessionQueuesCommandInput,
227
+ DescribeGameSessionQueuesCommandOutput,
228
+ } from "./commands/DescribeGameSessionQueuesCommand";
229
+ import {
230
+ DescribeGameSessionsCommandInput,
231
+ DescribeGameSessionsCommandOutput,
232
+ } from "./commands/DescribeGameSessionsCommand";
233
+ import {
234
+ DescribeInstancesCommandInput,
235
+ DescribeInstancesCommandOutput,
236
+ } from "./commands/DescribeInstancesCommand";
237
+ import {
238
+ DescribeMatchmakingCommandInput,
239
+ DescribeMatchmakingCommandOutput,
240
+ } from "./commands/DescribeMatchmakingCommand";
241
+ import {
242
+ DescribeMatchmakingConfigurationsCommandInput,
243
+ DescribeMatchmakingConfigurationsCommandOutput,
244
+ } from "./commands/DescribeMatchmakingConfigurationsCommand";
245
+ import {
246
+ DescribeMatchmakingRuleSetsCommandInput,
247
+ DescribeMatchmakingRuleSetsCommandOutput,
248
+ } from "./commands/DescribeMatchmakingRuleSetsCommand";
249
+ import {
250
+ DescribePlayerSessionsCommandInput,
251
+ DescribePlayerSessionsCommandOutput,
252
+ } from "./commands/DescribePlayerSessionsCommand";
253
+ import {
254
+ DescribeRuntimeConfigurationCommandInput,
255
+ DescribeRuntimeConfigurationCommandOutput,
256
+ } from "./commands/DescribeRuntimeConfigurationCommand";
257
+ import {
258
+ DescribeScalingPoliciesCommandInput,
259
+ DescribeScalingPoliciesCommandOutput,
260
+ } from "./commands/DescribeScalingPoliciesCommand";
261
+ import {
262
+ DescribeScriptCommandInput,
263
+ DescribeScriptCommandOutput,
264
+ } from "./commands/DescribeScriptCommand";
265
+ import {
266
+ DescribeVpcPeeringAuthorizationsCommandInput,
267
+ DescribeVpcPeeringAuthorizationsCommandOutput,
268
+ } from "./commands/DescribeVpcPeeringAuthorizationsCommand";
269
+ import {
270
+ DescribeVpcPeeringConnectionsCommandInput,
271
+ DescribeVpcPeeringConnectionsCommandOutput,
272
+ } from "./commands/DescribeVpcPeeringConnectionsCommand";
273
+ import {
274
+ GetGameSessionLogUrlCommandInput,
275
+ GetGameSessionLogUrlCommandOutput,
276
+ } from "./commands/GetGameSessionLogUrlCommand";
277
+ import {
278
+ GetInstanceAccessCommandInput,
279
+ GetInstanceAccessCommandOutput,
280
+ } from "./commands/GetInstanceAccessCommand";
281
+ import {
282
+ ListAliasesCommandInput,
283
+ ListAliasesCommandOutput,
284
+ } from "./commands/ListAliasesCommand";
285
+ import {
286
+ ListBuildsCommandInput,
287
+ ListBuildsCommandOutput,
288
+ } from "./commands/ListBuildsCommand";
289
+ import {
290
+ ListFleetsCommandInput,
291
+ ListFleetsCommandOutput,
292
+ } from "./commands/ListFleetsCommand";
293
+ import {
294
+ ListGameServerGroupsCommandInput,
295
+ ListGameServerGroupsCommandOutput,
296
+ } from "./commands/ListGameServerGroupsCommand";
297
+ import {
298
+ ListGameServersCommandInput,
299
+ ListGameServersCommandOutput,
300
+ } from "./commands/ListGameServersCommand";
301
+ import {
302
+ ListScriptsCommandInput,
303
+ ListScriptsCommandOutput,
304
+ } from "./commands/ListScriptsCommand";
305
+ import {
306
+ ListTagsForResourceCommandInput,
307
+ ListTagsForResourceCommandOutput,
308
+ } from "./commands/ListTagsForResourceCommand";
309
+ import {
310
+ PutScalingPolicyCommandInput,
311
+ PutScalingPolicyCommandOutput,
312
+ } from "./commands/PutScalingPolicyCommand";
313
+ import {
314
+ RegisterGameServerCommandInput,
315
+ RegisterGameServerCommandOutput,
316
+ } from "./commands/RegisterGameServerCommand";
317
+ import {
318
+ RequestUploadCredentialsCommandInput,
319
+ RequestUploadCredentialsCommandOutput,
320
+ } from "./commands/RequestUploadCredentialsCommand";
321
+ import {
322
+ ResolveAliasCommandInput,
323
+ ResolveAliasCommandOutput,
324
+ } from "./commands/ResolveAliasCommand";
325
+ import {
326
+ ResumeGameServerGroupCommandInput,
327
+ ResumeGameServerGroupCommandOutput,
328
+ } from "./commands/ResumeGameServerGroupCommand";
329
+ import {
330
+ SearchGameSessionsCommandInput,
331
+ SearchGameSessionsCommandOutput,
332
+ } from "./commands/SearchGameSessionsCommand";
333
+ import {
334
+ StartFleetActionsCommandInput,
335
+ StartFleetActionsCommandOutput,
336
+ } from "./commands/StartFleetActionsCommand";
337
+ import {
338
+ StartGameSessionPlacementCommandInput,
339
+ StartGameSessionPlacementCommandOutput,
340
+ } from "./commands/StartGameSessionPlacementCommand";
341
+ import {
342
+ StartMatchBackfillCommandInput,
343
+ StartMatchBackfillCommandOutput,
344
+ } from "./commands/StartMatchBackfillCommand";
345
+ import {
346
+ StartMatchmakingCommandInput,
347
+ StartMatchmakingCommandOutput,
348
+ } from "./commands/StartMatchmakingCommand";
349
+ import {
350
+ StopFleetActionsCommandInput,
351
+ StopFleetActionsCommandOutput,
352
+ } from "./commands/StopFleetActionsCommand";
353
+ import {
354
+ StopGameSessionPlacementCommandInput,
355
+ StopGameSessionPlacementCommandOutput,
356
+ } from "./commands/StopGameSessionPlacementCommand";
357
+ import {
358
+ StopMatchmakingCommandInput,
359
+ StopMatchmakingCommandOutput,
360
+ } from "./commands/StopMatchmakingCommand";
361
+ import {
362
+ SuspendGameServerGroupCommandInput,
363
+ SuspendGameServerGroupCommandOutput,
364
+ } from "./commands/SuspendGameServerGroupCommand";
365
+ import {
366
+ TagResourceCommandInput,
367
+ TagResourceCommandOutput,
368
+ } from "./commands/TagResourceCommand";
369
+ import {
370
+ UntagResourceCommandInput,
371
+ UntagResourceCommandOutput,
372
+ } from "./commands/UntagResourceCommand";
373
+ import {
374
+ UpdateAliasCommandInput,
375
+ UpdateAliasCommandOutput,
376
+ } from "./commands/UpdateAliasCommand";
377
+ import {
378
+ UpdateBuildCommandInput,
379
+ UpdateBuildCommandOutput,
380
+ } from "./commands/UpdateBuildCommand";
381
+ import {
382
+ UpdateFleetAttributesCommandInput,
383
+ UpdateFleetAttributesCommandOutput,
384
+ } from "./commands/UpdateFleetAttributesCommand";
385
+ import {
386
+ UpdateFleetCapacityCommandInput,
387
+ UpdateFleetCapacityCommandOutput,
388
+ } from "./commands/UpdateFleetCapacityCommand";
389
+ import {
390
+ UpdateFleetPortSettingsCommandInput,
391
+ UpdateFleetPortSettingsCommandOutput,
392
+ } from "./commands/UpdateFleetPortSettingsCommand";
393
+ import {
394
+ UpdateGameServerCommandInput,
395
+ UpdateGameServerCommandOutput,
396
+ } from "./commands/UpdateGameServerCommand";
397
+ import {
398
+ UpdateGameServerGroupCommandInput,
399
+ UpdateGameServerGroupCommandOutput,
400
+ } from "./commands/UpdateGameServerGroupCommand";
401
+ import {
402
+ UpdateGameSessionCommandInput,
403
+ UpdateGameSessionCommandOutput,
404
+ } from "./commands/UpdateGameSessionCommand";
405
+ import {
406
+ UpdateGameSessionQueueCommandInput,
407
+ UpdateGameSessionQueueCommandOutput,
408
+ } from "./commands/UpdateGameSessionQueueCommand";
409
+ import {
410
+ UpdateMatchmakingConfigurationCommandInput,
411
+ UpdateMatchmakingConfigurationCommandOutput,
412
+ } from "./commands/UpdateMatchmakingConfigurationCommand";
413
+ import {
414
+ UpdateRuntimeConfigurationCommandInput,
415
+ UpdateRuntimeConfigurationCommandOutput,
416
+ } from "./commands/UpdateRuntimeConfigurationCommand";
417
+ import {
418
+ UpdateScriptCommandInput,
419
+ UpdateScriptCommandOutput,
420
+ } from "./commands/UpdateScriptCommand";
421
+ import {
422
+ ValidateMatchmakingRuleSetCommandInput,
423
+ ValidateMatchmakingRuleSetCommandOutput,
424
+ } from "./commands/ValidateMatchmakingRuleSetCommand";
425
+ export declare type ServiceInputTypes =
426
+ | AcceptMatchCommandInput
427
+ | ClaimGameServerCommandInput
428
+ | CreateAliasCommandInput
429
+ | CreateBuildCommandInput
430
+ | CreateFleetCommandInput
431
+ | CreateFleetLocationsCommandInput
432
+ | CreateGameServerGroupCommandInput
433
+ | CreateGameSessionCommandInput
434
+ | CreateGameSessionQueueCommandInput
435
+ | CreateMatchmakingConfigurationCommandInput
436
+ | CreateMatchmakingRuleSetCommandInput
437
+ | CreatePlayerSessionCommandInput
438
+ | CreatePlayerSessionsCommandInput
439
+ | CreateScriptCommandInput
440
+ | CreateVpcPeeringAuthorizationCommandInput
441
+ | CreateVpcPeeringConnectionCommandInput
442
+ | DeleteAliasCommandInput
443
+ | DeleteBuildCommandInput
444
+ | DeleteFleetCommandInput
445
+ | DeleteFleetLocationsCommandInput
446
+ | DeleteGameServerGroupCommandInput
447
+ | DeleteGameSessionQueueCommandInput
448
+ | DeleteMatchmakingConfigurationCommandInput
449
+ | DeleteMatchmakingRuleSetCommandInput
450
+ | DeleteScalingPolicyCommandInput
451
+ | DeleteScriptCommandInput
452
+ | DeleteVpcPeeringAuthorizationCommandInput
453
+ | DeleteVpcPeeringConnectionCommandInput
454
+ | DeregisterGameServerCommandInput
455
+ | DescribeAliasCommandInput
456
+ | DescribeBuildCommandInput
457
+ | DescribeEC2InstanceLimitsCommandInput
458
+ | DescribeFleetAttributesCommandInput
459
+ | DescribeFleetCapacityCommandInput
460
+ | DescribeFleetEventsCommandInput
461
+ | DescribeFleetLocationAttributesCommandInput
462
+ | DescribeFleetLocationCapacityCommandInput
463
+ | DescribeFleetLocationUtilizationCommandInput
464
+ | DescribeFleetPortSettingsCommandInput
465
+ | DescribeFleetUtilizationCommandInput
466
+ | DescribeGameServerCommandInput
467
+ | DescribeGameServerGroupCommandInput
468
+ | DescribeGameServerInstancesCommandInput
469
+ | DescribeGameSessionDetailsCommandInput
470
+ | DescribeGameSessionPlacementCommandInput
471
+ | DescribeGameSessionQueuesCommandInput
472
+ | DescribeGameSessionsCommandInput
473
+ | DescribeInstancesCommandInput
474
+ | DescribeMatchmakingCommandInput
475
+ | DescribeMatchmakingConfigurationsCommandInput
476
+ | DescribeMatchmakingRuleSetsCommandInput
477
+ | DescribePlayerSessionsCommandInput
478
+ | DescribeRuntimeConfigurationCommandInput
479
+ | DescribeScalingPoliciesCommandInput
480
+ | DescribeScriptCommandInput
481
+ | DescribeVpcPeeringAuthorizationsCommandInput
482
+ | DescribeVpcPeeringConnectionsCommandInput
483
+ | GetGameSessionLogUrlCommandInput
484
+ | GetInstanceAccessCommandInput
485
+ | ListAliasesCommandInput
486
+ | ListBuildsCommandInput
487
+ | ListFleetsCommandInput
488
+ | ListGameServerGroupsCommandInput
489
+ | ListGameServersCommandInput
490
+ | ListScriptsCommandInput
491
+ | ListTagsForResourceCommandInput
492
+ | PutScalingPolicyCommandInput
493
+ | RegisterGameServerCommandInput
494
+ | RequestUploadCredentialsCommandInput
495
+ | ResolveAliasCommandInput
496
+ | ResumeGameServerGroupCommandInput
497
+ | SearchGameSessionsCommandInput
498
+ | StartFleetActionsCommandInput
499
+ | StartGameSessionPlacementCommandInput
500
+ | StartMatchBackfillCommandInput
501
+ | StartMatchmakingCommandInput
502
+ | StopFleetActionsCommandInput
503
+ | StopGameSessionPlacementCommandInput
504
+ | StopMatchmakingCommandInput
505
+ | SuspendGameServerGroupCommandInput
506
+ | TagResourceCommandInput
507
+ | UntagResourceCommandInput
508
+ | UpdateAliasCommandInput
509
+ | UpdateBuildCommandInput
510
+ | UpdateFleetAttributesCommandInput
511
+ | UpdateFleetCapacityCommandInput
512
+ | UpdateFleetPortSettingsCommandInput
513
+ | UpdateGameServerCommandInput
514
+ | UpdateGameServerGroupCommandInput
515
+ | UpdateGameSessionCommandInput
516
+ | UpdateGameSessionQueueCommandInput
517
+ | UpdateMatchmakingConfigurationCommandInput
518
+ | UpdateRuntimeConfigurationCommandInput
519
+ | UpdateScriptCommandInput
520
+ | ValidateMatchmakingRuleSetCommandInput;
521
+ export declare type ServiceOutputTypes =
522
+ | AcceptMatchCommandOutput
523
+ | ClaimGameServerCommandOutput
524
+ | CreateAliasCommandOutput
525
+ | CreateBuildCommandOutput
526
+ | CreateFleetCommandOutput
527
+ | CreateFleetLocationsCommandOutput
528
+ | CreateGameServerGroupCommandOutput
529
+ | CreateGameSessionCommandOutput
530
+ | CreateGameSessionQueueCommandOutput
531
+ | CreateMatchmakingConfigurationCommandOutput
532
+ | CreateMatchmakingRuleSetCommandOutput
533
+ | CreatePlayerSessionCommandOutput
534
+ | CreatePlayerSessionsCommandOutput
535
+ | CreateScriptCommandOutput
536
+ | CreateVpcPeeringAuthorizationCommandOutput
537
+ | CreateVpcPeeringConnectionCommandOutput
538
+ | DeleteAliasCommandOutput
539
+ | DeleteBuildCommandOutput
540
+ | DeleteFleetCommandOutput
541
+ | DeleteFleetLocationsCommandOutput
542
+ | DeleteGameServerGroupCommandOutput
543
+ | DeleteGameSessionQueueCommandOutput
544
+ | DeleteMatchmakingConfigurationCommandOutput
545
+ | DeleteMatchmakingRuleSetCommandOutput
546
+ | DeleteScalingPolicyCommandOutput
547
+ | DeleteScriptCommandOutput
548
+ | DeleteVpcPeeringAuthorizationCommandOutput
549
+ | DeleteVpcPeeringConnectionCommandOutput
550
+ | DeregisterGameServerCommandOutput
551
+ | DescribeAliasCommandOutput
552
+ | DescribeBuildCommandOutput
553
+ | DescribeEC2InstanceLimitsCommandOutput
554
+ | DescribeFleetAttributesCommandOutput
555
+ | DescribeFleetCapacityCommandOutput
556
+ | DescribeFleetEventsCommandOutput
557
+ | DescribeFleetLocationAttributesCommandOutput
558
+ | DescribeFleetLocationCapacityCommandOutput
559
+ | DescribeFleetLocationUtilizationCommandOutput
560
+ | DescribeFleetPortSettingsCommandOutput
561
+ | DescribeFleetUtilizationCommandOutput
562
+ | DescribeGameServerCommandOutput
563
+ | DescribeGameServerGroupCommandOutput
564
+ | DescribeGameServerInstancesCommandOutput
565
+ | DescribeGameSessionDetailsCommandOutput
566
+ | DescribeGameSessionPlacementCommandOutput
567
+ | DescribeGameSessionQueuesCommandOutput
568
+ | DescribeGameSessionsCommandOutput
569
+ | DescribeInstancesCommandOutput
570
+ | DescribeMatchmakingCommandOutput
571
+ | DescribeMatchmakingConfigurationsCommandOutput
572
+ | DescribeMatchmakingRuleSetsCommandOutput
573
+ | DescribePlayerSessionsCommandOutput
574
+ | DescribeRuntimeConfigurationCommandOutput
575
+ | DescribeScalingPoliciesCommandOutput
576
+ | DescribeScriptCommandOutput
577
+ | DescribeVpcPeeringAuthorizationsCommandOutput
578
+ | DescribeVpcPeeringConnectionsCommandOutput
579
+ | GetGameSessionLogUrlCommandOutput
580
+ | GetInstanceAccessCommandOutput
581
+ | ListAliasesCommandOutput
582
+ | ListBuildsCommandOutput
583
+ | ListFleetsCommandOutput
584
+ | ListGameServerGroupsCommandOutput
585
+ | ListGameServersCommandOutput
586
+ | ListScriptsCommandOutput
587
+ | ListTagsForResourceCommandOutput
588
+ | PutScalingPolicyCommandOutput
589
+ | RegisterGameServerCommandOutput
590
+ | RequestUploadCredentialsCommandOutput
591
+ | ResolveAliasCommandOutput
592
+ | ResumeGameServerGroupCommandOutput
593
+ | SearchGameSessionsCommandOutput
594
+ | StartFleetActionsCommandOutput
595
+ | StartGameSessionPlacementCommandOutput
596
+ | StartMatchBackfillCommandOutput
597
+ | StartMatchmakingCommandOutput
598
+ | StopFleetActionsCommandOutput
599
+ | StopGameSessionPlacementCommandOutput
600
+ | StopMatchmakingCommandOutput
601
+ | SuspendGameServerGroupCommandOutput
602
+ | TagResourceCommandOutput
603
+ | UntagResourceCommandOutput
604
+ | UpdateAliasCommandOutput
605
+ | UpdateBuildCommandOutput
606
+ | UpdateFleetAttributesCommandOutput
607
+ | UpdateFleetCapacityCommandOutput
608
+ | UpdateFleetPortSettingsCommandOutput
609
+ | UpdateGameServerCommandOutput
610
+ | UpdateGameServerGroupCommandOutput
611
+ | UpdateGameSessionCommandOutput
612
+ | UpdateGameSessionQueueCommandOutput
613
+ | UpdateMatchmakingConfigurationCommandOutput
614
+ | UpdateRuntimeConfigurationCommandOutput
615
+ | UpdateScriptCommandOutput
616
+ | ValidateMatchmakingRuleSetCommandOutput;
617
+ export interface ClientDefaults
618
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
619
+ requestHandler?: __HttpHandler;
620
+
621
+ sha256?: __HashConstructor;
622
+
623
+ urlParser?: __UrlParser;
624
+
625
+ bodyLengthChecker?: __BodyLengthCalculator;
626
+
627
+ streamCollector?: __StreamCollector;
628
+
629
+ base64Decoder?: __Decoder;
630
+
631
+ base64Encoder?: __Encoder;
632
+
633
+ utf8Decoder?: __Decoder;
634
+
635
+ utf8Encoder?: __Encoder;
636
+
637
+ runtime?: string;
638
+
639
+ disableHostPrefix?: boolean;
640
+
641
+ maxAttempts?: number | __Provider<number>;
642
+
643
+ retryMode?: string | __Provider<string>;
644
+
645
+ logger?: __Logger;
646
+
647
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
648
+
649
+ useFipsEndpoint?: boolean | __Provider<boolean>;
650
+
651
+ serviceId?: string;
652
+
653
+ region?: string | __Provider<string>;
654
+
655
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
656
+
657
+ regionInfoProvider?: RegionInfoProvider;
658
+
659
+ defaultUserAgentProvider?: Provider<__UserAgent>;
660
+
661
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
662
+ }
663
+ declare type GameLiftClientConfigType = Partial<
664
+ __SmithyConfiguration<__HttpHandlerOptions>
665
+ > &
666
+ ClientDefaults &
667
+ RegionInputConfig &
668
+ EndpointsInputConfig &
669
+ RetryInputConfig &
670
+ HostHeaderInputConfig &
671
+ AwsAuthInputConfig &
672
+ UserAgentInputConfig;
673
+
674
+ export interface GameLiftClientConfig extends GameLiftClientConfigType {}
675
+ declare type GameLiftClientResolvedConfigType =
676
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
677
+ Required<ClientDefaults> &
678
+ RegionResolvedConfig &
679
+ EndpointsResolvedConfig &
680
+ RetryResolvedConfig &
681
+ HostHeaderResolvedConfig &
682
+ AwsAuthResolvedConfig &
683
+ UserAgentResolvedConfig;
684
+
685
+ export interface GameLiftClientResolvedConfig
686
+ extends GameLiftClientResolvedConfigType {}
687
+
688
+ export declare class GameLiftClient extends __Client<
689
+ __HttpHandlerOptions,
690
+ ServiceInputTypes,
691
+ ServiceOutputTypes,
692
+ GameLiftClientResolvedConfig
693
+ > {
694
+ readonly config: GameLiftClientResolvedConfig;
695
+ constructor(configuration: GameLiftClientConfig);
696
+
697
+ destroy(): void;
698
+ }
699
+ export {};