@aws-sdk/client-securityhub 3.940.0 → 3.946.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 (182) hide show
  1. package/README.md +8 -8
  2. package/dist-cjs/index.js +252 -763
  3. package/dist-cjs/runtimeConfig.browser.js +2 -2
  4. package/dist-cjs/runtimeConfig.js +3 -4
  5. package/dist-es/SecurityHub.js +2 -2
  6. package/dist-es/SecurityHubClient.js +2 -2
  7. package/dist-es/commands/{ConnectorRegistrationsV2Command.js → RegisterConnectorV2Command.js} +5 -5
  8. package/dist-es/commands/index.js +1 -1
  9. package/dist-es/models/enums.js +9 -0
  10. package/dist-es/models/errors.js +16 -0
  11. package/dist-es/runtimeConfig.browser.js +2 -2
  12. package/dist-es/runtimeConfig.js +2 -3
  13. package/dist-es/schemas/schemas_0.js +212 -750
  14. package/dist-types/SecurityHub.d.ts +8 -8
  15. package/dist-types/SecurityHubClient.d.ts +13 -13
  16. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  17. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  18. package/dist-types/commands/AcceptAdministratorInvitationCommand.d.ts +3 -3
  19. package/dist-types/commands/AcceptInvitationCommand.d.ts +3 -3
  20. package/dist-types/commands/BatchDeleteAutomationRulesCommand.d.ts +3 -3
  21. package/dist-types/commands/BatchDisableStandardsCommand.d.ts +3 -3
  22. package/dist-types/commands/BatchEnableStandardsCommand.d.ts +3 -3
  23. package/dist-types/commands/BatchGetAutomationRulesCommand.d.ts +3 -3
  24. package/dist-types/commands/BatchGetConfigurationPolicyAssociationsCommand.d.ts +3 -3
  25. package/dist-types/commands/BatchGetSecurityControlsCommand.d.ts +3 -3
  26. package/dist-types/commands/BatchGetStandardsControlAssociationsCommand.d.ts +3 -3
  27. package/dist-types/commands/BatchImportFindingsCommand.d.ts +3 -3
  28. package/dist-types/commands/BatchUpdateAutomationRulesCommand.d.ts +3 -3
  29. package/dist-types/commands/BatchUpdateFindingsCommand.d.ts +3 -3
  30. package/dist-types/commands/BatchUpdateFindingsV2Command.d.ts +4 -4
  31. package/dist-types/commands/BatchUpdateStandardsControlAssociationsCommand.d.ts +3 -3
  32. package/dist-types/commands/CreateActionTargetCommand.d.ts +3 -3
  33. package/dist-types/commands/CreateAggregatorV2Command.d.ts +7 -4
  34. package/dist-types/commands/CreateAutomationRuleCommand.d.ts +3 -3
  35. package/dist-types/commands/CreateAutomationRuleV2Command.d.ts +12 -9
  36. package/dist-types/commands/CreateConfigurationPolicyCommand.d.ts +3 -3
  37. package/dist-types/commands/CreateConnectorV2Command.d.ts +10 -7
  38. package/dist-types/commands/CreateFindingAggregatorCommand.d.ts +3 -3
  39. package/dist-types/commands/CreateInsightCommand.d.ts +3 -3
  40. package/dist-types/commands/CreateMembersCommand.d.ts +3 -3
  41. package/dist-types/commands/CreateTicketV2Command.d.ts +5 -4
  42. package/dist-types/commands/DeclineInvitationsCommand.d.ts +3 -3
  43. package/dist-types/commands/DeleteActionTargetCommand.d.ts +3 -3
  44. package/dist-types/commands/DeleteAggregatorV2Command.d.ts +4 -4
  45. package/dist-types/commands/DeleteAutomationRuleV2Command.d.ts +4 -4
  46. package/dist-types/commands/DeleteConfigurationPolicyCommand.d.ts +3 -3
  47. package/dist-types/commands/DeleteConnectorV2Command.d.ts +4 -4
  48. package/dist-types/commands/DeleteFindingAggregatorCommand.d.ts +3 -3
  49. package/dist-types/commands/DeleteInsightCommand.d.ts +3 -3
  50. package/dist-types/commands/DeleteInvitationsCommand.d.ts +3 -3
  51. package/dist-types/commands/DeleteMembersCommand.d.ts +3 -3
  52. package/dist-types/commands/DescribeActionTargetsCommand.d.ts +3 -3
  53. package/dist-types/commands/DescribeHubCommand.d.ts +3 -3
  54. package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +3 -3
  55. package/dist-types/commands/DescribeProductsCommand.d.ts +3 -3
  56. package/dist-types/commands/DescribeProductsV2Command.d.ts +4 -4
  57. package/dist-types/commands/DescribeSecurityHubV2Command.d.ts +4 -4
  58. package/dist-types/commands/DescribeStandardsCommand.d.ts +3 -3
  59. package/dist-types/commands/DescribeStandardsControlsCommand.d.ts +3 -3
  60. package/dist-types/commands/DisableImportFindingsForProductCommand.d.ts +3 -3
  61. package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +3 -3
  62. package/dist-types/commands/DisableSecurityHubCommand.d.ts +3 -3
  63. package/dist-types/commands/DisableSecurityHubV2Command.d.ts +4 -4
  64. package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +3 -3
  65. package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +3 -3
  66. package/dist-types/commands/DisassociateMembersCommand.d.ts +3 -3
  67. package/dist-types/commands/EnableImportFindingsForProductCommand.d.ts +3 -3
  68. package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +3 -3
  69. package/dist-types/commands/EnableSecurityHubCommand.d.ts +3 -3
  70. package/dist-types/commands/EnableSecurityHubV2Command.d.ts +4 -4
  71. package/dist-types/commands/GetAdministratorAccountCommand.d.ts +3 -3
  72. package/dist-types/commands/GetAggregatorV2Command.d.ts +4 -4
  73. package/dist-types/commands/GetAutomationRuleV2Command.d.ts +9 -9
  74. package/dist-types/commands/GetConfigurationPolicyAssociationCommand.d.ts +3 -3
  75. package/dist-types/commands/GetConfigurationPolicyCommand.d.ts +3 -3
  76. package/dist-types/commands/GetConnectorV2Command.d.ts +5 -5
  77. package/dist-types/commands/GetEnabledStandardsCommand.d.ts +3 -3
  78. package/dist-types/commands/GetFindingAggregatorCommand.d.ts +3 -3
  79. package/dist-types/commands/GetFindingHistoryCommand.d.ts +3 -3
  80. package/dist-types/commands/GetFindingStatisticsV2Command.d.ts +10 -10
  81. package/dist-types/commands/GetFindingsCommand.d.ts +3 -3
  82. package/dist-types/commands/GetFindingsTrendsV2Command.d.ts +5 -5
  83. package/dist-types/commands/GetFindingsV2Command.d.ts +9 -9
  84. package/dist-types/commands/GetInsightResultsCommand.d.ts +3 -3
  85. package/dist-types/commands/GetInsightsCommand.d.ts +3 -3
  86. package/dist-types/commands/GetInvitationsCountCommand.d.ts +3 -3
  87. package/dist-types/commands/GetMasterAccountCommand.d.ts +3 -3
  88. package/dist-types/commands/GetMembersCommand.d.ts +3 -3
  89. package/dist-types/commands/GetResourcesStatisticsV2Command.d.ts +5 -5
  90. package/dist-types/commands/GetResourcesTrendsV2Command.d.ts +5 -5
  91. package/dist-types/commands/GetResourcesV2Command.d.ts +5 -5
  92. package/dist-types/commands/GetSecurityControlDefinitionCommand.d.ts +3 -3
  93. package/dist-types/commands/InviteMembersCommand.d.ts +3 -3
  94. package/dist-types/commands/ListAggregatorsV2Command.d.ts +4 -4
  95. package/dist-types/commands/ListAutomationRulesCommand.d.ts +3 -3
  96. package/dist-types/commands/ListAutomationRulesV2Command.d.ts +4 -4
  97. package/dist-types/commands/ListConfigurationPoliciesCommand.d.ts +3 -3
  98. package/dist-types/commands/ListConfigurationPolicyAssociationsCommand.d.ts +3 -3
  99. package/dist-types/commands/ListConnectorsV2Command.d.ts +4 -4
  100. package/dist-types/commands/ListEnabledProductsForImportCommand.d.ts +3 -3
  101. package/dist-types/commands/ListFindingAggregatorsCommand.d.ts +3 -3
  102. package/dist-types/commands/ListInvitationsCommand.d.ts +3 -3
  103. package/dist-types/commands/ListMembersCommand.d.ts +3 -3
  104. package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +3 -3
  105. package/dist-types/commands/ListSecurityControlDefinitionsCommand.d.ts +3 -3
  106. package/dist-types/commands/ListStandardsControlAssociationsCommand.d.ts +3 -4
  107. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -3
  108. package/dist-types/commands/RegisterConnectorV2Command.d.ts +98 -0
  109. package/dist-types/commands/StartConfigurationPolicyAssociationCommand.d.ts +3 -3
  110. package/dist-types/commands/StartConfigurationPolicyDisassociationCommand.d.ts +3 -3
  111. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  112. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  113. package/dist-types/commands/UpdateActionTargetCommand.d.ts +3 -3
  114. package/dist-types/commands/UpdateAggregatorV2Command.d.ts +4 -4
  115. package/dist-types/commands/UpdateAutomationRuleV2Command.d.ts +8 -8
  116. package/dist-types/commands/UpdateConfigurationPolicyCommand.d.ts +3 -3
  117. package/dist-types/commands/UpdateConnectorV2Command.d.ts +8 -6
  118. package/dist-types/commands/UpdateFindingAggregatorCommand.d.ts +3 -3
  119. package/dist-types/commands/UpdateFindingsCommand.d.ts +3 -3
  120. package/dist-types/commands/UpdateInsightCommand.d.ts +3 -3
  121. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +3 -3
  122. package/dist-types/commands/UpdateSecurityControlCommand.d.ts +3 -3
  123. package/dist-types/commands/UpdateSecurityHubConfigurationCommand.d.ts +3 -3
  124. package/dist-types/commands/UpdateStandardsControlCommand.d.ts +3 -3
  125. package/dist-types/commands/index.d.ts +1 -1
  126. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  127. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  128. package/dist-types/extensionConfiguration.d.ts +4 -4
  129. package/dist-types/models/SecurityHubServiceException.d.ts +1 -1
  130. package/dist-types/models/enums.d.ts +17 -0
  131. package/dist-types/models/errors.d.ts +15 -1
  132. package/dist-types/models/models_0.d.ts +5 -5
  133. package/dist-types/models/models_1.d.ts +1 -1
  134. package/dist-types/models/models_2.d.ts +47 -45
  135. package/dist-types/models/models_3.d.ts +52 -31
  136. package/dist-types/pagination/DescribeActionTargetsPaginator.d.ts +1 -1
  137. package/dist-types/pagination/DescribeProductsPaginator.d.ts +1 -1
  138. package/dist-types/pagination/DescribeProductsV2Paginator.d.ts +1 -1
  139. package/dist-types/pagination/DescribeStandardsControlsPaginator.d.ts +1 -1
  140. package/dist-types/pagination/DescribeStandardsPaginator.d.ts +1 -1
  141. package/dist-types/pagination/GetEnabledStandardsPaginator.d.ts +1 -1
  142. package/dist-types/pagination/GetFindingHistoryPaginator.d.ts +1 -1
  143. package/dist-types/pagination/GetFindingsPaginator.d.ts +1 -1
  144. package/dist-types/pagination/GetFindingsTrendsV2Paginator.d.ts +1 -1
  145. package/dist-types/pagination/GetFindingsV2Paginator.d.ts +1 -1
  146. package/dist-types/pagination/GetInsightsPaginator.d.ts +1 -1
  147. package/dist-types/pagination/GetResourcesTrendsV2Paginator.d.ts +1 -1
  148. package/dist-types/pagination/GetResourcesV2Paginator.d.ts +1 -1
  149. package/dist-types/pagination/Interfaces.d.ts +1 -1
  150. package/dist-types/pagination/ListAggregatorsV2Paginator.d.ts +1 -1
  151. package/dist-types/pagination/ListConfigurationPoliciesPaginator.d.ts +1 -1
  152. package/dist-types/pagination/ListConfigurationPolicyAssociationsPaginator.d.ts +1 -1
  153. package/dist-types/pagination/ListEnabledProductsForImportPaginator.d.ts +1 -1
  154. package/dist-types/pagination/ListFindingAggregatorsPaginator.d.ts +1 -1
  155. package/dist-types/pagination/ListInvitationsPaginator.d.ts +1 -1
  156. package/dist-types/pagination/ListMembersPaginator.d.ts +1 -1
  157. package/dist-types/pagination/ListOrganizationAdminAccountsPaginator.d.ts +1 -1
  158. package/dist-types/pagination/ListSecurityControlDefinitionsPaginator.d.ts +1 -1
  159. package/dist-types/pagination/ListStandardsControlAssociationsPaginator.d.ts +1 -1
  160. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  161. package/dist-types/runtimeConfig.d.ts +1 -1
  162. package/dist-types/runtimeConfig.native.d.ts +1 -1
  163. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  164. package/dist-types/runtimeExtensions.d.ts +1 -1
  165. package/dist-types/schemas/schemas_0.d.ts +6 -5
  166. package/dist-types/ts3.4/SecurityHub.d.ts +17 -17
  167. package/dist-types/ts3.4/SecurityHubClient.d.ts +9 -9
  168. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  169. package/dist-types/ts3.4/commands/ListStandardsControlAssociationsCommand.d.ts +4 -2
  170. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -4
  171. package/dist-types/ts3.4/commands/RegisterConnectorV2Command.d.ts +51 -0
  172. package/dist-types/ts3.4/commands/index.d.ts +1 -1
  173. package/dist-types/ts3.4/models/SecurityHubServiceException.d.ts +1 -1
  174. package/dist-types/ts3.4/models/enums.d.ts +11 -0
  175. package/dist-types/ts3.4/models/errors.d.ts +9 -0
  176. package/dist-types/ts3.4/models/models_1.d.ts +3 -3
  177. package/dist-types/ts3.4/models/models_2.d.ts +31 -28
  178. package/dist-types/ts3.4/models/models_3.d.ts +24 -15
  179. package/dist-types/ts3.4/schemas/schemas_0.d.ts +5 -5
  180. package/package.json +13 -12
  181. package/dist-types/commands/ConnectorRegistrationsV2Command.d.ts +0 -98
  182. package/dist-types/ts3.4/commands/ConnectorRegistrationsV2Command.d.ts +0 -51
