aws-sdk-securityhub 1.98.0 → 1.100.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d44eea6b83551cedfe6fada0cce8308f6fa8a1b38984d0971b92b00be0b9d200
4
- data.tar.gz: 6b3085b82582600cfdf6a64652faa52d635ad257d871048c8c0053bc324b657d
3
+ metadata.gz: 700648dd642395831cca98722aa83f0935fad6c899d9ca904c142d7500f748a7
4
+ data.tar.gz: ecbd911cad80f4c15bfa2e076d815d1b57e1b42d296a1fa4363c9524cc74b202
5
5
  SHA512:
6
- metadata.gz: 72bcacda573ed17616e438d6a8e9013cae9b7b5c0a061c769eedac591eaec7eebf1462ba666b37dc6e8b96d86858ff86ec19189eafca8357eef56d856ee927fc
7
- data.tar.gz: de52bd8e71ba28f28646836fecfad1c0f50e5c6aa242d937acbe1c297e695f897920a79373e487ddc77388b602226870c3722cf46eb3d354e22c6b538e203ce9
6
+ metadata.gz: 9a1bbc0018b4391794eafb94873c82e17c6a07aa3d17d15175ea2a7b2fe9d445863216ae7f07e27e9f47c93ed49d16104332b4e5f8cc88f7bb1a4e72e741b0e9
7
+ data.tar.gz: 85190e0df4dbf6ed357427a3647e45d88ed93df8a4d27395f70d2f795387f3957e4e2a0f69a6f8720dc713b5ecec70e3bd6d95fea961defa9156f064135fdb3d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.100.0 (2024-01-16)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for AWS Security Hub
8
+
9
+ 1.99.0 (2023-12-11)
10
+ ------------------
11
+
12
+ * Feature - Added new resource detail objects to ASFF, including resources for AwsDynamoDbTable, AwsEc2ClientVpnEndpoint, AwsMskCluster, AwsS3AccessPoint, AwsS3Bucket
13
+
4
14
  1.98.0 (2023-11-28)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.98.0
1
+ 1.100.0
@@ -2599,7 +2599,8 @@ module Aws::SecurityHub
2599
2599
  # from the home Region.
2600
2600
  #
2601
2601
  # @option params [required, String] :name
2602
- # The name of the configuration policy.
2602
+ # The name of the configuration policy. Alphanumeric characters and the
2603
+ # following ASCII characters are permitted: `-, ., !, *, /`.
2603
2604
  #
2604
2605
  # @option params [String] :description
2605
2606
  # The description of the configuration policy.
@@ -8306,7 +8307,8 @@ module Aws::SecurityHub
8306
8307
  # of the configuration policy.
8307
8308
  #
8308
8309
  # @option params [String] :name
8309
- # The name of the configuration policy.
8310
+ # The name of the configuration policy. Alphanumeric characters and the
8311
+ # following ASCII characters are permitted: `-, ., !, *, /`.
8310
8312
  #
8311
8313
  # @option params [String] :description
8312
8314
  # The description of the configuration policy.
@@ -10346,7 +10348,7 @@ module Aws::SecurityHub
10346
10348
  params: params,
10347
10349
  config: config)
10348
10350
  context[:gem_name] = 'aws-sdk-securityhub'
10349
- context[:gem_version] = '1.98.0'
10351
+ context[:gem_version] = '1.100.0'
10350
10352
  Seahorse::Client::Request.new(handlers, context)
10351
10353
  end
10352
10354
 
@@ -196,6 +196,16 @@ module Aws::SecurityHub
196
196
  AwsDynamoDbTableRestoreSummary = Shapes::StructureShape.new(name: 'AwsDynamoDbTableRestoreSummary')
197
197
  AwsDynamoDbTableSseDescription = Shapes::StructureShape.new(name: 'AwsDynamoDbTableSseDescription')
198
198
  AwsDynamoDbTableStreamSpecification = Shapes::StructureShape.new(name: 'AwsDynamoDbTableStreamSpecification')
199
+ AwsEc2ClientVpnEndpointAuthenticationOptionsActiveDirectoryDetails = Shapes::StructureShape.new(name: 'AwsEc2ClientVpnEndpointAuthenticationOptionsActiveDirectoryDetails')
200
+ AwsEc2ClientVpnEndpointAuthenticationOptionsDetails = Shapes::StructureShape.new(name: 'AwsEc2ClientVpnEndpointAuthenticationOptionsDetails')
201
+ AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails = Shapes::StructureShape.new(name: 'AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails')
202
+ AwsEc2ClientVpnEndpointAuthenticationOptionsList = Shapes::ListShape.new(name: 'AwsEc2ClientVpnEndpointAuthenticationOptionsList')
203
+ AwsEc2ClientVpnEndpointAuthenticationOptionsMutualAuthenticationDetails = Shapes::StructureShape.new(name: 'AwsEc2ClientVpnEndpointAuthenticationOptionsMutualAuthenticationDetails')
204
+ AwsEc2ClientVpnEndpointClientConnectOptionsDetails = Shapes::StructureShape.new(name: 'AwsEc2ClientVpnEndpointClientConnectOptionsDetails')
205
+ AwsEc2ClientVpnEndpointClientConnectOptionsStatusDetails = Shapes::StructureShape.new(name: 'AwsEc2ClientVpnEndpointClientConnectOptionsStatusDetails')
206
+ AwsEc2ClientVpnEndpointClientLoginBannerOptionsDetails = Shapes::StructureShape.new(name: 'AwsEc2ClientVpnEndpointClientLoginBannerOptionsDetails')
207
+ AwsEc2ClientVpnEndpointConnectionLogOptionsDetails = Shapes::StructureShape.new(name: 'AwsEc2ClientVpnEndpointConnectionLogOptionsDetails')
208
+ AwsEc2ClientVpnEndpointDetails = Shapes::StructureShape.new(name: 'AwsEc2ClientVpnEndpointDetails')
199
209
  AwsEc2EipDetails = Shapes::StructureShape.new(name: 'AwsEc2EipDetails')
200
210
  AwsEc2InstanceDetails = Shapes::StructureShape.new(name: 'AwsEc2InstanceDetails')
201
211
  AwsEc2InstanceMetadataOptions = Shapes::StructureShape.new(name: 'AwsEc2InstanceMetadataOptions')
