aws-sdk-rds 1.89.0 → 1.94.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: dd877c805fcd575d56f64bf93aece8b3da22c9e64925aa79e0bba9ff5e694b58
4
- data.tar.gz: f05f7fb832e68f7b05cd960a59dcdcded196ab29e1c48d3f18289316ecb6a38e
3
+ metadata.gz: 4e41805325afd57c9079fc89b0269928bb0e812d0a1752b0b9ee09e3045facbe
4
+ data.tar.gz: 121d8605e0c9565e17ff265f55d2e6533fe2bfed7a8954415d07c971d1c0524b
5
5
  SHA512:
6
- metadata.gz: f6db8ef3c5e0dd1795b4e8fd2eee94fec1d864e519fd30ca99cef2d971bd7e9604e6911e3f2567e3e718d596aef27e31f3ed9a61a69f4058c1bd4a45faffffa0
7
- data.tar.gz: 252486af72f9648367e89dae0c892d35ce5c1112e330770531ba2a7f8e2ea63a793b92329855fd2f279f791c820dc85ccb38410fed0b093f2e00a9af5e35e280
6
+ metadata.gz: e268e9ca0f32aea481b6cb07f93d7ff971c77bdc33cf170839036f9b2bc383d8f11f18f4cd7acf88c3f295058c87e8a39dd7c1902fd2d5a5afafaa03559814f9
7
+ data.tar.gz: 98100b783b69742ccefbfe56ae6fea8b362f429c37a48d64362ef8f67138e8fa72e95b92e5f633d9d9894cc74d8df84afb538e555b152abd91e86bca5c619db3
@@ -73,6 +73,6 @@ require_relative 'aws-sdk-rds/customizations'
73
73
  # @service
74
74
  module Aws::RDS
75
75
 
76
- GEM_VERSION = '1.89.0'
76
+ GEM_VERSION = '1.94.0'
77
77
 
78
78
  end
@@ -3679,6 +3679,7 @@ module Aws::RDS
3679
3679
  # resp.db_instance.db_subnet_group.subnets #=> Array
3680
3680
  # resp.db_instance.db_subnet_group.subnets[0].subnet_identifier #=> String
3681
3681
  # resp.db_instance.db_subnet_group.subnets[0].subnet_availability_zone.name #=> String
3682
+ # resp.db_instance.db_subnet_group.subnets[0].subnet_outpost.arn #=> String
3682
3683
  # resp.db_instance.db_subnet_group.subnets[0].subnet_status #=> String
3683
3684
  # resp.db_instance.db_subnet_group.db_subnet_group_arn #=> String
3684
3685
  # resp.db_instance.preferred_maintenance_window #=> String
@@ -4162,7 +4163,7 @@ module Aws::RDS
4162
4163
  # @option params [String] :domain
4163
4164
  # The Active Directory directory ID to create the DB instance in.
4164
4165
  #
4165
- # For Oracle DB instances, Amazon RDS can use Kerberos Authentication to
4166
+ # For Oracle DB instances, Amazon RDS can use Kerberos authentication to
4166
4167
  # authenticate users that connect to the DB instance. For more
4167
4168
  # information, see [ Using Kerberos Authentication with Amazon RDS for
4168
4169
  # Oracle][1] in the *Amazon RDS User Guide*.
@@ -4295,6 +4296,7 @@ module Aws::RDS
4295
4296
  # resp.db_instance.db_subnet_group.subnets #=> Array
4296
4297
  # resp.db_instance.db_subnet_group.subnets[0].subnet_identifier #=> String
4297
4298
  # resp.db_instance.db_subnet_group.subnets[0].subnet_availability_zone.name #=> String
4299
+ # resp.db_instance.db_subnet_group.subnets[0].subnet_outpost.arn #=> String
4298
4300
  # resp.db_instance.db_subnet_group.subnets[0].subnet_status #=> String
4299
4301
  # resp.db_instance.db_subnet_group.db_subnet_group_arn #=> String
4300
4302
  # resp.db_instance.preferred_maintenance_window #=> String
@@ -4504,11 +4506,6 @@ module Aws::RDS
4504
4506
  req.send_request(options)
4505
4507
  end
4506
4508
 
4507
- # <note markdown="1"> This is prerelease documentation for the RDS Database Proxy feature in
4508
- # preview release. It is subject to change.
4509
- #
4510
- # </note>
4511
- #
4512
4509
  # Creates a new DB proxy.
4513
4510
  #
4514
4511
  # @option params [required, String] :db_proxy_name
@@ -4892,6 +4889,7 @@ module Aws::RDS
4892
4889
  # resp.db_subnet_group.subnets #=> Array
4893
4890
  # resp.db_subnet_group.subnets[0].subnet_identifier #=> String
4894
4891
  # resp.db_subnet_group.subnets[0].subnet_availability_zone.name #=> String
4892
+ # resp.db_subnet_group.subnets[0].subnet_outpost.arn #=> String
4895
4893
  # resp.db_subnet_group.subnets[0].subnet_status #=> String
4896
4894
  # resp.db_subnet_group.db_subnet_group_arn #=> String
4897
4895
  #
@@ -5814,6 +5812,7 @@ module Aws::RDS
5814
5812
  # resp.db_instance.db_subnet_group.subnets #=> Array
5815
5813
  # resp.db_instance.db_subnet_group.subnets[0].subnet_identifier #=> String
5816
5814
  # resp.db_instance.db_subnet_group.subnets[0].subnet_availability_zone.name #=> String
5815
+ # resp.db_instance.db_subnet_group.subnets[0].subnet_outpost.arn #=> String
5817
5816
  # resp.db_instance.db_subnet_group.subnets[0].subnet_status #=> String
5818
5817
  # resp.db_instance.db_subnet_group.db_subnet_group_arn #=> String
