@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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/GameLift.d.ts +1720 -480
- package/dist-types/ts3.4/GameLiftClient.d.ts +699 -168
- package/dist-types/ts3.4/commands/AcceptMatchCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ClaimGameServerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateBuildCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateFleetLocationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateGameServerGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateGameSessionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateGameSessionQueueCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateMatchmakingConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateMatchmakingRuleSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreatePlayerSessionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreatePlayerSessionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateScriptCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateVpcPeeringAuthorizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteBuildCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteFleetLocationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteGameServerGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteGameSessionQueueCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteMatchmakingConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteMatchmakingRuleSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteScalingPolicyCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteScriptCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteVpcPeeringAuthorizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteVpcPeeringConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeregisterGameServerCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeAliasCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeBuildCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeEC2InstanceLimitsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFleetAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFleetCapacityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFleetEventsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeFleetLocationAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFleetLocationCapacityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFleetLocationUtilizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFleetPortSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFleetUtilizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeGameServerCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeGameServerGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeGameServerInstancesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeGameSessionDetailsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeGameSessionPlacementCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeGameSessionQueuesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeGameSessionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeMatchmakingCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeMatchmakingConfigurationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeMatchmakingRuleSetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribePlayerSessionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeRuntimeConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeScalingPoliciesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeScriptCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeVpcPeeringAuthorizationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetGameSessionLogUrlCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetInstanceAccessCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListBuildsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListGameServerGroupsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListGameServersCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListScriptsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutScalingPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RegisterGameServerCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RequestUploadCredentialsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ResolveAliasCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ResumeGameServerGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SearchGameSessionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartFleetActionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StartGameSessionPlacementCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartMatchBackfillCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartMatchmakingCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StopFleetActionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StopGameSessionPlacementCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StopMatchmakingCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SuspendGameServerGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateBuildCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateFleetAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateFleetCapacityCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateFleetPortSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateGameServerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateGameServerGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateGameSessionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateGameSessionQueueCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateMatchmakingConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateRuntimeConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateScriptCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ValidateMatchmakingRuleSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +95 -95
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/GameLiftServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +3487 -3015
- package/dist-types/ts3.4/pagination/DescribeFleetAttributesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeFleetCapacityPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeFleetEventsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeFleetLocationAttributesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeFleetUtilizationPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeGameServerInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeGameSessionDetailsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeGameSessionQueuesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeGameSessionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeMatchmakingConfigurationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeMatchmakingRuleSetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribePlayerSessionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeScalingPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAliasesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBuildsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFleetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListGameServerGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListGameServersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListScriptsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchGameSessionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +22 -22
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +1145 -287
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,168 +1,699 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
import {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
import {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
import {
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
import {
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
import {
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
import {
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
import {
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
import {
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
import {
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
import {
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
import {
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
import {
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
import {
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
import {
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
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 {};
|