aws-sdk 2.1410.0 → 2.1412.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1012,19 +1012,19 @@ declare class QuickSight extends Service {
1012
1012
  */
1013
1013
  searchGroups(callback?: (err: AWSError, data: QuickSight.Types.SearchGroupsResponse) => void): Request<QuickSight.Types.SearchGroupsResponse, AWSError>;
1014
1014
  /**
1015
- * Starts an Asset Bundle export job. An Asset Bundle export job exports specified Amazon QuickSight assets. You can also choose to export any asset dependencies in the same job. Export jobs run asynchronously and can be polled with a DescribeAssetBundleExportJob API call. When a job is successfully completed, a download URL that contains the exported assets is returned. The URL is valid for 5 minutes and can be refreshed with a DescribeAssetBundleExportJob API call. Each Amazon QuickSight account can run up to 10 export jobs concurrently. The API caller must have the necessary permissions in their IAM role to access each resource before the resources can be exported.
1015
+ * Starts an Asset Bundle export job. An Asset Bundle export job exports specified Amazon QuickSight assets. You can also choose to export any asset dependencies in the same job. Export jobs run asynchronously and can be polled with a DescribeAssetBundleExportJob API call. When a job is successfully completed, a download URL that contains the exported assets is returned. The URL is valid for 5 minutes and can be refreshed with a DescribeAssetBundleExportJob API call. Each Amazon QuickSight account can run up to 5 export jobs concurrently. The API caller must have the necessary permissions in their IAM role to access each resource before the resources can be exported.
1016
1016
  */
1017
1017
  startAssetBundleExportJob(params: QuickSight.Types.StartAssetBundleExportJobRequest, callback?: (err: AWSError, data: QuickSight.Types.StartAssetBundleExportJobResponse) => void): Request<QuickSight.Types.StartAssetBundleExportJobResponse, AWSError>;
1018
1018
  /**
1019
- * Starts an Asset Bundle export job. An Asset Bundle export job exports specified Amazon QuickSight assets. You can also choose to export any asset dependencies in the same job. Export jobs run asynchronously and can be polled with a DescribeAssetBundleExportJob API call. When a job is successfully completed, a download URL that contains the exported assets is returned. The URL is valid for 5 minutes and can be refreshed with a DescribeAssetBundleExportJob API call. Each Amazon QuickSight account can run up to 10 export jobs concurrently. The API caller must have the necessary permissions in their IAM role to access each resource before the resources can be exported.
1019
+ * Starts an Asset Bundle export job. An Asset Bundle export job exports specified Amazon QuickSight assets. You can also choose to export any asset dependencies in the same job. Export jobs run asynchronously and can be polled with a DescribeAssetBundleExportJob API call. When a job is successfully completed, a download URL that contains the exported assets is returned. The URL is valid for 5 minutes and can be refreshed with a DescribeAssetBundleExportJob API call. Each Amazon QuickSight account can run up to 5 export jobs concurrently. The API caller must have the necessary permissions in their IAM role to access each resource before the resources can be exported.
1020
1020
  */
1021
1021
  startAssetBundleExportJob(callback?: (err: AWSError, data: QuickSight.Types.StartAssetBundleExportJobResponse) => void): Request<QuickSight.Types.StartAssetBundleExportJobResponse, AWSError>;
1022
1022
  /**
1023
- * Starts an Asset Bundle import job. An Asset Bundle import job imports specified Amazon QuickSight assets into an Amazon QuickSight account. You can also choose to import a naming prefix and specified configuration overrides. The assets that are contained in the bundle file that you provide are used to create or update a new or existing asset in your Amazon QuickSight account. Each Amazon QuickSight account can run up to 10 import jobs concurrently. The API caller must have the necessary "create", "describe", and "update" permissions in their IAM role to access each resource type that is contained in the bundle file before the resources can be imported.
1023
+ * Starts an Asset Bundle import job. An Asset Bundle import job imports specified Amazon QuickSight assets into an Amazon QuickSight account. You can also choose to import a naming prefix and specified configuration overrides. The assets that are contained in the bundle file that you provide are used to create or update a new or existing asset in your Amazon QuickSight account. Each Amazon QuickSight account can run up to 5 import jobs concurrently. The API caller must have the necessary "create", "describe", and "update" permissions in their IAM role to access each resource type that is contained in the bundle file before the resources can be imported.
1024
1024
  */
1025
1025
  startAssetBundleImportJob(params: QuickSight.Types.StartAssetBundleImportJobRequest, callback?: (err: AWSError, data: QuickSight.Types.StartAssetBundleImportJobResponse) => void): Request<QuickSight.Types.StartAssetBundleImportJobResponse, AWSError>;
1026
1026
  /**
1027
- * Starts an Asset Bundle import job. An Asset Bundle import job imports specified Amazon QuickSight assets into an Amazon QuickSight account. You can also choose to import a naming prefix and specified configuration overrides. The assets that are contained in the bundle file that you provide are used to create or update a new or existing asset in your Amazon QuickSight account. Each Amazon QuickSight account can run up to 10 import jobs concurrently. The API caller must have the necessary "create", "describe", and "update" permissions in their IAM role to access each resource type that is contained in the bundle file before the resources can be imported.
1027
+ * Starts an Asset Bundle import job. An Asset Bundle import job imports specified Amazon QuickSight assets into an Amazon QuickSight account. You can also choose to import a naming prefix and specified configuration overrides. The assets that are contained in the bundle file that you provide are used to create or update a new or existing asset in your Amazon QuickSight account. Each Amazon QuickSight account can run up to 5 import jobs concurrently. The API caller must have the necessary "create", "describe", and "update" permissions in their IAM role to access each resource type that is contained in the bundle file before the resources can be imported.
1028
1028
  */
1029
1029
  startAssetBundleImportJob(callback?: (err: AWSError, data: QuickSight.Types.StartAssetBundleImportJobResponse) => void): Request<QuickSight.Types.StartAssetBundleImportJobResponse, AWSError>;
1030
1030
  /**
@@ -1381,7 +1381,7 @@ declare namespace QuickSight {
1381
1381
  /**
1382
1382
  * The function that aggregates the values in Column.
1383
1383
  */
1384
- AggregationFunction: AggregationFunction;
1384
+ AggregationFunction?: AggregationFunction;
1385
1385
  }
