@aws-sdk/client-rds-data 3.928.0 → 3.930.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 +548 -894
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/RDSDataClient.js +2 -0
- package/dist-es/commands/BatchExecuteStatementCommand.js +3 -9
- package/dist-es/commands/BeginTransactionCommand.js +3 -9
- package/dist-es/commands/CommitTransactionCommand.js +3 -9
- package/dist-es/commands/ExecuteSqlCommand.js +3 -9
- package/dist-es/commands/ExecuteStatementCommand.js +3 -9
- package/dist-es/commands/RollbackTransactionCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -62
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +487 -0
- package/dist-types/RDSDataClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +12 -3
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +64 -0
- package/dist-types/ts3.4/RDSDataClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -3
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +69 -0
- package/package.json +33 -33
- package/dist-es/protocols/Aws_restJson1.js +0 -740
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -56
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -77
|
@@ -266,7 +266,6 @@ export declare namespace ArrayValue {
|
|
|
266
266
|
arrayValues: (value: ArrayValue[]) => T;
|
|
267
267
|
_: (name: string, value: any) => T;
|
|
268
268
|
}
|
|
269
|
-
const visit: <T>(value: ArrayValue, visitor: Visitor<T>) => T;
|
|
270
269
|
}
|
|
271
270
|
export type Field =
|
|
272
271
|
| Field.ArrayValueMember
|
|
@@ -368,7 +367,6 @@ export declare namespace Field {
|
|
|
368
367
|
arrayValue: (value: ArrayValue) => T;
|
|
369
368
|
_: (name: string, value: any) => T;
|
|
370
369
|
}
|
|
371
|
-
const visit: <T>(value: Field, visitor: Visitor<T>) => T;
|
|
372
370
|
}
|
|
373
371
|
export interface SqlParameter {
|
|
374
372
|
name?: string | undefined;
|
|
@@ -547,7 +545,6 @@ export declare namespace Value {
|
|
|
547
545
|
structValue: (value: StructValue) => T;
|
|
548
546
|
_: (name: string, value: any) => T;
|
|
549
547
|
}
|
|
550
|
-
const visit: <T>(value: Value, visitor: Visitor<T>) => T;
|
|
551
548
|
}
|
|
552
549
|
export interface ExecuteStatementRequest {
|
|
553
550
|
resourceArn: string | undefined;
|
|
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: RDSDataClientConfig) => {
|
|
|
38
38
|
profile?: string;
|
|
39
39
|
logger: import("@smithy/types").Logger;
|
|
40
40
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
+
import("@smithy/types").HttpRequest,
|
|
43
|
+
import("@smithy/types").HttpResponse
|
|
44
|
+
>;
|
|
41
45
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
42
46
|
userAgentAppId?:
|
|
43
47
|
| string
|
|
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: RDSDataClientConfig) => {
|
|
|
38
38
|
profile?: string;
|
|
39
39
|
logger: import("@smithy/types").Logger;
|
|
40
40
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
+
import("@smithy/types").HttpRequest,
|
|
43
|
+
import("@smithy/types").HttpResponse
|
|
44
|
+
>;
|
|
41
45
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
42
46
|
retryStrategy?:
|
|
43
47
|
| import("@smithy/types").RetryStrategy
|
|
@@ -37,6 +37,10 @@ export declare const getRuntimeConfig: (config: RDSDataClientConfig) => {
|
|
|
37
37
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
38
38
|
logger: import("@smithy/types").Logger;
|
|
39
39
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
40
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
41
|
+
import("@smithy/types").HttpRequest,
|
|
42
|
+
import("@smithy/types").HttpResponse
|
|
43
|
+
>;
|
|
40
44
|
defaultsMode:
|
|
41
45
|
| import("@smithy/smithy-client").DefaultsMode
|
|
42
46
|
| import("@smithy/types").Provider<
|
|
@@ -14,6 +14,10 @@ export declare const getRuntimeConfig: (config: RDSDataClientConfig) => {
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").RDSDataHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
18
|
+
import("@smithy/types").HttpRequest,
|
|
19
|
+
import("@smithy/types").HttpResponse
|
|
20
|
+
>;
|
|
17
21
|
serviceId: string;
|
|
18
22
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
23
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import {
|
|
2
|
+
StaticErrorSchema,
|
|
3
|
+
StaticListSchema,
|
|
4
|
+
StaticOperationSchema,
|
|
5
|
+
StaticStructureSchema,
|
|
6
|
+
} from "@smithy/types";
|
|
7
|
+
export declare var AccessDeniedException: StaticErrorSchema;
|
|
8
|
+
export declare var BadRequestException: StaticErrorSchema;
|
|
9
|
+
export declare var BatchExecuteStatementRequest: StaticStructureSchema;
|
|
10
|
+
export declare var BatchExecuteStatementResponse: StaticStructureSchema;
|
|
11
|
+
export declare var BeginTransactionRequest: StaticStructureSchema;
|
|
12
|
+
export declare var BeginTransactionResponse: StaticStructureSchema;
|
|
13
|
+
export declare var ColumnMetadata: StaticStructureSchema;
|
|
14
|
+
export declare var CommitTransactionRequest: StaticStructureSchema;
|
|
15
|
+
export declare var CommitTransactionResponse: StaticStructureSchema;
|
|
16
|
+
export declare var DatabaseErrorException: StaticErrorSchema;
|
|
17
|
+
export declare var DatabaseNotFoundException: StaticErrorSchema;
|
|
18
|
+
export declare var DatabaseResumingException: StaticErrorSchema;
|
|
19
|
+
export declare var DatabaseUnavailableException: StaticErrorSchema;
|
|
20
|
+
export declare var ExecuteSqlRequest: StaticStructureSchema;
|
|
21
|
+
export declare var ExecuteSqlResponse: StaticStructureSchema;
|
|
22
|
+
export declare var ExecuteStatementRequest: StaticStructureSchema;
|
|
23
|
+
export declare var ExecuteStatementResponse: StaticStructureSchema;
|
|
24
|
+
export declare var ForbiddenException: StaticErrorSchema;
|
|
25
|
+
export declare var HttpEndpointNotEnabledException: StaticErrorSchema;
|
|
26
|
+
export declare var InternalServerErrorException: StaticErrorSchema;
|
|
27
|
+
export declare var InvalidResourceStateException: StaticErrorSchema;
|
|
28
|
+
export declare var InvalidSecretException: StaticErrorSchema;
|
|
29
|
+
export declare var NotFoundException: StaticErrorSchema;
|
|
30
|
+
export declare var _Record: StaticStructureSchema;
|
|
31
|
+
export declare var ResultFrame: StaticStructureSchema;
|
|
32
|
+
export declare var ResultSetMetadata: StaticStructureSchema;
|
|
33
|
+
export declare var ResultSetOptions: StaticStructureSchema;
|
|
34
|
+
export declare var RollbackTransactionRequest: StaticStructureSchema;
|
|
35
|
+
export declare var RollbackTransactionResponse: StaticStructureSchema;
|
|
36
|
+
export declare var SecretsErrorException: StaticErrorSchema;
|
|
37
|
+
export declare var ServiceUnavailableError: StaticErrorSchema;
|
|
38
|
+
export declare var SqlParameter: StaticStructureSchema;
|
|
39
|
+
export declare var SqlStatementResult: StaticStructureSchema;
|
|
40
|
+
export declare var StatementTimeoutException: StaticErrorSchema;
|
|
41
|
+
export declare var StructValue: StaticStructureSchema;
|
|
42
|
+
export declare var TransactionNotFoundException: StaticErrorSchema;
|
|
43
|
+
export declare var UnsupportedResultException: StaticErrorSchema;
|
|
44
|
+
export declare var UpdateResult: StaticStructureSchema;
|
|
45
|
+
export declare var RDSDataServiceException: StaticErrorSchema;
|
|
46
|
+
export declare var ArrayOfArray: StaticListSchema;
|
|
47
|
+
export declare var ArrayValueList: StaticListSchema;
|
|
48
|
+
export declare var BooleanArray: number;
|
|
49
|
+
export declare var DoubleArray: number;
|
|
50
|
+
export declare var FieldList: StaticListSchema;
|
|
51
|
+
export declare var LongArray: number;
|
|
52
|
+
export declare var Metadata: StaticListSchema;
|
|
53
|
+
export declare var Records: StaticListSchema;
|
|
54
|
+
export declare var Row: StaticListSchema;
|
|
55
|
+
export declare var SqlParameterSets: StaticListSchema;
|
|
56
|
+
export declare var SqlParametersList: StaticListSchema;
|
|
57
|
+
export declare var SqlRecords: StaticListSchema;
|
|
58
|
+
export declare var SqlStatementResults: StaticListSchema;
|
|
59
|
+
export declare var StringArray: number;
|
|
60
|
+
export declare var UpdateResults: StaticListSchema;
|
|
61
|
+
export declare var ArrayValue: StaticStructureSchema;
|
|
62
|
+
export declare var Field: StaticStructureSchema;
|
|
63
|
+
export declare var Value: StaticStructureSchema;
|
|
64
|
+
export declare var BatchExecuteStatement: StaticOperationSchema;
|
|
65
|
+
export declare var BeginTransaction: StaticOperationSchema;
|
|
66
|
+
export declare var CommitTransaction: StaticOperationSchema;
|
|
67
|
+
export declare var ExecuteSql: StaticOperationSchema;
|
|
68
|
+
export declare var ExecuteStatement: StaticOperationSchema;
|
|
69
|
+
export declare var RollbackTransaction: StaticOperationSchema;
|
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.
|
|
4
|
+
"version": "3.930.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-rds-data",
|
|
@@ -20,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
-
"@smithy/config-resolver": "^4.4.
|
|
35
|
-
"@smithy/core": "^3.
|
|
36
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
37
|
-
"@smithy/hash-node": "^4.2.
|
|
38
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
39
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
42
|
-
"@smithy/middleware-serde": "^4.2.
|
|
43
|
-
"@smithy/middleware-stack": "^4.2.
|
|
44
|
-
"@smithy/node-config-provider": "^4.3.
|
|
45
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
-
"@smithy/protocol-http": "^5.3.
|
|
47
|
-
"@smithy/smithy-client": "^4.9.
|
|
48
|
-
"@smithy/types": "^4.
|
|
49
|
-
"@smithy/url-parser": "^4.2.
|
|
23
|
+
"@aws-sdk/core": "3.930.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.930.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.930.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.930.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.930.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.930.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.930.0",
|
|
30
|
+
"@aws-sdk/types": "3.930.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.930.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.930.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.930.0",
|
|
34
|
+
"@smithy/config-resolver": "^4.4.3",
|
|
35
|
+
"@smithy/core": "^3.18.2",
|
|
36
|
+
"@smithy/fetch-http-handler": "^5.3.6",
|
|
37
|
+
"@smithy/hash-node": "^4.2.5",
|
|
38
|
+
"@smithy/invalid-dependency": "^4.2.5",
|
|
39
|
+
"@smithy/middleware-content-length": "^4.2.5",
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.3.9",
|
|
41
|
+
"@smithy/middleware-retry": "^4.4.9",
|
|
42
|
+
"@smithy/middleware-serde": "^4.2.5",
|
|
43
|
+
"@smithy/middleware-stack": "^4.2.5",
|
|
44
|
+
"@smithy/node-config-provider": "^4.3.5",
|
|
45
|
+
"@smithy/node-http-handler": "^4.4.5",
|
|
46
|
+
"@smithy/protocol-http": "^5.3.5",
|
|
47
|
+
"@smithy/smithy-client": "^4.9.5",
|
|
48
|
+
"@smithy/types": "^4.9.0",
|
|
49
|
+
"@smithy/url-parser": "^4.2.5",
|
|
50
50
|
"@smithy/util-base64": "^4.3.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
55
|
-
"@smithy/util-endpoints": "^3.2.
|
|
56
|
-
"@smithy/util-middleware": "^4.2.
|
|
57
|
-
"@smithy/util-retry": "^4.2.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.3.8",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.2.11",
|
|
55
|
+
"@smithy/util-endpoints": "^3.2.5",
|
|
56
|
+
"@smithy/util-middleware": "^4.2.5",
|
|
57
|
+
"@smithy/util-retry": "^4.2.5",
|
|
58
58
|
"@smithy/util-utf8": "^4.2.0",
|
|
59
59
|
"tslib": "^2.6.2"
|
|
60
60
|
},
|