@aws-sdk/client-eventbridge 3.168.0 → 3.170.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 +1012 -285
  3. package/dist-types/ts3.4/EventBridgeClient.d.ts +465 -129
  4. package/dist-types/ts3.4/commands/ActivateEventSourceCommand.d.ts +33 -17
  5. package/dist-types/ts3.4/commands/CancelReplayCommand.d.ts +34 -17
  6. package/dist-types/ts3.4/commands/CreateApiDestinationCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/CreateArchiveCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +37 -17
  10. package/dist-types/ts3.4/commands/CreateEventBusCommand.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/CreatePartnerEventSourceCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/DeactivateEventSourceCommand.d.ts +36 -17
  13. package/dist-types/ts3.4/commands/DeauthorizeConnectionCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/DeleteApiDestinationCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +37 -17
  18. package/dist-types/ts3.4/commands/DeleteEventBusCommand.d.ts +32 -17
  19. package/dist-types/ts3.4/commands/DeletePartnerEventSourceCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +32 -17
  21. package/dist-types/ts3.4/commands/DescribeApiDestinationCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/DescribeArchiveCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/DescribeConnectionCommand.d.ts +38 -17
  24. package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +37 -17
  25. package/dist-types/ts3.4/commands/DescribeEventBusCommand.d.ts +37 -17
  26. package/dist-types/ts3.4/commands/DescribeEventSourceCommand.d.ts +38 -17
  27. package/dist-types/ts3.4/commands/DescribePartnerEventSourceCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/DescribeReplayCommand.d.ts +37 -17
  29. package/dist-types/ts3.4/commands/DescribeRuleCommand.d.ts +34 -17
  30. package/dist-types/ts3.4/commands/DisableRuleCommand.d.ts +32 -17
  31. package/dist-types/ts3.4/commands/EnableRuleCommand.d.ts +32 -17
  32. package/dist-types/ts3.4/commands/ListApiDestinationsCommand.d.ts +38 -17
  33. package/dist-types/ts3.4/commands/ListArchivesCommand.d.ts +34 -17
  34. package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +37 -17
  35. package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +37 -17
  36. package/dist-types/ts3.4/commands/ListEventBusesCommand.d.ts +37 -17
  37. package/dist-types/ts3.4/commands/ListEventSourcesCommand.d.ts +37 -17
  38. package/dist-types/ts3.4/commands/ListPartnerEventSourceAccountsCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/ListPartnerEventSourcesCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/ListReplaysCommand.d.ts +34 -17
  41. package/dist-types/ts3.4/commands/ListRuleNamesByTargetCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +34 -17
  43. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  44. package/dist-types/ts3.4/commands/ListTargetsByRuleCommand.d.ts +38 -17
  45. package/dist-types/ts3.4/commands/PutEventsCommand.d.ts +34 -17
  46. package/dist-types/ts3.4/commands/PutPartnerEventsCommand.d.ts +37 -17
  47. package/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +32 -17
  48. package/dist-types/ts3.4/commands/PutRuleCommand.d.ts +34 -17
  49. package/dist-types/ts3.4/commands/PutTargetsCommand.d.ts +34 -17
  50. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +32 -17
  51. package/dist-types/ts3.4/commands/RemoveTargetsCommand.d.ts +37 -17
  52. package/dist-types/ts3.4/commands/StartReplayCommand.d.ts +34 -17
  53. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  54. package/dist-types/ts3.4/commands/TestEventPatternCommand.d.ts +37 -17
  55. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  56. package/dist-types/ts3.4/commands/UpdateApiDestinationCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/UpdateArchiveCommand.d.ts +37 -17
  58. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +37 -17
  59. package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +37 -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 +8 -6
  64. package/dist-types/ts3.4/models/index.d.ts +1 -1
  65. package/dist-types/ts3.4/models/models_0.d.ts +2198 -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 +66 -38
  68. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  69. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  70. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +18 -13
  71. package/package.json +36 -36
