|
695 | 695 | 'input' => [ 'shape' => 'BatchIpBlackListRequestShape', ], |
696 | 696 | 'output' => [ 'shape' => 'BatchIpBlackListResponseShape', ], |
697 | 697 | ], |
| 698 | + 'ConfigBackSourceIpVersion' => [ |
| 699 | + 'name' => 'ConfigBackSourceIpVersion', |
| 700 | + 'http' => [ |
| 701 | + 'method' => 'POST', |
| 702 | + 'requestUri' => '/v1/domain/{domain}/configBackSourceIpVersion', |
| 703 | + ], |
| 704 | + 'input' => [ 'shape' => 'ConfigBackSourceIpVersionRequestShape', ], |
| 705 | + 'output' => [ 'shape' => 'ConfigBackSourceIpVersionResponseShape', ], |
| 706 | + ], |
| 707 | + 'QueryBackSourceIpVersion' => [ |
| 708 | + 'name' => 'QueryBackSourceIpVersion', |
| 709 | + 'http' => [ |
| 710 | + 'method' => 'GET', |
| 711 | + 'requestUri' => '/v1/domain/{domain}/queryBackSourceIpVersion', |
| 712 | + ], |
| 713 | + 'input' => [ 'shape' => 'QueryBackSourceIpVersionRequestShape', ], |
| 714 | + 'output' => [ 'shape' => 'QueryBackSourceIpVersionResponseShape', ], |
| 715 | + ], |
698 | 716 | 'QueryDomainGroupList' => [ |
699 | 717 | 'name' => 'QueryDomainGroupList', |
700 | 718 | 'http' => [ |
|
3912 | 3930 | 'domain' => [ 'type' => 'string', 'locationName' => 'domain', ], |
3913 | 3931 | ], |
3914 | 3932 | ], |
| 3933 | + 'ConfigBackSourceIpVersionRequestShape' => [ |
| 3934 | + 'type' => 'structure', |
| 3935 | + 'members' => [ |
| 3936 | + 'backSourceIpVersion' => [ 'type' => 'string', 'locationName' => 'backSourceIpVersion', ], |
| 3937 | + 'domain' => [ 'type' => 'string', 'locationName' => 'domain', ], |
| 3938 | + ], |
| 3939 | + ], |
3915 | 3940 | 'QueryBackSourcePathRequestShape' => [ |
3916 | 3941 | 'type' => 'structure', |
3917 | 3942 | 'members' => [ |
|
3959 | 3984 | 'domain' => [ 'type' => 'string', 'locationName' => 'domain', ], |
3960 | 3985 | ], |
3961 | 3986 | ], |
| 3987 | + 'QueryBackSourceIpVersionResponseShape' => [ |
| 3988 | + 'type' => 'structure', |
| 3989 | + 'members' => [ |
| 3990 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
| 3991 | + 'result' => [ 'shape' => 'QueryBackSourceIpVersionResultShape', ], |
| 3992 | + ], |
| 3993 | + ], |
3962 | 3994 | 'PreviewCertificateResultShape' => [ |
3963 | 3995 | 'type' => 'structure', |
3964 | 3996 | 'members' => [ |
|
4178 | 4210 | 'members' => [ |
4179 | 4211 | ], |
4180 | 4212 | ], |
| 4213 | + 'QueryBackSourceIpVersionResultShape' => [ |
| 4214 | + 'type' => 'structure', |
| 4215 | + 'members' => [ |
| 4216 | + 'backSourceIpVersion' => [ 'type' => 'string', 'locationName' => 'backSourceIpVersion', ], |
| 4217 | + ], |
| 4218 | + ], |
4181 | 4219 | 'SetAccelerateRegionResultShape' => [ |
4182 | 4220 | 'type' => 'structure', |
4183 | 4221 | 'members' => [ |
|
4238 | 4276 | 'result' => [ 'shape' => 'ConfigHttp2ResultShape', ], |
4239 | 4277 | ], |
4240 | 4278 | ], |
| 4279 | + 'QueryBackSourceIpVersionRequestShape' => [ |
| 4280 | + 'type' => 'structure', |
| 4281 | + 'members' => [ |
| 4282 | + 'domain' => [ 'type' => 'string', 'locationName' => 'domain', ], |
| 4283 | + ], |
| 4284 | + ], |
4241 | 4285 | 'SetGzipResultShape' => [ |
4242 | 4286 | 'type' => 'structure', |
4243 | 4287 | 'members' => [ |
|
4675 | 4719 | 'domain' => [ 'type' => 'string', 'locationName' => 'domain', ], |
4676 | 4720 | ], |
4677 | 4721 | ], |
| 4722 | + 'ConfigBackSourceIpVersionResponseShape' => [ |
| 4723 | + 'type' => 'structure', |
| 4724 | + 'members' => [ |
| 4725 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
| 4726 | + 'result' => [ 'shape' => 'ConfigBackSourceIpVersionResultShape', ], |
| 4727 | + ], |
| 4728 | + ], |
4678 | 4729 | 'QueryExtraCacheTimeResultShape' => [ |
4679 | 4730 | 'type' => 'structure', |
4680 | 4731 | 'members' => [ |
|
4696 | 4747 | 'result' => [ 'shape' => 'QueryBackSourceRuleResultShape', ], |
4697 | 4748 | ], |
4698 | 4749 | ], |
| 4750 | + 'ConfigBackSourceIpVersionResultShape' => [ |
| 4751 | + 'type' => 'structure', |
| 4752 | + 'members' => [ |
| 4753 | + ], |
| 4754 | + ], |
4699 | 4755 | 'OperateIpBlackListResultShape' => [ |
4700 | 4756 | 'type' => 'structure', |
4701 | 4757 | 'members' => [ |
|
0 commit comments