cc20cc594993bd6dbedea91547459ce97fcd06eed9f027f8248bd3ef74337024.json 22 KB

1
  1. {"ast":null,"code":"/**\n * Copyright 2019 Huawei Technologies Co.,Ltd.\n * Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use\n * this file except in compliance with the License. You may obtain a copy of the\n * License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed\n * under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR\n * CONDITIONS OF ANY KIND, either express or implied. See the License for the\n * specific language governing permissions and limitations under the License.\n *\n */\n\nexport const CreateSfsBucket = {\n 'httpMethod': 'PUT',\n 'data': {\n 'xmlRoot': 'CreateBucketConfiguration'\n },\n 'parameters': {\n 'ApiPath': {\n 'location': 'uri'\n },\n 'ACL': {\n 'location': 'header',\n 'sentAs': 'acl',\n 'withPrefix': true\n },\n 'StorageType': {\n 'location': 'header',\n 'sentAs': 'x-default-storage-class'\n },\n 'IESLocation': {\n 'location': 'header',\n 'sentAs': 'ies-location',\n 'withPrefix': true\n },\n 'ObjectLockEnabeld': {\n 'location': 'header',\n 'sentAs': 'bucket-object-lock-enabled',\n 'withPrefix': true\n },\n 'FileInterface': {\n 'location': 'header',\n 'sentAs': 'fs-file-interface',\n 'withPrefix': true\n },\n 'Type': {\n 'location': 'header',\n 'sentAs': 'bucket-type',\n 'withPrefix': true\n },\n 'MultiAz': {\n 'location': 'header',\n 'sentAs': 'x-obs-az-redundancy'\n },\n 'Redundancy': {\n 'location': 'header',\n 'sentAs': 'bucket-redundancy',\n 'withPrefix': true\n },\n 'IsFusionAllowUpgrade': {\n 'location': 'header',\n 'sentAs': 'fusion-allow-upgrade',\n 'withPrefix': true\n },\n 'IsFusionAllowAlternative': {\n 'location': 'header',\n 'sentAs': 'fusion-allow-alternative',\n 'withPrefix': true\n },\n 'Cluster': {\n 'location': 'header',\n 'sentAs': 'location-clustergroup-id',\n 'withPrefix': true\n },\n 'GrantFullControl': {\n 'location': 'header',\n 'sentAs': 'grant-full-control',\n 'withPrefix': true\n },\n 'GrantRead': {\n 'location': 'header',\n 'sentAs': 'grant-read',\n 'withPrefix': true\n },\n 'GrantReadACP': {\n 'location': 'header',\n 'sentAs': 'grant-read-acp',\n 'withPrefix': true\n },\n 'GrantWrite': {\n 'location': 'header',\n 'sentAs': 'grant-write',\n 'withPrefix': true\n },\n 'GrantWriteACP': {\n 'location': 'header',\n 'sentAs': 'grant-write-acp',\n 'withPrefix': true\n },\n 'ClusterType': {\n 'location': 'header',\n 'sentAs': 'cluster-type',\n 'withPrefix': true\n },\n \"MultiEnterprise\": {\n \"location\": \"header\",\n 'sentAs': \"epid\",\n 'withPrefix': true\n },\n \"Location\": {\n \"location\": \"xml\",\n \"sentAs\": \"LocationConstraint\"\n }\n }\n};\nexport const DeleteSfsBucket = {\n 'httpMethod': 'DELETE',\n 'parameters': {\n 'ApiPath': {\n 'location': 'uri'\n }\n }\n};\nexport const ListSfsBuckets = {\n 'httpMethod': 'GET',\n \"parameters\": {\n \"Type\": {\n 'sentAs': \"x-obs-bucket-type\",\n \"location\": \"header\"\n },\n 'ApiPath': {\n 'location': 'uri'\n },\n \"Location\": {\n \"sentAs\": \"location\",\n \"location\": \"header\",\n \"withPrefix\": true\n }\n }\n};\nexport const ListSfsBucketsOutput = {\n 'data': {\n 'type': 'xml',\n 'xmlRoot': 'ListAllMyBucketsResult'\n },\n 'parameters': {\n Buckets: {\n location: \"xml\",\n sentAs: \"Bucket\",\n type: \"array\",\n wrapper: 'Buckets',\n items: {\n type: \"object\",\n location: \"xml\",\n sentAs: \"Bucket\",\n parameters: {\n Name: {\n sentAs: \"Name\"\n },\n CreationDate: {\n sentAs: \"CreationDate\"\n },\n Location: {\n sentAs: \"Location\"\n },\n ClusterType: {\n sentAs: \"ClusterType\"\n },\n IESLocation: {\n sentAs: \"IESLocation\"\n }\n }\n }\n },\n 'Owner': {\n 'type': 'object',\n 'location': 'xml',\n 'sentAs': 'Owner',\n 'parameters': {\n 'ID': {\n 'sentAs': 'ID'\n },\n 'DisplayName': {\n 'sentAs': 'DisplayName'\n }\n }\n }\n }\n};\nexport const SetSFSAcl = {\n 'httpMethod': 'PUT',\n 'urlPath': 'sfsacl',\n 'parameters': {\n 'Bucket': {\n 'required': true,\n 'location': 'uri'\n },\n 'Policy': {\n 'required': true,\n 'location': 'body'\n }\n }\n};\nexport const GetSFSAcl = {\n 'httpMethod': 'GET',\n 'urlPath': 'sfsacl',\n 'parameters': {\n 'Bucket': {\n 'required': true,\n 'location': 'uri'\n }\n }\n};\nexport const GetSFSAclOutput = {\n 'data': {\n 'type': 'body'\n },\n 'parameters': {\n 'Policy': {\n 'location': 'body'\n }\n }\n};\nexport const DeleteSFSAcl = {\n 'httpMethod': 'DELETE',\n 'urlPath': 'sfsacl',\n 'parameters': {\n 'Bucket': {\n 'required': true,\n 'location': 'uri'\n }\n }\n};\nexport const getSFSPermissionAcl = {\n 'httpMethod': \"GET\",\n 'parameters': {\n 'ApiPath': {\n 'location': \"uri\"\n }\n }\n};\nexport const getSFSPermissionAclOutput = {\n 'data': {\n 'type': 'body'\n },\n 'parameters': {\n 'PermissionGroup': {\n 'location': \"body\"\n }\n }\n};\nexport const updateSFSPermissionAcl = {\n 'httpMethod': \"PUT\",\n 'parameters': {\n 'ApiPath': {\n 'location': \"uri\"\n },\n 'Params': {\n 'location': \"body\"\n }\n }\n};\nexport const deleteSFSPermissionAcl = {\n 'httpMethod': \"DELETE\",\n 'parameters': {\n 'ApiPath': {\n 'location': \"uri\"\n }\n }\n};\nexport const getSFSPermissionGroupList = {\n 'httpMethod': \"GET\",\n 'parameters': {\n 'ApiPath': {\n 'location': \"uri\"\n },\n 'Limit': {\n 'location': \"urlPath\",\n 'sentAs': \"limit\"\n },\n 'Offset': {\n 'location': \"urlPath\",\n 'sentAs': \"offset\"\n }\n }\n};\nexport const getSFSPermissionGroupListOutput = {\n 'data': {\n 'type': \"body\"\n },\n 'parameters': {\n 'PermissionGroups': {\n 'location': \"body\"\n }\n }\n};\nexport const setSFSPermissionGroup = {\n 'httpMethod': \"POST\",\n 'parameters': {\n 'ApiPath': {\n 'location': \"uri\"\n },\n 'Params': {\n 'location': \"body\"\n }\n }\n};\nexport const updateSFSPermissionGroup = {\n 'httpMethod': \"PUT\",\n 'parameters': {\n 'ApiPath': {\n 'location': \"uri\"\n },\n 'Params': {\n 'location': \"body\"\n }\n }\n};\nexport const getSFSPermissionGroup = {\n 'httpMethod': \"GET\",\n 'parameters': {\n 'ApiPath': {\n 'location': \"uri\"\n }\n }\n};\nexport const getSFSPermissionGroupOutput = {\n 'data': {\n 'type': \"body\"\n },\n 'parameters': {\n 'PermissionGroup': {\n 'location': \"body\"\n }\n }\n};\nexport const deleteSFSPermissionGroup = {\n 'httpMethod': \"DELETE\",\n 'parameters': {\n 'ApiPath': {\n 'location': \"uri\"\n }\n }\n};","map":{"version":3,"names":["CreateSfsBucket","DeleteSfsBucket","ListSfsBuckets","ListSfsBucketsOutput","Buckets","location","sentAs","type","wrapper","items","parameters","Name","CreationDate","Location","ClusterType","IESLocation","SetSFSAcl","GetSFSAcl","GetSFSAclOutput","DeleteSFSAcl","getSFSPermissionAcl","getSFSPermissionAclOutput","updateSFSPermissionAcl","deleteSFSPermissionAcl","getSFSPermissionGroupList","getSFSPermissionGroupListOutput","setSFSPermissionGroup","updateSFSPermissionGroup","getSFSPermissionGroup","getSFSPermissionGroupOutput","deleteSFSPermissionGroup"],"sources":["F:/workspace/202226701027/huinongbao-app/node_modules/esdk-obs-browserjs/src/v2SfsBucketOperationModel.js"],"sourcesContent":["/**\n * Copyright 2019 Huawei Technologies Co.,Ltd.\n * Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use\n * this file except in compliance with the License. You may obtain a copy of the\n * License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed\n * under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR\n * CONDITIONS OF ANY KIND, either express or implied. See the License for the\n * specific language governing permissions and limitations under the License.\n *\n */\n\nexport const CreateSfsBucket = {\n 'httpMethod' : 'PUT',\n 'data' : {\n 'xmlRoot' : 'CreateBucketConfiguration'\n },\n 'parameters' : {\n 'ApiPath': {\n 'location': 'uri',\n },\n 'ACL' : {\n 'location' : 'header',\n 'sentAs' : 'acl',\n 'withPrefix': true\n },\n 'StorageType':{\n 'location' : 'header',\n 'sentAs' : 'x-default-storage-class'\n },\n 'IESLocation':{\n 'location' : 'header',\n 'sentAs' : 'ies-location',\n 'withPrefix': true\n },\n 'ObjectLockEnabeld': {\n 'location' : 'header',\n 'sentAs' : 'bucket-object-lock-enabled',\n 'withPrefix': true\n },\n 'FileInterface':{\n 'location' : 'header',\n 'sentAs' : 'fs-file-interface',\n 'withPrefix': true\n },\n 'Type':{\n 'location' : 'header',\n 'sentAs': 'bucket-type',\n 'withPrefix': true\n },\n 'MultiAz':{\n 'location' : 'header',\n 'sentAs' : 'x-obs-az-redundancy'\n },\n 'Redundancy':{\n 'location' : 'header',\n 'sentAs' : 'bucket-redundancy',\n 'withPrefix': true\n },\n 'IsFusionAllowUpgrade':{\n 'location' : 'header',\n 'sentAs' : 'fusion-allow-upgrade',\n 'withPrefix': true\n },\n 'IsFusionAllowAlternative':{\n 'location' : 'header',\n 'sentAs' : 'fusion-allow-alternative',\n 'withPrefix': true\n },\n 'Cluster': {\n 'location' : 'header',\n 'sentAs' : 'location-clustergroup-id',\n 'withPrefix': true\n },\n 'GrantFullControl':{\n 'location' : 'header',\n 'sentAs' : 'grant-full-control',\n 'withPrefix': true\n },\n 'GrantRead':{\n 'location' : 'header',\n 'sentAs' : 'grant-read',\n 'withPrefix': true\n },\n 'GrantReadACP':{\n 'location' : 'header',\n 'sentAs' : 'grant-read-acp',\n 'withPrefix': true\n },\n 'GrantWrite':{\n 'location' : 'header',\n 'sentAs' : 'grant-write',\n 'withPrefix': true\n },\n 'GrantWriteACP':{\n 'location' : 'header',\n 'sentAs' : 'grant-write-acp',\n 'withPrefix': true\n },\n 'ClusterType': {\n 'location' : 'header',\n 'sentAs' : 'cluster-type',\n 'withPrefix': true\n },\n \"MultiEnterprise\": {\"location\": \"header\", 'sentAs': \"epid\",'withPrefix': true},\n \"Location\": {\n \"location\": \"xml\",\n \"sentAs\": \"LocationConstraint\"\n }\n }\n};\nexport const DeleteSfsBucket = {\n 'httpMethod' : 'DELETE',\n 'parameters' : {\n 'ApiPath': {\n 'location': 'uri',\n },\n },\n};\nexport const ListSfsBuckets = {\n 'httpMethod' : 'GET',\n \"parameters\": {\n \"Type\":{\n 'sentAs': \"x-obs-bucket-type\",\n \"location\":\"header\"\n },\n 'ApiPath': {\n 'location': 'uri',\n },\n \"Location\": {\n \"sentAs\": \"location\",\n \"location\":\"header\",\n \"withPrefix\": true\n }\n }\n};\nexport const ListSfsBucketsOutput = {\n 'data' : {\n 'type' : 'xml',\n 'xmlRoot' : 'ListAllMyBucketsResult'\n },\n 'parameters': {\n Buckets: {\n location: \"xml\",\n sentAs: \"Bucket\",\n type: \"array\",\n wrapper : 'Buckets',\n items: {\n type: \"object\",\n location: \"xml\",\n sentAs: \"Bucket\",\n parameters: {\n Name: {\n sentAs: \"Name\"\n },\n CreationDate: {\n sentAs: \"CreationDate\"\n },\n Location: {\n sentAs: \"Location\"\n },\n ClusterType: {\n sentAs: \"ClusterType\"\n },\n IESLocation: {\n sentAs: \"IESLocation\"\n }\n }\n }\n },\n 'Owner': {\n 'type' : 'object',\n 'location' : 'xml',\n 'sentAs' : 'Owner',\n 'parameters' : {\n 'ID' : {\n 'sentAs' : 'ID'\n },\n 'DisplayName' : {\n 'sentAs' : 'DisplayName'\n }\n }\n }\n }\n};\nexport const SetSFSAcl = {\n 'httpMethod' : 'PUT',\n 'urlPath' : 'sfsacl',\n 'parameters' : {\n 'Bucket' : {\n 'required' : true,\n 'location' : 'uri',\n },\n 'Policy' : {\n 'required' : true,\n 'location' : 'body',\n },\n },\n};\nexport const GetSFSAcl = {\n 'httpMethod' : 'GET',\n 'urlPath' : 'sfsacl',\n 'parameters' : {\n 'Bucket' : {\n 'required' : true,\n 'location' : 'uri',\n },\n },\n};\nexport const GetSFSAclOutput = {\n 'data' : {\n 'type' : 'body',\n },\n 'parameters' : {\n 'Policy' : {\n 'location' : 'body',\n },\n },\n};\nexport const DeleteSFSAcl = {\n 'httpMethod' : 'DELETE',\n 'urlPath' : 'sfsacl',\n 'parameters' : {\n 'Bucket' : {\n 'required' : true,\n 'location' : 'uri',\n },\n },\n};\nexport const getSFSPermissionAcl = {\n 'httpMethod': \"GET\",\n 'parameters': {\n 'ApiPath': {\n 'location': \"uri\",\n },\n },\n};\nexport const getSFSPermissionAclOutput = {\n 'data': {\n 'type': 'body'\n },\n 'parameters': {\n 'PermissionGroup': {\n 'location': \"body\",\n },\n },\n};\nexport const updateSFSPermissionAcl = {\n 'httpMethod': \"PUT\",\n 'parameters': {\n 'ApiPath': {\n 'location': \"uri\",\n },\n 'Params': {\n 'location': \"body\",\n },\n },\n};\nexport const deleteSFSPermissionAcl = {\n 'httpMethod': \"DELETE\",\n 'parameters': {\n 'ApiPath': {\n 'location': \"uri\",\n },\n },\n};\nexport const getSFSPermissionGroupList = {\n 'httpMethod': \"GET\",\n 'parameters': {\n 'ApiPath': {\n 'location': \"uri\",\n },\n 'Limit': {\n 'location': \"urlPath\",\n 'sentAs': \"limit\",\n },\n 'Offset': {\n 'location': \"urlPath\",\n 'sentAs': \"offset\",\n },\n },\n};\nexport const getSFSPermissionGroupListOutput = {\n 'data': {\n 'type': \"body\",\n },\n 'parameters': {\n 'PermissionGroups': {\n 'location': \"body\",\n },\n },\n};\nexport const setSFSPermissionGroup = {\n 'httpMethod': \"POST\",\n 'parameters': {\n 'ApiPath': {\n 'location': \"uri\",\n },\n 'Params': {\n 'location': \"body\",\n },\n },\n};\nexport const updateSFSPermissionGroup = {\n 'httpMethod': \"PUT\",\n 'parameters': {\n 'ApiPath': {\n 'location': \"uri\",\n },\n 'Params': {\n 'location': \"body\",\n },\n },\n};\nexport const getSFSPermissionGroup = {\n 'httpMethod': \"GET\",\n 'parameters': {\n 'ApiPath': {\n 'location': \"uri\",\n },\n },\n};\nexport const getSFSPermissionGroupOutput = {\n 'data': {\n 'type': \"body\",\n },\n 'parameters': {\n 'PermissionGroup': {\n 'location': \"body\",\n },\n },\n};\nexport const deleteSFSPermissionGroup = {\n 'httpMethod': \"DELETE\",\n 'parameters': {\n 'ApiPath': {\n 'location': \"uri\",\n },\n },\n};\n"],"mappings":"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","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}