@aws-sdk/client-shield 3.987.0 → 3.988.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/dist-cjs/index.js +55 -1380
- package/dist-cjs/models/ShieldServiceException.js +12 -0
- package/dist-cjs/models/errors.js +185 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +1027 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +83 -77
- package/dist-types/schemas/schemas_0.d.ts +19 -12
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +14 -12
- package/package.json +13 -13
package/dist-cjs/index.js
CHANGED
|
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
|
15
15
|
var runtimeConfig = require('./runtimeConfig');
|
|
16
16
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
17
17
|
var protocolHttp = require('@smithy/protocol-http');
|
|
18
|
+
var schemas_0 = require('./schemas/schemas_0');
|
|
19
|
+
var errors = require('./models/errors');
|
|
20
|
+
var ShieldServiceException = require('./models/ShieldServiceException');
|
|
18
21
|
|
|
19
22
|
const resolveClientEndpointParameters = (options) => {
|
|
20
23
|
return Object.assign(options, {
|
|
@@ -110,1183 +113,6 @@ class ShieldClient extends smithyClient.Client {
|
|
|
110
113
|
}
|
|
111
114
|
}
|
|
112
115
|
|
|
113
|
-
class ShieldServiceException extends smithyClient.ServiceException {
|
|
114
|
-
constructor(options) {
|
|
115
|
-
super(options);
|
|
116
|
-
Object.setPrototypeOf(this, ShieldServiceException.prototype);
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
class AccessDeniedException extends ShieldServiceException {
|
|
121
|
-
name = "AccessDeniedException";
|
|
122
|
-
$fault = "client";
|
|
123
|
-
constructor(opts) {
|
|
124
|
-
super({
|
|
125
|
-
name: "AccessDeniedException",
|
|
126
|
-
$fault: "client",
|
|
127
|
-
...opts,
|
|
128
|
-
});
|
|
129
|
-
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
class AccessDeniedForDependencyException extends ShieldServiceException {
|
|
133
|
-
name = "AccessDeniedForDependencyException";
|
|
134
|
-
$fault = "client";
|
|
135
|
-
constructor(opts) {
|
|
136
|
-
super({
|
|
137
|
-
name: "AccessDeniedForDependencyException",
|
|
138
|
-
$fault: "client",
|
|
139
|
-
...opts,
|
|
140
|
-
});
|
|
141
|
-
Object.setPrototypeOf(this, AccessDeniedForDependencyException.prototype);
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
class InternalErrorException extends ShieldServiceException {
|
|
145
|
-
name = "InternalErrorException";
|
|
146
|
-
$fault = "server";
|
|
147
|
-
constructor(opts) {
|
|
148
|
-
super({
|
|
149
|
-
name: "InternalErrorException",
|
|
150
|
-
$fault: "server",
|
|
151
|
-
...opts,
|
|
152
|
-
});
|
|
153
|
-
Object.setPrototypeOf(this, InternalErrorException.prototype);
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
class InvalidOperationException extends ShieldServiceException {
|
|
157
|
-
name = "InvalidOperationException";
|
|
158
|
-
$fault = "client";
|
|
159
|
-
constructor(opts) {
|
|
160
|
-
super({
|
|
161
|
-
name: "InvalidOperationException",
|
|
162
|
-
$fault: "client",
|
|
163
|
-
...opts,
|
|
164
|
-
});
|
|
165
|
-
Object.setPrototypeOf(this, InvalidOperationException.prototype);
|
|
166
|
-
}
|
|
167
|
-
}
|
|
168
|
-
class InvalidParameterException extends ShieldServiceException {
|
|
169
|
-
name = "InvalidParameterException";
|
|
170
|
-
$fault = "client";
|
|
171
|
-
reason;
|
|
172
|
-
fields;
|
|
173
|
-
constructor(opts) {
|
|
174
|
-
super({
|
|
175
|
-
name: "InvalidParameterException",
|
|
176
|
-
$fault: "client",
|
|
177
|
-
...opts,
|
|
178
|
-
});
|
|
179
|
-
Object.setPrototypeOf(this, InvalidParameterException.prototype);
|
|
180
|
-
this.reason = opts.reason;
|
|
181
|
-
this.fields = opts.fields;
|
|
182
|
-
}
|
|
183
|
-
}
|
|
184
|
-
class LimitsExceededException extends ShieldServiceException {
|
|
185
|
-
name = "LimitsExceededException";
|
|
186
|
-
$fault = "client";
|
|
187
|
-
Type;
|
|
188
|
-
Limit;
|
|
189
|
-
constructor(opts) {
|
|
190
|
-
super({
|
|
191
|
-
name: "LimitsExceededException",
|
|
192
|
-
$fault: "client",
|
|
193
|
-
...opts,
|
|
194
|
-
});
|
|
195
|
-
Object.setPrototypeOf(this, LimitsExceededException.prototype);
|
|
196
|
-
this.Type = opts.Type;
|
|
197
|
-
this.Limit = opts.Limit;
|
|
198
|
-
}
|
|
199
|
-
}
|
|
200
|
-
class NoAssociatedRoleException extends ShieldServiceException {
|
|
201
|
-
name = "NoAssociatedRoleException";
|
|
202
|
-
$fault = "client";
|
|
203
|
-
constructor(opts) {
|
|
204
|
-
super({
|
|
205
|
-
name: "NoAssociatedRoleException",
|
|
206
|
-
$fault: "client",
|
|
207
|
-
...opts,
|
|
208
|
-
});
|
|
209
|
-
Object.setPrototypeOf(this, NoAssociatedRoleException.prototype);
|
|
210
|
-
}
|
|
211
|
-
}
|
|
212
|
-
class OptimisticLockException extends ShieldServiceException {
|
|
213
|
-
name = "OptimisticLockException";
|
|
214
|
-
$fault = "client";
|
|
215
|
-
constructor(opts) {
|
|
216
|
-
super({
|
|
217
|
-
name: "OptimisticLockException",
|
|
218
|
-
$fault: "client",
|
|
219
|
-
...opts,
|
|
220
|
-
});
|
|
221
|
-
Object.setPrototypeOf(this, OptimisticLockException.prototype);
|
|
222
|
-
}
|
|
223
|
-
}
|
|
224
|
-
class ResourceNotFoundException extends ShieldServiceException {
|
|
225
|
-
name = "ResourceNotFoundException";
|
|
226
|
-
$fault = "client";
|
|
227
|
-
resourceType;
|
|
228
|
-
constructor(opts) {
|
|
229
|
-
super({
|
|
230
|
-
name: "ResourceNotFoundException",
|
|
231
|
-
$fault: "client",
|
|
232
|
-
...opts,
|
|
233
|
-
});
|
|
234
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
235
|
-
this.resourceType = opts.resourceType;
|
|
236
|
-
}
|
|
237
|
-
}
|
|
238
|
-
class InvalidResourceException extends ShieldServiceException {
|
|
239
|
-
name = "InvalidResourceException";
|
|
240
|
-
$fault = "client";
|
|
241
|
-
constructor(opts) {
|
|
242
|
-
super({
|
|
243
|
-
name: "InvalidResourceException",
|
|
244
|
-
$fault: "client",
|
|
245
|
-
...opts,
|
|
246
|
-
});
|
|
247
|
-
Object.setPrototypeOf(this, InvalidResourceException.prototype);
|
|
248
|
-
}
|
|
249
|
-
}
|
|
250
|
-
class ResourceAlreadyExistsException extends ShieldServiceException {
|
|
251
|
-
name = "ResourceAlreadyExistsException";
|
|
252
|
-
$fault = "client";
|
|
253
|
-
resourceType;
|
|
254
|
-
constructor(opts) {
|
|
255
|
-
super({
|
|
256
|
-
name: "ResourceAlreadyExistsException",
|
|
257
|
-
$fault: "client",
|
|
258
|
-
...opts,
|
|
259
|
-
});
|
|
260
|
-
Object.setPrototypeOf(this, ResourceAlreadyExistsException.prototype);
|
|
261
|
-
this.resourceType = opts.resourceType;
|
|
262
|
-
}
|
|
263
|
-
}
|
|
264
|
-
class LockedSubscriptionException extends ShieldServiceException {
|
|
265
|
-
name = "LockedSubscriptionException";
|
|
266
|
-
$fault = "client";
|
|
267
|
-
constructor(opts) {
|
|
268
|
-
super({
|
|
269
|
-
name: "LockedSubscriptionException",
|
|
270
|
-
$fault: "client",
|
|
271
|
-
...opts,
|
|
272
|
-
});
|
|
273
|
-
Object.setPrototypeOf(this, LockedSubscriptionException.prototype);
|
|
274
|
-
}
|
|
275
|
-
}
|
|
276
|
-
class InvalidPaginationTokenException extends ShieldServiceException {
|
|
277
|
-
name = "InvalidPaginationTokenException";
|
|
278
|
-
$fault = "client";
|
|
279
|
-
constructor(opts) {
|
|
280
|
-
super({
|
|
281
|
-
name: "InvalidPaginationTokenException",
|
|
282
|
-
$fault: "client",
|
|
283
|
-
...opts,
|
|
284
|
-
});
|
|
285
|
-
Object.setPrototypeOf(this, InvalidPaginationTokenException.prototype);
|
|
286
|
-
}
|
|
287
|
-
}
|
|
288
|
-
|
|
289
|
-
const _A = "Action";
|
|
290
|
-
const _AC = "AttackCounters";
|
|
291
|
-
const _ACt = "AttackCount";
|
|
292
|
-
const _AD = "AttackDetail";
|
|
293
|
-
const _ADE = "AccessDeniedException";
|
|
294
|
-
const _ADFDE = "AccessDeniedForDependencyException";
|
|
295
|
-
const _ADRTLB = "AssociateDRTLogBucket";
|
|
296
|
-
const _ADRTLBR = "AssociateDRTLogBucketRequest";
|
|
297
|
-
const _ADRTLBRs = "AssociateDRTLogBucketResponse";
|
|
298
|
-
const _ADRTR = "AssociateDRTRole";
|
|
299
|
-
const _ADRTRR = "AssociateDRTRoleRequest";
|
|
300
|
-
const _ADRTRRs = "AssociateDRTRoleResponse";
|
|
301
|
-
const _AHC = "AssociateHealthCheck";
|
|
302
|
-
const _AHCR = "AssociateHealthCheckRequest";
|
|
303
|
-
const _AHCRs = "AssociateHealthCheckResponse";
|
|
304
|
-
const _AI = "AttackId";
|
|
305
|
-
const _AL = "AttackLayer";
|
|
306
|
-
const _ALARC = "ApplicationLayerAutomaticResponseConfiguration";
|
|
307
|
-
const _AP = "AttackProperties";
|
|
308
|
-
const _APED = "AssociateProactiveEngagementDetails";
|
|
309
|
-
const _APEDR = "AssociateProactiveEngagementDetailsRequest";
|
|
310
|
-
const _APEDRs = "AssociateProactiveEngagementDetailsResponse";
|
|
311
|
-
const _API = "AttackPropertyIdentifier";
|
|
312
|
-
const _APL = "ArbitraryPatternLimits";
|
|
313
|
-
const _APt = "AttackProperty";
|
|
314
|
-
const _AR = "AutoRenew";
|
|
315
|
-
const _AS = "AttackSummary";
|
|
316
|
-
const _ASDI = "AttackStatisticsDataItem";
|
|
317
|
-
const _ASDL = "AttackStatisticsDataList";
|
|
318
|
-
const _ASt = "AttackSummaries";
|
|
319
|
-
const _AV = "AttackVolume";
|
|
320
|
-
const _AVD = "AttackVectorDescription";
|
|
321
|
-
const _AVDL = "AttackVectorDescriptionList";
|
|
322
|
-
const _AVS = "AttackVolumeStatistics";
|
|
323
|
-
const _AVt = "AttackVectors";
|
|
324
|
-
const _Ag = "Aggregation";
|
|
325
|
-
const _Agg = "Aggregations";
|
|
326
|
-
const _At = "Attack";
|
|
327
|
-
const _Av = "Average";
|
|
328
|
-
const _B = "Block";
|
|
329
|
-
const _BA = "BlockAction";
|
|
330
|
-
const _BPS = "BitsPerSecond";
|
|
331
|
-
const _C = "Contributor";
|
|
332
|
-
const _CA = "CountAction";
|
|
333
|
-
const _CN = "ContactNotes";
|
|
334
|
-
const _CP = "CreateProtection";
|
|
335
|
-
const _CPG = "CreateProtectionGroup";
|
|
336
|
-
const _CPGR = "CreateProtectionGroupRequest";
|
|
337
|
-
const _CPGRr = "CreateProtectionGroupResponse";
|
|
338
|
-
const _CPR = "CreateProtectionRequest";
|
|
339
|
-
const _CPRr = "CreateProtectionResponse";
|
|
340
|
-
const _CS = "CreateSubscription";
|
|
341
|
-
const _CSR = "CreateSubscriptionRequest";
|
|
342
|
-
const _CSRr = "CreateSubscriptionResponse";
|
|
343
|
-
const _Co = "Count";
|
|
344
|
-
const _Cou = "Counters";
|
|
345
|
-
const _DA = "DescribeAttack";
|
|
346
|
-
const _DALAR = "DisableApplicationLayerAutomaticResponse";
|
|
347
|
-
const _DALARR = "DisableApplicationLayerAutomaticResponseRequest";
|
|
348
|
-
const _DALARRi = "DisableApplicationLayerAutomaticResponseResponse";
|
|
349
|
-
const _DAR = "DescribeAttackRequest";
|
|
350
|
-
const _DARe = "DescribeAttackResponse";
|
|
351
|
-
const _DAS = "DescribeAttackStatistics";
|
|
352
|
-
const _DASR = "DescribeAttackStatisticsRequest";
|
|
353
|
-
const _DASRe = "DescribeAttackStatisticsResponse";
|
|
354
|
-
const _DDRTA = "DescribeDRTAccess";
|
|
355
|
-
const _DDRTAR = "DescribeDRTAccessRequest";
|
|
356
|
-
const _DDRTARe = "DescribeDRTAccessResponse";
|
|
357
|
-
const _DDRTLB = "DisassociateDRTLogBucket";
|
|
358
|
-
const _DDRTLBR = "DisassociateDRTLogBucketRequest";
|
|
359
|
-
const _DDRTLBRi = "DisassociateDRTLogBucketResponse";
|
|
360
|
-
const _DDRTR = "DisassociateDRTRole";
|
|
361
|
-
const _DDRTRR = "DisassociateDRTRoleRequest";
|
|
362
|
-
const _DDRTRRi = "DisassociateDRTRoleResponse";
|
|
363
|
-
const _DECS = "DescribeEmergencyContactSettings";
|
|
364
|
-
const _DECSR = "DescribeEmergencyContactSettingsRequest";
|
|
365
|
-
const _DECSRe = "DescribeEmergencyContactSettingsResponse";
|
|
366
|
-
const _DHC = "DisassociateHealthCheck";
|
|
367
|
-
const _DHCR = "DisassociateHealthCheckRequest";
|
|
368
|
-
const _DHCRi = "DisassociateHealthCheckResponse";
|
|
369
|
-
const _DI = "DataItems";
|
|
370
|
-
const _DP = "DeleteProtection";
|
|
371
|
-
const _DPE = "DisableProactiveEngagement";
|
|
372
|
-
const _DPER = "DisableProactiveEngagementRequest";
|
|
373
|
-
const _DPERi = "DisableProactiveEngagementResponse";
|
|
374
|
-
const _DPG = "DeleteProtectionGroup";
|
|
375
|
-
const _DPGR = "DeleteProtectionGroupRequest";
|
|
376
|
-
const _DPGRe = "DeleteProtectionGroupResponse";
|
|
377
|
-
const _DPGRes = "DescribeProtectionGroupRequest";
|
|
378
|
-
const _DPGResc = "DescribeProtectionGroupResponse";
|
|
379
|
-
const _DPGe = "DescribeProtectionGroup";
|
|
380
|
-
const _DPR = "DeleteProtectionRequest";
|
|
381
|
-
const _DPRe = "DeleteProtectionResponse";
|
|
382
|
-
const _DPRes = "DescribeProtectionRequest";
|
|
383
|
-
const _DPResc = "DescribeProtectionResponse";
|
|
384
|
-
const _DPe = "DescribeProtection";
|
|
385
|
-
const _DS = "DeleteSubscription";
|
|
386
|
-
const _DSR = "DeleteSubscriptionRequest";
|
|
387
|
-
const _DSRe = "DeleteSubscriptionResponse";
|
|
388
|
-
const _DSRes = "DescribeSubscriptionRequest";
|
|
389
|
-
const _DSResc = "DescribeSubscriptionResponse";
|
|
390
|
-
const _DSe = "DescribeSubscription";
|
|
391
|
-
const _EA = "EmailAddress";
|
|
392
|
-
const _EALAR = "EnableApplicationLayerAutomaticResponse";
|
|
393
|
-
const _EALARR = "EnableApplicationLayerAutomaticResponseRequest";
|
|
394
|
-
const _EALARRn = "EnableApplicationLayerAutomaticResponseResponse";
|
|
395
|
-
const _EC = "EmergencyContact";
|
|
396
|
-
const _ECL = "EmergencyContactList";
|
|
397
|
-
const _EPE = "EnableProactiveEngagement";
|
|
398
|
-
const _EPER = "EnableProactiveEngagementRequest";
|
|
399
|
-
const _EPERn = "EnableProactiveEngagementResponse";
|
|
400
|
-
const _ET = "EndTime";
|
|
401
|
-
const _FI = "FromInclusive";
|
|
402
|
-
const _GSS = "GetSubscriptionState";
|
|
403
|
-
const _GSSR = "GetSubscriptionStateRequest";
|
|
404
|
-
const _GSSRe = "GetSubscriptionStateResponse";
|
|
405
|
-
const _HCA = "HealthCheckArn";
|
|
406
|
-
const _HCI = "HealthCheckIds";
|
|
407
|
-
const _I = "Id";
|
|
408
|
-
const _IEE = "InternalErrorException";
|
|
409
|
-
const _IF = "InclusionFilters";
|
|
410
|
-
const _IOE = "InvalidOperationException";
|
|
411
|
-
const _IPE = "InvalidParameterException";
|
|
412
|
-
const _IPF = "InclusionProtectionFilters";
|
|
413
|
-
const _IPGF = "InclusionProtectionGroupFilters";
|
|
414
|
-
const _IPTE = "InvalidPaginationTokenException";
|
|
415
|
-
const _IRE = "InvalidResourceException";
|
|
416
|
-
const _K = "Key";
|
|
417
|
-
const _L = "Limit";
|
|
418
|
-
const _LA = "ListAttacks";
|
|
419
|
-
const _LAR = "ListAttacksRequest";
|
|
420
|
-
const _LARi = "ListAttacksResponse";
|
|
421
|
-
const _LB = "LogBucket";
|
|
422
|
-
const _LBL = "LogBucketList";
|
|
423
|
-
const _LEE = "LimitsExceededException";
|
|
424
|
-
const _LP = "ListProtections";
|
|
425
|
-
const _LPG = "ListProtectionGroups";
|
|
426
|
-
const _LPGR = "ListProtectionGroupsRequest";
|
|
427
|
-
const _LPGRi = "ListProtectionGroupsResponse";
|
|
428
|
-
const _LPR = "ListProtectionsRequest";
|
|
429
|
-
const _LPRi = "ListProtectionsResponse";
|
|
430
|
-
const _LRIPG = "ListResourcesInProtectionGroup";
|
|
431
|
-
const _LRIPGR = "ListResourcesInProtectionGroupRequest";
|
|
432
|
-
const _LRIPGRi = "ListResourcesInProtectionGroupResponse";
|
|
433
|
-
const _LSE = "LockedSubscriptionException";
|
|
434
|
-
const _LTFR = "ListTagsForResource";
|
|
435
|
-
const _LTFRR = "ListTagsForResourceRequest";
|
|
436
|
-
const _LTFRRi = "ListTagsForResourceResponse";
|
|
437
|
-
const _Li = "Limits";
|
|
438
|
-
const _M = "Mitigations";
|
|
439
|
-
const _ML = "MitigationList";
|
|
440
|
-
const _MM = "MaxMembers";
|
|
441
|
-
const _MN = "MitigationName";
|
|
442
|
-
const _MPG = "MaxProtectionGroups";
|
|
443
|
-
const _MR = "MaxResults";
|
|
444
|
-
const _Ma = "Max";
|
|
445
|
-
const _Me = "Members";
|
|
446
|
-
const _Mi = "Mitigation";
|
|
447
|
-
const _N = "Name";
|
|
448
|
-
const _NARE = "NoAssociatedRoleException";
|
|
449
|
-
const _NT = "NextToken";
|
|
450
|
-
const _N_ = "N";
|
|
451
|
-
const _OLE = "OptimisticLockException";
|
|
452
|
-
const _P = "Pattern";
|
|
453
|
-
const _PA = "ProtectionArn";
|
|
454
|
-
const _PES = "ProactiveEngagementStatus";
|
|
455
|
-
const _PG = "ProtectionGroup";
|
|
456
|
-
const _PGA = "ProtectionGroupArn";
|
|
457
|
-
const _PGAPL = "ProtectionGroupArbitraryPatternLimits";
|
|
458
|
-
const _PGI = "ProtectionGroupId";
|
|
459
|
-
const _PGIr = "ProtectionGroupIds";
|
|
460
|
-
const _PGL = "ProtectionGroupLimits";
|
|
461
|
-
const _PGPTL = "ProtectionGroupPatternTypeLimits";
|
|
462
|
-
const _PGr = "ProtectionGroups";
|
|
463
|
-
const _PI = "ProtectionId";
|
|
464
|
-
const _PL = "ProtectionLimits";
|
|
465
|
-
const _PN = "PhoneNumber";
|
|
466
|
-
const _PNr = "ProtectionNames";
|
|
467
|
-
const _PPS = "PacketsPerSecond";
|
|
468
|
-
const _PRTL = "ProtectedResourceTypeLimits";
|
|
469
|
-
const _PTL = "PatternTypeLimits";
|
|
470
|
-
const _Pa = "Patterns";
|
|
471
|
-
const _Pr = "Protection";
|
|
472
|
-
const _Pro = "Protections";
|
|
473
|
-
const _RA = "RoleArn";
|
|
474
|
-
const _RAEE = "ResourceAlreadyExistsException";
|
|
475
|
-
const _RARN = "ResourceARN";
|
|
476
|
-
const _RAe = "ResourceArn";
|
|
477
|
-
const _RAes = "ResourceArns";
|
|
478
|
-
const _RAesp = "ResponseAction";
|
|
479
|
-
const _RNFE = "ResourceNotFoundException";
|
|
480
|
-
const _RPS = "RequestsPerSecond";
|
|
481
|
-
const _RT = "ResourceType";
|
|
482
|
-
const _RTe = "ResourceTypes";
|
|
483
|
-
const _S = "Status";
|
|
484
|
-
const _SA = "SubscriptionArn";
|
|
485
|
-
const _SAV = "SummarizedAttackVector";
|
|
486
|
-
const _SAVL = "SummarizedAttackVectorList";
|
|
487
|
-
const _SC = "SummarizedCounter";
|
|
488
|
-
const _SCL = "SummarizedCounterList";
|
|
489
|
-
const _SL = "SubscriptionLimits";
|
|
490
|
-
const _SR = "SubResources";
|
|
491
|
-
const _SRS = "SubResourceSummary";
|
|
492
|
-
const _SRSL = "SubResourceSummaryList";
|
|
493
|
-
const _SS = "SubscriptionState";
|
|
494
|
-
const _ST = "StartTime";
|
|
495
|
-
const _Su = "Subscription";
|
|
496
|
-
const _Sum = "Sum";
|
|
497
|
-
const _T = "Total";
|
|
498
|
-
const _TC = "TopContributors";
|
|
499
|
-
const _TCIS = "TimeCommitmentInSeconds";
|
|
500
|
-
const _TE = "ToExclusive";
|
|
501
|
-
const _TK = "TagKeys";
|
|
502
|
-
const _TL = "TagList";
|
|
503
|
-
const _TR = "TimeRange";
|
|
504
|
-
const _TRR = "TagResourceRequest";
|
|
505
|
-
const _TRRa = "TagResourceResponse";
|
|
506
|
-
const _TRa = "TagResource";
|
|
507
|
-
const _Ta = "Tags";
|
|
508
|
-
const _Tag = "Tag";
|
|
509
|
-
const _Ty = "Type";
|
|
510
|
-
const _U = "Unit";
|
|
511
|
-
const _UALAR = "UpdateApplicationLayerAutomaticResponse";
|
|
512
|
-
const _UALARR = "UpdateApplicationLayerAutomaticResponseRequest";
|
|
513
|
-
const _UALARRp = "UpdateApplicationLayerAutomaticResponseResponse";
|
|
514
|
-
const _UECS = "UpdateEmergencyContactSettings";
|
|
515
|
-
const _UECSR = "UpdateEmergencyContactSettingsRequest";
|
|
516
|
-
const _UECSRp = "UpdateEmergencyContactSettingsResponse";
|
|
517
|
-
const _UPG = "UpdateProtectionGroup";
|
|
518
|
-
const _UPGR = "UpdateProtectionGroupRequest";
|
|
519
|
-
const _UPGRp = "UpdateProtectionGroupResponse";
|
|
520
|
-
const _UR = "UntagResource";
|
|
521
|
-
const _URR = "UntagResourceRequest";
|
|
522
|
-
const _URRn = "UntagResourceResponse";
|
|
523
|
-
const _US = "UpdateSubscription";
|
|
524
|
-
const _USR = "UpdateSubscriptionRequest";
|
|
525
|
-
const _USRp = "UpdateSubscriptionResponse";
|
|
526
|
-
const _V = "Value";
|
|
527
|
-
const _VC = "VectorCounters";
|
|
528
|
-
const _VEF = "ValidationExceptionField";
|
|
529
|
-
const _VEFL = "ValidationExceptionFieldList";
|
|
530
|
-
const _VT = "VectorType";
|
|
531
|
-
const _c = "client";
|
|
532
|
-
const _e = "error";
|
|
533
|
-
const _f = "fields";
|
|
534
|
-
const _m = "message";
|
|
535
|
-
const _n = "name";
|
|
536
|
-
const _r = "reason";
|
|
537
|
-
const _rT = "resourceType";
|
|
538
|
-
const _s = "server";
|
|
539
|
-
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.shield";
|
|
540
|
-
const n0 = "com.amazonaws.shield";
|
|
541
|
-
var AccessDeniedException$ = [-3, n0, _ADE,
|
|
542
|
-
{ [_e]: _c },
|
|
543
|
-
[_m],
|
|
544
|
-
[0]
|
|
545
|
-
];
|
|
546
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
547
|
-
var AccessDeniedForDependencyException$ = [-3, n0, _ADFDE,
|
|
548
|
-
{ [_e]: _c },
|
|
549
|
-
[_m],
|
|
550
|
-
[0]
|
|
551
|
-
];
|
|
552
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedForDependencyException$, AccessDeniedForDependencyException);
|
|
553
|
-
var ApplicationLayerAutomaticResponseConfiguration$ = [3, n0, _ALARC,
|
|
554
|
-
0,
|
|
555
|
-
[_S, _A],
|
|
556
|
-
[0, () => ResponseAction$], 2
|
|
557
|
-
];
|
|
558
|
-
var AssociateDRTLogBucketRequest$ = [3, n0, _ADRTLBR,
|
|
559
|
-
0,
|
|
560
|
-
[_LB],
|
|
561
|
-
[0], 1
|
|
562
|
-
];
|
|
563
|
-
var AssociateDRTLogBucketResponse$ = [3, n0, _ADRTLBRs,
|
|
564
|
-
0,
|
|
565
|
-
[],
|
|
566
|
-
[]
|
|
567
|
-
];
|
|
568
|
-
var AssociateDRTRoleRequest$ = [3, n0, _ADRTRR,
|
|
569
|
-
0,
|
|
570
|
-
[_RA],
|
|
571
|
-
[0], 1
|
|
572
|
-
];
|
|
573
|
-
var AssociateDRTRoleResponse$ = [3, n0, _ADRTRRs,
|
|
574
|
-
0,
|
|
575
|
-
[],
|
|
576
|
-
[]
|
|
577
|
-
];
|
|
578
|
-
var AssociateHealthCheckRequest$ = [3, n0, _AHCR,
|
|
579
|
-
0,
|
|
580
|
-
[_PI, _HCA],
|
|
581
|
-
[0, 0], 2
|
|
582
|
-
];
|
|
583
|
-
var AssociateHealthCheckResponse$ = [3, n0, _AHCRs,
|
|
584
|
-
0,
|
|
585
|
-
[],
|
|
586
|
-
[]
|
|
587
|
-
];
|
|
588
|
-
var AssociateProactiveEngagementDetailsRequest$ = [3, n0, _APEDR,
|
|
589
|
-
0,
|
|
590
|
-
[_ECL],
|
|
591
|
-
[() => EmergencyContactList], 1
|
|
592
|
-
];
|
|
593
|
-
var AssociateProactiveEngagementDetailsResponse$ = [3, n0, _APEDRs,
|
|
594
|
-
0,
|
|
595
|
-
[],
|
|
596
|
-
[]
|
|
597
|
-
];
|
|
598
|
-
var AttackDetail$ = [3, n0, _AD,
|
|
599
|
-
0,
|
|
600
|
-
[_AI, _RAe, _SR, _ST, _ET, _AC, _AP, _M],
|
|
601
|
-
[0, 0, () => SubResourceSummaryList, 4, 4, () => SummarizedCounterList, () => AttackProperties, () => MitigationList]
|
|
602
|
-
];
|
|
603
|
-
var AttackProperty$ = [3, n0, _APt,
|
|
604
|
-
0,
|
|
605
|
-
[_AL, _API, _TC, _U, _T],
|
|
606
|
-
[0, 0, () => TopContributors, 0, 1]
|
|
607
|
-
];
|
|
608
|
-
var AttackStatisticsDataItem$ = [3, n0, _ASDI,
|
|
609
|
-
0,
|
|
610
|
-
[_ACt, _AV],
|
|
611
|
-
[1, () => AttackVolume$], 1
|
|
612
|
-
];
|
|
613
|
-
var AttackSummary$ = [3, n0, _AS,
|
|
614
|
-
0,
|
|
615
|
-
[_AI, _RAe, _ST, _ET, _AVt],
|
|
616
|
-
[0, 0, 4, 4, () => AttackVectorDescriptionList]
|
|
617
|
-
];
|
|
618
|
-
var AttackVectorDescription$ = [3, n0, _AVD,
|
|
619
|
-
0,
|
|
620
|
-
[_VT],
|
|
621
|
-
[0], 1
|
|
622
|
-
];
|
|
623
|
-
var AttackVolume$ = [3, n0, _AV,
|
|
624
|
-
0,
|
|
625
|
-
[_BPS, _PPS, _RPS],
|
|
626
|
-
[() => AttackVolumeStatistics$, () => AttackVolumeStatistics$, () => AttackVolumeStatistics$]
|
|
627
|
-
];
|
|
628
|
-
var AttackVolumeStatistics$ = [3, n0, _AVS,
|
|
629
|
-
0,
|
|
630
|
-
[_Ma],
|
|
631
|
-
[1], 1
|
|
632
|
-
];
|
|
633
|
-
var BlockAction$ = [3, n0, _BA,
|
|
634
|
-
0,
|
|
635
|
-
[],
|
|
636
|
-
[]
|
|
637
|
-
];
|
|
638
|
-
var Contributor$ = [3, n0, _C,
|
|
639
|
-
0,
|
|
640
|
-
[_N, _V],
|
|
641
|
-
[0, 1]
|
|
642
|
-
];
|
|
643
|
-
var CountAction$ = [3, n0, _CA,
|
|
644
|
-
0,
|
|
645
|
-
[],
|
|
646
|
-
[]
|
|
647
|
-
];
|
|
648
|
-
var CreateProtectionGroupRequest$ = [3, n0, _CPGR,
|
|
649
|
-
0,
|
|
650
|
-
[_PGI, _Ag, _P, _RT, _Me, _Ta],
|
|
651
|
-
[0, 0, 0, 0, 64 | 0, () => TagList], 3
|
|
652
|
-
];
|
|
653
|
-
var CreateProtectionGroupResponse$ = [3, n0, _CPGRr,
|
|
654
|
-
0,
|
|
655
|
-
[],
|
|
656
|
-
[]
|
|
657
|
-
];
|
|
658
|
-
var CreateProtectionRequest$ = [3, n0, _CPR,
|
|
659
|
-
0,
|
|
660
|
-
[_N, _RAe, _Ta],
|
|
661
|
-
[0, 0, () => TagList], 2
|
|
662
|
-
];
|
|
663
|
-
var CreateProtectionResponse$ = [3, n0, _CPRr,
|
|
664
|
-
0,
|
|
665
|
-
[_PI],
|
|
666
|
-
[0]
|
|
667
|
-
];
|
|
668
|
-
var CreateSubscriptionRequest$ = [3, n0, _CSR,
|
|
669
|
-
0,
|
|
670
|
-
[],
|
|
671
|
-
[]
|
|
672
|
-
];
|
|
673
|
-
var CreateSubscriptionResponse$ = [3, n0, _CSRr,
|
|
674
|
-
0,
|
|
675
|
-
[],
|
|
676
|
-
[]
|
|
677
|
-
];
|
|
678
|
-
var DeleteProtectionGroupRequest$ = [3, n0, _DPGR,
|
|
679
|
-
0,
|
|
680
|
-
[_PGI],
|
|
681
|
-
[0], 1
|
|
682
|
-
];
|
|
683
|
-
var DeleteProtectionGroupResponse$ = [3, n0, _DPGRe,
|
|
684
|
-
0,
|
|
685
|
-
[],
|
|
686
|
-
[]
|
|
687
|
-
];
|
|
688
|
-
var DeleteProtectionRequest$ = [3, n0, _DPR,
|
|
689
|
-
0,
|
|
690
|
-
[_PI],
|
|
691
|
-
[0], 1
|
|
692
|
-
];
|
|
693
|
-
var DeleteProtectionResponse$ = [3, n0, _DPRe,
|
|
694
|
-
0,
|
|
695
|
-
[],
|
|
696
|
-
[]
|
|
697
|
-
];
|
|
698
|
-
var DeleteSubscriptionRequest$ = [3, n0, _DSR,
|
|
699
|
-
0,
|
|
700
|
-
[],
|
|
701
|
-
[]
|
|
702
|
-
];
|
|
703
|
-
var DeleteSubscriptionResponse$ = [3, n0, _DSRe,
|
|
704
|
-
0,
|
|
705
|
-
[],
|
|
706
|
-
[]
|
|
707
|
-
];
|
|
708
|
-
var DescribeAttackRequest$ = [3, n0, _DAR,
|
|
709
|
-
0,
|
|
710
|
-
[_AI],
|
|
711
|
-
[0], 1
|
|
712
|
-
];
|
|
713
|
-
var DescribeAttackResponse$ = [3, n0, _DARe,
|
|
714
|
-
0,
|
|
715
|
-
[_At],
|
|
716
|
-
[() => AttackDetail$]
|
|
717
|
-
];
|
|
718
|
-
var DescribeAttackStatisticsRequest$ = [3, n0, _DASR,
|
|
719
|
-
0,
|
|
720
|
-
[],
|
|
721
|
-
[]
|
|
722
|
-
];
|
|
723
|
-
var DescribeAttackStatisticsResponse$ = [3, n0, _DASRe,
|
|
724
|
-
0,
|
|
725
|
-
[_TR, _DI],
|
|
726
|
-
[() => TimeRange$, () => AttackStatisticsDataList], 2
|
|
727
|
-
];
|
|
728
|
-
var DescribeDRTAccessRequest$ = [3, n0, _DDRTAR,
|
|
729
|
-
0,
|
|
730
|
-
[],
|
|
731
|
-
[]
|
|
732
|
-
];
|
|
733
|
-
var DescribeDRTAccessResponse$ = [3, n0, _DDRTARe,
|
|
734
|
-
0,
|
|
735
|
-
[_RA, _LBL],
|
|
736
|
-
[0, 64 | 0]
|
|
737
|
-
];
|
|
738
|
-
var DescribeEmergencyContactSettingsRequest$ = [3, n0, _DECSR,
|
|
739
|
-
0,
|
|
740
|
-
[],
|
|
741
|
-
[]
|
|
742
|
-
];
|
|
743
|
-
var DescribeEmergencyContactSettingsResponse$ = [3, n0, _DECSRe,
|
|
744
|
-
0,
|
|
745
|
-
[_ECL],
|
|
746
|
-
[() => EmergencyContactList]
|
|
747
|
-
];
|
|
748
|
-
var DescribeProtectionGroupRequest$ = [3, n0, _DPGRes,
|
|
749
|
-
0,
|
|
750
|
-
[_PGI],
|
|
751
|
-
[0], 1
|
|
752
|
-
];
|
|
753
|
-
var DescribeProtectionGroupResponse$ = [3, n0, _DPGResc,
|
|
754
|
-
0,
|
|
755
|
-
[_PG],
|
|
756
|
-
[() => ProtectionGroup$], 1
|
|
757
|
-
];
|
|
758
|
-
var DescribeProtectionRequest$ = [3, n0, _DPRes,
|
|
759
|
-
0,
|
|
760
|
-
[_PI, _RAe],
|
|
761
|
-
[0, 0]
|
|
762
|
-
];
|
|
763
|
-
var DescribeProtectionResponse$ = [3, n0, _DPResc,
|
|
764
|
-
0,
|
|
765
|
-
[_Pr],
|
|
766
|
-
[() => Protection$]
|
|
767
|
-
];
|
|
768
|
-
var DescribeSubscriptionRequest$ = [3, n0, _DSRes,
|
|
769
|
-
0,
|
|
770
|
-
[],
|
|
771
|
-
[]
|
|
772
|
-
];
|
|
773
|
-
var DescribeSubscriptionResponse$ = [3, n0, _DSResc,
|
|
774
|
-
0,
|
|
775
|
-
[_Su],
|
|
776
|
-
[() => Subscription$]
|
|
777
|
-
];
|
|
778
|
-
var DisableApplicationLayerAutomaticResponseRequest$ = [3, n0, _DALARR,
|
|
779
|
-
0,
|
|
780
|
-
[_RAe],
|
|
781
|
-
[0], 1
|
|
782
|
-
];
|
|
783
|
-
var DisableApplicationLayerAutomaticResponseResponse$ = [3, n0, _DALARRi,
|
|
784
|
-
0,
|
|
785
|
-
[],
|
|
786
|
-
[]
|
|
787
|
-
];
|
|
788
|
-
var DisableProactiveEngagementRequest$ = [3, n0, _DPER,
|
|
789
|
-
0,
|
|
790
|
-
[],
|
|
791
|
-
[]
|
|
792
|
-
];
|
|
793
|
-
var DisableProactiveEngagementResponse$ = [3, n0, _DPERi,
|
|
794
|
-
0,
|
|
795
|
-
[],
|
|
796
|
-
[]
|
|
797
|
-
];
|
|
798
|
-
var DisassociateDRTLogBucketRequest$ = [3, n0, _DDRTLBR,
|
|
799
|
-
0,
|
|
800
|
-
[_LB],
|
|
801
|
-
[0], 1
|
|
802
|
-
];
|
|
803
|
-
var DisassociateDRTLogBucketResponse$ = [3, n0, _DDRTLBRi,
|
|
804
|
-
0,
|
|
805
|
-
[],
|
|
806
|
-
[]
|
|
807
|
-
];
|
|
808
|
-
var DisassociateDRTRoleRequest$ = [3, n0, _DDRTRR,
|
|
809
|
-
0,
|
|
810
|
-
[],
|
|
811
|
-
[]
|
|
812
|
-
];
|
|
813
|
-
var DisassociateDRTRoleResponse$ = [3, n0, _DDRTRRi,
|
|
814
|
-
0,
|
|
815
|
-
[],
|
|
816
|
-
[]
|
|
817
|
-
];
|
|
818
|
-
var DisassociateHealthCheckRequest$ = [3, n0, _DHCR,
|
|
819
|
-
0,
|
|
820
|
-
[_PI, _HCA],
|
|
821
|
-
[0, 0], 2
|
|
822
|
-
];
|
|
823
|
-
var DisassociateHealthCheckResponse$ = [3, n0, _DHCRi,
|
|
824
|
-
0,
|
|
825
|
-
[],
|
|
826
|
-
[]
|
|
827
|
-
];
|
|
828
|
-
var EmergencyContact$ = [3, n0, _EC,
|
|
829
|
-
0,
|
|
830
|
-
[_EA, _PN, _CN],
|
|
831
|
-
[0, 0, 0], 1
|
|
832
|
-
];
|
|
833
|
-
var EnableApplicationLayerAutomaticResponseRequest$ = [3, n0, _EALARR,
|
|
834
|
-
0,
|
|
835
|
-
[_RAe, _A],
|
|
836
|
-
[0, () => ResponseAction$], 2
|
|
837
|
-
];
|
|
838
|
-
var EnableApplicationLayerAutomaticResponseResponse$ = [3, n0, _EALARRn,
|
|
839
|
-
0,
|
|
840
|
-
[],
|
|
841
|
-
[]
|
|
842
|
-
];
|
|
843
|
-
var EnableProactiveEngagementRequest$ = [3, n0, _EPER,
|
|
844
|
-
0,
|
|
845
|
-
[],
|
|
846
|
-
[]
|
|
847
|
-
];
|
|
848
|
-
var EnableProactiveEngagementResponse$ = [3, n0, _EPERn,
|
|
849
|
-
0,
|
|
850
|
-
[],
|
|
851
|
-
[]
|
|
852
|
-
];
|
|
853
|
-
var GetSubscriptionStateRequest$ = [3, n0, _GSSR,
|
|
854
|
-
0,
|
|
855
|
-
[],
|
|
856
|
-
[]
|
|
857
|
-
];
|
|
858
|
-
var GetSubscriptionStateResponse$ = [3, n0, _GSSRe,
|
|
859
|
-
0,
|
|
860
|
-
[_SS],
|
|
861
|
-
[0], 1
|
|
862
|
-
];
|
|
863
|
-
var InclusionProtectionFilters$ = [3, n0, _IPF,
|
|
864
|
-
0,
|
|
865
|
-
[_RAes, _PNr, _RTe],
|
|
866
|
-
[64 | 0, 64 | 0, 64 | 0]
|
|
867
|
-
];
|
|
868
|
-
var InclusionProtectionGroupFilters$ = [3, n0, _IPGF,
|
|
869
|
-
0,
|
|
870
|
-
[_PGIr, _Pa, _RTe, _Agg],
|
|
871
|
-
[64 | 0, 64 | 0, 64 | 0, 64 | 0]
|
|
872
|
-
];
|
|
873
|
-
var InternalErrorException$ = [-3, n0, _IEE,
|
|
874
|
-
{ [_e]: _s },
|
|
875
|
-
[_m],
|
|
876
|
-
[0]
|
|
877
|
-
];
|
|
878
|
-
schema.TypeRegistry.for(n0).registerError(InternalErrorException$, InternalErrorException);
|
|
879
|
-
var InvalidOperationException$ = [-3, n0, _IOE,
|
|
880
|
-
{ [_e]: _c },
|
|
881
|
-
[_m],
|
|
882
|
-
[0]
|
|
883
|
-
];
|
|
884
|
-
schema.TypeRegistry.for(n0).registerError(InvalidOperationException$, InvalidOperationException);
|
|
885
|
-
var InvalidPaginationTokenException$ = [-3, n0, _IPTE,
|
|
886
|
-
{ [_e]: _c },
|
|
887
|
-
[_m],
|
|
888
|
-
[0]
|
|
889
|
-
];
|
|
890
|
-
schema.TypeRegistry.for(n0).registerError(InvalidPaginationTokenException$, InvalidPaginationTokenException);
|
|
891
|
-
var InvalidParameterException$ = [-3, n0, _IPE,
|
|
892
|
-
{ [_e]: _c },
|
|
893
|
-
[_m, _r, _f],
|
|
894
|
-
[0, 0, () => ValidationExceptionFieldList]
|
|
895
|
-
];
|
|
896
|
-
schema.TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
|
|
897
|
-
var InvalidResourceException$ = [-3, n0, _IRE,
|
|
898
|
-
{ [_e]: _c },
|
|
899
|
-
[_m],
|
|
900
|
-
[0]
|
|
901
|
-
];
|
|
902
|
-
schema.TypeRegistry.for(n0).registerError(InvalidResourceException$, InvalidResourceException);
|
|
903
|
-
var Limit$ = [3, n0, _L,
|
|
904
|
-
0,
|
|
905
|
-
[_Ty, _Ma],
|
|
906
|
-
[0, 1]
|
|
907
|
-
];
|
|
908
|
-
var LimitsExceededException$ = [-3, n0, _LEE,
|
|
909
|
-
{ [_e]: _c },
|
|
910
|
-
[_m, _Ty, _L],
|
|
911
|
-
[0, 0, 1]
|
|
912
|
-
];
|
|
913
|
-
schema.TypeRegistry.for(n0).registerError(LimitsExceededException$, LimitsExceededException);
|
|
914
|
-
var ListAttacksRequest$ = [3, n0, _LAR,
|
|
915
|
-
0,
|
|
916
|
-
[_RAes, _ST, _ET, _NT, _MR],
|
|
917
|
-
[64 | 0, () => TimeRange$, () => TimeRange$, 0, 1]
|
|
918
|
-
];
|
|
919
|
-
var ListAttacksResponse$ = [3, n0, _LARi,
|
|
920
|
-
0,
|
|
921
|
-
[_ASt, _NT],
|
|
922
|
-
[() => AttackSummaries, 0]
|
|
923
|
-
];
|
|
924
|
-
var ListProtectionGroupsRequest$ = [3, n0, _LPGR,
|
|
925
|
-
0,
|
|
926
|
-
[_NT, _MR, _IF],
|
|
927
|
-
[0, 1, () => InclusionProtectionGroupFilters$]
|
|
928
|
-
];
|
|
929
|
-
var ListProtectionGroupsResponse$ = [3, n0, _LPGRi,
|
|
930
|
-
0,
|
|
931
|
-
[_PGr, _NT],
|
|
932
|
-
[() => ProtectionGroups, 0], 1
|
|
933
|
-
];
|
|
934
|
-
var ListProtectionsRequest$ = [3, n0, _LPR,
|
|
935
|
-
0,
|
|
936
|
-
[_NT, _MR, _IF],
|
|
937
|
-
[0, 1, () => InclusionProtectionFilters$]
|
|
938
|
-
];
|
|
939
|
-
var ListProtectionsResponse$ = [3, n0, _LPRi,
|
|
940
|
-
0,
|
|
941
|
-
[_Pro, _NT],
|
|
942
|
-
[() => Protections, 0]
|
|
943
|
-
];
|
|
944
|
-
var ListResourcesInProtectionGroupRequest$ = [3, n0, _LRIPGR,
|
|
945
|
-
0,
|
|
946
|
-
[_PGI, _NT, _MR],
|
|
947
|
-
[0, 0, 1], 1
|
|
948
|
-
];
|
|
949
|
-
var ListResourcesInProtectionGroupResponse$ = [3, n0, _LRIPGRi,
|
|
950
|
-
0,
|
|
951
|
-
[_RAes, _NT],
|
|
952
|
-
[64 | 0, 0], 1
|
|
953
|
-
];
|
|
954
|
-
var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
955
|
-
0,
|
|
956
|
-
[_RARN],
|
|
957
|
-
[0], 1
|
|
958
|
-
];
|
|
959
|
-
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
960
|
-
0,
|
|
961
|
-
[_Ta],
|
|
962
|
-
[() => TagList]
|
|
963
|
-
];
|
|
964
|
-
var LockedSubscriptionException$ = [-3, n0, _LSE,
|
|
965
|
-
{ [_e]: _c },
|
|
966
|
-
[_m],
|
|
967
|
-
[0]
|
|
968
|
-
];
|
|
969
|
-
schema.TypeRegistry.for(n0).registerError(LockedSubscriptionException$, LockedSubscriptionException);
|
|
970
|
-
var Mitigation$ = [3, n0, _Mi,
|
|
971
|
-
0,
|
|
972
|
-
[_MN],
|
|
973
|
-
[0]
|
|
974
|
-
];
|
|
975
|
-
var NoAssociatedRoleException$ = [-3, n0, _NARE,
|
|
976
|
-
{ [_e]: _c },
|
|
977
|
-
[_m],
|
|
978
|
-
[0]
|
|
979
|
-
];
|
|
980
|
-
schema.TypeRegistry.for(n0).registerError(NoAssociatedRoleException$, NoAssociatedRoleException);
|
|
981
|
-
var OptimisticLockException$ = [-3, n0, _OLE,
|
|
982
|
-
{ [_e]: _c },
|
|
983
|
-
[_m],
|
|
984
|
-
[0]
|
|
985
|
-
];
|
|
986
|
-
schema.TypeRegistry.for(n0).registerError(OptimisticLockException$, OptimisticLockException);
|
|
987
|
-
var Protection$ = [3, n0, _Pr,
|
|
988
|
-
0,
|
|
989
|
-
[_I, _N, _RAe, _HCI, _PA, _ALARC],
|
|
990
|
-
[0, 0, 0, 64 | 0, 0, () => ApplicationLayerAutomaticResponseConfiguration$]
|
|
991
|
-
];
|
|
992
|
-
var ProtectionGroup$ = [3, n0, _PG,
|
|
993
|
-
0,
|
|
994
|
-
[_PGI, _Ag, _P, _Me, _RT, _PGA],
|
|
995
|
-
[0, 0, 0, 64 | 0, 0, 0], 4
|
|
996
|
-
];
|
|
997
|
-
var ProtectionGroupArbitraryPatternLimits$ = [3, n0, _PGAPL,
|
|
998
|
-
0,
|
|
999
|
-
[_MM],
|
|
1000
|
-
[1], 1
|
|
1001
|
-
];
|
|
1002
|
-
var ProtectionGroupLimits$ = [3, n0, _PGL,
|
|
1003
|
-
0,
|
|
1004
|
-
[_MPG, _PTL],
|
|
1005
|
-
[1, () => ProtectionGroupPatternTypeLimits$], 2
|
|
1006
|
-
];
|
|
1007
|
-
var ProtectionGroupPatternTypeLimits$ = [3, n0, _PGPTL,
|
|
1008
|
-
0,
|
|
1009
|
-
[_APL],
|
|
1010
|
-
[() => ProtectionGroupArbitraryPatternLimits$], 1
|
|
1011
|
-
];
|
|
1012
|
-
var ProtectionLimits$ = [3, n0, _PL,
|
|
1013
|
-
0,
|
|
1014
|
-
[_PRTL],
|
|
1015
|
-
[() => Limits], 1
|
|
1016
|
-
];
|
|
1017
|
-
var ResourceAlreadyExistsException$ = [-3, n0, _RAEE,
|
|
1018
|
-
{ [_e]: _c },
|
|
1019
|
-
[_m, _rT],
|
|
1020
|
-
[0, 0]
|
|
1021
|
-
];
|
|
1022
|
-
schema.TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException$, ResourceAlreadyExistsException);
|
|
1023
|
-
var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
1024
|
-
{ [_e]: _c },
|
|
1025
|
-
[_m, _rT],
|
|
1026
|
-
[0, 0]
|
|
1027
|
-
];
|
|
1028
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
1029
|
-
var ResponseAction$ = [3, n0, _RAesp,
|
|
1030
|
-
0,
|
|
1031
|
-
[_B, _Co],
|
|
1032
|
-
[() => BlockAction$, () => CountAction$]
|
|
1033
|
-
];
|
|
1034
|
-
var SubResourceSummary$ = [3, n0, _SRS,
|
|
1035
|
-
0,
|
|
1036
|
-
[_Ty, _I, _AVt, _Cou],
|
|
1037
|
-
[0, 0, () => SummarizedAttackVectorList, () => SummarizedCounterList]
|
|
1038
|
-
];
|
|
1039
|
-
var Subscription$ = [3, n0, _Su,
|
|
1040
|
-
0,
|
|
1041
|
-
[_SL, _ST, _ET, _TCIS, _AR, _Li, _PES, _SA],
|
|
1042
|
-
[() => SubscriptionLimits$, 4, 4, 1, 0, () => Limits, 0, 0], 1
|
|
1043
|
-
];
|
|
1044
|
-
var SubscriptionLimits$ = [3, n0, _SL,
|
|
1045
|
-
0,
|
|
1046
|
-
[_PL, _PGL],
|
|
1047
|
-
[() => ProtectionLimits$, () => ProtectionGroupLimits$], 2
|
|
1048
|
-
];
|
|
1049
|
-
var SummarizedAttackVector$ = [3, n0, _SAV,
|
|
1050
|
-
0,
|
|
1051
|
-
[_VT, _VC],
|
|
1052
|
-
[0, () => SummarizedCounterList], 1
|
|
1053
|
-
];
|
|
1054
|
-
var SummarizedCounter$ = [3, n0, _SC,
|
|
1055
|
-
0,
|
|
1056
|
-
[_N, _Ma, _Av, _Sum, _N_, _U],
|
|
1057
|
-
[0, 1, 1, 1, 1, 0]
|
|
1058
|
-
];
|
|
1059
|
-
var Tag$ = [3, n0, _Tag,
|
|
1060
|
-
0,
|
|
1061
|
-
[_K, _V],
|
|
1062
|
-
[0, 0]
|
|
1063
|
-
];
|
|
1064
|
-
var TagResourceRequest$ = [3, n0, _TRR,
|
|
1065
|
-
0,
|
|
1066
|
-
[_RARN, _Ta],
|
|
1067
|
-
[0, () => TagList], 2
|
|
1068
|
-
];
|
|
1069
|
-
var TagResourceResponse$ = [3, n0, _TRRa,
|
|
1070
|
-
0,
|
|
1071
|
-
[],
|
|
1072
|
-
[]
|
|
1073
|
-
];
|
|
1074
|
-
var TimeRange$ = [3, n0, _TR,
|
|
1075
|
-
0,
|
|
1076
|
-
[_FI, _TE],
|
|
1077
|
-
[4, 4]
|
|
1078
|
-
];
|
|
1079
|
-
var UntagResourceRequest$ = [3, n0, _URR,
|
|
1080
|
-
0,
|
|
1081
|
-
[_RARN, _TK],
|
|
1082
|
-
[0, 64 | 0], 2
|
|
1083
|
-
];
|
|
1084
|
-
var UntagResourceResponse$ = [3, n0, _URRn,
|
|
1085
|
-
0,
|
|
1086
|
-
[],
|
|
1087
|
-
[]
|
|
1088
|
-
];
|
|
1089
|
-
var UpdateApplicationLayerAutomaticResponseRequest$ = [3, n0, _UALARR,
|
|
1090
|
-
0,
|
|
1091
|
-
[_RAe, _A],
|
|
1092
|
-
[0, () => ResponseAction$], 2
|
|
1093
|
-
];
|
|
1094
|
-
var UpdateApplicationLayerAutomaticResponseResponse$ = [3, n0, _UALARRp,
|
|
1095
|
-
0,
|
|
1096
|
-
[],
|
|
1097
|
-
[]
|
|
1098
|
-
];
|
|
1099
|
-
var UpdateEmergencyContactSettingsRequest$ = [3, n0, _UECSR,
|
|
1100
|
-
0,
|
|
1101
|
-
[_ECL],
|
|
1102
|
-
[() => EmergencyContactList]
|
|
1103
|
-
];
|
|
1104
|
-
var UpdateEmergencyContactSettingsResponse$ = [3, n0, _UECSRp,
|
|
1105
|
-
0,
|
|
1106
|
-
[],
|
|
1107
|
-
[]
|
|
1108
|
-
];
|
|
1109
|
-
var UpdateProtectionGroupRequest$ = [3, n0, _UPGR,
|
|
1110
|
-
0,
|
|
1111
|
-
[_PGI, _Ag, _P, _RT, _Me],
|
|
1112
|
-
[0, 0, 0, 0, 64 | 0], 3
|
|
1113
|
-
];
|
|
1114
|
-
var UpdateProtectionGroupResponse$ = [3, n0, _UPGRp,
|
|
1115
|
-
0,
|
|
1116
|
-
[],
|
|
1117
|
-
[]
|
|
1118
|
-
];
|
|
1119
|
-
var UpdateSubscriptionRequest$ = [3, n0, _USR,
|
|
1120
|
-
0,
|
|
1121
|
-
[_AR],
|
|
1122
|
-
[0]
|
|
1123
|
-
];
|
|
1124
|
-
var UpdateSubscriptionResponse$ = [3, n0, _USRp,
|
|
1125
|
-
0,
|
|
1126
|
-
[],
|
|
1127
|
-
[]
|
|
1128
|
-
];
|
|
1129
|
-
var ValidationExceptionField$ = [3, n0, _VEF,
|
|
1130
|
-
0,
|
|
1131
|
-
[_n, _m],
|
|
1132
|
-
[0, 0], 2
|
|
1133
|
-
];
|
|
1134
|
-
var ShieldServiceException$ = [-3, _sm, "ShieldServiceException", 0, [], []];
|
|
1135
|
-
schema.TypeRegistry.for(_sm).registerError(ShieldServiceException$, ShieldServiceException);
|
|
1136
|
-
var AttackProperties = [1, n0, _AP,
|
|
1137
|
-
0, () => AttackProperty$
|
|
1138
|
-
];
|
|
1139
|
-
var AttackStatisticsDataList = [1, n0, _ASDL,
|
|
1140
|
-
0, () => AttackStatisticsDataItem$
|
|
1141
|
-
];
|
|
1142
|
-
var AttackSummaries = [1, n0, _ASt,
|
|
1143
|
-
0, () => AttackSummary$
|
|
1144
|
-
];
|
|
1145
|
-
var AttackVectorDescriptionList = [1, n0, _AVDL,
|
|
1146
|
-
0, () => AttackVectorDescription$
|
|
1147
|
-
];
|
|
1148
|
-
var EmergencyContactList = [1, n0, _ECL,
|
|
1149
|
-
0, () => EmergencyContact$
|
|
1150
|
-
];
|
|
1151
|
-
var Limits = [1, n0, _Li,
|
|
1152
|
-
0, () => Limit$
|
|
1153
|
-
];
|
|
1154
|
-
var MitigationList = [1, n0, _ML,
|
|
1155
|
-
0, () => Mitigation$
|
|
1156
|
-
];
|
|
1157
|
-
var ProtectionGroups = [1, n0, _PGr,
|
|
1158
|
-
0, () => ProtectionGroup$
|
|
1159
|
-
];
|
|
1160
|
-
var Protections = [1, n0, _Pro,
|
|
1161
|
-
0, () => Protection$
|
|
1162
|
-
];
|
|
1163
|
-
var SubResourceSummaryList = [1, n0, _SRSL,
|
|
1164
|
-
0, () => SubResourceSummary$
|
|
1165
|
-
];
|
|
1166
|
-
var SummarizedAttackVectorList = [1, n0, _SAVL,
|
|
1167
|
-
0, () => SummarizedAttackVector$
|
|
1168
|
-
];
|
|
1169
|
-
var SummarizedCounterList = [1, n0, _SCL,
|
|
1170
|
-
0, () => SummarizedCounter$
|
|
1171
|
-
];
|
|
1172
|
-
var TagList = [1, n0, _TL,
|
|
1173
|
-
0, () => Tag$
|
|
1174
|
-
];
|
|
1175
|
-
var TopContributors = [1, n0, _TC,
|
|
1176
|
-
0, () => Contributor$
|
|
1177
|
-
];
|
|
1178
|
-
var ValidationExceptionFieldList = [1, n0, _VEFL,
|
|
1179
|
-
0, () => ValidationExceptionField$
|
|
1180
|
-
];
|
|
1181
|
-
var AssociateDRTLogBucket$ = [9, n0, _ADRTLB,
|
|
1182
|
-
0, () => AssociateDRTLogBucketRequest$, () => AssociateDRTLogBucketResponse$
|
|
1183
|
-
];
|
|
1184
|
-
var AssociateDRTRole$ = [9, n0, _ADRTR,
|
|
1185
|
-
0, () => AssociateDRTRoleRequest$, () => AssociateDRTRoleResponse$
|
|
1186
|
-
];
|
|
1187
|
-
var AssociateHealthCheck$ = [9, n0, _AHC,
|
|
1188
|
-
0, () => AssociateHealthCheckRequest$, () => AssociateHealthCheckResponse$
|
|
1189
|
-
];
|
|
1190
|
-
var AssociateProactiveEngagementDetails$ = [9, n0, _APED,
|
|
1191
|
-
0, () => AssociateProactiveEngagementDetailsRequest$, () => AssociateProactiveEngagementDetailsResponse$
|
|
1192
|
-
];
|
|
1193
|
-
var CreateProtection$ = [9, n0, _CP,
|
|
1194
|
-
0, () => CreateProtectionRequest$, () => CreateProtectionResponse$
|
|
1195
|
-
];
|
|
1196
|
-
var CreateProtectionGroup$ = [9, n0, _CPG,
|
|
1197
|
-
0, () => CreateProtectionGroupRequest$, () => CreateProtectionGroupResponse$
|
|
1198
|
-
];
|
|
1199
|
-
var CreateSubscription$ = [9, n0, _CS,
|
|
1200
|
-
0, () => CreateSubscriptionRequest$, () => CreateSubscriptionResponse$
|
|
1201
|
-
];
|
|
1202
|
-
var DeleteProtection$ = [9, n0, _DP,
|
|
1203
|
-
0, () => DeleteProtectionRequest$, () => DeleteProtectionResponse$
|
|
1204
|
-
];
|
|
1205
|
-
var DeleteProtectionGroup$ = [9, n0, _DPG,
|
|
1206
|
-
0, () => DeleteProtectionGroupRequest$, () => DeleteProtectionGroupResponse$
|
|
1207
|
-
];
|
|
1208
|
-
var DeleteSubscription$ = [9, n0, _DS,
|
|
1209
|
-
0, () => DeleteSubscriptionRequest$, () => DeleteSubscriptionResponse$
|
|
1210
|
-
];
|
|
1211
|
-
var DescribeAttack$ = [9, n0, _DA,
|
|
1212
|
-
0, () => DescribeAttackRequest$, () => DescribeAttackResponse$
|
|
1213
|
-
];
|
|
1214
|
-
var DescribeAttackStatistics$ = [9, n0, _DAS,
|
|
1215
|
-
0, () => DescribeAttackStatisticsRequest$, () => DescribeAttackStatisticsResponse$
|
|
1216
|
-
];
|
|
1217
|
-
var DescribeDRTAccess$ = [9, n0, _DDRTA,
|
|
1218
|
-
0, () => DescribeDRTAccessRequest$, () => DescribeDRTAccessResponse$
|
|
1219
|
-
];
|
|
1220
|
-
var DescribeEmergencyContactSettings$ = [9, n0, _DECS,
|
|
1221
|
-
0, () => DescribeEmergencyContactSettingsRequest$, () => DescribeEmergencyContactSettingsResponse$
|
|
1222
|
-
];
|
|
1223
|
-
var DescribeProtection$ = [9, n0, _DPe,
|
|
1224
|
-
0, () => DescribeProtectionRequest$, () => DescribeProtectionResponse$
|
|
1225
|
-
];
|
|
1226
|
-
var DescribeProtectionGroup$ = [9, n0, _DPGe,
|
|
1227
|
-
0, () => DescribeProtectionGroupRequest$, () => DescribeProtectionGroupResponse$
|
|
1228
|
-
];
|
|
1229
|
-
var DescribeSubscription$ = [9, n0, _DSe,
|
|
1230
|
-
0, () => DescribeSubscriptionRequest$, () => DescribeSubscriptionResponse$
|
|
1231
|
-
];
|
|
1232
|
-
var DisableApplicationLayerAutomaticResponse$ = [9, n0, _DALAR,
|
|
1233
|
-
0, () => DisableApplicationLayerAutomaticResponseRequest$, () => DisableApplicationLayerAutomaticResponseResponse$
|
|
1234
|
-
];
|
|
1235
|
-
var DisableProactiveEngagement$ = [9, n0, _DPE,
|
|
1236
|
-
0, () => DisableProactiveEngagementRequest$, () => DisableProactiveEngagementResponse$
|
|
1237
|
-
];
|
|
1238
|
-
var DisassociateDRTLogBucket$ = [9, n0, _DDRTLB,
|
|
1239
|
-
0, () => DisassociateDRTLogBucketRequest$, () => DisassociateDRTLogBucketResponse$
|
|
1240
|
-
];
|
|
1241
|
-
var DisassociateDRTRole$ = [9, n0, _DDRTR,
|
|
1242
|
-
0, () => DisassociateDRTRoleRequest$, () => DisassociateDRTRoleResponse$
|
|
1243
|
-
];
|
|
1244
|
-
var DisassociateHealthCheck$ = [9, n0, _DHC,
|
|
1245
|
-
0, () => DisassociateHealthCheckRequest$, () => DisassociateHealthCheckResponse$
|
|
1246
|
-
];
|
|
1247
|
-
var EnableApplicationLayerAutomaticResponse$ = [9, n0, _EALAR,
|
|
1248
|
-
0, () => EnableApplicationLayerAutomaticResponseRequest$, () => EnableApplicationLayerAutomaticResponseResponse$
|
|
1249
|
-
];
|
|
1250
|
-
var EnableProactiveEngagement$ = [9, n0, _EPE,
|
|
1251
|
-
0, () => EnableProactiveEngagementRequest$, () => EnableProactiveEngagementResponse$
|
|
1252
|
-
];
|
|
1253
|
-
var GetSubscriptionState$ = [9, n0, _GSS,
|
|
1254
|
-
0, () => GetSubscriptionStateRequest$, () => GetSubscriptionStateResponse$
|
|
1255
|
-
];
|
|
1256
|
-
var ListAttacks$ = [9, n0, _LA,
|
|
1257
|
-
0, () => ListAttacksRequest$, () => ListAttacksResponse$
|
|
1258
|
-
];
|
|
1259
|
-
var ListProtectionGroups$ = [9, n0, _LPG,
|
|
1260
|
-
0, () => ListProtectionGroupsRequest$, () => ListProtectionGroupsResponse$
|
|
1261
|
-
];
|
|
1262
|
-
var ListProtections$ = [9, n0, _LP,
|
|
1263
|
-
0, () => ListProtectionsRequest$, () => ListProtectionsResponse$
|
|
1264
|
-
];
|
|
1265
|
-
var ListResourcesInProtectionGroup$ = [9, n0, _LRIPG,
|
|
1266
|
-
0, () => ListResourcesInProtectionGroupRequest$, () => ListResourcesInProtectionGroupResponse$
|
|
1267
|
-
];
|
|
1268
|
-
var ListTagsForResource$ = [9, n0, _LTFR,
|
|
1269
|
-
0, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
1270
|
-
];
|
|
1271
|
-
var TagResource$ = [9, n0, _TRa,
|
|
1272
|
-
0, () => TagResourceRequest$, () => TagResourceResponse$
|
|
1273
|
-
];
|
|
1274
|
-
var UntagResource$ = [9, n0, _UR,
|
|
1275
|
-
0, () => UntagResourceRequest$, () => UntagResourceResponse$
|
|
1276
|
-
];
|
|
1277
|
-
var UpdateApplicationLayerAutomaticResponse$ = [9, n0, _UALAR,
|
|
1278
|
-
0, () => UpdateApplicationLayerAutomaticResponseRequest$, () => UpdateApplicationLayerAutomaticResponseResponse$
|
|
1279
|
-
];
|
|
1280
|
-
var UpdateEmergencyContactSettings$ = [9, n0, _UECS,
|
|
1281
|
-
0, () => UpdateEmergencyContactSettingsRequest$, () => UpdateEmergencyContactSettingsResponse$
|
|
1282
|
-
];
|
|
1283
|
-
var UpdateProtectionGroup$ = [9, n0, _UPG,
|
|
1284
|
-
0, () => UpdateProtectionGroupRequest$, () => UpdateProtectionGroupResponse$
|
|
1285
|
-
];
|
|
1286
|
-
var UpdateSubscription$ = [9, n0, _US,
|
|
1287
|
-
0, () => UpdateSubscriptionRequest$, () => UpdateSubscriptionResponse$
|
|
1288
|
-
];
|
|
1289
|
-
|
|
1290
116
|
class AssociateDRTLogBucketCommand extends smithyClient.Command
|
|
1291
117
|
.classBuilder()
|
|
1292
118
|
.ep(commonParams)
|
|
@@ -1295,7 +121,7 @@ class AssociateDRTLogBucketCommand extends smithyClient.Command
|
|
|
1295
121
|
})
|
|
1296
122
|
.s("AWSShield_20160616", "AssociateDRTLogBucket", {})
|
|
1297
123
|
.n("ShieldClient", "AssociateDRTLogBucketCommand")
|
|
1298
|
-
.sc(AssociateDRTLogBucket$)
|
|
124
|
+
.sc(schemas_0.AssociateDRTLogBucket$)
|
|
1299
125
|
.build() {
|
|
1300
126
|
}
|
|
1301
127
|
|
|
@@ -1307,7 +133,7 @@ class AssociateDRTRoleCommand extends smithyClient.Command
|
|
|
1307
133
|
})
|
|
1308
134
|
.s("AWSShield_20160616", "AssociateDRTRole", {})
|
|
1309
135
|
.n("ShieldClient", "AssociateDRTRoleCommand")
|
|
1310
|
-
.sc(AssociateDRTRole$)
|
|
136
|
+
.sc(schemas_0.AssociateDRTRole$)
|
|
1311
137
|
.build() {
|
|
1312
138
|
}
|
|
1313
139
|
|
|
@@ -1319,7 +145,7 @@ class AssociateHealthCheckCommand extends smithyClient.Command
|
|
|
1319
145
|
})
|
|
1320
146
|
.s("AWSShield_20160616", "AssociateHealthCheck", {})
|
|
1321
147
|
.n("ShieldClient", "AssociateHealthCheckCommand")
|
|
1322
|
-
.sc(AssociateHealthCheck$)
|
|
148
|
+
.sc(schemas_0.AssociateHealthCheck$)
|
|
1323
149
|
.build() {
|
|
1324
150
|
}
|
|
1325
151
|
|
|
@@ -1331,7 +157,7 @@ class AssociateProactiveEngagementDetailsCommand extends smithyClient.Command
|
|
|
1331
157
|
})
|
|
1332
158
|
.s("AWSShield_20160616", "AssociateProactiveEngagementDetails", {})
|
|
1333
159
|
.n("ShieldClient", "AssociateProactiveEngagementDetailsCommand")
|
|
1334
|
-
.sc(AssociateProactiveEngagementDetails$)
|
|
160
|
+
.sc(schemas_0.AssociateProactiveEngagementDetails$)
|
|
1335
161
|
.build() {
|
|
1336
162
|
}
|
|
1337
163
|
|
|
@@ -1343,7 +169,7 @@ class CreateProtectionCommand extends smithyClient.Command
|
|
|
1343
169
|
})
|
|
1344
170
|
.s("AWSShield_20160616", "CreateProtection", {})
|
|
1345
171
|
.n("ShieldClient", "CreateProtectionCommand")
|
|
1346
|
-
.sc(CreateProtection$)
|
|
172
|
+
.sc(schemas_0.CreateProtection$)
|
|
1347
173
|
.build() {
|
|
1348
174
|
}
|
|
1349
175
|
|
|
@@ -1355,7 +181,7 @@ class CreateProtectionGroupCommand extends smithyClient.Command
|
|
|
1355
181
|
})
|
|
1356
182
|
.s("AWSShield_20160616", "CreateProtectionGroup", {})
|
|
1357
183
|
.n("ShieldClient", "CreateProtectionGroupCommand")
|
|
1358
|
-
.sc(CreateProtectionGroup$)
|
|
184
|
+
.sc(schemas_0.CreateProtectionGroup$)
|
|
1359
185
|
.build() {
|
|
1360
186
|
}
|
|
1361
187
|
|
|
@@ -1367,7 +193,7 @@ class CreateSubscriptionCommand extends smithyClient.Command
|
|
|
1367
193
|
})
|
|
1368
194
|
.s("AWSShield_20160616", "CreateSubscription", {})
|
|
1369
195
|
.n("ShieldClient", "CreateSubscriptionCommand")
|
|
1370
|
-
.sc(CreateSubscription$)
|
|
196
|
+
.sc(schemas_0.CreateSubscription$)
|
|
1371
197
|
.build() {
|
|
1372
198
|
}
|
|
1373
199
|
|
|
@@ -1379,7 +205,7 @@ class DeleteProtectionCommand extends smithyClient.Command
|
|
|
1379
205
|
})
|
|
1380
206
|
.s("AWSShield_20160616", "DeleteProtection", {})
|
|
1381
207
|
.n("ShieldClient", "DeleteProtectionCommand")
|
|
1382
|
-
.sc(DeleteProtection$)
|
|
208
|
+
.sc(schemas_0.DeleteProtection$)
|
|
1383
209
|
.build() {
|
|
1384
210
|
}
|
|
1385
211
|
|
|
@@ -1391,7 +217,7 @@ class DeleteProtectionGroupCommand extends smithyClient.Command
|
|
|
1391
217
|
})
|
|
1392
218
|
.s("AWSShield_20160616", "DeleteProtectionGroup", {})
|
|
1393
219
|
.n("ShieldClient", "DeleteProtectionGroupCommand")
|
|
1394
|
-
.sc(DeleteProtectionGroup$)
|
|
220
|
+
.sc(schemas_0.DeleteProtectionGroup$)
|
|
1395
221
|
.build() {
|
|
1396
222
|
}
|
|
1397
223
|
|
|
@@ -1403,7 +229,7 @@ class DeleteSubscriptionCommand extends smithyClient.Command
|
|
|
1403
229
|
})
|
|
1404
230
|
.s("AWSShield_20160616", "DeleteSubscription", {})
|
|
1405
231
|
.n("ShieldClient", "DeleteSubscriptionCommand")
|
|
1406
|
-
.sc(DeleteSubscription$)
|
|
232
|
+
.sc(schemas_0.DeleteSubscription$)
|
|
1407
233
|
.build() {
|
|
1408
234
|
}
|
|
1409
235
|
|
|
@@ -1415,7 +241,7 @@ class DescribeAttackCommand extends smithyClient.Command
|
|
|
1415
241
|
})
|
|
1416
242
|
.s("AWSShield_20160616", "DescribeAttack", {})
|
|
1417
243
|
.n("ShieldClient", "DescribeAttackCommand")
|
|
1418
|
-
.sc(DescribeAttack$)
|
|
244
|
+
.sc(schemas_0.DescribeAttack$)
|
|
1419
245
|
.build() {
|
|
1420
246
|
}
|
|
1421
247
|
|
|
@@ -1427,7 +253,7 @@ class DescribeAttackStatisticsCommand extends smithyClient.Command
|
|
|
1427
253
|
})
|
|
1428
254
|
.s("AWSShield_20160616", "DescribeAttackStatistics", {})
|
|
1429
255
|
.n("ShieldClient", "DescribeAttackStatisticsCommand")
|
|
1430
|
-
.sc(DescribeAttackStatistics$)
|
|
256
|
+
.sc(schemas_0.DescribeAttackStatistics$)
|
|
1431
257
|
.build() {
|
|
1432
258
|
}
|
|
1433
259
|
|
|
@@ -1439,7 +265,7 @@ class DescribeDRTAccessCommand extends smithyClient.Command
|
|
|
1439
265
|
})
|
|
1440
266
|
.s("AWSShield_20160616", "DescribeDRTAccess", {})
|
|
1441
267
|
.n("ShieldClient", "DescribeDRTAccessCommand")
|
|
1442
|
-
.sc(DescribeDRTAccess$)
|
|
268
|
+
.sc(schemas_0.DescribeDRTAccess$)
|
|
1443
269
|
.build() {
|
|
1444
270
|
}
|
|
1445
271
|
|
|
@@ -1451,7 +277,7 @@ class DescribeEmergencyContactSettingsCommand extends smithyClient.Command
|
|
|
1451
277
|
})
|
|
1452
278
|
.s("AWSShield_20160616", "DescribeEmergencyContactSettings", {})
|
|
1453
279
|
.n("ShieldClient", "DescribeEmergencyContactSettingsCommand")
|
|
1454
|
-
.sc(DescribeEmergencyContactSettings$)
|
|
280
|
+
.sc(schemas_0.DescribeEmergencyContactSettings$)
|
|
1455
281
|
.build() {
|
|
1456
282
|
}
|
|
1457
283
|
|
|
@@ -1463,7 +289,7 @@ class DescribeProtectionCommand extends smithyClient.Command
|
|
|
1463
289
|
})
|
|
1464
290
|
.s("AWSShield_20160616", "DescribeProtection", {})
|
|
1465
291
|
.n("ShieldClient", "DescribeProtectionCommand")
|
|
1466
|
-
.sc(DescribeProtection$)
|
|
292
|
+
.sc(schemas_0.DescribeProtection$)
|
|
1467
293
|
.build() {
|
|
1468
294
|
}
|
|
1469
295
|
|
|
@@ -1475,7 +301,7 @@ class DescribeProtectionGroupCommand extends smithyClient.Command
|
|
|
1475
301
|
})
|
|
1476
302
|
.s("AWSShield_20160616", "DescribeProtectionGroup", {})
|
|
1477
303
|
.n("ShieldClient", "DescribeProtectionGroupCommand")
|
|
1478
|
-
.sc(DescribeProtectionGroup$)
|
|
304
|
+
.sc(schemas_0.DescribeProtectionGroup$)
|
|
1479
305
|
.build() {
|
|
1480
306
|
}
|
|
1481
307
|
|
|
@@ -1487,7 +313,7 @@ class DescribeSubscriptionCommand extends smithyClient.Command
|
|
|
1487
313
|
})
|
|
1488
314
|
.s("AWSShield_20160616", "DescribeSubscription", {})
|
|
1489
315
|
.n("ShieldClient", "DescribeSubscriptionCommand")
|
|
1490
|
-
.sc(DescribeSubscription$)
|
|
316
|
+
.sc(schemas_0.DescribeSubscription$)
|
|
1491
317
|
.build() {
|
|
1492
318
|
}
|
|
1493
319
|
|
|
@@ -1499,7 +325,7 @@ class DisableApplicationLayerAutomaticResponseCommand extends smithyClient.Comma
|
|
|
1499
325
|
})
|
|
1500
326
|
.s("AWSShield_20160616", "DisableApplicationLayerAutomaticResponse", {})
|
|
1501
327
|
.n("ShieldClient", "DisableApplicationLayerAutomaticResponseCommand")
|
|
1502
|
-
.sc(DisableApplicationLayerAutomaticResponse$)
|
|
328
|
+
.sc(schemas_0.DisableApplicationLayerAutomaticResponse$)
|
|
1503
329
|
.build() {
|
|
1504
330
|
}
|
|
1505
331
|
|
|
@@ -1511,7 +337,7 @@ class DisableProactiveEngagementCommand extends smithyClient.Command
|
|
|
1511
337
|
})
|
|
1512
338
|
.s("AWSShield_20160616", "DisableProactiveEngagement", {})
|
|
1513
339
|
.n("ShieldClient", "DisableProactiveEngagementCommand")
|
|
1514
|
-
.sc(DisableProactiveEngagement$)
|
|
340
|
+
.sc(schemas_0.DisableProactiveEngagement$)
|
|
1515
341
|
.build() {
|
|
1516
342
|
}
|
|
1517
343
|
|
|
@@ -1523,7 +349,7 @@ class DisassociateDRTLogBucketCommand extends smithyClient.Command
|
|
|
1523
349
|
})
|
|
1524
350
|
.s("AWSShield_20160616", "DisassociateDRTLogBucket", {})
|
|
1525
351
|
.n("ShieldClient", "DisassociateDRTLogBucketCommand")
|
|
1526
|
-
.sc(DisassociateDRTLogBucket$)
|
|
352
|
+
.sc(schemas_0.DisassociateDRTLogBucket$)
|
|
1527
353
|
.build() {
|
|
1528
354
|
}
|
|
1529
355
|
|
|
@@ -1535,7 +361,7 @@ class DisassociateDRTRoleCommand extends smithyClient.Command
|
|
|
1535
361
|
})
|
|
1536
362
|
.s("AWSShield_20160616", "DisassociateDRTRole", {})
|
|
1537
363
|
.n("ShieldClient", "DisassociateDRTRoleCommand")
|
|
1538
|
-
.sc(DisassociateDRTRole$)
|
|
364
|
+
.sc(schemas_0.DisassociateDRTRole$)
|
|
1539
365
|
.build() {
|
|
1540
366
|
}
|
|
1541
367
|
|
|
@@ -1547,7 +373,7 @@ class DisassociateHealthCheckCommand extends smithyClient.Command
|
|
|
1547
373
|
})
|
|
1548
374
|
.s("AWSShield_20160616", "DisassociateHealthCheck", {})
|
|
1549
375
|
.n("ShieldClient", "DisassociateHealthCheckCommand")
|
|
1550
|
-
.sc(DisassociateHealthCheck$)
|
|
376
|
+
.sc(schemas_0.DisassociateHealthCheck$)
|
|
1551
377
|
.build() {
|
|
1552
378
|
}
|
|
1553
379
|
|
|
@@ -1559,7 +385,7 @@ class EnableApplicationLayerAutomaticResponseCommand extends smithyClient.Comman
|
|
|
1559
385
|
})
|
|
1560
386
|
.s("AWSShield_20160616", "EnableApplicationLayerAutomaticResponse", {})
|
|
1561
387
|
.n("ShieldClient", "EnableApplicationLayerAutomaticResponseCommand")
|
|
1562
|
-
.sc(EnableApplicationLayerAutomaticResponse$)
|
|
388
|
+
.sc(schemas_0.EnableApplicationLayerAutomaticResponse$)
|
|
1563
389
|
.build() {
|
|
1564
390
|
}
|
|
1565
391
|
|
|
@@ -1571,7 +397,7 @@ class EnableProactiveEngagementCommand extends smithyClient.Command
|
|
|
1571
397
|
})
|
|
1572
398
|
.s("AWSShield_20160616", "EnableProactiveEngagement", {})
|
|
1573
399
|
.n("ShieldClient", "EnableProactiveEngagementCommand")
|
|
1574
|
-
.sc(EnableProactiveEngagement$)
|
|
400
|
+
.sc(schemas_0.EnableProactiveEngagement$)
|
|
1575
401
|
.build() {
|
|
1576
402
|
}
|
|
1577
403
|
|
|
@@ -1583,7 +409,7 @@ class GetSubscriptionStateCommand extends smithyClient.Command
|
|
|
1583
409
|
})
|
|
1584
410
|
.s("AWSShield_20160616", "GetSubscriptionState", {})
|
|
1585
411
|
.n("ShieldClient", "GetSubscriptionStateCommand")
|
|
1586
|
-
.sc(GetSubscriptionState$)
|
|
412
|
+
.sc(schemas_0.GetSubscriptionState$)
|
|
1587
413
|
.build() {
|
|
1588
414
|
}
|
|
1589
415
|
|
|
@@ -1595,7 +421,7 @@ class ListAttacksCommand extends smithyClient.Command
|
|
|
1595
421
|
})
|
|
1596
422
|
.s("AWSShield_20160616", "ListAttacks", {})
|
|
1597
423
|
.n("ShieldClient", "ListAttacksCommand")
|
|
1598
|
-
.sc(ListAttacks$)
|
|
424
|
+
.sc(schemas_0.ListAttacks$)
|
|
1599
425
|
.build() {
|
|
1600
426
|
}
|
|
1601
427
|
|
|
@@ -1607,7 +433,7 @@ class ListProtectionGroupsCommand extends smithyClient.Command
|
|
|
1607
433
|
})
|
|
1608
434
|
.s("AWSShield_20160616", "ListProtectionGroups", {})
|
|
1609
435
|
.n("ShieldClient", "ListProtectionGroupsCommand")
|
|
1610
|
-
.sc(ListProtectionGroups$)
|
|
436
|
+
.sc(schemas_0.ListProtectionGroups$)
|
|
1611
437
|
.build() {
|
|
1612
438
|
}
|
|
1613
439
|
|
|
@@ -1619,7 +445,7 @@ class ListProtectionsCommand extends smithyClient.Command
|
|
|
1619
445
|
})
|
|
1620
446
|
.s("AWSShield_20160616", "ListProtections", {})
|
|
1621
447
|
.n("ShieldClient", "ListProtectionsCommand")
|
|
1622
|
-
.sc(ListProtections$)
|
|
448
|
+
.sc(schemas_0.ListProtections$)
|
|
1623
449
|
.build() {
|
|
1624
450
|
}
|
|
1625
451
|
|
|
@@ -1631,7 +457,7 @@ class ListResourcesInProtectionGroupCommand extends smithyClient.Command
|
|
|
1631
457
|
})
|
|
1632
458
|
.s("AWSShield_20160616", "ListResourcesInProtectionGroup", {})
|
|
1633
459
|
.n("ShieldClient", "ListResourcesInProtectionGroupCommand")
|
|
1634
|
-
.sc(ListResourcesInProtectionGroup$)
|
|
460
|
+
.sc(schemas_0.ListResourcesInProtectionGroup$)
|
|
1635
461
|
.build() {
|
|
1636
462
|
}
|
|
1637
463
|
|
|
@@ -1643,7 +469,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
1643
469
|
})
|
|
1644
470
|
.s("AWSShield_20160616", "ListTagsForResource", {})
|
|
1645
471
|
.n("ShieldClient", "ListTagsForResourceCommand")
|
|
1646
|
-
.sc(ListTagsForResource$)
|
|
472
|
+
.sc(schemas_0.ListTagsForResource$)
|
|
1647
473
|
.build() {
|
|
1648
474
|
}
|
|
1649
475
|
|
|
@@ -1655,7 +481,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
1655
481
|
})
|
|
1656
482
|
.s("AWSShield_20160616", "TagResource", {})
|
|
1657
483
|
.n("ShieldClient", "TagResourceCommand")
|
|
1658
|
-
.sc(TagResource$)
|
|
484
|
+
.sc(schemas_0.TagResource$)
|
|
1659
485
|
.build() {
|
|
1660
486
|
}
|
|
1661
487
|
|
|
@@ -1667,7 +493,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
1667
493
|
})
|
|
1668
494
|
.s("AWSShield_20160616", "UntagResource", {})
|
|
1669
495
|
.n("ShieldClient", "UntagResourceCommand")
|
|
1670
|
-
.sc(UntagResource$)
|
|
496
|
+
.sc(schemas_0.UntagResource$)
|
|
1671
497
|
.build() {
|
|
1672
498
|
}
|
|
1673
499
|
|
|
@@ -1679,7 +505,7 @@ class UpdateApplicationLayerAutomaticResponseCommand extends smithyClient.Comman
|
|
|
1679
505
|
})
|
|
1680
506
|
.s("AWSShield_20160616", "UpdateApplicationLayerAutomaticResponse", {})
|
|
1681
507
|
.n("ShieldClient", "UpdateApplicationLayerAutomaticResponseCommand")
|
|
1682
|
-
.sc(UpdateApplicationLayerAutomaticResponse$)
|
|
508
|
+
.sc(schemas_0.UpdateApplicationLayerAutomaticResponse$)
|
|
1683
509
|
.build() {
|
|
1684
510
|
}
|
|
1685
511
|
|
|
@@ -1691,7 +517,7 @@ class UpdateEmergencyContactSettingsCommand extends smithyClient.Command
|
|
|
1691
517
|
})
|
|
1692
518
|
.s("AWSShield_20160616", "UpdateEmergencyContactSettings", {})
|
|
1693
519
|
.n("ShieldClient", "UpdateEmergencyContactSettingsCommand")
|
|
1694
|
-
.sc(UpdateEmergencyContactSettings$)
|
|
520
|
+
.sc(schemas_0.UpdateEmergencyContactSettings$)
|
|
1695
521
|
.build() {
|
|
1696
522
|
}
|
|
1697
523
|
|
|
@@ -1703,7 +529,7 @@ class UpdateProtectionGroupCommand extends smithyClient.Command
|
|
|
1703
529
|
})
|
|
1704
530
|
.s("AWSShield_20160616", "UpdateProtectionGroup", {})
|
|
1705
531
|
.n("ShieldClient", "UpdateProtectionGroupCommand")
|
|
1706
|
-
.sc(UpdateProtectionGroup$)
|
|
532
|
+
.sc(schemas_0.UpdateProtectionGroup$)
|
|
1707
533
|
.build() {
|
|
1708
534
|
}
|
|
1709
535
|
|
|
@@ -1715,7 +541,7 @@ class UpdateSubscriptionCommand extends smithyClient.Command
|
|
|
1715
541
|
})
|
|
1716
542
|
.s("AWSShield_20160616", "UpdateSubscription", {})
|
|
1717
543
|
.n("ShieldClient", "UpdateSubscriptionCommand")
|
|
1718
|
-
.sc(UpdateSubscription$)
|
|
544
|
+
.sc(schemas_0.UpdateSubscription$)
|
|
1719
545
|
.build() {
|
|
1720
546
|
}
|
|
1721
547
|
|
|
@@ -1847,224 +673,73 @@ Object.defineProperty(exports, "__Client", {
|
|
|
1847
673
|
enumerable: true,
|
|
1848
674
|
get: function () { return smithyClient.Client; }
|
|
1849
675
|
});
|
|
1850
|
-
exports
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
exports.ApplicationLayerAutomaticResponseConfiguration$ = ApplicationLayerAutomaticResponseConfiguration$;
|
|
676
|
+
Object.defineProperty(exports, "ShieldServiceException", {
|
|
677
|
+
enumerable: true,
|
|
678
|
+
get: function () { return ShieldServiceException.ShieldServiceException; }
|
|
679
|
+
});
|
|
1855
680
|
exports.ApplicationLayerAutomaticResponseStatus = ApplicationLayerAutomaticResponseStatus;
|
|
1856
|
-
exports.AssociateDRTLogBucket$ = AssociateDRTLogBucket$;
|
|
1857
681
|
exports.AssociateDRTLogBucketCommand = AssociateDRTLogBucketCommand;
|
|
1858
|
-
exports.AssociateDRTLogBucketRequest$ = AssociateDRTLogBucketRequest$;
|
|
1859
|
-
exports.AssociateDRTLogBucketResponse$ = AssociateDRTLogBucketResponse$;
|
|
1860
|
-
exports.AssociateDRTRole$ = AssociateDRTRole$;
|
|
1861
682
|
exports.AssociateDRTRoleCommand = AssociateDRTRoleCommand;
|
|
1862
|
-
exports.AssociateDRTRoleRequest$ = AssociateDRTRoleRequest$;
|
|
1863
|
-
exports.AssociateDRTRoleResponse$ = AssociateDRTRoleResponse$;
|
|
1864
|
-
exports.AssociateHealthCheck$ = AssociateHealthCheck$;
|
|
1865
683
|
exports.AssociateHealthCheckCommand = AssociateHealthCheckCommand;
|
|
1866
|
-
exports.AssociateHealthCheckRequest$ = AssociateHealthCheckRequest$;
|
|
1867
|
-
exports.AssociateHealthCheckResponse$ = AssociateHealthCheckResponse$;
|
|
1868
|
-
exports.AssociateProactiveEngagementDetails$ = AssociateProactiveEngagementDetails$;
|
|
1869
684
|
exports.AssociateProactiveEngagementDetailsCommand = AssociateProactiveEngagementDetailsCommand;
|
|
1870
|
-
exports.AssociateProactiveEngagementDetailsRequest$ = AssociateProactiveEngagementDetailsRequest$;
|
|
1871
|
-
exports.AssociateProactiveEngagementDetailsResponse$ = AssociateProactiveEngagementDetailsResponse$;
|
|
1872
|
-
exports.AttackDetail$ = AttackDetail$;
|
|
1873
685
|
exports.AttackLayer = AttackLayer;
|
|
1874
|
-
exports.AttackProperty$ = AttackProperty$;
|
|
1875
686
|
exports.AttackPropertyIdentifier = AttackPropertyIdentifier;
|
|
1876
|
-
exports.AttackStatisticsDataItem$ = AttackStatisticsDataItem$;
|
|
1877
|
-
exports.AttackSummary$ = AttackSummary$;
|
|
1878
|
-
exports.AttackVectorDescription$ = AttackVectorDescription$;
|
|
1879
|
-
exports.AttackVolume$ = AttackVolume$;
|
|
1880
|
-
exports.AttackVolumeStatistics$ = AttackVolumeStatistics$;
|
|
1881
687
|
exports.AutoRenew = AutoRenew;
|
|
1882
|
-
exports.BlockAction$ = BlockAction$;
|
|
1883
|
-
exports.Contributor$ = Contributor$;
|
|
1884
|
-
exports.CountAction$ = CountAction$;
|
|
1885
|
-
exports.CreateProtection$ = CreateProtection$;
|
|
1886
688
|
exports.CreateProtectionCommand = CreateProtectionCommand;
|
|
1887
|
-
exports.CreateProtectionGroup$ = CreateProtectionGroup$;
|
|
1888
689
|
exports.CreateProtectionGroupCommand = CreateProtectionGroupCommand;
|
|
1889
|
-
exports.CreateProtectionGroupRequest$ = CreateProtectionGroupRequest$;
|
|
1890
|
-
exports.CreateProtectionGroupResponse$ = CreateProtectionGroupResponse$;
|
|
1891
|
-
exports.CreateProtectionRequest$ = CreateProtectionRequest$;
|
|
1892
|
-
exports.CreateProtectionResponse$ = CreateProtectionResponse$;
|
|
1893
|
-
exports.CreateSubscription$ = CreateSubscription$;
|
|
1894
690
|
exports.CreateSubscriptionCommand = CreateSubscriptionCommand;
|
|
1895
|
-
exports.CreateSubscriptionRequest$ = CreateSubscriptionRequest$;
|
|
1896
|
-
exports.CreateSubscriptionResponse$ = CreateSubscriptionResponse$;
|
|
1897
|
-
exports.DeleteProtection$ = DeleteProtection$;
|
|
1898
691
|
exports.DeleteProtectionCommand = DeleteProtectionCommand;
|
|
1899
|
-
exports.DeleteProtectionGroup$ = DeleteProtectionGroup$;
|
|
1900
692
|
exports.DeleteProtectionGroupCommand = DeleteProtectionGroupCommand;
|
|
1901
|
-
exports.DeleteProtectionGroupRequest$ = DeleteProtectionGroupRequest$;
|
|
1902
|
-
exports.DeleteProtectionGroupResponse$ = DeleteProtectionGroupResponse$;
|
|
1903
|
-
exports.DeleteProtectionRequest$ = DeleteProtectionRequest$;
|
|
1904
|
-
exports.DeleteProtectionResponse$ = DeleteProtectionResponse$;
|
|
1905
|
-
exports.DeleteSubscription$ = DeleteSubscription$;
|
|
1906
693
|
exports.DeleteSubscriptionCommand = DeleteSubscriptionCommand;
|
|
1907
|
-
exports.DeleteSubscriptionRequest$ = DeleteSubscriptionRequest$;
|
|
1908
|
-
exports.DeleteSubscriptionResponse$ = DeleteSubscriptionResponse$;
|
|
1909
|
-
exports.DescribeAttack$ = DescribeAttack$;
|
|
1910
694
|
exports.DescribeAttackCommand = DescribeAttackCommand;
|
|
1911
|
-
exports.DescribeAttackRequest$ = DescribeAttackRequest$;
|
|
1912
|
-
exports.DescribeAttackResponse$ = DescribeAttackResponse$;
|
|
1913
|
-
exports.DescribeAttackStatistics$ = DescribeAttackStatistics$;
|
|
1914
695
|
exports.DescribeAttackStatisticsCommand = DescribeAttackStatisticsCommand;
|
|
1915
|
-
exports.DescribeAttackStatisticsRequest$ = DescribeAttackStatisticsRequest$;
|
|
1916
|
-
exports.DescribeAttackStatisticsResponse$ = DescribeAttackStatisticsResponse$;
|
|
1917
|
-
exports.DescribeDRTAccess$ = DescribeDRTAccess$;
|
|
1918
696
|
exports.DescribeDRTAccessCommand = DescribeDRTAccessCommand;
|
|
1919
|
-
exports.DescribeDRTAccessRequest$ = DescribeDRTAccessRequest$;
|
|
1920
|
-
exports.DescribeDRTAccessResponse$ = DescribeDRTAccessResponse$;
|
|
1921
|
-
exports.DescribeEmergencyContactSettings$ = DescribeEmergencyContactSettings$;
|
|
1922
697
|
exports.DescribeEmergencyContactSettingsCommand = DescribeEmergencyContactSettingsCommand;
|
|
1923
|
-
exports.DescribeEmergencyContactSettingsRequest$ = DescribeEmergencyContactSettingsRequest$;
|
|
1924
|
-
exports.DescribeEmergencyContactSettingsResponse$ = DescribeEmergencyContactSettingsResponse$;
|
|
1925
|
-
exports.DescribeProtection$ = DescribeProtection$;
|
|
1926
698
|
exports.DescribeProtectionCommand = DescribeProtectionCommand;
|
|
1927
|
-
exports.DescribeProtectionGroup$ = DescribeProtectionGroup$;
|
|
1928
699
|
exports.DescribeProtectionGroupCommand = DescribeProtectionGroupCommand;
|
|
1929
|
-
exports.DescribeProtectionGroupRequest$ = DescribeProtectionGroupRequest$;
|
|
1930
|
-
exports.DescribeProtectionGroupResponse$ = DescribeProtectionGroupResponse$;
|
|
1931
|
-
exports.DescribeProtectionRequest$ = DescribeProtectionRequest$;
|
|
1932
|
-
exports.DescribeProtectionResponse$ = DescribeProtectionResponse$;
|
|
1933
|
-
exports.DescribeSubscription$ = DescribeSubscription$;
|
|
1934
700
|
exports.DescribeSubscriptionCommand = DescribeSubscriptionCommand;
|
|
1935
|
-
exports.DescribeSubscriptionRequest$ = DescribeSubscriptionRequest$;
|
|
1936
|
-
exports.DescribeSubscriptionResponse$ = DescribeSubscriptionResponse$;
|
|
1937
|
-
exports.DisableApplicationLayerAutomaticResponse$ = DisableApplicationLayerAutomaticResponse$;
|
|
1938
701
|
exports.DisableApplicationLayerAutomaticResponseCommand = DisableApplicationLayerAutomaticResponseCommand;
|
|
1939
|
-
exports.DisableApplicationLayerAutomaticResponseRequest$ = DisableApplicationLayerAutomaticResponseRequest$;
|
|
1940
|
-
exports.DisableApplicationLayerAutomaticResponseResponse$ = DisableApplicationLayerAutomaticResponseResponse$;
|
|
1941
|
-
exports.DisableProactiveEngagement$ = DisableProactiveEngagement$;
|
|
1942
702
|
exports.DisableProactiveEngagementCommand = DisableProactiveEngagementCommand;
|
|
1943
|
-
exports.DisableProactiveEngagementRequest$ = DisableProactiveEngagementRequest$;
|
|
1944
|
-
exports.DisableProactiveEngagementResponse$ = DisableProactiveEngagementResponse$;
|
|
1945
|
-
exports.DisassociateDRTLogBucket$ = DisassociateDRTLogBucket$;
|
|
1946
703
|
exports.DisassociateDRTLogBucketCommand = DisassociateDRTLogBucketCommand;
|
|
1947
|
-
exports.DisassociateDRTLogBucketRequest$ = DisassociateDRTLogBucketRequest$;
|
|
1948
|
-
exports.DisassociateDRTLogBucketResponse$ = DisassociateDRTLogBucketResponse$;
|
|
1949
|
-
exports.DisassociateDRTRole$ = DisassociateDRTRole$;
|
|
1950
704
|
exports.DisassociateDRTRoleCommand = DisassociateDRTRoleCommand;
|
|
1951
|
-
exports.DisassociateDRTRoleRequest$ = DisassociateDRTRoleRequest$;
|
|
1952
|
-
exports.DisassociateDRTRoleResponse$ = DisassociateDRTRoleResponse$;
|
|
1953
|
-
exports.DisassociateHealthCheck$ = DisassociateHealthCheck$;
|
|
1954
705
|
exports.DisassociateHealthCheckCommand = DisassociateHealthCheckCommand;
|
|
1955
|
-
exports.DisassociateHealthCheckRequest$ = DisassociateHealthCheckRequest$;
|
|
1956
|
-
exports.DisassociateHealthCheckResponse$ = DisassociateHealthCheckResponse$;
|
|
1957
|
-
exports.EmergencyContact$ = EmergencyContact$;
|
|
1958
|
-
exports.EnableApplicationLayerAutomaticResponse$ = EnableApplicationLayerAutomaticResponse$;
|
|
1959
706
|
exports.EnableApplicationLayerAutomaticResponseCommand = EnableApplicationLayerAutomaticResponseCommand;
|
|
1960
|
-
exports.EnableApplicationLayerAutomaticResponseRequest$ = EnableApplicationLayerAutomaticResponseRequest$;
|
|
1961
|
-
exports.EnableApplicationLayerAutomaticResponseResponse$ = EnableApplicationLayerAutomaticResponseResponse$;
|
|
1962
|
-
exports.EnableProactiveEngagement$ = EnableProactiveEngagement$;
|
|
1963
707
|
exports.EnableProactiveEngagementCommand = EnableProactiveEngagementCommand;
|
|
1964
|
-
exports.EnableProactiveEngagementRequest$ = EnableProactiveEngagementRequest$;
|
|
1965
|
-
exports.EnableProactiveEngagementResponse$ = EnableProactiveEngagementResponse$;
|
|
1966
|
-
exports.GetSubscriptionState$ = GetSubscriptionState$;
|
|
1967
708
|
exports.GetSubscriptionStateCommand = GetSubscriptionStateCommand;
|
|
1968
|
-
exports.GetSubscriptionStateRequest$ = GetSubscriptionStateRequest$;
|
|
1969
|
-
exports.GetSubscriptionStateResponse$ = GetSubscriptionStateResponse$;
|
|
1970
|
-
exports.InclusionProtectionFilters$ = InclusionProtectionFilters$;
|
|
1971
|
-
exports.InclusionProtectionGroupFilters$ = InclusionProtectionGroupFilters$;
|
|
1972
|
-
exports.InternalErrorException = InternalErrorException;
|
|
1973
|
-
exports.InternalErrorException$ = InternalErrorException$;
|
|
1974
|
-
exports.InvalidOperationException = InvalidOperationException;
|
|
1975
|
-
exports.InvalidOperationException$ = InvalidOperationException$;
|
|
1976
|
-
exports.InvalidPaginationTokenException = InvalidPaginationTokenException;
|
|
1977
|
-
exports.InvalidPaginationTokenException$ = InvalidPaginationTokenException$;
|
|
1978
|
-
exports.InvalidParameterException = InvalidParameterException;
|
|
1979
|
-
exports.InvalidParameterException$ = InvalidParameterException$;
|
|
1980
|
-
exports.InvalidResourceException = InvalidResourceException;
|
|
1981
|
-
exports.InvalidResourceException$ = InvalidResourceException$;
|
|
1982
|
-
exports.Limit$ = Limit$;
|
|
1983
|
-
exports.LimitsExceededException = LimitsExceededException;
|
|
1984
|
-
exports.LimitsExceededException$ = LimitsExceededException$;
|
|
1985
|
-
exports.ListAttacks$ = ListAttacks$;
|
|
1986
709
|
exports.ListAttacksCommand = ListAttacksCommand;
|
|
1987
|
-
exports.ListAttacksRequest$ = ListAttacksRequest$;
|
|
1988
|
-
exports.ListAttacksResponse$ = ListAttacksResponse$;
|
|
1989
|
-
exports.ListProtectionGroups$ = ListProtectionGroups$;
|
|
1990
710
|
exports.ListProtectionGroupsCommand = ListProtectionGroupsCommand;
|
|
1991
|
-
exports.ListProtectionGroupsRequest$ = ListProtectionGroupsRequest$;
|
|
1992
|
-
exports.ListProtectionGroupsResponse$ = ListProtectionGroupsResponse$;
|
|
1993
|
-
exports.ListProtections$ = ListProtections$;
|
|
1994
711
|
exports.ListProtectionsCommand = ListProtectionsCommand;
|
|
1995
|
-
exports.ListProtectionsRequest$ = ListProtectionsRequest$;
|
|
1996
|
-
exports.ListProtectionsResponse$ = ListProtectionsResponse$;
|
|
1997
|
-
exports.ListResourcesInProtectionGroup$ = ListResourcesInProtectionGroup$;
|
|
1998
712
|
exports.ListResourcesInProtectionGroupCommand = ListResourcesInProtectionGroupCommand;
|
|
1999
|
-
exports.ListResourcesInProtectionGroupRequest$ = ListResourcesInProtectionGroupRequest$;
|
|
2000
|
-
exports.ListResourcesInProtectionGroupResponse$ = ListResourcesInProtectionGroupResponse$;
|
|
2001
|
-
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
2002
713
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
2003
|
-
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
2004
|
-
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
2005
|
-
exports.LockedSubscriptionException = LockedSubscriptionException;
|
|
2006
|
-
exports.LockedSubscriptionException$ = LockedSubscriptionException$;
|
|
2007
|
-
exports.Mitigation$ = Mitigation$;
|
|
2008
|
-
exports.NoAssociatedRoleException = NoAssociatedRoleException;
|
|
2009
|
-
exports.NoAssociatedRoleException$ = NoAssociatedRoleException$;
|
|
2010
|
-
exports.OptimisticLockException = OptimisticLockException;
|
|
2011
|
-
exports.OptimisticLockException$ = OptimisticLockException$;
|
|
2012
714
|
exports.ProactiveEngagementStatus = ProactiveEngagementStatus;
|
|
2013
715
|
exports.ProtectedResourceType = ProtectedResourceType;
|
|
2014
|
-
exports.Protection$ = Protection$;
|
|
2015
|
-
exports.ProtectionGroup$ = ProtectionGroup$;
|
|
2016
716
|
exports.ProtectionGroupAggregation = ProtectionGroupAggregation;
|
|
2017
|
-
exports.ProtectionGroupArbitraryPatternLimits$ = ProtectionGroupArbitraryPatternLimits$;
|
|
2018
|
-
exports.ProtectionGroupLimits$ = ProtectionGroupLimits$;
|
|
2019
717
|
exports.ProtectionGroupPattern = ProtectionGroupPattern;
|
|
2020
|
-
exports.ProtectionGroupPatternTypeLimits$ = ProtectionGroupPatternTypeLimits$;
|
|
2021
|
-
exports.ProtectionLimits$ = ProtectionLimits$;
|
|
2022
|
-
exports.ResourceAlreadyExistsException = ResourceAlreadyExistsException;
|
|
2023
|
-
exports.ResourceAlreadyExistsException$ = ResourceAlreadyExistsException$;
|
|
2024
|
-
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
2025
|
-
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
2026
|
-
exports.ResponseAction$ = ResponseAction$;
|
|
2027
718
|
exports.Shield = Shield;
|
|
2028
719
|
exports.ShieldClient = ShieldClient;
|
|
2029
|
-
exports.ShieldServiceException = ShieldServiceException;
|
|
2030
|
-
exports.ShieldServiceException$ = ShieldServiceException$;
|
|
2031
|
-
exports.SubResourceSummary$ = SubResourceSummary$;
|
|
2032
720
|
exports.SubResourceType = SubResourceType;
|
|
2033
|
-
exports.Subscription$ = Subscription$;
|
|
2034
|
-
exports.SubscriptionLimits$ = SubscriptionLimits$;
|
|
2035
721
|
exports.SubscriptionState = SubscriptionState;
|
|
2036
|
-
exports.SummarizedAttackVector$ = SummarizedAttackVector$;
|
|
2037
|
-
exports.SummarizedCounter$ = SummarizedCounter$;
|
|
2038
|
-
exports.Tag$ = Tag$;
|
|
2039
|
-
exports.TagResource$ = TagResource$;
|
|
2040
722
|
exports.TagResourceCommand = TagResourceCommand;
|
|
2041
|
-
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
2042
|
-
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
2043
|
-
exports.TimeRange$ = TimeRange$;
|
|
2044
723
|
exports.Unit = Unit;
|
|
2045
|
-
exports.UntagResource$ = UntagResource$;
|
|
2046
724
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
2047
|
-
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
2048
|
-
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
2049
|
-
exports.UpdateApplicationLayerAutomaticResponse$ = UpdateApplicationLayerAutomaticResponse$;
|
|
2050
725
|
exports.UpdateApplicationLayerAutomaticResponseCommand = UpdateApplicationLayerAutomaticResponseCommand;
|
|
2051
|
-
exports.UpdateApplicationLayerAutomaticResponseRequest$ = UpdateApplicationLayerAutomaticResponseRequest$;
|
|
2052
|
-
exports.UpdateApplicationLayerAutomaticResponseResponse$ = UpdateApplicationLayerAutomaticResponseResponse$;
|
|
2053
|
-
exports.UpdateEmergencyContactSettings$ = UpdateEmergencyContactSettings$;
|
|
2054
726
|
exports.UpdateEmergencyContactSettingsCommand = UpdateEmergencyContactSettingsCommand;
|
|
2055
|
-
exports.UpdateEmergencyContactSettingsRequest$ = UpdateEmergencyContactSettingsRequest$;
|
|
2056
|
-
exports.UpdateEmergencyContactSettingsResponse$ = UpdateEmergencyContactSettingsResponse$;
|
|
2057
|
-
exports.UpdateProtectionGroup$ = UpdateProtectionGroup$;
|
|
2058
727
|
exports.UpdateProtectionGroupCommand = UpdateProtectionGroupCommand;
|
|
2059
|
-
exports.UpdateProtectionGroupRequest$ = UpdateProtectionGroupRequest$;
|
|
2060
|
-
exports.UpdateProtectionGroupResponse$ = UpdateProtectionGroupResponse$;
|
|
2061
|
-
exports.UpdateSubscription$ = UpdateSubscription$;
|
|
2062
728
|
exports.UpdateSubscriptionCommand = UpdateSubscriptionCommand;
|
|
2063
|
-
exports.UpdateSubscriptionRequest$ = UpdateSubscriptionRequest$;
|
|
2064
|
-
exports.UpdateSubscriptionResponse$ = UpdateSubscriptionResponse$;
|
|
2065
|
-
exports.ValidationExceptionField$ = ValidationExceptionField$;
|
|
2066
729
|
exports.ValidationExceptionReason = ValidationExceptionReason;
|
|
2067
730
|
exports.paginateListAttacks = paginateListAttacks;
|
|
2068
731
|
exports.paginateListProtectionGroups = paginateListProtectionGroups;
|
|
2069
732
|
exports.paginateListProtections = paginateListProtections;
|
|
2070
733
|
exports.paginateListResourcesInProtectionGroup = paginateListResourcesInProtectionGroup;
|
|
734
|
+
Object.keys(schemas_0).forEach(function (k) {
|
|
735
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
736
|
+
enumerable: true,
|
|
737
|
+
get: function () { return schemas_0[k]; }
|
|
738
|
+
});
|
|
739
|
+
});
|
|
740
|
+
Object.keys(errors).forEach(function (k) {
|
|
741
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
742
|
+
enumerable: true,
|
|
743
|
+
get: function () { return errors[k]; }
|
|
744
|
+
});
|
|
745
|
+
});
|