aws-sdk-rds 1.112.0 → 1.117.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +697 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-rds.rb +2 -2
- data/lib/aws-sdk-rds/account_quota.rb +1 -1
- data/lib/aws-sdk-rds/certificate.rb +1 -1
- data/lib/aws-sdk-rds/client.rb +425 -19
- data/lib/aws-sdk-rds/client_api.rb +170 -1
- data/lib/aws-sdk-rds/db_cluster.rb +28 -14
- data/lib/aws-sdk-rds/db_cluster_parameter_group.rb +1 -1
- data/lib/aws-sdk-rds/db_cluster_snapshot.rb +11 -3
- data/lib/aws-sdk-rds/db_engine.rb +1 -1
- data/lib/aws-sdk-rds/db_engine_version.rb +1 -1
- data/lib/aws-sdk-rds/db_instance.rb +10 -1
- data/lib/aws-sdk-rds/db_log_file.rb +1 -1
- data/lib/aws-sdk-rds/db_parameter_group.rb +1 -1
- data/lib/aws-sdk-rds/db_parameter_group_family.rb +1 -1
- data/lib/aws-sdk-rds/db_security_group.rb +1 -1
- data/lib/aws-sdk-rds/db_snapshot.rb +1 -1
- data/lib/aws-sdk-rds/db_snapshot_attribute.rb +1 -1
- data/lib/aws-sdk-rds/db_subnet_group.rb +1 -1
- data/lib/aws-sdk-rds/errors.rb +45 -1
- data/lib/aws-sdk-rds/event.rb +1 -1
- data/lib/aws-sdk-rds/event_category_map.rb +1 -1
- data/lib/aws-sdk-rds/event_subscription.rb +1 -1
- data/lib/aws-sdk-rds/option_group.rb +1 -1
- data/lib/aws-sdk-rds/option_group_option.rb +1 -1
- data/lib/aws-sdk-rds/parameter.rb +1 -1
- data/lib/aws-sdk-rds/pending_maintenance_action.rb +1 -1
- data/lib/aws-sdk-rds/reserved_db_instance.rb +1 -1
- data/lib/aws-sdk-rds/reserved_db_instances_offering.rb +1 -1
- data/lib/aws-sdk-rds/resource.rb +15 -8
- data/lib/aws-sdk-rds/resource_pending_maintenance_action_list.rb +1 -1
- data/lib/aws-sdk-rds/types.rb +549 -26
- data/lib/aws-sdk-rds/waiters.rb +1 -1
- metadata +6 -3
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -38,6 +38,7 @@ module Aws::RDS
|
|
38
38
|
AvailabilityZones = Shapes::ListShape.new(name: 'AvailabilityZones')
|
39
39
|
AvailableProcessorFeature = Shapes::StructureShape.new(name: 'AvailableProcessorFeature')
|
40
40
|
AvailableProcessorFeatureList = Shapes::ListShape.new(name: 'AvailableProcessorFeatureList')
|
41
|
+
AwsBackupRecoveryPointArn = Shapes::StringShape.new(name: 'AwsBackupRecoveryPointArn')
|
41
42
|
BacktrackDBClusterMessage = Shapes::StructureShape.new(name: 'BacktrackDBClusterMessage')
|
42
43
|
BackupPolicyNotFoundFault = Shapes::StructureShape.new(name: 'BackupPolicyNotFoundFault')
|
43
44
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
@@ -77,6 +78,8 @@ module Aws::RDS
|
|
77
78
|
CreateDBInstanceResult = Shapes::StructureShape.new(name: 'CreateDBInstanceResult')
|
78
79
|
CreateDBParameterGroupMessage = Shapes::StructureShape.new(name: 'CreateDBParameterGroupMessage')
|
79
80
|
CreateDBParameterGroupResult = Shapes::StructureShape.new(name: 'CreateDBParameterGroupResult')
|
81
|
+
CreateDBProxyEndpointRequest = Shapes::StructureShape.new(name: 'CreateDBProxyEndpointRequest')
|
82
|
+
CreateDBProxyEndpointResponse = Shapes::StructureShape.new(name: 'CreateDBProxyEndpointResponse')
|
80
83
|
CreateDBProxyRequest = Shapes::StructureShape.new(name: 'CreateDBProxyRequest')
|
81
84
|
CreateDBProxyResponse = Shapes::StructureShape.new(name: 'CreateDBProxyResponse')
|
82
85
|
CreateDBSecurityGroupMessage = Shapes::StructureShape.new(name: 'CreateDBSecurityGroupMessage')
|
@@ -110,6 +113,7 @@ module Aws::RDS
|
|
110
113
|
DBClusterEndpointMessage = Shapes::StructureShape.new(name: 'DBClusterEndpointMessage')
|
111
114
|
DBClusterEndpointNotFoundFault = Shapes::StructureShape.new(name: 'DBClusterEndpointNotFoundFault')
|
112
115
|
DBClusterEndpointQuotaExceededFault = Shapes::StructureShape.new(name: 'DBClusterEndpointQuotaExceededFault')
|
116
|
+
DBClusterIdentifier = Shapes::StringShape.new(name: 'DBClusterIdentifier')
|
113
117
|
DBClusterList = Shapes::ListShape.new(name: 'DBClusterList')
|
114
118
|
DBClusterMember = Shapes::StructureShape.new(name: 'DBClusterMember')
|
115
119
|
DBClusterMemberList = Shapes::ListShape.new(name: 'DBClusterMemberList')
|
@@ -172,7 +176,16 @@ module Aws::RDS
|
|
172
176
|
DBParameterGroupsMessage = Shapes::StructureShape.new(name: 'DBParameterGroupsMessage')
|
173
177
|
DBProxy = Shapes::StructureShape.new(name: 'DBProxy')
|
174
178
|
DBProxyAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBProxyAlreadyExistsFault')
|
179
|
+
DBProxyEndpoint = Shapes::StructureShape.new(name: 'DBProxyEndpoint')
|
180
|
+
DBProxyEndpointAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBProxyEndpointAlreadyExistsFault')
|
181
|
+
DBProxyEndpointList = Shapes::ListShape.new(name: 'DBProxyEndpointList')
|
182
|
+
DBProxyEndpointName = Shapes::StringShape.new(name: 'DBProxyEndpointName')
|
183
|
+
DBProxyEndpointNotFoundFault = Shapes::StructureShape.new(name: 'DBProxyEndpointNotFoundFault')
|
184
|
+
DBProxyEndpointQuotaExceededFault = Shapes::StructureShape.new(name: 'DBProxyEndpointQuotaExceededFault')
|
185
|
+
DBProxyEndpointStatus = Shapes::StringShape.new(name: 'DBProxyEndpointStatus')
|
186
|
+
DBProxyEndpointTargetRole = Shapes::StringShape.new(name: 'DBProxyEndpointTargetRole')
|
175
187
|
DBProxyList = Shapes::ListShape.new(name: 'DBProxyList')
|
188
|
+
DBProxyName = Shapes::StringShape.new(name: 'DBProxyName')
|
176
189
|
DBProxyNotFoundFault = Shapes::StructureShape.new(name: 'DBProxyNotFoundFault')
|
177
190
|
DBProxyQuotaExceededFault = Shapes::StructureShape.new(name: 'DBProxyQuotaExceededFault')
|
178
191
|
DBProxyStatus = Shapes::StringShape.new(name: 'DBProxyStatus')
|
@@ -222,6 +235,8 @@ module Aws::RDS
|
|
222
235
|
DeleteDBInstanceMessage = Shapes::StructureShape.new(name: 'DeleteDBInstanceMessage')
|
223
236
|
DeleteDBInstanceResult = Shapes::StructureShape.new(name: 'DeleteDBInstanceResult')
|
224
237
|
DeleteDBParameterGroupMessage = Shapes::StructureShape.new(name: 'DeleteDBParameterGroupMessage')
|
238
|
+
DeleteDBProxyEndpointRequest = Shapes::StructureShape.new(name: 'DeleteDBProxyEndpointRequest')
|
239
|
+
DeleteDBProxyEndpointResponse = Shapes::StructureShape.new(name: 'DeleteDBProxyEndpointResponse')
|
225
240
|
DeleteDBProxyRequest = Shapes::StructureShape.new(name: 'DeleteDBProxyRequest')
|
226
241
|
DeleteDBProxyResponse = Shapes::StructureShape.new(name: 'DeleteDBProxyResponse')
|
227
242
|
DeleteDBSecurityGroupMessage = Shapes::StructureShape.new(name: 'DeleteDBSecurityGroupMessage')
|
@@ -258,6 +273,8 @@ module Aws::RDS
|
|
258
273
|
DescribeDBParametersMessage = Shapes::StructureShape.new(name: 'DescribeDBParametersMessage')
|
259
274
|
DescribeDBProxiesRequest = Shapes::StructureShape.new(name: 'DescribeDBProxiesRequest')
|
260
275
|
DescribeDBProxiesResponse = Shapes::StructureShape.new(name: 'DescribeDBProxiesResponse')
|
276
|
+
DescribeDBProxyEndpointsRequest = Shapes::StructureShape.new(name: 'DescribeDBProxyEndpointsRequest')
|
277
|
+
DescribeDBProxyEndpointsResponse = Shapes::StructureShape.new(name: 'DescribeDBProxyEndpointsResponse')
|
261
278
|
DescribeDBProxyTargetGroupsRequest = Shapes::StructureShape.new(name: 'DescribeDBProxyTargetGroupsRequest')
|
262
279
|
DescribeDBProxyTargetGroupsResponse = Shapes::StructureShape.new(name: 'DescribeDBProxyTargetGroupsResponse')
|
263
280
|
DescribeDBProxyTargetsRequest = Shapes::StructureShape.new(name: 'DescribeDBProxyTargetsRequest')
|
@@ -319,12 +336,17 @@ module Aws::RDS
|
|
319
336
|
ExportTasksMessage = Shapes::StructureShape.new(name: 'ExportTasksMessage')
|
320
337
|
FailoverDBClusterMessage = Shapes::StructureShape.new(name: 'FailoverDBClusterMessage')
|
321
338
|
FailoverDBClusterResult = Shapes::StructureShape.new(name: 'FailoverDBClusterResult')
|
339
|
+
FailoverGlobalClusterMessage = Shapes::StructureShape.new(name: 'FailoverGlobalClusterMessage')
|
340
|
+
FailoverGlobalClusterResult = Shapes::StructureShape.new(name: 'FailoverGlobalClusterResult')
|
341
|
+
FailoverState = Shapes::StructureShape.new(name: 'FailoverState')
|
342
|
+
FailoverStatus = Shapes::StringShape.new(name: 'FailoverStatus')
|
322
343
|
FeatureNameList = Shapes::ListShape.new(name: 'FeatureNameList')
|
323
344
|
Filter = Shapes::StructureShape.new(name: 'Filter')
|
324
345
|
FilterList = Shapes::ListShape.new(name: 'FilterList')
|
325
346
|
FilterValueList = Shapes::ListShape.new(name: 'FilterValueList')
|
326
347
|
GlobalCluster = Shapes::StructureShape.new(name: 'GlobalCluster')
|
327
348
|
GlobalClusterAlreadyExistsFault = Shapes::StructureShape.new(name: 'GlobalClusterAlreadyExistsFault')
|
349
|
+
GlobalClusterIdentifier = Shapes::StringShape.new(name: 'GlobalClusterIdentifier')
|
328
350
|
GlobalClusterList = Shapes::ListShape.new(name: 'GlobalClusterList')
|
329
351
|
GlobalClusterMember = Shapes::StructureShape.new(name: 'GlobalClusterMember')
|
330
352
|
GlobalClusterMemberList = Shapes::ListShape.new(name: 'GlobalClusterMemberList')
|
@@ -357,6 +379,7 @@ module Aws::RDS
|
|
357
379
|
InvalidDBInstanceAutomatedBackupStateFault = Shapes::StructureShape.new(name: 'InvalidDBInstanceAutomatedBackupStateFault')
|
358
380
|
InvalidDBInstanceStateFault = Shapes::StructureShape.new(name: 'InvalidDBInstanceStateFault')
|
359
381
|
InvalidDBParameterGroupStateFault = Shapes::StructureShape.new(name: 'InvalidDBParameterGroupStateFault')
|
382
|
+
InvalidDBProxyEndpointStateFault = Shapes::StructureShape.new(name: 'InvalidDBProxyEndpointStateFault')
|
360
383
|
InvalidDBProxyStateFault = Shapes::StructureShape.new(name: 'InvalidDBProxyStateFault')
|
361
384
|
InvalidDBSecurityGroupStateFault = Shapes::StructureShape.new(name: 'InvalidDBSecurityGroupStateFault')
|
362
385
|
InvalidDBSnapshotStateFault = Shapes::StructureShape.new(name: 'InvalidDBSnapshotStateFault')
|
@@ -394,6 +417,8 @@ module Aws::RDS
|
|
394
417
|
ModifyDBInstanceMessage = Shapes::StructureShape.new(name: 'ModifyDBInstanceMessage')
|
395
418
|
ModifyDBInstanceResult = Shapes::StructureShape.new(name: 'ModifyDBInstanceResult')
|
396
419
|
ModifyDBParameterGroupMessage = Shapes::StructureShape.new(name: 'ModifyDBParameterGroupMessage')
|
420
|
+
ModifyDBProxyEndpointRequest = Shapes::StructureShape.new(name: 'ModifyDBProxyEndpointRequest')
|
421
|
+
ModifyDBProxyEndpointResponse = Shapes::StructureShape.new(name: 'ModifyDBProxyEndpointResponse')
|
397
422
|
ModifyDBProxyRequest = Shapes::StructureShape.new(name: 'ModifyDBProxyRequest')
|
398
423
|
ModifyDBProxyResponse = Shapes::StructureShape.new(name: 'ModifyDBProxyResponse')
|
399
424
|
ModifyDBProxyTargetGroupRequest = Shapes::StructureShape.new(name: 'ModifyDBProxyTargetGroupRequest')
|
@@ -558,6 +583,7 @@ module Aws::RDS
|
|
558
583
|
TargetHealth = Shapes::StructureShape.new(name: 'TargetHealth')
|
559
584
|
TargetHealthReason = Shapes::StringShape.new(name: 'TargetHealthReason')
|
560
585
|
TargetList = Shapes::ListShape.new(name: 'TargetList')
|
586
|
+
TargetRole = Shapes::StringShape.new(name: 'TargetRole')
|
561
587
|
TargetState = Shapes::StringShape.new(name: 'TargetState')
|
562
588
|
TargetType = Shapes::StringShape.new(name: 'TargetType')
|
563
589
|
Timezone = Shapes::StructureShape.new(name: 'Timezone')
|
@@ -931,6 +957,17 @@ module Aws::RDS
|
|
931
957
|
CreateDBParameterGroupResult.add_member(:db_parameter_group, Shapes::ShapeRef.new(shape: DBParameterGroup, location_name: "DBParameterGroup"))
|
932
958
|
CreateDBParameterGroupResult.struct_class = Types::CreateDBParameterGroupResult
|
933
959
|
|
960
|
+
CreateDBProxyEndpointRequest.add_member(:db_proxy_name, Shapes::ShapeRef.new(shape: DBProxyName, required: true, location_name: "DBProxyName"))
|
961
|
+
CreateDBProxyEndpointRequest.add_member(:db_proxy_endpoint_name, Shapes::ShapeRef.new(shape: DBProxyEndpointName, required: true, location_name: "DBProxyEndpointName"))
|
962
|
+
CreateDBProxyEndpointRequest.add_member(:vpc_subnet_ids, Shapes::ShapeRef.new(shape: StringList, required: true, location_name: "VpcSubnetIds"))
|
963
|
+
CreateDBProxyEndpointRequest.add_member(:vpc_security_group_ids, Shapes::ShapeRef.new(shape: StringList, location_name: "VpcSecurityGroupIds"))
|
964
|
+
CreateDBProxyEndpointRequest.add_member(:target_role, Shapes::ShapeRef.new(shape: DBProxyEndpointTargetRole, location_name: "TargetRole"))
|
965
|
+
CreateDBProxyEndpointRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
966
|
+
CreateDBProxyEndpointRequest.struct_class = Types::CreateDBProxyEndpointRequest
|
967
|
+
|
968
|
+
CreateDBProxyEndpointResponse.add_member(:db_proxy_endpoint, Shapes::ShapeRef.new(shape: DBProxyEndpoint, location_name: "DBProxyEndpoint"))
|
969
|
+
CreateDBProxyEndpointResponse.struct_class = Types::CreateDBProxyEndpointResponse
|
970
|
+
|
934
971
|
CreateDBProxyRequest.add_member(:db_proxy_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBProxyName"))
|
935
972
|
CreateDBProxyRequest.add_member(:engine_family, Shapes::ShapeRef.new(shape: EngineFamily, required: true, location_name: "EngineFamily"))
|
936
973
|
CreateDBProxyRequest.add_member(:auth, Shapes::ShapeRef.new(shape: UserAuthConfigList, required: true, location_name: "Auth"))
|
@@ -1193,6 +1230,7 @@ module Aws::RDS
|
|
1193
1230
|
DBClusterSnapshot.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterIdentifier"))
|
1194
1231
|
DBClusterSnapshot.add_member(:snapshot_create_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "SnapshotCreateTime"))
|
1195
1232
|
DBClusterSnapshot.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
|
1233
|
+
DBClusterSnapshot.add_member(:engine_mode, Shapes::ShapeRef.new(shape: String, location_name: "EngineMode"))
|
1196
1234
|
DBClusterSnapshot.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: Integer, location_name: "AllocatedStorage"))
|
1197
1235
|
DBClusterSnapshot.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
|
1198
1236
|
DBClusterSnapshot.add_member(:port, Shapes::ShapeRef.new(shape: Integer, location_name: "Port"))
|
@@ -1320,6 +1358,7 @@ module Aws::RDS
|
|
1320
1358
|
DBInstance.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
|
1321
1359
|
DBInstance.add_member(:db_instance_automated_backups_replications, Shapes::ShapeRef.new(shape: DBInstanceAutomatedBackupsReplicationList, location_name: "DBInstanceAutomatedBackupsReplications"))
|
1322
1360
|
DBInstance.add_member(:customer_owned_ip_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CustomerOwnedIpEnabled"))
|
1361
|
+
DBInstance.add_member(:aws_backup_recovery_point_arn, Shapes::ShapeRef.new(shape: String, location_name: "AwsBackupRecoveryPointArn"))
|
1323
1362
|
DBInstance.struct_class = Types::DBInstance
|
1324
1363
|
|
1325
1364
|
DBInstanceAlreadyExistsFault.struct_class = Types::DBInstanceAlreadyExistsFault
|
@@ -1433,6 +1472,7 @@ module Aws::RDS
|
|
1433
1472
|
DBProxy.add_member(:db_proxy_arn, Shapes::ShapeRef.new(shape: String, location_name: "DBProxyArn"))
|
1434
1473
|
DBProxy.add_member(:status, Shapes::ShapeRef.new(shape: DBProxyStatus, location_name: "Status"))
|
1435
1474
|
DBProxy.add_member(:engine_family, Shapes::ShapeRef.new(shape: String, location_name: "EngineFamily"))
|
1475
|
+
DBProxy.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcId"))
|
1436
1476
|
DBProxy.add_member(:vpc_security_group_ids, Shapes::ShapeRef.new(shape: StringList, location_name: "VpcSecurityGroupIds"))
|
1437
1477
|
DBProxy.add_member(:vpc_subnet_ids, Shapes::ShapeRef.new(shape: StringList, location_name: "VpcSubnetIds"))
|
1438
1478
|
DBProxy.add_member(:auth, Shapes::ShapeRef.new(shape: UserAuthConfigInfoList, location_name: "Auth"))
|
@@ -1447,6 +1487,27 @@ module Aws::RDS
|
|
1447
1487
|
|
1448
1488
|
DBProxyAlreadyExistsFault.struct_class = Types::DBProxyAlreadyExistsFault
|
1449
1489
|
|
1490
|
+
DBProxyEndpoint.add_member(:db_proxy_endpoint_name, Shapes::ShapeRef.new(shape: String, location_name: "DBProxyEndpointName"))
|
1491
|
+
DBProxyEndpoint.add_member(:db_proxy_endpoint_arn, Shapes::ShapeRef.new(shape: String, location_name: "DBProxyEndpointArn"))
|
1492
|
+
DBProxyEndpoint.add_member(:db_proxy_name, Shapes::ShapeRef.new(shape: String, location_name: "DBProxyName"))
|
1493
|
+
DBProxyEndpoint.add_member(:status, Shapes::ShapeRef.new(shape: DBProxyEndpointStatus, location_name: "Status"))
|
1494
|
+
DBProxyEndpoint.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcId"))
|
1495
|
+
DBProxyEndpoint.add_member(:vpc_security_group_ids, Shapes::ShapeRef.new(shape: StringList, location_name: "VpcSecurityGroupIds"))
|
1496
|
+
DBProxyEndpoint.add_member(:vpc_subnet_ids, Shapes::ShapeRef.new(shape: StringList, location_name: "VpcSubnetIds"))
|
1497
|
+
DBProxyEndpoint.add_member(:endpoint, Shapes::ShapeRef.new(shape: String, location_name: "Endpoint"))
|
1498
|
+
DBProxyEndpoint.add_member(:created_date, Shapes::ShapeRef.new(shape: TStamp, location_name: "CreatedDate"))
|
1499
|
+
DBProxyEndpoint.add_member(:target_role, Shapes::ShapeRef.new(shape: DBProxyEndpointTargetRole, location_name: "TargetRole"))
|
1500
|
+
DBProxyEndpoint.add_member(:is_default, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsDefault"))
|
1501
|
+
DBProxyEndpoint.struct_class = Types::DBProxyEndpoint
|
1502
|
+
|
1503
|
+
DBProxyEndpointAlreadyExistsFault.struct_class = Types::DBProxyEndpointAlreadyExistsFault
|
1504
|
+
|
1505
|
+
DBProxyEndpointList.member = Shapes::ShapeRef.new(shape: DBProxyEndpoint)
|
1506
|
+
|
1507
|
+
DBProxyEndpointNotFoundFault.struct_class = Types::DBProxyEndpointNotFoundFault
|
1508
|
+
|
1509
|
+
DBProxyEndpointQuotaExceededFault.struct_class = Types::DBProxyEndpointQuotaExceededFault
|
1510
|
+
|
1450
1511
|
DBProxyList.member = Shapes::ShapeRef.new(shape: DBProxy)
|
1451
1512
|
|
1452
1513
|
DBProxyNotFoundFault.struct_class = Types::DBProxyNotFoundFault
|
@@ -1459,6 +1520,7 @@ module Aws::RDS
|
|
1459
1520
|
DBProxyTarget.add_member(:rds_resource_id, Shapes::ShapeRef.new(shape: String, location_name: "RdsResourceId"))
|
1460
1521
|
DBProxyTarget.add_member(:port, Shapes::ShapeRef.new(shape: Integer, location_name: "Port"))
|
1461
1522
|
DBProxyTarget.add_member(:type, Shapes::ShapeRef.new(shape: TargetType, location_name: "Type"))
|
1523
|
+
DBProxyTarget.add_member(:role, Shapes::ShapeRef.new(shape: TargetRole, location_name: "Role"))
|
1462
1524
|
DBProxyTarget.add_member(:target_health, Shapes::ShapeRef.new(shape: TargetHealth, location_name: "TargetHealth"))
|
1463
1525
|
DBProxyTarget.struct_class = Types::DBProxyTarget
|
1464
1526
|
|
@@ -1633,6 +1695,12 @@ module Aws::RDS
|
|
1633
1695
|
DeleteDBParameterGroupMessage.add_member(:db_parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBParameterGroupName"))
|
1634
1696
|
DeleteDBParameterGroupMessage.struct_class = Types::DeleteDBParameterGroupMessage
|
1635
1697
|
|
1698
|
+
DeleteDBProxyEndpointRequest.add_member(:db_proxy_endpoint_name, Shapes::ShapeRef.new(shape: DBProxyEndpointName, required: true, location_name: "DBProxyEndpointName"))
|
1699
|
+
DeleteDBProxyEndpointRequest.struct_class = Types::DeleteDBProxyEndpointRequest
|
1700
|
+
|
1701
|
+
DeleteDBProxyEndpointResponse.add_member(:db_proxy_endpoint, Shapes::ShapeRef.new(shape: DBProxyEndpoint, location_name: "DBProxyEndpoint"))
|
1702
|
+
DeleteDBProxyEndpointResponse.struct_class = Types::DeleteDBProxyEndpointResponse
|
1703
|
+
|
1636
1704
|
DeleteDBProxyRequest.add_member(:db_proxy_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBProxyName"))
|
1637
1705
|
DeleteDBProxyRequest.struct_class = Types::DeleteDBProxyRequest
|
1638
1706
|
|
@@ -1810,6 +1878,17 @@ module Aws::RDS
|
|
1810
1878
|
DescribeDBProxiesResponse.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1811
1879
|
DescribeDBProxiesResponse.struct_class = Types::DescribeDBProxiesResponse
|
1812
1880
|
|
1881
|
+
DescribeDBProxyEndpointsRequest.add_member(:db_proxy_name, Shapes::ShapeRef.new(shape: DBProxyName, location_name: "DBProxyName"))
|
1882
|
+
DescribeDBProxyEndpointsRequest.add_member(:db_proxy_endpoint_name, Shapes::ShapeRef.new(shape: DBProxyEndpointName, location_name: "DBProxyEndpointName"))
|
1883
|
+
DescribeDBProxyEndpointsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
1884
|
+
DescribeDBProxyEndpointsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1885
|
+
DescribeDBProxyEndpointsRequest.add_member(:max_records, Shapes::ShapeRef.new(shape: MaxRecords, location_name: "MaxRecords"))
|
1886
|
+
DescribeDBProxyEndpointsRequest.struct_class = Types::DescribeDBProxyEndpointsRequest
|
1887
|
+
|
1888
|
+
DescribeDBProxyEndpointsResponse.add_member(:db_proxy_endpoints, Shapes::ShapeRef.new(shape: DBProxyEndpointList, location_name: "DBProxyEndpoints"))
|
1889
|
+
DescribeDBProxyEndpointsResponse.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1890
|
+
DescribeDBProxyEndpointsResponse.struct_class = Types::DescribeDBProxyEndpointsResponse
|
1891
|
+
|
1813
1892
|
DescribeDBProxyTargetGroupsRequest.add_member(:db_proxy_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBProxyName"))
|
1814
1893
|
DescribeDBProxyTargetGroupsRequest.add_member(:target_group_name, Shapes::ShapeRef.new(shape: String, location_name: "TargetGroupName"))
|
1815
1894
|
DescribeDBProxyTargetGroupsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
@@ -2113,6 +2192,18 @@ module Aws::RDS
|
|
2113
2192
|
FailoverDBClusterResult.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
|
2114
2193
|
FailoverDBClusterResult.struct_class = Types::FailoverDBClusterResult
|
2115
2194
|
|
2195
|
+
FailoverGlobalClusterMessage.add_member(:global_cluster_identifier, Shapes::ShapeRef.new(shape: GlobalClusterIdentifier, required: true, location_name: "GlobalClusterIdentifier"))
|
2196
|
+
FailoverGlobalClusterMessage.add_member(:target_db_cluster_identifier, Shapes::ShapeRef.new(shape: DBClusterIdentifier, required: true, location_name: "TargetDbClusterIdentifier"))
|
2197
|
+
FailoverGlobalClusterMessage.struct_class = Types::FailoverGlobalClusterMessage
|
2198
|
+
|
2199
|
+
FailoverGlobalClusterResult.add_member(:global_cluster, Shapes::ShapeRef.new(shape: GlobalCluster, location_name: "GlobalCluster"))
|
2200
|
+
FailoverGlobalClusterResult.struct_class = Types::FailoverGlobalClusterResult
|
2201
|
+
|
2202
|
+
FailoverState.add_member(:status, Shapes::ShapeRef.new(shape: FailoverStatus, location_name: "Status"))
|
2203
|
+
FailoverState.add_member(:from_db_cluster_arn, Shapes::ShapeRef.new(shape: String, location_name: "FromDbClusterArn"))
|
2204
|
+
FailoverState.add_member(:to_db_cluster_arn, Shapes::ShapeRef.new(shape: String, location_name: "ToDbClusterArn"))
|
2205
|
+
FailoverState.struct_class = Types::FailoverState
|
2206
|
+
|
2116
2207
|
FeatureNameList.member = Shapes::ShapeRef.new(shape: String)
|
2117
2208
|
|
2118
2209
|
Filter.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Name"))
|
@@ -2133,6 +2224,7 @@ module Aws::RDS
|
|
2133
2224
|
GlobalCluster.add_member(:storage_encrypted, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "StorageEncrypted"))
|
2134
2225
|
GlobalCluster.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
|
2135
2226
|
GlobalCluster.add_member(:global_cluster_members, Shapes::ShapeRef.new(shape: GlobalClusterMemberList, location_name: "GlobalClusterMembers"))
|
2227
|
+
GlobalCluster.add_member(:failover_state, Shapes::ShapeRef.new(shape: FailoverState, location_name: "FailoverState"))
|
2136
2228
|
GlobalCluster.struct_class = Types::GlobalCluster
|
2137
2229
|
|
2138
2230
|
GlobalClusterAlreadyExistsFault.struct_class = Types::GlobalClusterAlreadyExistsFault
|
@@ -2219,6 +2311,8 @@ module Aws::RDS
|
|
2219
2311
|
|
2220
2312
|
InvalidDBParameterGroupStateFault.struct_class = Types::InvalidDBParameterGroupStateFault
|
2221
2313
|
|
2314
|
+
InvalidDBProxyEndpointStateFault.struct_class = Types::InvalidDBProxyEndpointStateFault
|
2315
|
+
|
2222
2316
|
InvalidDBProxyStateFault.struct_class = Types::InvalidDBProxyStateFault
|
2223
2317
|
|
2224
2318
|
InvalidDBSecurityGroupStateFault.struct_class = Types::InvalidDBSecurityGroupStateFault
|
@@ -2372,6 +2466,7 @@ module Aws::RDS
|
|
2372
2466
|
ModifyDBInstanceMessage.add_member(:certificate_rotation_restart, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CertificateRotationRestart"))
|
2373
2467
|
ModifyDBInstanceMessage.add_member(:replica_mode, Shapes::ShapeRef.new(shape: ReplicaMode, location_name: "ReplicaMode"))
|
2374
2468
|
ModifyDBInstanceMessage.add_member(:enable_customer_owned_ip, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableCustomerOwnedIp"))
|
2469
|
+
ModifyDBInstanceMessage.add_member(:aws_backup_recovery_point_arn, Shapes::ShapeRef.new(shape: AwsBackupRecoveryPointArn, location_name: "AwsBackupRecoveryPointArn"))
|
2375
2470
|
ModifyDBInstanceMessage.struct_class = Types::ModifyDBInstanceMessage
|
2376
2471
|
|
2377
2472
|
ModifyDBInstanceResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
|
@@ -2381,6 +2476,14 @@ module Aws::RDS
|
|
2381
2476
|
ModifyDBParameterGroupMessage.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersList, required: true, location_name: "Parameters"))
|
2382
2477
|
ModifyDBParameterGroupMessage.struct_class = Types::ModifyDBParameterGroupMessage
|
2383
2478
|
|
2479
|
+
ModifyDBProxyEndpointRequest.add_member(:db_proxy_endpoint_name, Shapes::ShapeRef.new(shape: DBProxyEndpointName, required: true, location_name: "DBProxyEndpointName"))
|
2480
|
+
ModifyDBProxyEndpointRequest.add_member(:new_db_proxy_endpoint_name, Shapes::ShapeRef.new(shape: DBProxyEndpointName, location_name: "NewDBProxyEndpointName"))
|
2481
|
+
ModifyDBProxyEndpointRequest.add_member(:vpc_security_group_ids, Shapes::ShapeRef.new(shape: StringList, location_name: "VpcSecurityGroupIds"))
|
2482
|
+
ModifyDBProxyEndpointRequest.struct_class = Types::ModifyDBProxyEndpointRequest
|
2483
|
+
|
2484
|
+
ModifyDBProxyEndpointResponse.add_member(:db_proxy_endpoint, Shapes::ShapeRef.new(shape: DBProxyEndpoint, location_name: "DBProxyEndpoint"))
|
2485
|
+
ModifyDBProxyEndpointResponse.struct_class = Types::ModifyDBProxyEndpointResponse
|
2486
|
+
|
2384
2487
|
ModifyDBProxyRequest.add_member(:db_proxy_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBProxyName"))
|
2385
2488
|
ModifyDBProxyRequest.add_member(:new_db_proxy_name, Shapes::ShapeRef.new(shape: String, location_name: "NewDBProxyName"))
|
2386
2489
|
ModifyDBProxyRequest.add_member(:auth, Shapes::ShapeRef.new(shape: UserAuthConfigList, location_name: "Auth"))
|
@@ -3215,6 +3318,9 @@ module Aws::RDS
|
|
3215
3318
|
UpgradeTarget.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
3216
3319
|
UpgradeTarget.add_member(:auto_upgrade, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutoUpgrade"))
|
3217
3320
|
UpgradeTarget.add_member(:is_major_version_upgrade, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsMajorVersionUpgrade"))
|
3321
|
+
UpgradeTarget.add_member(:supported_engine_modes, Shapes::ShapeRef.new(shape: EngineModeList, location_name: "SupportedEngineModes"))
|
3322
|
+
UpgradeTarget.add_member(:supports_parallel_query, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "SupportsParallelQuery"))
|
3323
|
+
UpgradeTarget.add_member(:supports_global_databases, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "SupportsGlobalDatabases"))
|
3218
3324
|
UpgradeTarget.struct_class = Types::UpgradeTarget
|
3219
3325
|
|
3220
3326
|
UserAuthConfig.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
@@ -3584,6 +3690,19 @@ module Aws::RDS
|
|
3584
3690
|
o.errors << Shapes::ShapeRef.new(shape: DBProxyQuotaExceededFault)
|
3585
3691
|
end)
|
3586
3692
|
|
3693
|
+
api.add_operation(:create_db_proxy_endpoint, Seahorse::Model::Operation.new.tap do |o|
|
3694
|
+
o.name = "CreateDBProxyEndpoint"
|
3695
|
+
o.http_method = "POST"
|
3696
|
+
o.http_request_uri = "/"
|
3697
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDBProxyEndpointRequest)
|
3698
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDBProxyEndpointResponse)
|
3699
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidSubnet)
|
3700
|
+
o.errors << Shapes::ShapeRef.new(shape: DBProxyNotFoundFault)
|
3701
|
+
o.errors << Shapes::ShapeRef.new(shape: DBProxyEndpointAlreadyExistsFault)
|
3702
|
+
o.errors << Shapes::ShapeRef.new(shape: DBProxyEndpointQuotaExceededFault)
|
3703
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBProxyStateFault)
|
3704
|
+
end)
|
3705
|
+
|
3587
3706
|
api.add_operation(:create_db_security_group, Seahorse::Model::Operation.new.tap do |o|
|
3588
3707
|
o.name = "CreateDBSecurityGroup"
|
3589
3708
|
o.http_method = "POST"
|
@@ -3755,6 +3874,16 @@ module Aws::RDS
|
|
3755
3874
|
o.errors << Shapes::ShapeRef.new(shape: InvalidDBProxyStateFault)
|
3756
3875
|
end)
|
3757
3876
|
|
3877
|
+
api.add_operation(:delete_db_proxy_endpoint, Seahorse::Model::Operation.new.tap do |o|
|
3878
|
+
o.name = "DeleteDBProxyEndpoint"
|
3879
|
+
o.http_method = "POST"
|
3880
|
+
o.http_request_uri = "/"
|
3881
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDBProxyEndpointRequest)
|
3882
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteDBProxyEndpointResponse)
|
3883
|
+
o.errors << Shapes::ShapeRef.new(shape: DBProxyEndpointNotFoundFault)
|
3884
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBProxyEndpointStateFault)
|
3885
|
+
end)
|
3886
|
+
|
3758
3887
|
api.add_operation(:delete_db_security_group, Seahorse::Model::Operation.new.tap do |o|
|
3759
3888
|
o.name = "DeleteDBSecurityGroup"
|
3760
3889
|
o.http_method = "POST"
|
@@ -4079,6 +4208,22 @@ module Aws::RDS
|
|
4079
4208
|
)
|
4080
4209
|
end)
|
4081
4210
|
|
4211
|
+
api.add_operation(:describe_db_proxy_endpoints, Seahorse::Model::Operation.new.tap do |o|
|
4212
|
+
o.name = "DescribeDBProxyEndpoints"
|
4213
|
+
o.http_method = "POST"
|
4214
|
+
o.http_request_uri = "/"
|
4215
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDBProxyEndpointsRequest)
|
4216
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeDBProxyEndpointsResponse)
|
4217
|
+
o.errors << Shapes::ShapeRef.new(shape: DBProxyNotFoundFault)
|
4218
|
+
o.errors << Shapes::ShapeRef.new(shape: DBProxyEndpointNotFoundFault)
|
4219
|
+
o[:pager] = Aws::Pager.new(
|
4220
|
+
limit_key: "max_records",
|
4221
|
+
tokens: {
|
4222
|
+
"marker" => "marker"
|
4223
|
+
}
|
4224
|
+
)
|
4225
|
+
end)
|
4226
|
+
|
4082
4227
|
api.add_operation(:describe_db_proxy_target_groups, Seahorse::Model::Operation.new.tap do |o|
|
4083
4228
|
o.name = "DescribeDBProxyTargetGroups"
|
4084
4229
|
o.http_method = "POST"
|
@@ -4412,6 +4557,18 @@ module Aws::RDS
|
|
4412
4557
|
o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
|
4413
4558
|
end)
|
4414
4559
|
|
4560
|
+
api.add_operation(:failover_global_cluster, Seahorse::Model::Operation.new.tap do |o|
|
4561
|
+
o.name = "FailoverGlobalCluster"
|
4562
|
+
o.http_method = "POST"
|
4563
|
+
o.http_request_uri = "/"
|
4564
|
+
o.input = Shapes::ShapeRef.new(shape: FailoverGlobalClusterMessage)
|
4565
|
+
o.output = Shapes::ShapeRef.new(shape: FailoverGlobalClusterResult)
|
4566
|
+
o.errors << Shapes::ShapeRef.new(shape: GlobalClusterNotFoundFault)
|
4567
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidGlobalClusterStateFault)
|
4568
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
|
4569
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
|
4570
|
+
end)
|
4571
|
+
|
4415
4572
|
api.add_operation(:import_installation_media, Seahorse::Model::Operation.new.tap do |o|
|
4416
4573
|
o.name = "ImportInstallationMedia"
|
4417
4574
|
o.http_method = "POST"
|
@@ -4557,6 +4714,18 @@ module Aws::RDS
|
|
4557
4714
|
o.errors << Shapes::ShapeRef.new(shape: InvalidDBProxyStateFault)
|
4558
4715
|
end)
|
4559
4716
|
|
4717
|
+
api.add_operation(:modify_db_proxy_endpoint, Seahorse::Model::Operation.new.tap do |o|
|
4718
|
+
o.name = "ModifyDBProxyEndpoint"
|
4719
|
+
o.http_method = "POST"
|
4720
|
+
o.http_request_uri = "/"
|
4721
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyDBProxyEndpointRequest)
|
4722
|
+
o.output = Shapes::ShapeRef.new(shape: ModifyDBProxyEndpointResponse)
|
4723
|
+
o.errors << Shapes::ShapeRef.new(shape: DBProxyEndpointNotFoundFault)
|
4724
|
+
o.errors << Shapes::ShapeRef.new(shape: DBProxyEndpointAlreadyExistsFault)
|
4725
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBProxyEndpointStateFault)
|
4726
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBProxyStateFault)
|
4727
|
+
end)
|
4728
|
+
|
4560
4729
|
api.add_operation(:modify_db_proxy_target_group, Seahorse::Model::Operation.new.tap do |o|
|
4561
4730
|
o.name = "ModifyDBProxyTargetGroup"
|
4562
4731
|
o.http_method = "POST"
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -929,7 +929,7 @@ module Aws::RDS
|
|
929
929
|
#
|
930
930
|
# **Aurora PostgreSQL**
|
931
931
|
#
|
932
|
-
# Possible
|
932
|
+
# Possible value is `postgresql`.
|
933
933
|
#
|
934
934
|
#
|
935
935
|
#
|
@@ -1015,12 +1015,19 @@ module Aws::RDS
|
|
1015
1015
|
# Specify the name of the IAM role to be used when making API calls to
|
1016
1016
|
# the Directory Service.
|
1017
1017
|
# @option options [Boolean] :enable_global_write_forwarding
|
1018
|
-
# A value that indicates whether to enable
|
1019
|
-
#
|
1020
|
-
#
|
1021
|
-
#
|
1022
|
-
#
|
1023
|
-
#
|
1018
|
+
# A value that indicates whether to enable this DB cluster to forward
|
1019
|
+
# write operations to the primary cluster of an Aurora global database
|
1020
|
+
# (GlobalCluster). By default, write operations are not allowed on
|
1021
|
+
# Aurora DB clusters that are secondary clusters in an Aurora global
|
1022
|
+
# database.
|
1023
|
+
#
|
1024
|
+
# You can set this value only on Aurora DB clusters that are members of
|
1025
|
+
# an Aurora global database. With this parameter enabled, a secondary
|
1026
|
+
# cluster can forward writes to the current primary cluster and the
|
1027
|
+
# resulting changes are replicated back to this cluster. For the primary
|
1028
|
+
# DB cluster of an Aurora global database, this value is used
|
1029
|
+
# immediately if the primary is demoted by the FailoverGlobalCluster API
|
1030
|
+
# operation, but it does nothing until then.
|
1024
1031
|
# @option options [String] :source_region
|
1025
1032
|
# The source region of the snapshot. This is only needed when the
|
1026
1033
|
# shapshot is encrypted and in a different region.
|
@@ -1410,12 +1417,19 @@ module Aws::RDS
|
|
1410
1417
|
# A value that indicates whether to copy all tags from the DB cluster to
|
1411
1418
|
# snapshots of the DB cluster. The default is not to copy them.
|
1412
1419
|
# @option options [Boolean] :enable_global_write_forwarding
|
1413
|
-
# A value that indicates whether to enable
|
1414
|
-
#
|
1415
|
-
#
|
1416
|
-
#
|
1417
|
-
#
|
1418
|
-
#
|
1420
|
+
# A value that indicates whether to enable this DB cluster to forward
|
1421
|
+
# write operations to the primary cluster of an Aurora global database
|
1422
|
+
# (GlobalCluster). By default, write operations are not allowed on
|
1423
|
+
# Aurora DB clusters that are secondary clusters in an Aurora global
|
1424
|
+
# database.
|
1425
|
+
#
|
1426
|
+
# You can set this value only on Aurora DB clusters that are members of
|
1427
|
+
# an Aurora global database. With this parameter enabled, a secondary
|
1428
|
+
# cluster can forward writes to the current primary cluster and the
|
1429
|
+
# resulting changes are replicated back to this cluster. For the primary
|
1430
|
+
# DB cluster of an Aurora global database, this value is used
|
1431
|
+
# immediately if the primary is demoted by the FailoverGlobalCluster API
|
1432
|
+
# operation, but it does nothing until then.
|
1419
1433
|
# @return [DBCluster]
|
1420
1434
|
def modify(options = {})
|
1421
1435
|
options = options.merge(db_cluster_identifier: @id)
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|