@@ -586,6 +596,8 @@ module Aws::SecurityHub
586
596
  AwsRoute53HostedZoneVpcDetails = Shapes::StructureShape.new(name: 'AwsRoute53HostedZoneVpcDetails')
587
597
  AwsRoute53HostedZoneVpcsList = Shapes::ListShape.new(name: 'AwsRoute53HostedZoneVpcsList')
588
598
  AwsRoute53QueryLoggingConfigDetails = Shapes::StructureShape.new(name: 'AwsRoute53QueryLoggingConfigDetails')
599
+ AwsS3AccessPointDetails = Shapes::StructureShape.new(name: 'AwsS3AccessPointDetails')
600
+ AwsS3AccessPointVpcConfigurationDetails = Shapes::StructureShape.new(name: 'AwsS3AccessPointVpcConfigurationDetails')
589
601
  AwsS3AccountPublicAccessBlockDetails = Shapes::StructureShape.new(name: 'AwsS3AccountPublicAccessBlockDetails')
590
602
  AwsS3BucketBucketLifecycleConfigurationDetails = Shapes::StructureShape.new(name: 'AwsS3BucketBucketLifecycleConfigurationDetails')
591
603
  AwsS3BucketBucketLifecycleConfigurationRulesAbortIncompleteMultipartUploadDetails = Shapes::StructureShape.new(name: 'AwsS3BucketBucketLifecycleConfigurationRulesAbortIncompleteMultipartUploadDetails')
@@ -2135,6 +2147,7 @@ module Aws::SecurityHub
2135
2147
  AwsDynamoDbTableDetails.add_member(:table_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "TableName"))
2136
2148
  AwsDynamoDbTableDetails.add_member(:table_size_bytes, Shapes::ShapeRef.new(shape: SizeBytes, location_name: "TableSizeBytes"))
2137
2149
  AwsDynamoDbTableDetails.add_member(:table_status, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "TableStatus"))
2150
+ AwsDynamoDbTableDetails.add_member(:deletion_protection_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "DeletionProtectionEnabled"))
2138
2151
  AwsDynamoDbTableDetails.struct_class = Types::AwsDynamoDbTableDetails
2139
2152
 
2140
2153
  AwsDynamoDbTableGlobalSecondaryIndex.add_member(:backfilling, Shapes::ShapeRef.new(shape: Boolean, location_name: "Backfilling"))
@@ -2210,6 +2223,60 @@ module Aws::SecurityHub
2210
2223
  AwsDynamoDbTableStreamSpecification.add_member(:stream_view_type, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "StreamViewType"))
2211
2224
  AwsDynamoDbTableStreamSpecification.struct_class = Types::AwsDynamoDbTableStreamSpecification
2212
2225
 
