@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,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient";
4
- import { DeleteMatchmakingConfigurationInput, DeleteMatchmakingConfigurationOutput } from "../models/models_0";
5
- export interface DeleteMatchmakingConfigurationCommandInput extends DeleteMatchmakingConfigurationInput {
6
- }
7
- export interface DeleteMatchmakingConfigurationCommandOutput extends DeleteMatchmakingConfigurationOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteMatchmakingConfigurationCommand extends $Command<DeleteMatchmakingConfigurationCommandInput, DeleteMatchmakingConfigurationCommandOutput, GameLiftClientResolvedConfig> {
11
- readonly input: DeleteMatchmakingConfigurationCommandInput;
12
- constructor(input: DeleteMatchmakingConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameLiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteMatchmakingConfigurationCommandInput, DeleteMatchmakingConfigurationCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GameLiftClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GameLiftClient";
13
+ import {
14
+ DeleteMatchmakingConfigurationInput,
15
+ DeleteMatchmakingConfigurationOutput,
16
+ } from "../models/models_0";
17
+ export interface DeleteMatchmakingConfigurationCommandInput
18
+ extends DeleteMatchmakingConfigurationInput {}
19
+ export interface DeleteMatchmakingConfigurationCommandOutput
20
+ extends DeleteMatchmakingConfigurationOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeleteMatchmakingConfigurationCommand extends $Command<
24
+ DeleteMatchmakingConfigurationCommandInput,
25
+ DeleteMatchmakingConfigurationCommandOutput,
26
+ GameLiftClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteMatchmakingConfigurationCommandInput;
29
+ constructor(input: DeleteMatchmakingConfigurationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: GameLiftClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeleteMatchmakingConfigurationCommandInput,
37
+ DeleteMatchmakingConfigurationCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient";
4
- import { DeleteMatchmakingRuleSetInput, DeleteMatchmakingRuleSetOutput } from "../models/models_0";
5
- export interface DeleteMatchmakingRuleSetCommandInput extends DeleteMatchmakingRuleSetInput {
6
- }
7
- export interface DeleteMatchmakingRuleSetCommandOutput extends DeleteMatchmakingRuleSetOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteMatchmakingRuleSetCommand extends $Command<DeleteMatchmakingRuleSetCommandInput, DeleteMatchmakingRuleSetCommandOutput, GameLiftClientResolvedConfig> {
11
- readonly input: DeleteMatchmakingRuleSetCommandInput;
12
- constructor(input: DeleteMatchmakingRuleSetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameLiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteMatchmakingRuleSetCommandInput, DeleteMatchmakingRuleSetCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GameLiftClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GameLiftClient";
13
+ import {
14
+ DeleteMatchmakingRuleSetInput,
15
+ DeleteMatchmakingRuleSetOutput,
16
+ } from "../models/models_0";
17
+ export interface DeleteMatchmakingRuleSetCommandInput
18
+ extends DeleteMatchmakingRuleSetInput {}
19
+ export interface DeleteMatchmakingRuleSetCommandOutput
20
+ extends DeleteMatchmakingRuleSetOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeleteMatchmakingRuleSetCommand extends $Command<
24
+ DeleteMatchmakingRuleSetCommandInput,
25
+ DeleteMatchmakingRuleSetCommandOutput,
26
+ GameLiftClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteMatchmakingRuleSetCommandInput;
29
+ constructor(input: DeleteMatchmakingRuleSetCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: GameLiftClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeleteMatchmakingRuleSetCommandInput,
37
+ DeleteMatchmakingRuleSetCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,33 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient";
4
- import { DeleteScalingPolicyInput } from "../models/models_0";
5
- export interface DeleteScalingPolicyCommandInput extends DeleteScalingPolicyInput {
6
- }
7
- export interface DeleteScalingPolicyCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteScalingPolicyCommand extends $Command<DeleteScalingPolicyCommandInput, DeleteScalingPolicyCommandOutput, GameLiftClientResolvedConfig> {
11
- readonly input: DeleteScalingPolicyCommandInput;
12
- constructor(input: DeleteScalingPolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameLiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteScalingPolicyCommandInput, DeleteScalingPolicyCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GameLiftClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GameLiftClient";
13
+ import { DeleteScalingPolicyInput } from "../models/models_0";
14
+ export interface DeleteScalingPolicyCommandInput
15
+ extends DeleteScalingPolicyInput {}
16
+ export interface DeleteScalingPolicyCommandOutput extends __MetadataBearer {}
17
+
18
+ export declare class DeleteScalingPolicyCommand extends $Command<
19
+ DeleteScalingPolicyCommandInput,
20
+ DeleteScalingPolicyCommandOutput,
21
+ GameLiftClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteScalingPolicyCommandInput;
24
+ constructor(input: DeleteScalingPolicyCommandInput);
25
+
26
+ resolveMiddleware(
27
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
+ configuration: GameLiftClientResolvedConfig,
29
+ options?: __HttpHandlerOptions
30
+ ): Handler<DeleteScalingPolicyCommandInput, DeleteScalingPolicyCommandOutput>;
31
+ private serialize;
32
+ private deserialize;
33
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient";
4
- import { DeleteScriptInput } from "../models/models_0";
5
- export interface DeleteScriptCommandInput extends DeleteScriptInput {
6
- }
7
- export interface DeleteScriptCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteScriptCommand extends $Command<DeleteScriptCommandInput, DeleteScriptCommandOutput, GameLiftClientResolvedConfig> {
11
- readonly input: DeleteScriptCommandInput;
12
- constructor(input: DeleteScriptCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameLiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteScriptCommandInput, DeleteScriptCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GameLiftClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GameLiftClient";
13
+ import { DeleteScriptInput } from "../models/models_0";
14
+ export interface DeleteScriptCommandInput extends DeleteScriptInput {}
15
+ export interface DeleteScriptCommandOutput extends __MetadataBearer {}
16
+
17
+ export declare class DeleteScriptCommand extends $Command<
18
+ DeleteScriptCommandInput,
19
+ DeleteScriptCommandOutput,
20
+ GameLiftClientResolvedConfig
21
+ > {
22
+ readonly input: DeleteScriptCommandInput;
23
+ constructor(input: DeleteScriptCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: GameLiftClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeleteScriptCommandInput, DeleteScriptCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient";
4
- import { DeleteVpcPeeringAuthorizationInput, DeleteVpcPeeringAuthorizationOutput } from "../models/models_0";
5
- export interface DeleteVpcPeeringAuthorizationCommandInput extends DeleteVpcPeeringAuthorizationInput {
6
- }
7
- export interface DeleteVpcPeeringAuthorizationCommandOutput extends DeleteVpcPeeringAuthorizationOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteVpcPeeringAuthorizationCommand extends $Command<DeleteVpcPeeringAuthorizationCommandInput, DeleteVpcPeeringAuthorizationCommandOutput, GameLiftClientResolvedConfig> {
11
- readonly input: DeleteVpcPeeringAuthorizationCommandInput;
12
- constructor(input: DeleteVpcPeeringAuthorizationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameLiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteVpcPeeringAuthorizationCommandInput, DeleteVpcPeeringAuthorizationCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GameLiftClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GameLiftClient";
13
+ import {
14
+ DeleteVpcPeeringAuthorizationInput,
15
+ DeleteVpcPeeringAuthorizationOutput,
16
+ } from "../models/models_0";
17
+ export interface DeleteVpcPeeringAuthorizationCommandInput
18
+ extends DeleteVpcPeeringAuthorizationInput {}
19
+ export interface DeleteVpcPeeringAuthorizationCommandOutput
20
+ extends DeleteVpcPeeringAuthorizationOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeleteVpcPeeringAuthorizationCommand extends $Command<
24
+ DeleteVpcPeeringAuthorizationCommandInput,
25
+ DeleteVpcPeeringAuthorizationCommandOutput,
26
+ GameLiftClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteVpcPeeringAuthorizationCommandInput;
29
+ constructor(input: DeleteVpcPeeringAuthorizationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: GameLiftClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeleteVpcPeeringAuthorizationCommandInput,
37
+ DeleteVpcPeeringAuthorizationCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient";
4
- import { DeleteVpcPeeringConnectionInput, DeleteVpcPeeringConnectionOutput } from "../models/models_0";
5
- export interface DeleteVpcPeeringConnectionCommandInput extends DeleteVpcPeeringConnectionInput {
6
- }
7
- export interface DeleteVpcPeeringConnectionCommandOutput extends DeleteVpcPeeringConnectionOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteVpcPeeringConnectionCommand extends $Command<DeleteVpcPeeringConnectionCommandInput, DeleteVpcPeeringConnectionCommandOutput, GameLiftClientResolvedConfig> {
11
- readonly input: DeleteVpcPeeringConnectionCommandInput;
12
- constructor(input: DeleteVpcPeeringConnectionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameLiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteVpcPeeringConnectionCommandInput, DeleteVpcPeeringConnectionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GameLiftClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GameLiftClient";
13
+ import {
14
+ DeleteVpcPeeringConnectionInput,
15
+ DeleteVpcPeeringConnectionOutput,
16
+ } from "../models/models_0";
17
+ export interface DeleteVpcPeeringConnectionCommandInput
18
+ extends DeleteVpcPeeringConnectionInput {}
19
+ export interface DeleteVpcPeeringConnectionCommandOutput
20
+ extends DeleteVpcPeeringConnectionOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeleteVpcPeeringConnectionCommand extends $Command<
24
+ DeleteVpcPeeringConnectionCommandInput,
25
+ DeleteVpcPeeringConnectionCommandOutput,
26
+ GameLiftClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteVpcPeeringConnectionCommandInput;
29
+ constructor(input: DeleteVpcPeeringConnectionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: GameLiftClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeleteVpcPeeringConnectionCommandInput,
37
+ DeleteVpcPeeringConnectionCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient";
4
- import { DeregisterGameServerInput } from "../models/models_0";
5
- export interface DeregisterGameServerCommandInput extends DeregisterGameServerInput {
6
- }
7
- export interface DeregisterGameServerCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeregisterGameServerCommand extends $Command<DeregisterGameServerCommandInput, DeregisterGameServerCommandOutput, GameLiftClientResolvedConfig> {
11
- readonly input: DeregisterGameServerCommandInput;
12
- constructor(input: DeregisterGameServerCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameLiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeregisterGameServerCommandInput, DeregisterGameServerCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GameLiftClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GameLiftClient";
13
+ import { DeregisterGameServerInput } from "../models/models_0";
14
+ export interface DeregisterGameServerCommandInput
15
+ extends DeregisterGameServerInput {}
16
+ export interface DeregisterGameServerCommandOutput extends __MetadataBearer {}
17
+
18
+ export declare class DeregisterGameServerCommand extends $Command<
19
+ DeregisterGameServerCommandInput,
20
+ DeregisterGameServerCommandOutput,
21
+ GameLiftClientResolvedConfig
22
+ > {
23
+ readonly input: DeregisterGameServerCommandInput;
24
+ constructor(input: DeregisterGameServerCommandInput);
25
+
26
+ resolveMiddleware(
27
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
+ configuration: GameLiftClientResolvedConfig,
29
+ options?: __HttpHandlerOptions
30
+ ): Handler<
31
+ DeregisterGameServerCommandInput,
32
+ DeregisterGameServerCommandOutput
33
+ >;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient";
4
- import { DescribeAliasInput, DescribeAliasOutput } from "../models/models_0";
5
- export interface DescribeAliasCommandInput extends DescribeAliasInput {
6
- }
7
- export interface DescribeAliasCommandOutput extends DescribeAliasOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeAliasCommand extends $Command<DescribeAliasCommandInput, DescribeAliasCommandOutput, GameLiftClientResolvedConfig> {
11
- readonly input: DescribeAliasCommandInput;
12
- constructor(input: DescribeAliasCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameLiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAliasCommandInput, DescribeAliasCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GameLiftClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GameLiftClient";
13
+ import { DescribeAliasInput, DescribeAliasOutput } from "../models/models_0";
14
+ export interface DescribeAliasCommandInput extends DescribeAliasInput {}
15
+ export interface DescribeAliasCommandOutput
16
+ extends DescribeAliasOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class DescribeAliasCommand extends $Command<
20
+ DescribeAliasCommandInput,
21
+ DescribeAliasCommandOutput,
22
+ GameLiftClientResolvedConfig
23
+ > {
24
+ readonly input: DescribeAliasCommandInput;
25
+ constructor(input: DescribeAliasCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: GameLiftClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<DescribeAliasCommandInput, DescribeAliasCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient";
4
- import { DescribeBuildInput, DescribeBuildOutput } from "../models/models_0";
5
- export interface DescribeBuildCommandInput extends DescribeBuildInput {
6
- }
7
- export interface DescribeBuildCommandOutput extends DescribeBuildOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeBuildCommand extends $Command<DescribeBuildCommandInput, DescribeBuildCommandOutput, GameLiftClientResolvedConfig> {
11
- readonly input: DescribeBuildCommandInput;
12
- constructor(input: DescribeBuildCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameLiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeBuildCommandInput, DescribeBuildCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GameLiftClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GameLiftClient";
13
+ import { DescribeBuildInput, DescribeBuildOutput } from "../models/models_0";
14
+ export interface DescribeBuildCommandInput extends DescribeBuildInput {}
15
+ export interface DescribeBuildCommandOutput
16
+ extends DescribeBuildOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class DescribeBuildCommand extends $Command<
20
+ DescribeBuildCommandInput,
21
+ DescribeBuildCommandOutput,
22
+ GameLiftClientResolvedConfig
23
+ > {
24
+ readonly input: DescribeBuildCommandInput;
25
+ constructor(input: DescribeBuildCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: GameLiftClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<DescribeBuildCommandInput, DescribeBuildCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient";
4
- import { DescribeEC2InstanceLimitsInput, DescribeEC2InstanceLimitsOutput } from "../models/models_0";
5
- export interface DescribeEC2InstanceLimitsCommandInput extends DescribeEC2InstanceLimitsInput {
6
- }
7
- export interface DescribeEC2InstanceLimitsCommandOutput extends DescribeEC2InstanceLimitsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeEC2InstanceLimitsCommand extends $Command<DescribeEC2InstanceLimitsCommandInput, DescribeEC2InstanceLimitsCommandOutput, GameLiftClientResolvedConfig> {
11
- readonly input: DescribeEC2InstanceLimitsCommandInput;
12
- constructor(input: DescribeEC2InstanceLimitsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameLiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEC2InstanceLimitsCommandInput, DescribeEC2InstanceLimitsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GameLiftClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GameLiftClient";
13
+ import {
14
+ DescribeEC2InstanceLimitsInput,
15
+ DescribeEC2InstanceLimitsOutput,
16
+ } from "../models/models_0";
17
+ export interface DescribeEC2InstanceLimitsCommandInput
18
+ extends DescribeEC2InstanceLimitsInput {}
19
+ export interface DescribeEC2InstanceLimitsCommandOutput
20
+ extends DescribeEC2InstanceLimitsOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeEC2InstanceLimitsCommand extends $Command<
24
+ DescribeEC2InstanceLimitsCommandInput,
25
+ DescribeEC2InstanceLimitsCommandOutput,
26
+ GameLiftClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeEC2InstanceLimitsCommandInput;
29
+ constructor(input: DescribeEC2InstanceLimitsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: GameLiftClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeEC2InstanceLimitsCommandInput,
37
+ DescribeEC2InstanceLimitsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GameLiftClient";
4
- import { DescribeFleetAttributesInput, DescribeFleetAttributesOutput } from "../models/models_0";
5
- export interface DescribeFleetAttributesCommandInput extends DescribeFleetAttributesInput {
6
- }
7
- export interface DescribeFleetAttributesCommandOutput extends DescribeFleetAttributesOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeFleetAttributesCommand extends $Command<DescribeFleetAttributesCommandInput, DescribeFleetAttributesCommandOutput, GameLiftClientResolvedConfig> {
11
- readonly input: DescribeFleetAttributesCommandInput;
12
- constructor(input: DescribeFleetAttributesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GameLiftClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeFleetAttributesCommandInput, DescribeFleetAttributesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GameLiftClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GameLiftClient";
13
+ import {
14
+ DescribeFleetAttributesInput,
15
+ DescribeFleetAttributesOutput,
16
+ } from "../models/models_0";
17
+ export interface DescribeFleetAttributesCommandInput
18
+ extends DescribeFleetAttributesInput {}
19
+ export interface DescribeFleetAttributesCommandOutput
20
+ extends DescribeFleetAttributesOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeFleetAttributesCommand extends $Command<
24
+ DescribeFleetAttributesCommandInput,
25
+ DescribeFleetAttributesCommandOutput,
26
+ GameLiftClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeFleetAttributesCommandInput;
29
+ constructor(input: DescribeFleetAttributesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: GameLiftClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeFleetAttributesCommandInput,
37
+ DescribeFleetAttributesCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }