@aws-sdk/client-ivs 3.145.0 → 3.154.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 +27 -0
- package/README.md +8 -4
- package/dist-types/Ivs.d.ts +8 -4
- package/dist-types/IvsClient.d.ts +8 -4
- package/dist-types/models/models_0.d.ts +90 -36
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,33 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.154.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.153.0...v3.154.0) (2022-08-19)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-ivs
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.150.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.149.0...v3.150.0) (2022-08-15)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-ivs
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [3.149.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.148.0...v3.149.0) (2022-08-12)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* **client-ivs:** Updates various list api MaxResults ranges ([807e21e](https://github.com/aws/aws-sdk-js-v3/commit/807e21e70ae1cd9b55e757f7fce8eb2c8e362224))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
6
33
|
# [3.145.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.144.0...v3.145.0) (2022-08-08)
|
|
7
34
|
|
|
8
35
|
**Note:** Version bump only for package @aws-sdk/client-ivs
|
package/README.md
CHANGED
|
@@ -88,7 +88,9 @@ configuration. See the Recording Configuration endpoints for more information.</
|
|
|
88
88
|
resource. A tag comprises a <i>key</i> and a <i>value</i>, both
|
|
89
89
|
set by you. For example, you might set a tag as <code>topic:nature</code> to label a
|
|
90
90
|
particular video category. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a> for
|
|
91
|
-
more information, including restrictions that apply to tags
|
|
91
|
+
more information, including restrictions that apply to tags and "Tag naming limits and
|
|
92
|
+
requirements"; Amazon IVS has no service-specific constraints beyond what is documented
|
|
93
|
+
there.</p>
|
|
92
94
|
<p>Tags can help you identify and organize your Amazon Web Services resources. For example,
|
|
93
95
|
you can use the same tag for different resources to indicate that they are related. You can
|
|
94
96
|
also use tags to manage access (see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html"> Access Tags</a>). </p>
|
|
@@ -108,9 +110,11 @@ authenticated to sign Amazon IVS API requests.</p>
|
|
|
108
110
|
</li>
|
|
109
111
|
<li>
|
|
110
112
|
<p>
|
|
111
|
-
<i>Authorization</i> is about granting permissions.
|
|
112
|
-
|
|
113
|
-
|
|
113
|
+
<i>Authorization</i> is about granting permissions. Your IAM roles need
|
|
114
|
+
to have permissions for Amazon IVS API requests. In addition, authorization is needed to
|
|
115
|
+
view <a href="https://docs.aws.amazon.com/ivs/latest/userguide/private-channels.html">Amazon
|
|
116
|
+
IVS private channels</a>. (Private channels are channels that are enabled for
|
|
117
|
+
"playback authorization.")</p>
|
|
114
118
|
</li>
|
|
115
119
|
</ul>
|
|
116
120
|
<p>
|
package/dist-types/Ivs.d.ts
CHANGED
|
@@ -108,7 +108,9 @@ import { IvsClient } from "./IvsClient";
|
|
|
108
108
|
* resource. A tag comprises a <i>key</i> and a <i>value</i>, both
|
|
109
109
|
* set by you. For example, you might set a tag as <code>topic:nature</code> to label a
|
|
110
110
|
* particular video category. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a> for
|
|
111
|
-
* more information, including restrictions that apply to tags
|
|
111
|
+
* more information, including restrictions that apply to tags and "Tag naming limits and
|
|
112
|
+
* requirements"; Amazon IVS has no service-specific constraints beyond what is documented
|
|
113
|
+
* there.</p>
|
|
112
114
|
* <p>Tags can help you identify and organize your Amazon Web Services resources. For example,
|
|
113
115
|
* you can use the same tag for different resources to indicate that they are related. You can
|
|
114
116
|
* also use tags to manage access (see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html"> Access Tags</a>). </p>
|
|
@@ -128,9 +130,11 @@ import { IvsClient } from "./IvsClient";
|
|
|
128
130
|
* </li>
|
|
129
131
|
* <li>
|
|
130
132
|
* <p>
|
|
131
|
-
* <i>Authorization</i> is about granting permissions.
|
|
132
|
-
*
|
|
133
|
-
*
|
|
133
|
+
* <i>Authorization</i> is about granting permissions. Your IAM roles need
|
|
134
|
+
* to have permissions for Amazon IVS API requests. In addition, authorization is needed to
|
|
135
|
+
* view <a href="https://docs.aws.amazon.com/ivs/latest/userguide/private-channels.html">Amazon
|
|
136
|
+
* IVS private channels</a>. (Private channels are channels that are enabled for
|
|
137
|
+
* "playback authorization.")</p>
|
|
134
138
|
* </li>
|
|
135
139
|
* </ul>
|
|
136
140
|
* <p>
|
|
@@ -233,7 +233,9 @@ export interface IvsClientResolvedConfig extends IvsClientResolvedConfigType {
|
|
|
233
233
|
* resource. A tag comprises a <i>key</i> and a <i>value</i>, both
|
|
234
234
|
* set by you. For example, you might set a tag as <code>topic:nature</code> to label a
|
|
235
235
|
* particular video category. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a> for
|
|
236
|
-
* more information, including restrictions that apply to tags
|
|
236
|
+
* more information, including restrictions that apply to tags and "Tag naming limits and
|
|
237
|
+
* requirements"; Amazon IVS has no service-specific constraints beyond what is documented
|
|
238
|
+
* there.</p>
|
|
237
239
|
* <p>Tags can help you identify and organize your Amazon Web Services resources. For example,
|
|
238
240
|
* you can use the same tag for different resources to indicate that they are related. You can
|
|
239
241
|
* also use tags to manage access (see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html"> Access Tags</a>). </p>
|
|
@@ -253,9 +255,11 @@ export interface IvsClientResolvedConfig extends IvsClientResolvedConfigType {
|
|
|
253
255
|
* </li>
|
|
254
256
|
* <li>
|
|
255
257
|
* <p>
|
|
256
|
-
* <i>Authorization</i> is about granting permissions.
|
|
257
|
-
*
|
|
258
|
-
*
|
|
258
|
+
* <i>Authorization</i> is about granting permissions. Your IAM roles need
|
|
259
|
+
* to have permissions for Amazon IVS API requests. In addition, authorization is needed to
|
|
260
|
+
* view <a href="https://docs.aws.amazon.com/ivs/latest/userguide/private-channels.html">Amazon
|
|
261
|
+
* IVS private channels</a>. (Private channels are channels that are enabled for
|
|
262
|
+
* "playback authorization.")</p>
|
|
259
263
|
* </li>
|
|
260
264
|
* </ul>
|
|
261
265
|
* <p>
|
|
@@ -89,7 +89,10 @@ export interface Channel {
|
|
|
89
89
|
*/
|
|
90
90
|
authorized?: boolean;
|
|
91
91
|
/**
|
|
92
|
-
* <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code
|
|
92
|
+
* <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a> for
|
|
93
|
+
* more information, including restrictions that apply to tags and "Tag naming limits and
|
|
94
|
+
* requirements"; Amazon IVS has no service-specific constraints beyond what is documented
|
|
95
|
+
* there.</p>
|
|
93
96
|
*/
|
|
94
97
|
tags?: Record<string, string>;
|
|
95
98
|
}
|
|
@@ -143,7 +146,10 @@ export interface StreamKey {
|
|
|
143
146
|
*/
|
|
144
147
|
channelArn?: string;
|
|
145
148
|
/**
|
|
146
|
-
* <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code
|
|
149
|
+
* <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a> for
|
|
150
|
+
* more information, including restrictions that apply to tags and "Tag naming limits and
|
|
151
|
+
* requirements"; Amazon IVS has no service-specific constraints beyond what is documented
|
|
152
|
+
* there.</p>
|
|
147
153
|
*/
|
|
148
154
|
tags?: Record<string, string>;
|
|
149
155
|
}
|
|
@@ -200,7 +206,10 @@ export interface CreateChannelRequest {
|
|
|
200
206
|
*/
|
|
201
207
|
recordingConfigurationArn?: string;
|
|
202
208
|
/**
|
|
203
|
-
* <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code
|
|
209
|
+
* <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a> for
|
|
210
|
+
* more information, including restrictions that apply to tags and "Tag naming limits and
|
|
211
|
+
* requirements"; Amazon IVS has no service-specific constraints beyond what is documented
|
|
212
|
+
* there.</p>
|
|
204
213
|
*/
|
|
205
214
|
tags?: Record<string, string>;
|
|
206
215
|
}
|
|
@@ -344,7 +353,10 @@ export interface CreateRecordingConfigurationRequest {
|
|
|
344
353
|
*/
|
|
345
354
|
destinationConfiguration: DestinationConfiguration | undefined;
|
|
346
355
|
/**
|
|
347
|
-
* <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code
|
|
356
|
+
* <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a> for
|
|
357
|
+
* more information, including restrictions that apply to tags and "Tag naming limits and
|
|
358
|
+
* requirements"; Amazon IVS has no service-specific constraints beyond what is documented
|
|
359
|
+
* there.</p>
|
|
348
360
|
*/
|
|
349
361
|
tags?: Record<string, string>;
|
|
350
362
|
/**
|
|
@@ -380,7 +392,10 @@ export interface RecordingConfiguration {
|
|
|
380
392
|
*/
|
|
381
393
|
state: RecordingConfigurationState | string | undefined;
|
|
382
394
|
/**
|
|
383
|
-
* <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code
|
|
395
|
+
* <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a> for
|
|
396
|
+
* more information, including restrictions that apply to tags and "Tag naming limits and
|
|
397
|
+
* requirements"; Amazon IVS has no service-specific constraints beyond what is documented
|
|
398
|
+
* there.</p>
|
|
384
399
|
*/
|
|
385
400
|
tags?: Record<string, string>;
|
|
386
401
|
/**
|
|
@@ -416,7 +431,10 @@ export interface CreateStreamKeyRequest {
|
|
|
416
431
|
*/
|
|
417
432
|
channelArn: string | undefined;
|
|
418
433
|
/**
|
|
419
|
-
* <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code
|
|
434
|
+
* <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a> for
|
|
435
|
+
* more information, including restrictions that apply to tags and "Tag naming limits and
|
|
436
|
+
* requirements"; Amazon IVS has no service-specific constraints beyond what is documented
|
|
437
|
+
* there.</p>
|
|
420
438
|
*/
|
|
421
439
|
tags?: Record<string, string>;
|
|
422
440
|
}
|
|
@@ -487,7 +505,10 @@ export interface PlaybackKeyPair {
|
|
|
487
505
|
*/
|
|
488
506
|
fingerprint?: string;
|
|
489
507
|
/**
|
|
490
|
-
* <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code
|
|
508
|
+
* <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a> for
|
|
509
|
+
* more information, including restrictions that apply to tags and "Tag naming limits and
|
|
510
|
+
* requirements"; Amazon IVS has no service-specific constraints beyond what is documented
|
|
511
|
+
* there.</p>
|
|
491
512
|
*/
|
|
492
513
|
tags?: Record<string, string>;
|
|
493
514
|
}
|
|
@@ -556,7 +577,8 @@ export interface _Stream {
|
|
|
556
577
|
*/
|
|
557
578
|
playbackUrl?: string;
|
|
558
579
|
/**
|
|
559
|
-
* <p>Time of the stream’s start. This is an ISO 8601 timestamp
|
|
580
|
+
* <p>Time of the stream’s start. This is an ISO 8601 timestamp; <i>note that this is
|
|
581
|
+
* returned as a string</i>.</p>
|
|
560
582
|
*/
|
|
561
583
|
startTime?: Date;
|
|
562
584
|
/**
|
|
@@ -606,7 +628,9 @@ export interface GetStreamSessionRequest {
|
|
|
606
628
|
streamId?: string;
|
|
607
629
|
}
|
|
608
630
|
/**
|
|
609
|
-
* <p>Object specifying a stream’s audio configuration
|
|
631
|
+
* <p>Object specifying a stream’s audio configuration, as set up by the broadcaster (usually in
|
|
632
|
+
* an encoder). This is part of the <a>IngestConfiguration</a> object and used for
|
|
633
|
+
* monitoring stream health.</p>
|
|
610
634
|
*/
|
|
611
635
|
export interface AudioConfiguration {
|
|
612
636
|
/**
|
|
@@ -627,7 +651,9 @@ export interface AudioConfiguration {
|
|
|
627
651
|
channels?: number;
|
|
628
652
|
}
|
|
629
653
|
/**
|
|
630
|
-
* <p>Object specifying a stream’s video configuration
|
|
654
|
+
* <p>Object specifying a stream’s video configuration, as set up by the broadcaster (usually in
|
|
655
|
+
* an encoder). This is part of the <a>IngestConfiguration</a> object and used for
|
|
656
|
+
* monitoring stream health.</p>
|
|
631
657
|
*/
|
|
632
658
|
export interface VideoConfiguration {
|
|
633
659
|
/**
|
|
@@ -693,7 +719,8 @@ export interface StreamEvent {
|
|
|
693
719
|
*/
|
|
694
720
|
type?: string;
|
|
695
721
|
/**
|
|
696
|
-
* <p>
|
|
722
|
+
* <p>Time when the event occurred. This is an ISO 8601 timestamp; <i>note that this is
|
|
723
|
+
* returned as a string</i>.</p>
|
|
697
724
|
*/
|
|
698
725
|
eventTime?: Date;
|
|
699
726
|
}
|
|
@@ -708,12 +735,13 @@ export interface StreamSession {
|
|
|
708
735
|
*/
|
|
709
736
|
streamId?: string;
|
|
710
737
|
/**
|
|
711
|
-
* <p>
|
|
738
|
+
* <p>Time when the channel went live. This is an ISO 8601 timestamp; <i>note that this
|
|
739
|
+
* is returned as a string</i>.</p>
|
|
712
740
|
*/
|
|
713
741
|
startTime?: Date;
|
|
714
742
|
/**
|
|
715
|
-
* <p>
|
|
716
|
-
*
|
|
743
|
+
* <p>Time when the channel went offline. This is an ISO 8601 timestamp; <i>note that
|
|
744
|
+
* this is returned as a string</i>. For live streams, this is <code>NULL</code>.</p>
|
|
717
745
|
*/
|
|
718
746
|
endTime?: Date;
|
|
719
747
|
/**
|
|
@@ -751,7 +779,10 @@ export interface ImportPlaybackKeyPairRequest {
|
|
|
751
779
|
*/
|
|
752
780
|
name?: string;
|
|
753
781
|
/**
|
|
754
|
-
* <p>Any tags provided with the request are added to the playback key pair tags
|
|
782
|
+
* <p>Any tags provided with the request are added to the playback key pair tags. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a> for
|
|
783
|
+
* more information, including restrictions that apply to tags and "Tag naming limits and
|
|
784
|
+
* requirements"; Amazon IVS has no service-specific constraints beyond what is documented
|
|
785
|
+
* there.</p>
|
|
755
786
|
*/
|
|
756
787
|
tags?: Record<string, string>;
|
|
757
788
|
}
|
|
@@ -776,7 +807,7 @@ export interface ListChannelsRequest {
|
|
|
776
807
|
*/
|
|
777
808
|
nextToken?: string;
|
|
778
809
|
/**
|
|
779
|
-
* <p>Maximum number of channels to return. Default:
|
|
810
|
+
* <p>Maximum number of channels to return. Default: 100.</p>
|
|
780
811
|
*/
|
|
781
812
|
maxResults?: number;
|
|
782
813
|
}
|
|
@@ -810,7 +841,10 @@ export interface ChannelSummary {
|
|
|
810
841
|
*/
|
|
811
842
|
recordingConfigurationArn?: string;
|
|
812
843
|
/**
|
|
813
|
-
* <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code
|
|
844
|
+
* <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a> for
|
|
845
|
+
* more information, including restrictions that apply to tags and "Tag naming limits and
|
|
846
|
+
* requirements"; Amazon IVS has no service-specific constraints beyond what is documented
|
|
847
|
+
* there.</p>
|
|
814
848
|
*/
|
|
815
849
|
tags?: Record<string, string>;
|
|
816
850
|
}
|
|
@@ -827,12 +861,13 @@ export interface ListChannelsResponse {
|
|
|
827
861
|
}
|
|
828
862
|
export interface ListPlaybackKeyPairsRequest {
|
|
829
863
|
/**
|
|
830
|
-
* <p>
|
|
864
|
+
* <p>The first key pair to retrieve. This is used for pagination; see the
|
|
865
|
+
* <code>nextToken</code> response field.</p>
|
|
831
866
|
*/
|
|
832
867
|
nextToken?: string;
|
|
833
868
|
/**
|
|
834
|
-
* <p>
|
|
835
|
-
*
|
|
869
|
+
* <p>Maximum number of key pairs to return. Default: your service quota or 100, whichever is
|
|
870
|
+
* smaller.</p>
|
|
836
871
|
*/
|
|
837
872
|
maxResults?: number;
|
|
838
873
|
}
|
|
@@ -849,7 +884,10 @@ export interface PlaybackKeyPairSummary {
|
|
|
849
884
|
*/
|
|
850
885
|
name?: string;
|
|
851
886
|
/**
|
|
852
|
-
* <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code
|
|
887
|
+
* <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a> for
|
|
888
|
+
* more information, including restrictions that apply to tags and "Tag naming limits and
|
|
889
|
+
* requirements"; Amazon IVS has no service-specific constraints beyond what is documented
|
|
890
|
+
* there.</p>
|
|
853
891
|
*/
|
|
854
892
|
tags?: Record<string, string>;
|
|
855
893
|
}
|
|
@@ -871,7 +909,8 @@ export interface ListRecordingConfigurationsRequest {
|
|
|
871
909
|
*/
|
|
872
910
|
nextToken?: string;
|
|
873
911
|
/**
|
|
874
|
-
* <p>Maximum number of recording configurations to return. Default:
|
|
912
|
+
* <p>Maximum number of recording configurations to return. Default: your service quota or 100,
|
|
913
|
+
* whichever is smaller. </p>
|
|
875
914
|
*/
|
|
876
915
|
maxResults?: number;
|
|
877
916
|
}
|
|
@@ -897,7 +936,10 @@ export interface RecordingConfigurationSummary {
|
|
|
897
936
|
*/
|
|
898
937
|
state: RecordingConfigurationState | string | undefined;
|
|
899
938
|
/**
|
|
900
|
-
* <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code
|
|
939
|
+
* <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a> for
|
|
940
|
+
* more information, including restrictions that apply to tags and "Tag naming limits and
|
|
941
|
+
* requirements"; Amazon IVS has no service-specific constraints beyond what is documented
|
|
942
|
+
* there.</p>
|
|
901
943
|
*/
|
|
902
944
|
tags?: Record<string, string>;
|
|
903
945
|
}
|
|
@@ -923,7 +965,7 @@ export interface ListStreamKeysRequest {
|
|
|
923
965
|
*/
|
|
924
966
|
nextToken?: string;
|
|
925
967
|
/**
|
|
926
|
-
* <p>Maximum number of streamKeys to return. Default:
|
|
968
|
+
* <p>Maximum number of streamKeys to return. Default: 1.</p>
|
|
927
969
|
*/
|
|
928
970
|
maxResults?: number;
|
|
929
971
|
}
|
|
@@ -940,7 +982,10 @@ export interface StreamKeySummary {
|
|
|
940
982
|
*/
|
|
941
983
|
channelArn?: string;
|
|
942
984
|
/**
|
|
943
|
-
* <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code
|
|
985
|
+
* <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a> for
|
|
986
|
+
* more information, including restrictions that apply to tags and "Tag naming limits and
|
|
987
|
+
* requirements"; Amazon IVS has no service-specific constraints beyond what is documented
|
|
988
|
+
* there.</p>
|
|
944
989
|
*/
|
|
945
990
|
tags?: Record<string, string>;
|
|
946
991
|
}
|
|
@@ -975,7 +1020,7 @@ export interface ListStreamsRequest {
|
|
|
975
1020
|
*/
|
|
976
1021
|
nextToken?: string;
|
|
977
1022
|
/**
|
|
978
|
-
* <p>Maximum number of streams to return. Default:
|
|
1023
|
+
* <p>Maximum number of streams to return. Default: 100.</p>
|
|
979
1024
|
*/
|
|
980
1025
|
maxResults?: number;
|
|
981
1026
|
}
|
|
@@ -1007,7 +1052,8 @@ export interface StreamSummary {
|
|
|
1007
1052
|
*/
|
|
1008
1053
|
viewerCount?: number;
|
|
1009
1054
|
/**
|
|
1010
|
-
* <p>Time of the stream’s start. This is an ISO 8601 timestamp
|
|
1055
|
+
* <p>Time of the stream’s start. This is an ISO 8601 timestamp; <i>note that this is
|
|
1056
|
+
* returned as a string</i>. </p>
|
|
1011
1057
|
*/
|
|
1012
1058
|
startTime?: Date;
|
|
1013
1059
|
}
|
|
@@ -1033,7 +1079,7 @@ export interface ListStreamSessionsRequest {
|
|
|
1033
1079
|
*/
|
|
1034
1080
|
nextToken?: string;
|
|
1035
1081
|
/**
|
|
1036
|
-
* <p>Maximum number of streams to return. Default:
|
|
1082
|
+
* <p>Maximum number of streams to return. Default: 100.</p>
|
|
1037
1083
|
*/
|
|
1038
1084
|
maxResults?: number;
|
|
1039
1085
|
}
|
|
@@ -1046,12 +1092,13 @@ export interface StreamSessionSummary {
|
|
|
1046
1092
|
*/
|
|
1047
1093
|
streamId?: string;
|
|
1048
1094
|
/**
|
|
1049
|
-
* <p>
|
|
1095
|
+
* <p>Time when the channel went live. This is an ISO 8601 timestamp; <i>note that this
|
|
1096
|
+
* is returned as a string</i>.</p>
|
|
1050
1097
|
*/
|
|
1051
1098
|
startTime?: Date;
|
|
1052
1099
|
/**
|
|
1053
|
-
* <p>
|
|
1054
|
-
*
|
|
1100
|
+
* <p>Time when the channel went offline. This is an ISO 8601 timestamp; <i>note that
|
|
1101
|
+
* this is returned as a string</i>. For live streams, this is <code>NULL</code>.</p>
|
|
1055
1102
|
*/
|
|
1056
1103
|
endTime?: Date;
|
|
1057
1104
|
/**
|
|
@@ -1072,7 +1119,7 @@ export interface ListStreamSessionsResponse {
|
|
|
1072
1119
|
}
|
|
1073
1120
|
export interface ListTagsForResourceRequest {
|
|
1074
1121
|
/**
|
|
1075
|
-
* <p>The ARN of the resource to be retrieved.</p>
|
|
1122
|
+
* <p>The ARN of the resource to be retrieved. The ARN must be URL-encoded.</p>
|
|
1076
1123
|
*/
|
|
1077
1124
|
resourceArn: string | undefined;
|
|
1078
1125
|
}
|
|
@@ -1133,11 +1180,15 @@ export declare class StreamUnavailable extends __BaseException {
|
|
|
1133
1180
|
}
|
|
1134
1181
|
export interface TagResourceRequest {
|
|
1135
1182
|
/**
|
|
1136
|
-
* <p>ARN of the resource for which tags are to be added or updated
|
|
1183
|
+
* <p>ARN of the resource for which tags are to be added or updated. The ARN must be
|
|
1184
|
+
* URL-encoded.</p>
|
|
1137
1185
|
*/
|
|
1138
1186
|
resourceArn: string | undefined;
|
|
1139
1187
|
/**
|
|
1140
|
-
* <p>Array of tags to be added or updated
|
|
1188
|
+
* <p>Array of tags to be added or updated. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a> for
|
|
1189
|
+
* more information, including restrictions that apply to tags and "Tag naming limits and
|
|
1190
|
+
* requirements"; Amazon IVS has no service-specific constraints beyond what is documented
|
|
1191
|
+
* there.</p>
|
|
1141
1192
|
*/
|
|
1142
1193
|
tags: Record<string, string> | undefined;
|
|
1143
1194
|
}
|
|
@@ -1145,11 +1196,14 @@ export interface TagResourceResponse {
|
|
|
1145
1196
|
}
|
|
1146
1197
|
export interface UntagResourceRequest {
|
|
1147
1198
|
/**
|
|
1148
|
-
* <p>ARN of the resource for which tags are to be removed.</p>
|
|
1199
|
+
* <p>ARN of the resource for which tags are to be removed. The ARN must be URL-encoded.</p>
|
|
1149
1200
|
*/
|
|
1150
1201
|
resourceArn: string | undefined;
|
|
1151
1202
|
/**
|
|
1152
|
-
* <p>Array of tags to be removed
|
|
1203
|
+
* <p>Array of tags to be removed. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a> for
|
|
1204
|
+
* more information, including restrictions that apply to tags and "Tag naming limits and
|
|
1205
|
+
* requirements"; Amazon IVS has no service-specific constraints beyond what is documented
|
|
1206
|
+
* there.</p>
|
|
1153
1207
|
*/
|
|
1154
1208
|
tagKeys: string[] | undefined;
|
|
1155
1209
|
}
|
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.154.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.154.0",
|
|
22
22
|
"@aws-sdk/config-resolver": "3.130.0",
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.154.0",
|
|
24
24
|
"@aws-sdk/fetch-http-handler": "3.131.0",
|
|
25
25
|
"@aws-sdk/hash-node": "3.127.0",
|
|
26
26
|
"@aws-sdk/invalid-dependency": "3.127.0",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@aws-sdk/url-parser": "3.127.0",
|
|
42
42
|
"@aws-sdk/util-base64-browser": "3.109.0",
|
|
43
43
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
44
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
44
|
+
"@aws-sdk/util-body-length-browser": "3.154.0",
|
|
45
45
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
46
46
|
"@aws-sdk/util-defaults-mode-browser": "3.142.0",
|
|
47
47
|
"@aws-sdk/util-defaults-mode-node": "3.142.0",
|