@aws-sdk/client-connectcases 3.839.0 → 3.842.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 (62) hide show
  1. package/README.md +17 -19
  2. package/dist-cjs/index.js +77 -0
  3. package/dist-es/ConnectCases.js +4 -0
  4. package/dist-es/commands/DeleteCaseCommand.js +22 -0
  5. package/dist-es/commands/DeleteRelatedItemCommand.js +22 -0
  6. package/dist-es/commands/index.js +2 -0
  7. package/dist-es/protocols/Aws_restJson1.js +41 -0
  8. package/dist-types/ConnectCases.d.ts +15 -19
  9. package/dist-types/ConnectCasesClient.d.ts +5 -21
  10. package/dist-types/commands/BatchGetCaseRuleCommand.d.ts +3 -7
  11. package/dist-types/commands/BatchGetFieldCommand.d.ts +2 -4
  12. package/dist-types/commands/BatchPutFieldOptionsCommand.d.ts +4 -8
  13. package/dist-types/commands/CreateCaseCommand.d.ts +4 -27
  14. package/dist-types/commands/CreateCaseRuleCommand.d.ts +5 -12
  15. package/dist-types/commands/CreateDomainCommand.d.ts +4 -17
  16. package/dist-types/commands/CreateFieldCommand.d.ts +5 -11
  17. package/dist-types/commands/CreateLayoutCommand.d.ts +5 -23
  18. package/dist-types/commands/CreateRelatedItemCommand.d.ts +4 -26
  19. package/dist-types/commands/CreateTemplateCommand.d.ts +5 -38
  20. package/dist-types/commands/DeleteCaseCommand.d.ts +86 -0
  21. package/dist-types/commands/DeleteCaseRuleCommand.d.ts +4 -10
  22. package/dist-types/commands/DeleteDomainCommand.d.ts +4 -12
  23. package/dist-types/commands/DeleteFieldCommand.d.ts +5 -62
  24. package/dist-types/commands/DeleteLayoutCommand.d.ts +4 -22
  25. package/dist-types/commands/DeleteRelatedItemCommand.d.ts +87 -0
  26. package/dist-types/commands/DeleteTemplateCommand.d.ts +4 -23
  27. package/dist-types/commands/GetCaseAuditEventsCommand.d.ts +2 -4
  28. package/dist-types/commands/GetCaseCommand.d.ts +2 -4
  29. package/dist-types/commands/GetCaseEventConfigurationCommand.d.ts +2 -4
  30. package/dist-types/commands/GetDomainCommand.d.ts +2 -4
  31. package/dist-types/commands/GetLayoutCommand.d.ts +2 -4
  32. package/dist-types/commands/GetTemplateCommand.d.ts +3 -27
  33. package/dist-types/commands/ListCaseRulesCommand.d.ts +3 -7
  34. package/dist-types/commands/ListCasesForContactCommand.d.ts +2 -4
  35. package/dist-types/commands/ListDomainsCommand.d.ts +2 -4
  36. package/dist-types/commands/ListFieldOptionsCommand.d.ts +2 -4
  37. package/dist-types/commands/ListFieldsCommand.d.ts +2 -4
  38. package/dist-types/commands/ListLayoutsCommand.d.ts +3 -6
  39. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -4
  40. package/dist-types/commands/ListTemplatesCommand.d.ts +3 -29
  41. package/dist-types/commands/PutCaseEventConfigurationCommand.d.ts +4 -11
  42. package/dist-types/commands/SearchCasesCommand.d.ts +3 -11
  43. package/dist-types/commands/SearchRelatedItemsCommand.d.ts +3 -9
  44. package/dist-types/commands/TagResourceCommand.d.ts +2 -4
  45. package/dist-types/commands/UntagResourceCommand.d.ts +2 -4
  46. package/dist-types/commands/UpdateCaseCommand.d.ts +3 -11
  47. package/dist-types/commands/UpdateCaseRuleCommand.d.ts +4 -10
  48. package/dist-types/commands/UpdateFieldCommand.d.ts +3 -7
  49. package/dist-types/commands/UpdateLayoutCommand.d.ts +5 -18
  50. package/dist-types/commands/UpdateTemplateCommand.d.ts +4 -35
  51. package/dist-types/commands/index.d.ts +2 -0
  52. package/dist-types/index.d.ts +1 -19
  53. package/dist-types/models/models_0.d.ts +107 -159
  54. package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
  55. package/dist-types/ts3.4/ConnectCases.d.ts +34 -0
  56. package/dist-types/ts3.4/ConnectCasesClient.d.ts +12 -0
  57. package/dist-types/ts3.4/commands/DeleteCaseCommand.d.ts +47 -0
  58. package/dist-types/ts3.4/commands/DeleteRelatedItemCommand.d.ts +51 -0
  59. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  60. package/dist-types/ts3.4/models/models_0.d.ts +11 -0
  61. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
  62. package/package.json +12 -12
