@aws-sdk/client-keyspaces 3.926.0 → 3.928.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
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
import { StaticErrorSchema, StaticListSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var AccessDeniedException: StaticErrorSchema;
|
|
3
|
+
export declare var AutoScalingPolicy: StaticStructureSchema;
|
|
4
|
+
export declare var AutoScalingSettings: StaticStructureSchema;
|
|
5
|
+
export declare var AutoScalingSpecification: StaticStructureSchema;
|
|
6
|
+
export declare var CapacitySpecification: StaticStructureSchema;
|
|
7
|
+
export declare var CapacitySpecificationSummary: StaticStructureSchema;
|
|
8
|
+
export declare var CdcSpecification: StaticStructureSchema;
|
|
9
|
+
export declare var CdcSpecificationSummary: StaticStructureSchema;
|
|
10
|
+
export declare var ClientSideTimestamps: StaticStructureSchema;
|
|
11
|
+
export declare var ClusteringKey: StaticStructureSchema;
|
|
12
|
+
export declare var ColumnDefinition: StaticStructureSchema;
|
|
13
|
+
export declare var Comment: StaticStructureSchema;
|
|
14
|
+
export declare var ConflictException: StaticErrorSchema;
|
|
15
|
+
export declare var CreateKeyspaceRequest: StaticStructureSchema;
|
|
16
|
+
export declare var CreateKeyspaceResponse: StaticStructureSchema;
|
|
17
|
+
export declare var CreateTableRequest: StaticStructureSchema;
|
|
18
|
+
export declare var CreateTableResponse: StaticStructureSchema;
|
|
19
|
+
export declare var CreateTypeRequest: StaticStructureSchema;
|
|
20
|
+
export declare var CreateTypeResponse: StaticStructureSchema;
|
|
21
|
+
export declare var DeleteKeyspaceRequest: StaticStructureSchema;
|
|
22
|
+
export declare var DeleteKeyspaceResponse: StaticStructureSchema;
|
|
23
|
+
export declare var DeleteTableRequest: StaticStructureSchema;
|
|
24
|
+
export declare var DeleteTableResponse: StaticStructureSchema;
|
|
25
|
+
export declare var DeleteTypeRequest: StaticStructureSchema;
|
|
26
|
+
export declare var DeleteTypeResponse: StaticStructureSchema;
|
|
27
|
+
export declare var EncryptionSpecification: StaticStructureSchema;
|
|
28
|
+
export declare var FieldDefinition: StaticStructureSchema;
|
|
29
|
+
export declare var GetKeyspaceRequest: StaticStructureSchema;
|
|
30
|
+
export declare var GetKeyspaceResponse: StaticStructureSchema;
|
|
31
|
+
export declare var GetTableAutoScalingSettingsRequest: StaticStructureSchema;
|
|
32
|
+
export declare var GetTableAutoScalingSettingsResponse: StaticStructureSchema;
|
|
33
|
+
export declare var GetTableRequest: StaticStructureSchema;
|
|
34
|
+
export declare var GetTableResponse: StaticStructureSchema;
|
|
35
|
+
export declare var GetTypeRequest: StaticStructureSchema;
|
|
36
|
+
export declare var GetTypeResponse: StaticStructureSchema;
|
|
37
|
+
export declare var InternalServerException: StaticErrorSchema;
|
|
38
|
+
export declare var KeyspaceSummary: StaticStructureSchema;
|
|
39
|
+
export declare var ListKeyspacesRequest: StaticStructureSchema;
|
|
40
|
+
export declare var ListKeyspacesResponse: StaticStructureSchema;
|
|
41
|
+
export declare var ListTablesRequest: StaticStructureSchema;
|
|
42
|
+
export declare var ListTablesResponse: StaticStructureSchema;
|
|
43
|
+
export declare var ListTagsForResourceRequest: StaticStructureSchema;
|
|
44
|
+
export declare var ListTagsForResourceResponse: StaticStructureSchema;
|
|
45
|
+
export declare var ListTypesRequest: StaticStructureSchema;
|
|
46
|
+
export declare var ListTypesResponse: StaticStructureSchema;
|
|
47
|
+
export declare var PartitionKey: StaticStructureSchema;
|
|
48
|
+
export declare var PointInTimeRecovery: StaticStructureSchema;
|
|
49
|
+
export declare var PointInTimeRecoverySummary: StaticStructureSchema;
|
|
50
|
+
export declare var ReplicaAutoScalingSpecification: StaticStructureSchema;
|
|
51
|
+
export declare var ReplicaSpecification: StaticStructureSchema;
|
|
52
|
+
export declare var ReplicaSpecificationSummary: StaticStructureSchema;
|
|
53
|
+
export declare var ReplicationGroupStatus: StaticStructureSchema;
|
|
54
|
+
export declare var ReplicationSpecification: StaticStructureSchema;
|
|
55
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
56
|
+
export declare var RestoreTableRequest: StaticStructureSchema;
|
|
57
|
+
export declare var RestoreTableResponse: StaticStructureSchema;
|
|
58
|
+
export declare var SchemaDefinition: StaticStructureSchema;
|
|
59
|
+
export declare var ServiceQuotaExceededException: StaticErrorSchema;
|
|
60
|
+
export declare var StaticColumn: StaticStructureSchema;
|
|
61
|
+
export declare var TableSummary: StaticStructureSchema;
|
|
62
|
+
export declare var Tag: StaticStructureSchema;
|
|
63
|
+
export declare var TagResourceRequest: StaticStructureSchema;
|
|
64
|
+
export declare var TagResourceResponse: StaticStructureSchema;
|
|
65
|
+
export declare var TargetTrackingScalingPolicyConfiguration: StaticStructureSchema;
|
|
66
|
+
export declare var TimeToLive: StaticStructureSchema;
|
|
67
|
+
export declare var UntagResourceRequest: StaticStructureSchema;
|
|
68
|
+
export declare var UntagResourceResponse: StaticStructureSchema;
|
|
69
|
+
export declare var UpdateKeyspaceRequest: StaticStructureSchema;
|
|
70
|
+
export declare var UpdateKeyspaceResponse: StaticStructureSchema;
|
|
71
|
+
export declare var UpdateTableRequest: StaticStructureSchema;
|
|
72
|
+
export declare var UpdateTableResponse: StaticStructureSchema;
|
|
73
|
+
export declare var ValidationException: StaticErrorSchema;
|
|
74
|
+
export declare var KeyspacesServiceException: StaticErrorSchema;
|
|
75
|
+
export declare var ClusteringKeyList: StaticListSchema;
|
|
76
|
+
export declare var ColumnDefinitionList: StaticListSchema;
|
|
77
|
+
export declare var FieldList: StaticListSchema;
|
|
78
|
+
export declare var KeyspaceSummaryList: StaticListSchema;
|
|
79
|
+
export declare var PartitionKeyList: StaticListSchema;
|
|
80
|
+
export declare var RegionList: number;
|
|
81
|
+
export declare var ReplicaAutoScalingSpecificationList: StaticListSchema;
|
|
82
|
+
export declare var ReplicaSpecificationList: StaticListSchema;
|
|
83
|
+
export declare var ReplicaSpecificationSummaryList: StaticListSchema;
|
|
84
|
+
export declare var ReplicationGroupStatusList: StaticListSchema;
|
|
85
|
+
export declare var StaticColumnList: StaticListSchema;
|
|
86
|
+
export declare var TableNameList: number;
|
|
87
|
+
export declare var TableSummaryList: StaticListSchema;
|
|
88
|
+
export declare var TagList: StaticListSchema;
|
|
89
|
+
export declare var TypeNameList: number;
|
|
90
|
+
export declare var CreateKeyspace: StaticOperationSchema;
|
|
91
|
+
export declare var CreateTable: StaticOperationSchema;
|
|
92
|
+
export declare var CreateType: StaticOperationSchema;
|
|
93
|
+
export declare var DeleteKeyspace: StaticOperationSchema;
|
|
94
|
+
export declare var DeleteTable: StaticOperationSchema;
|
|
95
|
+
export declare var DeleteType: StaticOperationSchema;
|
|
96
|
+
export declare var GetKeyspace: StaticOperationSchema;
|
|
97
|
+
export declare var GetTable: StaticOperationSchema;
|
|
98
|
+
export declare var GetTableAutoScalingSettings: StaticOperationSchema;
|
|
99
|
+
export declare var GetType: StaticOperationSchema;
|
|
100
|
+
export declare var ListKeyspaces: StaticOperationSchema;
|
|
101
|
+
export declare var ListTables: StaticOperationSchema;
|
|
102
|
+
export declare var ListTagsForResource: StaticOperationSchema;
|
|
103
|
+
export declare var ListTypes: StaticOperationSchema;
|
|
104
|
+
export declare var RestoreTable: StaticOperationSchema;
|
|
105
|
+
export declare var TagResource: StaticOperationSchema;
|
|
106
|
+
export declare var UntagResource: StaticOperationSchema;
|
|
107
|
+
export declare var UpdateKeyspace: StaticOperationSchema;
|
|
108
|
+
export declare var UpdateTable: StaticOperationSchema;
|
|
@@ -30,10 +30,13 @@ import {
|
|
|
30
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
31
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
32
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
33
|
+
ClientProtocol,
|
|
33
34
|
Decoder as __Decoder,
|
|
34
35
|
Encoder as __Encoder,
|
|
35
36
|
HashConstructor as __HashConstructor,
|
|
36
37
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
38
|
+
HttpRequest,
|
|
39
|
+
HttpResponse,
|
|
37
40
|
Logger as __Logger,
|
|
38
41
|
Provider as __Provider,
|
|
39
42
|
Provider,
|
|
@@ -192,6 +195,7 @@ export interface ClientDefaults
|
|
|
192
195
|
retryMode?: string | __Provider<string>;
|
|
193
196
|
logger?: __Logger;
|
|
194
197
|
extensions?: RuntimeExtension[];
|
|
198
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
195
199
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
196
200
|
}
|
|
197
201
|
export type KeyspacesClientConfigType = Partial<
|
|
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: KeyspacesClientConfig) => {
|
|
|
38
38
|
profile?: string;
|
|
39
39
|
logger: import("@smithy/types").Logger;
|
|
40
40
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
+
import("@smithy/types").HttpRequest,
|
|
43
|
+
import("@smithy/types").HttpResponse
|
|
44
|
+
>;
|
|
41
45
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
42
46
|
userAgentAppId?:
|
|
43
47
|
| string
|
|
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: KeyspacesClientConfig) => {
|
|
|
38
38
|
profile?: string;
|
|
39
39
|
logger: import("@smithy/types").Logger;
|
|
40
40
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
+
import("@smithy/types").HttpRequest,
|
|
43
|
+
import("@smithy/types").HttpResponse
|
|
44
|
+
>;
|
|
41
45
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
42
46
|
retryStrategy?:
|
|
43
47
|
| import("@smithy/types").RetryStrategy
|
|
@@ -37,6 +37,10 @@ export declare const getRuntimeConfig: (config: KeyspacesClientConfig) => {
|
|
|
37
37
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
38
38
|
logger: import("@smithy/types").Logger;
|
|
39
39
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
40
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
41
|
+
import("@smithy/types").HttpRequest,
|
|
42
|
+
import("@smithy/types").HttpResponse
|
|
43
|
+
>;
|
|
40
44
|
defaultsMode:
|
|
41
45
|
| import("@smithy/smithy-client").DefaultsMode
|
|
42
46
|
| import("@smithy/types").Provider<
|
|
@@ -14,6 +14,10 @@ export declare const getRuntimeConfig: (config: KeyspacesClientConfig) => {
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").KeyspacesHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
18
|
+
import("@smithy/types").HttpRequest,
|
|
19
|
+
import("@smithy/types").HttpResponse
|
|
20
|
+
>;
|
|
17
21
|
serviceId: string;
|
|
18
22
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
23
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
import {
|
|
2
|
+
StaticErrorSchema,
|
|
3
|
+
StaticListSchema,
|
|
4
|
+
StaticOperationSchema,
|
|
5
|
+
StaticStructureSchema,
|
|
6
|
+
} from "@smithy/types";
|
|
7
|
+
export declare var AccessDeniedException: StaticErrorSchema;
|
|
8
|
+
export declare var AutoScalingPolicy: StaticStructureSchema;
|
|
9
|
+
export declare var AutoScalingSettings: StaticStructureSchema;
|
|
10
|
+
export declare var AutoScalingSpecification: StaticStructureSchema;
|
|
11
|
+
export declare var CapacitySpecification: StaticStructureSchema;
|
|
12
|
+
export declare var CapacitySpecificationSummary: StaticStructureSchema;
|
|
13
|
+
export declare var CdcSpecification: StaticStructureSchema;
|
|
14
|
+
export declare var CdcSpecificationSummary: StaticStructureSchema;
|
|
15
|
+
export declare var ClientSideTimestamps: StaticStructureSchema;
|
|
16
|
+
export declare var ClusteringKey: StaticStructureSchema;
|
|
17
|
+
export declare var ColumnDefinition: StaticStructureSchema;
|
|
18
|
+
export declare var Comment: StaticStructureSchema;
|
|
19
|
+
export declare var ConflictException: StaticErrorSchema;
|
|
20
|
+
export declare var CreateKeyspaceRequest: StaticStructureSchema;
|
|
21
|
+
export declare var CreateKeyspaceResponse: StaticStructureSchema;
|
|
22
|
+
export declare var CreateTableRequest: StaticStructureSchema;
|
|
23
|
+
export declare var CreateTableResponse: StaticStructureSchema;
|
|
24
|
+
export declare var CreateTypeRequest: StaticStructureSchema;
|
|
25
|
+
export declare var CreateTypeResponse: StaticStructureSchema;
|
|
26
|
+
export declare var DeleteKeyspaceRequest: StaticStructureSchema;
|
|
27
|
+
export declare var DeleteKeyspaceResponse: StaticStructureSchema;
|
|
28
|
+
export declare var DeleteTableRequest: StaticStructureSchema;
|
|
29
|
+
export declare var DeleteTableResponse: StaticStructureSchema;
|
|
30
|
+
export declare var DeleteTypeRequest: StaticStructureSchema;
|
|
31
|
+
export declare var DeleteTypeResponse: StaticStructureSchema;
|
|
32
|
+
export declare var EncryptionSpecification: StaticStructureSchema;
|
|
33
|
+
export declare var FieldDefinition: StaticStructureSchema;
|
|
34
|
+
export declare var GetKeyspaceRequest: StaticStructureSchema;
|
|
35
|
+
export declare var GetKeyspaceResponse: StaticStructureSchema;
|
|
36
|
+
export declare var GetTableAutoScalingSettingsRequest: StaticStructureSchema;
|
|
37
|
+
export declare var GetTableAutoScalingSettingsResponse: StaticStructureSchema;
|
|
38
|
+
export declare var GetTableRequest: StaticStructureSchema;
|
|
39
|
+
export declare var GetTableResponse: StaticStructureSchema;
|
|
40
|
+
export declare var GetTypeRequest: StaticStructureSchema;
|
|
41
|
+
export declare var GetTypeResponse: StaticStructureSchema;
|
|
42
|
+
export declare var InternalServerException: StaticErrorSchema;
|
|
43
|
+
export declare var KeyspaceSummary: StaticStructureSchema;
|
|
44
|
+
export declare var ListKeyspacesRequest: StaticStructureSchema;
|
|
45
|
+
export declare var ListKeyspacesResponse: StaticStructureSchema;
|
|
46
|
+
export declare var ListTablesRequest: StaticStructureSchema;
|
|
47
|
+
export declare var ListTablesResponse: StaticStructureSchema;
|
|
48
|
+
export declare var ListTagsForResourceRequest: StaticStructureSchema;
|
|
49
|
+
export declare var ListTagsForResourceResponse: StaticStructureSchema;
|
|
50
|
+
export declare var ListTypesRequest: StaticStructureSchema;
|
|
51
|
+
export declare var ListTypesResponse: StaticStructureSchema;
|
|
52
|
+
export declare var PartitionKey: StaticStructureSchema;
|
|
53
|
+
export declare var PointInTimeRecovery: StaticStructureSchema;
|
|
54
|
+
export declare var PointInTimeRecoverySummary: StaticStructureSchema;
|
|
55
|
+
export declare var ReplicaAutoScalingSpecification: StaticStructureSchema;
|
|
56
|
+
export declare var ReplicaSpecification: StaticStructureSchema;
|
|
57
|
+
export declare var ReplicaSpecificationSummary: StaticStructureSchema;
|
|
58
|
+
export declare var ReplicationGroupStatus: StaticStructureSchema;
|
|
59
|
+
export declare var ReplicationSpecification: StaticStructureSchema;
|
|
60
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
61
|
+
export declare var RestoreTableRequest: StaticStructureSchema;
|
|
62
|
+
export declare var RestoreTableResponse: StaticStructureSchema;
|
|
63
|
+
export declare var SchemaDefinition: StaticStructureSchema;
|
|
64
|
+
export declare var ServiceQuotaExceededException: StaticErrorSchema;
|
|
65
|
+
export declare var StaticColumn: StaticStructureSchema;
|
|
66
|
+
export declare var TableSummary: StaticStructureSchema;
|
|
67
|
+
export declare var Tag: StaticStructureSchema;
|
|
68
|
+
export declare var TagResourceRequest: StaticStructureSchema;
|
|
69
|
+
export declare var TagResourceResponse: StaticStructureSchema;
|
|
70
|
+
export declare var TargetTrackingScalingPolicyConfiguration: StaticStructureSchema;
|
|
71
|
+
export declare var TimeToLive: StaticStructureSchema;
|
|
72
|
+
export declare var UntagResourceRequest: StaticStructureSchema;
|
|
73
|
+
export declare var UntagResourceResponse: StaticStructureSchema;
|
|
74
|
+
export declare var UpdateKeyspaceRequest: StaticStructureSchema;
|
|
75
|
+
export declare var UpdateKeyspaceResponse: StaticStructureSchema;
|
|
76
|
+
export declare var UpdateTableRequest: StaticStructureSchema;
|
|
77
|
+
export declare var UpdateTableResponse: StaticStructureSchema;
|
|
78
|
+
export declare var ValidationException: StaticErrorSchema;
|
|
79
|
+
export declare var KeyspacesServiceException: StaticErrorSchema;
|
|
80
|
+
export declare var ClusteringKeyList: StaticListSchema;
|
|
81
|
+
export declare var ColumnDefinitionList: StaticListSchema;
|
|
82
|
+
export declare var FieldList: StaticListSchema;
|
|
83
|
+
export declare var KeyspaceSummaryList: StaticListSchema;
|
|
84
|
+
export declare var PartitionKeyList: StaticListSchema;
|
|
85
|
+
export declare var RegionList: number;
|
|
86
|
+
export declare var ReplicaAutoScalingSpecificationList: StaticListSchema;
|
|
87
|
+
export declare var ReplicaSpecificationList: StaticListSchema;
|
|
88
|
+
export declare var ReplicaSpecificationSummaryList: StaticListSchema;
|
|
89
|
+
export declare var ReplicationGroupStatusList: StaticListSchema;
|
|
90
|
+
export declare var StaticColumnList: StaticListSchema;
|
|
91
|
+
export declare var TableNameList: number;
|
|
92
|
+
export declare var TableSummaryList: StaticListSchema;
|
|
93
|
+
export declare var TagList: StaticListSchema;
|
|
94
|
+
export declare var TypeNameList: number;
|
|
95
|
+
export declare var CreateKeyspace: StaticOperationSchema;
|
|
96
|
+
export declare var CreateTable: StaticOperationSchema;
|
|
97
|
+
export declare var CreateType: StaticOperationSchema;
|
|
98
|
+
export declare var DeleteKeyspace: StaticOperationSchema;
|
|
99
|
+
export declare var DeleteTable: StaticOperationSchema;
|
|
100
|
+
export declare var DeleteType: StaticOperationSchema;
|
|
101
|
+
export declare var GetKeyspace: StaticOperationSchema;
|
|
102
|
+
export declare var GetTable: StaticOperationSchema;
|
|
103
|
+
export declare var GetTableAutoScalingSettings: StaticOperationSchema;
|
|
104
|
+
export declare var GetType: StaticOperationSchema;
|
|
105
|
+
export declare var ListKeyspaces: StaticOperationSchema;
|
|
106
|
+
export declare var ListTables: StaticOperationSchema;
|
|
107
|
+
export declare var ListTagsForResource: StaticOperationSchema;
|
|
108
|
+
export declare var ListTypes: StaticOperationSchema;
|
|
109
|
+
export declare var RestoreTable: StaticOperationSchema;
|
|
110
|
+
export declare var TagResource: StaticOperationSchema;
|
|
111
|
+
export declare var UntagResource: StaticOperationSchema;
|
|
112
|
+
export declare var UpdateKeyspace: StaticOperationSchema;
|
|
113
|
+
export declare var UpdateTable: StaticOperationSchema;
|
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.928.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,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.928.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.928.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.922.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.922.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.922.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.928.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.925.0",
|
|
30
30
|
"@aws-sdk/types": "3.922.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.922.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.922.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.928.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.4.2",
|
|
35
35
|
"@smithy/core": "^3.17.2",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.3.5",
|