@aws-sdk/client-qbusiness 3.933.0 → 3.935.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.
Files changed (73) hide show
  1. package/dist-cjs/index.js +340 -345
  2. package/dist-es/index.js +2 -1
  3. package/dist-es/models/enums.js +339 -0
  4. package/dist-es/models/errors.js +137 -0
  5. package/dist-es/models/models_0.js +0 -417
  6. package/dist-es/models/models_1.js +1 -60
  7. package/dist-es/schemas/schemas_0.js +1 -1
  8. package/dist-types/commands/GetChatResponseConfigurationCommand.d.ts +1 -1
  9. package/dist-types/commands/GetDocumentContentCommand.d.ts +1 -1
  10. package/dist-types/commands/GetGroupCommand.d.ts +1 -1
  11. package/dist-types/commands/GetMediaCommand.d.ts +1 -1
  12. package/dist-types/commands/GetPolicyCommand.d.ts +1 -1
  13. package/dist-types/commands/GetUserCommand.d.ts +1 -1
  14. package/dist-types/commands/ListAttachmentsCommand.d.ts +1 -1
  15. package/dist-types/commands/ListChatResponseConfigurationsCommand.d.ts +1 -1
  16. package/dist-types/commands/ListConversationsCommand.d.ts +1 -1
  17. package/dist-types/commands/ListDataSourceSyncJobsCommand.d.ts +1 -1
  18. package/dist-types/commands/ListDocumentsCommand.d.ts +1 -1
  19. package/dist-types/commands/ListGroupsCommand.d.ts +1 -1
  20. package/dist-types/commands/ListMessagesCommand.d.ts +1 -1
  21. package/dist-types/commands/ListPluginActionsCommand.d.ts +1 -1
  22. package/dist-types/commands/ListPluginTypeActionsCommand.d.ts +1 -1
  23. package/dist-types/commands/ListPluginTypeMetadataCommand.d.ts +1 -1
  24. package/dist-types/commands/ListSubscriptionsCommand.d.ts +1 -1
  25. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  26. package/dist-types/commands/PutFeedbackCommand.d.ts +1 -1
  27. package/dist-types/commands/PutGroupCommand.d.ts +1 -1
  28. package/dist-types/commands/SearchRelevantContentCommand.d.ts +2 -1
  29. package/dist-types/commands/StartDataSourceSyncJobCommand.d.ts +1 -1
  30. package/dist-types/commands/StopDataSourceSyncJobCommand.d.ts +1 -1
  31. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  32. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  33. package/dist-types/commands/UpdateChatControlsConfigurationCommand.d.ts +2 -1
  34. package/dist-types/index.d.ts +4 -1
  35. package/dist-types/models/enums.d.ts +811 -0
  36. package/dist-types/models/errors.d.ts +164 -0
  37. package/dist-types/models/models_0.d.ts +1208 -858
  38. package/dist-types/models/models_1.d.ts +2 -1325
  39. package/dist-types/ts3.4/commands/GetChatResponseConfigurationCommand.d.ts +1 -1
  40. package/dist-types/ts3.4/commands/GetDocumentContentCommand.d.ts +1 -1
  41. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +1 -1
  42. package/dist-types/ts3.4/commands/GetMediaCommand.d.ts +1 -1
  43. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +1 -1
  44. package/dist-types/ts3.4/commands/GetUserCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/ListAttachmentsCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/ListChatResponseConfigurationsCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/ListConversationsCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/ListDataSourceSyncJobsCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/ListMessagesCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/ListPluginActionsCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/ListPluginTypeActionsCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/ListPluginTypeMetadataCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/PutGroupCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/SearchRelevantContentCommand.d.ts +2 -4
  60. package/dist-types/ts3.4/commands/StartDataSourceSyncJobCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/StopDataSourceSyncJobCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/UpdateChatControlsConfigurationCommand.d.ts +2 -4
  65. package/dist-types/ts3.4/index.d.ts +4 -1
  66. package/dist-types/ts3.4/models/enums.d.ts +440 -0
  67. package/dist-types/ts3.4/models/errors.d.ts +80 -0
  68. package/dist-types/ts3.4/models/models_0.d.ts +359 -453
  69. package/dist-types/ts3.4/models/models_1.d.ts +1 -392
  70. package/package.json +12 -12
  71. package/dist-es/models/index.js +0 -2
  72. package/dist-types/models/index.d.ts +0 -2
  73. package/dist-types/ts3.4/models/index.d.ts +0 -2
