lib/aws-sdk-rds/client.rb in aws-sdk-rds-1.69.0 vs lib/aws-sdk-rds/client.rb in aws-sdk-rds-1.70.0

- old
+ new

@@ -317,11 +317,11 @@ # DB instance, for example `arn:aws:iam::123456789012:role/AccessRole`. # # @option params [required, String] :feature_name # The name of the feature for the DB instance that the IAM role is to be # associated with. For the list of supported feature names, see - # `DBEngineVersion`. + # DBEngineVersion. # # @return [Struct] Returns an empty {Seahorse::Client::Response response}. # # @example Request syntax with placeholder values # @@ -597,11 +597,11 @@ # `EC2SecurityGroupOwnerId` and either `EC2SecurityGroupName` or # `EC2SecurityGroupId` must be provided. # # @option params [String] :ec2_security_group_owner_id # AWS account number of the owner of the EC2 security group specified in - # the `EC2SecurityGroupName` parameter. The AWS Access Key ID is not an + # the `EC2SecurityGroupName` parameter. The AWS access key ID isn't an # acceptable value. For VPC DB security groups, `EC2SecurityGroupId` # must be provided. Otherwise, `EC2SecurityGroupOwnerId` and either # `EC2SecurityGroupName` or `EC2SecurityGroupId` must be provided. # # @return [Types::AuthorizeDBSecurityGroupIngressResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods: @@ -690,11 +690,11 @@ # @option params [required, Time,DateTime,Date,Integer,String] :backtrack_to # The timestamp of the time to backtrack the DB cluster to, specified in # ISO 8601 format. For more information about ISO 8601, see the [ISO8601 # Wikipedia page.][1] # - # <note markdown="1"> If the specified time is not a consistent time for the DB cluster, + # <note markdown="1"> If the specified time isn't a consistent time for the DB cluster, # Aurora automatically chooses the nearest possible consistent time for # the DB cluster. # # </note> # @@ -912,10 +912,18 @@ # # To learn how to generate a Signature Version 4 signed request, see [ # Authenticating Requests: Using Query Parameters (AWS Signature # Version 4)][1] and [ Signature Version 4 Signing Process][2]. # + # <note markdown="1"> If you are using an AWS SDK tool or the AWS CLI, you can specify + # `SourceRegion` (or `--source-region` for the AWS CLI) instead of + # specifying `PreSignedUrl` manually. Specifying `SourceRegion` + # autogenerates a pre-signed URL that is a valid request for the + # operation that can be executed in the source AWS Region. + # + # </note> + # # * `TargetDBClusterSnapshotIdentifier` - The identifier for the new # copy of the DB cluster snapshot in the destination AWS Region. # # * `SourceDBClusterSnapshotIdentifier` - The DB cluster snapshot # identifier for the encrypted DB cluster snapshot to be copied. This @@ -944,12 +952,12 @@ # [2]: https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html # [3]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_CopySnapshot.html # [4]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html # # @option params [required, String] :source_db_cluster_snapshot_identifier - # The identifier of the DB cluster snapshot to copy. This parameter is - # not case-sensitive. + # The identifier of the DB cluster snapshot to copy. This parameter + # isn't case-sensitive. # # You can't copy an encrypted, shared DB cluster snapshot from one AWS # Region to another. # # Constraints: @@ -970,11 +978,11 @@ # # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_CopySnapshot.html#USER_CopySnapshot.AcrossRegions # # @option params [required, String] :target_db_cluster_snapshot_identifier # The identifier of the new DB cluster snapshot to create from the - # source DB cluster snapshot. This parameter is not case-sensitive. + # source DB cluster snapshot. This parameter isn't case-sensitive. # # Constraints: # # * Must contain from 1 to 63 letters, numbers, or hyphens. # @@ -1011,11 +1019,12 @@ # @option params [String] :pre_signed_url # The URL that contains a Signature Version 4 signed request for the # `CopyDBClusterSnapshot` API action in the AWS Region that contains the # source DB cluster snapshot to copy. The `PreSignedUrl` parameter must # be used when copying an encrypted DB cluster snapshot from another AWS - # Region. + # Region. Don't specify `PreSignedUrl` when you are copying an + # encrypted DB cluster snapshot in the same AWS Region. # # The pre-signed URL must be a valid request for the # `CopyDBSClusterSnapshot` API action that can be executed in the source # AWS Region that contains the encrypted DB cluster snapshot to be # copied. The pre-signed URL request must contain the following @@ -1041,12 +1050,20 @@ # # To learn how to generate a Signature Version 4 signed request, see [ # Authenticating Requests: Using Query Parameters (AWS Signature Version # 4)][1] and [ Signature Version 4 Signing Process][2]. # + # <note markdown="1"> If you are using an AWS SDK tool or the AWS CLI, you can specify + # `SourceRegion` (or `--source-region` for the AWS CLI) instead of + # specifying `PreSignedUrl` manually. Specifying `SourceRegion` + # autogenerates a pre-signed URL that is a valid request for the + # operation that can be executed in the source AWS Region. # + # </note> # + # + # # [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html # [2]: https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html # # @option params [Boolean] :copy_tags # A value that indicates whether to copy all tags from the source DB @@ -1326,13 +1343,13 @@ # The URL that contains a Signature Version 4 signed request for the # `CopyDBSnapshot` API action in the source AWS Region that contains the # source DB snapshot to copy. # # You must specify this parameter when you copy an encrypted DB snapshot - # from another AWS Region by using the Amazon RDS API. You can specify - # the `--source-region` option instead of this parameter when you copy - # an encrypted DB snapshot from another AWS Region by using the AWS CLI. + # from another AWS Region by using the Amazon RDS API. Don't specify + # `PreSignedUrl` when you are copying an encrypted DB snapshot in the + # same AWS Region. # # The presigned URL must be a valid request for the `CopyDBSnapshot` API # action that can be executed in the source AWS Region that contains the # encrypted DB snapshot to be copied. The presigned URL request must # contain the following parameter values: @@ -1364,12 +1381,20 @@ # # To learn how to generate a Signature Version 4 signed request, see # [Authenticating Requests: Using Query Parameters (AWS Signature # Version 4)][1] and [Signature Version 4 Signing Process][2]. # + # <note markdown="1"> If you are using an AWS SDK tool or the AWS CLI, you can specify + # `SourceRegion` (or `--source-region` for the AWS CLI) instead of + # specifying `PreSignedUrl` manually. Specifying `SourceRegion` + # autogenerates a pre-signed URL that is a valid request for the + # operation that can be executed in the source AWS Region. # + # </note> # + # + # # [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html # [2]: https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html # # @option params [String] :option_group_name # The name of an option group to associate with the copy of the @@ -1617,17 +1642,17 @@ # # @option params [String] :new_vpn_tunnel_name # The name of a new VPN tunnel between the Amazon RDS website and the # VMware vSphere cluster. # - # Specify this parameter only if `ExistingVpnId` is not specified. + # Specify this parameter only if `ExistingVpnId` isn't specified. # # @option params [String] :vpn_tunnel_originator_ip # The IP address of network traffic from your on-premises data center. A # custom AZ receives the network traffic. # - # Specify this parameter only if `ExistingVpnId` is not specified. + # Specify this parameter only if `ExistingVpnId` isn't specified. # # @return [Types::CreateCustomAvailabilityZoneResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # # * {Types::CreateCustomAvailabilityZoneResult#custom_availability_zone #custom_availability_zone} => Types::CustomAvailabilityZone # @@ -1724,11 +1749,12 @@ # # Example: `my-cluster1` # # @option params [String] :db_cluster_parameter_group_name # The name of the DB cluster parameter group to associate with this DB - # cluster. If this argument is omitted, `default.aurora5.6` is used. + # cluster. If you do not specify a value, then the default DB cluster + # parameter group for the specified DB engine and version is used. # # Constraints: # # * If supplied, must match the name of an existing DB cluster parameter # group. @@ -1875,18 +1901,18 @@ # encryption key. If you are creating a DB cluster with the same AWS # account that owns the KMS encryption key used to encrypt the new DB # cluster, then you can use the KMS key alias instead of the ARN for the # KMS encryption key. # - # If an encryption key is not specified in `KmsKeyId`\: + # If an encryption key isn't specified in `KmsKeyId`\: # # * If `ReplicationSourceIdentifier` identifies an encrypted source, # then Amazon RDS will use the encryption key used to encrypt the # source. Otherwise, Amazon RDS will use your default encryption key. # # * If the `StorageEncrypted` parameter is enabled and - # `ReplicationSourceIdentifier` is not specified, then Amazon RDS will + # `ReplicationSourceIdentifier` isn't specified, then Amazon RDS will # use your default encryption key. # # AWS KMS creates the default encryption key for your AWS account. Your # AWS account has a different default encryption key for each AWS # Region. @@ -1929,12 +1955,20 @@ # # To learn how to generate a Signature Version 4 signed request, see [ # Authenticating Requests: Using Query Parameters (AWS Signature Version # 4)][1] and [ Signature Version 4 Signing Process][2]. # + # <note markdown="1"> If you are using an AWS SDK tool or the AWS CLI, you can specify + # `SourceRegion` (or `--source-region` for the AWS CLI) instead of + # specifying `PreSignedUrl` manually. Specifying `SourceRegion` + # autogenerates a pre-signed URL that is a valid request for the + # operation that can be executed in the source AWS Region. # + # </note> # + # + # # [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html # [2]: https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html # # @option params [Boolean] :enable_iam_database_authentication # A value that indicates whether to enable mapping of AWS Identity and @@ -2398,11 +2432,11 @@ # # Example: `my-cluster1-snapshot1` # # @option params [required, String] :db_cluster_identifier # The identifier of the DB cluster to create a snapshot for. This - # parameter is not case-sensitive. + # parameter isn't case-sensitive. # # Constraints: # # * Must match the identifier of an existing DBCluster. # @@ -2486,11 +2520,11 @@ # you use. # # **MySQL** # # The name of the database to create when the DB instance is created. If - # this parameter is not specified, no database is created in the DB + # this parameter isn't specified, no database is created in the DB # instance. # # Constraints: # # * Must contain 1 to 64 letters or numbers. @@ -2498,11 +2532,11 @@ # * Can't be a word reserved by the specified database engine # # **MariaDB** # # The name of the database to create when the DB instance is created. If - # this parameter is not specified, no database is created in the DB + # this parameter isn't specified, no database is created in the DB # instance. # # Constraints: # # * Must contain 1 to 64 letters or numbers. @@ -2510,11 +2544,11 @@ # * Can't be a word reserved by the specified database engine # # **PostgreSQL** # # The name of the database to create when the DB instance is created. If - # this parameter is not specified, the default "postgres" database is + # this parameter isn't specified, the default "postgres" database is # created in the DB instance. # # Constraints: # # * Must contain 1 to 63 letters, numbers, or underscores. @@ -2543,11 +2577,11 @@ # Not applicable. Must be null. # # **Amazon Aurora** # # The name of the database to create when the primary instance of the DB - # cluster is created. If this parameter is not specified, no database is + # cluster is created. If this parameter isn't specified, no database is # created in the DB instance. # # Constraints: # # * Must contain 1 to 64 letters or numbers. @@ -2867,12 +2901,12 @@ # # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Maintenance.html#Concepts.DBMaintenance # # @option params [String] :db_parameter_group_name # The name of the DB parameter group to associate with this DB instance. - # If you do not specify a value for `DBParameterGroupName`, then the - # default `DBParameterGroup` for the specified DB engine is used. + # If you do not specify a value, then the default DB parameter group for + # the specified DB engine and version is used. # # Constraints: # # * Must be 1 to 255 letters, numbers, or hyphens. # @@ -3073,27 +3107,27 @@ # # @option params [Boolean] :publicly_accessible # A value that indicates whether the DB instance is publicly accessible. # When the DB instance is publicly accessible, it is an Internet-facing # instance with a publicly resolvable DNS name, which resolves to a - # public IP address. When the DB instance is not publicly accessible, it + # public IP address. When the DB instance isn't publicly accessible, it # is an internal instance with a DNS name that resolves to a private IP # address. # # Default: The default behavior varies depending on whether # `DBSubnetGroupName` is specified. # - # If `DBSubnetGroupName` is not specified, and `PubliclyAccessible` is - # not specified, the following applies: + # If `DBSubnetGroupName` isn't specified, and `PubliclyAccessible` + # isn't specified, the following applies: # # * If the default VPC in the target region doesn’t have an Internet # gateway attached to it, the DB instance is private. # # * If the default VPC in the target region has an Internet gateway # attached to it, the DB instance is public. # - # If `DBSubnetGroupName` is specified, and `PubliclyAccessible` is not + # If `DBSubnetGroupName` is specified, and `PubliclyAccessible` isn't # specified, the following applies: # # * If the subnets are part of a VPC that doesn’t have an Internet # gateway attached to it, the DB instance is private. # @@ -3124,11 +3158,11 @@ # The password for the given ARN from the key store in order to access # the device. # # @option params [Boolean] :storage_encrypted # A value that indicates whether the DB instance is encrypted. By - # default, it is not encrypted. + # default, it isn't encrypted. # # **Amazon Aurora** # # Not applicable. The encryption for DB instances is managed by the DB # cluster. @@ -3654,10 +3688,15 @@ # If you do not specify a value for `DBParameterGroupName`, then Amazon # RDS uses the `DBParameterGroup` of source DB instance for a same # region Read Replica, or the default `DBParameterGroup` for the # specified DB engine for a cross region Read Replica. # + # <note markdown="1"> Currently, specifying a parameter group for this operation is only + # supported for Oracle DB instances. + # + # </note> + # # Constraints: # # * Must be 1 to 255 letters, numbers, or hyphens. # # * First character must be a letter @@ -3666,11 +3705,11 @@ # # @option params [Boolean] :publicly_accessible # A value that indicates whether the DB instance is publicly accessible. # When the DB instance is publicly accessible, it is an Internet-facing # instance with a publicly resolvable DNS name, which resolves to a - # public IP address. When the DB instance is not publicly accessible, it + # public IP address. When the DB instance isn't publicly accessible, it # is an internal instance with a DNS name that resolves to a private IP # address. For more information, see CreateDBInstance. # # @option params [Array<Types::Tag>] :tags # A list of tags. For more information, see [Tagging Amazon RDS @@ -3681,11 +3720,11 @@ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html # # @option params [String] :db_subnet_group_name # Specifies a DB subnet group for the DB instance. The new DB instance # is created in the VPC associated with the DB subnet group. If no DB - # subnet group is specified, then the new DB instance is not created in + # subnet group is specified, then the new DB instance isn't created in # a VPC. # # Constraints: # # * Can only be specified if the source DB instance identifier specifies @@ -3774,14 +3813,13 @@ # The URL that contains a Signature Version 4 signed request for the # `CreateDBInstanceReadReplica` API action in the source AWS Region that # contains the source DB instance. # # You must specify this parameter when you create an encrypted Read - # Replica from another AWS Region by using the Amazon RDS API. You can - # specify the `--source-region` option instead of this parameter when - # you create an encrypted Read Replica from another AWS Region by using - # the AWS CLI. + # Replica from another AWS Region by using the Amazon RDS API. Don't + # specify `PreSignedUrl` when you are creating an encrypted Read Replica + # in the same AWS Region. # # The presigned URL must be a valid request for the # `CreateDBInstanceReadReplica` API action that can be executed in the # source AWS Region that contains the encrypted source DB instance. The # presigned URL request must contain the following parameter values: @@ -3815,12 +3853,20 @@ # # To learn how to generate a Signature Version 4 signed request, see # [Authenticating Requests: Using Query Parameters (AWS Signature # Version 4)][1] and [Signature Version 4 Signing Process][2]. # + # <note markdown="1"> If you are using an AWS SDK tool or the AWS CLI, you can specify + # `SourceRegion` (or `--source-region` for the AWS CLI) instead of + # specifying `PreSignedUrl` manually. Specifying `SourceRegion` + # autogenerates a pre-signed URL that is a valid request for the + # operation that can be executed in the source AWS Region. # + # </note> # + # + # # [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html # [2]: https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html # # @option params [Boolean] :enable_iam_database_authentication # A value that indicates whether to enable mapping of AWS Identity and @@ -4539,11 +4585,11 @@ # and subscribe to it. # # @option params [String] :source_type # 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. if this value is not specified, all + # set this parameter to db-instance. 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` # @@ -4580,11 +4626,11 @@ # * If the source type is a DB snapshot, a `DBSnapshotIdentifier` must # be supplied. # # @option params [Boolean] :enabled # A value that indicates whether to activate the subscription. If the - # event notification subscription is not activated, the subscription is + # event notification subscription isn't activated, the subscription is # created but not active. # # @option params [Array<Types::Tag>] :tags # A list of tags. For more information, see [Tagging Amazon RDS # Resources][1] in the *Amazon RDS User Guide.* @@ -4928,13 +4974,13 @@ # ^ # # @option params [Boolean] :skip_final_snapshot # A value that indicates whether to skip the creation of a final DB # cluster snapshot before the DB cluster is deleted. If skip is - # specified, no DB cluster snapshot is created. If skip is not + # specified, no DB cluster snapshot is created. If skip isn't # specified, a DB cluster snapshot is created before the DB cluster is - # deleted. By default, skip is not specified, and the DB cluster + # deleted. By default, skip isn't specified, and the DB cluster # snapshot is created. By default, this parameter is disabled. # # <note markdown="1"> You must specify a `FinalDBSnapshotIdentifier` parameter if # `SkipFinalSnapshot` is disabled. # @@ -5299,22 +5345,22 @@ # ^ # # @option params [Boolean] :skip_final_snapshot # A value that indicates whether to skip the creation of a final DB # snapshot before the DB instance is deleted. If skip is specified, no - # DB snapshot is created. If skip is not specified, a DB snapshot is - # created before the DB instance is deleted. By default, skip is not + # DB snapshot is created. If skip isn't specified, a DB snapshot is + # created before the DB instance is deleted. By default, skip isn't # specified, and the DB snapshot is created. # # Note that when a DB instance is in a failure state and has a status of # 'failed', 'incompatible-restore', or 'incompatible-network', it # can only be deleted when skip is specified. # # Specify skip when deleting a Read Replica. # - # <note markdown="1"> The FinalDBSnapshotIdentifier parameter must be specified if skip is - # not specified. + # <note markdown="1"> The FinalDBSnapshotIdentifier parameter must be specified if skip + # isn't specified. # # </note> # # @option params [String] :final_db_snapshot_identifier # The `DBSnapshotIdentifier` of the new `DBSnapshot` created when the @@ -5864,15 +5910,15 @@ def delete_global_cluster(params = {}, options = {}) req = build_request(:delete_global_cluster, params) req.send_request(options) end - # Deletes the installation media for an on-premises, bring your own - # media (BYOM) DB engine, such as Microsoft SQL Server. + # Deletes the installation medium for a DB engine that requires an + # on-premises customer provided license, such as Microsoft SQL Server. # # @option params [required, String] :installation_media_id - # The installation media ID. + # The installation medium ID. # # @return [Types::InstallationMedia] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # # * {Types::InstallationMedia#installation_media_id #installation_media_id} => String # * {Types::InstallationMedia#custom_availability_zone_id #custom_availability_zone_id} => String @@ -5996,17 +6042,17 @@ # * Must match an existing CertificateIdentifier. # # ^ # # @option params [Array<Types::Filter>] :filters - # This parameter is not currently supported. + # This parameter isn't currently supported. # # @option params [Integer] :max_records # The maximum number of records to include in the response. If more # records exist than the specified `MaxRecords` value, a pagination - # token called a marker is included in the response so that you can - # retrieve the remaining results. + # token called a marker is included in the response so you can retrieve + # the remaining results. # # Default: 100 # # Constraints: Minimum 20, maximum 100. # @@ -6089,12 +6135,12 @@ # A filter that specifies one or more custom AZs to describe. # # @option params [Integer] :max_records # The maximum number of records to include in the response. If more # records exist than the specified `MaxRecords` value, a pagination - # token called a marker is included in the response so that you can - # retrieve the remaining results. + # token called a marker is included in the response so you can retrieve + # the remaining results. # # Default: 100 # # Constraints: Minimum 20, maximum 100. # @@ -6214,12 +6260,12 @@ # identified by these values. # # @option params [Integer] :max_records # The maximum number of records to include in the response. If more # records exist than the specified `MaxRecords` value, a pagination - # token called a marker is included in the response so that you can - # retrieve the remaining results. + # token called a marker is included in the response so you can retrieve + # the remaining results. # # Default: 100 # # Constraints: Minimum 20, maximum 100. # @@ -6297,12 +6343,12 @@ # `available`, `creating`, `deleting`, `modifying`. # # @option params [Integer] :max_records # The maximum number of records to include in the response. If more # records exist than the specified `MaxRecords` value, a pagination - # token called a marker is included in the response so that you can - # retrieve the remaining results. + # token called a marker is included in the response so you can retrieve + # the remaining results. # # Default: 100 # # Constraints: Minimum 20, maximum 100. # @@ -6384,17 +6430,17 @@ # DBClusterParameterGroup. # # ^ # # @option params [Array<Types::Filter>] :filters - # This parameter is not currently supported. + # This parameter isn't currently supported. # # @option params [Integer] :max_records # The maximum number of records to include in the response. If more # records exist than the specified `MaxRecords` value, a pagination - # token called a marker is included in the response so that you can - # retrieve the remaining results. + # token called a marker is included in the response so you can retrieve + # the remaining results. # # Default: 100 # # Constraints: Minimum 20, maximum 100. # @@ -6482,17 +6528,17 @@ # @option params [String] :source # A value that indicates to return only parameters for a specific # source. Parameter sources can be `engine`, `service`, or `customer`. # # @option params [Array<Types::Filter>] :filters - # This parameter is not currently supported. + # This parameter isn't currently supported. # # @option params [Integer] :max_records # The maximum number of records to include in the response. If more # records exist than the specified `MaxRecords` value, a pagination - # token called a marker is included in the response so that you can - # retrieve the remaining results. + # token called a marker is included in the response so you can retrieve + # the remaining results. # # Default: 100 # # Constraints: Minimum 20, maximum 100. # @@ -6641,11 +6687,11 @@ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html # # @option params [String] :db_cluster_identifier # The ID of the DB cluster to retrieve the list of DB cluster snapshots # for. This parameter can't be used in conjunction with the - # `DBClusterSnapshotIdentifier` parameter. This parameter is not + # `DBClusterSnapshotIdentifier` parameter. This parameter isn't # case-sensitive. # # Constraints: # # * If supplied, must match the identifier of an existing DBCluster. @@ -6708,12 +6754,12 @@ # * `engine` - Accepts names of database engines. # # @option params [Integer] :max_records # The maximum number of records to include in the response. If more # records exist than the specified `MaxRecords` value, a pagination - # token called a marker is included in the response so that you can - # retrieve the remaining results. + # token called a marker is included in the response so you can retrieve + # the remaining results. # # Default: 100 # # Constraints: Minimum 20, maximum 100. # @@ -6850,12 +6896,12 @@ # ^ # # @option params [Integer] :max_records # The maximum number of records to include in the response. If more # records exist than the specified `MaxRecords` value, a pagination - # token called a marker is included in the response so that you can - # retrieve the remaining results. + # token called a marker is included in the response so you can retrieve + # the remaining results. # # Default: 100 # # Constraints: Minimum 20, maximum 100. # @@ -7005,17 +7051,17 @@ # * If supplied, must match an existing DBParameterGroupFamily. # # ^ # # @option params [Array<Types::Filter>] :filters - # This parameter is not currently supported. + # This parameter isn't currently supported. # # @option params [Integer] :max_records # The maximum number of records to include in the response. If more than # the `MaxRecords` value is available, a pagination token called a - # marker is included in the response so that you can retrieve the - # remaining results. + # marker is included in the response so you can retrieve the remaining + # results. # # Default: 100 # # Constraints: Minimum 20, maximum 100. # @@ -7484,17 +7530,17 @@ # @option params [Integer] :file_size # Filters the available log files for files larger than the specified # size. # # @option params [Array<Types::Filter>] :filters - # This parameter is not currently supported. + # This parameter isn't currently supported. # # @option params [Integer] :max_records # The maximum number of records to include in the response. If more # records exist than the specified MaxRecords value, a pagination token - # called a marker is included in the response so that you can retrieve - # the remaining results. + # called a marker is included in the response so you can retrieve the + # remaining results. # # @option params [String] :marker # The pagination token provided in the previous request. If this # parameter is specified the response includes only records beyond the # marker, up to MaxRecords. @@ -7568,11 +7614,11 @@ # DBClusterParameterGroup. # # ^ # # @option params [Array<Types::Filter>] :filters - # This parameter is not currently supported. + # This parameter isn't currently supported. # # @option params [Integer] :max_records # The maximum number of records to include in the response. If more # records exist than the specified `MaxRecords` value, a pagination # token called a marker is included in the response so that you can @@ -7656,11 +7702,11 @@ # Default: All parameter types returned # # Valid Values: `user | system | engine-default` # # @option params [Array<Types::Filter>] :filters - # This parameter is not currently supported. + # This parameter isn't currently supported. # # @option params [Integer] :max_records # The maximum number of records to include in the response. If more # records exist than the specified `MaxRecords` value, a pagination # token called a marker is included in the response so that you can @@ -7743,11 +7789,11 @@ # # @option params [String] :db_security_group_name # The name of the DB security group to return details for. # # @option params [Array<Types::Filter>] :filters - # This parameter is not currently supported. + # This parameter isn't currently supported. # # @option params [Integer] :max_records # The maximum number of records to include in the response. If more # records exist than the specified `MaxRecords` value, a pagination # token called a marker is included in the response so that you can @@ -7885,11 +7931,11 @@ # pagination. # # @option params [String] :db_instance_identifier # The ID of the DB instance to retrieve the list of DB snapshots for. # This parameter can't be used in conjunction with - # `DBSnapshotIdentifier`. This parameter is not case-sensitive. + # `DBSnapshotIdentifier`. This parameter isn't case-sensitive. # # Constraints: # # * If supplied, must match the identifier of an existing DBInstance. # @@ -8096,11 +8142,11 @@ # # @option params [String] :db_subnet_group_name # The name of the DB subnet group to return details for. # # @option params [Array<Types::Filter>] :filters - # This parameter is not currently supported. + # This parameter isn't currently supported. # # @option params [Integer] :max_records # The maximum number of records to include in the response. If more # records exist than the specified `MaxRecords` value, a pagination # token called a marker is included in the response so that you can @@ -8184,17 +8230,17 @@ # @option params [required, String] :db_parameter_group_family # The name of the DB cluster parameter group family to return engine # parameter information for. # # @option params [Array<Types::Filter>] :filters - # This parameter is not currently supported. + # This parameter isn't currently supported. # # @option params [Integer] :max_records # The maximum number of records to include in the response. If more # records exist than the specified `MaxRecords` value, a pagination - # token called a marker is included in the response so that you can - # retrieve the remaining results. + # token called a marker is included in the response so you can retrieve + # the remaining results. # # Default: 100 # # Constraints: Minimum 20, maximum 100. # @@ -8269,17 +8315,17 @@ # # @option params [required, String] :db_parameter_group_family # The name of the DB parameter group family. # # @option params [Array<Types::Filter>] :filters - # This parameter is not currently supported. + # This parameter isn't currently supported. # # @option params [Integer] :max_records # The maximum number of records to include in the response. If more # records exist than the specified `MaxRecords` value, a pagination - # token called a marker is included in the response so that you can - # retrieve the remaining results. + # token called a marker is included in the response so you can retrieve + # the remaining results. # # Default: 100 # # Constraints: Minimum 20, maximum 100. # @@ -8363,11 +8409,11 @@ # # Valid values: db-instance \| db-parameter-group \| db-security-group # \| db-snapshot # # @option params [Array<Types::Filter>] :filters - # This parameter is not currently supported. + # This parameter isn't currently supported. # # @return [Types::EventCategoriesMessage] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # # * {Types::EventCategoriesMessage#event_categories_map_list #event_categories_map_list} => Array&lt;Types::EventCategoriesMap&gt; # @@ -8422,11 +8468,11 @@ # @option params [String] :subscription_name # The name of the RDS event notification subscription you want to # describe. # # @option params [Array<Types::Filter>] :filters - # This parameter is not currently supported. + # This parameter isn't currently supported. # # @option params [Integer] :max_records # The maximum number of records to include in the response. If more # records exist than the specified `MaxRecords` value, a pagination # token called a marker is included in the response so that you can @@ -8562,11 +8608,11 @@ # @option params [Array<String>] :event_categories # A list of event categories that trigger notifications for a event # notification subscription. # # @option params [Array<Types::Filter>] :filters - # This parameter is not currently supported. + # This parameter isn't currently supported. # # @option params [Integer] :max_records # The maximum number of records to include in the response. If more # records exist than the specified `MaxRecords` value, a pagination # token called a marker is included in the response so that you can @@ -8742,15 +8788,16 @@ def describe_global_clusters(params = {}, options = {}) req = build_request(:describe_global_clusters, params) req.send_request(options) end - # Describes the available installation media for on-premises, bring your - # own media (BYOM) DB engines, such as Microsoft SQL Server. + # Describes the available installation media for a DB engine that + # requires an on-premises customer provided license, such as Microsoft + # SQL Server. # # @option params [String] :installation_media_id - # The installation media ID. + # The installation medium ID. # # @option params [Array<Types::Filter>] :filters # A filter that specifies one or more installation media to describe. # Supported filters include the following: # @@ -8826,11 +8873,11 @@ # @option params [String] :major_engine_version # If specified, filters the results to include only options for the # specified major engine version. # # @option params [Array<Types::Filter>] :filters - # This parameter is not currently supported. + # This parameter isn't currently supported. # # @option params [Integer] :max_records # The maximum number of records to include in the response. If more # records exist than the specified `MaxRecords` value, a pagination # token called a marker is included in the response so that you can @@ -8928,11 +8975,11 @@ # @option params [String] :option_group_name # The name of the option group to describe. Can't be supplied together # with EngineName or MajorEngineVersion. # # @option params [Array<Types::Filter>] :filters - # This parameter is not currently supported. + # This parameter isn't currently supported. # # @option params [String] :marker # An optional pagination token provided by a previous # DescribeOptionGroups request. If this parameter is specified, the # response includes only records beyond the marker, up to the value @@ -9056,11 +9103,11 @@ # # @option params [Boolean] :vpc # A value that indicates whether to show only VPC or non-VPC offerings. # # @option params [Array<Types::Filter>] :filters - # This parameter is not currently supported. + # This parameter isn't currently supported. # # @option params [Integer] :max_records # The maximum number of records to include in the response. If more # records exist than the specified `MaxRecords` value, a pagination # token called a marker is included in the response so that you can @@ -9296,17 +9343,17 @@ # reserved DB instance. # # </note> # # @option params [Array<Types::Filter>] :filters - # This parameter is not currently supported. + # This parameter isn't currently supported. # # @option params [Integer] :max_records # The maximum number of records to include in the response. If more than # the `MaxRecords` value is available, a pagination token called a - # marker is included in the response so that you can retrieve the - # remaining results. + # marker is included in the response so you can retrieve the remaining + # results. # # Default: 100 # # Constraints: Minimum 20, maximum 100. # @@ -9428,17 +9475,17 @@ # @option params [Boolean] :multi_az # A value that indicates whether to show only those reservations that # support Multi-AZ. # # @option params [Array<Types::Filter>] :filters - # This parameter is not currently supported. + # This parameter isn't currently supported. # # @option params [Integer] :max_records # The maximum number of records to include in the response. If more than # the `MaxRecords` value is available, a pagination token called a - # marker is included in the response so that you can retrieve the - # reamaining results. + # marker is included in the response so you can retrieve the remaining + # results. # # Default: 100 # # Constraints: Minimum 20, maximum 100. # @@ -9529,12 +9576,12 @@ # ^ # # @option params [Integer] :max_records # The maximum number of records to include in the response. If more # records exist than the specified `MaxRecords` value, a pagination - # token called a marker is included in the response so that you can - # retrieve the remaining results. + # token called a marker is included in the response so you can retrieve + # the remaining results. # # Default: 100 # # Constraints: Minimum 20, maximum 100. # @@ -9543,11 +9590,11 @@ # `DescribeSourceRegions` request. If this parameter is specified, the # response includes only records beyond the marker, up to the value # specified by `MaxRecords`. # # @option params [Array<Types::Filter>] :filters - # This parameter is not currently supported. + # This parameter isn't currently supported. # # @return [Types::SourceRegionMessage] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # # * {Types::SourceRegionMessage#marker #marker} => String # * {Types::SourceRegionMessage#source_regions #source_regions} => Array&lt;Types::SourceRegion&gt; @@ -9726,11 +9773,11 @@ # # * If neither Marker or NumberOfLines are specified, the entire log # file is returned up to a maximum of 10000 lines, starting with the # most recent log entries first. # - # * If NumberOfLines is specified and Marker is not specified, then the + # * If NumberOfLines is specified and Marker isn't specified, then the # most recent lines from the end of the log file are returned. # # * If Marker is specified as "0", then the specified number of lines # from the beginning of the log file are returned. # @@ -9808,11 +9855,11 @@ # # # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html # # @option params [required, String] :db_cluster_identifier - # A DB cluster identifier to force a failover for. This parameter is not + # A DB cluster identifier to force a failover for. This parameter isn't # case-sensitive. # # Constraints: # # * Must match the identifier of an existing DBCluster. @@ -9932,22 +9979,22 @@ def failover_db_cluster(params = {}, options = {}) req = build_request(:failover_db_cluster, params) req.send_request(options) end - # Imports the installation media for an on-premises, bring your own - # media (BYOM) DB engine, such as SQL Server. + # Imports the installation media for a DB engine that requires an + # on-premises customer provided license, such as SQL Server. # # @option params [required, String] :custom_availability_zone_id # The identifier of the custom Availability Zone (AZ) to import the # installation media to. # # @option params [required, String] :engine # The name of the database engine to be used for this instance. # - # The list only includes supported on-premises, bring your own media - # (BYOM) DB engines. + # The list only includes supported DB engines that require an + # on-premises customer provided license. # # Valid Values: # # * `sqlserver-ee` # @@ -9961,12 +10008,12 @@ # The version number of the database engine to use. # # For a list of valid engine versions, call DescribeDBEngineVersions. # # The following are the database engines and links to information about - # the major and minor versions. The list only includes supported - # on-premises, bring your own media (BYOM) DB engines. + # the major and minor versions. The list only includes DB engines that + # require an on-premises customer provided license. # # **Microsoft SQL Server** # # See [Version and Feature Support on Amazon RDS][1] in the *Amazon RDS # User Guide.* @@ -9974,18 +10021,18 @@ # # # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.FeatureSupport # # @option params [required, String] :engine_installation_media_path - # The path to the installation media for the specified DB engine. + # The path to the installation medium for the specified DB engine. # # Example: # `SQLServerISO/en_sql_server_2016_enterprise_x64_dvd_8701793.iso` # # @option params [required, String] :os_installation_media_path - # The path to the installation media for the operating system associated - # with the specified DB engine. + # The path to the installation medium for the operating system + # associated with the specified DB engine. # # Example: `WindowsISO/en_windows_server_2016_x64_dvd_9327751.iso` # # @return [Types::InstallationMedia] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # @@ -10046,11 +10093,11 @@ # # # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.ARN.html#USER_Tagging.ARN.Constructing # # @option params [Array<Types::Filter>] :filters - # This parameter is not currently supported. + # This parameter isn't currently supported. # # @return [Types::TagListMessage] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # # * {Types::TagListMessage#tag_list #tag_list} => Array&lt;Types::Tag&gt; # @@ -10125,11 +10172,11 @@ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.how-it-works.html#aurora-serverless.how-it-works.auto-scaling # # @option params [required, String] :db_cluster_identifier # The DB cluster identifier for the cluster being modified. This - # parameter is not case-sensitive. + # parameter isn't case-sensitive. # # Constraints: # # * Must match the identifier of an existing DB cluster. # @@ -10162,11 +10209,11 @@ # # `ForceApplyCapacityChange`, the default, sets the capacity to the # specified value as soon as possible. # # `RollbackCapacityChange` ignores the capacity change if a scaling - # point is not found in the timeout period. + # point isn't found in the timeout period. # # @return [Types::DBClusterCapacityInfo] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # # * {Types::DBClusterCapacityInfo#db_cluster_identifier #db_cluster_identifier} => String # * {Types::DBClusterCapacityInfo#pending_capacity #pending_capacity} => Integer @@ -10214,11 +10261,11 @@ # # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html # # @option params [required, String] :db_cluster_identifier # The DB cluster identifier for the cluster being modified. This - # parameter is not case-sensitive. + # parameter isn't case-sensitive. # # Constraints: This identifier must match the identifier of an existing # DB cluster. # # @option params [String] :new_db_cluster_identifier @@ -10916,11 +10963,11 @@ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html # # @option params [String] :db_subnet_group_name # The new DB subnet group for the DB instance. You can use this # parameter to move your DB instance to a different VPC. If your DB - # instance is not in a VPC, you can also use this parameter to move your + # instance isn't in a VPC, you can also use this parameter to move your # DB instance into a VPC. For more information, see [Updating the VPC # for a DB Instance][1] in the *Amazon RDS User Guide.* # # Changing the subnet group causes an outage during the change. The # change is applied during the next maintenance window, unless you @@ -11351,11 +11398,11 @@ # # @option params [Boolean] :publicly_accessible # A value that indicates whether the DB instance is publicly accessible. # When the DB instance is publicly accessible, it is an Internet-facing # instance with a publicly resolvable DNS name, which resolves to a - # public IP address. When the DB instance is not publicly accessible, it + # public IP address. When the DB instance isn't publicly accessible, it # is an internal instance with a DNS name that resolves to a private IP # address. # # `PubliclyAccessible` only applies to DB instances in a VPC. The DB # instance must be part of a public subnet and `PubliclyAccessible` must @@ -12065,11 +12112,11 @@ # and subscribe to it. # # @option params [String] :source_type # 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. if this value is not specified, all + # set this parameter to db-instance. If this value isn't specified, all # events are returned. # # Valid values: db-instance \| db-parameter-group \| db-security-group # \| db-snapshot # @@ -12159,11 +12206,11 @@ # # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html # # @option params [String] :global_cluster_identifier # The DB cluster identifier for the global cluster being modified. This - # parameter is not case-sensitive. + # parameter isn't case-sensitive. # # Constraints: # # * Must match the identifier of an existing global database cluster. # @@ -12574,11 +12621,11 @@ # # </note> # # @option params [required, String] :db_cluster_identifier # The identifier of the DB cluster Read Replica to promote. This - # parameter is not case-sensitive. + # parameter isn't case-sensitive. # # Constraints: # # * Must match the identifier of an existing DBCluster Read Replica. # @@ -12795,11 +12842,11 @@ # # @option params [Boolean] :force_failover # A value that indicates whether the reboot is conducted through a # Multi-AZ failover. # - # Constraint: You can't enable force failover if the instance is not + # Constraint: You can't enable force failover if the instance isn't # configured for Multi-AZ. # # @return [Types::RebootDBInstanceResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # # * {Types::RebootDBInstanceResult#db_instance #db_instance} => Types::DBInstance @@ -13809,12 +13856,13 @@ # the source DB snapshot with a default configuration and default # security group. # # If a DB cluster snapshot is specified, the target DB cluster is # created from the source DB cluster restore point with the same - # configuration as the original source DB cluster, except that the new - # DB cluster is created with the default security group. + # configuration as the original source DB cluster. If you don't specify + # a security group, the new DB cluster is associated with the default + # security group. # # For more information on Amazon Aurora, see [ What Is Amazon # Aurora?][1] in the *Amazon Aurora User Guide.* # # <note markdown="1"> This action only applies to Aurora DB clusters. @@ -13883,10 +13931,15 @@ # use the following command: # # `aws rds describe-db-engine-versions --engine aurora-postgresql # --query "DBEngineVersions[].EngineVersion"` # + # <note markdown="1"> If you aren't using the default engine version, then you must specify + # the engine version. + # + # </note> + # # **Aurora MySQL** # # Example: `5.6.10a`, `5.6.mysql_aurora.1.19.2`, `5.7.12`, # `5.7.mysql_aurora.2.04.5` # @@ -13936,12 +13989,12 @@ # # * If the DB snapshot or DB cluster snapshot in `SnapshotIdentifier` is # encrypted, then the restored DB cluster is encrypted using the KMS # key that was used to encrypt the DB snapshot or DB cluster snapshot. # - # * If the DB snapshot or DB cluster snapshot in `SnapshotIdentifier` is - # not encrypted, then the restored DB cluster is not encrypted. + # * If the DB snapshot or DB cluster snapshot in `SnapshotIdentifier` + # isn't encrypted, then the restored DB cluster isn't encrypted. # # @option params [Boolean] :enable_iam_database_authentication # A value that indicates whether to enable mapping of AWS Identity and # Access Management (IAM) accounts to database accounts. By default, # mapping is disabled. @@ -14220,11 +14273,11 @@ # # Constraints: # # * Must be before the latest restorable time for the DB instance # - # * Must be specified if `UseLatestRestorableTime` parameter is not + # * Must be specified if `UseLatestRestorableTime` parameter isn't # provided # # * Can't be specified if the `UseLatestRestorableTime` parameter is # enabled # @@ -14233,11 +14286,11 @@ # # Example: `2015-03-07T23:45:00Z` # # @option params [Boolean] :use_latest_restorable_time # A value that indicates whether to restore the DB cluster to the latest - # restorable backup time. By default, the DB cluster is not restored to + # restorable backup time. By default, the DB cluster isn't restored to # the latest restorable backup time. # # Constraints: Can't be specified if `RestoreToTime` parameter is # provided. # @@ -14290,14 +14343,14 @@ # # * If the DB cluster is encrypted, then the restored DB cluster is # encrypted using the KMS key that was used to encrypt the source DB # cluster. # - # * If the DB cluster is not encrypted, then the restored DB cluster is - # not encrypted. + # * If the DB cluster isn't encrypted, then the restored DB cluster + # isn't encrypted. # - # If `DBClusterIdentifier` refers to a DB cluster that is not encrypted, + # If `DBClusterIdentifier` refers to a DB cluster that isn't encrypted, # then the restore request is rejected. # # @option params [Boolean] :enable_iam_database_authentication # A value that indicates whether to enable mapping of AWS Identity and # Access Management (IAM) accounts to database accounts. By default, @@ -14587,11 +14640,11 @@ # # @option params [Boolean] :publicly_accessible # A value that indicates whether the DB instance is publicly accessible. # When the DB instance is publicly accessible, it is an Internet-facing # instance with a publicly resolvable DNS name, which resolves to a - # public IP address. When the DB instance is not publicly accessible, it + # public IP address. When the DB instance isn't publicly accessible, it # is an internal instance with a DNS name that resolves to a private IP # address. For more information, see CreateDBInstance. # # @option params [Boolean] :auto_minor_version_upgrade # A value that indicates whether minor version upgrades are applied @@ -14646,11 +14699,11 @@ # # * `sqlserver-web` # # @option params [Integer] :iops # Specifies the amount of provisioned IOPS for the DB instance, - # expressed in I/O operations per second. If this parameter is not + # 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. # @@ -15105,11 +15158,11 @@ # `db.m4.large`. Not all DB instance classes are available in all AWS # Regions, or for all database engines. For the full list of DB instance # classes, and availability for your engine, see [DB Instance Class][1] # in the *Amazon RDS User Guide.* # - # Importing from Amazon S3 is not supported on the db.t2.micro DB + # Importing from Amazon S3 isn't supported on the db.t2.micro DB # instance class. # # # # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html @@ -15260,11 +15313,11 @@ # # @option params [Boolean] :publicly_accessible # A value that indicates whether the DB instance is publicly accessible. # When the DB instance is publicly accessible, it is an Internet-facing # instance with a publicly resolvable DNS name, which resolves to a - # public IP address. When the DB instance is not publicly accessible, it + # public IP address. When the DB instance isn't publicly accessible, it # is an internal instance with a DNS name that resolves to a private IP # address. For more information, see CreateDBInstance. # # @option params [Array<Types::Tag>] :tags # A list of tags to associate with this DB instance. For more @@ -15663,11 +15716,11 @@ # # Example: `2009-09-07T23:45:00Z` # # @option params [Boolean] :use_latest_restorable_time # A value that indicates whether the DB instance is restored from the - # latest backup time. By default, the DB instance is not restored from + # latest backup time. By default, the DB instance isn't restored from # the latest backup time. # # Constraints: Can't be specified if the `RestoreTime` parameter is # provided. # @@ -15718,11 +15771,11 @@ # # @option params [Boolean] :publicly_accessible # A value that indicates whether the DB instance is publicly accessible. # When the DB instance is publicly accessible, it is an Internet-facing # instance with a publicly resolvable DNS name, which resolves to a - # public IP address. When the DB instance is not publicly accessible, it + # public IP address. When the DB instance isn't publicly accessible, it # is an internal instance with a DNS name that resolves to a private IP # address. For more information, see CreateDBInstance. # # @option params [Boolean] :auto_minor_version_upgrade # A value that indicates whether minor version upgrades are applied @@ -15737,11 +15790,11 @@ # `general-public-license` # # @option params [String] :db_name # The database name for the restored DB instance. # - # <note markdown="1"> This parameter is not used for the MySQL or MariaDB engines. + # <note markdown="1"> This parameter isn't used for the MySQL or MariaDB engines. # # </note> # # @option params [String] :engine # The database engine to use for the new instance. @@ -15780,11 +15833,11 @@ # # Constraints: Must be an integer greater than 1000. # # **SQL Server** # - # Setting the IOPS value for the SQL Server database engine is not + # Setting the IOPS value for the SQL Server database engine isn't # supported. # # @option params [String] :option_group_name # The name of the option group to be used for the restored DB instance. # @@ -16213,13 +16266,13 @@ # security groups, `EC2SecurityGroupId` must be provided. Otherwise, # EC2SecurityGroupOwnerId and either `EC2SecurityGroupName` or # `EC2SecurityGroupId` must be provided. # # @option params [String] :ec2_security_group_owner_id - # The AWS Account Number of the owner of the EC2 security group - # specified in the `EC2SecurityGroupName` parameter. The AWS Access Key - # ID is not an acceptable value. For VPC DB security groups, + # The AWS account number of the owner of the EC2 security group + # specified in the `EC2SecurityGroupName` parameter. The AWS access key + # ID isn't an acceptable value. For VPC DB security groups, # `EC2SecurityGroupId` must be provided. Otherwise, # EC2SecurityGroupOwnerId and either `EC2SecurityGroupName` or # `EC2SecurityGroupId` must be provided. # # @return [Types::RevokeDBSecurityGroupIngressResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods: @@ -16937,10 +16990,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-rds' - context[:gem_version] = '1.69.0' + context[:gem_version] = '1.70.0' Seahorse::Client::Request.new(handlers, context) end # Polls an API operation until a resource enters a desired state. #