cdk-lambda-subminute 2.0.271 → 2.0.272

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.
@@ -143,7 +143,7 @@ declare namespace Cloud9 {
143
143
  */
144
144
  subnetId?: SubnetId;
145
145
  /**
146
- * The identifier for the Amazon Machine Image (AMI) that's used to create the EC2 instance. To choose an AMI for the instance, you must specify a valid AMI alias or a valid Amazon EC2 Systems Manager (SSM) path. The default Amazon Linux AMI is currently used if the parameter isn't explicitly assigned a value in the request. Because Amazon Linux AMI has ended standard support as of December 31, 2020, we recommend you choose Amazon Linux 2, which includes long term support through 2023. From December 31, 2023, the parameter for Amazon Linux will no longer be available when you specify an AMI for your instance. Amazon Linux 2 will then become the default AMI, which is used to launch your instance if no parameter is explicitly defined. Since Ubuntu 18.04 has ended standard support as of May 31, 2023, we recommend you choose Ubuntu 22.04. AMI aliases Amazon Linux (default): amazonlinux-1-x86_64 Amazon Linux 2: amazonlinux-2-x86_64 Ubuntu 18.04: ubuntu-18.04-x86_64 Ubuntu 22.04: ubuntu-22.04-x86_64 SSM paths Amazon Linux (default): resolve:ssm:/aws/service/cloud9/amis/amazonlinux-1-x86_64 Amazon Linux 2: resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2-x86_64 Ubuntu 18.04: resolve:ssm:/aws/service/cloud9/amis/ubuntu-18.04-x86_64 Ubuntu 22.04: resolve:ssm:/aws/service/cloud9/amis/ubuntu-22.04-x86_64
146
+ * The identifier for the Amazon Machine Image (AMI) that's used to create the EC2 instance. To choose an AMI for the instance, you must specify a valid AMI alias or a valid Amazon EC2 Systems Manager (SSM) path. From November 20, 2023, you will be required to include the imageId parameter for the CreateEnvironmentEC2 action. This change will be reflected across all direct methods of communicating with the API, such as Amazon Web Services SDK, Amazon Web Services CLI and Amazon Web Services CloudFormation. This change will only affect direct API consumers, and not Cloud9 console users. From January 22, 2024, Amazon Linux (AL1) will be removed from the list of available image IDs for Cloud9. This is necessary as AL1 will reach the end of maintenance support in December 2023, and as a result will no longer receive security updates. We recommend using Amazon Linux 2 as the AMI to create your environment as it is fully supported. This change will only affect direct API consumers, and not Cloud9 console users. Since Ubuntu 18.04 has ended standard support as of May 31, 2023, we recommend you choose Ubuntu 22.04. AMI aliases Amazon Linux (default): amazonlinux-1-x86_64 Amazon Linux 2: amazonlinux-2-x86_64 Ubuntu 18.04: ubuntu-18.04-x86_64 Ubuntu 22.04: ubuntu-22.04-x86_64 SSM paths Amazon Linux (default): resolve:ssm:/aws/service/cloud9/amis/amazonlinux-1-x86_64 Amazon Linux 2: resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2-x86_64 Ubuntu 18.04: resolve:ssm:/aws/service/cloud9/amis/ubuntu-18.04-x86_64 Ubuntu 22.04: resolve:ssm:/aws/service/cloud9/amis/ubuntu-22.04-x86_64
147
147
  */
148
148
  imageId?: ImageId;
149
149
  /**
@@ -1643,7 +1643,7 @@ declare namespace DynamoDB {
1643
1643
  */
1644
1644
  ItemCount?: ItemCount;
1645
1645
  /**
1646
- * Choice of whether to execute as a full export or incremental export. Valid values are FULL_EXPORT or INCREMENTAL_EXPORT. If INCREMENTAL_EXPORT is provided, the IncrementalExportSpecification must also be used.
1646
+ * The type of export that was performed. Valid values are FULL_EXPORT or INCREMENTAL_EXPORT.
1647
1647
  */
1648
1648
  ExportType?: ExportType;
1649
1649
  /**
@@ -1669,7 +1669,7 @@ declare namespace DynamoDB {
1669
1669
  */
1670
1670
  ExportStatus?: ExportStatus;
1671
1671
  /**
1672
- * Choice of whether to execute as a full export or incremental export. Valid values are FULL_EXPORT or INCREMENTAL_EXPORT. If INCREMENTAL_EXPORT is provided, the IncrementalExportSpecification must also be used.
1672
+ * The type of export that was performed. Valid values are FULL_EXPORT or INCREMENTAL_EXPORT.
1673
1673
  */
1674
1674
  ExportType?: ExportType;
1675
1675
  }
