@aws-sdk/client-neptunedata 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.
@@ -1,211 +1,28 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
1
  import { DocumentType as __DocumentType } from "@smithy/types";
3
- import { NeptunedataServiceException as __BaseException } from "./NeptunedataServiceException";
4
- export declare class AccessDeniedException extends __BaseException {
5
- readonly name: "AccessDeniedException";
6
- readonly $fault: "client";
7
- detailedMessage: string | undefined;
8
- requestId: string | undefined;
9
- code: string | undefined;
10
- constructor(
11
- opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
12
- );
13
- }
14
- export declare const Action: {
15
- readonly INITIALIZE_RESET: "initiateDatabaseReset";
16
- readonly PERFORM_RESET: "performDatabaseReset";
17
- };
18
- export type Action = (typeof Action)[keyof typeof Action];
19
- export declare class BadRequestException extends __BaseException {
20
- readonly name: "BadRequestException";
21
- readonly $fault: "client";
22
- detailedMessage: string | undefined;
23
- requestId: string | undefined;
24
- code: string | undefined;
25
- constructor(
26
- opts: __ExceptionOptionType<BadRequestException, __BaseException>
27
- );
28
- }
2
+ import {
3
+ Action,
4
+ Encoding,
5
+ Format,
6
+ GraphSummaryType,
7
+ IteratorType,
8
+ Mode,
9
+ OpenCypherExplainMode,
10
+ Parallelism,
11
+ S3BucketRegion,
12
+ StatisticsAutoGenerationMode,
13
+ } from "./enums";
29
14
  export interface CancelGremlinQueryInput {
30
15
  queryId: string | undefined;
31
16
  }
32
17
  export interface CancelGremlinQueryOutput {
33
18
  status?: string | undefined;
34
19
  }
