@aws-sdk/client-neptune-graph 3.495.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 +29 -26
- package/package.json +40 -40
package/dist-cjs/index.js
CHANGED
|
@@ -2731,10 +2731,14 @@ var waitUntilPrivateGraphEndpointDeleted = /* @__PURE__ */ __name(async (params,
|
|
|
2731
2731
|
// src/index.ts
|
|
2732
2732
|
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
2733
2733
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2734
|
+
|
|
2734
2735
|
0 && (module.exports = {
|
|
2736
|
+
NeptuneGraphServiceException,
|
|
2737
|
+
__Client,
|
|
2738
|
+
NeptuneGraphClient,
|
|
2739
|
+
NeptuneGraph,
|
|
2740
|
+
$Command,
|
|
2735
2741
|
CancelImportTaskCommand,
|
|
2736
|
-
ConflictException,
|
|
2737
|
-
ConflictExceptionReason,
|
|
2738
2742
|
CreateGraphCommand,
|
|
2739
2743
|
CreateGraphSnapshotCommand,
|
|
2740
2744
|
CreateGraphUsingImportTaskCommand,
|
|
@@ -2742,54 +2746,53 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
2742
2746
|
DeleteGraphCommand,
|
|
2743
2747
|
DeleteGraphSnapshotCommand,
|
|
2744
2748
|
DeletePrivateGraphEndpointCommand,
|
|
2745
|
-
Format,
|
|
2746
2749
|
GetGraphCommand,
|
|
2747
2750
|
GetGraphSnapshotCommand,
|
|
2748
2751
|
GetImportTaskCommand,
|
|
2749
2752
|
GetPrivateGraphEndpointCommand,
|
|
2750
|
-
GraphStatus,
|
|
2751
|
-
ImportOptions,
|
|
2752
|
-
ImportTaskStatus,
|
|
2753
|
-
InternalServerException,
|
|
2754
2753
|
ListGraphSnapshotsCommand,
|
|
2755
2754
|
ListGraphsCommand,
|
|
2756
2755
|
ListImportTasksCommand,
|
|
2757
2756
|
ListPrivateGraphEndpointsCommand,
|
|
2758
2757
|
ListTagsForResourceCommand,
|
|
2759
|
-
NeptuneGraph,
|
|
2760
|
-
NeptuneGraphClient,
|
|
2761
|
-
NeptuneGraphServiceException,
|
|
2762
|
-
PrivateGraphEndpointStatus,
|
|
2763
2758
|
ResetGraphCommand,
|
|
2764
|
-
ResourceNotFoundException,
|
|
2765
2759
|
RestoreGraphFromSnapshotCommand,
|
|
2766
|
-
ServiceQuotaExceededException,
|
|
2767
|
-
SnapshotStatus,
|
|
2768
2760
|
TagResourceCommand,
|
|
2769
|
-
ThrottlingException,
|
|
2770
2761
|
UntagResourceCommand,
|
|
2771
2762
|
UpdateGraphCommand,
|
|
2772
|
-
ValidationException,
|
|
2773
|
-
ValidationExceptionReason,
|
|
2774
|
-
__Client,
|
|
2775
2763
|
paginateListGraphSnapshots,
|
|
2776
2764
|
paginateListGraphs,
|
|
2777
2765
|
paginateListImportTasks,
|
|
2778
2766
|
paginateListPrivateGraphEndpoints,
|
|
2779
2767
|
waitForGraphAvailable,
|
|
2780
|
-
waitForGraphDeleted,
|
|
2781
|
-
waitForGraphSnapshotAvailable,
|
|
2782
|
-
waitForGraphSnapshotDeleted,
|
|
2783
|
-
waitForImportTaskCancelled,
|
|
2784
|
-
waitForImportTaskSuccessful,
|
|
2785
|
-
waitForPrivateGraphEndpointAvailable,
|
|
2786
|
-
waitForPrivateGraphEndpointDeleted,
|
|
2787
2768
|
waitUntilGraphAvailable,
|
|
2769
|
+
waitForGraphDeleted,
|
|
2788
2770
|
waitUntilGraphDeleted,
|
|
2771
|
+
waitForGraphSnapshotAvailable,
|
|
2789
2772
|
waitUntilGraphSnapshotAvailable,
|
|
2773
|
+
waitForGraphSnapshotDeleted,
|
|
2790
2774
|
waitUntilGraphSnapshotDeleted,
|
|
2775
|
+
waitForImportTaskCancelled,
|
|
2791
2776
|
waitUntilImportTaskCancelled,
|
|
2777
|
+
waitForImportTaskSuccessful,
|
|
2792
2778
|
waitUntilImportTaskSuccessful,
|
|
2779
|
+
waitForPrivateGraphEndpointAvailable,
|
|
2793
2780
|
waitUntilPrivateGraphEndpointAvailable,
|
|
2794
|
-
|
|
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
|
|
2795
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,48 +20,48 @@
|
|
|
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.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.1.
|
|
37
|
-
"@smithy/core": "^1.3.
|
|
38
|
-
"@smithy/fetch-http-handler": "^2.4.
|
|
39
|
-
"@smithy/hash-node": "^2.1.
|
|
40
|
-
"@smithy/invalid-dependency": "^2.1.
|
|
41
|
-
"@smithy/middleware-content-length": "^2.1.
|
|
42
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
43
|
-
"@smithy/middleware-retry": "^2.1.
|
|
44
|
-
"@smithy/middleware-serde": "^2.1.
|
|
45
|
-
"@smithy/middleware-stack": "^2.1.
|
|
46
|
-
"@smithy/node-config-provider": "^2.2.
|
|
47
|
-
"@smithy/node-http-handler": "^2.3.
|
|
48
|
-
"@smithy/protocol-http": "^3.1.
|
|
49
|
-
"@smithy/smithy-client": "^2.3.
|
|
50
|
-
"@smithy/types": "^2.9.
|
|
51
|
-
"@smithy/url-parser": "^2.1.
|
|
52
|
-
"@smithy/util-base64": "^2.1.
|
|
53
|
-
"@smithy/util-body-length-browser": "^2.1.
|
|
54
|
-
"@smithy/util-body-length-node": "^2.2.
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^2.1.
|
|
57
|
-
"@smithy/util-endpoints": "^1.1.
|
|
58
|
-
"@smithy/util-retry": "^2.1.
|
|
59
|
-
"@smithy/util-utf8": "^2.1.
|
|
60
|
-
"@smithy/util-waiter": "^2.1.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
|
+
"@aws-sdk/core": "3.496.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.496.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.496.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.496.0",
|
|
32
|
+
"@aws-sdk/types": "3.496.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.496.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.496.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.496.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.1.1",
|
|
37
|
+
"@smithy/core": "^1.3.1",
|
|
38
|
+
"@smithy/fetch-http-handler": "^2.4.1",
|
|
39
|
+
"@smithy/hash-node": "^2.1.1",
|
|
40
|
+
"@smithy/invalid-dependency": "^2.1.1",
|
|
41
|
+
"@smithy/middleware-content-length": "^2.1.1",
|
|
42
|
+
"@smithy/middleware-endpoint": "^2.4.1",
|
|
43
|
+
"@smithy/middleware-retry": "^2.1.1",
|
|
44
|
+
"@smithy/middleware-serde": "^2.1.1",
|
|
45
|
+
"@smithy/middleware-stack": "^2.1.1",
|
|
46
|
+
"@smithy/node-config-provider": "^2.2.1",
|
|
47
|
+
"@smithy/node-http-handler": "^2.3.1",
|
|
48
|
+
"@smithy/protocol-http": "^3.1.1",
|
|
49
|
+
"@smithy/smithy-client": "^2.3.1",
|
|
50
|
+
"@smithy/types": "^2.9.1",
|
|
51
|
+
"@smithy/url-parser": "^2.1.1",
|
|
52
|
+
"@smithy/util-base64": "^2.1.1",
|
|
53
|
+
"@smithy/util-body-length-browser": "^2.1.1",
|
|
54
|
+
"@smithy/util-body-length-node": "^2.2.1",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^2.1.1",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^2.1.1",
|
|
57
|
+
"@smithy/util-endpoints": "^1.1.1",
|
|
58
|
+
"@smithy/util-retry": "^2.1.1",
|
|
59
|
+
"@smithy/util-utf8": "^2.1.1",
|
|
60
|
+
"@smithy/util-waiter": "^2.1.1",
|
|
61
61
|
"tslib": "^2.5.0"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@smithy/service-client-documentation-generator": "^2.1.
|
|
64
|
+
"@smithy/service-client-documentation-generator": "^2.1.1",
|
|
65
65
|
"@tsconfig/node14": "1.0.3",
|
|
66
66
|
"@types/node": "^14.14.31",
|
|
67
67
|
"concurrently": "7.0.0",
|