lib/aws-sdk-rds/client.rb in aws-sdk-rds-1.226.0 vs lib/aws-sdk-rds/client.rb in aws-sdk-rds-1.227.0
- old
+ new
@@ -17863,11 +17863,11 @@
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/DBActivityStreams.Modifying.html
#
# @option params [String] :resource_arn
# The Amazon Resource Name (ARN) of the RDS for Oracle or Microsoft SQL
# Server DB instance. For example,
- # `arn:aws:rds:us-east-1:12345667890:instance:my-orcl-db`.
+ # `arn:aws:rds:us-east-1:12345667890:db:my-orcl-db`.
#
# @option params [String] :audit_policy_state
# The audit policy state. When a policy is unlocked, it is read/write.
# When it is locked, it is read-only. You can edit your audit policy
# only when the activity stream is unlocked or stopped.
@@ -30768,10 +30768,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-rds'
- context[:gem_version] = '1.226.0'
+ context[:gem_version] = '1.227.0'
Seahorse::Client::Request.new(handlers, context)
end
# Polls an API operation until a resource enters a desired state.
#