@aws-sdk/client-ivschat 3.150.0 → 3.159.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 +24 -0
- package/README.md +22 -0
- package/dist-types/Ivschat.d.ts +22 -0
- package/dist-types/IvschatClient.d.ts +22 -0
- package/dist-types/models/models_0.d.ts +23 -11
- package/package.json +27 -27
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,30 @@
|
|
|
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.159.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.158.0...v3.159.0) (2022-08-26)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-ivschat
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.158.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.157.0...v3.158.0) (2022-08-25)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-ivschat
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [3.154.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.153.0...v3.154.0) (2022-08-19)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @aws-sdk/client-ivschat
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
6
30
|
# [3.150.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.149.0...v3.150.0) (2022-08-15)
|
|
7
31
|
|
|
8
32
|
**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
|
|
@@ -88,6 +103,13 @@ the Security page of the <i>Amazon IVS User Guide</i>.</p>
|
|
|
88
103
|
</li>
|
|
89
104
|
</ul>
|
|
90
105
|
<p>
|
|
106
|
+
<b>Amazon Resource Names (ARNs)</b>
|
|
107
|
+
</p>
|
|
108
|
+
<p>ARNs uniquely identify AWS resources. An ARN is required when you need to specify a
|
|
109
|
+
resource unambiguously across all of AWS, such as in IAM policies and API calls. For more
|
|
110
|
+
information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names</a> in the <i>AWS General
|
|
111
|
+
Reference</i>.</p>
|
|
112
|
+
<p>
|
|
91
113
|
<b>Messaging Endpoints</b>
|
|
92
114
|
</p>
|
|
93
115
|
<ul>
|
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
|
|
@@ -92,6 +107,13 @@ import { IvschatClient } from "./IvschatClient";
|
|
|
92
107
|
* </li>
|
|
93
108
|
* </ul>
|
|
94
109
|
* <p>
|
|
110
|
+
* <b>Amazon Resource Names (ARNs)</b>
|
|
111
|
+
* </p>
|
|
112
|
+
* <p>ARNs uniquely identify AWS resources. An ARN is required when you need to specify a
|
|
113
|
+
* resource unambiguously across all of AWS, such as in IAM policies and API calls. For more
|
|
114
|
+
* information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names</a> in the <i>AWS General
|
|
115
|
+
* Reference</i>.</p>
|
|
116
|
+
* <p>
|
|
95
117
|
* <b>Messaging Endpoints</b>
|
|
96
118
|
* </p>
|
|
97
119
|
* <ul>
|
|
@@ -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
|
|
@@ -217,6 +232,13 @@ export interface IvschatClientResolvedConfig extends IvschatClientResolvedConfig
|
|
|
217
232
|
* </li>
|
|
218
233
|
* </ul>
|
|
219
234
|
* <p>
|
|
235
|
+
* <b>Amazon Resource Names (ARNs)</b>
|
|
236
|
+
* </p>
|
|
237
|
+
* <p>ARNs uniquely identify AWS resources. An ARN is required when you need to specify a
|
|
238
|
+
* resource unambiguously across all of AWS, such as in IAM policies and API calls. For more
|
|
239
|
+
* information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names</a> in the <i>AWS General
|
|
240
|
+
* Reference</i>.</p>
|
|
241
|
+
* <p>
|
|
220
242
|
* <b>Messaging Endpoints</b>
|
|
221
243
|
* </p>
|
|
222
244
|
* <ul>
|
|
@@ -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.159.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,35 +18,35 @@
|
|
|
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.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
31
|
-
"@aws-sdk/middleware-retry": "3.
|
|
32
|
-
"@aws-sdk/middleware-serde": "3.
|
|
33
|
-
"@aws-sdk/middleware-signing": "3.
|
|
34
|
-
"@aws-sdk/middleware-stack": "3.
|
|
35
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
36
|
-
"@aws-sdk/node-config-provider": "3.
|
|
37
|
-
"@aws-sdk/node-http-handler": "3.
|
|
38
|
-
"@aws-sdk/protocol-http": "3.
|
|
39
|
-
"@aws-sdk/smithy-client": "3.
|
|
40
|
-
"@aws-sdk/types": "3.
|
|
41
|
-
"@aws-sdk/url-parser": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.159.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.159.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.159.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.159.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.159.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.159.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.159.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.159.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.159.0",
|
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "3.159.0",
|
|
31
|
+
"@aws-sdk/middleware-retry": "3.159.0",
|
|
32
|
+
"@aws-sdk/middleware-serde": "3.159.0",
|
|
33
|
+
"@aws-sdk/middleware-signing": "3.159.0",
|
|
34
|
+
"@aws-sdk/middleware-stack": "3.159.0",
|
|
35
|
+
"@aws-sdk/middleware-user-agent": "3.159.0",
|
|
36
|
+
"@aws-sdk/node-config-provider": "3.159.0",
|
|
37
|
+
"@aws-sdk/node-http-handler": "3.159.0",
|
|
38
|
+
"@aws-sdk/protocol-http": "3.159.0",
|
|
39
|
+
"@aws-sdk/smithy-client": "3.159.0",
|
|
40
|
+
"@aws-sdk/types": "3.159.0",
|
|
41
|
+
"@aws-sdk/url-parser": "3.159.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
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
47
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
46
|
+
"@aws-sdk/util-defaults-mode-browser": "3.159.0",
|
|
47
|
+
"@aws-sdk/util-defaults-mode-node": "3.159.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.159.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.159.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.109.0",
|
|
51
51
|
"@aws-sdk/util-utf8-node": "3.109.0",
|
|
52
52
|
"tslib": "^2.3.1"
|