aws-sdk-rds 1.209.0 → 1.211.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds/client.rb +445 -13
- data/lib/aws-sdk-rds/client_api.rb +213 -0
- data/lib/aws-sdk-rds/db_cluster.rb +31 -18
- data/lib/aws-sdk-rds/endpoints.rb +56 -0
- data/lib/aws-sdk-rds/errors.rb +11 -0
- data/lib/aws-sdk-rds/plugins/endpoints.rb +8 -0
- data/lib/aws-sdk-rds/resource.rb +12 -6
- data/lib/aws-sdk-rds/types.rb +857 -18
- 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,10 @@ 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
|
+
DisableHttpEndpointRequest = Shapes::StructureShape.new(name: 'DisableHttpEndpointRequest')
|
366
|
+
DisableHttpEndpointResponse = Shapes::StructureShape.new(name: 'DisableHttpEndpointResponse')
|
367
|
+
DocLink = Shapes::StructureShape.new(name: 'DocLink')
|
368
|
+
DocLinkList = Shapes::ListShape.new(name: 'DocLinkList')
|
358
369
|
DomainMembership = Shapes::StructureShape.new(name: 'DomainMembership')
|
359
370
|
DomainMembershipList = Shapes::ListShape.new(name: 'DomainMembershipList')
|
360
371
|
DomainNotFoundFault = Shapes::StructureShape.new(name: 'DomainNotFoundFault')
|
@@ -367,6 +378,8 @@ module Aws::RDS
|
|
367
378
|
EC2SecurityGroup = Shapes::StructureShape.new(name: 'EC2SecurityGroup')
|
368
379
|
EC2SecurityGroupList = Shapes::ListShape.new(name: 'EC2SecurityGroupList')
|
369
380
|
Ec2ImagePropertiesNotSupportedFault = Shapes::StructureShape.new(name: 'Ec2ImagePropertiesNotSupportedFault')
|
381
|
+
EnableHttpEndpointRequest = Shapes::StructureShape.new(name: 'EnableHttpEndpointRequest')
|
382
|
+
EnableHttpEndpointResponse = Shapes::StructureShape.new(name: 'EnableHttpEndpointResponse')
|
370
383
|
EncryptionContextMap = Shapes::MapShape.new(name: 'EncryptionContextMap')
|
371
384
|
Endpoint = Shapes::StructureShape.new(name: 'Endpoint')
|
372
385
|
EngineDefaults = Shapes::StructureShape.new(name: 'EngineDefaults')
|
@@ -457,10 +470,12 @@ module Aws::RDS
|
|
457
470
|
InvalidGlobalClusterStateFault = Shapes::StructureShape.new(name: 'InvalidGlobalClusterStateFault')
|
458
471
|
InvalidIntegrationStateFault = Shapes::StructureShape.new(name: 'InvalidIntegrationStateFault')
|
459
472
|
InvalidOptionGroupStateFault = Shapes::StructureShape.new(name: 'InvalidOptionGroupStateFault')
|
473
|
+
InvalidResourceStateFault = Shapes::StructureShape.new(name: 'InvalidResourceStateFault')
|
460
474
|
InvalidRestoreFault = Shapes::StructureShape.new(name: 'InvalidRestoreFault')
|
461
475
|
InvalidS3BucketFault = Shapes::StructureShape.new(name: 'InvalidS3BucketFault')
|
462
476
|
InvalidSubnet = Shapes::StructureShape.new(name: 'InvalidSubnet')
|
463
477
|
InvalidVPCNetworkStateFault = Shapes::StructureShape.new(name: 'InvalidVPCNetworkStateFault')
|
478
|
+
IssueDetails = Shapes::StructureShape.new(name: 'IssueDetails')
|
464
479
|
KMSKeyNotAccessibleFault = Shapes::StructureShape.new(name: 'KMSKeyNotAccessibleFault')
|
465
480
|
KeyList = Shapes::ListShape.new(name: 'KeyList')
|
466
481
|
KmsKeyIdOrArn = Shapes::StringShape.new(name: 'KmsKeyIdOrArn')
|
@@ -472,6 +487,11 @@ module Aws::RDS
|
|
472
487
|
Marker = Shapes::StringShape.new(name: 'Marker')
|
473
488
|
MasterUserSecret = Shapes::StructureShape.new(name: 'MasterUserSecret')
|
474
489
|
MaxRecords = Shapes::IntegerShape.new(name: 'MaxRecords')
|
490
|
+
Metric = Shapes::StructureShape.new(name: 'Metric')
|
491
|
+
MetricList = Shapes::ListShape.new(name: 'MetricList')
|
492
|
+
MetricQuery = Shapes::StructureShape.new(name: 'MetricQuery')
|
493
|
+
MetricReference = Shapes::StructureShape.new(name: 'MetricReference')
|
494
|
+
MetricReferenceList = Shapes::ListShape.new(name: 'MetricReferenceList')
|
475
495
|
MinimumEngineVersionPerAllowedValue = Shapes::StructureShape.new(name: 'MinimumEngineVersionPerAllowedValue')
|
476
496
|
MinimumEngineVersionPerAllowedValueList = Shapes::ListShape.new(name: 'MinimumEngineVersionPerAllowedValueList')
|
477
497
|
ModifyActivityStreamRequest = Shapes::StructureShape.new(name: 'ModifyActivityStreamRequest')
|
@@ -495,6 +515,7 @@ module Aws::RDS
|
|
495
515
|
ModifyDBProxyResponse = Shapes::StructureShape.new(name: 'ModifyDBProxyResponse')
|
496
516
|
ModifyDBProxyTargetGroupRequest = Shapes::StructureShape.new(name: 'ModifyDBProxyTargetGroupRequest')
|
497
517
|
ModifyDBProxyTargetGroupResponse = Shapes::StructureShape.new(name: 'ModifyDBProxyTargetGroupResponse')
|
518
|
+
ModifyDBRecommendationMessage = Shapes::StructureShape.new(name: 'ModifyDBRecommendationMessage')
|
498
519
|
ModifyDBSnapshotAttributeMessage = Shapes::StructureShape.new(name: 'ModifyDBSnapshotAttributeMessage')
|
499
520
|
ModifyDBSnapshotAttributeResult = Shapes::StructureShape.new(name: 'ModifyDBSnapshotAttributeResult')
|
500
521
|
ModifyDBSnapshotMessage = Shapes::StructureShape.new(name: 'ModifyDBSnapshotMessage')
|
@@ -547,6 +568,9 @@ module Aws::RDS
|
|
547
568
|
PendingMaintenanceActions = Shapes::ListShape.new(name: 'PendingMaintenanceActions')
|
548
569
|
PendingMaintenanceActionsMessage = Shapes::StructureShape.new(name: 'PendingMaintenanceActionsMessage')
|
549
570
|
PendingModifiedValues = Shapes::StructureShape.new(name: 'PendingModifiedValues')
|
571
|
+
PerformanceInsightsMetricDimensionGroup = Shapes::StructureShape.new(name: 'PerformanceInsightsMetricDimensionGroup')
|
572
|
+
PerformanceInsightsMetricQuery = Shapes::StructureShape.new(name: 'PerformanceInsightsMetricQuery')
|
573
|
+
PerformanceIssueDetails = Shapes::StructureShape.new(name: 'PerformanceIssueDetails')
|
550
574
|
PointInTimeRestoreNotEnabledFault = Shapes::StructureShape.new(name: 'PointInTimeRestoreNotEnabledFault')
|
551
575
|
ProcessorFeature = Shapes::StructureShape.new(name: 'ProcessorFeature')
|
552
576
|
ProcessorFeatureList = Shapes::ListShape.new(name: 'ProcessorFeatureList')
|
@@ -568,8 +592,15 @@ module Aws::RDS
|
|
568
592
|
RebootDBClusterResult = Shapes::StructureShape.new(name: 'RebootDBClusterResult')
|
569
593
|
RebootDBInstanceMessage = Shapes::StructureShape.new(name: 'RebootDBInstanceMessage')
|
570
594
|
RebootDBInstanceResult = Shapes::StructureShape.new(name: 'RebootDBInstanceResult')
|
595
|
+
RecommendedAction = Shapes::StructureShape.new(name: 'RecommendedAction')
|
596
|
+
RecommendedActionList = Shapes::ListShape.new(name: 'RecommendedActionList')
|
597
|
+
RecommendedActionParameter = Shapes::StructureShape.new(name: 'RecommendedActionParameter')
|
598
|
+
RecommendedActionParameterList = Shapes::ListShape.new(name: 'RecommendedActionParameterList')
|
599
|
+
RecommendedActionUpdate = Shapes::StructureShape.new(name: 'RecommendedActionUpdate')
|
600
|
+
RecommendedActionUpdateList = Shapes::ListShape.new(name: 'RecommendedActionUpdateList')
|
571
601
|
RecurringCharge = Shapes::StructureShape.new(name: 'RecurringCharge')
|
572
602
|
RecurringChargeList = Shapes::ListShape.new(name: 'RecurringChargeList')
|
603
|
+
ReferenceDetails = Shapes::StructureShape.new(name: 'ReferenceDetails')
|
573
604
|
RegisterDBProxyTargetsRequest = Shapes::StructureShape.new(name: 'RegisterDBProxyTargetsRequest')
|
574
605
|
RegisterDBProxyTargetsResponse = Shapes::StructureShape.new(name: 'RegisterDBProxyTargetsResponse')
|
575
606
|
RemoveFromGlobalClusterMessage = Shapes::StructureShape.new(name: 'RemoveFromGlobalClusterMessage')
|
@@ -612,6 +643,7 @@ module Aws::RDS
|
|
612
643
|
SNSInvalidTopicFault = Shapes::StructureShape.new(name: 'SNSInvalidTopicFault')
|
613
644
|
SNSNoAuthorizationFault = Shapes::StructureShape.new(name: 'SNSNoAuthorizationFault')
|
614
645
|
SNSTopicArnNotFoundFault = Shapes::StructureShape.new(name: 'SNSTopicArnNotFoundFault')
|
646
|
+
ScalarReferenceDetails = Shapes::StructureShape.new(name: 'ScalarReferenceDetails')
|
615
647
|
ScalingConfiguration = Shapes::StructureShape.new(name: 'ScalingConfiguration')
|
616
648
|
ScalingConfigurationInfo = Shapes::StructureShape.new(name: 'ScalingConfigurationInfo')
|
617
649
|
SensitiveString = Shapes::StringShape.new(name: 'SensitiveString')
|
@@ -875,6 +907,12 @@ module Aws::RDS
|
|
875
907
|
ConnectionPoolConfigurationInfo.add_member(:init_query, Shapes::ShapeRef.new(shape: String, location_name: "InitQuery"))
|
876
908
|
ConnectionPoolConfigurationInfo.struct_class = Types::ConnectionPoolConfigurationInfo
|
877
909
|
|
910
|
+
ContextAttribute.add_member(:key, Shapes::ShapeRef.new(shape: String, location_name: "Key"))
|
911
|
+
ContextAttribute.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "Value"))
|
912
|
+
ContextAttribute.struct_class = Types::ContextAttribute
|
913
|
+
|
914
|
+
ContextAttributeList.member = Shapes::ShapeRef.new(shape: ContextAttribute)
|
915
|
+
|
878
916
|
CopyDBClusterParameterGroupMessage.add_member(:source_db_cluster_parameter_group_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SourceDBClusterParameterGroupIdentifier"))
|
879
917
|
CopyDBClusterParameterGroupMessage.add_member(:target_db_cluster_parameter_group_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TargetDBClusterParameterGroupIdentifier"))
|
880
918
|
CopyDBClusterParameterGroupMessage.add_member(:target_db_cluster_parameter_group_description, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TargetDBClusterParameterGroupDescription"))
|
@@ -1870,6 +1908,37 @@ module Aws::RDS
|
|
1870
1908
|
|
1871
1909
|
DBProxyTargetNotFoundFault.struct_class = Types::DBProxyTargetNotFoundFault
|
1872
1910
|
|
1911
|
+
DBRecommendation.add_member(:recommendation_id, Shapes::ShapeRef.new(shape: String, location_name: "RecommendationId"))
|
1912
|
+
DBRecommendation.add_member(:type_id, Shapes::ShapeRef.new(shape: String, location_name: "TypeId"))
|
1913
|
+
DBRecommendation.add_member(:severity, Shapes::ShapeRef.new(shape: String, location_name: "Severity"))
|
1914
|
+
DBRecommendation.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, location_name: "ResourceArn"))
|
1915
|
+
DBRecommendation.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
|
1916
|
+
DBRecommendation.add_member(:created_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "CreatedTime"))
|
1917
|
+
DBRecommendation.add_member(:updated_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "UpdatedTime"))
|
1918
|
+
DBRecommendation.add_member(:detection, Shapes::ShapeRef.new(shape: String, location_name: "Detection"))
|
1919
|
+
DBRecommendation.add_member(:recommendation, Shapes::ShapeRef.new(shape: String, location_name: "Recommendation"))
|
1920
|
+
DBRecommendation.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
1921
|
+
DBRecommendation.add_member(:reason, Shapes::ShapeRef.new(shape: String, location_name: "Reason"))
|
1922
|
+
DBRecommendation.add_member(:recommended_actions, Shapes::ShapeRef.new(shape: RecommendedActionList, location_name: "RecommendedActions"))
|
1923
|
+
DBRecommendation.add_member(:category, Shapes::ShapeRef.new(shape: String, location_name: "Category"))
|
1924
|
+
DBRecommendation.add_member(:source, Shapes::ShapeRef.new(shape: String, location_name: "Source"))
|
1925
|
+
DBRecommendation.add_member(:type_detection, Shapes::ShapeRef.new(shape: String, location_name: "TypeDetection"))
|
1926
|
+
DBRecommendation.add_member(:type_recommendation, Shapes::ShapeRef.new(shape: String, location_name: "TypeRecommendation"))
|
1927
|
+
DBRecommendation.add_member(:impact, Shapes::ShapeRef.new(shape: String, location_name: "Impact"))
|
1928
|
+
DBRecommendation.add_member(:additional_info, Shapes::ShapeRef.new(shape: String, location_name: "AdditionalInfo"))
|
1929
|
+
DBRecommendation.add_member(:links, Shapes::ShapeRef.new(shape: DocLinkList, location_name: "Links"))
|
1930
|
+
DBRecommendation.add_member(:issue_details, Shapes::ShapeRef.new(shape: IssueDetails, location_name: "IssueDetails"))
|
1931
|
+
DBRecommendation.struct_class = Types::DBRecommendation
|
1932
|
+
|
1933
|
+
DBRecommendationList.member = Shapes::ShapeRef.new(shape: DBRecommendation)
|
1934
|
+
|
1935
|
+
DBRecommendationMessage.add_member(:db_recommendation, Shapes::ShapeRef.new(shape: DBRecommendation, location_name: "DBRecommendation"))
|
1936
|
+
DBRecommendationMessage.struct_class = Types::DBRecommendationMessage
|
1937
|
+
|
1938
|
+
DBRecommendationsMessage.add_member(:db_recommendations, Shapes::ShapeRef.new(shape: DBRecommendationList, location_name: "DBRecommendations"))
|
1939
|
+
DBRecommendationsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1940
|
+
DBRecommendationsMessage.struct_class = Types::DBRecommendationsMessage
|
1941
|
+
|
1873
1942
|
DBSecurityGroup.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "OwnerId"))
|
1874
1943
|
DBSecurityGroup.add_member(:db_security_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBSecurityGroupName"))
|
1875
1944
|
DBSecurityGroup.add_member(:db_security_group_description, Shapes::ShapeRef.new(shape: String, location_name: "DBSecurityGroupDescription"))
|
@@ -2305,6 +2374,14 @@ module Aws::RDS
|
|
2305
2374
|
DescribeDBProxyTargetsResponse.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
2306
2375
|
DescribeDBProxyTargetsResponse.struct_class = Types::DescribeDBProxyTargetsResponse
|
2307
2376
|
|
2377
|
+
DescribeDBRecommendationsMessage.add_member(:last_updated_after, Shapes::ShapeRef.new(shape: TStamp, location_name: "LastUpdatedAfter"))
|
2378
|
+
DescribeDBRecommendationsMessage.add_member(:last_updated_before, Shapes::ShapeRef.new(shape: TStamp, location_name: "LastUpdatedBefore"))
|
2379
|
+
DescribeDBRecommendationsMessage.add_member(:locale, Shapes::ShapeRef.new(shape: String, location_name: "Locale"))
|
2380
|
+
DescribeDBRecommendationsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
2381
|
+
DescribeDBRecommendationsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
2382
|
+
DescribeDBRecommendationsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
2383
|
+
DescribeDBRecommendationsMessage.struct_class = Types::DescribeDBRecommendationsMessage
|
2384
|
+
|
2308
2385
|
DescribeDBSecurityGroupsMessage.add_member(:db_security_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBSecurityGroupName"))
|
2309
2386
|
DescribeDBSecurityGroupsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
2310
2387
|
DescribeDBSecurityGroupsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
@@ -2481,6 +2558,19 @@ module Aws::RDS
|
|
2481
2558
|
DescribeValidDBInstanceModificationsResult.add_member(:valid_db_instance_modifications_message, Shapes::ShapeRef.new(shape: ValidDBInstanceModificationsMessage, location_name: "ValidDBInstanceModificationsMessage"))
|
2482
2559
|
DescribeValidDBInstanceModificationsResult.struct_class = Types::DescribeValidDBInstanceModificationsResult
|
2483
2560
|
|
2561
|
+
DisableHttpEndpointRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceArn"))
|
2562
|
+
DisableHttpEndpointRequest.struct_class = Types::DisableHttpEndpointRequest
|
2563
|
+
|
2564
|
+
DisableHttpEndpointResponse.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, location_name: "ResourceArn"))
|
2565
|
+
DisableHttpEndpointResponse.add_member(:http_endpoint_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "HttpEndpointEnabled"))
|
2566
|
+
DisableHttpEndpointResponse.struct_class = Types::DisableHttpEndpointResponse
|
2567
|
+
|
2568
|
+
DocLink.add_member(:text, Shapes::ShapeRef.new(shape: String, location_name: "Text"))
|
2569
|
+
DocLink.add_member(:url, Shapes::ShapeRef.new(shape: String, location_name: "Url"))
|
2570
|
+
DocLink.struct_class = Types::DocLink
|
2571
|
+
|
2572
|
+
DocLinkList.member = Shapes::ShapeRef.new(shape: DocLink)
|
2573
|
+
|
2484
2574
|
DomainMembership.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain"))
|
2485
2575
|
DomainMembership.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
|
2486
2576
|
DomainMembership.add_member(:fqdn, Shapes::ShapeRef.new(shape: String, location_name: "FQDN"))
|
@@ -2521,6 +2611,13 @@ module Aws::RDS
|
|
2521
2611
|
|
2522
2612
|
Ec2ImagePropertiesNotSupportedFault.struct_class = Types::Ec2ImagePropertiesNotSupportedFault
|
2523
2613
|
|
2614
|
+
EnableHttpEndpointRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceArn"))
|
2615
|
+
EnableHttpEndpointRequest.struct_class = Types::EnableHttpEndpointRequest
|
2616
|
+
|
2617
|
+
EnableHttpEndpointResponse.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, location_name: "ResourceArn"))
|
2618
|
+
EnableHttpEndpointResponse.add_member(:http_endpoint_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "HttpEndpointEnabled"))
|
2619
|
+
EnableHttpEndpointResponse.struct_class = Types::EnableHttpEndpointResponse
|
2620
|
+
|
2524
2621
|
EncryptionContextMap.key = Shapes::ShapeRef.new(shape: String)
|
2525
2622
|
EncryptionContextMap.value = Shapes::ShapeRef.new(shape: String)
|
2526
2623
|
|
@@ -2771,6 +2868,8 @@ module Aws::RDS
|
|
2771
2868
|
|
2772
2869
|
InvalidOptionGroupStateFault.struct_class = Types::InvalidOptionGroupStateFault
|
2773
2870
|
|
2871
|
+
InvalidResourceStateFault.struct_class = Types::InvalidResourceStateFault
|
2872
|
+
|
2774
2873
|
InvalidRestoreFault.struct_class = Types::InvalidRestoreFault
|
2775
2874
|
|
2776
2875
|
InvalidS3BucketFault.struct_class = Types::InvalidS3BucketFault
|
@@ -2779,6 +2878,9 @@ module Aws::RDS
|
|
2779
2878
|
|
2780
2879
|
InvalidVPCNetworkStateFault.struct_class = Types::InvalidVPCNetworkStateFault
|
2781
2880
|
|
2881
|
+
IssueDetails.add_member(:performance_issue_details, Shapes::ShapeRef.new(shape: PerformanceIssueDetails, location_name: "PerformanceIssueDetails"))
|
2882
|
+
IssueDetails.struct_class = Types::IssueDetails
|
2883
|
+
|
2782
2884
|
KMSKeyNotAccessibleFault.struct_class = Types::KMSKeyNotAccessibleFault
|
2783
2885
|
|
2784
2886
|
KeyList.member = Shapes::ShapeRef.new(shape: String)
|
@@ -2794,6 +2896,23 @@ module Aws::RDS
|
|
2794
2896
|
MasterUserSecret.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
|
2795
2897
|
MasterUserSecret.struct_class = Types::MasterUserSecret
|
2796
2898
|
|
2899
|
+
Metric.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
|
2900
|
+
Metric.add_member(:references, Shapes::ShapeRef.new(shape: MetricReferenceList, location_name: "References"))
|
2901
|
+
Metric.add_member(:statistics_details, Shapes::ShapeRef.new(shape: String, location_name: "StatisticsDetails"))
|
2902
|
+
Metric.add_member(:metric_query, Shapes::ShapeRef.new(shape: MetricQuery, location_name: "MetricQuery"))
|
2903
|
+
Metric.struct_class = Types::Metric
|
2904
|
+
|
2905
|
+
MetricList.member = Shapes::ShapeRef.new(shape: Metric)
|
2906
|
+
|
2907
|
+
MetricQuery.add_member(:performance_insights_metric_query, Shapes::ShapeRef.new(shape: PerformanceInsightsMetricQuery, location_name: "PerformanceInsightsMetricQuery"))
|
2908
|
+
MetricQuery.struct_class = Types::MetricQuery
|
2909
|
+
|
2910
|
+
MetricReference.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
|
2911
|
+
MetricReference.add_member(:reference_details, Shapes::ShapeRef.new(shape: ReferenceDetails, location_name: "ReferenceDetails"))
|
2912
|
+
MetricReference.struct_class = Types::MetricReference
|
2913
|
+
|
2914
|
+
MetricReferenceList.member = Shapes::ShapeRef.new(shape: MetricReference)
|
2915
|
+
|
2797
2916
|
MinimumEngineVersionPerAllowedValue.add_member(:allowed_value, Shapes::ShapeRef.new(shape: String, location_name: "AllowedValue"))
|
2798
2917
|
MinimumEngineVersionPerAllowedValue.add_member(:minimum_engine_version, Shapes::ShapeRef.new(shape: String, location_name: "MinimumEngineVersion"))
|
2799
2918
|
MinimumEngineVersionPerAllowedValue.struct_class = Types::MinimumEngineVersionPerAllowedValue
|
@@ -2997,6 +3116,12 @@ module Aws::RDS
|
|
2997
3116
|
ModifyDBProxyTargetGroupResponse.add_member(:db_proxy_target_group, Shapes::ShapeRef.new(shape: DBProxyTargetGroup, location_name: "DBProxyTargetGroup"))
|
2998
3117
|
ModifyDBProxyTargetGroupResponse.struct_class = Types::ModifyDBProxyTargetGroupResponse
|
2999
3118
|
|
3119
|
+
ModifyDBRecommendationMessage.add_member(:recommendation_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RecommendationId"))
|
3120
|
+
ModifyDBRecommendationMessage.add_member(:locale, Shapes::ShapeRef.new(shape: String, location_name: "Locale"))
|
3121
|
+
ModifyDBRecommendationMessage.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
|
3122
|
+
ModifyDBRecommendationMessage.add_member(:recommended_action_updates, Shapes::ShapeRef.new(shape: RecommendedActionUpdateList, location_name: "RecommendedActionUpdates"))
|
3123
|
+
ModifyDBRecommendationMessage.struct_class = Types::ModifyDBRecommendationMessage
|
3124
|
+
|
3000
3125
|
ModifyDBSnapshotAttributeMessage.add_member(:db_snapshot_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBSnapshotIdentifier"))
|
3001
3126
|
ModifyDBSnapshotAttributeMessage.add_member(:attribute_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "AttributeName"))
|
3002
3127
|
ModifyDBSnapshotAttributeMessage.add_member(:values_to_add, Shapes::ShapeRef.new(shape: AttributeValueList, location_name: "ValuesToAdd"))
|
@@ -3286,6 +3411,21 @@ module Aws::RDS
|
|
3286
3411
|
PendingModifiedValues.add_member(:multi_tenant, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "MultiTenant"))
|
3287
3412
|
PendingModifiedValues.struct_class = Types::PendingModifiedValues
|
3288
3413
|
|
3414
|
+
PerformanceInsightsMetricDimensionGroup.add_member(:dimensions, Shapes::ShapeRef.new(shape: StringList, location_name: "Dimensions"))
|
3415
|
+
PerformanceInsightsMetricDimensionGroup.add_member(:group, Shapes::ShapeRef.new(shape: String, location_name: "Group"))
|
3416
|
+
PerformanceInsightsMetricDimensionGroup.add_member(:limit, Shapes::ShapeRef.new(shape: Integer, location_name: "Limit"))
|
3417
|
+
PerformanceInsightsMetricDimensionGroup.struct_class = Types::PerformanceInsightsMetricDimensionGroup
|
3418
|
+
|
3419
|
+
PerformanceInsightsMetricQuery.add_member(:group_by, Shapes::ShapeRef.new(shape: PerformanceInsightsMetricDimensionGroup, location_name: "GroupBy"))
|
3420
|
+
PerformanceInsightsMetricQuery.add_member(:metric, Shapes::ShapeRef.new(shape: String, location_name: "Metric"))
|
3421
|
+
PerformanceInsightsMetricQuery.struct_class = Types::PerformanceInsightsMetricQuery
|
3422
|
+
|
3423
|
+
PerformanceIssueDetails.add_member(:start_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "StartTime"))
|
3424
|
+
PerformanceIssueDetails.add_member(:end_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "EndTime"))
|
3425
|
+
PerformanceIssueDetails.add_member(:metrics, Shapes::ShapeRef.new(shape: MetricList, location_name: "Metrics"))
|
3426
|
+
PerformanceIssueDetails.add_member(:analysis, Shapes::ShapeRef.new(shape: String, location_name: "Analysis"))
|
3427
|
+
PerformanceIssueDetails.struct_class = Types::PerformanceIssueDetails
|
3428
|
+
|
3289
3429
|
PointInTimeRestoreNotEnabledFault.struct_class = Types::PointInTimeRestoreNotEnabledFault
|
3290
3430
|
|
3291
3431
|
ProcessorFeature.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
|
@@ -3352,12 +3492,40 @@ module Aws::RDS
|
|
3352
3492
|
RebootDBInstanceResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
|
3353
3493
|
RebootDBInstanceResult.struct_class = Types::RebootDBInstanceResult
|
3354
3494
|
|
3495
|
+
RecommendedAction.add_member(:action_id, Shapes::ShapeRef.new(shape: String, location_name: "ActionId"))
|
3496
|
+
RecommendedAction.add_member(:title, Shapes::ShapeRef.new(shape: String, location_name: "Title"))
|
3497
|
+
RecommendedAction.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
3498
|
+
RecommendedAction.add_member(:operation, Shapes::ShapeRef.new(shape: String, location_name: "Operation"))
|
3499
|
+
RecommendedAction.add_member(:parameters, Shapes::ShapeRef.new(shape: RecommendedActionParameterList, location_name: "Parameters"))
|
3500
|
+
RecommendedAction.add_member(:apply_modes, Shapes::ShapeRef.new(shape: StringList, location_name: "ApplyModes"))
|
3501
|
+
RecommendedAction.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
|
3502
|
+
RecommendedAction.add_member(:issue_details, Shapes::ShapeRef.new(shape: IssueDetails, location_name: "IssueDetails"))
|
3503
|
+
RecommendedAction.add_member(:context_attributes, Shapes::ShapeRef.new(shape: ContextAttributeList, location_name: "ContextAttributes"))
|
3504
|
+
RecommendedAction.struct_class = Types::RecommendedAction
|
3505
|
+
|
3506
|
+
RecommendedActionList.member = Shapes::ShapeRef.new(shape: RecommendedAction)
|
3507
|
+
|
3508
|
+
RecommendedActionParameter.add_member(:key, Shapes::ShapeRef.new(shape: String, location_name: "Key"))
|
3509
|
+
RecommendedActionParameter.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "Value"))
|
3510
|
+
RecommendedActionParameter.struct_class = Types::RecommendedActionParameter
|
3511
|
+
|
3512
|
+
RecommendedActionParameterList.member = Shapes::ShapeRef.new(shape: RecommendedActionParameter)
|
3513
|
+
|
3514
|
+
RecommendedActionUpdate.add_member(:action_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ActionId"))
|
3515
|
+
RecommendedActionUpdate.add_member(:status, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Status"))
|
3516
|
+
RecommendedActionUpdate.struct_class = Types::RecommendedActionUpdate
|
3517
|
+
|
3518
|
+
RecommendedActionUpdateList.member = Shapes::ShapeRef.new(shape: RecommendedActionUpdate)
|
3519
|
+
|
3355
3520
|
RecurringCharge.add_member(:recurring_charge_amount, Shapes::ShapeRef.new(shape: Double, location_name: "RecurringChargeAmount"))
|
3356
3521
|
RecurringCharge.add_member(:recurring_charge_frequency, Shapes::ShapeRef.new(shape: String, location_name: "RecurringChargeFrequency"))
|
3357
3522
|
RecurringCharge.struct_class = Types::RecurringCharge
|
3358
3523
|
|
3359
3524
|
RecurringChargeList.member = Shapes::ShapeRef.new(shape: RecurringCharge, location_name: "RecurringCharge")
|
3360
3525
|
|
3526
|
+
ReferenceDetails.add_member(:scalar_reference_details, Shapes::ShapeRef.new(shape: ScalarReferenceDetails, location_name: "ScalarReferenceDetails"))
|
3527
|
+
ReferenceDetails.struct_class = Types::ReferenceDetails
|
3528
|
+
|
3361
3529
|
RegisterDBProxyTargetsRequest.add_member(:db_proxy_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBProxyName"))
|
3362
3530
|
RegisterDBProxyTargetsRequest.add_member(:target_group_name, Shapes::ShapeRef.new(shape: String, location_name: "TargetGroupName"))
|
3363
3531
|
RegisterDBProxyTargetsRequest.add_member(:db_instance_identifiers, Shapes::ShapeRef.new(shape: StringList, location_name: "DBInstanceIdentifiers"))
|
@@ -3738,6 +3906,9 @@ module Aws::RDS
|
|
3738
3906
|
|
3739
3907
|
SNSTopicArnNotFoundFault.struct_class = Types::SNSTopicArnNotFoundFault
|
3740
3908
|
|
3909
|
+
ScalarReferenceDetails.add_member(:value, Shapes::ShapeRef.new(shape: Double, location_name: "Value"))
|
3910
|
+
ScalarReferenceDetails.struct_class = Types::ScalarReferenceDetails
|
3911
|
+
|
3741
3912
|
ScalingConfiguration.add_member(:min_capacity, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MinCapacity"))
|
3742
3913
|
ScalingConfiguration.add_member(:max_capacity, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxCapacity"))
|
3743
3914
|
ScalingConfiguration.add_member(:auto_pause, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AutoPause"))
|
@@ -5024,6 +5195,20 @@ module Aws::RDS
|
|
5024
5195
|
)
|
5025
5196
|
end)
|
5026
5197
|
|
5198
|
+
api.add_operation(:describe_db_recommendations, Seahorse::Model::Operation.new.tap do |o|
|
5199
|
+
o.name = "DescribeDBRecommendations"
|
5200
|
+
o.http_method = "POST"
|
5201
|
+
o.http_request_uri = "/"
|
5202
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDBRecommendationsMessage)
|
5203
|
+
o.output = Shapes::ShapeRef.new(shape: DBRecommendationsMessage)
|
5204
|
+
o[:pager] = Aws::Pager.new(
|
5205
|
+
limit_key: "max_records",
|
5206
|
+
tokens: {
|
5207
|
+
"marker" => "marker"
|
5208
|
+
}
|
5209
|
+
)
|
5210
|
+
end)
|
5211
|
+
|
5027
5212
|
api.add_operation(:describe_db_security_groups, Seahorse::Model::Operation.new.tap do |o|
|
5028
5213
|
o.name = "DescribeDBSecurityGroups"
|
5029
5214
|
o.http_method = "POST"
|
@@ -5324,6 +5509,16 @@ module Aws::RDS
|
|
5324
5509
|
o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
|
5325
5510
|
end)
|
5326
5511
|
|
5512
|
+
api.add_operation(:disable_http_endpoint, Seahorse::Model::Operation.new.tap do |o|
|
5513
|
+
o.name = "DisableHttpEndpoint"
|
5514
|
+
o.http_method = "POST"
|
5515
|
+
o.http_request_uri = "/"
|
5516
|
+
o.input = Shapes::ShapeRef.new(shape: DisableHttpEndpointRequest)
|
5517
|
+
o.output = Shapes::ShapeRef.new(shape: DisableHttpEndpointResponse)
|
5518
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
|
5519
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
|
5520
|
+
end)
|
5521
|
+
|
5327
5522
|
api.add_operation(:download_db_log_file_portion, Seahorse::Model::Operation.new.tap do |o|
|
5328
5523
|
o.name = "DownloadDBLogFilePortion"
|
5329
5524
|
o.http_method = "POST"
|
@@ -5341,6 +5536,16 @@ module Aws::RDS
|
|
5341
5536
|
)
|
5342
5537
|
end)
|
5343
5538
|
|
5539
|
+
api.add_operation(:enable_http_endpoint, Seahorse::Model::Operation.new.tap do |o|
|
5540
|
+
o.name = "EnableHttpEndpoint"
|
5541
|
+
o.http_method = "POST"
|
5542
|
+
o.http_request_uri = "/"
|
5543
|
+
o.input = Shapes::ShapeRef.new(shape: EnableHttpEndpointRequest)
|
5544
|
+
o.output = Shapes::ShapeRef.new(shape: EnableHttpEndpointResponse)
|
5545
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
|
5546
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
|
5547
|
+
end)
|
5548
|
+
|
5344
5549
|
api.add_operation(:failover_db_cluster, Seahorse::Model::Operation.new.tap do |o|
|
5345
5550
|
o.name = "FailoverDBCluster"
|
5346
5551
|
o.http_method = "POST"
|
@@ -5552,6 +5757,14 @@ module Aws::RDS
|
|
5552
5757
|
o.errors << Shapes::ShapeRef.new(shape: InvalidDBProxyStateFault)
|
5553
5758
|
end)
|
5554
5759
|
|
5760
|
+
api.add_operation(:modify_db_recommendation, Seahorse::Model::Operation.new.tap do |o|
|
5761
|
+
o.name = "ModifyDBRecommendation"
|
5762
|
+
o.http_method = "POST"
|
5763
|
+
o.http_request_uri = "/"
|
5764
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyDBRecommendationMessage)
|
5765
|
+
o.output = Shapes::ShapeRef.new(shape: DBRecommendationMessage)
|
5766
|
+
end)
|
5767
|
+
|
5555
5768
|
api.add_operation(:modify_db_snapshot, Seahorse::Model::Operation.new.tap do |o|
|
5556
5769
|
o.name = "ModifyDBSnapshot"
|
5557
5770
|
o.http_method = "POST"
|
@@ -383,16 +383,16 @@ module Aws::RDS
|
|
383
383
|
data[:deletion_protection]
|
384
384
|
end
|
385
385
|
|
386
|
-
# Indicates whether the HTTP endpoint for an Aurora
|
387
|
-
# cluster
|
386
|
+
# Indicates whether the HTTP endpoint is enabled for an Aurora DB
|
387
|
+
# cluster.
|
388
388
|
#
|
389
389
|
# When enabled, the HTTP endpoint provides a connectionless web service
|
390
|
-
# API for running SQL queries on the
|
391
|
-
#
|
390
|
+
# API (RDS Data API) for running SQL queries on the DB cluster. You can
|
391
|
+
# also query your database from inside the RDS console with the RDS
|
392
392
|
# query editor.
|
393
393
|
#
|
394
|
-
# For more information, see [Using
|
395
|
-
#
|
394
|
+
# For more information, see [Using RDS Data API][1] in the *Amazon
|
395
|
+
# Aurora User Guide*.
|
396
396
|
#
|
397
397
|
#
|
398
398
|
#
|
@@ -1300,16 +1300,22 @@ module Aws::RDS
|
|
1300
1300
|
#
|
1301
1301
|
# Valid for Cluster Type: Aurora DB clusters only
|
1302
1302
|
# @option options [Boolean] :enable_http_endpoint
|
1303
|
-
# Specifies whether to enable the HTTP endpoint for
|
1304
|
-
#
|
1303
|
+
# Specifies whether to enable the HTTP endpoint for the DB cluster. By
|
1304
|
+
# default, the HTTP endpoint isn't enabled.
|
1305
1305
|
#
|
1306
1306
|
# When enabled, the HTTP endpoint provides a connectionless web service
|
1307
|
-
# API for running SQL queries on the
|
1308
|
-
#
|
1307
|
+
# API (RDS Data API) for running SQL queries on the DB cluster. You can
|
1308
|
+
# also query your database from inside the RDS console with the RDS
|
1309
1309
|
# query editor.
|
1310
1310
|
#
|
1311
|
-
#
|
1312
|
-
#
|
1311
|
+
# RDS Data API is supported with the following DB clusters:
|
1312
|
+
#
|
1313
|
+
# * Aurora PostgreSQL Serverless v2 and provisioned
|
1314
|
+
#
|
1315
|
+
# * Aurora PostgreSQL and Aurora MySQL Serverless v1
|
1316
|
+
#
|
1317
|
+
# For more information, see [Using RDS Data API][1] in the *Amazon
|
1318
|
+
# Aurora User Guide*.
|
1313
1319
|
#
|
1314
1320
|
# Valid for Cluster Type: Aurora DB clusters only
|
1315
1321
|
#
|
@@ -2113,15 +2119,22 @@ module Aws::RDS
|
|
2113
2119
|
# Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
2114
2120
|
# @option options [Boolean] :enable_http_endpoint
|
2115
2121
|
# Specifies whether to enable the HTTP endpoint for an Aurora Serverless
|
2116
|
-
# v1 DB cluster. By default, the HTTP endpoint
|
2122
|
+
# v1 DB cluster. By default, the HTTP endpoint isn't enabled.
|
2117
2123
|
#
|
2118
2124
|
# When enabled, the HTTP endpoint provides a connectionless web service
|
2119
|
-
# API for running SQL queries on the Aurora Serverless v1
|
2120
|
-
# You can also query your database from inside the RDS
|
2121
|
-
# query editor.
|
2125
|
+
# API (RDS Data API) for running SQL queries on the Aurora Serverless v1
|
2126
|
+
# DB cluster. You can also query your database from inside the RDS
|
2127
|
+
# console with the RDS query editor.
|
2128
|
+
#
|
2129
|
+
# For more information, see [Using RDS Data API][1] in the *Amazon
|
2130
|
+
# Aurora User Guide*.
|
2122
2131
|
#
|
2123
|
-
#
|
2124
|
-
#
|
2132
|
+
# <note markdown="1"> This parameter applies only to Aurora Serverless v1 DB clusters. To
|
2133
|
+
# enable or disable the HTTP endpoint for an Aurora PostgreSQL
|
2134
|
+
# Serverless v2 or provisioned DB cluster, use the `EnableHttpEndpoint`
|
2135
|
+
# and `DisableHttpEndpoint` operations.
|
2136
|
+
#
|
2137
|
+
# </note>
|
2125
2138
|
#
|
2126
2139
|
# Valid for Cluster Type: Aurora DB clusters only
|
2127
2140
|
#
|
@@ -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
|
@@ -1356,6 +1370,20 @@ module Aws::RDS
|
|
1356
1370
|
end
|
1357
1371
|
end
|
1358
1372
|
|
1373
|
+
class DisableHttpEndpoint
|
1374
|
+
def self.build(context)
|
1375
|
+
unless context.config.regional_endpoint
|
1376
|
+
endpoint = context.config.endpoint.to_s
|
1377
|
+
end
|
1378
|
+
Aws::RDS::EndpointParameters.new(
|
1379
|
+
region: context.config.region,
|
1380
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
1381
|
+
use_fips: context.config.use_fips_endpoint,
|
1382
|
+
endpoint: endpoint,
|
1383
|
+
)
|
1384
|
+
end
|
1385
|
+
end
|
1386
|
+
|
1359
1387
|
class DownloadDBLogFilePortion
|
1360
1388
|
def self.build(context)
|
1361
1389
|
unless context.config.regional_endpoint
|
@@ -1370,6 +1398,20 @@ module Aws::RDS
|
|
1370
1398
|
end
|
1371
1399
|
end
|
1372
1400
|
|
1401
|
+
class EnableHttpEndpoint
|
1402
|
+
def self.build(context)
|
1403
|
+
unless context.config.regional_endpoint
|
1404
|
+
endpoint = context.config.endpoint.to_s
|
1405
|
+
end
|
1406
|
+
Aws::RDS::EndpointParameters.new(
|
1407
|
+
region: context.config.region,
|
1408
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
1409
|
+
use_fips: context.config.use_fips_endpoint,
|
1410
|
+
endpoint: endpoint,
|
1411
|
+
)
|
1412
|
+
end
|
1413
|
+
end
|
1414
|
+
|
1373
1415
|
class FailoverDBCluster
|
1374
1416
|
def self.build(context)
|
1375
1417
|
unless context.config.regional_endpoint
|
@@ -1594,6 +1636,20 @@ module Aws::RDS
|
|
1594
1636
|
end
|
1595
1637
|
end
|
1596
1638
|
|
1639
|
+
class ModifyDBRecommendation
|
1640
|
+
def self.build(context)
|
1641
|
+
unless context.config.regional_endpoint
|
1642
|
+
endpoint = context.config.endpoint.to_s
|
1643
|
+
end
|
1644
|
+
Aws::RDS::EndpointParameters.new(
|
1645
|
+
region: context.config.region,
|
1646
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
1647
|
+
use_fips: context.config.use_fips_endpoint,
|
1648
|
+
endpoint: endpoint,
|
1649
|
+
)
|
1650
|
+
end
|
1651
|
+
end
|
1652
|
+
|
1597
1653
|
class ModifyDBSnapshot
|
1598
1654
|
def self.build(context)
|
1599
1655
|
unless context.config.regional_endpoint
|
data/lib/aws-sdk-rds/errors.rb
CHANGED
@@ -131,6 +131,7 @@ module Aws::RDS
|
|
131
131
|
# * {InvalidGlobalClusterStateFault}
|
132
132
|
# * {InvalidIntegrationStateFault}
|
133
133
|
# * {InvalidOptionGroupStateFault}
|
134
|
+
# * {InvalidResourceStateFault}
|
134
135
|
# * {InvalidRestoreFault}
|
135
136
|
# * {InvalidS3BucketFault}
|
136
137
|
# * {InvalidSubnet}
|
@@ -1212,6 +1213,16 @@ module Aws::RDS
|
|
1212
1213
|
end
|
1213
1214
|
end
|
1214
1215
|
|
1216
|
+
class InvalidResourceStateFault < ServiceError
|
1217
|
+
|
1218
|
+
# @param [Seahorse::Client::RequestContext] context
|
1219
|
+
# @param [String] message
|
1220
|
+
# @param [Aws::RDS::Types::InvalidResourceStateFault] data
|
1221
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
1222
|
+
super(context, message, data)
|
1223
|
+
end
|
1224
|
+
end
|
1225
|
+
|
1215
1226
|
class InvalidRestoreFault < ServiceError
|
1216
1227
|
|
1217
1228
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -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
|
@@ -249,8 +251,12 @@ module Aws::RDS
|
|
249
251
|
Aws::RDS::Endpoints::DescribeTenantDatabases.build(context)
|
250
252
|
when :describe_valid_db_instance_modifications
|
251
253
|
Aws::RDS::Endpoints::DescribeValidDBInstanceModifications.build(context)
|
254
|
+
when :disable_http_endpoint
|
255
|
+
Aws::RDS::Endpoints::DisableHttpEndpoint.build(context)
|
252
256
|
when :download_db_log_file_portion
|
253
257
|
Aws::RDS::Endpoints::DownloadDBLogFilePortion.build(context)
|
258
|
+
when :enable_http_endpoint
|
259
|
+
Aws::RDS::Endpoints::EnableHttpEndpoint.build(context)
|
254
260
|
when :failover_db_cluster
|
255
261
|
Aws::RDS::Endpoints::FailoverDBCluster.build(context)
|
256
262
|
when :failover_global_cluster
|
@@ -283,6 +289,8 @@ module Aws::RDS
|
|
283
289
|
Aws::RDS::Endpoints::ModifyDBProxyEndpoint.build(context)
|
284
290
|
when :modify_db_proxy_target_group
|
285
291
|
Aws::RDS::Endpoints::ModifyDBProxyTargetGroup.build(context)
|
292
|
+
when :modify_db_recommendation
|
293
|
+
Aws::RDS::Endpoints::ModifyDBRecommendation.build(context)
|
286
294
|
when :modify_db_snapshot
|
287
295
|
Aws::RDS::Endpoints::ModifyDBSnapshot.build(context)
|
288
296
|
when :modify_db_snapshot_attribute
|