@aws-sdk/client-neptunedata 3.428.0 → 3.430.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.
@@ -996,7 +996,7 @@ export interface ExecuteFastResetInput {
996
996
  * </li>
997
997
  * </ul>
998
998
  */
999
- action: Action | string | undefined;
999
+ action: Action | undefined;
1000
1000
  /**
1001
1001
  * @public
1002
1002
  * <p>The fast-reset token to initiate the reset.</p>
@@ -1429,7 +1429,7 @@ export interface ExecuteOpenCypherExplainQueryInput {
1429
1429
  * <p>The openCypher <code>explain</code> mode. Can be one of:
1430
1430
  * <code>static</code>, <code>dynamic</code>, or <code>details</code>.</p>
1431
1431
  */
1432
- explainMode: OpenCypherExplainMode | string | undefined;
1432
+ explainMode: OpenCypherExplainMode | undefined;
1433
1433
  }
1434
1434
  /**
1435
1435
  * @public
@@ -2139,7 +2139,7 @@ export interface GetPropertygraphStreamInput {
2139
2139
  * </li>
2140
2140
  * </ul>
2141
2141
  */
2142
- iteratorType?: IteratorType | string;
2142
+ iteratorType?: IteratorType;
2143
2143
  /**
2144
2144
  * @public
2145
2145
  * <p>The commit number of the starting record to read from the
@@ -2159,7 +2159,7 @@ export interface GetPropertygraphStreamInput {
2159
2159
  * @public
2160
2160
  * <p>If set to TRUE, Neptune compresses the response using gzip encoding.</p>
2161
2161
  */
2162
- encoding?: Encoding | string;
2162
+ encoding?: Encoding;
2163
2163
  }
2164
2164
  /**
2165
2165
  * @public
@@ -2377,7 +2377,7 @@ export interface GetPropertygraphSummaryInput {
2377
2377
  * <p>Mode can take one of two values: <code>BASIC</code> (the default),
2378
2378
  * and <code>DETAILED</code>.</p>
2379
2379
  */
2380
- mode?: GraphSummaryType | string;
2380
+ mode?: GraphSummaryType;
2381
2381
  }
2382
2382
  /**
2383
2383
  * @public
@@ -2545,7 +2545,7 @@ export interface GetRDFGraphSummaryInput {
2545
2545
  * <p>Mode can take one of two values: <code>BASIC</code> (the default),
2546
2546
  * and <code>DETAILED</code>.</p>
2547
2547
  */
2548
- mode?: GraphSummaryType | string;
2548
+ mode?: GraphSummaryType;
2549
2549
  }
2550
2550
  /**
2551
2551
  * @public
@@ -2709,7 +2709,7 @@ export interface GetSparqlStreamInput {
2709
2709
  * </li>
2710
2710
  * </ul>
2711
2711
  */
2712
- iteratorType?: IteratorType | string;
2712
+ iteratorType?: IteratorType;
2713
2713
  /**
2714
2714
  * @public
2715
2715
  * <p>The commit number of the starting record to read from the
@@ -2729,7 +2729,7 @@ export interface GetSparqlStreamInput {
2729
2729
  * @public
2730
2730
  * <p>If set to TRUE, Neptune compresses the response using gzip encoding.</p>
2731
2731
  */
2732
- encoding?: Encoding | string;
2732
+ encoding?: Encoding;
2733
2733
  }
2734
2734
  /**
2735
2735
  * @public
@@ -3083,7 +3083,7 @@ export interface ManagePropertygraphStatisticsInput {
3083
3083
  * <code>ENABLE_AUTOCOMPUTE</code>, or <code>REFRESH</code>, the last of
3084
3084
  * which manually triggers DFE statistics generation.</p>
3085
3085
  */
3086
- mode?: StatisticsAutoGenerationMode | string;
3086
+ mode?: StatisticsAutoGenerationMode;
3087
3087
  }
3088
3088
  /**
3089
3089
  * @public
@@ -3122,7 +3122,7 @@ export interface ManageSparqlStatisticsInput {
3122
3122
  * <code>ENABLE_AUTOCOMPUTE</code>, or <code>REFRESH</code>, the last of
3123
3123
  * which manually triggers DFE statistics generation.</p>
3124
3124
  */
3125
- mode?: StatisticsAutoGenerationMode | string;
3125
+ mode?: StatisticsAutoGenerationMode;
3126
3126
  }
3127
3127
  /**
3128
3128
  * @public
@@ -3329,12 +3329,12 @@ export interface StartLoaderJobInput {
3329
3329
  * </li>
3330
3330
  * </ul>
3331
3331
  */
