aws-sdk 2.1345.0 → 2.1346.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 +5 -1
- package/README.md +1 -1
- package/apis/rds-2014-10-31.min.json +4 -3
- package/clients/opensearchserverless.d.ts +6 -6
- package/clients/rds.d.ts +25 -17
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +2 -2
- package/dist/aws-sdk.js +7 -6
- package/dist/aws-sdk.min.js +29 -29
- package/lib/core.js +1 -1
- package/package.json +1 -1
    
        package/CHANGELOG.md
    CHANGED
    
    | @@ -1,7 +1,11 @@ | |
| 1 1 | 
             
            # Changelog for AWS SDK for JavaScript
         | 
| 2 | 
            -
            <!--LATEST=2. | 
| 2 | 
            +
            <!--LATEST=2.1346.0-->
         | 
| 3 3 | 
             
            <!--ENTRYINSERT-->
         | 
| 4 4 |  | 
| 5 | 
            +
            ## 2.1346.0
         | 
| 6 | 
            +
            * feature: OpenSearchServerless: This release includes two new exception types "ServiceQuotaExceededException" and "OcuLimitExceededException".
         | 
| 7 | 
            +
            * feature: RDS: Add support for creating a read replica DB instance from a Multi-AZ DB cluster.
         | 
| 8 | 
            +
             | 
| 5 9 | 
             
            ## 2.1345.0
         | 
| 6 10 | 
             
            * feature: IotData: Add endpoint ruleset support for cn-north-1.
         | 
| 7 11 | 
             
            * feature: SSMContacts: This release adds 12 new APIs as part of Oncall Schedule feature release, adds support for a new contact type: ONCALL_SCHEDULE. Check public documentation for AWS ssm-contacts for more information
         | 
    
        package/README.md
    CHANGED
    
    | @@ -70,7 +70,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true; | |
| 70 70 | 
             
            To use the SDK in the browser, simply add the following script tag to your
         | 
| 71 71 | 
             
            HTML pages:
         | 
| 72 72 |  | 
| 73 | 
            -
                <script src="https://sdk.amazonaws.com/js/aws-sdk-2. | 
| 73 | 
            +
                <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1346.0.min.js"></script>
         | 
| 74 74 |  | 
| 75 75 | 
             
            You can also build a custom browser SDK with your specified set of AWS services.
         | 
| 76 76 | 
             
            This can allow you to reduce the SDK's size, specify different API versions of
         | 
| @@ -692,8 +692,7 @@ | |
| 692 692 | 
             
                  "input": {
         | 
| 693 693 | 
             
                    "type": "structure",
         | 
| 694 694 | 
             
                    "required": [
         | 
| 695 | 
            -
                      "DBInstanceIdentifier" | 
| 696 | 
            -
                      "SourceDBInstanceIdentifier"
         | 
| 695 | 
            +
                      "DBInstanceIdentifier"
         | 
| 697 696 | 
             
                    ],
         | 
| 698 697 | 
             
                    "members": {
         | 
| 699 698 | 
             
                      "DBInstanceIdentifier": {},
         | 
| @@ -773,6 +772,7 @@ | |
| 773 772 | 
             
                      "AllocatedStorage": {
         | 
| 774 773 | 
             
                        "type": "integer"
         | 
| 775 774 | 
             
                      },
         | 
| 775 | 
            +
                      "SourceDBClusterIdentifier": {},
         | 
| 776 776 | 
             
                      "SourceRegion": {}
         | 
| 777 777 | 
             
                    }
         | 
| 778 778 | 
             
                  },
         | 
| @@ -5909,7 +5909,8 @@ | |
| 5909 5909 | 
             
                          "type": "timestamp"
         | 
| 5910 5910 | 
             
                        }
         | 
| 5911 5911 | 
             
                      }
         | 
| 5912 | 
            -
                    }
         | 
| 5912 | 
            +
                    },
         | 
| 5913 | 
            +
                    "ReadReplicaSourceDBClusterIdentifier": {}
         | 
| 5913 5914 | 
             
                  },
         | 
| 5914 5915 | 
             
                  "wrapper": true
         | 
| 5915 5916 | 
             
                },
         | 
