Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,480 changes: 350 additions & 1,130 deletions packages/cloudflare/.generated-specs/abuse_reports.json

Large diffs are not rendered by default.

4,637 changes: 3,082 additions & 1,555 deletions packages/cloudflare/.generated-specs/accounts.json

Large diffs are not rendered by default.

77 changes: 74 additions & 3 deletions packages/cloudflare/.generated-specs/acm.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,17 @@
}
}
},
"com.cloudflare.acm#CustomTrustStoreCreateResponseCertificate": {
"type": "enum",
"members": {
"BEGIN_CERTIFICATE_MIIDDJCCAL6GAWIBAGIJAPNMG0FS_B0MA0GCSQGSIB3DQEBCWUAMFSX_END_CERTIFICATE": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "-----BEGIN CERTIFICATE-----\nMIIDdjCCAl6gAwIBAgIJAPnMg0Fs+/B0MA0GCSqGSIb3DQEBCwUAMFsx...\n-----END CERTIFICATE-----\n"
}
}
}
},
"com.cloudflare.acm#CustomTrustStoreCreateResponse": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -122,7 +133,7 @@
"status": {
"target": "com.cloudflare.acm#CustomTrustStoreCreateResponseStatus",
"traits": {
"smithy.api#documentation": "Status of the zone's custom SSL.",
"smithy.api#documentation": "Status of the zones custom SSL.",
"smithy.api#required": {}
}
},
Expand All @@ -139,6 +150,14 @@
"smithy.api#documentation": "When the certificate was uploaded to Cloudflare.",
"smithy.api#required": {}
}
},
"certificate_2": {
"target": "com.cloudflare.acm#CustomTrustStoreCreateResponseCertificate",
"traits": {
"smithy.api#documentation": "}'",
"smithy.api#required": {},
"smithy.api#jsonName": "certificate"
}
}
},
"traits": {
Expand Down Expand Up @@ -326,7 +345,7 @@
"status": {
"target": "com.cloudflare.acm#CustomTrustStoreGetResponseStatus",
"traits": {
"smithy.api#documentation": "Status of the zone's custom SSL.",
"smithy.api#documentation": "Status of the zones custom SSL.",
"smithy.api#required": {}
}
},
Expand Down Expand Up @@ -494,7 +513,7 @@
"status": {
"target": "com.cloudflare.acm#CustomTrustStoreListResultItemStatus",
"traits": {
"smithy.api#documentation": "Status of the zone's custom SSL.",
"smithy.api#documentation": "Status of the zones custom SSL.",
"smithy.api#required": {}
}
},
Expand Down Expand Up @@ -639,6 +658,17 @@
}
}
},
"com.cloudflare.acm#TotalTlsEditResponseCertificateAuthority2": {
"type": "enum",
"members": {
"GOOGLE": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "google"
}
}
}
},
"com.cloudflare.acm#TotalTlsEditResponse": {
"type": "structure",
"members": {
Expand All @@ -659,6 +689,21 @@
"traits": {
"smithy.api#documentation": "The validity period in days for the certificates ordered via Total TLS."
}
},
"enabled_2": {
"target": "smithy.api#Document",
"traits": {
"smithy.api#required": {},
"smithy.api#jsonName": "enabled"
}
},
"certificate_authority_2": {
"target": "com.cloudflare.acm#TotalTlsEditResponseCertificateAuthority2",
"traits": {
"smithy.api#documentation": "}'",
"smithy.api#required": {},
"smithy.api#jsonName": "certificate_authority"
}
}
},
"traits": {
Expand Down Expand Up @@ -864,6 +909,17 @@
}
}
},
"com.cloudflare.acm#TotalTlsUpdateResponseCertificateAuthority2": {
"type": "enum",
"members": {
"GOOGLE": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "google"
}
}
}
},
"com.cloudflare.acm#TotalTlsUpdateResponse": {
"type": "structure",
"members": {
Expand All @@ -884,6 +940,21 @@
"traits": {
"smithy.api#documentation": "The validity period in days for the certificates ordered via Total TLS."
}
},
"enabled_2": {
"target": "smithy.api#Document",
"traits": {
"smithy.api#required": {},
"smithy.api#jsonName": "enabled"
}
},
"certificate_authority_2": {
"target": "com.cloudflare.acm#TotalTlsUpdateResponseCertificateAuthority2",
"traits": {
"smithy.api#documentation": "}'",
"smithy.api#required": {},
"smithy.api#jsonName": "certificate_authority"
}
}
},
"traits": {
Expand Down
Loading
Loading