cdk-docker-image-deployment 0.0.58 → 0.0.60
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.
- package/.jsii +3 -3
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +14 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +270 -75
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +129 -101
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1700 -1563
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +149 -122
- package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +71 -4
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +75 -21
- package/node_modules/aws-sdk/apis/sesv2-2019-09-27.min.json +355 -139
- package/node_modules/aws-sdk/apis/sesv2-2019-09-27.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/textract-2018-06-27.min.json +47 -19
- package/node_modules/aws-sdk/clients/apprunner.d.ts +240 -3
- package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +70 -8
- package/node_modules/aws-sdk/clients/connect.d.ts +26 -2
- package/node_modules/aws-sdk/clients/ec2.d.ts +157 -0
- package/node_modules/aws-sdk/clients/iot.d.ts +44 -4
- package/node_modules/aws-sdk/clients/rds.d.ts +89 -21
- package/node_modules/aws-sdk/clients/sesv2.d.ts +259 -0
- package/node_modules/aws-sdk/clients/textract.d.ts +49 -11
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +12 -12
- package/node_modules/aws-sdk/dist/aws-sdk.js +2133 -1814
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +75 -75
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
|
@@ -1805,7 +1805,7 @@ declare namespace RDS {
|
|
|
1805
1805
|
*/
|
|
1806
1806
|
StorageType?: String;
|
|
1807
1807
|
/**
|
|
1808
|
-
* The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB instance in the Multi-AZ DB cluster. For information about valid
|
|
1808
|
+
* The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB instance in the Multi-AZ DB cluster. For information about valid IOPS values, see Amazon RDS Provisioned IOPS storage in the Amazon RDS User Guide. This setting is required to create a Multi-AZ DB cluster. Constraints: Must be a multiple between .5 and 50 of the storage amount for the DB cluster. Valid for: Multi-AZ DB clusters only
|
|
1809
1809
|
*/
|
|
1810
1810
|
Iops?: IntegerOptional;
|
|
1811
1811
|
/**
|
|
@@ -1897,7 +1897,7 @@ declare namespace RDS {
|
|
|
1897
1897
|
*/
|
|
1898
1898
|
DBInstanceIdentifier: String;
|
|
1899
1899
|
/**
|
|
1900
|
-
* The amount of storage in gibibytes (GiB) to allocate for the DB instance. Type: Integer Amazon Aurora Not applicable. 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): 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. MySQL Constraints to the amount of storage for each storage type are the following: General Purpose (SSD) storage (gp2): 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. MariaDB Constraints to the amount of storage for each storage type are the following: General Purpose (SSD) storage (gp2): 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. PostgreSQL Constraints to the amount of storage for each storage type are the following: General Purpose (SSD) storage (gp2): 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. Oracle Constraints to the amount of storage for each storage type are the following: General Purpose (SSD) storage (gp2): 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. SQL Server Constraints to the amount of storage for each storage type are the following: General Purpose (SSD) storage (gp2): 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.
|
|
1900
|
+
* The amount of storage in gibibytes (GiB) to allocate for the DB instance. Type: Integer Amazon Aurora Not applicable. 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. 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. 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. 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. 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. 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.
|
|
1901
1901
|
*/
|
|
1902
1902
|
AllocatedStorage?: IntegerOptional;
|
|
1903
1903
|
/**
|
|
@@ -1969,7 +1969,7 @@ declare namespace RDS {
|
|
|
1969
1969
|
*/
|
|
1970
1970
|
LicenseModel?: String;
|
|
1971
1971
|
/**
|
|
1972
|
-
* The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance. For information about valid
|
|
1972
|
+
* The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance. For information about valid IOPS values, see Amazon RDS DB instance storage in the Amazon RDS User Guide. Constraints: For MariaDB, MySQL, Oracle, and PostgreSQL DB instances, must be a multiple between .5 and 50 of the storage amount for the DB instance. For SQL Server DB instances, must be a multiple between 1 and 50 of the storage amount for the DB instance. Amazon Aurora Not applicable. Storage is managed by the DB cluster.
|
|
1973
1973
|
*/
|
|
1974
1974
|
Iops?: IntegerOptional;
|
|
1975
1975
|
/**
|
|
@@ -1997,7 +1997,7 @@ declare namespace RDS {
|
|
|
1997
1997
|
*/
|
|
1998
1998
|
DBClusterIdentifier?: String;
|
|
1999
1999
|
/**
|
|
2000
|
-
* Specifies the storage type to be associated with the DB instance. Valid values:
|
|
2000
|
+
* Specifies the storage type to be associated with the DB instance. Valid values: gp2 | gp3 | io1 | standard If you specify io1 or gp3, you must also include a value for the Iops parameter. Default: io1 if the Iops parameter is specified, otherwise gp2 Amazon Aurora Not applicable. Storage is managed by the DB cluster.
|
|
2001
2001
|
*/
|
|
2002
2002
|
StorageType?: String;
|
|
2003
2003
|
/**
|
|
@@ -2092,6 +2092,10 @@ declare namespace RDS {
|
|
|
2092
2092
|
* The network type of the DB instance. Valid values: IPV4 DUAL The network type is determined by the DBSubnetGroup specified for the DB instance. A DBSubnetGroup can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (DUAL). For more information, see Working with a DB instance in a VPC in the Amazon RDS User Guide.
|
|
2093
2093
|
*/
|
|
2094
2094
|
NetworkType?: String;
|
|
2095
|
+
/**
|
|
2096
|
+
* Specifies the storage throughput value for the DB instance. This setting doesn't apply to RDS Custom or Amazon Aurora.
|
|
2097
|
+
*/
|
|
2098
|
+
StorageThroughput?: IntegerOptional;
|
|
2095
2099
|
}
|
|
2096
2100
|
export interface CreateDBInstanceReadReplicaMessage {
|
|
2097
2101
|
/**
|
|
@@ -2148,7 +2152,7 @@ declare namespace RDS {
|
|
|
2148
2152
|
*/
|
|
2149
2153
|
VpcSecurityGroupIds?: VpcSecurityGroupIdList;
|
|
2150
2154
|
/**
|
|
2151
|
-
* Specifies the storage type to be associated with the read replica. Valid values:
|
|
2155
|
+
* Specifies the storage type to be associated with the read replica. Valid values: gp2 | gp3 | io1 | standard If you specify io1 or gp3, you must also include a value for the Iops parameter. Default: io1 if the Iops parameter is specified, otherwise gp2
|
|
2152
2156
|
*/
|
|
2153
2157
|
StorageType?: String;
|
|
2154
2158
|
/**
|
|
@@ -2227,6 +2231,10 @@ declare namespace RDS {
|
|
|
2227
2231
|
* The network type of the DB instance. Valid values: IPV4 DUAL The network type is determined by the DBSubnetGroup specified for read replica. A DBSubnetGroup can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (DUAL). For more information, see Working with a DB instance in a VPC in the Amazon RDS User Guide.
|
|
2228
2232
|
*/
|
|
2229
2233
|
NetworkType?: String;
|
|
2234
|
+
/**
|
|
2235
|
+
* Specifies the storage throughput value for the read replica. This setting doesn't apply to RDS Custom or Amazon Aurora.
|
|
2236
|
+
*/
|
|
2237
|
+
StorageThroughput?: IntegerOptional;
|
|
2230
2238
|
/**
|
|
2231
2239
|
* The ID of the region that contains the source for the read replica.
|
|
2232
2240
|
*/
|
|
@@ -3338,7 +3346,7 @@ declare namespace RDS {
|
|
|
3338
3346
|
*/
|
|
3339
3347
|
StatusInfos?: DBInstanceStatusInfoList;
|
|
3340
3348
|
/**
|
|
3341
|
-
* Specifies the storage type associated with DB instance.
|
|
3349
|
+
* Specifies the storage type associated with the DB instance.
|
|
3342
3350
|
*/
|
|
3343
3351
|
StorageType?: String;
|
|
3344
3352
|
/**
|
|
@@ -3498,6 +3506,10 @@ declare namespace RDS {
|
|
|
3498
3506
|
* The status of the policy state of the activity stream.
|
|
3499
3507
|
*/
|
|
3500
3508
|
ActivityStreamPolicyStatus?: ActivityStreamPolicyStatus;
|
|
3509
|
+
/**
|
|
3510
|
+
* Specifies the storage throughput for the DB instance.
|
|
3511
|
+
*/
|
|
3512
|
+
StorageThroughput?: IntegerOptional;
|
|
3501
3513
|
}
|
|
3502
3514
|
export interface DBInstanceAutomatedBackup {
|
|
3503
3515
|
/**
|
|
@@ -3537,7 +3549,7 @@ declare namespace RDS {
|
|
|
3537
3549
|
*/
|
|
3538
3550
|
AvailabilityZone?: String;
|
|
3539
3551
|
/**
|
|
3540
|
-
* Provides the VPC ID associated with the DB instance
|
|
3552
|
+
* Provides the VPC ID associated with the DB instance.
|
|
3541
3553
|
*/
|
|
3542
3554
|
VpcId?: String;
|
|
3543
3555
|
/**
|
|
@@ -3608,6 +3620,10 @@ declare namespace RDS {
|
|
|
3608
3620
|
* Specifies where automated backups are stored: Amazon Web Services Outposts or the Amazon Web Services Region.
|
|
3609
3621
|
*/
|
|
3610
3622
|
BackupTarget?: String;
|
|
3623
|
+
/**
|
|
3624
|
+
* Specifies the storage throughput for the automated backup.
|
|
3625
|
+
*/
|
|
3626
|
+
StorageThroughput?: IntegerOptional;
|
|
3611
3627
|
}
|
|
3612
3628
|
export type DBInstanceAutomatedBackupList = DBInstanceAutomatedBackup[];
|
|
3613
3629
|
export interface DBInstanceAutomatedBackupMessage {
|
|
@@ -4090,6 +4106,10 @@ declare namespace RDS {
|
|
|
4090
4106
|
* Specifies where manual snapshots are stored: Amazon Web Services Outposts or the Amazon Web Services Region.
|
|
4091
4107
|
*/
|
|
4092
4108
|
SnapshotTarget?: String;
|
|
4109
|
+
/**
|
|
4110
|
+
* Specifies the storage throughput for the DB snapshot.
|
|
4111
|
+
*/
|
|
4112
|
+
StorageThroughput?: IntegerOptional;
|
|
4093
4113
|
}
|
|
4094
4114
|
export interface DBSnapshotAttribute {
|
|
4095
4115
|
/**
|
|
@@ -4490,7 +4510,7 @@ declare namespace RDS {
|
|
|
4490
4510
|
}
|
|
4491
4511
|
export interface DescribeDBClustersMessage {
|
|
4492
4512
|
/**
|
|
4493
|
-
* The user-supplied DB cluster identifier. If this parameter is specified, information from only the specific DB cluster is returned. This parameter isn't case-sensitive. Constraints: If supplied, must match an existing DBClusterIdentifier.
|
|
4513
|
+
* The user-supplied DB cluster identifier or the Amazon Resource Name (ARN) of the DB cluster. If this parameter is specified, information from only the specific DB cluster is returned. This parameter isn't case-sensitive. Constraints: If supplied, must match an existing DBClusterIdentifier.
|
|
4494
4514
|
*/
|
|
4495
4515
|
DBClusterIdentifier?: String;
|
|
4496
4516
|
/**
|
|
@@ -4580,7 +4600,7 @@ declare namespace RDS {
|
|
|
4580
4600
|
}
|
|
4581
4601
|
export interface DescribeDBInstancesMessage {
|
|
4582
4602
|
/**
|
|
4583
|
-
* The user-supplied instance identifier. If this parameter is specified, information from only the specific DB instance is returned. This parameter isn't case-sensitive. Constraints: If supplied, must match the identifier of an existing DBInstance.
|
|
4603
|
+
* The user-supplied instance identifier or the Amazon Resource Name (ARN) of the DB instance. If this parameter is specified, information from only the specific DB instance is returned. This parameter isn't case-sensitive. Constraints: If supplied, must match the identifier of an existing DBInstance.
|
|
4584
4604
|
*/
|
|
4585
4605
|
DBInstanceIdentifier?: String;
|
|
4586
4606
|
/**
|
|
@@ -5950,7 +5970,7 @@ declare namespace RDS {
|
|
|
5950
5970
|
*/
|
|
5951
5971
|
StorageType?: String;
|
|
5952
5972
|
/**
|
|
5953
|
-
* The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB instance in the Multi-AZ DB cluster. For information about valid
|
|
5973
|
+
* The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB instance in the Multi-AZ DB cluster. For information about valid IOPS values, see Amazon RDS Provisioned IOPS storage in the Amazon RDS User Guide. Constraints: Must be a multiple between .5 and 50 of the storage amount for the DB cluster. Valid for: Multi-AZ DB clusters only
|
|
5954
5974
|
*/
|
|
5955
5975
|
Iops?: IntegerOptional;
|
|
5956
5976
|
/**
|
|
@@ -6099,7 +6119,7 @@ declare namespace RDS {
|
|
|
6099
6119
|
*/
|
|
6100
6120
|
NewDBInstanceIdentifier?: String;
|
|
6101
6121
|
/**
|
|
6102
|
-
* Specifies the storage type to be associated with the DB instance. If you specify Provisioned IOPS (io1), you must also include a value for the Iops parameter. If you choose to migrate your DB instance from using standard storage to using Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance is available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance are suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a read replica for the instance, and creating a DB snapshot of the instance. Valid values:
|
|
6122
|
+
* Specifies the storage type to be associated with the DB instance. If you specify Provisioned IOPS (io1), you must also include a value for the Iops parameter. If you choose to migrate your DB instance from using standard storage to using Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance is available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance are suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a read replica for the instance, and creating a DB snapshot of the instance. Valid values: gp2 | gp3 | io1 | standard Default: io1 if the Iops parameter is specified, otherwise gp2
|
|
6103
6123
|
*/
|
|
6104
6124
|
StorageType?: String;
|
|
6105
6125
|
/**
|
|
@@ -6210,6 +6230,10 @@ declare namespace RDS {
|
|
|
6210
6230
|
* The network type of the DB instance. Valid values: IPV4 DUAL The network type is determined by the DBSubnetGroup specified for the DB instance. A DBSubnetGroup can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (DUAL). For more information, see Working with a DB instance in a VPC in the Amazon RDS User Guide.
|
|
6211
6231
|
*/
|
|
6212
6232
|
NetworkType?: String;
|
|
6233
|
+
/**
|
|
6234
|
+
* Specifies the storage throughput value for the DB instance. This setting doesn't apply to RDS Custom or Amazon Aurora.
|
|
6235
|
+
*/
|
|
6236
|
+
StorageThroughput?: IntegerOptional;
|
|
6213
6237
|
}
|
|
6214
6238
|
export interface ModifyDBInstanceResult {
|
|
6215
6239
|
DBInstance?: DBInstance;
|
|
@@ -6840,6 +6864,26 @@ declare namespace RDS {
|
|
|
6840
6864
|
* The network types supported by the DB instance (IPV4 or DUAL). A DB instance can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (DUAL). For more information, see Working with a DB instance in a VPC in the Amazon RDS User Guide.
|
|
6841
6865
|
*/
|
|
6842
6866
|
SupportedNetworkTypes?: StringList;
|
|
6867
|
+
/**
|
|
6868
|
+
* Indicates whether a DB instance supports storage throughput.
|
|
6869
|
+
*/
|
|
6870
|
+
SupportsStorageThroughput?: Boolean;
|
|
6871
|
+
/**
|
|
6872
|
+
* Minimum storage throughput for a DB instance.
|
|
6873
|
+
*/
|
|
6874
|
+
MinStorageThroughputPerDbInstance?: IntegerOptional;
|
|
6875
|
+
/**
|
|
6876
|
+
* Maximum storage throughput for a DB instance.
|
|
6877
|
+
*/
|
|
6878
|
+
MaxStorageThroughputPerDbInstance?: IntegerOptional;
|
|
6879
|
+
/**
|
|
6880
|
+
* Minimum storage throughput to provisioned IOPS ratio for a DB instance.
|
|
6881
|
+
*/
|
|
6882
|
+
MinStorageThroughputPerIops?: DoubleOptional;
|
|
6883
|
+
/**
|
|
6884
|
+
* Maximum storage throughput to provisioned IOPS ratio for a DB instance.
|
|
6885
|
+
*/
|
|
6886
|
+
MaxStorageThroughputPerIops?: DoubleOptional;
|
|
6843
6887
|
}
|
|
6844
6888
|
export type OrderableDBInstanceOptionsList = OrderableDBInstanceOption[];
|
|
6845
6889
|
export interface OrderableDBInstanceOptionsMessage {
|
|
@@ -7023,6 +7067,10 @@ declare namespace RDS {
|
|
|
7023
7067
|
* The number of minutes to pause the automation. When the time period ends, RDS Custom resumes full automation. The minimum value is 60 (default). The maximum value is 1,440.
|
|
7024
7068
|
*/
|
|
7025
7069
|
ResumeFullAutomationModeTime?: TStamp;
|
|
7070
|
+
/**
|
|
7071
|
+
* The storage throughput of the DB instance.
|
|
7072
|
+
*/
|
|
7073
|
+
StorageThroughput?: IntegerOptional;
|
|
7026
7074
|
}
|
|
7027
7075
|
export interface ProcessorFeature {
|
|
7028
7076
|
/**
|
|
@@ -7617,7 +7665,7 @@ declare namespace RDS {
|
|
|
7617
7665
|
*/
|
|
7618
7666
|
StorageType?: String;
|
|
7619
7667
|
/**
|
|
7620
|
-
* The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB instance in the Multi-AZ DB cluster. For information about valid
|
|
7668
|
+
* The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB instance in the Multi-AZ DB cluster. For information about valid IOPS values, see Amazon RDS Provisioned IOPS storage in the Amazon RDS User Guide. Constraints: Must be a multiple between .5 and 50 of the storage amount for the DB instance. Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
|
7621
7669
|
*/
|
|
7622
7670
|
Iops?: IntegerOptional;
|
|
7623
7671
|
/**
|
|
@@ -7728,7 +7776,7 @@ declare namespace RDS {
|
|
|
7728
7776
|
*/
|
|
7729
7777
|
PubliclyAccessible?: BooleanOptional;
|
|
7730
7778
|
/**
|
|
7731
|
-
* The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB instance in the Multi-AZ DB cluster. For information about valid
|
|
7779
|
+
* The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB instance in the Multi-AZ DB cluster. For information about valid IOPS values, see Amazon RDS Provisioned IOPS storage in the Amazon RDS User Guide. Constraints: Must be a multiple between .5 and 50 of the storage amount for the DB instance. Valid for: Multi-AZ DB clusters only
|
|
7732
7780
|
*/
|
|
7733
7781
|
Iops?: IntegerOptional;
|
|
7734
7782
|
ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfiguration;
|
|
@@ -7790,7 +7838,7 @@ declare namespace RDS {
|
|
|
7790
7838
|
*/
|
|
7791
7839
|
Engine?: String;
|
|
7792
7840
|
/**
|
|
7793
|
-
* Specifies the amount of provisioned IOPS for the DB instance, expressed in I/O operations per second. If this parameter isn't specified, the IOPS value is taken from the backup. If this parameter is set to 0, the new instance is converted to a non-PIOPS instance. The conversion takes additional time, though your DB instance is available for connections before the conversion starts. The provisioned IOPS value must follow the requirements for your database engine. For more information, see Amazon RDS Provisioned IOPS
|
|
7841
|
+
* Specifies the amount of provisioned IOPS for the DB instance, expressed in I/O operations per second. If this parameter isn't specified, the IOPS value is taken from the backup. If this parameter is set to 0, the new instance is converted to a non-PIOPS instance. The conversion takes additional time, though your DB instance is available for connections before the conversion starts. The provisioned IOPS value must follow the requirements for your database engine. For more information, see Amazon RDS Provisioned IOPS storage in the Amazon RDS User Guide. Constraints: Must be an integer greater than 1000.
|
|
7794
7842
|
*/
|
|
7795
7843
|
Iops?: IntegerOptional;
|
|
7796
7844
|
/**
|
|
@@ -7799,7 +7847,7 @@ declare namespace RDS {
|
|
|
7799
7847
|
OptionGroupName?: String;
|
|
7800
7848
|
Tags?: TagList;
|
|
7801
7849
|
/**
|
|
7802
|
-
* Specifies the storage type to be associated with the DB instance. Valid values:
|
|
7850
|
+
* Specifies the storage type to be associated with the DB instance. Valid values: gp2 | gp3 | io1 | standard If you specify io1 or gp3, you must also include a value for the Iops parameter. Default: io1 if the Iops parameter is specified, otherwise gp2
|
|
7803
7851
|
*/
|
|
7804
7852
|
StorageType?: String;
|
|
7805
7853
|
/**
|
|
@@ -7866,6 +7914,10 @@ declare namespace RDS {
|
|
|
7866
7914
|
* The network type of the DB instance. Valid values: IPV4 DUAL The network type is determined by the DBSubnetGroup specified for the DB instance. A DBSubnetGroup can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (DUAL). For more information, see Working with a DB instance in a VPC in the Amazon RDS User Guide.
|
|
7867
7915
|
*/
|
|
7868
7916
|
NetworkType?: String;
|
|
7917
|
+
/**
|
|
7918
|
+
* Specifies the storage throughput value for the DB instance. This setting doesn't apply to RDS Custom or Amazon Aurora.
|
|
7919
|
+
*/
|
|
7920
|
+
StorageThroughput?: IntegerOptional;
|
|
7869
7921
|
}
|
|
7870
7922
|
export interface RestoreDBInstanceFromDBSnapshotResult {
|
|
7871
7923
|
DBInstance?: DBInstance;
|
|
@@ -7952,7 +8004,7 @@ declare namespace RDS {
|
|
|
7952
8004
|
*/
|
|
7953
8005
|
LicenseModel?: String;
|
|
7954
8006
|
/**
|
|
7955
|
-
* The amount of Provisioned IOPS (input/output operations per second) to allocate initially for the DB instance. For information about valid
|
|
8007
|
+
* The amount of Provisioned IOPS (input/output operations per second) to allocate initially for the DB instance. For information about valid IOPS values, see Amazon RDS Provisioned IOPS storage in the Amazon RDS User Guide.
|
|
7956
8008
|
*/
|
|
7957
8009
|
Iops?: IntegerOptional;
|
|
7958
8010
|
/**
|
|
@@ -7968,7 +8020,7 @@ declare namespace RDS {
|
|
|
7968
8020
|
*/
|
|
7969
8021
|
Tags?: TagList;
|
|
7970
8022
|
/**
|
|
7971
|
-
* Specifies the storage type to be associated with the DB instance. Valid values:
|
|
8023
|
+
* Specifies the storage type to be associated with the DB instance. Valid values: gp2 | gp3 | io1 | standard If you specify io1 or gp3, you must also include a value for the Iops parameter. Default: io1 if the Iops parameter is specified; otherwise gp2
|
|
7972
8024
|
*/
|
|
7973
8025
|
StorageType?: String;
|
|
7974
8026
|
/**
|
|
@@ -8051,6 +8103,10 @@ declare namespace RDS {
|
|
|
8051
8103
|
* The network type of the DB instance. Valid values: IPV4 DUAL The network type is determined by the DBSubnetGroup specified for the DB instance. A DBSubnetGroup can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (DUAL). For more information, see Working with a DB instance in a VPC in the Amazon RDS User Guide.
|
|
8052
8104
|
*/
|
|
8053
8105
|
NetworkType?: String;
|
|
8106
|
+
/**
|
|
8107
|
+
* Specifies the storage throughput value for the DB instance. This setting doesn't apply to RDS Custom or Amazon Aurora.
|
|
8108
|
+
*/
|
|
8109
|
+
StorageThroughput?: IntegerOptional;
|
|
8054
8110
|
}
|
|
8055
8111
|
export interface RestoreDBInstanceFromS3Result {
|
|
8056
8112
|
DBInstance?: DBInstance;
|
|
@@ -8126,7 +8182,7 @@ declare namespace RDS {
|
|
|
8126
8182
|
CopyTagsToSnapshot?: BooleanOptional;
|
|
8127
8183
|
Tags?: TagList;
|
|
8128
8184
|
/**
|
|
8129
|
-
* Specifies the storage type to be associated with the DB instance. Valid values:
|
|
8185
|
+
* Specifies the storage type to be associated with the DB instance. Valid values: gp2 | gp3 | io1 | standard If you specify io1 or gp3, you must also include a value for the Iops parameter. Default: io1 if the Iops parameter is specified, otherwise gp2
|
|
8130
8186
|
*/
|
|
8131
8187
|
StorageType?: String;
|
|
8132
8188
|
/**
|
|
@@ -8201,6 +8257,10 @@ declare namespace RDS {
|
|
|
8201
8257
|
* The network type of the DB instance. Valid values: IPV4 DUAL The network type is determined by the DBSubnetGroup specified for the DB instance. A DBSubnetGroup can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (DUAL). For more information, see Working with a DB instance in a VPC in the Amazon RDS User Guide.
|
|
8202
8258
|
*/
|
|
8203
8259
|
NetworkType?: String;
|
|
8260
|
+
/**
|
|
8261
|
+
* Specifies the storage throughput value for the DB instance. This setting doesn't apply to RDS Custom or Amazon Aurora.
|
|
8262
|
+
*/
|
|
8263
|
+
StorageThroughput?: IntegerOptional;
|
|
8204
8264
|
}
|
|
8205
8265
|
export interface RestoreDBInstanceToPointInTimeResult {
|
|
8206
8266
|
DBInstance?: DBInstance;
|
|
@@ -8686,15 +8746,15 @@ declare namespace RDS {
|
|
|
8686
8746
|
}
|
|
8687
8747
|
export interface ValidStorageOptions {
|
|
8688
8748
|
/**
|
|
8689
|
-
* The valid storage types for your DB instance. For example
|
|
8749
|
+
* The valid storage types for your DB instance. For example: gp2, gp3, io1.
|
|
8690
8750
|
*/
|
|
8691
8751
|
StorageType?: String;
|
|
8692
8752
|
/**
|
|
8693
|
-
* The valid range of storage in gibibytes (GiB). For example, 100 to
|
|
8753
|
+
* The valid range of storage in gibibytes (GiB). For example, 100 to 16,384.
|
|
8694
8754
|
*/
|
|
8695
8755
|
StorageSize?: RangeList;
|
|
8696
8756
|
/**
|
|
8697
|
-
* The valid range of provisioned IOPS. For example, 1000-
|
|
8757
|
+
* The valid range of provisioned IOPS. For example, 1000-256,000.
|
|
8698
8758
|
*/
|
|
8699
8759
|
ProvisionedIops?: RangeList;
|
|
8700
8760
|
/**
|
|
@@ -8705,6 +8765,14 @@ declare namespace RDS {
|
|
|
8705
8765
|
* Whether or not Amazon RDS can automatically scale storage for DB instances that use the new instance class.
|
|
8706
8766
|
*/
|
|
8707
8767
|
SupportsStorageAutoscaling?: Boolean;
|
|
8768
|
+
/**
|
|
8769
|
+
* The valid range of provisioned storage throughput. For example, 500-4,000 mebibytes per second (MiBps).
|
|
8770
|
+
*/
|
|
8771
|
+
ProvisionedStorageThroughput?: RangeList;
|
|
8772
|
+
/**
|
|
8773
|
+
* The valid range of storage throughput to provisioned IOPS ratios. For example, 0-0.25.
|
|
8774
|
+
*/
|
|
8775
|
+
StorageThroughputToIopsRatio?: DoubleRangeList;
|
|
8708
8776
|
}
|
|
8709
8777
|
export type ValidStorageOptionsList = ValidStorageOptions[];
|
|
8710
8778
|
export type ValidUpgradeTargetList = UpgradeTarget[];
|