aws-sdk-securitylake 1.16.0 → 1.17.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: b96aa3eb675b0798898b0fed97a1aa2d42fa6734f9f47108440f7ffd7095a280
4
- data.tar.gz: 2943a0c9aa63b9778355606299fa575be77c5db3ee1e94eaf6c13cadb8913889
3
+ metadata.gz: 5577a231fca4cf5a58d08ac24d16d805d4391792e093ee9e1c0e62e1b3f20ef9
4
+ data.tar.gz: 506c2d5b70c8aa6898f0b61e8f26dca7ae1fa6b1beefcafc8e861fa8ab24223a
5
5
  SHA512:
6
- metadata.gz: 6b1b5e016d51802b285d92749d4bb8f2294124c554b3028dab2b9d92089a4a7d3bf314533a9ccc7ca3d9d42b57ce7a1218d766595d6f9eb320e2616140108dd6
7
- data.tar.gz: 3a855f1a980c71f4745a700a45b225263df90a854a66973a7ece94314b427a4eac8352fcdea39d88c82b46bb4b0c9748deeba670448c3f49b32f5526ddee27a2
6
+ metadata.gz: f38f2f0c37a813f643fb4c1848ec612a387d52d8b3234fe8e654c70ed3e9c4355d90480b397bdd92b3999b0cb67c7084bda81689a5ae29f375803b486ba3d58c
7
+ data.tar.gz: ca2a53ed1391a22e9222930f9ddcb03d11bdedc421cdaf9e6f4b5cac979d88830b7948aafbc8692f2e27c8404f59ac906336e17b4608b71a32750c0576148703
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.17.0 (2024-02-29)
5
+ ------------------
6
+
7
+ * Feature - Add capability to update the Data Lake's MetaStoreManager Role in order to perform required data lake updates to use Iceberg table format in their data lake or update the role for any other reason.
8
+
4
9
  1.16.0 (2024-02-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.16.0
1
+ 1.17.0
@@ -415,7 +415,7 @@ module Aws::SecurityLake
415
415
  # {
416
416
  # accounts: ["AwsAccountId"],
417
417
  # regions: ["Region"], # required
418
- # source_name: "ROUTE53", # required, accepts ROUTE53, VPC_FLOW, SH_FINDINGS, CLOUD_TRAIL_MGMT, LAMBDA_EXECUTION, S3_DATA
418
+ # source_name: "ROUTE53", # required, accepts ROUTE53, VPC_FLOW, SH_FINDINGS, CLOUD_TRAIL_MGMT, LAMBDA_EXECUTION, S3_DATA, EKS_AUDIT, WAF
419
419
  # source_version: "AwsLogSourceVersion",
420
420
  # },
421
421
  # ],
@@ -445,7 +445,7 @@ module Aws::SecurityLake
445
445
  # source. In addition, this operation also creates an associated Glue
446
446
  # table and an Glue crawler.
447
447
  #
448
- # @option params [Types::CustomLogSourceConfiguration] :configuration
448
+ # @option params [required, Types::CustomLogSourceConfiguration] :configuration
449
449
  # The configuration for the third-party custom source.
450
450
  #
451
451
  # @option params [Array<String>] :event_classes
@@ -526,7 +526,7 @@ module Aws::SecurityLake
526
526
  # @example Request syntax with placeholder values
527
527
  #
528
528
  # resp = client.create_custom_log_source({
529
- # configuration: {
529
+ # configuration: { # required
530
530
  # crawler_configuration: { # required
531
531
  # role_arn: "RoleArn", # required
532
532
  # },
@@ -700,7 +700,7 @@ module Aws::SecurityLake
700
700
  # your organization. Security Lake is not automatically enabled for any
701
701
  # existing member accounts in your organization.
702
702
  #
703
- # @option params [required, Array<Types::DataLakeAutoEnableNewAccountConfiguration>] :auto_enable_new_account
703
+ # @option params [Array<Types::DataLakeAutoEnableNewAccountConfiguration>] :auto_enable_new_account
704
704
  # Enable Security Lake with the specified configuration settings, to
705
705
  # begin collecting security data for new accounts in your organization.
706
706
  #
@@ -709,12 +709,12 @@ module Aws::SecurityLake
709
709
  # @example Request syntax with placeholder values
710
710
  #
711
711
  # resp = client.create_data_lake_organization_configuration({
712
- # auto_enable_new_account: [ # required
712
+ # auto_enable_new_account: [
713
713
  # {
714
714
  # region: "Region", # required
715
715
  # sources: [ # required
716
716
  # {
717
- # source_name: "ROUTE53", # accepts ROUTE53, VPC_FLOW, SH_FINDINGS, CLOUD_TRAIL_MGMT, LAMBDA_EXECUTION, S3_DATA
717
+ # source_name: "ROUTE53", # accepts ROUTE53, VPC_FLOW, SH_FINDINGS, CLOUD_TRAIL_MGMT, LAMBDA_EXECUTION, S3_DATA, EKS_AUDIT, WAF
718
718
  # source_version: "AwsLogSourceVersion",
719
719
  # },
720
720
  # ],
@@ -768,7 +768,7 @@ module Aws::SecurityLake
768
768
  # sources: [ # required
769
769
  # {
770
770
  # aws_log_source: {
771
- # source_name: "ROUTE53", # accepts ROUTE53, VPC_FLOW, SH_FINDINGS, CLOUD_TRAIL_MGMT, LAMBDA_EXECUTION, S3_DATA
771
+ # source_name: "ROUTE53", # accepts ROUTE53, VPC_FLOW, SH_FINDINGS, CLOUD_TRAIL_MGMT, LAMBDA_EXECUTION, S3_DATA, EKS_AUDIT, WAF
772
772
  # source_version: "AwsLogSourceVersion",
773
773
  # },
774
774
  # custom_log_source: {
@@ -810,7 +810,7 @@ module Aws::SecurityLake
810
810
  # resp.subscriber.role_arn #=> String
811
811
  # resp.subscriber.s3_bucket_arn #=> String
812
812
  # resp.subscriber.sources #=> Array
813
- # resp.subscriber.sources[0].aws_log_source.source_name #=> String, one of "ROUTE53", "VPC_FLOW", "SH_FINDINGS", "CLOUD_TRAIL_MGMT", "LAMBDA_EXECUTION", "S3_DATA"
813
+ # resp.subscriber.sources[0].aws_log_source.source_name #=> String, one of "ROUTE53", "VPC_FLOW", "SH_FINDINGS", "CLOUD_TRAIL_MGMT", "LAMBDA_EXECUTION", "S3_DATA", "EKS_AUDIT", "WAF"
814
814
  # resp.subscriber.sources[0].aws_log_source.source_version #=> String
815
815
  # resp.subscriber.sources[0].custom_log_source.attributes.crawler_arn #=> String
816
816
  # resp.subscriber.sources[0].custom_log_source.attributes.database_arn #=> String
@@ -910,7 +910,7 @@ module Aws::SecurityLake
910
910
  # {
911
911
  # accounts: ["AwsAccountId"],
912
912
  # regions: ["Region"], # required
913
- # source_name: "ROUTE53", # required, accepts ROUTE53, VPC_FLOW, SH_FINDINGS, CLOUD_TRAIL_MGMT, LAMBDA_EXECUTION, S3_DATA
913
+ # source_name: "ROUTE53", # required, accepts ROUTE53, VPC_FLOW, SH_FINDINGS, CLOUD_TRAIL_MGMT, LAMBDA_EXECUTION, S3_DATA, EKS_AUDIT, WAF
914
914
  # source_version: "AwsLogSourceVersion",
915
915
  # },
916
916
  # ],
@@ -1016,7 +1016,7 @@ module Aws::SecurityLake
1016
1016
  # this operation, new member accounts won't automatically contribute
1017
1017
  # data to the data lake.
1018
1018
  #
1019
- # @option params [required, Array<Types::DataLakeAutoEnableNewAccountConfiguration>] :auto_enable_new_account
1019
+ # @option params [Array<Types::DataLakeAutoEnableNewAccountConfiguration>] :auto_enable_new_account
1020
1020
  # Turns off automatic enablement of Security Lake for member accounts
1021
1021
  # that are added to an organization.
1022
1022
  #
@@ -1025,12 +1025,12 @@ module Aws::SecurityLake
1025
1025
  # @example Request syntax with placeholder values
1026
1026
  #
1027
1027
  # resp = client.delete_data_lake_organization_configuration({
1028
- # auto_enable_new_account: [ # required
1028
+ # auto_enable_new_account: [
1029
1029
  # {
1030
1030
  # region: "Region", # required
1031
1031
  # sources: [ # required
1032
1032
  # {
1033
- # source_name: "ROUTE53", # accepts ROUTE53, VPC_FLOW, SH_FINDINGS, CLOUD_TRAIL_MGMT, LAMBDA_EXECUTION, S3_DATA
1033
+ # source_name: "ROUTE53", # accepts ROUTE53, VPC_FLOW, SH_FINDINGS, CLOUD_TRAIL_MGMT, LAMBDA_EXECUTION, S3_DATA, EKS_AUDIT, WAF
1034
1034
  # source_version: "AwsLogSourceVersion",
1035
1035
  # },
1036
1036
  # ],
@@ -1152,7 +1152,7 @@ module Aws::SecurityLake
1152
1152
  # resp.auto_enable_new_account #=> Array
1153
1153
  # resp.auto_enable_new_account[0].region #=> String
1154
1154
  # resp.auto_enable_new_account[0].sources #=> Array
1155
- # resp.auto_enable_new_account[0].sources[0].source_name #=> String, one of "ROUTE53", "VPC_FLOW", "SH_FINDINGS", "CLOUD_TRAIL_MGMT", "LAMBDA_EXECUTION", "S3_DATA"
1155
+ # resp.auto_enable_new_account[0].sources[0].source_name #=> String, one of "ROUTE53", "VPC_FLOW", "SH_FINDINGS", "CLOUD_TRAIL_MGMT", "LAMBDA_EXECUTION", "S3_DATA", "EKS_AUDIT", "WAF"
1156
1156
  # resp.auto_enable_new_account[0].sources[0].source_version #=> String
1157
1157
  #
1158
1158
  # @see http://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/GetDataLakeOrganizationConfiguration AWS API Documentation
@@ -1252,7 +1252,7 @@ module Aws::SecurityLake
1252
1252
  # resp.subscriber.role_arn #=> String
1253
1253
  # resp.subscriber.s3_bucket_arn #=> String
1254
1254
  # resp.subscriber.sources #=> Array
1255
- # resp.subscriber.sources[0].aws_log_source.source_name #=> String, one of "ROUTE53", "VPC_FLOW", "SH_FINDINGS", "CLOUD_TRAIL_MGMT", "LAMBDA_EXECUTION", "S3_DATA"
1255
+ # resp.subscriber.sources[0].aws_log_source.source_name #=> String, one of "ROUTE53", "VPC_FLOW", "SH_FINDINGS", "CLOUD_TRAIL_MGMT", "LAMBDA_EXECUTION", "S3_DATA", "EKS_AUDIT", "WAF"
1256
1256
  # resp.subscriber.sources[0].aws_log_source.source_version #=> String
1257
1257
  # resp.subscriber.sources[0].custom_log_source.attributes.crawler_arn #=> String
1258
1258
  # resp.subscriber.sources[0].custom_log_source.attributes.database_arn #=> String
@@ -1414,7 +1414,7 @@ module Aws::SecurityLake
1414
1414
  # sources: [
1415
1415
  # {
1416
1416
  # aws_log_source: {
1417
- # source_name: "ROUTE53", # accepts ROUTE53, VPC_FLOW, SH_FINDINGS, CLOUD_TRAIL_MGMT, LAMBDA_EXECUTION, S3_DATA
1417
+ # source_name: "ROUTE53", # accepts ROUTE53, VPC_FLOW, SH_FINDINGS, CLOUD_TRAIL_MGMT, LAMBDA_EXECUTION, S3_DATA, EKS_AUDIT, WAF
1418
1418
  # source_version: "AwsLogSourceVersion",
1419
1419
  # },
1420
1420
  # custom_log_source: {
@@ -1441,7 +1441,7 @@ module Aws::SecurityLake
1441
1441
  # resp.sources[0].account #=> String
1442
1442
  # resp.sources[0].region #=> String
1443
1443
  # resp.sources[0].sources #=> Array
1444
- # resp.sources[0].sources[0].aws_log_source.source_name #=> String, one of "ROUTE53", "VPC_FLOW", "SH_FINDINGS", "CLOUD_TRAIL_MGMT", "LAMBDA_EXECUTION", "S3_DATA"
1444
+ # resp.sources[0].sources[0].aws_log_source.source_name #=> String, one of "ROUTE53", "VPC_FLOW", "SH_FINDINGS", "CLOUD_TRAIL_MGMT", "LAMBDA_EXECUTION", "S3_DATA", "EKS_AUDIT", "WAF"
1445
1445
  # resp.sources[0].sources[0].aws_log_source.source_version #=> String
1446
1446
  # resp.sources[0].sources[0].custom_log_source.attributes.crawler_arn #=> String
1447
1447
  # resp.sources[0].sources[0].custom_log_source.attributes.database_arn #=> String
@@ -1498,7 +1498,7 @@ module Aws::SecurityLake
1498
1498
  # resp.subscribers[0].role_arn #=> String
1499
1499
  # resp.subscribers[0].s3_bucket_arn #=> String
1500
1500
  # resp.subscribers[0].sources #=> Array
1501
- # resp.subscribers[0].sources[0].aws_log_source.source_name #=> String, one of "ROUTE53", "VPC_FLOW", "SH_FINDINGS", "CLOUD_TRAIL_MGMT", "LAMBDA_EXECUTION", "S3_DATA"
1501
+ # resp.subscribers[0].sources[0].aws_log_source.source_name #=> String, one of "ROUTE53", "VPC_FLOW", "SH_FINDINGS", "CLOUD_TRAIL_MGMT", "LAMBDA_EXECUTION", "S3_DATA", "EKS_AUDIT", "WAF"
1502
1502
  # resp.subscribers[0].sources[0].aws_log_source.source_version #=> String
1503
1503
  # resp.subscribers[0].sources[0].custom_log_source.attributes.crawler_arn #=> String
1504
1504
  # resp.subscribers[0].sources[0].custom_log_source.attributes.database_arn #=> String
@@ -1532,8 +1532,8 @@ module Aws::SecurityLake
1532
1532
  # Amazon Web Services Region.
1533
1533
  #
1534
1534
  # @option params [required, String] :resource_arn
1535
- # The Amazon Resource Name (ARN) of the Amazon Security Lake resource to
1536
- # retrieve the tags for.
1535
+ # The Amazon Resource Name (ARN) of the Amazon Security Lake resource
1536
+ # for which you want to retrieve the tags.
1537
1537
  #
1538
1538
  # @return [Types::ListTagsForResourceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1539
1539
  #
@@ -1676,6 +1676,11 @@ module Aws::SecurityLake
1676
1676
  # Specify the Region or Regions that will contribute data to the rollup
1677
1677
  # region.
1678
1678
  #
1679
+ # @option params [String] :meta_store_manager_role_arn
1680
+ # The Amazon Resource Name (ARN) used to create and update the Glue
1681
+ # table. This table contains partitions generated by the ingestion and
1682
+ # normalization of Amazon Web Services log sources and custom sources.
1683
+ #
1679
1684
  # @return [Types::UpdateDataLakeResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1680
1685
  #
1681
1686
  # * {Types::UpdateDataLakeResponse#data_lakes #data_lakes} => Array&lt;Types::DataLakeResource&gt;
@@ -1706,6 +1711,7 @@ module Aws::SecurityLake
1706
1711
  # },
1707
1712
  # },
1708
1713
  # ],
1714
+ # meta_store_manager_role_arn: "RoleArn",
1709
1715
  # })
1710
1716
  #
1711
1717
  # @example Response structure
@@ -1804,7 +1810,7 @@ module Aws::SecurityLake
1804
1810
  # sources: [
1805
1811
  # {
1806
1812
  # aws_log_source: {
1807
- # source_name: "ROUTE53", # accepts ROUTE53, VPC_FLOW, SH_FINDINGS, CLOUD_TRAIL_MGMT, LAMBDA_EXECUTION, S3_DATA
1813
+ # source_name: "ROUTE53", # accepts ROUTE53, VPC_FLOW, SH_FINDINGS, CLOUD_TRAIL_MGMT, LAMBDA_EXECUTION, S3_DATA, EKS_AUDIT, WAF
1808
1814
  # source_version: "AwsLogSourceVersion",
1809
1815
  # },
1810
1816
  # custom_log_source: {
@@ -1841,7 +1847,7 @@ module Aws::SecurityLake
1841
1847
  # resp.subscriber.role_arn #=> String
1842
1848
  # resp.subscriber.s3_bucket_arn #=> String
1843
1849
  # resp.subscriber.sources #=> Array
1844
- # resp.subscriber.sources[0].aws_log_source.source_name #=> String, one of "ROUTE53", "VPC_FLOW", "SH_FINDINGS", "CLOUD_TRAIL_MGMT", "LAMBDA_EXECUTION", "S3_DATA"
1850
+ # resp.subscriber.sources[0].aws_log_source.source_name #=> String, one of "ROUTE53", "VPC_FLOW", "SH_FINDINGS", "CLOUD_TRAIL_MGMT", "LAMBDA_EXECUTION", "S3_DATA", "EKS_AUDIT", "WAF"
1845
1851
  # resp.subscriber.sources[0].aws_log_source.source_version #=> String
1846
1852
  # resp.subscriber.sources[0].custom_log_source.attributes.crawler_arn #=> String
1847
1853
  # resp.subscriber.sources[0].custom_log_source.attributes.database_arn #=> String
@@ -1927,7 +1933,7 @@ module Aws::SecurityLake
1927
1933
  params: params,
1928
1934
  config: config)
