@aws-sdk/client-keyspaces 3.1045.0 → 3.1047.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 (92) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +54 -55
  5. package/dist-cjs/models/KeyspacesServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/Keyspaces.js +1 -1
  10. package/dist-es/KeyspacesClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/CreateKeyspaceCommand.js +2 -2
  13. package/dist-es/commands/CreateTableCommand.js +2 -2
  14. package/dist-es/commands/CreateTypeCommand.js +2 -2
  15. package/dist-es/commands/DeleteKeyspaceCommand.js +2 -2
  16. package/dist-es/commands/DeleteTableCommand.js +2 -2
  17. package/dist-es/commands/DeleteTypeCommand.js +2 -2
  18. package/dist-es/commands/GetKeyspaceCommand.js +2 -2
  19. package/dist-es/commands/GetTableAutoScalingSettingsCommand.js +2 -2
  20. package/dist-es/commands/GetTableCommand.js +2 -2
  21. package/dist-es/commands/GetTypeCommand.js +2 -2
  22. package/dist-es/commands/ListKeyspacesCommand.js +2 -2
  23. package/dist-es/commands/ListTablesCommand.js +2 -2
  24. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  25. package/dist-es/commands/ListTypesCommand.js +2 -2
  26. package/dist-es/commands/RestoreTableCommand.js +2 -2
  27. package/dist-es/commands/TagResourceCommand.js +2 -2
  28. package/dist-es/commands/UntagResourceCommand.js +2 -2
  29. package/dist-es/commands/UpdateKeyspaceCommand.js +2 -2
  30. package/dist-es/commands/UpdateTableCommand.js +2 -2
  31. package/dist-es/endpoint/bdd.js +1 -1
  32. package/dist-es/endpoint/endpointResolver.js +1 -1
  33. package/dist-es/models/KeyspacesServiceException.js +1 -1
  34. package/dist-es/runtimeConfig.browser.js +4 -6
  35. package/dist-es/runtimeConfig.js +4 -8
  36. package/dist-es/runtimeConfig.shared.js +3 -4
  37. package/dist-es/runtimeExtensions.js +2 -2
  38. package/dist-types/KeyspacesClient.d.ts +5 -5
  39. package/dist-types/commands/CreateKeyspaceCommand.d.ts +6 -4
  40. package/dist-types/commands/CreateTableCommand.d.ts +6 -4
  41. package/dist-types/commands/CreateTypeCommand.d.ts +6 -4
  42. package/dist-types/commands/DeleteKeyspaceCommand.d.ts +6 -4
  43. package/dist-types/commands/DeleteTableCommand.d.ts +6 -4
  44. package/dist-types/commands/DeleteTypeCommand.d.ts +6 -4
  45. package/dist-types/commands/GetKeyspaceCommand.d.ts +6 -4
  46. package/dist-types/commands/GetTableAutoScalingSettingsCommand.d.ts +6 -4
  47. package/dist-types/commands/GetTableCommand.d.ts +6 -4
  48. package/dist-types/commands/GetTypeCommand.d.ts +6 -4
  49. package/dist-types/commands/ListKeyspacesCommand.d.ts +6 -4
  50. package/dist-types/commands/ListTablesCommand.d.ts +6 -4
  51. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  52. package/dist-types/commands/ListTypesCommand.d.ts +6 -4
  53. package/dist-types/commands/RestoreTableCommand.d.ts +6 -4
  54. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  55. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  56. package/dist-types/commands/UpdateKeyspaceCommand.d.ts +6 -4
  57. package/dist-types/commands/UpdateTableCommand.d.ts +6 -4
  58. package/dist-types/endpoint/bdd.d.ts +1 -1
  59. package/dist-types/extensionConfiguration.d.ts +1 -1
  60. package/dist-types/models/KeyspacesServiceException.d.ts +1 -1
  61. package/dist-types/models/errors.d.ts +1 -1
  62. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  63. package/dist-types/runtimeConfig.d.ts +2 -2
  64. package/dist-types/runtimeConfig.native.d.ts +2 -2
  65. package/dist-types/ts3.4/KeyspacesClient.d.ts +8 -14
  66. package/dist-types/ts3.4/commands/CreateKeyspaceCommand.d.ts +6 -4
  67. package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +6 -4
  68. package/dist-types/ts3.4/commands/CreateTypeCommand.d.ts +6 -4
  69. package/dist-types/ts3.4/commands/DeleteKeyspaceCommand.d.ts +6 -4
  70. package/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +6 -4
  71. package/dist-types/ts3.4/commands/DeleteTypeCommand.d.ts +6 -4
  72. package/dist-types/ts3.4/commands/GetKeyspaceCommand.d.ts +6 -4
  73. package/dist-types/ts3.4/commands/GetTableAutoScalingSettingsCommand.d.ts +6 -4
  74. package/dist-types/ts3.4/commands/GetTableCommand.d.ts +6 -8
  75. package/dist-types/ts3.4/commands/GetTypeCommand.d.ts +6 -4
  76. package/dist-types/ts3.4/commands/ListKeyspacesCommand.d.ts +6 -4
  77. package/dist-types/ts3.4/commands/ListTablesCommand.d.ts +6 -4
  78. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  79. package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +6 -8
  80. package/dist-types/ts3.4/commands/RestoreTableCommand.d.ts +6 -4
  81. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  82. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  83. package/dist-types/ts3.4/commands/UpdateKeyspaceCommand.d.ts +6 -4
  84. package/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +6 -4
  85. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  86. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  87. package/dist-types/ts3.4/models/KeyspacesServiceException.d.ts +1 -1
  88. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  89. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  90. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  91. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  92. package/package.json +13 -34
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KeyspacesClient";
4
4
  import type { ListTypesRequest, ListTypesResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListTypesCommandInput extends ListTypesRequest {
22
22
  export interface ListTypesCommandOutput extends ListTypesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListTypesCommand_base: {
25
- new (input: ListTypesCommandInput): import("@smithy/smithy-client").CommandImpl<ListTypesCommandInput, ListTypesCommandOutput, KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTypesCommandInput): import("@smithy/smithy-client").CommandImpl<ListTypesCommandInput, ListTypesCommandOutput, KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListTypesCommandInput): import("@smithy/core/client").CommandImpl<ListTypesCommandInput, ListTypesCommandOutput, KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListTypesCommandInput): import("@smithy/core/client").CommandImpl<ListTypesCommandInput, ListTypesCommandOutput, KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p> The <code>ListTypes</code> operation returns a list of types for a specified keyspace. </p> <p>To read keyspace metadata using <code>ListTypes</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>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KeyspacesClient";
4
4
  import type { RestoreTableRequest, RestoreTableResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface RestoreTableCommandInput extends RestoreTableRequest {
22
22
  export interface RestoreTableCommandOutput extends RestoreTableResponse, __MetadataBearer {
23
23
  }
24
24
  declare const RestoreTableCommand_base: {
25
- new (input: RestoreTableCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreTableCommandInput, RestoreTableCommandOutput, KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RestoreTableCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreTableCommandInput, RestoreTableCommandOutput, KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: RestoreTableCommandInput): import("@smithy/core/client").CommandImpl<RestoreTableCommandInput, RestoreTableCommandOutput, KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: RestoreTableCommandInput): import("@smithy/core/client").CommandImpl<RestoreTableCommandInput, RestoreTableCommandOutput, KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Restores the table to the specified point in time within the <code>earliest_restorable_timestamp</code> and the current time. For more information about restore points, see <a href="https://docs.aws.amazon.com/keyspaces/latest/devguide/PointInTimeRecovery_HowItWorks.html#howitworks_backup_window"> Time window for PITR continuous backups</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p> <p>Any number of users can execute up to 4 concurrent restores (any type of restore) in a given account.</p> <p>When you restore using point in time recovery, Amazon Keyspaces restores your source table's schema and data to the state based on the selected timestamp <code>(day:hour:minute:second)</code> to a new table. The Time to Live (TTL) settings are also restored to the state based on the selected timestamp.</p> <p>In addition to the table's schema, data, and TTL settings, <code>RestoreTable</code> restores the capacity mode, auto scaling settings, encryption settings, and point-in-time recovery settings from the source table. Unlike the table's schema data and TTL settings, which are restored based on the selected timestamp, these settings are always restored based on the table's settings as of the current time or when the table was deleted.</p> <p>You can also overwrite these settings during restore:</p> <ul> <li> <p>Read/write capacity mode</p> </li> <li> <p>Provisioned throughput capacity units</p> </li> <li> <p>Auto scaling settings</p> </li> <li> <p>Point-in-time (PITR) settings</p> </li> <li> <p>Tags</p> </li> </ul> <p>For more 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 Guide</i>.</p> <p>Note that the following settings are not restored, and you must configure them manually for the new table:</p> <ul> <li> <p>Identity and Access Management (IAM) policies</p> </li> <li> <p>Amazon CloudWatch metrics and alarms</p> </li> </ul>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KeyspacesClient";
4
4
  import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
22
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Associates a set of tags with a Amazon Keyspaces resource. You can then activate these user-defined tags so that they appear on the Cost Management Console for cost allocation tracking. For more information, see <a href="https://docs.aws.amazon.com/keyspaces/latest/devguide/tagging-keyspaces.html">Adding tags and labels to Amazon Keyspaces resources</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p> <p>For IAM policy examples that show how to control access to Amazon Keyspaces resources based on tags, see <a href="https://docs.aws.amazon.com/keyspaces/latest/devguide/security_iam_id-based-policy-examples.html#security_iam_id-based-policy-examples-tags">Amazon Keyspaces resource access based on tags</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KeyspacesClient";
4
4
  import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
22
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Removes the association of tags from a Amazon Keyspaces resource.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KeyspacesClient";
4
4
  import type { UpdateKeyspaceRequest, UpdateKeyspaceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdateKeyspaceCommandInput extends UpdateKeyspaceRequest {
22
22
  export interface UpdateKeyspaceCommandOutput extends UpdateKeyspaceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateKeyspaceCommand_base: {
25
- new (input: UpdateKeyspaceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateKeyspaceCommandInput, UpdateKeyspaceCommandOutput, KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateKeyspaceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateKeyspaceCommandInput, UpdateKeyspaceCommandOutput, KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateKeyspaceCommandInput): import("@smithy/core/client").CommandImpl<UpdateKeyspaceCommandInput, UpdateKeyspaceCommandOutput, KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateKeyspaceCommandInput): import("@smithy/core/client").CommandImpl<UpdateKeyspaceCommandInput, UpdateKeyspaceCommandOutput, KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p> Adds a new Amazon Web Services Region to the keyspace. You can add a new Region to a keyspace that is either a single or a multi-Region keyspace. Amazon Keyspaces is going to replicate all tables in the keyspace to the new Region. To successfully replicate all tables to the new Region, they must use client-side timestamps for conflict resolution. To enable client-side timestamps, specify <code>clientSideTimestamps.status = enabled</code> when invoking the API. For more information about client-side timestamps, see <a href="https://docs.aws.amazon.com/keyspaces/latest/devguide/client-side-timestamps.html">Client-side timestamps in Amazon Keyspaces</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p> <p>To add a Region to a keyspace using the <code>UpdateKeyspace</code> API, the IAM principal needs permissions for the following IAM actions:</p> <ul> <li> <p> <code>cassandra:Alter</code> </p> </li> <li> <p> <code>cassandra:AlterMultiRegionResource</code> </p> </li> <li> <p> <code>cassandra:Create</code> </p> </li> <li> <p> <code>cassandra:CreateMultiRegionResource</code> </p> </li> <li> <p> <code>cassandra:Select</code> </p> </li> <li> <p> <code>cassandra:SelectMultiRegionResource</code> </p> </li> <li> <p> <code>cassandra:Modify</code> </p> </li> <li> <p> <code>cassandra:ModifyMultiRegionResource</code> </p> </li> </ul> <p>If the keyspace contains a table that is configured in provisioned mode with auto scaling enabled, the following additional IAM actions need to be allowed.</p> <ul> <li> <p> <code>application-autoscaling:RegisterScalableTarget</code> </p> </li> <li> <p> <code>application-autoscaling:DeregisterScalableTarget</code> </p> </li> <li> <p> <code>application-autoscaling:DescribeScalableTargets</code> </p> </li> <li> <p> <code>application-autoscaling:PutScalingPolicy</code> </p> </li> <li> <p> <code>application-autoscaling:DescribeScalingPolicies</code> </p> </li> </ul> <p>To use the <code>UpdateKeyspace</code> API, the IAM principal also needs permissions to create a service-linked role with the following elements:</p> <ul> <li> <p> <code>iam:CreateServiceLinkedRole</code> - The <b>action</b> the principal can perform.</p> </li> <li> <p> <code>arn:aws:iam::*:role/aws-service-role/replication.cassandra.amazonaws.com/AWSServiceRoleForKeyspacesReplication</code> - The <b>resource</b> that the action can be performed on. </p> </li> <li> <p> <code>iam:AWSServiceName: replication.cassandra.amazonaws.com</code> - The only Amazon Web Services service that this role can be attached to is Amazon Keyspaces.</p> </li> </ul> <p>For more information, see <a href="https://docs.aws.amazon.com/keyspaces/latest/devguide/howitworks_replication_permissions_addReplica.html">Configure the IAM permissions required to add an Amazon Web Services Region to a keyspace</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KeyspacesClient";
4
4
  import type { UpdateTableRequest, UpdateTableResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdateTableCommandInput extends UpdateTableRequest {
22
22
  export interface UpdateTableCommandOutput extends UpdateTableResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateTableCommand_base: {
25
- new (input: UpdateTableCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTableCommandInput, UpdateTableCommandOutput, KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateTableCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTableCommandInput, UpdateTableCommandOutput, KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateTableCommandInput): import("@smithy/core/client").CommandImpl<UpdateTableCommandInput, UpdateTableCommandOutput, KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateTableCommandInput): import("@smithy/core/client").CommandImpl<UpdateTableCommandInput, UpdateTableCommandOutput, KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Adds new columns to the table or updates one of the table's settings, for example capacity mode, auto scaling, encryption, point-in-time recovery, or ttl settings. Note that you can only update one specific table setting per update operation.</p>
@@ -1,2 +1,2 @@
1
- import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
1
+ import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
2
2
  export declare const bdd: BinaryDecisionDiagram;
@@ -1,5 +1,5 @@
1
1
  import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
- import type { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
2
+ import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import type { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  /**
@@ -1,4 +1,4 @@
1
- import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/smithy-client";
1
+ import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
2
2
  export type { __ServiceExceptionOptions };
3
3
  export { __ServiceException };
4
4
  /**
@@ -1,4 +1,4 @@
1
- import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
1
+ import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
2
2
  import { KeyspacesServiceException as __BaseException } from "./KeyspacesServiceException";
3
3
  /**
4
4
  * <p>You don't have sufficient access permissions to perform this action. </p>
@@ -5,13 +5,13 @@ import type { KeyspacesClientConfig } from "./KeyspacesClient";
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: KeyspacesClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
10
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<any>;
14
- requestHandler: import("@smithy/protocol-http").HttpHandler<any> | RequestHandler;
14
+ requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
16
  sha256: import("@smithy/types").HashConstructor;
17
17
  streamCollector: import("@smithy/types").StreamCollector;
@@ -5,14 +5,14 @@ import type { KeyspacesClientConfig } from "./KeyspacesClient";
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: KeyspacesClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
11
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
12
12
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
13
13
  maxAttempts: number | import("@smithy/types").Provider<number>;
14
14
  region: string | import("@smithy/types").Provider<string>;
15
- requestHandler: RequestHandler | import("@smithy/protocol-http").HttpHandler<any>;
15
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
17
  sha256: import("@smithy/types").HashConstructor;
18
18
  streamCollector: import("@smithy/types").StreamCollector;
@@ -5,7 +5,7 @@ import type { KeyspacesClientConfig } from "./KeyspacesClient";
5
5
  export declare const getRuntimeConfig: (config: KeyspacesClientConfig) => {
6
6
  runtime: string;
7
7
  sha256: import("@smithy/types").HashConstructor;
8
- requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
8
+ requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
9
  cacheMiddleware?: boolean;
10
10
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_0Protocol;
11
11
  protocolSettings: {
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: KeyspacesClientConfig) => {
32
32
  retryMode: string | import("@smithy/types").Provider<string>;
33
33
  logger: import("@smithy/types").Logger;
34
34
  extensions: import("./runtimeExtensions").RuntimeExtension[];
35
- defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
35
+ defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
36
36
  customUserAgent?: string | import("@smithy/types").UserAgent;
37
37
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
38
38
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -6,25 +6,19 @@ import {
6
6
  UserAgentInputConfig,
7
7
  UserAgentResolvedConfig,
8
8
  } from "@aws-sdk/middleware-user-agent";
9
- import {
10
- RegionInputConfig,
11
- RegionResolvedConfig,
12
- } from "@smithy/config-resolver";
13
- import {
14
- EndpointInputConfig,
15
- EndpointResolvedConfig,
16
- } from "@smithy/middleware-endpoint";
17
- import {
18
- RetryInputConfig,
19
- RetryResolvedConfig,
20
- } from "@smithy/middleware-retry";
21
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
22
9
  import {
23
10
  DefaultsMode as __DefaultsMode,
24
11
  SmithyConfiguration as __SmithyConfiguration,
25
12
  SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
26
13
  Client as __Client,
27
- } from "@smithy/smithy-client";
14
+ } from "@smithy/core/client";
15
+ import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
16
+ import {
17
+ EndpointInputConfig,
18
+ EndpointResolvedConfig,
19
+ } from "@smithy/core/endpoints";
20
+ import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
21
+ import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
28
22
  import {
29
23
  AwsCredentialIdentityProvider,
30
24
  BodyLengthCalculator as __BodyLengthCalculator,
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  KeyspacesClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface CreateKeyspaceCommandOutput
18
18
  declare const CreateKeyspaceCommand_base: {
19
19
  new (
20
20
  input: CreateKeyspaceCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  CreateKeyspaceCommandInput,
23
23
  CreateKeyspaceCommandOutput,
24
24
  KeyspacesClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const CreateKeyspaceCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: CreateKeyspaceCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  CreateKeyspaceCommandInput,
32
32
  CreateKeyspaceCommandOutput,
33
33
  KeyspacesClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class CreateKeyspaceCommand extends CreateKeyspaceCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  KeyspacesClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface CreateTableCommandOutput
15
15
  declare const CreateTableCommand_base: {
16
16
  new (
17
17
  input: CreateTableCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  CreateTableCommandInput,
20
20
  CreateTableCommandOutput,
21
21
  KeyspacesClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const CreateTableCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: CreateTableCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  CreateTableCommandInput,
29
29
  CreateTableCommandOutput,
30
30
  KeyspacesClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class CreateTableCommand extends CreateTableCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  KeyspacesClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface CreateTypeCommandOutput
15
15
  declare const CreateTypeCommand_base: {
16
16
  new (
17
17
  input: CreateTypeCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  CreateTypeCommandInput,
20
20
  CreateTypeCommandOutput,
21
21
  KeyspacesClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const CreateTypeCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: CreateTypeCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  CreateTypeCommandInput,
29
29
  CreateTypeCommandOutput,
30
30
  KeyspacesClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class CreateTypeCommand extends CreateTypeCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  KeyspacesClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface DeleteKeyspaceCommandOutput
18
18
  declare const DeleteKeyspaceCommand_base: {
19
19
  new (
20
20
  input: DeleteKeyspaceCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  DeleteKeyspaceCommandInput,
23
23
  DeleteKeyspaceCommandOutput,
24
24
  KeyspacesClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const DeleteKeyspaceCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: DeleteKeyspaceCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  DeleteKeyspaceCommandInput,
32
32
  DeleteKeyspaceCommandOutput,
33
33
  KeyspacesClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class DeleteKeyspaceCommand extends DeleteKeyspaceCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  KeyspacesClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface DeleteTableCommandOutput
15
15
  declare const DeleteTableCommand_base: {
16
16
  new (
17
17
  input: DeleteTableCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  DeleteTableCommandInput,
20
20
  DeleteTableCommandOutput,
21
21
  KeyspacesClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const DeleteTableCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: DeleteTableCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  DeleteTableCommandInput,
29
29
  DeleteTableCommandOutput,
30
30
  KeyspacesClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class DeleteTableCommand extends DeleteTableCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  KeyspacesClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface DeleteTypeCommandOutput
15
15
  declare const DeleteTypeCommand_base: {
16
16
  new (
17
17
  input: DeleteTypeCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  DeleteTypeCommandInput,
20
20
  DeleteTypeCommandOutput,
21
21
  KeyspacesClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const DeleteTypeCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: DeleteTypeCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  DeleteTypeCommandInput,
29
29
  DeleteTypeCommandOutput,
30
30
  KeyspacesClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class DeleteTypeCommand extends DeleteTypeCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  KeyspacesClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface GetKeyspaceCommandOutput
15
15
  declare const GetKeyspaceCommand_base: {
16
16
  new (
17
17
  input: GetKeyspaceCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  GetKeyspaceCommandInput,
20
20
  GetKeyspaceCommandOutput,
21
21
  KeyspacesClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const GetKeyspaceCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: GetKeyspaceCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  GetKeyspaceCommandInput,
29
29
  GetKeyspaceCommandOutput,
30
30
  KeyspacesClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class GetKeyspaceCommand extends GetKeyspaceCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  KeyspacesClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface GetTableAutoScalingSettingsCommandOutput
19
19
  declare const GetTableAutoScalingSettingsCommand_base: {
20
20
  new (
21
21
  input: GetTableAutoScalingSettingsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetTableAutoScalingSettingsCommandInput,
24
24
  GetTableAutoScalingSettingsCommandOutput,
25
25
  KeyspacesClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetTableAutoScalingSettingsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetTableAutoScalingSettingsCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetTableAutoScalingSettingsCommandInput,
33
33
  GetTableAutoScalingSettingsCommandOutput,
34
34
  KeyspacesClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetTableAutoScalingSettingsCommand extends GetTableAutoScalingSettingsCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  KeyspacesClientResolvedConfig,
@@ -13,25 +13,23 @@ export interface GetTableCommandOutput
13
13
  extends GetTableResponse,
14
14
  __MetadataBearer {}
15
15
  declare const GetTableCommand_base: {
16
- new (
17
- input: GetTableCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
16
+ new (input: GetTableCommandInput): import("@smithy/core/client").CommandImpl<
19
17
  GetTableCommandInput,
20
18
  GetTableCommandOutput,
21
19
  KeyspacesClientResolvedConfig,
22
20
  ServiceInputTypes,
23
21
  ServiceOutputTypes
24
22
  >;
25
- new (
26
- input: GetTableCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
23
+ new (input: GetTableCommandInput): import("@smithy/core/client").CommandImpl<
28
24
  GetTableCommandInput,
29
25
  GetTableCommandOutput,
30
26
  KeyspacesClientResolvedConfig,
31
27
  ServiceInputTypes,
32
28
  ServiceOutputTypes
33
29
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
30
+ getEndpointParameterInstructions(): {
31
+ [x: string]: unknown;
32
+ };
35
33
  };
36
34
  export declare class GetTableCommand extends GetTableCommand_base {
37
35
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  KeyspacesClientResolvedConfig,
@@ -13,21 +13,23 @@ export interface GetTypeCommandOutput
13
13
  extends GetTypeResponse,
14
14
  __MetadataBearer {}
15
15
  declare const GetTypeCommand_base: {
16
- new (input: GetTypeCommandInput): import("@smithy/smithy-client").CommandImpl<
16
+ new (input: GetTypeCommandInput): import("@smithy/core/client").CommandImpl<
17
17
  GetTypeCommandInput,
18
18
  GetTypeCommandOutput,
19
19
  KeyspacesClientResolvedConfig,
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
- new (input: GetTypeCommandInput): import("@smithy/smithy-client").CommandImpl<
23
+ new (input: GetTypeCommandInput): import("@smithy/core/client").CommandImpl<
24
24
  GetTypeCommandInput,
25
25
  GetTypeCommandOutput,
26
26
  KeyspacesClientResolvedConfig,
27
27
  ServiceInputTypes,
28
28
  ServiceOutputTypes
29
29
  >;
30
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
30
+ getEndpointParameterInstructions(): {
31
+ [x: string]: unknown;
32
+ };
31
33
  };
32
34
  export declare class GetTypeCommand extends GetTypeCommand_base {
33
35
  protected static __types: {