aws-sdk-rds 1.59.0 → 1.60.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3cebaed2b370591b7502fc7cb8a0b02f72e7f7d4
4
- data.tar.gz: 05c11e4c02065d2ab519381b49a27a9fd550895e
3
+ metadata.gz: 11cd7cdd66f463387a7864e95ac2aaef0add0553
4
+ data.tar.gz: 6a7fcbb1c33f87aa86a96889bf7fbffb0ede84b3
5
5
  SHA512:
6
- metadata.gz: dbc5bb488ce5590a6608141c59bbad029483fb7d795e4ee60fea0957413b27c8a2ca28b9131ccd7d6896c10abf2188a218e4d343338319378776bf97fd035ad6
7
- data.tar.gz: fb17ca76984135b3e9024dfb64fa0f2bbfbd9b956351e9c8dad33dbca14b4fcb42b513dc6c24bbae734c5d14889948bb52d7a387103ca62afb8af23ddea8f7de
6
+ metadata.gz: ae2c7e85e61dc83ad42b4d24546924865a650152a898cacb8f518a9850de3ef7f24f3d792a0470eef5dbf4d46d09c98c4e426c07c0f30df9d7a7a18b43b2273b
7
+ data.tar.gz: d2a0e944455333215b0e036376e719053bea291d2e65cd6b45c155735d8699e2ff86382965e723b1db48afb68c1fdb8a008e82d2e1d76fd1bb739c51f9d5089d
@@ -68,6 +68,6 @@ require_relative 'aws-sdk-rds/customizations'
68
68
  # @service
69
69
  module Aws::RDS
70
70
 
71
- GEM_VERSION = '1.59.0'
71
+ GEM_VERSION = '1.60.0'
72
72
 
73
73
  end
@@ -3175,6 +3175,10 @@ module Aws::RDS
3175
3175
  #
3176
3176
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html
3177
3177
  #
3178
+ # @option params [Integer] :max_allocated_storage
3179
+ # The upper limit to which Amazon RDS can automatically scale the
3180
+ # storage of the DB instance.
3181
+ #
3178
3182
  # @return [Types::CreateDBInstanceResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3179
3183
  #
3180
3184
  # * {Types::CreateDBInstanceResult#db_instance #db_instance} => Types::DBInstance
@@ -3257,6 +3261,7 @@ module Aws::RDS
3257
3261
  # },
3258
3262
  # ],
3259
3263
  # deletion_protection: false,
3264
+ # max_allocated_storage: 1,
3260
3265
  # })
3261
3266
  #
3262
3267
  # @example Response structure
@@ -3373,6 +3378,7 @@ module Aws::RDS
3373
3378
  # resp.db_instance.listener_endpoint.address #=> String
3374
3379
  # resp.db_instance.listener_endpoint.port #=> Integer
3375
3380
  # resp.db_instance.listener_endpoint.hosted_zone_id #=> String
3381
+ # resp.db_instance.max_allocated_storage #=> Integer
3376
3382
  #
3377
3383
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBInstance AWS API Documentation
3378
3384
  #
@@ -3912,6 +3918,7 @@ module Aws::RDS
3912
3918
  # resp.db_instance.listener_endpoint.address #=> String
3913
3919
  # resp.db_instance.listener_endpoint.port #=> Integer
3914
3920
  # resp.db_instance.listener_endpoint.hosted_zone_id #=> String
3921
+ # resp.db_instance.max_allocated_storage #=> Integer
3915
3922
  #
3916
3923
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBInstanceReadReplica AWS API Documentation
3917
3924
  #
@@ -5248,6 +5255,7 @@ module Aws::RDS
5248
5255
  # resp.db_instance.listener_endpoint.address #=> String
5249
5256
  # resp.db_instance.listener_endpoint.port #=> Integer
5250
5257
  # resp.db_instance.listener_endpoint.hosted_zone_id #=> String
5258
+ # resp.db_instance.max_allocated_storage #=> Integer
5251
5259
  #
