@aws-sdk/client-securityhub 3.470.0 → 3.473.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.
@@ -6066,6 +6066,7 @@ const se_ResourceDetails = (input, context) => {
6066
6066
  AwsDmsReplicationInstance: smithy_client_1._json,
6067
6067
  AwsDmsReplicationTask: smithy_client_1._json,
6068
6068
  AwsDynamoDbTable: smithy_client_1._json,
6069
+ AwsEc2ClientVpnEndpoint: smithy_client_1._json,
6069
6070
  AwsEc2Eip: smithy_client_1._json,
6070
6071
  AwsEc2Instance: smithy_client_1._json,
6071
6072
  AwsEc2LaunchTemplate: (_) => se_AwsEc2LaunchTemplateDetails(_, context),
@@ -6119,6 +6120,7 @@ const se_ResourceDetails = (input, context) => {
6119
6120
  AwsRdsEventSubscription: smithy_client_1._json,
6120
6121
  AwsRedshiftCluster: (_) => se_AwsRedshiftClusterDetails(_, context),
6121
6122
  AwsRoute53HostedZone: smithy_client_1._json,
6123
+ AwsS3AccessPoint: smithy_client_1._json,
6122
6124
  AwsS3AccountPublicAccessBlock: smithy_client_1._json,
6123
6125
  AwsS3Bucket: smithy_client_1._json,
6124
6126
  AwsS3Object: smithy_client_1._json,
@@ -7148,6 +7150,7 @@ const de_ResourceDetails = (output, context) => {
7148
7150
  AwsDmsReplicationInstance: smithy_client_1._json,
7149
7151
  AwsDmsReplicationTask: smithy_client_1._json,
7150
7152
  AwsDynamoDbTable: smithy_client_1._json,
7153
+ AwsEc2ClientVpnEndpoint: smithy_client_1._json,
7151
7154
  AwsEc2Eip: smithy_client_1._json,
7152
7155
  AwsEc2Instance: smithy_client_1._json,
7153
7156
  AwsEc2LaunchTemplate: (_) => de_AwsEc2LaunchTemplateDetails(_, context),
@@ -7201,6 +7204,7 @@ const de_ResourceDetails = (output, context) => {
7201
7204
  AwsRdsEventSubscription: smithy_client_1._json,
7202
7205
  AwsRedshiftCluster: (_) => de_AwsRedshiftClusterDetails(_, context),
7203
7206
  AwsRoute53HostedZone: smithy_client_1._json,
7207
+ AwsS3AccessPoint: smithy_client_1._json,
7204
7208
  AwsS3AccountPublicAccessBlock: smithy_client_1._json,
7205
7209
  AwsS3Bucket: smithy_client_1._json,
7206
7210
  AwsS3Object: smithy_client_1._json,
@@ -5902,6 +5902,7 @@ const se_ResourceDetails = (input, context) => {
5902
5902
  AwsDmsReplicationInstance: _json,
5903
5903
  AwsDmsReplicationTask: _json,
5904
5904
  AwsDynamoDbTable: _json,
5905
+ AwsEc2ClientVpnEndpoint: _json,
5905
5906
  AwsEc2Eip: _json,
5906
5907
  AwsEc2Instance: _json,
5907
5908
  AwsEc2LaunchTemplate: (_) => se_AwsEc2LaunchTemplateDetails(_, context),
@@ -5955,6 +5956,7 @@ const se_ResourceDetails = (input, context) => {
5955
5956
  AwsRdsEventSubscription: _json,
5956
5957
  AwsRedshiftCluster: (_) => se_AwsRedshiftClusterDetails(_, context),
5957
5958
  AwsRoute53HostedZone: _json,
5959
+ AwsS3AccessPoint: _json,
5958
5960
  AwsS3AccountPublicAccessBlock: _json,
5959
5961
  AwsS3Bucket: _json,
5960
5962
  AwsS3Object: _json,
@@ -6984,6 +6986,7 @@ const de_ResourceDetails = (output, context) => {
6984
6986
  AwsDmsReplicationInstance: _json,
6985
6987
  AwsDmsReplicationTask: _json,
6986
6988
  AwsDynamoDbTable: _json,
6989
+ AwsEc2ClientVpnEndpoint: _json,
6987
6990
  AwsEc2Eip: _json,
6988
6991
  AwsEc2Instance: _json,
6989
6992
  AwsEc2LaunchTemplate: (_) => de_AwsEc2LaunchTemplateDetails(_, context),
@@ -7037,6 +7040,7 @@ const de_ResourceDetails = (output, context) => {
7037
7040
  AwsRdsEventSubscription: _json,
7038
7041
  AwsRedshiftCluster: (_) => de_AwsRedshiftClusterDetails(_, context),
7039
7042
  AwsRoute53HostedZone: _json,
7043
+ AwsS3AccessPoint: _json,
7040
7044
  AwsS3AccountPublicAccessBlock: _json,
7041
7045
  AwsS3Bucket: _json,
7042
7046
  AwsS3Object: _json,
@@ -1057,6 +1057,7 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
1057
1057
  * },
1058
1058
  * },
1059
1059
  * },
1060
+ * Name: "STRING_VALUE",
1060
1061
  * },
1061
1062
  * AwsS3AccountPublicAccessBlock: {
1062
1063
  * BlockPublicAcls: true || false,
@@ -1308,6 +1309,7 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
1308
1309
  * TableName: "STRING_VALUE",
1309
1310
  * TableSizeBytes: Number("long"),
1310
1311
  * TableStatus: "STRING_VALUE",
1312
+ * DeletionProtectionEnabled: true || false,
1311
1313
  * },
1312
1314
  * AwsApiGatewayStage: { // AwsApiGatewayStageDetails
1313
1315
  * DeploymentId: "STRING_VALUE",
@@ -3969,6 +3971,70 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
3969
3971
  * Enabled: true || false,
3970
3972
  * },
3971
3973
  * },
3974
+ * EnhancedMonitoring: "STRING_VALUE",
3975
+ * },
3976
+ * },
3977
+ * AwsS3AccessPoint: { // AwsS3AccessPointDetails
3978
+ * AccessPointArn: "STRING_VALUE",
3979
+ * Alias: "STRING_VALUE",
3980
+ * Bucket: "STRING_VALUE",
3981
+ * BucketAccountId: "STRING_VALUE",
3982
+ * Name: "STRING_VALUE",
3983
+ * NetworkOrigin: "STRING_VALUE",
3984
+ * PublicAccessBlockConfiguration: {
3985
+ * BlockPublicAcls: true || false,
3986
+ * BlockPublicPolicy: true || false,
3987
+ * IgnorePublicAcls: true || false,
3988
+ * RestrictPublicBuckets: true || false,
3989
+ * },
3990
+ * VpcConfiguration: { // AwsS3AccessPointVpcConfigurationDetails
3991
+ * VpcId: "STRING_VALUE",
3992
+ * },
3993
+ * },
3994
+ * AwsEc2ClientVpnEndpoint: { // AwsEc2ClientVpnEndpointDetails
3995
+ * ClientVpnEndpointId: "STRING_VALUE",
3996
+ * Description: "STRING_VALUE",
3997
+ * ClientCidrBlock: "STRING_VALUE",
3998
+ * DnsServer: "<StringList>",
3999
+ * SplitTunnel: true || false,
4000
+ * TransportProtocol: "STRING_VALUE",
4001
+ * VpnPort: Number("int"),
4002
+ * ServerCertificateArn: "STRING_VALUE",
4003
+ * AuthenticationOptions: [ // AwsEc2ClientVpnEndpointAuthenticationOptionsList
4004
+ * { // AwsEc2ClientVpnEndpointAuthenticationOptionsDetails
4005
+ * Type: "STRING_VALUE",
4006
+ * ActiveDirectory: { // AwsEc2ClientVpnEndpointAuthenticationOptionsActiveDirectoryDetails
4007
+ * DirectoryId: "STRING_VALUE",
4008
+ * },
4009
+ * MutualAuthentication: { // AwsEc2ClientVpnEndpointAuthenticationOptionsMutualAuthenticationDetails
4010
+ * ClientRootCertificateChain: "STRING_VALUE",
4011
+ * },
4012
+ * FederatedAuthentication: { // AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails
4013
+ * SamlProviderArn: "STRING_VALUE",
4014
+ * SelfServiceSamlProviderArn: "STRING_VALUE",
4015
+ * },
4016
+ * },
4017
+ * ],
4018
+ * ConnectionLogOptions: { // AwsEc2ClientVpnEndpointConnectionLogOptionsDetails
4019
+ * Enabled: true || false,
4020
+ * CloudwatchLogGroup: "STRING_VALUE",
4021
+ * CloudwatchLogStream: "STRING_VALUE",
4022
+ * },
4023
+ * SecurityGroupIdSet: "<StringList>",
4024
+ * VpcId: "STRING_VALUE",
4025
+ * SelfServicePortalUrl: "STRING_VALUE",
4026
+ * ClientConnectOptions: { // AwsEc2ClientVpnEndpointClientConnectOptionsDetails
4027
+ * Enabled: true || false,
4028
+ * LambdaFunctionArn: "STRING_VALUE",
4029
+ * Status: { // AwsEc2ClientVpnEndpointClientConnectOptionsStatusDetails
4030
+ * Code: "STRING_VALUE",
4031
+ * Message: "STRING_VALUE",
4032
+ * },
4033
+ * },
4034
+ * SessionTimeoutHours: Number("int"),
4035
+ * ClientLoginBannerOptions: { // AwsEc2ClientVpnEndpointClientLoginBannerOptionsDetails
4036
+ * Enabled: true || false,
4037
+ * BannerText: "STRING_VALUE",
3972
4038
  * },
3973
4039
  * },
3974
4040
  * },
