Skip to content

Commit 4cddb34

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated API models and rebuilt service gems.
1 parent 40e8ca5 commit 4cddb34

File tree

12 files changed

+59
-49
lines changed

12 files changed

+59
-49
lines changed

apis/rds/2014-10-31/docs-2.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
"StopDBCluster": "<p>Stops an Amazon Aurora DB cluster. When you stop a DB cluster, Aurora retains the DB cluster's metadata, including its endpoints and DB parameter groups. Aurora also retains the transaction logs so you can do a point-in-time restore if necessary.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-cluster-stop-start.html\"> Stopping and Starting an Aurora Cluster</a> in the <i>Amazon Aurora User Guide</i>.</p> <note> <p>This action only applies to Aurora DB clusters.</p> </note>",
139139
"StopDBInstance": "<p>Stops an Amazon RDS DB instance. When you stop a DB instance, Amazon RDS retains the DB instance's metadata, including its endpoint, DB parameter group, and option group membership. Amazon RDS also retains the transaction logs so you can do a point-in-time restore if necessary.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_StopInstance.html\"> Stopping an Amazon RDS DB Instance Temporarily</a> in the <i>Amazon RDS User Guide.</i> </p> <note> <p>This command doesn't apply to RDS Custom, Aurora MySQL, and Aurora PostgreSQL. For Aurora clusters, use <code>StopDBCluster</code> instead.</p> </note>",
140140
"StopDBInstanceAutomatedBackupsReplication": "<p>Stops automated backup replication for a DB instance.</p> <p>This command doesn't apply to RDS Custom, Aurora MySQL, and Aurora PostgreSQL.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReplicateBackups.html\"> Replicating Automated Backups to Another Amazon Web Services Region</a> in the <i>Amazon RDS User Guide.</i> </p>",
141-
"SwitchoverReadReplica": "<p>Switches over an Oracle standby database in an Oracle Data Guard environment, making it the new primary database. Issue this command in the AWS Region that hosts the current standby database.</p>"
141+
"SwitchoverReadReplica": "<p>Switches over an Oracle standby database in an Oracle Data Guard environment, making it the new primary database. Issue this command in the Region that hosts the current standby database.</p>"
142142
},
143143
"shapes": {
144144
"AccountAttributesMessage": {
@@ -2709,7 +2709,7 @@
27092709
"KmsKeyIdOrArn": {
27102710
"base": null,
27112711
"refs": {
2712-
"CreateCustomDBEngineVersionMessage$KMSKeyId": "<p>The Amazon Web Services KMS key identifier for an encrypted CEV. A symmetric KMS key is required for RDS Custom, but optional for Amazon RDS.</p> <p>If you have an existing symmetric KMS key in your account, you can use it with RDS Custom. No further action is necessary. If you don't already have a symmetric KMS key in your account, follow the instructions in <a href=\"https://docs.aws.amazon.com/kms/latest/developerguide/create-keys.html#create-symmetric-cmk\"> Creating symmetric KMS keys</a> in the <i>Amazon Web Services Key Management Service Developer Guide</i>.</p> <p>You can choose the same symmetric key when you create a CEV and a DB instance, or choose different keys.</p>"
2712+
"CreateCustomDBEngineVersionMessage$KMSKeyId": "<p>The Amazon Web Services KMS key identifier for an encrypted CEV. A symmetric encryption KMS key is required for RDS Custom, but optional for Amazon RDS.</p> <p>If you have an existing symmetric encryption KMS key in your account, you can use it with RDS Custom. No further action is necessary. If you don't already have a symmetric encryption KMS key in your account, follow the instructions in <a href=\"https://docs.aws.amazon.com/kms/latest/developerguide/create-keys.html#create-symmetric-cmk\"> Creating a symmetric encryption KMS key</a> in the <i>Amazon Web Services Key Management Service Developer Guide</i>.</p> <p>You can choose the same symmetric encryption key when you create a CEV and a DB instance, or choose different keys.</p>"
27132713
}
27142714
},
27152715
"ListTagsForResourceMessage": {
@@ -4295,7 +4295,7 @@
42954295
"ModifyDBClusterSnapshotAttributeMessage$DBClusterSnapshotIdentifier": "<p>The identifier for the DB cluster snapshot to modify the attributes for.</p>",
42964296
"ModifyDBClusterSnapshotAttributeMessage$AttributeName": "<p>The name of the DB cluster snapshot attribute to modify.</p> <p>To manage authorization for other Amazon Web Services accounts to copy or restore a manual DB cluster snapshot, set this value to <code>restore</code>.</p> <note> <p>To view the list of attributes available to modify, use the <a>DescribeDBClusterSnapshotAttributes</a> API operation.</p> </note>",
42974297
"ModifyDBInstanceMessage$DBInstanceIdentifier": "<p>The DB instance identifier. This value is stored as a lowercase string.</p> <p>Constraints:</p> <ul> <li> <p>Must match the identifier of an existing DBInstance.</p> </li> </ul>",
4298-
"ModifyDBInstanceMessage$DBInstanceClass": "<p>The new compute and memory capacity of the DB instance, 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 <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html\">DB Instance Class</a> in the <i>Amazon RDS User Guide</i>. For RDS Custom, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-reqs-limits.html#custom-reqs-limits.instances\">DB instance class support for RDS Custom for Oracle</a> and <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-reqs-limits-MS.html#custom-reqs-limits.instancesMS\">DB instance class support for RDS Custom for SQL Server</a>.</p> <p>If you modify the DB instance class, an outage occurs during the change. The change is applied during the next maintenance window, unless <code>ApplyImmediately</code> is enabled for this request. </p> <p>Default: Uses existing setting</p>",
4298+
"ModifyDBInstanceMessage$DBInstanceClass": "<p>The new compute and memory capacity of the DB instance, 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 <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html\">DB instance classes</a> in the <i>Amazon RDS User Guide</i> or <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.DBInstanceClass.html\">Aurora DB instance classes</a> in the <i>Amazon Aurora User Guide</i>.</p> <p>If you modify the DB instance class, an outage occurs during the change. The change is applied during the next maintenance window, unless <code>ApplyImmediately</code> is enabled for this request.</p> <p>This setting doesn't apply to RDS Custom for Oracle.</p> <p>Default: Uses existing setting</p>",
42994299
"ModifyDBInstanceMessage$DBSubnetGroupName": "<p>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 isn't in a VPC, you can also use this parameter to move your DB instance into a VPC. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html#USER_VPC.Non-VPC2VPC\">Working with a DB instance in a VPC</a> in the <i>Amazon RDS User Guide</i>.</p> <p>Changing the subnet group causes an outage during the change. The change is applied during the next maintenance window, unless you enable <code>ApplyImmediately</code>.</p> <p>This parameter doesn't apply to RDS Custom.</p> <p>Constraints: If supplied, must match the name of an existing DBSubnetGroup.</p> <p>Example: <code>mydbsubnetgroup</code> </p>",
43004300
"ModifyDBInstanceMessage$MasterUserPassword": "<p>The new password for the master user. The password can include any printable ASCII character except \"/\", \"\"\", or \"@\".</p> <p>Changing this parameter doesn't result in an outage and the change is asynchronously applied as soon as possible. Between the time of the request and the completion of the request, the <code>MasterUserPassword</code> element exists in the <code>PendingModifiedValues</code> element of the operation response.</p> <p>This setting doesn't apply to RDS Custom.</p> <p> <b>Amazon Aurora</b> </p> <p>Not applicable. The password for the master user is managed by the DB cluster. For more information, see <code>ModifyDBCluster</code>.</p> <p>Default: Uses existing setting</p> <p> <b>MariaDB</b> </p> <p>Constraints: Must contain from 8 to 41 characters.</p> <p> <b>Microsoft SQL Server</b> </p> <p>Constraints: Must contain from 8 to 128 characters.</p> <p> <b>MySQL</b> </p> <p>Constraints: Must contain from 8 to 41 characters.</p> <p> <b>Oracle</b> </p> <p>Constraints: Must contain from 8 to 30 characters.</p> <p> <b>PostgreSQL</b> </p> <p>Constraints: Must contain from 8 to 128 characters.</p> <note> <p>Amazon RDS API operations never return the password, so this action provides a way to regain access to a primary instance user if the password is lost. This includes restoring privileges that might have been accidentally revoked.</p> </note>",
43014301
"ModifyDBInstanceMessage$DBParameterGroupName": "<p>The name of the DB parameter group to apply to the DB instance.</p> <p>Changing this setting doesn't result in an outage. The parameter group name itself is changed immediately, but the actual parameter changes are not applied until you reboot the instance without failover. In this case, the DB instance isn't rebooted automatically, and the parameter changes aren't applied during the next maintenance window. However, if you modify dynamic parameters in the newly associated DB parameter group, these changes are applied immediately without a reboot.</p> <p>This setting doesn't apply to RDS Custom.</p> <p>Default: Uses existing setting</p> <p>Constraints: The DB parameter group must be in the same DB parameter group family as the DB instance.</p>",
@@ -4745,7 +4745,7 @@
47454745
"DBSnapshot$SnapshotCreateTime": "<p>Specifies when the snapshot was taken in Coordinated Universal Time (UTC). Changes for the copy when the snapshot is copied.</p>",
47464746
"DBSnapshot$InstanceCreateTime": "<p>Specifies the time in Coordinated Universal Time (UTC) when the DB instance, from which the snapshot was taken, was created.</p>",
47474747
"DBSnapshot$OriginalSnapshotCreateTime": "<p>Specifies the time of the CreateDBSnapshot operation in Coordinated Universal Time (UTC). Doesn't change when the snapshot is copied.</p>",
4748-
"DBSnapshot$SnapshotDatabaseTime": "<p>The timestamp of the most recent transaction applied to the database that you're backing up. Thus, if you restore a snapshot, SnapshotDatabaseTime is the most recent transaction in the restored DB instance. In contrast, originalSnapshotCreateTime specifies the system time that the snapshot completed.</p> <p>If you back up a read replica, you can determine the replica lag by comparing SnapshotDatabaseTime with originalSnapshotCreateTime. For example, if originalSnapshotCreateTime is two hours later than SnapshotDatabaseTime, then the replica lag is two hours. *** REVIEWERS 7/27: Switchover</p>",
4748+
"DBSnapshot$SnapshotDatabaseTime": "<p>The timestamp of the most recent transaction applied to the database that you're backing up. Thus, if you restore a snapshot, SnapshotDatabaseTime is the most recent transaction in the restored DB instance. In contrast, originalSnapshotCreateTime specifies the system time that the snapshot completed.</p> <p>If you back up a read replica, you can determine the replica lag by comparing SnapshotDatabaseTime with originalSnapshotCreateTime. For example, if originalSnapshotCreateTime is two hours later than SnapshotDatabaseTime, then the replica lag is two hours.</p>",
47494749
"DescribeEventsMessage$StartTime": "<p>The beginning of the time interval to retrieve events for, specified in ISO 8601 format. For more information about ISO 8601, go to the <a href=\"http://en.wikipedia.org/wiki/ISO_8601\">ISO8601 Wikipedia page.</a> </p> <p>Example: 2009-07-08T18:00Z</p>",
47504750
"DescribeEventsMessage$EndTime": "<p>The end of the time interval for which to retrieve events, specified in ISO 8601 format. For more information about ISO 8601, go to the <a href=\"http://en.wikipedia.org/wiki/ISO_8601\">ISO8601 Wikipedia page.</a> </p> <p>Example: 2009-07-08T18:00Z</p>",
47514751
"Event$Date": "<p>Specifies the date and time of the event.</p>",

gems/aws-sdk-mediapackage/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Unreleased Changes
22
------------------
33

4+
1.55.0 (2022-08-26)
5+
------------------
6+
7+
* Feature - This release adds Ads AdTriggers and AdsOnDeliveryRestrictions to describe calls for CMAF endpoints on MediaPackage.
8+
49
1.54.0 (2022-07-18)
510
------------------
611

gems/aws-sdk-mediapackage/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.54.0
1+
1.55.0

gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@
4848
# @!group service
4949
module Aws::MediaPackage
5050

51-
GEM_VERSION = '1.54.0'
51+
GEM_VERSION = '1.55.0'
5252

5353
end

gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1900,7 +1900,7 @@ def build_request(operation_name, params = {})
19001900
params: params,
19011901
config: config)
19021902
context[:gem_name] = 'aws-sdk-mediapackage'
1903-
context[:gem_version] = '1.54.0'
1903+
context[:gem_version] = '1.55.0'
19041904
Seahorse::Client::Request.new(handlers, context)
19051905
end
19061906

gems/aws-sdk-rds/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Unreleased Changes
22
------------------
33

4+
1.155.0 (2022-08-26)
5+
------------------
6+
7+
* Feature - Removes support for RDS Custom from DBInstanceClass in ModifyDBInstance
8+
49
1.154.0 (2022-08-23)
510
------------------
611

gems/aws-sdk-rds/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.154.0
1+
1.155.0

gems/aws-sdk-rds/lib/aws-sdk-rds.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@
7474
# @!group service
7575
module Aws::RDS
7676

77-
GEM_VERSION = '1.154.0'
77+
GEM_VERSION = '1.155.0'
7878

7979
end

gems/aws-sdk-rds/lib/aws-sdk-rds/client.rb

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1840,17 +1840,18 @@ def copy_option_group(params = {}, options = {})
18401840
#
18411841
# @option params [required, String] :kms_key_id
18421842
# The Amazon Web Services KMS key identifier for an encrypted CEV. A
1843-
# symmetric KMS key is required for RDS Custom, but optional for Amazon
1844-
# RDS.
1845-
#
1846-
# If you have an existing symmetric KMS key in your account, you can use
1847-
# it with RDS Custom. No further action is necessary. If you don't
1848-
# already have a symmetric KMS key in your account, follow the
1849-
# instructions in [ Creating symmetric KMS keys][1] in the *Amazon Web
1850-
# Services Key Management Service Developer Guide*.
1843+
# symmetric encryption KMS key is required for RDS Custom, but optional
1844+
# for Amazon RDS.
1845+
#
1846+
# If you have an existing symmetric encryption KMS key in your account,
1847+
# you can use it with RDS Custom. No further action is necessary. If you
1848+
# don't already have a symmetric encryption KMS key in your account,
1849+
# follow the instructions in [ Creating a symmetric encryption KMS
1850+
# key][1] in the *Amazon Web Services Key Management Service Developer
1851+
# Guide*.
18511852
#
1852-
# You can choose the same symmetric key when you create a CEV and a DB
1853-
# instance, or choose different keys.
1853+
# You can choose the same symmetric encryption key when you create a CEV
1854+
# and a DB instance, or choose different keys.
18541855
#
18551856
#
18561857
#
@@ -14399,21 +14400,21 @@ def modify_db_cluster_snapshot_attribute(params = {}, options = {})
1439914400
# db.m4.large. Not all DB instance classes are available in all Amazon
1440014401
# Web Services Regions, or for all database engines. For the full list
1440114402
# of DB instance classes, and availability for your engine, see [DB
14402-
# Instance Class][1] in the *Amazon RDS User Guide*. For RDS Custom, see
14403-
# [DB instance class support for RDS Custom for Oracle][2] and [DB
14404-
# instance class support for RDS Custom for SQL Server][3].
14403+
# instance classes][1] in the *Amazon RDS User Guide* or [Aurora DB
14404+
# instance classes][2] in the *Amazon Aurora User Guide*.
1440514405
#
1440614406
# If you modify the DB instance class, an outage occurs during the
1440714407
# change. The change is applied during the next maintenance window,
1440814408
# unless `ApplyImmediately` is enabled for this request.
1440914409
#
14410+
# This setting doesn't apply to RDS Custom for Oracle.
14411+
#
1441014412
# Default: Uses existing setting
1441114413
#
1441214414
#
1441314415
#
1441414416
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html
14415-
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-reqs-limits.html#custom-reqs-limits.instances
14416-
# [3]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-reqs-limits-MS.html#custom-reqs-limits.instancesMS
14417+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.DBInstanceClass.html
1441714418
#
1441814419
# @option params [String] :db_subnet_group_name
1441914420
# The new DB subnet group for the DB instance. You can use this
@@ -22824,7 +22825,7 @@ def stop_db_instance_automated_backups_replication(params = {}, options = {})
2282422825

2282522826
# Switches over an Oracle standby database in an Oracle Data Guard
2282622827
# environment, making it the new primary database. Issue this command in
22827-
# the AWS Region that hosts the current standby database.
22828+
# the Region that hosts the current standby database.
2282822829
#
2282922830
# @option params [required, String] :db_instance_identifier
2283022831
# The DB instance identifier of the current standby database. This value
@@ -23012,7 +23013,7 @@ def build_request(operation_name, params = {})
2301223013
params: params,
2301323014
config: config)
2301423015
context[:gem_name] = 'aws-sdk-rds'
23015-
context[:gem_version] = '1.154.0'
23016+
context[:gem_version] = '1.155.0'
2301623017
Seahorse::Client::Request.new(handlers, context)
2301723018
end
2301823019

gems/aws-sdk-rds/lib/aws-sdk-rds/db_instance.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2677,21 +2677,21 @@ def delete(options = {})
26772677
# db.m4.large. Not all DB instance classes are available in all Amazon
26782678
# Web Services Regions, or for all database engines. For the full list
26792679
# of DB instance classes, and availability for your engine, see [DB
2680-
# Instance Class][1] in the *Amazon RDS User Guide*. For RDS Custom, see
2681-
# [DB instance class support for RDS Custom for Oracle][2] and [DB
2682-
# instance class support for RDS Custom for SQL Server][3].
2680+
# instance classes][1] in the *Amazon RDS User Guide* or [Aurora DB
2681+
# instance classes][2] in the *Amazon Aurora User Guide*.
26832682
#
26842683
# If you modify the DB instance class, an outage occurs during the
26852684
# change. The change is applied during the next maintenance window,
26862685
# unless `ApplyImmediately` is enabled for this request.
26872686
#
2687+
# This setting doesn't apply to RDS Custom for Oracle.
2688+
#
26882689
# Default: Uses existing setting
26892690
#
26902691
#
26912692
#
26922693
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html
2693-
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-reqs-limits.html#custom-reqs-limits.instances
2694-
# [3]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-reqs-limits-MS.html#custom-reqs-limits.instancesMS
2694+
# [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.DBInstanceClass.html
26952695
# @option options [String] :db_subnet_group_name
26962696
# The new DB subnet group for the DB instance. You can use this
26972697
# parameter to move your DB instance to a different VPC. If your DB

0 commit comments

Comments
 (0)