2226
+ AwsEc2ClientVpnEndpointAuthenticationOptionsActiveDirectoryDetails.add_member(:directory_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "DirectoryId"))
2227
+ AwsEc2ClientVpnEndpointAuthenticationOptionsActiveDirectoryDetails.struct_class = Types::AwsEc2ClientVpnEndpointAuthenticationOptionsActiveDirectoryDetails
2228
+
2229
+ AwsEc2ClientVpnEndpointAuthenticationOptionsDetails.add_member(:type, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Type"))
2230
+ AwsEc2ClientVpnEndpointAuthenticationOptionsDetails.add_member(:active_directory, Shapes::ShapeRef.new(shape: AwsEc2ClientVpnEndpointAuthenticationOptionsActiveDirectoryDetails, location_name: "ActiveDirectory"))
2231
+ AwsEc2ClientVpnEndpointAuthenticationOptionsDetails.add_member(:mutual_authentication, Shapes::ShapeRef.new(shape: AwsEc2ClientVpnEndpointAuthenticationOptionsMutualAuthenticationDetails, location_name: "MutualAuthentication"))
2232
+ AwsEc2ClientVpnEndpointAuthenticationOptionsDetails.add_member(:federated_authentication, Shapes::ShapeRef.new(shape: AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails, location_name: "FederatedAuthentication"))
2233
+ AwsEc2ClientVpnEndpointAuthenticationOptionsDetails.struct_class = Types::AwsEc2ClientVpnEndpointAuthenticationOptionsDetails
2234
+
2235
+ AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails.add_member(:saml_provider_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "SamlProviderArn"))
2236
+ AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails.add_member(:self_service_saml_provider_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "SelfServiceSamlProviderArn"))
2237
+ AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails.struct_class = Types::AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails
2238
+
2239
+ AwsEc2ClientVpnEndpointAuthenticationOptionsList.member = Shapes::ShapeRef.new(shape: AwsEc2ClientVpnEndpointAuthenticationOptionsDetails)
2240
+
2241
+ AwsEc2ClientVpnEndpointAuthenticationOptionsMutualAuthenticationDetails.add_member(:client_root_certificate_chain, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ClientRootCertificateChain"))
2242
+ AwsEc2ClientVpnEndpointAuthenticationOptionsMutualAuthenticationDetails.struct_class = Types::AwsEc2ClientVpnEndpointAuthenticationOptionsMutualAuthenticationDetails
2243
+
2244
+ AwsEc2ClientVpnEndpointClientConnectOptionsDetails.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Enabled"))
2245
+ AwsEc2ClientVpnEndpointClientConnectOptionsDetails.add_member(:lambda_function_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "LambdaFunctionArn"))
2246
+ AwsEc2ClientVpnEndpointClientConnectOptionsDetails.add_member(:status, Shapes::ShapeRef.new(shape: AwsEc2ClientVpnEndpointClientConnectOptionsStatusDetails, location_name: "Status"))
2247
+ AwsEc2ClientVpnEndpointClientConnectOptionsDetails.struct_class = Types::AwsEc2ClientVpnEndpointClientConnectOptionsDetails
2248
+
2249
+ AwsEc2ClientVpnEndpointClientConnectOptionsStatusDetails.add_member(:code, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Code"))
2250
+ AwsEc2ClientVpnEndpointClientConnectOptionsStatusDetails.add_member(:message, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Message"))
2251
+ AwsEc2ClientVpnEndpointClientConnectOptionsStatusDetails.struct_class = Types::AwsEc2ClientVpnEndpointClientConnectOptionsStatusDetails
2252
+
2253
+ AwsEc2ClientVpnEndpointClientLoginBannerOptionsDetails.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Enabled"))
2254
+ AwsEc2ClientVpnEndpointClientLoginBannerOptionsDetails.add_member(:banner_text, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "BannerText"))
2255
+ AwsEc2ClientVpnEndpointClientLoginBannerOptionsDetails.struct_class = Types::AwsEc2ClientVpnEndpointClientLoginBannerOptionsDetails
2256
+
2257
+ AwsEc2ClientVpnEndpointConnectionLogOptionsDetails.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Enabled"))
2258
+ AwsEc2ClientVpnEndpointConnectionLogOptionsDetails.add_member(:cloudwatch_log_group, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "CloudwatchLogGroup"))
2259
+ AwsEc2ClientVpnEndpointConnectionLogOptionsDetails.add_member(:cloudwatch_log_stream, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "CloudwatchLogStream"))
2260
+ AwsEc2ClientVpnEndpointConnectionLogOptionsDetails.struct_class = Types::AwsEc2ClientVpnEndpointConnectionLogOptionsDetails
2261
+
2262
+ AwsEc2ClientVpnEndpointDetails.add_member(:client_vpn_endpoint_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ClientVpnEndpointId"))
2263
+ AwsEc2ClientVpnEndpointDetails.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Description"))
2264
+ AwsEc2ClientVpnEndpointDetails.add_member(:client_cidr_block, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ClientCidrBlock"))
2265
+ AwsEc2ClientVpnEndpointDetails.add_member(:dns_server, Shapes::ShapeRef.new(shape: StringList, location_name: "DnsServer"))
2266
+ AwsEc2ClientVpnEndpointDetails.add_member(:split_tunnel, Shapes::ShapeRef.new(shape: Boolean, location_name: "SplitTunnel"))
2267
+ AwsEc2ClientVpnEndpointDetails.add_member(:transport_protocol, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "TransportProtocol"))
2268
+ AwsEc2ClientVpnEndpointDetails.add_member(:vpn_port, Shapes::ShapeRef.new(shape: Integer, location_name: "VpnPort"))
2269
+ AwsEc2ClientVpnEndpointDetails.add_member(:server_certificate_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ServerCertificateArn"))
2270
+ AwsEc2ClientVpnEndpointDetails.add_member(:authentication_options, Shapes::ShapeRef.new(shape: AwsEc2ClientVpnEndpointAuthenticationOptionsList, location_name: "AuthenticationOptions"))
2271
+ AwsEc2ClientVpnEndpointDetails.add_member(:connection_log_options, Shapes::ShapeRef.new(shape: AwsEc2ClientVpnEndpointConnectionLogOptionsDetails, location_name: "ConnectionLogOptions"))
2272
+ AwsEc2ClientVpnEndpointDetails.add_member(:security_group_id_set, Shapes::ShapeRef.new(shape: StringList, location_name: "SecurityGroupIdSet"))
2273
+ AwsEc2ClientVpnEndpointDetails.add_member(:vpc_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "VpcId"))
2274
+ AwsEc2ClientVpnEndpointDetails.add_member(:self_service_portal_url, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "SelfServicePortalUrl"))
2275
+ AwsEc2ClientVpnEndpointDetails.add_member(:client_connect_options, Shapes::ShapeRef.new(shape: AwsEc2ClientVpnEndpointClientConnectOptionsDetails, location_name: "ClientConnectOptions"))
2276
+ AwsEc2ClientVpnEndpointDetails.add_member(:session_timeout_hours, Shapes::ShapeRef.new(shape: Integer, location_name: "SessionTimeoutHours"))
2277
+ AwsEc2ClientVpnEndpointDetails.add_member(:client_login_banner_options, Shapes::ShapeRef.new(shape: AwsEc2ClientVpnEndpointClientLoginBannerOptionsDetails, location_name: "ClientLoginBannerOptions"))
2278
+ AwsEc2ClientVpnEndpointDetails.struct_class = Types::AwsEc2ClientVpnEndpointDetails
2279
+
2213
2280
  AwsEc2EipDetails.add_member(:instance_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "InstanceId"))
2214
2281
  AwsEc2EipDetails.add_member(:public_ip, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "PublicIp"))
2215
2282
  AwsEc2EipDetails.add_member(:allocation_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "AllocationId"))
@@ -3745,6 +3812,7 @@ module Aws::SecurityHub
3745
3812
  AwsMskClusterClusterInfoDetails.add_member(:number_of_broker_nodes, Shapes::ShapeRef.new(shape: Integer, location_name: "NumberOfBrokerNodes"))
3746
3813
  AwsMskClusterClusterInfoDetails.add_member(:cluster_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "ClusterName"))
3747
3814
  AwsMskClusterClusterInfoDetails.add_member(:client_authentication, Shapes::ShapeRef.new(shape: AwsMskClusterClusterInfoClientAuthenticationDetails, location_name: "ClientAuthentication"))
3815
+ AwsMskClusterClusterInfoDetails.add_member(:enhanced_monitoring, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "EnhancedMonitoring"))
3748
3816
  AwsMskClusterClusterInfoDetails.struct_class = Types::AwsMskClusterClusterInfoDetails
3749
3817
 
3750
3818
  AwsMskClusterClusterInfoEncryptionInfoDetails.add_member(:encryption_in_transit, Shapes::ShapeRef.new(shape: AwsMskClusterClusterInfoEncryptionInfoEncryptionInTransitDetails, location_name: "EncryptionInTransit"))
@@ -4343,6 +4411,19 @@ module Aws::SecurityHub
4343
4411
  AwsRoute53QueryLoggingConfigDetails.add_member(:cloud_watch_logs_log_group_arn, Shapes::ShapeRef.new(shape: CloudWatchLogsLogGroupArnConfigDetails, location_name: "CloudWatchLogsLogGroupArn"))
4344
4412
  AwsRoute53QueryLoggingConfigDetails.struct_class = Types::AwsRoute53QueryLoggingConfigDetails
4345
4413
 
