@aws-sdk/client-keyspaces 3.927.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.
- package/dist-cjs/index.js +663 -835
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/KeyspacesClient.js +2 -0
- package/dist-es/commands/CreateKeyspaceCommand.js +3 -9
- package/dist-es/commands/CreateTableCommand.js +3 -9
- package/dist-es/commands/CreateTypeCommand.js +3 -9
- package/dist-es/commands/DeleteKeyspaceCommand.js +3 -9
- package/dist-es/commands/DeleteTableCommand.js +3 -9
- package/dist-es/commands/DeleteTypeCommand.js +3 -9
- package/dist-es/commands/GetKeyspaceCommand.js +3 -9
- package/dist-es/commands/GetTableAutoScalingSettingsCommand.js +3 -9
- package/dist-es/commands/GetTableCommand.js +3 -9
- package/dist-es/commands/GetTypeCommand.js +3 -9
- package/dist-es/commands/ListKeyspacesCommand.js +3 -9
- package/dist-es/commands/ListTablesCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListTypesCommand.js +3 -9
- package/dist-es/commands/RestoreTableCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateKeyspaceCommand.js +3 -9
- package/dist-es/commands/UpdateTableCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +608 -0
- package/dist-types/KeyspacesClient.d.ts +10 -1
- 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 +2 -5
- package/dist-types/schemas/schemas_0.d.ts +108 -0
- package/dist-types/ts3.4/KeyspacesClient.d.ts +4 -0
- 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 +113 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_json1_0.js +0 -688
- package/dist-types/protocols/Aws_json1_0.d.ts +0 -173
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -233
|
@@ -1,173 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { CreateKeyspaceCommandInput, CreateKeyspaceCommandOutput } from "../commands/CreateKeyspaceCommand";
|
|
4
|
-
import { CreateTableCommandInput, CreateTableCommandOutput } from "../commands/CreateTableCommand";
|
|
5
|
-
import { CreateTypeCommandInput, CreateTypeCommandOutput } from "../commands/CreateTypeCommand";
|
|
6
|
-
import { DeleteKeyspaceCommandInput, DeleteKeyspaceCommandOutput } from "../commands/DeleteKeyspaceCommand";
|
|
7
|
-
import { DeleteTableCommandInput, DeleteTableCommandOutput } from "../commands/DeleteTableCommand";
|
|
8
|
-
import { DeleteTypeCommandInput, DeleteTypeCommandOutput } from "../commands/DeleteTypeCommand";
|
|
9
|
-
import { GetKeyspaceCommandInput, GetKeyspaceCommandOutput } from "../commands/GetKeyspaceCommand";
|
|
10
|
-
import { GetTableAutoScalingSettingsCommandInput, GetTableAutoScalingSettingsCommandOutput } from "../commands/GetTableAutoScalingSettingsCommand";
|
|
11
|
-
import { GetTableCommandInput, GetTableCommandOutput } from "../commands/GetTableCommand";
|
|
12
|
-
import { GetTypeCommandInput, GetTypeCommandOutput } from "../commands/GetTypeCommand";
|
|
13
|
-
import { ListKeyspacesCommandInput, ListKeyspacesCommandOutput } from "../commands/ListKeyspacesCommand";
|
|
14
|
-
import { ListTablesCommandInput, ListTablesCommandOutput } from "../commands/ListTablesCommand";
|
|
15
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
16
|
-
import { ListTypesCommandInput, ListTypesCommandOutput } from "../commands/ListTypesCommand";
|
|
17
|
-
import { RestoreTableCommandInput, RestoreTableCommandOutput } from "../commands/RestoreTableCommand";
|
|
18
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
19
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
20
|
-
import { UpdateKeyspaceCommandInput, UpdateKeyspaceCommandOutput } from "../commands/UpdateKeyspaceCommand";
|
|
21
|
-
import { UpdateTableCommandInput, UpdateTableCommandOutput } from "../commands/UpdateTableCommand";
|
|
22
|
-
/**
|
|
23
|
-
* serializeAws_json1_0CreateKeyspaceCommand
|
|
24
|
-
*/
|
|
25
|
-
export declare const se_CreateKeyspaceCommand: (input: CreateKeyspaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
26
|
-
/**
|
|
27
|
-
* serializeAws_json1_0CreateTableCommand
|
|
28
|
-
*/
|
|
29
|
-
export declare const se_CreateTableCommand: (input: CreateTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
30
|
-
/**
|
|
31
|
-
* serializeAws_json1_0CreateTypeCommand
|
|
32
|
-
*/
|
|
33
|
-
export declare const se_CreateTypeCommand: (input: CreateTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
34
|
-
/**
|
|
35
|
-
* serializeAws_json1_0DeleteKeyspaceCommand
|
|
36
|
-
*/
|
|
37
|
-
export declare const se_DeleteKeyspaceCommand: (input: DeleteKeyspaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
38
|
-
/**
|
|
39
|
-
* serializeAws_json1_0DeleteTableCommand
|
|
40
|
-
*/
|
|
41
|
-
export declare const se_DeleteTableCommand: (input: DeleteTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
42
|
-
/**
|
|
43
|
-
* serializeAws_json1_0DeleteTypeCommand
|
|
44
|
-
*/
|
|
45
|
-
export declare const se_DeleteTypeCommand: (input: DeleteTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
|
-
/**
|
|
47
|
-
* serializeAws_json1_0GetKeyspaceCommand
|
|
48
|
-
*/
|
|
49
|
-
export declare const se_GetKeyspaceCommand: (input: GetKeyspaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
|
-
/**
|
|
51
|
-
* serializeAws_json1_0GetTableCommand
|
|
52
|
-
*/
|
|
53
|
-
export declare const se_GetTableCommand: (input: GetTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
|
-
/**
|
|
55
|
-
* serializeAws_json1_0GetTableAutoScalingSettingsCommand
|
|
56
|
-
*/
|
|
57
|
-
export declare const se_GetTableAutoScalingSettingsCommand: (input: GetTableAutoScalingSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
58
|
-
/**
|
|
59
|
-
* serializeAws_json1_0GetTypeCommand
|
|
60
|
-
*/
|
|
61
|
-
export declare const se_GetTypeCommand: (input: GetTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
|
-
/**
|
|
63
|
-
* serializeAws_json1_0ListKeyspacesCommand
|
|
64
|
-
*/
|
|
65
|
-
export declare const se_ListKeyspacesCommand: (input: ListKeyspacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
|
-
/**
|
|
67
|
-
* serializeAws_json1_0ListTablesCommand
|
|
68
|
-
*/
|
|
69
|
-
export declare const se_ListTablesCommand: (input: ListTablesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
|
-
/**
|
|
71
|
-
* serializeAws_json1_0ListTagsForResourceCommand
|
|
72
|
-
*/
|
|
73
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
|
-
/**
|
|
75
|
-
* serializeAws_json1_0ListTypesCommand
|
|
76
|
-
*/
|
|
77
|
-
export declare const se_ListTypesCommand: (input: ListTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
|
-
/**
|
|
79
|
-
* serializeAws_json1_0RestoreTableCommand
|
|
80
|
-
*/
|
|
81
|
-
export declare const se_RestoreTableCommand: (input: RestoreTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
|
-
/**
|
|
83
|
-
* serializeAws_json1_0TagResourceCommand
|
|
84
|
-
*/
|
|
85
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
|
-
/**
|
|
87
|
-
* serializeAws_json1_0UntagResourceCommand
|
|
88
|
-
*/
|
|
89
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
|
-
/**
|
|
91
|
-
* serializeAws_json1_0UpdateKeyspaceCommand
|
|
92
|
-
*/
|
|
93
|
-
export declare const se_UpdateKeyspaceCommand: (input: UpdateKeyspaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
94
|
-
/**
|
|
95
|
-
* serializeAws_json1_0UpdateTableCommand
|
|
96
|
-
*/
|
|
97
|
-
export declare const se_UpdateTableCommand: (input: UpdateTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
98
|
-
/**
|
|
99
|
-
* deserializeAws_json1_0CreateKeyspaceCommand
|
|
100
|
-
*/
|
|
101
|
-
export declare const de_CreateKeyspaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateKeyspaceCommandOutput>;
|
|
102
|
-
/**
|
|
103
|
-
* deserializeAws_json1_0CreateTableCommand
|
|
104
|
-
*/
|
|
105
|
-
export declare const de_CreateTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTableCommandOutput>;
|
|
106
|
-
/**
|
|
107
|
-
* deserializeAws_json1_0CreateTypeCommand
|
|
108
|
-
*/
|
|
109
|
-
export declare const de_CreateTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTypeCommandOutput>;
|
|
110
|
-
/**
|
|
111
|
-
* deserializeAws_json1_0DeleteKeyspaceCommand
|
|
112
|
-
*/
|
|
113
|
-
export declare const de_DeleteKeyspaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteKeyspaceCommandOutput>;
|
|
114
|
-
/**
|
|
115
|
-
* deserializeAws_json1_0DeleteTableCommand
|
|
116
|
-
*/
|
|
117
|
-
export declare const de_DeleteTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTableCommandOutput>;
|
|
118
|
-
/**
|
|
119
|
-
* deserializeAws_json1_0DeleteTypeCommand
|
|
120
|
-
*/
|
|
121
|
-
export declare const de_DeleteTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTypeCommandOutput>;
|
|
122
|
-
/**
|
|
123
|
-
* deserializeAws_json1_0GetKeyspaceCommand
|
|
124
|
-
*/
|
|
125
|
-
export declare const de_GetKeyspaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetKeyspaceCommandOutput>;
|
|
126
|
-
/**
|
|
127
|
-
* deserializeAws_json1_0GetTableCommand
|
|
128
|
-
*/
|
|
129
|
-
export declare const de_GetTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTableCommandOutput>;
|
|
130
|
-
/**
|
|
131
|
-
* deserializeAws_json1_0GetTableAutoScalingSettingsCommand
|
|
132
|
-
*/
|
|
133
|
-
export declare const de_GetTableAutoScalingSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTableAutoScalingSettingsCommandOutput>;
|
|
134
|
-
/**
|
|
135
|
-
* deserializeAws_json1_0GetTypeCommand
|
|
136
|
-
*/
|
|
137
|
-
export declare const de_GetTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTypeCommandOutput>;
|
|
138
|
-
/**
|
|
139
|
-
* deserializeAws_json1_0ListKeyspacesCommand
|
|
140
|
-
*/
|
|
141
|
-
export declare const de_ListKeyspacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListKeyspacesCommandOutput>;
|
|
142
|
-
/**
|
|
143
|
-
* deserializeAws_json1_0ListTablesCommand
|
|
144
|
-
*/
|
|
145
|
-
export declare const de_ListTablesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTablesCommandOutput>;
|
|
146
|
-
/**
|
|
147
|
-
* deserializeAws_json1_0ListTagsForResourceCommand
|
|
148
|
-
*/
|
|
149
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
150
|
-
/**
|
|
151
|
-
* deserializeAws_json1_0ListTypesCommand
|
|
152
|
-
*/
|
|
153
|
-
export declare const de_ListTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTypesCommandOutput>;
|
|
154
|
-
/**
|
|
155
|
-
* deserializeAws_json1_0RestoreTableCommand
|
|
156
|
-
*/
|
|
157
|
-
export declare const de_RestoreTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestoreTableCommandOutput>;
|
|
158
|
-
/**
|
|
159
|
-
* deserializeAws_json1_0TagResourceCommand
|
|
160
|
-
*/
|
|
161
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
162
|
-
/**
|
|
163
|
-
* deserializeAws_json1_0UntagResourceCommand
|
|
164
|
-
*/
|
|
165
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
166
|
-
/**
|
|
167
|
-
* deserializeAws_json1_0UpdateKeyspaceCommand
|
|
168
|
-
*/
|
|
169
|
-
export declare const de_UpdateKeyspaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateKeyspaceCommandOutput>;
|
|
170
|
-
/**
|
|
171
|
-
* deserializeAws_json1_0UpdateTableCommand
|
|
172
|
-
*/
|
|
173
|
-
export declare const de_UpdateTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTableCommandOutput>;
|
|
@@ -1,233 +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
|
-
CreateKeyspaceCommandInput,
|
|
8
|
-
CreateKeyspaceCommandOutput,
|
|
9
|
-
} from "../commands/CreateKeyspaceCommand";
|
|
10
|
-
import {
|
|
11
|
-
CreateTableCommandInput,
|
|
12
|
-
CreateTableCommandOutput,
|
|
13
|
-
} from "../commands/CreateTableCommand";
|
|
14
|
-
import {
|
|
15
|
-
CreateTypeCommandInput,
|
|
16
|
-
CreateTypeCommandOutput,
|
|
17
|
-
} from "../commands/CreateTypeCommand";
|
|
18
|
-
import {
|
|
19
|
-
DeleteKeyspaceCommandInput,
|
|
20
|
-
DeleteKeyspaceCommandOutput,
|
|
21
|
-
} from "../commands/DeleteKeyspaceCommand";
|
|
22
|
-
import {
|
|
23
|
-
DeleteTableCommandInput,
|
|
24
|
-
DeleteTableCommandOutput,
|
|
25
|
-
} from "../commands/DeleteTableCommand";
|
|
26
|
-
import {
|
|
27
|
-
DeleteTypeCommandInput,
|
|
28
|
-
DeleteTypeCommandOutput,
|
|
29
|
-
} from "../commands/DeleteTypeCommand";
|
|
30
|
-
import {
|
|
31
|
-
GetKeyspaceCommandInput,
|
|
32
|
-
GetKeyspaceCommandOutput,
|
|
33
|
-
} from "../commands/GetKeyspaceCommand";
|
|
34
|
-
import {
|
|
35
|
-
GetTableAutoScalingSettingsCommandInput,
|
|
36
|
-
GetTableAutoScalingSettingsCommandOutput,
|
|
37
|
-
} from "../commands/GetTableAutoScalingSettingsCommand";
|
|
38
|
-
import {
|
|
39
|
-
GetTableCommandInput,
|
|
40
|
-
GetTableCommandOutput,
|
|
41
|
-
} from "../commands/GetTableCommand";
|
|
42
|
-
import {
|
|
43
|
-
GetTypeCommandInput,
|
|
44
|
-
GetTypeCommandOutput,
|
|
45
|
-
} from "../commands/GetTypeCommand";
|
|
46
|
-
import {
|
|
47
|
-
ListKeyspacesCommandInput,
|
|
48
|
-
ListKeyspacesCommandOutput,
|
|
49
|
-
} from "../commands/ListKeyspacesCommand";
|
|
50
|
-
import {
|
|
51
|
-
ListTablesCommandInput,
|
|
52
|
-
ListTablesCommandOutput,
|
|
53
|
-
} from "../commands/ListTablesCommand";
|
|
54
|
-
import {
|
|
55
|
-
ListTagsForResourceCommandInput,
|
|
56
|
-
ListTagsForResourceCommandOutput,
|
|
57
|
-
} from "../commands/ListTagsForResourceCommand";
|
|
58
|
-
import {
|
|
59
|
-
ListTypesCommandInput,
|
|
60
|
-
ListTypesCommandOutput,
|
|
61
|
-
} from "../commands/ListTypesCommand";
|
|
62
|
-
import {
|
|
63
|
-
RestoreTableCommandInput,
|
|
64
|
-
RestoreTableCommandOutput,
|
|
65
|
-
} from "../commands/RestoreTableCommand";
|
|
66
|
-
import {
|
|
67
|
-
TagResourceCommandInput,
|
|
68
|
-
TagResourceCommandOutput,
|
|
69
|
-
} from "../commands/TagResourceCommand";
|
|
70
|
-
import {
|
|
71
|
-
UntagResourceCommandInput,
|
|
72
|
-
UntagResourceCommandOutput,
|
|
73
|
-
} from "../commands/UntagResourceCommand";
|
|
74
|
-
import {
|
|
75
|
-
UpdateKeyspaceCommandInput,
|
|
76
|
-
UpdateKeyspaceCommandOutput,
|
|
77
|
-
} from "../commands/UpdateKeyspaceCommand";
|
|
78
|
-
import {
|
|
79
|
-
UpdateTableCommandInput,
|
|
80
|
-
UpdateTableCommandOutput,
|
|
81
|
-
} from "../commands/UpdateTableCommand";
|
|
82
|
-
export declare const se_CreateKeyspaceCommand: (
|
|
83
|
-
input: CreateKeyspaceCommandInput,
|
|
84
|
-
context: __SerdeContext
|
|
85
|
-
) => Promise<__HttpRequest>;
|
|
86
|
-
export declare const se_CreateTableCommand: (
|
|
87
|
-
input: CreateTableCommandInput,
|
|
88
|
-
context: __SerdeContext
|
|
89
|
-
) => Promise<__HttpRequest>;
|
|
90
|
-
export declare const se_CreateTypeCommand: (
|
|
91
|
-
input: CreateTypeCommandInput,
|
|
92
|
-
context: __SerdeContext
|
|
93
|
-
) => Promise<__HttpRequest>;
|
|
94
|
-
export declare const se_DeleteKeyspaceCommand: (
|
|
95
|
-
input: DeleteKeyspaceCommandInput,
|
|
96
|
-
context: __SerdeContext
|
|
97
|
-
) => Promise<__HttpRequest>;
|
|
98
|
-
export declare const se_DeleteTableCommand: (
|
|
99
|
-
input: DeleteTableCommandInput,
|
|
100
|
-
context: __SerdeContext
|
|
101
|
-
) => Promise<__HttpRequest>;
|
|
102
|
-
export declare const se_DeleteTypeCommand: (
|
|
103
|
-
input: DeleteTypeCommandInput,
|
|
104
|
-
context: __SerdeContext
|
|
105
|
-
) => Promise<__HttpRequest>;
|
|
106
|
-
export declare const se_GetKeyspaceCommand: (
|
|
107
|
-
input: GetKeyspaceCommandInput,
|
|
108
|
-
context: __SerdeContext
|
|
109
|
-
) => Promise<__HttpRequest>;
|
|
110
|
-
export declare const se_GetTableCommand: (
|
|
111
|
-
input: GetTableCommandInput,
|
|
112
|
-
context: __SerdeContext
|
|
113
|
-
) => Promise<__HttpRequest>;
|
|
114
|
-
export declare const se_GetTableAutoScalingSettingsCommand: (
|
|
115
|
-
input: GetTableAutoScalingSettingsCommandInput,
|
|
116
|
-
context: __SerdeContext
|
|
117
|
-
) => Promise<__HttpRequest>;
|
|
118
|
-
export declare const se_GetTypeCommand: (
|
|
119
|
-
input: GetTypeCommandInput,
|
|
120
|
-
context: __SerdeContext
|
|
121
|
-
) => Promise<__HttpRequest>;
|
|
122
|
-
export declare const se_ListKeyspacesCommand: (
|
|
123
|
-
input: ListKeyspacesCommandInput,
|
|
124
|
-
context: __SerdeContext
|
|
125
|
-
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const se_ListTablesCommand: (
|
|
127
|
-
input: ListTablesCommandInput,
|
|
128
|
-
context: __SerdeContext
|
|
129
|
-
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const se_ListTagsForResourceCommand: (
|
|
131
|
-
input: ListTagsForResourceCommandInput,
|
|
132
|
-
context: __SerdeContext
|
|
133
|
-
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const se_ListTypesCommand: (
|
|
135
|
-
input: ListTypesCommandInput,
|
|
136
|
-
context: __SerdeContext
|
|
137
|
-
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const se_RestoreTableCommand: (
|
|
139
|
-
input: RestoreTableCommandInput,
|
|
140
|
-
context: __SerdeContext
|
|
141
|
-
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const se_TagResourceCommand: (
|
|
143
|
-
input: TagResourceCommandInput,
|
|
144
|
-
context: __SerdeContext
|
|
145
|
-
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const se_UntagResourceCommand: (
|
|
147
|
-
input: UntagResourceCommandInput,
|
|
148
|
-
context: __SerdeContext
|
|
149
|
-
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const se_UpdateKeyspaceCommand: (
|
|
151
|
-
input: UpdateKeyspaceCommandInput,
|
|
152
|
-
context: __SerdeContext
|
|
153
|
-
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const se_UpdateTableCommand: (
|
|
155
|
-
input: UpdateTableCommandInput,
|
|
156
|
-
context: __SerdeContext
|
|
157
|
-
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const de_CreateKeyspaceCommand: (
|
|
159
|
-
output: __HttpResponse,
|
|
160
|
-
context: __SerdeContext
|
|
161
|
-
) => Promise<CreateKeyspaceCommandOutput>;
|
|
162
|
-
export declare const de_CreateTableCommand: (
|
|
163
|
-
output: __HttpResponse,
|
|
164
|
-
context: __SerdeContext
|
|
165
|
-
) => Promise<CreateTableCommandOutput>;
|
|
166
|
-
export declare const de_CreateTypeCommand: (
|
|
167
|
-
output: __HttpResponse,
|
|
168
|
-
context: __SerdeContext
|
|
169
|
-
) => Promise<CreateTypeCommandOutput>;
|
|
170
|
-
export declare const de_DeleteKeyspaceCommand: (
|
|
171
|
-
output: __HttpResponse,
|
|
172
|
-
context: __SerdeContext
|
|
173
|
-
) => Promise<DeleteKeyspaceCommandOutput>;
|
|
174
|
-
export declare const de_DeleteTableCommand: (
|
|
175
|
-
output: __HttpResponse,
|
|
176
|
-
context: __SerdeContext
|
|
177
|
-
) => Promise<DeleteTableCommandOutput>;
|
|
178
|
-
export declare const de_DeleteTypeCommand: (
|
|
179
|
-
output: __HttpResponse,
|
|
180
|
-
context: __SerdeContext
|
|
181
|
-
) => Promise<DeleteTypeCommandOutput>;
|
|
182
|
-
export declare const de_GetKeyspaceCommand: (
|
|
183
|
-
output: __HttpResponse,
|
|
184
|
-
context: __SerdeContext
|
|
185
|
-
) => Promise<GetKeyspaceCommandOutput>;
|
|
186
|
-
export declare const de_GetTableCommand: (
|
|
187
|
-
output: __HttpResponse,
|
|
188
|
-
context: __SerdeContext
|
|
189
|
-
) => Promise<GetTableCommandOutput>;
|
|
190
|
-
export declare const de_GetTableAutoScalingSettingsCommand: (
|
|
191
|
-
output: __HttpResponse,
|
|
192
|
-
context: __SerdeContext
|
|
193
|
-
) => Promise<GetTableAutoScalingSettingsCommandOutput>;
|
|
194
|
-
export declare const de_GetTypeCommand: (
|
|
195
|
-
output: __HttpResponse,
|
|
196
|
-
context: __SerdeContext
|
|
197
|
-
) => Promise<GetTypeCommandOutput>;
|
|
198
|
-
export declare const de_ListKeyspacesCommand: (
|
|
199
|
-
output: __HttpResponse,
|
|
200
|
-
context: __SerdeContext
|
|
201
|
-
) => Promise<ListKeyspacesCommandOutput>;
|
|
202
|
-
export declare const de_ListTablesCommand: (
|
|
203
|
-
output: __HttpResponse,
|
|
204
|
-
context: __SerdeContext
|
|
205
|
-
) => Promise<ListTablesCommandOutput>;
|
|
206
|
-
export declare const de_ListTagsForResourceCommand: (
|
|
207
|
-
output: __HttpResponse,
|
|
208
|
-
context: __SerdeContext
|
|
209
|
-
) => Promise<ListTagsForResourceCommandOutput>;
|
|
210
|
-
export declare const de_ListTypesCommand: (
|
|
211
|
-
output: __HttpResponse,
|
|
212
|
-
context: __SerdeContext
|
|
213
|
-
) => Promise<ListTypesCommandOutput>;
|
|
214
|
-
export declare const de_RestoreTableCommand: (
|
|
215
|
-
output: __HttpResponse,
|
|
216
|
-
context: __SerdeContext
|
|
217
|
-
) => Promise<RestoreTableCommandOutput>;
|
|
218
|
-
export declare const de_TagResourceCommand: (
|
|
219
|
-
output: __HttpResponse,
|
|
220
|
-
context: __SerdeContext
|
|
221
|
-
) => Promise<TagResourceCommandOutput>;
|
|
222
|
-
export declare const de_UntagResourceCommand: (
|
|
223
|
-
output: __HttpResponse,
|
|
224
|
-
context: __SerdeContext
|
|
225
|
-
) => Promise<UntagResourceCommandOutput>;
|
|
226
|
-
export declare const de_UpdateKeyspaceCommand: (
|
|
227
|
-
output: __HttpResponse,
|
|
228
|
-
context: __SerdeContext
|
|
229
|
-
) => Promise<UpdateKeyspaceCommandOutput>;
|
|
230
|
-
export declare const de_UpdateTableCommand: (
|
|
231
|
-
output: __HttpResponse,
|
|
232
|
-
context: __SerdeContext
|
|
233
|
-
) => Promise<UpdateTableCommandOutput>;
|