@aws-sdk/client-gameliftstreams 3.928.0 → 3.929.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/dist-cjs/index.js +991 -1166
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/GameLiftStreamsClient.js +2 -0
- package/dist-es/commands/AddStreamGroupLocationsCommand.js +3 -9
- package/dist-es/commands/AssociateApplicationsCommand.js +3 -9
- package/dist-es/commands/CreateApplicationCommand.js +3 -9
- package/dist-es/commands/CreateStreamGroupCommand.js +3 -9
- package/dist-es/commands/CreateStreamSessionConnectionCommand.js +3 -10
- package/dist-es/commands/DeleteApplicationCommand.js +3 -9
- package/dist-es/commands/DeleteStreamGroupCommand.js +3 -9
- package/dist-es/commands/DisassociateApplicationsCommand.js +3 -9
- package/dist-es/commands/ExportStreamSessionFilesCommand.js +3 -9
- package/dist-es/commands/GetApplicationCommand.js +3 -9
- package/dist-es/commands/GetStreamGroupCommand.js +3 -9
- package/dist-es/commands/GetStreamSessionCommand.js +3 -10
- package/dist-es/commands/ListApplicationsCommand.js +3 -9
- package/dist-es/commands/ListStreamGroupsCommand.js +3 -9
- package/dist-es/commands/ListStreamSessionsByAccountCommand.js +3 -9
- package/dist-es/commands/ListStreamSessionsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/RemoveStreamGroupLocationsCommand.js +3 -9
- package/dist-es/commands/StartStreamSessionCommand.js +3 -10
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/TerminateStreamSessionCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateApplicationCommand.js +3 -9
- package/dist-es/commands/UpdateStreamGroupCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -23
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +937 -0
- package/dist-types/GameLiftStreamsClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -20
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +104 -0
- package/dist-types/ts3.4/GameLiftStreamsClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -15
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +110 -0
- package/package.json +2 -3
- package/dist-es/protocols/Aws_restJson1.js +0 -959
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -218
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -293
|
@@ -1,218 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { AddStreamGroupLocationsCommandInput, AddStreamGroupLocationsCommandOutput } from "../commands/AddStreamGroupLocationsCommand";
|
|
4
|
-
import { AssociateApplicationsCommandInput, AssociateApplicationsCommandOutput } from "../commands/AssociateApplicationsCommand";
|
|
5
|
-
import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "../commands/CreateApplicationCommand";
|
|
6
|
-
import { CreateStreamGroupCommandInput, CreateStreamGroupCommandOutput } from "../commands/CreateStreamGroupCommand";
|
|
7
|
-
import { CreateStreamSessionConnectionCommandInput, CreateStreamSessionConnectionCommandOutput } from "../commands/CreateStreamSessionConnectionCommand";
|
|
8
|
-
import { DeleteApplicationCommandInput, DeleteApplicationCommandOutput } from "../commands/DeleteApplicationCommand";
|
|
9
|
-
import { DeleteStreamGroupCommandInput, DeleteStreamGroupCommandOutput } from "../commands/DeleteStreamGroupCommand";
|
|
10
|
-
import { DisassociateApplicationsCommandInput, DisassociateApplicationsCommandOutput } from "../commands/DisassociateApplicationsCommand";
|
|
11
|
-
import { ExportStreamSessionFilesCommandInput, ExportStreamSessionFilesCommandOutput } from "../commands/ExportStreamSessionFilesCommand";
|
|
12
|
-
import { GetApplicationCommandInput, GetApplicationCommandOutput } from "../commands/GetApplicationCommand";
|
|
13
|
-
import { GetStreamGroupCommandInput, GetStreamGroupCommandOutput } from "../commands/GetStreamGroupCommand";
|
|
14
|
-
import { GetStreamSessionCommandInput, GetStreamSessionCommandOutput } from "../commands/GetStreamSessionCommand";
|
|
15
|
-
import { ListApplicationsCommandInput, ListApplicationsCommandOutput } from "../commands/ListApplicationsCommand";
|
|
16
|
-
import { ListStreamGroupsCommandInput, ListStreamGroupsCommandOutput } from "../commands/ListStreamGroupsCommand";
|
|
17
|
-
import { ListStreamSessionsByAccountCommandInput, ListStreamSessionsByAccountCommandOutput } from "../commands/ListStreamSessionsByAccountCommand";
|
|
18
|
-
import { ListStreamSessionsCommandInput, ListStreamSessionsCommandOutput } from "../commands/ListStreamSessionsCommand";
|
|
19
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
20
|
-
import { RemoveStreamGroupLocationsCommandInput, RemoveStreamGroupLocationsCommandOutput } from "../commands/RemoveStreamGroupLocationsCommand";
|
|
21
|
-
import { StartStreamSessionCommandInput, StartStreamSessionCommandOutput } from "../commands/StartStreamSessionCommand";
|
|
22
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
23
|
-
import { TerminateStreamSessionCommandInput, TerminateStreamSessionCommandOutput } from "../commands/TerminateStreamSessionCommand";
|
|
24
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
25
|
-
import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "../commands/UpdateApplicationCommand";
|
|
26
|
-
import { UpdateStreamGroupCommandInput, UpdateStreamGroupCommandOutput } from "../commands/UpdateStreamGroupCommand";
|
|
27
|
-
/**
|
|
28
|
-
* serializeAws_restJson1AddStreamGroupLocationsCommand
|
|
29
|
-
*/
|
|
30
|
-
export declare const se_AddStreamGroupLocationsCommand: (input: AddStreamGroupLocationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
31
|
-
/**
|
|
32
|
-
* serializeAws_restJson1AssociateApplicationsCommand
|
|
33
|
-
*/
|
|
34
|
-
export declare const se_AssociateApplicationsCommand: (input: AssociateApplicationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
35
|
-
/**
|
|
36
|
-
* serializeAws_restJson1CreateApplicationCommand
|
|
37
|
-
*/
|
|
38
|
-
export declare const se_CreateApplicationCommand: (input: CreateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
39
|
-
/**
|
|
40
|
-
* serializeAws_restJson1CreateStreamGroupCommand
|
|
41
|
-
*/
|
|
42
|
-
export declare const se_CreateStreamGroupCommand: (input: CreateStreamGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
43
|
-
/**
|
|
44
|
-
* serializeAws_restJson1CreateStreamSessionConnectionCommand
|
|
45
|
-
*/
|
|
46
|
-
export declare const se_CreateStreamSessionConnectionCommand: (input: CreateStreamSessionConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
|
-
/**
|
|
48
|
-
* serializeAws_restJson1DeleteApplicationCommand
|
|
49
|
-
*/
|
|
50
|
-
export declare const se_DeleteApplicationCommand: (input: DeleteApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
|
-
/**
|
|
52
|
-
* serializeAws_restJson1DeleteStreamGroupCommand
|
|
53
|
-
*/
|
|
54
|
-
export declare const se_DeleteStreamGroupCommand: (input: DeleteStreamGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
55
|
-
/**
|
|
56
|
-
* serializeAws_restJson1DisassociateApplicationsCommand
|
|
57
|
-
*/
|
|
58
|
-
export declare const se_DisassociateApplicationsCommand: (input: DisassociateApplicationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
59
|
-
/**
|
|
60
|
-
* serializeAws_restJson1ExportStreamSessionFilesCommand
|
|
61
|
-
*/
|
|
62
|
-
export declare const se_ExportStreamSessionFilesCommand: (input: ExportStreamSessionFilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
|
-
/**
|
|
64
|
-
* serializeAws_restJson1GetApplicationCommand
|
|
65
|
-
*/
|
|
66
|
-
export declare const se_GetApplicationCommand: (input: GetApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
|
-
/**
|
|
68
|
-
* serializeAws_restJson1GetStreamGroupCommand
|
|
69
|
-
*/
|
|
70
|
-
export declare const se_GetStreamGroupCommand: (input: GetStreamGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
|
-
/**
|
|
72
|
-
* serializeAws_restJson1GetStreamSessionCommand
|
|
73
|
-
*/
|
|
74
|
-
export declare const se_GetStreamSessionCommand: (input: GetStreamSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
|
-
/**
|
|
76
|
-
* serializeAws_restJson1ListApplicationsCommand
|
|
77
|
-
*/
|
|
78
|
-
export declare const se_ListApplicationsCommand: (input: ListApplicationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
79
|
-
/**
|
|
80
|
-
* serializeAws_restJson1ListStreamGroupsCommand
|
|
81
|
-
*/
|
|
82
|
-
export declare const se_ListStreamGroupsCommand: (input: ListStreamGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
83
|
-
/**
|
|
84
|
-
* serializeAws_restJson1ListStreamSessionsCommand
|
|
85
|
-
*/
|
|
86
|
-
export declare const se_ListStreamSessionsCommand: (input: ListStreamSessionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
87
|
-
/**
|
|
88
|
-
* serializeAws_restJson1ListStreamSessionsByAccountCommand
|
|
89
|
-
*/
|
|
90
|
-
export declare const se_ListStreamSessionsByAccountCommand: (input: ListStreamSessionsByAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
91
|
-
/**
|
|
92
|
-
* serializeAws_restJson1ListTagsForResourceCommand
|
|
93
|
-
*/
|
|
94
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
95
|
-
/**
|
|
96
|
-
* serializeAws_restJson1RemoveStreamGroupLocationsCommand
|
|
97
|
-
*/
|
|
98
|
-
export declare const se_RemoveStreamGroupLocationsCommand: (input: RemoveStreamGroupLocationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
99
|
-
/**
|
|
100
|
-
* serializeAws_restJson1StartStreamSessionCommand
|
|
101
|
-
*/
|
|
102
|
-
export declare const se_StartStreamSessionCommand: (input: StartStreamSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
103
|
-
/**
|
|
104
|
-
* serializeAws_restJson1TagResourceCommand
|
|
105
|
-
*/
|
|
106
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
107
|
-
/**
|
|
108
|
-
* serializeAws_restJson1TerminateStreamSessionCommand
|
|
109
|
-
*/
|
|
110
|
-
export declare const se_TerminateStreamSessionCommand: (input: TerminateStreamSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
111
|
-
/**
|
|
112
|
-
* serializeAws_restJson1UntagResourceCommand
|
|
113
|
-
*/
|
|
114
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
115
|
-
/**
|
|
116
|
-
* serializeAws_restJson1UpdateApplicationCommand
|
|
117
|
-
*/
|
|
118
|
-
export declare const se_UpdateApplicationCommand: (input: UpdateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
119
|
-
/**
|
|
120
|
-
* serializeAws_restJson1UpdateStreamGroupCommand
|
|
121
|
-
*/
|
|
122
|
-
export declare const se_UpdateStreamGroupCommand: (input: UpdateStreamGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
123
|
-
/**
|
|
124
|
-
* deserializeAws_restJson1AddStreamGroupLocationsCommand
|
|
125
|
-
*/
|
|
126
|
-
export declare const de_AddStreamGroupLocationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddStreamGroupLocationsCommandOutput>;
|
|
127
|
-
/**
|
|
128
|
-
* deserializeAws_restJson1AssociateApplicationsCommand
|
|
129
|
-
*/
|
|
130
|
-
export declare const de_AssociateApplicationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateApplicationsCommandOutput>;
|
|
131
|
-
/**
|
|
132
|
-
* deserializeAws_restJson1CreateApplicationCommand
|
|
133
|
-
*/
|
|
134
|
-
export declare const de_CreateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApplicationCommandOutput>;
|
|
135
|
-
/**
|
|
136
|
-
* deserializeAws_restJson1CreateStreamGroupCommand
|
|
137
|
-
*/
|
|
138
|
-
export declare const de_CreateStreamGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateStreamGroupCommandOutput>;
|
|
139
|
-
/**
|
|
140
|
-
* deserializeAws_restJson1CreateStreamSessionConnectionCommand
|
|
141
|
-
*/
|
|
142
|
-
export declare const de_CreateStreamSessionConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateStreamSessionConnectionCommandOutput>;
|
|
143
|
-
/**
|
|
144
|
-
* deserializeAws_restJson1DeleteApplicationCommand
|
|
145
|
-
*/
|
|
146
|
-
export declare const de_DeleteApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApplicationCommandOutput>;
|
|
147
|
-
/**
|
|
148
|
-
* deserializeAws_restJson1DeleteStreamGroupCommand
|
|
149
|
-
*/
|
|
150
|
-
export declare const de_DeleteStreamGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteStreamGroupCommandOutput>;
|
|
151
|
-
/**
|
|
152
|
-
* deserializeAws_restJson1DisassociateApplicationsCommand
|
|
153
|
-
*/
|
|
154
|
-
export declare const de_DisassociateApplicationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateApplicationsCommandOutput>;
|
|
155
|
-
/**
|
|
156
|
-
* deserializeAws_restJson1ExportStreamSessionFilesCommand
|
|
157
|
-
*/
|
|
158
|
-
export declare const de_ExportStreamSessionFilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportStreamSessionFilesCommandOutput>;
|
|
159
|
-
/**
|
|
160
|
-
* deserializeAws_restJson1GetApplicationCommand
|
|
161
|
-
*/
|
|
162
|
-
export declare const de_GetApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApplicationCommandOutput>;
|
|
163
|
-
/**
|
|
164
|
-
* deserializeAws_restJson1GetStreamGroupCommand
|
|
165
|
-
*/
|
|
166
|
-
export declare const de_GetStreamGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetStreamGroupCommandOutput>;
|
|
167
|
-
/**
|
|
168
|
-
* deserializeAws_restJson1GetStreamSessionCommand
|
|
169
|
-
*/
|
|
170
|
-
export declare const de_GetStreamSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetStreamSessionCommandOutput>;
|
|
171
|
-
/**
|
|
172
|
-
* deserializeAws_restJson1ListApplicationsCommand
|
|
173
|
-
*/
|
|
174
|
-
export declare const de_ListApplicationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApplicationsCommandOutput>;
|
|
175
|
-
/**
|
|
176
|
-
* deserializeAws_restJson1ListStreamGroupsCommand
|
|
177
|
-
*/
|
|
178
|
-
export declare const de_ListStreamGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStreamGroupsCommandOutput>;
|
|
179
|
-
/**
|
|
180
|
-
* deserializeAws_restJson1ListStreamSessionsCommand
|
|
181
|
-
*/
|
|
182
|
-
export declare const de_ListStreamSessionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStreamSessionsCommandOutput>;
|
|
183
|
-
/**
|
|
184
|
-
* deserializeAws_restJson1ListStreamSessionsByAccountCommand
|
|
185
|
-
*/
|
|
186
|
-
export declare const de_ListStreamSessionsByAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStreamSessionsByAccountCommandOutput>;
|
|
187
|
-
/**
|
|
188
|
-
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
189
|
-
*/
|
|
190
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
191
|
-
/**
|
|
192
|
-
* deserializeAws_restJson1RemoveStreamGroupLocationsCommand
|
|
193
|
-
*/
|
|
194
|
-
export declare const de_RemoveStreamGroupLocationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveStreamGroupLocationsCommandOutput>;
|
|
195
|
-
/**
|
|
196
|
-
* deserializeAws_restJson1StartStreamSessionCommand
|
|
197
|
-
*/
|
|
198
|
-
export declare const de_StartStreamSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartStreamSessionCommandOutput>;
|
|
199
|
-
/**
|
|
200
|
-
* deserializeAws_restJson1TagResourceCommand
|
|
201
|
-
*/
|
|
202
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
203
|
-
/**
|
|
204
|
-
* deserializeAws_restJson1TerminateStreamSessionCommand
|
|
205
|
-
*/
|
|
206
|
-
export declare const de_TerminateStreamSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TerminateStreamSessionCommandOutput>;
|
|
207
|
-
/**
|
|
208
|
-
* deserializeAws_restJson1UntagResourceCommand
|
|
209
|
-
*/
|
|
210
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
211
|
-
/**
|
|
212
|
-
* deserializeAws_restJson1UpdateApplicationCommand
|
|
213
|
-
*/
|
|
214
|
-
export declare const de_UpdateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApplicationCommandOutput>;
|
|
215
|
-
/**
|
|
216
|
-
* deserializeAws_restJson1UpdateStreamGroupCommand
|
|
217
|
-
*/
|
|
218
|
-
export declare const de_UpdateStreamGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateStreamGroupCommandOutput>;
|
|
@@ -1,293 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
AddStreamGroupLocationsCommandInput,
|
|
8
|
-
AddStreamGroupLocationsCommandOutput,
|
|
9
|
-
} from "../commands/AddStreamGroupLocationsCommand";
|
|
10
|
-
import {
|
|
11
|
-
AssociateApplicationsCommandInput,
|
|
12
|
-
AssociateApplicationsCommandOutput,
|
|
13
|
-
} from "../commands/AssociateApplicationsCommand";
|
|
14
|
-
import {
|
|
15
|
-
CreateApplicationCommandInput,
|
|
16
|
-
CreateApplicationCommandOutput,
|
|
17
|
-
} from "../commands/CreateApplicationCommand";
|
|
18
|
-
import {
|
|
19
|
-
CreateStreamGroupCommandInput,
|
|
20
|
-
CreateStreamGroupCommandOutput,
|
|
21
|
-
} from "../commands/CreateStreamGroupCommand";
|
|
22
|
-
import {
|
|
23
|
-
CreateStreamSessionConnectionCommandInput,
|
|
24
|
-
CreateStreamSessionConnectionCommandOutput,
|
|
25
|
-
} from "../commands/CreateStreamSessionConnectionCommand";
|
|
26
|
-
import {
|
|
27
|
-
DeleteApplicationCommandInput,
|
|
28
|
-
DeleteApplicationCommandOutput,
|
|
29
|
-
} from "../commands/DeleteApplicationCommand";
|
|
30
|
-
import {
|
|
31
|
-
DeleteStreamGroupCommandInput,
|
|
32
|
-
DeleteStreamGroupCommandOutput,
|
|
33
|
-
} from "../commands/DeleteStreamGroupCommand";
|
|
34
|
-
import {
|
|
35
|
-
DisassociateApplicationsCommandInput,
|
|
36
|
-
DisassociateApplicationsCommandOutput,
|
|
37
|
-
} from "../commands/DisassociateApplicationsCommand";
|
|
38
|
-
import {
|
|
39
|
-
ExportStreamSessionFilesCommandInput,
|
|
40
|
-
ExportStreamSessionFilesCommandOutput,
|
|
41
|
-
} from "../commands/ExportStreamSessionFilesCommand";
|
|
42
|
-
import {
|
|
43
|
-
GetApplicationCommandInput,
|
|
44
|
-
GetApplicationCommandOutput,
|
|
45
|
-
} from "../commands/GetApplicationCommand";
|
|
46
|
-
import {
|
|
47
|
-
GetStreamGroupCommandInput,
|
|
48
|
-
GetStreamGroupCommandOutput,
|
|
49
|
-
} from "../commands/GetStreamGroupCommand";
|
|
50
|
-
import {
|
|
51
|
-
GetStreamSessionCommandInput,
|
|
52
|
-
GetStreamSessionCommandOutput,
|
|
53
|
-
} from "../commands/GetStreamSessionCommand";
|
|
54
|
-
import {
|
|
55
|
-
ListApplicationsCommandInput,
|
|
56
|
-
ListApplicationsCommandOutput,
|
|
57
|
-
} from "../commands/ListApplicationsCommand";
|
|
58
|
-
import {
|
|
59
|
-
ListStreamGroupsCommandInput,
|
|
60
|
-
ListStreamGroupsCommandOutput,
|
|
61
|
-
} from "../commands/ListStreamGroupsCommand";
|
|
62
|
-
import {
|
|
63
|
-
ListStreamSessionsByAccountCommandInput,
|
|
64
|
-
ListStreamSessionsByAccountCommandOutput,
|
|
65
|
-
} from "../commands/ListStreamSessionsByAccountCommand";
|
|
66
|
-
import {
|
|
67
|
-
ListStreamSessionsCommandInput,
|
|
68
|
-
ListStreamSessionsCommandOutput,
|
|
69
|
-
} from "../commands/ListStreamSessionsCommand";
|
|
70
|
-
import {
|
|
71
|
-
ListTagsForResourceCommandInput,
|
|
72
|
-
ListTagsForResourceCommandOutput,
|
|
73
|
-
} from "../commands/ListTagsForResourceCommand";
|
|
74
|
-
import {
|
|
75
|
-
RemoveStreamGroupLocationsCommandInput,
|
|
76
|
-
RemoveStreamGroupLocationsCommandOutput,
|
|
77
|
-
} from "../commands/RemoveStreamGroupLocationsCommand";
|
|
78
|
-
import {
|
|
79
|
-
StartStreamSessionCommandInput,
|
|
80
|
-
StartStreamSessionCommandOutput,
|
|
81
|
-
} from "../commands/StartStreamSessionCommand";
|
|
82
|
-
import {
|
|
83
|
-
TagResourceCommandInput,
|
|
84
|
-
TagResourceCommandOutput,
|
|
85
|
-
} from "../commands/TagResourceCommand";
|
|
86
|
-
import {
|
|
87
|
-
TerminateStreamSessionCommandInput,
|
|
88
|
-
TerminateStreamSessionCommandOutput,
|
|
89
|
-
} from "../commands/TerminateStreamSessionCommand";
|
|
90
|
-
import {
|
|
91
|
-
UntagResourceCommandInput,
|
|
92
|
-
UntagResourceCommandOutput,
|
|
93
|
-
} from "../commands/UntagResourceCommand";
|
|
94
|
-
import {
|
|
95
|
-
UpdateApplicationCommandInput,
|
|
96
|
-
UpdateApplicationCommandOutput,
|
|
97
|
-
} from "../commands/UpdateApplicationCommand";
|
|
98
|
-
import {
|
|
99
|
-
UpdateStreamGroupCommandInput,
|
|
100
|
-
UpdateStreamGroupCommandOutput,
|
|
101
|
-
} from "../commands/UpdateStreamGroupCommand";
|
|
102
|
-
export declare const se_AddStreamGroupLocationsCommand: (
|
|
103
|
-
input: AddStreamGroupLocationsCommandInput,
|
|
104
|
-
context: __SerdeContext
|
|
105
|
-
) => Promise<__HttpRequest>;
|
|
106
|
-
export declare const se_AssociateApplicationsCommand: (
|
|
107
|
-
input: AssociateApplicationsCommandInput,
|
|
108
|
-
context: __SerdeContext
|
|
109
|
-
) => Promise<__HttpRequest>;
|
|
110
|
-
export declare const se_CreateApplicationCommand: (
|
|
111
|
-
input: CreateApplicationCommandInput,
|
|
112
|
-
context: __SerdeContext
|
|
113
|
-
) => Promise<__HttpRequest>;
|
|
114
|
-
export declare const se_CreateStreamGroupCommand: (
|
|
115
|
-
input: CreateStreamGroupCommandInput,
|
|
116
|
-
context: __SerdeContext
|
|
117
|
-
) => Promise<__HttpRequest>;
|
|
118
|
-
export declare const se_CreateStreamSessionConnectionCommand: (
|
|
119
|
-
input: CreateStreamSessionConnectionCommandInput,
|
|
120
|
-
context: __SerdeContext
|
|
121
|
-
) => Promise<__HttpRequest>;
|
|
122
|
-
export declare const se_DeleteApplicationCommand: (
|
|
123
|
-
input: DeleteApplicationCommandInput,
|
|
124
|
-
context: __SerdeContext
|
|
125
|
-
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const se_DeleteStreamGroupCommand: (
|
|
127
|
-
input: DeleteStreamGroupCommandInput,
|
|
128
|
-
context: __SerdeContext
|
|
129
|
-
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const se_DisassociateApplicationsCommand: (
|
|
131
|
-
input: DisassociateApplicationsCommandInput,
|
|
132
|
-
context: __SerdeContext
|
|
133
|
-
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const se_ExportStreamSessionFilesCommand: (
|
|
135
|
-
input: ExportStreamSessionFilesCommandInput,
|
|
136
|
-
context: __SerdeContext
|
|
137
|
-
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const se_GetApplicationCommand: (
|
|
139
|
-
input: GetApplicationCommandInput,
|
|
140
|
-
context: __SerdeContext
|
|
141
|
-
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const se_GetStreamGroupCommand: (
|
|
143
|
-
input: GetStreamGroupCommandInput,
|
|
144
|
-
context: __SerdeContext
|
|
145
|
-
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const se_GetStreamSessionCommand: (
|
|
147
|
-
input: GetStreamSessionCommandInput,
|
|
148
|
-
context: __SerdeContext
|
|
149
|
-
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const se_ListApplicationsCommand: (
|
|
151
|
-
input: ListApplicationsCommandInput,
|
|
152
|
-
context: __SerdeContext
|
|
153
|
-
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const se_ListStreamGroupsCommand: (
|
|
155
|
-
input: ListStreamGroupsCommandInput,
|
|
156
|
-
context: __SerdeContext
|
|
157
|
-
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const se_ListStreamSessionsCommand: (
|
|
159
|
-
input: ListStreamSessionsCommandInput,
|
|
160
|
-
context: __SerdeContext
|
|
161
|
-
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const se_ListStreamSessionsByAccountCommand: (
|
|
163
|
-
input: ListStreamSessionsByAccountCommandInput,
|
|
164
|
-
context: __SerdeContext
|
|
165
|
-
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const se_ListTagsForResourceCommand: (
|
|
167
|
-
input: ListTagsForResourceCommandInput,
|
|
168
|
-
context: __SerdeContext
|
|
169
|
-
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const se_RemoveStreamGroupLocationsCommand: (
|
|
171
|
-
input: RemoveStreamGroupLocationsCommandInput,
|
|
172
|
-
context: __SerdeContext
|
|
173
|
-
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const se_StartStreamSessionCommand: (
|
|
175
|
-
input: StartStreamSessionCommandInput,
|
|
176
|
-
context: __SerdeContext
|
|
177
|
-
) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const se_TagResourceCommand: (
|
|
179
|
-
input: TagResourceCommandInput,
|
|
180
|
-
context: __SerdeContext
|
|
181
|
-
) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const se_TerminateStreamSessionCommand: (
|
|
183
|
-
input: TerminateStreamSessionCommandInput,
|
|
184
|
-
context: __SerdeContext
|
|
185
|
-
) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const se_UntagResourceCommand: (
|
|
187
|
-
input: UntagResourceCommandInput,
|
|
188
|
-
context: __SerdeContext
|
|
189
|
-
) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const se_UpdateApplicationCommand: (
|
|
191
|
-
input: UpdateApplicationCommandInput,
|
|
192
|
-
context: __SerdeContext
|
|
193
|
-
) => Promise<__HttpRequest>;
|
|
194
|
-
export declare const se_UpdateStreamGroupCommand: (
|
|
195
|
-
input: UpdateStreamGroupCommandInput,
|
|
196
|
-
context: __SerdeContext
|
|
197
|
-
) => Promise<__HttpRequest>;
|
|
198
|
-
export declare const de_AddStreamGroupLocationsCommand: (
|
|
199
|
-
output: __HttpResponse,
|
|
200
|
-
context: __SerdeContext
|
|
201
|
-
) => Promise<AddStreamGroupLocationsCommandOutput>;
|
|
202
|
-
export declare const de_AssociateApplicationsCommand: (
|
|
203
|
-
output: __HttpResponse,
|
|
204
|
-
context: __SerdeContext
|
|
205
|
-
) => Promise<AssociateApplicationsCommandOutput>;
|
|
206
|
-
export declare const de_CreateApplicationCommand: (
|
|
207
|
-
output: __HttpResponse,
|
|
208
|
-
context: __SerdeContext
|
|
209
|
-
) => Promise<CreateApplicationCommandOutput>;
|
|
210
|
-
export declare const de_CreateStreamGroupCommand: (
|
|
211
|
-
output: __HttpResponse,
|
|
212
|
-
context: __SerdeContext
|
|
213
|
-
) => Promise<CreateStreamGroupCommandOutput>;
|
|
214
|
-
export declare const de_CreateStreamSessionConnectionCommand: (
|
|
215
|
-
output: __HttpResponse,
|
|
216
|
-
context: __SerdeContext
|
|
217
|
-
) => Promise<CreateStreamSessionConnectionCommandOutput>;
|
|
218
|
-
export declare const de_DeleteApplicationCommand: (
|
|
219
|
-
output: __HttpResponse,
|
|
220
|
-
context: __SerdeContext
|
|
221
|
-
) => Promise<DeleteApplicationCommandOutput>;
|
|
222
|
-
export declare const de_DeleteStreamGroupCommand: (
|
|
223
|
-
output: __HttpResponse,
|
|
224
|
-
context: __SerdeContext
|
|
225
|
-
) => Promise<DeleteStreamGroupCommandOutput>;
|
|
226
|
-
export declare const de_DisassociateApplicationsCommand: (
|
|
227
|
-
output: __HttpResponse,
|
|
228
|
-
context: __SerdeContext
|
|
229
|
-
) => Promise<DisassociateApplicationsCommandOutput>;
|
|
230
|
-
export declare const de_ExportStreamSessionFilesCommand: (
|
|
231
|
-
output: __HttpResponse,
|
|
232
|
-
context: __SerdeContext
|
|
233
|
-
) => Promise<ExportStreamSessionFilesCommandOutput>;
|
|
234
|
-
export declare const de_GetApplicationCommand: (
|
|
235
|
-
output: __HttpResponse,
|
|
236
|
-
context: __SerdeContext
|
|
237
|
-
) => Promise<GetApplicationCommandOutput>;
|
|
238
|
-
export declare const de_GetStreamGroupCommand: (
|
|
239
|
-
output: __HttpResponse,
|
|
240
|
-
context: __SerdeContext
|
|
241
|
-
) => Promise<GetStreamGroupCommandOutput>;
|
|
242
|
-
export declare const de_GetStreamSessionCommand: (
|
|
243
|
-
output: __HttpResponse,
|
|
244
|
-
context: __SerdeContext
|
|
245
|
-
) => Promise<GetStreamSessionCommandOutput>;
|
|
246
|
-
export declare const de_ListApplicationsCommand: (
|
|
247
|
-
output: __HttpResponse,
|
|
248
|
-
context: __SerdeContext
|
|
249
|
-
) => Promise<ListApplicationsCommandOutput>;
|
|
250
|
-
export declare const de_ListStreamGroupsCommand: (
|
|
251
|
-
output: __HttpResponse,
|
|
252
|
-
context: __SerdeContext
|
|
253
|
-
) => Promise<ListStreamGroupsCommandOutput>;
|
|
254
|
-
export declare const de_ListStreamSessionsCommand: (
|
|
255
|
-
output: __HttpResponse,
|
|
256
|
-
context: __SerdeContext
|
|
257
|
-
) => Promise<ListStreamSessionsCommandOutput>;
|
|
258
|
-
export declare const de_ListStreamSessionsByAccountCommand: (
|
|
259
|
-
output: __HttpResponse,
|
|
260
|
-
context: __SerdeContext
|
|
261
|
-
) => Promise<ListStreamSessionsByAccountCommandOutput>;
|
|
262
|
-
export declare const de_ListTagsForResourceCommand: (
|
|
263
|
-
output: __HttpResponse,
|
|
264
|
-
context: __SerdeContext
|
|
265
|
-
) => Promise<ListTagsForResourceCommandOutput>;
|
|
266
|
-
export declare const de_RemoveStreamGroupLocationsCommand: (
|
|
267
|
-
output: __HttpResponse,
|
|
268
|
-
context: __SerdeContext
|
|
269
|
-
) => Promise<RemoveStreamGroupLocationsCommandOutput>;
|
|
270
|
-
export declare const de_StartStreamSessionCommand: (
|
|
271
|
-
output: __HttpResponse,
|
|
272
|
-
context: __SerdeContext
|
|
273
|
-
) => Promise<StartStreamSessionCommandOutput>;
|
|
274
|
-
export declare const de_TagResourceCommand: (
|
|
275
|
-
output: __HttpResponse,
|
|
276
|
-
context: __SerdeContext
|
|
277
|
-
) => Promise<TagResourceCommandOutput>;
|
|
278
|
-
export declare const de_TerminateStreamSessionCommand: (
|
|
279
|
-
output: __HttpResponse,
|
|
280
|
-
context: __SerdeContext
|
|
281
|
-
) => Promise<TerminateStreamSessionCommandOutput>;
|
|
282
|
-
export declare const de_UntagResourceCommand: (
|
|
283
|
-
output: __HttpResponse,
|
|
284
|
-
context: __SerdeContext
|
|
285
|
-
) => Promise<UntagResourceCommandOutput>;
|
|
286
|
-
export declare const de_UpdateApplicationCommand: (
|
|
287
|
-
output: __HttpResponse,
|
|
288
|
-
context: __SerdeContext
|
|
289
|
-
) => Promise<UpdateApplicationCommandOutput>;
|
|
290
|
-
export declare const de_UpdateStreamGroupCommand: (
|
|
291
|
-
output: __HttpResponse,
|
|
292
|
-
context: __SerdeContext
|
|
293
|
-
) => Promise<UpdateStreamGroupCommandOutput>;
|