@aws-sdk/client-neptunedata 3.758.0 → 3.772.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 +39 -39
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AccessDeniedException: () => AccessDeniedException,
|
|
25
25
|
Action: () => Action,
|
|
26
26
|
BadRequestException: () => BadRequestException,
|
|
@@ -113,7 +113,7 @@ __export(src_exports, {
|
|
|
113
113
|
UnsupportedOperationException: () => UnsupportedOperationException,
|
|
114
114
|
__Client: () => import_smithy_client.Client
|
|
115
115
|
});
|
|
116
|
-
module.exports = __toCommonJS(
|
|
116
|
+
module.exports = __toCommonJS(index_exports);
|
|
117
117
|
|
|
118
118
|
// src/NeptunedataClient.ts
|
|
119
119
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -240,9 +240,9 @@ var NeptunedataClient = class extends import_smithy_client.Client {
|
|
|
240
240
|
this.middlewareStack.use(
|
|
241
241
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
242
242
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultNeptunedataHttpAuthSchemeParametersProvider,
|
|
243
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
243
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
244
244
|
"aws.auth#sigv4": config.credentials
|
|
245
|
-
})
|
|
245
|
+
}), "identityProviderConfigProvider")
|
|
246
246
|
})
|
|
247
247
|
);
|
|
248
248
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -2094,13 +2094,13 @@ var se_StartLoaderJobCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
2094
2094
|
let body;
|
|
2095
2095
|
body = JSON.stringify(
|
|
2096
2096
|
(0, import_smithy_client.take)(input, {
|
|
2097
|
-
dependencies: (_) => (0, import_smithy_client._json)(_),
|
|
2097
|
+
dependencies: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "dependencies"),
|
|
2098
2098
|
failOnError: [],
|
|
2099
2099
|
format: [],
|
|
2100
2100
|
iamRoleArn: [],
|
|
2101
2101
|
mode: [],
|
|
2102
2102
|
parallelism: [],
|
|
2103
|
-
parserConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
2103
|
+
parserConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "parserConfiguration"),
|
|
2104
2104
|
queueRequest: [],
|
|
2105
2105
|
region: [, , `s3BucketRegion`],
|
|
2106
2106
|
source: [],
|
|
@@ -2132,8 +2132,8 @@ var se_StartMLDataProcessingJobCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
2132
2132
|
processingTimeOutInSeconds: [],
|
|
2133
2133
|
s3OutputEncryptionKMSKey: [],
|
|
2134
2134
|
sagemakerIamRoleArn: [],
|
|
2135
|
-
securityGroupIds: (_) => (0, import_smithy_client._json)(_),
|
|
2136
|
-
subnets: (_) => (0, import_smithy_client._json)(_),
|
|
2135
|
+
securityGroupIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "securityGroupIds"),
|
|
2136
|
+
subnets: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "subnets"),
|
|
2137
2137
|
volumeEncryptionKMSKey: []
|
|
2138
2138
|
})
|
|
2139
2139
|
);
|
|
@@ -2150,7 +2150,7 @@ var se_StartMLModelTrainingJobCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
2150
2150
|
body = JSON.stringify(
|
|
2151
2151
|
(0, import_smithy_client.take)(input, {
|
|
2152
2152
|
baseProcessingInstanceType: [],
|
|
2153
|
-
customModelTrainingParameters: (_) => (0, import_smithy_client._json)(_),
|
|
2153
|
+
customModelTrainingParameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "customModelTrainingParameters"),
|
|
2154
2154
|
dataProcessingJobId: [],
|
|
2155
2155
|
enableManagedSpotTraining: [],
|
|
2156
2156
|
id: [],
|
|
@@ -2160,8 +2160,8 @@ var se_StartMLModelTrainingJobCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
2160
2160
|
previousModelTrainingJobId: [],
|
|
2161
2161
|
s3OutputEncryptionKMSKey: [],
|
|
2162
2162
|
sagemakerIamRoleArn: [],
|
|
2163
|
-
securityGroupIds: (_) => (0, import_smithy_client._json)(_),
|
|
2164
|
-
subnets: (_) => (0, import_smithy_client._json)(_),
|
|
2163
|
+
securityGroupIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "securityGroupIds"),
|
|
2164
|
+
subnets: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "subnets"),
|
|
2165
2165
|
trainModelS3Location: [],
|
|
2166
2166
|
trainingInstanceType: [],
|
|
2167
2167
|
trainingInstanceVolumeSizeInGB: [],
|
|
@@ -2183,7 +2183,7 @@ var se_StartMLModelTransformJobCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
2183
2183
|
(0, import_smithy_client.take)(input, {
|
|
2184
2184
|
baseProcessingInstanceType: [],
|
|
2185
2185
|
baseProcessingInstanceVolumeSizeInGB: [],
|
|
2186
|
-
customModelTransformParameters: (_) => (0, import_smithy_client._json)(_),
|
|
2186
|
+
customModelTransformParameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "customModelTransformParameters"),
|
|
2187
2187
|
dataProcessingJobId: [],
|
|
2188
2188
|
id: [],
|
|
2189
2189
|
mlModelTrainingJobId: [],
|
|
@@ -2191,8 +2191,8 @@ var se_StartMLModelTransformJobCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
2191
2191
|
neptuneIamRoleArn: [],
|
|
2192
2192
|
s3OutputEncryptionKMSKey: [],
|
|
2193
2193
|
sagemakerIamRoleArn: [],
|
|
2194
|
-
securityGroupIds: (_) => (0, import_smithy_client._json)(_),
|
|
2195
|
-
subnets: (_) => (0, import_smithy_client._json)(_),
|
|
2194
|
+
securityGroupIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "securityGroupIds"),
|
|
2195
|
+
subnets: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "subnets"),
|
|
2196
2196
|
trainingJobName: [],
|
|
2197
2197
|
volumeEncryptionKMSKey: []
|
|
2198
2198
|
})
|
|
@@ -2397,10 +2397,10 @@ var de_ExecuteGremlinQueryCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
2397
2397
|
});
|
|
2398
2398
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2399
2399
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2400
|
-
meta: (_) => de_Document(_, context),
|
|
2400
|
+
meta: /* @__PURE__ */ __name((_) => de_Document(_, context), "meta"),
|
|
2401
2401
|
requestId: import_smithy_client.expectString,
|
|
2402
|
-
result: (_) => de_Document(_, context),
|
|
2403
|
-
status: (_) => de_GremlinQueryStatusAttributes(_, context)
|
|
2402
|
+
result: /* @__PURE__ */ __name((_) => de_Document(_, context), "result"),
|
|
2403
|
+
status: /* @__PURE__ */ __name((_) => de_GremlinQueryStatusAttributes(_, context), "status")
|
|
2404
2404
|
});
|
|
2405
2405
|
Object.assign(contents, doc);
|
|
2406
2406
|
return contents;
|
|
@@ -2425,7 +2425,7 @@ var de_ExecuteOpenCypherQueryCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
2425
2425
|
});
|
|
2426
2426
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2427
2427
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2428
|
-
results: (_) => de_Document(_, context)
|
|
2428
|
+
results: /* @__PURE__ */ __name((_) => de_Document(_, context), "results")
|
|
2429
2429
|
});
|
|
2430
2430
|
Object.assign(contents, doc);
|
|
2431
2431
|
return contents;
|
|
@@ -2441,7 +2441,7 @@ var de_GetEngineStatusCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
2441
2441
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2442
2442
|
dbEngineVersion: import_smithy_client.expectString,
|
|
2443
2443
|
dfeQueryEngine: import_smithy_client.expectString,
|
|
2444
|
-
features: (_) => de_DocumentValuedMap(_, context),
|
|
2444
|
+
features: /* @__PURE__ */ __name((_) => de_DocumentValuedMap(_, context), "features"),
|
|
2445
2445
|
gremlin: import_smithy_client._json,
|
|
2446
2446
|
labMode: import_smithy_client._json,
|
|
2447
2447
|
opencypher: import_smithy_client._json,
|
|
@@ -2465,7 +2465,7 @@ var de_GetGremlinQueryStatusCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
2465
2465
|
});
|
|
2466
2466
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2467
2467
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2468
|
-
queryEvalStats: (_) => de_QueryEvalStats(_, context),
|
|
2468
|
+
queryEvalStats: /* @__PURE__ */ __name((_) => de_QueryEvalStats(_, context), "queryEvalStats"),
|
|
2469
2469
|
queryId: import_smithy_client.expectString,
|
|
2470
2470
|
queryString: import_smithy_client.expectString
|
|
2471
2471
|
});
|
|
@@ -2481,7 +2481,7 @@ var de_GetLoaderJobStatusCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
2481
2481
|
});
|
|
2482
2482
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2483
2483
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2484
|
-
payload: (_) => de_Document(_, context),
|
|
2484
|
+
payload: /* @__PURE__ */ __name((_) => de_Document(_, context), "payload"),
|
|
2485
2485
|
status: import_smithy_client.expectString
|
|
2486
2486
|
});
|
|
2487
2487
|
Object.assign(contents, doc);
|
|
@@ -2566,7 +2566,7 @@ var de_GetOpenCypherQueryStatusCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
2566
2566
|
});
|
|
2567
2567
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2568
2568
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2569
|
-
queryEvalStats: (_) => de_QueryEvalStats(_, context),
|
|
2569
|
+
queryEvalStats: /* @__PURE__ */ __name((_) => de_QueryEvalStats(_, context), "queryEvalStats"),
|
|
2570
2570
|
queryId: import_smithy_client.expectString,
|
|
2571
2571
|
queryString: import_smithy_client.expectString
|
|
2572
2572
|
});
|
|
@@ -2582,7 +2582,7 @@ var de_GetPropertygraphStatisticsCommand = /* @__PURE__ */ __name(async (output,
|
|
|
2582
2582
|
});
|
|
2583
2583
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2584
2584
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2585
|
-
payload: (_) => de_Statistics(_, context),
|
|
2585
|
+
payload: /* @__PURE__ */ __name((_) => de_Statistics(_, context), "payload"),
|
|
2586
2586
|
status: import_smithy_client.expectString
|
|
2587
2587
|
});
|
|
2588
2588
|
Object.assign(contents, doc);
|
|
@@ -2600,7 +2600,7 @@ var de_GetPropertygraphStreamCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
2600
2600
|
format: import_smithy_client.expectString,
|
|
2601
2601
|
lastEventId: import_smithy_client._json,
|
|
2602
2602
|
lastTrxTimestampInMillis: [, import_smithy_client.expectLong, `lastTrxTimestamp`],
|
|
2603
|
-
records: (_) => de_PropertygraphRecordsList(_, context),
|
|
2603
|
+
records: /* @__PURE__ */ __name((_) => de_PropertygraphRecordsList(_, context), "records"),
|
|
2604
2604
|
totalRecords: import_smithy_client.expectInt32
|
|
2605
2605
|
});
|
|
2606
2606
|
Object.assign(contents, doc);
|
|
@@ -2615,7 +2615,7 @@ var de_GetPropertygraphSummaryCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
2615
2615
|
});
|
|
2616
2616
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2617
2617
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2618
|
-
payload: (_) => de_PropertygraphSummaryValueMap(_, context)
|
|
2618
|
+
payload: /* @__PURE__ */ __name((_) => de_PropertygraphSummaryValueMap(_, context), "payload")
|
|
2619
2619
|
});
|
|
2620
2620
|
Object.assign(contents, doc);
|
|
2621
2621
|
(0, import_smithy_client.map)(contents, {
|
|
@@ -2632,7 +2632,7 @@ var de_GetRDFGraphSummaryCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
2632
2632
|
});
|
|
2633
2633
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2634
2634
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2635
|
-
payload: (_) => de_RDFGraphSummaryValueMap(_, context)
|
|
2635
|
+
payload: /* @__PURE__ */ __name((_) => de_RDFGraphSummaryValueMap(_, context), "payload")
|
|
2636
2636
|
});
|
|
2637
2637
|
Object.assign(contents, doc);
|
|
2638
2638
|
(0, import_smithy_client.map)(contents, {
|
|
@@ -2649,7 +2649,7 @@ var de_GetSparqlStatisticsCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
2649
2649
|
});
|
|
2650
2650
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2651
2651
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2652
|
-
payload: (_) => de_Statistics(_, context),
|
|
2652
|
+
payload: /* @__PURE__ */ __name((_) => de_Statistics(_, context), "payload"),
|
|
2653
2653
|
status: import_smithy_client.expectString
|
|
2654
2654
|
});
|
|
2655
2655
|
Object.assign(contents, doc);
|
|
@@ -2667,7 +2667,7 @@ var de_GetSparqlStreamCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
2667
2667
|
format: import_smithy_client.expectString,
|
|
2668
2668
|
lastEventId: import_smithy_client._json,
|
|
2669
2669
|
lastTrxTimestampInMillis: [, import_smithy_client.expectLong, `lastTrxTimestamp`],
|
|
2670
|
-
records: (_) => de_SparqlRecordsList(_, context),
|
|
2670
|
+
records: /* @__PURE__ */ __name((_) => de_SparqlRecordsList(_, context), "records"),
|
|
2671
2671
|
totalRecords: import_smithy_client.expectInt32
|
|
2672
2672
|
});
|
|
2673
2673
|
Object.assign(contents, doc);
|
|
@@ -2683,7 +2683,7 @@ var de_ListGremlinQueriesCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
2683
2683
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2684
2684
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2685
2685
|
acceptedQueryCount: import_smithy_client.expectInt32,
|
|
2686
|
-
queries: (_) => de_GremlinQueries(_, context),
|
|
2686
|
+
queries: /* @__PURE__ */ __name((_) => de_GremlinQueries(_, context), "queries"),
|
|
2687
2687
|
runningQueryCount: import_smithy_client.expectInt32
|
|
2688
2688
|
});
|
|
2689
2689
|
Object.assign(contents, doc);
|
|
@@ -2770,7 +2770,7 @@ var de_ListOpenCypherQueriesCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
2770
2770
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2771
2771
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2772
2772
|
acceptedQueryCount: import_smithy_client.expectInt32,
|
|
2773
|
-
queries: (_) => de_OpenCypherQueries(_, context),
|
|
2773
|
+
queries: /* @__PURE__ */ __name((_) => de_OpenCypherQueries(_, context), "queries"),
|
|
2774
2774
|
runningQueryCount: import_smithy_client.expectInt32
|
|
2775
2775
|
});
|
|
2776
2776
|
Object.assign(contents, doc);
|
|
@@ -3515,14 +3515,14 @@ var de_GremlinQueries = /* @__PURE__ */ __name((output, context) => {
|
|
|
3515
3515
|
}, "de_GremlinQueries");
|
|
3516
3516
|
var de_GremlinQueryStatus = /* @__PURE__ */ __name((output, context) => {
|
|
3517
3517
|
return (0, import_smithy_client.take)(output, {
|
|
3518
|
-
queryEvalStats: (_) => de_QueryEvalStats(_, context),
|
|
3518
|
+
queryEvalStats: /* @__PURE__ */ __name((_) => de_QueryEvalStats(_, context), "queryEvalStats"),
|
|
3519
3519
|
queryId: import_smithy_client.expectString,
|
|
3520
3520
|
queryString: import_smithy_client.expectString
|
|
3521
3521
|
});
|
|
3522
3522
|
}, "de_GremlinQueryStatus");
|
|
3523
3523
|
var de_GremlinQueryStatusAttributes = /* @__PURE__ */ __name((output, context) => {
|
|
3524
3524
|
return (0, import_smithy_client.take)(output, {
|
|
3525
|
-
attributes: (_) => de_Document(_, context),
|
|
3525
|
+
attributes: /* @__PURE__ */ __name((_) => de_Document(_, context), "attributes"),
|
|
3526
3526
|
code: import_smithy_client.expectInt32,
|
|
3527
3527
|
message: import_smithy_client.expectString
|
|
3528
3528
|
});
|
|
@@ -3540,13 +3540,13 @@ var de_PropertygraphData = /* @__PURE__ */ __name((output, context) => {
|
|
|
3540
3540
|
key: import_smithy_client.expectString,
|
|
3541
3541
|
to: import_smithy_client.expectString,
|
|
3542
3542
|
type: import_smithy_client.expectString,
|
|
3543
|
-
value: (_) => de_Document(_, context)
|
|
3543
|
+
value: /* @__PURE__ */ __name((_) => de_Document(_, context), "value")
|
|
3544
3544
|
});
|
|
3545
3545
|
}, "de_PropertygraphData");
|
|
3546
3546
|
var de_PropertygraphRecord = /* @__PURE__ */ __name((output, context) => {
|
|
3547
3547
|
return (0, import_smithy_client.take)(output, {
|
|
3548
3548
|
commitTimestampInMillis: [, import_smithy_client.expectLong, `commitTimestamp`],
|
|
3549
|
-
data: (_) => de_PropertygraphData(_, context),
|
|
3549
|
+
data: /* @__PURE__ */ __name((_) => de_PropertygraphData(_, context), "data"),
|
|
3550
3550
|
eventId: import_smithy_client._json,
|
|
3551
3551
|
isLastOp: import_smithy_client.expectBoolean,
|
|
3552
3552
|
op: import_smithy_client.expectString
|
|
@@ -3561,7 +3561,7 @@ var de_PropertygraphRecordsList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3561
3561
|
var de_PropertygraphSummaryValueMap = /* @__PURE__ */ __name((output, context) => {
|
|
3562
3562
|
return (0, import_smithy_client.take)(output, {
|
|
3563
3563
|
graphSummary: import_smithy_client._json,
|
|
3564
|
-
lastStatisticsComputationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3564
|
+
lastStatisticsComputationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastStatisticsComputationTime"),
|
|
3565
3565
|
version: import_smithy_client.expectString
|
|
3566
3566
|
});
|
|
3567
3567
|
}, "de_PropertygraphSummaryValueMap");
|
|
@@ -3569,14 +3569,14 @@ var de_QueryEvalStats = /* @__PURE__ */ __name((output, context) => {
|
|
|
3569
3569
|
return (0, import_smithy_client.take)(output, {
|
|
3570
3570
|
cancelled: import_smithy_client.expectBoolean,
|
|
3571
3571
|
elapsed: import_smithy_client.expectInt32,
|
|
3572
|
-
subqueries: (_) => de_Document(_, context),
|
|
3572
|
+
subqueries: /* @__PURE__ */ __name((_) => de_Document(_, context), "subqueries"),
|
|
3573
3573
|
waited: import_smithy_client.expectInt32
|
|
3574
3574
|
});
|
|
3575
3575
|
}, "de_QueryEvalStats");
|
|
3576
3576
|
var de_RDFGraphSummaryValueMap = /* @__PURE__ */ __name((output, context) => {
|
|
3577
3577
|
return (0, import_smithy_client.take)(output, {
|
|
3578
3578
|
graphSummary: import_smithy_client._json,
|
|
3579
|
-
lastStatisticsComputationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3579
|
+
lastStatisticsComputationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastStatisticsComputationTime"),
|
|
3580
3580
|
version: import_smithy_client.expectString
|
|
3581
3581
|
});
|
|
3582
3582
|
}, "de_RDFGraphSummaryValueMap");
|
|
@@ -3599,7 +3599,7 @@ var de_Statistics = /* @__PURE__ */ __name((output, context) => {
|
|
|
3599
3599
|
return (0, import_smithy_client.take)(output, {
|
|
3600
3600
|
active: import_smithy_client.expectBoolean,
|
|
3601
3601
|
autoCompute: import_smithy_client.expectBoolean,
|
|
3602
|
-
date: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
3602
|
+
date: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "date"),
|
|
3603
3603
|
note: import_smithy_client.expectString,
|
|
3604
3604
|
signatureInfo: import_smithy_client._json,
|
|
3605
3605
|
statisticsId: import_smithy_client.expectString
|
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.772.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",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.758.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
28
|
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|