@@ -10,10 +10,12 @@ import { CreateFieldCommandInput, CreateFieldCommandOutput } from "../commands/C
10
10
  import { CreateLayoutCommandInput, CreateLayoutCommandOutput } from "../commands/CreateLayoutCommand";
11
11
  import { CreateRelatedItemCommandInput, CreateRelatedItemCommandOutput } from "../commands/CreateRelatedItemCommand";
12
12
  import { CreateTemplateCommandInput, CreateTemplateCommandOutput } from "../commands/CreateTemplateCommand";
13
+ import { DeleteCaseCommandInput, DeleteCaseCommandOutput } from "../commands/DeleteCaseCommand";
13
14
  import { DeleteCaseRuleCommandInput, DeleteCaseRuleCommandOutput } from "../commands/DeleteCaseRuleCommand";
14
15
  import { DeleteDomainCommandInput, DeleteDomainCommandOutput } from "../commands/DeleteDomainCommand";
15
16
  import { DeleteFieldCommandInput, DeleteFieldCommandOutput } from "../commands/DeleteFieldCommand";
16
17
  import { DeleteLayoutCommandInput, DeleteLayoutCommandOutput } from "../commands/DeleteLayoutCommand";
18
+ import { DeleteRelatedItemCommandInput, DeleteRelatedItemCommandOutput } from "../commands/DeleteRelatedItemCommand";
17
19
  import { DeleteTemplateCommandInput, DeleteTemplateCommandOutput } from "../commands/DeleteTemplateCommand";
18
20
  import { GetCaseAuditEventsCommandInput, GetCaseAuditEventsCommandOutput } from "../commands/GetCaseAuditEventsCommand";
19
21
  import { GetCaseCommandInput, GetCaseCommandOutput } from "../commands/GetCaseCommand";
