aws-sdk 2.1552.0 → 2.1553.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.
@@ -5,6 +5,11 @@
5
5
  "output_token": "nextToken",
6
6
  "limit_key": "maxResults"
7
7
  },
8
+ "ListBotAliasReplicas": {
9
+ "input_token": "nextToken",
10
+ "output_token": "nextToken",
11
+ "limit_key": "maxResults"
12
+ },
8
13
  "ListBotAliases": {
9
14
  "input_token": "nextToken",
10
15
  "output_token": "nextToken",
@@ -25,6 +30,11 @@
25
30
  "output_token": "nextToken",
26
31
  "limit_key": "maxResults"
27
32
  },
33
+ "ListBotVersionReplicas": {
34
+ "input_token": "nextToken",
35
+ "output_token": "nextToken",
36
+ "limit_key": "maxResults"
37
+ },
28
38
  "ListBotVersions": {
29
39
  "input_token": "nextToken",
30
40
  "output_token": "nextToken",
@@ -2664,6 +2664,71 @@
2664
2664
  }
2665
2665
  }
2666
2666
  },
2667
+ "ListRecommendations": {
2668
+ "input": {
2669
+ "type": "structure",
2670
+ "members": {
2671
+ "ClusterIdentifier": {},
2672
+ "NamespaceArn": {},
2673
+ "MaxRecords": {
2674
+ "type": "integer"
2675
+ },
2676
+ "Marker": {}
2677
+ }
2678
+ },
2679
+ "output": {
2680
+ "resultWrapper": "ListRecommendationsResult",
2681
+ "type": "structure",
2682
+ "members": {
2683
+ "Recommendations": {
2684
+ "type": "list",
2685
+ "member": {
2686
+ "locationName": "Recommendation",
2687
+ "type": "structure",
2688
+ "members": {
2689
+ "Id": {},
2690
+ "ClusterIdentifier": {},
2691
+ "NamespaceArn": {},
2692
+ "CreatedAt": {
2693
+ "type": "timestamp"
2694
+ },
2695
+ "RecommendationType": {},
2696
+ "Title": {},
2697
+ "Description": {},
2698
+ "Observation": {},
2699
+ "ImpactRanking": {},
2700
+ "RecommendationText": {},
2701
+ "RecommendedActions": {
2702
+ "type": "list",
2703
+ "member": {
2704
+ "locationName": "RecommendedAction",
2705
+ "type": "structure",
2706
+ "members": {
2707
+ "Text": {},
2708
+ "Database": {},
2709
+ "Command": {},
2710
+ "Type": {}
2711
+ }
2712
+ }
2713
+ },
2714
+ "ReferenceLinks": {
2715
+ "type": "list",
2716
+ "member": {
2717
+ "locationName": "ReferenceLink",
2718
+ "type": "structure",
2719
+ "members": {
2720
+ "Text": {},
2721
+ "Link": {}
2722
+ }
2723
+ }
2724
+ }
2725
+ }
2726
+ }
2727
+ },
2728
+ "Marker": {}
2729
+ }
2730
+ }
2731
+ },
2667
2732
  "ModifyAquaConfiguration": {
2668
2733
  "input": {
2669
2734
  "type": "structure",
@@ -2879,7 +2944,7 @@
2879
2944
  }
2880
2945
  },
2881
2946
  "output": {
2882
- "shape": "Sbf",
2947
+ "shape": "Sbp",
2883
2948
  "resultWrapper": "ModifyClusterParameterGroupResult"
2884
2949
  }
2885
2950
  },
@@ -3259,7 +3324,7 @@
3259
3324
  }
3260
3325
  },
3261
3326
  "output": {
3262
- "shape": "Sbf",
3327
+ "shape": "Sbp",
3263
3328
  "resultWrapper": "ResetClusterParameterGroupResult"
3264
3329
  }
3265
3330
  },
@@ -4725,7 +4790,7 @@
4725
4790
  "Policy": {}
4726
4791
  }
4727
4792
  },
4728
- "Sbf": {
4793
+ "Sbp": {
4729
4794
  "type": "structure",
4730
4795
  "members": {
4731
4796
  "ParameterGroupName": {},
@@ -209,6 +209,12 @@
209
209
  "limit_key": "MaxRecords",
210
210
  "output_token": "Marker",
211
211
  "result_key": "ReservedNodeOfferings"
212
+ },
213
+ "ListRecommendations": {
214
+ "input_token": "Marker",
215
+ "limit_key": "MaxRecords",
216
+ "output_token": "Marker",
217
+ "result_key": "Recommendations"
212
218
  }
213
219
  }
214
220
  }