|
287 | 287 | {"shape":"InvalidNextTokenException"}
|
288 | 288 | ]
|
289 | 289 | },
|
| 290 | + "ListPickupLocations":{ |
| 291 | + "name":"ListPickupLocations", |
| 292 | + "http":{ |
| 293 | + "method":"POST", |
| 294 | + "requestUri":"/" |
| 295 | + }, |
| 296 | + "input":{"shape":"ListPickupLocationsRequest"}, |
| 297 | + "output":{"shape":"ListPickupLocationsResult"}, |
| 298 | + "errors":[ |
| 299 | + {"shape":"InvalidResourceException"} |
| 300 | + ] |
| 301 | + }, |
290 | 302 | "ListServiceVersions":{
|
291 | 303 | "name":"ListServiceVersions",
|
292 | 304 | "http":{
|
|
376 | 388 | "Country":{"shape":"String"},
|
377 | 389 | "PostalCode":{"shape":"String"},
|
378 | 390 | "PhoneNumber":{"shape":"String"},
|
379 |
| - "IsRestricted":{"shape":"Boolean"} |
| 391 | + "IsRestricted":{"shape":"Boolean"}, |
| 392 | + "Type":{"shape":"AddressType"} |
380 | 393 | }
|
381 | 394 | },
|
382 | 395 | "AddressId":{
|
|
389 | 402 | "type":"list",
|
390 | 403 | "member":{"shape":"Address"}
|
391 | 404 | },
|
| 405 | + "AddressType":{ |
| 406 | + "type":"string", |
| 407 | + "enum":[ |
| 408 | + "CUST_PICKUP", |
| 409 | + "AWS_SHIP" |
| 410 | + ] |
| 411 | + }, |
392 | 412 | "AmiId":{
|
393 | 413 | "type":"string",
|
394 | 414 | "max":21,
|
|
562 | 582 | "TaxDocuments":{"shape":"TaxDocuments"},
|
563 | 583 | "DeviceConfiguration":{"shape":"DeviceConfiguration"},
|
564 | 584 | "RemoteManagement":{"shape":"RemoteManagement"},
|
565 |
| - "LongTermPricingId":{"shape":"LongTermPricingId"} |
| 585 | + "LongTermPricingId":{"shape":"LongTermPricingId"}, |
| 586 | + "ImpactLevel":{"shape":"ImpactLevel"}, |
| 587 | + "PickupDetails":{"shape":"PickupDetails"} |
566 | 588 | }
|
567 | 589 | },
|
568 | 590 | "CreateJobResult":{
|
|
573 | 595 | },
|
574 | 596 | "CreateLongTermPricingRequest":{
|
575 | 597 | "type":"structure",
|
576 |
| - "required":["LongTermPricingType"], |
| 598 | + "required":[ |
| 599 | + "LongTermPricingType", |
| 600 | + "SnowballType" |
| 601 | + ], |
577 | 602 | "members":{
|
578 | 603 | "LongTermPricingType":{"shape":"LongTermPricingType"},
|
579 | 604 | "IsLongTermPricingAutoRenew":{"shape":"JavaBoolean"},
|
|
695 | 720 | "SnowconeDeviceConfiguration":{"shape":"SnowconeDeviceConfiguration"}
|
696 | 721 | }
|
697 | 722 | },
|
| 723 | + "DevicePickupId":{ |
| 724 | + "type":"string", |
| 725 | + "max":40, |
| 726 | + "min":40, |
| 727 | + "pattern":"DPID[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}" |
| 728 | + }, |
698 | 729 | "DeviceServiceName":{
|
699 | 730 | "type":"string",
|
700 | 731 | "enum":[
|
|
728 | 759 | },
|
729 | 760 | "exception":true
|
730 | 761 | },
|
| 762 | + "Email":{ |
| 763 | + "type":"string", |
| 764 | + "max":320, |
| 765 | + "min":3, |
| 766 | + "pattern":"^(?=.{3,100}$).+@.+[.].+$", |
| 767 | + "sensitive":true |
| 768 | + }, |
731 | 769 | "EventTriggerDefinition":{
|
732 | 770 | "type":"structure",
|
733 | 771 | "members":{
|
|
801 | 839 | "GSTIN":{"shape":"GSTIN"}
|
802 | 840 | }
|
803 | 841 | },
|
| 842 | + "ImpactLevel":{ |
| 843 | + "type":"string", |
| 844 | + "enum":[ |
| 845 | + "IL2", |
| 846 | + "IL4", |
| 847 | + "IL5", |
| 848 | + "IL6", |
| 849 | + "IL99" |
| 850 | + ] |
| 851 | + }, |
804 | 852 | "InitialClusterSize":{
|
805 | 853 | "type":"integer",
|
806 | 854 | "max":16,
|
|
898 | 946 | "DeviceConfiguration":{"shape":"DeviceConfiguration"},
|
899 | 947 | "RemoteManagement":{"shape":"RemoteManagement"},
|
900 | 948 | "LongTermPricingId":{"shape":"LongTermPricingId"},
|
901 |
| - "OnDeviceServiceConfiguration":{"shape":"OnDeviceServiceConfiguration"} |
| 949 | + "OnDeviceServiceConfiguration":{"shape":"OnDeviceServiceConfiguration"}, |
| 950 | + "ImpactLevel":{"shape":"ImpactLevel"}, |
| 951 | + "PickupDetails":{"shape":"PickupDetails"}, |
| 952 | + "SnowballId":{"shape":"String"} |
902 | 953 | }
|
903 | 954 | },
|
904 | 955 | "JobMetadataList":{
|
|
1050 | 1101 | "NextToken":{"shape":"String"}
|
1051 | 1102 | }
|
1052 | 1103 | },
|
| 1104 | + "ListPickupLocationsRequest":{ |
| 1105 | + "type":"structure", |
| 1106 | + "members":{ |
| 1107 | + "MaxResults":{"shape":"ListLimit"}, |
| 1108 | + "NextToken":{"shape":"String"} |
| 1109 | + } |
| 1110 | + }, |
| 1111 | + "ListPickupLocationsResult":{ |
| 1112 | + "type":"structure", |
| 1113 | + "members":{ |
| 1114 | + "Addresses":{"shape":"AddressList"}, |
| 1115 | + "NextToken":{"shape":"String"} |
| 1116 | + } |
| 1117 | + }, |
1053 | 1118 | "ListServiceVersionsRequest":{
|
1054 | 1119 | "type":"structure",
|
1055 | 1120 | "required":["ServiceName"],
|
|
1132 | 1197 | "members":{
|
1133 | 1198 | "SnsTopicARN":{"shape":"SnsTopicARN"},
|
1134 | 1199 | "JobStatesToNotify":{"shape":"JobStateList"},
|
1135 |
| - "NotifyAll":{"shape":"Boolean"} |
| 1200 | + "NotifyAll":{"shape":"Boolean"}, |
| 1201 | + "DevicePickupSnsTopicARN":{"shape":"SnsTopicARN"} |
1136 | 1202 | }
|
1137 | 1203 | },
|
1138 | 1204 | "OnDeviceServiceConfiguration":{
|
|
1144 | 1210 | "S3OnDeviceService":{"shape":"S3OnDeviceServiceConfiguration"}
|
1145 | 1211 | }
|
1146 | 1212 | },
|
| 1213 | + "PhoneNumber":{ |
| 1214 | + "type":"string", |
| 1215 | + "max":30, |
| 1216 | + "min":7, |
| 1217 | + "pattern":"^\\s*(?:\\+?(\\d{1,3}))?[-. (]*(\\d{3})[-. )]*(\\d{3})[-. ]*(\\d{4})(?: *x(\\d+))?\\s*$", |
| 1218 | + "sensitive":true |
| 1219 | + }, |
| 1220 | + "PickupDetails":{ |
| 1221 | + "type":"structure", |
| 1222 | + "members":{ |
| 1223 | + "Name":{"shape":"String"}, |
| 1224 | + "PhoneNumber":{"shape":"PhoneNumber"}, |
| 1225 | + "Email":{"shape":"Email"}, |
| 1226 | + "IdentificationNumber":{"shape":"String"}, |
| 1227 | + "IdentificationExpirationDate":{"shape":"Timestamp"}, |
| 1228 | + "IdentificationIssuingOrg":{"shape":"String"}, |
| 1229 | + "DevicePickupId":{"shape":"DevicePickupId"} |
| 1230 | + } |
| 1231 | + }, |
1147 | 1232 | "RemoteManagement":{
|
1148 | 1233 | "type":"string",
|
1149 | 1234 | "enum":[
|
1150 | 1235 | "INSTALLED_ONLY",
|
1151 |
| - "INSTALLED_AUTOSTART" |
| 1236 | + "INSTALLED_AUTOSTART", |
| 1237 | + "NOT_INSTALLED" |
1152 | 1238 | ]
|
1153 | 1239 | },
|
1154 | 1240 | "ResourceARN":{
|
|
1267 | 1353 | "T14",
|
1268 | 1354 | "T32",
|
1269 | 1355 | "NoPreference",
|
1270 |
| - "T240" |
| 1356 | + "T240", |
| 1357 | + "T13" |
1271 | 1358 | ]
|
1272 | 1359 | },
|
1273 | 1360 | "SnowballType":{
|
|
1281 | 1368 | "SNC1_HDD",
|
1282 | 1369 | "SNC1_SSD",
|
1283 | 1370 | "V3_5C",
|
1284 |
| - "V3_5S" |
| 1371 | + "V3_5S", |
| 1372 | + "RACK_5U_C" |
1285 | 1373 | ]
|
1286 | 1374 | },
|
1287 | 1375 | "SnowconeDeviceConfiguration":{
|
|
1382 | 1470 | "ShippingOption":{"shape":"ShippingOption"},
|
1383 | 1471 | "Description":{"shape":"String"},
|
1384 | 1472 | "SnowballCapacityPreference":{"shape":"SnowballCapacity"},
|
1385 |
| - "ForwardingAddressId":{"shape":"AddressId"} |
| 1473 | + "ForwardingAddressId":{"shape":"AddressId"}, |
| 1474 | + "PickupDetails":{"shape":"PickupDetails"} |
1386 | 1475 | }
|
1387 | 1476 | },
|
1388 | 1477 | "UpdateJobResult":{
|
|
0 commit comments