4414
+ AwsS3AccessPointDetails.add_member(:access_point_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "AccessPointArn"))
4415
+ AwsS3AccessPointDetails.add_member(:alias, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Alias"))
4416
+ AwsS3AccessPointDetails.add_member(:bucket, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Bucket"))
4417
+ AwsS3AccessPointDetails.add_member(:bucket_account_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "BucketAccountId"))
4418
+ AwsS3AccessPointDetails.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Name"))
4419
+ AwsS3AccessPointDetails.add_member(:network_origin, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "NetworkOrigin"))
4420
+ AwsS3AccessPointDetails.add_member(:public_access_block_configuration, Shapes::ShapeRef.new(shape: AwsS3AccountPublicAccessBlockDetails, location_name: "PublicAccessBlockConfiguration"))
4421
+ AwsS3AccessPointDetails.add_member(:vpc_configuration, Shapes::ShapeRef.new(shape: AwsS3AccessPointVpcConfigurationDetails, location_name: "VpcConfiguration"))
4422
+ AwsS3AccessPointDetails.struct_class = Types::AwsS3AccessPointDetails
4423
+
4424
+ AwsS3AccessPointVpcConfigurationDetails.add_member(:vpc_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "VpcId"))
4425
+ AwsS3AccessPointVpcConfigurationDetails.struct_class = Types::AwsS3AccessPointVpcConfigurationDetails
4426
+
4346
4427
  AwsS3AccountPublicAccessBlockDetails.add_member(:block_public_acls, Shapes::ShapeRef.new(shape: Boolean, location_name: "BlockPublicAcls"))
4347
4428
  AwsS3AccountPublicAccessBlockDetails.add_member(:block_public_policy, Shapes::ShapeRef.new(shape: Boolean, location_name: "BlockPublicPolicy"))
4348
4429
  AwsS3AccountPublicAccessBlockDetails.add_member(:ignore_public_acls, Shapes::ShapeRef.new(shape: Boolean, location_name: "IgnorePublicAcls"))
@@ -4424,6 +4505,7 @@ module Aws::SecurityHub
4424
4505
  AwsS3BucketDetails.add_member(:bucket_notification_configuration, Shapes::ShapeRef.new(shape: AwsS3BucketNotificationConfiguration, location_name: "BucketNotificationConfiguration"))
4425
4506
  AwsS3BucketDetails.add_member(:bucket_versioning_configuration, Shapes::ShapeRef.new(shape: AwsS3BucketBucketVersioningConfiguration, location_name: "BucketVersioningConfiguration"))
4426
4507
  AwsS3BucketDetails.add_member(:object_lock_configuration, Shapes::ShapeRef.new(shape: AwsS3BucketObjectLockConfiguration, location_name: "ObjectLockConfiguration"))
4508
+ AwsS3BucketDetails.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Name"))
4427
4509
  AwsS3BucketDetails.struct_class = Types::AwsS3BucketDetails
4428
4510
 
4429
4511
  AwsS3BucketLoggingConfiguration.add_member(:destination_bucket_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "DestinationBucketName"))
@@ -6199,6 +6281,8 @@ module Aws::SecurityHub
6199
6281
  ResourceDetails.add_member(:aws_dms_replication_instance, Shapes::ShapeRef.new(shape: AwsDmsReplicationInstanceDetails, location_name: "AwsDmsReplicationInstance"))
6200
6282
  ResourceDetails.add_member(:aws_route_53_hosted_zone, Shapes::ShapeRef.new(shape: AwsRoute53HostedZoneDetails, location_name: "AwsRoute53HostedZone"))
6201
6283
  ResourceDetails.add_member(:aws_msk_cluster, Shapes::ShapeRef.new(shape: AwsMskClusterDetails, location_name: "AwsMskCluster"))
6284
+ ResourceDetails.add_member(:aws_s3_access_point, Shapes::ShapeRef.new(shape: AwsS3AccessPointDetails, location_name: "AwsS3AccessPoint"))
6285
+ ResourceDetails.add_member(:aws_ec2_client_vpn_endpoint, Shapes::ShapeRef.new(shape: AwsEc2ClientVpnEndpointDetails, location_name: "AwsEc2ClientVpnEndpoint"))
6202
6286
  ResourceDetails.struct_class = Types::ResourceDetails
6203
6287
 
6204
6288
  ResourceInUseException.add_member(:message, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Message"))
@@ -7937,6 +8021,8 @@ module Aws::SecurityHub
7937
8021
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
7938
8022
  o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
7939
8023
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
8024
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
8025
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
7940
8026
  end)
7941
8027
 
7942
8028
  api.add_operation(:update_security_hub_configuration, Seahorse::Model::Operation.new.tap do |o|
@@ -5600,6 +5600,11 @@ module Aws::SecurityHub
5600
5600
  # * `UPDATING`
5601
5601
  # @return [String]
5602
5602
  #
5603
+ # @!attribute [rw] deletion_protection_enabled
5604
+ # Indicates whether deletion protection is to be enabled (true) or
5605
+ # disabled (false) on the table.
5606
+ # @return [Boolean]
5607
+ #
5603
5608
  # @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsDynamoDbTableDetails AWS API Documentation
5604
5609
  #
5605
5610
  class AwsDynamoDbTableDetails < Struct.new(
@@ -5621,7 +5626,8 @@ module Aws::SecurityHub
5621
5626
  :table_id,
5622
5627
  :table_name,
5623
5628
  :table_size_bytes,
5624
- :table_status)
5629
+ :table_status,
5630
+ :deletion_protection_enabled)
5625
5631
  SENSITIVE = []
5626
5632
  include Aws::Structure
5627
5633
  end
@@ -6006,6 +6012,281 @@ module Aws::SecurityHub
6006
6012
  include Aws::Structure
6007
6013
  end
6008
6014
 