@@ -1711,7 +1711,7 @@ declare namespace DynamoDB {
1711
1711
  */
1712
1712
  ExportFormat?: ExportFormat;
1713
1713
  /**
1714
- * Choice of whether to execute as a full export or incremental export. Valid values are FULL_EXPORT or INCREMENTAL_EXPORT. If INCREMENTAL_EXPORT is provided, the IncrementalExportSpecification must also be used.
1714
+ * Choice of whether to execute as a full export or incremental export. Valid values are FULL_EXPORT or INCREMENTAL_EXPORT. The default value is FULL_EXPORT. If INCREMENTAL_EXPORT is provided, the IncrementalExportSpecification must also be used.
1715
1715
  */
1716
1716
  ExportType?: ExportType;
1717
1717
  /**
@@ -2112,7 +2112,7 @@ declare namespace DynamoDB {
2112
2112
  */
2113
2113
  ExportToTime?: ExportToTime;
2114
2114
  /**
2115
- * Choice of whether to output the previous item image prior to the start time of the incremental export. Valid values are NEW_AND_OLD_IMAGES and NEW_IMAGES.
2115
+ * The view type that was chosen for the export. Valid values are NEW_AND_OLD_IMAGES and NEW_IMAGES. The default value is NEW_AND_OLD_IMAGES.
2116
2116
  */
2117
2117
  ExportViewType?: ExportViewType;
2118
2118
  }
