aws-sdk-rds 1.90.0 → 1.95.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
  SHA256:
3
- metadata.gz: 5c6e145844b4aa0951f079d367ae3d6dba5e7827b5b2192ad287a0a5a7414c24
4
- data.tar.gz: 51945fe8b515fcffcb14f3dc8a6f85c9718e0a3fc8eafcc4b1a56506ee55e499
3
+ metadata.gz: 68ed99c62f343083a371d4e477726ec9e9f17f5ee97432fa47c3f749c765b226
4
+ data.tar.gz: 7cefc277f470ce3a31bc166a777e03af5a6c877e3a7cccaa7d8d31ee6a2fb055
5
5
  SHA512:
6
- metadata.gz: 1337f18ce9e8991069cbae84d6fda48f0172373ef1384acc445481a20f51daf4554c6c89db55d7044b3b1339f776ac34036dcef5000a2b5493b9248e88f760cc
7
- data.tar.gz: ec7454d2a15f7b5294282aed12b6e50857e8ea3584174adde37af5011d70235ef688ed6e8aefac84cdc133d9c4ead4ffbaa7a6efd9b6bf3e206400d22f512268
6
+ metadata.gz: 9cb29a6f6a7fb10526298c875a56b97ea6afa833ad4353a1f864165d4056f27a78a4f316bc3d8719698f98f4801a6776429f27db0e5f984287566dc6b01633c9
7
+ data.tar.gz: e1b38f90d45c9cdd058ae16daf8b60eba0e3991c2c3ff0a7af5a924d993b4d3bbbb02a38e3c89f28392dab11259ad551d73bd626ec0d47963c1387fc3db7cfb6
@@ -73,6 +73,6 @@ require_relative 'aws-sdk-rds/customizations'
73
73
  # @service
74
74
  module Aws::RDS
75
75
 
76
- GEM_VERSION = '1.90.0'
76
+ GEM_VERSION = '1.95.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
@@ -4887,6 +4889,7 @@ module Aws::RDS
4887
4889
  # resp.db_subnet_group.subnets #=> Array
4888
4890
  # resp.db_subnet_group.subnets[0].subnet_identifier #=> String
4889
4891
  # resp.db_subnet_group.subnets[0].subnet_availability_zone.name #=> String
4892
+ # resp.db_subnet_group.subnets[0].subnet_outpost.arn #=> String
4890
4893
  # resp.db_subnet_group.subnets[0].subnet_status #=> String
4891
4894
  # resp.db_subnet_group.db_subnet_group_arn #=> String
4892
4895
  #
@@ -5809,6 +5812,7 @@ module Aws::RDS
5809
5812
  # resp.db_instance.db_subnet_group.subnets #=> Array
5810
5813
  # resp.db_instance.db_subnet_group.subnets[0].subnet_identifier #=> String
5811
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
5812
5816
  # resp.db_instance.db_subnet_group.subnets[0].subnet_status #=> String
5813
5817
  # resp.db_instance.db_subnet_group.db_subnet_group_arn #=> String
5814
5818
  # resp.db_instance.preferred_maintenance_window #=> String
@@ -7648,6 +7652,8 @@ module Aws::RDS
7648
7652
  # resp.db_engine_versions[0].supported_feature_names #=> Array
7649
7653
  # resp.db_engine_versions[0].supported_feature_names[0] #=> String
7650
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
7651
7657
  #
7652
7658
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBEngineVersions AWS API Documentation
7653
7659
  #
@@ -7903,6 +7909,7 @@ module Aws::RDS
7903
7909
  # resp.db_instances[0].db_subnet_group.subnets #=> Array
7904
7910
  # resp.db_instances[0].db_subnet_group.subnets[0].subnet_identifier #=> String
7905
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
7906
7913
  # resp.db_instances[0].db_subnet_group.subnets[0].subnet_status #=> String
7907
7914
  # resp.db_instances[0].db_subnet_group.db_subnet_group_arn #=> String
7908
7915
  # resp.db_instances[0].preferred_maintenance_window #=> String
@@ -8945,6 +8952,7 @@ module Aws::RDS
8945
8952
  # resp.db_subnet_groups[0].subnets #=> Array
8946
8953
  # resp.db_subnet_groups[0].subnets[0].subnet_identifier #=> String