5819
5818
  # resp.db_instance.preferred_maintenance_window #=> String
@@ -6000,11 +5999,6 @@ module Aws::RDS
6000
5999
  req.send_request(options)
6001
6000
  end
6002
6001
 
6003
- # <note markdown="1"> This is prerelease documentation for the RDS Database Proxy feature in
6004
- # preview release. It is subject to change.
6005
- #
6006
- # </note>
6007
- #
6008
6002
  # Deletes an existing proxy.
6009
6003
  #
6010
6004
  # @option params [required, String] :db_proxy_name
@@ -6410,11 +6404,6 @@ module Aws::RDS
6410
6404
  req.send_request(options)
6411
6405
  end
6412
6406
 
6413
- # <note markdown="1"> This is prerelease documentation for the RDS Database Proxy feature in
6414
- # preview release. It is subject to change.
6415
- #
6416
- # </note>
6417
- #
6418
6407
  # Remove the association between one or more `DBProxyTarget` data
6419
6408
  # structures and a `DBProxyTargetGroup`.
6420
6409
  #
@@ -7663,6 +7652,8 @@ module Aws::RDS
7663
7652
  # resp.db_engine_versions[0].supported_feature_names #=> Array
7664
7653
  # resp.db_engine_versions[0].supported_feature_names[0] #=> String
7665
7654
  # resp.db_engine_versions[0].status #=> String
7655
+ # resp.db_engine_versions[0].supports_parallel_query #=> Boolean
7656
+ # resp.db_engine_versions[0].supports_global_databases #=> Boolean
7666
7657
  #
7667
7658
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBEngineVersions AWS API Documentation
7668
7659
  #
@@ -7918,6 +7909,7 @@ module Aws::RDS
7918
7909
  # resp.db_instances[0].db_subnet_group.subnets #=> Array
7919
7910
  # resp.db_instances[0].db_subnet_group.subnets[0].subnet_identifier #=> String
7920
7911
  # resp.db_instances[0].db_subnet_group.subnets[0].subnet_availability_zone.name #=> String
7912
+ # resp.db_instances[0].db_subnet_group.subnets[0].subnet_outpost.arn #=> String
7921
7913
  # resp.db_instances[0].db_subnet_group.subnets[0].subnet_status #=> String
7922
7914
  # resp.db_instances[0].db_subnet_group.db_subnet_group_arn #=> String
7923
7915
  # resp.db_instances[0].preferred_maintenance_window #=> String
@@ -8299,11 +8291,6 @@ module Aws::RDS
8299
8291
  req.send_request(options)
8300
8292
  end
8301
8293
 
8302
- # <note markdown="1"> This is prerelease documentation for the RDS Database Proxy feature in
8303
- # preview release. It is subject to change.
8304
- #
8305
- # </note>
8306
- #
8307
8294
  # Returns information about DB proxies.
8308
8295
  #
8309
8296
  # @option params [String] :db_proxy_name
@@ -8383,11 +8370,6 @@ module Aws::RDS
8383
8370
  req.send_request(options)
8384
8371
  end
8385
8372
 
8386
- # <note markdown="1"> This is prerelease documentation for the RDS Database Proxy feature in
8387
- # preview release. It is subject to change.
8388
- #
8389
- # </note>
8390
- #
8391
8373
  # Returns information about DB proxy target groups, represented by
8392
8374
  # `DBProxyTargetGroup` data structures.
8393
8375
  #
@@ -8464,11 +8446,6 @@ module Aws::RDS
8464
8446
  req.send_request(options)
8465
8447
  end
8466
8448
 
8467
- # <note markdown="1"> This is prerelease documentation for the RDS Database Proxy feature in
8468
- # preview release. It is subject to change.
8469
- #
8470
- # </note>
8471
- #
8472
8449
  # Returns information about `DBProxyTarget` objects. This API supports
8473
8450
  # pagination.
8474
8451
  #
@@ -8975,6 +8952,7 @@ module Aws::RDS
8975
8952
  # resp.db_subnet_groups[0].subnets #=> Array
8976
8953
  # resp.db_subnet_groups[0].subnets[0].subnet_identifier #=> String
8977
8954
  # resp.db_subnet_groups[0].subnets[0].subnet_availability_zone.name #=> String
8955
+ # resp.db_subnet_groups[0].subnets[0].subnet_outpost.arn #=> String
8978
8956
  # resp.db_subnet_groups[0].subnets[0].subnet_status #=> String
8979
8957
  # resp.db_subnet_groups[0].db_subnet_group_arn #=> String
8980
8958
  #
@@ -10087,6 +10065,8 @@ module Aws::RDS
10087
10065
  # resp.orderable_db_instance_options[0].supported_engine_modes[0] #=> String
10088
10066
  # resp.orderable_db_instance_options[0].supports_storage_autoscaling #=> Boolean
10089
10067
  # resp.orderable_db_instance_options[0].supports_kerberos_authentication #=> Boolean
10068
+ # resp.orderable_db_instance_options[0].outpost_capable #=> Boolean
10069
+ # resp.orderable_db_instance_options[0].supports_global_databases #=> Boolean
10090
10070
  # resp.marker #=> String
10091
10071
  #
10092
10072
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeOrderableDBInstanceOptions AWS API Documentation
@@ -12355,7 +12335,7 @@ module Aws::RDS
12355
12335
  # Amazon RDS DB Instance Running Microsoft SQL Server][1] in the *Amazon
12356
12336
  # RDS User Guide*.
12357
12337
  #
12358
- # For Oracle DB instances, Amazon RDS can use Kerberos Authentication to
12338
+ # For Oracle DB instances, Amazon RDS can use Kerberos authentication to
12359
12339
  # authenticate users that connect to the DB instance. For more