@@ -1,413 +1,22 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
1
+ import { ChatMode, ResponseConfigurationType, SubscriptionType } from "./enums";
2
2
  import {
3
3
  ActionExecution,
4
4
  ActionExecutionEvent,
5
- ActionReview,
6
- ActionSummary,
7
- Attachment,
8
5
  AttachmentInput,
9
6
  AttachmentInputEvent,
10
- AttachmentOutput,
11
7
  AuthChallengeResponse,
12
8
  AuthChallengeResponseEvent,
13
- BlockedPhrasesConfigurationUpdate,
14
- ChatMode,
15
9
  ChatModeConfiguration,
16
- ChatResponseConfiguration,
17
- ChatResponseConfigurationDetail,
18
10
  ContentSource,
19
- Conversation,
20
- CreatorModeConfiguration,
21
11
  DataAccessorAuthenticationDetail,
22
- DataSourceSyncJob,
23
- DataSourceSyncJobStatus,
24
12
  DocumentAttribute,
25
- DocumentDetails,
26
13
  EndOfInputEvent,
27
- ErrorDetail,
28
- HallucinationReductionConfiguration,
29
- MembershipType,
30
- OrchestrationControl,
31
- PluginType,
32
14
  ResponseConfiguration,
33
- ResponseConfigurationType,
34
- ResponseScope,
35
- S3,
36
- SourceAttribution,
37
15
  SubscriptionDetails,
38
- SubscriptionPrincipal,
39
- SubscriptionType,
40
16
  Tag,
41
17
  TextInputEvent,
42
- TopicConfiguration,
43
18
  UserAlias,
44
19
  } from "./models_0";