8947
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
8948
8956
  # resp.db_subnet_groups[0].subnets[0].subnet_status #=> String
8949
8957
  # resp.db_subnet_groups[0].db_subnet_group_arn #=> String
8950
8958
  #
@@ -10057,6 +10065,8 @@ module Aws::RDS
10057
10065
  # resp.orderable_db_instance_options[0].supported_engine_modes[0] #=> String
10058
10066
  # resp.orderable_db_instance_options[0].supports_storage_autoscaling #=> Boolean
10059
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
10060
10070
  # resp.marker #=> String
10061
10071
  #
10062
10072
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeOrderableDBInstanceOptions AWS API Documentation
@@ -12325,7 +12335,7 @@ module Aws::RDS
12325
12335
  # Amazon RDS DB Instance Running Microsoft SQL Server][1] in the *Amazon
12326
12336
  # RDS User Guide*.
12327
12337
  #
12328
- # For Oracle DB instances, Amazon RDS can use Kerberos Authentication to
12338
+ # For Oracle DB instances, Amazon RDS can use Kerberos authentication to
12329
12339
  # authenticate users that connect to the DB instance. For more
12330
12340
  # information, see [ Using Kerberos Authentication with Amazon RDS for
12331
12341
  # Oracle][2] in the *Amazon RDS User Guide*.
@@ -12666,6 +12676,7 @@ module Aws::RDS
12666
12676
  # resp.db_instance.db_subnet_group.subnets #=> Array
12667
12677
  # resp.db_instance.db_subnet_group.subnets[0].subnet_identifier #=> String
12668
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
12669
12680
  # resp.db_instance.db_subnet_group.subnets[0].subnet_status #=> String
12670
12681
  # resp.db_instance.db_subnet_group.db_subnet_group_arn #=> String
12671
12682
  # resp.db_instance.preferred_maintenance_window #=> String
@@ -13301,6 +13312,7 @@ module Aws::RDS
13301
13312
  # resp.db_subnet_group.subnets #=> Array
13302
13313
  # resp.db_subnet_group.subnets[0].subnet_identifier #=> String
13303
13314
  # resp.db_subnet_group.subnets[0].subnet_availability_zone.name #=> String
13315
+ # resp.db_subnet_group.subnets[0].subnet_outpost.arn #=> String
13304
13316
  # resp.db_subnet_group.subnets[0].subnet_status #=> String
13305
13317
  # resp.db_subnet_group.db_subnet_group_arn #=> String
13306
13318
  #
@@ -13747,6 +13759,7 @@ module Aws::RDS
13747
13759
  # resp.db_instance.db_subnet_group.subnets #=> Array
13748
13760
  # resp.db_instance.db_subnet_group.subnets[0].subnet_identifier #=> String
13749
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
13750
13763
  # resp.db_instance.db_subnet_group.subnets[0].subnet_status #=> String
13751
13764
  # resp.db_instance.db_subnet_group.db_subnet_group_arn #=> String
13752
13765
  # resp.db_instance.preferred_maintenance_window #=> String
@@ -14138,6 +14151,7 @@ module Aws::RDS
14138
14151
  # resp.db_instance.db_subnet_group.subnets #=> Array
14139
14152
  # resp.db_instance.db_subnet_group.subnets[0].subnet_identifier #=> String
14140
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
14141
14155
  # resp.db_instance.db_subnet_group.subnets[0].subnet_status #=> String
14142
14156
  # resp.db_instance.db_subnet_group.db_subnet_group_arn #=> String
14143
14157
  # resp.db_instance.preferred_maintenance_window #=> String
@@ -16159,7 +16173,7 @@ module Aws::RDS
16159
16173
  # Amazon RDS DB Instance Running Microsoft SQL Server][1] in the *Amazon
16160
16174
  # RDS User Guide*.
16161
16175
  #
16162
- # For Oracle DB instances, Amazon RDS can use Kerberos Authentication to
16176
+ # For Oracle DB instances, Amazon RDS can use Kerberos authentication to
16163
16177
  # authenticate users that connect to the DB instance. For more
16164
16178
  # information, see [ Using Kerberos Authentication with Amazon RDS for
16165
16179
  # Oracle][2] in the *Amazon RDS User Guide*.
@@ -16410,6 +16424,7 @@ module Aws::RDS
16410
16424
  # resp.db_instance.db_subnet_group.subnets #=> Array
