@aws-sdk/client-securityhub 3.830.0 → 3.831.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 (194) hide show
  1. package/README.md +208 -0
  2. package/dist-cjs/index.js +1956 -51
  3. package/dist-es/SecurityHub.js +52 -0
  4. package/dist-es/commands/BatchUpdateFindingsV2Command.js +22 -0
  5. package/dist-es/commands/ConnectorRegistrationsV2Command.js +22 -0
  6. package/dist-es/commands/CreateAggregatorV2Command.js +22 -0
  7. package/dist-es/commands/CreateAutomationRuleV2Command.js +22 -0
  8. package/dist-es/commands/CreateConnectorV2Command.js +23 -0
  9. package/dist-es/commands/CreateTicketV2Command.js +22 -0
  10. package/dist-es/commands/DeleteAggregatorV2Command.js +22 -0
  11. package/dist-es/commands/DeleteAutomationRuleV2Command.js +22 -0
  12. package/dist-es/commands/DeleteConnectorV2Command.js +22 -0
  13. package/dist-es/commands/DescribeProductsV2Command.js +22 -0
  14. package/dist-es/commands/DescribeSecurityHubV2Command.js +22 -0
  15. package/dist-es/commands/DisableSecurityHubV2Command.js +22 -0
  16. package/dist-es/commands/EnableSecurityHubV2Command.js +22 -0
  17. package/dist-es/commands/GetAggregatorV2Command.js +22 -0
  18. package/dist-es/commands/GetAutomationRuleV2Command.js +22 -0
  19. package/dist-es/commands/GetConnectorV2Command.js +22 -0
  20. package/dist-es/commands/GetFindingStatisticsV2Command.js +22 -0
  21. package/dist-es/commands/GetFindingsV2Command.js +22 -0
  22. package/dist-es/commands/GetResourcesStatisticsV2Command.js +22 -0
  23. package/dist-es/commands/GetResourcesV2Command.js +22 -0
  24. package/dist-es/commands/ListAggregatorsV2Command.js +22 -0
  25. package/dist-es/commands/ListAutomationRulesV2Command.js +22 -0
  26. package/dist-es/commands/ListConnectorsV2Command.js +22 -0
  27. package/dist-es/commands/UpdateAggregatorV2Command.js +22 -0
  28. package/dist-es/commands/UpdateAutomationRuleV2Command.js +22 -0
  29. package/dist-es/commands/UpdateConnectorV2Command.js +23 -0
  30. package/dist-es/commands/index.js +26 -0
  31. package/dist-es/models/index.js +1 -0
  32. package/dist-es/models/models_0.js +13 -0
  33. package/dist-es/models/models_2.js +193 -19
  34. package/dist-es/models/models_3.js +101 -0
  35. package/dist-es/pagination/DescribeProductsV2Paginator.js +4 -0
  36. package/dist-es/pagination/GetFindingsV2Paginator.js +4 -0
  37. package/dist-es/pagination/GetResourcesV2Paginator.js +4 -0
  38. package/dist-es/pagination/ListAggregatorsV2Paginator.js +4 -0
  39. package/dist-es/pagination/index.js +4 -0
  40. package/dist-es/protocols/Aws_restJson1.js +1071 -32
  41. package/dist-types/SecurityHub.d.ts +192 -0
  42. package/dist-types/SecurityHubClient.d.ts +28 -2
  43. package/dist-types/commands/BatchGetAutomationRulesCommand.d.ts +5 -5
  44. package/dist-types/commands/BatchUpdateAutomationRulesCommand.d.ts +5 -5
  45. package/dist-types/commands/BatchUpdateFindingsCommand.d.ts +16 -12
  46. package/dist-types/commands/BatchUpdateFindingsV2Command.d.ts +129 -0
  47. package/dist-types/commands/ConnectorRegistrationsV2Command.d.ts +96 -0
  48. package/dist-types/commands/CreateAggregatorV2Command.d.ts +106 -0
  49. package/dist-types/commands/CreateAutomationRuleCommand.d.ts +5 -5
  50. package/dist-types/commands/CreateAutomationRuleV2Command.d.ts +174 -0
  51. package/dist-types/commands/CreateConnectorV2Command.d.ts +112 -0
  52. package/dist-types/commands/CreateInsightCommand.d.ts +5 -5
  53. package/dist-types/commands/CreateTicketV2Command.d.ts +97 -0
  54. package/dist-types/commands/DeleteAggregatorV2Command.d.ts +92 -0
  55. package/dist-types/commands/DeleteAutomationRuleV2Command.d.ts +92 -0
  56. package/dist-types/commands/DeleteConnectorV2Command.d.ts +92 -0
  57. package/dist-types/commands/DescribeProductsV2Command.d.ts +107 -0
  58. package/dist-types/commands/DescribeSecurityHubV2Command.d.ts +87 -0
  59. package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +1 -0
  60. package/dist-types/commands/DisableSecurityHubV2Command.d.ts +84 -0
  61. package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +6 -2
  62. package/dist-types/commands/EnableSecurityHubV2Command.d.ts +90 -0
  63. package/dist-types/commands/GetAggregatorV2Command.d.ts +99 -0
  64. package/dist-types/commands/GetAutomationRuleV2Command.d.ts +176 -0
  65. package/dist-types/commands/GetConnectorV2Command.d.ts +119 -0
  66. package/dist-types/commands/GetFindingHistoryCommand.d.ts +8 -2
  67. package/dist-types/commands/GetFindingStatisticsV2Command.d.ts +169 -0
  68. package/dist-types/commands/GetFindingsCommand.d.ts +7 -6
  69. package/dist-types/commands/GetFindingsV2Command.d.ts +163 -0
  70. package/dist-types/commands/GetInsightResultsCommand.d.ts +1 -1
  71. package/dist-types/commands/GetInsightsCommand.d.ts +6 -6
  72. package/dist-types/commands/GetInvitationsCountCommand.d.ts +1 -1
  73. package/dist-types/commands/GetMasterAccountCommand.d.ts +1 -1
  74. package/dist-types/commands/GetMembersCommand.d.ts +1 -1
  75. package/dist-types/commands/GetResourcesStatisticsV2Command.d.ts +162 -0
  76. package/dist-types/commands/GetResourcesV2Command.d.ts +190 -0
  77. package/dist-types/commands/GetSecurityControlDefinitionCommand.d.ts +1 -1
  78. package/dist-types/commands/InviteMembersCommand.d.ts +1 -1
  79. package/dist-types/commands/ListAggregatorsV2Command.d.ts +100 -0
  80. package/dist-types/commands/ListAutomationRulesCommand.d.ts +1 -1
  81. package/dist-types/commands/ListAutomationRulesV2Command.d.ts +109 -0
  82. package/dist-types/commands/ListConfigurationPoliciesCommand.d.ts +1 -1
  83. package/dist-types/commands/ListConfigurationPolicyAssociationsCommand.d.ts +1 -1
  84. package/dist-types/commands/ListConnectorsV2Command.d.ts +110 -0
  85. package/dist-types/commands/ListEnabledProductsForImportCommand.d.ts +1 -1
  86. package/dist-types/commands/ListFindingAggregatorsCommand.d.ts +1 -1
  87. package/dist-types/commands/ListInvitationsCommand.d.ts +1 -1
  88. package/dist-types/commands/ListMembersCommand.d.ts +1 -1
  89. package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +3 -1
  90. package/dist-types/commands/ListSecurityControlDefinitionsCommand.d.ts +1 -1
  91. package/dist-types/commands/ListStandardsControlAssociationsCommand.d.ts +1 -1
  92. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  93. package/dist-types/commands/StartConfigurationPolicyAssociationCommand.d.ts +1 -1
  94. package/dist-types/commands/StartConfigurationPolicyDisassociationCommand.d.ts +1 -1
  95. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  96. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  97. package/dist-types/commands/UpdateActionTargetCommand.d.ts +1 -1
  98. package/dist-types/commands/UpdateAggregatorV2Command.d.ts +103 -0
  99. package/dist-types/commands/UpdateAutomationRuleV2Command.d.ts +171 -0
  100. package/dist-types/commands/UpdateConfigurationPolicyCommand.d.ts +1 -1
  101. package/dist-types/commands/UpdateConnectorV2Command.d.ts +99 -0
  102. package/dist-types/commands/UpdateFindingAggregatorCommand.d.ts +1 -1
  103. package/dist-types/commands/UpdateFindingsCommand.d.ts +6 -6
  104. package/dist-types/commands/UpdateInsightCommand.d.ts +6 -6
  105. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +1 -1
  106. package/dist-types/commands/UpdateSecurityControlCommand.d.ts +1 -1
  107. package/dist-types/commands/UpdateSecurityHubConfigurationCommand.d.ts +1 -1
  108. package/dist-types/commands/UpdateStandardsControlCommand.d.ts +1 -1
  109. package/dist-types/commands/index.d.ts +26 -0
  110. package/dist-types/models/index.d.ts +1 -0
  111. package/dist-types/models/models_0.d.ts +166 -320
  112. package/dist-types/models/models_1.d.ts +319 -343
  113. package/dist-types/models/models_2.d.ts +2465 -2269
  114. package/dist-types/models/models_3.d.ts +2386 -0
  115. package/dist-types/pagination/DescribeProductsV2Paginator.d.ts +7 -0
  116. package/dist-types/pagination/GetFindingsV2Paginator.d.ts +7 -0
  117. package/dist-types/pagination/GetResourcesV2Paginator.d.ts +7 -0
  118. package/dist-types/pagination/ListAggregatorsV2Paginator.d.ts +7 -0
  119. package/dist-types/pagination/index.d.ts +4 -0
  120. package/dist-types/protocols/Aws_restJson1.d.ts +234 -0
  121. package/dist-types/ts3.4/SecurityHub.d.ts +452 -0
  122. package/dist-types/ts3.4/SecurityHubClient.d.ts +156 -0
  123. package/dist-types/ts3.4/commands/BatchUpdateFindingsV2Command.d.ts +51 -0
  124. package/dist-types/ts3.4/commands/ConnectorRegistrationsV2Command.d.ts +51 -0
  125. package/dist-types/ts3.4/commands/CreateAggregatorV2Command.d.ts +51 -0
  126. package/dist-types/ts3.4/commands/CreateAutomationRuleV2Command.d.ts +51 -0
  127. package/dist-types/ts3.4/commands/CreateConnectorV2Command.d.ts +51 -0
  128. package/dist-types/ts3.4/commands/CreateTicketV2Command.d.ts +50 -0
  129. package/dist-types/ts3.4/commands/DeleteAggregatorV2Command.d.ts +51 -0
  130. package/dist-types/ts3.4/commands/DeleteAutomationRuleV2Command.d.ts +51 -0
  131. package/dist-types/ts3.4/commands/DeleteConnectorV2Command.d.ts +51 -0
  132. package/dist-types/ts3.4/commands/DescribeProductsV2Command.d.ts +51 -0
  133. package/dist-types/ts3.4/commands/DescribeSecurityHubV2Command.d.ts +51 -0
  134. package/dist-types/ts3.4/commands/DisableSecurityHubV2Command.d.ts +51 -0
  135. package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +1 -1
  136. package/dist-types/ts3.4/commands/EnableSecurityHubV2Command.d.ts +51 -0
  137. package/dist-types/ts3.4/commands/GetAggregatorV2Command.d.ts +50 -0
  138. package/dist-types/ts3.4/commands/GetAutomationRuleV2Command.d.ts +51 -0
  139. package/dist-types/ts3.4/commands/GetConnectorV2Command.d.ts +50 -0
  140. package/dist-types/ts3.4/commands/GetFindingStatisticsV2Command.d.ts +51 -0
  141. package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +2 -1
  142. package/dist-types/ts3.4/commands/GetFindingsV2Command.d.ts +50 -0
  143. package/dist-types/ts3.4/commands/GetInsightResultsCommand.d.ts +1 -1
  144. package/dist-types/ts3.4/commands/GetInsightsCommand.d.ts +1 -1
  145. package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +1 -1
  146. package/dist-types/ts3.4/commands/GetMasterAccountCommand.d.ts +1 -1
  147. package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +1 -1
  148. package/dist-types/ts3.4/commands/GetResourcesStatisticsV2Command.d.ts +51 -0
  149. package/dist-types/ts3.4/commands/GetResourcesV2Command.d.ts +50 -0
  150. package/dist-types/ts3.4/commands/GetSecurityControlDefinitionCommand.d.ts +1 -1
  151. package/dist-types/ts3.4/commands/InviteMembersCommand.d.ts +1 -1
  152. package/dist-types/ts3.4/commands/ListAggregatorsV2Command.d.ts +51 -0
  153. package/dist-types/ts3.4/commands/ListAutomationRulesCommand.d.ts +1 -1
  154. package/dist-types/ts3.4/commands/ListAutomationRulesV2Command.d.ts +51 -0
  155. package/dist-types/ts3.4/commands/ListConfigurationPoliciesCommand.d.ts +1 -1
  156. package/dist-types/ts3.4/commands/ListConfigurationPolicyAssociationsCommand.d.ts +1 -1
  157. package/dist-types/ts3.4/commands/ListConnectorsV2Command.d.ts +50 -0
  158. package/dist-types/ts3.4/commands/ListEnabledProductsForImportCommand.d.ts +1 -1
  159. package/dist-types/ts3.4/commands/ListFindingAggregatorsCommand.d.ts +1 -1
  160. package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +1 -1
  161. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +1 -1
  162. package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +1 -1
  163. package/dist-types/ts3.4/commands/ListSecurityControlDefinitionsCommand.d.ts +1 -1
  164. package/dist-types/ts3.4/commands/ListStandardsControlAssociationsCommand.d.ts +1 -1
  165. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  166. package/dist-types/ts3.4/commands/StartConfigurationPolicyAssociationCommand.d.ts +1 -1
  167. package/dist-types/ts3.4/commands/StartConfigurationPolicyDisassociationCommand.d.ts +1 -1
  168. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  169. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  170. package/dist-types/ts3.4/commands/UpdateActionTargetCommand.d.ts +1 -1
  171. package/dist-types/ts3.4/commands/UpdateAggregatorV2Command.d.ts +51 -0
  172. package/dist-types/ts3.4/commands/UpdateAutomationRuleV2Command.d.ts +51 -0
  173. package/dist-types/ts3.4/commands/UpdateConfigurationPolicyCommand.d.ts +1 -1
  174. package/dist-types/ts3.4/commands/UpdateConnectorV2Command.d.ts +51 -0
  175. package/dist-types/ts3.4/commands/UpdateFindingAggregatorCommand.d.ts +1 -1
  176. package/dist-types/ts3.4/commands/UpdateFindingsCommand.d.ts +1 -1
  177. package/dist-types/ts3.4/commands/UpdateInsightCommand.d.ts +1 -1
  178. package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +1 -1
  179. package/dist-types/ts3.4/commands/UpdateSecurityControlCommand.d.ts +1 -1
  180. package/dist-types/ts3.4/commands/UpdateSecurityHubConfigurationCommand.d.ts +1 -1
  181. package/dist-types/ts3.4/commands/UpdateStandardsControlCommand.d.ts +1 -1
  182. package/dist-types/ts3.4/commands/index.d.ts +26 -0
  183. package/dist-types/ts3.4/models/index.d.ts +1 -0
  184. package/dist-types/ts3.4/models/models_0.d.ts +50 -57
  185. package/dist-types/ts3.4/models/models_1.d.ts +57 -66
  186. package/dist-types/ts3.4/models/models_2.d.ts +522 -310
  187. package/dist-types/ts3.4/models/models_3.d.ts +626 -0
  188. package/dist-types/ts3.4/pagination/DescribeProductsV2Paginator.d.ts +11 -0
  189. package/dist-types/ts3.4/pagination/GetFindingsV2Paginator.d.ts +11 -0
  190. package/dist-types/ts3.4/pagination/GetResourcesV2Paginator.d.ts +11 -0
  191. package/dist-types/ts3.4/pagination/ListAggregatorsV2Paginator.d.ts +11 -0
  192. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  193. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +312 -0
  194. package/package.json +4 -2