1386
1386
  export type AggregationSortConfigurationList = AggregationSortConfiguration[];
1387
1387
  export type AliasName = string;
@@ -2771,6 +2771,12 @@ declare namespace QuickSight {
2771
2771
  NullValueColor?: DataColor;
2772
2772
  }
2773
2773
  export type ColorScaleColorList = DataColor[];
2774
+ export interface ColorsConfiguration {
2775
+ /**
2776
+ * A list of up to 50 custom colors.
2777
+ */
2778
+ CustomColors?: CustomColorsList;
2779
+ }
2774
2780
  export interface ColumnConfiguration {
2775
2781
  /**
2776
2782
  * The column.
@@ -2784,6 +2790,10 @@ declare namespace QuickSight {
2784
2790
  * The role of the column.
2785
2791
  */
2786
2792
  Role?: ColumnRole;
2793
+ /**
2794
+ * The color configurations of the column.
2795
+ */
2796
+ ColorsConfiguration?: ColorsConfiguration;
2787
2797
  }
2788
2798
  export type ColumnConfigurationList = ColumnConfiguration[];
2789
2799
  export type ColumnDataRole = "DIMENSION"|"MEASURE"|string;
@@ -4370,6 +4380,21 @@ declare namespace QuickSight {
4370
4380
  */
4371
4381
  URLTarget: URLTargetConfiguration;
4372
4382
  }
4383
+ export interface CustomColor {
4384
+ /**
4385
+ * The data value that the color is applied to.
4386
+ */
4387
+ FieldValue?: FieldValue;
4388
+ /**
4389
+ * The color that is applied to the data value.
4390
+ */
4391
+ Color: HexColor;
4392
+ /**
4393
+ * The value of a special data value.
4394
+ */
4395
+ SpecialValue?: SpecialValue;
4396
+ }
4397
+ export type CustomColorsList = CustomColor[];
4373
4398
  export interface CustomContentConfiguration {
4374
4399
  /**
4375
4400
  * The input URL that links to the custom content that you want in the custom visual.
@@ -6656,7 +6681,7 @@ declare namespace QuickSight {
6656
6681
  */
6657
6682
  IncludeAllDependencies?: Boolean;
6658
6683
  /**
6659
- * The format of the export.
6684
+ * The format of the exported asset bundle. A QUICKSIGHT_JSON formatted file can be used to make a StartAssetBundleImportJob API call. A CLOUDFORMATION_JSON formatted file can be used in the CloudFormation console and with the CloudFormation APIs.
6660
6685
  */
6661
6686
  ExportFormat?: AssetBundleExportFormat;
6662
6687
  /**
@@ -14454,6 +14479,18 @@ declare namespace QuickSight {
14454
14479
  */
14455
14480
  TitleOptions?: LabelOptions;
14456
14481
  }
14482
+ export type SmallMultiplesAxisPlacement = "OUTSIDE"|"INSIDE"|string;
14483
+ export interface SmallMultiplesAxisProperties {
14484
+ /**
14485
+ * Determines whether scale of the axes are shared or independent. The default value is SHARED.
14486
+ */
14487
+ Scale?: SmallMultiplesAxisScale;
14488
+ /**
14489
+ * Defines the placement of the axis. By default, axes are rendered OUTSIDE of the panels. Axes with INDEPENDENT scale are rendered INSIDE the panels.
14490
+ */
14491
+ Placement?: SmallMultiplesAxisPlacement;
14492
+ }
14493
+ export type SmallMultiplesAxisScale = "SHARED"|"INDEPENDENT"|string;
14457
14494
  export type SmallMultiplesDimensionFieldList = DimensionField[];
14458
14495
  export interface SmallMultiplesOptions {
14459
14496
  /**
@@ -14468,6 +14505,14 @@ declare namespace QuickSight {
14468
14505
  * Configures the display options for each small multiples panel.
14469
14506
  */
14470
14507
  PanelConfiguration?: PanelConfiguration;
14508
+ /**
14509
+ * The properties of a small multiples X axis.
14510
+ */
14511
+ XAxis?: SmallMultiplesAxisProperties;
14512
+ /**
14513
+ * The properties of a small multiples Y axis.
14514
+ */
14515
+ YAxis?: SmallMultiplesAxisProperties;
14471
14516
  }
14472
14517
  export interface SnowflakeParameters {
14473
14518
  /**
@@ -14512,6 +14557,7 @@ declare namespace QuickSight {
14512
14557
  */
14513
14558
  Port: Port;
14514
14559
  }
14560
+ export type SpecialValue = "EMPTY"|"NULL"|"OTHER"|string;
14515
14561
  export type SqlEndpointPath = string;
14516
14562
  export type SqlQuery = string;
