@aws-sdk/client-shield 3.43.0 → 3.44.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 (39) hide show
  1. package/CHANGELOG.md +11 -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/models/models_0.js +74 -9
  8. package/dist-cjs/protocols/Aws_json1_1.js +363 -2
  9. package/dist-es/Shield.js +45 -0
  10. package/dist-es/commands/DisableApplicationLayerAutomaticResponseCommand.js +39 -0
  11. package/dist-es/commands/EnableApplicationLayerAutomaticResponseCommand.js +39 -0
  12. package/dist-es/commands/UpdateApplicationLayerAutomaticResponseCommand.js +39 -0
  13. package/dist-es/commands/index.js +3 -0
  14. package/dist-es/models/models_0.js +49 -4
  15. package/dist-es/protocols/Aws_json1_1.js +430 -50
  16. package/dist-types/Shield.d.ts +50 -12
  17. package/dist-types/ShieldClient.d.ts +5 -2
  18. package/dist-types/commands/AssociateDRTLogBucketCommand.d.ts +1 -1
  19. package/dist-types/commands/AssociateDRTRoleCommand.d.ts +4 -3
  20. package/dist-types/commands/AssociateHealthCheckCommand.d.ts +2 -2
  21. package/dist-types/commands/CreateProtectionCommand.d.ts +6 -2
  22. package/dist-types/commands/DisableApplicationLayerAutomaticResponseCommand.d.ts +36 -0
  23. package/dist-types/commands/DisassociateDRTLogBucketCommand.d.ts +0 -1
  24. package/dist-types/commands/DisassociateDRTRoleCommand.d.ts +0 -1
  25. package/dist-types/commands/DisassociateHealthCheckCommand.d.ts +2 -2
  26. package/dist-types/commands/EnableApplicationLayerAutomaticResponseCommand.d.ts +48 -0
  27. package/dist-types/commands/UpdateApplicationLayerAutomaticResponseCommand.d.ts +35 -0
  28. package/dist-types/commands/index.d.ts +3 -0
  29. package/dist-types/models/models_0.d.ts +260 -60
  30. package/dist-types/protocols/Aws_json1_1.d.ts +9 -0
  31. package/dist-types/ts3.4/Shield.d.ts +15 -0
  32. package/dist-types/ts3.4/ShieldClient.d.ts +5 -2
  33. package/dist-types/ts3.4/commands/DisableApplicationLayerAutomaticResponseCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/EnableApplicationLayerAutomaticResponseCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/UpdateApplicationLayerAutomaticResponseCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  37. package/dist-types/ts3.4/models/models_0.d.ts +98 -10
  38. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +9 -0
  39. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.44.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.43.0...v3.44.0) (2021-12-02)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update clients as of 2021/12/01 ([#3078](https://github.com/aws/aws-sdk-js-v3/issues/3078)) ([9c44188](https://github.com/aws/aws-sdk-js-v3/commit/9c44188265ea484d55c50848d7daae5571007ce0))
12
+
13
+
14
+
15
+
16
+
6
17
  # [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
7
18
 
8
19
  **Note:** Version bump only for package @aws-sdk/client-shield
@@ -18,10 +18,12 @@ const DescribeEmergencyContactSettingsCommand_1 = require("./commands/DescribeEm
18
18
  const DescribeProtectionCommand_1 = require("./commands/DescribeProtectionCommand");
19
19
  const DescribeProtectionGroupCommand_1 = require("./commands/DescribeProtectionGroupCommand");
20
20
  const DescribeSubscriptionCommand_1 = require("./commands/DescribeSubscriptionCommand");
21
+ const DisableApplicationLayerAutomaticResponseCommand_1 = require("./commands/DisableApplicationLayerAutomaticResponseCommand");
21
22
  const DisableProactiveEngagementCommand_1 = require("./commands/DisableProactiveEngagementCommand");
22
23
  const DisassociateDRTLogBucketCommand_1 = require("./commands/DisassociateDRTLogBucketCommand");
23
24
  const DisassociateDRTRoleCommand_1 = require("./commands/DisassociateDRTRoleCommand");
24
25
  const DisassociateHealthCheckCommand_1 = require("./commands/DisassociateHealthCheckCommand");
26
+ const EnableApplicationLayerAutomaticResponseCommand_1 = require("./commands/EnableApplicationLayerAutomaticResponseCommand");
25
27
  const EnableProactiveEngagementCommand_1 = require("./commands/EnableProactiveEngagementCommand");
26
28
  const GetSubscriptionStateCommand_1 = require("./commands/GetSubscriptionStateCommand");
27
29
  const ListAttacksCommand_1 = require("./commands/ListAttacksCommand");
@@ -31,6 +33,7 @@ const ListResourcesInProtectionGroupCommand_1 = require("./commands/ListResource
31
33
  const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
32
34
  const TagResourceCommand_1 = require("./commands/TagResourceCommand");
33
35
  const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
36
+ const UpdateApplicationLayerAutomaticResponseCommand_1 = require("./commands/UpdateApplicationLayerAutomaticResponseCommand");
34
37
  const UpdateEmergencyContactSettingsCommand_1 = require("./commands/UpdateEmergencyContactSettingsCommand");
35
38
  const UpdateProtectionGroupCommand_1 = require("./commands/UpdateProtectionGroupCommand");
36
39
  const UpdateSubscriptionCommand_1 = require("./commands/UpdateSubscriptionCommand");
@@ -274,6 +277,20 @@ class Shield extends ShieldClient_1.ShieldClient {
274
277
  return this.send(command, optionsOrCb);
275
278
  }
276
279
  }
280
+ disableApplicationLayerAutomaticResponse(args, optionsOrCb, cb) {
281
+ const command = new DisableApplicationLayerAutomaticResponseCommand_1.DisableApplicationLayerAutomaticResponseCommand(args);
282
+ if (typeof optionsOrCb === "function") {
283
+ this.send(command, optionsOrCb);
284
+ }
285
+ else if (typeof cb === "function") {
286
+ if (typeof optionsOrCb !== "object")
287
+ throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
288
+ this.send(command, optionsOrCb || {}, cb);
289
+ }
290
+ else {
291
+ return this.send(command, optionsOrCb);
292
+ }
293
+ }
277
294
  disableProactiveEngagement(args, optionsOrCb, cb) {
278
295
  const command = new DisableProactiveEngagementCommand_1.DisableProactiveEngagementCommand(args);
279
296
  if (typeof optionsOrCb === "function") {
@@ -330,6 +347,20 @@ class Shield extends ShieldClient_1.ShieldClient {
330
347
  return this.send(command, optionsOrCb);
331
348
  }
332
349
  }
350
+ enableApplicationLayerAutomaticResponse(args, optionsOrCb, cb) {
351
+ const command = new EnableApplicationLayerAutomaticResponseCommand_1.EnableApplicationLayerAutomaticResponseCommand(args);
352
+ if (typeof optionsOrCb === "function") {
353
+ this.send(command, optionsOrCb);
354
+ }
355
+ else if (typeof cb === "function") {
356
+ if (typeof optionsOrCb !== "object")
357
+ throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
358
+ this.send(command, optionsOrCb || {}, cb);
359
+ }
360
+ else {
361
+ return this.send(command, optionsOrCb);
362
+ }
363
+ }
333
364
  enableProactiveEngagement(args, optionsOrCb, cb) {
334
365
  const command = new EnableProactiveEngagementCommand_1.EnableProactiveEngagementCommand(args);
335
366
  if (typeof optionsOrCb === "function") {
@@ -456,6 +487,20 @@ class Shield extends ShieldClient_1.ShieldClient {
456
487
  return this.send(command, optionsOrCb);
457
488
  }
458
489
  }
490
+ updateApplicationLayerAutomaticResponse(args, optionsOrCb, cb) {
491
+ const command = new UpdateApplicationLayerAutomaticResponseCommand_1.UpdateApplicationLayerAutomaticResponseCommand(args);
492
+ if (typeof optionsOrCb === "function") {
493
+ this.send(command, optionsOrCb);
494
+ }
495
+ else if (typeof cb === "function") {
496
+ if (typeof optionsOrCb !== "object")
497
+ throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
498
+ this.send(command, optionsOrCb || {}, cb);
499
+ }
500
+ else {
501
+ return this.send(command, optionsOrCb);
502
+ }
503
+ }
459
504
  updateEmergencyContactSettings(args, optionsOrCb, cb) {
460
505
  const command = new UpdateEmergencyContactSettingsCommand_1.UpdateEmergencyContactSettingsCommand(args);
461
506
  if (typeof optionsOrCb === "function") {
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DisableApplicationLayerAutomaticResponseCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
+ class DisableApplicationLayerAutomaticResponseCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "ShieldClient";
18
+ const commandName = "DisableApplicationLayerAutomaticResponseCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.DisableApplicationLayerAutomaticResponseRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.DisableApplicationLayerAutomaticResponseResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_json1_1_1.serializeAws_json1_1DisableApplicationLayerAutomaticResponseCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_json1_1_1.deserializeAws_json1_1DisableApplicationLayerAutomaticResponseCommand(output, context);
34
+ }
35
+ }
36
+ exports.DisableApplicationLayerAutomaticResponseCommand = DisableApplicationLayerAutomaticResponseCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.EnableApplicationLayerAutomaticResponseCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
+ class EnableApplicationLayerAutomaticResponseCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "ShieldClient";
18
+ const commandName = "EnableApplicationLayerAutomaticResponseCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.EnableApplicationLayerAutomaticResponseRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.EnableApplicationLayerAutomaticResponseResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_json1_1_1.serializeAws_json1_1EnableApplicationLayerAutomaticResponseCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_json1_1_1.deserializeAws_json1_1EnableApplicationLayerAutomaticResponseCommand(output, context);
34
+ }
35
+ }
36
+ exports.EnableApplicationLayerAutomaticResponseCommand = EnableApplicationLayerAutomaticResponseCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UpdateApplicationLayerAutomaticResponseCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
+ class UpdateApplicationLayerAutomaticResponseCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "ShieldClient";
18
+ const commandName = "UpdateApplicationLayerAutomaticResponseCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.UpdateApplicationLayerAutomaticResponseRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.UpdateApplicationLayerAutomaticResponseResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_json1_1_1.serializeAws_json1_1UpdateApplicationLayerAutomaticResponseCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_json1_1_1.deserializeAws_json1_1UpdateApplicationLayerAutomaticResponseCommand(output, context);
34
+ }
35
+ }
36
+ exports.UpdateApplicationLayerAutomaticResponseCommand = UpdateApplicationLayerAutomaticResponseCommand;
@@ -18,10 +18,12 @@ tslib_1.__exportStar(require("./DescribeEmergencyContactSettingsCommand"), expor
18
18
  tslib_1.__exportStar(require("./DescribeProtectionCommand"), exports);
19
19
  tslib_1.__exportStar(require("./DescribeProtectionGroupCommand"), exports);
20
20
  tslib_1.__exportStar(require("./DescribeSubscriptionCommand"), exports);
21
+ tslib_1.__exportStar(require("./DisableApplicationLayerAutomaticResponseCommand"), exports);
21
22
  tslib_1.__exportStar(require("./DisableProactiveEngagementCommand"), exports);
22
23
  tslib_1.__exportStar(require("./DisassociateDRTLogBucketCommand"), exports);
23
24
  tslib_1.__exportStar(require("./DisassociateDRTRoleCommand"), exports);
24
25
  tslib_1.__exportStar(require("./DisassociateHealthCheckCommand"), exports);
26
+ tslib_1.__exportStar(require("./EnableApplicationLayerAutomaticResponseCommand"), exports);
25
27
  tslib_1.__exportStar(require("./EnableProactiveEngagementCommand"), exports);
26
28
  tslib_1.__exportStar(require("./GetSubscriptionStateCommand"), exports);
27
29
  tslib_1.__exportStar(require("./ListAttacksCommand"), exports);
@@ -31,6 +33,7 @@ tslib_1.__exportStar(require("./ListResourcesInProtectionGroupCommand"), exports
31
33
  tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
32
34
  tslib_1.__exportStar(require("./TagResourceCommand"), exports);
33
35
  tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
36
+ tslib_1.__exportStar(require("./UpdateApplicationLayerAutomaticResponseCommand"), exports);
34
37
  tslib_1.__exportStar(require("./UpdateEmergencyContactSettingsCommand"), exports);
35
38
  tslib_1.__exportStar(require("./UpdateProtectionGroupCommand"), exports);
36
39
  tslib_1.__exportStar(require("./UpdateSubscriptionCommand"), exports);
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteProtectionRequest = exports.CreateSubscriptionResponse = exports.CreateSubscriptionRequest = exports.CreateProtectionGroupResponse = exports.CreateProtectionGroupRequest = exports.ProtectedResourceType = exports.ProtectionGroupPattern = exports.ProtectionGroupAggregation = exports.ResourceAlreadyExistsException = exports.InvalidResourceException = exports.CreateProtectionResponse = exports.CreateProtectionRequest = exports.Tag = exports.AutoRenew = exports.AttackSummary = exports.AttackVectorDescription = exports.AttackStatisticsDataItem = exports.AttackVolume = exports.AttackVolumeStatistics = exports.AttackDetail = exports.SubResourceSummary = exports.SubResourceType = exports.SummarizedAttackVector = exports.Mitigation = exports.AttackProperty = exports.Unit = exports.Contributor = exports.AttackPropertyIdentifier = exports.AttackLayer = exports.SummarizedCounter = exports.AssociateProactiveEngagementDetailsResponse = exports.AssociateProactiveEngagementDetailsRequest = exports.EmergencyContact = exports.AssociateHealthCheckResponse = exports.AssociateHealthCheckRequest = exports.AssociateDRTRoleResponse = exports.AssociateDRTRoleRequest = exports.ResourceNotFoundException = exports.OptimisticLockException = exports.NoAssociatedRoleException = exports.LimitsExceededException = exports.InvalidParameterException = exports.ValidationExceptionReason = exports.ValidationExceptionField = exports.InvalidOperationException = exports.InternalErrorException = exports.AssociateDRTLogBucketResponse = exports.AssociateDRTLogBucketRequest = exports.AccessDeniedForDependencyException = exports.AccessDeniedException = void 0;
4
- exports.ListProtectionsRequest = exports.ListProtectionGroupsResponse = exports.ListProtectionGroupsRequest = exports.InvalidPaginationTokenException = exports.ListAttacksResponse = exports.ListAttacksRequest = exports.GetSubscriptionStateResponse = exports.SubscriptionState = exports.GetSubscriptionStateRequest = exports.EnableProactiveEngagementResponse = exports.EnableProactiveEngagementRequest = exports.DisassociateHealthCheckResponse = exports.DisassociateHealthCheckRequest = exports.DisassociateDRTRoleResponse = exports.DisassociateDRTRoleRequest = exports.DisassociateDRTLogBucketResponse = exports.DisassociateDRTLogBucketRequest = exports.DisableProactiveEngagementResponse = exports.DisableProactiveEngagementRequest = exports.DescribeSubscriptionResponse = exports.Subscription = exports.SubscriptionLimits = exports.ProtectionLimits = exports.ProtectionGroupLimits = exports.ProtectionGroupPatternTypeLimits = exports.ProtectionGroupArbitraryPatternLimits = exports.ProactiveEngagementStatus = exports.Limit = exports.DescribeSubscriptionRequest = exports.DescribeProtectionGroupResponse = exports.ProtectionGroup = exports.DescribeProtectionGroupRequest = exports.DescribeProtectionResponse = exports.Protection = exports.DescribeProtectionRequest = exports.DescribeEmergencyContactSettingsResponse = exports.DescribeEmergencyContactSettingsRequest = exports.DescribeDRTAccessResponse = exports.DescribeDRTAccessRequest = exports.DescribeAttackStatisticsResponse = exports.TimeRange = exports.DescribeAttackStatisticsRequest = exports.DescribeAttackResponse = exports.DescribeAttackRequest = exports.LockedSubscriptionException = exports.DeleteSubscriptionResponse = exports.DeleteSubscriptionRequest = exports.DeleteProtectionGroupResponse = exports.DeleteProtectionGroupRequest = exports.DeleteProtectionResponse = void 0;
5
- exports.UpdateSubscriptionResponse = exports.UpdateSubscriptionRequest = exports.UpdateProtectionGroupResponse = exports.UpdateProtectionGroupRequest = exports.UpdateEmergencyContactSettingsResponse = exports.UpdateEmergencyContactSettingsRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListResourcesInProtectionGroupResponse = exports.ListResourcesInProtectionGroupRequest = exports.ListProtectionsResponse = void 0;
3
+ exports.ProtectedResourceType = exports.ProtectionGroupPattern = exports.ProtectionGroupAggregation = exports.ResourceAlreadyExistsException = exports.CreateProtectionResponse = exports.CreateProtectionRequest = exports.Tag = exports.AutoRenew = exports.AttackSummary = exports.AttackVectorDescription = exports.AttackStatisticsDataItem = exports.AttackVolume = exports.AttackVolumeStatistics = exports.AttackDetail = exports.SubResourceSummary = exports.SubResourceType = exports.SummarizedAttackVector = exports.Mitigation = exports.AttackProperty = exports.Unit = exports.Contributor = exports.AttackPropertyIdentifier = exports.AttackLayer = exports.SummarizedCounter = exports.AssociateProactiveEngagementDetailsResponse = exports.AssociateProactiveEngagementDetailsRequest = exports.EmergencyContact = exports.InvalidResourceException = exports.AssociateHealthCheckResponse = exports.AssociateHealthCheckRequest = exports.AssociateDRTRoleResponse = exports.AssociateDRTRoleRequest = exports.ResourceNotFoundException = exports.OptimisticLockException = exports.NoAssociatedRoleException = exports.LimitsExceededException = exports.InvalidParameterException = exports.ValidationExceptionReason = exports.ValidationExceptionField = exports.InvalidOperationException = exports.InternalErrorException = exports.AssociateDRTLogBucketResponse = exports.AssociateDRTLogBucketRequest = exports.ApplicationLayerAutomaticResponseConfiguration = exports.ApplicationLayerAutomaticResponseStatus = exports.ResponseAction = exports.CountAction = exports.BlockAction = exports.AccessDeniedForDependencyException = exports.AccessDeniedException = void 0;
4
+ exports.EnableProactiveEngagementResponse = exports.EnableProactiveEngagementRequest = exports.EnableApplicationLayerAutomaticResponseResponse = exports.EnableApplicationLayerAutomaticResponseRequest = exports.DisassociateHealthCheckResponse = exports.DisassociateHealthCheckRequest = exports.DisassociateDRTRoleResponse = exports.DisassociateDRTRoleRequest = exports.DisassociateDRTLogBucketResponse = exports.DisassociateDRTLogBucketRequest = exports.DisableProactiveEngagementResponse = exports.DisableProactiveEngagementRequest = exports.DisableApplicationLayerAutomaticResponseResponse = exports.DisableApplicationLayerAutomaticResponseRequest = exports.DescribeSubscriptionResponse = exports.Subscription = exports.SubscriptionLimits = exports.ProtectionLimits = exports.ProtectionGroupLimits = exports.ProtectionGroupPatternTypeLimits = exports.ProtectionGroupArbitraryPatternLimits = exports.ProactiveEngagementStatus = exports.Limit = exports.DescribeSubscriptionRequest = exports.DescribeProtectionGroupResponse = exports.ProtectionGroup = exports.DescribeProtectionGroupRequest = exports.DescribeProtectionResponse = exports.Protection = exports.DescribeProtectionRequest = exports.DescribeEmergencyContactSettingsResponse = exports.DescribeEmergencyContactSettingsRequest = exports.DescribeDRTAccessResponse = exports.DescribeDRTAccessRequest = exports.DescribeAttackStatisticsResponse = exports.TimeRange = exports.DescribeAttackStatisticsRequest = exports.DescribeAttackResponse = exports.DescribeAttackRequest = exports.LockedSubscriptionException = exports.DeleteSubscriptionResponse = exports.DeleteSubscriptionRequest = exports.DeleteProtectionGroupResponse = exports.DeleteProtectionGroupRequest = exports.DeleteProtectionResponse = exports.DeleteProtectionRequest = exports.CreateSubscriptionResponse = exports.CreateSubscriptionRequest = exports.CreateProtectionGroupResponse = exports.CreateProtectionGroupRequest = void 0;
5
+ exports.UpdateSubscriptionResponse = exports.UpdateSubscriptionRequest = exports.UpdateProtectionGroupResponse = exports.UpdateProtectionGroupRequest = exports.UpdateEmergencyContactSettingsResponse = exports.UpdateEmergencyContactSettingsRequest = exports.UpdateApplicationLayerAutomaticResponseResponse = exports.UpdateApplicationLayerAutomaticResponseRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListResourcesInProtectionGroupResponse = exports.ListResourcesInProtectionGroupRequest = exports.ListProtectionsResponse = exports.ListProtectionsRequest = exports.ListProtectionGroupsResponse = exports.ListProtectionGroupsRequest = exports.InvalidPaginationTokenException = exports.ListAttacksResponse = exports.ListAttacksRequest = exports.GetSubscriptionStateResponse = exports.SubscriptionState = exports.GetSubscriptionStateRequest = void 0;
6
6
  var AccessDeniedException;
7
7
  (function (AccessDeniedException) {
8
8
  AccessDeniedException.filterSensitiveLog = (obj) => ({
@@ -15,6 +15,35 @@ var AccessDeniedForDependencyException;
15
15
  ...obj,
16
16
  });
17
17
  })(AccessDeniedForDependencyException = exports.AccessDeniedForDependencyException || (exports.AccessDeniedForDependencyException = {}));
18
+ var BlockAction;
19
+ (function (BlockAction) {
20
+ BlockAction.filterSensitiveLog = (obj) => ({
21
+ ...obj,
22
+ });
23
+ })(BlockAction = exports.BlockAction || (exports.BlockAction = {}));
24
+ var CountAction;
25
+ (function (CountAction) {
26
+ CountAction.filterSensitiveLog = (obj) => ({
27
+ ...obj,
28
+ });
29
+ })(CountAction = exports.CountAction || (exports.CountAction = {}));
30
+ var ResponseAction;
31
+ (function (ResponseAction) {
32
+ ResponseAction.filterSensitiveLog = (obj) => ({
33
+ ...obj,
34
+ });
35
+ })(ResponseAction = exports.ResponseAction || (exports.ResponseAction = {}));
36
+ var ApplicationLayerAutomaticResponseStatus;
37
+ (function (ApplicationLayerAutomaticResponseStatus) {
38
+ ApplicationLayerAutomaticResponseStatus["DISABLED"] = "DISABLED";
39
+ ApplicationLayerAutomaticResponseStatus["ENABLED"] = "ENABLED";
40
+ })(ApplicationLayerAutomaticResponseStatus = exports.ApplicationLayerAutomaticResponseStatus || (exports.ApplicationLayerAutomaticResponseStatus = {}));
41
+ var ApplicationLayerAutomaticResponseConfiguration;
42
+ (function (ApplicationLayerAutomaticResponseConfiguration) {
43
+ ApplicationLayerAutomaticResponseConfiguration.filterSensitiveLog = (obj) => ({
44
+ ...obj,
45
+ });
46
+ })(ApplicationLayerAutomaticResponseConfiguration = exports.ApplicationLayerAutomaticResponseConfiguration || (exports.ApplicationLayerAutomaticResponseConfiguration = {}));
18
47
  var AssociateDRTLogBucketRequest;
19
48
  (function (AssociateDRTLogBucketRequest) {
20
49
  AssociateDRTLogBucketRequest.filterSensitiveLog = (obj) => ({
@@ -104,6 +133,12 @@ var AssociateHealthCheckResponse;
104
133
  ...obj,
105
134
  });
106
135
  })(AssociateHealthCheckResponse = exports.AssociateHealthCheckResponse || (exports.AssociateHealthCheckResponse = {}));
136
+ var InvalidResourceException;
137
+ (function (InvalidResourceException) {
138
+ InvalidResourceException.filterSensitiveLog = (obj) => ({
139
+ ...obj,
140
+ });
141
+ })(InvalidResourceException = exports.InvalidResourceException || (exports.InvalidResourceException = {}));
107
142
  var EmergencyContact;
108
143
  (function (EmergencyContact) {
109
144
  EmergencyContact.filterSensitiveLog = (obj) => ({
@@ -245,12 +280,6 @@ var CreateProtectionResponse;
245
280
  ...obj,
246
281
  });
247
282
  })(CreateProtectionResponse = exports.CreateProtectionResponse || (exports.CreateProtectionResponse = {}));
248
- var InvalidResourceException;
249
- (function (InvalidResourceException) {
250
- InvalidResourceException.filterSensitiveLog = (obj) => ({
251
- ...obj,
252
- });
253
- })(InvalidResourceException = exports.InvalidResourceException || (exports.InvalidResourceException = {}));
254
283
  var ResourceAlreadyExistsException;
255
284
  (function (ResourceAlreadyExistsException) {
256
285
  ResourceAlreadyExistsException.filterSensitiveLog = (obj) => ({
@@ -494,6 +523,18 @@ var DescribeSubscriptionResponse;
494
523
  ...obj,
495
524
  });
496
525
  })(DescribeSubscriptionResponse = exports.DescribeSubscriptionResponse || (exports.DescribeSubscriptionResponse = {}));
526
+ var DisableApplicationLayerAutomaticResponseRequest;
527
+ (function (DisableApplicationLayerAutomaticResponseRequest) {
528
+ DisableApplicationLayerAutomaticResponseRequest.filterSensitiveLog = (obj) => ({
529
+ ...obj,
530
+ });
531
+ })(DisableApplicationLayerAutomaticResponseRequest = exports.DisableApplicationLayerAutomaticResponseRequest || (exports.DisableApplicationLayerAutomaticResponseRequest = {}));
532
+ var DisableApplicationLayerAutomaticResponseResponse;
533
+ (function (DisableApplicationLayerAutomaticResponseResponse) {
534
+ DisableApplicationLayerAutomaticResponseResponse.filterSensitiveLog = (obj) => ({
535
+ ...obj,
536
+ });
537
+ })(DisableApplicationLayerAutomaticResponseResponse = exports.DisableApplicationLayerAutomaticResponseResponse || (exports.DisableApplicationLayerAutomaticResponseResponse = {}));
497
538
  var DisableProactiveEngagementRequest;
498
539
  (function (DisableProactiveEngagementRequest) {
499
540
  DisableProactiveEngagementRequest.filterSensitiveLog = (obj) => ({
@@ -542,6 +583,18 @@ var DisassociateHealthCheckResponse;
542
583
  ...obj,
543
584
  });
544
585
  })(DisassociateHealthCheckResponse = exports.DisassociateHealthCheckResponse || (exports.DisassociateHealthCheckResponse = {}));
586
+ var EnableApplicationLayerAutomaticResponseRequest;
587
+ (function (EnableApplicationLayerAutomaticResponseRequest) {
588
+ EnableApplicationLayerAutomaticResponseRequest.filterSensitiveLog = (obj) => ({
589
+ ...obj,
590
+ });
591
+ })(EnableApplicationLayerAutomaticResponseRequest = exports.EnableApplicationLayerAutomaticResponseRequest || (exports.EnableApplicationLayerAutomaticResponseRequest = {}));
592
+ var EnableApplicationLayerAutomaticResponseResponse;
593
+ (function (EnableApplicationLayerAutomaticResponseResponse) {
594
+ EnableApplicationLayerAutomaticResponseResponse.filterSensitiveLog = (obj) => ({
595
+ ...obj,
596
+ });
597
+ })(EnableApplicationLayerAutomaticResponseResponse = exports.EnableApplicationLayerAutomaticResponseResponse || (exports.EnableApplicationLayerAutomaticResponseResponse = {}));
545
598
  var EnableProactiveEngagementRequest;
546
599
  (function (EnableProactiveEngagementRequest) {
547
600
  EnableProactiveEngagementRequest.filterSensitiveLog = (obj) => ({
@@ -661,6 +714,18 @@ var UntagResourceResponse;
661
714
  ...obj,
662
715
  });
663
716
  })(UntagResourceResponse = exports.UntagResourceResponse || (exports.UntagResourceResponse = {}));
717
+ var UpdateApplicationLayerAutomaticResponseRequest;
718
+ (function (UpdateApplicationLayerAutomaticResponseRequest) {
719
+ UpdateApplicationLayerAutomaticResponseRequest.filterSensitiveLog = (obj) => ({
720
+ ...obj,
721
+ });
722
+ })(UpdateApplicationLayerAutomaticResponseRequest = exports.UpdateApplicationLayerAutomaticResponseRequest || (exports.UpdateApplicationLayerAutomaticResponseRequest = {}));
723
+ var UpdateApplicationLayerAutomaticResponseResponse;
724
+ (function (UpdateApplicationLayerAutomaticResponseResponse) {
725
+ UpdateApplicationLayerAutomaticResponseResponse.filterSensitiveLog = (obj) => ({
726
+ ...obj,
727
+ });
728
+ })(UpdateApplicationLayerAutomaticResponseResponse = exports.UpdateApplicationLayerAutomaticResponseResponse || (exports.UpdateApplicationLayerAutomaticResponseResponse = {}));
664
729
  var UpdateEmergencyContactSettingsRequest;
665
730
  (function (UpdateEmergencyContactSettingsRequest) {
666
731
  UpdateEmergencyContactSettingsRequest.filterSensitiveLog = (obj) => ({