1929
1935
  context[:gem_name] = 'aws-sdk-securitylake'
1930
- context[:gem_version] = '1.16.0'
1936
+ context[:gem_version] = '1.17.0'
1931
1937
  Seahorse::Client::Request.new(handlers, context)
1932
1938
  end
1933
1939
 
@@ -208,7 +208,7 @@ module Aws::SecurityLake
208
208
  CreateAwsLogSourceResponse.add_member(:failed, Shapes::ShapeRef.new(shape: AccountList, location_name: "failed"))
209
209
  CreateAwsLogSourceResponse.struct_class = Types::CreateAwsLogSourceResponse
210
210
 
211
- CreateCustomLogSourceRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: CustomLogSourceConfiguration, location_name: "configuration"))
211
+ CreateCustomLogSourceRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: CustomLogSourceConfiguration, required: true, location_name: "configuration"))
212
212
  CreateCustomLogSourceRequest.add_member(:event_classes, Shapes::ShapeRef.new(shape: OcsfEventClassList, location_name: "eventClasses"))
213
213
  CreateCustomLogSourceRequest.add_member(:source_name, Shapes::ShapeRef.new(shape: CustomLogSourceName, required: true, location_name: "sourceName"))
214
214
  CreateCustomLogSourceRequest.add_member(:source_version, Shapes::ShapeRef.new(shape: CustomLogSourceVersion, location_name: "sourceVersion"))
