1{
2    "smithy": "1.0",
3    "metadata": {
4        "suppressions": [
5            {
6                "id": "HttpMethodSemantics",
7                "namespace": "*"
8            },
9            {
10                "id": "HttpResponseCodeSemantics",
11                "namespace": "*"
12            },
13            {
14                "id": "PaginatedTrait",
15                "namespace": "*"
16            },
17            {
18                "id": "HttpHeaderTrait",
19                "namespace": "*"
20            },
21            {
22                "id": "HttpUriConflict",
23                "namespace": "*"
24            },
25            {
26                "id": "Service",
27                "namespace": "*"
28            }
29        ]
30    },
31    "shapes": {
32        "com.amazonaws.costexplorer#AWSInsightsIndexService": {
33            "type": "service",
34            "version": "2017-10-25",
35            "operations": [
36                {
37                    "target": "com.amazonaws.costexplorer#CreateAnomalyMonitor"
38                },
39                {
40                    "target": "com.amazonaws.costexplorer#CreateAnomalySubscription"
41                },
42                {
43                    "target": "com.amazonaws.costexplorer#CreateCostCategoryDefinition"
44                },
45                {
46                    "target": "com.amazonaws.costexplorer#DeleteAnomalyMonitor"
47                },
48                {
49                    "target": "com.amazonaws.costexplorer#DeleteAnomalySubscription"
50                },
51                {
52                    "target": "com.amazonaws.costexplorer#DeleteCostCategoryDefinition"
53                },
54                {
55                    "target": "com.amazonaws.costexplorer#DescribeCostCategoryDefinition"
56                },
57                {
58                    "target": "com.amazonaws.costexplorer#GetAnomalies"
59                },
60                {
61                    "target": "com.amazonaws.costexplorer#GetAnomalyMonitors"
62                },
63                {
64                    "target": "com.amazonaws.costexplorer#GetAnomalySubscriptions"
65                },
66                {
67                    "target": "com.amazonaws.costexplorer#GetCostAndUsage"
68                },
69                {
70                    "target": "com.amazonaws.costexplorer#GetCostAndUsageWithResources"
71                },
72                {
73                    "target": "com.amazonaws.costexplorer#GetCostCategories"
74                },
75                {
76                    "target": "com.amazonaws.costexplorer#GetCostForecast"
77                },
78                {
79                    "target": "com.amazonaws.costexplorer#GetDimensionValues"
80                },
81                {
82                    "target": "com.amazonaws.costexplorer#GetReservationCoverage"
83                },
84                {
85                    "target": "com.amazonaws.costexplorer#GetReservationPurchaseRecommendation"
86                },
87                {
88                    "target": "com.amazonaws.costexplorer#GetReservationUtilization"
89                },
90                {
91                    "target": "com.amazonaws.costexplorer#GetRightsizingRecommendation"
92                },
93                {
94                    "target": "com.amazonaws.costexplorer#GetSavingsPlansCoverage"
95                },
96                {
97                    "target": "com.amazonaws.costexplorer#GetSavingsPlansPurchaseRecommendation"
98                },
99                {
100                    "target": "com.amazonaws.costexplorer#GetSavingsPlansUtilization"
101                },
102                {
103                    "target": "com.amazonaws.costexplorer#GetSavingsPlansUtilizationDetails"
104                },
105                {
106                    "target": "com.amazonaws.costexplorer#GetTags"
107                },
108                {
109                    "target": "com.amazonaws.costexplorer#GetUsageForecast"
110                },
111                {
112                    "target": "com.amazonaws.costexplorer#ListCostCategoryDefinitions"
113                },
114                {
115                    "target": "com.amazonaws.costexplorer#ProvideAnomalyFeedback"
116                },
117                {
118                    "target": "com.amazonaws.costexplorer#UpdateAnomalyMonitor"
119                },
120                {
121                    "target": "com.amazonaws.costexplorer#UpdateAnomalySubscription"
122                },
123                {
124                    "target": "com.amazonaws.costexplorer#UpdateCostCategoryDefinition"
125                }
126            ],
127            "traits": {
128                "aws.api#service": {
129                    "sdkId": "Cost Explorer",
130                    "arnNamespace": "ce",
131                    "cloudFormationName": "CostExplorer",
132                    "cloudTrailEventSource": "costexplorer.amazonaws.com",
133                    "endpointPrefix": "ce"
134                },
135                "aws.auth#sigv4": {
136                    "name": "ce"
137                },
138                "aws.protocols#awsJson1_1": {},
139                "smithy.api#documentation": "<p>The Cost Explorer API enables you to programmatically query your cost and usage data. You can query for aggregated data \n\t\t\tsuch as total monthly costs or total daily usage. You can also query for granular data, such as the number of \n\t\t\tdaily write operations for Amazon DynamoDB database tables in your production environment. </p>\n\t\t       <p>Service Endpoint</p>\n\t\t       <p>The Cost Explorer API provides the following endpoint:</p>\n\t\t       <ul>\n            <li>\n\t\t\t\t           <p>\n                  <code>https://ce.us-east-1.amazonaws.com</code>\n               </p>\n\t\t\t         </li>\n         </ul>\n\t\t       <p>For information about costs associated with the Cost Explorer API, see \n\t\t\t<a href=\"http://aws.amazon.com/aws-cost-management/pricing/\">AWS Cost Management Pricing</a>.</p>",
140                "smithy.api#title": "AWS Cost Explorer Service"
141            }
142        },
143        "com.amazonaws.costexplorer#AccountScope": {
144            "type": "string",
145            "traits": {
146                "smithy.api#enum": [
147                    {
148                        "value": "PAYER",
149                        "name": "PAYER"
150                    },
151                    {
152                        "value": "LINKED",
153                        "name": "LINKED"
154                    }
155                ]
156            }
157        },
158        "com.amazonaws.costexplorer#AmortizedRecurringFee": {
159            "type": "string"
160        },
161        "com.amazonaws.costexplorer#AmortizedUpfrontFee": {
162            "type": "string"
163        },
164        "com.amazonaws.costexplorer#Anomalies": {
165            "type": "list",
166            "member": {
167                "target": "com.amazonaws.costexplorer#Anomaly"
168            }
169        },
170        "com.amazonaws.costexplorer#Anomaly": {
171            "type": "structure",
172            "members": {
173                "AnomalyId": {
174                    "target": "com.amazonaws.costexplorer#GenericString",
175                    "traits": {
176                        "smithy.api#documentation": "<p>\n        The unique identifier for the anomaly.\n    </p>",
177                        "smithy.api#required": {}
178                    }
179                },
180                "AnomalyStartDate": {
181                    "target": "com.amazonaws.costexplorer#YearMonthDay",
182                    "traits": {
183                        "smithy.api#documentation": "<p>\n        The first day the anomaly is detected.\n    </p>"
184                    }
185                },
186                "AnomalyEndDate": {
187                    "target": "com.amazonaws.costexplorer#YearMonthDay",
188                    "traits": {
189                        "smithy.api#documentation": "<p>\n        The last day the anomaly is detected.\n    </p>"
190                    }
191                },
192                "DimensionValue": {
193                    "target": "com.amazonaws.costexplorer#GenericString",
194                    "traits": {
195                        "smithy.api#documentation": "<p>\n        The dimension for the anomaly. For example, an AWS service in a service monitor.\n    </p>"
196                    }
197                },
198                "RootCauses": {
199                    "target": "com.amazonaws.costexplorer#RootCauses",
200                    "traits": {
201                        "smithy.api#documentation": "<p>\n        The list of identified root causes for the anomaly.\n    </p>"
202                    }
203                },
204                "AnomalyScore": {
205                    "target": "com.amazonaws.costexplorer#AnomalyScore",
206                    "traits": {
207                        "smithy.api#documentation": "<p>\n        The latest and maximum score for the anomaly.\n    </p>",
208                        "smithy.api#required": {}
209                    }
210                },
211                "Impact": {
212                    "target": "com.amazonaws.costexplorer#Impact",
213                    "traits": {
214                        "smithy.api#documentation": "<p>\n        The dollar impact for the anomaly.\n    </p>",
215                        "smithy.api#required": {}
216                    }
217                },
218                "MonitorArn": {
219                    "target": "com.amazonaws.costexplorer#GenericString",
220                    "traits": {
221                        "smithy.api#documentation": "<p> The Amazon Resource Name (ARN) for the cost monitor that generated this anomaly. </p>",
222                        "smithy.api#required": {}
223                    }
224                },
225                "Feedback": {
226                    "target": "com.amazonaws.costexplorer#AnomalyFeedbackType",
227                    "traits": {
228                        "smithy.api#documentation": "<p>\n        The feedback value.\n    </p>"
229                    }
230                }
231            },
232            "traits": {
233                "smithy.api#documentation": "<p>\n        An unusual cost pattern. This consists of the detailed metadata and the current status of the anomaly object.\n    </p>"
234            }
235        },
236        "com.amazonaws.costexplorer#AnomalyDateInterval": {
237            "type": "structure",
238            "members": {
239                "StartDate": {
240                    "target": "com.amazonaws.costexplorer#YearMonthDay",
241                    "traits": {
242                        "smithy.api#documentation": "<p>\n        The first date an anomaly was observed.\n    </p>",
243                        "smithy.api#required": {}
244                    }
245                },
246                "EndDate": {
247                    "target": "com.amazonaws.costexplorer#YearMonthDay",
248                    "traits": {
249                        "smithy.api#documentation": "<p>\n        The last date an anomaly was observed.\n    </p>"
250                    }
251                }
252            },
253            "traits": {
254                "smithy.api#documentation": "<p>\n        The time period for an anomaly.\n    </p>"
255            }
256        },
257        "com.amazonaws.costexplorer#AnomalyFeedbackType": {
258            "type": "string",
259            "traits": {
260                "smithy.api#enum": [
261                    {
262                        "value": "YES",
263                        "name": "YES"
264                    },
265                    {
266                        "value": "NO",
267                        "name": "NO"
268                    },
269                    {
270                        "value": "PLANNED_ACTIVITY",
271                        "name": "PLANNED_ACTIVITY"
272                    }
273                ]
274            }
275        },
276        "com.amazonaws.costexplorer#AnomalyMonitor": {
277            "type": "structure",
278            "members": {
279                "MonitorArn": {
280                    "target": "com.amazonaws.costexplorer#GenericString",
281                    "traits": {
282                        "smithy.api#documentation": "<p> The Amazon Resource Name (ARN) value. </p>"
283                    }
284                },
285                "MonitorName": {
286                    "target": "com.amazonaws.costexplorer#GenericString",
287                    "traits": {
288                        "smithy.api#documentation": "<p>\n        The name of the monitor.\n    </p>",
289                        "smithy.api#required": {}
290                    }
291                },
292                "CreationDate": {
293                    "target": "com.amazonaws.costexplorer#YearMonthDay",
294                    "traits": {
295                        "smithy.api#documentation": "<p>\n        The date when the monitor was created.\n    </p>"
296                    }
297                },
298                "LastUpdatedDate": {
299                    "target": "com.amazonaws.costexplorer#YearMonthDay",
300                    "traits": {
301                        "smithy.api#documentation": "<p>\n        The date when the monitor was last updated.\n    </p>"
302                    }
303                },
304                "LastEvaluatedDate": {
305                    "target": "com.amazonaws.costexplorer#YearMonthDay",
306                    "traits": {
307                        "smithy.api#documentation": "<p>\n        The date when the monitor last evaluated for anomalies.\n    </p>"
308                    }
309                },
310                "MonitorType": {
311                    "target": "com.amazonaws.costexplorer#MonitorType",
312                    "traits": {
313                        "smithy.api#documentation": "<p>\n        The possible type values.\n    </p>",
314                        "smithy.api#required": {}
315                    }
316                },
317                "MonitorDimension": {
318                    "target": "com.amazonaws.costexplorer#MonitorDimension",
319                    "traits": {
320                        "smithy.api#documentation": "<p>\n        The dimensions to evaluate.\n    </p>"
321                    }
322                },
323                "MonitorSpecification": {
324                    "target": "com.amazonaws.costexplorer#Expression"
325                },
326                "DimensionalValueCount": {
327                    "target": "com.amazonaws.costexplorer#NonNegativeInteger",
328                    "traits": {
329                        "smithy.api#documentation": "<p>\n        The value for evaluated dimensions.\n    </p>"
330                    }
331                }
332            },
333            "traits": {
334                "smithy.api#documentation": "<p> This object continuously inspects your account's cost data for anomalies, based on\n                <code>MonitorType</code> and <code>MonitorSpecification</code>. The content consists\n            of detailed metadata and the current status of the monitor object. </p>"
335            }
336        },
337        "com.amazonaws.costexplorer#AnomalyMonitors": {
338            "type": "list",
339            "member": {
340                "target": "com.amazonaws.costexplorer#AnomalyMonitor"
341            }
342        },
343        "com.amazonaws.costexplorer#AnomalyScore": {
344            "type": "structure",
345            "members": {
346                "MaxScore": {
347                    "target": "com.amazonaws.costexplorer#GenericDouble",
348                    "traits": {
349                        "smithy.api#documentation": "<p>\n        The maximum score observed during the <code>AnomalyDateInterval</code>.\n    </p>",
350                        "smithy.api#required": {}
351                    }
352                },
353                "CurrentScore": {
354                    "target": "com.amazonaws.costexplorer#GenericDouble",
355                    "traits": {
356                        "smithy.api#documentation": "<p>\n       The last observed score.\n    </p>",
357                        "smithy.api#required": {}
358                    }
359                }
360            },
361            "traits": {
362                "smithy.api#documentation": "<p> Quantifies the anomaly. The higher score means that it is more anomalous. </p>"
363            }
364        },
365        "com.amazonaws.costexplorer#AnomalySubscription": {
366            "type": "structure",
367            "members": {
368                "SubscriptionArn": {
369                    "target": "com.amazonaws.costexplorer#GenericString",
370                    "traits": {
371                        "smithy.api#documentation": "<p> The <code>AnomalySubscription</code> Amazon Resource Name (ARN). </p>"
372                    }
373                },
374                "AccountId": {
375                    "target": "com.amazonaws.costexplorer#GenericString",
376                    "traits": {
377                        "smithy.api#documentation": "<p>\n        Your unique account identifier.\n    </p>"
378                    }
379                },
380                "MonitorArnList": {
381                    "target": "com.amazonaws.costexplorer#MonitorArnList",
382                    "traits": {
383                        "smithy.api#documentation": "<p>\n        A list of cost anomaly monitors.\n    </p>",
384                        "smithy.api#required": {}
385                    }
386                },
387                "Subscribers": {
388                    "target": "com.amazonaws.costexplorer#Subscribers",
389                    "traits": {
390                        "smithy.api#documentation": "<p>\n        A list of subscribers to notify.\n    </p>",
391                        "smithy.api#required": {}
392                    }
393                },
394                "Threshold": {
395                    "target": "com.amazonaws.costexplorer#NullableNonNegativeDouble",
396                    "traits": {
397                        "smithy.api#documentation": "<p>\n        The dollar value that triggers a notification if the threshold is exceeded.\n    </p>",
398                        "smithy.api#required": {}
399                    }
400                },
401                "Frequency": {
402                    "target": "com.amazonaws.costexplorer#AnomalySubscriptionFrequency",
403                    "traits": {
404                        "smithy.api#documentation": "<p>\n        The frequency at which anomaly reports are sent over email.\n    </p>",
405                        "smithy.api#required": {}
406                    }
407                },
408                "SubscriptionName": {
409                    "target": "com.amazonaws.costexplorer#GenericString",
410                    "traits": {
411                        "smithy.api#documentation": "<p>\n        The name for the subscription.\n    </p>",
412                        "smithy.api#required": {}
413                    }
414                }
415            },
416            "traits": {
417                "smithy.api#documentation": "<p>\n        The association between a monitor, threshold, and list of subscribers used to deliver notifications about anomalies detected by a monitor that exceeds a threshold. The content consists of the detailed metadata and the current status of the <code>AnomalySubscription</code> object.\n    </p>"
418            }
419        },
420        "com.amazonaws.costexplorer#AnomalySubscriptionFrequency": {
421            "type": "string",
422            "traits": {
423                "smithy.api#enum": [
424                    {
425                        "value": "DAILY",
426                        "name": "DAILY"
427                    },
428                    {
429                        "value": "IMMEDIATE",
430                        "name": "IMMEDIATE"
431                    },
432                    {
433                        "value": "WEEKLY",
434                        "name": "WEEKLY"
435                    }
436                ]
437            }
438        },
439        "com.amazonaws.costexplorer#AnomalySubscriptions": {
440            "type": "list",
441            "member": {
442                "target": "com.amazonaws.costexplorer#AnomalySubscription"
443            }
444        },
445        "com.amazonaws.costexplorer#Arn": {
446            "type": "string",
447            "traits": {
448                "smithy.api#length": {
449                    "min": 20,
450                    "max": 2048
451                },
452                "smithy.api#pattern": "arn:aws[-a-z0-9]*:[a-z0-9]+:[-a-z0-9]*:[0-9]{12}:[-a-zA-Z0-9/:_]+"
453            }
454        },
455        "com.amazonaws.costexplorer#AttributeType": {
456            "type": "string"
457        },
458        "com.amazonaws.costexplorer#AttributeValue": {
459            "type": "string"
460        },
461        "com.amazonaws.costexplorer#Attributes": {
462            "type": "map",
463            "key": {
464                "target": "com.amazonaws.costexplorer#AttributeType"
465            },
466            "value": {
467                "target": "com.amazonaws.costexplorer#AttributeValue"
468            }
469        },
470        "com.amazonaws.costexplorer#BillExpirationException": {
471            "type": "structure",
472            "members": {
473                "Message": {
474                    "target": "com.amazonaws.costexplorer#ErrorMessage"
475                }
476            },
477            "traits": {
478                "smithy.api#documentation": "<p>The requested report expired. Update the date interval and try again.</p>",
479                "smithy.api#error": "client"
480            }
481        },
482        "com.amazonaws.costexplorer#Context": {
483            "type": "string",
484            "traits": {
485                "smithy.api#enum": [
486                    {
487                        "value": "COST_AND_USAGE",
488                        "name": "COST_AND_USAGE"
489                    },
490                    {
491                        "value": "RESERVATIONS",
492                        "name": "RESERVATIONS"
493                    },
494                    {
495                        "value": "SAVINGS_PLANS",
496                        "name": "SAVINGS_PLANS"
497                    }
498                ]
499            }
500        },
501        "com.amazonaws.costexplorer#CostCategory": {
502            "type": "structure",
503            "members": {
504                "CostCategoryArn": {
505                    "target": "com.amazonaws.costexplorer#Arn",
506                    "traits": {
507                        "smithy.api#documentation": "<p>\n            The unique identifier for your Cost Category.\n        </p>",
508                        "smithy.api#required": {}
509                    }
510                },
511                "EffectiveStart": {
512                    "target": "com.amazonaws.costexplorer#ZonedDateTime",
513                    "traits": {
514                        "smithy.api#documentation": "<p>\n            The Cost Category's effective start date.</p>",
515                        "smithy.api#required": {}
516                    }
517                },
518                "EffectiveEnd": {
519                    "target": "com.amazonaws.costexplorer#ZonedDateTime",
520                    "traits": {
521                        "smithy.api#documentation": "<p>\n            The Cost Category's effective end date.</p>"
522                    }
523                },
524                "Name": {
525                    "target": "com.amazonaws.costexplorer#CostCategoryName",
526                    "traits": {
527                        "smithy.api#required": {}
528                    }
529                },
530                "RuleVersion": {
531                    "target": "com.amazonaws.costexplorer#CostCategoryRuleVersion",
532                    "traits": {
533                        "smithy.api#required": {}
534                    }
535                },
536                "Rules": {
537                    "target": "com.amazonaws.costexplorer#CostCategoryRulesList",
538                    "traits": {
539                        "smithy.api#documentation": "<p>\n            Rules are processed in order. If there are multiple rules that match the line item, then the first rule to match is used to determine that Cost Category value.\n        </p>",
540                        "smithy.api#required": {}
541                    }
542                },
543                "ProcessingStatus": {
544                    "target": "com.amazonaws.costexplorer#CostCategoryProcessingStatusList",
545                    "traits": {
546                        "smithy.api#documentation": "<p>\n            The list of processing statuses for Cost Management products for a specific cost category.\n        </p>"
547                    }
548                },
549                "DefaultValue": {
550                    "target": "com.amazonaws.costexplorer#CostCategoryValue"
551                }
552            },
553            "traits": {
554                "smithy.api#documentation": "<p>The structure of Cost Categories. This includes detailed metadata and the set of rules for the <code>CostCategory</code> object.</p>"
555            }
556        },
557        "com.amazonaws.costexplorer#CostCategoryInheritedValueDimension": {
558            "type": "structure",
559            "members": {
560                "DimensionName": {
561                    "target": "com.amazonaws.costexplorer#CostCategoryInheritedValueDimensionName",
562                    "traits": {
563                        "smithy.api#documentation": "<p>The name of dimension for which to group costs.</p>\n\t        <p>If you specify <code>LINKED_ACCOUNT_NAME</code>, the cost category value will be based on account name. If you specify <code>TAG</code>, the cost category value will be based on the value of the specified tag key.</p>"
564                    }
565                },
566                "DimensionKey": {
567                    "target": "com.amazonaws.costexplorer#GenericString",
568                    "traits": {
569                        "smithy.api#documentation": "<p>The key to extract cost category values.</p>"
570                    }
571                }
572            },
573            "traits": {
574                "smithy.api#documentation": "<p>When creating or updating a cost category, you can define the <code>CostCategoryRule</code> rule type as <code>INHERITED_VALUE</code>. This rule type adds the flexibility of defining a rule that dynamically inherits the cost category value from the dimension value defined by <code>CostCategoryInheritedValueDimension</code>. For example, if you wanted to dynamically group costs based on the value of a specific tag key, you would first choose an inherited value rule type, then choose the tag dimension and specify the tag key to use.</p>"
575            }
576        },
577        "com.amazonaws.costexplorer#CostCategoryInheritedValueDimensionName": {
578            "type": "string",
579            "traits": {
580                "smithy.api#enum": [
581                    {
582                        "value": "LINKED_ACCOUNT_NAME",
583                        "name": "LINKED_ACCOUNT_NAME"
584                    },
585                    {
586                        "value": "TAG",
587                        "name": "TAG"
588                    }
589                ]
590            }
591        },
592        "com.amazonaws.costexplorer#CostCategoryMaxResults": {
593            "type": "integer",
594            "traits": {
595                "smithy.api#range": {
596                    "min": 1,
597                    "max": 100
598                }
599            }
600        },
601        "com.amazonaws.costexplorer#CostCategoryName": {
602            "type": "string",
603            "traits": {
604                "smithy.api#documentation": "<p>The unique name of the Cost Category.</p>",
605                "smithy.api#length": {
606                    "min": 1,
607                    "max": 50
608                },
609                "smithy.api#pattern": "^(?! )[\\p{L}\\p{N}\\p{Z}-_]*(?<! )$"
610            }
611        },
612        "com.amazonaws.costexplorer#CostCategoryNamesList": {
613            "type": "list",
614            "member": {
615                "target": "com.amazonaws.costexplorer#CostCategoryName"
616            }
617        },
618        "com.amazonaws.costexplorer#CostCategoryProcessingStatus": {
619            "type": "structure",
620            "members": {
621                "Component": {
622                    "target": "com.amazonaws.costexplorer#CostCategoryStatusComponent",
623                    "traits": {
624                        "smithy.api#documentation": "<p>\n            The Cost Management product name of the applied status.\n        </p>"
625                    }
626                },
627                "Status": {
628                    "target": "com.amazonaws.costexplorer#CostCategoryStatus",
629                    "traits": {
630                        "smithy.api#documentation": "<p>\n            The process status for a specific cost category.\n        </p>"
631                    }
632                }
633            },
634            "traits": {
635                "smithy.api#documentation": "<p>\n            The list of processing statuses for Cost Management products for a specific cost category.\n        </p>"
636            }
637        },
638        "com.amazonaws.costexplorer#CostCategoryProcessingStatusList": {
639            "type": "list",
640            "member": {
641                "target": "com.amazonaws.costexplorer#CostCategoryProcessingStatus"
642            }
643        },
644        "com.amazonaws.costexplorer#CostCategoryReference": {
645            "type": "structure",
646            "members": {
647                "CostCategoryArn": {
648                    "target": "com.amazonaws.costexplorer#Arn",
649                    "traits": {
650                        "smithy.api#documentation": "<p>\n            The unique identifier for your Cost Category.\n        </p>"
651                    }
652                },
653                "Name": {
654                    "target": "com.amazonaws.costexplorer#CostCategoryName"
655                },
656                "EffectiveStart": {
657                    "target": "com.amazonaws.costexplorer#ZonedDateTime",
658                    "traits": {
659                        "smithy.api#documentation": "<p>\n            The Cost Category's effective start date.</p>"
660                    }
661                },
662                "EffectiveEnd": {
663                    "target": "com.amazonaws.costexplorer#ZonedDateTime",
664                    "traits": {
665                        "smithy.api#documentation": "<p>\n            The Cost Category's effective end date.</p>"
666                    }
667                },
668                "NumberOfRules": {
669                    "target": "com.amazonaws.costexplorer#NonNegativeInteger",
670                    "traits": {
671                        "smithy.api#documentation": "<p>\n            The number of rules associated with a specific Cost Category.\n        </p>"
672                    }
673                },
674                "ProcessingStatus": {
675                    "target": "com.amazonaws.costexplorer#CostCategoryProcessingStatusList",
676                    "traits": {
677                        "smithy.api#documentation": "<p>\n            The list of processing statuses for Cost Management products for a specific cost category.\n        </p>"
678                    }
679                },
680                "Values": {
681                    "target": "com.amazonaws.costexplorer#CostCategoryValuesList",
682                    "traits": {
683                        "smithy.api#documentation": "<p>\n            A list of unique cost category values in a specific cost category.\n        </p>"
684                    }
685                },
686                "DefaultValue": {
687                    "target": "com.amazonaws.costexplorer#CostCategoryValue"
688                }
689            },
690            "traits": {
691                "smithy.api#documentation": "<p>A reference to a Cost Category containing only enough information to identify the Cost Category.</p>\n        <p>You can use this information to retrieve the full Cost Category information using <code>DescribeCostCategory</code>.</p>"
692            }
693        },
694        "com.amazonaws.costexplorer#CostCategoryReferencesList": {
695            "type": "list",
696            "member": {
697                "target": "com.amazonaws.costexplorer#CostCategoryReference"
698            }
699        },
700        "com.amazonaws.costexplorer#CostCategoryRule": {
701            "type": "structure",
702            "members": {
703                "Value": {
704                    "target": "com.amazonaws.costexplorer#CostCategoryValue"
705                },
706                "Rule": {
707                    "target": "com.amazonaws.costexplorer#Expression",
708                    "traits": {
709                        "smithy.api#documentation": "<p>An <a href=\"https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_Expression.html\">Expression</a>\n            object used to categorize costs. This supports dimensions, tags, and nested expressions.\n            Currently the only dimensions supported are <code>LINKED_ACCOUNT</code>,\n                <code>SERVICE_CODE</code>, <code>RECORD_TYPE</code>, and\n                <code>LINKED_ACCOUNT_NAME</code>.</p>\n        <p>Root level <code>OR</code> is not supported. We recommend that you create a separate\n            rule instead.</p>\n        \n        <p>\n            <code>RECORD_TYPE</code> is a dimension used for Cost Explorer APIs, and is also\n            supported for Cost Category expressions. This dimension uses different terms, depending\n            on whether you're using the console or API/JSON editor. For a detailed comparison, see\n            <a href=\"https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/manage-cost-categories.html#cost-categories-terms\">Term Comparisons</a> in the <i>AWS Billing and Cost Management User\n                Guide</i>.</p>"
710                    }
711                },
712                "InheritedValue": {
713                    "target": "com.amazonaws.costexplorer#CostCategoryInheritedValueDimension",
714                    "traits": {
715                        "smithy.api#documentation": "<p>The value the line item will be categorized as, if the line item contains the matched dimension.</p>"
716                    }
717                },
718                "Type": {
719                    "target": "com.amazonaws.costexplorer#CostCategoryRuleType",
720                    "traits": {
721                        "smithy.api#documentation": "<p>You can define the <code>CostCategoryRule</code> rule type as either <code>REGULAR</code> or <code>INHERITED_VALUE</code>. The <code>INHERITED_VALUE</code> rule type adds the flexibility of defining a rule that dynamically inherits the cost category value from the dimension value defined by <code>CostCategoryInheritedValueDimension</code>. For example, if you wanted to dynamically group costs based on the value of a specific tag key, you would first choose an inherited value rule type, then choose the tag dimension and specify the tag key to use.</p>"
722                    }
723                }
724            },
725            "traits": {
726                "smithy.api#documentation": "<p>Rules are processed in order. If there are multiple rules that match the line item, then the first rule to match is used to determine that Cost Category value.</p>"
727            }
728        },
729        "com.amazonaws.costexplorer#CostCategoryRuleType": {
730            "type": "string",
731            "traits": {
732                "smithy.api#enum": [
733                    {
734                        "value": "REGULAR",
735                        "name": "REGULAR"
736                    },
737                    {
738                        "value": "INHERITED_VALUE",
739                        "name": "INHERITED_VALUE"
740                    }
741                ]
742            }
743        },
744        "com.amazonaws.costexplorer#CostCategoryRuleVersion": {
745            "type": "string",
746            "traits": {
747                "smithy.api#documentation": "<p>The rule schema version in this particular Cost Category.</p>",
748                "smithy.api#enum": [
749                    {
750                        "value": "CostCategoryExpression.v1",
751                        "name": "CostCategoryExpressionV1"
752                    }
753                ]
754            }
755        },
756        "com.amazonaws.costexplorer#CostCategoryRulesList": {
757            "type": "list",
758            "member": {
759                "target": "com.amazonaws.costexplorer#CostCategoryRule"
760            },
761            "traits": {
762                "smithy.api#length": {
763                    "min": 1,
764                    "max": 500
765                }
766            }
767        },
768        "com.amazonaws.costexplorer#CostCategoryStatus": {
769            "type": "string",
770            "traits": {
771                "smithy.api#enum": [
772                    {
773                        "value": "PROCESSING",
774                        "name": "PROCESSING"
775                    },
776                    {
777                        "value": "APPLIED",
778                        "name": "APPLIED"
779                    }
780                ]
781            }
782        },
783        "com.amazonaws.costexplorer#CostCategoryStatusComponent": {
784            "type": "string",
785            "traits": {
786                "smithy.api#enum": [
787                    {
788                        "value": "COST_EXPLORER",
789                        "name": "COST_EXPLORER"
790                    }
791                ]
792            }
793        },
794        "com.amazonaws.costexplorer#CostCategoryValue": {
795            "type": "string",
796            "traits": {
797                "smithy.api#documentation": "<p>The default value for the cost category.</p>",
798                "smithy.api#length": {
799                    "min": 1,
800                    "max": 50
801                },
802                "smithy.api#pattern": "^(?! )[\\p{L}\\p{N}\\p{Z}-_]*(?<! )$"
803            }
804        },
805        "com.amazonaws.costexplorer#CostCategoryValues": {
806            "type": "structure",
807            "members": {
808                "Key": {
809                    "target": "com.amazonaws.costexplorer#CostCategoryName"
810                },
811                "Values": {
812                    "target": "com.amazonaws.costexplorer#Values",
813                    "traits": {
814                        "smithy.api#documentation": "<p>The specific value of the Cost Category.</p>"
815                    }
816                },
817                "MatchOptions": {
818                    "target": "com.amazonaws.costexplorer#MatchOptions",
819                    "traits": {
820                        "smithy.api#documentation": "<p>\n            The match options that you can use to filter your results. MatchOptions is only applicable for actions related to cost category. The default values for <code>MatchOptions</code> is <code>EQUALS</code> and <code>CASE_SENSITIVE</code>.\n        </p>"
821                    }
822                }
823            },
824            "traits": {
825                "smithy.api#documentation": "<p>The Cost Categories values used for filtering the costs.</p>\n\t\t       <p>If <code>Values</code> and <code>Key</code> are not specified, the <code>ABSENT</code> \n            <code>MatchOption</code> is applied to all Cost Categories. That is, filtering on resources that are not mapped to any Cost Categories.</p>\n         <p>If <code>Values</code> is provided and <code>Key</code> is not specified, the <code>ABSENT</code> \n            <code>MatchOption</code> is applied to the Cost Categories <code>Key</code> only. That is, filtering on resources without the given Cost Categories key.</p>"
826            }
827        },
828        "com.amazonaws.costexplorer#CostCategoryValuesList": {
829            "type": "list",
830            "member": {
831                "target": "com.amazonaws.costexplorer#CostCategoryValue"
832            }
833        },
834        "com.amazonaws.costexplorer#Coverage": {
835            "type": "structure",
836            "members": {
837                "CoverageHours": {
838                    "target": "com.amazonaws.costexplorer#CoverageHours",
839                    "traits": {
840                        "smithy.api#documentation": "<p>The amount of instance usage that the reservation covered, in hours.</p>"
841                    }
842                },
843                "CoverageNormalizedUnits": {
844                    "target": "com.amazonaws.costexplorer#CoverageNormalizedUnits",
845                    "traits": {
846                        "smithy.api#documentation": "<p>The amount of instance usage that the reservation covered, in normalized\n            units.</p>"
847                    }
848                },
849                "CoverageCost": {
850                    "target": "com.amazonaws.costexplorer#CoverageCost",
851                    "traits": {
852                        "smithy.api#documentation": "<p>The amount of cost that the reservation covered.</p>"
853                    }
854                }
855            },
856            "traits": {
857                "smithy.api#documentation": "<p>The amount of instance usage that a reservation covered.</p>"
858            }
859        },
860        "com.amazonaws.costexplorer#CoverageByTime": {
861            "type": "structure",
862            "members": {
863                "TimePeriod": {
864                    "target": "com.amazonaws.costexplorer#DateInterval",
865                    "traits": {
866                        "smithy.api#documentation": "<p>The period that this coverage was used over.</p>"
867                    }
868                },
869                "Groups": {
870                    "target": "com.amazonaws.costexplorer#ReservationCoverageGroups",
871                    "traits": {
872                        "smithy.api#documentation": "<p>The groups of instances that the reservation covered.</p>"
873                    }
874                },
875                "Total": {
876                    "target": "com.amazonaws.costexplorer#Coverage",
877                    "traits": {
878                        "smithy.api#documentation": "<p>The total reservation coverage, in hours.</p>"
879                    }
880                }
881            },
882            "traits": {
883                "smithy.api#documentation": "<p>Reservation\n            coverage for a specified period, in\n            hours.</p>"
884            }
885        },
886        "com.amazonaws.costexplorer#CoverageCost": {
887            "type": "structure",
888            "members": {
889                "OnDemandCost": {
890                    "target": "com.amazonaws.costexplorer#OnDemandCost",
891                    "traits": {
892                        "smithy.api#documentation": "<p>How much an On-Demand Instance costs.</p>"
893                    }
894                }
895            },
896            "traits": {
897                "smithy.api#documentation": "<p>How much it costs to run an instance.</p>"
898            }
899        },
900        "com.amazonaws.costexplorer#CoverageHours": {
901            "type": "structure",
902            "members": {
903                "OnDemandHours": {
904                    "target": "com.amazonaws.costexplorer#OnDemandHours",
905                    "traits": {
906                        "smithy.api#documentation": "<p>The number of instance running hours that On-Demand Instances covered.</p>"
907                    }
908                },
909                "ReservedHours": {
910                    "target": "com.amazonaws.costexplorer#ReservedHours",
911                    "traits": {
912                        "smithy.api#documentation": "<p>The number of instance running hours that reservations covered.</p>"
913                    }
914                },
915                "TotalRunningHours": {
916                    "target": "com.amazonaws.costexplorer#TotalRunningHours",
917                    "traits": {
918                        "smithy.api#documentation": "<p>The total instance usage, in hours.</p>"
919                    }
920                },
921                "CoverageHoursPercentage": {
922                    "target": "com.amazonaws.costexplorer#CoverageHoursPercentage",
923                    "traits": {
924                        "smithy.api#documentation": "<p>The percentage of instance hours that a reservation covered.</p>"
925                    }
926                }
927            },
928            "traits": {
929                "smithy.api#documentation": "<p>How long a running instance either used a reservation or was On-Demand.</p>"
930            }
931        },
932        "com.amazonaws.costexplorer#CoverageHoursPercentage": {
933            "type": "string"
934        },
935        "com.amazonaws.costexplorer#CoverageNormalizedUnits": {
936            "type": "structure",
937            "members": {
938                "OnDemandNormalizedUnits": {
939                    "target": "com.amazonaws.costexplorer#OnDemandNormalizedUnits",
940                    "traits": {
941                        "smithy.api#documentation": "<p>The number of normalized units that are covered by On-Demand Instances instead of a\n            reservation.</p>"
942                    }
943                },
944                "ReservedNormalizedUnits": {
945                    "target": "com.amazonaws.costexplorer#ReservedNormalizedUnits",
946                    "traits": {
947                        "smithy.api#documentation": "<p>The number of normalized units that a reservation covers.</p>"
948                    }
949                },
950                "TotalRunningNormalizedUnits": {
951                    "target": "com.amazonaws.costexplorer#TotalRunningNormalizedUnits",
952                    "traits": {
953                        "smithy.api#documentation": "<p>The total number of normalized units that you used.</p>"
954                    }
955                },
956                "CoverageNormalizedUnitsPercentage": {
957                    "target": "com.amazonaws.costexplorer#CoverageNormalizedUnitsPercentage",
958                    "traits": {
959                        "smithy.api#documentation": "<p>The percentage of your used instance normalized units that a reservation\n            covers.</p>"
960                    }
961                }
962            },
963            "traits": {
964                "smithy.api#documentation": "<p>The amount of instance usage, in normalized units. Normalized units enable you to\n            see your EC2 usage for multiple sizes of instances in a uniform way. For example,\n            suppose you run an xlarge instance and a 2xlarge instance. If you run both instances for\n            the same amount of time, the 2xlarge instance uses twice as much of your reservation as\n            the xlarge instance, even though both instances show only one instance-hour. Using\n            normalized units instead of instance-hours, the xlarge instance used 8 normalized units,\n            and the 2xlarge instance used 16 normalized units.</p>\n        <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-modifying.html\">Modifying Reserved Instances</a> in the <i>Amazon Elastic Compute Cloud User Guide for\n                Linux Instances</i>.</p>"
965            }
966        },
967        "com.amazonaws.costexplorer#CoverageNormalizedUnitsPercentage": {
968            "type": "string"
969        },
970        "com.amazonaws.costexplorer#CoveragesByTime": {
971            "type": "list",
972            "member": {
973                "target": "com.amazonaws.costexplorer#CoverageByTime"
974            }
975        },
976        "com.amazonaws.costexplorer#CreateAnomalyMonitor": {
977            "type": "operation",
978            "input": {
979                "target": "com.amazonaws.costexplorer#CreateAnomalyMonitorRequest"
980            },
981            "output": {
982                "target": "com.amazonaws.costexplorer#CreateAnomalyMonitorResponse"
983            },
984            "errors": [
985                {
986                    "target": "com.amazonaws.costexplorer#LimitExceededException"
987                }
988            ],
989            "traits": {
990                "smithy.api#documentation": "<p>Creates a new cost anomaly detection monitor with the requested type and monitor\n      specification. </p>"
991            }
992        },
993        "com.amazonaws.costexplorer#CreateAnomalyMonitorRequest": {
994            "type": "structure",
995            "members": {
996                "AnomalyMonitor": {
997                    "target": "com.amazonaws.costexplorer#AnomalyMonitor",
998                    "traits": {
999                        "smithy.api#documentation": "<p> The cost anomaly detection monitor object that you want to create.</p>",
1000                        "smithy.api#required": {}
1001                    }
1002                }
1003            }
1004        },
1005        "com.amazonaws.costexplorer#CreateAnomalyMonitorResponse": {
1006            "type": "structure",
1007            "members": {
1008                "MonitorArn": {
1009                    "target": "com.amazonaws.costexplorer#GenericString",
1010                    "traits": {
1011                        "smithy.api#documentation": "<p> The unique identifier of your newly created cost anomaly detection monitor.</p>",
1012                        "smithy.api#required": {}
1013                    }
1014                }
1015            }
1016        },
1017        "com.amazonaws.costexplorer#CreateAnomalySubscription": {
1018            "type": "operation",
1019            "input": {
1020                "target": "com.amazonaws.costexplorer#CreateAnomalySubscriptionRequest"
1021            },
1022            "output": {
1023                "target": "com.amazonaws.costexplorer#CreateAnomalySubscriptionResponse"
1024            },
1025            "errors": [
1026                {
1027                    "target": "com.amazonaws.costexplorer#LimitExceededException"
1028                },
1029                {
1030                    "target": "com.amazonaws.costexplorer#UnknownMonitorException"
1031                }
1032            ],
1033            "traits": {
1034                "smithy.api#documentation": "<p>Adds a subscription to a cost anomaly detection monitor. You can use each subscription to\n      define subscribers with email or SNS notifications. Email subscribers can set a dollar\n      threshold and a time frequency for receiving notifications. </p>"
1035            }
1036        },
1037        "com.amazonaws.costexplorer#CreateAnomalySubscriptionRequest": {
1038            "type": "structure",
1039            "members": {
1040                "AnomalySubscription": {
1041                    "target": "com.amazonaws.costexplorer#AnomalySubscription",
1042                    "traits": {
1043                        "smithy.api#documentation": "<p>\n      The cost anomaly subscription object that you want to create.\n    </p>",
1044                        "smithy.api#required": {}
1045                    }
1046                }
1047            }
1048        },
1049        "com.amazonaws.costexplorer#CreateAnomalySubscriptionResponse": {
1050            "type": "structure",
1051            "members": {
1052                "SubscriptionArn": {
1053                    "target": "com.amazonaws.costexplorer#GenericString",
1054                    "traits": {
1055                        "smithy.api#documentation": "<p>\n      The unique identifier of your newly created cost anomaly subscription.\n    </p>",
1056                        "smithy.api#required": {}
1057                    }
1058                }
1059            }
1060        },
1061        "com.amazonaws.costexplorer#CreateCostCategoryDefinition": {
1062            "type": "operation",
1063            "input": {
1064                "target": "com.amazonaws.costexplorer#CreateCostCategoryDefinitionRequest"
1065            },
1066            "output": {
1067                "target": "com.amazonaws.costexplorer#CreateCostCategoryDefinitionResponse"
1068            },
1069            "errors": [
1070                {
1071                    "target": "com.amazonaws.costexplorer#LimitExceededException"
1072                },
1073                {
1074                    "target": "com.amazonaws.costexplorer#ServiceQuotaExceededException"
1075                }
1076            ],
1077            "traits": {
1078                "smithy.api#documentation": "<p>Creates a new Cost Category with the requested name and rules.</p>"
1079            }
1080        },
1081        "com.amazonaws.costexplorer#CreateCostCategoryDefinitionRequest": {
1082            "type": "structure",
1083            "members": {
1084                "Name": {
1085                    "target": "com.amazonaws.costexplorer#CostCategoryName",
1086                    "traits": {
1087                        "smithy.api#required": {}
1088                    }
1089                },
1090                "RuleVersion": {
1091                    "target": "com.amazonaws.costexplorer#CostCategoryRuleVersion",
1092                    "traits": {
1093                        "smithy.api#required": {}
1094                    }
1095                },
1096                "Rules": {
1097                    "target": "com.amazonaws.costexplorer#CostCategoryRulesList",
1098                    "traits": {
1099                        "smithy.api#documentation": "<p>The Cost Category rules used to categorize costs. For more information, see\n        <a href=\"https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_CostCategoryRule.html\">CostCategoryRule</a>.</p>",
1100                        "smithy.api#required": {}
1101                    }
1102                },
1103                "DefaultValue": {
1104                    "target": "com.amazonaws.costexplorer#CostCategoryValue"
1105                }
1106            }
1107        },
1108        "com.amazonaws.costexplorer#CreateCostCategoryDefinitionResponse": {
1109            "type": "structure",
1110            "members": {
1111                "CostCategoryArn": {
1112                    "target": "com.amazonaws.costexplorer#Arn",
1113                    "traits": {
1114                        "smithy.api#documentation": "<p>\n      The unique identifier for your newly created Cost Category.\n    </p>"
1115                    }
1116                },
1117                "EffectiveStart": {
1118                    "target": "com.amazonaws.costexplorer#ZonedDateTime",
1119                    "traits": {
1120                        "smithy.api#documentation": "<p>\n      The Cost Category's effective start date.\n    </p>"
1121                    }
1122                }
1123            }
1124        },
1125        "com.amazonaws.costexplorer#CurrentInstance": {
1126            "type": "structure",
1127            "members": {
1128                "ResourceId": {
1129                    "target": "com.amazonaws.costexplorer#GenericString",
1130                    "traits": {
1131                        "smithy.api#documentation": "<p>Resource ID of the current instance.</p>"
1132                    }
1133                },
1134                "InstanceName": {
1135                    "target": "com.amazonaws.costexplorer#GenericString",
1136                    "traits": {
1137                        "smithy.api#documentation": "<p>The name you've given an instance. This field will show as blank if you haven't given the instance a name.</p>"
1138                    }
1139                },
1140                "Tags": {
1141                    "target": "com.amazonaws.costexplorer#TagValuesList",
1142                    "traits": {
1143                        "smithy.api#documentation": "<p>Cost allocation resource tags applied to the instance.</p>"
1144                    }
1145                },
1146                "ResourceDetails": {
1147                    "target": "com.amazonaws.costexplorer#ResourceDetails",
1148                    "traits": {
1149                        "smithy.api#documentation": "<p> Details about the resource and utilization.</p>"
1150                    }
1151                },
1152                "ResourceUtilization": {
1153                    "target": "com.amazonaws.costexplorer#ResourceUtilization",
1154                    "traits": {
1155                        "smithy.api#documentation": "<p> Utilization information of the current instance during the lookback period.</p>"
1156                    }
1157                },
1158                "ReservationCoveredHoursInLookbackPeriod": {
1159                    "target": "com.amazonaws.costexplorer#GenericString",
1160                    "traits": {
1161                        "smithy.api#documentation": "<p> Number of hours during the lookback period covered by reservations.</p>"
1162                    }
1163                },
1164                "SavingsPlansCoveredHoursInLookbackPeriod": {
1165                    "target": "com.amazonaws.costexplorer#GenericString",
1166                    "traits": {
1167                        "smithy.api#documentation": "<p>Number of hours during the lookback period covered by Savings Plans.</p>"
1168                    }
1169                },
1170                "OnDemandHoursInLookbackPeriod": {
1171                    "target": "com.amazonaws.costexplorer#GenericString",
1172                    "traits": {
1173                        "smithy.api#documentation": "<p> Number of hours during the lookback period billed at On-Demand rates.</p>"
1174                    }
1175                },
1176                "TotalRunningHoursInLookbackPeriod": {
1177                    "target": "com.amazonaws.costexplorer#GenericString",
1178                    "traits": {
1179                        "smithy.api#documentation": "<p> The total number of hours the instance ran during the lookback period.</p>"
1180                    }
1181                },
1182                "MonthlyCost": {
1183                    "target": "com.amazonaws.costexplorer#GenericString",
1184                    "traits": {
1185                        "smithy.api#documentation": "<p> Current On-Demand cost of operating this instance on a monthly basis.</p>"
1186                    }
1187                },
1188                "CurrencyCode": {
1189                    "target": "com.amazonaws.costexplorer#GenericString",
1190                    "traits": {
1191                        "smithy.api#documentation": "<p> The currency code that AWS used to calculate the costs for this instance.</p>"
1192                    }
1193                }
1194            },
1195            "traits": {
1196                "smithy.api#documentation": "<p>Context about the current instance.</p>"
1197            }
1198        },
1199        "com.amazonaws.costexplorer#DataUnavailableException": {
1200            "type": "structure",
1201            "members": {
1202                "Message": {
1203                    "target": "com.amazonaws.costexplorer#ErrorMessage"
1204                }
1205            },
1206            "traits": {
1207                "smithy.api#documentation": "<p>The requested data is unavailable.</p>",
1208                "smithy.api#error": "client"
1209            }
1210        },
1211        "com.amazonaws.costexplorer#DateInterval": {
1212            "type": "structure",
1213            "members": {
1214                "Start": {
1215                    "target": "com.amazonaws.costexplorer#YearMonthDay",
1216                    "traits": {
1217                        "smithy.api#documentation": "<p>The beginning of the time period. The start\n            date is inclusive. For example, if <code>start</code> is <code>2017-01-01</code>, AWS\n            retrieves cost and usage data starting at <code>2017-01-01</code> up to the end\n            date. The start date must be equal to or no later than the current date to avoid a validation error.</p>",
1218                        "smithy.api#required": {}
1219                    }
1220                },
1221                "End": {
1222                    "target": "com.amazonaws.costexplorer#YearMonthDay",
1223                    "traits": {
1224                        "smithy.api#documentation": "<p>The end of the time period. The end date is\n            exclusive. For example, if <code>end</code> is <code>2017-05-01</code>, AWS retrieves\n            cost and usage data from the start date up to, but not including,\n                <code>2017-05-01</code>.</p>",
1225                        "smithy.api#required": {}
1226                    }
1227                }
1228            },
1229            "traits": {
1230                "smithy.api#documentation": "<p>The time period of the request.\n        </p>"
1231            }
1232        },
1233        "com.amazonaws.costexplorer#DeleteAnomalyMonitor": {
1234            "type": "operation",
1235            "input": {
1236                "target": "com.amazonaws.costexplorer#DeleteAnomalyMonitorRequest"
1237            },
1238            "output": {
1239                "target": "com.amazonaws.costexplorer#DeleteAnomalyMonitorResponse"
1240            },
1241            "errors": [
1242                {
1243                    "target": "com.amazonaws.costexplorer#LimitExceededException"
1244                },
1245                {
1246                    "target": "com.amazonaws.costexplorer#UnknownMonitorException"
1247                }
1248            ],
1249            "traits": {
1250                "smithy.api#documentation": "<p>Deletes a cost anomaly monitor. </p>"
1251            }
1252        },
1253        "com.amazonaws.costexplorer#DeleteAnomalyMonitorRequest": {
1254            "type": "structure",
1255            "members": {
1256                "MonitorArn": {
1257                    "target": "com.amazonaws.costexplorer#GenericString",
1258                    "traits": {
1259                        "smithy.api#documentation": "<p> The unique identifier of the cost anomaly monitor that you want to delete. </p>",
1260                        "smithy.api#required": {}
1261                    }
1262                }
1263            }
1264        },
1265        "com.amazonaws.costexplorer#DeleteAnomalyMonitorResponse": {
1266            "type": "structure",
1267            "members": {}
1268        },
1269        "com.amazonaws.costexplorer#DeleteAnomalySubscription": {
1270            "type": "operation",
1271            "input": {
1272                "target": "com.amazonaws.costexplorer#DeleteAnomalySubscriptionRequest"
1273            },
1274            "output": {
1275                "target": "com.amazonaws.costexplorer#DeleteAnomalySubscriptionResponse"
1276            },
1277            "errors": [
1278                {
1279                    "target": "com.amazonaws.costexplorer#LimitExceededException"
1280                },
1281                {
1282                    "target": "com.amazonaws.costexplorer#UnknownSubscriptionException"
1283                }
1284            ],
1285            "traits": {
1286                "smithy.api#documentation": "<p>Deletes a cost anomaly subscription. </p>"
1287            }
1288        },
1289        "com.amazonaws.costexplorer#DeleteAnomalySubscriptionRequest": {
1290            "type": "structure",
1291            "members": {
1292                "SubscriptionArn": {
1293                    "target": "com.amazonaws.costexplorer#GenericString",
1294                    "traits": {
1295                        "smithy.api#documentation": "<p> The unique identifier of the cost anomaly subscription that you want to delete. </p>",
1296                        "smithy.api#required": {}
1297                    }
1298                }
1299            }
1300        },
1301        "com.amazonaws.costexplorer#DeleteAnomalySubscriptionResponse": {
1302            "type": "structure",
1303            "members": {}
1304        },
1305        "com.amazonaws.costexplorer#DeleteCostCategoryDefinition": {
1306            "type": "operation",
1307            "input": {
1308                "target": "com.amazonaws.costexplorer#DeleteCostCategoryDefinitionRequest"
1309            },
1310            "output": {
1311                "target": "com.amazonaws.costexplorer#DeleteCostCategoryDefinitionResponse"
1312            },
1313            "errors": [
1314                {
1315                    "target": "com.amazonaws.costexplorer#LimitExceededException"
1316                },
1317                {
1318                    "target": "com.amazonaws.costexplorer#ResourceNotFoundException"
1319                }
1320            ],
1321            "traits": {
1322                "smithy.api#documentation": "<p>Deletes a Cost Category. Expenses from this month going forward will no longer be categorized with this Cost Category.</p>"
1323            }
1324        },
1325        "com.amazonaws.costexplorer#DeleteCostCategoryDefinitionRequest": {
1326            "type": "structure",
1327            "members": {
1328                "CostCategoryArn": {
1329                    "target": "com.amazonaws.costexplorer#Arn",
1330                    "traits": {
1331                        "smithy.api#documentation": "<p>\n      The unique identifier for your Cost Category.\n    </p>",
1332                        "smithy.api#required": {}
1333                    }
1334                }
1335            }
1336        },
1337        "com.amazonaws.costexplorer#DeleteCostCategoryDefinitionResponse": {
1338            "type": "structure",
1339            "members": {
1340                "CostCategoryArn": {
1341                    "target": "com.amazonaws.costexplorer#Arn",
1342                    "traits": {
1343                        "smithy.api#documentation": "<p>\n      The unique identifier for your Cost Category.\n    </p>"
1344                    }
1345                },
1346                "EffectiveEnd": {
1347                    "target": "com.amazonaws.costexplorer#ZonedDateTime",
1348                    "traits": {
1349                        "smithy.api#documentation": "<p>\n      The effective end date of the Cost Category as a result of deleting it. No costs after this date will be categorized by the deleted Cost Category.\n    </p>"
1350                    }
1351                }
1352            }
1353        },
1354        "com.amazonaws.costexplorer#DescribeCostCategoryDefinition": {
1355            "type": "operation",
1356            "input": {
1357                "target": "com.amazonaws.costexplorer#DescribeCostCategoryDefinitionRequest"
1358            },
1359            "output": {
1360                "target": "com.amazonaws.costexplorer#DescribeCostCategoryDefinitionResponse"
1361            },
1362            "errors": [
1363                {
1364                    "target": "com.amazonaws.costexplorer#LimitExceededException"
1365                },
1366                {
1367                    "target": "com.amazonaws.costexplorer#ResourceNotFoundException"
1368                }
1369            ],
1370            "traits": {
1371                "smithy.api#documentation": "<p>Returns the name, ARN, rules, definition, and effective dates of a Cost Category that's defined in the account.</p>\n         <p>You have the option to use <code>EffectiveOn</code> to return a Cost Category that is active on a specific date. If there is no <code>EffectiveOn</code> specified, you’ll see a Cost Category that is effective on the current date. If Cost Category is still effective, <code>EffectiveEnd</code> is omitted in the response. </p>"
1372            }
1373        },
1374        "com.amazonaws.costexplorer#DescribeCostCategoryDefinitionRequest": {
1375            "type": "structure",
1376            "members": {
1377                "CostCategoryArn": {
1378                    "target": "com.amazonaws.costexplorer#Arn",
1379                    "traits": {
1380                        "smithy.api#documentation": "<p>\n      The unique identifier for your Cost Category.\n    </p>",
1381                        "smithy.api#required": {}
1382                    }
1383                },
1384                "EffectiveOn": {
1385                    "target": "com.amazonaws.costexplorer#ZonedDateTime",
1386                    "traits": {
1387                        "smithy.api#documentation": "<p>\n      The date when the Cost Category was effective.\n    </p>"
1388                    }
1389                }
1390            }
1391        },
1392        "com.amazonaws.costexplorer#DescribeCostCategoryDefinitionResponse": {
1393            "type": "structure",
1394            "members": {
1395                "CostCategory": {
1396                    "target": "com.amazonaws.costexplorer#CostCategory"
1397                }
1398            }
1399        },
1400        "com.amazonaws.costexplorer#Dimension": {
1401            "type": "string",
1402            "traits": {
1403                "smithy.api#enum": [
1404                    {
1405                        "value": "AZ",
1406                        "name": "AZ"
1407                    },
1408                    {
1409                        "value": "INSTANCE_TYPE",
1410                        "name": "INSTANCE_TYPE"
1411                    },
1412                    {
1413                        "value": "LINKED_ACCOUNT",
1414                        "name": "LINKED_ACCOUNT"
1415                    },
1416                    {
1417                        "value": "LINKED_ACCOUNT_NAME",
1418                        "name": "LINKED_ACCOUNT_NAME"
1419                    },
1420                    {
1421                        "value": "OPERATION",
1422                        "name": "OPERATION"
1423                    },
1424                    {
1425                        "value": "PURCHASE_TYPE",
1426                        "name": "PURCHASE_TYPE"
1427                    },
1428                    {
1429                        "value": "REGION",
1430                        "name": "REGION"
1431                    },
1432                    {
1433                        "value": "SERVICE",
1434                        "name": "SERVICE"
1435                    },
1436                    {
1437                        "value": "SERVICE_CODE",
1438                        "name": "SERVICE_CODE"
1439                    },
1440                    {
1441                        "value": "USAGE_TYPE",
1442                        "name": "USAGE_TYPE"
1443                    },
1444                    {
1445                        "value": "USAGE_TYPE_GROUP",
1446                        "name": "USAGE_TYPE_GROUP"
1447                    },
1448                    {
1449                        "value": "RECORD_TYPE",
1450                        "name": "RECORD_TYPE"
1451                    },
1452                    {
1453                        "value": "OPERATING_SYSTEM",
1454                        "name": "OPERATING_SYSTEM"
1455                    },
1456                    {
1457                        "value": "TENANCY",
1458                        "name": "TENANCY"
1459                    },
1460                    {
1461                        "value": "SCOPE",
1462                        "name": "SCOPE"
1463                    },
1464                    {
1465                        "value": "PLATFORM",
1466                        "name": "PLATFORM"
1467                    },
1468                    {
1469                        "value": "SUBSCRIPTION_ID",
1470                        "name": "SUBSCRIPTION_ID"
1471                    },
1472                    {
1473                        "value": "LEGAL_ENTITY_NAME",
1474                        "name": "LEGAL_ENTITY_NAME"
1475                    },
1476                    {
1477                        "value": "DEPLOYMENT_OPTION",
1478                        "name": "DEPLOYMENT_OPTION"
1479                    },
1480                    {
1481                        "value": "DATABASE_ENGINE",
1482                        "name": "DATABASE_ENGINE"
1483                    },
1484                    {
1485                        "value": "CACHE_ENGINE",
1486                        "name": "CACHE_ENGINE"
1487                    },
1488                    {
1489                        "value": "INSTANCE_TYPE_FAMILY",
1490                        "name": "INSTANCE_TYPE_FAMILY"
1491                    },
1492                    {
1493                        "value": "BILLING_ENTITY",
1494                        "name": "BILLING_ENTITY"
1495                    },
1496                    {
1497                        "value": "RESERVATION_ID",
1498                        "name": "RESERVATION_ID"
1499                    },
1500                    {
1501                        "value": "RESOURCE_ID",
1502                        "name": "RESOURCE_ID"
1503                    },
1504                    {
1505                        "value": "RIGHTSIZING_TYPE",
1506                        "name": "RIGHTSIZING_TYPE"
1507                    },
1508                    {
1509                        "value": "SAVINGS_PLANS_TYPE",
1510                        "name": "SAVINGS_PLANS_TYPE"
1511                    },
1512                    {
1513                        "value": "SAVINGS_PLAN_ARN",
1514                        "name": "SAVINGS_PLAN_ARN"
1515                    },
1516                    {
1517                        "value": "PAYMENT_OPTION",
1518                        "name": "PAYMENT_OPTION"
1519                    },
1520                    {
1521                        "value": "AGREEMENT_END_DATE_TIME_AFTER",
1522                        "name": "AGREEMENT_END_DATE_TIME_AFTER"
1523                    },
1524                    {
1525                        "value": "AGREEMENT_END_DATE_TIME_BEFORE",
1526                        "name": "AGREEMENT_END_DATE_TIME_BEFORE"
1527                    }
1528                ]
1529            }
1530        },
1531        "com.amazonaws.costexplorer#DimensionValues": {
1532            "type": "structure",
1533            "members": {
1534                "Key": {
1535                    "target": "com.amazonaws.costexplorer#Dimension",
1536                    "traits": {
1537                        "smithy.api#documentation": "<p>The names of the metadata types that you can use to filter and group your results.\n            For example, <code>AZ</code> returns a list of Availability Zones.</p>"
1538                    }
1539                },
1540                "Values": {
1541                    "target": "com.amazonaws.costexplorer#Values",
1542                    "traits": {
1543                        "smithy.api#documentation": "<p>The metadata values that you can use to filter and group your results. You can use\n                <code>GetDimensionValues</code> to find specific values.</p>"
1544                    }
1545                },
1546                "MatchOptions": {
1547                    "target": "com.amazonaws.costexplorer#MatchOptions",
1548                    "traits": {
1549                        "smithy.api#documentation": "<p>The match options that you can use to filter your results.\n                <code>MatchOptions</code> is only applicable for actions related to Cost Category.\n            The default values for <code>MatchOptions</code> are <code>EQUALS</code> and\n                <code>CASE_SENSITIVE</code>.</p>"
1550                    }
1551                }
1552            },
1553            "traits": {
1554                "smithy.api#documentation": "<p>The metadata that you can use to filter and group your results. You can use\n                <code>GetDimensionValues</code> to find specific values.</p>"
1555            }
1556        },
1557        "com.amazonaws.costexplorer#DimensionValuesWithAttributes": {
1558            "type": "structure",
1559            "members": {
1560                "Value": {
1561                    "target": "com.amazonaws.costexplorer#Value",
1562                    "traits": {
1563                        "smithy.api#documentation": "<p>The value of a dimension with a specific attribute.</p>"
1564                    }
1565                },
1566                "Attributes": {
1567                    "target": "com.amazonaws.costexplorer#Attributes",
1568                    "traits": {
1569                        "smithy.api#documentation": "<p>The attribute that applies to a specific <code>Dimension</code>.</p>"
1570                    }
1571                }
1572            },
1573            "traits": {
1574                "smithy.api#documentation": "<p>The metadata of a specific type that you can use to filter and group your results.\n            You can use <code>GetDimensionValues</code> to find specific values.</p>"
1575            }
1576        },
1577        "com.amazonaws.costexplorer#DimensionValuesWithAttributesList": {
1578            "type": "list",
1579            "member": {
1580                "target": "com.amazonaws.costexplorer#DimensionValuesWithAttributes"
1581            }
1582        },
1583        "com.amazonaws.costexplorer#EBSResourceUtilization": {
1584            "type": "structure",
1585            "members": {
1586                "EbsReadOpsPerSecond": {
1587                    "target": "com.amazonaws.costexplorer#GenericString",
1588                    "traits": {
1589                        "smithy.api#documentation": "<p>\n            The maximum number of read operations per second.\n        </p>"
1590                    }
1591                },
1592                "EbsWriteOpsPerSecond": {
1593                    "target": "com.amazonaws.costexplorer#GenericString",
1594                    "traits": {
1595                        "smithy.api#documentation": "<p>\n            The maximum number of write operations per second.\n        </p>"
1596                    }
1597                },
1598                "EbsReadBytesPerSecond": {
1599                    "target": "com.amazonaws.costexplorer#GenericString",
1600                    "traits": {
1601                        "smithy.api#documentation": "<p>\n            The maximum size of read operations per second\n        </p>"
1602                    }
1603                },
1604                "EbsWriteBytesPerSecond": {
1605                    "target": "com.amazonaws.costexplorer#GenericString",
1606                    "traits": {
1607                        "smithy.api#documentation": "<p>\n            The maximum size of write operations per second.\n        </p>"
1608                    }
1609                }
1610            },
1611            "traits": {
1612                "smithy.api#documentation": "<p>\n            The EBS field that contains a list of EBS metrics associated with the current instance.\n        </p>"
1613            }
1614        },
1615        "com.amazonaws.costexplorer#EC2InstanceDetails": {
1616            "type": "structure",
1617            "members": {
1618                "Family": {
1619                    "target": "com.amazonaws.costexplorer#GenericString",
1620                    "traits": {
1621                        "smithy.api#documentation": "<p>The instance family of the recommended reservation.</p>"
1622                    }
1623                },
1624                "InstanceType": {
1625                    "target": "com.amazonaws.costexplorer#GenericString",
1626                    "traits": {
1627                        "smithy.api#documentation": "<p>The type of instance that AWS recommends.</p>"
1628                    }
1629                },
1630                "Region": {
1631                    "target": "com.amazonaws.costexplorer#GenericString",
1632                    "traits": {
1633                        "smithy.api#documentation": "<p>The AWS Region of the recommended reservation.</p>"
1634                    }
1635                },
1636                "AvailabilityZone": {
1637                    "target": "com.amazonaws.costexplorer#GenericString",
1638                    "traits": {
1639                        "smithy.api#documentation": "<p>The Availability Zone of the recommended reservation.</p>"
1640                    }
1641                },
1642                "Platform": {
1643                    "target": "com.amazonaws.costexplorer#GenericString",
1644                    "traits": {
1645                        "smithy.api#documentation": "<p>The platform of the recommended reservation. The platform is the specific\n            combination of operating system, license model, and software on an instance.</p>"
1646                    }
1647                },
1648                "Tenancy": {
1649                    "target": "com.amazonaws.costexplorer#GenericString",
1650                    "traits": {
1651                        "smithy.api#documentation": "<p>Whether the recommended reservation is dedicated or shared.</p>"
1652                    }
1653                },
1654                "CurrentGeneration": {
1655                    "target": "com.amazonaws.costexplorer#GenericBoolean",
1656                    "traits": {
1657                        "smithy.api#documentation": "<p>Whether the recommendation is for a current-generation instance. </p>"
1658                    }
1659                },
1660                "SizeFlexEligible": {
1661                    "target": "com.amazonaws.costexplorer#GenericBoolean",
1662                    "traits": {
1663                        "smithy.api#documentation": "<p>Whether the recommended reservation is size flexible.</p>"
1664                    }
1665                }
1666            },
1667            "traits": {
1668                "smithy.api#documentation": "<p>Details about the Amazon EC2 instances that AWS recommends that you purchase.</p>"
1669            }
1670        },
1671        "com.amazonaws.costexplorer#EC2ResourceDetails": {
1672            "type": "structure",
1673            "members": {
1674                "HourlyOnDemandRate": {
1675                    "target": "com.amazonaws.costexplorer#GenericString",
1676                    "traits": {
1677                        "smithy.api#documentation": "<p> Hourly public On-Demand rate for the instance type.</p>"
1678                    }
1679                },
1680                "InstanceType": {
1681                    "target": "com.amazonaws.costexplorer#GenericString",
1682                    "traits": {
1683                        "smithy.api#documentation": "<p> The type of AWS instance.</p>"
1684                    }
1685                },
1686                "Platform": {
1687                    "target": "com.amazonaws.costexplorer#GenericString",
1688                    "traits": {
1689                        "smithy.api#documentation": "<p> The platform of the AWS instance. The platform is the specific combination of\n            operating system, license model, and software on an instance.</p>"
1690                    }
1691                },
1692                "Region": {
1693                    "target": "com.amazonaws.costexplorer#GenericString",
1694                    "traits": {
1695                        "smithy.api#documentation": "<p> The AWS Region of the instance.</p>"
1696                    }
1697                },
1698                "Sku": {
1699                    "target": "com.amazonaws.costexplorer#GenericString",
1700                    "traits": {
1701                        "smithy.api#documentation": "<p> The SKU of the product.</p>"
1702                    }
1703                },
1704                "Memory": {
1705                    "target": "com.amazonaws.costexplorer#GenericString",
1706                    "traits": {
1707                        "smithy.api#documentation": "<p> Memory capacity of the AWS instance.</p>"
1708                    }
1709                },
1710                "NetworkPerformance": {
1711                    "target": "com.amazonaws.costexplorer#GenericString",
1712                    "traits": {
1713                        "smithy.api#documentation": "<p> Network performance capacity of the AWS instance.</p>"
1714                    }
1715                },
1716                "Storage": {
1717                    "target": "com.amazonaws.costexplorer#GenericString",
1718                    "traits": {
1719                        "smithy.api#documentation": "<p> The disk storage of the AWS instance (not EBS storage).</p>"
1720                    }
1721                },
1722                "Vcpu": {
1723                    "target": "com.amazonaws.costexplorer#GenericString",
1724                    "traits": {
1725                        "smithy.api#documentation": "<p> Number of VCPU cores in the AWS instance type.</p>"
1726                    }
1727                }
1728            },
1729            "traits": {
1730                "smithy.api#documentation": "<p> Details on the Amazon EC2 Resource.</p>"
1731            }
1732        },
1733        "com.amazonaws.costexplorer#EC2ResourceUtilization": {
1734            "type": "structure",
1735            "members": {
1736                "MaxCpuUtilizationPercentage": {
1737                    "target": "com.amazonaws.costexplorer#GenericString",
1738                    "traits": {
1739                        "smithy.api#documentation": "<p> Maximum observed or expected CPU utilization of the instance.</p>"
1740                    }
1741                },
1742                "MaxMemoryUtilizationPercentage": {
1743                    "target": "com.amazonaws.costexplorer#GenericString",
1744                    "traits": {
1745                        "smithy.api#documentation": "<p> Maximum observed or expected memory utilization of the instance.</p>"
1746                    }
1747                },
1748                "MaxStorageUtilizationPercentage": {
1749                    "target": "com.amazonaws.costexplorer#GenericString",
1750                    "traits": {
1751                        "smithy.api#documentation": "<p> Maximum observed or expected storage utilization of the instance (does not measure EBS storage).</p>"
1752                    }
1753                },
1754                "EBSResourceUtilization": {
1755                    "target": "com.amazonaws.costexplorer#EBSResourceUtilization",
1756                    "traits": {
1757                        "smithy.api#documentation": "<p>\n            The EBS field that contains a list of EBS metrics associated with the current instance.\n        </p>"
1758                    }
1759                }
1760            },
1761            "traits": {
1762                "smithy.api#documentation": "<p> Utilization metrics of the instance.  </p>"
1763            }
1764        },
1765        "com.amazonaws.costexplorer#EC2Specification": {
1766            "type": "structure",
1767            "members": {
1768                "OfferingClass": {
1769                    "target": "com.amazonaws.costexplorer#OfferingClass",
1770                    "traits": {
1771                        "smithy.api#documentation": "<p>Whether you want a recommendation for standard or convertible\n            reservations.</p>"
1772                    }
1773                }
1774            },
1775            "traits": {
1776                "smithy.api#documentation": "<p>The Amazon EC2 hardware specifications that you want AWS to provide recommendations\n            for.</p>"
1777            }
1778        },
1779        "com.amazonaws.costexplorer#ESInstanceDetails": {
1780            "type": "structure",
1781            "members": {
1782                "InstanceClass": {
1783                    "target": "com.amazonaws.costexplorer#GenericString",
1784                    "traits": {
1785                        "smithy.api#documentation": "<p>The class of instance that AWS recommends.</p>"
1786                    }
1787                },
1788                "InstanceSize": {
1789                    "target": "com.amazonaws.costexplorer#GenericString",
1790                    "traits": {
1791                        "smithy.api#documentation": "<p>The size of instance that AWS recommends.</p>"
1792                    }
1793                },
1794                "Region": {
1795                    "target": "com.amazonaws.costexplorer#GenericString",
1796                    "traits": {
1797                        "smithy.api#documentation": "<p>The AWS Region of the recommended reservation.</p>"
1798                    }
1799                },
1800                "CurrentGeneration": {
1801                    "target": "com.amazonaws.costexplorer#GenericBoolean",
1802                    "traits": {
1803                        "smithy.api#documentation": "<p>Whether the recommendation is for a current-generation instance.</p>"
1804                    }
1805                },
1806                "SizeFlexEligible": {
1807                    "target": "com.amazonaws.costexplorer#GenericBoolean",
1808                    "traits": {
1809                        "smithy.api#documentation": "<p>Whether the recommended reservation is size flexible.</p>"
1810                    }
1811                }
1812            },
1813            "traits": {
1814                "smithy.api#documentation": "<p>Details about the Amazon ES instances that AWS recommends that you\n            purchase.</p>"
1815            }
1816        },
1817        "com.amazonaws.costexplorer#ElastiCacheInstanceDetails": {
1818            "type": "structure",
1819            "members": {
1820                "Family": {
1821                    "target": "com.amazonaws.costexplorer#GenericString",
1822                    "traits": {
1823                        "smithy.api#documentation": "<p>The instance family of the recommended reservation.</p>"
1824                    }
1825                },
1826                "NodeType": {
1827                    "target": "com.amazonaws.costexplorer#GenericString",
1828                    "traits": {
1829                        "smithy.api#documentation": "<p>The type of node that AWS recommends.</p>"
1830                    }
1831                },
1832                "Region": {
1833                    "target": "com.amazonaws.costexplorer#GenericString",
1834                    "traits": {
1835                        "smithy.api#documentation": "<p>The AWS Region of the recommended reservation.</p>"
1836                    }
1837                },
1838                "ProductDescription": {
1839                    "target": "com.amazonaws.costexplorer#GenericString",
1840                    "traits": {
1841                        "smithy.api#documentation": "<p>The description of the recommended reservation.</p>"
1842                    }
1843                },
1844                "CurrentGeneration": {
1845                    "target": "com.amazonaws.costexplorer#GenericBoolean",
1846                    "traits": {
1847                        "smithy.api#documentation": "<p>Whether the recommendation is for a current generation instance.</p>"
1848                    }
1849                },
1850                "SizeFlexEligible": {
1851                    "target": "com.amazonaws.costexplorer#GenericBoolean",
1852                    "traits": {
1853                        "smithy.api#documentation": "<p>Whether the recommended reservation is size flexible.</p>"
1854                    }
1855                }
1856            },
1857            "traits": {
1858                "smithy.api#documentation": "<p>Details about the Amazon ElastiCache instances that AWS recommends that you\n            purchase.</p>"
1859            }
1860        },
1861        "com.amazonaws.costexplorer#Entity": {
1862            "type": "string"
1863        },
1864        "com.amazonaws.costexplorer#ErrorMessage": {
1865            "type": "string"
1866        },
1867        "com.amazonaws.costexplorer#Estimated": {
1868            "type": "boolean"
1869        },
1870        "com.amazonaws.costexplorer#Expression": {
1871            "type": "structure",
1872            "members": {
1873                "Or": {
1874                    "target": "com.amazonaws.costexplorer#Expressions",
1875                    "traits": {
1876                        "smithy.api#documentation": "<p>Return results that match either <code>Dimension</code> object.</p>"
1877                    }
1878                },
1879                "And": {
1880                    "target": "com.amazonaws.costexplorer#Expressions",
1881                    "traits": {
1882                        "smithy.api#documentation": "<p>Return results that match both <code>Dimension</code> objects.</p>"
1883                    }
1884                },
1885                "Not": {
1886                    "target": "com.amazonaws.costexplorer#Expression",
1887                    "traits": {
1888                        "smithy.api#documentation": "<p>Return results that don't match a <code>Dimension</code> object.</p>"
1889                    }
1890                },
1891                "Dimensions": {
1892                    "target": "com.amazonaws.costexplorer#DimensionValues",
1893                    "traits": {
1894                        "smithy.api#documentation": "<p>The specific <code>Dimension</code> to use for <code>Expression</code>.</p>"
1895                    }
1896                },
1897                "Tags": {
1898                    "target": "com.amazonaws.costexplorer#TagValues",
1899                    "traits": {
1900                        "smithy.api#documentation": "<p>The specific <code>Tag</code> to use for <code>Expression</code>.</p>"
1901                    }
1902                },
1903                "CostCategories": {
1904                    "target": "com.amazonaws.costexplorer#CostCategoryValues",
1905                    "traits": {
1906                        "smithy.api#documentation": "<p>The filter based on <code>CostCategory</code> values.</p>"
1907                    }
1908                }
1909            },
1910            "traits": {
1911                "smithy.api#documentation": "<p>Use <code>Expression</code> to filter by cost or by usage. There are two patterns: </p>\n        <ul>\n            <li>\n                <p>Simple dimension values - You can set the dimension name and values for the\n                    filters that you plan to use. For example, you can filter for\n                    <code>REGION==us-east-1 OR REGION==us-west-1</code>. For <code>GetRightsizingRecommendation</code>, the Region is a full name (for example, <code>REGION==US East (N. Virginia)</code>. The\n                        <code>Expression</code> example looks like:</p>\n                <p>\n                  <code>{ \"Dimensions\": { \"Key\": \"REGION\", \"Values\": [ \"us-east-1\",\n                        “us-west-1” ] } }</code>\n                </p>\n                <p>The list of dimension values are OR'd together to retrieve cost or usage\n                    data. You can create <code>Expression</code> and <code>DimensionValues</code>\n                    objects using either <code>with*</code> methods or <code>set*</code> methods in\n                    multiple lines. </p>\n            </li>\n            <li>\n                <p>Compound dimension values with logical operations - You can use multiple\n                        <code>Expression</code> types and the logical operators\n                        <code>AND/OR/NOT</code> to create a list of one or more\n                        <code>Expression</code> objects. This allows you to filter on more advanced\n                    options. For example, you can filter on <code>((REGION == us-east-1 OR\n                        REGION == us-west-1) OR (TAG.Type == Type1)) AND (USAGE_TYPE !=\n                        DataTransfer)</code>. The <code>Expression</code> for that looks like\n                    this:</p>\n                <p>\n                  <code>{ \"And\": [ {\"Or\": [ {\"Dimensions\": { \"Key\": \"REGION\",\n                        \"Values\": [ \"us-east-1\", \"us-west-1\" ] }}, {\"Tags\": { \"Key\": \"TagName\",\n                        \"Values\": [\"Value1\"] } } ]}, {\"Not\": {\"Dimensions\": { \"Key\": \"USAGE_TYPE\",\n                        \"Values\": [\"DataTransfer\"] }}} ] } </code>\n               </p>\n                <note>\n                    <p>Because each <code>Expression</code> can have only one operator, the\n                        service returns an error if more than one is specified. The following\n                        example shows an <code>Expression</code> object that creates an\n                        error.</p>\n                </note>\n                <p>\n                    <code> { \"And\": [ ... ], \"DimensionValues\": { \"Dimension\": \"USAGE_TYPE\",\n                        \"Values\": [ \"DataTransfer\" ] } } </code>\n               </p>\n            </li>\n         </ul>\n        <note>\n            <p>For the <code>GetRightsizingRecommendation</code> action, a combination of OR and NOT is not\n                supported. OR is not supported between different dimensions, or dimensions and tags.\n                NOT operators aren't supported.\n                Dimensions\n                are also limited to <code>LINKED_ACCOUNT</code>, <code>REGION</code>, or\n                    <code>RIGHTSIZING_TYPE</code>.</p> \n\t\t\t\t\t\n\t\t\t\t\t       <p>For the <code>GetReservationPurchaseRecommendation</code> action, only NOT is supported. AND and OR are not supported. Dimensions are limited to <code>LINKED_ACCOUNT</code>.</p>\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n         </note>"
1912            }
1913        },
1914        "com.amazonaws.costexplorer#Expressions": {
1915            "type": "list",
1916            "member": {
1917                "target": "com.amazonaws.costexplorer#Expression"
1918            }
1919        },
1920        "com.amazonaws.costexplorer#ForecastResult": {
1921            "type": "structure",
1922            "members": {
1923                "TimePeriod": {
1924                    "target": "com.amazonaws.costexplorer#DateInterval",
1925                    "traits": {
1926                        "smithy.api#documentation": "<p>The period of time that the forecast covers.</p>"
1927                    }
1928                },
1929                "MeanValue": {
1930                    "target": "com.amazonaws.costexplorer#GenericString",
1931                    "traits": {
1932                        "smithy.api#documentation": "<p>The mean value of the forecast.</p>"
1933                    }
1934                },
1935                "PredictionIntervalLowerBound": {
1936                    "target": "com.amazonaws.costexplorer#GenericString",
1937                    "traits": {
1938                        "smithy.api#documentation": "<p>The lower limit for the prediction interval. </p>"
1939                    }
1940                },
1941                "PredictionIntervalUpperBound": {
1942                    "target": "com.amazonaws.costexplorer#GenericString",
1943                    "traits": {
1944                        "smithy.api#documentation": "<p>The upper limit for the prediction interval. </p>"
1945                    }
1946                }
1947            },
1948            "traits": {
1949                "smithy.api#documentation": "<p>The forecast created for your query.</p>"
1950            }
1951        },
1952        "com.amazonaws.costexplorer#ForecastResultsByTime": {
1953            "type": "list",
1954            "member": {
1955                "target": "com.amazonaws.costexplorer#ForecastResult"
1956            }
1957        },
1958        "com.amazonaws.costexplorer#GenericBoolean": {
1959            "type": "boolean"
1960        },
1961        "com.amazonaws.costexplorer#GenericDouble": {
1962            "type": "double"
1963        },
1964        "com.amazonaws.costexplorer#GenericString": {
1965            "type": "string",
1966            "traits": {
1967                "smithy.api#length": {
1968                    "min": 0,
1969                    "max": 1024
1970                },
1971                "smithy.api#pattern": "[\\S\\s]*"
1972            }
1973        },
1974        "com.amazonaws.costexplorer#GetAnomalies": {
1975            "type": "operation",
1976            "input": {
1977                "target": "com.amazonaws.costexplorer#GetAnomaliesRequest"
1978            },
1979            "output": {
1980                "target": "com.amazonaws.costexplorer#GetAnomaliesResponse"
1981            },
1982            "errors": [
1983                {
1984                    "target": "com.amazonaws.costexplorer#InvalidNextTokenException"
1985                },
1986                {
1987                    "target": "com.amazonaws.costexplorer#LimitExceededException"
1988                }
1989            ],
1990            "traits": {
1991                "smithy.api#documentation": "<p>Retrieves all of the cost anomalies detected on your account, during the time period\n      specified by the <code>DateInterval</code> object. </p>"
1992            }
1993        },
1994        "com.amazonaws.costexplorer#GetAnomaliesRequest": {
1995            "type": "structure",
1996            "members": {
1997                "MonitorArn": {
1998                    "target": "com.amazonaws.costexplorer#GenericString",
1999                    "traits": {
2000                        "smithy.api#documentation": "<p>Retrieves all of the cost anomalies detected for a specific cost anomaly monitor Amazon\n      Resource Name (ARN). </p>"
2001                    }
2002                },
2003                "DateInterval": {
2004                    "target": "com.amazonaws.costexplorer#AnomalyDateInterval",
2005                    "traits": {
2006                        "smithy.api#documentation": "<p>Assigns the start and end dates for retrieving cost anomalies. The returned anomaly object\n      will have an <code>AnomalyEndDate</code> in the specified time range. </p>",
2007                        "smithy.api#required": {}
2008                    }
2009                },
2010                "Feedback": {
2011                    "target": "com.amazonaws.costexplorer#AnomalyFeedbackType",
2012                    "traits": {
2013                        "smithy.api#documentation": "<p>Filters anomaly results by the feedback field on the anomaly object. </p>"
2014                    }
2015                },
2016                "TotalImpact": {
2017                    "target": "com.amazonaws.costexplorer#TotalImpactFilter",
2018                    "traits": {
2019                        "smithy.api#documentation": "<p>Filters anomaly results by the total impact field on the anomaly object. For example, you\n      can filter anomalies <code>GREATER_THAN 200.00</code> to retrieve anomalies, with an estimated\n      dollar impact greater than 200. </p>"
2020                    }
2021                },
2022                "NextPageToken": {
2023                    "target": "com.amazonaws.costexplorer#NextPageToken",
2024                    "traits": {
2025                        "smithy.api#documentation": "<p>\n      The token to retrieve the next set of results. AWS provides the token when the response from a previous call has more results than the maximum page size.\n    </p>"
2026                    }
2027                },
2028                "MaxResults": {
2029                    "target": "com.amazonaws.costexplorer#PageSize",
2030                    "traits": {
2031                        "smithy.api#documentation": "<p>\n      The number of entries a paginated response contains.\n    </p>"
2032                    }
2033                }
2034            }
2035        },
2036        "com.amazonaws.costexplorer#GetAnomaliesResponse": {
2037            "type": "structure",
2038            "members": {
2039                "Anomalies": {
2040                    "target": "com.amazonaws.costexplorer#Anomalies",
2041                    "traits": {
2042                        "smithy.api#documentation": "<p>\n      A list of cost anomalies.\n    </p>",
2043                        "smithy.api#required": {}
2044                    }
2045                },
2046                "NextPageToken": {
2047                    "target": "com.amazonaws.costexplorer#NextPageToken",
2048                    "traits": {
2049                        "smithy.api#documentation": "<p>\n      The token to retrieve the next set of results. AWS provides the token when the response from a previous call has more results than the maximum page size.\n    </p>"
2050                    }
2051                }
2052            }
2053        },
2054        "com.amazonaws.costexplorer#GetAnomalyMonitors": {
2055            "type": "operation",
2056            "input": {
2057                "target": "com.amazonaws.costexplorer#GetAnomalyMonitorsRequest"
2058            },
2059            "output": {
2060                "target": "com.amazonaws.costexplorer#GetAnomalyMonitorsResponse"
2061            },
2062            "errors": [
2063                {
2064                    "target": "com.amazonaws.costexplorer#InvalidNextTokenException"
2065                },
2066                {
2067                    "target": "com.amazonaws.costexplorer#LimitExceededException"
2068                },
2069                {
2070                    "target": "com.amazonaws.costexplorer#UnknownMonitorException"
2071                }
2072            ],
2073            "traits": {
2074                "smithy.api#documentation": "<p>Retrieves the cost anomaly monitor definitions for your account. You can filter using a\n      list of cost anomaly monitor Amazon Resource Names (ARNs). </p>"
2075            }
2076        },
2077        "com.amazonaws.costexplorer#GetAnomalyMonitorsRequest": {
2078            "type": "structure",
2079            "members": {
2080                "MonitorArnList": {
2081                    "target": "com.amazonaws.costexplorer#Values",
2082                    "traits": {
2083                        "smithy.api#documentation": "<p>\n      A list of cost anomaly monitor ARNs.\n    </p>"
2084                    }
2085                },
2086                "NextPageToken": {
2087                    "target": "com.amazonaws.costexplorer#NextPageToken",
2088                    "traits": {
2089                        "smithy.api#documentation": "<p>\n      The token to retrieve the next set of results. AWS provides the token when the response from a previous call has more results than the maximum page size.\n    </p>"
2090                    }
2091                },
2092                "MaxResults": {
2093                    "target": "com.amazonaws.costexplorer#PageSize",
2094                    "traits": {
2095                        "smithy.api#documentation": "<p>\n      The number of entries a paginated response contains.\n    </p>"
2096                    }
2097                }
2098            }
2099        },
2100        "com.amazonaws.costexplorer#GetAnomalyMonitorsResponse": {
2101            "type": "structure",
2102            "members": {
2103                "AnomalyMonitors": {
2104                    "target": "com.amazonaws.costexplorer#AnomalyMonitors",
2105                    "traits": {
2106                        "smithy.api#documentation": "<p>\n      A list of cost anomaly monitors that includes the detailed metadata for each monitor.\n    </p>",
2107                        "smithy.api#required": {}
2108                    }
2109                },
2110                "NextPageToken": {
2111                    "target": "com.amazonaws.costexplorer#NextPageToken",
2112                    "traits": {
2113                        "smithy.api#documentation": "<p>\n      The token to retrieve the next set of results. AWS provides the token when the response from a previous call has more results than the maximum page size.\n    </p>"
2114                    }
2115                }
2116            }
2117        },
2118        "com.amazonaws.costexplorer#GetAnomalySubscriptions": {
2119            "type": "operation",
2120            "input": {
2121                "target": "com.amazonaws.costexplorer#GetAnomalySubscriptionsRequest"
2122            },
2123            "output": {
2124                "target": "com.amazonaws.costexplorer#GetAnomalySubscriptionsResponse"
2125            },
2126            "errors": [
2127                {
2128                    "target": "com.amazonaws.costexplorer#InvalidNextTokenException"
2129                },
2130                {
2131                    "target": "com.amazonaws.costexplorer#LimitExceededException"
2132                },
2133                {
2134                    "target": "com.amazonaws.costexplorer#UnknownSubscriptionException"
2135                }
2136            ],
2137            "traits": {
2138                "smithy.api#documentation": "<p>Retrieves the cost anomaly subscription objects for your account. You can filter using a\n      list of cost anomaly monitor Amazon Resource Names (ARNs). </p>"
2139            }
2140        },
2141        "com.amazonaws.costexplorer#GetAnomalySubscriptionsRequest": {
2142            "type": "structure",
2143            "members": {
2144                "SubscriptionArnList": {
2145                    "target": "com.amazonaws.costexplorer#Values",
2146                    "traits": {
2147                        "smithy.api#documentation": "<p>\n      A list of cost anomaly subscription ARNs.\n    </p>"
2148                    }
2149                },
2150                "MonitorArn": {
2151                    "target": "com.amazonaws.costexplorer#GenericString",
2152                    "traits": {
2153                        "smithy.api#documentation": "<p>\n      Cost anomaly monitor ARNs.\n    </p>"
2154                    }
2155                },
2156                "NextPageToken": {
2157                    "target": "com.amazonaws.costexplorer#NextPageToken",
2158                    "traits": {
2159                        "smithy.api#documentation": "<p>\n      The token to retrieve the next set of results. AWS provides the token when the response from a previous call has more results than the maximum page size.\n    </p>"
2160                    }
2161                },
2162                "MaxResults": {
2163                    "target": "com.amazonaws.costexplorer#PageSize",
2164                    "traits": {
2165                        "smithy.api#documentation": "<p>\n      The number of entries a paginated response contains.\n    </p>"
2166                    }
2167                }
2168            }
2169        },
2170        "com.amazonaws.costexplorer#GetAnomalySubscriptionsResponse": {
2171            "type": "structure",
2172            "members": {
2173                "AnomalySubscriptions": {
2174                    "target": "com.amazonaws.costexplorer#AnomalySubscriptions",
2175                    "traits": {
2176                        "smithy.api#documentation": "<p>\n      A list of cost anomaly subscriptions that includes the detailed metadata for each one.\n    </p>",
2177                        "smithy.api#required": {}
2178                    }
2179                },
2180                "NextPageToken": {
2181                    "target": "com.amazonaws.costexplorer#NextPageToken",
2182                    "traits": {
2183                        "smithy.api#documentation": "<p>\n      The token to retrieve the next set of results. AWS provides the token when the response from a previous call has more results than the maximum page size.\n    </p>"
2184                    }
2185                }
2186            }
2187        },
2188        "com.amazonaws.costexplorer#GetCostAndUsage": {
2189            "type": "operation",
2190            "input": {
2191                "target": "com.amazonaws.costexplorer#GetCostAndUsageRequest"
2192            },
2193            "output": {
2194                "target": "com.amazonaws.costexplorer#GetCostAndUsageResponse"
2195            },
2196            "errors": [
2197                {
2198                    "target": "com.amazonaws.costexplorer#BillExpirationException"
2199                },
2200                {
2201                    "target": "com.amazonaws.costexplorer#DataUnavailableException"
2202                },
2203                {
2204                    "target": "com.amazonaws.costexplorer#InvalidNextTokenException"
2205                },
2206                {
2207                    "target": "com.amazonaws.costexplorer#LimitExceededException"
2208                },
2209                {
2210                    "target": "com.amazonaws.costexplorer#RequestChangedException"
2211                }
2212            ],
2213            "traits": {
2214                "smithy.api#documentation": "<p>Retrieves cost and usage metrics for your account. You can specify which cost and usage-related metric, such as \n\t\t\t<code>BlendedCosts</code> or <code>UsageQuantity</code>, that you want the request to return. You can also filter and group \n\t\t\tyour data by various dimensions, such as <code>SERVICE</code> or <code>AZ</code>, in a specific time range. For a complete list \n\t\t\tof valid dimensions, see the \n\t\t\t<a href=\"https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_GetDimensionValues.html\">GetDimensionValues</a> \n\t\t  operation. Management account in an organization in AWS Organizations have access to all member accounts.</p>\n\t        <p>For information about filter limitations, see <a href=\"https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/billing-limits.html\">Quotas and restrictions</a> in the <i>Billing and Cost Management User Guide</i>.</p>"
2215            }
2216        },
2217        "com.amazonaws.costexplorer#GetCostAndUsageRequest": {
2218            "type": "structure",
2219            "members": {
2220                "TimePeriod": {
2221                    "target": "com.amazonaws.costexplorer#DateInterval",
2222                    "traits": {
2223                        "smithy.api#documentation": "<p>Sets the start and end dates for retrieving AWS costs. The start date is inclusive,  but the end date is exclusive. For example, if <code>start</code> is <code>2017-01-01</code> and <code>end</code> is <code>2017-05-01</code>, then the cost and usage data is  \n            retrieved from <code>2017-01-01</code> up to and including <code>2017-04-30</code> but not including <code>2017-05-01</code>.</p>",
2224                        "smithy.api#required": {}
2225                    }
2226                },
2227                "Granularity": {
2228                    "target": "com.amazonaws.costexplorer#Granularity",
2229                    "traits": {
2230                        "smithy.api#documentation": "<p>Sets the AWS cost granularity to <code>MONTHLY</code> or <code>DAILY</code>, or <code>HOURLY</code>. If <code>Granularity</code> isn't set, \n\t    the response object doesn't include the <code>Granularity</code>, either <code>MONTHLY</code> or <code>DAILY</code>, or <code>HOURLY</code>. </p>"
2231                    }
2232                },
2233                "Filter": {
2234                    "target": "com.amazonaws.costexplorer#Expression",
2235                    "traits": {
2236                        "smithy.api#documentation": "<p>Filters AWS costs by different dimensions. For example, you can specify <code>SERVICE</code> and <code>LINKED_ACCOUNT</code> \n\t\t\tand get the costs that are associated with that account's usage of that service. You can nest <code>Expression</code> objects \n\t\t\tto define any combination of dimension filters. For more information, see \n\t\t\t<a href=\"https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_Expression.html\">Expression</a>. </p>"
2237                    }
2238                },
2239                "Metrics": {
2240                    "target": "com.amazonaws.costexplorer#MetricNames",
2241                    "traits": {
2242                        "smithy.api#documentation": "<p>Which metrics are returned in the query. For more information about blended and unblended rates, see \n\t\t\t<a href=\"http://aws.amazon.com/premiumsupport/knowledge-center/blended-rates-intro/\">Why does the \"blended\" annotation \n\t\t\t\tappear on some line items in my bill?</a>. </p>\n\t\t       <p>Valid values are <code>AmortizedCost</code>, <code>BlendedCost</code>, <code>NetAmortizedCost</code>, \n\t\t\t<code>NetUnblendedCost</code>, <code>NormalizedUsageAmount</code>, <code>UnblendedCost</code>, and <code>UsageQuantity</code>. </p>\n\t\t       <note>\n\t\t\t         <p>If you return the <code>UsageQuantity</code> metric, the service aggregates all usage numbers without \n\t\t\t\ttaking into account the units. For example, if you aggregate <code>usageQuantity</code> across all of Amazon EC2, \n\t\t\t\tthe results aren't meaningful because Amazon EC2 compute hours and data transfer are measured in different units \n\t\t\t\t(for example, hours vs. GB). To get more meaningful <code>UsageQuantity</code> metrics, filter by <code>UsageType</code> or \n\t\t\t\t<code>UsageTypeGroups</code>. </p>\n\t\t       </note>\n\t\t       <p>\n            <code>Metrics</code> is required for <code>GetCostAndUsage</code> requests.</p>",
2243                        "smithy.api#required": {}
2244                    }
2245                },
2246                "GroupBy": {
2247                    "target": "com.amazonaws.costexplorer#GroupDefinitions",
2248                    "traits": {
2249                        "smithy.api#documentation": "<p>You can group AWS costs using up to two different groups, either dimensions, tag keys,\n      cost categories, or any two group by types.</p>\n\t\t       <p>When you group by tag key, you get all tag values, including empty strings.</p>\n\t\t       <p>Valid values are <code>AZ</code>, <code>INSTANCE_TYPE</code>, <code>LEGAL_ENTITY_NAME</code>, <code>LINKED_ACCOUNT</code>, \n\t\t\t<code>OPERATION</code>, <code>PLATFORM</code>, <code>PURCHASE_TYPE</code>, <code>SERVICE</code>, <code>TAGS</code>, \n\t\t  <code>TENANCY</code>, <code>RECORD_TYPE</code>, and <code>USAGE_TYPE</code>.</p>"
2250                    }
2251                },
2252                "NextPageToken": {
2253                    "target": "com.amazonaws.costexplorer#NextPageToken",
2254                    "traits": {
2255                        "smithy.api#documentation": "<p>The token to retrieve the next set of results. AWS provides the token when the response from a previous call has more results than the maximum page size.</p>"
2256                    }
2257                }
2258            }
2259        },
2260        "com.amazonaws.costexplorer#GetCostAndUsageResponse": {
2261            "type": "structure",
2262            "members": {
2263                "NextPageToken": {
2264                    "target": "com.amazonaws.costexplorer#NextPageToken",
2265                    "traits": {
2266                        "smithy.api#documentation": "<p>The token for the next set of retrievable results. AWS provides the token when the response from a previous call has more results than the maximum page size.</p>"
2267                    }
2268                },
2269                "GroupDefinitions": {
2270                    "target": "com.amazonaws.costexplorer#GroupDefinitions",
2271                    "traits": {
2272                        "smithy.api#documentation": "<p>The groups that are specified by the <code>Filter</code> or <code>GroupBy</code> parameters in the request.</p>"
2273                    }
2274                },
2275                "ResultsByTime": {
2276                    "target": "com.amazonaws.costexplorer#ResultsByTime",
2277                    "traits": {
2278                        "smithy.api#documentation": "<p>The time period that is covered by the results in the response.</p>"
2279                    }
2280                },
2281                "DimensionValueAttributes": {
2282                    "target": "com.amazonaws.costexplorer#DimensionValuesWithAttributesList",
2283                    "traits": {
2284                        "smithy.api#documentation": "<p>The attributes that apply to a specific dimension value. For example, if the value is a linked account, the attribute is that account name.</p>"
2285                    }
2286                }
2287            }
2288        },
2289        "com.amazonaws.costexplorer#GetCostAndUsageWithResources": {
2290            "type": "operation",
2291            "input": {
2292                "target": "com.amazonaws.costexplorer#GetCostAndUsageWithResourcesRequest"
2293            },
2294            "output": {
2295                "target": "com.amazonaws.costexplorer#GetCostAndUsageWithResourcesResponse"
2296            },
2297            "errors": [
2298                {
2299                    "target": "com.amazonaws.costexplorer#BillExpirationException"
2300                },
2301                {
2302                    "target": "com.amazonaws.costexplorer#DataUnavailableException"
2303                },
2304                {
2305                    "target": "com.amazonaws.costexplorer#InvalidNextTokenException"
2306                },
2307                {
2308                    "target": "com.amazonaws.costexplorer#LimitExceededException"
2309                },
2310                {
2311                    "target": "com.amazonaws.costexplorer#RequestChangedException"
2312                }
2313            ],
2314            "traits": {
2315                "smithy.api#documentation": "<p>Retrieves cost and usage metrics with resources for your account. You can specify which cost and\n\t    usage-related metric, such as <code>BlendedCosts</code> or <code>UsageQuantity</code>, that\n\t    you want the request to return. You can also filter and group your data by various dimensions,\n\t    such as <code>SERVICE</code> or <code>AZ</code>, in a specific time range. For a complete list\n\t    of valid dimensions, see the <a href=\"https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_GetDimensionValues.html\">GetDimensionValues</a> operation. Management account in an organization in AWS\n\t    Organizations have access to all member accounts. This API is currently available for the Amazon Elastic Compute Cloud – Compute service only.</p>\n\t        <note>\n            <p>This is an opt-in only feature. You can enable this feature from the Cost Explorer Settings page. For information on how to access the Settings page, see <a href=\"https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/ce-access.html\">Controlling Access for Cost Explorer</a> in the <i>AWS Billing and Cost Management User Guide</i>.</p>\n         </note>"
2316            }
2317        },
2318        "com.amazonaws.costexplorer#GetCostAndUsageWithResourcesRequest": {
2319            "type": "structure",
2320            "members": {
2321                "TimePeriod": {
2322                    "target": "com.amazonaws.costexplorer#DateInterval",
2323                    "traits": {
2324                        "smithy.api#documentation": "<p>Sets the start and end dates for retrieving Amazon Web Services costs. The range must be within the last 14 days (the start date cannot be earlier than 14 days ago). The start date is inclusive,  but the end date is exclusive. For example, if <code>start</code> is <code>2017-01-01</code> and <code>end</code> is <code>2017-05-01</code>, then the cost and usage data is  \n            retrieved from <code>2017-01-01</code> up to and including <code>2017-04-30</code> but not including <code>2017-05-01</code>.</p>",
2325                        "smithy.api#required": {}
2326                    }
2327                },
2328                "Granularity": {
2329                    "target": "com.amazonaws.costexplorer#Granularity",
2330                    "traits": {
2331                        "smithy.api#documentation": "<p>Sets the AWS cost granularity to <code>MONTHLY</code>, <code>DAILY</code>, or <code>HOURLY</code>. If\n\t    <code>Granularity</code> isn't set, the response object doesn't include the\n\t    <code>Granularity</code>, <code>MONTHLY</code>, <code>DAILY</code>, or <code>HOURLY</code>. </p>"
2332                    }
2333                },
2334                "Filter": {
2335                    "target": "com.amazonaws.costexplorer#Expression",
2336                    "traits": {
2337                        "smithy.api#documentation": "<p>Filters Amazon Web Services costs by different dimensions. For example, you can specify\n      <code>SERVICE</code> and <code>LINKED_ACCOUNT</code> and get the costs that are associated\n      with that account's usage of that service. You can nest <code>Expression</code> objects to\n      define any combination of dimension filters. For more information, see <a href=\"https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_Expression.html\">Expression</a>. </p>\n         <p>The <code>GetCostAndUsageWithResources</code> operation requires that you either group by or filter by a\n      <code>ResourceId</code>. It requires the <a href=\"https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_Expression.html\">Expression</a> \n            <code>\"SERVICE = Amazon Elastic Compute Cloud - Compute\"</code> in the filter.</p>",
2338                        "smithy.api#required": {}
2339                    }
2340                },
2341                "Metrics": {
2342                    "target": "com.amazonaws.costexplorer#MetricNames",
2343                    "traits": {
2344                        "smithy.api#documentation": "<p>Which metrics are returned in the query. For more information about blended and\n      unblended rates, see <a href=\"http://aws.amazon.com/premiumsupport/knowledge-center/blended-rates-intro/\">Why does\n        the \"blended\" annotation appear on some line items in my bill?</a>. </p>\n         <p>Valid values are <code>AmortizedCost</code>, <code>BlendedCost</code>,\n      <code>NetAmortizedCost</code>, <code>NetUnblendedCost</code>,\n      <code>NormalizedUsageAmount</code>, <code>UnblendedCost</code>, and\n      <code>UsageQuantity</code>. </p>\n         <note>\n            <p>If you return the <code>UsageQuantity</code> metric, the service aggregates all usage\n        numbers without taking the units into account. For example, if you aggregate\n        <code>usageQuantity</code> across all of Amazon EC2, the results aren't meaningful because\n        Amazon EC2 compute hours and data transfer are measured in different units (for example, hours\n        vs. GB). To get more meaningful <code>UsageQuantity</code> metrics, filter by\n        <code>UsageType</code> or <code>UsageTypeGroups</code>. </p>\n         </note>\n         <p>\n            <code>Metrics</code> is required for <code>GetCostAndUsageWithResources</code> requests.</p>"
2345                    }
2346                },
2347                "GroupBy": {
2348                    "target": "com.amazonaws.costexplorer#GroupDefinitions",
2349                    "traits": {
2350                        "smithy.api#documentation": "<p>You can group Amazon Web Services costs using up to two different groups: <code>DIMENSION</code>, <code>TAG</code>, <code>COST_CATEGORY</code>.</p>"
2351                    }
2352                },
2353                "NextPageToken": {
2354                    "target": "com.amazonaws.costexplorer#NextPageToken",
2355                    "traits": {
2356                        "smithy.api#documentation": "<p>The token to retrieve the next set of results. AWS provides the token when the response from a previous call has more results than the maximum page size.</p>"
2357                    }
2358                }
2359            }
2360        },
2361        "com.amazonaws.costexplorer#GetCostAndUsageWithResourcesResponse": {
2362            "type": "structure",
2363            "members": {
2364                "NextPageToken": {
2365                    "target": "com.amazonaws.costexplorer#NextPageToken",
2366                    "traits": {
2367                        "smithy.api#documentation": "<p>The token for the next set of retrievable results. AWS provides the token when the response from a previous call has more results than the maximum page size.</p>"
2368                    }
2369                },
2370                "GroupDefinitions": {
2371                    "target": "com.amazonaws.costexplorer#GroupDefinitions",
2372                    "traits": {
2373                        "smithy.api#documentation": "<p>The groups that are specified by the <code>Filter</code> or <code>GroupBy</code>\n      parameters in the request.</p>"
2374                    }
2375                },
2376                "ResultsByTime": {
2377                    "target": "com.amazonaws.costexplorer#ResultsByTime",
2378                    "traits": {
2379                        "smithy.api#documentation": "<p>The time period that is covered by the results in the response.</p>"
2380                    }
2381                },
2382                "DimensionValueAttributes": {
2383                    "target": "com.amazonaws.costexplorer#DimensionValuesWithAttributesList",
2384                    "traits": {
2385                        "smithy.api#documentation": "<p>The attributes that apply to a specific dimension value. For example, if the value is a linked account, the attribute is that account name.</p>"
2386                    }
2387                }
2388            }
2389        },
2390        "com.amazonaws.costexplorer#GetCostCategories": {
2391            "type": "operation",
2392            "input": {
2393                "target": "com.amazonaws.costexplorer#GetCostCategoriesRequest"
2394            },
2395            "output": {
2396                "target": "com.amazonaws.costexplorer#GetCostCategoriesResponse"
2397            },
2398            "errors": [
2399                {
2400                    "target": "com.amazonaws.costexplorer#BillExpirationException"
2401                },
2402                {
2403                    "target": "com.amazonaws.costexplorer#DataUnavailableException"
2404                },
2405                {
2406                    "target": "com.amazonaws.costexplorer#InvalidNextTokenException"
2407                },
2408                {
2409                    "target": "com.amazonaws.costexplorer#LimitExceededException"
2410                },
2411                {
2412                    "target": "com.amazonaws.costexplorer#RequestChangedException"
2413                }
2414            ],
2415            "traits": {
2416                "smithy.api#documentation": "<p>Retrieves an array of Cost Category names and values incurred cost.</p>\n\t        <note>\n            <p>If some Cost Category names and values are not associated with any cost, they will not be returned by this API.</p>\n         </note>"
2417            }
2418        },
2419        "com.amazonaws.costexplorer#GetCostCategoriesRequest": {
2420            "type": "structure",
2421            "members": {
2422                "SearchString": {
2423                    "target": "com.amazonaws.costexplorer#SearchString",
2424                    "traits": {
2425                        "smithy.api#documentation": "<p>The value that you want to search the filter values for.</p>\n\t        <p>If you do not specify a <code>CostCategoryName</code>, <code>SearchString</code> will be used to filter Cost Category names that match the <code>SearchString</code> pattern. If you do specifiy a <code>CostCategoryName</code>, <code>SearchString</code> will be used to filter Cost Category values that match the <code>SearchString</code> pattern.</p>"
2426                    }
2427                },
2428                "TimePeriod": {
2429                    "target": "com.amazonaws.costexplorer#DateInterval",
2430                    "traits": {
2431                        "smithy.api#required": {}
2432                    }
2433                },
2434                "CostCategoryName": {
2435                    "target": "com.amazonaws.costexplorer#CostCategoryName"
2436                },
2437                "Filter": {
2438                    "target": "com.amazonaws.costexplorer#Expression"
2439                },
2440                "SortBy": {
2441                    "target": "com.amazonaws.costexplorer#SortDefinitions",
2442                    "traits": {
2443                        "smithy.api#documentation": "<p>The value by which you want to sort the data.</p>\n\t        <p>The key represents cost and usage metrics. The following values are supported:</p>\n         <ul>\n            <li>\n               <p>\n                  <code>BlendedCost</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>UnblendedCost</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>AmortizedCost</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>NetAmortizedCost</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>NetUnblendedCost</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>UsageQuantity</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>NormalizedUsageAmount</code>\n               </p>\n            </li>\n         </ul>\n         <p>Supported values for <code>SortOrder</code> are <code>ASCENDING</code> or <code>DESCENDING</code>.</p>\n         <p>When using <code>SortBy</code>, <code>NextPageToken</code> and <code>SearchString</code> are not supported.</p>"
2444                    }
2445                },
2446                "MaxResults": {
2447                    "target": "com.amazonaws.costexplorer#MaxResults",
2448                    "traits": {
2449                        "smithy.api#documentation": "<p>This field is only used when <code>SortBy</code> is provided in the request.</p>\n\t        <p>The maximum number of objects that to be returned for this request.  If <code>MaxResults</code> is not specified with <code>SortBy</code>, the request will return 1000 results as the default value for this parameter.</p>\n\t        <p>For <code>GetCostCategories</code>, MaxResults has an upper limit of 1000.</p>"
2450                    }
2451                },
2452                "NextPageToken": {
2453                    "target": "com.amazonaws.costexplorer#NextPageToken",
2454                    "traits": {
2455                        "smithy.api#documentation": "<p>If the number of objects that are still available for retrieval exceeds the limit, AWS returns a NextPageToken value in the response. To retrieve the next batch of objects, provide the NextPageToken from the prior call in your next request.</p>"
2456                    }
2457                }
2458            }
2459        },
2460        "com.amazonaws.costexplorer#GetCostCategoriesResponse": {
2461            "type": "structure",
2462            "members": {
2463                "NextPageToken": {
2464                    "target": "com.amazonaws.costexplorer#NextPageToken",
2465                    "traits": {
2466                        "smithy.api#documentation": "<p>If the number of objects that are still available for retrieval exceeds the limit, AWS returns a NextPageToken value in the response. To retrieve the next batch of objects, provide the marker from the prior call in your next request.</p>"
2467                    }
2468                },
2469                "CostCategoryNames": {
2470                    "target": "com.amazonaws.costexplorer#CostCategoryNamesList",
2471                    "traits": {
2472                        "smithy.api#documentation": "<p>The names of the Cost Categories.</p>"
2473                    }
2474                },
2475                "CostCategoryValues": {
2476                    "target": "com.amazonaws.costexplorer#CostCategoryValuesList",
2477                    "traits": {
2478                        "smithy.api#documentation": "<p>The Cost Category values.</p>\n\t        <p>\n            <code>CostCategoryValues</code> are not returned if <code>CostCategoryName</code> is not specified in the request. </p>"
2479                    }
2480                },
2481                "ReturnSize": {
2482                    "target": "com.amazonaws.costexplorer#PageSize",
2483                    "traits": {
2484                        "smithy.api#documentation": "<p>The number of objects returned.</p>",
2485                        "smithy.api#required": {}
2486                    }
2487                },
2488                "TotalSize": {
2489                    "target": "com.amazonaws.costexplorer#PageSize",
2490                    "traits": {
2491                        "smithy.api#documentation": "<p>The total number of objects.</p>",
2492                        "smithy.api#required": {}
2493                    }
2494                }
2495            }
2496        },
2497        "com.amazonaws.costexplorer#GetCostForecast": {
2498            "type": "operation",
2499            "input": {
2500                "target": "com.amazonaws.costexplorer#GetCostForecastRequest"
2501            },
2502            "output": {
2503                "target": "com.amazonaws.costexplorer#GetCostForecastResponse"
2504            },
2505            "errors": [
2506                {
2507                    "target": "com.amazonaws.costexplorer#DataUnavailableException"
2508                },
2509                {
2510                    "target": "com.amazonaws.costexplorer#LimitExceededException"
2511                }
2512            ],
2513            "traits": {
2514                "smithy.api#documentation": "<p>Retrieves a forecast for how much Amazon Web Services predicts that you will spend over the forecast time period that you select, based on your past costs. </p>"
2515            }
2516        },
2517        "com.amazonaws.costexplorer#GetCostForecastRequest": {
2518            "type": "structure",
2519            "members": {
2520                "TimePeriod": {
2521                    "target": "com.amazonaws.costexplorer#DateInterval",
2522                    "traits": {
2523                        "smithy.api#documentation": "<p>The period of time that you want the forecast to cover. The start date must be equal to or no later than the current date to avoid a validation error.</p>",
2524                        "smithy.api#required": {}
2525                    }
2526                },
2527                "Metric": {
2528                    "target": "com.amazonaws.costexplorer#Metric",
2529                    "traits": {
2530                        "smithy.api#documentation": "<p>Which metric Cost Explorer uses to create your forecast. For more information about blended and unblended rates, see \n\t\t\t<a href=\"http://aws.amazon.com/premiumsupport/knowledge-center/blended-rates-intro/\">Why does the \"blended\" annotation \n\t\t\t\tappear on some line items in my bill?</a>. </p>\n\t\t       <p>Valid values for a <code>GetCostForecast</code> call are the following:</p>\n\t\t       <ul>\n            <li>\n\t\t\t\t           <p>AMORTIZED_COST</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>BLENDED_COST</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>NET_AMORTIZED_COST</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>NET_UNBLENDED_COST</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>UNBLENDED_COST</p>\n\t\t\t         </li>\n         </ul>",
2531                        "smithy.api#required": {}
2532                    }
2533                },
2534                "Granularity": {
2535                    "target": "com.amazonaws.costexplorer#Granularity",
2536                    "traits": {
2537                        "smithy.api#documentation": "<p>How granular you want the forecast to be. You can get 3 months of <code>DAILY</code> forecasts or 12 months of <code>MONTHLY</code> forecasts.</p>\n\t\t       <p>The <code>GetCostForecast</code> operation supports only <code>DAILY</code> and <code>MONTHLY</code> granularities.</p>",
2538                        "smithy.api#required": {}
2539                    }
2540                },
2541                "Filter": {
2542                    "target": "com.amazonaws.costexplorer#Expression",
2543                    "traits": {
2544                        "smithy.api#documentation": "<p>The filters that you want to use to filter your forecast. The <code>GetCostForecast</code> API supports filtering by the following dimensions:</p>\n\t\t    \n\t        <ul>\n            <li>\n               <p>\n                  <code>AZ</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>INSTANCE_TYPE</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>LINKED_ACCOUNT</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>LINKED_ACCOUNT_NAME</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>OPERATION</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>PURCHASE_TYPE</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>REGION</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>SERVICE</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>USAGE_TYPE</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>USAGE_TYPE_GROUP</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>RECORD_TYPE</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>OPERATING_SYSTEM</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>TENANCY</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>SCOPE</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>PLATFORM</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>SUBSCRIPTION_ID</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>LEGAL_ENTITY_NAME</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>DEPLOYMENT_OPTION</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>DATABASE_ENGINE</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>INSTANCE_TYPE_FAMILY</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>BILLING_ENTITY</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>RESERVATION_ID</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>SAVINGS_PLAN_ARN</code>\n               </p>\n            </li>\n         </ul>"
2545                    }
2546                },
2547                "PredictionIntervalLevel": {
2548                    "target": "com.amazonaws.costexplorer#PredictionIntervalLevel",
2549                    "traits": {
2550                        "smithy.api#documentation": "<p>Cost Explorer always returns the mean forecast as a single point. You can request a prediction interval around the mean \n\t\t\tby specifying a confidence level. The higher the confidence level, the more confident Cost Explorer is about the actual value \n\t\t\tfalling in the prediction interval. Higher confidence levels result in wider prediction intervals.</p>"
2551                    }
2552                }
2553            }
2554        },
2555        "com.amazonaws.costexplorer#GetCostForecastResponse": {
2556            "type": "structure",
2557            "members": {
2558                "Total": {
2559                    "target": "com.amazonaws.costexplorer#MetricValue",
2560                    "traits": {
2561                        "smithy.api#documentation": "<p>How much you are forecasted to spend over the forecast period, in <code>USD</code>.</p>"
2562                    }
2563                },
2564                "ForecastResultsByTime": {
2565                    "target": "com.amazonaws.costexplorer#ForecastResultsByTime",
2566                    "traits": {
2567                        "smithy.api#documentation": "<p>The forecasts for your query, in order. For <code>DAILY</code> forecasts, this is a list of days. For <code>MONTHLY</code> forecasts, \n\t\t\tthis is a list of months.</p>"
2568                    }
2569                }
2570            }
2571        },
2572        "com.amazonaws.costexplorer#GetDimensionValues": {
2573            "type": "operation",
2574            "input": {
2575                "target": "com.amazonaws.costexplorer#GetDimensionValuesRequest"
2576            },
2577            "output": {
2578                "target": "com.amazonaws.costexplorer#GetDimensionValuesResponse"
2579            },
2580            "errors": [
2581                {
2582                    "target": "com.amazonaws.costexplorer#BillExpirationException"
2583                },
2584                {
2585                    "target": "com.amazonaws.costexplorer#DataUnavailableException"
2586                },
2587                {
2588                    "target": "com.amazonaws.costexplorer#InvalidNextTokenException"
2589                },
2590                {
2591                    "target": "com.amazonaws.costexplorer#LimitExceededException"
2592                },
2593                {
2594                    "target": "com.amazonaws.costexplorer#RequestChangedException"
2595                }
2596            ],
2597            "traits": {
2598                "smithy.api#documentation": "<p>Retrieves all available filter values for a specified filter over a period of time. You can search the dimension values for an arbitrary string. </p>"
2599            }
2600        },
2601        "com.amazonaws.costexplorer#GetDimensionValuesRequest": {
2602            "type": "structure",
2603            "members": {
2604                "SearchString": {
2605                    "target": "com.amazonaws.costexplorer#SearchString",
2606                    "traits": {
2607                        "smithy.api#documentation": "<p>The value that you want to search the filter values for.</p>"
2608                    }
2609                },
2610                "TimePeriod": {
2611                    "target": "com.amazonaws.costexplorer#DateInterval",
2612                    "traits": {
2613                        "smithy.api#documentation": "<p>The start and end dates for retrieving the dimension values. The start date is inclusive,  but the end date is exclusive. For example, if <code>start</code> is <code>2017-01-01</code> and <code>end</code> is <code>2017-05-01</code>, then the cost and usage data is  \n            retrieved from <code>2017-01-01</code> up to and including <code>2017-04-30</code> but not including <code>2017-05-01</code>.</p>",
2614                        "smithy.api#required": {}
2615                    }
2616                },
2617                "Dimension": {
2618                    "target": "com.amazonaws.costexplorer#Dimension",
2619                    "traits": {
2620                        "smithy.api#documentation": "<p>The name of the dimension. Each <code>Dimension</code> is available for a different <code>Context</code>. \n\t\t\tFor more information, see <code>Context</code>. \n\t\t\t\n\t\t</p>",
2621                        "smithy.api#required": {}
2622                    }
2623                },
2624                "Context": {
2625                    "target": "com.amazonaws.costexplorer#Context",
2626                    "traits": {
2627                        "smithy.api#documentation": "<p>The context for the call to <code>GetDimensionValues</code>. This can be <code>RESERVATIONS</code> or <code>COST_AND_USAGE</code>. \n\t\t\tThe default value is <code>COST_AND_USAGE</code>. If the context is set to <code>RESERVATIONS</code>, the resulting dimension values \n\t\t\tcan be used in the <code>GetReservationUtilization</code> operation. If the context is set to <code>COST_AND_USAGE</code>, \n\t\t\tthe resulting dimension values can be used in the <code>GetCostAndUsage</code> operation.</p>\n\t\t       <p>If you set the context to <code>COST_AND_USAGE</code>, you can use the following \n           dimensions for searching:</p>\n           <ul>\n            <li>\n               <p>AZ - The Availability Zone. An example is <code>us-east-1a</code>.</p>\n            </li>\n            <li>\n               <p>DATABASE_ENGINE - The Amazon Relational Database Service database. Examples are Aurora or MySQL.</p>\n            </li>\n            <li>\n               <p>INSTANCE_TYPE - The type of Amazon EC2 instance. An example is <code>m4.xlarge</code>.</p>\n            </li>\n            <li>\n               <p>LEGAL_ENTITY_NAME - The name of the organization that sells you AWS services, such as Amazon Web Services.</p>\n            </li>\n            <li>\n               <p>LINKED_ACCOUNT - The description in the attribute map that includes the full name of the member account. The value \n               field contains the AWS ID of the member account.</p>\n            </li>\n            <li>\n               <p>OPERATING_SYSTEM - The operating system. Examples are Windows or Linux.</p>\n            </li>\n            <li>\n               <p>OPERATION - The action performed. Examples include <code>RunInstance</code> and <code>CreateBucket</code>.</p>\n            </li>\n            <li>\n               <p>PLATFORM - The Amazon EC2 operating system. Examples are Windows or Linux.</p>\n            </li>\n            <li>\n               <p>PURCHASE_TYPE - The reservation type of the purchase to which this usage is related. Examples include On-Demand \n               Instances and Standard Reserved Instances.</p>\n            </li>\n            <li>\n               <p>SERVICE - The AWS service such as Amazon DynamoDB.</p>\n            </li>\n            <li>\n               <p>USAGE_TYPE - The type of usage. An example is DataTransfer-In-Bytes. The response for the <code>GetDimensionValues</code> operation\n           includes a unit attribute. Examples include GB and Hrs.</p>\n            </li>\n            <li>\n               <p>USAGE_TYPE_GROUP - The grouping of common usage types. An example is Amazon EC2: CloudWatch – Alarms. The response for this \n               operation includes a unit attribute.</p>\n            </li>\n            <li>\n               <p>REGION - The AWS Region.</p>\n            </li>\n            <li>\n               <p>RECORD_TYPE - The different types of charges such as RI fees, usage costs, tax refunds, and credits.</p>\n            </li>\n            <li>\n               <p>RESOURCE_ID - The unique identifier of the resource. ResourceId is an opt-in feature only available for last 14 days for EC2-Compute Service.</p>\n            </li>\n         </ul>\n         <p>If you set the context to <code>RESERVATIONS</code>, you can use the following \n           dimensions for searching:</p>\n         <ul>\n            <li>\n               <p>AZ - The Availability Zone. An example is <code>us-east-1a</code>.</p>\n            </li>\n            <li>\n               <p>CACHE_ENGINE - The Amazon ElastiCache operating system. Examples are Windows or Linux.</p>\n            </li>\n            <li>\n               <p>DEPLOYMENT_OPTION - The scope of Amazon Relational Database Service deployments. Valid values are <code>SingleAZ</code> and <code>MultiAZ</code>.</p>\n            </li>\n            <li>\n               <p>INSTANCE_TYPE - The type of Amazon EC2 instance. An example is <code>m4.xlarge</code>.</p>\n            </li>\n            <li>\n               <p>LINKED_ACCOUNT - The description in the attribute map that includes the full name of the member account. The value \n               field contains the AWS ID of the member account.</p>\n            </li>\n            <li>\n               <p>PLATFORM - The Amazon EC2 operating system. Examples are Windows or Linux.</p>\n            </li>\n            <li>\n               <p>REGION - The AWS Region.</p>\n            </li>\n            <li>\n               <p>SCOPE (Utilization only) - The scope of a Reserved Instance (RI). Values are regional or a single Availability Zone.</p>\n            </li>\n            <li>\n               <p>TAG (Coverage only) - The tags that are associated with a Reserved Instance (RI).</p>\n            </li>\n            <li>\n               <p>TENANCY - The tenancy of a resource. Examples are shared or dedicated.</p>\n            </li>\n         </ul>\n         <p>If you set the context to <code>SAVINGS_PLANS</code>, you can use the following dimensions for searching:</p>\n         <ul>\n            <li>\n               <p>SAVINGS_PLANS_TYPE - Type of Savings Plans (EC2 Instance or Compute)</p>\n            </li>\n            <li>\n               <p>PAYMENT_OPTION - Payment option for the given Savings Plans (for example, All Upfront)</p>\n            </li>\n            <li>\n               <p>REGION - The AWS Region.</p>\n            </li>\n            <li>\n               <p>INSTANCE_TYPE_FAMILY - The family of instances (For example, <code>m5</code>)</p>\n            </li>\n            <li>\n               <p>LINKED_ACCOUNT - The description in the attribute map that includes the full name of the member account. The value \n               field contains the AWS ID of the member account.</p>\n            </li>\n            <li>\n               <p>SAVINGS_PLAN_ARN - The unique identifier for your Savings Plan</p>\n            </li>\n         </ul>"
2628                    }
2629                },
2630                "Filter": {
2631                    "target": "com.amazonaws.costexplorer#Expression"
2632                },
2633                "SortBy": {
2634                    "target": "com.amazonaws.costexplorer#SortDefinitions",
2635                    "traits": {
2636                        "smithy.api#documentation": "<p>The value by which you want to sort the data.</p>\n\t        <p>The key represents cost and usage metrics. The following values are supported:</p>\n         <ul>\n            <li>\n               <p>\n                  <code>BlendedCost</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>UnblendedCost</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>AmortizedCost</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>NetAmortizedCost</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>NetUnblendedCost</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>UsageQuantity</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>NormalizedUsageAmount</code>\n               </p>\n            </li>\n         </ul>\n         <p>Supported values for <code>SortOrder</code> are <code>ASCENDING</code> or <code>DESCENDING</code>.</p>\n         <p>When you specify a <code>SortBy</code> paramater, the context must be <code>COST_AND_USAGE</code>. Further, when using <code>SortBy</code>, <code>NextPageToken</code> and <code>SearchString</code> are not supported.</p>"
2637                    }
2638                },
2639                "MaxResults": {
2640                    "target": "com.amazonaws.costexplorer#MaxResults",
2641                    "traits": {
2642                        "smithy.api#documentation": "<p>This field is only used when SortBy is provided in the request. The maximum number of objects that to be returned for this request. If MaxResults is not specified with SortBy, the request will return 1000 results as the default value for this parameter.</p>\n\t        <p>For <code>GetDimensionValues</code>, MaxResults has an upper limit of 1000.</p>"
2643                    }
2644                },
2645                "NextPageToken": {
2646                    "target": "com.amazonaws.costexplorer#NextPageToken",
2647                    "traits": {
2648                        "smithy.api#documentation": "<p>The token to retrieve the next set of results. AWS provides the token when the response from a previous call has more results than the maximum page size.</p>"
2649                    }
2650                }
2651            }
2652        },
2653        "com.amazonaws.costexplorer#GetDimensionValuesResponse": {
2654            "type": "structure",
2655            "members": {
2656                "DimensionValues": {
2657                    "target": "com.amazonaws.costexplorer#DimensionValuesWithAttributesList",
2658                    "traits": {
2659                        "smithy.api#documentation": "<p>The filters that you used to filter your request. Some dimensions are available only for a specific context.</p>\n\t\t       <p>If you set the context to <code>COST_AND_USAGE</code>, you can use the following \n           dimensions for searching:</p>\n           <ul>\n            <li>\n               <p>AZ - The Availability Zone. An example is <code>us-east-1a</code>.</p>\n            </li>\n            <li>\n               <p>DATABASE_ENGINE - The Amazon Relational Database Service database. Examples are Aurora or MySQL.</p>\n            </li>\n            <li>\n               <p>INSTANCE_TYPE - The type of Amazon EC2 instance. An example is <code>m4.xlarge</code>.</p>\n            </li>\n            <li>\n               <p>LEGAL_ENTITY_NAME - The name of the organization that sells you AWS services, such as Amazon Web Services.</p>\n            </li>\n            <li>\n               <p>LINKED_ACCOUNT - The description in the attribute map that includes the full name of the member account. The value \n               field contains the AWS ID of the member account.</p>\n            </li>\n            <li>\n               <p>OPERATING_SYSTEM - The operating system. Examples are Windows or Linux.</p>\n            </li>\n            <li>\n               <p>OPERATION - The action performed. Examples include <code>RunInstance</code> and <code>CreateBucket</code>.</p>\n            </li>\n            <li>\n               <p>PLATFORM - The Amazon EC2 operating system. Examples are Windows or Linux.</p>\n            </li>\n            <li>\n               <p>PURCHASE_TYPE - The reservation type of the purchase to which this usage is related. Examples include On-Demand \n               Instances and Standard Reserved Instances.</p>\n            </li>\n            <li>\n               <p>SERVICE - The AWS service such as Amazon DynamoDB.</p>\n            </li>\n            <li>\n               <p>USAGE_TYPE - The type of usage. An example is DataTransfer-In-Bytes. The response for the <code>GetDimensionValues</code> operation\n           includes a unit attribute. Examples include GB and Hrs.</p>\n            </li>\n            <li>\n               <p>USAGE_TYPE_GROUP - The grouping of common usage types. An example is Amazon EC2: CloudWatch – Alarms. The response for this \n               operation includes a unit attribute.</p>\n            </li>\n            <li>\n               <p>RECORD_TYPE - The different types of charges such as RI fees, usage costs, tax refunds, and credits.</p>\n            </li>\n            <li>\n               <p>RESOURCE_ID - The unique identifier of the resource. ResourceId is an opt-in feature only available for last 14 days for EC2-Compute Service.</p>\n            </li>\n         </ul>\n         <p>If you set the context to <code>RESERVATIONS</code>, you can use the following \n           dimensions for searching:</p>\n         <ul>\n            <li>\n               <p>AZ - The Availability Zone. An example is <code>us-east-1a</code>.</p>\n            </li>\n            <li>\n               <p>CACHE_ENGINE - The Amazon ElastiCache operating system. Examples are Windows or Linux.</p>\n            </li>\n            <li>\n               <p>DEPLOYMENT_OPTION - The scope of Amazon Relational Database Service deployments. Valid values are <code>SingleAZ</code> and <code>MultiAZ</code>.</p>\n            </li>\n            <li>\n               <p>INSTANCE_TYPE - The type of Amazon EC2 instance. An example is <code>m4.xlarge</code>.</p>\n            </li>\n            <li>\n               <p>LINKED_ACCOUNT - The description in the attribute map that includes the full name of the member account. The value \n               field contains the AWS ID of the member account.</p>\n            </li>\n            <li>\n               <p>PLATFORM - The Amazon EC2 operating system. Examples are Windows or Linux.</p>\n            </li>\n            <li>\n               <p>REGION - The AWS Region.</p>\n            </li>\n            <li>\n               <p>SCOPE (Utilization only) - The scope of a Reserved Instance (RI). Values are regional or a single Availability Zone.</p>\n            </li>\n            <li>\n               <p>TAG (Coverage only) - The tags that are associated with a Reserved Instance (RI).</p>\n            </li>\n            <li>\n               <p>TENANCY - The tenancy of a resource. Examples are shared or dedicated.</p>\n            </li>\n         </ul>\n         <p>If you set the context to <code>SAVINGS_PLANS</code>, you can use the following dimensions for searching:</p>\n         <ul>\n            <li>\n               <p>SAVINGS_PLANS_TYPE - Type of Savings Plans (EC2 Instance or Compute)</p>\n            </li>\n            <li>\n               <p>PAYMENT_OPTION - Payment option for the given Savings Plans (for example, All Upfront)</p>\n            </li>\n            <li>\n               <p>REGION - The AWS Region.</p>\n            </li>\n            <li>\n               <p>INSTANCE_TYPE_FAMILY - The family of instances (For example, <code>m5</code>)</p>\n            </li>\n            <li>\n               <p>LINKED_ACCOUNT - The description in the attribute map that includes the full name of the member account. The value \n               field contains the AWS ID of the member account.</p>\n            </li>\n            <li>\n               <p>SAVINGS_PLAN_ARN - The unique identifier for your Savings Plan</p>\n            </li>\n         </ul>",
2660                        "smithy.api#required": {}
2661                    }
2662                },
2663                "ReturnSize": {
2664                    "target": "com.amazonaws.costexplorer#PageSize",
2665                    "traits": {
2666                        "smithy.api#documentation": "<p>The number of results that AWS returned at one time.</p>",
2667                        "smithy.api#required": {}
2668                    }
2669                },
2670                "TotalSize": {
2671                    "target": "com.amazonaws.costexplorer#PageSize",
2672                    "traits": {
2673                        "smithy.api#documentation": "<p>The total number of search results.</p>",
2674                        "smithy.api#required": {}
2675                    }
2676                },
2677                "NextPageToken": {
2678                    "target": "com.amazonaws.costexplorer#NextPageToken",
2679                    "traits": {
2680                        "smithy.api#documentation": "<p>The token for the next set of retrievable results. AWS provides the token when the response from a previous call has more results than the maximum page size.</p>"
2681                    }
2682                }
2683            }
2684        },
2685        "com.amazonaws.costexplorer#GetReservationCoverage": {
2686            "type": "operation",
2687            "input": {
2688                "target": "com.amazonaws.costexplorer#GetReservationCoverageRequest"
2689            },
2690            "output": {
2691                "target": "com.amazonaws.costexplorer#GetReservationCoverageResponse"
2692            },
2693            "errors": [
2694                {
2695                    "target": "com.amazonaws.costexplorer#DataUnavailableException"
2696                },
2697                {
2698                    "target": "com.amazonaws.costexplorer#InvalidNextTokenException"
2699                },
2700                {
2701                    "target": "com.amazonaws.costexplorer#LimitExceededException"
2702                }
2703            ],
2704            "traits": {
2705                "smithy.api#documentation": "<p>Retrieves the reservation coverage for your account. This enables you to see how much of your Amazon Elastic Compute Cloud, Amazon ElastiCache, Amazon Relational Database Service, or \n\t\t  Amazon Redshift usage is covered by a reservation. An organization's management account can see the coverage of the associated member accounts. This supports dimensions, Cost Categories, and nested expressions.\n\t\t\tFor any time period, you can filter data about reservation usage by the following dimensions:</p>\n\t\t       <ul>\n            <li>\n               <p>AZ</p>\n            </li>\n            <li>\n               <p>CACHE_ENGINE</p>\n            </li>\n            <li>\n               <p>DATABASE_ENGINE</p>\n            </li>\n            <li>\n               <p>DEPLOYMENT_OPTION</p>\n            </li>\n            <li>\n               <p>INSTANCE_TYPE</p>\n            </li>\n            <li>\n               <p>LINKED_ACCOUNT</p>\n            </li>\n            <li>\n               <p>OPERATING_SYSTEM</p>\n            </li>\n            <li>\n               <p>PLATFORM</p>\n            </li>\n            <li>\n               <p>REGION</p>\n            </li>\n            <li>\n               <p>SERVICE</p>\n            </li>\n            <li>\n               <p>TAG</p>\n            </li>\n            <li>\n               <p>TENANCY</p>\n            </li>\n         </ul>\n\t\t       <p>To determine valid values for a dimension, use the <code>GetDimensionValues</code> operation. </p>"
2706            }
2707        },
2708        "com.amazonaws.costexplorer#GetReservationCoverageRequest": {
2709            "type": "structure",
2710            "members": {
2711                "TimePeriod": {
2712                    "target": "com.amazonaws.costexplorer#DateInterval",
2713                    "traits": {
2714                        "smithy.api#documentation": "<p>The start and end dates of the period that you want to retrieve data about reservation coverage for. You can retrieve data \n\t\t\tfor a maximum of 13 months: the last 12 months and the current month. The start date is inclusive,  but the end date is exclusive. For example, if <code>start</code> is <code>2017-01-01</code> and <code>end</code> is <code>2017-05-01</code>, then the cost and usage data is  \n            retrieved from <code>2017-01-01</code> up to and including <code>2017-04-30</code> but not including <code>2017-05-01</code>. </p>",
2715                        "smithy.api#required": {}
2716                    }
2717                },
2718                "GroupBy": {
2719                    "target": "com.amazonaws.costexplorer#GroupDefinitions",
2720                    "traits": {
2721                        "smithy.api#documentation": "<p>You can group the data by the following attributes:</p>\n\t\t       <ul>\n            <li>\n               <p>AZ</p>\n            </li>\n            <li>\n               <p>CACHE_ENGINE</p>\n            </li>\n            <li>\n               <p>DATABASE_ENGINE</p>\n            </li>\n            <li>\n               <p>DEPLOYMENT_OPTION</p>\n            </li>\n            <li>\n               <p>INSTANCE_TYPE</p>\n            </li>\n            <li>\n               <p>LINKED_ACCOUNT</p>\n            </li>\n            <li>\n               <p>OPERATING_SYSTEM</p>\n            </li>\n            <li>\n               <p>PLATFORM</p>\n            </li>\n            <li>\n               <p>REGION</p>\n            </li>\n            <li>\n               <p>TENANCY</p>\n            </li>\n         </ul>"
2722                    }
2723                },
2724                "Granularity": {
2725                    "target": "com.amazonaws.costexplorer#Granularity",
2726                    "traits": {
2727                        "smithy.api#documentation": "<p>The granularity of the AWS cost data for the reservation. Valid values are <code>MONTHLY</code> and <code>DAILY</code>.</p>\n\t\t       <p>If <code>GroupBy</code> is set, <code>Granularity</code> can't be set. If <code>Granularity</code> isn't set, \n\t\t\tthe response object doesn't include <code>Granularity</code>, either <code>MONTHLY</code> or <code>DAILY</code>.</p>\n\t\t       <p>The <code>GetReservationCoverage</code> operation supports only <code>DAILY</code> and <code>MONTHLY</code> granularities.</p>"
2728                    }
2729                },
2730                "Filter": {
2731                    "target": "com.amazonaws.costexplorer#Expression",
2732                    "traits": {
2733                        "smithy.api#documentation": "<p>Filters utilization data by dimensions. You can filter by the following dimensions:</p>\n\t\t       <ul>\n            <li>\n               <p>AZ</p>\n            </li>\n            <li>\n               <p>CACHE_ENGINE</p>\n            </li>\n            <li>\n               <p>DATABASE_ENGINE</p>\n            </li>\n            <li>\n               <p>DEPLOYMENT_OPTION</p>\n            </li>\n            <li>\n               <p>INSTANCE_TYPE</p>\n            </li>\n            <li>\n               <p>LINKED_ACCOUNT</p>\n            </li>\n            <li>\n               <p>OPERATING_SYSTEM</p>\n            </li>\n            <li>\n               <p>PLATFORM</p>\n            </li>\n            <li>\n               <p>REGION</p>\n            </li>\n            <li>\n               <p>SERVICE</p>\n            </li>\n            <li>\n               <p>TAG</p>\n            </li>\n            <li>\n               <p>TENANCY</p>\n            </li>\n         </ul>\n\t\t       <p>\n            <code>GetReservationCoverage</code> uses the same \n\t\t\t<a href=\"https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_Expression.html\">Expression</a> object \n\t\t\tas the other operations, but only <code>AND</code> is supported among each dimension. You can nest only one level deep. \n\t\t\tIf there are multiple values for a dimension, they are OR'd together.</p>\n\t\t       <p>If you don't provide a <code>SERVICE</code> filter, Cost Explorer defaults to EC2.</p>\n\t        <p>Cost category is also supported.</p>"
2734                    }
2735                },
2736                "Metrics": {
2737                    "target": "com.amazonaws.costexplorer#MetricNames",
2738                    "traits": {
2739                        "smithy.api#documentation": "<p>The measurement that you want your reservation coverage reported in.</p>\n\t\t       <p>Valid values are <code>Hour</code>, <code>Unit</code>, and <code>Cost</code>. You can use multiple values in a request.</p>"
2740                    }
2741                },
2742                "NextPageToken": {
2743                    "target": "com.amazonaws.costexplorer#NextPageToken",
2744                    "traits": {
2745                        "smithy.api#documentation": "<p>The token to retrieve the next set of results. AWS provides the token when the response from a previous call has more results than the maximum page size.</p>"
2746                    }
2747                },
2748                "SortBy": {
2749                    "target": "com.amazonaws.costexplorer#SortDefinition",
2750                    "traits": {
2751                        "smithy.api#documentation": "<p>The value by which you want to sort the data.</p>\n\t        <p>The following values are supported for <code>Key</code>:</p>\n         <ul>\n            <li>\n               <p>\n                  <code>OnDemandCost</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>CoverageHoursPercentage</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>OnDemandHours</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>ReservedHours</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>TotalRunningHours</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>CoverageNormalizedUnitsPercentage</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>OnDemandNormalizedUnits</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>ReservedNormalizedUnits</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>TotalRunningNormalizedUnits</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>Time</code>\n               </p>\n            </li>\n         </ul>\n\n         <p>Supported values for <code>SortOrder</code> are <code>ASCENDING</code> or <code>DESCENDING</code>.</p>"
2752                    }
2753                },
2754                "MaxResults": {
2755                    "target": "com.amazonaws.costexplorer#MaxResults",
2756                    "traits": {
2757                        "smithy.api#box": {},
2758                        "smithy.api#documentation": "<p>The maximum number of objects that you returned for this request. If more objects are available, in the response, AWS provides a NextPageToken value that you can use in a subsequent call to get the next batch of objects.</p>"
2759                    }
2760                }
2761            },
2762            "traits": {
2763                "smithy.api#documentation": "<p>You can use the following request parameters to query for how much of your instance usage a reservation covered.</p>"
2764            }
2765        },
2766        "com.amazonaws.costexplorer#GetReservationCoverageResponse": {
2767            "type": "structure",
2768            "members": {
2769                "CoveragesByTime": {
2770                    "target": "com.amazonaws.costexplorer#CoveragesByTime",
2771                    "traits": {
2772                        "smithy.api#documentation": "<p>The amount of time that your reservations covered.</p>",
2773                        "smithy.api#required": {}
2774                    }
2775                },
2776                "Total": {
2777                    "target": "com.amazonaws.costexplorer#Coverage",
2778                    "traits": {
2779                        "smithy.api#documentation": "<p>The total amount of instance usage that a reservation covered.</p>"
2780                    }
2781                },
2782                "NextPageToken": {
2783                    "target": "com.amazonaws.costexplorer#NextPageToken",
2784                    "traits": {
2785                        "smithy.api#documentation": "<p>The token for the next set of retrievable results. AWS provides the token when the response from a previous call has more results than the maximum page size.</p>"
2786                    }
2787                }
2788            }
2789        },
2790        "com.amazonaws.costexplorer#GetReservationPurchaseRecommendation": {
2791            "type": "operation",
2792            "input": {
2793                "target": "com.amazonaws.costexplorer#GetReservationPurchaseRecommendationRequest"
2794            },
2795            "output": {
2796                "target": "com.amazonaws.costexplorer#GetReservationPurchaseRecommendationResponse"
2797            },
2798            "errors": [
2799                {
2800                    "target": "com.amazonaws.costexplorer#DataUnavailableException"
2801                },
2802                {
2803                    "target": "com.amazonaws.costexplorer#InvalidNextTokenException"
2804                },
2805                {
2806                    "target": "com.amazonaws.costexplorer#LimitExceededException"
2807                }
2808            ],
2809            "traits": {
2810                "smithy.api#documentation": "<p>Gets recommendations for which reservations to purchase. These recommendations could help you reduce your costs. \n\t\t\tReservations provide a discounted hourly rate (up to 75%) compared to On-Demand pricing.</p>\n\t\t       <p>AWS generates your recommendations by identifying your On-Demand usage during a specific time period and collecting your usage \n\t\t\tinto categories that are eligible for a reservation. After AWS has these categories, it simulates every combination of reservations \n\t\t\tin each category of usage to identify the best number of each type of RI to purchase to maximize your estimated savings. </p>\n\t\t       <p>For example, AWS automatically aggregates your Amazon EC2 Linux, shared tenancy, and c4 family usage in the US West (Oregon) Region \n\t\t\tand recommends that you buy size-flexible regional reservations to apply to the c4 family usage. AWS recommends the smallest size instance \n\t\t\tin an instance family. This makes it easier to purchase a size-flexible RI. AWS also shows the equal number of normalized units \n\t\t\tso that you can purchase any instance size that you want. For this example, your RI recommendation would be for <code>c4.large</code> \n\t\t\tbecause that is the smallest size instance in the c4 instance family.</p>"
2811            }
2812        },
2813        "com.amazonaws.costexplorer#GetReservationPurchaseRecommendationRequest": {
2814            "type": "structure",
2815            "members": {
2816                "AccountId": {
2817                    "target": "com.amazonaws.costexplorer#GenericString",
2818                    "traits": {
2819                        "smithy.api#documentation": "<p>The account ID that is associated with the recommendation. </p>"
2820                    }
2821                },
2822                "Service": {
2823                    "target": "com.amazonaws.costexplorer#GenericString",
2824                    "traits": {
2825                        "smithy.api#documentation": "<p>The specific service that you want recommendations for.</p>",
2826                        "smithy.api#required": {}
2827                    }
2828                },
2829                "Filter": {
2830                    "target": "com.amazonaws.costexplorer#Expression"
2831                },
2832                "AccountScope": {
2833                    "target": "com.amazonaws.costexplorer#AccountScope",
2834                    "traits": {
2835                        "smithy.api#documentation": "<p>The account scope that you want your recommendations for. Amazon Web Services calculates recommendations including the management account and member accounts if the value is set to <code>PAYER</code>. If the value is <code>LINKED</code>, recommendations are calculated for individual member accounts only.</p>"
2836                    }
2837                },
2838                "LookbackPeriodInDays": {
2839                    "target": "com.amazonaws.costexplorer#LookbackPeriodInDays",
2840                    "traits": {
2841                        "smithy.api#documentation": "<p>The number of previous days that you want AWS to consider when it calculates your recommendations.</p>"
2842                    }
2843                },
2844                "TermInYears": {
2845                    "target": "com.amazonaws.costexplorer#TermInYears",
2846                    "traits": {
2847                        "smithy.api#documentation": "<p>The reservation term that you want recommendations for.</p>"
2848                    }
2849                },
2850                "PaymentOption": {
2851                    "target": "com.amazonaws.costexplorer#PaymentOption",
2852                    "traits": {
2853                        "smithy.api#documentation": "<p>The reservation purchase option that you want recommendations for.</p>"
2854                    }
2855                },
2856                "ServiceSpecification": {
2857                    "target": "com.amazonaws.costexplorer#ServiceSpecification",
2858                    "traits": {
2859                        "smithy.api#documentation": "<p>The hardware specifications for the service instances that you want recommendations for, such as standard or convertible Amazon EC2 instances.</p>"
2860                    }
2861                },
2862                "PageSize": {
2863                    "target": "com.amazonaws.costexplorer#NonNegativeInteger",
2864                    "traits": {
2865                        "smithy.api#documentation": "<p>The number of recommendations that you want returned in a single response object.</p>"
2866                    }
2867                },
2868                "NextPageToken": {
2869                    "target": "com.amazonaws.costexplorer#NextPageToken",
2870                    "traits": {
2871                        "smithy.api#documentation": "<p>The pagination token that indicates the next set of results that you want to retrieve.</p>"
2872                    }
2873                }
2874            }
2875        },
2876        "com.amazonaws.costexplorer#GetReservationPurchaseRecommendationResponse": {
2877            "type": "structure",
2878            "members": {
2879                "Metadata": {
2880                    "target": "com.amazonaws.costexplorer#ReservationPurchaseRecommendationMetadata",
2881                    "traits": {
2882                        "smithy.api#documentation": "<p>Information about this specific recommendation call, such as the time stamp for when Cost Explorer generated this recommendation.</p>"
2883                    }
2884                },
2885                "Recommendations": {
2886                    "target": "com.amazonaws.costexplorer#ReservationPurchaseRecommendations",
2887                    "traits": {
2888                        "smithy.api#documentation": "<p>Recommendations for reservations to purchase.</p>"
2889                    }
2890                },
2891                "NextPageToken": {
2892                    "target": "com.amazonaws.costexplorer#NextPageToken",
2893                    "traits": {
2894                        "smithy.api#documentation": "<p>The pagination token for the next set of retrievable results.</p>"
2895                    }
2896                }
2897            }
2898        },
2899        "com.amazonaws.costexplorer#GetReservationUtilization": {
2900            "type": "operation",
2901            "input": {
2902                "target": "com.amazonaws.costexplorer#GetReservationUtilizationRequest"
2903            },
2904            "output": {
2905                "target": "com.amazonaws.costexplorer#GetReservationUtilizationResponse"
2906            },
2907            "errors": [
2908                {
2909                    "target": "com.amazonaws.costexplorer#DataUnavailableException"
2910                },
2911                {
2912                    "target": "com.amazonaws.costexplorer#InvalidNextTokenException"
2913                },
2914                {
2915                    "target": "com.amazonaws.costexplorer#LimitExceededException"
2916                }
2917            ],
2918            "traits": {
2919                "smithy.api#documentation": "<p>Retrieves the reservation utilization for your account. Management account in an organization have access to member accounts. \n\t\t\tYou can filter data by dimensions in a time period. You can use <code>GetDimensionValues</code> to determine the possible \n\t\t\tdimension values. Currently, you can group only by <code>SUBSCRIPTION_ID</code>. </p>"
2920            }
2921        },
2922        "com.amazonaws.costexplorer#GetReservationUtilizationRequest": {
2923            "type": "structure",
2924            "members": {
2925                "TimePeriod": {
2926                    "target": "com.amazonaws.costexplorer#DateInterval",
2927                    "traits": {
2928                        "smithy.api#documentation": "<p>Sets the start and end dates for retrieving RI utilization. The start date is inclusive,  but the end date is exclusive. For example, if <code>start</code> is <code>2017-01-01</code> and <code>end</code> is <code>2017-05-01</code>, then the cost and usage data is  \n            retrieved from <code>2017-01-01</code> up to and including <code>2017-04-30</code> but not including <code>2017-05-01</code>. </p>",
2929                        "smithy.api#required": {}
2930                    }
2931                },
2932                "GroupBy": {
2933                    "target": "com.amazonaws.costexplorer#GroupDefinitions",
2934                    "traits": {
2935                        "smithy.api#documentation": "<p>Groups only by <code>SUBSCRIPTION_ID</code>. Metadata is included.</p>"
2936                    }
2937                },
2938                "Granularity": {
2939                    "target": "com.amazonaws.costexplorer#Granularity",
2940                    "traits": {
2941                        "smithy.api#documentation": "<p>If <code>GroupBy</code> is set, <code>Granularity</code> can't be set. If <code>Granularity</code> isn't set, \n\t\t\tthe response object doesn't include <code>Granularity</code>, either <code>MONTHLY</code> or <code>DAILY</code>. \n\t\t\tIf both <code>GroupBy</code> and <code>Granularity</code> aren't set, <code>GetReservationUtilization</code> defaults to <code>DAILY</code>.</p>\n\t\t       <p>The <code>GetReservationUtilization</code> operation supports only <code>DAILY</code> and <code>MONTHLY</code> granularities.</p>"
2942                    }
2943                },
2944                "Filter": {
2945                    "target": "com.amazonaws.costexplorer#Expression",
2946                    "traits": {
2947                        "smithy.api#documentation": "<p>Filters utilization data by dimensions. You can filter by the following dimensions:</p>\n\t\t       <ul>\n            <li>\n               <p>AZ</p>\n            </li>\n            <li>\n               <p>CACHE_ENGINE</p>\n            </li>\n            <li>\n               <p>DEPLOYMENT_OPTION</p>\n            </li>\n            <li>\n               <p>INSTANCE_TYPE</p>\n            </li>\n            <li>\n               <p>LINKED_ACCOUNT</p>\n            </li>\n            <li>\n               <p>OPERATING_SYSTEM</p>\n            </li>\n            <li>\n               <p>PLATFORM</p>\n            </li>\n            <li>\n               <p>REGION</p>\n            </li>\n            <li>\n               <p>SERVICE</p>\n            </li>\n            <li>\n               <p>SCOPE</p>\n            </li>\n            <li>\n               <p>TENANCY</p>\n            </li>\n         </ul>\n\t\t       <p>\n            <code>GetReservationUtilization</code> uses the same \n\t\t\t<a href=\"https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_Expression.html\">Expression</a> object \n\t\t\tas the other operations, but only <code>AND</code> is supported among each dimension, and nesting is supported up to \n\t\t\tonly one level deep. If there are multiple values for a dimension, they are OR'd together.</p>"
2948                    }
2949                },
2950                "SortBy": {
2951                    "target": "com.amazonaws.costexplorer#SortDefinition",
2952                    "traits": {
2953                        "smithy.api#documentation": "<p>The value by which you want to sort the data.</p>\n\t  \n\t        <p>The following values are supported for <code>Key</code>:</p>\n         <ul>\n            <li>\n               <p>\n                  <code>UtilizationPercentage</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>UtilizationPercentageInUnits</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>PurchasedHours</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>PurchasedUnits</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>TotalActualHours</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>TotalActualUnits</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>UnusedHours</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>UnusedUnits</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>OnDemandCostOfRIHoursUsed</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>NetRISavings</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>TotalPotentialRISavings</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>AmortizedUpfrontFee</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>AmortizedRecurringFee</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>TotalAmortizedFee</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>RICostForUnusedHours</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>RealizedSavings</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>UnrealizedSavings</code>\n               </p>\n            </li>\n         </ul>\n\n         <p>Supported values for <code>SortOrder</code> are <code>ASCENDING</code> or <code>DESCENDING</code>.</p>"
2954                    }
2955                },
2956                "NextPageToken": {
2957                    "target": "com.amazonaws.costexplorer#NextPageToken",
2958                    "traits": {
2959                        "smithy.api#documentation": "<p>The token to retrieve the next set of results. AWS provides the token when the response from a previous call has more results than the maximum page size.</p>"
2960                    }
2961                },
2962                "MaxResults": {
2963                    "target": "com.amazonaws.costexplorer#MaxResults",
2964                    "traits": {
2965                        "smithy.api#box": {},
2966                        "smithy.api#documentation": "<p>The maximum number of objects that you returned for this request. If more objects are available, in the response, AWS provides a NextPageToken value that you can use in a subsequent call to get the next batch of objects.</p>"
2967                    }
2968                }
2969            }
2970        },
2971        "com.amazonaws.costexplorer#GetReservationUtilizationResponse": {
2972            "type": "structure",
2973            "members": {
2974                "UtilizationsByTime": {
2975                    "target": "com.amazonaws.costexplorer#UtilizationsByTime",
2976                    "traits": {
2977                        "smithy.api#documentation": "<p>The amount of time that you used your RIs.</p>",
2978                        "smithy.api#required": {}
2979                    }
2980                },
2981                "Total": {
2982                    "target": "com.amazonaws.costexplorer#ReservationAggregates",
2983                    "traits": {
2984                        "smithy.api#documentation": "<p>The total amount of time that you used your RIs.</p>"
2985                    }
2986                },
2987                "NextPageToken": {
2988                    "target": "com.amazonaws.costexplorer#NextPageToken",
2989                    "traits": {
2990                        "smithy.api#documentation": "<p>The token for the next set of retrievable results. AWS provides the token when the response from a previous call has more results than the maximum page size.</p>"
2991                    }
2992                }
2993            }
2994        },
2995        "com.amazonaws.costexplorer#GetRightsizingRecommendation": {
2996            "type": "operation",
2997            "input": {
2998                "target": "com.amazonaws.costexplorer#GetRightsizingRecommendationRequest"
2999            },
3000            "output": {
3001                "target": "com.amazonaws.costexplorer#GetRightsizingRecommendationResponse"
3002            },
3003            "errors": [
3004                {
3005                    "target": "com.amazonaws.costexplorer#InvalidNextTokenException"
3006                },
3007                {
3008                    "target": "com.amazonaws.costexplorer#LimitExceededException"
3009                }
3010            ],
3011            "traits": {
3012                "smithy.api#documentation": "<p>Creates recommendations that\n      help you save cost\n      by identifying idle and underutilized Amazon EC2 instances.</p>\n         <p>Recommendations are generated to either downsize or terminate instances, along with\n      providing savings detail and metrics. For details on calculation and function, see\n        <a href=\"https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/ce-rightsizing.html\">Optimizing\n        Your Cost with Rightsizing\n      Recommendations</a>\n      in the <i>AWS Billing and Cost Management User\n      Guide</i>.</p>"
3013            }
3014        },
3015        "com.amazonaws.costexplorer#GetRightsizingRecommendationRequest": {
3016            "type": "structure",
3017            "members": {
3018                "Filter": {
3019                    "target": "com.amazonaws.costexplorer#Expression"
3020                },
3021                "Configuration": {
3022                    "target": "com.amazonaws.costexplorer#RightsizingRecommendationConfiguration",
3023                    "traits": {
3024                        "smithy.api#documentation": "<p> Enables you to customize recommendations across two attributes. You can choose to view\n      recommendations for instances within the same instance families or across different instance\n      families. You can also choose to view your estimated savings associated with recommendations\n      with consideration of existing Savings Plans or RI benefits, or\n      neither. </p>"
3025                    }
3026                },
3027                "Service": {
3028                    "target": "com.amazonaws.costexplorer#GenericString",
3029                    "traits": {
3030                        "smithy.api#documentation": "<p>The specific service that you want recommendations for. The only valid value for <code>GetRightsizingRecommendation</code> is \n    \t\"<code>AmazonEC2</code>\".</p>",
3031                        "smithy.api#required": {}
3032                    }
3033                },
3034                "PageSize": {
3035                    "target": "com.amazonaws.costexplorer#NonNegativeInteger",
3036                    "traits": {
3037                        "smithy.api#documentation": "<p>The number of recommendations that you want returned in a single response object.</p>"
3038                    }
3039                },
3040                "NextPageToken": {
3041                    "target": "com.amazonaws.costexplorer#NextPageToken",
3042                    "traits": {
3043                        "smithy.api#documentation": "<p>The pagination token that indicates the next set of results that you want to retrieve.</p>"
3044                    }
3045                }
3046            }
3047        },
3048        "com.amazonaws.costexplorer#GetRightsizingRecommendationResponse": {
3049            "type": "structure",
3050            "members": {
3051                "Metadata": {
3052                    "target": "com.amazonaws.costexplorer#RightsizingRecommendationMetadata",
3053                    "traits": {
3054                        "smithy.api#documentation": "<p>Information regarding this specific recommendation set.</p>"
3055                    }
3056                },
3057                "Summary": {
3058                    "target": "com.amazonaws.costexplorer#RightsizingRecommendationSummary",
3059                    "traits": {
3060                        "smithy.api#documentation": "<p>Summary of this recommendation set.</p>"
3061                    }
3062                },
3063                "RightsizingRecommendations": {
3064                    "target": "com.amazonaws.costexplorer#RightsizingRecommendationList",
3065                    "traits": {
3066                        "smithy.api#documentation": "<p>Recommendations to rightsize resources.</p>"
3067                    }
3068                },
3069                "NextPageToken": {
3070                    "target": "com.amazonaws.costexplorer#NextPageToken",
3071                    "traits": {
3072                        "smithy.api#documentation": "<p>The token to retrieve the next set of results.</p>"
3073                    }
3074                },
3075                "Configuration": {
3076                    "target": "com.amazonaws.costexplorer#RightsizingRecommendationConfiguration",
3077                    "traits": {
3078                        "smithy.api#documentation": "<p> Enables you to customize recommendations across two attributes. You can choose to view\n      recommendations for instances within the same instance families or across different instance\n      families. You can also choose to view your estimated savings associated with recommendations\n      with consideration of existing Savings Plans or RI benefits, or\n      neither. </p>"
3079                    }
3080                }
3081            }
3082        },
3083        "com.amazonaws.costexplorer#GetSavingsPlansCoverage": {
3084            "type": "operation",
3085            "input": {
3086                "target": "com.amazonaws.costexplorer#GetSavingsPlansCoverageRequest"
3087            },
3088            "output": {
3089                "target": "com.amazonaws.costexplorer#GetSavingsPlansCoverageResponse"
3090            },
3091            "errors": [
3092                {
3093                    "target": "com.amazonaws.costexplorer#DataUnavailableException"
3094                },
3095                {
3096                    "target": "com.amazonaws.costexplorer#InvalidNextTokenException"
3097                },
3098                {
3099                    "target": "com.amazonaws.costexplorer#LimitExceededException"
3100                }
3101            ],
3102            "traits": {
3103                "smithy.api#documentation": "<p>Retrieves the Savings Plans covered for your account. This enables you to see how much of your cost is covered by a Savings Plan. An organization’s management account can see the coverage of the associated member accounts. This supports dimensions, Cost Categories, and nested expressions. For any time period, you can filter data for Savings Plans usage with the following dimensions:</p>\n\t        <ul>\n            <li>\n               <p>\n                  <code>LINKED_ACCOUNT</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>REGION</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>SERVICE</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>INSTANCE_FAMILY</code>\n               </p>\n            </li>\n         </ul>\n\t        <p>To determine valid values for a dimension, use the <code>GetDimensionValues</code> operation.</p>",
3104                "smithy.api#paginated": {
3105                    "inputToken": "NextToken",
3106                    "outputToken": "NextToken",
3107                    "pageSize": "MaxResults"
3108                }
3109            }
3110        },
3111        "com.amazonaws.costexplorer#GetSavingsPlansCoverageRequest": {
3112            "type": "structure",
3113            "members": {
3114                "TimePeriod": {
3115                    "target": "com.amazonaws.costexplorer#DateInterval",
3116                    "traits": {
3117                        "smithy.api#documentation": "<p>The time period that you want the usage and costs for. The <code>Start</code> date must be within 13 months. The <code>End</code> date must be after the <code>Start</code> date, and before the current date. Future dates can't be used as an <code>End</code> date.</p>",
3118                        "smithy.api#required": {}
3119                    }
3120                },
3121                "GroupBy": {
3122                    "target": "com.amazonaws.costexplorer#GroupDefinitions",
3123                    "traits": {
3124                        "smithy.api#documentation": "<p>You can group the data using the attributes <code>INSTANCE_FAMILY</code>, <code>REGION</code>, or <code>SERVICE</code>.</p>"
3125                    }
3126                },
3127                "Granularity": {
3128                    "target": "com.amazonaws.costexplorer#Granularity",
3129                    "traits": {
3130                        "smithy.api#documentation": "<p>The granularity of the Amazon Web Services cost data for your Savings Plans. <code>Granularity</code> can't be set if <code>GroupBy</code> is set.</p>\n\t        <p>The <code>GetSavingsPlansCoverage</code> operation supports only <code>DAILY</code> and <code>MONTHLY</code> granularities.</p>"
3131                    }
3132                },
3133                "Filter": {
3134                    "target": "com.amazonaws.costexplorer#Expression",
3135                    "traits": {
3136                        "smithy.api#documentation": "<p>Filters Savings Plans coverage data by dimensions. You can filter data for Savings Plans usage with the following dimensions:</p>\n         <ul>\n            <li>\n               <p>\n                  <code>LINKED_ACCOUNT</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>REGION</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>SERVICE</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>INSTANCE_FAMILY</code>\n               </p>\n            </li>\n         </ul>\n         <p>\n            <code>GetSavingsPlansCoverage</code> uses the same \n      <a href=\"https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_Expression.html\">Expression</a> object \n      as the other operations, but only <code>AND</code> is supported among each dimension. If there are multiple values for a dimension, they are OR'd together.</p>\n         <p>Cost category is also supported.</p>"
3137                    }
3138                },
3139                "Metrics": {
3140                    "target": "com.amazonaws.costexplorer#MetricNames",
3141                    "traits": {
3142                        "smithy.api#documentation": "<p>The measurement that you want your Savings Plans coverage reported in. The only valid value is <code>SpendCoveredBySavingsPlans</code>.</p>"
3143                    }
3144                },
3145                "NextToken": {
3146                    "target": "com.amazonaws.costexplorer#NextPageToken",
3147                    "traits": {
3148                        "smithy.api#documentation": "<p>The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.</p>"
3149                    }
3150                },
3151                "MaxResults": {
3152                    "target": "com.amazonaws.costexplorer#MaxResults",
3153                    "traits": {
3154                        "smithy.api#box": {},
3155                        "smithy.api#documentation": "<p>The number of items to be returned in a response. The default is <code>20</code>, with a minimum value of <code>1</code>.</p>"
3156                    }
3157                },
3158                "SortBy": {
3159                    "target": "com.amazonaws.costexplorer#SortDefinition",
3160                    "traits": {
3161                        "smithy.api#documentation": "<p>The value by which you want to sort the data.</p>\n\t  \t     <p>The following values are supported for <code>Key</code>:</p>\n         <ul>\n            <li>\n               <p>\n                  <code>SpendCoveredBySavingsPlan</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>OnDemandCost</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>CoveragePercentage</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>TotalCost</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>InstanceFamily</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>Region</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>Service</code>\n               </p>\n            </li>\n         </ul>\n\n         <p>Supported values for <code>SortOrder</code> are <code>ASCENDING</code> or <code>DESCENDING</code>.</p>"
3162                    }
3163                }
3164            }
3165        },
3166        "com.amazonaws.costexplorer#GetSavingsPlansCoverageResponse": {
3167            "type": "structure",
3168            "members": {
3169                "SavingsPlansCoverages": {
3170                    "target": "com.amazonaws.costexplorer#SavingsPlansCoverages",
3171                    "traits": {
3172                        "smithy.api#documentation": "<p>The amount of spend that your Savings Plans covered.</p>",
3173                        "smithy.api#required": {}
3174                    }
3175                },
3176                "NextToken": {
3177                    "target": "com.amazonaws.costexplorer#NextPageToken",
3178                    "traits": {
3179                        "smithy.api#documentation": "<p>The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.</p>"
3180                    }
3181                }
3182            }
3183        },
3184        "com.amazonaws.costexplorer#GetSavingsPlansPurchaseRecommendation": {
3185            "type": "operation",
3186            "input": {
3187                "target": "com.amazonaws.costexplorer#GetSavingsPlansPurchaseRecommendationRequest"
3188            },
3189            "output": {
3190                "target": "com.amazonaws.costexplorer#GetSavingsPlansPurchaseRecommendationResponse"
3191            },
3192            "errors": [
3193                {
3194                    "target": "com.amazonaws.costexplorer#InvalidNextTokenException"
3195                },
3196                {
3197                    "target": "com.amazonaws.costexplorer#LimitExceededException"
3198                }
3199            ],
3200            "traits": {
3201                "smithy.api#documentation": "<p>Retrieves your request parameters, Savings Plan Recommendations Summary and Details. </p>"
3202            }
3203        },
3204        "com.amazonaws.costexplorer#GetSavingsPlansPurchaseRecommendationRequest": {
3205            "type": "structure",
3206            "members": {
3207                "SavingsPlansType": {
3208                    "target": "com.amazonaws.costexplorer#SupportedSavingsPlansType",
3209                    "traits": {
3210                        "smithy.api#documentation": "<p>The Savings Plans recommendation type requested.</p>",
3211                        "smithy.api#required": {}
3212                    }
3213                },
3214                "TermInYears": {
3215                    "target": "com.amazonaws.costexplorer#TermInYears",
3216                    "traits": {
3217                        "smithy.api#documentation": "<p>The savings plan recommendation term used to\n      generate these\n      recommendations.</p>",
3218                        "smithy.api#required": {}
3219                    }
3220                },
3221                "PaymentOption": {
3222                    "target": "com.amazonaws.costexplorer#PaymentOption",
3223                    "traits": {
3224                        "smithy.api#documentation": "<p>The payment option used to generate these recommendations.</p>",
3225                        "smithy.api#required": {}
3226                    }
3227                },
3228                "AccountScope": {
3229                    "target": "com.amazonaws.costexplorer#AccountScope",
3230                    "traits": {
3231                        "smithy.api#documentation": "<p>The account scope that you want your recommendations for. Amazon Web Services calculates recommendations including the management account and member accounts if the value is set to <code>PAYER</code>. If the value is <code>LINKED</code>, recommendations are calculated for individual member accounts only.</p>"
3232                    }
3233                },
3234                "NextPageToken": {
3235                    "target": "com.amazonaws.costexplorer#NextPageToken",
3236                    "traits": {
3237                        "smithy.api#documentation": "<p>The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.</p>"
3238                    }
3239                },
3240                "PageSize": {
3241                    "target": "com.amazonaws.costexplorer#NonNegativeInteger",
3242                    "traits": {
3243                        "smithy.api#documentation": "<p>The number of recommendations that you want returned in a single response object.</p>"
3244                    }
3245                },
3246                "LookbackPeriodInDays": {
3247                    "target": "com.amazonaws.costexplorer#LookbackPeriodInDays",
3248                    "traits": {
3249                        "smithy.api#documentation": "<p>The lookback period used to generate the recommendation.</p>",
3250                        "smithy.api#required": {}
3251                    }
3252                },
3253                "Filter": {
3254                    "target": "com.amazonaws.costexplorer#Expression",
3255                    "traits": {
3256                        "smithy.api#documentation": "<p>You can filter your recommendations by Account ID with the <code>LINKED_ACCOUNT</code>\n      dimension. To filter your recommendations by Account ID, specify <code>Key</code> as\n        <code>LINKED_ACCOUNT</code> and <code>Value</code> as the comma-separated Acount ID(s) for\n      which you want to see Savings Plans purchase recommendations.</p>\n         <p>For GetSavingsPlansPurchaseRecommendation, the <code>Filter</code> does not include\n        <code>CostCategories</code> or <code>Tags</code>. It only includes <code>Dimensions</code>.\n      With <code>Dimensions</code>, <code>Key</code> must be <code>LINKED_ACCOUNT</code> and\n        <code>Value</code> can be a single Account ID or multiple comma-separated Account IDs for\n      which you want to see Savings Plans Purchase Recommendations. <code>AND</code> and\n        <code>OR</code> operators are not supported.</p>"
3257                    }
3258                }
3259            }
3260        },
3261        "com.amazonaws.costexplorer#GetSavingsPlansPurchaseRecommendationResponse": {
3262            "type": "structure",
3263            "members": {
3264                "Metadata": {
3265                    "target": "com.amazonaws.costexplorer#SavingsPlansPurchaseRecommendationMetadata",
3266                    "traits": {
3267                        "smithy.api#documentation": "<p>Information regarding this specific recommendation set.</p>"
3268                    }
3269                },
3270                "SavingsPlansPurchaseRecommendation": {
3271                    "target": "com.amazonaws.costexplorer#SavingsPlansPurchaseRecommendation",
3272                    "traits": {
3273                        "smithy.api#documentation": "<p>Contains your request parameters, Savings Plan Recommendations Summary, and Details.</p>"
3274                    }
3275                },
3276                "NextPageToken": {
3277                    "target": "com.amazonaws.costexplorer#NextPageToken",
3278                    "traits": {
3279                        "smithy.api#documentation": "<p>The token for the next set of retrievable results. AWS provides the token when the response from a previous call has more results than the maximum page size.</p>"
3280                    }
3281                }
3282            }
3283        },
3284        "com.amazonaws.costexplorer#GetSavingsPlansUtilization": {
3285            "type": "operation",
3286            "input": {
3287                "target": "com.amazonaws.costexplorer#GetSavingsPlansUtilizationRequest"
3288            },
3289            "output": {
3290                "target": "com.amazonaws.costexplorer#GetSavingsPlansUtilizationResponse"
3291            },
3292            "errors": [
3293                {
3294                    "target": "com.amazonaws.costexplorer#DataUnavailableException"
3295                },
3296                {
3297                    "target": "com.amazonaws.costexplorer#LimitExceededException"
3298                }
3299            ],
3300            "traits": {
3301                "smithy.api#documentation": "<p>Retrieves the Savings Plans utilization for your account across date ranges with daily or monthly granularity. Management account in an organization have access to member accounts. You can use <code>GetDimensionValues</code> in <code>SAVINGS_PLANS</code> to determine the possible dimension values.</p>\n\t        <note>\n            <p>You cannot group by any dimension values for <code>GetSavingsPlansUtilization</code>.</p>\n         </note>"
3302            }
3303        },
3304        "com.amazonaws.costexplorer#GetSavingsPlansUtilizationDetails": {
3305            "type": "operation",
3306            "input": {
3307                "target": "com.amazonaws.costexplorer#GetSavingsPlansUtilizationDetailsRequest"
3308            },
3309            "output": {
3310                "target": "com.amazonaws.costexplorer#GetSavingsPlansUtilizationDetailsResponse"
3311            },
3312            "errors": [
3313                {
3314                    "target": "com.amazonaws.costexplorer#DataUnavailableException"
3315                },
3316                {
3317                    "target": "com.amazonaws.costexplorer#InvalidNextTokenException"
3318                },
3319                {
3320                    "target": "com.amazonaws.costexplorer#LimitExceededException"
3321                }
3322            ],
3323            "traits": {
3324                "smithy.api#documentation": "<p>Retrieves attribute data along with aggregate utilization and savings data for a given time period. This doesn't support granular or grouped data (daily/monthly) in response. You can't retrieve data by dates in a single response similar to <code>GetSavingsPlanUtilization</code>, but you have the option to make multiple calls to <code>GetSavingsPlanUtilizationDetails</code> by providing individual dates. You can use <code>GetDimensionValues</code> in <code>SAVINGS_PLANS</code> to determine the possible dimension values.</p>\n\t        <note>\n            <p>\n               <code>GetSavingsPlanUtilizationDetails</code> internally groups data by <code>SavingsPlansArn</code>.</p>\n         </note>",
3325                "smithy.api#paginated": {
3326                    "inputToken": "NextToken",
3327                    "outputToken": "NextToken",
3328                    "pageSize": "MaxResults"
3329                }
3330            }
3331        },
3332        "com.amazonaws.costexplorer#GetSavingsPlansUtilizationDetailsRequest": {
3333            "type": "structure",
3334            "members": {
3335                "TimePeriod": {
3336                    "target": "com.amazonaws.costexplorer#DateInterval",
3337                    "traits": {
3338                        "smithy.api#documentation": "<p>The time period that you want the usage and costs for. The <code>Start</code> date must be within 13 months. The <code>End</code> date must be after the <code>Start</code> date, and before the current date. Future dates can't be used as an <code>End</code> date.</p>",
3339                        "smithy.api#required": {}
3340                    }
3341                },
3342                "Filter": {
3343                    "target": "com.amazonaws.costexplorer#Expression",
3344                    "traits": {
3345                        "smithy.api#documentation": "<p>Filters Savings Plans utilization coverage data for active Savings Plans dimensions.  You can filter data with the following dimensions:</p>\n         <ul>\n            <li>\n               <p>\n                  <code>LINKED_ACCOUNT</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>SAVINGS_PLAN_ARN</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>REGION</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>PAYMENT_OPTION</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>INSTANCE_TYPE_FAMILY</code>\n               </p>\n            </li>\n         </ul>\n         <p>\n            <code>GetSavingsPlansUtilizationDetails</code> uses the same \n      <a href=\"https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_Expression.html\">Expression</a> object \n      as the other operations, but only <code>AND</code> is supported among each dimension.</p>"
3346                    }
3347                },
3348                "DataType": {
3349                    "target": "com.amazonaws.costexplorer#SavingsPlansDataTypes",
3350                    "traits": {
3351                        "smithy.api#documentation": "<p>The data type.</p>"
3352                    }
3353                },
3354                "NextToken": {
3355                    "target": "com.amazonaws.costexplorer#NextPageToken",
3356                    "traits": {
3357                        "smithy.api#documentation": "<p>The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.</p>"
3358                    }
3359                },
3360                "MaxResults": {
3361                    "target": "com.amazonaws.costexplorer#MaxResults",
3362                    "traits": {
3363                        "smithy.api#box": {},
3364                        "smithy.api#documentation": "<p>The number of items to be returned in a response. The default is <code>20</code>, with a minimum value of <code>1</code>.</p>"
3365                    }
3366                },
3367                "SortBy": {
3368                    "target": "com.amazonaws.costexplorer#SortDefinition",
3369                    "traits": {
3370                        "smithy.api#documentation": "<p>The value by which you want to sort the data.</p>\n\t  \n\t        <p>The following values are supported for <code>Key</code>:</p>\n         <ul>\n            <li>\n               <p>\n                  <code>UtilizationPercentage</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>TotalCommitment</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>UsedCommitment</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>UnusedCommitment</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>NetSavings</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>AmortizedRecurringCommitment</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>AmortizedUpfrontCommitment</code>\n               </p>\n            </li>\n         </ul>\n\n         <p>Supported values for <code>SortOrder</code> are <code>ASCENDING</code> or <code>DESCENDING</code>.</p>"
3371                    }
3372                }
3373            }
3374        },
3375        "com.amazonaws.costexplorer#GetSavingsPlansUtilizationDetailsResponse": {
3376            "type": "structure",
3377            "members": {
3378                "SavingsPlansUtilizationDetails": {
3379                    "target": "com.amazonaws.costexplorer#SavingsPlansUtilizationDetails",
3380                    "traits": {
3381                        "smithy.api#documentation": "<p>Retrieves a single daily or monthly Savings Plans utilization rate and details for your account.</p>",
3382                        "smithy.api#required": {}
3383                    }
3384                },
3385                "Total": {
3386                    "target": "com.amazonaws.costexplorer#SavingsPlansUtilizationAggregates",
3387                    "traits": {
3388                        "smithy.api#documentation": "<p>The total Savings Plans utilization, regardless of time period.</p>"
3389                    }
3390                },
3391                "TimePeriod": {
3392                    "target": "com.amazonaws.costexplorer#DateInterval",
3393                    "traits": {
3394                        "smithy.api#required": {}
3395                    }
3396                },
3397                "NextToken": {
3398                    "target": "com.amazonaws.costexplorer#NextPageToken",
3399                    "traits": {
3400                        "smithy.api#documentation": "<p>The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.</p>"
3401                    }
3402                }
3403            }
3404        },
3405        "com.amazonaws.costexplorer#GetSavingsPlansUtilizationRequest": {
3406            "type": "structure",
3407            "members": {
3408                "TimePeriod": {
3409                    "target": "com.amazonaws.costexplorer#DateInterval",
3410                    "traits": {
3411                        "smithy.api#documentation": "<p>The time period that you want the usage and costs for. The <code>Start</code> date must be within 13 months. The <code>End</code> date must be after the <code>Start</code> date, and before the current date. Future dates can't be used as an <code>End</code> date.</p>",
3412                        "smithy.api#required": {}
3413                    }
3414                },
3415                "Granularity": {
3416                    "target": "com.amazonaws.costexplorer#Granularity",
3417                    "traits": {
3418                        "smithy.api#documentation": "<p>The granularity of the Amazon Web Services utillization data for your Savings Plans.</p>\n\t        <p>The <code>GetSavingsPlansUtilization</code> operation supports only <code>DAILY</code> and <code>MONTHLY</code> granularities.</p>"
3419                    }
3420                },
3421                "Filter": {
3422                    "target": "com.amazonaws.costexplorer#Expression",
3423                    "traits": {
3424                        "smithy.api#documentation": "<p>Filters Savings Plans utilization coverage data for active Savings Plans dimensions.  You can filter data with the following dimensions:</p>\n         <ul>\n            <li>\n               <p>\n                  <code>LINKED_ACCOUNT</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>SAVINGS_PLAN_ARN</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>SAVINGS_PLANS_TYPE</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>REGION</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>PAYMENT_OPTION</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>INSTANCE_TYPE_FAMILY</code>\n               </p>\n            </li>\n         </ul>\n         <p>\n            <code>GetSavingsPlansUtilization</code> uses the same \n      <a href=\"https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_Expression.html\">Expression</a> object \n      as the other operations, but only <code>AND</code> is supported among each dimension.</p>"
3425                    }
3426                },
3427                "SortBy": {
3428                    "target": "com.amazonaws.costexplorer#SortDefinition",
3429                    "traits": {
3430                        "smithy.api#documentation": "<p>The value by which you want to sort the data.</p>\n\t        <p>The following values are supported for <code>Key</code>:</p>\n         <ul>\n            <li>\n               <p>\n                  <code>UtilizationPercentage</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>TotalCommitment</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>UsedCommitment</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>UnusedCommitment</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>NetSavings</code>\n               </p>\n            </li>\n         </ul>\n\n         <p>Supported values for <code>SortOrder</code> are <code>ASCENDING</code> or <code>DESCENDING</code>.</p>"
3431                    }
3432                }
3433            }
3434        },
3435        "com.amazonaws.costexplorer#GetSavingsPlansUtilizationResponse": {
3436            "type": "structure",
3437            "members": {
3438                "SavingsPlansUtilizationsByTime": {
3439                    "target": "com.amazonaws.costexplorer#SavingsPlansUtilizationsByTime",
3440                    "traits": {
3441                        "smithy.api#documentation": "<p>The amount of cost/commitment you used your Savings Plans. This allows you to specify date ranges.</p>"
3442                    }
3443                },
3444                "Total": {
3445                    "target": "com.amazonaws.costexplorer#SavingsPlansUtilizationAggregates",
3446                    "traits": {
3447                        "smithy.api#documentation": "<p>The total amount of cost/commitment that you used your Savings Plans, regardless of date ranges.</p>",
3448                        "smithy.api#required": {}
3449                    }
3450                }
3451            }
3452        },
3453        "com.amazonaws.costexplorer#GetTags": {
3454            "type": "operation",
3455            "input": {
3456                "target": "com.amazonaws.costexplorer#GetTagsRequest"
3457            },
3458            "output": {
3459                "target": "com.amazonaws.costexplorer#GetTagsResponse"
3460            },
3461            "errors": [
3462                {
3463                    "target": "com.amazonaws.costexplorer#BillExpirationException"
3464                },
3465                {
3466                    "target": "com.amazonaws.costexplorer#DataUnavailableException"
3467                },
3468                {
3469                    "target": "com.amazonaws.costexplorer#InvalidNextTokenException"
3470                },
3471                {
3472                    "target": "com.amazonaws.costexplorer#LimitExceededException"
3473                },
3474                {
3475                    "target": "com.amazonaws.costexplorer#RequestChangedException"
3476                }
3477            ],
3478            "traits": {
3479                "smithy.api#documentation": "<p>Queries for available tag keys and tag values for a specified period. You can search the tag values for an arbitrary string. </p>"
3480            }
3481        },
3482        "com.amazonaws.costexplorer#GetTagsRequest": {
3483            "type": "structure",
3484            "members": {
3485                "SearchString": {
3486                    "target": "com.amazonaws.costexplorer#SearchString",
3487                    "traits": {
3488                        "smithy.api#documentation": "<p>The value that you want to search for.</p>"
3489                    }
3490                },
3491                "TimePeriod": {
3492                    "target": "com.amazonaws.costexplorer#DateInterval",
3493                    "traits": {
3494                        "smithy.api#documentation": "<p>The start and end dates for retrieving the dimension values. The start date is inclusive,  but the end date is exclusive. For example, if <code>start</code> is <code>2017-01-01</code> and <code>end</code> is <code>2017-05-01</code>, then the cost and usage data is  \n            retrieved from <code>2017-01-01</code> up to and including <code>2017-04-30</code> but not including <code>2017-05-01</code>.</p>",
3495                        "smithy.api#required": {}
3496                    }
3497                },
3498                "TagKey": {
3499                    "target": "com.amazonaws.costexplorer#TagKey",
3500                    "traits": {
3501                        "smithy.api#documentation": "<p>The key of the tag that you want to return values for.</p>"
3502                    }
3503                },
3504                "Filter": {
3505                    "target": "com.amazonaws.costexplorer#Expression"
3506                },
3507                "SortBy": {
3508                    "target": "com.amazonaws.costexplorer#SortDefinitions",
3509                    "traits": {
3510                        "smithy.api#documentation": "<p>The value by which you want to sort the data.</p>\n\t        <p>The key represents cost and usage metrics. The following values are supported:</p>\n         <ul>\n            <li>\n               <p>\n                  <code>BlendedCost</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>UnblendedCost</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>AmortizedCost</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>NetAmortizedCost</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>NetUnblendedCost</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>UsageQuantity</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>NormalizedUsageAmount</code>\n               </p>\n            </li>\n         </ul>\n         <p>Supported values for <code>SortOrder</code> are <code>ASCENDING</code> or <code>DESCENDING</code>.</p>\n         <p>When using <code>SortBy</code>, <code>NextPageToken</code> and <code>SearchString</code> are not supported.</p>"
3511                    }
3512                },
3513                "MaxResults": {
3514                    "target": "com.amazonaws.costexplorer#MaxResults",
3515                    "traits": {
3516                        "smithy.api#documentation": "<p>This field is only used when SortBy is provided in the request. The maximum number of objects that to be returned for this request. If MaxResults is not specified with SortBy, the request will return 1000 results as the default value for this parameter.</p>\n\t        <p>For <code>GetTags</code>, MaxResults has an upper limit of 1000.</p>"
3517                    }
3518                },
3519                "NextPageToken": {
3520                    "target": "com.amazonaws.costexplorer#NextPageToken",
3521                    "traits": {
3522                        "smithy.api#documentation": "<p>The token to retrieve the next set of results. AWS provides the token when the response from a previous call has more results than the maximum page size.</p>"
3523                    }
3524                }
3525            }
3526        },
3527        "com.amazonaws.costexplorer#GetTagsResponse": {
3528            "type": "structure",
3529            "members": {
3530                "NextPageToken": {
3531                    "target": "com.amazonaws.costexplorer#NextPageToken",
3532                    "traits": {
3533                        "smithy.api#documentation": "<p>The token for the next set of retrievable results. AWS provides the token when the response from a previous call has more results than the maximum page size.</p>"
3534                    }
3535                },
3536                "Tags": {
3537                    "target": "com.amazonaws.costexplorer#TagList",
3538                    "traits": {
3539                        "smithy.api#documentation": "<p>The tags that match your request.</p>",
3540                        "smithy.api#required": {}
3541                    }
3542                },
3543                "ReturnSize": {
3544                    "target": "com.amazonaws.costexplorer#PageSize",
3545                    "traits": {
3546                        "smithy.api#documentation": "<p>The number of query results that AWS returns at a time.</p>",
3547                        "smithy.api#required": {}
3548                    }
3549                },
3550                "TotalSize": {
3551                    "target": "com.amazonaws.costexplorer#PageSize",
3552                    "traits": {
3553                        "smithy.api#documentation": "<p>The total number of query results.</p>",
3554                        "smithy.api#required": {}
3555                    }
3556                }
3557            }
3558        },
3559        "com.amazonaws.costexplorer#GetUsageForecast": {
3560            "type": "operation",
3561            "input": {
3562                "target": "com.amazonaws.costexplorer#GetUsageForecastRequest"
3563            },
3564            "output": {
3565                "target": "com.amazonaws.costexplorer#GetUsageForecastResponse"
3566            },
3567            "errors": [
3568                {
3569                    "target": "com.amazonaws.costexplorer#DataUnavailableException"
3570                },
3571                {
3572                    "target": "com.amazonaws.costexplorer#LimitExceededException"
3573                },
3574                {
3575                    "target": "com.amazonaws.costexplorer#UnresolvableUsageUnitException"
3576                }
3577            ],
3578            "traits": {
3579                "smithy.api#documentation": "<p>Retrieves a forecast for how much Amazon Web Services predicts that you will use over the forecast time period that you select, based on your past usage. </p>"
3580            }
3581        },
3582        "com.amazonaws.costexplorer#GetUsageForecastRequest": {
3583            "type": "structure",
3584            "members": {
3585                "TimePeriod": {
3586                    "target": "com.amazonaws.costexplorer#DateInterval",
3587                    "traits": {
3588                        "smithy.api#documentation": "<p>The start and end dates of the period that you want to retrieve usage forecast for. The start date is inclusive,  but the end date is exclusive. For example, if <code>start</code> is <code>2017-01-01</code> and <code>end</code> is <code>2017-05-01</code>, then the cost and usage data is  \n\t\t  retrieved from <code>2017-01-01</code> up to and including <code>2017-04-30</code> but not including <code>2017-05-01</code>. The start date must be equal to or later than the current date to avoid a validation error.</p>",
3589                        "smithy.api#required": {}
3590                    }
3591                },
3592                "Metric": {
3593                    "target": "com.amazonaws.costexplorer#Metric",
3594                    "traits": {
3595                        "smithy.api#documentation": "<p>Which metric Cost Explorer uses to create your forecast.</p>\n\t\t       <p>Valid values for a <code>GetUsageForecast</code> call are the following:</p>\n\t\t       <ul>\n            <li>\n\t\t\t\t           <p>USAGE_QUANTITY</p>\n\t\t\t         </li>\n            <li>\n\t\t\t\t           <p>NORMALIZED_USAGE_AMOUNT</p>\n\t\t\t         </li>\n         </ul>",
3596                        "smithy.api#required": {}
3597                    }
3598                },
3599                "Granularity": {
3600                    "target": "com.amazonaws.costexplorer#Granularity",
3601                    "traits": {
3602                        "smithy.api#documentation": "<p>How granular you want the forecast to be. You can get 3 months of <code>DAILY</code> forecasts or 12 months of <code>MONTHLY</code> forecasts.</p>\n\t\t       <p>The <code>GetUsageForecast</code> operation supports only <code>DAILY</code> and <code>MONTHLY</code> granularities.</p>",
3603                        "smithy.api#required": {}
3604                    }
3605                },
3606                "Filter": {
3607                    "target": "com.amazonaws.costexplorer#Expression",
3608                    "traits": {
3609                        "smithy.api#documentation": "<p>The filters that you want to use to filter your forecast. The <code>GetUsageForecast</code> API supports filtering by the following dimensions:</p>\n\t\t    \n\t        <ul>\n            <li>\n               <p>\n                  <code>AZ</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>INSTANCE_TYPE</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>LINKED_ACCOUNT</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>LINKED_ACCOUNT_NAME</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>OPERATION</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>PURCHASE_TYPE</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>REGION</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>SERVICE</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>USAGE_TYPE</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>USAGE_TYPE_GROUP</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>RECORD_TYPE</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>OPERATING_SYSTEM</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>TENANCY</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>SCOPE</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>PLATFORM</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>SUBSCRIPTION_ID</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>LEGAL_ENTITY_NAME</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>DEPLOYMENT_OPTION</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>DATABASE_ENGINE</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>INSTANCE_TYPE_FAMILY</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>BILLING_ENTITY</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>RESERVATION_ID</code>\n               </p>\n            </li>\n            <li>\n               <p>\n                  <code>SAVINGS_PLAN_ARN</code>\n               </p>\n            </li>\n         </ul>"
3610                    }
3611                },
3612                "PredictionIntervalLevel": {
3613                    "target": "com.amazonaws.costexplorer#PredictionIntervalLevel",
3614                    "traits": {
3615                        "smithy.api#documentation": "<p>Cost Explorer always returns the mean forecast as a single point. You can request a prediction interval around the mean \n\t\t\tby specifying a confidence level. The higher the confidence level, the more confident Cost Explorer is about the actual value \n\t\t\tfalling in the prediction interval. Higher confidence levels result in wider prediction intervals.</p>"
3616                    }
3617                }
3618            }
3619        },
3620        "com.amazonaws.costexplorer#GetUsageForecastResponse": {
3621            "type": "structure",
3622            "members": {
3623                "Total": {
3624                    "target": "com.amazonaws.costexplorer#MetricValue",
3625                    "traits": {
3626                        "smithy.api#documentation": "<p>How much you're forecasted to use over the forecast period.</p>"
3627                    }
3628                },
3629                "ForecastResultsByTime": {
3630                    "target": "com.amazonaws.costexplorer#ForecastResultsByTime",
3631                    "traits": {
3632                        "smithy.api#documentation": "<p>The forecasts for your query, in order. For <code>DAILY</code> forecasts, this is a list of days. For <code>MONTHLY</code> forecasts, \n\t\t\tthis is a list of months.</p>"
3633                    }
3634                }
3635            }
3636        },
3637        "com.amazonaws.costexplorer#Granularity": {
3638            "type": "string",
3639            "traits": {
3640                "smithy.api#enum": [
3641                    {
3642                        "value": "DAILY",
3643                        "name": "DAILY"
3644                    },
3645                    {
3646                        "value": "MONTHLY",
3647                        "name": "MONTHLY"
3648                    },
3649                    {
3650                        "value": "HOURLY",
3651                        "name": "HOURLY"
3652                    }
3653                ]
3654            }
3655        },
3656        "com.amazonaws.costexplorer#Group": {
3657            "type": "structure",
3658            "members": {
3659                "Keys": {
3660                    "target": "com.amazonaws.costexplorer#Keys",
3661                    "traits": {
3662                        "smithy.api#documentation": "<p>The keys that are included in this group.</p>"
3663                    }
3664                },
3665                "Metrics": {
3666                    "target": "com.amazonaws.costexplorer#Metrics",
3667                    "traits": {
3668                        "smithy.api#documentation": "<p>The metrics that are included in this group.</p>"
3669                    }
3670                }
3671            },
3672            "traits": {
3673                "smithy.api#documentation": "<p>One level of grouped data in the results.</p>"
3674            }
3675        },
3676        "com.amazonaws.costexplorer#GroupDefinition": {
3677            "type": "structure",
3678            "members": {
3679                "Type": {
3680                    "target": "com.amazonaws.costexplorer#GroupDefinitionType",
3681                    "traits": {
3682                        "smithy.api#documentation": "<p>The string that represents the type of group.</p>"
3683                    }
3684                },
3685                "Key": {
3686                    "target": "com.amazonaws.costexplorer#GroupDefinitionKey",
3687                    "traits": {
3688                        "smithy.api#documentation": "<p>The string that represents a key for a specified group.</p>"
3689                    }
3690                }
3691            },
3692            "traits": {
3693                "smithy.api#documentation": "<p>Represents a group when you specify a group by criteria or in the response to a\n            query with a specific grouping.</p>"
3694            }
3695        },
3696        "com.amazonaws.costexplorer#GroupDefinitionKey": {
3697            "type": "string",
3698            "traits": {
3699                "smithy.api#length": {
3700                    "min": 0,
3701                    "max": 1024
3702                },
3703                "smithy.api#pattern": "[\\S\\s]*"
3704            }
3705        },
3706        "com.amazonaws.costexplorer#GroupDefinitionType": {
3707            "type": "string",
3708            "traits": {
3709                "smithy.api#enum": [
3710                    {
3711                        "value": "DIMENSION",
3712                        "name": "DIMENSION"
3713                    },
3714                    {
3715                        "value": "TAG",
3716                        "name": "TAG"
3717                    },
3718                    {
3719                        "value": "COST_CATEGORY",
3720                        "name": "COST_CATEGORY"
3721                    }
3722                ]
3723            }
3724        },
3725        "com.amazonaws.costexplorer#GroupDefinitions": {
3726            "type": "list",
3727            "member": {
3728                "target": "com.amazonaws.costexplorer#GroupDefinition"
3729            }
3730        },
3731        "com.amazonaws.costexplorer#Groups": {
3732            "type": "list",
3733            "member": {
3734                "target": "com.amazonaws.costexplorer#Group"
3735            }
3736        },
3737        "com.amazonaws.costexplorer#Impact": {
3738            "type": "structure",
3739            "members": {
3740                "MaxImpact": {
3741                    "target": "com.amazonaws.costexplorer#GenericDouble",
3742                    "traits": {
3743                        "smithy.api#documentation": "<p>\n        The maximum dollar value observed for an anomaly.\n    </p>",
3744                        "smithy.api#required": {}
3745                    }
3746                },
3747                "TotalImpact": {
3748                    "target": "com.amazonaws.costexplorer#GenericDouble",
3749                    "traits": {
3750                        "smithy.api#documentation": "<p>\n        The cumulative dollar value observed for an anomaly.\n    </p>"
3751                    }
3752                }
3753            },
3754            "traits": {
3755                "smithy.api#documentation": "<p>\n        The anomaly's dollar value.\n    </p>"
3756            }
3757        },
3758        "com.amazonaws.costexplorer#InstanceDetails": {
3759            "type": "structure",
3760            "members": {
3761                "EC2InstanceDetails": {
3762                    "target": "com.amazonaws.costexplorer#EC2InstanceDetails",
3763                    "traits": {
3764                        "smithy.api#documentation": "<p>The Amazon EC2 instances that AWS recommends that you purchase.</p>"
3765                    }
3766                },
3767                "RDSInstanceDetails": {
3768                    "target": "com.amazonaws.costexplorer#RDSInstanceDetails",
3769                    "traits": {
3770                        "smithy.api#documentation": "<p>The Amazon RDS instances that AWS recommends that you purchase.</p>"
3771                    }
3772                },
3773                "RedshiftInstanceDetails": {
3774                    "target": "com.amazonaws.costexplorer#RedshiftInstanceDetails",
3775                    "traits": {
3776                        "smithy.api#documentation": "<p>The Amazon Redshift instances that AWS recommends that you purchase.</p>"
3777                    }
3778                },
3779                "ElastiCacheInstanceDetails": {
3780                    "target": "com.amazonaws.costexplorer#ElastiCacheInstanceDetails",
3781                    "traits": {
3782                        "smithy.api#documentation": "<p>The ElastiCache instances that AWS recommends that you purchase.</p>"
3783                    }
3784                },
3785                "ESInstanceDetails": {
3786                    "target": "com.amazonaws.costexplorer#ESInstanceDetails",
3787                    "traits": {
3788                        "smithy.api#documentation": "<p>The Amazon ES instances that AWS recommends that you purchase.</p>"
3789                    }
3790                }
3791            },
3792            "traits": {
3793                "smithy.api#documentation": "<p>Details about the instances that AWS recommends that you purchase.</p>"
3794            }
3795        },
3796        "com.amazonaws.costexplorer#InvalidNextTokenException": {
3797            "type": "structure",
3798            "members": {
3799                "Message": {
3800                    "target": "com.amazonaws.costexplorer#ErrorMessage"
3801                }
3802            },
3803            "traits": {
3804                "smithy.api#documentation": "<p>The pagination token is invalid. Try again without a pagination token.</p>",
3805                "smithy.api#error": "client"
3806            }
3807        },
3808        "com.amazonaws.costexplorer#Key": {
3809            "type": "string"
3810        },
3811        "com.amazonaws.costexplorer#Keys": {
3812            "type": "list",
3813            "member": {
3814                "target": "com.amazonaws.costexplorer#Key"
3815            }
3816        },
3817        "com.amazonaws.costexplorer#LimitExceededException": {
3818            "type": "structure",
3819            "members": {
3820                "Message": {
3821                    "target": "com.amazonaws.costexplorer#ErrorMessage"
3822                }
3823            },
3824            "traits": {
3825                "smithy.api#documentation": "<p>You made too many calls in a short period of time. Try again later.</p>",
3826                "smithy.api#error": "client"
3827            }
3828        },
3829        "com.amazonaws.costexplorer#ListCostCategoryDefinitions": {
3830            "type": "operation",
3831            "input": {
3832                "target": "com.amazonaws.costexplorer#ListCostCategoryDefinitionsRequest"
3833            },
3834            "output": {
3835                "target": "com.amazonaws.costexplorer#ListCostCategoryDefinitionsResponse"
3836            },
3837            "errors": [
3838                {
3839                    "target": "com.amazonaws.costexplorer#LimitExceededException"
3840                }
3841            ],
3842            "traits": {
3843                "smithy.api#documentation": "<p>Returns the name, ARN, <code>NumberOfRules</code> and effective dates of all Cost Categories defined in the account. You have the option to use <code>EffectiveOn</code> to return a list of Cost Categories that were active on a specific date. If there is no <code>EffectiveOn</code> specified, you’ll see Cost Categories that are effective on the current date. If Cost Category is still effective, <code>EffectiveEnd</code> is omitted in the response. <code>ListCostCategoryDefinitions</code> supports pagination. The request can have a <code>MaxResults</code> range up to 100.</p>",
3844                "smithy.api#paginated": {
3845                    "inputToken": "NextToken",
3846                    "outputToken": "NextToken",
3847                    "pageSize": "MaxResults"
3848                }
3849            }
3850        },
3851        "com.amazonaws.costexplorer#ListCostCategoryDefinitionsRequest": {
3852            "type": "structure",
3853            "members": {
3854                "EffectiveOn": {
3855                    "target": "com.amazonaws.costexplorer#ZonedDateTime",
3856                    "traits": {
3857                        "smithy.api#documentation": "<p>\n      The date when the Cost Category was effective.\n    </p>"
3858                    }
3859                },
3860                "NextToken": {
3861                    "target": "com.amazonaws.costexplorer#NextPageToken",
3862                    "traits": {
3863                        "smithy.api#documentation": "<p>\n      The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.\n    </p>"
3864                    }
3865                },
3866                "MaxResults": {
3867                    "target": "com.amazonaws.costexplorer#CostCategoryMaxResults",
3868                    "traits": {
3869                        "smithy.api#box": {},
3870                        "smithy.api#documentation": "<p> The number of entries a paginated response contains. </p>"
3871                    }
3872                }
3873            }
3874        },
3875        "com.amazonaws.costexplorer#ListCostCategoryDefinitionsResponse": {
3876            "type": "structure",
3877            "members": {
3878                "CostCategoryReferences": {
3879                    "target": "com.amazonaws.costexplorer#CostCategoryReferencesList",
3880                    "traits": {
3881                        "smithy.api#documentation": "<p>\n      A reference to a Cost Category containing enough information to identify the Cost Category.\n    </p>"
3882                    }
3883                },
3884                "NextToken": {
3885                    "target": "com.amazonaws.costexplorer#NextPageToken",
3886                    "traits": {
3887                        "smithy.api#documentation": "<p>\n      The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.\n    </p>"
3888                    }
3889                }
3890            }
3891        },
3892        "com.amazonaws.costexplorer#LookbackPeriodInDays": {
3893            "type": "string",
3894            "traits": {
3895                "smithy.api#enum": [
3896                    {
3897                        "value": "SEVEN_DAYS",
3898                        "name": "SEVEN_DAYS"
3899                    },
3900                    {
3901                        "value": "THIRTY_DAYS",
3902                        "name": "THIRTY_DAYS"
3903                    },
3904                    {
3905                        "value": "SIXTY_DAYS",
3906                        "name": "SIXTY_DAYS"
3907                    }
3908                ]
3909            }
3910        },
3911        "com.amazonaws.costexplorer#MatchOption": {
3912            "type": "string",
3913            "traits": {
3914                "smithy.api#enum": [
3915                    {
3916                        "value": "EQUALS",
3917                        "name": "EQUALS"
3918                    },
3919                    {
3920                        "value": "ABSENT",
3921                        "name": "ABSENT"
3922                    },
3923                    {
3924                        "value": "STARTS_WITH",
3925                        "name": "STARTS_WITH"
3926                    },
3927                    {
3928                        "value": "ENDS_WITH",
3929                        "name": "ENDS_WITH"
3930                    },
3931                    {
3932                        "value": "CONTAINS",
3933                        "name": "CONTAINS"
3934                    },
3935                    {
3936                        "value": "CASE_SENSITIVE",
3937                        "name": "CASE_SENSITIVE"
3938                    },
3939                    {
3940                        "value": "CASE_INSENSITIVE",
3941                        "name": "CASE_INSENSITIVE"
3942                    }
3943                ]
3944            }
3945        },
3946        "com.amazonaws.costexplorer#MatchOptions": {
3947            "type": "list",
3948            "member": {
3949                "target": "com.amazonaws.costexplorer#MatchOption"
3950            }
3951        },
3952        "com.amazonaws.costexplorer#MaxResults": {
3953            "type": "integer",
3954            "traits": {
3955                "smithy.api#range": {
3956                    "min": 1
3957                }
3958            }
3959        },
3960        "com.amazonaws.costexplorer#Metric": {
3961            "type": "string",
3962            "traits": {
3963                "smithy.api#enum": [
3964                    {
3965                        "value": "BLENDED_COST",
3966                        "name": "BLENDED_COST"
3967                    },
3968                    {
3969                        "value": "UNBLENDED_COST",
3970                        "name": "UNBLENDED_COST"
3971                    },
3972                    {
3973                        "value": "AMORTIZED_COST",
3974                        "name": "AMORTIZED_COST"
3975                    },
3976                    {
3977                        "value": "NET_UNBLENDED_COST",
3978                        "name": "NET_UNBLENDED_COST"
3979                    },
3980                    {
3981                        "value": "NET_AMORTIZED_COST",
3982                        "name": "NET_AMORTIZED_COST"
3983                    },
3984                    {
3985                        "value": "USAGE_QUANTITY",
3986                        "name": "USAGE_QUANTITY"
3987                    },
3988                    {
3989                        "value": "NORMALIZED_USAGE_AMOUNT",
3990                        "name": "NORMALIZED_USAGE_AMOUNT"
3991                    }
3992                ]
3993            }
3994        },
3995        "com.amazonaws.costexplorer#MetricAmount": {
3996            "type": "string"
3997        },
3998        "com.amazonaws.costexplorer#MetricName": {
3999            "type": "string",
4000            "traits": {
4001                "smithy.api#length": {
4002                    "min": 0,
4003                    "max": 1024
4004                },
4005                "smithy.api#pattern": "[\\S\\s]*"
4006            }
4007        },
4008        "com.amazonaws.costexplorer#MetricNames": {
4009            "type": "list",
4010            "member": {
4011                "target": "com.amazonaws.costexplorer#MetricName"
4012            }
4013        },
4014        "com.amazonaws.costexplorer#MetricUnit": {
4015            "type": "string"
4016        },
4017        "com.amazonaws.costexplorer#MetricValue": {
4018            "type": "structure",
4019            "members": {
4020                "Amount": {
4021                    "target": "com.amazonaws.costexplorer#MetricAmount",
4022                    "traits": {
4023                        "smithy.api#documentation": "<p>The actual number that represents the metric.</p>"
4024                    }
4025                },
4026                "Unit": {
4027                    "target": "com.amazonaws.costexplorer#MetricUnit",
4028                    "traits": {
4029                        "smithy.api#documentation": "<p>The unit that the metric is given in.</p>"
4030                    }
4031                }
4032            },
4033            "traits": {
4034                "smithy.api#documentation": "<p>The aggregated value for a metric.</p>"
4035            }
4036        },
4037        "com.amazonaws.costexplorer#Metrics": {
4038            "type": "map",
4039            "key": {
4040                "target": "com.amazonaws.costexplorer#MetricName"
4041            },
4042            "value": {
4043                "target": "com.amazonaws.costexplorer#MetricValue"
4044            }
4045        },
4046        "com.amazonaws.costexplorer#ModifyRecommendationDetail": {
4047            "type": "structure",
4048            "members": {
4049                "TargetInstances": {
4050                    "target": "com.amazonaws.costexplorer#TargetInstancesList",
4051                    "traits": {
4052                        "smithy.api#documentation": "<p>Identifies whether this instance type is the AWS default recommendation.</p>"
4053                    }
4054                }
4055            },
4056            "traits": {
4057                "smithy.api#documentation": "<p> Details on the modification recommendation.</p>"
4058            }
4059        },
4060        "com.amazonaws.costexplorer#MonitorArnList": {
4061            "type": "list",
4062            "member": {
4063                "target": "com.amazonaws.costexplorer#Arn"
4064            }
4065        },
4066        "com.amazonaws.costexplorer#MonitorDimension": {
4067            "type": "string",
4068            "traits": {
4069                "smithy.api#enum": [
4070                    {
4071                        "value": "SERVICE",
4072                        "name": "SERVICE"
4073                    }
4074                ]
4075            }
4076        },
4077        "com.amazonaws.costexplorer#MonitorType": {
4078            "type": "string",
4079            "traits": {
4080                "smithy.api#enum": [
4081                    {
4082                        "value": "DIMENSIONAL",
4083                        "name": "DIMENSIONAL"
4084                    },
4085                    {
4086                        "value": "CUSTOM",
4087                        "name": "CUSTOM"
4088                    }
4089                ]
4090            }
4091        },
4092        "com.amazonaws.costexplorer#NetRISavings": {
4093            "type": "string"
4094        },
4095        "com.amazonaws.costexplorer#NextPageToken": {
4096            "type": "string",
4097            "traits": {
4098                "smithy.api#length": {
4099                    "min": 0,
4100                    "max": 8192
4101                },
4102                "smithy.api#pattern": "[\\S\\s]*"
4103            }
4104        },
4105        "com.amazonaws.costexplorer#NonNegativeInteger": {
4106            "type": "integer",
4107            "traits": {
4108                "smithy.api#range": {
4109                    "min": 0
4110                }
4111            }
4112        },
4113        "com.amazonaws.costexplorer#NullableNonNegativeDouble": {
4114            "type": "double",
4115            "traits": {
4116                "smithy.api#box": {},
4117                "smithy.api#range": {
4118                    "min": 0.0
4119                }
4120            }
4121        },
4122        "com.amazonaws.costexplorer#NumericOperator": {
4123            "type": "string",
4124            "traits": {
4125                "smithy.api#enum": [
4126                    {
4127                        "value": "EQUAL",
4128                        "name": "EQUAL"
4129                    },
4130                    {
4131                        "value": "GREATER_THAN_OR_EQUAL",
4132                        "name": "GREATER_THAN_OR_EQUAL"
4133                    },
4134                    {
4135                        "value": "LESS_THAN_OR_EQUAL",
4136                        "name": "LESS_THAN_OR_EQUAL"
4137                    },
4138                    {
4139                        "value": "GREATER_THAN",
4140                        "name": "GREATER_THAN"
4141                    },
4142                    {
4143                        "value": "LESS_THAN",
4144                        "name": "LESS_THAN"
4145                    },
4146                    {
4147                        "value": "BETWEEN",
4148                        "name": "BETWEEN"
4149                    }
4150                ]
4151            }
4152        },
4153        "com.amazonaws.costexplorer#OfferingClass": {
4154            "type": "string",
4155            "traits": {
4156                "smithy.api#enum": [
4157                    {
4158                        "value": "STANDARD",
4159                        "name": "STANDARD"
4160                    },
4161                    {
4162                        "value": "CONVERTIBLE",
4163                        "name": "CONVERTIBLE"
4164                    }
4165                ]
4166            }
4167        },
4168        "com.amazonaws.costexplorer#OnDemandCost": {
4169            "type": "string"
4170        },
4171        "com.amazonaws.costexplorer#OnDemandCostOfRIHoursUsed": {
4172            "type": "string"
4173        },
4174        "com.amazonaws.costexplorer#OnDemandHours": {
4175            "type": "string"
4176        },
4177        "com.amazonaws.costexplorer#OnDemandNormalizedUnits": {
4178            "type": "string"
4179        },
4180        "com.amazonaws.costexplorer#PageSize": {
4181            "type": "integer",
4182            "traits": {
4183                "smithy.api#box": {}
4184            }
4185        },
4186        "com.amazonaws.costexplorer#PaymentOption": {
4187            "type": "string",
4188            "traits": {
4189                "smithy.api#enum": [
4190                    {
4191                        "value": "NO_UPFRONT",
4192                        "name": "NO_UPFRONT"
4193                    },
4194                    {
4195                        "value": "PARTIAL_UPFRONT",
4196                        "name": "PARTIAL_UPFRONT"
4197                    },
4198                    {
4199                        "value": "ALL_UPFRONT",
4200                        "name": "ALL_UPFRONT"
4201                    },
4202                    {
4203                        "value": "LIGHT_UTILIZATION",
4204                        "name": "LIGHT_UTILIZATION"
4205                    },
4206                    {
4207                        "value": "MEDIUM_UTILIZATION",
4208                        "name": "MEDIUM_UTILIZATION"
4209                    },
4210                    {
4211                        "value": "HEAVY_UTILIZATION",
4212                        "name": "HEAVY_UTILIZATION"
4213                    }
4214                ]
4215            }
4216        },
4217        "com.amazonaws.costexplorer#PredictionIntervalLevel": {
4218            "type": "integer",
4219            "traits": {
4220                "smithy.api#box": {},
4221                "smithy.api#range": {
4222                    "min": 51,
4223                    "max": 99
4224                }
4225            }
4226        },
4227        "com.amazonaws.costexplorer#ProvideAnomalyFeedback": {
4228            "type": "operation",
4229            "input": {
4230                "target": "com.amazonaws.costexplorer#ProvideAnomalyFeedbackRequest"
4231            },
4232            "output": {
4233                "target": "com.amazonaws.costexplorer#ProvideAnomalyFeedbackResponse"
4234            },
4235            "errors": [
4236                {
4237                    "target": "com.amazonaws.costexplorer#LimitExceededException"
4238                }
4239            ],
4240            "traits": {
4241                "smithy.api#documentation": "<p>Modifies the feedback property of a given cost anomaly. </p>"
4242            }
4243        },
4244        "com.amazonaws.costexplorer#ProvideAnomalyFeedbackRequest": {
4245            "type": "structure",
4246            "members": {
4247                "AnomalyId": {
4248                    "target": "com.amazonaws.costexplorer#GenericString",
4249                    "traits": {
4250                        "smithy.api#documentation": "<p>\n      A cost anomaly ID.\n    </p>",
4251                        "smithy.api#required": {}
4252                    }
4253                },
4254                "Feedback": {
4255                    "target": "com.amazonaws.costexplorer#AnomalyFeedbackType",
4256                    "traits": {
4257                        "smithy.api#documentation": "<p>Describes whether the cost anomaly was a planned activity or you considered it an anomaly. </p>",
4258                        "smithy.api#required": {}
4259                    }
4260                }
4261            }
4262        },
4263        "com.amazonaws.costexplorer#ProvideAnomalyFeedbackResponse": {
4264            "type": "structure",
4265            "members": {
4266                "AnomalyId": {
4267                    "target": "com.amazonaws.costexplorer#GenericString",
4268                    "traits": {
4269                        "smithy.api#documentation": "<p>\n      The ID of the modified cost anomaly.\n    </p>",
4270                        "smithy.api#required": {}
4271                    }
4272                }
4273            }
4274        },
4275        "com.amazonaws.costexplorer#PurchasedHours": {
4276            "type": "string"
4277        },
4278        "com.amazonaws.costexplorer#PurchasedUnits": {
4279            "type": "string"
4280        },
4281        "com.amazonaws.costexplorer#RDSInstanceDetails": {
4282            "type": "structure",
4283            "members": {
4284                "Family": {
4285                    "target": "com.amazonaws.costexplorer#GenericString",
4286                    "traits": {
4287                        "smithy.api#documentation": "<p>The instance family of the recommended reservation.</p>"
4288                    }
4289                },
4290                "InstanceType": {
4291                    "target": "com.amazonaws.costexplorer#GenericString",
4292                    "traits": {
4293                        "smithy.api#documentation": "<p>The type of instance that AWS recommends.</p>"
4294                    }
4295                },
4296                "Region": {
4297                    "target": "com.amazonaws.costexplorer#GenericString",
4298                    "traits": {
4299                        "smithy.api#documentation": "<p>The AWS Region of the recommended reservation.</p>"
4300                    }
4301                },
4302                "DatabaseEngine": {
4303                    "target": "com.amazonaws.costexplorer#GenericString",
4304                    "traits": {
4305                        "smithy.api#documentation": "<p>The database engine that the recommended reservation supports.</p>"
4306                    }
4307                },
4308                "DatabaseEdition": {
4309                    "target": "com.amazonaws.costexplorer#GenericString",
4310                    "traits": {
4311                        "smithy.api#documentation": "<p>The database edition that the recommended reservation supports.</p>"
4312                    }
4313                },
4314                "DeploymentOption": {
4315                    "target": "com.amazonaws.costexplorer#GenericString",
4316                    "traits": {
4317                        "smithy.api#documentation": "<p>Whether the recommendation is for a reservation in a single Availability Zone or a\n            reservation with a backup in a second Availability Zone.</p>"
4318                    }
4319                },
4320                "LicenseModel": {
4321                    "target": "com.amazonaws.costexplorer#GenericString",
4322                    "traits": {
4323                        "smithy.api#documentation": "<p>The license model that the recommended reservation supports.</p>"
4324                    }
4325                },
4326                "CurrentGeneration": {
4327                    "target": "com.amazonaws.costexplorer#GenericBoolean",
4328                    "traits": {
4329                        "smithy.api#documentation": "<p>Whether the recommendation is for a current-generation instance. </p>"
4330                    }
4331                },
4332                "SizeFlexEligible": {
4333                    "target": "com.amazonaws.costexplorer#GenericBoolean",
4334                    "traits": {
4335                        "smithy.api#documentation": "<p>Whether the recommended reservation is size flexible.</p>"
4336                    }
4337                }
4338            },
4339            "traits": {
4340                "smithy.api#documentation": "<p>Details about the Amazon RDS instances that AWS recommends that you\n            purchase.</p>"
4341            }
4342        },
4343        "com.amazonaws.costexplorer#RICostForUnusedHours": {
4344            "type": "string"
4345        },
4346        "com.amazonaws.costexplorer#RealizedSavings": {
4347            "type": "string"
4348        },
4349        "com.amazonaws.costexplorer#RecommendationTarget": {
4350            "type": "string",
4351            "traits": {
4352                "smithy.api#enum": [
4353                    {
4354                        "value": "SAME_INSTANCE_FAMILY",
4355                        "name": "SAME_INSTANCE_FAMILY"
4356                    },
4357                    {
4358                        "value": "CROSS_INSTANCE_FAMILY",
4359                        "name": "CROSS_INSTANCE_FAMILY"
4360                    }
4361                ]
4362            }
4363        },
4364        "com.amazonaws.costexplorer#RedshiftInstanceDetails": {
4365            "type": "structure",
4366            "members": {
4367                "Family": {
4368                    "target": "com.amazonaws.costexplorer#GenericString",
4369                    "traits": {
4370                        "smithy.api#documentation": "<p>The instance family of the recommended reservation.</p>"
4371                    }
4372                },
4373                "NodeType": {
4374                    "target": "com.amazonaws.costexplorer#GenericString",
4375                    "traits": {
4376                        "smithy.api#documentation": "<p>The type of node that AWS recommends.</p>"
4377                    }
4378                },
4379                "Region": {
4380                    "target": "com.amazonaws.costexplorer#GenericString",
4381                    "traits": {
4382                        "smithy.api#documentation": "<p>The AWS Region of the recommended reservation.</p>"
4383                    }
4384                },
4385                "CurrentGeneration": {
4386                    "target": "com.amazonaws.costexplorer#GenericBoolean",
4387                    "traits": {
4388                        "smithy.api#documentation": "<p>Whether the recommendation is for a current-generation instance.</p>"
4389                    }
4390                },
4391                "SizeFlexEligible": {
4392                    "target": "com.amazonaws.costexplorer#GenericBoolean",
4393                    "traits": {
4394                        "smithy.api#documentation": "<p>Whether the recommended reservation is size flexible.</p>"
4395                    }
4396                }
4397            },
4398            "traits": {
4399                "smithy.api#documentation": "<p>Details about the Amazon Redshift instances that AWS recommends that you\n            purchase.</p>"
4400            }
4401        },
4402        "com.amazonaws.costexplorer#RequestChangedException": {
4403            "type": "structure",
4404            "members": {
4405                "Message": {
4406                    "target": "com.amazonaws.costexplorer#ErrorMessage"
4407                }
4408            },
4409            "traits": {
4410                "smithy.api#documentation": "<p>Your request parameters changed between pages. Try again with the old parameters or\n            without a pagination token.</p>",
4411                "smithy.api#error": "client"
4412            }
4413        },
4414        "com.amazonaws.costexplorer#ReservationAggregates": {
4415            "type": "structure",
4416            "members": {
4417                "UtilizationPercentage": {
4418                    "target": "com.amazonaws.costexplorer#UtilizationPercentage",
4419                    "traits": {
4420                        "smithy.api#documentation": "<p>The percentage of reservation time that you used.</p>"
4421                    }
4422                },
4423                "UtilizationPercentageInUnits": {
4424                    "target": "com.amazonaws.costexplorer#UtilizationPercentageInUnits",
4425                    "traits": {
4426                        "smithy.api#documentation": "<p>The percentage of Amazon EC2 reservation time that you used, converted to normalized\n            units. Normalized units are available only for Amazon EC2 usage after November 11,\n            2017.</p>"
4427                    }
4428                },
4429                "PurchasedHours": {
4430                    "target": "com.amazonaws.costexplorer#PurchasedHours",
4431                    "traits": {
4432                        "smithy.api#documentation": "<p>How many reservation hours that you purchased.</p>"
4433                    }
4434                },
4435                "PurchasedUnits": {
4436                    "target": "com.amazonaws.costexplorer#PurchasedUnits",
4437                    "traits": {
4438                        "smithy.api#documentation": "<p>How many Amazon EC2 reservation hours that you purchased, converted to normalized units.\n            Normalized units are available only for Amazon EC2 usage after November 11, 2017.</p>"
4439                    }
4440                },
4441                "TotalActualHours": {
4442                    "target": "com.amazonaws.costexplorer#TotalActualHours",
4443                    "traits": {
4444                        "smithy.api#documentation": "<p>The total number of reservation hours that you used.</p>"
4445                    }
4446                },
4447                "TotalActualUnits": {
4448                    "target": "com.amazonaws.costexplorer#TotalActualUnits",
4449                    "traits": {
4450                        "smithy.api#documentation": "<p>The total number of Amazon EC2 reservation hours that you used, converted to normalized\n            units. Normalized units are available only for Amazon EC2 usage after November 11,\n            2017.</p>"
4451                    }
4452                },
4453                "UnusedHours": {
4454                    "target": "com.amazonaws.costexplorer#UnusedHours",
4455                    "traits": {
4456                        "smithy.api#documentation": "<p>The number of reservation hours that you didn't use.</p>"
4457                    }
4458                },
4459                "UnusedUnits": {
4460                    "target": "com.amazonaws.costexplorer#UnusedUnits",
4461                    "traits": {
4462                        "smithy.api#documentation": "<p>The number of Amazon EC2 reservation hours that you didn't use, converted to normalized\n            units. Normalized units are available only for Amazon EC2 usage after November 11,\n            2017.</p>"
4463                    }
4464                },
4465                "OnDemandCostOfRIHoursUsed": {
4466                    "target": "com.amazonaws.costexplorer#OnDemandCostOfRIHoursUsed",
4467                    "traits": {
4468                        "smithy.api#documentation": "<p>How much your reservation would cost if charged On-Demand rates.</p>"
4469                    }
4470                },
4471                "NetRISavings": {
4472                    "target": "com.amazonaws.costexplorer#NetRISavings",
4473                    "traits": {
4474                        "smithy.api#documentation": "<p>How much you saved due to purchasing and utilizing reservation. AWS calculates this\n            by subtracting <code>TotalAmortizedFee</code> from\n                <code>OnDemandCostOfRIHoursUsed</code>.</p>"
4475                    }
4476                },
4477                "TotalPotentialRISavings": {
4478                    "target": "com.amazonaws.costexplorer#TotalPotentialRISavings",
4479                    "traits": {
4480                        "smithy.api#documentation": "<p>How much you could save if you use your entire reservation.</p>"
4481                    }
4482                },
4483                "AmortizedUpfrontFee": {
4484                    "target": "com.amazonaws.costexplorer#AmortizedUpfrontFee",
4485                    "traits": {
4486                        "smithy.api#documentation": "<p>The upfront cost of your reservation, amortized over the reservation\n            period.</p>"
4487                    }
4488                },
4489                "AmortizedRecurringFee": {
4490                    "target": "com.amazonaws.costexplorer#AmortizedRecurringFee",
4491                    "traits": {
4492                        "smithy.api#documentation": "<p>The monthly cost of your reservation, amortized over the reservation\n            period.</p>"
4493                    }
4494                },
4495                "TotalAmortizedFee": {
4496                    "target": "com.amazonaws.costexplorer#TotalAmortizedFee",
4497                    "traits": {
4498                        "smithy.api#documentation": "<p>The total cost of your reservation, amortized over the reservation\n            period.</p>"
4499                    }
4500                },
4501                "RICostForUnusedHours": {
4502                    "target": "com.amazonaws.costexplorer#RICostForUnusedHours",
4503                    "traits": {
4504                        "smithy.api#documentation": "<p>The cost of unused hours for your reservation.</p>"
4505                    }
4506                },
4507                "RealizedSavings": {
4508                    "target": "com.amazonaws.costexplorer#RealizedSavings",
4509                    "traits": {
4510                        "smithy.api#documentation": "<p>The realized savings due to purchasing and using a reservation.</p>"
4511                    }
4512                },
4513                "UnrealizedSavings": {
4514                    "target": "com.amazonaws.costexplorer#UnrealizedSavings",
4515                    "traits": {
4516                        "smithy.api#documentation": "<p>The unrealized savings due to purchasing and using a reservation.</p>"
4517                    }
4518                }
4519            },
4520            "traits": {
4521                "smithy.api#documentation": "<p>The aggregated numbers for your reservation usage.</p>"
4522            }
4523        },
4524        "com.amazonaws.costexplorer#ReservationCoverageGroup": {
4525            "type": "structure",
4526            "members": {
4527                "Attributes": {
4528                    "target": "com.amazonaws.costexplorer#Attributes",
4529                    "traits": {
4530                        "smithy.api#documentation": "<p>The attributes for this group of reservations.</p>"
4531                    }
4532                },
4533                "Coverage": {
4534                    "target": "com.amazonaws.costexplorer#Coverage",
4535                    "traits": {
4536                        "smithy.api#documentation": "<p>How much instance usage this group of reservations covered.</p>"
4537                    }
4538                }
4539            },
4540            "traits": {
4541                "smithy.api#documentation": "<p>A\n            group of reservations that share a set of attributes.</p>"
4542            }
4543        },
4544        "com.amazonaws.costexplorer#ReservationCoverageGroups": {
4545            "type": "list",
4546            "member": {
4547                "target": "com.amazonaws.costexplorer#ReservationCoverageGroup"
4548            }
4549        },
4550        "com.amazonaws.costexplorer#ReservationGroupKey": {
4551            "type": "string"
4552        },
4553        "com.amazonaws.costexplorer#ReservationGroupValue": {
4554            "type": "string"
4555        },
4556        "com.amazonaws.costexplorer#ReservationPurchaseRecommendation": {
4557            "type": "structure",
4558            "members": {
4559                "AccountScope": {
4560                    "target": "com.amazonaws.costexplorer#AccountScope",
4561                    "traits": {
4562                        "smithy.api#documentation": "<p>The account scope that AWS recommends that you purchase this instance for. For\n            example, you can purchase this reservation for an entire organization in AWS\n            Organizations.</p>"
4563                    }
4564                },
4565                "LookbackPeriodInDays": {
4566                    "target": "com.amazonaws.costexplorer#LookbackPeriodInDays",
4567                    "traits": {
4568                        "smithy.api#documentation": "<p>How many days of previous usage that AWS considers when making this\n            recommendation.</p>"
4569                    }
4570                },
4571                "TermInYears": {
4572                    "target": "com.amazonaws.costexplorer#TermInYears",
4573                    "traits": {
4574                        "smithy.api#documentation": "<p>The term of the reservation that you want recommendations for, in years.</p>"
4575                    }
4576                },
4577                "PaymentOption": {
4578                    "target": "com.amazonaws.costexplorer#PaymentOption",
4579                    "traits": {
4580                        "smithy.api#documentation": "<p>The payment option for the reservation. For example, <code>AllUpfront</code> or\n                <code>NoUpfront</code>.</p>"
4581                    }
4582                },
4583                "ServiceSpecification": {
4584                    "target": "com.amazonaws.costexplorer#ServiceSpecification",
4585                    "traits": {
4586                        "smithy.api#documentation": "<p>Hardware specifications for the service that you want recommendations\n            for.</p>"
4587                    }
4588                },
4589                "RecommendationDetails": {
4590                    "target": "com.amazonaws.costexplorer#ReservationPurchaseRecommendationDetails",
4591                    "traits": {
4592                        "smithy.api#documentation": "<p>Details about the recommended purchases.</p>"
4593                    }
4594                },
4595                "RecommendationSummary": {
4596                    "target": "com.amazonaws.costexplorer#ReservationPurchaseRecommendationSummary",
4597                    "traits": {
4598                        "smithy.api#documentation": "<p>A summary about the recommended purchase.</p>"
4599                    }
4600                }
4601            },
4602            "traits": {
4603                "smithy.api#documentation": "<p>A specific reservation that AWS recommends for purchase.</p>"
4604            }
4605        },
4606        "com.amazonaws.costexplorer#ReservationPurchaseRecommendationDetail": {
4607            "type": "structure",
4608            "members": {
4609                "AccountId": {
4610                    "target": "com.amazonaws.costexplorer#GenericString",
4611                    "traits": {
4612                        "smithy.api#documentation": "<p>The account that this RI recommendation is for.</p>"
4613                    }
4614                },
4615                "InstanceDetails": {
4616                    "target": "com.amazonaws.costexplorer#InstanceDetails",
4617                    "traits": {
4618                        "smithy.api#documentation": "<p>Details about the instances that AWS recommends that you purchase.</p>"
4619                    }
4620                },
4621                "RecommendedNumberOfInstancesToPurchase": {
4622                    "target": "com.amazonaws.costexplorer#GenericString",
4623                    "traits": {
4624                        "smithy.api#documentation": "<p>The number of instances that AWS recommends that you purchase.</p>"
4625                    }
4626                },
4627                "RecommendedNormalizedUnitsToPurchase": {
4628                    "target": "com.amazonaws.costexplorer#GenericString",
4629                    "traits": {
4630                        "smithy.api#documentation": "<p>The number of normalized units that AWS recommends that you purchase.</p>"
4631                    }
4632                },
4633                "MinimumNumberOfInstancesUsedPerHour": {
4634                    "target": "com.amazonaws.costexplorer#GenericString",
4635                    "traits": {
4636                        "smithy.api#documentation": "<p>The minimum number of instances that you used in an hour during the historical\n            period. AWS uses this to calculate your recommended reservation purchases.</p>"
4637                    }
4638                },
4639                "MinimumNormalizedUnitsUsedPerHour": {
4640                    "target": "com.amazonaws.costexplorer#GenericString",
4641                    "traits": {
4642                        "smithy.api#documentation": "<p>The minimum number of normalized units that you used in an hour during the\n            historical period. AWS uses this to calculate your recommended reservation\n            purchases.</p>"
4643                    }
4644                },
4645                "MaximumNumberOfInstancesUsedPerHour": {
4646                    "target": "com.amazonaws.costexplorer#GenericString",
4647                    "traits": {
4648                        "smithy.api#documentation": "<p>The maximum number of instances that you used in an hour during the historical\n            period. AWS uses this to calculate your recommended reservation purchases.</p>"
4649                    }
4650                },
4651                "MaximumNormalizedUnitsUsedPerHour": {
4652                    "target": "com.amazonaws.costexplorer#GenericString",
4653                    "traits": {
4654                        "smithy.api#documentation": "<p>The maximum number of normalized units that you used in an hour during the\n            historical period. AWS uses this to calculate your recommended reservation\n            purchases.</p>"
4655                    }
4656                },
4657                "AverageNumberOfInstancesUsedPerHour": {
4658                    "target": "com.amazonaws.costexplorer#GenericString",
4659                    "traits": {
4660                        "smithy.api#documentation": "<p>The average number of instances that you used in an hour during the historical\n            period. AWS uses this to calculate your recommended reservation purchases.</p>"
4661                    }
4662                },
4663                "AverageNormalizedUnitsUsedPerHour": {
4664                    "target": "com.amazonaws.costexplorer#GenericString",
4665                    "traits": {
4666                        "smithy.api#documentation": "<p>The average number of normalized units that you used in an hour during the\n            historical period. AWS uses this to calculate your recommended reservation\n            purchases.</p>"
4667                    }
4668                },
4669                "AverageUtilization": {
4670                    "target": "com.amazonaws.costexplorer#GenericString",
4671                    "traits": {
4672                        "smithy.api#documentation": "<p>The average utilization of your instances. AWS uses this to calculate your\n            recommended reservation purchases.</p>"
4673                    }
4674                },
4675                "EstimatedBreakEvenInMonths": {
4676                    "target": "com.amazonaws.costexplorer#GenericString",
4677                    "traits": {
4678                        "smithy.api#documentation": "<p>How long AWS estimates that it takes for this instance to start saving you money,\n            in months.</p>"
4679                    }
4680                },
4681                "CurrencyCode": {
4682                    "target": "com.amazonaws.costexplorer#GenericString",
4683                    "traits": {
4684                        "smithy.api#documentation": "<p>The currency code that AWS used to calculate the costs for this instance.</p>"
4685                    }
4686                },
4687                "EstimatedMonthlySavingsAmount": {
4688                    "target": "com.amazonaws.costexplorer#GenericString",
4689                    "traits": {
4690                        "smithy.api#documentation": "<p>How much AWS estimates that this specific recommendation could save you in a\n            month.</p>"
4691                    }
4692                },
4693                "EstimatedMonthlySavingsPercentage": {
4694                    "target": "com.amazonaws.costexplorer#GenericString",
4695                    "traits": {
4696                        "smithy.api#documentation": "<p>How much AWS estimates that this specific recommendation could save you in a month,\n            as a percentage of your overall costs.</p>"
4697                    }
4698                },
4699                "EstimatedMonthlyOnDemandCost": {
4700                    "target": "com.amazonaws.costexplorer#GenericString",
4701                    "traits": {
4702                        "smithy.api#documentation": "<p>How much AWS estimates that you spend on On-Demand Instances in a month.</p>"
4703                    }
4704                },
4705                "EstimatedReservationCostForLookbackPeriod": {
4706                    "target": "com.amazonaws.costexplorer#GenericString",
4707                    "traits": {
4708                        "smithy.api#documentation": "<p>How much AWS estimates that you would have spent for all usage during the specified\n            historical period if you had\n            a\n            reservation.</p>"
4709                    }
4710                },
4711                "UpfrontCost": {
4712                    "target": "com.amazonaws.costexplorer#GenericString",
4713                    "traits": {
4714                        "smithy.api#documentation": "<p>How much purchasing this instance costs you upfront.</p>"
4715                    }
4716                },
4717                "RecurringStandardMonthlyCost": {
4718                    "target": "com.amazonaws.costexplorer#GenericString",
4719                    "traits": {
4720                        "smithy.api#documentation": "<p>How much purchasing this instance costs you on a monthly basis.</p>"
4721                    }
4722                }
4723            },
4724            "traits": {
4725                "smithy.api#documentation": "<p>Details about your recommended reservation purchase.</p>"
4726            }
4727        },
4728        "com.amazonaws.costexplorer#ReservationPurchaseRecommendationDetails": {
4729            "type": "list",
4730            "member": {
4731                "target": "com.amazonaws.costexplorer#ReservationPurchaseRecommendationDetail"
4732            }
4733        },
4734        "com.amazonaws.costexplorer#ReservationPurchaseRecommendationMetadata": {
4735            "type": "structure",
4736            "members": {
4737                "RecommendationId": {
4738                    "target": "com.amazonaws.costexplorer#GenericString",
4739                    "traits": {
4740                        "smithy.api#documentation": "<p>The ID for this specific recommendation.</p>"
4741                    }
4742                },
4743                "GenerationTimestamp": {
4744                    "target": "com.amazonaws.costexplorer#GenericString",
4745                    "traits": {
4746                        "smithy.api#documentation": "<p>The timestamp for when AWS made this recommendation.</p>"
4747                    }
4748                }
4749            },
4750            "traits": {
4751                "smithy.api#documentation": "<p>Information about this specific recommendation, such as the timestamp for when AWS\n            made a specific recommendation.</p>"
4752            }
4753        },
4754        "com.amazonaws.costexplorer#ReservationPurchaseRecommendationSummary": {
4755            "type": "structure",
4756            "members": {
4757                "TotalEstimatedMonthlySavingsAmount": {
4758                    "target": "com.amazonaws.costexplorer#GenericString",
4759                    "traits": {
4760                        "smithy.api#documentation": "<p>The total amount that AWS estimates that this recommendation could save you in a\n            month.</p>"
4761                    }
4762                },
4763                "TotalEstimatedMonthlySavingsPercentage": {
4764                    "target": "com.amazonaws.costexplorer#GenericString",
4765                    "traits": {
4766                        "smithy.api#documentation": "<p>The total amount that AWS estimates that this recommendation could save you in a\n            month, as a percentage of your costs.</p>"
4767                    }
4768                },
4769                "CurrencyCode": {
4770                    "target": "com.amazonaws.costexplorer#GenericString",
4771                    "traits": {
4772                        "smithy.api#documentation": "<p>The currency code used for this recommendation.</p>"
4773                    }
4774                }
4775            },
4776            "traits": {
4777                "smithy.api#documentation": "<p>A summary about this recommendation, such as the currency code, the amount that AWS\n            estimates that you could save, and the total amount of reservation to\n            purchase.</p>"
4778            }
4779        },
4780        "com.amazonaws.costexplorer#ReservationPurchaseRecommendations": {
4781            "type": "list",
4782            "member": {
4783                "target": "com.amazonaws.costexplorer#ReservationPurchaseRecommendation"
4784            }
4785        },
4786        "com.amazonaws.costexplorer#ReservationUtilizationGroup": {
4787            "type": "structure",
4788            "members": {
4789                "Key": {
4790                    "target": "com.amazonaws.costexplorer#ReservationGroupKey",
4791                    "traits": {
4792                        "smithy.api#documentation": "<p>The key for a specific reservation attribute.</p>"
4793                    }
4794                },
4795                "Value": {
4796                    "target": "com.amazonaws.costexplorer#ReservationGroupValue",
4797                    "traits": {
4798                        "smithy.api#documentation": "<p>The value of a specific reservation attribute.</p>"
4799                    }
4800                },
4801                "Attributes": {
4802                    "target": "com.amazonaws.costexplorer#Attributes",
4803                    "traits": {
4804                        "smithy.api#documentation": "<p>The attributes for this group of reservations.</p>"
4805                    }
4806                },
4807                "Utilization": {
4808                    "target": "com.amazonaws.costexplorer#ReservationAggregates",
4809                    "traits": {
4810                        "smithy.api#documentation": "<p>How much you used this group of reservations.</p>"
4811                    }
4812                }
4813            },
4814            "traits": {
4815                "smithy.api#documentation": "<p>A group of reservations that share a set of attributes.</p>"
4816            }
4817        },
4818        "com.amazonaws.costexplorer#ReservationUtilizationGroups": {
4819            "type": "list",
4820            "member": {
4821                "target": "com.amazonaws.costexplorer#ReservationUtilizationGroup"
4822            }
4823        },
4824        "com.amazonaws.costexplorer#ReservedHours": {
4825            "type": "string"
4826        },
4827        "com.amazonaws.costexplorer#ReservedNormalizedUnits": {
4828            "type": "string"
4829        },
4830        "com.amazonaws.costexplorer#ResourceDetails": {
4831            "type": "structure",
4832            "members": {
4833                "EC2ResourceDetails": {
4834                    "target": "com.amazonaws.costexplorer#EC2ResourceDetails",
4835                    "traits": {
4836                        "smithy.api#documentation": "<p>Details on the Amazon EC2 resource.</p>"
4837                    }
4838                }
4839            },
4840            "traits": {
4841                "smithy.api#documentation": "<p>Details on the resource.</p>"
4842            }
4843        },
4844        "com.amazonaws.costexplorer#ResourceNotFoundException": {
4845            "type": "structure",
4846            "members": {
4847                "Message": {
4848                    "target": "com.amazonaws.costexplorer#ErrorMessage"
4849                }
4850            },
4851            "traits": {
4852                "smithy.api#documentation": "<p>\n            The specified ARN in the request doesn't exist.\n        </p>",
4853                "smithy.api#error": "client",
4854                "smithy.api#httpError": 404
4855            }
4856        },
4857        "com.amazonaws.costexplorer#ResourceUtilization": {
4858            "type": "structure",
4859            "members": {
4860                "EC2ResourceUtilization": {
4861                    "target": "com.amazonaws.costexplorer#EC2ResourceUtilization",
4862                    "traits": {
4863                        "smithy.api#documentation": "<p>Utilization of current Amazon EC2 instance. </p>"
4864                    }
4865                }
4866            },
4867            "traits": {
4868                "smithy.api#documentation": "<p>Resource utilization of current resource.  </p>"
4869            }
4870        },
4871        "com.amazonaws.costexplorer#ResultByTime": {
4872            "type": "structure",
4873            "members": {
4874                "TimePeriod": {
4875                    "target": "com.amazonaws.costexplorer#DateInterval",
4876                    "traits": {
4877                        "smithy.api#documentation": "<p>The time period that the result covers.</p>"
4878                    }
4879                },
4880                "Total": {
4881                    "target": "com.amazonaws.costexplorer#Metrics",
4882                    "traits": {
4883                        "smithy.api#documentation": "<p>The total amount of cost or usage accrued during the time period.</p>"
4884                    }
4885                },
4886                "Groups": {
4887                    "target": "com.amazonaws.costexplorer#Groups",
4888                    "traits": {
4889                        "smithy.api#documentation": "<p>The groups that this time period includes.</p>"
4890                    }
4891                },
4892                "Estimated": {
4893                    "target": "com.amazonaws.costexplorer#Estimated",
4894                    "traits": {
4895                        "smithy.api#documentation": "<p>Whether\n            the result is estimated.</p>"
4896                    }
4897                }
4898            },
4899            "traits": {
4900                "smithy.api#documentation": "<p>The result that is associated with a time period.</p>"
4901            }
4902        },
4903        "com.amazonaws.costexplorer#ResultsByTime": {
4904            "type": "list",
4905            "member": {
4906                "target": "com.amazonaws.costexplorer#ResultByTime"
4907            }
4908        },
4909        "com.amazonaws.costexplorer#RightsizingRecommendation": {
4910            "type": "structure",
4911            "members": {
4912                "AccountId": {
4913                    "target": "com.amazonaws.costexplorer#GenericString",
4914                    "traits": {
4915                        "smithy.api#documentation": "<p>The account that this recommendation is for.</p>"
4916                    }
4917                },
4918                "CurrentInstance": {
4919                    "target": "com.amazonaws.costexplorer#CurrentInstance",
4920                    "traits": {
4921                        "smithy.api#documentation": "<p> Context regarding the current instance.</p>"
4922                    }
4923                },
4924                "RightsizingType": {
4925                    "target": "com.amazonaws.costexplorer#RightsizingType",
4926                    "traits": {
4927                        "smithy.api#documentation": "<p>Recommendation to either terminate or modify the resource.</p>"
4928                    }
4929                },
4930                "ModifyRecommendationDetail": {
4931                    "target": "com.amazonaws.costexplorer#ModifyRecommendationDetail",
4932                    "traits": {
4933                        "smithy.api#documentation": "<p> Details for modification recommendations.  </p>"
4934                    }
4935                },
4936                "TerminateRecommendationDetail": {
4937                    "target": "com.amazonaws.costexplorer#TerminateRecommendationDetail",
4938                    "traits": {
4939                        "smithy.api#documentation": "<p>Details for termination recommendations.</p>"
4940                    }
4941                }
4942            },
4943            "traits": {
4944                "smithy.api#documentation": "<p>Recommendations to rightsize resources.</p>"
4945            }
4946        },
4947        "com.amazonaws.costexplorer#RightsizingRecommendationConfiguration": {
4948            "type": "structure",
4949            "members": {
4950                "RecommendationTarget": {
4951                    "target": "com.amazonaws.costexplorer#RecommendationTarget",
4952                    "traits": {
4953                        "smithy.api#documentation": "<p>\n            The option to see recommendations within the same instance family, or recommendations for instances across other families. The default value is <code>SAME_INSTANCE_FAMILY</code>.\n        </p>",
4954                        "smithy.api#required": {}
4955                    }
4956                },
4957                "BenefitsConsidered": {
4958                    "target": "com.amazonaws.costexplorer#GenericBoolean",
4959                    "traits": {
4960                        "smithy.api#documentation": "<p>\n            The option to consider RI or Savings Plans discount benefits in your savings calculation. The default value is <code>TRUE</code>.\n        </p>",
4961                        "smithy.api#required": {}
4962                    }
4963                }
4964            },
4965            "traits": {
4966                "smithy.api#documentation": "<p> Enables you to customize recommendations across two attributes. You can choose to view\n            recommendations for instances within the same instance families or across different instance\n            families. You can also choose to view your estimated savings associated with recommendations\n            with consideration of existing Savings Plans or RI benefits, or\n            neither. </p>"
4967            }
4968        },
4969        "com.amazonaws.costexplorer#RightsizingRecommendationList": {
4970            "type": "list",
4971            "member": {
4972                "target": "com.amazonaws.costexplorer#RightsizingRecommendation"
4973            }
4974        },
4975        "com.amazonaws.costexplorer#RightsizingRecommendationMetadata": {
4976            "type": "structure",
4977            "members": {
4978                "RecommendationId": {
4979                    "target": "com.amazonaws.costexplorer#GenericString",
4980                    "traits": {
4981                        "smithy.api#documentation": "<p> The ID for this specific recommendation.</p>"
4982                    }
4983                },
4984                "GenerationTimestamp": {
4985                    "target": "com.amazonaws.costexplorer#GenericString",
4986                    "traits": {
4987                        "smithy.api#documentation": "<p> The timestamp for when AWS made this recommendation.</p>"
4988                    }
4989                },
4990                "LookbackPeriodInDays": {
4991                    "target": "com.amazonaws.costexplorer#LookbackPeriodInDays",
4992                    "traits": {
4993                        "smithy.api#documentation": "<p> How many days of previous usage that AWS considers when making this\n            recommendation.</p>"
4994                    }
4995                },
4996                "AdditionalMetadata": {
4997                    "target": "com.amazonaws.costexplorer#GenericString",
4998                    "traits": {
4999                        "smithy.api#documentation": "<p>Additional metadata that may be applicable to the recommendation.</p>"
5000                    }
5001                }
5002            },
5003            "traits": {
5004                "smithy.api#documentation": "<p>Metadata for this recommendation set.</p>"
5005            }
5006        },
5007        "com.amazonaws.costexplorer#RightsizingRecommendationSummary": {
5008            "type": "structure",
5009            "members": {
5010                "TotalRecommendationCount": {
5011                    "target": "com.amazonaws.costexplorer#GenericString",
5012                    "traits": {
5013                        "smithy.api#documentation": "<p> Total number of instance recommendations.</p>"
5014                    }
5015                },
5016                "EstimatedTotalMonthlySavingsAmount": {
5017                    "target": "com.amazonaws.costexplorer#GenericString",
5018                    "traits": {
5019                        "smithy.api#documentation": "<p> Estimated total savings resulting from modifications, on a monthly basis.</p>"
5020                    }
5021                },
5022                "SavingsCurrencyCode": {
5023                    "target": "com.amazonaws.costexplorer#GenericString",
5024                    "traits": {
5025                        "smithy.api#documentation": "<p> The currency code that AWS used to calculate the savings.</p>"
5026                    }
5027                },
5028                "SavingsPercentage": {
5029                    "target": "com.amazonaws.costexplorer#GenericString",
5030                    "traits": {
5031                        "smithy.api#documentation": "<p> Savings percentage based on the recommended modifications, relative to the total\n            On-Demand\n            costs associated with these instances.</p>"
5032                    }
5033                }
5034            },
5035            "traits": {
5036                "smithy.api#documentation": "<p> Summary of rightsizing recommendations  </p>"
5037            }
5038        },
5039        "com.amazonaws.costexplorer#RightsizingType": {
5040            "type": "string",
5041            "traits": {
5042                "smithy.api#enum": [
5043                    {
5044                        "value": "TERMINATE",
5045                        "name": "TERMINATE"
5046                    },
5047                    {
5048                        "value": "MODIFY",
5049                        "name": "MODIFY"
5050                    }
5051                ]
5052            }
5053        },
5054        "com.amazonaws.costexplorer#RootCause": {
5055            "type": "structure",
5056            "members": {
5057                "Service": {
5058                    "target": "com.amazonaws.costexplorer#GenericString",
5059                    "traits": {
5060                        "smithy.api#documentation": "<p>\n        The AWS service name associated with the cost anomaly.\n    </p>"
5061                    }
5062                },
5063                "Region": {
5064                    "target": "com.amazonaws.costexplorer#GenericString",
5065                    "traits": {
5066                        "smithy.api#documentation": "<p>\n        The AWS Region associated with the cost anomaly.\n    </p>"
5067                    }
5068                },
5069                "LinkedAccount": {
5070                    "target": "com.amazonaws.costexplorer#GenericString",
5071                    "traits": {
5072                        "smithy.api#documentation": "<p>\n        The linked account value associated with the cost anomaly.\n    </p>"
5073                    }
5074                },
5075                "UsageType": {
5076                    "target": "com.amazonaws.costexplorer#GenericString",
5077                    "traits": {
5078                        "smithy.api#documentation": "<p>\n        The <code>UsageType</code> value associated with the cost anomaly.\n    </p>"
5079                    }
5080                }
5081            },
5082            "traits": {
5083                "smithy.api#documentation": "<p>\n        The combination of AWS service, linked account, Region, and usage type where a cost anomaly is observed.\n    </p>"
5084            }
5085        },
5086        "com.amazonaws.costexplorer#RootCauses": {
5087            "type": "list",
5088            "member": {
5089                "target": "com.amazonaws.costexplorer#RootCause"
5090            }
5091        },
5092        "com.amazonaws.costexplorer#SavingsPlanArn": {
5093            "type": "string"
5094        },
5095        "com.amazonaws.costexplorer#SavingsPlansAmortizedCommitment": {
5096            "type": "structure",
5097            "members": {
5098                "AmortizedRecurringCommitment": {
5099                    "target": "com.amazonaws.costexplorer#GenericString",
5100                    "traits": {
5101                        "smithy.api#documentation": "<p>The amortized amount of your Savings Plans commitment that was purchased with either a <code>Partial</code> or a <code>NoUpfront</code>.</p>"
5102                    }
5103                },
5104                "AmortizedUpfrontCommitment": {
5105                    "target": "com.amazonaws.costexplorer#GenericString",
5106                    "traits": {
5107                        "smithy.api#documentation": "<p>The amortized amount of your Savings Plans commitment that was purchased with an <code>Upfront</code> or <code>PartialUpfront</code> Savings Plans.</p>"
5108                    }
5109                },
5110                "TotalAmortizedCommitment": {
5111                    "target": "com.amazonaws.costexplorer#GenericString",
5112                    "traits": {
5113                        "smithy.api#documentation": "<p>The total amortized amount of your Savings Plans commitment, regardless of your Savings Plans purchase method. </p>"
5114                    }
5115                }
5116            },
5117            "traits": {
5118                "smithy.api#documentation": "<p>The amortized amount of Savings Plans purchased in a specific account during a specific time interval.</p>"
5119            }
5120        },
5121        "com.amazonaws.costexplorer#SavingsPlansCoverage": {
5122            "type": "structure",
5123            "members": {
5124                "Attributes": {
5125                    "target": "com.amazonaws.costexplorer#Attributes",
5126                    "traits": {
5127                        "smithy.api#documentation": "<p>The attribute that applies to a specific <code>Dimension</code>.</p>"
5128                    }
5129                },
5130                "Coverage": {
5131                    "target": "com.amazonaws.costexplorer#SavingsPlansCoverageData",
5132                    "traits": {
5133                        "smithy.api#documentation": "<p>The amount of Savings Plans eligible usage that the Savings Plans covered.</p>"
5134                    }
5135                },
5136                "TimePeriod": {
5137                    "target": "com.amazonaws.costexplorer#DateInterval"
5138                }
5139            },
5140            "traits": {
5141                "smithy.api#documentation": "<p>The amount of Savings Plans eligible usage that is covered by Savings Plans. All calculations consider the On-Demand equivalent of your Savings Plans usage.</p>"
5142            }
5143        },
5144        "com.amazonaws.costexplorer#SavingsPlansCoverageData": {
5145            "type": "structure",
5146            "members": {
5147                "SpendCoveredBySavingsPlans": {
5148                    "target": "com.amazonaws.costexplorer#GenericString",
5149                    "traits": {
5150                        "smithy.api#documentation": "<p>The amount of your AWS usage that is covered by a Savings Plans.</p>"
5151                    }
5152                },
5153                "OnDemandCost": {
5154                    "target": "com.amazonaws.costexplorer#GenericString",
5155                    "traits": {
5156                        "smithy.api#documentation": "<p>The cost of your AWS usage at the public On-Demand rate.</p>"
5157                    }
5158                },
5159                "TotalCost": {
5160                    "target": "com.amazonaws.costexplorer#GenericString",
5161                    "traits": {
5162                        "smithy.api#documentation": "<p>The total cost of your AWS usage, regardless of your purchase option.</p>"
5163                    }
5164                },
5165                "CoveragePercentage": {
5166                    "target": "com.amazonaws.costexplorer#GenericString",
5167                    "traits": {
5168                        "smithy.api#documentation": "<p>The percentage of your existing Savings Plans covered usage, divided by all of your\n            eligible Savings Plans usage in an account(or set of accounts).</p>"
5169                    }
5170                }
5171            },
5172            "traits": {
5173                "smithy.api#documentation": "<p>Specific coverage percentage, On-Demand costs, and spend covered by Savings Plans, and total Savings Plans costs for an account.</p>"
5174            }
5175        },
5176        "com.amazonaws.costexplorer#SavingsPlansCoverages": {
5177            "type": "list",
5178            "member": {
5179                "target": "com.amazonaws.costexplorer#SavingsPlansCoverage"
5180            }
5181        },
5182        "com.amazonaws.costexplorer#SavingsPlansDataType": {
5183            "type": "string",
5184            "traits": {
5185                "smithy.api#enum": [
5186                    {
5187                        "value": "ATTRIBUTES",
5188                        "name": "ATTRIBUTES"
5189                    },
5190                    {
5191                        "value": "UTILIZATION",
5192                        "name": "UTILIZATION"
5193                    },
5194                    {
5195                        "value": "AMORTIZED_COMMITMENT",
5196                        "name": "AMORTIZED_COMMITMENT"
5197                    },
5198                    {
5199                        "value": "SAVINGS",
5200                        "name": "SAVINGS"
5201                    }
5202                ]
5203            }
5204        },
5205        "com.amazonaws.costexplorer#SavingsPlansDataTypes": {
5206            "type": "list",
5207            "member": {
5208                "target": "com.amazonaws.costexplorer#SavingsPlansDataType"
5209            }
5210        },
5211        "com.amazonaws.costexplorer#SavingsPlansDetails": {
5212            "type": "structure",
5213            "members": {
5214                "Region": {
5215                    "target": "com.amazonaws.costexplorer#GenericString",
5216                    "traits": {
5217                        "smithy.api#documentation": "<p>A collection of AWS resources in a geographic area. Each AWS Region is isolated and independent of the other Regions.</p>"
5218                    }
5219                },
5220                "InstanceFamily": {
5221                    "target": "com.amazonaws.costexplorer#GenericString",
5222                    "traits": {
5223                        "smithy.api#documentation": "<p>A group of instance types that Savings Plans applies to.</p>"
5224                    }
5225                },
5226                "OfferingId": {
5227                    "target": "com.amazonaws.costexplorer#GenericString",
5228                    "traits": {
5229                        "smithy.api#documentation": "<p>The unique ID used to distinguish Savings Plans from one another.</p>"
5230                    }
5231                }
5232            },
5233            "traits": {
5234                "smithy.api#documentation": "<p>Attribute details on a specific Savings Plan.</p>"
5235            }
5236        },
5237        "com.amazonaws.costexplorer#SavingsPlansPurchaseRecommendation": {
5238            "type": "structure",
5239            "members": {
5240                "AccountScope": {
5241                    "target": "com.amazonaws.costexplorer#AccountScope",
5242                    "traits": {
5243                        "smithy.api#documentation": "<p>The account scope that you want your recommendations for. Amazon Web Services calculates recommendations including the management account and member accounts if the value is set to <code>PAYER</code>. If the value is <code>LINKED</code>, recommendations are calculated for individual member accounts only.</p>"
5244                    }
5245                },
5246                "SavingsPlansType": {
5247                    "target": "com.amazonaws.costexplorer#SupportedSavingsPlansType",
5248                    "traits": {
5249                        "smithy.api#documentation": "<p>The requested Savings Plans recommendation type.</p>"
5250                    }
5251                },
5252                "TermInYears": {
5253                    "target": "com.amazonaws.costexplorer#TermInYears",
5254                    "traits": {
5255                        "smithy.api#documentation": "<p>The Savings Plans recommendation term in years, used to generate the recommendation.</p>"
5256                    }
5257                },
5258                "PaymentOption": {
5259                    "target": "com.amazonaws.costexplorer#PaymentOption",
5260                    "traits": {
5261                        "smithy.api#documentation": "<p>The payment option used to generate the recommendation.</p>"
5262                    }
5263                },
5264                "LookbackPeriodInDays": {
5265                    "target": "com.amazonaws.costexplorer#LookbackPeriodInDays",
5266                    "traits": {
5267                        "smithy.api#documentation": "<p>The lookback period in days, used to generate the recommendation.</p>"
5268                    }
5269                },
5270                "SavingsPlansPurchaseRecommendationDetails": {
5271                    "target": "com.amazonaws.costexplorer#SavingsPlansPurchaseRecommendationDetailList",
5272                    "traits": {
5273                        "smithy.api#documentation": "<p>Details for the Savings Plans we recommend that you purchase to cover existing Savings\n            Plans eligible workloads.</p>"
5274                    }
5275                },
5276                "SavingsPlansPurchaseRecommendationSummary": {
5277                    "target": "com.amazonaws.costexplorer#SavingsPlansPurchaseRecommendationSummary",
5278                    "traits": {
5279                        "smithy.api#documentation": "<p>Summary metrics for your Savings Plans Recommendations. </p>"
5280                    }
5281                }
5282            },
5283            "traits": {
5284                "smithy.api#documentation": "<p>Contains your request parameters, Savings Plan Recommendations Summary, and Details.</p>"
5285            }
5286        },
5287        "com.amazonaws.costexplorer#SavingsPlansPurchaseRecommendationDetail": {
5288            "type": "structure",
5289            "members": {
5290                "SavingsPlansDetails": {
5291                    "target": "com.amazonaws.costexplorer#SavingsPlansDetails",
5292                    "traits": {
5293                        "smithy.api#documentation": "<p>Details for your recommended Savings Plans.</p>"
5294                    }
5295                },
5296                "AccountId": {
5297                    "target": "com.amazonaws.costexplorer#GenericString",
5298                    "traits": {
5299                        "smithy.api#documentation": "<p>The <code>AccountID</code> the recommendation is generated for.</p>"
5300                    }
5301                },
5302                "UpfrontCost": {
5303                    "target": "com.amazonaws.costexplorer#GenericString",
5304                    "traits": {
5305                        "smithy.api#documentation": "<p>The upfront cost of the recommended Savings Plans, based on the selected payment option.</p>"
5306                    }
5307                },
5308                "EstimatedROI": {
5309                    "target": "com.amazonaws.costexplorer#GenericString",
5310                    "traits": {
5311                        "smithy.api#documentation": "<p>The estimated return on investment based on the recommended Savings Plans purchased. This is calculated as <code>estimatedSavingsAmount</code>/ <code>estimatedSPCost</code>*100.</p>"
5312                    }
5313                },
5314                "CurrencyCode": {
5315                    "target": "com.amazonaws.costexplorer#GenericString",
5316                    "traits": {
5317                        "smithy.api#documentation": "<p>The currency code AWS used to generate the recommendations and present potential\n            savings.</p>"
5318                    }
5319                },
5320                "EstimatedSPCost": {
5321                    "target": "com.amazonaws.costexplorer#GenericString",
5322                    "traits": {
5323                        "smithy.api#documentation": "<p>The cost of the recommended Savings Plans over the length of the lookback period.</p>"
5324                    }
5325                },
5326                "EstimatedOnDemandCost": {
5327                    "target": "com.amazonaws.costexplorer#GenericString",
5328                    "traits": {
5329                        "smithy.api#documentation": "<p>The remaining On-Demand cost estimated to not be covered by the recommended Savings Plans, over the length of the lookback period.</p>"
5330                    }
5331                },
5332                "EstimatedOnDemandCostWithCurrentCommitment": {
5333                    "target": "com.amazonaws.costexplorer#GenericString",
5334                    "traits": {
5335                        "smithy.api#documentation": "<p>\n            The estimated On-Demand costs you would expect with no additional commitment, based on your usage of the selected time period and the Savings Plans you own.\n        </p>"
5336                    }
5337                },
5338                "EstimatedSavingsAmount": {
5339                    "target": "com.amazonaws.costexplorer#GenericString",
5340                    "traits": {
5341                        "smithy.api#documentation": "<p>The estimated savings amount based on the recommended Savings Plans over the length of the lookback period.</p>"
5342                    }
5343                },
5344                "EstimatedSavingsPercentage": {
5345                    "target": "com.amazonaws.costexplorer#GenericString",
5346                    "traits": {
5347                        "smithy.api#documentation": "<p>The estimated savings percentage relative to the total cost of applicable On-Demand usage over the lookback period.</p>"
5348                    }
5349                },
5350                "HourlyCommitmentToPurchase": {
5351                    "target": "com.amazonaws.costexplorer#GenericString",
5352                    "traits": {
5353                        "smithy.api#documentation": "<p>The recommended hourly commitment level for the Savings Plans type, and configuration based on the usage during the lookback period.</p>"
5354                    }
5355                },
5356                "EstimatedAverageUtilization": {
5357                    "target": "com.amazonaws.costexplorer#GenericString",
5358                    "traits": {
5359                        "smithy.api#documentation": "<p>The estimated utilization of the recommended Savings Plans.</p>"
5360                    }
5361                },
5362                "EstimatedMonthlySavingsAmount": {
5363                    "target": "com.amazonaws.costexplorer#GenericString",
5364                    "traits": {
5365                        "smithy.api#documentation": "<p>The estimated monthly savings amount, based on the recommended Savings Plans.</p>"
5366                    }
5367                },
5368                "CurrentMinimumHourlyOnDemandSpend": {
5369                    "target": "com.amazonaws.costexplorer#GenericString",
5370                    "traits": {
5371                        "smithy.api#documentation": "<p>The lowest value of hourly On-Demand spend over the lookback period of the applicable usage type.</p>"
5372                    }
5373                },
5374                "CurrentMaximumHourlyOnDemandSpend": {
5375                    "target": "com.amazonaws.costexplorer#GenericString",
5376                    "traits": {
5377                        "smithy.api#documentation": "<p>The highest value of hourly On-Demand spend over the lookback period of the applicable usage type.</p>"
5378                    }
5379                },
5380                "CurrentAverageHourlyOnDemandSpend": {
5381                    "target": "com.amazonaws.costexplorer#GenericString",
5382                    "traits": {
5383                        "smithy.api#documentation": "<p>The average value of hourly On-Demand spend over the lookback period of the applicable usage type.</p>"
5384                    }
5385                }
5386            },
5387            "traits": {
5388                "smithy.api#documentation": "<p>Details for your recommended Savings Plans.</p>"
5389            }
5390        },
5391        "com.amazonaws.costexplorer#SavingsPlansPurchaseRecommendationDetailList": {
5392            "type": "list",
5393            "member": {
5394                "target": "com.amazonaws.costexplorer#SavingsPlansPurchaseRecommendationDetail"
5395            }
5396        },
5397        "com.amazonaws.costexplorer#SavingsPlansPurchaseRecommendationMetadata": {
5398            "type": "structure",
5399            "members": {
5400                "RecommendationId": {
5401                    "target": "com.amazonaws.costexplorer#GenericString",
5402                    "traits": {
5403                        "smithy.api#documentation": "<p>The unique identifier for the recommendation set.</p>"
5404                    }
5405                },
5406                "GenerationTimestamp": {
5407                    "target": "com.amazonaws.costexplorer#GenericString",
5408                    "traits": {
5409                        "smithy.api#documentation": "<p>The timestamp showing when the recommendations were generated.</p>"
5410                    }
5411                },
5412                "AdditionalMetadata": {
5413                    "target": "com.amazonaws.costexplorer#GenericString",
5414                    "traits": {
5415                        "smithy.api#documentation": "<p>Additional metadata that may be applicable to the recommendation.</p>"
5416                    }
5417                }
5418            },
5419            "traits": {
5420                "smithy.api#documentation": "<p>Metadata about your Savings Plans Purchase Recommendations.</p>"
5421            }
5422        },
5423        "com.amazonaws.costexplorer#SavingsPlansPurchaseRecommendationSummary": {
5424            "type": "structure",
5425            "members": {
5426                "EstimatedROI": {
5427                    "target": "com.amazonaws.costexplorer#GenericString",
5428                    "traits": {
5429                        "smithy.api#documentation": "<p>The estimated return on investment based on the recommended Savings Plans and estimated savings.</p>"
5430                    }
5431                },
5432                "CurrencyCode": {
5433                    "target": "com.amazonaws.costexplorer#GenericString",
5434                    "traits": {
5435                        "smithy.api#documentation": "<p>The currency code AWS used to generate the recommendations and present potential\n            savings.</p>"
5436                    }
5437                },
5438                "EstimatedTotalCost": {
5439                    "target": "com.amazonaws.costexplorer#GenericString",
5440                    "traits": {
5441                        "smithy.api#documentation": "<p>The estimated total cost of the usage after purchasing the recommended Savings Plans. This is a sum of the cost of Savings Plans during this term, and the remaining On-Demand usage.</p>"
5442                    }
5443                },
5444                "CurrentOnDemandSpend": {
5445                    "target": "com.amazonaws.costexplorer#GenericString",
5446                    "traits": {
5447                        "smithy.api#documentation": "<p>The current total on demand spend of the applicable usage types over the lookback period.</p>"
5448                    }
5449                },
5450                "EstimatedSavingsAmount": {
5451                    "target": "com.amazonaws.costexplorer#GenericString",
5452                    "traits": {
5453                        "smithy.api#documentation": "<p>The estimated total savings over the lookback period, based on the purchase of the recommended Savings Plans.</p>"
5454                    }
5455                },
5456                "TotalRecommendationCount": {
5457                    "target": "com.amazonaws.costexplorer#GenericString",
5458                    "traits": {
5459                        "smithy.api#documentation": "<p>The aggregate number of Savings Plans recommendations that exist for your account.</p>"
5460                    }
5461                },
5462                "DailyCommitmentToPurchase": {
5463                    "target": "com.amazonaws.costexplorer#GenericString",
5464                    "traits": {
5465                        "smithy.api#documentation": "<p>The recommended Savings Plans cost on a daily (24 hourly) basis.</p>"
5466                    }
5467                },
5468                "HourlyCommitmentToPurchase": {
5469                    "target": "com.amazonaws.costexplorer#GenericString",
5470                    "traits": {
5471                        "smithy.api#documentation": "<p>The recommended hourly commitment based on the recommendation parameters.</p>"
5472                    }
5473                },
5474                "EstimatedSavingsPercentage": {
5475                    "target": "com.amazonaws.costexplorer#GenericString",
5476                    "traits": {
5477                        "smithy.api#documentation": "<p>The estimated savings relative to the total cost of On-Demand usage, over the lookback period. This is calculated as <code>estimatedSavingsAmount</code>/ <code>CurrentOnDemandSpend</code>*100.</p>"
5478                    }
5479                },
5480                "EstimatedMonthlySavingsAmount": {
5481                    "target": "com.amazonaws.costexplorer#GenericString",
5482                    "traits": {
5483                        "smithy.api#documentation": "<p>The estimated monthly savings amount, based on the recommended Savings Plans purchase.</p>"
5484                    }
5485                },
5486                "EstimatedOnDemandCostWithCurrentCommitment": {
5487                    "target": "com.amazonaws.costexplorer#GenericString",
5488                    "traits": {
5489                        "smithy.api#documentation": "<p>\n            The estimated On-Demand costs you would expect with no additional commitment, based on your usage of the selected time period and the Savings Plans you own.\n        </p>"
5490                    }
5491                }
5492            },
5493            "traits": {
5494                "smithy.api#documentation": "<p>Summary metrics for your Savings Plans Purchase Recommendations.</p>"
5495            }
5496        },
5497        "com.amazonaws.costexplorer#SavingsPlansSavings": {
5498            "type": "structure",
5499            "members": {
5500                "NetSavings": {
5501                    "target": "com.amazonaws.costexplorer#GenericString",
5502                    "traits": {
5503                        "smithy.api#documentation": "<p>The savings amount that you are accumulating for the usage that is covered by a Savings Plans, when compared to the On-Demand equivalent of the same usage.</p>"
5504                    }
5505                },
5506                "OnDemandCostEquivalent": {
5507                    "target": "com.amazonaws.costexplorer#GenericString",
5508                    "traits": {
5509                        "smithy.api#documentation": "<p>How much the amount that the usage would have cost if it was\n            accrued\n            at the On-Demand rate.</p>"
5510                    }
5511                }
5512            },
5513            "traits": {
5514                "smithy.api#documentation": "<p>The amount of savings you're accumulating, against the public On-Demand rate of the usage accrued in an account.</p>"
5515            }
5516        },
5517        "com.amazonaws.costexplorer#SavingsPlansUtilization": {
5518            "type": "structure",
5519            "members": {
5520                "TotalCommitment": {
5521                    "target": "com.amazonaws.costexplorer#GenericString",
5522                    "traits": {
5523                        "smithy.api#documentation": "<p>The total amount of Savings Plans commitment that's been purchased in an account (or set of accounts).</p>"
5524                    }
5525                },
5526                "UsedCommitment": {
5527                    "target": "com.amazonaws.costexplorer#GenericString",
5528                    "traits": {
5529                        "smithy.api#documentation": "<p>The amount of your Savings Plans commitment that was consumed from Savings Plans eligible usage in a specific period.</p>"
5530                    }
5531                },
5532                "UnusedCommitment": {
5533                    "target": "com.amazonaws.costexplorer#GenericString",
5534                    "traits": {
5535                        "smithy.api#documentation": "<p>The amount of your Savings Plans commitment that was not consumed from Savings Plans eligible usage in a specific period.</p>"
5536                    }
5537                },
5538                "UtilizationPercentage": {
5539                    "target": "com.amazonaws.costexplorer#GenericString",
5540                    "traits": {
5541                        "smithy.api#documentation": "<p>The amount of <code>UsedCommitment</code> divided by the <code>TotalCommitment</code> for your Savings Plans.</p>"
5542                    }
5543                }
5544            },
5545            "traits": {
5546                "smithy.api#documentation": "<p>The measurement of how well you are using your existing Savings Plans.</p>"
5547            }
5548        },
5549        "com.amazonaws.costexplorer#SavingsPlansUtilizationAggregates": {
5550            "type": "structure",
5551            "members": {
5552                "Utilization": {
5553                    "target": "com.amazonaws.costexplorer#SavingsPlansUtilization",
5554                    "traits": {
5555                        "smithy.api#documentation": "<p>A ratio of your effectiveness of using existing Savings Plans to apply to workloads that are Savings Plans eligible.</p>",
5556                        "smithy.api#required": {}
5557                    }
5558                },
5559                "Savings": {
5560                    "target": "com.amazonaws.costexplorer#SavingsPlansSavings",
5561                    "traits": {
5562                        "smithy.api#documentation": "<p>The amount saved by using existing Savings Plans. Savings returns both net savings from Savings Plans, as well as the <code>onDemandCostEquivalent</code> of the Savings Plans when considering the utilization rate.</p>"
5563                    }
5564                },
5565                "AmortizedCommitment": {
5566                    "target": "com.amazonaws.costexplorer#SavingsPlansAmortizedCommitment",
5567                    "traits": {
5568                        "smithy.api#documentation": "<p>The total amortized commitment for a Savings Plans. This includes the sum of the upfront and recurring Savings Plans fees.</p>"
5569                    }
5570                }
5571            },
5572            "traits": {
5573                "smithy.api#documentation": "<p>The aggregated utilization metrics for your Savings Plans usage.</p>"
5574            }
5575        },
5576        "com.amazonaws.costexplorer#SavingsPlansUtilizationByTime": {
5577            "type": "structure",
5578            "members": {
5579                "TimePeriod": {
5580                    "target": "com.amazonaws.costexplorer#DateInterval",
5581                    "traits": {
5582                        "smithy.api#required": {}
5583                    }
5584                },
5585                "Utilization": {
5586                    "target": "com.amazonaws.costexplorer#SavingsPlansUtilization",
5587                    "traits": {
5588                        "smithy.api#documentation": "<p>A ratio of your effectiveness of using existing Savings Plans to apply to workloads that are Savings Plans eligible.</p>",
5589                        "smithy.api#required": {}
5590                    }
5591                },
5592                "Savings": {
5593                    "target": "com.amazonaws.costexplorer#SavingsPlansSavings",
5594                    "traits": {
5595                        "smithy.api#documentation": "<p>The amount saved by using existing Savings Plans. Savings returns both net savings from Savings Plans as well as the <code>onDemandCostEquivalent</code> of the Savings Plans when considering the utilization rate.</p>"
5596                    }
5597                },
5598                "AmortizedCommitment": {
5599                    "target": "com.amazonaws.costexplorer#SavingsPlansAmortizedCommitment",
5600                    "traits": {
5601                        "smithy.api#documentation": "<p>The total amortized commitment for a Savings Plans. This includes the sum of the upfront and recurring Savings Plans fees.</p>"
5602                    }
5603                }
5604            },
5605            "traits": {
5606                "smithy.api#documentation": "<p>The amount of Savings Plans utilization, in hours.</p>"
5607            }
5608        },
5609        "com.amazonaws.costexplorer#SavingsPlansUtilizationDetail": {
5610            "type": "structure",
5611            "members": {
5612                "SavingsPlanArn": {
5613                    "target": "com.amazonaws.costexplorer#SavingsPlanArn",
5614                    "traits": {
5615                        "smithy.api#documentation": "<p>The unique Amazon Resource Name (ARN) for a particular Savings Plan.</p>"
5616                    }
5617                },
5618                "Attributes": {
5619                    "target": "com.amazonaws.costexplorer#Attributes",
5620                    "traits": {
5621                        "smithy.api#documentation": "<p>The attribute that applies to a specific <code>Dimension</code>.</p>"
5622                    }
5623                },
5624                "Utilization": {
5625                    "target": "com.amazonaws.costexplorer#SavingsPlansUtilization",
5626                    "traits": {
5627                        "smithy.api#documentation": "<p>A ratio of your effectiveness of using existing Savings Plans to apply to workloads that are Savings Plans eligible.</p>"
5628                    }
5629                },
5630                "Savings": {
5631                    "target": "com.amazonaws.costexplorer#SavingsPlansSavings",
5632                    "traits": {
5633                        "smithy.api#documentation": "<p>The amount saved by using existing Savings Plans. Savings returns both net savings from savings plans as well as the <code>onDemandCostEquivalent</code> of the Savings Plans when considering the utilization rate.</p>"
5634                    }
5635                },
5636                "AmortizedCommitment": {
5637                    "target": "com.amazonaws.costexplorer#SavingsPlansAmortizedCommitment",
5638                    "traits": {
5639                        "smithy.api#documentation": "<p>The total amortized commitment for a Savings Plans. Includes the sum of the upfront and recurring Savings Plans fees.</p>"
5640                    }
5641                }
5642            },
5643            "traits": {
5644                "smithy.api#documentation": "<p>A single daily or monthly Savings Plans utilization rate, and details for your account. A management account in an organization have access to member accounts. You can use <code>GetDimensionValues</code> to determine the possible dimension values. </p>"
5645            }
5646        },
5647        "com.amazonaws.costexplorer#SavingsPlansUtilizationDetails": {
5648            "type": "list",
5649            "member": {
5650                "target": "com.amazonaws.costexplorer#SavingsPlansUtilizationDetail"
5651            }
5652        },
5653        "com.amazonaws.costexplorer#SavingsPlansUtilizationsByTime": {
5654            "type": "list",
5655            "member": {
5656                "target": "com.amazonaws.costexplorer#SavingsPlansUtilizationByTime"
5657            }
5658        },
5659        "com.amazonaws.costexplorer#SearchString": {
5660            "type": "string",
5661            "traits": {
5662                "smithy.api#length": {
5663                    "min": 0,
5664                    "max": 1024
5665                },
5666                "smithy.api#pattern": "[\\S\\s]*"
5667            }
5668        },
5669        "com.amazonaws.costexplorer#ServiceQuotaExceededException": {
5670            "type": "structure",
5671            "members": {
5672                "Message": {
5673                    "target": "com.amazonaws.costexplorer#ErrorMessage"
5674                }
5675            },
5676            "traits": {
5677                "smithy.api#documentation": "<p> You've reached the limit on the number of resources you can create, or exceeded the\n            size of an individual resource. </p>",
5678                "smithy.api#error": "client",
5679                "smithy.api#httpError": 402
5680            }
5681        },
5682        "com.amazonaws.costexplorer#ServiceSpecification": {
5683            "type": "structure",
5684            "members": {
5685                "EC2Specification": {
5686                    "target": "com.amazonaws.costexplorer#EC2Specification",
5687                    "traits": {
5688                        "smithy.api#documentation": "<p>The Amazon EC2 hardware specifications that you want AWS to provide recommendations\n            for.</p>"
5689                    }
5690                }
5691            },
5692            "traits": {
5693                "smithy.api#documentation": "<p>Hardware specifications for the service that you want recommendations\n            for.</p>"
5694            }
5695        },
5696        "com.amazonaws.costexplorer#SortDefinition": {
5697            "type": "structure",
5698            "members": {
5699                "Key": {
5700                    "target": "com.amazonaws.costexplorer#SortDefinitionKey",
5701                    "traits": {
5702                        "smithy.api#documentation": "<p>The key by which to sort the data.</p>",
5703                        "smithy.api#required": {}
5704                    }
5705                },
5706                "SortOrder": {
5707                    "target": "com.amazonaws.costexplorer#SortOrder",
5708                    "traits": {
5709                        "smithy.api#documentation": "<p>The order in which to sort the data.</p>"
5710                    }
5711                }
5712            },
5713            "traits": {
5714                "smithy.api#documentation": "<p>The details of how to sort the data.</p>"
5715            }
5716        },
5717        "com.amazonaws.costexplorer#SortDefinitionKey": {
5718            "type": "string",
5719            "traits": {
5720                "smithy.api#length": {
5721                    "min": 0,
5722                    "max": 1024
5723                },
5724                "smithy.api#pattern": "[\\S\\s]*"
5725            }
5726        },
5727        "com.amazonaws.costexplorer#SortDefinitions": {
5728            "type": "list",
5729            "member": {
5730                "target": "com.amazonaws.costexplorer#SortDefinition"
5731            }
5732        },
5733        "com.amazonaws.costexplorer#SortOrder": {
5734            "type": "string",
5735            "traits": {
5736                "smithy.api#enum": [
5737                    {
5738                        "value": "ASCENDING",
5739                        "name": "ASCENDING"
5740                    },
5741                    {
5742                        "value": "DESCENDING",
5743                        "name": "DESCENDING"
5744                    }
5745                ]
5746            }
5747        },
5748        "com.amazonaws.costexplorer#Subscriber": {
5749            "type": "structure",
5750            "members": {
5751                "Address": {
5752                    "target": "com.amazonaws.costexplorer#SubscriberAddress",
5753                    "traits": {
5754                        "smithy.api#documentation": "<p> The email address or SNS Amazon Resource Name (ARN), depending on the <code>Type</code>. </p>"
5755                    }
5756                },
5757                "Type": {
5758                    "target": "com.amazonaws.costexplorer#SubscriberType",
5759                    "traits": {
5760                        "smithy.api#documentation": "<p>\n        The notification delivery channel.\n    </p>"
5761                    }
5762                },
5763                "Status": {
5764                    "target": "com.amazonaws.costexplorer#SubscriberStatus",
5765                    "traits": {
5766                        "smithy.api#documentation": "<p> Indicates if the subscriber accepts the notifications. </p>"
5767                    }
5768                }
5769            },
5770            "traits": {
5771                "smithy.api#documentation": "<p>\n        The recipient of <code>AnomalySubscription</code> notifications.\n    </p>"
5772            }
5773        },
5774        "com.amazonaws.costexplorer#SubscriberAddress": {
5775            "type": "string",
5776            "traits": {
5777                "smithy.api#length": {
5778                    "min": 6,
5779                    "max": 302
5780                },
5781                "smithy.api#pattern": "(^[a-zA-Z0-9.!#$%&'*+=?^_‘{|}~-]+@[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)+$)|(^arn:(aws[a-zA-Z-]*):sns:[a-zA-Z0-9-]+:[0-9]{12}:[a-zA-Z0-9_-]+$)"
5782            }
5783        },
5784        "com.amazonaws.costexplorer#SubscriberStatus": {
5785            "type": "string",
5786            "traits": {
5787                "smithy.api#enum": [
5788                    {
5789                        "value": "CONFIRMED",
5790                        "name": "CONFIRMED"
5791                    },
5792                    {
5793                        "value": "DECLINED",
5794                        "name": "DECLINED"
5795                    }
5796                ]
5797            }
5798        },
5799        "com.amazonaws.costexplorer#SubscriberType": {
5800            "type": "string",
5801            "traits": {
5802                "smithy.api#enum": [
5803                    {
5804                        "value": "EMAIL",
5805                        "name": "EMAIL"
5806                    },
5807                    {
5808                        "value": "SNS",
5809                        "name": "SNS"
5810                    }
5811                ]
5812            }
5813        },
5814        "com.amazonaws.costexplorer#Subscribers": {
5815            "type": "list",
5816            "member": {
5817                "target": "com.amazonaws.costexplorer#Subscriber"
5818            }
5819        },
5820        "com.amazonaws.costexplorer#SupportedSavingsPlansType": {
5821            "type": "string",
5822            "traits": {
5823                "smithy.api#enum": [
5824                    {
5825                        "value": "COMPUTE_SP",
5826                        "name": "COMPUTE_SP"
5827                    },
5828                    {
5829                        "value": "EC2_INSTANCE_SP",
5830                        "name": "EC2_INSTANCE_SP"
5831                    }
5832                ]
5833            }
5834        },
5835        "com.amazonaws.costexplorer#TagKey": {
5836            "type": "string",
5837            "traits": {
5838                "smithy.api#length": {
5839                    "min": 0,
5840                    "max": 1024
5841                },
5842                "smithy.api#pattern": "[\\S\\s]*"
5843            }
5844        },
5845        "com.amazonaws.costexplorer#TagList": {
5846            "type": "list",
5847            "member": {
5848                "target": "com.amazonaws.costexplorer#Entity"
5849            }
5850        },
5851        "com.amazonaws.costexplorer#TagValues": {
5852            "type": "structure",
5853            "members": {
5854                "Key": {
5855                    "target": "com.amazonaws.costexplorer#TagKey",
5856                    "traits": {
5857                        "smithy.api#documentation": "<p>The key for the tag.</p>"
5858                    }
5859                },
5860                "Values": {
5861                    "target": "com.amazonaws.costexplorer#Values",
5862                    "traits": {
5863                        "smithy.api#documentation": "<p>The specific value of the tag.</p>"
5864                    }
5865                },
5866                "MatchOptions": {
5867                    "target": "com.amazonaws.costexplorer#MatchOptions",
5868                    "traits": {
5869                        "smithy.api#documentation": "<p>The match options that you can use to filter your results.\n                <code>MatchOptions</code> is only applicable for actions related to Cost Category.\n            The default values for <code>MatchOptions</code> are <code>EQUALS</code> and\n                <code>CASE_SENSITIVE</code>.</p>"
5870                    }
5871                }
5872            },
5873            "traits": {
5874                "smithy.api#documentation": "<p>The values that are available for a tag.</p>\n\t\t       <p>If <code>Values</code> and <code>Key</code> are not specified, the <code>ABSENT</code> \n            <code>MatchOption</code> is applied to all tags. That is, filtering on resources with no tags.</p>\n         <p>If <code>Values</code> is provided and <code>Key</code> is not specified, the <code>ABSENT</code> \n            <code>MatchOption</code> is applied to the tag <code>Key</code> only. That is, filtering on resources without the given tag key.</p>"
5875            }
5876        },
5877        "com.amazonaws.costexplorer#TagValuesList": {
5878            "type": "list",
5879            "member": {
5880                "target": "com.amazonaws.costexplorer#TagValues"
5881            }
5882        },
5883        "com.amazonaws.costexplorer#TargetInstance": {
5884            "type": "structure",
5885            "members": {
5886                "EstimatedMonthlyCost": {
5887                    "target": "com.amazonaws.costexplorer#GenericString",
5888                    "traits": {
5889                        "smithy.api#documentation": "<p> Expected cost to operate this instance type on a monthly basis.</p>"
5890                    }
5891                },
5892                "EstimatedMonthlySavings": {
5893                    "target": "com.amazonaws.costexplorer#GenericString",
5894                    "traits": {
5895                        "smithy.api#documentation": "<p> Estimated savings resulting from modification, on a monthly basis.</p>"
5896                    }
5897                },
5898                "CurrencyCode": {
5899                    "target": "com.amazonaws.costexplorer#GenericString",
5900                    "traits": {
5901                        "smithy.api#documentation": "<p> The currency code that AWS used to calculate the costs for this instance.</p>"
5902                    }
5903                },
5904                "DefaultTargetInstance": {
5905                    "target": "com.amazonaws.costexplorer#GenericBoolean",
5906                    "traits": {
5907                        "smithy.api#documentation": "<p> Indicates whether this recommendation is the defaulted AWS recommendation.</p>"
5908                    }
5909                },
5910                "ResourceDetails": {
5911                    "target": "com.amazonaws.costexplorer#ResourceDetails",
5912                    "traits": {
5913                        "smithy.api#documentation": "<p> Details on the target instance type.  </p>"
5914                    }
5915                },
5916                "ExpectedResourceUtilization": {
5917                    "target": "com.amazonaws.costexplorer#ResourceUtilization",
5918                    "traits": {
5919                        "smithy.api#documentation": "<p> Expected utilization metrics for target instance type.</p>"
5920                    }
5921                }
5922            },
5923            "traits": {
5924                "smithy.api#documentation": "<p> Details on recommended instance.</p>"
5925            }
5926        },
5927        "com.amazonaws.costexplorer#TargetInstancesList": {
5928            "type": "list",
5929            "member": {
5930                "target": "com.amazonaws.costexplorer#TargetInstance"
5931            }
5932        },
5933        "com.amazonaws.costexplorer#TermInYears": {
5934            "type": "string",
5935            "traits": {
5936                "smithy.api#enum": [
5937                    {
5938                        "value": "ONE_YEAR",
5939                        "name": "ONE_YEAR"
5940                    },
5941                    {
5942                        "value": "THREE_YEARS",
5943                        "name": "THREE_YEARS"
5944                    }
5945                ]
5946            }
5947        },
5948        "com.amazonaws.costexplorer#TerminateRecommendationDetail": {
5949            "type": "structure",
5950            "members": {
5951                "EstimatedMonthlySavings": {
5952                    "target": "com.amazonaws.costexplorer#GenericString",
5953                    "traits": {
5954                        "smithy.api#documentation": "<p> Estimated savings resulting from modification, on a monthly basis.</p>"
5955                    }
5956                },
5957                "CurrencyCode": {
5958                    "target": "com.amazonaws.costexplorer#GenericString",
5959                    "traits": {
5960                        "smithy.api#documentation": "<p> The currency code that AWS used to calculate the costs for this instance.</p>"
5961                    }
5962                }
5963            },
5964            "traits": {
5965                "smithy.api#documentation": "<p> Details on termination recommendation.  </p>"
5966            }
5967        },
5968        "com.amazonaws.costexplorer#TotalActualHours": {
5969            "type": "string"
5970        },
5971        "com.amazonaws.costexplorer#TotalActualUnits": {
5972            "type": "string"
5973        },
5974        "com.amazonaws.costexplorer#TotalAmortizedFee": {
5975            "type": "string"
5976        },
5977        "com.amazonaws.costexplorer#TotalImpactFilter": {
5978            "type": "structure",
5979            "members": {
5980                "NumericOperator": {
5981                    "target": "com.amazonaws.costexplorer#NumericOperator",
5982                    "traits": {
5983                        "smithy.api#documentation": "<p>\n        The comparing value used in the filter.\n    </p>",
5984                        "smithy.api#required": {}
5985                    }
5986                },
5987                "StartValue": {
5988                    "target": "com.amazonaws.costexplorer#GenericDouble",
5989                    "traits": {
5990                        "smithy.api#documentation": "<p>\n        The lower bound dollar value used in the filter.\n    </p>",
5991                        "smithy.api#required": {}
5992                    }
5993                },
5994                "EndValue": {
5995                    "target": "com.amazonaws.costexplorer#GenericDouble",
5996                    "traits": {
5997                        "smithy.api#documentation": "<p> The upper bound dollar value used in the filter. </p>"
5998                    }
5999                }
6000            },
6001            "traits": {
6002                "smithy.api#documentation": "<p> Filters cost anomalies based on the total impact. </p>"
6003            }
6004        },
6005        "com.amazonaws.costexplorer#TotalPotentialRISavings": {
6006            "type": "string"
6007        },
6008        "com.amazonaws.costexplorer#TotalRunningHours": {
6009            "type": "string"
6010        },
6011        "com.amazonaws.costexplorer#TotalRunningNormalizedUnits": {
6012            "type": "string"
6013        },
6014        "com.amazonaws.costexplorer#UnknownMonitorException": {
6015            "type": "structure",
6016            "members": {
6017                "Message": {
6018                    "target": "com.amazonaws.costexplorer#ErrorMessage"
6019                }
6020            },
6021            "traits": {
6022                "smithy.api#documentation": "<p>The cost anomaly monitor does not exist for the account.\n        </p>",
6023                "smithy.api#error": "client",
6024                "smithy.api#httpError": 404
6025            }
6026        },
6027        "com.amazonaws.costexplorer#UnknownSubscriptionException": {
6028            "type": "structure",
6029            "members": {
6030                "Message": {
6031                    "target": "com.amazonaws.costexplorer#ErrorMessage"
6032                }
6033            },
6034            "traits": {
6035                "smithy.api#documentation": "<p>The cost anomaly subscription does not exist for the account.\n        </p>",
6036                "smithy.api#error": "client",
6037                "smithy.api#httpError": 404
6038            }
6039        },
6040        "com.amazonaws.costexplorer#UnrealizedSavings": {
6041            "type": "string"
6042        },
6043        "com.amazonaws.costexplorer#UnresolvableUsageUnitException": {
6044            "type": "structure",
6045            "members": {
6046                "Message": {
6047                    "target": "com.amazonaws.costexplorer#ErrorMessage"
6048                }
6049            },
6050            "traits": {
6051                "smithy.api#documentation": "<p>Cost Explorer was unable to identify the usage unit. Provide <code>UsageType/UsageTypeGroup</code> filter selections that contain matching units, for example: <code>hours</code>.</p>",
6052                "smithy.api#error": "client"
6053            }
6054        },
6055        "com.amazonaws.costexplorer#UnusedHours": {
6056            "type": "string"
6057        },
6058        "com.amazonaws.costexplorer#UnusedUnits": {
6059            "type": "string"
6060        },
6061        "com.amazonaws.costexplorer#UpdateAnomalyMonitor": {
6062            "type": "operation",
6063            "input": {
6064                "target": "com.amazonaws.costexplorer#UpdateAnomalyMonitorRequest"
6065            },
6066            "output": {
6067                "target": "com.amazonaws.costexplorer#UpdateAnomalyMonitorResponse"
6068            },
6069            "errors": [
6070                {
6071                    "target": "com.amazonaws.costexplorer#LimitExceededException"
6072                },
6073                {
6074                    "target": "com.amazonaws.costexplorer#UnknownMonitorException"
6075                }
6076            ],
6077            "traits": {
6078                "smithy.api#documentation": "<p>Updates an existing cost anomaly monitor. The changes made are applied going forward, and\n      does not change anomalies detected in the past. </p>"
6079            }
6080        },
6081        "com.amazonaws.costexplorer#UpdateAnomalyMonitorRequest": {
6082            "type": "structure",
6083            "members": {
6084                "MonitorArn": {
6085                    "target": "com.amazonaws.costexplorer#GenericString",
6086                    "traits": {
6087                        "smithy.api#documentation": "<p> Cost anomaly monitor Amazon Resource Names (ARNs). </p>",
6088                        "smithy.api#required": {}
6089                    }
6090                },
6091                "MonitorName": {
6092                    "target": "com.amazonaws.costexplorer#GenericString",
6093                    "traits": {
6094                        "smithy.api#documentation": "<p>\n      The new name for the cost anomaly monitor.\n    </p>"
6095                    }
6096                }
6097            }
6098        },
6099        "com.amazonaws.costexplorer#UpdateAnomalyMonitorResponse": {
6100            "type": "structure",
6101            "members": {
6102                "MonitorArn": {
6103                    "target": "com.amazonaws.costexplorer#GenericString",
6104                    "traits": {
6105                        "smithy.api#documentation": "<p>\n      A cost anomaly monitor ARN.\n    </p>",
6106                        "smithy.api#required": {}
6107                    }
6108                }
6109            }
6110        },
6111        "com.amazonaws.costexplorer#UpdateAnomalySubscription": {
6112            "type": "operation",
6113            "input": {
6114                "target": "com.amazonaws.costexplorer#UpdateAnomalySubscriptionRequest"
6115            },
6116            "output": {
6117                "target": "com.amazonaws.costexplorer#UpdateAnomalySubscriptionResponse"
6118            },
6119            "errors": [
6120                {
6121                    "target": "com.amazonaws.costexplorer#LimitExceededException"
6122                },
6123                {
6124                    "target": "com.amazonaws.costexplorer#UnknownMonitorException"
6125                },
6126                {
6127                    "target": "com.amazonaws.costexplorer#UnknownSubscriptionException"
6128                }
6129            ],
6130            "traits": {
6131                "smithy.api#documentation": "<p> Updates an existing cost anomaly monitor subscription. </p>"
6132            }
6133        },
6134        "com.amazonaws.costexplorer#UpdateAnomalySubscriptionRequest": {
6135            "type": "structure",
6136            "members": {
6137                "SubscriptionArn": {
6138                    "target": "com.amazonaws.costexplorer#GenericString",
6139                    "traits": {
6140                        "smithy.api#documentation": "<p> A cost anomaly subscription Amazon Resource Name (ARN). </p>",
6141                        "smithy.api#required": {}
6142                    }
6143                },
6144                "Threshold": {
6145                    "target": "com.amazonaws.costexplorer#NullableNonNegativeDouble",
6146                    "traits": {
6147                        "smithy.api#documentation": "<p>\n      The update to the threshold value for receiving notifications.\n    </p>"
6148                    }
6149                },
6150                "Frequency": {
6151                    "target": "com.amazonaws.costexplorer#AnomalySubscriptionFrequency",
6152                    "traits": {
6153                        "smithy.api#documentation": "<p>\n      The update to the frequency value at which subscribers will receive notifications.\n    </p>"
6154                    }
6155                },
6156                "MonitorArnList": {
6157                    "target": "com.amazonaws.costexplorer#MonitorArnList",
6158                    "traits": {
6159                        "smithy.api#documentation": "<p>\n      A list of cost anomaly monitor ARNs.\n    </p>"
6160                    }
6161                },
6162                "Subscribers": {
6163                    "target": "com.amazonaws.costexplorer#Subscribers",
6164                    "traits": {
6165                        "smithy.api#documentation": "<p>\n      The update to the subscriber list.\n    </p>"
6166                    }
6167                },
6168                "SubscriptionName": {
6169                    "target": "com.amazonaws.costexplorer#GenericString",
6170                    "traits": {
6171                        "smithy.api#documentation": "<p>\n      The subscription's new name.\n    </p>"
6172                    }
6173                }
6174            }
6175        },
6176        "com.amazonaws.costexplorer#UpdateAnomalySubscriptionResponse": {
6177            "type": "structure",
6178            "members": {
6179                "SubscriptionArn": {
6180                    "target": "com.amazonaws.costexplorer#GenericString",
6181                    "traits": {
6182                        "smithy.api#documentation": "<p>\n      A cost anomaly subscription ARN.\n    </p>",
6183                        "smithy.api#required": {}
6184                    }
6185                }
6186            }
6187        },
6188        "com.amazonaws.costexplorer#UpdateCostCategoryDefinition": {
6189            "type": "operation",
6190            "input": {
6191                "target": "com.amazonaws.costexplorer#UpdateCostCategoryDefinitionRequest"
6192            },
6193            "output": {
6194                "target": "com.amazonaws.costexplorer#UpdateCostCategoryDefinitionResponse"
6195            },
6196            "errors": [
6197                {
6198                    "target": "com.amazonaws.costexplorer#LimitExceededException"
6199                },
6200                {
6201                    "target": "com.amazonaws.costexplorer#ResourceNotFoundException"
6202                },
6203                {
6204                    "target": "com.amazonaws.costexplorer#ServiceQuotaExceededException"
6205                }
6206            ],
6207            "traits": {
6208                "smithy.api#documentation": "<p>Updates an existing Cost Category. Changes made to the Cost Category rules will be used to categorize the current month’s expenses and future expenses. This won’t change categorization for the previous months.</p>"
6209            }
6210        },
6211        "com.amazonaws.costexplorer#UpdateCostCategoryDefinitionRequest": {
6212            "type": "structure",
6213            "members": {
6214                "CostCategoryArn": {
6215                    "target": "com.amazonaws.costexplorer#Arn",
6216                    "traits": {
6217                        "smithy.api#documentation": "<p>The unique identifier for your Cost Category.</p>",
6218                        "smithy.api#required": {}
6219                    }
6220                },
6221                "RuleVersion": {
6222                    "target": "com.amazonaws.costexplorer#CostCategoryRuleVersion",
6223                    "traits": {
6224                        "smithy.api#required": {}
6225                    }
6226                },
6227                "Rules": {
6228                    "target": "com.amazonaws.costexplorer#CostCategoryRulesList",
6229                    "traits": {
6230                        "smithy.api#documentation": "<p>The <code>Expression</code> object used to categorize costs. For more information, see\n        <a href=\"https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_CostCategoryRule.html\">CostCategoryRule </a>. </p>",
6231                        "smithy.api#required": {}
6232                    }
6233                },
6234                "DefaultValue": {
6235                    "target": "com.amazonaws.costexplorer#CostCategoryValue"
6236                }
6237            }
6238        },
6239        "com.amazonaws.costexplorer#UpdateCostCategoryDefinitionResponse": {
6240            "type": "structure",
6241            "members": {
6242                "CostCategoryArn": {
6243                    "target": "com.amazonaws.costexplorer#Arn",
6244                    "traits": {
6245                        "smithy.api#documentation": "<p>\n      The unique identifier for your Cost Category.\n    </p>"
6246                    }
6247                },
6248                "EffectiveStart": {
6249                    "target": "com.amazonaws.costexplorer#ZonedDateTime",
6250                    "traits": {
6251                        "smithy.api#documentation": "<p>\n      The Cost Category's effective start date.\n    </p>"
6252                    }
6253                }
6254            }
6255        },
6256        "com.amazonaws.costexplorer#UtilizationByTime": {
6257            "type": "structure",
6258            "members": {
6259                "TimePeriod": {
6260                    "target": "com.amazonaws.costexplorer#DateInterval",
6261                    "traits": {
6262                        "smithy.api#documentation": "<p>The period of time that this utilization was used for.</p>"
6263                    }
6264                },
6265                "Groups": {
6266                    "target": "com.amazonaws.costexplorer#ReservationUtilizationGroups",
6267                    "traits": {
6268                        "smithy.api#documentation": "<p>The groups that this utilization result uses.</p>"
6269                    }
6270                },
6271                "Total": {
6272                    "target": "com.amazonaws.costexplorer#ReservationAggregates",
6273                    "traits": {
6274                        "smithy.api#documentation": "<p>The total number of reservation hours that were used.</p>"
6275                    }
6276                }
6277            },
6278            "traits": {
6279                "smithy.api#documentation": "<p>The amount of utilization, in hours.</p>"
6280            }
6281        },
6282        "com.amazonaws.costexplorer#UtilizationPercentage": {
6283            "type": "string"
6284        },
6285        "com.amazonaws.costexplorer#UtilizationPercentageInUnits": {
6286            "type": "string"
6287        },
6288        "com.amazonaws.costexplorer#UtilizationsByTime": {
6289            "type": "list",
6290            "member": {
6291                "target": "com.amazonaws.costexplorer#UtilizationByTime"
6292            }
6293        },
6294        "com.amazonaws.costexplorer#Value": {
6295            "type": "string",
6296            "traits": {
6297                "smithy.api#length": {
6298                    "min": 0,
6299                    "max": 1024
6300                },
6301                "smithy.api#pattern": "[\\S\\s]*"
6302            }
6303        },
6304        "com.amazonaws.costexplorer#Values": {
6305            "type": "list",
6306            "member": {
6307                "target": "com.amazonaws.costexplorer#Value"
6308            }
6309        },
6310        "com.amazonaws.costexplorer#YearMonthDay": {
6311            "type": "string",
6312            "traits": {
6313                "smithy.api#length": {
6314                    "min": 0,
6315                    "max": 40
6316                },
6317                "smithy.api#pattern": "(\\d{4}-\\d{2}-\\d{2})(T\\d{2}:\\d{2}:\\d{2}Z)?"
6318            }
6319        },
6320        "com.amazonaws.costexplorer#ZonedDateTime": {
6321            "type": "string",
6322            "traits": {
6323                "smithy.api#documentation": "<p>The time period that you want the usage and costs for.</p>",
6324                "smithy.api#length": {
6325                    "min": 20,
6326                    "max": 25
6327                },
6328                "smithy.api#pattern": "^\\d{4}-\\d\\d-\\d\\dT\\d\\d:\\d\\d:\\d\\d(([+-]\\d\\d:\\d\\d)|Z)$"
6329            }
6330        }
6331    }
6332}
6333