3332
- format: Format | string | undefined;
3332
+ format: Format | undefined;
3333
3333
  /**
3334
3334
  * @public
3335
3335
  * <p>The Amazon region of the S3 bucket. This must match the Amazon Region of the DB cluster.</p>
3336
3336
  */
3337
- s3BucketRegion: S3BucketRegion | string | undefined;
3337
+ s3BucketRegion: S3BucketRegion | undefined;
3338
3338
  /**
3339
3339
  * @public
3340
3340
  * <p>The Amazon Resource Name (ARN) for an IAM role to be assumed by
@@ -3386,7 +3386,7 @@ export interface StartLoaderJobInput {
3386
3386
  * </li>
3387
3387
  * </ul>
3388
3388
  */
3389
- mode?: Mode | string;
3389
+ mode?: Mode;
3390
3390
  /**
3391
3391
  * @public
3392
3392
  * <p>
@@ -3444,7 +3444,7 @@ export interface StartLoaderJobInput {
3444
3444
  * <code>LOAD_DATA_DEADLOCK</code> error. You can generally fix the issue by setting
3445
3445
  * <code>parallelism</code> to a lower setting and retrying the load command.</p>
3446
3446
  */
3447
- parallelism?: Parallelism | string;
3447
+ parallelism?: Parallelism;
3448
3448
  /**
3449
3449
  * @public
3450
3450
  * <p>
@@ -320,7 +320,7 @@ export interface DeleteSparqlStatisticsOutput {
320
320
  payload?: DeleteStatisticsValueMap;
321
321
  }
322
322
  export interface ExecuteFastResetInput {
323
- action: Action | string | undefined;
323
+ action: Action | undefined;
324
324
  token?: string;
325
325
  }
326
326
  export interface FastResetToken {
@@ -454,7 +454,7 @@ export type OpenCypherExplainMode =
454
454
  export interface ExecuteOpenCypherExplainQueryInput {
455
455
  openCypherQuery: string | undefined;
456
456
  parameters?: string;
457
- explainMode: OpenCypherExplainMode | string | undefined;
457
+ explainMode: OpenCypherExplainMode | undefined;
458
458
  }
459
459
  export interface ExecuteOpenCypherExplainQueryOutput {
460
460
  results: Uint8Array | undefined;
@@ -611,10 +611,10 @@ export declare const IteratorType: {
611
611
  export type IteratorType = (typeof IteratorType)[keyof typeof IteratorType];
612
612
  export interface GetPropertygraphStreamInput {
613
613
  limit?: number;
614
- iteratorType?: IteratorType | string;
614
+ iteratorType?: IteratorType;
615
615
  commitNum?: number;
616
616
  opNum?: number;
617
- encoding?: Encoding | string;
617
+ encoding?: Encoding;
618
618
  }
619
619
  export interface PropertygraphData {
620
620
  id: string | undefined;
@@ -666,7 +666,7 @@ export declare const GraphSummaryType: {
666
666
  export type GraphSummaryType =
667
667
  (typeof GraphSummaryType)[keyof typeof GraphSummaryType];
668
668
  export interface GetPropertygraphSummaryInput {
669
- mode?: GraphSummaryType | string;
669
+ mode?: GraphSummaryType;
670
670
  }
671
671
  export interface EdgeStructure {
672
672
  count?: number;
@@ -703,7 +703,7 @@ export interface GetPropertygraphSummaryOutput {
703
703
  payload?: PropertygraphSummaryValueMap;
704
704
  }
705
705
  export interface GetRDFGraphSummaryInput {
706
- mode?: GraphSummaryType | string;
706
+ mode?: GraphSummaryType;
707
707
  }
708
708
  export interface SubjectStructure {
709
709
  count?: number;
@@ -733,10 +733,10 @@ export interface GetSparqlStatisticsOutput {
733
733
  }
734
734
  export interface GetSparqlStreamInput {
735
735
  limit?: number;
736
- iteratorType?: IteratorType | string;
736
+ iteratorType?: IteratorType;
737
737
  commitNum?: number;
738
738
  opNum?: number;
739
- encoding?: Encoding | string;
739
+ encoding?: Encoding;
740
740
  }
741
741
  export interface SparqlData {
742
742
  stmt: string | undefined;
@@ -823,7 +823,7 @@ export declare const StatisticsAutoGenerationMode: {
823
823
  export type StatisticsAutoGenerationMode =
824
824
  (typeof StatisticsAutoGenerationMode)[keyof typeof StatisticsAutoGenerationMode];
825
825
  export interface ManagePropertygraphStatisticsInput {
826
- mode?: StatisticsAutoGenerationMode | string;
826
+ mode?: StatisticsAutoGenerationMode;
827
827
  }
828
828
  export interface RefreshStatisticsIdMap {
829
829
  statisticsId?: string;
@@ -833,7 +833,7 @@ export interface ManagePropertygraphStatisticsOutput {
833
833
  payload?: RefreshStatisticsIdMap;
834
834
  }
835
835
  export interface ManageSparqlStatisticsInput {
836
- mode?: StatisticsAutoGenerationMode | string;
836
+ mode?: StatisticsAutoGenerationMode;
837
837
  }
838
838
  export interface ManageSparqlStatisticsOutput {
839
839
  status: string | undefined;
@@ -899,12 +899,12 @@ export type S3BucketRegion =
899
899
  (typeof S3BucketRegion)[keyof typeof S3BucketRegion];
900
900
  export interface StartLoaderJobInput {
901
901
  source: string | undefined;
902
- format: Format | string | undefined;
903
- s3BucketRegion: S3BucketRegion | string | undefined;
902
+ format: Format | undefined;
903
+ s3BucketRegion: S3BucketRegion | undefined;
904
904
  iamRoleArn: string | undefined;
905
- mode?: Mode | string;
905
+ mode?: Mode;
906
906
  failOnError?: boolean;
907
- parallelism?: Parallelism | string;
907
+ parallelism?: Parallelism;
908
908
  parserConfiguration?: Record<string, string>;
909
909
  updateSingleCardinalityProperties?: boolean;
910
910
  queueRequest?: boolean;
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.428.0",
4
+ "version": "3.430.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,28 +21,28 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.428.0",
25
- "@aws-sdk/credential-provider-node": "3.428.0",
26
- "@aws-sdk/middleware-host-header": "3.428.0",
24
+ "@aws-sdk/client-sts": "3.430.0",
25
+ "@aws-sdk/credential-provider-node": "3.430.0",
26
+ "@aws-sdk/middleware-host-header": "3.429.0",
27
27
  "@aws-sdk/middleware-logger": "3.428.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.428.0",
29
29
  "@aws-sdk/middleware-signing": "3.428.0",
30
30
  "@aws-sdk/middleware-user-agent": "3.428.0",
31
- "@aws-sdk/region-config-resolver": "3.428.0",
31
+ "@aws-sdk/region-config-resolver": "3.430.0",
32
32
  "@aws-sdk/types": "3.428.0",
33
33
  "@aws-sdk/util-endpoints": "3.428.0",
34
34
  "@aws-sdk/util-user-agent-browser": "3.428.0",
35
- "@aws-sdk/util-user-agent-node": "3.428.0",
36
- "@smithy/config-resolver": "^2.0.14",
35
+ "@aws-sdk/util-user-agent-node": "3.430.0",
36
+ "@smithy/config-resolver": "^2.0.15",
37
37
  "@smithy/fetch-http-handler": "^2.2.3",
38
38
  "@smithy/hash-node": "^2.0.11",
39
39
  "@smithy/invalid-dependency": "^2.0.11",
40
40
  "@smithy/middleware-content-length": "^2.0.13",
41
- "@smithy/middleware-endpoint": "^2.1.0",
42
- "@smithy/middleware-retry": "^2.0.16",
41
+ "@smithy/middleware-endpoint": "^2.1.2",
42
+ "@smithy/middleware-retry": "^2.0.17",
43
43
  "@smithy/middleware-serde": "^2.0.11",
44
44
  "@smithy/middleware-stack": "^2.0.5",
45
- "@smithy/node-config-provider": "^2.1.1",
45
+ "@smithy/node-config-provider": "^2.1.2",
46
46
  "@smithy/node-http-handler": "^2.1.7",
47
47
  "@smithy/protocol-http": "^3.0.7",
48
48
  "@smithy/smithy-client": "^2.1.11",
@@ -52,7 +52,7 @@
52
52
  "@smithy/util-body-length-browser": "^2.0.0",
53
53
  "@smithy/util-body-length-node": "^2.1.0",
54
54
  "@smithy/util-defaults-mode-browser": "^2.0.15",
55
- "@smithy/util-defaults-mode-node": "^2.0.19",
55
+ "@smithy/util-defaults-mode-node": "^2.0.20",
56
56
  "@smithy/util-retry": "^2.0.4",
57
57
  "@smithy/util-stream": "^2.0.16",
58
58
  "@smithy/util-utf8": "^2.0.0",