@@ -79,6 +81,10 @@ export declare const se_CreateRelatedItemCommand: (input: CreateRelatedItemComma
79
81
  * serializeAws_restJson1CreateTemplateCommand
80
82
  */
81
83
  export declare const se_CreateTemplateCommand: (input: CreateTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
+ /**
85
+ * serializeAws_restJson1DeleteCaseCommand
86
+ */
87
+ export declare const se_DeleteCaseCommand: (input: DeleteCaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
88
  /**
83
89
  * serializeAws_restJson1DeleteCaseRuleCommand
84
90
  */
@@ -95,6 +101,10 @@ export declare const se_DeleteFieldCommand: (input: DeleteFieldCommandInput, con
95
101
  * serializeAws_restJson1DeleteLayoutCommand
96
102
  */
97
103
  export declare const se_DeleteLayoutCommand: (input: DeleteLayoutCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
+ /**
105
+ * serializeAws_restJson1DeleteRelatedItemCommand
106
+ */
107
+ export declare const se_DeleteRelatedItemCommand: (input: DeleteRelatedItemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
108
  /**
99
109
  * serializeAws_restJson1DeleteTemplateCommand
100
110
  */
@@ -235,6 +245,10 @@ export declare const de_CreateRelatedItemCommand: (output: __HttpResponse, conte
235
245
  * deserializeAws_restJson1CreateTemplateCommand
236
246
  */
237
247
  export declare const de_CreateTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTemplateCommandOutput>;
248
+ /**
249
+ * deserializeAws_restJson1DeleteCaseCommand
250
+ */
251
+ export declare const de_DeleteCaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCaseCommandOutput>;
238
252
  /**
239
253
  * deserializeAws_restJson1DeleteCaseRuleCommand
240
254
  */
@@ -251,6 +265,10 @@ export declare const de_DeleteFieldCommand: (output: __HttpResponse, context: __
251
265
  * deserializeAws_restJson1DeleteLayoutCommand
252
266
  */
253
267
  export declare const de_DeleteLayoutCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLayoutCommandOutput>;
268
+ /**
269
+ * deserializeAws_restJson1DeleteRelatedItemCommand
270
+ */
271
+ export declare const de_DeleteRelatedItemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRelatedItemCommandOutput>;
254
272
  /**
255
273
  * deserializeAws_restJson1DeleteTemplateCommand
256
274
  */
@@ -39,6 +39,10 @@ import {
39
39
  CreateTemplateCommandInput,
40
40
  CreateTemplateCommandOutput,
41
41
  } from "./commands/CreateTemplateCommand";
42
+ import {
43
+ DeleteCaseCommandInput,
44
+ DeleteCaseCommandOutput,
45
+ } from "./commands/DeleteCaseCommand";
42
46
  import {
43
47
  DeleteCaseRuleCommandInput,
44
48
  DeleteCaseRuleCommandOutput,
@@ -55,6 +59,10 @@ import {
55
59
  DeleteLayoutCommandInput,
56
60
  DeleteLayoutCommandOutput,
57
61
  } from "./commands/DeleteLayoutCommand";
62
+ import {
63
+ DeleteRelatedItemCommandInput,
64
+ DeleteRelatedItemCommandOutput,
65
+ } from "./commands/DeleteRelatedItemCommand";
58
66
  import {
59
67
  DeleteTemplateCommandInput,
60
68
  DeleteTemplateCommandOutput,
@@ -287,6 +295,19 @@ export interface ConnectCases {
287
295
  options: __HttpHandlerOptions,
288
296
  cb: (err: any, data?: CreateTemplateCommandOutput) => void
289
297
  ): void;
298
+ deleteCase(
299
+ args: DeleteCaseCommandInput,
300
+ options?: __HttpHandlerOptions
301
+ ): Promise<DeleteCaseCommandOutput>;
302
+ deleteCase(
303
+ args: DeleteCaseCommandInput,
304
+ cb: (err: any, data?: DeleteCaseCommandOutput) => void
305
+ ): void;
306
+ deleteCase(
307
+ args: DeleteCaseCommandInput,
308
+ options: __HttpHandlerOptions,
309
+ cb: (err: any, data?: DeleteCaseCommandOutput) => void
310
+ ): void;
290
311
  deleteCaseRule(
291
312
  args: DeleteCaseRuleCommandInput,
292
313
  options?: __HttpHandlerOptions
@@ -339,6 +360,19 @@ export interface ConnectCases {
339
360
  options: __HttpHandlerOptions,
340
361
  cb: (err: any, data?: DeleteLayoutCommandOutput) => void
341
362
  ): void;
363
+ deleteRelatedItem(
364
+ args: DeleteRelatedItemCommandInput,
365
+ options?: __HttpHandlerOptions
366
+ ): Promise<DeleteRelatedItemCommandOutput>;
367
+ deleteRelatedItem(
368
+ args: DeleteRelatedItemCommandInput,
369
+ cb: (err: any, data?: DeleteRelatedItemCommandOutput) => void
370
+ ): void;
371
+ deleteRelatedItem(
372
+ args: DeleteRelatedItemCommandInput,
373
+ options: __HttpHandlerOptions,
374
+ cb: (err: any, data?: DeleteRelatedItemCommandOutput) => void
375
+ ): void;
342
376
  deleteTemplate(
343
377
  args: DeleteTemplateCommandInput,
344
378
  options?: __HttpHandlerOptions
@@ -85,6 +85,10 @@ import {
85
85
  CreateTemplateCommandInput,
86
86
  CreateTemplateCommandOutput,
87
87
  } from "./commands/CreateTemplateCommand";
88
+ import {
89
+ DeleteCaseCommandInput,
90
+ DeleteCaseCommandOutput,
91
+ } from "./commands/DeleteCaseCommand";
88
92
  import {
89
93
  DeleteCaseRuleCommandInput,
90
94
  DeleteCaseRuleCommandOutput,
@@ -101,6 +105,10 @@ import {
101
105
  DeleteLayoutCommandInput,
102
106
  DeleteLayoutCommandOutput,
103
107
  } from "./commands/DeleteLayoutCommand";
108
+ import {
109
+ DeleteRelatedItemCommandInput,
110
+ DeleteRelatedItemCommandOutput,
111
+ } from "./commands/DeleteRelatedItemCommand";
104
112
  import {
105
113
  DeleteTemplateCommandInput,
106
114
  DeleteTemplateCommandOutput,
@@ -219,10 +227,12 @@ export type ServiceInputTypes =
219
227
  | CreateLayoutCommandInput
220
228
  | CreateRelatedItemCommandInput
221
229
  | CreateTemplateCommandInput
230
+ | DeleteCaseCommandInput
222
231
  | DeleteCaseRuleCommandInput
223
232
  | DeleteDomainCommandInput
224
233
  | DeleteFieldCommandInput
225
234
  | DeleteLayoutCommandInput
235
+ | DeleteRelatedItemCommandInput
226
236
  | DeleteTemplateCommandInput
227
237
  | GetCaseAuditEventsCommandInput
228
238
  | GetCaseCommandInput
@@ -259,10 +269,12 @@ export type ServiceOutputTypes =
259
269
  | CreateLayoutCommandOutput
260
270
  | CreateRelatedItemCommandOutput
261
271
  | CreateTemplateCommandOutput
272
+ | DeleteCaseCommandOutput
262
273
  | DeleteCaseRuleCommandOutput
263
274
  | DeleteDomainCommandOutput
264
275
  | DeleteFieldCommandOutput
265
276
  | DeleteLayoutCommandOutput
277
+ | DeleteRelatedItemCommandOutput
266
278
  | DeleteTemplateCommandOutput
267
279
  | GetCaseAuditEventsCommandOutput
268
280
  | GetCaseCommandOutput
@@ -0,0 +1,47 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ ConnectCasesClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../ConnectCasesClient";
8
+ import { DeleteCaseRequest, DeleteCaseResponse } from "../models/models_0";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface DeleteCaseCommandInput extends DeleteCaseRequest {}
12
+ export interface DeleteCaseCommandOutput
13
+ extends DeleteCaseResponse,
14
+ __MetadataBearer {}
15
+ declare const DeleteCaseCommand_base: {
16
+ new (
17
+ input: DeleteCaseCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ DeleteCaseCommandInput,
20
+ DeleteCaseCommandOutput,
21
+ ConnectCasesClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ input: DeleteCaseCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ DeleteCaseCommandInput,
29
+ DeleteCaseCommandOutput,
30
+ ConnectCasesClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class DeleteCaseCommand extends DeleteCaseCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteCaseRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteCaseCommandInput;
44
+ output: DeleteCaseCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ ConnectCasesClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../ConnectCasesClient";
8
+ import {
9
+ DeleteRelatedItemRequest,
10
+ DeleteRelatedItemResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DeleteRelatedItemCommandInput
15
+ extends DeleteRelatedItemRequest {}
16
+ export interface DeleteRelatedItemCommandOutput
17
+ extends DeleteRelatedItemResponse,
18
+ __MetadataBearer {}
19
+ declare const DeleteRelatedItemCommand_base: {
20
+ new (
21
+ input: DeleteRelatedItemCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DeleteRelatedItemCommandInput,
24
+ DeleteRelatedItemCommandOutput,
25
+ ConnectCasesClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: DeleteRelatedItemCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DeleteRelatedItemCommandInput,
33
+ DeleteRelatedItemCommandOutput,
34
+ ConnectCasesClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DeleteRelatedItemCommand extends DeleteRelatedItemCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteRelatedItemRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteRelatedItemCommandInput;
48
+ output: DeleteRelatedItemCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -8,10 +8,12 @@ export * from "./CreateFieldCommand";
8
8
  export * from "./CreateLayoutCommand";
9
9
  export * from "./CreateRelatedItemCommand";
10
10
  export * from "./CreateTemplateCommand";
11
+ export * from "./DeleteCaseCommand";
11
12
  export * from "./DeleteCaseRuleCommand";
12
13
  export * from "./DeleteDomainCommand";
13
14
  export * from "./DeleteFieldCommand";
14
15
  export * from "./DeleteLayoutCommand";
16
+ export * from "./DeleteRelatedItemCommand";
15
17
  export * from "./DeleteTemplateCommand";
16
18
  export * from "./GetCaseAuditEventsCommand";
17
19
  export * from "./GetCaseCommand";
@@ -154,6 +154,11 @@ export declare class ValidationException extends __BaseException {
154
154
  opts: __ExceptionOptionType<ValidationException, __BaseException>
155
155
  );
156
156
  }
157
+ export interface DeleteCaseRequest {
158
+ domainId: string | undefined;
159
+ caseId: string | undefined;
160
+ }
161
+ export interface DeleteCaseResponse {}
157
162
  export interface FieldIdentifier {
158
163
  id: string | undefined;
159
164
  }
@@ -404,6 +409,12 @@ export declare class ServiceQuotaExceededException extends __BaseException {
404
409
  opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
405
410
  );
406
411
  }
412
+ export interface DeleteRelatedItemRequest {
413
+ domainId: string | undefined;
414
+ caseId: string | undefined;
415
+ relatedItemId: string | undefined;
416
+ }
417
+ export interface DeleteRelatedItemResponse {}
407
418
  export interface CommentFilter {}
408
419
  export interface ContactFilter {
409
420
  channel?: string[] | undefined;
@@ -43,6 +43,10 @@ import {
43
43
  CreateTemplateCommandInput,
44
44
  CreateTemplateCommandOutput,
45
45
  } from "../commands/CreateTemplateCommand";
46
+ import {
47
+ DeleteCaseCommandInput,
48
+ DeleteCaseCommandOutput,
49
+ } from "../commands/DeleteCaseCommand";
46
50
  import {
47
51
  DeleteCaseRuleCommandInput,
48
52
  DeleteCaseRuleCommandOutput,
@@ -59,6 +63,10 @@ import {
59
63
  DeleteLayoutCommandInput,
60
64
  DeleteLayoutCommandOutput,
61
65
  } from "../commands/DeleteLayoutCommand";
66
+ import {
67
+ DeleteRelatedItemCommandInput,
68
+ DeleteRelatedItemCommandOutput,
69
+ } from "../commands/DeleteRelatedItemCommand";
62
70
  import {
63
71
  DeleteTemplateCommandInput,
64
72
  DeleteTemplateCommandOutput,
@@ -199,6 +207,10 @@ export declare const se_CreateTemplateCommand: (
199
207
  input: CreateTemplateCommandInput,
200
208
  context: __SerdeContext
201
209
  ) => Promise<__HttpRequest>;
210
+ export declare const se_DeleteCaseCommand: (
211
+ input: DeleteCaseCommandInput,
212
+ context: __SerdeContext
213
+ ) => Promise<__HttpRequest>;
202
214
  export declare const se_DeleteCaseRuleCommand: (
203
215
  input: DeleteCaseRuleCommandInput,
204
216
  context: __SerdeContext
@@ -215,6 +227,10 @@ export declare const se_DeleteLayoutCommand: (
215
227
  input: DeleteLayoutCommandInput,
216
228
  context: __SerdeContext
217
229
  ) => Promise<__HttpRequest>;
230
+ export declare const se_DeleteRelatedItemCommand: (
231
+ input: DeleteRelatedItemCommandInput,
232
+ context: __SerdeContext
233
+ ) => Promise<__HttpRequest>;
218
234
  export declare const se_DeleteTemplateCommand: (
219
235
  input: DeleteTemplateCommandInput,
220
236
  context: __SerdeContext
@@ -355,6 +371,10 @@ export declare const de_CreateTemplateCommand: (
355
371
  output: __HttpResponse,
356
372
  context: __SerdeContext
357
373
  ) => Promise<CreateTemplateCommandOutput>;
374
+ export declare const de_DeleteCaseCommand: (
375
+ output: __HttpResponse,
376
+ context: __SerdeContext
377
+ ) => Promise<DeleteCaseCommandOutput>;
358
378
  export declare const de_DeleteCaseRuleCommand: (
359
379
  output: __HttpResponse,
360
380
  context: __SerdeContext
@@ -371,6 +391,10 @@ export declare const de_DeleteLayoutCommand: (
371
391
  output: __HttpResponse,
372
392
  context: __SerdeContext
373
393
  ) => Promise<DeleteLayoutCommandOutput>;
394
+ export declare const de_DeleteRelatedItemCommand: (
395
+ output: __HttpResponse,
396
+ context: __SerdeContext
397
+ ) => Promise<DeleteRelatedItemCommandOutput>;
374
398
  export declare const de_DeleteTemplateCommand: (
375
399
  output: __HttpResponse,
376
400
  context: __SerdeContext
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-connectcases",
3
3
  "description": "AWS SDK for JavaScript Connectcases Client for Node.js, Browser and React Native",
4
- "version": "3.839.0",
4
+ "version": "3.842.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-connectcases",
@@ -20,17 +20,17 @@
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.839.0",
24
- "@aws-sdk/credential-provider-node": "3.839.0",
25
- "@aws-sdk/middleware-host-header": "3.821.0",
26
- "@aws-sdk/middleware-logger": "3.821.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.821.0",
28
- "@aws-sdk/middleware-user-agent": "3.839.0",
29
- "@aws-sdk/region-config-resolver": "3.821.0",
30
- "@aws-sdk/types": "3.821.0",
31
- "@aws-sdk/util-endpoints": "3.828.0",
32
- "@aws-sdk/util-user-agent-browser": "3.821.0",
33
- "@aws-sdk/util-user-agent-node": "3.839.0",
23
+ "@aws-sdk/core": "3.840.0",
24
+ "@aws-sdk/credential-provider-node": "3.840.0",
25
+ "@aws-sdk/middleware-host-header": "3.840.0",
26
+ "@aws-sdk/middleware-logger": "3.840.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.840.0",
28
+ "@aws-sdk/middleware-user-agent": "3.840.0",
29
+ "@aws-sdk/region-config-resolver": "3.840.0",
30
+ "@aws-sdk/types": "3.840.0",
31
+ "@aws-sdk/util-endpoints": "3.840.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.840.0",
33
+ "@aws-sdk/util-user-agent-node": "3.840.0",
34
34
  "@smithy/config-resolver": "^4.1.4",
35
35
  "@smithy/core": "^3.6.0",
36
36
  "@smithy/fetch-http-handler": "^5.0.4",