@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,129 +1,465 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { ActivateEventSourceCommandInput, ActivateEventSourceCommandOutput } from "./commands/ActivateEventSourceCommand";
10
- import { CancelReplayCommandInput, CancelReplayCommandOutput } from "./commands/CancelReplayCommand";
11
- import { CreateApiDestinationCommandInput, CreateApiDestinationCommandOutput } from "./commands/CreateApiDestinationCommand";
12
- import { CreateArchiveCommandInput, CreateArchiveCommandOutput } from "./commands/CreateArchiveCommand";
13
- import { CreateConnectionCommandInput, CreateConnectionCommandOutput } from "./commands/CreateConnectionCommand";
14
- import { CreateEndpointCommandInput, CreateEndpointCommandOutput } from "./commands/CreateEndpointCommand";
15
- import { CreateEventBusCommandInput, CreateEventBusCommandOutput } from "./commands/CreateEventBusCommand";
16
- import { CreatePartnerEventSourceCommandInput, CreatePartnerEventSourceCommandOutput } from "./commands/CreatePartnerEventSourceCommand";
17
- import { DeactivateEventSourceCommandInput, DeactivateEventSourceCommandOutput } from "./commands/DeactivateEventSourceCommand";
18
- import { DeauthorizeConnectionCommandInput, DeauthorizeConnectionCommandOutput } from "./commands/DeauthorizeConnectionCommand";
19
- import { DeleteApiDestinationCommandInput, DeleteApiDestinationCommandOutput } from "./commands/DeleteApiDestinationCommand";
20
- import { DeleteArchiveCommandInput, DeleteArchiveCommandOutput } from "./commands/DeleteArchiveCommand";
21
- import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "./commands/DeleteConnectionCommand";
22
- import { DeleteEndpointCommandInput, DeleteEndpointCommandOutput } from "./commands/DeleteEndpointCommand";
23
- import { DeleteEventBusCommandInput, DeleteEventBusCommandOutput } from "./commands/DeleteEventBusCommand";
24
- import { DeletePartnerEventSourceCommandInput, DeletePartnerEventSourceCommandOutput } from "./commands/DeletePartnerEventSourceCommand";
25
- import { DeleteRuleCommandInput, DeleteRuleCommandOutput } from "./commands/DeleteRuleCommand";
26
- import { DescribeApiDestinationCommandInput, DescribeApiDestinationCommandOutput } from "./commands/DescribeApiDestinationCommand";
27
- import { DescribeArchiveCommandInput, DescribeArchiveCommandOutput } from "./commands/DescribeArchiveCommand";
28
- import { DescribeConnectionCommandInput, DescribeConnectionCommandOutput } from "./commands/DescribeConnectionCommand";
29
- import { DescribeEndpointCommandInput, DescribeEndpointCommandOutput } from "./commands/DescribeEndpointCommand";
30
- import { DescribeEventBusCommandInput, DescribeEventBusCommandOutput } from "./commands/DescribeEventBusCommand";
31
- import { DescribeEventSourceCommandInput, DescribeEventSourceCommandOutput } from "./commands/DescribeEventSourceCommand";
32
- import { DescribePartnerEventSourceCommandInput, DescribePartnerEventSourceCommandOutput } from "./commands/DescribePartnerEventSourceCommand";
33
- import { DescribeReplayCommandInput, DescribeReplayCommandOutput } from "./commands/DescribeReplayCommand";
34
- import { DescribeRuleCommandInput, DescribeRuleCommandOutput } from "./commands/DescribeRuleCommand";
35
- import { DisableRuleCommandInput, DisableRuleCommandOutput } from "./commands/DisableRuleCommand";
36
- import { EnableRuleCommandInput, EnableRuleCommandOutput } from "./commands/EnableRuleCommand";
37
- import { ListApiDestinationsCommandInput, ListApiDestinationsCommandOutput } from "./commands/ListApiDestinationsCommand";
38
- import { ListArchivesCommandInput, ListArchivesCommandOutput } from "./commands/ListArchivesCommand";
39
- import { ListConnectionsCommandInput, ListConnectionsCommandOutput } from "./commands/ListConnectionsCommand";
40
- import { ListEndpointsCommandInput, ListEndpointsCommandOutput } from "./commands/ListEndpointsCommand";
41
- import { ListEventBusesCommandInput, ListEventBusesCommandOutput } from "./commands/ListEventBusesCommand";
42
- import { ListEventSourcesCommandInput, ListEventSourcesCommandOutput } from "./commands/ListEventSourcesCommand";
43
- import { ListPartnerEventSourceAccountsCommandInput, ListPartnerEventSourceAccountsCommandOutput } from "./commands/ListPartnerEventSourceAccountsCommand";
44
- import { ListPartnerEventSourcesCommandInput, ListPartnerEventSourcesCommandOutput } from "./commands/ListPartnerEventSourcesCommand";
45
- import { ListReplaysCommandInput, ListReplaysCommandOutput } from "./commands/ListReplaysCommand";
46
- import { ListRuleNamesByTargetCommandInput, ListRuleNamesByTargetCommandOutput } from "./commands/ListRuleNamesByTargetCommand";
47
- import { ListRulesCommandInput, ListRulesCommandOutput } from "./commands/ListRulesCommand";
48
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
49
- import { ListTargetsByRuleCommandInput, ListTargetsByRuleCommandOutput } from "./commands/ListTargetsByRuleCommand";
50
- import { PutEventsCommandInput, PutEventsCommandOutput } from "./commands/PutEventsCommand";
51
- import { PutPartnerEventsCommandInput, PutPartnerEventsCommandOutput } from "./commands/PutPartnerEventsCommand";
52
- import { PutPermissionCommandInput, PutPermissionCommandOutput } from "./commands/PutPermissionCommand";
53
- import { PutRuleCommandInput, PutRuleCommandOutput } from "./commands/PutRuleCommand";
54
- import { PutTargetsCommandInput, PutTargetsCommandOutput } from "./commands/PutTargetsCommand";
55
- import { RemovePermissionCommandInput, RemovePermissionCommandOutput } from "./commands/RemovePermissionCommand";
56
- import { RemoveTargetsCommandInput, RemoveTargetsCommandOutput } from "./commands/RemoveTargetsCommand";
57
- import { StartReplayCommandInput, StartReplayCommandOutput } from "./commands/StartReplayCommand";
58
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
59
- import { TestEventPatternCommandInput, TestEventPatternCommandOutput } from "./commands/TestEventPatternCommand";
60
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
61
- import { UpdateApiDestinationCommandInput, UpdateApiDestinationCommandOutput } from "./commands/UpdateApiDestinationCommand";
62
- import { UpdateArchiveCommandInput, UpdateArchiveCommandOutput } from "./commands/UpdateArchiveCommand";
63
- import { UpdateConnectionCommandInput, UpdateConnectionCommandOutput } from "./commands/UpdateConnectionCommand";
64
- import { UpdateEndpointCommandInput, UpdateEndpointCommandOutput } from "./commands/UpdateEndpointCommand";
65
- export declare type ServiceInputTypes = ActivateEventSourceCommandInput | CancelReplayCommandInput | CreateApiDestinationCommandInput | CreateArchiveCommandInput | CreateConnectionCommandInput | CreateEndpointCommandInput | CreateEventBusCommandInput | CreatePartnerEventSourceCommandInput | DeactivateEventSourceCommandInput | DeauthorizeConnectionCommandInput | DeleteApiDestinationCommandInput | DeleteArchiveCommandInput | DeleteConnectionCommandInput | DeleteEndpointCommandInput | DeleteEventBusCommandInput | DeletePartnerEventSourceCommandInput | DeleteRuleCommandInput | DescribeApiDestinationCommandInput | DescribeArchiveCommandInput | DescribeConnectionCommandInput | DescribeEndpointCommandInput | DescribeEventBusCommandInput | DescribeEventSourceCommandInput | DescribePartnerEventSourceCommandInput | DescribeReplayCommandInput | DescribeRuleCommandInput | DisableRuleCommandInput | EnableRuleCommandInput | ListApiDestinationsCommandInput | ListArchivesCommandInput | ListConnectionsCommandInput | ListEndpointsCommandInput | ListEventBusesCommandInput | ListEventSourcesCommandInput | ListPartnerEventSourceAccountsCommandInput | ListPartnerEventSourcesCommandInput | ListReplaysCommandInput | ListRuleNamesByTargetCommandInput | ListRulesCommandInput | ListTagsForResourceCommandInput | ListTargetsByRuleCommandInput | PutEventsCommandInput | PutPartnerEventsCommandInput | PutPermissionCommandInput | PutRuleCommandInput | PutTargetsCommandInput | RemovePermissionCommandInput | RemoveTargetsCommandInput | StartReplayCommandInput | TagResourceCommandInput | TestEventPatternCommandInput | UntagResourceCommandInput | UpdateApiDestinationCommandInput | UpdateArchiveCommandInput | UpdateConnectionCommandInput | UpdateEndpointCommandInput;
66
- export declare type ServiceOutputTypes = ActivateEventSourceCommandOutput | CancelReplayCommandOutput | CreateApiDestinationCommandOutput | CreateArchiveCommandOutput | CreateConnectionCommandOutput | CreateEndpointCommandOutput | CreateEventBusCommandOutput | CreatePartnerEventSourceCommandOutput | DeactivateEventSourceCommandOutput | DeauthorizeConnectionCommandOutput | DeleteApiDestinationCommandOutput | DeleteArchiveCommandOutput | DeleteConnectionCommandOutput | DeleteEndpointCommandOutput | DeleteEventBusCommandOutput | DeletePartnerEventSourceCommandOutput | DeleteRuleCommandOutput | DescribeApiDestinationCommandOutput | DescribeArchiveCommandOutput | DescribeConnectionCommandOutput | DescribeEndpointCommandOutput | DescribeEventBusCommandOutput | DescribeEventSourceCommandOutput | DescribePartnerEventSourceCommandOutput | DescribeReplayCommandOutput | DescribeRuleCommandOutput | DisableRuleCommandOutput | EnableRuleCommandOutput | ListApiDestinationsCommandOutput | ListArchivesCommandOutput | ListConnectionsCommandOutput | ListEndpointsCommandOutput | ListEventBusesCommandOutput | ListEventSourcesCommandOutput | ListPartnerEventSourceAccountsCommandOutput | ListPartnerEventSourcesCommandOutput | ListReplaysCommandOutput | ListRuleNamesByTargetCommandOutput | ListRulesCommandOutput | ListTagsForResourceCommandOutput | ListTargetsByRuleCommandOutput | PutEventsCommandOutput | PutPartnerEventsCommandOutput | PutPermissionCommandOutput | PutRuleCommandOutput | PutTargetsCommandOutput | RemovePermissionCommandOutput | RemoveTargetsCommandOutput | StartReplayCommandOutput | TagResourceCommandOutput | TestEventPatternCommandOutput | UntagResourceCommandOutput | UpdateApiDestinationCommandOutput | UpdateArchiveCommandOutput | UpdateConnectionCommandOutput | UpdateEndpointCommandOutput;
67
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
68
-
69
- requestHandler?: __HttpHandler;
70
-
71
- sha256?: __HashConstructor;
72
-
73
- urlParser?: __UrlParser;
74
-
75
- bodyLengthChecker?: __BodyLengthCalculator;
76
-
77
- streamCollector?: __StreamCollector;
78
-
79
- base64Decoder?: __Decoder;
80
-
81
- base64Encoder?: __Encoder;
82
-
83
- utf8Decoder?: __Decoder;
84
-
85
- utf8Encoder?: __Encoder;
86
-
87
- runtime?: string;
88
-
89
- disableHostPrefix?: boolean;
90
-
91
- maxAttempts?: number | __Provider<number>;
92
-
93
- retryMode?: string | __Provider<string>;
94
-
95
- logger?: __Logger;
96
-
97
- useDualstackEndpoint?: boolean | __Provider<boolean>;
98
-
99
- useFipsEndpoint?: boolean | __Provider<boolean>;
100
-
101
- serviceId?: string;
102
-
103
- region?: string | __Provider<string>;
104
-
105
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
106
-
107
- regionInfoProvider?: RegionInfoProvider;
108
-
109
- defaultUserAgentProvider?: Provider<__UserAgent>;
110
-
111
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
112
- }
113
- declare type EventBridgeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
114
-
115
- export interface EventBridgeClientConfig extends EventBridgeClientConfigType {
116
- }
117
- declare type EventBridgeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
118
-
119
- export interface EventBridgeClientResolvedConfig extends EventBridgeClientResolvedConfigType {
120
- }
121
-
122
- export declare class EventBridgeClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, EventBridgeClientResolvedConfig> {
123
-
124
- readonly config: EventBridgeClientResolvedConfig;
125
- constructor(configuration: EventBridgeClientConfig);
126
-
127
- destroy(): void;
128
- }
129
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ ActivateEventSourceCommandInput,
47
+ ActivateEventSourceCommandOutput,
48
+ } from "./commands/ActivateEventSourceCommand";
49
+ import {
50
+ CancelReplayCommandInput,
51
+ CancelReplayCommandOutput,
52
+ } from "./commands/CancelReplayCommand";
53
+ import {
54
+ CreateApiDestinationCommandInput,
55
+ CreateApiDestinationCommandOutput,
56
+ } from "./commands/CreateApiDestinationCommand";
57
+ import {
58
+ CreateArchiveCommandInput,
59
+ CreateArchiveCommandOutput,
60
+ } from "./commands/CreateArchiveCommand";
61
+ import {
62
+ CreateConnectionCommandInput,
63
+ CreateConnectionCommandOutput,
64
+ } from "./commands/CreateConnectionCommand";
65
+ import {
66
+ CreateEndpointCommandInput,
67
+ CreateEndpointCommandOutput,
68
+ } from "./commands/CreateEndpointCommand";
69
+ import {
70
+ CreateEventBusCommandInput,
71
+ CreateEventBusCommandOutput,
72
+ } from "./commands/CreateEventBusCommand";
73
+ import {
74
+ CreatePartnerEventSourceCommandInput,
75
+ CreatePartnerEventSourceCommandOutput,
76
+ } from "./commands/CreatePartnerEventSourceCommand";
77
+ import {
78
+ DeactivateEventSourceCommandInput,
79
+ DeactivateEventSourceCommandOutput,
80
+ } from "./commands/DeactivateEventSourceCommand";
81
+ import {
82
+ DeauthorizeConnectionCommandInput,
83
+ DeauthorizeConnectionCommandOutput,
84
+ } from "./commands/DeauthorizeConnectionCommand";
85
+ import {
86
+ DeleteApiDestinationCommandInput,
87
+ DeleteApiDestinationCommandOutput,
88
+ } from "./commands/DeleteApiDestinationCommand";
89
+ import {
90
+ DeleteArchiveCommandInput,
91
+ DeleteArchiveCommandOutput,
92
+ } from "./commands/DeleteArchiveCommand";
93
+ import {
94
+ DeleteConnectionCommandInput,
95
+ DeleteConnectionCommandOutput,
96
+ } from "./commands/DeleteConnectionCommand";
97
+ import {
98
+ DeleteEndpointCommandInput,
99
+ DeleteEndpointCommandOutput,
100
+ } from "./commands/DeleteEndpointCommand";
101
+ import {
102
+ DeleteEventBusCommandInput,
103
+ DeleteEventBusCommandOutput,
104
+ } from "./commands/DeleteEventBusCommand";
105
+ import {
106
+ DeletePartnerEventSourceCommandInput,
107
+ DeletePartnerEventSourceCommandOutput,
108
+ } from "./commands/DeletePartnerEventSourceCommand";
109
+ import {
110
+ DeleteRuleCommandInput,
111
+ DeleteRuleCommandOutput,
112
+ } from "./commands/DeleteRuleCommand";
113
+ import {
114
+ DescribeApiDestinationCommandInput,
115
+ DescribeApiDestinationCommandOutput,
116
+ } from "./commands/DescribeApiDestinationCommand";
117
+ import {
118
+ DescribeArchiveCommandInput,
119
+ DescribeArchiveCommandOutput,
120
+ } from "./commands/DescribeArchiveCommand";
121
+ import {
122
+ DescribeConnectionCommandInput,
123
+ DescribeConnectionCommandOutput,
124
+ } from "./commands/DescribeConnectionCommand";
125
+ import {
126
+ DescribeEndpointCommandInput,
127
+ DescribeEndpointCommandOutput,
128
+ } from "./commands/DescribeEndpointCommand";
129
+ import {
130
+ DescribeEventBusCommandInput,
131
+ DescribeEventBusCommandOutput,
132
+ } from "./commands/DescribeEventBusCommand";
133
+ import {
134
+ DescribeEventSourceCommandInput,
135
+ DescribeEventSourceCommandOutput,
136
+ } from "./commands/DescribeEventSourceCommand";
137
+ import {
138
+ DescribePartnerEventSourceCommandInput,
139
+ DescribePartnerEventSourceCommandOutput,
140
+ } from "./commands/DescribePartnerEventSourceCommand";
141
+ import {
142
+ DescribeReplayCommandInput,
143
+ DescribeReplayCommandOutput,
144
+ } from "./commands/DescribeReplayCommand";
145
+ import {
146
+ DescribeRuleCommandInput,
147
+ DescribeRuleCommandOutput,
148
+ } from "./commands/DescribeRuleCommand";
149
+ import {
150
+ DisableRuleCommandInput,
151
+ DisableRuleCommandOutput,
152
+ } from "./commands/DisableRuleCommand";
153
+ import {
154
+ EnableRuleCommandInput,
155
+ EnableRuleCommandOutput,
156
+ } from "./commands/EnableRuleCommand";
157
+ import {
158
+ ListApiDestinationsCommandInput,
159
+ ListApiDestinationsCommandOutput,
160
+ } from "./commands/ListApiDestinationsCommand";
161
+ import {
162
+ ListArchivesCommandInput,
163
+ ListArchivesCommandOutput,
164
+ } from "./commands/ListArchivesCommand";
165
+ import {
166
+ ListConnectionsCommandInput,
167
+ ListConnectionsCommandOutput,
168
+ } from "./commands/ListConnectionsCommand";
169
+ import {
170
+ ListEndpointsCommandInput,
171
+ ListEndpointsCommandOutput,
172
+ } from "./commands/ListEndpointsCommand";
173
+ import {
174
+ ListEventBusesCommandInput,
175
+ ListEventBusesCommandOutput,
176
+ } from "./commands/ListEventBusesCommand";
177
+ import {
178
+ ListEventSourcesCommandInput,
179
+ ListEventSourcesCommandOutput,
180
+ } from "./commands/ListEventSourcesCommand";
181
+ import {
182
+ ListPartnerEventSourceAccountsCommandInput,
183
+ ListPartnerEventSourceAccountsCommandOutput,
184
+ } from "./commands/ListPartnerEventSourceAccountsCommand";
185
+ import {
186
+ ListPartnerEventSourcesCommandInput,
187
+ ListPartnerEventSourcesCommandOutput,
188
+ } from "./commands/ListPartnerEventSourcesCommand";
189
+ import {
190
+ ListReplaysCommandInput,
191
+ ListReplaysCommandOutput,
192
+ } from "./commands/ListReplaysCommand";
193
+ import {
194
+ ListRuleNamesByTargetCommandInput,
195
+ ListRuleNamesByTargetCommandOutput,
196
+ } from "./commands/ListRuleNamesByTargetCommand";
197
+ import {
198
+ ListRulesCommandInput,
199
+ ListRulesCommandOutput,
200
+ } from "./commands/ListRulesCommand";
201
+ import {
202
+ ListTagsForResourceCommandInput,
203
+ ListTagsForResourceCommandOutput,
204
+ } from "./commands/ListTagsForResourceCommand";
205
+ import {
206
+ ListTargetsByRuleCommandInput,
207
+ ListTargetsByRuleCommandOutput,
208
+ } from "./commands/ListTargetsByRuleCommand";
209
+ import {
210
+ PutEventsCommandInput,
211
+ PutEventsCommandOutput,
212
+ } from "./commands/PutEventsCommand";
213
+ import {
214
+ PutPartnerEventsCommandInput,
215
+ PutPartnerEventsCommandOutput,
216
+ } from "./commands/PutPartnerEventsCommand";
217
+ import {
218
+ PutPermissionCommandInput,
219
+ PutPermissionCommandOutput,
220
+ } from "./commands/PutPermissionCommand";
221
+ import {
222
+ PutRuleCommandInput,
223
+ PutRuleCommandOutput,
224
+ } from "./commands/PutRuleCommand";
225
+ import {
226
+ PutTargetsCommandInput,
227
+ PutTargetsCommandOutput,
228
+ } from "./commands/PutTargetsCommand";
229
+ import {
230
+ RemovePermissionCommandInput,
231
+ RemovePermissionCommandOutput,
232
+ } from "./commands/RemovePermissionCommand";
233
+ import {
234
+ RemoveTargetsCommandInput,
235
+ RemoveTargetsCommandOutput,
236
+ } from "./commands/RemoveTargetsCommand";
237
+ import {
238
+ StartReplayCommandInput,
239
+ StartReplayCommandOutput,
240
+ } from "./commands/StartReplayCommand";
241
+ import {
242
+ TagResourceCommandInput,
243
+ TagResourceCommandOutput,
244
+ } from "./commands/TagResourceCommand";
245
+ import {
246
+ TestEventPatternCommandInput,
247
+ TestEventPatternCommandOutput,
248
+ } from "./commands/TestEventPatternCommand";
249
+ import {
250
+ UntagResourceCommandInput,
251
+ UntagResourceCommandOutput,
252
+ } from "./commands/UntagResourceCommand";
253
+ import {
254
+ UpdateApiDestinationCommandInput,
255
+ UpdateApiDestinationCommandOutput,
256
+ } from "./commands/UpdateApiDestinationCommand";
257
+ import {
258
+ UpdateArchiveCommandInput,
259
+ UpdateArchiveCommandOutput,
260
+ } from "./commands/UpdateArchiveCommand";
261
+ import {
262
+ UpdateConnectionCommandInput,
263
+ UpdateConnectionCommandOutput,
264
+ } from "./commands/UpdateConnectionCommand";
265
+ import {
266
+ UpdateEndpointCommandInput,
267
+ UpdateEndpointCommandOutput,
268
+ } from "./commands/UpdateEndpointCommand";
269
+ export declare type ServiceInputTypes =
270
+ | ActivateEventSourceCommandInput
271
+ | CancelReplayCommandInput
272
+ | CreateApiDestinationCommandInput
273
+ | CreateArchiveCommandInput
274
+ | CreateConnectionCommandInput
275
+ | CreateEndpointCommandInput
276
+ | CreateEventBusCommandInput
277
+ | CreatePartnerEventSourceCommandInput
278
+ | DeactivateEventSourceCommandInput
279
+ | DeauthorizeConnectionCommandInput
280
+ | DeleteApiDestinationCommandInput
281
+ | DeleteArchiveCommandInput
282
+ | DeleteConnectionCommandInput
283
+ | DeleteEndpointCommandInput
284
+ | DeleteEventBusCommandInput
285
+ | DeletePartnerEventSourceCommandInput
286
+ | DeleteRuleCommandInput
287
+ | DescribeApiDestinationCommandInput
288
+ | DescribeArchiveCommandInput
289
+ | DescribeConnectionCommandInput
290
+ | DescribeEndpointCommandInput
291
+ | DescribeEventBusCommandInput
292
+ | DescribeEventSourceCommandInput
293
+ | DescribePartnerEventSourceCommandInput
294
+ | DescribeReplayCommandInput
295
+ | DescribeRuleCommandInput
296
+ | DisableRuleCommandInput
297
+ | EnableRuleCommandInput
298
+ | ListApiDestinationsCommandInput
299
+ | ListArchivesCommandInput
300
+ | ListConnectionsCommandInput
301
+ | ListEndpointsCommandInput
302
+ | ListEventBusesCommandInput
303
+ | ListEventSourcesCommandInput
304
+ | ListPartnerEventSourceAccountsCommandInput
305
+ | ListPartnerEventSourcesCommandInput
306
+ | ListReplaysCommandInput
307
+ | ListRuleNamesByTargetCommandInput
308
+ | ListRulesCommandInput
309
+ | ListTagsForResourceCommandInput
310
+ | ListTargetsByRuleCommandInput
311
+ | PutEventsCommandInput
312
+ | PutPartnerEventsCommandInput
313
+ | PutPermissionCommandInput
314
+ | PutRuleCommandInput
315
+ | PutTargetsCommandInput
316
+ | RemovePermissionCommandInput
317
+ | RemoveTargetsCommandInput
318
+ | StartReplayCommandInput
319
+ | TagResourceCommandInput
320
+ | TestEventPatternCommandInput
321
+ | UntagResourceCommandInput
322
+ | UpdateApiDestinationCommandInput
323
+ | UpdateArchiveCommandInput
324
+ | UpdateConnectionCommandInput
325
+ | UpdateEndpointCommandInput;
326
+ export declare type ServiceOutputTypes =
327
+ | ActivateEventSourceCommandOutput
328
+ | CancelReplayCommandOutput
329
+ | CreateApiDestinationCommandOutput
330
+ | CreateArchiveCommandOutput
331
+ | CreateConnectionCommandOutput
332
+ | CreateEndpointCommandOutput
333
+ | CreateEventBusCommandOutput
334
+ | CreatePartnerEventSourceCommandOutput
335
+ | DeactivateEventSourceCommandOutput
336
+ | DeauthorizeConnectionCommandOutput
337
+ | DeleteApiDestinationCommandOutput
338
+ | DeleteArchiveCommandOutput
339
+ | DeleteConnectionCommandOutput
340
+ | DeleteEndpointCommandOutput
341
+ | DeleteEventBusCommandOutput
342
+ | DeletePartnerEventSourceCommandOutput
343
+ | DeleteRuleCommandOutput
344
+ | DescribeApiDestinationCommandOutput
345
+ | DescribeArchiveCommandOutput
346
+ | DescribeConnectionCommandOutput
347
+ | DescribeEndpointCommandOutput
348
+ | DescribeEventBusCommandOutput
349
+ | DescribeEventSourceCommandOutput
350
+ | DescribePartnerEventSourceCommandOutput
351
+ | DescribeReplayCommandOutput
352
+ | DescribeRuleCommandOutput
353
+ | DisableRuleCommandOutput
354
+ | EnableRuleCommandOutput
355
+ | ListApiDestinationsCommandOutput
356
+ | ListArchivesCommandOutput
357
+ | ListConnectionsCommandOutput
358
+ | ListEndpointsCommandOutput
359
+ | ListEventBusesCommandOutput
360
+ | ListEventSourcesCommandOutput
361
+ | ListPartnerEventSourceAccountsCommandOutput
362
+ | ListPartnerEventSourcesCommandOutput
363
+ | ListReplaysCommandOutput
364
+ | ListRuleNamesByTargetCommandOutput
365
+ | ListRulesCommandOutput
366
+ | ListTagsForResourceCommandOutput
367
+ | ListTargetsByRuleCommandOutput
368
+ | PutEventsCommandOutput
369
+ | PutPartnerEventsCommandOutput
370
+ | PutPermissionCommandOutput
371
+ | PutRuleCommandOutput
372
+ | PutTargetsCommandOutput
373
+ | RemovePermissionCommandOutput
374
+ | RemoveTargetsCommandOutput
375
+ | StartReplayCommandOutput
376
+ | TagResourceCommandOutput
377
+ | TestEventPatternCommandOutput
378
+ | UntagResourceCommandOutput
379
+ | UpdateApiDestinationCommandOutput
380
+ | UpdateArchiveCommandOutput
381
+ | UpdateConnectionCommandOutput
382
+ | UpdateEndpointCommandOutput;
383
+ export interface ClientDefaults
384
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
385
+ requestHandler?: __HttpHandler;
386
+
387
+ sha256?: __HashConstructor;
388
+
389
+ urlParser?: __UrlParser;
390
+
391
+ bodyLengthChecker?: __BodyLengthCalculator;
392
+
393
+ streamCollector?: __StreamCollector;
394
+
395
+ base64Decoder?: __Decoder;
396
+
397
+ base64Encoder?: __Encoder;
398
+
399
+ utf8Decoder?: __Decoder;
400
+
401
+ utf8Encoder?: __Encoder;
402
+
403
+ runtime?: string;
404
+
405
+ disableHostPrefix?: boolean;
406
+
407
+ maxAttempts?: number | __Provider<number>;
408
+
409
+ retryMode?: string | __Provider<string>;
410
+
411
+ logger?: __Logger;
412
+
413
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
414
+
415
+ useFipsEndpoint?: boolean | __Provider<boolean>;
416
+
417
+ serviceId?: string;
418
+
419
+ region?: string | __Provider<string>;
420
+
421
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
422
+
423
+ regionInfoProvider?: RegionInfoProvider;
424
+
425
+ defaultUserAgentProvider?: Provider<__UserAgent>;
426
+
427
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
428
+ }
429
+ declare type EventBridgeClientConfigType = Partial<
430
+ __SmithyConfiguration<__HttpHandlerOptions>
431
+ > &
432
+ ClientDefaults &
433
+ RegionInputConfig &
434
+ EndpointsInputConfig &
435
+ RetryInputConfig &
436
+ HostHeaderInputConfig &
437
+ AwsAuthInputConfig &
438
+ UserAgentInputConfig;
439
+
440
+ export interface EventBridgeClientConfig extends EventBridgeClientConfigType {}
441
+ declare type EventBridgeClientResolvedConfigType =
442
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
443
+ Required<ClientDefaults> &
444
+ RegionResolvedConfig &
445
+ EndpointsResolvedConfig &
446
+ RetryResolvedConfig &
447
+ HostHeaderResolvedConfig &
448
+ AwsAuthResolvedConfig &
449
+ UserAgentResolvedConfig;
450
+
451
+ export interface EventBridgeClientResolvedConfig
452
+ extends EventBridgeClientResolvedConfigType {}
453
+
454
+ export declare class EventBridgeClient extends __Client<
455
+ __HttpHandlerOptions,
456
+ ServiceInputTypes,
457
+ ServiceOutputTypes,
458
+ EventBridgeClientResolvedConfig
459
+ > {
460
+ readonly config: EventBridgeClientResolvedConfig;
461
+ constructor(configuration: EventBridgeClientConfig);
462
+
463
+ destroy(): void;
464
+ }
465
+ export {};
@@ -1,17 +1,33 @@
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 { ActivateEventSourceRequest } from "../models/models_0";
5
- export interface ActivateEventSourceCommandInput extends ActivateEventSourceRequest {
6
- }
7
- export interface ActivateEventSourceCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class ActivateEventSourceCommand extends $Command<ActivateEventSourceCommandInput, ActivateEventSourceCommandOutput, EventBridgeClientResolvedConfig> {
11
- readonly input: ActivateEventSourceCommandInput;
12
- constructor(input: ActivateEventSourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ActivateEventSourceCommandInput, ActivateEventSourceCommandOutput>;
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 { ActivateEventSourceRequest } from "../models/models_0";
14
+ export interface ActivateEventSourceCommandInput
15
+ extends ActivateEventSourceRequest {}
16
+ export interface ActivateEventSourceCommandOutput extends __MetadataBearer {}
17
+
18
+ export declare class ActivateEventSourceCommand extends $Command<
19
+ ActivateEventSourceCommandInput,
20
+ ActivateEventSourceCommandOutput,
21
+ EventBridgeClientResolvedConfig
22
+ > {
23
+ readonly input: ActivateEventSourceCommandInput;
24
+ constructor(input: ActivateEventSourceCommandInput);
25
+
26
+ resolveMiddleware(
27
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
+ configuration: EventBridgeClientResolvedConfig,
29
+ options?: __HttpHandlerOptions
30
+ ): Handler<ActivateEventSourceCommandInput, ActivateEventSourceCommandOutput>;
31
+ private serialize;
32
+ private deserialize;
33
+ }