@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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/EventBridge.d.ts +956 -285
- package/dist-types/ts3.4/EventBridgeClient.d.ts +440 -129
- package/dist-types/ts3.4/commands/ActivateEventSourceCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/CancelReplayCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateApiDestinationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateArchiveCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateEventBusCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreatePartnerEventSourceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeactivateEventSourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeauthorizeConnectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteApiDestinationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteEventBusCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeletePartnerEventSourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DescribeApiDestinationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeArchiveCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeConnectionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeEventBusCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeEventSourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribePartnerEventSourceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeReplayCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeRuleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DisableRuleCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/EnableRuleCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/ListApiDestinationsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListArchivesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListEventBusesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListEventSourcesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListPartnerEventSourceAccountsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListPartnerEventSourcesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListReplaysCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListRuleNamesByTargetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListTargetsByRuleCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutEventsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutPartnerEventsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/PutRuleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutTargetsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/RemoveTargetsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StartReplayCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TestEventPatternCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateApiDestinationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateArchiveCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/index.d.ts +56 -56
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +5 -5
- package/dist-types/ts3.4/models/EventBridgeServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1543 -2033
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +677 -170
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +17 -13
- package/package.json +36 -36
|
@@ -1,129 +1,440 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
import {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
import {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
import {
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
import {
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
}
|
|
129
|
-
|
|
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
|
+
sha256?: __HashConstructor;
|
|
387
|
+
urlParser?: __UrlParser;
|
|
388
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
389
|
+
streamCollector?: __StreamCollector;
|
|
390
|
+
base64Decoder?: __Decoder;
|
|
391
|
+
base64Encoder?: __Encoder;
|
|
392
|
+
utf8Decoder?: __Decoder;
|
|
393
|
+
utf8Encoder?: __Encoder;
|
|
394
|
+
runtime?: string;
|
|
395
|
+
disableHostPrefix?: boolean;
|
|
396
|
+
maxAttempts?: number | __Provider<number>;
|
|
397
|
+
retryMode?: string | __Provider<string>;
|
|
398
|
+
logger?: __Logger;
|
|
399
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
400
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
401
|
+
serviceId?: string;
|
|
402
|
+
region?: string | __Provider<string>;
|
|
403
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
404
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
405
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
406
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
407
|
+
}
|
|
408
|
+
declare type EventBridgeClientConfigType = Partial<
|
|
409
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
410
|
+
> &
|
|
411
|
+
ClientDefaults &
|
|
412
|
+
RegionInputConfig &
|
|
413
|
+
EndpointsInputConfig &
|
|
414
|
+
RetryInputConfig &
|
|
415
|
+
HostHeaderInputConfig &
|
|
416
|
+
AwsAuthInputConfig &
|
|
417
|
+
UserAgentInputConfig;
|
|
418
|
+
export interface EventBridgeClientConfig extends EventBridgeClientConfigType {}
|
|
419
|
+
declare type EventBridgeClientResolvedConfigType =
|
|
420
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
421
|
+
Required<ClientDefaults> &
|
|
422
|
+
RegionResolvedConfig &
|
|
423
|
+
EndpointsResolvedConfig &
|
|
424
|
+
RetryResolvedConfig &
|
|
425
|
+
HostHeaderResolvedConfig &
|
|
426
|
+
AwsAuthResolvedConfig &
|
|
427
|
+
UserAgentResolvedConfig;
|
|
428
|
+
export interface EventBridgeClientResolvedConfig
|
|
429
|
+
extends EventBridgeClientResolvedConfigType {}
|
|
430
|
+
export declare class EventBridgeClient extends __Client<
|
|
431
|
+
__HttpHandlerOptions,
|
|
432
|
+
ServiceInputTypes,
|
|
433
|
+
ServiceOutputTypes,
|
|
434
|
+
EventBridgeClientResolvedConfig
|
|
435
|
+
> {
|
|
436
|
+
readonly config: EventBridgeClientResolvedConfig;
|
|
437
|
+
constructor(configuration: EventBridgeClientConfig);
|
|
438
|
+
destroy(): void;
|
|
439
|
+
}
|
|
440
|
+
export {};
|
|
@@ -1,17 +1,31 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
export declare class ActivateEventSourceCommand extends $Command<
|
|
18
|
+
ActivateEventSourceCommandInput,
|
|
19
|
+
ActivateEventSourceCommandOutput,
|
|
20
|
+
EventBridgeClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: ActivateEventSourceCommandInput;
|
|
23
|
+
constructor(input: ActivateEventSourceCommandInput);
|
|
24
|
+
resolveMiddleware(
|
|
25
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
26
|
+
configuration: EventBridgeClientResolvedConfig,
|
|
27
|
+
options?: __HttpHandlerOptions
|
|
28
|
+
): Handler<ActivateEventSourceCommandInput, ActivateEventSourceCommandOutput>;
|
|
29
|
+
private serialize;
|
|
30
|
+
private deserialize;
|
|
31
|
+
}
|