@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,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 { DeleteConnectionRequest, DeleteConnectionResponse } from "../models/models_0";
5
- export interface DeleteConnectionCommandInput extends DeleteConnectionRequest {
6
- }
7
- export interface DeleteConnectionCommandOutput extends DeleteConnectionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteConnectionCommand extends $Command<DeleteConnectionCommandInput, DeleteConnectionCommandOutput, EventBridgeClientResolvedConfig> {
11
- readonly input: DeleteConnectionCommandInput;
12
- constructor(input: DeleteConnectionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteConnectionCommandInput, DeleteConnectionCommandOutput>;
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
+ DeleteConnectionRequest,
15
+ DeleteConnectionResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteConnectionCommandInput extends DeleteConnectionRequest {}
18
+ export interface DeleteConnectionCommandOutput
19
+ extends DeleteConnectionResponse,
20
+ __MetadataBearer {}
21
+ export declare class DeleteConnectionCommand extends $Command<
22
+ DeleteConnectionCommandInput,
23
+ DeleteConnectionCommandOutput,
24
+ EventBridgeClientResolvedConfig
25
+ > {
26
+ readonly input: DeleteConnectionCommandInput;
27
+ constructor(input: DeleteConnectionCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: EventBridgeClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DeleteConnectionCommandInput, DeleteConnectionCommandOutput>;
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 { DeleteEndpointRequest, DeleteEndpointResponse } from "../models/models_0";
5
- export interface DeleteEndpointCommandInput extends DeleteEndpointRequest {
6
- }
7
- export interface DeleteEndpointCommandOutput extends DeleteEndpointResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteEndpointCommand extends $Command<DeleteEndpointCommandInput, DeleteEndpointCommandOutput, EventBridgeClientResolvedConfig> {
11
- readonly input: DeleteEndpointCommandInput;
12
- constructor(input: DeleteEndpointCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEndpointCommandInput, DeleteEndpointCommandOutput>;
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
+ DeleteEndpointRequest,
15
+ DeleteEndpointResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteEndpointCommandInput extends DeleteEndpointRequest {}
18
+ export interface DeleteEndpointCommandOutput
19
+ extends DeleteEndpointResponse,
20
+ __MetadataBearer {}
21
+ export declare class DeleteEndpointCommand extends $Command<
22
+ DeleteEndpointCommandInput,
23
+ DeleteEndpointCommandOutput,
24
+ EventBridgeClientResolvedConfig
25
+ > {
26
+ readonly input: DeleteEndpointCommandInput;
27
+ constructor(input: DeleteEndpointCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: EventBridgeClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DeleteEndpointCommandInput, DeleteEndpointCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -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 { DeleteEventBusRequest } from "../models/models_0";
5
- export interface DeleteEventBusCommandInput extends DeleteEventBusRequest {
6
- }
7
- export interface DeleteEventBusCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteEventBusCommand extends $Command<DeleteEventBusCommandInput, DeleteEventBusCommandOutput, EventBridgeClientResolvedConfig> {
11
- readonly input: DeleteEventBusCommandInput;
12
- constructor(input: DeleteEventBusCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEventBusCommandInput, DeleteEventBusCommandOutput>;
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 { DeleteEventBusRequest } from "../models/models_0";
14
+ export interface DeleteEventBusCommandInput extends DeleteEventBusRequest {}
15
+ export interface DeleteEventBusCommandOutput extends __MetadataBearer {}
16
+ export declare class DeleteEventBusCommand extends $Command<
17
+ DeleteEventBusCommandInput,
18
+ DeleteEventBusCommandOutput,
19
+ EventBridgeClientResolvedConfig
20
+ > {
21
+ readonly input: DeleteEventBusCommandInput;
22
+ constructor(input: DeleteEventBusCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: EventBridgeClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<DeleteEventBusCommandInput, DeleteEventBusCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -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 { DeletePartnerEventSourceRequest } from "../models/models_0";
5
- export interface DeletePartnerEventSourceCommandInput extends DeletePartnerEventSourceRequest {
6
- }
7
- export interface DeletePartnerEventSourceCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeletePartnerEventSourceCommand extends $Command<DeletePartnerEventSourceCommandInput, DeletePartnerEventSourceCommandOutput, EventBridgeClientResolvedConfig> {
11
- readonly input: DeletePartnerEventSourceCommandInput;
12
- constructor(input: DeletePartnerEventSourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePartnerEventSourceCommandInput, DeletePartnerEventSourceCommandOutput>;
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 { DeletePartnerEventSourceRequest } from "../models/models_0";
14
+ export interface DeletePartnerEventSourceCommandInput
15
+ extends DeletePartnerEventSourceRequest {}
16
+ export interface DeletePartnerEventSourceCommandOutput
17
+ extends __MetadataBearer {}
18
+ export declare class DeletePartnerEventSourceCommand extends $Command<
19
+ DeletePartnerEventSourceCommandInput,
20
+ DeletePartnerEventSourceCommandOutput,
21
+ EventBridgeClientResolvedConfig
22
+ > {
23
+ readonly input: DeletePartnerEventSourceCommandInput;
24
+ constructor(input: DeletePartnerEventSourceCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: EventBridgeClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<
30
+ DeletePartnerEventSourceCommandInput,
31
+ DeletePartnerEventSourceCommandOutput
32
+ >;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -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 { DeleteRuleRequest } from "../models/models_0";
5
- export interface DeleteRuleCommandInput extends DeleteRuleRequest {
6
- }
7
- export interface DeleteRuleCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteRuleCommand extends $Command<DeleteRuleCommandInput, DeleteRuleCommandOutput, EventBridgeClientResolvedConfig> {
11
- readonly input: DeleteRuleCommandInput;
12
- constructor(input: DeleteRuleCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRuleCommandInput, DeleteRuleCommandOutput>;
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 { DeleteRuleRequest } from "../models/models_0";
14
+ export interface DeleteRuleCommandInput extends DeleteRuleRequest {}
15
+ export interface DeleteRuleCommandOutput extends __MetadataBearer {}
16
+ export declare class DeleteRuleCommand extends $Command<
17
+ DeleteRuleCommandInput,
18
+ DeleteRuleCommandOutput,
19
+ EventBridgeClientResolvedConfig
20
+ > {
21
+ readonly input: DeleteRuleCommandInput;
22
+ constructor(input: DeleteRuleCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: EventBridgeClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<DeleteRuleCommandInput, DeleteRuleCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -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 { DescribeApiDestinationRequest, DescribeApiDestinationResponse } from "../models/models_0";
5
- export interface DescribeApiDestinationCommandInput extends DescribeApiDestinationRequest {
6
- }
7
- export interface DescribeApiDestinationCommandOutput extends DescribeApiDestinationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeApiDestinationCommand extends $Command<DescribeApiDestinationCommandInput, DescribeApiDestinationCommandOutput, EventBridgeClientResolvedConfig> {
11
- readonly input: DescribeApiDestinationCommandInput;
12
- constructor(input: DescribeApiDestinationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeApiDestinationCommandInput, DescribeApiDestinationCommandOutput>;
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
+ DescribeApiDestinationRequest,
15
+ DescribeApiDestinationResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeApiDestinationCommandInput
18
+ extends DescribeApiDestinationRequest {}
19
+ export interface DescribeApiDestinationCommandOutput
20
+ extends DescribeApiDestinationResponse,
21
+ __MetadataBearer {}
22
+ export declare class DescribeApiDestinationCommand extends $Command<
23
+ DescribeApiDestinationCommandInput,
24
+ DescribeApiDestinationCommandOutput,
25
+ EventBridgeClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeApiDestinationCommandInput;
28
+ constructor(input: DescribeApiDestinationCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: EventBridgeClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DescribeApiDestinationCommandInput,
35
+ DescribeApiDestinationCommandOutput
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 { DescribeArchiveRequest, DescribeArchiveResponse } from "../models/models_0";
5
- export interface DescribeArchiveCommandInput extends DescribeArchiveRequest {
6
- }
7
- export interface DescribeArchiveCommandOutput extends DescribeArchiveResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeArchiveCommand extends $Command<DescribeArchiveCommandInput, DescribeArchiveCommandOutput, EventBridgeClientResolvedConfig> {
11
- readonly input: DescribeArchiveCommandInput;
12
- constructor(input: DescribeArchiveCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeArchiveCommandInput, DescribeArchiveCommandOutput>;
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
+ DescribeArchiveRequest,
15
+ DescribeArchiveResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeArchiveCommandInput extends DescribeArchiveRequest {}
18
+ export interface DescribeArchiveCommandOutput
19
+ extends DescribeArchiveResponse,
20
+ __MetadataBearer {}
21
+ export declare class DescribeArchiveCommand extends $Command<
22
+ DescribeArchiveCommandInput,
23
+ DescribeArchiveCommandOutput,
24
+ EventBridgeClientResolvedConfig
25
+ > {
26
+ readonly input: DescribeArchiveCommandInput;
27
+ constructor(input: DescribeArchiveCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: EventBridgeClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DescribeArchiveCommandInput, DescribeArchiveCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -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 { DescribeConnectionRequest, DescribeConnectionResponse } from "../models/models_0";
5
- export interface DescribeConnectionCommandInput extends DescribeConnectionRequest {
6
- }
7
- export interface DescribeConnectionCommandOutput extends DescribeConnectionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeConnectionCommand extends $Command<DescribeConnectionCommandInput, DescribeConnectionCommandOutput, EventBridgeClientResolvedConfig> {
11
- readonly input: DescribeConnectionCommandInput;
12
- constructor(input: DescribeConnectionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeConnectionCommandInput, DescribeConnectionCommandOutput>;
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
+ DescribeConnectionRequest,
15
+ DescribeConnectionResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeConnectionCommandInput
18
+ extends DescribeConnectionRequest {}
19
+ export interface DescribeConnectionCommandOutput
20
+ extends DescribeConnectionResponse,
21
+ __MetadataBearer {}
22
+ export declare class DescribeConnectionCommand extends $Command<
23
+ DescribeConnectionCommandInput,
24
+ DescribeConnectionCommandOutput,
25
+ EventBridgeClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeConnectionCommandInput;
28
+ constructor(input: DescribeConnectionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: EventBridgeClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<DescribeConnectionCommandInput, DescribeConnectionCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -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 { DescribeEndpointRequest, DescribeEndpointResponse } from "../models/models_0";
5
- export interface DescribeEndpointCommandInput extends DescribeEndpointRequest {
6
- }
7
- export interface DescribeEndpointCommandOutput extends DescribeEndpointResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeEndpointCommand extends $Command<DescribeEndpointCommandInput, DescribeEndpointCommandOutput, EventBridgeClientResolvedConfig> {
11
- readonly input: DescribeEndpointCommandInput;
12
- constructor(input: DescribeEndpointCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEndpointCommandInput, DescribeEndpointCommandOutput>;
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
+ DescribeEndpointRequest,
15
+ DescribeEndpointResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeEndpointCommandInput extends DescribeEndpointRequest {}
18
+ export interface DescribeEndpointCommandOutput
19
+ extends DescribeEndpointResponse,
20
+ __MetadataBearer {}
21
+ export declare class DescribeEndpointCommand extends $Command<
22
+ DescribeEndpointCommandInput,
23
+ DescribeEndpointCommandOutput,
24
+ EventBridgeClientResolvedConfig
25
+ > {
26
+ readonly input: DescribeEndpointCommandInput;
27
+ constructor(input: DescribeEndpointCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: EventBridgeClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DescribeEndpointCommandInput, DescribeEndpointCommandOutput>;
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 { DescribeEventBusRequest, DescribeEventBusResponse } from "../models/models_0";
5
- export interface DescribeEventBusCommandInput extends DescribeEventBusRequest {
6
- }
7
- export interface DescribeEventBusCommandOutput extends DescribeEventBusResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeEventBusCommand extends $Command<DescribeEventBusCommandInput, DescribeEventBusCommandOutput, EventBridgeClientResolvedConfig> {
11
- readonly input: DescribeEventBusCommandInput;
12
- constructor(input: DescribeEventBusCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEventBusCommandInput, DescribeEventBusCommandOutput>;
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
+ DescribeEventBusRequest,
15
+ DescribeEventBusResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeEventBusCommandInput extends DescribeEventBusRequest {}
18
+ export interface DescribeEventBusCommandOutput
19
+ extends DescribeEventBusResponse,
20
+ __MetadataBearer {}
21
+ export declare class DescribeEventBusCommand extends $Command<
22
+ DescribeEventBusCommandInput,
23
+ DescribeEventBusCommandOutput,
24
+ EventBridgeClientResolvedConfig
25
+ > {
26
+ readonly input: DescribeEventBusCommandInput;
27
+ constructor(input: DescribeEventBusCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: EventBridgeClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DescribeEventBusCommandInput, DescribeEventBusCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -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 { DescribeEventSourceRequest, DescribeEventSourceResponse } from "../models/models_0";
5
- export interface DescribeEventSourceCommandInput extends DescribeEventSourceRequest {
6
- }
7
- export interface DescribeEventSourceCommandOutput extends DescribeEventSourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeEventSourceCommand extends $Command<DescribeEventSourceCommandInput, DescribeEventSourceCommandOutput, EventBridgeClientResolvedConfig> {
11
- readonly input: DescribeEventSourceCommandInput;
12
- constructor(input: DescribeEventSourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEventSourceCommandInput, DescribeEventSourceCommandOutput>;
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
+ DescribeEventSourceRequest,
15
+ DescribeEventSourceResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeEventSourceCommandInput
18
+ extends DescribeEventSourceRequest {}
19
+ export interface DescribeEventSourceCommandOutput
20
+ extends DescribeEventSourceResponse,
21
+ __MetadataBearer {}
22
+ export declare class DescribeEventSourceCommand extends $Command<
23
+ DescribeEventSourceCommandInput,
24
+ DescribeEventSourceCommandOutput,
25
+ EventBridgeClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeEventSourceCommandInput;
28
+ constructor(input: DescribeEventSourceCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: EventBridgeClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<DescribeEventSourceCommandInput, DescribeEventSourceCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }