@aws-sdk/client-neptune-graph 3.758.0 → 3.764.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.
@@ -491,7 +491,7 @@ export interface CreateGraphInput {
491
491
  * <p>A name for the new Neptune Analytics graph to be created.</p>
492
492
  * <p>The name must contain from 1 to 63 letters, numbers, or hyphens, and its
493
493
  * first character must be a letter. It cannot end with a hyphen or contain two
494
- * consecutive hyphens. </p>
494
+ * consecutive hyphens. Only lowercase letters are allowed.</p>
495
495
  * @public
496
496
  */
497
497
  graphName: string | undefined;
@@ -535,7 +535,7 @@ export interface CreateGraphInput {
535
535
  */
536
536
  deletionProtection?: boolean | undefined;
537
537
  /**
538
- * <p>The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph. Min = 128</p>
538
+ * <p>The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph. Min = 16</p>
539
539
  * @public
540
540
  */
541
541
  provisionedMemory: number | undefined;
@@ -571,7 +571,7 @@ export interface CreateGraphOutput {
571
571
  * <p>The graph name. For example: <code>my-graph-1</code>.</p>
572
572
  * <p>The name must contain from 1 to 63 letters, numbers, or hyphens, and its
573
573
  * first character must be a letter. It cannot end with a hyphen or contain two
574
- * consecutive hyphens. </p>
574
+ * consecutive hyphens. Only lowercase letters are allowed.</p>
575
575
  * @public
576
576
  */
577
577
  name: string | undefined;
@@ -597,7 +597,7 @@ export interface CreateGraphOutput {
597
597
  createTime?: Date | undefined;
598
598
  /**
599
599
  * <p>The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph.</p>
600
- * <p>Min = 128</p>
600
+ * <p>Min = 16</p>
601
601
  * @public
602
602
  */
603
603
  provisionedMemory?: number | undefined;
@@ -1074,13 +1074,13 @@ export interface RestoreGraphFromSnapshotInput {
1074
1074
  * <p>A name for the new Neptune Analytics graph to be created from the snapshot.</p>
1075
1075
  * <p>The name must contain from 1 to 63 letters, numbers, or hyphens, and its
1076
1076
  * first character must be a letter. It cannot end with a hyphen or contain two
1077
- * consecutive hyphens. </p>
1077
+ * consecutive hyphens. Only lowercase letters are allowed.</p>
1078
1078
  * @public
1079
1079
  */
1080
1080
  graphName: string | undefined;
1081
1081
  /**
1082
1082
  * <p>The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph.</p>
1083
- * <p>Min = 128</p>
1083
+ * <p>Min = 16</p>
1084
1084
  * @public
1085
1085
  */
1086
1086
  provisionedMemory?: number | undefined;
@@ -1210,7 +1210,7 @@ export interface UpdateGraphInput {
1210
1210
  publicConnectivity?: boolean | undefined;
1211
1211
  /**
1212
1212
  * <p>The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph.</p>
1213
- * <p>Min = 128</p>
1213
+ * <p>Min = 16</p>
1214
1214
  * @public
1215
1215
  */
1216
1216
  provisionedMemory?: number | undefined;
@@ -1625,7 +1625,7 @@ export interface CreateGraphSnapshotInput {
1625
1625
  * <p>The snapshot name. For example: <code>my-snapshot-1</code>.</p>
1626
1626
  * <p>The name must contain from 1 to 63 letters, numbers, or hyphens, and its
1627
1627
  * first character must be a letter. It cannot end with a hyphen or contain two
1628
- * consecutive hyphens.</p>
1628
+ * consecutive hyphens. Only lowercase letters are allowed.</p>
1629
1629
  * @public
1630
1630
  */
1631
1631
  snapshotName: string | undefined;
@@ -1713,7 +1713,7 @@ export interface DeleteGraphSnapshotOutput {
1713
1713
  * <p>The snapshot name. For example: <code>my-snapshot-1</code>.</p>
1714
1714
  * <p>The name must contain from 1 to 63 letters, numbers, or hyphens, and its
1715
1715
  * first character must be a letter. It cannot end with a hyphen or contain two
1716
- * consecutive hyphens.</p>
1716
+ * consecutive hyphens. Only lowercase letters are allowed.</p>
1717
1717
  * @public
1718
1718
  */
1719
1719
  name: string | undefined;
@@ -1766,7 +1766,7 @@ export interface GetGraphSnapshotOutput {
1766
1766
  * <p>The snapshot name. For example: <code>my-snapshot-1</code>.</p>
1767
1767
  * <p>The name must contain from 1 to 63 letters, numbers, or hyphens, and its
1768
1768
  * first character must be a letter. It cannot end with a hyphen or contain two
1769
- * consecutive hyphens.</p>
1769
+ * consecutive hyphens. Only lowercase letters are allowed.</p>
1770
1770
  * @public
1771
1771
  */
1772
1772
  name: string | undefined;
@@ -1838,7 +1838,7 @@ export interface GraphSnapshotSummary {
1838
1838
  * <p>The snapshot name. For example: <code>my-snapshot-1</code>.</p>
1839
1839
  * <p>The name must contain from 1 to 63 letters, numbers, or hyphens, and its
1840
1840
  * first character must be a letter. It cannot end with a hyphen or contain two
1841
- * consecutive hyphens.</p>
1841
+ * consecutive hyphens. Only lowercase letters are allowed.</p>
1842
1842
  * @public
1843
1843
  */
1844
1844
  name: string | undefined;
@@ -2193,7 +2193,7 @@ export interface CreateGraphUsingImportTaskInput {
2193
2193
  * <p>A name for the new Neptune Analytics graph to be created.</p>
2194
2194
  * <p>The name must contain from 1 to 63 letters, numbers, or hyphens, and its
2195
2195
  * first character must be a letter. It cannot end with a hyphen or contain two
2196
- * consecutive hyphens. </p>
2196
+ * consecutive hyphens. Only lowercase letters are allowed.</p>
2197
2197
  * @public
2198
2198
  */
2199
2199
  graphName: string | undefined;
@@ -2254,7 +2254,7 @@ export interface CreateGraphUsingImportTaskInput {
2254
2254
  */
2255
2255
  maxProvisionedMemory?: number | undefined;
2256
2256
  /**
2257
- * <p>The minimum provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph. Default: 128</p>
2257
+ * <p>The minimum provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph. Default: 16</p>
2258
2258
  * @public
2259
2259
  */
2260
2260
  minProvisionedMemory?: number | undefined;
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.758.0",
4
+ "version": "3.764.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",