aws-sdk-rds 1.0.0 → 1.1.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
  SHA1:
3
- metadata.gz: b2de53d356f54abb81f5a0219caf9c1eabf1bd74
4
- data.tar.gz: 342049d280394fa7d71db3daf07c1b7a2f6da6a1
3
+ metadata.gz: d3bb71594ec95d089f849ba5c691b8c40196c2f3
4
+ data.tar.gz: e896dd0ebb45715cc019e3a6407221d07996f942
5
5
  SHA512:
6
- metadata.gz: ec6d8d942161c2db910cb16b128f00baa0177950a8265e9274f27f51ed068dfba5f3d2400db8e3ce459c3aa88b163e9a5ad2700f1c5f40f28792732e76ac081b
7
- data.tar.gz: 86840661e8c652539ac4db4f9f1e07beeb83f1ea88bb8039b3c654402f717307f14872eb7dd3d10ddac3cc639daa1daf9880e186e52853796f39486c20d89253
6
+ metadata.gz: 43a07c9dccfd94ddcf8e93452ca04e8d4f10e553007a1e7ae4aef240ae9af41992bc71ab5765f35f5dc42951a06f02f5b66e393afaad1c624747fda145ed3c8c
7
+ data.tar.gz: 2933d95ea19dca0eb4425b3a9d3f720c3908fcc7ba66190dbaf08171d62b3df8152b2e94bae9e84922ffe8bda9d8cde48d17211b15524146466112472b274c98
@@ -68,6 +68,6 @@ require_relative 'aws-sdk-rds/customizations'
68
68
  # @service
69
69
  module Aws::RDS
70
70
 
71
- GEM_VERSION = '1.0.0'
71
+ GEM_VERSION = '1.1.0'
72
72
 
73
73
  end
@@ -5825,7 +5825,8 @@ module Aws::RDS
5825
5825
  #
5826
5826
  # @example Example: To list DB log file names
5827
5827
  #
5828
- # # This example lists matching log file names for the specified DB instance, file name pattern, last write date in POSIX time with milleseconds, and minimum file size.
5828
+ # # This example lists matching log file names for the specified DB instance, file name pattern, last write date in POSIX
5829
+ # # time with milleseconds, and minimum file size.
5829
5830
  #
5830
5831
  # resp = client.describe_db_log_files({
5831
5832
  # db_instance_identifier: "mymysqlinstance",
@@ -6876,7 +6877,8 @@ module Aws::RDS
6876
6877
  #
6877
6878
  # @example Example: To list information about events
6878
6879
  #
6879
- # # This example lists information for all backup-related events for the specified DB instance for the past 7 days (7 days * 24 hours * 60 minutes = 10,080 minutes).
6880
+ # # This example lists information for all backup-related events for the specified DB instance for the past 7 days (7 days *
6881
+ # # 24 hours * 60 minutes = 10,080 minutes).
6880
6882
  #
6881
6883
  # resp = client.describe_events({
6882
6884
  # duration: 10080,
@@ -7195,7 +7197,8 @@ module Aws::RDS
7195
7197
  #
7196
7198
  # @example Example: To list information about orderable DB instance options
7197
7199
  #
7198
- # # This example lists information for all orderable DB instance options for the specified DB engine, engine version, DB instance class, license model, and VPC settings.
7200
+ # # This example lists information for all orderable DB instance options for the specified DB engine, engine version, DB
7201
+ # # instance class, license model, and VPC settings.
7199
7202
  #
7200
7203
  # resp = client.describe_orderable_db_instance_options({
7201
7204
  # db_instance_class: "db.t2.micro",
@@ -7409,7 +7412,8 @@ module Aws::RDS
7409
7412
  #
7410
7413
  # @example Example: To list information about reserved DB instances
7411
7414
  #
7412
- # # This example lists information for all reserved DB instances for the specified DB instance class, duration, product, offering type, and availability zone settings.
7415
+ # # This example lists information for all reserved DB instances for the specified DB instance class, duration, product,
7416
+ # # offering type, and availability zone settings.
7413
7417
  #
7414
7418
  # resp = client.describe_reserved_db_instances({
7415
7419
  # db_instance_class: "db.t2.micro",
@@ -7533,7 +7537,8 @@ module Aws::RDS
7533
7537
  #
7534
7538
  # @example Example: To list information about reserved DB instance offerings
7535
7539
  #
7536
- # # This example lists information for all reserved DB instance offerings for the specified DB instance class, duration, product, offering type, and availability zone settings.
7540
+ # # This example lists information for all reserved DB instance offerings for the specified DB instance class, duration,
7541
+ # # product, offering type, and availability zone settings.
7537
7542
  #
7538
7543
  # resp = client.describe_reserved_db_instances_offerings({
7539
7544
  # db_instance_class: "db.t2.micro",
@@ -8408,7 +8413,8 @@ module Aws::RDS
8408
8413
  #
8409
8414
  # @example Example: To add or remove access to a manual DB cluster snapshot
8410
8415
  #
8411
- # # The following example gives two AWS accounts access to a manual DB cluster snapshot and ensures that the DB cluster snapshot is private by removing the value "all".
8416
+ # # The following example gives two AWS accounts access to a manual DB cluster snapshot and ensures that the DB cluster
8417
+ # # snapshot is private by removing the value "all".
8412
8418
  #
8413
8419
  # resp = client.modify_db_cluster_snapshot_attribute({
8414
8420
  # attribute_name: "restore",
@@ -12650,7 +12656,7 @@ module Aws::RDS
12650
12656
  params: params,
12651
12657
  config: config)
12652
12658
  context[:gem_name] = 'aws-sdk-rds'
12653
- context[:gem_version] = '1.0.0'
12659
+ context[:gem_version] = '1.1.0'
12654
12660
  Seahorse::Client::Request.new(handlers, context)
12655
12661
  end
12656
12662
 
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.0.0
4
+ version: 1.1.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: 2017-08-29 00:00:00.000000000 Z
11
+ date: 2017-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4
@@ -84,7 +84,9 @@ files:
84
84
  homepage: http://github.com/aws/aws-sdk-ruby
85
85
  licenses:
86
86
  - Apache-2.0
87
- metadata: {}
87
+ metadata:
88
+ source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-rds
89
+ changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-rds/CHANGELOG.md
88
90
  post_install_message:
89
91
  rdoc_options: []
90
92
  require_paths: