|
1580 | 1580 | "target": "com.amazonaws.costexplorer#DimensionValuesWithAttributes" |
1581 | 1581 | } |
1582 | 1582 | }, |
| 1583 | + "com.amazonaws.costexplorer#DiskResourceUtilization": { |
| 1584 | + "type": "structure", |
| 1585 | + "members": { |
| 1586 | + "DiskReadOpsPerSecond": { |
| 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 | + "DiskWriteOpsPerSecond": { |
| 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 | + "DiskReadBytesPerSecond": { |
| 1599 | + "target": "com.amazonaws.costexplorer#GenericString", |
| 1600 | + "traits": { |
| 1601 | + "smithy.api#documentation": "<p>\n The maximum read throughput operations per second.\n </p>" |
| 1602 | + } |
| 1603 | + }, |
| 1604 | + "DiskWriteBytesPerSecond": { |
| 1605 | + "target": "com.amazonaws.costexplorer#GenericString", |
| 1606 | + "traits": { |
| 1607 | + "smithy.api#documentation": "<p>\n The maximum write throughput operations per second.\n </p>" |
| 1608 | + } |
| 1609 | + } |
| 1610 | + }, |
| 1611 | + "traits": { |
| 1612 | + "smithy.api#documentation": "<p>\n The field that contains a list of disk (local storage) metrics associated with the current instance.\n </p>" |
| 1613 | + } |
| 1614 | + }, |
1583 | 1615 | "com.amazonaws.costexplorer#EBSResourceUtilization": { |
1584 | 1616 | "type": "structure", |
1585 | 1617 | "members": { |
|
1756 | 1788 | "traits": { |
1757 | 1789 | "smithy.api#documentation": "<p>\n The EBS field that contains a list of EBS metrics associated with the current instance.\n </p>" |
1758 | 1790 | } |
| 1791 | + }, |
| 1792 | + "DiskResourceUtilization": { |
| 1793 | + "target": "com.amazonaws.costexplorer#DiskResourceUtilization", |
| 1794 | + "traits": { |
| 1795 | + "smithy.api#documentation": "<p>\n The field that contains a list of disk (local storage) metrics associated with the current instance.\n </p>" |
| 1796 | + } |
| 1797 | + }, |
| 1798 | + "NetworkResourceUtilization": { |
| 1799 | + "target": "com.amazonaws.costexplorer#NetworkResourceUtilization", |
| 1800 | + "traits": { |
| 1801 | + "smithy.api#documentation": "<p>\n The network field that contains a list of network metrics associated with the current instance.\n </p>" |
| 1802 | + } |
1759 | 1803 | } |
1760 | 1804 | }, |
1761 | 1805 | "traits": { |
|
1917 | 1961 | "target": "com.amazonaws.costexplorer#Expression" |
1918 | 1962 | } |
1919 | 1963 | }, |
| 1964 | + "com.amazonaws.costexplorer#FindingReasonCode": { |
| 1965 | + "type": "string", |
| 1966 | + "traits": { |
| 1967 | + "smithy.api#enum": [ |
| 1968 | + { |
| 1969 | + "value": "CPU_OVER_PROVISIONED", |
| 1970 | + "name": "CPU_OVER_PROVISIONED" |
| 1971 | + }, |
| 1972 | + { |
| 1973 | + "value": "CPU_UNDER_PROVISIONED", |
| 1974 | + "name": "CPU_UNDER_PROVISIONED" |
| 1975 | + }, |
| 1976 | + { |
| 1977 | + "value": "MEMORY_OVER_PROVISIONED", |
| 1978 | + "name": "MEMORY_OVER_PROVISIONED" |
| 1979 | + }, |
| 1980 | + { |
| 1981 | + "value": "MEMORY_UNDER_PROVISIONED", |
| 1982 | + "name": "MEMORY_UNDER_PROVISIONED" |
| 1983 | + }, |
| 1984 | + { |
| 1985 | + "value": "EBS_THROUGHPUT_OVER_PROVISIONED", |
| 1986 | + "name": "EBS_THROUGHPUT_OVER_PROVISIONED" |
| 1987 | + }, |
| 1988 | + { |
| 1989 | + "value": "EBS_THROUGHPUT_UNDER_PROVISIONED", |
| 1990 | + "name": "EBS_THROUGHPUT_UNDER_PROVISIONED" |
| 1991 | + }, |
| 1992 | + { |
| 1993 | + "value": "EBS_IOPS_OVER_PROVISIONED", |
| 1994 | + "name": "EBS_IOPS_OVER_PROVISIONED" |
| 1995 | + }, |
| 1996 | + { |
| 1997 | + "value": "EBS_IOPS_UNDER_PROVISIONED", |
| 1998 | + "name": "EBS_IOPS_UNDER_PROVISIONED" |
| 1999 | + }, |
| 2000 | + { |
| 2001 | + "value": "NETWORK_BANDWIDTH_OVER_PROVISIONED", |
| 2002 | + "name": "NETWORK_BANDWIDTH_OVER_PROVISIONED" |
| 2003 | + }, |
| 2004 | + { |
| 2005 | + "value": "NETWORK_BANDWIDTH_UNDER_PROVISIONED", |
| 2006 | + "name": "NETWORK_BANDWIDTH_UNDER_PROVISIONED" |
| 2007 | + }, |
| 2008 | + { |
| 2009 | + "value": "NETWORK_PPS_OVER_PROVISIONED", |
| 2010 | + "name": "NETWORK_PPS_OVER_PROVISIONED" |
| 2011 | + }, |
| 2012 | + { |
| 2013 | + "value": "NETWORK_PPS_UNDER_PROVISIONED", |
| 2014 | + "name": "NETWORK_PPS_UNDER_PROVISIONED" |
| 2015 | + }, |
| 2016 | + { |
| 2017 | + "value": "DISK_IOPS_OVER_PROVISIONED", |
| 2018 | + "name": "DISK_IOPS_OVER_PROVISIONED" |
| 2019 | + }, |
| 2020 | + { |
| 2021 | + "value": "DISK_IOPS_UNDER_PROVISIONED", |
| 2022 | + "name": "DISK_IOPS_UNDER_PROVISIONED" |
| 2023 | + }, |
| 2024 | + { |
| 2025 | + "value": "DISK_THROUGHPUT_OVER_PROVISIONED", |
| 2026 | + "name": "DISK_THROUGHPUT_OVER_PROVISIONED" |
| 2027 | + }, |
| 2028 | + { |
| 2029 | + "value": "DISK_THROUGHPUT_UNDER_PROVISIONED", |
| 2030 | + "name": "DISK_THROUGHPUT_UNDER_PROVISIONED" |
| 2031 | + } |
| 2032 | + ] |
| 2033 | + } |
| 2034 | + }, |
| 2035 | + "com.amazonaws.costexplorer#FindingReasonCodes": { |
| 2036 | + "type": "list", |
| 2037 | + "member": { |
| 2038 | + "target": "com.amazonaws.costexplorer#FindingReasonCode" |
| 2039 | + } |
| 2040 | + }, |
1920 | 2041 | "com.amazonaws.costexplorer#ForecastResult": { |
1921 | 2042 | "type": "structure", |
1922 | 2043 | "members": { |
|
4094 | 4215 | "com.amazonaws.costexplorer#NetRISavings": { |
4095 | 4216 | "type": "string" |
4096 | 4217 | }, |
| 4218 | + "com.amazonaws.costexplorer#NetworkResourceUtilization": { |
| 4219 | + "type": "structure", |
| 4220 | + "members": { |
| 4221 | + "NetworkInBytesPerSecond": { |
| 4222 | + "target": "com.amazonaws.costexplorer#GenericString", |
| 4223 | + "traits": { |
| 4224 | + "smithy.api#documentation": "<p>\n The network ingress throughput utilization measured in Bytes per second.\n </p>" |
| 4225 | + } |
| 4226 | + }, |
| 4227 | + "NetworkOutBytesPerSecond": { |
| 4228 | + "target": "com.amazonaws.costexplorer#GenericString", |
| 4229 | + "traits": { |
| 4230 | + "smithy.api#documentation": "<p>\n The network outgress throughput utilization measured in Bytes per second.\n </p>" |
| 4231 | + } |
| 4232 | + }, |
| 4233 | + "NetworkPacketsInPerSecond": { |
| 4234 | + "target": "com.amazonaws.costexplorer#GenericString", |
| 4235 | + "traits": { |
| 4236 | + "smithy.api#documentation": "<p>\n The network ingress packets measured in packets per second.\n </p>" |
| 4237 | + } |
| 4238 | + }, |
| 4239 | + "NetworkPacketsOutPerSecond": { |
| 4240 | + "target": "com.amazonaws.costexplorer#GenericString", |
| 4241 | + "traits": { |
| 4242 | + "smithy.api#documentation": "<p>\n The network outgress packets measured in packets per second.\n </p>" |
| 4243 | + } |
| 4244 | + } |
| 4245 | + }, |
| 4246 | + "traits": { |
| 4247 | + "smithy.api#documentation": "<p>\n The network field that contains a list of network metrics associated with the current instance.\n </p>" |
| 4248 | + } |
| 4249 | + }, |
4097 | 4250 | "com.amazonaws.costexplorer#NextPageToken": { |
4098 | 4251 | "type": "string", |
4099 | 4252 | "traits": { |
|
4216 | 4369 | ] |
4217 | 4370 | } |
4218 | 4371 | }, |
| 4372 | + "com.amazonaws.costexplorer#PlatformDifference": { |
| 4373 | + "type": "string", |
| 4374 | + "traits": { |
| 4375 | + "smithy.api#enum": [ |
| 4376 | + { |
| 4377 | + "value": "HYPERVISOR", |
| 4378 | + "name": "HYPERVISOR" |
| 4379 | + }, |
| 4380 | + { |
| 4381 | + "value": "NETWORK_INTERFACE", |
| 4382 | + "name": "NETWORK_INTERFACE" |
| 4383 | + }, |
| 4384 | + { |
| 4385 | + "value": "STORAGE_INTERFACE", |
| 4386 | + "name": "STORAGE_INTERFACE" |
| 4387 | + }, |
| 4388 | + { |
| 4389 | + "value": "INSTANCE_STORE_AVAILABILITY", |
| 4390 | + "name": "INSTANCE_STORE_AVAILABILITY" |
| 4391 | + }, |
| 4392 | + { |
| 4393 | + "value": "VIRTUALIZATION_TYPE", |
| 4394 | + "name": "VIRTUALIZATION_TYPE" |
| 4395 | + } |
| 4396 | + ] |
| 4397 | + } |
| 4398 | + }, |
| 4399 | + "com.amazonaws.costexplorer#PlatformDifferences": { |
| 4400 | + "type": "list", |
| 4401 | + "member": { |
| 4402 | + "target": "com.amazonaws.costexplorer#PlatformDifference" |
| 4403 | + } |
| 4404 | + }, |
4219 | 4405 | "com.amazonaws.costexplorer#PredictionIntervalLevel": { |
4220 | 4406 | "type": "integer", |
4221 | 4407 | "traits": { |
|
4940 | 5126 | "traits": { |
4941 | 5127 | "smithy.api#documentation": "<p>Details for termination recommendations.</p>" |
4942 | 5128 | } |
| 5129 | + }, |
| 5130 | + "FindingReasonCodes": { |
| 5131 | + "target": "com.amazonaws.costexplorer#FindingReasonCodes", |
| 5132 | + "traits": { |
| 5133 | + "smithy.api#documentation": "<p>\n The list of possible reasons why the recommendation is generated such as under or over utilization of specific metrics (for example, CPU, Memory, Network).\n </p>" |
| 5134 | + } |
4943 | 5135 | } |
4944 | 5136 | }, |
4945 | 5137 | "traits": { |
|
5924 | 6116 | "traits": { |
5925 | 6117 | "smithy.api#documentation": "<p> Expected utilization metrics for target instance type.</p>" |
5926 | 6118 | } |
| 6119 | + }, |
| 6120 | + "PlatformDifferences": { |
| 6121 | + "target": "com.amazonaws.costexplorer#PlatformDifferences", |
| 6122 | + "traits": { |
| 6123 | + "smithy.api#documentation": "<p>\n Explains the actions you might need to take in order to successfully migrate your workloads from the current instance type to the recommended instance type.\n </p>" |
| 6124 | + } |
5927 | 6125 | } |
5928 | 6126 | }, |
5929 | 6127 | "traits": { |
|
0 commit comments