@aws-sdk/client-keyspaces 3.477.0 → 3.481.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 (69) hide show
  1. package/dist-cjs/commands/CreateKeyspaceCommand.js +18 -41
  2. package/dist-cjs/commands/CreateTableCommand.js +18 -41
  3. package/dist-cjs/commands/DeleteKeyspaceCommand.js +18 -41
  4. package/dist-cjs/commands/DeleteTableCommand.js +18 -41
  5. package/dist-cjs/commands/GetKeyspaceCommand.js +18 -41
  6. package/dist-cjs/commands/GetTableCommand.js +18 -41
  7. package/dist-cjs/commands/ListKeyspacesCommand.js +18 -41
  8. package/dist-cjs/commands/ListTablesCommand.js +18 -41
  9. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  10. package/dist-cjs/commands/RestoreTableCommand.js +18 -41
  11. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  12. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  13. package/dist-cjs/commands/UpdateTableCommand.js +18 -41
  14. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  15. package/dist-cjs/pagination/ListKeyspacesPaginator.js +2 -24
  16. package/dist-cjs/pagination/ListTablesPaginator.js +2 -24
  17. package/dist-cjs/pagination/ListTagsForResourcePaginator.js +2 -24
  18. package/dist-es/commands/CreateKeyspaceCommand.js +18 -41
  19. package/dist-es/commands/CreateTableCommand.js +18 -41
  20. package/dist-es/commands/DeleteKeyspaceCommand.js +18 -41
  21. package/dist-es/commands/DeleteTableCommand.js +18 -41
  22. package/dist-es/commands/GetKeyspaceCommand.js +18 -41
  23. package/dist-es/commands/GetTableCommand.js +18 -41
  24. package/dist-es/commands/ListKeyspacesCommand.js +18 -41
  25. package/dist-es/commands/ListTablesCommand.js +18 -41
  26. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  27. package/dist-es/commands/RestoreTableCommand.js +18 -41
  28. package/dist-es/commands/TagResourceCommand.js +18 -41
  29. package/dist-es/commands/UntagResourceCommand.js +18 -41
  30. package/dist-es/commands/UpdateTableCommand.js +18 -41
  31. package/dist-es/endpoint/EndpointParameters.js +6 -0
  32. package/dist-es/pagination/ListKeyspacesPaginator.js +2 -23
  33. package/dist-es/pagination/ListTablesPaginator.js +2 -23
  34. package/dist-es/pagination/ListTagsForResourcePaginator.js +2 -23
  35. package/dist-types/commands/CreateKeyspaceCommand.d.ts +6 -21
  36. package/dist-types/commands/CreateTableCommand.d.ts +6 -21
  37. package/dist-types/commands/DeleteKeyspaceCommand.d.ts +6 -21
  38. package/dist-types/commands/DeleteTableCommand.d.ts +6 -21
  39. package/dist-types/commands/GetKeyspaceCommand.d.ts +6 -21
  40. package/dist-types/commands/GetTableCommand.d.ts +6 -21
  41. package/dist-types/commands/ListKeyspacesCommand.d.ts +6 -21
  42. package/dist-types/commands/ListTablesCommand.d.ts +6 -21
  43. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  44. package/dist-types/commands/RestoreTableCommand.d.ts +6 -21
  45. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  46. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  47. package/dist-types/commands/UpdateTableCommand.d.ts +6 -21
  48. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  49. package/dist-types/pagination/ListKeyspacesPaginator.d.ts +1 -1
  50. package/dist-types/pagination/ListTablesPaginator.d.ts +1 -1
  51. package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/CreateKeyspaceCommand.d.ts +14 -23
  53. package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +14 -23
  54. package/dist-types/ts3.4/commands/DeleteKeyspaceCommand.d.ts +14 -23
  55. package/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +14 -23
  56. package/dist-types/ts3.4/commands/GetKeyspaceCommand.d.ts +14 -23
  57. package/dist-types/ts3.4/commands/GetTableCommand.d.ts +14 -23
  58. package/dist-types/ts3.4/commands/ListKeyspacesCommand.d.ts +14 -23
  59. package/dist-types/ts3.4/commands/ListTablesCommand.d.ts +14 -23
  60. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  61. package/dist-types/ts3.4/commands/RestoreTableCommand.d.ts +14 -23
  62. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  63. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  64. package/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +14 -23
  65. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  66. package/dist-types/ts3.4/pagination/ListKeyspacesPaginator.d.ts +3 -3
  67. package/dist-types/ts3.4/pagination/ListTablesPaginator.d.ts +3 -3
  68. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +3 -3
  69. package/package.json +11 -10
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KeyspacesClient";
5
4
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes the association of tags from a Amazon Keyspaces resource.</p>
@@ -76,23 +79,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
76
79
  * <p>Base exception class for all service exceptions from Keyspaces service.</p>