package/README.md CHANGED
@@ -369,6 +369,14 @@ BatchUpdateFindings
369
369
 
370
370
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/securityhub/command/BatchUpdateFindingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/BatchUpdateFindingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/BatchUpdateFindingsCommandOutput/)
371
371
 
372
+ </details>
373
+ <details>
374
+ <summary>
375
+ BatchUpdateFindingsV2
376
+ </summary>
377
+
378
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/securityhub/command/BatchUpdateFindingsV2Command/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/BatchUpdateFindingsV2CommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/BatchUpdateFindingsV2CommandOutput/)
379
+
372
380
  </details>
373
381
  <details>
374
382
  <summary>
@@ -377,6 +385,14 @@ BatchUpdateStandardsControlAssociations
377
385
 
378
386
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/securityhub/command/BatchUpdateStandardsControlAssociationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/BatchUpdateStandardsControlAssociationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/BatchUpdateStandardsControlAssociationsCommandOutput/)
379
387
 
388
+ </details>
389
+ <details>
390
+ <summary>
391
+ ConnectorRegistrationsV2
392
+ </summary>
393
+
394
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/securityhub/command/ConnectorRegistrationsV2Command/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/ConnectorRegistrationsV2CommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/ConnectorRegistrationsV2CommandOutput/)
395
+
380
396
  </details>
