@aws-sdk/client-cloudwatch-events 3.1087.0 → 3.1089.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
@@ -5,7 +5,7 @@ export interface DeleteRuleCommandInput extends DeleteRuleRequest {}
5
5
  export interface DeleteRuleCommandOutput extends __MetadataBearer {}
6
6
  declare const DeleteRuleCommand_base: {
7
7
  new (
8
- input: DeleteRuleCommandInput
8
+ input: DeleteRuleCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  DeleteRuleCommandInput,
11
11
  DeleteRuleCommandOutput,
@@ -14,7 +14,7 @@ declare const DeleteRuleCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: DeleteRuleCommandInput
17
+ input: DeleteRuleCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  DeleteRuleCommandInput,
20
20
  DeleteRuleCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DescribeApiDestinationRequest,
4
- DescribeApiDestinationResponse,
5
- } from "../models/models_0";
2
+ import { DescribeApiDestinationRequest, DescribeApiDestinationResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DescribeApiDestinationCommandInput
8
- extends DescribeApiDestinationRequest {}
4
+ export interface DescribeApiDestinationCommandInput extends DescribeApiDestinationRequest {}
9
5
  export interface DescribeApiDestinationCommandOutput
10
- extends DescribeApiDestinationResponse,
11
- __MetadataBearer {}
6
+ extends DescribeApiDestinationResponse, __MetadataBearer {}
12
7
  declare const DescribeApiDestinationCommand_base: {
13
8
  new (
14
- input: DescribeApiDestinationCommandInput
9
+ input: DescribeApiDestinationCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DescribeApiDestinationCommandInput,
17
12
  DescribeApiDestinationCommandOutput,
@@ -20,7 +15,7 @@ declare const DescribeApiDestinationCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DescribeApiDestinationCommandInput
18
+ input: DescribeApiDestinationCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DescribeApiDestinationCommandInput,
26
21
  DescribeApiDestinationCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DescribeArchiveRequest,
4
- DescribeArchiveResponse,
5
- } from "../models/models_0";
2
+ import { DescribeArchiveRequest, DescribeArchiveResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface DescribeArchiveCommandInput extends DescribeArchiveRequest {}
8
- export interface DescribeArchiveCommandOutput
9
- extends DescribeArchiveResponse,
10
- __MetadataBearer {}
5
+ export interface DescribeArchiveCommandOutput extends DescribeArchiveResponse, __MetadataBearer {}
11
6
  declare const DescribeArchiveCommand_base: {
12
7
  new (
13
- input: DescribeArchiveCommandInput
8
+ input: DescribeArchiveCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  DescribeArchiveCommandInput,
16
11
  DescribeArchiveCommandOutput,
@@ -19,7 +14,7 @@ declare const DescribeArchiveCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: DescribeArchiveCommandInput
17
+ input: DescribeArchiveCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  DescribeArchiveCommandInput,
25
20
  DescribeArchiveCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DescribeConnectionRequest,
4
- DescribeConnectionResponse,
5
- } from "../models/models_0";
2
+ import { DescribeConnectionRequest, DescribeConnectionResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DescribeConnectionCommandInput
8
- extends DescribeConnectionRequest {}
4
+ export interface DescribeConnectionCommandInput extends DescribeConnectionRequest {}
9
5
  export interface DescribeConnectionCommandOutput
10
- extends DescribeConnectionResponse,
11
- __MetadataBearer {}
6
+ extends DescribeConnectionResponse, __MetadataBearer {}
12
7
  declare const DescribeConnectionCommand_base: {
13
8
  new (
14
- input: DescribeConnectionCommandInput
9
+ input: DescribeConnectionCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DescribeConnectionCommandInput,
17
12
  DescribeConnectionCommandOutput,
@@ -20,7 +15,7 @@ declare const DescribeConnectionCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DescribeConnectionCommandInput
18
+ input: DescribeConnectionCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DescribeConnectionCommandInput,
26
21
  DescribeConnectionCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DescribeEventBusRequest,
4
- DescribeEventBusResponse,
5
- } from "../models/models_0";
2
+ import { DescribeEventBusRequest, DescribeEventBusResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface DescribeEventBusCommandInput extends DescribeEventBusRequest {}
8
- export interface DescribeEventBusCommandOutput
9
- extends DescribeEventBusResponse,
10
- __MetadataBearer {}
5
+ export interface DescribeEventBusCommandOutput extends DescribeEventBusResponse, __MetadataBearer {}
11
6
  declare const DescribeEventBusCommand_base: {
12
7
  new (
13
- input: DescribeEventBusCommandInput
8
+ input: DescribeEventBusCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  DescribeEventBusCommandInput,
16
11
  DescribeEventBusCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DescribeEventSourceRequest,
4
- DescribeEventSourceResponse,
5
- } from "../models/models_0";
2
+ import { DescribeEventSourceRequest, DescribeEventSourceResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DescribeEventSourceCommandInput
8
- extends DescribeEventSourceRequest {}
4
+ export interface DescribeEventSourceCommandInput extends DescribeEventSourceRequest {}
9
5
  export interface DescribeEventSourceCommandOutput
10
- extends DescribeEventSourceResponse,
11
- __MetadataBearer {}
6
+ extends DescribeEventSourceResponse, __MetadataBearer {}
12
7
  declare const DescribeEventSourceCommand_base: {
13
8
  new (
14
- input: DescribeEventSourceCommandInput
9
+ input: DescribeEventSourceCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DescribeEventSourceCommandInput,
17
12
  DescribeEventSourceCommandOutput,
@@ -20,7 +15,7 @@ declare const DescribeEventSourceCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DescribeEventSourceCommandInput
18
+ input: DescribeEventSourceCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DescribeEventSourceCommandInput,
26
21
  DescribeEventSourceCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DescribePartnerEventSourceResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DescribePartnerEventSourceCommandInput
8
- extends DescribePartnerEventSourceRequest {}
7
+ export interface DescribePartnerEventSourceCommandInput extends DescribePartnerEventSourceRequest {}
9
8
  export interface DescribePartnerEventSourceCommandOutput
10
- extends DescribePartnerEventSourceResponse,
11
- __MetadataBearer {}
9
+ extends DescribePartnerEventSourceResponse, __MetadataBearer {}
12
10
  declare const DescribePartnerEventSourceCommand_base: {
13
11
  new (
14
- input: DescribePartnerEventSourceCommandInput
12
+ input: DescribePartnerEventSourceCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DescribePartnerEventSourceCommandInput,
17
15
  DescribePartnerEventSourceCommandOutput,
@@ -20,7 +18,7 @@ declare const DescribePartnerEventSourceCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DescribePartnerEventSourceCommandInput
21
+ input: DescribePartnerEventSourceCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DescribePartnerEventSourceCommandInput,
26
24
  DescribePartnerEventSourceCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DescribeReplayRequest,
4
- DescribeReplayResponse,
5
- } from "../models/models_0";
2
+ import { DescribeReplayRequest, DescribeReplayResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface DescribeReplayCommandInput extends DescribeReplayRequest {}
8
- export interface DescribeReplayCommandOutput
9
- extends DescribeReplayResponse,
10
- __MetadataBearer {}
5
+ export interface DescribeReplayCommandOutput extends DescribeReplayResponse, __MetadataBearer {}
11
6
  declare const DescribeReplayCommand_base: {
12
7
  new (
13
- input: DescribeReplayCommandInput
8
+ input: DescribeReplayCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  DescribeReplayCommandInput,
16
11
  DescribeReplayCommandOutput,
@@ -19,7 +14,7 @@ declare const DescribeReplayCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: DescribeReplayCommandInput
17
+ input: DescribeReplayCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  DescribeReplayCommandInput,
25
20
  DescribeReplayCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DescribeRuleRequest, DescribeRuleResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface DescribeRuleCommandInput extends DescribeRuleRequest {}
5
- export interface DescribeRuleCommandOutput
6
- extends DescribeRuleResponse,
7
- __MetadataBearer {}
5
+ export interface DescribeRuleCommandOutput extends DescribeRuleResponse, __MetadataBearer {}
8
6
  declare const DescribeRuleCommand_base: {
9
7
  new (
10
- input: DescribeRuleCommandInput
8
+ input: DescribeRuleCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DescribeRuleCommandInput,
13
11
  DescribeRuleCommandOutput,
@@ -16,7 +14,7 @@ declare const DescribeRuleCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DescribeRuleCommandInput
17
+ input: DescribeRuleCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DescribeRuleCommandInput,
22
20
  DescribeRuleCommandOutput,
@@ -5,7 +5,7 @@ export interface DisableRuleCommandInput extends DisableRuleRequest {}
5
5
  export interface DisableRuleCommandOutput extends __MetadataBearer {}
6
6
  declare const DisableRuleCommand_base: {
7
7
  new (
8
- input: DisableRuleCommandInput
8
+ input: DisableRuleCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  DisableRuleCommandInput,
11
11
  DisableRuleCommandOutput,
@@ -14,7 +14,7 @@ declare const DisableRuleCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: DisableRuleCommandInput
17
+ input: DisableRuleCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  DisableRuleCommandInput,
20
20
  DisableRuleCommandOutput,
@@ -5,7 +5,7 @@ export interface EnableRuleCommandInput extends EnableRuleRequest {}
5
5
  export interface EnableRuleCommandOutput extends __MetadataBearer {}
6
6
  declare const EnableRuleCommand_base: {
7
7
  new (
8
- input: EnableRuleCommandInput
8
+ input: EnableRuleCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  EnableRuleCommandInput,
11
11
  EnableRuleCommandOutput,
@@ -14,7 +14,7 @@ declare const EnableRuleCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: EnableRuleCommandInput
17
+ input: EnableRuleCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  EnableRuleCommandInput,
20
20
  EnableRuleCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListApiDestinationsRequest,
4
- ListApiDestinationsResponse,
5
- } from "../models/models_0";
2
+ import { ListApiDestinationsRequest, ListApiDestinationsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListApiDestinationsCommandInput
8
- extends ListApiDestinationsRequest {}
4
+ export interface ListApiDestinationsCommandInput extends ListApiDestinationsRequest {}
9
5
  export interface ListApiDestinationsCommandOutput
10
- extends ListApiDestinationsResponse,
11
- __MetadataBearer {}
6
+ extends ListApiDestinationsResponse, __MetadataBearer {}
12
7
  declare const ListApiDestinationsCommand_base: {
13
8
  new (
14
- input: ListApiDestinationsCommandInput
9
+ input: ListApiDestinationsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListApiDestinationsCommandInput,
17
12
  ListApiDestinationsCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { ListArchivesRequest, ListArchivesResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface ListArchivesCommandInput extends ListArchivesRequest {}
5
- export interface ListArchivesCommandOutput
6
- extends ListArchivesResponse,
7
- __MetadataBearer {}
5
+ export interface ListArchivesCommandOutput extends ListArchivesResponse, __MetadataBearer {}
8
6
  declare const ListArchivesCommand_base: {
9
7
  new (
10
- input: ListArchivesCommandInput
8
+ input: ListArchivesCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  ListArchivesCommandInput,
13
11
  ListArchivesCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListConnectionsRequest,
4
- ListConnectionsResponse,
5
- } from "../models/models_0";
2
+ import { ListConnectionsRequest, ListConnectionsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ListConnectionsCommandInput extends ListConnectionsRequest {}
8
- export interface ListConnectionsCommandOutput
9
- extends ListConnectionsResponse,
10
- __MetadataBearer {}
5
+ export interface ListConnectionsCommandOutput extends ListConnectionsResponse, __MetadataBearer {}
11
6
  declare const ListConnectionsCommand_base: {
12
7
  new (
13
- input: ListConnectionsCommandInput
8
+ input: ListConnectionsCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ListConnectionsCommandInput,
16
11
  ListConnectionsCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListEventBusesRequest,
4
- ListEventBusesResponse,
5
- } from "../models/models_0";
2
+ import { ListEventBusesRequest, ListEventBusesResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ListEventBusesCommandInput extends ListEventBusesRequest {}
8
- export interface ListEventBusesCommandOutput
9
- extends ListEventBusesResponse,
10
- __MetadataBearer {}
5
+ export interface ListEventBusesCommandOutput extends ListEventBusesResponse, __MetadataBearer {}
11
6
  declare const ListEventBusesCommand_base: {
12
7
  new (
13
- input: ListEventBusesCommandInput
8
+ input: ListEventBusesCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ListEventBusesCommandInput,
16
11
  ListEventBusesCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListEventSourcesRequest,
4
- ListEventSourcesResponse,
5
- } from "../models/models_0";
2
+ import { ListEventSourcesRequest, ListEventSourcesResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ListEventSourcesCommandInput extends ListEventSourcesRequest {}
8
- export interface ListEventSourcesCommandOutput
9
- extends ListEventSourcesResponse,
10
- __MetadataBearer {}
5
+ export interface ListEventSourcesCommandOutput extends ListEventSourcesResponse, __MetadataBearer {}
11
6
  declare const ListEventSourcesCommand_base: {
12
7
  new (
13
- input: ListEventSourcesCommandInput
8
+ input: ListEventSourcesCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ListEventSourcesCommandInput,
16
11
  ListEventSourcesCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  ListPartnerEventSourceAccountsResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface ListPartnerEventSourceAccountsCommandInput
8
- extends ListPartnerEventSourceAccountsRequest {}
7
+ export interface ListPartnerEventSourceAccountsCommandInput extends ListPartnerEventSourceAccountsRequest {}
9
8
  export interface ListPartnerEventSourceAccountsCommandOutput
10
- extends ListPartnerEventSourceAccountsResponse,
11
- __MetadataBearer {}
9
+ extends ListPartnerEventSourceAccountsResponse, __MetadataBearer {}
12
10
  declare const ListPartnerEventSourceAccountsCommand_base: {
13
11
  new (
14
- input: ListPartnerEventSourceAccountsCommandInput
12
+ input: ListPartnerEventSourceAccountsCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ListPartnerEventSourceAccountsCommandInput,
17
15
  ListPartnerEventSourceAccountsCommandOutput,
@@ -20,7 +18,7 @@ declare const ListPartnerEventSourceAccountsCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: ListPartnerEventSourceAccountsCommandInput
21
+ input: ListPartnerEventSourceAccountsCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  ListPartnerEventSourceAccountsCommandInput,
26
24
  ListPartnerEventSourceAccountsCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  ListPartnerEventSourcesResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface ListPartnerEventSourcesCommandInput
8
- extends ListPartnerEventSourcesRequest {}
7
+ export interface ListPartnerEventSourcesCommandInput extends ListPartnerEventSourcesRequest {}
9
8
  export interface ListPartnerEventSourcesCommandOutput
10
- extends ListPartnerEventSourcesResponse,
11
- __MetadataBearer {}
9
+ extends ListPartnerEventSourcesResponse, __MetadataBearer {}
12
10
  declare const ListPartnerEventSourcesCommand_base: {
13
11
  new (
14
- input: ListPartnerEventSourcesCommandInput
12
+ input: ListPartnerEventSourcesCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ListPartnerEventSourcesCommandInput,
17
15
  ListPartnerEventSourcesCommandOutput,
@@ -20,7 +18,7 @@ declare const ListPartnerEventSourcesCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: ListPartnerEventSourcesCommandInput
21
+ input: ListPartnerEventSourcesCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  ListPartnerEventSourcesCommandInput,
26
24
  ListPartnerEventSourcesCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { ListReplaysRequest, ListReplaysResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface ListReplaysCommandInput extends ListReplaysRequest {}
5
- export interface ListReplaysCommandOutput
6
- extends ListReplaysResponse,
7
- __MetadataBearer {}
5
+ export interface ListReplaysCommandOutput extends ListReplaysResponse, __MetadataBearer {}
8
6
  declare const ListReplaysCommand_base: {
9
7
  new (
10
- input: ListReplaysCommandInput
8
+ input: ListReplaysCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  ListReplaysCommandInput,
13
11
  ListReplaysCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListRuleNamesByTargetRequest,
4
- ListRuleNamesByTargetResponse,
5
- } from "../models/models_0";
2
+ import { ListRuleNamesByTargetRequest, ListRuleNamesByTargetResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListRuleNamesByTargetCommandInput
8
- extends ListRuleNamesByTargetRequest {}
4
+ export interface ListRuleNamesByTargetCommandInput extends ListRuleNamesByTargetRequest {}
9
5
  export interface ListRuleNamesByTargetCommandOutput
10
- extends ListRuleNamesByTargetResponse,
11
- __MetadataBearer {}
6
+ extends ListRuleNamesByTargetResponse, __MetadataBearer {}
12
7
  declare const ListRuleNamesByTargetCommand_base: {
13
8
  new (
14
- input: ListRuleNamesByTargetCommandInput
9
+ input: ListRuleNamesByTargetCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListRuleNamesByTargetCommandInput,
17
12
  ListRuleNamesByTargetCommandOutput,
@@ -20,7 +15,7 @@ declare const ListRuleNamesByTargetCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListRuleNamesByTargetCommandInput
18
+ input: ListRuleNamesByTargetCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListRuleNamesByTargetCommandInput,
26
21
  ListRuleNamesByTargetCommandOutput,
@@ -2,11 +2,11 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { ListRulesRequest, ListRulesResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface ListRulesCommandInput extends ListRulesRequest {}
5
- export interface ListRulesCommandOutput
6
- extends ListRulesResponse,
7
- __MetadataBearer {}
5
+ export interface ListRulesCommandOutput extends ListRulesResponse, __MetadataBearer {}
8
6
  declare const ListRulesCommand_base: {
9
- new (input: ListRulesCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: ListRulesCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
10
10
  ListRulesCommandInput,
11
11
  ListRulesCommandOutput,
12
12
  import("..").CloudWatchEventsClientResolvedConfig,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListTagsForResourceRequest,
4
- ListTagsForResourceResponse,
5
- } from "../models/models_0";
2
+ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListTagsForResourceCommandInput
8
- extends ListTagsForResourceRequest {}
4
+ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
9
5
  export interface ListTagsForResourceCommandOutput
10
- extends ListTagsForResourceResponse,
11
- __MetadataBearer {}
6
+ extends ListTagsForResourceResponse, __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,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListTargetsByRuleRequest,
4
- ListTargetsByRuleResponse,
5
- } from "../models/models_0";
2
+ import { ListTargetsByRuleRequest, ListTargetsByRuleResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListTargetsByRuleCommandInput
8
- extends ListTargetsByRuleRequest {}
4
+ export interface ListTargetsByRuleCommandInput extends ListTargetsByRuleRequest {}
9
5
  export interface ListTargetsByRuleCommandOutput
10
- extends ListTargetsByRuleResponse,
11
- __MetadataBearer {}
6
+ extends ListTargetsByRuleResponse, __MetadataBearer {}
12
7
  declare const ListTargetsByRuleCommand_base: {
13
8
  new (
14
- input: ListTargetsByRuleCommandInput
9
+ input: ListTargetsByRuleCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListTargetsByRuleCommandInput,
17
12
  ListTargetsByRuleCommandOutput,
@@ -20,7 +15,7 @@ declare const ListTargetsByRuleCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListTargetsByRuleCommandInput
18
+ input: ListTargetsByRuleCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListTargetsByRuleCommandInput,
26
21
  ListTargetsByRuleCommandOutput,
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { PutEventsRequest, PutEventsResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface PutEventsCommandInput extends PutEventsRequest {}
5
- export interface PutEventsCommandOutput
6
- extends PutEventsResponse,
7
- __MetadataBearer {}
5
+ export interface PutEventsCommandOutput extends PutEventsResponse, __MetadataBearer {}
8
6
  declare const PutEventsCommand_base: {
9
- new (input: PutEventsCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: PutEventsCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
10
10
  PutEventsCommandInput,
11
11
  PutEventsCommandOutput,
12
12
  import("..").CloudWatchEventsClientResolvedConfig,
13
13
  import("..").ServiceInputTypes,
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
- new (input: PutEventsCommandInput): import("@smithy/core/client").CommandImpl<
16
+ new (
17
+ input: PutEventsCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
17
19
  PutEventsCommandInput,
18
20
  PutEventsCommandOutput,
19
21
  import("..").CloudWatchEventsClientResolvedConfig,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- PutPartnerEventsRequest,
4
- PutPartnerEventsResponse,
5
- } from "../models/models_0";
2
+ import { PutPartnerEventsRequest, PutPartnerEventsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface PutPartnerEventsCommandInput extends PutPartnerEventsRequest {}
8
- export interface PutPartnerEventsCommandOutput
9
- extends PutPartnerEventsResponse,
10
- __MetadataBearer {}
5
+ export interface PutPartnerEventsCommandOutput extends PutPartnerEventsResponse, __MetadataBearer {}
11
6
  declare const PutPartnerEventsCommand_base: {
12
7
  new (
13
- input: PutPartnerEventsCommandInput
8
+ input: PutPartnerEventsCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  PutPartnerEventsCommandInput,
16
11
  PutPartnerEventsCommandOutput,
@@ -19,7 +14,7 @@ declare const PutPartnerEventsCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: PutPartnerEventsCommandInput
17
+ input: PutPartnerEventsCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  PutPartnerEventsCommandInput,
25
20
  PutPartnerEventsCommandOutput,
@@ -5,7 +5,7 @@ export interface PutPermissionCommandInput extends PutPermissionRequest {}
5
5
  export interface PutPermissionCommandOutput extends __MetadataBearer {}
6
6
  declare const PutPermissionCommand_base: {
7
7
  new (
8
- input: PutPermissionCommandInput
8
+ input: PutPermissionCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  PutPermissionCommandInput,
11
11
  PutPermissionCommandOutput,