@aws-sdk/client-macie2 3.154.0 → 3.161.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 (83) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/Macie2.js +75 -0
  3. package/dist-cjs/commands/CreateAllowListCommand.js +36 -0
  4. package/dist-cjs/commands/DeleteAllowListCommand.js +36 -0
  5. package/dist-cjs/commands/GetAllowListCommand.js +36 -0
  6. package/dist-cjs/commands/ListAllowListsCommand.js +36 -0
  7. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  8. package/dist-cjs/commands/UpdateAllowListCommand.js +36 -0
  9. package/dist-cjs/commands/UpdateClassificationJobCommand.js +3 -3
  10. package/dist-cjs/commands/UpdateFindingsFilterCommand.js +3 -3
  11. package/dist-cjs/commands/UpdateMacieSessionCommand.js +3 -3
  12. package/dist-cjs/commands/UpdateMemberSessionCommand.js +3 -3
  13. package/dist-cjs/commands/UpdateOrganizationConfigurationCommand.js +3 -3
  14. package/dist-cjs/commands/UpdateRevealConfigurationCommand.js +3 -3
  15. package/dist-cjs/commands/index.js +5 -0
  16. package/dist-cjs/endpoints.js +1 -0
  17. package/dist-cjs/models/index.js +1 -0
  18. package/dist-cjs/models/models_0.js +65 -58
  19. package/dist-cjs/models/models_1.js +63 -0
  20. package/dist-cjs/protocols/Aws_restJson1.js +432 -3
  21. package/dist-es/Macie2.js +75 -0
  22. package/dist-es/commands/CreateAllowListCommand.js +39 -0
  23. package/dist-es/commands/DeleteAllowListCommand.js +39 -0
  24. package/dist-es/commands/GetAllowListCommand.js +39 -0
  25. package/dist-es/commands/ListAllowListsCommand.js +39 -0
  26. package/dist-es/commands/UntagResourceCommand.js +2 -1
  27. package/dist-es/commands/UpdateAllowListCommand.js +39 -0
  28. package/dist-es/commands/UpdateClassificationJobCommand.js +1 -1
  29. package/dist-es/commands/UpdateFindingsFilterCommand.js +1 -1
  30. package/dist-es/commands/UpdateMacieSessionCommand.js +1 -1
  31. package/dist-es/commands/UpdateMemberSessionCommand.js +1 -1
  32. package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +1 -1
  33. package/dist-es/commands/UpdateRevealConfigurationCommand.js +1 -1
  34. package/dist-es/commands/index.js +5 -0
  35. package/dist-es/endpoints.js +1 -0
  36. package/dist-es/models/index.js +1 -0
  37. package/dist-es/models/models_0.js +23 -13
  38. package/dist-es/models/models_1.js +16 -0
  39. package/dist-es/protocols/Aws_restJson1.js +567 -1
  40. package/dist-types/Macie2.d.ts +42 -7
  41. package/dist-types/Macie2Client.d.ts +7 -2
  42. package/dist-types/commands/CreateAllowListCommand.d.ts +35 -0
  43. package/dist-types/commands/DeleteAllowListCommand.d.ts +35 -0
  44. package/dist-types/commands/GetAllowListCommand.d.ts +35 -0
  45. package/dist-types/commands/GetRevealConfigurationCommand.d.ts +1 -1
  46. package/dist-types/commands/GetSensitiveDataOccurrencesAvailabilityCommand.d.ts +1 -1
  47. package/dist-types/commands/GetSensitiveDataOccurrencesCommand.d.ts +1 -1
  48. package/dist-types/commands/ListAllowListsCommand.d.ts +35 -0
  49. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  50. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  51. package/dist-types/commands/UntagResourceCommand.d.ts +3 -2
  52. package/dist-types/commands/UpdateAllowListCommand.d.ts +35 -0
  53. package/dist-types/commands/UpdateClassificationJobCommand.d.ts +1 -1
  54. package/dist-types/commands/UpdateFindingsFilterCommand.d.ts +1 -1
  55. package/dist-types/commands/UpdateMacieSessionCommand.d.ts +1 -1
  56. package/dist-types/commands/UpdateMemberSessionCommand.d.ts +1 -1
  57. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +1 -1
  58. package/dist-types/commands/UpdateRevealConfigurationCommand.d.ts +2 -2
  59. package/dist-types/commands/index.d.ts +5 -0
  60. package/dist-types/models/index.d.ts +1 -0
  61. package/dist-types/models/models_0.d.ts +268 -176
  62. package/dist-types/models/models_1.d.ts +187 -0
  63. package/dist-types/protocols/Aws_restJson1.d.ts +15 -0
  64. package/dist-types/ts3.4/Macie2.d.ts +25 -0
  65. package/dist-types/ts3.4/Macie2Client.d.ts +7 -2
  66. package/dist-types/ts3.4/commands/CreateAllowListCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/DeleteAllowListCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/GetAllowListCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/ListAllowListsCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  71. package/dist-types/ts3.4/commands/UpdateAllowListCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/UpdateClassificationJobCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/UpdateFindingsFilterCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/UpdateMacieSessionCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/UpdateMemberSessionCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/UpdateRevealConfigurationCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  79. package/dist-types/ts3.4/models/index.d.ts +1 -0
  80. package/dist-types/ts3.4/models/models_0.d.ts +136 -88
  81. package/dist-types/ts3.4/models/models_1.d.ts +109 -0
  82. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +15 -0
  83. package/package.json +27 -27
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-macie2",
3
3
  "description": "AWS SDK for JavaScript Macie2 Client for Node.js, Browser and React Native",