6015
+ # Provides details about an Active Directory that’s used to authenticate
6016
+ # an Client VPN endpoint.
6017
+ #
6018
+ # @!attribute [rw] directory_id
6019
+ # The ID of the Active Directory used for authentication.
6020
+ # @return [String]
6021
+ #
6022
+ # @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsEc2ClientVpnEndpointAuthenticationOptionsActiveDirectoryDetails AWS API Documentation
6023
+ #
6024
+ class AwsEc2ClientVpnEndpointAuthenticationOptionsActiveDirectoryDetails < Struct.new(
6025
+ :directory_id)
6026
+ SENSITIVE = []
6027
+ include Aws::Structure
6028
+ end
6029
+
6030
+ # Information about the authentication method used by the Client VPN
6031
+ # endpoint.
6032
+ #
6033
+ # @!attribute [rw] type
6034
+ # The authentication type used.
6035
+ # @return [String]
6036
+ #
6037
+ # @!attribute [rw] active_directory
6038
+ # Information about the Active Directory, if applicable. With Active
6039
+ # Directory authentication, clients are authenticated against existing
6040
+ # Active Directory groups.
6041
+ # @return [Types::AwsEc2ClientVpnEndpointAuthenticationOptionsActiveDirectoryDetails]
6042
+ #
6043
+ # @!attribute [rw] mutual_authentication
6044
+ # Information about the authentication certificates, if applicable.
6045
+ # @return [Types::AwsEc2ClientVpnEndpointAuthenticationOptionsMutualAuthenticationDetails]
6046
+ #
6047
+ # @!attribute [rw] federated_authentication
6048
+ # Information about the IAM SAML identity provider, if applicable.
6049
+ # @return [Types::AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails]
6050
+ #
6051
+ # @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsEc2ClientVpnEndpointAuthenticationOptionsDetails AWS API Documentation
6052
+ #
6053
+ class AwsEc2ClientVpnEndpointAuthenticationOptionsDetails < Struct.new(
6054
+ :type,
6055
+ :active_directory,
6056
+ :mutual_authentication,
6057
+ :federated_authentication)
6058
+ SENSITIVE = []
6059
+ include Aws::Structure
6060
+ end
6061
+
6062
+ # Describes the IAM SAML identity providers used for federated
6063
+ # authentication.
6064
+ #
6065
+ # @!attribute [rw] saml_provider_arn
6066
+ # The Amazon Resource Name (ARN) of the IAM SAML identity provider.
6067
+ # @return [String]
6068
+ #
6069
+ # @!attribute [rw] self_service_saml_provider_arn
6070
+ # The Amazon Resource Name (ARN) of the IAM SAML identity provider for
6071
+ # the self-service portal.
6072
+ # @return [String]
6073
+ #
6074
+ # @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails AWS API Documentation
6075
+ #
6076
+ class AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails < Struct.new(
6077
+ :saml_provider_arn,
6078
+ :self_service_saml_provider_arn)
6079
+ SENSITIVE = []
6080
+ include Aws::Structure
6081
+ end
6082
+
6083
+ # Information about the client certificate used for authentication.
6084
+ #
6085
+ # @!attribute [rw] client_root_certificate_chain
6086
+ # The Amazon Resource Name (ARN) of the client certificate.
6087
+ # @return [String]
6088
+ #
6089
+ # @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsEc2ClientVpnEndpointAuthenticationOptionsMutualAuthenticationDetails AWS API Documentation
6090
+ #
6091
+ class AwsEc2ClientVpnEndpointAuthenticationOptionsMutualAuthenticationDetails < Struct.new(
6092
+ :client_root_certificate_chain)
6093
+ SENSITIVE = []
6094
+ include Aws::Structure
6095
+ end
6096
+
6097
+ # The options for managing connection authorization for new client
6098
+ # connections.
6099
+ #
6100
+ # @!attribute [rw] enabled
6101
+ # Indicates whether client connect options are enabled.
6102
+ # @return [Boolean]
6103
+ #
6104
+ # @!attribute [rw] lambda_function_arn
6105
+ # The Amazon Resource Name (ARN) of the Lambda function used for
6106
+ # connection authorization.
6107
+ # @return [String]
6108
+ #
6109
+ # @!attribute [rw] status
6110
+ # The status of any updates to the client connect options.
6111
+ # @return [Types::AwsEc2ClientVpnEndpointClientConnectOptionsStatusDetails]
6112
+ #
6113
+ # @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsEc2ClientVpnEndpointClientConnectOptionsDetails AWS API Documentation
6114
+ #
6115
+ class AwsEc2ClientVpnEndpointClientConnectOptionsDetails < Struct.new(
6116
+ :enabled,
6117
+ :lambda_function_arn,
6118
+ :status)
6119
+ SENSITIVE = []
6120
+ include Aws::Structure
6121
+ end
6122
+
6123
+ # Describes the status of the Client VPN endpoint attribute.
6124
+ #
6125
+ # @!attribute [rw] code
6126
+ # The status code.
6127
+ # @return [String]
6128
+ #
6129
+ # @!attribute [rw] message
6130
+ # The status message.
6131
+ # @return [String]
6132
+ #
6133
+ # @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsEc2ClientVpnEndpointClientConnectOptionsStatusDetails AWS API Documentation
6134
+ #
6135
+ class AwsEc2ClientVpnEndpointClientConnectOptionsStatusDetails < Struct.new(
6136
+ :code,
6137
+ :message)
6138
+ SENSITIVE = []
6139
+ include Aws::Structure
6140
+ end
6141
+
6142
+ # Options for enabling a customizable text banner that will be displayed
6143
+ # on Amazon Web Services provided clients when a VPN session is
6144
+ # established.
6145
+ #
6146
+ # @!attribute [rw] enabled
6147
+ # Current state of text banner feature.
6148
+ # @return [Boolean]
6149
+ #
6150
+ # @!attribute [rw] banner_text
6151
+ # Customizable text that will be displayed in a banner on Amazon Web
6152
+ # Services provided clients when a VPN session is established.
6153
+ # @return [String]
6154
+ #
6155
+ # @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsEc2ClientVpnEndpointClientLoginBannerOptionsDetails AWS API Documentation
6156
+ #
6157
+ class AwsEc2ClientVpnEndpointClientLoginBannerOptionsDetails < Struct.new(
6158
+ :enabled,
6159
+ :banner_text)
6160
+ SENSITIVE = []
6161
+ include Aws::Structure
6162
+ end
6163
+
6164
+ # Information about the client connection logging options for the Client
6165
+ # VPN endpoint.
6166
+ #
6167
+ # @!attribute [rw] enabled
6168
+ # Indicates whether client connection logging is enabled for the
6169
+ # Client VPN endpoint.
6170
+ # @return [Boolean]
6171
+ #
6172
+ # @!attribute [rw] cloudwatch_log_group
6173
+ # The name of the Amazon CloudWatch Logs log group to which connection
6174
+ # logging data is published.
6175
+ # @return [String]
6176
+ #
6177
+ # @!attribute [rw] cloudwatch_log_stream
6178
+ # The name of the Amazon CloudWatch Logs log stream to which
6179
+ # connection logging data is published.
6180
+ # @return [String]
6181
+ #
6182
+ # @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsEc2ClientVpnEndpointConnectionLogOptionsDetails AWS API Documentation
6183
+ #
6184
+ class AwsEc2ClientVpnEndpointConnectionLogOptionsDetails < Struct.new(
6185
+ :enabled,
6186
+ :cloudwatch_log_group,
6187
+ :cloudwatch_log_stream)
6188
+ SENSITIVE = []
6189
+ include Aws::Structure
6190
+ end
6191
+
6192
+ # Describes an Client VPN endpoint. A Client VPN endpoint is the
6193
+ # resource that you create and configure to enable and manage client VPN
6194
+ # sessions. It's the termination point for all client VPN sessions.
6195
+ #
6196
+ # @!attribute [rw] client_vpn_endpoint_id
6197
+ # The ID of the Client VPN endpoint.
6198
+ # @return [String]
6199
+ #
6200
+ # @!attribute [rw] description
6201
+ # A brief description of the endpoint.
6202
+ # @return [String]
6203
+ #
6204
+ # @!attribute [rw] client_cidr_block
6205
+ # The IPv4 address range, in CIDR notation, from which client IP
6206
+ # addresses are assigned.
6207
+ # @return [String]
6208
+ #
6209
+ # @!attribute [rw] dns_server
6210
+ # Information about the DNS servers to be used for DNS resolution.
6211
+ # @return [Array<String>]
6212
+ #
6213
+ # @!attribute [rw] split_tunnel
6214
+ # Indicates whether split-tunnel is enabled in the Client VPN
6215
+ # endpoint.
6216
+ # @return [Boolean]
6217
+ #
6218
+ # @!attribute [rw] transport_protocol
6219
+ # The transport protocol used by the Client VPN endpoint.
6220
+ # @return [String]
6221
+ #
6222
+ # @!attribute [rw] vpn_port
6223
+ # The port number for the Client VPN endpoint.
6224
+ # @return [Integer]
6225
+ #
6226
+ # @!attribute [rw] server_certificate_arn
6227
+ # The Amazon Resource Name (ARN) of the server certificate.
6228
+ # @return [String]
6229
+ #
6230
+ # @!attribute [rw] authentication_options
6231
+ # Information about the authentication method used by the Client VPN
6232
+ # endpoint.
6233
+ # @return [Array<Types::AwsEc2ClientVpnEndpointAuthenticationOptionsDetails>]
6234
+ #
6235
+ # @!attribute [rw] connection_log_options
6236
+ # Information about the client connection logging options for the
6237
+ # Client VPN endpoint.
6238
+ # @return [Types::AwsEc2ClientVpnEndpointConnectionLogOptionsDetails]
6239
+ #
6240
+ # @!attribute [rw] security_group_id_set
6241
+ # The IDs of the security groups for the target network.
6242
+ # @return [Array<String>]
6243
+ #
6244
+ # @!attribute [rw] vpc_id
6245
+ # The ID of the VPC.
6246
+ # @return [String]
6247
+ #
6248
+ # @!attribute [rw] self_service_portal_url
6249
+ # The URL of the self-service portal.
6250
+ # @return [String]
6251
+ #
6252
+ # @!attribute [rw] client_connect_options
6253
+ # The options for managing connection authorization for new client
6254
+ # connections.
6255
+ # @return [Types::AwsEc2ClientVpnEndpointClientConnectOptionsDetails]
6256
+ #
6257
+ # @!attribute [rw] session_timeout_hours
6258
+ # The maximum VPN session duration time in hours.
6259
+ # @return [Integer]
6260
+ #
6261
+ # @!attribute [rw] client_login_banner_options
6262
+ # Options for enabling a customizable text banner that will be
6263
+ # displayed on Amazon Web Services provided clients when a VPN session
6264
+ # is established.
6265
+ # @return [Types::AwsEc2ClientVpnEndpointClientLoginBannerOptionsDetails]
6266
+ #
6267
+ # @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsEc2ClientVpnEndpointDetails AWS API Documentation
6268
+ #
6269
+ class AwsEc2ClientVpnEndpointDetails < Struct.new(
6270
+ :client_vpn_endpoint_id,
6271
+ :description,
6272
+ :client_cidr_block,
6273
+ :dns_server,
6274
+ :split_tunnel,
6275
+ :transport_protocol,
6276
+ :vpn_port,
6277
+ :server_certificate_arn,
6278
+ :authentication_options,
6279
+ :connection_log_options,
6280
+ :security_group_id_set,
6281
+ :vpc_id,
6282
+ :self_service_portal_url,
6283
+ :client_connect_options,
6284
+ :session_timeout_hours,
6285
+ :client_login_banner_options)
6286
+ SENSITIVE = []
6287
+ include Aws::Structure
6288
+ end
6289
+
6009
6290
  # Information about an Elastic IP address.
