@aws-sdk/client-keyspaces 3.170.0 → 3.171.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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/Keyspaces.d.ts +0 -13
- package/dist-types/ts3.4/KeyspacesClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CreateKeyspaceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteKeyspaceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetKeyspaceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetTableCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListKeyspacesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTablesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RestoreTableCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/KeyspacesServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -134
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-keyspaces
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-keyspaces
|
|
@@ -52,7 +52,6 @@ import {
|
|
|
52
52
|
UpdateTableCommandOutput,
|
|
53
53
|
} from "./commands/UpdateTableCommand";
|
|
54
54
|
import { KeyspacesClient } from "./KeyspacesClient";
|
|
55
|
-
|
|
56
55
|
export declare class Keyspaces extends KeyspacesClient {
|
|
57
56
|
createKeyspace(
|
|
58
57
|
args: CreateKeyspaceCommandInput,
|
|
@@ -67,7 +66,6 @@ export declare class Keyspaces extends KeyspacesClient {
|
|
|
67
66
|
options: __HttpHandlerOptions,
|
|
68
67
|
cb: (err: any, data?: CreateKeyspaceCommandOutput) => void
|
|
69
68
|
): void;
|
|
70
|
-
|
|
71
69
|
createTable(
|
|
72
70
|
args: CreateTableCommandInput,
|
|
73
71
|
options?: __HttpHandlerOptions
|
|
@@ -81,7 +79,6 @@ export declare class Keyspaces extends KeyspacesClient {
|
|
|
81
79
|
options: __HttpHandlerOptions,
|
|
82
80
|
cb: (err: any, data?: CreateTableCommandOutput) => void
|
|
83
81
|
): void;
|
|
84
|
-
|
|
85
82
|
deleteKeyspace(
|
|
86
83
|
args: DeleteKeyspaceCommandInput,
|
|
87
84
|
options?: __HttpHandlerOptions
|
|
@@ -95,7 +92,6 @@ export declare class Keyspaces extends KeyspacesClient {
|
|
|
95
92
|
options: __HttpHandlerOptions,
|
|
96
93
|
cb: (err: any, data?: DeleteKeyspaceCommandOutput) => void
|
|
97
94
|
): void;
|
|
98
|
-
|
|
99
95
|
deleteTable(
|
|
100
96
|
args: DeleteTableCommandInput,
|
|
101
97
|
options?: __HttpHandlerOptions
|
|
@@ -109,7 +105,6 @@ export declare class Keyspaces extends KeyspacesClient {
|
|
|
109
105
|
options: __HttpHandlerOptions,
|
|
110
106
|
cb: (err: any, data?: DeleteTableCommandOutput) => void
|
|
111
107
|
): void;
|
|
112
|
-
|
|
113
108
|
getKeyspace(
|
|
114
109
|
args: GetKeyspaceCommandInput,
|
|
115
110
|
options?: __HttpHandlerOptions
|
|
@@ -123,7 +118,6 @@ export declare class Keyspaces extends KeyspacesClient {
|
|
|
123
118
|
options: __HttpHandlerOptions,
|
|
124
119
|
cb: (err: any, data?: GetKeyspaceCommandOutput) => void
|
|
125
120
|
): void;
|
|
126
|
-
|
|
127
121
|
getTable(
|
|
128
122
|
args: GetTableCommandInput,
|
|
129
123
|
options?: __HttpHandlerOptions
|
|
@@ -137,7 +131,6 @@ export declare class Keyspaces extends KeyspacesClient {
|
|
|
137
131
|
options: __HttpHandlerOptions,
|
|
138
132
|
cb: (err: any, data?: GetTableCommandOutput) => void
|
|
139
133
|
): void;
|
|
140
|
-
|
|
141
134
|
listKeyspaces(
|
|
142
135
|
args: ListKeyspacesCommandInput,
|
|
143
136
|
options?: __HttpHandlerOptions
|
|
@@ -151,7 +144,6 @@ export declare class Keyspaces extends KeyspacesClient {
|
|
|
151
144
|
options: __HttpHandlerOptions,
|
|
152
145
|
cb: (err: any, data?: ListKeyspacesCommandOutput) => void
|
|
153
146
|
): void;
|
|
154
|
-
|
|
155
147
|
listTables(
|
|
156
148
|
args: ListTablesCommandInput,
|
|
157
149
|
options?: __HttpHandlerOptions
|
|
@@ -165,7 +157,6 @@ export declare class Keyspaces extends KeyspacesClient {
|
|
|
165
157
|
options: __HttpHandlerOptions,
|
|
166
158
|
cb: (err: any, data?: ListTablesCommandOutput) => void
|
|
167
159
|
): void;
|
|
168
|
-
|
|
169
160
|
listTagsForResource(
|
|
170
161
|
args: ListTagsForResourceCommandInput,
|
|
171
162
|
options?: __HttpHandlerOptions
|
|
@@ -179,7 +170,6 @@ export declare class Keyspaces extends KeyspacesClient {
|
|
|
179
170
|
options: __HttpHandlerOptions,
|
|
180
171
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
181
172
|
): void;
|
|
182
|
-
|
|
183
173
|
restoreTable(
|
|
184
174
|
args: RestoreTableCommandInput,
|
|
185
175
|
options?: __HttpHandlerOptions
|
|
@@ -193,7 +183,6 @@ export declare class Keyspaces extends KeyspacesClient {
|
|
|
193
183
|
options: __HttpHandlerOptions,
|
|
194
184
|
cb: (err: any, data?: RestoreTableCommandOutput) => void
|
|
195
185
|
): void;
|
|
196
|
-
|
|
197
186
|
tagResource(
|
|
198
187
|
args: TagResourceCommandInput,
|
|
199
188
|
options?: __HttpHandlerOptions
|
|
@@ -207,7 +196,6 @@ export declare class Keyspaces extends KeyspacesClient {
|
|
|
207
196
|
options: __HttpHandlerOptions,
|
|
208
197
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
209
198
|
): void;
|
|
210
|
-
|
|
211
199
|
untagResource(
|
|
212
200
|
args: UntagResourceCommandInput,
|
|
213
201
|
options?: __HttpHandlerOptions
|
|
@@ -221,7 +209,6 @@ export declare class Keyspaces extends KeyspacesClient {
|
|
|
221
209
|
options: __HttpHandlerOptions,
|
|
222
210
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
223
211
|
): void;
|
|
224
|
-
|
|
225
212
|
updateTable(
|
|
226
213
|
args: UpdateTableCommandInput,
|
|
227
214
|
options?: __HttpHandlerOptions
|
|
@@ -125,47 +125,26 @@ export declare type ServiceOutputTypes =
|
|
|
125
125
|
export interface ClientDefaults
|
|
126
126
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
127
127
|
requestHandler?: __HttpHandler;
|
|
128
|
-
|
|
129
128
|
sha256?: __HashConstructor;
|
|
130
|
-
|
|
131
129
|
urlParser?: __UrlParser;
|
|
132
|
-
|
|
133
130
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
134
|
-
|
|
135
131
|
streamCollector?: __StreamCollector;
|
|
136
|
-
|
|
137
132
|
base64Decoder?: __Decoder;
|
|
138
|
-
|
|
139
133
|
base64Encoder?: __Encoder;
|
|
140
|
-
|
|
141
134
|
utf8Decoder?: __Decoder;
|
|
142
|
-
|
|
143
135
|
utf8Encoder?: __Encoder;
|
|
144
|
-
|
|
145
136
|
runtime?: string;
|
|
146
|
-
|
|
147
137
|
disableHostPrefix?: boolean;
|
|
148
|
-
|
|
149
138
|
maxAttempts?: number | __Provider<number>;
|
|
150
|
-
|
|
151
139
|
retryMode?: string | __Provider<string>;
|
|
152
|
-
|
|
153
140
|
logger?: __Logger;
|
|
154
|
-
|
|
155
141
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
156
|
-
|
|
157
142
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
158
|
-
|
|
159
143
|
serviceId?: string;
|
|
160
|
-
|
|
161
144
|
region?: string | __Provider<string>;
|
|
162
|
-
|
|
163
145
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
164
|
-
|
|
165
146
|
regionInfoProvider?: RegionInfoProvider;
|
|
166
|
-
|
|
167
147
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
168
|
-
|
|
169
148
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
170
149
|
}
|
|
171
150
|
declare type KeyspacesClientConfigType = Partial<
|
|
@@ -178,7 +157,6 @@ declare type KeyspacesClientConfigType = Partial<
|
|
|
178
157
|
HostHeaderInputConfig &
|
|
179
158
|
AwsAuthInputConfig &
|
|
180
159
|
UserAgentInputConfig;
|
|
181
|
-
|
|
182
160
|
export interface KeyspacesClientConfig extends KeyspacesClientConfigType {}
|
|
183
161
|
declare type KeyspacesClientResolvedConfigType =
|
|
184
162
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
@@ -189,10 +167,8 @@ declare type KeyspacesClientResolvedConfigType =
|
|
|
189
167
|
HostHeaderResolvedConfig &
|
|
190
168
|
AwsAuthResolvedConfig &
|
|
191
169
|
UserAgentResolvedConfig;
|
|
192
|
-
|
|
193
170
|
export interface KeyspacesClientResolvedConfig
|
|
194
171
|
extends KeyspacesClientResolvedConfigType {}
|
|
195
|
-
|
|
196
172
|
export declare class KeyspacesClient extends __Client<
|
|
197
173
|
__HttpHandlerOptions,
|
|
198
174
|
ServiceInputTypes,
|
|
@@ -201,7 +177,6 @@ export declare class KeyspacesClient extends __Client<
|
|
|
201
177
|
> {
|
|
202
178
|
readonly config: KeyspacesClientResolvedConfig;
|
|
203
179
|
constructor(configuration: KeyspacesClientConfig);
|
|
204
|
-
|
|
205
180
|
destroy(): void;
|
|
206
181
|
}
|
|
207
182
|
export {};
|
|
@@ -18,7 +18,6 @@ export interface CreateKeyspaceCommandInput extends CreateKeyspaceRequest {}
|
|
|
18
18
|
export interface CreateKeyspaceCommandOutput
|
|
19
19
|
extends CreateKeyspaceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateKeyspaceCommand extends $Command<
|
|
23
22
|
CreateKeyspaceCommandInput,
|
|
24
23
|
CreateKeyspaceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateKeyspaceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateKeyspaceCommandInput;
|
|
28
27
|
constructor(input: CreateKeyspaceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: KeyspacesClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateTableCommandInput extends CreateTableRequest {}
|
|
|
15
15
|
export interface CreateTableCommandOutput
|
|
16
16
|
extends CreateTableResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateTableCommand extends $Command<
|
|
20
19
|
CreateTableCommandInput,
|
|
21
20
|
CreateTableCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateTableCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateTableCommandInput;
|
|
25
24
|
constructor(input: CreateTableCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: KeyspacesClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DeleteKeyspaceCommandInput extends DeleteKeyspaceRequest {}
|
|
|
18
18
|
export interface DeleteKeyspaceCommandOutput
|
|
19
19
|
extends DeleteKeyspaceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DeleteKeyspaceCommand extends $Command<
|
|
23
22
|
DeleteKeyspaceCommandInput,
|
|
24
23
|
DeleteKeyspaceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DeleteKeyspaceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DeleteKeyspaceCommandInput;
|
|
28
27
|
constructor(input: DeleteKeyspaceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: KeyspacesClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteTableCommandInput extends DeleteTableRequest {}
|
|
|
15
15
|
export interface DeleteTableCommandOutput
|
|
16
16
|
extends DeleteTableResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteTableCommand extends $Command<
|
|
20
19
|
DeleteTableCommandInput,
|
|
21
20
|
DeleteTableCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteTableCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteTableCommandInput;
|
|
25
24
|
constructor(input: DeleteTableCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: KeyspacesClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetKeyspaceCommandInput extends GetKeyspaceRequest {}
|
|
|
15
15
|
export interface GetKeyspaceCommandOutput
|
|
16
16
|
extends GetKeyspaceResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetKeyspaceCommand extends $Command<
|
|
20
19
|
GetKeyspaceCommandInput,
|
|
21
20
|
GetKeyspaceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetKeyspaceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetKeyspaceCommandInput;
|
|
25
24
|
constructor(input: GetKeyspaceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: KeyspacesClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetTableCommandInput extends GetTableRequest {}
|
|
|
15
15
|
export interface GetTableCommandOutput
|
|
16
16
|
extends GetTableResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetTableCommand extends $Command<
|
|
20
19
|
GetTableCommandInput,
|
|
21
20
|
GetTableCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetTableCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetTableCommandInput;
|
|
25
24
|
constructor(input: GetTableCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: KeyspacesClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListKeyspacesCommandInput extends ListKeyspacesRequest {}
|
|
|
18
18
|
export interface ListKeyspacesCommandOutput
|
|
19
19
|
extends ListKeyspacesResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListKeyspacesCommand extends $Command<
|
|
23
22
|
ListKeyspacesCommandInput,
|
|
24
23
|
ListKeyspacesCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListKeyspacesCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListKeyspacesCommandInput;
|
|
28
27
|
constructor(input: ListKeyspacesCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: KeyspacesClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListTablesCommandInput extends ListTablesRequest {}
|
|
|
15
15
|
export interface ListTablesCommandOutput
|
|
16
16
|
extends ListTablesResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListTablesCommand extends $Command<
|
|
20
19
|
ListTablesCommandInput,
|
|
21
20
|
ListTablesCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListTablesCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListTablesCommandInput;
|
|
25
24
|
constructor(input: ListTablesCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: KeyspacesClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: KeyspacesClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface RestoreTableCommandInput extends RestoreTableRequest {}
|
|
|
15
15
|
export interface RestoreTableCommandOutput
|
|
16
16
|
extends RestoreTableResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class RestoreTableCommand extends $Command<
|
|
20
19
|
RestoreTableCommandInput,
|
|
21
20
|
RestoreTableCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class RestoreTableCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: RestoreTableCommandInput;
|
|
25
24
|
constructor(input: RestoreTableCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: KeyspacesClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagResourceCommand extends $Command<
|
|
20
19
|
TagResourceCommandInput,
|
|
21
20
|
TagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagResourceCommandInput;
|
|
25
24
|
constructor(input: TagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: KeyspacesClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
18
18
|
export interface UntagResourceCommandOutput
|
|
19
19
|
extends UntagResourceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UntagResourceCommand extends $Command<
|
|
23
22
|
UntagResourceCommandInput,
|
|
24
23
|
UntagResourceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UntagResourceCommandInput;
|
|
28
27
|
constructor(input: UntagResourceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: KeyspacesClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UpdateTableCommandInput extends UpdateTableRequest {}
|
|
|
15
15
|
export interface UpdateTableCommandOutput
|
|
16
16
|
extends UpdateTableResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UpdateTableCommand extends $Command<
|
|
20
19
|
UpdateTableCommandInput,
|
|
21
20
|
UpdateTableCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UpdateTableCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UpdateTableCommandInput;
|
|
25
24
|
constructor(input: UpdateTableCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: KeyspacesClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class KeyspacesServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { KeyspacesServiceException as __BaseException } from "./KeyspacesServiceException";
|
|
3
|
-
|
|
4
3
|
export declare class AccessDeniedException extends __BaseException {
|
|
5
4
|
readonly name: "AccessDeniedException";
|
|
6
5
|
readonly $fault: "client";
|
|
7
|
-
|
|
8
6
|
constructor(
|
|
9
7
|
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
10
8
|
);
|
|
@@ -13,88 +11,65 @@ export declare enum ThroughputMode {
|
|
|
13
11
|
PAY_PER_REQUEST = "PAY_PER_REQUEST",
|
|
14
12
|
PROVISIONED = "PROVISIONED",
|
|
15
13
|
}
|
|
16
|
-
|
|
17
14
|
export interface CapacitySpecification {
|
|
18
15
|
throughputMode: ThroughputMode | string | undefined;
|
|
19
|
-
|
|
20
16
|
readCapacityUnits?: number;
|
|
21
|
-
|
|
22
17
|
writeCapacityUnits?: number;
|
|
23
18
|
}
|
|
24
|
-
|
|
25
19
|
export interface CapacitySpecificationSummary {
|
|
26
20
|
throughputMode: ThroughputMode | string | undefined;
|
|
27
|
-
|
|
28
21
|
readCapacityUnits?: number;
|
|
29
|
-
|
|
30
22
|
writeCapacityUnits?: number;
|
|
31
|
-
|
|
32
23
|
lastUpdateToPayPerRequestTimestamp?: Date;
|
|
33
24
|
}
|
|
34
25
|
export declare enum SortOrder {
|
|
35
26
|
ASC = "ASC",
|
|
36
27
|
DESC = "DESC",
|
|
37
28
|
}
|
|
38
|
-
|
|
39
29
|
export interface ClusteringKey {
|
|
40
30
|
name: string | undefined;
|
|
41
|
-
|
|
42
31
|
orderBy: SortOrder | string | undefined;
|
|
43
32
|
}
|
|
44
|
-
|
|
45
33
|
export interface ColumnDefinition {
|
|
46
34
|
name: string | undefined;
|
|
47
|
-
|
|
48
35
|
type: string | undefined;
|
|
49
36
|
}
|
|
50
|
-
|
|
51
37
|
export interface Comment {
|
|
52
38
|
message: string | undefined;
|
|
53
39
|
}
|
|
54
|
-
|
|
55
40
|
export declare class ConflictException extends __BaseException {
|
|
56
41
|
readonly name: "ConflictException";
|
|
57
42
|
readonly $fault: "client";
|
|
58
|
-
|
|
59
43
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
60
44
|
}
|
|
61
|
-
|
|
62
45
|
export interface Tag {
|
|
63
46
|
key: string | undefined;
|
|
64
|
-
|
|
65
47
|
value: string | undefined;
|
|
66
48
|
}
|
|
67
49
|
export interface CreateKeyspaceRequest {
|
|
68
50
|
keyspaceName: string | undefined;
|
|
69
|
-
|
|
70
51
|
tags?: Tag[];
|
|
71
52
|
}
|
|
72
53
|
export interface CreateKeyspaceResponse {
|
|
73
54
|
resourceArn: string | undefined;
|
|
74
55
|
}
|
|
75
|
-
|
|
76
56
|
export declare class InternalServerException extends __BaseException {
|
|
77
57
|
readonly name: "InternalServerException";
|
|
78
58
|
readonly $fault: "server";
|
|
79
|
-
|
|
80
59
|
constructor(
|
|
81
60
|
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
82
61
|
);
|
|
83
62
|
}
|
|
84
|
-
|
|
85
63
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
86
64
|
readonly name: "ServiceQuotaExceededException";
|
|
87
65
|
readonly $fault: "client";
|
|
88
|
-
|
|
89
66
|
constructor(
|
|
90
67
|
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
91
68
|
);
|
|
92
69
|
}
|
|
93
|
-
|
|
94
70
|
export declare class ValidationException extends __BaseException {
|
|
95
71
|
readonly name: "ValidationException";
|
|
96
72
|
readonly $fault: "client";
|
|
97
|
-
|
|
98
73
|
constructor(
|
|
99
74
|
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
100
75
|
);
|
|
@@ -103,76 +78,54 @@ export declare enum EncryptionType {
|
|
|
103
78
|
AWS_OWNED_KMS_KEY = "AWS_OWNED_KMS_KEY",
|
|
104
79
|
CUSTOMER_MANAGED_KMS_KEY = "CUSTOMER_MANAGED_KMS_KEY",
|
|
105
80
|
}
|
|
106
|
-
|
|
107
81
|
export interface EncryptionSpecification {
|
|
108
82
|
type: EncryptionType | string | undefined;
|
|
109
|
-
|
|
110
83
|
kmsKeyIdentifier?: string;
|
|
111
84
|
}
|
|
112
85
|
export declare enum PointInTimeRecoveryStatus {
|
|
113
86
|
DISABLED = "DISABLED",
|
|
114
87
|
ENABLED = "ENABLED",
|
|
115
88
|
}
|
|
116
|
-
|
|
117
89
|
export interface PointInTimeRecovery {
|
|
118
90
|
status: PointInTimeRecoveryStatus | string | undefined;
|
|
119
91
|
}
|
|
120
|
-
|
|
121
92
|
export interface PartitionKey {
|
|
122
93
|
name: string | undefined;
|
|
123
94
|
}
|
|
124
|
-
|
|
125
95
|
export interface StaticColumn {
|
|
126
96
|
name: string | undefined;
|
|
127
97
|
}
|
|
128
|
-
|
|
129
98
|
export interface SchemaDefinition {
|
|
130
99
|
allColumns: ColumnDefinition[] | undefined;
|
|
131
|
-
|
|
132
100
|
partitionKeys: PartitionKey[] | undefined;
|
|
133
|
-
|
|
134
101
|
clusteringKeys?: ClusteringKey[];
|
|
135
|
-
|
|
136
102
|
staticColumns?: StaticColumn[];
|
|
137
103
|
}
|
|
138
104
|
export declare enum TimeToLiveStatus {
|
|
139
105
|
ENABLED = "ENABLED",
|
|
140
106
|
}
|
|
141
|
-
|
|
142
107
|
export interface TimeToLive {
|
|
143
108
|
status: TimeToLiveStatus | string | undefined;
|
|
144
109
|
}
|
|
145
110
|
export interface CreateTableRequest {
|
|
146
111
|
keyspaceName: string | undefined;
|
|
147
|
-
|
|
148
112
|
tableName: string | undefined;
|
|
149
|
-
|
|
150
113
|
schemaDefinition: SchemaDefinition | undefined;
|
|
151
|
-
|
|
152
114
|
comment?: Comment;
|
|
153
|
-
|
|
154
115
|
capacitySpecification?: CapacitySpecification;
|
|
155
|
-
|
|
156
116
|
encryptionSpecification?: EncryptionSpecification;
|
|
157
|
-
|
|
158
117
|
pointInTimeRecovery?: PointInTimeRecovery;
|
|
159
|
-
|
|
160
118
|
ttl?: TimeToLive;
|
|
161
|
-
|
|
162
119
|
defaultTimeToLive?: number;
|
|
163
|
-
|
|
164
120
|
tags?: Tag[];
|
|
165
121
|
}
|
|
166
122
|
export interface CreateTableResponse {
|
|
167
123
|
resourceArn: string | undefined;
|
|
168
124
|
}
|
|
169
|
-
|
|
170
125
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
171
126
|
readonly name: "ResourceNotFoundException";
|
|
172
127
|
readonly $fault: "client";
|
|
173
|
-
|
|
174
128
|
resourceArn?: string;
|
|
175
|
-
|
|
176
129
|
constructor(
|
|
177
130
|
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
178
131
|
);
|
|
@@ -183,7 +136,6 @@ export interface DeleteKeyspaceRequest {
|
|
|
183
136
|
export interface DeleteKeyspaceResponse {}
|
|
184
137
|
export interface DeleteTableRequest {
|
|
185
138
|
keyspaceName: string | undefined;
|
|
186
|
-
|
|
187
139
|
tableName: string | undefined;
|
|
188
140
|
}
|
|
189
141
|
export interface DeleteTableResponse {}
|
|
@@ -192,18 +144,14 @@ export interface GetKeyspaceRequest {
|
|
|
192
144
|
}
|
|
193
145
|
export interface GetKeyspaceResponse {
|
|
194
146
|
keyspaceName: string | undefined;
|
|
195
|
-
|
|
196
147
|
resourceArn: string | undefined;
|
|
197
148
|
}
|
|
198
149
|
export interface GetTableRequest {
|
|
199
150
|
keyspaceName: string | undefined;
|
|
200
|
-
|
|
201
151
|
tableName: string | undefined;
|
|
202
152
|
}
|
|
203
|
-
|
|
204
153
|
export interface PointInTimeRecoverySummary {
|
|
205
154
|
status: PointInTimeRecoveryStatus | string | undefined;
|
|
206
|
-
|
|
207
155
|
earliestRestorableTimestamp?: Date;
|
|
208
156
|
}
|
|
209
157
|
export declare enum TableStatus {
|
|
@@ -217,94 +165,62 @@ export declare enum TableStatus {
|
|
|
217
165
|
}
|
|
218
166
|
export interface GetTableResponse {
|
|
219
167
|
keyspaceName: string | undefined;
|
|
220
|
-
|
|
221
168
|
tableName: string | undefined;
|
|
222
|
-
|
|
223
169
|
resourceArn: string | undefined;
|
|
224
|
-
|
|
225
170
|
creationTimestamp?: Date;
|
|
226
|
-
|
|
227
171
|
status?: TableStatus | string;
|
|
228
|
-
|
|
229
172
|
schemaDefinition?: SchemaDefinition;
|
|
230
|
-
|
|
231
173
|
capacitySpecification?: CapacitySpecificationSummary;
|
|
232
|
-
|
|
233
174
|
encryptionSpecification?: EncryptionSpecification;
|
|
234
|
-
|
|
235
175
|
pointInTimeRecovery?: PointInTimeRecoverySummary;
|
|
236
|
-
|
|
237
176
|
ttl?: TimeToLive;
|
|
238
|
-
|
|
239
177
|
defaultTimeToLive?: number;
|
|
240
|
-
|
|
241
178
|
comment?: Comment;
|
|
242
179
|
}
|
|
243
180
|
export interface ListKeyspacesRequest {
|
|
244
181
|
nextToken?: string;
|
|
245
|
-
|
|
246
182
|
maxResults?: number;
|
|
247
183
|
}
|
|
248
|
-
|
|
249
184
|
export interface KeyspaceSummary {
|
|
250
185
|
keyspaceName: string | undefined;
|
|
251
|
-
|
|
252
186
|
resourceArn: string | undefined;
|
|
253
187
|
}
|
|
254
188
|
export interface ListKeyspacesResponse {
|
|
255
189
|
nextToken?: string;
|
|
256
|
-
|
|
257
190
|
keyspaces: KeyspaceSummary[] | undefined;
|
|
258
191
|
}
|
|
259
192
|
export interface ListTablesRequest {
|
|
260
193
|
nextToken?: string;
|
|
261
|
-
|
|
262
194
|
maxResults?: number;
|
|
263
|
-
|
|
264
195
|
keyspaceName: string | undefined;
|
|
265
196
|
}
|
|
266
|
-
|
|
267
197
|
export interface TableSummary {
|
|
268
198
|
keyspaceName: string | undefined;
|
|
269
|
-
|
|
270
199
|
tableName: string | undefined;
|
|
271
|
-
|
|
272
200
|
resourceArn: string | undefined;
|
|
273
201
|
}
|
|
274
202
|
export interface ListTablesResponse {
|
|
275
203
|
nextToken?: string;
|
|
276
|
-
|
|
277
204
|
tables?: TableSummary[];
|
|
278
205
|
}
|
|
279
206
|
export interface ListTagsForResourceRequest {
|
|
280
207
|
resourceArn: string | undefined;
|
|
281
|
-
|
|
282
208
|
nextToken?: string;
|
|
283
|
-
|
|
284
209
|
maxResults?: number;
|
|
285
210
|
}
|
|
286
211
|
export interface ListTagsForResourceResponse {
|
|
287
212
|
nextToken?: string;
|
|
288
|
-
|
|
289
213
|
tags?: Tag[];
|
|
290
214
|
}
|
|
291
215
|
export interface RestoreTableRequest {
|
|
292
216
|
sourceKeyspaceName: string | undefined;
|
|
293
|
-
|
|
294
217
|
sourceTableName: string | undefined;
|
|
295
|
-
|
|
296
218
|
targetKeyspaceName: string | undefined;
|
|
297
|
-
|
|
298
219
|
targetTableName: string | undefined;
|
|
299
|
-
|
|
300
220
|
restoreTimestamp?: Date;
|
|
301
|
-
|
|
302
221
|
capacitySpecificationOverride?: CapacitySpecification;
|
|
303
|
-
|
|
304
222
|
encryptionSpecificationOverride?: EncryptionSpecification;
|
|
305
|
-
|
|
306
223
|
pointInTimeRecoveryOverride?: PointInTimeRecovery;
|
|
307
|
-
|
|
308
224
|
tagsOverride?: Tag[];
|
|
309
225
|
}
|
|
310
226
|
export interface RestoreTableResponse {
|
|
@@ -312,185 +228,135 @@ export interface RestoreTableResponse {
|
|
|
312
228
|
}
|
|
313
229
|
export interface TagResourceRequest {
|
|
314
230
|
resourceArn: string | undefined;
|
|
315
|
-
|
|
316
231
|
tags: Tag[] | undefined;
|
|
317
232
|
}
|
|
318
233
|
export interface TagResourceResponse {}
|
|
319
234
|
export interface UntagResourceRequest {
|
|
320
235
|
resourceArn: string | undefined;
|
|
321
|
-
|
|
322
236
|
tags: Tag[] | undefined;
|
|
323
237
|
}
|
|
324
238
|
export interface UntagResourceResponse {}
|
|
325
239
|
export interface UpdateTableRequest {
|
|
326
240
|
keyspaceName: string | undefined;
|
|
327
|
-
|
|
328
241
|
tableName: string | undefined;
|
|
329
|
-
|
|
330
242
|
addColumns?: ColumnDefinition[];
|
|
331
|
-
|
|
332
243
|
capacitySpecification?: CapacitySpecification;
|
|
333
|
-
|
|
334
244
|
encryptionSpecification?: EncryptionSpecification;
|
|
335
|
-
|
|
336
245
|
pointInTimeRecovery?: PointInTimeRecovery;
|
|
337
|
-
|
|
338
246
|
ttl?: TimeToLive;
|
|
339
|
-
|
|
340
247
|
defaultTimeToLive?: number;
|
|
341
248
|
}
|
|
342
249
|
export interface UpdateTableResponse {
|
|
343
250
|
resourceArn: string | undefined;
|
|
344
251
|
}
|
|
345
|
-
|
|
346
252
|
export declare const CapacitySpecificationFilterSensitiveLog: (
|
|
347
253
|
obj: CapacitySpecification
|
|
348
254
|
) => any;
|
|
349
|
-
|
|
350
255
|
export declare const CapacitySpecificationSummaryFilterSensitiveLog: (
|
|
351
256
|
obj: CapacitySpecificationSummary
|
|
352
257
|
) => any;
|
|
353
|
-
|
|
354
258
|
export declare const ClusteringKeyFilterSensitiveLog: (
|
|
355
259
|
obj: ClusteringKey
|
|
356
260
|
) => any;
|
|
357
|
-
|
|
358
261
|
export declare const ColumnDefinitionFilterSensitiveLog: (
|
|
359
262
|
obj: ColumnDefinition
|
|
360
263
|
) => any;
|
|
361
|
-
|
|
362
264
|
export declare const CommentFilterSensitiveLog: (obj: Comment) => any;
|
|
363
|
-
|
|
364
265
|
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
365
|
-
|
|
366
266
|
export declare const CreateKeyspaceRequestFilterSensitiveLog: (
|
|
367
267
|
obj: CreateKeyspaceRequest
|
|
368
268
|
) => any;
|
|
369
|
-
|
|
370
269
|
export declare const CreateKeyspaceResponseFilterSensitiveLog: (
|
|
371
270
|
obj: CreateKeyspaceResponse
|
|
372
271
|
) => any;
|
|
373
|
-
|
|
374
272
|
export declare const EncryptionSpecificationFilterSensitiveLog: (
|
|
375
273
|
obj: EncryptionSpecification
|
|
376
274
|
) => any;
|
|
377
|
-
|
|
378
275
|
export declare const PointInTimeRecoveryFilterSensitiveLog: (
|
|
379
276
|
obj: PointInTimeRecovery
|
|
380
277
|
) => any;
|
|
381
|
-
|
|
382
278
|
export declare const PartitionKeyFilterSensitiveLog: (obj: PartitionKey) => any;
|
|
383
|
-
|
|
384
279
|
export declare const StaticColumnFilterSensitiveLog: (obj: StaticColumn) => any;
|
|
385
|
-
|
|
386
280
|
export declare const SchemaDefinitionFilterSensitiveLog: (
|
|
387
281
|
obj: SchemaDefinition
|
|
388
282
|
) => any;
|
|
389
|
-
|
|
390
283
|
export declare const TimeToLiveFilterSensitiveLog: (obj: TimeToLive) => any;
|
|
391
|
-
|
|
392
284
|
export declare const CreateTableRequestFilterSensitiveLog: (
|
|
393
285
|
obj: CreateTableRequest
|
|
394
286
|
) => any;
|
|
395
|
-
|
|
396
287
|
export declare const CreateTableResponseFilterSensitiveLog: (
|
|
397
288
|
obj: CreateTableResponse
|
|
398
289
|
) => any;
|
|
399
|
-
|
|
400
290
|
export declare const DeleteKeyspaceRequestFilterSensitiveLog: (
|
|
401
291
|
obj: DeleteKeyspaceRequest
|
|
402
292
|
) => any;
|
|
403
|
-
|
|
404
293
|
export declare const DeleteKeyspaceResponseFilterSensitiveLog: (
|
|
405
294
|
obj: DeleteKeyspaceResponse
|
|
406
295
|
) => any;
|
|
407
|
-
|
|
408
296
|
export declare const DeleteTableRequestFilterSensitiveLog: (
|
|
409
297
|
obj: DeleteTableRequest
|
|
410
298
|
) => any;
|
|
411
|
-
|
|
412
299
|
export declare const DeleteTableResponseFilterSensitiveLog: (
|
|
413
300
|
obj: DeleteTableResponse
|
|
414
301
|
) => any;
|
|
415
|
-
|
|
416
302
|
export declare const GetKeyspaceRequestFilterSensitiveLog: (
|
|
417
303
|
obj: GetKeyspaceRequest
|
|
418
304
|
) => any;
|
|
419
|
-
|
|
420
305
|
export declare const GetKeyspaceResponseFilterSensitiveLog: (
|
|
421
306
|
obj: GetKeyspaceResponse
|
|
422
307
|
) => any;
|
|
423
|
-
|
|
424
308
|
export declare const GetTableRequestFilterSensitiveLog: (
|
|
425
309
|
obj: GetTableRequest
|
|
426
310
|
) => any;
|
|
427
|
-
|
|
428
311
|
export declare const PointInTimeRecoverySummaryFilterSensitiveLog: (
|
|
429
312
|
obj: PointInTimeRecoverySummary
|
|
430
313
|
) => any;
|
|
431
|
-
|
|
432
314
|
export declare const GetTableResponseFilterSensitiveLog: (
|
|
433
315
|
obj: GetTableResponse
|
|
434
316
|
) => any;
|
|
435
|
-
|
|
436
317
|
export declare const ListKeyspacesRequestFilterSensitiveLog: (
|
|
437
318
|
obj: ListKeyspacesRequest
|
|
438
319
|
) => any;
|
|
439
|
-
|
|
440
320
|
export declare const KeyspaceSummaryFilterSensitiveLog: (
|
|
441
321
|
obj: KeyspaceSummary
|
|
442
322
|
) => any;
|
|
443
|
-
|
|
444
323
|
export declare const ListKeyspacesResponseFilterSensitiveLog: (
|
|
445
324
|
obj: ListKeyspacesResponse
|
|
446
325
|
) => any;
|
|
447
|
-
|
|
448
326
|
export declare const ListTablesRequestFilterSensitiveLog: (
|
|
449
327
|
obj: ListTablesRequest
|
|
450
328
|
) => any;
|
|
451
|
-
|
|
452
329
|
export declare const TableSummaryFilterSensitiveLog: (obj: TableSummary) => any;
|
|
453
|
-
|
|
454
330
|
export declare const ListTablesResponseFilterSensitiveLog: (
|
|
455
331
|
obj: ListTablesResponse
|
|
456
332
|
) => any;
|
|
457
|
-
|
|
458
333
|
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
459
334
|
obj: ListTagsForResourceRequest
|
|
460
335
|
) => any;
|
|
461
|
-
|
|
462
336
|
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
463
337
|
obj: ListTagsForResourceResponse
|
|
464
338
|
) => any;
|
|
465
|
-
|
|
466
339
|
export declare const RestoreTableRequestFilterSensitiveLog: (
|
|
467
340
|
obj: RestoreTableRequest
|
|
468
341
|
) => any;
|
|
469
|
-
|
|
470
342
|
export declare const RestoreTableResponseFilterSensitiveLog: (
|
|
471
343
|
obj: RestoreTableResponse
|
|
472
344
|
) => any;
|
|
473
|
-
|
|
474
345
|
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
475
346
|
obj: TagResourceRequest
|
|
476
347
|
) => any;
|
|
477
|
-
|
|
478
348
|
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
479
349
|
obj: TagResourceResponse
|
|
480
350
|
) => any;
|
|
481
|
-
|
|
482
351
|
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
483
352
|
obj: UntagResourceRequest
|
|
484
353
|
) => any;
|
|
485
|
-
|
|
486
354
|
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
487
355
|
obj: UntagResourceResponse
|
|
488
356
|
) => any;
|
|
489
|
-
|
|
490
357
|
export declare const UpdateTableRequestFilterSensitiveLog: (
|
|
491
358
|
obj: UpdateTableRequest
|
|
492
359
|
) => any;
|
|
493
|
-
|
|
494
360
|
export declare const UpdateTableResponseFilterSensitiveLog: (
|
|
495
361
|
obj: UpdateTableResponse
|
|
496
362
|
) => any;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { KeyspacesClientConfig } from "./KeyspacesClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (config: KeyspacesClientConfig) => {
|
|
5
4
|
runtime: string;
|
|
6
5
|
defaultsMode: import("@aws-sdk/types").Provider<
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { KeyspacesClientConfig } from "./KeyspacesClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (config: KeyspacesClientConfig) => {
|
|
5
4
|
runtime: string;
|
|
6
5
|
defaultsMode: import("@aws-sdk/types").Provider<
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-keyspaces",
|
|
3
3
|
"description": "AWS SDK for JavaScript Keyspaces Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.171.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",
|
|
@@ -19,35 +19,35 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
30
|
-
"@aws-sdk/middleware-logger": "3.
|
|
31
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
32
|
-
"@aws-sdk/middleware-retry": "3.
|
|
33
|
-
"@aws-sdk/middleware-serde": "3.
|
|
34
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
-
"@aws-sdk/middleware-stack": "3.
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
37
|
-
"@aws-sdk/node-config-provider": "3.
|
|
38
|
-
"@aws-sdk/node-http-handler": "3.
|
|
39
|
-
"@aws-sdk/protocol-http": "3.
|
|
40
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
-
"@aws-sdk/types": "3.
|
|
42
|
-
"@aws-sdk/url-parser": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.171.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.171.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.171.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.171.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.171.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.171.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.171.0",
|
|
29
|
+
"@aws-sdk/middleware-host-header": "3.171.0",
|
|
30
|
+
"@aws-sdk/middleware-logger": "3.171.0",
|
|
31
|
+
"@aws-sdk/middleware-recursion-detection": "3.171.0",
|
|
32
|
+
"@aws-sdk/middleware-retry": "3.171.0",
|
|
33
|
+
"@aws-sdk/middleware-serde": "3.171.0",
|
|
34
|
+
"@aws-sdk/middleware-signing": "3.171.0",
|
|
35
|
+
"@aws-sdk/middleware-stack": "3.171.0",
|
|
36
|
+
"@aws-sdk/middleware-user-agent": "3.171.0",
|
|
37
|
+
"@aws-sdk/node-config-provider": "3.171.0",
|
|
38
|
+
"@aws-sdk/node-http-handler": "3.171.0",
|
|
39
|
+
"@aws-sdk/protocol-http": "3.171.0",
|
|
40
|
+
"@aws-sdk/smithy-client": "3.171.0",
|
|
41
|
+
"@aws-sdk/types": "3.171.0",
|
|
42
|
+
"@aws-sdk/url-parser": "3.171.0",
|
|
43
43
|
"@aws-sdk/util-base64-browser": "3.170.0",
|
|
44
44
|
"@aws-sdk/util-base64-node": "3.170.0",
|
|
45
45
|
"@aws-sdk/util-body-length-browser": "3.170.0",
|
|
46
46
|
"@aws-sdk/util-body-length-node": "3.170.0",
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.171.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.171.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-browser": "3.171.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-node": "3.171.0",
|
|
51
51
|
"@aws-sdk/util-utf8-browser": "3.170.0",
|
|
52
52
|
"@aws-sdk/util-utf8-node": "3.170.0",
|
|
53
53
|
"tslib": "^2.3.1"
|