5252
5260
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBInstance AWS API Documentation
5253
5261
  #
@@ -7065,6 +7073,7 @@ module Aws::RDS
7065
7073
  # resp.db_instances[0].listener_endpoint.address #=> String
7066
7074
  # resp.db_instances[0].listener_endpoint.port #=> Integer
7067
7075
  # resp.db_instances[0].listener_endpoint.hosted_zone_id #=> String
7076
+ # resp.db_instances[0].max_allocated_storage #=> Integer
7068
7077
  #
7069
7078
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBInstances AWS API Documentation
7070
7079
  #
@@ -8675,6 +8684,7 @@ module Aws::RDS
8675
8684
  # resp.orderable_db_instance_options[0].available_processor_features[0].allowed_values #=> String
8676
8685
  # resp.orderable_db_instance_options[0].supported_engine_modes #=> Array
8677
8686
  # resp.orderable_db_instance_options[0].supported_engine_modes[0] #=> String
8687
+ # resp.orderable_db_instance_options[0].supports_storage_autoscaling #=> Boolean
8678
8688
  # resp.marker #=> String
8679
8689
  #
8680
8690
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeOrderableDBInstanceOptions AWS API Documentation
@@ -9194,6 +9204,7 @@ module Aws::RDS
9194
9204
  # resp.valid_db_instance_modifications_message.storage[0].iops_to_storage_ratio #=> Array
9195
9205
  # resp.valid_db_instance_modifications_message.storage[0].iops_to_storage_ratio[0].from #=> Float
9196
9206
  # resp.valid_db_instance_modifications_message.storage[0].iops_to_storage_ratio[0].to #=> Float
9207
+ # resp.valid_db_instance_modifications_message.storage[0].supports_storage_autoscaling #=> Boolean
9197
9208
  # resp.valid_db_instance_modifications_message.valid_processor_features #=> Array
9198
9209
  # resp.valid_db_instance_modifications_message.valid_processor_features[0].name #=> String
9199
9210
  # resp.valid_db_instance_modifications_message.valid_processor_features[0].default_value #=> String
@@ -10818,6 +10829,10 @@ module Aws::RDS
10818
10829
  #
10819
10830
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html
10820
10831
  #
10832
+ # @option params [Integer] :max_allocated_storage
10833
+ # The upper limit to which Amazon RDS can automatically scale the
10834
+ # storage of the DB instance.
10835
+ #
10821
10836
  # @return [Types::ModifyDBInstanceResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
10822
10837
  #
10823
10838
  # * {Types::ModifyDBInstanceResult#db_instance #db_instance} => Types::DBInstance
@@ -10895,6 +10910,7 @@ module Aws::RDS
10895
10910
  # ],
10896
10911
  # use_default_processor_features: false,
10897
10912
  # deletion_protection: false,
10913
+ # max_allocated_storage: 1,
10898
10914
  # })
10899
10915
  #
10900
10916
  # @example Response structure
@@ -11011,6 +11027,7 @@ module Aws::RDS
11011
11027
  # resp.db_instance.listener_endpoint.address #=> String
11012
11028
  # resp.db_instance.listener_endpoint.port #=> Integer
11013
11029
  # resp.db_instance.listener_endpoint.hosted_zone_id #=> String
11030
+ # resp.db_instance.max_allocated_storage #=> Integer
11014
11031
  #
11015
11032
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBInstance AWS API Documentation
11016
11033
  #
@@ -11908,6 +11925,7 @@ module Aws::RDS
11908
11925
  # resp.db_instance.listener_endpoint.address #=> String
11909
11926
  # resp.db_instance.listener_endpoint.port #=> Integer
11910
11927
  # resp.db_instance.listener_endpoint.hosted_zone_id #=> String
11928
+ # resp.db_instance.max_allocated_storage #=> Integer
11911
11929
  #
11912
11930
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/PromoteReadReplica AWS API Documentation
11913
11931
  #
@@ -12289,6 +12307,7 @@ module Aws::RDS
12289
12307
  # resp.db_instance.listener_endpoint.address #=> String