6010
6291
  #
6011
6292
  # @!attribute [rw] instance_id
@@ -13871,12 +14152,27 @@ module Aws::SecurityHub
13871
14152
  # @return [Integer]
13872
14153
  #
13873
14154
  # @!attribute [rw] compatible_runtimes
13874
- # The layer's compatible runtimes. Maximum number of five items.
14155
+ # The layer's compatible [function runtimes][1].
14156
+ #
14157
+ # The following list includes deprecated runtimes. For more
14158
+ # information, see [Runtime deprecation policy][2] in the *Lambda
14159
+ # Developer Guide*.
13875
14160
  #
13876
- # Valid values: `nodejs10.x` \| `nodejs12.x` \| `java8` \| `java11` \|
13877
- # `python2.7` \| `python3.6` \| `python3.7` \| `python3.8` \|
13878
- # `dotnetcore1.0` \| `dotnetcore2.1` \| `go1.x` \| `ruby2.5` \|
13879
- # `provided`
14161
+ # Array Members: Maximum number of 5 items.
14162
+ #
14163
+ # Valid Values: `nodejs | nodejs4.3 | nodejs6.10 | nodejs8.10 |
14164
+ # nodejs10.x | nodejs12.x | nodejs14.x | nodejs16.x | java8 |
14165
+ # java8.al2 | java11 | python2.7 | python3.6 | python3.7 | python3.8 |
14166
+ # python3.9 | dotnetcore1.0 | dotnetcore2.0 | dotnetcore2.1 |
14167
+ # dotnetcore3.1 | dotnet6 | nodejs4.3-edge | go1.x | ruby2.5 | ruby2.7
14168
+ # | provided | provided.al2 | nodejs18.x | python3.10 | java17 |
14169
+ # ruby3.2 | python3.11 | nodejs20.x | provided.al2023 | python3.12 |
14170
+ # java21`
14171
+ #
14172
+ #
14173
+ #
14174
+ # [1]: https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html
14175
+ # [2]: https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-support-policy
13880
14176
  # @return [Array<String>]
