@aws-sdk/client-shield 3.41.0 → 3.45.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 (41) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/dist-cjs/Shield.js +45 -0
  3. package/dist-cjs/commands/DisableApplicationLayerAutomaticResponseCommand.js +36 -0
  4. package/dist-cjs/commands/EnableApplicationLayerAutomaticResponseCommand.js +36 -0
  5. package/dist-cjs/commands/UpdateApplicationLayerAutomaticResponseCommand.js +36 -0
  6. package/dist-cjs/commands/index.js +3 -0
  7. package/dist-cjs/endpoints.js +1 -0
  8. package/dist-cjs/models/models_0.js +74 -9
  9. package/dist-cjs/protocols/Aws_json1_1.js +363 -2
  10. package/dist-es/Shield.js +45 -0
  11. package/dist-es/commands/DisableApplicationLayerAutomaticResponseCommand.js +39 -0
  12. package/dist-es/commands/EnableApplicationLayerAutomaticResponseCommand.js +39 -0
  13. package/dist-es/commands/UpdateApplicationLayerAutomaticResponseCommand.js +39 -0
  14. package/dist-es/commands/index.js +3 -0
  15. package/dist-es/endpoints.js +1 -0
  16. package/dist-es/models/models_0.js +49 -4
  17. package/dist-es/protocols/Aws_json1_1.js +430 -50
  18. package/dist-types/Shield.d.ts +50 -12
  19. package/dist-types/ShieldClient.d.ts +5 -2
  20. package/dist-types/commands/AssociateDRTLogBucketCommand.d.ts +1 -1
  21. package/dist-types/commands/AssociateDRTRoleCommand.d.ts +4 -3
  22. package/dist-types/commands/AssociateHealthCheckCommand.d.ts +2 -2
  23. package/dist-types/commands/CreateProtectionCommand.d.ts +6 -2
  24. package/dist-types/commands/DisableApplicationLayerAutomaticResponseCommand.d.ts +36 -0
  25. package/dist-types/commands/DisassociateDRTLogBucketCommand.d.ts +0 -1
  26. package/dist-types/commands/DisassociateDRTRoleCommand.d.ts +0 -1
  27. package/dist-types/commands/DisassociateHealthCheckCommand.d.ts +2 -2
  28. package/dist-types/commands/EnableApplicationLayerAutomaticResponseCommand.d.ts +48 -0
  29. package/dist-types/commands/UpdateApplicationLayerAutomaticResponseCommand.d.ts +35 -0
  30. package/dist-types/commands/index.d.ts +3 -0
  31. package/dist-types/models/models_0.d.ts +260 -60
  32. package/dist-types/protocols/Aws_json1_1.d.ts +9 -0
  33. package/dist-types/ts3.4/Shield.d.ts +15 -0
  34. package/dist-types/ts3.4/ShieldClient.d.ts +5 -2
  35. package/dist-types/ts3.4/commands/DisableApplicationLayerAutomaticResponseCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/EnableApplicationLayerAutomaticResponseCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/UpdateApplicationLayerAutomaticResponseCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  39. package/dist-types/ts3.4/models/models_0.d.ts +98 -10
  40. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +9 -0
  41. package/package.json +5 -5
@@ -27,6 +27,84 @@ export declare namespace AccessDeniedForDependencyException {
27
27
  */
28
28
  const filterSensitiveLog: (obj: AccessDeniedForDependencyException) => any;
29
29
  }