35
- export declare class ClientTimeoutException extends __BaseException {
36
- readonly name: "ClientTimeoutException";
37
- readonly $fault: "client";
38
- $retryable: {};
39
- detailedMessage: string | undefined;
40
- requestId: string | undefined;
41
- code: string | undefined;
42
- constructor(
43
- opts: __ExceptionOptionType<ClientTimeoutException, __BaseException>
44
- );
45
- }
46
- export declare class ConcurrentModificationException extends __BaseException {
47
- readonly name: "ConcurrentModificationException";
48
- readonly $fault: "server";
49
- $retryable: {};
50
- detailedMessage: string | undefined;
51
- requestId: string | undefined;
52
- code: string | undefined;
53
- constructor(
54
- opts: __ExceptionOptionType<
55
- ConcurrentModificationException,
56
- __BaseException
57
- >
58
- );
59
- }
60
- export declare class ConstraintViolationException extends __BaseException {
61
- readonly name: "ConstraintViolationException";
62
- readonly $fault: "client";
63
- $retryable: {};
64
- detailedMessage: string | undefined;
65
- requestId: string | undefined;
66
- code: string | undefined;
67
- constructor(
68
- opts: __ExceptionOptionType<ConstraintViolationException, __BaseException>
69
- );
70
- }
71
- export declare class FailureByQueryException extends __BaseException {
72
- readonly name: "FailureByQueryException";
73
- readonly $fault: "server";
74
- $retryable: {};
75
- detailedMessage: string | undefined;
76
- requestId: string | undefined;
77
- code: string | undefined;
78
- constructor(
79
- opts: __ExceptionOptionType<FailureByQueryException, __BaseException>
80
- );
81
- }
82
- export declare class IllegalArgumentException extends __BaseException {
83
- readonly name: "IllegalArgumentException";
84
- readonly $fault: "client";
85
- detailedMessage: string | undefined;
86
- requestId: string | undefined;
87
- code: string | undefined;
88
- constructor(
89
- opts: __ExceptionOptionType<IllegalArgumentException, __BaseException>
90
- );
91
- }
92
- export declare class InvalidArgumentException extends __BaseException {
93
- readonly name: "InvalidArgumentException";
94
- readonly $fault: "client";
95
- detailedMessage: string | undefined;
96
- requestId: string | undefined;
97
- code: string | undefined;
98
- constructor(
99
- opts: __ExceptionOptionType<InvalidArgumentException, __BaseException>
100
- );
101
- }
102
- export declare class InvalidParameterException extends __BaseException {
103
- readonly name: "InvalidParameterException";
104
- readonly $fault: "client";
105
- detailedMessage: string | undefined;
106
- requestId: string | undefined;
107
- code: string | undefined;
108
- constructor(
109
- opts: __ExceptionOptionType<InvalidParameterException, __BaseException>
110
- );
111
- }
112
- export declare class MissingParameterException extends __BaseException {
113
- readonly name: "MissingParameterException";
114
- readonly $fault: "client";
115
- detailedMessage: string | undefined;
116
- requestId: string | undefined;
117
- code: string | undefined;
118
- constructor(
119
- opts: __ExceptionOptionType<MissingParameterException, __BaseException>
120
- );
121
- }
122
- export declare class ParsingException extends __BaseException {
123
- readonly name: "ParsingException";
124
- readonly $fault: "client";
125
- detailedMessage: string | undefined;
126
- requestId: string | undefined;
127
- code: string | undefined;
128
- constructor(opts: __ExceptionOptionType<ParsingException, __BaseException>);
129
- }
130
- export declare class PreconditionsFailedException extends __BaseException {
131
- readonly name: "PreconditionsFailedException";
132
- readonly $fault: "client";
133
- detailedMessage: string | undefined;
134
- requestId: string | undefined;
135
- code: string | undefined;
136
- constructor(
137
- opts: __ExceptionOptionType<PreconditionsFailedException, __BaseException>
138
- );
139
- }
140
- export declare class TimeLimitExceededException extends __BaseException {
141
- readonly name: "TimeLimitExceededException";
142
- readonly $fault: "server";
143
- $retryable: {};
144
- detailedMessage: string | undefined;
145
- requestId: string | undefined;
146
- code: string | undefined;
147
- constructor(
148
- opts: __ExceptionOptionType<TimeLimitExceededException, __BaseException>
149
- );
150
- }
151
- export declare class TooManyRequestsException extends __BaseException {
152
- readonly name: "TooManyRequestsException";
153
- readonly $fault: "client";
154
- $retryable: {};
155
- detailedMessage: string | undefined;
156
- requestId: string | undefined;
157
- code: string | undefined;
158
- constructor(
159
- opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
160
- );
161
- }
162
- export declare class UnsupportedOperationException extends __BaseException {
163
- readonly name: "UnsupportedOperationException";
164
- readonly $fault: "client";
165
- detailedMessage: string | undefined;
166
- requestId: string | undefined;
167
- code: string | undefined;
168
- constructor(
169
- opts: __ExceptionOptionType<UnsupportedOperationException, __BaseException>
170
- );
171
- }
172
- export declare class BulkLoadIdNotFoundException extends __BaseException {
173
- readonly name: "BulkLoadIdNotFoundException";
174
- readonly $fault: "client";
175
- $retryable: {};
176
- detailedMessage: string | undefined;
177
- requestId: string | undefined;
178
- code: string | undefined;
179
- constructor(
180
- opts: __ExceptionOptionType<BulkLoadIdNotFoundException, __BaseException>
181
- );
182
- }
183
20
  export interface CancelLoaderJobInput {
184
21
  loadId: string | undefined;
185
22
  }
186
23
  export interface CancelLoaderJobOutput {
187
24
  status?: string | undefined;
188
25
  }