@@ -1264,6 +1264,7 @@ export interface GetFindingsCommandOutput extends GetFindingsResponse, __Metadat
1264
1264
  * // },
1265
1265
  * // },
1266
1266
  * // },
1267
+ * // Name: "STRING_VALUE",
1267
1268
  * // },
1268
1269
  * // AwsS3AccountPublicAccessBlock: {
1269
1270
  * // BlockPublicAcls: true || false,
@@ -1515,6 +1516,7 @@ export interface GetFindingsCommandOutput extends GetFindingsResponse, __Metadat
1515
1516
  * // TableName: "STRING_VALUE",
1516
1517
  * // TableSizeBytes: Number("long"),
1517
1518
  * // TableStatus: "STRING_VALUE",
1519
+ * // DeletionProtectionEnabled: true || false,
1518
1520
  * // },
1519
1521
  * // AwsApiGatewayStage: { // AwsApiGatewayStageDetails
1520
1522
  * // DeploymentId: "STRING_VALUE",
@@ -4176,6 +4178,70 @@ export interface GetFindingsCommandOutput extends GetFindingsResponse, __Metadat
4176
4178
  * // Enabled: true || false,
4177
4179
  * // },
4178
4180
  * // },
4181
+ * // EnhancedMonitoring: "STRING_VALUE",
4182
+ * // },
4183
+ * // },
4184
+ * // AwsS3AccessPoint: { // AwsS3AccessPointDetails
4185
+ * // AccessPointArn: "STRING_VALUE",
4186
+ * // Alias: "STRING_VALUE",
4187
+ * // Bucket: "STRING_VALUE",
4188
+ * // BucketAccountId: "STRING_VALUE",
4189
+ * // Name: "STRING_VALUE",
4190
+ * // NetworkOrigin: "STRING_VALUE",
4191
+ * // PublicAccessBlockConfiguration: {
4192
+ * // BlockPublicAcls: true || false,
4193
+ * // BlockPublicPolicy: true || false,
4194
+ * // IgnorePublicAcls: true || false,
4195
+ * // RestrictPublicBuckets: true || false,
4196
+ * // },
4197
+ * // VpcConfiguration: { // AwsS3AccessPointVpcConfigurationDetails
4198
+ * // VpcId: "STRING_VALUE",
4199
+ * // },
4200
+ * // },
4201
+ * // AwsEc2ClientVpnEndpoint: { // AwsEc2ClientVpnEndpointDetails
4202
+ * // ClientVpnEndpointId: "STRING_VALUE",
4203
+ * // Description: "STRING_VALUE",
4204
+ * // ClientCidrBlock: "STRING_VALUE",
4205
+ * // DnsServer: "<StringList>",
4206
+ * // SplitTunnel: true || false,
4207
+ * // TransportProtocol: "STRING_VALUE",
4208
+ * // VpnPort: Number("int"),
4209
+ * // ServerCertificateArn: "STRING_VALUE",
4210
+ * // AuthenticationOptions: [ // AwsEc2ClientVpnEndpointAuthenticationOptionsList
4211
+ * // { // AwsEc2ClientVpnEndpointAuthenticationOptionsDetails
4212
+ * // Type: "STRING_VALUE",
4213
+ * // ActiveDirectory: { // AwsEc2ClientVpnEndpointAuthenticationOptionsActiveDirectoryDetails
4214
+ * // DirectoryId: "STRING_VALUE",
4215
+ * // },
4216
+ * // MutualAuthentication: { // AwsEc2ClientVpnEndpointAuthenticationOptionsMutualAuthenticationDetails
4217
+ * // ClientRootCertificateChain: "STRING_VALUE",
4218
+ * // },
4219
+ * // FederatedAuthentication: { // AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails
4220
+ * // SamlProviderArn: "STRING_VALUE",
4221
+ * // SelfServiceSamlProviderArn: "STRING_VALUE",
4222
+ * // },
4223
+ * // },
4224
+ * // ],
4225
+ * // ConnectionLogOptions: { // AwsEc2ClientVpnEndpointConnectionLogOptionsDetails
4226
+ * // Enabled: true || false,
4227
+ * // CloudwatchLogGroup: "STRING_VALUE",
4228
+ * // CloudwatchLogStream: "STRING_VALUE",
4229
+ * // },
4230
+ * // SecurityGroupIdSet: "<StringList>",
4231
+ * // VpcId: "STRING_VALUE",
4232
+ * // SelfServicePortalUrl: "STRING_VALUE",
4233
+ * // ClientConnectOptions: { // AwsEc2ClientVpnEndpointClientConnectOptionsDetails
4234
+ * // Enabled: true || false,
4235
+ * // LambdaFunctionArn: "STRING_VALUE",
4236
+ * // Status: { // AwsEc2ClientVpnEndpointClientConnectOptionsStatusDetails
4237
+ * // Code: "STRING_VALUE",
4238
+ * // Message: "STRING_VALUE",
4239
+ * // },
4240
+ * // },
4241
+ * // SessionTimeoutHours: Number("int"),
4242
+ * // ClientLoginBannerOptions: { // AwsEc2ClientVpnEndpointClientLoginBannerOptionsDetails
4243
+ * // Enabled: true || false,
4244
+ * // BannerText: "STRING_VALUE",
4179
4245
  * // },
4180
4246
  * // },
4181
4247
  * // },