16411
16425
  # resp.db_instance.db_subnet_group.subnets[0].subnet_identifier #=> String
16412
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
16413
16428
  # resp.db_instance.db_subnet_group.subnets[0].subnet_status #=> String
16414
16429
  # resp.db_instance.db_subnet_group.db_subnet_group_arn #=> String
16415
16430
  # resp.db_instance.preferred_maintenance_window #=> String
@@ -16967,6 +16982,7 @@ module Aws::RDS
16967
16982
  # resp.db_instance.db_subnet_group.subnets #=> Array
16968
16983
  # resp.db_instance.db_subnet_group.subnets[0].subnet_identifier #=> String
16969
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
16970
16986
  # resp.db_instance.db_subnet_group.subnets[0].subnet_status #=> String
16971
16987
  # resp.db_instance.db_subnet_group.db_subnet_group_arn #=> String
16972
16988
  # resp.db_instance.preferred_maintenance_window #=> String
@@ -17300,7 +17316,7 @@ module Aws::RDS
17300
17316
  # Amazon RDS DB Instance Running Microsoft SQL Server][1] in the *Amazon
17301
17317
  # RDS User Guide*.
17302
17318
  #
17303
- # For Oracle DB instances, Amazon RDS can use Kerberos Authentication to
17319
+ # For Oracle DB instances, Amazon RDS can use Kerberos authentication to
17304
17320
  # authenticate users that connect to the DB instance. For more
17305
17321
  # information, see [ Using Kerberos Authentication with Amazon RDS for
17306
17322
  # Oracle][2] in the *Amazon RDS User Guide*.
@@ -17553,6 +17569,7 @@ module Aws::RDS
17553
17569
  # resp.db_instance.db_subnet_group.subnets #=> Array
17554
17570
  # resp.db_instance.db_subnet_group.subnets[0].subnet_identifier #=> String
17555
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
17556
17573
  # resp.db_instance.db_subnet_group.subnets[0].subnet_status #=> String
17557
17574
  # resp.db_instance.db_subnet_group.db_subnet_group_arn #=> String
17558
17575
  # resp.db_instance.preferred_maintenance_window #=> String
@@ -17976,6 +17993,7 @@ module Aws::RDS
17976
17993
  # resp.db_instance.db_subnet_group.subnets #=> Array
17977
17994
  # resp.db_instance.db_subnet_group.subnets[0].subnet_identifier #=> String
17978
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
17979
17997
  # resp.db_instance.db_subnet_group.subnets[0].subnet_status #=> String
17980
17998
  # resp.db_instance.db_subnet_group.db_subnet_group_arn #=> String
17981
17999
  # resp.db_instance.preferred_maintenance_window #=> String
@@ -18411,6 +18429,7 @@ module Aws::RDS
18411
18429
  # resp.db_instance.db_subnet_group.subnets #=> Array
18412
18430
  # resp.db_instance.db_subnet_group.subnets[0].subnet_identifier #=> String
18413
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
18414
18433
  # resp.db_instance.db_subnet_group.subnets[0].subnet_status #=> String
18415
18434
  # resp.db_instance.db_subnet_group.db_subnet_group_arn #=> String
18416
18435
  # resp.db_instance.preferred_maintenance_window #=> String
@@ -18517,7 +18536,7 @@ module Aws::RDS
18517
18536
  params: params,
18518
18537
  config: config)
18519
18538
  context[:gem_name] = 'aws-sdk-rds'
18520
- context[:gem_version] = '1.90.0'
18539
+ context[:gem_version] = '1.95.0'
18521
18540
  Seahorse::Client::Request.new(handlers, context)
18522
18541
  end
18523
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
@@ -85,9 +85,13 @@ module Aws::RDS
85
85
  # account. The used value is the count of the event subscriptions in
86
86
  # the account.
87
87
  #
88
- # * `ManualSnapshots` - The number of manual DB snapshots per account.
89
- # The used value is the count of the manual DB snapshots in the
90
- # account.
88
+ # * `ManualClusterSnapshots` - The number of manual DB cluster snapshots
89
+ # per account. The used value is the count of the manual DB cluster
90
+ # snapshots in the account.
91
+ #
92
+ # * `ManualSnapshots` - The number of manual DB instance snapshots per
93
+ # account. The used value is the count of the manual DB instance
94
+ # snapshots in the account.
91
95
  #
