@aws-sdk/client-ivschat 3.337.0 → 3.341.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/IvschatClient.js +2 -1
- package/dist-cjs/commands/CreateChatTokenCommand.js +2 -1
- package/dist-cjs/commands/CreateLoggingConfigurationCommand.js +2 -1
- package/dist-cjs/commands/CreateRoomCommand.js +2 -1
- package/dist-cjs/commands/DeleteLoggingConfigurationCommand.js +2 -1
- package/dist-cjs/commands/DeleteMessageCommand.js +2 -1
- package/dist-cjs/commands/DeleteRoomCommand.js +2 -1
- package/dist-cjs/commands/DisconnectUserCommand.js +2 -1
- package/dist-cjs/commands/GetLoggingConfigurationCommand.js +2 -1
- package/dist-cjs/commands/GetRoomCommand.js +2 -1
- package/dist-cjs/commands/ListLoggingConfigurationsCommand.js +2 -1
- package/dist-cjs/commands/ListRoomsCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/SendEventCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateLoggingConfigurationCommand.js +2 -1
- package/dist-cjs/commands/UpdateRoomCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/IvschatServiceException.js +2 -1
- package/dist-es/IvschatClient.js +1 -0
- package/dist-es/commands/CreateChatTokenCommand.js +1 -0
- package/dist-es/commands/CreateLoggingConfigurationCommand.js +1 -0
- package/dist-es/commands/CreateRoomCommand.js +1 -0
- package/dist-es/commands/DeleteLoggingConfigurationCommand.js +1 -0
- package/dist-es/commands/DeleteMessageCommand.js +1 -0
- package/dist-es/commands/DeleteRoomCommand.js +1 -0
- package/dist-es/commands/DisconnectUserCommand.js +1 -0
- package/dist-es/commands/GetLoggingConfigurationCommand.js +1 -0
- package/dist-es/commands/GetRoomCommand.js +1 -0
- package/dist-es/commands/ListLoggingConfigurationsCommand.js +1 -0
- package/dist-es/commands/ListRoomsCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/SendEventCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateLoggingConfigurationCommand.js +1 -0
- package/dist-es/commands/UpdateRoomCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/IvschatServiceException.js +1 -0
- package/dist-types/IvschatClient.d.ts +3 -3
- package/dist-types/commands/CreateChatTokenCommand.d.ts +4 -0
- package/dist-types/commands/CreateLoggingConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/CreateRoomCommand.d.ts +4 -0
- package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteMessageCommand.d.ts +4 -0
- package/dist-types/commands/DeleteRoomCommand.d.ts +4 -0
- package/dist-types/commands/DisconnectUserCommand.d.ts +4 -0
- package/dist-types/commands/GetLoggingConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/GetRoomCommand.d.ts +4 -0
- package/dist-types/commands/ListLoggingConfigurationsCommand.d.ts +4 -0
- package/dist-types/commands/ListRoomsCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/SendEventCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateLoggingConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/UpdateRoomCommand.d.ts +4 -0
- package/dist-types/index.d.ts +225 -2
- package/dist-types/models/IvschatServiceException.d.ts +1 -0
- package/dist-types/ts3.4/IvschatClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateChatTokenCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateLoggingConfigurationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateRoomCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteMessageCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteRoomCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DisconnectUserCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetLoggingConfigurationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetRoomCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListLoggingConfigurationsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListRoomsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/SendEventCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateLoggingConfigurationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateRoomCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/IvschatServiceException.d.ts +1 -0
- package/package.json +28 -28
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IvschatClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvschatClient";
|
|
5
5
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IvschatClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvschatClient";
|
|
5
5
|
import { SendEventRequest, SendEventResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IvschatClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvschatClient";
|
|
5
5
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IvschatClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvschatClient";
|
|
5
5
|
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IvschatClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvschatClient";
|
|
5
5
|
import { UpdateLoggingConfigurationRequest, UpdateLoggingConfigurationResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IvschatClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvschatClient";
|
|
5
5
|
import { UpdateRoomRequest, UpdateRoomResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,6 +1,229 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* <p>
|
|
3
|
+
* <b>Introduction</b>
|
|
4
|
+
* </p>
|
|
5
|
+
* <p>The Amazon IVS Chat control-plane API enables you to create and manage Amazon IVS Chat
|
|
6
|
+
* resources. You also need to integrate with the <a href="https://docs.aws.amazon.com/ivs/latest/chatmsgapireference/chat-messaging-api.html"> Amazon IVS Chat Messaging
|
|
7
|
+
* API</a>, to enable users to interact with chat rooms in real time.</p>
|
|
8
|
+
* <p>The API is an AWS regional service. For a list of supported regions and Amazon IVS Chat
|
|
9
|
+
* HTTPS service endpoints, see the Amazon IVS Chat information on the <a href="https://docs.aws.amazon.com/general/latest/gr/ivs.html">Amazon IVS page</a> in the
|
|
10
|
+
* <i>AWS General Reference</i>. </p>
|
|
11
|
+
* <p>
|
|
12
|
+
* <b>Notes on terminology:</b>
|
|
13
|
+
* </p>
|
|
14
|
+
* <ul>
|
|
15
|
+
* <li>
|
|
16
|
+
* <p>You create service applications using the Amazon IVS Chat API. We refer to these as
|
|
17
|
+
* <i>applications</i>.</p>
|
|
18
|
+
* </li>
|
|
19
|
+
* <li>
|
|
20
|
+
* <p>You create front-end client applications (browser and Android/iOS apps) using the
|
|
21
|
+
* Amazon IVS Chat Messaging API. We refer to these as <i>clients</i>. </p>
|
|
22
|
+
* </li>
|
|
23
|
+
* </ul>
|
|
24
|
+
* <p>
|
|
25
|
+
* <b>Resources</b>
|
|
26
|
+
* </p>
|
|
27
|
+
* <p>The following resources are part of Amazon IVS Chat:</p>
|
|
28
|
+
* <ul>
|
|
29
|
+
* <li>
|
|
30
|
+
* <p>
|
|
31
|
+
* <b>LoggingConfiguration</b> — A configuration that allows customers to store and record sent messages in a chat room. See the Logging Configuration endpoints for more information.</p>
|
|
32
|
+
* </li>
|
|
33
|
+
* <li>
|
|
34
|
+
* <p>
|
|
35
|
+
* <b>Room</b> — The central Amazon IVS Chat resource through
|
|
36
|
+
* which clients connect to and exchange chat messages. See the Room endpoints for more
|
|
37
|
+
* information.</p>
|
|
38
|
+
* </li>
|
|
39
|
+
* </ul>
|
|
40
|
+
* <p>
|
|
41
|
+
* <b>Tagging</b>
|
|
42
|
+
* </p>
|
|
43
|
+
* <p>A <i>tag</i> is a metadata label that you assign to an AWS resource. A tag
|
|
44
|
+
* comprises a <i>key</i> and a <i>value</i>, both set by you. For
|
|
45
|
+
* example, you might set a tag as <code>topic:nature</code> to label a particular video
|
|
46
|
+
* 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
|
|
47
|
+
* tags and "Tag naming limits and requirements"; Amazon IVS Chat has no service-specific
|
|
48
|
+
* constraints beyond what is documented there.</p>
|
|
49
|
+
* <p>Tags can help you identify and organize your AWS resources. For example, you can use the
|
|
50
|
+
* same tag for different resources to indicate that they are related. You can also use tags to
|
|
51
|
+
* manage access (see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html">Access Tags</a>).</p>
|
|
52
|
+
* <p>The Amazon IVS Chat API has these tag-related endpoints: <a>TagResource</a>, <a>UntagResource</a>, and
|
|
53
|
+
* <a>ListTagsForResource</a>. The following resource supports tagging: Room.</p>
|
|
54
|
+
* <p>At most 50 tags can be applied to a resource.</p>
|
|
55
|
+
* <p>
|
|
56
|
+
* <b>API Access Security</b>
|
|
57
|
+
* </p>
|
|
58
|
+
* <p>Your Amazon IVS Chat applications (service applications and clients) must be authenticated
|
|
59
|
+
* and authorized to access Amazon IVS Chat resources. Note the differences between these
|
|
60
|
+
* concepts:</p>
|
|
61
|
+
* <ul>
|
|
62
|
+
* <li>
|
|
63
|
+
* <p>
|
|
64
|
+
* <i>Authentication</i> is about verifying identity. Requests to the
|
|
65
|
+
* Amazon IVS Chat API must be signed to verify your identity.</p>
|
|
66
|
+
* </li>
|
|
67
|
+
* <li>
|
|
68
|
+
* <p>
|
|
69
|
+
* <i>Authorization</i> is about granting permissions. Your IAM roles need
|
|
70
|
+
* to have permissions for Amazon IVS Chat API requests.</p>
|
|
71
|
+
* </li>
|
|
72
|
+
* </ul>
|
|
73
|
+
* <p>Users (viewers) connect to a room using secure access tokens that you create using the
|
|
74
|
+
* <a>CreateChatToken</a> endpoint through the AWS SDK. You call CreateChatToken for
|
|
75
|
+
* every user’s chat session, passing identity and authorization information about the
|
|
76
|
+
* user.</p>
|
|
77
|
+
* <p>
|
|
78
|
+
* <b>Signing API Requests</b>
|
|
79
|
+
* </p>
|
|
80
|
+
* <p>HTTP API requests must be signed with an AWS SigV4 signature using your AWS security
|
|
81
|
+
* credentials. The AWS Command Line Interface (CLI) and the AWS SDKs take care of signing the
|
|
82
|
+
* underlying API calls for you. However, if your application calls the Amazon IVS Chat HTTP API
|
|
83
|
+
* directly, it’s your responsibility to sign the requests.</p>
|
|
84
|
+
* <p>You generate a signature using valid AWS credentials for an IAM role that has permission
|
|
85
|
+
* to perform the requested action. For example, DeleteMessage requests must be made using an IAM
|
|
86
|
+
* role that has the <code>ivschat:DeleteMessage</code> permission.</p>
|
|
87
|
+
* <p>For more information:</p>
|
|
88
|
+
* <ul>
|
|
89
|
+
* <li>
|
|
90
|
+
* <p>Authentication and generating signatures — See <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-authenticating-requests.html">Authenticating Requests
|
|
91
|
+
* (Amazon Web Services Signature Version 4)</a> in the <i>Amazon Web Services
|
|
92
|
+
* General Reference</i>.</p>
|
|
93
|
+
* </li>
|
|
94
|
+
* <li>
|
|
95
|
+
* <p>Managing Amazon IVS permissions — See <a href="https://docs.aws.amazon.com/ivs/latest/userguide/security-iam.html">Identity and Access Management</a> on
|
|
96
|
+
* the Security page of the <i>Amazon IVS User Guide</i>.</p>
|
|
97
|
+
* </li>
|
|
98
|
+
* </ul>
|
|
99
|
+
* <p>
|
|
100
|
+
* <b>Amazon Resource Names (ARNs)</b>
|
|
101
|
+
* </p>
|
|
102
|
+
* <p>ARNs uniquely identify AWS resources. An ARN is required when you need to specify a
|
|
103
|
+
* resource unambiguously across all of AWS, such as in IAM policies and API calls. For more
|
|
104
|
+
* 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
|
|
105
|
+
* Reference</i>.</p>
|
|
106
|
+
* <p>
|
|
107
|
+
* <b>Messaging Endpoints</b>
|
|
108
|
+
* </p>
|
|
109
|
+
* <ul>
|
|
110
|
+
* <li>
|
|
111
|
+
* <p>
|
|
112
|
+
* <a>DeleteMessage</a> — Sends an event to a specific room which
|
|
113
|
+
* directs clients to delete a specific message; that is, unrender it from view and delete it
|
|
114
|
+
* from the client’s chat history. This event’s <code>EventName</code> is
|
|
115
|
+
* <code>aws:DELETE_MESSAGE</code>. This replicates the <a href="https://docs.aws.amazon.com/ivs/latest/chatmsgapireference/actions-deletemessage-publish.html">
|
|
116
|
+
* DeleteMessage</a> WebSocket operation in the Amazon IVS Chat Messaging API.</p>
|
|
117
|
+
* </li>
|
|
118
|
+
* <li>
|
|
119
|
+
* <p>
|
|
120
|
+
* <a>DisconnectUser</a> — Disconnects all connections using a specified
|
|
121
|
+
* user ID from a room. This replicates the <a href="https://docs.aws.amazon.com/ivs/latest/chatmsgapireference/actions-disconnectuser-publish.html">
|
|
122
|
+
* DisconnectUser</a> WebSocket operation in the Amazon IVS Chat Messaging API.</p>
|
|
123
|
+
* </li>
|
|
124
|
+
* <li>
|
|
125
|
+
* <p>
|
|
126
|
+
* <a>SendEvent</a> — Sends an event to a room. Use this within your
|
|
127
|
+
* application’s business logic to send events to clients of a room; e.g., to notify clients
|
|
128
|
+
* to change the way the chat UI is rendered.</p>
|
|
129
|
+
* </li>
|
|
130
|
+
* </ul>
|
|
131
|
+
* <p>
|
|
132
|
+
* <b>Chat Token Endpoint</b>
|
|
133
|
+
* </p>
|
|
134
|
+
* <ul>
|
|
135
|
+
* <li>
|
|
136
|
+
* <p>
|
|
137
|
+
* <a>CreateChatToken</a> — Creates an encrypted token that is used by a chat participant to establish an
|
|
138
|
+
* individual WebSocket chat connection to a room. When the token is used to connect to chat,
|
|
139
|
+
* the connection is valid for the session duration specified in the request. The token
|
|
140
|
+
* becomes invalid at the token-expiration timestamp included in the response.</p>
|
|
141
|
+
* </li>
|
|
142
|
+
* </ul>
|
|
143
|
+
* <p>
|
|
144
|
+
* <b>Room Endpoints</b>
|
|
145
|
+
* </p>
|
|
146
|
+
* <ul>
|
|
147
|
+
* <li>
|
|
148
|
+
* <p>
|
|
149
|
+
* <a>CreateRoom</a> — Creates a room that allows clients to connect and
|
|
150
|
+
* pass messages.</p>
|
|
151
|
+
* </li>
|
|
152
|
+
* <li>
|
|
153
|
+
* <p>
|
|
154
|
+
* <a>DeleteRoom</a> — Deletes the specified room.</p>
|
|
155
|
+
* </li>
|
|
156
|
+
* <li>
|
|
157
|
+
* <p>
|
|
158
|
+
* <a>GetRoom</a> — Gets the specified room.</p>
|
|
159
|
+
* </li>
|
|
160
|
+
* <li>
|
|
161
|
+
* <p>
|
|
162
|
+
* <a>ListRooms</a> — Gets summary information about all your rooms in
|
|
163
|
+
* the AWS region where the API request is processed. </p>
|
|
164
|
+
* </li>
|
|
165
|
+
* <li>
|
|
166
|
+
* <p>
|
|
167
|
+
* <a>UpdateRoom</a> — Updates a room’s configuration.</p>
|
|
168
|
+
* </li>
|
|
169
|
+
* </ul>
|
|
170
|
+
* <p>
|
|
171
|
+
* <b>Logging Configuration Endpoints</b>
|
|
172
|
+
* </p>
|
|
173
|
+
* <ul>
|
|
174
|
+
* <li>
|
|
175
|
+
* <p>
|
|
176
|
+
* <a>CreateLoggingConfiguration</a> — Creates a logging configuration that allows clients to store and record sent messages.</p>
|
|
177
|
+
* </li>
|
|
178
|
+
* <li>
|
|
179
|
+
* <p>
|
|
180
|
+
* <a>DeleteLoggingConfiguration</a> — Deletes the specified logging
|
|
181
|
+
* configuration.</p>
|
|
182
|
+
* </li>
|
|
183
|
+
* <li>
|
|
184
|
+
* <p>
|
|
185
|
+
* <a>GetLoggingConfiguration</a> — Gets the specified logging
|
|
186
|
+
* configuration.</p>
|
|
187
|
+
* </li>
|
|
188
|
+
* <li>
|
|
189
|
+
* <p>
|
|
190
|
+
* <a>ListLoggingConfigurations</a> — Gets summary information about all
|
|
191
|
+
* your logging configurations in the AWS region where the API request is processed.</p>
|
|
192
|
+
* </li>
|
|
193
|
+
* <li>
|
|
194
|
+
* <p>
|
|
195
|
+
* <a>UpdateLoggingConfiguration</a> — Updates a specified logging configuration.</p>
|
|
196
|
+
* </li>
|
|
197
|
+
* </ul>
|
|
198
|
+
* <p>
|
|
199
|
+
* <b>Tags Endpoints</b>
|
|
200
|
+
* </p>
|
|
201
|
+
* <ul>
|
|
202
|
+
* <li>
|
|
203
|
+
* <p>
|
|
204
|
+
* <a>ListTagsForResource</a> — Gets information about AWS tags for the
|
|
205
|
+
* specified ARN.</p>
|
|
206
|
+
* </li>
|
|
207
|
+
* <li>
|
|
208
|
+
* <p>
|
|
209
|
+
* <a>TagResource</a> — Adds or updates tags for the AWS resource with
|
|
210
|
+
* the specified ARN.</p>
|
|
211
|
+
* </li>
|
|
212
|
+
* <li>
|
|
213
|
+
* <p>
|
|
214
|
+
* <a>UntagResource</a> — Removes tags from the resource with the
|
|
215
|
+
* specified ARN.</p>
|
|
216
|
+
* </li>
|
|
217
|
+
* </ul>
|
|
218
|
+
* <p>All the above are HTTP operations. There is a separate <i>messaging</i> API
|
|
219
|
+
* for managing Chat resources; see the <a href="https://docs.aws.amazon.com/ivs/latest/chatmsgapireference/chat-messaging-api.html"> Amazon IVS Chat Messaging API
|
|
220
|
+
* Reference</a>.</p>
|
|
221
|
+
*
|
|
222
|
+
* @packageDocumentation
|
|
223
|
+
*/
|
|
2
224
|
export * from "./IvschatClient";
|
|
225
|
+
export * from "./Ivschat";
|
|
3
226
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
227
|
export * from "./pagination";
|
|
228
|
+
export * from "./models";
|
|
6
229
|
export { IvschatServiceException } from "./models/IvschatServiceException";
|
|
@@ -119,6 +119,7 @@ import {
|
|
|
119
119
|
ClientResolvedEndpointParameters,
|
|
120
120
|
EndpointParameters,
|
|
121
121
|
} from "./endpoint/EndpointParameters";
|
|
122
|
+
export { __Client };
|
|
122
123
|
export type ServiceInputTypes =
|
|
123
124
|
| CreateChatTokenCommandInput
|
|
124
125
|
| CreateLoggingConfigurationCommandInput
|
|
@@ -179,7 +180,7 @@ export interface ClientDefaults
|
|
|
179
180
|
logger?: __Logger;
|
|
180
181
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
181
182
|
}
|
|
182
|
-
type IvschatClientConfigType = Partial<
|
|
183
|
+
export type IvschatClientConfigType = Partial<
|
|
183
184
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
184
185
|
> &
|
|
185
186
|
ClientDefaults &
|
|
@@ -191,7 +192,7 @@ type IvschatClientConfigType = Partial<
|
|
|
191
192
|
UserAgentInputConfig &
|
|
192
193
|
ClientInputEndpointParameters;
|
|
193
194
|
export interface IvschatClientConfig extends IvschatClientConfigType {}
|
|
194
|
-
type IvschatClientResolvedConfigType =
|
|
195
|
+
export type IvschatClientResolvedConfigType =
|
|
195
196
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
196
197
|
Required<ClientDefaults> &
|
|
197
198
|
RegionResolvedConfig &
|
|
@@ -213,4 +214,3 @@ export declare class IvschatClient extends __Client<
|
|
|
213
214
|
constructor(configuration: IvschatClientConfig);
|
|
214
215
|
destroy(): void;
|
|
215
216
|
}
|
|
216
|
-
export {};
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateChatTokenRequest,
|
|
16
16
|
CreateChatTokenResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateChatTokenCommandInput extends CreateChatTokenRequest {}
|
|
19
20
|
export interface CreateChatTokenCommandOutput
|
|
20
21
|
extends CreateChatTokenResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateLoggingConfigurationRequest,
|
|
16
16
|
CreateLoggingConfigurationResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateLoggingConfigurationCommandInput
|
|
19
20
|
extends CreateLoggingConfigurationRequest {}
|
|
20
21
|
export interface CreateLoggingConfigurationCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../IvschatClient";
|
|
14
14
|
import { CreateRoomRequest, CreateRoomResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CreateRoomCommandInput extends CreateRoomRequest {}
|
|
16
17
|
export interface CreateRoomCommandOutput
|
|
17
18
|
extends CreateRoomResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../IvschatClient";
|
|
14
14
|
import { DeleteLoggingConfigurationRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteLoggingConfigurationCommandInput
|
|
16
17
|
extends DeleteLoggingConfigurationRequest {}
|
|
17
18
|
export interface DeleteLoggingConfigurationCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteMessageRequest,
|
|
16
16
|
DeleteMessageResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteMessageCommandInput extends DeleteMessageRequest {}
|
|
19
20
|
export interface DeleteMessageCommandOutput
|
|
20
21
|
extends DeleteMessageResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../IvschatClient";
|
|
14
14
|
import { DeleteRoomRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteRoomCommandInput extends DeleteRoomRequest {}
|
|
16
17
|
export interface DeleteRoomCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class DeleteRoomCommand extends $Command<
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DisconnectUserRequest,
|
|
16
16
|
DisconnectUserResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DisconnectUserCommandInput extends DisconnectUserRequest {}
|
|
19
20
|
export interface DisconnectUserCommandOutput
|
|
20
21
|
extends DisconnectUserResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetLoggingConfigurationRequest,
|
|
16
16
|
GetLoggingConfigurationResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetLoggingConfigurationCommandInput
|
|
19
20
|
extends GetLoggingConfigurationRequest {}
|
|
20
21
|
export interface GetLoggingConfigurationCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../IvschatClient";
|
|
14
14
|
import { GetRoomRequest, GetRoomResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetRoomCommandInput extends GetRoomRequest {}
|
|
16
17
|
export interface GetRoomCommandOutput
|
|
17
18
|
extends GetRoomResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListLoggingConfigurationsRequest,
|
|
16
16
|
ListLoggingConfigurationsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListLoggingConfigurationsCommandInput
|
|
19
20
|
extends ListLoggingConfigurationsRequest {}
|
|
20
21
|
export interface ListLoggingConfigurationsCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../IvschatClient";
|
|
14
14
|
import { ListRoomsRequest, ListRoomsResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListRoomsCommandInput extends ListRoomsRequest {}
|
|
16
17
|
export interface ListRoomsCommandOutput
|
|
17
18
|
extends ListRoomsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListTagsForResourceRequest,
|
|
16
16
|
ListTagsForResourceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListTagsForResourceCommandInput
|
|
19
20
|
extends ListTagsForResourceRequest {}
|
|
20
21
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../IvschatClient";
|
|
14
14
|
import { SendEventRequest, SendEventResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface SendEventCommandInput extends SendEventRequest {}
|
|
16
17
|
export interface SendEventCommandOutput
|
|
17
18
|
extends SendEventResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../IvschatClient";
|
|
14
14
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
16
17
|
export interface TagResourceCommandOutput
|
|
17
18
|
extends TagResourceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UntagResourceRequest,
|
|
16
16
|
UntagResourceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
19
20
|
export interface UntagResourceCommandOutput
|
|
20
21
|
extends UntagResourceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateLoggingConfigurationRequest,
|
|
16
16
|
UpdateLoggingConfigurationResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateLoggingConfigurationCommandInput
|
|
19
20
|
extends UpdateLoggingConfigurationRequest {}
|
|
20
21
|
export interface UpdateLoggingConfigurationCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../IvschatClient";
|
|
14
14
|
import { UpdateRoomRequest, UpdateRoomResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface UpdateRoomCommandInput extends UpdateRoomRequest {}
|
|
16
17
|
export interface UpdateRoomCommandOutput
|
|
17
18
|
extends UpdateRoomResponse,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./Ivschat";
|
|
2
1
|
export * from "./IvschatClient";
|
|
2
|
+
export * from "./Ivschat";
|
|
3
3
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
4
|
export * from "./pagination";
|
|
5
|
+
export * from "./models";
|
|
6
6
|
export { IvschatServiceException } from "./models/IvschatServiceException";
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export { __ServiceException, __ServiceExceptionOptions };
|
|
5
6
|
export declare class IvschatServiceException extends __ServiceException {
|
|
6
7
|
constructor(options: __ServiceExceptionOptions);
|
|
7
8
|
}
|
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.341.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",
|
|
@@ -21,36 +21,36 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.341.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.341.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.341.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.341.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.341.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.341.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.341.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.341.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.341.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.341.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.341.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.341.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.341.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.341.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.341.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.341.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.341.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.341.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.341.0",
|
|
43
|
+
"@aws-sdk/types": "3.341.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.341.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.341.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.341.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.341.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.341.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.341.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.341.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
55
55
|
"@smithy/protocol-http": "^1.0.1",
|
|
56
56
|
"@smithy/types": "^1.0.0",
|