@aws-sdk/client-securityhub 3.150.0 → 3.159.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/CHANGELOG.md +27 -0
- package/dist-cjs/commands/InviteMembersCommand.js +2 -1
- package/dist-cjs/commands/ListEnabledProductsForImportCommand.js +3 -3
- package/dist-cjs/commands/ListFindingAggregatorsCommand.js +3 -3
- package/dist-cjs/commands/ListInvitationsCommand.js +3 -3
- package/dist-cjs/commands/ListMembersCommand.js +3 -3
- package/dist-cjs/commands/ListOrganizationAdminAccountsCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-cjs/models/models_0.js +53 -53
- package/dist-cjs/models/models_1.js +60 -58
- package/dist-cjs/models/models_2.js +53 -1
- package/dist-cjs/protocols/Aws_restJson1.js +330 -0
- package/dist-es/commands/InviteMembersCommand.js +2 -1
- package/dist-es/commands/ListEnabledProductsForImportCommand.js +1 -1
- package/dist-es/commands/ListFindingAggregatorsCommand.js +1 -1
- package/dist-es/commands/ListInvitationsCommand.js +1 -1
- package/dist-es/commands/ListMembersCommand.js +1 -1
- package/dist-es/commands/ListOrganizationAdminAccountsCommand.js +1 -1
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -1
- package/dist-es/models/models_0.js +12 -12
- package/dist-es/models/models_1.js +18 -13
- package/dist-es/models/models_2.js +13 -0
- package/dist-es/protocols/Aws_restJson1.js +259 -3
- package/dist-types/commands/InviteMembersCommand.d.ts +2 -1
- package/dist-types/commands/ListEnabledProductsForImportCommand.d.ts +1 -1
- package/dist-types/commands/ListFindingAggregatorsCommand.d.ts +1 -1
- package/dist-types/commands/ListInvitationsCommand.d.ts +1 -1
- package/dist-types/commands/ListMembersCommand.d.ts +1 -1
- package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1272 -257
- package/dist-types/models/models_1.d.ts +663 -233
- package/dist-types/models/models_2.d.ts +199 -2
- package/dist-types/ts3.4/commands/InviteMembersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListEnabledProductsForImportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFindingAggregatorsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +172 -114
- package/dist-types/ts3.4/models/models_1.d.ts +132 -101
- package/dist-types/ts3.4/models/models_2.d.ts +102 -2
- package/package.json +27 -27
|
@@ -1,6 +1,174 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { AccountDetails, Action, ActionTarget, Adjustment,
|
|
2
|
+
import { AccountDetails, Action, ActionTarget, Adjustment, AutoEnableStandards, AwsApiGatewayRestApiDetails, AwsApiGatewayStageDetails, AwsApiGatewayV2ApiDetails, AwsApiGatewayV2StageDetails, AwsAutoScalingAutoScalingGroupDetails, AwsAutoScalingLaunchConfigurationDetails, AwsBackupBackupPlanDetails, AwsBackupBackupVaultDetails, AwsBackupRecoveryPointDetails, AwsCertificateManagerCertificateDetails, AwsCloudFormationStackDetails, AwsCloudFrontDistributionDetails, AwsCloudTrailTrailDetails, AwsCloudWatchAlarmDetails, AwsCodeBuildProjectDetails, AwsDynamoDbTableDetails, AwsEc2EipDetails, AwsEc2InstanceDetails, AwsEc2NetworkAclDetails, AwsEc2NetworkInterfaceDetails, AwsEc2SecurityGroupDetails, AwsEc2SubnetDetails, AwsEc2TransitGatewayDetails, AwsEc2VolumeDetails, AwsEc2VpcDetails, AwsEc2VpcEndpointServiceDetails, AwsEc2VpcPeeringConnectionDetails, AwsEc2VpnConnectionDetails, AwsEcrContainerImageDetails, AwsEcrRepositoryDetails, AwsEcsClusterDetails, AwsEcsContainerDetails, AwsEcsServiceDetails, AwsEcsTaskDefinitionDetails, AwsEcsTaskDetails, AwsEfsAccessPointDetails, AwsEksClusterDetails, AwsElasticBeanstalkEnvironmentDetails, AwsElasticsearchDomainDetails, AwsElbLoadBalancerDetails, AwsElbv2LoadBalancerDetails, AwsIamAccessKeyDetails, AwsIamGroupDetails, AwsIamPolicyDetails, AwsIamRoleDetails, AwsIamUserDetails, AwsKinesisStreamDetails, AwsKmsKeyDetails, AwsLambdaFunctionDetails, AwsLambdaLayerVersionDetails, AwsNetworkFirewallFirewallDetails, AwsNetworkFirewallFirewallPolicyDetails, RuleGroupSourceListDetails, RuleGroupSourceStatefulRulesDetails, StatelessCustomActionDefinition } from "./models_0";
|
|
3
3
|
import { SecurityHubServiceException as __BaseException } from "./SecurityHubServiceException";
|
|
4
|
+
/**
|
|
5
|
+
* <p>A custom action definition. A custom action is an optional, non-standard action to use for stateless packet handling.</p>
|
|
6
|
+
*/
|
|
7
|
+
export interface RuleGroupSourceCustomActionsDetails {
|
|
8
|
+
/**
|
|
9
|
+
* <p>The definition of a custom action.</p>
|
|
10
|
+
*/
|
|
11
|
+
ActionDefinition?: StatelessCustomActionDefinition;
|
|
12
|
+
/**
|
|
13
|
+
* <p>A descriptive name of the custom action.</p>
|
|
14
|
+
*/
|
|
15
|
+
ActionName?: string;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* <p>A port range to specify the destination ports to inspect for.</p>
|
|
19
|
+
*/
|
|
20
|
+
export interface RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts {
|
|
21
|
+
/**
|
|
22
|
+
* <p>The starting port value for the port range.</p>
|
|
23
|
+
*/
|
|
24
|
+
FromPort?: number;
|
|
25
|
+
/**
|
|
26
|
+
* <p>The ending port value for the port range.</p>
|
|
27
|
+
*/
|
|
28
|
+
ToPort?: number;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* <p>A destination IP address or range.</p>
|
|
32
|
+
*/
|
|
33
|
+
export interface RuleGroupSourceStatelessRuleMatchAttributesDestinations {
|
|
34
|
+
/**
|
|
35
|
+
* <p>An IP address or a block of IP addresses.</p>
|
|
36
|
+
*/
|
|
37
|
+
AddressDefinition?: string;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* <p>A port range to specify the source ports to inspect for.</p>
|
|
41
|
+
*/
|
|
42
|
+
export interface RuleGroupSourceStatelessRuleMatchAttributesSourcePorts {
|
|
43
|
+
/**
|
|
44
|
+
* <p>The starting port value for the port range.</p>
|
|
45
|
+
*/
|
|
46
|
+
FromPort?: number;
|
|
47
|
+
/**
|
|
48
|
+
* <p>The ending port value for the port range.</p>
|
|
49
|
+
*/
|
|
50
|
+
ToPort?: number;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* <p>A source IP addresses and address range to inspect for.</p>
|
|
54
|
+
*/
|
|
55
|
+
export interface RuleGroupSourceStatelessRuleMatchAttributesSources {
|
|
56
|
+
/**
|
|
57
|
+
* <p>An IP address or a block of IP addresses.</p>
|
|
58
|
+
*/
|
|
59
|
+
AddressDefinition?: string;
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* <p>A set of TCP flags and masks to inspect for.</p>
|
|
63
|
+
*/
|
|
64
|
+
export interface RuleGroupSourceStatelessRuleMatchAttributesTcpFlags {
|
|
65
|
+
/**
|
|
66
|
+
* <p>Defines the flags from the <code>Masks</code> setting that must be set in order for the packet to match. Flags that are listed must be set. Flags that are not listed must not be set.</p>
|
|
67
|
+
*/
|
|
68
|
+
Flags?: string[];
|
|
69
|
+
/**
|
|
70
|
+
* <p>The set of flags to consider in the inspection. If not specified, then all flags are inspected.</p>
|
|
71
|
+
*/
|
|
72
|
+
Masks?: string[];
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* <p>Criteria for the stateless rule.</p>
|
|
76
|
+
*/
|
|
77
|
+
export interface RuleGroupSourceStatelessRuleMatchAttributes {
|
|
78
|
+
/**
|
|
79
|
+
* <p>A list of port ranges to specify the destination ports to inspect for.</p>
|
|
80
|
+
*/
|
|
81
|
+
DestinationPorts?: RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts[];
|
|
82
|
+
/**
|
|
83
|
+
* <p>The destination IP addresses and address ranges to inspect for, in CIDR notation.</p>
|
|
84
|
+
*/
|
|
85
|
+
Destinations?: RuleGroupSourceStatelessRuleMatchAttributesDestinations[];
|
|
86
|
+
/**
|
|
87
|
+
* <p>The protocols to inspect for.</p>
|
|
88
|
+
*/
|
|
89
|
+
Protocols?: number[];
|
|
90
|
+
/**
|
|
91
|
+
* <p>A list of port ranges to specify the source ports to inspect for.</p>
|
|
92
|
+
*/
|
|
93
|
+
SourcePorts?: RuleGroupSourceStatelessRuleMatchAttributesSourcePorts[];
|
|
94
|
+
/**
|
|
95
|
+
* <p>The source IP addresses and address ranges to inspect for, in CIDR notation.</p>
|
|
96
|
+
*/
|
|
97
|
+
Sources?: RuleGroupSourceStatelessRuleMatchAttributesSources[];
|
|
98
|
+
/**
|
|
99
|
+
* <p>The TCP flags and masks to inspect for.</p>
|
|
100
|
+
*/
|
|
101
|
+
TcpFlags?: RuleGroupSourceStatelessRuleMatchAttributesTcpFlags[];
|
|
102
|
+
}
|
|
103
|
+
/**
|
|
104
|
+
* <p>The definition of the stateless rule.</p>
|
|
105
|
+
*/
|
|
106
|
+
export interface RuleGroupSourceStatelessRuleDefinition {
|
|
107
|
+
/**
|
|
108
|
+
* <p>The actions to take on a packet that matches one of the stateless rule definition's match attributes. You must specify a standard action (<code>aws:pass</code>, <code>aws:drop</code>, or <code>aws:forward_to_sfe</code>). You can then add custom actions.</p>
|
|
109
|
+
*/
|
|
110
|
+
Actions?: string[];
|
|
111
|
+
/**
|
|
112
|
+
* <p>The criteria for Network Firewall to use to inspect an individual packet in a stateless rule inspection.</p>
|
|
113
|
+
*/
|
|
114
|
+
MatchAttributes?: RuleGroupSourceStatelessRuleMatchAttributes;
|
|
115
|
+
}
|
|
116
|
+
/**
|
|
117
|
+
* <p>A stateless rule in the rule group.</p>
|
|
118
|
+
*/
|
|
119
|
+
export interface RuleGroupSourceStatelessRulesDetails {
|
|
120
|
+
/**
|
|
121
|
+
* <p>Indicates the order in which to run this rule relative to all of the rules in the stateless rule group.</p>
|
|
122
|
+
*/
|
|
123
|
+
Priority?: number;
|
|
124
|
+
/**
|
|
125
|
+
* <p>Provides the definition of the stateless rule.</p>
|
|
126
|
+
*/
|
|
127
|
+
RuleDefinition?: RuleGroupSourceStatelessRuleDefinition;
|
|
128
|
+
}
|
|
129
|
+
/**
|
|
130
|
+
* <p>Stateless rules and custom actions for a stateless rule group.</p>
|
|
131
|
+
*/
|
|
132
|
+
export interface RuleGroupSourceStatelessRulesAndCustomActionsDetails {
|
|
133
|
+
/**
|
|
134
|
+
* <p>Custom actions for the rule group.</p>
|
|
135
|
+
*/
|
|
136
|
+
CustomActions?: RuleGroupSourceCustomActionsDetails[];
|
|
137
|
+
/**
|
|
138
|
+
* <p>Stateless rules for the rule group.</p>
|
|
139
|
+
*/
|
|
140
|
+
StatelessRules?: RuleGroupSourceStatelessRulesDetails[];
|
|
141
|
+
}
|
|
142
|
+
/**
|
|
143
|
+
* <p>The rules and actions for the rule group.</p>
|
|
144
|
+
*/
|
|
145
|
+
export interface RuleGroupSource {
|
|
146
|
+
/**
|
|
147
|
+
* <p>Stateful inspection criteria for a domain list rule group. A domain list rule group determines access by specific protocols to specific domains.</p>
|
|
148
|
+
*/
|
|
149
|
+
RulesSourceList?: RuleGroupSourceListDetails;
|
|
150
|
+
/**
|
|
151
|
+
* <p>Stateful inspection criteria, provided in Suricata compatible intrusion prevention system (IPS) rules.</p>
|
|
152
|
+
*/
|
|
153
|
+
RulesString?: string;
|
|
154
|
+
/**
|
|
155
|
+
* <p>Suricata rule specifications.</p>
|
|
156
|
+
*/
|
|
157
|
+
StatefulRules?: RuleGroupSourceStatefulRulesDetails[];
|
|
158
|
+
/**
|
|
159
|
+
* <p>The stateless rules and custom actions used by a stateless rule group.</p>
|
|
160
|
+
*/
|
|
161
|
+
StatelessRulesAndCustomActions?: RuleGroupSourceStatelessRulesAndCustomActionsDetails;
|
|
162
|
+
}
|
|
163
|
+
/**
|
|
164
|
+
* <p>A list of IP addresses and address ranges, in CIDR notation.</p>
|
|
165
|
+
*/
|
|
166
|
+
export interface RuleGroupVariablesIpSetsDetails {
|
|
167
|
+
/**
|
|
168
|
+
* <p>The list of IP addresses and ranges.</p>
|
|
169
|
+
*/
|
|
170
|
+
Definition?: string[];
|
|
171
|
+
}
|
|
4
172
|
/**
|
|
5
173
|
* <p>A list of port ranges.</p>
|
|
6
174
|
*/
|
|
@@ -120,7 +288,7 @@ export interface AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetails {
|
|
|
120
288
|
*/
|
|
121
289
|
export interface AwsOpenSearchServiceDomainClusterConfigZoneAwarenessConfigDetails {
|
|
122
290
|
/**
|
|
123
|
-
* <p>The number of Availability Zones that the domain uses. Valid values are 2
|
|
291
|
+
* <p>The number of Availability Zones that the domain uses. Valid values are <code>2</code> or <code>3</code>. The default is <code>2</code>.</p>
|
|
124
292
|
*/
|
|
125
293
|
AvailabilityZoneCount?: number;
|
|
126
294
|
}
|
|
@@ -153,7 +321,8 @@ export interface AwsOpenSearchServiceDomainClusterConfigDetails {
|
|
|
153
321
|
*/
|
|
154
322
|
DedicatedMasterCount?: number;
|
|
155
323
|
/**
|
|
156
|
-
* <p>The instance type for your data nodes
|
|
324
|
+
* <p>The instance type for your data nodes.</p>
|
|
325
|
+
* <p>For a list of valid values, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/supported-instance-types.html">Supported instance types in Amazon OpenSearch Service</a> in the <i>Amazon OpenSearch Service Developer Guide</i>.</p>
|
|
157
326
|
*/
|
|
158
327
|
InstanceType?: string;
|
|
159
328
|
/**
|
|
@@ -277,7 +446,34 @@ export interface AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails {
|
|
|
277
446
|
*/
|
|
278
447
|
UpdateAvailable?: boolean;
|
|
279
448
|
/**
|
|
280
|
-
* <p>The status of the service software update
|
|
449
|
+
* <p>The status of the service software update. Valid values are as follows:</p>
|
|
450
|
+
* <ul>
|
|
451
|
+
* <li>
|
|
452
|
+
* <p>
|
|
453
|
+
* <code>COMPLETED</code>
|
|
454
|
+
* </p>
|
|
455
|
+
* </li>
|
|
456
|
+
* <li>
|
|
457
|
+
* <p>
|
|
458
|
+
* <code>ELIGIBLE</code>
|
|
459
|
+
* </p>
|
|
460
|
+
* </li>
|
|
461
|
+
* <li>
|
|
462
|
+
* <p>
|
|
463
|
+
* <code>IN_PROGRESS</code>
|
|
464
|
+
* </p>
|
|
465
|
+
* </li>
|
|
466
|
+
* <li>
|
|
467
|
+
* <p>
|
|
468
|
+
* <code>NOT_ELIGIBLE</code>
|
|
469
|
+
* </p>
|
|
470
|
+
* </li>
|
|
471
|
+
* <li>
|
|
472
|
+
* <p>
|
|
473
|
+
* <code>PENDING_UPDATE</code>
|
|
474
|
+
* </p>
|
|
475
|
+
* </li>
|
|
476
|
+
* </ul>
|
|
281
477
|
*/
|
|
282
478
|
UpdateStatus?: string;
|
|
283
479
|
/**
|
|
@@ -374,7 +570,24 @@ export interface AwsRdsDbClusterAssociatedRole {
|
|
|
374
570
|
*/
|
|
375
571
|
RoleArn?: string;
|
|
376
572
|
/**
|
|
377
|
-
* <p>The status of the association between the IAM role and the DB cluster
|
|
573
|
+
* <p>The status of the association between the IAM role and the DB cluster. Valid values are as follows:</p>
|
|
574
|
+
* <ul>
|
|
575
|
+
* <li>
|
|
576
|
+
* <p>
|
|
577
|
+
* <code>ACTIVE</code>
|
|
578
|
+
* </p>
|
|
579
|
+
* </li>
|
|
580
|
+
* <li>
|
|
581
|
+
* <p>
|
|
582
|
+
* <code>INVALID</code>
|
|
583
|
+
* </p>
|
|
584
|
+
* </li>
|
|
585
|
+
* <li>
|
|
586
|
+
* <p>
|
|
587
|
+
* <code>PENDING</code>
|
|
588
|
+
* </p>
|
|
589
|
+
* </li>
|
|
590
|
+
* </ul>
|
|
378
591
|
*/
|
|
379
592
|
Status?: string;
|
|
380
593
|
}
|
|
@@ -491,7 +704,24 @@ export interface AwsRdsDbClusterDetails {
|
|
|
491
704
|
*/
|
|
492
705
|
MultiAz?: boolean;
|
|
493
706
|
/**
|
|
494
|
-
* <p>The name of the database engine to use for this DB cluster
|
|
707
|
+
* <p>The name of the database engine to use for this DB cluster. Valid values are as follows:</p>
|
|
708
|
+
* <ul>
|
|
709
|
+
* <li>
|
|
710
|
+
* <p>
|
|
711
|
+
* <code>aurora</code>
|
|
712
|
+
* </p>
|
|
713
|
+
* </li>
|
|
714
|
+
* <li>
|
|
715
|
+
* <p>
|
|
716
|
+
* <code>aurora-mysql</code>
|
|
717
|
+
* </p>
|
|
718
|
+
* </li>
|
|
719
|
+
* <li>
|
|
720
|
+
* <p>
|
|
721
|
+
* <code>aurora-postgresql</code>
|
|
722
|
+
* </p>
|
|
723
|
+
* </li>
|
|
724
|
+
* </ul>
|
|
495
725
|
*/
|
|
496
726
|
Engine?: string;
|
|
497
727
|
/**
|
|
@@ -565,7 +795,34 @@ export interface AwsRdsDbClusterDetails {
|
|
|
565
795
|
*/
|
|
566
796
|
EnabledCloudWatchLogsExports?: string[];
|
|
567
797
|
/**
|
|
568
|
-
* <p>The database engine mode of the DB cluster
|
|
798
|
+
* <p>The database engine mode of the DB cluster.Valid values are as follows:</p>
|
|
799
|
+
* <ul>
|
|
800
|
+
* <li>
|
|
801
|
+
* <p>
|
|
802
|
+
* <code>global</code>
|
|
803
|
+
* </p>
|
|
804
|
+
* </li>
|
|
805
|
+
* <li>
|
|
806
|
+
* <p>
|
|
807
|
+
* <code>multimaster</code>
|
|
808
|
+
* </p>
|
|
809
|
+
* </li>
|
|
810
|
+
* <li>
|
|
811
|
+
* <p>
|
|
812
|
+
* <code>parallelquery</code>
|
|
813
|
+
* </p>
|
|
814
|
+
* </li>
|
|
815
|
+
* <li>
|
|
816
|
+
* <p>
|
|
817
|
+
* <code>provisioned</code>
|
|
818
|
+
* </p>
|
|
819
|
+
* </li>
|
|
820
|
+
* <li>
|
|
821
|
+
* <p>
|
|
822
|
+
* <code>serverless</code>
|
|
823
|
+
* </p>
|
|
824
|
+
* </li>
|
|
825
|
+
* </ul>
|
|
569
826
|
*/
|
|
570
827
|
EngineMode?: string;
|
|
571
828
|
/**
|
|
@@ -577,7 +834,29 @@ export interface AwsRdsDbClusterDetails {
|
|
|
577
834
|
*/
|
|
578
835
|
HttpEndpointEnabled?: boolean;
|
|
579
836
|
/**
|
|
580
|
-
* <p>The status of the database activity stream
|
|
837
|
+
* <p>The status of the database activity stream. Valid values are as follows:</p>
|
|
838
|
+
* <ul>
|
|
839
|
+
* <li>
|
|
840
|
+
* <p>
|
|
841
|
+
* <code>started</code>
|
|
842
|
+
* </p>
|
|
843
|
+
* </li>
|
|
844
|
+
* <li>
|
|
845
|
+
* <p>
|
|
846
|
+
* <code>starting</code>
|
|
847
|
+
* </p>
|
|
848
|
+
* </li>
|
|
849
|
+
* <li>
|
|
850
|
+
* <p>
|
|
851
|
+
* <code>stopped</code>
|
|
852
|
+
* </p>
|
|
853
|
+
* </li>
|
|
854
|
+
* <li>
|
|
855
|
+
* <p>
|
|
856
|
+
* <code>stopping</code>
|
|
857
|
+
* </p>
|
|
858
|
+
* </li>
|
|
859
|
+
* </ul>
|
|
581
860
|
*/
|
|
582
861
|
ActivityStreamStatus?: string;
|
|
583
862
|
/**
|
|
@@ -858,7 +1137,7 @@ export interface AwsRdsPendingCloudWatchLogsExports {
|
|
|
858
1137
|
*/
|
|
859
1138
|
export interface AwsRdsDbProcessorFeature {
|
|
860
1139
|
/**
|
|
861
|
-
* <p>The name of the processor feature
|
|
1140
|
+
* <p>The name of the processor feature. Valid values are <code>coreCount</code> or <code>threadsPerCore</code>.</p>
|
|
862
1141
|
*/
|
|
863
1142
|
Name?: string;
|
|
864
1143
|
/**
|
|
@@ -1331,7 +1610,79 @@ export interface AwsRdsDbSnapshotDetails {
|
|
|
1331
1610
|
*/
|
|
1332
1611
|
SnapshotCreateTime?: string;
|
|
1333
1612
|
/**
|
|
1334
|
-
* <p>The name of the database engine to use for this DB instance
|
|
1613
|
+
* <p>The name of the database engine to use for this DB instance. Valid values are as follows:</p>
|
|
1614
|
+
* <ul>
|
|
1615
|
+
* <li>
|
|
1616
|
+
* <p>
|
|
1617
|
+
* <code>aurora</code>
|
|
1618
|
+
* </p>
|
|
1619
|
+
* </li>
|
|
1620
|
+
* <li>
|
|
1621
|
+
* <p>
|
|
1622
|
+
* <code>aurora-mysql</code>
|
|
1623
|
+
* </p>
|
|
1624
|
+
* </li>
|
|
1625
|
+
* <li>
|
|
1626
|
+
* <p>
|
|
1627
|
+
* <code>aurora-postgresql</code>
|
|
1628
|
+
* </p>
|
|
1629
|
+
* </li>
|
|
1630
|
+
* <li>
|
|
1631
|
+
* <p>
|
|
1632
|
+
* <code>c</code>
|
|
1633
|
+
* </p>
|
|
1634
|
+
* </li>
|
|
1635
|
+
* <li>
|
|
1636
|
+
* <p>
|
|
1637
|
+
* <code>mariadb</code>
|
|
1638
|
+
* </p>
|
|
1639
|
+
* </li>
|
|
1640
|
+
* <li>
|
|
1641
|
+
* <p>
|
|
1642
|
+
* <code>mysql</code>
|
|
1643
|
+
* </p>
|
|
1644
|
+
* </li>
|
|
1645
|
+
* <li>
|
|
1646
|
+
* <p>
|
|
1647
|
+
* <code>oracle-ee</code>
|
|
1648
|
+
* </p>
|
|
1649
|
+
* </li>
|
|
1650
|
+
* <li>
|
|
1651
|
+
* <p>
|
|
1652
|
+
* <code>oracle-se</code>
|
|
1653
|
+
* </p>
|
|
1654
|
+
* </li>
|
|
1655
|
+
* <li>
|
|
1656
|
+
* <p>
|
|
1657
|
+
* <code>oracle-se1</code>
|
|
1658
|
+
* </p>
|
|
1659
|
+
* </li>
|
|
1660
|
+
* <li>
|
|
1661
|
+
* <p>
|
|
1662
|
+
* <code>oracle-se2</code>
|
|
1663
|
+
* </p>
|
|
1664
|
+
* </li>
|
|
1665
|
+
* <li>
|
|
1666
|
+
* <p>
|
|
1667
|
+
* <code>sqlserver-ee</code>
|
|
1668
|
+
* </p>
|
|
1669
|
+
* </li>
|
|
1670
|
+
* <li>
|
|
1671
|
+
* <p>
|
|
1672
|
+
* <code>sqlserver-ex</code>
|
|
1673
|
+
* </p>
|
|
1674
|
+
* </li>
|
|
1675
|
+
* <li>
|
|
1676
|
+
* <p>
|
|
1677
|
+
* <code>sqlserver-se</code>
|
|
1678
|
+
* </p>
|
|
1679
|
+
* </li>
|
|
1680
|
+
* <li>
|
|
1681
|
+
* <p>
|
|
1682
|
+
* <code>sqlserver-web</code>
|
|
1683
|
+
* </p>
|
|
1684
|
+
* </li>
|
|
1685
|
+
* </ul>
|
|
1335
1686
|
*/
|
|
1336
1687
|
Engine?: string;
|
|
1337
1688
|
/**
|
|
@@ -1395,7 +1746,24 @@ export interface AwsRdsDbSnapshotDetails {
|
|
|
1395
1746
|
*/
|
|
1396
1747
|
SourceDbSnapshotIdentifier?: string;
|
|
1397
1748
|
/**
|
|
1398
|
-
* <p>The storage type associated with the DB snapshot
|
|
1749
|
+
* <p>The storage type associated with the DB snapshot. Valid values are as follows:</p>
|
|
1750
|
+
* <ul>
|
|
1751
|
+
* <li>
|
|
1752
|
+
* <p>
|
|
1753
|
+
* <code>gp2</code>
|
|
1754
|
+
* </p>
|
|
1755
|
+
* </li>
|
|
1756
|
+
* <li>
|
|
1757
|
+
* <p>
|
|
1758
|
+
* <code>io1</code>
|
|
1759
|
+
* </p>
|
|
1760
|
+
* </li>
|
|
1761
|
+
* <li>
|
|
1762
|
+
* <p>
|
|
1763
|
+
* <code>standard</code>
|
|
1764
|
+
* </p>
|
|
1765
|
+
* </li>
|
|
1766
|
+
* </ul>
|
|
1399
1767
|
*/
|
|
1400
1768
|
StorageType?: string;
|
|
1401
1769
|
/**
|
|
@@ -2133,7 +2501,8 @@ export interface AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOper
|
|
|
2133
2501
|
*/
|
|
2134
2502
|
Tag?: AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsTagDetails;
|
|
2135
2503
|
/**
|
|
2136
|
-
* <p>The type of filter value
|
|
2504
|
+
* <p>The type of filter value.
|
|
2505
|
+
* Valid values are <code>LifecyclePrefixPredicate</code> or <code>LifecycleTagPredicate</code>.</p>
|
|
2137
2506
|
*/
|
|
2138
2507
|
Type?: string;
|
|
2139
2508
|
}
|
|
@@ -2167,7 +2536,8 @@ export interface AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateDeta
|
|
|
2167
2536
|
*/
|
|
2168
2537
|
Tag?: AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateTagDetails;
|
|
2169
2538
|
/**
|
|
2170
|
-
* <p>Whether to use <code>AND</code> or <code>OR</code> to join the operands
|
|
2539
|
+
* <p>Whether to use <code>AND</code> or <code>OR</code> to join the operands.
|
|
2540
|
+
* Valid values are <code>LifecycleAndOperator</code> or <code>LifecycleOrOperator</code>.</p>
|
|
2171
2541
|
*/
|
|
2172
2542
|
Type?: string;
|
|
2173
2543
|
}
|
|
@@ -2209,7 +2579,34 @@ export interface AwsS3BucketBucketLifecycleConfigurationRulesTransitionsDetails
|
|
|
2209
2579
|
*/
|
|
2210
2580
|
Days?: number;
|
|
2211
2581
|
/**
|
|
2212
|
-
* <p>The storage class to transition the object to
|
|
2582
|
+
* <p>The storage class to transition the object to. Valid values are as follows:</p>
|
|
2583
|
+
* <ul>
|
|
2584
|
+
* <li>
|
|
2585
|
+
* <p>
|
|
2586
|
+
* <code>DEEP_ARCHIVE</code>
|
|
2587
|
+
* </p>
|
|
2588
|
+
* </li>
|
|
2589
|
+
* <li>
|
|
2590
|
+
* <p>
|
|
2591
|
+
* <code>GLACIER</code>
|
|
2592
|
+
* </p>
|
|
2593
|
+
* </li>
|
|
2594
|
+
* <li>
|
|
2595
|
+
* <p>
|
|
2596
|
+
* <code>INTELLIGENT_TIERING</code>
|
|
2597
|
+
* </p>
|
|
2598
|
+
* </li>
|
|
2599
|
+
* <li>
|
|
2600
|
+
* <p>
|
|
2601
|
+
* <code>ONEZONE_IA</code>
|
|
2602
|
+
* </p>
|
|
2603
|
+
* </li>
|
|
2604
|
+
* <li>
|
|
2605
|
+
* <p>
|
|
2606
|
+
* <code>STANDARD_IA</code>
|
|
2607
|
+
* </p>
|
|
2608
|
+
* </li>
|
|
2609
|
+
* </ul>
|
|
2213
2610
|
*/
|
|
2214
2611
|
StorageClass?: string;
|
|
2215
2612
|
}
|
|
@@ -2288,7 +2685,7 @@ export interface AwsS3BucketBucketVersioningConfiguration {
|
|
|
2288
2685
|
*/
|
|
2289
2686
|
IsMfaDeleteEnabled?: boolean;
|
|
2290
2687
|
/**
|
|
2291
|
-
* <p>The versioning status of the S3 bucket
|
|
2688
|
+
* <p>The versioning status of the S3 bucket. Valid values are <code>Enabled</code> or <code>Suspended</code>.</p>
|
|
2292
2689
|
*/
|
|
2293
2690
|
Status?: string;
|
|
2294
2691
|
}
|
|
@@ -2361,7 +2758,24 @@ export interface AwsS3BucketNotificationConfigurationDetail {
|
|
|
2361
2758
|
Destination?: string;
|
|
2362
2759
|
/**
|
|
2363
2760
|
* <p>Indicates the type of notification. Notifications can be generated using Lambda functions,
|
|
2364
|
-
* Amazon SQS queues or Amazon SNS topics
|
|
2761
|
+
* Amazon SQS queues, or Amazon SNS topics, with corresponding valid values as follows:</p>
|
|
2762
|
+
* <ul>
|
|
2763
|
+
* <li>
|
|
2764
|
+
* <p>
|
|
2765
|
+
* <code>LambdaConfiguration</code>
|
|
2766
|
+
* </p>
|
|
2767
|
+
* </li>
|
|
2768
|
+
* <li>
|
|
2769
|
+
* <p>
|
|
2770
|
+
* <code>QueueConfiguration</code>
|
|
2771
|
+
* </p>
|
|
2772
|
+
* </li>
|
|
2773
|
+
* <li>
|
|
2774
|
+
* <p>
|
|
2775
|
+
* <code>TopicConfiguration</code>
|
|
2776
|
+
* </p>
|
|
2777
|
+
* </li>
|
|
2778
|
+
* </ul>
|
|
2365
2779
|
*/
|
|
2366
2780
|
Type?: string;
|
|
2367
2781
|
}
|
|
@@ -2385,8 +2799,8 @@ export interface AwsS3BucketWebsiteConfigurationRedirectTo {
|
|
|
2385
2799
|
*/
|
|
2386
2800
|
Hostname?: string;
|
|
2387
2801
|
/**
|
|
2388
|
-
* <p>The protocol to use when redirecting requests. By default, uses the same protocol as the
|
|
2389
|
-
* original request
|
|
2802
|
+
* <p>The protocol to use when redirecting requests. By default, this field uses the same protocol as the
|
|
2803
|
+
* original request. Valid values are <code>http</code> or <code>https</code>.</p>
|
|
2390
2804
|
*/
|
|
2391
2805
|
Protocol?: string;
|
|
2392
2806
|
}
|
|
@@ -2475,7 +2889,8 @@ export interface AwsS3BucketWebsiteConfiguration {
|
|
|
2475
2889
|
*/
|
|
2476
2890
|
export interface AwsS3BucketServerSideEncryptionByDefault {
|
|
2477
2891
|
/**
|
|
2478
|
-
* <p>Server-side encryption algorithm to use for the default encryption
|
|
2892
|
+
* <p>Server-side encryption algorithm to use for the default encryption. Valid values are
|
|
2893
|
+
* <code>aws: kms</code> or <code>AES256</code>.</p>
|
|
2479
2894
|
*/
|
|
2480
2895
|
SSEAlgorithm?: string;
|
|
2481
2896
|
/**
|
|
@@ -3402,8 +3817,7 @@ export interface AwsSqsQueueDetails {
|
|
|
3402
3817
|
*/
|
|
3403
3818
|
export interface AwsSsmComplianceSummary {
|
|
3404
3819
|
/**
|
|
3405
|
-
* <p>The current patch compliance status
|
|
3406
|
-
* <p>The possible status values are:</p>
|
|
3820
|
+
* <p>The current patch compliance status. Valid values are as follows:</p>
|
|
3407
3821
|
* <ul>
|
|
3408
3822
|
* <li>
|
|
3409
3823
|
* <p>
|
|
@@ -3488,7 +3902,39 @@ export interface AwsSsmComplianceSummary {
|
|
|
3488
3902
|
*/
|
|
3489
3903
|
PatchBaselineId?: string;
|
|
3490
3904
|
/**
|
|
3491
|
-
* <p>The highest severity for the patches
|
|
3905
|
+
* <p>The highest severity for the patches. Valid values are as follows:</p>
|
|
3906
|
+
* <ul>
|
|
3907
|
+
* <li>
|
|
3908
|
+
* <p>
|
|
3909
|
+
* <code>CRITICAL</code>
|
|
3910
|
+
* </p>
|
|
3911
|
+
* </li>
|
|
3912
|
+
* <li>
|
|
3913
|
+
* <p>
|
|
3914
|
+
* <code>HIGH</code>
|
|
3915
|
+
* </p>
|
|
3916
|
+
* </li>
|
|
3917
|
+
* <li>
|
|
3918
|
+
* <p>
|
|
3919
|
+
* <code>MEDIUM</code>
|
|
3920
|
+
* </p>
|
|
3921
|
+
* </li>
|
|
3922
|
+
* <li>
|
|
3923
|
+
* <p>
|
|
3924
|
+
* <code>LOW</code>
|
|
3925
|
+
* </p>
|
|
3926
|
+
* </li>
|
|
3927
|
+
* <li>
|
|
3928
|
+
* <p>
|
|
3929
|
+
* <code>INFORMATIONAL</code>
|
|
3930
|
+
* </p>
|
|
3931
|
+
* </li>
|
|
3932
|
+
* <li>
|
|
3933
|
+
* <p>
|
|
3934
|
+
* <code>UNSPECIFIED</code>
|
|
3935
|
+
* </p>
|
|
3936
|
+
* </li>
|
|
3937
|
+
* </ul>
|
|
3492
3938
|
*/
|
|
3493
3939
|
OverallSeverity?: string;
|
|
3494
3940
|
/**
|
|
@@ -3541,7 +3987,44 @@ export interface AwsWafRateBasedRuleMatchPredicate {
|
|
|
3541
3987
|
*/
|
|
3542
3988
|
Negated?: boolean;
|
|
3543
3989
|
/**
|
|
3544
|
-
* <p>The type of predicate
|
|
3990
|
+
* <p>The type of predicate. Valid values are as follows:</p>
|
|
3991
|
+
* <ul>
|
|
3992
|
+
* <li>
|
|
3993
|
+
* <p>
|
|
3994
|
+
* <code>ByteMatch</code>
|
|
3995
|
+
* </p>
|
|
3996
|
+
* </li>
|
|
3997
|
+
* <li>
|
|
3998
|
+
* <p>
|
|
3999
|
+
* <code>GeoMatch</code>
|
|
4000
|
+
* </p>
|
|
4001
|
+
* </li>
|
|
4002
|
+
* <li>
|
|
4003
|
+
* <p>
|
|
4004
|
+
* <code>IPMatch</code>
|
|
4005
|
+
* </p>
|
|
4006
|
+
* </li>
|
|
4007
|
+
* <li>
|
|
4008
|
+
* <p>
|
|
4009
|
+
* <code>RegexMatch</code>
|
|
4010
|
+
* </p>
|
|
4011
|
+
* </li>
|
|
4012
|
+
* <li>
|
|
4013
|
+
* <p>
|
|
4014
|
+
* <code>SizeConstraint</code>
|
|
4015
|
+
* </p>
|
|
4016
|
+
* </li>
|
|
4017
|
+
* <li>
|
|
4018
|
+
* <p>
|
|
4019
|
+
* <code>SqlInjectionMatch</code>
|
|
4020
|
+
* </p>
|
|
4021
|
+
* </li>
|
|
4022
|
+
* <li>
|
|
4023
|
+
* <p>
|
|
4024
|
+
* <code>XssMatch</code>
|
|
4025
|
+
* </p>
|
|
4026
|
+
* </li>
|
|
4027
|
+
* </ul>
|
|
3545
4028
|
*/
|
|
3546
4029
|
Type?: string;
|
|
3547
4030
|
}
|
|
@@ -3588,7 +4071,44 @@ export interface AwsWafRegionalRateBasedRuleMatchPredicate {
|
|
|
3588
4071
|
*/
|
|
3589
4072
|
Negated?: boolean;
|
|
3590
4073
|
/**
|
|
3591
|
-
* <p>The type of predicate
|
|
4074
|
+
* <p>The type of predicate. Valid values are as follows:</p>
|
|
4075
|
+
* <ul>
|
|
4076
|
+
* <li>
|
|
4077
|
+
* <p>
|
|
4078
|
+
* <code>ByteMatch</code>
|
|
4079
|
+
* </p>
|
|
4080
|
+
* </li>
|
|
4081
|
+
* <li>
|
|
4082
|
+
* <p>
|
|
4083
|
+
* <code>GeoMatch</code>
|
|
4084
|
+
* </p>
|
|
4085
|
+
* </li>
|
|
4086
|
+
* <li>
|
|
4087
|
+
* <p>
|
|
4088
|
+
* <code>IPMatch</code>
|
|
4089
|
+
* </p>
|
|
4090
|
+
* </li>
|
|
4091
|
+
* <li>
|
|
4092
|
+
* <p>
|
|
4093
|
+
* <code>RegexMatch</code>
|
|
4094
|
+
* </p>
|
|
4095
|
+
* </li>
|
|
4096
|
+
* <li>
|
|
4097
|
+
* <p>
|
|
4098
|
+
* <code>SizeConstraint</code>
|
|
4099
|
+
* </p>
|
|
4100
|
+
* </li>
|
|
4101
|
+
* <li>
|
|
4102
|
+
* <p>
|
|
4103
|
+
* <code>SqlInjectionMatch</code>
|
|
4104
|
+
* </p>
|
|
4105
|
+
* </li>
|
|
4106
|
+
* <li>
|
|
4107
|
+
* <p>
|
|
4108
|
+
* <code>XssMatch</code>
|
|
4109
|
+
* </p>
|
|
4110
|
+
* </li>
|
|
4111
|
+
* </ul>
|
|
3592
4112
|
*/
|
|
3593
4113
|
Type?: string;
|
|
3594
4114
|
}
|
|
@@ -4072,11 +4592,12 @@ export interface AwsXrayEncryptionConfigDetails {
|
|
|
4072
4592
|
*/
|
|
4073
4593
|
KeyId?: string;
|
|
4074
4594
|
/**
|
|
4075
|
-
* <p>The current status of the encryption configuration.
|
|
4595
|
+
* <p>The current status of the encryption configuration. Valid values are <code>ACTIVE</code> or <code>UPDATING</code>.</p>
|
|
4596
|
+
* <p>When <code>Status</code> is equal to <code>UPDATING</code>, X-Ray might use both the old and new encryption.</p>
|
|
4076
4597
|
*/
|
|
4077
4598
|
Status?: string;
|
|
4078
4599
|
/**
|
|
4079
|
-
* <p>The type of encryption. <code>KMS</code> indicates that the encryption uses KMS keys. <code>NONE</code> indicates
|
|
4600
|
+
* <p>The type of encryption. <code>KMS</code> indicates that the encryption uses KMS keys. <code>NONE</code> indicates the default encryption.</p>
|
|
4080
4601
|
*/
|
|
4081
4602
|
Type?: string;
|
|
4082
4603
|
}
|
|
@@ -4474,6 +4995,21 @@ export interface ResourceDetails {
|
|
|
4474
4995
|
* <p>Details about a task in a cluster. </p>
|
|
4475
4996
|
*/
|
|
4476
4997
|
AwsEcsTask?: AwsEcsTaskDetails;
|
|
4998
|
+
/**
|
|
4999
|
+
* <p>Provides details about an Backup backup vault.
|
|
5000
|
+
* </p>
|
|
5001
|
+
*/
|
|
5002
|
+
AwsBackupBackupVault?: AwsBackupBackupVaultDetails;
|
|
5003
|
+
/**
|
|
5004
|
+
* <p>Provides details about an Backup backup plan.
|
|
5005
|
+
* </p>
|
|
5006
|
+
*/
|
|
5007
|
+
AwsBackupBackupPlan?: AwsBackupBackupPlanDetails;
|
|
5008
|
+
/**
|
|
5009
|
+
* <p>Provides details about an Backup backup, or recovery point.
|
|
5010
|
+
* </p>
|
|
5011
|
+
*/
|
|
5012
|
+
AwsBackupRecoveryPoint?: AwsBackupRecoveryPointDetails;
|
|
4477
5013
|
}
|
|
4478
5014
|
export declare enum Partition {
|
|
4479
5015
|
AWS = "aws",
|
|
@@ -4763,6 +5299,11 @@ export interface Cvss {
|
|
|
4763
5299
|
*/
|
|
4764
5300
|
Adjustments?: Adjustment[];
|
|
4765
5301
|
}
|
|
5302
|
+
export declare enum VulnerabilityFixAvailable {
|
|
5303
|
+
NO = "NO",
|
|
5304
|
+
PARTIAL = "PARTIAL",
|
|
5305
|
+
YES = "YES"
|
|
5306
|
+
}
|
|
4766
5307
|
/**
|
|
4767
5308
|
* <p>A vendor that generates a vulnerability report.</p>
|
|
4768
5309
|
*/
|
|
@@ -4826,6 +5367,16 @@ export interface SoftwarePackage {
|
|
|
4826
5367
|
* <p>The file system path to the package manager inventory file.</p>
|
|
4827
5368
|
*/
|
|
4828
5369
|
FilePath?: string;
|
|
5370
|
+
/**
|
|
5371
|
+
* <p>The version of the software package in which the vulnerability has been resolved.
|
|
5372
|
+
* </p>
|
|
5373
|
+
*/
|
|
5374
|
+
FixedInVersion?: string;
|
|
5375
|
+
/**
|
|
5376
|
+
* <p>Describes the actions a customer can take to resolve the vulnerability in the software package.
|
|
5377
|
+
* </p>
|
|
5378
|
+
*/
|
|
5379
|
+
Remediation?: string;
|
|
4829
5380
|
}
|
|
4830
5381
|
/**
|
|
4831
5382
|
* <p>A vulnerability associated with a finding.</p>
|
|
@@ -4855,6 +5406,29 @@ export interface Vulnerability {
|
|
|
4855
5406
|
* <p>A list of URLs that provide additional information about the vulnerability.</p>
|
|
4856
5407
|
*/
|
|
4857
5408
|
ReferenceUrls?: string[];
|
|
5409
|
+
/**
|
|
5410
|
+
* <p>Specifies if all vulnerable packages in a finding have a value for <code>FixedInVersion</code>
|
|
5411
|
+
* and <code>Remediation</code>.
|
|
5412
|
+
* This field is evaluated for each vulnerability <code>Id</code> based on the number of vulnerable packages that have a value for both
|
|
5413
|
+
* <code>FixedInVersion</code> and <code>Remediation</code>. Valid values are as follows:</p>
|
|
5414
|
+
* <ul>
|
|
5415
|
+
* <li>
|
|
5416
|
+
* <p>
|
|
5417
|
+
* <code>YES</code> if all vulnerable packages have a value for both <code>FixedInVersion</code> and <code>Remediation</code>
|
|
5418
|
+
* </p>
|
|
5419
|
+
* </li>
|
|
5420
|
+
* <li>
|
|
5421
|
+
* <p>
|
|
5422
|
+
* <code>NO</code> if no vulnerable packages have a value for <code>FixedInVersion</code> and <code>Remediation</code>
|
|
5423
|
+
* </p>
|
|
5424
|
+
* </li>
|
|
5425
|
+
* <li>
|
|
5426
|
+
* <p>
|
|
5427
|
+
* <code>PARTIAL</code> otherwise</p>
|
|
5428
|
+
* </li>
|
|
5429
|
+
* </ul>
|
|
5430
|
+
*/
|
|
5431
|
+
FixAvailable?: VulnerabilityFixAvailable | string;
|
|
4858
5432
|
}
|
|
4859
5433
|
export declare enum WorkflowStatus {
|
|
4860
5434
|
NEW = "NEW",
|
|
@@ -4916,9 +5490,9 @@ export declare enum WorkflowState {
|
|
|
4916
5490
|
RESOLVED = "RESOLVED"
|
|
4917
5491
|
}
|
|
4918
5492
|
/**
|
|
4919
|
-
* <p>Provides consistent format for
|
|
4920
|
-
* <code>AwsSecurityFinding</code> format
|
|
4921
|
-
* security services and third-party solutions
|
|
5493
|
+
* <p>Provides a consistent format for Security Hub findings.
|
|
5494
|
+
* <code>AwsSecurityFinding</code> format allows you to share findings between Amazon Web Services
|
|
5495
|
+
* security services and third-party solutions.</p>
|
|
4922
5496
|
* <note>
|
|
4923
5497
|
* <p>A finding is a potential security issue generated either by Amazon Web Services services or by the integrated third-party
|
|
4924
5498
|
* solutions and standards checks.</p>
|
|
@@ -6254,28 +6828,33 @@ export interface BatchUpdateFindingsUnprocessedFinding {
|
|
|
6254
6828
|
* <ul>
|
|
6255
6829
|
* <li>
|
|
6256
6830
|
* <p>
|
|
6257
|
-
* <code>ConcurrentUpdateError</code> - Another
|
|
6831
|
+
* <code>ConcurrentUpdateError</code> - Another request attempted to update the finding while this request was being processed.
|
|
6832
|
+
* This error may also occur if you call <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchUpdateFindings.html">
|
|
6833
|
+
* <code>BatchUpdateFindings</code>
|
|
6834
|
+
* </a>
|
|
6835
|
+
* and <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchImportFindings.html">
|
|
6836
|
+
* <code>BatchImportFindings</code>
|
|
6837
|
+
* </a> at the same time.</p>
|
|
6258
6838
|
* </li>
|
|
6259
6839
|
* <li>
|
|
6260
6840
|
* <p>
|
|
6261
|
-
* <code>DuplicatedFindingIdentifier</code> - The request included two or more findings with the same <code>FindingIdentifier</code>
|
|
6262
|
-
* </p>
|
|
6841
|
+
* <code>DuplicatedFindingIdentifier</code> - The request included two or more findings with the same <code>FindingIdentifier</code>.</p>
|
|
6263
6842
|
* </li>
|
|
6264
6843
|
* <li>
|
|
6265
6844
|
* <p>
|
|
6266
|
-
* <code>FindingNotFound</code> - The <code>FindingIdentifier</code> included in the request did not match an existing finding
|
|
6845
|
+
* <code>FindingNotFound</code> - The <code>FindingIdentifier</code> included in the request did not match an existing finding.</p>
|
|
6267
6846
|
* </li>
|
|
6268
6847
|
* <li>
|
|
6269
6848
|
* <p>
|
|
6270
|
-
* <code>FindingSizeExceeded</code> - The finding size was greater than the permissible value of 240 KB
|
|
6849
|
+
* <code>FindingSizeExceeded</code> - The finding size was greater than the permissible value of 240 KB.</p>
|
|
6271
6850
|
* </li>
|
|
6272
6851
|
* <li>
|
|
6273
6852
|
* <p>
|
|
6274
|
-
* <code>InternalFailure</code> - An internal service failure occurred when updating the finding
|
|
6853
|
+
* <code>InternalFailure</code> - An internal service failure occurred when updating the finding.</p>
|
|
6275
6854
|
* </li>
|
|
6276
6855
|
* <li>
|
|
6277
6856
|
* <p>
|
|
6278
|
-
* <code>InvalidInput</code> - The finding update contained an invalid value that did not satisfy the <a href="https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-findings-format.html">Amazon Web Services Security Finding Format</a> syntax
|
|
6857
|
+
* <code>InvalidInput</code> - The finding update contained an invalid value that did not satisfy the <a href="https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-findings-format.html">Amazon Web Services Security Finding Format</a> syntax.</p>
|
|
6279
6858
|
* </li>
|
|
6280
6859
|
* </ul>
|
|
6281
6860
|
*/
|
|
@@ -7277,151 +7856,54 @@ export interface InviteMembersRequest {
|
|
|
7277
7856
|
*/
|
|
7278
7857
|
AccountIds: string[] | undefined;
|
|
7279
7858
|
}
|
|
7280
|
-
|
|
7281
|
-
|
|
7282
|
-
|
|
7283
|
-
|
|
7284
|
-
|
|
7285
|
-
|
|
7286
|
-
|
|
7287
|
-
export
|
|
7288
|
-
|
|
7289
|
-
|
|
7290
|
-
|
|
7291
|
-
|
|
7292
|
-
|
|
7293
|
-
|
|
7294
|
-
|
|
7295
|
-
|
|
7296
|
-
|
|
7297
|
-
|
|
7298
|
-
|
|
7299
|
-
|
|
7300
|
-
|
|
7301
|
-
|
|
7302
|
-
|
|
7303
|
-
|
|
7304
|
-
|
|
7305
|
-
|
|
7306
|
-
|
|
7307
|
-
|
|
7308
|
-
|
|
7309
|
-
|
|
7310
|
-
|
|
7311
|
-
export
|
|
7312
|
-
|
|
7313
|
-
|
|
7314
|
-
|
|
7315
|
-
|
|
7316
|
-
|
|
7317
|
-
|
|
7318
|
-
|
|
7319
|
-
|
|
7320
|
-
|
|
7321
|
-
|
|
7322
|
-
|
|
7323
|
-
|
|
7324
|
-
|
|
7325
|
-
|
|
7326
|
-
|
|
7327
|
-
|
|
7328
|
-
* <p>This operation currently only returns a single result.
|
|
7329
|
-
* </p>
|
|
7330
|
-
*/
|
|
7331
|
-
NextToken?: string;
|
|
7332
|
-
}
|
|
7333
|
-
export interface ListInvitationsRequest {
|
|
7334
|
-
/**
|
|
7335
|
-
* <p>The maximum number of items to return in the response. </p>
|
|
7336
|
-
*/
|
|
7337
|
-
MaxResults?: number;
|
|
7338
|
-
/**
|
|
7339
|
-
* <p>The token that is required for pagination. On your first call to the
|
|
7340
|
-
* <code>ListInvitations</code> operation, set the value of this parameter to
|
|
7341
|
-
* <code>NULL</code>.</p>
|
|
7342
|
-
* <p>For subsequent calls to the operation, to continue listing data, set the value of this
|
|
7343
|
-
* parameter to the value returned from the previous response.</p>
|
|
7344
|
-
*/
|
|
7345
|
-
NextToken?: string;
|
|
7346
|
-
}
|
|
7347
|
-
export interface ListInvitationsResponse {
|
|
7348
|
-
/**
|
|
7349
|
-
* <p>The details of the invitations returned by the operation.</p>
|
|
7350
|
-
*/
|
|
7351
|
-
Invitations?: Invitation[];
|
|
7352
|
-
/**
|
|
7353
|
-
* <p>The pagination token to use to request the next page of results.</p>
|
|
7354
|
-
*/
|
|
7355
|
-
NextToken?: string;
|
|
7356
|
-
}
|
|
7357
|
-
export interface ListMembersRequest {
|
|
7358
|
-
/**
|
|
7359
|
-
* <p>Specifies which member accounts to include in the response based on their relationship
|
|
7360
|
-
* status with the administrator account. The default value is <code>TRUE</code>.</p>
|
|
7361
|
-
* <p>If <code>OnlyAssociated</code> is set to <code>TRUE</code>, the response includes member
|
|
7362
|
-
* accounts whose relationship status with the administrator account is set to <code>ENABLED</code>.</p>
|
|
7363
|
-
* <p>If <code>OnlyAssociated</code> is set to <code>FALSE</code>, the response includes all
|
|
7364
|
-
* existing member accounts. </p>
|
|
7365
|
-
*/
|
|
7366
|
-
OnlyAssociated?: boolean;
|
|
7367
|
-
/**
|
|
7368
|
-
* <p>The maximum number of items to return in the response. </p>
|
|
7369
|
-
*/
|
|
7370
|
-
MaxResults?: number;
|
|
7371
|
-
/**
|
|
7372
|
-
* <p>The token that is required for pagination. On your first call to the
|
|
7373
|
-
* <code>ListMembers</code> operation, set the value of this parameter to
|
|
7374
|
-
* <code>NULL</code>.</p>
|
|
7375
|
-
* <p>For subsequent calls to the operation, to continue listing data, set the value of this
|
|
7376
|
-
* parameter to the value returned from the previous response.</p>
|
|
7377
|
-
*/
|
|
7378
|
-
NextToken?: string;
|
|
7379
|
-
}
|
|
7380
|
-
export interface ListMembersResponse {
|
|
7381
|
-
/**
|
|
7382
|
-
* <p>Member details returned by the operation.</p>
|
|
7383
|
-
*/
|
|
7384
|
-
Members?: Member[];
|
|
7385
|
-
/**
|
|
7386
|
-
* <p>The pagination token to use to request the next page of results.</p>
|
|
7387
|
-
*/
|
|
7388
|
-
NextToken?: string;
|
|
7389
|
-
}
|
|
7390
|
-
export interface ListOrganizationAdminAccountsRequest {
|
|
7391
|
-
/**
|
|
7392
|
-
* <p>The maximum number of items to return in the response.</p>
|
|
7393
|
-
*/
|
|
7394
|
-
MaxResults?: number;
|
|
7395
|
-
/**
|
|
7396
|
-
* <p>The token that is required for pagination. On your first call to the
|
|
7397
|
-
* <code>ListOrganizationAdminAccounts</code> operation, set the value of this parameter to
|
|
7398
|
-
* <code>NULL</code>. For subsequent calls to the operation, to continue listing data, set
|
|
7399
|
-
* the value of this parameter to the value returned from the previous response. </p>
|
|
7400
|
-
*/
|
|
7401
|
-
NextToken?: string;
|
|
7402
|
-
}
|
|
7403
|
-
export interface ListOrganizationAdminAccountsResponse {
|
|
7404
|
-
/**
|
|
7405
|
-
* <p>The list of Security Hub administrator accounts.</p>
|
|
7406
|
-
*/
|
|
7407
|
-
AdminAccounts?: AdminAccount[];
|
|
7408
|
-
/**
|
|
7409
|
-
* <p>The pagination token to use to request the next page of results.</p>
|
|
7410
|
-
*/
|
|
7411
|
-
NextToken?: string;
|
|
7412
|
-
}
|
|
7413
|
-
export interface ListTagsForResourceRequest {
|
|
7414
|
-
/**
|
|
7415
|
-
* <p>The ARN of the resource to retrieve tags for.</p>
|
|
7416
|
-
*/
|
|
7417
|
-
ResourceArn: string | undefined;
|
|
7418
|
-
}
|
|
7419
|
-
export interface ListTagsForResourceResponse {
|
|
7420
|
-
/**
|
|
7421
|
-
* <p>The tags associated with a resource.</p>
|
|
7422
|
-
*/
|
|
7423
|
-
Tags?: Record<string, string>;
|
|
7424
|
-
}
|
|
7859
|
+
/**
|
|
7860
|
+
* @internal
|
|
7861
|
+
*/
|
|
7862
|
+
export declare const RuleGroupSourceCustomActionsDetailsFilterSensitiveLog: (obj: RuleGroupSourceCustomActionsDetails) => any;
|
|
7863
|
+
/**
|
|
7864
|
+
* @internal
|
|
7865
|
+
*/
|
|
7866
|
+
export declare const RuleGroupSourceStatelessRuleMatchAttributesDestinationPortsFilterSensitiveLog: (obj: RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts) => any;
|
|
7867
|
+
/**
|
|
7868
|
+
* @internal
|
|
7869
|
+
*/
|
|
7870
|
+
export declare const RuleGroupSourceStatelessRuleMatchAttributesDestinationsFilterSensitiveLog: (obj: RuleGroupSourceStatelessRuleMatchAttributesDestinations) => any;
|
|
7871
|
+
/**
|
|
7872
|
+
* @internal
|
|
7873
|
+
*/
|
|
7874
|
+
export declare const RuleGroupSourceStatelessRuleMatchAttributesSourcePortsFilterSensitiveLog: (obj: RuleGroupSourceStatelessRuleMatchAttributesSourcePorts) => any;
|
|
7875
|
+
/**
|
|
7876
|
+
* @internal
|
|
7877
|
+
*/
|
|
7878
|
+
export declare const RuleGroupSourceStatelessRuleMatchAttributesSourcesFilterSensitiveLog: (obj: RuleGroupSourceStatelessRuleMatchAttributesSources) => any;
|
|
7879
|
+
/**
|
|
7880
|
+
* @internal
|
|
7881
|
+
*/
|
|
7882
|
+
export declare const RuleGroupSourceStatelessRuleMatchAttributesTcpFlagsFilterSensitiveLog: (obj: RuleGroupSourceStatelessRuleMatchAttributesTcpFlags) => any;
|
|
7883
|
+
/**
|
|
7884
|
+
* @internal
|
|
7885
|
+
*/
|
|
7886
|
+
export declare const RuleGroupSourceStatelessRuleMatchAttributesFilterSensitiveLog: (obj: RuleGroupSourceStatelessRuleMatchAttributes) => any;
|
|
7887
|
+
/**
|
|
7888
|
+
* @internal
|
|
7889
|
+
*/
|
|
7890
|
+
export declare const RuleGroupSourceStatelessRuleDefinitionFilterSensitiveLog: (obj: RuleGroupSourceStatelessRuleDefinition) => any;
|
|
7891
|
+
/**
|
|
7892
|
+
* @internal
|
|
7893
|
+
*/
|
|
7894
|
+
export declare const RuleGroupSourceStatelessRulesDetailsFilterSensitiveLog: (obj: RuleGroupSourceStatelessRulesDetails) => any;
|
|
7895
|
+
/**
|
|
7896
|
+
* @internal
|
|
7897
|
+
*/
|
|
7898
|
+
export declare const RuleGroupSourceStatelessRulesAndCustomActionsDetailsFilterSensitiveLog: (obj: RuleGroupSourceStatelessRulesAndCustomActionsDetails) => any;
|
|
7899
|
+
/**
|
|
7900
|
+
* @internal
|
|
7901
|
+
*/
|
|
7902
|
+
export declare const RuleGroupSourceFilterSensitiveLog: (obj: RuleGroupSource) => any;
|
|
7903
|
+
/**
|
|
7904
|
+
* @internal
|
|
7905
|
+
*/
|
|
7906
|
+
export declare const RuleGroupVariablesIpSetsDetailsFilterSensitiveLog: (obj: RuleGroupVariablesIpSetsDetails) => any;
|
|
7425
7907
|
/**
|
|
7426
7908
|
* @internal
|
|
7427
7909
|
*/
|
|
@@ -8478,55 +8960,3 @@ export declare const GetMembersResponseFilterSensitiveLog: (obj: GetMembersRespo
|
|
|
8478
8960
|
* @internal
|
|
8479
8961
|
*/
|
|
8480
8962
|
export declare const InviteMembersRequestFilterSensitiveLog: (obj: InviteMembersRequest) => any;
|
|
8481
|
-
/**
|
|
8482
|
-
* @internal
|
|
8483
|
-
*/
|
|
8484
|
-
export declare const InviteMembersResponseFilterSensitiveLog: (obj: InviteMembersResponse) => any;
|
|
8485
|
-
/**
|
|
8486
|
-
* @internal
|
|
8487
|
-
*/
|
|
8488
|
-
export declare const ListEnabledProductsForImportRequestFilterSensitiveLog: (obj: ListEnabledProductsForImportRequest) => any;
|
|
8489
|
-
/**
|
|
8490
|
-
* @internal
|
|
8491
|
-
*/
|
|
8492
|
-
export declare const ListEnabledProductsForImportResponseFilterSensitiveLog: (obj: ListEnabledProductsForImportResponse) => any;
|
|
8493
|
-
/**
|
|
8494
|
-
* @internal
|
|
8495
|
-
*/
|
|
8496
|
-
export declare const ListFindingAggregatorsRequestFilterSensitiveLog: (obj: ListFindingAggregatorsRequest) => any;
|
|
8497
|
-
/**
|
|
8498
|
-
* @internal
|
|
8499
|
-
*/
|
|
8500
|
-
export declare const ListFindingAggregatorsResponseFilterSensitiveLog: (obj: ListFindingAggregatorsResponse) => any;
|
|
8501
|
-
/**
|
|
8502
|
-
* @internal
|
|
8503
|
-
*/
|
|
8504
|
-
export declare const ListInvitationsRequestFilterSensitiveLog: (obj: ListInvitationsRequest) => any;
|
|
8505
|
-
/**
|
|
8506
|
-
* @internal
|
|
8507
|
-
*/
|
|
8508
|
-
export declare const ListInvitationsResponseFilterSensitiveLog: (obj: ListInvitationsResponse) => any;
|
|
8509
|
-
/**
|
|
8510
|
-
* @internal
|
|
8511
|
-
*/
|
|
8512
|
-
export declare const ListMembersRequestFilterSensitiveLog: (obj: ListMembersRequest) => any;
|
|
8513
|
-
/**
|
|
8514
|
-
* @internal
|
|
8515
|
-
*/
|
|
8516
|
-
export declare const ListMembersResponseFilterSensitiveLog: (obj: ListMembersResponse) => any;
|
|
8517
|
-
/**
|
|
8518
|
-
* @internal
|
|
8519
|
-
*/
|
|
8520
|
-
export declare const ListOrganizationAdminAccountsRequestFilterSensitiveLog: (obj: ListOrganizationAdminAccountsRequest) => any;
|
|
8521
|
-
/**
|
|
8522
|
-
* @internal
|
|
8523
|
-
*/
|
|
8524
|
-
export declare const ListOrganizationAdminAccountsResponseFilterSensitiveLog: (obj: ListOrganizationAdminAccountsResponse) => any;
|
|
8525
|
-
/**
|
|
8526
|
-
* @internal
|
|
8527
|
-
*/
|
|
8528
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
8529
|
-
/**
|
|
8530
|
-
* @internal
|
|
8531
|
-
*/
|
|
8532
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|