@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
@@ -3666,7 +3666,7 @@ export interface AwsAutoScalingLaunchConfigurationDetails {
3666
3666
  */
3667
3667
  RamdiskId?: string | undefined;
3668
3668
  /**
3669
- * <p>The security groups to assign to the instances in the Auto Scaling group.</p>
3669
+ * <p>The security groups to assign to the instances in the Amazon EC2 Auto Scaling group.</p>
3670
3670
  * @public
3671
3671
  */
3672
3672
  SecurityGroups?: string[] | undefined;
@@ -4875,7 +4875,7 @@ export interface AwsCloudFrontDistributionOriginS3OriginConfig {
4875
4875
  }
4876
4876
  /**
4877
4877
  * <p>A complex type that describes the
4878
- * Amazon S3 bucket, HTTP server (for example, a web server), Elemental MediaStore, or other server from which CloudFront gets your files.</p>
4878
+ * Amazon S3 bucket, HTTP server (for example, a web server), or other server from which CloudFront gets your files.</p>
4879
4879
  * @public
4880
4880
  */
4881
4881
  export interface AwsCloudFrontDistributionOriginItem {
@@ -10371,7 +10371,7 @@ export interface AwsEcsServiceLoadBalancersDetails {
10371
10371
  */
10372
10372
  LoadBalancerName?: string | undefined;
10373
10373
  /**
10374
- * <p>The ARN of the Elastic Load Balancing target group or groups associated with a service or task set.</p>
10374
+ * <p>The ARN of the ELB target group or groups associated with a service or task set.</p>
10375
10375
  * <p>Only specified when using an Application Load Balancer or a Network Load Balancer. For a Classic Load Balancer, the target group ARN is omitted.</p>
10376
10376
  * @public
10377
10377
  */
@@ -10526,7 +10526,7 @@ export interface AwsEcsServiceDetails {
10526
10526
  */
10527
10527
  EnableExecuteCommand?: boolean | undefined;
10528
10528
  /**
10529
- * <p>After a task starts, the amount of time in seconds that the Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing target health checks.</p>
10529
+ * <p>After a task starts, the amount of time in seconds that the Amazon ECS service scheduler ignores unhealthy ELB target health checks.</p>
10530
10530
  * @public
10531
10531
  */
10532
10532
  HealthCheckGracePeriodSeconds?: number | undefined;
@@ -10575,7 +10575,7 @@ export interface AwsEcsServiceDetails {
10575
10575
  */
10576
10576
  PropagateTags?: string | undefined;
10577
10577
  /**
10578
- * <p>The ARN of the IAM role that is associated with the service. The role allows the Amazon ECS container agent to register container instances with an Elastic Load Balancing load balancer.</p>
10578
+ * <p>The ARN of the IAM role that is associated with the service. The role allows the Amazon ECS container agent to register container instances with an ELB load balancer.</p>
10579
10579
  * @public
10580
10580
  */
10581
10581
  Role?: string | undefined;
@@ -1,5 +1,5 @@
1
1
  import { AwsIamAccessKeyStatus, AwsS3BucketNotificationConfigurationS3KeyFilterRuleName, ComplianceStatus, ConnectionDirection, MalwareState, MalwareType, NetworkDirection, SeverityLabel } from "./enums";
2
- import { Actor, AssociatedStandard, AvailabilityZone, AwsEcsContainerDetails, AwsEcsTaskDefinitionContainerDefinitionsDetails, AwsEcsTaskDefinitionInferenceAcceleratorsDetails, AwsEcsTaskDefinitionPlacementConstraintsDetails, AwsEcsTaskDefinitionProxyConfigurationDetails, AwsEcsTaskDefinitionVolumesDockerVolumeConfigurationDetails, AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails, RelatedFinding } from "./models_0";
2
+ import { type AwsEcsTaskDefinitionProxyConfigurationDetails, type AwsEcsTaskDefinitionVolumesDockerVolumeConfigurationDetails, type AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails, Actor, AssociatedStandard, AvailabilityZone, AwsEcsContainerDetails, AwsEcsTaskDefinitionContainerDefinitionsDetails, AwsEcsTaskDefinitionInferenceAcceleratorsDetails, AwsEcsTaskDefinitionPlacementConstraintsDetails, RelatedFinding } from "./models_0";
3
3
  /**
4
4
  * <p>Information about a bind mount host volume.</p>
5
5
  * @public
@@ -1,7 +1,7 @@
1
1
  import { DocumentType as __DocumentType } from "@smithy/types";
2
- import { AssociationStatus, AssociationType, AutoEnableStandards, BatchUpdateFindingsV2UnprocessedFindingErrorCode, ConfigurationPolicyAssociationStatus, ConnectorAuthStatus, ConnectorProviderName, ConnectorStatus, ControlFindingGenerator, ControlStatus, FindingHistoryUpdateSourceType, FindingsTrendsStringField, GranularityField, IntegrationType, IntegrationV2Type, OcsfBooleanField, OcsfDateField, OcsfIpField, OcsfMapField, OcsfNumberField, OcsfStringField, OrganizationConfigurationConfigurationType, OrganizationConfigurationStatus, ParameterValueType, Partition, RecordState, RegionAvailabilityStatus, ResourceCategory, ResourcesDateField, ResourcesMapField, ResourcesNumberField, ResourcesStringField, ResourcesTrendsStringField, RuleStatus, SecurityControlProperty, SecurityHubFeature, SeverityLabel, SeverityRating, SortOrder, StandardsControlsUpdatable, StandardsStatus, StatusReasonCode, TargetType, ThreatIntelIndicatorCategory, ThreatIntelIndicatorType, UnprocessedErrorCode, UpdateStatus, VerificationState, VulnerabilityExploitAvailable, VulnerabilityFixAvailable, WorkflowState, WorkflowStatus } from "./enums";
3
- import { AccountDetails, Action, ActionTarget, Adjustment, AdminAccount, AggregatorV2, AssociationFilters, AutomationRulesAction, AutomationRulesConfig, AutomationRulesFindingFilters, AutomationRulesMetadata, AutomationRulesMetadataV2, AwsAmazonMqBrokerDetails, AwsApiGatewayRestApiDetails, AwsApiGatewayStageDetails, AwsApiGatewayV2ApiDetails, AwsApiGatewayV2StageDetails, AwsAppSyncGraphQlApiDetails, AwsAthenaWorkGroupDetails, AwsAutoScalingAutoScalingGroupDetails, AwsAutoScalingLaunchConfigurationDetails, AwsBackupBackupPlanDetails, AwsBackupBackupVaultDetails, AwsBackupRecoveryPointDetails, AwsCertificateManagerCertificateDetails, AwsCloudFormationStackDetails, AwsCloudFrontDistributionDetails, AwsCloudTrailTrailDetails, AwsCloudWatchAlarmDetails, AwsCodeBuildProjectDetails, AwsDmsEndpointDetails, AwsDmsReplicationInstanceDetails, AwsDmsReplicationTaskDetails, AwsDynamoDbTableDetails, AwsEc2ClientVpnEndpointDetails, AwsEc2EipDetails, AwsEc2InstanceDetails, AwsEc2LaunchTemplateDetails, AwsEc2NetworkAclDetails, AwsEc2NetworkInterfaceDetails, AwsEc2RouteTableDetails, AwsEc2SecurityGroupDetails, AwsEc2SubnetDetails, AwsEc2TransitGatewayDetails, AwsEc2VolumeDetails, AwsEc2VpcDetails, AwsEc2VpcEndpointServiceDetails, AwsEc2VpcPeeringConnectionDetails, AwsEc2VpnConnectionDetails, AwsEcrContainerImageDetails, AwsEcrRepositoryDetails, AwsEcsClusterDetails, AwsEcsContainerDetails, AwsEcsServiceDetails, DateFilter, MapFilter, NoteUpdate, NumberFilter, RelatedFinding, SeverityUpdate, StringFilter, WorkflowUpdate } from "./models_0";
4
- import { AwsEcsTaskDefinitionDetails, AwsEcsTaskDetails, AwsEfsAccessPointDetails, AwsEksClusterDetails, AwsElasticBeanstalkEnvironmentDetails, AwsElasticsearchDomainDetails, AwsElbLoadBalancerDetails, AwsElbv2LoadBalancerDetails, AwsEventSchemasRegistryDetails, AwsEventsEndpointDetails, AwsEventsEventbusDetails, AwsGuardDutyDetectorDetails, AwsIamAccessKeyDetails, AwsIamGroupDetails, AwsIamPolicyDetails, AwsIamRoleDetails, AwsIamUserDetails, AwsKinesisStreamDetails, AwsKmsKeyDetails, AwsLambdaFunctionDetails, AwsLambdaLayerVersionDetails, AwsMskClusterDetails, AwsNetworkFirewallFirewallDetails, AwsNetworkFirewallFirewallPolicyDetails, AwsNetworkFirewallRuleGroupDetails, AwsOpenSearchServiceDomainDetails, AwsRdsDbClusterDetails, AwsRdsDbClusterSnapshotDetails, AwsRdsDbInstanceDetails, AwsRdsDbSecurityGroupDetails, AwsRdsDbSnapshotDetails, AwsRdsEventSubscriptionDetails, AwsRedshiftClusterDetails, AwsRoute53HostedZoneDetails, AwsS3AccessPointDetails, AwsS3AccountPublicAccessBlockDetails, AwsS3BucketDetails, AwsS3ObjectDetails, AwsSageMakerNotebookInstanceDetails, AwsSecretsManagerSecretDetails, AwsSnsTopicDetails, AwsSqsQueueDetails, AwsSsmPatchComplianceDetails, AwsStepFunctionStateMachineDetails, AwsWafRateBasedRuleDetails, AwsWafRegionalRateBasedRuleDetails, AwsWafRegionalRuleDetails, AwsWafRegionalRuleGroupDetails, AwsWafRegionalWebAclDetails, AwsWafRuleDetails, AwsWafRuleGroupDetails, AwsWafv2CustomHttpHeader, Compliance, DataClassificationDetails, Detection, FindingProviderFields, GeneratorDetails, Malware, Network, NetworkPathComponent, Note, PatchSummary, ProcessDetails, Remediation } from "./models_1";
2
+ import { AssociationStatus, AssociationType, AutoEnableStandards, BatchUpdateFindingsV2UnprocessedFindingErrorCode, ConfigurationPolicyAssociationStatus, ConnectorAuthStatus, ConnectorProviderName, ConnectorStatus, ControlFindingGenerator, ControlStatus, FindingHistoryUpdateSourceType, FindingsTrendsStringField, GranularityField, IntegrationType, IntegrationV2Type, OcsfBooleanField, OcsfDateField, OcsfIpField, OcsfMapField, OcsfNumberField, OcsfStringField, OrganizationConfigurationConfigurationType, OrganizationConfigurationStatus, ParameterValueType, Partition, RecordState, RegionAvailabilityStatus, ResourceCategory, ResourcesDateField, ResourcesMapField, ResourcesNumberField, ResourcesStringField, ResourcesTrendsStringField, RuleStatus, SecurityControlProperty, SecurityHubFeature, SeverityLabel, SeverityRating, SortOrder, StandardsControlsUpdatable, StandardsStatus, StatusReasonCode, TargetType, ThreatIntelIndicatorCategory, ThreatIntelIndicatorType, TicketCreationMode, UnprocessedErrorCode, UpdateStatus, VerificationState, VulnerabilityExploitAvailable, VulnerabilityFixAvailable, WorkflowState, WorkflowStatus } from "./enums";
3
+ import { type Action, type AssociationFilters, type AutomationRulesFindingFilters, type AwsAmazonMqBrokerDetails, type AwsApiGatewayRestApiDetails, type AwsApiGatewayStageDetails, type AwsApiGatewayV2ApiDetails, type AwsApiGatewayV2StageDetails, type AwsAppSyncGraphQlApiDetails, type AwsAthenaWorkGroupDetails, type AwsAutoScalingAutoScalingGroupDetails, type AwsAutoScalingLaunchConfigurationDetails, type AwsBackupBackupPlanDetails, type AwsBackupBackupVaultDetails, type AwsBackupRecoveryPointDetails, type AwsCertificateManagerCertificateDetails, type AwsCloudFormationStackDetails, type AwsCloudFrontDistributionDetails, type AwsCloudTrailTrailDetails, type AwsCloudWatchAlarmDetails, type AwsCodeBuildProjectDetails, type AwsDmsEndpointDetails, type AwsDmsReplicationInstanceDetails, type AwsDmsReplicationTaskDetails, type AwsDynamoDbTableDetails, type AwsEc2ClientVpnEndpointDetails, type AwsEc2EipDetails, type AwsEc2InstanceDetails, type AwsEc2LaunchTemplateDetails, type AwsEc2NetworkAclDetails, type AwsEc2NetworkInterfaceDetails, type AwsEc2RouteTableDetails, type AwsEc2SecurityGroupDetails, type AwsEc2SubnetDetails, type AwsEc2TransitGatewayDetails, type AwsEc2VolumeDetails, type AwsEc2VpcDetails, type AwsEc2VpcEndpointServiceDetails, type AwsEc2VpcPeeringConnectionDetails, type AwsEc2VpnConnectionDetails, type AwsEcrContainerImageDetails, type AwsEcrRepositoryDetails, type AwsEcsClusterDetails, type AwsEcsContainerDetails, type AwsEcsServiceDetails, type NoteUpdate, type SeverityUpdate, type WorkflowUpdate, AccountDetails, ActionTarget, Adjustment, AdminAccount, AggregatorV2, AutomationRulesAction, AutomationRulesConfig, AutomationRulesMetadata, AutomationRulesMetadataV2, DateFilter, MapFilter, NumberFilter, RelatedFinding, StringFilter } from "./models_0";
4
+ import { type AwsEcsTaskDefinitionDetails, type AwsEcsTaskDetails, type AwsEfsAccessPointDetails, type AwsEksClusterDetails, type AwsElasticBeanstalkEnvironmentDetails, type AwsElasticsearchDomainDetails, type AwsElbLoadBalancerDetails, type AwsElbv2LoadBalancerDetails, type AwsEventSchemasRegistryDetails, type AwsEventsEndpointDetails, type AwsEventsEventbusDetails, type AwsGuardDutyDetectorDetails, type AwsIamAccessKeyDetails, type AwsIamGroupDetails, type AwsIamPolicyDetails, type AwsIamRoleDetails, type AwsIamUserDetails, type AwsKinesisStreamDetails, type AwsKmsKeyDetails, type AwsLambdaFunctionDetails, type AwsLambdaLayerVersionDetails, type AwsMskClusterDetails, type AwsNetworkFirewallFirewallDetails, type AwsNetworkFirewallFirewallPolicyDetails, type AwsNetworkFirewallRuleGroupDetails, type AwsOpenSearchServiceDomainDetails, type AwsRdsDbClusterDetails, type AwsRdsDbClusterSnapshotDetails, type AwsRdsDbInstanceDetails, type AwsRdsDbSecurityGroupDetails, type AwsRdsDbSnapshotDetails, type AwsRdsEventSubscriptionDetails, type AwsRedshiftClusterDetails, type AwsRoute53HostedZoneDetails, type AwsS3AccessPointDetails, type AwsS3AccountPublicAccessBlockDetails, type AwsS3BucketDetails, type AwsS3ObjectDetails, type AwsSageMakerNotebookInstanceDetails, type AwsSecretsManagerSecretDetails, type AwsSnsTopicDetails, type AwsSqsQueueDetails, type AwsSsmPatchComplianceDetails, type AwsStepFunctionStateMachineDetails, type AwsWafRateBasedRuleDetails, type AwsWafRegionalRateBasedRuleDetails, type AwsWafRegionalRuleDetails, type AwsWafRegionalRuleGroupDetails, type AwsWafRegionalWebAclDetails, type AwsWafRuleDetails, type AwsWafRuleGroupDetails, type Compliance, type DataClassificationDetails, type Detection, type FindingProviderFields, type GeneratorDetails, type Network, type Note, type PatchSummary, type ProcessDetails, type Remediation, AwsWafv2CustomHttpHeader, Malware, NetworkPathComponent } from "./models_1";
5
5
  /**
6
6
  * <p>
7
7
  * Custom request handling behavior that inserts custom headers into a web request. WAF uses custom request handling when the rule action doesn't block the request.
@@ -4983,36 +4983,6 @@ export interface ConfigurationPolicySummary {
4983
4983
  */
4984
4984
  ServiceEnabled?: boolean | undefined;
4985
4985
  }
4986
- /**
4987
- * @public
4988
- */
4989
- export interface ConnectorRegistrationsV2Request {
4990
- /**
4991
- * <p>The authCode retrieved from authUrl to complete the OAuth 2.0 authorization code flow.</p>
4992
- * @public
4993
- */
4994
- AuthCode: string | undefined;
4995
- /**
4996
- * <p>The authState retrieved from authUrl to complete the OAuth 2.0 authorization code flow.</p>
4997
- * @public
4998
- */
4999
- AuthState: string | undefined;
5000
- }
5001
- /**
5002
- * @public
5003
- */
5004
- export interface ConnectorRegistrationsV2Response {
5005
- /**
5006
- * <p>The Amazon Resource Name (ARN) of the connectorV2.</p>
5007
- * @public
5008
- */
5009
- ConnectorArn?: string | undefined;
5010
- /**
5011
- * <p>The UUID of the connectorV2 to identify connectorV2 resource.</p>
5012
- * @public
5013
- */
5014
- ConnectorId: string | undefined;
5015
- }
5016
4986
  /**
5017
4987
  * <p>The connectorV2 third-party provider configuration summary.</p>
5018
4988
  * @public
@@ -5493,15 +5463,10 @@ export interface ServiceNowProviderConfiguration {
5493
5463
  */
5494
5464
  InstanceName: string | undefined;
5495
5465
  /**
5496
- * <p>The client ID of ServiceNow ITSM.</p>
5466
+ * <p>The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the ServiceNow credentials.</p>
5497
5467
  * @public
5498
5468
  */
5499
- ClientId: string | undefined;
5500
- /**
5501
- * <p>The client secret of ServiceNow ITSM.</p>
5502
- * @public
5503
- */
5504
- ClientSecret: string | undefined;
5469
+ SecretArn: string | undefined;
5505
5470
  }
5506
5471
  /**
5507
5472
  * <p>The initial configuration settings required to establish an integration between Security Hub and third-party provider.</p>
@@ -5591,7 +5556,7 @@ export interface CreateConnectorV2Response {
5591
5556
  * <p>The Amazon Resource Name (ARN) of the connectorV2.</p>
5592
5557
  * @public
5593
5558
  */
5594
- ConnectorArn?: string | undefined;
5559
+ ConnectorArn: string | undefined;
5595
5560
  /**
5596
5561
  * <p>The UUID of the connectorV2 to identify connectorV2 resource.</p>
5597
5562
  * @public
@@ -5602,6 +5567,11 @@ export interface CreateConnectorV2Response {
5602
5567
  * @public
5603
5568
  */
5604
5569
  AuthUrl?: string | undefined;
5570
+ /**
5571
+ * <p>The current status of the connectorV2.</p>
5572
+ * @public
5573
+ */
5574
+ ConnectorStatus?: ConnectorStatus | undefined;
5605
5575
  }
5606
5576
  /**
5607
5577
  * @public
@@ -5762,6 +5732,11 @@ export interface CreateTicketV2Request {
5762
5732
  * @public
5763
5733
  */
5764
5734
  ClientToken?: string | undefined;
5735
+ /**
5736
+ * <p>The mode for ticket creation. When set to DRYRUN, the ticket is created using a Security Hub owned template test finding to verify the integration is working correctly.</p>
5737
+ * @public
5738
+ */
5739
+ Mode?: TicketCreationMode | undefined;
5765
5740
  }
5766
5741
  /**
5767
5742
  * @public
@@ -7178,12 +7153,12 @@ export interface ServiceNowDetail {
7178
7153
  */
7179
7154
  InstanceName?: string | undefined;
7180
7155
  /**
7181
- * <p>The clientId of ServiceNow ITSM.</p>
7156
+ * <p>The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the ServiceNow credentials.</p>
7182
7157
  * @public
7183
7158
  */
7184
- ClientId?: string | undefined;
7159
+ SecretArn: string | undefined;
7185
7160
  /**
7186
- * <p>The status of the authorization between Jira Cloud and the service.</p>
7161
+ * <p>The status of the authorization between ServiceNow and the service.</p>
7187
7162
  * @public
7188
7163
  */
7189
7164
  AuthStatus: ConnectorAuthStatus | undefined;
@@ -8392,7 +8367,7 @@ export interface JiraCloudUpdateConfiguration {
8392
8367
  * <p>The project key for a JiraCloud instance.</p>
8393
8368
  * @public
8394
8369
  */
8395
- ProjectKey: string | undefined;
8370
+ ProjectKey?: string | undefined;
8396
8371
  }
8397
8372
  /**
8398
8373
  * @public
@@ -8979,3 +8954,30 @@ export interface StandardsControlAssociationSummary {
8979
8954
  */
8980
8955
  StandardsControlDescription?: string | undefined;
8981
8956
  }
