aws-sdk 2.1623.0 → 2.1624.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/README.md +1 -1
- package/apis/bedrock-agent-2023-06-05.min.json +115 -90
- package/apis/bedrock-agent-runtime-2023-07-26.min.json +168 -43
- package/apis/controltower-2018-05-10.min.json +97 -4
- package/apis/controltower-2018-05-10.paginators.json +6 -0
- package/apis/osis-2022-01-01.min.json +70 -26
- package/apis/rds-2014-10-31.min.json +21 -9
- package/clients/bedrockagent.d.ts +38 -2
- package/clients/bedrockagentruntime.d.ts +173 -0
- package/clients/controltower.d.ts +158 -22
- package/clients/osis.d.ts +80 -5
- package/clients/rds.d.ts +54 -6
- package/clients/secretsmanager.d.ts +3 -3
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +7 -7
- package/dist/aws-sdk.js +24 -12
- package/dist/aws-sdk.min.js +33 -33
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/clients/rds.d.ts
CHANGED
@@ -2040,7 +2040,7 @@ declare namespace RDS {
|
|
2040
2040
|
}
|
2041
2041
|
export interface CreateDBClusterMessage {
|
2042
2042
|
/**
|
2043
|
-
* A list of Availability Zones (AZs) where DB instances in the DB cluster
|
2043
|
+
* A list of Availability Zones (AZs) where you specifically want to create DB instances in the DB cluster. For information on AZs, see Availability Zones in the Amazon Aurora User Guide. Valid for Cluster Type: Aurora DB clusters only Constraints: Can't specify more than three AZs.
|
2044
2044
|
*/
|
2045
2045
|
AvailabilityZones?: AvailabilityZones;
|
2046
2046
|
/**
|
@@ -2072,7 +2072,7 @@ declare namespace RDS {
|
|
2072
2072
|
*/
|
2073
2073
|
DBSubnetGroupName?: String;
|
2074
2074
|
/**
|
2075
|
-
* The database engine to use for this DB cluster. Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters Valid Values:
|
2075
|
+
* The database engine to use for this DB cluster. Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters Valid Values: aurora-mysql aurora-postgresql mysql postgres neptune - For information about using Amazon Neptune, see the Amazon Neptune User Guide .
|
2076
2076
|
*/
|
2077
2077
|
Engine: String;
|
2078
2078
|
/**
|
@@ -2248,6 +2248,10 @@ declare namespace RDS {
|
|
2248
2248
|
* The CA certificate identifier to use for the DB cluster's server certificate. For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide. Valid for Cluster Type: Multi-AZ DB clusters
|
2249
2249
|
*/
|
2250
2250
|
CACertificateIdentifier?: String;
|
2251
|
+
/**
|
2252
|
+
* The life cycle type for this DB cluster. By default, this value is set to open-source-rds-extended-support, which enrolls your DB cluster into Amazon RDS Extended Support. At the end of standard support, you can avoid charges for Extended Support by setting the value to open-source-rds-extended-support-disabled. In this case, creating the DB cluster will fail if the DB major version is past its end of standard support date. You can use this setting to enroll your DB cluster into Amazon RDS Extended Support. With RDS Extended Support, you can run the selected major engine version on your DB cluster past the end of standard support for that engine version. For more information, see the following sections: Amazon Aurora (PostgreSQL only) - Using Amazon RDS Extended Support in the Amazon Aurora User Guide Amazon RDS - Using Amazon RDS Extended Support in the Amazon RDS User Guide Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters Valid Values: open-source-rds-extended-support | open-source-rds-extended-support-disabled Default: open-source-rds-extended-support
|
2253
|
+
*/
|
2254
|
+
EngineLifecycleSupport?: String;
|
2251
2255
|
/**
|
2252
2256
|
* The ID of the region that contains the source for the read replica.
|
2253
2257
|
*/
|
@@ -2543,6 +2547,10 @@ declare namespace RDS {
|
|
2543
2547
|
* Specifies whether to use the multi-tenant configuration or the single-tenant configuration (default). This parameter only applies to RDS for Oracle container database (CDB) engines. Note the following restrictions: The DB engine that you specify in the request must support the multi-tenant configuration. If you attempt to enable the multi-tenant configuration on a DB engine that doesn't support it, the request fails. If you specify the multi-tenant configuration when you create your DB instance, you can't later modify this DB instance to use the single-tenant configuration.
|
2544
2548
|
*/
|
2545
2549
|
MultiTenant?: BooleanOptional;
|
2550
|
+
/**
|
2551
|
+
* The life cycle type for this DB instance. By default, this value is set to open-source-rds-extended-support, which enrolls your DB instance into Amazon RDS Extended Support. At the end of standard support, you can avoid charges for Extended Support by setting the value to open-source-rds-extended-support-disabled. In this case, creating the DB instance will fail if the DB major version is past its end of standard support date. This setting applies only to RDS for MySQL and RDS for PostgreSQL. For Amazon Aurora DB instances, the life cycle type is managed by the DB cluster. You can use this setting to enroll your DB instance into Amazon RDS Extended Support. With RDS Extended Support, you can run the selected major engine version on your DB instance past the end of standard support for that engine version. For more information, see Using Amazon RDS Extended Support in the Amazon RDS User Guide. Valid Values: open-source-rds-extended-support | open-source-rds-extended-support-disabled Default: open-source-rds-extended-support
|
2552
|
+
*/
|
2553
|
+
EngineLifecycleSupport?: String;
|
2546
2554
|
}
|
2547
2555
|
export interface CreateDBInstanceReadReplicaMessage {
|
2548
2556
|
/**
|
@@ -2915,7 +2923,7 @@ declare namespace RDS {
|
|
2915
2923
|
*/
|
2916
2924
|
SnsTopicArn: String;
|
2917
2925
|
/**
|
2918
|
-
* The type of source that is generating the events. For example, if you want to be notified of events generated by a DB instance, you set this parameter to db-instance. For RDS Proxy events, specify db-proxy. If this value isn't specified, all events are returned. Valid Values: db-instance | db-cluster | db-parameter-group | db-security-group | db-snapshot | db-cluster-snapshot | db-proxy
|
2926
|
+
* The type of source that is generating the events. For example, if you want to be notified of events generated by a DB instance, you set this parameter to db-instance. For RDS Proxy events, specify db-proxy. If this value isn't specified, all events are returned. Valid Values: db-instance | db-cluster | db-parameter-group | db-security-group | db-snapshot | db-cluster-snapshot | db-proxy | zero-etl | custom-engine-version | blue-green-deployment
|
2919
2927
|
*/
|
2920
2928
|
SourceType?: String;
|
2921
2929
|
/**
|
@@ -2952,6 +2960,10 @@ declare namespace RDS {
|
|
2952
2960
|
* The engine version to use for this global database cluster. Constraints: Can't be specified if SourceDBClusterIdentifier is specified. In this case, Amazon Aurora uses the engine version of the source DB cluster.
|
2953
2961
|
*/
|
2954
2962
|
EngineVersion?: String;
|
2963
|
+
/**
|
2964
|
+
* The life cycle type for this global database cluster. By default, this value is set to open-source-rds-extended-support, which enrolls your global cluster into Amazon RDS Extended Support. At the end of standard support, you can avoid charges for Extended Support by setting the value to open-source-rds-extended-support-disabled. In this case, creating the global cluster will fail if the DB major version is past its end of standard support date. This setting only applies to Aurora PostgreSQL-based global databases. You can use this setting to enroll your global cluster into Amazon RDS Extended Support. With RDS Extended Support, you can run the selected major engine version on your global cluster past the end of standard support for that engine version. For more information, see Using Amazon RDS Extended Support in the Amazon Aurora User Guide. Valid Values: open-source-rds-extended-support | open-source-rds-extended-support-disabled Default: open-source-rds-extended-support
|
2965
|
+
*/
|
2966
|
+
EngineLifecycleSupport?: String;
|
2955
2967
|
/**
|
2956
2968
|
* Specifies whether to enable deletion protection for the new global database cluster. The global database can't be deleted when deletion protection is enabled.
|
2957
2969
|
*/
|
@@ -3373,6 +3385,10 @@ declare namespace RDS {
|
|
3373
3385
|
*/
|
3374
3386
|
StorageThroughput?: IntegerOptional;
|
3375
3387
|
CertificateDetails?: CertificateDetails;
|
3388
|
+
/**
|
3389
|
+
* The life cycle type for the DB cluster. For more information, see CreateDBCluster.
|
3390
|
+
*/
|
3391
|
+
EngineLifecycleSupport?: String;
|
3376
3392
|
}
|
3377
3393
|
export interface DBClusterAutomatedBackup {
|
3378
3394
|
/**
|
@@ -4336,6 +4352,10 @@ declare namespace RDS {
|
|
4336
4352
|
* Specifies whether the DB instance is in the multi-tenant configuration (TRUE) or the single-tenant configuration (FALSE).
|
4337
4353
|
*/
|
4338
4354
|
MultiTenant?: BooleanOptional;
|
4355
|
+
/**
|
4356
|
+
* The life cycle type for the DB instance. For more information, see CreateDBInstance.
|
4357
|
+
*/
|
4358
|
+
EngineLifecycleSupport?: String;
|
4339
4359
|
}
|
4340
4360
|
export interface DBInstanceAutomatedBackup {
|
4341
4361
|
/**
|
@@ -7025,6 +7045,10 @@ declare namespace RDS {
|
|
7025
7045
|
* Indicates the database engine version.
|
7026
7046
|
*/
|
7027
7047
|
EngineVersion?: String;
|
7048
|
+
/**
|
7049
|
+
* The life cycle type for the global cluster. For more information, see CreateGlobalCluster.
|
7050
|
+
*/
|
7051
|
+
EngineLifecycleSupport?: String;
|
7028
7052
|
/**
|
7029
7053
|
* The default database name within the new global database cluster.
|
7030
7054
|
*/
|
@@ -8004,7 +8028,7 @@ declare namespace RDS {
|
|
8004
8028
|
*/
|
8005
8029
|
SnsTopicArn?: String;
|
8006
8030
|
/**
|
8007
|
-
* The type of source that is generating the events. For example, if you want to be notified of events generated by a DB instance, you would set this parameter to db-instance. For RDS Proxy events, specify db-proxy. If this value isn't specified, all events are returned. Valid Values: db-instance | db-cluster | db-parameter-group | db-security-group | db-snapshot | db-cluster-snapshot | db-proxy
|
8031
|
+
* The type of source that is generating the events. For example, if you want to be notified of events generated by a DB instance, you would set this parameter to db-instance. For RDS Proxy events, specify db-proxy. If this value isn't specified, all events are returned. Valid Values: db-instance | db-cluster | db-parameter-group | db-security-group | db-snapshot | db-cluster-snapshot | db-proxy | zero-etl | custom-engine-version | blue-green-deployment
|
8008
8032
|
*/
|
8009
8033
|
SourceType?: String;
|
8010
8034
|
/**
|
@@ -8627,7 +8651,7 @@ declare namespace RDS {
|
|
8627
8651
|
}
|
8628
8652
|
export interface PendingMaintenanceAction {
|
8629
8653
|
/**
|
8630
|
-
* The type of pending maintenance action that is available for the resource.
|
8654
|
+
* The type of pending maintenance action that is available for the resource. For more information about maintenance actions, see Maintaining a DB instance. Valid Values: system-update | db-upgrade | hardware-maintenance | ca-certificate-rotation
|
8631
8655
|
*/
|
8632
8656
|
Action?: String;
|
8633
8657
|
/**
|
@@ -9382,6 +9406,10 @@ declare namespace RDS {
|
|
9382
9406
|
* Specifies the storage type to be associated with the DB cluster. Valid Values: aurora, aurora-iopt1 Default: aurora Valid for: Aurora DB clusters only
|
9383
9407
|
*/
|
9384
9408
|
StorageType?: String;
|
9409
|
+
/**
|
9410
|
+
* The life cycle type for this DB cluster. By default, this value is set to open-source-rds-extended-support, which enrolls your DB cluster into Amazon RDS Extended Support. At the end of standard support, you can avoid charges for Extended Support by setting the value to open-source-rds-extended-support-disabled. In this case, RDS automatically upgrades your restored DB cluster to a higher engine version, if the major engine version is past its end of standard support date. You can use this setting to enroll your DB cluster into Amazon RDS Extended Support. With RDS Extended Support, you can run the selected major engine version on your DB cluster past the end of standard support for that engine version. For more information, see the following sections: Amazon Aurora (PostgreSQL only) - Using Amazon RDS Extended Support in the Amazon Aurora User Guide Amazon RDS - Using Amazon RDS Extended Support in the Amazon RDS User Guide Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters Valid Values: open-source-rds-extended-support | open-source-rds-extended-support-disabled Default: open-source-rds-extended-support
|
9411
|
+
*/
|
9412
|
+
EngineLifecycleSupport?: String;
|
9385
9413
|
}
|
9386
9414
|
export interface RestoreDBClusterFromS3Result {
|
9387
9415
|
DBCluster?: DBCluster;
|
@@ -9500,6 +9528,10 @@ declare namespace RDS {
|
|
9500
9528
|
* Reserved for future use.
|
9501
9529
|
*/
|
9502
9530
|
RdsCustomClusterConfiguration?: RdsCustomClusterConfiguration;
|
9531
|
+
/**
|
9532
|
+
* The life cycle type for this DB cluster. By default, this value is set to open-source-rds-extended-support, which enrolls your DB cluster into Amazon RDS Extended Support. At the end of standard support, you can avoid charges for Extended Support by setting the value to open-source-rds-extended-support-disabled. In this case, RDS automatically upgrades your restored DB cluster to a higher engine version, if the major engine version is past its end of standard support date. You can use this setting to enroll your DB cluster into Amazon RDS Extended Support. With RDS Extended Support, you can run the selected major engine version on your DB cluster past the end of standard support for that engine version. For more information, see the following sections: Amazon Aurora (PostgreSQL only) - Using Amazon RDS Extended Support in the Amazon Aurora User Guide Amazon RDS - Using Amazon RDS Extended Support in the Amazon RDS User Guide Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters Valid Values: open-source-rds-extended-support | open-source-rds-extended-support-disabled Default: open-source-rds-extended-support
|
9533
|
+
*/
|
9534
|
+
EngineLifecycleSupport?: String;
|
9503
9535
|
}
|
9504
9536
|
export interface RestoreDBClusterFromSnapshotResult {
|
9505
9537
|
DBCluster?: DBCluster;
|
@@ -9615,6 +9647,10 @@ declare namespace RDS {
|
|
9615
9647
|
* Reserved for future use.
|
9616
9648
|
*/
|
9617
9649
|
RdsCustomClusterConfiguration?: RdsCustomClusterConfiguration;
|
9650
|
+
/**
|
9651
|
+
* The life cycle type for this DB cluster. By default, this value is set to open-source-rds-extended-support, which enrolls your DB cluster into Amazon RDS Extended Support. At the end of standard support, you can avoid charges for Extended Support by setting the value to open-source-rds-extended-support-disabled. In this case, RDS automatically upgrades your restored DB cluster to a higher engine version, if the major engine version is past its end of standard support date. You can use this setting to enroll your DB cluster into Amazon RDS Extended Support. With RDS Extended Support, you can run the selected major engine version on your DB cluster past the end of standard support for that engine version. For more information, see the following sections: Amazon Aurora (PostgreSQL only) - Using Amazon RDS Extended Support in the Amazon Aurora User Guide Amazon RDS - Using Amazon RDS Extended Support in the Amazon RDS User Guide Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters Valid Values: open-source-rds-extended-support | open-source-rds-extended-support-disabled Default: open-source-rds-extended-support
|
9652
|
+
*/
|
9653
|
+
EngineLifecycleSupport?: String;
|
9618
9654
|
}
|
9619
9655
|
export interface RestoreDBClusterToPointInTimeResult {
|
9620
9656
|
DBCluster?: DBCluster;
|
@@ -9781,6 +9817,10 @@ declare namespace RDS {
|
|
9781
9817
|
* The CA certificate identifier to use for the DB instance's server certificate. This setting doesn't apply to RDS Custom DB instances. For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora User Guide.
|
9782
9818
|
*/
|
9783
9819
|
CACertificateIdentifier?: String;
|
9820
|
+
/**
|
9821
|
+
* The life cycle type for this DB instance. By default, this value is set to open-source-rds-extended-support, which enrolls your DB instance into Amazon RDS Extended Support. At the end of standard support, you can avoid charges for Extended Support by setting the value to open-source-rds-extended-support-disabled. In this case, RDS automatically upgrades your restored DB instance to a higher engine version, if the major engine version is past its end of standard support date. You can use this setting to enroll your DB instance into Amazon RDS Extended Support. With RDS Extended Support, you can run the selected major engine version on your DB instance past the end of standard support for that engine version. For more information, see Using Amazon RDS Extended Support in the Amazon RDS User Guide. This setting applies only to RDS for MySQL and RDS for PostgreSQL. For Amazon Aurora DB instances, the life cycle type is managed by the DB cluster. Valid Values: open-source-rds-extended-support | open-source-rds-extended-support-disabled Default: open-source-rds-extended-support
|
9822
|
+
*/
|
9823
|
+
EngineLifecycleSupport?: String;
|
9784
9824
|
}
|
9785
9825
|
export interface RestoreDBInstanceFromDBSnapshotResult {
|
9786
9826
|
DBInstance?: DBInstance;
|
@@ -9986,6 +10026,10 @@ declare namespace RDS {
|
|
9986
10026
|
* The CA certificate identifier to use for the DB instance's server certificate. This setting doesn't apply to RDS Custom DB instances. For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora User Guide.
|
9987
10027
|
*/
|
9988
10028
|
CACertificateIdentifier?: String;
|
10029
|
+
/**
|
10030
|
+
* The life cycle type for this DB instance. By default, this value is set to open-source-rds-extended-support, which enrolls your DB instance into Amazon RDS Extended Support. At the end of standard support, you can avoid charges for Extended Support by setting the value to open-source-rds-extended-support-disabled. In this case, RDS automatically upgrades your restored DB instance to a higher engine version, if the major engine version is past its end of standard support date. You can use this setting to enroll your DB instance into Amazon RDS Extended Support. With RDS Extended Support, you can run the selected major engine version on your DB instance past the end of standard support for that engine version. For more information, see Using Amazon RDS Extended Support in the Amazon RDS User Guide. This setting applies only to RDS for MySQL and RDS for PostgreSQL. For Amazon Aurora DB instances, the life cycle type is managed by the DB cluster. Valid Values: open-source-rds-extended-support | open-source-rds-extended-support-disabled Default: open-source-rds-extended-support
|
10031
|
+
*/
|
10032
|
+
EngineLifecycleSupport?: String;
|
9989
10033
|
}
|
9990
10034
|
export interface RestoreDBInstanceFromS3Result {
|
9991
10035
|
DBInstance?: DBInstance;
|
@@ -10168,6 +10212,10 @@ declare namespace RDS {
|
|
10168
10212
|
* The CA certificate identifier to use for the DB instance's server certificate. This setting doesn't apply to RDS Custom DB instances. For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora User Guide.
|
10169
10213
|
*/
|
10170
10214
|
CACertificateIdentifier?: String;
|
10215
|
+
/**
|
10216
|
+
* The life cycle type for this DB instance. By default, this value is set to open-source-rds-extended-support, which enrolls your DB instance into Amazon RDS Extended Support. At the end of standard support, you can avoid charges for Extended Support by setting the value to open-source-rds-extended-support-disabled. In this case, RDS automatically upgrades your restored DB instance to a higher engine version, if the major engine version is past its end of standard support date. You can use this setting to enroll your DB instance into Amazon RDS Extended Support. With RDS Extended Support, you can run the selected major engine version on your DB instance past the end of standard support for that engine version. For more information, see Using Amazon RDS Extended Support in the Amazon RDS User Guide. This setting applies only to RDS for MySQL and RDS for PostgreSQL. For Amazon Aurora DB instances, the life cycle type is managed by the DB cluster. Valid Values: open-source-rds-extended-support | open-source-rds-extended-support-disabled Default: open-source-rds-extended-support
|
10217
|
+
*/
|
10218
|
+
EngineLifecycleSupport?: String;
|
10171
10219
|
}
|
10172
10220
|
export interface RestoreDBInstanceToPointInTimeResult {
|
10173
10221
|
DBInstance?: DBInstance;
|
@@ -10698,7 +10746,7 @@ declare namespace RDS {
|
|
10698
10746
|
*/
|
10699
10747
|
Description?: String;
|
10700
10748
|
/**
|
10701
|
-
* Indicates whether the target version is applied to any source DB instances that have AutoMinorVersionUpgrade set to true.
|
10749
|
+
* Indicates whether the target version is applied to any source DB instances that have AutoMinorVersionUpgrade set to true. This parameter is dynamic, and is set by RDS.
|
10702
10750
|
*/
|
10703
10751
|
AutoUpgrade?: Boolean;
|
10704
10752
|
/**
|
@@ -395,7 +395,7 @@ declare namespace SecretsManager {
|
|
395
395
|
*/
|
396
396
|
KmsKeyId?: KmsKeyIdType;
|
397
397
|
/**
|
398
|
-
* Specifies whether automatic rotation is turned on for this secret.
|
398
|
+
* Specifies whether automatic rotation is turned on for this secret. To turn on rotation, use RotateSecret. To turn off rotation, use CancelRotateSecret.
|
399
399
|
*/
|
400
400
|
RotationEnabled?: RotationEnabledType;
|
401
401
|
/**
|
@@ -536,7 +536,7 @@ declare namespace SecretsManager {
|
|
536
536
|
}
|
537
537
|
export interface GetSecretValueRequest {
|
538
538
|
/**
|
539
|
-
* The ARN or name of the secret to retrieve.
|
539
|
+
* The ARN or name of the secret to retrieve. For an ARN, we recommend that you specify a complete ARN rather than a partial ARN. See Finding a secret from a partial ARN.
|
540
540
|
*/
|
541
541
|
SecretId: SecretIdType;
|
542
542
|
/**
|
@@ -1130,7 +1130,7 @@ declare namespace SecretsManager {
|
|
1130
1130
|
}
|
1131
1131
|
export interface ValidateResourcePolicyRequest {
|
1132
1132
|
/**
|
1133
|
-
*
|
1133
|
+
* This field is reserved for internal use.
|
1134
1134
|
*/
|
1135
1135
|
SecretId?: SecretIdType;
|
1136
1136
|
/**
|