@aws-sdk/client-neptune-graph 3.496.0 → 3.499.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 +27 -26
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -2733,9 +2733,12 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
2733
2733
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2734
2734
|
|
|
2735
2735
|
0 && (module.exports = {
|
|
2736
|
+
NeptuneGraphServiceException,
|
|
2737
|
+
__Client,
|
|
2738
|
+
NeptuneGraphClient,
|
|
2739
|
+
NeptuneGraph,
|
|
2740
|
+
$Command,
|
|
2736
2741
|
CancelImportTaskCommand,
|
|
2737
|
-
ConflictException,
|
|
2738
|
-
ConflictExceptionReason,
|
|
2739
2742
|
CreateGraphCommand,
|
|
2740
2743
|
CreateGraphSnapshotCommand,
|
|
2741
2744
|
CreateGraphUsingImportTaskCommand,
|
|
@@ -2743,55 +2746,53 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
2743
2746
|
DeleteGraphCommand,
|
|
2744
2747
|
DeleteGraphSnapshotCommand,
|
|
2745
2748
|
DeletePrivateGraphEndpointCommand,
|
|
2746
|
-
Format,
|
|
2747
2749
|
GetGraphCommand,
|
|
2748
2750
|
GetGraphSnapshotCommand,
|
|
2749
2751
|
GetImportTaskCommand,
|
|
2750
2752
|
GetPrivateGraphEndpointCommand,
|
|
2751
|
-
GraphStatus,
|
|
2752
|
-
ImportOptions,
|
|
2753
|
-
ImportTaskStatus,
|
|
2754
|
-
InternalServerException,
|
|
2755
2753
|
ListGraphSnapshotsCommand,
|
|
2756
2754
|
ListGraphsCommand,
|
|
2757
2755
|
ListImportTasksCommand,
|
|
2758
2756
|
ListPrivateGraphEndpointsCommand,
|
|
2759
2757
|
ListTagsForResourceCommand,
|
|
2760
|
-
NeptuneGraph,
|
|
2761
|
-
NeptuneGraphClient,
|
|
2762
|
-
NeptuneGraphServiceException,
|
|
2763
|
-
PrivateGraphEndpointStatus,
|
|
2764
2758
|
ResetGraphCommand,
|
|
2765
|
-
ResourceNotFoundException,
|
|
2766
2759
|
RestoreGraphFromSnapshotCommand,
|
|
2767
|
-
ServiceQuotaExceededException,
|
|
2768
|
-
SnapshotStatus,
|
|
2769
2760
|
TagResourceCommand,
|
|
2770
|
-
ThrottlingException,
|
|
2771
2761
|
UntagResourceCommand,
|
|
2772
2762
|
UpdateGraphCommand,
|
|
2773
|
-
ValidationException,
|
|
2774
|
-
ValidationExceptionReason,
|
|
2775
|
-
__Client,
|
|
2776
2763
|
paginateListGraphSnapshots,
|
|
2777
2764
|
paginateListGraphs,
|
|
2778
2765
|
paginateListImportTasks,
|
|
2779
2766
|
paginateListPrivateGraphEndpoints,
|
|
2780
2767
|
waitForGraphAvailable,
|
|
2781
|
-
waitForGraphDeleted,
|
|
2782
|
-
waitForGraphSnapshotAvailable,
|
|
2783
|
-
waitForGraphSnapshotDeleted,
|
|
2784
|
-
waitForImportTaskCancelled,
|
|
2785
|
-
waitForImportTaskSuccessful,
|
|
2786
|
-
waitForPrivateGraphEndpointAvailable,
|
|
2787
|
-
waitForPrivateGraphEndpointDeleted,
|
|
2788
2768
|
waitUntilGraphAvailable,
|
|
2769
|
+
waitForGraphDeleted,
|
|
2789
2770
|
waitUntilGraphDeleted,
|
|
2771
|
+
waitForGraphSnapshotAvailable,
|
|
2790
2772
|
waitUntilGraphSnapshotAvailable,
|
|
2773
|
+
waitForGraphSnapshotDeleted,
|
|
2791
2774
|
waitUntilGraphSnapshotDeleted,
|
|
2775
|
+
waitForImportTaskCancelled,
|
|
2792
2776
|
waitUntilImportTaskCancelled,
|
|
2777
|
+
waitForImportTaskSuccessful,
|
|
2793
2778
|
waitUntilImportTaskSuccessful,
|
|
2779
|
+
waitForPrivateGraphEndpointAvailable,
|
|
2794
2780
|
waitUntilPrivateGraphEndpointAvailable,
|
|
2795
|
-
|
|
2781
|
+
waitForPrivateGraphEndpointDeleted,
|
|
2782
|
+
waitUntilPrivateGraphEndpointDeleted,
|
|
2783
|
+
ConflictExceptionReason,
|
|
2784
|
+
ConflictException,
|
|
2785
|
+
GraphStatus,
|
|
2786
|
+
InternalServerException,
|
|
2787
|
+
ServiceQuotaExceededException,
|
|
2788
|
+
ThrottlingException,
|
|
2789
|
+
ValidationExceptionReason,
|
|
2790
|
+
ValidationException,
|
|
2791
|
+
ResourceNotFoundException,
|
|
2792
|
+
PrivateGraphEndpointStatus,
|
|
2793
|
+
SnapshotStatus,
|
|
2794
|
+
Format,
|
|
2795
|
+
ImportTaskStatus,
|
|
2796
|
+
ImportOptions
|
|
2796
2797
|
});
|
|
2797
2798
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-neptune-graph",
|
|
3
3
|
"description": "AWS SDK for JavaScript Neptune Graph Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.499.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-neptune-graph",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|