aws-sdk 2.1472.0 → 2.1474.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. package/CHANGELOG.md +32 -1
  2. package/README.md +1 -1
  3. package/apis/autoscaling-2011-01-01.examples.json +1 -1
  4. package/apis/autoscaling-2011-01-01.min.json +57 -57
  5. package/apis/autoscaling-2011-01-01.paginators.json +15 -0
  6. package/apis/controltower-2018-05-10.min.json +68 -1
  7. package/apis/customer-profiles-2020-08-15.min.json +31 -18
  8. package/apis/drs-2020-02-26.min.json +28 -6
  9. package/apis/ec2-2016-11-15.min.json +134 -82
  10. package/apis/entityresolution-2018-05-10.min.json +721 -79
  11. package/apis/entityresolution-2018-05-10.paginators.json +18 -0
  12. package/apis/ivs-realtime-2020-07-14.min.json +14 -8
  13. package/apis/lambda-2015-03-31.min.json +102 -96
  14. package/apis/location-2020-11-19.min.json +36 -36
  15. package/apis/machinelearning-2014-12-12.min.json +8 -2
  16. package/apis/managedblockchain-query-2023-05-04.min.json +111 -0
  17. package/apis/managedblockchain-query-2023-05-04.paginators.json +6 -0
  18. package/apis/opensearch-2021-01-01.min.json +78 -59
  19. package/apis/rds-2014-10-31.min.json +43 -7
  20. package/apis/redshift-2012-12-01.min.json +205 -184
  21. package/apis/redshift-serverless-2021-04-21.min.json +34 -18
  22. package/apis/rekognition-2016-06-27.min.json +194 -161
  23. package/apis/sagemaker-2017-07-24.min.json +740 -728
  24. package/apis/sesv2-2019-09-27.min.json +40 -18
  25. package/apis/textract-2018-06-27.min.json +483 -76
  26. package/apis/textract-2018-06-27.paginators.json +12 -0
  27. package/clients/autoscaling.d.ts +4 -3
  28. package/clients/cloudformation.d.ts +1 -1
  29. package/clients/configservice.d.ts +15 -15
  30. package/clients/controltower.d.ts +104 -15
  31. package/clients/customerprofiles.d.ts +6 -6
  32. package/clients/drs.d.ts +27 -1
  33. package/clients/ec2.d.ts +62 -6
  34. package/clients/elbv2.d.ts +7 -7
  35. package/clients/entityresolution.d.ts +650 -12
  36. package/clients/glue.d.ts +5 -5
  37. package/clients/inspector2.d.ts +25 -25
  38. package/clients/ivsrealtime.d.ts +25 -0
  39. package/clients/lambda.d.ts +9 -0
  40. package/clients/managedblockchainquery.d.ts +125 -9
  41. package/clients/mediapackagev2.d.ts +13 -13
  42. package/clients/opensearch.d.ts +46 -6
  43. package/clients/pricing.d.ts +8 -8
  44. package/clients/rds.d.ts +48 -0
  45. package/clients/redshift.d.ts +47 -7
  46. package/clients/redshiftserverless.d.ts +42 -2
  47. package/clients/rekognition.d.ts +141 -72
  48. package/clients/sagemaker.d.ts +26 -6
  49. package/clients/sesv2.d.ts +43 -3
  50. package/clients/textract.d.ts +534 -2
  51. package/clients/transcribeservice.d.ts +1 -1
  52. package/clients/transfer.d.ts +8 -8
  53. package/clients/workspaces.d.ts +2 -2
  54. package/clients/xray.d.ts +2 -2
  55. package/dist/aws-sdk-core-react-native.js +45 -13
  56. package/dist/aws-sdk-react-native.js +112 -48
  57. package/dist/aws-sdk.js +797 -628
  58. package/dist/aws-sdk.min.js +99 -99
  59. package/lib/core.js +1 -1
  60. package/lib/s3/managed_upload.d.ts +1 -1
  61. package/package.json +1 -1
@@ -404,11 +404,11 @@ declare class OpenSearch extends Service {
404
404
  */
405
405
  startServiceSoftwareUpdate(callback?: (err: AWSError, data: OpenSearch.Types.StartServiceSoftwareUpdateResponse) => void): Request<OpenSearch.Types.StartServiceSoftwareUpdateResponse, AWSError>;
406
406
  /**
407
- * Modifies the cluster configuration of the specified Amazon OpenSearch Service domain.sl
407
+ * Modifies the cluster configuration of the specified Amazon OpenSearch Service domain.
408
408
  */
409
409
  updateDomainConfig(params: OpenSearch.Types.UpdateDomainConfigRequest, callback?: (err: AWSError, data: OpenSearch.Types.UpdateDomainConfigResponse) => void): Request<OpenSearch.Types.UpdateDomainConfigResponse, AWSError>;
410
410
  /**
411
- * Modifies the cluster configuration of the specified Amazon OpenSearch Service domain.sl
411
+ * Modifies the cluster configuration of the specified Amazon OpenSearch Service domain.
412
412
  */
413
413
  updateDomainConfig(callback?: (err: AWSError, data: OpenSearch.Types.UpdateDomainConfigResponse) => void): Request<OpenSearch.Types.UpdateDomainConfigResponse, AWSError>;
414
414
  /**
@@ -1138,7 +1138,7 @@ declare namespace OpenSearch {
1138
1138
  export type CreatedAt = Date;
1139
1139
  export interface CrossClusterSearchConnectionProperties {
1140
1140
  /**
1141
- * Status of SkipUnavailable param for outbound connection.
1141
+ * The status of the SkipUnavailable setting for the outbound connection. This feature allows you to specify some clusters as optional and ensure that your cross-cluster queries return partial results despite failures on one or more remote clusters.
1142
1142
  */
1143
1143
  SkipUnavailable?: SkipUnavailableStatus;
1144
1144
  }
