@aws-sdk/client-gameliftstreams 3.762.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/LICENSE +201 -0
- package/README.md +404 -0
- package/dist-cjs/GameLiftStreams.js +59 -0
- package/dist-cjs/GameLiftStreamsClient.js +51 -0
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +43 -0
- package/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
- package/dist-cjs/commands/AddStreamGroupLocationsCommand.js +26 -0
- package/dist-cjs/commands/AssociateApplicationsCommand.js +26 -0
- package/dist-cjs/commands/CreateApplicationCommand.js +26 -0
- package/dist-cjs/commands/CreateStreamGroupCommand.js +26 -0
- package/dist-cjs/commands/CreateStreamSessionConnectionCommand.js +27 -0
- package/dist-cjs/commands/DeleteApplicationCommand.js +26 -0
- package/dist-cjs/commands/DeleteStreamGroupCommand.js +26 -0
- package/dist-cjs/commands/DisassociateApplicationsCommand.js +26 -0
- package/dist-cjs/commands/ExportStreamSessionFilesCommand.js +26 -0
- package/dist-cjs/commands/GetApplicationCommand.js +26 -0
- package/dist-cjs/commands/GetStreamGroupCommand.js +26 -0
- package/dist-cjs/commands/GetStreamSessionCommand.js +27 -0
- package/dist-cjs/commands/ListApplicationsCommand.js +26 -0
- package/dist-cjs/commands/ListStreamGroupsCommand.js +26 -0
- package/dist-cjs/commands/ListStreamSessionsByAccountCommand.js +26 -0
- package/dist-cjs/commands/ListStreamSessionsCommand.js +26 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +26 -0
- package/dist-cjs/commands/RemoveStreamGroupLocationsCommand.js +26 -0
- package/dist-cjs/commands/StartStreamSessionCommand.js +27 -0
- package/dist-cjs/commands/TagResourceCommand.js +26 -0
- package/dist-cjs/commands/TerminateStreamSessionCommand.js +26 -0
- package/dist-cjs/commands/UntagResourceCommand.js +26 -0
- package/dist-cjs/commands/UpdateApplicationCommand.js +26 -0
- package/dist-cjs/commands/UpdateStreamGroupCommand.js +26 -0
- package/dist-cjs/commands/index.js +27 -0
- package/dist-cjs/endpoint/EndpointParameters.js +16 -0
- package/dist-cjs/endpoint/endpointResolver.js +18 -0
- package/dist-cjs/endpoint/ruleset.js +7 -0
- package/dist-cjs/extensionConfiguration.js +2 -0
- package/dist-cjs/index.js +12 -0
- package/dist-cjs/models/GameLiftStreamsServiceException.js +12 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +211 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListApplicationsPaginator.js +7 -0
- package/dist-cjs/pagination/ListStreamGroupsPaginator.js +7 -0
- package/dist-cjs/pagination/ListStreamSessionsByAccountPaginator.js +7 -0
- package/dist-cjs/pagination/ListStreamSessionsPaginator.js +7 -0
- package/dist-cjs/pagination/index.js +8 -0
- package/dist-cjs/protocols/Aws_restJson1.js +1005 -0
- package/dist-cjs/runtimeConfig.browser.js +39 -0
- package/dist-cjs/runtimeConfig.js +52 -0
- package/dist-cjs/runtimeConfig.native.js +15 -0
- package/dist-cjs/runtimeConfig.shared.js +34 -0
- package/dist-cjs/runtimeExtensions.js +25 -0
- package/dist-cjs/waiters/index.js +8 -0
- package/dist-cjs/waiters/waitForApplicationDeleted.js +30 -0
- package/dist-cjs/waiters/waitForApplicationReady.js +45 -0
- package/dist-cjs/waiters/waitForStreamGroupActive.js +63 -0
- package/dist-cjs/waiters/waitForStreamGroupDeleted.js +30 -0
- package/dist-cjs/waiters/waitForStreamSessionActive.js +45 -0
- package/dist-es/GameLiftStreams.js +55 -0
- package/dist-es/GameLiftStreamsClient.js +47 -0
- package/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/dist-es/auth/httpAuthSchemeProvider.js +41 -0
- package/dist-es/commands/AddStreamGroupLocationsCommand.js +22 -0
- package/dist-es/commands/AssociateApplicationsCommand.js +22 -0
- package/dist-es/commands/CreateApplicationCommand.js +22 -0
- package/dist-es/commands/CreateStreamGroupCommand.js +22 -0
- package/dist-es/commands/CreateStreamSessionConnectionCommand.js +23 -0
- package/dist-es/commands/DeleteApplicationCommand.js +22 -0
- package/dist-es/commands/DeleteStreamGroupCommand.js +22 -0
- package/dist-es/commands/DisassociateApplicationsCommand.js +22 -0
- package/dist-es/commands/ExportStreamSessionFilesCommand.js +22 -0
- package/dist-es/commands/GetApplicationCommand.js +22 -0
- package/dist-es/commands/GetStreamGroupCommand.js +22 -0
- package/dist-es/commands/GetStreamSessionCommand.js +23 -0
- package/dist-es/commands/ListApplicationsCommand.js +22 -0
- package/dist-es/commands/ListStreamGroupsCommand.js +22 -0
- package/dist-es/commands/ListStreamSessionsByAccountCommand.js +22 -0
- package/dist-es/commands/ListStreamSessionsCommand.js +22 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +22 -0
- package/dist-es/commands/RemoveStreamGroupLocationsCommand.js +22 -0
- package/dist-es/commands/StartStreamSessionCommand.js +23 -0
- package/dist-es/commands/TagResourceCommand.js +22 -0
- package/dist-es/commands/TerminateStreamSessionCommand.js +22 -0
- package/dist-es/commands/UntagResourceCommand.js +22 -0
- package/dist-es/commands/UpdateApplicationCommand.js +22 -0
- package/dist-es/commands/UpdateStreamGroupCommand.js +22 -0
- package/dist-es/commands/index.js +24 -0
- package/dist-es/endpoint/EndpointParameters.js +12 -0
- package/dist-es/endpoint/endpointResolver.js +14 -0
- package/dist-es/endpoint/ruleset.js +4 -0
- package/dist-es/extensionConfiguration.js +1 -0
- package/dist-es/index.js +7 -0
- package/dist-es/models/GameLiftStreamsServiceException.js +8 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +196 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListApplicationsPaginator.js +4 -0
- package/dist-es/pagination/ListStreamGroupsPaginator.js +4 -0
- package/dist-es/pagination/ListStreamSessionsByAccountPaginator.js +4 -0
- package/dist-es/pagination/ListStreamSessionsPaginator.js +4 -0
- package/dist-es/pagination/index.js +5 -0
- package/dist-es/protocols/Aws_restJson1.js +954 -0
- package/dist-es/runtimeConfig.browser.js +34 -0
- package/dist-es/runtimeConfig.js +47 -0
- package/dist-es/runtimeConfig.native.js +11 -0
- package/dist-es/runtimeConfig.shared.js +30 -0
- package/dist-es/runtimeExtensions.js +21 -0
- package/dist-es/waiters/index.js +5 -0
- package/dist-es/waiters/waitForApplicationDeleted.js +25 -0
- package/dist-es/waiters/waitForApplicationReady.js +40 -0
- package/dist-es/waiters/waitForStreamGroupActive.js +58 -0
- package/dist-es/waiters/waitForStreamGroupDeleted.js +25 -0
- package/dist-es/waiters/waitForStreamSessionActive.js +40 -0
- package/dist-types/GameLiftStreams.d.ts +187 -0
- package/dist-types/GameLiftStreamsClient.d.ts +217 -0
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
- package/dist-types/commands/AddStreamGroupLocationsCommand.d.ts +116 -0
- package/dist-types/commands/AssociateApplicationsCommand.d.ts +99 -0
- package/dist-types/commands/CreateApplicationCommand.d.ts +146 -0
- package/dist-types/commands/CreateStreamGroupCommand.d.ts +158 -0
- package/dist-types/commands/CreateStreamSessionConnectionCommand.d.ts +114 -0
- package/dist-types/commands/DeleteApplicationCommand.d.ts +116 -0
- package/dist-types/commands/DeleteStreamGroupCommand.d.ts +93 -0
- package/dist-types/commands/DisassociateApplicationsCommand.d.ts +100 -0
- package/dist-types/commands/ExportStreamSessionFilesCommand.d.ts +116 -0
- package/dist-types/commands/GetApplicationCommand.d.ts +116 -0
- package/dist-types/commands/GetStreamGroupCommand.d.ts +116 -0
- package/dist-types/commands/GetStreamSessionCommand.d.ts +119 -0
- package/dist-types/commands/ListApplicationsCommand.d.ts +103 -0
- package/dist-types/commands/ListStreamGroupsCommand.d.ts +104 -0
- package/dist-types/commands/ListStreamSessionsByAccountCommand.d.ts +109 -0
- package/dist-types/commands/ListStreamSessionsCommand.d.ts +113 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +100 -0
- package/dist-types/commands/RemoveStreamGroupLocationsCommand.d.ts +95 -0
- package/dist-types/commands/StartStreamSessionCommand.d.ts +156 -0
- package/dist-types/commands/TagResourceCommand.d.ts +107 -0
- package/dist-types/commands/TerminateStreamSessionCommand.d.ts +91 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +88 -0
- package/dist-types/commands/UpdateApplicationCommand.d.ts +122 -0
- package/dist-types/commands/UpdateStreamGroupCommand.d.ts +154 -0
- package/dist-types/commands/index.d.ts +24 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +34 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/extensionConfiguration.d.ts +9 -0
- package/dist-types/index.d.ts +21 -0
- package/dist-types/models/GameLiftStreamsServiceException.d.ts +14 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +3555 -0
- package/dist-types/pagination/Interfaces.d.ts +8 -0
- package/dist-types/pagination/ListApplicationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListStreamGroupsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListStreamSessionsByAccountPaginator.d.ts +7 -0
- package/dist-types/pagination/ListStreamSessionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +5 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +218 -0
- package/dist-types/runtimeConfig.browser.d.ts +49 -0
- package/dist-types/runtimeConfig.d.ts +49 -0
- package/dist-types/runtimeConfig.native.d.ts +48 -0
- package/dist-types/runtimeConfig.shared.d.ts +21 -0
- package/dist-types/runtimeExtensions.d.ts +17 -0
- package/dist-types/ts3.4/GameLiftStreams.d.ts +418 -0
- package/dist-types/ts3.4/GameLiftStreamsClient.d.ts +264 -0
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
- package/dist-types/ts3.4/commands/AddStreamGroupLocationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/AssociateApplicationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreateStreamGroupCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreateStreamSessionConnectionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/DeleteStreamGroupCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/DisassociateApplicationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ExportStreamSessionFilesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetStreamGroupCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetStreamSessionCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListStreamGroupsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListStreamSessionsByAccountCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListStreamSessionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/RemoveStreamGroupLocationsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/StartStreamSessionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/TerminateStreamSessionCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdateStreamGroupCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/index.d.ts +24 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +45 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +10 -0
- package/dist-types/ts3.4/models/GameLiftStreamsServiceException.d.ts +9 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +518 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListApplicationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListStreamGroupsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListStreamSessionsByAccountPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListStreamSessionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +5 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +293 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +98 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +99 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +102 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +23 -0
- package/dist-types/ts3.4/runtimeExtensions.d.ts +13 -0
- package/dist-types/ts3.4/waiters/index.d.ts +5 -0
- package/dist-types/ts3.4/waiters/waitForApplicationDeleted.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForApplicationReady.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForStreamGroupActive.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForStreamGroupDeleted.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForStreamSessionActive.d.ts +11 -0
- package/dist-types/waiters/index.d.ts +5 -0
- package/dist-types/waiters/waitForApplicationDeleted.d.ts +14 -0
- package/dist-types/waiters/waitForApplicationReady.d.ts +14 -0
- package/dist-types/waiters/waitForStreamGroupActive.d.ts +14 -0
- package/dist-types/waiters/waitForStreamGroupDeleted.d.ts +14 -0
- package/dist-types/waiters/waitForStreamSessionActive.d.ts +14 -0
- package/package.json +102 -0
|
@@ -0,0 +1,418 @@
|
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
AddStreamGroupLocationsCommandInput,
|
|
4
|
+
AddStreamGroupLocationsCommandOutput,
|
|
5
|
+
} from "./commands/AddStreamGroupLocationsCommand";
|
|
6
|
+
import {
|
|
7
|
+
AssociateApplicationsCommandInput,
|
|
8
|
+
AssociateApplicationsCommandOutput,
|
|
9
|
+
} from "./commands/AssociateApplicationsCommand";
|
|
10
|
+
import {
|
|
11
|
+
CreateApplicationCommandInput,
|
|
12
|
+
CreateApplicationCommandOutput,
|
|
13
|
+
} from "./commands/CreateApplicationCommand";
|
|
14
|
+
import {
|
|
15
|
+
CreateStreamGroupCommandInput,
|
|
16
|
+
CreateStreamGroupCommandOutput,
|
|
17
|
+
} from "./commands/CreateStreamGroupCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateStreamSessionConnectionCommandInput,
|
|
20
|
+
CreateStreamSessionConnectionCommandOutput,
|
|
21
|
+
} from "./commands/CreateStreamSessionConnectionCommand";
|
|
22
|
+
import {
|
|
23
|
+
DeleteApplicationCommandInput,
|
|
24
|
+
DeleteApplicationCommandOutput,
|
|
25
|
+
} from "./commands/DeleteApplicationCommand";
|
|
26
|
+
import {
|
|
27
|
+
DeleteStreamGroupCommandInput,
|
|
28
|
+
DeleteStreamGroupCommandOutput,
|
|
29
|
+
} from "./commands/DeleteStreamGroupCommand";
|
|
30
|
+
import {
|
|
31
|
+
DisassociateApplicationsCommandInput,
|
|
32
|
+
DisassociateApplicationsCommandOutput,
|
|
33
|
+
} from "./commands/DisassociateApplicationsCommand";
|
|
34
|
+
import {
|
|
35
|
+
ExportStreamSessionFilesCommandInput,
|
|
36
|
+
ExportStreamSessionFilesCommandOutput,
|
|
37
|
+
} from "./commands/ExportStreamSessionFilesCommand";
|
|
38
|
+
import {
|
|
39
|
+
GetApplicationCommandInput,
|
|
40
|
+
GetApplicationCommandOutput,
|
|
41
|
+
} from "./commands/GetApplicationCommand";
|
|
42
|
+
import {
|
|
43
|
+
GetStreamGroupCommandInput,
|
|
44
|
+
GetStreamGroupCommandOutput,
|
|
45
|
+
} from "./commands/GetStreamGroupCommand";
|
|
46
|
+
import {
|
|
47
|
+
GetStreamSessionCommandInput,
|
|
48
|
+
GetStreamSessionCommandOutput,
|
|
49
|
+
} from "./commands/GetStreamSessionCommand";
|
|
50
|
+
import {
|
|
51
|
+
ListApplicationsCommandInput,
|
|
52
|
+
ListApplicationsCommandOutput,
|
|
53
|
+
} from "./commands/ListApplicationsCommand";
|
|
54
|
+
import {
|
|
55
|
+
ListStreamGroupsCommandInput,
|
|
56
|
+
ListStreamGroupsCommandOutput,
|
|
57
|
+
} from "./commands/ListStreamGroupsCommand";
|
|
58
|
+
import {
|
|
59
|
+
ListStreamSessionsByAccountCommandInput,
|
|
60
|
+
ListStreamSessionsByAccountCommandOutput,
|
|
61
|
+
} from "./commands/ListStreamSessionsByAccountCommand";
|
|
62
|
+
import {
|
|
63
|
+
ListStreamSessionsCommandInput,
|
|
64
|
+
ListStreamSessionsCommandOutput,
|
|
65
|
+
} from "./commands/ListStreamSessionsCommand";
|
|
66
|
+
import {
|
|
67
|
+
ListTagsForResourceCommandInput,
|
|
68
|
+
ListTagsForResourceCommandOutput,
|
|
69
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
70
|
+
import {
|
|
71
|
+
RemoveStreamGroupLocationsCommandInput,
|
|
72
|
+
RemoveStreamGroupLocationsCommandOutput,
|
|
73
|
+
} from "./commands/RemoveStreamGroupLocationsCommand";
|
|
74
|
+
import {
|
|
75
|
+
StartStreamSessionCommandInput,
|
|
76
|
+
StartStreamSessionCommandOutput,
|
|
77
|
+
} from "./commands/StartStreamSessionCommand";
|
|
78
|
+
import {
|
|
79
|
+
TagResourceCommandInput,
|
|
80
|
+
TagResourceCommandOutput,
|
|
81
|
+
} from "./commands/TagResourceCommand";
|
|
82
|
+
import {
|
|
83
|
+
TerminateStreamSessionCommandInput,
|
|
84
|
+
TerminateStreamSessionCommandOutput,
|
|
85
|
+
} from "./commands/TerminateStreamSessionCommand";
|
|
86
|
+
import {
|
|
87
|
+
UntagResourceCommandInput,
|
|
88
|
+
UntagResourceCommandOutput,
|
|
89
|
+
} from "./commands/UntagResourceCommand";
|
|
90
|
+
import {
|
|
91
|
+
UpdateApplicationCommandInput,
|
|
92
|
+
UpdateApplicationCommandOutput,
|
|
93
|
+
} from "./commands/UpdateApplicationCommand";
|
|
94
|
+
import {
|
|
95
|
+
UpdateStreamGroupCommandInput,
|
|
96
|
+
UpdateStreamGroupCommandOutput,
|
|
97
|
+
} from "./commands/UpdateStreamGroupCommand";
|
|
98
|
+
import { GameLiftStreamsClient } from "./GameLiftStreamsClient";
|
|
99
|
+
export interface GameLiftStreams {
|
|
100
|
+
addStreamGroupLocations(
|
|
101
|
+
args: AddStreamGroupLocationsCommandInput,
|
|
102
|
+
options?: __HttpHandlerOptions
|
|
103
|
+
): Promise<AddStreamGroupLocationsCommandOutput>;
|
|
104
|
+
addStreamGroupLocations(
|
|
105
|
+
args: AddStreamGroupLocationsCommandInput,
|
|
106
|
+
cb: (err: any, data?: AddStreamGroupLocationsCommandOutput) => void
|
|
107
|
+
): void;
|
|
108
|
+
addStreamGroupLocations(
|
|
109
|
+
args: AddStreamGroupLocationsCommandInput,
|
|
110
|
+
options: __HttpHandlerOptions,
|
|
111
|
+
cb: (err: any, data?: AddStreamGroupLocationsCommandOutput) => void
|
|
112
|
+
): void;
|
|
113
|
+
associateApplications(
|
|
114
|
+
args: AssociateApplicationsCommandInput,
|
|
115
|
+
options?: __HttpHandlerOptions
|
|
116
|
+
): Promise<AssociateApplicationsCommandOutput>;
|
|
117
|
+
associateApplications(
|
|
118
|
+
args: AssociateApplicationsCommandInput,
|
|
119
|
+
cb: (err: any, data?: AssociateApplicationsCommandOutput) => void
|
|
120
|
+
): void;
|
|
121
|
+
associateApplications(
|
|
122
|
+
args: AssociateApplicationsCommandInput,
|
|
123
|
+
options: __HttpHandlerOptions,
|
|
124
|
+
cb: (err: any, data?: AssociateApplicationsCommandOutput) => void
|
|
125
|
+
): void;
|
|
126
|
+
createApplication(
|
|
127
|
+
args: CreateApplicationCommandInput,
|
|
128
|
+
options?: __HttpHandlerOptions
|
|
129
|
+
): Promise<CreateApplicationCommandOutput>;
|
|
130
|
+
createApplication(
|
|
131
|
+
args: CreateApplicationCommandInput,
|
|
132
|
+
cb: (err: any, data?: CreateApplicationCommandOutput) => void
|
|
133
|
+
): void;
|
|
134
|
+
createApplication(
|
|
135
|
+
args: CreateApplicationCommandInput,
|
|
136
|
+
options: __HttpHandlerOptions,
|
|
137
|
+
cb: (err: any, data?: CreateApplicationCommandOutput) => void
|
|
138
|
+
): void;
|
|
139
|
+
createStreamGroup(
|
|
140
|
+
args: CreateStreamGroupCommandInput,
|
|
141
|
+
options?: __HttpHandlerOptions
|
|
142
|
+
): Promise<CreateStreamGroupCommandOutput>;
|
|
143
|
+
createStreamGroup(
|
|
144
|
+
args: CreateStreamGroupCommandInput,
|
|
145
|
+
cb: (err: any, data?: CreateStreamGroupCommandOutput) => void
|
|
146
|
+
): void;
|
|
147
|
+
createStreamGroup(
|
|
148
|
+
args: CreateStreamGroupCommandInput,
|
|
149
|
+
options: __HttpHandlerOptions,
|
|
150
|
+
cb: (err: any, data?: CreateStreamGroupCommandOutput) => void
|
|
151
|
+
): void;
|
|
152
|
+
createStreamSessionConnection(
|
|
153
|
+
args: CreateStreamSessionConnectionCommandInput,
|
|
154
|
+
options?: __HttpHandlerOptions
|
|
155
|
+
): Promise<CreateStreamSessionConnectionCommandOutput>;
|
|
156
|
+
createStreamSessionConnection(
|
|
157
|
+
args: CreateStreamSessionConnectionCommandInput,
|
|
158
|
+
cb: (err: any, data?: CreateStreamSessionConnectionCommandOutput) => void
|
|
159
|
+
): void;
|
|
160
|
+
createStreamSessionConnection(
|
|
161
|
+
args: CreateStreamSessionConnectionCommandInput,
|
|
162
|
+
options: __HttpHandlerOptions,
|
|
163
|
+
cb: (err: any, data?: CreateStreamSessionConnectionCommandOutput) => void
|
|
164
|
+
): void;
|
|
165
|
+
deleteApplication(
|
|
166
|
+
args: DeleteApplicationCommandInput,
|
|
167
|
+
options?: __HttpHandlerOptions
|
|
168
|
+
): Promise<DeleteApplicationCommandOutput>;
|
|
169
|
+
deleteApplication(
|
|
170
|
+
args: DeleteApplicationCommandInput,
|
|
171
|
+
cb: (err: any, data?: DeleteApplicationCommandOutput) => void
|
|
172
|
+
): void;
|
|
173
|
+
deleteApplication(
|
|
174
|
+
args: DeleteApplicationCommandInput,
|
|
175
|
+
options: __HttpHandlerOptions,
|
|
176
|
+
cb: (err: any, data?: DeleteApplicationCommandOutput) => void
|
|
177
|
+
): void;
|
|
178
|
+
deleteStreamGroup(
|
|
179
|
+
args: DeleteStreamGroupCommandInput,
|
|
180
|
+
options?: __HttpHandlerOptions
|
|
181
|
+
): Promise<DeleteStreamGroupCommandOutput>;
|
|
182
|
+
deleteStreamGroup(
|
|
183
|
+
args: DeleteStreamGroupCommandInput,
|
|
184
|
+
cb: (err: any, data?: DeleteStreamGroupCommandOutput) => void
|
|
185
|
+
): void;
|
|
186
|
+
deleteStreamGroup(
|
|
187
|
+
args: DeleteStreamGroupCommandInput,
|
|
188
|
+
options: __HttpHandlerOptions,
|
|
189
|
+
cb: (err: any, data?: DeleteStreamGroupCommandOutput) => void
|
|
190
|
+
): void;
|
|
191
|
+
disassociateApplications(
|
|
192
|
+
args: DisassociateApplicationsCommandInput,
|
|
193
|
+
options?: __HttpHandlerOptions
|
|
194
|
+
): Promise<DisassociateApplicationsCommandOutput>;
|
|
195
|
+
disassociateApplications(
|
|
196
|
+
args: DisassociateApplicationsCommandInput,
|
|
197
|
+
cb: (err: any, data?: DisassociateApplicationsCommandOutput) => void
|
|
198
|
+
): void;
|
|
199
|
+
disassociateApplications(
|
|
200
|
+
args: DisassociateApplicationsCommandInput,
|
|
201
|
+
options: __HttpHandlerOptions,
|
|
202
|
+
cb: (err: any, data?: DisassociateApplicationsCommandOutput) => void
|
|
203
|
+
): void;
|
|
204
|
+
exportStreamSessionFiles(
|
|
205
|
+
args: ExportStreamSessionFilesCommandInput,
|
|
206
|
+
options?: __HttpHandlerOptions
|
|
207
|
+
): Promise<ExportStreamSessionFilesCommandOutput>;
|
|
208
|
+
exportStreamSessionFiles(
|
|
209
|
+
args: ExportStreamSessionFilesCommandInput,
|
|
210
|
+
cb: (err: any, data?: ExportStreamSessionFilesCommandOutput) => void
|
|
211
|
+
): void;
|
|
212
|
+
exportStreamSessionFiles(
|
|
213
|
+
args: ExportStreamSessionFilesCommandInput,
|
|
214
|
+
options: __HttpHandlerOptions,
|
|
215
|
+
cb: (err: any, data?: ExportStreamSessionFilesCommandOutput) => void
|
|
216
|
+
): void;
|
|
217
|
+
getApplication(
|
|
218
|
+
args: GetApplicationCommandInput,
|
|
219
|
+
options?: __HttpHandlerOptions
|
|
220
|
+
): Promise<GetApplicationCommandOutput>;
|
|
221
|
+
getApplication(
|
|
222
|
+
args: GetApplicationCommandInput,
|
|
223
|
+
cb: (err: any, data?: GetApplicationCommandOutput) => void
|
|
224
|
+
): void;
|
|
225
|
+
getApplication(
|
|
226
|
+
args: GetApplicationCommandInput,
|
|
227
|
+
options: __HttpHandlerOptions,
|
|
228
|
+
cb: (err: any, data?: GetApplicationCommandOutput) => void
|
|
229
|
+
): void;
|
|
230
|
+
getStreamGroup(
|
|
231
|
+
args: GetStreamGroupCommandInput,
|
|
232
|
+
options?: __HttpHandlerOptions
|
|
233
|
+
): Promise<GetStreamGroupCommandOutput>;
|
|
234
|
+
getStreamGroup(
|
|
235
|
+
args: GetStreamGroupCommandInput,
|
|
236
|
+
cb: (err: any, data?: GetStreamGroupCommandOutput) => void
|
|
237
|
+
): void;
|
|
238
|
+
getStreamGroup(
|
|
239
|
+
args: GetStreamGroupCommandInput,
|
|
240
|
+
options: __HttpHandlerOptions,
|
|
241
|
+
cb: (err: any, data?: GetStreamGroupCommandOutput) => void
|
|
242
|
+
): void;
|
|
243
|
+
getStreamSession(
|
|
244
|
+
args: GetStreamSessionCommandInput,
|
|
245
|
+
options?: __HttpHandlerOptions
|
|
246
|
+
): Promise<GetStreamSessionCommandOutput>;
|
|
247
|
+
getStreamSession(
|
|
248
|
+
args: GetStreamSessionCommandInput,
|
|
249
|
+
cb: (err: any, data?: GetStreamSessionCommandOutput) => void
|
|
250
|
+
): void;
|
|
251
|
+
getStreamSession(
|
|
252
|
+
args: GetStreamSessionCommandInput,
|
|
253
|
+
options: __HttpHandlerOptions,
|
|
254
|
+
cb: (err: any, data?: GetStreamSessionCommandOutput) => void
|
|
255
|
+
): void;
|
|
256
|
+
listApplications(): Promise<ListApplicationsCommandOutput>;
|
|
257
|
+
listApplications(
|
|
258
|
+
args: ListApplicationsCommandInput,
|
|
259
|
+
options?: __HttpHandlerOptions
|
|
260
|
+
): Promise<ListApplicationsCommandOutput>;
|
|
261
|
+
listApplications(
|
|
262
|
+
args: ListApplicationsCommandInput,
|
|
263
|
+
cb: (err: any, data?: ListApplicationsCommandOutput) => void
|
|
264
|
+
): void;
|
|
265
|
+
listApplications(
|
|
266
|
+
args: ListApplicationsCommandInput,
|
|
267
|
+
options: __HttpHandlerOptions,
|
|
268
|
+
cb: (err: any, data?: ListApplicationsCommandOutput) => void
|
|
269
|
+
): void;
|
|
270
|
+
listStreamGroups(): Promise<ListStreamGroupsCommandOutput>;
|
|
271
|
+
listStreamGroups(
|
|
272
|
+
args: ListStreamGroupsCommandInput,
|
|
273
|
+
options?: __HttpHandlerOptions
|
|
274
|
+
): Promise<ListStreamGroupsCommandOutput>;
|
|
275
|
+
listStreamGroups(
|
|
276
|
+
args: ListStreamGroupsCommandInput,
|
|
277
|
+
cb: (err: any, data?: ListStreamGroupsCommandOutput) => void
|
|
278
|
+
): void;
|
|
279
|
+
listStreamGroups(
|
|
280
|
+
args: ListStreamGroupsCommandInput,
|
|
281
|
+
options: __HttpHandlerOptions,
|
|
282
|
+
cb: (err: any, data?: ListStreamGroupsCommandOutput) => void
|
|
283
|
+
): void;
|
|
284
|
+
listStreamSessions(
|
|
285
|
+
args: ListStreamSessionsCommandInput,
|
|
286
|
+
options?: __HttpHandlerOptions
|
|
287
|
+
): Promise<ListStreamSessionsCommandOutput>;
|
|
288
|
+
listStreamSessions(
|
|
289
|
+
args: ListStreamSessionsCommandInput,
|
|
290
|
+
cb: (err: any, data?: ListStreamSessionsCommandOutput) => void
|
|
291
|
+
): void;
|
|
292
|
+
listStreamSessions(
|
|
293
|
+
args: ListStreamSessionsCommandInput,
|
|
294
|
+
options: __HttpHandlerOptions,
|
|
295
|
+
cb: (err: any, data?: ListStreamSessionsCommandOutput) => void
|
|
296
|
+
): void;
|
|
297
|
+
listStreamSessionsByAccount(): Promise<ListStreamSessionsByAccountCommandOutput>;
|
|
298
|
+
listStreamSessionsByAccount(
|
|
299
|
+
args: ListStreamSessionsByAccountCommandInput,
|
|
300
|
+
options?: __HttpHandlerOptions
|
|
301
|
+
): Promise<ListStreamSessionsByAccountCommandOutput>;
|
|
302
|
+
listStreamSessionsByAccount(
|
|
303
|
+
args: ListStreamSessionsByAccountCommandInput,
|
|
304
|
+
cb: (err: any, data?: ListStreamSessionsByAccountCommandOutput) => void
|
|
305
|
+
): void;
|
|
306
|
+
listStreamSessionsByAccount(
|
|
307
|
+
args: ListStreamSessionsByAccountCommandInput,
|
|
308
|
+
options: __HttpHandlerOptions,
|
|
309
|
+
cb: (err: any, data?: ListStreamSessionsByAccountCommandOutput) => void
|
|
310
|
+
): void;
|
|
311
|
+
listTagsForResource(
|
|
312
|
+
args: ListTagsForResourceCommandInput,
|
|
313
|
+
options?: __HttpHandlerOptions
|
|
314
|
+
): Promise<ListTagsForResourceCommandOutput>;
|
|
315
|
+
listTagsForResource(
|
|
316
|
+
args: ListTagsForResourceCommandInput,
|
|
317
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
318
|
+
): void;
|
|
319
|
+
listTagsForResource(
|
|
320
|
+
args: ListTagsForResourceCommandInput,
|
|
321
|
+
options: __HttpHandlerOptions,
|
|
322
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
323
|
+
): void;
|
|
324
|
+
removeStreamGroupLocations(
|
|
325
|
+
args: RemoveStreamGroupLocationsCommandInput,
|
|
326
|
+
options?: __HttpHandlerOptions
|
|
327
|
+
): Promise<RemoveStreamGroupLocationsCommandOutput>;
|
|
328
|
+
removeStreamGroupLocations(
|
|
329
|
+
args: RemoveStreamGroupLocationsCommandInput,
|
|
330
|
+
cb: (err: any, data?: RemoveStreamGroupLocationsCommandOutput) => void
|
|
331
|
+
): void;
|
|
332
|
+
removeStreamGroupLocations(
|
|
333
|
+
args: RemoveStreamGroupLocationsCommandInput,
|
|
334
|
+
options: __HttpHandlerOptions,
|
|
335
|
+
cb: (err: any, data?: RemoveStreamGroupLocationsCommandOutput) => void
|
|
336
|
+
): void;
|
|
337
|
+
startStreamSession(
|
|
338
|
+
args: StartStreamSessionCommandInput,
|
|
339
|
+
options?: __HttpHandlerOptions
|
|
340
|
+
): Promise<StartStreamSessionCommandOutput>;
|
|
341
|
+
startStreamSession(
|
|
342
|
+
args: StartStreamSessionCommandInput,
|
|
343
|
+
cb: (err: any, data?: StartStreamSessionCommandOutput) => void
|
|
344
|
+
): void;
|
|
345
|
+
startStreamSession(
|
|
346
|
+
args: StartStreamSessionCommandInput,
|
|
347
|
+
options: __HttpHandlerOptions,
|
|
348
|
+
cb: (err: any, data?: StartStreamSessionCommandOutput) => void
|
|
349
|
+
): void;
|
|
350
|
+
tagResource(
|
|
351
|
+
args: TagResourceCommandInput,
|
|
352
|
+
options?: __HttpHandlerOptions
|
|
353
|
+
): Promise<TagResourceCommandOutput>;
|
|
354
|
+
tagResource(
|
|
355
|
+
args: TagResourceCommandInput,
|
|
356
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
357
|
+
): void;
|
|
358
|
+
tagResource(
|
|
359
|
+
args: TagResourceCommandInput,
|
|
360
|
+
options: __HttpHandlerOptions,
|
|
361
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
362
|
+
): void;
|
|
363
|
+
terminateStreamSession(
|
|
364
|
+
args: TerminateStreamSessionCommandInput,
|
|
365
|
+
options?: __HttpHandlerOptions
|
|
366
|
+
): Promise<TerminateStreamSessionCommandOutput>;
|
|
367
|
+
terminateStreamSession(
|
|
368
|
+
args: TerminateStreamSessionCommandInput,
|
|
369
|
+
cb: (err: any, data?: TerminateStreamSessionCommandOutput) => void
|
|
370
|
+
): void;
|
|
371
|
+
terminateStreamSession(
|
|
372
|
+
args: TerminateStreamSessionCommandInput,
|
|
373
|
+
options: __HttpHandlerOptions,
|
|
374
|
+
cb: (err: any, data?: TerminateStreamSessionCommandOutput) => void
|
|
375
|
+
): void;
|
|
376
|
+
untagResource(
|
|
377
|
+
args: UntagResourceCommandInput,
|
|
378
|
+
options?: __HttpHandlerOptions
|
|
379
|
+
): Promise<UntagResourceCommandOutput>;
|
|
380
|
+
untagResource(
|
|
381
|
+
args: UntagResourceCommandInput,
|
|
382
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
383
|
+
): void;
|
|
384
|
+
untagResource(
|
|
385
|
+
args: UntagResourceCommandInput,
|
|
386
|
+
options: __HttpHandlerOptions,
|
|
387
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
388
|
+
): void;
|
|
389
|
+
updateApplication(
|
|
390
|
+
args: UpdateApplicationCommandInput,
|
|
391
|
+
options?: __HttpHandlerOptions
|
|
392
|
+
): Promise<UpdateApplicationCommandOutput>;
|
|
393
|
+
updateApplication(
|
|
394
|
+
args: UpdateApplicationCommandInput,
|
|
395
|
+
cb: (err: any, data?: UpdateApplicationCommandOutput) => void
|
|
396
|
+
): void;
|
|
397
|
+
updateApplication(
|
|
398
|
+
args: UpdateApplicationCommandInput,
|
|
399
|
+
options: __HttpHandlerOptions,
|
|
400
|
+
cb: (err: any, data?: UpdateApplicationCommandOutput) => void
|
|
401
|
+
): void;
|
|
402
|
+
updateStreamGroup(
|
|
403
|
+
args: UpdateStreamGroupCommandInput,
|
|
404
|
+
options?: __HttpHandlerOptions
|
|
405
|
+
): Promise<UpdateStreamGroupCommandOutput>;
|
|
406
|
+
updateStreamGroup(
|
|
407
|
+
args: UpdateStreamGroupCommandInput,
|
|
408
|
+
cb: (err: any, data?: UpdateStreamGroupCommandOutput) => void
|
|
409
|
+
): void;
|
|
410
|
+
updateStreamGroup(
|
|
411
|
+
args: UpdateStreamGroupCommandInput,
|
|
412
|
+
options: __HttpHandlerOptions,
|
|
413
|
+
cb: (err: any, data?: UpdateStreamGroupCommandOutput) => void
|
|
414
|
+
): void;
|
|
415
|
+
}
|
|
416
|
+
export declare class GameLiftStreams
|
|
417
|
+
extends GameLiftStreamsClient
|
|
418
|
+
implements GameLiftStreams {}
|
|
@@ -0,0 +1,264 @@
|
|
|
1
|
+
import {
|
|
2
|
+
HostHeaderInputConfig,
|
|
3
|
+
HostHeaderResolvedConfig,
|
|
4
|
+
} from "@aws-sdk/middleware-host-header";
|
|
5
|
+
import {
|
|
6
|
+
UserAgentInputConfig,
|
|
7
|
+
UserAgentResolvedConfig,
|
|
8
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
9
|
+
import {
|
|
10
|
+
RegionInputConfig,
|
|
11
|
+
RegionResolvedConfig,
|
|
12
|
+
} from "@smithy/config-resolver";
|
|
13
|
+
import {
|
|
14
|
+
EndpointInputConfig,
|
|
15
|
+
EndpointResolvedConfig,
|
|
16
|
+
} from "@smithy/middleware-endpoint";
|
|
17
|
+
import {
|
|
18
|
+
RetryInputConfig,
|
|
19
|
+
RetryResolvedConfig,
|
|
20
|
+
} from "@smithy/middleware-retry";
|
|
21
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
|
+
import {
|
|
23
|
+
Client as __Client,
|
|
24
|
+
DefaultsMode as __DefaultsMode,
|
|
25
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
26
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
27
|
+
} from "@smithy/smithy-client";
|
|
28
|
+
import {
|
|
29
|
+
AwsCredentialIdentityProvider,
|
|
30
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
31
|
+
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
32
|
+
ChecksumConstructor as __ChecksumConstructor,
|
|
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
|
+
StreamCollector as __StreamCollector,
|
|
41
|
+
UrlParser as __UrlParser,
|
|
42
|
+
UserAgent as __UserAgent,
|
|
43
|
+
} from "@smithy/types";
|
|
44
|
+
import {
|
|
45
|
+
HttpAuthSchemeInputConfig,
|
|
46
|
+
HttpAuthSchemeResolvedConfig,
|
|
47
|
+
} from "./auth/httpAuthSchemeProvider";
|
|
48
|
+
import {
|
|
49
|
+
AddStreamGroupLocationsCommandInput,
|
|
50
|
+
AddStreamGroupLocationsCommandOutput,
|
|
51
|
+
} from "./commands/AddStreamGroupLocationsCommand";
|
|
52
|
+
import {
|
|
53
|
+
AssociateApplicationsCommandInput,
|
|
54
|
+
AssociateApplicationsCommandOutput,
|
|
55
|
+
} from "./commands/AssociateApplicationsCommand";
|
|
56
|
+
import {
|
|
57
|
+
CreateApplicationCommandInput,
|
|
58
|
+
CreateApplicationCommandOutput,
|
|
59
|
+
} from "./commands/CreateApplicationCommand";
|
|
60
|
+
import {
|
|
61
|
+
CreateStreamGroupCommandInput,
|
|
62
|
+
CreateStreamGroupCommandOutput,
|
|
63
|
+
} from "./commands/CreateStreamGroupCommand";
|
|
64
|
+
import {
|
|
65
|
+
CreateStreamSessionConnectionCommandInput,
|
|
66
|
+
CreateStreamSessionConnectionCommandOutput,
|
|
67
|
+
} from "./commands/CreateStreamSessionConnectionCommand";
|
|
68
|
+
import {
|
|
69
|
+
DeleteApplicationCommandInput,
|
|
70
|
+
DeleteApplicationCommandOutput,
|
|
71
|
+
} from "./commands/DeleteApplicationCommand";
|
|
72
|
+
import {
|
|
73
|
+
DeleteStreamGroupCommandInput,
|
|
74
|
+
DeleteStreamGroupCommandOutput,
|
|
75
|
+
} from "./commands/DeleteStreamGroupCommand";
|
|
76
|
+
import {
|
|
77
|
+
DisassociateApplicationsCommandInput,
|
|
78
|
+
DisassociateApplicationsCommandOutput,
|
|
79
|
+
} from "./commands/DisassociateApplicationsCommand";
|
|
80
|
+
import {
|
|
81
|
+
ExportStreamSessionFilesCommandInput,
|
|
82
|
+
ExportStreamSessionFilesCommandOutput,
|
|
83
|
+
} from "./commands/ExportStreamSessionFilesCommand";
|
|
84
|
+
import {
|
|
85
|
+
GetApplicationCommandInput,
|
|
86
|
+
GetApplicationCommandOutput,
|
|
87
|
+
} from "./commands/GetApplicationCommand";
|
|
88
|
+
import {
|
|
89
|
+
GetStreamGroupCommandInput,
|
|
90
|
+
GetStreamGroupCommandOutput,
|
|
91
|
+
} from "./commands/GetStreamGroupCommand";
|
|
92
|
+
import {
|
|
93
|
+
GetStreamSessionCommandInput,
|
|
94
|
+
GetStreamSessionCommandOutput,
|
|
95
|
+
} from "./commands/GetStreamSessionCommand";
|
|
96
|
+
import {
|
|
97
|
+
ListApplicationsCommandInput,
|
|
98
|
+
ListApplicationsCommandOutput,
|
|
99
|
+
} from "./commands/ListApplicationsCommand";
|
|
100
|
+
import {
|
|
101
|
+
ListStreamGroupsCommandInput,
|
|
102
|
+
ListStreamGroupsCommandOutput,
|
|
103
|
+
} from "./commands/ListStreamGroupsCommand";
|
|
104
|
+
import {
|
|
105
|
+
ListStreamSessionsByAccountCommandInput,
|
|
106
|
+
ListStreamSessionsByAccountCommandOutput,
|
|
107
|
+
} from "./commands/ListStreamSessionsByAccountCommand";
|
|
108
|
+
import {
|
|
109
|
+
ListStreamSessionsCommandInput,
|
|
110
|
+
ListStreamSessionsCommandOutput,
|
|
111
|
+
} from "./commands/ListStreamSessionsCommand";
|
|
112
|
+
import {
|
|
113
|
+
ListTagsForResourceCommandInput,
|
|
114
|
+
ListTagsForResourceCommandOutput,
|
|
115
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
116
|
+
import {
|
|
117
|
+
RemoveStreamGroupLocationsCommandInput,
|
|
118
|
+
RemoveStreamGroupLocationsCommandOutput,
|
|
119
|
+
} from "./commands/RemoveStreamGroupLocationsCommand";
|
|
120
|
+
import {
|
|
121
|
+
StartStreamSessionCommandInput,
|
|
122
|
+
StartStreamSessionCommandOutput,
|
|
123
|
+
} from "./commands/StartStreamSessionCommand";
|
|
124
|
+
import {
|
|
125
|
+
TagResourceCommandInput,
|
|
126
|
+
TagResourceCommandOutput,
|
|
127
|
+
} from "./commands/TagResourceCommand";
|
|
128
|
+
import {
|
|
129
|
+
TerminateStreamSessionCommandInput,
|
|
130
|
+
TerminateStreamSessionCommandOutput,
|
|
131
|
+
} from "./commands/TerminateStreamSessionCommand";
|
|
132
|
+
import {
|
|
133
|
+
UntagResourceCommandInput,
|
|
134
|
+
UntagResourceCommandOutput,
|
|
135
|
+
} from "./commands/UntagResourceCommand";
|
|
136
|
+
import {
|
|
137
|
+
UpdateApplicationCommandInput,
|
|
138
|
+
UpdateApplicationCommandOutput,
|
|
139
|
+
} from "./commands/UpdateApplicationCommand";
|
|
140
|
+
import {
|
|
141
|
+
UpdateStreamGroupCommandInput,
|
|
142
|
+
UpdateStreamGroupCommandOutput,
|
|
143
|
+
} from "./commands/UpdateStreamGroupCommand";
|
|
144
|
+
import {
|
|
145
|
+
ClientInputEndpointParameters,
|
|
146
|
+
ClientResolvedEndpointParameters,
|
|
147
|
+
EndpointParameters,
|
|
148
|
+
} from "./endpoint/EndpointParameters";
|
|
149
|
+
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
150
|
+
export { __Client };
|
|
151
|
+
export type ServiceInputTypes =
|
|
152
|
+
| AddStreamGroupLocationsCommandInput
|
|
153
|
+
| AssociateApplicationsCommandInput
|
|
154
|
+
| CreateApplicationCommandInput
|
|
155
|
+
| CreateStreamGroupCommandInput
|
|
156
|
+
| CreateStreamSessionConnectionCommandInput
|
|
157
|
+
| DeleteApplicationCommandInput
|
|
158
|
+
| DeleteStreamGroupCommandInput
|
|
159
|
+
| DisassociateApplicationsCommandInput
|
|
160
|
+
| ExportStreamSessionFilesCommandInput
|
|
161
|
+
| GetApplicationCommandInput
|
|
162
|
+
| GetStreamGroupCommandInput
|
|
163
|
+
| GetStreamSessionCommandInput
|
|
164
|
+
| ListApplicationsCommandInput
|
|
165
|
+
| ListStreamGroupsCommandInput
|
|
166
|
+
| ListStreamSessionsByAccountCommandInput
|
|
167
|
+
| ListStreamSessionsCommandInput
|
|
168
|
+
| ListTagsForResourceCommandInput
|
|
169
|
+
| RemoveStreamGroupLocationsCommandInput
|
|
170
|
+
| StartStreamSessionCommandInput
|
|
171
|
+
| TagResourceCommandInput
|
|
172
|
+
| TerminateStreamSessionCommandInput
|
|
173
|
+
| UntagResourceCommandInput
|
|
174
|
+
| UpdateApplicationCommandInput
|
|
175
|
+
| UpdateStreamGroupCommandInput;
|
|
176
|
+
export type ServiceOutputTypes =
|
|
177
|
+
| AddStreamGroupLocationsCommandOutput
|
|
178
|
+
| AssociateApplicationsCommandOutput
|
|
179
|
+
| CreateApplicationCommandOutput
|
|
180
|
+
| CreateStreamGroupCommandOutput
|
|
181
|
+
| CreateStreamSessionConnectionCommandOutput
|
|
182
|
+
| DeleteApplicationCommandOutput
|
|
183
|
+
| DeleteStreamGroupCommandOutput
|
|
184
|
+
| DisassociateApplicationsCommandOutput
|
|
185
|
+
| ExportStreamSessionFilesCommandOutput
|
|
186
|
+
| GetApplicationCommandOutput
|
|
187
|
+
| GetStreamGroupCommandOutput
|
|
188
|
+
| GetStreamSessionCommandOutput
|
|
189
|
+
| ListApplicationsCommandOutput
|
|
190
|
+
| ListStreamGroupsCommandOutput
|
|
191
|
+
| ListStreamSessionsByAccountCommandOutput
|
|
192
|
+
| ListStreamSessionsCommandOutput
|
|
193
|
+
| ListTagsForResourceCommandOutput
|
|
194
|
+
| RemoveStreamGroupLocationsCommandOutput
|
|
195
|
+
| StartStreamSessionCommandOutput
|
|
196
|
+
| TagResourceCommandOutput
|
|
197
|
+
| TerminateStreamSessionCommandOutput
|
|
198
|
+
| UntagResourceCommandOutput
|
|
199
|
+
| UpdateApplicationCommandOutput
|
|
200
|
+
| UpdateStreamGroupCommandOutput;
|
|
201
|
+
export interface ClientDefaults
|
|
202
|
+
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
203
|
+
requestHandler?: __HttpHandlerUserInput;
|
|
204
|
+
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
205
|
+
urlParser?: __UrlParser;
|
|
206
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
207
|
+
streamCollector?: __StreamCollector;
|
|
208
|
+
base64Decoder?: __Decoder;
|
|
209
|
+
base64Encoder?: __Encoder;
|
|
210
|
+
utf8Decoder?: __Decoder;
|
|
211
|
+
utf8Encoder?: __Encoder;
|
|
212
|
+
runtime?: string;
|
|
213
|
+
disableHostPrefix?: boolean;
|
|
214
|
+
serviceId?: string;
|
|
215
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
216
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
217
|
+
region?: string | __Provider<string>;
|
|
218
|
+
profile?: string;
|
|
219
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
220
|
+
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
221
|
+
maxAttempts?: number | __Provider<number>;
|
|
222
|
+
retryMode?: string | __Provider<string>;
|
|
223
|
+
logger?: __Logger;
|
|
224
|
+
extensions?: RuntimeExtension[];
|
|
225
|
+
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
226
|
+
}
|
|
227
|
+
export type GameLiftStreamsClientConfigType = Partial<
|
|
228
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
229
|
+
> &
|
|
230
|
+
ClientDefaults &
|
|
231
|
+
UserAgentInputConfig &
|
|
232
|
+
RetryInputConfig &
|
|
233
|
+
RegionInputConfig &
|
|
234
|
+
HostHeaderInputConfig &
|
|
235
|
+
EndpointInputConfig<EndpointParameters> &
|
|
236
|
+
HttpAuthSchemeInputConfig &
|
|
237
|
+
ClientInputEndpointParameters;
|
|
238
|
+
export interface GameLiftStreamsClientConfig
|
|
239
|
+
extends GameLiftStreamsClientConfigType {}
|
|
240
|
+
export type GameLiftStreamsClientResolvedConfigType =
|
|
241
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
242
|
+
Required<ClientDefaults> &
|
|
243
|
+
RuntimeExtensionsConfig &
|
|
244
|
+
UserAgentResolvedConfig &
|
|
245
|
+
RetryResolvedConfig &
|
|
246
|
+
RegionResolvedConfig &
|
|
247
|
+
HostHeaderResolvedConfig &
|
|
248
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
249
|
+
HttpAuthSchemeResolvedConfig &
|
|
250
|
+
ClientResolvedEndpointParameters;
|
|
251
|
+
export interface GameLiftStreamsClientResolvedConfig
|
|
252
|
+
extends GameLiftStreamsClientResolvedConfigType {}
|
|
253
|
+
export declare class GameLiftStreamsClient extends __Client<
|
|
254
|
+
__HttpHandlerOptions,
|
|
255
|
+
ServiceInputTypes,
|
|
256
|
+
ServiceOutputTypes,
|
|
257
|
+
GameLiftStreamsClientResolvedConfig
|
|
258
|
+
> {
|
|
259
|
+
readonly config: GameLiftStreamsClientResolvedConfig;
|
|
260
|
+
constructor(
|
|
261
|
+
...[configuration]: __CheckOptionalClientConfig<GameLiftStreamsClientConfig>
|
|
262
|
+
);
|
|
263
|
+
destroy(): void;
|
|
264
|
+
}
|