@aws-sdk/client-neptunedata 3.987.0 → 3.989.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/dist-cjs/index.js +62 -2183
- package/dist-cjs/models/NeptunedataServiceException.js +12 -0
- package/dist-cjs/models/errors.js +661 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +1318 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +226 -220
- package/dist-types/schemas/schemas_0.d.ts +39 -32
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +34 -32
- package/package.json +14 -14
|
@@ -1,10 +1,48 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
3
|
+
export declare var NeptunedataServiceException$: StaticErrorSchema;
|
|
2
4
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
3
5
|
export declare var BadRequestException$: StaticErrorSchema;
|
|
4
6
|
export declare var BulkLoadIdNotFoundException$: StaticErrorSchema;
|
|
7
|
+
export declare var CancelledByUserException$: StaticErrorSchema;
|
|
8
|
+
export declare var ClientTimeoutException$: StaticErrorSchema;
|
|
9
|
+
export declare var ConcurrentModificationException$: StaticErrorSchema;
|
|
10
|
+
export declare var ConstraintViolationException$: StaticErrorSchema;
|
|
11
|
+
export declare var ExpiredStreamException$: StaticErrorSchema;
|
|
12
|
+
export declare var FailureByQueryException$: StaticErrorSchema;
|
|
13
|
+
export declare var IllegalArgumentException$: StaticErrorSchema;
|
|
14
|
+
export declare var InternalFailureException$: StaticErrorSchema;
|
|
15
|
+
export declare var InvalidArgumentException$: StaticErrorSchema;
|
|
16
|
+
export declare var InvalidNumericDataException$: StaticErrorSchema;
|
|
17
|
+
export declare var InvalidParameterException$: StaticErrorSchema;
|
|
18
|
+
export declare var LoadUrlAccessDeniedException$: StaticErrorSchema;
|
|
19
|
+
export declare var MalformedQueryException$: StaticErrorSchema;
|
|
20
|
+
export declare var MemoryLimitExceededException$: StaticErrorSchema;
|
|
21
|
+
export declare var MethodNotAllowedException$: StaticErrorSchema;
|
|
22
|
+
export declare var MissingParameterException$: StaticErrorSchema;
|
|
23
|
+
export declare var MLResourceNotFoundException$: StaticErrorSchema;
|
|
24
|
+
export declare var ParsingException$: StaticErrorSchema;
|
|
25
|
+
export declare var PreconditionsFailedException$: StaticErrorSchema;
|
|
26
|
+
export declare var QueryLimitExceededException$: StaticErrorSchema;
|
|
27
|
+
export declare var QueryLimitException$: StaticErrorSchema;
|
|
28
|
+
export declare var QueryTooLargeException$: StaticErrorSchema;
|
|
29
|
+
export declare var ReadOnlyViolationException$: StaticErrorSchema;
|
|
30
|
+
export declare var S3Exception$: StaticErrorSchema;
|
|
31
|
+
export declare var ServerShutdownException$: StaticErrorSchema;
|
|
32
|
+
export declare var StatisticsNotAvailableException$: StaticErrorSchema;
|
|
33
|
+
export declare var StreamRecordsNotFoundException$: StaticErrorSchema;
|
|
34
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
35
|
+
export declare var TimeLimitExceededException$: StaticErrorSchema;
|
|
36
|
+
export declare var TooManyRequestsException$: StaticErrorSchema;
|
|
37
|
+
export declare var UnsupportedOperationException$: StaticErrorSchema;
|
|
38
|
+
/**
|
|
39
|
+
* TypeRegistry instances containing modeled errors.
|
|
40
|
+
* @internal
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
5
44
|
export declare var CancelGremlinQueryInput$: StaticStructureSchema;
|
|
6
45
|
export declare var CancelGremlinQueryOutput$: StaticStructureSchema;
|
|
7
|
-
export declare var CancelledByUserException$: StaticErrorSchema;
|
|
8
46
|
export declare var CancelLoaderJobInput$: StaticStructureSchema;
|
|
9
47
|
export declare var CancelLoaderJobOutput$: StaticStructureSchema;
|
|
10
48
|
export declare var CancelMLDataProcessingJobInput$: StaticStructureSchema;
|
|
@@ -15,9 +53,6 @@ export declare var CancelMLModelTransformJobInput$: StaticStructureSchema;
|
|
|
15
53
|
export declare var CancelMLModelTransformJobOutput$: StaticStructureSchema;
|
|
16
54
|
export declare var CancelOpenCypherQueryInput$: StaticStructureSchema;
|
|
17
55
|
export declare var CancelOpenCypherQueryOutput$: StaticStructureSchema;
|
|
18
|
-
export declare var ClientTimeoutException$: StaticErrorSchema;
|
|
19
|
-
export declare var ConcurrentModificationException$: StaticErrorSchema;
|
|
20
|
-
export declare var ConstraintViolationException$: StaticErrorSchema;
|
|
21
56
|
export declare var CreateMLEndpointInput$: StaticStructureSchema;
|
|
22
57
|
export declare var CreateMLEndpointOutput$: StaticStructureSchema;
|
|
23
58
|
export declare var CustomModelTrainingParameters$: StaticStructureSchema;
|
|
@@ -40,8 +75,6 @@ export declare var ExecuteOpenCypherExplainQueryInput$: StaticStructureSchema;
|
|
|
40
75
|
export declare var ExecuteOpenCypherExplainQueryOutput$: StaticStructureSchema;
|
|
41
76
|
export declare var ExecuteOpenCypherQueryInput$: StaticStructureSchema;
|
|
42
77
|
export declare var ExecuteOpenCypherQueryOutput$: StaticStructureSchema;
|
|
43
|
-
export declare var ExpiredStreamException$: StaticErrorSchema;
|
|
44
|
-
export declare var FailureByQueryException$: StaticErrorSchema;
|
|
45
78
|
export declare var FastResetToken$: StaticStructureSchema;
|
|
46
79
|
export declare var GetEngineStatusOutput$: StaticStructureSchema;
|
|
47
80
|
export declare var GetGremlinQueryStatusInput$: StaticStructureSchema;
|
|
@@ -70,11 +103,6 @@ export declare var GetSparqlStreamInput$: StaticStructureSchema;
|
|
|
70
103
|
export declare var GetSparqlStreamOutput$: StaticStructureSchema;
|
|
71
104
|
export declare var GremlinQueryStatus$: StaticStructureSchema;
|
|
72
105
|
export declare var GremlinQueryStatusAttributes$: StaticStructureSchema;
|
|
73
|
-
export declare var IllegalArgumentException$: StaticErrorSchema;
|
|
74
|
-
export declare var InternalFailureException$: StaticErrorSchema;
|
|
75
|
-
export declare var InvalidArgumentException$: StaticErrorSchema;
|
|
76
|
-
export declare var InvalidNumericDataException$: StaticErrorSchema;
|
|
77
|
-
export declare var InvalidParameterException$: StaticErrorSchema;
|
|
78
106
|
export declare var ListGremlinQueriesInput$: StaticStructureSchema;
|
|
79
107
|
export declare var ListGremlinQueriesOutput$: StaticStructureSchema;
|
|
80
108
|
export declare var ListLoaderJobsInput$: StaticStructureSchema;
|
|
@@ -90,36 +118,22 @@ export declare var ListMLModelTransformJobsOutput$: StaticStructureSchema;
|
|
|
90
118
|
export declare var ListOpenCypherQueriesInput$: StaticStructureSchema;
|
|
91
119
|
export declare var ListOpenCypherQueriesOutput$: StaticStructureSchema;
|
|
92
120
|
export declare var LoaderIdResult$: StaticStructureSchema;
|
|
93
|
-
export declare var LoadUrlAccessDeniedException$: StaticErrorSchema;
|
|
94
|
-
export declare var MalformedQueryException$: StaticErrorSchema;
|
|
95
121
|
export declare var ManagePropertygraphStatisticsInput$: StaticStructureSchema;
|
|
96
122
|
export declare var ManagePropertygraphStatisticsOutput$: StaticStructureSchema;
|
|
97
123
|
export declare var ManageSparqlStatisticsInput$: StaticStructureSchema;
|
|
98
124
|
export declare var ManageSparqlStatisticsOutput$: StaticStructureSchema;
|
|
99
|
-
export declare var MemoryLimitExceededException$: StaticErrorSchema;
|
|
100
|
-
export declare var MethodNotAllowedException$: StaticErrorSchema;
|
|
101
|
-
export declare var MissingParameterException$: StaticErrorSchema;
|
|
102
125
|
export declare var MlConfigDefinition$: StaticStructureSchema;
|
|
103
126
|
export declare var MlResourceDefinition$: StaticStructureSchema;
|
|
104
|
-
export declare var MLResourceNotFoundException$: StaticErrorSchema;
|
|
105
127
|
export declare var NodeStructure$: StaticStructureSchema;
|
|
106
|
-
export declare var ParsingException$: StaticErrorSchema;
|
|
107
|
-
export declare var PreconditionsFailedException$: StaticErrorSchema;
|
|
108
128
|
export declare var PropertygraphData$: StaticStructureSchema;
|
|
109
129
|
export declare var PropertygraphRecord$: StaticStructureSchema;
|
|
110
130
|
export declare var PropertygraphSummary$: StaticStructureSchema;
|
|
111
131
|
export declare var PropertygraphSummaryValueMap$: StaticStructureSchema;
|
|
112
132
|
export declare var QueryEvalStats$: StaticStructureSchema;
|
|
113
133
|
export declare var QueryLanguageVersion$: StaticStructureSchema;
|
|
114
|
-
export declare var QueryLimitExceededException$: StaticErrorSchema;
|
|
115
|
-
export declare var QueryLimitException$: StaticErrorSchema;
|
|
116
|
-
export declare var QueryTooLargeException$: StaticErrorSchema;
|
|
117
134
|
export declare var RDFGraphSummary$: StaticStructureSchema;
|
|
118
135
|
export declare var RDFGraphSummaryValueMap$: StaticStructureSchema;
|
|
119
|
-
export declare var ReadOnlyViolationException$: StaticErrorSchema;
|
|
120
136
|
export declare var RefreshStatisticsIdMap$: StaticStructureSchema;
|
|
121
|
-
export declare var S3Exception$: StaticErrorSchema;
|
|
122
|
-
export declare var ServerShutdownException$: StaticErrorSchema;
|
|
123
137
|
export declare var SparqlData$: StaticStructureSchema;
|
|
124
138
|
export declare var SparqlRecord$: StaticStructureSchema;
|
|
125
139
|
export declare var StartLoaderJobInput$: StaticStructureSchema;
|
|
@@ -131,15 +145,8 @@ export declare var StartMLModelTrainingJobOutput$: StaticStructureSchema;
|
|
|
131
145
|
export declare var StartMLModelTransformJobInput$: StaticStructureSchema;
|
|
132
146
|
export declare var StartMLModelTransformJobOutput$: StaticStructureSchema;
|
|
133
147
|
export declare var Statistics$: StaticStructureSchema;
|
|
134
|
-
export declare var StatisticsNotAvailableException$: StaticErrorSchema;
|
|
135
148
|
export declare var StatisticsSummary$: StaticStructureSchema;
|
|
136
|
-
export declare var StreamRecordsNotFoundException$: StaticErrorSchema;
|
|
137
149
|
export declare var SubjectStructure$: StaticStructureSchema;
|
|
138
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
139
|
-
export declare var TimeLimitExceededException$: StaticErrorSchema;
|
|
140
|
-
export declare var TooManyRequestsException$: StaticErrorSchema;
|
|
141
|
-
export declare var UnsupportedOperationException$: StaticErrorSchema;
|
|
142
|
-
export declare var NeptunedataServiceException$: StaticErrorSchema;
|
|
143
150
|
export declare var CancelGremlinQuery$: StaticOperationSchema;
|
|
144
151
|
export declare var CancelLoaderJob$: StaticOperationSchema;
|
|
145
152
|
export declare var CancelMLDataProcessingJob$: StaticOperationSchema;
|
|
@@ -1,14 +1,47 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
} from "@smithy/types";
|
|
7
|
+
export declare var NeptunedataServiceException$: StaticErrorSchema;
|
|
6
8
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
7
9
|
export declare var BadRequestException$: StaticErrorSchema;
|
|
8
10
|
export declare var BulkLoadIdNotFoundException$: StaticErrorSchema;
|
|
11
|
+
export declare var CancelledByUserException$: StaticErrorSchema;
|
|
12
|
+
export declare var ClientTimeoutException$: StaticErrorSchema;
|
|
13
|
+
export declare var ConcurrentModificationException$: StaticErrorSchema;
|
|
14
|
+
export declare var ConstraintViolationException$: StaticErrorSchema;
|
|
15
|
+
export declare var ExpiredStreamException$: StaticErrorSchema;
|
|
16
|
+
export declare var FailureByQueryException$: StaticErrorSchema;
|
|
17
|
+
export declare var IllegalArgumentException$: StaticErrorSchema;
|
|
18
|
+
export declare var InternalFailureException$: StaticErrorSchema;
|
|
19
|
+
export declare var InvalidArgumentException$: StaticErrorSchema;
|
|
20
|
+
export declare var InvalidNumericDataException$: StaticErrorSchema;
|
|
21
|
+
export declare var InvalidParameterException$: StaticErrorSchema;
|
|
22
|
+
export declare var LoadUrlAccessDeniedException$: StaticErrorSchema;
|
|
23
|
+
export declare var MalformedQueryException$: StaticErrorSchema;
|
|
24
|
+
export declare var MemoryLimitExceededException$: StaticErrorSchema;
|
|
25
|
+
export declare var MethodNotAllowedException$: StaticErrorSchema;
|
|
26
|
+
export declare var MissingParameterException$: StaticErrorSchema;
|
|
27
|
+
export declare var MLResourceNotFoundException$: StaticErrorSchema;
|
|
28
|
+
export declare var ParsingException$: StaticErrorSchema;
|
|
29
|
+
export declare var PreconditionsFailedException$: StaticErrorSchema;
|
|
30
|
+
export declare var QueryLimitExceededException$: StaticErrorSchema;
|
|
31
|
+
export declare var QueryLimitException$: StaticErrorSchema;
|
|
32
|
+
export declare var QueryTooLargeException$: StaticErrorSchema;
|
|
33
|
+
export declare var ReadOnlyViolationException$: StaticErrorSchema;
|
|
34
|
+
export declare var S3Exception$: StaticErrorSchema;
|
|
35
|
+
export declare var ServerShutdownException$: StaticErrorSchema;
|
|
36
|
+
export declare var StatisticsNotAvailableException$: StaticErrorSchema;
|
|
37
|
+
export declare var StreamRecordsNotFoundException$: StaticErrorSchema;
|
|
38
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
39
|
+
export declare var TimeLimitExceededException$: StaticErrorSchema;
|
|
40
|
+
export declare var TooManyRequestsException$: StaticErrorSchema;
|
|
41
|
+
export declare var UnsupportedOperationException$: StaticErrorSchema;
|
|
42
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
9
43
|
export declare var CancelGremlinQueryInput$: StaticStructureSchema;
|
|
10
44
|
export declare var CancelGremlinQueryOutput$: StaticStructureSchema;
|
|
11
|
-
export declare var CancelledByUserException$: StaticErrorSchema;
|
|
12
45
|
export declare var CancelLoaderJobInput$: StaticStructureSchema;
|
|
13
46
|
export declare var CancelLoaderJobOutput$: StaticStructureSchema;
|
|
14
47
|
export declare var CancelMLDataProcessingJobInput$: StaticStructureSchema;
|
|
@@ -19,9 +52,6 @@ export declare var CancelMLModelTransformJobInput$: StaticStructureSchema;
|
|
|
19
52
|
export declare var CancelMLModelTransformJobOutput$: StaticStructureSchema;
|
|
20
53
|
export declare var CancelOpenCypherQueryInput$: StaticStructureSchema;
|
|
21
54
|
export declare var CancelOpenCypherQueryOutput$: StaticStructureSchema;
|
|
22
|
-
export declare var ClientTimeoutException$: StaticErrorSchema;
|
|
23
|
-
export declare var ConcurrentModificationException$: StaticErrorSchema;
|
|
24
|
-
export declare var ConstraintViolationException$: StaticErrorSchema;
|
|
25
55
|
export declare var CreateMLEndpointInput$: StaticStructureSchema;
|
|
26
56
|
export declare var CreateMLEndpointOutput$: StaticStructureSchema;
|
|
27
57
|
export declare var CustomModelTrainingParameters$: StaticStructureSchema;
|
|
@@ -44,8 +74,6 @@ export declare var ExecuteOpenCypherExplainQueryInput$: StaticStructureSchema;
|
|
|
44
74
|
export declare var ExecuteOpenCypherExplainQueryOutput$: StaticStructureSchema;
|
|
45
75
|
export declare var ExecuteOpenCypherQueryInput$: StaticStructureSchema;
|
|
46
76
|
export declare var ExecuteOpenCypherQueryOutput$: StaticStructureSchema;
|
|
47
|
-
export declare var ExpiredStreamException$: StaticErrorSchema;
|
|
48
|
-
export declare var FailureByQueryException$: StaticErrorSchema;
|
|
49
77
|
export declare var FastResetToken$: StaticStructureSchema;
|
|
50
78
|
export declare var GetEngineStatusOutput$: StaticStructureSchema;
|
|
51
79
|
export declare var GetGremlinQueryStatusInput$: StaticStructureSchema;
|
|
@@ -74,11 +102,6 @@ export declare var GetSparqlStreamInput$: StaticStructureSchema;
|
|
|
74
102
|
export declare var GetSparqlStreamOutput$: StaticStructureSchema;
|
|
75
103
|
export declare var GremlinQueryStatus$: StaticStructureSchema;
|
|
76
104
|
export declare var GremlinQueryStatusAttributes$: StaticStructureSchema;
|
|
77
|
-
export declare var IllegalArgumentException$: StaticErrorSchema;
|
|
78
|
-
export declare var InternalFailureException$: StaticErrorSchema;
|
|
79
|
-
export declare var InvalidArgumentException$: StaticErrorSchema;
|
|
80
|
-
export declare var InvalidNumericDataException$: StaticErrorSchema;
|
|
81
|
-
export declare var InvalidParameterException$: StaticErrorSchema;
|
|
82
105
|
export declare var ListGremlinQueriesInput$: StaticStructureSchema;
|
|
83
106
|
export declare var ListGremlinQueriesOutput$: StaticStructureSchema;
|
|
84
107
|
export declare var ListLoaderJobsInput$: StaticStructureSchema;
|
|
@@ -94,36 +117,22 @@ export declare var ListMLModelTransformJobsOutput$: StaticStructureSchema;
|
|
|
94
117
|
export declare var ListOpenCypherQueriesInput$: StaticStructureSchema;
|
|
95
118
|
export declare var ListOpenCypherQueriesOutput$: StaticStructureSchema;
|
|
96
119
|
export declare var LoaderIdResult$: StaticStructureSchema;
|
|
97
|
-
export declare var LoadUrlAccessDeniedException$: StaticErrorSchema;
|
|
98
|
-
export declare var MalformedQueryException$: StaticErrorSchema;
|
|
99
120
|
export declare var ManagePropertygraphStatisticsInput$: StaticStructureSchema;
|
|
100
121
|
export declare var ManagePropertygraphStatisticsOutput$: StaticStructureSchema;
|
|
101
122
|
export declare var ManageSparqlStatisticsInput$: StaticStructureSchema;
|
|
102
123
|
export declare var ManageSparqlStatisticsOutput$: StaticStructureSchema;
|
|
103
|
-
export declare var MemoryLimitExceededException$: StaticErrorSchema;
|
|
104
|
-
export declare var MethodNotAllowedException$: StaticErrorSchema;
|
|
105
|
-
export declare var MissingParameterException$: StaticErrorSchema;
|
|
106
124
|
export declare var MlConfigDefinition$: StaticStructureSchema;
|
|
107
125
|
export declare var MlResourceDefinition$: StaticStructureSchema;
|
|
108
|
-
export declare var MLResourceNotFoundException$: StaticErrorSchema;
|
|
109
126
|
export declare var NodeStructure$: StaticStructureSchema;
|
|
110
|
-
export declare var ParsingException$: StaticErrorSchema;
|
|
111
|
-
export declare var PreconditionsFailedException$: StaticErrorSchema;
|
|
112
127
|
export declare var PropertygraphData$: StaticStructureSchema;
|
|
113
128
|
export declare var PropertygraphRecord$: StaticStructureSchema;
|
|
114
129
|
export declare var PropertygraphSummary$: StaticStructureSchema;
|
|
115
130
|
export declare var PropertygraphSummaryValueMap$: StaticStructureSchema;
|
|
116
131
|
export declare var QueryEvalStats$: StaticStructureSchema;
|
|
117
132
|
export declare var QueryLanguageVersion$: StaticStructureSchema;
|
|
118
|
-
export declare var QueryLimitExceededException$: StaticErrorSchema;
|
|
119
|
-
export declare var QueryLimitException$: StaticErrorSchema;
|
|
120
|
-
export declare var QueryTooLargeException$: StaticErrorSchema;
|
|
121
133
|
export declare var RDFGraphSummary$: StaticStructureSchema;
|
|
122
134
|
export declare var RDFGraphSummaryValueMap$: StaticStructureSchema;
|
|
123
|
-
export declare var ReadOnlyViolationException$: StaticErrorSchema;
|
|
124
135
|
export declare var RefreshStatisticsIdMap$: StaticStructureSchema;
|
|
125
|
-
export declare var S3Exception$: StaticErrorSchema;
|
|
126
|
-
export declare var ServerShutdownException$: StaticErrorSchema;
|
|
127
136
|
export declare var SparqlData$: StaticStructureSchema;
|
|
128
137
|
export declare var SparqlRecord$: StaticStructureSchema;
|
|
129
138
|
export declare var StartLoaderJobInput$: StaticStructureSchema;
|
|
@@ -135,15 +144,8 @@ export declare var StartMLModelTrainingJobOutput$: StaticStructureSchema;
|
|
|
135
144
|
export declare var StartMLModelTransformJobInput$: StaticStructureSchema;
|
|
136
145
|
export declare var StartMLModelTransformJobOutput$: StaticStructureSchema;
|
|
137
146
|
export declare var Statistics$: StaticStructureSchema;
|
|
138
|
-
export declare var StatisticsNotAvailableException$: StaticErrorSchema;
|
|
139
147
|
export declare var StatisticsSummary$: StaticStructureSchema;
|
|
140
|
-
export declare var StreamRecordsNotFoundException$: StaticErrorSchema;
|
|
141
148
|
export declare var SubjectStructure$: StaticStructureSchema;
|
|
142
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
143
|
-
export declare var TimeLimitExceededException$: StaticErrorSchema;
|
|
144
|
-
export declare var TooManyRequestsException$: StaticErrorSchema;
|
|
145
|
-
export declare var UnsupportedOperationException$: StaticErrorSchema;
|
|
146
|
-
export declare var NeptunedataServiceException$: StaticErrorSchema;
|
|
147
149
|
export declare var CancelGremlinQuery$: StaticOperationSchema;
|
|
148
150
|
export declare var CancelLoaderJob$: StaticOperationSchema;
|
|
149
151
|
export declare var CancelMLDataProcessingJob$: StaticOperationSchema;
|
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.
|
|
4
|
+
"version": "3.989.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-neptunedata",
|
|
@@ -21,42 +21,42 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.9",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.8",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.9",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
31
|
"@aws-sdk/types": "^3.973.1",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.989.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.7",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.23.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.11.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|
|
59
|
-
"@smithy/util-stream": "^4.5.
|
|
59
|
+
"@smithy/util-stream": "^4.5.12",
|
|
60
60
|
"@smithy/util-utf8": "^4.2.0",
|
|
61
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|