@@ -224,7 +224,7 @@ module Aws::SecurityLake
224
224
 
225
225
  CreateDataLakeExceptionSubscriptionResponse.struct_class = Types::CreateDataLakeExceptionSubscriptionResponse
226
226
 
227
- CreateDataLakeOrganizationConfigurationRequest.add_member(:auto_enable_new_account, Shapes::ShapeRef.new(shape: DataLakeAutoEnableNewAccountConfigurationList, required: true, location_name: "autoEnableNewAccount"))
227
+ CreateDataLakeOrganizationConfigurationRequest.add_member(:auto_enable_new_account, Shapes::ShapeRef.new(shape: DataLakeAutoEnableNewAccountConfigurationList, location_name: "autoEnableNewAccount"))
228
228
  CreateDataLakeOrganizationConfigurationRequest.struct_class = Types::CreateDataLakeOrganizationConfigurationRequest
229
229
 
230
230
  CreateDataLakeOrganizationConfigurationResponse.struct_class = Types::CreateDataLakeOrganizationConfigurationResponse
@@ -370,7 +370,7 @@ module Aws::SecurityLake
370
370
 
371
371
  DeleteDataLakeExceptionSubscriptionResponse.struct_class = Types::DeleteDataLakeExceptionSubscriptionResponse
372
372
 