12360
12340
  # information, see [ Using Kerberos Authentication with Amazon RDS for
12361
12341
  # Oracle][2] in the *Amazon RDS User Guide*.
@@ -12696,6 +12676,7 @@ module Aws::RDS
12696
12676
  # resp.db_instance.db_subnet_group.subnets #=> Array
12697
12677
  # resp.db_instance.db_subnet_group.subnets[0].subnet_identifier #=> String
12698
12678
  # resp.db_instance.db_subnet_group.subnets[0].subnet_availability_zone.name #=> String
12679
+ # resp.db_instance.db_subnet_group.subnets[0].subnet_outpost.arn #=> String
12699
12680
  # resp.db_instance.db_subnet_group.subnets[0].subnet_status #=> String
12700
12681
  # resp.db_instance.db_subnet_group.db_subnet_group_arn #=> String
12701
12682
  # resp.db_instance.preferred_maintenance_window #=> String
@@ -12899,11 +12880,6 @@ module Aws::RDS
12899
12880
  req.send_request(options)
12900
12881
  end
12901
12882
 
12902
- # <note markdown="1"> This is prerelease documentation for the RDS Database Proxy feature in
12903
- # preview release. It is subject to change.
12904
- #
12905
- # </note>
12906
- #
12907
12883
  # Changes the settings for an existing DB proxy.
12908
12884
  #
12909
12885
  # @option params [required, String] :db_proxy_name
@@ -13002,11 +12978,6 @@ module Aws::RDS
13002
12978
  req.send_request(options)
13003
12979
  end
13004
12980
 
13005
- # <note markdown="1"> This is prerelease documentation for the RDS Database Proxy feature in
13006
- # preview release. It is subject to change.
13007
- #
13008
- # </note>
13009
- #
13010
12981
  # Modifies the properties of a `DBProxyTargetGroup`.
13011
12982
  #
13012
12983
  # @option params [required, String] :target_group_name
@@ -13341,6 +13312,7 @@ module Aws::RDS
13341
13312
  # resp.db_subnet_group.subnets #=> Array
13342
13313
  # resp.db_subnet_group.subnets[0].subnet_identifier #=> String
13343
13314
  # resp.db_subnet_group.subnets[0].subnet_availability_zone.name #=> String
13315
+ # resp.db_subnet_group.subnets[0].subnet_outpost.arn #=> String
13344
13316
  # resp.db_subnet_group.subnets[0].subnet_status #=> String
13345
13317
  # resp.db_subnet_group.db_subnet_group_arn #=> String
13346
13318
  #
@@ -13787,6 +13759,7 @@ module Aws::RDS
13787
13759
  # resp.db_instance.db_subnet_group.subnets #=> Array
13788
13760
  # resp.db_instance.db_subnet_group.subnets[0].subnet_identifier #=> String
13789
13761
  # resp.db_instance.db_subnet_group.subnets[0].subnet_availability_zone.name #=> String
13762
+ # resp.db_instance.db_subnet_group.subnets[0].subnet_outpost.arn #=> String
13790
13763
  # resp.db_instance.db_subnet_group.subnets[0].subnet_status #=> String
13791
13764
  # resp.db_instance.db_subnet_group.db_subnet_group_arn #=> String
13792
13765
  # resp.db_instance.preferred_maintenance_window #=> String
@@ -14178,6 +14151,7 @@ module Aws::RDS
14178
14151
  # resp.db_instance.db_subnet_group.subnets #=> Array
14179
14152
  # resp.db_instance.db_subnet_group.subnets[0].subnet_identifier #=> String
14180
14153
  # resp.db_instance.db_subnet_group.subnets[0].subnet_availability_zone.name #=> String
14154
+ # resp.db_instance.db_subnet_group.subnets[0].subnet_outpost.arn #=> String
14181
14155
  # resp.db_instance.db_subnet_group.subnets[0].subnet_status #=> String
14182
14156
  # resp.db_instance.db_subnet_group.db_subnet_group_arn #=> String
14183
14157
  # resp.db_instance.preferred_maintenance_window #=> String
@@ -14271,11 +14245,6 @@ module Aws::RDS
14271
14245
  req.send_request(options)
14272
14246
  end
14273
14247
 
14274
- # <note markdown="1"> This is prerelease documentation for the RDS Database Proxy feature in
14275
- # preview release. It is subject to change.
14276
- #
14277
- # </note>
14278
- #
14279
14248
  # Associate one or more `DBProxyTarget` data structures with a
14280
14249
  # `DBProxyTargetGroup`.
14281
14250
  #
@@ -16204,7 +16173,7 @@ module Aws::RDS
16204
16173
  # Amazon RDS DB Instance Running Microsoft SQL Server][1] in the *Amazon
16205
16174
  # RDS User Guide*.
16206
16175
  #
16207
- # For Oracle DB instances, Amazon RDS can use Kerberos Authentication to
16176
+ # For Oracle DB instances, Amazon RDS can use Kerberos authentication to
16208
16177
  # authenticate users that connect to the DB instance. For more
16209
16178
  # information, see [ Using Kerberos Authentication with Amazon RDS for
16210
16179
  # Oracle][2] in the *Amazon RDS User Guide*.
@@ -16455,6 +16424,7 @@ module Aws::RDS
16455
16424
  # resp.db_instance.db_subnet_group.subnets #=> Array
16456
16425
  # resp.db_instance.db_subnet_group.subnets[0].subnet_identifier #=> String
16457
16426
  # resp.db_instance.db_subnet_group.subnets[0].subnet_availability_zone.name #=> String
16427
+ # resp.db_instance.db_subnet_group.subnets[0].subnet_outpost.arn #=> String
16458
16428
  # resp.db_instance.db_subnet_group.subnets[0].subnet_status #=> String
