@aws-sdk/client-securityhub 3.168.0 → 3.170.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 (87) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/SecurityHub.d.ts +1024 -285
  3. package/dist-types/ts3.4/SecurityHubClient.d.ts +465 -129
  4. package/dist-types/ts3.4/commands/AcceptAdministratorInvitationCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/AcceptInvitationCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/BatchDisableStandardsCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/BatchEnableStandardsCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/BatchImportFindingsCommand.d.ts +38 -17
  9. package/dist-types/ts3.4/commands/BatchUpdateFindingsCommand.d.ts +38 -17
  10. package/dist-types/ts3.4/commands/CreateActionTargetCommand.d.ts +38 -17
  11. package/dist-types/ts3.4/commands/CreateFindingAggregatorCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/CreateInsightCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/CreateMembersCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/DeclineInvitationsCommand.d.ts +38 -17
  15. package/dist-types/ts3.4/commands/DeleteActionTargetCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/DeleteFindingAggregatorCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/DeleteInsightCommand.d.ts +37 -17
  18. package/dist-types/ts3.4/commands/DeleteInvitationsCommand.d.ts +38 -17
  19. package/dist-types/ts3.4/commands/DeleteMembersCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/DescribeActionTargetsCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DescribeHubCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/DescribeProductsCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/DescribeStandardsCommand.d.ts +38 -17
  25. package/dist-types/ts3.4/commands/DescribeStandardsControlsCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/DisableImportFindingsForProductCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/DisableSecurityHubCommand.d.ts +38 -17
  29. package/dist-types/ts3.4/commands/DisassociateFromAdministratorAccountCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/DisassociateFromMasterAccountCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/DisassociateMembersCommand.d.ts +38 -17
  32. package/dist-types/ts3.4/commands/EnableImportFindingsForProductCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/EnableSecurityHubCommand.d.ts +38 -17
  35. package/dist-types/ts3.4/commands/GetAdministratorAccountCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/GetEnabledStandardsCommand.d.ts +38 -17
  37. package/dist-types/ts3.4/commands/GetFindingAggregatorCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +34 -17
  39. package/dist-types/ts3.4/commands/GetInsightResultsCommand.d.ts +38 -17
  40. package/dist-types/ts3.4/commands/GetInsightsCommand.d.ts +34 -17
  41. package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +38 -17
  42. package/dist-types/ts3.4/commands/GetMasterAccountCommand.d.ts +37 -17
  43. package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +34 -17
  44. package/dist-types/ts3.4/commands/InviteMembersCommand.d.ts +35 -18
  45. package/dist-types/ts3.4/commands/ListEnabledProductsForImportCommand.d.ts +41 -17
  46. package/dist-types/ts3.4/commands/ListFindingAggregatorsCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +37 -17
  48. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +34 -17
  49. package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +41 -17
  50. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  51. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  52. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  53. package/dist-types/ts3.4/commands/UpdateActionTargetCommand.d.ts +38 -17
  54. package/dist-types/ts3.4/commands/UpdateFindingAggregatorCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/UpdateFindingsCommand.d.ts +37 -17
  56. package/dist-types/ts3.4/commands/UpdateInsightCommand.d.ts +37 -17
  57. package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +41 -17
  58. package/dist-types/ts3.4/commands/UpdateSecurityHubConfigurationCommand.d.ts +41 -17
  59. package/dist-types/ts3.4/commands/UpdateStandardsControlCommand.d.ts +41 -17
  60. package/dist-types/ts3.4/commands/index.d.ts +56 -56
  61. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  62. package/dist-types/ts3.4/index.d.ts +6 -6
  63. package/dist-types/ts3.4/models/SecurityHubServiceException.d.ts +8 -6
  64. package/dist-types/ts3.4/models/index.d.ts +3 -3
  65. package/dist-types/ts3.4/models/models_0.d.ts +4382 -4097
  66. package/dist-types/ts3.4/models/models_1.d.ts +4116 -3847
  67. package/dist-types/ts3.4/models/models_2.d.ts +268 -228
  68. package/dist-types/ts3.4/pagination/DescribeActionTargetsPaginator.d.ts +11 -4
  69. package/dist-types/ts3.4/pagination/DescribeProductsPaginator.d.ts +11 -4
  70. package/dist-types/ts3.4/pagination/DescribeStandardsControlsPaginator.d.ts +11 -4
  71. package/dist-types/ts3.4/pagination/DescribeStandardsPaginator.d.ts +11 -4
  72. package/dist-types/ts3.4/pagination/GetEnabledStandardsPaginator.d.ts +11 -4
  73. package/dist-types/ts3.4/pagination/GetFindingsPaginator.d.ts +11 -4
  74. package/dist-types/ts3.4/pagination/GetInsightsPaginator.d.ts +11 -4
  75. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  76. package/dist-types/ts3.4/pagination/ListEnabledProductsForImportPaginator.d.ts +11 -4
  77. package/dist-types/ts3.4/pagination/ListFindingAggregatorsPaginator.d.ts +11 -4
  78. package/dist-types/ts3.4/pagination/ListInvitationsPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/ListMembersPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/ListOrganizationAdminAccountsPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/index.d.ts +13 -13
  82. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +677 -170
  83. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  84. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  85. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  86. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  87. package/package.json +34 -34

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.