12290
12308
  # resp.db_instance.listener_endpoint.port #=> Integer
12291
12309
  # resp.db_instance.listener_endpoint.hosted_zone_id #=> String
12310
+ # resp.db_instance.max_allocated_storage #=> Integer
12292
12311
  #
12293
12312
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RebootDBInstance AWS API Documentation
12294
12313
  #
@@ -14305,6 +14324,7 @@ module Aws::RDS
14305
14324
  # resp.db_instance.listener_endpoint.address #=> String
14306
14325
  # resp.db_instance.listener_endpoint.port #=> Integer
14307
14326
  # resp.db_instance.listener_endpoint.hosted_zone_id #=> String
14327
+ # resp.db_instance.max_allocated_storage #=> Integer
14308
14328
  #
14309
14329
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceFromDBSnapshot AWS API Documentation
14310
14330
  #
@@ -14842,6 +14862,7 @@ module Aws::RDS
14842
14862
  # resp.db_instance.listener_endpoint.address #=> String
14843
14863
  # resp.db_instance.listener_endpoint.port #=> Integer
14844
14864
  # resp.db_instance.listener_endpoint.hosted_zone_id #=> String
14865
+ # resp.db_instance.max_allocated_storage #=> Integer
14845
14866
  #
14846
14867
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceFromS3 AWS API Documentation
14847
14868
  #
@@ -15398,6 +15419,7 @@ module Aws::RDS
15398
15419
  # resp.db_instance.listener_endpoint.address #=> String
15399
15420
  # resp.db_instance.listener_endpoint.port #=> Integer
15400
15421
  # resp.db_instance.listener_endpoint.hosted_zone_id #=> String
15422
+ # resp.db_instance.max_allocated_storage #=> Integer
15401
15423
  #
15402
15424
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceToPointInTime AWS API Documentation
15403
15425
  #
@@ -15812,6 +15834,7 @@ module Aws::RDS
15812
15834
  # resp.db_instance.listener_endpoint.address #=> String
15813
15835
  # resp.db_instance.listener_endpoint.port #=> Integer
15814
15836
  # resp.db_instance.listener_endpoint.hosted_zone_id #=> String
15837
+ # resp.db_instance.max_allocated_storage #=> Integer
15815
15838
  #
15816
15839
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StartDBInstance AWS API Documentation
15817
15840
  #
@@ -16132,6 +16155,7 @@ module Aws::RDS
16132
16155
  # resp.db_instance.listener_endpoint.address #=> String
16133
16156
  # resp.db_instance.listener_endpoint.port #=> Integer
16134
16157
  # resp.db_instance.listener_endpoint.hosted_zone_id #=> String
16158
+ # resp.db_instance.max_allocated_storage #=> Integer
16135
16159
  #
16136
16160
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StopDBInstance AWS API Documentation
16137
16161
  #
@@ -16155,7 +16179,7 @@ module Aws::RDS
16155
16179
  params: params,
16156
16180
  config: config)
16157
16181
  context[:gem_name] = 'aws-sdk-rds'
16158
- context[:gem_version] = '1.59.0'
16182
+ context[:gem_version] = '1.60.0'
16159
16183
  Seahorse::Client::Request.new(handlers, context)
16160
16184
  end
16161
16185
 
@@ -732,6 +732,7 @@ module Aws::RDS
732
732
  CreateDBInstanceMessage.add_member(:enable_cloudwatch_logs_exports, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "EnableCloudwatchLogsExports"))
733
733
  CreateDBInstanceMessage.add_member(:processor_features, Shapes::ShapeRef.new(shape: ProcessorFeatureList, location_name: "ProcessorFeatures"))
734
734
  CreateDBInstanceMessage.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
735
+ CreateDBInstanceMessage.add_member(:max_allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxAllocatedStorage"))
735
736
  CreateDBInstanceMessage.struct_class = Types::CreateDBInstanceMessage
736
737
 
737
738
  CreateDBInstanceReadReplicaMessage.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBInstanceIdentifier"))
@@ -1094,6 +1095,7 @@ module Aws::RDS
1094
1095
  DBInstance.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: Boolean, location_name: "DeletionProtection"))