381
397
  <details>
382
398
  <summary>
@@ -385,6 +401,14 @@ CreateActionTarget
385
401
 
386
402
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/securityhub/command/CreateActionTargetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/CreateActionTargetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/CreateActionTargetCommandOutput/)
387
403
 
404
+ </details>
405
+ <details>
406
+ <summary>
407
+ CreateAggregatorV2
408
+ </summary>
409
+
410
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/securityhub/command/CreateAggregatorV2Command/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/CreateAggregatorV2CommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/CreateAggregatorV2CommandOutput/)
411
+
388
412
  </details>
389
413
  <details>
390
414
  <summary>
@@ -393,6 +417,14 @@ CreateAutomationRule
393
417
 
394
418
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/securityhub/command/CreateAutomationRuleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/CreateAutomationRuleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/CreateAutomationRuleCommandOutput/)
395
419
 
420
+ </details>
421
+ <details>
422
+ <summary>
423
+ CreateAutomationRuleV2
424
+ </summary>
425
+
426
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/securityhub/command/CreateAutomationRuleV2Command/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/CreateAutomationRuleV2CommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/CreateAutomationRuleV2CommandOutput/)
427
+
396
428
  </details>
397
429
  <details>
398
430
  <summary>
@@ -401,6 +433,14 @@ CreateConfigurationPolicy
401
433
 
