cdk-docker-image-deployment 0.0.122 → 0.0.124

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.
@@ -12,155 +12,155 @@ declare class SecurityLake extends Service {
12
12
  constructor(options?: SecurityLake.Types.ClientConfiguration)
13
13
  config: Config & SecurityLake.Types.ClientConfiguration;
14
14
  /**
15
- * Adds a natively-supported Amazon Web Services service as a Security Lake source. Enables source types for member accounts in required Regions, based on specified parameters. You can choose any source type in any Region for accounts that are either part of a trusted organization or standalone accounts. At least one of the three dimensions is a mandatory input to this API. However, any combination of the three dimensions can be supplied to this API. By default, dimension refers to the entire set. When you don't provide a dimension, Security Lake assumes that the missing dimension refers to the entire set. This is overridden when you supply any one of the inputs. For instance, when members is not specified, the API disables all Security Lake member accounts for sources. Similarly, when Regions are not specified, Security Lake is disabled for all the Regions where Security Lake is available as a service. You can use this API only to enable a natively-supported Amazon Web Services services as a source. Use CreateCustomLogSource to enable data collection from a custom source.
15
+ * Adds a natively supported Amazon Web Service as an Amazon Security Lake source. Enables source types for member accounts in required Amazon Web Services Regions, based on the parameters you specify. You can choose any source type in any Region for either accounts that are part of a trusted organization or standalone accounts. At least one of the three dimensions is a mandatory input to this API. However, you can supply any combination of the three dimensions to this API. By default, a dimension refers to the entire set. When you don't provide a dimension, Security Lake assumes that the missing dimension refers to the entire set. This is overridden when you supply any one of the inputs. For instance, when you do not specify members, the API enables all Security Lake member accounts for all sources. Similarly, when you do not specify Regions, Security Lake is enabled for all the Regions where Security Lake is available as a service. You can use this API only to enable natively supported Amazon Web Services as a source. Use CreateCustomLogSource to enable data collection from a custom source.
16
16
  */
17
17
  createAwsLogSource(params: SecurityLake.Types.CreateAwsLogSourceRequest, callback?: (err: AWSError, data: SecurityLake.Types.CreateAwsLogSourceResponse) => void): Request<SecurityLake.Types.CreateAwsLogSourceResponse, AWSError>;
18
18
  /**
19
- * Adds a natively-supported Amazon Web Services service as a Security Lake source. Enables source types for member accounts in required Regions, based on specified parameters. You can choose any source type in any Region for accounts that are either part of a trusted organization or standalone accounts. At least one of the three dimensions is a mandatory input to this API. However, any combination of the three dimensions can be supplied to this API. By default, dimension refers to the entire set. When you don't provide a dimension, Security Lake assumes that the missing dimension refers to the entire set. This is overridden when you supply any one of the inputs. For instance, when members is not specified, the API disables all Security Lake member accounts for sources. Similarly, when Regions are not specified, Security Lake is disabled for all the Regions where Security Lake is available as a service. You can use this API only to enable a natively-supported Amazon Web Services services as a source. Use CreateCustomLogSource to enable data collection from a custom source.
19
+ * Adds a natively supported Amazon Web Service as an Amazon Security Lake source. Enables source types for member accounts in required Amazon Web Services Regions, based on the parameters you specify. You can choose any source type in any Region for either accounts that are part of a trusted organization or standalone accounts. At least one of the three dimensions is a mandatory input to this API. However, you can supply any combination of the three dimensions to this API. By default, a dimension refers to the entire set. When you don't provide a dimension, Security Lake assumes that the missing dimension refers to the entire set. This is overridden when you supply any one of the inputs. For instance, when you do not specify members, the API enables all Security Lake member accounts for all sources. Similarly, when you do not specify Regions, Security Lake is enabled for all the Regions where Security Lake is available as a service. You can use this API only to enable natively supported Amazon Web Services as a source. Use CreateCustomLogSource to enable data collection from a custom source.
20
20
  */
21
21
  createAwsLogSource(callback?: (err: AWSError, data: SecurityLake.Types.CreateAwsLogSourceResponse) => void): Request<SecurityLake.Types.CreateAwsLogSourceResponse, AWSError>;
22
22
  /**
23
- * Adds a third-party custom source in Amazon Security Lake, from the Region where you want to create a custom source. Security Lake can collect logs and events from third-party custom sources. After creating the appropriate API roles, use this API to add a custom source name in Security Lake. This operation creates a partition in the Security Lake S3 bucket as the target location for log files from the custom source, an associated Glue table, and an Glue crawler.
23
+ * Adds a third-party custom source in Amazon Security Lake, from the Amazon Web Services Region where you want to create a custom source. Security Lake can collect logs and events from third-party custom sources. After creating the appropriate IAM role to invoke Glue crawler, use this API to add a custom source name in Security Lake. This operation creates a partition in the Amazon S3 bucket for Security Lake as the target location for log files from the custom source in addition to an associated Glue table and an Glue crawler.
24
24
  */
25
25
  createCustomLogSource(params: SecurityLake.Types.CreateCustomLogSourceRequest, callback?: (err: AWSError, data: SecurityLake.Types.CreateCustomLogSourceResponse) => void): Request<SecurityLake.Types.CreateCustomLogSourceResponse, AWSError>;
26
26
  /**
27
- * Adds a third-party custom source in Amazon Security Lake, from the Region where you want to create a custom source. Security Lake can collect logs and events from third-party custom sources. After creating the appropriate API roles, use this API to add a custom source name in Security Lake. This operation creates a partition in the Security Lake S3 bucket as the target location for log files from the custom source, an associated Glue table, and an Glue crawler.
27
+ * Adds a third-party custom source in Amazon Security Lake, from the Amazon Web Services Region where you want to create a custom source. Security Lake can collect logs and events from third-party custom sources. After creating the appropriate IAM role to invoke Glue crawler, use this API to add a custom source name in Security Lake. This operation creates a partition in the Amazon S3 bucket for Security Lake as the target location for log files from the custom source in addition to an associated Glue table and an Glue crawler.
28
28
  */
29
29
  createCustomLogSource(callback?: (err: AWSError, data: SecurityLake.Types.CreateCustomLogSourceResponse) => void): Request<SecurityLake.Types.CreateCustomLogSourceResponse, AWSError>;
30
30
  /**
31
- * Initializes an Amazon Security Lake instance with the provided (or default) configuration. You can enable Security Lake in Regions with customized settings in advance before enabling log collection in Regions. You can either use the enableAll parameter to specify all Regions or you can specify the Regions you want to enable Security Lake using the Regions parameter and configure these Regions using the configurations parameter. When the CreateDataLake API is called multiple times, if that Region is already enabled, it will update the Region if configuration for that Region is provided. If that Region is a new Region, it will be set up with the customized configurations if it is specified. When you enable Security Lake, it starts ingesting security data after the CreateAwsLogSource call. This includes ingesting security data from sources, storing data, and making data accessible to subscribers. Security Lake also enables all the existing settings and resources that it stores or maintains for your account in the current Region, including security log and event data. For more information, see the Amazon Security Lake User Guide.
31
+ * Initializes an Amazon Security Lake instance with the provided (or default) configuration. You can enable Security Lake in Amazon Web Services Regions with customized settings before enabling log collection in Regions. You can either use the enableAll parameter to specify all Regions or specify the Regions where you want to enable Security Lake. To specify particular Regions, use the Regions parameter and then configure these Regions using the configurations parameter. If you have already enabled Security Lake in a Region when you call this command, the command will update the Region if you provide new configuration parameters. If you have not already enabled Security Lake in the Region when you call this API, it will set up the data lake in the Region with the specified configurations. When you enable Security Lake, it starts ingesting security data after the CreateAwsLogSource call. This includes ingesting security data from sources, storing data, and making data accessible to subscribers. Security Lake also enables all the existing settings and resources that it stores or maintains for your Amazon Web Services account in the current Region, including security log and event data. For more information, see the Amazon Security Lake User Guide.
32
32
  */
33
33
  createDatalake(params: SecurityLake.Types.CreateDatalakeRequest, callback?: (err: AWSError, data: SecurityLake.Types.CreateDatalakeResponse) => void): Request<SecurityLake.Types.CreateDatalakeResponse, AWSError>;
34
34
  /**
35
- * Initializes an Amazon Security Lake instance with the provided (or default) configuration. You can enable Security Lake in Regions with customized settings in advance before enabling log collection in Regions. You can either use the enableAll parameter to specify all Regions or you can specify the Regions you want to enable Security Lake using the Regions parameter and configure these Regions using the configurations parameter. When the CreateDataLake API is called multiple times, if that Region is already enabled, it will update the Region if configuration for that Region is provided. If that Region is a new Region, it will be set up with the customized configurations if it is specified. When you enable Security Lake, it starts ingesting security data after the CreateAwsLogSource call. This includes ingesting security data from sources, storing data, and making data accessible to subscribers. Security Lake also enables all the existing settings and resources that it stores or maintains for your account in the current Region, including security log and event data. For more information, see the Amazon Security Lake User Guide.
35
+ * Initializes an Amazon Security Lake instance with the provided (or default) configuration. You can enable Security Lake in Amazon Web Services Regions with customized settings before enabling log collection in Regions. You can either use the enableAll parameter to specify all Regions or specify the Regions where you want to enable Security Lake. To specify particular Regions, use the Regions parameter and then configure these Regions using the configurations parameter. If you have already enabled Security Lake in a Region when you call this command, the command will update the Region if you provide new configuration parameters. If you have not already enabled Security Lake in the Region when you call this API, it will set up the data lake in the Region with the specified configurations. When you enable Security Lake, it starts ingesting security data after the CreateAwsLogSource call. This includes ingesting security data from sources, storing data, and making data accessible to subscribers. Security Lake also enables all the existing settings and resources that it stores or maintains for your Amazon Web Services account in the current Region, including security log and event data. For more information, see the Amazon Security Lake User Guide.
36
36
  */
37
37
  createDatalake(callback?: (err: AWSError, data: SecurityLake.Types.CreateDatalakeResponse) => void): Request<SecurityLake.Types.CreateDatalakeResponse, AWSError>;
38
38
  /**
39
- * Automatically enable Security Lake in the specified Regions to begin ingesting security data. When you choose to enable organization accounts automatically, then Security Lake begins to enable new accounts as member accounts as they are added to the organization. Security Lake does not enable existing organization accounts that are not yet enabled.
39
+ * Automatically enables Amazon Security Lake for new member accounts in your organization. Security Lake is not automatically enabled for any existing member accounts in your organization.
40
40
  */
41
41
  createDatalakeAutoEnable(params: SecurityLake.Types.CreateDatalakeAutoEnableRequest, callback?: (err: AWSError, data: SecurityLake.Types.CreateDatalakeAutoEnableResponse) => void): Request<SecurityLake.Types.CreateDatalakeAutoEnableResponse, AWSError>;
42
42
  /**
43
- * Automatically enable Security Lake in the specified Regions to begin ingesting security data. When you choose to enable organization accounts automatically, then Security Lake begins to enable new accounts as member accounts as they are added to the organization. Security Lake does not enable existing organization accounts that are not yet enabled.
43
+ * Automatically enables Amazon Security Lake for new member accounts in your organization. Security Lake is not automatically enabled for any existing member accounts in your organization.
44
44
  */
45
45
  createDatalakeAutoEnable(callback?: (err: AWSError, data: SecurityLake.Types.CreateDatalakeAutoEnableResponse) => void): Request<SecurityLake.Types.CreateDatalakeAutoEnableResponse, AWSError>;
46
46
  /**
47
- * Designates the Security Lake administrator account for the organization. This API can only be called by the organization management account. The organization management account cannot be the delegated administrator account.
47
+ * Designates the Amazon Security Lake delegated administrator account for the organization. This API can only be called by the organization management account. The organization management account cannot be the delegated administrator account.
48
48
  */
49
49
  createDatalakeDelegatedAdmin(params: SecurityLake.Types.CreateDatalakeDelegatedAdminRequest, callback?: (err: AWSError, data: SecurityLake.Types.CreateDatalakeDelegatedAdminResponse) => void): Request<SecurityLake.Types.CreateDatalakeDelegatedAdminResponse, AWSError>;
50
50
  /**
51
- * Designates the Security Lake administrator account for the organization. This API can only be called by the organization management account. The organization management account cannot be the delegated administrator account.
51
+ * Designates the Amazon Security Lake delegated administrator account for the organization. This API can only be called by the organization management account. The organization management account cannot be the delegated administrator account.
52
52
  */
53
53
  createDatalakeDelegatedAdmin(callback?: (err: AWSError, data: SecurityLake.Types.CreateDatalakeDelegatedAdminResponse) => void): Request<SecurityLake.Types.CreateDatalakeDelegatedAdminResponse, AWSError>;
54
54
  /**
55
- * Creates the specified notification subscription in Security Lake. Creates the specified subscription notifications in the specified organization.
55
+ * Creates the specified notification subscription in Amazon Security Lake for the organization you specify.
56
56
  */
57
57
  createDatalakeExceptionsSubscription(params: SecurityLake.Types.CreateDatalakeExceptionsSubscriptionRequest, callback?: (err: AWSError, data: SecurityLake.Types.CreateDatalakeExceptionsSubscriptionResponse) => void): Request<SecurityLake.Types.CreateDatalakeExceptionsSubscriptionResponse, AWSError>;
58
58
  /**
59
- * Creates the specified notification subscription in Security Lake. Creates the specified subscription notifications in the specified organization.
59
+ * Creates the specified notification subscription in Amazon Security Lake for the organization you specify.
60
60
  */
61
61
  createDatalakeExceptionsSubscription(callback?: (err: AWSError, data: SecurityLake.Types.CreateDatalakeExceptionsSubscriptionResponse) => void): Request<SecurityLake.Types.CreateDatalakeExceptionsSubscriptionResponse, AWSError>;
62
62
  /**
63
- * Creates a subscription permission for accounts that are already enabled in Security Lake.
63
+ * Creates a subscription permission for accounts that are already enabled in Amazon Security Lake. You can create a subscriber with access to data in the current Amazon Web Services Region.
64
64
  */
65
65
  createSubscriber(params: SecurityLake.Types.CreateSubscriberRequest, callback?: (err: AWSError, data: SecurityLake.Types.CreateSubscriberResponse) => void): Request<SecurityLake.Types.CreateSubscriberResponse, AWSError>;
66
66
  /**
67
- * Creates a subscription permission for accounts that are already enabled in Security Lake.
67
+ * Creates a subscription permission for accounts that are already enabled in Amazon Security Lake. You can create a subscriber with access to data in the current Amazon Web Services Region.
68
68
  */
69
69
  createSubscriber(callback?: (err: AWSError, data: SecurityLake.Types.CreateSubscriberResponse) => void): Request<SecurityLake.Types.CreateSubscriberResponse, AWSError>;
70
70
  /**
71
- * Creates the specified notification subscription in Security Lake. Creates the specified subscription notifications from the specified organization.
71
+ * Notifies the subscriber when new data is written to the data lake for the sources that the subscriber consumes in Security Lake.
72
72
  */
73
73
  createSubscriptionNotificationConfiguration(params: SecurityLake.Types.CreateSubscriptionNotificationConfigurationRequest, callback?: (err: AWSError, data: SecurityLake.Types.CreateSubscriptionNotificationConfigurationResponse) => void): Request<SecurityLake.Types.CreateSubscriptionNotificationConfigurationResponse, AWSError>;
74
74
  /**
75
- * Creates the specified notification subscription in Security Lake. Creates the specified subscription notifications from the specified organization.
75
+ * Notifies the subscriber when new data is written to the data lake for the sources that the subscriber consumes in Security Lake.
76
76
  */
77
77
  createSubscriptionNotificationConfiguration(callback?: (err: AWSError, data: SecurityLake.Types.CreateSubscriptionNotificationConfigurationResponse) => void): Request<SecurityLake.Types.CreateSubscriptionNotificationConfigurationResponse, AWSError>;
78
78
  /**
79
- * Removes a natively-supported Amazon Web Services service as a Amazon Security Lake source. When you remove the source, Security Lake stops collecting data from that source, and subscribers can no longer consume new data from the source. Subscribers can still consume data that Amazon Security Lake collected from the source before disablement. You can choose any source type in any Region for accounts that are either part of a trusted organization or standalone accounts. At least one of the three dimensions is a mandatory input to this API. However, any combination of the three dimensions can be supplied to this API. By default, dimension refers to the entire set. This is overridden when you supply any one of the inputs. For instance, when members is not specified, the API disables all Security Lake member accounts for sources. Similarly, when Regions are not specified, Security Lake is disabled for all the Regions where Security Lake is available as a service. You can use this API to remove a natively-supported Amazon Web Services service as a source. Use DeregisterCustomData to remove a custom source. When you don't provide a dimension, Security Lake assumes that the missing dimension refers to the entire set. For example, if you don't provide specific accounts, the API applies to the entire set of accounts in your organization.
79
+ * Removes a natively supported Amazon Web Service as an Amazon Security Lake source. When you remove the source, Security Lake stops collecting data from that source, and subscribers can no longer consume new data from the source. Subscribers can still consume data that Security Lake collected from the source before disablement. You can choose any source type in any Amazon Web Services Region for either accounts that are part of a trusted organization or standalone accounts. At least one of the three dimensions is a mandatory input to this API. However, you can supply any combination of the three dimensions to this API. By default, a dimension refers to the entire set. This is overridden when you supply any one of the inputs. For instance, when you do not specify members, the API disables all Security Lake member accounts for sources. Similarly, when you do not specify Regions, Security Lake is disabled for all the Regions where Security Lake is available as a service. When you don't provide a dimension, Security Lake assumes that the missing dimension refers to the entire set. For example, if you don't provide specific accounts, the API applies to the entire set of accounts in your organization.
80
80
  */
81
81
  deleteAwsLogSource(params: SecurityLake.Types.DeleteAwsLogSourceRequest, callback?: (err: AWSError, data: SecurityLake.Types.DeleteAwsLogSourceResponse) => void): Request<SecurityLake.Types.DeleteAwsLogSourceResponse, AWSError>;
82
82
  /**
83
- * Removes a natively-supported Amazon Web Services service as a Amazon Security Lake source. When you remove the source, Security Lake stops collecting data from that source, and subscribers can no longer consume new data from the source. Subscribers can still consume data that Amazon Security Lake collected from the source before disablement. You can choose any source type in any Region for accounts that are either part of a trusted organization or standalone accounts. At least one of the three dimensions is a mandatory input to this API. However, any combination of the three dimensions can be supplied to this API. By default, dimension refers to the entire set. This is overridden when you supply any one of the inputs. For instance, when members is not specified, the API disables all Security Lake member accounts for sources. Similarly, when Regions are not specified, Security Lake is disabled for all the Regions where Security Lake is available as a service. You can use this API to remove a natively-supported Amazon Web Services service as a source. Use DeregisterCustomData to remove a custom source. When you don't provide a dimension, Security Lake assumes that the missing dimension refers to the entire set. For example, if you don't provide specific accounts, the API applies to the entire set of accounts in your organization.
83
+ * Removes a natively supported Amazon Web Service as an Amazon Security Lake source. When you remove the source, Security Lake stops collecting data from that source, and subscribers can no longer consume new data from the source. Subscribers can still consume data that Security Lake collected from the source before disablement. You can choose any source type in any Amazon Web Services Region for either accounts that are part of a trusted organization or standalone accounts. At least one of the three dimensions is a mandatory input to this API. However, you can supply any combination of the three dimensions to this API. By default, a dimension refers to the entire set. This is overridden when you supply any one of the inputs. For instance, when you do not specify members, the API disables all Security Lake member accounts for sources. Similarly, when you do not specify Regions, Security Lake is disabled for all the Regions where Security Lake is available as a service. When you don't provide a dimension, Security Lake assumes that the missing dimension refers to the entire set. For example, if you don't provide specific accounts, the API applies to the entire set of accounts in your organization.
84
84
  */
85
85
  deleteAwsLogSource(callback?: (err: AWSError, data: SecurityLake.Types.DeleteAwsLogSourceResponse) => void): Request<SecurityLake.Types.DeleteAwsLogSourceResponse, AWSError>;
86
86
  /**
87
- * Removes a custom log source from Security Lake.
87
+ * Removes a custom log source from Amazon Security Lake.
88
88
  */
89
89
  deleteCustomLogSource(params: SecurityLake.Types.DeleteCustomLogSourceRequest, callback?: (err: AWSError, data: SecurityLake.Types.DeleteCustomLogSourceResponse) => void): Request<SecurityLake.Types.DeleteCustomLogSourceResponse, AWSError>;
90
90
  /**
91
- * Removes a custom log source from Security Lake.
91
+ * Removes a custom log source from Amazon Security Lake.
92
92
  */
93
93
  deleteCustomLogSource(callback?: (err: AWSError, data: SecurityLake.Types.DeleteCustomLogSourceResponse) => void): Request<SecurityLake.Types.DeleteCustomLogSourceResponse, AWSError>;
94
94
  /**
95
- * When you delete Amazon Security Lake from your account, Security Lake is disabled in all Regions. Also, this API automatically performs the off-boarding steps to off-board the account from Security Lake . This includes ingesting security data from sources, storing data, and making data accessible to subscribers. Security Lake also deletes all the existing settings and resources that it stores or maintains for your account in the current Region, including security log and event data. DeleteDatalake does not delete the S3 bucket which is owned by the Amazon Web Services account. For more information, see the Amazon Security Lake User Guide.
95
+ * When you delete Amazon Security Lake from your account, Security Lake is disabled in all Amazon Web Services Regions. Also, this API automatically takes steps to remove the account from Security Lake . This operation disables security data collection from sources, deletes data stored, and stops making data accessible to subscribers. Security Lake also deletes all the existing settings and resources that it stores or maintains for your Amazon Web Services account in the current Region, including security log and event data. The DeleteDatalake operation does not delete the Amazon S3 bucket, which is owned by your Amazon Web Services account. For more information, see the Amazon Security Lake User Guide.
96
96
  */
97
97
  deleteDatalake(params: SecurityLake.Types.DeleteDatalakeRequest, callback?: (err: AWSError, data: SecurityLake.Types.DeleteDatalakeResponse) => void): Request<SecurityLake.Types.DeleteDatalakeResponse, AWSError>;
98
98
  /**
99
- * When you delete Amazon Security Lake from your account, Security Lake is disabled in all Regions. Also, this API automatically performs the off-boarding steps to off-board the account from Security Lake . This includes ingesting security data from sources, storing data, and making data accessible to subscribers. Security Lake also deletes all the existing settings and resources that it stores or maintains for your account in the current Region, including security log and event data. DeleteDatalake does not delete the S3 bucket which is owned by the Amazon Web Services account. For more information, see the Amazon Security Lake User Guide.
99
+ * When you delete Amazon Security Lake from your account, Security Lake is disabled in all Amazon Web Services Regions. Also, this API automatically takes steps to remove the account from Security Lake . This operation disables security data collection from sources, deletes data stored, and stops making data accessible to subscribers. Security Lake also deletes all the existing settings and resources that it stores or maintains for your Amazon Web Services account in the current Region, including security log and event data. The DeleteDatalake operation does not delete the Amazon S3 bucket, which is owned by your Amazon Web Services account. For more information, see the Amazon Security Lake User Guide.
100
100
  */
101
101
  deleteDatalake(callback?: (err: AWSError, data: SecurityLake.Types.DeleteDatalakeResponse) => void): Request<SecurityLake.Types.DeleteDatalakeResponse, AWSError>;
102
102
  /**
103
- * Automatically delete Security Lake in the specified Regions to stop ingesting security data. When you delete Amazon Security Lake from your account, Security Lake is disabled in all Regions. Also, this API automatically performs the off-boarding steps to off-board the account from Security Lake . This includes ingesting security data from sources, storing data, and making data accessible to subscribers. Security Lake also deletes all the existing settings and resources that it stores or maintains for your account in the current Region, including security log and event data. For more information, see the Amazon Security Lake User Guide.
103
+ * Automatically deletes Amazon Security Lake to stop collecting security data. When you delete Amazon Security Lake from your account, Security Lake is disabled in all Regions. Also, this API automatically takes steps to remove the account from Security Lake . This operation disables security data collection from sources, deletes data stored, and stops making data accessible to subscribers. Security Lake also deletes all the existing settings and resources that it stores or maintains for your Amazon Web Services account in the current Region, including security log and event data. The DeleteDatalake operation does not delete the Amazon S3 bucket, which is owned by your Amazon Web Services account. For more information, see the Amazon Security Lake User Guide.
104
104
  */
105
105
  deleteDatalakeAutoEnable(params: SecurityLake.Types.DeleteDatalakeAutoEnableRequest, callback?: (err: AWSError, data: SecurityLake.Types.DeleteDatalakeAutoEnableResponse) => void): Request<SecurityLake.Types.DeleteDatalakeAutoEnableResponse, AWSError>;
106
106
  /**
107
- * Automatically delete Security Lake in the specified Regions to stop ingesting security data. When you delete Amazon Security Lake from your account, Security Lake is disabled in all Regions. Also, this API automatically performs the off-boarding steps to off-board the account from Security Lake . This includes ingesting security data from sources, storing data, and making data accessible to subscribers. Security Lake also deletes all the existing settings and resources that it stores or maintains for your account in the current Region, including security log and event data. For more information, see the Amazon Security Lake User Guide.
107
+ * Automatically deletes Amazon Security Lake to stop collecting security data. When you delete Amazon Security Lake from your account, Security Lake is disabled in all Regions. Also, this API automatically takes steps to remove the account from Security Lake . This operation disables security data collection from sources, deletes data stored, and stops making data accessible to subscribers. Security Lake also deletes all the existing settings and resources that it stores or maintains for your Amazon Web Services account in the current Region, including security log and event data. The DeleteDatalake operation does not delete the Amazon S3 bucket, which is owned by your Amazon Web Services account. For more information, see the Amazon Security Lake User Guide.
108
108
  */
109
109
  deleteDatalakeAutoEnable(callback?: (err: AWSError, data: SecurityLake.Types.DeleteDatalakeAutoEnableResponse) => void): Request<SecurityLake.Types.DeleteDatalakeAutoEnableResponse, AWSError>;
110
110
  /**
111
- * Deletes the Security Lake administrator account for the organization. This API can only be called by the organization management account. The organization management account cannot be the delegated administrator account.
111
+ * Deletes the Amazon Security Lake delegated administrator account for the organization. This API can only be called by the organization management account. The organization management account cannot be the delegated administrator account.
112
112
  */
113
113
  deleteDatalakeDelegatedAdmin(params: SecurityLake.Types.DeleteDatalakeDelegatedAdminRequest, callback?: (err: AWSError, data: SecurityLake.Types.DeleteDatalakeDelegatedAdminResponse) => void): Request<SecurityLake.Types.DeleteDatalakeDelegatedAdminResponse, AWSError>;
114
114
  /**
115
- * Deletes the Security Lake administrator account for the organization. This API can only be called by the organization management account. The organization management account cannot be the delegated administrator account.
115
+ * Deletes the Amazon Security Lake delegated administrator account for the organization. This API can only be called by the organization management account. The organization management account cannot be the delegated administrator account.
116
116
  */
117
117
  deleteDatalakeDelegatedAdmin(callback?: (err: AWSError, data: SecurityLake.Types.DeleteDatalakeDelegatedAdminResponse) => void): Request<SecurityLake.Types.DeleteDatalakeDelegatedAdminResponse, AWSError>;
118
118
  /**
119
- * Deletes the specified notification subscription in Security Lake. Deletes the specified subscription notifications in the specified organization.
119
+ * Deletes the specified notification subscription in Amazon Security Lake for the organization you specify.
120
120
  */
121
121
  deleteDatalakeExceptionsSubscription(params: SecurityLake.Types.DeleteDatalakeExceptionsSubscriptionRequest, callback?: (err: AWSError, data: SecurityLake.Types.DeleteDatalakeExceptionsSubscriptionResponse) => void): Request<SecurityLake.Types.DeleteDatalakeExceptionsSubscriptionResponse, AWSError>;
122
122
  /**
123
- * Deletes the specified notification subscription in Security Lake. Deletes the specified subscription notifications in the specified organization.
123
+ * Deletes the specified notification subscription in Amazon Security Lake for the organization you specify.
124
124
  */
125
125
  deleteDatalakeExceptionsSubscription(callback?: (err: AWSError, data: SecurityLake.Types.DeleteDatalakeExceptionsSubscriptionResponse) => void): Request<SecurityLake.Types.DeleteDatalakeExceptionsSubscriptionResponse, AWSError>;
126
126
  /**
127
- * Deletes the specified subscription permissions to Security Lake. Deletes the specified subscription permissions from the specified organization.
127
+ * Deletes the subscription permission for accounts that are already enabled in Amazon Security Lake. You can delete a subscriber and remove access to data in the current Amazon Web Services Region.
128
128
  */
129
129
  deleteSubscriber(params: SecurityLake.Types.DeleteSubscriberRequest, callback?: (err: AWSError, data: SecurityLake.Types.DeleteSubscriberResponse) => void): Request<SecurityLake.Types.DeleteSubscriberResponse, AWSError>;
130
130
  /**
131
- * Deletes the specified subscription permissions to Security Lake. Deletes the specified subscription permissions from the specified organization.
131
+ * Deletes the subscription permission for accounts that are already enabled in Amazon Security Lake. You can delete a subscriber and remove access to data in the current Amazon Web Services Region.
132
132
  */
133
133
  deleteSubscriber(callback?: (err: AWSError, data: SecurityLake.Types.DeleteSubscriberResponse) => void): Request<SecurityLake.Types.DeleteSubscriberResponse, AWSError>;
134
134
  /**
135
- * Deletes the specified notification subscription in Security Lake. Deletes the specified subscription notifications from the specified organization.
135
+ * Deletes the specified notification subscription in Amazon Security Lake for the organization you specify.
136
136
  */
137
137
  deleteSubscriptionNotificationConfiguration(params: SecurityLake.Types.DeleteSubscriptionNotificationConfigurationRequest, callback?: (err: AWSError, data: SecurityLake.Types.DeleteSubscriptionNotificationConfigurationResponse) => void): Request<SecurityLake.Types.DeleteSubscriptionNotificationConfigurationResponse, AWSError>;
138
138
  /**
139
- * Deletes the specified notification subscription in Security Lake. Deletes the specified subscription notifications from the specified organization.
139
+ * Deletes the specified notification subscription in Amazon Security Lake for the organization you specify.
140
140
  */
141
141
  deleteSubscriptionNotificationConfiguration(callback?: (err: AWSError, data: SecurityLake.Types.DeleteSubscriptionNotificationConfigurationResponse) => void): Request<SecurityLake.Types.DeleteSubscriptionNotificationConfigurationResponse, AWSError>;
142
142
  /**
143
- * Retrieve the Security Lake configuration object for the specified account ID. This API does not take input parameters.
143
+ * Retrieves the Amazon Security Lake configuration object for the specified Amazon Web Services account ID. You can use the GetDatalake API to know whether Security Lake is enabled for the current Region. This API does not take input parameters.
144
144
  */
145
145
  getDatalake(params: SecurityLake.Types.GetDatalakeRequest, callback?: (err: AWSError, data: SecurityLake.Types.GetDatalakeResponse) => void): Request<SecurityLake.Types.GetDatalakeResponse, AWSError>;
146
146
  /**
147
- * Retrieve the Security Lake configuration object for the specified account ID. This API does not take input parameters.
147
+ * Retrieves the Amazon Security Lake configuration object for the specified Amazon Web Services account ID. You can use the GetDatalake API to know whether Security Lake is enabled for the current Region. This API does not take input parameters.
148
148
  */
149
149
  getDatalake(callback?: (err: AWSError, data: SecurityLake.Types.GetDatalakeResponse) => void): Request<SecurityLake.Types.GetDatalakeResponse, AWSError>;
150
150
  /**
151
- * Retrieves the configuration that will be automatically set up for accounts added to the organization after the organization has on boarded to Amazon Security Lake. This API does not take input parameters.
151
+ * Retrieves the configuration that will be automatically set up for accounts added to the organization after the organization has onboarded to Amazon Security Lake. This API does not take input parameters.
152
152
  */
153
153
  getDatalakeAutoEnable(params: SecurityLake.Types.GetDatalakeAutoEnableRequest, callback?: (err: AWSError, data: SecurityLake.Types.GetDatalakeAutoEnableResponse) => void): Request<SecurityLake.Types.GetDatalakeAutoEnableResponse, AWSError>;
154
154
  /**
155
- * Retrieves the configuration that will be automatically set up for accounts added to the organization after the organization has on boarded to Amazon Security Lake. This API does not take input parameters.
155
+ * Retrieves the configuration that will be automatically set up for accounts added to the organization after the organization has onboarded to Amazon Security Lake. This API does not take input parameters.
156
156
  */
157
157
  getDatalakeAutoEnable(callback?: (err: AWSError, data: SecurityLake.Types.GetDatalakeAutoEnableResponse) => void): Request<SecurityLake.Types.GetDatalakeAutoEnableResponse, AWSError>;
158
158
  /**
159
- * Retrieves the expiration period and time-to-live (TTL) for which the exception message will remain. Exceptions are stored by default, for a 2 week period of time from when a record was created in Security Lake. This API does not take input parameters. This API does not take input parameters.
159
+ * Retrieves the expiration period and time-to-live (TTL) for which the exception message will remain. Exceptions are stored by default, for 2 weeks from when a record was created in Amazon Security Lake. This API does not take input parameters.
160
160
  */
161
161
  getDatalakeExceptionsExpiry(params: SecurityLake.Types.GetDatalakeExceptionsExpiryRequest, callback?: (err: AWSError, data: SecurityLake.Types.GetDatalakeExceptionsExpiryResponse) => void): Request<SecurityLake.Types.GetDatalakeExceptionsExpiryResponse, AWSError>;
162
162
  /**
163
- * Retrieves the expiration period and time-to-live (TTL) for which the exception message will remain. Exceptions are stored by default, for a 2 week period of time from when a record was created in Security Lake. This API does not take input parameters. This API does not take input parameters.
163
+ * Retrieves the expiration period and time-to-live (TTL) for which the exception message will remain. Exceptions are stored by default, for 2 weeks from when a record was created in Amazon Security Lake. This API does not take input parameters.
164
164
  */
165
165
  getDatalakeExceptionsExpiry(callback?: (err: AWSError, data: SecurityLake.Types.GetDatalakeExceptionsExpiryResponse) => void): Request<SecurityLake.Types.GetDatalakeExceptionsExpiryResponse, AWSError>;
166
166
  /**
@@ -172,83 +172,83 @@ declare class SecurityLake extends Service {
172
172
  */
173
173
  getDatalakeExceptionsSubscription(callback?: (err: AWSError, data: SecurityLake.Types.GetDatalakeExceptionsSubscriptionResponse) => void): Request<SecurityLake.Types.GetDatalakeExceptionsSubscriptionResponse, AWSError>;
174
174
  /**
175
- * Retrieve the Security Lake configuration object for the specified account ID. This API does not take input parameters.
175
+ * Retrieves a snapshot of the current Region, including whether Amazon Security Lake is enabled for those accounts and which sources Security Lake is collecting data from.
176
176
  */
177
177
  getDatalakeStatus(params: SecurityLake.Types.GetDatalakeStatusRequest, callback?: (err: AWSError, data: SecurityLake.Types.GetDatalakeStatusResponse) => void): Request<SecurityLake.Types.GetDatalakeStatusResponse, AWSError>;
178
178
  /**
179
- * Retrieve the Security Lake configuration object for the specified account ID. This API does not take input parameters.
179
+ * Retrieves a snapshot of the current Region, including whether Amazon Security Lake is enabled for those accounts and which sources Security Lake is collecting data from.
180
180
  */
181
181
  getDatalakeStatus(callback?: (err: AWSError, data: SecurityLake.Types.GetDatalakeStatusResponse) => void): Request<SecurityLake.Types.GetDatalakeStatusResponse, AWSError>;
182
182
  /**
183
- * Retrieves subscription information for the specified subscription ID.
183
+ * Retrieves the subscription information for the specified subscription ID. You can get information about a specific subscriber.
184
184
  */
185
185
  getSubscriber(params: SecurityLake.Types.GetSubscriberRequest, callback?: (err: AWSError, data: SecurityLake.Types.GetSubscriberResponse) => void): Request<SecurityLake.Types.GetSubscriberResponse, AWSError>;
186
186
  /**
187
- * Retrieves subscription information for the specified subscription ID.
187
+ * Retrieves the subscription information for the specified subscription ID. You can get information about a specific subscriber.
188
188
  */
189
189
  getSubscriber(callback?: (err: AWSError, data: SecurityLake.Types.GetSubscriberResponse) => void): Request<SecurityLake.Types.GetSubscriberResponse, AWSError>;
190
190
  /**
191
- * List the Amazon Security Lake exceptions that you can use to find the source of problems and fix them.
191
+ * Lists the Amazon Security Lake exceptions that you can use to find the source of problems and fix them.
192
192
  */
193
193
  listDatalakeExceptions(params: SecurityLake.Types.ListDatalakeExceptionsRequest, callback?: (err: AWSError, data: SecurityLake.Types.ListDatalakeExceptionsResponse) => void): Request<SecurityLake.Types.ListDatalakeExceptionsResponse, AWSError>;
194
194
  /**
195
- * List the Amazon Security Lake exceptions that you can use to find the source of problems and fix them.
195
+ * Lists the Amazon Security Lake exceptions that you can use to find the source of problems and fix them.
196
196
  */
197
197
  listDatalakeExceptions(callback?: (err: AWSError, data: SecurityLake.Types.ListDatalakeExceptionsResponse) => void): Request<SecurityLake.Types.ListDatalakeExceptionsResponse, AWSError>;
198
198
  /**
199
- * Lists the log sources in the current region.
199
+ * Retrieves the log sources in the current Amazon Web Services Region.
200
200
  */
201
201
  listLogSources(params: SecurityLake.Types.ListLogSourcesRequest, callback?: (err: AWSError, data: SecurityLake.Types.ListLogSourcesResponse) => void): Request<SecurityLake.Types.ListLogSourcesResponse, AWSError>;
202
202
  /**
203
- * Lists the log sources in the current region.
203
+ * Retrieves the log sources in the current Amazon Web Services Region.
204
204
  */
205
205
  listLogSources(callback?: (err: AWSError, data: SecurityLake.Types.ListLogSourcesResponse) => void): Request<SecurityLake.Types.ListLogSourcesResponse, AWSError>;
206
206
  /**
207
- * List all subscribers for the specific Security Lake account ID.
207
+ * List all subscribers for the specific Amazon Security Lake account ID. You can retrieve a list of subscriptions associated with a specific organization or Amazon Web Services account.
208
208
  */
209
209
  listSubscribers(params: SecurityLake.Types.ListSubscribersRequest, callback?: (err: AWSError, data: SecurityLake.Types.ListSubscribersResponse) => void): Request<SecurityLake.Types.ListSubscribersResponse, AWSError>;
210
210
  /**
211
- * List all subscribers for the specific Security Lake account ID.
211
+ * List all subscribers for the specific Amazon Security Lake account ID. You can retrieve a list of subscriptions associated with a specific organization or Amazon Web Services account.
212
212
  */
213
213
  listSubscribers(callback?: (err: AWSError, data: SecurityLake.Types.ListSubscribersResponse) => void): Request<SecurityLake.Types.ListSubscribersResponse, AWSError>;
214
214
  /**
215
- * Amazon Security Lake allows you to specify where to store your security data and for how long. You can specify a rollup Region to consolidate data from multiple regions. You can update the properties of a Region or source. Input can either be directly specified to the API.
215
+ * Specifies where to store your security data and for how long. You can add a rollup Region to consolidate data from multiple Amazon Web Services Regions.
216
216
  */
217
217
  updateDatalake(params: SecurityLake.Types.UpdateDatalakeRequest, callback?: (err: AWSError, data: SecurityLake.Types.UpdateDatalakeResponse) => void): Request<SecurityLake.Types.UpdateDatalakeResponse, AWSError>;
218
218
  /**
219
- * Amazon Security Lake allows you to specify where to store your security data and for how long. You can specify a rollup Region to consolidate data from multiple regions. You can update the properties of a Region or source. Input can either be directly specified to the API.
219
+ * Specifies where to store your security data and for how long. You can add a rollup Region to consolidate data from multiple Amazon Web Services Regions.
220
220
  */
221
221
  updateDatalake(callback?: (err: AWSError, data: SecurityLake.Types.UpdateDatalakeResponse) => void): Request<SecurityLake.Types.UpdateDatalakeResponse, AWSError>;
222
222
  /**
223
- * Update the expiration period for the exception message to your preferred time, and control the time-to-live (TTL) for the exception message to remain. Exceptions are stored by default, for a 2 week period of time from when a record was created in Security Lake.
223
+ * Update the expiration period for the exception message to your preferred time, and control the time-to-live (TTL) for the exception message to remain. Exceptions are stored by default for 2 weeks from when a record was created in Amazon Security Lake.
224
224
  */
225
225
  updateDatalakeExceptionsExpiry(params: SecurityLake.Types.UpdateDatalakeExceptionsExpiryRequest, callback?: (err: AWSError, data: SecurityLake.Types.UpdateDatalakeExceptionsExpiryResponse) => void): Request<SecurityLake.Types.UpdateDatalakeExceptionsExpiryResponse, AWSError>;
226
226
  /**
227
- * Update the expiration period for the exception message to your preferred time, and control the time-to-live (TTL) for the exception message to remain. Exceptions are stored by default, for a 2 week period of time from when a record was created in Security Lake.
227
+ * Update the expiration period for the exception message to your preferred time, and control the time-to-live (TTL) for the exception message to remain. Exceptions are stored by default for 2 weeks from when a record was created in Amazon Security Lake.
228
228
  */
229
229
  updateDatalakeExceptionsExpiry(callback?: (err: AWSError, data: SecurityLake.Types.UpdateDatalakeExceptionsExpiryResponse) => void): Request<SecurityLake.Types.UpdateDatalakeExceptionsExpiryResponse, AWSError>;
230
230
  /**
231
- * Update the subscription notification for exception notification.
231
+ * Updates the specified notification subscription in Amazon Security Lake for the organization you specify.
232
232
  */
233
233
  updateDatalakeExceptionsSubscription(params: SecurityLake.Types.UpdateDatalakeExceptionsSubscriptionRequest, callback?: (err: AWSError, data: SecurityLake.Types.UpdateDatalakeExceptionsSubscriptionResponse) => void): Request<SecurityLake.Types.UpdateDatalakeExceptionsSubscriptionResponse, AWSError>;
234
234
  /**
235
- * Update the subscription notification for exception notification.
235
+ * Updates the specified notification subscription in Amazon Security Lake for the organization you specify.
236
236
  */
237
237
  updateDatalakeExceptionsSubscription(callback?: (err: AWSError, data: SecurityLake.Types.UpdateDatalakeExceptionsSubscriptionResponse) => void): Request<SecurityLake.Types.UpdateDatalakeExceptionsSubscriptionResponse, AWSError>;
238
238
  /**
239
- * Update the subscription permission for the given Security Lake account ID.
239
+ * Updates an existing subscription for the given Amazon Security Lake account ID. You can update a subscriber by changing the sources that the subscriber consumes data from.
240
240
  */
241
241
  updateSubscriber(params: SecurityLake.Types.UpdateSubscriberRequest, callback?: (err: AWSError, data: SecurityLake.Types.UpdateSubscriberResponse) => void): Request<SecurityLake.Types.UpdateSubscriberResponse, AWSError>;
242
242
  /**
243
- * Update the subscription permission for the given Security Lake account ID.
243
+ * Updates an existing subscription for the given Amazon Security Lake account ID. You can update a subscriber by changing the sources that the subscriber consumes data from.
244
244
  */
245
245
  updateSubscriber(callback?: (err: AWSError, data: SecurityLake.Types.UpdateSubscriberResponse) => void): Request<SecurityLake.Types.UpdateSubscriberResponse, AWSError>;
246
246
  /**
247
- * Create a new subscription notification or add the existing subscription notification setting for the specified subscription ID.
247
+ * Creates a new subscription notification or adds the existing subscription notification setting for the specified subscription ID.
248
248
  */
249
249
  updateSubscriptionNotificationConfiguration(params: SecurityLake.Types.UpdateSubscriptionNotificationConfigurationRequest, callback?: (err: AWSError, data: SecurityLake.Types.UpdateSubscriptionNotificationConfigurationResponse) => void): Request<SecurityLake.Types.UpdateSubscriptionNotificationConfigurationResponse, AWSError>;
250
250
  /**
251
- * Create a new subscription notification or add the existing subscription notification setting for the specified subscription ID.
251
+ * Creates a new subscription notification or adds the existing subscription notification setting for the specified subscription ID.
252
252
  */
253
253
  updateSubscriptionNotificationConfiguration(callback?: (err: AWSError, data: SecurityLake.Types.UpdateSubscriptionNotificationConfigurationResponse) => void): Request<SecurityLake.Types.UpdateSubscriptionNotificationConfigurationResponse, AWSError>;
254
254
  }
