aws-sdk-rds 1.65.0 → 1.66.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: 9648eb4abd8ae03bf79aa11448ec4c8959cb0925
4
- data.tar.gz: 915c523d65d702ece1c6326acb313ba8880156ba
3
+ metadata.gz: 6d9324dbe4854684b56746d3194e9dce580175f5
4
+ data.tar.gz: b56394b64ae39d9aa5f29ab3f645ee49a63f52e3
5
5
  SHA512:
6
- metadata.gz: b3189995487356385287ad0f89eb6c6de2b63b505891bf99eb99469e4b76c407f494d046bffdf7a7cac18c8a377f4b61c5d24a422be9ce34a4b7382930a1a800
7
- data.tar.gz: 489e308157cc45f700500cc1b8dd93eca4dfe50634a9c32c339b0e88f5b6c1a5b50b47e2ca89d2a3bb4843b78904fd6207e6f1d1a9cf14aeb3376bd879e3f262
6
+ metadata.gz: 79dab7abb90ad58bbc90c92c5df747fb6a4612d3a80348fbbf84ee5cd2ced38e2ab0f462833cb5c4def747199cc0a730f16a53def085066f56fefc8f47a63229
7
+ data.tar.gz: 0da4d74115943a7404e1bbee23d0a4f6da203d14ed89269fcbaf3ddd9f66f253675dbfb0bb0e51933a30d3490db592a9b2a64de0e45dcbed716a4acd5936aaff
@@ -68,6 +68,6 @@ require_relative 'aws-sdk-rds/customizations'
68
68
  # @service
69
69
  module Aws::RDS
70
70
 
71
- GEM_VERSION = '1.65.0'
71
+ GEM_VERSION = '1.66.0'
72
72
 
73
73
  end
@@ -8938,6 +8938,15 @@ module Aws::RDS
8938
8938
  # A value that indicates whether to show only those reservations that
8939
8939
  # support Multi-AZ.
8940
8940
  #
8941
+ # @option params [String] :lease_id
8942
+ # The lease identifier filter value. Specify this parameter to show only
8943
+ # the reservation that matches the specified lease ID.
8944
+ #
8945
+ # <note markdown="1"> AWS Support might request the lease ID for an issue related to a
8946
+ # reserved DB instance.
8947
+ #
8948
+ # </note>
8949
+ #
8941
8950
  # @option params [Array<Types::Filter>] :filters
8942
8951
  # This parameter is not currently supported.
8943
8952
  #
@@ -8989,6 +8998,7 @@ module Aws::RDS
8989
8998
  # product_description: "String",
8990
8999
  # offering_type: "String",
8991
9000
  # multi_az: false,
9001
+ # lease_id: "String",
8992
9002
  # filters: [
8993
9003
  # {
8994
9004
  # name: "String", # required
@@ -9020,6 +9030,7 @@ module Aws::RDS
9020
9030
  # resp.reserved_db_instances[0].recurring_charges[0].recurring_charge_amount #=> Float
9021
9031
  # resp.reserved_db_instances[0].recurring_charges[0].recurring_charge_frequency #=> String
9022
9032
  # resp.reserved_db_instances[0].reserved_db_instance_arn #=> String
9033
+ # resp.reserved_db_instances[0].lease_id #=> String
9023
9034
  #
9024
9035
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeReservedDBInstances AWS API Documentation
9025
9036
  #
@@ -12284,6 +12295,7 @@ module Aws::RDS
12284
12295
  # resp.reserved_db_instance.recurring_charges[0].recurring_charge_amount #=> Float
12285
12296
  # resp.reserved_db_instance.recurring_charges[0].recurring_charge_frequency #=> String
12286
12297
  # resp.reserved_db_instance.reserved_db_instance_arn #=> String
12298
+ # resp.reserved_db_instance.lease_id #=> String
12287
12299
  #
12288
12300
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/PurchaseReservedDBInstancesOffering AWS API Documentation
12289
12301
  #
@@ -16428,7 +16440,7 @@ module Aws::RDS
16428
16440
  params: params,
16429
16441
  config: config)
16430
16442
  context[:gem_name] = 'aws-sdk-rds'
16431
- context[:gem_version] = '1.65.0'
16443
+ context[:gem_version] = '1.66.0'
16432
16444
  Seahorse::Client::Request.new(handlers, context)
16433
16445
  end
16434
16446
 
@@ -1554,6 +1554,7 @@ module Aws::RDS
1554
1554
  DescribeReservedDBInstancesMessage.add_member(:product_description, Shapes::ShapeRef.new(shape: String, location_name: "ProductDescription"))
1555
1555
  DescribeReservedDBInstancesMessage.add_member(:offering_type, Shapes::ShapeRef.new(shape: String, location_name: "OfferingType"))
1556
1556
  DescribeReservedDBInstancesMessage.add_member(:multi_az, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "MultiAZ"))
1557
+ DescribeReservedDBInstancesMessage.add_member(:lease_id, Shapes::ShapeRef.new(shape: String, location_name: "LeaseId"))
1557
1558
  DescribeReservedDBInstancesMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
1558
1559
  DescribeReservedDBInstancesMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
1559
1560
  DescribeReservedDBInstancesMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