402
434
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/securityhub/command/CreateConfigurationPolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/CreateConfigurationPolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/CreateConfigurationPolicyCommandOutput/)
403
435
 
436
+ </details>
437
+ <details>
438
+ <summary>
439
+ CreateConnectorV2
440
+ </summary>
441
+
442
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/securityhub/command/CreateConnectorV2Command/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/CreateConnectorV2CommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/CreateConnectorV2CommandOutput/)
443
+
404
444
  </details>
405
445
  <details>
406
446
  <summary>
@@ -425,6 +465,14 @@ CreateMembers
425
465
 
426
466
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/securityhub/command/CreateMembersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/CreateMembersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/CreateMembersCommandOutput/)
427
467
 
468
+ </details>
469
+ <details>
470
+ <summary>
471
+ CreateTicketV2
472
+ </summary>
473
+
474
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/securityhub/command/CreateTicketV2Command/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/CreateTicketV2CommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/CreateTicketV2CommandOutput/)
475
+
428
476
  </details>
429
477
  <details>
430
478
  <summary>
@@ -441,6 +489,22 @@ DeleteActionTarget
441
489
 
442
490
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/securityhub/command/DeleteActionTargetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/DeleteActionTargetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/DeleteActionTargetCommandOutput/)
443
491
 