373
- DeleteDataLakeOrganizationConfigurationRequest.add_member(:auto_enable_new_account, Shapes::ShapeRef.new(shape: DataLakeAutoEnableNewAccountConfigurationList, required: true, location_name: "autoEnableNewAccount"))
373
+ DeleteDataLakeOrganizationConfigurationRequest.add_member(:auto_enable_new_account, Shapes::ShapeRef.new(shape: DataLakeAutoEnableNewAccountConfigurationList, location_name: "autoEnableNewAccount"))
374
374
  DeleteDataLakeOrganizationConfigurationRequest.struct_class = Types::DeleteDataLakeOrganizationConfigurationRequest
375
375
 
376
376
  DeleteDataLakeOrganizationConfigurationResponse.struct_class = Types::DeleteDataLakeOrganizationConfigurationResponse
@@ -566,6 +566,7 @@ module Aws::SecurityLake
566
566
  UpdateDataLakeExceptionSubscriptionResponse.struct_class = Types::UpdateDataLakeExceptionSubscriptionResponse
567
567
 
568
568
  UpdateDataLakeRequest.add_member(:configurations, Shapes::ShapeRef.new(shape: DataLakeConfigurationList, required: true, location_name: "configurations"))
569
+ UpdateDataLakeRequest.add_member(:meta_store_manager_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "metaStoreManagerRoleArn"))
569
570
  UpdateDataLakeRequest.struct_class = Types::UpdateDataLakeRequest
