cdk-lambda-subminute 2.0.397 → 2.0.399

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 (34) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/README.md +4 -4
  4. package/node_modules/aws-sdk/apis/appconfig-2019-10-09.min.json +9 -1
  5. package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +187 -158
  6. package/node_modules/aws-sdk/apis/bedrock-agent-runtime-2023-07-26.min.json +252 -252
  7. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +9 -1
  8. package/node_modules/aws-sdk/apis/grafana-2020-08-18.min.json +82 -75
  9. package/node_modules/aws-sdk/apis/payment-cryptography-data-2022-02-03.min.json +83 -62
  10. package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +106 -106
  11. package/node_modules/aws-sdk/clients/appconfig.d.ts +24 -14
  12. package/node_modules/aws-sdk/clients/batch.d.ts +36 -3
  13. package/node_modules/aws-sdk/clients/bedrockagentruntime.d.ts +363 -81
  14. package/node_modules/aws-sdk/clients/cloudtrail.d.ts +2 -2
  15. package/node_modules/aws-sdk/clients/codebuild.d.ts +4 -4
  16. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +32 -32
  17. package/node_modules/aws-sdk/clients/ec2.d.ts +17 -9
  18. package/node_modules/aws-sdk/clients/grafana.d.ts +26 -9
  19. package/node_modules/aws-sdk/clients/guardduty.d.ts +14 -14
  20. package/node_modules/aws-sdk/clients/lambda.d.ts +46 -46
  21. package/node_modules/aws-sdk/clients/paymentcryptographydata.d.ts +68 -36
  22. package/node_modules/aws-sdk/clients/rds.d.ts +5 -5
  23. package/node_modules/aws-sdk/clients/snowball.d.ts +1 -1
  24. package/node_modules/aws-sdk/clients/transfer.d.ts +8 -8
  25. package/node_modules/aws-sdk/clients/wafv2.d.ts +14 -13
  26. package/node_modules/aws-sdk/clients/workspaces.d.ts +5 -5
  27. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +4 -3
  28. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +11 -10
  29. package/node_modules/aws-sdk/dist/aws-sdk.js +15 -6
  30. package/node_modules/aws-sdk/dist/aws-sdk.min.js +38 -38
  31. package/node_modules/aws-sdk/lib/core.js +1 -1
  32. package/node_modules/aws-sdk/lib/maintenance_mode_message.js +3 -2
  33. package/node_modules/aws-sdk/package.json +1 -1
  34. package/package.json +3 -3
@@ -199,7 +199,11 @@ declare namespace Grafana {
199
199
  }
