@aws-sdk/client-ivschat 3.289.0 → 3.292.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.
@@ -40,6 +40,19 @@ export interface CreateChatTokenCommandOutput extends CreateChatTokenResponse, _
40
40
  * @see {@link CreateChatTokenCommandOutput} for command's `response` shape.
41
41
  * @see {@link IvschatClientResolvedConfig | config} for IvschatClient's `config` shape.
42
42
  *
43
+ * @throws {@link AccessDeniedException} (client fault)
44
+ * <p/>
45
+ *
46
+ * @throws {@link PendingVerification} (client fault)
47
+ * <p/>
48
+ *
49
+ * @throws {@link ResourceNotFoundException} (client fault)
50
+ * <p/>
51
+ *
52
+ * @throws {@link ValidationException} (client fault)
53
+ * <p/>
54
+ *
55
+ *
43
56
  */
44
57
  export declare class CreateChatTokenCommand extends $Command<CreateChatTokenCommandInput, CreateChatTokenCommandOutput, IvschatClientResolvedConfig> {
45
58
  readonly input: CreateChatTokenCommandInput;
@@ -30,6 +30,25 @@ export interface CreateLoggingConfigurationCommandOutput extends CreateLoggingCo
30
30
  * @see {@link CreateLoggingConfigurationCommandOutput} for command's `response` shape.
31
31
  * @see {@link IvschatClientResolvedConfig | config} for IvschatClient's `config` shape.
32
32
  *
33
+ * @throws {@link AccessDeniedException} (client fault)
34
+ * <p/>
35
+ *
36
+ * @throws {@link ConflictException} (client fault)
37
+ * <p/>
38
+ *
39
+ * @throws {@link PendingVerification} (client fault)
40
+ * <p/>
41
+ *
42
+ * @throws {@link ResourceNotFoundException} (client fault)
43
+ * <p/>
44
+ *
45
+ * @throws {@link ServiceQuotaExceededException} (client fault)
46
+ * <p/>
47
+ *
48
+ * @throws {@link ValidationException} (client fault)
49
+ * <p/>
50
+ *
51
+ *
33
52
  */
34
53
  export declare class CreateLoggingConfigurationCommand extends $Command<CreateLoggingConfigurationCommandInput, CreateLoggingConfigurationCommandOutput, IvschatClientResolvedConfig> {
35
54
  readonly input: CreateLoggingConfigurationCommandInput;
@@ -29,6 +29,25 @@ export interface CreateRoomCommandOutput extends CreateRoomResponse, __MetadataB
29
29
  * @see {@link CreateRoomCommandOutput} for command's `response` shape.
30
30
  * @see {@link IvschatClientResolvedConfig | config} for IvschatClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p/>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p/>
37
+ *
38
+ * @throws {@link PendingVerification} (client fault)
39
+ * <p/>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p/>
43
+ *
44
+ * @throws {@link ServiceQuotaExceededException} (client fault)
45
+ * <p/>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p/>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class CreateRoomCommand extends $Command<CreateRoomCommandInput, CreateRoomCommandOutput, IvschatClientResolvedConfig> {
34
53
  readonly input: CreateRoomCommandInput;
@@ -29,6 +29,22 @@ export interface DeleteLoggingConfigurationCommandOutput extends __MetadataBeare
29
29
  * @see {@link DeleteLoggingConfigurationCommandOutput} for command's `response` shape.
30
30
  * @see {@link IvschatClientResolvedConfig | config} for IvschatClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p/>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p/>
37
+ *
38
+ * @throws {@link PendingVerification} (client fault)
39
+ * <p/>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p/>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p/>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class DeleteLoggingConfigurationCommand extends $Command<DeleteLoggingConfigurationCommandInput, DeleteLoggingConfigurationCommandOutput, IvschatClientResolvedConfig> {
34
50
  readonly input: DeleteLoggingConfigurationCommandInput;
@@ -32,6 +32,22 @@ export interface DeleteMessageCommandOutput extends DeleteMessageResponse, __Met
32
32
  * @see {@link DeleteMessageCommandOutput} for command's `response` shape.
33
33
  * @see {@link IvschatClientResolvedConfig | config} for IvschatClient's `config` shape.
34
34
  *
35
+ * @throws {@link AccessDeniedException} (client fault)
36
+ * <p/>
37
+ *
38
+ * @throws {@link PendingVerification} (client fault)
39
+ * <p/>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p/>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p/>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p/>
49
+ *
50
+ *
35
51
  */
36
52
  export declare class DeleteMessageCommand extends $Command<DeleteMessageCommandInput, DeleteMessageCommandOutput, IvschatClientResolvedConfig> {
37
53
  readonly input: DeleteMessageCommandInput;
@@ -29,6 +29,19 @@ export interface DeleteRoomCommandOutput extends __MetadataBearer {
29
29
  * @see {@link DeleteRoomCommandOutput} for command's `response` shape.
30
30
  * @see {@link IvschatClientResolvedConfig | config} for IvschatClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p/>
34
+ *
35
+ * @throws {@link PendingVerification} (client fault)
36
+ * <p/>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p/>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p/>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class DeleteRoomCommand extends $Command<DeleteRoomCommandInput, DeleteRoomCommandOutput, IvschatClientResolvedConfig> {
34
47
  readonly input: DeleteRoomCommandInput;
@@ -31,6 +31,22 @@ export interface DisconnectUserCommandOutput extends DisconnectUserResponse, __M
31
31
  * @see {@link DisconnectUserCommandOutput} for command's `response` shape.
32
32
  * @see {@link IvschatClientResolvedConfig | config} for IvschatClient's `config` shape.
33
33
  *
34
+ * @throws {@link AccessDeniedException} (client fault)
35
+ * <p/>
36
+ *
37
+ * @throws {@link PendingVerification} (client fault)
38
+ * <p/>
39
+ *
40
+ * @throws {@link ResourceNotFoundException} (client fault)
41
+ * <p/>
42
+ *
43
+ * @throws {@link ThrottlingException} (client fault)
44
+ * <p/>
45
+ *
46
+ * @throws {@link ValidationException} (client fault)
47
+ * <p/>
48
+ *
49
+ *
34
50
  */
35
51
  export declare class DisconnectUserCommand extends $Command<DisconnectUserCommandInput, DisconnectUserCommandOutput, IvschatClientResolvedConfig> {
36
52
  readonly input: DisconnectUserCommandInput;
@@ -29,6 +29,16 @@ export interface GetLoggingConfigurationCommandOutput extends GetLoggingConfigur
29
29
  * @see {@link GetLoggingConfigurationCommandOutput} for command's `response` shape.
30
30
  * @see {@link IvschatClientResolvedConfig | config} for IvschatClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p/>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p/>
37
+ *
38
+ * @throws {@link ValidationException} (client fault)
39
+ * <p/>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class GetLoggingConfigurationCommand extends $Command<GetLoggingConfigurationCommandInput, GetLoggingConfigurationCommandOutput, IvschatClientResolvedConfig> {
34
44
  readonly input: GetLoggingConfigurationCommandInput;
@@ -29,6 +29,16 @@ export interface GetRoomCommandOutput extends GetRoomResponse, __MetadataBearer
29
29
  * @see {@link GetRoomCommandOutput} for command's `response` shape.
30
30
  * @see {@link IvschatClientResolvedConfig | config} for IvschatClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p/>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p/>
37
+ *
38
+ * @throws {@link ValidationException} (client fault)
39
+ * <p/>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class GetRoomCommand extends $Command<GetRoomCommandInput, GetRoomCommandOutput, IvschatClientResolvedConfig> {
34
44
  readonly input: GetRoomCommandInput;
@@ -30,6 +30,13 @@ export interface ListLoggingConfigurationsCommandOutput extends ListLoggingConfi
30
30
  * @see {@link ListLoggingConfigurationsCommandOutput} for command's `response` shape.
31
31
  * @see {@link IvschatClientResolvedConfig | config} for IvschatClient's `config` shape.
32
32
  *
33
+ * @throws {@link AccessDeniedException} (client fault)
34
+ * <p/>
35
+ *
36
+ * @throws {@link ValidationException} (client fault)
37
+ * <p/>
38
+ *
39
+ *
33
40
  */
34
41
  export declare class ListLoggingConfigurationsCommand extends $Command<ListLoggingConfigurationsCommandInput, ListLoggingConfigurationsCommandOutput, IvschatClientResolvedConfig> {
35
42
  readonly input: ListLoggingConfigurationsCommandInput;
@@ -30,6 +30,16 @@ export interface ListRoomsCommandOutput extends ListRoomsResponse, __MetadataBea
30
30
  * @see {@link ListRoomsCommandOutput} for command's `response` shape.
31
31
  * @see {@link IvschatClientResolvedConfig | config} for IvschatClient's `config` shape.
32
32
  *
33
+ * @throws {@link AccessDeniedException} (client fault)
34
+ * <p/>
35
+ *
36
+ * @throws {@link ResourceNotFoundException} (client fault)
37
+ * <p/>
38
+ *
39
+ * @throws {@link ValidationException} (client fault)
40
+ * <p/>
41
+ *
42
+ *
33
43
  */
34
44
  export declare class ListRoomsCommand extends $Command<ListRoomsCommandInput, ListRoomsCommandOutput, IvschatClientResolvedConfig> {
35
45
  readonly input: ListRoomsCommandInput;
@@ -29,6 +29,16 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
29
29
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link IvschatClientResolvedConfig | config} for IvschatClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p/>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p/>
37
+ *
38
+ * @throws {@link ValidationException} (client fault)
39
+ * <p/>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, IvschatClientResolvedConfig> {
34
44
  readonly input: ListTagsForResourceCommandInput;
@@ -31,6 +31,22 @@ export interface SendEventCommandOutput extends SendEventResponse, __MetadataBea
31
31
  * @see {@link SendEventCommandOutput} for command's `response` shape.
32
32
  * @see {@link IvschatClientResolvedConfig | config} for IvschatClient's `config` shape.
33
33
  *
34
+ * @throws {@link AccessDeniedException} (client fault)
35
+ * <p/>
36
+ *
37
+ * @throws {@link PendingVerification} (client fault)
38
+ * <p/>
39
+ *
40
+ * @throws {@link ResourceNotFoundException} (client fault)
41
+ * <p/>
42
+ *
43
+ * @throws {@link ThrottlingException} (client fault)
44
+ * <p/>
45
+ *
46
+ * @throws {@link ValidationException} (client fault)
47
+ * <p/>
48
+ *
49
+ *
34
50
  */
35
51
  export declare class SendEventCommand extends $Command<SendEventCommandInput, SendEventCommandOutput, IvschatClientResolvedConfig> {
36
52
  readonly input: SendEventCommandInput;
@@ -29,6 +29,16 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
29
29
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link IvschatClientResolvedConfig | config} for IvschatClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p/>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p/>
37
+ *
38
+ * @throws {@link ValidationException} (client fault)
39
+ * <p/>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, IvschatClientResolvedConfig> {
34
44
  readonly input: TagResourceCommandInput;
@@ -29,6 +29,16 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
29
29
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link IvschatClientResolvedConfig | config} for IvschatClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p/>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p/>
37
+ *
38
+ * @throws {@link ValidationException} (client fault)
39
+ * <p/>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, IvschatClientResolvedConfig> {
34
44
  readonly input: UntagResourceCommandInput;
@@ -29,6 +29,22 @@ export interface UpdateLoggingConfigurationCommandOutput extends UpdateLoggingCo
29
29
  * @see {@link UpdateLoggingConfigurationCommandOutput} for command's `response` shape.
30
30
  * @see {@link IvschatClientResolvedConfig | config} for IvschatClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p/>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p/>
37
+ *
38
+ * @throws {@link PendingVerification} (client fault)
39
+ * <p/>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p/>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p/>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class UpdateLoggingConfigurationCommand extends $Command<UpdateLoggingConfigurationCommandInput, UpdateLoggingConfigurationCommandOutput, IvschatClientResolvedConfig> {
34
50
  readonly input: UpdateLoggingConfigurationCommandInput;
@@ -29,6 +29,19 @@ export interface UpdateRoomCommandOutput extends UpdateRoomResponse, __MetadataB
29
29
  * @see {@link UpdateRoomCommandOutput} for command's `response` shape.
30
30
  * @see {@link IvschatClientResolvedConfig | config} for IvschatClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p/>
34
+ *
35
+ * @throws {@link PendingVerification} (client fault)
36
+ * <p/>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p/>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p/>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class UpdateRoomCommand extends $Command<UpdateRoomCommandInput, UpdateRoomCommandOutput, IvschatClientResolvedConfig> {
34
47
  readonly input: UpdateRoomCommandInput;
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.289.0",
4
+ "version": "3.292.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",
@@ -20,55 +20,50 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.289.0",
24
- "@aws-sdk/config-resolver": "3.289.0",
25
- "@aws-sdk/credential-provider-node": "3.289.0",
26
- "@aws-sdk/fetch-http-handler": "3.289.0",
27
- "@aws-sdk/hash-node": "3.289.0",
28
- "@aws-sdk/invalid-dependency": "3.289.0",
29
- "@aws-sdk/middleware-content-length": "3.289.0",
30
- "@aws-sdk/middleware-endpoint": "3.289.0",
31
- "@aws-sdk/middleware-host-header": "3.289.0",
32
- "@aws-sdk/middleware-logger": "3.289.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.289.0",
34
- "@aws-sdk/middleware-retry": "3.289.0",
35
- "@aws-sdk/middleware-serde": "3.289.0",
36
- "@aws-sdk/middleware-signing": "3.289.0",
37
- "@aws-sdk/middleware-stack": "3.289.0",
38
- "@aws-sdk/middleware-user-agent": "3.289.0",
39
- "@aws-sdk/node-config-provider": "3.289.0",
40
- "@aws-sdk/node-http-handler": "3.289.0",
41
- "@aws-sdk/protocol-http": "3.289.0",
42
- "@aws-sdk/smithy-client": "3.289.0",
43
- "@aws-sdk/types": "3.289.0",
44
- "@aws-sdk/url-parser": "3.289.0",
45
- "@aws-sdk/util-base64": "3.208.0",
46
- "@aws-sdk/util-body-length-browser": "3.188.0",
47
- "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.289.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.289.0",
50
- "@aws-sdk/util-endpoints": "3.289.0",
51
- "@aws-sdk/util-retry": "3.289.0",
52
- "@aws-sdk/util-user-agent-browser": "3.289.0",
53
- "@aws-sdk/util-user-agent-node": "3.289.0",
54
- "@aws-sdk/util-utf8": "3.254.0",
23
+ "@aws-sdk/client-sts": "3.292.0",
24
+ "@aws-sdk/config-resolver": "3.292.0",
25
+ "@aws-sdk/credential-provider-node": "3.292.0",
26
+ "@aws-sdk/fetch-http-handler": "3.292.0",
27
+ "@aws-sdk/hash-node": "3.292.0",
28
+ "@aws-sdk/invalid-dependency": "3.292.0",
29
+ "@aws-sdk/middleware-content-length": "3.292.0",
30
+ "@aws-sdk/middleware-endpoint": "3.292.0",
31
+ "@aws-sdk/middleware-host-header": "3.292.0",
32
+ "@aws-sdk/middleware-logger": "3.292.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.292.0",
34
+ "@aws-sdk/middleware-retry": "3.292.0",
35
+ "@aws-sdk/middleware-serde": "3.292.0",
36
+ "@aws-sdk/middleware-signing": "3.292.0",
37
+ "@aws-sdk/middleware-stack": "3.292.0",
38
+ "@aws-sdk/middleware-user-agent": "3.292.0",
39
+ "@aws-sdk/node-config-provider": "3.292.0",
40
+ "@aws-sdk/node-http-handler": "3.292.0",
41
+ "@aws-sdk/protocol-http": "3.292.0",
42
+ "@aws-sdk/smithy-client": "3.292.0",
43
+ "@aws-sdk/types": "3.292.0",
44
+ "@aws-sdk/url-parser": "3.292.0",
45
+ "@aws-sdk/util-base64": "3.292.0",
46
+ "@aws-sdk/util-body-length-browser": "3.292.0",
47
+ "@aws-sdk/util-body-length-node": "3.292.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.292.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.292.0",
50
+ "@aws-sdk/util-endpoints": "3.292.0",
51
+ "@aws-sdk/util-retry": "3.292.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.292.0",
53
+ "@aws-sdk/util-user-agent-node": "3.292.0",
54
+ "@aws-sdk/util-utf8": "3.292.0",
55
55
  "tslib": "^2.3.1"
56
56
  },
57
57
  "devDependencies": {
58
- "@aws-sdk/service-client-documentation-generator": "3.208.0",
58
+ "@aws-sdk/service-client-documentation-generator": "3.292.0",
59
59
  "@tsconfig/node14": "1.0.3",
60
60
  "@types/node": "^14.14.31",
61
61
  "concurrently": "7.0.0",
62
62
  "downlevel-dts": "0.10.1",
63
63
  "rimraf": "3.0.2",
64
- "typedoc": "0.19.2",
64
+ "typedoc": "0.23.23",
65
65
  "typescript": "~4.6.2"
66
66
  },
67
- "overrides": {
68
- "typedoc": {
69
- "typescript": "~4.6.2"
70
- }
71
- },
72
67
  "engines": {
73
68
  "node": ">=14.0.0"
74
69
  },