1095
1096
  DBInstance.add_member(:associated_roles, Shapes::ShapeRef.new(shape: DBInstanceRoles, location_name: "AssociatedRoles"))
1096
1097
  DBInstance.add_member(:listener_endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "ListenerEndpoint"))
1098
+ DBInstance.add_member(:max_allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxAllocatedStorage"))
1097
1099
  DBInstance.struct_class = Types::DBInstance
1098
1100
 
1099
1101
  DBInstanceAutomatedBackup.add_member(:db_instance_arn, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceArn"))
@@ -1815,6 +1817,7 @@ module Aws::RDS
1815
1817
  ModifyDBInstanceMessage.add_member(:processor_features, Shapes::ShapeRef.new(shape: ProcessorFeatureList, location_name: "ProcessorFeatures"))
1816
1818
  ModifyDBInstanceMessage.add_member(:use_default_processor_features, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "UseDefaultProcessorFeatures"))
1817
1819
  ModifyDBInstanceMessage.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
1820
+ ModifyDBInstanceMessage.add_member(:max_allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxAllocatedStorage"))
1818
1821
  ModifyDBInstanceMessage.struct_class = Types::ModifyDBInstanceMessage
1819
1822
 
1820
1823
  ModifyDBInstanceResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
@@ -2006,6 +2009,7 @@ module Aws::RDS
2006
2009
  OrderableDBInstanceOption.add_member(:max_iops_per_gib, Shapes::ShapeRef.new(shape: DoubleOptional, location_name: "MaxIopsPerGib"))
2007
2010
  OrderableDBInstanceOption.add_member(:available_processor_features, Shapes::ShapeRef.new(shape: AvailableProcessorFeatureList, location_name: "AvailableProcessorFeatures"))
2008
2011
  OrderableDBInstanceOption.add_member(:supported_engine_modes, Shapes::ShapeRef.new(shape: EngineModeList, location_name: "SupportedEngineModes"))
2012
+ OrderableDBInstanceOption.add_member(:supports_storage_autoscaling, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "SupportsStorageAutoscaling"))
2009
2013
  OrderableDBInstanceOption.struct_class = Types::OrderableDBInstanceOption
2010
2014
 
2011
2015
  OrderableDBInstanceOptionsList.member = Shapes::ShapeRef.new(shape: OrderableDBInstanceOption, location_name: "OrderableDBInstanceOption")
@@ -2534,6 +2538,7 @@ module Aws::RDS
2534
2538
  ValidStorageOptions.add_member(:storage_size, Shapes::ShapeRef.new(shape: RangeList, location_name: "StorageSize"))
2535
2539
  ValidStorageOptions.add_member(:provisioned_iops, Shapes::ShapeRef.new(shape: RangeList, location_name: "ProvisionedIops"))
2536
2540
  ValidStorageOptions.add_member(:iops_to_storage_ratio, Shapes::ShapeRef.new(shape: DoubleRangeList, location_name: "IopsToStorageRatio"))
2541
+ ValidStorageOptions.add_member(:supports_storage_autoscaling, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsStorageAutoscaling"))
2537
2542
  ValidStorageOptions.struct_class = Types::ValidStorageOptions
2538
2543
 
2539
2544
  ValidStorageOptionsList.member = Shapes::ShapeRef.new(shape: ValidStorageOptions, location_name: "ValidStorageOptions")
@@ -473,6 +473,13 @@ module Aws::RDS
473
473
  data[:listener_endpoint]
474
474
  end
475
475
 
476
+ # The upper limit to which Amazon RDS can automatically scale the
477
+ # storage of the DB instance.
478
+ # @return [Integer]
479
+ def max_allocated_storage
480
+ data[:max_allocated_storage]
481
+ end
482
+
476
483
  # @!endgroup
477
484
 
478
485
  # @return [Client]
@@ -662,6 +669,7 @@ module Aws::RDS
662
669
  # },
663
670
  # ],
664
671
  # deletion_protection: false,
672
+ # max_allocated_storage: 1,
665
673
  # })
666
674
  # @param [Hash] options ({})
667
675
  # @option options [String] :db_name
@@ -1410,6 +1418,9 @@ module Aws::RDS
1410
1418
  #
1411
1419
  #
1412
1420
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html
1421
+ # @option options [Integer] :max_allocated_storage
1422
+ # The upper limit to which Amazon RDS can automatically scale the
1423
+ # storage of the DB instance.
1413
1424
  # @return [DBInstance]
1414
1425
  def create(options = {})
1415
1426
  options = options.merge(db_instance_identifier: @id)
@@ -1888,6 +1899,7 @@ module Aws::RDS
1888
1899
  # ],
1889
1900
  # use_default_processor_features: false,
1890
1901
  # deletion_protection: false,
1902
+ # max_allocated_storage: 1,
1891
1903
  # })
1892
1904
  # @param [Hash] options ({})
1893
1905
  # @option options [Integer] :allocated_storage
@@ -2415,6 +2427,9 @@ module Aws::RDS
2415
2427
  #
2416
2428
  #
2417
2429
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html
2430
+ # @option options [Integer] :max_allocated_storage
2431
+ # The upper limit to which Amazon RDS can automatically scale the
2432
+ # storage of the DB instance.
2418
2433
  # @return [DBInstance]
2419
2434
  def modify(options = {})
2420
2435
  options = options.merge(db_instance_identifier: @id)
@@ -450,6 +450,7 @@ module Aws::RDS
450
450
  # },
451
451
  # ],
452
452
  # deletion_protection: false,
453
+ # max_allocated_storage: 1,
453
454
  # })
454
455
  # @param [Hash] options ({})
455
456
  # @option options [String] :db_name
@@ -1211,6 +1212,9 @@ module Aws::RDS
1211
1212
  #
1212
1213
  #
1213
1214
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html
1215
+ # @option options [Integer] :max_allocated_storage
1216
+ # The upper limit to which Amazon RDS can automatically scale the
1217
+ # storage of the DB instance.
1214
1218
  # @return [DBInstance]
1215
1219
  def create_db_instance(options = {})
1216
1220
  resp = @client.create_db_instance(options)
@@ -1974,6 +1974,7 @@ module Aws::RDS
1974
1974
  # },
1975
1975
  # ],
1976
1976
  # deletion_protection: false,
1977
+ # max_allocated_storage: 1,
1977
1978
  # }
1978
1979
  #
1979
1980
  # @!attribute [rw] db_name
@@ -2827,6 +2828,11 @@ module Aws::RDS
2827
2828
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html
2828
2829
  # @return [Boolean]
2829
2830
  #
2831
+ # @!attribute [rw] max_allocated_storage
2832
+ # The upper limit to which Amazon RDS can automatically scale the
2833
+ # storage of the DB instance.
2834
+ # @return [Integer]
2835
+ #
2830
2836
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBInstanceMessage AWS API Documentation
2831
2837
  #
2832
2838
  class CreateDBInstanceMessage < Struct.new(
@@ -2874,7 +2880,8 @@ module Aws::RDS
2874
2880
  :performance_insights_retention_period,
2875
2881
  :enable_cloudwatch_logs_exports,
2876
2882
  :processor_features,
2877
- :deletion_protection)
2883
+ :deletion_protection,
2884
+ :max_allocated_storage)
2878
2885
  include Aws::Structure
2879
2886
  end
2880
2887
 
@@ -5311,6 +5318,11 @@ module Aws::RDS
5311
5318
  # Specifies the listener connection endpoint for SQL Server Always On.
5312
5319
  # @return [Types::Endpoint]
5313
5320
  #
5321
+ # @!attribute [rw] max_allocated_storage
5322
+ # The upper limit to which Amazon RDS can automatically scale the
5323
+ # storage of the DB instance.
5324
+ # @return [Integer]
5325
+ #
5314
5326
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBInstance AWS API Documentation
5315
5327
  #
5316
5328
  class DBInstance < Struct.new(
@@ -5370,7 +5382,8 @@ module Aws::RDS
5370
5382
  :processor_features,
5371
5383
  :deletion_protection,
5372
5384
  :associated_roles,
5373
- :listener_endpoint)
5385
+ :listener_endpoint,
5386
+ :max_allocated_storage)
5374
5387
  include Aws::Structure
