@aws-sdk/client-securitylake 3.523.0 → 3.525.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.
Files changed (65) hide show
  1. package/dist-cjs/index.js +5 -2
  2. package/dist-es/models/models_0.js +2 -0
  3. package/dist-es/protocols/Aws_restJson1.js +1 -0
  4. package/dist-types/commands/CreateAwsLogSourceCommand.d.ts +1 -1
  5. package/dist-types/commands/CreateDataLakeOrganizationConfigurationCommand.d.ts +2 -2
  6. package/dist-types/commands/CreateSubscriberCommand.d.ts +2 -2
  7. package/dist-types/commands/DeleteAwsLogSourceCommand.d.ts +1 -1
  8. package/dist-types/commands/DeleteDataLakeOrganizationConfigurationCommand.d.ts +2 -2
  9. package/dist-types/commands/GetDataLakeOrganizationConfigurationCommand.d.ts +1 -1
  10. package/dist-types/commands/GetSubscriberCommand.d.ts +1 -1
  11. package/dist-types/commands/ListLogSourcesCommand.d.ts +2 -2
  12. package/dist-types/commands/ListSubscribersCommand.d.ts +1 -1
  13. package/dist-types/commands/UpdateDataLakeCommand.d.ts +1 -0
  14. package/dist-types/commands/UpdateSubscriberCommand.d.ts +2 -2
  15. package/dist-types/models/models_0.d.ts +13 -4
  16. package/dist-types/ts3.4/models/models_0.d.ts +6 -3
  17. package/package.json +17 -17
  18. package/dist-cjs/SecurityLake.js +0 -1
  19. package/dist-cjs/SecurityLakeClient.js +0 -1
  20. package/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -1
  21. package/dist-cjs/commands/CreateAwsLogSourceCommand.js +0 -1
  22. package/dist-cjs/commands/CreateCustomLogSourceCommand.js +0 -1
  23. package/dist-cjs/commands/CreateDataLakeCommand.js +0 -1
  24. package/dist-cjs/commands/CreateDataLakeExceptionSubscriptionCommand.js +0 -1
  25. package/dist-cjs/commands/CreateDataLakeOrganizationConfigurationCommand.js +0 -1
  26. package/dist-cjs/commands/CreateSubscriberCommand.js +0 -1
  27. package/dist-cjs/commands/CreateSubscriberNotificationCommand.js +0 -1
  28. package/dist-cjs/commands/DeleteAwsLogSourceCommand.js +0 -1
  29. package/dist-cjs/commands/DeleteCustomLogSourceCommand.js +0 -1
  30. package/dist-cjs/commands/DeleteDataLakeCommand.js +0 -1
  31. package/dist-cjs/commands/DeleteDataLakeExceptionSubscriptionCommand.js +0 -1
  32. package/dist-cjs/commands/DeleteDataLakeOrganizationConfigurationCommand.js +0 -1
  33. package/dist-cjs/commands/DeleteSubscriberCommand.js +0 -1
  34. package/dist-cjs/commands/DeleteSubscriberNotificationCommand.js +0 -1
  35. package/dist-cjs/commands/DeregisterDataLakeDelegatedAdministratorCommand.js +0 -1
  36. package/dist-cjs/commands/GetDataLakeExceptionSubscriptionCommand.js +0 -1
  37. package/dist-cjs/commands/GetDataLakeOrganizationConfigurationCommand.js +0 -1
  38. package/dist-cjs/commands/GetDataLakeSourcesCommand.js +0 -1
  39. package/dist-cjs/commands/GetSubscriberCommand.js +0 -1
  40. package/dist-cjs/commands/ListDataLakeExceptionsCommand.js +0 -1
  41. package/dist-cjs/commands/ListDataLakesCommand.js +0 -1
  42. package/dist-cjs/commands/ListLogSourcesCommand.js +0 -1
  43. package/dist-cjs/commands/ListSubscribersCommand.js +0 -1
  44. package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -1
  45. package/dist-cjs/commands/RegisterDataLakeDelegatedAdministratorCommand.js +0 -1
  46. package/dist-cjs/commands/TagResourceCommand.js +0 -1
  47. package/dist-cjs/commands/UntagResourceCommand.js +0 -1
  48. package/dist-cjs/commands/UpdateDataLakeCommand.js +0 -1
  49. package/dist-cjs/commands/UpdateDataLakeExceptionSubscriptionCommand.js +0 -1
  50. package/dist-cjs/commands/UpdateSubscriberCommand.js +0 -1
  51. package/dist-cjs/commands/UpdateSubscriberNotificationCommand.js +0 -1
  52. package/dist-cjs/commands/index.js +0 -1
  53. package/dist-cjs/endpoint/EndpointParameters.js +0 -1
  54. package/dist-cjs/extensionConfiguration.js +0 -1
  55. package/dist-cjs/models/SecurityLakeServiceException.js +0 -1
  56. package/dist-cjs/models/index.js +0 -1
  57. package/dist-cjs/models/models_0.js +0 -1
  58. package/dist-cjs/pagination/GetDataLakeSourcesPaginator.js +0 -1
  59. package/dist-cjs/pagination/Interfaces.js +0 -1
  60. package/dist-cjs/pagination/ListDataLakeExceptionsPaginator.js +0 -1
  61. package/dist-cjs/pagination/ListLogSourcesPaginator.js +0 -1
  62. package/dist-cjs/pagination/ListSubscribersPaginator.js +0 -1
  63. package/dist-cjs/pagination/index.js +0 -1
  64. package/dist-cjs/protocols/Aws_restJson1.js +0 -1
  65. package/dist-cjs/runtimeExtensions.js +0 -1
