@aws-sdk/client-ivschat 3.150.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 +8 -0
- package/README.md +15 -0
- package/dist-types/Ivschat.d.ts +15 -0
- package/dist-types/IvschatClient.d.ts +15 -0
- package/dist-types/models/models_0.d.ts +23 -11
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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-ivschat
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.150.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.149.0...v3.150.0) (2022-08-15)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-ivschat
|
package/README.md
CHANGED
|
@@ -44,6 +44,21 @@ information.</p>
|
|
|
44
44
|
</li>
|
|
45
45
|
</ul>
|
|
46
46
|
<p>
|
|
47
|
+
<b>Tagging</b>
|
|
48
|
+
</p>
|
|
49
|
+
<p>A <i>tag</i> is a metadata label that you assign to an AWS resource. A tag
|
|
50
|
+
comprises a <i>key</i> and a <i>value</i>, both set by you. For
|
|
51
|
+
example, you might set a tag as <code>topic:nature</code> to label a particular video
|
|
52
|
+
category. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging AWS Resources</a> for more information, including restrictions that apply to
|
|
53
|
+
tags and "Tag naming limits and requirements"; Amazon IVS Chat has no service-specific
|
|
54
|
+
constraints beyond what is documented there.</p>
|
|
55
|
+
<p>Tags can help you identify and organize your AWS resources. For example, you can use the
|
|
56
|
+
same tag for different resources to indicate that they are related. You can also use tags to
|
|
57
|
+
manage access (see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html">Access Tags</a>).</p>
|
|
58
|
+
<p>The Amazon IVS Chat API has these tag-related endpoints: <a>TagResource</a>, <a>UntagResource</a>, and
|
|
59
|
+
<a>ListTagsForResource</a>. The following resource supports tagging: Room.</p>
|
|
60
|
+
<p>At most 50 tags can be applied to a resource.</p>
|
|
61
|
+
<p>
|
|
47
62
|
<b>API Access Security</b>
|
|
48
63
|
</p>
|
|
49
64
|
<p>Your Amazon IVS Chat applications (service applications and clients) must be authenticated
|
package/dist-types/Ivschat.d.ts
CHANGED
|
@@ -48,6 +48,21 @@ import { IvschatClient } from "./IvschatClient";
|
|
|
48
48
|
* </li>
|
|
49
49
|
* </ul>
|
|
50
50
|
* <p>
|
|
51
|
+
* <b>Tagging</b>
|
|
52
|
+
* </p>
|
|
53
|
+
* <p>A <i>tag</i> is a metadata label that you assign to an AWS resource. A tag
|
|
54
|
+
* comprises a <i>key</i> and a <i>value</i>, both set by you. For
|
|
55
|
+
* example, you might set a tag as <code>topic:nature</code> to label a particular video
|
|
56
|
+
* category. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging AWS Resources</a> for more information, including restrictions that apply to
|
|
57
|
+
* tags and "Tag naming limits and requirements"; Amazon IVS Chat has no service-specific
|
|
58
|
+
* constraints beyond what is documented there.</p>
|
|
59
|
+
* <p>Tags can help you identify and organize your AWS resources. For example, you can use the
|
|
60
|
+
* same tag for different resources to indicate that they are related. You can also use tags to
|
|
61
|
+
* manage access (see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html">Access Tags</a>).</p>
|
|
62
|
+
* <p>The Amazon IVS Chat API has these tag-related endpoints: <a>TagResource</a>, <a>UntagResource</a>, and
|
|
63
|
+
* <a>ListTagsForResource</a>. The following resource supports tagging: Room.</p>
|
|
64
|
+
* <p>At most 50 tags can be applied to a resource.</p>
|
|
65
|
+
* <p>
|
|
51
66
|
* <b>API Access Security</b>
|
|
52
67
|
* </p>
|
|
53
68
|
* <p>Your Amazon IVS Chat applications (service applications and clients) must be authenticated
|
|
@@ -173,6 +173,21 @@ export interface IvschatClientResolvedConfig extends IvschatClientResolvedConfig
|
|
|
173
173
|
* </li>
|
|
174
174
|
* </ul>
|
|
175
175
|
* <p>
|
|
176
|
+
* <b>Tagging</b>
|
|
177
|
+
* </p>
|
|
178
|
+
* <p>A <i>tag</i> is a metadata label that you assign to an AWS resource. A tag
|
|
179
|
+
* comprises a <i>key</i> and a <i>value</i>, both set by you. For
|
|
180
|
+
* example, you might set a tag as <code>topic:nature</code> to label a particular video
|
|
181
|
+
* category. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging AWS Resources</a> for more information, including restrictions that apply to
|
|
182
|
+
* tags and "Tag naming limits and requirements"; Amazon IVS Chat has no service-specific
|
|
183
|
+
* constraints beyond what is documented there.</p>
|
|
184
|
+
* <p>Tags can help you identify and organize your AWS resources. For example, you can use the
|
|
185
|
+
* same tag for different resources to indicate that they are related. You can also use tags to
|
|
186
|
+
* manage access (see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html">Access Tags</a>).</p>
|
|
187
|
+
* <p>The Amazon IVS Chat API has these tag-related endpoints: <a>TagResource</a>, <a>UntagResource</a>, and
|
|
188
|
+
* <a>ListTagsForResource</a>. The following resource supports tagging: Room.</p>
|
|
189
|
+
* <p>At most 50 tags can be applied to a resource.</p>
|
|
190
|
+
* <p>
|
|
176
191
|
* <b>API Access Security</b>
|
|
177
192
|
* </p>
|
|
178
193
|
* <p>Your Amazon IVS Chat applications (service applications and clients) must be authenticated
|
|
@@ -192,7 +192,10 @@ export interface CreateRoomRequest {
|
|
|
192
192
|
messageReviewHandler?: MessageReviewHandler;
|
|
193
193
|
/**
|
|
194
194
|
* <p>Tags to attach to the resource. Array of maps, each of the form <code>string:string
|
|
195
|
-
* (key:value)</code>.
|
|
195
|
+
* (key:value)</code>. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging AWS
|
|
196
|
+
* Resources</a> for details, including restrictions that apply to tags and "Tag naming
|
|
197
|
+
* limits and requirements"; Amazon IVS Chat has no constraints beyond what is documented
|
|
198
|
+
* there.</p>
|
|
196
199
|
*/
|
|
197
200
|
tags?: Record<string, string>;
|
|
198
201
|
}
|
|
@@ -362,8 +365,8 @@ export interface GetRoomResponse {
|
|
|
362
365
|
*/
|
|
363
366
|
updateTime?: Date;
|
|
364
367
|
/**
|
|
365
|
-
* <p>Maximum number of messages per second that can be sent to the room (by all clients).
|
|
366
|
-
* 10.</p>
|
|
368
|
+
* <p>Maximum number of messages per second that can be sent to the room (by all clients).
|
|
369
|
+
* Default: 10.</p>
|
|
367
370
|
*/
|
|
368
371
|
maximumMessageRatePerSecond?: number;
|
|
369
372
|
/**
|
|
@@ -433,7 +436,10 @@ export interface RoomSummary {
|
|
|
433
436
|
*/
|
|
434
437
|
updateTime?: Date;
|
|
435
438
|
/**
|
|
436
|
-
* <p>Tags attached to the resource.
|
|
439
|
+
* <p>Tags attached to the resource. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging AWS
|
|
440
|
+
* Resources</a> for details, including restrictions that apply to tags and "Tag naming
|
|
441
|
+
* limits and requirements"; Amazon IVS Chat has no constraints beyond what is documented
|
|
442
|
+
* there.</p>
|
|
437
443
|
*/
|
|
438
444
|
tags?: Record<string, string>;
|
|
439
445
|
}
|
|
@@ -467,8 +473,7 @@ export interface ListTagsForResourceRequest {
|
|
|
467
473
|
}
|
|
468
474
|
export interface ListTagsForResourceResponse {
|
|
469
475
|
/**
|
|
470
|
-
* <p>Tags
|
|
471
|
-
* (key:value)</code>.</p>
|
|
476
|
+
* <p>Tags attached to the resource, from the request.</p>
|
|
472
477
|
*/
|
|
473
478
|
tags: Record<string, string> | undefined;
|
|
474
479
|
}
|
|
@@ -501,7 +506,10 @@ export interface TagResourceRequest {
|
|
|
501
506
|
*/
|
|
502
507
|
resourceArn: string | undefined;
|
|
503
508
|
/**
|
|
504
|
-
* <p>Array of tags to be added or updated
|
|
509
|
+
* <p>Array of tags to be added or updated. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging AWS
|
|
510
|
+
* Resources</a> for details, including restrictions that apply to tags and "Tag naming
|
|
511
|
+
* limits and requirements"; Amazon IVS Chat has no constraints beyond what is documented
|
|
512
|
+
* there.</p>
|
|
505
513
|
*/
|
|
506
514
|
tags: Record<string, string> | undefined;
|
|
507
515
|
}
|
|
@@ -513,7 +521,10 @@ export interface UntagResourceRequest {
|
|
|
513
521
|
*/
|
|
514
522
|
resourceArn: string | undefined;
|
|
515
523
|
/**
|
|
516
|
-
* <p>Array of tags to be removed
|
|
524
|
+
* <p>Array of tags to be removed. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging AWS
|
|
525
|
+
* Resources</a> for details, including restrictions that apply to tags and "Tag naming
|
|
526
|
+
* limits and requirements"; Amazon IVS Chat has no constraints beyond what is documented
|
|
527
|
+
* there.</p>
|
|
517
528
|
*/
|
|
518
529
|
tagKeys: string[] | undefined;
|
|
519
530
|
}
|
|
@@ -529,8 +540,8 @@ export interface UpdateRoomRequest {
|
|
|
529
540
|
*/
|
|
530
541
|
name?: string;
|
|
531
542
|
/**
|
|
532
|
-
* <p>Maximum number of messages per second that can be sent to the room (by all clients).
|
|
533
|
-
* 10.</p>
|
|
543
|
+
* <p>Maximum number of messages per second that can be sent to the room (by all clients).
|
|
544
|
+
* Default: 10.</p>
|
|
534
545
|
*/
|
|
535
546
|
maximumMessageRatePerSecond?: number;
|
|
536
547
|
/**
|
|
@@ -571,7 +582,8 @@ export interface UpdateRoomResponse {
|
|
|
571
582
|
*/
|
|
572
583
|
updateTime?: Date;
|
|
573
584
|
/**
|
|
574
|
-
* <p>Maximum number of messages per second that can be sent to the room (by all clients),
|
|
585
|
+
* <p>Maximum number of messages per second that can be sent to the room (by all clients),
|
|
586
|
+
* from the request.</p>
|
|
575
587
|
*/
|
|
576
588
|
maximumMessageRatePerSecond?: number;
|
|
577
589
|
/**
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ivschat",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ivschat 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",
|