|
767 | 767 | 'input' => [ 'shape' => 'DeletePageRuleRequestShape', ], |
768 | 768 | 'output' => [ 'shape' => 'DeletePageRuleResponseShape', ], |
769 | 769 | ], |
| 770 | + 'GetRuleSet' => [ |
| 771 | + 'name' => 'GetRuleSet', |
| 772 | + 'http' => [ |
| 773 | + 'method' => 'GET', |
| 774 | + 'requestUri' => '/v1/zones/{zone_id}/rulesets$$phases/{phase}/entrypoint', |
| 775 | + ], |
| 776 | + 'input' => [ 'shape' => 'GetRuleSetRequestShape', ], |
| 777 | + 'output' => [ 'shape' => 'GetRuleSetResponseShape', ], |
| 778 | + ], |
| 779 | + 'CreateRuleSet' => [ |
| 780 | + 'name' => 'CreateRuleSet', |
| 781 | + 'http' => [ |
| 782 | + 'method' => 'PUT', |
| 783 | + 'requestUri' => '/v1/zones/{zone_id}/rulesets$$phases/{phase}/entrypoint', |
| 784 | + ], |
| 785 | + 'input' => [ 'shape' => 'CreateRuleSetRequestShape', ], |
| 786 | + 'output' => [ 'shape' => 'CreateRuleSetResponseShape', ], |
| 787 | + ], |
| 788 | + 'CreateRule' => [ |
| 789 | + 'name' => 'CreateRule', |
| 790 | + 'http' => [ |
| 791 | + 'method' => 'POST', |
| 792 | + 'requestUri' => '/v1/zones/{zone_id}/rulesets/{ruleset_id}/rules', |
| 793 | + ], |
| 794 | + 'input' => [ 'shape' => 'CreateRuleRequestShape', ], |
| 795 | + 'output' => [ 'shape' => 'CreateRuleResponseShape', ], |
| 796 | + ], |
| 797 | + 'UpdateRule' => [ |
| 798 | + 'name' => 'UpdateRule', |
| 799 | + 'http' => [ |
| 800 | + 'method' => 'PATCH', |
| 801 | + 'requestUri' => '/v1/zones/{zone_id}/rulesets/{ruleset_id}/rules/{rule_id}', |
| 802 | + ], |
| 803 | + 'input' => [ 'shape' => 'UpdateRuleRequestShape', ], |
| 804 | + 'output' => [ 'shape' => 'UpdateRuleResponseShape', ], |
| 805 | + ], |
| 806 | + 'DeleteRule' => [ |
| 807 | + 'name' => 'DeleteRule', |
| 808 | + 'http' => [ |
| 809 | + 'method' => 'DELETE', |
| 810 | + 'requestUri' => '/v1/zones/{zone_id}/rulesets/{ruleset_id}/rules/{rule_id}', |
| 811 | + ], |
| 812 | + 'input' => [ 'shape' => 'DeleteRuleRequestShape', ], |
| 813 | + 'output' => [ 'shape' => 'DeleteRuleResponseShape', ], |
| 814 | + ], |
770 | 815 | 'InstanceTrafficDateHistogram4Pa' => [ |
771 | 816 | 'name' => 'InstanceTrafficDateHistogram4Pa', |
772 | 817 | 'http' => [ |
|
3038 | 3083 | 'newValue' => [ 'type' => 'string', 'locationName' => 'newValue', ], |
3039 | 3084 | ], |
3040 | 3085 | ], |
| 3086 | + 'OpListIncomeSummaryResp' => [ |
| 3087 | + 'type' => 'structure', |
| 3088 | + 'members' => [ |
| 3089 | + 'id' => [ 'type' => 'long', 'locationName' => 'id', ], |
| 3090 | + 'dataSourceId' => [ 'type' => 'string', 'locationName' => 'dataSourceId', ], |
| 3091 | + 'opType' => [ 'type' => 'integer', 'locationName' => 'opType', ], |
| 3092 | + 'pin' => [ 'type' => 'string', 'locationName' => 'pin', ], |
| 3093 | + 'serviceCode' => [ 'type' => 'string', 'locationName' => 'serviceCode', ], |
| 3094 | + 'billingType' => [ 'type' => 'integer', 'locationName' => 'billingType', ], |
| 3095 | + 'startTime' => [ 'type' => 'string', 'locationName' => 'startTime', ], |
| 3096 | + 'endTime' => [ 'type' => 'string', 'locationName' => 'endTime', ], |
| 3097 | + 'billTime' => [ 'type' => 'string', 'locationName' => 'billTime', ], |
| 3098 | + 'billFee' => [ 'type' => 'string', 'locationName' => 'billFee', ], |
| 3099 | + 'actualFee' => [ 'type' => 'string', 'locationName' => 'actualFee', ], |
| 3100 | + 'discountFee' => [ 'type' => 'string', 'locationName' => 'discountFee', ], |
| 3101 | + 'amountType' => [ 'type' => 'integer', 'locationName' => 'amountType', ], |
| 3102 | + 'payCurrency' => [ 'type' => 'string', 'locationName' => 'payCurrency', ], |
| 3103 | + 'taxRate' => [ 'type' => 'string', 'locationName' => 'taxRate', ], |
| 3104 | + 'payState' => [ 'type' => 'integer', 'locationName' => 'payState', ], |
| 3105 | + 'payTime' => [ 'type' => 'string', 'locationName' => 'payTime', ], |
| 3106 | + 'orgId' => [ 'type' => 'string', 'locationName' => 'orgId', ], |
| 3107 | + 'orgName' => [ 'type' => 'string', 'locationName' => 'orgName', ], |
| 3108 | + 'orderType' => [ 'type' => 'integer', 'locationName' => 'orderType', ], |
| 3109 | + 'billType' => [ 'type' => 'integer', 'locationName' => 'billType', ], |
| 3110 | + 'origDataSourceId' => [ 'type' => 'string', 'locationName' => 'origDataSourceId', ], |
| 3111 | + 'salesContractNumber' => [ 'type' => 'string', 'locationName' => 'salesContractNumber', ], |
| 3112 | + 'salesContractStatus' => [ 'type' => 'integer', 'locationName' => 'salesContractStatus', ], |
| 3113 | + 'region' => [ 'type' => 'string', 'locationName' => 'region', ], |
| 3114 | + 'formulaDesc' => [ 'type' => 'string', 'locationName' => 'formulaDesc', ], |
| 3115 | + 'ebsResultCode' => [ 'type' => 'string', 'locationName' => 'ebsResultCode', ], |
| 3116 | + 'ebsResultMessage' => [ 'type' => 'string', 'locationName' => 'ebsResultMessage', ], |
| 3117 | + 'billResultCode' => [ 'type' => 'string', 'locationName' => 'billResultCode', ], |
| 3118 | + 'billResultMessage' => [ 'type' => 'string', 'locationName' => 'billResultMessage', ], |
| 3119 | + 'ebsPush' => [ 'type' => 'boolean', 'locationName' => 'ebsPush', ], |
| 3120 | + 'billPush' => [ 'type' => 'boolean', 'locationName' => 'billPush', ], |
| 3121 | + ], |
| 3122 | + ], |
3041 | 3123 | 'DescribeZonesRes' => [ |
3042 | 3124 | 'type' => 'structure', |
3043 | 3125 | 'members' => [ |
|
3070 | 3152 | 'jdc_flagship' => [ 'type' => 'string', 'locationName' => 'jdc_flagship', ], |
3071 | 3153 | ], |
3072 | 3154 | ], |
| 3155 | + 'OpIncomeSummaryRes' => [ |
| 3156 | + 'type' => 'structure', |
| 3157 | + 'members' => [ |
| 3158 | + 'batchPushIds' => [ 'type' => 'list', 'member' => [ 'type' => 'long', ], ], |
| 3159 | + 'id' => [ 'type' => 'long', 'locationName' => 'id', ], |
| 3160 | + 'ebsPush' => [ 'type' => 'boolean', 'locationName' => 'ebsPush', ], |
| 3161 | + 'billPush' => [ 'type' => 'boolean', 'locationName' => 'billPush', ], |
| 3162 | + 'dataSourceId' => [ 'type' => 'string', 'locationName' => 'dataSourceId', ], |
| 3163 | + 'opType' => [ 'type' => 'integer', 'locationName' => 'opType', ], |
| 3164 | + 'pin' => [ 'type' => 'string', 'locationName' => 'pin', ], |
| 3165 | + 'serviceCode' => [ 'type' => 'string', 'locationName' => 'serviceCode', ], |
| 3166 | + 'billingType' => [ 'type' => 'integer', 'locationName' => 'billingType', ], |
| 3167 | + 'startTime' => [ 'type' => 'string', 'locationName' => 'startTime', ], |
| 3168 | + 'endTime' => [ 'type' => 'string', 'locationName' => 'endTime', ], |
| 3169 | + 'billTime' => [ 'type' => 'string', 'locationName' => 'billTime', ], |
| 3170 | + 'billFee' => [ 'type' => 'string', 'locationName' => 'billFee', ], |
| 3171 | + 'actualFee' => [ 'type' => 'string', 'locationName' => 'actualFee', ], |
| 3172 | + 'discountFee' => [ 'type' => 'string', 'locationName' => 'discountFee', ], |
| 3173 | + 'amountType' => [ 'type' => 'integer', 'locationName' => 'amountType', ], |
| 3174 | + 'payCurrency' => [ 'type' => 'string', 'locationName' => 'payCurrency', ], |
| 3175 | + 'taxRate' => [ 'type' => 'string', 'locationName' => 'taxRate', ], |
| 3176 | + 'payState' => [ 'type' => 'integer', 'locationName' => 'payState', ], |
| 3177 | + 'payTime' => [ 'type' => 'string', 'locationName' => 'payTime', ], |
| 3178 | + 'orgId' => [ 'type' => 'string', 'locationName' => 'orgId', ], |
| 3179 | + 'orgName' => [ 'type' => 'string', 'locationName' => 'orgName', ], |
| 3180 | + 'orderType' => [ 'type' => 'integer', 'locationName' => 'orderType', ], |
| 3181 | + 'billType' => [ 'type' => 'integer', 'locationName' => 'billType', ], |
| 3182 | + 'origDataSourceId' => [ 'type' => 'string', 'locationName' => 'origDataSourceId', ], |
| 3183 | + 'salesContractNumber' => [ 'type' => 'string', 'locationName' => 'salesContractNumber', ], |
| 3184 | + 'salesContractStatus' => [ 'type' => 'integer', 'locationName' => 'salesContractStatus', ], |
| 3185 | + 'region' => [ 'type' => 'string', 'locationName' => 'region', ], |
| 3186 | + 'formulaDesc' => [ 'type' => 'string', 'locationName' => 'formulaDesc', ], |
| 3187 | + ], |
| 3188 | + ], |
3073 | 3189 | 'RoutingModes' => [ |
3074 | 3190 | 'type' => 'structure', |
3075 | 3191 | 'members' => [ |
|
6026 | 6142 | 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
6027 | 6143 | ], |
6028 | 6144 | ], |
| 6145 | + 'GetRuleSetRequestShape' => [ |
| 6146 | + 'type' => 'structure', |
| 6147 | + 'members' => [ |
| 6148 | + 'zone_id' => [ 'type' => 'string', 'locationName' => 'zone_id', ], |
| 6149 | + 'phase' => [ 'type' => 'string', 'locationName' => 'phase', ], |
| 6150 | + ], |
| 6151 | + ], |
| 6152 | + 'CreateRuleResponseShape' => [ |
| 6153 | + 'type' => 'structure', |
| 6154 | + 'members' => [ |
| 6155 | + 'result' => [ 'shape' => 'CreateRuleResultShape', ], |
| 6156 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
| 6157 | + ], |
| 6158 | + ], |
| 6159 | + 'DeleteRuleResultShape' => [ |
| 6160 | + 'type' => 'structure', |
| 6161 | + 'members' => [ |
| 6162 | + 'data' => [ 'shape' => 'RuleSet', ], |
| 6163 | + ], |
| 6164 | + ], |
| 6165 | + 'CreateRuleSetRequestShape' => [ |
| 6166 | + 'type' => 'structure', |
| 6167 | + 'members' => [ |
| 6168 | + 'rules' => [ 'type' => 'list', 'member' => [ 'shape' => 'Rule', ], ], |
| 6169 | + 'zone_id' => [ 'type' => 'string', 'locationName' => 'zone_id', ], |
| 6170 | + 'phase' => [ 'type' => 'string', 'locationName' => 'phase', ], |
| 6171 | + ], |
| 6172 | + ], |
| 6173 | + 'UpdateRuleResponseShape' => [ |
| 6174 | + 'type' => 'structure', |
| 6175 | + 'members' => [ |
| 6176 | + 'result' => [ 'shape' => 'UpdateRuleResultShape', ], |
| 6177 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
| 6178 | + ], |
| 6179 | + ], |
| 6180 | + 'DeleteRuleRequestShape' => [ |
| 6181 | + 'type' => 'structure', |
| 6182 | + 'members' => [ |
| 6183 | + 'zone_id' => [ 'type' => 'string', 'locationName' => 'zone_id', ], |
| 6184 | + 'ruleset_id' => [ 'type' => 'string', 'locationName' => 'ruleset_id', ], |
| 6185 | + 'rule_id' => [ 'type' => 'string', 'locationName' => 'rule_id', ], |
| 6186 | + ], |
| 6187 | + ], |
| 6188 | + 'UpdateRuleRequestShape' => [ |
| 6189 | + 'type' => 'structure', |
| 6190 | + 'members' => [ |
| 6191 | + 'enabled' => [ 'type' => 'boolean', 'locationName' => 'enabled', ], |
| 6192 | + 'description' => [ 'type' => 'string', 'locationName' => 'description', ], |
| 6193 | + 'expression' => [ 'type' => 'string', 'locationName' => 'expression', ], |
| 6194 | + 'action' => [ 'type' => 'string', 'locationName' => 'action', ], |
| 6195 | + 'action_parameters' => [ 'shape' => 'Action_parameters', ], |
| 6196 | + 'ratelimit' => [ 'shape' => 'Ratelimit', ], |
| 6197 | + 'logging' => [ 'shape' => 'Logging', ], |
| 6198 | + 'position' => [ 'shape' => 'Position', ], |
| 6199 | + 'id' => [ 'type' => 'string', 'locationName' => 'id', ], |
| 6200 | + 'version' => [ 'type' => 'string', 'locationName' => 'version', ], |
| 6201 | + 'last_updated' => [ 'type' => 'string', 'locationName' => 'last_updated', ], |
| 6202 | + 'ref' => [ 'type' => 'string', 'locationName' => 'ref', ], |
| 6203 | + 'zone_id' => [ 'type' => 'string', 'locationName' => 'zone_id', ], |
| 6204 | + 'ruleset_id' => [ 'type' => 'string', 'locationName' => 'ruleset_id', ], |
| 6205 | + 'rule_id' => [ 'type' => 'string', 'locationName' => 'rule_id', ], |
| 6206 | + ], |
| 6207 | + ], |
| 6208 | + 'UpdateRuleResultShape' => [ |
| 6209 | + 'type' => 'structure', |
| 6210 | + 'members' => [ |
| 6211 | + 'data' => [ 'shape' => 'RuleSet', ], |
| 6212 | + ], |
| 6213 | + ], |
| 6214 | + 'CreateRuleRequestShape' => [ |
| 6215 | + 'type' => 'structure', |
| 6216 | + 'members' => [ |
| 6217 | + 'enabled' => [ 'type' => 'boolean', 'locationName' => 'enabled', ], |
| 6218 | + 'description' => [ 'type' => 'string', 'locationName' => 'description', ], |
| 6219 | + 'expression' => [ 'type' => 'string', 'locationName' => 'expression', ], |
| 6220 | + 'action' => [ 'type' => 'string', 'locationName' => 'action', ], |
| 6221 | + 'action_parameters' => [ 'shape' => 'Action_parameters', ], |
| 6222 | + 'ratelimit' => [ 'shape' => 'Ratelimit', ], |
| 6223 | + 'zone_id' => [ 'type' => 'string', 'locationName' => 'zone_id', ], |
| 6224 | + 'ruleset_id' => [ 'type' => 'string', 'locationName' => 'ruleset_id', ], |
| 6225 | + ], |
| 6226 | + ], |
| 6227 | + 'CreateRuleSetResponseShape' => [ |
| 6228 | + 'type' => 'structure', |
| 6229 | + 'members' => [ |
| 6230 | + 'result' => [ 'shape' => 'CreateRuleSetResultShape', ], |
| 6231 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
| 6232 | + ], |
| 6233 | + ], |
| 6234 | + 'CreateRuleResultShape' => [ |
| 6235 | + 'type' => 'structure', |
| 6236 | + 'members' => [ |
| 6237 | + 'data' => [ 'shape' => 'RuleSet', ], |
| 6238 | + ], |
| 6239 | + ], |
| 6240 | + 'GetRuleSetResponseShape' => [ |
| 6241 | + 'type' => 'structure', |
| 6242 | + 'members' => [ |
| 6243 | + 'result' => [ 'shape' => 'GetRuleSetResultShape', ], |
| 6244 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
| 6245 | + ], |
| 6246 | + ], |
| 6247 | + 'DeleteRuleResponseShape' => [ |
| 6248 | + 'type' => 'structure', |
| 6249 | + 'members' => [ |
| 6250 | + 'result' => [ 'shape' => 'DeleteRuleResultShape', ], |
| 6251 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
| 6252 | + ], |
| 6253 | + ], |
| 6254 | + 'CreateRuleSetResultShape' => [ |
| 6255 | + 'type' => 'structure', |
| 6256 | + 'members' => [ |
| 6257 | + 'data' => [ 'shape' => 'RuleSet', ], |
| 6258 | + ], |
| 6259 | + ], |
| 6260 | + 'GetRuleSetResultShape' => [ |
| 6261 | + 'type' => 'structure', |
| 6262 | + 'members' => [ |
| 6263 | + 'data' => [ 'shape' => 'RuleSet', ], |
| 6264 | + ], |
| 6265 | + ], |
6029 | 6266 | 'ZoneBandwidthDateHistogram4PaResponseShape' => [ |
6030 | 6267 | 'type' => 'structure', |
6031 | 6268 | 'members' => [ |
|
0 commit comments