@aws-sdk/client-shield 3.49.0 → 3.50.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/package.json +25 -25
- package/dist-types/ts3.4/Shield.d.ts +0 -185
- package/dist-types/ts3.4/ShieldClient.d.ts +0 -109
- package/dist-types/ts3.4/commands/AssociateDRTLogBucketCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateDRTRoleCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateHealthCheckCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateProactiveEngagementDetailsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateProtectionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateProtectionGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateSubscriptionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteProtectionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteProtectionGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteSubscriptionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeAttackCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeAttackStatisticsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeDRTAccessCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeEmergencyContactSettingsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeProtectionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeProtectionGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSubscriptionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisableApplicationLayerAutomaticResponseCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisableProactiveEngagementCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateDRTLogBucketCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateDRTRoleCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateHealthCheckCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/EnableApplicationLayerAutomaticResponseCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/EnableProactiveEngagementCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetSubscriptionStateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListAttacksCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListProtectionGroupsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListProtectionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListResourcesInProtectionGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateApplicationLayerAutomaticResponseCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateEmergencyContactSettingsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateProtectionGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateSubscriptionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/index.d.ts +0 -36
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/index.d.ts +0 -5
- package/dist-types/ts3.4/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -1097
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist-types/ts3.4/pagination/ListAttacksPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListProtectionGroupsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListProtectionsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListResourcesInProtectionGroupPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/index.d.ts +0 -5
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -110
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
|
@@ -1,1097 +0,0 @@
|
|
|
1
|
-
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
-
|
|
3
|
-
export interface AccessDeniedException extends __SmithyException, $MetadataBearer {
|
|
4
|
-
name: "AccessDeniedException";
|
|
5
|
-
$fault: "client";
|
|
6
|
-
message?: string;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
export interface AccessDeniedForDependencyException extends __SmithyException, $MetadataBearer {
|
|
10
|
-
name: "AccessDeniedForDependencyException";
|
|
11
|
-
$fault: "client";
|
|
12
|
-
message?: string;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
export interface BlockAction {
|
|
16
|
-
}
|
|
17
|
-
export declare namespace BlockAction {
|
|
18
|
-
|
|
19
|
-
const filterSensitiveLog: (obj: BlockAction) => any;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
export interface CountAction {
|
|
23
|
-
}
|
|
24
|
-
export declare namespace CountAction {
|
|
25
|
-
|
|
26
|
-
const filterSensitiveLog: (obj: CountAction) => any;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
export interface ResponseAction {
|
|
30
|
-
|
|
31
|
-
Block?: BlockAction;
|
|
32
|
-
|
|
33
|
-
Count?: CountAction;
|
|
34
|
-
}
|
|
35
|
-
export declare namespace ResponseAction {
|
|
36
|
-
|
|
37
|
-
const filterSensitiveLog: (obj: ResponseAction) => any;
|
|
38
|
-
}
|
|
39
|
-
export declare enum ApplicationLayerAutomaticResponseStatus {
|
|
40
|
-
DISABLED = "DISABLED",
|
|
41
|
-
ENABLED = "ENABLED"
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
export interface ApplicationLayerAutomaticResponseConfiguration {
|
|
45
|
-
|
|
46
|
-
Status: ApplicationLayerAutomaticResponseStatus | string | undefined;
|
|
47
|
-
|
|
48
|
-
Action: ResponseAction | undefined;
|
|
49
|
-
}
|
|
50
|
-
export declare namespace ApplicationLayerAutomaticResponseConfiguration {
|
|
51
|
-
|
|
52
|
-
const filterSensitiveLog: (obj: ApplicationLayerAutomaticResponseConfiguration) => any;
|
|
53
|
-
}
|
|
54
|
-
export interface AssociateDRTLogBucketRequest {
|
|
55
|
-
|
|
56
|
-
LogBucket: string | undefined;
|
|
57
|
-
}
|
|
58
|
-
export declare namespace AssociateDRTLogBucketRequest {
|
|
59
|
-
|
|
60
|
-
const filterSensitiveLog: (obj: AssociateDRTLogBucketRequest) => any;
|
|
61
|
-
}
|
|
62
|
-
export interface AssociateDRTLogBucketResponse {
|
|
63
|
-
}
|
|
64
|
-
export declare namespace AssociateDRTLogBucketResponse {
|
|
65
|
-
|
|
66
|
-
const filterSensitiveLog: (obj: AssociateDRTLogBucketResponse) => any;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
export interface InternalErrorException extends __SmithyException, $MetadataBearer {
|
|
70
|
-
name: "InternalErrorException";
|
|
71
|
-
$fault: "server";
|
|
72
|
-
message?: string;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
export interface InvalidOperationException extends __SmithyException, $MetadataBearer {
|
|
76
|
-
name: "InvalidOperationException";
|
|
77
|
-
$fault: "client";
|
|
78
|
-
message?: string;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
export interface ValidationExceptionField {
|
|
82
|
-
|
|
83
|
-
name: string | undefined;
|
|
84
|
-
|
|
85
|
-
message: string | undefined;
|
|
86
|
-
}
|
|
87
|
-
export declare namespace ValidationExceptionField {
|
|
88
|
-
|
|
89
|
-
const filterSensitiveLog: (obj: ValidationExceptionField) => any;
|
|
90
|
-
}
|
|
91
|
-
export declare enum ValidationExceptionReason {
|
|
92
|
-
FIELD_VALIDATION_FAILED = "FIELD_VALIDATION_FAILED",
|
|
93
|
-
OTHER = "OTHER"
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
export interface InvalidParameterException extends __SmithyException, $MetadataBearer {
|
|
97
|
-
name: "InvalidParameterException";
|
|
98
|
-
$fault: "client";
|
|
99
|
-
message?: string;
|
|
100
|
-
|
|
101
|
-
reason?: ValidationExceptionReason | string;
|
|
102
|
-
|
|
103
|
-
fields?: ValidationExceptionField[];
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
export interface LimitsExceededException extends __SmithyException, $MetadataBearer {
|
|
107
|
-
name: "LimitsExceededException";
|
|
108
|
-
$fault: "client";
|
|
109
|
-
message?: string;
|
|
110
|
-
|
|
111
|
-
Type?: string;
|
|
112
|
-
|
|
113
|
-
Limit?: number;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
export interface NoAssociatedRoleException extends __SmithyException, $MetadataBearer {
|
|
117
|
-
name: "NoAssociatedRoleException";
|
|
118
|
-
$fault: "client";
|
|
119
|
-
message?: string;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
export interface OptimisticLockException extends __SmithyException, $MetadataBearer {
|
|
123
|
-
name: "OptimisticLockException";
|
|
124
|
-
$fault: "client";
|
|
125
|
-
message?: string;
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
129
|
-
name: "ResourceNotFoundException";
|
|
130
|
-
$fault: "client";
|
|
131
|
-
message?: string;
|
|
132
|
-
|
|
133
|
-
resourceType?: string;
|
|
134
|
-
}
|
|
135
|
-
export interface AssociateDRTRoleRequest {
|
|
136
|
-
|
|
137
|
-
RoleArn: string | undefined;
|
|
138
|
-
}
|
|
139
|
-
export declare namespace AssociateDRTRoleRequest {
|
|
140
|
-
|
|
141
|
-
const filterSensitiveLog: (obj: AssociateDRTRoleRequest) => any;
|
|
142
|
-
}
|
|
143
|
-
export interface AssociateDRTRoleResponse {
|
|
144
|
-
}
|
|
145
|
-
export declare namespace AssociateDRTRoleResponse {
|
|
146
|
-
|
|
147
|
-
const filterSensitiveLog: (obj: AssociateDRTRoleResponse) => any;
|
|
148
|
-
}
|
|
149
|
-
export interface AssociateHealthCheckRequest {
|
|
150
|
-
|
|
151
|
-
ProtectionId: string | undefined;
|
|
152
|
-
|
|
153
|
-
HealthCheckArn: string | undefined;
|
|
154
|
-
}
|
|
155
|
-
export declare namespace AssociateHealthCheckRequest {
|
|
156
|
-
|
|
157
|
-
const filterSensitiveLog: (obj: AssociateHealthCheckRequest) => any;
|
|
158
|
-
}
|
|
159
|
-
export interface AssociateHealthCheckResponse {
|
|
160
|
-
}
|
|
161
|
-
export declare namespace AssociateHealthCheckResponse {
|
|
162
|
-
|
|
163
|
-
const filterSensitiveLog: (obj: AssociateHealthCheckResponse) => any;
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
export interface InvalidResourceException extends __SmithyException, $MetadataBearer {
|
|
167
|
-
name: "InvalidResourceException";
|
|
168
|
-
$fault: "client";
|
|
169
|
-
message?: string;
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
export interface EmergencyContact {
|
|
173
|
-
|
|
174
|
-
EmailAddress: string | undefined;
|
|
175
|
-
|
|
176
|
-
PhoneNumber?: string;
|
|
177
|
-
|
|
178
|
-
ContactNotes?: string;
|
|
179
|
-
}
|
|
180
|
-
export declare namespace EmergencyContact {
|
|
181
|
-
|
|
182
|
-
const filterSensitiveLog: (obj: EmergencyContact) => any;
|
|
183
|
-
}
|
|
184
|
-
export interface AssociateProactiveEngagementDetailsRequest {
|
|
185
|
-
|
|
186
|
-
EmergencyContactList: EmergencyContact[] | undefined;
|
|
187
|
-
}
|
|
188
|
-
export declare namespace AssociateProactiveEngagementDetailsRequest {
|
|
189
|
-
|
|
190
|
-
const filterSensitiveLog: (obj: AssociateProactiveEngagementDetailsRequest) => any;
|
|
191
|
-
}
|
|
192
|
-
export interface AssociateProactiveEngagementDetailsResponse {
|
|
193
|
-
}
|
|
194
|
-
export declare namespace AssociateProactiveEngagementDetailsResponse {
|
|
195
|
-
|
|
196
|
-
const filterSensitiveLog: (obj: AssociateProactiveEngagementDetailsResponse) => any;
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
export interface SummarizedCounter {
|
|
200
|
-
|
|
201
|
-
Name?: string;
|
|
202
|
-
|
|
203
|
-
Max?: number;
|
|
204
|
-
|
|
205
|
-
Average?: number;
|
|
206
|
-
|
|
207
|
-
Sum?: number;
|
|
208
|
-
|
|
209
|
-
N?: number;
|
|
210
|
-
|
|
211
|
-
Unit?: string;
|
|
212
|
-
}
|
|
213
|
-
export declare namespace SummarizedCounter {
|
|
214
|
-
|
|
215
|
-
const filterSensitiveLog: (obj: SummarizedCounter) => any;
|
|
216
|
-
}
|
|
217
|
-
export declare enum AttackLayer {
|
|
218
|
-
APPLICATION = "APPLICATION",
|
|
219
|
-
NETWORK = "NETWORK"
|
|
220
|
-
}
|
|
221
|
-
export declare enum AttackPropertyIdentifier {
|
|
222
|
-
DESTINATION_URL = "DESTINATION_URL",
|
|
223
|
-
REFERRER = "REFERRER",
|
|
224
|
-
SOURCE_ASN = "SOURCE_ASN",
|
|
225
|
-
SOURCE_COUNTRY = "SOURCE_COUNTRY",
|
|
226
|
-
SOURCE_IP_ADDRESS = "SOURCE_IP_ADDRESS",
|
|
227
|
-
SOURCE_USER_AGENT = "SOURCE_USER_AGENT",
|
|
228
|
-
WORDPRESS_PINGBACK_REFLECTOR = "WORDPRESS_PINGBACK_REFLECTOR",
|
|
229
|
-
WORDPRESS_PINGBACK_SOURCE = "WORDPRESS_PINGBACK_SOURCE"
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
export interface Contributor {
|
|
233
|
-
|
|
234
|
-
Name?: string;
|
|
235
|
-
|
|
236
|
-
Value?: number;
|
|
237
|
-
}
|
|
238
|
-
export declare namespace Contributor {
|
|
239
|
-
|
|
240
|
-
const filterSensitiveLog: (obj: Contributor) => any;
|
|
241
|
-
}
|
|
242
|
-
export declare enum Unit {
|
|
243
|
-
BITS = "BITS",
|
|
244
|
-
BYTES = "BYTES",
|
|
245
|
-
PACKETS = "PACKETS",
|
|
246
|
-
REQUESTS = "REQUESTS"
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
export interface AttackProperty {
|
|
250
|
-
|
|
251
|
-
AttackLayer?: AttackLayer | string;
|
|
252
|
-
|
|
253
|
-
AttackPropertyIdentifier?: AttackPropertyIdentifier | string;
|
|
254
|
-
|
|
255
|
-
TopContributors?: Contributor[];
|
|
256
|
-
|
|
257
|
-
Unit?: Unit | string;
|
|
258
|
-
|
|
259
|
-
Total?: number;
|
|
260
|
-
}
|
|
261
|
-
export declare namespace AttackProperty {
|
|
262
|
-
|
|
263
|
-
const filterSensitiveLog: (obj: AttackProperty) => any;
|
|
264
|
-
}
|
|
265
|
-
|
|
266
|
-
export interface Mitigation {
|
|
267
|
-
|
|
268
|
-
MitigationName?: string;
|
|
269
|
-
}
|
|
270
|
-
export declare namespace Mitigation {
|
|
271
|
-
|
|
272
|
-
const filterSensitiveLog: (obj: Mitigation) => any;
|
|
273
|
-
}
|
|
274
|
-
|
|
275
|
-
export interface SummarizedAttackVector {
|
|
276
|
-
|
|
277
|
-
VectorType: string | undefined;
|
|
278
|
-
|
|
279
|
-
VectorCounters?: SummarizedCounter[];
|
|
280
|
-
}
|
|
281
|
-
export declare namespace SummarizedAttackVector {
|
|
282
|
-
|
|
283
|
-
const filterSensitiveLog: (obj: SummarizedAttackVector) => any;
|
|
284
|
-
}
|
|
285
|
-
export declare enum SubResourceType {
|
|
286
|
-
IP = "IP",
|
|
287
|
-
URL = "URL"
|
|
288
|
-
}
|
|
289
|
-
|
|
290
|
-
export interface SubResourceSummary {
|
|
291
|
-
|
|
292
|
-
Type?: SubResourceType | string;
|
|
293
|
-
|
|
294
|
-
Id?: string;
|
|
295
|
-
|
|
296
|
-
AttackVectors?: SummarizedAttackVector[];
|
|
297
|
-
|
|
298
|
-
Counters?: SummarizedCounter[];
|
|
299
|
-
}
|
|
300
|
-
export declare namespace SubResourceSummary {
|
|
301
|
-
|
|
302
|
-
const filterSensitiveLog: (obj: SubResourceSummary) => any;
|
|
303
|
-
}
|
|
304
|
-
|
|
305
|
-
export interface AttackDetail {
|
|
306
|
-
|
|
307
|
-
AttackId?: string;
|
|
308
|
-
|
|
309
|
-
ResourceArn?: string;
|
|
310
|
-
|
|
311
|
-
SubResources?: SubResourceSummary[];
|
|
312
|
-
|
|
313
|
-
StartTime?: Date;
|
|
314
|
-
|
|
315
|
-
EndTime?: Date;
|
|
316
|
-
|
|
317
|
-
AttackCounters?: SummarizedCounter[];
|
|
318
|
-
|
|
319
|
-
AttackProperties?: AttackProperty[];
|
|
320
|
-
|
|
321
|
-
Mitigations?: Mitigation[];
|
|
322
|
-
}
|
|
323
|
-
export declare namespace AttackDetail {
|
|
324
|
-
|
|
325
|
-
const filterSensitiveLog: (obj: AttackDetail) => any;
|
|
326
|
-
}
|
|
327
|
-
|
|
328
|
-
export interface AttackVolumeStatistics {
|
|
329
|
-
|
|
330
|
-
Max: number | undefined;
|
|
331
|
-
}
|
|
332
|
-
export declare namespace AttackVolumeStatistics {
|
|
333
|
-
|
|
334
|
-
const filterSensitiveLog: (obj: AttackVolumeStatistics) => any;
|
|
335
|
-
}
|
|
336
|
-
|
|
337
|
-
export interface AttackVolume {
|
|
338
|
-
|
|
339
|
-
BitsPerSecond?: AttackVolumeStatistics;
|
|
340
|
-
|
|
341
|
-
PacketsPerSecond?: AttackVolumeStatistics;
|
|
342
|
-
|
|
343
|
-
RequestsPerSecond?: AttackVolumeStatistics;
|
|
344
|
-
}
|
|
345
|
-
export declare namespace AttackVolume {
|
|
346
|
-
|
|
347
|
-
const filterSensitiveLog: (obj: AttackVolume) => any;
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
export interface AttackStatisticsDataItem {
|
|
351
|
-
|
|
352
|
-
AttackVolume?: AttackVolume;
|
|
353
|
-
|
|
354
|
-
AttackCount: number | undefined;
|
|
355
|
-
}
|
|
356
|
-
export declare namespace AttackStatisticsDataItem {
|
|
357
|
-
|
|
358
|
-
const filterSensitiveLog: (obj: AttackStatisticsDataItem) => any;
|
|
359
|
-
}
|
|
360
|
-
|
|
361
|
-
export interface AttackVectorDescription {
|
|
362
|
-
|
|
363
|
-
VectorType: string | undefined;
|
|
364
|
-
}
|
|
365
|
-
export declare namespace AttackVectorDescription {
|
|
366
|
-
|
|
367
|
-
const filterSensitiveLog: (obj: AttackVectorDescription) => any;
|
|
368
|
-
}
|
|
369
|
-
|
|
370
|
-
export interface AttackSummary {
|
|
371
|
-
|
|
372
|
-
AttackId?: string;
|
|
373
|
-
|
|
374
|
-
ResourceArn?: string;
|
|
375
|
-
|
|
376
|
-
StartTime?: Date;
|
|
377
|
-
|
|
378
|
-
EndTime?: Date;
|
|
379
|
-
|
|
380
|
-
AttackVectors?: AttackVectorDescription[];
|
|
381
|
-
}
|
|
382
|
-
export declare namespace AttackSummary {
|
|
383
|
-
|
|
384
|
-
const filterSensitiveLog: (obj: AttackSummary) => any;
|
|
385
|
-
}
|
|
386
|
-
export declare enum AutoRenew {
|
|
387
|
-
DISABLED = "DISABLED",
|
|
388
|
-
ENABLED = "ENABLED"
|
|
389
|
-
}
|
|
390
|
-
|
|
391
|
-
export interface Tag {
|
|
392
|
-
|
|
393
|
-
Key?: string;
|
|
394
|
-
|
|
395
|
-
Value?: string;
|
|
396
|
-
}
|
|
397
|
-
export declare namespace Tag {
|
|
398
|
-
|
|
399
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
400
|
-
}
|
|
401
|
-
export interface CreateProtectionRequest {
|
|
402
|
-
|
|
403
|
-
Name: string | undefined;
|
|
404
|
-
|
|
405
|
-
ResourceArn: string | undefined;
|
|
406
|
-
|
|
407
|
-
Tags?: Tag[];
|
|
408
|
-
}
|
|
409
|
-
export declare namespace CreateProtectionRequest {
|
|
410
|
-
|
|
411
|
-
const filterSensitiveLog: (obj: CreateProtectionRequest) => any;
|
|
412
|
-
}
|
|
413
|
-
export interface CreateProtectionResponse {
|
|
414
|
-
|
|
415
|
-
ProtectionId?: string;
|
|
416
|
-
}
|
|
417
|
-
export declare namespace CreateProtectionResponse {
|
|
418
|
-
|
|
419
|
-
const filterSensitiveLog: (obj: CreateProtectionResponse) => any;
|
|
420
|
-
}
|
|
421
|
-
|
|
422
|
-
export interface ResourceAlreadyExistsException extends __SmithyException, $MetadataBearer {
|
|
423
|
-
name: "ResourceAlreadyExistsException";
|
|
424
|
-
$fault: "client";
|
|
425
|
-
message?: string;
|
|
426
|
-
|
|
427
|
-
resourceType?: string;
|
|
428
|
-
}
|
|
429
|
-
export declare enum ProtectionGroupAggregation {
|
|
430
|
-
MAX = "MAX",
|
|
431
|
-
MEAN = "MEAN",
|
|
432
|
-
SUM = "SUM"
|
|
433
|
-
}
|
|
434
|
-
export declare enum ProtectionGroupPattern {
|
|
435
|
-
ALL = "ALL",
|
|
436
|
-
ARBITRARY = "ARBITRARY",
|
|
437
|
-
BY_RESOURCE_TYPE = "BY_RESOURCE_TYPE"
|
|
438
|
-
}
|
|
439
|
-
export declare enum ProtectedResourceType {
|
|
440
|
-
APPLICATION_LOAD_BALANCER = "APPLICATION_LOAD_BALANCER",
|
|
441
|
-
CLASSIC_LOAD_BALANCER = "CLASSIC_LOAD_BALANCER",
|
|
442
|
-
CLOUDFRONT_DISTRIBUTION = "CLOUDFRONT_DISTRIBUTION",
|
|
443
|
-
ELASTIC_IP_ALLOCATION = "ELASTIC_IP_ALLOCATION",
|
|
444
|
-
GLOBAL_ACCELERATOR = "GLOBAL_ACCELERATOR",
|
|
445
|
-
ROUTE_53_HOSTED_ZONE = "ROUTE_53_HOSTED_ZONE"
|
|
446
|
-
}
|
|
447
|
-
export interface CreateProtectionGroupRequest {
|
|
448
|
-
|
|
449
|
-
ProtectionGroupId: string | undefined;
|
|
450
|
-
|
|
451
|
-
Aggregation: ProtectionGroupAggregation | string | undefined;
|
|
452
|
-
|
|
453
|
-
Pattern: ProtectionGroupPattern | string | undefined;
|
|
454
|
-
|
|
455
|
-
ResourceType?: ProtectedResourceType | string;
|
|
456
|
-
|
|
457
|
-
Members?: string[];
|
|
458
|
-
|
|
459
|
-
Tags?: Tag[];
|
|
460
|
-
}
|
|
461
|
-
export declare namespace CreateProtectionGroupRequest {
|
|
462
|
-
|
|
463
|
-
const filterSensitiveLog: (obj: CreateProtectionGroupRequest) => any;
|
|
464
|
-
}
|
|
465
|
-
export interface CreateProtectionGroupResponse {
|
|
466
|
-
}
|
|
467
|
-
export declare namespace CreateProtectionGroupResponse {
|
|
468
|
-
|
|
469
|
-
const filterSensitiveLog: (obj: CreateProtectionGroupResponse) => any;
|
|
470
|
-
}
|
|
471
|
-
export interface CreateSubscriptionRequest {
|
|
472
|
-
}
|
|
473
|
-
export declare namespace CreateSubscriptionRequest {
|
|
474
|
-
|
|
475
|
-
const filterSensitiveLog: (obj: CreateSubscriptionRequest) => any;
|
|
476
|
-
}
|
|
477
|
-
export interface CreateSubscriptionResponse {
|
|
478
|
-
}
|
|
479
|
-
export declare namespace CreateSubscriptionResponse {
|
|
480
|
-
|
|
481
|
-
const filterSensitiveLog: (obj: CreateSubscriptionResponse) => any;
|
|
482
|
-
}
|
|
483
|
-
export interface DeleteProtectionRequest {
|
|
484
|
-
|
|
485
|
-
ProtectionId: string | undefined;
|
|
486
|
-
}
|
|
487
|
-
export declare namespace DeleteProtectionRequest {
|
|
488
|
-
|
|
489
|
-
const filterSensitiveLog: (obj: DeleteProtectionRequest) => any;
|
|
490
|
-
}
|
|
491
|
-
export interface DeleteProtectionResponse {
|
|
492
|
-
}
|
|
493
|
-
export declare namespace DeleteProtectionResponse {
|
|
494
|
-
|
|
495
|
-
const filterSensitiveLog: (obj: DeleteProtectionResponse) => any;
|
|
496
|
-
}
|
|
497
|
-
export interface DeleteProtectionGroupRequest {
|
|
498
|
-
|
|
499
|
-
ProtectionGroupId: string | undefined;
|
|
500
|
-
}
|
|
501
|
-
export declare namespace DeleteProtectionGroupRequest {
|
|
502
|
-
|
|
503
|
-
const filterSensitiveLog: (obj: DeleteProtectionGroupRequest) => any;
|
|
504
|
-
}
|
|
505
|
-
export interface DeleteProtectionGroupResponse {
|
|
506
|
-
}
|
|
507
|
-
export declare namespace DeleteProtectionGroupResponse {
|
|
508
|
-
|
|
509
|
-
const filterSensitiveLog: (obj: DeleteProtectionGroupResponse) => any;
|
|
510
|
-
}
|
|
511
|
-
export interface DeleteSubscriptionRequest {
|
|
512
|
-
}
|
|
513
|
-
export declare namespace DeleteSubscriptionRequest {
|
|
514
|
-
|
|
515
|
-
const filterSensitiveLog: (obj: DeleteSubscriptionRequest) => any;
|
|
516
|
-
}
|
|
517
|
-
export interface DeleteSubscriptionResponse {
|
|
518
|
-
}
|
|
519
|
-
export declare namespace DeleteSubscriptionResponse {
|
|
520
|
-
|
|
521
|
-
const filterSensitiveLog: (obj: DeleteSubscriptionResponse) => any;
|
|
522
|
-
}
|
|
523
|
-
|
|
524
|
-
export interface LockedSubscriptionException extends __SmithyException, $MetadataBearer {
|
|
525
|
-
name: "LockedSubscriptionException";
|
|
526
|
-
$fault: "client";
|
|
527
|
-
message?: string;
|
|
528
|
-
}
|
|
529
|
-
export interface DescribeAttackRequest {
|
|
530
|
-
|
|
531
|
-
AttackId: string | undefined;
|
|
532
|
-
}
|
|
533
|
-
export declare namespace DescribeAttackRequest {
|
|
534
|
-
|
|
535
|
-
const filterSensitiveLog: (obj: DescribeAttackRequest) => any;
|
|
536
|
-
}
|
|
537
|
-
export interface DescribeAttackResponse {
|
|
538
|
-
|
|
539
|
-
Attack?: AttackDetail;
|
|
540
|
-
}
|
|
541
|
-
export declare namespace DescribeAttackResponse {
|
|
542
|
-
|
|
543
|
-
const filterSensitiveLog: (obj: DescribeAttackResponse) => any;
|
|
544
|
-
}
|
|
545
|
-
export interface DescribeAttackStatisticsRequest {
|
|
546
|
-
}
|
|
547
|
-
export declare namespace DescribeAttackStatisticsRequest {
|
|
548
|
-
|
|
549
|
-
const filterSensitiveLog: (obj: DescribeAttackStatisticsRequest) => any;
|
|
550
|
-
}
|
|
551
|
-
|
|
552
|
-
export interface TimeRange {
|
|
553
|
-
|
|
554
|
-
FromInclusive?: Date;
|
|
555
|
-
|
|
556
|
-
ToExclusive?: Date;
|
|
557
|
-
}
|
|
558
|
-
export declare namespace TimeRange {
|
|
559
|
-
|
|
560
|
-
const filterSensitiveLog: (obj: TimeRange) => any;
|
|
561
|
-
}
|
|
562
|
-
export interface DescribeAttackStatisticsResponse {
|
|
563
|
-
|
|
564
|
-
TimeRange: TimeRange | undefined;
|
|
565
|
-
|
|
566
|
-
DataItems: AttackStatisticsDataItem[] | undefined;
|
|
567
|
-
}
|
|
568
|
-
export declare namespace DescribeAttackStatisticsResponse {
|
|
569
|
-
|
|
570
|
-
const filterSensitiveLog: (obj: DescribeAttackStatisticsResponse) => any;
|
|
571
|
-
}
|
|
572
|
-
export interface DescribeDRTAccessRequest {
|
|
573
|
-
}
|
|
574
|
-
export declare namespace DescribeDRTAccessRequest {
|
|
575
|
-
|
|
576
|
-
const filterSensitiveLog: (obj: DescribeDRTAccessRequest) => any;
|
|
577
|
-
}
|
|
578
|
-
export interface DescribeDRTAccessResponse {
|
|
579
|
-
|
|
580
|
-
RoleArn?: string;
|
|
581
|
-
|
|
582
|
-
LogBucketList?: string[];
|
|
583
|
-
}
|
|
584
|
-
export declare namespace DescribeDRTAccessResponse {
|
|
585
|
-
|
|
586
|
-
const filterSensitiveLog: (obj: DescribeDRTAccessResponse) => any;
|
|
587
|
-
}
|
|
588
|
-
export interface DescribeEmergencyContactSettingsRequest {
|
|
589
|
-
}
|
|
590
|
-
export declare namespace DescribeEmergencyContactSettingsRequest {
|
|
591
|
-
|
|
592
|
-
const filterSensitiveLog: (obj: DescribeEmergencyContactSettingsRequest) => any;
|
|
593
|
-
}
|
|
594
|
-
export interface DescribeEmergencyContactSettingsResponse {
|
|
595
|
-
|
|
596
|
-
EmergencyContactList?: EmergencyContact[];
|
|
597
|
-
}
|
|
598
|
-
export declare namespace DescribeEmergencyContactSettingsResponse {
|
|
599
|
-
|
|
600
|
-
const filterSensitiveLog: (obj: DescribeEmergencyContactSettingsResponse) => any;
|
|
601
|
-
}
|
|
602
|
-
export interface DescribeProtectionRequest {
|
|
603
|
-
|
|
604
|
-
ProtectionId?: string;
|
|
605
|
-
|
|
606
|
-
ResourceArn?: string;
|
|
607
|
-
}
|
|
608
|
-
export declare namespace DescribeProtectionRequest {
|
|
609
|
-
|
|
610
|
-
const filterSensitiveLog: (obj: DescribeProtectionRequest) => any;
|
|
611
|
-
}
|
|
612
|
-
|
|
613
|
-
export interface Protection {
|
|
614
|
-
|
|
615
|
-
Id?: string;
|
|
616
|
-
|
|
617
|
-
Name?: string;
|
|
618
|
-
|
|
619
|
-
ResourceArn?: string;
|
|
620
|
-
|
|
621
|
-
HealthCheckIds?: string[];
|
|
622
|
-
|
|
623
|
-
ProtectionArn?: string;
|
|
624
|
-
|
|
625
|
-
ApplicationLayerAutomaticResponseConfiguration?: ApplicationLayerAutomaticResponseConfiguration;
|
|
626
|
-
}
|
|
627
|
-
export declare namespace Protection {
|
|
628
|
-
|
|
629
|
-
const filterSensitiveLog: (obj: Protection) => any;
|
|
630
|
-
}
|
|
631
|
-
export interface DescribeProtectionResponse {
|
|
632
|
-
|
|
633
|
-
Protection?: Protection;
|
|
634
|
-
}
|
|
635
|
-
export declare namespace DescribeProtectionResponse {
|
|
636
|
-
|
|
637
|
-
const filterSensitiveLog: (obj: DescribeProtectionResponse) => any;
|
|
638
|
-
}
|
|
639
|
-
export interface DescribeProtectionGroupRequest {
|
|
640
|
-
|
|
641
|
-
ProtectionGroupId: string | undefined;
|
|
642
|
-
}
|
|
643
|
-
export declare namespace DescribeProtectionGroupRequest {
|
|
644
|
-
|
|
645
|
-
const filterSensitiveLog: (obj: DescribeProtectionGroupRequest) => any;
|
|
646
|
-
}
|
|
647
|
-
|
|
648
|
-
export interface ProtectionGroup {
|
|
649
|
-
|
|
650
|
-
ProtectionGroupId: string | undefined;
|
|
651
|
-
|
|
652
|
-
Aggregation: ProtectionGroupAggregation | string | undefined;
|
|
653
|
-
|
|
654
|
-
Pattern: ProtectionGroupPattern | string | undefined;
|
|
655
|
-
|
|
656
|
-
ResourceType?: ProtectedResourceType | string;
|
|
657
|
-
|
|
658
|
-
Members: string[] | undefined;
|
|
659
|
-
|
|
660
|
-
ProtectionGroupArn?: string;
|
|
661
|
-
}
|
|
662
|
-
export declare namespace ProtectionGroup {
|
|
663
|
-
|
|
664
|
-
const filterSensitiveLog: (obj: ProtectionGroup) => any;
|
|
665
|
-
}
|
|
666
|
-
export interface DescribeProtectionGroupResponse {
|
|
667
|
-
|
|
668
|
-
ProtectionGroup: ProtectionGroup | undefined;
|
|
669
|
-
}
|
|
670
|
-
export declare namespace DescribeProtectionGroupResponse {
|
|
671
|
-
|
|
672
|
-
const filterSensitiveLog: (obj: DescribeProtectionGroupResponse) => any;
|
|
673
|
-
}
|
|
674
|
-
export interface DescribeSubscriptionRequest {
|
|
675
|
-
}
|
|
676
|
-
export declare namespace DescribeSubscriptionRequest {
|
|
677
|
-
|
|
678
|
-
const filterSensitiveLog: (obj: DescribeSubscriptionRequest) => any;
|
|
679
|
-
}
|
|
680
|
-
|
|
681
|
-
export interface Limit {
|
|
682
|
-
|
|
683
|
-
Type?: string;
|
|
684
|
-
|
|
685
|
-
Max?: number;
|
|
686
|
-
}
|
|
687
|
-
export declare namespace Limit {
|
|
688
|
-
|
|
689
|
-
const filterSensitiveLog: (obj: Limit) => any;
|
|
690
|
-
}
|
|
691
|
-
export declare enum ProactiveEngagementStatus {
|
|
692
|
-
DISABLED = "DISABLED",
|
|
693
|
-
ENABLED = "ENABLED",
|
|
694
|
-
PENDING = "PENDING"
|
|
695
|
-
}
|
|
696
|
-
|
|
697
|
-
export interface ProtectionGroupArbitraryPatternLimits {
|
|
698
|
-
|
|
699
|
-
MaxMembers: number | undefined;
|
|
700
|
-
}
|
|
701
|
-
export declare namespace ProtectionGroupArbitraryPatternLimits {
|
|
702
|
-
|
|
703
|
-
const filterSensitiveLog: (obj: ProtectionGroupArbitraryPatternLimits) => any;
|
|
704
|
-
}
|
|
705
|
-
|
|
706
|
-
export interface ProtectionGroupPatternTypeLimits {
|
|
707
|
-
|
|
708
|
-
ArbitraryPatternLimits: ProtectionGroupArbitraryPatternLimits | undefined;
|
|
709
|
-
}
|
|
710
|
-
export declare namespace ProtectionGroupPatternTypeLimits {
|
|
711
|
-
|
|
712
|
-
const filterSensitiveLog: (obj: ProtectionGroupPatternTypeLimits) => any;
|
|
713
|
-
}
|
|
714
|
-
|
|
715
|
-
export interface ProtectionGroupLimits {
|
|
716
|
-
|
|
717
|
-
MaxProtectionGroups: number | undefined;
|
|
718
|
-
|
|
719
|
-
PatternTypeLimits: ProtectionGroupPatternTypeLimits | undefined;
|
|
720
|
-
}
|
|
721
|
-
export declare namespace ProtectionGroupLimits {
|
|
722
|
-
|
|
723
|
-
const filterSensitiveLog: (obj: ProtectionGroupLimits) => any;
|
|
724
|
-
}
|
|
725
|
-
|
|
726
|
-
export interface ProtectionLimits {
|
|
727
|
-
|
|
728
|
-
ProtectedResourceTypeLimits: Limit[] | undefined;
|
|
729
|
-
}
|
|
730
|
-
export declare namespace ProtectionLimits {
|
|
731
|
-
|
|
732
|
-
const filterSensitiveLog: (obj: ProtectionLimits) => any;
|
|
733
|
-
}
|
|
734
|
-
|
|
735
|
-
export interface SubscriptionLimits {
|
|
736
|
-
|
|
737
|
-
ProtectionLimits: ProtectionLimits | undefined;
|
|
738
|
-
|
|
739
|
-
ProtectionGroupLimits: ProtectionGroupLimits | undefined;
|
|
740
|
-
}
|
|
741
|
-
export declare namespace SubscriptionLimits {
|
|
742
|
-
|
|
743
|
-
const filterSensitiveLog: (obj: SubscriptionLimits) => any;
|
|
744
|
-
}
|
|
745
|
-
|
|
746
|
-
export interface Subscription {
|
|
747
|
-
|
|
748
|
-
StartTime?: Date;
|
|
749
|
-
|
|
750
|
-
EndTime?: Date;
|
|
751
|
-
|
|
752
|
-
TimeCommitmentInSeconds?: number;
|
|
753
|
-
|
|
754
|
-
AutoRenew?: AutoRenew | string;
|
|
755
|
-
|
|
756
|
-
Limits?: Limit[];
|
|
757
|
-
|
|
758
|
-
ProactiveEngagementStatus?: ProactiveEngagementStatus | string;
|
|
759
|
-
|
|
760
|
-
SubscriptionLimits: SubscriptionLimits | undefined;
|
|
761
|
-
|
|
762
|
-
SubscriptionArn?: string;
|
|
763
|
-
}
|
|
764
|
-
export declare namespace Subscription {
|
|
765
|
-
|
|
766
|
-
const filterSensitiveLog: (obj: Subscription) => any;
|
|
767
|
-
}
|
|
768
|
-
export interface DescribeSubscriptionResponse {
|
|
769
|
-
|
|
770
|
-
Subscription?: Subscription;
|
|
771
|
-
}
|
|
772
|
-
export declare namespace DescribeSubscriptionResponse {
|
|
773
|
-
|
|
774
|
-
const filterSensitiveLog: (obj: DescribeSubscriptionResponse) => any;
|
|
775
|
-
}
|
|
776
|
-
export interface DisableApplicationLayerAutomaticResponseRequest {
|
|
777
|
-
|
|
778
|
-
ResourceArn: string | undefined;
|
|
779
|
-
}
|
|
780
|
-
export declare namespace DisableApplicationLayerAutomaticResponseRequest {
|
|
781
|
-
|
|
782
|
-
const filterSensitiveLog: (obj: DisableApplicationLayerAutomaticResponseRequest) => any;
|
|
783
|
-
}
|
|
784
|
-
export interface DisableApplicationLayerAutomaticResponseResponse {
|
|
785
|
-
}
|
|
786
|
-
export declare namespace DisableApplicationLayerAutomaticResponseResponse {
|
|
787
|
-
|
|
788
|
-
const filterSensitiveLog: (obj: DisableApplicationLayerAutomaticResponseResponse) => any;
|
|
789
|
-
}
|
|
790
|
-
export interface DisableProactiveEngagementRequest {
|
|
791
|
-
}
|
|
792
|
-
export declare namespace DisableProactiveEngagementRequest {
|
|
793
|
-
|
|
794
|
-
const filterSensitiveLog: (obj: DisableProactiveEngagementRequest) => any;
|
|
795
|
-
}
|
|
796
|
-
export interface DisableProactiveEngagementResponse {
|
|
797
|
-
}
|
|
798
|
-
export declare namespace DisableProactiveEngagementResponse {
|
|
799
|
-
|
|
800
|
-
const filterSensitiveLog: (obj: DisableProactiveEngagementResponse) => any;
|
|
801
|
-
}
|
|
802
|
-
export interface DisassociateDRTLogBucketRequest {
|
|
803
|
-
|
|
804
|
-
LogBucket: string | undefined;
|
|
805
|
-
}
|
|
806
|
-
export declare namespace DisassociateDRTLogBucketRequest {
|
|
807
|
-
|
|
808
|
-
const filterSensitiveLog: (obj: DisassociateDRTLogBucketRequest) => any;
|
|
809
|
-
}
|
|
810
|
-
export interface DisassociateDRTLogBucketResponse {
|
|
811
|
-
}
|
|
812
|
-
export declare namespace DisassociateDRTLogBucketResponse {
|
|
813
|
-
|
|
814
|
-
const filterSensitiveLog: (obj: DisassociateDRTLogBucketResponse) => any;
|
|
815
|
-
}
|
|
816
|
-
export interface DisassociateDRTRoleRequest {
|
|
817
|
-
}
|
|
818
|
-
export declare namespace DisassociateDRTRoleRequest {
|
|
819
|
-
|
|
820
|
-
const filterSensitiveLog: (obj: DisassociateDRTRoleRequest) => any;
|
|
821
|
-
}
|
|
822
|
-
export interface DisassociateDRTRoleResponse {
|
|
823
|
-
}
|
|
824
|
-
export declare namespace DisassociateDRTRoleResponse {
|
|
825
|
-
|
|
826
|
-
const filterSensitiveLog: (obj: DisassociateDRTRoleResponse) => any;
|
|
827
|
-
}
|
|
828
|
-
export interface DisassociateHealthCheckRequest {
|
|
829
|
-
|
|
830
|
-
ProtectionId: string | undefined;
|
|
831
|
-
|
|
832
|
-
HealthCheckArn: string | undefined;
|
|
833
|
-
}
|
|
834
|
-
export declare namespace DisassociateHealthCheckRequest {
|
|
835
|
-
|
|
836
|
-
const filterSensitiveLog: (obj: DisassociateHealthCheckRequest) => any;
|
|
837
|
-
}
|
|
838
|
-
export interface DisassociateHealthCheckResponse {
|
|
839
|
-
}
|
|
840
|
-
export declare namespace DisassociateHealthCheckResponse {
|
|
841
|
-
|
|
842
|
-
const filterSensitiveLog: (obj: DisassociateHealthCheckResponse) => any;
|
|
843
|
-
}
|
|
844
|
-
export interface EnableApplicationLayerAutomaticResponseRequest {
|
|
845
|
-
|
|
846
|
-
ResourceArn: string | undefined;
|
|
847
|
-
|
|
848
|
-
Action: ResponseAction | undefined;
|
|
849
|
-
}
|
|
850
|
-
export declare namespace EnableApplicationLayerAutomaticResponseRequest {
|
|
851
|
-
|
|
852
|
-
const filterSensitiveLog: (obj: EnableApplicationLayerAutomaticResponseRequest) => any;
|
|
853
|
-
}
|
|
854
|
-
export interface EnableApplicationLayerAutomaticResponseResponse {
|
|
855
|
-
}
|
|
856
|
-
export declare namespace EnableApplicationLayerAutomaticResponseResponse {
|
|
857
|
-
|
|
858
|
-
const filterSensitiveLog: (obj: EnableApplicationLayerAutomaticResponseResponse) => any;
|
|
859
|
-
}
|
|
860
|
-
export interface EnableProactiveEngagementRequest {
|
|
861
|
-
}
|
|
862
|
-
export declare namespace EnableProactiveEngagementRequest {
|
|
863
|
-
|
|
864
|
-
const filterSensitiveLog: (obj: EnableProactiveEngagementRequest) => any;
|
|
865
|
-
}
|
|
866
|
-
export interface EnableProactiveEngagementResponse {
|
|
867
|
-
}
|
|
868
|
-
export declare namespace EnableProactiveEngagementResponse {
|
|
869
|
-
|
|
870
|
-
const filterSensitiveLog: (obj: EnableProactiveEngagementResponse) => any;
|
|
871
|
-
}
|
|
872
|
-
export interface GetSubscriptionStateRequest {
|
|
873
|
-
}
|
|
874
|
-
export declare namespace GetSubscriptionStateRequest {
|
|
875
|
-
|
|
876
|
-
const filterSensitiveLog: (obj: GetSubscriptionStateRequest) => any;
|
|
877
|
-
}
|
|
878
|
-
export declare enum SubscriptionState {
|
|
879
|
-
ACTIVE = "ACTIVE",
|
|
880
|
-
INACTIVE = "INACTIVE"
|
|
881
|
-
}
|
|
882
|
-
export interface GetSubscriptionStateResponse {
|
|
883
|
-
|
|
884
|
-
SubscriptionState: SubscriptionState | string | undefined;
|
|
885
|
-
}
|
|
886
|
-
export declare namespace GetSubscriptionStateResponse {
|
|
887
|
-
|
|
888
|
-
const filterSensitiveLog: (obj: GetSubscriptionStateResponse) => any;
|
|
889
|
-
}
|
|
890
|
-
export interface ListAttacksRequest {
|
|
891
|
-
|
|
892
|
-
ResourceArns?: string[];
|
|
893
|
-
|
|
894
|
-
StartTime?: TimeRange;
|
|
895
|
-
|
|
896
|
-
EndTime?: TimeRange;
|
|
897
|
-
|
|
898
|
-
NextToken?: string;
|
|
899
|
-
|
|
900
|
-
MaxResults?: number;
|
|
901
|
-
}
|
|
902
|
-
export declare namespace ListAttacksRequest {
|
|
903
|
-
|
|
904
|
-
const filterSensitiveLog: (obj: ListAttacksRequest) => any;
|
|
905
|
-
}
|
|
906
|
-
export interface ListAttacksResponse {
|
|
907
|
-
|
|
908
|
-
AttackSummaries?: AttackSummary[];
|
|
909
|
-
|
|
910
|
-
NextToken?: string;
|
|
911
|
-
}
|
|
912
|
-
export declare namespace ListAttacksResponse {
|
|
913
|
-
|
|
914
|
-
const filterSensitiveLog: (obj: ListAttacksResponse) => any;
|
|
915
|
-
}
|
|
916
|
-
|
|
917
|
-
export interface InvalidPaginationTokenException extends __SmithyException, $MetadataBearer {
|
|
918
|
-
name: "InvalidPaginationTokenException";
|
|
919
|
-
$fault: "client";
|
|
920
|
-
message?: string;
|
|
921
|
-
}
|
|
922
|
-
export interface ListProtectionGroupsRequest {
|
|
923
|
-
|
|
924
|
-
NextToken?: string;
|
|
925
|
-
|
|
926
|
-
MaxResults?: number;
|
|
927
|
-
}
|
|
928
|
-
export declare namespace ListProtectionGroupsRequest {
|
|
929
|
-
|
|
930
|
-
const filterSensitiveLog: (obj: ListProtectionGroupsRequest) => any;
|
|
931
|
-
}
|
|
932
|
-
export interface ListProtectionGroupsResponse {
|
|
933
|
-
|
|
934
|
-
ProtectionGroups: ProtectionGroup[] | undefined;
|
|
935
|
-
|
|
936
|
-
NextToken?: string;
|
|
937
|
-
}
|
|
938
|
-
export declare namespace ListProtectionGroupsResponse {
|
|
939
|
-
|
|
940
|
-
const filterSensitiveLog: (obj: ListProtectionGroupsResponse) => any;
|
|
941
|
-
}
|
|
942
|
-
export interface ListProtectionsRequest {
|
|
943
|
-
|
|
944
|
-
NextToken?: string;
|
|
945
|
-
|
|
946
|
-
MaxResults?: number;
|
|
947
|
-
}
|
|
948
|
-
export declare namespace ListProtectionsRequest {
|
|
949
|
-
|
|
950
|
-
const filterSensitiveLog: (obj: ListProtectionsRequest) => any;
|
|
951
|
-
}
|
|
952
|
-
export interface ListProtectionsResponse {
|
|
953
|
-
|
|
954
|
-
Protections?: Protection[];
|
|
955
|
-
|
|
956
|
-
NextToken?: string;
|
|
957
|
-
}
|
|
958
|
-
export declare namespace ListProtectionsResponse {
|
|
959
|
-
|
|
960
|
-
const filterSensitiveLog: (obj: ListProtectionsResponse) => any;
|
|
961
|
-
}
|
|
962
|
-
export interface ListResourcesInProtectionGroupRequest {
|
|
963
|
-
|
|
964
|
-
ProtectionGroupId: string | undefined;
|
|
965
|
-
|
|
966
|
-
NextToken?: string;
|
|
967
|
-
|
|
968
|
-
MaxResults?: number;
|
|
969
|
-
}
|
|
970
|
-
export declare namespace ListResourcesInProtectionGroupRequest {
|
|
971
|
-
|
|
972
|
-
const filterSensitiveLog: (obj: ListResourcesInProtectionGroupRequest) => any;
|
|
973
|
-
}
|
|
974
|
-
export interface ListResourcesInProtectionGroupResponse {
|
|
975
|
-
|
|
976
|
-
ResourceArns: string[] | undefined;
|
|
977
|
-
|
|
978
|
-
NextToken?: string;
|
|
979
|
-
}
|
|
980
|
-
export declare namespace ListResourcesInProtectionGroupResponse {
|
|
981
|
-
|
|
982
|
-
const filterSensitiveLog: (obj: ListResourcesInProtectionGroupResponse) => any;
|
|
983
|
-
}
|
|
984
|
-
export interface ListTagsForResourceRequest {
|
|
985
|
-
|
|
986
|
-
ResourceARN: string | undefined;
|
|
987
|
-
}
|
|
988
|
-
export declare namespace ListTagsForResourceRequest {
|
|
989
|
-
|
|
990
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
991
|
-
}
|
|
992
|
-
export interface ListTagsForResourceResponse {
|
|
993
|
-
|
|
994
|
-
Tags?: Tag[];
|
|
995
|
-
}
|
|
996
|
-
export declare namespace ListTagsForResourceResponse {
|
|
997
|
-
|
|
998
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
999
|
-
}
|
|
1000
|
-
export interface TagResourceRequest {
|
|
1001
|
-
|
|
1002
|
-
ResourceARN: string | undefined;
|
|
1003
|
-
|
|
1004
|
-
Tags: Tag[] | undefined;
|
|
1005
|
-
}
|
|
1006
|
-
export declare namespace TagResourceRequest {
|
|
1007
|
-
|
|
1008
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1009
|
-
}
|
|
1010
|
-
export interface TagResourceResponse {
|
|
1011
|
-
}
|
|
1012
|
-
export declare namespace TagResourceResponse {
|
|
1013
|
-
|
|
1014
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1015
|
-
}
|
|
1016
|
-
export interface UntagResourceRequest {
|
|
1017
|
-
|
|
1018
|
-
ResourceARN: string | undefined;
|
|
1019
|
-
|
|
1020
|
-
TagKeys: string[] | undefined;
|
|
1021
|
-
}
|
|
1022
|
-
export declare namespace UntagResourceRequest {
|
|
1023
|
-
|
|
1024
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1025
|
-
}
|
|
1026
|
-
export interface UntagResourceResponse {
|
|
1027
|
-
}
|
|
1028
|
-
export declare namespace UntagResourceResponse {
|
|
1029
|
-
|
|
1030
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
1031
|
-
}
|
|
1032
|
-
export interface UpdateApplicationLayerAutomaticResponseRequest {
|
|
1033
|
-
|
|
1034
|
-
ResourceArn: string | undefined;
|
|
1035
|
-
|
|
1036
|
-
Action: ResponseAction | undefined;
|
|
1037
|
-
}
|
|
1038
|
-
export declare namespace UpdateApplicationLayerAutomaticResponseRequest {
|
|
1039
|
-
|
|
1040
|
-
const filterSensitiveLog: (obj: UpdateApplicationLayerAutomaticResponseRequest) => any;
|
|
1041
|
-
}
|
|
1042
|
-
export interface UpdateApplicationLayerAutomaticResponseResponse {
|
|
1043
|
-
}
|
|
1044
|
-
export declare namespace UpdateApplicationLayerAutomaticResponseResponse {
|
|
1045
|
-
|
|
1046
|
-
const filterSensitiveLog: (obj: UpdateApplicationLayerAutomaticResponseResponse) => any;
|
|
1047
|
-
}
|
|
1048
|
-
export interface UpdateEmergencyContactSettingsRequest {
|
|
1049
|
-
|
|
1050
|
-
EmergencyContactList?: EmergencyContact[];
|
|
1051
|
-
}
|
|
1052
|
-
export declare namespace UpdateEmergencyContactSettingsRequest {
|
|
1053
|
-
|
|
1054
|
-
const filterSensitiveLog: (obj: UpdateEmergencyContactSettingsRequest) => any;
|
|
1055
|
-
}
|
|
1056
|
-
export interface UpdateEmergencyContactSettingsResponse {
|
|
1057
|
-
}
|
|
1058
|
-
export declare namespace UpdateEmergencyContactSettingsResponse {
|
|
1059
|
-
|
|
1060
|
-
const filterSensitiveLog: (obj: UpdateEmergencyContactSettingsResponse) => any;
|
|
1061
|
-
}
|
|
1062
|
-
export interface UpdateProtectionGroupRequest {
|
|
1063
|
-
|
|
1064
|
-
ProtectionGroupId: string | undefined;
|
|
1065
|
-
|
|
1066
|
-
Aggregation: ProtectionGroupAggregation | string | undefined;
|
|
1067
|
-
|
|
1068
|
-
Pattern: ProtectionGroupPattern | string | undefined;
|
|
1069
|
-
|
|
1070
|
-
ResourceType?: ProtectedResourceType | string;
|
|
1071
|
-
|
|
1072
|
-
Members?: string[];
|
|
1073
|
-
}
|
|
1074
|
-
export declare namespace UpdateProtectionGroupRequest {
|
|
1075
|
-
|
|
1076
|
-
const filterSensitiveLog: (obj: UpdateProtectionGroupRequest) => any;
|
|
1077
|
-
}
|
|
1078
|
-
export interface UpdateProtectionGroupResponse {
|
|
1079
|
-
}
|
|
1080
|
-
export declare namespace UpdateProtectionGroupResponse {
|
|
1081
|
-
|
|
1082
|
-
const filterSensitiveLog: (obj: UpdateProtectionGroupResponse) => any;
|
|
1083
|
-
}
|
|
1084
|
-
export interface UpdateSubscriptionRequest {
|
|
1085
|
-
|
|
1086
|
-
AutoRenew?: AutoRenew | string;
|
|
1087
|
-
}
|
|
1088
|
-
export declare namespace UpdateSubscriptionRequest {
|
|
1089
|
-
|
|
1090
|
-
const filterSensitiveLog: (obj: UpdateSubscriptionRequest) => any;
|
|
1091
|
-
}
|
|
1092
|
-
export interface UpdateSubscriptionResponse {
|
|
1093
|
-
}
|
|
1094
|
-
export declare namespace UpdateSubscriptionResponse {
|
|
1095
|
-
|
|
1096
|
-
const filterSensitiveLog: (obj: UpdateSubscriptionResponse) => any;
|
|
1097
|
-
}
|