77
80
  *
78
81
  */
79
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, KeyspacesClientResolvedConfig> {
80
- readonly input: UntagResourceCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: UntagResourceCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KeyspacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
98
83
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KeyspacesClient";
5
4
  import { UpdateTableRequest, UpdateTableResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateTableCommandInput extends UpdateTableRequest {
21
20
  */
22
21
  export interface UpdateTableCommandOutput extends UpdateTableResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateTableCommand_base: {
24
+ new (input: UpdateTableCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTableCommandInput, UpdateTableCommandOutput, KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Adds new columns to the table or updates one of the table's settings, for example
@@ -100,23 +103,5 @@ export interface UpdateTableCommandOutput extends UpdateTableResponse, __Metadat
100
103
  * <p>Base exception class for all service exceptions from Keyspaces service.</p>
101
104
  *
102
105
  */
103
- export declare class UpdateTableCommand extends $Command<UpdateTableCommandInput, UpdateTableCommandOutput, KeyspacesClientResolvedConfig> {
104
- readonly input: UpdateTableCommandInput;
105
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
106
- /**
107
- * @public
108
- */
109
- constructor(input: UpdateTableCommandInput);
110
- /**
111
- * @internal
112
- */
113
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KeyspacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateTableCommandInput, UpdateTableCommandOutput>;
114
- /**
115
- * @internal
116
- */
117
- private serialize;
118
- /**
119
- * @internal
120
- */
121
- private deserialize;
106
+ export declare class UpdateTableCommand extends UpdateTableCommand_base {
122
107
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -4,4 +4,4 @@ import { KeyspacesPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListKeyspaces(config: KeyspacesPaginationConfiguration, input: ListKeyspacesCommandInput, ...additionalArguments: any): Paginator<ListKeyspacesCommandOutput>;
7
+ export declare const paginateListKeyspaces: (config: KeyspacesPaginationConfiguration, input: ListKeyspacesCommandInput, ...rest: any[]) => Paginator<ListKeyspacesCommandOutput>;
@@ -4,4 +4,4 @@ import { KeyspacesPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListTables(config: KeyspacesPaginationConfiguration, input: ListTablesCommandInput, ...additionalArguments: any): Paginator<ListTablesCommandOutput>;
7
+ export declare const paginateListTables: (config: KeyspacesPaginationConfiguration, input: ListTablesCommandInput, ...rest: any[]) => Paginator<ListTablesCommandOutput>;
@@ -4,4 +4,4 @@ import { KeyspacesPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListTagsForResource(config: KeyspacesPaginationConfiguration, input: ListTagsForResourceCommandInput, ...additionalArguments: any): Paginator<ListTagsForResourceCommandOutput>;
7
+ export declare const paginateListTagsForResource: (config: KeyspacesPaginationConfiguration, input: ListTagsForResourceCommandInput, ...rest: any[]) => Paginator<ListTagsForResourceCommandOutput>;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  KeyspacesClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface CreateKeyspaceCommandInput extends CreateKeyspaceRequest {}
20
14
  export interface CreateKeyspaceCommandOutput
21
15
  extends CreateKeyspaceResponse,
22
16
  __MetadataBearer {}
23
- export declare class CreateKeyspaceCommand extends $Command<
24
- CreateKeyspaceCommandInput,
25
- CreateKeyspaceCommandOutput,
26
- KeyspacesClientResolvedConfig
27
- > {
28
- readonly input: CreateKeyspaceCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: CreateKeyspaceCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: KeyspacesClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<CreateKeyspaceCommandInput, CreateKeyspaceCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const CreateKeyspaceCommand_base: {
18
+ new (
19
+ input: CreateKeyspaceCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ CreateKeyspaceCommandInput,
22
+ CreateKeyspaceCommandOutput,
23
+ KeyspacesClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class CreateKeyspaceCommand extends CreateKeyspaceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  KeyspacesClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface CreateTableCommandInput extends CreateTableRequest {}
17
11
  export interface CreateTableCommandOutput
18
12
  extends CreateTableResponse,
19
13
  __MetadataBearer {}
20
- export declare class CreateTableCommand extends $Command<
21
- CreateTableCommandInput,
22
- CreateTableCommandOutput,
23
- KeyspacesClientResolvedConfig
24
- > {
25
- readonly input: CreateTableCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CreateTableCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: KeyspacesClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CreateTableCommandInput, CreateTableCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CreateTableCommand_base: {
15
+ new (
16
+ input: CreateTableCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CreateTableCommandInput,
19
+ CreateTableCommandOutput,
20
+ KeyspacesClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CreateTableCommand extends CreateTableCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  KeyspacesClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface DeleteKeyspaceCommandInput extends DeleteKeyspaceRequest {}
20
14
  export interface DeleteKeyspaceCommandOutput
21
15
  extends DeleteKeyspaceResponse,
22
16
  __MetadataBearer {}
23
- export declare class DeleteKeyspaceCommand extends $Command<
24
- DeleteKeyspaceCommandInput,
25
- DeleteKeyspaceCommandOutput,
26
- KeyspacesClientResolvedConfig
27
- > {
28
- readonly input: DeleteKeyspaceCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DeleteKeyspaceCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: KeyspacesClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DeleteKeyspaceCommandInput, DeleteKeyspaceCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DeleteKeyspaceCommand_base: {
18
+ new (
19
+ input: DeleteKeyspaceCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DeleteKeyspaceCommandInput,
22
+ DeleteKeyspaceCommandOutput,
23
+ KeyspacesClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DeleteKeyspaceCommand extends DeleteKeyspaceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  KeyspacesClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface DeleteTableCommandInput extends DeleteTableRequest {}
17
11
  export interface DeleteTableCommandOutput
18
12
  extends DeleteTableResponse,
19
13
  __MetadataBearer {}
20
- export declare class DeleteTableCommand extends $Command<
21
- DeleteTableCommandInput,
22
- DeleteTableCommandOutput,
23
- KeyspacesClientResolvedConfig
24
- > {
25
- readonly input: DeleteTableCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DeleteTableCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: KeyspacesClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<DeleteTableCommandInput, DeleteTableCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const DeleteTableCommand_base: {
15
+ new (
16
+ input: DeleteTableCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ DeleteTableCommandInput,
19
+ DeleteTableCommandOutput,
20
+ KeyspacesClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DeleteTableCommand extends DeleteTableCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  KeyspacesClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface GetKeyspaceCommandInput extends GetKeyspaceRequest {}
17
11
  export interface GetKeyspaceCommandOutput
18
12
  extends GetKeyspaceResponse,
19
13
  __MetadataBearer {}
20
- export declare class GetKeyspaceCommand extends $Command<
21
- GetKeyspaceCommandInput,
22
- GetKeyspaceCommandOutput,
23
- KeyspacesClientResolvedConfig
24
- > {
25
- readonly input: GetKeyspaceCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetKeyspaceCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: KeyspacesClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetKeyspaceCommandInput, GetKeyspaceCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetKeyspaceCommand_base: {
15
+ new (
16
+ input: GetKeyspaceCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetKeyspaceCommandInput,
19
+ GetKeyspaceCommandOutput,
20
+ KeyspacesClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetKeyspaceCommand extends GetKeyspaceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  KeyspacesClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface GetTableCommandInput extends GetTableRequest {}
17
11
  export interface GetTableCommandOutput
18
12
  extends GetTableResponse,
19
13
  __MetadataBearer {}
20
- export declare class GetTableCommand extends $Command<
21
- GetTableCommandInput,
22
- GetTableCommandOutput,
23
- KeyspacesClientResolvedConfig
24
- > {
25
- readonly input: GetTableCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetTableCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: KeyspacesClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetTableCommandInput, GetTableCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetTableCommand_base: {
15
+ new (
16
+ input: GetTableCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetTableCommandInput,
19
+ GetTableCommandOutput,
20
+ KeyspacesClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetTableCommand extends GetTableCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  KeyspacesClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface ListKeyspacesCommandInput extends ListKeyspacesRequest {}
20
14
  export interface ListKeyspacesCommandOutput
21
15
  extends ListKeyspacesResponse,
22
16
  __MetadataBearer {}
23
- export declare class ListKeyspacesCommand extends $Command<
24
- ListKeyspacesCommandInput,
25
- ListKeyspacesCommandOutput,
26
- KeyspacesClientResolvedConfig
27
- > {
28
- readonly input: ListKeyspacesCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListKeyspacesCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: KeyspacesClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListKeyspacesCommandInput, ListKeyspacesCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListKeyspacesCommand_base: {
18
+ new (
19
+ input: ListKeyspacesCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListKeyspacesCommandInput,
22
+ ListKeyspacesCommandOutput,
23
+ KeyspacesClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListKeyspacesCommand extends ListKeyspacesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  KeyspacesClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface ListTablesCommandInput extends ListTablesRequest {}
17
11
  export interface ListTablesCommandOutput
18
12
  extends ListTablesResponse,
19
13
  __MetadataBearer {}
20
- export declare class ListTablesCommand extends $Command<
21
- ListTablesCommandInput,
22
- ListTablesCommandOutput,
23
- KeyspacesClientResolvedConfig
24
- > {
25
- readonly input: ListTablesCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListTablesCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: KeyspacesClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListTablesCommandInput, ListTablesCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListTablesCommand_base: {
15
+ new (
16
+ input: ListTablesCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListTablesCommandInput,
19
+ ListTablesCommandOutput,
20
+ KeyspacesClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListTablesCommand extends ListTablesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  KeyspacesClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface ListTagsForResourceCommandInput
21
15
  export interface ListTagsForResourceCommandOutput
22
16
  extends ListTagsForResourceResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListTagsForResourceCommand extends $Command<
25
- ListTagsForResourceCommandInput,
26
- ListTagsForResourceCommandOutput,
27
- KeyspacesClientResolvedConfig
28
- > {
29
- readonly input: ListTagsForResourceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListTagsForResourceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: KeyspacesClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListTagsForResourceCommand_base: {
19
+ new (
20
+ input: ListTagsForResourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListTagsForResourceCommandInput,
23
+ ListTagsForResourceCommandOutput,
24
+ KeyspacesClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  KeyspacesClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface RestoreTableCommandInput extends RestoreTableRequest {}
17
11
  export interface RestoreTableCommandOutput
18
12
  extends RestoreTableResponse,
19
13
  __MetadataBearer {}
20
- export declare class RestoreTableCommand extends $Command<
21
- RestoreTableCommandInput,
22
- RestoreTableCommandOutput,
23
- KeyspacesClientResolvedConfig
24
- > {
25
- readonly input: RestoreTableCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: RestoreTableCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: KeyspacesClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<RestoreTableCommandInput, RestoreTableCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const RestoreTableCommand_base: {
15
+ new (
16
+ input: RestoreTableCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ RestoreTableCommandInput,
19
+ RestoreTableCommandOutput,
20
+ KeyspacesClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class RestoreTableCommand extends RestoreTableCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  KeyspacesClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
17
11
  export interface TagResourceCommandOutput
18
12
  extends TagResourceResponse,
19
13
  __MetadataBearer {}
20
- export declare class TagResourceCommand extends $Command<
21
- TagResourceCommandInput,
22
- TagResourceCommandOutput,
23
- KeyspacesClientResolvedConfig
24
- > {
25
- readonly input: TagResourceCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: TagResourceCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: KeyspacesClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const TagResourceCommand_base: {
15
+ new (
16
+ input: TagResourceCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ TagResourceCommandInput,
19
+ TagResourceCommandOutput,
20
+ KeyspacesClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class TagResourceCommand extends TagResourceCommand_base {}