@@ -1,4 +1,4 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { AcceptAdministratorInvitationCommandInput, AcceptAdministratorInvitationCommandOutput } from "./commands/AcceptAdministratorInvitationCommand";
3
3
  import { AcceptInvitationCommandInput, AcceptInvitationCommandOutput } from "./commands/AcceptInvitationCommand";
4
4
  import { BatchDeleteAutomationRulesCommandInput, BatchDeleteAutomationRulesCommandOutput } from "./commands/BatchDeleteAutomationRulesCommand";
@@ -13,7 +13,6 @@ import { BatchUpdateAutomationRulesCommandInput, BatchUpdateAutomationRulesComma
13
13
  import { BatchUpdateFindingsCommandInput, BatchUpdateFindingsCommandOutput } from "./commands/BatchUpdateFindingsCommand";
14
14
  import { BatchUpdateFindingsV2CommandInput, BatchUpdateFindingsV2CommandOutput } from "./commands/BatchUpdateFindingsV2Command";
15
15
  import { BatchUpdateStandardsControlAssociationsCommandInput, BatchUpdateStandardsControlAssociationsCommandOutput } from "./commands/BatchUpdateStandardsControlAssociationsCommand";
16
- import { ConnectorRegistrationsV2CommandInput, ConnectorRegistrationsV2CommandOutput } from "./commands/ConnectorRegistrationsV2Command";
17
16
  import { CreateActionTargetCommandInput, CreateActionTargetCommandOutput } from "./commands/CreateActionTargetCommand";
18
17
  import { CreateAggregatorV2CommandInput, CreateAggregatorV2CommandOutput } from "./commands/CreateAggregatorV2Command";
19
18
  import { CreateAutomationRuleCommandInput, CreateAutomationRuleCommandOutput } from "./commands/CreateAutomationRuleCommand";
@@ -90,6 +89,7 @@ import { ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccount
90
89
  import { ListSecurityControlDefinitionsCommandInput, ListSecurityControlDefinitionsCommandOutput } from "./commands/ListSecurityControlDefinitionsCommand";
91
90
  import { ListStandardsControlAssociationsCommandInput, ListStandardsControlAssociationsCommandOutput } from "./commands/ListStandardsControlAssociationsCommand";
92
91
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
92
+ import { RegisterConnectorV2CommandInput, RegisterConnectorV2CommandOutput } from "./commands/RegisterConnectorV2Command";
93
93
  import { StartConfigurationPolicyAssociationCommandInput, StartConfigurationPolicyAssociationCommandOutput } from "./commands/StartConfigurationPolicyAssociationCommand";
94
94
  import { StartConfigurationPolicyDisassociationCommandInput, StartConfigurationPolicyDisassociationCommandOutput } from "./commands/StartConfigurationPolicyDisassociationCommand";
95
95
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
@@ -193,12 +193,6 @@ export interface SecurityHub {
193
193
  batchUpdateStandardsControlAssociations(args: BatchUpdateStandardsControlAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<BatchUpdateStandardsControlAssociationsCommandOutput>;
194
194
  batchUpdateStandardsControlAssociations(args: BatchUpdateStandardsControlAssociationsCommandInput, cb: (err: any, data?: BatchUpdateStandardsControlAssociationsCommandOutput) => void): void;
195
195
  batchUpdateStandardsControlAssociations(args: BatchUpdateStandardsControlAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchUpdateStandardsControlAssociationsCommandOutput) => void): void;
196
- /**
197
- * @see {@link ConnectorRegistrationsV2Command}
198
- */
199
- connectorRegistrationsV2(args: ConnectorRegistrationsV2CommandInput, options?: __HttpHandlerOptions): Promise<ConnectorRegistrationsV2CommandOutput>;
200
- connectorRegistrationsV2(args: ConnectorRegistrationsV2CommandInput, cb: (err: any, data?: ConnectorRegistrationsV2CommandOutput) => void): void;
201
- connectorRegistrationsV2(args: ConnectorRegistrationsV2CommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ConnectorRegistrationsV2CommandOutput) => void): void;
202
196
  /**
203
197
  * @see {@link CreateActionTargetCommand}
204
198
  */
@@ -688,6 +682,12 @@ export interface SecurityHub {
688
682
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
689
683
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
690
684
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
685
+ /**
686
+ * @see {@link RegisterConnectorV2Command}
687
+ */
688
+ registerConnectorV2(args: RegisterConnectorV2CommandInput, options?: __HttpHandlerOptions): Promise<RegisterConnectorV2CommandOutput>;
689
+ registerConnectorV2(args: RegisterConnectorV2CommandInput, cb: (err: any, data?: RegisterConnectorV2CommandOutput) => void): void;
690
+ registerConnectorV2(args: RegisterConnectorV2CommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterConnectorV2CommandOutput) => void): void;
691
691
  /**
692
692
  * @see {@link StartConfigurationPolicyAssociationCommand}
693
693
  */
@@ -1,12 +1,12 @@
1
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
- import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
4
- import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
- import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
- import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
- import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
1
+ import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
+ import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
+ import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
4
+ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
+ import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
+ import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
9
+ import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { AcceptAdministratorInvitationCommandInput, AcceptAdministratorInvitationCommandOutput } from "./commands/AcceptAdministratorInvitationCommand";
11
11
  import { AcceptInvitationCommandInput, AcceptInvitationCommandOutput } from "./commands/AcceptInvitationCommand";
12
12
  import { BatchDeleteAutomationRulesCommandInput, BatchDeleteAutomationRulesCommandOutput } from "./commands/BatchDeleteAutomationRulesCommand";
@@ -21,7 +21,6 @@ import { BatchUpdateAutomationRulesCommandInput, BatchUpdateAutomationRulesComma
21
21
  import { BatchUpdateFindingsCommandInput, BatchUpdateFindingsCommandOutput } from "./commands/BatchUpdateFindingsCommand";
22
22
  import { BatchUpdateFindingsV2CommandInput, BatchUpdateFindingsV2CommandOutput } from "./commands/BatchUpdateFindingsV2Command";
23
23
  import { BatchUpdateStandardsControlAssociationsCommandInput, BatchUpdateStandardsControlAssociationsCommandOutput } from "./commands/BatchUpdateStandardsControlAssociationsCommand";
24
- import { ConnectorRegistrationsV2CommandInput, ConnectorRegistrationsV2CommandOutput } from "./commands/ConnectorRegistrationsV2Command";
25
24
  import { CreateActionTargetCommandInput, CreateActionTargetCommandOutput } from "./commands/CreateActionTargetCommand";
26
25
  import { CreateAggregatorV2CommandInput, CreateAggregatorV2CommandOutput } from "./commands/CreateAggregatorV2Command";
27
26
  import { CreateAutomationRuleCommandInput, CreateAutomationRuleCommandOutput } from "./commands/CreateAutomationRuleCommand";
@@ -98,6 +97,7 @@ import { ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccount
98
97
  import { ListSecurityControlDefinitionsCommandInput, ListSecurityControlDefinitionsCommandOutput } from "./commands/ListSecurityControlDefinitionsCommand";
99
98
  import { ListStandardsControlAssociationsCommandInput, ListStandardsControlAssociationsCommandOutput } from "./commands/ListStandardsControlAssociationsCommand";
100
99
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
100
+ import { RegisterConnectorV2CommandInput, RegisterConnectorV2CommandOutput } from "./commands/RegisterConnectorV2Command";
101
101
  import { StartConfigurationPolicyAssociationCommandInput, StartConfigurationPolicyAssociationCommandOutput } from "./commands/StartConfigurationPolicyAssociationCommand";
102
102
  import { StartConfigurationPolicyDisassociationCommandInput, StartConfigurationPolicyDisassociationCommandOutput } from "./commands/StartConfigurationPolicyDisassociationCommand";
103
103
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
@@ -115,16 +115,16 @@ import { UpdateSecurityControlCommandInput, UpdateSecurityControlCommandOutput }
115
115
  import { UpdateSecurityHubConfigurationCommandInput, UpdateSecurityHubConfigurationCommandOutput } from "./commands/UpdateSecurityHubConfigurationCommand";
116
116
  import { UpdateStandardsControlCommandInput, UpdateStandardsControlCommandOutput } from "./commands/UpdateStandardsControlCommand";
117
117
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
118
- import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
118
+ import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
119
119
  export { __Client };
120
120
  /**
121
121
  * @public
122
122
  */
123
- export type ServiceInputTypes = AcceptAdministratorInvitationCommandInput | AcceptInvitationCommandInput | BatchDeleteAutomationRulesCommandInput | BatchDisableStandardsCommandInput | BatchEnableStandardsCommandInput | BatchGetAutomationRulesCommandInput | BatchGetConfigurationPolicyAssociationsCommandInput | BatchGetSecurityControlsCommandInput | BatchGetStandardsControlAssociationsCommandInput | BatchImportFindingsCommandInput | BatchUpdateAutomationRulesCommandInput | BatchUpdateFindingsCommandInput | BatchUpdateFindingsV2CommandInput | BatchUpdateStandardsControlAssociationsCommandInput | ConnectorRegistrationsV2CommandInput | CreateActionTargetCommandInput | CreateAggregatorV2CommandInput | CreateAutomationRuleCommandInput | CreateAutomationRuleV2CommandInput | CreateConfigurationPolicyCommandInput | CreateConnectorV2CommandInput | CreateFindingAggregatorCommandInput | CreateInsightCommandInput | CreateMembersCommandInput | CreateTicketV2CommandInput | DeclineInvitationsCommandInput | DeleteActionTargetCommandInput | DeleteAggregatorV2CommandInput | DeleteAutomationRuleV2CommandInput | DeleteConfigurationPolicyCommandInput | DeleteConnectorV2CommandInput | DeleteFindingAggregatorCommandInput | DeleteInsightCommandInput | DeleteInvitationsCommandInput | DeleteMembersCommandInput | DescribeActionTargetsCommandInput | DescribeHubCommandInput | DescribeOrganizationConfigurationCommandInput | DescribeProductsCommandInput | DescribeProductsV2CommandInput | DescribeSecurityHubV2CommandInput | DescribeStandardsCommandInput | DescribeStandardsControlsCommandInput | DisableImportFindingsForProductCommandInput | DisableOrganizationAdminAccountCommandInput | DisableSecurityHubCommandInput | DisableSecurityHubV2CommandInput | DisassociateFromAdministratorAccountCommandInput | DisassociateFromMasterAccountCommandInput | DisassociateMembersCommandInput | EnableImportFindingsForProductCommandInput | EnableOrganizationAdminAccountCommandInput | EnableSecurityHubCommandInput | EnableSecurityHubV2CommandInput | GetAdministratorAccountCommandInput | GetAggregatorV2CommandInput | GetAutomationRuleV2CommandInput | GetConfigurationPolicyAssociationCommandInput | GetConfigurationPolicyCommandInput | GetConnectorV2CommandInput | GetEnabledStandardsCommandInput | GetFindingAggregatorCommandInput | GetFindingHistoryCommandInput | GetFindingStatisticsV2CommandInput | GetFindingsCommandInput | GetFindingsTrendsV2CommandInput | GetFindingsV2CommandInput | GetInsightResultsCommandInput | GetInsightsCommandInput | GetInvitationsCountCommandInput | GetMasterAccountCommandInput | GetMembersCommandInput | GetResourcesStatisticsV2CommandInput | GetResourcesTrendsV2CommandInput | GetResourcesV2CommandInput | GetSecurityControlDefinitionCommandInput | InviteMembersCommandInput | ListAggregatorsV2CommandInput | ListAutomationRulesCommandInput | ListAutomationRulesV2CommandInput | ListConfigurationPoliciesCommandInput | ListConfigurationPolicyAssociationsCommandInput | ListConnectorsV2CommandInput | ListEnabledProductsForImportCommandInput | ListFindingAggregatorsCommandInput | ListInvitationsCommandInput | ListMembersCommandInput | ListOrganizationAdminAccountsCommandInput | ListSecurityControlDefinitionsCommandInput | ListStandardsControlAssociationsCommandInput | ListTagsForResourceCommandInput | StartConfigurationPolicyAssociationCommandInput | StartConfigurationPolicyDisassociationCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateActionTargetCommandInput | UpdateAggregatorV2CommandInput | UpdateAutomationRuleV2CommandInput | UpdateConfigurationPolicyCommandInput | UpdateConnectorV2CommandInput | UpdateFindingAggregatorCommandInput | UpdateFindingsCommandInput | UpdateInsightCommandInput | UpdateOrganizationConfigurationCommandInput | UpdateSecurityControlCommandInput | UpdateSecurityHubConfigurationCommandInput | UpdateStandardsControlCommandInput;
123
+ export type ServiceInputTypes = AcceptAdministratorInvitationCommandInput | AcceptInvitationCommandInput | BatchDeleteAutomationRulesCommandInput | BatchDisableStandardsCommandInput | BatchEnableStandardsCommandInput | BatchGetAutomationRulesCommandInput | BatchGetConfigurationPolicyAssociationsCommandInput | BatchGetSecurityControlsCommandInput | BatchGetStandardsControlAssociationsCommandInput | BatchImportFindingsCommandInput | BatchUpdateAutomationRulesCommandInput | BatchUpdateFindingsCommandInput | BatchUpdateFindingsV2CommandInput | BatchUpdateStandardsControlAssociationsCommandInput | CreateActionTargetCommandInput | CreateAggregatorV2CommandInput | CreateAutomationRuleCommandInput | CreateAutomationRuleV2CommandInput | CreateConfigurationPolicyCommandInput | CreateConnectorV2CommandInput | CreateFindingAggregatorCommandInput | CreateInsightCommandInput | CreateMembersCommandInput | CreateTicketV2CommandInput | DeclineInvitationsCommandInput | DeleteActionTargetCommandInput | DeleteAggregatorV2CommandInput | DeleteAutomationRuleV2CommandInput | DeleteConfigurationPolicyCommandInput | DeleteConnectorV2CommandInput | DeleteFindingAggregatorCommandInput | DeleteInsightCommandInput | DeleteInvitationsCommandInput | DeleteMembersCommandInput | DescribeActionTargetsCommandInput | DescribeHubCommandInput | DescribeOrganizationConfigurationCommandInput | DescribeProductsCommandInput | DescribeProductsV2CommandInput | DescribeSecurityHubV2CommandInput | DescribeStandardsCommandInput | DescribeStandardsControlsCommandInput | DisableImportFindingsForProductCommandInput | DisableOrganizationAdminAccountCommandInput | DisableSecurityHubCommandInput | DisableSecurityHubV2CommandInput | DisassociateFromAdministratorAccountCommandInput | DisassociateFromMasterAccountCommandInput | DisassociateMembersCommandInput | EnableImportFindingsForProductCommandInput | EnableOrganizationAdminAccountCommandInput | EnableSecurityHubCommandInput | EnableSecurityHubV2CommandInput | GetAdministratorAccountCommandInput | GetAggregatorV2CommandInput | GetAutomationRuleV2CommandInput | GetConfigurationPolicyAssociationCommandInput | GetConfigurationPolicyCommandInput | GetConnectorV2CommandInput | GetEnabledStandardsCommandInput | GetFindingAggregatorCommandInput | GetFindingHistoryCommandInput | GetFindingStatisticsV2CommandInput | GetFindingsCommandInput | GetFindingsTrendsV2CommandInput | GetFindingsV2CommandInput | GetInsightResultsCommandInput | GetInsightsCommandInput | GetInvitationsCountCommandInput | GetMasterAccountCommandInput | GetMembersCommandInput | GetResourcesStatisticsV2CommandInput | GetResourcesTrendsV2CommandInput | GetResourcesV2CommandInput | GetSecurityControlDefinitionCommandInput | InviteMembersCommandInput | ListAggregatorsV2CommandInput | ListAutomationRulesCommandInput | ListAutomationRulesV2CommandInput | ListConfigurationPoliciesCommandInput | ListConfigurationPolicyAssociationsCommandInput | ListConnectorsV2CommandInput | ListEnabledProductsForImportCommandInput | ListFindingAggregatorsCommandInput | ListInvitationsCommandInput | ListMembersCommandInput | ListOrganizationAdminAccountsCommandInput | ListSecurityControlDefinitionsCommandInput | ListStandardsControlAssociationsCommandInput | ListTagsForResourceCommandInput | RegisterConnectorV2CommandInput | StartConfigurationPolicyAssociationCommandInput | StartConfigurationPolicyDisassociationCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateActionTargetCommandInput | UpdateAggregatorV2CommandInput | UpdateAutomationRuleV2CommandInput | UpdateConfigurationPolicyCommandInput | UpdateConnectorV2CommandInput | UpdateFindingAggregatorCommandInput | UpdateFindingsCommandInput | UpdateInsightCommandInput | UpdateOrganizationConfigurationCommandInput | UpdateSecurityControlCommandInput | UpdateSecurityHubConfigurationCommandInput | UpdateStandardsControlCommandInput;
124
124
  /**
125
125
  * @public
126
126
  */
127
- export type ServiceOutputTypes = AcceptAdministratorInvitationCommandOutput | AcceptInvitationCommandOutput | BatchDeleteAutomationRulesCommandOutput | BatchDisableStandardsCommandOutput | BatchEnableStandardsCommandOutput | BatchGetAutomationRulesCommandOutput | BatchGetConfigurationPolicyAssociationsCommandOutput | BatchGetSecurityControlsCommandOutput | BatchGetStandardsControlAssociationsCommandOutput | BatchImportFindingsCommandOutput | BatchUpdateAutomationRulesCommandOutput | BatchUpdateFindingsCommandOutput | BatchUpdateFindingsV2CommandOutput | BatchUpdateStandardsControlAssociationsCommandOutput | ConnectorRegistrationsV2CommandOutput | CreateActionTargetCommandOutput | CreateAggregatorV2CommandOutput | CreateAutomationRuleCommandOutput | CreateAutomationRuleV2CommandOutput | CreateConfigurationPolicyCommandOutput | CreateConnectorV2CommandOutput | CreateFindingAggregatorCommandOutput | CreateInsightCommandOutput | CreateMembersCommandOutput | CreateTicketV2CommandOutput | DeclineInvitationsCommandOutput | DeleteActionTargetCommandOutput | DeleteAggregatorV2CommandOutput | DeleteAutomationRuleV2CommandOutput | DeleteConfigurationPolicyCommandOutput | DeleteConnectorV2CommandOutput | DeleteFindingAggregatorCommandOutput | DeleteInsightCommandOutput | DeleteInvitationsCommandOutput | DeleteMembersCommandOutput | DescribeActionTargetsCommandOutput | DescribeHubCommandOutput | DescribeOrganizationConfigurationCommandOutput | DescribeProductsCommandOutput | DescribeProductsV2CommandOutput | DescribeSecurityHubV2CommandOutput | DescribeStandardsCommandOutput | DescribeStandardsControlsCommandOutput | DisableImportFindingsForProductCommandOutput | DisableOrganizationAdminAccountCommandOutput | DisableSecurityHubCommandOutput | DisableSecurityHubV2CommandOutput | DisassociateFromAdministratorAccountCommandOutput | DisassociateFromMasterAccountCommandOutput | DisassociateMembersCommandOutput | EnableImportFindingsForProductCommandOutput | EnableOrganizationAdminAccountCommandOutput | EnableSecurityHubCommandOutput | EnableSecurityHubV2CommandOutput | GetAdministratorAccountCommandOutput | GetAggregatorV2CommandOutput | GetAutomationRuleV2CommandOutput | GetConfigurationPolicyAssociationCommandOutput | GetConfigurationPolicyCommandOutput | GetConnectorV2CommandOutput | GetEnabledStandardsCommandOutput | GetFindingAggregatorCommandOutput | GetFindingHistoryCommandOutput | GetFindingStatisticsV2CommandOutput | GetFindingsCommandOutput | GetFindingsTrendsV2CommandOutput | GetFindingsV2CommandOutput | GetInsightResultsCommandOutput | GetInsightsCommandOutput | GetInvitationsCountCommandOutput | GetMasterAccountCommandOutput | GetMembersCommandOutput | GetResourcesStatisticsV2CommandOutput | GetResourcesTrendsV2CommandOutput | GetResourcesV2CommandOutput | GetSecurityControlDefinitionCommandOutput | InviteMembersCommandOutput | ListAggregatorsV2CommandOutput | ListAutomationRulesCommandOutput | ListAutomationRulesV2CommandOutput | ListConfigurationPoliciesCommandOutput | ListConfigurationPolicyAssociationsCommandOutput | ListConnectorsV2CommandOutput | ListEnabledProductsForImportCommandOutput | ListFindingAggregatorsCommandOutput | ListInvitationsCommandOutput | ListMembersCommandOutput | ListOrganizationAdminAccountsCommandOutput | ListSecurityControlDefinitionsCommandOutput | ListStandardsControlAssociationsCommandOutput | ListTagsForResourceCommandOutput | StartConfigurationPolicyAssociationCommandOutput | StartConfigurationPolicyDisassociationCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateActionTargetCommandOutput | UpdateAggregatorV2CommandOutput | UpdateAutomationRuleV2CommandOutput | UpdateConfigurationPolicyCommandOutput | UpdateConnectorV2CommandOutput | UpdateFindingAggregatorCommandOutput | UpdateFindingsCommandOutput | UpdateInsightCommandOutput | UpdateOrganizationConfigurationCommandOutput | UpdateSecurityControlCommandOutput | UpdateSecurityHubConfigurationCommandOutput | UpdateStandardsControlCommandOutput;
127
+ export type ServiceOutputTypes = AcceptAdministratorInvitationCommandOutput | AcceptInvitationCommandOutput | BatchDeleteAutomationRulesCommandOutput | BatchDisableStandardsCommandOutput | BatchEnableStandardsCommandOutput | BatchGetAutomationRulesCommandOutput | BatchGetConfigurationPolicyAssociationsCommandOutput | BatchGetSecurityControlsCommandOutput | BatchGetStandardsControlAssociationsCommandOutput | BatchImportFindingsCommandOutput | BatchUpdateAutomationRulesCommandOutput | BatchUpdateFindingsCommandOutput | BatchUpdateFindingsV2CommandOutput | BatchUpdateStandardsControlAssociationsCommandOutput | CreateActionTargetCommandOutput | CreateAggregatorV2CommandOutput | CreateAutomationRuleCommandOutput | CreateAutomationRuleV2CommandOutput | CreateConfigurationPolicyCommandOutput | CreateConnectorV2CommandOutput | CreateFindingAggregatorCommandOutput | CreateInsightCommandOutput | CreateMembersCommandOutput | CreateTicketV2CommandOutput | DeclineInvitationsCommandOutput | DeleteActionTargetCommandOutput | DeleteAggregatorV2CommandOutput | DeleteAutomationRuleV2CommandOutput | DeleteConfigurationPolicyCommandOutput | DeleteConnectorV2CommandOutput | DeleteFindingAggregatorCommandOutput | DeleteInsightCommandOutput | DeleteInvitationsCommandOutput | DeleteMembersCommandOutput | DescribeActionTargetsCommandOutput | DescribeHubCommandOutput | DescribeOrganizationConfigurationCommandOutput | DescribeProductsCommandOutput | DescribeProductsV2CommandOutput | DescribeSecurityHubV2CommandOutput | DescribeStandardsCommandOutput | DescribeStandardsControlsCommandOutput | DisableImportFindingsForProductCommandOutput | DisableOrganizationAdminAccountCommandOutput | DisableSecurityHubCommandOutput | DisableSecurityHubV2CommandOutput | DisassociateFromAdministratorAccountCommandOutput | DisassociateFromMasterAccountCommandOutput | DisassociateMembersCommandOutput | EnableImportFindingsForProductCommandOutput | EnableOrganizationAdminAccountCommandOutput | EnableSecurityHubCommandOutput | EnableSecurityHubV2CommandOutput | GetAdministratorAccountCommandOutput | GetAggregatorV2CommandOutput | GetAutomationRuleV2CommandOutput | GetConfigurationPolicyAssociationCommandOutput | GetConfigurationPolicyCommandOutput | GetConnectorV2CommandOutput | GetEnabledStandardsCommandOutput | GetFindingAggregatorCommandOutput | GetFindingHistoryCommandOutput | GetFindingStatisticsV2CommandOutput | GetFindingsCommandOutput | GetFindingsTrendsV2CommandOutput | GetFindingsV2CommandOutput | GetInsightResultsCommandOutput | GetInsightsCommandOutput | GetInvitationsCountCommandOutput | GetMasterAccountCommandOutput | GetMembersCommandOutput | GetResourcesStatisticsV2CommandOutput | GetResourcesTrendsV2CommandOutput | GetResourcesV2CommandOutput | GetSecurityControlDefinitionCommandOutput | InviteMembersCommandOutput | ListAggregatorsV2CommandOutput | ListAutomationRulesCommandOutput | ListAutomationRulesV2CommandOutput | ListConfigurationPoliciesCommandOutput | ListConfigurationPolicyAssociationsCommandOutput | ListConnectorsV2CommandOutput | ListEnabledProductsForImportCommandOutput | ListFindingAggregatorsCommandOutput | ListInvitationsCommandOutput | ListMembersCommandOutput | ListOrganizationAdminAccountsCommandOutput | ListSecurityControlDefinitionsCommandOutput | ListStandardsControlAssociationsCommandOutput | ListTagsForResourceCommandOutput | RegisterConnectorV2CommandOutput | StartConfigurationPolicyAssociationCommandOutput | StartConfigurationPolicyDisassociationCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateActionTargetCommandOutput | UpdateAggregatorV2CommandOutput | UpdateAutomationRuleV2CommandOutput | UpdateConfigurationPolicyCommandOutput | UpdateConnectorV2CommandOutput | UpdateFindingAggregatorCommandOutput | UpdateFindingsCommandOutput | UpdateInsightCommandOutput | UpdateOrganizationConfigurationCommandOutput | UpdateSecurityControlCommandOutput | UpdateSecurityHubConfigurationCommandOutput | UpdateStandardsControlCommandOutput;
128
128
  /**
129
129
  * @public
130
130
  */
@@ -1,5 +1,5 @@
1
- import { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
- import { SecurityHubHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
1
+ import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
2
+ import type { SecurityHubHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -1,6 +1,6 @@
1
1
  import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
2
- import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
- import { SecurityHubClientResolvedConfig } from "../SecurityHubClient";
2
+ import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
+ import { type SecurityHubClientResolvedConfig } from "../SecurityHubClient";
4
4
  /**
5
5
  * @internal
6
6
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { AcceptAdministratorInvitationRequest, AcceptAdministratorInvitationResponse } from "../models/models_0";
4
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { AcceptAdministratorInvitationRequest, AcceptAdministratorInvitationResponse } from "../models/models_0";
4
+ import type { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { AcceptInvitationRequest, AcceptInvitationResponse } from "../models/models_0";
4
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { AcceptInvitationRequest, AcceptInvitationResponse } from "../models/models_0";
4
+ import type { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { BatchDeleteAutomationRulesRequest, BatchDeleteAutomationRulesResponse } from "../models/models_2";
4
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { BatchDeleteAutomationRulesRequest, BatchDeleteAutomationRulesResponse } from "../models/models_2";
4
+ import type { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { BatchDisableStandardsRequest, BatchDisableStandardsResponse } from "../models/models_2";
4
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { BatchDisableStandardsRequest, BatchDisableStandardsResponse } from "../models/models_2";
4
+ import type { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { BatchEnableStandardsRequest, BatchEnableStandardsResponse } from "../models/models_2";
4
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { BatchEnableStandardsRequest, BatchEnableStandardsResponse } from "../models/models_2";
4
+ import type { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { BatchGetAutomationRulesRequest, BatchGetAutomationRulesResponse } from "../models/models_2";
4
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { BatchGetAutomationRulesRequest, BatchGetAutomationRulesResponse } from "../models/models_2";
4
+ import type { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { BatchGetConfigurationPolicyAssociationsRequest, BatchGetConfigurationPolicyAssociationsResponse } from "../models/models_2";
4
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { BatchGetConfigurationPolicyAssociationsRequest, BatchGetConfigurationPolicyAssociationsResponse } from "../models/models_2";
4
+ import type { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { BatchGetSecurityControlsRequest, BatchGetSecurityControlsResponse } from "../models/models_2";
4
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { BatchGetSecurityControlsRequest, BatchGetSecurityControlsResponse } from "../models/models_2";
4
+ import type { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { BatchGetStandardsControlAssociationsRequest, BatchGetStandardsControlAssociationsResponse } from "../models/models_2";
4
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { BatchGetStandardsControlAssociationsRequest, BatchGetStandardsControlAssociationsResponse } from "../models/models_2";
4
+ import type { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { BatchImportFindingsRequest, BatchImportFindingsResponse } from "../models/models_2";
4
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { BatchImportFindingsRequest, BatchImportFindingsResponse } from "../models/models_2";
4
+ import type { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { BatchUpdateAutomationRulesRequest, BatchUpdateAutomationRulesResponse } from "../models/models_2";
4
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { BatchUpdateAutomationRulesRequest, BatchUpdateAutomationRulesResponse } from "../models/models_2";
4
+ import type { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { BatchUpdateFindingsRequest, BatchUpdateFindingsResponse } from "../models/models_2";
4
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { BatchUpdateFindingsRequest, BatchUpdateFindingsResponse } from "../models/models_2";
4
+ import type { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { BatchUpdateFindingsV2Request, BatchUpdateFindingsV2Response } from "../models/models_2";
4
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { BatchUpdateFindingsV2Request, BatchUpdateFindingsV2Response } from "../models/models_2";
4
+ import type { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -32,7 +32,7 @@ declare const BatchUpdateFindingsV2Command_base: {
32
32
  * Delegated administrator accounts can update findings for their account and their member accounts.
33
33
  * Member accounts can update findings for their account. <code>BatchUpdateFindings</code> and <code>BatchUpdateFindingV2</code> both use <code>securityhub:BatchUpdateFindings</code> in the <code>Action</code> element of an IAM policy statement.
34
34
  * You must have permission to perform the <code>securityhub:BatchUpdateFindings</code> action.
35
- * Updates from <code>BatchUpdateFindingsV2</code> don't affect the value of f<code>inding_info.modified_time</code>, <code>finding_info.modified_time_dt</code>, <code>time</code>, <code>time_dt for a finding</code>. This API is in public preview and subject to change.</p>
35
+ * Updates from <code>BatchUpdateFindingsV2</code> don't affect the value of f<code>inding_info.modified_time</code>, <code>finding_info.modified_time_dt</code>, <code>time</code>, <code>time_dt for a finding</code>.</p>
36
36
  * @example
37
37
  * Use a bare-bones client and the command you need to make an API call.
38
38
  * ```javascript
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { BatchUpdateStandardsControlAssociationsRequest, BatchUpdateStandardsControlAssociationsResponse } from "../models/models_2";
4
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { BatchUpdateStandardsControlAssociationsRequest, BatchUpdateStandardsControlAssociationsResponse } from "../models/models_2";
4
+ import type { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateActionTargetRequest, CreateActionTargetResponse } from "../models/models_2";
4
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateActionTargetRequest, CreateActionTargetResponse } from "../models/models_2";
4
+ import type { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateAggregatorV2Request, CreateAggregatorV2Response } from "../models/models_2";
4
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateAggregatorV2Request, CreateAggregatorV2Response } from "../models/models_2";
4
+ import type { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -27,7 +27,7 @@ declare const CreateAggregatorV2Command_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Enables aggregation across Amazon Web Services Regions. This API is in public preview and subject to change.</p>
30
+ * <p>Enables aggregation across Amazon Web Services Regions.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -79,6 +79,9 @@ declare const CreateAggregatorV2Command_base: {
79
79
  * @throws {@link ResourceNotFoundException} (client fault)
80
80
  * <p>The request was rejected because we can't find the specified resource.</p>
81
81
  *
82
+ * @throws {@link ServiceQuotaExceededException} (client fault)
83
+ * <p>The request was rejected because it would exceed the service quota limit.</p>
84
+ *
82
85
  * @throws {@link ThrottlingException} (client fault)
83
86
  * <p>
84
87
  * The limit on the number of requests per second was exceeded.
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateAutomationRuleRequest, CreateAutomationRuleResponse } from "../models/models_2";
4
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateAutomationRuleRequest, CreateAutomationRuleResponse } from "../models/models_2";
4
+ import type { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,8 +1,8 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateAutomationRuleV2Response } from "../models/models_2";
4
- import { CreateAutomationRuleV2Request } from "../models/models_3";
5
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateAutomationRuleV2Response } from "../models/models_2";
4
+ import type { CreateAutomationRuleV2Request } from "../models/models_3";
5
+ import type { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
6
6
  /**
7
7
  * @public
8
8
  */
@@ -28,7 +28,7 @@ declare const CreateAutomationRuleV2Command_base: {
28
28
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
29
  };
30
30
  /**
31
- * <p>Creates a V2 automation rule. This API is in public preview and subject to change.</p>
31
+ * <p>Creates a V2 automation rule.</p>
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
34
34
  * ```javascript
@@ -48,7 +48,7 @@ declare const CreateAutomationRuleV2Command_base: {
48
48
  * { // CompositeFilter
49
49
  * StringFilters: [ // OcsfStringFilterList
50
50
  * { // OcsfStringFilter
51
- * FieldName: "metadata.uid" || "activity_name" || "cloud.account.uid" || "cloud.provider" || "cloud.region" || "compliance.assessments.category" || "compliance.assessments.name" || "compliance.control" || "compliance.status" || "compliance.standards" || "finding_info.desc" || "finding_info.src_url" || "finding_info.title" || "finding_info.types" || "finding_info.uid" || "finding_info.related_events.uid" || "finding_info.related_events.product.uid" || "finding_info.related_events.title" || "metadata.product.name" || "metadata.product.uid" || "metadata.product.vendor_name" || "remediation.desc" || "remediation.references" || "resources.cloud_partition" || "resources.region" || "resources.type" || "resources.uid" || "severity" || "status" || "comment" || "vulnerabilities.fix_coverage" || "class_name" || "databucket.encryption_details.algorithm" || "databucket.encryption_details.key_uid" || "databucket.file.data_classifications.classifier_details.type" || "evidences.actor.user.account.uid" || "evidences.api.operation" || "evidences.api.response.error_message" || "evidences.api.service.name" || "evidences.connection_info.direction" || "evidences.connection_info.protocol_name" || "evidences.dst_endpoint.autonomous_system.name" || "evidences.dst_endpoint.location.city" || "evidences.dst_endpoint.location.country" || "evidences.src_endpoint.autonomous_system.name" || "evidences.src_endpoint.hostname" || "evidences.src_endpoint.location.city" || "evidences.src_endpoint.location.country" || "finding_info.analytic.name" || "malware.name" || "malware_scan_info.uid" || "malware.severity" || "resources.cloud_function.layers.uid_alt" || "resources.cloud_function.runtime" || "resources.cloud_function.user.uid" || "resources.device.encryption_details.key_uid" || "resources.device.image.uid" || "resources.image.architecture" || "resources.image.registry_uid" || "resources.image.repository_name" || "resources.image.uid" || "resources.subnet_info.uid" || "resources.vpc_uid" || "vulnerabilities.affected_code.file.path" || "vulnerabilities.affected_packages.name" || "vulnerabilities.cve.epss.score" || "vulnerabilities.cve.uid" || "vulnerabilities.related_vulnerabilities" || "cloud.account.name",
51
+ * FieldName: "metadata.uid" || "activity_name" || "cloud.account.uid" || "cloud.provider" || "cloud.region" || "compliance.assessments.category" || "compliance.assessments.name" || "compliance.control" || "compliance.status" || "compliance.standards" || "finding_info.desc" || "finding_info.src_url" || "finding_info.title" || "finding_info.types" || "finding_info.uid" || "finding_info.related_events.traits.category" || "finding_info.related_events.uid" || "finding_info.related_events.product.uid" || "finding_info.related_events.title" || "metadata.product.name" || "metadata.product.uid" || "metadata.product.vendor_name" || "remediation.desc" || "remediation.references" || "resources.cloud_partition" || "resources.region" || "resources.type" || "resources.uid" || "severity" || "status" || "comment" || "vulnerabilities.fix_coverage" || "class_name" || "databucket.encryption_details.algorithm" || "databucket.encryption_details.key_uid" || "databucket.file.data_classifications.classifier_details.type" || "evidences.actor.user.account.uid" || "evidences.api.operation" || "evidences.api.response.error_message" || "evidences.api.service.name" || "evidences.connection_info.direction" || "evidences.connection_info.protocol_name" || "evidences.dst_endpoint.autonomous_system.name" || "evidences.dst_endpoint.location.city" || "evidences.dst_endpoint.location.country" || "evidences.src_endpoint.autonomous_system.name" || "evidences.src_endpoint.hostname" || "evidences.src_endpoint.location.city" || "evidences.src_endpoint.location.country" || "finding_info.analytic.name" || "malware.name" || "malware_scan_info.uid" || "malware.severity" || "resources.cloud_function.layers.uid_alt" || "resources.cloud_function.runtime" || "resources.cloud_function.user.uid" || "resources.device.encryption_details.key_uid" || "resources.device.image.uid" || "resources.image.architecture" || "resources.image.registry_uid" || "resources.image.repository_name" || "resources.image.uid" || "resources.subnet_info.uid" || "resources.vpc_uid" || "vulnerabilities.affected_code.file.path" || "vulnerabilities.affected_packages.name" || "vulnerabilities.cve.epss.score" || "vulnerabilities.cve.uid" || "vulnerabilities.related_vulnerabilities" || "cloud.account.name" || "vendor_attributes.severity",
52
52
  * Filter: { // StringFilter
53
53
  * Value: "STRING_VALUE",
54
54
  * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS" || "CONTAINS" || "NOT_CONTAINS" || "CONTAINS_WORD",
@@ -78,7 +78,7 @@ declare const CreateAutomationRuleV2Command_base: {
78
78
  * ],
79
79
  * NumberFilters: [ // OcsfNumberFilterList
80
80
  * { // OcsfNumberFilter
81
- * FieldName: "activity_id" || "compliance.status_id" || "confidence_score" || "severity_id" || "status_id" || "finding_info.related_events_count" || "evidences.api.response.code" || "evidences.dst_endpoint.autonomous_system.number" || "evidences.dst_endpoint.port" || "evidences.src_endpoint.autonomous_system.number" || "evidences.src_endpoint.port" || "resources.image.in_use_count",
81
+ * FieldName: "activity_id" || "compliance.status_id" || "confidence_score" || "severity_id" || "status_id" || "finding_info.related_events_count" || "evidences.api.response.code" || "evidences.dst_endpoint.autonomous_system.number" || "evidences.dst_endpoint.port" || "evidences.src_endpoint.autonomous_system.number" || "evidences.src_endpoint.port" || "resources.image.in_use_count" || "vulnerabilities.cve.cvss.base_score" || "vendor_attributes.severity_id",
82
82
  * Filter: { // NumberFilter
83
83
  * Gte: Number("double"),
84
84
  * Lte: Number("double"),
@@ -110,7 +110,7 @@ declare const CreateAutomationRuleV2Command_base: {
110
110
  * {
111
111
  * StringFilters: [
112
112
  * {
113
- * FieldName: "metadata.uid" || "activity_name" || "cloud.account.uid" || "cloud.provider" || "cloud.region" || "compliance.assessments.category" || "compliance.assessments.name" || "compliance.control" || "compliance.status" || "compliance.standards" || "finding_info.desc" || "finding_info.src_url" || "finding_info.title" || "finding_info.types" || "finding_info.uid" || "finding_info.related_events.uid" || "finding_info.related_events.product.uid" || "finding_info.related_events.title" || "metadata.product.name" || "metadata.product.uid" || "metadata.product.vendor_name" || "remediation.desc" || "remediation.references" || "resources.cloud_partition" || "resources.region" || "resources.type" || "resources.uid" || "severity" || "status" || "comment" || "vulnerabilities.fix_coverage" || "class_name" || "databucket.encryption_details.algorithm" || "databucket.encryption_details.key_uid" || "databucket.file.data_classifications.classifier_details.type" || "evidences.actor.user.account.uid" || "evidences.api.operation" || "evidences.api.response.error_message" || "evidences.api.service.name" || "evidences.connection_info.direction" || "evidences.connection_info.protocol_name" || "evidences.dst_endpoint.autonomous_system.name" || "evidences.dst_endpoint.location.city" || "evidences.dst_endpoint.location.country" || "evidences.src_endpoint.autonomous_system.name" || "evidences.src_endpoint.hostname" || "evidences.src_endpoint.location.city" || "evidences.src_endpoint.location.country" || "finding_info.analytic.name" || "malware.name" || "malware_scan_info.uid" || "malware.severity" || "resources.cloud_function.layers.uid_alt" || "resources.cloud_function.runtime" || "resources.cloud_function.user.uid" || "resources.device.encryption_details.key_uid" || "resources.device.image.uid" || "resources.image.architecture" || "resources.image.registry_uid" || "resources.image.repository_name" || "resources.image.uid" || "resources.subnet_info.uid" || "resources.vpc_uid" || "vulnerabilities.affected_code.file.path" || "vulnerabilities.affected_packages.name" || "vulnerabilities.cve.epss.score" || "vulnerabilities.cve.uid" || "vulnerabilities.related_vulnerabilities" || "cloud.account.name",
113
+ * FieldName: "metadata.uid" || "activity_name" || "cloud.account.uid" || "cloud.provider" || "cloud.region" || "compliance.assessments.category" || "compliance.assessments.name" || "compliance.control" || "compliance.status" || "compliance.standards" || "finding_info.desc" || "finding_info.src_url" || "finding_info.title" || "finding_info.types" || "finding_info.uid" || "finding_info.related_events.traits.category" || "finding_info.related_events.uid" || "finding_info.related_events.product.uid" || "finding_info.related_events.title" || "metadata.product.name" || "metadata.product.uid" || "metadata.product.vendor_name" || "remediation.desc" || "remediation.references" || "resources.cloud_partition" || "resources.region" || "resources.type" || "resources.uid" || "severity" || "status" || "comment" || "vulnerabilities.fix_coverage" || "class_name" || "databucket.encryption_details.algorithm" || "databucket.encryption_details.key_uid" || "databucket.file.data_classifications.classifier_details.type" || "evidences.actor.user.account.uid" || "evidences.api.operation" || "evidences.api.response.error_message" || "evidences.api.service.name" || "evidences.connection_info.direction" || "evidences.connection_info.protocol_name" || "evidences.dst_endpoint.autonomous_system.name" || "evidences.dst_endpoint.location.city" || "evidences.dst_endpoint.location.country" || "evidences.src_endpoint.autonomous_system.name" || "evidences.src_endpoint.hostname" || "evidences.src_endpoint.location.city" || "evidences.src_endpoint.location.country" || "finding_info.analytic.name" || "malware.name" || "malware_scan_info.uid" || "malware.severity" || "resources.cloud_function.layers.uid_alt" || "resources.cloud_function.runtime" || "resources.cloud_function.user.uid" || "resources.device.encryption_details.key_uid" || "resources.device.image.uid" || "resources.image.architecture" || "resources.image.registry_uid" || "resources.image.repository_name" || "resources.image.uid" || "resources.subnet_info.uid" || "resources.vpc_uid" || "vulnerabilities.affected_code.file.path" || "vulnerabilities.affected_packages.name" || "vulnerabilities.cve.epss.score" || "vulnerabilities.cve.uid" || "vulnerabilities.related_vulnerabilities" || "cloud.account.name" || "vendor_attributes.severity",
114
114
  * Filter: {
115
115
  * Value: "STRING_VALUE",
116
116
  * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS" || "CONTAINS" || "NOT_CONTAINS" || "CONTAINS_WORD",
@@ -140,7 +140,7 @@ declare const CreateAutomationRuleV2Command_base: {
140
140
  * ],
141
141
  * NumberFilters: [
142
142
  * {
143
- * FieldName: "activity_id" || "compliance.status_id" || "confidence_score" || "severity_id" || "status_id" || "finding_info.related_events_count" || "evidences.api.response.code" || "evidences.dst_endpoint.autonomous_system.number" || "evidences.dst_endpoint.port" || "evidences.src_endpoint.autonomous_system.number" || "evidences.src_endpoint.port" || "resources.image.in_use_count",
143
+ * FieldName: "activity_id" || "compliance.status_id" || "confidence_score" || "severity_id" || "status_id" || "finding_info.related_events_count" || "evidences.api.response.code" || "evidences.dst_endpoint.autonomous_system.number" || "evidences.dst_endpoint.port" || "evidences.src_endpoint.autonomous_system.number" || "evidences.src_endpoint.port" || "resources.image.in_use_count" || "vulnerabilities.cve.cvss.base_score" || "vendor_attributes.severity_id",
144
144
  * Filter: {
145
145
  * Gte: Number("double"),
146
146
  * Lte: Number("double"),
@@ -222,6 +222,9 @@ declare const CreateAutomationRuleV2Command_base: {
222
222
  * The request has failed due to an internal failure of the service.
223
223
  * </p>
224
224
  *
225
+ * @throws {@link ServiceQuotaExceededException} (client fault)
226
+ * <p>The request was rejected because it would exceed the service quota limit.</p>
227
+ *
225
228
  * @throws {@link ThrottlingException} (client fault)
226
229
  * <p>
227
230
  * The limit on the number of requests per second was exceeded.
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateConfigurationPolicyRequest, CreateConfigurationPolicyResponse } from "../models/models_2";
4
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateConfigurationPolicyRequest, CreateConfigurationPolicyResponse } from "../models/models_2";
4
+ import type { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateConnectorV2Request, CreateConnectorV2Response } from "../models/models_2";
4
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateConnectorV2Request, CreateConnectorV2Response } from "../models/models_2";
4
+ import type { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -27,7 +27,7 @@ declare const CreateConnectorV2Command_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Grants permission to create a connectorV2 based on input parameters. This API is in public preview and subject to change.</p>
30
+ * <p>Grants permission to create a connectorV2 based on input parameters.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -45,8 +45,7 @@ declare const CreateConnectorV2Command_base: {
45
45
  * },
46
46
  * ServiceNow: { // ServiceNowProviderConfiguration
47
47
  * InstanceName: "STRING_VALUE", // required
48
- * ClientId: "STRING_VALUE", // required
49
- * ClientSecret: "STRING_VALUE", // required
48
+ * SecretArn: "STRING_VALUE", // required
50
49
  * },
51
50
  * },
52
51
  * KmsKeyArn: "STRING_VALUE",
@@ -58,9 +57,10 @@ declare const CreateConnectorV2Command_base: {
58
57
  * const command = new CreateConnectorV2Command(input);
59
58
  * const response = await client.send(command);
60
59
  * // { // CreateConnectorV2Response
61
- * // ConnectorArn: "STRING_VALUE",
60
+ * // ConnectorArn: "STRING_VALUE", // required
62
61
  * // ConnectorId: "STRING_VALUE", // required
63
62
  * // AuthUrl: "STRING_VALUE",
63
+ * // ConnectorStatus: "CONNECTED" || "FAILED_TO_CONNECT" || "PENDING_CONFIGURATION" || "PENDING_AUTHORIZATION",
64
64
  * // };
65
65
  *
66
66
  * ```
@@ -85,6 +85,9 @@ declare const CreateConnectorV2Command_base: {
85
85
  * @throws {@link ResourceNotFoundException} (client fault)
86
86
  * <p>The request was rejected because we can't find the specified resource.</p>
87
87
  *
88
+ * @throws {@link ServiceQuotaExceededException} (client fault)
89
+ * <p>The request was rejected because it would exceed the service quota limit.</p>
90
+ *
88
91
  * @throws {@link ThrottlingException} (client fault)
89
92
  * <p>
90
93
  * The limit on the number of requests per second was exceeded.
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateFindingAggregatorRequest, CreateFindingAggregatorResponse } from "../models/models_2";
4
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateFindingAggregatorRequest, CreateFindingAggregatorResponse } from "../models/models_2";
4
+ import type { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateInsightRequest, CreateInsightResponse } from "../models/models_2";
4
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateInsightRequest, CreateInsightResponse } from "../models/models_2";
4
+ import type { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateMembersRequest, CreateMembersResponse } from "../models/models_2";
4
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateMembersRequest, CreateMembersResponse } from "../models/models_2";
4
+ import type { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
5
5
  /**
6
6
  * @public
7
7
  */