|
2372 | 2372 | 'type' => [ 'type' => 'string', 'locationName' => 'type', ], |
2373 | 2373 | 'auditStatus' => [ 'type' => 'string', 'locationName' => 'auditStatus', ], |
2374 | 2374 | 'accelerateRegion' => [ 'type' => 'string', 'locationName' => 'accelerateRegion', ], |
| 2375 | + 'overseaStatus' => [ 'type' => 'long', 'locationName' => 'overseaStatus', ], |
2375 | 2376 | 'tags' => [ 'type' => 'list', 'member' => [ 'shape' => 'Tag', ], ], |
2376 | 2377 | ], |
2377 | 2378 | ], |
|
4578 | 4579 | 'BatchIpBlackListRequestShape' => [ |
4579 | 4580 | 'type' => 'structure', |
4580 | 4581 | 'members' => [ |
| 4582 | + 'operateDomainRange' => [ 'type' => 'string', 'locationName' => 'operateDomainRange', ], |
4581 | 4583 | 'domains' => [ 'type' => 'list', 'member' => [ 'type' => 'string', ], ], |
4582 | 4584 | 'ipList' => [ 'type' => 'list', 'member' => [ 'type' => 'string', ], ], |
4583 | 4585 | 'forbidTime' => [ 'type' => 'long', 'locationName' => 'forbidTime', ], |
|
4896 | 4898 | 'accelerateRegion' => [ 'type' => 'string', 'locationName' => 'accelerateRegion', ], |
4897 | 4899 | 'filterBy' => [ 'type' => 'integer', 'locationName' => 'filterBy', ], |
4898 | 4900 | 'tagFilters' => [ 'type' => 'list', 'member' => [ 'shape' => 'TagFilter', ], ], |
| 4901 | + 'withThirdPartyStatus' => [ 'type' => 'boolean', 'locationName' => 'withThirdPartyStatus', ], |
4899 | 4902 | ], |
4900 | 4903 | ], |
4901 | 4904 | 'StopDomainResultShape' => [ |
|
5182 | 5185 | 'sslCertEndTime' => [ 'type' => 'string', 'locationName' => 'sslCertEndTime', ], |
5183 | 5186 | 'accelerateRegion' => [ 'type' => 'string', 'locationName' => 'accelerateRegion', ], |
5184 | 5187 | 'txt' => [ 'type' => 'string', 'locationName' => 'txt', ], |
| 5188 | + 'overseaStatus' => [ 'type' => 'long', 'locationName' => 'overseaStatus', ], |
5185 | 5189 | ], |
5186 | 5190 | ], |
5187 | 5191 | 'BatchCreateResultShape' => [ |
|
0 commit comments