@aws-sdk/client-rds-data 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.
@@ -359,7 +359,7 @@ export interface ResultSetOptions {
359
359
  * We recommend converting to String, especially when working with currency values.</p>
360
360
  * </note>
361
361
  */
362
- decimalReturnType?: DecimalReturnType | string;
362
+ decimalReturnType?: DecimalReturnType;
363
363
  /**
364
364
  * @public
365
365
  * <p>A value that indicates how a field of <code>LONG</code> type is represented.
@@ -368,7 +368,7 @@ export interface ResultSetOptions {
368
368
  * precision of numeric values might cause truncation or rounding errors.
369
369
  * </p>
370
370
  */
371
- longReturnType?: LongReturnType | string;
371
+ longReturnType?: LongReturnType;
372
372
  }
373
373
  /**
374
374
  * @public
@@ -679,7 +679,7 @@ export interface SqlParameter {
679
679
  * </li>
680
680
  * </ul>
681
681
  */
682
- typeHint?: TypeHint | string;
682
+ typeHint?: TypeHint;
683
683
  }
684
684
  /**
685
685
  * @public
@@ -991,7 +991,7 @@ export interface ExecuteStatementRequest {
991
991
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html">Using the Data API</a>
992
992
  * in the <i>Amazon Aurora User Guide</i>.</p>
993
993
  */
994
- formatRecordsAs?: RecordsFormatType | string;
994
+ formatRecordsAs?: RecordsFormatType;
995
995
  }
996
996
  /**
997
997
  * @public
@@ -118,8 +118,8 @@ export declare const LongReturnType: {
118
118
  export type LongReturnType =
119
119
  (typeof LongReturnType)[keyof typeof LongReturnType];
120
120
  export interface ResultSetOptions {
121
- decimalReturnType?: DecimalReturnType | string;
122
- longReturnType?: LongReturnType | string;
121
+ decimalReturnType?: DecimalReturnType;
122
+ longReturnType?: LongReturnType;
123
123
  }
124
124
  export interface RollbackTransactionRequest {
125
125
  resourceArn: string | undefined;
@@ -300,7 +300,7 @@ export declare namespace Field {
300
300
  export interface SqlParameter {
301
301
  name?: string;
302
302
  value?: Field;
303
- typeHint?: TypeHint | string;
303
+ typeHint?: TypeHint;
304
304
  }
305
305
  export interface UpdateResult {
306
306
  generatedFields?: Field[];
@@ -487,7 +487,7 @@ export interface ExecuteStatementRequest {
487
487
  includeResultMetadata?: boolean;
488
488
  continueAfterTimeout?: boolean;
489
489
  resultSetOptions?: ResultSetOptions;
490
- formatRecordsAs?: RecordsFormatType | string;
490
+ formatRecordsAs?: RecordsFormatType;
491
491
  }
492
492
  export interface StructValue {
493
493
  attributes?: Value[];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-rds-data",
3
3
  "description": "AWS SDK for JavaScript Rds Data 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-utf8": "^2.0.0",
58
58
  "tslib": "^2.5.0"