@@ -258,7 +258,7 @@ declare namespace SecurityLake {
258
258
  export type AccountList = String[];
259
259
  export interface AccountSources {
260
260
  /**
261
- * Account ID of the Security Lake account for which logs are collected.
261
+ * The ID of the Security Lake account for which logs are collected.
262
262
  */
263
263
  account: String;
264
264
  /**
@@ -266,11 +266,11 @@ declare namespace SecurityLake {
266
266
  */
267
267
  eventClass?: OcsfEventClass;
268
268
  /**
269
- * Log status for the Security Lake account.
269
+ * The log status for the Security Lake account.
270
270
  */
271
271
  logsStatus?: LogsStatusList;
272
272
  /**
273
- * The supported Amazon Web Services services from which logs and events are collected. Amazon Security Lake supports logs and events collection for natively-supported Amazon Web Services services. For more information, see the Amazon Security Lake User Guide.
273
+ * The supported Amazon Web Services from which logs and events are collected. Amazon Security Lake supports log and event collection for natively supported Amazon Web Services.
274
274
  */
275
275
  sourceType: String;
276
276
  }
@@ -278,11 +278,11 @@ declare namespace SecurityLake {
278
278
  export type AllDimensionsMap = {[key: string]: TwoDimensionsMap};
279
279
  export interface AutoEnableNewRegionConfiguration {
280
280
  /**
281
- * The Regions where Security Lake is auto enabled
281
+ * The Amazon Web Services Regions where Security Lake is automatically enabled.
282
282
  */
283
283
  region: Region;
284
284
  /**
285
- * The Amazon Web Services sources which are auto enabled in Security Lake.
285
+ * The Amazon Web Services sources that are automatically enabled in Security Lake.
286
286
  */
287
287
  sources: AwsSourceTypeList;
288
288
  }
@@ -293,53 +293,53 @@ declare namespace SecurityLake {
293
293
  export type Boolean = boolean;
294
294
  export interface CreateAwsLogSourceRequest {
295
295
  /**
296
- * Enables specific sources in all Regions and source types.
296
+ * Enables data collection from specific Amazon Web Services sources in all specific accounts and specific Regions.
297
297
  */
298
298
  enableAllDimensions?: AllDimensionsMap;
299
299
  /**
300
- * Enables all sources in specific accounts or Regions.
300
+ * Enables data collection from all Amazon Web Services sources in specific accounts or Regions.
301
301
  */
302
302
  enableSingleDimension?: InputSet;
303
303
  /**
304
- * Enables specific service sources in specific accounts or Regions.
304
+ * Enables data collection from specific Amazon Web Services sources in specific accounts or Regions.
305
305
  */
306
306
  enableTwoDimensions?: TwoDimensionsMap;
307
307
  /**
308
- * Specifies the input order to enable dimensions in Security Lake, namely region, source type, and member account.
308
+ * Specifies the input order to enable dimensions in Security Lake, namely Region, source type, and member account.
309
309
  */
310
310
  inputOrder: DimensionSet;
311
311
  }
312
312
  export interface CreateAwsLogSourceResponse {
313
313
  /**
314
- * List of all accounts in which enabling a natively-supported Amazon Web Services service as a Security Lake failed. The failure occurred as these accounts are not part of an organization.
314
+ * Lists all accounts in which enabling a natively supported Amazon Web Service as a Security Lake source failed. The failure occurred as these accounts are not part of an organization.
315
315
  */
316
316
  failed?: AccountList;
317
317
  /**
318
- * List of all accounts which are in the process of enabling a natively-supported Amazon Web Services service as a Security Lake.
318
+ * Lists the accounts that are in the process of enabling a natively supported Amazon Web Service as a Security Lake source.
319
319
  */
320
320
  processing?: AccountList;
321
321
  }
322
322
  export interface CreateCustomLogSourceRequest {
323
323
  /**
324
- * The custom source name for a third-party custom source.
324
+ * The name for a third-party custom source. This must be a Regionally unique value.
325
325
  */
326
326
  customSourceName: CustomSourceType;
327
327
  /**
328
- * The Open Cybersecurity Schema Framework (OCSF) event class.
328
+ * The Open Cybersecurity Schema Framework (OCSF) event class which describes the type of data that the custom source will send to Security Lake.
329
329
  */
330
330
  eventClass: OcsfEventClass;
331
331
  /**
332
- * The IAM Role ARN to be used by the Glue Crawler. The recommended IAM policies are: The managed policy AWSGlueServiceRole A custom policy granting access to your S3 Data Lake
332
+ * The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role to be used by the Glue crawler. The recommended IAM policies are: The managed policy AWSGlueServiceRole A custom policy granting access to your Amazon S3 Data Lake
333
333
  */
334
334
  glueInvocationRoleArn: RoleArn;
335
335
  /**
336
- * The Account ID that will assume the above Role to put logs into the Data Lake.
336
+ * The Amazon Web Services account ID of the custom source that will write logs and events into the Amazon S3 Data Lake.
337
337
  */
338
338
  logProviderAccountId: AwsAccountId;
339
339
  }
340
340
  export interface CreateCustomLogSourceResponse {
341
341
  /**
342
- * The location of the partition in the Security Lake S3 bucket.
342
+ * The location of the partition in the Amazon S3 bucket for Security Lake.
343
343
  */
344
344
  customDataLocation: String;
345
345
  /**
@@ -355,13 +355,13 @@ declare namespace SecurityLake {
355
355
  */
356
356
  glueTableName: String;
357
357
  /**
358
- * IAM Role ARN to be used by the entity putting logs into your Custom Source partition. Security Lake will apply the correct access policies to this Role, but this Role must have the trust policy created manually. This Role's name must start with the text 'Security Lake'. It must trust the logProviderAccountId to assume it.
358
+ * The ARN of the IAM role to be used by the entity putting logs into your custom source partition. Security Lake will apply the correct access policies to this role, but you must first manually create the trust policy for this role. The IAM role name must start with the text 'Security Lake'. The IAM role must trust the logProviderAccountId to assume the role.
359
359
  */
360
360
  logProviderAccessRoleArn: String;
361
361
  }
362
362
  export interface CreateDatalakeAutoEnableRequest {
363
363
  /**
364
- * Enable Amazon Security Lake with the specified configurations settings to begin ingesting security data for new accounts in Security Lake.
364
+ * Enable Security Lake with the specified configuration settings to begin collecting security data for new accounts in your organization.
365
365
  */
366
366
  configurationForNewAccounts: AutoEnableNewRegionConfigurationList;
367
367
  }
@@ -369,7 +369,7 @@ declare namespace SecurityLake {
369
369
  }
370
370
  export interface CreateDatalakeDelegatedAdminRequest {
371
371
  /**
372
- * Account ID of the Security Lake delegated administrator.
372
+ * The Amazon Web Services account ID of the Security Lake delegated administrator.
373
373
  */
374
374
  account: SafeString;
375
375
  }
@@ -377,11 +377,11 @@ declare namespace SecurityLake {
377
377
  }
378
378
  export interface CreateDatalakeExceptionsSubscriptionRequest {
379
379
  /**
380
- * The account in which the exception notifications subscription is created.
380
+ * The Amazon Web Services account where you want to receive exception notifications.
381
381
  */
382
382
  notificationEndpoint: SafeString;
383
383
  /**
384
- * The subscription protocol to which exception messages are posted.
384
+ * The subscription protocol to which exception notifications are posted.
385
385
  */
386
386
  subscriptionProtocol: SubscriptionProtocolType;
387
387
  }
@@ -389,19 +389,19 @@ declare namespace SecurityLake {
389
389
  }
390
390
  export interface CreateDatalakeRequest {
391
391
  /**
392
- * Enable Security Lake with the specified configurations settings to begin ingesting security data.
392
+ * Specify the Region or Regions that will contribute data to the rollup region.
393
393
  */
394
394
  configurations?: LakeConfigurationRequestMap;
395
395
  /**
396
- * Enable Security Lake in all Regions to begin ingesting security data.
396
+ * Enable Security Lake in all Regions.
397
397
  */
398
398
  enableAll?: Boolean;
399
399
  /**
400
- * The Role ARN used to create and update the Glue table with partitions generated by ingestion and normalization of Amazon Web Services log sources and custom sources.
400
+ * The Amazon Resource Name (ARN) used to create and update the Glue table. This table contains partitions generated by the ingestion and normalization of Amazon Web Services log sources and custom sources.
401
401
  */
402
402
  metaStoreManagerRoleArn?: RoleArn;
403
403
  /**
404
- * Enable Security Lake in the specified Regions to begin ingesting security data. To enable Security Lake in specific Amazon Web Services Regions, such as us-east-1 or ap-northeast-3, provide the Region codes. For a list of Region codes, see Region codes in the Amazon Web Services General Reference.
404
+ * Enable Security Lake in the specified Regions. To enable Security Lake in specific Amazon Web Services Regions, such as us-east-1 or ap-northeast-3, provide the Region codes. For a list of Region codes, see Amazon Security Lake endpoints in the Amazon Web Services General Reference.
405
405
  */
406
406
  regions?: RegionSet;
407
407
  }
@@ -413,86 +413,86 @@ declare namespace SecurityLake {
413
413
  */
414
414
  accessTypes?: AccessTypeList;
415
415
  /**
416
- * The third party Amazon Web Services account ID used to access your data.
416
+ * The Amazon Web Services account ID used to access your data.
417
417
  */
418
418
  accountId: AwsAccountId;
419
419
  /**
420
- * The external ID of the subscriber. External ID allows the user that is assuming the role to assert the circumstances in which they are operating. It also provides a way for the account owner to permit the role to be assumed only under specific circumstances.
420
+ * The external ID of the subscriber. This lets the user that is assuming the role assert the circumstances in which they are operating. It also provides a way for the account owner to permit the role to be assumed only under specific circumstances.
421
421
  */
422
422
  externalId: SafeString;
423
423
  /**
424
- * The supported Amazon Web Services services from which logs and events are collected. Amazon Security Lake supports logs and events collection for natively-supported Amazon Web Services services.
424
+ * The supported Amazon Web Services from which logs and events are collected. Security Lake supports log and event collection for natively supported Amazon Web Services.
425
425
  */
426
426
  sourceTypes: SourceTypeList;
427
427
  /**
428
- * The subscriber descriptions for the subscriber account in Amazon Security Lake.
428
+ * The description for your subscriber account in Security Lake.
429
429
  */
430
- subscriberDescription?: SafeString;
430
+ subscriberDescription?: DescriptionString;
431
431
  /**
432
- * The name of your Amazon Security Lake subscriber account.
432
+ * The name of your Security Lake subscriber account.
433
433
  */
434
434
  subscriberName: CreateSubscriberRequestSubscriberNameString;
435
435
  }
436
436
  export type CreateSubscriberRequestSubscriberNameString = string;
437
437
  export interface CreateSubscriberResponse {
438
438
  /**
439
- * The Amazon Resource Name (ARN) created by the user to provide to the subscriber. For more information about ARNs and how to use them in policies, see IAM identifiers in the IAM User Guide.
439
+ * The Amazon Resource Name (ARN) created by you to provide to the subscriber. For more information about ARNs and how to use them in policies, see IAM identifiers in the Identity and Access Management (IAM) User Guide. .
440
440
  */
441
441
  roleArn?: RoleArn;
442
442
  /**
443
- * The Amazon Resource Name (ARN) for the Amazon S3 bucket.
443
+ * The ARN for the Amazon S3 bucket.
444
444
  */
445
445
  s3BucketArn?: S3BucketArn;
446
446
  /**
447
- * The Amazon Resource Name (ARN) for the Amazon Simple Notification Service.
447
+ * The ARN for the Amazon Simple Notification Service.
448
448
  */
449
449
  snsArn?: SnsTopicArn;
450
450
  /**
451
- * The subscriptionId that was created by the CreateSubscriber API call.
451
+ * The subscriptionId created by the CreateSubscriber API call.
452
452
  */
453
453
  subscriptionId: UUID;
454
454
  }
455
455
  export interface CreateSubscriptionNotificationConfigurationRequest {
456
456
  /**
457
- * Create a new subscription notification for the specified subscription ID in Security Lake.
457
+ * Create an Amazon Simple Queue Service queue.
458
458
  */
459
459
  createSqs?: Boolean;
460
460
  /**
461
- * The key name for the subscription notification.
461
+ * The key name for the notification subscription.
462
462
  */
463
463
  httpsApiKeyName?: String;
464
464
  /**
465
- * The key value for the subscription notification.
465
+ * The key value for the notification subscription.
466
466
  */
467
467
  httpsApiKeyValue?: String;
468
468
  /**
469
- * The HTTPS method used for the subscription notification.
469
+ * The HTTPS method used for the notification subscription.
470
470
  */
471
471
  httpsMethod?: HttpsMethod;
472
472
  /**
473
- * The Amazon Resource Name (ARN) specifying the role of the subscriber.
473
+ * The Amazon Resource Name (ARN) of the EventBridge API destinations IAM role that you created.
474
474
  */
475
475
  roleArn?: RoleArn;
476
476
  /**
477
- * The subscription endpoint in Security Lake.
477
+ * The subscription endpoint in Security Lake. If you prefer notification with an HTTPs endpoint, populate this field.
478
478
  */
479
479
  subscriptionEndpoint?: CreateSubscriptionNotificationConfigurationRequestSubscriptionEndpointString;
480
480
  /**
481
- * The subscription ID for which the subscription notification is specified.
481
+ * The subscription ID for the notification subscription/
482
482
  */
483
483
  subscriptionId: UUID;
484
484
  }
485
485
  export type CreateSubscriptionNotificationConfigurationRequestSubscriptionEndpointString = string;
486
486
  export interface CreateSubscriptionNotificationConfigurationResponse {
487
487
  /**
488
- * Returns the Amazon resource name (ARN) of the queue.
488
+ * Returns the Amazon Resource Name (ARN) of the queue.
489
489
  */
490
490
  queueArn?: SafeString;
491
491
  }
492
492
  export type CustomSourceType = string;
493
493
  export interface DeleteAwsLogSourceRequest {
494
494
  /**
495
- * Removes the specific Amazon Web Services sources from all Regions and source types.
495
+ * Removes the specific Amazon Web Services sources from specific accounts and specific Regions.
496
496
  */
497
497
  disableAllDimensions?: AllDimensionsMap;
498
498
  /**
@@ -504,7 +504,7 @@ declare namespace SecurityLake {
504
504
  */
505
505
  disableTwoDimensions?: TwoDimensionsMap;
506
506
  /**
507
- * This is a mandatory input. Specifies the input order to disable dimensions in Security Lake, namely Region, source type, and member.
507
+ * This is a mandatory input. Specify the input order to disable dimensions in Security Lake, namely Region (Amazon Web Services Region code, source type, and member (account ID of a specific Amazon Web Services account).
508
508
  */
509
509
  inputOrder: DimensionSet;
510
510
  }
@@ -514,25 +514,25 @@ declare namespace SecurityLake {
514
514
  */
515
515
  failed?: AccountList;
516
516
  /**
517
- * Deletion of the Amazon Web Services sources is in-progress.
517
+ * Deletion of the Amazon Web Services sources is in progress.
518
518
  */
519
519
  processing?: AccountList;
520
520
  }
521
521
  export interface DeleteCustomLogSourceRequest {
522
522
  /**
523
- * The custom source name for the custome log source.
523
+ * The custom source name for the custom log source.
524
524
  */
525
525
  customSourceName: String;
526
526
  }
527
527
  export interface DeleteCustomLogSourceResponse {
528
528
  /**
529
- * The location of the partition in the Security Lake S3 bucket.
529
+ * The location of the partition in the Amazon S3 bucket for Security Lake.
530
530
  */
531
531
  customDataLocation: String;
532
532
  }
533
533
  export interface DeleteDatalakeAutoEnableRequest {
534
534
  /**
535
- * Delete Amazon Security Lake with the specified configurations settings to stop ingesting security data for new accounts in Security Lake.
535
+ * Delete Amazon Security Lake with the specified configuration settings to stop ingesting security data for new accounts in Security Lake.
536
536
  */
537
537
  removeFromConfigurationForNewAccounts: AutoEnableNewRegionConfigurationList;
538
538
  }
@@ -540,7 +540,7 @@ declare namespace SecurityLake {
540
540
  }
541
541
  export interface DeleteDatalakeDelegatedAdminRequest {
542
542
  /**
543
- * Account ID the Security Lake delegated administrator.
543
+ * The account ID the Security Lake delegated administrator.
544
544
  */
545
545
  account: SafeString;
546
546
  }
@@ -568,12 +568,13 @@ declare namespace SecurityLake {
568
568
  }
569
569
  export interface DeleteSubscriptionNotificationConfigurationRequest {
570
570
  /**
571
- * The subscription ID of the Amazon Security Lake subscriber account.
571
+ * The ID of the Security Lake subscriber account.
572
572
  */
573
573
  subscriptionId: UUID;
574
574
  }
575
575
  export interface DeleteSubscriptionNotificationConfigurationResponse {
576
576
  }
577
+ export type DescriptionString = string;
577
578
  export type Dimension = "REGION"|"SOURCE_TYPE"|"MEMBER"|string;
578
579
  export type DimensionSet = Dimension[];
579
580
  export type EndpointProtocol = "HTTPS"|"SQS"|string;
@@ -597,7 +598,7 @@ declare namespace SecurityLake {
597
598
  */
598
599
  failures?: Failureslist;
599
600
  /**
600
- * List of Regions where the failure occurred.
601
+ * List of Amazon Web Services Regions where the failure occurred.
601
602
  */
602
603
  region?: SafeString;
603
604
  }
@@ -637,15 +638,15 @@ declare namespace SecurityLake {
637
638
  }
638
639
  export interface GetDatalakeStatusRequest {
639
640
  /**
640
- * The account IDs for which a static snapshot of the current Region, including enabled accounts and log sources is retrieved.
641
+ * The Amazon Web Services account ID for which a static snapshot of the current Amazon Web Services Region, including enabled accounts and log sources, is retrieved.
641
642
  */
642
643
  accountSet?: InputSet;
643
644
  /**
644
- * The maximum limit of accounts for which the static snapshot of the current Region including enabled accounts and log sources is retrieved.
645
+ * The maximum limit of accounts for which the static snapshot of the current Region, including enabled accounts and log sources, is retrieved.
645
646
  */
646
647
  maxAccountResults?: Integer;
647
648
  /**
648
- * If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.
649
+ * Lists if there are more results available. The value of nextToken is a unique pagination token for each page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.
649
650
  */
650
651
  nextToken?: SafeString;
651
652
  }
@@ -655,19 +656,19 @@ declare namespace SecurityLake {
655
656
  */
656
657
  accountSourcesList: AccountSourcesList;
657
658
  /**
658
- * If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.
659
+ * Lists if there are more results available. The value of nextToken is a unique pagination token for each page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.
659
660
  */
660
661
  nextToken?: SafeString;
661
662
  }
662
663
  export interface GetSubscriberRequest {
663
664
  /**
664
- * A value created by Security Lake that uniquely identifies your GetSubscriber API request.
665
+ * A value created by Amazon Security Lake that uniquely identifies your GetSubscriber API request.
665
666
  */
666
667
  id: String;
667
668
  }
668
669
  export interface GetSubscriberResponse {
669
670
  /**
670
- * Subscription information for the specified subscription ID
671
+ * The subscription information for the specified subscription ID.
671
672
  */
672
673
  subscriber?: SubscriberResource;
673
674
  }
@@ -676,7 +677,7 @@ declare namespace SecurityLake {
676
677
  export type Integer = number;
677
678
  export interface LakeConfigurationRequest {
678
679
  /**
679
- * The type of encryption key used by Security Lake to encrypt the lake configuration object.
680
+ * The type of encryption key used by Amazon Security Lake to encrypt the Security Lake configuration object.
680
681
  */
681
682
  encryptionKey?: String;
682
683
  /**
@@ -684,7 +685,7 @@ declare namespace SecurityLake {
684
685
  */
685
686
  replicationDestinationRegions?: RegionSet;
686
687
  /**
687
- * Replication settings for the Amazon S3 buckets. This parameter uses the IAM role created by you that is managed by Security Lake, to ensure the replication setting is correct.
688
+ * Replication settings for the Amazon S3 buckets. This parameter uses the Identity and Access Management (IAM) role you created that is managed by Security Lake, to ensure the replication setting is correct.
688
689
  */
689
690
  replicationRoleArn?: RoleArn;
690
691
  /**
@@ -699,15 +700,15 @@ declare namespace SecurityLake {
699
700
  export type LakeConfigurationRequestMap = {[key: string]: LakeConfigurationRequest};
700
701
  export interface LakeConfigurationResponse {
701
702
  /**
702
- * The type of encryption key used by Security Lake to encrypt the lake configuration
703
+ * The type of encryption key used by secure the Security Lake configuration object.
703
704
  */
704
705
  encryptionKey?: String;
705
706
  /**
706
- * Replication enables automatic, asynchronous copying of objects across Amazon S3 buckets. Amazon S3 buckets that are configured for object replication can be owned by the same AWS account or by different accounts. You can replicate objects to a single destination bucket or to multiple destination buckets. The destination buckets can be in different Amazon Web Services Regions or within the same Region as the source bucket. Set up one or more rollup Regions by providing the Region or Regions that should contribute to the central rollup Region.
707
+ * Replication enables automatic, asynchronous copying of objects across Amazon S3 buckets. Amazon S3 buckets that are configured for object replication can be owned by the same Amazon Web Services account or by different accounts. You can replicate objects to a single destination bucket or to multiple destination buckets. The destination buckets can be in different Amazon Web Services Regions or within the same Region as the source bucket. Set up one or more rollup Regions by providing the Region or Regions that should contribute to the central rollup Region.
707
708
  */
708
709
  replicationDestinationRegions?: RegionSet;
709
710
  /**
710
- * Replication settings for the Amazon S3 buckets. This parameter uses the IAM role created by you that is managed by Security Lake, to ensure the replication setting is correct.
711
+ * Replication settings for the Amazon S3 buckets. This parameter uses the IAM role you created that is managed by Security Lake, to ensure the replication setting is correct.
711
712
  */
712
713
  replicationRoleArn?: RoleArn;
713
714
  /**
@@ -734,21 +735,21 @@ declare namespace SecurityLake {
734
735
  */
735
736
  maxFailures?: Integer;
736
737
  /**
737
- * List if there are more results available. if nextToken is returned, You can make the call again using the returned token to retrieve the next page
738
+ * List if there are more results available. The value of nextToken is a unique pagination token for each page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.
738
739
  */
739
740
  nextToken?: SafeString;
740
741
  /**
741
- * List the regions from which exceptions are retrieved.
742
+ * List the Amazon Web Services Regions from which exceptions are retrieved.
742
743
  */
743
744
  regionSet?: RegionSet;
744
745
  }
745
746
  export interface ListDatalakeExceptionsResponse {
746
747
  /**
747
- * List if there are more results available. if nextToken is returned, You can make the call again using the returned token to retrieve the next page
748
+ * List if there are more results available. The value of nextToken is a unique pagination token for each page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.
748
749
  */
749
750
  nextToken?: SafeString;
750
751
  /**
751
- * Lists the non-retryable failures in the current region.
752
+ * Lists the failures that cannot be retried in the current Region.
752
753
  */
753
754
  nonRetryableFailures: FailuresResponseList;
754
755
  }
@@ -758,33 +759,33 @@ declare namespace SecurityLake {
758
759
  */
759
760
  inputOrder?: DimensionSet;
760
761
  /**
761
- * List the view of log sources for enabled Security Lake accounts in all Regions and source types.
762
+ * List the view of log sources for enabled Amazon Security Lake accounts for specific Amazon Web Services sources from specific accounts and specific Regions.
762
763
  */
763
764
  listAllDimensions?: AllDimensionsMap;
764
765
  /**
765
- * List the view of log sources for enabled Security Lake accounts for the entire region.
766
+ * List the view of log sources for enabled Security Lake accounts for all Amazon Web Services sources from specific accounts or specific Regions.
766
767
  */
767
768
  listSingleDimension?: InputSet;
768
769
  /**
769
- * Lists the log sources for the specified source types in enabled Security Lake accounts for the entire Region, for selected member accounts.
770
+ * Lists the view of log sources for enabled Security Lake accounts for specific Amazon Web Services sources from specific accounts or specific Regions.
770
771
  */
771
772
  listTwoDimensions?: TwoDimensionsMap;
772
773
  /**
773
- * The maximum number of accounts for which the configuration is displayed.
774
+ * The maximum number of accounts for which the log sources are displayed.
774
775
  */
775
776
  maxResults?: Integer;
776
777
  /**
777
- * If nextToken is returned, there are more results available. You can make the call again using the returned token to retrieve the next page.
778
+ * If nextToken is returned, there are more results available. You can repeat the call using the returned token to retrieve the next page.
778
779
  */
779
780
  nextToken?: SafeString;
780
781
  }
781
782
  export interface ListLogSourcesResponse {
782
783
  /**
783
- * If nextToken is returned, there are more results available. You can make the call again using the returned token to retrieve the next page.
784
+ * If nextToken is returned, there are more results available. You can repeat the call using the returned token to retrieve the next page.
784
785
  */
785
786
  nextToken?: String;
786
787
  /**
787
- * Lists the log sources in the Regions for enabled Security Lake accounts.
788
+ * Lists the log sources by Regions for enabled Security Lake accounts.
788
789
  */
789
790
  regionSourceTypesAccountsList: RegionSourceTypesAccountsList;
790
791
  }
@@ -794,23 +795,23 @@ declare namespace SecurityLake {
794
795
  */
795
796
  maxResults?: Integer;
796
797
  /**
797
- * If nextToken is returned, there are more results available. You can make the call again using the returned token to retrieve the next page.
798
+ * If nextToken is returned, there are more results available. You can repeat the call using the returned token to retrieve the next page.
798
799
  */
799
- nextToken?: SafeString;
800
+ nextToken?: String;
800
801
  }
801
802
  export interface ListSubscribersResponse {
802
803
  /**
803
- * If nextToken is returned, there are more results available. You can make the call again using the returned token to retrieve the next page.
804
+ * If nextToken is returned, there are more results available. You can repeat the call using the returned token to retrieve the next page.
804
805
  */
805
- nextToken?: SafeString;
806
+ nextToken?: String;
806
807
  /**
807
- * The subscribers available in the specified Security Lake account ID.
808
+ * The subscribers available for the specified Security Lake account ID.
808
809
  */
809
810
  subscribers: SubscriberList;
810
811
  }
811
812
  export interface LogsStatus {
812
813
  /**
813
- * Health status of services including error codes and patterns.
814
+ * The health status of services, including error codes and patterns.
814
815
  */
815
816
  healthStatus: SourceStatus;
816
817
  /**
@@ -823,7 +824,7 @@ declare namespace SecurityLake {
823
824
  export type OcsfEventClass = "ACCESS_ACTIVITY"|"FILE_ACTIVITY"|"KERNEL_ACTIVITY"|"KERNEL_EXTENSION"|"MEMORY_ACTIVITY"|"MODULE_ACTIVITY"|"PROCESS_ACTIVITY"|"REGISTRY_KEY_ACTIVITY"|"REGISTRY_VALUE_ACTIVITY"|"RESOURCE_ACTIVITY"|"SCHEDULED_JOB_ACTIVITY"|"SECURITY_FINDING"|"ACCOUNT_CHANGE"|"AUTHENTICATION"|"AUTHORIZATION"|"ENTITY_MANAGEMENT_AUDIT"|"DHCP_ACTIVITY"|"NETWORK_ACTIVITY"|"DNS_ACTIVITY"|"FTP_ACTIVITY"|"HTTP_ACTIVITY"|"RDP_ACTIVITY"|"SMB_ACTIVITY"|"SSH_ACTIVITY"|"CLOUD_API"|"CONTAINER_LIFECYCLE"|"DATABASE_LIFECYCLE"|"CONFIG_STATE"|"CLOUD_STORAGE"|"INVENTORY_INFO"|"RFB_ACTIVITY"|"SMTP_ACTIVITY"|"VIRTUAL_MACHINE_ACTIVITY"|string;
824
825
  export interface ProtocolAndNotificationEndpoint {
825
826
  /**
826
- * The account which is subscribed to receive exception notifications.
827
+ * The account that is subscribed to receive exception notifications.
827
828
  */
828
829
  endpoint?: SafeString;
829
830
  /**
@@ -836,7 +837,7 @@ declare namespace SecurityLake {
836
837
  export type RegionSourceTypesAccountsList = AllDimensionsMap[];
837
838
  export interface RetentionSetting {
838
839
  /**
839
- * The retention period specifies a fixed period of time during which the Security Lake object remains locked. You can specify the retention period for one or more source in days.
840
+ * The retention period specifies a fixed period of time during which the Security Lake object remains locked. You can specify the retention period in days for one or more sources.
840
841
  */
841
842
  retentionPeriod?: RetentionSettingRetentionPeriodInteger;
842
843
  /**
@@ -853,11 +854,11 @@ declare namespace SecurityLake {
853
854
  export type SourceStatus = "ACTIVE"|"DEACTIVATED"|"PENDING"|string;
854
855
  export interface SourceType {
855
856
  /**
856
- * Amazon Security Lake supports logs and events collection for natively-supported Amazon Web Services services. For more information, see the Amazon Security Lake User Guide.
857
+ * Amazon Security Lake supports log and event collection for natively supported Amazon Web Services.
857
858
  */
858
859
  awsSourceType?: AwsLogSourceType;
859
860
  /**
860
- * Amazon Security Lake supports custom source types. For the detailed list, see the Amazon Security Lake User Guide.
861
+ * Amazon Security Lake supports custom source types. For a detailed list, see the Amazon Security Lake User Guide.
861
862
  */
862
863
  customSourceType?: CustomSourceType;
863
864
  }
@@ -867,11 +868,11 @@ declare namespace SecurityLake {
867
868
  export type SubscriberList = SubscriberResource[];
868
869
  export interface SubscriberResource {
869
870
  /**
870
- * You can choose to notify subscribers of new objects with an Amazon Simple Queue Service (Amazon SQS) queue or through messaging to an HTTPS endpoint provided by the subscriber. Subscribers can consume data by directly querying Lake Formation tables in your S3 bucket via services like Amazon Athena. This subscription type is defined as LAKEFORMATION.
871
+ * You can choose to notify subscribers of new objects with an Amazon Simple Queue Service (Amazon SQS) queue or through messaging to an HTTPS endpoint provided by the subscriber. Subscribers can consume data by directly querying Lake Formation tables in your Amazon S3 bucket through services like Amazon Athena. This subscription type is defined as LAKEFORMATION.
871
872
  */
872
873
  accessTypes?: AccessTypeList;
873
874
  /**
874
- * The Amazon Web Services account ID of the account that you are using to create your Amazon Security Lake account.
875
+ * The Amazon Web Services account ID you are using to create your Amazon Security Lake account.
875
876
  */
876
877
  accountId: AwsAccountId;
877
878
  /**
@@ -879,7 +880,7 @@ declare namespace SecurityLake {
879
880
  */
880
881
  createdAt?: SyntheticTimestamp_date_time;
881
882
  /**
882
- * The external ID of the subscriber. External ID allows the user that is assuming the role to assert the circumstances in which they are operating. It also provides a way for the account owner to permit the role to be assumed only under specific circumstances.
883
+ * The external ID of the subscriber. The external ID lets the user that is assuming the role assert the circumstances in which they are operating. It also provides a way for the account owner to permit the role to be assumed only under specific circumstances.
883
884
  */
884
885
  externalId?: SafeString;
885
886
  /**
@@ -887,15 +888,15 @@ declare namespace SecurityLake {
887
888
  */
888
889
  roleArn?: RoleArn;
889
890
  /**
890
- * The Amazon Resource Name (ARN) for the Amazon S3 bucket.
891
+ * The ARN for the Amazon S3 bucket.
891
892
  */
892
893
  s3BucketArn?: S3BucketArn;
893
894
  /**
894
- * The Amazon Resource Name (ARN) for the Amazon Simple Notification Service.
895
+ * The ARN for the Amazon Simple Notification Service.
895
896
  */
896
897
  snsArn?: SnsTopicArn;
897
898
  /**
898
- * Amazon Security Lake supports logs and events collection for the natively-supported Amazon Web Services services. For more information, see the Amazon Security Lake User Guide.
899
+ * Amazon Security Lake supports log and event collection for natively supported Amazon Web Services. For more information, see the Amazon Security Lake User Guide.
899
900
  */
900
901
  sourceTypes: SourceTypeList;
901
902
  /**
@@ -919,7 +920,7 @@ declare namespace SecurityLake {
919
920
  */
920
921
  subscriptionProtocol?: EndpointProtocol;
921
922
  /**
922
- * Subscription status of the Amazon Security Lake subscriber account.
923
+ * The subscription status of the Amazon Security Lake subscriber account.
923
924
  */
924
925
  subscriptionStatus?: SubscriptionStatus;
925
926
  /**
@@ -944,7 +945,7 @@ declare namespace SecurityLake {
944
945
  }
945
946
  export interface UpdateDatalakeExceptionsSubscriptionRequest {
946
947
  /**
947
- * The account which is subscribed to receive exception notifications.
948
+ * The account that is subscribed to receive exception notifications.
948
949
  */
949
950
  notificationEndpoint: SafeString;
950
951
  /**
@@ -956,7 +957,7 @@ declare namespace SecurityLake {
956
957
  }
957
958
  export interface UpdateDatalakeRequest {
958
959
  /**
959
- * The configuration object
960
+ * Specify the Region or Regions that will contribute data to the rollup region.
960
961
  */
961
962
  configurations: LakeConfigurationRequestMap;
962
963
  }
@@ -964,36 +965,36 @@ declare namespace SecurityLake {
964
965
  }
965
966
  export interface UpdateSubscriberRequest {
966
967
  /**
967
- * External ID of the Security Lake account.
968
+ * The external ID of the Security Lake account.
968
969
  */
969
970
  externalId?: SafeString;
970
971
  /**
971
- * A value created by Security Lake that uniquely identifies your UpdateSubscriber API request.
972
+ * A value created by Security Lake that uniquely identifies your subscription.
972
973
  */
973
974
  id: String;
974
975
  /**
975
- * The supported Amazon Web Services services from which logs and events are collected. Amazon Security Lake supports logs and events collection for the following natively-supported Amazon Web Services services. For more information, see the Amazon Security Lake User Guide.
976
+ * The supported Amazon Web Services from which logs and events are collected. For the list of supported Amazon Web Services, see the Amazon Security Lake User Guide.
976
977
  */
977
- sourceTypes?: SourceTypeList;
978
+ sourceTypes: SourceTypeList;
978
979
  /**
979
- * Description of the Security Lake account subscriber.
980
+ * The description of the Security Lake account subscriber.
980
981
  */
981
- subscriberDescription?: SafeString;
982
+ subscriberDescription?: DescriptionString;
982
983
  /**
983
- * Name of the Security Lake account subscriber.
984
+ * The name of the Security Lake account subscriber.
984
985
  */
985
986
  subscriberName?: UpdateSubscriberRequestSubscriberNameString;
986
987
  }
987
988
  export type UpdateSubscriberRequestSubscriberNameString = string;
988
989
  export interface UpdateSubscriberResponse {
989
990
  /**
990
- * The account subscriber in Amazon Security Lake.
991
+ * The account of the subscriber.
991
992
  */
992
993
  subscriber?: SubscriberResource;
993
994
  }
994
995
  export interface UpdateSubscriptionNotificationConfigurationRequest {
995
996
  /**
996
- * Create a new subscription notification for the specified subscription ID in Security Lake.
997
+ * Create a new subscription notification for the specified subscription ID in Amazon Security Lake.
997
998
  */
998
999
  createSqs?: Boolean;
999
1000
  /**
@@ -1024,7 +1025,7 @@ declare namespace SecurityLake {
1024
1025
  export type UpdateSubscriptionNotificationConfigurationRequestSubscriptionEndpointString = string;
1025
1026
  export interface UpdateSubscriptionNotificationConfigurationResponse {
1026
1027
  /**
1027
- * Returns the Amazon resource name (ARN) of the queue.
1028
+ * Returns the ARN of the queue.
1028
1029
  */
1029
1030
  queueArn?: SafeString;
1030
1031
  }