@@ -1343,7 +1343,7 @@ declare namespace OpenSearch {
1343
1343
  }
1344
1344
  export interface DescribeDomainsRequest {
1345
1345
  /**
1346
- * Array of OpenSearch Service domain names that you want information about. If you don't specify any domains, OpenSearch Service returns information about all domains owned by the account.
1346
+ * Array of OpenSearch Service domain names that you want information about. You must specify at least one domain name.
1347
1347
  */
1348
1348
  DomainNames: DomainNameList;
1349
1349
  }
@@ -1460,7 +1460,7 @@ declare namespace OpenSearch {
1460
1460
  Value?: DescribePackagesFilterValues;
1461
1461
  }
1462
1462
  export type DescribePackagesFilterList = DescribePackagesFilter[];
1463
- export type DescribePackagesFilterName = "PackageID"|"PackageName"|"PackageStatus"|string;
1463
+ export type DescribePackagesFilterName = "PackageID"|"PackageName"|"PackageStatus"|"PackageType"|"EngineVersion"|string;
1464
1464
  export type DescribePackagesFilterValue = string;
1465
1465
  export type DescribePackagesFilterValues = DescribePackagesFilterValue[];
1466
1466
  export interface DescribePackagesRequest {
@@ -1982,6 +1982,7 @@ declare namespace OpenSearch {
1982
1982
  export type Endpoint = string;
1983
1983
  export type EndpointsMap = {[key: string]: ServiceUrl};
1984
1984
  export type EngineType = "OpenSearch"|"Elasticsearch"|string;
1985
+ export type EngineVersion = string;
1985
1986
  export interface EnvironmentInfo {
1986
1987
  /**
1987
1988
  * A list of AvailabilityZoneInfo for the domain.
@@ -2618,6 +2619,14 @@ declare namespace OpenSearch {
2618
2619
  * Additional information if the package is in an error state. Null otherwise.
2619
2620
  */
2620
2621
  ErrorDetails?: ErrorDetails;
2622
+ /**
2623
+ * Version of OpenSearch or Elasticsearch, in the format Elasticsearch_X.Y or OpenSearch_X.Y. Defaults to the latest version of OpenSearch.
2624
+ */
2625
+ EngineVersion?: EngineVersion;
2626
+ /**
2627
+ * If the package is a ZIP-PLUGIN package, additional information about plugin properties.
2628
+ */
2629
+ AvailablePluginProperties?: PluginProperties;
2621
2630
  }
2622
2631
  export type PackageDetailsList = PackageDetails[];
2623
2632
  export type PackageID = string;
@@ -2633,7 +2642,7 @@ declare namespace OpenSearch {
2633
2642
  S3Key?: S3Key;
2634
2643
  }
2635
2644
  export type PackageStatus = "COPYING"|"COPY_FAILED"|"VALIDATING"|"VALIDATION_FAILED"|"AVAILABLE"|"DELETING"|"DELETED"|"DELETE_FAILED"|string;
2636
- export type PackageType = "TXT-DICTIONARY"|string;
2645
+ export type PackageType = "TXT-DICTIONARY"|"ZIP-PLUGIN"|string;
2637
2646
  export type PackageVersion = string;
2638
2647
  export interface PackageVersionHistory {
2639
2648
  /**
@@ -2648,9 +2657,39 @@ declare namespace OpenSearch {
2648
2657
  * The date and time when the package was created.
2649
2658
  */
2650
2659
  CreatedAt?: CreatedAt;
2660
+ /**
2661
+ * Additional information about plugin properties if the package is a ZIP-PLUGIN package.
2662
+ */
2663
+ PluginProperties?: PluginProperties;
2651
2664
  }
2652
2665
  export type PackageVersionHistoryList = PackageVersionHistory[];
2653
2666
  export type Password = string;
2667
+ export type PluginClassName = string;
2668
+ export type PluginDescription = string;
2669
+ export type PluginName = string;
2670
+ export interface PluginProperties {
2671
+ /**
2672
+ * The name of the plugin.
2673
+ */
2674
+ Name?: PluginName;
2675
+ /**
2676
+ * The description of the plugin.
2677
+ */
2678
+ Description?: PluginDescription;
2679
+ /**
2680
+ * The version of the plugin.
2681
+ */
2682
+ Version?: PluginVersion;
2683
+ /**
2684
+ * The name of the class to load.
2685
+ */
2686
+ ClassName?: PluginClassName;
2687
+ /**
2688
+ * The uncompressed size of the plugin.
2689
+ */
2690
+ UncompressedSizeInBytes?: UncompressedPluginSizeInBytes;
2691
+ }
2692
+ export type PluginVersion = string;
2654
2693
  export type PolicyDocument = string;
2655
2694
  export type PrincipalType = "AWS_ACCOUNT"|"AWS_SERVICE"|string;
2656
2695
  export interface PurchaseReservedInstanceOfferingRequest {
@@ -3089,6 +3128,7 @@ declare namespace OpenSearch {
3089
3128
  export type TimeUnit = "HOURS"|string;
3090
3129
  export type TotalNumberOfStages = number;
3091
3130
  export type UIntValue = number;
3131
+ export type UncompressedPluginSizeInBytes = number;
3092
3132
  export interface UpdateDomainConfigRequest {
3093
3133
  /**
3094
3134
  * The name of the domain that you're updating.
@@ -28,11 +28,11 @@ declare class Pricing extends Service {
28
28
  */
29
29
  getAttributeValues(callback?: (err: AWSError, data: Pricing.Types.GetAttributeValuesResponse) => void): Request<Pricing.Types.GetAttributeValuesResponse, AWSError>;
30
30
  /**
31
- * This feature is in preview release and is subject to change. Your use of Amazon Web Services Price List API is subject to the Beta Service Participation terms of the Amazon Web Services Service Terms (Section 1.10). This returns the URL that you can retrieve your Price List file from. This URL is based on the PriceListArn and FileFormat that you retrieve from the ListPriceLists response.
31
+ * This feature is in preview release and is subject to change. Your use of Amazon Web Services Price List API is subject to the Beta Service Participation terms of the Amazon Web Services Service Terms (Section 1.10). This returns the URL that you can retrieve your Price List file from. This URL is based on the PriceListArn and FileFormat that you retrieve from the ListPriceLists response.
32
32
  */
33
33
  getPriceListFileUrl(params: Pricing.Types.GetPriceListFileUrlRequest, callback?: (err: AWSError, data: Pricing.Types.GetPriceListFileUrlResponse) => void): Request<Pricing.Types.GetPriceListFileUrlResponse, AWSError>;
34
34
  /**
35
- * This feature is in preview release and is subject to change. Your use of Amazon Web Services Price List API is subject to the Beta Service Participation terms of the Amazon Web Services Service Terms (Section 1.10). This returns the URL that you can retrieve your Price List file from. This URL is based on the PriceListArn and FileFormat that you retrieve from the ListPriceLists response.
35
+ * This feature is in preview release and is subject to change. Your use of Amazon Web Services Price List API is subject to the Beta Service Participation terms of the Amazon Web Services Service Terms (Section 1.10). This returns the URL that you can retrieve your Price List file from. This URL is based on the PriceListArn and FileFormat that you retrieve from the ListPriceLists response.
36
36
  */
37
37
  getPriceListFileUrl(callback?: (err: AWSError, data: Pricing.Types.GetPriceListFileUrlResponse) => void): Request<Pricing.Types.GetPriceListFileUrlResponse, AWSError>;
38
38
  /**
@@ -44,11 +44,11 @@ declare class Pricing extends Service {
44
44
  */
45
45
  getProducts(callback?: (err: AWSError, data: Pricing.Types.GetProductsResponse) => void): Request<Pricing.Types.GetProductsResponse, AWSError>;
46
46
  /**
47
- * This feature is in preview release and is subject to change. Your use of Amazon Web Services Price List API is subject to the Beta Service Participation terms of the Amazon Web Services Service Terms (Section 1.10). This returns a list of Price List references that the requester if authorized to view, given a ServiceCode, CurrencyCode, and an EffectiveDate. Use without a RegionCode filter to list Price List references from all available Amazon Web Services Regions. Use with a RegionCode filter to get the Price List reference that's specific to a specific Amazon Web Services Region. You can use the PriceListArn from the response to get your preferred Price List files through the GetPriceListFileUrl API.
47
+ * This feature is in preview release and is subject to change. Your use of Amazon Web Services Price List API is subject to the Beta Service Participation terms of the Amazon Web Services Service Terms (Section 1.10). This returns a list of Price List references that the requester if authorized to view, given a ServiceCode, CurrencyCode, and an EffectiveDate. Use without a RegionCode filter to list Price List references from all available Amazon Web Services Regions. Use with a RegionCode filter to get the Price List reference that's specific to a specific Amazon Web Services Region. You can use the PriceListArn from the response to get your preferred Price List files through the GetPriceListFileUrl API.
48
48
  */
49
49
  listPriceLists(params: Pricing.Types.ListPriceListsRequest, callback?: (err: AWSError, data: Pricing.Types.ListPriceListsResponse) => void): Request<Pricing.Types.ListPriceListsResponse, AWSError>;
50
50
  /**
51
- * This feature is in preview release and is subject to change. Your use of Amazon Web Services Price List API is subject to the Beta Service Participation terms of the Amazon Web Services Service Terms (Section 1.10). This returns a list of Price List references that the requester if authorized to view, given a ServiceCode, CurrencyCode, and an EffectiveDate. Use without a RegionCode filter to list Price List references from all available Amazon Web Services Regions. Use with a RegionCode filter to get the Price List reference that's specific to a specific Amazon Web Services Region. You can use the PriceListArn from the response to get your preferred Price List files through the GetPriceListFileUrl API.
51
+ * This feature is in preview release and is subject to change. Your use of Amazon Web Services Price List API is subject to the Beta Service Participation terms of the Amazon Web Services Service Terms (Section 1.10). This returns a list of Price List references that the requester if authorized to view, given a ServiceCode, CurrencyCode, and an EffectiveDate. Use without a RegionCode filter to list Price List references from all available Amazon Web Services Regions. Use with a RegionCode filter to get the Price List reference that's specific to a specific Amazon Web Services Region. You can use the PriceListArn from the response to get your preferred Price List files through the GetPriceListFileUrl API.
52
52
  */
53
53
  listPriceLists(callback?: (err: AWSError, data: Pricing.Types.ListPriceListsResponse) => void): Request<Pricing.Types.ListPriceListsResponse, AWSError>;
54
54
  }
@@ -144,11 +144,11 @@ declare namespace Pricing {
144
144
  }
145
145
  export interface GetPriceListFileUrlRequest {
146
146
  /**
147
- * The unique identifier that maps to where your Price List files are located. PriceListArn can be obtained from the ListPriceLists response.
147
+ * The unique identifier that maps to where your Price List files are located. PriceListArn can be obtained from the ListPriceLists response.
148
148
  */
149
149
  PriceListArn: PriceListArn;
150
150
  /**
151
- * The format that you want to retrieve your Price List files in. The FileFormat can be obtained from the ListPriceLists response.
151
+ * The format that you want to retrieve your Price List files in. The FileFormat can be obtained from the ListPriceLists response.
152
152
  */
153
153
  FileFormat: FileFormat;
154
154
  }
@@ -196,7 +196,7 @@ declare namespace Pricing {
196
196
  }
197
197
  export interface ListPriceListsRequest {
198
198
  /**
199
- * The service code or the Savings Plan service code for the attributes that you want to retrieve. For example, to get the list of applicable Amazon EC2 price lists, use AmazonEC2. For a full list of service codes containing On-Demand and Reserved Instance (RI) pricing, use the DescribeServices API. To retrieve the Compute Savings Plan price lists, use ComputeSavingsPlans. To retrieve Machine Learning Savings Plans price lists, use MachineLearningSavingsPlans.
199
+ * The service code or the Savings Plan service code for the attributes that you want to retrieve. For example, to get the list of applicable Amazon EC2 price lists, use AmazonEC2. For a full list of service codes containing On-Demand and Reserved Instance (RI) pricing, use the DescribeServices API. To retrieve the Reserved Instance and Compute Savings Plan price lists, use ComputeSavingsPlans. To retrieve Machine Learning Savings Plans price lists, use MachineLearningSavingsPlans.
200
200
  */
201
201
  ServiceCode: ServiceCode;
202
202
  /**
@@ -204,7 +204,7 @@ declare namespace Pricing {
204
204
  */
205
205
  EffectiveDate: EffectiveDate;
206
206
  /**
207
- * This is used to filter the Price List by Amazon Web Services Region. For example, to get the price list only for the US East (N. Virginia) Region, use us-east-1. If nothing is specified, you retrieve price lists for all applicable Regions. The available RegionCode list can be retrieved from GetAttributeValues API.
207
+ * This is used to filter the Price List by Amazon Web Services Region. For example, to get the price list only for the US East (N. Virginia) Region, use us-east-1. If nothing is specified, you retrieve price lists for all applicable Regions. The available RegionCode list can be retrieved from GetAttributeValues API.
208
208
  */
209
209
  RegionCode?: RegionCode;
210
210
  /**
package/clients/rds.d.ts CHANGED
@@ -2338,6 +2338,10 @@ declare namespace RDS {
2338
2338
  * The Oracle system identifier (SID), which is the name of the Oracle database instance that manages your database files. In this context, the term "Oracle database instance" refers exclusively to the system global area (SGA) and Oracle background processes. If you don't specify a SID, the value defaults to RDSCDB. The Oracle SID is also the name of your CDB.
2339
2339
  */
2340
2340
  DBSystemId?: String;
2341
+ /**
2342
+ * Indicates whether the DB instance has a dedicated log volume (DLV) enabled.
2343
+ */
2344
+ DedicatedLogVolume?: BooleanOptional;
2341
2345
  }
2342
2346
  export interface CreateDBInstanceReadReplicaMessage {
2343
2347
  /**
@@ -2505,6 +2509,10 @@ declare namespace RDS {
2505
2509
  * The identifier of the Multi-AZ DB cluster that will act as the source for the read replica. Each DB cluster can have up to 15 read replicas. Constraints: Must be the identifier of an existing Multi-AZ DB cluster. Can't be specified if the SourceDBInstanceIdentifier parameter is also specified. The specified DB cluster must have automatic backups enabled, that is, its backup retention period must be greater than 0. The source DB cluster must be in the same Amazon Web Services Region as the read replica. Cross-Region replication isn't supported.
2506
2510
  */
2507
2511
  SourceDBClusterIdentifier?: String;
2512
+ /**
2513
+ * Indicates whether the DB instance has a dedicated log volume (DLV) enabled.
2514
+ */
2515
+ DedicatedLogVolume?: BooleanOptional;
2508
2516
  /**
2509
2517
  * The ID of the region that contains the source for the read replica.
2510
2518
  */
@@ -3972,6 +3980,10 @@ declare namespace RDS {
3972
3980
  * The progress of the storage optimization operation as a percentage.
3973
3981
  */
3974
3982
  PercentProgress?: String;
3983
+ /**
3984
+ * Indicates whether the DB instance has a dedicated log volume (DLV) enabled.
3985
+ */
3986
+ DedicatedLogVolume?: Boolean;
3975
3987
  }
3976
3988
  export interface DBInstanceAutomatedBackup {
3977
3989
  /**
@@ -4090,6 +4102,10 @@ declare namespace RDS {
4090
4102
  * The Amazon Resource Name (ARN) of the recovery point in Amazon Web Services Backup.
4091
4103
  */
4092
4104
  AwsBackupRecoveryPointArn?: String;
4105
+ /**
4106
+ * Indicates whether the DB instance has a dedicated log volume (DLV) enabled.
4107
+ */
4108
+ DedicatedLogVolume?: BooleanOptional;
4093
4109
  }
4094
4110
  export type DBInstanceAutomatedBackupList = DBInstanceAutomatedBackup[];
4095
4111
  export interface DBInstanceAutomatedBackupMessage {
@@ -4580,6 +4596,10 @@ declare namespace RDS {
4580
4596
  * The Oracle system identifier (SID), which is the name of the Oracle database instance that manages your database files. The Oracle SID is also the name of your CDB.
4581
4597
  */
4582
4598
  DBSystemId?: String;
4599
+ /**
4600
+ * Indicates whether the DB instance has a dedicated log volume (DLV) enabled.
4601
+ */
4602
+ DedicatedLogVolume?: Boolean;
4583
4603
  }
4584
4604
  export interface DBSnapshotAttribute {
4585
4605
  /**
@@ -6893,6 +6913,10 @@ declare namespace RDS {
6893
6913
  * The target Oracle DB engine when you convert a non-CDB to a CDB. This intermediate step is necessary to upgrade an Oracle Database 19c non-CDB to an Oracle Database 21c CDB. Note the following requirements: Make sure that you specify oracle-ee-cdb or oracle-se2-cdb. Make sure that your DB engine runs Oracle Database 19c with an April 2021 or later RU. Note the following limitations: You can't convert a CDB to a non-CDB. You can't convert a replica database. You can't convert a non-CDB to a CDB and upgrade the engine version in the same command. You can't convert the existing custom parameter or option group when it has options or parameters that are permanent or persistent. In this situation, the DB instance reverts to the default option and parameter group. To avoid reverting to the default, specify a new parameter group with --db-parameter-group-name and a new option group with --option-group-name.
6894
6914
  */
6895
6915
  Engine?: String;
6916
+ /**
6917
+ * Indicates whether the DB instance has a dedicated log volume (DLV) enabled.
6918
+ */
6919
+ DedicatedLogVolume?: BooleanOptional;
6896
6920
  }
6897
6921
  export interface ModifyDBInstanceResult {
6898
6922
  DBInstance?: DBInstance;
@@ -7559,6 +7583,10 @@ declare namespace RDS {
7559
7583
  * Maximum storage throughput to provisioned IOPS ratio for a DB instance.
7560
7584
  */
7561
7585
  MaxStorageThroughputPerIops?: DoubleOptional;
7586
+ /**
7587
+ * Indicates whether a DB instance supports using a dedicated log volume (DLV).
7588
+ */
7589
+ SupportsDedicatedLogVolume?: Boolean;
7562
7590
  }
7563
7591
  export type OrderableDBInstanceOptionsList = OrderableDBInstanceOption[];
7564
7592
  export interface OrderableDBInstanceOptionsMessage {
@@ -7750,6 +7778,10 @@ declare namespace RDS {
7750
7778
  * The database engine of the DB instance.
7751
7779
  */
7752
7780
  Engine?: String;
7781
+ /**
7782
+ * Indicates whether the DB instance has a dedicated log volume (DLV) enabled.&gt;
7783
+ */
7784
+ DedicatedLogVolume?: BooleanOptional;
7753
7785
  }
7754
7786
  export interface ProcessorFeature {
7755
7787
  /**
@@ -8637,6 +8669,10 @@ declare namespace RDS {
8637
8669
  * The amount of storage (in gibibytes) to allocate initially for the DB instance. Follow the allocation rules specified in CreateDBInstance. Be sure to allocate enough storage for your new DB instance so that the restore operation can succeed. You can also allocate additional storage for future growth.
8638
8670
  */
8639
8671
  AllocatedStorage?: IntegerOptional;
8672
+ /**
8673
+ * Specifies whether to enable a dedicated log volume (DLV) for the DB instance.
8674
+ */
8675
+ DedicatedLogVolume?: BooleanOptional;
8640
8676
  }
8641
8677
  export interface RestoreDBInstanceFromDBSnapshotResult {
8642
8678
  DBInstance?: DBInstance;
@@ -8834,6 +8870,10 @@ declare namespace RDS {
8834
8870
  * The Amazon Web Services KMS key identifier to encrypt a secret that is automatically generated and managed in Amazon Web Services Secrets Manager. This setting is valid only if the master user password is managed by RDS in Amazon Web Services Secrets Manager for the DB instance. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. To use a KMS key in a different Amazon Web Services account, specify the key ARN or alias ARN. If you don't specify MasterUserSecretKmsKeyId, then the aws/secretsmanager KMS key is used to encrypt the secret. If the secret is in a different Amazon Web Services account, then you can't use the aws/secretsmanager KMS key to encrypt the secret, and you must use a customer managed KMS key. There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region.
8835
8871
  */
8836
8872
  MasterUserSecretKmsKeyId?: String;
8873
+ /**
8874
+ * Specifies whether to enable a dedicated log volume (DLV) for the DB instance.
8875
+ */
8876
+ DedicatedLogVolume?: BooleanOptional;
8837
8877
  }
8838
8878
  export interface RestoreDBInstanceFromS3Result {
8839
8879
  DBInstance?: DBInstance;
@@ -9008,6 +9048,10 @@ declare namespace RDS {
9008
9048
  * The amount of storage (in gibibytes) to allocate initially for the DB instance. Follow the allocation rules specified in CreateDBInstance. Be sure to allocate enough storage for your new DB instance so that the restore operation can succeed. You can also allocate additional storage for future growth.
9009
9049
  */
9010
9050
  AllocatedStorage?: IntegerOptional;
9051
+ /**
9052
+ * Specifies whether to enable a dedicated log volume (DLV) for the DB instance.
9053
+ */
9054
+ DedicatedLogVolume?: BooleanOptional;
9011
9055
  }
9012
9056
  export interface RestoreDBInstanceToPointInTimeResult {
9013
9057
  DBInstance?: DBInstance;
@@ -9548,6 +9592,10 @@ declare namespace RDS {
9548
9592
  * Valid processor features for your DB instance.
9549
9593
  */
9550
9594
  ValidProcessorFeatures?: AvailableProcessorFeatureList;
9595
+ /**
9596
+ * Indicates whether a DB instance supports using a dedicated log volume (DLV).
9597
+ */
9598
+ SupportsDedicatedLogVolume?: Boolean;
9551
9599
  }
9552
9600
  export interface ValidStorageOptions {
9553
9601
  /**
@@ -461,11 +461,11 @@ declare class Redshift extends Service {
461
461
  */
462
462
  describeClusters(callback?: (err: AWSError, data: Redshift.Types.ClustersMessage) => void): Request<Redshift.Types.ClustersMessage, AWSError>;
463
463
  /**
464
- * Contains information for custom domain associations for a cluster.
464
+ * Contains information about custom domain associations for a cluster.
465
465
  */
466
466
  describeCustomDomainAssociations(params: Redshift.Types.DescribeCustomDomainAssociationsMessage, callback?: (err: AWSError, data: Redshift.Types.CustomDomainAssociationsMessage) => void): Request<Redshift.Types.CustomDomainAssociationsMessage, AWSError>;
467
467
  /**
468
- * Contains information for custom domain associations for a cluster.
468
+ * Contains information about custom domain associations for a cluster.
469
469
  */
470
470
  describeCustomDomainAssociations(callback?: (err: AWSError, data: Redshift.Types.CustomDomainAssociationsMessage) => void): Request<Redshift.Types.CustomDomainAssociationsMessage, AWSError>;
471
471
  /**
@@ -1497,6 +1497,14 @@ declare namespace Redshift {
1497
1497
  * The expiration date for the certificate associated with the custom domain name.
1498
1498
  */
1499
1499
  CustomDomainCertificateExpiryDate?: TStamp;
1500
+ /**
1501
+ * The Amazon Resource Name (ARN) for the cluster's admin user credentials secret.
1502
+ */
1503
+ MasterPasswordSecretArn?: String;
1504
+ /**
1505
+ * The ID of the Key Management Service (KMS) key used to encrypt and store the cluster's admin credentials secret.
1506
+ */
1507
+ MasterPasswordSecretKmsKeyId?: String;
1500
1508
  }
1501
1509
  export interface ClusterAssociatedToSchedule {
1502
1510
  /**
@@ -1872,9 +1880,9 @@ declare namespace Redshift {
1872
1880
  */
1873
1881
  MasterUsername: String;
1874
1882
  /**
1875
- * The password associated with the admin user account for the cluster that is being created. Constraints: Must be between 8 and 64 characters in length. Must contain at least one uppercase letter. Must contain at least one lowercase letter. Must contain one number. Can be any printable ASCII character (ASCII code 33-126) except ' (single quote), " (double quote), \, /, or @.
1883
+ * The password associated with the admin user account for the cluster that is being created. You can't use MasterUserPassword if ManageMasterPassword is true. Constraints: Must be between 8 and 64 characters in length. Must contain at least one uppercase letter. Must contain at least one lowercase letter. Must contain one number. Can be any printable ASCII character (ASCII code 33-126) except ' (single quote), " (double quote), \, /, or @.
1876
1884
  */
1877
- MasterUserPassword: String;
1885
+ MasterUserPassword?: SensitiveString;
1878
1886
  /**
1879
1887
  * A list of security groups to be associated with this cluster. Default: The default cluster security group for Amazon Redshift.
1880
1888
  */
@@ -1987,6 +1995,14 @@ declare namespace Redshift {
1987
1995
  * A flag that specifies whether to load sample data once the cluster is created.
1988
1996
  */
1989
1997
  LoadSampleData?: String;
1998
+ /**
1999
+ * If true, Amazon Redshift uses Secrets Manager to manage this cluster's admin credentials. You can't use MasterUserPassword if ManageMasterPassword is true. If ManageMasterPassword is false or not set, Amazon Redshift uses MasterUserPassword for the admin user account's password.
2000
+ */
2001
+ ManageMasterPassword?: BooleanOptional;
2002
+ /**
2003
+ * The ID of the Key Management Service (KMS) key used to encrypt and store the cluster's admin credentials secret. You can only use this parameter if ManageMasterPassword is true.
2004
+ */
2005
+ MasterPasswordSecretKmsKeyId?: String;
1990
2006
  }
1991
2007
  export interface CreateClusterParameterGroupMessage {
1992
2008
  /**
@@ -4125,9 +4141,9 @@ declare namespace Redshift {
4125
4141
  */
4126
4142
  VpcSecurityGroupIds?: VpcSecurityGroupIdList;
4127
4143
  /**
4128
- * The new password for the cluster admin user. This change is asynchronously applied as soon as possible. Between the time of the request and the completion of the request, the MasterUserPassword element exists in the PendingModifiedValues element of the operation response. Operations never return the password, so this operation provides a way to regain access to the admin user account for a cluster if the password is lost. Default: Uses existing setting. Constraints: Must be between 8 and 64 characters in length. Must contain at least one uppercase letter. Must contain at least one lowercase letter. Must contain one number. Can be any printable ASCII character (ASCII code 33-126) except ' (single quote), " (double quote), \, /, or @.
4144
+ * The new password for the cluster admin user. This change is asynchronously applied as soon as possible. Between the time of the request and the completion of the request, the MasterUserPassword element exists in the PendingModifiedValues element of the operation response. You can't use MasterUserPassword if ManageMasterPassword is true. Operations never return the password, so this operation provides a way to regain access to the admin user account for a cluster if the password is lost. Default: Uses existing setting. Constraints: Must be between 8 and 64 characters in length. Must contain at least one uppercase letter. Must contain at least one lowercase letter. Must contain one number. Can be any printable ASCII character (ASCII code 33-126) except ' (single quote), " (double quote), \, /, or @.
4129
4145
  */
4130
- MasterUserPassword?: String;
4146
+ MasterUserPassword?: SensitiveString;
4131
4147
  /**
4132
4148
  * The name of the cluster parameter group to apply to this cluster. This change is applied only after the cluster is rebooted. To reboot a cluster use RebootCluster. Default: Uses existing setting. Constraints: The cluster parameter group must be in the same parameter group family that matches the cluster version.
4133
4149
  */
@@ -4200,6 +4216,14 @@ declare namespace Redshift {
4200
4216
  * The option to change the port of an Amazon Redshift cluster.
4201
4217
  */
4202
4218
  Port?: IntegerOptional;
4219
+ /**
4220
+ * If true, Amazon Redshift uses Secrets Manager to manage this cluster's admin credentials. You can't use MasterUserPassword if ManageMasterPassword is true. If ManageMasterPassword is false or not set, Amazon Redshift uses MasterUserPassword for the admin user account's password.
4221
+ */
4222
+ ManageMasterPassword?: BooleanOptional;
4223
+ /**
4224
+ * The ID of the Key Management Service (KMS) key used to encrypt and store the cluster's admin credentials secret. You can only use this parameter if ManageMasterPassword is true.
4225
+ */
4226
+ MasterPasswordSecretKmsKeyId?: String;
4203
4227
  }
4204
4228
  export interface ModifyClusterParameterGroupMessage {
4205
4229
  /**
@@ -4622,7 +4646,7 @@ declare namespace Redshift {
4622
4646
  /**
4623
4647
  * The pending or in-progress change of the admin user password for the cluster.
4624
4648
  */
4625
- MasterUserPassword?: String;
4649
+ MasterUserPassword?: SensitiveString;
4626
4650
  /**
4627
4651
  * The pending or in-progress change of the cluster's node type.
4628
4652
  */
@@ -5125,6 +5149,14 @@ declare namespace Redshift {
5125
5149
  * Enables support for restoring an unencrypted snapshot to a cluster encrypted with Key Management Service (KMS) and a customer managed key.
5126
5150
  */
5127
5151
  Encrypted?: BooleanOptional;
5152
+ /**
5153
+ * If true, Amazon Redshift uses Secrets Manager to manage the restored cluster's admin credentials. If ManageMasterPassword is false or not set, Amazon Redshift uses the admin credentials the cluster had at the time the snapshot was taken.
5154
+ */
5155
+ ManageMasterPassword?: BooleanOptional;
5156
+ /**
5157
+ * The ID of the Key Management Service (KMS) key used to encrypt and store the cluster's admin credentials secret. You can only use this parameter if ManageMasterPassword is true.
5158
+ */
5159
+ MasterPasswordSecretKmsKeyId?: String;
5128
5160
  }
5129
5161
  export interface RestoreFromClusterSnapshotResult {
5130
5162
  Cluster?: Cluster;
@@ -5508,6 +5540,14 @@ declare namespace Redshift {
5508
5540
  * A timestamp representing the start of the retention period for the snapshot.
5509
5541
  */
5510
5542
  SnapshotRetentionStartTime?: TStamp;
5543
+ /**
5544
+ * The Amazon Resource Name (ARN) for the cluster's admin user credentials secret.
5545
+ */
5546
+ MasterPasswordSecretArn?: String;
5547
+ /**
5548
+ * The ID of the Key Management Service (KMS) key used to encrypt and store the cluster's admin credentials secret.
5549
+ */
5550
+ MasterPasswordSecretKmsKeyId?: String;
5511
5551
  }
5512
5552
  export type SnapshotAttributeToSortBy = "SOURCE_TYPE"|"TOTAL_SIZE"|"CREATE_TIME"|string;
5513
5553
  export interface SnapshotCopyGrant {
@@ -397,7 +397,11 @@ declare namespace RedshiftServerless {
397
397
  }
398
398
  export interface CreateNamespaceRequest {
399
399
  /**
400
- * The password of the administrator for the first database created in the namespace.
400
+ * The ID of the Key Management Service (KMS) key used to encrypt and store the namespace's admin credentials secret. You can only use this parameter if manageAdminPassword is true.
401
+ */
402
+ adminPasswordSecretKmsKeyId?: KmsKeyId;
403
+ /**
404
+ * The password of the administrator for the first database created in the namespace. You can't use adminUserPassword if manageAdminPassword is true.
401
405
  */
402
406
  adminUserPassword?: DbPassword;
403
407
  /**
@@ -424,6 +428,10 @@ declare namespace RedshiftServerless {
424
428
  * The types of logs the namespace can export. Available export types are userlog, connectionlog, and useractivitylog.
425
429
  */
426
430
  logExports?: LogExportList;
431
+ /**
432
+ * If true, Amazon Redshift uses Secrets Manager to manage the namespace's admin credentials. You can't use adminUserPassword if manageAdminPassword is true. If manageAdminPassword is false or not set, Amazon Redshift uses adminUserPassword for the admin user account's password.
433
+ */
434
+ manageAdminPassword?: Boolean;
427
435
  /**
428
436
  * The name of the namespace.
429
437
  */
@@ -1039,6 +1047,14 @@ declare namespace RedshiftServerless {
1039
1047
  export type LogExportList = LogExport[];
1040
1048
  export type Long = number;
1041
1049
  export interface Namespace {
1050
+ /**
1051
+ * The Amazon Resource Name (ARN) for the namespace's admin user credentials secret.
1052
+ */
1053
+ adminPasswordSecretArn?: String;
1054
+ /**
1055
+ * The ID of the Key Management Service (KMS) key used to encrypt and store the namespace's admin credentials secret.
1056
+ */
1057
+ adminPasswordSecretKmsKeyId?: KmsKeyId;
1042
1058
  /**
1043
1059
  * The username of the administrator for the first database created in the namespace.
1044
1060
  */
@@ -1187,6 +1203,14 @@ declare namespace RedshiftServerless {
1187
1203
  recoveryPointId?: String;
1188
1204
  }
1189
1205
  export interface RestoreFromSnapshotRequest {
1206
+ /**
1207
+ * The ID of the Key Management Service (KMS) key used to encrypt and store the namespace's admin credentials secret.
1208
+ */
1209
+ adminPasswordSecretKmsKeyId?: KmsKeyId;
1210
+ /**
1211
+ * If true, Amazon Redshift uses Secrets Manager to manage the restored snapshot's admin credentials. If MmanageAdminPassword is false or not set, Amazon Redshift uses the admin credentials that the namespace or cluster had at the time the snapshot was taken.
1212
+ */
1213
+ manageAdminPassword?: Boolean;
1190
1214
  /**
1191
1215
  * The name of the namespace to restore the snapshot to.
1192
1216
  */
@@ -1282,6 +1306,14 @@ declare namespace RedshiftServerless {
1282
1306
  * The size of the incremental backup in megabytes.
1283
1307
  */
1284
1308
  actualIncrementalBackupSizeInMegaBytes?: Double;
1309
+ /**
1310
+ * The Amazon Resource Name (ARN) for the namespace's admin user credentials secret.
1311
+ */
1312
+ adminPasswordSecretArn?: String;
1313
+ /**
1314
+ * The ID of the Key Management Service (KMS) key used to encrypt and store the namespace's admin credentials secret.
1315
+ */
1316
+ adminPasswordSecretKmsKeyId?: KmsKeyId;
1285
1317
  /**
1286
1318
  * The username of the database within a snapshot.
1287
1319
  */
@@ -1477,7 +1509,11 @@ declare namespace RedshiftServerless {
1477
1509
  }
1478
1510
  export interface UpdateNamespaceRequest {
1479
1511
  /**
1480
- * The password of the administrator for the first database created in the namespace. This parameter must be updated together with adminUsername.
1512
+ * The ID of the Key Management Service (KMS) key used to encrypt and store the namespace's admin credentials secret. You can only use this parameter if manageAdminPassword is true.
1513
+ */
1514
+ adminPasswordSecretKmsKeyId?: KmsKeyId;
1515
+ /**
1516
+ * The password of the administrator for the first database created in the namespace. This parameter must be updated together with adminUsername. You can't use adminUserPassword if manageAdminPassword is true.
1481
1517
  */
1482
1518
  adminUserPassword?: DbPassword;
1483
1519
  /**
@@ -1500,6 +1536,10 @@ declare namespace RedshiftServerless {
1500
1536
  * The types of logs the namespace can export. The export types are userlog, connectionlog, and useractivitylog.
1501
1537
  */
1502
1538
  logExports?: LogExportList;
1539
+ /**
1540
+ * If true, Amazon Redshift uses Secrets Manager to manage the namespace's admin credentials. You can't use adminUserPassword if manageAdminPassword is true. If manageAdminPassword is false or not set, Amazon Redshift uses adminUserPassword for the admin user account's password.
1541
+ */
1542
+ manageAdminPassword?: Boolean;
1503
1543
  /**
1504
1544
  * The name of the namespace to update. You can't update the name of a namespace once it is created.
1505
1545
  */