@aws-sdk/client-eventbridge 3.169.0 → 3.171.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 (71) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/EventBridge.d.ts +956 -285
  3. package/dist-types/ts3.4/EventBridgeClient.d.ts +440 -129
  4. package/dist-types/ts3.4/commands/ActivateEventSourceCommand.d.ts +31 -17
  5. package/dist-types/ts3.4/commands/CancelReplayCommand.d.ts +32 -17
  6. package/dist-types/ts3.4/commands/CreateApiDestinationCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/CreateArchiveCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +35 -17
  10. package/dist-types/ts3.4/commands/CreateEventBusCommand.d.ts +35 -17
  11. package/dist-types/ts3.4/commands/CreatePartnerEventSourceCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/DeactivateEventSourceCommand.d.ts +34 -17
  13. package/dist-types/ts3.4/commands/DeauthorizeConnectionCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/DeleteApiDestinationCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/DeleteEventBusCommand.d.ts +30 -17
  19. package/dist-types/ts3.4/commands/DeletePartnerEventSourceCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +30 -17
  21. package/dist-types/ts3.4/commands/DescribeApiDestinationCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/DescribeArchiveCommand.d.ts +35 -17
  23. package/dist-types/ts3.4/commands/DescribeConnectionCommand.d.ts +36 -17
  24. package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +35 -17
  25. package/dist-types/ts3.4/commands/DescribeEventBusCommand.d.ts +35 -17
  26. package/dist-types/ts3.4/commands/DescribeEventSourceCommand.d.ts +36 -17
  27. package/dist-types/ts3.4/commands/DescribePartnerEventSourceCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/DescribeReplayCommand.d.ts +35 -17
  29. package/dist-types/ts3.4/commands/DescribeRuleCommand.d.ts +32 -17
  30. package/dist-types/ts3.4/commands/DisableRuleCommand.d.ts +30 -17
  31. package/dist-types/ts3.4/commands/EnableRuleCommand.d.ts +30 -17
  32. package/dist-types/ts3.4/commands/ListApiDestinationsCommand.d.ts +36 -17
  33. package/dist-types/ts3.4/commands/ListArchivesCommand.d.ts +32 -17
  34. package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +35 -17
  35. package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +35 -17
  36. package/dist-types/ts3.4/commands/ListEventBusesCommand.d.ts +35 -17
  37. package/dist-types/ts3.4/commands/ListEventSourcesCommand.d.ts +35 -17
  38. package/dist-types/ts3.4/commands/ListPartnerEventSourceAccountsCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/ListPartnerEventSourcesCommand.d.ts +39 -17
  40. package/dist-types/ts3.4/commands/ListReplaysCommand.d.ts +32 -17
  41. package/dist-types/ts3.4/commands/ListRuleNamesByTargetCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +32 -17
  43. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  44. package/dist-types/ts3.4/commands/ListTargetsByRuleCommand.d.ts +36 -17
  45. package/dist-types/ts3.4/commands/PutEventsCommand.d.ts +32 -17
  46. package/dist-types/ts3.4/commands/PutPartnerEventsCommand.d.ts +35 -17
  47. package/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +30 -17
  48. package/dist-types/ts3.4/commands/PutRuleCommand.d.ts +32 -17
  49. package/dist-types/ts3.4/commands/PutTargetsCommand.d.ts +32 -17
  50. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +30 -17
  51. package/dist-types/ts3.4/commands/RemoveTargetsCommand.d.ts +35 -17
  52. package/dist-types/ts3.4/commands/StartReplayCommand.d.ts +32 -17
  53. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  54. package/dist-types/ts3.4/commands/TestEventPatternCommand.d.ts +35 -17
  55. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  56. package/dist-types/ts3.4/commands/UpdateApiDestinationCommand.d.ts +39 -17
  57. package/dist-types/ts3.4/commands/UpdateArchiveCommand.d.ts +35 -17
  58. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +35 -17
  59. package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +35 -17
  60. package/dist-types/ts3.4/commands/index.d.ts +56 -56
  61. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  62. package/dist-types/ts3.4/index.d.ts +5 -5
  63. package/dist-types/ts3.4/models/EventBridgeServiceException.d.ts +7 -6
  64. package/dist-types/ts3.4/models/index.d.ts +1 -1
  65. package/dist-types/ts3.4/models/models_0.d.ts +1543 -2033
  66. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +677 -170
  67. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  68. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  69. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  70. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +17 -13
  71. package/package.json +36 -36
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
4
- import { DescribePartnerEventSourceRequest, DescribePartnerEventSourceResponse } from "../models/models_0";
5
- export interface DescribePartnerEventSourceCommandInput extends DescribePartnerEventSourceRequest {
6
- }
7
- export interface DescribePartnerEventSourceCommandOutput extends DescribePartnerEventSourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribePartnerEventSourceCommand extends $Command<DescribePartnerEventSourceCommandInput, DescribePartnerEventSourceCommandOutput, EventBridgeClientResolvedConfig> {
11
- readonly input: DescribePartnerEventSourceCommandInput;
12
- constructor(input: DescribePartnerEventSourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribePartnerEventSourceCommandInput, DescribePartnerEventSourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ EventBridgeClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../EventBridgeClient";
13
+ import {
14
+ DescribePartnerEventSourceRequest,
15
+ DescribePartnerEventSourceResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribePartnerEventSourceCommandInput
18
+ extends DescribePartnerEventSourceRequest {}
19
+ export interface DescribePartnerEventSourceCommandOutput
20
+ extends DescribePartnerEventSourceResponse,
21
+ __MetadataBearer {}
22
+ export declare class DescribePartnerEventSourceCommand extends $Command<
23
+ DescribePartnerEventSourceCommandInput,
24
+ DescribePartnerEventSourceCommandOutput,
25
+ EventBridgeClientResolvedConfig
26
+ > {
27
+ readonly input: DescribePartnerEventSourceCommandInput;
28
+ constructor(input: DescribePartnerEventSourceCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: EventBridgeClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DescribePartnerEventSourceCommandInput,
35
+ DescribePartnerEventSourceCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
4
- import { DescribeReplayRequest, DescribeReplayResponse } from "../models/models_0";
5
- export interface DescribeReplayCommandInput extends DescribeReplayRequest {
6
- }
7
- export interface DescribeReplayCommandOutput extends DescribeReplayResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeReplayCommand extends $Command<DescribeReplayCommandInput, DescribeReplayCommandOutput, EventBridgeClientResolvedConfig> {
11
- readonly input: DescribeReplayCommandInput;
12
- constructor(input: DescribeReplayCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeReplayCommandInput, DescribeReplayCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ EventBridgeClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../EventBridgeClient";
13
+ import {
14
+ DescribeReplayRequest,
15
+ DescribeReplayResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeReplayCommandInput extends DescribeReplayRequest {}
18
+ export interface DescribeReplayCommandOutput
19
+ extends DescribeReplayResponse,
20
+ __MetadataBearer {}
21
+ export declare class DescribeReplayCommand extends $Command<
22
+ DescribeReplayCommandInput,
23
+ DescribeReplayCommandOutput,
24
+ EventBridgeClientResolvedConfig
25
+ > {
26
+ readonly input: DescribeReplayCommandInput;
27
+ constructor(input: DescribeReplayCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: EventBridgeClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DescribeReplayCommandInput, DescribeReplayCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
4
- import { DescribeRuleRequest, DescribeRuleResponse } from "../models/models_0";
5
- export interface DescribeRuleCommandInput extends DescribeRuleRequest {
6
- }
7
- export interface DescribeRuleCommandOutput extends DescribeRuleResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeRuleCommand extends $Command<DescribeRuleCommandInput, DescribeRuleCommandOutput, EventBridgeClientResolvedConfig> {
11
- readonly input: DescribeRuleCommandInput;
12
- constructor(input: DescribeRuleCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRuleCommandInput, DescribeRuleCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ EventBridgeClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../EventBridgeClient";
13
+ import { DescribeRuleRequest, DescribeRuleResponse } from "../models/models_0";
14
+ export interface DescribeRuleCommandInput extends DescribeRuleRequest {}
15
+ export interface DescribeRuleCommandOutput
16
+ extends DescribeRuleResponse,
17
+ __MetadataBearer {}
18
+ export declare class DescribeRuleCommand extends $Command<
19
+ DescribeRuleCommandInput,
20
+ DescribeRuleCommandOutput,
21
+ EventBridgeClientResolvedConfig
22
+ > {
23
+ readonly input: DescribeRuleCommandInput;
24
+ constructor(input: DescribeRuleCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: EventBridgeClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DescribeRuleCommandInput, DescribeRuleCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,30 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
4
- import { DisableRuleRequest } from "../models/models_0";
5
- export interface DisableRuleCommandInput extends DisableRuleRequest {
6
- }
7
- export interface DisableRuleCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DisableRuleCommand extends $Command<DisableRuleCommandInput, DisableRuleCommandOutput, EventBridgeClientResolvedConfig> {
11
- readonly input: DisableRuleCommandInput;
12
- constructor(input: DisableRuleCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisableRuleCommandInput, DisableRuleCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ EventBridgeClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../EventBridgeClient";
13
+ import { DisableRuleRequest } from "../models/models_0";
14
+ export interface DisableRuleCommandInput extends DisableRuleRequest {}
15
+ export interface DisableRuleCommandOutput extends __MetadataBearer {}
16
+ export declare class DisableRuleCommand extends $Command<
17
+ DisableRuleCommandInput,
18
+ DisableRuleCommandOutput,
19
+ EventBridgeClientResolvedConfig
20
+ > {
21
+ readonly input: DisableRuleCommandInput;
22
+ constructor(input: DisableRuleCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: EventBridgeClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<DisableRuleCommandInput, DisableRuleCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -1,17 +1,30 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
4
- import { EnableRuleRequest } from "../models/models_0";
5
- export interface EnableRuleCommandInput extends EnableRuleRequest {
6
- }
7
- export interface EnableRuleCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class EnableRuleCommand extends $Command<EnableRuleCommandInput, EnableRuleCommandOutput, EventBridgeClientResolvedConfig> {
11
- readonly input: EnableRuleCommandInput;
12
- constructor(input: EnableRuleCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableRuleCommandInput, EnableRuleCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ EventBridgeClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../EventBridgeClient";
13
+ import { EnableRuleRequest } from "../models/models_0";
14
+ export interface EnableRuleCommandInput extends EnableRuleRequest {}
15
+ export interface EnableRuleCommandOutput extends __MetadataBearer {}
16
+ export declare class EnableRuleCommand extends $Command<
17
+ EnableRuleCommandInput,
18
+ EnableRuleCommandOutput,
19
+ EventBridgeClientResolvedConfig
20
+ > {
21
+ readonly input: EnableRuleCommandInput;
22
+ constructor(input: EnableRuleCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: EventBridgeClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<EnableRuleCommandInput, EnableRuleCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
4
- import { ListApiDestinationsRequest, ListApiDestinationsResponse } from "../models/models_0";
5
- export interface ListApiDestinationsCommandInput extends ListApiDestinationsRequest {
6
- }
7
- export interface ListApiDestinationsCommandOutput extends ListApiDestinationsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListApiDestinationsCommand extends $Command<ListApiDestinationsCommandInput, ListApiDestinationsCommandOutput, EventBridgeClientResolvedConfig> {
11
- readonly input: ListApiDestinationsCommandInput;
12
- constructor(input: ListApiDestinationsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListApiDestinationsCommandInput, ListApiDestinationsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ EventBridgeClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../EventBridgeClient";
13
+ import {
14
+ ListApiDestinationsRequest,
15
+ ListApiDestinationsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListApiDestinationsCommandInput
18
+ extends ListApiDestinationsRequest {}
19
+ export interface ListApiDestinationsCommandOutput
20
+ extends ListApiDestinationsResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListApiDestinationsCommand extends $Command<
23
+ ListApiDestinationsCommandInput,
24
+ ListApiDestinationsCommandOutput,
25
+ EventBridgeClientResolvedConfig
26
+ > {
27
+ readonly input: ListApiDestinationsCommandInput;
28
+ constructor(input: ListApiDestinationsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: EventBridgeClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<ListApiDestinationsCommandInput, ListApiDestinationsCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
4
- import { ListArchivesRequest, ListArchivesResponse } from "../models/models_0";
5
- export interface ListArchivesCommandInput extends ListArchivesRequest {
6
- }
7
- export interface ListArchivesCommandOutput extends ListArchivesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListArchivesCommand extends $Command<ListArchivesCommandInput, ListArchivesCommandOutput, EventBridgeClientResolvedConfig> {
11
- readonly input: ListArchivesCommandInput;
12
- constructor(input: ListArchivesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListArchivesCommandInput, ListArchivesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ EventBridgeClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../EventBridgeClient";
13
+ import { ListArchivesRequest, ListArchivesResponse } from "../models/models_0";
14
+ export interface ListArchivesCommandInput extends ListArchivesRequest {}
15
+ export interface ListArchivesCommandOutput
16
+ extends ListArchivesResponse,
17
+ __MetadataBearer {}
18
+ export declare class ListArchivesCommand extends $Command<
19
+ ListArchivesCommandInput,
20
+ ListArchivesCommandOutput,
21
+ EventBridgeClientResolvedConfig
22
+ > {
23
+ readonly input: ListArchivesCommandInput;
24
+ constructor(input: ListArchivesCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: EventBridgeClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ListArchivesCommandInput, ListArchivesCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
4
- import { ListConnectionsRequest, ListConnectionsResponse } from "../models/models_0";
5
- export interface ListConnectionsCommandInput extends ListConnectionsRequest {
6
- }
7
- export interface ListConnectionsCommandOutput extends ListConnectionsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListConnectionsCommand extends $Command<ListConnectionsCommandInput, ListConnectionsCommandOutput, EventBridgeClientResolvedConfig> {
11
- readonly input: ListConnectionsCommandInput;
12
- constructor(input: ListConnectionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListConnectionsCommandInput, ListConnectionsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ EventBridgeClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../EventBridgeClient";
13
+ import {
14
+ ListConnectionsRequest,
15
+ ListConnectionsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListConnectionsCommandInput extends ListConnectionsRequest {}
18
+ export interface ListConnectionsCommandOutput
19
+ extends ListConnectionsResponse,
20
+ __MetadataBearer {}
21
+ export declare class ListConnectionsCommand extends $Command<
22
+ ListConnectionsCommandInput,
23
+ ListConnectionsCommandOutput,
24
+ EventBridgeClientResolvedConfig
25
+ > {
26
+ readonly input: ListConnectionsCommandInput;
27
+ constructor(input: ListConnectionsCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: EventBridgeClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<ListConnectionsCommandInput, ListConnectionsCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
4
- import { ListEndpointsRequest, ListEndpointsResponse } from "../models/models_0";
5
- export interface ListEndpointsCommandInput extends ListEndpointsRequest {
6
- }
7
- export interface ListEndpointsCommandOutput extends ListEndpointsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListEndpointsCommand extends $Command<ListEndpointsCommandInput, ListEndpointsCommandOutput, EventBridgeClientResolvedConfig> {
11
- readonly input: ListEndpointsCommandInput;
12
- constructor(input: ListEndpointsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEndpointsCommandInput, ListEndpointsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ EventBridgeClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../EventBridgeClient";
13
+ import {
14
+ ListEndpointsRequest,
15
+ ListEndpointsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListEndpointsCommandInput extends ListEndpointsRequest {}
18
+ export interface ListEndpointsCommandOutput
19
+ extends ListEndpointsResponse,
20
+ __MetadataBearer {}
21
+ export declare class ListEndpointsCommand extends $Command<
22
+ ListEndpointsCommandInput,
23
+ ListEndpointsCommandOutput,
24
+ EventBridgeClientResolvedConfig
25
+ > {
26
+ readonly input: ListEndpointsCommandInput;
27
+ constructor(input: ListEndpointsCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: EventBridgeClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<ListEndpointsCommandInput, ListEndpointsCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
4
- import { ListEventBusesRequest, ListEventBusesResponse } from "../models/models_0";
5
- export interface ListEventBusesCommandInput extends ListEventBusesRequest {
6
- }
7
- export interface ListEventBusesCommandOutput extends ListEventBusesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListEventBusesCommand extends $Command<ListEventBusesCommandInput, ListEventBusesCommandOutput, EventBridgeClientResolvedConfig> {
11
- readonly input: ListEventBusesCommandInput;
12
- constructor(input: ListEventBusesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEventBusesCommandInput, ListEventBusesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ EventBridgeClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../EventBridgeClient";
13
+ import {
14
+ ListEventBusesRequest,
15
+ ListEventBusesResponse,
16
+ } from "../models/models_0";
17
+ export interface ListEventBusesCommandInput extends ListEventBusesRequest {}
18
+ export interface ListEventBusesCommandOutput
19
+ extends ListEventBusesResponse,
20
+ __MetadataBearer {}
21
+ export declare class ListEventBusesCommand extends $Command<
22
+ ListEventBusesCommandInput,
23
+ ListEventBusesCommandOutput,
24
+ EventBridgeClientResolvedConfig
25
+ > {
26
+ readonly input: ListEventBusesCommandInput;
27
+ constructor(input: ListEventBusesCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: EventBridgeClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<ListEventBusesCommandInput, ListEventBusesCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
4
- import { ListEventSourcesRequest, ListEventSourcesResponse } from "../models/models_0";
5
- export interface ListEventSourcesCommandInput extends ListEventSourcesRequest {
6
- }
7
- export interface ListEventSourcesCommandOutput extends ListEventSourcesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListEventSourcesCommand extends $Command<ListEventSourcesCommandInput, ListEventSourcesCommandOutput, EventBridgeClientResolvedConfig> {
11
- readonly input: ListEventSourcesCommandInput;
12
- constructor(input: ListEventSourcesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEventSourcesCommandInput, ListEventSourcesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ EventBridgeClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../EventBridgeClient";
13
+ import {
14
+ ListEventSourcesRequest,
15
+ ListEventSourcesResponse,
16
+ } from "../models/models_0";
17
+ export interface ListEventSourcesCommandInput extends ListEventSourcesRequest {}
18
+ export interface ListEventSourcesCommandOutput
19
+ extends ListEventSourcesResponse,
20
+ __MetadataBearer {}
21
+ export declare class ListEventSourcesCommand extends $Command<
22
+ ListEventSourcesCommandInput,
23
+ ListEventSourcesCommandOutput,
24
+ EventBridgeClientResolvedConfig
25
+ > {
26
+ readonly input: ListEventSourcesCommandInput;
27
+ constructor(input: ListEventSourcesCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: EventBridgeClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<ListEventSourcesCommandInput, ListEventSourcesCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
4
- import { ListPartnerEventSourceAccountsRequest, ListPartnerEventSourceAccountsResponse } from "../models/models_0";
5
- export interface ListPartnerEventSourceAccountsCommandInput extends ListPartnerEventSourceAccountsRequest {
6
- }
7
- export interface ListPartnerEventSourceAccountsCommandOutput extends ListPartnerEventSourceAccountsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListPartnerEventSourceAccountsCommand extends $Command<ListPartnerEventSourceAccountsCommandInput, ListPartnerEventSourceAccountsCommandOutput, EventBridgeClientResolvedConfig> {
11
- readonly input: ListPartnerEventSourceAccountsCommandInput;
12
- constructor(input: ListPartnerEventSourceAccountsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPartnerEventSourceAccountsCommandInput, ListPartnerEventSourceAccountsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ EventBridgeClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../EventBridgeClient";
13
+ import {
14
+ ListPartnerEventSourceAccountsRequest,
15
+ ListPartnerEventSourceAccountsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListPartnerEventSourceAccountsCommandInput
18
+ extends ListPartnerEventSourceAccountsRequest {}
19
+ export interface ListPartnerEventSourceAccountsCommandOutput
20
+ extends ListPartnerEventSourceAccountsResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListPartnerEventSourceAccountsCommand extends $Command<
23
+ ListPartnerEventSourceAccountsCommandInput,
24
+ ListPartnerEventSourceAccountsCommandOutput,
25
+ EventBridgeClientResolvedConfig
26
+ > {
27
+ readonly input: ListPartnerEventSourceAccountsCommandInput;
28
+ constructor(input: ListPartnerEventSourceAccountsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: EventBridgeClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListPartnerEventSourceAccountsCommandInput,
35
+ ListPartnerEventSourceAccountsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }