snowball-2016-06-30.min.json 22 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027
  1. {
  2. "version": "2.0",
  3. "metadata": {
  4. "apiVersion": "2016-06-30",
  5. "endpointPrefix": "snowball",
  6. "jsonVersion": "1.1",
  7. "protocol": "json",
  8. "serviceAbbreviation": "Amazon Snowball",
  9. "serviceFullName": "Amazon Import/Export Snowball",
  10. "serviceId": "Snowball",
  11. "signatureVersion": "v4",
  12. "targetPrefix": "AWSIESnowballJobManagementService",
  13. "uid": "snowball-2016-06-30"
  14. },
  15. "operations": {
  16. "CancelCluster": {
  17. "input": {
  18. "type": "structure",
  19. "required": [
  20. "ClusterId"
  21. ],
  22. "members": {
  23. "ClusterId": {}
  24. }
  25. },
  26. "output": {
  27. "type": "structure",
  28. "members": {}
  29. }
  30. },
  31. "CancelJob": {
  32. "input": {
  33. "type": "structure",
  34. "required": [
  35. "JobId"
  36. ],
  37. "members": {
  38. "JobId": {}
  39. }
  40. },
  41. "output": {
  42. "type": "structure",
  43. "members": {}
  44. }
  45. },
  46. "CreateAddress": {
  47. "input": {
  48. "type": "structure",
  49. "required": [
  50. "Address"
  51. ],
  52. "members": {
  53. "Address": {
  54. "shape": "S8"
  55. }
  56. }
  57. },
  58. "output": {
  59. "type": "structure",
  60. "members": {
  61. "AddressId": {}
  62. }
  63. }
  64. },
  65. "CreateCluster": {
  66. "input": {
  67. "type": "structure",
  68. "required": [
  69. "JobType",
  70. "AddressId",
  71. "SnowballType",
  72. "ShippingOption"
  73. ],
  74. "members": {
  75. "JobType": {},
  76. "Resources": {
  77. "shape": "Sg"
  78. },
  79. "OnDeviceServiceConfiguration": {
  80. "shape": "Sw"
  81. },
  82. "Description": {},
  83. "AddressId": {},
  84. "KmsKeyARN": {},
  85. "RoleARN": {},
  86. "SnowballType": {},
  87. "ShippingOption": {},
  88. "Notification": {
  89. "shape": "S1a"
  90. },
  91. "ForwardingAddressId": {},
  92. "TaxDocuments": {
  93. "shape": "S1e"
  94. },
  95. "RemoteManagement": {},
  96. "InitialClusterSize": {
  97. "type": "integer"
  98. },
  99. "ForceCreateJobs": {
  100. "type": "boolean"
  101. },
  102. "LongTermPricingIds": {
  103. "type": "list",
  104. "member": {}
  105. },
  106. "SnowballCapacityPreference": {}
  107. }
  108. },
  109. "output": {
  110. "type": "structure",
  111. "members": {
  112. "ClusterId": {},
  113. "JobListEntries": {
  114. "shape": "S1n"
  115. }
  116. }
  117. }
  118. },
  119. "CreateJob": {
  120. "input": {
  121. "type": "structure",
  122. "members": {
  123. "JobType": {},
  124. "Resources": {
  125. "shape": "Sg"
  126. },
  127. "OnDeviceServiceConfiguration": {
  128. "shape": "Sw"
  129. },
  130. "Description": {},
  131. "AddressId": {},
  132. "KmsKeyARN": {},
  133. "RoleARN": {},
  134. "SnowballCapacityPreference": {},
  135. "ShippingOption": {},
  136. "Notification": {
  137. "shape": "S1a"
  138. },
  139. "ClusterId": {},
  140. "SnowballType": {},
  141. "ForwardingAddressId": {},
  142. "TaxDocuments": {
  143. "shape": "S1e"
  144. },
  145. "DeviceConfiguration": {
  146. "shape": "S1r"
  147. },
  148. "RemoteManagement": {},
  149. "LongTermPricingId": {},
  150. "ImpactLevel": {},
  151. "PickupDetails": {
  152. "shape": "S1v"
  153. }
  154. }
  155. },
  156. "output": {
  157. "type": "structure",
  158. "members": {
  159. "JobId": {}
  160. }
  161. }
  162. },
  163. "CreateLongTermPricing": {
  164. "input": {
  165. "type": "structure",
  166. "required": [
  167. "LongTermPricingType",
  168. "SnowballType"
  169. ],
  170. "members": {
  171. "LongTermPricingType": {},
  172. "IsLongTermPricingAutoRenew": {
  173. "type": "boolean"
  174. },
  175. "SnowballType": {}
  176. }
  177. },
  178. "output": {
  179. "type": "structure",
  180. "members": {
  181. "LongTermPricingId": {}
  182. }
  183. }
  184. },
  185. "CreateReturnShippingLabel": {
  186. "input": {
  187. "type": "structure",
  188. "required": [
  189. "JobId"
  190. ],
  191. "members": {
  192. "JobId": {},
  193. "ShippingOption": {}
  194. }
  195. },
  196. "output": {
  197. "type": "structure",
  198. "members": {
  199. "Status": {}
  200. }
  201. }
  202. },
  203. "DescribeAddress": {
  204. "input": {
  205. "type": "structure",
  206. "required": [
  207. "AddressId"
  208. ],
  209. "members": {
  210. "AddressId": {}
  211. }
  212. },
  213. "output": {
  214. "type": "structure",
  215. "members": {
  216. "Address": {
  217. "shape": "S8"
  218. }
  219. }
  220. }
  221. },
  222. "DescribeAddresses": {
  223. "input": {
  224. "type": "structure",
  225. "members": {
  226. "MaxResults": {
  227. "type": "integer"
  228. },
  229. "NextToken": {}
  230. }
  231. },
  232. "output": {
  233. "type": "structure",
  234. "members": {
  235. "Addresses": {
  236. "shape": "S2c"
  237. },
  238. "NextToken": {}
  239. }
  240. }
  241. },
  242. "DescribeCluster": {
  243. "input": {
  244. "type": "structure",
  245. "required": [
  246. "ClusterId"
  247. ],
  248. "members": {
  249. "ClusterId": {}
  250. }
  251. },
  252. "output": {
  253. "type": "structure",
  254. "members": {
  255. "ClusterMetadata": {
  256. "type": "structure",
  257. "members": {
  258. "ClusterId": {},
  259. "Description": {},
  260. "KmsKeyARN": {},
  261. "RoleARN": {},
  262. "ClusterState": {},
  263. "JobType": {},
  264. "SnowballType": {},
  265. "CreationDate": {
  266. "type": "timestamp"
  267. },
  268. "Resources": {
  269. "shape": "Sg"
  270. },
  271. "AddressId": {},
  272. "ShippingOption": {},
  273. "Notification": {
  274. "shape": "S1a"
  275. },
  276. "ForwardingAddressId": {},
  277. "TaxDocuments": {
  278. "shape": "S1e"
  279. },
  280. "OnDeviceServiceConfiguration": {
  281. "shape": "Sw"
  282. }
  283. }
  284. }
  285. }
  286. }
  287. },
  288. "DescribeJob": {
  289. "input": {
  290. "type": "structure",
  291. "required": [
  292. "JobId"
  293. ],
  294. "members": {
  295. "JobId": {}
  296. }
  297. },
  298. "output": {
  299. "type": "structure",
  300. "members": {
  301. "JobMetadata": {
  302. "shape": "S2j"
  303. },
  304. "SubJobMetadata": {
  305. "type": "list",
  306. "member": {
  307. "shape": "S2j"
  308. }
  309. }
  310. }
  311. }
  312. },
  313. "DescribeReturnShippingLabel": {
  314. "input": {
  315. "type": "structure",
  316. "required": [
  317. "JobId"
  318. ],
  319. "members": {
  320. "JobId": {}
  321. }
  322. },
  323. "output": {
  324. "type": "structure",
  325. "members": {
  326. "Status": {},
  327. "ExpirationDate": {
  328. "type": "timestamp"
  329. },
  330. "ReturnShippingLabelURI": {}
  331. }
  332. }
  333. },
  334. "GetJobManifest": {
  335. "input": {
  336. "type": "structure",
  337. "required": [
  338. "JobId"
  339. ],
  340. "members": {
  341. "JobId": {}
  342. }
  343. },
  344. "output": {
  345. "type": "structure",
  346. "members": {
  347. "ManifestURI": {}
  348. }
  349. }
  350. },
  351. "GetJobUnlockCode": {
  352. "input": {
  353. "type": "structure",
  354. "required": [
  355. "JobId"
  356. ],
  357. "members": {
  358. "JobId": {}
  359. }
  360. },
  361. "output": {
  362. "type": "structure",
  363. "members": {
  364. "UnlockCode": {}
  365. }
  366. }
  367. },
  368. "GetSnowballUsage": {
  369. "input": {
  370. "type": "structure",
  371. "members": {}
  372. },
  373. "output": {
  374. "type": "structure",
  375. "members": {
  376. "SnowballLimit": {
  377. "type": "integer"
  378. },
  379. "SnowballsInUse": {
  380. "type": "integer"
  381. }
  382. }
  383. }
  384. },
  385. "GetSoftwareUpdates": {
  386. "input": {
  387. "type": "structure",
  388. "required": [
  389. "JobId"
  390. ],
  391. "members": {
  392. "JobId": {}
  393. }
  394. },
  395. "output": {
  396. "type": "structure",
  397. "members": {
  398. "UpdatesURI": {}
  399. }
  400. }
  401. },
  402. "ListClusterJobs": {
  403. "input": {
  404. "type": "structure",
  405. "required": [
  406. "ClusterId"
  407. ],
  408. "members": {
  409. "ClusterId": {},
  410. "MaxResults": {
  411. "type": "integer"
  412. },
  413. "NextToken": {}
  414. }
  415. },
  416. "output": {
  417. "type": "structure",
  418. "members": {
  419. "JobListEntries": {
  420. "shape": "S1n"
  421. },
  422. "NextToken": {}
  423. }
  424. }
  425. },
  426. "ListClusters": {
  427. "input": {
  428. "type": "structure",
  429. "members": {
  430. "MaxResults": {
  431. "type": "integer"
  432. },
  433. "NextToken": {}
  434. }
  435. },
  436. "output": {
  437. "type": "structure",
  438. "members": {
  439. "ClusterListEntries": {
  440. "type": "list",
  441. "member": {
  442. "type": "structure",
  443. "members": {
  444. "ClusterId": {},
  445. "ClusterState": {},
  446. "CreationDate": {
  447. "type": "timestamp"
  448. },
  449. "Description": {}
  450. }
  451. }
  452. },
  453. "NextToken": {}
  454. }
  455. }
  456. },
  457. "ListCompatibleImages": {
  458. "input": {
  459. "type": "structure",
  460. "members": {
  461. "MaxResults": {
  462. "type": "integer"
  463. },
  464. "NextToken": {}
  465. }
  466. },
  467. "output": {
  468. "type": "structure",
  469. "members": {
  470. "CompatibleImages": {
  471. "type": "list",
  472. "member": {
  473. "type": "structure",
  474. "members": {
  475. "AmiId": {},
  476. "Name": {}
  477. }
  478. }
  479. },
  480. "NextToken": {}
  481. }
  482. }
  483. },
  484. "ListJobs": {
  485. "input": {
  486. "type": "structure",
  487. "members": {
  488. "MaxResults": {
  489. "type": "integer"
  490. },
  491. "NextToken": {}
  492. }
  493. },
  494. "output": {
  495. "type": "structure",
  496. "members": {
  497. "JobListEntries": {
  498. "shape": "S1n"
  499. },
  500. "NextToken": {}
  501. }
  502. }
  503. },
  504. "ListLongTermPricing": {
  505. "input": {
  506. "type": "structure",
  507. "members": {
  508. "MaxResults": {
  509. "type": "integer"
  510. },
  511. "NextToken": {}
  512. }
  513. },
  514. "output": {
  515. "type": "structure",
  516. "members": {
  517. "LongTermPricingEntries": {
  518. "type": "list",
  519. "member": {
  520. "type": "structure",
  521. "members": {
  522. "LongTermPricingId": {},
  523. "LongTermPricingEndDate": {
  524. "type": "timestamp"
  525. },
  526. "LongTermPricingStartDate": {
  527. "type": "timestamp"
  528. },
  529. "LongTermPricingType": {},
  530. "CurrentActiveJob": {},
  531. "ReplacementJob": {},
  532. "IsLongTermPricingAutoRenew": {
  533. "type": "boolean"
  534. },
  535. "LongTermPricingStatus": {},
  536. "SnowballType": {},
  537. "JobIds": {
  538. "type": "list",
  539. "member": {}
  540. }
  541. }
  542. }
  543. },
  544. "NextToken": {}
  545. }
  546. }
  547. },
  548. "ListPickupLocations": {
  549. "input": {
  550. "type": "structure",
  551. "members": {
  552. "MaxResults": {
  553. "type": "integer"
  554. },
  555. "NextToken": {}
  556. }
  557. },
  558. "output": {
  559. "type": "structure",
  560. "members": {
  561. "Addresses": {
  562. "shape": "S2c"
  563. },
  564. "NextToken": {}
  565. }
  566. }
  567. },
  568. "ListServiceVersions": {
  569. "input": {
  570. "type": "structure",
  571. "required": [
  572. "ServiceName"
  573. ],
  574. "members": {
  575. "ServiceName": {},
  576. "DependentServices": {
  577. "shape": "S3m"
  578. },
  579. "MaxResults": {
  580. "type": "integer"
  581. },
  582. "NextToken": {}
  583. }
  584. },
  585. "output": {
  586. "type": "structure",
  587. "required": [
  588. "ServiceVersions",
  589. "ServiceName"
  590. ],
  591. "members": {
  592. "ServiceVersions": {
  593. "type": "list",
  594. "member": {
  595. "shape": "S3o"
  596. }
  597. },
  598. "ServiceName": {},
  599. "DependentServices": {
  600. "shape": "S3m"
  601. },
  602. "NextToken": {}
  603. }
  604. }
  605. },
  606. "UpdateCluster": {
  607. "input": {
  608. "type": "structure",
  609. "required": [
  610. "ClusterId"
  611. ],
  612. "members": {
  613. "ClusterId": {},
  614. "RoleARN": {},
  615. "Description": {},
  616. "Resources": {
  617. "shape": "Sg"
  618. },
  619. "OnDeviceServiceConfiguration": {
  620. "shape": "Sw"
  621. },
  622. "AddressId": {},
  623. "ShippingOption": {},
  624. "Notification": {
  625. "shape": "S1a"
  626. },
  627. "ForwardingAddressId": {}
  628. }
  629. },
  630. "output": {
  631. "type": "structure",
  632. "members": {}
  633. }
  634. },
  635. "UpdateJob": {
  636. "input": {
  637. "type": "structure",
  638. "required": [
  639. "JobId"
  640. ],
  641. "members": {
  642. "JobId": {},
  643. "RoleARN": {},
  644. "Notification": {
  645. "shape": "S1a"
  646. },
  647. "Resources": {
  648. "shape": "Sg"
  649. },
  650. "OnDeviceServiceConfiguration": {
  651. "shape": "Sw"
  652. },
  653. "AddressId": {},
  654. "ShippingOption": {},
  655. "Description": {},
  656. "SnowballCapacityPreference": {},
  657. "ForwardingAddressId": {},
  658. "PickupDetails": {
  659. "shape": "S1v"
  660. }
  661. }
  662. },
  663. "output": {
  664. "type": "structure",
  665. "members": {}
  666. }
  667. },
  668. "UpdateJobShipmentState": {
  669. "input": {
  670. "type": "structure",
  671. "required": [
  672. "JobId",
  673. "ShipmentState"
  674. ],
  675. "members": {
  676. "JobId": {},
  677. "ShipmentState": {}
  678. }
  679. },
  680. "output": {
  681. "type": "structure",
  682. "members": {}
  683. }
  684. },
  685. "UpdateLongTermPricing": {
  686. "input": {
  687. "type": "structure",
  688. "required": [
  689. "LongTermPricingId"
  690. ],
  691. "members": {
  692. "LongTermPricingId": {},
  693. "ReplacementJob": {},
  694. "IsLongTermPricingAutoRenew": {
  695. "type": "boolean"
  696. }
  697. }
  698. },
  699. "output": {
  700. "type": "structure",
  701. "members": {}
  702. }
  703. }
  704. },
  705. "shapes": {
  706. "S8": {
  707. "type": "structure",
  708. "members": {
  709. "AddressId": {},
  710. "Name": {},
  711. "Company": {},
  712. "Street1": {},
  713. "Street2": {},
  714. "Street3": {},
  715. "City": {},
  716. "StateOrProvince": {},
  717. "PrefectureOrDistrict": {},
  718. "Landmark": {},
  719. "Country": {},
  720. "PostalCode": {},
  721. "PhoneNumber": {},
  722. "IsRestricted": {
  723. "type": "boolean"
  724. },
  725. "Type": {}
  726. }
  727. },
  728. "Sg": {
  729. "type": "structure",
  730. "members": {
  731. "S3Resources": {
  732. "type": "list",
  733. "member": {
  734. "type": "structure",
  735. "members": {
  736. "BucketArn": {},
  737. "KeyRange": {
  738. "type": "structure",
  739. "members": {
  740. "BeginMarker": {},
  741. "EndMarker": {}
  742. }
  743. },
  744. "TargetOnDeviceServices": {
  745. "type": "list",
  746. "member": {
  747. "type": "structure",
  748. "members": {
  749. "ServiceName": {},
  750. "TransferOption": {}
  751. }
  752. }
  753. }
  754. }
  755. }
  756. },
  757. "LambdaResources": {
  758. "type": "list",
  759. "member": {
  760. "type": "structure",
  761. "members": {
  762. "LambdaArn": {},
  763. "EventTriggers": {
  764. "type": "list",
  765. "member": {
  766. "type": "structure",
  767. "members": {
  768. "EventResourceARN": {}
  769. }
  770. }
  771. }
  772. }
  773. }
  774. },
  775. "Ec2AmiResources": {
  776. "type": "list",
  777. "member": {
  778. "type": "structure",
  779. "required": [
  780. "AmiId"
  781. ],
  782. "members": {
  783. "AmiId": {},
  784. "SnowballAmiId": {}
  785. }
  786. }
  787. }
  788. }
  789. },
  790. "Sw": {
  791. "type": "structure",
  792. "members": {
  793. "NFSOnDeviceService": {
  794. "type": "structure",
  795. "members": {
  796. "StorageLimit": {
  797. "type": "integer"
  798. },
  799. "StorageUnit": {}
  800. }
  801. },
  802. "TGWOnDeviceService": {
  803. "type": "structure",
  804. "members": {
  805. "StorageLimit": {
  806. "type": "integer"
  807. },
  808. "StorageUnit": {}
  809. }
  810. },
  811. "EKSOnDeviceService": {
  812. "type": "structure",
  813. "members": {
  814. "KubernetesVersion": {},
  815. "EKSAnywhereVersion": {}
  816. }
  817. },
  818. "S3OnDeviceService": {
  819. "type": "structure",
  820. "members": {
  821. "StorageLimit": {
  822. "type": "double"
  823. },
  824. "StorageUnit": {},
  825. "ServiceSize": {
  826. "type": "integer"
  827. },
  828. "FaultTolerance": {
  829. "type": "integer"
  830. }
  831. }
  832. }
  833. }
  834. },
  835. "S1a": {
  836. "type": "structure",
  837. "members": {
  838. "SnsTopicARN": {},
  839. "JobStatesToNotify": {
  840. "type": "list",
  841. "member": {}
  842. },
  843. "NotifyAll": {
  844. "type": "boolean"
  845. },
  846. "DevicePickupSnsTopicARN": {}
  847. }
  848. },
  849. "S1e": {
  850. "type": "structure",
  851. "members": {
  852. "IND": {
  853. "type": "structure",
  854. "members": {
  855. "GSTIN": {}
  856. }
  857. }
  858. }
  859. },
  860. "S1n": {
  861. "type": "list",
  862. "member": {
  863. "type": "structure",
  864. "members": {
  865. "JobId": {},
  866. "JobState": {},
  867. "IsMaster": {
  868. "type": "boolean"
  869. },
  870. "JobType": {},
  871. "SnowballType": {},
  872. "CreationDate": {
  873. "type": "timestamp"
  874. },
  875. "Description": {}
  876. }
  877. }
  878. },
  879. "S1r": {
  880. "type": "structure",
  881. "members": {
  882. "SnowconeDeviceConfiguration": {
  883. "type": "structure",
  884. "members": {
  885. "WirelessConnection": {
  886. "type": "structure",
  887. "members": {
  888. "IsWifiEnabled": {
  889. "type": "boolean"
  890. }
  891. }
  892. }
  893. }
  894. }
  895. }
  896. },
  897. "S1v": {
  898. "type": "structure",
  899. "members": {
  900. "Name": {},
  901. "PhoneNumber": {
  902. "type": "string",
  903. "sensitive": true
  904. },
  905. "Email": {
  906. "type": "string",
  907. "sensitive": true
  908. },
  909. "IdentificationNumber": {},
  910. "IdentificationExpirationDate": {
  911. "type": "timestamp"
  912. },
  913. "IdentificationIssuingOrg": {},
  914. "DevicePickupId": {}
  915. }
  916. },
  917. "S2c": {
  918. "type": "list",
  919. "member": {
  920. "shape": "S8"
  921. }
  922. },
  923. "S2j": {
  924. "type": "structure",
  925. "members": {
  926. "JobId": {},
  927. "JobState": {},
  928. "JobType": {},
  929. "SnowballType": {},
  930. "CreationDate": {
  931. "type": "timestamp"
  932. },
  933. "Resources": {
  934. "shape": "Sg"
  935. },
  936. "Description": {},
  937. "KmsKeyARN": {},
  938. "RoleARN": {},
  939. "AddressId": {},
  940. "ShippingDetails": {
  941. "type": "structure",
  942. "members": {
  943. "ShippingOption": {},
  944. "InboundShipment": {
  945. "shape": "S2l"
  946. },
  947. "OutboundShipment": {
  948. "shape": "S2l"
  949. }
  950. }
  951. },
  952. "SnowballCapacityPreference": {},
  953. "Notification": {
  954. "shape": "S1a"
  955. },
  956. "DataTransferProgress": {
  957. "type": "structure",
  958. "members": {
  959. "BytesTransferred": {
  960. "type": "long"
  961. },
  962. "ObjectsTransferred": {
  963. "type": "long"
  964. },
  965. "TotalBytes": {
  966. "type": "long"
  967. },
  968. "TotalObjects": {
  969. "type": "long"
  970. }
  971. }
  972. },
  973. "JobLogInfo": {
  974. "type": "structure",
  975. "members": {
  976. "JobCompletionReportURI": {},
  977. "JobSuccessLogURI": {},
  978. "JobFailureLogURI": {}
  979. }
  980. },
  981. "ClusterId": {},
  982. "ForwardingAddressId": {},
  983. "TaxDocuments": {
  984. "shape": "S1e"
  985. },
  986. "DeviceConfiguration": {
  987. "shape": "S1r"
  988. },
  989. "RemoteManagement": {},
  990. "LongTermPricingId": {},
  991. "OnDeviceServiceConfiguration": {
  992. "shape": "Sw"
  993. },
  994. "ImpactLevel": {},
  995. "PickupDetails": {
  996. "shape": "S1v"
  997. },
  998. "SnowballId": {}
  999. }
  1000. },
  1001. "S2l": {
  1002. "type": "structure",
  1003. "members": {
  1004. "Status": {},
  1005. "TrackingNumber": {}
  1006. }
  1007. },
  1008. "S3m": {
  1009. "type": "list",
  1010. "member": {
  1011. "type": "structure",
  1012. "members": {
  1013. "ServiceName": {},
  1014. "ServiceVersion": {
  1015. "shape": "S3o"
  1016. }
  1017. }
  1018. }
  1019. },
  1020. "S3o": {
  1021. "type": "structure",
  1022. "members": {
  1023. "Version": {}
  1024. }
  1025. }
  1026. }
  1027. }