16459
16429
  # resp.db_instance.db_subnet_group.db_subnet_group_arn #=> String
16460
16430
  # resp.db_instance.preferred_maintenance_window #=> String
@@ -17012,6 +16982,7 @@ module Aws::RDS
17012
16982
  # resp.db_instance.db_subnet_group.subnets #=> Array
17013
16983
  # resp.db_instance.db_subnet_group.subnets[0].subnet_identifier #=> String
17014
16984
  # resp.db_instance.db_subnet_group.subnets[0].subnet_availability_zone.name #=> String
16985
+ # resp.db_instance.db_subnet_group.subnets[0].subnet_outpost.arn #=> String
17015
16986
  # resp.db_instance.db_subnet_group.subnets[0].subnet_status #=> String
17016
16987
  # resp.db_instance.db_subnet_group.db_subnet_group_arn #=> String
17017
16988
  # resp.db_instance.preferred_maintenance_window #=> String
@@ -17345,7 +17316,7 @@ module Aws::RDS
17345
17316
  # Amazon RDS DB Instance Running Microsoft SQL Server][1] in the *Amazon
17346
17317
  # RDS User Guide*.
17347
17318
  #
17348
- # For Oracle DB instances, Amazon RDS can use Kerberos Authentication to
17319
+ # For Oracle DB instances, Amazon RDS can use Kerberos authentication to
17349
17320
  # authenticate users that connect to the DB instance. For more
17350
17321
  # information, see [ Using Kerberos Authentication with Amazon RDS for
17351
17322
  # Oracle][2] in the *Amazon RDS User Guide*.
@@ -17598,6 +17569,7 @@ module Aws::RDS
17598
17569
  # resp.db_instance.db_subnet_group.subnets #=> Array
17599
17570
  # resp.db_instance.db_subnet_group.subnets[0].subnet_identifier #=> String
17600
17571
  # resp.db_instance.db_subnet_group.subnets[0].subnet_availability_zone.name #=> String
17572
+ # resp.db_instance.db_subnet_group.subnets[0].subnet_outpost.arn #=> String
17601
17573
  # resp.db_instance.db_subnet_group.subnets[0].subnet_status #=> String
17602
17574
  # resp.db_instance.db_subnet_group.db_subnet_group_arn #=> String
17603
17575
  # resp.db_instance.preferred_maintenance_window #=> String
@@ -18021,6 +17993,7 @@ module Aws::RDS
18021
17993
  # resp.db_instance.db_subnet_group.subnets #=> Array
18022
17994
  # resp.db_instance.db_subnet_group.subnets[0].subnet_identifier #=> String
18023
17995
  # resp.db_instance.db_subnet_group.subnets[0].subnet_availability_zone.name #=> String
17996
+ # resp.db_instance.db_subnet_group.subnets[0].subnet_outpost.arn #=> String
18024
17997
  # resp.db_instance.db_subnet_group.subnets[0].subnet_status #=> String
18025
17998
  # resp.db_instance.db_subnet_group.db_subnet_group_arn #=> String
18026
17999
  # resp.db_instance.preferred_maintenance_window #=> String
@@ -18456,6 +18429,7 @@ module Aws::RDS
18456
18429
  # resp.db_instance.db_subnet_group.subnets #=> Array
18457
18430
  # resp.db_instance.db_subnet_group.subnets[0].subnet_identifier #=> String
18458
18431
  # resp.db_instance.db_subnet_group.subnets[0].subnet_availability_zone.name #=> String
18432
+ # resp.db_instance.db_subnet_group.subnets[0].subnet_outpost.arn #=> String
18459
18433
  # resp.db_instance.db_subnet_group.subnets[0].subnet_status #=> String
18460
18434
  # resp.db_instance.db_subnet_group.db_subnet_group_arn #=> String
18461
18435
  # resp.db_instance.preferred_maintenance_window #=> String
@@ -18562,7 +18536,7 @@ module Aws::RDS
18562
18536
  params: params,
18563
18537
  config: config)
18564
18538
  context[:gem_name] = 'aws-sdk-rds'
18565
- context[:gem_version] = '1.89.0'
18539
+ context[:gem_version] = '1.94.0'
18566
18540
  Seahorse::Client::Request.new(handlers, context)
18567
18541
  end
18568
18542
 
@@ -434,6 +434,7 @@ module Aws::RDS
434
434
  OrderableDBInstanceOption = Shapes::StructureShape.new(name: 'OrderableDBInstanceOption')
435
435
  OrderableDBInstanceOptionsList = Shapes::ListShape.new(name: 'OrderableDBInstanceOptionsList')
436
436
  OrderableDBInstanceOptionsMessage = Shapes::StructureShape.new(name: 'OrderableDBInstanceOptionsMessage')
437
+ Outpost = Shapes::StructureShape.new(name: 'Outpost')
437
438
  Parameter = Shapes::StructureShape.new(name: 'Parameter')
438
439
  ParametersList = Shapes::ListShape.new(name: 'ParametersList')
439
440
  PendingCloudwatchLogsExports = Shapes::StructureShape.new(name: 'PendingCloudwatchLogsExports')
@@ -1225,6 +1226,8 @@ module Aws::RDS
1225
1226
  DBEngineVersion.add_member(:supported_engine_modes, Shapes::ShapeRef.new(shape: EngineModeList, location_name: "SupportedEngineModes"))
1226
1227
  DBEngineVersion.add_member(:supported_feature_names, Shapes::ShapeRef.new(shape: FeatureNameList, location_name: "SupportedFeatureNames"))
1227
1228
  DBEngineVersion.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
