aws-sdk-rds 1.115.0 → 1.116.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -78,6 +78,8 @@ module Aws::RDS
78
78
  CreateDBInstanceResult = Shapes::StructureShape.new(name: 'CreateDBInstanceResult')
79
79
  CreateDBParameterGroupMessage = Shapes::StructureShape.new(name: 'CreateDBParameterGroupMessage')
80
80
  CreateDBParameterGroupResult = Shapes::StructureShape.new(name: 'CreateDBParameterGroupResult')
81
+ CreateDBProxyEndpointRequest = Shapes::StructureShape.new(name: 'CreateDBProxyEndpointRequest')
82
+ CreateDBProxyEndpointResponse = Shapes::StructureShape.new(name: 'CreateDBProxyEndpointResponse')
81
83
  CreateDBProxyRequest = Shapes::StructureShape.new(name: 'CreateDBProxyRequest')
82
84
  CreateDBProxyResponse = Shapes::StructureShape.new(name: 'CreateDBProxyResponse')
83
85
  CreateDBSecurityGroupMessage = Shapes::StructureShape.new(name: 'CreateDBSecurityGroupMessage')
@@ -174,7 +176,16 @@ module Aws::RDS
174
176
  DBParameterGroupsMessage = Shapes::StructureShape.new(name: 'DBParameterGroupsMessage')
175
177
  DBProxy = Shapes::StructureShape.new(name: 'DBProxy')
176
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')
177
187
  DBProxyList = Shapes::ListShape.new(name: 'DBProxyList')
188
+ DBProxyName = Shapes::StringShape.new(name: 'DBProxyName')
178
189
  DBProxyNotFoundFault = Shapes::StructureShape.new(name: 'DBProxyNotFoundFault')
179
190
  DBProxyQuotaExceededFault = Shapes::StructureShape.new(name: 'DBProxyQuotaExceededFault')
180
191
  DBProxyStatus = Shapes::StringShape.new(name: 'DBProxyStatus')
@@ -224,6 +235,8 @@ module Aws::RDS
224
235
  DeleteDBInstanceMessage = Shapes::StructureShape.new(name: 'DeleteDBInstanceMessage')
225
236
  DeleteDBInstanceResult = Shapes::StructureShape.new(name: 'DeleteDBInstanceResult')
226
237
  DeleteDBParameterGroupMessage = Shapes::StructureShape.new(name: 'DeleteDBParameterGroupMessage')
238
+ DeleteDBProxyEndpointRequest = Shapes::StructureShape.new(name: 'DeleteDBProxyEndpointRequest')
239
+ DeleteDBProxyEndpointResponse = Shapes::StructureShape.new(name: 'DeleteDBProxyEndpointResponse')
227
240
  DeleteDBProxyRequest = Shapes::StructureShape.new(name: 'DeleteDBProxyRequest')
228
241
  DeleteDBProxyResponse = Shapes::StructureShape.new(name: 'DeleteDBProxyResponse')
229
242
  DeleteDBSecurityGroupMessage = Shapes::StructureShape.new(name: 'DeleteDBSecurityGroupMessage')
@@ -260,6 +273,8 @@ module Aws::RDS
260
273
  DescribeDBParametersMessage = Shapes::StructureShape.new(name: 'DescribeDBParametersMessage')
261
274
  DescribeDBProxiesRequest = Shapes::StructureShape.new(name: 'DescribeDBProxiesRequest')
262
275
  DescribeDBProxiesResponse = Shapes::StructureShape.new(name: 'DescribeDBProxiesResponse')
276
+ DescribeDBProxyEndpointsRequest = Shapes::StructureShape.new(name: 'DescribeDBProxyEndpointsRequest')
277
+ DescribeDBProxyEndpointsResponse = Shapes::StructureShape.new(name: 'DescribeDBProxyEndpointsResponse')
263
278
  DescribeDBProxyTargetGroupsRequest = Shapes::StructureShape.new(name: 'DescribeDBProxyTargetGroupsRequest')
264
279
  DescribeDBProxyTargetGroupsResponse = Shapes::StructureShape.new(name: 'DescribeDBProxyTargetGroupsResponse')
265
280
  DescribeDBProxyTargetsRequest = Shapes::StructureShape.new(name: 'DescribeDBProxyTargetsRequest')
@@ -364,6 +379,7 @@ module Aws::RDS
364
379
  InvalidDBInstanceAutomatedBackupStateFault = Shapes::StructureShape.new(name: 'InvalidDBInstanceAutomatedBackupStateFault')
365
380
  InvalidDBInstanceStateFault = Shapes::StructureShape.new(name: 'InvalidDBInstanceStateFault')
366
381
  InvalidDBParameterGroupStateFault = Shapes::StructureShape.new(name: 'InvalidDBParameterGroupStateFault')