13881
14177
  #
13882
14178
  # @!attribute [rw] created_date
@@ -14031,7 +14327,8 @@ module Aws::SecurityHub
14031
14327
  include Aws::Structure
14032
14328
  end
14033
14329
 
14034
- # Provide details about an Amazon MSK cluster.
14330
+ # Provide details about an Amazon Managed Streaming for Apache Kafka
14331
+ # (Amazon MSK) cluster.
14035
14332
  #
14036
14333
  # @!attribute [rw] encryption_info
14037
14334
  # Includes encryption-related information, such as the KMS key used
@@ -14040,7 +14337,7 @@ module Aws::SecurityHub
14040
14337
  # @return [Types::AwsMskClusterClusterInfoEncryptionInfoDetails]
14041
14338
  #
14042
14339
  # @!attribute [rw] current_version
14043
- # The current version of the MSK cluster.
14340
+ # The current version of the cluster.
14044
14341
  # @return [String]
14045
14342
  #
14046
14343
  # @!attribute [rw] number_of_broker_nodes
@@ -14055,6 +14352,10 @@ module Aws::SecurityHub
14055
14352
  # Provides information for different modes of client authentication.
14056
14353
  # @return [Types::AwsMskClusterClusterInfoClientAuthenticationDetails]
14057
14354
  #
14355
+ # @!attribute [rw] enhanced_monitoring
14356
+ # Specifies the level of monitoring for the cluster.
14357
+ # @return [String]
14358
+ #
14058
14359
  # @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsMskClusterClusterInfoDetails AWS API Documentation
14059
14360
  #
14060
14361
  class AwsMskClusterClusterInfoDetails < Struct.new(
@@ -14062,7 +14363,8 @@ module Aws::SecurityHub
14062
14363
  :current_version,
14063
14364
  :number_of_broker_nodes,
14064
14365
  :cluster_name,
14065
- :client_authentication)
14366
+ :client_authentication,
14367
+ :enhanced_monitoring)
14066
14368
  SENSITIVE = []
14067
14369
  include Aws::Structure
14068
14370
  end
@@ -17307,6 +17609,78 @@ module Aws::SecurityHub
17307
17609
  include Aws::Structure
17308
17610
  end
17309
17611
 
17612
+ # Returns configuration information about the specified Amazon S3 access
17613
+ # point. S3 access points are named network endpoints that are attached
17614
+ # to buckets that you can use to perform S3 object operations.
17615
+ #
17616
+ # @!attribute [rw] access_point_arn
17617
+ # The Amazon Resource Name (ARN) of the access point.
17618
+ # @return [String]
17619
+ #
17620
+ # @!attribute [rw] alias
17621
+ # The name or alias of the access point.
17622
+ # @return [String]
17623
+ #
17624
+ # @!attribute [rw] bucket
17625
+ # The name of the S3 bucket associated with the specified access
17626
+ # point.
17627
+ # @return [String]
17628
+ #
17629
+ # @!attribute [rw] bucket_account_id
17630
+ # The Amazon Web Services account ID associated with the S3 bucket
17631
+ # associated with this access point.
17632
+ # @return [String]
17633
+ #
17634
+ # @!attribute [rw] name
17635
+ # The name of the specified access point.
17636
+ # @return [String]
17637
+ #
17638
+ # @!attribute [rw] network_origin
17639
+ # Indicates whether this access point allows access from the public
17640
+ # internet.
17641
+ # @return [String]
17642
+ #
17643
+ # @!attribute [rw] public_access_block_configuration
17644
+ # provides information about the Amazon S3 Public Access Block
17645
+ # configuration for accounts.
17646
+ # @return [Types::AwsS3AccountPublicAccessBlockDetails]
17647
+ #
17648
+ # @!attribute [rw] vpc_configuration
17649
+ # Contains the virtual private cloud (VPC) configuration for the
17650
+ # specified access point.
17651
+ # @return [Types::AwsS3AccessPointVpcConfigurationDetails]
17652
+ #
17653
+ # @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsS3AccessPointDetails AWS API Documentation
17654
+ #
17655
+ class AwsS3AccessPointDetails < Struct.new(
17656
+ :access_point_arn,
17657
+ :alias,
17658
+ :bucket,
17659
+ :bucket_account_id,
17660
+ :name,
17661
+ :network_origin,
17662
+ :public_access_block_configuration,
17663
+ :vpc_configuration)
17664
+ SENSITIVE = []
17665
+ include Aws::Structure
17666
+ end
17667
+
17668
+ # The virtual private cloud (VPC) configuration for an Amazon S3 access
17669
+ # point.
17670
+ #
17671
+ # @!attribute [rw] vpc_id
17672
+ # If this field is specified, this access point will only allow
17673
+ # connections from the specified VPC ID.
17674
+ # @return [String]
17675
+ #
17676
+ # @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsS3AccessPointVpcConfigurationDetails AWS API Documentation
17677
+ #
17678
+ class AwsS3AccessPointVpcConfigurationDetails < Struct.new(
17679
+ :vpc_id)
17680
+ SENSITIVE = []
17681
+ include Aws::Structure
17682
+ end
17683
+
17310
17684
  # provides information about the Amazon S3 Public Access Block
17311
17685
  # configuration for accounts.
17312
17686
  #
@@ -17657,7 +18031,7 @@ module Aws::SecurityHub
17657
18031
  include Aws::Structure
17658
18032
  end
17659
18033
 
17660
- # The details of an Amazon S3 bucket.
18034
+ # The details of an Amazon Simple Storage Service (Amazon S3) bucket.
17661
18035
  #
17662
18036
  # @!attribute [rw] owner_id
17663
18037
  # The canonical user ID of the owner of the S3 bucket.
@@ -17690,7 +18064,7 @@ module Aws::SecurityHub
17690
18064
  # @return [Types::AwsS3BucketServerSideEncryptionConfiguration]
17691
18065
  #
17692
18066
  # @!attribute [rw] bucket_lifecycle_configuration
17693
- # The lifecycle configuration for objects in the S3 bucket.
18067
+ # The lifecycle configuration for objects in the specified bucket.
17694
18068
  # @return [Types::AwsS3BucketBucketLifecycleConfigurationDetails]
