@aws-sdk/client-keyspaces 3.289.0 → 3.291.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/README.md CHANGED
@@ -14,7 +14,8 @@ highly available, and managed Apache Cassandra-compatible database service. Amaz
14
14
  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,
15
15
  you can create keyspaces and tables in Amazon Keyspaces, without deploying any infrastructure or installing software. </p>
16
16
  <p>In addition to supporting Cassandra Query Language (CQL) requests via open-source Cassandra drivers,
17
- Amazon Keyspaces supports data definition language (DDL) operations to manage keyspaces and tables using the Amazon Web Services SDK and CLI. This API reference describes
17
+ Amazon Keyspaces supports data definition language (DDL) operations to manage keyspaces and tables using the Amazon Web Services SDK and CLI, as well as
18
+ infrastructure as code (IaC) services and tools such as CloudFormation and Terraform. This API reference describes
18
19
  the supported DDL operations in detail.</p>
19
20
  <p>For the list of all supported CQL APIs, see <a href="https://docs.aws.amazon.com/keyspaces/latest/devguide/cassandra-apis.html">Supported Cassandra APIs, operations, and data types
20
21
  in Amazon Keyspaces</a> in the <i>Amazon Keyspaces Developer
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ruleSet = void 0;
4
- const s = "fn", t = "argv", u = "ref";
5
- const a = true, b = false, c = "String", d = "PartitionResult", e = "tree", f = "error", g = "endpoint", h = "getAttr", i = { "required": true, "default": false, "type": "Boolean" }, j = { [u]: "Endpoint" }, k = { [s]: "booleanEquals", [t]: [{ [u]: "UseFIPS" }, true] }, l = { [s]: "booleanEquals", [t]: [{ [u]: "UseDualStack" }, true] }, m = {}, n = { [s]: "booleanEquals", [t]: [true, { [s]: h, [t]: [{ [u]: d }, "supportsFIPS"] }] }, o = { [u]: d }, p = { [s]: "booleanEquals", [t]: [true, { [s]: h, [t]: [o, "supportsDualStack"] }] }, q = [k], r = [l];
6
- const _data = { version: "1.0", parameters: { Region: { required: a, type: c }, UseDualStack: i, UseFIPS: i, Endpoint: { required: b, type: c } }, rules: [{ conditions: [{ [s]: "aws.partition", [t]: [{ [u]: "Region" }], assign: d }], type: e, rules: [{ conditions: [{ [s]: "isSet", [t]: [j] }], type: e, rules: [{ conditions: q, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: f }, { type: e, rules: [{ conditions: r, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: f }, { endpoint: { url: j, properties: m, headers: m }, type: g }] }] }, { conditions: [k, l], type: e, rules: [{ conditions: [n, p], type: e, rules: [{ type: e, rules: [{ endpoint: { url: "https://cassandra-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: g }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: f }] }, { conditions: q, type: e, rules: [{ conditions: [n], type: e, rules: [{ type: e, rules: [{ conditions: [{ [s]: "stringEquals", [t]: ["aws-us-gov", { [s]: h, [t]: [o, "name"] }] }], endpoint: { url: "https://cassandra.{Region}.amazonaws.com", properties: m, headers: m }, type: g }, { endpoint: { url: "https://cassandra-fips.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: g }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: f }] }, { conditions: r, type: e, rules: [{ conditions: [p], type: e, rules: [{ type: e, rules: [{ endpoint: { url: "https://cassandra.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: g }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: f }] }, { type: e, rules: [{ endpoint: { url: "https://cassandra.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: g }] }] }] };
4
+ const s = "required", t = "fn", u = "argv", v = "ref";
5
+ const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = "getAttr", g = { [s]: false, "type": "String" }, h = { [s]: true, "default": false, "type": "Boolean" }, i = { [v]: "Endpoint" }, j = { [t]: "booleanEquals", [u]: [{ [v]: "UseFIPS" }, true] }, k = { [t]: "booleanEquals", [u]: [{ [v]: "UseDualStack" }, true] }, l = {}, m = { [t]: "booleanEquals", [u]: [true, { [t]: f, [u]: [{ [v]: e }, "supportsFIPS"] }] }, n = { [v]: e }, o = { [t]: "booleanEquals", [u]: [true, { [t]: f, [u]: [n, "supportsDualStack"] }] }, p = [j], q = [k], r = [{ [v]: "Region" }];
6
+ const _data = { version: "1.0", parameters: { Region: g, UseDualStack: h, UseFIPS: h, Endpoint: g }, rules: [{ conditions: [{ [t]: a, [u]: [i] }], type: b, rules: [{ conditions: p, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: q, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: i, properties: l, headers: l }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [t]: a, [u]: r }], type: b, rules: [{ conditions: [{ [t]: "aws.partition", [u]: r, assign: e }], type: b, rules: [{ conditions: [j, k], type: b, rules: [{ conditions: [m, o], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://cassandra-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: p, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ conditions: [{ [t]: "stringEquals", [u]: ["aws-us-gov", { [t]: f, [u]: [n, "name"] }] }], endpoint: { url: "https://cassandra.{Region}.amazonaws.com", properties: l, headers: l }, type: d }, { endpoint: { url: "https://cassandra-fips.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: q, type: b, rules: [{ conditions: [o], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://cassandra.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://cassandra.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
7
7
  exports.ruleSet = _data;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UntagResourceRequestFilterSensitiveLog = exports.TagResourceResponseFilterSensitiveLog = exports.TagResourceRequestFilterSensitiveLog = exports.RestoreTableResponseFilterSensitiveLog = exports.RestoreTableRequestFilterSensitiveLog = exports.ListTagsForResourceResponseFilterSensitiveLog = exports.ListTagsForResourceRequestFilterSensitiveLog = exports.ListTablesResponseFilterSensitiveLog = exports.TableSummaryFilterSensitiveLog = exports.ListTablesRequestFilterSensitiveLog = exports.ListKeyspacesResponseFilterSensitiveLog = exports.KeyspaceSummaryFilterSensitiveLog = exports.ListKeyspacesRequestFilterSensitiveLog = exports.GetTableResponseFilterSensitiveLog = exports.PointInTimeRecoverySummaryFilterSensitiveLog = exports.GetTableRequestFilterSensitiveLog = exports.GetKeyspaceResponseFilterSensitiveLog = exports.GetKeyspaceRequestFilterSensitiveLog = exports.DeleteTableResponseFilterSensitiveLog = exports.DeleteTableRequestFilterSensitiveLog = exports.DeleteKeyspaceResponseFilterSensitiveLog = exports.DeleteKeyspaceRequestFilterSensitiveLog = exports.CreateTableResponseFilterSensitiveLog = exports.CreateTableRequestFilterSensitiveLog = exports.TimeToLiveFilterSensitiveLog = exports.SchemaDefinitionFilterSensitiveLog = exports.StaticColumnFilterSensitiveLog = exports.PartitionKeyFilterSensitiveLog = exports.PointInTimeRecoveryFilterSensitiveLog = exports.EncryptionSpecificationFilterSensitiveLog = exports.CreateKeyspaceResponseFilterSensitiveLog = exports.CreateKeyspaceRequestFilterSensitiveLog = exports.TagFilterSensitiveLog = exports.CommentFilterSensitiveLog = exports.ColumnDefinitionFilterSensitiveLog = exports.ClusteringKeyFilterSensitiveLog = exports.CapacitySpecificationSummaryFilterSensitiveLog = exports.CapacitySpecificationFilterSensitiveLog = exports.TableStatus = exports.ResourceNotFoundException = exports.TimeToLiveStatus = exports.PointInTimeRecoveryStatus = exports.EncryptionType = exports.ValidationException = exports.ServiceQuotaExceededException = exports.InternalServerException = exports.ConflictException = exports.SortOrder = exports.ThroughputMode = exports.AccessDeniedException = void 0;
4
- exports.UpdateTableResponseFilterSensitiveLog = exports.UpdateTableRequestFilterSensitiveLog = exports.UntagResourceResponseFilterSensitiveLog = void 0;
3
+ exports.TagResourceRequestFilterSensitiveLog = exports.RestoreTableResponseFilterSensitiveLog = exports.RestoreTableRequestFilterSensitiveLog = exports.ListTagsForResourceResponseFilterSensitiveLog = exports.ListTagsForResourceRequestFilterSensitiveLog = exports.ListTablesResponseFilterSensitiveLog = exports.TableSummaryFilterSensitiveLog = exports.ListTablesRequestFilterSensitiveLog = exports.ListKeyspacesResponseFilterSensitiveLog = exports.KeyspaceSummaryFilterSensitiveLog = exports.ListKeyspacesRequestFilterSensitiveLog = exports.GetTableResponseFilterSensitiveLog = exports.PointInTimeRecoverySummaryFilterSensitiveLog = exports.GetTableRequestFilterSensitiveLog = exports.GetKeyspaceResponseFilterSensitiveLog = exports.GetKeyspaceRequestFilterSensitiveLog = exports.DeleteTableResponseFilterSensitiveLog = exports.DeleteTableRequestFilterSensitiveLog = exports.DeleteKeyspaceResponseFilterSensitiveLog = exports.DeleteKeyspaceRequestFilterSensitiveLog = exports.CreateTableResponseFilterSensitiveLog = exports.CreateTableRequestFilterSensitiveLog = exports.TimeToLiveFilterSensitiveLog = exports.SchemaDefinitionFilterSensitiveLog = exports.StaticColumnFilterSensitiveLog = exports.PartitionKeyFilterSensitiveLog = exports.PointInTimeRecoveryFilterSensitiveLog = exports.EncryptionSpecificationFilterSensitiveLog = exports.CreateKeyspaceResponseFilterSensitiveLog = exports.CreateKeyspaceRequestFilterSensitiveLog = exports.TagFilterSensitiveLog = exports.CommentFilterSensitiveLog = exports.ColumnDefinitionFilterSensitiveLog = exports.ClusteringKeyFilterSensitiveLog = exports.ClientSideTimestampsFilterSensitiveLog = exports.CapacitySpecificationSummaryFilterSensitiveLog = exports.CapacitySpecificationFilterSensitiveLog = exports.TableStatus = exports.ResourceNotFoundException = exports.TimeToLiveStatus = exports.PointInTimeRecoveryStatus = exports.EncryptionType = exports.ValidationException = exports.ServiceQuotaExceededException = exports.InternalServerException = exports.ConflictException = exports.SortOrder = exports.ClientSideTimestampsStatus = exports.ThroughputMode = exports.AccessDeniedException = void 0;
4
+ exports.UpdateTableResponseFilterSensitiveLog = exports.UpdateTableRequestFilterSensitiveLog = exports.UntagResourceResponseFilterSensitiveLog = exports.UntagResourceRequestFilterSensitiveLog = exports.TagResourceResponseFilterSensitiveLog = void 0;
5
5
  const KeyspacesServiceException_1 = require("./KeyspacesServiceException");
6
6
  class AccessDeniedException extends KeyspacesServiceException_1.KeyspacesServiceException {
7
7
  constructor(opts) {
@@ -21,6 +21,10 @@ var ThroughputMode;
21
21
  ThroughputMode["PAY_PER_REQUEST"] = "PAY_PER_REQUEST";
22
22
  ThroughputMode["PROVISIONED"] = "PROVISIONED";
23
23
  })(ThroughputMode = exports.ThroughputMode || (exports.ThroughputMode = {}));
24
+ var ClientSideTimestampsStatus;
25
+ (function (ClientSideTimestampsStatus) {
26
+ ClientSideTimestampsStatus["ENABLED"] = "ENABLED";
27
+ })(ClientSideTimestampsStatus = exports.ClientSideTimestampsStatus || (exports.ClientSideTimestampsStatus = {}));
24
28
  var SortOrder;
25
29
  (function (SortOrder) {
26
30
  SortOrder["ASC"] = "ASC";
@@ -124,6 +128,10 @@ const CapacitySpecificationSummaryFilterSensitiveLog = (obj) => ({
124
128
  ...obj,
125
129
  });
126
130
  exports.CapacitySpecificationSummaryFilterSensitiveLog = CapacitySpecificationSummaryFilterSensitiveLog;
131
+ const ClientSideTimestampsFilterSensitiveLog = (obj) => ({
132
+ ...obj,
133
+ });
134
+ exports.ClientSideTimestampsFilterSensitiveLog = ClientSideTimestampsFilterSensitiveLog;
127
135
  const ClusteringKeyFilterSensitiveLog = (obj) => ({
128
136
  ...obj,
129
137
  });
@@ -812,6 +812,11 @@ const serializeAws_json1_0CapacitySpecification = (input, context) => {
812
812
  ...(input.writeCapacityUnits != null && { writeCapacityUnits: input.writeCapacityUnits }),
813
813
  };
814
814
  };
815
+ const serializeAws_json1_0ClientSideTimestamps = (input, context) => {
816
+ return {
817
+ ...(input.status != null && { status: input.status }),
818
+ };
819
+ };
815
820
  const serializeAws_json1_0ClusteringKey = (input, context) => {
816
821
  return {
817
822
  ...(input.name != null && { name: input.name }),
@@ -854,6 +859,9 @@ const serializeAws_json1_0CreateTableRequest = (input, context) => {
854
859
  ...(input.capacitySpecification != null && {
855
860
  capacitySpecification: serializeAws_json1_0CapacitySpecification(input.capacitySpecification, context),
856
861
  }),
862
+ ...(input.clientSideTimestamps != null && {
863
+ clientSideTimestamps: serializeAws_json1_0ClientSideTimestamps(input.clientSideTimestamps, context),
864
+ }),
857
865
  ...(input.comment != null && { comment: serializeAws_json1_0Comment(input.comment, context) }),
858
866
  ...(input.defaultTimeToLive != null && { defaultTimeToLive: input.defaultTimeToLive }),
859
867
  ...(input.encryptionSpecification != null && {
@@ -1021,6 +1029,9 @@ const serializeAws_json1_0UpdateTableRequest = (input, context) => {
1021
1029
  ...(input.capacitySpecification != null && {
1022
1030
  capacitySpecification: serializeAws_json1_0CapacitySpecification(input.capacitySpecification, context),
1023
1031
  }),
1032
+ ...(input.clientSideTimestamps != null && {
1033
+ clientSideTimestamps: serializeAws_json1_0ClientSideTimestamps(input.clientSideTimestamps, context),
1034
+ }),
1024
1035
  ...(input.defaultTimeToLive != null && { defaultTimeToLive: input.defaultTimeToLive }),
1025
1036
  ...(input.encryptionSpecification != null && {
1026
1037
  encryptionSpecification: serializeAws_json1_0EncryptionSpecification(input.encryptionSpecification, context),
@@ -1048,6 +1059,11 @@ const deserializeAws_json1_0CapacitySpecificationSummary = (output, context) =>
1048
1059
  writeCapacityUnits: (0, smithy_client_1.expectLong)(output.writeCapacityUnits),
1049
1060
  };
1050
1061
  };
1062
+ const deserializeAws_json1_0ClientSideTimestamps = (output, context) => {
1063
+ return {
1064
+ status: (0, smithy_client_1.expectString)(output.status),
1065
+ };
1066
+ };
1051
1067
  const deserializeAws_json1_0ClusteringKey = (output, context) => {
1052
1068
  return {
1053
1069
  name: (0, smithy_client_1.expectString)(output.name),
@@ -1125,6 +1141,9 @@ const deserializeAws_json1_0GetTableResponse = (output, context) => {
1125
1141
  capacitySpecification: output.capacitySpecification != null
1126
1142
  ? deserializeAws_json1_0CapacitySpecificationSummary(output.capacitySpecification, context)
1127
1143
  : undefined,
1144
+ clientSideTimestamps: output.clientSideTimestamps != null
1145
+ ? deserializeAws_json1_0ClientSideTimestamps(output.clientSideTimestamps, context)
1146
+ : undefined,
1128
1147
  comment: output.comment != null ? deserializeAws_json1_0Comment(output.comment, context) : undefined,
1129
1148
  creationTimestamp: output.creationTimestamp != null
1130
1149
  ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.creationTimestamp)))
@@ -1,4 +1,4 @@
1
- const s = "fn", t = "argv", u = "ref";
2
- const a = true, b = false, c = "String", d = "PartitionResult", e = "tree", f = "error", g = "endpoint", h = "getAttr", i = { "required": true, "default": false, "type": "Boolean" }, j = { [u]: "Endpoint" }, k = { [s]: "booleanEquals", [t]: [{ [u]: "UseFIPS" }, true] }, l = { [s]: "booleanEquals", [t]: [{ [u]: "UseDualStack" }, true] }, m = {}, n = { [s]: "booleanEquals", [t]: [true, { [s]: h, [t]: [{ [u]: d }, "supportsFIPS"] }] }, o = { [u]: d }, p = { [s]: "booleanEquals", [t]: [true, { [s]: h, [t]: [o, "supportsDualStack"] }] }, q = [k], r = [l];
3
- const _data = { version: "1.0", parameters: { Region: { required: a, type: c }, UseDualStack: i, UseFIPS: i, Endpoint: { required: b, type: c } }, rules: [{ conditions: [{ [s]: "aws.partition", [t]: [{ [u]: "Region" }], assign: d }], type: e, rules: [{ conditions: [{ [s]: "isSet", [t]: [j] }], type: e, rules: [{ conditions: q, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: f }, { type: e, rules: [{ conditions: r, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: f }, { endpoint: { url: j, properties: m, headers: m }, type: g }] }] }, { conditions: [k, l], type: e, rules: [{ conditions: [n, p], type: e, rules: [{ type: e, rules: [{ endpoint: { url: "https://cassandra-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: g }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: f }] }, { conditions: q, type: e, rules: [{ conditions: [n], type: e, rules: [{ type: e, rules: [{ conditions: [{ [s]: "stringEquals", [t]: ["aws-us-gov", { [s]: h, [t]: [o, "name"] }] }], endpoint: { url: "https://cassandra.{Region}.amazonaws.com", properties: m, headers: m }, type: g }, { endpoint: { url: "https://cassandra-fips.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: g }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: f }] }, { conditions: r, type: e, rules: [{ conditions: [p], type: e, rules: [{ type: e, rules: [{ endpoint: { url: "https://cassandra.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: g }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: f }] }, { type: e, rules: [{ endpoint: { url: "https://cassandra.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: g }] }] }] };
1
+ const s = "required", t = "fn", u = "argv", v = "ref";
2
+ const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = "getAttr", g = { [s]: false, "type": "String" }, h = { [s]: true, "default": false, "type": "Boolean" }, i = { [v]: "Endpoint" }, j = { [t]: "booleanEquals", [u]: [{ [v]: "UseFIPS" }, true] }, k = { [t]: "booleanEquals", [u]: [{ [v]: "UseDualStack" }, true] }, l = {}, m = { [t]: "booleanEquals", [u]: [true, { [t]: f, [u]: [{ [v]: e }, "supportsFIPS"] }] }, n = { [v]: e }, o = { [t]: "booleanEquals", [u]: [true, { [t]: f, [u]: [n, "supportsDualStack"] }] }, p = [j], q = [k], r = [{ [v]: "Region" }];
3
+ const _data = { version: "1.0", parameters: { Region: g, UseDualStack: h, UseFIPS: h, Endpoint: g }, rules: [{ conditions: [{ [t]: a, [u]: [i] }], type: b, rules: [{ conditions: p, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: q, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: i, properties: l, headers: l }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [t]: a, [u]: r }], type: b, rules: [{ conditions: [{ [t]: "aws.partition", [u]: r, assign: e }], type: b, rules: [{ conditions: [j, k], type: b, rules: [{ conditions: [m, o], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://cassandra-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: p, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ conditions: [{ [t]: "stringEquals", [u]: ["aws-us-gov", { [t]: f, [u]: [n, "name"] }] }], endpoint: { url: "https://cassandra.{Region}.amazonaws.com", properties: l, headers: l }, type: d }, { endpoint: { url: "https://cassandra-fips.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: q, type: b, rules: [{ conditions: [o], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://cassandra.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://cassandra.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
4
4
  export const ruleSet = _data;
@@ -16,6 +16,10 @@ export var ThroughputMode;
16
16
  ThroughputMode["PAY_PER_REQUEST"] = "PAY_PER_REQUEST";
17
17
  ThroughputMode["PROVISIONED"] = "PROVISIONED";
18
18
  })(ThroughputMode || (ThroughputMode = {}));
19
+ export var ClientSideTimestampsStatus;
20
+ (function (ClientSideTimestampsStatus) {
21
+ ClientSideTimestampsStatus["ENABLED"] = "ENABLED";
22
+ })(ClientSideTimestampsStatus || (ClientSideTimestampsStatus = {}));
19
23
  export var SortOrder;
20
24
  (function (SortOrder) {
21
25
  SortOrder["ASC"] = "ASC";
@@ -112,6 +116,9 @@ export const CapacitySpecificationFilterSensitiveLog = (obj) => ({
112
116
  export const CapacitySpecificationSummaryFilterSensitiveLog = (obj) => ({
113
117
  ...obj,
114
118
  });
119
+ export const ClientSideTimestampsFilterSensitiveLog = (obj) => ({
120
+ ...obj,
121
+ });
115
122
  export const ClusteringKeyFilterSensitiveLog = (obj) => ({
116
123
  ...obj,
117
124
  });
@@ -783,6 +783,11 @@ const serializeAws_json1_0CapacitySpecification = (input, context) => {
783
783
  ...(input.writeCapacityUnits != null && { writeCapacityUnits: input.writeCapacityUnits }),
784
784
  };
785
785
  };
786
+ const serializeAws_json1_0ClientSideTimestamps = (input, context) => {
787
+ return {
788
+ ...(input.status != null && { status: input.status }),
789
+ };
790
+ };
786
791
  const serializeAws_json1_0ClusteringKey = (input, context) => {
787
792
  return {
788
793
  ...(input.name != null && { name: input.name }),
@@ -825,6 +830,9 @@ const serializeAws_json1_0CreateTableRequest = (input, context) => {
825
830
  ...(input.capacitySpecification != null && {
826
831
  capacitySpecification: serializeAws_json1_0CapacitySpecification(input.capacitySpecification, context),
827
832
  }),
833
+ ...(input.clientSideTimestamps != null && {
834
+ clientSideTimestamps: serializeAws_json1_0ClientSideTimestamps(input.clientSideTimestamps, context),
835
+ }),
828
836
  ...(input.comment != null && { comment: serializeAws_json1_0Comment(input.comment, context) }),
829
837
  ...(input.defaultTimeToLive != null && { defaultTimeToLive: input.defaultTimeToLive }),
830
838
  ...(input.encryptionSpecification != null && {
@@ -992,6 +1000,9 @@ const serializeAws_json1_0UpdateTableRequest = (input, context) => {
992
1000
  ...(input.capacitySpecification != null && {
993
1001
  capacitySpecification: serializeAws_json1_0CapacitySpecification(input.capacitySpecification, context),
994
1002
  }),
1003
+ ...(input.clientSideTimestamps != null && {
1004
+ clientSideTimestamps: serializeAws_json1_0ClientSideTimestamps(input.clientSideTimestamps, context),
1005
+ }),
995
1006
  ...(input.defaultTimeToLive != null && { defaultTimeToLive: input.defaultTimeToLive }),
996
1007
  ...(input.encryptionSpecification != null && {
997
1008
  encryptionSpecification: serializeAws_json1_0EncryptionSpecification(input.encryptionSpecification, context),
@@ -1019,6 +1030,11 @@ const deserializeAws_json1_0CapacitySpecificationSummary = (output, context) =>
1019
1030
  writeCapacityUnits: __expectLong(output.writeCapacityUnits),
1020
1031
  };
1021
1032
  };
1033
+ const deserializeAws_json1_0ClientSideTimestamps = (output, context) => {
1034
+ return {
1035
+ status: __expectString(output.status),
1036
+ };
1037
+ };
1022
1038
  const deserializeAws_json1_0ClusteringKey = (output, context) => {
1023
1039
  return {
1024
1040
  name: __expectString(output.name),
@@ -1096,6 +1112,9 @@ const deserializeAws_json1_0GetTableResponse = (output, context) => {
1096
1112
  capacitySpecification: output.capacitySpecification != null
1097
1113
  ? deserializeAws_json1_0CapacitySpecificationSummary(output.capacitySpecification, context)
1098
1114
  : undefined,
1115
+ clientSideTimestamps: output.clientSideTimestamps != null
1116
+ ? deserializeAws_json1_0ClientSideTimestamps(output.clientSideTimestamps, context)
1117
+ : undefined,
1099
1118
  comment: output.comment != null ? deserializeAws_json1_0Comment(output.comment, context) : undefined,
1100
1119
  creationTimestamp: output.creationTimestamp != null
1101
1120
  ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.creationTimestamp)))
@@ -19,7 +19,8 @@ import { KeyspacesClient } from "./KeyspacesClient";
19
19
  * 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,
20
20
  * you can create keyspaces and tables in Amazon Keyspaces, without deploying any infrastructure or installing software. </p>
21
21
  * <p>In addition to supporting Cassandra Query Language (CQL) requests via open-source Cassandra drivers,
22
- * Amazon Keyspaces supports data definition language (DDL) operations to manage keyspaces and tables using the Amazon Web Services SDK and CLI. This API reference describes
22
+ * Amazon Keyspaces supports data definition language (DDL) operations to manage keyspaces and tables using the Amazon Web Services SDK and CLI, as well as
23
+ * infrastructure as code (IaC) services and tools such as CloudFormation and Terraform. This API reference describes
23
24
  * the supported DDL operations in detail.</p>
24
25
  * <p>For the list of all supported CQL APIs, see <a href="https://docs.aws.amazon.com/keyspaces/latest/devguide/cassandra-apis.html">Supported Cassandra APIs, operations, and data types
25
26
  * in Amazon Keyspaces</a> in the <i>Amazon Keyspaces Developer
@@ -107,8 +108,7 @@ export declare class Keyspaces extends KeyspacesClient {
107
108
  * <p>Restores the specified table to the specified point in time within the
108
109
  * <code>earliest_restorable_timestamp</code> and the current time. For more information about restore points, see
109
110
  * <a href="https://docs.aws.amazon.com/keyspaces/latest/devguide/PointInTimeRecovery_HowItWorks.html#howitworks_backup_window">
110
- * Time window for PITR continuous backups</a> in the <i>Amazon Keyspaces Developer Guide</i>.
111
- * </p>
111
+ * Time window for PITR continuous backups</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p>
112
112
  * <p>Any number of users can execute up to 4 concurrent restores (any type of restore) in a given account.</p>
113
113
  * <p>When you restore using point in time recovery,
114
114
  * Amazon Keyspaces restores your source table's schema and data to the state
@@ -121,19 +121,37 @@ export declare class Keyspaces extends KeyspacesClient {
121
121
  * these settings are always restored based on the table's settings as of the current time or when the table was deleted.</p>
122
122
  * <p>You can also overwrite
123
123
  * these settings during restore:</p>
124
- * <p>• Read/write capacity mode</p>
125
- * <p>• Provisioned throughput capacity settings</p>
126
- * <p>• Point-in-time (PITR) settings</p>
127
- * <p>• Tags</p>
124
+ * <ul>
125
+ * <li>
126
+ * <p>Read/write capacity mode</p>
127
+ * </li>
128
+ * <li>
129
+ * <p>Provisioned throughput capacity settings</p>
130
+ * </li>
131
+ * <li>
132
+ * <p>Point-in-time (PITR) settings</p>
133
+ * </li>
134
+ * <li>
135
+ * <p>Tags</p>
136
+ * </li>
137
+ * </ul>
128
138
  * <p>For more
129
139
  * information, see <a href="https://docs.aws.amazon.com/keyspaces/latest/devguide/PointInTimeRecovery_HowItWorks.html#howitworks_backup_settings">PITR restore settings</a> in the <i>Amazon Keyspaces Developer
130
140
  * Guide</i>.</p>
131
141
  * <p>Note that the following settings are not restored, and you must configure them manually for
132
142
  * the new table:</p>
133
- * <p>• Automatic scaling policies (for tables that use provisioned capacity
134
- * mode)</p>
135
- * <p>• Identity and Access Management (IAM) policies</p>
136
- * <p>• Amazon CloudWatch metrics and alarms</p>
143
+ * <ul>
144
+ * <li>
145
+ * <p>Automatic scaling policies (for tables that use provisioned capacity
146
+ * mode)</p>
147
+ * </li>
148
+ * <li>
149
+ * <p>Identity and Access Management (IAM) policies</p>
150
+ * </li>
151
+ * <li>
152
+ * <p>Amazon CloudWatch metrics and alarms</p>
153
+ * </li>
154
+ * </ul>
137
155
  */
138
156
  restoreTable(args: RestoreTableCommandInput, options?: __HttpHandlerOptions): Promise<RestoreTableCommandOutput>;
139
157
  restoreTable(args: RestoreTableCommandInput, cb: (err: any, data?: RestoreTableCommandOutput) => void): void;
@@ -141,7 +141,8 @@ export interface KeyspacesClientResolvedConfig extends KeyspacesClientResolvedCo
141
141
  * 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,
142
142
  * you can create keyspaces and tables in Amazon Keyspaces, without deploying any infrastructure or installing software. </p>
143
143
  * <p>In addition to supporting Cassandra Query Language (CQL) requests via open-source Cassandra drivers,
144
- * Amazon Keyspaces supports data definition language (DDL) operations to manage keyspaces and tables using the Amazon Web Services SDK and CLI. This API reference describes
144
+ * Amazon Keyspaces supports data definition language (DDL) operations to manage keyspaces and tables using the Amazon Web Services SDK and CLI, as well as
145
+ * infrastructure as code (IaC) services and tools such as CloudFormation and Terraform. This API reference describes
145
146
  * the supported DDL operations in detail.</p>
146
147
  * <p>For the list of all supported CQL APIs, see <a href="https://docs.aws.amazon.com/keyspaces/latest/devguide/cassandra-apis.html">Supported Cassandra APIs, operations, and data types
147
148
  * in Amazon Keyspaces</a> in the <i>Amazon Keyspaces Developer
@@ -35,6 +35,25 @@ export interface CreateKeyspaceCommandOutput extends CreateKeyspaceResponse, __M
35
35
  * @see {@link CreateKeyspaceCommandOutput} for command's `response` shape.
36
36
  * @see {@link KeyspacesClientResolvedConfig | config} for KeyspacesClient's `config` shape.
37
37
  *
38
+ * @throws {@link AccessDeniedException} (client fault)
39
+ * <p>You do not have sufficient access to perform this action. </p>
40
+ *
41
+ * @throws {@link ConflictException} (client fault)
42
+ * <p>Amazon Keyspaces could not complete the requested action. This error may occur if you try to
43
+ * perform an action and the same or a different action is already
44
+ * in progress, or if you try to create a resource that already exists. </p>
45
+ *
46
+ * @throws {@link InternalServerException} (server fault)
47
+ * <p>Amazon Keyspaces was unable to fully process this request because of an internal server error.</p>
48
+ *
49
+ * @throws {@link ServiceQuotaExceededException} (client fault)
50
+ * <p>The operation exceeded the service quota for this resource. For more information on service quotas, see <a href="https://docs.aws.amazon.com/keyspaces/latest/devguide/quotas.html">Quotas</a> in the <i>Amazon Keyspaces Developer
51
+ * Guide</i>.</p>
52
+ *
53
+ * @throws {@link ValidationException} (client fault)
54
+ * <p>The operation failed due to an invalid or malformed request.</p>
55
+ *
56
+ *
38
57
  */
39
58
  export declare class CreateKeyspaceCommand extends $Command<CreateKeyspaceCommandInput, CreateKeyspaceCommandOutput, KeyspacesClientResolvedConfig> {
40
59
  readonly input: CreateKeyspaceCommandInput;
@@ -36,6 +36,28 @@ export interface CreateTableCommandOutput extends CreateTableResponse, __Metadat
36
36
  * @see {@link CreateTableCommandOutput} for command's `response` shape.
37
37
  * @see {@link KeyspacesClientResolvedConfig | config} for KeyspacesClient's `config` shape.
38
38
  *
39
+ * @throws {@link AccessDeniedException} (client fault)
40
+ * <p>You do not have sufficient access to perform this action. </p>
41
+ *
42
+ * @throws {@link ConflictException} (client fault)
43
+ * <p>Amazon Keyspaces could not complete the requested action. This error may occur if you try to
44
+ * perform an action and the same or a different action is already
45
+ * in progress, or if you try to create a resource that already exists. </p>
46
+ *
47
+ * @throws {@link InternalServerException} (server fault)
48
+ * <p>Amazon Keyspaces was unable to fully process this request because of an internal server error.</p>
49
+ *
50
+ * @throws {@link ResourceNotFoundException} (client fault)
51
+ * <p>The operation tried to access a keyspace or table that doesn't exist. The resource might not be specified correctly, or its status might not be <code>ACTIVE</code>.</p>
52
+ *
53
+ * @throws {@link ServiceQuotaExceededException} (client fault)
54
+ * <p>The operation exceeded the service quota for this resource. For more information on service quotas, see <a href="https://docs.aws.amazon.com/keyspaces/latest/devguide/quotas.html">Quotas</a> in the <i>Amazon Keyspaces Developer
55
+ * Guide</i>.</p>
56
+ *
57
+ * @throws {@link ValidationException} (client fault)
58
+ * <p>The operation failed due to an invalid or malformed request.</p>
59
+ *
60
+ *
39
61
  */
40
62
  export declare class CreateTableCommand extends $Command<CreateTableCommandInput, CreateTableCommandOutput, KeyspacesClientResolvedConfig> {
41
63
  readonly input: CreateTableCommandInput;
@@ -29,6 +29,28 @@ export interface DeleteKeyspaceCommandOutput extends DeleteKeyspaceResponse, __M
29
29
  * @see {@link DeleteKeyspaceCommandOutput} for command's `response` shape.
30
30
  * @see {@link KeyspacesClientResolvedConfig | config} for KeyspacesClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You do not have sufficient access to perform this action. </p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>Amazon Keyspaces could not complete the requested action. This error may occur if you try to
37
+ * perform an action and the same or a different action is already
38
+ * in progress, or if you try to create a resource that already exists. </p>
39
+ *
40
+ * @throws {@link InternalServerException} (server fault)
41
+ * <p>Amazon Keyspaces was unable to fully process this request because of an internal server error.</p>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>The operation tried to access a keyspace or table that doesn't exist. The resource might not be specified correctly, or its status might not be <code>ACTIVE</code>.</p>
45
+ *
46
+ * @throws {@link ServiceQuotaExceededException} (client fault)
47
+ * <p>The operation exceeded the service quota for this resource. For more information on service quotas, see <a href="https://docs.aws.amazon.com/keyspaces/latest/devguide/quotas.html">Quotas</a> in the <i>Amazon Keyspaces Developer
48
+ * Guide</i>.</p>
49
+ *
50
+ * @throws {@link ValidationException} (client fault)
51
+ * <p>The operation failed due to an invalid or malformed request.</p>
52
+ *
53
+ *
32
54
  */
33
55
  export declare class DeleteKeyspaceCommand extends $Command<DeleteKeyspaceCommandInput, DeleteKeyspaceCommandOutput, KeyspacesClientResolvedConfig> {
34
56
  readonly input: DeleteKeyspaceCommandInput;
@@ -33,6 +33,28 @@ export interface DeleteTableCommandOutput extends DeleteTableResponse, __Metadat
33
33
  * @see {@link DeleteTableCommandOutput} for command's `response` shape.
34
34
  * @see {@link KeyspacesClientResolvedConfig | config} for KeyspacesClient's `config` shape.
35
35
  *
36
+ * @throws {@link AccessDeniedException} (client fault)
37
+ * <p>You do not have sufficient access to perform this action. </p>
38
+ *
39
+ * @throws {@link ConflictException} (client fault)
40
+ * <p>Amazon Keyspaces could not complete the requested action. This error may occur if you try to
41
+ * perform an action and the same or a different action is already
42
+ * in progress, or if you try to create a resource that already exists. </p>
43
+ *
44
+ * @throws {@link InternalServerException} (server fault)
45
+ * <p>Amazon Keyspaces was unable to fully process this request because of an internal server error.</p>
46
+ *
47
+ * @throws {@link ResourceNotFoundException} (client fault)
48
+ * <p>The operation tried to access a keyspace or table that doesn't exist. The resource might not be specified correctly, or its status might not be <code>ACTIVE</code>.</p>
49
+ *
50
+ * @throws {@link ServiceQuotaExceededException} (client fault)
51
+ * <p>The operation exceeded the service quota for this resource. For more information on service quotas, see <a href="https://docs.aws.amazon.com/keyspaces/latest/devguide/quotas.html">Quotas</a> in the <i>Amazon Keyspaces Developer
52
+ * Guide</i>.</p>
53
+ *
54
+ * @throws {@link ValidationException} (client fault)
55
+ * <p>The operation failed due to an invalid or malformed request.</p>
56
+ *
57
+ *
36
58
  */
37
59
  export declare class DeleteTableCommand extends $Command<DeleteTableCommandInput, DeleteTableCommandOutput, KeyspacesClientResolvedConfig> {
38
60
  readonly input: DeleteTableCommandInput;
@@ -29,6 +29,23 @@ export interface GetKeyspaceCommandOutput extends GetKeyspaceResponse, __Metadat
29
29
  * @see {@link GetKeyspaceCommandOutput} for command's `response` shape.
30
30
  * @see {@link KeyspacesClientResolvedConfig | config} for KeyspacesClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You do not have sufficient access to perform this action. </p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>Amazon Keyspaces was unable to fully process this request because of an internal server error.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The operation tried to access a keyspace or table that doesn't exist. The resource might not be specified correctly, or its status might not be <code>ACTIVE</code>.</p>
40
+ *
41
+ * @throws {@link ServiceQuotaExceededException} (client fault)
42
+ * <p>The operation exceeded the service quota for this resource. For more information on service quotas, see <a href="https://docs.aws.amazon.com/keyspaces/latest/devguide/quotas.html">Quotas</a> in the <i>Amazon Keyspaces Developer
43
+ * Guide</i>.</p>
44
+ *
45
+ * @throws {@link ValidationException} (client fault)
46
+ * <p>The operation failed due to an invalid or malformed request.</p>
47
+ *
48
+ *
32
49
  */
33
50
  export declare class GetKeyspaceCommand extends $Command<GetKeyspaceCommandInput, GetKeyspaceCommandOutput, KeyspacesClientResolvedConfig> {
34
51
  readonly input: GetKeyspaceCommandInput;
@@ -32,6 +32,23 @@ export interface GetTableCommandOutput extends GetTableResponse, __MetadataBeare
32
32
  * @see {@link GetTableCommandOutput} for command's `response` shape.
33
33
  * @see {@link KeyspacesClientResolvedConfig | config} for KeyspacesClient's `config` shape.
34
34
  *
35
+ * @throws {@link AccessDeniedException} (client fault)
36
+ * <p>You do not have sufficient access to perform this action. </p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>Amazon Keyspaces was unable to fully process this request because of an internal server error.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>The operation tried to access a keyspace or table that doesn't exist. The resource might not be specified correctly, or its status might not be <code>ACTIVE</code>.</p>
43
+ *
44
+ * @throws {@link ServiceQuotaExceededException} (client fault)
45
+ * <p>The operation exceeded the service quota for this resource. For more information on service quotas, see <a href="https://docs.aws.amazon.com/keyspaces/latest/devguide/quotas.html">Quotas</a> in the <i>Amazon Keyspaces Developer
46
+ * Guide</i>.</p>
47
+ *
48
+ * @throws {@link ValidationException} (client fault)
49
+ * <p>The operation failed due to an invalid or malformed request.</p>
50
+ *
51
+ *
35
52
  */
36
53
  export declare class GetTableCommand extends $Command<GetTableCommandInput, GetTableCommandOutput, KeyspacesClientResolvedConfig> {
37
54
  readonly input: GetTableCommandInput;
@@ -29,6 +29,23 @@ export interface ListKeyspacesCommandOutput extends ListKeyspacesResponse, __Met
29
29
  * @see {@link ListKeyspacesCommandOutput} for command's `response` shape.
30
30
  * @see {@link KeyspacesClientResolvedConfig | config} for KeyspacesClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You do not have sufficient access to perform this action. </p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>Amazon Keyspaces was unable to fully process this request because of an internal server error.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The operation tried to access a keyspace or table that doesn't exist. The resource might not be specified correctly, or its status might not be <code>ACTIVE</code>.</p>
40
+ *
41
+ * @throws {@link ServiceQuotaExceededException} (client fault)
42
+ * <p>The operation exceeded the service quota for this resource. For more information on service quotas, see <a href="https://docs.aws.amazon.com/keyspaces/latest/devguide/quotas.html">Quotas</a> in the <i>Amazon Keyspaces Developer
43
+ * Guide</i>.</p>
44
+ *
45
+ * @throws {@link ValidationException} (client fault)
46
+ * <p>The operation failed due to an invalid or malformed request.</p>
47
+ *
48
+ *
32
49
  */
33
50
  export declare class ListKeyspacesCommand extends $Command<ListKeyspacesCommandInput, ListKeyspacesCommandOutput, KeyspacesClientResolvedConfig> {
34
51
  readonly input: ListKeyspacesCommandInput;
@@ -29,6 +29,23 @@ export interface ListTablesCommandOutput extends ListTablesResponse, __MetadataB
29
29
  * @see {@link ListTablesCommandOutput} for command's `response` shape.
30
30
  * @see {@link KeyspacesClientResolvedConfig | config} for KeyspacesClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You do not have sufficient access to perform this action. </p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>Amazon Keyspaces was unable to fully process this request because of an internal server error.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The operation tried to access a keyspace or table that doesn't exist. The resource might not be specified correctly, or its status might not be <code>ACTIVE</code>.</p>
40
+ *
41
+ * @throws {@link ServiceQuotaExceededException} (client fault)
42
+ * <p>The operation exceeded the service quota for this resource. For more information on service quotas, see <a href="https://docs.aws.amazon.com/keyspaces/latest/devguide/quotas.html">Quotas</a> in the <i>Amazon Keyspaces Developer
43
+ * Guide</i>.</p>
44
+ *
45
+ * @throws {@link ValidationException} (client fault)
46
+ * <p>The operation failed due to an invalid or malformed request.</p>
47
+ *
48
+ *
32
49
  */
33
50
  export declare class ListTablesCommand extends $Command<ListTablesCommandInput, ListTablesCommandOutput, KeyspacesClientResolvedConfig> {
34
51
  readonly input: ListTablesCommandInput;
@@ -29,6 +29,23 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
29
29
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link KeyspacesClientResolvedConfig | config} for KeyspacesClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You do not have sufficient access to perform this action. </p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>Amazon Keyspaces was unable to fully process this request because of an internal server error.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The operation tried to access a keyspace or table that doesn't exist. The resource might not be specified correctly, or its status might not be <code>ACTIVE</code>.</p>
40
+ *
41
+ * @throws {@link ServiceQuotaExceededException} (client fault)
42
+ * <p>The operation exceeded the service quota for this resource. For more information on service quotas, see <a href="https://docs.aws.amazon.com/keyspaces/latest/devguide/quotas.html">Quotas</a> in the <i>Amazon Keyspaces Developer
43
+ * Guide</i>.</p>
44
+ *
45
+ * @throws {@link ValidationException} (client fault)
46
+ * <p>The operation failed due to an invalid or malformed request.</p>
47
+ *
48
+ *
32
49
  */
33
50
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, KeyspacesClientResolvedConfig> {
34
51
  readonly input: ListTagsForResourceCommandInput;