|
848 | 848 | 'input' => [ 'shape' => 'QueryDomainConfigRequestShape', ], |
849 | 849 | 'output' => [ 'shape' => 'QueryDomainConfigResponseShape', ], |
850 | 850 | ], |
| 851 | + 'DomainTxtGenerate' => [ |
| 852 | + 'name' => 'DomainTxtGenerate', |
| 853 | + 'http' => [ |
| 854 | + 'method' => 'POST', |
| 855 | + 'requestUri' => '/v1/domainTxtGenerate', |
| 856 | + ], |
| 857 | + 'input' => [ 'shape' => 'DomainTxtGenerateRequestShape', ], |
| 858 | + 'output' => [ 'shape' => 'DomainTxtGenerateResponseShape', ], |
| 859 | + ], |
| 860 | + 'DomainTxtValidate' => [ |
| 861 | + 'name' => 'DomainTxtValidate', |
| 862 | + 'http' => [ |
| 863 | + 'method' => 'POST', |
| 864 | + 'requestUri' => '/v1/domainTxtValidate', |
| 865 | + ], |
| 866 | + 'input' => [ 'shape' => 'DomainTxtValidateRequestShape', ], |
| 867 | + 'output' => [ 'shape' => 'DomainTxtValidateResponseShape', ], |
| 868 | + ], |
851 | 869 | 'QueryDomainTempInstList' => [ |
852 | 870 | 'name' => 'QueryDomainTempInstList', |
853 | 871 | 'http' => [ |
|
2421 | 2439 | 'type' => [ 'type' => 'string', 'locationName' => 'type', ], |
2422 | 2440 | 'auditStatus' => [ 'type' => 'string', 'locationName' => 'auditStatus', ], |
2423 | 2441 | 'accelerateRegion' => [ 'type' => 'string', 'locationName' => 'accelerateRegion', ], |
| 2442 | + 'overseaStatus' => [ 'type' => 'long', 'locationName' => 'overseaStatus', ], |
2424 | 2443 | ], |
2425 | 2444 | ], |
2426 | 2445 | 'DomainSourceInfo' => [ |
|
4887 | 4906 | 'members' => [ |
4888 | 4907 | ], |
4889 | 4908 | ], |
| 4909 | + 'QueryOssBucketsRequestShape' => [ |
| 4910 | + 'type' => 'structure', |
| 4911 | + 'members' => [ |
| 4912 | + ], |
| 4913 | + ], |
| 4914 | + 'GetDomainListResultShape' => [ |
| 4915 | + 'type' => 'structure', |
| 4916 | + 'members' => [ |
| 4917 | + 'totalCount' => [ 'type' => 'integer', 'locationName' => 'totalCount', ], |
| 4918 | + 'pageSize' => [ 'type' => 'integer', 'locationName' => 'pageSize', ], |
| 4919 | + 'pageNumber' => [ 'type' => 'integer', 'locationName' => 'pageNumber', ], |
| 4920 | + 'domains' => [ 'type' => 'list', 'member' => [ 'shape' => 'ListDomainItem', ], ], |
| 4921 | + ], |
| 4922 | + ], |
| 4923 | + 'QueryDomainCnameTagResultShape' => [ |
| 4924 | + 'type' => 'structure', |
| 4925 | + 'members' => [ |
| 4926 | + 'cnameTags' => [ 'type' => 'list', 'member' => [ 'type' => 'string', ], ], |
| 4927 | + ], |
| 4928 | + ], |
| 4929 | + 'BatchCreateRequestShape' => [ |
| 4930 | + 'type' => 'structure', |
| 4931 | + 'members' => [ |
| 4932 | + 'domains' => [ 'type' => 'list', 'member' => [ 'type' => 'string', ], ], |
| 4933 | + 'sourceType' => [ 'type' => 'string', 'locationName' => 'sourceType', ], |
| 4934 | + 'cdnType' => [ 'type' => 'string', 'locationName' => 'cdnType', ], |
| 4935 | + 'backSourceType' => [ 'type' => 'string', 'locationName' => 'backSourceType', ], |
| 4936 | + 'dailyBandWidth' => [ 'type' => 'long', 'locationName' => 'dailyBandWidth', ], |
| 4937 | + 'quaility' => [ 'type' => 'string', 'locationName' => 'quaility', ], |
| 4938 | + 'maxFileSize' => [ 'type' => 'long', 'locationName' => 'maxFileSize', ], |
| 4939 | + 'minFileSize' => [ 'type' => 'long', 'locationName' => 'minFileSize', ], |
| 4940 | + 'sumFileSize' => [ 'type' => 'long', 'locationName' => 'sumFileSize', ], |
| 4941 | + 'avgFileSize' => [ 'type' => 'long', 'locationName' => 'avgFileSize', ], |
| 4942 | + 'defaultSourceHost' => [ 'type' => 'string', 'locationName' => 'defaultSourceHost', ], |
| 4943 | + 'httpType' => [ 'type' => 'string', 'locationName' => 'httpType', ], |
| 4944 | + 'ipSource' => [ 'type' => 'list', 'member' => [ 'shape' => 'IpSourceInfo', ], ], |
| 4945 | + 'domainSource' => [ 'type' => 'list', 'member' => [ 'shape' => 'DomainSourceInfo', ], ], |
| 4946 | + 'ossSource' => [ 'type' => 'string', 'locationName' => 'ossSource', ], |
| 4947 | + 'accelerateRegion' => [ 'type' => 'string', 'locationName' => 'accelerateRegion', ], |
| 4948 | + 'tempInstId' => [ 'type' => 'long', 'locationName' => 'tempInstId', ], |
| 4949 | + ], |
| 4950 | + ], |
| 4951 | + 'DomainTxtValidateResultShape' => [ |
| 4952 | + 'type' => 'structure', |
| 4953 | + 'members' => [ |
| 4954 | + 'pass' => [ 'type' => 'boolean', 'locationName' => 'pass', ], |
| 4955 | + 'errMsg' => [ 'type' => 'string', 'locationName' => 'errMsg', ], |
| 4956 | + ], |
| 4957 | + ], |
| 4958 | + 'QueryDomainConfigResponseShape' => [ |
| 4959 | + 'type' => 'structure', |
| 4960 | + 'members' => [ |
| 4961 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
| 4962 | + 'result' => [ 'shape' => 'QueryDomainConfigResultShape', ], |
| 4963 | + ], |
| 4964 | + ], |
| 4965 | + 'QueryOssBucketsResultShape' => [ |
| 4966 | + 'type' => 'structure', |
| 4967 | + 'members' => [ |
| 4968 | + 'total' => [ 'type' => 'integer', 'locationName' => 'total', ], |
| 4969 | + 'ossBuckets' => [ 'type' => 'list', 'member' => [ 'type' => 'object', ], ], |
| 4970 | + ], |
| 4971 | + ], |
| 4972 | + 'DomainTxtValidateResponseShape' => [ |
| 4973 | + 'type' => 'structure', |
| 4974 | + 'members' => [ |
| 4975 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
| 4976 | + 'result' => [ 'shape' => 'DomainTxtValidateResultShape', ], |
| 4977 | + ], |
| 4978 | + ], |
| 4979 | + 'QueryDomainCnameTagResponseShape' => [ |
| 4980 | + 'type' => 'structure', |
| 4981 | + 'members' => [ |
| 4982 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
| 4983 | + 'result' => [ 'shape' => 'QueryDomainCnameTagResultShape', ], |
| 4984 | + ], |
| 4985 | + ], |
| 4986 | + 'GetDomainListByFilterResponseShape' => [ |
| 4987 | + 'type' => 'structure', |
| 4988 | + 'members' => [ |
| 4989 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
| 4990 | + 'result' => [ 'shape' => 'GetDomainListByFilterResultShape', ], |
| 4991 | + ], |
| 4992 | + ], |
| 4993 | + 'CreateDomainResponseShape' => [ |
| 4994 | + 'type' => 'structure', |
| 4995 | + 'members' => [ |
| 4996 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
| 4997 | + 'result' => [ 'shape' => 'CreateDomainResultShape', ], |
| 4998 | + ], |
| 4999 | + ], |
| 5000 | + 'DeleteDomainRequestShape' => [ |
| 5001 | + 'type' => 'structure', |
| 5002 | + 'members' => [ |
| 5003 | + 'domain' => [ 'type' => 'string', 'locationName' => 'domain', ], |
| 5004 | + ], |
| 5005 | + ], |
| 5006 | + 'DomainTxtGenerateResultShape' => [ |
| 5007 | + 'type' => 'structure', |
| 5008 | + 'members' => [ |
| 5009 | + ], |
| 5010 | + ], |
| 5011 | + 'DomainTxtValidateRequestShape' => [ |
| 5012 | + 'type' => 'structure', |
| 5013 | + 'members' => [ |
| 5014 | + 'domain' => [ 'type' => 'string', 'locationName' => 'domain', ], |
| 5015 | + 'validateType' => [ 'type' => 'string', 'locationName' => 'validateType', ], |
| 5016 | + 'hostRecord' => [ 'type' => 'string', 'locationName' => 'hostRecord', ], |
| 5017 | + 'txt' => [ 'type' => 'string', 'locationName' => 'txt', ], |
| 5018 | + 'url' => [ 'type' => 'string', 'locationName' => 'url', ], |
| 5019 | + ], |
| 5020 | + ], |
| 5021 | + 'DomainTxtGenerateRequestShape' => [ |
| 5022 | + 'type' => 'structure', |
| 5023 | + 'members' => [ |
| 5024 | + 'domain' => [ 'type' => 'string', 'locationName' => 'domain', ], |
| 5025 | + ], |
| 5026 | + ], |
4890 | 5027 | 'GetDomainListByFilterRequestShape' => [ |
4891 | 5028 | 'type' => 'structure', |
4892 | 5029 | 'members' => [ |
|
4906 | 5043 | 'members' => [ |
4907 | 5044 | ], |
4908 | 5045 | ], |
4909 | | - 'QueryOssBucketsRequestShape' => [ |
4910 | | - 'type' => 'structure', |
4911 | | - 'members' => [ |
4912 | | - ], |
4913 | | - ], |
4914 | 5046 | 'GetDomainListRequestShape' => [ |
4915 | 5047 | 'type' => 'structure', |
4916 | 5048 | 'members' => [ |
|
4920 | 5052 | 'status' => [ 'type' => 'string', 'locationName' => 'status', ], |
4921 | 5053 | 'type' => [ 'type' => 'string', 'locationName' => 'type', ], |
4922 | 5054 | 'accelerateRegion' => [ 'type' => 'string', 'locationName' => 'accelerateRegion', ], |
| 5055 | + 'withThirdPartyStatus' => [ 'type' => 'boolean', 'locationName' => 'withThirdPartyStatus', ], |
4923 | 5056 | ], |
4924 | 5057 | ], |
4925 | 5058 | 'CreateDomainRequestShape' => [ |
|
4961 | 5094 | 'domains' => [ 'type' => 'list', 'member' => [ 'shape' => 'ListDomainItemByFilter', ], ], |
4962 | 5095 | ], |
4963 | 5096 | ], |
4964 | | - 'GetDomainListResultShape' => [ |
4965 | | - 'type' => 'structure', |
4966 | | - 'members' => [ |
4967 | | - 'totalCount' => [ 'type' => 'integer', 'locationName' => 'totalCount', ], |
4968 | | - 'pageSize' => [ 'type' => 'integer', 'locationName' => 'pageSize', ], |
4969 | | - 'pageNumber' => [ 'type' => 'integer', 'locationName' => 'pageNumber', ], |
4970 | | - 'domains' => [ 'type' => 'list', 'member' => [ 'shape' => 'ListDomainItem', ], ], |
4971 | | - ], |
4972 | | - ], |
4973 | | - 'QueryDomainCnameTagResultShape' => [ |
4974 | | - 'type' => 'structure', |
4975 | | - 'members' => [ |
4976 | | - 'cnameTags' => [ 'type' => 'list', 'member' => [ 'type' => 'string', ], ], |
4977 | | - ], |
4978 | | - ], |
4979 | | - 'BatchCreateRequestShape' => [ |
| 5097 | + 'CreateDomainResultShape' => [ |
4980 | 5098 | 'type' => 'structure', |
4981 | 5099 | 'members' => [ |
4982 | | - 'domains' => [ 'type' => 'list', 'member' => [ 'type' => 'string', ], ], |
4983 | | - 'sourceType' => [ 'type' => 'string', 'locationName' => 'sourceType', ], |
4984 | | - 'cdnType' => [ 'type' => 'string', 'locationName' => 'cdnType', ], |
4985 | | - 'backSourceType' => [ 'type' => 'string', 'locationName' => 'backSourceType', ], |
4986 | | - 'dailyBandWidth' => [ 'type' => 'long', 'locationName' => 'dailyBandWidth', ], |
4987 | | - 'quaility' => [ 'type' => 'string', 'locationName' => 'quaility', ], |
4988 | | - 'maxFileSize' => [ 'type' => 'long', 'locationName' => 'maxFileSize', ], |
4989 | | - 'minFileSize' => [ 'type' => 'long', 'locationName' => 'minFileSize', ], |
4990 | | - 'sumFileSize' => [ 'type' => 'long', 'locationName' => 'sumFileSize', ], |
4991 | | - 'avgFileSize' => [ 'type' => 'long', 'locationName' => 'avgFileSize', ], |
4992 | | - 'defaultSourceHost' => [ 'type' => 'string', 'locationName' => 'defaultSourceHost', ], |
4993 | | - 'httpType' => [ 'type' => 'string', 'locationName' => 'httpType', ], |
4994 | | - 'ipSource' => [ 'type' => 'list', 'member' => [ 'shape' => 'IpSourceInfo', ], ], |
4995 | | - 'domainSource' => [ 'type' => 'list', 'member' => [ 'shape' => 'DomainSourceInfo', ], ], |
4996 | | - 'ossSource' => [ 'type' => 'string', 'locationName' => 'ossSource', ], |
4997 | | - 'accelerateRegion' => [ 'type' => 'string', 'locationName' => 'accelerateRegion', ], |
4998 | | - 'tempInstId' => [ 'type' => 'long', 'locationName' => 'tempInstId', ], |
4999 | 5100 | ], |
5000 | 5101 | ], |
5001 | | - 'CreateDomainResultShape' => [ |
| 5102 | + 'DomainTxtGenerateResponseShape' => [ |
5002 | 5103 | 'type' => 'structure', |
5003 | 5104 | 'members' => [ |
| 5105 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
| 5106 | + 'result' => [ 'type' => 'string', 'locationName' => 'result', ], |
5004 | 5107 | ], |
5005 | 5108 | ], |
5006 | 5109 | 'GetDomainDetailRequestShape' => [ |
|
5044 | 5147 | 'result' => [ 'shape' => 'BatchCreateResultShape', ], |
5045 | 5148 | ], |
5046 | 5149 | ], |
5047 | | - 'QueryDomainConfigResponseShape' => [ |
5048 | | - 'type' => 'structure', |
5049 | | - 'members' => [ |
5050 | | - 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
5051 | | - 'result' => [ 'shape' => 'QueryDomainConfigResultShape', ], |
5052 | | - ], |
5053 | | - ], |
5054 | 5150 | 'GetDomainListResponseShape' => [ |
5055 | 5151 | 'type' => 'structure', |
5056 | 5152 | 'members' => [ |
5057 | 5153 | 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
5058 | 5154 | 'result' => [ 'shape' => 'GetDomainListResultShape', ], |
5059 | 5155 | ], |
5060 | 5156 | ], |
5061 | | - 'QueryOssBucketsResultShape' => [ |
5062 | | - 'type' => 'structure', |
5063 | | - 'members' => [ |
5064 | | - 'total' => [ 'type' => 'integer', 'locationName' => 'total', ], |
5065 | | - 'ossBuckets' => [ 'type' => 'list', 'member' => [ 'type' => 'object', ], ], |
5066 | | - ], |
5067 | | - ], |
5068 | 5157 | 'DeleteDomainResponseShape' => [ |
5069 | 5158 | 'type' => 'structure', |
5070 | 5159 | 'members' => [ |
5071 | 5160 | 'result' => [ 'shape' => 'DeleteDomainResultShape', ], |
5072 | 5161 | 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
5073 | 5162 | ], |
5074 | 5163 | ], |
5075 | | - 'QueryDomainCnameTagResponseShape' => [ |
5076 | | - 'type' => 'structure', |
5077 | | - 'members' => [ |
5078 | | - 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
5079 | | - 'result' => [ 'shape' => 'QueryDomainCnameTagResultShape', ], |
5080 | | - ], |
5081 | | - ], |
5082 | 5164 | 'DeleteDomainResultShape' => [ |
5083 | 5165 | 'type' => 'structure', |
5084 | 5166 | 'members' => [ |
|
5090 | 5172 | 'domain' => [ 'type' => 'string', 'locationName' => 'domain', ], |
5091 | 5173 | ], |
5092 | 5174 | ], |
5093 | | - 'GetDomainListByFilterResponseShape' => [ |
5094 | | - 'type' => 'structure', |
5095 | | - 'members' => [ |
5096 | | - 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
5097 | | - 'result' => [ 'shape' => 'GetDomainListByFilterResultShape', ], |
5098 | | - ], |
5099 | | - ], |
5100 | | - 'CreateDomainResponseShape' => [ |
5101 | | - 'type' => 'structure', |
5102 | | - 'members' => [ |
5103 | | - 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
5104 | | - 'result' => [ 'shape' => 'CreateDomainResultShape', ], |
5105 | | - ], |
5106 | | - ], |
5107 | | - 'DeleteDomainRequestShape' => [ |
5108 | | - 'type' => 'structure', |
5109 | | - 'members' => [ |
5110 | | - 'domain' => [ 'type' => 'string', 'locationName' => 'domain', ], |
5111 | | - ], |
5112 | | - ], |
5113 | 5175 | 'QueryDomainCnameTagRequestShape' => [ |
5114 | 5176 | 'type' => 'structure', |
5115 | 5177 | 'members' => [ |
|
0 commit comments