382
+ InvalidDBProxyEndpointStateFault = Shapes::StructureShape.new(name: 'InvalidDBProxyEndpointStateFault')
367
383
  InvalidDBProxyStateFault = Shapes::StructureShape.new(name: 'InvalidDBProxyStateFault')
368
384
  InvalidDBSecurityGroupStateFault = Shapes::StructureShape.new(name: 'InvalidDBSecurityGroupStateFault')
369
385
  InvalidDBSnapshotStateFault = Shapes::StructureShape.new(name: 'InvalidDBSnapshotStateFault')
@@ -401,6 +417,8 @@ module Aws::RDS
401
417
  ModifyDBInstanceMessage = Shapes::StructureShape.new(name: 'ModifyDBInstanceMessage')
402
418
  ModifyDBInstanceResult = Shapes::StructureShape.new(name: 'ModifyDBInstanceResult')
403
419
  ModifyDBParameterGroupMessage = Shapes::StructureShape.new(name: 'ModifyDBParameterGroupMessage')
420
+ ModifyDBProxyEndpointRequest = Shapes::StructureShape.new(name: 'ModifyDBProxyEndpointRequest')
421
+ ModifyDBProxyEndpointResponse = Shapes::StructureShape.new(name: 'ModifyDBProxyEndpointResponse')
404
422
  ModifyDBProxyRequest = Shapes::StructureShape.new(name: 'ModifyDBProxyRequest')
405
423
  ModifyDBProxyResponse = Shapes::StructureShape.new(name: 'ModifyDBProxyResponse')
406
424
  ModifyDBProxyTargetGroupRequest = Shapes::StructureShape.new(name: 'ModifyDBProxyTargetGroupRequest')
@@ -565,6 +583,7 @@ module Aws::RDS
565
583
  TargetHealth = Shapes::StructureShape.new(name: 'TargetHealth')
566
584
  TargetHealthReason = Shapes::StringShape.new(name: 'TargetHealthReason')
567
585
  TargetList = Shapes::ListShape.new(name: 'TargetList')
586
+ TargetRole = Shapes::StringShape.new(name: 'TargetRole')
568
587
  TargetState = Shapes::StringShape.new(name: 'TargetState')
569
588
  TargetType = Shapes::StringShape.new(name: 'TargetType')
570
589
  Timezone = Shapes::StructureShape.new(name: 'Timezone')
@@ -938,6 +957,17 @@ module Aws::RDS
938
957
  CreateDBParameterGroupResult.add_member(:db_parameter_group, Shapes::ShapeRef.new(shape: DBParameterGroup, location_name: "DBParameterGroup"))
939
958
  CreateDBParameterGroupResult.struct_class = Types::CreateDBParameterGroupResult
940
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
+
941
971
  CreateDBProxyRequest.add_member(:db_proxy_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBProxyName"))
942
972
  CreateDBProxyRequest.add_member(:engine_family, Shapes::ShapeRef.new(shape: EngineFamily, required: true, location_name: "EngineFamily"))
943
973
  CreateDBProxyRequest.add_member(:auth, Shapes::ShapeRef.new(shape: UserAuthConfigList, required: true, location_name: "Auth"))
@@ -1442,6 +1472,7 @@ module Aws::RDS
1442
1472
  DBProxy.add_member(:db_proxy_arn, Shapes::ShapeRef.new(shape: String, location_name: "DBProxyArn"))
1443
1473
  DBProxy.add_member(:status, Shapes::ShapeRef.new(shape: DBProxyStatus, location_name: "Status"))
1444
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"))
1445
1476
  DBProxy.add_member(:vpc_security_group_ids, Shapes::ShapeRef.new(shape: StringList, location_name: "VpcSecurityGroupIds"))
1446
1477
  DBProxy.add_member(:vpc_subnet_ids, Shapes::ShapeRef.new(shape: StringList, location_name: "VpcSubnetIds"))
1447
1478
  DBProxy.add_member(:auth, Shapes::ShapeRef.new(shape: UserAuthConfigInfoList, location_name: "Auth"))
@@ -1456,6 +1487,27 @@ module Aws::RDS
1456
1487
 
1457
1488
  DBProxyAlreadyExistsFault.struct_class = Types::DBProxyAlreadyExistsFault
1458
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
+
1459
1511
  DBProxyList.member = Shapes::ShapeRef.new(shape: DBProxy)
1460
1512
 
1461
1513
  DBProxyNotFoundFault.struct_class = Types::DBProxyNotFoundFault
@@ -1468,6 +1520,7 @@ module Aws::RDS
1468
1520
  DBProxyTarget.add_member(:rds_resource_id, Shapes::ShapeRef.new(shape: String, location_name: "RdsResourceId"))
1469
1521
  DBProxyTarget.add_member(:port, Shapes::ShapeRef.new(shape: Integer, location_name: "Port"))
1470
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"))
1471
1524
  DBProxyTarget.add_member(:target_health, Shapes::ShapeRef.new(shape: TargetHealth, location_name: "TargetHealth"))
1472
1525
  DBProxyTarget.struct_class = Types::DBProxyTarget
1473
1526
 
@@ -1642,6 +1695,12 @@ module Aws::RDS
1642
1695
  DeleteDBParameterGroupMessage.add_member(:db_parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBParameterGroupName"))
1643
1696
  DeleteDBParameterGroupMessage.struct_class = Types::DeleteDBParameterGroupMessage
1644
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
+
1645
1704
  DeleteDBProxyRequest.add_member(:db_proxy_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBProxyName"))
1646
1705
  DeleteDBProxyRequest.struct_class = Types::DeleteDBProxyRequest
1647
1706
 
@@ -1819,6 +1878,17 @@ module Aws::RDS
1819
1878
  DescribeDBProxiesResponse.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1820
1879
  DescribeDBProxiesResponse.struct_class = Types::DescribeDBProxiesResponse
1821
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
+
1822
1892
  DescribeDBProxyTargetGroupsRequest.add_member(:db_proxy_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBProxyName"))
1823
1893
  DescribeDBProxyTargetGroupsRequest.add_member(:target_group_name, Shapes::ShapeRef.new(shape: String, location_name: "TargetGroupName"))
1824
1894
  DescribeDBProxyTargetGroupsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
@@ -2241,6 +2311,8 @@ module Aws::RDS
2241
2311
 
2242
2312
  InvalidDBParameterGroupStateFault.struct_class = Types::InvalidDBParameterGroupStateFault
2243
2313
 
2314
+ InvalidDBProxyEndpointStateFault.struct_class = Types::InvalidDBProxyEndpointStateFault
2315
+
2244
2316
  InvalidDBProxyStateFault.struct_class = Types::InvalidDBProxyStateFault
2245
2317
 
2246
2318
  InvalidDBSecurityGroupStateFault.struct_class = Types::InvalidDBSecurityGroupStateFault
@@ -2404,6 +2476,14 @@ module Aws::RDS
2404
2476
  ModifyDBParameterGroupMessage.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersList, required: true, location_name: "Parameters"))
2405
2477
  ModifyDBParameterGroupMessage.struct_class = Types::ModifyDBParameterGroupMessage
2406
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
+
2407
2487
  ModifyDBProxyRequest.add_member(:db_proxy_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBProxyName"))
2408
2488
  ModifyDBProxyRequest.add_member(:new_db_proxy_name, Shapes::ShapeRef.new(shape: String, location_name: "NewDBProxyName"))
2409
2489
  ModifyDBProxyRequest.add_member(:auth, Shapes::ShapeRef.new(shape: UserAuthConfigList, location_name: "Auth"))
@@ -3610,6 +3690,19 @@ module Aws::RDS
3610
3690
  o.errors << Shapes::ShapeRef.new(shape: DBProxyQuotaExceededFault)
3611
3691
  end)
3612
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
+
3613
3706
  api.add_operation(:create_db_security_group, Seahorse::Model::Operation.new.tap do |o|
3614
3707
  o.name = "CreateDBSecurityGroup"
3615
3708
  o.http_method = "POST"
@@ -3781,6 +3874,16 @@ module Aws::RDS
3781
3874
  o.errors << Shapes::ShapeRef.new(shape: InvalidDBProxyStateFault)
3782
3875
  end)
3783
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
+
3784
3887
  api.add_operation(:delete_db_security_group, Seahorse::Model::Operation.new.tap do |o|
3785
3888
  o.name = "DeleteDBSecurityGroup"
3786
3889
  o.http_method = "POST"
@@ -4105,6 +4208,22 @@ module Aws::RDS
4105
4208
  )
4106
4209
  end)
4107
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
+
4108
4227
  api.add_operation(:describe_db_proxy_target_groups, Seahorse::Model::Operation.new.tap do |o|
4109
4228
  o.name = "DescribeDBProxyTargetGroups"
4110
4229
  o.http_method = "POST"
@@ -4595,6 +4714,18 @@ module Aws::RDS
4595
4714
  o.errors << Shapes::ShapeRef.new(shape: InvalidDBProxyStateFault)
4596
4715
  end)
4597
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
+
4598
4729
  api.add_operation(:modify_db_proxy_target_group, Seahorse::Model::Operation.new.tap do |o|
4599
4730
  o.name = "ModifyDBProxyTargetGroup"
4600
4731
  o.http_method = "POST"
@@ -60,6 +60,9 @@ module Aws::RDS
60
60
  # * {DBParameterGroupNotFoundFault}
61
61
  # * {DBParameterGroupQuotaExceededFault}
62
62
  # * {DBProxyAlreadyExistsFault}
63
+ # * {DBProxyEndpointAlreadyExistsFault}
64
+ # * {DBProxyEndpointNotFoundFault}
65
+ # * {DBProxyEndpointQuotaExceededFault}
63
66
  # * {DBProxyNotFoundFault}
64
67
  # * {DBProxyQuotaExceededFault}
65
68
  # * {DBProxyTargetAlreadyRegisteredFault}
@@ -101,6 +104,7 @@ module Aws::RDS
101
104
  # * {InvalidDBInstanceAutomatedBackupStateFault}
102
105
  # * {InvalidDBInstanceStateFault}
103
106
  # * {InvalidDBParameterGroupStateFault}
107
+ # * {InvalidDBProxyEndpointStateFault}
104
108
  # * {InvalidDBProxyStateFault}
105
109
  # * {InvalidDBSecurityGroupStateFault}
106
110
  # * {InvalidDBSnapshotStateFault}
@@ -477,6 +481,36 @@ module Aws::RDS
477
481
  end
478
482
  end
479
483
 
484
+ class DBProxyEndpointAlreadyExistsFault < ServiceError
485
+
486
+ # @param [Seahorse::Client::RequestContext] context
487
+ # @param [String] message
488
+ # @param [Aws::RDS::Types::DBProxyEndpointAlreadyExistsFault] data
489
+ def initialize(context, message, data = Aws::EmptyStructure.new)
490
+ super(context, message, data)
491
+ end
492
+ end
493
+
494
+ class DBProxyEndpointNotFoundFault < ServiceError
495
+
496
+ # @param [Seahorse::Client::RequestContext] context
497
+ # @param [String] message
498
+ # @param [Aws::RDS::Types::DBProxyEndpointNotFoundFault] data
499
+ def initialize(context, message, data = Aws::EmptyStructure.new)
500
+ super(context, message, data)
501
+ end
502
+ end
503
+
504
+ class DBProxyEndpointQuotaExceededFault < ServiceError
505
+
506
+ # @param [Seahorse::Client::RequestContext] context
507
+ # @param [String] message
508
+ # @param [Aws::RDS::Types::DBProxyEndpointQuotaExceededFault] data
509
+ def initialize(context, message, data = Aws::EmptyStructure.new)
510
+ super(context, message, data)
511
+ end
512
+ end
513
+
480
514
  class DBProxyNotFoundFault < ServiceError
481
515
 
482
516
  # @param [Seahorse::Client::RequestContext] context
@@ -887,6 +921,16 @@ module Aws::RDS
887
921
  end
888
922
  end
889
923
 
924
+ class InvalidDBProxyEndpointStateFault < ServiceError
925
+
926
+ # @param [Seahorse::Client::RequestContext] context
927
+ # @param [String] message
928
+ # @param [Aws::RDS::Types::InvalidDBProxyEndpointStateFault] data
929
+ def initialize(context, message, data = Aws::EmptyStructure.new)
930
+ super(context, message, data)
931
+ end
932
+ end
933
+
890
934
  class InvalidDBProxyStateFault < ServiceError
891
935
 
892
936
  # @param [Seahorse::Client::RequestContext] context
@@ -4163,6 +4163,87 @@ module Aws::RDS
4163
4163
  include Aws::Structure
4164
4164
  end
4165
4165
 
4166
+ # @note When making an API call, you may pass CreateDBProxyEndpointRequest
4167
+ # data as a hash:
4168
+ #
4169
+ # {
4170
+ # db_proxy_name: "DBProxyName", # required
4171
+ # db_proxy_endpoint_name: "DBProxyEndpointName", # required
4172
+ # vpc_subnet_ids: ["String"], # required
4173
+ # vpc_security_group_ids: ["String"],
4174
+ # target_role: "READ_WRITE", # accepts READ_WRITE, READ_ONLY
4175
+ # tags: [
4176
+ # {
4177
+ # key: "String",
4178
+ # value: "String",
4179
+ # },
4180
+ # ],
4181
+ # }
4182
+ #
4183
+ # @!attribute [rw] db_proxy_name
4184
+ # The name of the DB proxy associated with the DB proxy endpoint that
4185
+ # you create.
4186
+ # @return [String]
4187
+ #
4188
+ # @!attribute [rw] db_proxy_endpoint_name
4189
+ # The name of the DB proxy endpoint to create.
4190
+ # @return [String]
4191
+ #
4192
+ # @!attribute [rw] vpc_subnet_ids
4193
+ # The VPC subnet IDs for the DB proxy endpoint that you create. You
4194
+ # can specify a different set of subnet IDs than for the original DB
4195
+ # proxy.
4196
+ # @return [Array<String>]
4197
+ #
4198
+ # @!attribute [rw] vpc_security_group_ids
4199
+ # The VPC security group IDs for the DB proxy endpoint that you
4200
+ # create. You can specify a different set of security group IDs than
4201
+ # for the original DB proxy. The default is the default security group
4202
+ # for the VPC.
4203
+ # @return [Array<String>]
4204
+ #
4205
+ # @!attribute [rw] target_role
4206
+ # A value that indicates whether the DB proxy endpoint can be used for
4207
+ # read/write or read-only operations. The default is `READ_WRITE`.
4208
+ # @return [String]
4209
+ #
4210
+ # @!attribute [rw] tags
4211
+ # A list of tags. For more information, see [Tagging Amazon RDS
4212
+ # Resources][1] in the *Amazon RDS User Guide.*
4213
+ #
4214
+ #
4215
+ #
4216
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
4217
+ # @return [Array<Types::Tag>]
4218
+ #
4219
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBProxyEndpointRequest AWS API Documentation
4220
+ #
4221
+ class CreateDBProxyEndpointRequest < Struct.new(
4222
+ :db_proxy_name,
4223
+ :db_proxy_endpoint_name,
4224
+ :vpc_subnet_ids,
4225
+ :vpc_security_group_ids,
4226
+ :target_role,
4227
+ :tags)
4228
+ SENSITIVE = []
4229
+ include Aws::Structure
4230
+ end
4231
+
4232
+ # @!attribute [rw] db_proxy_endpoint
4233
+ # The `DBProxyEndpoint` object that is created by the API operation.
4234
+ # The DB proxy endpoint that you create might provide capabilities
4235
+ # such as read/write or read-only operations, or using a different VPC
4236
+ # than the proxy's default VPC.
4237
+ # @return [Types::DBProxyEndpoint]
4238
+ #
4239
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBProxyEndpointResponse AWS API Documentation
4240
+ #
4241
+ class CreateDBProxyEndpointResponse < Struct.new(
4242
+ :db_proxy_endpoint)
4243
+ SENSITIVE = []
4244
+ include Aws::Structure
4245
+ end
4246
+
4166
4247
  # @note When making an API call, you may pass CreateDBProxyRequest
4167
4248
  # data as a hash:
4168
4249
  #
@@ -7181,6 +7262,10 @@ module Aws::RDS
7181
7262
  # Aurora.
7182
7263
  # @return [String]
7183
7264
  #
7265
+ # @!attribute [rw] vpc_id
7266
+ # Provides the VPC ID of the DB proxy.
7267
+ # @return [String]
7268
+ #
7184
7269
  # @!attribute [rw] vpc_security_group_ids
7185
7270
  # Provides a list of VPC security groups that the proxy belongs to.
7186
7271
  # @return [Array<String>]
@@ -7200,9 +7285,9 @@ module Aws::RDS
7200
7285
  # @return [String]
7201
7286
  #
7202
7287
  # @!attribute [rw] endpoint
7203
- # The endpoint that you can use to connect to the proxy. You include
7204
- # the endpoint value in the connection string for a database client
7205
- # application.
7288
+ # The endpoint that you can use to connect to the DB proxy. You
7289
+ # include the endpoint value in the connection string for a database
7290
+ # client application.
7206
7291
  # @return [String]
7207
7292
  #
7208
7293
  # @!attribute [rw] require_tls
@@ -7247,6 +7332,7 @@ module Aws::RDS
7247
7332
  :db_proxy_arn,
7248
7333
  :status,
7249
7334
  :engine_family,
7335
+ :vpc_id,
7250
7336
  :vpc_security_group_ids,
7251
7337
  :vpc_subnet_ids,
7252
7338
  :auth,
@@ -7268,6 +7354,109 @@ module Aws::RDS
7268
7354
  #
7269
7355
  class DBProxyAlreadyExistsFault < Aws::EmptyStructure; end
7270
7356
 
7357
+ # The data structure representing an endpoint associated with a DB
7358
+ # proxy. RDS automatically creates one endpoint for each DB proxy. For
7359
+ # Aurora DB clusters, you can associate additional endpoints with the
7360
+ # same DB proxy. These endpoints can be read/write or read-only. They
7361
+ # can also reside in different VPCs than the associated DB proxy.
7362
+ #
7363
+ # This data type is used as a response element in the
7364
+ # `DescribeDBProxyEndpoints` operation.
7365
+ #
7366
+ # @!attribute [rw] db_proxy_endpoint_name
7367
+ # The name for the DB proxy endpoint. An identifier must begin with a
7368
+ # letter and must contain only ASCII letters, digits, and hyphens; it
7369
+ # can't end with a hyphen or contain two consecutive hyphens.
7370
+ # @return [String]
7371
+ #
7372
+ # @!attribute [rw] db_proxy_endpoint_arn
7373
+ # The Amazon Resource Name (ARN) for the DB proxy endpoint.
7374
+ # @return [String]
7375
+ #
7376
+ # @!attribute [rw] db_proxy_name
7377
+ # The identifier for the DB proxy that is associated with this DB
7378
+ # proxy endpoint.
7379
+ # @return [String]
7380
+ #
7381
+ # @!attribute [rw] status
7382
+ # The current status of this DB proxy endpoint. A status of
7383
+ # `available` means the endpoint is ready to handle requests. Other
7384
+ # values indicate that you must wait for the endpoint to be ready, or
7385
+ # take some action to resolve an issue.
7386
+ # @return [String]
7387
+ #
7388
+ # @!attribute [rw] vpc_id
7389
+ # Provides the VPC ID of the DB proxy endpoint.
7390
+ # @return [String]
7391
+ #
7392
+ # @!attribute [rw] vpc_security_group_ids
7393
+ # Provides a list of VPC security groups that the DB proxy endpoint
7394
+ # belongs to.
7395
+ # @return [Array<String>]
7396
+ #
7397
+ # @!attribute [rw] vpc_subnet_ids
7398
+ # The EC2 subnet IDs for the DB proxy endpoint.
7399
+ # @return [Array<String>]
7400
+ #
7401
+ # @!attribute [rw] endpoint
7402
+ # The endpoint that you can use to connect to the DB proxy. You
7403
+ # include the endpoint value in the connection string for a database
7404
+ # client application.
7405
+ # @return [String]
7406
+ #
7407
+ # @!attribute [rw] created_date
7408
+ # The date and time when the DB proxy endpoint was first created.
7409
+ # @return [Time]
7410
+ #
7411
+ # @!attribute [rw] target_role
7412
+ # A value that indicates whether the DB proxy endpoint can be used for
7413
+ # read/write or read-only operations.
7414
+ # @return [String]
7415
+ #
7416
+ # @!attribute [rw] is_default
7417
+ # A value that indicates whether this endpoint is the default endpoint
7418
+ # for the associated DB proxy. Default DB proxy endpoints always have
7419
+ # read/write capability. Other endpoints that you associate with the
7420
+ # DB proxy can be either read/write or read-only.
7421
+ # @return [Boolean]
7422
+ #
7423
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBProxyEndpoint AWS API Documentation
7424
+ #
7425
+ class DBProxyEndpoint < Struct.new(
7426
+ :db_proxy_endpoint_name,
7427
+ :db_proxy_endpoint_arn,
7428
+ :db_proxy_name,
7429
+ :status,
7430
+ :vpc_id,
7431
+ :vpc_security_group_ids,
7432
+ :vpc_subnet_ids,
7433
+ :endpoint,
7434
+ :created_date,
7435
+ :target_role,
7436
+ :is_default)
7437
+ SENSITIVE = []
7438
+ include Aws::Structure
7439
+ end
7440
+
7441
+ # The specified DB proxy endpoint name must be unique for all DB proxy
7442
+ # endpoints owned by your AWS account in the specified AWS Region.
7443
+ #
7444
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBProxyEndpointAlreadyExistsFault AWS API Documentation
7445
+ #
7446
+ class DBProxyEndpointAlreadyExistsFault < Aws::EmptyStructure; end
7447
+
7448
+ # The DB proxy endpoint doesn't exist.
7449
+ #
7450
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBProxyEndpointNotFoundFault AWS API Documentation
7451
+ #
7452
+ class DBProxyEndpointNotFoundFault < Aws::EmptyStructure; end
7453
+
7454
+ # The DB proxy already has the maximum number of endpoints.
7455
+ #
7456
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBProxyEndpointQuotaExceededFault AWS API Documentation
7457
+ #
7458
+ class DBProxyEndpointQuotaExceededFault < Aws::EmptyStructure; end
7459
+
7271
7460
  # The specified proxy name doesn't correspond to a proxy owned by your
7272
7461
  # AWS account in the specified AWS Region.
7273
7462
  #
@@ -7320,6 +7509,11 @@ module Aws::RDS
7320
7509
  # Aurora DB cluster, that the target represents.
7321
7510
  # @return [String]
7322
7511
  #
7512
+ # @!attribute [rw] role
7513
+ # A value that indicates whether the target of the proxy can be used
7514
+ # for read/write or read-only operations.
7515
+ # @return [String]
7516
+ #
7323
7517
  # @!attribute [rw] target_health
7324
7518
  # Information about the connection health of the RDS Proxy target.
7325
7519
  # @return [Types::TargetHealth]
@@ -7333,6 +7527,7 @@ module Aws::RDS
7333
7527
  :rds_resource_id,
7334
7528
  :port,
7335
7529
  :type,
7530
+ :role,
7336
7531
  :target_health)
7337
7532
  SENSITIVE = []
7338
7533
  include Aws::Structure
@@ -8295,6 +8490,38 @@ module Aws::RDS
8295
8490
  include Aws::Structure
8296
8491
  end
8297
8492
 
8493
+ # @note When making an API call, you may pass DeleteDBProxyEndpointRequest
8494
+ # data as a hash:
8495
+ #
8496
+ # {
8497
+ # db_proxy_endpoint_name: "DBProxyEndpointName", # required
8498
+ # }
8499
+ #
8500
+ # @!attribute [rw] db_proxy_endpoint_name
8501
+ # The name of the DB proxy endpoint to delete.
8502
+ # @return [String]
8503
+ #
8504
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBProxyEndpointRequest AWS API Documentation
8505
+ #
8506
+ class DeleteDBProxyEndpointRequest < Struct.new(
8507
+ :db_proxy_endpoint_name)
8508
+ SENSITIVE = []
8509
+ include Aws::Structure
8510
+ end
8511
+
8512
+ # @!attribute [rw] db_proxy_endpoint
8513
+ # The data structure representing the details of the DB proxy endpoint
8514
+ # that you delete.
8515
+ # @return [Types::DBProxyEndpoint]
8516
+ #
8517
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBProxyEndpointResponse AWS API Documentation
8518
+ #
8519
+ class DeleteDBProxyEndpointResponse < Struct.new(
8520
+ :db_proxy_endpoint)
8521
+ SENSITIVE = []
8522
+ include Aws::Structure
8523
+ end
8524
+
8298
8525
  # @note When making an API call, you may pass DeleteDBProxyRequest
8299
8526
  # data as a hash:
8300
8527
  #
@@ -9830,7 +10057,9 @@ module Aws::RDS
9830
10057
  # }
9831
10058
  #
9832
10059
  # @!attribute [rw] db_proxy_name
9833
- # The name of the DB proxy.
10060
+ # The name of the DB proxy. If you omit this parameter, the output
10061
+ # includes information about all DB proxies owned by your AWS account
10062
+ # ID.
9834
10063
  # @return [String]
9835
10064
  #
9836
10065
  # @!attribute [rw] filters
@@ -9885,6 +10114,86 @@ module Aws::RDS
9885
10114
  include Aws::Structure
9886
10115
  end
9887
10116
 
10117
+ # @note When making an API call, you may pass DescribeDBProxyEndpointsRequest
10118
+ # data as a hash:
10119
+ #
10120
+ # {
10121
+ # db_proxy_name: "DBProxyName",
10122
+ # db_proxy_endpoint_name: "DBProxyEndpointName",
10123
+ # filters: [
10124
+ # {
10125
+ # name: "String", # required
10126
+ # values: ["String"], # required
10127
+ # },
10128
+ # ],
10129
+ # marker: "String",
10130
+ # max_records: 1,
10131
+ # }
10132
+ #
10133
+ # @!attribute [rw] db_proxy_name
10134
+ # The name of the DB proxy whose endpoints you want to describe. If
10135
+ # you omit this parameter, the output includes information about all
10136
+ # DB proxy endpoints associated with all your DB proxies.
10137
+ # @return [String]
10138
+ #
10139
+ # @!attribute [rw] db_proxy_endpoint_name
10140
+ # The name of a DB proxy endpoint to describe. If you omit this
10141
+ # parameter, the output includes information about all DB proxy
10142
+ # endpoints associated with the specified proxy.
10143
+ # @return [String]
10144
+ #
10145
+ # @!attribute [rw] filters
10146
+ # This parameter is not currently supported.
10147
+ # @return [Array<Types::Filter>]
10148
+ #
10149
+ # @!attribute [rw] marker
10150
+ # An optional pagination token provided by a previous request. If this
10151
+ # parameter is specified, the response includes only records beyond
10152
+ # the marker, up to the value specified by `MaxRecords`.
10153
+ # @return [String]
10154
+ #
10155
+ # @!attribute [rw] max_records
10156
+ # The maximum number of records to include in the response. If more
10157
+ # records exist than the specified `MaxRecords` value, a pagination
10158
+ # token called a marker is included in the response so that the
10159
+ # remaining results can be retrieved.
10160
+ #
10161
+ # Default: 100
10162
+ #
10163
+ # Constraints: Minimum 20, maximum 100.
10164
+ # @return [Integer]
10165
+ #
10166
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBProxyEndpointsRequest AWS API Documentation
10167
+ #
10168
+ class DescribeDBProxyEndpointsRequest < Struct.new(
10169
+ :db_proxy_name,
10170
+ :db_proxy_endpoint_name,
10171
+ :filters,
10172
+ :marker,
10173
+ :max_records)
10174
+ SENSITIVE = []
10175
+ include Aws::Structure
10176
+ end
10177
+
10178
+ # @!attribute [rw] db_proxy_endpoints
10179
+ # The list of `ProxyEndpoint` objects returned by the API operation.
10180
+ # @return [Array<Types::DBProxyEndpoint>]
10181
+ #
10182
+ # @!attribute [rw] marker
10183
+ # An optional pagination token provided by a previous request. If this
10184
+ # parameter is specified, the response includes only records beyond
10185
+ # the marker, up to the value specified by `MaxRecords`.
10186
+ # @return [String]
10187
+ #
10188
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBProxyEndpointsResponse AWS API Documentation
10189
+ #
10190
+ class DescribeDBProxyEndpointsResponse < Struct.new(
10191
+ :db_proxy_endpoints,
10192
+ :marker)
10193
+ SENSITIVE = []
10194
+ include Aws::Structure
10195
+ end
10196
+
9888
10197
  # @note When making an API call, you may pass DescribeDBProxyTargetGroupsRequest
9889
10198
  # data as a hash:
9890
10199
  #
@@ -12791,6 +13100,13 @@ module Aws::RDS
12791
13100
  #
12792
13101
  class InvalidDBParameterGroupStateFault < Aws::EmptyStructure; end
12793
13102
 
13103
+ # You can't perform this operation while the DB proxy endpoint is in a
13104
+ # particular state.
13105
+ #
13106
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/InvalidDBProxyEndpointStateFault AWS API Documentation
13107
+ #
13108
+ class InvalidDBProxyEndpointStateFault < Aws::EmptyStructure; end
13109
+
12794
13110
  # The requested operation can't be performed while the proxy is in this
12795
13111
  # state.
12796
13112
  #
@@ -14528,6 +14844,57 @@ module Aws::RDS
14528
14844
  include Aws::Structure
14529
14845
  end
14530
14846
 
14847
+ # @note When making an API call, you may pass ModifyDBProxyEndpointRequest
14848
+ # data as a hash:
14849
+ #
14850
+ # {
14851
+ # db_proxy_endpoint_name: "DBProxyEndpointName", # required
14852
+ # new_db_proxy_endpoint_name: "DBProxyEndpointName",
14853
+ # vpc_security_group_ids: ["String"],
14854
+ # }
14855
+ #
14856
+ # @!attribute [rw] db_proxy_endpoint_name
14857
+ # The name of the DB proxy sociated with the DB proxy endpoint that
14858
+ # you want to modify.
14859
+ # @return [String]
14860
+ #
14861
+ # @!attribute [rw] new_db_proxy_endpoint_name
14862
+ # The new identifier for the `DBProxyEndpoint`. An identifier must
14863
+ # begin with a letter and must contain only ASCII letters, digits, and
14864
+ # hyphens; it can't end with a hyphen or contain two consecutive
14865
+ # hyphens.
14866
+ # @return [String]
14867
+ #
14868
+ # @!attribute [rw] vpc_security_group_ids
14869
+ # The VPC security group IDs for the DB proxy endpoint. When the DB
14870
+ # proxy endpoint uses a different VPC than the original proxy, you
14871
+ # also specify a different set of security group IDs than for the
14872
+ # original proxy.
14873
+ # @return [Array<String>]
14874
+ #
14875
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBProxyEndpointRequest AWS API Documentation
14876
+ #
14877
+ class ModifyDBProxyEndpointRequest < Struct.new(
14878
+ :db_proxy_endpoint_name,
14879
+ :new_db_proxy_endpoint_name,
14880
+ :vpc_security_group_ids)
14881
+ SENSITIVE = []
14882
+ include Aws::Structure
14883
+ end
14884
+
14885
+ # @!attribute [rw] db_proxy_endpoint
14886
+ # The `DBProxyEndpoint` object representing the new settings for the
14887
+ # DB proxy endpoint.
14888
+ # @return [Types::DBProxyEndpoint]
14889
+ #
14890
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBProxyEndpointResponse AWS API Documentation
14891
+ #
14892
+ class ModifyDBProxyEndpointResponse < Struct.new(
14893
+ :db_proxy_endpoint)
14894
+ SENSITIVE = []
14895
+ include Aws::Structure
14896
+ end
14897
+
14531
14898
  # @note When making an API call, you may pass ModifyDBProxyRequest
14532
14899
  # data as a hash:
14533
14900
  #