aws-sdk 2.950.0 → 2.954.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.
- package/CHANGELOG.md +25 -1
- package/README.md +1 -1
- package/apis/codebuild-2016-10-06.min.json +134 -131
- package/apis/databrew-2017-07-25.min.json +177 -61
- package/apis/ec2-2016-11-15.min.json +1298 -982
- package/apis/elasticmapreduce-2009-03-31.min.json +84 -28
- package/apis/elasticmapreduce-2009-03-31.paginators.json +5 -0
- package/apis/kendra-2019-02-03.min.json +59 -35
- package/apis/medialive-2017-10-14.min.json +221 -201
- package/apis/monitoring-2010-08-01.min.json +23 -22
- package/apis/personalize-2018-05-22.min.json +1 -2
- package/apis/qldb-2019-01-02.min.json +51 -28
- package/apis/rds-2014-10-31.min.json +3 -0
- package/apis/s3control-2018-08-20.min.json +64 -55
- package/apis/s3outposts-2017-07-25.min.json +9 -2
- package/apis/securityhub-2018-10-26.min.json +409 -207
- package/apis/synthetics-2017-10-11.min.json +40 -3
- package/apis/textract-2018-06-27.min.json +144 -46
- package/clients/cloudwatch.d.ts +19 -14
- package/clients/codebuild.d.ts +130 -126
- package/clients/databrew.d.ts +123 -8
- package/clients/ec2.d.ts +424 -109
- package/clients/elbv2.d.ts +1 -1
- package/clients/emr.d.ts +146 -56
- package/clients/iam.d.ts +4 -4
- package/clients/identitystore.d.ts +15 -15
- package/clients/imagebuilder.d.ts +1 -1
- package/clients/kendra.d.ts +39 -8
- package/clients/lambda.d.ts +14 -14
- package/clients/medialive.d.ts +16 -0
- package/clients/personalize.d.ts +15 -15
- package/clients/proton.d.ts +54 -54
- package/clients/qldb.d.ts +51 -15
- package/clients/rds.d.ts +8 -4
- package/clients/s3control.d.ts +100 -78
- package/clients/s3outposts.d.ts +44 -13
- package/clients/securityhub.d.ts +473 -143
- package/clients/synthetics.d.ts +27 -10
- package/clients/textract.d.ts +92 -1
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +17 -17
- package/dist/aws-sdk.js +1551 -1168
- package/dist/aws-sdk.min.js +76 -76
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/clients/rds.d.ts
CHANGED
|
@@ -3790,7 +3790,7 @@ declare namespace RDS {
|
|
|
3790
3790
|
*/
|
|
3791
3791
|
DBInstanceIdentifier?: String;
|
|
3792
3792
|
/**
|
|
3793
|
-
* Specifies when the snapshot was taken in Coordinated Universal Time (UTC).
|
|
3793
|
+
* Specifies when the snapshot was taken in Coordinated Universal Time (UTC). Changes for the copy when the snapshot is copied.
|
|
3794
3794
|
*/
|
|
3795
3795
|
SnapshotCreateTime?: TStamp;
|
|
3796
3796
|
/**
|
|
@@ -3854,7 +3854,7 @@ declare namespace RDS {
|
|
|
3854
3854
|
*/
|
|
3855
3855
|
SourceRegion?: String;
|
|
3856
3856
|
/**
|
|
3857
|
-
* The DB snapshot Amazon Resource Name (ARN) that the DB snapshot was copied from. It only has value in case of cross-
|
|
3857
|
+
* The DB snapshot Amazon Resource Name (ARN) that the DB snapshot was copied from. It only has a value in the case of a cross-account or cross-Region copy.
|
|
3858
3858
|
*/
|
|
3859
3859
|
SourceDBSnapshotIdentifier?: String;
|
|
3860
3860
|
/**
|
|
@@ -3894,6 +3894,10 @@ declare namespace RDS {
|
|
|
3894
3894
|
*/
|
|
3895
3895
|
DbiResourceId?: String;
|
|
3896
3896
|
TagList?: TagList;
|
|
3897
|
+
/**
|
|
3898
|
+
* Specifies the time of the CreateDBSnapshot operation in Coordinated Universal Time (UTC). Doesn't change when the snapshot is copied.
|
|
3899
|
+
*/
|
|
3900
|
+
OriginalSnapshotCreateTime?: TStamp;
|
|
3897
3901
|
}
|
|
3898
3902
|
export interface DBSnapshotAttribute {
|
|
3899
3903
|
/**
|
|
@@ -4317,7 +4321,7 @@ declare namespace RDS {
|
|
|
4317
4321
|
*/
|
|
4318
4322
|
DBClusterIdentifier?: String;
|
|
4319
4323
|
/**
|
|
4320
|
-
* A filter that specifies one or more DB clusters to describe. Supported filters: db-cluster-id - Accepts DB cluster identifiers and DB cluster Amazon Resource Names (ARNs). The results list will only include information about the DB clusters identified by these ARNs.
|
|
4324
|
+
* A filter that specifies one or more DB clusters to describe. Supported filters: clone-group-id - Accepts clone group identifiers. The results list will only include information about the DB clusters associated with these clone groups. db-cluster-id - Accepts DB cluster identifiers and DB cluster Amazon Resource Names (ARNs). The results list will only include information about the DB clusters identified by these ARNs. domain - Accepts Active Directory directory IDs. The results list will only include information about the DB clusters associated with these domains. engine - Accepts engine names. The results list will only include information about the DB clusters for these engines.
|
|
4321
4325
|
*/
|
|
4322
4326
|
Filters?: FilterList;
|
|
4323
4327
|
/**
|
|
@@ -4857,7 +4861,7 @@ declare namespace RDS {
|
|
|
4857
4861
|
*/
|
|
4858
4862
|
GlobalClusterIdentifier?: String;
|
|
4859
4863
|
/**
|
|
4860
|
-
*
|
|
4864
|
+
* This parameter isn't currently supported.
|
|
4861
4865
|
*/
|
|
4862
4866
|
Filters?: FilterList;
|
|
4863
4867
|
/**
|