@aws-sdk/client-keyspaces 3.758.0 → 3.772.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 +32 -32
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AccessDeniedException: () => AccessDeniedException,
|
|
25
25
|
ClientSideTimestampsStatus: () => ClientSideTimestampsStatus,
|
|
26
26
|
ConflictException: () => ConflictException,
|
|
@@ -65,7 +65,7 @@ __export(src_exports, {
|
|
|
65
65
|
paginateListTagsForResource: () => paginateListTagsForResource,
|
|
66
66
|
paginateListTypes: () => paginateListTypes
|
|
67
67
|
});
|
|
68
|
-
module.exports = __toCommonJS(
|
|
68
|
+
module.exports = __toCommonJS(index_exports);
|
|
69
69
|
|
|
70
70
|
// src/KeyspacesClient.ts
|
|
71
71
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -192,9 +192,9 @@ var KeyspacesClient = class extends import_smithy_client.Client {
|
|
|
192
192
|
this.middlewareStack.use(
|
|
193
193
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
194
194
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultKeyspacesHttpAuthSchemeParametersProvider,
|
|
195
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
195
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
196
196
|
"aws.auth#sigv4": config.credentials
|
|
197
|
-
})
|
|
197
|
+
}), "identityProviderConfigProvider")
|
|
198
198
|
})
|
|
199
199
|
);
|
|
200
200
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -852,7 +852,7 @@ var de_ValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, cont
|
|
|
852
852
|
}, "de_ValidationExceptionRes");
|
|
853
853
|
var se_AutoScalingPolicy = /* @__PURE__ */ __name((input, context) => {
|
|
854
854
|
return (0, import_smithy_client.take)(input, {
|
|
855
|
-
targetTrackingScalingPolicyConfiguration: (_) => se_TargetTrackingScalingPolicyConfiguration(_, context)
|
|
855
|
+
targetTrackingScalingPolicyConfiguration: /* @__PURE__ */ __name((_) => se_TargetTrackingScalingPolicyConfiguration(_, context), "targetTrackingScalingPolicyConfiguration")
|
|
856
856
|
});
|
|
857
857
|
}, "se_AutoScalingPolicy");
|
|
858
858
|
var se_AutoScalingSettings = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -860,18 +860,18 @@ var se_AutoScalingSettings = /* @__PURE__ */ __name((input, context) => {
|
|
|
860
860
|
autoScalingDisabled: [],
|
|
861
861
|
maximumUnits: [],
|
|
862
862
|
minimumUnits: [],
|
|
863
|
-
scalingPolicy: (_) => se_AutoScalingPolicy(_, context)
|
|
863
|
+
scalingPolicy: /* @__PURE__ */ __name((_) => se_AutoScalingPolicy(_, context), "scalingPolicy")
|
|
864
864
|
});
|
|
865
865
|
}, "se_AutoScalingSettings");
|
|
866
866
|
var se_AutoScalingSpecification = /* @__PURE__ */ __name((input, context) => {
|
|
867
867
|
return (0, import_smithy_client.take)(input, {
|
|
868
|
-
readCapacityAutoScaling: (_) => se_AutoScalingSettings(_, context),
|
|
869
|
-
writeCapacityAutoScaling: (_) => se_AutoScalingSettings(_, context)
|
|
868
|
+
readCapacityAutoScaling: /* @__PURE__ */ __name((_) => se_AutoScalingSettings(_, context), "readCapacityAutoScaling"),
|
|
869
|
+
writeCapacityAutoScaling: /* @__PURE__ */ __name((_) => se_AutoScalingSettings(_, context), "writeCapacityAutoScaling")
|
|
870
870
|
});
|
|
871
871
|
}, "se_AutoScalingSpecification");
|
|
872
872
|
var se_CreateTableRequest = /* @__PURE__ */ __name((input, context) => {
|
|
873
873
|
return (0, import_smithy_client.take)(input, {
|
|
874
|
-
autoScalingSpecification: (_) => se_AutoScalingSpecification(_, context),
|
|
874
|
+
autoScalingSpecification: /* @__PURE__ */ __name((_) => se_AutoScalingSpecification(_, context), "autoScalingSpecification"),
|
|
875
875
|
capacitySpecification: import_smithy_client._json,
|
|
876
876
|
clientSideTimestamps: import_smithy_client._json,
|
|
877
877
|
comment: import_smithy_client._json,
|
|
@@ -879,7 +879,7 @@ var se_CreateTableRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
879
879
|
encryptionSpecification: import_smithy_client._json,
|
|
880
880
|
keyspaceName: [],
|
|
881
881
|
pointInTimeRecovery: import_smithy_client._json,
|
|
882
|
-
replicaSpecifications: (_) => se_ReplicaSpecificationList(_, context),
|
|
882
|
+
replicaSpecifications: /* @__PURE__ */ __name((_) => se_ReplicaSpecificationList(_, context), "replicaSpecifications"),
|
|
883
883
|
schemaDefinition: import_smithy_client._json,
|
|
884
884
|
tableName: [],
|
|
885
885
|
tags: import_smithy_client._json,
|
|
@@ -888,7 +888,7 @@ var se_CreateTableRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
888
888
|
}, "se_CreateTableRequest");
|
|
889
889
|
var se_ReplicaSpecification = /* @__PURE__ */ __name((input, context) => {
|
|
890
890
|
return (0, import_smithy_client.take)(input, {
|
|
891
|
-
readCapacityAutoScaling: (_) => se_AutoScalingSettings(_, context),
|
|
891
|
+
readCapacityAutoScaling: /* @__PURE__ */ __name((_) => se_AutoScalingSettings(_, context), "readCapacityAutoScaling"),
|
|
892
892
|
readCapacityUnits: [],
|
|
893
893
|
region: []
|
|
894
894
|
});
|
|
@@ -900,12 +900,12 @@ var se_ReplicaSpecificationList = /* @__PURE__ */ __name((input, context) => {
|
|
|
900
900
|
}, "se_ReplicaSpecificationList");
|
|
901
901
|
var se_RestoreTableRequest = /* @__PURE__ */ __name((input, context) => {
|
|
902
902
|
return (0, import_smithy_client.take)(input, {
|
|
903
|
-
autoScalingSpecification: (_) => se_AutoScalingSpecification(_, context),
|
|
903
|
+
autoScalingSpecification: /* @__PURE__ */ __name((_) => se_AutoScalingSpecification(_, context), "autoScalingSpecification"),
|
|
904
904
|
capacitySpecificationOverride: import_smithy_client._json,
|
|
905
905
|
encryptionSpecificationOverride: import_smithy_client._json,
|
|
906
906
|
pointInTimeRecoveryOverride: import_smithy_client._json,
|
|
907
|
-
replicaSpecifications: (_) => se_ReplicaSpecificationList(_, context),
|
|
908
|
-
restoreTimestamp: (_) => _.getTime() / 1e3,
|
|
907
|
+
replicaSpecifications: /* @__PURE__ */ __name((_) => se_ReplicaSpecificationList(_, context), "replicaSpecifications"),
|
|
908
|
+
restoreTimestamp: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "restoreTimestamp"),
|
|
909
909
|
sourceKeyspaceName: [],
|
|
910
910
|
sourceTableName: [],
|
|
911
911
|
tagsOverride: import_smithy_client._json,
|
|
@@ -924,21 +924,21 @@ var se_TargetTrackingScalingPolicyConfiguration = /* @__PURE__ */ __name((input,
|
|
|
924
924
|
var se_UpdateTableRequest = /* @__PURE__ */ __name((input, context) => {
|
|
925
925
|
return (0, import_smithy_client.take)(input, {
|
|
926
926
|
addColumns: import_smithy_client._json,
|
|
927
|
-
autoScalingSpecification: (_) => se_AutoScalingSpecification(_, context),
|
|
927
|
+
autoScalingSpecification: /* @__PURE__ */ __name((_) => se_AutoScalingSpecification(_, context), "autoScalingSpecification"),
|
|
928
928
|
capacitySpecification: import_smithy_client._json,
|
|
929
929
|
clientSideTimestamps: import_smithy_client._json,
|
|
930
930
|
defaultTimeToLive: [],
|
|
931
931
|
encryptionSpecification: import_smithy_client._json,
|
|
932
932
|
keyspaceName: [],
|
|
933
933
|
pointInTimeRecovery: import_smithy_client._json,
|
|
934
|
-
replicaSpecifications: (_) => se_ReplicaSpecificationList(_, context),
|
|
934
|
+
replicaSpecifications: /* @__PURE__ */ __name((_) => se_ReplicaSpecificationList(_, context), "replicaSpecifications"),
|
|
935
935
|
tableName: [],
|
|
936
936
|
ttl: import_smithy_client._json
|
|
937
937
|
});
|
|
938
938
|
}, "se_UpdateTableRequest");
|
|
939
939
|
var de_AutoScalingPolicy = /* @__PURE__ */ __name((output, context) => {
|
|
940
940
|
return (0, import_smithy_client.take)(output, {
|
|
941
|
-
targetTrackingScalingPolicyConfiguration: (_) => de_TargetTrackingScalingPolicyConfiguration(_, context)
|
|
941
|
+
targetTrackingScalingPolicyConfiguration: /* @__PURE__ */ __name((_) => de_TargetTrackingScalingPolicyConfiguration(_, context), "targetTrackingScalingPolicyConfiguration")
|
|
942
942
|
});
|
|
943
943
|
}, "de_AutoScalingPolicy");
|
|
944
944
|
var de_AutoScalingSettings = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -946,18 +946,18 @@ var de_AutoScalingSettings = /* @__PURE__ */ __name((output, context) => {
|
|
|
946
946
|
autoScalingDisabled: import_smithy_client.expectBoolean,
|
|
947
947
|
maximumUnits: import_smithy_client.expectLong,
|
|
948
948
|
minimumUnits: import_smithy_client.expectLong,
|
|
949
|
-
scalingPolicy: (_) => de_AutoScalingPolicy(_, context)
|
|
949
|
+
scalingPolicy: /* @__PURE__ */ __name((_) => de_AutoScalingPolicy(_, context), "scalingPolicy")
|
|
950
950
|
});
|
|
951
951
|
}, "de_AutoScalingSettings");
|
|
952
952
|
var de_AutoScalingSpecification = /* @__PURE__ */ __name((output, context) => {
|
|
953
953
|
return (0, import_smithy_client.take)(output, {
|
|
954
|
-
readCapacityAutoScaling: (_) => de_AutoScalingSettings(_, context),
|
|
955
|
-
writeCapacityAutoScaling: (_) => de_AutoScalingSettings(_, context)
|
|
954
|
+
readCapacityAutoScaling: /* @__PURE__ */ __name((_) => de_AutoScalingSettings(_, context), "readCapacityAutoScaling"),
|
|
955
|
+
writeCapacityAutoScaling: /* @__PURE__ */ __name((_) => de_AutoScalingSettings(_, context), "writeCapacityAutoScaling")
|
|
956
956
|
});
|
|
957
957
|
}, "de_AutoScalingSpecification");
|
|
958
958
|
var de_CapacitySpecificationSummary = /* @__PURE__ */ __name((output, context) => {
|
|
959
959
|
return (0, import_smithy_client.take)(output, {
|
|
960
|
-
lastUpdateToPayPerRequestTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
960
|
+
lastUpdateToPayPerRequestTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdateToPayPerRequestTimestamp"),
|
|
961
961
|
readCapacityUnits: import_smithy_client.expectLong,
|
|
962
962
|
throughputMode: import_smithy_client.expectString,
|
|
963
963
|
writeCapacityUnits: import_smithy_client.expectLong
|
|
@@ -965,24 +965,24 @@ var de_CapacitySpecificationSummary = /* @__PURE__ */ __name((output, context) =
|
|
|
965
965
|
}, "de_CapacitySpecificationSummary");
|
|
966
966
|
var de_GetTableAutoScalingSettingsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
967
967
|
return (0, import_smithy_client.take)(output, {
|
|
968
|
-
autoScalingSpecification: (_) => de_AutoScalingSpecification(_, context),
|
|
968
|
+
autoScalingSpecification: /* @__PURE__ */ __name((_) => de_AutoScalingSpecification(_, context), "autoScalingSpecification"),
|
|
969
969
|
keyspaceName: import_smithy_client.expectString,
|
|
970
|
-
replicaSpecifications: (_) => de_ReplicaAutoScalingSpecificationList(_, context),
|
|
970
|
+
replicaSpecifications: /* @__PURE__ */ __name((_) => de_ReplicaAutoScalingSpecificationList(_, context), "replicaSpecifications"),
|
|
971
971
|
resourceArn: import_smithy_client.expectString,
|
|
972
972
|
tableName: import_smithy_client.expectString
|
|
973
973
|
});
|
|
974
974
|
}, "de_GetTableAutoScalingSettingsResponse");
|
|
975
975
|
var de_GetTableResponse = /* @__PURE__ */ __name((output, context) => {
|
|
976
976
|
return (0, import_smithy_client.take)(output, {
|
|
977
|
-
capacitySpecification: (_) => de_CapacitySpecificationSummary(_, context),
|
|
977
|
+
capacitySpecification: /* @__PURE__ */ __name((_) => de_CapacitySpecificationSummary(_, context), "capacitySpecification"),
|
|
978
978
|
clientSideTimestamps: import_smithy_client._json,
|
|
979
979
|
comment: import_smithy_client._json,
|
|
980
|
-
creationTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
980
|
+
creationTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTimestamp"),
|
|
981
981
|
defaultTimeToLive: import_smithy_client.expectInt32,
|
|
982
982
|
encryptionSpecification: import_smithy_client._json,
|
|
983
983
|
keyspaceName: import_smithy_client.expectString,
|
|
984
|
-
pointInTimeRecovery: (_) => de_PointInTimeRecoverySummary(_, context),
|
|
985
|
-
replicaSpecifications: (_) => de_ReplicaSpecificationSummaryList(_, context),
|
|
984
|
+
pointInTimeRecovery: /* @__PURE__ */ __name((_) => de_PointInTimeRecoverySummary(_, context), "pointInTimeRecovery"),
|
|
985
|
+
replicaSpecifications: /* @__PURE__ */ __name((_) => de_ReplicaSpecificationSummaryList(_, context), "replicaSpecifications"),
|
|
986
986
|
resourceArn: import_smithy_client.expectString,
|
|
987
987
|
schemaDefinition: import_smithy_client._json,
|
|
988
988
|
status: import_smithy_client.expectString,
|
|
@@ -997,7 +997,7 @@ var de_GetTypeResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
997
997
|
fieldDefinitions: import_smithy_client._json,
|
|
998
998
|
keyspaceArn: import_smithy_client.expectString,
|
|
999
999
|
keyspaceName: import_smithy_client.expectString,
|
|
1000
|
-
lastModifiedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1000
|
+
lastModifiedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModifiedTimestamp"),
|
|
1001
1001
|
maxNestingDepth: import_smithy_client.expectInt32,
|
|
1002
1002
|
status: import_smithy_client.expectString,
|
|
1003
1003
|
typeName: import_smithy_client.expectString
|
|
@@ -1005,13 +1005,13 @@ var de_GetTypeResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
1005
1005
|
}, "de_GetTypeResponse");
|
|
1006
1006
|
var de_PointInTimeRecoverySummary = /* @__PURE__ */ __name((output, context) => {
|
|
1007
1007
|
return (0, import_smithy_client.take)(output, {
|
|
1008
|
-
earliestRestorableTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1008
|
+
earliestRestorableTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "earliestRestorableTimestamp"),
|
|
1009
1009
|
status: import_smithy_client.expectString
|
|
1010
1010
|
});
|
|
1011
1011
|
}, "de_PointInTimeRecoverySummary");
|
|
1012
1012
|
var de_ReplicaAutoScalingSpecification = /* @__PURE__ */ __name((output, context) => {
|
|
1013
1013
|
return (0, import_smithy_client.take)(output, {
|
|
1014
|
-
autoScalingSpecification: (_) => de_AutoScalingSpecification(_, context),
|
|
1014
|
+
autoScalingSpecification: /* @__PURE__ */ __name((_) => de_AutoScalingSpecification(_, context), "autoScalingSpecification"),
|
|
1015
1015
|
region: import_smithy_client.expectString
|
|
1016
1016
|
});
|
|
1017
1017
|
}, "de_ReplicaAutoScalingSpecification");
|
|
@@ -1023,7 +1023,7 @@ var de_ReplicaAutoScalingSpecificationList = /* @__PURE__ */ __name((output, con
|
|
|
1023
1023
|
}, "de_ReplicaAutoScalingSpecificationList");
|
|
1024
1024
|
var de_ReplicaSpecificationSummary = /* @__PURE__ */ __name((output, context) => {
|
|
1025
1025
|
return (0, import_smithy_client.take)(output, {
|
|
1026
|
-
capacitySpecification: (_) => de_CapacitySpecificationSummary(_, context),
|
|
1026
|
+
capacitySpecification: /* @__PURE__ */ __name((_) => de_CapacitySpecificationSummary(_, context), "capacitySpecification"),
|
|
1027
1027
|
region: import_smithy_client.expectString,
|
|
1028
1028
|
status: import_smithy_client.expectString
|
|
1029
1029
|
});
|
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.772.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",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.758.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
28
|
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|