1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381 |
- {
- "version": "1.0",
- "examples": {
- "ActivateGateway": [
- {
- "input": {
- "ActivationKey": "29AV1-3OFV9-VVIUB-NKT0I-LRO6V",
- "GatewayName": "My_Gateway",
- "GatewayRegion": "us-east-1",
- "GatewayTimezone": "GMT-12:00",
- "GatewayType": "STORED",
- "MediumChangerType": "AWS-Gateway-VTL",
- "TapeDriveType": "IBM-ULT3580-TD5"
- },
- "output": {
- "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-11A2222B"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "Activates the gateway you previously deployed on your host.",
- "id": "to-activate-the-gateway-1471281611207",
- "title": "To activate the gateway"
- }
- ],
- "AddCache": [
- {
- "input": {
- "DiskIds": [
- "pci-0000:03:00.0-scsi-0:0:0:0",
- "pci-0000:03:00.0-scsi-0:0:1:0"
- ],
- "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B"
- },
- "output": {
- "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "The following example shows a request that activates a gateway-stored volume.",
- "id": "to-add-a-cache-1471043606854",
- "title": "To add a cache"
- }
- ],
- "AddTagsToResource": [
- {
- "input": {
- "ResourceARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-11A2222B",
- "Tags": [
- {
- "Key": "Dev Gatgeway Region",
- "Value": "East Coast"
- }
- ]
- },
- "output": {
- "ResourceARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-11A2222B"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "Adds one or more tags to the specified resource.",
- "id": "to-add-tags-to-resource-1471283689460",
- "title": "To add tags to resource"
- }
- ],
- "AddUploadBuffer": [
- {
- "input": {
- "DiskIds": [
- "pci-0000:03:00.0-scsi-0:0:0:0",
- "pci-0000:03:00.0-scsi-0:0:1:0"
- ],
- "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B"
- },
- "output": {
- "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "Configures one or more gateway local disks as upload buffer for a specified gateway.",
- "id": "to-add-upload-buffer-on-local-disk-1471293902847",
- "title": "To add upload buffer on local disk"
- }
- ],
- "AddWorkingStorage": [
- {
- "input": {
- "DiskIds": [
- "pci-0000:03:00.0-scsi-0:0:0:0",
- "pci-0000:03:00.0-scsi-0:0:1:0"
- ],
- "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B"
- },
- "output": {
- "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "Configures one or more gateway local disks as working storage for a gateway. (Working storage is also referred to as upload buffer.)",
- "id": "to-add-storage-on-local-disk-1471294305401",
- "title": "To add storage on local disk"
- }
- ],
- "CancelArchival": [
- {
- "input": {
- "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B",
- "TapeARN": "arn:aws:storagegateway:us-east-1:999999999999:tape/AMZN01A2A4"
- },
- "output": {
- "TapeARN": "arn:aws:storagegateway:us-east-1:999999999999:tape/AMZN01A2A4"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "Cancels archiving of a virtual tape to the virtual tape shelf (VTS) after the archiving process is initiated.",
- "id": "to-cancel-virtual-tape-archiving-1471294865203",
- "title": "To cancel virtual tape archiving"
- }
- ],
- "CancelRetrieval": [
- {
- "input": {
- "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B",
- "TapeARN": "arn:aws:storagegateway:us-east-1:999999999999:tape/AMZN01A2A4"
- },
- "output": {
- "TapeARN": "arn:aws:storagegateway:us-east-1:999999999999:tape/AMZN01A2A4"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "Cancels retrieval of a virtual tape from the virtual tape shelf (VTS) to a gateway after the retrieval process is initiated.",
- "id": "to-cancel-virtual-tape-retrieval-1471295704491",
- "title": "To cancel virtual tape retrieval"
- }
- ],
- "CreateCachediSCSIVolume": [
- {
- "input": {
- "ClientToken": "cachedvol112233",
- "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B",
- "NetworkInterfaceId": "10.1.1.1",
- "SnapshotId": "snap-f47b7b94",
- "TargetName": "my-volume",
- "VolumeSizeInBytes": 536870912000
- },
- "output": {
- "TargetARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon:myvolume",
- "VolumeARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/volume/vol-1122AABB"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "Creates a cached volume on a specified cached gateway.",
- "id": "to-create-a-cached-iscsi-volume-1471296661787",
- "title": "To create a cached iSCSI volume"
- }
- ],
- "CreateSnapshot": [
- {
- "input": {
- "SnapshotDescription": "My root volume snapshot as of 10/03/2017",
- "VolumeARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/volume/vol-1122AABB"
- },
- "output": {
- "SnapshotId": "snap-78e22663",
- "VolumeARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/volume/vol-1122AABB"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "Initiates an ad-hoc snapshot of a gateway volume.",
- "id": "to-create-a-snapshot-of-a-gateway-volume-1471301469561",
- "title": "To create a snapshot of a gateway volume"
- }
- ],
- "CreateSnapshotFromVolumeRecoveryPoint": [
- {
- "input": {
- "SnapshotDescription": "My root volume snapshot as of 2017-06-30T10:10:10.000Z",
- "VolumeARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/volume/vol-1122AABB"
- },
- "output": {
- "SnapshotId": "snap-78e22663",
- "VolumeARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/volume/vol-1122AABB",
- "VolumeRecoveryPointTime": "2017-06-30T10:10:10.000Z"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "Initiates a snapshot of a gateway from a volume recovery point.",
- "id": "to-create-a-snapshot-of-a-gateway-volume-1471301469561",
- "title": "To create a snapshot of a gateway volume"
- }
- ],
- "CreateStorediSCSIVolume": [
- {
- "input": {
- "DiskId": "pci-0000:03:00.0-scsi-0:0:0:0",
- "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B",
- "NetworkInterfaceId": "10.1.1.1",
- "PreserveExistingData": true,
- "SnapshotId": "snap-f47b7b94",
- "TargetName": "my-volume"
- },
- "output": {
- "TargetARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon:myvolume",
- "VolumeARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/volume/vol-1122AABB",
- "VolumeSizeInBytes": 1099511627776
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "Creates a stored volume on a specified stored gateway.",
- "id": "to-create-a-stored-iscsi-volume-1471367662813",
- "title": "To create a stored iSCSI volume"
- }
- ],
- "CreateTapeWithBarcode": [
- {
- "input": {
- "GatewayARN": "arn:aws:storagegateway:us-east-1:999999999999:gateway/sgw-12A3456B",
- "TapeBarcode": "TEST12345",
- "TapeSizeInBytes": 107374182400
- },
- "output": {
- "TapeARN": "arn:aws:storagegateway:us-east-1:999999999999:tape/TEST12345"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "Creates a virtual tape by using your own barcode.",
- "id": "to-create-a-virtual-tape-using-a-barcode-1471371842452",
- "title": "To create a virtual tape using a barcode"
- }
- ],
- "CreateTapes": [
- {
- "input": {
- "ClientToken": "77777",
- "GatewayARN": "arn:aws:storagegateway:us-east-1:999999999999:gateway/sgw-12A3456B",
- "NumTapesToCreate": 3,
- "TapeBarcodePrefix": "TEST",
- "TapeSizeInBytes": 107374182400
- },
- "output": {
- "TapeARNs": [
- "arn:aws:storagegateway:us-east-1:999999999999:tape/TEST38A29D",
- "arn:aws:storagegateway:us-east-1:204469490176:tape/TEST3AA29F",
- "arn:aws:storagegateway:us-east-1:204469490176:tape/TEST3BA29E"
- ]
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "Creates one or more virtual tapes.",
- "id": "to-create-a-virtual-tape-1471372061659",
- "title": "To create a virtual tape"
- }
- ],
- "DeleteBandwidthRateLimit": [
- {
- "input": {
- "BandwidthType": "All",
- "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B"
- },
- "output": {
- "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "Deletes the bandwidth rate limits of a gateway; either the upload or download limit, or both.",
- "id": "to-delete-bandwidth-rate-limits-of-gateway-1471373225520",
- "title": "To delete bandwidth rate limits of gateway"
- }
- ],
- "DeleteChapCredentials": [
- {
- "input": {
- "InitiatorName": "iqn.1991-05.com.microsoft:computername.domain.example.com",
- "TargetARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon:myvolume"
- },
- "output": {
- "InitiatorName": "iqn.1991-05.com.microsoft:computername.domain.example.com",
- "TargetARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon:myvolume"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "Deletes Challenge-Handshake Authentication Protocol (CHAP) credentials for a specified iSCSI target and initiator pair.",
- "id": "to-delete-chap-credentials-1471375025612",
- "title": "To delete CHAP credentials"
- }
- ],
- "DeleteGateway": [
- {
- "input": {
- "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B"
- },
- "output": {
- "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "This operation deletes the gateway, but not the gateway's VM from the host computer.",
- "id": "to-delete-a-gatgeway-1471381697333",
- "title": "To delete a gatgeway"
- }
- ],
- "DeleteSnapshotSchedule": [
- {
- "input": {
- "VolumeARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/volume/vol-1122AABB"
- },
- "output": {
- "VolumeARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/volume/vol-1122AABB"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "This action enables you to delete a snapshot schedule for a volume.",
- "id": "to-delete-a-snapshot-of-a-volume-1471382234377",
- "title": "To delete a snapshot of a volume"
- }
- ],
- "DeleteTape": [
- {
- "input": {
- "GatewayARN": "arn:aws:storagegateway:us-east-1:204469490176:gateway/sgw-12A3456B",
- "TapeARN": "arn:aws:storagegateway:us-east-1:204469490176:tape/TEST05A2A0"
- },
- "output": {
- "TapeARN": "arn:aws:storagegateway:us-east-1:204469490176:tape/TEST05A2A0"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "This example deletes the specified virtual tape.",
- "id": "to-delete-a-virtual-tape-1471382444157",
- "title": "To delete a virtual tape"
- }
- ],
- "DeleteTapeArchive": [
- {
- "input": {
- "TapeARN": "arn:aws:storagegateway:us-east-1:204469490176:tape/TEST05A2A0"
- },
- "output": {
- "TapeARN": "arn:aws:storagegateway:us-east-1:204469490176:tape/TEST05A2A0"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "Deletes the specified virtual tape from the virtual tape shelf (VTS).",
- "id": "to-delete-a-virtual-tape-from-the-shelf-vts-1471383964329",
- "title": "To delete a virtual tape from the shelf (VTS)"
- }
- ],
- "DeleteVolume": [
- {
- "input": {
- "VolumeARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/volume/vol-1122AABB"
- },
- "output": {
- "VolumeARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/volume/vol-1122AABB"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "Deletes the specified gateway volume that you previously created using the CreateCachediSCSIVolume or CreateStorediSCSIVolume API.",
- "id": "to-delete-a-gateway-volume-1471384418416",
- "title": "To delete a gateway volume"
- }
- ],
- "DescribeBandwidthRateLimit": [
- {
- "input": {
- "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B"
- },
- "output": {
- "AverageDownloadRateLimitInBitsPerSec": 204800,
- "AverageUploadRateLimitInBitsPerSec": 102400,
- "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "Returns a value for a bandwidth rate limit if set. If not set, then only the gateway ARN is returned.",
- "id": "to-describe-the-bandwidth-rate-limits-of-a-gateway-1471384826404",
- "title": "To describe the bandwidth rate limits of a gateway"
- }
- ],
- "DescribeCache": [
- {
- "input": {
- "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B"
- },
- "output": {
- "CacheAllocatedInBytes": 2199023255552,
- "CacheDirtyPercentage": 0.07,
- "CacheHitPercentage": 99.68,
- "CacheMissPercentage": 0.32,
- "CacheUsedPercentage": 0.07,
- "DiskIds": [
- "pci-0000:03:00.0-scsi-0:0:0:0",
- "pci-0000:04:00.0-scsi-0:1:0:0"
- ],
- "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "Returns information about the cache of a gateway.",
- "id": "to-describe-cache-information-1471385756036",
- "title": "To describe cache information"
- }
- ],
- "DescribeCachediSCSIVolumes": [
- {
- "input": {
- "VolumeARNs": [
- "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/volume/vol-1122AABB"
- ]
- },
- "output": {
- "CachediSCSIVolumes": [
- {
- "VolumeARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/volume/vol-1122AABB",
- "VolumeId": "vol-1122AABB",
- "VolumeSizeInBytes": 1099511627776,
- "VolumeStatus": "AVAILABLE",
- "VolumeType": "CACHED iSCSI",
- "VolumeiSCSIAttributes": {
- "ChapEnabled": true,
- "LunNumber": 1,
- "NetworkInterfaceId": "10.243.43.207",
- "NetworkInterfacePort": 3260,
- "TargetARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon:myvolume"
- }
- }
- ]
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "Returns a description of the gateway cached iSCSI volumes specified in the request.",
- "id": "to-describe-gateway-cached-iscsi-volumes-1471458094649",
- "title": "To describe gateway cached iSCSI volumes"
- }
- ],
- "DescribeChapCredentials": [
- {
- "input": {
- "TargetARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon:myvolume"
- },
- "output": {
- "ChapCredentials": [
- {
- "InitiatorName": "iqn.1991-05.com.microsoft:computername.domain.example.com",
- "SecretToAuthenticateInitiator": "111111111111",
- "SecretToAuthenticateTarget": "222222222222",
- "TargetARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon:myvolume"
- }
- ]
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "Returns an array of Challenge-Handshake Authentication Protocol (CHAP) credentials information for a specified iSCSI target, one for each target-initiator pair.",
- "id": "to-describe-chap-credetnitals-for-an-iscsi-1471467462967",
- "title": "To describe CHAP credetnitals for an iSCSI"
- }
- ],
- "DescribeGatewayInformation": [
- {
- "input": {
- "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B"
- },
- "output": {
- "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B",
- "GatewayId": "sgw-AABB1122",
- "GatewayName": "My_Gateway",
- "GatewayNetworkInterfaces": [
- {
- "Ipv4Address": "10.35.69.216"
- }
- ],
- "GatewayState": "STATE_RUNNING",
- "GatewayTimezone": "GMT-8:00",
- "GatewayType": "STORED",
- "LastSoftwareUpdate": "2016-01-02T16:00:00",
- "NextUpdateAvailabilityDate": "2017-01-02T16:00:00"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "Returns metadata about a gateway such as its name, network interfaces, configured time zone, and the state (whether the gateway is running or not).",
- "id": "to-describe-metadata-about-the-gateway-1471467849079",
- "title": "To describe metadata about the gateway"
- }
- ],
- "DescribeMaintenanceStartTime": [
- {
- "input": {
- "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B"
- },
- "output": {
- "DayOfWeek": 2,
- "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B",
- "HourOfDay": 15,
- "MinuteOfHour": 35,
- "Timezone": "GMT+7:00"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "Returns your gateway's weekly maintenance start time including the day and time of the week.",
- "id": "to-describe-gateways-maintenance-start-time-1471470727387",
- "title": "To describe gateway's maintenance start time"
- }
- ],
- "DescribeSnapshotSchedule": [
- {
- "input": {
- "VolumeARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/volume/vol-1122AABB"
- },
- "output": {
- "Description": "sgw-AABB1122:vol-AABB1122:Schedule",
- "RecurrenceInHours": 24,
- "StartAt": 6,
- "Timezone": "GMT+7:00",
- "VolumeARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/volume/vol-1122AABB"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "Describes the snapshot schedule for the specified gateway volume including intervals at which snapshots are automatically initiated.",
- "id": "to-describe-snapshot-schedule-for-gateway-volume-1471471139538",
- "title": "To describe snapshot schedule for gateway volume"
- }
- ],
- "DescribeStorediSCSIVolumes": [
- {
- "input": {
- "VolumeARNs": [
- "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/volume/vol-1122AABB"
- ]
- },
- "output": {
- "StorediSCSIVolumes": [
- {
- "PreservedExistingData": false,
- "VolumeARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/volume/vol-1122AABB",
- "VolumeDiskId": "pci-0000:03:00.0-scsi-0:0:0:0",
- "VolumeId": "vol-1122AABB",
- "VolumeProgress": 23.7,
- "VolumeSizeInBytes": 1099511627776,
- "VolumeStatus": "BOOTSTRAPPING",
- "VolumeiSCSIAttributes": {
- "ChapEnabled": true,
- "NetworkInterfaceId": "10.243.43.207",
- "NetworkInterfacePort": 3260,
- "TargetARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon:myvolume"
- }
- }
- ]
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "Returns the description of the gateway volumes specified in the request belonging to the same gateway.",
- "id": "to-describe-the-volumes-of-a-gateway-1471472640660",
- "title": "To describe the volumes of a gateway"
- }
- ],
- "DescribeTapeArchives": [
- {
- "input": {
- "Limit": 123,
- "Marker": "1",
- "TapeARNs": [
- "arn:aws:storagegateway:us-east-1:999999999999:tape/AM08A1AD",
- "arn:aws:storagegateway:us-east-1:999999999999:tape/AMZN01A2A4"
- ]
- },
- "output": {
- "Marker": "1",
- "TapeArchives": [
- {
- "CompletionTime": "2016-12-16T13:50Z",
- "TapeARN": "arn:aws:storagegateway:us-east-1:999999999:tape/AM08A1AD",
- "TapeBarcode": "AM08A1AD",
- "TapeSizeInBytes": 107374182400,
- "TapeStatus": "ARCHIVED"
- },
- {
- "CompletionTime": "2016-12-16T13:59Z",
- "TapeARN": "arn:aws:storagegateway:us-east-1:999999999:tape/AMZN01A2A4",
- "TapeBarcode": "AMZN01A2A4",
- "TapeSizeInBytes": 429496729600,
- "TapeStatus": "ARCHIVED"
- }
- ]
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "Returns a description of specified virtual tapes in the virtual tape shelf (VTS).",
- "id": "to-describe-virtual-tapes-in-the-vts-1471473188198",
- "title": "To describe virtual tapes in the VTS"
- }
- ],
- "DescribeTapeRecoveryPoints": [
- {
- "input": {
- "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B",
- "Limit": 1,
- "Marker": "1"
- },
- "output": {
- "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B",
- "Marker": "1",
- "TapeRecoveryPointInfos": [
- {
- "TapeARN": "arn:aws:storagegateway:us-east-1:999999999:tape/AMZN01A2A4",
- "TapeRecoveryPointTime": "2016-12-16T13:50Z",
- "TapeSizeInBytes": 1471550497,
- "TapeStatus": "AVAILABLE"
- }
- ]
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "Returns a list of virtual tape recovery points that are available for the specified gateway-VTL.",
- "id": "to-describe-virtual-tape-recovery-points-1471542042026",
- "title": "To describe virtual tape recovery points"
- }
- ],
- "DescribeTapes": [
- {
- "input": {
- "GatewayARN": "arn:aws:storagegateway:us-east-1:999999999999:gateway/sgw-12A3456B",
- "Limit": 2,
- "Marker": "1",
- "TapeARNs": [
- "arn:aws:storagegateway:us-east-1:999999999999:tape/TEST04A2A1",
- "arn:aws:storagegateway:us-east-1:999999999999:tape/TEST05A2A0"
- ]
- },
- "output": {
- "Marker": "1",
- "Tapes": [
- {
- "TapeARN": "arn:aws:storagegateway:us-east-1:999999999999:tape/TEST04A2A1",
- "TapeBarcode": "TEST04A2A1",
- "TapeSizeInBytes": 107374182400,
- "TapeStatus": "AVAILABLE"
- },
- {
- "TapeARN": "arn:aws:storagegateway:us-east-1:999999999999:tape/TEST05A2A0",
- "TapeBarcode": "TEST05A2A0",
- "TapeSizeInBytes": 107374182400,
- "TapeStatus": "AVAILABLE"
- }
- ]
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "Returns a description of the specified Amazon Resource Name (ARN) of virtual tapes. If a TapeARN is not specified, returns a description of all virtual tapes.",
- "id": "to-describe-virtual-tapes-associated-with-gateway-1471629287727",
- "title": "To describe virtual tape(s) associated with gateway"
- }
- ],
- "DescribeUploadBuffer": [
- {
- "input": {
- "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B"
- },
- "output": {
- "DiskIds": [
- "pci-0000:03:00.0-scsi-0:0:0:0",
- "pci-0000:04:00.0-scsi-0:1:0:0"
- ],
- "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B",
- "UploadBufferAllocatedInBytes": 0,
- "UploadBufferUsedInBytes": 161061273600
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "Returns information about the upload buffer of a gateway including disk IDs and the amount of upload buffer space allocated/used.",
- "id": "to-describe-upload-buffer-of-gateway-1471631099003",
- "title": "To describe upload buffer of gateway"
- },
- {
- "input": {
- "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B"
- },
- "output": {
- "DiskIds": [
- "pci-0000:03:00.0-scsi-0:0:0:0",
- "pci-0000:04:00.0-scsi-0:1:0:0"
- ],
- "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B",
- "UploadBufferAllocatedInBytes": 161061273600,
- "UploadBufferUsedInBytes": 0
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "Returns information about the upload buffer of a gateway including disk IDs and the amount of upload buffer space allocated and used.",
- "id": "to-describe-upload-buffer-of-a-gateway--1471904566370",
- "title": "To describe upload buffer of a gateway"
- }
- ],
- "DescribeVTLDevices": [
- {
- "input": {
- "GatewayARN": "arn:aws:storagegateway:us-east-1:999999999999:gateway/sgw-12A3456B",
- "Limit": 123,
- "Marker": "1",
- "VTLDeviceARNs": [
- ]
- },
- "output": {
- "GatewayARN": "arn:aws:storagegateway:us-east-1:999999999999:gateway/sgw-12A3456B",
- "Marker": "1",
- "VTLDevices": [
- {
- "DeviceiSCSIAttributes": {
- "ChapEnabled": false,
- "NetworkInterfaceId": "10.243.43.207",
- "NetworkInterfacePort": 3260,
- "TargetARN": "arn:aws:storagegateway:us-east-1:999999999999:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon:sgw-1fad4876-mediachanger"
- },
- "VTLDeviceARN": "arn:aws:storagegateway:us-east-1:999999999999:gateway/sgw-12A3456B/device/AMZN_SGW-1FAD4876_MEDIACHANGER_00001",
- "VTLDeviceProductIdentifier": "L700",
- "VTLDeviceType": "Medium Changer",
- "VTLDeviceVendor": "STK"
- },
- {
- "DeviceiSCSIAttributes": {
- "ChapEnabled": false,
- "NetworkInterfaceId": "10.243.43.209",
- "NetworkInterfacePort": 3260,
- "TargetARN": "arn:aws:storagegateway:us-east-1:999999999999:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon:sgw-1fad4876-tapedrive-01"
- },
- "VTLDeviceARN": "arn:aws:storagegateway:us-east-1:999999999999:gateway/sgw-12A3456B/device/AMZN_SGW-1FAD4876_TAPEDRIVE_00001",
- "VTLDeviceProductIdentifier": "ULT3580-TD5",
- "VTLDeviceType": "Tape Drive",
- "VTLDeviceVendor": "IBM"
- },
- {
- "DeviceiSCSIAttributes": {
- "ChapEnabled": false,
- "NetworkInterfaceId": "10.243.43.209",
- "NetworkInterfacePort": 3260,
- "TargetARN": "arn:aws:storagegateway:us-east-1:999999999999:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon:sgw-1fad4876-tapedrive-02"
- },
- "VTLDeviceARN": "arn:aws:storagegateway:us-east-1:999999999999:gateway/sgw-12A3456B/device/AMZN_SGW-1FAD4876_TAPEDRIVE_00002",
- "VTLDeviceProductIdentifier": "ULT3580-TD5",
- "VTLDeviceType": "Tape Drive",
- "VTLDeviceVendor": "IBM"
- }
- ]
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "Returns a description of virtual tape library (VTL) devices for the specified gateway.",
- "id": "to-describe-virtual-tape-library-vtl-devices-of-a-single-gateway-1471906071410",
- "title": "To describe virtual tape library (VTL) devices of a single gateway"
- }
- ],
- "DescribeWorkingStorage": [
- {
- "input": {
- "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B"
- },
- "output": {
- "DiskIds": [
- "pci-0000:03:00.0-scsi-0:0:0:0",
- "pci-0000:03:00.0-scsi-0:0:1:0"
- ],
- "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B",
- "WorkingStorageAllocatedInBytes": 2199023255552,
- "WorkingStorageUsedInBytes": 789207040
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "This operation is supported only for the gateway-stored volume architecture. This operation is deprecated in cached-volumes API version (20120630). Use DescribeUploadBuffer instead.",
- "id": "to-describe-the-working-storage-of-a-gateway-depreciated-1472070842332",
- "title": "To describe the working storage of a gateway [Depreciated]"
- }
- ],
- "DisableGateway": [
- {
- "input": {
- "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B"
- },
- "output": {
- "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "Disables a gateway when the gateway is no longer functioning. Use this operation for a gateway-VTL that is not reachable or not functioning.",
- "id": "to-disable-a-gateway-when-it-is-no-longer-functioning-1472076046936",
- "title": "To disable a gateway when it is no longer functioning"
- }
- ],
- "ListGateways": [
- {
- "input": {
- "Limit": 2,
- "Marker": "1"
- },
- "output": {
- "Gateways": [
- {
- "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B"
- },
- {
- "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-23A4567C"
- }
- ],
- "Marker": "1"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "Lists gateways owned by an AWS account in a specified region as requested. Results are sorted by gateway ARN up to a maximum of 100 gateways.",
- "id": "to-lists-region-specific-gateways-per-aws-account-1472077860657",
- "title": "To lists region specific gateways per AWS account"
- }
- ],
- "ListLocalDisks": [
- {
- "input": {
- "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B"
- },
- "output": {
- "Disks": [
- {
- "DiskAllocationType": "CACHE_STORAGE",
- "DiskId": "pci-0000:03:00.0-scsi-0:0:0:0",
- "DiskNode": "SCSI(0:0)",
- "DiskPath": "/dev/sda",
- "DiskSizeInBytes": 1099511627776,
- "DiskStatus": "missing"
- },
- {
- "DiskAllocationResource": "",
- "DiskAllocationType": "UPLOAD_BUFFER",
- "DiskId": "pci-0000:03:00.0-scsi-0:0:1:0",
- "DiskNode": "SCSI(0:1)",
- "DiskPath": "/dev/sdb",
- "DiskSizeInBytes": 1099511627776,
- "DiskStatus": "present"
- }
- ],
- "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "The request returns a list of all disks, specifying which are configured as working storage, cache storage, or stored volume or not configured at all.",
- "id": "to-list-the-gateways-local-disks-1472079564618",
- "title": "To list the gateway's local disks"
- }
- ],
- "ListTagsForResource": [
- {
- "input": {
- "Limit": 1,
- "Marker": "1",
- "ResourceARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-11A2222B"
- },
- "output": {
- "Marker": "1",
- "ResourceARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-11A2222B",
- "Tags": [
- {
- "Key": "Dev Gatgeway Region",
- "Value": "East Coast"
- }
- ]
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "Lists the tags that have been added to the specified resource.",
- "id": "to-list-tags-that-have-been-added-to-a-resource-1472080268972",
- "title": "To list tags that have been added to a resource"
- }
- ],
- "ListVolumeRecoveryPoints": [
- {
- "input": {
- "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B"
- },
- "output": {
- "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B",
- "VolumeRecoveryPointInfos": [
- {
- "VolumeARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/volume/vol-1122AABB",
- "VolumeRecoveryPointTime": "2012-09-04T21:08:44.627Z",
- "VolumeSizeInBytes": 536870912000
- }
- ]
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "Lists the recovery points for a specified gateway in which all data of the volume is consistent and can be used to create a snapshot.",
- "id": "to-list-recovery-points-for-a-gateway-1472143015088",
- "title": "To list recovery points for a gateway"
- }
- ],
- "ListVolumes": [
- {
- "input": {
- "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B",
- "Limit": 2,
- "Marker": "1"
- },
- "output": {
- "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B",
- "Marker": "1",
- "VolumeInfos": [
- {
- "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B",
- "GatewayId": "sgw-12A3456B",
- "VolumeARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/volume/vol-1122AABB",
- "VolumeId": "vol-1122AABB",
- "VolumeSizeInBytes": 107374182400,
- "VolumeType": "STORED"
- },
- {
- "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-13B4567C",
- "GatewayId": "sgw-gw-13B4567C",
- "VolumeARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-13B4567C/volume/vol-3344CCDD",
- "VolumeId": "vol-1122AABB",
- "VolumeSizeInBytes": 107374182400,
- "VolumeType": "STORED"
- }
- ]
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "Lists the iSCSI stored volumes of a gateway. Results are sorted by volume ARN up to a maximum of 100 volumes.",
- "id": "to-list-the-iscsi-stored-volumes-of-a-gateway-1472145723653",
- "title": "To list the iSCSI stored volumes of a gateway"
- }
- ],
- "RemoveTagsFromResource": [
- {
- "input": {
- "ResourceARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-11A2222B",
- "TagKeys": [
- "Dev Gatgeway Region",
- "East Coast"
- ]
- },
- "output": {
- "ResourceARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-11A2222B"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "Lists the iSCSI stored volumes of a gateway. Removes one or more tags from the specified resource.",
- "id": "to-remove-tags-from-a-resource-1472147210553",
- "title": "To remove tags from a resource"
- }
- ],
- "ResetCache": [
- {
- "input": {
- "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-13B4567C"
- },
- "output": {
- "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-13B4567C"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "Resets all cache disks that have encountered a error and makes the disks available for reconfiguration as cache storage.",
- "id": "to-reset-cache-disks-in-error-status-1472148909807",
- "title": "To reset cache disks in error status"
- }
- ],
- "RetrieveTapeArchive": [
- {
- "input": {
- "GatewayARN": "arn:aws:storagegateway:us-east-1:999999999999:gateway/sgw-12A3456B",
- "TapeARN": "arn:aws:storagegateway:us-east-1:999999999999:tape/TEST0AA2AF"
- },
- "output": {
- "TapeARN": "arn:aws:storagegateway:us-east-1:999999999999:tape/TEST0AA2AF"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "Retrieves an archived virtual tape from the virtual tape shelf (VTS) to a gateway-VTL. Virtual tapes archived in the VTS are not associated with any gateway.",
- "id": "to-retrieve-an-archived-tape-from-the-vts-1472149812358",
- "title": "To retrieve an archived tape from the VTS"
- }
- ],
- "RetrieveTapeRecoveryPoint": [
- {
- "input": {
- "GatewayARN": "arn:aws:storagegateway:us-east-1:999999999999:gateway/sgw-12A3456B",
- "TapeARN": "arn:aws:storagegateway:us-east-1:999999999999:tape/TEST0AA2AF"
- },
- "output": {
- "TapeARN": "arn:aws:storagegateway:us-east-1:999999999999:tape/TEST0AA2AF"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "Retrieves the recovery point for the specified virtual tape.",
- "id": "to-retrieve-the-recovery-point-of-a-virtual-tape-1472150014805",
- "title": "To retrieve the recovery point of a virtual tape"
- }
- ],
- "SetLocalConsolePassword": [
- {
- "input": {
- "GatewayARN": "arn:aws:storagegateway:us-east-1:999999999999:gateway/sgw-12A3456B",
- "LocalConsolePassword": "PassWordMustBeAtLeast6Chars."
- },
- "output": {
- "GatewayARN": "arn:aws:storagegateway:us-east-1:999999999999:gateway/sgw-12A3456B"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "Sets the password for your VM local console.",
- "id": "to-set-a-password-for-your-vm-1472150202632",
- "title": "To set a password for your VM"
- }
- ],
- "ShutdownGateway": [
- {
- "input": {
- "GatewayARN": "arn:aws:storagegateway:us-east-1:999999999999:gateway/sgw-12A3456B"
- },
- "output": {
- "GatewayARN": "arn:aws:storagegateway:us-east-1:999999999999:gateway/sgw-12A3456B"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "This operation shuts down the gateway service component running in the storage gateway's virtual machine (VM) and not the VM.",
- "id": "to-shut-down-a-gateway-service-1472150508835",
- "title": "To shut down a gateway service"
- }
- ],
- "StartGateway": [
- {
- "input": {
- "GatewayARN": "arn:aws:storagegateway:us-east-1:999999999999:gateway/sgw-12A3456B"
- },
- "output": {
- "GatewayARN": "arn:aws:storagegateway:us-east-1:999999999999:gateway/sgw-12A3456B"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "Starts a gateway service that was previously shut down.",
- "id": "to-start-a-gateway-service-1472150722315",
- "title": "To start a gateway service"
- }
- ],
- "UpdateBandwidthRateLimit": [
- {
- "input": {
- "AverageDownloadRateLimitInBitsPerSec": 102400,
- "AverageUploadRateLimitInBitsPerSec": 51200,
- "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B"
- },
- "output": {
- "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "Updates the bandwidth rate limits of a gateway. Both the upload and download bandwidth rate limit can be set, or either one of the two. If a new limit is not set, the existing rate limit remains.",
- "id": "to-update-the-bandwidth-rate-limits-of-a-gateway-1472151016202",
- "title": "To update the bandwidth rate limits of a gateway"
- }
- ],
- "UpdateChapCredentials": [
- {
- "input": {
- "InitiatorName": "iqn.1991-05.com.microsoft:computername.domain.example.com",
- "SecretToAuthenticateInitiator": "111111111111",
- "SecretToAuthenticateTarget": "222222222222",
- "TargetARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon:myvolume"
- },
- "output": {
- "InitiatorName": "iqn.1991-05.com.microsoft:computername.domain.example.com",
- "TargetARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon:myvolume"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "Updates the Challenge-Handshake Authentication Protocol (CHAP) credentials for a specified iSCSI target.",
- "id": "to-update-chap-credentials-for-an-iscsi-target-1472151325795",
- "title": "To update CHAP credentials for an iSCSI target"
- }
- ],
- "UpdateGatewayInformation": [
- {
- "input": {
- "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B",
- "GatewayName": "MyGateway2",
- "GatewayTimezone": "GMT-12:00"
- },
- "output": {
- "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B",
- "GatewayName": ""
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "Updates a gateway's metadata, which includes the gateway's name and time zone.",
- "id": "to-update-a-gateways-metadata-1472151688693",
- "title": "To update a gateway's metadata"
- }
- ],
- "UpdateGatewaySoftwareNow": [
- {
- "input": {
- "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B"
- },
- "output": {
- "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "Updates the gateway virtual machine (VM) software. The request immediately triggers the software update.",
- "id": "to-update-a-gateways-vm-software-1472152020929",
- "title": "To update a gateway's VM software"
- }
- ],
- "UpdateMaintenanceStartTime": [
- {
- "input": {
- "DayOfWeek": 2,
- "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B",
- "HourOfDay": 0,
- "MinuteOfHour": 30
- },
- "output": {
- "GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "Updates a gateway's weekly maintenance start time information, including day and time of the week. The maintenance time is in your gateway's time zone.",
- "id": "to-update-a-gateways-maintenance-start-time-1472152552031",
- "title": "To update a gateway's maintenance start time"
- }
- ],
- "UpdateSnapshotSchedule": [
- {
- "input": {
- "Description": "Hourly snapshot",
- "RecurrenceInHours": 1,
- "StartAt": 0,
- "VolumeARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/volume/vol-1122AABB"
- },
- "output": {
- "VolumeARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B/volume/vol-1122AABB"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "Updates a snapshot schedule configured for a gateway volume.",
- "id": "to-update-a-volume-snapshot-schedule-1472152757068",
- "title": "To update a volume snapshot schedule"
- }
- ],
- "UpdateVTLDeviceType": [
- {
- "input": {
- "DeviceType": "Medium Changer",
- "VTLDeviceARN": "arn:aws:storagegateway:us-east-1:999999999999:gateway/sgw-12A3456B/device/AMZN_SGW-1FAD4876_MEDIACHANGER_00001"
- },
- "output": {
- "VTLDeviceARN": "arn:aws:storagegateway:us-east-1:999999999999:gateway/sgw-12A3456B/device/AMZN_SGW-1FAD4876_MEDIACHANGER_00001"
- },
- "comments": {
- "input": {
- },
- "output": {
- }
- },
- "description": "Updates the type of medium changer in a gateway-VTL after a gateway-VTL is activated.",
- "id": "to-update-a-vtl-device-type-1472153012967",
- "title": "To update a VTL device type"
- }
- ]
- }
- }
|