14517
14563
  export interface SqlServerParameters {
@@ -14588,7 +14634,7 @@ declare namespace QuickSight {
14588
14634
  */
14589
14635
  AssetBundleImportJobId: ShortRestrictiveResourceId;
14590
14636
  /**
14591
- * The source of the asset bundle zip file that contains the data that you want to import.
14637
+ * The source of the asset bundle zip file that contains the data that you want to import. The file must be in QUICKSIGHT_JSON format.
14592
14638
  */
14593
14639
  AssetBundleImportSource: AssetBundleImportSource;
14594
14640
  /**
package/clients/rds.d.ts CHANGED
@@ -238,11 +238,11 @@ declare class RDS extends Service {
238
238
  */
239
239
  createEventSubscription(callback?: (err: AWSError, data: RDS.Types.CreateEventSubscriptionResult) => void): Request<RDS.Types.CreateEventSubscriptionResult, AWSError>;
240
240
  /**
241
- * Creates an Aurora global database spread across multiple Amazon Web Services Regions. The global database contains a single primary cluster with read-write capability, and a read-only secondary cluster that receives data from the primary cluster through high-speed replication performed by the Aurora storage subsystem. You can create a global database that is initially empty, and then add a primary cluster and a secondary cluster to it. Or you can specify an existing Aurora cluster during the create operation, and this cluster becomes the primary cluster of the global database. This action applies only to Aurora DB clusters.
241
+ * Creates an Aurora global database spread across multiple Amazon Web Services Regions. The global database contains a single primary cluster with read-write capability, and a read-only secondary cluster that receives data from the primary cluster through high-speed replication performed by the Aurora storage subsystem. You can create a global database that is initially empty, and then add a primary cluster and a secondary cluster to it. Or you can specify an existing Aurora cluster during the create operation, and this cluster becomes the primary cluster of the global database. This operation applies only to Aurora DB clusters.
242
242
  */
243
243
  createGlobalCluster(params: RDS.Types.CreateGlobalClusterMessage, callback?: (err: AWSError, data: RDS.Types.CreateGlobalClusterResult) => void): Request<RDS.Types.CreateGlobalClusterResult, AWSError>;
244
244
  /**
245
- * Creates an Aurora global database spread across multiple Amazon Web Services Regions. The global database contains a single primary cluster with read-write capability, and a read-only secondary cluster that receives data from the primary cluster through high-speed replication performed by the Aurora storage subsystem. You can create a global database that is initially empty, and then add a primary cluster and a secondary cluster to it. Or you can specify an existing Aurora cluster during the create operation, and this cluster becomes the primary cluster of the global database. This action applies only to Aurora DB clusters.
245
+ * Creates an Aurora global database spread across multiple Amazon Web Services Regions. The global database contains a single primary cluster with read-write capability, and a read-only secondary cluster that receives data from the primary cluster through high-speed replication performed by the Aurora storage subsystem. You can create a global database that is initially empty, and then add a primary cluster and a secondary cluster to it. Or you can specify an existing Aurora cluster during the create operation, and this cluster becomes the primary cluster of the global database. This operation applies only to Aurora DB clusters.
246
246
  */
247
247
  createGlobalCluster(callback?: (err: AWSError, data: RDS.Types.CreateGlobalClusterResult) => void): Request<RDS.Types.CreateGlobalClusterResult, AWSError>;
248
248
  /**
@@ -2059,7 +2059,7 @@ declare namespace RDS {
2059
2059
  }
2060
2060
  export interface CreateDBInstanceMessage {
2061
2061
  /**
2062
- * The meaning of this parameter differs depending on the database engine. Amazon Aurora MySQL Amazon Aurora PostgreSQL Amazon RDS Custom for Oracle Amazon RDS Custom for SQL Server RDS for MariaDB RDS for MySQL RDS for Oracle RDS for PostgreSQL RDS for SQL Server The name of the database to create when the primary DB instance of the Aurora MySQL DB cluster is created. If you don't specify a value, Amazon RDS doesn't create a database in the DB cluster. Constraints: Must contain 1 to 64 alphanumeric characters. Can't be a word reserved by the database engine. The name of the database to create when the primary DB instance of the Aurora PostgreSQL DB cluster is created. Default: postgres Constraints: Must contain 1 to 63 alphanumeric characters. Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0 to 9). Can't be a word reserved by the database engine. The Oracle System ID (SID) of the created RDS Custom DB instance. Default: ORCL Constraints: Must contain 1 to 8 alphanumeric characters. Must contain a letter. Can't be a word reserved by the database engine. Not applicable. Must be null. The name of the database to create when the DB instance is created. If you don't specify a value, Amazon RDS doesn't create a database in the DB instance. Constraints: Must contain 1 to 64 letters or numbers. Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9). Can't be a word reserved by the database engine. The name of the database to create when the DB instance is created. If you don't specify a value, Amazon RDS doesn't create a database in the DB instance. Constraints: Must contain 1 to 64 letters or numbers. Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9). Can't be a word reserved by the database engine. The Oracle System ID (SID) of the created DB instance. Default: ORCL Constraints: Can't be longer than 8 characters. Can't be a word reserved by the database engine, such as the string NULL. The name of the database to create when the DB instance is created. Default: postgres Constraints: Must contain 1 to 63 letters, numbers, or underscores. Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9). Can't be a word reserved by the database engine. Not applicable. Must be null.
2062
+ * The meaning of this parameter differs depending on the database engine. Amazon Aurora MySQL The name of the database to create when the primary DB instance of the Aurora MySQL DB cluster is created. If you don't specify a value, Amazon RDS doesn't create a database in the DB cluster. Constraints: Must contain 1 to 64 alphanumeric characters. Can't be a word reserved by the database engine. Amazon Aurora PostgreSQL The name of the database to create when the primary DB instance of the Aurora PostgreSQL DB cluster is created. Default: postgres Constraints: Must contain 1 to 63 alphanumeric characters. Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0 to 9). Can't be a word reserved by the database engine. Amazon RDS Custom for Oracle The Oracle System ID (SID) of the created RDS Custom DB instance. Default: ORCL Constraints: Must contain 1 to 8 alphanumeric characters. Must contain a letter. Can't be a word reserved by the database engine. Amazon RDS Custom for SQL Server Not applicable. Must be null. RDS for MariaDB The name of the database to create when the DB instance is created. If you don't specify a value, Amazon RDS doesn't create a database in the DB instance. Constraints: Must contain 1 to 64 letters or numbers. Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9). Can't be a word reserved by the database engine. RDS for MySQL The name of the database to create when the DB instance is created. If you don't specify a value, Amazon RDS doesn't create a database in the DB instance. Constraints: Must contain 1 to 64 letters or numbers. Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9). Can't be a word reserved by the database engine. RDS for Oracle The Oracle System ID (SID) of the created DB instance. Default: ORCL Constraints: Can't be longer than 8 characters. Can't be a word reserved by the database engine, such as the string NULL. RDS for PostgreSQL The name of the database to create when the DB instance is created. Default: postgres Constraints: Must contain 1 to 63 letters, numbers, or underscores. Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9). Can't be a word reserved by the database engine. RDS for SQL Server Not applicable. Must be null.
2063
2063
  */
2064
2064
  DBName?: String;
2065
2065
  /**
@@ -2067,7 +2067,7 @@ declare namespace RDS {
2067
2067
  */
2068
2068
  DBInstanceIdentifier: String;
2069
2069
  /**
2070
- * The amount of storage in gibibytes (GiB) to allocate for the DB instance. This setting doesn't apply to Amazon Aurora DB instances. Aurora cluster volumes automatically grow as the amount of data in your database increases, though you are only charged for the space that you use in an Aurora cluster volume. Amazon RDS Custom RDS for MariaDB RDS for MySQL RDS for Oracle RDS for PostgreSQL RDS for SQL Server Constraints to the amount of storage for each storage type are the following: General Purpose (SSD) storage (gp2, gp3): Must be an integer from 40 to 65536 for RDS Custom for Oracle, 16384 for RDS Custom for SQL Server. Provisioned IOPS storage (io1): Must be an integer from 40 to 65536 for RDS Custom for Oracle, 16384 for RDS Custom for SQL Server. Constraints to the amount of storage for each storage type are the following: General Purpose (SSD) storage (gp2, gp3): Must be an integer from 20 to 65536. Provisioned IOPS storage (io1): Must be an integer from 100 to 65536. Magnetic storage (standard): Must be an integer from 5 to 3072. Constraints to the amount of storage for each storage type are the following: General Purpose (SSD) storage (gp2, gp3): Must be an integer from 20 to 65536. Provisioned IOPS storage (io1): Must be an integer from 100 to 65536. Magnetic storage (standard): Must be an integer from 5 to 3072. Constraints to the amount of storage for each storage type are the following: General Purpose (SSD) storage (gp2, gp3): Must be an integer from 20 to 65536. Provisioned IOPS storage (io1): Must be an integer from 100 to 65536. Magnetic storage (standard): Must be an integer from 10 to 3072. Constraints to the amount of storage for each storage type are the following: General Purpose (SSD) storage (gp2, gp3): Must be an integer from 20 to 65536. Provisioned IOPS storage (io1): Must be an integer from 100 to 65536. Magnetic storage (standard): Must be an integer from 5 to 3072. Constraints to the amount of storage for each storage type are the following: General Purpose (SSD) storage (gp2, gp3): Enterprise and Standard editions: Must be an integer from 20 to 16384. Web and Express editions: Must be an integer from 20 to 16384. Provisioned IOPS storage (io1): Enterprise and Standard editions: Must be an integer from 100 to 16384. Web and Express editions: Must be an integer from 100 to 16384. Magnetic storage (standard): Enterprise and Standard editions: Must be an integer from 20 to 1024. Web and Express editions: Must be an integer from 20 to 1024.
2070
+ * The amount of storage in gibibytes (GiB) to allocate for the DB instance. This setting doesn't apply to Amazon Aurora DB instances. Aurora cluster volumes automatically grow as the amount of data in your database increases, though you are only charged for the space that you use in an Aurora cluster volume. Amazon RDS Custom Constraints to the amount of storage for each storage type are the following: General Purpose (SSD) storage (gp2, gp3): Must be an integer from 40 to 65536 for RDS Custom for Oracle, 16384 for RDS Custom for SQL Server. Provisioned IOPS storage (io1): Must be an integer from 40 to 65536 for RDS Custom for Oracle, 16384 for RDS Custom for SQL Server. RDS for MariaDB Constraints to the amount of storage for each storage type are the following: General Purpose (SSD) storage (gp2, gp3): Must be an integer from 20 to 65536. Provisioned IOPS storage (io1): Must be an integer from 100 to 65536. Magnetic storage (standard): Must be an integer from 5 to 3072. RDS for MySQL Constraints to the amount of storage for each storage type are the following: General Purpose (SSD) storage (gp2, gp3): Must be an integer from 20 to 65536. Provisioned IOPS storage (io1): Must be an integer from 100 to 65536. Magnetic storage (standard): Must be an integer from 5 to 3072. RDS for Oracle Constraints to the amount of storage for each storage type are the following: General Purpose (SSD) storage (gp2, gp3): Must be an integer from 20 to 65536. Provisioned IOPS storage (io1): Must be an integer from 100 to 65536. Magnetic storage (standard): Must be an integer from 10 to 3072. RDS for PostgreSQL Constraints to the amount of storage for each storage type are the following: General Purpose (SSD) storage (gp2, gp3): Must be an integer from 20 to 65536. Provisioned IOPS storage (io1): Must be an integer from 100 to 65536. Magnetic storage (standard): Must be an integer from 5 to 3072. RDS for SQL Server Constraints to the amount of storage for each storage type are the following: General Purpose (SSD) storage (gp2, gp3): Enterprise and Standard editions: Must be an integer from 20 to 16384. Web and Express editions: Must be an integer from 20 to 16384. Provisioned IOPS storage (io1): Enterprise and Standard editions: Must be an integer from 100 to 16384. Web and Express editions: Must be an integer from 100 to 16384. Magnetic storage (standard): Enterprise and Standard editions: Must be an integer from 20 to 1024. Web and Express editions: Must be an integer from 20 to 1024.
2071
2071
  */
2072
2072
  AllocatedStorage?: IntegerOptional;
2073
2073
  /**
@@ -2127,7 +2127,7 @@ declare namespace RDS {
2127
2127
  */
2128
2128
  MultiAZ?: BooleanOptional;
2129
2129
  /**
2130
- * The version number of the database engine to use. This setting doesn't apply to Amazon Aurora DB instances. The version number of the database engine the DB instance uses is managed by the DB cluster. For a list of valid engine versions, use the DescribeDBEngineVersions operation. The following are the database engines and links to information about the major and minor versions that are available with Amazon RDS. Not every database engine is available for every Amazon Web Services Region. Amazon RDS Custom for Oracle Amazon RDS Custom for SQL Server RDS for MariaDB RDS for Microsoft SQL Server RDS for MySQL RDS for Oracle RDS for PostgreSQL A custom engine version (CEV) that you have previously created. This setting is required for RDS Custom for Oracle. The CEV name has the following format: 19.customized_string. A valid CEV name is 19.my_cev1. For more information, see Creating an RDS Custom for Oracle DB instance in the Amazon RDS User Guide. See RDS Custom for SQL Server general requirements in the Amazon RDS User Guide. For information, see MariaDB on Amazon RDS versions in the Amazon RDS User Guide. For information, see Microsoft SQL Server versions on Amazon RDS in the Amazon RDS User Guide. For information, see MySQL on Amazon RDS versions in the Amazon RDS User Guide. For information, see Oracle Database Engine release notes in the Amazon RDS User Guide. For information, see Amazon RDS for PostgreSQL versions and extensions in the Amazon RDS User Guide.
2130
+ * The version number of the database engine to use. This setting doesn't apply to Amazon Aurora DB instances. The version number of the database engine the DB instance uses is managed by the DB cluster. For a list of valid engine versions, use the DescribeDBEngineVersions operation. The following are the database engines and links to information about the major and minor versions that are available with Amazon RDS. Not every database engine is available for every Amazon Web Services Region. Amazon RDS Custom for Oracle A custom engine version (CEV) that you have previously created. This setting is required for RDS Custom for Oracle. The CEV name has the following format: 19.customized_string. A valid CEV name is 19.my_cev1. For more information, see Creating an RDS Custom for Oracle DB instance in the Amazon RDS User Guide. Amazon RDS Custom for SQL Server See RDS Custom for SQL Server general requirements in the Amazon RDS User Guide. RDS for MariaDB For information, see MariaDB on Amazon RDS versions in the Amazon RDS User Guide. RDS for Microsoft SQL Server For information, see Microsoft SQL Server versions on Amazon RDS in the Amazon RDS User Guide. RDS for MySQL For information, see MySQL on Amazon RDS versions in the Amazon RDS User Guide. RDS for Oracle For information, see Oracle Database Engine release notes in the Amazon RDS User Guide. RDS for PostgreSQL For information, see Amazon RDS for PostgreSQL versions and extensions in the Amazon RDS User Guide.
2131
2131
  */
2132
2132
  EngineVersion?: String;
2133
2133
  /**
@@ -2191,15 +2191,15 @@ declare namespace RDS {
2191
2191
  */
2192
2192
  Domain?: String;
2193
2193
  /**
2194
- * Specifies the fully qualified domain name of an Active Directory domain. Constraints: Cannot be greater than 64 characters. Example: mymanagedADtest.mymanagedAD.mydomain
2194
+ * The fully qualified domain name (FQDN) of an Active Directory domain. Constraints: Can't be longer than 64 characters. Example: mymanagedADtest.mymanagedAD.mydomain
2195
2195
  */
2196
2196
  DomainFqdn?: String;
2197
2197
  /**
2198
- * The Active Directory organizational unit for your DB instance to join. Constraints: Must be in the distinguished name format. Cannot be greater than 64 characters. Example: OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain
2198
+ * The Active Directory organizational unit for your DB instance to join. Constraints: Must be in the distinguished name format. Can't be longer than 64 characters. Example: OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain
2199
2199
  */
2200
2200
  DomainOu?: String;
2201
2201
  /**
2202
- * The ARN for the Secrets Manager secret that contains the credentials for the user performing the domain join. Example: arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456
2202
+ * The ARN for the Secrets Manager secret with the credentials for the user joining the domain. Example: arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456
2203
2203
  */
2204
2204
  DomainAuthSecretArn?: String;
2205
2205
  /**
@@ -2207,7 +2207,7 @@ declare namespace RDS {
2207
2207
  */
2208
2208
  DomainDnsIps?: StringList;
2209
2209
  /**
2210
- * Spcifies whether to copy tags from the DB instance to snapshots of the DB instance. By default, tags are not copied. This setting doesn't apply to Amazon Aurora DB instances. Copying tags to snapshots is managed by the DB cluster. Setting this value for an Aurora DB instance has no effect on the DB cluster setting.
2210
+ * Specifies whether to copy tags from the DB instance to snapshots of the DB instance. By default, tags are not copied. This setting doesn't apply to Amazon Aurora DB instances. Copying tags to snapshots is managed by the DB cluster. Setting this value for an Aurora DB instance has no effect on the DB cluster setting.
2211
2211
  */
2212
2212
  CopyTagsToSnapshot?: BooleanOptional;
2213
2213
  /**
@@ -2414,15 +2414,15 @@ declare namespace RDS {
2414
2414
  */
2415
2415
  DomainIAMRoleName?: String;
2416
2416
  /**
2417
- * Specifies the fully qualified domain name of an Active Directory domain. Constraints: Cannot be greater than 64 characters. Example: mymanagedADtest.mymanagedAD.mydomain
2417
+ * The fully qualified domain name (FQDN) of an Active Directory domain. Constraints: Can't be longer than 64 characters. Example: mymanagedADtest.mymanagedAD.mydomain
2418
2418
  */
2419
2419
  DomainFqdn?: String;
2420
2420
  /**
2421
- * The Active Directory organizational unit for your DB instance to join. Constraints: Must be in the distinguished name format. Cannot be greater than 64 characters. Example: OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain
2421
+ * The Active Directory organizational unit for your DB instance to join. Constraints: Must be in the distinguished name format. Can't be longer than 64 characters. Example: OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain
2422
2422
  */
2423
2423
  DomainOu?: String;
2424
2424
  /**
2425
- * The ARN for the Secrets Manager secret that contains the credentials for the user performing the domain join. Example: arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456
2425
+ * The ARN for the Secrets Manager secret with the credentials for the user joining the domain. Example: arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456
2426
2426
  */
2427
2427
  DomainAuthSecretArn?: String;
2428
2428
  /**
@@ -2654,31 +2654,31 @@ declare namespace RDS {
2654
2654
  }
2655
2655
  export interface CreateGlobalClusterMessage {
2656
2656
  /**
2657
- * The cluster identifier of the new global database cluster. This parameter is stored as a lowercase string.
2657
+ * The cluster identifier for this global database cluster. This parameter is stored as a lowercase string.
2658
2658
  */
2659
2659
  GlobalClusterIdentifier?: String;
2660
2660
  /**
2661
- * The Amazon Resource Name (ARN) to use as the primary cluster of the global database. This parameter is optional.
2661
+ * The Amazon Resource Name (ARN) to use as the primary cluster of the global database. If you provide a value for this parameter, don't specify values for the following settings because Amazon Aurora uses the values from the specified source DB cluster: DatabaseName Engine EngineVersion StorageEncrypted
2662
2662
  */
2663
2663
  SourceDBClusterIdentifier?: String;
2664
2664
  /**
2665
- * The name of the database engine to be used for this DB cluster.
2665
+ * The database engine to use for this global database cluster. Valid Values: aurora-mysql | aurora-postgresql Constraints: Can't be specified if SourceDBClusterIdentifier is specified. In this case, Amazon Aurora uses the engine of the source DB cluster.
2666
2666
  */
2667
2667
  Engine?: String;
2668
2668
  /**
2669
- * The engine version of the Aurora global database.
2669
+ * The engine version to use for this global database cluster. Constraints: Can't be specified if SourceDBClusterIdentifier is specified. In this case, Amazon Aurora uses the engine version of the source DB cluster.
2670
2670
  */
2671
2671
  EngineVersion?: String;
2672
2672
  /**
2673
- * The deletion protection setting for the new global database. The global database can't be deleted when deletion protection is enabled.
2673
+ * Specifies whether to enable deletion protection for the new global database cluster. The global database can't be deleted when deletion protection is enabled.
2674
2674
  */
2675
2675
  DeletionProtection?: BooleanOptional;
2676
2676
  /**
2677
- * The name for your database of up to 64 alphanumeric characters. If you do not provide a name, Amazon Aurora will not create a database in the global database cluster you are creating.
2677
+ * The name for your database of up to 64 alphanumeric characters. If you don't specify a name, Amazon Aurora doesn't create a database in the global database cluster. Constraints: Can't be specified if SourceDBClusterIdentifier is specified. In this case, Amazon Aurora uses the database name from the source DB cluster.
2678
2678
  */
2679
2679
  DatabaseName?: String;
2680
2680
  /**
2681
- * The storage encryption setting for the new global database cluster.
2681
+ * Specifies whether to enable storage encryption for the new global database cluster. Constraints: Can't be specified if SourceDBClusterIdentifier is specified. In this case, Amazon Aurora uses the setting from the source DB cluster.
2682
2682
  */
2683
2683
  StorageEncrypted?: BooleanOptional;
2684
2684
  }
@@ -5634,19 +5634,19 @@ declare namespace RDS {
5634
5634
  */
5635
5635
  FQDN?: String;
5636
5636
  /**
5637
- * The name of the IAM role to be used when making API calls to the Directory Service.
5637
+ * The name of the IAM role used when making API calls to the Directory Service.
5638
5638
  */
5639
5639
  IAMRoleName?: String;
5640
5640
  /**
5641
- * The Active Directory organizational unit for your DB instance to join.
5641
+ * The Active Directory organizational unit for the DB instance or cluster.
5642
5642
  */
5643
5643
  OU?: String;
5644
5644
  /**
5645
- * The ARN for the Secrets Manager secret that contains the credentials for the user performing the domain join.
5645
+ * The ARN for the Secrets Manager secret with the credentials for the user that's a member of the domain.
5646
5646
  */
5647
5647
  AuthSecretArn?: String;
5648
5648
  /**
5649
- * The IPv4 DNS IP addresses of your primary and secondary Active Directory domain controllers.
5649
+ * The IPv4 DNS IP addresses of the primary and secondary Active Directory domain controllers.
5650
5650
  */
5651
5651
  DnsIps?: StringList;
5652
5652
  }
@@ -6519,15 +6519,15 @@ declare namespace RDS {
6519
6519
  */
6520
6520
  Domain?: String;
6521
6521
  /**
6522
- * Specifies the fully qualified domain name of an Active Directory domain. Constraints: Cannot be greater than 64 characters. Example: mymanagedADtest.mymanagedAD.mydomain
6522
+ * The fully qualified domain name (FQDN) of an Active Directory domain. Constraints: Can't be longer than 64 characters. Example: mymanagedADtest.mymanagedAD.mydomain
6523
6523
  */
6524
6524
  DomainFqdn?: String;
6525
6525
  /**
6526
- * The Active Directory organizational unit for your DB instance to join. Constraints: Must be in the distinguished name format. Cannot be greater than 64 characters. Example: OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain
6526
+ * The Active Directory organizational unit for your DB instance to join. Constraints: Must be in the distinguished name format. Can't be longer than 64 characters. Example: OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain
6527
6527
  */
6528
6528
  DomainOu?: String;
6529
6529
  /**
6530
- * The ARN for the Secrets Manager secret that contains the credentials for the user performing the domain join. Example: arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456
6530
+ * The ARN for the Secrets Manager secret with the credentials for the user joining the domain. Example: arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456
6531
6531
  */
6532
6532
  DomainAuthSecretArn?: String;
6533
6533
  /**
@@ -6559,7 +6559,7 @@ declare namespace RDS {
6559
6559
  */
6560
6560
  DomainIAMRoleName?: String;
6561
6561
  /**
6562
- * Boolean. If present, removes the instance from the Active Directory domain.
6562
+ * Specifies whether to remove the DB instance from the Active Directory domain.
6563
6563
  */
6564
6564
  DisableDomain?: BooleanOptional;
6565
6565
  /**
@@ -8315,15 +8315,15 @@ declare namespace RDS {
8315
8315
  */
8316
8316
  Domain?: String;
8317
8317
  /**
8318
- * Specifies the fully qualified domain name of an Active Directory domain. Constraints: Cannot be greater than 64 characters. Example: mymanagedADtest.mymanagedAD.mydomain
8318
+ * The fully qualified domain name (FQDN) of an Active Directory domain. Constraints: Can't be longer than 64 characters. Example: mymanagedADtest.mymanagedAD.mydomain
8319
8319
  */
8320
8320
  DomainFqdn?: String;
8321
8321
  /**
8322
- * The Active Directory organizational unit for your DB instance to join. Constraints: Must be in the distinguished name format. Cannot be greater than 64 characters. Example: OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain
8322
+ * The Active Directory organizational unit for your DB instance to join. Constraints: Must be in the distinguished name format. Can't be longer than 64 characters. Example: OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain
8323
8323
  */
8324
8324
  DomainOu?: String;
8325
8325
  /**
8326
- * The ARN for the Secrets Manager secret that contains the credentials for the user performing the domain join. Constraints: Example: arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456
8326
+ * The ARN for the Secrets Manager secret with the credentials for the user joining the domain. Constraints: Example: arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456
8327
8327
  */
8328
8328
  DomainAuthSecretArn?: String;
8329
8329
  /**
@@ -8335,7 +8335,7 @@ declare namespace RDS {
8335
8335
  */
8336
8336
  CopyTagsToSnapshot?: BooleanOptional;
8337
8337
  /**
8338
- * Specify the name of the IAM role to be used when making API calls to the Directory Service. This setting doesn't apply to RDS Custom.
8338
+ * The name of the IAM role to use when making API calls to the Directory Service. This setting doesn't apply to RDS Custom DB instances.
8339
8339
  */
8340
8340
  DomainIAMRoleName?: String;
8341
8341
  /**
@@ -8682,19 +8682,19 @@ declare namespace RDS {
8682
8682
  */
8683
8683
  Domain?: String;
8684
8684
  /**
8685
- * Specify the name of the IAM role to be used when making API calls to the Directory Service. This setting doesn't apply to RDS Custom.
8685
+ * The name of the IAM role to use when making API calls to the Directory Service. This setting doesn't apply to RDS Custom DB instances.
8686
8686
  */
8687
8687
  DomainIAMRoleName?: String;
8688
8688
  /**
8689
- * Specifies the fully qualified domain name of an Active Directory domain. Constraints: Cannot be greater than 64 characters. Example: mymanagedADtest.mymanagedAD.mydomain
8689
+ * The fully qualified domain name (FQDN) of an Active Directory domain. Constraints: Can't be longer than 64 characters. Example: mymanagedADtest.mymanagedAD.mydomain
8690
8690
  */
8691
8691
  DomainFqdn?: String;
8692
8692
  /**
8693
- * The Active Directory organizational unit for your DB instance to join. Constraints: Must be in the distinguished name format. Cannot be greater than 64 characters. Example: OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain
8693
+ * The Active Directory organizational unit for your DB instance to join. Constraints: Must be in the distinguished name format. Can't be longer than 64 characters. Example: OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain
8694
8694
  */
8695
8695
  DomainOu?: String;
8696
8696
  /**
8697
- * The ARN for the Secrets Manager secret that contains the credentials for the user performing the domain join. Constraints: Cannot be greater than 64 characters. Example: arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456
8697
+ * The ARN for the Secrets Manager secret with the credentials for the user joining the domain. Constraints: Can't be longer than 64 characters. Example: arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456
8698
8698
  */
8699
8699
  DomainAuthSecretArn?: String;
8700
8700
  /**
@@ -745,7 +745,7 @@ declare namespace SecurityHub {
745
745
  export type AutoEnableStandards = "NONE"|"DEFAULT"|string;
746
746
  export interface AutomationRulesAction {
747
747
  /**
748
- * Specifies that the rule action should update the Types finding field. The Types finding field provides one or more finding types in the format of namespace/category/classifier that classify a finding. For more information, see Types taxonomy for ASFF in the Security Hub User Guide.
748
+ * Specifies that the rule action should update the Types finding field. The Types finding field classifies findings in the format of namespace/category/classifier. For more information, see Types taxonomy for ASFF in the Security Hub User Guide.
749
749
  */
750
750
  Type?: AutomationRulesActionType;
751
751
  /**
@@ -761,7 +761,7 @@ declare namespace SecurityHub {
761
761
  */
762
762
  RuleArn?: NonEmptyString;
763
763
  /**
764
- * Whether the rule is active after it is created. If this parameter is equal to &gt;ENABLED, Security Hub will apply the rule to findings and finding updates after the rule is created.
764
+ * Whether the rule is active after it is created. If this parameter is equal to ENABLED, Security Hub starts applying the rule to findings and finding updates after the rule is created.
765
765
  */
766
766
  RuleStatus?: RuleStatus;
767
767
  /**
@@ -777,11 +777,11 @@ declare namespace SecurityHub {
777
777
  */
778
778
  Description?: NonEmptyString;
779
779
  /**
780
- * Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. This is useful when a finding matches the criteria for multiple rules, and each rule has different actions. If the value of this field is set to true for a rule, Security Hub applies the rule action to a finding that matches the rule criteria and won't evaluate other rules for the finding.&#x2028; The default value of this field is false.
780
+ * Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. This is useful when a finding matches the criteria for multiple rules, and each rule has different actions. If the value of this field is set to true for a rule, Security Hub applies the rule action to a finding that matches the rule criteria and doesn't evaluate other rules for the finding.&#x2028; The default value of this field is false.
781
781
  */
782
782
  IsTerminal?: Boolean;
783
783
  /**
784
- * A set of Amazon Web Services Security Finding Format finding field attributes and corresponding expected values that Security Hub uses to filter findings. If a finding matches the conditions specified in this parameter, Security Hub applies the rule action to the finding.
784
+ * A set of Amazon Web Services Security Finding Format finding field attributes and corresponding expected values that Security Hub uses to filter findings. If a rule is enabled and a finding matches the conditions specified in this parameter, Security Hub applies the rule action to the finding.
785
785
  */
786
786
  Criteria?: AutomationRulesFindingFilters;
787
787
  /**
@@ -806,28 +806,28 @@ declare namespace SecurityHub {
806
806
  Note?: NoteUpdate;
807
807
  Severity?: SeverityUpdate;
808
808
  /**
809
- * The rule action will update the VerificationState field of a finding.
809
+ * The rule action updates the VerificationState field of a finding.
810
810
  */
811
811
  VerificationState?: VerificationState;
812
812
  /**
813
- * The rule action will update the Confidence field of a finding.
813
+ * The rule action updates the Confidence field of a finding.
814
814
  */
815
815
  Confidence?: RatioScale;
816
816
  /**
817
- * The rule action will update the Criticality field of a finding.
817
+ * The rule action updates the Criticality field of a finding.
818
818
  */
819
819
  Criticality?: RatioScale;
820
820
  /**
821
- * The rule action will update the Types field of a finding.
821
+ * The rule action updates the Types field of a finding.
822
822
  */
823
823
  Types?: TypeList;
824
824
  /**
825
- * The rule action will update the UserDefinedFields field of a finding.
825
+ * The rule action updates the UserDefinedFields field of a finding.
826
826
  */
827
827
  UserDefinedFields?: FieldMap;
828
828
  Workflow?: WorkflowUpdate;
829
829
  /**
830
- * A list of findings that are related to a finding.
830
+ * The rule action updates the RelatedFindings field of a finding.
831
831
  */
832
832
  RelatedFindings?: RelatedFindingList;
833
833
  }
@@ -979,7 +979,7 @@ declare namespace SecurityHub {
979
979
  */
980
980
  RuleArn?: NonEmptyString;
981
981
  /**
982
- * Whether the rule is active after it is created. If this parameter is equal to ENABLED, Security Hub will apply the rule to findings and finding updates after the rule is created. To change the value of this parameter after creating a rule, use BatchUpdateAutomationRules.
982
+ * Whether the rule is active after it is created. If this parameter is equal to ENABLED, Security Hub starts applying the rule to findings and finding updates after the rule is created. To change the value of this parameter after creating a rule, use BatchUpdateAutomationRules .
983
983
  */
984
984
  RuleStatus?: RuleStatus;
985
985
  /**
@@ -995,7 +995,7 @@ declare namespace SecurityHub {
995
995
  */
996
996
  Description?: NonEmptyString;
997
997
  /**
998
- * Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. This is useful when a finding matches the criteria for multiple rules, and each rule has different actions. If the value of this field is set to true for a rule, Security Hub applies the rule action to a finding that matches the rule criteria and won't evaluate other rules for the finding.&#x2028; The default value of this field is false.
998
+ * Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. This is useful when a finding matches the criteria for multiple rules, and each rule has different actions. If the value of this field is set to true for a rule, Security Hub applies the rule action to a finding that matches the rule criteria and doesn't evaluate other rules for the finding.&#x2028; The default value of this field is false.
999
999
  */
1000
1000
  IsTerminal?: Boolean;
1001
1001
  /**
@@ -11480,7 +11480,7 @@ declare namespace SecurityHub {
11480
11480
  */
11481
11481
  Tags?: TagMap;
11482
11482
  /**
11483
- * Whether the rule is active after it is created. If this parameter is equal to Enabled, Security Hub will apply the rule to findings and finding updates after the rule is created. To change the value of this parameter after creating a rule, use BatchUpdateAutomationRules.
11483
+ * Whether the rule is active after it is created. If this parameter is equal to ENABLED, Security Hub starts applying the rule to findings and finding updates after the rule is created. To change the value of this parameter after creating a rule, use BatchUpdateAutomationRules .
11484
11484
  */
11485
11485
  RuleStatus?: RuleStatus;
11486
11486
  /**
@@ -11496,11 +11496,11 @@ declare namespace SecurityHub {
11496
11496
  */
11497
11497
  Description: NonEmptyString;
11498
11498
  /**
11499
- * Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. This is useful when a finding matches the criteria for multiple rules, and each rule has different actions. If the value of this field is set to true for a rule, Security Hub applies the rule action to a finding that matches the rule criteria and won't evaluate other rules for the finding. The default value of this field is false.
11499
+ * Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. This is useful when a finding matches the criteria for multiple rules, and each rule has different actions. If the value of this field is set to true for a rule, Security Hub applies the rule action to a finding that matches the rule criteria and doesn't evaluate other rules for the finding. The default value of this field is false.
11500
11500
  */
11501
11501
  IsTerminal?: Boolean;
11502
11502
  /**
11503
- * A set of ASFF finding field attributes and corresponding expected values that Security Hub uses to filter findings. If a finding matches the conditions specified in this parameter, Security Hub applies the rule action to the finding.
11503
+ * A set of ASFF finding field attributes and corresponding expected values that Security Hub uses to filter findings. If a rule is enabled and a finding matches the conditions specified in this parameter, Security Hub applies the rule action to the finding.
11504
11504
  */
11505
11505
  Criteria: AutomationRulesFindingFilters;
11506
11506
  /**
@@ -13856,7 +13856,7 @@ declare namespace SecurityHub {
13856
13856
  */
13857
13857
  SeverityRating: SeverityRating;
13858
13858
  /**
13859
- * The status of a security control based on the compliance status of its findings. For more information about how control status is determined, see Determining the overall status of a control from its findings in the Security Hub User Guide.
13859
+ * The enablement status of a security control in a specific standard.
13860
13860
  */
13861
13861
  SecurityControlStatus: ControlStatus;
13862
13862
  }
@@ -14450,7 +14450,7 @@ declare namespace SecurityHub {
14450
14450
  */
14451
14451
  RuleArn: NonEmptyString;
14452
14452
  /**
14453
- * Whether the rule is active after it is created. If this parameter is equal to ENABLED, Security Hub will apply the rule to findings and finding updates after the rule is created. To change the value of this parameter after creating a rule, use BatchUpdateAutomationRules.
14453
+ * Whether the rule is active after it is created. If this parameter is equal to ENABLED, Security Hub starts applying the rule to findings and finding updates after the rule is created. To change the value of this parameter after creating a rule, use BatchUpdateAutomationRules .
14454
14454
  */
14455
14455
  RuleStatus?: RuleStatus;
14456
14456
  /**
@@ -14466,11 +14466,11 @@ declare namespace SecurityHub {
14466
14466
  */
14467
14467
  RuleName?: NonEmptyString;
14468
14468
  /**
14469
- * Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. This is useful when a finding matches the criteria for multiple rules, and each rule has different actions. If the value of this field is set to true for a rule, Security Hub applies the rule action to a finding that matches the rule criteria and won't evaluate other rules for the finding.&#x2028; The default value of this field is false.
14469
+ * Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. This is useful when a finding matches the criteria for multiple rules, and each rule has different actions. If the value of this field is set to true for a rule, Security Hub applies the rule action to a finding that matches the rule criteria and doesn't evaluate other rules for the finding.&#x2028; The default value of this field is false.
14470
14470
  */
14471
14471
  IsTerminal?: Boolean;
14472
14472
  /**
14473
- * A set of ASFF finding field attributes and corresponding expected values that Security Hub uses to filter findings. If a finding matches the conditions specified in this parameter, Security Hub applies the rule action to the finding.
14473
+ * A set of ASFF finding field attributes and corresponding expected values that Security Hub uses to filter findings. If a rule is enabled and a finding matches the conditions specified in this parameter, Security Hub applies the rule action to the finding.
14474
14474
  */
14475
14475
  Criteria?: AutomationRulesFindingFilters;
14476
14476
  /**
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1410.0',
86
+ VERSION: '2.1412.0',
87
87
 
88
88
  /**
89
89
  * @api private