@aws-sdk/client-dsql 3.1086.0 → 3.1088.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 (39) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/DSQL.d.ts +58 -82
  3. package/dist-types/ts3.4/DSQLClient.d.ts +19 -41
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
  6. package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
  7. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +2 -4
  8. package/dist-types/ts3.4/commands/CreateStreamCommand.d.ts +3 -5
  9. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +3 -5
  10. package/dist-types/ts3.4/commands/DeleteClusterPolicyCommand.d.ts +5 -10
  11. package/dist-types/ts3.4/commands/DeleteStreamCommand.d.ts +3 -5
  12. package/dist-types/ts3.4/commands/GetClusterCommand.d.ts +3 -5
  13. package/dist-types/ts3.4/commands/GetClusterPolicyCommand.d.ts +4 -9
  14. package/dist-types/ts3.4/commands/GetStreamCommand.d.ts +7 -5
  15. package/dist-types/ts3.4/commands/GetVpcEndpointServiceNameCommand.d.ts +4 -6
  16. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +2 -4
  17. package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +3 -5
  18. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  19. package/dist-types/ts3.4/commands/PutClusterPolicyCommand.d.ts +4 -9
  20. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
  21. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
  22. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +3 -5
  23. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  24. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  25. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  26. package/dist-types/ts3.4/models/enums.d.ts +3 -6
  27. package/dist-types/ts3.4/models/errors.d.ts +6 -18
  28. package/dist-types/ts3.4/models/models_0.d.ts +1 -3
  29. package/dist-types/ts3.4/pagination/ListStreamsPaginator.d.ts +1 -4
  30. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  31. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  32. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  33. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  34. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  35. package/dist-types/ts3.4/waiters/waitForClusterActive.d.ts +3 -6
  36. package/dist-types/ts3.4/waiters/waitForClusterNotExists.d.ts +3 -6
  37. package/dist-types/ts3.4/waiters/waitForStreamActive.d.ts +3 -6
  38. package/dist-types/ts3.4/waiters/waitForStreamNotExists.d.ts +3 -6
  39. package/package.json +39 -39
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteClusterPolicyInput,
4
- DeleteClusterPolicyOutput,
5
- } from "../models/models_0";
2
+ import { DeleteClusterPolicyInput, DeleteClusterPolicyOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DeleteClusterPolicyCommandInput
8
- extends DeleteClusterPolicyInput {}
4
+ export interface DeleteClusterPolicyCommandInput extends DeleteClusterPolicyInput {}
9
5
  export interface DeleteClusterPolicyCommandOutput
10
- extends DeleteClusterPolicyOutput,
11
- __MetadataBearer {}
6
+ extends DeleteClusterPolicyOutput, __MetadataBearer {}
12
7
  declare const DeleteClusterPolicyCommand_base: {
13
8
  new (
14
- input: DeleteClusterPolicyCommandInput
9
+ input: DeleteClusterPolicyCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DeleteClusterPolicyCommandInput,
17
12
  DeleteClusterPolicyCommandOutput,
@@ -20,7 +15,7 @@ declare const DeleteClusterPolicyCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DeleteClusterPolicyCommandInput
18
+ input: DeleteClusterPolicyCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DeleteClusterPolicyCommandInput,
26
21
  DeleteClusterPolicyCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteStreamInput, DeleteStreamOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface DeleteStreamCommandInput extends DeleteStreamInput {}
5
- export interface DeleteStreamCommandOutput
6
- extends DeleteStreamOutput,
7
- __MetadataBearer {}
5
+ export interface DeleteStreamCommandOutput extends DeleteStreamOutput, __MetadataBearer {}
8
6
  declare const DeleteStreamCommand_base: {
9
7
  new (
10
- input: DeleteStreamCommandInput
8
+ input: DeleteStreamCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeleteStreamCommandInput,
13
11
  DeleteStreamCommandOutput,
@@ -16,7 +14,7 @@ declare const DeleteStreamCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DeleteStreamCommandInput
17
+ input: DeleteStreamCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DeleteStreamCommandInput,
22
20
  DeleteStreamCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetClusterInput, GetClusterOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetClusterCommandInput extends GetClusterInput {}
5
- export interface GetClusterCommandOutput
6
- extends GetClusterOutput,
7
- __MetadataBearer {}
5
+ export interface GetClusterCommandOutput extends GetClusterOutput, __MetadataBearer {}
8
6
  declare const GetClusterCommand_base: {
9
7
  new (
10
- input: GetClusterCommandInput
8
+ input: GetClusterCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  GetClusterCommandInput,
13
11
  GetClusterCommandOutput,
@@ -16,7 +14,7 @@ declare const GetClusterCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: GetClusterCommandInput
17
+ input: GetClusterCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  GetClusterCommandInput,
22
20
  GetClusterCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetClusterPolicyInput,
4
- GetClusterPolicyOutput,
5
- } from "../models/models_0";
2
+ import { GetClusterPolicyInput, GetClusterPolicyOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetClusterPolicyCommandInput extends GetClusterPolicyInput {}
8
- export interface GetClusterPolicyCommandOutput
9
- extends GetClusterPolicyOutput,
10
- __MetadataBearer {}
5
+ export interface GetClusterPolicyCommandOutput extends GetClusterPolicyOutput, __MetadataBearer {}
11
6
  declare const GetClusterPolicyCommand_base: {
12
7
  new (
13
- input: GetClusterPolicyCommandInput
8
+ input: GetClusterPolicyCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetClusterPolicyCommandInput,
16
11
  GetClusterPolicyCommandOutput,
@@ -19,7 +14,7 @@ declare const GetClusterPolicyCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: GetClusterPolicyCommandInput
17
+ input: GetClusterPolicyCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  GetClusterPolicyCommandInput,
25
20
  GetClusterPolicyCommandOutput,
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetStreamInput, GetStreamOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetStreamCommandInput extends GetStreamInput {}
5
- export interface GetStreamCommandOutput
6
- extends GetStreamOutput,
7
- __MetadataBearer {}
5
+ export interface GetStreamCommandOutput extends GetStreamOutput, __MetadataBearer {}
8
6
  declare const GetStreamCommand_base: {
9
- new (input: GetStreamCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: GetStreamCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
10
10
  GetStreamCommandInput,
11
11
  GetStreamCommandOutput,
12
12
  import("..").DSQLClientResolvedConfig,
13
13
  import("..").ServiceInputTypes,
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
- new (input: GetStreamCommandInput): import("@smithy/core/client").CommandImpl<
16
+ new (
17
+ input: GetStreamCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
17
19
  GetStreamCommandInput,
18
20
  GetStreamCommandOutput,
19
21
  import("..").DSQLClientResolvedConfig,
@@ -4,14 +4,12 @@ import {
4
4
  GetVpcEndpointServiceNameOutput,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetVpcEndpointServiceNameCommandInput
8
- extends GetVpcEndpointServiceNameInput {}
7
+ export interface GetVpcEndpointServiceNameCommandInput extends GetVpcEndpointServiceNameInput {}
9
8
  export interface GetVpcEndpointServiceNameCommandOutput
10
- extends GetVpcEndpointServiceNameOutput,
11
- __MetadataBearer {}
9
+ extends GetVpcEndpointServiceNameOutput, __MetadataBearer {}
12
10
  declare const GetVpcEndpointServiceNameCommand_base: {
13
11
  new (
14
- input: GetVpcEndpointServiceNameCommandInput
12
+ input: GetVpcEndpointServiceNameCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetVpcEndpointServiceNameCommandInput,
17
15
  GetVpcEndpointServiceNameCommandOutput,
@@ -20,7 +18,7 @@ declare const GetVpcEndpointServiceNameCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: GetVpcEndpointServiceNameCommandInput
21
+ input: GetVpcEndpointServiceNameCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  GetVpcEndpointServiceNameCommandInput,
26
24
  GetVpcEndpointServiceNameCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { ListClustersInput, ListClustersOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface ListClustersCommandInput extends ListClustersInput {}
5
- export interface ListClustersCommandOutput
6
- extends ListClustersOutput,
7
- __MetadataBearer {}
5
+ export interface ListClustersCommandOutput extends ListClustersOutput, __MetadataBearer {}
8
6
  declare const ListClustersCommand_base: {
9
7
  new (
10
- input: ListClustersCommandInput
8
+ input: ListClustersCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  ListClustersCommandInput,
13
11
  ListClustersCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { ListStreamsInput, ListStreamsOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface ListStreamsCommandInput extends ListStreamsInput {}
5
- export interface ListStreamsCommandOutput
6
- extends ListStreamsOutput,
7
- __MetadataBearer {}
5
+ export interface ListStreamsCommandOutput extends ListStreamsOutput, __MetadataBearer {}
8
6
  declare const ListStreamsCommand_base: {
9
7
  new (
10
- input: ListStreamsCommandInput
8
+ input: ListStreamsCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  ListStreamsCommandInput,
13
11
  ListStreamsCommandOutput,
@@ -16,7 +14,7 @@ declare const ListStreamsCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: ListStreamsCommandInput
17
+ input: ListStreamsCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  ListStreamsCommandInput,
22
20
  ListStreamsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListTagsForResourceInput,
4
- ListTagsForResourceOutput,
5
- } from "../models/models_0";
2
+ import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListTagsForResourceCommandInput
8
- extends ListTagsForResourceInput {}
4
+ export interface ListTagsForResourceCommandInput extends ListTagsForResourceInput {}
9
5
  export interface ListTagsForResourceCommandOutput
10
- extends ListTagsForResourceOutput,
11
- __MetadataBearer {}
6
+ extends ListTagsForResourceOutput, __MetadataBearer {}
12
7
  declare const ListTagsForResourceCommand_base: {
13
8
  new (
14
- input: ListTagsForResourceCommandInput
9
+ input: ListTagsForResourceCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListTagsForResourceCommandInput,
17
12
  ListTagsForResourceCommandOutput,
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListTagsForResourceCommandInput
18
+ input: ListTagsForResourceCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListTagsForResourceCommandInput,
26
21
  ListTagsForResourceCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- PutClusterPolicyInput,
4
- PutClusterPolicyOutput,
5
- } from "../models/models_0";
2
+ import { PutClusterPolicyInput, PutClusterPolicyOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface PutClusterPolicyCommandInput extends PutClusterPolicyInput {}
8
- export interface PutClusterPolicyCommandOutput
9
- extends PutClusterPolicyOutput,
10
- __MetadataBearer {}
5
+ export interface PutClusterPolicyCommandOutput extends PutClusterPolicyOutput, __MetadataBearer {}
11
6
  declare const PutClusterPolicyCommand_base: {
12
7
  new (
13
- input: PutClusterPolicyCommandInput
8
+ input: PutClusterPolicyCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  PutClusterPolicyCommandInput,
16
11
  PutClusterPolicyCommandOutput,
@@ -19,7 +14,7 @@ declare const PutClusterPolicyCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: PutClusterPolicyCommandInput
17
+ input: PutClusterPolicyCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  PutClusterPolicyCommandInput,
25
20
  PutClusterPolicyCommandOutput,
@@ -5,7 +5,7 @@ export interface TagResourceCommandInput extends TagResourceInput {}
5
5
  export interface TagResourceCommandOutput extends __MetadataBearer {}
6
6
  declare const TagResourceCommand_base: {
7
7
  new (
8
- input: TagResourceCommandInput
8
+ input: TagResourceCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  TagResourceCommandInput,
11
11
  TagResourceCommandOutput,
@@ -14,7 +14,7 @@ declare const TagResourceCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: TagResourceCommandInput
17
+ input: TagResourceCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  TagResourceCommandInput,
20
20
  TagResourceCommandOutput,
@@ -5,7 +5,7 @@ export interface UntagResourceCommandInput extends UntagResourceInput {}
5
5
  export interface UntagResourceCommandOutput extends __MetadataBearer {}
6
6
  declare const UntagResourceCommand_base: {
7
7
  new (
8
- input: UntagResourceCommandInput
8
+ input: UntagResourceCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  UntagResourceCommandInput,
11
11
  UntagResourceCommandOutput,
@@ -14,7 +14,7 @@ declare const UntagResourceCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: UntagResourceCommandInput
17
+ input: UntagResourceCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  UntagResourceCommandInput,
20
20
  UntagResourceCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { UpdateClusterInput, UpdateClusterOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface UpdateClusterCommandInput extends UpdateClusterInput {}
5
- export interface UpdateClusterCommandOutput
6
- extends UpdateClusterOutput,
7
- __MetadataBearer {}
5
+ export interface UpdateClusterCommandOutput extends UpdateClusterOutput, __MetadataBearer {}
8
6
  declare const UpdateClusterCommand_base: {
9
7
  new (
10
- input: UpdateClusterCommandInput
8
+ input: UpdateClusterCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  UpdateClusterCommandInput,
13
11
  UpdateClusterCommandOutput,
@@ -16,7 +14,7 @@ declare const UpdateClusterCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: UpdateClusterCommandInput
17
+ input: UpdateClusterCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  UpdateClusterCommandInput,
22
20
  UpdateClusterCommandOutput,
@@ -22,7 +22,7 @@ export type ClientResolvedEndpointParameters = Pick<
22
22
  defaultSigningName: string;
23
23
  };
24
24
  export declare const resolveClientEndpointParameters: <T>(
25
- options: T & ClientInputEndpointParameters
25
+ options: T & ClientInputEndpointParameters,
26
26
  ) => T & ClientResolvedEndpointParameters;
27
27
  export declare const commonParams: {
28
28
  readonly UseFIPS: {
@@ -4,5 +4,5 @@ export declare const defaultEndpointResolver: (
4
4
  endpointParams: EndpointParameters,
5
5
  context?: {
6
6
  logger?: Logger;
7
- }
7
+ },
8
8
  ) => EndpointV2;
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  export interface DSQLExtensionConfiguration
6
- extends HttpHandlerExtensionConfiguration,
6
+ extends
7
+ HttpHandlerExtensionConfiguration,
7
8
  DefaultExtensionConfiguration,
8
9
  AwsRegionExtensionConfiguration,
9
10
  HttpAuthExtensionConfiguration {}
@@ -17,14 +17,12 @@ export declare const EncryptionStatus: {
17
17
  readonly KMS_KEY_INACCESSIBLE: "KMS_KEY_INACCESSIBLE";
18
18
  readonly UPDATING: "UPDATING";
19
19
  };
20
- export type EncryptionStatus =
21
- (typeof EncryptionStatus)[keyof typeof EncryptionStatus];
20
+ export type EncryptionStatus = (typeof EncryptionStatus)[keyof typeof EncryptionStatus];
22
21
  export declare const EncryptionType: {
23
22
  readonly AWS_OWNED_KMS_KEY: "AWS_OWNED_KMS_KEY";
24
23
  readonly CUSTOMER_MANAGED_KMS_KEY: "CUSTOMER_MANAGED_KMS_KEY";
25
24
  };
26
- export type EncryptionType =
27
- (typeof EncryptionType)[keyof typeof EncryptionType];
25
+ export type EncryptionType = (typeof EncryptionType)[keyof typeof EncryptionType];
28
26
  export declare const ValidationExceptionReason: {
29
27
  readonly CANNOT_PARSE: "cannotParse";
30
28
  readonly DELETION_PROTECTION_ENABLED: "deletionProtectionEnabled";
@@ -41,8 +39,7 @@ export type StreamFormat = (typeof StreamFormat)[keyof typeof StreamFormat];
41
39
  export declare const StreamOrdering: {
42
40
  readonly UNORDERED: "UNORDERED";
43
41
  };
44
- export type StreamOrdering =
45
- (typeof StreamOrdering)[keyof typeof StreamOrdering];
42
+ export type StreamOrdering = (typeof StreamOrdering)[keyof typeof StreamOrdering];
46
43
  export declare const StreamStatus: {
47
44
  readonly ACTIVE: "ACTIVE";
48
45
  readonly CREATING: "CREATING";
@@ -5,9 +5,7 @@ import { ValidationExceptionField } from "./models_0";
5
5
  export declare class AccessDeniedException extends __BaseException {
6
6
  readonly name: "AccessDeniedException";
7
7
  readonly $fault: "client";
8
- constructor(
9
- opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
10
- );
8
+ constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
11
9
  }
12
10
  export declare class ConflictException extends __BaseException {
13
11
  readonly name: "ConflictException";
@@ -21,9 +19,7 @@ export declare class InternalServerException extends __BaseException {
21
19
  readonly $fault: "server";
22
20
  $retryable: {};
23
21
  retryAfterSeconds?: number | undefined;
24
- constructor(
25
- opts: __ExceptionOptionType<InternalServerException, __BaseException>
26
- );
22
+ constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
27
23
  }
28
24
  export declare class ServiceQuotaExceededException extends __BaseException {
29
25
  readonly name: "ServiceQuotaExceededException";
@@ -32,9 +28,7 @@ export declare class ServiceQuotaExceededException extends __BaseException {
32
28
  resourceType: string | undefined;
33
29
  serviceCode: string | undefined;
34
30
  quotaCode: string | undefined;
35
- constructor(
36
- opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
37
- );
31
+ constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
38
32
  }
39
33
  export declare class ThrottlingException extends __BaseException {
40
34
  readonly name: "ThrottlingException";
@@ -45,25 +39,19 @@ export declare class ThrottlingException extends __BaseException {
45
39
  serviceCode?: string | undefined;
46
40
  quotaCode?: string | undefined;
47
41
  retryAfterSeconds?: number | undefined;
48
- constructor(
49
- opts: __ExceptionOptionType<ThrottlingException, __BaseException>
50
- );
42
+ constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
51
43
  }
52
44
  export declare class ValidationException extends __BaseException {
53
45
  readonly name: "ValidationException";
54
46
  readonly $fault: "client";
55
47
  reason: ValidationExceptionReason | undefined;
56
48
  fieldList?: ValidationExceptionField[] | undefined;
57
- constructor(
58
- opts: __ExceptionOptionType<ValidationException, __BaseException>
59
- );
49
+ constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
60
50
  }
61
51
  export declare class ResourceNotFoundException extends __BaseException {
62
52
  readonly name: "ResourceNotFoundException";
63
53
  readonly $fault: "client";
64
54
  resourceId: string | undefined;
65
55
  resourceType: string | undefined;
66
- constructor(
67
- opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
68
- );
56
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
69
57
  }
@@ -124,9 +124,7 @@ export interface KinesisTargetDefinition {
124
124
  streamArn: string | undefined;
125
125
  roleArn: string | undefined;
126
126
  }
127
- export type TargetDefinition =
128
- | TargetDefinition.KinesisMember
129
- | TargetDefinition.$UnknownMember;
127
+ export type TargetDefinition = TargetDefinition.KinesisMember | TargetDefinition.$UnknownMember;
130
128
  export declare namespace TargetDefinition {
131
129
  interface KinesisMember {
132
130
  kinesis: KinesisTargetDefinition;
@@ -1,8 +1,5 @@
1
1
  import { Paginator } from "@smithy/types";
2
- import {
3
- ListStreamsCommandInput,
4
- ListStreamsCommandOutput,
5
- } from "../commands/ListStreamsCommand";
2
+ import { ListStreamsCommandInput, ListStreamsCommandOutput } from "../commands/ListStreamsCommand";
6
3
  import { DSQLPaginationConfiguration } from "./Interfaces";
7
4
  export declare const paginateListStreams: (
8
5
  config: DSQLPaginationConfiguration,
@@ -8,24 +8,16 @@ export declare const getRuntimeConfig: (config: DSQLClientConfig) => {
8
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
9
9
  credentialDefaultProvider:
10
10
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
11
- | ((
12
- _: unknown
13
- ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
+ | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
14
12
  defaultUserAgentProvider: (
15
- config?: import("@aws-sdk/core/client").PreviouslyResolved
13
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
16
14
  ) => Promise<import("@smithy/types").UserAgent>;
17
15
  maxAttempts: number | import("@smithy/types").Provider<number>;
18
16
  region: string | import("@smithy/types").Provider<any>;
19
- requestHandler:
20
- | import("@smithy/core/protocols").HttpHandler<any>
21
- | RequestHandler;
17
+ requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
22
18
  retryMode: string | import("@smithy/types").Provider<string>;
23
19
  streamCollector: (
24
- stream:
25
- | import("stream").Readable
26
- | import("stream/web").ReadableStream
27
- | ReadableStream
28
- | Blob
20
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
29
21
  ) => Promise<Uint8Array>;
30
22
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
31
23
  (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -53,13 +45,8 @@ export declare const getRuntimeConfig: (config: DSQLClientConfig) => {
53
45
  logger: import("@smithy/types").Logger;
54
46
  extensions: import("./runtimeExtensions").RuntimeExtension[];
55
47
  customUserAgent?: string | import("@smithy/types").UserAgent;
56
- userAgentAppId?:
57
- | string
58
- | undefined
59
- | import("@smithy/types").Provider<string | undefined>;
60
- retryStrategy?:
61
- | import("@smithy/types").RetryStrategy
62
- | import("@smithy/types").RetryStrategyV2;
48
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
49
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
63
50
  endpoint?:
64
51
  | ((
65
52
  | string
@@ -81,7 +68,7 @@ export declare const getRuntimeConfig: (config: DSQLClientConfig) => {
81
68
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
82
69
  context?: {
83
70
  logger?: import("@smithy/types").Logger;
84
- }
71
+ },
85
72
  ) => import("@smithy/types").EndpointV2;
86
73
  tls?: boolean;
87
74
  serviceConfiguredEndpoint?: never;
@@ -94,13 +81,13 @@ export declare const getRuntimeConfig: (config: DSQLClientConfig) => {
94
81
  signer?:
95
82
  | import("@smithy/types").RequestSigner
96
83
  | ((
97
- authScheme?: import("@smithy/types").AuthScheme
84
+ authScheme?: import("@smithy/types").AuthScheme,
98
85
  ) => Promise<import("@smithy/types").RequestSigner>);
99
86
  signingEscapePath?: boolean;
100
87
  systemClockOffset?: number;
101
88
  signingRegion?: string;
102
89
  signerConstructor?: new (
103
90
  options: import("@smithy/signature-v4").SignatureV4Init &
104
- import("@smithy/signature-v4").SignatureV4CryptoInit
91
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
105
92
  ) => import("@smithy/types").RequestSigner;
106
93
  };
@@ -10,23 +10,17 @@ export declare const getRuntimeConfig: (config: DSQLClientConfig) => {
10
10
  credentialDefaultProvider:
11
11
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
12
12
  | ((
13
- init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
13
+ init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit,
14
14
  ) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
15
15
  defaultUserAgentProvider: (
16
- config?: import("@aws-sdk/core/client").PreviouslyResolved
16
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
17
17
  ) => Promise<import("@smithy/types").UserAgent>;
18
18
  maxAttempts: number | import("@smithy/types").Provider<number>;
19
19
  region: string | import("@smithy/types").Provider<string>;
20
- requestHandler:
21
- | RequestHandler
22
- | import("@smithy/core/protocols").HttpHandler<any>;
20
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
23
21
  retryMode: string | import("@smithy/types").Provider<string>;
24
22
  streamCollector: (
25
- stream:
26
- | import("stream").Readable
27
- | import("stream/web").ReadableStream
28
- | ReadableStream
29
- | Blob
23
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
30
24
  ) => Promise<Uint8Array>;
31
25
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
32
26
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -53,9 +47,7 @@ export declare const getRuntimeConfig: (config: DSQLClientConfig) => {
53
47
  logger: import("@smithy/types").Logger;
54
48
  extensions: import("./runtimeExtensions").RuntimeExtension[];
55
49
  customUserAgent?: string | import("@smithy/types").UserAgent;
56
- retryStrategy?:
57
- | import("@smithy/types").RetryStrategy
58
- | import("@smithy/types").RetryStrategyV2;
50
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
59
51
  endpoint?:
60
52
  | ((
61
53
  | string
@@ -77,7 +69,7 @@ export declare const getRuntimeConfig: (config: DSQLClientConfig) => {
77
69
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
78
70
  context?: {
79
71
  logger?: import("@smithy/types").Logger;
80
- }
72
+ },
81
73
  ) => import("@smithy/types").EndpointV2;
82
74
  tls?: boolean;
83
75
  serviceConfiguredEndpoint?: never;
@@ -89,13 +81,13 @@ export declare const getRuntimeConfig: (config: DSQLClientConfig) => {
89
81
  signer?:
90
82
  | import("@smithy/types").RequestSigner
91
83
  | ((
92
- authScheme?: import("@smithy/types").AuthScheme
84
+ authScheme?: import("@smithy/types").AuthScheme,
93
85
  ) => Promise<import("@smithy/types").RequestSigner>);
94
86
  signingEscapePath?: boolean;
95
87
  systemClockOffset?: number;
96
88
  signingRegion?: string;
97
89
  signerConstructor?: new (
98
90
  options: import("@smithy/signature-v4").SignatureV4Init &
99
- import("@smithy/signature-v4").SignatureV4CryptoInit
91
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
100
92
  ) => import("@smithy/types").RequestSigner;
101
93
  };