@@ -1,17 +1,34 @@
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 { CancelReplayRequest, CancelReplayResponse } from "../models/models_0";
5
- export interface CancelReplayCommandInput extends CancelReplayRequest {
6
- }
7
- export interface CancelReplayCommandOutput extends CancelReplayResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CancelReplayCommand extends $Command<CancelReplayCommandInput, CancelReplayCommandOutput, EventBridgeClientResolvedConfig> {
11
- readonly input: CancelReplayCommandInput;
12
- constructor(input: CancelReplayCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelReplayCommandInput, CancelReplayCommandOutput>;
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 { CancelReplayRequest, CancelReplayResponse } from "../models/models_0";
14
+ export interface CancelReplayCommandInput extends CancelReplayRequest {}
15
+ export interface CancelReplayCommandOutput
16
+ extends CancelReplayResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class CancelReplayCommand extends $Command<
20
+ CancelReplayCommandInput,
21
+ CancelReplayCommandOutput,
22
+ EventBridgeClientResolvedConfig
23
+ > {
24
+ readonly input: CancelReplayCommandInput;
25
+ constructor(input: CancelReplayCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: EventBridgeClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<CancelReplayCommandInput, CancelReplayCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,41 @@
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 { CreateApiDestinationRequest, CreateApiDestinationResponse } from "../models/models_0";
5
- export interface CreateApiDestinationCommandInput extends CreateApiDestinationRequest {
6
- }
7
- export interface CreateApiDestinationCommandOutput extends CreateApiDestinationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateApiDestinationCommand extends $Command<CreateApiDestinationCommandInput, CreateApiDestinationCommandOutput, EventBridgeClientResolvedConfig> {
11
- readonly input: CreateApiDestinationCommandInput;
12
- constructor(input: CreateApiDestinationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateApiDestinationCommandInput, CreateApiDestinationCommandOutput>;
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
+ CreateApiDestinationRequest,
15
+ CreateApiDestinationResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateApiDestinationCommandInput
18
+ extends CreateApiDestinationRequest {}
19
+ export interface CreateApiDestinationCommandOutput
20
+ extends CreateApiDestinationResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateApiDestinationCommand extends $Command<
24
+ CreateApiDestinationCommandInput,
25
+ CreateApiDestinationCommandOutput,
26
+ EventBridgeClientResolvedConfig
27
+ > {
28
+ readonly input: CreateApiDestinationCommandInput;
29
+ constructor(input: CreateApiDestinationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: EventBridgeClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateApiDestinationCommandInput,
37
+ CreateApiDestinationCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
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 { CreateArchiveRequest, CreateArchiveResponse } from "../models/models_0";
5
- export interface CreateArchiveCommandInput extends CreateArchiveRequest {
6
- }
7
- export interface CreateArchiveCommandOutput extends CreateArchiveResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateArchiveCommand extends $Command<CreateArchiveCommandInput, CreateArchiveCommandOutput, EventBridgeClientResolvedConfig> {
11
- readonly input: CreateArchiveCommandInput;
12
- constructor(input: CreateArchiveCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateArchiveCommandInput, CreateArchiveCommandOutput>;
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
+ CreateArchiveRequest,
15
+ CreateArchiveResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateArchiveCommandInput extends CreateArchiveRequest {}
18
+ export interface CreateArchiveCommandOutput
19
+ extends CreateArchiveResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class CreateArchiveCommand extends $Command<
23
+ CreateArchiveCommandInput,
24
+ CreateArchiveCommandOutput,
25
+ EventBridgeClientResolvedConfig
26
+ > {
27
+ readonly input: CreateArchiveCommandInput;
28
+ constructor(input: CreateArchiveCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: EventBridgeClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateArchiveCommandInput, CreateArchiveCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,37 @@
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 { CreateConnectionRequest, CreateConnectionResponse } from "../models/models_0";
5
- export interface CreateConnectionCommandInput extends CreateConnectionRequest {
6
- }
7
- export interface CreateConnectionCommandOutput extends CreateConnectionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateConnectionCommand extends $Command<CreateConnectionCommandInput, CreateConnectionCommandOutput, EventBridgeClientResolvedConfig> {
11
- readonly input: CreateConnectionCommandInput;
12
- constructor(input: CreateConnectionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateConnectionCommandInput, CreateConnectionCommandOutput>;
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
+ CreateConnectionRequest,
15
+ CreateConnectionResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateConnectionCommandInput extends CreateConnectionRequest {}
18
+ export interface CreateConnectionCommandOutput
19
+ extends CreateConnectionResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class CreateConnectionCommand extends $Command<
23
+ CreateConnectionCommandInput,
24
+ CreateConnectionCommandOutput,
25
+ EventBridgeClientResolvedConfig
26
+ > {
27
+ readonly input: CreateConnectionCommandInput;
28
+ constructor(input: CreateConnectionCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: EventBridgeClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateConnectionCommandInput, CreateConnectionCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,37 @@
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 { CreateEndpointRequest, CreateEndpointResponse } from "../models/models_0";
5
- export interface CreateEndpointCommandInput extends CreateEndpointRequest {
6
- }
7
- export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateEndpointCommand extends $Command<CreateEndpointCommandInput, CreateEndpointCommandOutput, EventBridgeClientResolvedConfig> {
11
- readonly input: CreateEndpointCommandInput;
12
- constructor(input: CreateEndpointCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateEndpointCommandInput, CreateEndpointCommandOutput>;
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
+ CreateEndpointRequest,
15
+ CreateEndpointResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateEndpointCommandInput extends CreateEndpointRequest {}
18
+ export interface CreateEndpointCommandOutput
19
+ extends CreateEndpointResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class CreateEndpointCommand extends $Command<
23
+ CreateEndpointCommandInput,
24
+ CreateEndpointCommandOutput,
25
+ EventBridgeClientResolvedConfig
26
+ > {
27
+ readonly input: CreateEndpointCommandInput;
28
+ constructor(input: CreateEndpointCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: EventBridgeClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateEndpointCommandInput, CreateEndpointCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,37 @@
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 { CreateEventBusRequest, CreateEventBusResponse } from "../models/models_0";
5
- export interface CreateEventBusCommandInput extends CreateEventBusRequest {
6
- }
7
- export interface CreateEventBusCommandOutput extends CreateEventBusResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateEventBusCommand extends $Command<CreateEventBusCommandInput, CreateEventBusCommandOutput, EventBridgeClientResolvedConfig> {
11
- readonly input: CreateEventBusCommandInput;
12
- constructor(input: CreateEventBusCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateEventBusCommandInput, CreateEventBusCommandOutput>;
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
+ CreateEventBusRequest,
15
+ CreateEventBusResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateEventBusCommandInput extends CreateEventBusRequest {}
18
+ export interface CreateEventBusCommandOutput
19
+ extends CreateEventBusResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class CreateEventBusCommand extends $Command<
23
+ CreateEventBusCommandInput,
24
+ CreateEventBusCommandOutput,
25
+ EventBridgeClientResolvedConfig
26
+ > {
27
+ readonly input: CreateEventBusCommandInput;
28
+ constructor(input: CreateEventBusCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: EventBridgeClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateEventBusCommandInput, CreateEventBusCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
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 { CreatePartnerEventSourceRequest, CreatePartnerEventSourceResponse } from "../models/models_0";
5
- export interface CreatePartnerEventSourceCommandInput extends CreatePartnerEventSourceRequest {
6
- }
7
- export interface CreatePartnerEventSourceCommandOutput extends CreatePartnerEventSourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreatePartnerEventSourceCommand extends $Command<CreatePartnerEventSourceCommandInput, CreatePartnerEventSourceCommandOutput, EventBridgeClientResolvedConfig> {
11
- readonly input: CreatePartnerEventSourceCommandInput;
12
- constructor(input: CreatePartnerEventSourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreatePartnerEventSourceCommandInput, CreatePartnerEventSourceCommandOutput>;
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
+ CreatePartnerEventSourceRequest,
15
+ CreatePartnerEventSourceResponse,
16
+ } from "../models/models_0";
17
+ export interface CreatePartnerEventSourceCommandInput
18
+ extends CreatePartnerEventSourceRequest {}
19
+ export interface CreatePartnerEventSourceCommandOutput
20
+ extends CreatePartnerEventSourceResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreatePartnerEventSourceCommand extends $Command<
24
+ CreatePartnerEventSourceCommandInput,
25
+ CreatePartnerEventSourceCommandOutput,
26
+ EventBridgeClientResolvedConfig
27
+ > {
28
+ readonly input: CreatePartnerEventSourceCommandInput;
29
+ constructor(input: CreatePartnerEventSourceCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: EventBridgeClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreatePartnerEventSourceCommandInput,
37
+ CreatePartnerEventSourceCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { DeactivateEventSourceRequest } from "../models/models_0";
5
- export interface DeactivateEventSourceCommandInput extends DeactivateEventSourceRequest {
6
- }
7
- export interface DeactivateEventSourceCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeactivateEventSourceCommand extends $Command<DeactivateEventSourceCommandInput, DeactivateEventSourceCommandOutput, EventBridgeClientResolvedConfig> {
11
- readonly input: DeactivateEventSourceCommandInput;
12
- constructor(input: DeactivateEventSourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeactivateEventSourceCommandInput, DeactivateEventSourceCommandOutput>;
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 { DeactivateEventSourceRequest } from "../models/models_0";
14
+ export interface DeactivateEventSourceCommandInput
15
+ extends DeactivateEventSourceRequest {}
16
+ export interface DeactivateEventSourceCommandOutput extends __MetadataBearer {}
17
+
18
+ export declare class DeactivateEventSourceCommand extends $Command<
19
+ DeactivateEventSourceCommandInput,
20
+ DeactivateEventSourceCommandOutput,
21
+ EventBridgeClientResolvedConfig
22
+ > {
23
+ readonly input: DeactivateEventSourceCommandInput;
24
+ constructor(input: DeactivateEventSourceCommandInput);
25
+
26
+ resolveMiddleware(
27
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
+ configuration: EventBridgeClientResolvedConfig,
29
+ options?: __HttpHandlerOptions
30
+ ): Handler<
31
+ DeactivateEventSourceCommandInput,
32
+ DeactivateEventSourceCommandOutput
33
+ >;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,41 @@
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 { DeauthorizeConnectionRequest, DeauthorizeConnectionResponse } from "../models/models_0";
5
- export interface DeauthorizeConnectionCommandInput extends DeauthorizeConnectionRequest {
6
- }
7
- export interface DeauthorizeConnectionCommandOutput extends DeauthorizeConnectionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeauthorizeConnectionCommand extends $Command<DeauthorizeConnectionCommandInput, DeauthorizeConnectionCommandOutput, EventBridgeClientResolvedConfig> {
11
- readonly input: DeauthorizeConnectionCommandInput;
12
- constructor(input: DeauthorizeConnectionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeauthorizeConnectionCommandInput, DeauthorizeConnectionCommandOutput>;
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
+ DeauthorizeConnectionRequest,
15
+ DeauthorizeConnectionResponse,
16
+ } from "../models/models_0";
17
+ export interface DeauthorizeConnectionCommandInput
18
+ extends DeauthorizeConnectionRequest {}
19
+ export interface DeauthorizeConnectionCommandOutput
20
+ extends DeauthorizeConnectionResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeauthorizeConnectionCommand extends $Command<
24
+ DeauthorizeConnectionCommandInput,
25
+ DeauthorizeConnectionCommandOutput,
26
+ EventBridgeClientResolvedConfig
27
+ > {
28
+ readonly input: DeauthorizeConnectionCommandInput;
29
+ constructor(input: DeauthorizeConnectionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: EventBridgeClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeauthorizeConnectionCommandInput,
37
+ DeauthorizeConnectionCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
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 { DeleteApiDestinationRequest, DeleteApiDestinationResponse } from "../models/models_0";
5
- export interface DeleteApiDestinationCommandInput extends DeleteApiDestinationRequest {
6
- }
7
- export interface DeleteApiDestinationCommandOutput extends DeleteApiDestinationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteApiDestinationCommand extends $Command<DeleteApiDestinationCommandInput, DeleteApiDestinationCommandOutput, EventBridgeClientResolvedConfig> {
11
- readonly input: DeleteApiDestinationCommandInput;
12
- constructor(input: DeleteApiDestinationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteApiDestinationCommandInput, DeleteApiDestinationCommandOutput>;
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
+ DeleteApiDestinationRequest,
15
+ DeleteApiDestinationResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteApiDestinationCommandInput
18
+ extends DeleteApiDestinationRequest {}
19
+ export interface DeleteApiDestinationCommandOutput
20
+ extends DeleteApiDestinationResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeleteApiDestinationCommand extends $Command<
24
+ DeleteApiDestinationCommandInput,
25
+ DeleteApiDestinationCommandOutput,
26
+ EventBridgeClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteApiDestinationCommandInput;
29
+ constructor(input: DeleteApiDestinationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: EventBridgeClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeleteApiDestinationCommandInput,
37
+ DeleteApiDestinationCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
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 { DeleteArchiveRequest, DeleteArchiveResponse } from "../models/models_0";
5
- export interface DeleteArchiveCommandInput extends DeleteArchiveRequest {
6
- }
7
- export interface DeleteArchiveCommandOutput extends DeleteArchiveResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteArchiveCommand extends $Command<DeleteArchiveCommandInput, DeleteArchiveCommandOutput, EventBridgeClientResolvedConfig> {
11
- readonly input: DeleteArchiveCommandInput;
12
- constructor(input: DeleteArchiveCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteArchiveCommandInput, DeleteArchiveCommandOutput>;
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
+ DeleteArchiveRequest,
15
+ DeleteArchiveResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteArchiveCommandInput extends DeleteArchiveRequest {}
18
+ export interface DeleteArchiveCommandOutput
19
+ extends DeleteArchiveResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DeleteArchiveCommand extends $Command<
23
+ DeleteArchiveCommandInput,
24
+ DeleteArchiveCommandOutput,
25
+ EventBridgeClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteArchiveCommandInput;
28
+ constructor(input: DeleteArchiveCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: EventBridgeClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DeleteArchiveCommandInput, DeleteArchiveCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }