@aws-sdk/client-securityhub 3.40.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 (71) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/dist-cjs/endpoints.js +9 -0
  3. package/dist-cjs/models/models_0.js +228 -227
  4. package/dist-cjs/models/models_1.js +244 -5
  5. package/dist-cjs/protocols/Aws_restJson1.js +1225 -74
  6. package/dist-es/endpoints.js +9 -0
  7. package/dist-es/models/models_0.js +148 -149
  8. package/dist-es/models/models_1.js +162 -0
  9. package/dist-es/protocols/Aws_restJson1.js +1020 -17
  10. package/dist-types/SecurityHub.d.ts +13 -3
  11. package/dist-types/commands/AcceptAdministratorInvitationCommand.d.ts +1 -1
  12. package/dist-types/commands/AcceptInvitationCommand.d.ts +1 -1
  13. package/dist-types/commands/BatchDisableStandardsCommand.d.ts +1 -1
  14. package/dist-types/commands/BatchEnableStandardsCommand.d.ts +1 -1
  15. package/dist-types/commands/BatchImportFindingsCommand.d.ts +14 -3
  16. package/dist-types/commands/BatchUpdateFindingsCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateActionTargetCommand.d.ts +1 -1
  18. package/dist-types/commands/CreateFindingAggregatorCommand.d.ts +1 -1
  19. package/dist-types/commands/CreateInsightCommand.d.ts +1 -1
  20. package/dist-types/commands/CreateMembersCommand.d.ts +1 -2
  21. package/dist-types/commands/DeclineInvitationsCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteActionTargetCommand.d.ts +1 -1
  23. package/dist-types/commands/DeleteFindingAggregatorCommand.d.ts +1 -1
  24. package/dist-types/commands/DeleteInsightCommand.d.ts +1 -1
  25. package/dist-types/commands/DeleteInvitationsCommand.d.ts +1 -1
  26. package/dist-types/commands/DeleteMembersCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribeActionTargetsCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeHubCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +1 -1
  30. package/dist-types/commands/DescribeProductsCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribeStandardsCommand.d.ts +1 -1
  32. package/dist-types/commands/DescribeStandardsControlsCommand.d.ts +1 -1
  33. package/dist-types/commands/DisableImportFindingsForProductCommand.d.ts +1 -1
  34. package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +1 -1
  35. package/dist-types/commands/DisableSecurityHubCommand.d.ts +1 -1
  36. package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +1 -1
  37. package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +1 -1
  38. package/dist-types/commands/DisassociateMembersCommand.d.ts +1 -1
  39. package/dist-types/commands/EnableImportFindingsForProductCommand.d.ts +1 -1
  40. package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +1 -1
  41. package/dist-types/commands/EnableSecurityHubCommand.d.ts +1 -1
  42. package/dist-types/commands/GetAdministratorAccountCommand.d.ts +1 -1
  43. package/dist-types/commands/GetEnabledStandardsCommand.d.ts +1 -1
  44. package/dist-types/commands/GetFindingAggregatorCommand.d.ts +1 -1
  45. package/dist-types/commands/GetFindingsCommand.d.ts +1 -1
  46. package/dist-types/commands/GetInsightResultsCommand.d.ts +1 -1
  47. package/dist-types/commands/GetInsightsCommand.d.ts +1 -1
  48. package/dist-types/commands/GetInvitationsCountCommand.d.ts +1 -1
  49. package/dist-types/commands/GetMasterAccountCommand.d.ts +1 -1
  50. package/dist-types/commands/GetMembersCommand.d.ts +1 -1
  51. package/dist-types/commands/InviteMembersCommand.d.ts +1 -1
  52. package/dist-types/commands/ListEnabledProductsForImportCommand.d.ts +1 -1
  53. package/dist-types/commands/ListFindingAggregatorsCommand.d.ts +1 -1
  54. package/dist-types/commands/ListInvitationsCommand.d.ts +1 -1
  55. package/dist-types/commands/ListMembersCommand.d.ts +1 -1
  56. package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +1 -1
  57. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  58. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  59. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  60. package/dist-types/commands/UpdateActionTargetCommand.d.ts +1 -1
  61. package/dist-types/commands/UpdateFindingAggregatorCommand.d.ts +1 -1
  62. package/dist-types/commands/UpdateFindingsCommand.d.ts +1 -1
  63. package/dist-types/commands/UpdateInsightCommand.d.ts +1 -1
  64. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +1 -1
  65. package/dist-types/commands/UpdateSecurityHubConfigurationCommand.d.ts +1 -1
  66. package/dist-types/commands/UpdateStandardsControlCommand.d.ts +1 -1
  67. package/dist-types/models/models_0.d.ts +1021 -1773
  68. package/dist-types/models/models_1.d.ts +1681 -5
  69. package/dist-types/ts3.4/models/models_0.d.ts +546 -827
  70. package/dist-types/ts3.4/models/models_1.d.ts +783 -1
  71. package/package.json +6 -6
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-securityhub",
3
3
  "description": "AWS SDK for JavaScript Securityhub Client for Node.js, Browser and React Native",
4
- "version": "3.40.0",
4
+ "version": "3.45.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "2.0.0",
23
23
  "@aws-crypto/sha256-js": "2.0.0",
24
- "@aws-sdk/client-sts": "3.40.0",
25
- "@aws-sdk/config-resolver": "3.40.0",
26
- "@aws-sdk/credential-provider-node": "3.40.0",
24
+ "@aws-sdk/client-sts": "3.45.0",
25
+ "@aws-sdk/config-resolver": "3.45.0",
26
+ "@aws-sdk/credential-provider-node": "3.45.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.40.0",
28
28
  "@aws-sdk/hash-node": "3.40.0",
29
29
  "@aws-sdk/invalid-dependency": "3.40.0",
@@ -32,13 +32,13 @@
32
32
  "@aws-sdk/middleware-logger": "3.40.0",
33
33
  "@aws-sdk/middleware-retry": "3.40.0",
34
34
  "@aws-sdk/middleware-serde": "3.40.0",
35
- "@aws-sdk/middleware-signing": "3.40.0",
35
+ "@aws-sdk/middleware-signing": "3.45.0",
36
36
  "@aws-sdk/middleware-stack": "3.40.0",
37
37
  "@aws-sdk/middleware-user-agent": "3.40.0",
38
38
  "@aws-sdk/node-config-provider": "3.40.0",
39
39
  "@aws-sdk/node-http-handler": "3.40.0",
40
40
  "@aws-sdk/protocol-http": "3.40.0",
41
- "@aws-sdk/smithy-client": "3.40.0",
41
+ "@aws-sdk/smithy-client": "3.41.0",
42
42
  "@aws-sdk/types": "3.40.0",
43
43
  "@aws-sdk/url-parser": "3.40.0",
44
44
  "@aws-sdk/util-base64-browser": "3.37.0",