492
+ </details>
493
+ <details>
494
+ <summary>
495
+ DeleteAggregatorV2
496
+ </summary>
497
+
498
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/securityhub/command/DeleteAggregatorV2Command/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/DeleteAggregatorV2CommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/DeleteAggregatorV2CommandOutput/)
499
+
500
+ </details>
501
+ <details>
502
+ <summary>
503
+ DeleteAutomationRuleV2
504
+ </summary>
505
+
506
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/securityhub/command/DeleteAutomationRuleV2Command/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/DeleteAutomationRuleV2CommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/DeleteAutomationRuleV2CommandOutput/)
507
+
444
508
  </details>
445
509
  <details>
446
510
  <summary>
@@ -449,6 +513,14 @@ DeleteConfigurationPolicy
449
513
 
450
514
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/securityhub/command/DeleteConfigurationPolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/DeleteConfigurationPolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/DeleteConfigurationPolicyCommandOutput/)
451
515
 
516
+ </details>
517
+ <details>
518
+ <summary>
519
+ DeleteConnectorV2
520
+ </summary>
521
+
522
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/securityhub/command/DeleteConnectorV2Command/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/DeleteConnectorV2CommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/DeleteConnectorV2CommandOutput/)
523
+
452
524
  </details>
453
525
  <details>
454
526
  <summary>
@@ -513,6 +585,22 @@ DescribeProducts
513
585
 
