@aws-sdk/client-keyspaces 3.590.0 → 3.596.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 +0 -14
- 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/index.d.ts +2 -2
- package/dist-types/models/KeyspacesServiceException.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateKeyspaceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteKeyspaceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetKeyspaceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetTableAutoScalingSettingsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetTableCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListKeyspacesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTablesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/RestoreTableCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/KeyspacesServiceException.d.ts +2 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -209,7 +209,6 @@ var KeyspacesClient = _KeyspacesClient;
|
|
|
209
209
|
|
|
210
210
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
211
211
|
|
|
212
|
-
var import_types = require("@smithy/types");
|
|
213
212
|
|
|
214
213
|
// src/protocols/Aws_json1_0.ts
|
|
215
214
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -954,7 +953,6 @@ var CreateKeyspaceCommand = _CreateKeyspaceCommand;
|
|
|
954
953
|
|
|
955
954
|
|
|
956
955
|
|
|
957
|
-
|
|
958
956
|
var _CreateTableCommand = class _CreateTableCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
959
957
|
...commonParams
|
|
960
958
|
}).m(function(Command, cs, config, o) {
|
|
@@ -971,7 +969,6 @@ var CreateTableCommand = _CreateTableCommand;
|
|
|
971
969
|
|
|
972
970
|
|
|
973
971
|
|
|
974
|
-
|
|
975
972
|
var _DeleteKeyspaceCommand = class _DeleteKeyspaceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
976
973
|
...commonParams
|
|
977
974
|
}).m(function(Command, cs, config, o) {
|
|
@@ -988,7 +985,6 @@ var DeleteKeyspaceCommand = _DeleteKeyspaceCommand;
|
|
|
988
985
|
|
|
989
986
|
|
|
990
987
|
|
|
991
|
-
|
|
992
988
|
var _DeleteTableCommand = class _DeleteTableCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
993
989
|
...commonParams
|
|
994
990
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1005,7 +1001,6 @@ var DeleteTableCommand = _DeleteTableCommand;
|
|
|
1005
1001
|
|
|
1006
1002
|
|
|
1007
1003
|
|
|
1008
|
-
|
|
1009
1004
|
var _GetKeyspaceCommand = class _GetKeyspaceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1010
1005
|
...commonParams
|
|
1011
1006
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1022,7 +1017,6 @@ var GetKeyspaceCommand = _GetKeyspaceCommand;
|
|
|
1022
1017
|
|
|
1023
1018
|
|
|
1024
1019
|
|
|
1025
|
-
|
|
1026
1020
|
var _GetTableAutoScalingSettingsCommand = class _GetTableAutoScalingSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1027
1021
|
...commonParams
|
|
1028
1022
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1039,7 +1033,6 @@ var GetTableAutoScalingSettingsCommand = _GetTableAutoScalingSettingsCommand;
|
|
|
1039
1033
|
|
|
1040
1034
|
|
|
1041
1035
|
|
|
1042
|
-
|
|
1043
1036
|
var _GetTableCommand = class _GetTableCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1044
1037
|
...commonParams
|
|
1045
1038
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1056,7 +1049,6 @@ var GetTableCommand = _GetTableCommand;
|
|
|
1056
1049
|
|
|
1057
1050
|
|
|
1058
1051
|
|
|
1059
|
-
|
|
1060
1052
|
var _ListKeyspacesCommand = class _ListKeyspacesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1061
1053
|
...commonParams
|
|
1062
1054
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1073,7 +1065,6 @@ var ListKeyspacesCommand = _ListKeyspacesCommand;
|
|
|
1073
1065
|
|
|
1074
1066
|
|
|
1075
1067
|
|
|
1076
|
-
|
|
1077
1068
|
var _ListTablesCommand = class _ListTablesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1078
1069
|
...commonParams
|
|
1079
1070
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1090,7 +1081,6 @@ var ListTablesCommand = _ListTablesCommand;
|
|
|
1090
1081
|
|
|
1091
1082
|
|
|
1092
1083
|
|
|
1093
|
-
|
|
1094
1084
|
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1095
1085
|
...commonParams
|
|
1096
1086
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1107,7 +1097,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1107
1097
|
|
|
1108
1098
|
|
|
1109
1099
|
|
|
1110
|
-
|
|
1111
1100
|
var _RestoreTableCommand = class _RestoreTableCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1112
1101
|
...commonParams
|
|
1113
1102
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1124,7 +1113,6 @@ var RestoreTableCommand = _RestoreTableCommand;
|
|
|
1124
1113
|
|
|
1125
1114
|
|
|
1126
1115
|
|
|
1127
|
-
|
|
1128
1116
|
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1129
1117
|
...commonParams
|
|
1130
1118
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1141,7 +1129,6 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1141
1129
|
|
|
1142
1130
|
|
|
1143
1131
|
|
|
1144
|
-
|
|
1145
1132
|
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1146
1133
|
...commonParams
|
|
1147
1134
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1158,7 +1145,6 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
1158
1145
|
|
|
1159
1146
|
|
|
1160
1147
|
|
|
1161
|
-
|
|
1162
1148
|
var _UpdateTableCommand = class _UpdateTableCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1163
1149
|
...commonParams
|
|
1164
1150
|
}).m(function(Command, cs, config, o) {
|
package/dist-types/index.d.ts
CHANGED
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
export * from "./KeyspacesClient";
|
|
20
20
|
export * from "./Keyspaces";
|
|
21
21
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
22
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
23
|
-
export { KeyspacesExtensionConfiguration } from "./extensionConfiguration";
|
|
22
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
23
|
+
export type { KeyspacesExtensionConfiguration } from "./extensionConfiguration";
|
|
24
24
|
export * from "./commands";
|
|
25
25
|
export * from "./pagination";
|
|
26
26
|
export * from "./models";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateKeyspaceRequest,
|
|
10
10
|
CreateKeyspaceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateKeyspaceCommandInput extends CreateKeyspaceRequest {}
|
|
14
15
|
export interface CreateKeyspaceCommandOutput
|
|
15
16
|
extends CreateKeyspaceResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../KeyspacesClient";
|
|
8
8
|
import { CreateTableRequest, CreateTableResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface CreateTableCommandInput extends CreateTableRequest {}
|
|
11
12
|
export interface CreateTableCommandOutput
|
|
12
13
|
extends CreateTableResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteKeyspaceRequest,
|
|
10
10
|
DeleteKeyspaceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteKeyspaceCommandInput extends DeleteKeyspaceRequest {}
|
|
14
15
|
export interface DeleteKeyspaceCommandOutput
|
|
15
16
|
extends DeleteKeyspaceResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../KeyspacesClient";
|
|
8
8
|
import { DeleteTableRequest, DeleteTableResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteTableCommandInput extends DeleteTableRequest {}
|
|
11
12
|
export interface DeleteTableCommandOutput
|
|
12
13
|
extends DeleteTableResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../KeyspacesClient";
|
|
8
8
|
import { GetKeyspaceRequest, GetKeyspaceResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetKeyspaceCommandInput extends GetKeyspaceRequest {}
|
|
11
12
|
export interface GetKeyspaceCommandOutput
|
|
12
13
|
extends GetKeyspaceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetTableAutoScalingSettingsRequest,
|
|
10
10
|
GetTableAutoScalingSettingsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetTableAutoScalingSettingsCommandInput
|
|
14
15
|
extends GetTableAutoScalingSettingsRequest {}
|
|
15
16
|
export interface GetTableAutoScalingSettingsCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../KeyspacesClient";
|
|
8
8
|
import { GetTableRequest, GetTableResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetTableCommandInput extends GetTableRequest {}
|
|
11
12
|
export interface GetTableCommandOutput
|
|
12
13
|
extends GetTableResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListKeyspacesRequest,
|
|
10
10
|
ListKeyspacesResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListKeyspacesCommandInput extends ListKeyspacesRequest {}
|
|
14
15
|
export interface ListKeyspacesCommandOutput
|
|
15
16
|
extends ListKeyspacesResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../KeyspacesClient";
|
|
8
8
|
import { ListTablesRequest, ListTablesResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListTablesCommandInput extends ListTablesRequest {}
|
|
11
12
|
export interface ListTablesCommandOutput
|
|
12
13
|
extends ListTablesResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListTagsForResourceRequest,
|
|
10
10
|
ListTagsForResourceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTagsForResourceCommandInput
|
|
14
15
|
extends ListTagsForResourceRequest {}
|
|
15
16
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../KeyspacesClient";
|
|
8
8
|
import { RestoreTableRequest, RestoreTableResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface RestoreTableCommandInput extends RestoreTableRequest {}
|
|
11
12
|
export interface RestoreTableCommandOutput
|
|
12
13
|
extends RestoreTableResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../KeyspacesClient";
|
|
8
8
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
11
12
|
export interface TagResourceCommandOutput
|
|
12
13
|
extends TagResourceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UntagResourceRequest,
|
|
10
10
|
UntagResourceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
14
15
|
export interface UntagResourceCommandOutput
|
|
15
16
|
extends UntagResourceResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../KeyspacesClient";
|
|
8
8
|
import { UpdateTableRequest, UpdateTableResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UpdateTableCommandInput extends UpdateTableRequest {}
|
|
11
12
|
export interface UpdateTableCommandOutput
|
|
12
13
|
extends UpdateTableResponse,
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class KeyspacesServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
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.596.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-keyspaces",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.596.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.596.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.596.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.2.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|