30
+ /**
31
+ * <p>Specifies that Shield Advanced should configure its WAF rules with the WAF <code>Block</code> action. </p>
32
+ * <p>This is only used in the context of the <code>ResponseAction</code> setting. </p>
33
+ * <p>JSON specification: <code>"Block": {}</code>
34
+ * </p>
35
+ */
36
+ export interface BlockAction {
37
+ }
38
+ export declare namespace BlockAction {
39
+ /**
40
+ * @internal
41
+ */
42
+ const filterSensitiveLog: (obj: BlockAction) => any;
43
+ }
44
+ /**
45
+ * <p>Specifies that Shield Advanced should configure its WAF rules with the WAF <code>Count</code> action. </p>
46
+ * <p>This is only used in the context of the <code>ResponseAction</code> setting. </p>
47
+ * <p>JSON specification: <code>"Count": {}</code>
48
+ * </p>
49
+ */
50
+ export interface CountAction {
51
+ }
52
+ export declare namespace CountAction {
53
+ /**
54
+ * @internal
55
+ */
56
+ const filterSensitiveLog: (obj: CountAction) => any;
57
+ }
58
+ /**
59
+ * <p>Specifies the action setting that Shield Advanced should use in the WAF rules that it creates on behalf of the
60
+ * protected resource in response to DDoS attacks. You specify this as part of the configuration for the automatic application layer DDoS mitigation feature,
61
+ * when you enable or update automatic mitigation. Shield Advanced creates the WAF rules in a Shield Advanced-managed rule group, inside the web ACL that you have associated with the resource. </p>
62
+ */
63
+ export interface ResponseAction {
64
+ /**
65
+ * <p>Specifies that Shield Advanced should configure its WAF rules with the WAF <code>Block</code> action. </p>
66
+ * <p>You must specify exactly one action, either <code>Block</code> or <code>Count</code>.</p>
67
+ */
68
+ Block?: BlockAction;
69
+ /**
70
+ * <p>Specifies that Shield Advanced should configure its WAF rules with the WAF <code>Count</code> action. </p>
71
+ * <p>You must specify exactly one action, either <code>Block</code> or <code>Count</code>.</p>
72
+ */
73
+ Count?: CountAction;
74
+ }
75
+ export declare namespace ResponseAction {
76
+ /**
77
+ * @internal
78
+ */
79
+ const filterSensitiveLog: (obj: ResponseAction) => any;
80
+ }
81
+ export declare enum ApplicationLayerAutomaticResponseStatus {
82
+ DISABLED = "DISABLED",
83
+ ENABLED = "ENABLED"
84
+ }
85
+ /**
86
+ * <p>The automatic application layer DDoS mitigation settings for a <a>Protection</a>.
87
+ * This configuration determines whether Shield Advanced automatically
88
+ * manages rules in the web ACL in order to respond to application layer events that Shield Advanced determines to be DDoS attacks. </p>
89
+ */
90
+ export interface ApplicationLayerAutomaticResponseConfiguration {
91
+ /**
92
+ * <p>Indicates whether automatic application layer DDoS mitigation is enabled for the protection. </p>
93
+ */
94
+ Status: ApplicationLayerAutomaticResponseStatus | string | undefined;
95
+ /**
96
+ * <p>Specifies the action setting that Shield Advanced should use in the WAF rules that it creates on behalf of the
97
+ * protected resource in response to DDoS attacks. You specify this as part of the configuration for the automatic application layer DDoS mitigation feature,
98
+ * when you enable or update automatic mitigation. Shield Advanced creates the WAF rules in a Shield Advanced-managed rule group, inside the web ACL that you have associated with the resource. </p>
99
+ */
100
+ Action: ResponseAction | undefined;
101
+ }
102
+ export declare namespace ApplicationLayerAutomaticResponseConfiguration {
103
+ /**
104
+ * @internal
105
+ */
106
+ const filterSensitiveLog: (obj: ApplicationLayerAutomaticResponseConfiguration) => any;
107
+ }
30
108
  export interface AssociateDRTLogBucketRequest {
31
109
  /**
32
110
  * <p>The Amazon S3 bucket that contains the logs that you want to share.</p>
@@ -48,8 +126,7 @@ export declare namespace AssociateDRTLogBucketResponse {
48
126
  const filterSensitiveLog: (obj: AssociateDRTLogBucketResponse) => any;
49
127
  }
50
128
  /**
51
- * <p>Exception that indicates that a problem occurred with the service infrastructure. You
52
- * can retry the request.</p>
129
+ * <p>Exception that indicates that a problem occurred with the service infrastructure. You can retry the request.</p>
53
130
  */
54
131
  export interface InternalErrorException extends __SmithyException, $MetadataBearer {
55
132
  name: "InternalErrorException";
@@ -235,6 +312,20 @@ export declare namespace AssociateHealthCheckResponse {
235
312
  */
236
313
  const filterSensitiveLog: (obj: AssociateHealthCheckResponse) => any;
237
314
  }
315
+ /**
316
+ * <p>Exception that indicates that the resource is invalid. You might not have access to the resource, or the resource might not exist.</p>
317
+ */
318
+ export interface InvalidResourceException extends __SmithyException, $MetadataBearer {
319
+ name: "InvalidResourceException";
320
+ $fault: "client";
321
+ message?: string;
322
+ }
323
+ export declare namespace InvalidResourceException {
324
+ /**
325
+ * @internal
326
+ */
327
+ const filterSensitiveLog: (obj: InvalidResourceException) => any;
328
+ }
238
329
  /**
239
330
  * <p>Contact information that the SRT can use to contact you if you have proactive engagement enabled, for escalations to the SRT and to initiate proactive customer support.</p>
240
331
  */
@@ -332,11 +423,11 @@ export declare enum AttackPropertyIdentifier {
332
423
  WORDPRESS_PINGBACK_SOURCE = "WORDPRESS_PINGBACK_SOURCE"
333
424
  }
334
425
  /**
335
- * <p>A contributor to the attack and their contribution.</p>
426
+ * <p>A contributor to the attack and their contribution. </p>
336
427
  */
337
428
  export interface Contributor {
338
429
  /**
339
- * <p>The name of the contributor. This is dependent on the <code>AttackPropertyIdentifier</code>. For example, if the <code>AttackPropertyIdentifier</code> is <code>SOURCE_COUNTRY</code>, the <code>Name</code> could be <code>United States</code>.</p>
430
+ * <p>The name of the contributor. The type of name that you'll find here depends on the <code>AttackPropertyIdentifier</code> setting in the <code>AttackProperty</code> where this contributor is defined. For example, if the <code>AttackPropertyIdentifier</code> is <code>SOURCE_COUNTRY</code>, the <code>Name</code> could be <code>United States</code>.</p>
340
431
  */
341
432
  Name?: string;
342
433
  /**
@@ -364,7 +455,7 @@ export interface AttackProperty {
364
455
  * <p>The type of Shield event that was observed. <code>NETWORK</code> indicates layer 3 and layer 4 events and <code>APPLICATION</code>
365
456
  * indicates layer 7 events.</p>
366
457
  * <p>For infrastructure
367
- * layer events (L3 and L4 events) after January 25, 2021, you can view metrics for top contributors in Amazon CloudWatch metrics.
458
+ * layer events (L3 and L4 events), you can view metrics for top contributors in Amazon CloudWatch metrics.
368
459
  * For more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/monitoring-cloudwatch.html#set-ddos-alarms">Shield metrics and alarms</a>
369
460
  * in the <i>WAF Developer Guide</i>. </p>
370
461
  */
@@ -376,7 +467,7 @@ export interface AttackProperty {
376
467
  */
377
468
  AttackPropertyIdentifier?: AttackPropertyIdentifier | string;
378
469
  /**
379
- * <p>Contributor objects for the top five contributors to a Shield event. </p>
470
+ * <p>Contributor objects for the top five contributors to a Shield event. A contributor is a source of traffic that Shield Advanced identifies as responsible for some or all of an event.</p>
380
471
  */
381
472
  TopContributors?: Contributor[];
382
473
  /**
@@ -477,11 +568,11 @@ export interface AttackDetail {
477
568
  */
478
569
  SubResources?: SubResourceSummary[];
479
570
  /**
480
- * <p>The time the attack started, in Unix time in seconds. For more information see <a href="http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#parameter-types">timestamp</a>.</p>
571
+ * <p>The time the attack started, in Unix time in seconds. </p>
481
572
  */
482
573
  StartTime?: Date;
483
574
  /**
484
- * <p>The time the attack ended, in Unix time in seconds. For more information see <a href="http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#parameter-types">timestamp</a>.</p>
575
+ * <p>The time the attack ended, in Unix time in seconds. </p>
485
576
  */
486
577
  EndTime?: Date;
487
578
  /**
@@ -491,7 +582,7 @@ export interface AttackDetail {
491
582
  /**
492
583
  * <p>The array of objects that provide details of the Shield event. </p>
493
584
  * <p>For infrastructure
494
- * layer events (L3 and L4 events) after January 25, 2021, you can view metrics for top contributors in Amazon CloudWatch metrics.
585
+ * layer events (L3 and L4 events), you can view metrics for top contributors in Amazon CloudWatch metrics.
495
586
  * For more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/monitoring-cloudwatch.html#set-ddos-alarms">Shield metrics and alarms</a>
496
587
  * in the <i>WAF Developer Guide</i>. </p>
497
588
  */
@@ -648,11 +739,11 @@ export interface AttackSummary {
648
739
  */
649
740
  ResourceArn?: string;
650
741
  /**
651
- * <p>The start time of the attack, in Unix time in seconds. For more information see <a href="http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#parameter-types">timestamp</a>.</p>
742
+ * <p>The start time of the attack, in Unix time in seconds. </p>
652
743
  */
653
744
  StartTime?: Date;
654
745
  /**
655
- * <p>The end time of the attack, in Unix time in seconds. For more information see <a href="http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#parameter-types">timestamp</a>.</p>
746
+ * <p>The end time of the attack, in Unix time in seconds. </p>
656
747
  */
657
748
  EndTime?: Date;
658
749
  /**
@@ -719,7 +810,7 @@ export interface CreateProtectionRequest {
719
810
  * </p>
720
811
  * </li>
721
812
  * <li>
722
- * <p>For Amazon Route 53: <code>arn:aws:route53:::hostedzone/<i>hosted-zone-id</i>
813
+ * <p>For Amazon Route 53: <code>arn:aws:route53:::hostedzone/<i>hosted-zone-id</i>
723
814
  * </code>
724
815
  * </p>
725
816
  * </li>
@@ -754,20 +845,6 @@ export declare namespace CreateProtectionResponse {
754
845
  */
755
846
  const filterSensitiveLog: (obj: CreateProtectionResponse) => any;
756
847
  }
757
- /**
758
- * <p>Exception that indicates that the resource is invalid. You might not have access to the resource, or the resource might not exist.</p>
759
- */
760
- export interface InvalidResourceException extends __SmithyException, $MetadataBearer {
761
- name: "InvalidResourceException";
762
- $fault: "client";
763
- message?: string;
764
- }
765
- export declare namespace InvalidResourceException {
766
- /**
767
- * @internal
768
- */
769
- const filterSensitiveLog: (obj: InvalidResourceException) => any;
770
- }
771
848
  /**
772
849
  * <p>Exception indicating the specified resource already exists. If available, this exception includes details in additional properties. </p>
773
850
  */
@@ -945,7 +1022,7 @@ export declare namespace LockedSubscriptionException {
945
1022
  }
946
1023
  export interface DescribeAttackRequest {
947
1024
  /**
948
- * <p>The unique identifier (ID) for the attack that to be described.</p>
1025
+ * <p>The unique identifier (ID) for the attack.</p>
949
1026
  */
950
1027
  AttackId: string | undefined;
951
1028
  }
@@ -980,11 +1057,11 @@ export declare namespace DescribeAttackStatisticsRequest {
980
1057
  */
981
1058
  export interface TimeRange {
982
1059
  /**
983
- * <p>The start time, in Unix time in seconds. For more information see <a href="http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#parameter-types">timestamp</a>.</p>
1060
+ * <p>The start time, in Unix time in seconds. </p>
984
1061
  */
985
1062
  FromInclusive?: Date;
986
1063
  /**
987
- * <p>The end time, in Unix time in seconds. For more information see <a href="http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#parameter-types">timestamp</a>.</p>
1064
+ * <p>The end time, in Unix time in seconds. </p>
988
1065
  */
989
1066
  ToExclusive?: Date;
990
1067
  }
@@ -1089,13 +1166,19 @@ export interface Protection {
1089
1166
  */
1090
1167
  ResourceArn?: string;
1091
1168
  /**
1092
- * <p>The unique identifier (ID) for the Route 53 health check that's associated with the protection. </p>
1169
+ * <p>The unique identifier (ID) for the Route 53 health check that's associated with the protection. </p>
1093
1170
  */
1094
1171
  HealthCheckIds?: string[];
1095
1172
  /**
1096
1173
  * <p>The ARN (Amazon Resource Name) of the protection.</p>
1097
1174
  */
1098
1175
  ProtectionArn?: string;
1176
+ /**
1177
+ * <p>The automatic application layer DDoS mitigation settings for the protection.
1178
+ * This configuration determines whether Shield Advanced automatically
1179
+ * manages rules in the web ACL in order to respond to application layer events that Shield Advanced determines to be DDoS attacks. </p>
1180
+ */
1181
+ ApplicationLayerAutomaticResponseConfiguration?: ApplicationLayerAutomaticResponseConfiguration;
1099
1182
  }
1100
1183
  export declare namespace Protection {
1101
1184
  /**
@@ -1306,7 +1389,7 @@ export declare namespace SubscriptionLimits {
1306
1389
  */
1307
1390
  export interface Subscription {
1308
1391
  /**
1309
- * <p>The start time of the subscription, in Unix time in seconds. For more information see <a href="http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#parameter-types">timestamp</a>.</p>
1392
+ * <p>The start time of the subscription, in Unix time in seconds. </p>
1310
1393
  */
1311
1394
  StartTime?: Date;
1312
1395
  /**
@@ -1359,6 +1442,26 @@ export declare namespace DescribeSubscriptionResponse {
1359
1442
  */
1360
1443
  const filterSensitiveLog: (obj: DescribeSubscriptionResponse) => any;
1361
1444
  }
1445
+ export interface DisableApplicationLayerAutomaticResponseRequest {
1446
+ /**
1447
+ * <p>The ARN (Amazon Resource Name) of the resource.</p>
1448
+ */
1449
+ ResourceArn: string | undefined;
1450
+ }
1451
+ export declare namespace DisableApplicationLayerAutomaticResponseRequest {
1452
+ /**
1453
+ * @internal
1454
+ */
1455
+ const filterSensitiveLog: (obj: DisableApplicationLayerAutomaticResponseRequest) => any;
1456
+ }
1457
+ export interface DisableApplicationLayerAutomaticResponseResponse {
1458
+ }
1459
+ export declare namespace DisableApplicationLayerAutomaticResponseResponse {
1460
+ /**
1461
+ * @internal
1462
+ */
1463
+ const filterSensitiveLog: (obj: DisableApplicationLayerAutomaticResponseResponse) => any;
1464
+ }
1362
1465
  export interface DisableProactiveEngagementRequest {
1363
1466
  }
1364
1467
  export declare namespace DisableProactiveEngagementRequest {
@@ -1435,6 +1538,32 @@ export declare namespace DisassociateHealthCheckResponse {
1435
1538
  */
1436
1539
  const filterSensitiveLog: (obj: DisassociateHealthCheckResponse) => any;
1437
1540
  }
1541
+ export interface EnableApplicationLayerAutomaticResponseRequest {
1542
+ /**
1543
+ * <p>The ARN (Amazon Resource Name) of the resource.</p>
1544
+ */
1545
+ ResourceArn: string | undefined;
1546
+ /**
1547
+ * <p>Specifies the action setting that Shield Advanced should use in the WAF rules that it creates on behalf of the
1548
+ * protected resource in response to DDoS attacks. You specify this as part of the configuration for the automatic application layer DDoS mitigation feature,
1549
+ * when you enable or update automatic mitigation. Shield Advanced creates the WAF rules in a Shield Advanced-managed rule group, inside the web ACL that you have associated with the resource. </p>
1550
+ */
1551
+ Action: ResponseAction | undefined;
1552
+ }
1553
+ export declare namespace EnableApplicationLayerAutomaticResponseRequest {
1554
+ /**
1555
+ * @internal
1556
+ */
1557
+ const filterSensitiveLog: (obj: EnableApplicationLayerAutomaticResponseRequest) => any;
1558
+ }
1559
+ export interface EnableApplicationLayerAutomaticResponseResponse {
1560
+ }
1561
+ export declare namespace EnableApplicationLayerAutomaticResponseResponse {
1562
+ /**
1563
+ * @internal
1564
+ */
1565
+ const filterSensitiveLog: (obj: EnableApplicationLayerAutomaticResponseResponse) => any;
1566
+ }
1438
1567
  export interface EnableProactiveEngagementRequest {
1439
1568
  }
1440
1569
  export declare namespace EnableProactiveEngagementRequest {
@@ -1477,26 +1606,35 @@ export declare namespace GetSubscriptionStateResponse {
1477
1606
  }
1478
1607
  export interface ListAttacksRequest {
1479
1608
  /**
1480
- * <p>The ARN (Amazon Resource Name) of the resource that was attacked. If this is left
1609
+ * <p>The ARNs (Amazon Resource Names) of the resources that were attacked. If you leave this
1481
1610
  * blank, all applicable resources for this account will be included.</p>
1482
1611
  */
1483
1612
  ResourceArns?: string[];
1484
1613
  /**
1485
- * <p>The start of the time period for the attacks. This is a <code>timestamp</code> type. The sample request above indicates a <code>number</code> type because the default used by WAF is Unix time in seconds. However any valid <a href="http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#parameter-types">timestamp format</a> is allowed. </p>
1614
+ * <p>The start of the time period for the attacks. This is a <code>timestamp</code> type. The request syntax listing for this call indicates a <code>number</code> type,
1615
+ * but you can provide the time in any valid <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-parameters-types.html#parameter-type-timestamp">timestamp format</a> setting. </p>
1486
1616
  */
1487
1617
  StartTime?: TimeRange;
1488
1618
  /**
1489
- * <p>The end of the time period for the attacks. This is a <code>timestamp</code> type. The sample request above indicates a <code>number</code> type because the default used by WAF is Unix time in seconds. However any valid <a href="http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html#parameter-types">timestamp format</a> is allowed. </p>
1619
+ * <p>The end of the time period for the attacks. This is a <code>timestamp</code> type. The request syntax listing for this call indicates a <code>number</code> type,
1620
+ * but you can provide the time in any valid <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-parameters-types.html#parameter-type-timestamp">timestamp format</a> setting. </p>
1490
1621
  */
1491
1622
  EndTime?: TimeRange;
1492
1623
  /**
1493
- * <p>The <code>ListAttacksRequest.NextMarker</code> value from a previous call to <code>ListAttacksRequest</code>. Pass null if this is the first call.</p>
1624
+ * <p>When you request a list of objects from Shield Advanced, if the response does not include all of the remaining available objects,
1625
+ * Shield Advanced includes a <code>NextToken</code> value in the response. You can retrieve the next batch of objects by requesting the list again and
1626
+ * providing the token that was returned by the prior call in your request. </p>
1627
+ * <p>You can indicate the maximum number of objects that you want Shield Advanced to return for a single call with the <code>MaxResults</code>
1628
+ * setting. Shield Advanced will not return more than <code>MaxResults</code> objects, but may return fewer, even if more objects are still available.</p>
1629
+ * <p>Whenever more objects remain that Shield Advanced has not yet returned to you, the response will include a <code>NextToken</code> value.</p>
1630
+ * <p>On your first call to a list operation, leave this setting empty.</p>
1494
1631
  */
1495
1632
  NextToken?: string;
1496
1633
  /**
1497
- * <p>The maximum number of <a>AttackSummary</a> objects to return. If you leave this blank,
1498
- * Shield Advanced returns the first 20 results.</p>
1499
- * <p>This is a maximum value. Shield Advanced might return the results in smaller batches. That is, the number of objects returned could be less than <code>MaxResults</code>, even if there are still more objects yet to return. If there are more objects to return, Shield Advanced returns a value in <code>NextToken</code> that you can use in your next request, to get the next batch of objects.</p>
1634
+ * <p>The greatest number of objects that you want Shield Advanced to return to the list request. Shield Advanced might return fewer objects
1635
+ * than you indicate in this setting, even if more objects are available. If there are more objects remaining, Shield Advanced will always also return a <code>NextToken</code> value
1636
+ * in the response.</p>
1637
+ * <p>The default setting is 20.</p>
1500
1638
  */
1501
1639
  MaxResults?: number;
1502
1640
  }
@@ -1512,11 +1650,12 @@ export interface ListAttacksResponse {
1512
1650
  */
1513
1651
  AttackSummaries?: AttackSummary[];
1514
1652
  /**
1515
- * <p>The token returned by a previous call to indicate that there is more data available.
1516
- * If not null, more results are available. Pass this value for the <code>NextMarker</code>
1517
- * parameter in a subsequent call to <code>ListAttacks</code> to retrieve the next set of
1518
- * items.</p>
1519
- * <p>Shield Advanced might return the list of <a>AttackSummary</a> objects in batches smaller than the number specified by MaxResults. If there are more attack summary objects to return, Shield Advanced will always also return a <code>NextToken</code>.</p>
1653
+ * <p>When you request a list of objects from Shield Advanced, if the response does not include all of the remaining available objects,
1654
+ * Shield Advanced includes a <code>NextToken</code> value in the response. You can retrieve the next batch of objects by requesting the list again and
1655
+ * providing the token that was returned by the prior call in your request. </p>
1656
+ * <p>You can indicate the maximum number of objects that you want Shield Advanced to return for a single call with the <code>MaxResults</code>
1657
+ * setting. Shield Advanced will not return more than <code>MaxResults</code> objects, but may return fewer, even if more objects are still available.</p>
1658
+ * <p>Whenever more objects remain that Shield Advanced has not yet returned to you, the response will include a <code>NextToken</code> value.</p>
1520
1659
  */
1521
1660
  NextToken?: string;
1522
1661
  }
@@ -1527,7 +1666,7 @@ export declare namespace ListAttacksResponse {
1527
1666
  const filterSensitiveLog: (obj: ListAttacksResponse) => any;
1528
1667
  }
1529
1668
  /**
1530
- * <p>Exception that indicates that the NextToken specified in the request is invalid. Submit the request using the NextToken value that was returned in the response.</p>
1669
+ * <p>Exception that indicates that the <code>NextToken</code> specified in the request is invalid. Submit the request using the <code>NextToken</code> value that was returned in the prior response.</p>
1531
1670
  */
1532
1671
  export interface InvalidPaginationTokenException extends __SmithyException, $MetadataBearer {
1533
1672
  name: "InvalidPaginationTokenException";
@@ -1542,13 +1681,20 @@ export declare namespace InvalidPaginationTokenException {
1542
1681
  }
1543
1682
  export interface ListProtectionGroupsRequest {
1544
1683
  /**
1545
- * <p>The next token value from a previous call to <code>ListProtectionGroups</code>. Pass null if this is the first call.</p>
1684
+ * <p>When you request a list of objects from Shield Advanced, if the response does not include all of the remaining available objects,
1685
+ * Shield Advanced includes a <code>NextToken</code> value in the response. You can retrieve the next batch of objects by requesting the list again and
1686
+ * providing the token that was returned by the prior call in your request. </p>
1687
+ * <p>You can indicate the maximum number of objects that you want Shield Advanced to return for a single call with the <code>MaxResults</code>
1688
+ * setting. Shield Advanced will not return more than <code>MaxResults</code> objects, but may return fewer, even if more objects are still available.</p>
1689
+ * <p>Whenever more objects remain that Shield Advanced has not yet returned to you, the response will include a <code>NextToken</code> value.</p>
1690
+ * <p>On your first call to a list operation, leave this setting empty.</p>
1546
1691
  */
1547
1692
  NextToken?: string;
1548
1693
  /**
1549
- * <p>The maximum number of <a>ProtectionGroup</a> objects to return. If you leave this blank,
1550
- * Shield Advanced returns the first 20 results.</p>
1551
- * <p>This is a maximum value. Shield Advanced might return the results in smaller batches. That is, the number of objects returned could be less than <code>MaxResults</code>, even if there are still more objects yet to return. If there are more objects to return, Shield Advanced returns a value in <code>NextToken</code> that you can use in your next request, to get the next batch of objects.</p>
1694
+ * <p>The greatest number of objects that you want Shield Advanced to return to the list request. Shield Advanced might return fewer objects
1695
+ * than you indicate in this setting, even if more objects are available. If there are more objects remaining, Shield Advanced will always also return a <code>NextToken</code> value
1696
+ * in the response.</p>
1697
+ * <p>The default setting is 20.</p>
1552
1698
  */
1553
1699
  MaxResults?: number;
1554
1700
  }
@@ -1564,7 +1710,12 @@ export interface ListProtectionGroupsResponse {
1564
1710
  */
1565
1711
  ProtectionGroups: ProtectionGroup[] | undefined;
1566
1712
  /**
1567
- * <p>If you specify a value for <code>MaxResults</code> and you have more protection groups than the value of MaxResults, Shield Advanced returns this token that you can use in your next request, to get the next batch of objects. </p>
1713
+ * <p>When you request a list of objects from Shield Advanced, if the response does not include all of the remaining available objects,
1714
+ * Shield Advanced includes a <code>NextToken</code> value in the response. You can retrieve the next batch of objects by requesting the list again and
1715
+ * providing the token that was returned by the prior call in your request. </p>
1716
+ * <p>You can indicate the maximum number of objects that you want Shield Advanced to return for a single call with the <code>MaxResults</code>
1717
+ * setting. Shield Advanced will not return more than <code>MaxResults</code> objects, but may return fewer, even if more objects are still available.</p>
1718
+ * <p>Whenever more objects remain that Shield Advanced has not yet returned to you, the response will include a <code>NextToken</code> value.</p>
1568
1719
  */
1569
1720
  NextToken?: string;
1570
1721
  }
@@ -1576,13 +1727,20 @@ export declare namespace ListProtectionGroupsResponse {
1576
1727
  }
1577
1728
  export interface ListProtectionsRequest {
1578
1729
  /**
1579
- * <p>The <code>ListProtectionsRequest.NextToken</code> value from a previous call to <code>ListProtections</code>. Pass null if this is the first call.</p>
1730
+ * <p>When you request a list of objects from Shield Advanced, if the response does not include all of the remaining available objects,
1731
+ * Shield Advanced includes a <code>NextToken</code> value in the response. You can retrieve the next batch of objects by requesting the list again and
1732
+ * providing the token that was returned by the prior call in your request. </p>
1733
+ * <p>You can indicate the maximum number of objects that you want Shield Advanced to return for a single call with the <code>MaxResults</code>
1734
+ * setting. Shield Advanced will not return more than <code>MaxResults</code> objects, but may return fewer, even if more objects are still available.</p>
1735
+ * <p>Whenever more objects remain that Shield Advanced has not yet returned to you, the response will include a <code>NextToken</code> value.</p>
1736
+ * <p>On your first call to a list operation, leave this setting empty.</p>
1580
1737
  */
1581
1738
  NextToken?: string;
1582
1739
  /**
1583
- * <p>The maximum number of <a>Protection</a> objects to return. If you leave this blank,
1584
- * Shield Advanced returns the first 20 results.</p>
1585
- * <p>This is a maximum value. Shield Advanced might return the results in smaller batches. That is, the number of objects returned could be less than <code>MaxResults</code>, even if there are still more objects yet to return. If there are more objects to return, Shield Advanced returns a value in <code>NextToken</code> that you can use in your next request, to get the next batch of objects.</p>
1740
+ * <p>The greatest number of objects that you want Shield Advanced to return to the list request. Shield Advanced might return fewer objects
1741
+ * than you indicate in this setting, even if more objects are available. If there are more objects remaining, Shield Advanced will always also return a <code>NextToken</code> value
1742
+ * in the response.</p>
1743
+ * <p>The default setting is 20.</p>
1586
1744
  */
1587
1745
  MaxResults?: number;
1588
1746
  }
@@ -1598,8 +1756,12 @@ export interface ListProtectionsResponse {
1598
1756
  */
1599
1757
  Protections?: Protection[];
1600
1758
  /**
1601
- * <p>If you specify a value for <code>MaxResults</code> and you have more Protections than the value of MaxResults, Shield Advanced returns a NextToken value in the response that allows you to list another group of Protections. For the second and subsequent ListProtections requests, specify the value of NextToken from the previous response to get information about another batch of Protections.</p>
1602
- * <p>Shield Advanced might return the list of <a>Protection</a> objects in batches smaller than the number specified by MaxResults. If there are more <a>Protection</a> objects to return, Shield Advanced will always also return a <code>NextToken</code>.</p>
1759
+ * <p>When you request a list of objects from Shield Advanced, if the response does not include all of the remaining available objects,
1760
+ * Shield Advanced includes a <code>NextToken</code> value in the response. You can retrieve the next batch of objects by requesting the list again and
1761
+ * providing the token that was returned by the prior call in your request. </p>
1762
+ * <p>You can indicate the maximum number of objects that you want Shield Advanced to return for a single call with the <code>MaxResults</code>
1763
+ * setting. Shield Advanced will not return more than <code>MaxResults</code> objects, but may return fewer, even if more objects are still available.</p>
1764
+ * <p>Whenever more objects remain that Shield Advanced has not yet returned to you, the response will include a <code>NextToken</code> value.</p>
1603
1765
  */
1604
1766
  NextToken?: string;
1605
1767
  }
@@ -1615,13 +1777,20 @@ export interface ListResourcesInProtectionGroupRequest {
1615
1777
  */
1616
1778
  ProtectionGroupId: string | undefined;
1617
1779
  /**
1618
- * <p>The next token value from a previous call to <code>ListResourcesInProtectionGroup</code>. Pass null if this is the first call.</p>
1780
+ * <p>When you request a list of objects from Shield Advanced, if the response does not include all of the remaining available objects,
1781
+ * Shield Advanced includes a <code>NextToken</code> value in the response. You can retrieve the next batch of objects by requesting the list again and
1782
+ * providing the token that was returned by the prior call in your request. </p>
1783
+ * <p>You can indicate the maximum number of objects that you want Shield Advanced to return for a single call with the <code>MaxResults</code>
1784
+ * setting. Shield Advanced will not return more than <code>MaxResults</code> objects, but may return fewer, even if more objects are still available.</p>
1785
+ * <p>Whenever more objects remain that Shield Advanced has not yet returned to you, the response will include a <code>NextToken</code> value.</p>
1786
+ * <p>On your first call to a list operation, leave this setting empty.</p>
1619
1787
  */
1620
1788
  NextToken?: string;
1621
1789
  /**
1622
- * <p>The maximum number of resource ARN objects to return. If you leave this blank,
1623
- * Shield Advanced returns the first 20 results.</p>
1624
- * <p>This is a maximum value. Shield Advanced might return the results in smaller batches. That is, the number of objects returned could be less than <code>MaxResults</code>, even if there are still more objects yet to return. If there are more objects to return, Shield Advanced returns a value in <code>NextToken</code> that you can use in your next request, to get the next batch of objects.</p>
1790
+ * <p>The greatest number of objects that you want Shield Advanced to return to the list request. Shield Advanced might return fewer objects
1791
+ * than you indicate in this setting, even if more objects are available. If there are more objects remaining, Shield Advanced will always also return a <code>NextToken</code> value
1792
+ * in the response.</p>
1793
+ * <p>The default setting is 20.</p>
1625
1794
  */
1626
1795
  MaxResults?: number;
1627
1796
  }
@@ -1637,7 +1806,12 @@ export interface ListResourcesInProtectionGroupResponse {
1637
1806
  */
1638
1807
  ResourceArns: string[] | undefined;
1639
1808
  /**
1640
- * <p>If you specify a value for <code>MaxResults</code> and you have more resources in the protection group than the value of MaxResults, Shield Advanced returns this token that you can use in your next request, to get the next batch of objects. </p>
1809
+ * <p>When you request a list of objects from Shield Advanced, if the response does not include all of the remaining available objects,
1810
+ * Shield Advanced includes a <code>NextToken</code> value in the response. You can retrieve the next batch of objects by requesting the list again and
1811
+ * providing the token that was returned by the prior call in your request. </p>
1812
+ * <p>You can indicate the maximum number of objects that you want Shield Advanced to return for a single call with the <code>MaxResults</code>
1813
+ * setting. Shield Advanced will not return more than <code>MaxResults</code> objects, but may return fewer, even if more objects are still available.</p>
1814
+ * <p>Whenever more objects remain that Shield Advanced has not yet returned to you, the response will include a <code>NextToken</code> value.</p>
1641
1815
  */
1642
1816
  NextToken?: string;
1643
1817
  }
@@ -1719,6 +1893,32 @@ export declare namespace UntagResourceResponse {
1719
1893
  */
1720
1894
  const filterSensitiveLog: (obj: UntagResourceResponse) => any;
1721
1895
  }
1896
+ export interface UpdateApplicationLayerAutomaticResponseRequest {
1897
+ /**
1898
+ * <p>The ARN (Amazon Resource Name) of the resource.</p>
1899
+ */
1900
+ ResourceArn: string | undefined;
1901
+ /**
1902
+ * <p>Specifies the action setting that Shield Advanced should use in the WAF rules that it creates on behalf of the
1903
+ * protected resource in response to DDoS attacks. You specify this as part of the configuration for the automatic application layer DDoS mitigation feature,
1904
+ * when you enable or update automatic mitigation. Shield Advanced creates the WAF rules in a Shield Advanced-managed rule group, inside the web ACL that you have associated with the resource. </p>
1905
+ */
1906
+ Action: ResponseAction | undefined;
1907
+ }
1908
+ export declare namespace UpdateApplicationLayerAutomaticResponseRequest {
1909
+ /**
1910
+ * @internal
1911
+ */
1912
+ const filterSensitiveLog: (obj: UpdateApplicationLayerAutomaticResponseRequest) => any;
1913
+ }
1914
+ export interface UpdateApplicationLayerAutomaticResponseResponse {
1915
+ }
1916
+ export declare namespace UpdateApplicationLayerAutomaticResponseResponse {
1917
+ /**
1918
+ * @internal
1919
+ */
1920
+ const filterSensitiveLog: (obj: UpdateApplicationLayerAutomaticResponseResponse) => any;
1921
+ }
1722
1922
  export interface UpdateEmergencyContactSettingsRequest {
1723
1923
  /**
1724
1924
  * <p>A list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you if you have proactive engagement enabled, for escalations to the SRT and to initiate proactive customer support.</p>
@@ -17,10 +17,12 @@ import { DescribeEmergencyContactSettingsCommandInput, DescribeEmergencyContactS
17
17
  import { DescribeProtectionCommandInput, DescribeProtectionCommandOutput } from "../commands/DescribeProtectionCommand";
18
18
  import { DescribeProtectionGroupCommandInput, DescribeProtectionGroupCommandOutput } from "../commands/DescribeProtectionGroupCommand";
19
19
  import { DescribeSubscriptionCommandInput, DescribeSubscriptionCommandOutput } from "../commands/DescribeSubscriptionCommand";
20
+ import { DisableApplicationLayerAutomaticResponseCommandInput, DisableApplicationLayerAutomaticResponseCommandOutput } from "../commands/DisableApplicationLayerAutomaticResponseCommand";
20
21
  import { DisableProactiveEngagementCommandInput, DisableProactiveEngagementCommandOutput } from "../commands/DisableProactiveEngagementCommand";
21
22
  import { DisassociateDRTLogBucketCommandInput, DisassociateDRTLogBucketCommandOutput } from "../commands/DisassociateDRTLogBucketCommand";
22
23
  import { DisassociateDRTRoleCommandInput, DisassociateDRTRoleCommandOutput } from "../commands/DisassociateDRTRoleCommand";
23
24
  import { DisassociateHealthCheckCommandInput, DisassociateHealthCheckCommandOutput } from "../commands/DisassociateHealthCheckCommand";
25
+ import { EnableApplicationLayerAutomaticResponseCommandInput, EnableApplicationLayerAutomaticResponseCommandOutput } from "../commands/EnableApplicationLayerAutomaticResponseCommand";
24
26
  import { EnableProactiveEngagementCommandInput, EnableProactiveEngagementCommandOutput } from "../commands/EnableProactiveEngagementCommand";
25
27
  import { GetSubscriptionStateCommandInput, GetSubscriptionStateCommandOutput } from "../commands/GetSubscriptionStateCommand";
26
28
  import { ListAttacksCommandInput, ListAttacksCommandOutput } from "../commands/ListAttacksCommand";
@@ -30,6 +32,7 @@ import { ListResourcesInProtectionGroupCommandInput, ListResourcesInProtectionGr
30
32
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
31
33
  import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
32
34
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
35
+ import { UpdateApplicationLayerAutomaticResponseCommandInput, UpdateApplicationLayerAutomaticResponseCommandOutput } from "../commands/UpdateApplicationLayerAutomaticResponseCommand";
33
36
  import { UpdateEmergencyContactSettingsCommandInput, UpdateEmergencyContactSettingsCommandOutput } from "../commands/UpdateEmergencyContactSettingsCommand";
34
37
  import { UpdateProtectionGroupCommandInput, UpdateProtectionGroupCommandOutput } from "../commands/UpdateProtectionGroupCommand";
35
38
  import { UpdateSubscriptionCommandInput, UpdateSubscriptionCommandOutput } from "../commands/UpdateSubscriptionCommand";
@@ -50,10 +53,12 @@ export declare const serializeAws_json1_1DescribeEmergencyContactSettingsCommand
50
53
  export declare const serializeAws_json1_1DescribeProtectionCommand: (input: DescribeProtectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
54
  export declare const serializeAws_json1_1DescribeProtectionGroupCommand: (input: DescribeProtectionGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
55
  export declare const serializeAws_json1_1DescribeSubscriptionCommand: (input: DescribeSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
+ export declare const serializeAws_json1_1DisableApplicationLayerAutomaticResponseCommand: (input: DisableApplicationLayerAutomaticResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
57
  export declare const serializeAws_json1_1DisableProactiveEngagementCommand: (input: DisableProactiveEngagementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
58
  export declare const serializeAws_json1_1DisassociateDRTLogBucketCommand: (input: DisassociateDRTLogBucketCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
59
  export declare const serializeAws_json1_1DisassociateDRTRoleCommand: (input: DisassociateDRTRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
60
  export declare const serializeAws_json1_1DisassociateHealthCheckCommand: (input: DisassociateHealthCheckCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
+ export declare const serializeAws_json1_1EnableApplicationLayerAutomaticResponseCommand: (input: EnableApplicationLayerAutomaticResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
62
  export declare const serializeAws_json1_1EnableProactiveEngagementCommand: (input: EnableProactiveEngagementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
63
  export declare const serializeAws_json1_1GetSubscriptionStateCommand: (input: GetSubscriptionStateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
64
  export declare const serializeAws_json1_1ListAttacksCommand: (input: ListAttacksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -63,6 +68,7 @@ export declare const serializeAws_json1_1ListResourcesInProtectionGroupCommand:
63
68
  export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
69
  export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
70
  export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
+ export declare const serializeAws_json1_1UpdateApplicationLayerAutomaticResponseCommand: (input: UpdateApplicationLayerAutomaticResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
72
  export declare const serializeAws_json1_1UpdateEmergencyContactSettingsCommand: (input: UpdateEmergencyContactSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
73
  export declare const serializeAws_json1_1UpdateProtectionGroupCommand: (input: UpdateProtectionGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
74
  export declare const serializeAws_json1_1UpdateSubscriptionCommand: (input: UpdateSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -83,10 +89,12 @@ export declare const deserializeAws_json1_1DescribeEmergencyContactSettingsComma
83
89
  export declare const deserializeAws_json1_1DescribeProtectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeProtectionCommandOutput>;
84
90
  export declare const deserializeAws_json1_1DescribeProtectionGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeProtectionGroupCommandOutput>;
85
91
  export declare const deserializeAws_json1_1DescribeSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSubscriptionCommandOutput>;
92
+ export declare const deserializeAws_json1_1DisableApplicationLayerAutomaticResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableApplicationLayerAutomaticResponseCommandOutput>;
86
93
  export declare const deserializeAws_json1_1DisableProactiveEngagementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableProactiveEngagementCommandOutput>;
87
94
  export declare const deserializeAws_json1_1DisassociateDRTLogBucketCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateDRTLogBucketCommandOutput>;
88
95
  export declare const deserializeAws_json1_1DisassociateDRTRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateDRTRoleCommandOutput>;
89
96
  export declare const deserializeAws_json1_1DisassociateHealthCheckCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateHealthCheckCommandOutput>;
97
+ export declare const deserializeAws_json1_1EnableApplicationLayerAutomaticResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableApplicationLayerAutomaticResponseCommandOutput>;
90
98
  export declare const deserializeAws_json1_1EnableProactiveEngagementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableProactiveEngagementCommandOutput>;
91
99
  export declare const deserializeAws_json1_1GetSubscriptionStateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSubscriptionStateCommandOutput>;
92
100
  export declare const deserializeAws_json1_1ListAttacksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAttacksCommandOutput>;
@@ -96,6 +104,7 @@ export declare const deserializeAws_json1_1ListResourcesInProtectionGroupCommand
96
104
  export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
97
105
  export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
98
106
  export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
107
+ export declare const deserializeAws_json1_1UpdateApplicationLayerAutomaticResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApplicationLayerAutomaticResponseCommandOutput>;
99
108
  export declare const deserializeAws_json1_1UpdateEmergencyContactSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEmergencyContactSettingsCommandOutput>;
100
109
  export declare const deserializeAws_json1_1UpdateProtectionGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateProtectionGroupCommandOutput>;
101
110
  export declare const deserializeAws_json1_1UpdateSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSubscriptionCommandOutput>;