|
848 | 848 | 'input' => [ 'shape' => 'QueryDomainConfigRequestShape', ], |
849 | 849 | 'output' => [ 'shape' => 'QueryDomainConfigResponseShape', ], |
850 | 850 | ], |
851 | | - 'DomainTxtGenerate' => [ |
852 | | - 'name' => 'DomainTxtGenerate', |
| 851 | + 'GenerateDomainTxt' => [ |
| 852 | + 'name' => 'GenerateDomainTxt', |
853 | 853 | 'http' => [ |
854 | 854 | 'method' => 'POST', |
855 | | - 'requestUri' => '/v1/domainTxtGenerate', |
| 855 | + 'requestUri' => '/v1/generateDomainTxt', |
856 | 856 | ], |
857 | | - 'input' => [ 'shape' => 'DomainTxtGenerateRequestShape', ], |
858 | | - 'output' => [ 'shape' => 'DomainTxtGenerateResponseShape', ], |
| 857 | + 'input' => [ 'shape' => 'GenerateDomainTxtRequestShape', ], |
| 858 | + 'output' => [ 'shape' => 'GenerateDomainTxtResponseShape', ], |
859 | 859 | ], |
860 | 860 | 'DomainTxtValidate' => [ |
861 | 861 | 'name' => 'DomainTxtValidate', |
|
4962 | 4962 | 'result' => [ 'shape' => 'QueryDomainConfigResultShape', ], |
4963 | 4963 | ], |
4964 | 4964 | ], |
| 4965 | + 'GenerateDomainTxtResponseShape' => [ |
| 4966 | + 'type' => 'structure', |
| 4967 | + 'members' => [ |
| 4968 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
| 4969 | + 'result' => [ 'shape' => 'GenerateDomainTxtResultShape', ], |
| 4970 | + ], |
| 4971 | + ], |
4965 | 4972 | 'QueryOssBucketsResultShape' => [ |
4966 | 4973 | 'type' => 'structure', |
4967 | 4974 | 'members' => [ |
|
5003 | 5010 | 'domain' => [ 'type' => 'string', 'locationName' => 'domain', ], |
5004 | 5011 | ], |
5005 | 5012 | ], |
5006 | | - 'DomainTxtGenerateResultShape' => [ |
5007 | | - 'type' => 'structure', |
5008 | | - 'members' => [ |
5009 | | - ], |
5010 | | - ], |
5011 | 5013 | 'DomainTxtValidateRequestShape' => [ |
5012 | 5014 | 'type' => 'structure', |
5013 | 5015 | 'members' => [ |
|
5018 | 5020 | 'url' => [ 'type' => 'string', 'locationName' => 'url', ], |
5019 | 5021 | ], |
5020 | 5022 | ], |
5021 | | - 'DomainTxtGenerateRequestShape' => [ |
5022 | | - 'type' => 'structure', |
5023 | | - 'members' => [ |
5024 | | - 'domain' => [ 'type' => 'string', 'locationName' => 'domain', ], |
5025 | | - ], |
5026 | | - ], |
5027 | 5023 | 'GetDomainListByFilterRequestShape' => [ |
5028 | 5024 | 'type' => 'structure', |
5029 | 5025 | 'members' => [ |
|
5099 | 5095 | 'members' => [ |
5100 | 5096 | ], |
5101 | 5097 | ], |
5102 | | - 'DomainTxtGenerateResponseShape' => [ |
5103 | | - 'type' => 'structure', |
5104 | | - 'members' => [ |
5105 | | - 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
5106 | | - 'result' => [ 'type' => 'string', 'locationName' => 'result', ], |
5107 | | - ], |
5108 | | - ], |
5109 | 5098 | 'GetDomainDetailRequestShape' => [ |
5110 | 5099 | 'type' => 'structure', |
5111 | 5100 | 'members' => [ |
|
5209 | 5198 | 'result' => [ 'shape' => 'QueryOssBucketsResultShape', ], |
5210 | 5199 | ], |
5211 | 5200 | ], |
| 5201 | + 'GenerateDomainTxtRequestShape' => [ |
| 5202 | + 'type' => 'structure', |
| 5203 | + 'members' => [ |
| 5204 | + 'domain' => [ 'type' => 'string', 'locationName' => 'domain', ], |
| 5205 | + ], |
| 5206 | + ], |
5212 | 5207 | 'GetDomainDetailResultShape' => [ |
5213 | 5208 | 'type' => 'structure', |
5214 | 5209 | 'members' => [ |
|
5250 | 5245 | 'overseaStatus' => [ 'type' => 'long', 'locationName' => 'overseaStatus', ], |
5251 | 5246 | ], |
5252 | 5247 | ], |
| 5248 | + 'GenerateDomainTxtResultShape' => [ |
| 5249 | + 'type' => 'structure', |
| 5250 | + 'members' => [ |
| 5251 | + 'txt' => [ 'type' => 'string', 'locationName' => 'txt', ], |
| 5252 | + ], |
| 5253 | + ], |
5253 | 5254 | 'BatchCreateResultShape' => [ |
5254 | 5255 | 'type' => 'structure', |
5255 | 5256 | 'members' => [ |
|
0 commit comments