200
200
  export interface AssociateLicenseRequest {
201
201
  /**
202
- * The type of license to associate with the workspace.
202
+ * A token from Grafana Labs that ties your Amazon Web Services account with a Grafana Labs account. For more information, see Register with Grafana Labs.
203
+ */
204
+ grafanaToken?: GrafanaToken;
205
+ /**
206
+ * The type of license to associate with the workspace. Amazon Managed Grafana workspaces no longer support Grafana Enterprise free trials.
203
207
  */
204
208
  licenseType: LicenseType;
205
209
  /**
@@ -286,7 +290,7 @@ declare namespace Grafana {
286
290
  */
287
291
  accountAccessType: AccountAccessType;
288
292
  /**
289
- * Specifies whether this workspace uses SAML 2.0, IAM Identity Center (successor to Single Sign-On), or both to authenticate users for using the Grafana console within a workspace. For more information, see User authentication in Amazon Managed Grafana.
293
+ * Specifies whether this workspace uses SAML 2.0, IAM Identity Center, or both to authenticate users for using the Grafana console within a workspace. For more information, see User authentication in Amazon Managed Grafana.
290
294
  */
291
295
  authenticationProviders: AuthenticationProviders;
292
296
  /**
@@ -298,7 +302,7 @@ declare namespace Grafana {
298
302
  */
299
303
  configuration?: OverridableConfigurationJson;
300
304
  /**
301
- * Specifies the version of Grafana to support in the new workspace. To get a list of supported version, use the ListVersions operation.
305
+ * Specifies the version of Grafana to support in the new workspace. If not specified, defaults to the latest version (for example, 9.4). To get a list of supported versions, use the ListVersions operation.
302
306
  */
303
307
  grafanaVersion?: GrafanaVersion;
304
308
  /**
@@ -448,6 +452,7 @@ declare namespace Grafana {
448
452
  workspace: WorkspaceDescription;
449
453
  }
450
454
  export type Endpoint = string;
455
+ export type GrafanaToken = string;
451
456
  export type GrafanaVersion = string;
452
457
  export type GrafanaVersionList = GrafanaVersion[];
453
458
  export type IamRoleArn = string;
@@ -723,7 +728,7 @@ declare namespace Grafana {
723
728
  }
724
729
  export interface UpdateWorkspaceAuthenticationRequest {
725
730
  /**
726
- * Specifies whether this workspace uses SAML 2.0, IAM Identity Center (successor to Single Sign-On), or both to authenticate users for using the Grafana console within a workspace. For more information, see User authentication in Amazon Managed Grafana.
731
+ * Specifies whether this workspace uses SAML 2.0, IAM Identity Center, or both to authenticate users for using the Grafana console within a workspace. For more information, see User authentication in Amazon Managed Grafana.
727
732
  */
728
733
  authenticationProviders: AuthenticationProviders;
729
734
  /**
@@ -747,7 +752,7 @@ declare namespace Grafana {
747
752
  */
748
753
  configuration: OverridableConfigurationJson;
749
754
  /**
750
- * Specifies the version of Grafana to support in the new workspace. Can only be used to upgrade (for example, from 8.4 to 9.4), not downgrade (for example, from 9.4 to 8.4). To know what versions are available to upgrade to for a specific workspace, see the ListVersions operation.
755
+ * Specifies the version of Grafana to support in the workspace. If not specified, keeps the current version of the workspace. Can only be used to upgrade (for example, from 8.4 to 9.4), not downgrade (for example, from 9.4 to 8.4). To know what versions are available to upgrade to for a specific workspace, see the ListVersions operation.
751
756
  */
752
757
  grafanaVersion?: GrafanaVersion;
753
758
  /**
@@ -875,13 +880,17 @@ declare namespace Grafana {
875
880
  */
876
881
  endpoint: Endpoint;
877
882
  /**
878
- * Specifies whether this workspace has already fully used its free trial for Grafana Enterprise.
883
+ * Specifies whether this workspace has already fully used its free trial for Grafana Enterprise. Amazon Managed Grafana workspaces no longer support Grafana Enterprise free trials.
879
884
  */
880
885
  freeTrialConsumed?: Boolean;
881
886
  /**
882
- * If this workspace is currently in the free trial period for Grafana Enterprise, this value specifies when that free trial ends.
887
+ * If this workspace is currently in the free trial period for Grafana Enterprise, this value specifies when that free trial ends. Amazon Managed Grafana workspaces no longer support Grafana Enterprise free trials.
883
888
  */
884
889
  freeTrialExpiration?: Timestamp;
890
+ /**
891
+ * The token that ties this workspace to a Grafana Labs account. For more information, see Register with Grafana Labs.
892
+ */
893
+ grafanaToken?: GrafanaToken;
885
894
  /**
886
895
  * The version of Grafana supported in this workspace.
887
896
  */
@@ -891,11 +900,11 @@ declare namespace Grafana {
891
900
  */
892
901
  id: WorkspaceId;
893
902
  /**
894
- * If this workspace has a full Grafana Enterprise license, this specifies when the license ends and will need to be renewed.
903
+ * If this workspace has a full Grafana Enterprise license purchased through Amazon Web Services Marketplace, this specifies when the license ends and will need to be renewed. Purchasing the Enterprise plugins option through Amazon Managed Grafana does not have an expiration. It is valid until the license is removed.
895
904
  */
896
905
  licenseExpiration?: Timestamp;
897
906
  /**
898
- * Specifies whether this workspace has a full Grafana Enterprise license or a free trial license.
907
+ * Specifies whether this workspace has a full Grafana Enterprise license. Amazon Managed Grafana workspaces no longer support Grafana Enterprise free trials.
899
908
  */
900
909
  licenseType?: LicenseType;
901
910
  /**
@@ -968,6 +977,10 @@ declare namespace Grafana {
968
977
  * The URL endpoint to use to access the Grafana console in the workspace.
969
978
  */
970
979
  endpoint: Endpoint;
980
+ /**
981
+ * The token that ties this workspace to a Grafana Labs account. For more information, see Register with Grafana Labs.
982
+ */
983
+ grafanaToken?: GrafanaToken;
971
984
  /**
972
985
  * The Grafana version that the workspace is running.
973
986
  */
@@ -976,6 +989,10 @@ declare namespace Grafana {
976
989
  * The unique ID of the workspace.
977
990
  */
978
991
  id: WorkspaceId;
992
+ /**
993
+ * Specifies whether this workspace has a full Grafana Enterprise license. Amazon Managed Grafana workspaces no longer support Grafana Enterprise free trials.
994
+ */
995
+ licenseType?: LicenseType;
979
996
  /**
980
997
  * The most recent date that the workspace was modified.
981
998
  */
@@ -36,11 +36,11 @@ declare class GuardDuty extends Service {
36
36
  */
37
37
  archiveFindings(callback?: (err: AWSError, data: GuardDuty.Types.ArchiveFindingsResponse) => void): Request<GuardDuty.Types.ArchiveFindingsResponse, AWSError>;
38
38
  /**
39
- * Creates a single Amazon GuardDuty detector. A detector is a resource that represents the GuardDuty service. To start using GuardDuty, you must create a detector in each Region where you enable the service. You can have only one detector per account per Region. All data sources are enabled in a new detector by default. There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
39
+ * Creates a single GuardDuty detector. A detector is a resource that represents the GuardDuty service. To start using GuardDuty, you must create a detector in each Region where you enable the service. You can have only one detector per account per Region. All data sources are enabled in a new detector by default. When you don't specify any features, with an exception to RUNTIME_MONITORING, all the optional features are enabled by default. When you specify some of the features, any feature that is not specified in the API call gets enabled by default, with an exception to RUNTIME_MONITORING. Specifying both EKS Runtime Monitoring (EKS_RUNTIME_MONITORING) and Runtime Monitoring (RUNTIME_MONITORING) will cause an error. You can add only one of these two features because Runtime Monitoring already includes the threat detection for Amazon EKS resources. For more information, see Runtime Monitoring. There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
40
40
  */
41
41
  createDetector(params: GuardDuty.Types.CreateDetectorRequest, callback?: (err: AWSError, data: GuardDuty.Types.CreateDetectorResponse) => void): Request<GuardDuty.Types.CreateDetectorResponse, AWSError>;
42
42
  /**
43
- * Creates a single Amazon GuardDuty detector. A detector is a resource that represents the GuardDuty service. To start using GuardDuty, you must create a detector in each Region where you enable the service. You can have only one detector per account per Region. All data sources are enabled in a new detector by default. There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
43
+ * Creates a single GuardDuty detector. A detector is a resource that represents the GuardDuty service. To start using GuardDuty, you must create a detector in each Region where you enable the service. You can have only one detector per account per Region. All data sources are enabled in a new detector by default. When you don't specify any features, with an exception to RUNTIME_MONITORING, all the optional features are enabled by default. When you specify some of the features, any feature that is not specified in the API call gets enabled by default, with an exception to RUNTIME_MONITORING. Specifying both EKS Runtime Monitoring (EKS_RUNTIME_MONITORING) and Runtime Monitoring (RUNTIME_MONITORING) will cause an error. You can add only one of these two features because Runtime Monitoring already includes the threat detection for Amazon EKS resources. For more information, see Runtime Monitoring. There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
44
44
  */
45
45
  createDetector(callback?: (err: AWSError, data: GuardDuty.Types.CreateDetectorResponse) => void): Request<GuardDuty.Types.CreateDetectorResponse, AWSError>;
46
46
  /**
@@ -316,7 +316,7 @@ declare class GuardDuty extends Service {
316
316
  */
317
317
  getMembers(callback?: (err: AWSError, data: GuardDuty.Types.GetMembersResponse) => void): Request<GuardDuty.Types.GetMembersResponse, AWSError>;
318
318
  /**
319
- * Retrieves how many active member accounts in your Amazon Web Services organization have each feature enabled within GuardDuty. Only a delegated GuardDuty administrator of an organization can run this API. When you create a new Amazon Web Services organization, it might take up to 24 hours to generate the statistics for the entire organization.
319
+ * Retrieves how many active member accounts have each feature enabled within GuardDuty. Only a delegated GuardDuty administrator of an organization can run this API. When you create a new organization, it might take up to 24 hours to generate the statistics for the entire organization.
320
320
  */
321
321
  getOrganizationStatistics(callback?: (err: AWSError, data: GuardDuty.Types.GetOrganizationStatisticsResponse) => void): Request<GuardDuty.Types.GetOrganizationStatisticsResponse, AWSError>;
322
322
  /**
@@ -440,11 +440,11 @@ declare class GuardDuty extends Service {
440
440
  */
441
441
  listThreatIntelSets(callback?: (err: AWSError, data: GuardDuty.Types.ListThreatIntelSetsResponse) => void): Request<GuardDuty.Types.ListThreatIntelSetsResponse, AWSError>;
442
442
  /**
443
- * Initiates the malware scan. Invoking this API will automatically create the Service-linked role in the corresponding account.
443
+ * Initiates the malware scan. Invoking this API will automatically create the Service-linked role in the corresponding account. When the malware scan starts, you can use the associated scan ID to track the status of the scan. For more information, see DescribeMalwareScans.
444
444
  */
445
445
  startMalwareScan(params: GuardDuty.Types.StartMalwareScanRequest, callback?: (err: AWSError, data: GuardDuty.Types.StartMalwareScanResponse) => void): Request<GuardDuty.Types.StartMalwareScanResponse, AWSError>;
446
446
  /**
447
- * Initiates the malware scan. Invoking this API will automatically create the Service-linked role in the corresponding account.
447
+ * Initiates the malware scan. Invoking this API will automatically create the Service-linked role in the corresponding account. When the malware scan starts, you can use the associated scan ID to track the status of the scan. For more information, see DescribeMalwareScans.
448
448
  */
449
449
  startMalwareScan(callback?: (err: AWSError, data: GuardDuty.Types.StartMalwareScanResponse) => void): Request<GuardDuty.Types.StartMalwareScanResponse, AWSError>;
450
450
  /**
@@ -488,11 +488,11 @@ declare class GuardDuty extends Service {
488
488
  */
489
489
  untagResource(callback?: (err: AWSError, data: GuardDuty.Types.UntagResourceResponse) => void): Request<GuardDuty.Types.UntagResourceResponse, AWSError>;
490
490
  /**
491
- * Updates the GuardDuty detector specified by the detectorId. There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
491
+ * Updates the GuardDuty detector specified by the detector ID. Specifying both EKS Runtime Monitoring (EKS_RUNTIME_MONITORING) and Runtime Monitoring (RUNTIME_MONITORING) will cause an error. You can add only one of these two features because Runtime Monitoring already includes the threat detection for Amazon EKS resources. For more information, see Runtime Monitoring. There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
492
492
  */
493
493
  updateDetector(params: GuardDuty.Types.UpdateDetectorRequest, callback?: (err: AWSError, data: GuardDuty.Types.UpdateDetectorResponse) => void): Request<GuardDuty.Types.UpdateDetectorResponse, AWSError>;
494
494
  /**
495
- * Updates the GuardDuty detector specified by the detectorId. There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
495
+ * Updates the GuardDuty detector specified by the detector ID. Specifying both EKS Runtime Monitoring (EKS_RUNTIME_MONITORING) and Runtime Monitoring (RUNTIME_MONITORING) will cause an error. You can add only one of these two features because Runtime Monitoring already includes the threat detection for Amazon EKS resources. For more information, see Runtime Monitoring. There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
496
496
  */
497
497
  updateDetector(callback?: (err: AWSError, data: GuardDuty.Types.UpdateDetectorResponse) => void): Request<GuardDuty.Types.UpdateDetectorResponse, AWSError>;
498
498
  /**
@@ -528,19 +528,19 @@ declare class GuardDuty extends Service {
528
528
  */
529
529
  updateMalwareScanSettings(callback?: (err: AWSError, data: GuardDuty.Types.UpdateMalwareScanSettingsResponse) => void): Request<GuardDuty.Types.UpdateMalwareScanSettingsResponse, AWSError>;
530
530
  /**
531
- * Contains information on member accounts to be updated. There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
531
+ * Contains information on member accounts to be updated. Specifying both EKS Runtime Monitoring (EKS_RUNTIME_MONITORING) and Runtime Monitoring (RUNTIME_MONITORING) will cause an error. You can add only one of these two features because Runtime Monitoring already includes the threat detection for Amazon EKS resources. For more information, see Runtime Monitoring. There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
532
532
  */
533
533
  updateMemberDetectors(params: GuardDuty.Types.UpdateMemberDetectorsRequest, callback?: (err: AWSError, data: GuardDuty.Types.UpdateMemberDetectorsResponse) => void): Request<GuardDuty.Types.UpdateMemberDetectorsResponse, AWSError>;
534
534
  /**
535
- * Contains information on member accounts to be updated. There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
535
+ * Contains information on member accounts to be updated. Specifying both EKS Runtime Monitoring (EKS_RUNTIME_MONITORING) and Runtime Monitoring (RUNTIME_MONITORING) will cause an error. You can add only one of these two features because Runtime Monitoring already includes the threat detection for Amazon EKS resources. For more information, see Runtime Monitoring. There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
536
536
  */
537
537
  updateMemberDetectors(callback?: (err: AWSError, data: GuardDuty.Types.UpdateMemberDetectorsResponse) => void): Request<GuardDuty.Types.UpdateMemberDetectorsResponse, AWSError>;
538
538
  /**
539
- * Configures the delegated administrator account with the provided values. You must provide a value for either autoEnableOrganizationMembers or autoEnable, but not both. There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
539
+ * Configures the delegated administrator account with the provided values. You must provide a value for either autoEnableOrganizationMembers or autoEnable, but not both. Specifying both EKS Runtime Monitoring (EKS_RUNTIME_MONITORING) and Runtime Monitoring (RUNTIME_MONITORING) will cause an error. You can add only one of these two features because Runtime Monitoring already includes the threat detection for Amazon EKS resources. For more information, see Runtime Monitoring. There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
540
540
  */
541
541
  updateOrganizationConfiguration(params: GuardDuty.Types.UpdateOrganizationConfigurationRequest, callback?: (err: AWSError, data: GuardDuty.Types.UpdateOrganizationConfigurationResponse) => void): Request<GuardDuty.Types.UpdateOrganizationConfigurationResponse, AWSError>;
542
542
  /**
543
- * Configures the delegated administrator account with the provided values. You must provide a value for either autoEnableOrganizationMembers or autoEnable, but not both. There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
543
+ * Configures the delegated administrator account with the provided values. You must provide a value for either autoEnableOrganizationMembers or autoEnable, but not both. Specifying both EKS Runtime Monitoring (EKS_RUNTIME_MONITORING) and Runtime Monitoring (RUNTIME_MONITORING) will cause an error. You can add only one of these two features because Runtime Monitoring already includes the threat detection for Amazon EKS resources. For more information, see Runtime Monitoring. There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
544
544
  */
545
545
  updateOrganizationConfiguration(callback?: (err: AWSError, data: GuardDuty.Types.UpdateOrganizationConfigurationResponse) => void): Request<GuardDuty.Types.UpdateOrganizationConfigurationResponse, AWSError>;
546
546
  /**
@@ -1606,7 +1606,7 @@ declare namespace GuardDuty {
1606
1606
  */
1607
1607
  NextToken?: String;
1608
1608
  /**
1609
- * Indicates the auto-enablement configuration of GuardDuty for the member accounts in the organization. NEW: Indicates that when a new account joins the organization, they will have GuardDuty enabled automatically. ALL: Indicates that all accounts in the organization have GuardDuty enabled automatically. This includes NEW accounts that join the organization and accounts that may have been suspended or removed from the organization in GuardDuty. NONE: Indicates that GuardDuty will not be automatically enabled for any account in the organization. The administrator must manage GuardDuty for each account in the organization individually.
1609
+ * Indicates the auto-enablement configuration of GuardDuty or any of the corresponding protection plans for the member accounts in the organization. NEW: Indicates that when a new account joins the organization, they will have GuardDuty or any of the corresponding protection plans enabled automatically. ALL: Indicates that all accounts in the organization have GuardDuty and any of the corresponding protection plans enabled automatically. This includes NEW accounts that join the organization and accounts that may have been suspended or removed from the organization in GuardDuty. NONE: Indicates that GuardDuty or any of the corresponding protection plans will not be automatically enabled for any account in the organization. The administrator must manage GuardDuty for each account in the organization individually. When you update the auto-enable setting from ALL or NEW to NONE, this action doesn't disable the corresponding option for your existing accounts. This configuration will apply to the new accounts that join the organization. After you update the auto-enable settings, no new account will have the corresponding option as enabled.
1610
1610
  */
1611
1611
  AutoEnableOrganizationMembers?: AutoEnableMembers;
1612
1612
  }
@@ -4712,7 +4712,7 @@ declare namespace GuardDuty {
4712
4712
  */
4713
4713
  Features?: OrganizationFeaturesConfigurations;
4714
4714
  /**
4715
- * Indicates the auto-enablement configuration of GuardDuty for the member accounts in the organization. You must provide a value for either autoEnableOrganizationMembers or autoEnable. Use one of the following configuration values for autoEnableOrganizationMembers: NEW: Indicates that when a new account joins the organization, they will have GuardDuty enabled automatically. ALL: Indicates that all accounts in the organization have GuardDuty enabled automatically. This includes NEW accounts that join the organization and accounts that may have been suspended or removed from the organization in GuardDuty. It may take up to 24 hours to update the configuration for all the member accounts. NONE: Indicates that GuardDuty will not be automatically enabled for any account in the organization. The administrator must manage GuardDuty for each account in the organization individually.
4715
+ * Indicates the auto-enablement configuration of GuardDuty for the member accounts in the organization. You must provide a value for either autoEnableOrganizationMembers or autoEnable. Use one of the following configuration values for autoEnableOrganizationMembers: NEW: Indicates that when a new account joins the organization, they will have GuardDuty enabled automatically. ALL: Indicates that all accounts in the organization have GuardDuty enabled automatically. This includes NEW accounts that join the organization and accounts that may have been suspended or removed from the organization in GuardDuty. It may take up to 24 hours to update the configuration for all the member accounts. NONE: Indicates that GuardDuty will not be automatically enabled for any account in the organization. The administrator must manage GuardDuty for each account in the organization individually. When you update the auto-enable setting from ALL or NEW to NONE, this action doesn't disable the corresponding option for your existing accounts. This configuration will apply to the new accounts that join the organization. After you update the auto-enable settings, no new account will have the corresponding option as enabled.
4716
4716
  */
4717
4717
  AutoEnableOrganizationMembers?: AutoEnableMembers;
4718
4718
  }
@@ -4798,7 +4798,7 @@ declare namespace GuardDuty {
4798
4798
  Total?: Total;
4799
4799
  }
4800
4800
  export type UsageDataSourceResultList = UsageDataSourceResult[];
4801
- export type UsageFeature = "FLOW_LOGS"|"CLOUD_TRAIL"|"DNS_LOGS"|"S3_DATA_EVENTS"|"EKS_AUDIT_LOGS"|"EBS_MALWARE_PROTECTION"|"RDS_LOGIN_EVENTS"|"LAMBDA_NETWORK_LOGS"|"EKS_RUNTIME_MONITORING"|"FARGATE_RUNTIME_MONITORING"|"EC2_RUNTIME_MONITORING"|string;
4801
+ export type UsageFeature = "FLOW_LOGS"|"CLOUD_TRAIL"|"DNS_LOGS"|"S3_DATA_EVENTS"|"EKS_AUDIT_LOGS"|"EBS_MALWARE_PROTECTION"|"RDS_LOGIN_EVENTS"|"LAMBDA_NETWORK_LOGS"|"EKS_RUNTIME_MONITORING"|"FARGATE_RUNTIME_MONITORING"|"EC2_RUNTIME_MONITORING"|"RDS_DBI_PROTECTION_PROVISIONED"|"RDS_DBI_PROTECTION_SERVERLESS"|string;
4802
4802
  export type UsageFeatureList = UsageFeature[];
4803
4803
  export interface UsageFeatureResult {
4804
4804
  /**