aws-sdk-core 2.11.409 → 2.11.410
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/application-autoscaling/2016-02-06/api-2.json +6 -3
- data/apis/ebs/2019-11-02/api-2.json +277 -0
- data/apis/ebs/2019-11-02/examples-1.json +5 -0
- data/apis/ebs/2019-11-02/paginators-1.json +14 -0
- data/apis/lambda/2015-03-31/api-2.json +255 -0
- data/apis/lambda/2015-03-31/paginators-1.json +6 -0
- data/apis/rds/2014-10-31/api-2.json +533 -0
- data/apis/rds/2014-10-31/paginators-1.json +18 -0
- data/apis/rekognition/2016-06-27/api-2.json +514 -3
- data/apis/rekognition/2016-06-27/paginators-1.json +12 -0
- data/apis/rekognition/2016-06-27/waiters-2.json +45 -0
- data/apis/sagemaker/2017-07-24/api-2.json +6050 -2246
- data/apis/sagemaker/2017-07-24/paginators-1.json +128 -16
- data/apis/sagemaker/2017-07-24/waiters-2.json +30 -0
- data/apis/states/2016-11-23/api-2.json +70 -3
- data/lib/aws-sdk-core.rb +1 -0
- data/lib/aws-sdk-core/ebs.rb +6 -0
- data/lib/aws-sdk-core/rekognition.rb +1 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +4 -0
- metadata +7 -2
@@ -36,6 +36,12 @@
|
|
36
36
|
"output_token": "NextMarker",
|
37
37
|
"result_key": "Layers"
|
38
38
|
},
|
39
|
+
"ListProvisionedConcurrencyConfigs": {
|
40
|
+
"input_token": "Marker",
|
41
|
+
"limit_key": "MaxItems",
|
42
|
+
"output_token": "NextMarker",
|
43
|
+
"result_key": "ProvisionedConcurrencyConfigs"
|
44
|
+
},
|
39
45
|
"ListVersionsByFunction": {
|
40
46
|
"input_token": "Marker",
|
41
47
|
"limit_key": "MaxItems",
|
@@ -396,6 +396,23 @@
|
|
396
396
|
{"shape":"DBParameterGroupAlreadyExistsFault"}
|
397
397
|
]
|
398
398
|
},
|
399
|
+
"CreateDBProxy":{
|
400
|
+
"name":"CreateDBProxy",
|
401
|
+
"http":{
|
402
|
+
"method":"POST",
|
403
|
+
"requestUri":"/"
|
404
|
+
},
|
405
|
+
"input":{"shape":"CreateDBProxyRequest"},
|
406
|
+
"output":{
|
407
|
+
"shape":"CreateDBProxyResponse",
|
408
|
+
"resultWrapper":"CreateDBProxyResult"
|
409
|
+
},
|
410
|
+
"errors":[
|
411
|
+
{"shape":"InvalidSubnet"},
|
412
|
+
{"shape":"DBProxyAlreadyExistsFault"},
|
413
|
+
{"shape":"DBProxyQuotaExceededFault"}
|
414
|
+
]
|
415
|
+
},
|
399
416
|
"CreateDBSecurityGroup":{
|
400
417
|
"name":"CreateDBSecurityGroup",
|
401
418
|
"http":{
|
@@ -633,6 +650,22 @@
|
|
633
650
|
{"shape":"DBParameterGroupNotFoundFault"}
|
634
651
|
]
|
635
652
|
},
|
653
|
+
"DeleteDBProxy":{
|
654
|
+
"name":"DeleteDBProxy",
|
655
|
+
"http":{
|
656
|
+
"method":"POST",
|
657
|
+
"requestUri":"/"
|
658
|
+
},
|
659
|
+
"input":{"shape":"DeleteDBProxyRequest"},
|
660
|
+
"output":{
|
661
|
+
"shape":"DeleteDBProxyResponse",
|
662
|
+
"resultWrapper":"DeleteDBProxyResult"
|
663
|
+
},
|
664
|
+
"errors":[
|
665
|
+
{"shape":"DBProxyNotFoundFault"},
|
666
|
+
{"shape":"InvalidDBProxyStateFault"}
|
667
|
+
]
|
668
|
+
},
|
636
669
|
"DeleteDBSecurityGroup":{
|
637
670
|
"name":"DeleteDBSecurityGroup",
|
638
671
|
"http":{
|
@@ -733,6 +766,23 @@
|
|
733
766
|
{"shape":"InvalidOptionGroupStateFault"}
|
734
767
|
]
|
735
768
|
},
|
769
|
+
"DeregisterDBProxyTargets":{
|
770
|
+
"name":"DeregisterDBProxyTargets",
|
771
|
+
"http":{
|
772
|
+
"method":"POST",
|
773
|
+
"requestUri":"/"
|
774
|
+
},
|
775
|
+
"input":{"shape":"DeregisterDBProxyTargetsRequest"},
|
776
|
+
"output":{
|
777
|
+
"shape":"DeregisterDBProxyTargetsResponse",
|
778
|
+
"resultWrapper":"DeregisterDBProxyTargetsResult"
|
779
|
+
},
|
780
|
+
"errors":[
|
781
|
+
{"shape":"DBProxyTargetNotFoundFault"},
|
782
|
+
{"shape":"DBProxyTargetGroupNotFoundFault"},
|
783
|
+
{"shape":"DBProxyNotFoundFault"}
|
784
|
+
]
|
785
|
+
},
|
736
786
|
"DescribeAccountAttributes":{
|
737
787
|
"name":"DescribeAccountAttributes",
|
738
788
|
"http":{
|
@@ -968,6 +1018,53 @@
|
|
968
1018
|
{"shape":"DBParameterGroupNotFoundFault"}
|
969
1019
|
]
|
970
1020
|
},
|
1021
|
+
"DescribeDBProxies":{
|
1022
|
+
"name":"DescribeDBProxies",
|
1023
|
+
"http":{
|
1024
|
+
"method":"POST",
|
1025
|
+
"requestUri":"/"
|
1026
|
+
},
|
1027
|
+
"input":{"shape":"DescribeDBProxiesRequest"},
|
1028
|
+
"output":{
|
1029
|
+
"shape":"DescribeDBProxiesResponse",
|
1030
|
+
"resultWrapper":"DescribeDBProxiesResult"
|
1031
|
+
},
|
1032
|
+
"errors":[
|
1033
|
+
{"shape":"DBProxyNotFoundFault"}
|
1034
|
+
]
|
1035
|
+
},
|
1036
|
+
"DescribeDBProxyTargetGroups":{
|
1037
|
+
"name":"DescribeDBProxyTargetGroups",
|
1038
|
+
"http":{
|
1039
|
+
"method":"POST",
|
1040
|
+
"requestUri":"/"
|
1041
|
+
},
|
1042
|
+
"input":{"shape":"DescribeDBProxyTargetGroupsRequest"},
|
1043
|
+
"output":{
|
1044
|
+
"shape":"DescribeDBProxyTargetGroupsResponse",
|
1045
|
+
"resultWrapper":"DescribeDBProxyTargetGroupsResult"
|
1046
|
+
},
|
1047
|
+
"errors":[
|
1048
|
+
{"shape":"DBProxyTargetGroupNotFoundFault"}
|
1049
|
+
]
|
1050
|
+
},
|
1051
|
+
"DescribeDBProxyTargets":{
|
1052
|
+
"name":"DescribeDBProxyTargets",
|
1053
|
+
"http":{
|
1054
|
+
"method":"POST",
|
1055
|
+
"requestUri":"/"
|
1056
|
+
},
|
1057
|
+
"input":{"shape":"DescribeDBProxyTargetsRequest"},
|
1058
|
+
"output":{
|
1059
|
+
"shape":"DescribeDBProxyTargetsResponse",
|
1060
|
+
"resultWrapper":"DescribeDBProxyTargetsResult"
|
1061
|
+
},
|
1062
|
+
"errors":[
|
1063
|
+
{"shape":"DBProxyNotFoundFault"},
|
1064
|
+
{"shape":"DBProxyTargetNotFoundFault"},
|
1065
|
+
{"shape":"DBProxyTargetGroupNotFoundFault"}
|
1066
|
+
]
|
1067
|
+
},
|
971
1068
|
"DescribeDBSecurityGroups":{
|
972
1069
|
"name":"DescribeDBSecurityGroups",
|
973
1070
|
"http":{
|
@@ -1441,6 +1538,39 @@
|
|
1441
1538
|
{"shape":"InvalidDBParameterGroupStateFault"}
|
1442
1539
|
]
|
1443
1540
|
},
|
1541
|
+
"ModifyDBProxy":{
|
1542
|
+
"name":"ModifyDBProxy",
|
1543
|
+
"http":{
|
1544
|
+
"method":"POST",
|
1545
|
+
"requestUri":"/"
|
1546
|
+
},
|
1547
|
+
"input":{"shape":"ModifyDBProxyRequest"},
|
1548
|
+
"output":{
|
1549
|
+
"shape":"ModifyDBProxyResponse",
|
1550
|
+
"resultWrapper":"ModifyDBProxyResult"
|
1551
|
+
},
|
1552
|
+
"errors":[
|
1553
|
+
{"shape":"DBProxyNotFoundFault"},
|
1554
|
+
{"shape":"DBProxyAlreadyExistsFault"},
|
1555
|
+
{"shape":"InvalidDBProxyStateFault"}
|
1556
|
+
]
|
1557
|
+
},
|
1558
|
+
"ModifyDBProxyTargetGroup":{
|
1559
|
+
"name":"ModifyDBProxyTargetGroup",
|
1560
|
+
"http":{
|
1561
|
+
"method":"POST",
|
1562
|
+
"requestUri":"/"
|
1563
|
+
},
|
1564
|
+
"input":{"shape":"ModifyDBProxyTargetGroupRequest"},
|
1565
|
+
"output":{
|
1566
|
+
"shape":"ModifyDBProxyTargetGroupResponse",
|
1567
|
+
"resultWrapper":"ModifyDBProxyTargetGroupResult"
|
1568
|
+
},
|
1569
|
+
"errors":[
|
1570
|
+
{"shape":"DBProxyNotFoundFault"},
|
1571
|
+
{"shape":"DBProxyTargetGroupNotFoundFault"}
|
1572
|
+
]
|
1573
|
+
},
|
1444
1574
|
"ModifyDBSnapshot":{
|
1445
1575
|
"name":"ModifyDBSnapshot",
|
1446
1576
|
"http":{
|
@@ -1609,6 +1739,27 @@
|
|
1609
1739
|
{"shape":"DBInstanceNotFoundFault"}
|
1610
1740
|
]
|
1611
1741
|
},
|
1742
|
+
"RegisterDBProxyTargets":{
|
1743
|
+
"name":"RegisterDBProxyTargets",
|
1744
|
+
"http":{
|
1745
|
+
"method":"POST",
|
1746
|
+
"requestUri":"/"
|
1747
|
+
},
|
1748
|
+
"input":{"shape":"RegisterDBProxyTargetsRequest"},
|
1749
|
+
"output":{
|
1750
|
+
"shape":"RegisterDBProxyTargetsResponse",
|
1751
|
+
"resultWrapper":"RegisterDBProxyTargetsResult"
|
1752
|
+
},
|
1753
|
+
"errors":[
|
1754
|
+
{"shape":"DBProxyNotFoundFault"},
|
1755
|
+
{"shape":"DBProxyTargetGroupNotFoundFault"},
|
1756
|
+
{"shape":"DBClusterNotFoundFault"},
|
1757
|
+
{"shape":"DBInstanceNotFoundFault"},
|
1758
|
+
{"shape":"DBProxyTargetAlreadyRegisteredFault"},
|
1759
|
+
{"shape":"InvalidDBInstanceStateFault"},
|
1760
|
+
{"shape":"InvalidDBClusterStateFault"}
|
1761
|
+
]
|
1762
|
+
},
|
1612
1763
|
"RemoveFromGlobalCluster":{
|
1613
1764
|
"name":"RemoveFromGlobalCluster",
|
1614
1765
|
"http":{
|
@@ -2167,6 +2318,10 @@
|
|
2167
2318
|
"locationName":"AttributeValue"
|
2168
2319
|
}
|
2169
2320
|
},
|
2321
|
+
"AuthScheme":{
|
2322
|
+
"type":"string",
|
2323
|
+
"enum":["SECRETS"]
|
2324
|
+
},
|
2170
2325
|
"AuthorizationAlreadyExistsFault":{
|
2171
2326
|
"type":"structure",
|
2172
2327
|
"members":{
|
@@ -2332,6 +2487,26 @@
|
|
2332
2487
|
"DisableLogTypes":{"shape":"LogTypeList"}
|
2333
2488
|
}
|
2334
2489
|
},
|
2490
|
+
"ConnectionPoolConfiguration":{
|
2491
|
+
"type":"structure",
|
2492
|
+
"members":{
|
2493
|
+
"MaxConnectionsPercent":{"shape":"IntegerOptional"},
|
2494
|
+
"MaxIdleConnectionsPercent":{"shape":"IntegerOptional"},
|
2495
|
+
"ConnectionBorrowTimeout":{"shape":"IntegerOptional"},
|
2496
|
+
"SessionPinningFilters":{"shape":"StringList"},
|
2497
|
+
"InitQuery":{"shape":"String"}
|
2498
|
+
}
|
2499
|
+
},
|
2500
|
+
"ConnectionPoolConfigurationInfo":{
|
2501
|
+
"type":"structure",
|
2502
|
+
"members":{
|
2503
|
+
"MaxConnectionsPercent":{"shape":"Integer"},
|
2504
|
+
"MaxIdleConnectionsPercent":{"shape":"Integer"},
|
2505
|
+
"ConnectionBorrowTimeout":{"shape":"Integer"},
|
2506
|
+
"SessionPinningFilters":{"shape":"StringList"},
|
2507
|
+
"InitQuery":{"shape":"String"}
|
2508
|
+
}
|
2509
|
+
},
|
2335
2510
|
"CopyDBClusterParameterGroupMessage":{
|
2336
2511
|
"type":"structure",
|
2337
2512
|
"required":[
|
@@ -2677,6 +2852,34 @@
|
|
2677
2852
|
"DBParameterGroup":{"shape":"DBParameterGroup"}
|
2678
2853
|
}
|
2679
2854
|
},
|
2855
|
+
"CreateDBProxyRequest":{
|
2856
|
+
"type":"structure",
|
2857
|
+
"required":[
|
2858
|
+
"DBProxyName",
|
2859
|
+
"EngineFamily",
|
2860
|
+
"Auth",
|
2861
|
+
"RoleArn",
|
2862
|
+
"VpcSubnetIds"
|
2863
|
+
],
|
2864
|
+
"members":{
|
2865
|
+
"DBProxyName":{"shape":"String"},
|
2866
|
+
"EngineFamily":{"shape":"EngineFamily"},
|
2867
|
+
"Auth":{"shape":"UserAuthConfigList"},
|
2868
|
+
"RoleArn":{"shape":"String"},
|
2869
|
+
"VpcSubnetIds":{"shape":"StringList"},
|
2870
|
+
"VpcSecurityGroupIds":{"shape":"StringList"},
|
2871
|
+
"RequireTLS":{"shape":"Boolean"},
|
2872
|
+
"IdleClientTimeout":{"shape":"IntegerOptional"},
|
2873
|
+
"DebugLogging":{"shape":"Boolean"},
|
2874
|
+
"Tags":{"shape":"TagList"}
|
2875
|
+
}
|
2876
|
+
},
|
2877
|
+
"CreateDBProxyResponse":{
|
2878
|
+
"type":"structure",
|
2879
|
+
"members":{
|
2880
|
+
"DBProxy":{"shape":"DBProxy"}
|
2881
|
+
}
|
2882
|
+
},
|
2680
2883
|
"CreateDBSecurityGroupMessage":{
|
2681
2884
|
"type":"structure",
|
2682
2885
|
"required":[
|
@@ -3633,6 +3836,130 @@
|
|
3633
3836
|
"DBParameterGroups":{"shape":"DBParameterGroupList"}
|
3634
3837
|
}
|
3635
3838
|
},
|
3839
|
+
"DBProxy":{
|
3840
|
+
"type":"structure",
|
3841
|
+
"members":{
|
3842
|
+
"DBProxyName":{"shape":"String"},
|
3843
|
+
"DBProxyArn":{"shape":"String"},
|
3844
|
+
"Status":{"shape":"DBProxyStatus"},
|
3845
|
+
"EngineFamily":{"shape":"String"},
|
3846
|
+
"VpcSecurityGroupIds":{"shape":"StringList"},
|
3847
|
+
"VpcSubnetIds":{"shape":"StringList"},
|
3848
|
+
"Auth":{"shape":"UserAuthConfigInfoList"},
|
3849
|
+
"RoleArn":{"shape":"String"},
|
3850
|
+
"Endpoint":{"shape":"String"},
|
3851
|
+
"RequireTLS":{"shape":"Boolean"},
|
3852
|
+
"IdleClientTimeout":{"shape":"Integer"},
|
3853
|
+
"DebugLogging":{"shape":"Boolean"},
|
3854
|
+
"CreatedDate":{"shape":"TStamp"},
|
3855
|
+
"UpdatedDate":{"shape":"TStamp"}
|
3856
|
+
}
|
3857
|
+
},
|
3858
|
+
"DBProxyAlreadyExistsFault":{
|
3859
|
+
"type":"structure",
|
3860
|
+
"members":{
|
3861
|
+
},
|
3862
|
+
"error":{
|
3863
|
+
"code":"DBProxyAlreadyExistsFault",
|
3864
|
+
"httpStatusCode":400,
|
3865
|
+
"senderFault":true
|
3866
|
+
},
|
3867
|
+
"exception":true
|
3868
|
+
},
|
3869
|
+
"DBProxyList":{
|
3870
|
+
"type":"list",
|
3871
|
+
"member":{"shape":"DBProxy"}
|
3872
|
+
},
|
3873
|
+
"DBProxyNotFoundFault":{
|
3874
|
+
"type":"structure",
|
3875
|
+
"members":{
|
3876
|
+
},
|
3877
|
+
"error":{
|
3878
|
+
"code":"DBProxyNotFoundFault",
|
3879
|
+
"httpStatusCode":404,
|
3880
|
+
"senderFault":true
|
3881
|
+
},
|
3882
|
+
"exception":true
|
3883
|
+
},
|
3884
|
+
"DBProxyQuotaExceededFault":{
|
3885
|
+
"type":"structure",
|
3886
|
+
"members":{
|
3887
|
+
},
|
3888
|
+
"error":{
|
3889
|
+
"code":"DBProxyQuotaExceededFault",
|
3890
|
+
"httpStatusCode":400,
|
3891
|
+
"senderFault":true
|
3892
|
+
},
|
3893
|
+
"exception":true
|
3894
|
+
},
|
3895
|
+
"DBProxyStatus":{
|
3896
|
+
"type":"string",
|
3897
|
+
"enum":[
|
3898
|
+
"available",
|
3899
|
+
"modifying",
|
3900
|
+
"incompatible-network",
|
3901
|
+
"insufficient-resource-limits",
|
3902
|
+
"creating",
|
3903
|
+
"deleting"
|
3904
|
+
]
|
3905
|
+
},
|
3906
|
+
"DBProxyTarget":{
|
3907
|
+
"type":"structure",
|
3908
|
+
"members":{
|
3909
|
+
"TargetArn":{"shape":"String"},
|
3910
|
+
"Endpoint":{"shape":"String"},
|
3911
|
+
"TrackedClusterId":{"shape":"String"},
|
3912
|
+
"RdsResourceId":{"shape":"String"},
|
3913
|
+
"Port":{"shape":"Integer"},
|
3914
|
+
"Type":{"shape":"TargetType"}
|
3915
|
+
}
|
3916
|
+
},
|
3917
|
+
"DBProxyTargetAlreadyRegisteredFault":{
|
3918
|
+
"type":"structure",
|
3919
|
+
"members":{
|
3920
|
+
},
|
3921
|
+
"error":{
|
3922
|
+
"code":"DBProxyTargetAlreadyRegisteredFault",
|
3923
|
+
"httpStatusCode":400,
|
3924
|
+
"senderFault":true
|
3925
|
+
},
|
3926
|
+
"exception":true
|
3927
|
+
},
|
3928
|
+
"DBProxyTargetGroup":{
|
3929
|
+
"type":"structure",
|
3930
|
+
"members":{
|
3931
|
+
"DBProxyName":{"shape":"String"},
|
3932
|
+
"TargetGroupName":{"shape":"String"},
|
3933
|
+
"TargetGroupArn":{"shape":"String"},
|
3934
|
+
"IsDefault":{"shape":"Boolean"},
|
3935
|
+
"Status":{"shape":"String"},
|
3936
|
+
"ConnectionPoolConfig":{"shape":"ConnectionPoolConfigurationInfo"},
|
3937
|
+
"CreatedDate":{"shape":"TStamp"},
|
3938
|
+
"UpdatedDate":{"shape":"TStamp"}
|
3939
|
+
}
|
3940
|
+
},
|
3941
|
+
"DBProxyTargetGroupNotFoundFault":{
|
3942
|
+
"type":"structure",
|
3943
|
+
"members":{
|
3944
|
+
},
|
3945
|
+
"error":{
|
3946
|
+
"code":"DBProxyTargetGroupNotFoundFault",
|
3947
|
+
"httpStatusCode":404,
|
3948
|
+
"senderFault":true
|
3949
|
+
},
|
3950
|
+
"exception":true
|
3951
|
+
},
|
3952
|
+
"DBProxyTargetNotFoundFault":{
|
3953
|
+
"type":"structure",
|
3954
|
+
"members":{
|
3955
|
+
},
|
3956
|
+
"error":{
|
3957
|
+
"code":"DBProxyTargetNotFoundFault",
|
3958
|
+
"httpStatusCode":404,
|
3959
|
+
"senderFault":true
|
3960
|
+
},
|
3961
|
+
"exception":true
|
3962
|
+
},
|
3636
3963
|
"DBSecurityGroup":{
|
3637
3964
|
"type":"structure",
|
3638
3965
|
"members":{
|
@@ -4012,6 +4339,19 @@
|
|
4012
4339
|
"DBParameterGroupName":{"shape":"String"}
|
4013
4340
|
}
|
4014
4341
|
},
|
4342
|
+
"DeleteDBProxyRequest":{
|
4343
|
+
"type":"structure",
|
4344
|
+
"required":["DBProxyName"],
|
4345
|
+
"members":{
|
4346
|
+
"DBProxyName":{"shape":"String"}
|
4347
|
+
}
|
4348
|
+
},
|
4349
|
+
"DeleteDBProxyResponse":{
|
4350
|
+
"type":"structure",
|
4351
|
+
"members":{
|
4352
|
+
"DBProxy":{"shape":"DBProxy"}
|
4353
|
+
}
|
4354
|
+
},
|
4015
4355
|
"DeleteDBSecurityGroupMessage":{
|
4016
4356
|
"type":"structure",
|
4017
4357
|
"required":["DBSecurityGroupName"],
|
@@ -4079,6 +4419,21 @@
|
|
4079
4419
|
"OptionGroupName":{"shape":"String"}
|
4080
4420
|
}
|
4081
4421
|
},
|
4422
|
+
"DeregisterDBProxyTargetsRequest":{
|
4423
|
+
"type":"structure",
|
4424
|
+
"required":["DBProxyName"],
|
4425
|
+
"members":{
|
4426
|
+
"DBProxyName":{"shape":"String"},
|
4427
|
+
"TargetGroupName":{"shape":"String"},
|
4428
|
+
"DBInstanceIdentifiers":{"shape":"StringList"},
|
4429
|
+
"DBClusterIdentifiers":{"shape":"StringList"}
|
4430
|
+
}
|
4431
|
+
},
|
4432
|
+
"DeregisterDBProxyTargetsResponse":{
|
4433
|
+
"type":"structure",
|
4434
|
+
"members":{
|
4435
|
+
}
|
4436
|
+
},
|
4082
4437
|
"DescribeAccountAttributesMessage":{
|
4083
4438
|
"type":"structure",
|
4084
4439
|
"members":{
|
@@ -4268,6 +4623,58 @@
|
|
4268
4623
|
"Marker":{"shape":"String"}
|
4269
4624
|
}
|
4270
4625
|
},
|
4626
|
+
"DescribeDBProxiesRequest":{
|
4627
|
+
"type":"structure",
|
4628
|
+
"members":{
|
4629
|
+
"DBProxyName":{"shape":"String"},
|
4630
|
+
"Filters":{"shape":"FilterList"},
|
4631
|
+
"Marker":{"shape":"String"},
|
4632
|
+
"MaxRecords":{"shape":"MaxRecords"}
|
4633
|
+
}
|
4634
|
+
},
|
4635
|
+
"DescribeDBProxiesResponse":{
|
4636
|
+
"type":"structure",
|
4637
|
+
"members":{
|
4638
|
+
"DBProxies":{"shape":"DBProxyList"},
|
4639
|
+
"Marker":{"shape":"String"}
|
4640
|
+
}
|
4641
|
+
},
|
4642
|
+
"DescribeDBProxyTargetGroupsRequest":{
|
4643
|
+
"type":"structure",
|
4644
|
+
"required":["DBProxyName"],
|
4645
|
+
"members":{
|
4646
|
+
"DBProxyName":{"shape":"String"},
|
4647
|
+
"TargetGroupName":{"shape":"String"},
|
4648
|
+
"Filters":{"shape":"FilterList"},
|
4649
|
+
"Marker":{"shape":"String"},
|
4650
|
+
"MaxRecords":{"shape":"MaxRecords"}
|
4651
|
+
}
|
4652
|
+
},
|
4653
|
+
"DescribeDBProxyTargetGroupsResponse":{
|
4654
|
+
"type":"structure",
|
4655
|
+
"members":{
|
4656
|
+
"TargetGroups":{"shape":"TargetGroupList"},
|
4657
|
+
"Marker":{"shape":"String"}
|
4658
|
+
}
|
4659
|
+
},
|
4660
|
+
"DescribeDBProxyTargetsRequest":{
|
4661
|
+
"type":"structure",
|
4662
|
+
"required":["DBProxyName"],
|
4663
|
+
"members":{
|
4664
|
+
"DBProxyName":{"shape":"String"},
|
4665
|
+
"TargetGroupName":{"shape":"String"},
|
4666
|
+
"Filters":{"shape":"FilterList"},
|
4667
|
+
"Marker":{"shape":"String"},
|
4668
|
+
"MaxRecords":{"shape":"MaxRecords"}
|
4669
|
+
}
|
4670
|
+
},
|
4671
|
+
"DescribeDBProxyTargetsResponse":{
|
4672
|
+
"type":"structure",
|
4673
|
+
"members":{
|
4674
|
+
"Targets":{"shape":"TargetList"},
|
4675
|
+
"Marker":{"shape":"String"}
|
4676
|
+
}
|
4677
|
+
},
|
4271
4678
|
"DescribeDBSecurityGroupsMessage":{
|
4272
4679
|
"type":"structure",
|
4273
4680
|
"members":{
|
@@ -4587,6 +4994,10 @@
|
|
4587
4994
|
},
|
4588
4995
|
"wrapper":true
|
4589
4996
|
},
|
4997
|
+
"EngineFamily":{
|
4998
|
+
"type":"string",
|
4999
|
+
"enum":["MYSQL"]
|
5000
|
+
},
|
4590
5001
|
"EngineModeList":{
|
4591
5002
|
"type":"list",
|
4592
5003
|
"member":{"shape":"String"}
|
@@ -4807,6 +5218,13 @@
|
|
4807
5218
|
"GlobalClusters":{"shape":"GlobalClusterList"}
|
4808
5219
|
}
|
4809
5220
|
},
|
5221
|
+
"IAMAuthMode":{
|
5222
|
+
"type":"string",
|
5223
|
+
"enum":[
|
5224
|
+
"DISABLED",
|
5225
|
+
"REQUIRED"
|
5226
|
+
]
|
5227
|
+
},
|
4810
5228
|
"IPRange":{
|
4811
5229
|
"type":"structure",
|
4812
5230
|
"members":{
|
@@ -5016,6 +5434,17 @@
|
|
5016
5434
|
},
|
5017
5435
|
"exception":true
|
5018
5436
|
},
|
5437
|
+
"InvalidDBProxyStateFault":{
|
5438
|
+
"type":"structure",
|
5439
|
+
"members":{
|
5440
|
+
},
|
5441
|
+
"error":{
|
5442
|
+
"code":"InvalidDBProxyStateFault",
|
5443
|
+
"httpStatusCode":400,
|
5444
|
+
"senderFault":true
|
5445
|
+
},
|
5446
|
+
"exception":true
|
5447
|
+
},
|
5019
5448
|
"InvalidDBSecurityGroupStateFault":{
|
5020
5449
|
"type":"structure",
|
5021
5450
|
"members":{
|
@@ -5177,6 +5606,11 @@
|
|
5177
5606
|
},
|
5178
5607
|
"Long":{"type":"long"},
|
5179
5608
|
"LongOptional":{"type":"long"},
|
5609
|
+
"MaxRecords":{
|
5610
|
+
"type":"integer",
|
5611
|
+
"max":100,
|
5612
|
+
"min":20
|
5613
|
+
},
|
5180
5614
|
"MinimumEngineVersionPerAllowedValue":{
|
5181
5615
|
"type":"structure",
|
5182
5616
|
"members":{
|
@@ -5338,6 +5772,45 @@
|
|
5338
5772
|
"Parameters":{"shape":"ParametersList"}
|
5339
5773
|
}
|
5340
5774
|
},
|
5775
|
+
"ModifyDBProxyRequest":{
|
5776
|
+
"type":"structure",
|
5777
|
+
"required":["DBProxyName"],
|
5778
|
+
"members":{
|
5779
|
+
"DBProxyName":{"shape":"String"},
|
5780
|
+
"NewDBProxyName":{"shape":"String"},
|
5781
|
+
"Auth":{"shape":"UserAuthConfigList"},
|
5782
|
+
"RequireTLS":{"shape":"BooleanOptional"},
|
5783
|
+
"IdleClientTimeout":{"shape":"IntegerOptional"},
|
5784
|
+
"DebugLogging":{"shape":"BooleanOptional"},
|
5785
|
+
"RoleArn":{"shape":"String"},
|
5786
|
+
"SecurityGroups":{"shape":"StringList"}
|
5787
|
+
}
|
5788
|
+
},
|
5789
|
+
"ModifyDBProxyResponse":{
|
5790
|
+
"type":"structure",
|
5791
|
+
"members":{
|
5792
|
+
"DBProxy":{"shape":"DBProxy"}
|
5793
|
+
}
|
5794
|
+
},
|
5795
|
+
"ModifyDBProxyTargetGroupRequest":{
|
5796
|
+
"type":"structure",
|
5797
|
+
"required":[
|
5798
|
+
"TargetGroupName",
|
5799
|
+
"DBProxyName"
|
5800
|
+
],
|
5801
|
+
"members":{
|
5802
|
+
"TargetGroupName":{"shape":"String"},
|
5803
|
+
"DBProxyName":{"shape":"String"},
|
5804
|
+
"ConnectionPoolConfig":{"shape":"ConnectionPoolConfiguration"},
|
5805
|
+
"NewName":{"shape":"String"}
|
5806
|
+
}
|
5807
|
+
},
|
5808
|
+
"ModifyDBProxyTargetGroupResponse":{
|
5809
|
+
"type":"structure",
|
5810
|
+
"members":{
|
5811
|
+
"DBProxyTargetGroup":{"shape":"DBProxyTargetGroup"}
|
5812
|
+
}
|
5813
|
+
},
|
5341
5814
|
"ModifyDBSnapshotAttributeMessage":{
|
5342
5815
|
"type":"structure",
|
5343
5816
|
"required":[
|
@@ -5942,6 +6415,22 @@
|
|
5942
6415
|
"locationName":"RecurringCharge"
|
5943
6416
|
}
|
5944
6417
|
},
|
6418
|
+
"RegisterDBProxyTargetsRequest":{
|
6419
|
+
"type":"structure",
|
6420
|
+
"required":["DBProxyName"],
|
6421
|
+
"members":{
|
6422
|
+
"DBProxyName":{"shape":"String"},
|
6423
|
+
"TargetGroupName":{"shape":"String"},
|
6424
|
+
"DBInstanceIdentifiers":{"shape":"StringList"},
|
6425
|
+
"DBClusterIdentifiers":{"shape":"StringList"}
|
6426
|
+
}
|
6427
|
+
},
|
6428
|
+
"RegisterDBProxyTargetsResponse":{
|
6429
|
+
"type":"structure",
|
6430
|
+
"members":{
|
6431
|
+
"DBProxyTargets":{"shape":"TargetList"}
|
6432
|
+
}
|
6433
|
+
},
|
5945
6434
|
"RemoveFromGlobalClusterMessage":{
|
5946
6435
|
"type":"structure",
|
5947
6436
|
"members":{
|
@@ -6797,6 +7286,22 @@
|
|
6797
7286
|
"TagList":{"shape":"TagList"}
|
6798
7287
|
}
|
6799
7288
|
},
|
7289
|
+
"TargetGroupList":{
|
7290
|
+
"type":"list",
|
7291
|
+
"member":{"shape":"DBProxyTargetGroup"}
|
7292
|
+
},
|
7293
|
+
"TargetList":{
|
7294
|
+
"type":"list",
|
7295
|
+
"member":{"shape":"DBProxyTarget"}
|
7296
|
+
},
|
7297
|
+
"TargetType":{
|
7298
|
+
"type":"string",
|
7299
|
+
"enum":[
|
7300
|
+
"RDS_INSTANCE",
|
7301
|
+
"RDS_SERVERLESS_ENDPOINT",
|
7302
|
+
"TRACKED_CLUSTER"
|
7303
|
+
]
|
7304
|
+
},
|
6800
7305
|
"Timezone":{
|
6801
7306
|
"type":"structure",
|
6802
7307
|
"members":{
|
@@ -6813,6 +7318,34 @@
|
|
6813
7318
|
"IsMajorVersionUpgrade":{"shape":"Boolean"}
|
6814
7319
|
}
|
6815
7320
|
},
|
7321
|
+
"UserAuthConfig":{
|
7322
|
+
"type":"structure",
|
7323
|
+
"members":{
|
7324
|
+
"Description":{"shape":"String"},
|
7325
|
+
"UserName":{"shape":"String"},
|
7326
|
+
"AuthScheme":{"shape":"AuthScheme"},
|
7327
|
+
"SecretArn":{"shape":"String"},
|
7328
|
+
"IAMAuth":{"shape":"IAMAuthMode"}
|
7329
|
+
}
|
7330
|
+
},
|
7331
|
+
"UserAuthConfigInfo":{
|
7332
|
+
"type":"structure",
|
7333
|
+
"members":{
|
7334
|
+
"Description":{"shape":"String"},
|
7335
|
+
"UserName":{"shape":"String"},
|
7336
|
+
"AuthScheme":{"shape":"AuthScheme"},
|
7337
|
+
"SecretArn":{"shape":"String"},
|
7338
|
+
"IAMAuth":{"shape":"IAMAuthMode"}
|
7339
|
+
}
|
7340
|
+
},
|
7341
|
+
"UserAuthConfigInfoList":{
|
7342
|
+
"type":"list",
|
7343
|
+
"member":{"shape":"UserAuthConfigInfo"}
|
7344
|
+
},
|
7345
|
+
"UserAuthConfigList":{
|
7346
|
+
"type":"list",
|
7347
|
+
"member":{"shape":"UserAuthConfig"}
|
7348
|
+
},
|
6816
7349
|
"ValidDBInstanceModificationsMessage":{
|
6817
7350
|
"type":"structure",
|
6818
7351
|
"members":{
|