17695
18069
  #
17696
18070
  # @!attribute [rw] public_access_block_configuration
@@ -17720,9 +18094,13 @@ module Aws::SecurityHub
17720
18094
  #
17721
18095
  # @!attribute [rw] object_lock_configuration
17722
18096
  # Specifies which rule Amazon S3 applies by default to every new
17723
- # object placed in the specified bucket.
18097
+ # object placed in the bucket.
17724
18098
  # @return [Types::AwsS3BucketObjectLockConfiguration]
17725
18099
  #
18100
+ # @!attribute [rw] name
18101
+ # The name of the bucket.
18102
+ # @return [String]
18103
+ #
17726
18104
  # @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsS3BucketDetails AWS API Documentation
17727
18105
  #
17728
18106
  class AwsS3BucketDetails < Struct.new(
@@ -17738,7 +18116,8 @@ module Aws::SecurityHub
17738
18116
  :bucket_website_configuration,
17739
18117
  :bucket_notification_configuration,
17740
18118
  :bucket_versioning_configuration,
17741
- :object_lock_configuration)
18119
+ :object_lock_configuration,
18120
+ :name)
17742
18121
  SENSITIVE = []
17743
18122
  include Aws::Structure
17744
18123
  end
@@ -22025,7 +22404,8 @@ module Aws::SecurityHub
22025
22404
  # @return [String]
22026
22405
  #
22027
22406
  # @!attribute [rw] name
22028
- # The name of the configuration policy.
22407
+ # The name of the configuration policy. Alphanumeric characters and
22408
+ # the following ASCII characters are permitted: `-, ., !, *, /`.
22029
22409
  # @return [String]
22030
22410
  #
22031
22411
  # @!attribute [rw] description
@@ -22246,7 +22626,8 @@ module Aws::SecurityHub
22246
22626
  end
22247
22627
 
22248
22628
  # @!attribute [rw] name
22249
- # The name of the configuration policy.
22629
+ # The name of the configuration policy. Alphanumeric characters and
22630
+ # the following ASCII characters are permitted: `-, ., !, *, /`.
22250
22631
  # @return [String]
22251
22632
  #
22252
22633
  # @!attribute [rw] description
@@ -25861,7 +26242,16 @@ module Aws::SecurityHub
25861
26242
  #
25862
26243
  # @!attribute [rw] value_type
25863
26244
  # Identifies whether a control parameter uses a custom user-defined
25864
- # value or the Security Hub default value.
26245
+ # value or subscribes to the default Security Hub behavior.
26246
+ #
26247
+ # When `ValueType` is set equal to `DEFAULT`, the default behavior can
26248
+ # be a specific Security Hub default value, or the default behavior
26249
+ # can be to ignore a specific parameter. When `ValueType` is set equal
26250
+ # to `DEFAULT`, Security Hub ignores user-provided input for the
26251
+ # `Value` field.
26252
+ #
26253
+ # When `ValueType` is set equal to `CUSTOM`, the `Value` field can't
26254
+ # be empty.
25865
26255
  # @return [String]
25866
26256
  #
25867
26257
  # @!attribute [rw] value
@@ -26972,6 +27362,20 @@ module Aws::SecurityHub
26972
27362
  # (Amazon MSK) cluster.
26973
27363
  # @return [Types::AwsMskClusterDetails]
26974
27364
  #
27365
+ # @!attribute [rw] aws_s3_access_point
27366
+ # Provides details about an Amazon Simple Storage Service (Amazon S3)
27367
+ # access point. S3 access points are named network endpoints that are
27368
+ # attached to S3 buckets that you can use to perform S3 object
27369
+ # operations.
27370
+ # @return [Types::AwsS3AccessPointDetails]
27371
+ #
27372
+ # @!attribute [rw] aws_ec2_client_vpn_endpoint
27373
+ # Provides details about an Client VPN endpoint. A Client VPN endpoint
27374
+ # is the resource that you create and configure to enable and manage
27375
+ # client VPN sessions. It's the termination point for all client VPN
27376
+ # sessions.
27377
+ # @return [Types::AwsEc2ClientVpnEndpointDetails]
27378
+ #
26975
27379
  # @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/ResourceDetails AWS API Documentation
26976
27380
  #
26977
27381
  class ResourceDetails < Struct.new(
@@ -27071,7 +27475,9 @@ module Aws::SecurityHub
27071
27475
  :aws_dms_replication_task,
27072
27476
  :aws_dms_replication_instance,
27073
27477
  :aws_route_53_hosted_zone,
27074
- :aws_msk_cluster)
27478
+ :aws_msk_cluster,
27479
+ :aws_s3_access_point,
27480
+ :aws_ec2_client_vpn_endpoint)
27075
27481
  SENSITIVE = []
27076
27482
  include Aws::Structure
27077
27483
  end
@@ -29373,7 +29779,8 @@ module Aws::SecurityHub
29373
29779
  # @return [String]
29374
29780
  #
29375
29781
  # @!attribute [rw] name
29376
- # The name of the configuration policy.
29782
+ # The name of the configuration policy. Alphanumeric characters and
29783
+ # the following ASCII characters are permitted: `-, ., !, *, /`.
29377
29784
  # @return [String]
29378
29785
  #
29379
29786
  # @!attribute [rw] description
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-securityhub/customizations'
52
52
  # @!group service
53
53
  module Aws::SecurityHub
54
54
 
55
- GEM_VERSION = '1.98.0'
55
+ GEM_VERSION = '1.100.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-securityhub
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.98.0
4
+ version: 1.100.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-28 00:00:00.000000000 Z
11
+ date: 2024-01-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -72,7 +72,7 @@ licenses:
72
72
  metadata:
73
73
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-securityhub
74
74
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-securityhub/CHANGELOG.md
75
- post_install_message:
75
+ post_install_message:
76
76
  rdoc_options: []
77
77
  require_paths:
78
78
  - lib
@@ -87,8 +87,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
87
87
  - !ruby/object:Gem::Version
88
88
  version: '0'
89
89
  requirements: []
90
- rubygems_version: 3.1.6
91
- signing_key:
90
+ rubygems_version: 3.4.10
91
+ signing_key:
92
92
  specification_version: 4
93
93
  summary: AWS SDK for Ruby - AWS SecurityHub
94
94
  test_files: []