570
571
 
571
572
  UpdateDataLakeResponse.add_member(:data_lakes, Shapes::ShapeRef.new(shape: DataLakeResourceList, location_name: "dataLakes"))
@@ -1490,7 +1490,7 @@ module Aws::SecurityLake
1490
1490
 
1491
1491
  # @!attribute [rw] resource_arn
1492
1492
  # The Amazon Resource Name (ARN) of the Amazon Security Lake resource
1493
- # to retrieve the tags for.
1493
+ # for which you want to retrieve the tags.
1494
1494
  # @return [String]
1495
1495
  #
1496
1496
  # @see http://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/ListTagsForResourceRequest AWS API Documentation
@@ -1921,10 +1921,17 @@ module Aws::SecurityLake
1921
1921
  # rollup region.
1922
1922
  # @return [Array<Types::DataLakeConfiguration>]
1923
1923
  #
1924
+ # @!attribute [rw] meta_store_manager_role_arn
1925
+ # The Amazon Resource Name (ARN) used to create and update the Glue
1926
+ # table. This table contains partitions generated by the ingestion and
1927
+ # normalization of Amazon Web Services log sources and custom sources.
1928
+ # @return [String]
1929
+ #
1924
1930
  # @see http://docs.aws.amazon.com/goto/WebAPI/securitylake-2018-05-10/UpdateDataLakeRequest AWS API Documentation
