@aws-sdk/client-keyspaces 3.830.0 → 3.838.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.
Files changed (31) hide show
  1. package/README.md +1 -14
  2. package/dist-cjs/index.js +26 -0
  3. package/dist-es/models/models_0.js +16 -0
  4. package/dist-es/protocols/Aws_json1_0.js +4 -0
  5. package/dist-types/Keyspaces.d.ts +1 -14
  6. package/dist-types/KeyspacesClient.d.ts +1 -14
  7. package/dist-types/commands/CreateKeyspaceCommand.d.ts +3 -12
  8. package/dist-types/commands/CreateTableCommand.d.ts +15 -15
  9. package/dist-types/commands/CreateTypeCommand.d.ts +4 -14
  10. package/dist-types/commands/DeleteKeyspaceCommand.d.ts +3 -7
  11. package/dist-types/commands/DeleteTableCommand.d.ts +4 -12
  12. package/dist-types/commands/DeleteTypeCommand.d.ts +4 -13
  13. package/dist-types/commands/GetKeyspaceCommand.d.ts +3 -6
  14. package/dist-types/commands/GetTableAutoScalingSettingsCommand.d.ts +3 -27
  15. package/dist-types/commands/GetTableCommand.d.ts +8 -9
  16. package/dist-types/commands/GetTypeCommand.d.ts +3 -12
  17. package/dist-types/commands/ListKeyspacesCommand.d.ts +2 -4
  18. package/dist-types/commands/ListTablesCommand.d.ts +3 -8
  19. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  20. package/dist-types/commands/ListTypesCommand.d.ts +3 -11
  21. package/dist-types/commands/RestoreTableCommand.d.ts +4 -53
  22. package/dist-types/commands/TagResourceCommand.d.ts +4 -14
  23. package/dist-types/commands/UntagResourceCommand.d.ts +3 -7
  24. package/dist-types/commands/UpdateKeyspaceCommand.d.ts +4 -108
  25. package/dist-types/commands/UpdateTableCommand.d.ts +15 -10
  26. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  27. package/dist-types/index.d.ts +1 -14
  28. package/dist-types/models/models_0.d.ts +225 -814
  29. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -1
  30. package/dist-types/ts3.4/models/models_0.d.ts +38 -4
  31. package/package.json +11 -11
package/README.md CHANGED
@@ -6,20 +6,7 @@
6
6
 
7
7
  AWS SDK for JavaScript Keyspaces Client for Node.js, Browser and React Native.
8
8
 
9
- <p>Amazon Keyspaces (for Apache Cassandra) is a scalable,
10
- highly available, and managed Apache Cassandra-compatible database service. Amazon Keyspaces makes it easy to migrate,
11
- 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,
12
- you can create keyspaces and tables in Amazon Keyspaces, without deploying any infrastructure or installing software. </p>
13
- <p>In addition to supporting Cassandra Query Language (CQL) requests via open-source Cassandra drivers,
14
- Amazon Keyspaces supports data definition language (DDL) operations to manage keyspaces and tables using the Amazon Web Services SDK and CLI, as well as
15
- infrastructure as code (IaC) services and tools such as CloudFormation and Terraform. This API reference describes
16
- the supported DDL operations in detail.</p>
17
- <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
18
- in Amazon Keyspaces</a> in the <i>Amazon Keyspaces Developer
19
- Guide</i>.</p>
20
- <p>To learn how Amazon Keyspaces API actions are recorded with CloudTrail, see <a href="https://docs.aws.amazon.com/keyspaces/latest/devguide/logging-using-cloudtrail.html#service-name-info-in-cloudtrail">Amazon Keyspaces information in CloudTrail</a> in the <i>Amazon Keyspaces Developer
21
- Guide</i>.</p>
22
- <p>For more information about Amazon Web Services APIs, for example how to implement retry logic or how to sign Amazon Web Services API requests, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-apis.html">Amazon Web Services APIs</a> in the <i>General Reference</i>.</p>
9
+ <p>Amazon Keyspaces (for Apache Cassandra) is a scalable, highly available, and managed Apache Cassandra-compatible database service. Amazon Keyspaces makes it easy to migrate, 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, you can create keyspaces and tables in Amazon Keyspaces, without deploying any infrastructure or installing software. </p> <p>In addition to supporting Cassandra Query Language (CQL) requests via open-source Cassandra drivers, Amazon Keyspaces supports data definition language (DDL) operations to manage keyspaces and tables using the Amazon Web Services SDK and CLI, as well as infrastructure as code (IaC) services and tools such as CloudFormation and Terraform. This API reference describes the supported DDL operations in detail.</p> <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 in Amazon Keyspaces</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p> <p>To learn how Amazon Keyspaces API actions are recorded with CloudTrail, see <a href="https://docs.aws.amazon.com/keyspaces/latest/devguide/logging-using-cloudtrail.html#service-name-info-in-cloudtrail">Amazon Keyspaces information in CloudTrail</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p> <p>For more information about Amazon Web Services APIs, for example how to implement retry logic or how to sign Amazon Web Services API requests, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-apis.html">Amazon Web Services APIs</a> in the <i>General Reference</i>.</p>
23
10
 
24
11
  ## Installing
25
12
 
package/dist-cjs/index.js CHANGED
@@ -22,6 +22,8 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
22
22
  var index_exports = {};