8957
+ /**
8958
+ * @public
8959
+ */
8960
+ export interface ListStandardsControlAssociationsResponse {
8961
+ /**
8962
+ * <p> An array that provides the enablement status and other details for each security
8963
+ * control that applies to each enabled standard. </p>
8964
+ * @public
8965
+ */
8966
+ StandardsControlAssociationSummaries: StandardsControlAssociationSummary[] | undefined;
8967
+ /**
8968
+ * <p> A pagination parameter that's included in the response only if it was included in the
8969
+ * request. </p>
8970
+ * @public
8971
+ */
8972
+ NextToken?: string | undefined;
8973
+ }
8974
+ /**
8975
+ * @public
8976
+ */
8977
+ export interface ListTagsForResourceRequest {
8978
+ /**
8979
+ * <p>The ARN of the resource to retrieve tags for.</p>
8980
+ * @public
8981
+ */
8982
+ ResourceArn: string | undefined;
8983
+ }
@@ -1,48 +1,32 @@
1
1
  import { AllowedOperators, AssociationType, AutoEnableStandards, ConfigurationPolicyAssociationStatus, ControlFindingGenerator, ControlStatus, GroupByField, RecordState, ResourceGroupByField, RuleStatusV2, SortOrder, TargetType } from "./enums";
2
- import { AutomationRulesActionV2, NoteUpdate } from "./models_0";
3
- import { AwsSecurityFindingFilters, FindingsTrendsStringFilter, JiraCloudUpdateConfiguration, OcsfBooleanFilter, OcsfDateFilter, OcsfIpFilter, OcsfMapFilter, OcsfNumberFilter, OcsfStringFilter, OrganizationConfiguration, ParameterConfiguration, Policy, ResourcesDateFilter, ResourcesMapFilter, ResourcesNumberFilter, ResourcesStringFilter, ResourcesTrendsStringFilter, SortCriterion, StandardsControlAssociationSummary, Target } from "./models_2";
2
+ import { type NoteUpdate, AutomationRulesActionV2 } from "./models_0";
3
+ import { type AwsSecurityFindingFilters, type OrganizationConfiguration, type Policy, type Target, FindingsTrendsStringFilter, JiraCloudUpdateConfiguration, OcsfBooleanFilter, OcsfDateFilter, OcsfIpFilter, OcsfMapFilter, OcsfNumberFilter, OcsfStringFilter, ParameterConfiguration, ResourcesDateFilter, ResourcesMapFilter, ResourcesNumberFilter, ResourcesStringFilter, ResourcesTrendsStringFilter, SortCriterion } from "./models_2";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export interface ListStandardsControlAssociationsResponse {
8
- /**
9
- * <p> An array that provides the enablement status and other details for each security
10
- * control that applies to each enabled standard. </p>
11
- * @public
12
- */
13
- StandardsControlAssociationSummaries: StandardsControlAssociationSummary[] | undefined;
14
- /**
15
- * <p> A pagination parameter that's included in the response only if it was included in the
16
- * request. </p>
17
- * @public
18
- */
19
- NextToken?: string | undefined;
20
- }
21
- /**
22
- * @public
23
- */
24
- export interface ListTagsForResourceRequest {
7
+ export interface ListTagsForResourceResponse {
25
8
  /**
26
- * <p>The ARN of the resource to retrieve tags for.</p>
9
+ * <p>The tags associated with a resource.</p>
27
10
  * @public
28
11
  */
29
- ResourceArn: string | undefined;
12
+ Tags?: Record<string, string> | undefined;
30
13
  }
31
14
  /**
15
+ * <p>The parameters used to modify an existing ServiceNow integration.</p>
32
16
  * @public
33
17
  */
34
- export interface ListTagsForResourceResponse {
18
+ export interface ServiceNowUpdateConfiguration {
35
19
  /**
36
- * <p>The tags associated with a resource.</p>
20
+ * <p>The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the ServiceNow credentials.</p>
37
21
  * @public
38
22
  */
39
- Tags?: Record<string, string> | undefined;
23
+ SecretArn?: string | undefined;
40
24
  }
41
25
  /**
42
26
  * <p>The parameters required to update the configuration of an integration provider.</p>
43
27
  * @public
44
28
  */
45
- export type ProviderUpdateConfiguration = ProviderUpdateConfiguration.JiraCloudMember | ProviderUpdateConfiguration.$UnknownMember;
29
+ export type ProviderUpdateConfiguration = ProviderUpdateConfiguration.JiraCloudMember | ProviderUpdateConfiguration.ServiceNowMember | ProviderUpdateConfiguration.$UnknownMember;
46
30
  /**
47
31
  * @public
48
32
  */
@@ -53,6 +37,16 @@ export declare namespace ProviderUpdateConfiguration {
53
37
  */
54
38
  interface JiraCloudMember {
55
39
  JiraCloud: JiraCloudUpdateConfiguration;
40
+ ServiceNow?: never;
41
+ $unknown?: never;
42
+ }
43
+ /**
44
+ * <p>The parameters required to update the configuration for a ServiceNow integration.</p>
45
+ * @public
46
+ */
47
+ interface ServiceNowMember {
48
+ JiraCloud?: never;
49
+ ServiceNow: ServiceNowUpdateConfiguration;
56
50
  $unknown?: never;
57
51
  }
58
52
  /**
@@ -60,6 +54,7 @@ export declare namespace ProviderUpdateConfiguration {
60
54
  */
61
55
  interface $UnknownMember {
62
56
  JiraCloud?: never;
57
+ ServiceNow?: never;
63
58
  $unknown: [string, any];
64
59
  }
65
60
  /**
@@ -68,9 +63,40 @@ export declare namespace ProviderUpdateConfiguration {
68
63
  */
69
64
  interface Visitor<T> {
70
65
  JiraCloud: (value: JiraCloudUpdateConfiguration) => T;
66
+ ServiceNow: (value: ServiceNowUpdateConfiguration) => T;
71
67
  _: (name: string, value: any) => T;
72
68
  }
73
69
  }
70
+ /**
71
+ * @public
72
+ */
73
+ export interface RegisterConnectorV2Request {
74
+ /**
75
+ * <p>The authCode retrieved from authUrl to complete the OAuth 2.0 authorization code flow.</p>
76
+ * @public
77
+ */
78
+ AuthCode: string | undefined;
79
+ /**
80
+ * <p>The authState retrieved from authUrl to complete the OAuth 2.0 authorization code flow.</p>
81
+ * @public
82
+ */
83
+ AuthState: string | undefined;
84
+ }
85
+ /**
86
+ * @public
87
+ */
88
+ export interface RegisterConnectorV2Response {
89
+ /**
90
+ * <p>The Amazon Resource Name (ARN) of the connectorV2.</p>
91
+ * @public
92
+ */
93
+ ConnectorArn?: string | undefined;
94
+ /**
95
+ * <p>The UUID of the connectorV2 to identify connectorV2 resource.</p>
96
+ * @public
97
+ */
98
+ ConnectorId: string | undefined;
99
+ }
74
100
  /**
75
101
  * @public
76
102
  */
@@ -400,11 +426,6 @@ export interface UpdateConnectorV2Request {
400
426
  * @public
401
427
  */
402
428
  ConnectorId: string | undefined;
403
- /**
404
- * <p>The clientSecret of ServiceNow.</p>
405
- * @public
406
- */
407
- ClientSecret?: string | undefined;
408
429
  /**
409
430
  * <p>The description of the connectorV2.</p>
410
431
  * @public
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { DescribeActionTargetsCommandInput, DescribeActionTargetsCommandOutput } from "../commands/DescribeActionTargetsCommand";
3
3
  import { SecurityHubPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { DescribeProductsCommandInput, DescribeProductsCommandOutput } from "../commands/DescribeProductsCommand";
3
3
  import { SecurityHubPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { DescribeProductsV2CommandInput, DescribeProductsV2CommandOutput } from "../commands/DescribeProductsV2Command";
3
3
  import { SecurityHubPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { DescribeStandardsControlsCommandInput, DescribeStandardsControlsCommandOutput } from "../commands/DescribeStandardsControlsCommand";
3
3
  import { SecurityHubPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { DescribeStandardsCommandInput, DescribeStandardsCommandOutput } from "../commands/DescribeStandardsCommand";
3
3
  import { SecurityHubPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { GetEnabledStandardsCommandInput, GetEnabledStandardsCommandOutput } from "../commands/GetEnabledStandardsCommand";
3
3
  import { SecurityHubPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { GetFindingHistoryCommandInput, GetFindingHistoryCommandOutput } from "../commands/GetFindingHistoryCommand";
3
3
  import { SecurityHubPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { GetFindingsCommandInput, GetFindingsCommandOutput } from "../commands/GetFindingsCommand";
3
3
  import { SecurityHubPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { GetFindingsTrendsV2CommandInput, GetFindingsTrendsV2CommandOutput } from "../commands/GetFindingsTrendsV2Command";
3
3
  import { SecurityHubPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { GetFindingsV2CommandInput, GetFindingsV2CommandOutput } from "../commands/GetFindingsV2Command";
3
3
  import { SecurityHubPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { GetInsightsCommandInput, GetInsightsCommandOutput } from "../commands/GetInsightsCommand";
3
3
  import { SecurityHubPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { GetResourcesTrendsV2CommandInput, GetResourcesTrendsV2CommandOutput } from "../commands/GetResourcesTrendsV2Command";
3
3
  import { SecurityHubPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { GetResourcesV2CommandInput, GetResourcesV2CommandOutput } from "../commands/GetResourcesV2Command";
3
3
  import { SecurityHubPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { PaginationConfiguration } from "@smithy/types";
1
+ import type { PaginationConfiguration } from "@smithy/types";
2
2
  import { SecurityHubClient } from "../SecurityHubClient";
3
3
  /**
4
4
  * @public
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { ListAggregatorsV2CommandInput, ListAggregatorsV2CommandOutput } from "../commands/ListAggregatorsV2Command";
3
3
  import { SecurityHubPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { ListConfigurationPoliciesCommandInput, ListConfigurationPoliciesCommandOutput } from "../commands/ListConfigurationPoliciesCommand";
3
3
  import { SecurityHubPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { ListConfigurationPolicyAssociationsCommandInput, ListConfigurationPolicyAssociationsCommandOutput } from "../commands/ListConfigurationPolicyAssociationsCommand";
3
3
  import { SecurityHubPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { ListEnabledProductsForImportCommandInput, ListEnabledProductsForImportCommandOutput } from "../commands/ListEnabledProductsForImportCommand";
3
3
  import { SecurityHubPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { ListFindingAggregatorsCommandInput, ListFindingAggregatorsCommandOutput } from "../commands/ListFindingAggregatorsCommand";
3
3
  import { SecurityHubPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { ListInvitationsCommandInput, ListInvitationsCommandOutput } from "../commands/ListInvitationsCommand";
3
3
  import { SecurityHubPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { ListMembersCommandInput, ListMembersCommandOutput } from "../commands/ListMembersCommand";
3
3
  import { SecurityHubPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccountsCommandOutput } from "../commands/ListOrganizationAdminAccountsCommand";
3
3
  import { SecurityHubPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { ListSecurityControlDefinitionsCommandInput, ListSecurityControlDefinitionsCommandOutput } from "../commands/ListSecurityControlDefinitionsCommand";
3
3
  import { SecurityHubPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { ListStandardsControlAssociationsCommandInput, ListStandardsControlAssociationsCommandOutput } from "../commands/ListStandardsControlAssociationsCommand";
3
3
  import { SecurityHubPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,5 +1,5 @@
1
1
  import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";
2
- import { SecurityHubClientConfig } from "./SecurityHubClient";
2
+ import type { SecurityHubClientConfig } from "./SecurityHubClient";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";
2
- import { SecurityHubClientConfig } from "./SecurityHubClient";
2
+ import type { SecurityHubClientConfig } from "./SecurityHubClient";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -1,4 +1,4 @@
1
- import { SecurityHubClientConfig } from "./SecurityHubClient";
1
+ import type { SecurityHubClientConfig } from "./SecurityHubClient";
2
2
  /**
3
3
  * @internal
4
4
  */
@@ -1,4 +1,4 @@
1
- import { SecurityHubClientConfig } from "./SecurityHubClient";
1
+ import type { SecurityHubClientConfig } from "./SecurityHubClient";
2
2
  /**
3
3
  * @internal
4
4
  */
@@ -1,4 +1,4 @@
1
- import { SecurityHubExtensionConfiguration } from "./extensionConfiguration";
1
+ import type { SecurityHubExtensionConfiguration } from "./extensionConfiguration";
2
2
  /**
3
3
  * @public
4
4
  */
@@ -1,5 +1,4 @@
1
- import { StaticErrorSchema, StaticListSchema, StaticMapSchema, StaticOperationSchema, StaticSimpleSchema, StaticStructureSchema } from "@smithy/types";
2
- export declare var SensitiveNonEmptyString: StaticSimpleSchema;
1
+ import type { StaticErrorSchema, StaticListSchema, StaticMapSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
3
2
  export declare var AcceptAdministratorInvitationRequest: StaticStructureSchema;
4
3
  export declare var AcceptAdministratorInvitationResponse: StaticStructureSchema;
5
4
  export declare var AcceptInvitationRequest: StaticStructureSchema;
@@ -571,8 +570,6 @@ export declare var ConfigurationPolicyAssociation: StaticStructureSchema;
571
570
  export declare var ConfigurationPolicyAssociationSummary: StaticStructureSchema;
572
571
  export declare var ConfigurationPolicySummary: StaticStructureSchema;
573
572
  export declare var ConflictException: StaticErrorSchema;
574
- export declare var ConnectorRegistrationsV2Request: StaticStructureSchema;
575
- export declare var ConnectorRegistrationsV2Response: StaticStructureSchema;
576
573
  export declare var ConnectorSummary: StaticStructureSchema;
577
574
  export declare var ContainerDetails: StaticStructureSchema;
578
575
  export declare var Country: StaticStructureSchema;
@@ -823,6 +820,8 @@ export declare var ProviderSummary: StaticStructureSchema;
823
820
  export declare var Range: StaticStructureSchema;
824
821
  export declare var Recommendation: StaticStructureSchema;
825
822
  export declare var _Record: StaticStructureSchema;
823
+ export declare var RegisterConnectorV2Request: StaticStructureSchema;
824
+ export declare var RegisterConnectorV2Response: StaticStructureSchema;
826
825
  export declare var RelatedFinding: StaticStructureSchema;
827
826
  export declare var Remediation: StaticStructureSchema;
828
827
  export declare var Resource: StaticStructureSchema;
@@ -879,6 +878,8 @@ export declare var SensitiveDataResult: StaticStructureSchema;
879
878
  export declare var Sequence: StaticStructureSchema;
880
879
  export declare var ServiceNowDetail: StaticStructureSchema;
881
880
  export declare var ServiceNowProviderConfiguration: StaticStructureSchema;
881
+ export declare var ServiceNowUpdateConfiguration: StaticStructureSchema;
882
+ export declare var ServiceQuotaExceededException: StaticErrorSchema;
882
883
  export declare var Severity: StaticStructureSchema;
883
884
  export declare var SeverityTrendsCount: StaticStructureSchema;
884
885
  export declare var SeverityUpdate: StaticStructureSchema;
@@ -1293,7 +1294,6 @@ export declare var BatchUpdateAutomationRules: StaticOperationSchema;
1293
1294
  export declare var BatchUpdateFindings: StaticOperationSchema;
1294
1295
  export declare var BatchUpdateFindingsV2: StaticOperationSchema;
1295
1296
  export declare var BatchUpdateStandardsControlAssociations: StaticOperationSchema;
1296
- export declare var ConnectorRegistrationsV2: StaticOperationSchema;
1297
1297
  export declare var CreateActionTarget: StaticOperationSchema;
1298
1298
  export declare var CreateAggregatorV2: StaticOperationSchema;
1299
1299
  export declare var CreateAutomationRule: StaticOperationSchema;
@@ -1370,6 +1370,7 @@ export declare var ListOrganizationAdminAccounts: StaticOperationSchema;
1370
1370
  export declare var ListSecurityControlDefinitions: StaticOperationSchema;
1371
1371
  export declare var ListStandardsControlAssociations: StaticOperationSchema;
1372
1372
  export declare var ListTagsForResource: StaticOperationSchema;
1373
+ export declare var RegisterConnectorV2: StaticOperationSchema;
1373
1374
  export declare var StartConfigurationPolicyAssociation: StaticOperationSchema;
1374
1375
  export declare var StartConfigurationPolicyDisassociation: StaticOperationSchema;
1375
1376
  export declare var TagResource: StaticOperationSchema;