@aws-sdk/client-securityhub 3.936.0 → 3.939.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.
- package/README.md +16 -0
- package/dist-cjs/index.js +226 -0
- package/dist-es/SecurityHub.js +4 -0
- package/dist-es/commands/GetFindingsTrendsV2Command.js +16 -0
- package/dist-es/commands/GetResourcesTrendsV2Command.js +16 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/enums.js +23 -0
- package/dist-es/pagination/GetFindingsTrendsV2Paginator.js +4 -0
- package/dist-es/pagination/GetResourcesTrendsV2Paginator.js +4 -0
- package/dist-es/pagination/index.js +3 -1
- package/dist-es/schemas/schemas_0.js +166 -0
- package/dist-types/SecurityHub.d.ts +14 -0
- package/dist-types/SecurityHubClient.d.ts +4 -2
- package/dist-types/commands/ConnectorRegistrationsV2Command.d.ts +1 -1
- package/dist-types/commands/CreateConnectorV2Command.d.ts +1 -1
- package/dist-types/commands/CreateTicketV2Command.d.ts +1 -1
- package/dist-types/commands/DeleteConnectorV2Command.d.ts +1 -1
- package/dist-types/commands/GetConnectorV2Command.d.ts +1 -1
- package/dist-types/commands/GetFindingsTrendsV2Command.d.ts +144 -0
- package/dist-types/commands/GetResourcesTrendsV2Command.d.ts +137 -0
- package/dist-types/commands/ListConnectorsV2Command.d.ts +1 -1
- package/dist-types/commands/ListStandardsControlAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/StartConfigurationPolicyAssociationCommand.d.ts +1 -1
- package/dist-types/commands/StartConfigurationPolicyDisassociationCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConnectorV2Command.d.ts +1 -1
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/enums.d.ts +47 -0
- package/dist-types/models/models_2.d.ts +184 -191
- package/dist-types/models/models_3.d.ts +326 -2
- package/dist-types/pagination/GetFindingsTrendsV2Paginator.d.ts +7 -0
- package/dist-types/pagination/GetResourcesTrendsV2Paginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -1
- package/dist-types/schemas/schemas_0.d.ts +24 -0
- package/dist-types/ts3.4/SecurityHub.d.ts +34 -0
- package/dist-types/ts3.4/SecurityHubClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/GetFindingsTrendsV2Command.d.ts +49 -0
- package/dist-types/ts3.4/commands/GetResourcesTrendsV2Command.d.ts +49 -0
- package/dist-types/ts3.4/commands/ListStandardsControlAssociationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartConfigurationPolicyAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartConfigurationPolicyDisassociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/enums.d.ts +29 -0
- package/dist-types/ts3.4/models/models_2.d.ts +48 -52
- package/dist-types/ts3.4/models/models_3.d.ts +92 -1
- package/dist-types/ts3.4/pagination/GetFindingsTrendsV2Paginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetResourcesTrendsV2Paginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +24 -0
- package/package.json +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DocumentType as __DocumentType } from "@smithy/types";
|
|
2
|
-
import { AssociationStatus, AssociationType, AutoEnableStandards, BatchUpdateFindingsV2UnprocessedFindingErrorCode, ConfigurationPolicyAssociationStatus, ConnectorAuthStatus, ConnectorProviderName, ConnectorStatus, ControlFindingGenerator, ControlStatus, FindingHistoryUpdateSourceType, IntegrationType, IntegrationV2Type, OcsfBooleanField, OcsfDateField, OcsfIpField, OcsfMapField, OcsfNumberField, OcsfStringField, OrganizationConfigurationConfigurationType, OrganizationConfigurationStatus, ParameterValueType, Partition, RecordState, RegionAvailabilityStatus, ResourceCategory, ResourcesDateField, ResourcesMapField, ResourcesNumberField, ResourcesStringField, RuleStatus, SecurityControlProperty, SecurityHubFeature, SeverityLabel, SeverityRating, SortOrder, StandardsControlsUpdatable, StandardsStatus, StatusReasonCode, TargetType, ThreatIntelIndicatorCategory, ThreatIntelIndicatorType, UnprocessedErrorCode, UpdateStatus, VerificationState, VulnerabilityExploitAvailable, VulnerabilityFixAvailable, WorkflowState, WorkflowStatus } from "./enums";
|
|
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
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
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";
|
|
5
5
|
/**
|
|
@@ -6865,6 +6865,22 @@ export interface FindingHistoryRecord {
|
|
|
6865
6865
|
*/
|
|
6866
6866
|
NextToken?: string | undefined;
|
|
6867
6867
|
}
|
|
6868
|
+
/**
|
|
6869
|
+
* <p>A filter for string-based fields in findings trend data.</p>
|
|
6870
|
+
* @public
|
|
6871
|
+
*/
|
|
6872
|
+
export interface FindingsTrendsStringFilter {
|
|
6873
|
+
/**
|
|
6874
|
+
* <p>The name of the findings field to filter on.</p>
|
|
6875
|
+
* @public
|
|
6876
|
+
*/
|
|
6877
|
+
FieldName?: FindingsTrendsStringField | undefined;
|
|
6878
|
+
/**
|
|
6879
|
+
* <p>A string filter for filtering Security Hub findings.</p>
|
|
6880
|
+
* @public
|
|
6881
|
+
*/
|
|
6882
|
+
Filter?: StringFilter | undefined;
|
|
6883
|
+
}
|
|
6868
6884
|
/**
|
|
6869
6885
|
* @public
|
|
6870
6886
|
*/
|
|
@@ -7524,6 +7540,99 @@ export interface GetFindingStatisticsV2Response {
|
|
|
7524
7540
|
*/
|
|
7525
7541
|
GroupByResults?: GroupByResult[] | undefined;
|
|
7526
7542
|
}
|
|
7543
|
+
/**
|
|
7544
|
+
* <p>Contains counts of findings grouped by severity level for trend analysis.</p>
|
|
7545
|
+
* @public
|
|
7546
|
+
*/
|
|
7547
|
+
export interface SeverityTrendsCount {
|
|
7548
|
+
/**
|
|
7549
|
+
* <p>The count of findings with Unknown severity level at this point in the trend timeline.</p>
|
|
7550
|
+
* @public
|
|
7551
|
+
*/
|
|
7552
|
+
Unknown: number | undefined;
|
|
7553
|
+
/**
|
|
7554
|
+
* <p>The count of findings with Informational severity level at this point in the trend timeline.</p>
|
|
7555
|
+
* @public
|
|
7556
|
+
*/
|
|
7557
|
+
Informational: number | undefined;
|
|
7558
|
+
/**
|
|
7559
|
+
* <p>The count of findings with Low severity level at this point in the trend timeline.</p>
|
|
7560
|
+
* @public
|
|
7561
|
+
*/
|
|
7562
|
+
Low: number | undefined;
|
|
7563
|
+
/**
|
|
7564
|
+
* <p>The count of findings with Medium severity level at this point in the trend timeline.</p>
|
|
7565
|
+
* @public
|
|
7566
|
+
*/
|
|
7567
|
+
Medium: number | undefined;
|
|
7568
|
+
/**
|
|
7569
|
+
* <p>The count of findings with High severity level at this point in the trend timeline.</p>
|
|
7570
|
+
* @public
|
|
7571
|
+
*/
|
|
7572
|
+
High: number | undefined;
|
|
7573
|
+
/**
|
|
7574
|
+
* <p>The count of findings with Critical severity level at this point in the trend timeline.</p>
|
|
7575
|
+
* @public
|
|
7576
|
+
*/
|
|
7577
|
+
Critical: number | undefined;
|
|
7578
|
+
/**
|
|
7579
|
+
* <p>The count of findings with Fatal severity level at this point in the trend timeline.</p>
|
|
7580
|
+
* @public
|
|
7581
|
+
*/
|
|
7582
|
+
Fatal: number | undefined;
|
|
7583
|
+
/**
|
|
7584
|
+
* <p>The count of findings with severity levels not fitting into the standard categories at this point in the trend timeline.</p>
|
|
7585
|
+
* @public
|
|
7586
|
+
*/
|
|
7587
|
+
Other: number | undefined;
|
|
7588
|
+
}
|
|
7589
|
+
/**
|
|
7590
|
+
* <p>Contains the aggregated finding values for a specific point in the findings trend timeline.</p>
|
|
7591
|
+
* @public
|
|
7592
|
+
*/
|
|
7593
|
+
export interface TrendsValues {
|
|
7594
|
+
/**
|
|
7595
|
+
* <p>The count of findings organized by severity level for this data point in the trend timeline.</p>
|
|
7596
|
+
* @public
|
|
7597
|
+
*/
|
|
7598
|
+
SeverityTrends: SeverityTrendsCount | undefined;
|
|
7599
|
+
}
|
|
7600
|
+
/**
|
|
7601
|
+
* <p>Contains the findings trend metrics data for a specific time point in the requested time period.</p>
|
|
7602
|
+
* @public
|
|
7603
|
+
*/
|
|
7604
|
+
export interface TrendsMetricsResult {
|
|
7605
|
+
/**
|
|
7606
|
+
* <p>The timestamp for this data point in the findings trend metrics.</p>
|
|
7607
|
+
* @public
|
|
7608
|
+
*/
|
|
7609
|
+
Timestamp: Date | undefined;
|
|
7610
|
+
/**
|
|
7611
|
+
* <p>The finding trend metric values associated with this timestamp, including severity counts.</p>
|
|
7612
|
+
* @public
|
|
7613
|
+
*/
|
|
7614
|
+
TrendsValues: TrendsValues | undefined;
|
|
7615
|
+
}
|
|
7616
|
+
/**
|
|
7617
|
+
* @public
|
|
7618
|
+
*/
|
|
7619
|
+
export interface GetFindingsTrendsV2Response {
|
|
7620
|
+
/**
|
|
7621
|
+
* <p>The time interval granularity for the returned trend data.</p>
|
|
7622
|
+
* @public
|
|
7623
|
+
*/
|
|
7624
|
+
Granularity: GranularityField | undefined;
|
|
7625
|
+
/**
|
|
7626
|
+
* <p>The collection of time-series trend metrics, including counts of findings by severity across the specified time period.</p>
|
|
7627
|
+
* @public
|
|
7628
|
+
*/
|
|
7629
|
+
TrendsMetrics: TrendsMetricsResult[] | undefined;
|
|
7630
|
+
/**
|
|
7631
|
+
* <p>The token to use for retrieving the next page of results, if more trend data is available.</p>
|
|
7632
|
+
* @public
|
|
7633
|
+
*/
|
|
7634
|
+
NextToken?: string | undefined;
|
|
7635
|
+
}
|
|
7527
7636
|
/**
|
|
7528
7637
|
* @public
|
|
7529
7638
|
*/
|
|
@@ -7890,6 +7999,80 @@ export interface GetResourcesStatisticsV2Response {
|
|
|
7890
7999
|
*/
|
|
7891
8000
|
GroupByResults: GroupByResult[] | undefined;
|
|
7892
8001
|
}
|
|
8002
|
+
/**
|
|
8003
|
+
* <p>A filter for string-based fields in resources trend data, such as resource type or account ID.</p>
|
|
8004
|
+
* @public
|
|
8005
|
+
*/
|
|
8006
|
+
export interface ResourcesTrendsStringFilter {
|
|
8007
|
+
/**
|
|
8008
|
+
* <p>The name of the resources field to filter on, such as resourceType, accountId, or region.</p>
|
|
8009
|
+
* @public
|
|
8010
|
+
*/
|
|
8011
|
+
FieldName?: ResourcesTrendsStringField | undefined;
|
|
8012
|
+
/**
|
|
8013
|
+
* <p>A string filter for filtering Security Hub findings.</p>
|
|
8014
|
+
* @public
|
|
8015
|
+
*/
|
|
8016
|
+
Filter?: StringFilter | undefined;
|
|
8017
|
+
}
|
|
8018
|
+
/**
|
|
8019
|
+
* <p>Contains counts of resources for trend analysis.</p>
|
|
8020
|
+
* @public
|
|
8021
|
+
*/
|
|
8022
|
+
export interface ResourcesCount {
|
|
8023
|
+
/**
|
|
8024
|
+
* <p>The total count of all resources for the given time interval.</p>
|
|
8025
|
+
* @public
|
|
8026
|
+
*/
|
|
8027
|
+
AllResources: number | undefined;
|
|
8028
|
+
}
|
|
8029
|
+
/**
|
|
8030
|
+
* <p>Contains the aggregated resource count values for a specific point in the resources trend timeline.</p>
|
|
8031
|
+
* @public
|
|
8032
|
+
*/
|
|
8033
|
+
export interface ResourcesTrendsValues {
|
|
8034
|
+
/**
|
|
8035
|
+
* <p>The resource count statistics for this data point in the trend timeline.</p>
|
|
8036
|
+
* @public
|
|
8037
|
+
*/
|
|
8038
|
+
ResourcesCount: ResourcesCount | undefined;
|
|
8039
|
+
}
|
|
8040
|
+
/**
|
|
8041
|
+
* <p>Contains the resource trend metrics data for a specific time point in the requested time period.</p>
|
|
8042
|
+
* @public
|
|
8043
|
+
*/
|
|
8044
|
+
export interface ResourcesTrendsMetricsResult {
|
|
8045
|
+
/**
|
|
8046
|
+
* <p>The timestamp for this data point in the resources trend metrics.</p>
|
|
8047
|
+
* @public
|
|
8048
|
+
*/
|
|
8049
|
+
Timestamp: Date | undefined;
|
|
8050
|
+
/**
|
|
8051
|
+
* <p>The resource trend metric values associated with this timestamp, including resource counts.</p>
|
|
8052
|
+
* @public
|
|
8053
|
+
*/
|
|
8054
|
+
TrendsValues: ResourcesTrendsValues | undefined;
|
|
8055
|
+
}
|
|
8056
|
+
/**
|
|
8057
|
+
* @public
|
|
8058
|
+
*/
|
|
8059
|
+
export interface GetResourcesTrendsV2Response {
|
|
8060
|
+
/**
|
|
8061
|
+
* <p>The time interval granularity for the returned trend data (such as DAILY or WEEKLY).</p>
|
|
8062
|
+
* @public
|
|
8063
|
+
*/
|
|
8064
|
+
Granularity: GranularityField | undefined;
|
|
8065
|
+
/**
|
|
8066
|
+
* <p>The collection of time-series trend metrics, including counts of resources across the specified time period.</p>
|
|
8067
|
+
* @public
|
|
8068
|
+
*/
|
|
8069
|
+
TrendsMetrics: ResourcesTrendsMetricsResult[] | undefined;
|
|
8070
|
+
/**
|
|
8071
|
+
* <p>The token to use for retrieving the next page of results, if more trend data is available.</p>
|
|
8072
|
+
* @public
|
|
8073
|
+
*/
|
|
8074
|
+
NextToken?: string | undefined;
|
|
8075
|
+
}
|
|
7893
8076
|
/**
|
|
7894
8077
|
* <p>A comprehensive distribution of security findings by severity level for Amazon Web Services resources.</p>
|
|
7895
8078
|
* @public
|
|
@@ -8796,193 +8979,3 @@ export interface StandardsControlAssociationSummary {
|
|
|
8796
8979
|
*/
|
|
8797
8980
|
StandardsControlDescription?: string | undefined;
|
|
8798
8981
|
}
|
|
8799
|
-
/**
|
|
8800
|
-
* @public
|
|
8801
|
-
*/
|
|
8802
|
-
export interface ListStandardsControlAssociationsResponse {
|
|
8803
|
-
/**
|
|
8804
|
-
* <p> An array that provides the enablement status and other details for each security
|
|
8805
|
-
* control that applies to each enabled standard. </p>
|
|
8806
|
-
* @public
|
|
8807
|
-
*/
|
|
8808
|
-
StandardsControlAssociationSummaries: StandardsControlAssociationSummary[] | undefined;
|
|
8809
|
-
/**
|
|
8810
|
-
* <p> A pagination parameter that's included in the response only if it was included in the
|
|
8811
|
-
* request. </p>
|
|
8812
|
-
* @public
|
|
8813
|
-
*/
|
|
8814
|
-
NextToken?: string | undefined;
|
|
8815
|
-
}
|
|
8816
|
-
/**
|
|
8817
|
-
* @public
|
|
8818
|
-
*/
|
|
8819
|
-
export interface ListTagsForResourceRequest {
|
|
8820
|
-
/**
|
|
8821
|
-
* <p>The ARN of the resource to retrieve tags for.</p>
|
|
8822
|
-
* @public
|
|
8823
|
-
*/
|
|
8824
|
-
ResourceArn: string | undefined;
|
|
8825
|
-
}
|
|
8826
|
-
/**
|
|
8827
|
-
* @public
|
|
8828
|
-
*/
|
|
8829
|
-
export interface ListTagsForResourceResponse {
|
|
8830
|
-
/**
|
|
8831
|
-
* <p>The tags associated with a resource.</p>
|
|
8832
|
-
* @public
|
|
8833
|
-
*/
|
|
8834
|
-
Tags?: Record<string, string> | undefined;
|
|
8835
|
-
}
|
|
8836
|
-
/**
|
|
8837
|
-
* <p>The parameters required to update the configuration of an integration provider.</p>
|
|
8838
|
-
* @public
|
|
8839
|
-
*/
|
|
8840
|
-
export type ProviderUpdateConfiguration = ProviderUpdateConfiguration.JiraCloudMember | ProviderUpdateConfiguration.$UnknownMember;
|
|
8841
|
-
/**
|
|
8842
|
-
* @public
|
|
8843
|
-
*/
|
|
8844
|
-
export declare namespace ProviderUpdateConfiguration {
|
|
8845
|
-
/**
|
|
8846
|
-
* <p>The parameters required to update the configuration for a Jira Cloud integration.</p>
|
|
8847
|
-
* @public
|
|
8848
|
-
*/
|
|
8849
|
-
interface JiraCloudMember {
|
|
8850
|
-
JiraCloud: JiraCloudUpdateConfiguration;
|
|
8851
|
-
$unknown?: never;
|
|
8852
|
-
}
|
|
8853
|
-
/**
|
|
8854
|
-
* @public
|
|
8855
|
-
*/
|
|
8856
|
-
interface $UnknownMember {
|
|
8857
|
-
JiraCloud?: never;
|
|
8858
|
-
$unknown: [string, any];
|
|
8859
|
-
}
|
|
8860
|
-
/**
|
|
8861
|
-
* @deprecated unused in schema-serde mode.
|
|
8862
|
-
*
|
|
8863
|
-
*/
|
|
8864
|
-
interface Visitor<T> {
|
|
8865
|
-
JiraCloud: (value: JiraCloudUpdateConfiguration) => T;
|
|
8866
|
-
_: (name: string, value: any) => T;
|
|
8867
|
-
}
|
|
8868
|
-
}
|
|
8869
|
-
/**
|
|
8870
|
-
* @public
|
|
8871
|
-
*/
|
|
8872
|
-
export interface StartConfigurationPolicyAssociationRequest {
|
|
8873
|
-
/**
|
|
8874
|
-
* <p>
|
|
8875
|
-
* The Amazon Resource Name (ARN) of a configuration policy, the universally unique identifier (UUID) of a
|
|
8876
|
-
* configuration policy, or a value of <code>SELF_MANAGED_SECURITY_HUB</code> for a self-managed configuration.
|
|
8877
|
-
* </p>
|
|
8878
|
-
* @public
|
|
8879
|
-
*/
|
|
8880
|
-
ConfigurationPolicyIdentifier: string | undefined;
|
|
8881
|
-
/**
|
|
8882
|
-
* <p>
|
|
8883
|
-
* The identifier of the target account, organizational unit, or the root to associate with the specified configuration.
|
|
8884
|
-
* </p>
|
|
8885
|
-
* @public
|
|
8886
|
-
*/
|
|
8887
|
-
Target: Target | undefined;
|
|
8888
|
-
}
|
|
8889
|
-
/**
|
|
8890
|
-
* @public
|
|
8891
|
-
*/
|
|
8892
|
-
export interface StartConfigurationPolicyAssociationResponse {
|
|
8893
|
-
/**
|
|
8894
|
-
* <p>
|
|
8895
|
-
* The UUID of the configuration policy.
|
|
8896
|
-
* </p>
|
|
8897
|
-
* @public
|
|
8898
|
-
*/
|
|
8899
|
-
ConfigurationPolicyId?: string | undefined;
|
|
8900
|
-
/**
|
|
8901
|
-
* <p>
|
|
8902
|
-
* The identifier of the target account, organizational unit, or the organization root with which the configuration is associated.
|
|
8903
|
-
* </p>
|
|
8904
|
-
* @public
|
|
8905
|
-
*/
|
|
8906
|
-
TargetId?: string | undefined;
|
|
8907
|
-
/**
|
|
8908
|
-
* <p>
|
|
8909
|
-
* Indicates whether the target is an Amazon Web Services account, organizational unit, or the organization root.
|
|
8910
|
-
* </p>
|
|
8911
|
-
* @public
|
|
8912
|
-
*/
|
|
8913
|
-
TargetType?: TargetType | undefined;
|
|
8914
|
-
/**
|
|
8915
|
-
* <p>
|
|
8916
|
-
* Indicates whether the association between the specified target and the configuration was directly applied by the
|
|
8917
|
-
* Security Hub delegated administrator or inherited from a parent.
|
|
8918
|
-
* </p>
|
|
8919
|
-
* @public
|
|
8920
|
-
*/
|
|
8921
|
-
AssociationType?: AssociationType | undefined;
|
|
8922
|
-
/**
|
|
8923
|
-
* <p>
|
|
8924
|
-
* The date and time, in UTC and ISO 8601 format, that the configuration policy association was last updated.
|
|
8925
|
-
* </p>
|
|
8926
|
-
* @public
|
|
8927
|
-
*/
|
|
8928
|
-
UpdatedAt?: Date | undefined;
|
|
8929
|
-
/**
|
|
8930
|
-
* <p>
|
|
8931
|
-
* The current status of the association between the specified target and the configuration.
|
|
8932
|
-
* </p>
|
|
8933
|
-
* @public
|
|
8934
|
-
*/
|
|
8935
|
-
AssociationStatus?: ConfigurationPolicyAssociationStatus | undefined;
|
|
8936
|
-
/**
|
|
8937
|
-
* <p>
|
|
8938
|
-
* An explanation for a <code>FAILED</code> value for <code>AssociationStatus</code>.
|
|
8939
|
-
* </p>
|
|
8940
|
-
* @public
|
|
8941
|
-
*/
|
|
8942
|
-
AssociationStatusMessage?: string | undefined;
|
|
8943
|
-
}
|
|
8944
|
-
/**
|
|
8945
|
-
* @public
|
|
8946
|
-
*/
|
|
8947
|
-
export interface StartConfigurationPolicyDisassociationRequest {
|
|
8948
|
-
/**
|
|
8949
|
-
* <p>
|
|
8950
|
-
* The identifier of the target account, organizational unit, or the root to disassociate from the specified configuration.
|
|
8951
|
-
* </p>
|
|
8952
|
-
* @public
|
|
8953
|
-
*/
|
|
8954
|
-
Target?: Target | undefined;
|
|
8955
|
-
/**
|
|
8956
|
-
* <p>
|
|
8957
|
-
* The Amazon Resource Name (ARN) of a configuration policy, the universally unique identifier (UUID) of a
|
|
8958
|
-
* configuration policy, or a value of <code>SELF_MANAGED_SECURITY_HUB</code> for a self-managed configuration.
|
|
8959
|
-
* </p>
|
|
8960
|
-
* @public
|
|
8961
|
-
*/
|
|
8962
|
-
ConfigurationPolicyIdentifier: string | undefined;
|
|
8963
|
-
}
|
|
8964
|
-
/**
|
|
8965
|
-
* @public
|
|
8966
|
-
*/
|
|
8967
|
-
export interface StartConfigurationPolicyDisassociationResponse {
|
|
8968
|
-
}
|
|
8969
|
-
/**
|
|
8970
|
-
* @public
|
|
8971
|
-
*/
|
|
8972
|
-
export interface TagResourceRequest {
|
|
8973
|
-
/**
|
|
8974
|
-
* <p>The ARN of the resource to apply the tags to.</p>
|
|
8975
|
-
* @public
|
|
8976
|
-
*/
|
|
8977
|
-
ResourceArn: string | undefined;
|
|
8978
|
-
/**
|
|
8979
|
-
* <p>The tags to add to the resource. You can add up to 50 tags at a time. The tag keys can be no longer than 128 characters. The tag values can be no longer than 256 characters.</p>
|
|
8980
|
-
* @public
|
|
8981
|
-
*/
|
|
8982
|
-
Tags: Record<string, string> | undefined;
|
|
8983
|
-
}
|
|
8984
|
-
/**
|
|
8985
|
-
* @public
|
|
8986
|
-
*/
|
|
8987
|
-
export interface TagResourceResponse {
|
|
8988
|
-
}
|