@aws-sdk/client-ivschat 3.170.0 → 3.171.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 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.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-ivschat
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-ivschat
@@ -48,7 +48,6 @@ import {
48
48
  UpdateRoomCommandOutput,
49
49
  } from "./commands/UpdateRoomCommand";
50
50
  import { IvschatClient } from "./IvschatClient";
51
-
52
51
  export declare class Ivschat extends IvschatClient {
53
52
  createChatToken(
54
53
  args: CreateChatTokenCommandInput,
@@ -63,7 +62,6 @@ export declare class Ivschat extends IvschatClient {
63
62
  options: __HttpHandlerOptions,
64
63
  cb: (err: any, data?: CreateChatTokenCommandOutput) => void
65
64
  ): void;
66
-
67
65
  createRoom(
68
66
  args: CreateRoomCommandInput,
69
67
  options?: __HttpHandlerOptions
@@ -77,7 +75,6 @@ export declare class Ivschat extends IvschatClient {
77
75
  options: __HttpHandlerOptions,
78
76
  cb: (err: any, data?: CreateRoomCommandOutput) => void
79
77
  ): void;
80
-
81
78
  deleteMessage(
82
79
  args: DeleteMessageCommandInput,
83
80
  options?: __HttpHandlerOptions
@@ -91,7 +88,6 @@ export declare class Ivschat extends IvschatClient {
91
88
  options: __HttpHandlerOptions,
92
89
  cb: (err: any, data?: DeleteMessageCommandOutput) => void
93
90
  ): void;
94
-
95
91
  deleteRoom(
96
92
  args: DeleteRoomCommandInput,
97
93
  options?: __HttpHandlerOptions
@@ -105,7 +101,6 @@ export declare class Ivschat extends IvschatClient {
105
101
  options: __HttpHandlerOptions,
106
102
  cb: (err: any, data?: DeleteRoomCommandOutput) => void
107
103
  ): void;
108
-
109
104
  disconnectUser(
110
105
  args: DisconnectUserCommandInput,
111
106
  options?: __HttpHandlerOptions
@@ -119,7 +114,6 @@ export declare class Ivschat extends IvschatClient {
119
114
  options: __HttpHandlerOptions,
120
115
  cb: (err: any, data?: DisconnectUserCommandOutput) => void
121
116
  ): void;
122
-
123
117
  getRoom(
124
118
  args: GetRoomCommandInput,
125
119
  options?: __HttpHandlerOptions
@@ -133,7 +127,6 @@ export declare class Ivschat extends IvschatClient {
133
127
  options: __HttpHandlerOptions,
134
128
  cb: (err: any, data?: GetRoomCommandOutput) => void
135
129
  ): void;
136
-
137
130
  listRooms(
138
131
  args: ListRoomsCommandInput,
139
132
  options?: __HttpHandlerOptions
@@ -147,7 +140,6 @@ export declare class Ivschat extends IvschatClient {
147
140
  options: __HttpHandlerOptions,
148
141
  cb: (err: any, data?: ListRoomsCommandOutput) => void
149
142
  ): void;
150
-
151
143
  listTagsForResource(
152
144
  args: ListTagsForResourceCommandInput,
153
145
  options?: __HttpHandlerOptions
@@ -161,7 +153,6 @@ export declare class Ivschat extends IvschatClient {
161
153
  options: __HttpHandlerOptions,
162
154
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
163
155
  ): void;
164
-
165
156
  sendEvent(
166
157
  args: SendEventCommandInput,
167
158
  options?: __HttpHandlerOptions
@@ -175,7 +166,6 @@ export declare class Ivschat extends IvschatClient {
175
166
  options: __HttpHandlerOptions,
176
167
  cb: (err: any, data?: SendEventCommandOutput) => void
177
168
  ): void;
178
-
179
169
  tagResource(
180
170
  args: TagResourceCommandInput,
181
171
  options?: __HttpHandlerOptions
@@ -189,7 +179,6 @@ export declare class Ivschat extends IvschatClient {
189
179
  options: __HttpHandlerOptions,
190
180
  cb: (err: any, data?: TagResourceCommandOutput) => void
191
181
  ): void;
192
-
193
182
  untagResource(
194
183
  args: UntagResourceCommandInput,
195
184
  options?: __HttpHandlerOptions
@@ -203,7 +192,6 @@ export declare class Ivschat extends IvschatClient {
203
192
  options: __HttpHandlerOptions,
204
193
  cb: (err: any, data?: UntagResourceCommandOutput) => void
205
194
  ): void;
206
-
207
195
  updateRoom(
208
196
  args: UpdateRoomCommandInput,
209
197
  options?: __HttpHandlerOptions
@@ -119,47 +119,26 @@ export declare type ServiceOutputTypes =
119
119
  export interface ClientDefaults
120
120
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
121
121
  requestHandler?: __HttpHandler;
122
-
123
122
  sha256?: __HashConstructor;
124
-
125
123
  urlParser?: __UrlParser;
126
-
127
124
  bodyLengthChecker?: __BodyLengthCalculator;
128
-
129
125
  streamCollector?: __StreamCollector;
130
-
131
126
  base64Decoder?: __Decoder;
132
-
133
127
  base64Encoder?: __Encoder;
134
-
135
128
  utf8Decoder?: __Decoder;
136
-
137
129
  utf8Encoder?: __Encoder;
138
-
139
130
  runtime?: string;
140
-
141
131
  disableHostPrefix?: boolean;
142
-
143
132
  maxAttempts?: number | __Provider<number>;
144
-
145
133
  retryMode?: string | __Provider<string>;
146
-
147
134
  logger?: __Logger;
148
-
149
135
  useDualstackEndpoint?: boolean | __Provider<boolean>;
150
-
151
136
  useFipsEndpoint?: boolean | __Provider<boolean>;
152
-
153
137
  serviceId?: string;
154
-
155
138
  region?: string | __Provider<string>;
156
-
157
139
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
158
-
159
140
  regionInfoProvider?: RegionInfoProvider;
160
-
161
141
  defaultUserAgentProvider?: Provider<__UserAgent>;
162
-
163
142
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
164
143
  }
165
144
  declare type IvschatClientConfigType = Partial<
@@ -172,7 +151,6 @@ declare type IvschatClientConfigType = Partial<
172
151
  HostHeaderInputConfig &
173
152
  AwsAuthInputConfig &
174
153
  UserAgentInputConfig;
175
-
176
154
  export interface IvschatClientConfig extends IvschatClientConfigType {}
177
155
  declare type IvschatClientResolvedConfigType =
178
156
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
@@ -183,10 +161,8 @@ declare type IvschatClientResolvedConfigType =
183
161
  HostHeaderResolvedConfig &
184
162
  AwsAuthResolvedConfig &
185
163
  UserAgentResolvedConfig;
186
-
187
164
  export interface IvschatClientResolvedConfig
188
165
  extends IvschatClientResolvedConfigType {}
189
-
190
166
  export declare class IvschatClient extends __Client<
191
167
  __HttpHandlerOptions,
192
168
  ServiceInputTypes,
@@ -195,7 +171,6 @@ export declare class IvschatClient extends __Client<
195
171
  > {
196
172
  readonly config: IvschatClientResolvedConfig;
197
173
  constructor(configuration: IvschatClientConfig);
198
-
199
174
  destroy(): void;
200
175
  }
201
176
  export {};
@@ -18,7 +18,6 @@ export interface CreateChatTokenCommandInput extends CreateChatTokenRequest {}
18
18
  export interface CreateChatTokenCommandOutput
19
19
  extends CreateChatTokenResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class CreateChatTokenCommand extends $Command<
23
22
  CreateChatTokenCommandInput,
24
23
  CreateChatTokenCommandOutput,
@@ -26,7 +25,6 @@ export declare class CreateChatTokenCommand extends $Command<
26
25
  > {
27
26
  readonly input: CreateChatTokenCommandInput;
28
27
  constructor(input: CreateChatTokenCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: IvschatClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface CreateRoomCommandInput extends CreateRoomRequest {}
15
15
  export interface CreateRoomCommandOutput
16
16
  extends CreateRoomResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class CreateRoomCommand extends $Command<
20
19
  CreateRoomCommandInput,
21
20
  CreateRoomCommandOutput,
@@ -23,7 +22,6 @@ export declare class CreateRoomCommand extends $Command<
23
22
  > {
24
23
  readonly input: CreateRoomCommandInput;
25
24
  constructor(input: CreateRoomCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: IvschatClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DeleteMessageCommandInput extends DeleteMessageRequest {}
18
18
  export interface DeleteMessageCommandOutput
19
19
  extends DeleteMessageResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DeleteMessageCommand extends $Command<
23
22
  DeleteMessageCommandInput,
24
23
  DeleteMessageCommandOutput,
@@ -26,7 +25,6 @@ export declare class DeleteMessageCommand extends $Command<
26
25
  > {
27
26
  readonly input: DeleteMessageCommandInput;
28
27
  constructor(input: DeleteMessageCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: IvschatClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  import { DeleteRoomRequest } from "../models/models_0";
14
14
  export interface DeleteRoomCommandInput extends DeleteRoomRequest {}
15
15
  export interface DeleteRoomCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class DeleteRoomCommand extends $Command<
18
17
  DeleteRoomCommandInput,
19
18
  DeleteRoomCommandOutput,
@@ -21,7 +20,6 @@ export declare class DeleteRoomCommand extends $Command<
21
20
  > {
22
21
  readonly input: DeleteRoomCommandInput;
23
22
  constructor(input: DeleteRoomCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: IvschatClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DisconnectUserCommandInput extends DisconnectUserRequest {}
18
18
  export interface DisconnectUserCommandOutput
19
19
  extends DisconnectUserResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DisconnectUserCommand extends $Command<
23
22
  DisconnectUserCommandInput,
24
23
  DisconnectUserCommandOutput,
@@ -26,7 +25,6 @@ export declare class DisconnectUserCommand extends $Command<
26
25
  > {
27
26
  readonly input: DisconnectUserCommandInput;
28
27
  constructor(input: DisconnectUserCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: IvschatClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface GetRoomCommandInput extends GetRoomRequest {}
15
15
  export interface GetRoomCommandOutput
16
16
  extends GetRoomResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class GetRoomCommand extends $Command<
20
19
  GetRoomCommandInput,
21
20
  GetRoomCommandOutput,
@@ -23,7 +22,6 @@ export declare class GetRoomCommand extends $Command<
23
22
  > {
24
23
  readonly input: GetRoomCommandInput;
25
24
  constructor(input: GetRoomCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: IvschatClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface ListRoomsCommandInput extends ListRoomsRequest {}
15
15
  export interface ListRoomsCommandOutput
16
16
  extends ListRoomsResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class ListRoomsCommand extends $Command<
20
19
  ListRoomsCommandInput,
21
20
  ListRoomsCommandOutput,
@@ -23,7 +22,6 @@ export declare class ListRoomsCommand extends $Command<
23
22
  > {
24
23
  readonly input: ListRoomsCommandInput;
25
24
  constructor(input: ListRoomsCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: IvschatClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
19
19
  export interface ListTagsForResourceCommandOutput
20
20
  extends ListTagsForResourceResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListTagsForResourceCommand extends $Command<
24
23
  ListTagsForResourceCommandInput,
25
24
  ListTagsForResourceCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListTagsForResourceCommandInput;
29
28
  constructor(input: ListTagsForResourceCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: IvschatClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface SendEventCommandInput extends SendEventRequest {}
15
15
  export interface SendEventCommandOutput
16
16
  extends SendEventResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class SendEventCommand extends $Command<
20
19
  SendEventCommandInput,
21
20
  SendEventCommandOutput,
@@ -23,7 +22,6 @@ export declare class SendEventCommand extends $Command<
23
22
  > {
24
23
  readonly input: SendEventCommandInput;
25
24
  constructor(input: SendEventCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: IvschatClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
15
15
  export interface TagResourceCommandOutput
16
16
  extends TagResourceResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class TagResourceCommand extends $Command<
20
19
  TagResourceCommandInput,
21
20
  TagResourceCommandOutput,
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
23
22
  > {
24
23
  readonly input: TagResourceCommandInput;
25
24
  constructor(input: TagResourceCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: IvschatClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
18
18
  export interface UntagResourceCommandOutput
19
19
  extends UntagResourceResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class UntagResourceCommand extends $Command<
23
22
  UntagResourceCommandInput,
24
23
  UntagResourceCommandOutput,
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
26
25
  > {
27
26
  readonly input: UntagResourceCommandInput;
28
27
  constructor(input: UntagResourceCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: IvschatClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface UpdateRoomCommandInput extends UpdateRoomRequest {}
15
15
  export interface UpdateRoomCommandOutput
16
16
  extends UpdateRoomResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class UpdateRoomCommand extends $Command<
20
19
  UpdateRoomCommandInput,
21
20
  UpdateRoomCommandOutput,
@@ -23,7 +22,6 @@ export declare class UpdateRoomCommand extends $Command<
23
22
  > {
24
23
  readonly input: UpdateRoomCommandInput;
25
24
  constructor(input: UpdateRoomCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: IvschatClientResolvedConfig,
@@ -2,7 +2,6 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
-
6
5
  export declare class IvschatServiceException extends __ServiceException {
7
6
  constructor(options: __ServiceExceptionOptions);
8
7
  }
@@ -1,10 +1,8 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { IvschatServiceException as __BaseException } from "./IvschatServiceException";
3
-
4
3
  export declare class AccessDeniedException extends __BaseException {
5
4
  readonly name: "AccessDeniedException";
6
5
  readonly $fault: "client";
7
-
8
6
  constructor(
9
7
  opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
10
8
  );
@@ -16,27 +14,19 @@ export declare enum ChatTokenCapability {
16
14
  }
17
15
  export interface CreateChatTokenRequest {
18
16
  roomIdentifier: string | undefined;
19
-
20
17
  userId: string | undefined;
21
-
22
18
  capabilities?: (ChatTokenCapability | string)[];
23
-
24
19
  sessionDurationInMinutes?: number;
25
-
26
20
  attributes?: Record<string, string>;
27
21
  }
28
22
  export interface CreateChatTokenResponse {
29
23
  token?: string;
30
-
31
24
  tokenExpirationTime?: Date;
32
-
33
25
  sessionExpirationTime?: Date;
34
26
  }
35
-
36
27
  export declare class PendingVerification extends __BaseException {
37
28
  readonly name: "PendingVerification";
38
29
  readonly $fault: "client";
39
-
40
30
  constructor(
41
31
  opts: __ExceptionOptionType<PendingVerification, __BaseException>
42
32
  );
@@ -44,23 +34,17 @@ export declare class PendingVerification extends __BaseException {
44
34
  export declare enum ResourceType {
45
35
  ROOM = "ROOM",
46
36
  }
47
-
48
37
  export declare class ResourceNotFoundException extends __BaseException {
49
38
  readonly name: "ResourceNotFoundException";
50
39
  readonly $fault: "client";
51
-
52
40
  resourceId: string | undefined;
53
-
54
41
  resourceType: ResourceType | string | undefined;
55
-
56
42
  constructor(
57
43
  opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
58
44
  );
59
45
  }
60
-
61
46
  export interface ValidationExceptionField {
62
47
  name: string | undefined;
63
-
64
48
  message: string | undefined;
65
49
  }
66
50
  export declare enum ValidationExceptionReason {
@@ -68,106 +52,72 @@ export declare enum ValidationExceptionReason {
68
52
  OTHER = "OTHER",
69
53
  UNKNOWN_OPERATION = "UNKNOWN_OPERATION",
70
54
  }
71
-
72
55
  export declare class ValidationException extends __BaseException {
73
56
  readonly name: "ValidationException";
74
57
  readonly $fault: "client";
75
-
76
58
  reason: ValidationExceptionReason | string | undefined;
77
-
78
59
  fieldList?: ValidationExceptionField[];
79
-
80
60
  constructor(
81
61
  opts: __ExceptionOptionType<ValidationException, __BaseException>
82
62
  );
83
63
  }
84
-
85
64
  export declare class ConflictException extends __BaseException {
86
65
  readonly name: "ConflictException";
87
66
  readonly $fault: "client";
88
-
89
67
  resourceId: string | undefined;
90
-
91
68
  resourceType: ResourceType | string | undefined;
92
-
93
69
  constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
94
70
  }
95
71
  export declare enum FallbackResult {
96
72
  ALLOW = "ALLOW",
97
73
  DENY = "DENY",
98
74
  }
99
-
100
75
  export interface MessageReviewHandler {
101
76
  uri?: string;
102
-
103
77
  fallbackResult?: FallbackResult | string;
104
78
  }
105
79
  export interface CreateRoomRequest {
106
80
  name?: string;
107
-
108
81
  maximumMessageRatePerSecond?: number;
109
-
110
82
  maximumMessageLength?: number;
111
-
112
83
  messageReviewHandler?: MessageReviewHandler;
113
-
114
84
  tags?: Record<string, string>;
115
85
  }
116
86
  export interface CreateRoomResponse {
117
87
  arn?: string;
118
-
119
88
  id?: string;
120
-
121
89
  name?: string;
122
-
123
90
  createTime?: Date;
124
-
125
91
  updateTime?: Date;
126
-
127
92
  maximumMessageRatePerSecond?: number;
128
-
129
93
  maximumMessageLength?: number;
130
-
131
94
  messageReviewHandler?: MessageReviewHandler;
132
-
133
95
  tags?: Record<string, string>;
134
96
  }
135
-
136
97
  export declare class ServiceQuotaExceededException extends __BaseException {
137
98
  readonly name: "ServiceQuotaExceededException";
138
99
  readonly $fault: "client";
139
-
140
100
  resourceId: string | undefined;
141
-
142
101
  resourceType: ResourceType | string | undefined;
143
-
144
102
  limit: number | undefined;
145
-
146
103
  constructor(
147
104
  opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
148
105
  );
149
106
  }
150
107
  export interface DeleteMessageRequest {
151
108
  roomIdentifier: string | undefined;
152
-
153
109
  id: string | undefined;
154
-
155
110
  reason?: string;
156
111
  }
157
112
  export interface DeleteMessageResponse {
158
113
  id?: string;
159
114
  }
160
-
161
115
  export declare class ThrottlingException extends __BaseException {
162
116
  readonly name: "ThrottlingException";
163
117
  readonly $fault: "client";
164
-
165
118
  resourceId: string | undefined;
166
-
167
119
  resourceType: ResourceType | string | undefined;
168
-
169
120
  limit: number | undefined;
170
-
171
121
  constructor(
172
122
  opts: __ExceptionOptionType<ThrottlingException, __BaseException>
173
123
  );
@@ -177,9 +127,7 @@ export interface DeleteRoomRequest {
177
127
  }
178
128
  export interface DisconnectUserRequest {
179
129
  roomIdentifier: string | undefined;
180
-
181
130
  userId: string | undefined;
182
-
183
131
  reason?: string;
184
132
  }
185
133
  export interface DisconnectUserResponse {}
@@ -188,58 +136,37 @@ export interface GetRoomRequest {
188
136
  }
189
137
  export interface GetRoomResponse {
190
138
  arn?: string;
191
-
192
139
  id?: string;
193
-
194
140
  name?: string;
195
-
196
141
  createTime?: Date;
197
-
198
142
  updateTime?: Date;
199
-
200
143
  maximumMessageRatePerSecond?: number;
201
-
202
144
  maximumMessageLength?: number;
203
-
204
145
  messageReviewHandler?: MessageReviewHandler;
205
-
206
146
  tags?: Record<string, string>;
207
147
  }
208
148
  export interface ListRoomsRequest {
209
149
  name?: string;
210
-
211
150
  nextToken?: string;
212
-
213
151
  maxResults?: number;
214
-
215
152
  messageReviewHandlerUri?: string;
216
153
  }
217
-
218
154
  export interface RoomSummary {
219
155
  arn?: string;
220
-
221
156
  id?: string;
222
-
223
157
  name?: string;
224
-
225
158
  messageReviewHandler?: MessageReviewHandler;
226
-
227
159
  createTime?: Date;
228
-
229
160
  updateTime?: Date;
230
-
231
161
  tags?: Record<string, string>;
232
162
  }
233
163
  export interface ListRoomsResponse {
234
164
  rooms: RoomSummary[] | undefined;
235
-
236
165
  nextToken?: string;
237
166
  }
238
-
239
167
  export declare class InternalServerException extends __BaseException {
240
168
  readonly name: "InternalServerException";
241
169
  readonly $fault: "server";
242
-
243
170
  constructor(
244
171
  opts: __ExceptionOptionType<InternalServerException, __BaseException>
245
172
  );
@@ -252,9 +179,7 @@ export interface ListTagsForResourceResponse {
252
179
  }
253
180
  export interface SendEventRequest {
254
181
  roomIdentifier: string | undefined;
255
-
256
182
  eventName: string | undefined;
257
-
258
183
  attributes?: Record<string, string>;
259
184
  }
260
185
  export interface SendEventResponse {
@@ -262,145 +187,105 @@ export interface SendEventResponse {
262
187
  }
263
188
  export interface TagResourceRequest {
264
189
  resourceArn: string | undefined;
265
-
266
190
  tags: Record<string, string> | undefined;
267
191
  }
268
192
  export interface TagResourceResponse {}
269
193
  export interface UntagResourceRequest {
270
194
  resourceArn: string | undefined;
271
-
272
195
  tagKeys: string[] | undefined;
273
196
  }
274
197
  export interface UntagResourceResponse {}
275
198
  export interface UpdateRoomRequest {
276
199
  identifier: string | undefined;
277
-
278
200
  name?: string;
279
-
280
201
  maximumMessageRatePerSecond?: number;
281
-
282
202
  maximumMessageLength?: number;
283
-
284
203
  messageReviewHandler?: MessageReviewHandler;
285
204
  }
286
205
  export interface UpdateRoomResponse {
287
206
  arn?: string;
288
-
289
207
  id?: string;
290
-
291
208
  name?: string;
292
-
293
209
  createTime?: Date;
294
-
295
210
  updateTime?: Date;
296
-
297
211
  maximumMessageRatePerSecond?: number;
298
-
299
212
  maximumMessageLength?: number;
300
-
301
213
  messageReviewHandler?: MessageReviewHandler;
302
-
303
214
  tags?: Record<string, string>;
304
215
  }
305
-
306
216
  export declare const CreateChatTokenRequestFilterSensitiveLog: (
307
217
  obj: CreateChatTokenRequest
308
218
  ) => any;
309
-
310
219
  export declare const CreateChatTokenResponseFilterSensitiveLog: (
311
220
  obj: CreateChatTokenResponse
312
221
  ) => any;
313
-
314
222
  export declare const ValidationExceptionFieldFilterSensitiveLog: (
315
223
  obj: ValidationExceptionField
316
224
  ) => any;
317
-
318
225
  export declare const MessageReviewHandlerFilterSensitiveLog: (
319
226
  obj: MessageReviewHandler
320
227
  ) => any;
321
-
322
228
  export declare const CreateRoomRequestFilterSensitiveLog: (
323
229
  obj: CreateRoomRequest
324
230
  ) => any;
325
-
326
231
  export declare const CreateRoomResponseFilterSensitiveLog: (
327
232
  obj: CreateRoomResponse
328
233
  ) => any;
329
-
330
234
  export declare const DeleteMessageRequestFilterSensitiveLog: (
331
235
  obj: DeleteMessageRequest
332
236
  ) => any;
333
-
334
237
  export declare const DeleteMessageResponseFilterSensitiveLog: (
335
238
  obj: DeleteMessageResponse
336
239
  ) => any;
337
-
338
240
  export declare const DeleteRoomRequestFilterSensitiveLog: (
339
241
  obj: DeleteRoomRequest
340
242
  ) => any;
341
-
342
243
  export declare const DisconnectUserRequestFilterSensitiveLog: (
343
244
  obj: DisconnectUserRequest
344
245
  ) => any;
345
-
346
246
  export declare const DisconnectUserResponseFilterSensitiveLog: (
347
247
  obj: DisconnectUserResponse
348
248
  ) => any;
349
-
350
249
  export declare const GetRoomRequestFilterSensitiveLog: (
351
250
  obj: GetRoomRequest
352
251
  ) => any;
353
-
354
252
  export declare const GetRoomResponseFilterSensitiveLog: (
355
253
  obj: GetRoomResponse
356
254
  ) => any;
357
-
358
255
  export declare const ListRoomsRequestFilterSensitiveLog: (
359
256
  obj: ListRoomsRequest
360
257
  ) => any;
361
-
362
258
  export declare const RoomSummaryFilterSensitiveLog: (obj: RoomSummary) => any;
363
-
364
259
  export declare const ListRoomsResponseFilterSensitiveLog: (
365
260
  obj: ListRoomsResponse
366
261
  ) => any;
367
-
368
262
  export declare const ListTagsForResourceRequestFilterSensitiveLog: (
369
263
  obj: ListTagsForResourceRequest
370
264
  ) => any;
371
-
372
265
  export declare const ListTagsForResourceResponseFilterSensitiveLog: (
373
266
  obj: ListTagsForResourceResponse
374
267
  ) => any;
375
-
376
268
  export declare const SendEventRequestFilterSensitiveLog: (
377
269
  obj: SendEventRequest
378
270
  ) => any;
379
-
380
271
  export declare const SendEventResponseFilterSensitiveLog: (
381
272
  obj: SendEventResponse
382
273
  ) => any;
383
-
384
274
  export declare const TagResourceRequestFilterSensitiveLog: (
385
275
  obj: TagResourceRequest
386
276
  ) => any;
387
-
388
277
  export declare const TagResourceResponseFilterSensitiveLog: (
389
278
  obj: TagResourceResponse
390
279
  ) => any;
391
-
392
280
  export declare const UntagResourceRequestFilterSensitiveLog: (
393
281
  obj: UntagResourceRequest
394
282
  ) => any;
395
-
396
283
  export declare const UntagResourceResponseFilterSensitiveLog: (
397
284
  obj: UntagResourceResponse
398
285
  ) => any;
399
-
400
286
  export declare const UpdateRoomRequestFilterSensitiveLog: (
401
287
  obj: UpdateRoomRequest
402
288
  ) => any;
403
-
404
289
  export declare const UpdateRoomResponseFilterSensitiveLog: (
405
290
  obj: UpdateRoomResponse
406
291
  ) => any;
@@ -1,6 +1,5 @@
1
1
  import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
2
  import { IvschatClientConfig } from "./IvschatClient";
3
-
4
3
  export declare const getRuntimeConfig: (config: IvschatClientConfig) => {
5
4
  runtime: string;
6
5
  defaultsMode: import("@aws-sdk/types").Provider<
@@ -1,6 +1,5 @@
1
1
  import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
2
  import { IvschatClientConfig } from "./IvschatClient";
3
-
4
3
  export declare const getRuntimeConfig: (config: IvschatClientConfig) => {
5
4
  runtime: string;
6
5
  defaultsMode: import("@aws-sdk/types").Provider<
@@ -1,5 +1,4 @@
1
1
  import { IvschatClientConfig } from "./IvschatClient";
2
-
3
2
  export declare const getRuntimeConfig: (config: IvschatClientConfig) => {
4
3
  runtime: string;
5
4
  sha256: import("@aws-sdk/types").HashConstructor;
@@ -1,6 +1,5 @@
1
1
  import { Logger as __Logger } from "@aws-sdk/types";
2
2
  import { IvschatClientConfig } from "./IvschatClient";
3
-
4
3
  export declare const getRuntimeConfig: (config: IvschatClientConfig) => {
5
4
  apiVersion: string;
6
5
  disableHostPrefix: boolean;
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.170.0",
4
+ "version": "3.171.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",
@@ -19,35 +19,35 @@
19
19
  "dependencies": {
20
20
  "@aws-crypto/sha256-browser": "2.0.0",
21
21
  "@aws-crypto/sha256-js": "2.0.0",
22
- "@aws-sdk/client-sts": "3.170.0",
23
- "@aws-sdk/config-resolver": "3.170.0",
24
- "@aws-sdk/credential-provider-node": "3.170.0",
25
- "@aws-sdk/fetch-http-handler": "3.170.0",
26
- "@aws-sdk/hash-node": "3.170.0",
27
- "@aws-sdk/invalid-dependency": "3.170.0",
28
- "@aws-sdk/middleware-content-length": "3.170.0",
29
- "@aws-sdk/middleware-host-header": "3.170.0",
30
- "@aws-sdk/middleware-logger": "3.170.0",
31
- "@aws-sdk/middleware-recursion-detection": "3.170.0",
32
- "@aws-sdk/middleware-retry": "3.170.0",
33
- "@aws-sdk/middleware-serde": "3.170.0",
34
- "@aws-sdk/middleware-signing": "3.170.0",
35
- "@aws-sdk/middleware-stack": "3.170.0",
36
- "@aws-sdk/middleware-user-agent": "3.170.0",
37
- "@aws-sdk/node-config-provider": "3.170.0",
38
- "@aws-sdk/node-http-handler": "3.170.0",
39
- "@aws-sdk/protocol-http": "3.170.0",
40
- "@aws-sdk/smithy-client": "3.170.0",
41
- "@aws-sdk/types": "3.170.0",
42
- "@aws-sdk/url-parser": "3.170.0",
22
+ "@aws-sdk/client-sts": "3.171.0",
23
+ "@aws-sdk/config-resolver": "3.171.0",
24
+ "@aws-sdk/credential-provider-node": "3.171.0",
25
+ "@aws-sdk/fetch-http-handler": "3.171.0",
26
+ "@aws-sdk/hash-node": "3.171.0",
27
+ "@aws-sdk/invalid-dependency": "3.171.0",
28
+ "@aws-sdk/middleware-content-length": "3.171.0",
29
+ "@aws-sdk/middleware-host-header": "3.171.0",
30
+ "@aws-sdk/middleware-logger": "3.171.0",
31
+ "@aws-sdk/middleware-recursion-detection": "3.171.0",
32
+ "@aws-sdk/middleware-retry": "3.171.0",
33
+ "@aws-sdk/middleware-serde": "3.171.0",
34
+ "@aws-sdk/middleware-signing": "3.171.0",
35
+ "@aws-sdk/middleware-stack": "3.171.0",
36
+ "@aws-sdk/middleware-user-agent": "3.171.0",
37
+ "@aws-sdk/node-config-provider": "3.171.0",
38
+ "@aws-sdk/node-http-handler": "3.171.0",
39
+ "@aws-sdk/protocol-http": "3.171.0",
40
+ "@aws-sdk/smithy-client": "3.171.0",
41
+ "@aws-sdk/types": "3.171.0",
42
+ "@aws-sdk/url-parser": "3.171.0",
43
43
  "@aws-sdk/util-base64-browser": "3.170.0",
44
44
  "@aws-sdk/util-base64-node": "3.170.0",
45
45
  "@aws-sdk/util-body-length-browser": "3.170.0",
46
46
  "@aws-sdk/util-body-length-node": "3.170.0",
47
- "@aws-sdk/util-defaults-mode-browser": "3.170.0",
48
- "@aws-sdk/util-defaults-mode-node": "3.170.0",
49
- "@aws-sdk/util-user-agent-browser": "3.170.0",
50
- "@aws-sdk/util-user-agent-node": "3.170.0",
47
+ "@aws-sdk/util-defaults-mode-browser": "3.171.0",
48
+ "@aws-sdk/util-defaults-mode-node": "3.171.0",
49
+ "@aws-sdk/util-user-agent-browser": "3.171.0",
50
+ "@aws-sdk/util-user-agent-node": "3.171.0",
51
51
  "@aws-sdk/util-utf8-browser": "3.170.0",
52
52
  "@aws-sdk/util-utf8-node": "3.170.0",
53
53
  "tslib": "^2.3.1"