5375
5388
  end
5376
5389
 
@@ -10244,6 +10257,7 @@ module Aws::RDS
10244
10257
  # ],
10245
10258
  # use_default_processor_features: false,
10246
10259
  # deletion_protection: false,
10260
+ # max_allocated_storage: 1,
10247
10261
  # }
10248
10262
  #
10249
10263
  # @!attribute [rw] db_instance_identifier
@@ -10867,6 +10881,11 @@ module Aws::RDS
10867
10881
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html
10868
10882
  # @return [Boolean]
10869
10883
  #
10884
+ # @!attribute [rw] max_allocated_storage
10885
+ # The upper limit to which Amazon RDS can automatically scale the
10886
+ # storage of the DB instance.
10887
+ # @return [Integer]
10888
+ #
10870
10889
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBInstanceMessage AWS API Documentation
10871
10890
  #
10872
10891
  class ModifyDBInstanceMessage < Struct.new(
@@ -10909,7 +10928,8 @@ module Aws::RDS
10909
10928
  :cloudwatch_logs_export_configuration,
10910
10929
  :processor_features,
10911
10930
  :use_default_processor_features,
10912
- :deletion_protection)
10931
+ :deletion_protection,
10932
+ :max_allocated_storage)
10913
10933
  include Aws::Structure