4
- "version": "3.154.0",
4
+ "version": "3.161.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -18,38 +18,38 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.154.0",
22
- "@aws-sdk/config-resolver": "3.130.0",
23
- "@aws-sdk/credential-provider-node": "3.154.0",
24
- "@aws-sdk/fetch-http-handler": "3.131.0",
25
- "@aws-sdk/hash-node": "3.127.0",
26
- "@aws-sdk/invalid-dependency": "3.127.0",
27
- "@aws-sdk/middleware-content-length": "3.127.0",
28
- "@aws-sdk/middleware-host-header": "3.127.0",
29
- "@aws-sdk/middleware-logger": "3.127.0",
30
- "@aws-sdk/middleware-recursion-detection": "3.127.0",
31
- "@aws-sdk/middleware-retry": "3.127.0",
32
- "@aws-sdk/middleware-serde": "3.127.0",
33
- "@aws-sdk/middleware-signing": "3.130.0",
34
- "@aws-sdk/middleware-stack": "3.127.0",
35
- "@aws-sdk/middleware-user-agent": "3.127.0",
36
- "@aws-sdk/node-config-provider": "3.127.0",
37
- "@aws-sdk/node-http-handler": "3.127.0",
38
- "@aws-sdk/protocol-http": "3.127.0",
39
- "@aws-sdk/smithy-client": "3.142.0",
40
- "@aws-sdk/types": "3.127.0",
41
- "@aws-sdk/url-parser": "3.127.0",
21
+ "@aws-sdk/client-sts": "3.161.0",
22
+ "@aws-sdk/config-resolver": "3.160.0",
23
+ "@aws-sdk/credential-provider-node": "3.161.0",
24
+ "@aws-sdk/fetch-http-handler": "3.160.0",
25
+ "@aws-sdk/hash-node": "3.160.0",
26
+ "@aws-sdk/invalid-dependency": "3.160.0",
27
+ "@aws-sdk/middleware-content-length": "3.160.0",
28
+ "@aws-sdk/middleware-host-header": "3.160.0",
29
+ "@aws-sdk/middleware-logger": "3.160.0",
30
+ "@aws-sdk/middleware-recursion-detection": "3.160.0",
31
+ "@aws-sdk/middleware-retry": "3.160.0",
32
+ "@aws-sdk/middleware-serde": "3.160.0",
33
+ "@aws-sdk/middleware-signing": "3.160.0",
34
+ "@aws-sdk/middleware-stack": "3.160.0",
35
+ "@aws-sdk/middleware-user-agent": "3.160.0",
36
+ "@aws-sdk/node-config-provider": "3.160.0",
37
+ "@aws-sdk/node-http-handler": "3.160.0",
38
+ "@aws-sdk/protocol-http": "3.160.0",
39
+ "@aws-sdk/smithy-client": "3.161.0",
40
+ "@aws-sdk/types": "3.160.0",
41
+ "@aws-sdk/url-parser": "3.160.0",
42
42
  "@aws-sdk/util-base64-browser": "3.109.0",
43
43
  "@aws-sdk/util-base64-node": "3.55.0",
44
44
  "@aws-sdk/util-body-length-browser": "3.154.0",
45
45
  "@aws-sdk/util-body-length-node": "3.55.0",
46
- "@aws-sdk/util-defaults-mode-browser": "3.142.0",
47
- "@aws-sdk/util-defaults-mode-node": "3.142.0",
48
- "@aws-sdk/util-user-agent-browser": "3.127.0",
49
- "@aws-sdk/util-user-agent-node": "3.127.0",
46
+ "@aws-sdk/util-defaults-mode-browser": "3.161.0",
47
+ "@aws-sdk/util-defaults-mode-node": "3.161.0",
48
+ "@aws-sdk/util-user-agent-browser": "3.160.0",
49
+ "@aws-sdk/util-user-agent-node": "3.160.0",
50
50
  "@aws-sdk/util-utf8-browser": "3.109.0",
51
51
  "@aws-sdk/util-utf8-node": "3.109.0",
52
- "@aws-sdk/util-waiter": "3.127.0",
52
+ "@aws-sdk/util-waiter": "3.160.0",
53
53
  "tslib": "^2.3.1",
54
54
  "uuid": "^8.3.2"
55
55
  },