@@ -2176,6 +2177,7 @@ module Aws::RDS
2176
2177
  ReservedDBInstance.add_member(:state, Shapes::ShapeRef.new(shape: String, location_name: "State"))
2177
2178
  ReservedDBInstance.add_member(:recurring_charges, Shapes::ShapeRef.new(shape: RecurringChargeList, location_name: "RecurringCharges"))
2178
2179
  ReservedDBInstance.add_member(:reserved_db_instance_arn, Shapes::ShapeRef.new(shape: String, location_name: "ReservedDBInstanceArn"))
2180
+ ReservedDBInstance.add_member(:lease_id, Shapes::ShapeRef.new(shape: String, location_name: "LeaseId"))
2179
2181
  ReservedDBInstance.struct_class = Types::ReservedDBInstance
2180
2182
 
2181
2183
  ReservedDBInstanceList.member = Shapes::ShapeRef.new(shape: ReservedDBInstance, location_name: "ReservedDBInstance")
@@ -115,6 +115,18 @@ module Aws::RDS
115
115
  data[:reserved_db_instance_arn]
116
116
  end
117
117
 
118
+ # The unique identifier for the lease associated with the reserved DB
119
+ # instance.
120
+ #
121
+ # <note markdown="1"> AWS Support might request the lease ID for an issue related to a
122
+ # reserved DB instance.
123
+ #
124
+ # </note>
125
+ # @return [String]
126
+ def lease_id
127
+ data[:lease_id]
128
+ end
129
+
118
130
  # @!endgroup
119
131
 
120
132
  # @return [Client]
@@ -2478,6 +2478,7 @@ module Aws::RDS
2478
2478
  # product_description: "String",
2479
2479
  # offering_type: "String",
2480
2480
  # multi_az: false,
2481
+ # lease_id: "String",
2481
2482
  # filters: [
2482
2483
  # {
2483
2484
  # name: "String", # required
@@ -2513,6 +2514,14 @@ module Aws::RDS
2513
2514
  # @option options [Boolean] :multi_az
2514
2515
  # A value that indicates whether to show only those reservations that
2515
2516
  # support Multi-AZ.
2517
+ # @option options [String] :lease_id
2518
+ # The lease identifier filter value. Specify this parameter to show only
2519
+ # the reservation that matches the specified lease ID.
2520
+ #
2521
+ # <note markdown="1"> AWS Support might request the lease ID for an issue related to a
2522
+ # reserved DB instance.
2523
+ #
2524
+ # </note>
2516
2525
  # @option options [Array<Types::Filter>] :filters
2517
2526
  # This parameter is not currently supported.
2518
2527
  # @return [ReservedDBInstance::Collection]
@@ -8848,6 +8848,7 @@ module Aws::RDS
8848
8848
  # product_description: "String",
8849
8849
  # offering_type: "String",
8850
8850
  # multi_az: false,
8851
+ # lease_id: "String",
8851
8852
  # filters: [
8852
8853
  # {
8853
8854
  # name: "String", # required
@@ -8899,6 +8900,16 @@ module Aws::RDS
8899
8900
  # support Multi-AZ.
8900
8901
  # @return [Boolean]
8901
8902
  #
8903
+ # @!attribute [rw] lease_id
8904
+ # The lease identifier filter value. Specify this parameter to show
8905
+ # only the reservation that matches the specified lease ID.
8906
+ #
8907
+ # <note markdown="1"> AWS Support might request the lease ID for an issue related to a
8908
+ # reserved DB instance.
8909
+ #
8910
+ # </note>
8911
+ # @return [String]
8912
+ #
8902
8913
  # @!attribute [rw] filters
8903
8914
  # This parameter is not currently supported.
8904
8915
  # @return [Array<Types::Filter>]
@@ -8930,6 +8941,7 @@ module Aws::RDS
8930
8941
  :product_description,
8931
8942
  :offering_type,
8932
8943
  :multi_az,
8944
+ :lease_id,
8933
8945
  :filters,
8934
8946
  :max_records,
8935
8947
  :marker)
@@ -13083,6 +13095,16 @@ module Aws::RDS
13083
13095
  # The Amazon Resource Name (ARN) for the reserved DB instance.
13084
13096
  # @return [String]
13085
13097
  #
13098
+ # @!attribute [rw] lease_id
13099
+ # The unique identifier for the lease associated with the reserved DB
13100
+ # instance.
13101
+ #
13102
+ # <note markdown="1"> AWS Support might request the lease ID for an issue related to a
13103
+ # reserved DB instance.
13104
+ #
13105
+ # </note>
13106
+ # @return [String]
13107
+ #
13086
13108
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ReservedDBInstance AWS API Documentation
13087
13109
  #
13088
13110
  class ReservedDBInstance < Struct.new(
@@ -13100,7 +13122,8 @@ module Aws::RDS
13100
13122
  :multi_az,
13101
13123
  :state,
13102
13124
  :recurring_charges,
13103
- :reserved_db_instance_arn)
13125
+ :reserved_db_instance_arn,
13126
+ :lease_id)
13104
13127
  include Aws::Structure
13105
13128
  end
13106
13129
 
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.65.0
4
+ version: 1.66.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-09-11 00:00:00.000000000 Z
11
+ date: 2019-09-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4