1925
1931
  #
1926
1932
  class UpdateDataLakeRequest < Struct.new(
1927
- :configurations)
1933
+ :configurations,
1934
+ :meta_store_manager_role_arn)
1928
1935
  SENSITIVE = []
1929
1936
  include Aws::Structure
1930
1937
  end
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-securitylake/customizations'
52
52
  # @!group service
53
53
  module Aws::SecurityLake
54
54
 
55
- GEM_VERSION = '1.16.0'
55
+ GEM_VERSION = '1.17.0'
56
56
 
57
57
  end
data/sig/client.rbs CHANGED
@@ -82,7 +82,7 @@ module Aws
82
82
  {
83
83
  accounts: Array[::String]?,
84
84
  regions: Array[::String],
85
- source_name: ("ROUTE53" | "VPC_FLOW" | "SH_FINDINGS" | "CLOUD_TRAIL_MGMT" | "LAMBDA_EXECUTION" | "S3_DATA"),
85
+ source_name: ("ROUTE53" | "VPC_FLOW" | "SH_FINDINGS" | "CLOUD_TRAIL_MGMT" | "LAMBDA_EXECUTION" | "S3_DATA" | "EKS_AUDIT" | "WAF"),
86
86
  source_version: ::String?
87
87
  },
88
88
  ]
