|
2697 | 2697 | 'zones' => [ 'type' => 'list', 'member' => [ 'type' => 'string', ], ], |
2698 | 2698 | ], |
2699 | 2699 | ], |
| 2700 | + 'SuspicionBehavior' => [ |
| 2701 | + 'type' => 'structure', |
| 2702 | + 'members' => [ |
| 2703 | + 'zoneName' => [ 'type' => 'string', 'locationName' => 'zoneName', ], |
| 2704 | + 'instanceName' => [ 'type' => 'string', 'locationName' => 'instanceName', ], |
| 2705 | + 'pin' => [ 'type' => 'string', 'locationName' => 'pin', ], |
| 2706 | + 'packType' => [ 'type' => 'string', 'locationName' => 'packType', ], |
| 2707 | + 'chargeState' => [ 'type' => 'string', 'locationName' => 'chargeState', ], |
| 2708 | + 'instanceExpireTime' => [ 'type' => 'string', 'locationName' => 'instanceExpireTime', ], |
| 2709 | + 'originIp' => [ 'type' => 'string', 'locationName' => 'originIp', ], |
| 2710 | + 'countryRegion' => [ 'type' => 'string', 'locationName' => 'countryRegion', ], |
| 2711 | + 'level' => [ 'type' => 'string', 'locationName' => 'level', ], |
| 2712 | + 'windowStartTime' => [ 'type' => 'string', 'locationName' => 'windowStartTime', ], |
| 2713 | + 'cnt' => [ 'type' => 'long', 'locationName' => 'cnt', ], |
| 2714 | + 'ws101Cnt' => [ 'type' => 'long', 'locationName' => 'ws101Cnt', ], |
| 2715 | + ], |
| 2716 | + ], |
| 2717 | + 'ZoneTraffic' => [ |
| 2718 | + 'type' => 'structure', |
| 2719 | + 'members' => [ |
| 2720 | + 'zonename' => [ 'type' => 'string', 'locationName' => 'zonename', ], |
| 2721 | + 'instanceName' => [ 'type' => 'string', 'locationName' => 'instanceName', ], |
| 2722 | + 'pin' => [ 'type' => 'string', 'locationName' => 'pin', ], |
| 2723 | + 'packType' => [ 'type' => 'string', 'locationName' => 'packType', ], |
| 2724 | + 'chargeState' => [ 'type' => 'string', 'locationName' => 'chargeState', ], |
| 2725 | + 'instanceExpireTime' => [ 'type' => 'string', 'locationName' => 'instanceExpireTime', ], |
| 2726 | + 'bytes' => [ 'type' => 'long', 'locationName' => 'bytes', ], |
| 2727 | + 'totalFlowStr' => [ 'type' => 'string', 'locationName' => 'totalFlowStr', ], |
| 2728 | + 'usedFlowStr' => [ 'type' => 'string', 'locationName' => 'usedFlowStr', ], |
| 2729 | + 'remainingFlowStr' => [ 'type' => 'string', 'locationName' => 'remainingFlowStr', ], |
| 2730 | + 'instanceUsedStatus' => [ 'type' => 'string', 'locationName' => 'instanceUsedStatus', ], |
| 2731 | + 'icpStatus' => [ 'type' => 'boolean', 'locationName' => 'icpStatus', ], |
| 2732 | + ], |
| 2733 | + ], |
| 2734 | + 'ZoneBandwidth' => [ |
| 2735 | + 'type' => 'structure', |
| 2736 | + 'members' => [ |
| 2737 | + 'zonename' => [ 'type' => 'string', 'locationName' => 'zonename', ], |
| 2738 | + 'instanceName' => [ 'type' => 'string', 'locationName' => 'instanceName', ], |
| 2739 | + 'pin' => [ 'type' => 'string', 'locationName' => 'pin', ], |
| 2740 | + 'packType' => [ 'type' => 'string', 'locationName' => 'packType', ], |
| 2741 | + 'chargeState' => [ 'type' => 'string', 'locationName' => 'chargeState', ], |
| 2742 | + 'instanceExpireTime' => [ 'type' => 'string', 'locationName' => 'instanceExpireTime', ], |
| 2743 | + 'bps' => [ 'type' => 'long', 'locationName' => 'bps', ], |
| 2744 | + 'totalFlowStr' => [ 'type' => 'string', 'locationName' => 'totalFlowStr', ], |
| 2745 | + 'usedFlowStr' => [ 'type' => 'string', 'locationName' => 'usedFlowStr', ], |
| 2746 | + 'remainingFlowStr' => [ 'type' => 'string', 'locationName' => 'remainingFlowStr', ], |
| 2747 | + 'instanceUsedStatus' => [ 'type' => 'string', 'locationName' => 'instanceUsedStatus', ], |
| 2748 | + 'icpStatus' => [ 'type' => 'boolean', 'locationName' => 'icpStatus', ], |
| 2749 | + ], |
| 2750 | + ], |
| 2751 | + 'GetAllInstancesRes' => [ |
| 2752 | + 'type' => 'structure', |
| 2753 | + 'members' => [ |
| 2754 | + 'instanceId' => [ 'type' => 'string', 'locationName' => 'instanceId', ], |
| 2755 | + 'instanceName' => [ 'type' => 'string', 'locationName' => 'instanceName', ], |
| 2756 | + ], |
| 2757 | + ], |
2700 | 2758 | 'DescribePopIpRes' => [ |
2701 | 2759 | 'type' => 'structure', |
2702 | 2760 | 'members' => [ |
|
2813 | 2871 | 'reason' => [ 'type' => 'integer', 'locationName' => 'reason', ], |
2814 | 2872 | ], |
2815 | 2873 | ], |
| 2874 | + 'OpZoneRecordDetails' => [ |
| 2875 | + 'type' => 'structure', |
| 2876 | + 'members' => [ |
| 2877 | + 'opZoneRecords' => [ 'shape' => 'OpZoneRecords', ], |
| 2878 | + 'sameContentZones' => [ 'type' => 'list', 'member' => [ 'shape' => 'SameContentZones', ], ], |
| 2879 | + ], |
| 2880 | + ], |
| 2881 | + 'ListAuditLog' => [ |
| 2882 | + 'type' => 'structure', |
| 2883 | + 'members' => [ |
| 2884 | + 'auditId' => [ 'type' => 'string', 'locationName' => 'auditId', ], |
| 2885 | + 'auditWhen' => [ 'type' => 'string', 'locationName' => 'auditWhen', ], |
| 2886 | + 'metadataAction' => [ 'type' => 'string', 'locationName' => 'metadataAction', ], |
| 2887 | + 'metadataId' => [ 'type' => 'string', 'locationName' => 'metadataId', ], |
| 2888 | + 'metadataName' => [ 'type' => 'string', 'locationName' => 'metadataName', ], |
| 2889 | + 'actionType' => [ 'type' => 'string', 'locationName' => 'actionType', ], |
| 2890 | + 'actionResult' => [ 'type' => 'boolean', 'locationName' => 'actionResult', ], |
| 2891 | + 'actorUser' => [ 'type' => 'string', 'locationName' => 'actorUser', ], |
| 2892 | + 'actorId' => [ 'type' => 'string', 'locationName' => 'actorId', ], |
| 2893 | + 'actorIp' => [ 'type' => 'string', 'locationName' => 'actorIp', ], |
| 2894 | + 'actorType' => [ 'type' => 'string', 'locationName' => 'actorType', ], |
| 2895 | + 'interfaceType' => [ 'type' => 'string', 'locationName' => 'interfaceType', ], |
| 2896 | + 'ownerId' => [ 'type' => 'string', 'locationName' => 'ownerId', ], |
| 2897 | + 'oldValue' => [ 'type' => 'string', 'locationName' => 'oldValue', ], |
| 2898 | + 'newValue' => [ 'type' => 'string', 'locationName' => 'newValue', ], |
| 2899 | + ], |
| 2900 | + ], |
| 2901 | + 'OpZoneDetails' => [ |
| 2902 | + 'type' => 'structure', |
| 2903 | + 'members' => [ |
| 2904 | + 'zoneId' => [ 'type' => 'string', 'locationName' => 'zoneId', ], |
| 2905 | + 'zoneName' => [ 'type' => 'string', 'locationName' => 'zoneName', ], |
| 2906 | + 'zoneStatus' => [ 'type' => 'string', 'locationName' => 'zoneStatus', ], |
| 2907 | + 'instanceId' => [ 'type' => 'string', 'locationName' => 'instanceId', ], |
| 2908 | + 'instanceName' => [ 'type' => 'string', 'locationName' => 'instanceName', ], |
| 2909 | + 'pin' => [ 'type' => 'string', 'locationName' => 'pin', ], |
| 2910 | + 'packType' => [ 'type' => 'string', 'locationName' => 'packType', ], |
| 2911 | + 'chargeState' => [ 'type' => 'string', 'locationName' => 'chargeState', ], |
| 2912 | + 'icpStatus' => [ 'type' => 'boolean', 'locationName' => 'icpStatus', ], |
| 2913 | + 'zoneCreateTime' => [ 'type' => 'string', 'locationName' => 'zoneCreateTime', ], |
| 2914 | + 'instanceExpireTime' => [ 'type' => 'string', 'locationName' => 'instanceExpireTime', ], |
| 2915 | + 'pauseStatus' => [ 'type' => 'boolean', 'locationName' => 'pauseStatus', ], |
| 2916 | + 'lockdownStatus' => [ 'type' => 'boolean', 'locationName' => 'lockdownStatus', ], |
| 2917 | + 'blackListEnable' => [ 'type' => 'boolean', 'locationName' => 'blackListEnable', ], |
| 2918 | + 'whiteListEnable' => [ 'type' => 'boolean', 'locationName' => 'whiteListEnable', ], |
| 2919 | + 'totalFlowStr' => [ 'type' => 'string', 'locationName' => 'totalFlowStr', ], |
| 2920 | + 'usedFlowStr' => [ 'type' => 'string', 'locationName' => 'usedFlowStr', ], |
| 2921 | + 'remainingFlowStr' => [ 'type' => 'string', 'locationName' => 'remainingFlowStr', ], |
| 2922 | + 'cnameSuffix' => [ 'type' => 'string', 'locationName' => 'cnameSuffix', ], |
| 2923 | + 'nameServers' => [ 'type' => 'list', 'member' => [ 'type' => 'string', ], ], |
| 2924 | + 'verificationKey' => [ 'type' => 'string', 'locationName' => 'verificationKey', ], |
| 2925 | + 'zoneType' => [ 'type' => 'string', 'locationName' => 'zoneType', ], |
| 2926 | + 'ipType' => [ 'type' => 'integer', 'locationName' => 'ipType', ], |
| 2927 | + ], |
| 2928 | + ], |
| 2929 | + 'OpZoneRecords' => [ |
| 2930 | + 'type' => 'structure', |
| 2931 | + 'members' => [ |
| 2932 | + 'recordId' => [ 'type' => 'string', 'locationName' => 'recordId', ], |
| 2933 | + 'zoneId' => [ 'type' => 'string', 'locationName' => 'zoneId', ], |
| 2934 | + 'name' => [ 'type' => 'string', 'locationName' => 'name', ], |
| 2935 | + 'type' => [ 'type' => 'string', 'locationName' => 'type', ], |
| 2936 | + 'content' => [ 'type' => 'string', 'locationName' => 'content', ], |
| 2937 | + 'ttl' => [ 'type' => 'integer', 'locationName' => 'ttl', ], |
| 2938 | + 'proxied' => [ 'type' => 'boolean', 'locationName' => 'proxied', ], |
| 2939 | + 'createTime' => [ 'type' => 'string', 'locationName' => 'createTime', ], |
| 2940 | + 'updateTime' => [ 'type' => 'string', 'locationName' => 'updateTime', ], |
| 2941 | + 'proxiable' => [ 'type' => 'boolean', 'locationName' => 'proxiable', ], |
| 2942 | + 'priority' => [ 'type' => 'string', 'locationName' => 'priority', ], |
| 2943 | + ], |
| 2944 | + ], |
| 2945 | + 'SameContentZones' => [ |
| 2946 | + 'type' => 'structure', |
| 2947 | + 'members' => [ |
| 2948 | + 'zoneId' => [ 'type' => 'string', 'locationName' => 'zoneId', ], |
| 2949 | + 'zoneName' => [ 'type' => 'string', 'locationName' => 'zoneName', ], |
| 2950 | + 'instanceId' => [ 'type' => 'string', 'locationName' => 'instanceId', ], |
| 2951 | + 'instanceName' => [ 'type' => 'string', 'locationName' => 'instanceName', ], |
| 2952 | + 'pin' => [ 'type' => 'string', 'locationName' => 'pin', ], |
| 2953 | + ], |
| 2954 | + ], |
| 2955 | + 'OpZoneJoinIns' => [ |
| 2956 | + 'type' => 'structure', |
| 2957 | + 'members' => [ |
| 2958 | + 'zoneId' => [ 'type' => 'string', 'locationName' => 'zoneId', ], |
| 2959 | + 'zoneName' => [ 'type' => 'string', 'locationName' => 'zoneName', ], |
| 2960 | + 'zoneStatus' => [ 'type' => 'string', 'locationName' => 'zoneStatus', ], |
| 2961 | + 'instanceId' => [ 'type' => 'string', 'locationName' => 'instanceId', ], |
| 2962 | + 'instanceName' => [ 'type' => 'string', 'locationName' => 'instanceName', ], |
| 2963 | + 'pin' => [ 'type' => 'string', 'locationName' => 'pin', ], |
| 2964 | + 'packType' => [ 'type' => 'string', 'locationName' => 'packType', ], |
| 2965 | + 'chargeState' => [ 'type' => 'string', 'locationName' => 'chargeState', ], |
| 2966 | + 'icpStatus' => [ 'type' => 'boolean', 'locationName' => 'icpStatus', ], |
| 2967 | + 'zoneCreateTime' => [ 'type' => 'string', 'locationName' => 'zoneCreateTime', ], |
| 2968 | + 'instanceExpireTime' => [ 'type' => 'string', 'locationName' => 'instanceExpireTime', ], |
| 2969 | + 'pauseStatus' => [ 'type' => 'boolean', 'locationName' => 'pauseStatus', ], |
| 2970 | + 'lockdownStatus' => [ 'type' => 'boolean', 'locationName' => 'lockdownStatus', ], |
| 2971 | + 'blackListEnable' => [ 'type' => 'boolean', 'locationName' => 'blackListEnable', ], |
| 2972 | + 'whiteListEnable' => [ 'type' => 'boolean', 'locationName' => 'whiteListEnable', ], |
| 2973 | + 'dnsRecordArchived' => [ 'type' => 'boolean', 'locationName' => 'dnsRecordArchived', ], |
| 2974 | + ], |
| 2975 | + ], |
2816 | 2976 | 'OriginCA' => [ |
2817 | 2977 | 'type' => 'structure', |
2818 | 2978 | 'members' => [ |
|
0 commit comments