514
586
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/securityhub/command/DescribeProductsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/DescribeProductsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/DescribeProductsCommandOutput/)
515
587
 
588
+ </details>
589
+ <details>
590
+ <summary>
591
+ DescribeProductsV2
592
+ </summary>
593
+
594
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/securityhub/command/DescribeProductsV2Command/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/DescribeProductsV2CommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/DescribeProductsV2CommandOutput/)
595
+
596
+ </details>
597
+ <details>
598
+ <summary>
599
+ DescribeSecurityHubV2
600
+ </summary>
601
+
602
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/securityhub/command/DescribeSecurityHubV2Command/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/DescribeSecurityHubV2CommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/DescribeSecurityHubV2CommandOutput/)
603
+
516
604
  </details>
517
605
  <details>
518
606
  <summary>
@@ -553,6 +641,14 @@ DisableSecurityHub
553
641
 
554
642
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/securityhub/command/DisableSecurityHubCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/DisableSecurityHubCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/DisableSecurityHubCommandOutput/)
555
643
 
644
+ </details>
645
+ <details>
646
+ <summary>
647
+ DisableSecurityHubV2
648
+ </summary>
649
+
650
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/securityhub/command/DisableSecurityHubV2Command/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/DisableSecurityHubV2CommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/DisableSecurityHubV2CommandOutput/)
651
+
556
652
  </details>
557
653
  <details>
558
654
  <summary>
@@ -601,6 +697,14 @@ EnableSecurityHub
601
697
 
602
698
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/securityhub/command/EnableSecurityHubCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/EnableSecurityHubCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/EnableSecurityHubCommandOutput/)
603
699
 
700
+ </details>
701
+ <details>
702
+ <summary>
703
+ EnableSecurityHubV2
704
+ </summary>
705
+
706
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/securityhub/command/EnableSecurityHubV2Command/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/EnableSecurityHubV2CommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/EnableSecurityHubV2CommandOutput/)
707
+
604
708
  </details>
605
709
  <details>
606
710
  <summary>
@@ -609,6 +713,22 @@ GetAdministratorAccount
609
713
 
610
714
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/securityhub/command/GetAdministratorAccountCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/GetAdministratorAccountCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/GetAdministratorAccountCommandOutput/)
611
715
 
716
+ </details>
717
+ <details>
718
+ <summary>
719
+ GetAggregatorV2
720
+ </summary>
721
+
722
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/securityhub/command/GetAggregatorV2Command/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/GetAggregatorV2CommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/GetAggregatorV2CommandOutput/)
723
+
724
+ </details>
725
+ <details>
726
+ <summary>
727
+ GetAutomationRuleV2
728
+ </summary>
729
+
730
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/securityhub/command/GetAutomationRuleV2Command/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/GetAutomationRuleV2CommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/GetAutomationRuleV2CommandOutput/)
731
+
612
732
  </details>
613
733
  <details>
614
734
  <summary>
@@ -625,6 +745,14 @@ GetConfigurationPolicyAssociation
625
745
 
626
746
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/securityhub/command/GetConfigurationPolicyAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/GetConfigurationPolicyAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/GetConfigurationPolicyAssociationCommandOutput/)
627
747
 
748
+ </details>
749
+ <details>
750
+ <summary>
751
+ GetConnectorV2
752
+ </summary>
753
+
754
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/securityhub/command/GetConnectorV2Command/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/GetConnectorV2CommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/GetConnectorV2CommandOutput/)
755
+
628
756
  </details>
629
757
  <details>
630
758
  <summary>
@@ -657,6 +785,22 @@ GetFindings
657
785
 
658
786
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/securityhub/command/GetFindingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/GetFindingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/GetFindingsCommandOutput/)
659
787
 
788
+ </details>
789
+ <details>
790
+ <summary>
791
+ GetFindingStatisticsV2
792
+ </summary>
793
+
794
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/securityhub/command/GetFindingStatisticsV2Command/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/GetFindingStatisticsV2CommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/GetFindingStatisticsV2CommandOutput/)
795
+
796
+ </details>
797
+ <details>
798
+ <summary>
799
+ GetFindingsV2
800
+ </summary>
801
+
802
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/securityhub/command/GetFindingsV2Command/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/GetFindingsV2CommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/GetFindingsV2CommandOutput/)
803
+
660
804
  </details>
