@aws-sdk/client-shield 3.952.0 → 3.954.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.
Files changed (56) hide show
  1. package/dist-cjs/index.js +507 -347
  2. package/dist-cjs/runtimeConfig.shared.js +7 -6
  3. package/dist-es/commands/AssociateDRTLogBucketCommand.js +2 -2
  4. package/dist-es/commands/AssociateDRTRoleCommand.js +2 -2
  5. package/dist-es/commands/AssociateHealthCheckCommand.js +2 -2
  6. package/dist-es/commands/AssociateProactiveEngagementDetailsCommand.js +2 -2
  7. package/dist-es/commands/CreateProtectionCommand.js +2 -2
  8. package/dist-es/commands/CreateProtectionGroupCommand.js +2 -2
  9. package/dist-es/commands/CreateSubscriptionCommand.js +2 -2
  10. package/dist-es/commands/DeleteProtectionCommand.js +2 -2
  11. package/dist-es/commands/DeleteProtectionGroupCommand.js +2 -2
  12. package/dist-es/commands/DeleteSubscriptionCommand.js +2 -2
  13. package/dist-es/commands/DescribeAttackCommand.js +2 -2
  14. package/dist-es/commands/DescribeAttackStatisticsCommand.js +2 -2
  15. package/dist-es/commands/DescribeDRTAccessCommand.js +2 -2
  16. package/dist-es/commands/DescribeEmergencyContactSettingsCommand.js +2 -2
  17. package/dist-es/commands/DescribeProtectionCommand.js +2 -2
  18. package/dist-es/commands/DescribeProtectionGroupCommand.js +2 -2
  19. package/dist-es/commands/DescribeSubscriptionCommand.js +2 -2
  20. package/dist-es/commands/DisableApplicationLayerAutomaticResponseCommand.js +2 -2
  21. package/dist-es/commands/DisableProactiveEngagementCommand.js +2 -2
  22. package/dist-es/commands/DisassociateDRTLogBucketCommand.js +2 -2
  23. package/dist-es/commands/DisassociateDRTRoleCommand.js +2 -2
  24. package/dist-es/commands/DisassociateHealthCheckCommand.js +2 -2
  25. package/dist-es/commands/EnableApplicationLayerAutomaticResponseCommand.js +2 -2
  26. package/dist-es/commands/EnableProactiveEngagementCommand.js +2 -2
  27. package/dist-es/commands/GetSubscriptionStateCommand.js +2 -2
  28. package/dist-es/commands/ListAttacksCommand.js +2 -2
  29. package/dist-es/commands/ListProtectionGroupsCommand.js +2 -2
  30. package/dist-es/commands/ListProtectionsCommand.js +2 -2
  31. package/dist-es/commands/ListResourcesInProtectionGroupCommand.js +2 -2
  32. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  33. package/dist-es/commands/TagResourceCommand.js +2 -2
  34. package/dist-es/commands/UntagResourceCommand.js +2 -2
  35. package/dist-es/commands/UpdateApplicationLayerAutomaticResponseCommand.js +2 -2
  36. package/dist-es/commands/UpdateEmergencyContactSettingsCommand.js +2 -2
  37. package/dist-es/commands/UpdateProtectionGroupCommand.js +2 -2
  38. package/dist-es/commands/UpdateSubscriptionCommand.js +2 -2
  39. package/dist-es/index.js +1 -0
  40. package/dist-es/runtimeConfig.shared.js +7 -6
  41. package/dist-es/schemas/schemas_0.js +287 -280
  42. package/dist-types/ShieldClient.d.ts +1 -10
  43. package/dist-types/index.d.ts +1 -0
  44. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  45. package/dist-types/runtimeConfig.d.ts +6 -2
  46. package/dist-types/runtimeConfig.native.d.ts +6 -2
  47. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  48. package/dist-types/schemas/schemas_0.d.ts +154 -181
  49. package/dist-types/ts3.4/ShieldClient.d.ts +0 -4
  50. package/dist-types/ts3.4/index.d.ts +1 -0
  51. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  52. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  53. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  54. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  55. package/dist-types/ts3.4/schemas/schemas_0.d.ts +153 -181
  56. package/package.json +34 -34
@@ -251,27 +251,27 @@ const _s = "server";
251
251
  const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.shield";
252
252
  const n0 = "com.amazonaws.shield";
253
253
  import { TypeRegistry } from "@smithy/core/schema";
254
- import { AccessDeniedException as __AccessDeniedException, AccessDeniedForDependencyException as __AccessDeniedForDependencyException, InternalErrorException as __InternalErrorException, InvalidOperationException as __InvalidOperationException, InvalidPaginationTokenException as __InvalidPaginationTokenException, InvalidParameterException as __InvalidParameterException, InvalidResourceException as __InvalidResourceException, LimitsExceededException as __LimitsExceededException, LockedSubscriptionException as __LockedSubscriptionException, NoAssociatedRoleException as __NoAssociatedRoleException, OptimisticLockException as __OptimisticLockException, ResourceAlreadyExistsException as __ResourceAlreadyExistsException, ResourceNotFoundException as __ResourceNotFoundException, } from "../models/errors";
255
- import { ShieldServiceException as __ShieldServiceException } from "../models/ShieldServiceException";
256
- export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c }, [_m], [0]];
257
- TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
258
- export var AccessDeniedForDependencyException = [-3, n0, _ADFDE, { [_e]: _c }, [_m], [0]];
259
- TypeRegistry.for(n0).registerError(AccessDeniedForDependencyException, __AccessDeniedForDependencyException);
260
- export var ApplicationLayerAutomaticResponseConfiguration = [
254
+ import { AccessDeniedException, AccessDeniedForDependencyException, InternalErrorException, InvalidOperationException, InvalidPaginationTokenException, InvalidParameterException, InvalidResourceException, LimitsExceededException, LockedSubscriptionException, NoAssociatedRoleException, OptimisticLockException, ResourceAlreadyExistsException, ResourceNotFoundException, } from "../models/errors";
255
+ import { ShieldServiceException } from "../models/ShieldServiceException";
256
+ export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c }, [_m], [0]];
257
+ TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
258
+ export var AccessDeniedForDependencyException$ = [-3, n0, _ADFDE, { [_e]: _c }, [_m], [0]];
259
+ TypeRegistry.for(n0).registerError(AccessDeniedForDependencyException$, AccessDeniedForDependencyException);
260
+ export var ApplicationLayerAutomaticResponseConfiguration$ = [
261
261
  3,
262
262
  n0,
263
263
  _ALARC,
264
264
  0,
265
265
  [_S, _A],
266
- [0, () => ResponseAction],
266
+ [0, () => ResponseAction$],
267
267
  ];