| @@ -220,11 +220,11 @@ declare class OpenSearchServerless extends Service { | |
| 220 220 | 
             
               */
         | 
| 221 221 | 
             
              updateAccessPolicy(callback?: (err: AWSError, data: OpenSearchServerless.Types.UpdateAccessPolicyResponse) => void): Request<OpenSearchServerless.Types.UpdateAccessPolicyResponse, AWSError>;
         | 
| 222 222 | 
             
              /**
         | 
| 223 | 
            -
               * Update the OpenSearch Serverless settings for the current Amazon Web Services account. For more information, see  | 
| 223 | 
            +
               * Update the OpenSearch Serverless settings for the current Amazon Web Services account. For more information, see Managing capacity limits for Amazon OpenSearch Serverless.
         | 
| 224 224 | 
             
               */
         | 
| 225 225 | 
             
              updateAccountSettings(params: OpenSearchServerless.Types.UpdateAccountSettingsRequest, callback?: (err: AWSError, data: OpenSearchServerless.Types.UpdateAccountSettingsResponse) => void): Request<OpenSearchServerless.Types.UpdateAccountSettingsResponse, AWSError>;
         | 
| 226 226 | 
             
              /**
         | 
| 227 | 
            -
               * Update the OpenSearch Serverless settings for the current Amazon Web Services account. For more information, see  | 
| 227 | 
            +
               * Update the OpenSearch Serverless settings for the current Amazon Web Services account. For more information, see Managing capacity limits for Amazon OpenSearch Serverless.
         | 
| 228 228 | 
             
               */
         | 
| 229 229 | 
             
              updateAccountSettings(callback?: (err: AWSError, data: OpenSearchServerless.Types.UpdateAccountSettingsResponse) => void): Request<OpenSearchServerless.Types.UpdateAccountSettingsResponse, AWSError>;
         | 
| 230 230 | 
             
              /**
         | 
| @@ -588,7 +588,7 @@ declare namespace OpenSearchServerless { | |
| 588 588 | 
             
                 */
         | 
| 589 589 | 
             
                name: ConfigName;
         | 
| 590 590 | 
             
                /**
         | 
| 591 | 
            -
                 * Describes SAML options in in the form of a key-value map.
         | 
| 591 | 
            +
                 * Describes SAML options in in the form of a key-value map. This field is required if you specify saml for the type parameter.
         | 
| 592 592 | 
             
                 */
         | 
| 593 593 | 
             
                samlOptions?: SamlConfigOptions;
         | 
| 594 594 | 
             
                /**
         | 
| @@ -861,7 +861,7 @@ declare namespace OpenSearchServerless { | |
| 861 861 | 
             
                 */
         | 
| 862 862 | 
             
                nextToken?: String;
         | 
| 863 863 | 
             
                /**
         | 
| 864 | 
            -
                 * Resource filters (can be  | 
| 864 | 
            +
                 * Resource filters (can be collections or indexes) that policies can apply to.
         | 
| 865 865 | 
             
                 */
         | 
| 866 866 | 
             
                resource?: ListAccessPoliciesRequestResourceList;
         | 
| 867 867 | 
             
                /**
         | 
| @@ -1014,7 +1014,7 @@ declare namespace OpenSearchServerless { | |
| 1014 1014 | 
             
                 */
         | 
| 1015 1015 | 
             
                metadata: samlMetadata;
         | 
| 1016 1016 | 
             
                /**
         | 
| 1017 | 
            -
                 * The session timeout, in minutes.  | 
| 1017 | 
            +
                 * The session timeout, in minutes. Default is 60 minutes (12 hours).
         | 
| 1018 1018 | 
             
                 */
         | 
| 1019 1019 | 
             
                sessionTimeout?: SamlConfigOptionsSessionTimeoutInteger;
         | 
| 1020 1020 | 
             
                /**
         | 
| @@ -1440,7 +1440,7 @@ declare namespace OpenSearchServerless { | |
| 1440 1440 | 
             
                 */
         | 
| 1441 1441 | 
             
                subnetIds?: SubnetIds;
         | 
| 1442 1442 | 
             
                /**
         | 
| 1443 | 
            -
                 * The ID of the VPC from which you access OpenSearch Serverless
         | 
| 1443 | 
            +
                 * The ID of the VPC from which you access OpenSearch Serverless.
         | 
| 1444 1444 | 
             
                 */
         | 
| 1445 1445 | 
             
                vpcId?: VpcId;
         | 
| 1446 1446 | 
             
              }
         | 
    
        package/clients/rds.d.ts
    CHANGED
    
    | @@ -134,11 +134,11 @@ declare class RDS extends Service { | |
| 134 134 | 
             
               */
         | 
| 135 135 | 
             
              createCustomDBEngineVersion(callback?: (err: AWSError, data: RDS.Types.DBEngineVersion) => void): Request<RDS.Types.DBEngineVersion, AWSError>;
         | 
| 136 136 | 
             
              /**
         | 
| 137 | 
            -
               * Creates a new Amazon Aurora DB cluster or Multi-AZ DB cluster. If you create an Aurora DB cluster, the request creates an empty cluster. You must explicitly create the writer instance for your DB cluster using the CreateDBInstance operation. If you create a Multi-AZ DB cluster, the request creates a writer and two reader DB instances for you, each in a different Availability Zone. You can use the ReplicationSourceIdentifier parameter to create an Amazon Aurora DB cluster as a read replica of another DB cluster or Amazon RDS MySQL or PostgreSQL DB instance. For more information about Amazon Aurora, see What is Amazon Aurora? in the Amazon Aurora User Guide. You can also use the ReplicationSourceIdentifier parameter to create a Multi-AZ DB cluster read replica with an RDS for PostgreSQL DB instance as the source. For more information about Multi-AZ DB clusters, see Multi-AZ DB cluster deployments in the Amazon RDS User Guide.
         | 
| 137 | 
            +
               * Creates a new Amazon Aurora DB cluster or Multi-AZ DB cluster. If you create an Aurora DB cluster, the request creates an empty cluster. You must explicitly create the writer instance for your DB cluster using the CreateDBInstance operation. If you create a Multi-AZ DB cluster, the request creates a writer and two reader DB instances for you, each in a different Availability Zone. You can use the ReplicationSourceIdentifier parameter to create an Amazon Aurora DB cluster as a read replica of another DB cluster or Amazon RDS for MySQL or PostgreSQL DB instance. For more information about Amazon Aurora, see What is Amazon Aurora? in the Amazon Aurora User Guide. You can also use the ReplicationSourceIdentifier parameter to create a Multi-AZ DB cluster read replica with an RDS for MySQL or PostgreSQL DB instance as the source. For more information about Multi-AZ DB clusters, see Multi-AZ DB cluster deployments in the Amazon RDS User Guide.
         | 
| 138 138 | 
             
               */
         | 
| 139 139 | 
             
              createDBCluster(params: RDS.Types.CreateDBClusterMessage, callback?: (err: AWSError, data: RDS.Types.CreateDBClusterResult) => void): Request<RDS.Types.CreateDBClusterResult, AWSError>;
         | 
| 140 140 | 
             
              /**
         | 
| 141 | 
            -
               * Creates a new Amazon Aurora DB cluster or Multi-AZ DB cluster. If you create an Aurora DB cluster, the request creates an empty cluster. You must explicitly create the writer instance for your DB cluster using the CreateDBInstance operation. If you create a Multi-AZ DB cluster, the request creates a writer and two reader DB instances for you, each in a different Availability Zone. You can use the ReplicationSourceIdentifier parameter to create an Amazon Aurora DB cluster as a read replica of another DB cluster or Amazon RDS MySQL or PostgreSQL DB instance. For more information about Amazon Aurora, see What is Amazon Aurora? in the Amazon Aurora User Guide. You can also use the ReplicationSourceIdentifier parameter to create a Multi-AZ DB cluster read replica with an RDS for PostgreSQL DB instance as the source. For more information about Multi-AZ DB clusters, see Multi-AZ DB cluster deployments in the Amazon RDS User Guide.
         | 
| 141 | 
            +
               * Creates a new Amazon Aurora DB cluster or Multi-AZ DB cluster. If you create an Aurora DB cluster, the request creates an empty cluster. You must explicitly create the writer instance for your DB cluster using the CreateDBInstance operation. If you create a Multi-AZ DB cluster, the request creates a writer and two reader DB instances for you, each in a different Availability Zone. You can use the ReplicationSourceIdentifier parameter to create an Amazon Aurora DB cluster as a read replica of another DB cluster or Amazon RDS for MySQL or PostgreSQL DB instance. For more information about Amazon Aurora, see What is Amazon Aurora? in the Amazon Aurora User Guide. You can also use the ReplicationSourceIdentifier parameter to create a Multi-AZ DB cluster read replica with an RDS for MySQL or PostgreSQL DB instance as the source. For more information about Multi-AZ DB clusters, see Multi-AZ DB cluster deployments in the Amazon RDS User Guide.
         | 
| 142 142 | 
             
               */
         | 
| 143 143 | 
             
              createDBCluster(callback?: (err: AWSError, data: RDS.Types.CreateDBClusterResult) => void): Request<RDS.Types.CreateDBClusterResult, AWSError>;
         | 
| 144 144 | 
             
              /**
         | 
| @@ -174,11 +174,11 @@ declare class RDS extends Service { | |
| 174 174 | 
             
               */
         | 
| 175 175 | 
             
              createDBInstance(callback?: (err: AWSError, data: RDS.Types.CreateDBInstanceResult) => void): Request<RDS.Types.CreateDBInstanceResult, AWSError>;
         | 
| 176 176 | 
             
              /**
         | 
| 177 | 
            -
               * Creates a new DB instance that acts as a read replica for an existing source DB instance. You can create a read replica for a DB instance running MySQL, MariaDB, Oracle, PostgreSQL, or SQL Server. For more information, see Working with  | 
| 177 | 
            +
               * Creates a new DB instance that acts as a read replica for an existing source DB instance or Multi-AZ DB cluster. You can create a read replica for a DB instance running MySQL, MariaDB, Oracle, PostgreSQL, or SQL Server. You can create a read replica for a Multi-AZ DB cluster running MySQL or PostgreSQL. For more information, see Working with read replicas and Migrating from a Multi-AZ DB cluster to a DB instance using a read replica in the Amazon RDS User Guide. Amazon Aurora doesn't support this operation. Call the CreateDBInstance operation to create a DB instance for an Aurora DB cluster. All read replica DB instances are created with backups disabled. All other attributes (including DB security groups and DB parameter groups) are inherited from the source DB instance or cluster, except as specified.  Your source DB instance or cluster must have backup retention enabled. 
         | 
| 178 178 | 
             
               */
         | 
| 179 179 | 
             
              createDBInstanceReadReplica(params: RDS.Types.CreateDBInstanceReadReplicaMessage, callback?: (err: AWSError, data: RDS.Types.CreateDBInstanceReadReplicaResult) => void): Request<RDS.Types.CreateDBInstanceReadReplicaResult, AWSError>;
         | 
| 180 180 | 
             
              /**
         | 
| 181 | 
            -
               * Creates a new DB instance that acts as a read replica for an existing source DB instance. You can create a read replica for a DB instance running MySQL, MariaDB, Oracle, PostgreSQL, or SQL Server. For more information, see Working with  | 
| 181 | 
            +
               * Creates a new DB instance that acts as a read replica for an existing source DB instance or Multi-AZ DB cluster. You can create a read replica for a DB instance running MySQL, MariaDB, Oracle, PostgreSQL, or SQL Server. You can create a read replica for a Multi-AZ DB cluster running MySQL or PostgreSQL. For more information, see Working with read replicas and Migrating from a Multi-AZ DB cluster to a DB instance using a read replica in the Amazon RDS User Guide. Amazon Aurora doesn't support this operation. Call the CreateDBInstance operation to create a DB instance for an Aurora DB cluster. All read replica DB instances are created with backups disabled. All other attributes (including DB security groups and DB parameter groups) are inherited from the source DB instance or cluster, except as specified.  Your source DB instance or cluster must have backup retention enabled. 
         | 
| 182 182 | 
             
               */
         | 
| 183 183 | 
             
              createDBInstanceReadReplica(callback?: (err: AWSError, data: RDS.Types.CreateDBInstanceReadReplicaResult) => void): Request<RDS.Types.CreateDBInstanceReadReplicaResult, AWSError>;
         | 
| 184 184 | 
             
              /**
         | 
| @@ -270,11 +270,11 @@ declare class RDS extends Service { | |
| 270 270 | 
             
               */
         | 
| 271 271 | 
             
              deleteCustomDBEngineVersion(callback?: (err: AWSError, data: RDS.Types.DBEngineVersion) => void): Request<RDS.Types.DBEngineVersion, AWSError>;
         | 
| 272 272 | 
             
              /**
         | 
| 273 | 
            -
               * The DeleteDBCluster action deletes a previously provisioned DB cluster. When you delete a DB cluster, all automated backups for that DB cluster are deleted and can't be recovered. Manual DB cluster snapshots of the specified DB cluster are not deleted. For more information on Amazon Aurora, see  What is Amazon Aurora? in the Amazon Aurora User Guide. For more information on Multi-AZ DB clusters, see  Multi-AZ DB cluster deployments in the Amazon RDS User Guide.
         | 
| 273 | 
            +
               * The DeleteDBCluster action deletes a previously provisioned DB cluster. When you delete a DB cluster, all automated backups for that DB cluster are deleted and can't be recovered. Manual DB cluster snapshots of the specified DB cluster are not deleted. If you're deleting a Multi-AZ DB cluster with read replicas, all cluster members are terminated and read replicas are promoted to standalone instances. For more information on Amazon Aurora, see  What is Amazon Aurora? in the Amazon Aurora User Guide. For more information on Multi-AZ DB clusters, see  Multi-AZ DB cluster deployments in the Amazon RDS User Guide.
         | 
| 274 274 | 
             
               */
         | 
| 275 275 | 
             
              deleteDBCluster(params: RDS.Types.DeleteDBClusterMessage, callback?: (err: AWSError, data: RDS.Types.DeleteDBClusterResult) => void): Request<RDS.Types.DeleteDBClusterResult, AWSError>;
         | 
| 276 276 | 
             
              /**
         | 
| 277 | 
            -
               * The DeleteDBCluster action deletes a previously provisioned DB cluster. When you delete a DB cluster, all automated backups for that DB cluster are deleted and can't be recovered. Manual DB cluster snapshots of the specified DB cluster are not deleted. For more information on Amazon Aurora, see  What is Amazon Aurora? in the Amazon Aurora User Guide. For more information on Multi-AZ DB clusters, see  Multi-AZ DB cluster deployments in the Amazon RDS User Guide.
         | 
| 277 | 
            +
               * The DeleteDBCluster action deletes a previously provisioned DB cluster. When you delete a DB cluster, all automated backups for that DB cluster are deleted and can't be recovered. Manual DB cluster snapshots of the specified DB cluster are not deleted. If you're deleting a Multi-AZ DB cluster with read replicas, all cluster members are terminated and read replicas are promoted to standalone instances. For more information on Amazon Aurora, see  What is Amazon Aurora? in the Amazon Aurora User Guide. For more information on Multi-AZ DB clusters, see  Multi-AZ DB cluster deployments in the Amazon RDS User Guide.
         | 
| 278 278 | 
             
               */
         | 
| 279 279 | 
             
              deleteDBCluster(callback?: (err: AWSError, data: RDS.Types.DeleteDBClusterResult) => void): Request<RDS.Types.DeleteDBClusterResult, AWSError>;
         | 
| 280 280 | 
             
              /**
         | 
| @@ -1879,7 +1879,7 @@ declare namespace RDS { | |
| 1879 1879 | 
             
                 */
         | 
| 1880 1880 | 
             
                PreferredMaintenanceWindow?: String;
         | 
| 1881 1881 | 
             
                /**
         | 
| 1882 | 
            -
                 * The Amazon Resource Name (ARN) of the source DB instance or DB cluster if this DB cluster is created as a read replica. Valid for: Aurora DB clusters and  | 
| 1882 | 
            +
                 * The Amazon Resource Name (ARN) of the source DB instance or DB cluster if this DB cluster is created as a read replica. Valid for: Aurora DB clusters and Multi-AZ DB clusters
         | 
| 1883 1883 | 
             
                 */
         | 
| 1884 1884 | 
             
                ReplicationSourceIdentifier?: String;
         | 
| 1885 1885 | 
             
                /**
         | 
| @@ -2281,9 +2281,9 @@ declare namespace RDS { | |
| 2281 2281 | 
             
                 */
         | 
| 2282 2282 | 
             
                DBInstanceIdentifier: String;
         | 
| 2283 2283 | 
             
                /**
         | 
| 2284 | 
            -
                 * The identifier of the DB instance that will act as the source for the read replica. Each DB instance can have up to  | 
| 2284 | 
            +
                 * The identifier of the DB instance that will act as the source for the read replica. Each DB instance can have up to 15 read replicas, with the exception of Oracle and SQL Server, which can have up to five. Constraints:   Must be the identifier of an existing MySQL, MariaDB, Oracle, PostgreSQL, or SQL Server DB instance.   Can't be specified if the SourceDBClusterIdentifier parameter is also specified.   For the limitations of Oracle read replicas, see Version and licensing considerations for RDS for Oracle replicas in the Amazon RDS User Guide.   For the limitations of SQL Server read replicas, see Read replica limitations with SQL Server in the Amazon RDS User Guide.   The specified DB instance must have automatic backups enabled, that is, its backup retention period must be greater than 0.   If the source DB instance is in the same Amazon Web Services Region as the read replica, specify a valid DB instance identifier.   If the source DB instance is in a different Amazon Web Services Region from the read replica, specify a valid DB instance ARN. For more information, see Constructing an ARN for Amazon RDS in the Amazon RDS User Guide. This doesn't apply to SQL Server or RDS Custom, which don't support cross-Region replicas.  
         | 
| 2285 2285 | 
             
                 */
         | 
| 2286 | 
            -
                SourceDBInstanceIdentifier | 
| 2286 | 
            +
                SourceDBInstanceIdentifier?: String;
         | 
| 2287 2287 | 
             
                /**
         | 
| 2288 2288 | 
             
                 * The compute and memory capacity of the read replica, for example db.m4.large. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB Instance Class in the Amazon RDS User Guide. Default: Inherits from the source DB instance.
         | 
| 2289 2289 | 
             
                 */
         | 
| @@ -2297,7 +2297,7 @@ declare namespace RDS { | |
| 2297 2297 | 
             
                 */
         | 
| 2298 2298 | 
             
                Port?: IntegerOptional;
         | 
| 2299 2299 | 
             
                /**
         | 
| 2300 | 
            -
                 * A value that indicates whether the read replica is in a Multi-AZ deployment. You can create a read replica as a Multi-AZ DB instance. RDS creates a standby of your replica in another Availability Zone for failover support for the replica. Creating your read replica as a Multi-AZ DB instance is independent of whether the source  | 
| 2300 | 
            +
                 * A value that indicates whether the read replica is in a Multi-AZ deployment. You can create a read replica as a Multi-AZ DB instance. RDS creates a standby of your replica in another Availability Zone for failover support for the replica. Creating your read replica as a Multi-AZ DB instance is independent of whether the source is a Multi-AZ DB instance or a Multi-AZ DB cluster. This setting doesn't apply to RDS Custom.
         | 
| 2301 2301 | 
             
                 */
         | 
| 2302 2302 | 
             
                MultiAZ?: BooleanOptional;
         | 
| 2303 2303 | 
             
                /**
         | 
| @@ -2309,7 +2309,7 @@ declare namespace RDS { | |
| 2309 2309 | 
             
                 */
         | 
| 2310 2310 | 
             
                Iops?: IntegerOptional;
         | 
| 2311 2311 | 
             
                /**
         | 
| 2312 | 
            -
                 * The option group the DB instance is associated with. If omitted, the option group associated with the source instance is used.  For SQL Server, you must use the option group associated with the source | 
| 2312 | 
            +
                 * The option group the DB instance is associated with. If omitted, the option group associated with the source instance or cluster is used.  For SQL Server, you must use the option group associated with the source.  This setting doesn't apply to RDS Custom.
         | 
| 2313 2313 | 
             
                 */
         | 
| 2314 2314 | 
             
                OptionGroupName?: String;
         | 
| 2315 2315 | 
             
                /**
         | 
| @@ -2346,11 +2346,11 @@ declare namespace RDS { | |
| 2346 2346 | 
             
                 */
         | 
| 2347 2347 | 
             
                MonitoringRoleArn?: String;
         | 
| 2348 2348 | 
             
                /**
         | 
| 2349 | 
            -
                 * The Amazon Web Services KMS key identifier for an encrypted read replica. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. If you create an encrypted read replica in the same Amazon Web Services Region as the source DB instance | 
| 2349 | 
            +
                 * The Amazon Web Services KMS key identifier for an encrypted read replica. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. If you create an encrypted read replica in the same Amazon Web Services Region as the source DB instance or Multi-AZ DB cluster, don't specify a value for this parameter. A read replica in the same Amazon Web Services Region is always encrypted with the same KMS key as the source DB instance or cluster. If you create an encrypted read replica in a different Amazon Web Services Region, then you must specify a KMS key identifier for the destination Amazon Web Services Region. KMS keys are specific to the Amazon Web Services Region that they are created in, and you can't use KMS keys from one Amazon Web Services Region in another Amazon Web Services Region. You can't create an encrypted read replica from an unencrypted DB instance or Multi-AZ DB cluster. This setting doesn't apply to RDS Custom, which uses the same KMS key as the primary replica.
         | 
| 2350 2350 | 
             
                 */
         | 
| 2351 2351 | 
             
                KmsKeyId?: String;
         | 
| 2352 2352 | 
             
                /**
         | 
| 2353 | 
            -
                 * When you are creating a read replica from one Amazon Web Services GovCloud (US) Region to another or from one China Amazon Web Services Region to another, the URL that contains a Signature Version 4 signed request for the CreateDBInstanceReadReplica API operation in the source Amazon Web Services Region that contains the source DB instance. This setting applies only to Amazon Web Services GovCloud (US) Regions and China Amazon Web Services Regions. It's ignored in other Amazon Web Services Regions. You must specify this parameter when you create an encrypted read replica from another Amazon Web Services Region by using the Amazon RDS API. Don't specify PreSignedUrl when you are creating an encrypted read replica in the same Amazon Web Services Region. The presigned URL must be a valid request for the CreateDBInstanceReadReplica API operation that can run in the source Amazon Web Services Region that contains the encrypted source DB instance. The presigned URL request must contain the following parameter values:    DestinationRegion - The Amazon Web Services Region that the encrypted read replica is created in. This Amazon Web Services Region is the same one where the CreateDBInstanceReadReplica operation is called that contains this presigned URL. For example, if you create an encrypted DB instance in the us-west-1 Amazon Web Services Region, from a source DB instance in the us-east-2 Amazon Web Services Region, then you call the CreateDBInstanceReadReplica operation in the us-east-1 Amazon Web Services Region and provide a presigned URL that contains a call to the CreateDBInstanceReadReplica operation in the us-west-2 Amazon Web Services Region. For this example, the DestinationRegion in the presigned URL must be set to the us-east-1 Amazon Web Services Region.    KmsKeyId - The KMS key identifier for the key to use to encrypt the read replica in the destination Amazon Web Services Region. This is the same identifier for both the CreateDBInstanceReadReplica operation that is called in the destination Amazon Web Services Region, and the operation contained in the presigned URL.    SourceDBInstanceIdentifier - The DB instance identifier for the encrypted DB instance to be replicated. This identifier must be in the Amazon Resource Name (ARN) format for the source Amazon Web Services Region. For example, if you are creating an encrypted read replica from a DB instance in the us-west-2 Amazon Web Services Region, then your SourceDBInstanceIdentifier looks like the following example: arn:aws:rds:us-west-2:123456789012:instance:mysql-instance1-20161115.   To learn how to generate a Signature Version 4 signed request, see Authenticating Requests: Using Query Parameters (Amazon Web Services Signature Version 4) and Signature Version 4 Signing Process.  If you are using an Amazon Web Services SDK tool or the CLI, you can specify SourceRegion (or --source-region for the CLI) instead of specifying PreSignedUrl manually. Specifying SourceRegion autogenerates a presigned URL that is a valid request for the operation that can run in the source Amazon Web Services Region.  SourceRegion isn't supported for SQL Server, because Amazon RDS for SQL Server doesn't support cross-Region read replicas.  This setting doesn't apply to RDS Custom.If you supply a value for this operation's SourceRegion parameter, a pre-signed URL will be calculated on your behalf.
         | 
| 2353 | 
            +
                 * When you are creating a read replica from one Amazon Web Services GovCloud (US) Region to another or from one China Amazon Web Services Region to another, the URL that contains a Signature Version 4 signed request for the CreateDBInstanceReadReplica API operation in the source Amazon Web Services Region that contains the source DB instance. This setting applies only to Amazon Web Services GovCloud (US) Regions and China Amazon Web Services Regions. It's ignored in other Amazon Web Services Regions. This setting applies only when replicating from a source DB instance. Source DB clusters aren't supported in Amazon Web Services GovCloud (US) Regions and China Amazon Web Services Regions. You must specify this parameter when you create an encrypted read replica from another Amazon Web Services Region by using the Amazon RDS API. Don't specify PreSignedUrl when you are creating an encrypted read replica in the same Amazon Web Services Region. The presigned URL must be a valid request for the CreateDBInstanceReadReplica API operation that can run in the source Amazon Web Services Region that contains the encrypted source DB instance. The presigned URL request must contain the following parameter values:    DestinationRegion - The Amazon Web Services Region that the encrypted read replica is created in. This Amazon Web Services Region is the same one where the CreateDBInstanceReadReplica operation is called that contains this presigned URL. For example, if you create an encrypted DB instance in the us-west-1 Amazon Web Services Region, from a source DB instance in the us-east-2 Amazon Web Services Region, then you call the CreateDBInstanceReadReplica operation in the us-east-1 Amazon Web Services Region and provide a presigned URL that contains a call to the CreateDBInstanceReadReplica operation in the us-west-2 Amazon Web Services Region. For this example, the DestinationRegion in the presigned URL must be set to the us-east-1 Amazon Web Services Region.    KmsKeyId - The KMS key identifier for the key to use to encrypt the read replica in the destination Amazon Web Services Region. This is the same identifier for both the CreateDBInstanceReadReplica operation that is called in the destination Amazon Web Services Region, and the operation contained in the presigned URL.    SourceDBInstanceIdentifier - The DB instance identifier for the encrypted DB instance to be replicated. This identifier must be in the Amazon Resource Name (ARN) format for the source Amazon Web Services Region. For example, if you are creating an encrypted read replica from a DB instance in the us-west-2 Amazon Web Services Region, then your SourceDBInstanceIdentifier looks like the following example: arn:aws:rds:us-west-2:123456789012:instance:mysql-instance1-20161115.   To learn how to generate a Signature Version 4 signed request, see Authenticating Requests: Using Query Parameters (Amazon Web Services Signature Version 4) and Signature Version 4 Signing Process.  If you are using an Amazon Web Services SDK tool or the CLI, you can specify SourceRegion (or --source-region for the CLI) instead of specifying PreSignedUrl manually. Specifying SourceRegion autogenerates a presigned URL that is a valid request for the operation that can run in the source Amazon Web Services Region.  SourceRegion isn't supported for SQL Server, because Amazon RDS for SQL Server doesn't support cross-Region read replicas.  This setting doesn't apply to RDS Custom.If you supply a value for this operation's SourceRegion parameter, a pre-signed URL will be calculated on your behalf.
         | 
| 2354 2354 | 
             
                 */
         | 
| 2355 2355 | 
             
                PreSignedUrl?: String;
         | 
| 2356 2356 | 
             
                /**
         | 
| @@ -2390,7 +2390,7 @@ declare namespace RDS { | |
| 2390 2390 | 
             
                 */
         | 
| 2391 2391 | 
             
                Domain?: String;
         | 
| 2392 2392 | 
             
                /**
         | 
| 2393 | 
            -
                 *  | 
| 2393 | 
            +
                 * The name of the IAM role to be used when making API calls to the Directory Service. This setting doesn't apply to RDS Custom.
         | 
| 2394 2394 | 
             
                 */
         | 
| 2395 2395 | 
             
                DomainIAMRoleName?: String;
         | 
| 2396 2396 | 
             
                /**
         | 
| @@ -2421,6 +2421,10 @@ declare namespace RDS { | |
| 2421 2421 | 
             
                 * The amount of storage (in gibibytes) to allocate initially for the read replica. Follow the allocation rules specified in CreateDBInstance.  Be sure to allocate enough storage for your read replica so that the create operation can succeed. You can also allocate additional storage for future growth. 
         | 
| 2422 2422 | 
             
                 */
         | 
| 2423 2423 | 
             
                AllocatedStorage?: IntegerOptional;
         | 
| 2424 | 
            +
                /**
         | 
| 2425 | 
            +
                 * 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.  
         | 
| 2426 | 
            +
                 */
         | 
| 2427 | 
            +
                SourceDBClusterIdentifier?: String;
         | 
| 2424 2428 | 
             
                /**
         | 
| 2425 2429 | 
             
                 * The ID of the region that contains the source for the read replica.
         | 
| 2426 2430 | 
             
                 */
         | 
| @@ -3750,6 +3754,10 @@ declare namespace RDS { | |
| 3750 3754 | 
             
                 * The details of the DB instance's server certificate.
         | 
| 3751 3755 | 
             
                 */
         | 
| 3752 3756 | 
             
                CertificateDetails?: CertificateDetails;
         | 
| 3757 | 
            +
                /**
         | 
| 3758 | 
            +
                 * Contains the identifier of the source DB cluster if this DB instance is a read replica.
         | 
| 3759 | 
            +
                 */
         | 
| 3760 | 
            +
                ReadReplicaSourceDBClusterIdentifier?: String;
         | 
| 3753 3761 | 
             
              }
         | 
| 3754 3762 | 
             
              export interface DBInstanceAutomatedBackup {
         | 
| 3755 3763 | 
             
                /**
         | 
| @@ -6214,7 +6222,7 @@ declare namespace RDS { | |
| 6214 6222 | 
             
                 */
         | 
| 6215 6223 | 
             
                CloudwatchLogsExportConfiguration?: CloudwatchLogsExportConfiguration;
         | 
| 6216 6224 | 
             
                /**
         | 
| 6217 | 
            -
                 * The version number of the database engine to which you want to upgrade. Changing this parameter results in an outage. The change is applied during the next maintenance window unless ApplyImmediately is enabled. To list all of the available engine versions for Aurora MySQL version 2 (5.7-compatible) and version 3 (MySQL 8.0-compatible), use the following command:  aws rds describe-db-engine-versions --engine aurora-mysql --query "DBEngineVersions[].EngineVersion"  To list all of the available engine versions for Aurora PostgreSQL, use the following command:  aws rds describe-db-engine-versions --engine aurora-postgresql --query "DBEngineVersions[].EngineVersion"  To list all of the available engine versions for RDS for MySQL, use the following command:  aws rds describe-db-engine-versions --engine mysql --query "DBEngineVersions[].EngineVersion"  To list all of the available engine versions for RDS for PostgreSQL, use the following command:  aws rds describe-db-engine-versions --engine postgres --query "DBEngineVersions[].EngineVersion"  Valid for: Aurora DB clusters and Multi-AZ DB clusters
         | 
| 6225 | 
            +
                 * The version number of the database engine to which you want to upgrade. Changing this parameter results in an outage. The change is applied during the next maintenance window unless ApplyImmediately is enabled.  If the cluster that you're modifying has one or more read replicas, all replicas must be running an engine version that's the same or later than the version you specify. To list all of the available engine versions for Aurora MySQL version 2 (5.7-compatible) and version 3 (MySQL 8.0-compatible), use the following command:  aws rds describe-db-engine-versions --engine aurora-mysql --query "DBEngineVersions[].EngineVersion"  To list all of the available engine versions for MySQL 5.6-compatible Aurora, use the following command:  aws rds describe-db-engine-versions --engine aurora --query "DBEngineVersions[].EngineVersion"  To list all of the available engine versions for Aurora PostgreSQL, use the following command:  aws rds describe-db-engine-versions --engine aurora-postgresql --query "DBEngineVersions[].EngineVersion"  To list all of the available engine versions for RDS for MySQL, use the following command:  aws rds describe-db-engine-versions --engine mysql --query "DBEngineVersions[].EngineVersion"  To list all of the available engine versions for RDS for PostgreSQL, use the following command:  aws rds describe-db-engine-versions --engine postgres --query "DBEngineVersions[].EngineVersion"  Valid for: Aurora DB clusters and Multi-AZ DB clusters
         | 
| 6218 6226 | 
             
                 */
         | 
| 6219 6227 | 
             
                EngineVersion?: String;
         | 
| 6220 6228 | 
             
                /**
         | 
| @@ -6399,7 +6407,7 @@ declare namespace RDS { | |
| 6399 6407 | 
             
                 */
         | 
| 6400 6408 | 
             
                MultiAZ?: BooleanOptional;
         | 
| 6401 6409 | 
             
                /**
         | 
| 6402 | 
            -
                 * The version number of the database engine to upgrade to. Changing this parameter results in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is enabled for this request. For major version upgrades, if a nondefault DB parameter group is currently in use, a new DB parameter group in the DB parameter group family for the new engine version must be specified. The new DB parameter group can be the default for that DB parameter group family. If you specify only a major version, Amazon RDS will update the DB instance to the default minor version if the current minor version is lower. For information about valid engine versions, see CreateDBInstance, or call DescribeDBEngineVersions. In RDS Custom for Oracle, this parameter is supported for read replicas only if they are in the PATCH_DB_FAILURE lifecycle.
         | 
| 6410 | 
            +
                 * The version number of the database engine to upgrade to. Changing this parameter results in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is enabled for this request. For major version upgrades, if a nondefault DB parameter group is currently in use, a new DB parameter group in the DB parameter group family for the new engine version must be specified. The new DB parameter group can be the default for that DB parameter group family. If you specify only a major version, Amazon RDS will update the DB instance to the default minor version if the current minor version is lower. For information about valid engine versions, see CreateDBInstance, or call DescribeDBEngineVersions. If the instance that you're modifying is acting as a read replica, the engine version that you specify must be the same or later than the version that the source DB instance or cluster is running. In RDS Custom for Oracle, this parameter is supported for read replicas only if they are in the PATCH_DB_FAILURE lifecycle.
         | 
| 6403 6411 | 
             
                 */
         | 
| 6404 6412 | 
             
                EngineVersion?: String;
         | 
| 6405 6413 | 
             
                /**
         | 
| @@ -8919,7 +8927,7 @@ declare namespace RDS { | |
| 8919 8927 | 
             
              }
         | 
| 8920 8928 | 
             
              export interface StopDBInstanceAutomatedBackupsReplicationMessage {
         | 
| 8921 8929 | 
             
                /**
         | 
| 8922 | 
            -
                 * The Amazon Resource Name (ARN) of the source DB instance for which to stop replicating  | 
| 8930 | 
            +
                 * The Amazon Resource Name (ARN) of the source DB instance for which to stop replicating automate backups, for example, arn:aws:rds:us-west-2:123456789012:db:mydatabase.
         | 
| 8923 8931 | 
             
                 */
         | 
| 8924 8932 | 
             
                SourceDBInstanceArn: String;
         | 
| 8925 8933 | 
             
              }
         |