@aws-sdk/client-keyspaces 3.529.1 → 3.535.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-types/Keyspaces.d.ts +2 -1
- package/dist-types/KeyspacesClient.d.ts +1 -1
- package/dist-types/commands/CreateKeyspaceCommand.d.ts +2 -1
- package/dist-types/commands/CreateTableCommand.d.ts +2 -1
- package/dist-types/commands/DeleteKeyspaceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTableCommand.d.ts +2 -1
- package/dist-types/commands/GetKeyspaceCommand.d.ts +2 -1
- package/dist-types/commands/GetTableAutoScalingSettingsCommand.d.ts +2 -1
- package/dist-types/commands/GetTableCommand.d.ts +2 -1
- package/dist-types/commands/ListKeyspacesCommand.d.ts +2 -1
- package/dist-types/commands/ListTablesCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/RestoreTableCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTableCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +177 -177
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/Keyspaces.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateKeyspaceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteKeyspaceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetKeyspaceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTableAutoScalingSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTableCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListKeyspacesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTablesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RestoreTableCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +40 -40
|
@@ -60,6 +60,7 @@ export interface Keyspaces {
|
|
|
60
60
|
/**
|
|
61
61
|
* @see {@link ListKeyspacesCommand}
|
|
62
62
|
*/
|
|
63
|
+
listKeyspaces(): Promise<ListKeyspacesCommandOutput>;
|
|
63
64
|
listKeyspaces(args: ListKeyspacesCommandInput, options?: __HttpHandlerOptions): Promise<ListKeyspacesCommandOutput>;
|
|
64
65
|
listKeyspaces(args: ListKeyspacesCommandInput, cb: (err: any, data?: ListKeyspacesCommandOutput) => void): void;
|
|
65
66
|
listKeyspaces(args: ListKeyspacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListKeyspacesCommandOutput) => void): void;
|
|
@@ -101,7 +102,6 @@ export interface Keyspaces {
|
|
|
101
102
|
updateTable(args: UpdateTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTableCommandOutput) => void): void;
|
|
102
103
|
}
|
|
103
104
|
/**
|
|
104
|
-
* @public
|
|
105
105
|
* <p>Amazon Keyspaces (for Apache Cassandra) is a scalable,
|
|
106
106
|
* highly available, and managed Apache Cassandra-compatible database service. Amazon Keyspaces makes it easy to migrate,
|
|
107
107
|
* run, and scale Cassandra workloads in the Amazon Web Services Cloud. With just a few clicks on the Amazon Web Services Management Console or a few lines of code,
|
|
@@ -116,6 +116,7 @@ export interface Keyspaces {
|
|
|
116
116
|
* <p>To learn how Amazon Keyspaces API actions are recorded with CloudTrail, see <a href="https://docs.aws.amazon.com/keyspaces/latest/devguide/logging-using-cloudtrail.html#service-name-info-in-cloudtrail">Amazon Keyspaces information in CloudTrail</a> in the <i>Amazon Keyspaces Developer
|
|
117
117
|
* Guide</i>.</p>
|
|
118
118
|
* <p>For more information about Amazon Web Services APIs, for example how to implement retry logic or how to sign Amazon Web Services API requests, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-apis.html">Amazon Web Services APIs</a> in the <i>General Reference</i>.</p>
|
|
119
|
+
* @public
|
|
119
120
|
*/
|
|
120
121
|
export declare class Keyspaces extends KeyspacesClient implements Keyspaces {
|
|
121
122
|
}
|
|
@@ -165,7 +165,6 @@ export type KeyspacesClientResolvedConfigType = __SmithyResolvedConfiguration<__
|
|
|
165
165
|
export interface KeyspacesClientResolvedConfig extends KeyspacesClientResolvedConfigType {
|
|
166
166
|
}
|
|
167
167
|
/**
|
|
168
|
-
* @public
|
|
169
168
|
* <p>Amazon Keyspaces (for Apache Cassandra) is a scalable,
|
|
170
169
|
* highly available, and managed Apache Cassandra-compatible database service. Amazon Keyspaces makes it easy to migrate,
|
|
171
170
|
* run, and scale Cassandra workloads in the Amazon Web Services Cloud. With just a few clicks on the Amazon Web Services Management Console or a few lines of code,
|
|
@@ -180,6 +179,7 @@ export interface KeyspacesClientResolvedConfig extends KeyspacesClientResolvedCo
|
|
|
180
179
|
* <p>To learn how Amazon Keyspaces API actions are recorded with CloudTrail, see <a href="https://docs.aws.amazon.com/keyspaces/latest/devguide/logging-using-cloudtrail.html#service-name-info-in-cloudtrail">Amazon Keyspaces information in CloudTrail</a> in the <i>Amazon Keyspaces Developer
|
|
181
180
|
* Guide</i>.</p>
|
|
182
181
|
* <p>For more information about Amazon Web Services APIs, for example how to implement retry logic or how to sign Amazon Web Services API requests, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-apis.html">Amazon Web Services APIs</a> in the <i>General Reference</i>.</p>
|
|
182
|
+
* @public
|
|
183
183
|
*/
|
|
184
184
|
export declare class KeyspacesClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, KeyspacesClientResolvedConfig> {
|
|
185
185
|
/**
|
|
@@ -22,10 +22,10 @@ export interface CreateKeyspaceCommandOutput extends CreateKeyspaceResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateKeyspaceCommand_base: {
|
|
24
24
|
new (input: CreateKeyspaceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateKeyspaceCommandInput, CreateKeyspaceCommandOutput, KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateKeyspaceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateKeyspaceCommandInput, CreateKeyspaceCommandOutput, KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>The <code>CreateKeyspace</code> operation adds a new keyspace to your account. In an Amazon Web Services account, keyspace names
|
|
30
30
|
* must be unique within each Region.</p>
|
|
31
31
|
* <p>
|
|
@@ -89,6 +89,7 @@ declare const CreateKeyspaceCommand_base: {
|
|
|
89
89
|
* @throws {@link KeyspacesServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from Keyspaces service.</p>
|
|
91
91
|
*
|
|
92
|
+
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class CreateKeyspaceCommand extends CreateKeyspaceCommand_base {
|
|
94
95
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateTableCommandOutput extends CreateTableResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateTableCommand_base: {
|
|
24
24
|
new (input: CreateTableCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTableCommandInput, CreateTableCommandOutput, KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateTableCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTableCommandInput, CreateTableCommandOutput, KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>The <code>CreateTable</code> operation adds a new table to the specified keyspace. Within a keyspace, table names
|
|
30
30
|
* must be unique.</p>
|
|
31
31
|
* <p>
|
|
@@ -181,6 +181,7 @@ declare const CreateTableCommand_base: {
|
|
|
181
181
|
* @throws {@link KeyspacesServiceException}
|
|
182
182
|
* <p>Base exception class for all service exceptions from Keyspaces service.</p>
|
|
183
183
|
*
|
|
184
|
+
* @public
|
|
184
185
|
*/
|
|
185
186
|
export declare class CreateTableCommand extends CreateTableCommand_base {
|
|
186
187
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteKeyspaceCommandOutput extends DeleteKeyspaceResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteKeyspaceCommand_base: {
|
|
24
24
|
new (input: DeleteKeyspaceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteKeyspaceCommandInput, DeleteKeyspaceCommandOutput, KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteKeyspaceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteKeyspaceCommandInput, DeleteKeyspaceCommandOutput, KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>The <code>DeleteKeyspace</code> operation deletes a keyspace and all of its tables. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -72,6 +72,7 @@ declare const DeleteKeyspaceCommand_base: {
|
|
|
72
72
|
* @throws {@link KeyspacesServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from Keyspaces service.</p>
|
|
74
74
|
*
|
|
75
|
+
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class DeleteKeyspaceCommand extends DeleteKeyspaceCommand_base {
|
|
77
78
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteTableCommandOutput extends DeleteTableResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteTableCommand_base: {
|
|
24
24
|
new (input: DeleteTableCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTableCommandInput, DeleteTableCommandOutput, KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteTableCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTableCommandInput, DeleteTableCommandOutput, KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>The <code>DeleteTable</code> operation deletes a table and all of its data. After a <code>DeleteTable</code> request is received,
|
|
30
30
|
* the specified table is in the <code>DELETING</code> state until Amazon Keyspaces completes the deletion. If the table
|
|
31
31
|
* is in the <code>ACTIVE</code> state, you can delete it. If a table is either in the <code>CREATING</code> or <code>UPDATING</code> states, then
|
|
@@ -77,6 +77,7 @@ declare const DeleteTableCommand_base: {
|
|
|
77
77
|
* @throws {@link KeyspacesServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from Keyspaces service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class DeleteTableCommand extends DeleteTableCommand_base {
|
|
82
83
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetKeyspaceCommandOutput extends GetKeyspaceResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetKeyspaceCommand_base: {
|
|
24
24
|
new (input: GetKeyspaceCommandInput): import("@smithy/smithy-client").CommandImpl<GetKeyspaceCommandInput, GetKeyspaceCommandOutput, KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetKeyspaceCommandInput): import("@smithy/smithy-client").CommandImpl<GetKeyspaceCommandInput, GetKeyspaceCommandOutput, KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the name and the Amazon Resource Name (ARN) of the specified table.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -74,6 +74,7 @@ declare const GetKeyspaceCommand_base: {
|
|
|
74
74
|
* @throws {@link KeyspacesServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from Keyspaces service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class GetKeyspaceCommand extends GetKeyspaceCommand_base {
|
|
79
80
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetTableAutoScalingSettingsCommandOutput extends GetTableAutoSc
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetTableAutoScalingSettingsCommand_base: {
|
|
24
24
|
new (input: GetTableAutoScalingSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetTableAutoScalingSettingsCommandInput, GetTableAutoScalingSettingsCommandOutput, KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetTableAutoScalingSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetTableAutoScalingSettingsCommandInput, GetTableAutoScalingSettingsCommandOutput, KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns auto scaling related settings of the specified table in JSON format. If the table is a multi-Region table, the
|
|
30
30
|
* Amazon Web Services Region specific auto scaling settings of the table are included.</p>
|
|
31
31
|
* <p>Amazon Keyspaces auto scaling helps you provision throughput capacity for variable workloads efficiently by increasing and decreasing
|
|
@@ -155,6 +155,7 @@ declare const GetTableAutoScalingSettingsCommand_base: {
|
|
|
155
155
|
* @throws {@link KeyspacesServiceException}
|
|
156
156
|
* <p>Base exception class for all service exceptions from Keyspaces service.</p>
|
|
157
157
|
*
|
|
158
|
+
* @public
|
|
158
159
|
*/
|
|
159
160
|
export declare class GetTableAutoScalingSettingsCommand extends GetTableAutoScalingSettingsCommand_base {
|
|
160
161
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetTableCommandOutput extends GetTableResponse, __MetadataBeare
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetTableCommand_base: {
|
|
24
24
|
new (input: GetTableCommandInput): import("@smithy/smithy-client").CommandImpl<GetTableCommandInput, GetTableCommandOutput, KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetTableCommandInput): import("@smithy/smithy-client").CommandImpl<GetTableCommandInput, GetTableCommandOutput, KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns information about the table, including the table's name and current status, the keyspace name,
|
|
30
30
|
* configuration settings, and metadata.</p>
|
|
31
31
|
* <p>To read table metadata using <code>GetTable</code>, <code>Select</code> action
|
|
@@ -137,6 +137,7 @@ declare const GetTableCommand_base: {
|
|
|
137
137
|
* @throws {@link KeyspacesServiceException}
|
|
138
138
|
* <p>Base exception class for all service exceptions from Keyspaces service.</p>
|
|
139
139
|
*
|
|
140
|
+
* @public
|
|
140
141
|
*/
|
|
141
142
|
export declare class GetTableCommand extends GetTableCommand_base {
|
|
142
143
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListKeyspacesCommandOutput extends ListKeyspacesResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListKeyspacesCommand_base: {
|
|
24
24
|
new (input: ListKeyspacesCommandInput): import("@smithy/smithy-client").CommandImpl<ListKeyspacesCommandInput, ListKeyspacesCommandOutput, KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListKeyspacesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListKeyspacesCommandInput, ListKeyspacesCommandOutput, KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of keyspaces.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -80,6 +80,7 @@ declare const ListKeyspacesCommand_base: {
|
|
|
80
80
|
* @throws {@link KeyspacesServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from Keyspaces service.</p>
|
|
82
82
|
*
|
|
83
|
+
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class ListKeyspacesCommand extends ListKeyspacesCommand_base {
|
|
85
86
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTablesCommandOutput extends ListTablesResponse, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTablesCommand_base: {
|
|
24
24
|
new (input: ListTablesCommandInput): import("@smithy/smithy-client").CommandImpl<ListTablesCommandInput, ListTablesCommandOutput, KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTablesCommandInput): import("@smithy/smithy-client").CommandImpl<ListTablesCommandInput, ListTablesCommandOutput, KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of tables for a specified keyspace.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -78,6 +78,7 @@ declare const ListTablesCommand_base: {
|
|
|
78
78
|
* @throws {@link KeyspacesServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from Keyspaces service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class ListTablesCommand extends ListTablesCommand_base {
|
|
83
84
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTagsForResourceCommand_base: {
|
|
24
24
|
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of all tags associated with the specified Amazon Keyspaces resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -77,6 +77,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
77
77
|
* @throws {@link KeyspacesServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from Keyspaces service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
82
83
|
}
|
|
@@ -22,10 +22,10 @@ export interface RestoreTableCommandOutput extends RestoreTableResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const RestoreTableCommand_base: {
|
|
24
24
|
new (input: RestoreTableCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreTableCommandInput, RestoreTableCommandOutput, KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RestoreTableCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreTableCommandInput, RestoreTableCommandOutput, KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Restores the table to the specified point in time within the
|
|
30
30
|
* <code>earliest_restorable_timestamp</code> and the current time. For more information about restore points, see
|
|
31
31
|
* <a href="https://docs.aws.amazon.com/keyspaces/latest/devguide/PointInTimeRecovery_HowItWorks.html#howitworks_backup_window">
|
|
@@ -188,6 +188,7 @@ declare const RestoreTableCommand_base: {
|
|
|
188
188
|
* @throws {@link KeyspacesServiceException}
|
|
189
189
|
* <p>Base exception class for all service exceptions from Keyspaces service.</p>
|
|
190
190
|
*
|
|
191
|
+
* @public
|
|
191
192
|
*/
|
|
192
193
|
export declare class RestoreTableCommand extends RestoreTableCommand_base {
|
|
193
194
|
}
|
|
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const TagResourceCommand_base: {
|
|
24
24
|
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Associates a set of tags with a Amazon Keyspaces resource. You can then
|
|
30
30
|
* activate these user-defined tags so that they appear on the Cost Management Console for cost allocation tracking.
|
|
31
31
|
* For more information, see <a href="https://docs.aws.amazon.com/keyspaces/latest/devguide/tagging-keyspaces.html">Adding tags and labels to Amazon Keyspaces resources</a> in the <i>Amazon Keyspaces Developer
|
|
@@ -79,6 +79,7 @@ declare const TagResourceCommand_base: {
|
|
|
79
79
|
* @throws {@link KeyspacesServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from Keyspaces service.</p>
|
|
81
81
|
*
|
|
82
|
+
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
84
85
|
}
|
|
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const UntagResourceCommand_base: {
|
|
24
24
|
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes the association of tags from a Amazon Keyspaces resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -78,6 +78,7 @@ declare const UntagResourceCommand_base: {
|
|
|
78
78
|
* @throws {@link KeyspacesServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from Keyspaces service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
83
84
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateTableCommandOutput extends UpdateTableResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateTableCommand_base: {
|
|
24
24
|
new (input: UpdateTableCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTableCommandInput, UpdateTableCommandOutput, KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateTableCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTableCommandInput, UpdateTableCommandOutput, KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Adds new columns to the table or updates one of the table's settings, for example
|
|
30
30
|
* capacity mode, auto scaling, encryption, point-in-time recovery, or ttl settings.
|
|
31
31
|
* Note that you can only update one specific table setting per update operation.</p>
|
|
@@ -149,6 +149,7 @@ declare const UpdateTableCommand_base: {
|
|
|
149
149
|
* @throws {@link KeyspacesServiceException}
|
|
150
150
|
* <p>Base exception class for all service exceptions from Keyspaces service.</p>
|
|
151
151
|
*
|
|
152
|
+
* @public
|
|
152
153
|
*/
|
|
153
154
|
export declare class UpdateTableCommand extends UpdateTableCommand_base {
|
|
154
155
|
}
|