aws-sdk-rds 1.209.0 → 1.210.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 +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
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: daf73a35cad14c64364a646778789b38ee3020d13e6c188fb599c1a7858ffcd5
|
4
|
+
data.tar.gz: 89ce3a574aaad276ad063343cb588ab939c58f19ee75922f8c6ca7a553316592
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5c4db6e8fd272af1fb47cc03a4eae126ebe7a8194e27d6b6aebef955191d71bc9fa72b832fe721e09ee44fe5c32309a5ee72294edcd696f2ddd449b10c35e211
|
7
|
+
data.tar.gz: e7252ae22a8ad734d1930831a1c7851b8d209f180eea5617bfe0e4635bf9577a3472fc672f4684bae82d10a4a2424a132c43381d417a054d0cfb36dc272b6956
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.210.0
|
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -13411,6 +13411,216 @@ module Aws::RDS
|
|
13411
13411
|
req.send_request(options)
|
13412
13412
|
end
|
13413
13413
|
|
13414
|
+
# Describes the recommendations to resolve the issues for your DB
|
13415
|
+
# instances, DB clusters, and DB parameter groups.
|
13416
|
+
#
|
13417
|
+
# @option params [Time,DateTime,Date,Integer,String] :last_updated_after
|
13418
|
+
# A filter to include only the recommendations that were updated after
|
13419
|
+
# this specified time.
|
13420
|
+
#
|
13421
|
+
# @option params [Time,DateTime,Date,Integer,String] :last_updated_before
|
13422
|
+
# A filter to include only the recommendations that were updated before
|
13423
|
+
# this specified time.
|
13424
|
+
#
|
13425
|
+
# @option params [String] :locale
|
13426
|
+
# The language that you choose to return the list of recommendations.
|
13427
|
+
#
|
13428
|
+
# Valid values:
|
13429
|
+
#
|
13430
|
+
# * `en`
|
13431
|
+
#
|
13432
|
+
# * `en_UK`
|
13433
|
+
#
|
13434
|
+
# * `de`
|
13435
|
+
#
|
13436
|
+
# * `es`
|
13437
|
+
#
|
13438
|
+
# * `fr`
|
13439
|
+
#
|
13440
|
+
# * `id`
|
13441
|
+
#
|
13442
|
+
# * `it`
|
13443
|
+
#
|
13444
|
+
# * `ja`
|
13445
|
+
#
|
13446
|
+
# * `ko`
|
13447
|
+
#
|
13448
|
+
# * `pt_BR`
|
13449
|
+
#
|
13450
|
+
# * `zh_TW`
|
13451
|
+
#
|
13452
|
+
# * `zh_CN`
|
13453
|
+
#
|
13454
|
+
# @option params [Array<Types::Filter>] :filters
|
13455
|
+
# A filter that specifies one or more recommendations to describe.
|
13456
|
+
#
|
13457
|
+
# Supported Filters:
|
13458
|
+
#
|
13459
|
+
# * `recommendation-id` - Accepts a list of recommendation identifiers.
|
13460
|
+
# The results list only includes the recommendations whose identifier
|
13461
|
+
# is one of the specified filter values.
|
13462
|
+
#
|
13463
|
+
# * `status` - Accepts a list of recommendation statuses.
|
13464
|
+
#
|
13465
|
+
# Valid values:
|
13466
|
+
#
|
13467
|
+
# * `active` - The recommendations which are ready for you to apply.
|
13468
|
+
#
|
13469
|
+
# * `pending` - The applied or scheduled recommendations which are in
|
13470
|
+
# progress.
|
13471
|
+
#
|
13472
|
+
# * `resolved` - The recommendations which are completed.
|
13473
|
+
#
|
13474
|
+
# * `dismissed` - The recommendations that you dismissed.
|
13475
|
+
#
|
13476
|
+
# The results list only includes the recommendations whose status is
|
13477
|
+
# one of the specified filter values.
|
13478
|
+
#
|
13479
|
+
# * `severity` - Accepts a list of recommendation severities. The
|
13480
|
+
# results list only includes the recommendations whose severity is one
|
13481
|
+
# of the specified filter values.
|
13482
|
+
#
|
13483
|
+
# Valid values:
|
13484
|
+
#
|
13485
|
+
# * `high`
|
13486
|
+
#
|
13487
|
+
# * `medium`
|
13488
|
+
#
|
13489
|
+
# * `low`
|
13490
|
+
#
|
13491
|
+
# * `informational`
|
13492
|
+
#
|
13493
|
+
# * `type-id` - Accepts a list of recommendation type identifiers. The
|
13494
|
+
# results list only includes the recommendations whose type is one of
|
13495
|
+
# the specified filter values.
|
13496
|
+
#
|
13497
|
+
# * `dbi-resource-id` - Accepts a list of database resource identifiers.
|
13498
|
+
# The results list only includes the recommendations that generated
|
13499
|
+
# for the specified databases.
|
13500
|
+
#
|
13501
|
+
# * `cluster-resource-id` - Accepts a list of cluster resource
|
13502
|
+
# identifiers. The results list only includes the recommendations that
|
13503
|
+
# generated for the specified clusters.
|
13504
|
+
#
|
13505
|
+
# * `pg-arn` - Accepts a list of parameter group ARNs. The results list
|
13506
|
+
# only includes the recommendations that generated for the specified
|
13507
|
+
# parameter groups.
|
13508
|
+
#
|
13509
|
+
# * `cluster-pg-arn` - Accepts a list of cluster parameter group ARNs.
|
13510
|
+
# The results list only includes the recommendations that generated
|
13511
|
+
# for the specified cluster parameter groups.
|
13512
|
+
#
|
13513
|
+
# @option params [Integer] :max_records
|
13514
|
+
# The maximum number of recommendations to include in the response. If
|
13515
|
+
# more records exist than the specified `MaxRecords` value, a pagination
|
13516
|
+
# token called a marker is included in the response so that you can
|
13517
|
+
# retrieve the remaining results.
|
13518
|
+
#
|
13519
|
+
# @option params [String] :marker
|
13520
|
+
# An optional pagination token provided by a previous
|
13521
|
+
# `DescribeDBRecommendations` request. If this parameter is specified,
|
13522
|
+
# the response includes only records beyond the marker, up to the value
|
13523
|
+
# specified by `MaxRecords`.
|
13524
|
+
#
|
13525
|
+
# @return [Types::DBRecommendationsMessage] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
13526
|
+
#
|
13527
|
+
# * {Types::DBRecommendationsMessage#db_recommendations #db_recommendations} => Array<Types::DBRecommendation>
|
13528
|
+
# * {Types::DBRecommendationsMessage#marker #marker} => String
|
13529
|
+
#
|
13530
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
13531
|
+
#
|
13532
|
+
# @example Request syntax with placeholder values
|
13533
|
+
#
|
13534
|
+
# resp = client.describe_db_recommendations({
|
13535
|
+
# last_updated_after: Time.now,
|
13536
|
+
# last_updated_before: Time.now,
|
13537
|
+
# locale: "String",
|
13538
|
+
# filters: [
|
13539
|
+
# {
|
13540
|
+
# name: "String", # required
|
13541
|
+
# values: ["String"], # required
|
13542
|
+
# },
|
13543
|
+
# ],
|
13544
|
+
# max_records: 1,
|
13545
|
+
# marker: "String",
|
13546
|
+
# })
|
13547
|
+
#
|
13548
|
+
# @example Response structure
|
13549
|
+
#
|
13550
|
+
# resp.db_recommendations #=> Array
|
13551
|
+
# resp.db_recommendations[0].recommendation_id #=> String
|
13552
|
+
# resp.db_recommendations[0].type_id #=> String
|
13553
|
+
# resp.db_recommendations[0].severity #=> String
|
13554
|
+
# resp.db_recommendations[0].resource_arn #=> String
|
13555
|
+
# resp.db_recommendations[0].status #=> String
|
13556
|
+
# resp.db_recommendations[0].created_time #=> Time
|
13557
|
+
# resp.db_recommendations[0].updated_time #=> Time
|
13558
|
+
# resp.db_recommendations[0].detection #=> String
|
13559
|
+
# resp.db_recommendations[0].recommendation #=> String
|
13560
|
+
# resp.db_recommendations[0].description #=> String
|
13561
|
+
# resp.db_recommendations[0].reason #=> String
|
13562
|
+
# resp.db_recommendations[0].recommended_actions #=> Array
|
13563
|
+
# resp.db_recommendations[0].recommended_actions[0].action_id #=> String
|
13564
|
+
# resp.db_recommendations[0].recommended_actions[0].title #=> String
|
13565
|
+
# resp.db_recommendations[0].recommended_actions[0].description #=> String
|
13566
|
+
# resp.db_recommendations[0].recommended_actions[0].operation #=> String
|
13567
|
+
# resp.db_recommendations[0].recommended_actions[0].parameters #=> Array
|
13568
|
+
# resp.db_recommendations[0].recommended_actions[0].parameters[0].key #=> String
|
13569
|
+
# resp.db_recommendations[0].recommended_actions[0].parameters[0].value #=> String
|
13570
|
+
# resp.db_recommendations[0].recommended_actions[0].apply_modes #=> Array
|
13571
|
+
# resp.db_recommendations[0].recommended_actions[0].apply_modes[0] #=> String
|
13572
|
+
# resp.db_recommendations[0].recommended_actions[0].status #=> String
|
13573
|
+
# resp.db_recommendations[0].recommended_actions[0].issue_details.performance_issue_details.start_time #=> Time
|
13574
|
+
# resp.db_recommendations[0].recommended_actions[0].issue_details.performance_issue_details.end_time #=> Time
|
13575
|
+
# resp.db_recommendations[0].recommended_actions[0].issue_details.performance_issue_details.metrics #=> Array
|
13576
|
+
# resp.db_recommendations[0].recommended_actions[0].issue_details.performance_issue_details.metrics[0].name #=> String
|
13577
|
+
# resp.db_recommendations[0].recommended_actions[0].issue_details.performance_issue_details.metrics[0].references #=> Array
|
13578
|
+
# resp.db_recommendations[0].recommended_actions[0].issue_details.performance_issue_details.metrics[0].references[0].name #=> String
|
13579
|
+
# resp.db_recommendations[0].recommended_actions[0].issue_details.performance_issue_details.metrics[0].references[0].reference_details.scalar_reference_details.value #=> Float
|
13580
|
+
# resp.db_recommendations[0].recommended_actions[0].issue_details.performance_issue_details.metrics[0].statistics_details #=> String
|
13581
|
+
# resp.db_recommendations[0].recommended_actions[0].issue_details.performance_issue_details.metrics[0].metric_query.performance_insights_metric_query.group_by.dimensions #=> Array
|
13582
|
+
# resp.db_recommendations[0].recommended_actions[0].issue_details.performance_issue_details.metrics[0].metric_query.performance_insights_metric_query.group_by.dimensions[0] #=> String
|
13583
|
+
# resp.db_recommendations[0].recommended_actions[0].issue_details.performance_issue_details.metrics[0].metric_query.performance_insights_metric_query.group_by.group #=> String
|
13584
|
+
# resp.db_recommendations[0].recommended_actions[0].issue_details.performance_issue_details.metrics[0].metric_query.performance_insights_metric_query.group_by.limit #=> Integer
|
13585
|
+
# resp.db_recommendations[0].recommended_actions[0].issue_details.performance_issue_details.metrics[0].metric_query.performance_insights_metric_query.metric #=> String
|
13586
|
+
# resp.db_recommendations[0].recommended_actions[0].issue_details.performance_issue_details.analysis #=> String
|
13587
|
+
# resp.db_recommendations[0].recommended_actions[0].context_attributes #=> Array
|
13588
|
+
# resp.db_recommendations[0].recommended_actions[0].context_attributes[0].key #=> String
|
13589
|
+
# resp.db_recommendations[0].recommended_actions[0].context_attributes[0].value #=> String
|
13590
|
+
# resp.db_recommendations[0].category #=> String
|
13591
|
+
# resp.db_recommendations[0].source #=> String
|
13592
|
+
# resp.db_recommendations[0].type_detection #=> String
|
13593
|
+
# resp.db_recommendations[0].type_recommendation #=> String
|
13594
|
+
# resp.db_recommendations[0].impact #=> String
|
13595
|
+
# resp.db_recommendations[0].additional_info #=> String
|
13596
|
+
# resp.db_recommendations[0].links #=> Array
|
13597
|
+
# resp.db_recommendations[0].links[0].text #=> String
|
13598
|
+
# resp.db_recommendations[0].links[0].url #=> String
|
13599
|
+
# resp.db_recommendations[0].issue_details.performance_issue_details.start_time #=> Time
|
13600
|
+
# resp.db_recommendations[0].issue_details.performance_issue_details.end_time #=> Time
|
13601
|
+
# resp.db_recommendations[0].issue_details.performance_issue_details.metrics #=> Array
|
13602
|
+
# resp.db_recommendations[0].issue_details.performance_issue_details.metrics[0].name #=> String
|
13603
|
+
# resp.db_recommendations[0].issue_details.performance_issue_details.metrics[0].references #=> Array
|
13604
|
+
# resp.db_recommendations[0].issue_details.performance_issue_details.metrics[0].references[0].name #=> String
|
13605
|
+
# resp.db_recommendations[0].issue_details.performance_issue_details.metrics[0].references[0].reference_details.scalar_reference_details.value #=> Float
|
13606
|
+
# resp.db_recommendations[0].issue_details.performance_issue_details.metrics[0].statistics_details #=> String
|
13607
|
+
# resp.db_recommendations[0].issue_details.performance_issue_details.metrics[0].metric_query.performance_insights_metric_query.group_by.dimensions #=> Array
|
13608
|
+
# resp.db_recommendations[0].issue_details.performance_issue_details.metrics[0].metric_query.performance_insights_metric_query.group_by.dimensions[0] #=> String
|
13609
|
+
# resp.db_recommendations[0].issue_details.performance_issue_details.metrics[0].metric_query.performance_insights_metric_query.group_by.group #=> String
|
13610
|
+
# resp.db_recommendations[0].issue_details.performance_issue_details.metrics[0].metric_query.performance_insights_metric_query.group_by.limit #=> Integer
|
13611
|
+
# resp.db_recommendations[0].issue_details.performance_issue_details.metrics[0].metric_query.performance_insights_metric_query.metric #=> String
|
13612
|
+
# resp.db_recommendations[0].issue_details.performance_issue_details.analysis #=> String
|
13613
|
+
# resp.marker #=> String
|
13614
|
+
#
|
13615
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBRecommendations AWS API Documentation
|
13616
|
+
#
|
13617
|
+
# @overload describe_db_recommendations(params = {})
|
13618
|
+
# @param [Hash] params ({})
|
13619
|
+
def describe_db_recommendations(params = {}, options = {})
|
13620
|
+
req = build_request(:describe_db_recommendations, params)
|
13621
|
+
req.send_request(options)
|
13622
|
+
end
|
13623
|
+
|
13414
13624
|
# Returns a list of `DBSecurityGroup` descriptions. If a
|
13415
13625
|
# `DBSecurityGroupName` is specified, the list will contain only the
|
13416
13626
|
# descriptions of the specified DB security group.
|
@@ -20556,6 +20766,120 @@ module Aws::RDS
|
|
20556
20766
|
req.send_request(options)
|
20557
20767
|
end
|
20558
20768
|
|
20769
|
+
# Updates the recommendation status and recommended action status for
|
20770
|
+
# the specified recommendation.
|
20771
|
+
#
|
20772
|
+
# @option params [required, String] :recommendation_id
|
20773
|
+
# The identifier of the recommendation to update.
|
20774
|
+
#
|
20775
|
+
# @option params [String] :locale
|
20776
|
+
# The language of the modified recommendation.
|
20777
|
+
#
|
20778
|
+
# @option params [String] :status
|
20779
|
+
# The recommendation status to update.
|
20780
|
+
#
|
20781
|
+
# Valid values:
|
20782
|
+
#
|
20783
|
+
# * active
|
20784
|
+
#
|
20785
|
+
# * dismissed
|
20786
|
+
#
|
20787
|
+
# @option params [Array<Types::RecommendedActionUpdate>] :recommended_action_updates
|
20788
|
+
# The list of recommended action status to update. You can update
|
20789
|
+
# multiple recommended actions at one time.
|
20790
|
+
#
|
20791
|
+
# @return [Types::DBRecommendationMessage] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
20792
|
+
#
|
20793
|
+
# * {Types::DBRecommendationMessage#db_recommendation #db_recommendation} => Types::DBRecommendation
|
20794
|
+
#
|
20795
|
+
# @example Request syntax with placeholder values
|
20796
|
+
#
|
20797
|
+
# resp = client.modify_db_recommendation({
|
20798
|
+
# recommendation_id: "String", # required
|
20799
|
+
# locale: "String",
|
20800
|
+
# status: "String",
|
20801
|
+
# recommended_action_updates: [
|
20802
|
+
# {
|
20803
|
+
# action_id: "String", # required
|
20804
|
+
# status: "String", # required
|
20805
|
+
# },
|
20806
|
+
# ],
|
20807
|
+
# })
|
20808
|
+
#
|
20809
|
+
# @example Response structure
|
20810
|
+
#
|
20811
|
+
# resp.db_recommendation.recommendation_id #=> String
|
20812
|
+
# resp.db_recommendation.type_id #=> String
|
20813
|
+
# resp.db_recommendation.severity #=> String
|
20814
|
+
# resp.db_recommendation.resource_arn #=> String
|
20815
|
+
# resp.db_recommendation.status #=> String
|
20816
|
+
# resp.db_recommendation.created_time #=> Time
|
20817
|
+
# resp.db_recommendation.updated_time #=> Time
|
20818
|
+
# resp.db_recommendation.detection #=> String
|
20819
|
+
# resp.db_recommendation.recommendation #=> String
|
20820
|
+
# resp.db_recommendation.description #=> String
|
20821
|
+
# resp.db_recommendation.reason #=> String
|
20822
|
+
# resp.db_recommendation.recommended_actions #=> Array
|
20823
|
+
# resp.db_recommendation.recommended_actions[0].action_id #=> String
|
20824
|
+
# resp.db_recommendation.recommended_actions[0].title #=> String
|
20825
|
+
# resp.db_recommendation.recommended_actions[0].description #=> String
|
20826
|
+
# resp.db_recommendation.recommended_actions[0].operation #=> String
|
20827
|
+
# resp.db_recommendation.recommended_actions[0].parameters #=> Array
|
20828
|
+
# resp.db_recommendation.recommended_actions[0].parameters[0].key #=> String
|
20829
|
+
# resp.db_recommendation.recommended_actions[0].parameters[0].value #=> String
|
20830
|
+
# resp.db_recommendation.recommended_actions[0].apply_modes #=> Array
|
20831
|
+
# resp.db_recommendation.recommended_actions[0].apply_modes[0] #=> String
|
20832
|
+
# resp.db_recommendation.recommended_actions[0].status #=> String
|
20833
|
+
# resp.db_recommendation.recommended_actions[0].issue_details.performance_issue_details.start_time #=> Time
|
20834
|
+
# resp.db_recommendation.recommended_actions[0].issue_details.performance_issue_details.end_time #=> Time
|
20835
|
+
# resp.db_recommendation.recommended_actions[0].issue_details.performance_issue_details.metrics #=> Array
|
20836
|
+
# resp.db_recommendation.recommended_actions[0].issue_details.performance_issue_details.metrics[0].name #=> String
|
20837
|
+
# resp.db_recommendation.recommended_actions[0].issue_details.performance_issue_details.metrics[0].references #=> Array
|
20838
|
+
# resp.db_recommendation.recommended_actions[0].issue_details.performance_issue_details.metrics[0].references[0].name #=> String
|
20839
|
+
# resp.db_recommendation.recommended_actions[0].issue_details.performance_issue_details.metrics[0].references[0].reference_details.scalar_reference_details.value #=> Float
|
20840
|
+
# resp.db_recommendation.recommended_actions[0].issue_details.performance_issue_details.metrics[0].statistics_details #=> String
|
20841
|
+
# resp.db_recommendation.recommended_actions[0].issue_details.performance_issue_details.metrics[0].metric_query.performance_insights_metric_query.group_by.dimensions #=> Array
|
20842
|
+
# resp.db_recommendation.recommended_actions[0].issue_details.performance_issue_details.metrics[0].metric_query.performance_insights_metric_query.group_by.dimensions[0] #=> String
|
20843
|
+
# resp.db_recommendation.recommended_actions[0].issue_details.performance_issue_details.metrics[0].metric_query.performance_insights_metric_query.group_by.group #=> String
|
20844
|
+
# resp.db_recommendation.recommended_actions[0].issue_details.performance_issue_details.metrics[0].metric_query.performance_insights_metric_query.group_by.limit #=> Integer
|
20845
|
+
# resp.db_recommendation.recommended_actions[0].issue_details.performance_issue_details.metrics[0].metric_query.performance_insights_metric_query.metric #=> String
|
20846
|
+
# resp.db_recommendation.recommended_actions[0].issue_details.performance_issue_details.analysis #=> String
|
20847
|
+
# resp.db_recommendation.recommended_actions[0].context_attributes #=> Array
|
20848
|
+
# resp.db_recommendation.recommended_actions[0].context_attributes[0].key #=> String
|
20849
|
+
# resp.db_recommendation.recommended_actions[0].context_attributes[0].value #=> String
|
20850
|
+
# resp.db_recommendation.category #=> String
|
20851
|
+
# resp.db_recommendation.source #=> String
|
20852
|
+
# resp.db_recommendation.type_detection #=> String
|
20853
|
+
# resp.db_recommendation.type_recommendation #=> String
|
20854
|
+
# resp.db_recommendation.impact #=> String
|
20855
|
+
# resp.db_recommendation.additional_info #=> String
|
20856
|
+
# resp.db_recommendation.links #=> Array
|
20857
|
+
# resp.db_recommendation.links[0].text #=> String
|
20858
|
+
# resp.db_recommendation.links[0].url #=> String
|
20859
|
+
# resp.db_recommendation.issue_details.performance_issue_details.start_time #=> Time
|
20860
|
+
# resp.db_recommendation.issue_details.performance_issue_details.end_time #=> Time
|
20861
|
+
# resp.db_recommendation.issue_details.performance_issue_details.metrics #=> Array
|
20862
|
+
# resp.db_recommendation.issue_details.performance_issue_details.metrics[0].name #=> String
|
20863
|
+
# resp.db_recommendation.issue_details.performance_issue_details.metrics[0].references #=> Array
|
20864
|
+
# resp.db_recommendation.issue_details.performance_issue_details.metrics[0].references[0].name #=> String
|
20865
|
+
# resp.db_recommendation.issue_details.performance_issue_details.metrics[0].references[0].reference_details.scalar_reference_details.value #=> Float
|
20866
|
+
# resp.db_recommendation.issue_details.performance_issue_details.metrics[0].statistics_details #=> String
|
20867
|
+
# resp.db_recommendation.issue_details.performance_issue_details.metrics[0].metric_query.performance_insights_metric_query.group_by.dimensions #=> Array
|
20868
|
+
# resp.db_recommendation.issue_details.performance_issue_details.metrics[0].metric_query.performance_insights_metric_query.group_by.dimensions[0] #=> String
|
20869
|
+
# resp.db_recommendation.issue_details.performance_issue_details.metrics[0].metric_query.performance_insights_metric_query.group_by.group #=> String
|
20870
|
+
# resp.db_recommendation.issue_details.performance_issue_details.metrics[0].metric_query.performance_insights_metric_query.group_by.limit #=> Integer
|
20871
|
+
# resp.db_recommendation.issue_details.performance_issue_details.metrics[0].metric_query.performance_insights_metric_query.metric #=> String
|
20872
|
+
# resp.db_recommendation.issue_details.performance_issue_details.analysis #=> String
|
20873
|
+
#
|
20874
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBRecommendation AWS API Documentation
|
20875
|
+
#
|
20876
|
+
# @overload modify_db_recommendation(params = {})
|
20877
|
+
# @param [Hash] params ({})
|
20878
|
+
def modify_db_recommendation(params = {}, options = {})
|
20879
|
+
req = build_request(:modify_db_recommendation, params)
|
20880
|
+
req.send_request(options)
|
20881
|
+
end
|
20882
|
+
|
20559
20883
|
# Updates a manual DB snapshot with a new engine version. The snapshot
|
20560
20884
|
# can be encrypted or unencrypted, but not shared or public.
|
20561
20885
|
#
|
@@ -29538,7 +29862,7 @@ module Aws::RDS
|
|
29538
29862
|
params: params,
|
29539
29863
|
config: config)
|
29540
29864
|
context[:gem_name] = 'aws-sdk-rds'
|
29541
|
-
context[:gem_version] = '1.
|
29865
|
+
context[:gem_version] = '1.210.0'
|
29542
29866
|
Seahorse::Client::Request.new(handlers, context)
|
29543
29867
|
end
|
29544
29868
|
|