@aws-sdk/client-appintegrations 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/AppIntegrations.d.ts +259 -80
- package/dist-types/ts3.4/AppIntegrationsClient.d.ts +195 -88
- package/dist-types/ts3.4/commands/CreateDataIntegrationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateEventIntegrationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteDataIntegrationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteEventIntegrationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetDataIntegrationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetEventIntegrationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListDataIntegrationAssociationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDataIntegrationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListEventIntegrationAssociationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListEventIntegrationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateDataIntegrationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateEventIntegrationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +15 -15
- 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/AppIntegrationsServiceException.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 +322 -392
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +185 -47
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
- package/package.json +34 -34
|
@@ -1,392 +1,322 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { AppIntegrationsServiceException as __BaseException } from "./AppIntegrationsServiceException";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
}
|
|
36
|
-
export
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
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
|
-
export interface
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
}
|
|
196
|
-
export interface
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
}
|
|
217
|
-
export
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
export
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
export
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
export
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
export
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
export declare const CreateDataIntegrationRequestFilterSensitiveLog: (obj: CreateDataIntegrationRequest) => any;
|
|
325
|
-
|
|
326
|
-
export declare const CreateDataIntegrationResponseFilterSensitiveLog: (obj: CreateDataIntegrationResponse) => any;
|
|
327
|
-
|
|
328
|
-
export declare const EventFilterFilterSensitiveLog: (obj: EventFilter) => any;
|
|
329
|
-
|
|
330
|
-
export declare const CreateEventIntegrationRequestFilterSensitiveLog: (obj: CreateEventIntegrationRequest) => any;
|
|
331
|
-
|
|
332
|
-
export declare const CreateEventIntegrationResponseFilterSensitiveLog: (obj: CreateEventIntegrationResponse) => any;
|
|
333
|
-
|
|
334
|
-
export declare const DeleteDataIntegrationRequestFilterSensitiveLog: (obj: DeleteDataIntegrationRequest) => any;
|
|
335
|
-
|
|
336
|
-
export declare const DeleteDataIntegrationResponseFilterSensitiveLog: (obj: DeleteDataIntegrationResponse) => any;
|
|
337
|
-
|
|
338
|
-
export declare const DeleteEventIntegrationRequestFilterSensitiveLog: (obj: DeleteEventIntegrationRequest) => any;
|
|
339
|
-
|
|
340
|
-
export declare const DeleteEventIntegrationResponseFilterSensitiveLog: (obj: DeleteEventIntegrationResponse) => any;
|
|
341
|
-
|
|
342
|
-
export declare const GetDataIntegrationRequestFilterSensitiveLog: (obj: GetDataIntegrationRequest) => any;
|
|
343
|
-
|
|
344
|
-
export declare const GetDataIntegrationResponseFilterSensitiveLog: (obj: GetDataIntegrationResponse) => any;
|
|
345
|
-
|
|
346
|
-
export declare const GetEventIntegrationRequestFilterSensitiveLog: (obj: GetEventIntegrationRequest) => any;
|
|
347
|
-
|
|
348
|
-
export declare const GetEventIntegrationResponseFilterSensitiveLog: (obj: GetEventIntegrationResponse) => any;
|
|
349
|
-
|
|
350
|
-
export declare const ListDataIntegrationAssociationsRequestFilterSensitiveLog: (obj: ListDataIntegrationAssociationsRequest) => any;
|
|
351
|
-
|
|
352
|
-
export declare const DataIntegrationAssociationSummaryFilterSensitiveLog: (obj: DataIntegrationAssociationSummary) => any;
|
|
353
|
-
|
|
354
|
-
export declare const ListDataIntegrationAssociationsResponseFilterSensitiveLog: (obj: ListDataIntegrationAssociationsResponse) => any;
|
|
355
|
-
|
|
356
|
-
export declare const ListDataIntegrationsRequestFilterSensitiveLog: (obj: ListDataIntegrationsRequest) => any;
|
|
357
|
-
|
|
358
|
-
export declare const DataIntegrationSummaryFilterSensitiveLog: (obj: DataIntegrationSummary) => any;
|
|
359
|
-
|
|
360
|
-
export declare const ListDataIntegrationsResponseFilterSensitiveLog: (obj: ListDataIntegrationsResponse) => any;
|
|
361
|
-
|
|
362
|
-
export declare const ListEventIntegrationAssociationsRequestFilterSensitiveLog: (obj: ListEventIntegrationAssociationsRequest) => any;
|
|
363
|
-
|
|
364
|
-
export declare const EventIntegrationAssociationFilterSensitiveLog: (obj: EventIntegrationAssociation) => any;
|
|
365
|
-
|
|
366
|
-
export declare const ListEventIntegrationAssociationsResponseFilterSensitiveLog: (obj: ListEventIntegrationAssociationsResponse) => any;
|
|
367
|
-
|
|
368
|
-
export declare const ListEventIntegrationsRequestFilterSensitiveLog: (obj: ListEventIntegrationsRequest) => any;
|
|
369
|
-
|
|
370
|
-
export declare const EventIntegrationFilterSensitiveLog: (obj: EventIntegration) => any;
|
|
371
|
-
|
|
372
|
-
export declare const ListEventIntegrationsResponseFilterSensitiveLog: (obj: ListEventIntegrationsResponse) => any;
|
|
373
|
-
|
|
374
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
375
|
-
|
|
376
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
377
|
-
|
|
378
|
-
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
379
|
-
|
|
380
|
-
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
381
|
-
|
|
382
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
383
|
-
|
|
384
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
385
|
-
|
|
386
|
-
export declare const UpdateDataIntegrationRequestFilterSensitiveLog: (obj: UpdateDataIntegrationRequest) => any;
|
|
387
|
-
|
|
388
|
-
export declare const UpdateDataIntegrationResponseFilterSensitiveLog: (obj: UpdateDataIntegrationResponse) => any;
|
|
389
|
-
|
|
390
|
-
export declare const UpdateEventIntegrationRequestFilterSensitiveLog: (obj: UpdateEventIntegrationRequest) => any;
|
|
391
|
-
|
|
392
|
-
export declare const UpdateEventIntegrationResponseFilterSensitiveLog: (obj: UpdateEventIntegrationResponse) => any;
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { AppIntegrationsServiceException as __BaseException } from "./AppIntegrationsServiceException";
|
|
3
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
4
|
+
readonly name: "AccessDeniedException";
|
|
5
|
+
readonly $fault: "client";
|
|
6
|
+
Message?: string;
|
|
7
|
+
constructor(
|
|
8
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
9
|
+
);
|
|
10
|
+
}
|
|
11
|
+
export interface ScheduleConfiguration {
|
|
12
|
+
FirstExecutionFrom?: string;
|
|
13
|
+
Object?: string;
|
|
14
|
+
ScheduleExpression?: string;
|
|
15
|
+
}
|
|
16
|
+
export interface CreateDataIntegrationRequest {
|
|
17
|
+
Name: string | undefined;
|
|
18
|
+
Description?: string;
|
|
19
|
+
KmsKey?: string;
|
|
20
|
+
SourceURI?: string;
|
|
21
|
+
ScheduleConfig?: ScheduleConfiguration;
|
|
22
|
+
Tags?: Record<string, string>;
|
|
23
|
+
ClientToken?: string;
|
|
24
|
+
}
|
|
25
|
+
export interface CreateDataIntegrationResponse {
|
|
26
|
+
Arn?: string;
|
|
27
|
+
Id?: string;
|
|
28
|
+
Name?: string;
|
|
29
|
+
Description?: string;
|
|
30
|
+
KmsKey?: string;
|
|
31
|
+
SourceURI?: string;
|
|
32
|
+
ScheduleConfiguration?: ScheduleConfiguration;
|
|
33
|
+
Tags?: Record<string, string>;
|
|
34
|
+
ClientToken?: string;
|
|
35
|
+
}
|
|
36
|
+
export declare class DuplicateResourceException extends __BaseException {
|
|
37
|
+
readonly name: "DuplicateResourceException";
|
|
38
|
+
readonly $fault: "client";
|
|
39
|
+
Message?: string;
|
|
40
|
+
constructor(
|
|
41
|
+
opts: __ExceptionOptionType<DuplicateResourceException, __BaseException>
|
|
42
|
+
);
|
|
43
|
+
}
|
|
44
|
+
export declare class InternalServiceError extends __BaseException {
|
|
45
|
+
readonly name: "InternalServiceError";
|
|
46
|
+
readonly $fault: "server";
|
|
47
|
+
Message?: string;
|
|
48
|
+
constructor(
|
|
49
|
+
opts: __ExceptionOptionType<InternalServiceError, __BaseException>
|
|
50
|
+
);
|
|
51
|
+
}
|
|
52
|
+
export declare class InvalidRequestException extends __BaseException {
|
|
53
|
+
readonly name: "InvalidRequestException";
|
|
54
|
+
readonly $fault: "client";
|
|
55
|
+
Message?: string;
|
|
56
|
+
constructor(
|
|
57
|
+
opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
|
|
58
|
+
);
|
|
59
|
+
}
|
|
60
|
+
export declare class ResourceQuotaExceededException extends __BaseException {
|
|
61
|
+
readonly name: "ResourceQuotaExceededException";
|
|
62
|
+
readonly $fault: "client";
|
|
63
|
+
Message?: string;
|
|
64
|
+
constructor(
|
|
65
|
+
opts: __ExceptionOptionType<ResourceQuotaExceededException, __BaseException>
|
|
66
|
+
);
|
|
67
|
+
}
|
|
68
|
+
export declare class ThrottlingException extends __BaseException {
|
|
69
|
+
readonly name: "ThrottlingException";
|
|
70
|
+
readonly $fault: "client";
|
|
71
|
+
Message?: string;
|
|
72
|
+
constructor(
|
|
73
|
+
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
74
|
+
);
|
|
75
|
+
}
|
|
76
|
+
export interface EventFilter {
|
|
77
|
+
Source: string | undefined;
|
|
78
|
+
}
|
|
79
|
+
export interface CreateEventIntegrationRequest {
|
|
80
|
+
Name: string | undefined;
|
|
81
|
+
Description?: string;
|
|
82
|
+
EventFilter: EventFilter | undefined;
|
|
83
|
+
EventBridgeBus: string | undefined;
|
|
84
|
+
ClientToken?: string;
|
|
85
|
+
Tags?: Record<string, string>;
|
|
86
|
+
}
|
|
87
|
+
export interface CreateEventIntegrationResponse {
|
|
88
|
+
EventIntegrationArn?: string;
|
|
89
|
+
}
|
|
90
|
+
export interface DeleteDataIntegrationRequest {
|
|
91
|
+
DataIntegrationIdentifier: string | undefined;
|
|
92
|
+
}
|
|
93
|
+
export interface DeleteDataIntegrationResponse {}
|
|
94
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
95
|
+
readonly name: "ResourceNotFoundException";
|
|
96
|
+
readonly $fault: "client";
|
|
97
|
+
Message?: string;
|
|
98
|
+
constructor(
|
|
99
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
100
|
+
);
|
|
101
|
+
}
|
|
102
|
+
export interface DeleteEventIntegrationRequest {
|
|
103
|
+
Name: string | undefined;
|
|
104
|
+
}
|
|
105
|
+
export interface DeleteEventIntegrationResponse {}
|
|
106
|
+
export interface GetDataIntegrationRequest {
|
|
107
|
+
Identifier: string | undefined;
|
|
108
|
+
}
|
|
109
|
+
export interface GetDataIntegrationResponse {
|
|
110
|
+
Arn?: string;
|
|
111
|
+
Id?: string;
|
|
112
|
+
Name?: string;
|
|
113
|
+
Description?: string;
|
|
114
|
+
KmsKey?: string;
|
|
115
|
+
SourceURI?: string;
|
|
116
|
+
ScheduleConfiguration?: ScheduleConfiguration;
|
|
117
|
+
Tags?: Record<string, string>;
|
|
118
|
+
}
|
|
119
|
+
export interface GetEventIntegrationRequest {
|
|
120
|
+
Name: string | undefined;
|
|
121
|
+
}
|
|
122
|
+
export interface GetEventIntegrationResponse {
|
|
123
|
+
Name?: string;
|
|
124
|
+
Description?: string;
|
|
125
|
+
EventIntegrationArn?: string;
|
|
126
|
+
EventBridgeBus?: string;
|
|
127
|
+
EventFilter?: EventFilter;
|
|
128
|
+
Tags?: Record<string, string>;
|
|
129
|
+
}
|
|
130
|
+
export interface ListDataIntegrationAssociationsRequest {
|
|
131
|
+
DataIntegrationIdentifier: string | undefined;
|
|
132
|
+
NextToken?: string;
|
|
133
|
+
MaxResults?: number;
|
|
134
|
+
}
|
|
135
|
+
export interface DataIntegrationAssociationSummary {
|
|
136
|
+
DataIntegrationAssociationArn?: string;
|
|
137
|
+
DataIntegrationArn?: string;
|
|
138
|
+
ClientId?: string;
|
|
139
|
+
}
|
|
140
|
+
export interface ListDataIntegrationAssociationsResponse {
|
|
141
|
+
DataIntegrationAssociations?: DataIntegrationAssociationSummary[];
|
|
142
|
+
NextToken?: string;
|
|
143
|
+
}
|
|
144
|
+
export interface ListDataIntegrationsRequest {
|
|
145
|
+
NextToken?: string;
|
|
146
|
+
MaxResults?: number;
|
|
147
|
+
}
|
|
148
|
+
export interface DataIntegrationSummary {
|
|
149
|
+
Arn?: string;
|
|
150
|
+
Name?: string;
|
|
151
|
+
SourceURI?: string;
|
|
152
|
+
}
|
|
153
|
+
export interface ListDataIntegrationsResponse {
|
|
154
|
+
DataIntegrations?: DataIntegrationSummary[];
|
|
155
|
+
NextToken?: string;
|
|
156
|
+
}
|
|
157
|
+
export interface ListEventIntegrationAssociationsRequest {
|
|
158
|
+
EventIntegrationName: string | undefined;
|
|
159
|
+
NextToken?: string;
|
|
160
|
+
MaxResults?: number;
|
|
161
|
+
}
|
|
162
|
+
export interface EventIntegrationAssociation {
|
|
163
|
+
EventIntegrationAssociationArn?: string;
|
|
164
|
+
EventIntegrationAssociationId?: string;
|
|
165
|
+
EventIntegrationName?: string;
|
|
166
|
+
ClientId?: string;
|
|
167
|
+
EventBridgeRuleName?: string;
|
|
168
|
+
ClientAssociationMetadata?: Record<string, string>;
|
|
169
|
+
}
|
|
170
|
+
export interface ListEventIntegrationAssociationsResponse {
|
|
171
|
+
EventIntegrationAssociations?: EventIntegrationAssociation[];
|
|
172
|
+
NextToken?: string;
|
|
173
|
+
}
|
|
174
|
+
export interface ListEventIntegrationsRequest {
|
|
175
|
+
NextToken?: string;
|
|
176
|
+
MaxResults?: number;
|
|
177
|
+
}
|
|
178
|
+
export interface EventIntegration {
|
|
179
|
+
EventIntegrationArn?: string;
|
|
180
|
+
Name?: string;
|
|
181
|
+
Description?: string;
|
|
182
|
+
EventFilter?: EventFilter;
|
|
183
|
+
EventBridgeBus?: string;
|
|
184
|
+
Tags?: Record<string, string>;
|
|
185
|
+
}
|
|
186
|
+
export interface ListEventIntegrationsResponse {
|
|
187
|
+
EventIntegrations?: EventIntegration[];
|
|
188
|
+
NextToken?: string;
|
|
189
|
+
}
|
|
190
|
+
export interface ListTagsForResourceRequest {
|
|
191
|
+
resourceArn: string | undefined;
|
|
192
|
+
}
|
|
193
|
+
export interface ListTagsForResourceResponse {
|
|
194
|
+
tags?: Record<string, string>;
|
|
195
|
+
}
|
|
196
|
+
export interface TagResourceRequest {
|
|
197
|
+
resourceArn: string | undefined;
|
|
198
|
+
tags: Record<string, string> | undefined;
|
|
199
|
+
}
|
|
200
|
+
export interface TagResourceResponse {}
|
|
201
|
+
export interface UntagResourceRequest {
|
|
202
|
+
resourceArn: string | undefined;
|
|
203
|
+
tagKeys: string[] | undefined;
|
|
204
|
+
}
|
|
205
|
+
export interface UntagResourceResponse {}
|
|
206
|
+
export interface UpdateDataIntegrationRequest {
|
|
207
|
+
Identifier: string | undefined;
|
|
208
|
+
Name?: string;
|
|
209
|
+
Description?: string;
|
|
210
|
+
}
|
|
211
|
+
export interface UpdateDataIntegrationResponse {}
|
|
212
|
+
export interface UpdateEventIntegrationRequest {
|
|
213
|
+
Name: string | undefined;
|
|
214
|
+
Description?: string;
|
|
215
|
+
}
|
|
216
|
+
export interface UpdateEventIntegrationResponse {}
|
|
217
|
+
export declare const ScheduleConfigurationFilterSensitiveLog: (
|
|
218
|
+
obj: ScheduleConfiguration
|
|
219
|
+
) => any;
|
|
220
|
+
export declare const CreateDataIntegrationRequestFilterSensitiveLog: (
|
|
221
|
+
obj: CreateDataIntegrationRequest
|
|
222
|
+
) => any;
|
|
223
|
+
export declare const CreateDataIntegrationResponseFilterSensitiveLog: (
|
|
224
|
+
obj: CreateDataIntegrationResponse
|
|
225
|
+
) => any;
|
|
226
|
+
export declare const EventFilterFilterSensitiveLog: (obj: EventFilter) => any;
|
|
227
|
+
export declare const CreateEventIntegrationRequestFilterSensitiveLog: (
|
|
228
|
+
obj: CreateEventIntegrationRequest
|
|
229
|
+
) => any;
|
|
230
|
+
export declare const CreateEventIntegrationResponseFilterSensitiveLog: (
|
|
231
|
+
obj: CreateEventIntegrationResponse
|
|
232
|
+
) => any;
|
|
233
|
+
export declare const DeleteDataIntegrationRequestFilterSensitiveLog: (
|
|
234
|
+
obj: DeleteDataIntegrationRequest
|
|
235
|
+
) => any;
|
|
236
|
+
export declare const DeleteDataIntegrationResponseFilterSensitiveLog: (
|
|
237
|
+
obj: DeleteDataIntegrationResponse
|
|
238
|
+
) => any;
|
|
239
|
+
export declare const DeleteEventIntegrationRequestFilterSensitiveLog: (
|
|
240
|
+
obj: DeleteEventIntegrationRequest
|
|
241
|
+
) => any;
|
|
242
|
+
export declare const DeleteEventIntegrationResponseFilterSensitiveLog: (
|
|
243
|
+
obj: DeleteEventIntegrationResponse
|
|
244
|
+
) => any;
|
|
245
|
+
export declare const GetDataIntegrationRequestFilterSensitiveLog: (
|
|
246
|
+
obj: GetDataIntegrationRequest
|
|
247
|
+
) => any;
|
|
248
|
+
export declare const GetDataIntegrationResponseFilterSensitiveLog: (
|
|
249
|
+
obj: GetDataIntegrationResponse
|
|
250
|
+
) => any;
|
|
251
|
+
export declare const GetEventIntegrationRequestFilterSensitiveLog: (
|
|
252
|
+
obj: GetEventIntegrationRequest
|
|
253
|
+
) => any;
|
|
254
|
+
export declare const GetEventIntegrationResponseFilterSensitiveLog: (
|
|
255
|
+
obj: GetEventIntegrationResponse
|
|
256
|
+
) => any;
|
|
257
|
+
export declare const ListDataIntegrationAssociationsRequestFilterSensitiveLog: (
|
|
258
|
+
obj: ListDataIntegrationAssociationsRequest
|
|
259
|
+
) => any;
|
|
260
|
+
export declare const DataIntegrationAssociationSummaryFilterSensitiveLog: (
|
|
261
|
+
obj: DataIntegrationAssociationSummary
|
|
262
|
+
) => any;
|
|
263
|
+
export declare const ListDataIntegrationAssociationsResponseFilterSensitiveLog: (
|
|
264
|
+
obj: ListDataIntegrationAssociationsResponse
|
|
265
|
+
) => any;
|
|
266
|
+
export declare const ListDataIntegrationsRequestFilterSensitiveLog: (
|
|
267
|
+
obj: ListDataIntegrationsRequest
|
|
268
|
+
) => any;
|
|
269
|
+
export declare const DataIntegrationSummaryFilterSensitiveLog: (
|
|
270
|
+
obj: DataIntegrationSummary
|
|
271
|
+
) => any;
|
|
272
|
+
export declare const ListDataIntegrationsResponseFilterSensitiveLog: (
|
|
273
|
+
obj: ListDataIntegrationsResponse
|
|
274
|
+
) => any;
|
|
275
|
+
export declare const ListEventIntegrationAssociationsRequestFilterSensitiveLog: (
|
|
276
|
+
obj: ListEventIntegrationAssociationsRequest
|
|
277
|
+
) => any;
|
|
278
|
+
export declare const EventIntegrationAssociationFilterSensitiveLog: (
|
|
279
|
+
obj: EventIntegrationAssociation
|
|
280
|
+
) => any;
|
|
281
|
+
export declare const ListEventIntegrationAssociationsResponseFilterSensitiveLog: (
|
|
282
|
+
obj: ListEventIntegrationAssociationsResponse
|
|
283
|
+
) => any;
|
|
284
|
+
export declare const ListEventIntegrationsRequestFilterSensitiveLog: (
|
|
285
|
+
obj: ListEventIntegrationsRequest
|
|
286
|
+
) => any;
|
|
287
|
+
export declare const EventIntegrationFilterSensitiveLog: (
|
|
288
|
+
obj: EventIntegration
|
|
289
|
+
) => any;
|
|
290
|
+
export declare const ListEventIntegrationsResponseFilterSensitiveLog: (
|
|
291
|
+
obj: ListEventIntegrationsResponse
|
|
292
|
+
) => any;
|
|
293
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
294
|
+
obj: ListTagsForResourceRequest
|
|
295
|
+
) => any;
|
|
296
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
297
|
+
obj: ListTagsForResourceResponse
|
|
298
|
+
) => any;
|
|
299
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
300
|
+
obj: TagResourceRequest
|
|
301
|
+
) => any;
|
|
302
|
+
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
303
|
+
obj: TagResourceResponse
|
|
304
|
+
) => any;
|
|
305
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
306
|
+
obj: UntagResourceRequest
|
|
307
|
+
) => any;
|
|
308
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
309
|
+
obj: UntagResourceResponse
|
|
310
|
+
) => any;
|
|
311
|
+
export declare const UpdateDataIntegrationRequestFilterSensitiveLog: (
|
|
312
|
+
obj: UpdateDataIntegrationRequest
|
|
313
|
+
) => any;
|
|
314
|
+
export declare const UpdateDataIntegrationResponseFilterSensitiveLog: (
|
|
315
|
+
obj: UpdateDataIntegrationResponse
|
|
316
|
+
) => any;
|
|
317
|
+
export declare const UpdateEventIntegrationRequestFilterSensitiveLog: (
|
|
318
|
+
obj: UpdateEventIntegrationRequest
|
|
319
|
+
) => any;
|
|
320
|
+
export declare const UpdateEventIntegrationResponseFilterSensitiveLog: (
|
|
321
|
+
obj: UpdateEventIntegrationResponse
|
|
322
|
+
) => any;
|