1229
+ DBEngineVersion.add_member(:supports_parallel_query, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsParallelQuery"))
1230
+ DBEngineVersion.add_member(:supports_global_databases, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsGlobalDatabases"))
1228
1231
  DBEngineVersion.struct_class = Types::DBEngineVersion
1229
1232
 
1230
1233
  DBEngineVersionList.member = Shapes::ShapeRef.new(shape: DBEngineVersion, location_name: "DBEngineVersion")
@@ -2550,6 +2553,8 @@ module Aws::RDS
2550
2553
  OrderableDBInstanceOption.add_member(:supported_engine_modes, Shapes::ShapeRef.new(shape: EngineModeList, location_name: "SupportedEngineModes"))
2551
2554
  OrderableDBInstanceOption.add_member(:supports_storage_autoscaling, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "SupportsStorageAutoscaling"))
2552
2555
  OrderableDBInstanceOption.add_member(:supports_kerberos_authentication, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "SupportsKerberosAuthentication"))
2556
+ OrderableDBInstanceOption.add_member(:outpost_capable, Shapes::ShapeRef.new(shape: Boolean, location_name: "OutpostCapable"))
2557
+ OrderableDBInstanceOption.add_member(:supports_global_databases, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsGlobalDatabases"))
2553
2558
  OrderableDBInstanceOption.struct_class = Types::OrderableDBInstanceOption
2554
2559
 
2555
2560
  OrderableDBInstanceOptionsList.member = Shapes::ShapeRef.new(shape: OrderableDBInstanceOption, location_name: "OrderableDBInstanceOption")
@@ -2558,6 +2563,9 @@ module Aws::RDS
2558
2563
  OrderableDBInstanceOptionsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
2559
2564
  OrderableDBInstanceOptionsMessage.struct_class = Types::OrderableDBInstanceOptionsMessage
2560
2565
 
2566
+ Outpost.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "Arn"))
2567
+ Outpost.struct_class = Types::Outpost
2568
+
2561
2569
  Parameter.add_member(:parameter_name, Shapes::ShapeRef.new(shape: String, location_name: "ParameterName"))
2562
2570
  Parameter.add_member(:parameter_value, Shapes::ShapeRef.new(shape: String, location_name: "ParameterValue"))
2563
2571
  Parameter.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
@@ -3095,6 +3103,7 @@ module Aws::RDS
3095
3103
 
3096
3104
  Subnet.add_member(:subnet_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SubnetIdentifier"))
3097
3105
  Subnet.add_member(:subnet_availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "SubnetAvailabilityZone"))
3106
+ Subnet.add_member(:subnet_outpost, Shapes::ShapeRef.new(shape: Outpost, location_name: "SubnetOutpost"))
3098
3107
  Subnet.add_member(:subnet_status, Shapes::ShapeRef.new(shape: String, location_name: "SubnetStatus"))
3099
3108
  Subnet.struct_class = Types::Subnet
3100
3109
 
@@ -4456,6 +4465,8 @@ module Aws::RDS
4456
4465
  o.errors << Shapes::ShapeRef.new(shape: CertificateNotFoundFault)
4457
4466
  o.errors << Shapes::ShapeRef.new(shape: DomainNotFoundFault)
4458
4467
  o.errors << Shapes::ShapeRef.new(shape: BackupPolicyNotFoundFault)
4468
+ o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
4469
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
4459
4470
  end)
4460
4471
 
4461
4472
  api.add_operation(:modify_db_parameter_group, Seahorse::Model::Operation.new.tap do |o|
@@ -4,30 +4,20 @@ require 'aws-sigv4'
4
4
 
5
5
  module Aws
6
6
  module RDS
7
-
8
- # The utility class helps generate an auth token that supports database login
9
- # It provides a method:
7
+ # A utility class that generates an auth token that supports database
8
+ # logins. IAM credentials are used for authentication instead of the
9
+ # database password.
10
10
  #
11
- # * {#auth_token} - Computes a login token which is similar to
12
- # a presigned url
11
+ # @see https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html
13
12
  class AuthTokenGenerator
14
-
15
- # @option options [required, Credentials] :credentials
16
- # You need provide an object that responds to `#credentials`
17
- # returning another object that responds to `#access_key_id`, `#secret_access_key`,
18
- # and `#session_token`.
19
- #
20
- # For example, you could provide an instance of following classes:
21
- # * `Aws::Credentials`
22
- # * `Aws::SharedCredentials`
23
- # * `Aws::InstanceProfileCredentials`
24
- # * `Aws::AssumeRoleCredentials`
25
- # * `Aws::ECSCredentials`
13
+ # @option options [required, Credentials] :credentials An object that
14
+ # responds to `#credentials` returning another object that responds to
15
+ # `#access_key_id`, `#secret_access_key`, and `#session_token`.
26
16
  def initialize(options = {})
27
17
  @credentials = options.fetch(:credentials)
28
18
  end
29
19
 
30
- # To create a auth login token, following parameters are required:
20
+ # Creates an auth login token.
31
21
  #
32
22
  # @param [Hash] params The parameters for auth token creation.
33
23
  # @option params [required, String] :region Region where the database
@@ -35,7 +25,7 @@ module Aws
35
25
  # @option params [required, String] :endpoint Hostname of the database
36
26
  # with a port number.
37
27
  # For example: my-instance.us-west-2.rds.amazonaws.com:3306
38
- # @option params [required, String] :user_name Username to login as
28
+ # @option params [required, String] :user_name Username to login as.
39
29
  #
40
30
  # @return [String]
41
31
  def auth_token(params)
@@ -52,17 +42,16 @@ module Aws
52
42
  region: region,
53
43
  credentials_provider: @credentials
54
44
  )
55
- url = "https://" + endpoint + "/?#{param_list.to_s}"
45
+
56
46
  presigned_url = signer.presign_url(
57
47
  http_method: 'GET',
58
- url: url,
48
+ url: "https://#{endpoint}/?#{param_list}",
59
49
  body: '',
60
50
  expires_in: 900
61
51
  ).to_s
