12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148 |
- {
- "version": "2.0",
- "metadata": {
- "apiVersion": "2015-02-01",
- "endpointPrefix": "elasticfilesystem",
- "protocol": "rest-json",
- "serviceAbbreviation": "EFS",
- "serviceFullName": "Amazon Elastic File System",
- "serviceId": "EFS",
- "signatureVersion": "v4",
- "uid": "elasticfilesystem-2015-02-01"
- },
- "operations": {
- "CreateAccessPoint": {
- "http": {
- "requestUri": "/2015-02-01/access-points",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "required": [
- "ClientToken",
- "FileSystemId"
- ],
- "members": {
- "ClientToken": {
- "idempotencyToken": true
- },
- "Tags": {
- "shape": "S3"
- },
- "FileSystemId": {},
- "PosixUser": {
- "shape": "S8"
- },
- "RootDirectory": {
- "shape": "Sc"
- }
- }
- },
- "output": {
- "shape": "Si"
- }
- },
- "CreateFileSystem": {
- "http": {
- "requestUri": "/2015-02-01/file-systems",
- "responseCode": 201
- },
- "input": {
- "type": "structure",
- "required": [
- "CreationToken"
- ],
- "members": {
- "CreationToken": {
- "idempotencyToken": true
- },
- "PerformanceMode": {},
- "Encrypted": {
- "type": "boolean"
- },
- "KmsKeyId": {},
- "ThroughputMode": {},
- "ProvisionedThroughputInMibps": {
- "type": "double"
- },
- "AvailabilityZoneName": {},
- "Backup": {
- "type": "boolean"
- },
- "Tags": {
- "shape": "S3"
- }
- }
- },
- "output": {
- "shape": "Sx"
- }
- },
- "CreateMountTarget": {
- "http": {
- "requestUri": "/2015-02-01/mount-targets",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "required": [
- "FileSystemId",
- "SubnetId"
- ],
- "members": {
- "FileSystemId": {},
- "SubnetId": {},
- "IpAddress": {},
- "SecurityGroups": {
- "shape": "S1a"
- }
- }
- },
- "output": {
- "shape": "S1c"
- }
- },
- "CreateReplicationConfiguration": {
- "http": {
- "requestUri": "/2015-02-01/file-systems/{SourceFileSystemId}/replication-configuration",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "required": [
- "SourceFileSystemId",
- "Destinations"
- ],
- "members": {
- "SourceFileSystemId": {
- "location": "uri",
- "locationName": "SourceFileSystemId"
- },
- "Destinations": {
- "type": "list",
- "member": {
- "type": "structure",
- "members": {
- "Region": {},
- "AvailabilityZoneName": {},
- "KmsKeyId": {},
- "FileSystemId": {}
- }
- }
- }
- }
- },
- "output": {
- "shape": "S1k"
- }
- },
- "CreateTags": {
- "http": {
- "requestUri": "/2015-02-01/create-tags/{FileSystemId}",
- "responseCode": 204
- },
- "input": {
- "type": "structure",
- "required": [
- "FileSystemId",
- "Tags"
- ],
- "members": {
- "FileSystemId": {
- "location": "uri",
- "locationName": "FileSystemId"
- },
- "Tags": {
- "shape": "S3"
- }
- }
- },
- "deprecated": true,
- "deprecatedMessage": "Use TagResource."
- },
- "DeleteAccessPoint": {
- "http": {
- "method": "DELETE",
- "requestUri": "/2015-02-01/access-points/{AccessPointId}",
- "responseCode": 204
- },
- "input": {
- "type": "structure",
- "required": [
- "AccessPointId"
- ],
- "members": {
- "AccessPointId": {
- "location": "uri",
- "locationName": "AccessPointId"
- }
- }
- }
- },
- "DeleteFileSystem": {
- "http": {
- "method": "DELETE",
- "requestUri": "/2015-02-01/file-systems/{FileSystemId}",
- "responseCode": 204
- },
- "input": {
- "type": "structure",
- "required": [
- "FileSystemId"
- ],
- "members": {
- "FileSystemId": {
- "location": "uri",
- "locationName": "FileSystemId"
- }
- }
- }
- },
- "DeleteFileSystemPolicy": {
- "http": {
- "method": "DELETE",
- "requestUri": "/2015-02-01/file-systems/{FileSystemId}/policy",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "required": [
- "FileSystemId"
- ],
- "members": {
- "FileSystemId": {
- "location": "uri",
- "locationName": "FileSystemId"
- }
- }
- }
- },
- "DeleteMountTarget": {
- "http": {
- "method": "DELETE",
- "requestUri": "/2015-02-01/mount-targets/{MountTargetId}",
- "responseCode": 204
- },
- "input": {
- "type": "structure",
- "required": [
- "MountTargetId"
- ],
- "members": {
- "MountTargetId": {
- "location": "uri",
- "locationName": "MountTargetId"
- }
- }
- }
- },
- "DeleteReplicationConfiguration": {
- "http": {
- "method": "DELETE",
- "requestUri": "/2015-02-01/file-systems/{SourceFileSystemId}/replication-configuration",
- "responseCode": 204
- },
- "input": {
- "type": "structure",
- "required": [
- "SourceFileSystemId"
- ],
- "members": {
- "SourceFileSystemId": {
- "location": "uri",
- "locationName": "SourceFileSystemId"
- }
- }
- }
- },
- "DeleteTags": {
- "http": {
- "requestUri": "/2015-02-01/delete-tags/{FileSystemId}",
- "responseCode": 204
- },
- "input": {
- "type": "structure",
- "required": [
- "FileSystemId",
- "TagKeys"
- ],
- "members": {
- "FileSystemId": {
- "location": "uri",
- "locationName": "FileSystemId"
- },
- "TagKeys": {
- "shape": "S1v"
- }
- }
- },
- "deprecated": true,
- "deprecatedMessage": "Use UntagResource."
- },
- "DescribeAccessPoints": {
- "http": {
- "method": "GET",
- "requestUri": "/2015-02-01/access-points",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "members": {
- "MaxResults": {
- "location": "querystring",
- "locationName": "MaxResults",
- "type": "integer"
- },
- "NextToken": {
- "location": "querystring",
- "locationName": "NextToken"
- },
- "AccessPointId": {
- "location": "querystring",
- "locationName": "AccessPointId"
- },
- "FileSystemId": {
- "location": "querystring",
- "locationName": "FileSystemId"
- }
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "AccessPoints": {
- "type": "list",
- "member": {
- "shape": "Si"
- }
- },
- "NextToken": {}
- }
- }
- },
- "DescribeAccountPreferences": {
- "http": {
- "method": "GET",
- "requestUri": "/2015-02-01/account-preferences",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "members": {
- "NextToken": {},
- "MaxResults": {
- "type": "integer"
- }
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "ResourceIdPreference": {
- "shape": "S23"
- },
- "NextToken": {}
- }
- }
- },
- "DescribeBackupPolicy": {
- "http": {
- "method": "GET",
- "requestUri": "/2015-02-01/file-systems/{FileSystemId}/backup-policy",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "required": [
- "FileSystemId"
- ],
- "members": {
- "FileSystemId": {
- "location": "uri",
- "locationName": "FileSystemId"
- }
- }
- },
- "output": {
- "shape": "S28"
- }
- },
- "DescribeFileSystemPolicy": {
- "http": {
- "method": "GET",
- "requestUri": "/2015-02-01/file-systems/{FileSystemId}/policy",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "required": [
- "FileSystemId"
- ],
- "members": {
- "FileSystemId": {
- "location": "uri",
- "locationName": "FileSystemId"
- }
- }
- },
- "output": {
- "shape": "S2c"
- }
- },
- "DescribeFileSystems": {
- "http": {
- "method": "GET",
- "requestUri": "/2015-02-01/file-systems",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "members": {
- "MaxItems": {
- "location": "querystring",
- "locationName": "MaxItems",
- "type": "integer"
- },
- "Marker": {
- "location": "querystring",
- "locationName": "Marker"
- },
- "CreationToken": {
- "location": "querystring",
- "locationName": "CreationToken"
- },
- "FileSystemId": {
- "location": "querystring",
- "locationName": "FileSystemId"
- }
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "Marker": {},
- "FileSystems": {
- "type": "list",
- "member": {
- "shape": "Sx"
- }
- },
- "NextMarker": {}
- }
- }
- },
- "DescribeLifecycleConfiguration": {
- "http": {
- "method": "GET",
- "requestUri": "/2015-02-01/file-systems/{FileSystemId}/lifecycle-configuration",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "required": [
- "FileSystemId"
- ],
- "members": {
- "FileSystemId": {
- "location": "uri",
- "locationName": "FileSystemId"
- }
- }
- },
- "output": {
- "shape": "S2k"
- }
- },
- "DescribeMountTargetSecurityGroups": {
- "http": {
- "method": "GET",
- "requestUri": "/2015-02-01/mount-targets/{MountTargetId}/security-groups",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "required": [
- "MountTargetId"
- ],
- "members": {
- "MountTargetId": {
- "location": "uri",
- "locationName": "MountTargetId"
- }
- }
- },
- "output": {
- "type": "structure",
- "required": [
- "SecurityGroups"
- ],
- "members": {
- "SecurityGroups": {
- "shape": "S1a"
- }
- }
- }
- },
- "DescribeMountTargets": {
- "http": {
- "method": "GET",
- "requestUri": "/2015-02-01/mount-targets",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "members": {
- "MaxItems": {
- "location": "querystring",
- "locationName": "MaxItems",
- "type": "integer"
- },
- "Marker": {
- "location": "querystring",
- "locationName": "Marker"
- },
- "FileSystemId": {
- "location": "querystring",
- "locationName": "FileSystemId"
- },
- "MountTargetId": {
- "location": "querystring",
- "locationName": "MountTargetId"
- },
- "AccessPointId": {
- "location": "querystring",
- "locationName": "AccessPointId"
- }
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "Marker": {},
- "MountTargets": {
- "type": "list",
- "member": {
- "shape": "S1c"
- }
- },
- "NextMarker": {}
- }
- }
- },
- "DescribeReplicationConfigurations": {
- "http": {
- "method": "GET",
- "requestUri": "/2015-02-01/file-systems/replication-configurations",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "members": {
- "FileSystemId": {
- "location": "querystring",
- "locationName": "FileSystemId"
- },
- "NextToken": {
- "location": "querystring",
- "locationName": "NextToken"
- },
- "MaxResults": {
- "location": "querystring",
- "locationName": "MaxResults",
- "type": "integer"
- }
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "Replications": {
- "type": "list",
- "member": {
- "shape": "S1k"
- }
- },
- "NextToken": {}
- }
- }
- },
- "DescribeTags": {
- "http": {
- "method": "GET",
- "requestUri": "/2015-02-01/tags/{FileSystemId}/",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "required": [
- "FileSystemId"
- ],
- "members": {
- "MaxItems": {
- "location": "querystring",
- "locationName": "MaxItems",
- "type": "integer"
- },
- "Marker": {
- "location": "querystring",
- "locationName": "Marker"
- },
- "FileSystemId": {
- "location": "uri",
- "locationName": "FileSystemId"
- }
- }
- },
- "output": {
- "type": "structure",
- "required": [
- "Tags"
- ],
- "members": {
- "Marker": {},
- "Tags": {
- "shape": "S3"
- },
- "NextMarker": {}
- }
- },
- "deprecated": true,
- "deprecatedMessage": "Use ListTagsForResource."
- },
- "ListTagsForResource": {
- "http": {
- "method": "GET",
- "requestUri": "/2015-02-01/resource-tags/{ResourceId}",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "required": [
- "ResourceId"
- ],
- "members": {
- "ResourceId": {
- "location": "uri",
- "locationName": "ResourceId"
- },
- "MaxResults": {
- "location": "querystring",
- "locationName": "MaxResults",
- "type": "integer"
- },
- "NextToken": {
- "location": "querystring",
- "locationName": "NextToken"
- }
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "Tags": {
- "shape": "S3"
- },
- "NextToken": {}
- }
- }
- },
- "ModifyMountTargetSecurityGroups": {
- "http": {
- "method": "PUT",
- "requestUri": "/2015-02-01/mount-targets/{MountTargetId}/security-groups",
- "responseCode": 204
- },
- "input": {
- "type": "structure",
- "required": [
- "MountTargetId"
- ],
- "members": {
- "MountTargetId": {
- "location": "uri",
- "locationName": "MountTargetId"
- },
- "SecurityGroups": {
- "shape": "S1a"
- }
- }
- }
- },
- "PutAccountPreferences": {
- "http": {
- "method": "PUT",
- "requestUri": "/2015-02-01/account-preferences",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "required": [
- "ResourceIdType"
- ],
- "members": {
- "ResourceIdType": {}
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "ResourceIdPreference": {
- "shape": "S23"
- }
- }
- }
- },
- "PutBackupPolicy": {
- "http": {
- "method": "PUT",
- "requestUri": "/2015-02-01/file-systems/{FileSystemId}/backup-policy",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "required": [
- "FileSystemId",
- "BackupPolicy"
- ],
- "members": {
- "FileSystemId": {
- "location": "uri",
- "locationName": "FileSystemId"
- },
- "BackupPolicy": {
- "shape": "S29"
- }
- }
- },
- "output": {
- "shape": "S28"
- }
- },
- "PutFileSystemPolicy": {
- "http": {
- "method": "PUT",
- "requestUri": "/2015-02-01/file-systems/{FileSystemId}/policy",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "required": [
- "FileSystemId",
- "Policy"
- ],
- "members": {
- "FileSystemId": {
- "location": "uri",
- "locationName": "FileSystemId"
- },
- "Policy": {},
- "BypassPolicyLockoutSafetyCheck": {
- "type": "boolean"
- }
- }
- },
- "output": {
- "shape": "S2c"
- }
- },
- "PutLifecycleConfiguration": {
- "http": {
- "method": "PUT",
- "requestUri": "/2015-02-01/file-systems/{FileSystemId}/lifecycle-configuration",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "required": [
- "FileSystemId",
- "LifecyclePolicies"
- ],
- "members": {
- "FileSystemId": {
- "location": "uri",
- "locationName": "FileSystemId"
- },
- "LifecyclePolicies": {
- "shape": "S2l"
- }
- }
- },
- "output": {
- "shape": "S2k"
- }
- },
- "TagResource": {
- "http": {
- "requestUri": "/2015-02-01/resource-tags/{ResourceId}",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "required": [
- "ResourceId",
- "Tags"
- ],
- "members": {
- "ResourceId": {
- "location": "uri",
- "locationName": "ResourceId"
- },
- "Tags": {
- "shape": "S3"
- }
- }
- }
- },
- "UntagResource": {
- "http": {
- "method": "DELETE",
- "requestUri": "/2015-02-01/resource-tags/{ResourceId}",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "required": [
- "ResourceId",
- "TagKeys"
- ],
- "members": {
- "ResourceId": {
- "location": "uri",
- "locationName": "ResourceId"
- },
- "TagKeys": {
- "shape": "S1v",
- "location": "querystring",
- "locationName": "tagKeys"
- }
- }
- }
- },
- "UpdateFileSystem": {
- "http": {
- "method": "PUT",
- "requestUri": "/2015-02-01/file-systems/{FileSystemId}",
- "responseCode": 202
- },
- "input": {
- "type": "structure",
- "required": [
- "FileSystemId"
- ],
- "members": {
- "FileSystemId": {
- "location": "uri",
- "locationName": "FileSystemId"
- },
- "ThroughputMode": {},
- "ProvisionedThroughputInMibps": {
- "type": "double"
- }
- }
- },
- "output": {
- "shape": "Sx"
- }
- },
- "UpdateFileSystemProtection": {
- "http": {
- "method": "PUT",
- "requestUri": "/2015-02-01/file-systems/{FileSystemId}/protection",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "required": [
- "FileSystemId"
- ],
- "members": {
- "FileSystemId": {
- "location": "uri",
- "locationName": "FileSystemId"
- },
- "ReplicationOverwriteProtection": {}
- }
- },
- "output": {
- "shape": "S15"
- },
- "idempotent": true
- }
- },
- "shapes": {
- "S3": {
- "type": "list",
- "member": {
- "type": "structure",
- "required": [
- "Key",
- "Value"
- ],
- "members": {
- "Key": {},
- "Value": {}
- }
- }
- },
- "S8": {
- "type": "structure",
- "required": [
- "Uid",
- "Gid"
- ],
- "members": {
- "Uid": {
- "type": "long"
- },
- "Gid": {
- "type": "long"
- },
- "SecondaryGids": {
- "type": "list",
- "member": {
- "type": "long"
- }
- }
- }
- },
- "Sc": {
- "type": "structure",
- "members": {
- "Path": {},
- "CreationInfo": {
- "type": "structure",
- "required": [
- "OwnerUid",
- "OwnerGid",
- "Permissions"
- ],
- "members": {
- "OwnerUid": {
- "type": "long"
- },
- "OwnerGid": {
- "type": "long"
- },
- "Permissions": {}
- }
- }
- }
- },
- "Si": {
- "type": "structure",
- "members": {
- "ClientToken": {},
- "Name": {},
- "Tags": {
- "shape": "S3"
- },
- "AccessPointId": {},
- "AccessPointArn": {},
- "FileSystemId": {},
- "PosixUser": {
- "shape": "S8"
- },
- "RootDirectory": {
- "shape": "Sc"
- },
- "OwnerId": {},
- "LifeCycleState": {}
- }
- },
- "Sx": {
- "type": "structure",
- "required": [
- "OwnerId",
- "CreationToken",
- "FileSystemId",
- "CreationTime",
- "LifeCycleState",
- "NumberOfMountTargets",
- "SizeInBytes",
- "PerformanceMode",
- "Tags"
- ],
- "members": {
- "OwnerId": {},
- "CreationToken": {},
- "FileSystemId": {},
- "FileSystemArn": {},
- "CreationTime": {
- "type": "timestamp"
- },
- "LifeCycleState": {},
- "Name": {},
- "NumberOfMountTargets": {
- "type": "integer"
- },
- "SizeInBytes": {
- "type": "structure",
- "required": [
- "Value"
- ],
- "members": {
- "Value": {
- "type": "long"
- },
- "Timestamp": {
- "type": "timestamp"
- },
- "ValueInIA": {
- "type": "long"
- },
- "ValueInStandard": {
- "type": "long"
- },
- "ValueInArchive": {
- "type": "long"
- }
- }
- },
- "PerformanceMode": {},
- "Encrypted": {
- "type": "boolean"
- },
- "KmsKeyId": {},
- "ThroughputMode": {},
- "ProvisionedThroughputInMibps": {
- "type": "double"
- },
- "AvailabilityZoneName": {},
- "AvailabilityZoneId": {},
- "Tags": {
- "shape": "S3"
- },
- "FileSystemProtection": {
- "shape": "S15"
- }
- }
- },
- "S15": {
- "type": "structure",
- "members": {
- "ReplicationOverwriteProtection": {}
- }
- },
- "S1a": {
- "type": "list",
- "member": {}
- },
- "S1c": {
- "type": "structure",
- "required": [
- "MountTargetId",
- "FileSystemId",
- "SubnetId",
- "LifeCycleState"
- ],
- "members": {
- "OwnerId": {},
- "MountTargetId": {},
- "FileSystemId": {},
- "SubnetId": {},
- "LifeCycleState": {},
- "IpAddress": {},
- "NetworkInterfaceId": {},
- "AvailabilityZoneId": {},
- "AvailabilityZoneName": {},
- "VpcId": {}
- }
- },
- "S1k": {
- "type": "structure",
- "required": [
- "SourceFileSystemId",
- "SourceFileSystemRegion",
- "SourceFileSystemArn",
- "OriginalSourceFileSystemArn",
- "CreationTime",
- "Destinations"
- ],
- "members": {
- "SourceFileSystemId": {},
- "SourceFileSystemRegion": {},
- "SourceFileSystemArn": {},
- "OriginalSourceFileSystemArn": {},
- "CreationTime": {
- "type": "timestamp"
- },
- "Destinations": {
- "type": "list",
- "member": {
- "type": "structure",
- "required": [
- "Status",
- "FileSystemId",
- "Region"
- ],
- "members": {
- "Status": {},
- "FileSystemId": {},
- "Region": {},
- "LastReplicatedTimestamp": {
- "type": "timestamp"
- }
- }
- }
- }
- }
- },
- "S1v": {
- "type": "list",
- "member": {}
- },
- "S23": {
- "type": "structure",
- "members": {
- "ResourceIdType": {},
- "Resources": {
- "type": "list",
- "member": {}
- }
- }
- },
- "S28": {
- "type": "structure",
- "members": {
- "BackupPolicy": {
- "shape": "S29"
- }
- }
- },
- "S29": {
- "type": "structure",
- "required": [
- "Status"
- ],
- "members": {
- "Status": {}
- }
- },
- "S2c": {
- "type": "structure",
- "members": {
- "FileSystemId": {},
- "Policy": {}
- }
- },
- "S2k": {
- "type": "structure",
- "members": {
- "LifecyclePolicies": {
- "shape": "S2l"
- }
- }
- },
- "S2l": {
- "type": "list",
- "member": {
- "type": "structure",
- "members": {
- "TransitionToIA": {},
- "TransitionToPrimaryStorageClass": {},
- "TransitionToArchive": {}
- }
- }
- }
- }
- }
|