@aws-sdk/client-ivs 3.504.0 → 3.505.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/README.md +148 -72
- package/dist-cjs/commands/CreatePlaybackRestrictionPolicyCommand.js +1 -0
- package/dist-cjs/commands/DeletePlaybackRestrictionPolicyCommand.js +1 -0
- package/dist-cjs/commands/GetPlaybackRestrictionPolicyCommand.js +1 -0
- package/dist-cjs/commands/ListPlaybackRestrictionPoliciesCommand.js +1 -0
- package/dist-cjs/commands/UpdatePlaybackRestrictionPolicyCommand.js +1 -0
- package/dist-cjs/index.js +410 -1
- package/dist-cjs/pagination/ListPlaybackRestrictionPoliciesPaginator.js +1 -0
- package/dist-es/Ivs.js +10 -0
- package/dist-es/commands/CreatePlaybackRestrictionPolicyCommand.js +24 -0
- package/dist-es/commands/DeletePlaybackRestrictionPolicyCommand.js +24 -0
- package/dist-es/commands/GetPlaybackRestrictionPolicyCommand.js +24 -0
- package/dist-es/commands/ListPlaybackRestrictionPoliciesCommand.js +24 -0
- package/dist-es/commands/UpdatePlaybackRestrictionPolicyCommand.js +24 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/pagination/ListPlaybackRestrictionPoliciesPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +293 -0
- package/dist-types/Ivs.d.ts +143 -72
- package/dist-types/IvsClient.d.ts +115 -74
- package/dist-types/commands/BatchGetChannelCommand.d.ts +1 -0
- package/dist-types/commands/CreateChannelCommand.d.ts +2 -0
- package/dist-types/commands/CreatePlaybackRestrictionPolicyCommand.d.ts +97 -0
- package/dist-types/commands/DeletePlaybackRestrictionPolicyCommand.d.ts +71 -0
- package/dist-types/commands/GetChannelCommand.d.ts +1 -0
- package/dist-types/commands/GetPlaybackRestrictionPolicyCommand.d.ts +83 -0
- package/dist-types/commands/GetStreamSessionCommand.d.ts +1 -0
- package/dist-types/commands/ListChannelsCommand.d.ts +2 -0
- package/dist-types/commands/ListPlaybackRestrictionPoliciesCommand.d.ts +87 -0
- package/dist-types/commands/UpdateChannelCommand.d.ts +2 -0
- package/dist-types/commands/UpdatePlaybackRestrictionPolicyCommand.d.ts +94 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/index.d.ts +108 -72
- package/dist-types/models/models_0.d.ts +290 -16
- package/dist-types/pagination/ListPlaybackRestrictionPoliciesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +45 -0
- package/dist-types/ts3.4/Ivs.d.ts +85 -0
- package/dist-types/ts3.4/IvsClient.d.ts +32 -2
- package/dist-types/ts3.4/commands/CreatePlaybackRestrictionPolicyCommand.d.ts +30 -0
- package/dist-types/ts3.4/commands/DeletePlaybackRestrictionPolicyCommand.d.ts +26 -0
- package/dist-types/ts3.4/commands/GetPlaybackRestrictionPolicyCommand.d.ts +30 -0
- package/dist-types/ts3.4/commands/ListPlaybackRestrictionPoliciesCommand.d.ts +30 -0
- package/dist-types/ts3.4/commands/UpdatePlaybackRestrictionPolicyCommand.d.ts +30 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +58 -0
- package/dist-types/ts3.4/pagination/ListPlaybackRestrictionPoliciesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -0
- package/package.json +1 -1
|
@@ -19,6 +19,10 @@ import {
|
|
|
19
19
|
CreateChannelCommandInput,
|
|
20
20
|
CreateChannelCommandOutput,
|
|
21
21
|
} from "../commands/CreateChannelCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreatePlaybackRestrictionPolicyCommandInput,
|
|
24
|
+
CreatePlaybackRestrictionPolicyCommandOutput,
|
|
25
|
+
} from "../commands/CreatePlaybackRestrictionPolicyCommand";
|
|
22
26
|
import {
|
|
23
27
|
CreateRecordingConfigurationCommandInput,
|
|
24
28
|
CreateRecordingConfigurationCommandOutput,
|
|
@@ -35,6 +39,10 @@ import {
|
|
|
35
39
|
DeletePlaybackKeyPairCommandInput,
|
|
36
40
|
DeletePlaybackKeyPairCommandOutput,
|
|
37
41
|
} from "../commands/DeletePlaybackKeyPairCommand";
|
|
42
|
+
import {
|
|
43
|
+
DeletePlaybackRestrictionPolicyCommandInput,
|
|
44
|
+
DeletePlaybackRestrictionPolicyCommandOutput,
|
|
45
|
+
} from "../commands/DeletePlaybackRestrictionPolicyCommand";
|
|
38
46
|
import {
|
|
39
47
|
DeleteRecordingConfigurationCommandInput,
|
|
40
48
|
DeleteRecordingConfigurationCommandOutput,
|
|
@@ -51,6 +59,10 @@ import {
|
|
|
51
59
|
GetPlaybackKeyPairCommandInput,
|
|
52
60
|
GetPlaybackKeyPairCommandOutput,
|
|
53
61
|
} from "../commands/GetPlaybackKeyPairCommand";
|
|
62
|
+
import {
|
|
63
|
+
GetPlaybackRestrictionPolicyCommandInput,
|
|
64
|
+
GetPlaybackRestrictionPolicyCommandOutput,
|
|
65
|
+
} from "../commands/GetPlaybackRestrictionPolicyCommand";
|
|
54
66
|
import {
|
|
55
67
|
GetRecordingConfigurationCommandInput,
|
|
56
68
|
GetRecordingConfigurationCommandOutput,
|
|
@@ -79,6 +91,10 @@ import {
|
|
|
79
91
|
ListPlaybackKeyPairsCommandInput,
|
|
80
92
|
ListPlaybackKeyPairsCommandOutput,
|
|
81
93
|
} from "../commands/ListPlaybackKeyPairsCommand";
|
|
94
|
+
import {
|
|
95
|
+
ListPlaybackRestrictionPoliciesCommandInput,
|
|
96
|
+
ListPlaybackRestrictionPoliciesCommandOutput,
|
|
97
|
+
} from "../commands/ListPlaybackRestrictionPoliciesCommand";
|
|
82
98
|
import {
|
|
83
99
|
ListRecordingConfigurationsCommandInput,
|
|
84
100
|
ListRecordingConfigurationsCommandOutput,
|
|
@@ -123,6 +139,10 @@ import {
|
|
|
123
139
|
UpdateChannelCommandInput,
|
|
124
140
|
UpdateChannelCommandOutput,
|
|
125
141
|
} from "../commands/UpdateChannelCommand";
|
|
142
|
+
import {
|
|
143
|
+
UpdatePlaybackRestrictionPolicyCommandInput,
|
|
144
|
+
UpdatePlaybackRestrictionPolicyCommandOutput,
|
|
145
|
+
} from "../commands/UpdatePlaybackRestrictionPolicyCommand";
|
|
126
146
|
export declare const se_BatchGetChannelCommand: (
|
|
127
147
|
input: BatchGetChannelCommandInput,
|
|
128
148
|
context: __SerdeContext
|
|
@@ -139,6 +159,10 @@ export declare const se_CreateChannelCommand: (
|
|
|
139
159
|
input: CreateChannelCommandInput,
|
|
140
160
|
context: __SerdeContext
|
|
141
161
|
) => Promise<__HttpRequest>;
|
|
162
|
+
export declare const se_CreatePlaybackRestrictionPolicyCommand: (
|
|
163
|
+
input: CreatePlaybackRestrictionPolicyCommandInput,
|
|
164
|
+
context: __SerdeContext
|
|
165
|
+
) => Promise<__HttpRequest>;
|
|
142
166
|
export declare const se_CreateRecordingConfigurationCommand: (
|
|
143
167
|
input: CreateRecordingConfigurationCommandInput,
|
|
144
168
|
context: __SerdeContext
|
|
@@ -155,6 +179,10 @@ export declare const se_DeletePlaybackKeyPairCommand: (
|
|
|
155
179
|
input: DeletePlaybackKeyPairCommandInput,
|
|
156
180
|
context: __SerdeContext
|
|
157
181
|
) => Promise<__HttpRequest>;
|
|
182
|
+
export declare const se_DeletePlaybackRestrictionPolicyCommand: (
|
|
183
|
+
input: DeletePlaybackRestrictionPolicyCommandInput,
|
|
184
|
+
context: __SerdeContext
|
|
185
|
+
) => Promise<__HttpRequest>;
|
|
158
186
|
export declare const se_DeleteRecordingConfigurationCommand: (
|
|
159
187
|
input: DeleteRecordingConfigurationCommandInput,
|
|
160
188
|
context: __SerdeContext
|
|
@@ -171,6 +199,10 @@ export declare const se_GetPlaybackKeyPairCommand: (
|
|
|
171
199
|
input: GetPlaybackKeyPairCommandInput,
|
|
172
200
|
context: __SerdeContext
|
|
173
201
|
) => Promise<__HttpRequest>;
|
|
202
|
+
export declare const se_GetPlaybackRestrictionPolicyCommand: (
|
|
203
|
+
input: GetPlaybackRestrictionPolicyCommandInput,
|
|
204
|
+
context: __SerdeContext
|
|
205
|
+
) => Promise<__HttpRequest>;
|
|
174
206
|
export declare const se_GetRecordingConfigurationCommand: (
|
|
175
207
|
input: GetRecordingConfigurationCommandInput,
|
|
176
208
|
context: __SerdeContext
|
|
@@ -199,6 +231,10 @@ export declare const se_ListPlaybackKeyPairsCommand: (
|
|
|
199
231
|
input: ListPlaybackKeyPairsCommandInput,
|
|
200
232
|
context: __SerdeContext
|
|
201
233
|
) => Promise<__HttpRequest>;
|
|
234
|
+
export declare const se_ListPlaybackRestrictionPoliciesCommand: (
|
|
235
|
+
input: ListPlaybackRestrictionPoliciesCommandInput,
|
|
236
|
+
context: __SerdeContext
|
|
237
|
+
) => Promise<__HttpRequest>;
|
|
202
238
|
export declare const se_ListRecordingConfigurationsCommand: (
|
|
203
239
|
input: ListRecordingConfigurationsCommandInput,
|
|
204
240
|
context: __SerdeContext
|
|
@@ -243,6 +279,10 @@ export declare const se_UpdateChannelCommand: (
|
|
|
243
279
|
input: UpdateChannelCommandInput,
|
|
244
280
|
context: __SerdeContext
|
|
245
281
|
) => Promise<__HttpRequest>;
|
|
282
|
+
export declare const se_UpdatePlaybackRestrictionPolicyCommand: (
|
|
283
|
+
input: UpdatePlaybackRestrictionPolicyCommandInput,
|
|
284
|
+
context: __SerdeContext
|
|
285
|
+
) => Promise<__HttpRequest>;
|
|
246
286
|
export declare const de_BatchGetChannelCommand: (
|
|
247
287
|
output: __HttpResponse,
|
|
248
288
|
context: __SerdeContext
|
|
@@ -259,6 +299,10 @@ export declare const de_CreateChannelCommand: (
|
|
|
259
299
|
output: __HttpResponse,
|
|
260
300
|
context: __SerdeContext
|
|
261
301
|
) => Promise<CreateChannelCommandOutput>;
|
|
302
|
+
export declare const de_CreatePlaybackRestrictionPolicyCommand: (
|
|
303
|
+
output: __HttpResponse,
|
|
304
|
+
context: __SerdeContext
|
|
305
|
+
) => Promise<CreatePlaybackRestrictionPolicyCommandOutput>;
|
|
262
306
|
export declare const de_CreateRecordingConfigurationCommand: (
|
|
263
307
|
output: __HttpResponse,
|
|
264
308
|
context: __SerdeContext
|
|
@@ -275,6 +319,10 @@ export declare const de_DeletePlaybackKeyPairCommand: (
|
|
|
275
319
|
output: __HttpResponse,
|
|
276
320
|
context: __SerdeContext
|
|
277
321
|
) => Promise<DeletePlaybackKeyPairCommandOutput>;
|
|
322
|
+
export declare const de_DeletePlaybackRestrictionPolicyCommand: (
|
|
323
|
+
output: __HttpResponse,
|
|
324
|
+
context: __SerdeContext
|
|
325
|
+
) => Promise<DeletePlaybackRestrictionPolicyCommandOutput>;
|
|
278
326
|
export declare const de_DeleteRecordingConfigurationCommand: (
|
|
279
327
|
output: __HttpResponse,
|
|
280
328
|
context: __SerdeContext
|
|
@@ -291,6 +339,10 @@ export declare const de_GetPlaybackKeyPairCommand: (
|
|
|
291
339
|
output: __HttpResponse,
|
|
292
340
|
context: __SerdeContext
|
|
293
341
|
) => Promise<GetPlaybackKeyPairCommandOutput>;
|
|
342
|
+
export declare const de_GetPlaybackRestrictionPolicyCommand: (
|
|
343
|
+
output: __HttpResponse,
|
|
344
|
+
context: __SerdeContext
|
|
345
|
+
) => Promise<GetPlaybackRestrictionPolicyCommandOutput>;
|
|
294
346
|
export declare const de_GetRecordingConfigurationCommand: (
|
|
295
347
|
output: __HttpResponse,
|
|
296
348
|
context: __SerdeContext
|
|
@@ -319,6 +371,10 @@ export declare const de_ListPlaybackKeyPairsCommand: (
|
|
|
319
371
|
output: __HttpResponse,
|
|
320
372
|
context: __SerdeContext
|
|
321
373
|
) => Promise<ListPlaybackKeyPairsCommandOutput>;
|
|
374
|
+
export declare const de_ListPlaybackRestrictionPoliciesCommand: (
|
|
375
|
+
output: __HttpResponse,
|
|
376
|
+
context: __SerdeContext
|
|
377
|
+
) => Promise<ListPlaybackRestrictionPoliciesCommandOutput>;
|
|
322
378
|
export declare const de_ListRecordingConfigurationsCommand: (
|
|
323
379
|
output: __HttpResponse,
|
|
324
380
|
context: __SerdeContext
|
|
@@ -363,3 +419,7 @@ export declare const de_UpdateChannelCommand: (
|
|
|
363
419
|
output: __HttpResponse,
|
|
364
420
|
context: __SerdeContext
|
|
365
421
|
) => Promise<UpdateChannelCommandOutput>;
|
|
422
|
+
export declare const de_UpdatePlaybackRestrictionPolicyCommand: (
|
|
423
|
+
output: __HttpResponse,
|
|
424
|
+
context: __SerdeContext
|
|
425
|
+
) => Promise<UpdatePlaybackRestrictionPolicyCommandOutput>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ivs",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ivs Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.505.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-ivs",
|