62
52
  # Remove extra scheme for token
63
53
  presigned_url[8..-1]
64
54
  end
65
-
66
55
  end
67
56
  end
68
57
  end
@@ -141,6 +141,20 @@ module Aws::RDS
141
141
  data[:status]
142
142
  end
143
143
 
144
+ # A value that indicates whether you can use Aurora parallel query with
145
+ # a specific DB engine version.
146
+ # @return [Boolean]
147
+ def supports_parallel_query
148
+ data[:supports_parallel_query]
149
+ end
150
+
151
+ # A value that indicates whether you can use Aurora global databases
152
+ # with a specific DB engine version.
153
+ # @return [Boolean]
154
+ def supports_global_databases
155
+ data[:supports_global_databases]
156
+ end
157
+
144
158
  # @!endgroup
145
159
 
146
160
  # @return [Client]
@@ -1848,7 +1848,7 @@ module Aws::RDS
1848
1848
  # @option options [String] :domain
1849
1849
  # The Active Directory directory ID to create the DB instance in.
1850
1850
  #
1851
- # For Oracle DB instances, Amazon RDS can use Kerberos Authentication to
1851
+ # For Oracle DB instances, Amazon RDS can use Kerberos authentication to
1852
1852
  # authenticate users that connect to the DB instance. For more
1853
1853
  # information, see [ Using Kerberos Authentication with Amazon RDS for
1854
1854
  # Oracle][1] in the *Amazon RDS User Guide*.
@@ -2400,7 +2400,7 @@ module Aws::RDS
2400
2400
  # Amazon RDS DB Instance Running Microsoft SQL Server][1] in the *Amazon
2401
2401
  # RDS User Guide*.
2402
2402
  #
2403
- # For Oracle DB instances, Amazon RDS can use Kerberos Authentication to
2403
+ # For Oracle DB instances, Amazon RDS can use Kerberos authentication to
2404
2404
  # authenticate users that connect to the DB instance. For more
2405
2405
  # information, see [ Using Kerberos Authentication with Amazon RDS for
2406
2406
  # Oracle][2] in the *Amazon RDS User Guide*.
@@ -2933,7 +2933,7 @@ module Aws::RDS
2933
2933
  # Amazon RDS DB Instance Running Microsoft SQL Server][1] in the *Amazon
2934
2934
  # RDS User Guide*.
2935
2935
  #
2936
- # For Oracle DB instances, Amazon RDS can use Kerberos Authentication to
2936
+ # For Oracle DB instances, Amazon RDS can use Kerberos authentication to
2937
2937
  # authenticate users that connect to the DB instance. For more
2938
2938
  # information, see [ Using Kerberos Authentication with Amazon RDS for
2939
2939
  # Oracle][2] in the *Amazon RDS User Guide*.
@@ -768,7 +768,7 @@ module Aws::RDS
768
768
  # Amazon RDS DB Instance Running Microsoft SQL Server][1] in the *Amazon
769
769
  # RDS User Guide*.
770
770
  #
771
- # For Oracle DB instances, Amazon RDS can use Kerberos Authentication to
771
+ # For Oracle DB instances, Amazon RDS can use Kerberos authentication to
772
772
  # authenticate users that connect to the DB instance. For more
773
773
  # information, see [ Using Kerberos Authentication with Amazon RDS for
774
774
  # Oracle][2] in the *Amazon RDS User Guide*.
@@ -19,7 +19,7 @@ module Aws
19
19
 
20
20
  def call(context)
21
21
  params = context.params
22
- if params[:source_region] && !params[:pre_signed_url]
22
+ if params.is_a?(Hash) && params[:source_region] && !params[:pre_signed_url]
23
23
  params[:pre_signed_url] = presigned_url(context, params)
24
24
  params[:destination_region] = context.config.region
25
25
  end
@@ -738,11 +738,6 @@ module Aws::RDS
738
738
  include Aws::Structure
739
739
  end
740
740
 
741
- # <note markdown="1"> This is prerelease documentation for the RDS Database Proxy feature in
742
- # preview release. It is subject to change.
743
- #
744
- # </note>
745
- #
746
741
  # Specifies the settings that control the size and behavior of the
747
742
  # connection pool associated with a `DBProxyTargetGroup`.
748
743
  #
@@ -811,8 +806,6 @@ module Aws::RDS
811
806
  # the separator. You can also include multiple variables in a single
812
807
  # `SET` statement, such as `SET x=1, y=2`.
813
808
  #
814
- # `InitQuery` is not currently supported for PostgreSQL.
815
- #
816
809
  # Default: no initialization query
817
810
  # @return [String]
818
811
  #
@@ -828,11 +821,6 @@ module Aws::RDS
828
821
  include Aws::Structure
829
822
  end
830
823
 
831
- # <note markdown="1"> This is prerelease documentation for the RDS Database Proxy feature in
832
- # preview release. It is subject to change.
833
- #
834
- # </note>
835
- #
836
824
  # Displays the settings that control the size and behavior of the
837
825
  # connection pool associated with a `DBProxyTarget`.
838
826
  #
@@ -877,8 +865,6 @@ module Aws::RDS
877
865
  # multiple statements, use semicolons as the separator. You can also
878
866
  # include multiple variables in a single `SET` statement, such as `SET
879
867
  # x=1, y=2`.
880
- #
881
- # `InitQuery` is not currently supported for PostgreSQL.
882
868
  # @return [String]
883
869
  #
884
870
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ConnectionPoolConfigurationInfo AWS API Documentation
@@ -3855,7 +3841,7 @@ module Aws::RDS
3855
3841
  # @!attribute [rw] domain
