@aws-sdk/client-dsql 3.1077.0 → 3.1079.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 (56) hide show
  1. package/dist-cjs/index.js +24 -163
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateClusterCommand.js +2 -14
  4. package/dist-es/commands/CreateStreamCommand.js +2 -14
  5. package/dist-es/commands/DeleteClusterCommand.js +2 -14
  6. package/dist-es/commands/DeleteClusterPolicyCommand.js +2 -14
  7. package/dist-es/commands/DeleteStreamCommand.js +2 -14
  8. package/dist-es/commands/GetClusterCommand.js +2 -14
  9. package/dist-es/commands/GetClusterPolicyCommand.js +2 -14
  10. package/dist-es/commands/GetStreamCommand.js +2 -14
  11. package/dist-es/commands/GetVpcEndpointServiceNameCommand.js +2 -14
  12. package/dist-es/commands/ListClustersCommand.js +2 -14
  13. package/dist-es/commands/ListStreamsCommand.js +2 -14
  14. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  15. package/dist-es/commands/PutClusterPolicyCommand.js +2 -14
  16. package/dist-es/commands/TagResourceCommand.js +2 -14
  17. package/dist-es/commands/UntagResourceCommand.js +2 -14
  18. package/dist-es/commands/UpdateClusterCommand.js +2 -14
  19. package/dist-es/index.js +1 -0
  20. package/dist-types/commandBuilder.d.ts +18 -0
  21. package/dist-types/commands/CreateClusterCommand.d.ts +3 -8
  22. package/dist-types/commands/CreateStreamCommand.d.ts +3 -8
  23. package/dist-types/commands/DeleteClusterCommand.d.ts +3 -8
  24. package/dist-types/commands/DeleteClusterPolicyCommand.d.ts +3 -8
  25. package/dist-types/commands/DeleteStreamCommand.d.ts +3 -8
  26. package/dist-types/commands/GetClusterCommand.d.ts +3 -8
  27. package/dist-types/commands/GetClusterPolicyCommand.d.ts +3 -8
  28. package/dist-types/commands/GetStreamCommand.d.ts +3 -8
  29. package/dist-types/commands/GetVpcEndpointServiceNameCommand.d.ts +3 -8
  30. package/dist-types/commands/ListClustersCommand.d.ts +3 -8
  31. package/dist-types/commands/ListStreamsCommand.d.ts +3 -8
  32. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  33. package/dist-types/commands/PutClusterPolicyCommand.d.ts +3 -8
  34. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  35. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  36. package/dist-types/commands/UpdateClusterCommand.d.ts +3 -8
  37. package/dist-types/index.d.ts +1 -0
  38. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  39. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +7 -16
  40. package/dist-types/ts3.4/commands/CreateStreamCommand.d.ts +7 -16
  41. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +7 -16
  42. package/dist-types/ts3.4/commands/DeleteClusterPolicyCommand.d.ts +7 -16
  43. package/dist-types/ts3.4/commands/DeleteStreamCommand.d.ts +7 -16
  44. package/dist-types/ts3.4/commands/GetClusterCommand.d.ts +7 -16
  45. package/dist-types/ts3.4/commands/GetClusterPolicyCommand.d.ts +7 -16
  46. package/dist-types/ts3.4/commands/GetStreamCommand.d.ts +7 -16
  47. package/dist-types/ts3.4/commands/GetVpcEndpointServiceNameCommand.d.ts +7 -16
  48. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +7 -16
  49. package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +7 -16
  50. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  51. package/dist-types/ts3.4/commands/PutClusterPolicyCommand.d.ts +7 -16
  52. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  53. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  54. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +7 -16
  55. package/dist-types/ts3.4/index.d.ts +1 -0
  56. package/package.json +8 -8
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DSQLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DSQLClient";
4
2
  import type { CreateStreamInput, CreateStreamOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateStreamCommandInput extends CreateStreamInput {
22
19
  export interface CreateStreamCommandOutput extends CreateStreamOutput, __MetadataBearer {
23
20
  }
24
21
  declare const CreateStreamCommand_base: {
25
- new (input: CreateStreamCommandInput): import("@smithy/core/client").CommandImpl<CreateStreamCommandInput, CreateStreamCommandOutput, DSQLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateStreamCommandInput): import("@smithy/core/client").CommandImpl<CreateStreamCommandInput, CreateStreamCommandOutput, DSQLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateStreamCommandInput): import("@smithy/core/client").CommandImpl<CreateStreamCommandInput, CreateStreamCommandOutput, import("..").DSQLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateStreamCommandInput): import("@smithy/core/client").CommandImpl<CreateStreamCommandInput, CreateStreamCommandOutput, import("..").DSQLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new change data capture (CDC) stream for a cluster. The stream captures database changes and delivers them to the specified target destination.</p> <p> <b>Required permissions</b> </p> <dl> <dt>dsql:CreateStream</dt> <dd> <p>Permission to create a new stream.</p> <p>Resources: <code>arn:aws:dsql:region:account-id:cluster/cluster-id</code> </p> </dd> <dt>iam:PassRole</dt> <dd> <p>Permission to pass the IAM role specified in the target definition to the service.</p> <p>Resources: ARN of the IAM role specified in <code>targetDefinition.kinesis.roleArn</code> </p> </dd> <dt>kms:Decrypt</dt> <dd> <p>Required when the cluster uses a customer managed KMS key (CMK). Permission to decrypt data using the cluster's CMK.</p> <p>Resources: ARN of the KMS key used by the cluster</p> </dd> </dl>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DSQLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DSQLClient";
4
2
  import type { DeleteClusterInput, DeleteClusterOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteClusterCommandInput extends DeleteClusterInput {
22
19
  export interface DeleteClusterCommandOutput extends DeleteClusterOutput, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteClusterCommand_base: {
25
- new (input: DeleteClusterCommandInput): import("@smithy/core/client").CommandImpl<DeleteClusterCommandInput, DeleteClusterCommandOutput, DSQLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteClusterCommandInput): import("@smithy/core/client").CommandImpl<DeleteClusterCommandInput, DeleteClusterCommandOutput, DSQLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteClusterCommandInput): import("@smithy/core/client").CommandImpl<DeleteClusterCommandInput, DeleteClusterCommandOutput, import("..").DSQLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteClusterCommandInput): import("@smithy/core/client").CommandImpl<DeleteClusterCommandInput, DeleteClusterCommandOutput, import("..").DSQLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a cluster in Amazon Aurora DSQL.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DSQLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DSQLClient";
4
2
  import type { DeleteClusterPolicyInput, DeleteClusterPolicyOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteClusterPolicyCommandInput extends DeleteClusterPolicyInpu
22
19
  export interface DeleteClusterPolicyCommandOutput extends DeleteClusterPolicyOutput, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteClusterPolicyCommand_base: {
25
- new (input: DeleteClusterPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteClusterPolicyCommandInput, DeleteClusterPolicyCommandOutput, DSQLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteClusterPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteClusterPolicyCommandInput, DeleteClusterPolicyCommandOutput, DSQLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteClusterPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteClusterPolicyCommandInput, DeleteClusterPolicyCommandOutput, import("..").DSQLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteClusterPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteClusterPolicyCommandInput, DeleteClusterPolicyCommandOutput, import("..").DSQLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes the resource-based policy attached to a cluster. This removes all access permissions defined by the policy, reverting to default access controls.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DSQLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DSQLClient";
4
2
  import type { DeleteStreamInput, DeleteStreamOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteStreamCommandInput extends DeleteStreamInput {
22
19
  export interface DeleteStreamCommandOutput extends DeleteStreamOutput, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteStreamCommand_base: {
25
- new (input: DeleteStreamCommandInput): import("@smithy/core/client").CommandImpl<DeleteStreamCommandInput, DeleteStreamCommandOutput, DSQLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteStreamCommandInput): import("@smithy/core/client").CommandImpl<DeleteStreamCommandInput, DeleteStreamCommandOutput, DSQLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteStreamCommandInput): import("@smithy/core/client").CommandImpl<DeleteStreamCommandInput, DeleteStreamCommandOutput, import("..").DSQLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteStreamCommandInput): import("@smithy/core/client").CommandImpl<DeleteStreamCommandInput, DeleteStreamCommandOutput, import("..").DSQLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a stream from a cluster.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DSQLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DSQLClient";
4
2
  import type { GetClusterInput, GetClusterOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetClusterCommandInput extends GetClusterInput {
22
19
  export interface GetClusterCommandOutput extends GetClusterOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetClusterCommand_base: {
25
- new (input: GetClusterCommandInput): import("@smithy/core/client").CommandImpl<GetClusterCommandInput, GetClusterCommandOutput, DSQLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetClusterCommandInput): import("@smithy/core/client").CommandImpl<GetClusterCommandInput, GetClusterCommandOutput, DSQLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetClusterCommandInput): import("@smithy/core/client").CommandImpl<GetClusterCommandInput, GetClusterCommandOutput, import("..").DSQLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetClusterCommandInput): import("@smithy/core/client").CommandImpl<GetClusterCommandInput, GetClusterCommandOutput, import("..").DSQLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves information about a cluster.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DSQLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DSQLClient";
4
2
  import type { GetClusterPolicyInput, GetClusterPolicyOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetClusterPolicyCommandInput extends GetClusterPolicyInput {
22
19
  export interface GetClusterPolicyCommandOutput extends GetClusterPolicyOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetClusterPolicyCommand_base: {
25
- new (input: GetClusterPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetClusterPolicyCommandInput, GetClusterPolicyCommandOutput, DSQLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetClusterPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetClusterPolicyCommandInput, GetClusterPolicyCommandOutput, DSQLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetClusterPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetClusterPolicyCommandInput, GetClusterPolicyCommandOutput, import("..").DSQLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetClusterPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetClusterPolicyCommandInput, GetClusterPolicyCommandOutput, import("..").DSQLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the resource-based policy document attached to a cluster. This policy defines the access permissions and conditions for the cluster.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DSQLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DSQLClient";
4
2
  import type { GetStreamInput, GetStreamOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetStreamCommandInput extends GetStreamInput {
22
19
  export interface GetStreamCommandOutput extends GetStreamOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetStreamCommand_base: {
25
- new (input: GetStreamCommandInput): import("@smithy/core/client").CommandImpl<GetStreamCommandInput, GetStreamCommandOutput, DSQLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetStreamCommandInput): import("@smithy/core/client").CommandImpl<GetStreamCommandInput, GetStreamCommandOutput, DSQLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetStreamCommandInput): import("@smithy/core/client").CommandImpl<GetStreamCommandInput, GetStreamCommandOutput, import("..").DSQLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetStreamCommandInput): import("@smithy/core/client").CommandImpl<GetStreamCommandInput, GetStreamCommandOutput, import("..").DSQLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves information about a stream.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DSQLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DSQLClient";
4
2
  import type { GetVpcEndpointServiceNameInput, GetVpcEndpointServiceNameOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetVpcEndpointServiceNameCommandInput extends GetVpcEndpointSer
22
19
  export interface GetVpcEndpointServiceNameCommandOutput extends GetVpcEndpointServiceNameOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetVpcEndpointServiceNameCommand_base: {
25
- new (input: GetVpcEndpointServiceNameCommandInput): import("@smithy/core/client").CommandImpl<GetVpcEndpointServiceNameCommandInput, GetVpcEndpointServiceNameCommandOutput, DSQLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetVpcEndpointServiceNameCommandInput): import("@smithy/core/client").CommandImpl<GetVpcEndpointServiceNameCommandInput, GetVpcEndpointServiceNameCommandOutput, DSQLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetVpcEndpointServiceNameCommandInput): import("@smithy/core/client").CommandImpl<GetVpcEndpointServiceNameCommandInput, GetVpcEndpointServiceNameCommandOutput, import("..").DSQLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetVpcEndpointServiceNameCommandInput): import("@smithy/core/client").CommandImpl<GetVpcEndpointServiceNameCommandInput, GetVpcEndpointServiceNameCommandOutput, import("..").DSQLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the VPC endpoint service name.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DSQLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DSQLClient";
4
2
  import type { ListClustersInput, ListClustersOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListClustersCommandInput extends ListClustersInput {
22
19
  export interface ListClustersCommandOutput extends ListClustersOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListClustersCommand_base: {
25
- new (input: ListClustersCommandInput): import("@smithy/core/client").CommandImpl<ListClustersCommandInput, ListClustersCommandOutput, DSQLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListClustersCommandInput]): import("@smithy/core/client").CommandImpl<ListClustersCommandInput, ListClustersCommandOutput, DSQLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListClustersCommandInput): import("@smithy/core/client").CommandImpl<ListClustersCommandInput, ListClustersCommandOutput, import("..").DSQLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListClustersCommandInput]): import("@smithy/core/client").CommandImpl<ListClustersCommandInput, ListClustersCommandOutput, import("..").DSQLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves information about a list of clusters.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DSQLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DSQLClient";
4
2
  import type { ListStreamsInput, ListStreamsOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListStreamsCommandInput extends ListStreamsInput {
22
19
  export interface ListStreamsCommandOutput extends ListStreamsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListStreamsCommand_base: {
25
- new (input: ListStreamsCommandInput): import("@smithy/core/client").CommandImpl<ListStreamsCommandInput, ListStreamsCommandOutput, DSQLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListStreamsCommandInput): import("@smithy/core/client").CommandImpl<ListStreamsCommandInput, ListStreamsCommandOutput, DSQLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListStreamsCommandInput): import("@smithy/core/client").CommandImpl<ListStreamsCommandInput, ListStreamsCommandOutput, import("..").DSQLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListStreamsCommandInput): import("@smithy/core/client").CommandImpl<ListStreamsCommandInput, ListStreamsCommandOutput, import("..").DSQLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves information about a list of streams for a cluster.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DSQLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DSQLClient";
4
2
  import type { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceInpu
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DSQLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DSQLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").DSQLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").DSQLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all of the tags for a resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DSQLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DSQLClient";
4
2
  import type { PutClusterPolicyInput, PutClusterPolicyOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PutClusterPolicyCommandInput extends PutClusterPolicyInput {
22
19
  export interface PutClusterPolicyCommandOutput extends PutClusterPolicyOutput, __MetadataBearer {
23
20
  }
24
21
  declare const PutClusterPolicyCommand_base: {
25
- new (input: PutClusterPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutClusterPolicyCommandInput, PutClusterPolicyCommandOutput, DSQLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutClusterPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutClusterPolicyCommandInput, PutClusterPolicyCommandOutput, DSQLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutClusterPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutClusterPolicyCommandInput, PutClusterPolicyCommandOutput, import("..").DSQLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutClusterPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutClusterPolicyCommandInput, PutClusterPolicyCommandOutput, import("..").DSQLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Attaches a resource-based policy to a cluster. This policy defines access permissions and conditions for the cluster, allowing you to control which principals can perform actions on the cluster.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DSQLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DSQLClient";
4
2
  import type { TagResourceInput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceInput {
22
19
  export interface TagResourceCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, DSQLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, DSQLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").DSQLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").DSQLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Tags a resource with a map of key and value pairs.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DSQLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DSQLClient";
4
2
  import type { UntagResourceInput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceInput {
22
19
  export interface UntagResourceCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, DSQLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, DSQLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").DSQLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").DSQLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes a tag from a resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DSQLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DSQLClient";
4
2
  import type { UpdateClusterInput, UpdateClusterOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateClusterCommandInput extends UpdateClusterInput {
22
19
  export interface UpdateClusterCommandOutput extends UpdateClusterOutput, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateClusterCommand_base: {
25
- new (input: UpdateClusterCommandInput): import("@smithy/core/client").CommandImpl<UpdateClusterCommandInput, UpdateClusterCommandOutput, DSQLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateClusterCommandInput): import("@smithy/core/client").CommandImpl<UpdateClusterCommandInput, UpdateClusterCommandOutput, DSQLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateClusterCommandInput): import("@smithy/core/client").CommandImpl<UpdateClusterCommandInput, UpdateClusterCommandOutput, import("..").DSQLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateClusterCommandInput): import("@smithy/core/client").CommandImpl<UpdateClusterCommandInput, UpdateClusterCommandOutput, import("..").DSQLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>The <i>UpdateCluster</i> API allows you to modify both single-Region and multi-Region cluster configurations. With the <i>multiRegionProperties</i> parameter, you can add or modify witness Region support and manage peer relationships with clusters in other Regions.</p> <note> <p>Note that updating multi-Region clusters requires additional IAM permissions beyond those needed for standard cluster updates, as detailed in the Permissions section.</p> </note> <p> <b>Required permissions</b> </p> <dl> <dt>dsql:UpdateCluster</dt> <dd> <p>Permission to update a DSQL cluster.</p> <p>Resources: <code>arn:aws:dsql:<i>region</i>:<i>account-id</i>:cluster/<i>cluster-id</i> </code> </p> </dd> </dl> <dl> <dt>dsql:PutMultiRegionProperties</dt> <dd> <p>Permission to configure multi-Region properties for a cluster.</p> <p>Resources: <code>arn:aws:dsql:<i>region</i>:<i>account-id</i>:cluster/<i>cluster-id</i> </code> </p> </dd> </dl> <dl> <dt>dsql:GetCluster</dt> <dd> <p>Permission to retrieve cluster information.</p> <p>Resources: <code>arn:aws:dsql:<i>region</i>:<i>account-id</i>:cluster/<i>cluster-id</i> </code> </p> </dd> <dt>dsql:AddPeerCluster</dt> <dd> <p>Permission to add peer clusters.</p> <p>Resources:</p> <ul> <li> <p>Local cluster: <code>arn:aws:dsql:<i>region</i>:<i>account-id</i>:cluster/<i>cluster-id</i> </code> </p> </li> <li> <p>Each peer cluster: exact ARN of each specified peer cluster</p> </li> </ul> </dd> <dt>dsql:RemovePeerCluster</dt> <dd> <p>Permission to remove peer clusters. The <i>dsql:RemovePeerCluster</i> permission uses a wildcard ARN pattern to simplify permission management during updates.</p> <p>Resources: <code>arn:aws:dsql:*:<i>account-id</i>:cluster/*</code> </p> </dd> </dl> <dl> <dt>dsql:PutWitnessRegion</dt> <dd> <p>Permission to set a witness Region.</p> <p>Resources: <code>arn:aws:dsql:<i>region</i>:<i>account-id</i>:cluster/<i>cluster-id</i> </code> </p> <p>Condition Keys: dsql:WitnessRegion (matching the specified witness Region)</p> <p> <b>This permission is checked both in the cluster Region and in the witness Region.</b> </p> </dd> </dl> <important> <ul> <li> <p>The witness region specified in <code>multiRegionProperties.witnessRegion</code> cannot be the same as the cluster's Region.</p> </li> <li> <p>When updating clusters with peer relationships, permissions are checked for both adding and removing peers.</p> </li> <li> <p>The <code>dsql:RemovePeerCluster</code> permission uses a wildcard ARN pattern to simplify permission management during updates.</p> </li> </ul> </important>
@@ -9,6 +9,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
9
9
  export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { DSQLExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
+ export { Command as $Command } from "@smithy/core/client";
12
13
  export * from "./schemas/schemas_0";
13
14
  export * from "./pagination";
14
15
  export * from "./waiters";
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ DSQLClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./DSQLClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ DSQLClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ DSQLClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DSQLClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DSQLClient";
8
2
  import { CreateClusterInput, CreateClusterOutput } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface CreateClusterCommandInput extends CreateClusterInput {}
12
5
  export interface CreateClusterCommandOutput
13
6
  extends CreateClusterOutput,
@@ -18,22 +11,20 @@ declare const CreateClusterCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  CreateClusterCommandInput,
20
13
  CreateClusterCommandOutput,
21
- DSQLClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").DSQLClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  ...[input]: [] | [CreateClusterCommandInput]
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  CreateClusterCommandInput,
29
22
  CreateClusterCommandOutput,
30
- DSQLClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").DSQLClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class CreateClusterCommand extends CreateClusterCommand_base {
39
30
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DSQLClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DSQLClient";
8
2
  import { CreateStreamInput, CreateStreamOutput } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface CreateStreamCommandInput extends CreateStreamInput {}
12
5
  export interface CreateStreamCommandOutput
13
6
  extends CreateStreamOutput,
@@ -18,22 +11,20 @@ declare const CreateStreamCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  CreateStreamCommandInput,
20
13
  CreateStreamCommandOutput,
21
- DSQLClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").DSQLClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: CreateStreamCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  CreateStreamCommandInput,
29
22
  CreateStreamCommandOutput,
30
- DSQLClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").DSQLClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class CreateStreamCommand extends CreateStreamCommand_base {
39
30
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DSQLClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DSQLClient";
8
2
  import { DeleteClusterInput, DeleteClusterOutput } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteClusterCommandInput extends DeleteClusterInput {}
12
5
  export interface DeleteClusterCommandOutput
13
6
  extends DeleteClusterOutput,
@@ -18,22 +11,20 @@ declare const DeleteClusterCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  DeleteClusterCommandInput,
20
13
  DeleteClusterCommandOutput,
21
- DSQLClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").DSQLClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: DeleteClusterCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  DeleteClusterCommandInput,
29
22
  DeleteClusterCommandOutput,
30
- DSQLClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").DSQLClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class DeleteClusterCommand extends DeleteClusterCommand_base {
39
30
  protected static __types: {