189
- export declare class InternalFailureException extends __BaseException {
190
- readonly name: "InternalFailureException";
191
- readonly $fault: "server";
192
- detailedMessage: string | undefined;
193
- requestId: string | undefined;
194
- code: string | undefined;
195
- constructor(
196
- opts: __ExceptionOptionType<InternalFailureException, __BaseException>
197
- );
198
- }
199
- export declare class LoadUrlAccessDeniedException extends __BaseException {
200
- readonly name: "LoadUrlAccessDeniedException";
201
- readonly $fault: "client";
202
- detailedMessage: string | undefined;
203
- requestId: string | undefined;
204
- code: string | undefined;
205
- constructor(
206
- opts: __ExceptionOptionType<LoadUrlAccessDeniedException, __BaseException>
207
- );
208
- }
209
26
  export interface CancelMLDataProcessingJobInput {
210
27
  id: string | undefined;
211
28
  neptuneIamRoleArn?: string | undefined;
@@ -214,16 +31,6 @@ export interface CancelMLDataProcessingJobInput {
214
31
  export interface CancelMLDataProcessingJobOutput {
215
32
  status?: string | undefined;
216
33
  }
217
- export declare class MLResourceNotFoundException extends __BaseException {
218
- readonly name: "MLResourceNotFoundException";
219
- readonly $fault: "client";
220
- detailedMessage: string | undefined;
221
- requestId: string | undefined;
222
- code: string | undefined;
223
- constructor(
224
- opts: __ExceptionOptionType<MLResourceNotFoundException, __BaseException>
225
- );
226
- }
227
34
  export interface CancelMLModelTrainingJobInput {
228
35
  id: string | undefined;
229
36
  neptuneIamRoleArn?: string | undefined;
@@ -248,16 +55,6 @@ export interface CancelOpenCypherQueryOutput {
248
55
  status?: string | undefined;
249
56
  payload?: boolean | undefined;
250
57
  }
251
- export declare class InvalidNumericDataException extends __BaseException {
252
- readonly name: "InvalidNumericDataException";
253
- readonly $fault: "client";
254
- detailedMessage: string | undefined;
255
- requestId: string | undefined;
256
- code: string | undefined;
257
- constructor(
258
- opts: __ExceptionOptionType<InvalidNumericDataException, __BaseException>
259
- );
260
- }
261
58
  export interface CreateMLEndpointInput {
262
59
  id?: string | undefined;
263
60
  mlModelTrainingJobId?: string | undefined;
@@ -291,29 +88,6 @@ export interface DeletePropertygraphStatisticsOutput {
291
88
  status?: string | undefined;
292
89
  payload?: DeleteStatisticsValueMap | undefined;
293
90
  }
294
- export declare class ReadOnlyViolationException extends __BaseException {
295
- readonly name: "ReadOnlyViolationException";
296
- readonly $fault: "client";
297
- detailedMessage: string | undefined;
298
- requestId: string | undefined;
299
- code: string | undefined;
300
- constructor(
301
- opts: __ExceptionOptionType<ReadOnlyViolationException, __BaseException>
302
- );
303
- }
304
- export declare class StatisticsNotAvailableException extends __BaseException {
305
- readonly name: "StatisticsNotAvailableException";
306
- readonly $fault: "client";
307
- detailedMessage: string | undefined;
308
- requestId: string | undefined;
309
- code: string | undefined;
310
- constructor(
311
- opts: __ExceptionOptionType<
312
- StatisticsNotAvailableException,
313
- __BaseException
314
- >
315
- );
316
- }
317
91
  export interface DeleteSparqlStatisticsOutput {
318
92
  statusCode?: number | undefined;
319
93
  status?: string | undefined;
@@ -330,94 +104,12 @@ export interface ExecuteFastResetOutput {
330
104
  status: string | undefined;
331
105
  payload?: FastResetToken | undefined;
332
106
  }
333
- export declare class MethodNotAllowedException extends __BaseException {
334
- readonly name: "MethodNotAllowedException";
335
- readonly $fault: "client";
336
- detailedMessage: string | undefined;
337
- requestId: string | undefined;
338
- code: string | undefined;
339
- constructor(
340
- opts: __ExceptionOptionType<MethodNotAllowedException, __BaseException>
341
- );
342
- }
343
- export declare class ServerShutdownException extends __BaseException {
344
- readonly name: "ServerShutdownException";
345
- readonly $fault: "server";
346
- detailedMessage: string | undefined;
347
- requestId: string | undefined;
348
- code: string | undefined;
349
- constructor(
350
- opts: __ExceptionOptionType<ServerShutdownException, __BaseException>
351
- );
352
- }
353
- export declare class CancelledByUserException extends __BaseException {
354
- readonly name: "CancelledByUserException";
355
- readonly $fault: "server";
356
- detailedMessage: string | undefined;
357
- requestId: string | undefined;
358
- code: string | undefined;
359
- constructor(
360
- opts: __ExceptionOptionType<CancelledByUserException, __BaseException>
361
- );
362
- }
363
107
  export interface ExecuteGremlinExplainQueryInput {
364
108
  gremlinQuery: string | undefined;
365
109
  }
366
110
  export interface ExecuteGremlinExplainQueryOutput {
367
111
  output?: Uint8Array | undefined;
368
112
  }
369
- export declare class MalformedQueryException extends __BaseException {
370
- readonly name: "MalformedQueryException";
371
- readonly $fault: "client";
372
- detailedMessage: string | undefined;
373
- requestId: string | undefined;
374
- code: string | undefined;
375
- constructor(
376
- opts: __ExceptionOptionType<MalformedQueryException, __BaseException>
377
- );
378
- }
379
- export declare class MemoryLimitExceededException extends __BaseException {
380
- readonly name: "MemoryLimitExceededException";
381
- readonly $fault: "server";
382
- $retryable: {};
383
- detailedMessage: string | undefined;
384
- requestId: string | undefined;
385
- code: string | undefined;
386
- constructor(
387
- opts: __ExceptionOptionType<MemoryLimitExceededException, __BaseException>
388
- );
389
- }
390
- export declare class QueryLimitExceededException extends __BaseException {
391
- readonly name: "QueryLimitExceededException";
392
- readonly $fault: "server";
393
- $retryable: {};
394
- detailedMessage: string | undefined;
395
- requestId: string | undefined;
396
- code: string | undefined;
397
- constructor(
398
- opts: __ExceptionOptionType<QueryLimitExceededException, __BaseException>
399
- );
400
- }
401
- export declare class QueryLimitException extends __BaseException {
402
- readonly name: "QueryLimitException";
403
- readonly $fault: "client";
404
- detailedMessage: string | undefined;
405
- requestId: string | undefined;
406
- code: string | undefined;
407
- constructor(
408
- opts: __ExceptionOptionType<QueryLimitException, __BaseException>
409
- );
410
- }
411
- export declare class QueryTooLargeException extends __BaseException {
412
- readonly name: "QueryTooLargeException";
413
- readonly $fault: "client";
414
- detailedMessage: string | undefined;
415
- requestId: string | undefined;
416
- code: string | undefined;
417
- constructor(
418
- opts: __ExceptionOptionType<QueryTooLargeException, __BaseException>
419
- );
420
- }
421
113
  export interface ExecuteGremlinProfileQueryInput {
422
114
  gremlinQuery: string | undefined;
423
115
  results?: boolean | undefined;
@@ -443,13 +135,6 @@ export interface ExecuteGremlinQueryOutput {
443
135
  result?: __DocumentType | undefined;
444
136
  meta?: __DocumentType | undefined;
445
137
  }
446
- export declare const OpenCypherExplainMode: {
447
- readonly DETAILS: "details";
448
- readonly DYNAMIC: "dynamic";
449
- readonly STATIC: "static";
450
- };
451
- export type OpenCypherExplainMode =
452
- (typeof OpenCypherExplainMode)[keyof typeof OpenCypherExplainMode];
453
138
  export interface ExecuteOpenCypherExplainQueryInput {
454
139
  openCypherQuery: string | undefined;
455
140
  parameters?: string | undefined;
@@ -587,27 +272,6 @@ export interface GetPropertygraphStatisticsOutput {
587
272
  status: string | undefined;
588
273
  payload: Statistics | undefined;
589
274
  }
590
- export declare class ExpiredStreamException extends __BaseException {
591
- readonly name: "ExpiredStreamException";
592
- readonly $fault: "client";
593
- detailedMessage: string | undefined;
594
- requestId: string | undefined;
595
- code: string | undefined;
596
- constructor(
597
- opts: __ExceptionOptionType<ExpiredStreamException, __BaseException>
598
- );
599
- }
600
- export declare const Encoding: {
601
- readonly GZIP: "gzip";
602
- };
603
- export type Encoding = (typeof Encoding)[keyof typeof Encoding];
604
- export declare const IteratorType: {
605
- readonly AFTER_SEQUENCE_NUMBER: "AFTER_SEQUENCE_NUMBER";
606
- readonly AT_SEQUENCE_NUMBER: "AT_SEQUENCE_NUMBER";
607
- readonly LATEST: "LATEST";
608
- readonly TRIM_HORIZON: "TRIM_HORIZON";
609
- };
610
- export type IteratorType = (typeof IteratorType)[keyof typeof IteratorType];
611
275
  export interface GetPropertygraphStreamInput {
612
276
  limit?: number | undefined;
613
277
  iteratorType?: IteratorType | undefined;
@@ -637,33 +301,6 @@ export interface GetPropertygraphStreamOutput {
637
301
  records: PropertygraphRecord[] | undefined;
638
302
  totalRecords: number | undefined;
639
303
  }
640
- export declare class StreamRecordsNotFoundException extends __BaseException {
641
- readonly name: "StreamRecordsNotFoundException";
642
- readonly $fault: "client";
643
- detailedMessage: string | undefined;
644
- requestId: string | undefined;
645
- code: string | undefined;
646
- constructor(
647
- opts: __ExceptionOptionType<StreamRecordsNotFoundException, __BaseException>
648
- );
649
- }
650
- export declare class ThrottlingException extends __BaseException {
651
- readonly name: "ThrottlingException";
652
- readonly $fault: "server";
653
- $retryable: {};
654
- detailedMessage: string | undefined;
655
- requestId: string | undefined;
656
- code: string | undefined;
657
- constructor(
658
- opts: __ExceptionOptionType<ThrottlingException, __BaseException>
659
- );
660
- }
661
- export declare const GraphSummaryType: {
662
- readonly BASIC: "basic";
663
- readonly DETAILED: "detailed";
664
- };
665
- export type GraphSummaryType =
666
- (typeof GraphSummaryType)[keyof typeof GraphSummaryType];
667
304
  export interface GetPropertygraphSummaryInput {
668
305
  mode?: GraphSummaryType | undefined;
669
306
  }
@@ -814,13 +451,6 @@ export interface ListOpenCypherQueriesOutput {
814
451
  runningQueryCount?: number | undefined;
815
452
  queries?: GremlinQueryStatus[] | undefined;
816
453
  }
817
- export declare const StatisticsAutoGenerationMode: {
818
- readonly DISABLE_AUTOCOMPUTE: "disableAutoCompute";
819
- readonly ENABLE_AUTOCOMPUTE: "enableAutoCompute";
820
- readonly REFRESH: "refresh";
821
- };
822
- export type StatisticsAutoGenerationMode =
823
- (typeof StatisticsAutoGenerationMode)[keyof typeof StatisticsAutoGenerationMode];
824
454
  export interface ManagePropertygraphStatisticsInput {
825
455
  mode?: StatisticsAutoGenerationMode | undefined;
826
456
  }
@@ -838,77 +468,6 @@ export interface ManageSparqlStatisticsOutput {
838
468
  status: string | undefined;
839
469
  payload?: RefreshStatisticsIdMap | undefined;
840
470
  }
841
- export declare class S3Exception extends __BaseException {
842
- readonly name: "S3Exception";
843
- readonly $fault: "client";
844
- $retryable: {};
845
- detailedMessage: string | undefined;
846
- requestId: string | undefined;
847
- code: string | undefined;
848
- constructor(opts: __ExceptionOptionType<S3Exception, __BaseException>);
849
- }
850
- export declare const Format: {
851
- readonly CSV: "csv";
852
- readonly NQUADS: "nquads";
853
- readonly NTRIPLES: "ntriples";
854
- readonly OPENCYPHER: "opencypher";
855
- readonly RDFXML: "rdfxml";
856
- readonly TURTLE: "turtle";
857
- };
858
- export type Format = (typeof Format)[keyof typeof Format];
859
- export declare const Mode: {
860
- readonly AUTO: "AUTO";
861
- readonly NEW: "NEW";
862
- readonly RESUME: "RESUME";
863
- };
864
- export type Mode = (typeof Mode)[keyof typeof Mode];
865
- export declare const Parallelism: {
866
- readonly HIGH: "HIGH";
867
- readonly LOW: "LOW";
868
- readonly MEDIUM: "MEDIUM";
869
- readonly OVERSUBSCRIBE: "OVERSUBSCRIBE";
870
- };
871
- export type Parallelism = (typeof Parallelism)[keyof typeof Parallelism];
872
- export declare const S3BucketRegion: {
873
- readonly AF_SOUTH_1: "af-south-1";
874
- readonly AP_EAST_1: "ap-east-1";
875
- readonly AP_EAST_2: "ap-east-2";
876
- readonly AP_NORTHEAST_1: "ap-northeast-1";
877
- readonly AP_NORTHEAST_2: "ap-northeast-2";
878
- readonly AP_NORTHEAST_3: "ap-northeast-3";
879
- readonly AP_SOUTHEAST_1: "ap-southeast-1";
880
- readonly AP_SOUTHEAST_2: "ap-southeast-2";
881
- readonly AP_SOUTHEAST_3: "ap-southeast-3";
882
- readonly AP_SOUTHEAST_4: "ap-southeast-4";
883
- readonly AP_SOUTHEAST_5: "ap-southeast-5";
884
- readonly AP_SOUTHEAST_7: "ap-southeast-7";
885
- readonly AP_SOUTH_1: "ap-south-1";
886
- readonly AP_SOUTH_2: "ap-south-2";
887
- readonly CA_CENTRAL_1: "ca-central-1";
888
- readonly CA_WEST_1: "ca-west-1";
889
- readonly CN_NORTHWEST_1: "cn-northwest-1";
890
- readonly CN_NORTH_1: "cn-north-1";
891
- readonly EU_CENTRAL_1: "eu-central-1";
892
- readonly EU_CENTRAL_2: "eu-central-2";
893
- readonly EU_NORTH_1: "eu-north-1";
894
- readonly EU_SOUTH_2: "eu-south-2";
895
- readonly EU_WEST_1: "eu-west-1";
896
- readonly EU_WEST_2: "eu-west-2";
897
- readonly EU_WEST_3: "eu-west-3";
898
- readonly IL_CENTRAL_1: "il-central-1";
899
- readonly ME_CENTRAL_1: "me-central-1";
900
- readonly ME_SOUTH_1: "me-south-1";
901
- readonly MX_CENTRAL_1: "mx-central-1";
902
- readonly SA_EAST_1: "sa-east-1";
903
- readonly US_EAST_1: "us-east-1";
904
- readonly US_EAST_2: "us-east-2";
905
- readonly US_GOV_EAST_1: "us-gov-east-1";
906
- readonly US_GOV_WEST_1: "us-gov-west-1";
907
- readonly US_WEST_1: "us-west-1";
908
- readonly US_WEST_2: "us-west-2";
909
- };
910
- export type S3BucketRegion =
911
- (typeof S3BucketRegion)[keyof typeof S3BucketRegion];
912
471
  export interface StartLoaderJobInput {
913
472
  source: string | undefined;
914
473
  format: Format | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-neptunedata",
3
3
  "description": "AWS SDK for JavaScript Neptunedata 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-neptunedata",
@@ -20,38 +20,38 @@
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/middleware-host-header": "3.930.0",
26
26
  "@aws-sdk/middleware-logger": "3.930.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.933.0",
28
- "@aws-sdk/middleware-user-agent": "3.932.0",
28
+ "@aws-sdk/middleware-user-agent": "3.935.0",
29
29
  "@aws-sdk/region-config-resolver": "3.930.0",
30
30
  "@aws-sdk/types": "3.930.0",
31
31
  "@aws-sdk/util-endpoints": "3.930.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.930.0",
33
- "@aws-sdk/util-user-agent-node": "3.932.0",
33
+ "@aws-sdk/util-user-agent-node": "3.935.0",
34
34
  "@smithy/config-resolver": "^4.4.3",
35
- "@smithy/core": "^3.18.2",
35
+ "@smithy/core": "^3.18.5",
36
36
  "@smithy/fetch-http-handler": "^5.3.6",
37
37
  "@smithy/hash-node": "^4.2.5",
38
38
  "@smithy/invalid-dependency": "^4.2.5",
39
39
  "@smithy/middleware-content-length": "^4.2.5",
40
- "@smithy/middleware-endpoint": "^4.3.9",
41
- "@smithy/middleware-retry": "^4.4.9",
42
- "@smithy/middleware-serde": "^4.2.5",
40
+ "@smithy/middleware-endpoint": "^4.3.12",
41
+ "@smithy/middleware-retry": "^4.4.12",
42
+ "@smithy/middleware-serde": "^4.2.6",
43
43
  "@smithy/middleware-stack": "^4.2.5",
44
44
  "@smithy/node-config-provider": "^4.3.5",
45
45
  "@smithy/node-http-handler": "^4.4.5",
46
46
  "@smithy/protocol-http": "^5.3.5",
47
- "@smithy/smithy-client": "^4.9.5",
47
+ "@smithy/smithy-client": "^4.9.8",
48
48
  "@smithy/types": "^4.9.0",
49
49
  "@smithy/url-parser": "^4.2.5",
50
50
  "@smithy/util-base64": "^4.3.0",
51
51
  "@smithy/util-body-length-browser": "^4.2.0",
52
52
  "@smithy/util-body-length-node": "^4.2.1",
53
- "@smithy/util-defaults-mode-browser": "^4.3.8",
54
- "@smithy/util-defaults-mode-node": "^4.2.11",
53
+ "@smithy/util-defaults-mode-browser": "^4.3.11",
54
+ "@smithy/util-defaults-mode-node": "^4.2.14",
55
55
  "@smithy/util-endpoints": "^3.2.5",
56
56
  "@smithy/util-middleware": "^4.2.5",
57
57
  "@smithy/util-retry": "^4.2.5",
@@ -1 +0,0 @@
1
- export * from "./models_0";
@@ -1 +0,0 @@
1
- export * from "./models_0";
@@ -1 +0,0 @@
1
- export * from "./models_0";