@aws-sdk/client-shield 3.181.0 → 3.183.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 (52) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-es/Shield.js +146 -153
  3. package/dist-es/ShieldClient.js +22 -28
  4. package/dist-es/commands/AssociateDRTLogBucketCommand.js +21 -28
  5. package/dist-es/commands/AssociateDRTRoleCommand.js +21 -28
  6. package/dist-es/commands/AssociateHealthCheckCommand.js +21 -28
  7. package/dist-es/commands/AssociateProactiveEngagementDetailsCommand.js +21 -28
  8. package/dist-es/commands/CreateProtectionCommand.js +21 -28
  9. package/dist-es/commands/CreateProtectionGroupCommand.js +21 -28
  10. package/dist-es/commands/CreateSubscriptionCommand.js +21 -28
  11. package/dist-es/commands/DeleteProtectionCommand.js +21 -28
  12. package/dist-es/commands/DeleteProtectionGroupCommand.js +21 -28
  13. package/dist-es/commands/DeleteSubscriptionCommand.js +21 -28
  14. package/dist-es/commands/DescribeAttackCommand.js +21 -28
  15. package/dist-es/commands/DescribeAttackStatisticsCommand.js +21 -28
  16. package/dist-es/commands/DescribeDRTAccessCommand.js +21 -28
  17. package/dist-es/commands/DescribeEmergencyContactSettingsCommand.js +21 -28
  18. package/dist-es/commands/DescribeProtectionCommand.js +21 -28
  19. package/dist-es/commands/DescribeProtectionGroupCommand.js +21 -28
  20. package/dist-es/commands/DescribeSubscriptionCommand.js +21 -28
  21. package/dist-es/commands/DisableApplicationLayerAutomaticResponseCommand.js +21 -28
  22. package/dist-es/commands/DisableProactiveEngagementCommand.js +21 -28
  23. package/dist-es/commands/DisassociateDRTLogBucketCommand.js +21 -28
  24. package/dist-es/commands/DisassociateDRTRoleCommand.js +21 -28
  25. package/dist-es/commands/DisassociateHealthCheckCommand.js +21 -28
  26. package/dist-es/commands/EnableApplicationLayerAutomaticResponseCommand.js +21 -28
  27. package/dist-es/commands/EnableProactiveEngagementCommand.js +21 -28
  28. package/dist-es/commands/GetSubscriptionStateCommand.js +21 -28
  29. package/dist-es/commands/ListAttacksCommand.js +21 -28
  30. package/dist-es/commands/ListProtectionGroupsCommand.js +21 -28
  31. package/dist-es/commands/ListProtectionsCommand.js +21 -28
  32. package/dist-es/commands/ListResourcesInProtectionGroupCommand.js +21 -28
  33. package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
  34. package/dist-es/commands/TagResourceCommand.js +21 -28
  35. package/dist-es/commands/UntagResourceCommand.js +21 -28
  36. package/dist-es/commands/UpdateApplicationLayerAutomaticResponseCommand.js +21 -28
  37. package/dist-es/commands/UpdateEmergencyContactSettingsCommand.js +21 -28
  38. package/dist-es/commands/UpdateProtectionGroupCommand.js +21 -28
  39. package/dist-es/commands/UpdateSubscriptionCommand.js +21 -28
  40. package/dist-es/endpoints.js +8 -8
  41. package/dist-es/models/ShieldServiceException.js +5 -10
  42. package/dist-es/models/models_0.js +458 -253
  43. package/dist-es/pagination/ListAttacksPaginator.js +25 -68
  44. package/dist-es/pagination/ListProtectionGroupsPaginator.js +25 -68
  45. package/dist-es/pagination/ListProtectionsPaginator.js +25 -68
  46. package/dist-es/pagination/ListResourcesInProtectionGroupPaginator.js +25 -68
  47. package/dist-es/protocols/Aws_json1_1.js +2384 -3132
  48. package/dist-es/runtimeConfig.browser.js +26 -12
  49. package/dist-es/runtimeConfig.js +30 -12
  50. package/dist-es/runtimeConfig.native.js +8 -5
  51. package/dist-es/runtimeConfig.shared.js +8 -11
  52. package/package.json +33 -33
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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.183.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.182.0...v3.183.0) (2022-10-03)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-shield
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.181.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.180.0...v3.181.0) (2022-09-29)
7
15
 
8
16