|
5 | 5 | "endpointPrefix":"catalog.marketplace",
|
6 | 6 | "jsonVersion":"1.1",
|
7 | 7 | "protocol":"rest-json",
|
| 8 | + "protocols":["rest-json"], |
8 | 9 | "serviceAbbreviation":"AWS Marketplace Catalog",
|
9 | 10 | "serviceFullName":"AWS Marketplace Catalog Service",
|
10 | 11 | "serviceId":"Marketplace Catalog",
|
11 | 12 | "signatureVersion":"v4",
|
12 | 13 | "signingName":"aws-marketplace",
|
13 |
| - "uid":"marketplace-catalog-2018-09-17" |
| 14 | + "uid":"marketplace-catalog-2018-09-17", |
| 15 | + "auth":["aws.auth#sigv4"] |
14 | 16 | },
|
15 | 17 | "operations":{
|
16 | 18 | "BatchDescribeEntities":{
|
|
715 | 717 | },
|
716 | 718 | "DeleteResourcePolicyResponse":{
|
717 | 719 | "type":"structure",
|
718 |
| - "members":{ |
719 |
| - } |
| 720 | + "members":{} |
720 | 721 | },
|
721 | 722 | "DescribeChangeSetRequest":{
|
722 | 723 | "type":"structure",
|
|
848 | 849 | "DataProductSummary":{"shape":"DataProductSummary"},
|
849 | 850 | "SaaSProductSummary":{"shape":"SaaSProductSummary"},
|
850 | 851 | "OfferSummary":{"shape":"OfferSummary"},
|
851 |
| - "ResaleAuthorizationSummary":{"shape":"ResaleAuthorizationSummary"} |
| 852 | + "ResaleAuthorizationSummary":{"shape":"ResaleAuthorizationSummary"}, |
| 853 | + "MachineLearningProductSummary":{"shape":"MachineLearningProductSummary"} |
852 | 854 | }
|
853 | 855 | },
|
854 | 856 | "EntitySummaryList":{
|
|
869 | 871 | "AmiProductFilters":{"shape":"AmiProductFilters"},
|
870 | 872 | "OfferFilters":{"shape":"OfferFilters"},
|
871 | 873 | "ContainerProductFilters":{"shape":"ContainerProductFilters"},
|
872 |
| - "ResaleAuthorizationFilters":{"shape":"ResaleAuthorizationFilters"} |
| 874 | + "ResaleAuthorizationFilters":{"shape":"ResaleAuthorizationFilters"}, |
| 875 | + "MachineLearningProductFilters":{"shape":"MachineLearningProductFilters"} |
873 | 876 | },
|
874 | 877 | "union":true
|
875 | 878 | },
|
|
881 | 884 | "AmiProductSort":{"shape":"AmiProductSort"},
|
882 | 885 | "OfferSort":{"shape":"OfferSort"},
|
883 | 886 | "ContainerProductSort":{"shape":"ContainerProductSort"},
|
884 |
| - "ResaleAuthorizationSort":{"shape":"ResaleAuthorizationSort"} |
| 887 | + "ResaleAuthorizationSort":{"shape":"ResaleAuthorizationSort"}, |
| 888 | + "MachineLearningProductSort":{"shape":"MachineLearningProductSort"} |
885 | 889 | },
|
886 | 890 | "union":true
|
887 | 891 | },
|
|
992 | 996 | },
|
993 | 997 | "JsonDocumentType":{
|
994 | 998 | "type":"structure",
|
995 |
| - "members":{ |
996 |
| - }, |
| 999 | + "members":{}, |
997 | 1000 | "document":true
|
998 | 1001 | },
|
999 | 1002 | "ListChangeSetsMaxResultInteger":{
|
|
1065 | 1068 | "Tags":{"shape":"TagList"}
|
1066 | 1069 | }
|
1067 | 1070 | },
|
| 1071 | + "MachineLearningProductEntityIdFilter":{ |
| 1072 | + "type":"structure", |
| 1073 | + "members":{ |
| 1074 | + "ValueList":{"shape":"MachineLearningProductEntityIdFilterValueList"} |
| 1075 | + } |
| 1076 | + }, |
| 1077 | + "MachineLearningProductEntityIdFilterValueList":{ |
| 1078 | + "type":"list", |
| 1079 | + "member":{"shape":"MachineLearningProductEntityIdString"}, |
| 1080 | + "max":10, |
| 1081 | + "min":1 |
| 1082 | + }, |
| 1083 | + "MachineLearningProductEntityIdString":{ |
| 1084 | + "type":"string", |
| 1085 | + "max":255, |
| 1086 | + "min":1, |
| 1087 | + "pattern":"^[a-zA-Z0-9][.a-zA-Z0-9/-]+[a-zA-Z0-9]$" |
| 1088 | + }, |
| 1089 | + "MachineLearningProductFilters":{ |
| 1090 | + "type":"structure", |
| 1091 | + "members":{ |
| 1092 | + "EntityId":{"shape":"MachineLearningProductEntityIdFilter"}, |
| 1093 | + "LastModifiedDate":{"shape":"MachineLearningProductLastModifiedDateFilter"}, |
| 1094 | + "ProductTitle":{"shape":"MachineLearningProductTitleFilter"}, |
| 1095 | + "Visibility":{"shape":"MachineLearningProductVisibilityFilter"} |
| 1096 | + } |
| 1097 | + }, |
| 1098 | + "MachineLearningProductLastModifiedDateFilter":{ |
| 1099 | + "type":"structure", |
| 1100 | + "members":{ |
| 1101 | + "DateRange":{"shape":"MachineLearningProductLastModifiedDateFilterDateRange"} |
| 1102 | + } |
| 1103 | + }, |
| 1104 | + "MachineLearningProductLastModifiedDateFilterDateRange":{ |
| 1105 | + "type":"structure", |
| 1106 | + "members":{ |
| 1107 | + "AfterValue":{"shape":"DateTimeISO8601"}, |
| 1108 | + "BeforeValue":{"shape":"DateTimeISO8601"} |
| 1109 | + } |
| 1110 | + }, |
| 1111 | + "MachineLearningProductSort":{ |
| 1112 | + "type":"structure", |
| 1113 | + "members":{ |
| 1114 | + "SortBy":{"shape":"MachineLearningProductSortBy"}, |
| 1115 | + "SortOrder":{"shape":"SortOrder"} |
| 1116 | + } |
| 1117 | + }, |
| 1118 | + "MachineLearningProductSortBy":{ |
| 1119 | + "type":"string", |
| 1120 | + "enum":[ |
| 1121 | + "EntityId", |
| 1122 | + "LastModifiedDate", |
| 1123 | + "ProductTitle", |
| 1124 | + "Visibility" |
| 1125 | + ] |
| 1126 | + }, |
| 1127 | + "MachineLearningProductSummary":{ |
| 1128 | + "type":"structure", |
| 1129 | + "members":{ |
| 1130 | + "ProductTitle":{"shape":"MachineLearningProductTitleString"}, |
| 1131 | + "Visibility":{"shape":"MachineLearningProductVisibilityString"} |
| 1132 | + } |
| 1133 | + }, |
| 1134 | + "MachineLearningProductTitleFilter":{ |
| 1135 | + "type":"structure", |
| 1136 | + "members":{ |
| 1137 | + "ValueList":{"shape":"MachineLearningProductTitleFilterValueList"}, |
| 1138 | + "WildCardValue":{"shape":"MachineLearningProductTitleString"} |
| 1139 | + } |
| 1140 | + }, |
| 1141 | + "MachineLearningProductTitleFilterValueList":{ |
| 1142 | + "type":"list", |
| 1143 | + "member":{"shape":"MachineLearningProductTitleString"}, |
| 1144 | + "max":10, |
| 1145 | + "min":1 |
| 1146 | + }, |
| 1147 | + "MachineLearningProductTitleString":{ |
| 1148 | + "type":"string", |
| 1149 | + "max":255, |
| 1150 | + "min":1, |
| 1151 | + "pattern":"^(.)+$" |
| 1152 | + }, |
| 1153 | + "MachineLearningProductVisibilityFilter":{ |
| 1154 | + "type":"structure", |
| 1155 | + "members":{ |
| 1156 | + "ValueList":{"shape":"MachineLearningProductVisibilityFilterValueList"} |
| 1157 | + } |
| 1158 | + }, |
| 1159 | + "MachineLearningProductVisibilityFilterValueList":{ |
| 1160 | + "type":"list", |
| 1161 | + "member":{"shape":"MachineLearningProductVisibilityString"}, |
| 1162 | + "max":10, |
| 1163 | + "min":1 |
| 1164 | + }, |
| 1165 | + "MachineLearningProductVisibilityString":{ |
| 1166 | + "type":"string", |
| 1167 | + "enum":[ |
| 1168 | + "Limited", |
| 1169 | + "Public", |
| 1170 | + "Restricted", |
| 1171 | + "Draft" |
| 1172 | + ] |
| 1173 | + }, |
1068 | 1174 | "NextToken":{
|
1069 | 1175 | "type":"string",
|
1070 | 1176 | "max":2048,
|
|
1323 | 1429 | },
|
1324 | 1430 | "PutResourcePolicyResponse":{
|
1325 | 1431 | "type":"structure",
|
1326 |
| - "members":{ |
1327 |
| - } |
| 1432 | + "members":{} |
1328 | 1433 | },
|
1329 | 1434 | "RequestedChangeList":{
|
1330 | 1435 | "type":"list",
|
|
1923 | 2028 | },
|
1924 | 2029 | "TagResourceResponse":{
|
1925 | 2030 | "type":"structure",
|
1926 |
| - "members":{ |
1927 |
| - } |
| 2031 | + "members":{} |
1928 | 2032 | },
|
1929 | 2033 | "TagValue":{
|
1930 | 2034 | "type":"string",
|
|
1954 | 2058 | },
|
1955 | 2059 | "UntagResourceResponse":{
|
1956 | 2060 | "type":"structure",
|
1957 |
| - "members":{ |
1958 |
| - } |
| 2061 | + "members":{} |
1959 | 2062 | },
|
1960 | 2063 | "ValidationException":{
|
1961 | 2064 | "type":"structure",
|
|
0 commit comments