45
- import { QBusinessServiceException as __BaseException } from "./QBusinessServiceException";
46
- export interface GetChatResponseConfigurationRequest {
47
- applicationId: string | undefined;
48
- chatResponseConfigurationId: string | undefined;
49
- }
50
- export interface GetChatResponseConfigurationResponse {
51
- chatResponseConfigurationId?: string | undefined;
52
- chatResponseConfigurationArn?: string | undefined;
53
- displayName?: string | undefined;
54
- createdAt?: Date | undefined;
55
- inUseConfiguration?: ChatResponseConfigurationDetail | undefined;
56
- lastUpdateConfiguration?: ChatResponseConfigurationDetail | undefined;
57
- }
58
- export declare const OutputFormat: {
59
- readonly EXTRACTED: "EXTRACTED";
60
- readonly RAW: "RAW";
61
- };
62
- export type OutputFormat = (typeof OutputFormat)[keyof typeof OutputFormat];
63
- export interface GetDocumentContentRequest {
64
- applicationId: string | undefined;
65
- indexId: string | undefined;
66
- dataSourceId?: string | undefined;
67
- documentId: string | undefined;
68
- outputFormat?: OutputFormat | undefined;
69
- }
70
- export interface GetDocumentContentResponse {
71
- presignedUrl: string | undefined;
72
- mimeType: string | undefined;
73
- }
74
- export interface GetGroupRequest {
75
- applicationId: string | undefined;
76
- indexId: string | undefined;
77
- groupName: string | undefined;
78
- dataSourceId?: string | undefined;
79
- }
80
- export declare const GroupStatus: {
81
- readonly DELETED: "DELETED";
82
- readonly DELETING: "DELETING";
83
- readonly FAILED: "FAILED";
84
- readonly PROCESSING: "PROCESSING";
85
- readonly SUCCEEDED: "SUCCEEDED";
86
- };
87
- export type GroupStatus = (typeof GroupStatus)[keyof typeof GroupStatus];
88
- export interface GroupStatusDetail {
89
- status?: GroupStatus | undefined;
90
- lastUpdatedAt?: Date | undefined;
91
- errorDetail?: ErrorDetail | undefined;
92
- }
93
- export interface GetGroupResponse {
94
- status?: GroupStatusDetail | undefined;
95
- statusHistory?: GroupStatusDetail[] | undefined;
96
- }
97
- export interface GetMediaRequest {
98
- applicationId: string | undefined;
99
- conversationId: string | undefined;
100
- messageId: string | undefined;
101
- mediaId: string | undefined;
102
- }
103
- export interface GetMediaResponse {
104
- mediaBytes?: Uint8Array | undefined;
105
- mediaMimeType?: string | undefined;
106
- }
107
- export declare class MediaTooLargeException extends __BaseException {
108
- readonly name: "MediaTooLargeException";
109
- readonly $fault: "client";
110
- constructor(
111
- opts: __ExceptionOptionType<MediaTooLargeException, __BaseException>
112
- );
113
- }
114
- export interface GetPolicyRequest {
115
- applicationId: string | undefined;
116
- }
117
- export interface GetPolicyResponse {
118
- policy?: string | undefined;
119
- }
120
- export interface GetUserRequest {
121
- applicationId: string | undefined;
122
- userId: string | undefined;
123
- }
124
- export interface GetUserResponse {
125
- userAliases?: UserAlias[] | undefined;
126
- }
127
- export interface ListAttachmentsRequest {
128
- applicationId: string | undefined;
129
- conversationId?: string | undefined;
130
- userId?: string | undefined;
131
- nextToken?: string | undefined;
132
- maxResults?: number | undefined;
133
- }
134
- export interface ListAttachmentsResponse {
135
- attachments?: Attachment[] | undefined;
136
- nextToken?: string | undefined;
137
- }
138
- export interface ListChatResponseConfigurationsRequest {
139
- applicationId: string | undefined;
140
- maxResults?: number | undefined;
141
- nextToken?: string | undefined;
142
- }
143
- export interface ListChatResponseConfigurationsResponse {
144
- chatResponseConfigurations?: ChatResponseConfiguration[] | undefined;
145
- nextToken?: string | undefined;
146
- }
147
- export interface ListConversationsRequest {
148
- applicationId: string | undefined;
149
- userId?: string | undefined;
150
- nextToken?: string | undefined;
151
- maxResults?: number | undefined;
152
- }
153
- export interface ListConversationsResponse {
154
- nextToken?: string | undefined;
155
- conversations?: Conversation[] | undefined;
156
- }
157
- export interface ListDataSourceSyncJobsRequest {
158
- dataSourceId: string | undefined;
159
- applicationId: string | undefined;
160
- indexId: string | undefined;
161
- nextToken?: string | undefined;
162
- maxResults?: number | undefined;
163
- startTime?: Date | undefined;
164
- endTime?: Date | undefined;
165
- statusFilter?: DataSourceSyncJobStatus | undefined;
166
- }
167
- export interface ListDataSourceSyncJobsResponse {
168
- history?: DataSourceSyncJob[] | undefined;
169
- nextToken?: string | undefined;
170
- }
171
- export interface ListDocumentsRequest {
172
- applicationId: string | undefined;
173
- indexId: string | undefined;
174
- dataSourceIds?: string[] | undefined;
175
- nextToken?: string | undefined;
176
- maxResults?: number | undefined;
177
- }
178
- export interface ListDocumentsResponse {
179
- documentDetailList?: DocumentDetails[] | undefined;
180
- nextToken?: string | undefined;
181
- }
182
- export interface ListGroupsRequest {
183
- applicationId: string | undefined;
184
- indexId: string | undefined;
185
- updatedEarlierThan: Date | undefined;
186
- dataSourceId?: string | undefined;
187
- nextToken?: string | undefined;
188
- maxResults?: number | undefined;
189
- }
190
- export interface GroupSummary {
191
- groupName?: string | undefined;
192
- }
193
- export interface ListGroupsResponse {
194
- nextToken?: string | undefined;
195
- items?: GroupSummary[] | undefined;
196
- }
197
- export interface ListMessagesRequest {
198
- conversationId: string | undefined;
199
- applicationId: string | undefined;
200
- userId?: string | undefined;
201
- nextToken?: string | undefined;
202
- maxResults?: number | undefined;
203
- }
204
- export declare const MessageType: {
205
- readonly SYSTEM: "SYSTEM";
206
- readonly USER: "USER";
207
- };
208
- export type MessageType = (typeof MessageType)[keyof typeof MessageType];
209
- export interface Message {
210
- messageId?: string | undefined;
211
- body?: string | undefined;
212
- time?: Date | undefined;
213
- type?: MessageType | undefined;
214
- attachments?: AttachmentOutput[] | undefined;
215
- sourceAttribution?: SourceAttribution[] | undefined;
216
- actionReview?: ActionReview | undefined;
217
- actionExecution?: ActionExecution | undefined;
218
- }
219
- export interface ListMessagesResponse {
220
- messages?: Message[] | undefined;
221
- nextToken?: string | undefined;
222
- }
223
- export interface ListPluginActionsRequest {
224
- applicationId: string | undefined;
225
- pluginId: string | undefined;
226
- nextToken?: string | undefined;
227
- maxResults?: number | undefined;
228
- }
229
- export interface ListPluginActionsResponse {
230
- nextToken?: string | undefined;
231
- items?: ActionSummary[] | undefined;
232
- }
233
- export interface ListPluginTypeActionsRequest {
234
- pluginType: PluginType | undefined;
235
- nextToken?: string | undefined;
236
- maxResults?: number | undefined;
237
- }
238
- export interface ListPluginTypeActionsResponse {
239
- nextToken?: string | undefined;
240
- items?: ActionSummary[] | undefined;
241
- }
242
- export interface ListPluginTypeMetadataRequest {
243
- nextToken?: string | undefined;
244
- maxResults?: number | undefined;
245
- }
246
- export declare const PluginTypeCategory: {
247
- readonly COMMUNICATION: "Communication";
248
- readonly CRM: "Customer relationship management (CRM)";
249
- readonly PRODUCTIVITY: "Productivity";
250
- readonly PROJECT_MANAGEMENT: "Project management";
251
- readonly TICKETING_MANAGEMENT: "Ticketing and incident management";
252
- };
253
- export type PluginTypeCategory =
254
- (typeof PluginTypeCategory)[keyof typeof PluginTypeCategory];
255
- export interface PluginTypeMetadataSummary {
256
- type?: PluginType | undefined;
257
- category?: PluginTypeCategory | undefined;
258
- description?: string | undefined;
259
- }
260
- export interface ListPluginTypeMetadataResponse {
261
- nextToken?: string | undefined;
262
- items?: PluginTypeMetadataSummary[] | undefined;
263
- }
264
- export interface ListSubscriptionsRequest {
265
- applicationId: string | undefined;
266
- nextToken?: string | undefined;
267
- maxResults?: number | undefined;
268
- }
269
- export interface Subscription {
270
- subscriptionId?: string | undefined;
271
- subscriptionArn?: string | undefined;
272
- principal?: SubscriptionPrincipal | undefined;
273
- currentSubscription?: SubscriptionDetails | undefined;
274
- nextSubscription?: SubscriptionDetails | undefined;
275
- }
276
- export interface ListSubscriptionsResponse {
277
- nextToken?: string | undefined;
278
- subscriptions?: Subscription[] | undefined;
279
- }
280
- export interface ListTagsForResourceRequest {
281
- resourceARN: string | undefined;
282
- }
283
- export interface ListTagsForResourceResponse {
284
- tags?: Tag[] | undefined;
285
- }
286
- export declare const MessageUsefulnessReason: {
287
- readonly COMPLETE: "COMPLETE";
288
- readonly FACTUALLY_CORRECT: "FACTUALLY_CORRECT";
289
- readonly HARMFUL_OR_UNSAFE: "HARMFUL_OR_UNSAFE";
290
- readonly HELPFUL: "HELPFUL";
291
- readonly INCORRECT_OR_MISSING_SOURCES: "INCORRECT_OR_MISSING_SOURCES";
292
- readonly NOT_BASED_ON_DOCUMENTS: "NOT_BASED_ON_DOCUMENTS";
293
- readonly NOT_COMPLETE: "NOT_COMPLETE";
294
- readonly NOT_CONCISE: "NOT_CONCISE";
295
- readonly NOT_FACTUALLY_CORRECT: "NOT_FACTUALLY_CORRECT";
296
- readonly NOT_HELPFUL: "NOT_HELPFUL";
297
- readonly OTHER: "OTHER";
298
- readonly RELEVANT_SOURCES: "RELEVANT_SOURCES";
299
- };
300
- export type MessageUsefulnessReason =
301
- (typeof MessageUsefulnessReason)[keyof typeof MessageUsefulnessReason];
302
- export declare const MessageUsefulness: {
303
- readonly NOT_USEFUL: "NOT_USEFUL";
304
- readonly USEFUL: "USEFUL";
305
- };
306
- export type MessageUsefulness =
307
- (typeof MessageUsefulness)[keyof typeof MessageUsefulness];
308
- export interface MessageUsefulnessFeedback {
309
- usefulness: MessageUsefulness | undefined;
310
- reason?: MessageUsefulnessReason | undefined;
311
- comment?: string | undefined;
312
- submittedAt: Date | undefined;
313
- }
314
- export interface PutFeedbackRequest {
315
- applicationId: string | undefined;
316
- userId?: string | undefined;
317
- conversationId: string | undefined;
318
- messageId: string | undefined;
319
- messageCopiedAt?: Date | undefined;
320
- messageUsefulness?: MessageUsefulnessFeedback | undefined;
321
- }
322
- export interface MemberGroup {
323
- groupName: string | undefined;
324
- type?: MembershipType | undefined;
325
- }
326
- export interface MemberUser {
327
- userId: string | undefined;
328
- type?: MembershipType | undefined;
329
- }
330
- export interface GroupMembers {
331
- memberGroups?: MemberGroup[] | undefined;
332
- memberUsers?: MemberUser[] | undefined;
333
- s3PathForGroupMembers?: S3 | undefined;
334
- }
335
- export interface PutGroupRequest {
336
- applicationId: string | undefined;
337
- indexId: string | undefined;
338
- groupName: string | undefined;
339
- dataSourceId?: string | undefined;
340
- type: MembershipType | undefined;
341
- groupMembers: GroupMembers | undefined;
342
- roleArn?: string | undefined;
343
- }
344
- export interface PutGroupResponse {}
345
- export declare const ScoreConfidence: {
346
- readonly HIGH: "HIGH";
347
- readonly LOW: "LOW";
348
- readonly MEDIUM: "MEDIUM";
349
- readonly NOT_AVAILABLE: "NOT_AVAILABLE";
350
- readonly VERY_HIGH: "VERY_HIGH";
351
- };
352
- export type ScoreConfidence =
353
- (typeof ScoreConfidence)[keyof typeof ScoreConfidence];
354
- export interface ScoreAttributes {
355
- scoreConfidence?: ScoreConfidence | undefined;
356
- }
357
- export interface RelevantContent {
358
- content?: string | undefined;
359
- documentId?: string | undefined;
360
- documentTitle?: string | undefined;
361
- documentUri?: string | undefined;
362
- documentAttributes?: DocumentAttribute[] | undefined;
363
- scoreAttributes?: ScoreAttributes | undefined;
364
- }
365
- export interface SearchRelevantContentResponse {
366
- relevantContent?: RelevantContent[] | undefined;
367
- nextToken?: string | undefined;
368
- }
369
- export interface StartDataSourceSyncJobRequest {
370
- dataSourceId: string | undefined;
371
- applicationId: string | undefined;
372
- indexId: string | undefined;
373
- }
374
- export interface StartDataSourceSyncJobResponse {
375
- executionId?: string | undefined;
376
- }
377
- export interface StopDataSourceSyncJobRequest {
378
- dataSourceId: string | undefined;
379
- applicationId: string | undefined;
380
- indexId: string | undefined;
381
- }
382
- export interface StopDataSourceSyncJobResponse {}
383
- export interface TagResourceRequest {
384
- resourceARN: string | undefined;
385
- tags: Tag[] | undefined;
386
- }
387
- export interface TagResourceResponse {}
388
- export interface UntagResourceRequest {
389
- resourceARN: string | undefined;
390
- tagKeys: string[] | undefined;
391
- }
392
- export interface UntagResourceResponse {}
393
- export interface OrchestrationConfiguration {
394
- control: OrchestrationControl | undefined;
395
- }
396
- export interface UpdateChatControlsConfigurationRequest {
397
- applicationId: string | undefined;
398
- clientToken?: string | undefined;
399
- responseScope?: ResponseScope | undefined;
400
- orchestrationConfiguration?: OrchestrationConfiguration | undefined;
401
- blockedPhrasesConfigurationUpdate?:
402
- | BlockedPhrasesConfigurationUpdate
403
- | undefined;
404
- topicConfigurationsToCreateOrUpdate?: TopicConfiguration[] | undefined;
405
- topicConfigurationsToDelete?: TopicConfiguration[] | undefined;
406
- creatorModeConfiguration?: CreatorModeConfiguration | undefined;
407
- hallucinationReductionConfiguration?:
408
- | HallucinationReductionConfiguration
409
- | undefined;
410
- }
411
20
  export interface UpdateChatControlsConfigurationResponse {}