268
- export var AssociateDRTLogBucketRequest = [3, n0, _ADRTLBR, 0, [_LB], [0]];
269
- export var AssociateDRTLogBucketResponse = [3, n0, _ADRTLBRs, 0, [], []];
270
- export var AssociateDRTRoleRequest = [3, n0, _ADRTRR, 0, [_RA], [0]];
271
- export var AssociateDRTRoleResponse = [3, n0, _ADRTRRs, 0, [], []];
272
- export var AssociateHealthCheckRequest = [3, n0, _AHCR, 0, [_PI, _HCA], [0, 0]];
273
- export var AssociateHealthCheckResponse = [3, n0, _AHCRs, 0, [], []];
274
- export var AssociateProactiveEngagementDetailsRequest = [
268
+ export var AssociateDRTLogBucketRequest$ = [3, n0, _ADRTLBR, 0, [_LB], [0]];
269
+ export var AssociateDRTLogBucketResponse$ = [3, n0, _ADRTLBRs, 0, [], []];
270
+ export var AssociateDRTRoleRequest$ = [3, n0, _ADRTRR, 0, [_RA], [0]];
271
+ export var AssociateDRTRoleResponse$ = [3, n0, _ADRTRRs, 0, [], []];
272
+ export var AssociateHealthCheckRequest$ = [3, n0, _AHCR, 0, [_PI, _HCA], [0, 0]];
273
+ export var AssociateHealthCheckResponse$ = [3, n0, _AHCRs, 0, [], []];
274
+ export var AssociateProactiveEngagementDetailsRequest$ = [
275
275
  3,
276
276
  n0,
277
277
  _APEDR,
@@ -279,8 +279,8 @@ export var AssociateProactiveEngagementDetailsRequest = [
279
279
  [_ECL],
280
280
  [() => EmergencyContactList],
281
281
  ];
282
- export var AssociateProactiveEngagementDetailsResponse = [3, n0, _APEDRs, 0, [], []];
283
- export var AttackDetail = [
282
+ export var AssociateProactiveEngagementDetailsResponse$ = [3, n0, _APEDRs, 0, [], []];
283
+ export var AttackDetail$ = [
284
284
  3,
285
285
  n0,
286
286
  _AD,
@@ -288,7 +288,7 @@ export var AttackDetail = [
288
288
  [_AI, _RAe, _SR, _ST, _ET, _AC, _AP, _M],
289
289
  [0, 0, () => SubResourceSummaryList, 4, 4, () => SummarizedCounterList, () => AttackProperties, () => MitigationList],
290
290
  ];
291
- export var AttackProperty = [
291
+ export var AttackProperty$ = [
292
292
  3,
293
293
  n0,
294
294
  _APt,
@@ -296,8 +296,8 @@ export var AttackProperty = [
296
296
  [_AL, _API, _TC, _U, _T],
297
297
  [0, 0, () => TopContributors, 0, 1],
298
298
  ];
299
- export var AttackStatisticsDataItem = [3, n0, _ASDI, 0, [_AV, _ACt], [() => AttackVolume, 1]];
300
- export var AttackSummary = [
299
+ export var AttackStatisticsDataItem$ = [3, n0, _ASDI, 0, [_AV, _ACt], [() => AttackVolume$, 1]];
300
+ export var AttackSummary$ = [
301
301
  3,
302
302
  n0,
303
303
  _AS,
@@ -305,20 +305,20 @@ export var AttackSummary = [
305
305
  [_AI, _RAe, _ST, _ET, _AVt],
306
306
  [0, 0, 4, 4, () => AttackVectorDescriptionList],
307
307
  ];
308
- export var AttackVectorDescription = [3, n0, _AVD, 0, [_VT], [0]];
309
- export var AttackVolume = [
308
+ export var AttackVectorDescription$ = [3, n0, _AVD, 0, [_VT], [0]];
309
+ export var AttackVolume$ = [
310
310
  3,
311
311
  n0,
312
312
  _AV,
313
313
  0,
314
314
  [_BPS, _PPS, _RPS],
315
- [() => AttackVolumeStatistics, () => AttackVolumeStatistics, () => AttackVolumeStatistics],
315
+ [() => AttackVolumeStatistics$, () => AttackVolumeStatistics$, () => AttackVolumeStatistics$],
316
316
  ];
317
- export var AttackVolumeStatistics = [3, n0, _AVS, 0, [_Ma], [1]];
318
- export var BlockAction = [3, n0, _BA, 0, [], []];
319
- export var Contributor = [3, n0, _C, 0, [_N, _V], [0, 1]];
320
- export var CountAction = [3, n0, _CA, 0, [], []];
321
- export var CreateProtectionGroupRequest = [
317
+ export var AttackVolumeStatistics$ = [3, n0, _AVS, 0, [_Ma], [1]];
318
+ export var BlockAction$ = [3, n0, _BA, 0, [], []];
319
+ export var Contributor$ = [3, n0, _C, 0, [_N, _V], [0, 1]];
320
+ export var CountAction$ = [3, n0, _CA, 0, [], []];
321
+ export var CreateProtectionGroupRequest$ = [
322
322
  3,
323
323
  n0,
324
324
  _CPGR,
@@ -326,32 +326,32 @@ export var CreateProtectionGroupRequest = [
326
326
  [_PGI, _Ag, _P, _RT, _Me, _Ta],
327
327
  [0, 0, 0, 0, 64 | 0, () => TagList],
328
328
  ];
329
- export var CreateProtectionGroupResponse = [3, n0, _CPGRr, 0, [], []];
330
- export var CreateProtectionRequest = [3, n0, _CPR, 0, [_N, _RAe, _Ta], [0, 0, () => TagList]];
331
- export var CreateProtectionResponse = [3, n0, _CPRr, 0, [_PI], [0]];
332
- export var CreateSubscriptionRequest = [3, n0, _CSR, 0, [], []];
333
- export var CreateSubscriptionResponse = [3, n0, _CSRr, 0, [], []];
334
- export var DeleteProtectionGroupRequest = [3, n0, _DPGR, 0, [_PGI], [0]];
335
- export var DeleteProtectionGroupResponse = [3, n0, _DPGRe, 0, [], []];
336
- export var DeleteProtectionRequest = [3, n0, _DPR, 0, [_PI], [0]];
337
- export var DeleteProtectionResponse = [3, n0, _DPRe, 0, [], []];
338
- export var DeleteSubscriptionRequest = [3, n0, _DSR, 0, [], []];
339
- export var DeleteSubscriptionResponse = [3, n0, _DSRe, 0, [], []];
340
- export var DescribeAttackRequest = [3, n0, _DAR, 0, [_AI], [0]];
341
- export var DescribeAttackResponse = [3, n0, _DARe, 0, [_At], [() => AttackDetail]];
342
- export var DescribeAttackStatisticsRequest = [3, n0, _DASR, 0, [], []];
343
- export var DescribeAttackStatisticsResponse = [
329
+ export var CreateProtectionGroupResponse$ = [3, n0, _CPGRr, 0, [], []];
330
+ export var CreateProtectionRequest$ = [3, n0, _CPR, 0, [_N, _RAe, _Ta], [0, 0, () => TagList]];
331
+ export var CreateProtectionResponse$ = [3, n0, _CPRr, 0, [_PI], [0]];
332
+ export var CreateSubscriptionRequest$ = [3, n0, _CSR, 0, [], []];
333
+ export var CreateSubscriptionResponse$ = [3, n0, _CSRr, 0, [], []];
334
+ export var DeleteProtectionGroupRequest$ = [3, n0, _DPGR, 0, [_PGI], [0]];
335
+ export var DeleteProtectionGroupResponse$ = [3, n0, _DPGRe, 0, [], []];
336
+ export var DeleteProtectionRequest$ = [3, n0, _DPR, 0, [_PI], [0]];
337
+ export var DeleteProtectionResponse$ = [3, n0, _DPRe, 0, [], []];
338
+ export var DeleteSubscriptionRequest$ = [3, n0, _DSR, 0, [], []];
339
+ export var DeleteSubscriptionResponse$ = [3, n0, _DSRe, 0, [], []];
340
+ export var DescribeAttackRequest$ = [3, n0, _DAR, 0, [_AI], [0]];
341
+ export var DescribeAttackResponse$ = [3, n0, _DARe, 0, [_At], [() => AttackDetail$]];
342
+ export var DescribeAttackStatisticsRequest$ = [3, n0, _DASR, 0, [], []];
343
+ export var DescribeAttackStatisticsResponse$ = [
344
344
  3,
345
345
  n0,
346
346
  _DASRe,
347
347
  0,
348
348
  [_TR, _DI],
349
- [() => TimeRange, () => AttackStatisticsDataList],
349
+ [() => TimeRange$, () => AttackStatisticsDataList],
350
350
  ];
351
- export var DescribeDRTAccessRequest = [3, n0, _DDRTAR, 0, [], []];
352
- export var DescribeDRTAccessResponse = [3, n0, _DDRTARe, 0, [_RA, _LBL], [0, 64 | 0]];
353
- export var DescribeEmergencyContactSettingsRequest = [3, n0, _DECSR, 0, [], []];
354
- export var DescribeEmergencyContactSettingsResponse = [
351
+ export var DescribeDRTAccessRequest$ = [3, n0, _DDRTAR, 0, [], []];
352
+ export var DescribeDRTAccessResponse$ = [3, n0, _DDRTARe, 0, [_RA, _LBL], [0, 64 | 0]];
353
+ export var DescribeEmergencyContactSettingsRequest$ = [3, n0, _DECSR, 0, [], []];
354
+ export var DescribeEmergencyContactSettingsResponse$ = [
355
355
  3,
356
356
  n0,
357
357
  _DECSRe,
@@ -359,44 +359,44 @@ export var DescribeEmergencyContactSettingsResponse = [
359
359
  [_ECL],
360
360
  [() => EmergencyContactList],
361
361
  ];
362
- export var DescribeProtectionGroupRequest = [3, n0, _DPGRes, 0, [_PGI], [0]];
363
- export var DescribeProtectionGroupResponse = [
362
+ export var DescribeProtectionGroupRequest$ = [3, n0, _DPGRes, 0, [_PGI], [0]];
363
+ export var DescribeProtectionGroupResponse$ = [
364
364
  3,
365
365
  n0,
366
366
  _DPGResc,
367
367
  0,
368
368
  [_PG],
369
- [() => ProtectionGroup],
370
- ];
371
- export var DescribeProtectionRequest = [3, n0, _DPRes, 0, [_PI, _RAe], [0, 0]];
372
- export var DescribeProtectionResponse = [3, n0, _DPResc, 0, [_Pr], [() => Protection]];
373
- export var DescribeSubscriptionRequest = [3, n0, _DSRes, 0, [], []];
374
- export var DescribeSubscriptionResponse = [3, n0, _DSResc, 0, [_Su], [() => Subscription]];
375
- export var DisableApplicationLayerAutomaticResponseRequest = [3, n0, _DALARR, 0, [_RAe], [0]];
376
- export var DisableApplicationLayerAutomaticResponseResponse = [3, n0, _DALARRi, 0, [], []];
377
- export var DisableProactiveEngagementRequest = [3, n0, _DPER, 0, [], []];
378
- export var DisableProactiveEngagementResponse = [3, n0, _DPERi, 0, [], []];
379
- export var DisassociateDRTLogBucketRequest = [3, n0, _DDRTLBR, 0, [_LB], [0]];
380
- export var DisassociateDRTLogBucketResponse = [3, n0, _DDRTLBRi, 0, [], []];
381
- export var DisassociateDRTRoleRequest = [3, n0, _DDRTRR, 0, [], []];
382
- export var DisassociateDRTRoleResponse = [3, n0, _DDRTRRi, 0, [], []];
383
- export var DisassociateHealthCheckRequest = [3, n0, _DHCR, 0, [_PI, _HCA], [0, 0]];
384
- export var DisassociateHealthCheckResponse = [3, n0, _DHCRi, 0, [], []];
385
- export var EmergencyContact = [3, n0, _EC, 0, [_EA, _PN, _CN], [0, 0, 0]];
386
- export var EnableApplicationLayerAutomaticResponseRequest = [
369
+ [() => ProtectionGroup$],
370
+ ];
371
+ export var DescribeProtectionRequest$ = [3, n0, _DPRes, 0, [_PI, _RAe], [0, 0]];
372
+ export var DescribeProtectionResponse$ = [3, n0, _DPResc, 0, [_Pr], [() => Protection$]];
373
+ export var DescribeSubscriptionRequest$ = [3, n0, _DSRes, 0, [], []];
374
+ export var DescribeSubscriptionResponse$ = [3, n0, _DSResc, 0, [_Su], [() => Subscription$]];
375
+ export var DisableApplicationLayerAutomaticResponseRequest$ = [3, n0, _DALARR, 0, [_RAe], [0]];
376
+ export var DisableApplicationLayerAutomaticResponseResponse$ = [3, n0, _DALARRi, 0, [], []];
377
+ export var DisableProactiveEngagementRequest$ = [3, n0, _DPER, 0, [], []];
378
+ export var DisableProactiveEngagementResponse$ = [3, n0, _DPERi, 0, [], []];
379
+ export var DisassociateDRTLogBucketRequest$ = [3, n0, _DDRTLBR, 0, [_LB], [0]];
380
+ export var DisassociateDRTLogBucketResponse$ = [3, n0, _DDRTLBRi, 0, [], []];
381
+ export var DisassociateDRTRoleRequest$ = [3, n0, _DDRTRR, 0, [], []];
382
+ export var DisassociateDRTRoleResponse$ = [3, n0, _DDRTRRi, 0, [], []];
383
+ export var DisassociateHealthCheckRequest$ = [3, n0, _DHCR, 0, [_PI, _HCA], [0, 0]];
384
+ export var DisassociateHealthCheckResponse$ = [3, n0, _DHCRi, 0, [], []];
385
+ export var EmergencyContact$ = [3, n0, _EC, 0, [_EA, _PN, _CN], [0, 0, 0]];
386
+ export var EnableApplicationLayerAutomaticResponseRequest$ = [
387
387
  3,
388
388
  n0,
389
389
  _EALARR,
390
390
  0,
391
391
  [_RAe, _A],
392
- [0, () => ResponseAction],
392
+ [0, () => ResponseAction$],
393
393
  ];
394
- export var EnableApplicationLayerAutomaticResponseResponse = [3, n0, _EALARRn, 0, [], []];
395
- export var EnableProactiveEngagementRequest = [3, n0, _EPER, 0, [], []];
396
- export var EnableProactiveEngagementResponse = [3, n0, _EPERn, 0, [], []];
397
- export var GetSubscriptionStateRequest = [3, n0, _GSSR, 0, [], []];
398
- export var GetSubscriptionStateResponse = [3, n0, _GSSRe, 0, [_SS], [0]];
399
- export var InclusionProtectionFilters = [
394
+ export var EnableApplicationLayerAutomaticResponseResponse$ = [3, n0, _EALARRn, 0, [], []];
395
+ export var EnableProactiveEngagementRequest$ = [3, n0, _EPER, 0, [], []];
396
+ export var EnableProactiveEngagementResponse$ = [3, n0, _EPERn, 0, [], []];
397
+ export var GetSubscriptionStateRequest$ = [3, n0, _GSSR, 0, [], []];
398
+ export var GetSubscriptionStateResponse$ = [3, n0, _GSSRe, 0, [_SS], [0]];
399
+ export var InclusionProtectionFilters$ = [
400
400
  3,
401
401
  n0,
402
402
  _IPF,
@@ -404,7 +404,7 @@ export var InclusionProtectionFilters = [
404
404
  [_RAes, _PNr, _RTe],
405
405
  [64 | 0, 64 | 0, 64 | 0],
406
406
  ];
407
- export var InclusionProtectionGroupFilters = [
407
+ export var InclusionProtectionGroupFilters$ = [
408
408
  3,
409
409
  n0,
410
410
  _IPGF,
@@ -412,13 +412,13 @@ export var InclusionProtectionGroupFilters = [
412
412
  [_PGIr, _Pa, _RTe, _Agg],
413
413
  [64 | 0, 64 | 0, 64 | 0, 64 | 0],
414
414
  ];
415
- export var InternalErrorException = [-3, n0, _IEE, { [_e]: _s }, [_m], [0]];
416
- TypeRegistry.for(n0).registerError(InternalErrorException, __InternalErrorException);
417
- export var InvalidOperationException = [-3, n0, _IOE, { [_e]: _c }, [_m], [0]];
418
- TypeRegistry.for(n0).registerError(InvalidOperationException, __InvalidOperationException);
419
- export var InvalidPaginationTokenException = [-3, n0, _IPTE, { [_e]: _c }, [_m], [0]];
420
- TypeRegistry.for(n0).registerError(InvalidPaginationTokenException, __InvalidPaginationTokenException);
421
- export var InvalidParameterException = [
415
+ export var InternalErrorException$ = [-3, n0, _IEE, { [_e]: _s }, [_m], [0]];
416
+ TypeRegistry.for(n0).registerError(InternalErrorException$, InternalErrorException);
417
+ export var InvalidOperationException$ = [-3, n0, _IOE, { [_e]: _c }, [_m], [0]];
418
+ TypeRegistry.for(n0).registerError(InvalidOperationException$, InvalidOperationException);
419
+ export var InvalidPaginationTokenException$ = [-3, n0, _IPTE, { [_e]: _c }, [_m], [0]];
420
+ TypeRegistry.for(n0).registerError(InvalidPaginationTokenException$, InvalidPaginationTokenException);
421
+ export var InvalidParameterException$ = [
422
422
  -3,
423
423
  n0,
424
424
  _IPE,
@@ -426,30 +426,30 @@ export var InvalidParameterException = [
426
426
  [_m, _r, _f],
427
427
  [0, 0, () => ValidationExceptionFieldList],
428
428
  ];
429
- TypeRegistry.for(n0).registerError(InvalidParameterException, __InvalidParameterException);
430
- export var InvalidResourceException = [-3, n0, _IRE, { [_e]: _c }, [_m], [0]];
431
- TypeRegistry.for(n0).registerError(InvalidResourceException, __InvalidResourceException);
432
- export var Limit = [3, n0, _L, 0, [_Ty, _Ma], [0, 1]];
433
- export var LimitsExceededException = [-3, n0, _LEE, { [_e]: _c }, [_m, _Ty, _L], [0, 0, 1]];
434
- TypeRegistry.for(n0).registerError(LimitsExceededException, __LimitsExceededException);
435
- export var ListAttacksRequest = [
429
+ TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
430
+ export var InvalidResourceException$ = [-3, n0, _IRE, { [_e]: _c }, [_m], [0]];
431
+ TypeRegistry.for(n0).registerError(InvalidResourceException$, InvalidResourceException);
432
+ export var Limit$ = [3, n0, _L, 0, [_Ty, _Ma], [0, 1]];
433
+ export var LimitsExceededException$ = [-3, n0, _LEE, { [_e]: _c }, [_m, _Ty, _L], [0, 0, 1]];
434
+ TypeRegistry.for(n0).registerError(LimitsExceededException$, LimitsExceededException);
435
+ export var ListAttacksRequest$ = [
436
436
  3,
437
437
  n0,
438
438
  _LAR,
439
439
  0,
440
440
  [_RAes, _ST, _ET, _NT, _MR],
441
- [64 | 0, () => TimeRange, () => TimeRange, 0, 1],
441
+ [64 | 0, () => TimeRange$, () => TimeRange$, 0, 1],
442
442
  ];
443
- export var ListAttacksResponse = [3, n0, _LARi, 0, [_ASt, _NT], [() => AttackSummaries, 0]];
444
- export var ListProtectionGroupsRequest = [
443
+ export var ListAttacksResponse$ = [3, n0, _LARi, 0, [_ASt, _NT], [() => AttackSummaries, 0]];
444
+ export var ListProtectionGroupsRequest$ = [
445
445
  3,
446
446
  n0,
447
447
  _LPGR,
448
448
  0,
449
449
  [_NT, _MR, _IF],
450
- [0, 1, () => InclusionProtectionGroupFilters],
450
+ [0, 1, () => InclusionProtectionGroupFilters$],
451
451
  ];
452
- export var ListProtectionGroupsResponse = [
452
+ export var ListProtectionGroupsResponse$ = [
453
453
  3,
454
454
  n0,
455
455
  _LPGRi,
@@ -457,16 +457,16 @@ export var ListProtectionGroupsResponse = [
457
457
  [_PGr, _NT],
458
458
  [() => ProtectionGroups, 0],
459
459
  ];
460
- export var ListProtectionsRequest = [
460
+ export var ListProtectionsRequest$ = [
461
461
  3,
462
462
  n0,
463
463
  _LPR,
464
464
  0,
465
465
  [_NT, _MR, _IF],
466
- [0, 1, () => InclusionProtectionFilters],
466
+ [0, 1, () => InclusionProtectionFilters$],
467
467
  ];
468
- export var ListProtectionsResponse = [3, n0, _LPRi, 0, [_Pro, _NT], [() => Protections, 0]];
469
- export var ListResourcesInProtectionGroupRequest = [
468
+ export var ListProtectionsResponse$ = [3, n0, _LPRi, 0, [_Pro, _NT], [() => Protections, 0]];
469
+ export var ListResourcesInProtectionGroupRequest$ = [
470
470
  3,
471
471
  n0,
472
472
  _LRIPGR,
@@ -474,7 +474,7 @@ export var ListResourcesInProtectionGroupRequest = [
474
474
  [_PGI, _NT, _MR],
475
475
  [0, 0, 1],
476
476
  ];
477
- export var ListResourcesInProtectionGroupResponse = [
477
+ export var ListResourcesInProtectionGroupResponse$ = [
478
478
  3,
479
479
  n0,
480
480
  _LRIPGRi,
@@ -482,24 +482,24 @@ export var ListResourcesInProtectionGroupResponse = [
482
482
  [_RAes, _NT],
483
483
  [64 | 0, 0],
484
484
  ];
485
- export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RARN], [0]];
486
- export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_Ta], [() => TagList]];
487
- export var LockedSubscriptionException = [-3, n0, _LSE, { [_e]: _c }, [_m], [0]];
488
- TypeRegistry.for(n0).registerError(LockedSubscriptionException, __LockedSubscriptionException);
489
- export var Mitigation = [3, n0, _Mi, 0, [_MN], [0]];
490
- export var NoAssociatedRoleException = [-3, n0, _NARE, { [_e]: _c }, [_m], [0]];
491
- TypeRegistry.for(n0).registerError(NoAssociatedRoleException, __NoAssociatedRoleException);
492
- export var OptimisticLockException = [-3, n0, _OLE, { [_e]: _c }, [_m], [0]];
493
- TypeRegistry.for(n0).registerError(OptimisticLockException, __OptimisticLockException);
494
- export var Protection = [
485
+ export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RARN], [0]];
486
+ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_Ta], [() => TagList]];
487
+ export var LockedSubscriptionException$ = [-3, n0, _LSE, { [_e]: _c }, [_m], [0]];
488
+ TypeRegistry.for(n0).registerError(LockedSubscriptionException$, LockedSubscriptionException);
489
+ export var Mitigation$ = [3, n0, _Mi, 0, [_MN], [0]];
490
+ export var NoAssociatedRoleException$ = [-3, n0, _NARE, { [_e]: _c }, [_m], [0]];
491
+ TypeRegistry.for(n0).registerError(NoAssociatedRoleException$, NoAssociatedRoleException);
492
+ export var OptimisticLockException$ = [-3, n0, _OLE, { [_e]: _c }, [_m], [0]];
493
+ TypeRegistry.for(n0).registerError(OptimisticLockException$, OptimisticLockException);
494
+ export var Protection$ = [
495
495
  3,
496
496
  n0,
497
497
  _Pr,
498
498
  0,
499
499
  [_I, _N, _RAe, _HCI, _PA, _ALARC],
500
- [0, 0, 0, 64 | 0, 0, () => ApplicationLayerAutomaticResponseConfiguration],
500
+ [0, 0, 0, 64 | 0, 0, () => ApplicationLayerAutomaticResponseConfiguration$],
501
501
  ];
502
- export var ProtectionGroup = [
502
+ export var ProtectionGroup$ = [
503
503
  3,
504
504
  n0,
505
505
  _PG,
@@ -507,37 +507,37 @@ export var ProtectionGroup = [
507
507
  [_PGI, _Ag, _P, _RT, _Me, _PGA],
508
508
  [0, 0, 0, 0, 64 | 0, 0],
509
509
  ];
510
- export var ProtectionGroupArbitraryPatternLimits = [3, n0, _PGAPL, 0, [_MM], [1]];
511
- export var ProtectionGroupLimits = [
510
+ export var ProtectionGroupArbitraryPatternLimits$ = [3, n0, _PGAPL, 0, [_MM], [1]];
511
+ export var ProtectionGroupLimits$ = [
512
512
  3,
513
513
  n0,
514
514
  _PGL,
515
515
  0,
516
516
  [_MPG, _PTL],
517
- [1, () => ProtectionGroupPatternTypeLimits],
517
+ [1, () => ProtectionGroupPatternTypeLimits$],
518
518
  ];
519
- export var ProtectionGroupPatternTypeLimits = [
519
+ export var ProtectionGroupPatternTypeLimits$ = [
520
520
  3,
521
521
  n0,
522
522
  _PGPTL,
523
523
  0,
524
524
  [_APL],
525
- [() => ProtectionGroupArbitraryPatternLimits],
525
+ [() => ProtectionGroupArbitraryPatternLimits$],
526
526
  ];
527
- export var ProtectionLimits = [3, n0, _PL, 0, [_PRTL], [() => Limits]];
528
- export var ResourceAlreadyExistsException = [-3, n0, _RAEE, { [_e]: _c }, [_m, _rT], [0, 0]];
529
- TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException, __ResourceAlreadyExistsException);
530
- export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c }, [_m, _rT], [0, 0]];
531
- TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
532
- export var ResponseAction = [
527
+ export var ProtectionLimits$ = [3, n0, _PL, 0, [_PRTL], [() => Limits]];
528
+ export var ResourceAlreadyExistsException$ = [-3, n0, _RAEE, { [_e]: _c }, [_m, _rT], [0, 0]];
529
+ TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException$, ResourceAlreadyExistsException);
530
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c }, [_m, _rT], [0, 0]];
531
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
532
+ export var ResponseAction$ = [
533
533
  3,
534
534
  n0,
535
535
  _RAesp,
536
536
  0,
537
537
  [_B, _Co],
538
- [() => BlockAction, () => CountAction],
538
+ [() => BlockAction$, () => CountAction$],
539
539
  ];
540
- export var SubResourceSummary = [
540
+ export var SubResourceSummary$ = [
541
541
  3,
542
542
  n0,
543
543
  _SRS,
@@ -545,23 +545,23 @@ export var SubResourceSummary = [
545
545
  [_Ty, _I, _AVt, _Cou],
546
546
  [0, 0, () => SummarizedAttackVectorList, () => SummarizedCounterList],
547
547
  ];
548
- export var Subscription = [
548
+ export var Subscription$ = [
549
549
  3,
550
550
  n0,
551
551
  _Su,
552
552
  0,
553
553
  [_ST, _ET, _TCIS, _AR, _Li, _PES, _SL, _SA],
554
- [4, 4, 1, 0, () => Limits, 0, () => SubscriptionLimits, 0],
554
+ [4, 4, 1, 0, () => Limits, 0, () => SubscriptionLimits$, 0],
555
555
  ];
556
- export var SubscriptionLimits = [
556
+ export var SubscriptionLimits$ = [
557
557
  3,
558
558
  n0,
559
559
  _SL,
560
560
  0,
561
561
  [_PL, _PGL],
562
- [() => ProtectionLimits, () => ProtectionGroupLimits],
562
+ [() => ProtectionLimits$, () => ProtectionGroupLimits$],
563
563
  ];
564
- export var SummarizedAttackVector = [
564
+ export var SummarizedAttackVector$ = [
565
565
  3,
566
566
  n0,
567
567
  _SAV,
@@ -569,7 +569,7 @@ export var SummarizedAttackVector = [
569
569
  [_VT, _VC],
570
570
  [0, () => SummarizedCounterList],
571
571
  ];
572
- export var SummarizedCounter = [
572
+ export var SummarizedCounter$ = [
573
573
  3,
574
574
  n0,
575
575
  _SC,
@@ -577,22 +577,22 @@ export var SummarizedCounter = [
577
577
  [_N, _Ma, _Av, _Sum, _N_, _U],
578
578
  [0, 1, 1, 1, 1, 0],
579
579
  ];
580
- export var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
581
- export var TagResourceRequest = [3, n0, _TRR, 0, [_RARN, _Ta], [0, () => TagList]];
582
- export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
583
- export var TimeRange = [3, n0, _TR, 0, [_FI, _TE], [4, 4]];
584
- export var UntagResourceRequest = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
585
- export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
586
- export var UpdateApplicationLayerAutomaticResponseRequest = [
580
+ export var Tag$ = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
581
+ export var TagResourceRequest$ = [3, n0, _TRR, 0, [_RARN, _Ta], [0, () => TagList]];
582
+ export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
583
+ export var TimeRange$ = [3, n0, _TR, 0, [_FI, _TE], [4, 4]];
584
+ export var UntagResourceRequest$ = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
585
+ export var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
586
+ export var UpdateApplicationLayerAutomaticResponseRequest$ = [
587
587
  3,
588
588
  n0,
589
589
  _UALARR,
590
590
  0,
591
591
  [_RAe, _A],
592
- [0, () => ResponseAction],
592
+ [0, () => ResponseAction$],
593
593
  ];
594
- export var UpdateApplicationLayerAutomaticResponseResponse = [3, n0, _UALARRp, 0, [], []];
595
- export var UpdateEmergencyContactSettingsRequest = [
594
+ export var UpdateApplicationLayerAutomaticResponseResponse$ = [3, n0, _UALARRp, 0, [], []];
595
+ export var UpdateEmergencyContactSettingsRequest$ = [
596
596
  3,
597
597
  n0,
598
598
  _UECSR,
@@ -600,8 +600,8 @@ export var UpdateEmergencyContactSettingsRequest = [
600
600
  [_ECL],
601
601
  [() => EmergencyContactList],
602
602
  ];
603
- export var UpdateEmergencyContactSettingsResponse = [3, n0, _UECSRp, 0, [], []];
604
- export var UpdateProtectionGroupRequest = [
603
+ export var UpdateEmergencyContactSettingsResponse$ = [3, n0, _UECSRp, 0, [], []];
604
+ export var UpdateProtectionGroupRequest$ = [
605
605
  3,
606
606
  n0,
607
607
  _UPGR,
@@ -609,310 +609,317 @@ export var UpdateProtectionGroupRequest = [
609
609
  [_PGI, _Ag, _P, _RT, _Me],
610
610
  [0, 0, 0, 0, 64 | 0],
611
611
  ];
612
- export var UpdateProtectionGroupResponse = [3, n0, _UPGRp, 0, [], []];
613
- export var UpdateSubscriptionRequest = [3, n0, _USR, 0, [_AR], [0]];
614
- export var UpdateSubscriptionResponse = [3, n0, _USRp, 0, [], []];
615
- export var ValidationExceptionField = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
616
- export var ShieldServiceException = [-3, _sm, "ShieldServiceException", 0, [], []];
617
- TypeRegistry.for(_sm).registerError(ShieldServiceException, __ShieldServiceException);
618
- export var AttackProperties = [1, n0, _AP, 0, () => AttackProperty];
619
- export var AttackStatisticsDataList = [1, n0, _ASDL, 0, () => AttackStatisticsDataItem];
620
- export var AttackSummaries = [1, n0, _ASt, 0, () => AttackSummary];
621
- export var AttackVectorDescriptionList = [1, n0, _AVDL, 0, () => AttackVectorDescription];
622
- export var EmergencyContactList = [1, n0, _ECL, 0, () => EmergencyContact];
623
- export var HealthCheckIds = 64 | 0;
624
- export var Limits = [1, n0, _Li, 0, () => Limit];
625
- export var LogBucketList = 64 | 0;
626
- export var MitigationList = [1, n0, _ML, 0, () => Mitigation];
627
- export var ProtectedResourceTypeFilters = 64 | 0;
628
- export var ProtectionGroupAggregationFilters = 64 | 0;
629
- export var ProtectionGroupIdFilters = 64 | 0;
630
- export var ProtectionGroupMembers = 64 | 0;
631
- export var ProtectionGroupPatternFilters = 64 | 0;
632
- export var ProtectionGroups = [1, n0, _PGr, 0, () => ProtectionGroup];
633
- export var ProtectionNameFilters = 64 | 0;
634
- export var Protections = [1, n0, _Pro, 0, () => Protection];
635
- export var ResourceArnFilterList = 64 | 0;
636
- export var ResourceArnFilters = 64 | 0;
637
- export var ResourceArnList = 64 | 0;
638
- export var SubResourceSummaryList = [1, n0, _SRSL, 0, () => SubResourceSummary];
639
- export var SummarizedAttackVectorList = [1, n0, _SAVL, 0, () => SummarizedAttackVector];
640
- export var SummarizedCounterList = [1, n0, _SCL, 0, () => SummarizedCounter];
641
- export var TagKeyList = 64 | 0;
642
- export var TagList = [1, n0, _TL, 0, () => Tag];
643
- export var TopContributors = [1, n0, _TC, 0, () => Contributor];
644
- export var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField];
645
- export var AssociateDRTLogBucket = [
612
+ export var UpdateProtectionGroupResponse$ = [3, n0, _UPGRp, 0, [], []];
613
+ export var UpdateSubscriptionRequest$ = [3, n0, _USR, 0, [_AR], [0]];
614
+ export var UpdateSubscriptionResponse$ = [3, n0, _USRp, 0, [], []];
615
+ export var ValidationExceptionField$ = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
616
+ export var ShieldServiceException$ = [-3, _sm, "ShieldServiceException", 0, [], []];
617
+ TypeRegistry.for(_sm).registerError(ShieldServiceException$, ShieldServiceException);
618
+ var AttackProperties = [1, n0, _AP, 0, () => AttackProperty$];
619
+ var AttackStatisticsDataList = [1, n0, _ASDL, 0, () => AttackStatisticsDataItem$];
620
+ var AttackSummaries = [1, n0, _ASt, 0, () => AttackSummary$];
621
+ var AttackVectorDescriptionList = [1, n0, _AVDL, 0, () => AttackVectorDescription$];
622
+ var EmergencyContactList = [1, n0, _ECL, 0, () => EmergencyContact$];
623
+ var HealthCheckIds = 64 | 0;
624
+ var Limits = [1, n0, _Li, 0, () => Limit$];
625
+ var LogBucketList = 64 | 0;
626
+ var MitigationList = [1, n0, _ML, 0, () => Mitigation$];
627
+ var ProtectedResourceTypeFilters = 64 | 0;
628
+ var ProtectionGroupAggregationFilters = 64 | 0;
629
+ var ProtectionGroupIdFilters = 64 | 0;
630
+ var ProtectionGroupMembers = 64 | 0;
631
+ var ProtectionGroupPatternFilters = 64 | 0;
632
+ var ProtectionGroups = [1, n0, _PGr, 0, () => ProtectionGroup$];
633
+ var ProtectionNameFilters = 64 | 0;
634
+ var Protections = [1, n0, _Pro, 0, () => Protection$];
635
+ var ResourceArnFilterList = 64 | 0;
636
+ var ResourceArnFilters = 64 | 0;
637
+ var ResourceArnList = 64 | 0;
638
+ var SubResourceSummaryList = [1, n0, _SRSL, 0, () => SubResourceSummary$];
639
+ var SummarizedAttackVectorList = [1, n0, _SAVL, 0, () => SummarizedAttackVector$];
640
+ var SummarizedCounterList = [1, n0, _SCL, 0, () => SummarizedCounter$];
641
+ var TagKeyList = 64 | 0;
642
+ var TagList = [1, n0, _TL, 0, () => Tag$];
643
+ var TopContributors = [1, n0, _TC, 0, () => Contributor$];
644
+ var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField$];
645
+ export var AssociateDRTLogBucket$ = [
646
646
  9,
647
647
  n0,
648
648
  _ADRTLB,
649
649
  0,
650
- () => AssociateDRTLogBucketRequest,
651
- () => AssociateDRTLogBucketResponse,
650
+ () => AssociateDRTLogBucketRequest$,
651
+ () => AssociateDRTLogBucketResponse$,
652
652
  ];
653
- export var AssociateDRTRole = [
653
+ export var AssociateDRTRole$ = [
654
654
  9,
655
655
  n0,
656
656
  _ADRTR,
657
657
  0,
658
- () => AssociateDRTRoleRequest,
659
- () => AssociateDRTRoleResponse,
658
+ () => AssociateDRTRoleRequest$,
659
+ () => AssociateDRTRoleResponse$,
660
660
  ];
661
- export var AssociateHealthCheck = [
661
+ export var AssociateHealthCheck$ = [
662
662
  9,
663
663
  n0,
664
664
  _AHC,
665
665
  0,
666
- () => AssociateHealthCheckRequest,
667
- () => AssociateHealthCheckResponse,
666
+ () => AssociateHealthCheckRequest$,
667
+ () => AssociateHealthCheckResponse$,
668
668
  ];
669
- export var AssociateProactiveEngagementDetails = [
669
+ export var AssociateProactiveEngagementDetails$ = [
670
670
  9,
671
671
  n0,
672
672
  _APED,
673
673
  0,
674
- () => AssociateProactiveEngagementDetailsRequest,
675
- () => AssociateProactiveEngagementDetailsResponse,
674
+ () => AssociateProactiveEngagementDetailsRequest$,
675
+ () => AssociateProactiveEngagementDetailsResponse$,
676
676
  ];
677
- export var CreateProtection = [
677
+ export var CreateProtection$ = [
678
678
  9,
679
679
  n0,
680
680
  _CP,
681
681
  0,
682
- () => CreateProtectionRequest,
683
- () => CreateProtectionResponse,
682
+ () => CreateProtectionRequest$,
683
+ () => CreateProtectionResponse$,
684
684
  ];
685
- export var CreateProtectionGroup = [
685
+ export var CreateProtectionGroup$ = [
686
686
  9,
687
687
  n0,
688
688
  _CPG,
689
689
  0,
690
- () => CreateProtectionGroupRequest,
691
- () => CreateProtectionGroupResponse,
690
+ () => CreateProtectionGroupRequest$,
691
+ () => CreateProtectionGroupResponse$,
692
692
  ];
693
- export var CreateSubscription = [
693
+ export var CreateSubscription$ = [
694
694
  9,
695
695
  n0,
696
696
  _CS,
697
697
  0,
698
- () => CreateSubscriptionRequest,
699
- () => CreateSubscriptionResponse,
698
+ () => CreateSubscriptionRequest$,
699
+ () => CreateSubscriptionResponse$,
700
700
  ];
701
- export var DeleteProtection = [
701
+ export var DeleteProtection$ = [
702
702
  9,
703
703
  n0,
704
704
  _DP,
705
705
  0,
706
- () => DeleteProtectionRequest,
707
- () => DeleteProtectionResponse,
706
+ () => DeleteProtectionRequest$,
707
+ () => DeleteProtectionResponse$,
708
708
  ];
709
- export var DeleteProtectionGroup = [
709
+ export var DeleteProtectionGroup$ = [
710
710
  9,
711
711
  n0,
712
712
  _DPG,
713
713
  0,
714
- () => DeleteProtectionGroupRequest,
715
- () => DeleteProtectionGroupResponse,
714
+ () => DeleteProtectionGroupRequest$,
715
+ () => DeleteProtectionGroupResponse$,
716
716
  ];
717
- export var DeleteSubscription = [
717
+ export var DeleteSubscription$ = [
718
718
  9,
719
719
  n0,
720
720
  _DS,
721
721
  0,
722
- () => DeleteSubscriptionRequest,
723
- () => DeleteSubscriptionResponse,
722
+ () => DeleteSubscriptionRequest$,
723
+ () => DeleteSubscriptionResponse$,
724
724
  ];
725
- export var DescribeAttack = [
725
+ export var DescribeAttack$ = [
726
726
  9,
727
727
  n0,
728
728
  _DA,
729
729
  0,
730
- () => DescribeAttackRequest,
731
- () => DescribeAttackResponse,
730
+ () => DescribeAttackRequest$,
731
+ () => DescribeAttackResponse$,
732
732
  ];
733
- export var DescribeAttackStatistics = [
733
+ export var DescribeAttackStatistics$ = [
734
734
  9,
735
735
  n0,
736
736
  _DAS,
737
737
  0,
738
- () => DescribeAttackStatisticsRequest,
739
- () => DescribeAttackStatisticsResponse,
738
+ () => DescribeAttackStatisticsRequest$,
739
+ () => DescribeAttackStatisticsResponse$,
740
740
  ];
741
- export var DescribeDRTAccess = [
741
+ export var DescribeDRTAccess$ = [
742
742
  9,
743
743
  n0,
744
744
  _DDRTA,
745
745
  0,
746
- () => DescribeDRTAccessRequest,
747
- () => DescribeDRTAccessResponse,
746
+ () => DescribeDRTAccessRequest$,
747
+ () => DescribeDRTAccessResponse$,
748
748
  ];
749
- export var DescribeEmergencyContactSettings = [
749
+ export var DescribeEmergencyContactSettings$ = [
750
750
  9,
751
751
  n0,
752
752
  _DECS,
753
753
  0,
754
- () => DescribeEmergencyContactSettingsRequest,
755
- () => DescribeEmergencyContactSettingsResponse,
754
+ () => DescribeEmergencyContactSettingsRequest$,
755
+ () => DescribeEmergencyContactSettingsResponse$,
756
756
  ];
757
- export var DescribeProtection = [
757
+ export var DescribeProtection$ = [
758
758
  9,
759
759
  n0,
760
760
  _DPe,
761
761
  0,
762
- () => DescribeProtectionRequest,
763
- () => DescribeProtectionResponse,
762
+ () => DescribeProtectionRequest$,
763
+ () => DescribeProtectionResponse$,
764
764
  ];
765
- export var DescribeProtectionGroup = [
765
+ export var DescribeProtectionGroup$ = [
766
766
  9,
767
767
  n0,
768
768
  _DPGe,
769
769
  0,
770
- () => DescribeProtectionGroupRequest,
771
- () => DescribeProtectionGroupResponse,
770
+ () => DescribeProtectionGroupRequest$,
771
+ () => DescribeProtectionGroupResponse$,
772
772
  ];
773
- export var DescribeSubscription = [
773
+ export var DescribeSubscription$ = [
774
774
  9,
775
775
  n0,
776
776
  _DSe,
777
777
  0,
778
- () => DescribeSubscriptionRequest,
779
- () => DescribeSubscriptionResponse,
778
+ () => DescribeSubscriptionRequest$,
779
+ () => DescribeSubscriptionResponse$,
780
780
  ];
781
- export var DisableApplicationLayerAutomaticResponse = [
781
+ export var DisableApplicationLayerAutomaticResponse$ = [
782
782
  9,
783
783
  n0,
784
784
  _DALAR,
785
785
  0,
786
- () => DisableApplicationLayerAutomaticResponseRequest,
787
- () => DisableApplicationLayerAutomaticResponseResponse,
786
+ () => DisableApplicationLayerAutomaticResponseRequest$,
787
+ () => DisableApplicationLayerAutomaticResponseResponse$,
788
788
  ];
789
- export var DisableProactiveEngagement = [
789
+ export var DisableProactiveEngagement$ = [
790
790
  9,
791
791
  n0,
792
792
  _DPE,
793
793
  0,
794
- () => DisableProactiveEngagementRequest,
795
- () => DisableProactiveEngagementResponse,
794
+ () => DisableProactiveEngagementRequest$,
795
+ () => DisableProactiveEngagementResponse$,
796
796
  ];
797
- export var DisassociateDRTLogBucket = [
797
+ export var DisassociateDRTLogBucket$ = [
798
798
  9,
799
799
  n0,
800
800
  _DDRTLB,
801
801
  0,
802
- () => DisassociateDRTLogBucketRequest,
803
- () => DisassociateDRTLogBucketResponse,
802
+ () => DisassociateDRTLogBucketRequest$,
803
+ () => DisassociateDRTLogBucketResponse$,
804
804
  ];
805
- export var DisassociateDRTRole = [
805
+ export var DisassociateDRTRole$ = [
806
806
  9,
807
807
  n0,
808
808
  _DDRTR,
809
809
  0,
810
- () => DisassociateDRTRoleRequest,
811
- () => DisassociateDRTRoleResponse,
810
+ () => DisassociateDRTRoleRequest$,
811
+ () => DisassociateDRTRoleResponse$,
812
812
  ];
813
- export var DisassociateHealthCheck = [
813
+ export var DisassociateHealthCheck$ = [
814
814
  9,
815
815
  n0,
816
816
  _DHC,
817
817
  0,
818
- () => DisassociateHealthCheckRequest,
819
- () => DisassociateHealthCheckResponse,
818
+ () => DisassociateHealthCheckRequest$,
819
+ () => DisassociateHealthCheckResponse$,
820
820
  ];
821
- export var EnableApplicationLayerAutomaticResponse = [
821
+ export var EnableApplicationLayerAutomaticResponse$ = [
822
822
  9,
823
823
  n0,
824
824
  _EALAR,
825
825
  0,
826
- () => EnableApplicationLayerAutomaticResponseRequest,
827
- () => EnableApplicationLayerAutomaticResponseResponse,
826
+ () => EnableApplicationLayerAutomaticResponseRequest$,
827
+ () => EnableApplicationLayerAutomaticResponseResponse$,
828
828
  ];
829
- export var EnableProactiveEngagement = [
829
+ export var EnableProactiveEngagement$ = [
830
830
  9,
831
831
  n0,
832
832
  _EPE,
833
833
  0,
834
- () => EnableProactiveEngagementRequest,
835
- () => EnableProactiveEngagementResponse,
834
+ () => EnableProactiveEngagementRequest$,
835
+ () => EnableProactiveEngagementResponse$,
836
836
  ];
837
- export var GetSubscriptionState = [
837
+ export var GetSubscriptionState$ = [
838
838
  9,
839
839
  n0,
840
840
  _GSS,
841
841
  0,
842
- () => GetSubscriptionStateRequest,
843
- () => GetSubscriptionStateResponse,
842
+ () => GetSubscriptionStateRequest$,
843
+ () => GetSubscriptionStateResponse$,
844
844
  ];
845
- export var ListAttacks = [9, n0, _LA, 0, () => ListAttacksRequest, () => ListAttacksResponse];
846
- export var ListProtectionGroups = [
845
+ export var ListAttacks$ = [9, n0, _LA, 0, () => ListAttacksRequest$, () => ListAttacksResponse$];
846
+ export var ListProtectionGroups$ = [
847
847
  9,
848
848
  n0,
849
849
  _LPG,
850
850
  0,
851
- () => ListProtectionGroupsRequest,
852
- () => ListProtectionGroupsResponse,
851
+ () => ListProtectionGroupsRequest$,
852
+ () => ListProtectionGroupsResponse$,
853
853
  ];
854
- export var ListProtections = [
854
+ export var ListProtections$ = [
855
855
  9,
856
856
  n0,
857
857
  _LP,
858
858
  0,
859
- () => ListProtectionsRequest,
860
- () => ListProtectionsResponse,
859
+ () => ListProtectionsRequest$,
860
+ () => ListProtectionsResponse$,
861
861
  ];
862
- export var ListResourcesInProtectionGroup = [
862
+ export var ListResourcesInProtectionGroup$ = [
863
863
  9,
864
864
  n0,
865
865
  _LRIPG,
866
866
  0,
867
- () => ListResourcesInProtectionGroupRequest,
868
- () => ListResourcesInProtectionGroupResponse,
867
+ () => ListResourcesInProtectionGroupRequest$,
868
+ () => ListResourcesInProtectionGroupResponse$,
869
869
  ];
870
- export var ListTagsForResource = [
870
+ export var ListTagsForResource$ = [
871
871
  9,
872
872
  n0,
873
873
  _LTFR,
874
874
  0,
875
- () => ListTagsForResourceRequest,
876
- () => ListTagsForResourceResponse,
875
+ () => ListTagsForResourceRequest$,
876
+ () => ListTagsForResourceResponse$,
877
877
  ];
878
- export var TagResource = [9, n0, _TRa, 0, () => TagResourceRequest, () => TagResourceResponse];
879
- export var UntagResource = [
878
+ export var TagResource$ = [
879
+ 9,
880
+ n0,
881
+ _TRa,
882
+ 0,
883
+ () => TagResourceRequest$,
884
+ () => TagResourceResponse$,
885
+ ];
886
+ export var UntagResource$ = [
880
887
  9,
881
888
  n0,
882
889
  _UR,
883
890
  0,
884
- () => UntagResourceRequest,
885
- () => UntagResourceResponse,
891
+ () => UntagResourceRequest$,
892
+ () => UntagResourceResponse$,
886
893
  ];
887
- export var UpdateApplicationLayerAutomaticResponse = [
894
+ export var UpdateApplicationLayerAutomaticResponse$ = [
888
895
  9,
889
896
  n0,
890
897
  _UALAR,
891
898
  0,
892
- () => UpdateApplicationLayerAutomaticResponseRequest,
893
- () => UpdateApplicationLayerAutomaticResponseResponse,
899
+ () => UpdateApplicationLayerAutomaticResponseRequest$,
900
+ () => UpdateApplicationLayerAutomaticResponseResponse$,
894
901
  ];
895
- export var UpdateEmergencyContactSettings = [
902
+ export var UpdateEmergencyContactSettings$ = [
896
903
  9,
897
904
  n0,
898
905
  _UECS,
899
906
  0,
900
- () => UpdateEmergencyContactSettingsRequest,
901
- () => UpdateEmergencyContactSettingsResponse,
907
+ () => UpdateEmergencyContactSettingsRequest$,
908
+ () => UpdateEmergencyContactSettingsResponse$,
902
909
  ];
903
- export var UpdateProtectionGroup = [
910
+ export var UpdateProtectionGroup$ = [
904
911
  9,
905
912
  n0,
906
913
  _UPG,
907
914
  0,
908
- () => UpdateProtectionGroupRequest,
909
- () => UpdateProtectionGroupResponse,
915
+ () => UpdateProtectionGroupRequest$,
916
+ () => UpdateProtectionGroupResponse$,
910
917
  ];
911
- export var UpdateSubscription = [
918
+ export var UpdateSubscription$ = [
912
919
  9,
913
920
  n0,
914
921
  _US,
915
922
  0,
916
- () => UpdateSubscriptionRequest,
917
- () => UpdateSubscriptionResponse,
923
+ () => UpdateSubscriptionRequest$,
924
+ () => UpdateSubscriptionResponse$,
918
925
  ];