10914
10934
  end
10915
10935
 
@@ -11960,6 +11980,11 @@ module Aws::RDS
11960
11980
  # A list of the supported DB engine modes.
11961
11981
  # @return [Array<String>]
11962
11982
  #
11983
+ # @!attribute [rw] supports_storage_autoscaling
11984
+ # Whether or not Amazon RDS can automatically scale storage for DB
11985
+ # instances that use the specified instance class.
11986
+ # @return [Boolean]
11987
+ #
11963
11988
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/OrderableDBInstanceOption AWS API Documentation
11964
11989
  #
11965
11990
  class OrderableDBInstanceOption < Struct.new(
@@ -11984,7 +12009,8 @@ module Aws::RDS
11984
12009
  :min_iops_per_gib,
11985
12010
  :max_iops_per_gib,
11986
12011
  :available_processor_features,
11987
- :supported_engine_modes)
12012
+ :supported_engine_modes,
12013
+ :supports_storage_autoscaling)
11988
12014
  include Aws::Structure
11989
12015
  end
11990
12016
 
@@ -16015,13 +16041,19 @@ module Aws::RDS
16015
16041
  # be between 3 and 10 times storage.
16016
16042
  # @return [Array<Types::DoubleRange>]
16017
16043
  #
16044
+ # @!attribute [rw] supports_storage_autoscaling
16045
+ # Whether or not Amazon RDS can automatically scale storage for DB
16046
+ # instances that use the new instance class.
16047
+ # @return [Boolean]
16048
+ #
16018
16049
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ValidStorageOptions AWS API Documentation
16019
16050
  #
16020
16051
  class ValidStorageOptions < Struct.new(
16021
16052
  :storage_type,
16022
16053
  :storage_size,
16023
16054
  :provisioned_iops,
16024
- :iops_to_storage_ratio)
16055
+ :iops_to_storage_ratio,
16056
+ :supports_storage_autoscaling)
16025
16057
  include Aws::Structure
16026
16058
  end
16027
16059
 
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.59.0
4
+ version: 1.60.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: 2019-06-17 00:00:00.000000000 Z
11
+ date: 2019-06-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4