92
96
  # * `OptionGroups` - The number of DB option groups per account,
93
97
  # excluding default option groups. The used value is the count of
@@ -3841,7 +3845,7 @@ module Aws::RDS
3841
3845
  # @!attribute [rw] domain
3842
3846
  # The Active Directory directory ID to create the DB instance in.
3843
3847
  #
3844
- # For Oracle DB instances, Amazon RDS can use Kerberos Authentication
3848
+ # For Oracle DB instances, Amazon RDS can use Kerberos authentication
3845
3849
  # to authenticate users that connect to the DB instance. For more
3846
3850
  # information, see [ Using Kerberos Authentication with Amazon RDS for
3847
3851
  # Oracle][1] in the *Amazon RDS User Guide*.
@@ -5886,6 +5890,16 @@ module Aws::RDS
5886
5890
  # `deprecated`.
5887
5891
  # @return [String]
5888
5892
  #
5893
+ # @!attribute [rw] supports_parallel_query
5894
+ # A value that indicates whether you can use Aurora parallel query
5895
+ # with a specific DB engine version.
5896
+ # @return [Boolean]
5897
+ #
5898
+ # @!attribute [rw] supports_global_databases
5899
+ # A value that indicates whether you can use Aurora global databases
5900
+ # with a specific DB engine version.
5901
+ # @return [Boolean]
5902
+ #
5889
5903
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBEngineVersion AWS API Documentation
5890
5904
  #
5891
5905
  class DBEngineVersion < Struct.new(
@@ -5903,7 +5917,9 @@ module Aws::RDS
5903
5917
  :supports_read_replica,
5904
5918
  :supported_engine_modes,
5905
5919
  :supported_feature_names,
5906
- :status)
5920
+ :status,
5921
+ :supports_parallel_query,
5922
+ :supports_global_databases)
5907
5923
  SENSITIVE = []
5908
5924
  include Aws::Structure
5909
5925
  end
@@ -13482,7 +13498,7 @@ module Aws::RDS
13482
13498
  # with an Amazon RDS DB Instance Running Microsoft SQL Server][1] in
13483
13499
  # the *Amazon RDS User Guide*.
13484
13500
  #
13485
- # For Oracle DB instances, Amazon RDS can use Kerberos Authentication
13501
+ # For Oracle DB instances, Amazon RDS can use Kerberos authentication
13486
13502
  # to authenticate users that connect to the DB instance. For more
13487
13503
  # information, see [ Using Kerberos Authentication with Amazon RDS for
13488
13504
  # Oracle][2] in the *Amazon RDS User Guide*.
@@ -15060,6 +15076,22 @@ module Aws::RDS
15060
15076
  # Whether a DB instance supports Kerberos Authentication.
15061
15077
  # @return [Boolean]
15062
15078
  #
15079
+ # @!attribute [rw] outpost_capable
15080
+ # Whether a DB instance supports RDS on Outposts.
15081
+ #
15082
+ # For more information about RDS on Outposts, see [Amazon RDS on AWS
15083
+ # Outposts][1] in the *Amazon RDS User Guide.*
15084
+ #
15085
+ #
15086
+ #
15087
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html
15088
+ # @return [Boolean]
15089
+ #
15090
+ # @!attribute [rw] supports_global_databases
15091
+ # A value that indicates whether you can use Aurora global databases
15092
+ # with a specific combination of other DB engine attributes.
15093
+ # @return [Boolean]
15094
+ #
15063
15095
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/OrderableDBInstanceOption AWS API Documentation
15064
15096
  #
15065
15097
  class OrderableDBInstanceOption < Struct.new(
@@ -15087,7 +15119,9 @@ module Aws::RDS
15087
15119
  :available_processor_features,
15088
15120
  :supported_engine_modes,
15089
15121
  :supports_storage_autoscaling,
15090
- :supports_kerberos_authentication)
15122
+ :supports_kerberos_authentication,
15123
+ :outpost_capable,
15124
+ :supports_global_databases)
15091
15125
  SENSITIVE = []
15092
15126
  include Aws::Structure
15093
15127
  end
@@ -15116,6 +15150,27 @@ module Aws::RDS
15116
15150
  include Aws::Structure
15117
15151
  end
15118
15152
 