23
23
  __export(index_exports, {
24
24
  AccessDeniedException: () => AccessDeniedException,
25
+ CdcPropagateTags: () => CdcPropagateTags,
26
+ CdcStatus: () => CdcStatus,
25
27
  ClientSideTimestampsStatus: () => ClientSideTimestampsStatus,
26
28
  ConflictException: () => ConflictException,
27
29
  CreateKeyspaceCommand: () => CreateKeyspaceCommand,
@@ -59,6 +61,7 @@ __export(index_exports, {
59
61
  UpdateKeyspaceCommand: () => UpdateKeyspaceCommand,
60
62
  UpdateTableCommand: () => UpdateTableCommand,
61
63
  ValidationException: () => ValidationException,
64
+ ViewType: () => ViewType,
62
65
  __Client: () => import_smithy_client.Client,
63
66
  paginateListKeyspaces: () => paginateListKeyspaces,
64
67
  paginateListTables: () => paginateListTables,
@@ -259,6 +262,22 @@ var ThroughputMode = {
259
262
  PAY_PER_REQUEST: "PAY_PER_REQUEST",
260
263
  PROVISIONED: "PROVISIONED"
261
264
  };
265
+ var CdcPropagateTags = {
266
+ NONE: "NONE",
267
+ TABLE: "TABLE"
268
+ };
269
+ var CdcStatus = {
270
+ DISABLED: "DISABLED",
271
+ DISABLING: "DISABLING",
272
+ ENABLED: "ENABLED",
273
+ ENABLING: "ENABLING"
274
+ };
275
+ var ViewType = {
276
+ KEYS_ONLY: "KEYS_ONLY",
277
+ NEW_AND_OLD_IMAGES: "NEW_AND_OLD_IMAGES",
278
+ NEW_IMAGE: "NEW_IMAGE",
279
+ OLD_IMAGE: "OLD_IMAGE"
280
+ };
262
281
  var ClientSideTimestampsStatus = {
263
282
  ENABLED: "ENABLED"
264
283
  };
@@ -872,6 +891,7 @@ var se_CreateTableRequest = /* @__PURE__ */ __name((input, context) => {
872
891
  return (0, import_smithy_client.take)(input, {
873
892
  autoScalingSpecification: /* @__PURE__ */ __name((_) => se_AutoScalingSpecification(_, context), "autoScalingSpecification"),
874
893
  capacitySpecification: import_smithy_client._json,
894
+ cdcSpecification: import_smithy_client._json,
875
895
  clientSideTimestamps: import_smithy_client._json,
876
896
  comment: import_smithy_client._json,
877
897
  defaultTimeToLive: [],
@@ -925,6 +945,7 @@ var se_UpdateTableRequest = /* @__PURE__ */ __name((input, context) => {
925
945
  addColumns: import_smithy_client._json,
926
946
  autoScalingSpecification: /* @__PURE__ */ __name((_) => se_AutoScalingSpecification(_, context), "autoScalingSpecification"),
927
947
  capacitySpecification: import_smithy_client._json,
948
+ cdcSpecification: import_smithy_client._json,
928
949
  clientSideTimestamps: import_smithy_client._json,
929
950
  defaultTimeToLive: [],
930
951
  encryptionSpecification: import_smithy_client._json,
@@ -974,12 +995,14 @@ var de_GetTableAutoScalingSettingsResponse = /* @__PURE__ */ __name((output, con
974
995
  var de_GetTableResponse = /* @__PURE__ */ __name((output, context) => {
975
996
  return (0, import_smithy_client.take)(output, {
976
997
  capacitySpecification: /* @__PURE__ */ __name((_) => de_CapacitySpecificationSummary(_, context), "capacitySpecification"),
998
+ cdcSpecification: import_smithy_client._json,
977
999
  clientSideTimestamps: import_smithy_client._json,
978
1000
  comment: import_smithy_client._json,
979
1001
  creationTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTimestamp"),
980
1002
  defaultTimeToLive: import_smithy_client.expectInt32,
981
1003
  encryptionSpecification: import_smithy_client._json,
982
1004
  keyspaceName: import_smithy_client.expectString,
1005
+ latestStreamArn: import_smithy_client.expectString,
983
1006
  pointInTimeRecovery: /* @__PURE__ */ __name((_) => de_PointInTimeRecoverySummary(_, context), "pointInTimeRecovery"),
984
1007
  replicaSpecifications: /* @__PURE__ */ __name((_) => de_ReplicaSpecificationSummaryList(_, context), "replicaSpecifications"),
985
1008
  resourceArn: import_smithy_client.expectString,
@@ -1433,6 +1456,9 @@ var paginateListTypes = (0, import_core.createPaginator)(KeyspacesClient, ListTy
1433
1456
  paginateListTypes,
1434
1457
  AccessDeniedException,
1435
1458
  ThroughputMode,
1459
+ CdcPropagateTags,
1460
+ CdcStatus,
1461
+ ViewType,
1436
1462
  ClientSideTimestampsStatus,
1437
1463
  SortOrder,
1438
1464
  ConflictException,
@@ -15,6 +15,22 @@ export const ThroughputMode = {
15
15
  PAY_PER_REQUEST: "PAY_PER_REQUEST",
16
16
  PROVISIONED: "PROVISIONED",
17
17
  };
18
+ export const CdcPropagateTags = {
19
+ NONE: "NONE",
20
+ TABLE: "TABLE",
21
+ };
22
+ export const CdcStatus = {
23
+ DISABLED: "DISABLED",
24
+ DISABLING: "DISABLING",
25
+ ENABLED: "ENABLED",
26
+ ENABLING: "ENABLING",
27
+ };
28
+ export const ViewType = {
29
+ KEYS_ONLY: "KEYS_ONLY",
30
+ NEW_AND_OLD_IMAGES: "NEW_AND_OLD_IMAGES",
31
+ NEW_IMAGE: "NEW_IMAGE",
32
+ OLD_IMAGE: "OLD_IMAGE",
33
+ };
18
34
  export const ClientSideTimestampsStatus = {
19
35
  ENABLED: "ENABLED",
20
36
  };
@@ -475,6 +475,7 @@ const se_CreateTableRequest = (input, context) => {
475
475
  return take(input, {
476
476
  autoScalingSpecification: (_) => se_AutoScalingSpecification(_, context),
477
477
  capacitySpecification: _json,
478
+ cdcSpecification: _json,
478
479
  clientSideTimestamps: _json,
479
480
  comment: _json,
480
481
  defaultTimeToLive: [],
@@ -530,6 +531,7 @@ const se_UpdateTableRequest = (input, context) => {
530
531
  addColumns: _json,
531
532
  autoScalingSpecification: (_) => se_AutoScalingSpecification(_, context),
532
533
  capacitySpecification: _json,
534
+ cdcSpecification: _json,
533
535
  clientSideTimestamps: _json,
534
536
  defaultTimeToLive: [],
535
537
  encryptionSpecification: _json,
@@ -579,12 +581,14 @@ const de_GetTableAutoScalingSettingsResponse = (output, context) => {
579
581
  const de_GetTableResponse = (output, context) => {
580
582
  return take(output, {
581
583
  capacitySpecification: (_) => de_CapacitySpecificationSummary(_, context),
584
+ cdcSpecification: _json,
582
585
  clientSideTimestamps: _json,
583
586
  comment: _json,
584
587
  creationTimestamp: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
585
588
  defaultTimeToLive: __expectInt32,
586
589
  encryptionSpecification: _json,
587
590
  keyspaceName: __expectString,
591
+ latestStreamArn: __expectString,
588
592
  pointInTimeRecovery: (_) => de_PointInTimeRecoverySummary(_, context),
589
593
  replicaSpecifications: (_) => de_ReplicaSpecificationSummaryList(_, context),
590
594
  resourceArn: __expectString,
@@ -137,20 +137,7 @@ export interface Keyspaces {
137
137
  updateTable(args: UpdateTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTableCommandOutput) => void): void;
138
138
  }
139
139
  /**
140
- * <p>Amazon Keyspaces (for Apache Cassandra) is a scalable,
141
- * highly available, and managed Apache Cassandra-compatible database service. Amazon Keyspaces makes it easy to migrate,
142
- * 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,
143
- * you can create keyspaces and tables in Amazon Keyspaces, without deploying any infrastructure or installing software. </p>
144
- * <p>In addition to supporting Cassandra Query Language (CQL) requests via open-source Cassandra drivers,
145
- * Amazon Keyspaces supports data definition language (DDL) operations to manage keyspaces and tables using the Amazon Web Services SDK and CLI, as well as
146
- * infrastructure as code (IaC) services and tools such as CloudFormation and Terraform. This API reference describes
147
- * the supported DDL operations in detail.</p>
148
- * <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
149
- * in Amazon Keyspaces</a> in the <i>Amazon Keyspaces Developer
150
- * Guide</i>.</p>
151
- * <p>To learn how Amazon Keyspaces API actions are recorded with CloudTrail, see <a href="https://docs.aws.amazon.com/keyspaces/latest/devguide/logging-using-cloudtrail.html#service-name-info-in-cloudtrail">Amazon Keyspaces information in CloudTrail</a> in the <i>Amazon Keyspaces Developer
152
- * Guide</i>.</p>
153
- * <p>For more information about Amazon Web Services APIs, for example how to implement retry logic or how to sign Amazon Web Services API requests, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-apis.html">Amazon Web Services APIs</a> in the <i>General Reference</i>.</p>
140
+ * <p>Amazon Keyspaces (for Apache Cassandra) is a scalable, highly available, and managed Apache Cassandra-compatible database service. Amazon Keyspaces makes it easy to migrate, 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, you can create keyspaces and tables in Amazon Keyspaces, without deploying any infrastructure or installing software. </p> <p>In addition to supporting Cassandra Query Language (CQL) requests via open-source Cassandra drivers, Amazon Keyspaces supports data definition language (DDL) operations to manage keyspaces and tables using the Amazon Web Services SDK and CLI, as well as infrastructure as code (IaC) services and tools such as CloudFormation and Terraform. This API reference describes the supported DDL operations in detail.</p> <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 in Amazon Keyspaces</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p> <p>To learn how Amazon Keyspaces API actions are recorded with CloudTrail, see <a href="https://docs.aws.amazon.com/keyspaces/latest/devguide/logging-using-cloudtrail.html#service-name-info-in-cloudtrail">Amazon Keyspaces information in CloudTrail</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p> <p>For more information about Amazon Web Services APIs, for example how to implement retry logic or how to sign Amazon Web Services API requests, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-apis.html">Amazon Web Services APIs</a> in the <i>General Reference</i>.</p>
154
141
  * @public
155
142
  */
156
143
  export declare class Keyspaces extends KeyspacesClient implements Keyspaces {
@@ -188,20 +188,7 @@ export type KeyspacesClientResolvedConfigType = __SmithyResolvedConfiguration<__
188
188
  export interface KeyspacesClientResolvedConfig extends KeyspacesClientResolvedConfigType {
189
189
  }
190
190
  /**
191
- * <p>Amazon Keyspaces (for Apache Cassandra) is a scalable,
192
- * highly available, and managed Apache Cassandra-compatible database service. Amazon Keyspaces makes it easy to migrate,
193
- * 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,
194
- * you can create keyspaces and tables in Amazon Keyspaces, without deploying any infrastructure or installing software. </p>
195
- * <p>In addition to supporting Cassandra Query Language (CQL) requests via open-source Cassandra drivers,
196
- * Amazon Keyspaces supports data definition language (DDL) operations to manage keyspaces and tables using the Amazon Web Services SDK and CLI, as well as
197
- * infrastructure as code (IaC) services and tools such as CloudFormation and Terraform. This API reference describes
198
- * the supported DDL operations in detail.</p>
199
- * <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
200
- * in Amazon Keyspaces</a> in the <i>Amazon Keyspaces Developer
201
- * Guide</i>.</p>
202
- * <p>To learn how Amazon Keyspaces API actions are recorded with CloudTrail, see <a href="https://docs.aws.amazon.com/keyspaces/latest/devguide/logging-using-cloudtrail.html#service-name-info-in-cloudtrail">Amazon Keyspaces information in CloudTrail</a> in the <i>Amazon Keyspaces Developer
203
- * Guide</i>.</p>
204
- * <p>For more information about Amazon Web Services APIs, for example how to implement retry logic or how to sign Amazon Web Services API requests, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-apis.html">Amazon Web Services APIs</a> in the <i>General Reference</i>.</p>
191
+ * <p>Amazon Keyspaces (for Apache Cassandra) is a scalable, highly available, and managed Apache Cassandra-compatible database service. Amazon Keyspaces makes it easy to migrate, 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, you can create keyspaces and tables in Amazon Keyspaces, without deploying any infrastructure or installing software. </p> <p>In addition to supporting Cassandra Query Language (CQL) requests via open-source Cassandra drivers, Amazon Keyspaces supports data definition language (DDL) operations to manage keyspaces and tables using the Amazon Web Services SDK and CLI, as well as infrastructure as code (IaC) services and tools such as CloudFormation and Terraform. This API reference describes the supported DDL operations in detail.</p> <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 in Amazon Keyspaces</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p> <p>To learn how Amazon Keyspaces API actions are recorded with CloudTrail, see <a href="https://docs.aws.amazon.com/keyspaces/latest/devguide/logging-using-cloudtrail.html#service-name-info-in-cloudtrail">Amazon Keyspaces information in CloudTrail</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p> <p>For more information about Amazon Web Services APIs, for example how to implement retry logic or how to sign Amazon Web Services API requests, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-apis.html">Amazon Web Services APIs</a> in the <i>General Reference</i>.</p>
205
192
  * @public
206
193
  */
207
194
  export declare class KeyspacesClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, KeyspacesClientResolvedConfig> {
@@ -27,13 +27,7 @@ declare const CreateKeyspaceCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>The <code>CreateKeyspace</code> operation adds a new keyspace to your account. In an Amazon Web Services account, keyspace names
31
- * must be unique within each Region.</p>
32
- * <p>
33
- * <code>CreateKeyspace</code> is an asynchronous operation. You can monitor the creation status of the new keyspace
34
- * by using the <code>GetKeyspace</code> operation.</p>
35
- * <p>For more information, see <a href="https://docs.aws.amazon.com/keyspaces/latest/devguide/getting-started.keyspaces.html">Create a keyspace</a> in the <i>Amazon Keyspaces Developer
36
- * Guide</i>.</p>
30
+ * <p>The <code>CreateKeyspace</code> operation adds a new keyspace to your account. In an Amazon Web Services account, keyspace names must be unique within each Region.</p> <p> <code>CreateKeyspace</code> is an asynchronous operation. You can monitor the creation status of the new keyspace by using the <code>GetKeyspace</code> operation.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/keyspaces/latest/devguide/getting-started.keyspaces.html">Create a keyspace</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p>
37
31
  * @example
38
32
  * Use a bare-bones client and the command you need to make an API call.
39
33
  * ```javascript
@@ -73,16 +67,13 @@ declare const CreateKeyspaceCommand_base: {
73
67
  * <p>You don't have sufficient access permissions to perform this action. </p>
74
68
  *
75
69
  * @throws {@link ConflictException} (client fault)
76
- * <p>Amazon Keyspaces couldn't complete the requested action. This error may occur if you try to
77
- * perform an action and the same or a different action is already
78
- * in progress, or if you try to create a resource that already exists. </p>
70
+ * <p>Amazon Keyspaces couldn't complete the requested action. This error may occur if you try to perform an action and the same or a different action is already in progress, or if you try to create a resource that already exists. </p>
79
71
  *
80
72
  * @throws {@link InternalServerException} (server fault)
81
73
  * <p>Amazon Keyspaces was unable to fully process this request because of an internal server error.</p>
82
74
  *
83
75
  * @throws {@link ServiceQuotaExceededException} (client fault)
84
- * <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
85
- * Guide</i>.</p>
76
+ * <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 Guide</i>.</p>
86
77
  *
87
78
  * @throws {@link ValidationException} (client fault)
88
79
  * <p>The operation failed due to an invalid or malformed request.</p>
@@ -27,14 +27,7 @@ declare const CreateTableCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>The <code>CreateTable</code> operation adds a new table to the specified keyspace. Within a keyspace, table names
31
- * must be unique.</p>
32
- * <p>
33
- * <code>CreateTable</code> is an asynchronous operation. When the request is received, the status of the table is set to <code>CREATING</code>.
34
- * You can monitor the creation status of the new table by using the <code>GetTable</code>
35
- * operation, which returns the current <code>status</code> of the table. You can start using a table when the status is <code>ACTIVE</code>.</p>
36
- * <p>For more information, see <a href="https://docs.aws.amazon.com/keyspaces/latest/devguide/getting-started.tables.html">Create a table</a> in the <i>Amazon Keyspaces Developer
37
- * Guide</i>.</p>
30
+ * <p>The <code>CreateTable</code> operation adds a new table to the specified keyspace. Within a keyspace, table names must be unique.</p> <p> <code>CreateTable</code> is an asynchronous operation. When the request is received, the status of the table is set to <code>CREATING</code>. You can monitor the creation status of the new table by using the <code>GetTable</code> operation, which returns the current <code>status</code> of the table. You can start using a table when the status is <code>ACTIVE</code>.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/keyspaces/latest/devguide/getting-started.tables.html">Create a table</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p>
38
31
  * @example
39
32
  * Use a bare-bones client and the command you need to make an API call.
40
33
  * ```javascript
@@ -143,6 +136,17 @@ declare const CreateTableCommand_base: {
143
136
  * },
144
137
  * },
145
138
  * ],
139
+ * cdcSpecification: { // CdcSpecification
140
+ * status: "STRING_VALUE", // required
141
+ * viewType: "STRING_VALUE",
142
+ * tags: [
143
+ * {
144
+ * key: "STRING_VALUE", // required
145
+ * value: "STRING_VALUE", // required
146
+ * },
147
+ * ],
148
+ * propagateTags: "STRING_VALUE",
149
+ * },
146
150
  * };
147
151
  * const command = new CreateTableCommand(input);
148
152
  * const response = await client.send(command);
@@ -162,20 +166,16 @@ declare const CreateTableCommand_base: {
162
166
  * <p>You don't have sufficient access permissions to perform this action. </p>
163
167
  *
164
168
  * @throws {@link ConflictException} (client fault)
165
- * <p>Amazon Keyspaces couldn't complete the requested action. This error may occur if you try to
166
- * perform an action and the same or a different action is already
167
- * in progress, or if you try to create a resource that already exists. </p>
169
+ * <p>Amazon Keyspaces couldn't complete the requested action. This error may occur if you try to perform an action and the same or a different action is already in progress, or if you try to create a resource that already exists. </p>
168
170
  *
169
171
  * @throws {@link InternalServerException} (server fault)
170
172
  * <p>Amazon Keyspaces was unable to fully process this request because of an internal server error.</p>
171
173
  *
172
174
  * @throws {@link ResourceNotFoundException} (client fault)
173
- * <p>The operation tried to access a keyspace, table, or type that doesn't exist. The resource might not be specified correctly,
174
- * or its status might not be <code>ACTIVE</code>.</p>
175
+ * <p>The operation tried to access a keyspace, table, or type that doesn't exist. The resource might not be specified correctly, or its status might not be <code>ACTIVE</code>.</p>
175
176
  *
176
177
  * @throws {@link ServiceQuotaExceededException} (client fault)
177
- * <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
178
- * Guide</i>.</p>
178
+ * <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 Guide</i>.</p>
179
179
  *
180
180
  * @throws {@link ValidationException} (client fault)
181
181
  * <p>The operation failed due to an invalid or malformed request.</p>
@@ -27,13 +27,7 @@ declare const CreateTypeCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>
31
- * The <code>CreateType</code> operation creates a new user-defined type in the specified keyspace.
32
- * </p>
33
- * <p>To configure the required permissions, see <a href="https://docs.aws.amazon.com/keyspaces/latest/devguide/configure-udt-permissions.html#udt-permissions-create">Permissions to create a UDT</a>
34
- * in the <i>Amazon Keyspaces Developer Guide</i>.</p>
35
- * <p>For more information, see <a href="https://docs.aws.amazon.com/keyspaces/latest/devguide/udts.html">User-defined types (UDTs)</a> in the <i>Amazon Keyspaces Developer
36
- * Guide</i>. </p>
30
+ * <p> The <code>CreateType</code> operation creates a new user-defined type in the specified keyspace. </p> <p>To configure the required permissions, see <a href="https://docs.aws.amazon.com/keyspaces/latest/devguide/configure-udt-permissions.html#udt-permissions-create">Permissions to create a UDT</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/keyspaces/latest/devguide/udts.html">User-defined types (UDTs)</a> in the <i>Amazon Keyspaces Developer Guide</i>. </p>
37
31
  * @example
38
32
  * Use a bare-bones client and the command you need to make an API call.
39
33
  * ```javascript
@@ -69,20 +63,16 @@ declare const CreateTypeCommand_base: {
69
63
  * <p>You don't have sufficient access permissions to perform this action. </p>
70
64
  *
71
65
  * @throws {@link ConflictException} (client fault)
72
- * <p>Amazon Keyspaces couldn't complete the requested action. This error may occur if you try to
73
- * perform an action and the same or a different action is already
74
- * in progress, or if you try to create a resource that already exists. </p>
66
+ * <p>Amazon Keyspaces couldn't complete the requested action. This error may occur if you try to perform an action and the same or a different action is already in progress, or if you try to create a resource that already exists. </p>
75
67
  *
76
68
  * @throws {@link InternalServerException} (server fault)
77
69
  * <p>Amazon Keyspaces was unable to fully process this request because of an internal server error.</p>
78
70
  *
79
71
  * @throws {@link ResourceNotFoundException} (client fault)
80
- * <p>The operation tried to access a keyspace, table, or type that doesn't exist. The resource might not be specified correctly,
81
- * or its status might not be <code>ACTIVE</code>.</p>
72
+ * <p>The operation tried to access a keyspace, table, or type that doesn't exist. The resource might not be specified correctly, or its status might not be <code>ACTIVE</code>.</p>
82
73
  *
83
74
  * @throws {@link ServiceQuotaExceededException} (client fault)
84
- * <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
85
- * Guide</i>.</p>
75
+ * <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 Guide</i>.</p>
86
76
  *
87
77
  * @throws {@link ValidationException} (client fault)
88
78
  * <p>The operation failed due to an invalid or malformed request.</p>
@@ -53,20 +53,16 @@ declare const DeleteKeyspaceCommand_base: {
53
53
  * <p>You don't have sufficient access permissions to perform this action. </p>
54
54
  *
55
55
  * @throws {@link ConflictException} (client fault)
56
- * <p>Amazon Keyspaces couldn't complete the requested action. This error may occur if you try to
57
- * perform an action and the same or a different action is already
58
- * in progress, or if you try to create a resource that already exists. </p>
56
+ * <p>Amazon Keyspaces couldn't complete the requested action. This error may occur if you try to perform an action and the same or a different action is already in progress, or if you try to create a resource that already exists. </p>
59
57
  *
60
58
  * @throws {@link InternalServerException} (server fault)
61
59
  * <p>Amazon Keyspaces was unable to fully process this request because of an internal server error.</p>
62
60
  *
63
61
  * @throws {@link ResourceNotFoundException} (client fault)
64
- * <p>The operation tried to access a keyspace, table, or type that doesn't exist. The resource might not be specified correctly,
65
- * or its status might not be <code>ACTIVE</code>.</p>
62
+ * <p>The operation tried to access a keyspace, table, or type that doesn't exist. The resource might not be specified correctly, or its status might not be <code>ACTIVE</code>.</p>
66
63
  *
67
64
  * @throws {@link ServiceQuotaExceededException} (client fault)
68
- * <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
69
- * Guide</i>.</p>
65
+ * <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 Guide</i>.</p>
70
66
  *
71
67
  * @throws {@link ValidationException} (client fault)
72
68
  * <p>The operation failed due to an invalid or malformed request.</p>
@@ -27,11 +27,7 @@ declare const DeleteTableCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>The <code>DeleteTable</code> operation deletes a table and all of its data. After a <code>DeleteTable</code> request is received,
31
- * the specified table is in the <code>DELETING</code> state until Amazon Keyspaces completes the deletion. If the table
32
- * is in the <code>ACTIVE</code> state, you can delete it. If a table is either in the <code>CREATING</code> or <code>UPDATING</code> states, then
33
- * Amazon Keyspaces returns a <code>ResourceInUseException</code>. If the specified table does not exist, Amazon Keyspaces returns
34
- * a <code>ResourceNotFoundException</code>. If the table is already in the <code>DELETING</code> state, no error is returned.</p>
30
+ * <p>The <code>DeleteTable</code> operation deletes a table and all of its data. After a <code>DeleteTable</code> request is received, the specified table is in the <code>DELETING</code> state until Amazon Keyspaces completes the deletion. If the table is in the <code>ACTIVE</code> state, you can delete it. If a table is either in the <code>CREATING</code> or <code>UPDATING</code> states, then Amazon Keyspaces returns a <code>ResourceInUseException</code>. If the specified table does not exist, Amazon Keyspaces returns a <code>ResourceNotFoundException</code>. If the table is already in the <code>DELETING</code> state, no error is returned.</p>
35
31
  * @example
36
32
  * Use a bare-bones client and the command you need to make an API call.
37
33
  * ```javascript
@@ -58,20 +54,16 @@ declare const DeleteTableCommand_base: {
58
54
  * <p>You don't have sufficient access permissions to perform this action. </p>
59
55
  *
60
56
  * @throws {@link ConflictException} (client fault)
61
- * <p>Amazon Keyspaces couldn't complete the requested action. This error may occur if you try to
62
- * perform an action and the same or a different action is already
63
- * in progress, or if you try to create a resource that already exists. </p>
57
+ * <p>Amazon Keyspaces couldn't complete the requested action. This error may occur if you try to perform an action and the same or a different action is already in progress, or if you try to create a resource that already exists. </p>
64
58
  *
65
59
  * @throws {@link InternalServerException} (server fault)
66
60
  * <p>Amazon Keyspaces was unable to fully process this request because of an internal server error.</p>
67
61
  *
68
62
  * @throws {@link ResourceNotFoundException} (client fault)
69
- * <p>The operation tried to access a keyspace, table, or type that doesn't exist. The resource might not be specified correctly,
70
- * or its status might not be <code>ACTIVE</code>.</p>
63
+ * <p>The operation tried to access a keyspace, table, or type that doesn't exist. The resource might not be specified correctly, or its status might not be <code>ACTIVE</code>.</p>
71
64
  *
72
65
  * @throws {@link ServiceQuotaExceededException} (client fault)
73
- * <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
74
- * Guide</i>.</p>
66
+ * <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 Guide</i>.</p>
75
67
  *
76
68
  * @throws {@link ValidationException} (client fault)
77
69
  * <p>The operation failed due to an invalid or malformed request.</p>
@@ -27,12 +27,7 @@ declare const DeleteTypeCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>
31
- * The <code>DeleteType</code> operation deletes a user-defined type (UDT). You can only delete a type that is not used in a table
32
- * or another UDT.
33
- * </p>
34
- * <p>To configure the required permissions, see <a href="https://docs.aws.amazon.com/keyspaces/latest/devguide/configure-udt-permissions.html#udt-permissions-drop">Permissions to delete a UDT</a>
35
- * in the <i>Amazon Keyspaces Developer Guide</i>.</p>
30
+ * <p> The <code>DeleteType</code> operation deletes a user-defined type (UDT). You can only delete a type that is not used in a table or another UDT. </p> <p>To configure the required permissions, see <a href="https://docs.aws.amazon.com/keyspaces/latest/devguide/configure-udt-permissions.html#udt-permissions-drop">Permissions to delete a UDT</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p>
36
31
  * @example
37
32
  * Use a bare-bones client and the command you need to make an API call.
38
33
  * ```javascript
@@ -62,20 +57,16 @@ declare const DeleteTypeCommand_base: {
62
57
  * <p>You don't have sufficient access permissions to perform this action. </p>
63
58
  *
64
59
  * @throws {@link ConflictException} (client fault)
65
- * <p>Amazon Keyspaces couldn't complete the requested action. This error may occur if you try to
66
- * perform an action and the same or a different action is already
67
- * in progress, or if you try to create a resource that already exists. </p>
60
+ * <p>Amazon Keyspaces couldn't complete the requested action. This error may occur if you try to perform an action and the same or a different action is already in progress, or if you try to create a resource that already exists. </p>
68
61
  *
69
62
  * @throws {@link InternalServerException} (server fault)
70
63
  * <p>Amazon Keyspaces was unable to fully process this request because of an internal server error.</p>
71
64
  *
72
65
  * @throws {@link ResourceNotFoundException} (client fault)
73
- * <p>The operation tried to access a keyspace, table, or type that doesn't exist. The resource might not be specified correctly,
74
- * or its status might not be <code>ACTIVE</code>.</p>
66
+ * <p>The operation tried to access a keyspace, table, or type that doesn't exist. The resource might not be specified correctly, or its status might not be <code>ACTIVE</code>.</p>
75
67
  *
76
68
  * @throws {@link ServiceQuotaExceededException} (client fault)
77
- * <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
78
- * Guide</i>.</p>
69
+ * <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 Guide</i>.</p>
79
70
  *
80
71
  * @throws {@link ValidationException} (client fault)
81
72
  * <p>The operation failed due to an invalid or malformed request.</p>
@@ -27,8 +27,7 @@ declare const GetKeyspaceCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Returns the name of the specified keyspace, the Amazon Resource Name (ARN), the replication strategy, the Amazon Web Services Regions of
31
- * a multi-Region keyspace, and the status of newly added Regions after an <code>UpdateKeyspace</code> operation.</p>
30
+ * <p>Returns the name of the specified keyspace, the Amazon Resource Name (ARN), the replication strategy, the Amazon Web Services Regions of a multi-Region keyspace, and the status of newly added Regions after an <code>UpdateKeyspace</code> operation.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -71,12 +70,10 @@ declare const GetKeyspaceCommand_base: {
71
70
  * <p>Amazon Keyspaces was unable to fully process this request because of an internal server error.</p>
72
71
  *
73
72
  * @throws {@link ResourceNotFoundException} (client fault)
74
- * <p>The operation tried to access a keyspace, table, or type that doesn't exist. The resource might not be specified correctly,
75
- * or its status might not be <code>ACTIVE</code>.</p>
73
+ * <p>The operation tried to access a keyspace, table, or type that doesn't exist. The resource might not be specified correctly, or its status might not be <code>ACTIVE</code>.</p>
76
74
  *
77
75
  * @throws {@link ServiceQuotaExceededException} (client fault)
78
- * <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
79
- * Guide</i>.</p>
76
+ * <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 Guide</i>.</p>
80
77
  *
81
78
  * @throws {@link ValidationException} (client fault)
82
79
  * <p>The operation failed due to an invalid or malformed request.</p>
@@ -27,29 +27,7 @@ declare const GetTableAutoScalingSettingsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Returns auto scaling related settings of the specified table in JSON format. If the table is a multi-Region table, the
31
- * Amazon Web Services Region specific auto scaling settings of the table are included.</p>
32
- * <p>Amazon Keyspaces auto scaling helps you provision throughput capacity for variable workloads efficiently by increasing and decreasing
33
- * your table's read and write capacity automatically in response to application traffic. For more information, see <a href="https://docs.aws.amazon.com/keyspaces/latest/devguide/autoscaling.html">Managing throughput capacity automatically with Amazon Keyspaces auto scaling</a> in the <i>Amazon Keyspaces Developer
34
- * Guide</i>.</p>
35
- * <important>
36
- * <p>
37
- * <code>GetTableAutoScalingSettings</code> can't be used as an action in an IAM policy.</p>
38
- * </important>
39
- * <p>To define permissions for <code>GetTableAutoScalingSettings</code>, you must allow the following two actions in the IAM policy statement's
40
- * <code>Action</code> element:</p>
41
- * <ul>
42
- * <li>
43
- * <p>
44
- * <code>application-autoscaling:DescribeScalableTargets</code>
45
- * </p>
46
- * </li>
47
- * <li>
48
- * <p>
49
- * <code>application-autoscaling:DescribeScalingPolicies</code>
50
- * </p>
51
- * </li>
52
- * </ul>
30
+ * <p>Returns auto scaling related settings of the specified table in JSON format. If the table is a multi-Region table, the Amazon Web Services Region specific auto scaling settings of the table are included.</p> <p>Amazon Keyspaces auto scaling helps you provision throughput capacity for variable workloads efficiently by increasing and decreasing your table's read and write capacity automatically in response to application traffic. For more information, see <a href="https://docs.aws.amazon.com/keyspaces/latest/devguide/autoscaling.html">Managing throughput capacity automatically with Amazon Keyspaces auto scaling</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p> <important> <p> <code>GetTableAutoScalingSettings</code> can't be used as an action in an IAM policy.</p> </important> <p>To define permissions for <code>GetTableAutoScalingSettings</code>, you must allow the following two actions in the IAM policy statement's <code>Action</code> element:</p> <ul> <li> <p> <code>application-autoscaling:DescribeScalableTargets</code> </p> </li> <li> <p> <code>application-autoscaling:DescribeScalingPolicies</code> </p> </li> </ul>
53
31
  * @example
54
32
  * Use a bare-bones client and the command you need to make an API call.
55
33
  * ```javascript
@@ -144,12 +122,10 @@ declare const GetTableAutoScalingSettingsCommand_base: {
144
122
  * <p>Amazon Keyspaces was unable to fully process this request because of an internal server error.</p>
145
123
  *
146
124
  * @throws {@link ResourceNotFoundException} (client fault)
147
- * <p>The operation tried to access a keyspace, table, or type that doesn't exist. The resource might not be specified correctly,
148
- * or its status might not be <code>ACTIVE</code>.</p>
125
+ * <p>The operation tried to access a keyspace, table, or type that doesn't exist. The resource might not be specified correctly, or its status might not be <code>ACTIVE</code>.</p>
149
126
  *
150
127
  * @throws {@link ServiceQuotaExceededException} (client fault)
151
- * <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
152
- * Guide</i>.</p>
128
+ * <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 Guide</i>.</p>
153
129
  *
154
130
  * @throws {@link ValidationException} (client fault)
155
131
  * <p>The operation failed due to an invalid or malformed request.</p>
@@ -27,11 +27,7 @@ declare const GetTableCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Returns information about the table, including the table's name and current status, the keyspace name,
31
- * configuration settings, and metadata.</p>
32
- * <p>To read table metadata using <code>GetTable</code>, the
33
- * IAM principal needs <code>Select</code> action
34
- * permissions for the table and the system keyspace.</p>
30
+ * <p>Returns information about the table, including the table's name and current status, the keyspace name, configuration settings, and metadata.</p> <p>To read table metadata using <code>GetTable</code>, the IAM principal needs <code>Select</code> action permissions for the table and the system keyspace.</p>
35
31
  * @example
36
32
  * Use a bare-bones client and the command you need to make an API call.
37
33
  * ```javascript
@@ -110,6 +106,11 @@ declare const GetTableCommand_base: {
110
106
  * // },
111
107
  * // },
112
108
  * // ],
109
+ * // latestStreamArn: "STRING_VALUE",
110
+ * // cdcSpecification: { // CdcSpecificationSummary
111
+ * // status: "STRING_VALUE", // required
112
+ * // viewType: "STRING_VALUE",
113
+ * // },
113
114
  * // };
114
115
  *
115
116
  * ```
@@ -127,12 +128,10 @@ declare const GetTableCommand_base: {
127
128
  * <p>Amazon Keyspaces was unable to fully process this request because of an internal server error.</p>
128
129
  *
129
130
  * @throws {@link ResourceNotFoundException} (client fault)
130
- * <p>The operation tried to access a keyspace, table, or type that doesn't exist. The resource might not be specified correctly,
131
- * or its status might not be <code>ACTIVE</code>.</p>
131
+ * <p>The operation tried to access a keyspace, table, or type that doesn't exist. The resource might not be specified correctly, or its status might not be <code>ACTIVE</code>.</p>
132
132
  *
133
133
  * @throws {@link ServiceQuotaExceededException} (client fault)
134
- * <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
135
- * Guide</i>.</p>
134
+ * <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 Guide</i>.</p>
136
135
  *
137
136
  * @throws {@link ValidationException} (client fault)
138
137
  * <p>The operation failed due to an invalid or malformed request.</p>
@@ -27,14 +27,7 @@ declare const GetTypeCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>
31
- * The <code>GetType</code> operation returns information about the type, for example the field definitions, the timestamp when the type
32
- * was last modified, the level of nesting, the status, and details about if the type is used in other types and tables.
33
- * </p>
34
- * <p>To read keyspace metadata using <code>GetType</code>, the
35
- * IAM principal needs <code>Select</code> action
36
- * permissions for the system keyspace. To configure the required permissions, see <a href="https://docs.aws.amazon.com/keyspaces/latest/devguide/configure-udt-permissions.html#udt-permissions-view">Permissions to view a UDT</a>
37
- * in the <i>Amazon Keyspaces Developer Guide</i>.</p>
30
+ * <p> The <code>GetType</code> operation returns information about the type, for example the field definitions, the timestamp when the type was last modified, the level of nesting, the status, and details about if the type is used in other types and tables. </p> <p>To read keyspace metadata using <code>GetType</code>, the IAM principal needs <code>Select</code> action permissions for the system keyspace. To configure the required permissions, see <a href="https://docs.aws.amazon.com/keyspaces/latest/devguide/configure-udt-permissions.html#udt-permissions-view">Permissions to view a UDT</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p>
38
31
  * @example
39
32
  * Use a bare-bones client and the command you need to make an API call.
40
33
  * ```javascript
@@ -83,12 +76,10 @@ declare const GetTypeCommand_base: {
83
76
  * <p>Amazon Keyspaces was unable to fully process this request because of an internal server error.</p>
84
77
  *
85
78
  * @throws {@link ResourceNotFoundException} (client fault)
86
- * <p>The operation tried to access a keyspace, table, or type that doesn't exist. The resource might not be specified correctly,
87
- * or its status might not be <code>ACTIVE</code>.</p>
79
+ * <p>The operation tried to access a keyspace, table, or type that doesn't exist. The resource might not be specified correctly, or its status might not be <code>ACTIVE</code>.</p>
88
80
  *
89
81
  * @throws {@link ServiceQuotaExceededException} (client fault)
90
- * <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
91
- * Guide</i>.</p>
82
+ * <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 Guide</i>.</p>
92
83
  *
93
84
  * @throws {@link ValidationException} (client fault)
94
85
  * <p>The operation failed due to an invalid or malformed request.</p>