@aws-sdk/client-rds-data 3.928.0 → 3.929.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.
@@ -1,56 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { BatchExecuteStatementCommandInput, BatchExecuteStatementCommandOutput } from "../commands/BatchExecuteStatementCommand";
4
- import { BeginTransactionCommandInput, BeginTransactionCommandOutput } from "../commands/BeginTransactionCommand";
5
- import { CommitTransactionCommandInput, CommitTransactionCommandOutput } from "../commands/CommitTransactionCommand";
6
- import { ExecuteSqlCommandInput, ExecuteSqlCommandOutput } from "../commands/ExecuteSqlCommand";
7
- import { ExecuteStatementCommandInput, ExecuteStatementCommandOutput } from "../commands/ExecuteStatementCommand";
8
- import { RollbackTransactionCommandInput, RollbackTransactionCommandOutput } from "../commands/RollbackTransactionCommand";
9
- /**
10
- * serializeAws_restJson1BatchExecuteStatementCommand
11
- */
12
- export declare const se_BatchExecuteStatementCommand: (input: BatchExecuteStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
13
- /**
14
- * serializeAws_restJson1BeginTransactionCommand
15
- */
16
- export declare const se_BeginTransactionCommand: (input: BeginTransactionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
17
- /**
18
- * serializeAws_restJson1CommitTransactionCommand
19
- */
20
- export declare const se_CommitTransactionCommand: (input: CommitTransactionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
21
- /**
22
- * serializeAws_restJson1ExecuteSqlCommand
23
- */
24
- export declare const se_ExecuteSqlCommand: (input: ExecuteSqlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
25
- /**
26
- * serializeAws_restJson1ExecuteStatementCommand
27
- */
28
- export declare const se_ExecuteStatementCommand: (input: ExecuteStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
29
- /**
30
- * serializeAws_restJson1RollbackTransactionCommand
31
- */
32
- export declare const se_RollbackTransactionCommand: (input: RollbackTransactionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
- /**
34
- * deserializeAws_restJson1BatchExecuteStatementCommand
35
- */
36
- export declare const de_BatchExecuteStatementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchExecuteStatementCommandOutput>;
37
- /**
38
- * deserializeAws_restJson1BeginTransactionCommand
39
- */
40
- export declare const de_BeginTransactionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BeginTransactionCommandOutput>;
41
- /**
42
- * deserializeAws_restJson1CommitTransactionCommand
43
- */
44
- export declare const de_CommitTransactionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CommitTransactionCommandOutput>;
45
- /**
46
- * deserializeAws_restJson1ExecuteSqlCommand
47
- */
48
- export declare const de_ExecuteSqlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExecuteSqlCommandOutput>;
49
- /**
50
- * deserializeAws_restJson1ExecuteStatementCommand
51
- */
52
- export declare const de_ExecuteStatementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExecuteStatementCommandOutput>;
53
- /**
54
- * deserializeAws_restJson1RollbackTransactionCommand
55
- */
56
- export declare const de_RollbackTransactionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RollbackTransactionCommandOutput>;
@@ -1,77 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- BatchExecuteStatementCommandInput,
8
- BatchExecuteStatementCommandOutput,
9
- } from "../commands/BatchExecuteStatementCommand";
10
- import {
11
- BeginTransactionCommandInput,
12
- BeginTransactionCommandOutput,
13
- } from "../commands/BeginTransactionCommand";
14
- import {
15
- CommitTransactionCommandInput,
16
- CommitTransactionCommandOutput,
17
- } from "../commands/CommitTransactionCommand";
18
- import {
19
- ExecuteSqlCommandInput,
20
- ExecuteSqlCommandOutput,
21
- } from "../commands/ExecuteSqlCommand";
22
- import {
23
- ExecuteStatementCommandInput,
24
- ExecuteStatementCommandOutput,
25
- } from "../commands/ExecuteStatementCommand";
26
- import {
27
- RollbackTransactionCommandInput,
28
- RollbackTransactionCommandOutput,
29
- } from "../commands/RollbackTransactionCommand";
30
- export declare const se_BatchExecuteStatementCommand: (
31
- input: BatchExecuteStatementCommandInput,
32
- context: __SerdeContext
33
- ) => Promise<__HttpRequest>;
34
- export declare const se_BeginTransactionCommand: (
35
- input: BeginTransactionCommandInput,
36
- context: __SerdeContext
37
- ) => Promise<__HttpRequest>;
38
- export declare const se_CommitTransactionCommand: (
39
- input: CommitTransactionCommandInput,
40
- context: __SerdeContext
41
- ) => Promise<__HttpRequest>;
42
- export declare const se_ExecuteSqlCommand: (
43
- input: ExecuteSqlCommandInput,
44
- context: __SerdeContext
45
- ) => Promise<__HttpRequest>;
46
- export declare const se_ExecuteStatementCommand: (
47
- input: ExecuteStatementCommandInput,
48
- context: __SerdeContext
49
- ) => Promise<__HttpRequest>;
50
- export declare const se_RollbackTransactionCommand: (
51
- input: RollbackTransactionCommandInput,
52
- context: __SerdeContext
53
- ) => Promise<__HttpRequest>;
54
- export declare const de_BatchExecuteStatementCommand: (
55
- output: __HttpResponse,
56
- context: __SerdeContext
57
- ) => Promise<BatchExecuteStatementCommandOutput>;
58
- export declare const de_BeginTransactionCommand: (
59
- output: __HttpResponse,
60
- context: __SerdeContext
61
- ) => Promise<BeginTransactionCommandOutput>;
62
- export declare const de_CommitTransactionCommand: (
63
- output: __HttpResponse,
64
- context: __SerdeContext
65
- ) => Promise<CommitTransactionCommandOutput>;
66
- export declare const de_ExecuteSqlCommand: (
67
- output: __HttpResponse,
68
- context: __SerdeContext
69
- ) => Promise<ExecuteSqlCommandOutput>;
70
- export declare const de_ExecuteStatementCommand: (
71
- output: __HttpResponse,
72
- context: __SerdeContext
73
- ) => Promise<ExecuteStatementCommandOutput>;
74
- export declare const de_RollbackTransactionCommand: (
75
- output: __HttpResponse,
76
- context: __SerdeContext
77
- ) => Promise<RollbackTransactionCommandOutput>;