3856
3842
  # The Active Directory directory ID to create the DB instance in.
3857
3843
  #
3858
- # For Oracle DB instances, Amazon RDS can use Kerberos Authentication
3844
+ # For Oracle DB instances, Amazon RDS can use Kerberos authentication
3859
3845
  # to authenticate users that connect to the DB instance. For more
3860
3846
  # information, see [ Using Kerberos Authentication with Amazon RDS for
3861
3847
  # Oracle][1] in the *Amazon RDS User Guide*.
@@ -5900,6 +5886,16 @@ module Aws::RDS
5900
5886
  # `deprecated`.
5901
5887
  # @return [String]
5902
5888
  #
5889
+ # @!attribute [rw] supports_parallel_query
5890
+ # A value that indicates whether you can use Aurora parallel query
5891
+ # with a specific DB engine version.
5892
+ # @return [Boolean]
5893
+ #
5894
+ # @!attribute [rw] supports_global_databases
5895
+ # A value that indicates whether you can use Aurora global databases
5896
+ # with a specific DB engine version.
5897
+ # @return [Boolean]
5898
+ #
5903
5899
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBEngineVersion AWS API Documentation
5904
5900
  #
5905
5901
  class DBEngineVersion < Struct.new(
@@ -5917,7 +5913,9 @@ module Aws::RDS
5917
5913
  :supports_read_replica,
5918
5914
  :supported_engine_modes,
5919
5915
  :supported_feature_names,
5920
- :status)
5916
+ :status,
5917
+ :supports_parallel_query,
5918
+ :supports_global_databases)
5921
5919
  SENSITIVE = []
5922
5920
  include Aws::Structure
5923
5921
  end
@@ -6840,11 +6838,6 @@ module Aws::RDS
6840
6838
  include Aws::Structure
6841
6839
  end
6842
6840
 
6843
- # <note markdown="1"> This is prerelease documentation for the RDS Database Proxy feature in
6844
- # preview release. It is subject to change.
6845
- #
6846
- # </note>
6847
- #
6848
6841
  # The data structure representing a proxy managed by the RDS Proxy.
6849
6842
  #
6850
6843
  # This data type is used as a response element in the
@@ -6972,11 +6965,6 @@ module Aws::RDS
6972
6965
  #
6973
6966
  class DBProxyQuotaExceededFault < Aws::EmptyStructure; end
6974
6967
 
6975
- # <note markdown="1"> This is prerelease documentation for the RDS Database Proxy feature in
6976
- # preview release. It is subject to change.
6977
- #
6978
- # </note>
6979
- #
6980
6968
  # Contains the details for an RDS Proxy target. It represents an RDS DB
6981
6969
  # instance or Aurora DB cluster that the proxy can connect to. One or
6982
6970
  # more targets are associated with an RDS Proxy target group.
@@ -7040,11 +7028,6 @@ module Aws::RDS
7040
7028
  #
7041
7029
  class DBProxyTargetAlreadyRegisteredFault < Aws::EmptyStructure; end
7042
7030
 
7043
- # <note markdown="1"> This is prerelease documentation for the RDS Database Proxy feature in
7044
- # preview release. It is subject to change.
7045
- #
7046
- # </note>
7047
- #
7048
7031
  # Represents a set of RDS DB instances, Aurora DB clusters, or both that
7049
7032
  # a proxy can connect to. Currently, each target group is associated
7050
7033
  # with exactly one RDS DB instance or Aurora DB cluster.
@@ -13511,7 +13494,7 @@ module Aws::RDS
13511
13494
  # with an Amazon RDS DB Instance Running Microsoft SQL Server][1] in
13512
13495
  # the *Amazon RDS User Guide*.
13513
13496
  #
13514
- # For Oracle DB instances, Amazon RDS can use Kerberos Authentication
13497
+ # For Oracle DB instances, Amazon RDS can use Kerberos authentication
13515
13498
  # to authenticate users that connect to the DB instance. For more
13516
13499
  # information, see [ Using Kerberos Authentication with Amazon RDS for
13517
13500
  # Oracle][2] in the *Amazon RDS User Guide*.
@@ -15089,6 +15072,22 @@ module Aws::RDS
15089
15072
  # Whether a DB instance supports Kerberos Authentication.
15090
15073
  # @return [Boolean]
15091
15074
  #
15075
+ # @!attribute [rw] outpost_capable
15076
+ # Whether a DB instance supports RDS on Outposts.
15077
+ #
15078
+ # For more information about RDS on Outposts, see [Amazon RDS on AWS
15079
+ # Outposts][1] in the *Amazon RDS User Guide.*
15080
+ #
15081
+ #
15082
+ #
15083
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html
15084
+ # @return [Boolean]
15085
+ #
15086
+ # @!attribute [rw] supports_global_databases
15087
+ # A value that indicates whether you can use Aurora global databases
15088
+ # with a specific combination of other DB engine attributes.
15089
+ # @return [Boolean]
15090
+ #
15092
15091
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/OrderableDBInstanceOption AWS API Documentation
15093
15092
  #
15094
15093
  class OrderableDBInstanceOption < Struct.new(
@@ -15116,7 +15115,9 @@ module Aws::RDS
15116
15115
  :available_processor_features,
15117
15116
  :supported_engine_modes,
15118
15117
  :supports_storage_autoscaling,
15119
- :supports_kerberos_authentication)
15118
+ :supports_kerberos_authentication,
15119
+ :outpost_capable,
15120
+ :supports_global_databases)
15120
15121
  SENSITIVE = []
15121
15122
  include Aws::Structure
15122
15123
  end
@@ -15145,6 +15146,27 @@ module Aws::RDS
15145
15146
  include Aws::Structure
15146
15147
  end
15147
15148
 