package/dist-cjs/index.js CHANGED
@@ -272,11 +272,13 @@ var AccessType = {
272
272
  };
273
273
  var AwsLogSourceName = {
274
274
  CLOUD_TRAIL_MGMT: "CLOUD_TRAIL_MGMT",
275
+ EKS_AUDIT: "EKS_AUDIT",
275
276
  LAMBDA_EXECUTION: "LAMBDA_EXECUTION",
276
277
  ROUTE53: "ROUTE53",
277
278
  S3_DATA: "S3_DATA",
278
279
  SH_FINDINGS: "SH_FINDINGS",
279
- VPC_FLOW: "VPC_FLOW"
280
+ VPC_FLOW: "VPC_FLOW",
281
+ WAF: "WAF"
280
282
  };
281
283
  var _BadRequestException = class _BadRequestException extends SecurityLakeServiceException {
282
284
  /**
@@ -803,7 +805,8 @@ var se_UpdateDataLakeCommand = /* @__PURE__ */ __name(async (input, context) =>
803
805
  let body;
804
806
  body = JSON.stringify(
805
807
  (0, import_smithy_client.take)(input, {
806
- configurations: (_) => (0, import_smithy_client._json)(_)
808
+ configurations: (_) => (0, import_smithy_client._json)(_),
809
+ metaStoreManagerRoleArn: []
807
810
  })
808
811
  );
809
812
  b.m("PUT").h(headers).b(body);
@@ -18,11 +18,13 @@ export const AccessType = {
18
18
  };
19
19
  export const AwsLogSourceName = {
20
20
  CLOUD_TRAIL_MGMT: "CLOUD_TRAIL_MGMT",
21
+ EKS_AUDIT: "EKS_AUDIT",
21
22
  LAMBDA_EXECUTION: "LAMBDA_EXECUTION",
22
23
  ROUTE53: "ROUTE53",
23
24
  S3_DATA: "S3_DATA",
24
25
  SH_FINDINGS: "SH_FINDINGS",
25
26
  VPC_FLOW: "VPC_FLOW",
27
+ WAF: "WAF",
26
28
  };
27
29
  export class BadRequestException extends __BaseException {
28
30
  constructor(opts) {
@@ -358,6 +358,7 @@ export const se_UpdateDataLakeCommand = async (input, context) => {
358
358
  let body;
359
359
  body = JSON.stringify(take(input, {
360
360
  configurations: (_) => _json(_),
361
+ metaStoreManagerRoleArn: [],
361
362
  }));
362
363
  b.m("PUT").h(headers).b(body);
363
364
  return b.build();
@@ -48,7 +48,7 @@ declare const CreateAwsLogSourceCommand_base: {
48
48
  * regions: [ // RegionList // required
49
49
  * "STRING_VALUE",
50
50
  * ],
51
- * sourceName: "ROUTE53" || "VPC_FLOW" || "SH_FINDINGS" || "CLOUD_TRAIL_MGMT" || "LAMBDA_EXECUTION" || "S3_DATA", // required
51
+ * sourceName: "ROUTE53" || "VPC_FLOW" || "SH_FINDINGS" || "CLOUD_TRAIL_MGMT" || "LAMBDA_EXECUTION" || "S3_DATA" || "EKS_AUDIT" || "WAF", // required
52
52
  * sourceVersion: "STRING_VALUE",
53
53
  * },
54
54
  * ],
@@ -36,12 +36,12 @@ declare const CreateDataLakeOrganizationConfigurationCommand_base: {
36
36
  * // const { SecurityLakeClient, CreateDataLakeOrganizationConfigurationCommand } = require("@aws-sdk/client-securitylake"); // CommonJS import
37
37
  * const client = new SecurityLakeClient(config);
38
38
  * const input = { // CreateDataLakeOrganizationConfigurationRequest
39
- * autoEnableNewAccount: [ // DataLakeAutoEnableNewAccountConfigurationList // required
39
+ * autoEnableNewAccount: [ // DataLakeAutoEnableNewAccountConfigurationList
40
40
  * { // DataLakeAutoEnableNewAccountConfiguration
41
41
  * region: "STRING_VALUE", // required
42
42
  * sources: [ // AwsLogSourceResourceList // required
43
43
  * { // AwsLogSourceResource
44
- * sourceName: "ROUTE53" || "VPC_FLOW" || "SH_FINDINGS" || "CLOUD_TRAIL_MGMT" || "LAMBDA_EXECUTION" || "S3_DATA",
44
+ * sourceName: "ROUTE53" || "VPC_FLOW" || "SH_FINDINGS" || "CLOUD_TRAIL_MGMT" || "LAMBDA_EXECUTION" || "S3_DATA" || "EKS_AUDIT" || "WAF",
45
45
  * sourceVersion: "STRING_VALUE",
46
46
  * },
47
47
  * ],
@@ -44,7 +44,7 @@ declare const CreateSubscriberCommand_base: {
44
44
  * sources: [ // LogSourceResourceList // required
45
45
  * { // LogSourceResource Union: only one key present
46
46
  * awsLogSource: { // AwsLogSourceResource
47
- * sourceName: "ROUTE53" || "VPC_FLOW" || "SH_FINDINGS" || "CLOUD_TRAIL_MGMT" || "LAMBDA_EXECUTION" || "S3_DATA",
47
+ * sourceName: "ROUTE53" || "VPC_FLOW" || "SH_FINDINGS" || "CLOUD_TRAIL_MGMT" || "LAMBDA_EXECUTION" || "S3_DATA" || "EKS_AUDIT" || "WAF",
48
48
  * sourceVersion: "STRING_VALUE",
49
49
  * },
50
50
  * customLogSource: { // CustomLogSourceResource
@@ -87,7 +87,7 @@ declare const CreateSubscriberCommand_base: {
87
87
  * // sources: [ // LogSourceResourceList // required
88
88
  * // { // LogSourceResource Union: only one key present
89
89
  * // awsLogSource: { // AwsLogSourceResource
90
- * // sourceName: "ROUTE53" || "VPC_FLOW" || "SH_FINDINGS" || "CLOUD_TRAIL_MGMT" || "LAMBDA_EXECUTION" || "S3_DATA",
90
+ * // sourceName: "ROUTE53" || "VPC_FLOW" || "SH_FINDINGS" || "CLOUD_TRAIL_MGMT" || "LAMBDA_EXECUTION" || "S3_DATA" || "EKS_AUDIT" || "WAF",
91
91
  * // sourceVersion: "STRING_VALUE",
92
92
  * // },
93
93
  * // customLogSource: { // CustomLogSourceResource
@@ -48,7 +48,7 @@ declare const DeleteAwsLogSourceCommand_base: {
48
48
  * regions: [ // RegionList // required
49
49
  * "STRING_VALUE",
50
50
  * ],
51
- * sourceName: "ROUTE53" || "VPC_FLOW" || "SH_FINDINGS" || "CLOUD_TRAIL_MGMT" || "LAMBDA_EXECUTION" || "S3_DATA", // required
51
+ * sourceName: "ROUTE53" || "VPC_FLOW" || "SH_FINDINGS" || "CLOUD_TRAIL_MGMT" || "LAMBDA_EXECUTION" || "S3_DATA" || "EKS_AUDIT" || "WAF", // required
52
52
  * sourceVersion: "STRING_VALUE",
53
53
  * },
54
54
  * ],
@@ -36,12 +36,12 @@ declare const DeleteDataLakeOrganizationConfigurationCommand_base: {
36
36
  * // const { SecurityLakeClient, DeleteDataLakeOrganizationConfigurationCommand } = require("@aws-sdk/client-securitylake"); // CommonJS import
37
37
  * const client = new SecurityLakeClient(config);
38
38
  * const input = { // DeleteDataLakeOrganizationConfigurationRequest
39
- * autoEnableNewAccount: [ // DataLakeAutoEnableNewAccountConfigurationList // required
39
+ * autoEnableNewAccount: [ // DataLakeAutoEnableNewAccountConfigurationList
40
40
  * { // DataLakeAutoEnableNewAccountConfiguration
41
41
  * region: "STRING_VALUE", // required
42
42
  * sources: [ // AwsLogSourceResourceList // required
43
43
  * { // AwsLogSourceResource
44
- * sourceName: "ROUTE53" || "VPC_FLOW" || "SH_FINDINGS" || "CLOUD_TRAIL_MGMT" || "LAMBDA_EXECUTION" || "S3_DATA",
44
+ * sourceName: "ROUTE53" || "VPC_FLOW" || "SH_FINDINGS" || "CLOUD_TRAIL_MGMT" || "LAMBDA_EXECUTION" || "S3_DATA" || "EKS_AUDIT" || "WAF",
45
45
  * sourceVersion: "STRING_VALUE",
46
46
  * },
47
47
  * ],
@@ -44,7 +44,7 @@ declare const GetDataLakeOrganizationConfigurationCommand_base: {
44
44
  * // region: "STRING_VALUE", // required
45
45
  * // sources: [ // AwsLogSourceResourceList // required
46
46
  * // { // AwsLogSourceResource
47
- * // sourceName: "ROUTE53" || "VPC_FLOW" || "SH_FINDINGS" || "CLOUD_TRAIL_MGMT" || "LAMBDA_EXECUTION" || "S3_DATA",
47
+ * // sourceName: "ROUTE53" || "VPC_FLOW" || "SH_FINDINGS" || "CLOUD_TRAIL_MGMT" || "LAMBDA_EXECUTION" || "S3_DATA" || "EKS_AUDIT" || "WAF",
48
48
  * // sourceVersion: "STRING_VALUE",
49
49
  * // },
50
50
  * // ],
@@ -52,7 +52,7 @@ declare const GetSubscriberCommand_base: {
52
52
  * // sources: [ // LogSourceResourceList // required
53
53
  * // { // LogSourceResource Union: only one key present
54
54
  * // awsLogSource: { // AwsLogSourceResource
55
- * // sourceName: "ROUTE53" || "VPC_FLOW" || "SH_FINDINGS" || "CLOUD_TRAIL_MGMT" || "LAMBDA_EXECUTION" || "S3_DATA",
55
+ * // sourceName: "ROUTE53" || "VPC_FLOW" || "SH_FINDINGS" || "CLOUD_TRAIL_MGMT" || "LAMBDA_EXECUTION" || "S3_DATA" || "EKS_AUDIT" || "WAF",
56
56
  * // sourceVersion: "STRING_VALUE",
57
57
  * // },
58
58
  * // customLogSource: { // CustomLogSourceResource
@@ -43,7 +43,7 @@ declare const ListLogSourcesCommand_base: {
43
43
  * sources: [ // LogSourceResourceList
44
44
  * { // LogSourceResource Union: only one key present
45
45
  * awsLogSource: { // AwsLogSourceResource
46
- * sourceName: "ROUTE53" || "VPC_FLOW" || "SH_FINDINGS" || "CLOUD_TRAIL_MGMT" || "LAMBDA_EXECUTION" || "S3_DATA",
46
+ * sourceName: "ROUTE53" || "VPC_FLOW" || "SH_FINDINGS" || "CLOUD_TRAIL_MGMT" || "LAMBDA_EXECUTION" || "S3_DATA" || "EKS_AUDIT" || "WAF",
47
47
  * sourceVersion: "STRING_VALUE",
48
48
  * },
49
49
  * customLogSource: { // CustomLogSourceResource
@@ -74,7 +74,7 @@ declare const ListLogSourcesCommand_base: {
74
74
  * // sources: [ // LogSourceResourceList
75
75
  * // { // LogSourceResource Union: only one key present
76
76
  * // awsLogSource: { // AwsLogSourceResource
77
- * // sourceName: "ROUTE53" || "VPC_FLOW" || "SH_FINDINGS" || "CLOUD_TRAIL_MGMT" || "LAMBDA_EXECUTION" || "S3_DATA",
77
+ * // sourceName: "ROUTE53" || "VPC_FLOW" || "SH_FINDINGS" || "CLOUD_TRAIL_MGMT" || "LAMBDA_EXECUTION" || "S3_DATA" || "EKS_AUDIT" || "WAF",
78
78
  * // sourceVersion: "STRING_VALUE",
79
79
  * // },
80
80
  * // customLogSource: { // CustomLogSourceResource
@@ -54,7 +54,7 @@ declare const ListSubscribersCommand_base: {
54
54
  * // sources: [ // LogSourceResourceList // required
55
55
  * // { // LogSourceResource Union: only one key present
56
56
  * // awsLogSource: { // AwsLogSourceResource
57
- * // sourceName: "ROUTE53" || "VPC_FLOW" || "SH_FINDINGS" || "CLOUD_TRAIL_MGMT" || "LAMBDA_EXECUTION" || "S3_DATA",
57
+ * // sourceName: "ROUTE53" || "VPC_FLOW" || "SH_FINDINGS" || "CLOUD_TRAIL_MGMT" || "LAMBDA_EXECUTION" || "S3_DATA" || "EKS_AUDIT" || "WAF",
58
58
  * // sourceVersion: "STRING_VALUE",
59
59
  * // },
60
60
  * // customLogSource: { // CustomLogSourceResource
@@ -60,6 +60,7 @@ declare const UpdateDataLakeCommand_base: {
60
60
  * },
61
61
  * },
62
62
  * ],
63
+ * metaStoreManagerRoleArn: "STRING_VALUE",
63
64
  * };
64
65
  * const command = new UpdateDataLakeCommand(input);
65
66
  * const response = await client.send(command);
@@ -45,7 +45,7 @@ declare const UpdateSubscriberCommand_base: {
45
45
  * sources: [ // LogSourceResourceList
46
46
  * { // LogSourceResource Union: only one key present
47
47
  * awsLogSource: { // AwsLogSourceResource
48
- * sourceName: "ROUTE53" || "VPC_FLOW" || "SH_FINDINGS" || "CLOUD_TRAIL_MGMT" || "LAMBDA_EXECUTION" || "S3_DATA",
48
+ * sourceName: "ROUTE53" || "VPC_FLOW" || "SH_FINDINGS" || "CLOUD_TRAIL_MGMT" || "LAMBDA_EXECUTION" || "S3_DATA" || "EKS_AUDIT" || "WAF",
49
49
  * sourceVersion: "STRING_VALUE",
50
50
  * },
51
51
  * customLogSource: { // CustomLogSourceResource
@@ -79,7 +79,7 @@ declare const UpdateSubscriberCommand_base: {
79
79
  * // sources: [ // LogSourceResourceList // required
80
80
  * // { // LogSourceResource Union: only one key present
81
81
  * // awsLogSource: { // AwsLogSourceResource
82
- * // sourceName: "ROUTE53" || "VPC_FLOW" || "SH_FINDINGS" || "CLOUD_TRAIL_MGMT" || "LAMBDA_EXECUTION" || "S3_DATA",
82
+ * // sourceName: "ROUTE53" || "VPC_FLOW" || "SH_FINDINGS" || "CLOUD_TRAIL_MGMT" || "LAMBDA_EXECUTION" || "S3_DATA" || "EKS_AUDIT" || "WAF",
83
83
  * // sourceVersion: "STRING_VALUE",
84
84
  * // },
85
85
  * // customLogSource: { // CustomLogSourceResource
@@ -54,11 +54,13 @@ export interface AwsIdentity {
54
54
  */
55
55
  export declare const AwsLogSourceName: {
56
56
  readonly CLOUD_TRAIL_MGMT: "CLOUD_TRAIL_MGMT";
57
+ readonly EKS_AUDIT: "EKS_AUDIT";
57
58
  readonly LAMBDA_EXECUTION: "LAMBDA_EXECUTION";
58
59
  readonly ROUTE53: "ROUTE53";
59
60
  readonly S3_DATA: "S3_DATA";
60
61
  readonly SH_FINDINGS: "SH_FINDINGS";
61
62
  readonly VPC_FLOW: "VPC_FLOW";
63
+ readonly WAF: "WAF";
62
64
  };
63
65
  /**
64
66
  * @public
@@ -442,7 +444,7 @@ export interface CreateCustomLogSourceRequest {
442
444
  * @public
443
445
  * <p>The configuration for the third-party custom source.</p>
444
446
  */
445
- configuration?: CustomLogSourceConfiguration;
447
+ configuration: CustomLogSourceConfiguration | undefined;
446
448
  }
447
449
  /**
448
450
  * @public
@@ -848,7 +850,7 @@ export interface CreateDataLakeOrganizationConfigurationRequest {
848
850
  * <p>Enable Security Lake with the specified configuration settings, to begin collecting security
849
851
  * data for new accounts in your organization.</p>
850
852
  */
851
- autoEnableNewAccount: DataLakeAutoEnableNewAccountConfiguration[] | undefined;
853
+ autoEnableNewAccount?: DataLakeAutoEnableNewAccountConfiguration[];
852
854
  }
853
855
  /**
854
856
  * @public
@@ -1240,7 +1242,7 @@ export interface DeleteDataLakeOrganizationConfigurationRequest {
1240
1242
  * @public
1241
1243
  * <p>Turns off automatic enablement of Security Lake for member accounts that are added to an organization.</p>
1242
1244
  */
1243
- autoEnableNewAccount: DataLakeAutoEnableNewAccountConfiguration[] | undefined;
1245
+ autoEnableNewAccount?: DataLakeAutoEnableNewAccountConfiguration[];
1244
1246
  }
1245
1247
  /**
1246
1248
  * @public
@@ -1614,6 +1616,13 @@ export interface UpdateDataLakeRequest {
1614
1616
  * <p>Specify the Region or Regions that will contribute data to the rollup region.</p>
1615
1617
  */
1616
1618
  configurations: DataLakeConfiguration[] | undefined;
1619
+ /**
1620
+ * @public
1621
+ * <p>The Amazon Resource Name (ARN) used to create and update the Glue table.
1622
+ * This table contains partitions generated by the ingestion and normalization of
1623
+ * Amazon Web Services log sources and custom sources.</p>
1624
+ */
1625
+ metaStoreManagerRoleArn?: string;
1617
1626
  }
1618
1627
  /**
1619
1628
  * @public
@@ -1828,7 +1837,7 @@ export interface ListSubscribersResponse {
1828
1837
  export interface ListTagsForResourceRequest {
1829
1838
  /**
1830
1839
  * @public
1831
- * <p>The Amazon Resource Name (ARN) of the Amazon Security Lake resource to retrieve the tags for.</p>
1840
+ * <p>The Amazon Resource Name (ARN) of the Amazon Security Lake resource for which you want to retrieve the tags.</p>
1832
1841
  */
1833
1842
  resourceArn: string | undefined;
1834
1843
  }
@@ -19,11 +19,13 @@ export interface AwsIdentity {
19
19
  }
20
20
  export declare const AwsLogSourceName: {
21
21
  readonly CLOUD_TRAIL_MGMT: "CLOUD_TRAIL_MGMT";
22
+ readonly EKS_AUDIT: "EKS_AUDIT";
22
23
  readonly LAMBDA_EXECUTION: "LAMBDA_EXECUTION";
23
24
  readonly ROUTE53: "ROUTE53";
24
25
  readonly S3_DATA: "S3_DATA";
25
26
  readonly SH_FINDINGS: "SH_FINDINGS";
26
27
  readonly VPC_FLOW: "VPC_FLOW";
28
+ readonly WAF: "WAF";
27
29
  };
28
30
  export type AwsLogSourceName =
29
31
  (typeof AwsLogSourceName)[keyof typeof AwsLogSourceName];
@@ -98,7 +100,7 @@ export interface CreateCustomLogSourceRequest {
98
100
  sourceName: string | undefined;
99
101
  sourceVersion?: string;
100
102
  eventClasses?: string[];
101
- configuration?: CustomLogSourceConfiguration;
103
+ configuration: CustomLogSourceConfiguration | undefined;
102
104
  }
103
105
  export interface CustomLogSourceAttributes {
104
106
  crawlerArn?: string;
@@ -192,7 +194,7 @@ export interface DataLakeAutoEnableNewAccountConfiguration {
192
194
  sources: AwsLogSourceResource[] | undefined;
193
195
  }
194
196
  export interface CreateDataLakeOrganizationConfigurationRequest {
195
- autoEnableNewAccount: DataLakeAutoEnableNewAccountConfiguration[] | undefined;
197
+ autoEnableNewAccount?: DataLakeAutoEnableNewAccountConfiguration[];
196
198
  }
197
199
  export interface CreateDataLakeOrganizationConfigurationResponse {}
198
200
  export type LogSourceResource =
@@ -323,7 +325,7 @@ export interface DeleteDataLakeRequest {
323
325
  }
324
326
  export interface DeleteDataLakeResponse {}
325
327
  export interface DeleteDataLakeOrganizationConfigurationRequest {
326
- autoEnableNewAccount: DataLakeAutoEnableNewAccountConfiguration[] | undefined;
328
+ autoEnableNewAccount?: DataLakeAutoEnableNewAccountConfiguration[];
327
329
  }
328
330
  export interface DeleteDataLakeOrganizationConfigurationResponse {}
329
331
  export interface GetDataLakeOrganizationConfigurationRequest {}
@@ -381,6 +383,7 @@ export interface ListLogSourcesResponse {
381
383
  }
382
384
  export interface UpdateDataLakeRequest {
383
385
  configurations: DataLakeConfiguration[] | undefined;
386
+ metaStoreManagerRoleArn?: string;
384
387
  }
385
388
  export interface UpdateDataLakeResponse {
386
389
  dataLakes?: DataLakeResource[];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-securitylake",
3
3
  "description": "AWS SDK for JavaScript Securitylake Client for Node.js, Browser and React Native",
4
- "version": "3.523.0",
4
+ "version": "3.525.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-securitylake",
@@ -20,40 +20,40 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.523.0",
24
- "@aws-sdk/core": "3.523.0",
25
- "@aws-sdk/credential-provider-node": "3.523.0",
23
+ "@aws-sdk/client-sts": "3.525.0",
24
+ "@aws-sdk/core": "3.525.0",
25
+ "@aws-sdk/credential-provider-node": "3.525.0",
26
26
  "@aws-sdk/middleware-host-header": "3.523.0",
27
27
  "@aws-sdk/middleware-logger": "3.523.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.523.0",
29
- "@aws-sdk/middleware-user-agent": "3.523.0",
30
- "@aws-sdk/region-config-resolver": "3.523.0",
29
+ "@aws-sdk/middleware-user-agent": "3.525.0",
30
+ "@aws-sdk/region-config-resolver": "3.525.0",
31
31
  "@aws-sdk/types": "3.523.0",
32
- "@aws-sdk/util-endpoints": "3.523.0",
32
+ "@aws-sdk/util-endpoints": "3.525.0",
33
33
  "@aws-sdk/util-user-agent-browser": "3.523.0",
34
- "@aws-sdk/util-user-agent-node": "3.523.0",
35
- "@smithy/config-resolver": "^2.1.3",
36
- "@smithy/core": "^1.3.4",
34
+ "@aws-sdk/util-user-agent-node": "3.525.0",
35
+ "@smithy/config-resolver": "^2.1.4",
36
+ "@smithy/core": "^1.3.5",
37
37
  "@smithy/fetch-http-handler": "^2.4.3",
38
38
  "@smithy/hash-node": "^2.1.3",
39
39
  "@smithy/invalid-dependency": "^2.1.3",
40
40
  "@smithy/middleware-content-length": "^2.1.3",
41
- "@smithy/middleware-endpoint": "^2.4.3",
42
- "@smithy/middleware-retry": "^2.1.3",
41
+ "@smithy/middleware-endpoint": "^2.4.4",
42
+ "@smithy/middleware-retry": "^2.1.4",
43
43
  "@smithy/middleware-serde": "^2.1.3",
44
44
  "@smithy/middleware-stack": "^2.1.3",
45
- "@smithy/node-config-provider": "^2.2.3",
45
+ "@smithy/node-config-provider": "^2.2.4",
46
46
  "@smithy/node-http-handler": "^2.4.1",
47
47
  "@smithy/protocol-http": "^3.2.1",
48
- "@smithy/smithy-client": "^2.4.1",
48
+ "@smithy/smithy-client": "^2.4.2",
49
49
  "@smithy/types": "^2.10.1",
50
50
  "@smithy/url-parser": "^2.1.3",
51
51
  "@smithy/util-base64": "^2.1.1",
52
52
  "@smithy/util-body-length-browser": "^2.1.1",
53
53
  "@smithy/util-body-length-node": "^2.2.1",
54
- "@smithy/util-defaults-mode-browser": "^2.1.3",
55
- "@smithy/util-defaults-mode-node": "^2.2.2",
56
- "@smithy/util-endpoints": "^1.1.3",
54
+ "@smithy/util-defaults-mode-browser": "^2.1.4",
55
+ "@smithy/util-defaults-mode-node": "^2.2.3",
56
+ "@smithy/util-endpoints": "^1.1.4",
57
57
  "@smithy/util-middleware": "^2.1.3",
58
58
  "@smithy/util-retry": "^2.1.3",
59
59
  "@smithy/util-utf8": "^2.1.1",
@@ -1 +0,0 @@
1
- module.exports = require("./index.js");
@@ -1 +0,0 @@
1
- module.exports = require("./index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("./index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("./index.js");