|
833 | 833 | } |
834 | 834 | }, |
835 | 835 | "FormatVersion": { |
836 | | - "target": "com.amazonaws.pricing#String", |
| 836 | + "target": "com.amazonaws.pricing#FormatVersion", |
837 | 837 | "traits": { |
838 | 838 | "smithy.api#documentation": "<p>The format version that you want the response to be in.</p>\n <p>Valid values are: <code>aws_v1</code>\n </p>" |
839 | 839 | } |
|
866 | 866 | } |
867 | 867 | }, |
868 | 868 | "FormatVersion": { |
869 | | - "target": "com.amazonaws.pricing#String", |
| 869 | + "target": "com.amazonaws.pricing#FormatVersion", |
870 | 870 | "traits": { |
871 | 871 | "smithy.api#documentation": "<p>The format version of the response. For example, <code>aws_v1</code>.</p>" |
872 | 872 | } |
|
898 | 898 | "smithy.api#httpError": 400 |
899 | 899 | } |
900 | 900 | }, |
| 901 | + "com.amazonaws.pricing#Field": { |
| 902 | + "type": "string", |
| 903 | + "traits": { |
| 904 | + "smithy.api#length": { |
| 905 | + "min": 1, |
| 906 | + "max": 1024 |
| 907 | + } |
| 908 | + } |
| 909 | + }, |
901 | 910 | "com.amazonaws.pricing#FileFormat": { |
902 | 911 | "type": "string", |
903 | 912 | "traits": { |
|
924 | 933 | } |
925 | 934 | }, |
926 | 935 | "Field": { |
927 | | - "target": "com.amazonaws.pricing#String", |
| 936 | + "target": "com.amazonaws.pricing#Field", |
928 | 937 | "traits": { |
929 | 938 | "smithy.api#documentation": "<p>The product metadata field that you want to filter on. You can filter by just the \n service code to see all products for a specific service, filter \n by just the attribute name to see a specific attribute for multiple services, or use both a service code\n and an attribute name to retrieve only products that match both fields.</p>\n <p>Valid values include: <code>ServiceCode</code>, and all attribute names</p>\n <p>For example, you can filter by the <code>AmazonEC2</code> service code and the \n <code>volumeType</code> attribute name to get the prices for only Amazon EC2 volumes.</p>", |
930 | 939 | "smithy.api#required": {} |
931 | 940 | } |
932 | 941 | }, |
933 | 942 | "Value": { |
934 | | - "target": "com.amazonaws.pricing#String", |
| 943 | + "target": "com.amazonaws.pricing#Value", |
935 | 944 | "traits": { |
936 | 945 | "smithy.api#documentation": "<p>The service code or attribute value that you want to filter by. If you're filtering\n by service code this is the actual service code, such as <code>AmazonEC2</code>. If you're\n filtering by attribute name, this is the attribute value that you want the returned\n products to match, such as a <code>Provisioned IOPS</code> volume.</p>", |
937 | 946 | "smithy.api#required": {} |
|
957 | 966 | "type": "list", |
958 | 967 | "member": { |
959 | 968 | "target": "com.amazonaws.pricing#Filter" |
| 969 | + }, |
| 970 | + "traits": { |
| 971 | + "smithy.api#length": { |
| 972 | + "min": 0, |
| 973 | + "max": 50 |
| 974 | + } |
| 975 | + } |
| 976 | + }, |
| 977 | + "com.amazonaws.pricing#FormatVersion": { |
| 978 | + "type": "string", |
| 979 | + "traits": { |
| 980 | + "smithy.api#length": { |
| 981 | + "min": 1, |
| 982 | + "max": 32 |
| 983 | + } |
960 | 984 | } |
961 | 985 | }, |
962 | 986 | "com.amazonaws.pricing#GetAttributeValues": { |
|
1197 | 1221 | } |
1198 | 1222 | }, |
1199 | 1223 | "FormatVersion": { |
1200 | | - "target": "com.amazonaws.pricing#String", |
| 1224 | + "target": "com.amazonaws.pricing#FormatVersion", |
1201 | 1225 | "traits": { |
1202 | 1226 | "smithy.api#documentation": "<p>The format version that you want the response to be in.</p>\n <p>Valid values are: <code>aws_v1</code>\n </p>" |
1203 | 1227 | } |
|
1224 | 1248 | "type": "structure", |
1225 | 1249 | "members": { |
1226 | 1250 | "FormatVersion": { |
1227 | | - "target": "com.amazonaws.pricing#String", |
| 1251 | + "target": "com.amazonaws.pricing#FormatVersion", |
1228 | 1252 | "traits": { |
1229 | 1253 | "smithy.api#documentation": "<p>The format version of the response. For example, aws_v1.</p>" |
1230 | 1254 | } |
|
1558 | 1582 | } |
1559 | 1583 | } |
1560 | 1584 | }, |
| 1585 | + "com.amazonaws.pricing#Value": { |
| 1586 | + "type": "string", |
| 1587 | + "traits": { |
| 1588 | + "smithy.api#length": { |
| 1589 | + "min": 1, |
| 1590 | + "max": 1024 |
| 1591 | + } |
| 1592 | + } |
| 1593 | + }, |
1561 | 1594 | "com.amazonaws.pricing#errorMessage": { |
1562 | 1595 | "type": "string" |
1563 | 1596 | } |
|
0 commit comments