15149
+ # A data type that represents an Outpost.
15150
+ #
15151
+ # For more information about RDS on Outposts, see [Amazon RDS on AWS
15152
+ # Outposts][1] in the *Amazon RDS User Guide.*
15153
+ #
15154
+ #
15155
+ #
15156
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html
15157
+ #
15158
+ # @!attribute [rw] arn
15159
+ # The Amazon Resource Name (ARN) of the Outpost.
15160
+ # @return [String]
15161
+ #
15162
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/Outpost AWS API Documentation
15163
+ #
15164
+ class Outpost < Struct.new(
15165
+ :arn)
15166
+ SENSITIVE = []
15167
+ include Aws::Structure
15168
+ end
15169
+
15148
15170
  # This data type is used as a request parameter in the
15149
15171
  # `ModifyDBParameterGroup` and `ResetDBParameterGroup` actions.
15150
15172
  #
@@ -17708,7 +17730,7 @@ module Aws::RDS
17708
17730
  # with an Amazon RDS DB Instance Running Microsoft SQL Server][1] in
17709
17731
  # the *Amazon RDS User Guide*.
17710
17732
  #
17711
- # For Oracle DB instances, Amazon RDS can use Kerberos Authentication
17733
+ # For Oracle DB instances, Amazon RDS can use Kerberos authentication
17712
17734
  # to authenticate users that connect to the DB instance. For more
17713
17735
  # information, see [ Using Kerberos Authentication with Amazon RDS for
17714
17736
  # Oracle][2] in the *Amazon RDS User Guide*.
@@ -18669,7 +18691,7 @@ module Aws::RDS
18669
18691
  # with an Amazon RDS DB Instance Running Microsoft SQL Server][1] in
18670
18692
  # the *Amazon RDS User Guide*.
18671
18693
  #
18672
- # For Oracle DB instances, Amazon RDS can use Kerberos Authentication
18694
+ # For Oracle DB instances, Amazon RDS can use Kerberos authentication
18673
18695
  # to authenticate users that connect to the DB instance. For more
18674
18696
  # information, see [ Using Kerberos Authentication with Amazon RDS for
18675
18697
  # Oracle][2] in the *Amazon RDS User Guide*.
@@ -19507,11 +19529,11 @@ module Aws::RDS
19507
19529
  #
19508
19530
  class StorageTypeNotSupportedFault < Aws::EmptyStructure; end
19509
19531
 
19510
- # This data type is used as a response element in the
19511
- # `DescribeDBSubnetGroups` action.
19532
+ # This data type is used as a response element for the
19533
+ # `DescribeDBSubnetGroups` operation.
19512
19534
  #
19513
19535
  # @!attribute [rw] subnet_identifier
19514
- # Specifies the identifier of the subnet.
19536
+ # The identifier of the subnet.
19515
19537
  # @return [String]
19516
19538
  #
19517
19539
  # @!attribute [rw] subnet_availability_zone
@@ -19521,8 +19543,20 @@ module Aws::RDS
19521
19543
  # `OrderableDBInstanceOption` data type.
19522
19544
  # @return [Types::AvailabilityZone]
19523
19545
  #
19546
+ # @!attribute [rw] subnet_outpost
19547
+ # If the subnet is associated with an Outpost, this value specifies
19548
+ # the Outpost.
19549
+ #
19550
+ # For more information about RDS on Outposts, see [Amazon RDS on AWS
19551
+ # Outposts][1] in the *Amazon RDS User Guide.*
19552
+ #
19553
+ #
19554
+ #
19555
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html
19556
+ # @return [Types::Outpost]
19557
+ #
19524
19558
  # @!attribute [rw] subnet_status
19525
- # Specifies the status of the subnet.
19559
+ # The status of the subnet.
19526
19560
  # @return [String]
19527
19561
  #
19528
19562
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/Subnet AWS API Documentation
@@ -19530,6 +19564,7 @@ module Aws::RDS
19530
19564
  class Subnet < Struct.new(
19531
19565
  :subnet_identifier,
19532
19566
  :subnet_availability_zone,
19567
+ :subnet_outpost,
19533
19568
  :subnet_status)
19534
19569
  SENSITIVE = []
19535
19570
  include Aws::Structure
@@ -19609,11 +19644,6 @@ module Aws::RDS
19609
19644
  include Aws::Structure
19610
19645
  end
19611
19646
 
19612
- # <note markdown="1"> This is prerelease documentation for the RDS Database Proxy feature in
19613
- # preview release. It is subject to change.
19614
- #
19615
- # </note>
19616
- #
19617
19647
  # Information about the connection health of an RDS Proxy target.
19618
19648
  #
19619
19649
  # @!attribute [rw] state
@@ -19698,11 +19728,6 @@ module Aws::RDS
19698
19728
  include Aws::Structure
19699
19729
  end
19700
19730
 
19701
- # <note markdown="1"> This is prerelease documentation for the RDS Database Proxy feature in
19702
- # preview release. It is subject to change.
19703
- #
19704
- # </note>
19705
- #
19706
19731
  # Specifies the details of authentication used by a proxy to log in as a
19707
19732
  # specific database user.
19708
19733
  #
@@ -19754,11 +19779,6 @@ module Aws::RDS
19754
19779
  include Aws::Structure
19755
19780
  end
19756
19781
 
19757
- # <note markdown="1"> This is prerelease documentation for the RDS Database Proxy feature in
19758
- # preview release. It is subject to change.
19759
- #
19760
- # </note>
19761
- #
19762
19782
  # Returns the details of authentication used by a proxy to log in as a
19763
19783
  # specific database user.
19764
19784
  #
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.89.0
4
+ version: 1.94.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: 2020-06-23 00:00:00.000000000 Z
11
+ date: 2020-07-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4