412
21
  export interface UpdateChatResponseConfigurationRequest {
413
22
  applicationId: string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-qbusiness",
3
3
  "description": "AWS SDK for JavaScript Qbusiness Client for Node.js, Browser and React Native",
4
- "version": "3.933.0",
4
+ "version": "3.935.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-qbusiness",
@@ -20,21 +20,21 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.932.0",
24
- "@aws-sdk/credential-provider-node": "3.933.0",
23
+ "@aws-sdk/core": "3.935.0",
24
+ "@aws-sdk/credential-provider-node": "3.935.0",
25
25
  "@aws-sdk/eventstream-handler-node": "3.930.0",
26
26
  "@aws-sdk/middleware-eventstream": "3.930.0",
27
27
  "@aws-sdk/middleware-host-header": "3.930.0",
28
28
  "@aws-sdk/middleware-logger": "3.930.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.933.0",
30
- "@aws-sdk/middleware-user-agent": "3.932.0",
30
+ "@aws-sdk/middleware-user-agent": "3.935.0",
31
31
  "@aws-sdk/region-config-resolver": "3.930.0",
32
32
  "@aws-sdk/types": "3.930.0",
33
33
  "@aws-sdk/util-endpoints": "3.930.0",
34
34
  "@aws-sdk/util-user-agent-browser": "3.930.0",
35
- "@aws-sdk/util-user-agent-node": "3.932.0",
35
+ "@aws-sdk/util-user-agent-node": "3.935.0",
36
36
  "@smithy/config-resolver": "^4.4.3",
37
- "@smithy/core": "^3.18.2",
37
+ "@smithy/core": "^3.18.5",
38
38
  "@smithy/eventstream-serde-browser": "^4.2.5",
39
39
  "@smithy/eventstream-serde-config-resolver": "^4.3.5",
40
40
  "@smithy/eventstream-serde-node": "^4.2.5",
@@ -42,21 +42,21 @@
42
42
  "@smithy/hash-node": "^4.2.5",
43
43
  "@smithy/invalid-dependency": "^4.2.5",
44
44
  "@smithy/middleware-content-length": "^4.2.5",
45
- "@smithy/middleware-endpoint": "^4.3.9",
46
- "@smithy/middleware-retry": "^4.4.9",
47
- "@smithy/middleware-serde": "^4.2.5",
45
+ "@smithy/middleware-endpoint": "^4.3.12",
46
+ "@smithy/middleware-retry": "^4.4.12",
47
+ "@smithy/middleware-serde": "^4.2.6",
48
48
  "@smithy/middleware-stack": "^4.2.5",
49
49
  "@smithy/node-config-provider": "^4.3.5",
50
50
  "@smithy/node-http-handler": "^4.4.5",
51
51
  "@smithy/protocol-http": "^5.3.5",
52
- "@smithy/smithy-client": "^4.9.5",
52
+ "@smithy/smithy-client": "^4.9.8",
53
53
  "@smithy/types": "^4.9.0",
54
54
  "@smithy/url-parser": "^4.2.5",
55
55
  "@smithy/util-base64": "^4.3.0",
56
56
  "@smithy/util-body-length-browser": "^4.2.0",
57
57
  "@smithy/util-body-length-node": "^4.2.1",
58
- "@smithy/util-defaults-mode-browser": "^4.3.8",
59
- "@smithy/util-defaults-mode-node": "^4.2.11",
58
+ "@smithy/util-defaults-mode-browser": "^4.3.11",
59
+ "@smithy/util-defaults-mode-node": "^4.2.14",
60
60
  "@smithy/util-endpoints": "^3.2.5",
61
61
  "@smithy/util-middleware": "^4.2.5",
62
62
  "@smithy/util-retry": "^4.2.5",
@@ -1,2 +0,0 @@
1
- export * from "./models_0";
2
- export * from "./models_1";
@@ -1,2 +0,0 @@
1
- export * from "./models_0";
2
- export * from "./models_1";
@@ -1,2 +0,0 @@
1
- export * from "./models_0";
2
- export * from "./models_1";