15153
+ # A data type that represents an Outpost.
15154
+ #
15155
+ # For more information about RDS on Outposts, see [Amazon RDS on AWS
15156
+ # Outposts][1] in the *Amazon RDS User Guide.*
15157
+ #
15158
+ #
15159
+ #
15160
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html
15161
+ #
15162
+ # @!attribute [rw] arn
15163
+ # The Amazon Resource Name (ARN) of the Outpost.
15164
+ # @return [String]
15165
+ #
15166
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/Outpost AWS API Documentation
15167
+ #
15168
+ class Outpost < Struct.new(
15169
+ :arn)
15170
+ SENSITIVE = []
15171
+ include Aws::Structure
15172
+ end
15173
+
15119
15174
  # This data type is used as a request parameter in the
15120
15175
  # `ModifyDBParameterGroup` and `ResetDBParameterGroup` actions.
15121
15176
  #
@@ -17679,7 +17734,7 @@ module Aws::RDS
17679
17734
  # with an Amazon RDS DB Instance Running Microsoft SQL Server][1] in
17680
17735
  # the *Amazon RDS User Guide*.
17681
17736
  #
17682
- # For Oracle DB instances, Amazon RDS can use Kerberos Authentication
17737
+ # For Oracle DB instances, Amazon RDS can use Kerberos authentication
17683
17738
  # to authenticate users that connect to the DB instance. For more
17684
17739
  # information, see [ Using Kerberos Authentication with Amazon RDS for
17685
17740
  # Oracle][2] in the *Amazon RDS User Guide*.
@@ -18640,7 +18695,7 @@ module Aws::RDS
18640
18695
  # with an Amazon RDS DB Instance Running Microsoft SQL Server][1] in
18641
18696
  # the *Amazon RDS User Guide*.
18642
18697
  #
18643
- # For Oracle DB instances, Amazon RDS can use Kerberos Authentication
18698
+ # For Oracle DB instances, Amazon RDS can use Kerberos authentication
18644
18699
  # to authenticate users that connect to the DB instance. For more
18645
18700
  # information, see [ Using Kerberos Authentication with Amazon RDS for
18646
18701
  # Oracle][2] in the *Amazon RDS User Guide*.
@@ -19478,11 +19533,11 @@ module Aws::RDS
19478
19533
  #
19479
19534
  class StorageTypeNotSupportedFault < Aws::EmptyStructure; end
19480
19535
 
19481
- # This data type is used as a response element in the
19482
- # `DescribeDBSubnetGroups` action.
19536
+ # This data type is used as a response element for the
19537
+ # `DescribeDBSubnetGroups` operation.
19483
19538
  #
19484
19539
  # @!attribute [rw] subnet_identifier
19485
- # Specifies the identifier of the subnet.
19540
+ # The identifier of the subnet.
19486
19541
  # @return [String]
19487
19542
  #
19488
19543
  # @!attribute [rw] subnet_availability_zone
@@ -19492,8 +19547,20 @@ module Aws::RDS
19492
19547
  # `OrderableDBInstanceOption` data type.
19493
19548
  # @return [Types::AvailabilityZone]
19494
19549
  #
19550
+ # @!attribute [rw] subnet_outpost
19551
+ # If the subnet is associated with an Outpost, this value specifies
19552
+ # the Outpost.
19553
+ #
19554
+ # For more information about RDS on Outposts, see [Amazon RDS on AWS
19555
+ # Outposts][1] in the *Amazon RDS User Guide.*
19556
+ #
19557
+ #
19558
+ #
19559
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html
19560
+ # @return [Types::Outpost]
19561
+ #
19495
19562
  # @!attribute [rw] subnet_status
19496
- # Specifies the status of the subnet.
19563
+ # The status of the subnet.
19497
19564
  # @return [String]
19498
19565
  #
19499
19566
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/Subnet AWS API Documentation
@@ -19501,6 +19568,7 @@ module Aws::RDS
19501
19568
  class Subnet < Struct.new(
19502
19569
  :subnet_identifier,
19503
19570
  :subnet_availability_zone,
19571
+ :subnet_outpost,
19504
19572
  :subnet_status)
19505
19573
  SENSITIVE = []
19506
19574
  include Aws::Structure
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.90.0
4
+ version: 1.95.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-30 00:00:00.000000000 Z
11
+ date: 2020-07-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4