aws-sdk-rds 1.92.0 → 1.93.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 +4 -4
- data/lib/aws-sdk-rds.rb +1 -1
- data/lib/aws-sdk-rds/client.rb +21 -5
- data/lib/aws-sdk-rds/client_api.rb +6 -0
- data/lib/aws-sdk-rds/db_instance.rb +3 -3
- data/lib/aws-sdk-rds/db_snapshot.rb +1 -1
- data/lib/aws-sdk-rds/types.rb +55 -9
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d129b7c49cd98d39819d57d51af738ad5065bf598d24c3de779332db7e8a75b7
|
|
4
|
+
data.tar.gz: ff7d2f3e6bec679350b20ef24fa58a8b4973baa1bc88524006fc96a70160dae2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f2ec1e6866037e2b37993035953fbcfff8f202a13e0f9b870fc399c58e110f950d6398b77a54615039b81317c2dd18aeb68fc0571a9af295a58fff91ec4a95a3
|
|
7
|
+
data.tar.gz: 9d2dd5c068c0c1aac31f7feee42ecaa77c071e4533d3491eefbfa0eb94d2a1246c397abd56038890098496976f238d63f9499d419bc5cc061b9c7f7a993b628b
|
data/lib/aws-sdk-rds.rb
CHANGED
data/lib/aws-sdk-rds/client.rb
CHANGED
|
@@ -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
|
|
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
|
|
@@ -7903,6 +7907,7 @@ module Aws::RDS
|
|
|
7903
7907
|
# resp.db_instances[0].db_subnet_group.subnets #=> Array
|
|
7904
7908
|
# resp.db_instances[0].db_subnet_group.subnets[0].subnet_identifier #=> String
|
|
7905
7909
|
# resp.db_instances[0].db_subnet_group.subnets[0].subnet_availability_zone.name #=> String
|
|
7910
|
+
# resp.db_instances[0].db_subnet_group.subnets[0].subnet_outpost.arn #=> String
|
|
7906
7911
|
# resp.db_instances[0].db_subnet_group.subnets[0].subnet_status #=> String
|
|
7907
7912
|
# resp.db_instances[0].db_subnet_group.db_subnet_group_arn #=> String
|
|
7908
7913
|
# resp.db_instances[0].preferred_maintenance_window #=> String
|
|
@@ -8945,6 +8950,7 @@ module Aws::RDS
|
|
|
8945
8950
|
# resp.db_subnet_groups[0].subnets #=> Array
|
|
8946
8951
|
# resp.db_subnet_groups[0].subnets[0].subnet_identifier #=> String
|
|
8947
8952
|
# resp.db_subnet_groups[0].subnets[0].subnet_availability_zone.name #=> String
|
|
8953
|
+
# resp.db_subnet_groups[0].subnets[0].subnet_outpost.arn #=> String
|
|
8948
8954
|
# resp.db_subnet_groups[0].subnets[0].subnet_status #=> String
|
|
8949
8955
|
# resp.db_subnet_groups[0].db_subnet_group_arn #=> String
|
|
8950
8956
|
#
|
|
@@ -10057,6 +10063,7 @@ module Aws::RDS
|
|
|
10057
10063
|
# resp.orderable_db_instance_options[0].supported_engine_modes[0] #=> String
|
|
10058
10064
|
# resp.orderable_db_instance_options[0].supports_storage_autoscaling #=> Boolean
|
|
10059
10065
|
# resp.orderable_db_instance_options[0].supports_kerberos_authentication #=> Boolean
|
|
10066
|
+
# resp.orderable_db_instance_options[0].outpost_capable #=> Boolean
|
|
10060
10067
|
# resp.marker #=> String
|
|
10061
10068
|
#
|
|
10062
10069
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeOrderableDBInstanceOptions AWS API Documentation
|
|
@@ -12325,7 +12332,7 @@ module Aws::RDS
|
|
|
12325
12332
|
# Amazon RDS DB Instance Running Microsoft SQL Server][1] in the *Amazon
|
|
12326
12333
|
# RDS User Guide*.
|
|
12327
12334
|
#
|
|
12328
|
-
# For Oracle DB instances, Amazon RDS can use Kerberos
|
|
12335
|
+
# For Oracle DB instances, Amazon RDS can use Kerberos authentication to
|
|
12329
12336
|
# authenticate users that connect to the DB instance. For more
|
|
12330
12337
|
# information, see [ Using Kerberos Authentication with Amazon RDS for
|
|
12331
12338
|
# Oracle][2] in the *Amazon RDS User Guide*.
|
|
@@ -12666,6 +12673,7 @@ module Aws::RDS
|
|
|
12666
12673
|
# resp.db_instance.db_subnet_group.subnets #=> Array
|
|
12667
12674
|
# resp.db_instance.db_subnet_group.subnets[0].subnet_identifier #=> String
|
|
12668
12675
|
# resp.db_instance.db_subnet_group.subnets[0].subnet_availability_zone.name #=> String
|
|
12676
|
+
# resp.db_instance.db_subnet_group.subnets[0].subnet_outpost.arn #=> String
|
|
12669
12677
|
# resp.db_instance.db_subnet_group.subnets[0].subnet_status #=> String
|
|
12670
12678
|
# resp.db_instance.db_subnet_group.db_subnet_group_arn #=> String
|
|
12671
12679
|
# resp.db_instance.preferred_maintenance_window #=> String
|
|
@@ -13301,6 +13309,7 @@ module Aws::RDS
|
|
|
13301
13309
|
# resp.db_subnet_group.subnets #=> Array
|
|
13302
13310
|
# resp.db_subnet_group.subnets[0].subnet_identifier #=> String
|
|
13303
13311
|
# resp.db_subnet_group.subnets[0].subnet_availability_zone.name #=> String
|
|
13312
|
+
# resp.db_subnet_group.subnets[0].subnet_outpost.arn #=> String
|
|
13304
13313
|
# resp.db_subnet_group.subnets[0].subnet_status #=> String
|
|
13305
13314
|
# resp.db_subnet_group.db_subnet_group_arn #=> String
|
|
13306
13315
|
#
|
|
@@ -13747,6 +13756,7 @@ module Aws::RDS
|
|
|
13747
13756
|
# resp.db_instance.db_subnet_group.subnets #=> Array
|
|
13748
13757
|
# resp.db_instance.db_subnet_group.subnets[0].subnet_identifier #=> String
|
|
13749
13758
|
# resp.db_instance.db_subnet_group.subnets[0].subnet_availability_zone.name #=> String
|
|
13759
|
+
# resp.db_instance.db_subnet_group.subnets[0].subnet_outpost.arn #=> String
|
|
13750
13760
|
# resp.db_instance.db_subnet_group.subnets[0].subnet_status #=> String
|
|
13751
13761
|
# resp.db_instance.db_subnet_group.db_subnet_group_arn #=> String
|
|
13752
13762
|
# resp.db_instance.preferred_maintenance_window #=> String
|
|
@@ -14138,6 +14148,7 @@ module Aws::RDS
|
|
|
14138
14148
|
# resp.db_instance.db_subnet_group.subnets #=> Array
|
|
14139
14149
|
# resp.db_instance.db_subnet_group.subnets[0].subnet_identifier #=> String
|
|
14140
14150
|
# resp.db_instance.db_subnet_group.subnets[0].subnet_availability_zone.name #=> String
|
|
14151
|
+
# resp.db_instance.db_subnet_group.subnets[0].subnet_outpost.arn #=> String
|
|
14141
14152
|
# resp.db_instance.db_subnet_group.subnets[0].subnet_status #=> String
|
|
14142
14153
|
# resp.db_instance.db_subnet_group.db_subnet_group_arn #=> String
|
|
14143
14154
|
# resp.db_instance.preferred_maintenance_window #=> String
|
|
@@ -16159,7 +16170,7 @@ module Aws::RDS
|
|
|
16159
16170
|
# Amazon RDS DB Instance Running Microsoft SQL Server][1] in the *Amazon
|
|
16160
16171
|
# RDS User Guide*.
|
|
16161
16172
|
#
|
|
16162
|
-
# For Oracle DB instances, Amazon RDS can use Kerberos
|
|
16173
|
+
# For Oracle DB instances, Amazon RDS can use Kerberos authentication to
|
|
16163
16174
|
# authenticate users that connect to the DB instance. For more
|
|
16164
16175
|
# information, see [ Using Kerberos Authentication with Amazon RDS for
|
|
16165
16176
|
# Oracle][2] in the *Amazon RDS User Guide*.
|
|
@@ -16410,6 +16421,7 @@ module Aws::RDS
|
|
|
16410
16421
|
# resp.db_instance.db_subnet_group.subnets #=> Array
|
|
16411
16422
|
# resp.db_instance.db_subnet_group.subnets[0].subnet_identifier #=> String
|
|
16412
16423
|
# resp.db_instance.db_subnet_group.subnets[0].subnet_availability_zone.name #=> String
|
|
16424
|
+
# resp.db_instance.db_subnet_group.subnets[0].subnet_outpost.arn #=> String
|
|
16413
16425
|
# resp.db_instance.db_subnet_group.subnets[0].subnet_status #=> String
|
|
16414
16426
|
# resp.db_instance.db_subnet_group.db_subnet_group_arn #=> String
|
|
16415
16427
|
# resp.db_instance.preferred_maintenance_window #=> String
|
|
@@ -16967,6 +16979,7 @@ module Aws::RDS
|
|
|
16967
16979
|
# resp.db_instance.db_subnet_group.subnets #=> Array
|
|
16968
16980
|
# resp.db_instance.db_subnet_group.subnets[0].subnet_identifier #=> String
|
|
16969
16981
|
# resp.db_instance.db_subnet_group.subnets[0].subnet_availability_zone.name #=> String
|
|
16982
|
+
# resp.db_instance.db_subnet_group.subnets[0].subnet_outpost.arn #=> String
|
|
16970
16983
|
# resp.db_instance.db_subnet_group.subnets[0].subnet_status #=> String
|
|
16971
16984
|
# resp.db_instance.db_subnet_group.db_subnet_group_arn #=> String
|
|
16972
16985
|
# resp.db_instance.preferred_maintenance_window #=> String
|
|
@@ -17300,7 +17313,7 @@ module Aws::RDS
|
|
|
17300
17313
|
# Amazon RDS DB Instance Running Microsoft SQL Server][1] in the *Amazon
|
|
17301
17314
|
# RDS User Guide*.
|
|
17302
17315
|
#
|
|
17303
|
-
# For Oracle DB instances, Amazon RDS can use Kerberos
|
|
17316
|
+
# For Oracle DB instances, Amazon RDS can use Kerberos authentication to
|
|
17304
17317
|
# authenticate users that connect to the DB instance. For more
|
|
17305
17318
|
# information, see [ Using Kerberos Authentication with Amazon RDS for
|
|
17306
17319
|
# Oracle][2] in the *Amazon RDS User Guide*.
|
|
@@ -17553,6 +17566,7 @@ module Aws::RDS
|
|
|
17553
17566
|
# resp.db_instance.db_subnet_group.subnets #=> Array
|
|
17554
17567
|
# resp.db_instance.db_subnet_group.subnets[0].subnet_identifier #=> String
|
|
17555
17568
|
# resp.db_instance.db_subnet_group.subnets[0].subnet_availability_zone.name #=> String
|
|
17569
|
+
# resp.db_instance.db_subnet_group.subnets[0].subnet_outpost.arn #=> String
|
|
17556
17570
|
# resp.db_instance.db_subnet_group.subnets[0].subnet_status #=> String
|
|
17557
17571
|
# resp.db_instance.db_subnet_group.db_subnet_group_arn #=> String
|
|
17558
17572
|
# resp.db_instance.preferred_maintenance_window #=> String
|
|
@@ -17976,6 +17990,7 @@ module Aws::RDS
|
|
|
17976
17990
|
# resp.db_instance.db_subnet_group.subnets #=> Array
|
|
17977
17991
|
# resp.db_instance.db_subnet_group.subnets[0].subnet_identifier #=> String
|
|
17978
17992
|
# resp.db_instance.db_subnet_group.subnets[0].subnet_availability_zone.name #=> String
|
|
17993
|
+
# resp.db_instance.db_subnet_group.subnets[0].subnet_outpost.arn #=> String
|
|
17979
17994
|
# resp.db_instance.db_subnet_group.subnets[0].subnet_status #=> String
|
|
17980
17995
|
# resp.db_instance.db_subnet_group.db_subnet_group_arn #=> String
|
|
17981
17996
|
# resp.db_instance.preferred_maintenance_window #=> String
|
|
@@ -18411,6 +18426,7 @@ module Aws::RDS
|
|
|
18411
18426
|
# resp.db_instance.db_subnet_group.subnets #=> Array
|
|
18412
18427
|
# resp.db_instance.db_subnet_group.subnets[0].subnet_identifier #=> String
|
|
18413
18428
|
# resp.db_instance.db_subnet_group.subnets[0].subnet_availability_zone.name #=> String
|
|
18429
|
+
# resp.db_instance.db_subnet_group.subnets[0].subnet_outpost.arn #=> String
|
|
18414
18430
|
# resp.db_instance.db_subnet_group.subnets[0].subnet_status #=> String
|
|
18415
18431
|
# resp.db_instance.db_subnet_group.db_subnet_group_arn #=> String
|
|
18416
18432
|
# resp.db_instance.preferred_maintenance_window #=> String
|
|
@@ -18517,7 +18533,7 @@ module Aws::RDS
|
|
|
18517
18533
|
params: params,
|
|
18518
18534
|
config: config)
|
|
18519
18535
|
context[:gem_name] = 'aws-sdk-rds'
|
|
18520
|
-
context[:gem_version] = '1.
|
|
18536
|
+
context[:gem_version] = '1.93.0'
|
|
18521
18537
|
Seahorse::Client::Request.new(handlers, context)
|
|
18522
18538
|
end
|
|
18523
18539
|
|
|
@@ -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')
|
|
@@ -2550,6 +2551,7 @@ module Aws::RDS
|
|
|
2550
2551
|
OrderableDBInstanceOption.add_member(:supported_engine_modes, Shapes::ShapeRef.new(shape: EngineModeList, location_name: "SupportedEngineModes"))
|
|
2551
2552
|
OrderableDBInstanceOption.add_member(:supports_storage_autoscaling, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "SupportsStorageAutoscaling"))
|
|
2552
2553
|
OrderableDBInstanceOption.add_member(:supports_kerberos_authentication, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "SupportsKerberosAuthentication"))
|
|
2554
|
+
OrderableDBInstanceOption.add_member(:outpost_capable, Shapes::ShapeRef.new(shape: Boolean, location_name: "OutpostCapable"))
|
|
2553
2555
|
OrderableDBInstanceOption.struct_class = Types::OrderableDBInstanceOption
|
|
2554
2556
|
|
|
2555
2557
|
OrderableDBInstanceOptionsList.member = Shapes::ShapeRef.new(shape: OrderableDBInstanceOption, location_name: "OrderableDBInstanceOption")
|
|
@@ -2558,6 +2560,9 @@ module Aws::RDS
|
|
|
2558
2560
|
OrderableDBInstanceOptionsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
|
2559
2561
|
OrderableDBInstanceOptionsMessage.struct_class = Types::OrderableDBInstanceOptionsMessage
|
|
2560
2562
|
|
|
2563
|
+
Outpost.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "Arn"))
|
|
2564
|
+
Outpost.struct_class = Types::Outpost
|
|
2565
|
+
|
|
2561
2566
|
Parameter.add_member(:parameter_name, Shapes::ShapeRef.new(shape: String, location_name: "ParameterName"))
|
|
2562
2567
|
Parameter.add_member(:parameter_value, Shapes::ShapeRef.new(shape: String, location_name: "ParameterValue"))
|
|
2563
2568
|
Parameter.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
|
@@ -3095,6 +3100,7 @@ module Aws::RDS
|
|
|
3095
3100
|
|
|
3096
3101
|
Subnet.add_member(:subnet_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SubnetIdentifier"))
|
|
3097
3102
|
Subnet.add_member(:subnet_availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "SubnetAvailabilityZone"))
|
|
3103
|
+
Subnet.add_member(:subnet_outpost, Shapes::ShapeRef.new(shape: Outpost, location_name: "SubnetOutpost"))
|
|
3098
3104
|
Subnet.add_member(:subnet_status, Shapes::ShapeRef.new(shape: String, location_name: "SubnetStatus"))
|
|
3099
3105
|
Subnet.struct_class = Types::Subnet
|
|
3100
3106
|
|
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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*.
|
data/lib/aws-sdk-rds/types.rb
CHANGED
|
@@ -3841,7 +3841,7 @@ module Aws::RDS
|
|
|
3841
3841
|
# @!attribute [rw] domain
|
|
3842
3842
|
# The Active Directory directory ID to create the DB instance in.
|
|
3843
3843
|
#
|
|
3844
|
-
# For Oracle DB instances, Amazon RDS can use Kerberos
|
|
3844
|
+
# For Oracle DB instances, Amazon RDS can use Kerberos authentication
|
|
3845
3845
|
# to authenticate users that connect to the DB instance. For more
|
|
3846
3846
|
# information, see [ Using Kerberos Authentication with Amazon RDS for
|
|
3847
3847
|
# Oracle][1] in the *Amazon RDS User Guide*.
|
|
@@ -13482,7 +13482,7 @@ module Aws::RDS
|
|
|
13482
13482
|
# with an Amazon RDS DB Instance Running Microsoft SQL Server][1] in
|
|
13483
13483
|
# the *Amazon RDS User Guide*.
|
|
13484
13484
|
#
|
|
13485
|
-
# For Oracle DB instances, Amazon RDS can use Kerberos
|
|
13485
|
+
# For Oracle DB instances, Amazon RDS can use Kerberos authentication
|
|
13486
13486
|
# to authenticate users that connect to the DB instance. For more
|
|
13487
13487
|
# information, see [ Using Kerberos Authentication with Amazon RDS for
|
|
13488
13488
|
# Oracle][2] in the *Amazon RDS User Guide*.
|
|
@@ -15060,6 +15060,17 @@ module Aws::RDS
|
|
|
15060
15060
|
# Whether a DB instance supports Kerberos Authentication.
|
|
15061
15061
|
# @return [Boolean]
|
|
15062
15062
|
#
|
|
15063
|
+
# @!attribute [rw] outpost_capable
|
|
15064
|
+
# Whether a DB instance supports RDS on Outposts.
|
|
15065
|
+
#
|
|
15066
|
+
# For more information about RDS on Outposts, see [Amazon RDS on AWS
|
|
15067
|
+
# Outposts][1] in the *Amazon RDS User Guide.*
|
|
15068
|
+
#
|
|
15069
|
+
#
|
|
15070
|
+
#
|
|
15071
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html
|
|
15072
|
+
# @return [Boolean]
|
|
15073
|
+
#
|
|
15063
15074
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/OrderableDBInstanceOption AWS API Documentation
|
|
15064
15075
|
#
|
|
15065
15076
|
class OrderableDBInstanceOption < Struct.new(
|
|
@@ -15087,7 +15098,8 @@ module Aws::RDS
|
|
|
15087
15098
|
:available_processor_features,
|
|
15088
15099
|
:supported_engine_modes,
|
|
15089
15100
|
:supports_storage_autoscaling,
|
|
15090
|
-
:supports_kerberos_authentication
|
|
15101
|
+
:supports_kerberos_authentication,
|
|
15102
|
+
:outpost_capable)
|
|
15091
15103
|
SENSITIVE = []
|
|
15092
15104
|
include Aws::Structure
|
|
15093
15105
|
end
|
|
@@ -15116,6 +15128,27 @@ module Aws::RDS
|
|
|
15116
15128
|
include Aws::Structure
|
|
15117
15129
|
end
|
|
15118
15130
|
|
|
15131
|
+
# A data type that represents an Outpost.
|
|
15132
|
+
#
|
|
15133
|
+
# For more information about RDS on Outposts, see [Amazon RDS on AWS
|
|
15134
|
+
# Outposts][1] in the *Amazon RDS User Guide.*
|
|
15135
|
+
#
|
|
15136
|
+
#
|
|
15137
|
+
#
|
|
15138
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html
|
|
15139
|
+
#
|
|
15140
|
+
# @!attribute [rw] arn
|
|
15141
|
+
# The Amazon Resource Name (ARN) of the Outpost.
|
|
15142
|
+
# @return [String]
|
|
15143
|
+
#
|
|
15144
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/Outpost AWS API Documentation
|
|
15145
|
+
#
|
|
15146
|
+
class Outpost < Struct.new(
|
|
15147
|
+
:arn)
|
|
15148
|
+
SENSITIVE = []
|
|
15149
|
+
include Aws::Structure
|
|
15150
|
+
end
|
|
15151
|
+
|
|
15119
15152
|
# This data type is used as a request parameter in the
|
|
15120
15153
|
# `ModifyDBParameterGroup` and `ResetDBParameterGroup` actions.
|
|
15121
15154
|
#
|
|
@@ -17679,7 +17712,7 @@ module Aws::RDS
|
|
|
17679
17712
|
# with an Amazon RDS DB Instance Running Microsoft SQL Server][1] in
|
|
17680
17713
|
# the *Amazon RDS User Guide*.
|
|
17681
17714
|
#
|
|
17682
|
-
# For Oracle DB instances, Amazon RDS can use Kerberos
|
|
17715
|
+
# For Oracle DB instances, Amazon RDS can use Kerberos authentication
|
|
17683
17716
|
# to authenticate users that connect to the DB instance. For more
|
|
17684
17717
|
# information, see [ Using Kerberos Authentication with Amazon RDS for
|
|
17685
17718
|
# Oracle][2] in the *Amazon RDS User Guide*.
|
|
@@ -18640,7 +18673,7 @@ module Aws::RDS
|
|
|
18640
18673
|
# with an Amazon RDS DB Instance Running Microsoft SQL Server][1] in
|
|
18641
18674
|
# the *Amazon RDS User Guide*.
|
|
18642
18675
|
#
|
|
18643
|
-
# For Oracle DB instances, Amazon RDS can use Kerberos
|
|
18676
|
+
# For Oracle DB instances, Amazon RDS can use Kerberos authentication
|
|
18644
18677
|
# to authenticate users that connect to the DB instance. For more
|
|
18645
18678
|
# information, see [ Using Kerberos Authentication with Amazon RDS for
|
|
18646
18679
|
# Oracle][2] in the *Amazon RDS User Guide*.
|
|
@@ -19478,11 +19511,11 @@ module Aws::RDS
|
|
|
19478
19511
|
#
|
|
19479
19512
|
class StorageTypeNotSupportedFault < Aws::EmptyStructure; end
|
|
19480
19513
|
|
|
19481
|
-
# This data type is used as a response element
|
|
19482
|
-
# `DescribeDBSubnetGroups`
|
|
19514
|
+
# This data type is used as a response element for the
|
|
19515
|
+
# `DescribeDBSubnetGroups` operation.
|
|
19483
19516
|
#
|
|
19484
19517
|
# @!attribute [rw] subnet_identifier
|
|
19485
|
-
#
|
|
19518
|
+
# The identifier of the subnet.
|
|
19486
19519
|
# @return [String]
|
|
19487
19520
|
#
|
|
19488
19521
|
# @!attribute [rw] subnet_availability_zone
|
|
@@ -19492,8 +19525,20 @@ module Aws::RDS
|
|
|
19492
19525
|
# `OrderableDBInstanceOption` data type.
|
|
19493
19526
|
# @return [Types::AvailabilityZone]
|
|
19494
19527
|
#
|
|
19528
|
+
# @!attribute [rw] subnet_outpost
|
|
19529
|
+
# If the subnet is associated with an Outpost, this value specifies
|
|
19530
|
+
# the Outpost.
|
|
19531
|
+
#
|
|
19532
|
+
# For more information about RDS on Outposts, see [Amazon RDS on AWS
|
|
19533
|
+
# Outposts][1] in the *Amazon RDS User Guide.*
|
|
19534
|
+
#
|
|
19535
|
+
#
|
|
19536
|
+
#
|
|
19537
|
+
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html
|
|
19538
|
+
# @return [Types::Outpost]
|
|
19539
|
+
#
|
|
19495
19540
|
# @!attribute [rw] subnet_status
|
|
19496
|
-
#
|
|
19541
|
+
# The status of the subnet.
|
|
19497
19542
|
# @return [String]
|
|
19498
19543
|
#
|
|
19499
19544
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/Subnet AWS API Documentation
|
|
@@ -19501,6 +19546,7 @@ module Aws::RDS
|
|
|
19501
19546
|
class Subnet < Struct.new(
|
|
19502
19547
|
:subnet_identifier,
|
|
19503
19548
|
:subnet_availability_zone,
|
|
19549
|
+
:subnet_outpost,
|
|
19504
19550
|
:subnet_status)
|
|
19505
19551
|
SENSITIVE = []
|
|
19506
19552
|
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.
|
|
4
|
+
version: 1.93.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-07-
|
|
11
|
+
date: 2020-07-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sigv4
|