661
805
  <details>
662
806
  <summary>
@@ -697,6 +841,22 @@ GetMembers
697
841
 
698
842
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/securityhub/command/GetMembersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/GetMembersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/GetMembersCommandOutput/)
699
843
 
844
+ </details>
845
+ <details>
846
+ <summary>
847
+ GetResourcesStatisticsV2
848
+ </summary>
849
+
850
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/securityhub/command/GetResourcesStatisticsV2Command/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/GetResourcesStatisticsV2CommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/GetResourcesStatisticsV2CommandOutput/)
851
+
852
+ </details>
853
+ <details>
854
+ <summary>
855
+ GetResourcesV2
856
+ </summary>
857
+
858
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/securityhub/command/GetResourcesV2Command/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/GetResourcesV2CommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/GetResourcesV2CommandOutput/)
859
+
700
860
  </details>
701
861
  <details>
702
862
  <summary>
@@ -713,6 +873,14 @@ InviteMembers
713
873
 
714
874
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/securityhub/command/InviteMembersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/InviteMembersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/InviteMembersCommandOutput/)
715
875
 
876
+ </details>
877
+ <details>
878
+ <summary>
879
+ ListAggregatorsV2
880
+ </summary>
881
+
882
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/securityhub/command/ListAggregatorsV2Command/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/ListAggregatorsV2CommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/ListAggregatorsV2CommandOutput/)
883
+
716
884
  </details>
717
885
  <details>
718
886
  <summary>
@@ -721,6 +889,14 @@ ListAutomationRules
721
889
 
722
890
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/securityhub/command/ListAutomationRulesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/ListAutomationRulesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/ListAutomationRulesCommandOutput/)
723
891
 
892
+ </details>
893
+ <details>
894
+ <summary>
895
+ ListAutomationRulesV2
896
+ </summary>
897
+
898
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/securityhub/command/ListAutomationRulesV2Command/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/ListAutomationRulesV2CommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/ListAutomationRulesV2CommandOutput/)
899
+
724
900
  </details>
725
901
  <details>
726
902
  <summary>
@@ -737,6 +913,14 @@ ListConfigurationPolicyAssociations
737
913
 
738
914
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/securityhub/command/ListConfigurationPolicyAssociationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/ListConfigurationPolicyAssociationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/ListConfigurationPolicyAssociationsCommandOutput/)
739
915
 
916
+ </details>
917
+ <details>
918
+ <summary>
919
+ ListConnectorsV2
920
+ </summary>
921
+
922
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/securityhub/command/ListConnectorsV2Command/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/ListConnectorsV2CommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/ListConnectorsV2CommandOutput/)
923
+
740
924
  </details>
741
925
  <details>
742
926
  <summary>
@@ -841,6 +1025,22 @@ UpdateActionTarget
841
1025
 
842
1026
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/securityhub/command/UpdateActionTargetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/UpdateActionTargetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/UpdateActionTargetCommandOutput/)
843
1027
 
1028
+ </details>
1029
+ <details>
1030
+ <summary>
1031
+ UpdateAggregatorV2
1032
+ </summary>
1033
+
1034
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/securityhub/command/UpdateAggregatorV2Command/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/UpdateAggregatorV2CommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/UpdateAggregatorV2CommandOutput/)
1035
+
1036
+ </details>
1037
+ <details>
1038
+ <summary>
1039
+ UpdateAutomationRuleV2
1040
+ </summary>
1041
+
1042
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/securityhub/command/UpdateAutomationRuleV2Command/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/UpdateAutomationRuleV2CommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/UpdateAutomationRuleV2CommandOutput/)
1043
+
844
1044
  </details>
845
1045
  <details>
846
1046
  <summary>
@@ -849,6 +1049,14 @@ UpdateConfigurationPolicy
849
1049
 
850
1050
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/securityhub/command/UpdateConfigurationPolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/UpdateConfigurationPolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/UpdateConfigurationPolicyCommandOutput/)
851
1051
 
1052
+ </details>
1053
+ <details>
1054
+ <summary>
1055
+ UpdateConnectorV2
1056
+ </summary>
1057
+
1058
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/securityhub/command/UpdateConnectorV2Command/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/UpdateConnectorV2CommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-securityhub/Interface/UpdateConnectorV2CommandOutput/)
1059
+
852
1060
  </details>
853
1061
  <details>
854
1062
  <summary>