|
1956 | 1956 | 'CertificatePack' => [ |
1957 | 1957 | 'type' => 'structure', |
1958 | 1958 | 'members' => [ |
| 1959 | + 'certificate_authority' => [ 'type' => 'string', 'locationName' => 'certificate_authority', ], |
| 1960 | + 'created_on' => [ 'type' => 'string', 'locationName' => 'created_on', ], |
1959 | 1961 | 'id' => [ 'type' => 'string', 'locationName' => 'id', ], |
1960 | 1962 | 'type' => [ 'type' => 'string', 'locationName' => 'type', ], |
1961 | 1963 | 'ty_pe' => [ 'type' => 'string', 'locationName' => 'ty_pe', ], |
| 1964 | + 'status' => [ 'type' => 'string', 'locationName' => 'status', ], |
| 1965 | + 'validation_method' => [ 'type' => 'string', 'locationName' => 'validation_method', ], |
| 1966 | + 'validation_records' => [ 'type' => 'list', 'member' => [ 'shape' => 'Validation_record', ], ], |
| 1967 | + 'validity_days' => [ 'type' => 'integer', 'locationName' => 'validity_days', ], |
1962 | 1968 | 'hosts' => [ 'type' => 'list', 'member' => [ 'type' => 'string', ], ], |
1963 | 1969 | 'certificates' => [ 'type' => 'list', 'member' => [ 'shape' => 'Certificate', ], ], |
1964 | 1970 | 'primary_certificate' => [ 'type' => 'string', 'locationName' => 'primary_certificate', ], |
1965 | 1971 | ], |
1966 | 1972 | ], |
| 1973 | + 'Validation_record' => [ |
| 1974 | + 'type' => 'structure', |
| 1975 | + 'members' => [ |
| 1976 | + 'status' => [ 'type' => 'string', 'locationName' => 'status', ], |
| 1977 | + 'txt_name' => [ 'type' => 'string', 'locationName' => 'txt_name', ], |
| 1978 | + 'txt_value' => [ 'type' => 'string', 'locationName' => 'txt_value', ], |
| 1979 | + ], |
| 1980 | + ], |
1967 | 1981 | 'Advanced' => [ |
1968 | 1982 | 'type' => 'structure', |
1969 | 1983 | 'members' => [ |
|
3631 | 3645 | 'modified_on' => [ 'type' => 'string', 'locationName' => 'modified_on', ], |
3632 | 3646 | ], |
3633 | 3647 | ], |
| 3648 | + 'ZoneConfItem' => [ |
| 3649 | + 'type' => 'structure', |
| 3650 | + 'members' => [ |
| 3651 | + 'id' => [ 'type' => 'string', 'locationName' => 'id', ], |
| 3652 | + 'value' => [ 'type' => 'string', 'locationName' => 'value', ], |
| 3653 | + ], |
| 3654 | + ], |
3634 | 3655 | 'WebApplicationFirewall' => [ |
3635 | 3656 | 'type' => 'structure', |
3636 | 3657 | 'members' => [ |
|
6597 | 6618 | 'EditZoneSettingsInfoRequestShape' => [ |
6598 | 6619 | 'type' => 'structure', |
6599 | 6620 | 'members' => [ |
6600 | | - 'items' => [ 'type' => 'list', 'member' => [ 'shape' => 'Item', ], ], |
| 6621 | + 'items' => [ 'type' => 'list', 'member' => [ 'shape' => 'ZoneConfItem', ], ], |
6601 | 6622 | 'zone_identifier' => [ 'type' => 'string', 'locationName' => 'zone_identifier', ], |
6602 | 6623 | ], |
6603 | 6624 | ], |
|
0 commit comments