@aws-sdk/client-neptune-graph 3.741.0 → 3.743.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 CHANGED
@@ -890,6 +890,7 @@ var se_ListExportTasksCommand = /* @__PURE__ */ __name(async (input, context) =>
890
890
  const headers = {};
891
891
  b.bp("/exporttasks");
892
892
  const query = (0, import_smithy_client.map)({
893
+ [_gI]: [, input[_gI]],
893
894
  [_nT]: [, input[_nT]],
894
895
  [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()]
895
896
  });
@@ -285,6 +285,7 @@ export const se_ListExportTasksCommand = async (input, context) => {
285
285
  const headers = {};
286
286
  b.bp("/exporttasks");
287
287
  const query = map({
288
+ [_gI]: [, input[_gI]],
288
289
  [_nT]: [, input[_nT]],
289
290
  [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
290
291
  });
@@ -35,6 +35,7 @@ declare const ListExportTasksCommand_base: {
35
35
  * // const { NeptuneGraphClient, ListExportTasksCommand } = require("@aws-sdk/client-neptune-graph"); // CommonJS import
36
36
  * const client = new NeptuneGraphClient(config);
37
37
  * const input = { // ListExportTasksInput
38
+ * graphIdentifier: "STRING_VALUE",
38
39
  * nextToken: "STRING_VALUE",
39
40
  * maxResults: Number("int"),
40
41
  * };
@@ -2247,9 +2247,9 @@ export interface CreateGraphUsingImportTaskInput {
2247
2247
  /**
2248
2248
  * <p>The maximum provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph. Default: 1024,
2249
2249
  * or the approved upper limit for your account.</p>
2250
- * <p> If both the minimum and maximum values are specified, the max of the
2251
- * <code>min-provisioned-memory</code> and <code>max-provisioned memory</code> is
2252
- * used to create the graph. If neither value is specified 128 m-NCUs are used.</p>
2250
+ * <p> If both the minimum and maximum values are specified, the final
2251
+ * <code>provisioned-memory</code> will be chosen per the actual size of your imported data. If neither value is specified,
2252
+ * 128 m-NCUs are used.</p>
2253
2253
  * @public
2254
2254
  */
2255
2255
  maxProvisionedMemory?: number | undefined;
@@ -2707,6 +2707,11 @@ export interface GetImportTaskOutput {
2707
2707
  * @public
2708
2708
  */
2709
2709
  export interface ListExportTasksInput {
2710
+ /**
2711
+ * <p>The unique identifier of the Neptune Analytics graph.</p>
2712
+ * @public
2713
+ */
2714
+ graphIdentifier?: string | undefined;
2710
2715
  /**
2711
2716
  * <p>Pagination token used to paginate input.</p>
2712
2717
  * @public
@@ -700,6 +700,7 @@ export interface GetImportTaskOutput {
700
700
  statusReason?: string | undefined;
701
701
  }
702
702
  export interface ListExportTasksInput {
703
+ graphIdentifier?: string | undefined;
703
704
  nextToken?: string | undefined;
704
705
  maxResults?: number | undefined;
705
706
  }
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.741.0",
4
+ "version": "3.743.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",
@@ -21,16 +21,16 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.734.0",
24
- "@aws-sdk/credential-provider-node": "3.741.0",
24
+ "@aws-sdk/credential-provider-node": "3.743.0",
25
25
  "@aws-sdk/middleware-host-header": "3.734.0",
26
26
  "@aws-sdk/middleware-logger": "3.734.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.734.0",
28
- "@aws-sdk/middleware-user-agent": "3.734.0",
28
+ "@aws-sdk/middleware-user-agent": "3.743.0",
29
29
  "@aws-sdk/region-config-resolver": "3.734.0",
30
30
  "@aws-sdk/types": "3.734.0",
31
- "@aws-sdk/util-endpoints": "3.734.0",
31
+ "@aws-sdk/util-endpoints": "3.743.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.734.0",
33
- "@aws-sdk/util-user-agent-node": "3.734.0",
33
+ "@aws-sdk/util-user-agent-node": "3.743.0",
34
34
  "@smithy/config-resolver": "^4.0.1",
35
35
  "@smithy/core": "^3.1.1",
36
36
  "@smithy/fetch-http-handler": "^5.0.1",