@aws-sdk/client-securityhub 3.28.0 → 3.32.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 +35 -0
- package/dist/cjs/models/models_0.js +209 -209
- package/dist/cjs/models/models_0.js.map +1 -1
- package/dist/cjs/models/models_1.js +207 -4
- package/dist/cjs/models/models_1.js.map +1 -1
- package/dist/cjs/package.json +31 -31
- package/dist/cjs/protocols/Aws_restJson1.js +1022 -219
- package/dist/cjs/protocols/Aws_restJson1.js.map +1 -1
- package/dist/es/endpoints.js +1 -2
- package/dist/es/endpoints.js.map +1 -1
- package/dist/es/models/models_0.js +159 -159
- package/dist/es/models/models_0.js.map +1 -1
- package/dist/es/models/models_1.js +159 -0
- package/dist/es/models/models_1.js.map +1 -1
- package/dist/es/package.json +31 -31
- package/dist/es/protocols/Aws_restJson1.js +1061 -326
- package/dist/es/protocols/Aws_restJson1.js.map +1 -1
- package/dist/types/models/models_0.d.ts +882 -763
- package/dist/types/models/models_1.d.ts +653 -16
- package/dist/types/ts3.4/models/models_0.d.ts +882 -763
- package/dist/types/ts3.4/models/models_1.d.ts +653 -16
- package/models/models_0.ts +991 -852
- package/models/models_1.ts +817 -24
- package/package.json +31 -31
- package/protocols/Aws_restJson1.ts +1418 -276
package/models/models_0.ts
CHANGED
|
@@ -739,6 +739,30 @@ export namespace ActionTarget {
|
|
|
739
739
|
});
|
|
740
740
|
}
|
|
741
741
|
|
|
742
|
+
/**
|
|
743
|
+
* <p>An adjustment to the CVSS metric.</p>
|
|
744
|
+
*/
|
|
745
|
+
export interface Adjustment {
|
|
746
|
+
/**
|
|
747
|
+
* <p>The metric to adjust.</p>
|
|
748
|
+
*/
|
|
749
|
+
Metric?: string;
|
|
750
|
+
|
|
751
|
+
/**
|
|
752
|
+
* <p>The reason for the adjustment.</p>
|
|
753
|
+
*/
|
|
754
|
+
Reason?: string;
|
|
755
|
+
}
|
|
756
|
+
|
|
757
|
+
export namespace Adjustment {
|
|
758
|
+
/**
|
|
759
|
+
* @internal
|
|
760
|
+
*/
|
|
761
|
+
export const filterSensitiveLog = (obj: Adjustment): any => ({
|
|
762
|
+
...obj,
|
|
763
|
+
});
|
|
764
|
+
}
|
|
765
|
+
|
|
742
766
|
export enum AdminStatus {
|
|
743
767
|
DISABLE_IN_PROGRESS = "DISABLE_IN_PROGRESS",
|
|
744
768
|
ENABLED = "ENABLED",
|
|
@@ -1468,6 +1492,237 @@ export namespace AwsAutoScalingAutoScalingGroupDetails {
|
|
|
1468
1492
|
});
|
|
1469
1493
|
}
|
|
1470
1494
|
|
|
1495
|
+
/**
|
|
1496
|
+
* <p>Parameters that are used to automatically set up EBS volumes when an instance is launched.</p>
|
|
1497
|
+
*/
|
|
1498
|
+
export interface AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails {
|
|
1499
|
+
/**
|
|
1500
|
+
* <p>Whether to delete the volume when the instance is terminated.</p>
|
|
1501
|
+
*/
|
|
1502
|
+
DeleteOnTermination?: boolean;
|
|
1503
|
+
|
|
1504
|
+
/**
|
|
1505
|
+
* <p>Whether to encrypt the volume.</p>
|
|
1506
|
+
*/
|
|
1507
|
+
Encrypted?: boolean;
|
|
1508
|
+
|
|
1509
|
+
/**
|
|
1510
|
+
* <p>The number of input/output (I/O) operations per second (IOPS) to provision for the volume.</p>
|
|
1511
|
+
* <p>Only supported for <code>gp3</code> or <code>io1</code> volumes. Required for <code>io1</code> volumes. Not used with <code>standard</code>, <code>gp2</code>, <code>st1</code>, or <code>sc1</code> volumes.</p>
|
|
1512
|
+
*/
|
|
1513
|
+
Iops?: number;
|
|
1514
|
+
|
|
1515
|
+
/**
|
|
1516
|
+
* <p>The snapshot ID of the volume to use.</p>
|
|
1517
|
+
* <p>You must specify either <code>VolumeSize</code> or <code>SnapshotId</code>.</p>
|
|
1518
|
+
*/
|
|
1519
|
+
SnapshotId?: string;
|
|
1520
|
+
|
|
1521
|
+
/**
|
|
1522
|
+
* <p>The volume size, in GiBs. The following are the supported volumes sizes for each volume type:</p>
|
|
1523
|
+
* <ul>
|
|
1524
|
+
* <li>
|
|
1525
|
+
* <p>gp2 and gp3: 1-16,384</p>
|
|
1526
|
+
* </li>
|
|
1527
|
+
* <li>
|
|
1528
|
+
* <p>io1: 4-16,384</p>
|
|
1529
|
+
* </li>
|
|
1530
|
+
* <li>
|
|
1531
|
+
* <p>st1 and sc1: 125-16,384</p>
|
|
1532
|
+
* </li>
|
|
1533
|
+
* <li>
|
|
1534
|
+
* <p>standard: 1-1,024</p>
|
|
1535
|
+
* </li>
|
|
1536
|
+
* </ul>
|
|
1537
|
+
* <p>You must specify either <code>SnapshotId</code> or <code>VolumeSize</code>. If you specify both <code>SnapshotId</code> and <code>VolumeSize</code>, the volume size must be equal or greater than the size of the snapshot.</p>
|
|
1538
|
+
*/
|
|
1539
|
+
VolumeSize?: number;
|
|
1540
|
+
|
|
1541
|
+
/**
|
|
1542
|
+
* <p>The volume type.</p>
|
|
1543
|
+
*/
|
|
1544
|
+
VolumeType?: string;
|
|
1545
|
+
}
|
|
1546
|
+
|
|
1547
|
+
export namespace AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails {
|
|
1548
|
+
/**
|
|
1549
|
+
* @internal
|
|
1550
|
+
*/
|
|
1551
|
+
export const filterSensitiveLog = (obj: AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails): any => ({
|
|
1552
|
+
...obj,
|
|
1553
|
+
});
|
|
1554
|
+
}
|
|
1555
|
+
|
|
1556
|
+
/**
|
|
1557
|
+
* <p>A block device for the instance.</p>
|
|
1558
|
+
*/
|
|
1559
|
+
export interface AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails {
|
|
1560
|
+
/**
|
|
1561
|
+
* <p>The device name that is exposed to the EC2 instance. For example, <code>/dev/sdh</code> or <code>xvdh</code>.</p>
|
|
1562
|
+
*/
|
|
1563
|
+
DeviceName?: string;
|
|
1564
|
+
|
|
1565
|
+
/**
|
|
1566
|
+
* <p>Parameters that are used to automatically set up Amazon EBS volumes when an instance is launched.</p>
|
|
1567
|
+
*/
|
|
1568
|
+
Ebs?: AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails;
|
|
1569
|
+
|
|
1570
|
+
/**
|
|
1571
|
+
* <p>Whether to suppress the device that is included in the block device mapping of the Amazon Machine Image (AMI).</p>
|
|
1572
|
+
* <p>If <code>NoDevice</code> is <code>true</code>, then you cannot specify <code>Ebs</code>.></p>
|
|
1573
|
+
*/
|
|
1574
|
+
NoDevice?: boolean;
|
|
1575
|
+
|
|
1576
|
+
/**
|
|
1577
|
+
* <p>The name of the virtual device (for example, <code>ephemeral0</code>).</p>
|
|
1578
|
+
* <p>You can provide either <code>VirtualName</code> or <code>Ebs</code>, but not both.</p>
|
|
1579
|
+
*/
|
|
1580
|
+
VirtualName?: string;
|
|
1581
|
+
}
|
|
1582
|
+
|
|
1583
|
+
export namespace AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails {
|
|
1584
|
+
/**
|
|
1585
|
+
* @internal
|
|
1586
|
+
*/
|
|
1587
|
+
export const filterSensitiveLog = (obj: AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails): any => ({
|
|
1588
|
+
...obj,
|
|
1589
|
+
});
|
|
1590
|
+
}
|
|
1591
|
+
|
|
1592
|
+
/**
|
|
1593
|
+
* <p>Information about the type of monitoring for instances in the group.</p>
|
|
1594
|
+
*/
|
|
1595
|
+
export interface AwsAutoScalingLaunchConfigurationInstanceMonitoringDetails {
|
|
1596
|
+
/**
|
|
1597
|
+
* <p>If set to <code>true</code>, then instances in the group launch with detailed
|
|
1598
|
+
* monitoring.</p>
|
|
1599
|
+
* <p>If set to <code>false</code>, then instances in the group launch with basic
|
|
1600
|
+
* monitoring.</p>
|
|
1601
|
+
*/
|
|
1602
|
+
Enabled?: boolean;
|
|
1603
|
+
}
|
|
1604
|
+
|
|
1605
|
+
export namespace AwsAutoScalingLaunchConfigurationInstanceMonitoringDetails {
|
|
1606
|
+
/**
|
|
1607
|
+
* @internal
|
|
1608
|
+
*/
|
|
1609
|
+
export const filterSensitiveLog = (obj: AwsAutoScalingLaunchConfigurationInstanceMonitoringDetails): any => ({
|
|
1610
|
+
...obj,
|
|
1611
|
+
});
|
|
1612
|
+
}
|
|
1613
|
+
|
|
1614
|
+
/**
|
|
1615
|
+
* <p>Details about a launch configuration.</p>
|
|
1616
|
+
*/
|
|
1617
|
+
export interface AwsAutoScalingLaunchConfigurationDetails {
|
|
1618
|
+
/**
|
|
1619
|
+
* <p>For Auto Scaling groups that run in a VPC, specifies whether to assign a public IP address to the group's instances.</p>
|
|
1620
|
+
*/
|
|
1621
|
+
AssociatePublicIpAddress?: boolean;
|
|
1622
|
+
|
|
1623
|
+
/**
|
|
1624
|
+
* <p>Specifies the block devices for the instance.</p>
|
|
1625
|
+
*/
|
|
1626
|
+
BlockDeviceMappings?: AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails[];
|
|
1627
|
+
|
|
1628
|
+
/**
|
|
1629
|
+
* <p>The identifier of a ClassicLink-enabled VPC that EC2-Classic instances are linked to.</p>
|
|
1630
|
+
*/
|
|
1631
|
+
ClassicLinkVpcId?: string;
|
|
1632
|
+
|
|
1633
|
+
/**
|
|
1634
|
+
* <p>The identifiers of one or more security groups for the VPC that is specified in <code>ClassicLinkVPCId</code>.</p>
|
|
1635
|
+
*/
|
|
1636
|
+
ClassicLinkVpcSecurityGroups?: string[];
|
|
1637
|
+
|
|
1638
|
+
/**
|
|
1639
|
+
* <p>The creation date and time for the launch configuration.</p>
|
|
1640
|
+
* <p>Uses the <code>date-time</code> format specified in <a href="https://tools.ietf.org/html/rfc3339#section-5.6">RFC 3339 section 5.6, Internet
|
|
1641
|
+
* Date/Time Format</a>. The value cannot contain spaces. For example,
|
|
1642
|
+
* <code>2020-03-22T13:22:13.933Z</code>.</p>
|
|
1643
|
+
*/
|
|
1644
|
+
CreatedTime?: string;
|
|
1645
|
+
|
|
1646
|
+
/**
|
|
1647
|
+
* <p>Whether the launch configuration is optimized for Amazon EBS I/O.</p>
|
|
1648
|
+
*/
|
|
1649
|
+
EbsOptimized?: boolean;
|
|
1650
|
+
|
|
1651
|
+
/**
|
|
1652
|
+
* <p>The name or the ARN of the instance profile associated with the IAM role for the
|
|
1653
|
+
* instance. The instance profile contains the IAM role.</p>
|
|
1654
|
+
*/
|
|
1655
|
+
IamInstanceProfile?: string;
|
|
1656
|
+
|
|
1657
|
+
/**
|
|
1658
|
+
* <p>The identifier of the Amazon Machine Image (AMI) that is used to launch EC2
|
|
1659
|
+
* instances.</p>
|
|
1660
|
+
*/
|
|
1661
|
+
ImageId?: string;
|
|
1662
|
+
|
|
1663
|
+
/**
|
|
1664
|
+
* <p>Indicates the type of monitoring for instances in the group.</p>
|
|
1665
|
+
*/
|
|
1666
|
+
InstanceMonitoring?: AwsAutoScalingLaunchConfigurationInstanceMonitoringDetails;
|
|
1667
|
+
|
|
1668
|
+
/**
|
|
1669
|
+
* <p>The instance type for the instances.</p>
|
|
1670
|
+
*/
|
|
1671
|
+
InstanceType?: string;
|
|
1672
|
+
|
|
1673
|
+
/**
|
|
1674
|
+
* <p>The identifier of the kernel associated with the AMI.</p>
|
|
1675
|
+
*/
|
|
1676
|
+
KernelId?: string;
|
|
1677
|
+
|
|
1678
|
+
/**
|
|
1679
|
+
* <p>The name of the key pair.</p>
|
|
1680
|
+
*/
|
|
1681
|
+
KeyName?: string;
|
|
1682
|
+
|
|
1683
|
+
/**
|
|
1684
|
+
* <p>The name of the launch configuration.</p>
|
|
1685
|
+
*/
|
|
1686
|
+
LaunchConfigurationName?: string;
|
|
1687
|
+
|
|
1688
|
+
/**
|
|
1689
|
+
* <p>The tenancy of the instance. An instance with <code>dedicated</code> tenancy runs on
|
|
1690
|
+
* isolated, single-tenant hardware and can only be launched into a VPC.</p>
|
|
1691
|
+
*/
|
|
1692
|
+
PlacementTenancy?: string;
|
|
1693
|
+
|
|
1694
|
+
/**
|
|
1695
|
+
* <p>The identifier of the RAM disk associated with the AMI.</p>
|
|
1696
|
+
*/
|
|
1697
|
+
RamdiskId?: string;
|
|
1698
|
+
|
|
1699
|
+
/**
|
|
1700
|
+
* <p>The security groups to assign to the instances in the Auto Scaling group.</p>
|
|
1701
|
+
*/
|
|
1702
|
+
SecurityGroups?: string[];
|
|
1703
|
+
|
|
1704
|
+
/**
|
|
1705
|
+
* <p>The maximum hourly price to be paid for any Spot Instance that is launched to fulfill the
|
|
1706
|
+
* request.</p>
|
|
1707
|
+
*/
|
|
1708
|
+
SpotPrice?: string;
|
|
1709
|
+
|
|
1710
|
+
/**
|
|
1711
|
+
* <p>The user data to make available to the launched EC2 instances. Must be base64-encoded
|
|
1712
|
+
* text.</p>
|
|
1713
|
+
*/
|
|
1714
|
+
UserData?: string;
|
|
1715
|
+
}
|
|
1716
|
+
|
|
1717
|
+
export namespace AwsAutoScalingLaunchConfigurationDetails {
|
|
1718
|
+
/**
|
|
1719
|
+
* @internal
|
|
1720
|
+
*/
|
|
1721
|
+
export const filterSensitiveLog = (obj: AwsAutoScalingLaunchConfigurationDetails): any => ({
|
|
1722
|
+
...obj,
|
|
1723
|
+
});
|
|
1724
|
+
}
|
|
1725
|
+
|
|
1471
1726
|
/**
|
|
1472
1727
|
* <p>Provides details about the CNAME record that is added to the DNS database for domain
|
|
1473
1728
|
* validation.</p>
|
|
@@ -2541,10 +2796,10 @@ export namespace AwsCodeBuildProjectVpcConfig {
|
|
|
2541
2796
|
*/
|
|
2542
2797
|
export interface AwsCodeBuildProjectDetails {
|
|
2543
2798
|
/**
|
|
2544
|
-
* <p>The KMS
|
|
2799
|
+
* <p>The KMS key used to encrypt the
|
|
2545
2800
|
* build output artifacts.</p>
|
|
2546
|
-
* <p>You can specify either the ARN of the
|
|
2547
|
-
*
|
|
2801
|
+
* <p>You can specify either the ARN of the KMS key or, if available, the
|
|
2802
|
+
* KMS key alias (using the format alias/alias-name). </p>
|
|
2548
2803
|
*/
|
|
2549
2804
|
EncryptionKey?: string;
|
|
2550
2805
|
|
|
@@ -2883,7 +3138,7 @@ export interface AwsDynamoDbTableReplica {
|
|
|
2883
3138
|
GlobalSecondaryIndexes?: AwsDynamoDbTableReplicaGlobalSecondaryIndex[];
|
|
2884
3139
|
|
|
2885
3140
|
/**
|
|
2886
|
-
* <p>The identifier of the KMS
|
|
3141
|
+
* <p>The identifier of the KMS key that will be used for KMS
|
|
2887
3142
|
* encryption for the replica.</p>
|
|
2888
3143
|
*/
|
|
2889
3144
|
KmsMasterKeyId?: string;
|
|
@@ -2979,7 +3234,7 @@ export interface AwsDynamoDbTableSseDescription {
|
|
|
2979
3234
|
SseType?: string;
|
|
2980
3235
|
|
|
2981
3236
|
/**
|
|
2982
|
-
* <p>The ARN of the KMS
|
|
3237
|
+
* <p>The ARN of the KMS key that is used for the KMS
|
|
2983
3238
|
* encryption.</p>
|
|
2984
3239
|
*/
|
|
2985
3240
|
KmsMasterKeyArn?: string;
|
|
@@ -4031,7 +4286,7 @@ export interface AwsEc2VolumeDetails {
|
|
|
4031
4286
|
Status?: string;
|
|
4032
4287
|
|
|
4033
4288
|
/**
|
|
4034
|
-
* <p>The ARN of the KMS
|
|
4289
|
+
* <p>The ARN of the KMS key that was
|
|
4035
4290
|
* used to protect the volume encryption key for the volume.</p>
|
|
4036
4291
|
*/
|
|
4037
4292
|
KmsKeyId?: string;
|
|
@@ -4117,151 +4372,472 @@ export namespace AwsEc2VpcDetails {
|
|
|
4117
4372
|
}
|
|
4118
4373
|
|
|
4119
4374
|
/**
|
|
4120
|
-
* <p>
|
|
4375
|
+
* <p>The VPN tunnel options.</p>
|
|
4121
4376
|
*/
|
|
4122
|
-
export interface
|
|
4377
|
+
export interface AwsEc2VpnConnectionOptionsTunnelOptionsDetails {
|
|
4123
4378
|
/**
|
|
4124
|
-
* <p>The
|
|
4379
|
+
* <p>The number of seconds after which a Dead Peer Detection (DPD) timeout occurs.</p>
|
|
4125
4380
|
*/
|
|
4126
|
-
|
|
4381
|
+
DpdTimeoutSeconds?: number;
|
|
4127
4382
|
|
|
4128
4383
|
/**
|
|
4129
|
-
* <p>The
|
|
4384
|
+
* <p>The Internet Key Exchange (IKE) versions that are permitted for the VPN tunnel.</p>
|
|
4130
4385
|
*/
|
|
4131
|
-
|
|
4132
|
-
}
|
|
4386
|
+
IkeVersions?: string[];
|
|
4133
4387
|
|
|
4134
|
-
export namespace AwsEcsClusterClusterSettingsDetails {
|
|
4135
4388
|
/**
|
|
4136
|
-
*
|
|
4389
|
+
* <p>The external IP address of the VPN tunnel.</p>
|
|
4137
4390
|
*/
|
|
4138
|
-
|
|
4139
|
-
...obj,
|
|
4140
|
-
});
|
|
4141
|
-
}
|
|
4391
|
+
OutsideIpAddress?: string;
|
|
4142
4392
|
|
|
4143
|
-
/**
|
|
4144
|
-
* <p>The log configuration for the results of the run command actions.</p>
|
|
4145
|
-
*/
|
|
4146
|
-
export interface AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails {
|
|
4147
4393
|
/**
|
|
4148
|
-
* <p>
|
|
4394
|
+
* <p>The permitted Diffie-Hellman group numbers for the VPN tunnel for phase 1 IKE
|
|
4395
|
+
* negotiations.</p>
|
|
4149
4396
|
*/
|
|
4150
|
-
|
|
4397
|
+
Phase1DhGroupNumbers?: number[];
|
|
4151
4398
|
|
|
4152
4399
|
/**
|
|
4153
|
-
* <p>The
|
|
4400
|
+
* <p>The permitted encryption algorithms for the VPN tunnel for phase 1 IKE
|
|
4401
|
+
* negotiations.</p>
|
|
4154
4402
|
*/
|
|
4155
|
-
|
|
4403
|
+
Phase1EncryptionAlgorithms?: string[];
|
|
4156
4404
|
|
|
4157
4405
|
/**
|
|
4158
|
-
* <p>The
|
|
4406
|
+
* <p>The permitted integrity algorithms for the VPN tunnel for phase 1 IKE
|
|
4407
|
+
* negotiations.</p>
|
|
4159
4408
|
*/
|
|
4160
|
-
|
|
4409
|
+
Phase1IntegrityAlgorithms?: string[];
|
|
4161
4410
|
|
|
4162
4411
|
/**
|
|
4163
|
-
* <p>
|
|
4412
|
+
* <p>The lifetime for phase 1 of the IKE negotiation, in seconds.</p>
|
|
4164
4413
|
*/
|
|
4165
|
-
|
|
4414
|
+
Phase1LifetimeSeconds?: number;
|
|
4166
4415
|
|
|
4167
4416
|
/**
|
|
4168
|
-
* <p>
|
|
4417
|
+
* <p>The permitted Diffie-Hellman group numbers for the VPN tunnel for phase 2 IKE
|
|
4418
|
+
* negotiations.</p>
|
|
4169
4419
|
*/
|
|
4170
|
-
|
|
4171
|
-
}
|
|
4420
|
+
Phase2DhGroupNumbers?: number[];
|
|
4172
4421
|
|
|
4173
|
-
export namespace AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails {
|
|
4174
4422
|
/**
|
|
4175
|
-
*
|
|
4423
|
+
* <p>The permitted encryption algorithms for the VPN tunnel for phase 2 IKE
|
|
4424
|
+
* negotiations.</p>
|
|
4176
4425
|
*/
|
|
4177
|
-
|
|
4178
|
-
obj: AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails
|
|
4179
|
-
): any => ({
|
|
4180
|
-
...obj,
|
|
4181
|
-
});
|
|
4182
|
-
}
|
|
4426
|
+
Phase2EncryptionAlgorithms?: string[];
|
|
4183
4427
|
|
|
4184
|
-
/**
|
|
4185
|
-
* <p>Contains the run command configuration for the cluster.</p>
|
|
4186
|
-
*/
|
|
4187
|
-
export interface AwsEcsClusterConfigurationExecuteCommandConfigurationDetails {
|
|
4188
4428
|
/**
|
|
4189
|
-
* <p>The
|
|
4429
|
+
* <p>The permitted integrity algorithms for the VPN tunnel for phase 2 IKE
|
|
4430
|
+
* negotiations.</p>
|
|
4190
4431
|
*/
|
|
4191
|
-
|
|
4432
|
+
Phase2IntegrityAlgorithms?: string[];
|
|
4192
4433
|
|
|
4193
4434
|
/**
|
|
4194
|
-
* <p>The
|
|
4435
|
+
* <p>The lifetime for phase 2 of the IKE negotiation, in seconds.</p>
|
|
4195
4436
|
*/
|
|
4196
|
-
|
|
4437
|
+
Phase2LifetimeSeconds?: number;
|
|
4197
4438
|
|
|
4198
4439
|
/**
|
|
4199
|
-
* <p>The
|
|
4440
|
+
* <p>The preshared key to establish initial authentication between the virtual private gateway
|
|
4441
|
+
* and the customer gateway.</p>
|
|
4200
4442
|
*/
|
|
4201
|
-
|
|
4443
|
+
PreSharedKey?: string;
|
|
4444
|
+
|
|
4445
|
+
/**
|
|
4446
|
+
* <p>The percentage of the rekey window, which is determined by
|
|
4447
|
+
* <code>RekeyMarginTimeSeconds</code> during which the rekey time is randomly selected.</p>
|
|
4448
|
+
*/
|
|
4449
|
+
RekeyFuzzPercentage?: number;
|
|
4450
|
+
|
|
4451
|
+
/**
|
|
4452
|
+
* <p>The margin time, in seconds, before the phase 2 lifetime expires, during which the Amazon Web Services
|
|
4453
|
+
* side of the VPN connection performs an IKE rekey.</p>
|
|
4454
|
+
*/
|
|
4455
|
+
RekeyMarginTimeSeconds?: number;
|
|
4456
|
+
|
|
4457
|
+
/**
|
|
4458
|
+
* <p>The number of packets in an IKE replay window.</p>
|
|
4459
|
+
*/
|
|
4460
|
+
ReplayWindowSize?: number;
|
|
4461
|
+
|
|
4462
|
+
/**
|
|
4463
|
+
* <p>The range of inside IPv4 addresses for the tunnel.</p>
|
|
4464
|
+
*/
|
|
4465
|
+
TunnelInsideCidr?: string;
|
|
4202
4466
|
}
|
|
4203
4467
|
|
|
4204
|
-
export namespace
|
|
4468
|
+
export namespace AwsEc2VpnConnectionOptionsTunnelOptionsDetails {
|
|
4205
4469
|
/**
|
|
4206
4470
|
* @internal
|
|
4207
4471
|
*/
|
|
4208
|
-
export const filterSensitiveLog = (obj:
|
|
4472
|
+
export const filterSensitiveLog = (obj: AwsEc2VpnConnectionOptionsTunnelOptionsDetails): any => ({
|
|
4209
4473
|
...obj,
|
|
4210
4474
|
});
|
|
4211
4475
|
}
|
|
4212
4476
|
|
|
4213
4477
|
/**
|
|
4214
|
-
* <p>
|
|
4478
|
+
* <p>VPN connection options.</p>
|
|
4215
4479
|
*/
|
|
4216
|
-
export interface
|
|
4480
|
+
export interface AwsEc2VpnConnectionOptionsDetails {
|
|
4217
4481
|
/**
|
|
4218
|
-
* <p>
|
|
4482
|
+
* <p>Whether the VPN connection uses static routes only.</p>
|
|
4219
4483
|
*/
|
|
4220
|
-
|
|
4484
|
+
StaticRoutesOnly?: boolean;
|
|
4485
|
+
|
|
4486
|
+
/**
|
|
4487
|
+
* <p>The VPN tunnel options.</p>
|
|
4488
|
+
*/
|
|
4489
|
+
TunnelOptions?: AwsEc2VpnConnectionOptionsTunnelOptionsDetails[];
|
|
4221
4490
|
}
|
|
4222
4491
|
|
|
4223
|
-
export namespace
|
|
4492
|
+
export namespace AwsEc2VpnConnectionOptionsDetails {
|
|
4224
4493
|
/**
|
|
4225
4494
|
* @internal
|
|
4226
4495
|
*/
|
|
4227
|
-
export const filterSensitiveLog = (obj:
|
|
4496
|
+
export const filterSensitiveLog = (obj: AwsEc2VpnConnectionOptionsDetails): any => ({
|
|
4228
4497
|
...obj,
|
|
4229
4498
|
});
|
|
4230
4499
|
}
|
|
4231
4500
|
|
|
4232
4501
|
/**
|
|
4233
|
-
* <p>
|
|
4502
|
+
* <p>A static routes associated with
|
|
4503
|
+
* the VPN connection.</p>
|
|
4234
4504
|
*/
|
|
4235
|
-
export interface
|
|
4236
|
-
/**
|
|
4237
|
-
* <p>The minimum number of tasks to run on the specified capacity provider.</p>
|
|
4238
|
-
*/
|
|
4239
|
-
Base?: number;
|
|
4240
|
-
|
|
4505
|
+
export interface AwsEc2VpnConnectionRoutesDetails {
|
|
4241
4506
|
/**
|
|
4242
|
-
* <p>The
|
|
4507
|
+
* <p>The CIDR block associated with the local subnet of the customer data center.</p>
|
|
4243
4508
|
*/
|
|
4244
|
-
|
|
4509
|
+
DestinationCidrBlock?: string;
|
|
4245
4510
|
|
|
4246
4511
|
/**
|
|
4247
|
-
* <p>The
|
|
4512
|
+
* <p>The current state of the static route.</p>
|
|
4248
4513
|
*/
|
|
4249
|
-
|
|
4514
|
+
State?: string;
|
|
4250
4515
|
}
|
|
4251
4516
|
|
|
4252
|
-
export namespace
|
|
4517
|
+
export namespace AwsEc2VpnConnectionRoutesDetails {
|
|
4253
4518
|
/**
|
|
4254
4519
|
* @internal
|
|
4255
4520
|
*/
|
|
4256
|
-
export const filterSensitiveLog = (obj:
|
|
4521
|
+
export const filterSensitiveLog = (obj: AwsEc2VpnConnectionRoutesDetails): any => ({
|
|
4257
4522
|
...obj,
|
|
4258
4523
|
});
|
|
4259
4524
|
}
|
|
4260
4525
|
|
|
4261
4526
|
/**
|
|
4262
|
-
* <p>
|
|
4527
|
+
* <p>Information about the VPN tunnel.</p>
|
|
4263
4528
|
*/
|
|
4264
|
-
export interface
|
|
4529
|
+
export interface AwsEc2VpnConnectionVgwTelemetryDetails {
|
|
4530
|
+
/**
|
|
4531
|
+
* <p>The number of accepted routes.</p>
|
|
4532
|
+
*/
|
|
4533
|
+
AcceptedRouteCount?: number;
|
|
4534
|
+
|
|
4535
|
+
/**
|
|
4536
|
+
* <p>The ARN of the VPN tunnel endpoint certificate.</p>
|
|
4537
|
+
*/
|
|
4538
|
+
CertificateArn?: string;
|
|
4539
|
+
|
|
4540
|
+
/**
|
|
4541
|
+
* <p>The date and time of the last change in status.</p>
|
|
4542
|
+
* <p>Uses the <code>date-time</code> format specified in <a href="https://tools.ietf.org/html/rfc3339#section-5.6">RFC 3339 section 5.6, Internet
|
|
4543
|
+
* Date/Time Format</a>. The value cannot contain spaces. For example,
|
|
4544
|
+
* <code>2020-03-22T13:22:13.933Z</code>.</p>
|
|
4545
|
+
*/
|
|
4546
|
+
LastStatusChange?: string;
|
|
4547
|
+
|
|
4548
|
+
/**
|
|
4549
|
+
* <p>The Internet-routable IP address of the virtual private gateway's outside
|
|
4550
|
+
* interface.</p>
|
|
4551
|
+
*/
|
|
4552
|
+
OutsideIpAddress?: string;
|
|
4553
|
+
|
|
4554
|
+
/**
|
|
4555
|
+
* <p>The status of the VPN tunnel.</p>
|
|
4556
|
+
*/
|
|
4557
|
+
Status?: string;
|
|
4558
|
+
|
|
4559
|
+
/**
|
|
4560
|
+
* <p>If an error occurs, a description of the error.</p>
|
|
4561
|
+
*/
|
|
4562
|
+
StatusMessage?: string;
|
|
4563
|
+
}
|
|
4564
|
+
|
|
4565
|
+
export namespace AwsEc2VpnConnectionVgwTelemetryDetails {
|
|
4566
|
+
/**
|
|
4567
|
+
* @internal
|
|
4568
|
+
*/
|
|
4569
|
+
export const filterSensitiveLog = (obj: AwsEc2VpnConnectionVgwTelemetryDetails): any => ({
|
|
4570
|
+
...obj,
|
|
4571
|
+
});
|
|
4572
|
+
}
|
|
4573
|
+
|
|
4574
|
+
/**
|
|
4575
|
+
* <p>Details about an Amazon EC2 VPN
|
|
4576
|
+
* connection.</p>
|
|
4577
|
+
*/
|
|
4578
|
+
export interface AwsEc2VpnConnectionDetails {
|
|
4579
|
+
/**
|
|
4580
|
+
* <p>The identifier of the VPN connection.</p>
|
|
4581
|
+
*/
|
|
4582
|
+
VpnConnectionId?: string;
|
|
4583
|
+
|
|
4584
|
+
/**
|
|
4585
|
+
* <p>The current state of the VPN connection.</p>
|
|
4586
|
+
*/
|
|
4587
|
+
State?: string;
|
|
4588
|
+
|
|
4589
|
+
/**
|
|
4590
|
+
* <p>The identifier of the customer gateway that is at your end of the VPN connection.</p>
|
|
4591
|
+
*/
|
|
4592
|
+
CustomerGatewayId?: string;
|
|
4593
|
+
|
|
4594
|
+
/**
|
|
4595
|
+
* <p>The configuration information for the VPN connection's customer gateway, in the native XML
|
|
4596
|
+
* format.</p>
|
|
4597
|
+
*/
|
|
4598
|
+
CustomerGatewayConfiguration?: string;
|
|
4599
|
+
|
|
4600
|
+
/**
|
|
4601
|
+
* <p>The type of VPN connection.</p>
|
|
4602
|
+
*/
|
|
4603
|
+
Type?: string;
|
|
4604
|
+
|
|
4605
|
+
/**
|
|
4606
|
+
* <p>The identifier of the virtual private gateway that is at the Amazon Web Services side of the VPN
|
|
4607
|
+
* connection.</p>
|
|
4608
|
+
*/
|
|
4609
|
+
VpnGatewayId?: string;
|
|
4610
|
+
|
|
4611
|
+
/**
|
|
4612
|
+
* <p>The category of the VPN connection. <code>VPN</code> indicates an Amazon Web Services VPN connection. <code>VPN-Classic</code>
|
|
4613
|
+
* indicates an Amazon Web Services Classic VPN connection.</p>
|
|
4614
|
+
*/
|
|
4615
|
+
Category?: string;
|
|
4616
|
+
|
|
4617
|
+
/**
|
|
4618
|
+
* <p>Information about the VPN tunnel.</p>
|
|
4619
|
+
*/
|
|
4620
|
+
VgwTelemetry?: AwsEc2VpnConnectionVgwTelemetryDetails[];
|
|
4621
|
+
|
|
4622
|
+
/**
|
|
4623
|
+
* <p>The VPN connection options.</p>
|
|
4624
|
+
*/
|
|
4625
|
+
Options?: AwsEc2VpnConnectionOptionsDetails;
|
|
4626
|
+
|
|
4627
|
+
/**
|
|
4628
|
+
* <p>The static routes that are associated with the VPN connection.</p>
|
|
4629
|
+
*/
|
|
4630
|
+
Routes?: AwsEc2VpnConnectionRoutesDetails[];
|
|
4631
|
+
|
|
4632
|
+
/**
|
|
4633
|
+
* <p>The identifier of the transit gateway that is associated with the VPN connection.</p>
|
|
4634
|
+
*/
|
|
4635
|
+
TransitGatewayId?: string;
|
|
4636
|
+
}
|
|
4637
|
+
|
|
4638
|
+
export namespace AwsEc2VpnConnectionDetails {
|
|
4639
|
+
/**
|
|
4640
|
+
* @internal
|
|
4641
|
+
*/
|
|
4642
|
+
export const filterSensitiveLog = (obj: AwsEc2VpnConnectionDetails): any => ({
|
|
4643
|
+
...obj,
|
|
4644
|
+
});
|
|
4645
|
+
}
|
|
4646
|
+
|
|
4647
|
+
/**
|
|
4648
|
+
* <p>Information about an Amazon ECR image.</p>
|
|
4649
|
+
*/
|
|
4650
|
+
export interface AwsEcrContainerImageDetails {
|
|
4651
|
+
/**
|
|
4652
|
+
* <p>The Amazon Web Services account identifier that is associated with the registry that the image belongs
|
|
4653
|
+
* to.</p>
|
|
4654
|
+
*/
|
|
4655
|
+
RegistryId?: string;
|
|
4656
|
+
|
|
4657
|
+
/**
|
|
4658
|
+
* <p>The name of the repository that the image belongs to.</p>
|
|
4659
|
+
*/
|
|
4660
|
+
RepositoryName?: string;
|
|
4661
|
+
|
|
4662
|
+
/**
|
|
4663
|
+
* <p>The architecture of the image.</p>
|
|
4664
|
+
*/
|
|
4665
|
+
Architecture?: string;
|
|
4666
|
+
|
|
4667
|
+
/**
|
|
4668
|
+
* <p>The sha256 digest of the image manifest.</p>
|
|
4669
|
+
*/
|
|
4670
|
+
ImageDigest?: string;
|
|
4671
|
+
|
|
4672
|
+
/**
|
|
4673
|
+
* <p>The list of tags that are associated with the image.</p>
|
|
4674
|
+
*/
|
|
4675
|
+
ImageTags?: string[];
|
|
4676
|
+
|
|
4677
|
+
/**
|
|
4678
|
+
* <p>The date and time when the image was pushed to the repository.</p>
|
|
4679
|
+
* <p>Uses the <code>date-time</code> format specified in <a href="https://tools.ietf.org/html/rfc3339#section-5.6">RFC 3339 section 5.6, Internet
|
|
4680
|
+
* Date/Time Format</a>. The value cannot contain spaces. For example,
|
|
4681
|
+
* <code>2020-03-22T13:22:13.933Z</code>.</p>
|
|
4682
|
+
*/
|
|
4683
|
+
ImagePublishedAt?: string;
|
|
4684
|
+
}
|
|
4685
|
+
|
|
4686
|
+
export namespace AwsEcrContainerImageDetails {
|
|
4687
|
+
/**
|
|
4688
|
+
* @internal
|
|
4689
|
+
*/
|
|
4690
|
+
export const filterSensitiveLog = (obj: AwsEcrContainerImageDetails): any => ({
|
|
4691
|
+
...obj,
|
|
4692
|
+
});
|
|
4693
|
+
}
|
|
4694
|
+
|
|
4695
|
+
/**
|
|
4696
|
+
* <p>Indicates whether to enable CloudWatch Container Insights for the ECS cluster.</p>
|
|
4697
|
+
*/
|
|
4698
|
+
export interface AwsEcsClusterClusterSettingsDetails {
|
|
4699
|
+
/**
|
|
4700
|
+
* <p>The name of the setting.</p>
|
|
4701
|
+
*/
|
|
4702
|
+
Name?: string;
|
|
4703
|
+
|
|
4704
|
+
/**
|
|
4705
|
+
* <p>The value of the setting.</p>
|
|
4706
|
+
*/
|
|
4707
|
+
Value?: string;
|
|
4708
|
+
}
|
|
4709
|
+
|
|
4710
|
+
export namespace AwsEcsClusterClusterSettingsDetails {
|
|
4711
|
+
/**
|
|
4712
|
+
* @internal
|
|
4713
|
+
*/
|
|
4714
|
+
export const filterSensitiveLog = (obj: AwsEcsClusterClusterSettingsDetails): any => ({
|
|
4715
|
+
...obj,
|
|
4716
|
+
});
|
|
4717
|
+
}
|
|
4718
|
+
|
|
4719
|
+
/**
|
|
4720
|
+
* <p>The log configuration for the results of the run command actions.</p>
|
|
4721
|
+
*/
|
|
4722
|
+
export interface AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails {
|
|
4723
|
+
/**
|
|
4724
|
+
* <p>Whether to enable encryption on the CloudWatch logs.</p>
|
|
4725
|
+
*/
|
|
4726
|
+
CloudWatchEncryptionEnabled?: boolean;
|
|
4727
|
+
|
|
4728
|
+
/**
|
|
4729
|
+
* <p>The name of the CloudWatch log group to send the logs to.</p>
|
|
4730
|
+
*/
|
|
4731
|
+
CloudWatchLogGroupName?: string;
|
|
4732
|
+
|
|
4733
|
+
/**
|
|
4734
|
+
* <p>The name of the S3 bucket to send logs to.</p>
|
|
4735
|
+
*/
|
|
4736
|
+
S3BucketName?: string;
|
|
4737
|
+
|
|
4738
|
+
/**
|
|
4739
|
+
* <p>Whether to encrypt the logs that are sent to the S3 bucket.</p>
|
|
4740
|
+
*/
|
|
4741
|
+
S3EncryptionEnabled?: boolean;
|
|
4742
|
+
|
|
4743
|
+
/**
|
|
4744
|
+
* <p>Identifies the folder in the S3 bucket to send the logs to.</p>
|
|
4745
|
+
*/
|
|
4746
|
+
S3KeyPrefix?: string;
|
|
4747
|
+
}
|
|
4748
|
+
|
|
4749
|
+
export namespace AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails {
|
|
4750
|
+
/**
|
|
4751
|
+
* @internal
|
|
4752
|
+
*/
|
|
4753
|
+
export const filterSensitiveLog = (
|
|
4754
|
+
obj: AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails
|
|
4755
|
+
): any => ({
|
|
4756
|
+
...obj,
|
|
4757
|
+
});
|
|
4758
|
+
}
|
|
4759
|
+
|
|
4760
|
+
/**
|
|
4761
|
+
* <p>Contains the run command configuration for the cluster.</p>
|
|
4762
|
+
*/
|
|
4763
|
+
export interface AwsEcsClusterConfigurationExecuteCommandConfigurationDetails {
|
|
4764
|
+
/**
|
|
4765
|
+
* <p>The identifier of the KMS key that is used to encrypt the data between the local client and the container.</p>
|
|
4766
|
+
*/
|
|
4767
|
+
KmsKeyId?: string;
|
|
4768
|
+
|
|
4769
|
+
/**
|
|
4770
|
+
* <p>The log configuration for the results of the run command actions. Required if <code>Logging</code> is <code>NONE</code>.</p>
|
|
4771
|
+
*/
|
|
4772
|
+
LogConfiguration?: AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails;
|
|
4773
|
+
|
|
4774
|
+
/**
|
|
4775
|
+
* <p>The log setting to use for redirecting logs for run command results.</p>
|
|
4776
|
+
*/
|
|
4777
|
+
Logging?: string;
|
|
4778
|
+
}
|
|
4779
|
+
|
|
4780
|
+
export namespace AwsEcsClusterConfigurationExecuteCommandConfigurationDetails {
|
|
4781
|
+
/**
|
|
4782
|
+
* @internal
|
|
4783
|
+
*/
|
|
4784
|
+
export const filterSensitiveLog = (obj: AwsEcsClusterConfigurationExecuteCommandConfigurationDetails): any => ({
|
|
4785
|
+
...obj,
|
|
4786
|
+
});
|
|
4787
|
+
}
|
|
4788
|
+
|
|
4789
|
+
/**
|
|
4790
|
+
* <p>The run command configuration for the cluster.</p>
|
|
4791
|
+
*/
|
|
4792
|
+
export interface AwsEcsClusterConfigurationDetails {
|
|
4793
|
+
/**
|
|
4794
|
+
* <p>Contains the run command configuration for the cluster.</p>
|
|
4795
|
+
*/
|
|
4796
|
+
ExecuteCommandConfiguration?: AwsEcsClusterConfigurationExecuteCommandConfigurationDetails;
|
|
4797
|
+
}
|
|
4798
|
+
|
|
4799
|
+
export namespace AwsEcsClusterConfigurationDetails {
|
|
4800
|
+
/**
|
|
4801
|
+
* @internal
|
|
4802
|
+
*/
|
|
4803
|
+
export const filterSensitiveLog = (obj: AwsEcsClusterConfigurationDetails): any => ({
|
|
4804
|
+
...obj,
|
|
4805
|
+
});
|
|
4806
|
+
}
|
|
4807
|
+
|
|
4808
|
+
/**
|
|
4809
|
+
* <p>The default capacity provider strategy for the cluster. The default capacity provider strategy is used when services or tasks are run without a specified launch type or capacity provider strategy.</p>
|
|
4810
|
+
*/
|
|
4811
|
+
export interface AwsEcsClusterDefaultCapacityProviderStrategyDetails {
|
|
4812
|
+
/**
|
|
4813
|
+
* <p>The minimum number of tasks to run on the specified capacity provider.</p>
|
|
4814
|
+
*/
|
|
4815
|
+
Base?: number;
|
|
4816
|
+
|
|
4817
|
+
/**
|
|
4818
|
+
* <p>The name of the capacity provider.</p>
|
|
4819
|
+
*/
|
|
4820
|
+
CapacityProvider?: string;
|
|
4821
|
+
|
|
4822
|
+
/**
|
|
4823
|
+
* <p>The relative percentage of the total number of tasks launched that should use the capacity provider.</p>
|
|
4824
|
+
*/
|
|
4825
|
+
Weight?: number;
|
|
4826
|
+
}
|
|
4827
|
+
|
|
4828
|
+
export namespace AwsEcsClusterDefaultCapacityProviderStrategyDetails {
|
|
4829
|
+
/**
|
|
4830
|
+
* @internal
|
|
4831
|
+
*/
|
|
4832
|
+
export const filterSensitiveLog = (obj: AwsEcsClusterDefaultCapacityProviderStrategyDetails): any => ({
|
|
4833
|
+
...obj,
|
|
4834
|
+
});
|
|
4835
|
+
}
|
|
4836
|
+
|
|
4837
|
+
/**
|
|
4838
|
+
* <p>provides details about an ECS cluster.</p>
|
|
4839
|
+
*/
|
|
4840
|
+
export interface AwsEcsClusterDetails {
|
|
4265
4841
|
/**
|
|
4266
4842
|
* <p>The short name of one or more capacity providers to associate with the cluster.</p>
|
|
4267
4843
|
*/
|
|
@@ -7750,16 +8326,16 @@ export namespace AwsIamUserDetails {
|
|
|
7750
8326
|
}
|
|
7751
8327
|
|
|
7752
8328
|
/**
|
|
7753
|
-
* <p>Contains metadata about
|
|
8329
|
+
* <p>Contains metadata about an KMS key.</p>
|
|
7754
8330
|
*/
|
|
7755
8331
|
export interface AwsKmsKeyDetails {
|
|
7756
8332
|
/**
|
|
7757
|
-
* <p>The twelve-digit account ID of the Amazon Web Services account that owns the
|
|
8333
|
+
* <p>The twelve-digit account ID of the Amazon Web Services account that owns the KMS key.</p>
|
|
7758
8334
|
*/
|
|
7759
8335
|
AWSAccountId?: string;
|
|
7760
8336
|
|
|
7761
8337
|
/**
|
|
7762
|
-
* <p>Indicates when the
|
|
8338
|
+
* <p>Indicates when the KMS key was created.</p>
|
|
7763
8339
|
* <p>Uses the <code>date-time</code> format specified in <a href="https://tools.ietf.org/html/rfc3339#section-5.6">RFC 3339 section 5.6, Internet
|
|
7764
8340
|
* Date/Time Format</a>. The value cannot contain spaces. For example,
|
|
7765
8341
|
* <code>2020-03-22T13:22:13.933Z</code>.</p>
|
|
@@ -7767,25 +8343,25 @@ export interface AwsKmsKeyDetails {
|
|
|
7767
8343
|
CreationDate?: number;
|
|
7768
8344
|
|
|
7769
8345
|
/**
|
|
7770
|
-
* <p>The globally unique identifier for the
|
|
8346
|
+
* <p>The globally unique identifier for the KMS key.</p>
|
|
7771
8347
|
*/
|
|
7772
8348
|
KeyId?: string;
|
|
7773
8349
|
|
|
7774
8350
|
/**
|
|
7775
|
-
* <p>The manager of the
|
|
8351
|
+
* <p>The manager of the KMS key. KMS keys in your Amazon Web Services account are either customer managed or Amazon Web Services managed.</p>
|
|
7776
8352
|
*/
|
|
7777
8353
|
KeyManager?: string;
|
|
7778
8354
|
|
|
7779
8355
|
/**
|
|
7780
|
-
* <p>The state of the
|
|
8356
|
+
* <p>The state of the KMS key.</p>
|
|
7781
8357
|
*/
|
|
7782
8358
|
KeyState?: string;
|
|
7783
8359
|
|
|
7784
8360
|
/**
|
|
7785
|
-
* <p>The source of the
|
|
8361
|
+
* <p>The source of the KMS key material.</p>
|
|
7786
8362
|
* <p>When this value is <code>AWS_KMS</code>, KMS created the key material.</p>
|
|
7787
8363
|
* <p>When this value is <code>EXTERNAL</code>, the key material was imported from your
|
|
7788
|
-
* existing key management infrastructure or the
|
|
8364
|
+
* existing key management infrastructure or the KMS key lacks key material.</p>
|
|
7789
8365
|
* <p>When this value is <code>AWS_CLOUDHSM</code>, the key material was created in the CloudHSM cluster associated with a custom key store.</p>
|
|
7790
8366
|
*/
|
|
7791
8367
|
Origin?: string;
|
|
@@ -7794,6 +8370,11 @@ export interface AwsKmsKeyDetails {
|
|
|
7794
8370
|
* <p>A description of the key.</p>
|
|
7795
8371
|
*/
|
|
7796
8372
|
Description?: string;
|
|
8373
|
+
|
|
8374
|
+
/**
|
|
8375
|
+
* <p>Whether the key has key rotation enabled.</p>
|
|
8376
|
+
*/
|
|
8377
|
+
KeyRotationStatus?: boolean;
|
|
7797
8378
|
}
|
|
7798
8379
|
|
|
7799
8380
|
export namespace AwsKmsKeyDetails {
|
|
@@ -8013,7 +8594,7 @@ export interface AwsLambdaFunctionDetails {
|
|
|
8013
8594
|
Handler?: string;
|
|
8014
8595
|
|
|
8015
8596
|
/**
|
|
8016
|
-
* <p>The KMS key that is used to encrypt the function's environment variables. This key is only returned if you've configured a customer managed
|
|
8597
|
+
* <p>The KMS key that is used to encrypt the function's environment variables. This key is only returned if you've configured a customer managed customer managed key.</p>
|
|
8017
8598
|
*/
|
|
8018
8599
|
KmsKeyArn?: string;
|
|
8019
8600
|
|
|
@@ -10692,6 +11273,309 @@ export namespace AwsS3BucketBucketLifecycleConfigurationDetails {
|
|
|
10692
11273
|
});
|
|
10693
11274
|
}
|
|
10694
11275
|
|
|
11276
|
+
/**
|
|
11277
|
+
* <p>Information about logging for
|
|
11278
|
+
* the S3 bucket</p>
|
|
11279
|
+
*/
|
|
11280
|
+
export interface AwsS3BucketLoggingConfiguration {
|
|
11281
|
+
/**
|
|
11282
|
+
* <p>The name of the S3 bucket where log files for the S3 bucket are stored.</p>
|
|
11283
|
+
*/
|
|
11284
|
+
DestinationBucketName?: string;
|
|
11285
|
+
|
|
11286
|
+
/**
|
|
11287
|
+
* <p>The prefix added to log files for the S3 bucket.</p>
|
|
11288
|
+
*/
|
|
11289
|
+
LogFilePrefix?: string;
|
|
11290
|
+
}
|
|
11291
|
+
|
|
11292
|
+
export namespace AwsS3BucketLoggingConfiguration {
|
|
11293
|
+
/**
|
|
11294
|
+
* @internal
|
|
11295
|
+
*/
|
|
11296
|
+
export const filterSensitiveLog = (obj: AwsS3BucketLoggingConfiguration): any => ({
|
|
11297
|
+
...obj,
|
|
11298
|
+
});
|
|
11299
|
+
}
|
|
11300
|
+
|
|
11301
|
+
export enum AwsS3BucketNotificationConfigurationS3KeyFilterRuleName {
|
|
11302
|
+
PREFIX = "Prefix",
|
|
11303
|
+
SUFFIX = "Suffix",
|
|
11304
|
+
}
|
|
11305
|
+
|
|
11306
|
+
/**
|
|
11307
|
+
* <p>Details for a filter rule.</p>
|
|
11308
|
+
*/
|
|
11309
|
+
export interface AwsS3BucketNotificationConfigurationS3KeyFilterRule {
|
|
11310
|
+
/**
|
|
11311
|
+
* <p>Indicates whether the filter is based on the prefix or suffix of the Amazon S3 key.</p>
|
|
11312
|
+
*/
|
|
11313
|
+
Name?: AwsS3BucketNotificationConfigurationS3KeyFilterRuleName | string;
|
|
11314
|
+
|
|
11315
|
+
/**
|
|
11316
|
+
* <p>The filter value.</p>
|
|
11317
|
+
*/
|
|
11318
|
+
Value?: string;
|
|
11319
|
+
}
|
|
11320
|
+
|
|
11321
|
+
export namespace AwsS3BucketNotificationConfigurationS3KeyFilterRule {
|
|
11322
|
+
/**
|
|
11323
|
+
* @internal
|
|
11324
|
+
*/
|
|
11325
|
+
export const filterSensitiveLog = (obj: AwsS3BucketNotificationConfigurationS3KeyFilterRule): any => ({
|
|
11326
|
+
...obj,
|
|
11327
|
+
});
|
|
11328
|
+
}
|
|
11329
|
+
|
|
11330
|
+
/**
|
|
11331
|
+
* <p>Details for an Amazon S3 filter.</p>
|
|
11332
|
+
*/
|
|
11333
|
+
export interface AwsS3BucketNotificationConfigurationS3KeyFilter {
|
|
11334
|
+
/**
|
|
11335
|
+
* <p>The filter rules for the filter.</p>
|
|
11336
|
+
*/
|
|
11337
|
+
FilterRules?: AwsS3BucketNotificationConfigurationS3KeyFilterRule[];
|
|
11338
|
+
}
|
|
11339
|
+
|
|
11340
|
+
export namespace AwsS3BucketNotificationConfigurationS3KeyFilter {
|
|
11341
|
+
/**
|
|
11342
|
+
* @internal
|
|
11343
|
+
*/
|
|
11344
|
+
export const filterSensitiveLog = (obj: AwsS3BucketNotificationConfigurationS3KeyFilter): any => ({
|
|
11345
|
+
...obj,
|
|
11346
|
+
});
|
|
11347
|
+
}
|
|
11348
|
+
|
|
11349
|
+
/**
|
|
11350
|
+
* <p>Filtering information for the notifications. The
|
|
11351
|
+
* filtering is based on Amazon S3 key names.</p>
|
|
11352
|
+
*/
|
|
11353
|
+
export interface AwsS3BucketNotificationConfigurationFilter {
|
|
11354
|
+
/**
|
|
11355
|
+
* <p>Details for an Amazon S3 filter.</p>
|
|
11356
|
+
*/
|
|
11357
|
+
S3KeyFilter?: AwsS3BucketNotificationConfigurationS3KeyFilter;
|
|
11358
|
+
}
|
|
11359
|
+
|
|
11360
|
+
export namespace AwsS3BucketNotificationConfigurationFilter {
|
|
11361
|
+
/**
|
|
11362
|
+
* @internal
|
|
11363
|
+
*/
|
|
11364
|
+
export const filterSensitiveLog = (obj: AwsS3BucketNotificationConfigurationFilter): any => ({
|
|
11365
|
+
...obj,
|
|
11366
|
+
});
|
|
11367
|
+
}
|
|
11368
|
+
|
|
11369
|
+
/**
|
|
11370
|
+
* <p>Details for an S3 bucket notification configuration.</p>
|
|
11371
|
+
*/
|
|
11372
|
+
export interface AwsS3BucketNotificationConfigurationDetail {
|
|
11373
|
+
/**
|
|
11374
|
+
* <p>The list of events that trigger a notification.</p>
|
|
11375
|
+
*/
|
|
11376
|
+
Events?: string[];
|
|
11377
|
+
|
|
11378
|
+
/**
|
|
11379
|
+
* <p>The filters that determine which S3 buckets generate notifications.</p>
|
|
11380
|
+
*/
|
|
11381
|
+
Filter?: AwsS3BucketNotificationConfigurationFilter;
|
|
11382
|
+
|
|
11383
|
+
/**
|
|
11384
|
+
* <p>The ARN of the Lambda function, Amazon SQS queue, or Amazon SNS topic that generates the
|
|
11385
|
+
* notification.</p>
|
|
11386
|
+
*/
|
|
11387
|
+
Destination?: string;
|
|
11388
|
+
|
|
11389
|
+
/**
|
|
11390
|
+
* <p>Indicates the type of notification. Notifications can be generated using Lambda functions,
|
|
11391
|
+
* Amazon SQS queues or Amazon SNS topics.</p>
|
|
11392
|
+
*/
|
|
11393
|
+
Type?: string;
|
|
11394
|
+
}
|
|
11395
|
+
|
|
11396
|
+
export namespace AwsS3BucketNotificationConfigurationDetail {
|
|
11397
|
+
/**
|
|
11398
|
+
* @internal
|
|
11399
|
+
*/
|
|
11400
|
+
export const filterSensitiveLog = (obj: AwsS3BucketNotificationConfigurationDetail): any => ({
|
|
11401
|
+
...obj,
|
|
11402
|
+
});
|
|
11403
|
+
}
|
|
11404
|
+
|
|
11405
|
+
/**
|
|
11406
|
+
* <p>The notification
|
|
11407
|
+
* configuration for the S3 bucket.</p>
|
|
11408
|
+
*/
|
|
11409
|
+
export interface AwsS3BucketNotificationConfiguration {
|
|
11410
|
+
/**
|
|
11411
|
+
* <p>Configurations for S3 bucket notifications.</p>
|
|
11412
|
+
*/
|
|
11413
|
+
Configurations?: AwsS3BucketNotificationConfigurationDetail[];
|
|
11414
|
+
}
|
|
11415
|
+
|
|
11416
|
+
export namespace AwsS3BucketNotificationConfiguration {
|
|
11417
|
+
/**
|
|
11418
|
+
* @internal
|
|
11419
|
+
*/
|
|
11420
|
+
export const filterSensitiveLog = (obj: AwsS3BucketNotificationConfiguration): any => ({
|
|
11421
|
+
...obj,
|
|
11422
|
+
});
|
|
11423
|
+
}
|
|
11424
|
+
|
|
11425
|
+
/**
|
|
11426
|
+
* <p>The redirect behavior for requests
|
|
11427
|
+
* to the website.</p>
|
|
11428
|
+
*/
|
|
11429
|
+
export interface AwsS3BucketWebsiteConfigurationRedirectTo {
|
|
11430
|
+
/**
|
|
11431
|
+
* <p>The name of the host to redirect requests to.</p>
|
|
11432
|
+
*/
|
|
11433
|
+
Hostname?: string;
|
|
11434
|
+
|
|
11435
|
+
/**
|
|
11436
|
+
* <p>The protocol to use when redirecting requests. By default, uses the same protocol as the
|
|
11437
|
+
* original request.</p>
|
|
11438
|
+
*/
|
|
11439
|
+
Protocol?: string;
|
|
11440
|
+
}
|
|
11441
|
+
|
|
11442
|
+
export namespace AwsS3BucketWebsiteConfigurationRedirectTo {
|
|
11443
|
+
/**
|
|
11444
|
+
* @internal
|
|
11445
|
+
*/
|
|
11446
|
+
export const filterSensitiveLog = (obj: AwsS3BucketWebsiteConfigurationRedirectTo): any => ({
|
|
11447
|
+
...obj,
|
|
11448
|
+
});
|
|
11449
|
+
}
|
|
11450
|
+
|
|
11451
|
+
/**
|
|
11452
|
+
* <p>The condition that must be met in order to apply the routing rule.</p>
|
|
11453
|
+
*/
|
|
11454
|
+
export interface AwsS3BucketWebsiteConfigurationRoutingRuleCondition {
|
|
11455
|
+
/**
|
|
11456
|
+
* <p>Indicates to redirect the request if the HTTP error code matches this value.</p>
|
|
11457
|
+
*/
|
|
11458
|
+
HttpErrorCodeReturnedEquals?: string;
|
|
11459
|
+
|
|
11460
|
+
/**
|
|
11461
|
+
* <p>Indicates to redirect the request if the key prefix matches this value.</p>
|
|
11462
|
+
*/
|
|
11463
|
+
KeyPrefixEquals?: string;
|
|
11464
|
+
}
|
|
11465
|
+
|
|
11466
|
+
export namespace AwsS3BucketWebsiteConfigurationRoutingRuleCondition {
|
|
11467
|
+
/**
|
|
11468
|
+
* @internal
|
|
11469
|
+
*/
|
|
11470
|
+
export const filterSensitiveLog = (obj: AwsS3BucketWebsiteConfigurationRoutingRuleCondition): any => ({
|
|
11471
|
+
...obj,
|
|
11472
|
+
});
|
|
11473
|
+
}
|
|
11474
|
+
|
|
11475
|
+
/**
|
|
11476
|
+
* <p>The rules to redirect the request if the condition in <code>Condition</code> is
|
|
11477
|
+
* met.</p>
|
|
11478
|
+
*/
|
|
11479
|
+
export interface AwsS3BucketWebsiteConfigurationRoutingRuleRedirect {
|
|
11480
|
+
/**
|
|
11481
|
+
* <p>The host name to use in the redirect request.</p>
|
|
11482
|
+
*/
|
|
11483
|
+
Hostname?: string;
|
|
11484
|
+
|
|
11485
|
+
/**
|
|
11486
|
+
* <p>The HTTP redirect code to use in the response.</p>
|
|
11487
|
+
*/
|
|
11488
|
+
HttpRedirectCode?: string;
|
|
11489
|
+
|
|
11490
|
+
/**
|
|
11491
|
+
* <p>The protocol to use to redirect the request. By default, uses the protocol from the
|
|
11492
|
+
* original request.</p>
|
|
11493
|
+
*/
|
|
11494
|
+
Protocol?: string;
|
|
11495
|
+
|
|
11496
|
+
/**
|
|
11497
|
+
* <p>The object key prefix to use in the redirect request.</p>
|
|
11498
|
+
* <p>Cannot be provided if <code>ReplaceKeyWith</code> is present.</p>
|
|
11499
|
+
*/
|
|
11500
|
+
ReplaceKeyPrefixWith?: string;
|
|
11501
|
+
|
|
11502
|
+
/**
|
|
11503
|
+
* <p>The specific object key to use in the redirect request.</p>
|
|
11504
|
+
* <p>Cannot be provided if <code>ReplaceKeyPrefixWith</code> is present.</p>
|
|
11505
|
+
*/
|
|
11506
|
+
ReplaceKeyWith?: string;
|
|
11507
|
+
}
|
|
11508
|
+
|
|
11509
|
+
export namespace AwsS3BucketWebsiteConfigurationRoutingRuleRedirect {
|
|
11510
|
+
/**
|
|
11511
|
+
* @internal
|
|
11512
|
+
*/
|
|
11513
|
+
export const filterSensitiveLog = (obj: AwsS3BucketWebsiteConfigurationRoutingRuleRedirect): any => ({
|
|
11514
|
+
...obj,
|
|
11515
|
+
});
|
|
11516
|
+
}
|
|
11517
|
+
|
|
11518
|
+
/**
|
|
11519
|
+
* <p>A rule for redirecting requests
|
|
11520
|
+
* to the website.</p>
|
|
11521
|
+
*/
|
|
11522
|
+
export interface AwsS3BucketWebsiteConfigurationRoutingRule {
|
|
11523
|
+
/**
|
|
11524
|
+
* <p>Provides the condition that must be met in order to apply the routing rule.</p>
|
|
11525
|
+
*/
|
|
11526
|
+
Condition?: AwsS3BucketWebsiteConfigurationRoutingRuleCondition;
|
|
11527
|
+
|
|
11528
|
+
/**
|
|
11529
|
+
* <p>Provides the rules to redirect the request if the condition in <code>Condition</code> is
|
|
11530
|
+
* met.</p>
|
|
11531
|
+
*/
|
|
11532
|
+
Redirect?: AwsS3BucketWebsiteConfigurationRoutingRuleRedirect;
|
|
11533
|
+
}
|
|
11534
|
+
|
|
11535
|
+
export namespace AwsS3BucketWebsiteConfigurationRoutingRule {
|
|
11536
|
+
/**
|
|
11537
|
+
* @internal
|
|
11538
|
+
*/
|
|
11539
|
+
export const filterSensitiveLog = (obj: AwsS3BucketWebsiteConfigurationRoutingRule): any => ({
|
|
11540
|
+
...obj,
|
|
11541
|
+
});
|
|
11542
|
+
}
|
|
11543
|
+
|
|
11544
|
+
/**
|
|
11545
|
+
* <p>Website parameters for the S3
|
|
11546
|
+
* bucket.</p>
|
|
11547
|
+
*/
|
|
11548
|
+
export interface AwsS3BucketWebsiteConfiguration {
|
|
11549
|
+
/**
|
|
11550
|
+
* <p>The name of the error document for the website.</p>
|
|
11551
|
+
*/
|
|
11552
|
+
ErrorDocument?: string;
|
|
11553
|
+
|
|
11554
|
+
/**
|
|
11555
|
+
* <p>The name of the index document for the website.</p>
|
|
11556
|
+
*/
|
|
11557
|
+
IndexDocumentSuffix?: string;
|
|
11558
|
+
|
|
11559
|
+
/**
|
|
11560
|
+
* <p>The redirect behavior for requests to the website.</p>
|
|
11561
|
+
*/
|
|
11562
|
+
RedirectAllRequestsTo?: AwsS3BucketWebsiteConfigurationRedirectTo;
|
|
11563
|
+
|
|
11564
|
+
/**
|
|
11565
|
+
* <p>The rules for applying redirects for requests to the website.</p>
|
|
11566
|
+
*/
|
|
11567
|
+
RoutingRules?: AwsS3BucketWebsiteConfigurationRoutingRule[];
|
|
11568
|
+
}
|
|
11569
|
+
|
|
11570
|
+
export namespace AwsS3BucketWebsiteConfiguration {
|
|
11571
|
+
/**
|
|
11572
|
+
* @internal
|
|
11573
|
+
*/
|
|
11574
|
+
export const filterSensitiveLog = (obj: AwsS3BucketWebsiteConfiguration): any => ({
|
|
11575
|
+
...obj,
|
|
11576
|
+
});
|
|
11577
|
+
}
|
|
11578
|
+
|
|
10695
11579
|
/**
|
|
10696
11580
|
* <p>Specifies the default server-side encryption to apply to new objects in the
|
|
10697
11581
|
* bucket.</p>
|
|
@@ -10703,7 +11587,7 @@ export interface AwsS3BucketServerSideEncryptionByDefault {
|
|
|
10703
11587
|
SSEAlgorithm?: string;
|
|
10704
11588
|
|
|
10705
11589
|
/**
|
|
10706
|
-
* <p>KMS
|
|
11590
|
+
* <p>KMS key ID to use for the default encryption.</p>
|
|
10707
11591
|
*/
|
|
10708
11592
|
KMSMasterKeyID?: string;
|
|
10709
11593
|
}
|
|
@@ -10793,6 +11677,26 @@ export interface AwsS3BucketDetails {
|
|
|
10793
11677
|
* <p>Provides information about the Amazon S3 Public Access Block configuration for the S3 bucket.</p>
|
|
10794
11678
|
*/
|
|
10795
11679
|
PublicAccessBlockConfiguration?: AwsS3AccountPublicAccessBlockDetails;
|
|
11680
|
+
|
|
11681
|
+
/**
|
|
11682
|
+
* <p>The access control list for the S3 bucket.</p>
|
|
11683
|
+
*/
|
|
11684
|
+
AccessControlList?: string;
|
|
11685
|
+
|
|
11686
|
+
/**
|
|
11687
|
+
* <p>The logging configuration for the S3 bucket.</p>
|
|
11688
|
+
*/
|
|
11689
|
+
BucketLoggingConfiguration?: AwsS3BucketLoggingConfiguration;
|
|
11690
|
+
|
|
11691
|
+
/**
|
|
11692
|
+
* <p>The website configuration parameters for the S3 bucket.</p>
|
|
11693
|
+
*/
|
|
11694
|
+
BucketWebsiteConfiguration?: AwsS3BucketWebsiteConfiguration;
|
|
11695
|
+
|
|
11696
|
+
/**
|
|
11697
|
+
* <p>The notification configuration for the S3 bucket.</p>
|
|
11698
|
+
*/
|
|
11699
|
+
BucketNotificationConfiguration?: AwsS3BucketNotificationConfiguration;
|
|
10796
11700
|
}
|
|
10797
11701
|
|
|
10798
11702
|
export namespace AwsS3BucketDetails {
|
|
@@ -10839,8 +11743,7 @@ export interface AwsS3ObjectDetails {
|
|
|
10839
11743
|
ServerSideEncryption?: string;
|
|
10840
11744
|
|
|
10841
11745
|
/**
|
|
10842
|
-
* <p>The identifier of the KMS symmetric customer managed
|
|
10843
|
-
* customer master key (CMK) that was used for the object.</p>
|
|
11746
|
+
* <p>The identifier of the KMS symmetric customer managed key that was used for the object.</p>
|
|
10844
11747
|
*/
|
|
10845
11748
|
SSEKMSKeyId?: string;
|
|
10846
11749
|
}
|
|
@@ -10888,7 +11791,7 @@ export interface AwsSecretsManagerSecretDetails {
|
|
|
10888
11791
|
RotationOccurredWithinFrequency?: boolean;
|
|
10889
11792
|
|
|
10890
11793
|
/**
|
|
10891
|
-
* <p>The ARN, Key ID, or alias of the KMS
|
|
11794
|
+
* <p>The ARN, Key ID, or alias of the KMS key used to encrypt the
|
|
10892
11795
|
* <code>SecretString</code> or <code>SecretBinary</code> values for versions of this
|
|
10893
11796
|
* secret.</p>
|
|
10894
11797
|
*/
|
|
@@ -11214,767 +12117,3 @@ export namespace PortRange {
|
|
|
11214
12117
|
...obj,
|
|
11215
12118
|
});
|
|
11216
12119
|
}
|
|
11217
|
-
|
|
11218
|
-
/**
|
|
11219
|
-
* <p>The details of network-related information about a finding.</p>
|
|
11220
|
-
*/
|
|
11221
|
-
export interface Network {
|
|
11222
|
-
/**
|
|
11223
|
-
* <p>The direction of network traffic associated with a finding.</p>
|
|
11224
|
-
*/
|
|
11225
|
-
Direction?: NetworkDirection | string;
|
|
11226
|
-
|
|
11227
|
-
/**
|
|
11228
|
-
* <p>The protocol of network-related information about a finding.</p>
|
|
11229
|
-
*/
|
|
11230
|
-
Protocol?: string;
|
|
11231
|
-
|
|
11232
|
-
/**
|
|
11233
|
-
* <p>The range of open ports that is present on the network.</p>
|
|
11234
|
-
*/
|
|
11235
|
-
OpenPortRange?: PortRange;
|
|
11236
|
-
|
|
11237
|
-
/**
|
|
11238
|
-
* <p>The source IPv4 address of network-related information about a finding.</p>
|
|
11239
|
-
*/
|
|
11240
|
-
SourceIpV4?: string;
|
|
11241
|
-
|
|
11242
|
-
/**
|
|
11243
|
-
* <p>The source IPv6 address of network-related information about a finding.</p>
|
|
11244
|
-
*/
|
|
11245
|
-
SourceIpV6?: string;
|
|
11246
|
-
|
|
11247
|
-
/**
|
|
11248
|
-
* <p>The source port of network-related information about a finding.</p>
|
|
11249
|
-
*/
|
|
11250
|
-
SourcePort?: number;
|
|
11251
|
-
|
|
11252
|
-
/**
|
|
11253
|
-
* <p>The source domain of network-related information about a finding.</p>
|
|
11254
|
-
*/
|
|
11255
|
-
SourceDomain?: string;
|
|
11256
|
-
|
|
11257
|
-
/**
|
|
11258
|
-
* <p>The source media access control (MAC) address of network-related information about a
|
|
11259
|
-
* finding.</p>
|
|
11260
|
-
*/
|
|
11261
|
-
SourceMac?: string;
|
|
11262
|
-
|
|
11263
|
-
/**
|
|
11264
|
-
* <p>The destination IPv4 address of network-related information about a finding.</p>
|
|
11265
|
-
*/
|
|
11266
|
-
DestinationIpV4?: string;
|
|
11267
|
-
|
|
11268
|
-
/**
|
|
11269
|
-
* <p>The destination IPv6 address of network-related information about a finding.</p>
|
|
11270
|
-
*/
|
|
11271
|
-
DestinationIpV6?: string;
|
|
11272
|
-
|
|
11273
|
-
/**
|
|
11274
|
-
* <p>The destination port of network-related information about a finding.</p>
|
|
11275
|
-
*/
|
|
11276
|
-
DestinationPort?: number;
|
|
11277
|
-
|
|
11278
|
-
/**
|
|
11279
|
-
* <p>The destination domain of network-related information about a finding.</p>
|
|
11280
|
-
*/
|
|
11281
|
-
DestinationDomain?: string;
|
|
11282
|
-
}
|
|
11283
|
-
|
|
11284
|
-
export namespace Network {
|
|
11285
|
-
/**
|
|
11286
|
-
* @internal
|
|
11287
|
-
*/
|
|
11288
|
-
export const filterSensitiveLog = (obj: Network): any => ({
|
|
11289
|
-
...obj,
|
|
11290
|
-
});
|
|
11291
|
-
}
|
|
11292
|
-
|
|
11293
|
-
/**
|
|
11294
|
-
* <p>Information about the destination of the next component in the network path.</p>
|
|
11295
|
-
*/
|
|
11296
|
-
export interface NetworkPathComponentDetails {
|
|
11297
|
-
/**
|
|
11298
|
-
* <p>The IP addresses of the destination.</p>
|
|
11299
|
-
*/
|
|
11300
|
-
Address?: string[];
|
|
11301
|
-
|
|
11302
|
-
/**
|
|
11303
|
-
* <p>A list of port ranges for the destination.</p>
|
|
11304
|
-
*/
|
|
11305
|
-
PortRanges?: PortRange[];
|
|
11306
|
-
}
|
|
11307
|
-
|
|
11308
|
-
export namespace NetworkPathComponentDetails {
|
|
11309
|
-
/**
|
|
11310
|
-
* @internal
|
|
11311
|
-
*/
|
|
11312
|
-
export const filterSensitiveLog = (obj: NetworkPathComponentDetails): any => ({
|
|
11313
|
-
...obj,
|
|
11314
|
-
});
|
|
11315
|
-
}
|
|
11316
|
-
|
|
11317
|
-
/**
|
|
11318
|
-
* <p>Details about a network path component that occurs before or after the current
|
|
11319
|
-
* component.</p>
|
|
11320
|
-
*/
|
|
11321
|
-
export interface NetworkHeader {
|
|
11322
|
-
/**
|
|
11323
|
-
* <p>The protocol used for the component.</p>
|
|
11324
|
-
*/
|
|
11325
|
-
Protocol?: string;
|
|
11326
|
-
|
|
11327
|
-
/**
|
|
11328
|
-
* <p>Information about the destination of the component.</p>
|
|
11329
|
-
*/
|
|
11330
|
-
Destination?: NetworkPathComponentDetails;
|
|
11331
|
-
|
|
11332
|
-
/**
|
|
11333
|
-
* <p>Information about the origin of the component.</p>
|
|
11334
|
-
*/
|
|
11335
|
-
Source?: NetworkPathComponentDetails;
|
|
11336
|
-
}
|
|
11337
|
-
|
|
11338
|
-
export namespace NetworkHeader {
|
|
11339
|
-
/**
|
|
11340
|
-
* @internal
|
|
11341
|
-
*/
|
|
11342
|
-
export const filterSensitiveLog = (obj: NetworkHeader): any => ({
|
|
11343
|
-
...obj,
|
|
11344
|
-
});
|
|
11345
|
-
}
|
|
11346
|
-
|
|
11347
|
-
/**
|
|
11348
|
-
* <p>Information about a network path component.</p>
|
|
11349
|
-
*/
|
|
11350
|
-
export interface NetworkPathComponent {
|
|
11351
|
-
/**
|
|
11352
|
-
* <p>The identifier of a component in the network path.</p>
|
|
11353
|
-
*/
|
|
11354
|
-
ComponentId?: string;
|
|
11355
|
-
|
|
11356
|
-
/**
|
|
11357
|
-
* <p>The type of component.</p>
|
|
11358
|
-
*/
|
|
11359
|
-
ComponentType?: string;
|
|
11360
|
-
|
|
11361
|
-
/**
|
|
11362
|
-
* <p>Information about the component that comes after the current component in the network
|
|
11363
|
-
* path.</p>
|
|
11364
|
-
*/
|
|
11365
|
-
Egress?: NetworkHeader;
|
|
11366
|
-
|
|
11367
|
-
/**
|
|
11368
|
-
* <p>Information about the component that comes before the current node in the network
|
|
11369
|
-
* path.</p>
|
|
11370
|
-
*/
|
|
11371
|
-
Ingress?: NetworkHeader;
|
|
11372
|
-
}
|
|
11373
|
-
|
|
11374
|
-
export namespace NetworkPathComponent {
|
|
11375
|
-
/**
|
|
11376
|
-
* @internal
|
|
11377
|
-
*/
|
|
11378
|
-
export const filterSensitiveLog = (obj: NetworkPathComponent): any => ({
|
|
11379
|
-
...obj,
|
|
11380
|
-
});
|
|
11381
|
-
}
|
|
11382
|
-
|
|
11383
|
-
/**
|
|
11384
|
-
* <p>A user-defined note added to a finding.</p>
|
|
11385
|
-
*/
|
|
11386
|
-
export interface Note {
|
|
11387
|
-
/**
|
|
11388
|
-
* <p>The text of a note.</p>
|
|
11389
|
-
*/
|
|
11390
|
-
Text: string | undefined;
|
|
11391
|
-
|
|
11392
|
-
/**
|
|
11393
|
-
* <p>The principal that created a note.</p>
|
|
11394
|
-
*/
|
|
11395
|
-
UpdatedBy: string | undefined;
|
|
11396
|
-
|
|
11397
|
-
/**
|
|
11398
|
-
* <p>The timestamp of when the note was updated.</p>
|
|
11399
|
-
* <p>Uses the <code>date-time</code> format specified in <a href="https://tools.ietf.org/html/rfc3339#section-5.6">RFC 3339 section 5.6, Internet
|
|
11400
|
-
* Date/Time Format</a>. The value cannot contain spaces. For example,
|
|
11401
|
-
* <code>2020-03-22T13:22:13.933Z</code>.</p>
|
|
11402
|
-
*/
|
|
11403
|
-
UpdatedAt: string | undefined;
|
|
11404
|
-
}
|
|
11405
|
-
|
|
11406
|
-
export namespace Note {
|
|
11407
|
-
/**
|
|
11408
|
-
* @internal
|
|
11409
|
-
*/
|
|
11410
|
-
export const filterSensitiveLog = (obj: Note): any => ({
|
|
11411
|
-
...obj,
|
|
11412
|
-
});
|
|
11413
|
-
}
|
|
11414
|
-
|
|
11415
|
-
/**
|
|
11416
|
-
* <p>Provides an overview of the patch compliance status for an instance against a selected
|
|
11417
|
-
* compliance standard.</p>
|
|
11418
|
-
*/
|
|
11419
|
-
export interface PatchSummary {
|
|
11420
|
-
/**
|
|
11421
|
-
* <p>The identifier of the compliance standard that was used to determine the patch
|
|
11422
|
-
* compliance status.</p>
|
|
11423
|
-
*/
|
|
11424
|
-
Id: string | undefined;
|
|
11425
|
-
|
|
11426
|
-
/**
|
|
11427
|
-
* <p>The number of patches from the compliance standard that were installed
|
|
11428
|
-
* successfully.</p>
|
|
11429
|
-
*/
|
|
11430
|
-
InstalledCount?: number;
|
|
11431
|
-
|
|
11432
|
-
/**
|
|
11433
|
-
* <p>The number of patches that are part of the compliance standard but are not installed.
|
|
11434
|
-
* The count includes patches that failed to install.</p>
|
|
11435
|
-
*/
|
|
11436
|
-
MissingCount?: number;
|
|
11437
|
-
|
|
11438
|
-
/**
|
|
11439
|
-
* <p>The number of patches from the compliance standard that failed to install.</p>
|
|
11440
|
-
*/
|
|
11441
|
-
FailedCount?: number;
|
|
11442
|
-
|
|
11443
|
-
/**
|
|
11444
|
-
* <p>The number of installed patches that are not part of the compliance standard.</p>
|
|
11445
|
-
*/
|
|
11446
|
-
InstalledOtherCount?: number;
|
|
11447
|
-
|
|
11448
|
-
/**
|
|
11449
|
-
* <p>The number of patches that are installed but are also on a list of patches that the
|
|
11450
|
-
* customer rejected.</p>
|
|
11451
|
-
*/
|
|
11452
|
-
InstalledRejectedCount?: number;
|
|
11453
|
-
|
|
11454
|
-
/**
|
|
11455
|
-
* <p>The number of patches that were applied, but that require the instance to be rebooted in
|
|
11456
|
-
* order to be marked as installed.</p>
|
|
11457
|
-
*/
|
|
11458
|
-
InstalledPendingReboot?: number;
|
|
11459
|
-
|
|
11460
|
-
/**
|
|
11461
|
-
* <p>Indicates when the operation started.</p>
|
|
11462
|
-
* <p>Uses the <code>date-time</code> format specified in <a href="https://tools.ietf.org/html/rfc3339#section-5.6">RFC 3339 section 5.6, Internet
|
|
11463
|
-
* Date/Time Format</a>. The value cannot contain spaces. For example,
|
|
11464
|
-
* <code>2020-03-22T13:22:13.933Z</code>.</p>
|
|
11465
|
-
*/
|
|
11466
|
-
OperationStartTime?: string;
|
|
11467
|
-
|
|
11468
|
-
/**
|
|
11469
|
-
* <p>Indicates when the operation completed.</p>
|
|
11470
|
-
* <p>Uses the <code>date-time</code> format specified in <a href="https://tools.ietf.org/html/rfc3339#section-5.6">RFC 3339 section 5.6, Internet
|
|
11471
|
-
* Date/Time Format</a>. The value cannot contain spaces. For example,
|
|
11472
|
-
* <code>2020-03-22T13:22:13.933Z</code>.</p>
|
|
11473
|
-
*/
|
|
11474
|
-
OperationEndTime?: string;
|
|
11475
|
-
|
|
11476
|
-
/**
|
|
11477
|
-
* <p>The reboot option specified for the instance.</p>
|
|
11478
|
-
*/
|
|
11479
|
-
RebootOption?: string;
|
|
11480
|
-
|
|
11481
|
-
/**
|
|
11482
|
-
* <p>The type of patch operation performed. For Patch Manager, the values are
|
|
11483
|
-
* <code>SCAN</code> and <code>INSTALL</code>. </p>
|
|
11484
|
-
*/
|
|
11485
|
-
Operation?: string;
|
|
11486
|
-
}
|
|
11487
|
-
|
|
11488
|
-
export namespace PatchSummary {
|
|
11489
|
-
/**
|
|
11490
|
-
* @internal
|
|
11491
|
-
*/
|
|
11492
|
-
export const filterSensitiveLog = (obj: PatchSummary): any => ({
|
|
11493
|
-
...obj,
|
|
11494
|
-
});
|
|
11495
|
-
}
|
|
11496
|
-
|
|
11497
|
-
/**
|
|
11498
|
-
* <p>The details of process-related information about a finding.</p>
|
|
11499
|
-
*/
|
|
11500
|
-
export interface ProcessDetails {
|
|
11501
|
-
/**
|
|
11502
|
-
* <p>The name of the process.</p>
|
|
11503
|
-
*/
|
|
11504
|
-
Name?: string;
|
|
11505
|
-
|
|
11506
|
-
/**
|
|
11507
|
-
* <p>The path to the process executable.</p>
|
|
11508
|
-
*/
|
|
11509
|
-
Path?: string;
|
|
11510
|
-
|
|
11511
|
-
/**
|
|
11512
|
-
* <p>The process ID.</p>
|
|
11513
|
-
*/
|
|
11514
|
-
Pid?: number;
|
|
11515
|
-
|
|
11516
|
-
/**
|
|
11517
|
-
* <p>The parent process ID.</p>
|
|
11518
|
-
*/
|
|
11519
|
-
ParentPid?: number;
|
|
11520
|
-
|
|
11521
|
-
/**
|
|
11522
|
-
* <p>Indicates when the process was launched.</p>
|
|
11523
|
-
* <p>Uses the <code>date-time</code> format specified in <a href="https://tools.ietf.org/html/rfc3339#section-5.6">RFC 3339 section 5.6, Internet
|
|
11524
|
-
* Date/Time Format</a>. The value cannot contain spaces. For example,
|
|
11525
|
-
* <code>2020-03-22T13:22:13.933Z</code>.</p>
|
|
11526
|
-
*/
|
|
11527
|
-
LaunchedAt?: string;
|
|
11528
|
-
|
|
11529
|
-
/**
|
|
11530
|
-
* <p>Indicates when the process was terminated.</p>
|
|
11531
|
-
* <p>Uses the <code>date-time</code> format specified in <a href="https://tools.ietf.org/html/rfc3339#section-5.6">RFC 3339 section 5.6, Internet
|
|
11532
|
-
* Date/Time Format</a>. The value cannot contain spaces. For example,
|
|
11533
|
-
* <code>2020-03-22T13:22:13.933Z</code>.</p>
|
|
11534
|
-
*/
|
|
11535
|
-
TerminatedAt?: string;
|
|
11536
|
-
}
|
|
11537
|
-
|
|
11538
|
-
export namespace ProcessDetails {
|
|
11539
|
-
/**
|
|
11540
|
-
* @internal
|
|
11541
|
-
*/
|
|
11542
|
-
export const filterSensitiveLog = (obj: ProcessDetails): any => ({
|
|
11543
|
-
...obj,
|
|
11544
|
-
});
|
|
11545
|
-
}
|
|
11546
|
-
|
|
11547
|
-
export enum RecordState {
|
|
11548
|
-
ACTIVE = "ACTIVE",
|
|
11549
|
-
ARCHIVED = "ARCHIVED",
|
|
11550
|
-
}
|
|
11551
|
-
|
|
11552
|
-
/**
|
|
11553
|
-
* <p>A recommendation on how to remediate the issue identified in a finding.</p>
|
|
11554
|
-
*/
|
|
11555
|
-
export interface Recommendation {
|
|
11556
|
-
/**
|
|
11557
|
-
* <p>Describes the recommended steps to take to remediate an issue identified in a finding.</p>
|
|
11558
|
-
*/
|
|
11559
|
-
Text?: string;
|
|
11560
|
-
|
|
11561
|
-
/**
|
|
11562
|
-
* <p>A URL to a page or site that contains information about how to remediate a finding.</p>
|
|
11563
|
-
*/
|
|
11564
|
-
Url?: string;
|
|
11565
|
-
}
|
|
11566
|
-
|
|
11567
|
-
export namespace Recommendation {
|
|
11568
|
-
/**
|
|
11569
|
-
* @internal
|
|
11570
|
-
*/
|
|
11571
|
-
export const filterSensitiveLog = (obj: Recommendation): any => ({
|
|
11572
|
-
...obj,
|
|
11573
|
-
});
|
|
11574
|
-
}
|
|
11575
|
-
|
|
11576
|
-
/**
|
|
11577
|
-
* <p>Details about the remediation steps for a finding.</p>
|
|
11578
|
-
*/
|
|
11579
|
-
export interface Remediation {
|
|
11580
|
-
/**
|
|
11581
|
-
* <p>A recommendation on the steps to take to remediate the issue identified by a finding.</p>
|
|
11582
|
-
*/
|
|
11583
|
-
Recommendation?: Recommendation;
|
|
11584
|
-
}
|
|
11585
|
-
|
|
11586
|
-
export namespace Remediation {
|
|
11587
|
-
/**
|
|
11588
|
-
* @internal
|
|
11589
|
-
*/
|
|
11590
|
-
export const filterSensitiveLog = (obj: Remediation): any => ({
|
|
11591
|
-
...obj,
|
|
11592
|
-
});
|
|
11593
|
-
}
|
|
11594
|
-
|
|
11595
|
-
/**
|
|
11596
|
-
* <p>An occurrence of sensitive data detected in a Microsoft Excel workbook, comma-separated value (CSV) file, or tab-separated value (TSV) file.</p>
|
|
11597
|
-
*/
|
|
11598
|
-
export interface Cell {
|
|
11599
|
-
/**
|
|
11600
|
-
* <p>The column number of the column that contains the data. For a Microsoft Excel workbook, the column number corresponds to the alphabetical column identifiers. For example, a value of 1 for Column corresponds to the A column in the workbook.</p>
|
|
11601
|
-
*/
|
|
11602
|
-
Column?: number;
|
|
11603
|
-
|
|
11604
|
-
/**
|
|
11605
|
-
* <p>The row number of the row that contains the data.</p>
|
|
11606
|
-
*/
|
|
11607
|
-
Row?: number;
|
|
11608
|
-
|
|
11609
|
-
/**
|
|
11610
|
-
* <p>The name of the column that contains the data.</p>
|
|
11611
|
-
*/
|
|
11612
|
-
ColumnName?: string;
|
|
11613
|
-
|
|
11614
|
-
/**
|
|
11615
|
-
* <p>For a Microsoft Excel workbook, provides the location of the cell, as an absolute cell reference, that contains the data. For example, Sheet2!C5 for cell C5 on Sheet2.</p>
|
|
11616
|
-
*/
|
|
11617
|
-
CellReference?: string;
|
|
11618
|
-
}
|
|
11619
|
-
|
|
11620
|
-
export namespace Cell {
|
|
11621
|
-
/**
|
|
11622
|
-
* @internal
|
|
11623
|
-
*/
|
|
11624
|
-
export const filterSensitiveLog = (obj: Cell): any => ({
|
|
11625
|
-
...obj,
|
|
11626
|
-
});
|
|
11627
|
-
}
|
|
11628
|
-
|
|
11629
|
-
/**
|
|
11630
|
-
* <p>Identifies where the sensitive data begins and ends.</p>
|
|
11631
|
-
*/
|
|
11632
|
-
export interface Range {
|
|
11633
|
-
/**
|
|
11634
|
-
* <p>The number of lines (for a line range) or characters (for an offset range) from the beginning of the file to the end of the sensitive data.</p>
|
|
11635
|
-
*/
|
|
11636
|
-
Start?: number;
|
|
11637
|
-
|
|
11638
|
-
/**
|
|
11639
|
-
* <p>The number of lines (for a line range) or characters (for an offset range) from the beginning of the file to the end of the sensitive data.</p>
|
|
11640
|
-
*/
|
|
11641
|
-
End?: number;
|
|
11642
|
-
|
|
11643
|
-
/**
|
|
11644
|
-
* <p>In the line where the sensitive data starts, the column within the line where the sensitive data starts.</p>
|
|
11645
|
-
*/
|
|
11646
|
-
StartColumn?: number;
|
|
11647
|
-
}
|
|
11648
|
-
|
|
11649
|
-
export namespace Range {
|
|
11650
|
-
/**
|
|
11651
|
-
* @internal
|
|
11652
|
-
*/
|
|
11653
|
-
export const filterSensitiveLog = (obj: Range): any => ({
|
|
11654
|
-
...obj,
|
|
11655
|
-
});
|
|
11656
|
-
}
|
|
11657
|
-
|
|
11658
|
-
/**
|
|
11659
|
-
* <p>An occurrence of sensitive data in an Adobe Portable Document Format (PDF) file.</p>
|
|
11660
|
-
*/
|
|
11661
|
-
export interface Page {
|
|
11662
|
-
/**
|
|
11663
|
-
* <p>The page number of the page that contains the sensitive data.</p>
|
|
11664
|
-
*/
|
|
11665
|
-
PageNumber?: number;
|
|
11666
|
-
|
|
11667
|
-
/**
|
|
11668
|
-
* <p>An occurrence of sensitive data detected in a non-binary text file or a Microsoft Word file. Non-binary text files include files such as HTML, XML, JSON, and TXT files.</p>
|
|
11669
|
-
*/
|
|
11670
|
-
LineRange?: Range;
|
|
11671
|
-
|
|
11672
|
-
/**
|
|
11673
|
-
* <p>An occurrence of sensitive data detected in a binary text file.</p>
|
|
11674
|
-
*/
|
|
11675
|
-
OffsetRange?: Range;
|
|
11676
|
-
}
|
|
11677
|
-
|
|
11678
|
-
export namespace Page {
|
|
11679
|
-
/**
|
|
11680
|
-
* @internal
|
|
11681
|
-
*/
|
|
11682
|
-
export const filterSensitiveLog = (obj: Page): any => ({
|
|
11683
|
-
...obj,
|
|
11684
|
-
});
|
|
11685
|
-
}
|
|
11686
|
-
|
|
11687
|
-
/**
|
|
11688
|
-
* <p>An occurrence of sensitive data in an Apache Avro object container or an Apache Parquet file.</p>
|
|
11689
|
-
*/
|
|
11690
|
-
export interface _Record {
|
|
11691
|
-
/**
|
|
11692
|
-
* <p>The path, as a JSONPath expression, to the field in the record that contains the data. If the field name is longer than 20 characters, it is truncated. If the path is longer than 250 characters, it is truncated.</p>
|
|
11693
|
-
*/
|
|
11694
|
-
JsonPath?: string;
|
|
11695
|
-
|
|
11696
|
-
/**
|
|
11697
|
-
* <p>The record index, starting from 0, for the record that contains the data.</p>
|
|
11698
|
-
*/
|
|
11699
|
-
RecordIndex?: number;
|
|
11700
|
-
}
|
|
11701
|
-
|
|
11702
|
-
export namespace _Record {
|
|
11703
|
-
/**
|
|
11704
|
-
* @internal
|
|
11705
|
-
*/
|
|
11706
|
-
export const filterSensitiveLog = (obj: _Record): any => ({
|
|
11707
|
-
...obj,
|
|
11708
|
-
});
|
|
11709
|
-
}
|
|
11710
|
-
|
|
11711
|
-
/**
|
|
11712
|
-
* <p>The detected occurrences of sensitive data.</p>
|
|
11713
|
-
*/
|
|
11714
|
-
export interface Occurrences {
|
|
11715
|
-
/**
|
|
11716
|
-
* <p>Occurrences of sensitive data detected in a non-binary text file or a Microsoft Word file. Non-binary text files include files such as HTML, XML, JSON, and TXT files.</p>
|
|
11717
|
-
*/
|
|
11718
|
-
LineRanges?: Range[];
|
|
11719
|
-
|
|
11720
|
-
/**
|
|
11721
|
-
* <p>Occurrences of sensitive data detected in a binary text file.</p>
|
|
11722
|
-
*/
|
|
11723
|
-
OffsetRanges?: Range[];
|
|
11724
|
-
|
|
11725
|
-
/**
|
|
11726
|
-
* <p>Occurrences of sensitive data in an Adobe Portable Document Format (PDF) file.</p>
|
|
11727
|
-
*/
|
|
11728
|
-
Pages?: Page[];
|
|
11729
|
-
|
|
11730
|
-
/**
|
|
11731
|
-
* <p>Occurrences of sensitive data in an Apache Avro object container or an Apache Parquet file.</p>
|
|
11732
|
-
*/
|
|
11733
|
-
Records?: _Record[];
|
|
11734
|
-
|
|
11735
|
-
/**
|
|
11736
|
-
* <p>Occurrences of sensitive data detected in Microsoft Excel workbooks, comma-separated value (CSV) files, or tab-separated value (TSV) files.</p>
|
|
11737
|
-
*/
|
|
11738
|
-
Cells?: Cell[];
|
|
11739
|
-
}
|
|
11740
|
-
|
|
11741
|
-
export namespace Occurrences {
|
|
11742
|
-
/**
|
|
11743
|
-
* @internal
|
|
11744
|
-
*/
|
|
11745
|
-
export const filterSensitiveLog = (obj: Occurrences): any => ({
|
|
11746
|
-
...obj,
|
|
11747
|
-
});
|
|
11748
|
-
}
|
|
11749
|
-
|
|
11750
|
-
/**
|
|
11751
|
-
* <p>The list of detected instances of sensitive data.</p>
|
|
11752
|
-
*/
|
|
11753
|
-
export interface CustomDataIdentifiersDetections {
|
|
11754
|
-
/**
|
|
11755
|
-
* <p>The total number of occurrences of sensitive data that were detected.</p>
|
|
11756
|
-
*/
|
|
11757
|
-
Count?: number;
|
|
11758
|
-
|
|
11759
|
-
/**
|
|
11760
|
-
* <p>The ARN of the custom identifier that was used to detect the sensitive data.</p>
|
|
11761
|
-
*/
|
|
11762
|
-
Arn?: string;
|
|
11763
|
-
|
|
11764
|
-
/**
|
|
11765
|
-
* <p>he name of the custom identifier that detected the sensitive data.</p>
|
|
11766
|
-
*/
|
|
11767
|
-
Name?: string;
|
|
11768
|
-
|
|
11769
|
-
/**
|
|
11770
|
-
* <p>Details about the sensitive data that was detected.</p>
|
|
11771
|
-
*/
|
|
11772
|
-
Occurrences?: Occurrences;
|
|
11773
|
-
}
|
|
11774
|
-
|
|
11775
|
-
export namespace CustomDataIdentifiersDetections {
|
|
11776
|
-
/**
|
|
11777
|
-
* @internal
|
|
11778
|
-
*/
|
|
11779
|
-
export const filterSensitiveLog = (obj: CustomDataIdentifiersDetections): any => ({
|
|
11780
|
-
...obj,
|
|
11781
|
-
});
|
|
11782
|
-
}
|
|
11783
|
-
|
|
11784
|
-
/**
|
|
11785
|
-
* <p>Contains an instance of sensitive data that was detected by a customer-defined identifier.</p>
|
|
11786
|
-
*/
|
|
11787
|
-
export interface CustomDataIdentifiersResult {
|
|
11788
|
-
/**
|
|
11789
|
-
* <p>The list of detected instances of sensitive data.</p>
|
|
11790
|
-
*/
|
|
11791
|
-
Detections?: CustomDataIdentifiersDetections[];
|
|
11792
|
-
|
|
11793
|
-
/**
|
|
11794
|
-
* <p>The total number of occurrences of sensitive data.</p>
|
|
11795
|
-
*/
|
|
11796
|
-
TotalCount?: number;
|
|
11797
|
-
}
|
|
11798
|
-
|
|
11799
|
-
export namespace CustomDataIdentifiersResult {
|
|
11800
|
-
/**
|
|
11801
|
-
* @internal
|
|
11802
|
-
*/
|
|
11803
|
-
export const filterSensitiveLog = (obj: CustomDataIdentifiersResult): any => ({
|
|
11804
|
-
...obj,
|
|
11805
|
-
});
|
|
11806
|
-
}
|
|
11807
|
-
|
|
11808
|
-
/**
|
|
11809
|
-
* <p>The list of detected instances of sensitive data.</p>
|
|
11810
|
-
*/
|
|
11811
|
-
export interface SensitiveDataDetections {
|
|
11812
|
-
/**
|
|
11813
|
-
* <p>The total number of occurrences of sensitive data that were detected.</p>
|
|
11814
|
-
*/
|
|
11815
|
-
Count?: number;
|
|
11816
|
-
|
|
11817
|
-
/**
|
|
11818
|
-
* <p>The type of sensitive data that was detected. For example, the type might indicate that the data is an email address.</p>
|
|
11819
|
-
*/
|
|
11820
|
-
Type?: string;
|
|
11821
|
-
|
|
11822
|
-
/**
|
|
11823
|
-
* <p>Details about the sensitive data that was detected.</p>
|
|
11824
|
-
*/
|
|
11825
|
-
Occurrences?: Occurrences;
|
|
11826
|
-
}
|
|
11827
|
-
|
|
11828
|
-
export namespace SensitiveDataDetections {
|
|
11829
|
-
/**
|
|
11830
|
-
* @internal
|
|
11831
|
-
*/
|
|
11832
|
-
export const filterSensitiveLog = (obj: SensitiveDataDetections): any => ({
|
|
11833
|
-
...obj,
|
|
11834
|
-
});
|
|
11835
|
-
}
|
|
11836
|
-
|
|
11837
|
-
/**
|
|
11838
|
-
* <p>Contains a detected instance of sensitive data that are based on built-in identifiers.</p>
|
|
11839
|
-
*/
|
|
11840
|
-
export interface SensitiveDataResult {
|
|
11841
|
-
/**
|
|
11842
|
-
* <p>The category of sensitive data that was detected. For example, the category can indicate that the sensitive data involved credentials, financial information, or personal information.</p>
|
|
11843
|
-
*/
|
|
11844
|
-
Category?: string;
|
|
11845
|
-
|
|
11846
|
-
/**
|
|
11847
|
-
* <p>The list of detected instances of sensitive data.</p>
|
|
11848
|
-
*/
|
|
11849
|
-
Detections?: SensitiveDataDetections[];
|
|
11850
|
-
|
|
11851
|
-
/**
|
|
11852
|
-
* <p>The total number of occurrences of sensitive data.</p>
|
|
11853
|
-
*/
|
|
11854
|
-
TotalCount?: number;
|
|
11855
|
-
}
|
|
11856
|
-
|
|
11857
|
-
export namespace SensitiveDataResult {
|
|
11858
|
-
/**
|
|
11859
|
-
* @internal
|
|
11860
|
-
*/
|
|
11861
|
-
export const filterSensitiveLog = (obj: SensitiveDataResult): any => ({
|
|
11862
|
-
...obj,
|
|
11863
|
-
});
|
|
11864
|
-
}
|
|
11865
|
-
|
|
11866
|
-
/**
|
|
11867
|
-
* <p>Provides details about the current status of the sensitive data detection.</p>
|
|
11868
|
-
*/
|
|
11869
|
-
export interface ClassificationStatus {
|
|
11870
|
-
/**
|
|
11871
|
-
* <p>The code that represents the status of the sensitive data detection.</p>
|
|
11872
|
-
*/
|
|
11873
|
-
Code?: string;
|
|
11874
|
-
|
|
11875
|
-
/**
|
|
11876
|
-
* <p>A longer description of the current status of the sensitive data detection.</p>
|
|
11877
|
-
*/
|
|
11878
|
-
Reason?: string;
|
|
11879
|
-
}
|
|
11880
|
-
|
|
11881
|
-
export namespace ClassificationStatus {
|
|
11882
|
-
/**
|
|
11883
|
-
* @internal
|
|
11884
|
-
*/
|
|
11885
|
-
export const filterSensitiveLog = (obj: ClassificationStatus): any => ({
|
|
11886
|
-
...obj,
|
|
11887
|
-
});
|
|
11888
|
-
}
|
|
11889
|
-
|
|
11890
|
-
/**
|
|
11891
|
-
* <p>Details about the sensitive data that was detected on the resource.</p>
|
|
11892
|
-
*/
|
|
11893
|
-
export interface ClassificationResult {
|
|
11894
|
-
/**
|
|
11895
|
-
* <p>The type of content that the finding applies to.</p>
|
|
11896
|
-
*/
|
|
11897
|
-
MimeType?: string;
|
|
11898
|
-
|
|
11899
|
-
/**
|
|
11900
|
-
* <p>The total size in bytes of the affected data.</p>
|
|
11901
|
-
*/
|
|
11902
|
-
SizeClassified?: number;
|
|
11903
|
-
|
|
11904
|
-
/**
|
|
11905
|
-
* <p>Indicates whether there are additional occurrences of sensitive data that are not included in the finding. This occurs when the number of occurrences exceeds the maximum that can be included.</p>
|
|
11906
|
-
*/
|
|
11907
|
-
AdditionalOccurrences?: boolean;
|
|
11908
|
-
|
|
11909
|
-
/**
|
|
11910
|
-
* <p>The current status of the sensitive data detection.</p>
|
|
11911
|
-
*/
|
|
11912
|
-
Status?: ClassificationStatus;
|
|
11913
|
-
|
|
11914
|
-
/**
|
|
11915
|
-
* <p>Provides details about sensitive data that was identified based on built-in configuration.</p>
|
|
11916
|
-
*/
|
|
11917
|
-
SensitiveData?: SensitiveDataResult[];
|
|
11918
|
-
|
|
11919
|
-
/**
|
|
11920
|
-
* <p>Provides details about sensitive data that was identified based on customer-defined configuration.</p>
|
|
11921
|
-
*/
|
|
11922
|
-
CustomDataIdentifiers?: CustomDataIdentifiersResult;
|
|
11923
|
-
}
|
|
11924
|
-
|
|
11925
|
-
export namespace ClassificationResult {
|
|
11926
|
-
/**
|
|
11927
|
-
* @internal
|
|
11928
|
-
*/
|
|
11929
|
-
export const filterSensitiveLog = (obj: ClassificationResult): any => ({
|
|
11930
|
-
...obj,
|
|
11931
|
-
});
|
|
11932
|
-
}
|
|
11933
|
-
|
|
11934
|
-
/**
|
|
11935
|
-
* <p>Provides details about sensitive data that was detected on a resource.</p>
|
|
11936
|
-
*/
|
|
11937
|
-
export interface DataClassificationDetails {
|
|
11938
|
-
/**
|
|
11939
|
-
* <p>The path to the folder or file that contains the sensitive data.</p>
|
|
11940
|
-
*/
|
|
11941
|
-
DetailedResultsLocation?: string;
|
|
11942
|
-
|
|
11943
|
-
/**
|
|
11944
|
-
* <p>The details about the sensitive data that was detected on the resource.</p>
|
|
11945
|
-
*/
|
|
11946
|
-
Result?: ClassificationResult;
|
|
11947
|
-
}
|
|
11948
|
-
|
|
11949
|
-
export namespace DataClassificationDetails {
|
|
11950
|
-
/**
|
|
11951
|
-
* @internal
|
|
11952
|
-
*/
|
|
11953
|
-
export const filterSensitiveLog = (obj: DataClassificationDetails): any => ({
|
|
11954
|
-
...obj,
|
|
11955
|
-
});
|
|
11956
|
-
}
|
|
11957
|
-
|
|
11958
|
-
/**
|
|
11959
|
-
* <p>A wrapper type for the attributes of an Amazon SNS subscription.</p>
|
|
11960
|
-
*/
|
|
11961
|
-
export interface AwsSnsTopicSubscription {
|
|
11962
|
-
/**
|
|
11963
|
-
* <p>The subscription's endpoint (format depends on the protocol).</p>
|
|
11964
|
-
*/
|
|
11965
|
-
Endpoint?: string;
|
|
11966
|
-
|
|
11967
|
-
/**
|
|
11968
|
-
* <p>The subscription's protocol.</p>
|
|
11969
|
-
*/
|
|
11970
|
-
Protocol?: string;
|
|
11971
|
-
}
|
|
11972
|
-
|
|
11973
|
-
export namespace AwsSnsTopicSubscription {
|
|
11974
|
-
/**
|
|
11975
|
-
* @internal
|
|
11976
|
-
*/
|
|
11977
|
-
export const filterSensitiveLog = (obj: AwsSnsTopicSubscription): any => ({
|
|
11978
|
-
...obj,
|
|
11979
|
-
});
|
|
11980
|
-
}
|