aws-sdk-core 2.11.390 → 2.11.391
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/budgets/2016-10-20/api-2.json +39 -16
- data/apis/ce/2017-10-25/api-2.json +315 -2
- data/apis/ce/2017-10-25/paginators-1.json +10 -0
- data/apis/codebuild/2016-10-06/api-2.json +16 -2
- data/apis/elasticfilesystem/2015-02-01/api-2.json +1 -0
- data/apis/savingsplans/2019-06-28/api-2.json +749 -0
- data/apis/savingsplans/2019-06-28/examples-1.json +5 -0
- data/apis/savingsplans/2019-06-28/paginators-1.json +4 -0
- data/apis/signer/2017-08-25/api-2.json +150 -3
- data/lib/aws-sdk-core.rb +1 -0
- data/lib/aws-sdk-core/savingsplans.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +4 -0
- metadata +6 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3b7c28f1dfc556e3d108640e0eb1e0515403d529
|
4
|
+
data.tar.gz: 3e5dc10cae7cfbdaaef7b9e7a854a7aff1bf9deb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0f471f69e03fb17a63a92d53b5e87e736e2ddc8200988b2b7348a909f27d08795be880df5fa084e0e377c3f061ae4a231501ab5532bda5679306e9e7d3f4c383
|
7
|
+
data.tar.gz: 692768c406af7e61472e19b2d78a4a6f30445fb662fc2b05db620df8c77043e63203b81b77f5fbae718c70035c6434aba0979732c9fb1eddcfcefd7d01e05050
|
@@ -25,7 +25,8 @@
|
|
25
25
|
{"shape":"InvalidParameterException"},
|
26
26
|
{"shape":"InternalErrorException"},
|
27
27
|
{"shape":"CreationLimitExceededException"},
|
28
|
-
{"shape":"DuplicateRecordException"}
|
28
|
+
{"shape":"DuplicateRecordException"},
|
29
|
+
{"shape":"AccessDeniedException"}
|
29
30
|
]
|
30
31
|
},
|
31
32
|
"CreateNotification":{
|
@@ -41,7 +42,8 @@
|
|
41
42
|
{"shape":"InvalidParameterException"},
|
42
43
|
{"shape":"NotFoundException"},
|
43
44
|
{"shape":"CreationLimitExceededException"},
|
44
|
-
{"shape":"DuplicateRecordException"}
|
45
|
+
{"shape":"DuplicateRecordException"},
|
46
|
+
{"shape":"AccessDeniedException"}
|
45
47
|
]
|
46
48
|
},
|
47
49
|
"CreateSubscriber":{
|
@@ -57,7 +59,8 @@
|
|
57
59
|
{"shape":"InvalidParameterException"},
|
58
60
|
{"shape":"CreationLimitExceededException"},
|
59
61
|
{"shape":"DuplicateRecordException"},
|
60
|
-
{"shape":"NotFoundException"}
|
62
|
+
{"shape":"NotFoundException"},
|
63
|
+
{"shape":"AccessDeniedException"}
|
61
64
|
]
|
62
65
|
},
|
63
66
|
"DeleteBudget":{
|
@@ -71,7 +74,8 @@
|
|
71
74
|
"errors":[
|
72
75
|
{"shape":"InternalErrorException"},
|
73
76
|
{"shape":"InvalidParameterException"},
|
74
|
-
{"shape":"NotFoundException"}
|
77
|
+
{"shape":"NotFoundException"},
|
78
|
+
{"shape":"AccessDeniedException"}
|
75
79
|
]
|
76
80
|
},
|
77
81
|
"DeleteNotification":{
|
@@ -85,7 +89,8 @@
|
|
85
89
|
"errors":[
|
86
90
|
{"shape":"InvalidParameterException"},
|
87
91
|
{"shape":"InternalErrorException"},
|
88
|
-
{"shape":"NotFoundException"}
|
92
|
+
{"shape":"NotFoundException"},
|
93
|
+
{"shape":"AccessDeniedException"}
|
89
94
|
]
|
90
95
|
},
|
91
96
|
"DeleteSubscriber":{
|
@@ -99,7 +104,8 @@
|
|
99
104
|
"errors":[
|
100
105
|
{"shape":"InternalErrorException"},
|
101
106
|
{"shape":"InvalidParameterException"},
|
102
|
-
{"shape":"NotFoundException"}
|
107
|
+
{"shape":"NotFoundException"},
|
108
|
+
{"shape":"AccessDeniedException"}
|
103
109
|
]
|
104
110
|
},
|
105
111
|
"DescribeBudget":{
|
@@ -113,7 +119,8 @@
|
|
113
119
|
"errors":[
|
114
120
|
{"shape":"InternalErrorException"},
|
115
121
|
{"shape":"InvalidParameterException"},
|
116
|
-
{"shape":"NotFoundException"}
|
122
|
+
{"shape":"NotFoundException"},
|
123
|
+
{"shape":"AccessDeniedException"}
|
117
124
|
]
|
118
125
|
},
|
119
126
|
"DescribeBudgetPerformanceHistory":{
|
@@ -129,7 +136,8 @@
|
|
129
136
|
{"shape":"InvalidParameterException"},
|
130
137
|
{"shape":"NotFoundException"},
|
131
138
|
{"shape":"InvalidNextTokenException"},
|
132
|
-
{"shape":"ExpiredNextTokenException"}
|
139
|
+
{"shape":"ExpiredNextTokenException"},
|
140
|
+
{"shape":"AccessDeniedException"}
|
133
141
|
]
|
134
142
|
},
|
135
143
|
"DescribeBudgets":{
|
@@ -145,7 +153,8 @@
|
|
145
153
|
{"shape":"InvalidParameterException"},
|
146
154
|
{"shape":"NotFoundException"},
|
147
155
|
{"shape":"InvalidNextTokenException"},
|
148
|
-
{"shape":"ExpiredNextTokenException"}
|
156
|
+
{"shape":"ExpiredNextTokenException"},
|
157
|
+
{"shape":"AccessDeniedException"}
|
149
158
|
]
|
150
159
|
},
|
151
160
|
"DescribeNotificationsForBudget":{
|
@@ -161,7 +170,8 @@
|
|
161
170
|
{"shape":"InvalidParameterException"},
|
162
171
|
{"shape":"NotFoundException"},
|
163
172
|
{"shape":"InvalidNextTokenException"},
|
164
|
-
{"shape":"ExpiredNextTokenException"}
|
173
|
+
{"shape":"ExpiredNextTokenException"},
|
174
|
+
{"shape":"AccessDeniedException"}
|
165
175
|
]
|
166
176
|
},
|
167
177
|
"DescribeSubscribersForNotification":{
|
@@ -177,7 +187,8 @@
|
|
177
187
|
{"shape":"NotFoundException"},
|
178
188
|
{"shape":"InvalidParameterException"},
|
179
189
|
{"shape":"InvalidNextTokenException"},
|
180
|
-
{"shape":"ExpiredNextTokenException"}
|
190
|
+
{"shape":"ExpiredNextTokenException"},
|
191
|
+
{"shape":"AccessDeniedException"}
|
181
192
|
]
|
182
193
|
},
|
183
194
|
"UpdateBudget":{
|
@@ -191,7 +202,8 @@
|
|
191
202
|
"errors":[
|
192
203
|
{"shape":"InternalErrorException"},
|
193
204
|
{"shape":"InvalidParameterException"},
|
194
|
-
{"shape":"NotFoundException"}
|
205
|
+
{"shape":"NotFoundException"},
|
206
|
+
{"shape":"AccessDeniedException"}
|
195
207
|
]
|
196
208
|
},
|
197
209
|
"UpdateNotification":{
|
@@ -206,7 +218,8 @@
|
|
206
218
|
{"shape":"InternalErrorException"},
|
207
219
|
{"shape":"InvalidParameterException"},
|
208
220
|
{"shape":"NotFoundException"},
|
209
|
-
{"shape":"DuplicateRecordException"}
|
221
|
+
{"shape":"DuplicateRecordException"},
|
222
|
+
{"shape":"AccessDeniedException"}
|
210
223
|
]
|
211
224
|
},
|
212
225
|
"UpdateSubscriber":{
|
@@ -221,11 +234,19 @@
|
|
221
234
|
{"shape":"InternalErrorException"},
|
222
235
|
{"shape":"InvalidParameterException"},
|
223
236
|
{"shape":"NotFoundException"},
|
224
|
-
{"shape":"DuplicateRecordException"}
|
237
|
+
{"shape":"DuplicateRecordException"},
|
238
|
+
{"shape":"AccessDeniedException"}
|
225
239
|
]
|
226
240
|
}
|
227
241
|
},
|
228
242
|
"shapes":{
|
243
|
+
"AccessDeniedException":{
|
244
|
+
"type":"structure",
|
245
|
+
"members":{
|
246
|
+
"Message":{"shape":"errorMessage"}
|
247
|
+
},
|
248
|
+
"exception":true
|
249
|
+
},
|
229
250
|
"AccountId":{
|
230
251
|
"type":"string",
|
231
252
|
"max":12,
|
@@ -275,7 +296,9 @@
|
|
275
296
|
"USAGE",
|
276
297
|
"COST",
|
277
298
|
"RI_UTILIZATION",
|
278
|
-
"RI_COVERAGE"
|
299
|
+
"RI_COVERAGE",
|
300
|
+
"SAVINGS_PLANS_UTILIZATION",
|
301
|
+
"SAVINGS_PLANS_COVERAGE"
|
279
302
|
]
|
280
303
|
},
|
281
304
|
"BudgetedAndActualAmounts":{
|
@@ -699,7 +722,7 @@
|
|
699
722
|
"type":"string",
|
700
723
|
"max":2147483647,
|
701
724
|
"min":1,
|
702
|
-
"pattern":"(?
|
725
|
+
"pattern":"(.*[\\n\\r\\t\\f\\ ]?)*",
|
703
726
|
"sensitive":true
|
704
727
|
},
|
705
728
|
"Subscribers":{
|
@@ -114,6 +114,60 @@
|
|
114
114
|
{"shape":"InvalidNextTokenException"}
|
115
115
|
]
|
116
116
|
},
|
117
|
+
"GetSavingsPlansCoverage":{
|
118
|
+
"name":"GetSavingsPlansCoverage",
|
119
|
+
"http":{
|
120
|
+
"method":"POST",
|
121
|
+
"requestUri":"/"
|
122
|
+
},
|
123
|
+
"input":{"shape":"GetSavingsPlansCoverageRequest"},
|
124
|
+
"output":{"shape":"GetSavingsPlansCoverageResponse"},
|
125
|
+
"errors":[
|
126
|
+
{"shape":"LimitExceededException"},
|
127
|
+
{"shape":"DataUnavailableException"},
|
128
|
+
{"shape":"InvalidNextTokenException"}
|
129
|
+
]
|
130
|
+
},
|
131
|
+
"GetSavingsPlansPurchaseRecommendation":{
|
132
|
+
"name":"GetSavingsPlansPurchaseRecommendation",
|
133
|
+
"http":{
|
134
|
+
"method":"POST",
|
135
|
+
"requestUri":"/"
|
136
|
+
},
|
137
|
+
"input":{"shape":"GetSavingsPlansPurchaseRecommendationRequest"},
|
138
|
+
"output":{"shape":"GetSavingsPlansPurchaseRecommendationResponse"},
|
139
|
+
"errors":[
|
140
|
+
{"shape":"LimitExceededException"},
|
141
|
+
{"shape":"InvalidNextTokenException"}
|
142
|
+
]
|
143
|
+
},
|
144
|
+
"GetSavingsPlansUtilization":{
|
145
|
+
"name":"GetSavingsPlansUtilization",
|
146
|
+
"http":{
|
147
|
+
"method":"POST",
|
148
|
+
"requestUri":"/"
|
149
|
+
},
|
150
|
+
"input":{"shape":"GetSavingsPlansUtilizationRequest"},
|
151
|
+
"output":{"shape":"GetSavingsPlansUtilizationResponse"},
|
152
|
+
"errors":[
|
153
|
+
{"shape":"LimitExceededException"},
|
154
|
+
{"shape":"DataUnavailableException"}
|
155
|
+
]
|
156
|
+
},
|
157
|
+
"GetSavingsPlansUtilizationDetails":{
|
158
|
+
"name":"GetSavingsPlansUtilizationDetails",
|
159
|
+
"http":{
|
160
|
+
"method":"POST",
|
161
|
+
"requestUri":"/"
|
162
|
+
},
|
163
|
+
"input":{"shape":"GetSavingsPlansUtilizationDetailsRequest"},
|
164
|
+
"output":{"shape":"GetSavingsPlansUtilizationDetailsResponse"},
|
165
|
+
"errors":[
|
166
|
+
{"shape":"LimitExceededException"},
|
167
|
+
{"shape":"DataUnavailableException"},
|
168
|
+
{"shape":"InvalidNextTokenException"}
|
169
|
+
]
|
170
|
+
},
|
117
171
|
"GetTags":{
|
118
172
|
"name":"GetTags",
|
119
173
|
"http":{
|
@@ -173,7 +227,8 @@
|
|
173
227
|
"type":"string",
|
174
228
|
"enum":[
|
175
229
|
"COST_AND_USAGE",
|
176
|
-
"RESERVATIONS"
|
230
|
+
"RESERVATIONS",
|
231
|
+
"SAVINGS_PLANS"
|
177
232
|
]
|
178
233
|
},
|
179
234
|
"Coverage":{
|
@@ -230,6 +285,7 @@
|
|
230
285
|
"ResourceDetails":{"shape":"ResourceDetails"},
|
231
286
|
"ResourceUtilization":{"shape":"ResourceUtilization"},
|
232
287
|
"ReservationCoveredHoursInLookbackPeriod":{"shape":"GenericString"},
|
288
|
+
"SavingsPlansCoveredHoursInLookbackPeriod":{"shape":"GenericString"},
|
233
289
|
"OnDemandHoursInLookbackPeriod":{"shape":"GenericString"},
|
234
290
|
"TotalRunningHoursInLookbackPeriod":{"shape":"GenericString"},
|
235
291
|
"MonthlyCost":{"shape":"GenericString"},
|
@@ -279,7 +335,10 @@
|
|
279
335
|
"INSTANCE_TYPE_FAMILY",
|
280
336
|
"BILLING_ENTITY",
|
281
337
|
"RESERVATION_ID",
|
282
|
-
"RIGHTSIZING_TYPE"
|
338
|
+
"RIGHTSIZING_TYPE",
|
339
|
+
"SAVINGS_PLANS_TYPE",
|
340
|
+
"SAVINGS_PLAN_ARN",
|
341
|
+
"PAYMENT_OPTION"
|
283
342
|
]
|
284
343
|
},
|
285
344
|
"DimensionValues":{
|
@@ -547,6 +606,98 @@
|
|
547
606
|
"NextPageToken":{"shape":"NextPageToken"}
|
548
607
|
}
|
549
608
|
},
|
609
|
+
"GetSavingsPlansCoverageRequest":{
|
610
|
+
"type":"structure",
|
611
|
+
"required":["TimePeriod"],
|
612
|
+
"members":{
|
613
|
+
"TimePeriod":{"shape":"DateInterval"},
|
614
|
+
"GroupBy":{"shape":"GroupDefinitions"},
|
615
|
+
"Granularity":{"shape":"Granularity"},
|
616
|
+
"Filter":{"shape":"Expression"},
|
617
|
+
"Metrics":{"shape":"MetricNames"},
|
618
|
+
"NextToken":{"shape":"NextPageToken"},
|
619
|
+
"MaxResults":{
|
620
|
+
"shape":"MaxResults",
|
621
|
+
"box":true
|
622
|
+
}
|
623
|
+
}
|
624
|
+
},
|
625
|
+
"GetSavingsPlansCoverageResponse":{
|
626
|
+
"type":"structure",
|
627
|
+
"required":["SavingsPlansCoverages"],
|
628
|
+
"members":{
|
629
|
+
"SavingsPlansCoverages":{"shape":"SavingsPlansCoverages"},
|
630
|
+
"NextToken":{"shape":"NextPageToken"}
|
631
|
+
}
|
632
|
+
},
|
633
|
+
"GetSavingsPlansPurchaseRecommendationRequest":{
|
634
|
+
"type":"structure",
|
635
|
+
"required":[
|
636
|
+
"SavingsPlansType",
|
637
|
+
"TermInYears",
|
638
|
+
"PaymentOption",
|
639
|
+
"LookbackPeriodInDays"
|
640
|
+
],
|
641
|
+
"members":{
|
642
|
+
"SavingsPlansType":{"shape":"SupportedSavingsPlansType"},
|
643
|
+
"TermInYears":{"shape":"TermInYears"},
|
644
|
+
"PaymentOption":{"shape":"PaymentOption"},
|
645
|
+
"NextPageToken":{"shape":"NextPageToken"},
|
646
|
+
"PageSize":{"shape":"NonNegativeInteger"},
|
647
|
+
"LookbackPeriodInDays":{"shape":"LookbackPeriodInDays"}
|
648
|
+
}
|
649
|
+
},
|
650
|
+
"GetSavingsPlansPurchaseRecommendationResponse":{
|
651
|
+
"type":"structure",
|
652
|
+
"members":{
|
653
|
+
"Metadata":{"shape":"SavingsPlansPurchaseRecommendationMetadata"},
|
654
|
+
"SavingsPlansPurchaseRecommendation":{"shape":"SavingsPlansPurchaseRecommendation"},
|
655
|
+
"NextPageToken":{"shape":"NextPageToken"}
|
656
|
+
}
|
657
|
+
},
|
658
|
+
"GetSavingsPlansUtilizationDetailsRequest":{
|
659
|
+
"type":"structure",
|
660
|
+
"required":["TimePeriod"],
|
661
|
+
"members":{
|
662
|
+
"TimePeriod":{"shape":"DateInterval"},
|
663
|
+
"Filter":{"shape":"Expression"},
|
664
|
+
"NextToken":{"shape":"NextPageToken"},
|
665
|
+
"MaxResults":{
|
666
|
+
"shape":"MaxResults",
|
667
|
+
"box":true
|
668
|
+
}
|
669
|
+
}
|
670
|
+
},
|
671
|
+
"GetSavingsPlansUtilizationDetailsResponse":{
|
672
|
+
"type":"structure",
|
673
|
+
"required":[
|
674
|
+
"SavingsPlansUtilizationDetails",
|
675
|
+
"TimePeriod"
|
676
|
+
],
|
677
|
+
"members":{
|
678
|
+
"SavingsPlansUtilizationDetails":{"shape":"SavingsPlansUtilizationDetails"},
|
679
|
+
"Total":{"shape":"SavingsPlansUtilizationAggregates"},
|
680
|
+
"TimePeriod":{"shape":"DateInterval"},
|
681
|
+
"NextToken":{"shape":"NextPageToken"}
|
682
|
+
}
|
683
|
+
},
|
684
|
+
"GetSavingsPlansUtilizationRequest":{
|
685
|
+
"type":"structure",
|
686
|
+
"required":["TimePeriod"],
|
687
|
+
"members":{
|
688
|
+
"TimePeriod":{"shape":"DateInterval"},
|
689
|
+
"Granularity":{"shape":"Granularity"},
|
690
|
+
"Filter":{"shape":"Expression"}
|
691
|
+
}
|
692
|
+
},
|
693
|
+
"GetSavingsPlansUtilizationResponse":{
|
694
|
+
"type":"structure",
|
695
|
+
"required":["Total"],
|
696
|
+
"members":{
|
697
|
+
"SavingsPlansUtilizationsByTime":{"shape":"SavingsPlansUtilizationsByTime"},
|
698
|
+
"Total":{"shape":"SavingsPlansUtilizationAggregates"}
|
699
|
+
}
|
700
|
+
},
|
550
701
|
"GetTagsRequest":{
|
551
702
|
"type":"structure",
|
552
703
|
"required":["TimePeriod"],
|
@@ -668,6 +819,10 @@
|
|
668
819
|
"SIXTY_DAYS"
|
669
820
|
]
|
670
821
|
},
|
822
|
+
"MaxResults":{
|
823
|
+
"type":"integer",
|
824
|
+
"min":1
|
825
|
+
},
|
671
826
|
"Metric":{
|
672
827
|
"type":"string",
|
673
828
|
"enum":[
|
@@ -941,6 +1096,157 @@
|
|
941
1096
|
"MODIFY"
|
942
1097
|
]
|
943
1098
|
},
|
1099
|
+
"SavingsPlanArn":{"type":"string"},
|
1100
|
+
"SavingsPlansAmortizedCommitment":{
|
1101
|
+
"type":"structure",
|
1102
|
+
"members":{
|
1103
|
+
"AmortizedRecurringCommitment":{"shape":"GenericString"},
|
1104
|
+
"AmortizedUpfrontCommitment":{"shape":"GenericString"},
|
1105
|
+
"TotalAmortizedCommitment":{"shape":"GenericString"}
|
1106
|
+
}
|
1107
|
+
},
|
1108
|
+
"SavingsPlansCoverage":{
|
1109
|
+
"type":"structure",
|
1110
|
+
"members":{
|
1111
|
+
"Attributes":{"shape":"Attributes"},
|
1112
|
+
"Coverage":{"shape":"SavingsPlansCoverageData"},
|
1113
|
+
"TimePeriod":{"shape":"DateInterval"}
|
1114
|
+
}
|
1115
|
+
},
|
1116
|
+
"SavingsPlansCoverageData":{
|
1117
|
+
"type":"structure",
|
1118
|
+
"members":{
|
1119
|
+
"SpendCoveredBySavingsPlans":{"shape":"GenericString"},
|
1120
|
+
"OnDemandCost":{"shape":"GenericString"},
|
1121
|
+
"TotalCost":{"shape":"GenericString"},
|
1122
|
+
"CoveragePercentage":{"shape":"GenericString"}
|
1123
|
+
}
|
1124
|
+
},
|
1125
|
+
"SavingsPlansCoverages":{
|
1126
|
+
"type":"list",
|
1127
|
+
"member":{"shape":"SavingsPlansCoverage"}
|
1128
|
+
},
|
1129
|
+
"SavingsPlansDetails":{
|
1130
|
+
"type":"structure",
|
1131
|
+
"members":{
|
1132
|
+
"Region":{"shape":"GenericString"},
|
1133
|
+
"InstanceFamily":{"shape":"GenericString"},
|
1134
|
+
"OfferingId":{"shape":"GenericString"}
|
1135
|
+
}
|
1136
|
+
},
|
1137
|
+
"SavingsPlansPurchaseRecommendation":{
|
1138
|
+
"type":"structure",
|
1139
|
+
"members":{
|
1140
|
+
"SavingsPlansType":{"shape":"SupportedSavingsPlansType"},
|
1141
|
+
"TermInYears":{"shape":"TermInYears"},
|
1142
|
+
"PaymentOption":{"shape":"PaymentOption"},
|
1143
|
+
"LookbackPeriodInDays":{"shape":"LookbackPeriodInDays"},
|
1144
|
+
"SavingsPlansPurchaseRecommendationDetails":{"shape":"SavingsPlansPurchaseRecommendationDetailList"},
|
1145
|
+
"SavingsPlansPurchaseRecommendationSummary":{"shape":"SavingsPlansPurchaseRecommendationSummary"}
|
1146
|
+
}
|
1147
|
+
},
|
1148
|
+
"SavingsPlansPurchaseRecommendationDetail":{
|
1149
|
+
"type":"structure",
|
1150
|
+
"members":{
|
1151
|
+
"SavingsPlansDetails":{"shape":"SavingsPlansDetails"},
|
1152
|
+
"AccountId":{"shape":"GenericString"},
|
1153
|
+
"UpfrontCost":{"shape":"GenericString"},
|
1154
|
+
"EstimatedROI":{"shape":"GenericString"},
|
1155
|
+
"CurrencyCode":{"shape":"GenericString"},
|
1156
|
+
"EstimatedSPCost":{"shape":"GenericString"},
|
1157
|
+
"EstimatedOnDemandCost":{"shape":"GenericString"},
|
1158
|
+
"EstimatedSavingsAmount":{"shape":"GenericString"},
|
1159
|
+
"EstimatedSavingsPercentage":{"shape":"GenericString"},
|
1160
|
+
"HourlyCommitmentToPurchase":{"shape":"GenericString"},
|
1161
|
+
"EstimatedAverageUtilization":{"shape":"GenericString"},
|
1162
|
+
"EstimatedMonthlySavingsAmount":{"shape":"GenericString"},
|
1163
|
+
"CurrentMinimumHourlyOnDemandSpend":{"shape":"GenericString"},
|
1164
|
+
"CurrentMaximumHourlyOnDemandSpend":{"shape":"GenericString"},
|
1165
|
+
"CurrentAverageHourlyOnDemandSpend":{"shape":"GenericString"}
|
1166
|
+
}
|
1167
|
+
},
|
1168
|
+
"SavingsPlansPurchaseRecommendationDetailList":{
|
1169
|
+
"type":"list",
|
1170
|
+
"member":{"shape":"SavingsPlansPurchaseRecommendationDetail"}
|
1171
|
+
},
|
1172
|
+
"SavingsPlansPurchaseRecommendationMetadata":{
|
1173
|
+
"type":"structure",
|
1174
|
+
"members":{
|
1175
|
+
"RecommendationId":{"shape":"GenericString"},
|
1176
|
+
"GenerationTimestamp":{"shape":"GenericString"}
|
1177
|
+
}
|
1178
|
+
},
|
1179
|
+
"SavingsPlansPurchaseRecommendationSummary":{
|
1180
|
+
"type":"structure",
|
1181
|
+
"members":{
|
1182
|
+
"EstimatedROI":{"shape":"GenericString"},
|
1183
|
+
"CurrencyCode":{"shape":"GenericString"},
|
1184
|
+
"EstimatedTotalCost":{"shape":"GenericString"},
|
1185
|
+
"CurrentOnDemandSpend":{"shape":"GenericString"},
|
1186
|
+
"EstimatedSavingsAmount":{"shape":"GenericString"},
|
1187
|
+
"TotalRecommendationCount":{"shape":"GenericString"},
|
1188
|
+
"DailyCommitmentToPurchase":{"shape":"GenericString"},
|
1189
|
+
"HourlyCommitmentToPurchase":{"shape":"GenericString"},
|
1190
|
+
"EstimatedSavingsPercentage":{"shape":"GenericString"},
|
1191
|
+
"EstimatedMonthlySavingsAmount":{"shape":"GenericString"}
|
1192
|
+
}
|
1193
|
+
},
|
1194
|
+
"SavingsPlansSavings":{
|
1195
|
+
"type":"structure",
|
1196
|
+
"members":{
|
1197
|
+
"NetSavings":{"shape":"GenericString"},
|
1198
|
+
"OnDemandCostEquivalent":{"shape":"GenericString"}
|
1199
|
+
}
|
1200
|
+
},
|
1201
|
+
"SavingsPlansUtilization":{
|
1202
|
+
"type":"structure",
|
1203
|
+
"members":{
|
1204
|
+
"TotalCommitment":{"shape":"GenericString"},
|
1205
|
+
"UsedCommitment":{"shape":"GenericString"},
|
1206
|
+
"UnusedCommitment":{"shape":"GenericString"},
|
1207
|
+
"UtilizationPercentage":{"shape":"GenericString"}
|
1208
|
+
}
|
1209
|
+
},
|
1210
|
+
"SavingsPlansUtilizationAggregates":{
|
1211
|
+
"type":"structure",
|
1212
|
+
"required":["Utilization"],
|
1213
|
+
"members":{
|
1214
|
+
"Utilization":{"shape":"SavingsPlansUtilization"},
|
1215
|
+
"Savings":{"shape":"SavingsPlansSavings"},
|
1216
|
+
"AmortizedCommitment":{"shape":"SavingsPlansAmortizedCommitment"}
|
1217
|
+
}
|
1218
|
+
},
|
1219
|
+
"SavingsPlansUtilizationByTime":{
|
1220
|
+
"type":"structure",
|
1221
|
+
"required":[
|
1222
|
+
"TimePeriod",
|
1223
|
+
"Utilization"
|
1224
|
+
],
|
1225
|
+
"members":{
|
1226
|
+
"TimePeriod":{"shape":"DateInterval"},
|
1227
|
+
"Utilization":{"shape":"SavingsPlansUtilization"},
|
1228
|
+
"Savings":{"shape":"SavingsPlansSavings"},
|
1229
|
+
"AmortizedCommitment":{"shape":"SavingsPlansAmortizedCommitment"}
|
1230
|
+
}
|
1231
|
+
},
|
1232
|
+
"SavingsPlansUtilizationDetail":{
|
1233
|
+
"type":"structure",
|
1234
|
+
"members":{
|
1235
|
+
"SavingsPlanArn":{"shape":"SavingsPlanArn"},
|
1236
|
+
"Attributes":{"shape":"Attributes"},
|
1237
|
+
"Utilization":{"shape":"SavingsPlansUtilization"},
|
1238
|
+
"Savings":{"shape":"SavingsPlansSavings"},
|
1239
|
+
"AmortizedCommitment":{"shape":"SavingsPlansAmortizedCommitment"}
|
1240
|
+
}
|
1241
|
+
},
|
1242
|
+
"SavingsPlansUtilizationDetails":{
|
1243
|
+
"type":"list",
|
1244
|
+
"member":{"shape":"SavingsPlansUtilizationDetail"}
|
1245
|
+
},
|
1246
|
+
"SavingsPlansUtilizationsByTime":{
|
1247
|
+
"type":"list",
|
1248
|
+
"member":{"shape":"SavingsPlansUtilizationByTime"}
|
1249
|
+
},
|
944
1250
|
"SearchString":{"type":"string"},
|
945
1251
|
"ServiceSpecification":{
|
946
1252
|
"type":"structure",
|
@@ -948,6 +1254,13 @@
|
|
948
1254
|
"EC2Specification":{"shape":"EC2Specification"}
|
949
1255
|
}
|
950
1256
|
},
|
1257
|
+
"SupportedSavingsPlansType":{
|
1258
|
+
"type":"string",
|
1259
|
+
"enum":[
|
1260
|
+
"COMPUTE_SP",
|
1261
|
+
"EC2_INSTANCE_SP"
|
1262
|
+
]
|
1263
|
+
},
|
951
1264
|
"TagKey":{"type":"string"},
|
952
1265
|
"TagList":{
|
953
1266
|
"type":"list",
|