@@ -420,19 +420,19 @@ declare class Kendra extends Service {
420
420
  */
421
421
  putPrincipalMapping(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
422
422
  /**
423
- * Searches an index given an input query. You can configure boosting or relevance tuning at the query level to override boosting at the index level, filter based on document fields/attributes and faceted search, and filter based on the user or their group access to documents. You can also include certain fields in the response that might provide useful additional information. A query response contains three types of results. Relevant suggested answers. The answers can be either a text excerpt or table excerpt. The answer can be highlighted in the excerpt. Matching FAQs or questions-answer from your FAQ file. Relevant documents. This result type includes an excerpt of the document with the document title. The searched terms can be highlighted in the excerpt. You can specify that the query return only one type of result using the QueryResultTypeFilter parameter. Each query returns the 100 most relevant results. If you filter result type to only question-answers, a maximum of four results are returned. If you filter result type to only answers, a maximum of three results are returned.
423
+ * Searches an index given an input query. If you are working with large language models (LLMs) or implementing retrieval augmented generation (RAG) systems, you can use Amazon Kendra's Retrieve API, which can return longer semantically relevant passages. We recommend using the Retrieve API instead of filing a service limit increase to increase the Query API document excerpt length. You can configure boosting or relevance tuning at the query level to override boosting at the index level, filter based on document fields/attributes and faceted search, and filter based on the user or their group access to documents. You can also include certain fields in the response that might provide useful additional information. A query response contains three types of results. Relevant suggested answers. The answers can be either a text excerpt or table excerpt. The answer can be highlighted in the excerpt. Matching FAQs or questions-answer from your FAQ file. Relevant documents. This result type includes an excerpt of the document with the document title. The searched terms can be highlighted in the excerpt. You can specify that the query return only one type of result using the QueryResultTypeFilter parameter. Each query returns the 100 most relevant results. If you filter result type to only question-answers, a maximum of four results are returned. If you filter result type to only answers, a maximum of three results are returned.
424
424
  */
425
425
  query(params: Kendra.Types.QueryRequest, callback?: (err: AWSError, data: Kendra.Types.QueryResult) => void): Request<Kendra.Types.QueryResult, AWSError>;
426
426
  /**
427
- * Searches an index given an input query. You can configure boosting or relevance tuning at the query level to override boosting at the index level, filter based on document fields/attributes and faceted search, and filter based on the user or their group access to documents. You can also include certain fields in the response that might provide useful additional information. A query response contains three types of results. Relevant suggested answers. The answers can be either a text excerpt or table excerpt. The answer can be highlighted in the excerpt. Matching FAQs or questions-answer from your FAQ file. Relevant documents. This result type includes an excerpt of the document with the document title. The searched terms can be highlighted in the excerpt. You can specify that the query return only one type of result using the QueryResultTypeFilter parameter. Each query returns the 100 most relevant results. If you filter result type to only question-answers, a maximum of four results are returned. If you filter result type to only answers, a maximum of three results are returned.
427
+ * Searches an index given an input query. If you are working with large language models (LLMs) or implementing retrieval augmented generation (RAG) systems, you can use Amazon Kendra's Retrieve API, which can return longer semantically relevant passages. We recommend using the Retrieve API instead of filing a service limit increase to increase the Query API document excerpt length. You can configure boosting or relevance tuning at the query level to override boosting at the index level, filter based on document fields/attributes and faceted search, and filter based on the user or their group access to documents. You can also include certain fields in the response that might provide useful additional information. A query response contains three types of results. Relevant suggested answers. The answers can be either a text excerpt or table excerpt. The answer can be highlighted in the excerpt. Matching FAQs or questions-answer from your FAQ file. Relevant documents. This result type includes an excerpt of the document with the document title. The searched terms can be highlighted in the excerpt. You can specify that the query return only one type of result using the QueryResultTypeFilter parameter. Each query returns the 100 most relevant results. If you filter result type to only question-answers, a maximum of four results are returned. If you filter result type to only answers, a maximum of three results are returned.
428
428
  */
429
429
  query(callback?: (err: AWSError, data: Kendra.Types.QueryResult) => void): Request<Kendra.Types.QueryResult, AWSError>;
430
430
  /**
431
- * Retrieves relevant passages or text excerpts given an input query. This API is similar to the Query API. However, by default, the Query API only returns excerpt passages of up to 100 token words. With the Retrieve API, you can retrieve longer passages of up to 200 token words and up to 100 semantically relevant passages. This doesn't include question-answer or FAQ type responses from your index. The passages are text excerpts that can be semantically extracted from multiple documents and multiple parts of the same document. If in extreme cases your documents produce zero passages using the Retrieve API, you can alternatively use the Query API and its types of responses. You can also do the following: Override boosting at the index level Filter based on document fields or attributes Filter based on the user or their group access to documents You can also include certain fields in the response that might provide useful additional information. The Retrieve API shares the number of query capacity units that you set for your index. For more information on what's included in a single capacity unit and the default base capacity for an index, see Adjusting capacity.
431
+ * Retrieves relevant passages or text excerpts given an input query. This API is similar to the Query API. However, by default, the Query API only returns excerpt passages of up to 100 token words. With the Retrieve API, you can retrieve longer passages of up to 200 token words and up to 100 semantically relevant passages. This doesn't include question-answer or FAQ type responses from your index. The passages are text excerpts that can be semantically extracted from multiple documents and multiple parts of the same document. If in extreme cases your documents produce zero passages using the Retrieve API, you can alternatively use the Query API and its types of responses. You can also do the following: Override boosting at the index level Filter based on document fields or attributes Filter based on the user or their group access to documents View the confidence score bucket for a retrieved passage result. The confidence bucket provides a relative ranking that indicates how confident Amazon Kendra is that the response is relevant to the query. Confidence score buckets are currently available only for English. You can also include certain fields in the response that might provide useful additional information. The Retrieve API shares the number of query capacity units that you set for your index. For more information on what's included in a single capacity unit and the default base capacity for an index, see Adjusting capacity.
432
432
  */
433
433
  retrieve(params: Kendra.Types.RetrieveRequest, callback?: (err: AWSError, data: Kendra.Types.RetrieveResult) => void): Request<Kendra.Types.RetrieveResult, AWSError>;
434
434
  /**
435
- * Retrieves relevant passages or text excerpts given an input query. This API is similar to the Query API. However, by default, the Query API only returns excerpt passages of up to 100 token words. With the Retrieve API, you can retrieve longer passages of up to 200 token words and up to 100 semantically relevant passages. This doesn't include question-answer or FAQ type responses from your index. The passages are text excerpts that can be semantically extracted from multiple documents and multiple parts of the same document. If in extreme cases your documents produce zero passages using the Retrieve API, you can alternatively use the Query API and its types of responses. You can also do the following: Override boosting at the index level Filter based on document fields or attributes Filter based on the user or their group access to documents You can also include certain fields in the response that might provide useful additional information. The Retrieve API shares the number of query capacity units that you set for your index. For more information on what's included in a single capacity unit and the default base capacity for an index, see Adjusting capacity.
435
+ * Retrieves relevant passages or text excerpts given an input query. This API is similar to the Query API. However, by default, the Query API only returns excerpt passages of up to 100 token words. With the Retrieve API, you can retrieve longer passages of up to 200 token words and up to 100 semantically relevant passages. This doesn't include question-answer or FAQ type responses from your index. The passages are text excerpts that can be semantically extracted from multiple documents and multiple parts of the same document. If in extreme cases your documents produce zero passages using the Retrieve API, you can alternatively use the Query API and its types of responses. You can also do the following: Override boosting at the index level Filter based on document fields or attributes Filter based on the user or their group access to documents View the confidence score bucket for a retrieved passage result. The confidence bucket provides a relative ranking that indicates how confident Amazon Kendra is that the response is relevant to the query. Confidence score buckets are currently available only for English. You can also include certain fields in the response that might provide useful additional information. The Retrieve API shares the number of query capacity units that you set for your index. For more information on what's included in a single capacity unit and the default base capacity for an index, see Adjusting capacity.
436
436
  */
437
437
  retrieve(callback?: (err: AWSError, data: Kendra.Types.RetrieveResult) => void): Request<Kendra.Types.RetrieveResult, AWSError>;
438
438
  /**
@@ -1008,6 +1008,38 @@ declare namespace Kendra {
1008
1008
  }
1009
1009
  export type ClickFeedbackList = ClickFeedback[];
1010
1010
  export type ClientTokenName = string;
1011
+ export interface CollapseConfiguration {
1012
+ /**
1013
+ * The document attribute used to group search results. You can use any attribute that has the Sortable flag set to true. You can also sort by any of the following built-in attributes:"_category","_created_at", "_last_updated_at", "_version", "_view_count".
1014
+ */
1015
+ DocumentAttributeKey: DocumentAttributeKey;
1016
+ /**
1017
+ * A prioritized list of document attributes/fields that determine the primary document among those in a collapsed group.
1018
+ */
1019
+ SortingConfigurations?: SortingConfigurationList;
1020
+ /**
1021
+ * Specifies the behavior for documents without a value for the collapse attribute. Amazon Kendra offers three customization options: Choose to COLLAPSE all documents with null or missing values in one group. This is the default configuration. Choose to IGNORE documents with null or missing values. Ignored documents will not appear in query results. Choose to EXPAND each document with a null or missing value into a group of its own.
1022
+ */
1023
+ MissingAttributeKeyStrategy?: MissingAttributeKeyStrategy;
1024
+ /**
1025
+ * Specifies whether to expand the collapsed results.
1026
+ */
1027
+ Expand?: Boolean;
1028
+ /**
1029
+ * Provides configuration information to customize expansion options for a collapsed group.
1030
+ */
1031
+ ExpandConfiguration?: ExpandConfiguration;
1032
+ }
1033
+ export interface CollapsedResultDetail {
1034
+ /**
1035
+ * The value of the document attribute that results are collapsed on.
1036
+ */
1037
+ DocumentAttribute: DocumentAttribute;
1038
+ /**
1039
+ * A list of results in the collapsed group.
1040
+ */
1041
+ ExpandedResults?: ExpandedResultList;
1042
+ }
1011
1043
  export interface ColumnConfiguration {
1012
1044
  /**
1013
1045
  * The column that provides the document's identifier.
@@ -1350,7 +1382,7 @@ declare namespace Kendra {
1350
1382
  */
1351
1383
  IndexId: IndexId;
1352
1384
  /**
1353
- * The Amazon Resource Name (ARN) of an IAM role with permission to access Query API, GetQuerySuggestions API, and other required APIs. The role also must include permission to access IAM Identity Center (successor to Single Sign-On) that stores your user and group information. For more information, see IAM access roles for Amazon Kendra.
1385
+ * The Amazon Resource Name (ARN) of an IAM role with permission to access Query API, GetQuerySuggestions API, and other required APIs. The role also must include permission to access IAM Identity Center that stores your user and group information. For more information, see IAM access roles for Amazon Kendra.
1354
1386
  */
1355
1387
  RoleArn?: RoleArn;
1356
1388
  /**
@@ -1494,7 +1526,7 @@ declare namespace Kendra {
1494
1526
  */
1495
1527
  UserContextPolicy?: UserContextPolicy;
1496
1528
  /**
1497
- * Gets users and groups from IAM Identity Center (successor to Single Sign-On) identity source. To configure this, see UserGroupResolutionConfiguration.
1529
+ * Gets users and groups from IAM Identity Center identity source. To configure this, see UserGroupResolutionConfiguration.
1498
1530
  */
1499
1531
  UserGroupResolutionConfiguration?: UserGroupResolutionConfiguration;
1500
1532
  }
@@ -2258,7 +2290,7 @@ declare namespace Kendra {
2258
2290
  */
2259
2291
  UserContextPolicy?: UserContextPolicy;
2260
2292
  /**
2261
- * Whether you have enabled the configuration for fetching access levels of groups and users from an IAM Identity Center (successor to Single Sign-On) identity source.
2293
+ * Whether you have enabled the configuration for fetching access levels of groups and users from an IAM Identity Center identity source.
2262
2294
  */
2263
2295
  UserGroupResolutionConfiguration?: UserGroupResolutionConfiguration;
2264
2296
  }
@@ -2729,6 +2761,37 @@ declare namespace Kendra {
2729
2761
  export type ExcludeMimeTypesList = MimeType[];
2730
2762
  export type ExcludeSharedDrivesList = SharedDriveId[];
2731
2763
  export type ExcludeUserAccountsList = UserAccount[];
2764
+ export interface ExpandConfiguration {
2765
+ /**
2766
+ * The number of collapsed search result groups to expand. If you set this value to 10, for example, only the first 10 out of 100 result groups will have expand functionality.
2767
+ */
2768
+ MaxResultItemsToExpand?: Integer;
2769
+ /**
2770
+ * The number of expanded results to show per collapsed primary document. For instance, if you set this value to 3, then at most 3 results per collapsed group will be displayed.
2771
+ */
2772
+ MaxExpandedResultsPerItem?: Integer;
2773
+ }
2774
+ export interface ExpandedResultItem {
2775
+ /**
2776
+ * The identifier for the expanded result.
2777
+ */
2778
+ Id?: ResultId;
2779
+ /**
2780
+ * The idenitifier of the document.
2781
+ */
2782
+ DocumentId?: DocumentId;
2783
+ DocumentTitle?: TextWithHighlights;
2784
+ DocumentExcerpt?: TextWithHighlights;
2785
+ /**
2786
+ * The URI of the original location of the document.
2787
+ */
2788
+ DocumentURI?: Url;
2789
+ /**
2790
+ * An array of document attributes assigned to a document in the search results. For example, the document author ("_author") or the source URI ("_source_uri") of the document.
2791
+ */
2792
+ DocumentAttributes?: DocumentAttributeList;
2793
+ }
2794
+ export type ExpandedResultList = ExpandedResultItem[];
2732
2795
  export interface ExperienceConfiguration {
2733
2796
  /**
2734
2797
  * The identifiers of your data sources and FAQs. Or, you can specify that you want to use documents indexed via the BatchPutDocument API. This is the content you want to use for your Amazon Kendra experience.
@@ -3884,6 +3947,7 @@ declare namespace Kendra {
3884
3947
  export type MimeType = string;
3885
3948
  export type MinimumNumberOfQueryingUsers = number;
3886
3949
  export type MinimumQueryCount = number;
3950
+ export type MissingAttributeKeyStrategy = "IGNORE"|"COLLAPSE"|"EXPAND"|string;
3887
3951
  export type Mode = "ENABLED"|"LEARN_ONLY"|string;
3888
3952
  export type NameType = string;
3889
3953
  export type NextToken = string;
@@ -4078,6 +4142,10 @@ declare namespace Kendra {
4078
4142
  * Provides information that determines how the results of the query are sorted. You can set the field that Amazon Kendra should sort the results on, and specify whether the results should be sorted in ascending or descending order. In the case of ties in sorting the results, the results are sorted by relevance. If you don't provide sorting configuration, the results are sorted by the relevance that Amazon Kendra determines for the result.
4079
4143
  */
4080
4144
  SortingConfiguration?: SortingConfiguration;
4145
+ /**
4146
+ * Provides configuration information to determine how the results of a query are sorted. You can set upto 3 fields that Amazon Kendra should sort the results on, and specify whether the results should be sorted in ascending or descending order. The sort field quota can be increased. If you don't provide a sorting configuration, the results are sorted by the relevance that Amazon Kendra determines for the result. In the case of ties in sorting the results, the results are sorted by relevance.
4147
+ */
4148
+ SortingConfigurations?: SortingConfigurationList;
4081
4149
  /**
4082
4150
  * The user context token or user and group information.
4083
4151
  */
@@ -4090,6 +4158,10 @@ declare namespace Kendra {
4090
4158
  * Enables suggested spell corrections for queries.
4091
4159
  */
4092
4160
  SpellCorrectionConfiguration?: SpellCorrectionConfiguration;
4161
+ /**
4162
+ * Provides configuration to determine how to group results by document attribute value, and how to display them (collapsed or expanded) under a designated primary document for each group.
4163
+ */
4164
+ CollapseConfiguration?: CollapseConfiguration;
4093
4165
  }
4094
4166
  export interface QueryResult {
4095
4167
  /**
@@ -4171,6 +4243,10 @@ declare namespace Kendra {
4171
4243
  * An excerpt from a table within a document.
4172
4244
  */
4173
4245
  TableExcerpt?: TableExcerpt;
4246
+ /**
4247
+ * Provides details about a collapsed group of search results.
4248
+ */
4249
+ CollapsedResultDetail?: CollapsedResultDetail;
4174
4250
  }
4175
4251
  export type QueryResultItemList = QueryResultItem[];
4176
4252
  export type QueryResultType = "DOCUMENT"|"QUESTION_ANSWER"|"ANSWER"|string;
@@ -4834,6 +4910,7 @@ declare namespace Kendra {
4834
4910
  */
4835
4911
  SortOrder: SortOrder;
4836
4912
  }
4913
+ export type SortingConfigurationList = SortingConfiguration[];
4837
4914
  export interface SourceDocument {
4838
4915
  /**
4839
4916
  * The identifier of the document used for a query suggestion.
@@ -5308,7 +5385,7 @@ declare namespace Kendra {
5308
5385
  */
5309
5386
  UserContextPolicy?: UserContextPolicy;
5310
5387
  /**
5311
- * Enables fetching access levels of groups and users from an IAM Identity Center (successor to Single Sign-On) identity source. To configure this, see UserGroupResolutionConfiguration.
5388
+ * Enables fetching access levels of groups and users from an IAM Identity Center identity source. To configure this, see UserGroupResolutionConfiguration.
5312
5389
  */
5313
5390
  UserGroupResolutionConfiguration?: UserGroupResolutionConfiguration;
5314
5391
  }
@@ -5424,7 +5501,7 @@ declare namespace Kendra {
5424
5501
  export type UserContextPolicy = "ATTRIBUTE_FILTER"|"USER_TOKEN"|string;
5425
5502
  export interface UserGroupResolutionConfiguration {
5426
5503
  /**
5427
- * The identity store provider (mode) you want to use to get users and groups. IAM Identity Center (successor to Single Sign-On) is currently the only available mode. Your users and groups must exist in an IAM Identity Center identity source in order to use this mode.
5504
+ * The identity store provider (mode) you want to use to get users and groups. IAM Identity Center is currently the only available mode. Your users and groups must exist in an IAM Identity Center identity source in order to use this mode.
5428
5505
  */
5429
5506
  UserGroupResolutionMode: UserGroupResolutionMode;
5430
5507
  }
@@ -1780,6 +1780,14 @@ declare namespace RDS {
1780
1780
  * Tags to assign to the blue/green deployment.
1781
1781
  */
1782
1782
  Tags?: TagList;
1783
+ /**
1784
+ * Specify the DB instance class for the databases in the green environment.
1785
+ */
1786
+ TargetDBInstanceClass?: TargetDBInstanceClass;
1787
+ /**
1788
+ * Whether to upgrade the storage file system configuration on the green database. This option migrates the green DB instance from the older 32-bit file system to the preferred configuration. For more information, see Upgrading the storage file system for a DB instance.
1789
+ */
1790
+ UpgradeTargetStorageConfig?: BooleanOptional;
1783
1791
  }
1784
1792
  export interface CreateBlueGreenDeploymentResponse {
1785
1793
  BlueGreenDeployment?: BlueGreenDeployment;
@@ -2513,6 +2521,10 @@ declare namespace RDS {
2513
2521
  * Indicates whether the DB instance has a dedicated log volume (DLV) enabled.
2514
2522
  */
2515
2523
  DedicatedLogVolume?: BooleanOptional;
2524
+ /**
2525
+ * Whether to upgrade the storage file system configuration on the read replica. This option migrates the read replica from the old storage file system layout to the preferred layout.
2526
+ */
2527
+ UpgradeStorageConfig?: BooleanOptional;
2516
2528
  /**
2517
2529
  * The ID of the region that contains the source for the read replica.
2518
2530
  */
@@ -3984,6 +3996,10 @@ declare namespace RDS {
3984
3996
  * Indicates whether the DB instance has a dedicated log volume (DLV) enabled.
3985
3997
  */
3986
3998
  DedicatedLogVolume?: Boolean;
3999
+ /**
4000
+ * Indicates whether an upgrade is recommended for the storage file system configuration on the DB instance. To migrate to the preferred configuration, you can either create a blue/green deployment, or create a read replica from the DB instance. For more information, see Upgrading the storage file system for a DB instance.
4001
+ */
4002
+ IsStorageConfigUpgradeAvailable?: BooleanOptional;
3987
4003
  }
3988
4004
  export interface DBInstanceAutomatedBackup {
3989
4005
  /**
@@ -9459,6 +9475,7 @@ declare namespace RDS {
9459
9475
  TagList?: TagList;
9460
9476
  }
9461
9477
  export type TargetDBClusterParameterGroupName = string;
9478
+ export type TargetDBInstanceClass = string;
9462
9479
  export type TargetDBParameterGroupName = string;
9463
9480
  export type TargetEngineVersion = string;
9464
9481
  export type TargetGroupList = DBProxyTargetGroup[];
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1475.0',
86
+ VERSION: '2.1476.0',
87
87
 
88
88
  /**
89
89
  * @api private