@@ -95,7 +95,7 @@ module Aws
95
95
  end
96
96
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SecurityLake/Client.html#create_custom_log_source-instance_method
97
97
  def create_custom_log_source: (
98
- ?configuration: {
98
+ configuration: {
99
99
  crawler_configuration: {
100
100
  role_arn: ::String
101
101
  },
@@ -165,19 +165,19 @@ module Aws
165
165
  end
166
166
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SecurityLake/Client.html#create_data_lake_organization_configuration-instance_method
167
167
  def create_data_lake_organization_configuration: (
168
- auto_enable_new_account: Array[
168
+ ?auto_enable_new_account: Array[
169
169
  {
170
170
  region: ::String,
171
171
  sources: Array[
172
172
  {
173
- source_name: ("ROUTE53" | "VPC_FLOW" | "SH_FINDINGS" | "CLOUD_TRAIL_MGMT" | "LAMBDA_EXECUTION" | "S3_DATA")?,
173
+ source_name: ("ROUTE53" | "VPC_FLOW" | "SH_FINDINGS" | "CLOUD_TRAIL_MGMT" | "LAMBDA_EXECUTION" | "S3_DATA" | "EKS_AUDIT" | "WAF")?,
174
174
  source_version: ::String?
175
175
  },
176
176
  ]
177
177
  },
178
178
  ]
179
179
  ) -> _CreateDataLakeOrganizationConfigurationResponseSuccess
180
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDataLakeOrganizationConfigurationResponseSuccess
180
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDataLakeOrganizationConfigurationResponseSuccess
181
181
 
182
182
  interface _CreateSubscriberResponseSuccess
183
183
  include ::Seahorse::Client::_ResponseSuccess[Types::CreateSubscriberResponse]
@@ -189,7 +189,7 @@ module Aws
189
189
  sources: Array[
190
190
  {
191
191
  aws_log_source: {
192
- source_name: ("ROUTE53" | "VPC_FLOW" | "SH_FINDINGS" | "CLOUD_TRAIL_MGMT" | "LAMBDA_EXECUTION" | "S3_DATA")?,
192
+ source_name: ("ROUTE53" | "VPC_FLOW" | "SH_FINDINGS" | "CLOUD_TRAIL_MGMT" | "LAMBDA_EXECUTION" | "S3_DATA" | "EKS_AUDIT" | "WAF")?,
193
193
  source_version: ::String?
194
194
  }?,
195
195
  custom_log_source: {
@@ -253,7 +253,7 @@ module Aws
253
253
  {
254
254
  accounts: Array[::String]?,
255
255
  regions: Array[::String],
256
- source_name: ("ROUTE53" | "VPC_FLOW" | "SH_FINDINGS" | "CLOUD_TRAIL_MGMT" | "LAMBDA_EXECUTION" | "S3_DATA"),
256
+ source_name: ("ROUTE53" | "VPC_FLOW" | "SH_FINDINGS" | "CLOUD_TRAIL_MGMT" | "LAMBDA_EXECUTION" | "S3_DATA" | "EKS_AUDIT" | "WAF"),
257
257
  source_version: ::String?
258
258
  },
259
259
  ]
@@ -292,19 +292,19 @@ module Aws
292
292
  end
293
293
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SecurityLake/Client.html#delete_data_lake_organization_configuration-instance_method
294
294
  def delete_data_lake_organization_configuration: (
295
- auto_enable_new_account: Array[
295
+ ?auto_enable_new_account: Array[
296
296
  {
297
297
  region: ::String,
298
298
  sources: Array[
299
299
  {
300
- source_name: ("ROUTE53" | "VPC_FLOW" | "SH_FINDINGS" | "CLOUD_TRAIL_MGMT" | "LAMBDA_EXECUTION" | "S3_DATA")?,
300
+ source_name: ("ROUTE53" | "VPC_FLOW" | "SH_FINDINGS" | "CLOUD_TRAIL_MGMT" | "LAMBDA_EXECUTION" | "S3_DATA" | "EKS_AUDIT" | "WAF")?,
301
301
  source_version: ::String?
302
302
  },
303
303
  ]
304
304
  },
305
305
  ]
306
306
  ) -> _DeleteDataLakeOrganizationConfigurationResponseSuccess
307
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteDataLakeOrganizationConfigurationResponseSuccess
307
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteDataLakeOrganizationConfigurationResponseSuccess
308
308
 
309
309
  interface _DeleteSubscriberResponseSuccess
310
310
  include ::Seahorse::Client::_ResponseSuccess[Types::DeleteSubscriberResponse]
@@ -413,7 +413,7 @@ module Aws
413
413
  ?sources: Array[
414
414
  {
415
415
  aws_log_source: {
416
- source_name: ("ROUTE53" | "VPC_FLOW" | "SH_FINDINGS" | "CLOUD_TRAIL_MGMT" | "LAMBDA_EXECUTION" | "S3_DATA")?,
416
+ source_name: ("ROUTE53" | "VPC_FLOW" | "SH_FINDINGS" | "CLOUD_TRAIL_MGMT" | "LAMBDA_EXECUTION" | "S3_DATA" | "EKS_AUDIT" | "WAF")?,
417
417
  source_version: ::String?
418
418
  }?,
419
419
  custom_log_source: {
@@ -518,7 +518,8 @@ module Aws
518
518
  role_arn: ::String?
519
519
  }?
520
520
  },
521
- ]
521
+ ],
522
+ ?meta_store_manager_role_arn: ::String
522
523
  ) -> _UpdateDataLakeResponseSuccess
523
524
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateDataLakeResponseSuccess
524
525
 
@@ -542,7 +543,7 @@ module Aws
542
543
  ?sources: Array[
543
544
  {
544
545
  aws_log_source: {
545
- source_name: ("ROUTE53" | "VPC_FLOW" | "SH_FINDINGS" | "CLOUD_TRAIL_MGMT" | "LAMBDA_EXECUTION" | "S3_DATA")?,
546
+ source_name: ("ROUTE53" | "VPC_FLOW" | "SH_FINDINGS" | "CLOUD_TRAIL_MGMT" | "LAMBDA_EXECUTION" | "S3_DATA" | "EKS_AUDIT" | "WAF")?,
546
547
  source_version: ::String?
547
548
  }?,
548
549
  custom_log_source: {
data/sig/types.rbs CHANGED
@@ -23,13 +23,13 @@ module Aws::SecurityLake
23
23
  class AwsLogSourceConfiguration
24
24
  attr_accessor accounts: ::Array[::String]
25
25
  attr_accessor regions: ::Array[::String]
26
- attr_accessor source_name: ("ROUTE53" | "VPC_FLOW" | "SH_FINDINGS" | "CLOUD_TRAIL_MGMT" | "LAMBDA_EXECUTION" | "S3_DATA")
26
+ attr_accessor source_name: ("ROUTE53" | "VPC_FLOW" | "SH_FINDINGS" | "CLOUD_TRAIL_MGMT" | "LAMBDA_EXECUTION" | "S3_DATA" | "EKS_AUDIT" | "WAF")
27
27
  attr_accessor source_version: ::String
28
28
  SENSITIVE: []
29
29
  end
30
30
 
31
31
  class AwsLogSourceResource
32
- attr_accessor source_name: ("ROUTE53" | "VPC_FLOW" | "SH_FINDINGS" | "CLOUD_TRAIL_MGMT" | "LAMBDA_EXECUTION" | "S3_DATA")
32
+ attr_accessor source_name: ("ROUTE53" | "VPC_FLOW" | "SH_FINDINGS" | "CLOUD_TRAIL_MGMT" | "LAMBDA_EXECUTION" | "S3_DATA" | "EKS_AUDIT" | "WAF")
33
33
  attr_accessor source_version: ::String
34
34
  SENSITIVE: []
35
35
  end
@@ -541,6 +541,7 @@ module Aws::SecurityLake
541
541
 
542
542
  class UpdateDataLakeRequest
543
543
  attr_accessor configurations: ::Array[Types::DataLakeConfiguration]
544
+ attr_accessor meta_store_manager_role_arn: ::String
544
545
  SENSITIVE: []
545
546
  end
546
547
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-securitylake
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.16.0
4
+ version: 1.17.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-13 00:00:00.000000000 Z
11
+ date: 2024-02-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core