@aws-sdk/client-codestar-notifications 3.169.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.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/CodestarNotifications.d.ts +238 -70
- package/dist-types/ts3.4/CodestarNotificationsClient.d.ts +208 -86
- package/dist-types/ts3.4/commands/CreateNotificationRuleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteNotificationRuleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteTargetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeNotificationRuleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListEventTypesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListNotificationRulesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTargetsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/SubscribeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UnsubscribeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateNotificationRuleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +13 -13
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/CodestarNotificationsServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +439 -389
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListEventTypesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListNotificationRulesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTargetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +4 -4
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +161 -41
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
- package/package.json +34 -34
|
@@ -1,389 +1,439 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { CodestarNotificationsServiceException as __BaseException } from "./CodestarNotificationsServiceException";
|
|
3
|
-
|
|
4
|
-
export declare class AccessDeniedException extends __BaseException {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
export declare
|
|
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
|
-
export declare class
|
|
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
|
-
|
|
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
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
}
|
|
200
|
-
export
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
}
|
|
238
|
-
export interface ListTagsForResourceResult {
|
|
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
|
-
|
|
288
|
-
|
|
289
|
-
}
|
|
290
|
-
export interface
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
}
|
|
296
|
-
export interface
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
export declare const
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
export declare const
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
export declare const
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
export declare const
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
export declare const EventTypeSummaryFilterSensitiveLog: (
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
export declare const
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
export declare const
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
export declare const
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
export declare const
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
export declare const
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
export declare const
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
export declare const
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
export declare const
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
export declare const
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
export declare const
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
export declare const
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
export declare const
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { CodestarNotificationsServiceException as __BaseException } from "./CodestarNotificationsServiceException";
|
|
3
|
+
|
|
4
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
5
|
+
readonly name: "AccessDeniedException";
|
|
6
|
+
readonly $fault: "client";
|
|
7
|
+
Message?: string;
|
|
8
|
+
|
|
9
|
+
constructor(
|
|
10
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
export declare class ConcurrentModificationException extends __BaseException {
|
|
15
|
+
readonly name: "ConcurrentModificationException";
|
|
16
|
+
readonly $fault: "client";
|
|
17
|
+
Message?: string;
|
|
18
|
+
|
|
19
|
+
constructor(
|
|
20
|
+
opts: __ExceptionOptionType<
|
|
21
|
+
ConcurrentModificationException,
|
|
22
|
+
__BaseException
|
|
23
|
+
>
|
|
24
|
+
);
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
export declare class ConfigurationException extends __BaseException {
|
|
28
|
+
readonly name: "ConfigurationException";
|
|
29
|
+
readonly $fault: "client";
|
|
30
|
+
Message?: string;
|
|
31
|
+
|
|
32
|
+
constructor(
|
|
33
|
+
opts: __ExceptionOptionType<ConfigurationException, __BaseException>
|
|
34
|
+
);
|
|
35
|
+
}
|
|
36
|
+
export declare enum DetailType {
|
|
37
|
+
BASIC = "BASIC",
|
|
38
|
+
FULL = "FULL",
|
|
39
|
+
}
|
|
40
|
+
export declare enum NotificationRuleStatus {
|
|
41
|
+
DISABLED = "DISABLED",
|
|
42
|
+
ENABLED = "ENABLED",
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
export interface Target {
|
|
46
|
+
TargetType?: string;
|
|
47
|
+
|
|
48
|
+
TargetAddress?: string;
|
|
49
|
+
}
|
|
50
|
+
export interface CreateNotificationRuleRequest {
|
|
51
|
+
Name: string | undefined;
|
|
52
|
+
|
|
53
|
+
EventTypeIds: string[] | undefined;
|
|
54
|
+
|
|
55
|
+
Resource: string | undefined;
|
|
56
|
+
|
|
57
|
+
Targets: Target[] | undefined;
|
|
58
|
+
|
|
59
|
+
DetailType: DetailType | string | undefined;
|
|
60
|
+
|
|
61
|
+
ClientRequestToken?: string;
|
|
62
|
+
|
|
63
|
+
Tags?: Record<string, string>;
|
|
64
|
+
|
|
65
|
+
Status?: NotificationRuleStatus | string;
|
|
66
|
+
}
|
|
67
|
+
export interface CreateNotificationRuleResult {
|
|
68
|
+
Arn?: string;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
export declare class LimitExceededException extends __BaseException {
|
|
72
|
+
readonly name: "LimitExceededException";
|
|
73
|
+
readonly $fault: "client";
|
|
74
|
+
Message?: string;
|
|
75
|
+
|
|
76
|
+
constructor(
|
|
77
|
+
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
78
|
+
);
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
export declare class ResourceAlreadyExistsException extends __BaseException {
|
|
82
|
+
readonly name: "ResourceAlreadyExistsException";
|
|
83
|
+
readonly $fault: "client";
|
|
84
|
+
Message?: string;
|
|
85
|
+
|
|
86
|
+
constructor(
|
|
87
|
+
opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>
|
|
88
|
+
);
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
export declare class ValidationException extends __BaseException {
|
|
92
|
+
readonly name: "ValidationException";
|
|
93
|
+
readonly $fault: "client";
|
|
94
|
+
Message?: string;
|
|
95
|
+
|
|
96
|
+
constructor(
|
|
97
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
98
|
+
);
|
|
99
|
+
}
|
|
100
|
+
export interface DeleteNotificationRuleRequest {
|
|
101
|
+
Arn: string | undefined;
|
|
102
|
+
}
|
|
103
|
+
export interface DeleteNotificationRuleResult {
|
|
104
|
+
Arn?: string;
|
|
105
|
+
}
|
|
106
|
+
export interface DeleteTargetRequest {
|
|
107
|
+
TargetAddress: string | undefined;
|
|
108
|
+
|
|
109
|
+
ForceUnsubscribeAll?: boolean;
|
|
110
|
+
}
|
|
111
|
+
export interface DeleteTargetResult {}
|
|
112
|
+
export interface DescribeNotificationRuleRequest {
|
|
113
|
+
Arn: string | undefined;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
export interface EventTypeSummary {
|
|
117
|
+
EventTypeId?: string;
|
|
118
|
+
|
|
119
|
+
ServiceName?: string;
|
|
120
|
+
|
|
121
|
+
EventTypeName?: string;
|
|
122
|
+
|
|
123
|
+
ResourceType?: string;
|
|
124
|
+
}
|
|
125
|
+
export declare enum TargetStatus {
|
|
126
|
+
ACTIVE = "ACTIVE",
|
|
127
|
+
DEACTIVATED = "DEACTIVATED",
|
|
128
|
+
INACTIVE = "INACTIVE",
|
|
129
|
+
PENDING = "PENDING",
|
|
130
|
+
UNREACHABLE = "UNREACHABLE",
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
export interface TargetSummary {
|
|
134
|
+
TargetAddress?: string;
|
|
135
|
+
|
|
136
|
+
TargetType?: string;
|
|
137
|
+
|
|
138
|
+
TargetStatus?: TargetStatus | string;
|
|
139
|
+
}
|
|
140
|
+
export interface DescribeNotificationRuleResult {
|
|
141
|
+
Arn: string | undefined;
|
|
142
|
+
|
|
143
|
+
Name?: string;
|
|
144
|
+
|
|
145
|
+
EventTypes?: EventTypeSummary[];
|
|
146
|
+
|
|
147
|
+
Resource?: string;
|
|
148
|
+
|
|
149
|
+
Targets?: TargetSummary[];
|
|
150
|
+
|
|
151
|
+
DetailType?: DetailType | string;
|
|
152
|
+
|
|
153
|
+
CreatedBy?: string;
|
|
154
|
+
|
|
155
|
+
Status?: NotificationRuleStatus | string;
|
|
156
|
+
|
|
157
|
+
CreatedTimestamp?: Date;
|
|
158
|
+
|
|
159
|
+
LastModifiedTimestamp?: Date;
|
|
160
|
+
|
|
161
|
+
Tags?: Record<string, string>;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
165
|
+
readonly name: "ResourceNotFoundException";
|
|
166
|
+
readonly $fault: "client";
|
|
167
|
+
Message?: string;
|
|
168
|
+
|
|
169
|
+
constructor(
|
|
170
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
171
|
+
);
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
export declare class InvalidNextTokenException extends __BaseException {
|
|
175
|
+
readonly name: "InvalidNextTokenException";
|
|
176
|
+
readonly $fault: "client";
|
|
177
|
+
Message?: string;
|
|
178
|
+
|
|
179
|
+
constructor(
|
|
180
|
+
opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>
|
|
181
|
+
);
|
|
182
|
+
}
|
|
183
|
+
export declare enum ListEventTypesFilterName {
|
|
184
|
+
RESOURCE_TYPE = "RESOURCE_TYPE",
|
|
185
|
+
SERVICE_NAME = "SERVICE_NAME",
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
export interface ListEventTypesFilter {
|
|
189
|
+
Name: ListEventTypesFilterName | string | undefined;
|
|
190
|
+
|
|
191
|
+
Value: string | undefined;
|
|
192
|
+
}
|
|
193
|
+
export interface ListEventTypesRequest {
|
|
194
|
+
Filters?: ListEventTypesFilter[];
|
|
195
|
+
|
|
196
|
+
NextToken?: string;
|
|
197
|
+
|
|
198
|
+
MaxResults?: number;
|
|
199
|
+
}
|
|
200
|
+
export interface ListEventTypesResult {
|
|
201
|
+
EventTypes?: EventTypeSummary[];
|
|
202
|
+
|
|
203
|
+
NextToken?: string;
|
|
204
|
+
}
|
|
205
|
+
export declare enum ListNotificationRulesFilterName {
|
|
206
|
+
CREATED_BY = "CREATED_BY",
|
|
207
|
+
EVENT_TYPE_ID = "EVENT_TYPE_ID",
|
|
208
|
+
RESOURCE = "RESOURCE",
|
|
209
|
+
TARGET_ADDRESS = "TARGET_ADDRESS",
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
export interface ListNotificationRulesFilter {
|
|
213
|
+
Name: ListNotificationRulesFilterName | string | undefined;
|
|
214
|
+
|
|
215
|
+
Value: string | undefined;
|
|
216
|
+
}
|
|
217
|
+
export interface ListNotificationRulesRequest {
|
|
218
|
+
Filters?: ListNotificationRulesFilter[];
|
|
219
|
+
|
|
220
|
+
NextToken?: string;
|
|
221
|
+
|
|
222
|
+
MaxResults?: number;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
export interface NotificationRuleSummary {
|
|
226
|
+
Id?: string;
|
|
227
|
+
|
|
228
|
+
Arn?: string;
|
|
229
|
+
}
|
|
230
|
+
export interface ListNotificationRulesResult {
|
|
231
|
+
NextToken?: string;
|
|
232
|
+
|
|
233
|
+
NotificationRules?: NotificationRuleSummary[];
|
|
234
|
+
}
|
|
235
|
+
export interface ListTagsForResourceRequest {
|
|
236
|
+
Arn: string | undefined;
|
|
237
|
+
}
|
|
238
|
+
export interface ListTagsForResourceResult {
|
|
239
|
+
Tags?: Record<string, string>;
|
|
240
|
+
}
|
|
241
|
+
export declare enum ListTargetsFilterName {
|
|
242
|
+
TARGET_ADDRESS = "TARGET_ADDRESS",
|
|
243
|
+
TARGET_STATUS = "TARGET_STATUS",
|
|
244
|
+
TARGET_TYPE = "TARGET_TYPE",
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
export interface ListTargetsFilter {
|
|
248
|
+
Name: ListTargetsFilterName | string | undefined;
|
|
249
|
+
|
|
250
|
+
Value: string | undefined;
|
|
251
|
+
}
|
|
252
|
+
export interface ListTargetsRequest {
|
|
253
|
+
Filters?: ListTargetsFilter[];
|
|
254
|
+
|
|
255
|
+
NextToken?: string;
|
|
256
|
+
|
|
257
|
+
MaxResults?: number;
|
|
258
|
+
}
|
|
259
|
+
export interface ListTargetsResult {
|
|
260
|
+
Targets?: TargetSummary[];
|
|
261
|
+
|
|
262
|
+
NextToken?: string;
|
|
263
|
+
}
|
|
264
|
+
export interface SubscribeRequest {
|
|
265
|
+
Arn: string | undefined;
|
|
266
|
+
|
|
267
|
+
Target: Target | undefined;
|
|
268
|
+
|
|
269
|
+
ClientRequestToken?: string;
|
|
270
|
+
}
|
|
271
|
+
export interface SubscribeResult {
|
|
272
|
+
Arn?: string;
|
|
273
|
+
}
|
|
274
|
+
export interface TagResourceRequest {
|
|
275
|
+
Arn: string | undefined;
|
|
276
|
+
|
|
277
|
+
Tags: Record<string, string> | undefined;
|
|
278
|
+
}
|
|
279
|
+
export interface TagResourceResult {
|
|
280
|
+
Tags?: Record<string, string>;
|
|
281
|
+
}
|
|
282
|
+
export interface UnsubscribeRequest {
|
|
283
|
+
Arn: string | undefined;
|
|
284
|
+
|
|
285
|
+
TargetAddress: string | undefined;
|
|
286
|
+
}
|
|
287
|
+
export interface UnsubscribeResult {
|
|
288
|
+
Arn: string | undefined;
|
|
289
|
+
}
|
|
290
|
+
export interface UntagResourceRequest {
|
|
291
|
+
Arn: string | undefined;
|
|
292
|
+
|
|
293
|
+
TagKeys: string[] | undefined;
|
|
294
|
+
}
|
|
295
|
+
export interface UntagResourceResult {}
|
|
296
|
+
export interface UpdateNotificationRuleRequest {
|
|
297
|
+
Arn: string | undefined;
|
|
298
|
+
|
|
299
|
+
Name?: string;
|
|
300
|
+
|
|
301
|
+
Status?: NotificationRuleStatus | string;
|
|
302
|
+
|
|
303
|
+
EventTypeIds?: string[];
|
|
304
|
+
|
|
305
|
+
Targets?: Target[];
|
|
306
|
+
|
|
307
|
+
DetailType?: DetailType | string;
|
|
308
|
+
}
|
|
309
|
+
export interface UpdateNotificationRuleResult {}
|
|
310
|
+
|
|
311
|
+
export declare const TargetFilterSensitiveLog: (obj: Target) => any;
|
|
312
|
+
|
|
313
|
+
export declare const CreateNotificationRuleRequestFilterSensitiveLog: (
|
|
314
|
+
obj: CreateNotificationRuleRequest
|
|
315
|
+
) => any;
|
|
316
|
+
|
|
317
|
+
export declare const CreateNotificationRuleResultFilterSensitiveLog: (
|
|
318
|
+
obj: CreateNotificationRuleResult
|
|
319
|
+
) => any;
|
|
320
|
+
|
|
321
|
+
export declare const DeleteNotificationRuleRequestFilterSensitiveLog: (
|
|
322
|
+
obj: DeleteNotificationRuleRequest
|
|
323
|
+
) => any;
|
|
324
|
+
|
|
325
|
+
export declare const DeleteNotificationRuleResultFilterSensitiveLog: (
|
|
326
|
+
obj: DeleteNotificationRuleResult
|
|
327
|
+
) => any;
|
|
328
|
+
|
|
329
|
+
export declare const DeleteTargetRequestFilterSensitiveLog: (
|
|
330
|
+
obj: DeleteTargetRequest
|
|
331
|
+
) => any;
|
|
332
|
+
|
|
333
|
+
export declare const DeleteTargetResultFilterSensitiveLog: (
|
|
334
|
+
obj: DeleteTargetResult
|
|
335
|
+
) => any;
|
|
336
|
+
|
|
337
|
+
export declare const DescribeNotificationRuleRequestFilterSensitiveLog: (
|
|
338
|
+
obj: DescribeNotificationRuleRequest
|
|
339
|
+
) => any;
|
|
340
|
+
|
|
341
|
+
export declare const EventTypeSummaryFilterSensitiveLog: (
|
|
342
|
+
obj: EventTypeSummary
|
|
343
|
+
) => any;
|
|
344
|
+
|
|
345
|
+
export declare const TargetSummaryFilterSensitiveLog: (
|
|
346
|
+
obj: TargetSummary
|
|
347
|
+
) => any;
|
|
348
|
+
|
|
349
|
+
export declare const DescribeNotificationRuleResultFilterSensitiveLog: (
|
|
350
|
+
obj: DescribeNotificationRuleResult
|
|
351
|
+
) => any;
|
|
352
|
+
|
|
353
|
+
export declare const ListEventTypesFilterFilterSensitiveLog: (
|
|
354
|
+
obj: ListEventTypesFilter
|
|
355
|
+
) => any;
|
|
356
|
+
|
|
357
|
+
export declare const ListEventTypesRequestFilterSensitiveLog: (
|
|
358
|
+
obj: ListEventTypesRequest
|
|
359
|
+
) => any;
|
|
360
|
+
|
|
361
|
+
export declare const ListEventTypesResultFilterSensitiveLog: (
|
|
362
|
+
obj: ListEventTypesResult
|
|
363
|
+
) => any;
|
|
364
|
+
|
|
365
|
+
export declare const ListNotificationRulesFilterFilterSensitiveLog: (
|
|
366
|
+
obj: ListNotificationRulesFilter
|
|
367
|
+
) => any;
|
|
368
|
+
|
|
369
|
+
export declare const ListNotificationRulesRequestFilterSensitiveLog: (
|
|
370
|
+
obj: ListNotificationRulesRequest
|
|
371
|
+
) => any;
|
|
372
|
+
|
|
373
|
+
export declare const NotificationRuleSummaryFilterSensitiveLog: (
|
|
374
|
+
obj: NotificationRuleSummary
|
|
375
|
+
) => any;
|
|
376
|
+
|
|
377
|
+
export declare const ListNotificationRulesResultFilterSensitiveLog: (
|
|
378
|
+
obj: ListNotificationRulesResult
|
|
379
|
+
) => any;
|
|
380
|
+
|
|
381
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
382
|
+
obj: ListTagsForResourceRequest
|
|
383
|
+
) => any;
|
|
384
|
+
|
|
385
|
+
export declare const ListTagsForResourceResultFilterSensitiveLog: (
|
|
386
|
+
obj: ListTagsForResourceResult
|
|
387
|
+
) => any;
|
|
388
|
+
|
|
389
|
+
export declare const ListTargetsFilterFilterSensitiveLog: (
|
|
390
|
+
obj: ListTargetsFilter
|
|
391
|
+
) => any;
|
|
392
|
+
|
|
393
|
+
export declare const ListTargetsRequestFilterSensitiveLog: (
|
|
394
|
+
obj: ListTargetsRequest
|
|
395
|
+
) => any;
|
|
396
|
+
|
|
397
|
+
export declare const ListTargetsResultFilterSensitiveLog: (
|
|
398
|
+
obj: ListTargetsResult
|
|
399
|
+
) => any;
|
|
400
|
+
|
|
401
|
+
export declare const SubscribeRequestFilterSensitiveLog: (
|
|
402
|
+
obj: SubscribeRequest
|
|
403
|
+
) => any;
|
|
404
|
+
|
|
405
|
+
export declare const SubscribeResultFilterSensitiveLog: (
|
|
406
|
+
obj: SubscribeResult
|
|
407
|
+
) => any;
|
|
408
|
+
|
|
409
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
410
|
+
obj: TagResourceRequest
|
|
411
|
+
) => any;
|
|
412
|
+
|
|
413
|
+
export declare const TagResourceResultFilterSensitiveLog: (
|
|
414
|
+
obj: TagResourceResult
|
|
415
|
+
) => any;
|
|
416
|
+
|
|
417
|
+
export declare const UnsubscribeRequestFilterSensitiveLog: (
|
|
418
|
+
obj: UnsubscribeRequest
|
|
419
|
+
) => any;
|
|
420
|
+
|
|
421
|
+
export declare const UnsubscribeResultFilterSensitiveLog: (
|
|
422
|
+
obj: UnsubscribeResult
|
|
423
|
+
) => any;
|
|
424
|
+
|
|
425
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
426
|
+
obj: UntagResourceRequest
|
|
427
|
+
) => any;
|
|
428
|
+
|
|
429
|
+
export declare const UntagResourceResultFilterSensitiveLog: (
|
|
430
|
+
obj: UntagResourceResult
|
|
431
|
+
) => any;
|
|
432
|
+
|
|
433
|
+
export declare const UpdateNotificationRuleRequestFilterSensitiveLog: (
|
|
434
|
+
obj: UpdateNotificationRuleRequest
|
|
435
|
+
) => any;
|
|
436
|
+
|
|
437
|
+
export declare const UpdateNotificationRuleResultFilterSensitiveLog: (
|
|
438
|
+
obj: UpdateNotificationRuleResult
|
|
439
|
+
) => any;
|