aws-sdk-rds 1.162.0 → 1.163.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds/client.rb +3 -3
- data/lib/aws-sdk-rds/client_api.rb +3 -0
- data/lib/aws-sdk-rds/resource.rb +1 -1
- data/lib/aws-sdk-rds.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3981e225742b8b9ed5d3814db6536b5f025653a9a1ac32cc415d33682b94dc02
|
4
|
+
data.tar.gz: 987f2bf638f295628e15bf1c7f56ac506191aa0f19d94a39513f3687ab7221dd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9393c80b07dfc4e52afaf50d5d9d0727ec316208ff3a53dd9310f51d2f71647869f088f88474c1868e90c9023631cbc1bdca5419424f1a6ae1f491c798f50082
|
7
|
+
data.tar.gz: ec12b36d3a468d9f0093d80ed2ca37b555a49ce5ffce3f526a9f0acc5c25ee3bdbe4241cdbcf6477f3295e4da4e43baefd8a64344c2dc16d60b9ef7696afc584
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.163.0 (2022-12-06)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds the BlueGreenDeploymentNotFoundFault to the AddTagsToResource, ListTagsForResource, and RemoveTagsFromResource operations.
|
8
|
+
|
4
9
|
1.162.0 (2022-12-05)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.163.0
|
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -11653,7 +11653,7 @@ module Aws::RDS
|
|
11653
11653
|
#
|
11654
11654
|
# resp = client.describe_events({
|
11655
11655
|
# source_identifier: "String",
|
11656
|
-
# source_type: "db-instance", # accepts db-instance, db-parameter-group, db-security-group, db-snapshot, db-cluster, db-cluster-snapshot, custom-engine-version, db-proxy
|
11656
|
+
# source_type: "db-instance", # accepts db-instance, db-parameter-group, db-security-group, db-snapshot, db-cluster, db-cluster-snapshot, custom-engine-version, db-proxy, blue-green-deployment
|
11657
11657
|
# start_time: Time.now,
|
11658
11658
|
# end_time: Time.now,
|
11659
11659
|
# duration: 1,
|
@@ -11673,7 +11673,7 @@ module Aws::RDS
|
|
11673
11673
|
# resp.marker #=> String
|
11674
11674
|
# resp.events #=> Array
|
11675
11675
|
# resp.events[0].source_identifier #=> String
|
11676
|
-
# resp.events[0].source_type #=> String, one of "db-instance", "db-parameter-group", "db-security-group", "db-snapshot", "db-cluster", "db-cluster-snapshot", "custom-engine-version", "db-proxy"
|
11676
|
+
# resp.events[0].source_type #=> String, one of "db-instance", "db-parameter-group", "db-security-group", "db-snapshot", "db-cluster", "db-cluster-snapshot", "custom-engine-version", "db-proxy", "blue-green-deployment"
|
11677
11677
|
# resp.events[0].message #=> String
|
11678
11678
|
# resp.events[0].event_categories #=> Array
|
11679
11679
|
# resp.events[0].event_categories[0] #=> String
|
@@ -23640,7 +23640,7 @@ module Aws::RDS
|
|
23640
23640
|
params: params,
|
23641
23641
|
config: config)
|
23642
23642
|
context[:gem_name] = 'aws-sdk-rds'
|
23643
|
-
context[:gem_version] = '1.
|
23643
|
+
context[:gem_version] = '1.163.0'
|
23644
23644
|
Seahorse::Client::Request.new(handlers, context)
|
23645
23645
|
end
|
23646
23646
|
|
@@ -3659,6 +3659,7 @@ module Aws::RDS
|
|
3659
3659
|
o.errors << Shapes::ShapeRef.new(shape: DBSnapshotNotFoundFault)
|
3660
3660
|
o.errors << Shapes::ShapeRef.new(shape: DBProxyNotFoundFault)
|
3661
3661
|
o.errors << Shapes::ShapeRef.new(shape: DBProxyTargetGroupNotFoundFault)
|
3662
|
+
o.errors << Shapes::ShapeRef.new(shape: BlueGreenDeploymentNotFoundFault)
|
3662
3663
|
end)
|
3663
3664
|
|
3664
3665
|
api.add_operation(:apply_pending_maintenance_action, Seahorse::Model::Operation.new.tap do |o|
|
@@ -4811,6 +4812,7 @@ module Aws::RDS
|
|
4811
4812
|
o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
|
4812
4813
|
o.errors << Shapes::ShapeRef.new(shape: DBProxyNotFoundFault)
|
4813
4814
|
o.errors << Shapes::ShapeRef.new(shape: DBProxyTargetGroupNotFoundFault)
|
4815
|
+
o.errors << Shapes::ShapeRef.new(shape: BlueGreenDeploymentNotFoundFault)
|
4814
4816
|
end)
|
4815
4817
|
|
4816
4818
|
api.add_operation(:modify_activity_stream, Seahorse::Model::Operation.new.tap do |o|
|
@@ -5172,6 +5174,7 @@ module Aws::RDS
|
|
5172
5174
|
o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
|
5173
5175
|
o.errors << Shapes::ShapeRef.new(shape: DBProxyNotFoundFault)
|
5174
5176
|
o.errors << Shapes::ShapeRef.new(shape: DBProxyTargetGroupNotFoundFault)
|
5177
|
+
o.errors << Shapes::ShapeRef.new(shape: BlueGreenDeploymentNotFoundFault)
|
5175
5178
|
end)
|
5176
5179
|
|
5177
5180
|
api.add_operation(:reset_db_cluster_parameter_group, Seahorse::Model::Operation.new.tap do |o|
|
data/lib/aws-sdk-rds/resource.rb
CHANGED
@@ -3233,7 +3233,7 @@ module Aws::RDS
|
|
3233
3233
|
#
|
3234
3234
|
# events = rds.events({
|
3235
3235
|
# source_identifier: "String",
|
3236
|
-
# source_type: "db-instance", # accepts db-instance, db-parameter-group, db-security-group, db-snapshot, db-cluster, db-cluster-snapshot, custom-engine-version, db-proxy
|
3236
|
+
# source_type: "db-instance", # accepts db-instance, db-parameter-group, db-security-group, db-snapshot, db-cluster, db-cluster-snapshot, custom-engine-version, db-proxy, blue-green-deployment
|
3237
3237
|
# start_time: Time.now,
|
3238
3238
|
# end_time: Time.now,
|
3239
3239
|
# duration: 1,
|
data/lib/aws-sdk-rds.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-rds
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.163.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-12-
|
11
|
+
date: 2022-12-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|