@aws-sdk/client-cloudwatch-events 3.1087.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 (70) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/CloudWatchEvents.d.ts +164 -202
  3. package/dist-types/ts3.4/CloudWatchEventsClient.d.ts +15 -55
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/ActivateEventSourceCommand.d.ts +3 -4
  8. package/dist-types/ts3.4/commands/CancelReplayCommand.d.ts +3 -5
  9. package/dist-types/ts3.4/commands/CreateApiDestinationCommand.d.ts +5 -10
  10. package/dist-types/ts3.4/commands/CreateArchiveCommand.d.ts +4 -9
  11. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +4 -9
  12. package/dist-types/ts3.4/commands/CreateEventBusCommand.d.ts +4 -9
  13. package/dist-types/ts3.4/commands/CreatePartnerEventSourceCommand.d.ts +4 -6
  14. package/dist-types/ts3.4/commands/DeactivateEventSourceCommand.d.ts +3 -4
  15. package/dist-types/ts3.4/commands/DeauthorizeConnectionCommand.d.ts +5 -10
  16. package/dist-types/ts3.4/commands/DeleteApiDestinationCommand.d.ts +5 -10
  17. package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +4 -9
  18. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +4 -9
  19. package/dist-types/ts3.4/commands/DeleteEventBusCommand.d.ts +2 -2
  20. package/dist-types/ts3.4/commands/DeletePartnerEventSourceCommand.d.ts +4 -6
  21. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +2 -2
  22. package/dist-types/ts3.4/commands/DescribeApiDestinationCommand.d.ts +5 -10
  23. package/dist-types/ts3.4/commands/DescribeArchiveCommand.d.ts +4 -9
  24. package/dist-types/ts3.4/commands/DescribeConnectionCommand.d.ts +5 -10
  25. package/dist-types/ts3.4/commands/DescribeEventBusCommand.d.ts +3 -8
  26. package/dist-types/ts3.4/commands/DescribeEventSourceCommand.d.ts +5 -10
  27. package/dist-types/ts3.4/commands/DescribePartnerEventSourceCommand.d.ts +4 -6
  28. package/dist-types/ts3.4/commands/DescribeReplayCommand.d.ts +4 -9
  29. package/dist-types/ts3.4/commands/DescribeRuleCommand.d.ts +3 -5
  30. package/dist-types/ts3.4/commands/DisableRuleCommand.d.ts +2 -2
  31. package/dist-types/ts3.4/commands/EnableRuleCommand.d.ts +2 -2
  32. package/dist-types/ts3.4/commands/ListApiDestinationsCommand.d.ts +4 -9
  33. package/dist-types/ts3.4/commands/ListArchivesCommand.d.ts +2 -4
  34. package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +3 -8
  35. package/dist-types/ts3.4/commands/ListEventBusesCommand.d.ts +3 -8
  36. package/dist-types/ts3.4/commands/ListEventSourcesCommand.d.ts +3 -8
  37. package/dist-types/ts3.4/commands/ListPartnerEventSourceAccountsCommand.d.ts +4 -6
  38. package/dist-types/ts3.4/commands/ListPartnerEventSourcesCommand.d.ts +4 -6
  39. package/dist-types/ts3.4/commands/ListReplaysCommand.d.ts +2 -4
  40. package/dist-types/ts3.4/commands/ListRuleNamesByTargetCommand.d.ts +5 -10
  41. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +4 -4
  42. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  43. package/dist-types/ts3.4/commands/ListTargetsByRuleCommand.d.ts +5 -10
  44. package/dist-types/ts3.4/commands/PutEventsCommand.d.ts +7 -5
  45. package/dist-types/ts3.4/commands/PutPartnerEventsCommand.d.ts +4 -9
  46. package/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/PutRuleCommand.d.ts +7 -5
  48. package/dist-types/ts3.4/commands/PutTargetsCommand.d.ts +3 -5
  49. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/RemoveTargetsCommand.d.ts +4 -9
  51. package/dist-types/ts3.4/commands/StartReplayCommand.d.ts +3 -5
  52. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  53. package/dist-types/ts3.4/commands/TestEventPatternCommand.d.ts +4 -9
  54. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  55. package/dist-types/ts3.4/commands/UpdateApiDestinationCommand.d.ts +5 -10
  56. package/dist-types/ts3.4/commands/UpdateArchiveCommand.d.ts +4 -9
  57. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +4 -9
  58. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  59. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  60. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  61. package/dist-types/ts3.4/models/enums.d.ts +4 -8
  62. package/dist-types/ts3.4/models/errors.d.ts +10 -33
  63. package/dist-types/ts3.4/models/models_0.d.ts +2 -6
  64. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
  65. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
  66. package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
  67. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
  68. package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
  69. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  70. package/package.json +38 -38
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { PutRuleRequest, PutRuleResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface PutRuleCommandInput extends PutRuleRequest {}
5
- export interface PutRuleCommandOutput
6
- extends PutRuleResponse,
7
- __MetadataBearer {}
5
+ export interface PutRuleCommandOutput extends PutRuleResponse, __MetadataBearer {}
8
6
  declare const PutRuleCommand_base: {
9
- new (input: PutRuleCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: PutRuleCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
10
10
  PutRuleCommandInput,
11
11
  PutRuleCommandOutput,
12
12
  import("..").CloudWatchEventsClientResolvedConfig,
13
13
  import("..").ServiceInputTypes,
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
- new (input: PutRuleCommandInput): import("@smithy/core/client").CommandImpl<
16
+ new (
17
+ input: PutRuleCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
17
19
  PutRuleCommandInput,
18
20
  PutRuleCommandOutput,
19
21
  import("..").CloudWatchEventsClientResolvedConfig,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { PutTargetsRequest, PutTargetsResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface PutTargetsCommandInput extends PutTargetsRequest {}
5
- export interface PutTargetsCommandOutput
6
- extends PutTargetsResponse,
7
- __MetadataBearer {}
5
+ export interface PutTargetsCommandOutput extends PutTargetsResponse, __MetadataBearer {}
8
6
  declare const PutTargetsCommand_base: {
9
7
  new (
10
- input: PutTargetsCommandInput
8
+ input: PutTargetsCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  PutTargetsCommandInput,
13
11
  PutTargetsCommandOutput,
@@ -16,7 +14,7 @@ declare const PutTargetsCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: PutTargetsCommandInput
17
+ input: PutTargetsCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  PutTargetsCommandInput,
22
20
  PutTargetsCommandOutput,
@@ -5,7 +5,7 @@ export interface RemovePermissionCommandInput extends RemovePermissionRequest {}
5
5
  export interface RemovePermissionCommandOutput extends __MetadataBearer {}
6
6
  declare const RemovePermissionCommand_base: {
7
7
  new (
8
- input: RemovePermissionCommandInput
8
+ input: RemovePermissionCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  RemovePermissionCommandInput,
11
11
  RemovePermissionCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- RemoveTargetsRequest,
4
- RemoveTargetsResponse,
5
- } from "../models/models_0";
2
+ import { RemoveTargetsRequest, RemoveTargetsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface RemoveTargetsCommandInput extends RemoveTargetsRequest {}
8
- export interface RemoveTargetsCommandOutput
9
- extends RemoveTargetsResponse,
10
- __MetadataBearer {}
5
+ export interface RemoveTargetsCommandOutput extends RemoveTargetsResponse, __MetadataBearer {}
11
6
  declare const RemoveTargetsCommand_base: {
12
7
  new (
13
- input: RemoveTargetsCommandInput
8
+ input: RemoveTargetsCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  RemoveTargetsCommandInput,
16
11
  RemoveTargetsCommandOutput,
@@ -19,7 +14,7 @@ declare const RemoveTargetsCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: RemoveTargetsCommandInput
17
+ input: RemoveTargetsCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  RemoveTargetsCommandInput,
25
20
  RemoveTargetsCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { StartReplayRequest, StartReplayResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface StartReplayCommandInput extends StartReplayRequest {}
5
- export interface StartReplayCommandOutput
6
- extends StartReplayResponse,
7
- __MetadataBearer {}
5
+ export interface StartReplayCommandOutput extends StartReplayResponse, __MetadataBearer {}
8
6
  declare const StartReplayCommand_base: {
9
7
  new (
10
- input: StartReplayCommandInput
8
+ input: StartReplayCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  StartReplayCommandInput,
13
11
  StartReplayCommandOutput,
@@ -16,7 +14,7 @@ declare const StartReplayCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: StartReplayCommandInput
17
+ input: StartReplayCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  StartReplayCommandInput,
22
20
  StartReplayCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface TagResourceCommandInput extends TagResourceRequest {}
5
- export interface TagResourceCommandOutput
6
- extends TagResourceResponse,
7
- __MetadataBearer {}
5
+ export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {}
8
6
  declare const TagResourceCommand_base: {
9
7
  new (
10
- input: TagResourceCommandInput
8
+ input: TagResourceCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  TagResourceCommandInput,
13
11
  TagResourceCommandOutput,
@@ -16,7 +14,7 @@ declare const TagResourceCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: TagResourceCommandInput
17
+ input: TagResourceCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  TagResourceCommandInput,
22
20
  TagResourceCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- TestEventPatternRequest,
4
- TestEventPatternResponse,
5
- } from "../models/models_0";
2
+ import { TestEventPatternRequest, TestEventPatternResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface TestEventPatternCommandInput extends TestEventPatternRequest {}
8
- export interface TestEventPatternCommandOutput
9
- extends TestEventPatternResponse,
10
- __MetadataBearer {}
5
+ export interface TestEventPatternCommandOutput extends TestEventPatternResponse, __MetadataBearer {}
11
6
  declare const TestEventPatternCommand_base: {
12
7
  new (
13
- input: TestEventPatternCommandInput
8
+ input: TestEventPatternCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  TestEventPatternCommandInput,
16
11
  TestEventPatternCommandOutput,
@@ -19,7 +14,7 @@ declare const TestEventPatternCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: TestEventPatternCommandInput
17
+ input: TestEventPatternCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  TestEventPatternCommandInput,
25
20
  TestEventPatternCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UntagResourceRequest,
4
- UntagResourceResponse,
5
- } from "../models/models_0";
2
+ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
8
- export interface UntagResourceCommandOutput
9
- extends UntagResourceResponse,
10
- __MetadataBearer {}
5
+ export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {}
11
6
  declare const UntagResourceCommand_base: {
12
7
  new (
13
- input: UntagResourceCommandInput
8
+ input: UntagResourceCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  UntagResourceCommandInput,
16
11
  UntagResourceCommandOutput,
@@ -19,7 +14,7 @@ declare const UntagResourceCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: UntagResourceCommandInput
17
+ input: UntagResourceCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  UntagResourceCommandInput,
25
20
  UntagResourceCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateApiDestinationRequest,
4
- UpdateApiDestinationResponse,
5
- } from "../models/models_0";
2
+ import { UpdateApiDestinationRequest, UpdateApiDestinationResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateApiDestinationCommandInput
8
- extends UpdateApiDestinationRequest {}
4
+ export interface UpdateApiDestinationCommandInput extends UpdateApiDestinationRequest {}
9
5
  export interface UpdateApiDestinationCommandOutput
10
- extends UpdateApiDestinationResponse,
11
- __MetadataBearer {}
6
+ extends UpdateApiDestinationResponse, __MetadataBearer {}
12
7
  declare const UpdateApiDestinationCommand_base: {
13
8
  new (
14
- input: UpdateApiDestinationCommandInput
9
+ input: UpdateApiDestinationCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateApiDestinationCommandInput,
17
12
  UpdateApiDestinationCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateApiDestinationCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateApiDestinationCommandInput
18
+ input: UpdateApiDestinationCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateApiDestinationCommandInput,
26
21
  UpdateApiDestinationCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateArchiveRequest,
4
- UpdateArchiveResponse,
5
- } from "../models/models_0";
2
+ import { UpdateArchiveRequest, UpdateArchiveResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface UpdateArchiveCommandInput extends UpdateArchiveRequest {}
8
- export interface UpdateArchiveCommandOutput
9
- extends UpdateArchiveResponse,
10
- __MetadataBearer {}
5
+ export interface UpdateArchiveCommandOutput extends UpdateArchiveResponse, __MetadataBearer {}
11
6
  declare const UpdateArchiveCommand_base: {
12
7
  new (
13
- input: UpdateArchiveCommandInput
8
+ input: UpdateArchiveCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  UpdateArchiveCommandInput,
16
11
  UpdateArchiveCommandOutput,
@@ -19,7 +14,7 @@ declare const UpdateArchiveCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: UpdateArchiveCommandInput
17
+ input: UpdateArchiveCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  UpdateArchiveCommandInput,
25
20
  UpdateArchiveCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateConnectionRequest,
4
- UpdateConnectionResponse,
5
- } from "../models/models_0";
2
+ import { UpdateConnectionRequest, UpdateConnectionResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface UpdateConnectionCommandInput extends UpdateConnectionRequest {}
8
- export interface UpdateConnectionCommandOutput
9
- extends UpdateConnectionResponse,
10
- __MetadataBearer {}
5
+ export interface UpdateConnectionCommandOutput extends UpdateConnectionResponse, __MetadataBearer {}
11
6
  declare const UpdateConnectionCommand_base: {
12
7
  new (
13
- input: UpdateConnectionCommandInput
8
+ input: UpdateConnectionCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  UpdateConnectionCommandInput,
16
11
  UpdateConnectionCommandOutput,
@@ -19,7 +14,7 @@ declare const UpdateConnectionCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: UpdateConnectionCommandInput
17
+ input: UpdateConnectionCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  UpdateConnectionCommandInput,
25
20
  UpdateConnectionCommandOutput,
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
23
23
  defaultSigningName: string;
24
24
  };
25
25
  export declare const resolveClientEndpointParameters: <T>(
26
- options: T & ClientInputEndpointParameters
26
+ options: T & ClientInputEndpointParameters,
27
27
  ) => T & ClientResolvedEndpointParameters;
28
28
  export declare const commonParams: {
29
29
  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 CloudWatchEventsExtensionConfiguration
6
- extends HttpHandlerExtensionConfiguration,
6
+ extends
7
+ HttpHandlerExtensionConfiguration,
7
8
  DefaultExtensionConfiguration,
8
9
  AwsRegionExtensionConfiguration,
9
10
  HttpAuthExtensionConfiguration {}
@@ -2,8 +2,7 @@ export declare const ApiDestinationState: {
2
2
  readonly ACTIVE: "ACTIVE";
3
3
  readonly INACTIVE: "INACTIVE";
4
4
  };
5
- export type ApiDestinationState =
6
- (typeof ApiDestinationState)[keyof typeof ApiDestinationState];
5
+ export type ApiDestinationState = (typeof ApiDestinationState)[keyof typeof ApiDestinationState];
7
6
  export declare const ApiDestinationHttpMethod: {
8
7
  readonly DELETE: "DELETE";
9
8
  readonly GET: "GET";
@@ -28,8 +27,7 @@ export declare const AssignPublicIp: {
28
27
  readonly DISABLED: "DISABLED";
29
28
  readonly ENABLED: "ENABLED";
30
29
  };
31
- export type AssignPublicIp =
32
- (typeof AssignPublicIp)[keyof typeof AssignPublicIp];
30
+ export type AssignPublicIp = (typeof AssignPublicIp)[keyof typeof AssignPublicIp];
33
31
  export declare const ReplayState: {
34
32
  readonly CANCELLED: "CANCELLED";
35
33
  readonly CANCELLING: "CANCELLING";
@@ -62,15 +60,13 @@ export declare const ConnectionState: {
62
60
  readonly DELETING: "DELETING";
63
61
  readonly UPDATING: "UPDATING";
64
62
  };
65
- export type ConnectionState =
66
- (typeof ConnectionState)[keyof typeof ConnectionState];
63
+ export type ConnectionState = (typeof ConnectionState)[keyof typeof ConnectionState];
67
64
  export declare const EventSourceState: {
68
65
  readonly ACTIVE: "ACTIVE";
69
66
  readonly DELETED: "DELETED";
70
67
  readonly PENDING: "PENDING";
71
68
  };
72
- export type EventSourceState =
73
- (typeof EventSourceState)[keyof typeof EventSourceState];
69
+ export type EventSourceState = (typeof EventSourceState)[keyof typeof EventSourceState];
74
70
  export declare const RuleState: {
75
71
  readonly DISABLED: "DISABLED";
76
72
  readonly ENABLED: "ENABLED";
@@ -3,12 +3,7 @@ import { CloudWatchEventsServiceException as __BaseException } from "./CloudWatc
3
3
  export declare class ConcurrentModificationException extends __BaseException {
4
4
  readonly name: "ConcurrentModificationException";
5
5
  readonly $fault: "client";
6
- constructor(
7
- opts: __ExceptionOptionType<
8
- ConcurrentModificationException,
9
- __BaseException
10
- >
11
- );
6
+ constructor(opts: __ExceptionOptionType<ConcurrentModificationException, __BaseException>);
12
7
  }
13
8
  export declare class InternalException extends __BaseException {
14
9
  readonly name: "InternalException";
@@ -18,63 +13,45 @@ export declare class InternalException extends __BaseException {
18
13
  export declare class InvalidStateException extends __BaseException {
19
14
  readonly name: "InvalidStateException";
20
15
  readonly $fault: "client";
21
- constructor(
22
- opts: __ExceptionOptionType<InvalidStateException, __BaseException>
23
- );
16
+ constructor(opts: __ExceptionOptionType<InvalidStateException, __BaseException>);
24
17
  }
25
18
  export declare class OperationDisabledException extends __BaseException {
26
19
  readonly name: "OperationDisabledException";
27
20
  readonly $fault: "client";
28
- constructor(
29
- opts: __ExceptionOptionType<OperationDisabledException, __BaseException>
30
- );
21
+ constructor(opts: __ExceptionOptionType<OperationDisabledException, __BaseException>);
31
22
  }
32
23
  export declare class ResourceNotFoundException extends __BaseException {
33
24
  readonly name: "ResourceNotFoundException";
34
25
  readonly $fault: "client";
35
- constructor(
36
- opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
37
- );
26
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
38
27
  }
39
28
  export declare class IllegalStatusException extends __BaseException {
40
29
  readonly name: "IllegalStatusException";
41
30
  readonly $fault: "client";
42
- constructor(
43
- opts: __ExceptionOptionType<IllegalStatusException, __BaseException>
44
- );
31
+ constructor(opts: __ExceptionOptionType<IllegalStatusException, __BaseException>);
45
32
  }
46
33
  export declare class LimitExceededException extends __BaseException {
47
34
  readonly name: "LimitExceededException";
48
35
  readonly $fault: "client";
49
- constructor(
50
- opts: __ExceptionOptionType<LimitExceededException, __BaseException>
51
- );
36
+ constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
52
37
  }
53
38
  export declare class ResourceAlreadyExistsException extends __BaseException {
54
39
  readonly name: "ResourceAlreadyExistsException";
55
40
  readonly $fault: "client";
56
- constructor(
57
- opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>
58
- );
41
+ constructor(opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>);
59
42
  }
60
43
  export declare class InvalidEventPatternException extends __BaseException {
61
44
  readonly name: "InvalidEventPatternException";
62
45
  readonly $fault: "client";
63
- constructor(
64
- opts: __ExceptionOptionType<InvalidEventPatternException, __BaseException>
65
- );
46
+ constructor(opts: __ExceptionOptionType<InvalidEventPatternException, __BaseException>);
66
47
  }
67
48
  export declare class ManagedRuleException extends __BaseException {
68
49
  readonly name: "ManagedRuleException";
69
50
  readonly $fault: "client";
70
- constructor(
71
- opts: __ExceptionOptionType<ManagedRuleException, __BaseException>
72
- );
51
+ constructor(opts: __ExceptionOptionType<ManagedRuleException, __BaseException>);
73
52
  }
74
53
  export declare class PolicyLengthExceededException extends __BaseException {
75
54
  readonly name: "PolicyLengthExceededException";
76
55
  readonly $fault: "client";
77
- constructor(
78
- opts: __ExceptionOptionType<PolicyLengthExceededException, __BaseException>
79
- );
56
+ constructor(opts: __ExceptionOptionType<PolicyLengthExceededException, __BaseException>);
80
57
  }
@@ -114,9 +114,7 @@ export interface CreateConnectionOAuthRequestParameters {
114
114
  export interface CreateConnectionAuthRequestParameters {
115
115
  BasicAuthParameters?: CreateConnectionBasicAuthRequestParameters | undefined;
116
116
  OAuthParameters?: CreateConnectionOAuthRequestParameters | undefined;
117
- ApiKeyAuthParameters?:
118
- | CreateConnectionApiKeyAuthRequestParameters
119
- | undefined;
117
+ ApiKeyAuthParameters?: CreateConnectionApiKeyAuthRequestParameters | undefined;
120
118
  InvocationHttpParameters?: ConnectionHttpParameters | undefined;
121
119
  }
122
120
  export interface CreateConnectionRequest {
@@ -790,9 +788,7 @@ export interface UpdateConnectionOAuthRequestParameters {
790
788
  export interface UpdateConnectionAuthRequestParameters {
791
789
  BasicAuthParameters?: UpdateConnectionBasicAuthRequestParameters | undefined;
792
790
  OAuthParameters?: UpdateConnectionOAuthRequestParameters | undefined;
793
- ApiKeyAuthParameters?:
794
- | UpdateConnectionApiKeyAuthRequestParameters
795
- | undefined;
791
+ ApiKeyAuthParameters?: UpdateConnectionApiKeyAuthRequestParameters | undefined;
796
792
  InvocationHttpParameters?: ConnectionHttpParameters | undefined;
797
793
  }
798
794
  export interface UpdateConnectionRequest {
@@ -1,8 +1,6 @@
1
1
  import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";
2
2
  import { CloudWatchEventsClientConfig } from "./CloudWatchEventsClient";
3
- export declare const getRuntimeConfig: (
4
- config: CloudWatchEventsClientConfig
5
- ) => {
3
+ export declare const getRuntimeConfig: (config: CloudWatchEventsClientConfig) => {
6
4
  runtime: string;
7
5
  defaultsMode: import("@smithy/types").Provider<
8
6
  import("@smithy/core/client").ResolvedDefaultsMode
@@ -10,24 +8,16 @@ export declare const getRuntimeConfig: (
10
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
9
  credentialDefaultProvider:
12
10
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
13
- | ((
14
- _: unknown
15
- ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
+ | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
16
12
  defaultUserAgentProvider: (
17
- config?: import("@aws-sdk/core/client").PreviouslyResolved
13
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
18
14
  ) => Promise<import("@smithy/types").UserAgent>;
19
15
  maxAttempts: number | import("@smithy/types").Provider<number>;
20
16
  region: string | import("@smithy/types").Provider<any>;
21
- requestHandler:
22
- | import("@smithy/core/protocols").HttpHandler<any>
23
- | RequestHandler;
17
+ requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
24
18
  retryMode: string | import("@smithy/types").Provider<string>;
25
19
  streamCollector: (
26
- stream:
27
- | import("stream").Readable
28
- | import("stream/web").ReadableStream
29
- | ReadableStream
30
- | Blob
20
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
31
21
  ) => Promise<Uint8Array>;
32
22
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
33
23
  (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -55,13 +45,8 @@ export declare const getRuntimeConfig: (
55
45
  logger: import("@smithy/types").Logger;
56
46
  extensions: import("./runtimeExtensions").RuntimeExtension[];
57
47
  customUserAgent?: string | import("@smithy/types").UserAgent;
58
- userAgentAppId?:
59
- | string
60
- | undefined
61
- | import("@smithy/types").Provider<string | undefined>;
62
- retryStrategy?:
63
- | import("@smithy/types").RetryStrategy
64
- | import("@smithy/types").RetryStrategyV2;
48
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
49
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
65
50
  endpoint?:
66
51
  | ((
67
52
  | string
@@ -83,7 +68,7 @@ export declare const getRuntimeConfig: (
83
68
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
84
69
  context?: {
85
70
  logger?: import("@smithy/types").Logger;
86
- }
71
+ },
87
72
  ) => import("@smithy/types").EndpointV2;
88
73
  tls?: boolean;
89
74
  serviceConfiguredEndpoint?: never;
@@ -96,13 +81,13 @@ export declare const getRuntimeConfig: (
96
81
  signer?:
97
82
  | import("@smithy/types").RequestSigner
98
83
  | ((
99
- authScheme?: import("@smithy/types").AuthScheme
84
+ authScheme?: import("@smithy/types").AuthScheme,
100
85
  ) => Promise<import("@smithy/types").RequestSigner>);
101
86
  signingEscapePath?: boolean;
102
87
  systemClockOffset?: number;
103
88
  signingRegion?: string;
104
89
  signerConstructor?: new (
105
90
  options: import("@smithy/signature-v4").SignatureV4Init &
106
- import("@smithy/signature-v4").SignatureV4CryptoInit
91
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
107
92
  ) => import("@smithy/types").RequestSigner;
108
93
  };
@@ -1,8 +1,6 @@
1
1
  import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";
2
2
  import { CloudWatchEventsClientConfig } from "./CloudWatchEventsClient";
3
- export declare const getRuntimeConfig: (
4
- config: CloudWatchEventsClientConfig
5
- ) => {
3
+ export declare const getRuntimeConfig: (config: CloudWatchEventsClientConfig) => {
6
4
  runtime: string;
7
5
  defaultsMode: import("@smithy/types").Provider<
8
6
  import("@smithy/core/client").ResolvedDefaultsMode
@@ -12,23 +10,17 @@ export declare const getRuntimeConfig: (
12
10
  credentialDefaultProvider:
13
11
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
14
12
  | ((
15
- init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
13
+ init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit,
16
14
  ) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
17
15
  defaultUserAgentProvider: (
18
- config?: import("@aws-sdk/core/client").PreviouslyResolved
16
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
19
17
  ) => Promise<import("@smithy/types").UserAgent>;
20
18
  maxAttempts: number | import("@smithy/types").Provider<number>;
21
19
  region: string | import("@smithy/types").Provider<string>;
22
- requestHandler:
23
- | RequestHandler
24
- | import("@smithy/core/protocols").HttpHandler<any>;
20
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
25
21
  retryMode: string | import("@smithy/types").Provider<string>;
26
22
  streamCollector: (
27
- stream:
28
- | import("stream").Readable
29
- | import("stream/web").ReadableStream
30
- | ReadableStream
31
- | Blob
23
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
32
24
  ) => Promise<Uint8Array>;
33
25
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
34
26
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -55,9 +47,7 @@ export declare const getRuntimeConfig: (
55
47
  logger: import("@smithy/types").Logger;
56
48
  extensions: import("./runtimeExtensions").RuntimeExtension[];
57
49
  customUserAgent?: string | import("@smithy/types").UserAgent;
58
- retryStrategy?:
59
- | import("@smithy/types").RetryStrategy
60
- | import("@smithy/types").RetryStrategyV2;
50
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
61
51
  endpoint?:
62
52
  | ((
63
53
  | string
@@ -79,7 +69,7 @@ export declare const getRuntimeConfig: (
79
69
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
80
70
  context?: {
81
71
  logger?: import("@smithy/types").Logger;
82
- }
72
+ },
83
73
  ) => import("@smithy/types").EndpointV2;
84
74
  tls?: boolean;
85
75
  serviceConfiguredEndpoint?: never;
@@ -91,13 +81,13 @@ export declare const getRuntimeConfig: (
91
81
  signer?:
92
82
  | import("@smithy/types").RequestSigner
93
83
  | ((
94
- authScheme?: import("@smithy/types").AuthScheme
84
+ authScheme?: import("@smithy/types").AuthScheme,
95
85
  ) => Promise<import("@smithy/types").RequestSigner>);
96
86
  signingEscapePath?: boolean;
97
87
  systemClockOffset?: number;
98
88
  signingRegion?: string;
99
89
  signerConstructor?: new (
100
90
  options: import("@smithy/signature-v4").SignatureV4Init &
101
- import("@smithy/signature-v4").SignatureV4CryptoInit
91
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
102
92
  ) => import("@smithy/types").RequestSigner;
103
93
  };