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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0a4e8ab94c9a93f390c534dfc37cb54e5b2da558724de90ed10c570914ef5f49
4
- data.tar.gz: ef5640bf61f6e03fd2476f80f2e2b65daadd16492a790080d57ccb06d3681707
3
+ metadata.gz: 3981e225742b8b9ed5d3814db6536b5f025653a9a1ac32cc415d33682b94dc02
4
+ data.tar.gz: 987f2bf638f295628e15bf1c7f56ac506191aa0f19d94a39513f3687ab7221dd
5
5
  SHA512:
6
- metadata.gz: 8d93822a898494a97c047b2889bd1e7959b8393ad1ac418ca6e9e5b31f30eb92aeb3c37f62d57f75a30de30adb2537143035275c2c40cb707d82f0d46890b221
7
- data.tar.gz: 224cd5c6d06a8cc7f7975da532d5fdcfc86c92070d97f7c7e3b97f006755d01a6da683c679cffb6e59846ec63c3084cb9a2c53226b7ff5f0e0a7e4d81886baca
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.162.0
1
+ 1.163.0
@@ -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.162.0'
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|
@@ -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
@@ -78,6 +78,6 @@ require_relative 'aws-sdk-rds/customizations'
78
78
  # @!group service
79
79
  module Aws::RDS
80
80
 
81
- GEM_VERSION = '1.162.0'
81
+ GEM_VERSION = '1.163.0'
82
82
 
83
83
  end
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.162.0
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-05 00:00:00.000000000 Z
11
+ date: 2022-12-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4