aws-sdk-rds 1.209.0 → 1.210.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds/client.rb +325 -1
- data/lib/aws-sdk-rds/client_api.rb +172 -0
- data/lib/aws-sdk-rds/endpoints.rb +28 -0
- data/lib/aws-sdk-rds/plugins/endpoints.rb +4 -0
- data/lib/aws-sdk-rds/types.rb +758 -0
- data/lib/aws-sdk-rds.rb +1 -1
- metadata +2 -2
@@ -74,6 +74,8 @@ module Aws::RDS
|
|
74
74
|
ClusterPendingModifiedValues = Shapes::StructureShape.new(name: 'ClusterPendingModifiedValues')
|
75
75
|
ConnectionPoolConfiguration = Shapes::StructureShape.new(name: 'ConnectionPoolConfiguration')
|
76
76
|
ConnectionPoolConfigurationInfo = Shapes::StructureShape.new(name: 'ConnectionPoolConfigurationInfo')
|
77
|
+
ContextAttribute = Shapes::StructureShape.new(name: 'ContextAttribute')
|
78
|
+
ContextAttributeList = Shapes::ListShape.new(name: 'ContextAttributeList')
|
77
79
|
CopyDBClusterParameterGroupMessage = Shapes::StructureShape.new(name: 'CopyDBClusterParameterGroupMessage')
|
78
80
|
CopyDBClusterParameterGroupResult = Shapes::StructureShape.new(name: 'CopyDBClusterParameterGroupResult')
|
79
81
|
CopyDBClusterSnapshotMessage = Shapes::StructureShape.new(name: 'CopyDBClusterSnapshotMessage')
|
@@ -230,6 +232,10 @@ module Aws::RDS
|
|
230
232
|
DBProxyTargetGroup = Shapes::StructureShape.new(name: 'DBProxyTargetGroup')
|
231
233
|
DBProxyTargetGroupNotFoundFault = Shapes::StructureShape.new(name: 'DBProxyTargetGroupNotFoundFault')
|
232
234
|
DBProxyTargetNotFoundFault = Shapes::StructureShape.new(name: 'DBProxyTargetNotFoundFault')
|
235
|
+
DBRecommendation = Shapes::StructureShape.new(name: 'DBRecommendation')
|
236
|
+
DBRecommendationList = Shapes::ListShape.new(name: 'DBRecommendationList')
|
237
|
+
DBRecommendationMessage = Shapes::StructureShape.new(name: 'DBRecommendationMessage')
|
238
|
+
DBRecommendationsMessage = Shapes::StructureShape.new(name: 'DBRecommendationsMessage')
|
233
239
|
DBSecurityGroup = Shapes::StructureShape.new(name: 'DBSecurityGroup')
|
234
240
|
DBSecurityGroupAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBSecurityGroupAlreadyExistsFault')
|
235
241
|
DBSecurityGroupMembership = Shapes::StructureShape.new(name: 'DBSecurityGroupMembership')
|
@@ -327,6 +333,7 @@ module Aws::RDS
|
|
327
333
|
DescribeDBProxyTargetGroupsResponse = Shapes::StructureShape.new(name: 'DescribeDBProxyTargetGroupsResponse')
|
328
334
|
DescribeDBProxyTargetsRequest = Shapes::StructureShape.new(name: 'DescribeDBProxyTargetsRequest')
|
329
335
|
DescribeDBProxyTargetsResponse = Shapes::StructureShape.new(name: 'DescribeDBProxyTargetsResponse')
|
336
|
+
DescribeDBRecommendationsMessage = Shapes::StructureShape.new(name: 'DescribeDBRecommendationsMessage')
|
330
337
|
DescribeDBSecurityGroupsMessage = Shapes::StructureShape.new(name: 'DescribeDBSecurityGroupsMessage')
|
331
338
|
DescribeDBSnapshotAttributesMessage = Shapes::StructureShape.new(name: 'DescribeDBSnapshotAttributesMessage')
|
332
339
|
DescribeDBSnapshotAttributesResult = Shapes::StructureShape.new(name: 'DescribeDBSnapshotAttributesResult')
|
@@ -355,6 +362,8 @@ module Aws::RDS
|
|
355
362
|
DescribeValidDBInstanceModificationsMessage = Shapes::StructureShape.new(name: 'DescribeValidDBInstanceModificationsMessage')
|
356
363
|
DescribeValidDBInstanceModificationsResult = Shapes::StructureShape.new(name: 'DescribeValidDBInstanceModificationsResult')
|
357
364
|
Description = Shapes::StringShape.new(name: 'Description')
|
365
|
+
DocLink = Shapes::StructureShape.new(name: 'DocLink')
|
366
|
+
DocLinkList = Shapes::ListShape.new(name: 'DocLinkList')
|
358
367
|
DomainMembership = Shapes::StructureShape.new(name: 'DomainMembership')
|
359
368
|
DomainMembershipList = Shapes::ListShape.new(name: 'DomainMembershipList')
|
360
369
|
DomainNotFoundFault = Shapes::StructureShape.new(name: 'DomainNotFoundFault')
|
@@ -461,6 +470,7 @@ module Aws::RDS
|
|
461
470
|
InvalidS3BucketFault = Shapes::StructureShape.new(name: 'InvalidS3BucketFault')
|
462
471
|
InvalidSubnet = Shapes::StructureShape.new(name: 'InvalidSubnet')
|
463
472
|
InvalidVPCNetworkStateFault = Shapes::StructureShape.new(name: 'InvalidVPCNetworkStateFault')
|
473
|
+
IssueDetails = Shapes::StructureShape.new(name: 'IssueDetails')
|
464
474
|
KMSKeyNotAccessibleFault = Shapes::StructureShape.new(name: 'KMSKeyNotAccessibleFault')
|
465
475
|
KeyList = Shapes::ListShape.new(name: 'KeyList')
|
466
476
|
KmsKeyIdOrArn = Shapes::StringShape.new(name: 'KmsKeyIdOrArn')
|
@@ -472,6 +482,11 @@ module Aws::RDS
|
|
472
482
|
Marker = Shapes::StringShape.new(name: 'Marker')
|
473
483
|
MasterUserSecret = Shapes::StructureShape.new(name: 'MasterUserSecret')
|
474
484
|
MaxRecords = Shapes::IntegerShape.new(name: 'MaxRecords')
|
485
|
+
Metric = Shapes::StructureShape.new(name: 'Metric')
|
486
|
+
MetricList = Shapes::ListShape.new(name: 'MetricList')
|
487
|
+
MetricQuery = Shapes::StructureShape.new(name: 'MetricQuery')
|
488
|
+
MetricReference = Shapes::StructureShape.new(name: 'MetricReference')
|
489
|
+
MetricReferenceList = Shapes::ListShape.new(name: 'MetricReferenceList')
|
475
490
|
MinimumEngineVersionPerAllowedValue = Shapes::StructureShape.new(name: 'MinimumEngineVersionPerAllowedValue')
|
476
491
|
MinimumEngineVersionPerAllowedValueList = Shapes::ListShape.new(name: 'MinimumEngineVersionPerAllowedValueList')
|
477
492
|
ModifyActivityStreamRequest = Shapes::StructureShape.new(name: 'ModifyActivityStreamRequest')
|
@@ -495,6 +510,7 @@ module Aws::RDS
|
|
495
510
|
ModifyDBProxyResponse = Shapes::StructureShape.new(name: 'ModifyDBProxyResponse')
|
496
511
|
ModifyDBProxyTargetGroupRequest = Shapes::StructureShape.new(name: 'ModifyDBProxyTargetGroupRequest')
|
497
512
|
ModifyDBProxyTargetGroupResponse = Shapes::StructureShape.new(name: 'ModifyDBProxyTargetGroupResponse')
|
513
|
+
ModifyDBRecommendationMessage = Shapes::StructureShape.new(name: 'ModifyDBRecommendationMessage')
|
498
514
|
ModifyDBSnapshotAttributeMessage = Shapes::StructureShape.new(name: 'ModifyDBSnapshotAttributeMessage')
|
499
515
|
ModifyDBSnapshotAttributeResult = Shapes::StructureShape.new(name: 'ModifyDBSnapshotAttributeResult')
|
500
516
|
ModifyDBSnapshotMessage = Shapes::StructureShape.new(name: 'ModifyDBSnapshotMessage')
|
@@ -547,6 +563,9 @@ module Aws::RDS
|
|
547
563
|
PendingMaintenanceActions = Shapes::ListShape.new(name: 'PendingMaintenanceActions')
|
548
564
|
PendingMaintenanceActionsMessage = Shapes::StructureShape.new(name: 'PendingMaintenanceActionsMessage')
|
549
565
|
PendingModifiedValues = Shapes::StructureShape.new(name: 'PendingModifiedValues')
|
566
|
+
PerformanceInsightsMetricDimensionGroup = Shapes::StructureShape.new(name: 'PerformanceInsightsMetricDimensionGroup')
|
567
|
+
PerformanceInsightsMetricQuery = Shapes::StructureShape.new(name: 'PerformanceInsightsMetricQuery')
|
568
|
+
PerformanceIssueDetails = Shapes::StructureShape.new(name: 'PerformanceIssueDetails')
|
550
569
|
PointInTimeRestoreNotEnabledFault = Shapes::StructureShape.new(name: 'PointInTimeRestoreNotEnabledFault')
|
551
570
|
ProcessorFeature = Shapes::StructureShape.new(name: 'ProcessorFeature')
|
552
571
|
ProcessorFeatureList = Shapes::ListShape.new(name: 'ProcessorFeatureList')
|
@@ -568,8 +587,15 @@ module Aws::RDS
|
|
568
587
|
RebootDBClusterResult = Shapes::StructureShape.new(name: 'RebootDBClusterResult')
|
569
588
|
RebootDBInstanceMessage = Shapes::StructureShape.new(name: 'RebootDBInstanceMessage')
|
570
589
|
RebootDBInstanceResult = Shapes::StructureShape.new(name: 'RebootDBInstanceResult')
|
590
|
+
RecommendedAction = Shapes::StructureShape.new(name: 'RecommendedAction')
|
591
|
+
RecommendedActionList = Shapes::ListShape.new(name: 'RecommendedActionList')
|
592
|
+
RecommendedActionParameter = Shapes::StructureShape.new(name: 'RecommendedActionParameter')
|
593
|
+
RecommendedActionParameterList = Shapes::ListShape.new(name: 'RecommendedActionParameterList')
|
594
|
+
RecommendedActionUpdate = Shapes::StructureShape.new(name: 'RecommendedActionUpdate')
|
595
|
+
RecommendedActionUpdateList = Shapes::ListShape.new(name: 'RecommendedActionUpdateList')
|
571
596
|
RecurringCharge = Shapes::StructureShape.new(name: 'RecurringCharge')
|
572
597
|
RecurringChargeList = Shapes::ListShape.new(name: 'RecurringChargeList')
|
598
|
+
ReferenceDetails = Shapes::StructureShape.new(name: 'ReferenceDetails')
|
573
599
|
RegisterDBProxyTargetsRequest = Shapes::StructureShape.new(name: 'RegisterDBProxyTargetsRequest')
|
574
600
|
RegisterDBProxyTargetsResponse = Shapes::StructureShape.new(name: 'RegisterDBProxyTargetsResponse')
|
575
601
|
RemoveFromGlobalClusterMessage = Shapes::StructureShape.new(name: 'RemoveFromGlobalClusterMessage')
|
@@ -612,6 +638,7 @@ module Aws::RDS
|
|
612
638
|
SNSInvalidTopicFault = Shapes::StructureShape.new(name: 'SNSInvalidTopicFault')
|
613
639
|
SNSNoAuthorizationFault = Shapes::StructureShape.new(name: 'SNSNoAuthorizationFault')
|
614
640
|
SNSTopicArnNotFoundFault = Shapes::StructureShape.new(name: 'SNSTopicArnNotFoundFault')
|
641
|
+
ScalarReferenceDetails = Shapes::StructureShape.new(name: 'ScalarReferenceDetails')
|
615
642
|
ScalingConfiguration = Shapes::StructureShape.new(name: 'ScalingConfiguration')
|
616
643
|
ScalingConfigurationInfo = Shapes::StructureShape.new(name: 'ScalingConfigurationInfo')
|
617
644
|
SensitiveString = Shapes::StringShape.new(name: 'SensitiveString')
|
@@ -875,6 +902,12 @@ module Aws::RDS
|
|
875
902
|
ConnectionPoolConfigurationInfo.add_member(:init_query, Shapes::ShapeRef.new(shape: String, location_name: "InitQuery"))
|
876
903
|
ConnectionPoolConfigurationInfo.struct_class = Types::ConnectionPoolConfigurationInfo
|
877
904
|
|
905
|
+
ContextAttribute.add_member(:key, Shapes::ShapeRef.new(shape: String, location_name: "Key"))
|
906
|
+
ContextAttribute.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "Value"))
|
907
|
+
ContextAttribute.struct_class = Types::ContextAttribute
|
908
|
+
|
909
|
+
ContextAttributeList.member = Shapes::ShapeRef.new(shape: ContextAttribute)
|
910
|
+
|
878
911
|
CopyDBClusterParameterGroupMessage.add_member(:source_db_cluster_parameter_group_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SourceDBClusterParameterGroupIdentifier"))
|
879
912
|
CopyDBClusterParameterGroupMessage.add_member(:target_db_cluster_parameter_group_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TargetDBClusterParameterGroupIdentifier"))
|
880
913
|
CopyDBClusterParameterGroupMessage.add_member(:target_db_cluster_parameter_group_description, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TargetDBClusterParameterGroupDescription"))
|
@@ -1870,6 +1903,37 @@ module Aws::RDS
|
|
1870
1903
|
|
1871
1904
|
DBProxyTargetNotFoundFault.struct_class = Types::DBProxyTargetNotFoundFault
|
1872
1905
|
|
1906
|
+
DBRecommendation.add_member(:recommendation_id, Shapes::ShapeRef.new(shape: String, location_name: "RecommendationId"))
|
1907
|
+
DBRecommendation.add_member(:type_id, Shapes::ShapeRef.new(shape: String, location_name: "TypeId"))
|
1908
|
+
DBRecommendation.add_member(:severity, Shapes::ShapeRef.new(shape: String, location_name: "Severity"))
|
1909
|
+
DBRecommendation.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, location_name: "ResourceArn"))
|
1910
|
+
DBRecommendation.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
|
1911
|
+
DBRecommendation.add_member(:created_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "CreatedTime"))
|
1912
|
+
DBRecommendation.add_member(:updated_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "UpdatedTime"))
|
1913
|
+
DBRecommendation.add_member(:detection, Shapes::ShapeRef.new(shape: String, location_name: "Detection"))
|
1914
|
+
DBRecommendation.add_member(:recommendation, Shapes::ShapeRef.new(shape: String, location_name: "Recommendation"))
|
1915
|
+
DBRecommendation.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
1916
|
+
DBRecommendation.add_member(:reason, Shapes::ShapeRef.new(shape: String, location_name: "Reason"))
|
1917
|
+
DBRecommendation.add_member(:recommended_actions, Shapes::ShapeRef.new(shape: RecommendedActionList, location_name: "RecommendedActions"))
|
1918
|
+
DBRecommendation.add_member(:category, Shapes::ShapeRef.new(shape: String, location_name: "Category"))
|
1919
|
+
DBRecommendation.add_member(:source, Shapes::ShapeRef.new(shape: String, location_name: "Source"))
|
1920
|
+
DBRecommendation.add_member(:type_detection, Shapes::ShapeRef.new(shape: String, location_name: "TypeDetection"))
|
1921
|
+
DBRecommendation.add_member(:type_recommendation, Shapes::ShapeRef.new(shape: String, location_name: "TypeRecommendation"))
|
1922
|
+
DBRecommendation.add_member(:impact, Shapes::ShapeRef.new(shape: String, location_name: "Impact"))
|
1923
|
+
DBRecommendation.add_member(:additional_info, Shapes::ShapeRef.new(shape: String, location_name: "AdditionalInfo"))
|
1924
|
+
DBRecommendation.add_member(:links, Shapes::ShapeRef.new(shape: DocLinkList, location_name: "Links"))
|
1925
|
+
DBRecommendation.add_member(:issue_details, Shapes::ShapeRef.new(shape: IssueDetails, location_name: "IssueDetails"))
|
1926
|
+
DBRecommendation.struct_class = Types::DBRecommendation
|
1927
|
+
|
1928
|
+
DBRecommendationList.member = Shapes::ShapeRef.new(shape: DBRecommendation)
|
1929
|
+
|
1930
|
+
DBRecommendationMessage.add_member(:db_recommendation, Shapes::ShapeRef.new(shape: DBRecommendation, location_name: "DBRecommendation"))
|
1931
|
+
DBRecommendationMessage.struct_class = Types::DBRecommendationMessage
|
1932
|
+
|
1933
|
+
DBRecommendationsMessage.add_member(:db_recommendations, Shapes::ShapeRef.new(shape: DBRecommendationList, location_name: "DBRecommendations"))
|
1934
|
+
DBRecommendationsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1935
|
+
DBRecommendationsMessage.struct_class = Types::DBRecommendationsMessage
|
1936
|
+
|
1873
1937
|
DBSecurityGroup.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "OwnerId"))
|
1874
1938
|
DBSecurityGroup.add_member(:db_security_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBSecurityGroupName"))
|
1875
1939
|
DBSecurityGroup.add_member(:db_security_group_description, Shapes::ShapeRef.new(shape: String, location_name: "DBSecurityGroupDescription"))
|
@@ -2305,6 +2369,14 @@ module Aws::RDS
|
|
2305
2369
|
DescribeDBProxyTargetsResponse.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
2306
2370
|
DescribeDBProxyTargetsResponse.struct_class = Types::DescribeDBProxyTargetsResponse
|
2307
2371
|
|
2372
|
+
DescribeDBRecommendationsMessage.add_member(:last_updated_after, Shapes::ShapeRef.new(shape: TStamp, location_name: "LastUpdatedAfter"))
|
2373
|
+
DescribeDBRecommendationsMessage.add_member(:last_updated_before, Shapes::ShapeRef.new(shape: TStamp, location_name: "LastUpdatedBefore"))
|
2374
|
+
DescribeDBRecommendationsMessage.add_member(:locale, Shapes::ShapeRef.new(shape: String, location_name: "Locale"))
|
2375
|
+
DescribeDBRecommendationsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
2376
|
+
DescribeDBRecommendationsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
2377
|
+
DescribeDBRecommendationsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
2378
|
+
DescribeDBRecommendationsMessage.struct_class = Types::DescribeDBRecommendationsMessage
|
2379
|
+
|
2308
2380
|
DescribeDBSecurityGroupsMessage.add_member(:db_security_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBSecurityGroupName"))
|
2309
2381
|
DescribeDBSecurityGroupsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
2310
2382
|
DescribeDBSecurityGroupsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
@@ -2481,6 +2553,12 @@ module Aws::RDS
|
|
2481
2553
|
DescribeValidDBInstanceModificationsResult.add_member(:valid_db_instance_modifications_message, Shapes::ShapeRef.new(shape: ValidDBInstanceModificationsMessage, location_name: "ValidDBInstanceModificationsMessage"))
|
2482
2554
|
DescribeValidDBInstanceModificationsResult.struct_class = Types::DescribeValidDBInstanceModificationsResult
|
2483
2555
|
|
2556
|
+
DocLink.add_member(:text, Shapes::ShapeRef.new(shape: String, location_name: "Text"))
|
2557
|
+
DocLink.add_member(:url, Shapes::ShapeRef.new(shape: String, location_name: "Url"))
|
2558
|
+
DocLink.struct_class = Types::DocLink
|
2559
|
+
|
2560
|
+
DocLinkList.member = Shapes::ShapeRef.new(shape: DocLink)
|
2561
|
+
|
2484
2562
|
DomainMembership.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain"))
|
2485
2563
|
DomainMembership.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
|
2486
2564
|
DomainMembership.add_member(:fqdn, Shapes::ShapeRef.new(shape: String, location_name: "FQDN"))
|
@@ -2779,6 +2857,9 @@ module Aws::RDS
|
|
2779
2857
|
|
2780
2858
|
InvalidVPCNetworkStateFault.struct_class = Types::InvalidVPCNetworkStateFault
|
2781
2859
|
|
2860
|
+
IssueDetails.add_member(:performance_issue_details, Shapes::ShapeRef.new(shape: PerformanceIssueDetails, location_name: "PerformanceIssueDetails"))
|
2861
|
+
IssueDetails.struct_class = Types::IssueDetails
|
2862
|
+
|
2782
2863
|
KMSKeyNotAccessibleFault.struct_class = Types::KMSKeyNotAccessibleFault
|
2783
2864
|
|
2784
2865
|
KeyList.member = Shapes::ShapeRef.new(shape: String)
|
@@ -2794,6 +2875,23 @@ module Aws::RDS
|
|
2794
2875
|
MasterUserSecret.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
|
2795
2876
|
MasterUserSecret.struct_class = Types::MasterUserSecret
|
2796
2877
|
|
2878
|
+
Metric.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
|
2879
|
+
Metric.add_member(:references, Shapes::ShapeRef.new(shape: MetricReferenceList, location_name: "References"))
|
2880
|
+
Metric.add_member(:statistics_details, Shapes::ShapeRef.new(shape: String, location_name: "StatisticsDetails"))
|
2881
|
+
Metric.add_member(:metric_query, Shapes::ShapeRef.new(shape: MetricQuery, location_name: "MetricQuery"))
|
2882
|
+
Metric.struct_class = Types::Metric
|
2883
|
+
|
2884
|
+
MetricList.member = Shapes::ShapeRef.new(shape: Metric)
|
2885
|
+
|
2886
|
+
MetricQuery.add_member(:performance_insights_metric_query, Shapes::ShapeRef.new(shape: PerformanceInsightsMetricQuery, location_name: "PerformanceInsightsMetricQuery"))
|
2887
|
+
MetricQuery.struct_class = Types::MetricQuery
|
2888
|
+
|
2889
|
+
MetricReference.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
|
2890
|
+
MetricReference.add_member(:reference_details, Shapes::ShapeRef.new(shape: ReferenceDetails, location_name: "ReferenceDetails"))
|
2891
|
+
MetricReference.struct_class = Types::MetricReference
|
2892
|
+
|
2893
|
+
MetricReferenceList.member = Shapes::ShapeRef.new(shape: MetricReference)
|
2894
|
+
|
2797
2895
|
MinimumEngineVersionPerAllowedValue.add_member(:allowed_value, Shapes::ShapeRef.new(shape: String, location_name: "AllowedValue"))
|
2798
2896
|
MinimumEngineVersionPerAllowedValue.add_member(:minimum_engine_version, Shapes::ShapeRef.new(shape: String, location_name: "MinimumEngineVersion"))
|
2799
2897
|
MinimumEngineVersionPerAllowedValue.struct_class = Types::MinimumEngineVersionPerAllowedValue
|
@@ -2997,6 +3095,12 @@ module Aws::RDS
|
|
2997
3095
|
ModifyDBProxyTargetGroupResponse.add_member(:db_proxy_target_group, Shapes::ShapeRef.new(shape: DBProxyTargetGroup, location_name: "DBProxyTargetGroup"))
|
2998
3096
|
ModifyDBProxyTargetGroupResponse.struct_class = Types::ModifyDBProxyTargetGroupResponse
|
2999
3097
|
|
3098
|
+
ModifyDBRecommendationMessage.add_member(:recommendation_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RecommendationId"))
|
3099
|
+
ModifyDBRecommendationMessage.add_member(:locale, Shapes::ShapeRef.new(shape: String, location_name: "Locale"))
|
3100
|
+
ModifyDBRecommendationMessage.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
|
3101
|
+
ModifyDBRecommendationMessage.add_member(:recommended_action_updates, Shapes::ShapeRef.new(shape: RecommendedActionUpdateList, location_name: "RecommendedActionUpdates"))
|
3102
|
+
ModifyDBRecommendationMessage.struct_class = Types::ModifyDBRecommendationMessage
|
3103
|
+
|
3000
3104
|
ModifyDBSnapshotAttributeMessage.add_member(:db_snapshot_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBSnapshotIdentifier"))
|
3001
3105
|
ModifyDBSnapshotAttributeMessage.add_member(:attribute_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "AttributeName"))
|
3002
3106
|
ModifyDBSnapshotAttributeMessage.add_member(:values_to_add, Shapes::ShapeRef.new(shape: AttributeValueList, location_name: "ValuesToAdd"))
|
@@ -3286,6 +3390,21 @@ module Aws::RDS
|
|
3286
3390
|
PendingModifiedValues.add_member(:multi_tenant, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "MultiTenant"))
|
3287
3391
|
PendingModifiedValues.struct_class = Types::PendingModifiedValues
|
3288
3392
|
|
3393
|
+
PerformanceInsightsMetricDimensionGroup.add_member(:dimensions, Shapes::ShapeRef.new(shape: StringList, location_name: "Dimensions"))
|
3394
|
+
PerformanceInsightsMetricDimensionGroup.add_member(:group, Shapes::ShapeRef.new(shape: String, location_name: "Group"))
|
3395
|
+
PerformanceInsightsMetricDimensionGroup.add_member(:limit, Shapes::ShapeRef.new(shape: Integer, location_name: "Limit"))
|
3396
|
+
PerformanceInsightsMetricDimensionGroup.struct_class = Types::PerformanceInsightsMetricDimensionGroup
|
3397
|
+
|
3398
|
+
PerformanceInsightsMetricQuery.add_member(:group_by, Shapes::ShapeRef.new(shape: PerformanceInsightsMetricDimensionGroup, location_name: "GroupBy"))
|
3399
|
+
PerformanceInsightsMetricQuery.add_member(:metric, Shapes::ShapeRef.new(shape: String, location_name: "Metric"))
|
3400
|
+
PerformanceInsightsMetricQuery.struct_class = Types::PerformanceInsightsMetricQuery
|
3401
|
+
|
3402
|
+
PerformanceIssueDetails.add_member(:start_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "StartTime"))
|
3403
|
+
PerformanceIssueDetails.add_member(:end_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "EndTime"))
|
3404
|
+
PerformanceIssueDetails.add_member(:metrics, Shapes::ShapeRef.new(shape: MetricList, location_name: "Metrics"))
|
3405
|
+
PerformanceIssueDetails.add_member(:analysis, Shapes::ShapeRef.new(shape: String, location_name: "Analysis"))
|
3406
|
+
PerformanceIssueDetails.struct_class = Types::PerformanceIssueDetails
|
3407
|
+
|
3289
3408
|
PointInTimeRestoreNotEnabledFault.struct_class = Types::PointInTimeRestoreNotEnabledFault
|
3290
3409
|
|
3291
3410
|
ProcessorFeature.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
|
@@ -3352,12 +3471,40 @@ module Aws::RDS
|
|
3352
3471
|
RebootDBInstanceResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
|
3353
3472
|
RebootDBInstanceResult.struct_class = Types::RebootDBInstanceResult
|
3354
3473
|
|
3474
|
+
RecommendedAction.add_member(:action_id, Shapes::ShapeRef.new(shape: String, location_name: "ActionId"))
|
3475
|
+
RecommendedAction.add_member(:title, Shapes::ShapeRef.new(shape: String, location_name: "Title"))
|
3476
|
+
RecommendedAction.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
3477
|
+
RecommendedAction.add_member(:operation, Shapes::ShapeRef.new(shape: String, location_name: "Operation"))
|
3478
|
+
RecommendedAction.add_member(:parameters, Shapes::ShapeRef.new(shape: RecommendedActionParameterList, location_name: "Parameters"))
|
3479
|
+
RecommendedAction.add_member(:apply_modes, Shapes::ShapeRef.new(shape: StringList, location_name: "ApplyModes"))
|
3480
|
+
RecommendedAction.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
|
3481
|
+
RecommendedAction.add_member(:issue_details, Shapes::ShapeRef.new(shape: IssueDetails, location_name: "IssueDetails"))
|
3482
|
+
RecommendedAction.add_member(:context_attributes, Shapes::ShapeRef.new(shape: ContextAttributeList, location_name: "ContextAttributes"))
|
3483
|
+
RecommendedAction.struct_class = Types::RecommendedAction
|
3484
|
+
|
3485
|
+
RecommendedActionList.member = Shapes::ShapeRef.new(shape: RecommendedAction)
|
3486
|
+
|
3487
|
+
RecommendedActionParameter.add_member(:key, Shapes::ShapeRef.new(shape: String, location_name: "Key"))
|
3488
|
+
RecommendedActionParameter.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "Value"))
|
3489
|
+
RecommendedActionParameter.struct_class = Types::RecommendedActionParameter
|
3490
|
+
|
3491
|
+
RecommendedActionParameterList.member = Shapes::ShapeRef.new(shape: RecommendedActionParameter)
|
3492
|
+
|
3493
|
+
RecommendedActionUpdate.add_member(:action_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ActionId"))
|
3494
|
+
RecommendedActionUpdate.add_member(:status, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Status"))
|
3495
|
+
RecommendedActionUpdate.struct_class = Types::RecommendedActionUpdate
|
3496
|
+
|
3497
|
+
RecommendedActionUpdateList.member = Shapes::ShapeRef.new(shape: RecommendedActionUpdate)
|
3498
|
+
|
3355
3499
|
RecurringCharge.add_member(:recurring_charge_amount, Shapes::ShapeRef.new(shape: Double, location_name: "RecurringChargeAmount"))
|
3356
3500
|
RecurringCharge.add_member(:recurring_charge_frequency, Shapes::ShapeRef.new(shape: String, location_name: "RecurringChargeFrequency"))
|
3357
3501
|
RecurringCharge.struct_class = Types::RecurringCharge
|
3358
3502
|
|
3359
3503
|
RecurringChargeList.member = Shapes::ShapeRef.new(shape: RecurringCharge, location_name: "RecurringCharge")
|
3360
3504
|
|
3505
|
+
ReferenceDetails.add_member(:scalar_reference_details, Shapes::ShapeRef.new(shape: ScalarReferenceDetails, location_name: "ScalarReferenceDetails"))
|
3506
|
+
ReferenceDetails.struct_class = Types::ReferenceDetails
|
3507
|
+
|
3361
3508
|
RegisterDBProxyTargetsRequest.add_member(:db_proxy_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBProxyName"))
|
3362
3509
|
RegisterDBProxyTargetsRequest.add_member(:target_group_name, Shapes::ShapeRef.new(shape: String, location_name: "TargetGroupName"))
|
3363
3510
|
RegisterDBProxyTargetsRequest.add_member(:db_instance_identifiers, Shapes::ShapeRef.new(shape: StringList, location_name: "DBInstanceIdentifiers"))
|
@@ -3738,6 +3885,9 @@ module Aws::RDS
|
|
3738
3885
|
|
3739
3886
|
SNSTopicArnNotFoundFault.struct_class = Types::SNSTopicArnNotFoundFault
|
3740
3887
|
|
3888
|
+
ScalarReferenceDetails.add_member(:value, Shapes::ShapeRef.new(shape: Double, location_name: "Value"))
|
3889
|
+
ScalarReferenceDetails.struct_class = Types::ScalarReferenceDetails
|
3890
|
+
|
3741
3891
|
ScalingConfiguration.add_member(:min_capacity, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MinCapacity"))
|
3742
3892
|
ScalingConfiguration.add_member(:max_capacity, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxCapacity"))
|
3743
3893
|
ScalingConfiguration.add_member(:auto_pause, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AutoPause"))
|
@@ -5024,6 +5174,20 @@ module Aws::RDS
|
|
5024
5174
|
)
|
5025
5175
|
end)
|
5026
5176
|
|
5177
|
+
api.add_operation(:describe_db_recommendations, Seahorse::Model::Operation.new.tap do |o|
|
5178
|
+
o.name = "DescribeDBRecommendations"
|
5179
|
+
o.http_method = "POST"
|
5180
|
+
o.http_request_uri = "/"
|
5181
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDBRecommendationsMessage)
|
5182
|
+
o.output = Shapes::ShapeRef.new(shape: DBRecommendationsMessage)
|
5183
|
+
o[:pager] = Aws::Pager.new(
|
5184
|
+
limit_key: "max_records",
|
5185
|
+
tokens: {
|
5186
|
+
"marker" => "marker"
|
5187
|
+
}
|
5188
|
+
)
|
5189
|
+
end)
|
5190
|
+
|
5027
5191
|
api.add_operation(:describe_db_security_groups, Seahorse::Model::Operation.new.tap do |o|
|
5028
5192
|
o.name = "DescribeDBSecurityGroups"
|
5029
5193
|
o.http_method = "POST"
|
@@ -5552,6 +5716,14 @@ module Aws::RDS
|
|
5552
5716
|
o.errors << Shapes::ShapeRef.new(shape: InvalidDBProxyStateFault)
|
5553
5717
|
end)
|
5554
5718
|
|
5719
|
+
api.add_operation(:modify_db_recommendation, Seahorse::Model::Operation.new.tap do |o|
|
5720
|
+
o.name = "ModifyDBRecommendation"
|
5721
|
+
o.http_method = "POST"
|
5722
|
+
o.http_request_uri = "/"
|
5723
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyDBRecommendationMessage)
|
5724
|
+
o.output = Shapes::ShapeRef.new(shape: DBRecommendationMessage)
|
5725
|
+
end)
|
5726
|
+
|
5555
5727
|
api.add_operation(:modify_db_snapshot, Seahorse::Model::Operation.new.tap do |o|
|
5556
5728
|
o.name = "ModifyDBSnapshot"
|
5557
5729
|
o.http_method = "POST"
|
@@ -1048,6 +1048,20 @@ module Aws::RDS
|
|
1048
1048
|
end
|
1049
1049
|
end
|
1050
1050
|
|
1051
|
+
class DescribeDBRecommendations
|
1052
|
+
def self.build(context)
|
1053
|
+
unless context.config.regional_endpoint
|
1054
|
+
endpoint = context.config.endpoint.to_s
|
1055
|
+
end
|
1056
|
+
Aws::RDS::EndpointParameters.new(
|
1057
|
+
region: context.config.region,
|
1058
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
1059
|
+
use_fips: context.config.use_fips_endpoint,
|
1060
|
+
endpoint: endpoint,
|
1061
|
+
)
|
1062
|
+
end
|
1063
|
+
end
|
1064
|
+
|
1051
1065
|
class DescribeDBSecurityGroups
|
1052
1066
|
def self.build(context)
|
1053
1067
|
unless context.config.regional_endpoint
|
@@ -1594,6 +1608,20 @@ module Aws::RDS
|
|
1594
1608
|
end
|
1595
1609
|
end
|
1596
1610
|
|
1611
|
+
class ModifyDBRecommendation
|
1612
|
+
def self.build(context)
|
1613
|
+
unless context.config.regional_endpoint
|
1614
|
+
endpoint = context.config.endpoint.to_s
|
1615
|
+
end
|
1616
|
+
Aws::RDS::EndpointParameters.new(
|
1617
|
+
region: context.config.region,
|
1618
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
1619
|
+
use_fips: context.config.use_fips_endpoint,
|
1620
|
+
endpoint: endpoint,
|
1621
|
+
)
|
1622
|
+
end
|
1623
|
+
end
|
1624
|
+
|
1597
1625
|
class ModifyDBSnapshot
|
1598
1626
|
def self.build(context)
|
1599
1627
|
unless context.config.regional_endpoint
|
@@ -205,6 +205,8 @@ module Aws::RDS
|
|
205
205
|
Aws::RDS::Endpoints::DescribeDBProxyTargetGroups.build(context)
|
206
206
|
when :describe_db_proxy_targets
|
207
207
|
Aws::RDS::Endpoints::DescribeDBProxyTargets.build(context)
|
208
|
+
when :describe_db_recommendations
|
209
|
+
Aws::RDS::Endpoints::DescribeDBRecommendations.build(context)
|
208
210
|
when :describe_db_security_groups
|
209
211
|
Aws::RDS::Endpoints::DescribeDBSecurityGroups.build(context)
|
210
212
|
when :describe_db_snapshot_attributes
|
@@ -283,6 +285,8 @@ module Aws::RDS
|
|
283
285
|
Aws::RDS::Endpoints::ModifyDBProxyEndpoint.build(context)
|
284
286
|
when :modify_db_proxy_target_group
|
285
287
|
Aws::RDS::Endpoints::ModifyDBProxyTargetGroup.build(context)
|
288
|
+
when :modify_db_recommendation
|
289
|
+
Aws::RDS::Endpoints::ModifyDBRecommendation.build(context)
|
286
290
|
when :modify_db_snapshot
|
287
291
|
Aws::RDS::Endpoints::ModifyDBSnapshot.build(context)
|
288
292
|
when :modify_db_snapshot_attribute
|