|
389 | 389 | 'input' => [ 'shape' => 'OpenFirewallBotRequestShape', ], |
390 | 390 | 'output' => [ 'shape' => 'OpenFirewallBotResponseShape', ], |
391 | 391 | ], |
| 392 | + 'CloseFirewallBot' => [ |
| 393 | + 'name' => 'CloseFirewallBot', |
| 394 | + 'http' => [ |
| 395 | + 'method' => 'DELETE', |
| 396 | + 'requestUri' => '/v1/bot/{zoneId}', |
| 397 | + ], |
| 398 | + 'input' => [ 'shape' => 'CloseFirewallBotRequestShape', ], |
| 399 | + 'output' => [ 'shape' => 'CloseFirewallBotResponseShape', ], |
| 400 | + ], |
392 | 401 | 'DescribeInstances' => [ |
393 | 402 | 'name' => 'DescribeInstances', |
394 | 403 | 'http' => [ |
|
2040 | 2049 | 'created_on' => [ 'type' => 'string', 'locationName' => 'created_on', ], |
2041 | 2050 | 'proxiable' => [ 'type' => 'boolean', 'locationName' => 'proxiable', ], |
2042 | 2051 | 'content' => [ 'type' => 'string', 'locationName' => 'content', ], |
| 2052 | + 'type' => [ 'type' => 'string', 'locationName' => 'type', ], |
2043 | 2053 | 'ty_pe' => [ 'type' => 'string', 'locationName' => 'ty_pe', ], |
2044 | 2054 | 'id' => [ 'type' => 'string', 'locationName' => 'id', ], |
2045 | 2055 | 'proxied' => [ 'type' => 'boolean', 'locationName' => 'proxied', ], |
|
3173 | 3183 | 'name_servers' => [ 'type' => 'list', 'member' => [ 'type' => 'string', ], ], |
3174 | 3184 | 'original_registrar' => [ 'type' => 'string', 'locationName' => 'original_registrar', ], |
3175 | 3185 | 'enableCname2Rs' => [ 'type' => 'integer', 'locationName' => 'enableCname2Rs', ], |
| 3186 | + 'cname_suffix' => [ 'type' => 'string', 'locationName' => 'cname_suffix', ], |
3176 | 3187 | ], |
3177 | 3188 | ], |
3178 | 3189 | 'Plan_pending' => [ |
|
3641 | 3652 | 'DashboardResultShape' => [ |
3642 | 3653 | 'type' => 'structure', |
3643 | 3654 | 'members' => [ |
3644 | | - 'zoneAnalytics' => [ 'shape' => 'ZoneAnalytics', ], |
| 3655 | + 'totals' => [ 'shape' => 'Totals', ], |
| 3656 | + 'timeseries' => [ 'type' => 'list', 'member' => [ 'shape' => 'Totals', ], ], |
3645 | 3657 | ], |
3646 | 3658 | ], |
3647 | 3659 | 'BpsZoneResponseShape' => [ |
|
3776 | 3788 | 'CacheTopKResultShape' => [ |
3777 | 3789 | 'type' => 'structure', |
3778 | 3790 | 'members' => [ |
3779 | | - 'topkAnalytics' => [ 'shape' => 'TopkAnalytics', ], |
| 3791 | + 'countries' => [ 'type' => 'list', 'member' => [ 'shape' => 'Item', ], ], |
| 3792 | + 'topCountries' => [ 'type' => 'list', 'member' => [ 'shape' => 'Item', ], ], |
| 3793 | + 'topDeviceTypes' => [ 'type' => 'list', 'member' => [ 'shape' => 'Item', ], ], |
| 3794 | + 'topHosts' => [ 'type' => 'list', 'member' => [ 'shape' => 'Item', ], ], |
| 3795 | + 'topPaths' => [ 'type' => 'list', 'member' => [ 'shape' => 'Item', ], ], |
| 3796 | + 'topContentTypes' => [ 'type' => 'list', 'member' => [ 'shape' => 'Item', ], ], |
| 3797 | + 'topStatusCodes' => [ 'type' => 'list', 'member' => [ 'shape' => 'Item', ], ], |
| 3798 | + 'topIPs' => [ 'type' => 'list', 'member' => [ 'shape' => 'Item', ], ], |
| 3799 | + 'topUserAgents' => [ 'type' => 'list', 'member' => [ 'shape' => 'Item', ], ], |
| 3800 | + 'topHttpMethods' => [ 'type' => 'list', 'member' => [ 'shape' => 'Item', ], ], |
| 3801 | + 'topASNs' => [ 'type' => 'list', 'member' => [ 'shape' => 'Item', ], ], |
| 3802 | + 'topFirewallRuleIds' => [ 'type' => 'list', 'member' => [ 'shape' => 'Item', ], ], |
| 3803 | + 'topFirewallRules' => [ 'type' => 'list', 'member' => [ 'shape' => 'Item', ], ], |
| 3804 | + 'topWafRuleIds' => [ 'type' => 'list', 'member' => [ 'shape' => 'Item', ], ], |
| 3805 | + 'topWafRules' => [ 'type' => 'list', 'member' => [ 'shape' => 'Item', ], ], |
3780 | 3806 | ], |
3781 | 3807 | ], |
3782 | 3808 | 'FirewallTopKResultShape' => [ |
3783 | 3809 | 'type' => 'structure', |
3784 | 3810 | 'members' => [ |
3785 | | - 'topkAnalytics' => [ 'shape' => 'TopkAnalytics', ], |
| 3811 | + 'countries' => [ 'type' => 'list', 'member' => [ 'shape' => 'Item', ], ], |
| 3812 | + 'topCountries' => [ 'type' => 'list', 'member' => [ 'shape' => 'Item', ], ], |
| 3813 | + 'topDeviceTypes' => [ 'type' => 'list', 'member' => [ 'shape' => 'Item', ], ], |
| 3814 | + 'topHosts' => [ 'type' => 'list', 'member' => [ 'shape' => 'Item', ], ], |
| 3815 | + 'topPaths' => [ 'type' => 'list', 'member' => [ 'shape' => 'Item', ], ], |
| 3816 | + 'topContentTypes' => [ 'type' => 'list', 'member' => [ 'shape' => 'Item', ], ], |
| 3817 | + 'topStatusCodes' => [ 'type' => 'list', 'member' => [ 'shape' => 'Item', ], ], |
| 3818 | + 'topIPs' => [ 'type' => 'list', 'member' => [ 'shape' => 'Item', ], ], |
| 3819 | + 'topUserAgents' => [ 'type' => 'list', 'member' => [ 'shape' => 'Item', ], ], |
| 3820 | + 'topHttpMethods' => [ 'type' => 'list', 'member' => [ 'shape' => 'Item', ], ], |
| 3821 | + 'topASNs' => [ 'type' => 'list', 'member' => [ 'shape' => 'Item', ], ], |
| 3822 | + 'topFirewallRuleIds' => [ 'type' => 'list', 'member' => [ 'shape' => 'Item', ], ], |
| 3823 | + 'topFirewallRules' => [ 'type' => 'list', 'member' => [ 'shape' => 'Item', ], ], |
| 3824 | + 'topWafRuleIds' => [ 'type' => 'list', 'member' => [ 'shape' => 'Item', ], ], |
| 3825 | + 'topWafRules' => [ 'type' => 'list', 'member' => [ 'shape' => 'Item', ], ], |
3786 | 3826 | ], |
3787 | 3827 | ], |
3788 | 3828 | 'FirewallTopKRequestShape' => [ |
|
3901 | 3941 | 'CacheBandwidthTopKResultShape' => [ |
3902 | 3942 | 'type' => 'structure', |
3903 | 3943 | 'members' => [ |
3904 | | - 'topkAnalytics' => [ 'shape' => 'TopkAnalytics', ], |
| 3944 | + 'countries' => [ 'type' => 'list', 'member' => [ 'shape' => 'Item', ], ], |
| 3945 | + 'topCountries' => [ 'type' => 'list', 'member' => [ 'shape' => 'Item', ], ], |
| 3946 | + 'topDeviceTypes' => [ 'type' => 'list', 'member' => [ 'shape' => 'Item', ], ], |
| 3947 | + 'topHosts' => [ 'type' => 'list', 'member' => [ 'shape' => 'Item', ], ], |
| 3948 | + 'topPaths' => [ 'type' => 'list', 'member' => [ 'shape' => 'Item', ], ], |
| 3949 | + 'topContentTypes' => [ 'type' => 'list', 'member' => [ 'shape' => 'Item', ], ], |
| 3950 | + 'topStatusCodes' => [ 'type' => 'list', 'member' => [ 'shape' => 'Item', ], ], |
| 3951 | + 'topIPs' => [ 'type' => 'list', 'member' => [ 'shape' => 'Item', ], ], |
| 3952 | + 'topUserAgents' => [ 'type' => 'list', 'member' => [ 'shape' => 'Item', ], ], |
| 3953 | + 'topHttpMethods' => [ 'type' => 'list', 'member' => [ 'shape' => 'Item', ], ], |
| 3954 | + 'topASNs' => [ 'type' => 'list', 'member' => [ 'shape' => 'Item', ], ], |
| 3955 | + 'topFirewallRuleIds' => [ 'type' => 'list', 'member' => [ 'shape' => 'Item', ], ], |
| 3956 | + 'topFirewallRules' => [ 'type' => 'list', 'member' => [ 'shape' => 'Item', ], ], |
| 3957 | + 'topWafRuleIds' => [ 'type' => 'list', 'member' => [ 'shape' => 'Item', ], ], |
| 3958 | + 'topWafRules' => [ 'type' => 'list', 'member' => [ 'shape' => 'Item', ], ], |
3905 | 3959 | ], |
3906 | 3960 | ], |
3907 | 3961 | 'BpsZoneResultShape' => [ |
|
4431 | 4485 | 'id' => [ 'type' => 'string', 'locationName' => 'id', ], |
4432 | 4486 | ], |
4433 | 4487 | ], |
| 4488 | + 'OpenFirewallBotRequestShape' => [ |
| 4489 | + 'type' => 'structure', |
| 4490 | + 'members' => [ |
| 4491 | + 'zoneId' => [ 'type' => 'string', 'locationName' => 'zoneId', ], |
| 4492 | + ], |
| 4493 | + ], |
| 4494 | + 'DescribeBotStatusResponseShape' => [ |
| 4495 | + 'type' => 'structure', |
| 4496 | + 'members' => [ |
| 4497 | + 'result' => [ 'shape' => 'DescribeBotStatusResultShape', ], |
| 4498 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
| 4499 | + ], |
| 4500 | + ], |
| 4501 | + 'CloseFirewallBotResponseShape' => [ |
| 4502 | + 'type' => 'structure', |
| 4503 | + 'members' => [ |
| 4504 | + 'result' => [ 'shape' => 'CloseFirewallBotResultShape', ], |
| 4505 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
| 4506 | + ], |
| 4507 | + ], |
| 4508 | + 'CloseFirewallBotResultShape' => [ |
| 4509 | + 'type' => 'structure', |
| 4510 | + 'members' => [ |
| 4511 | + 'success' => [ 'type' => 'boolean', 'locationName' => 'success', ], |
| 4512 | + ], |
| 4513 | + ], |
| 4514 | + 'CloseFirewallBotRequestShape' => [ |
| 4515 | + 'type' => 'structure', |
| 4516 | + 'members' => [ |
| 4517 | + 'zoneId' => [ 'type' => 'string', 'locationName' => 'zoneId', ], |
| 4518 | + ], |
| 4519 | + ], |
4434 | 4520 | 'DeleteIndividualFirewallRulesRequestShape' => [ |
4435 | 4521 | 'type' => 'structure', |
4436 | 4522 | 'members' => [ |
|
4471 | 4557 | 'success' => [ 'type' => 'boolean', 'locationName' => 'success', ], |
4472 | 4558 | ], |
4473 | 4559 | ], |
4474 | | - 'OpenFirewallBotRequestShape' => [ |
4475 | | - 'type' => 'structure', |
4476 | | - 'members' => [ |
4477 | | - 'zoneId' => [ 'type' => 'string', 'locationName' => 'zoneId', ], |
4478 | | - ], |
4479 | | - ], |
4480 | 4560 | 'DeleteIndividualFirewallRulesResultShape' => [ |
4481 | 4561 | 'type' => 'structure', |
4482 | 4562 | 'members' => [ |
4483 | 4563 | 'data' => [ 'shape' => 'FirewallRule', ], |
4484 | 4564 | ], |
4485 | 4565 | ], |
4486 | | - 'DescribeBotStatusResponseShape' => [ |
4487 | | - 'type' => 'structure', |
4488 | | - 'members' => [ |
4489 | | - 'result' => [ 'shape' => 'DescribeBotStatusResultShape', ], |
4490 | | - 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
4491 | | - ], |
4492 | | - ], |
4493 | 4566 | 'ListOfFirewallRulesRequestShape' => [ |
4494 | 4567 | 'type' => 'structure', |
4495 | 4568 | 'members' => [ |
|
4786 | 4859 | 'InstanceTrafficSumResultShape' => [ |
4787 | 4860 | 'type' => 'structure', |
4788 | 4861 | 'members' => [ |
4789 | | - 'data' => [ 'shape' => 'CdnSingleMetric', ], |
| 4862 | + 'value' => [ 'type' => 'double', 'locationName' => 'value', ], |
4790 | 4863 | ], |
4791 | 4864 | ], |
4792 | 4865 | 'InstanceBandwidthAvgResultShape' => [ |
4793 | 4866 | 'type' => 'structure', |
4794 | 4867 | 'members' => [ |
4795 | | - 'data' => [ 'shape' => 'CdnSingleMetric', ], |
| 4868 | + 'value' => [ 'type' => 'double', 'locationName' => 'value', ], |
4796 | 4869 | ], |
4797 | 4870 | ], |
4798 | 4871 | 'InstanceRequestMultiDateHistogramRequestShape' => [ |
|
4807 | 4880 | 'InstanceRequestSumResultShape' => [ |
4808 | 4881 | 'type' => 'structure', |
4809 | 4882 | 'members' => [ |
4810 | | - 'data' => [ 'shape' => 'CdnSingleMetric', ], |
| 4883 | + 'value' => [ 'type' => 'double', 'locationName' => 'value', ], |
4811 | 4884 | ], |
4812 | 4885 | ], |
4813 | 4886 | 'InstanceRequestSumResponseShape' => [ |
|
4984 | 5057 | 'type' => 'structure', |
4985 | 5058 | 'members' => [ |
4986 | 5059 | 'total' => [ 'type' => 'double', 'locationName' => 'total', ], |
4987 | | - 'dataList' => [ 'type' => 'list', 'member' => [ 'shape' => 'CdnZoneBandwidth', ], ], |
| 5060 | + 'cdnZoneBandwidths' => [ 'type' => 'list', 'member' => [ 'shape' => 'CdnZoneBandwidth', ], ], |
4988 | 5061 | ], |
4989 | 5062 | ], |
4990 | 5063 | 'InstanceRequestDateHistogramResultShape' => [ |
|
5014 | 5087 | 'InstanceBandwidthMaxResultShape' => [ |
5015 | 5088 | 'type' => 'structure', |
5016 | 5089 | 'members' => [ |
5017 | | - 'data' => [ 'shape' => 'CdnBandwidthMax', ], |
| 5090 | + 'value' => [ 'type' => 'double', 'locationName' => 'value', ], |
| 5091 | + 'timestamp' => [ 'type' => 'double', 'locationName' => 'timestamp', ], |
5018 | 5092 | ], |
5019 | 5093 | ], |
5020 | 5094 | 'InstanceRequestDateHistogramRequestShape' => [ |
|
5051 | 5125 | 'InstanceBandwidthP95ResultShape' => [ |
5052 | 5126 | 'type' => 'structure', |
5053 | 5127 | 'members' => [ |
5054 | | - 'data' => [ 'shape' => 'CdnSingleMetric', ], |
| 5128 | + 'value' => [ 'type' => 'double', 'locationName' => 'value', ], |
5055 | 5129 | ], |
5056 | 5130 | ], |
5057 | 5131 | 'InstanceBandwidthMultiDateHistogramResponseShape' => [ |
|
5699 | 5773 | 'ZoneBandwidthAvgResultShape' => [ |
5700 | 5774 | 'type' => 'structure', |
5701 | 5775 | 'members' => [ |
5702 | | - 'data' => [ 'shape' => 'CdnSingleMetric', ], |
| 5776 | + 'value' => [ 'type' => 'double', 'locationName' => 'value', ], |
5703 | 5777 | ], |
5704 | 5778 | ], |
5705 | 5779 | 'ZoneBandwidthDateHistogramResponseShape' => [ |
|
5807 | 5881 | 'ZoneRequestSumResultShape' => [ |
5808 | 5882 | 'type' => 'structure', |
5809 | 5883 | 'members' => [ |
5810 | | - 'data' => [ 'shape' => 'CdnSingleMetric', ], |
| 5884 | + 'value' => [ 'type' => 'double', 'locationName' => 'value', ], |
5811 | 5885 | ], |
5812 | 5886 | ], |
5813 | 5887 | 'ZoneRequestMultiDateHistogramRequestShape' => [ |
|
5843 | 5917 | 'ZoneBandwidthP95ResultShape' => [ |
5844 | 5918 | 'type' => 'structure', |
5845 | 5919 | 'members' => [ |
5846 | | - 'data' => [ 'shape' => 'CdnSingleMetric', ], |
| 5920 | + 'value' => [ 'type' => 'double', 'locationName' => 'value', ], |
5847 | 5921 | ], |
5848 | 5922 | ], |
5849 | 5923 | 'ZoneBandwidthDateHistogramRequestShape' => [ |
|
5859 | 5933 | 'ZoneBandwidthMaxResultShape' => [ |
5860 | 5934 | 'type' => 'structure', |
5861 | 5935 | 'members' => [ |
5862 | | - 'data' => [ 'shape' => 'CdnBandwidthMax', ], |
| 5936 | + 'value' => [ 'type' => 'double', 'locationName' => 'value', ], |
| 5937 | + 'timestamp' => [ 'type' => 'double', 'locationName' => 'timestamp', ], |
5863 | 5938 | ], |
5864 | 5939 | ], |
5865 | 5940 | 'ZoneRequestDateHistogramResponseShape' => [ |
|
5886 | 5961 | 'ZoneTrafficSumResultShape' => [ |
5887 | 5962 | 'type' => 'structure', |
5888 | 5963 | 'members' => [ |
5889 | | - 'data' => [ 'shape' => 'CdnSingleMetric', ], |
| 5964 | + 'value' => [ 'type' => 'double', 'locationName' => 'value', ], |
5890 | 5965 | ], |
5891 | 5966 | ], |
5892 | 5967 | 'ZoneBandwidthAvgRequestShape' => [ |
|
0 commit comments