@distilled.cloud/fly-io 0.10.2 → 0.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +2 -2
- package/lib/client.d.ts.map +1 -1
- package/lib/client.js +4 -6
- package/lib/client.js.map +1 -1
- package/lib/credentials.d.ts +1 -1
- package/lib/credentials.d.ts.map +1 -1
- package/lib/credentials.js +1 -1
- package/lib/credentials.js.map +1 -1
- package/lib/operations/AppCertificatesAcmeCreate.d.ts +50 -1
- package/lib/operations/AppCertificatesAcmeCreate.d.ts.map +1 -1
- package/lib/operations/AppCertificatesAcmeCreate.js +2 -0
- package/lib/operations/AppCertificatesAcmeCreate.js.map +1 -1
- package/lib/operations/AppCertificatesAcmeDelete.d.ts +50 -1
- package/lib/operations/AppCertificatesAcmeDelete.d.ts.map +1 -1
- package/lib/operations/AppCertificatesAcmeDelete.js +2 -0
- package/lib/operations/AppCertificatesAcmeDelete.js.map +1 -1
- package/lib/operations/AppCertificatesCheck.d.ts +59 -1
- package/lib/operations/AppCertificatesCheck.d.ts.map +1 -1
- package/lib/operations/AppCertificatesCheck.js +2 -0
- package/lib/operations/AppCertificatesCheck.js.map +1 -1
- package/lib/operations/AppCertificatesCustomCreate.d.ts +52 -1
- package/lib/operations/AppCertificatesCustomCreate.d.ts.map +1 -1
- package/lib/operations/AppCertificatesCustomCreate.js +2 -0
- package/lib/operations/AppCertificatesCustomCreate.js.map +1 -1
- package/lib/operations/AppCertificatesCustomDelete.d.ts +51 -1
- package/lib/operations/AppCertificatesCustomDelete.d.ts.map +1 -1
- package/lib/operations/AppCertificatesCustomDelete.js +2 -0
- package/lib/operations/AppCertificatesCustomDelete.js.map +1 -1
- package/lib/operations/AppCertificatesDelete.d.ts +5 -1
- package/lib/operations/AppCertificatesDelete.d.ts.map +1 -1
- package/lib/operations/AppCertificatesDelete.js +2 -0
- package/lib/operations/AppCertificatesDelete.js.map +1 -1
- package/lib/operations/AppCertificatesList.d.ts +25 -1
- package/lib/operations/AppCertificatesList.d.ts.map +1 -1
- package/lib/operations/AppCertificatesList.js +2 -0
- package/lib/operations/AppCertificatesList.js.map +1 -1
- package/lib/operations/AppCertificatesShow.d.ts +50 -1
- package/lib/operations/AppCertificatesShow.d.ts.map +1 -1
- package/lib/operations/AppCertificatesShow.js +2 -0
- package/lib/operations/AppCertificatesShow.js.map +1 -1
- package/lib/operations/AppCreateDeployToken.d.ts +7 -1
- package/lib/operations/AppCreateDeployToken.d.ts.map +1 -1
- package/lib/operations/AppCreateDeployToken.js +2 -0
- package/lib/operations/AppCreateDeployToken.js.map +1 -1
- package/lib/operations/AppIPAssignmentsCreate.d.ts +15 -1
- package/lib/operations/AppIPAssignmentsCreate.d.ts.map +1 -1
- package/lib/operations/AppIPAssignmentsCreate.js +2 -0
- package/lib/operations/AppIPAssignmentsCreate.js.map +1 -1
- package/lib/operations/AppIPAssignmentsDelete.d.ts +5 -1
- package/lib/operations/AppIPAssignmentsDelete.d.ts.map +1 -1
- package/lib/operations/AppIPAssignmentsDelete.js +2 -0
- package/lib/operations/AppIPAssignmentsDelete.js.map +1 -1
- package/lib/operations/AppIPAssignmentsList.d.ts +12 -1
- package/lib/operations/AppIPAssignmentsList.d.ts.map +1 -1
- package/lib/operations/AppIPAssignmentsList.js +2 -0
- package/lib/operations/AppIPAssignmentsList.js.map +1 -1
- package/lib/operations/App_CertificatesAcmeCreate.d.ts +48 -1
- package/lib/operations/App_CertificatesAcmeCreate.d.ts.map +1 -1
- package/lib/operations/App_CertificatesAcmeDelete.d.ts +46 -1
- package/lib/operations/App_CertificatesAcmeDelete.d.ts.map +1 -1
- package/lib/operations/App_CertificatesCheck.d.ts +55 -1
- package/lib/operations/App_CertificatesCheck.d.ts.map +1 -1
- package/lib/operations/App_CertificatesCustomCreate.d.ts +50 -1
- package/lib/operations/App_CertificatesCustomCreate.d.ts.map +1 -1
- package/lib/operations/App_CertificatesCustomDelete.d.ts +47 -1
- package/lib/operations/App_CertificatesCustomDelete.d.ts.map +1 -1
- package/lib/operations/App_CertificatesDelete.d.ts +1 -1
- package/lib/operations/App_CertificatesDelete.d.ts.map +1 -1
- package/lib/operations/App_CertificatesList.d.ts +23 -1
- package/lib/operations/App_CertificatesList.d.ts.map +1 -1
- package/lib/operations/App_CertificatesShow.d.ts +46 -1
- package/lib/operations/App_CertificatesShow.d.ts.map +1 -1
- package/lib/operations/App_IPAssignmentsCreate.d.ts +13 -1
- package/lib/operations/App_IPAssignmentsCreate.d.ts.map +1 -1
- package/lib/operations/App_IPAssignmentsDelete.d.ts +1 -1
- package/lib/operations/App_IPAssignmentsDelete.d.ts.map +1 -1
- package/lib/operations/App_IPAssignmentsList.d.ts +9 -1
- package/lib/operations/App_IPAssignmentsList.d.ts.map +1 -1
- package/lib/operations/AppsCreate.d.ts +7 -1
- package/lib/operations/AppsCreate.d.ts.map +1 -1
- package/lib/operations/AppsCreate.js +2 -0
- package/lib/operations/AppsCreate.js.map +1 -1
- package/lib/operations/AppsDelete.d.ts +4 -1
- package/lib/operations/AppsDelete.d.ts.map +1 -1
- package/lib/operations/AppsDelete.js +2 -0
- package/lib/operations/AppsDelete.js.map +1 -1
- package/lib/operations/AppsList.d.ts +21 -1
- package/lib/operations/AppsList.d.ts.map +1 -1
- package/lib/operations/AppsList.js +2 -0
- package/lib/operations/AppsList.js.map +1 -1
- package/lib/operations/AppsShow.d.ts +17 -1
- package/lib/operations/AppsShow.d.ts.map +1 -1
- package/lib/operations/AppsShow.js +2 -0
- package/lib/operations/AppsShow.js.map +1 -1
- package/lib/operations/CurrentTokenShow.d.ts +12 -1
- package/lib/operations/CurrentTokenShow.d.ts.map +1 -1
- package/lib/operations/CurrentTokenShow.js +2 -0
- package/lib/operations/CurrentTokenShow.js.map +1 -1
- package/lib/operations/MachinesCordon.d.ts +5 -1
- package/lib/operations/MachinesCordon.d.ts.map +1 -1
- package/lib/operations/MachinesCordon.js +2 -0
- package/lib/operations/MachinesCordon.js.map +1 -1
- package/lib/operations/MachinesCreate.d.ts +826 -1
- package/lib/operations/MachinesCreate.d.ts.map +1 -1
- package/lib/operations/MachinesCreate.js +2 -0
- package/lib/operations/MachinesCreate.js.map +1 -1
- package/lib/operations/MachinesCreateLease.d.ts +13 -1
- package/lib/operations/MachinesCreateLease.d.ts.map +1 -1
- package/lib/operations/MachinesCreateLease.js +2 -0
- package/lib/operations/MachinesCreateLease.js.map +1 -1
- package/lib/operations/MachinesDelete.d.ts +6 -1
- package/lib/operations/MachinesDelete.d.ts.map +1 -1
- package/lib/operations/MachinesDelete.js +2 -0
- package/lib/operations/MachinesDelete.js.map +1 -1
- package/lib/operations/MachinesDeleteMetadata.d.ts +6 -1
- package/lib/operations/MachinesDeleteMetadata.d.ts.map +1 -1
- package/lib/operations/MachinesDeleteMetadata.js +2 -0
- package/lib/operations/MachinesDeleteMetadata.js.map +1 -1
- package/lib/operations/MachinesExec.d.ts +15 -1
- package/lib/operations/MachinesExec.d.ts.map +1 -1
- package/lib/operations/MachinesExec.js +2 -0
- package/lib/operations/MachinesExec.js.map +1 -1
- package/lib/operations/MachinesGetMemory.d.ts +8 -1
- package/lib/operations/MachinesGetMemory.d.ts.map +1 -1
- package/lib/operations/MachinesGetMemory.js +2 -0
- package/lib/operations/MachinesGetMemory.js.map +1 -1
- package/lib/operations/MachinesGetMetadataKey.d.ts +7 -1
- package/lib/operations/MachinesGetMetadataKey.d.ts.map +1 -1
- package/lib/operations/MachinesList.d.ts +562 -1
- package/lib/operations/MachinesList.d.ts.map +1 -1
- package/lib/operations/MachinesList.js +2 -0
- package/lib/operations/MachinesList.js.map +1 -1
- package/lib/operations/MachinesListEvents.d.ts +13 -1
- package/lib/operations/MachinesListEvents.d.ts.map +1 -1
- package/lib/operations/MachinesListEvents.js +2 -0
- package/lib/operations/MachinesListEvents.js.map +1 -1
- package/lib/operations/MachinesListProcesses.d.ts +19 -1
- package/lib/operations/MachinesListProcesses.d.ts.map +1 -1
- package/lib/operations/MachinesListProcesses.js +2 -0
- package/lib/operations/MachinesListProcesses.js.map +1 -1
- package/lib/operations/MachinesListVersions.d.ts +267 -1
- package/lib/operations/MachinesListVersions.d.ts.map +1 -1
- package/lib/operations/MachinesListVersions.js +2 -0
- package/lib/operations/MachinesListVersions.js.map +1 -1
- package/lib/operations/MachinesOrgList.d.ts +44 -1
- package/lib/operations/MachinesOrgList.d.ts.map +1 -1
- package/lib/operations/MachinesOrgList.js +2 -0
- package/lib/operations/MachinesOrgList.js.map +1 -1
- package/lib/operations/MachinesPatchMetadata.d.ts +5 -1
- package/lib/operations/MachinesPatchMetadata.d.ts.map +1 -1
- package/lib/operations/MachinesPatchMetadata.js +2 -0
- package/lib/operations/MachinesPatchMetadata.js.map +1 -1
- package/lib/operations/MachinesReclaimMemory.d.ts +8 -1
- package/lib/operations/MachinesReclaimMemory.d.ts.map +1 -1
- package/lib/operations/MachinesReclaimMemory.js +2 -0
- package/lib/operations/MachinesReclaimMemory.js.map +1 -1
- package/lib/operations/MachinesReleaseLease.d.ts +5 -1
- package/lib/operations/MachinesReleaseLease.d.ts.map +1 -1
- package/lib/operations/MachinesReleaseLease.js +2 -0
- package/lib/operations/MachinesReleaseLease.js.map +1 -1
- package/lib/operations/MachinesRestart.d.ts +7 -1
- package/lib/operations/MachinesRestart.d.ts.map +1 -1
- package/lib/operations/MachinesRestart.js +2 -0
- package/lib/operations/MachinesRestart.js.map +1 -1
- package/lib/operations/MachinesSetMemoryLimit.d.ts +9 -1
- package/lib/operations/MachinesSetMemoryLimit.d.ts.map +1 -1
- package/lib/operations/MachinesSetMemoryLimit.js +2 -0
- package/lib/operations/MachinesSetMemoryLimit.js.map +1 -1
- package/lib/operations/MachinesShow.d.ts +559 -1
- package/lib/operations/MachinesShow.d.ts.map +1 -1
- package/lib/operations/MachinesShow.js +2 -0
- package/lib/operations/MachinesShow.js.map +1 -1
- package/lib/operations/MachinesShowLease.d.ts +11 -1
- package/lib/operations/MachinesShowLease.d.ts.map +1 -1
- package/lib/operations/MachinesShowLease.js +2 -0
- package/lib/operations/MachinesShowLease.js.map +1 -1
- package/lib/operations/MachinesShowMetadata.d.ts +7 -1
- package/lib/operations/MachinesShowMetadata.d.ts.map +1 -1
- package/lib/operations/MachinesShowMetadata.js +2 -0
- package/lib/operations/MachinesShowMetadata.js.map +1 -1
- package/lib/operations/MachinesSignal.d.ts +6 -1
- package/lib/operations/MachinesSignal.d.ts.map +1 -1
- package/lib/operations/MachinesSignal.js +2 -0
- package/lib/operations/MachinesSignal.js.map +1 -1
- package/lib/operations/MachinesStart.d.ts +5 -1
- package/lib/operations/MachinesStart.d.ts.map +1 -1
- package/lib/operations/MachinesStart.js +2 -0
- package/lib/operations/MachinesStart.js.map +1 -1
- package/lib/operations/MachinesStop.d.ts +7 -1
- package/lib/operations/MachinesStop.d.ts.map +1 -1
- package/lib/operations/MachinesStop.js +2 -0
- package/lib/operations/MachinesStop.js.map +1 -1
- package/lib/operations/MachinesSuspend.d.ts +5 -1
- package/lib/operations/MachinesSuspend.d.ts.map +1 -1
- package/lib/operations/MachinesSuspend.js +2 -0
- package/lib/operations/MachinesSuspend.js.map +1 -1
- package/lib/operations/MachinesUncordon.d.ts +5 -1
- package/lib/operations/MachinesUncordon.d.ts.map +1 -1
- package/lib/operations/MachinesUncordon.js +2 -0
- package/lib/operations/MachinesUncordon.js.map +1 -1
- package/lib/operations/MachinesUpdate.d.ts +828 -1
- package/lib/operations/MachinesUpdate.d.ts.map +1 -1
- package/lib/operations/MachinesUpdate.js +2 -0
- package/lib/operations/MachinesUpdate.js.map +1 -1
- package/lib/operations/MachinesUpdateMetadata.d.ts +10 -1
- package/lib/operations/MachinesUpdateMetadata.d.ts.map +1 -1
- package/lib/operations/MachinesUpdateMetadata.js +2 -0
- package/lib/operations/MachinesUpdateMetadata.js.map +1 -1
- package/lib/operations/MachinesUpsertMetadata.d.ts +7 -1
- package/lib/operations/MachinesUpsertMetadata.d.ts.map +1 -1
- package/lib/operations/MachinesWait.d.ts +15 -1
- package/lib/operations/MachinesWait.d.ts.map +1 -1
- package/lib/operations/MachinesWait.js +2 -0
- package/lib/operations/MachinesWait.js.map +1 -1
- package/lib/operations/PlatformPlacementsPost.d.ts +26 -1
- package/lib/operations/PlatformPlacementsPost.d.ts.map +1 -1
- package/lib/operations/PlatformPlacementsPost.js +2 -0
- package/lib/operations/PlatformPlacementsPost.js.map +1 -1
- package/lib/operations/PlatformRegionsGet.d.ts +14 -1
- package/lib/operations/PlatformRegionsGet.d.ts.map +1 -1
- package/lib/operations/PlatformRegionsGet.js +2 -0
- package/lib/operations/PlatformRegionsGet.js.map +1 -1
- package/lib/operations/SecretCreate.d.ts +14 -1
- package/lib/operations/SecretCreate.d.ts.map +1 -1
- package/lib/operations/SecretCreate.js +2 -0
- package/lib/operations/SecretCreate.js.map +1 -1
- package/lib/operations/SecretDelete.d.ts +8 -1
- package/lib/operations/SecretDelete.d.ts.map +1 -1
- package/lib/operations/SecretDelete.js +2 -0
- package/lib/operations/SecretDelete.js.map +1 -1
- package/lib/operations/SecretGet.d.ts +13 -1
- package/lib/operations/SecretGet.d.ts.map +1 -1
- package/lib/operations/SecretGet.js +2 -0
- package/lib/operations/SecretGet.js.map +1 -1
- package/lib/operations/SecretkeyDecrypt.d.ts +10 -1
- package/lib/operations/SecretkeyDecrypt.d.ts.map +1 -1
- package/lib/operations/SecretkeyDecrypt.js +2 -0
- package/lib/operations/SecretkeyDecrypt.js.map +1 -1
- package/lib/operations/SecretkeyDelete.d.ts +8 -1
- package/lib/operations/SecretkeyDelete.d.ts.map +1 -1
- package/lib/operations/SecretkeyDelete.js +2 -0
- package/lib/operations/SecretkeyDelete.js.map +1 -1
- package/lib/operations/SecretkeyEncrypt.d.ts +10 -1
- package/lib/operations/SecretkeyEncrypt.d.ts.map +1 -1
- package/lib/operations/SecretkeyEncrypt.js +2 -0
- package/lib/operations/SecretkeyEncrypt.js.map +1 -1
- package/lib/operations/SecretkeyGenerate.d.ts +15 -1
- package/lib/operations/SecretkeyGenerate.d.ts.map +1 -1
- package/lib/operations/SecretkeyGenerate.js +2 -0
- package/lib/operations/SecretkeyGenerate.js.map +1 -1
- package/lib/operations/SecretkeyGet.d.ts +12 -1
- package/lib/operations/SecretkeyGet.d.ts.map +1 -1
- package/lib/operations/SecretkeyGet.js +2 -0
- package/lib/operations/SecretkeyGet.js.map +1 -1
- package/lib/operations/SecretkeySet.d.ts +15 -1
- package/lib/operations/SecretkeySet.d.ts.map +1 -1
- package/lib/operations/SecretkeySet.js +2 -0
- package/lib/operations/SecretkeySet.js.map +1 -1
- package/lib/operations/SecretkeySign.d.ts +9 -1
- package/lib/operations/SecretkeySign.d.ts.map +1 -1
- package/lib/operations/SecretkeySign.js +2 -0
- package/lib/operations/SecretkeySign.js.map +1 -1
- package/lib/operations/SecretkeyVerify.d.ts +8 -1
- package/lib/operations/SecretkeyVerify.d.ts.map +1 -1
- package/lib/operations/SecretkeyVerify.js +2 -0
- package/lib/operations/SecretkeyVerify.js.map +1 -1
- package/lib/operations/SecretkeysList.d.ts +14 -1
- package/lib/operations/SecretkeysList.d.ts.map +1 -1
- package/lib/operations/SecretkeysList.js +2 -0
- package/lib/operations/SecretkeysList.js.map +1 -1
- package/lib/operations/SecretsList.d.ts +14 -1
- package/lib/operations/SecretsList.d.ts.map +1 -1
- package/lib/operations/SecretsList.js +2 -0
- package/lib/operations/SecretsList.js.map +1 -1
- package/lib/operations/SecretsUpdate.d.ts +17 -1
- package/lib/operations/SecretsUpdate.d.ts.map +1 -1
- package/lib/operations/SecretsUpdate.js +2 -0
- package/lib/operations/SecretsUpdate.js.map +1 -1
- package/lib/operations/TokensRequestKms.d.ts +2 -1
- package/lib/operations/TokensRequestKms.d.ts.map +1 -1
- package/lib/operations/TokensRequestKms.js +2 -0
- package/lib/operations/TokensRequestKms.js.map +1 -1
- package/lib/operations/TokensRequestOIDC.d.ts +5 -1
- package/lib/operations/TokensRequestOIDC.d.ts.map +1 -1
- package/lib/operations/TokensRequestOIDC.js +2 -0
- package/lib/operations/TokensRequestOIDC.js.map +1 -1
- package/lib/operations/TokensRequest_Kms.d.ts +1 -1
- package/lib/operations/TokensRequest_Kms.d.ts.map +1 -1
- package/lib/operations/TokensRequest_OIDC.d.ts +4 -1
- package/lib/operations/TokensRequest_OIDC.d.ts.map +1 -1
- package/lib/operations/VolumeDelete.d.ts +27 -1
- package/lib/operations/VolumeDelete.d.ts.map +1 -1
- package/lib/operations/VolumeDelete.js +2 -0
- package/lib/operations/VolumeDelete.js.map +1 -1
- package/lib/operations/VolumesCreate.d.ts +49 -1
- package/lib/operations/VolumesCreate.d.ts.map +1 -1
- package/lib/operations/VolumesCreate.js +2 -0
- package/lib/operations/VolumesCreate.js.map +1 -1
- package/lib/operations/VolumesExtend.d.ts +31 -1
- package/lib/operations/VolumesExtend.d.ts.map +1 -1
- package/lib/operations/VolumesExtend.js +2 -0
- package/lib/operations/VolumesExtend.js.map +1 -1
- package/lib/operations/VolumesGetById.d.ts +27 -1
- package/lib/operations/VolumesGetById.d.ts.map +1 -1
- package/lib/operations/VolumesGetById.js +2 -0
- package/lib/operations/VolumesGetById.js.map +1 -1
- package/lib/operations/VolumesList.d.ts +27 -1
- package/lib/operations/VolumesList.d.ts.map +1 -1
- package/lib/operations/VolumesList.js +2 -0
- package/lib/operations/VolumesList.js.map +1 -1
- package/lib/operations/VolumesListSnapshots.d.ts +13 -1
- package/lib/operations/VolumesListSnapshots.d.ts.map +1 -1
- package/lib/operations/VolumesListSnapshots.js +2 -0
- package/lib/operations/VolumesListSnapshots.js.map +1 -1
- package/lib/operations/VolumesOrgList.d.ts +39 -1
- package/lib/operations/VolumesOrgList.d.ts.map +1 -1
- package/lib/operations/VolumesUpdate.d.ts +29 -1
- package/lib/operations/VolumesUpdate.d.ts.map +1 -1
- package/lib/operations/VolumesUpdate.js +2 -0
- package/lib/operations/VolumesUpdate.js.map +1 -1
- package/lib/operations/createVolumeSnapshot.d.ts +5 -1
- package/lib/operations/createVolumeSnapshot.d.ts.map +1 -1
- package/lib/operations/createVolumeSnapshot.js +2 -0
- package/lib/operations/createVolumeSnapshot.js.map +1 -1
- package/package.json +3 -2
- package/src/client.ts +4 -6
- package/src/credentials.ts +1 -1
- package/src/operations/AppCertificatesAcmeCreate.ts +7 -0
- package/src/operations/AppCertificatesAcmeDelete.ts +2 -0
- package/src/operations/AppCertificatesCheck.ts +2 -0
- package/src/operations/AppCertificatesCustomCreate.ts +7 -0
- package/src/operations/AppCertificatesCustomDelete.ts +2 -0
- package/src/operations/AppCertificatesDelete.ts +2 -0
- package/src/operations/AppCertificatesList.ts +2 -0
- package/src/operations/AppCertificatesShow.ts +2 -0
- package/src/operations/AppCreateDeployToken.ts +2 -0
- package/src/operations/AppIPAssignmentsCreate.ts +2 -0
- package/src/operations/AppIPAssignmentsDelete.ts +2 -0
- package/src/operations/AppIPAssignmentsList.ts +2 -0
- package/src/operations/AppsCreate.ts +2 -0
- package/src/operations/AppsDelete.ts +2 -0
- package/src/operations/AppsList.ts +2 -0
- package/src/operations/AppsShow.ts +2 -0
- package/src/operations/CurrentTokenShow.ts +2 -0
- package/src/operations/MachinesCordon.ts +2 -0
- package/src/operations/MachinesCreate.ts +2 -0
- package/src/operations/MachinesCreateLease.ts +2 -0
- package/src/operations/MachinesDelete.ts +2 -0
- package/src/operations/MachinesDeleteMetadata.ts +2 -0
- package/src/operations/MachinesExec.ts +2 -0
- package/src/operations/MachinesGetMemory.ts +2 -0
- package/src/operations/MachinesList.ts +2 -0
- package/src/operations/MachinesListEvents.ts +2 -0
- package/src/operations/MachinesListProcesses.ts +2 -0
- package/src/operations/MachinesListVersions.ts +2 -0
- package/src/operations/MachinesOrgList.ts +2 -0
- package/src/operations/MachinesPatchMetadata.ts +2 -0
- package/src/operations/MachinesReclaimMemory.ts +2 -0
- package/src/operations/MachinesReleaseLease.ts +2 -0
- package/src/operations/MachinesRestart.ts +2 -0
- package/src/operations/MachinesSetMemoryLimit.ts +2 -0
- package/src/operations/MachinesShow.ts +2 -0
- package/src/operations/MachinesShowLease.ts +2 -0
- package/src/operations/MachinesShowMetadata.ts +2 -0
- package/src/operations/MachinesSignal.ts +2 -0
- package/src/operations/MachinesStart.ts +2 -0
- package/src/operations/MachinesStop.ts +2 -0
- package/src/operations/MachinesSuspend.ts +2 -0
- package/src/operations/MachinesUncordon.ts +2 -0
- package/src/operations/MachinesUpdate.ts +2 -0
- package/src/operations/MachinesUpdateMetadata.ts +2 -0
- package/src/operations/MachinesWait.ts +2 -0
- package/src/operations/PlatformPlacementsPost.ts +2 -0
- package/src/operations/PlatformRegionsGet.ts +2 -0
- package/src/operations/SecretCreate.ts +2 -0
- package/src/operations/SecretDelete.ts +2 -0
- package/src/operations/SecretGet.ts +2 -0
- package/src/operations/SecretkeyDecrypt.ts +2 -0
- package/src/operations/SecretkeyDelete.ts +2 -0
- package/src/operations/SecretkeyEncrypt.ts +2 -0
- package/src/operations/SecretkeyGenerate.ts +2 -0
- package/src/operations/SecretkeyGet.ts +2 -0
- package/src/operations/SecretkeySet.ts +2 -0
- package/src/operations/SecretkeySign.ts +2 -0
- package/src/operations/SecretkeyVerify.ts +2 -0
- package/src/operations/SecretkeysList.ts +2 -0
- package/src/operations/SecretsList.ts +2 -0
- package/src/operations/SecretsUpdate.ts +2 -0
- package/src/operations/TokensRequestKms.ts +2 -0
- package/src/operations/TokensRequestOIDC.ts +2 -0
- package/src/operations/VolumeDelete.ts +2 -0
- package/src/operations/VolumesCreate.ts +2 -0
- package/src/operations/VolumesExtend.ts +2 -0
- package/src/operations/VolumesGetById.ts +2 -0
- package/src/operations/VolumesList.ts +2 -0
- package/src/operations/VolumesListSnapshots.ts +2 -0
- package/src/operations/VolumesUpdate.ts +2 -0
- package/src/operations/createVolumeSnapshot.ts +2 -0
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
+
import { BadRequest, Forbidden, NotFound } from "../errors";
|
|
2
3
|
export declare const SecretsUpdateInput: Schema.Struct<{
|
|
3
4
|
readonly app_name: Schema.String;
|
|
4
5
|
readonly values: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
|
|
@@ -21,5 +22,20 @@ export type SecretsUpdateOutput = typeof SecretsUpdateOutput.Type;
|
|
|
21
22
|
*
|
|
22
23
|
* @param app_name - Fly App Name
|
|
23
24
|
*/
|
|
24
|
-
export declare const SecretsUpdate:
|
|
25
|
+
export declare const SecretsUpdate: import("@distilled.cloud/core/client").OperationMethod<{
|
|
26
|
+
readonly app_name: string;
|
|
27
|
+
readonly values?: {
|
|
28
|
+
readonly [x: string]: string;
|
|
29
|
+
} | undefined;
|
|
30
|
+
}, {
|
|
31
|
+
readonly Version?: number | undefined;
|
|
32
|
+
readonly secrets?: readonly {
|
|
33
|
+
readonly created_at?: string | undefined;
|
|
34
|
+
readonly digest?: string | undefined;
|
|
35
|
+
readonly name?: string | undefined;
|
|
36
|
+
readonly updated_at?: string | undefined;
|
|
37
|
+
readonly value?: string | undefined;
|
|
38
|
+
}[] | undefined;
|
|
39
|
+
readonly version?: number | undefined;
|
|
40
|
+
}, BadRequest | Forbidden | NotFound, any>;
|
|
25
41
|
//# sourceMappingURL=SecretsUpdate.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SecretsUpdate.d.ts","sourceRoot":"","sources":["../../src/operations/SecretsUpdate.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"SecretsUpdate.d.ts","sourceRoot":"","sources":["../../src/operations/SecretsUpdate.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAG5D,eAAO,MAAM,kBAAkB;;;EAGsC,CAAC;AACtE,MAAM,MAAM,kBAAkB,GAAG,OAAO,kBAAkB,CAAC,IAAI,CAAC;AAGhE,eAAO,MAAM,mBAAmB;;;;;;;;;;EAc9B,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC,IAAI,CAAC;AAGlE;;;;GAIG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;0CAIvB,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { BadRequest, Forbidden, NotFound } from "../errors";
|
|
4
5
|
// Input Schema
|
|
5
6
|
export const SecretsUpdateInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
6
7
|
app_name: Schema.String.pipe(T.PathParam()),
|
|
@@ -27,5 +28,6 @@ export const SecretsUpdateOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
|
27
28
|
export const SecretsUpdate = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
28
29
|
inputSchema: SecretsUpdateInput,
|
|
29
30
|
outputSchema: SecretsUpdateOutput,
|
|
31
|
+
errors: [BadRequest, Forbidden, NotFound],
|
|
30
32
|
}));
|
|
31
33
|
//# sourceMappingURL=SecretsUpdate.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SecretsUpdate.js","sourceRoot":"","sources":["../../src/operations/SecretsUpdate.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAChC,OAAO,KAAK,CAAC,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"SecretsUpdate.js","sourceRoot":"","sources":["../../src/operations/SecretsUpdate.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAChC,OAAO,KAAK,CAAC,MAAM,WAAW,CAAC;AAC/B,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAE5D,eAAe;AACf,MAAM,CAAC,MAAM,kBAAkB,GAAG,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IAC1E,QAAQ,EAAE,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,EAAE,CAAC;IAC3C,MAAM,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,CAAC;CACrE,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,0BAA0B,EAAE,CAAC,CAAC,CAAC;AAGtE,gBAAgB;AAChB,MAAM,CAAC,MAAM,mBAAmB,GAAG,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IAC3E,OAAO,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;IACvC,OAAO,EAAE,MAAM,CAAC,QAAQ,CACtB,MAAM,CAAC,KAAK,CACV,MAAM,CAAC,MAAM,CAAC;QACZ,UAAU,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;QAC1C,MAAM,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;QACtC,IAAI,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;QACpC,UAAU,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;QAC1C,KAAK,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;KACtC,CAAC,CACH,CACF;IACD,OAAO,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;CACxC,CAAC,CAAC;AAGH,gBAAgB;AAChB;;;;GAIG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,aAAa,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC;IACvE,WAAW,EAAE,kBAAkB;IAC/B,YAAY,EAAE,mBAAmB;IACjC,MAAM,EAAE,CAAC,UAAU,EAAE,SAAS,EAAE,QAAQ,CAAU;CACnD,CAAC,CAAC,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
+
import { BadRequest, Forbidden, NotFound } from "../errors";
|
|
2
3
|
export declare const TokensRequestKmsInput: Schema.Struct<{}>;
|
|
3
4
|
export type TokensRequestKmsInput = typeof TokensRequestKmsInput.Type;
|
|
4
5
|
export declare const TokensRequestKmsOutput: Schema.String;
|
|
@@ -8,5 +9,5 @@ export type TokensRequestKmsOutput = typeof TokensRequestKmsOutput.Type;
|
|
|
8
9
|
*
|
|
9
10
|
* This site hosts documentation generated from the Fly.io Machines API OpenAPI specification. Visit our complete [Machines API docs](https://fly.io/docs/machines/api/apps-resource/) for details about using the Apps resource.
|
|
10
11
|
*/
|
|
11
|
-
export declare const TokensRequestKms: any
|
|
12
|
+
export declare const TokensRequestKms: import("@distilled.cloud/core/client").OperationMethod<{}, string, BadRequest | Forbidden | NotFound, any>;
|
|
12
13
|
//# sourceMappingURL=TokensRequestKms.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TokensRequestKms.d.ts","sourceRoot":"","sources":["../../src/operations/TokensRequestKms.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"TokensRequestKms.d.ts","sourceRoot":"","sources":["../../src/operations/TokensRequestKms.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAG5D,eAAO,MAAM,qBAAqB,mBAEqB,CAAC;AACxD,MAAM,MAAM,qBAAqB,GAAG,OAAO,qBAAqB,CAAC,IAAI,CAAC;AAGtE,eAAO,MAAM,sBAAsB,eAA4C,CAAC;AAChF,MAAM,MAAM,sBAAsB,GAAG,OAAO,sBAAsB,CAAC,IAAI,CAAC;AAGxE;;;;GAIG;AACH,eAAO,MAAM,gBAAgB,4GAI1B,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { BadRequest, Forbidden, NotFound } from "../errors";
|
|
4
5
|
// Input Schema
|
|
5
6
|
export const TokensRequestKmsInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({}).pipe(T.Http({ method: "POST", path: "/tokens/kms" }));
|
|
6
7
|
// Output Schema
|
|
@@ -14,5 +15,6 @@ export const TokensRequestKmsOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.String;
|
|
|
14
15
|
export const TokensRequestKms = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
15
16
|
inputSchema: TokensRequestKmsInput,
|
|
16
17
|
outputSchema: TokensRequestKmsOutput,
|
|
18
|
+
errors: [BadRequest, Forbidden, NotFound],
|
|
17
19
|
}));
|
|
18
20
|
//# sourceMappingURL=TokensRequestKms.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TokensRequestKms.js","sourceRoot":"","sources":["../../src/operations/TokensRequestKms.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAChC,OAAO,KAAK,CAAC,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"TokensRequestKms.js","sourceRoot":"","sources":["../../src/operations/TokensRequestKms.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAChC,OAAO,KAAK,CAAC,MAAM,WAAW,CAAC;AAC/B,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAE5D,eAAe;AACf,MAAM,CAAC,MAAM,qBAAqB,GAAG,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAC5E,EAAE,CACH,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC,CAAC,CAAC;AAGxD,gBAAgB;AAChB,MAAM,CAAC,MAAM,sBAAsB,GAAG,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;AAGhF,gBAAgB;AAChB;;;;GAIG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAG,aAAa,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC;IAC1E,WAAW,EAAE,qBAAqB;IAClC,YAAY,EAAE,sBAAsB;IACpC,MAAM,EAAE,CAAC,UAAU,EAAE,SAAS,EAAE,QAAQ,CAAU;CACnD,CAAC,CAAC,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
+
import { BadRequest, Forbidden, NotFound } from "../errors";
|
|
2
3
|
export declare const TokensRequestOIDCInput: Schema.Struct<{
|
|
3
4
|
readonly aud: Schema.optional<Schema.String>;
|
|
4
5
|
readonly aws_principal_tags: Schema.optional<Schema.Boolean>;
|
|
@@ -11,5 +12,8 @@ export type TokensRequestOIDCOutput = typeof TokensRequestOIDCOutput.Type;
|
|
|
11
12
|
*
|
|
12
13
|
* Request an Open ID Connect token for your machine. Customize the audience claim with the `aud` parameter. This returns a JWT token. Learn more about [using OpenID Connect](/docs/reference/openid-connect/) on Fly.io.
|
|
13
14
|
*/
|
|
14
|
-
export declare const TokensRequestOIDC:
|
|
15
|
+
export declare const TokensRequestOIDC: import("@distilled.cloud/core/client").OperationMethod<{
|
|
16
|
+
readonly aud?: string | undefined;
|
|
17
|
+
readonly aws_principal_tags?: boolean | undefined;
|
|
18
|
+
}, string, BadRequest | Forbidden | NotFound, any>;
|
|
15
19
|
//# sourceMappingURL=TokensRequestOIDC.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TokensRequestOIDC.d.ts","sourceRoot":"","sources":["../../src/operations/TokensRequestOIDC.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"TokensRequestOIDC.d.ts","sourceRoot":"","sources":["../../src/operations/TokensRequestOIDC.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAG5D,eAAO,MAAM,sBAAsB;;;EAKqB,CAAC;AACzD,MAAM,MAAM,sBAAsB,GAAG,OAAO,sBAAsB,CAAC,IAAI,CAAC;AAGxE,eAAO,MAAM,uBAAuB,eACO,CAAC;AAC5C,MAAM,MAAM,uBAAuB,GAAG,OAAO,uBAAuB,CAAC,IAAI,CAAC;AAG1E;;;;GAIG;AACH,eAAO,MAAM,iBAAiB;;;kDAI3B,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { BadRequest, Forbidden, NotFound } from "../errors";
|
|
4
5
|
// Input Schema
|
|
5
6
|
export const TokensRequestOIDCInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
6
7
|
aud: Schema.optional(Schema.String),
|
|
@@ -18,5 +19,6 @@ export const TokensRequestOIDCOutput =
|
|
|
18
19
|
export const TokensRequestOIDC = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
19
20
|
inputSchema: TokensRequestOIDCInput,
|
|
20
21
|
outputSchema: TokensRequestOIDCOutput,
|
|
22
|
+
errors: [BadRequest, Forbidden, NotFound],
|
|
21
23
|
}));
|
|
22
24
|
//# sourceMappingURL=TokensRequestOIDC.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TokensRequestOIDC.js","sourceRoot":"","sources":["../../src/operations/TokensRequestOIDC.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAChC,OAAO,KAAK,CAAC,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"TokensRequestOIDC.js","sourceRoot":"","sources":["../../src/operations/TokensRequestOIDC.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAChC,OAAO,KAAK,CAAC,MAAM,WAAW,CAAC;AAC/B,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAE5D,eAAe;AACf,MAAM,CAAC,MAAM,sBAAsB,GAAG,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAC7E;IACE,GAAG,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;IACnC,kBAAkB,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,OAAO,CAAC;CACpD,CACF,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,cAAc,EAAE,CAAC,CAAC,CAAC;AAGzD,gBAAgB;AAChB,MAAM,CAAC,MAAM,uBAAuB;AAClC,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;AAG5C,gBAAgB;AAChB;;;;GAIG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAAG,aAAa,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC;IAC3E,WAAW,EAAE,sBAAsB;IACnC,YAAY,EAAE,uBAAuB;IACrC,MAAM,EAAE,CAAC,UAAU,EAAE,SAAS,EAAE,QAAQ,CAAU;CACnD,CAAC,CAAC,CAAC"}
|
|
@@ -8,5 +8,5 @@ export type TokensRequest_KmsOutput = typeof TokensRequest_KmsOutput.Type;
|
|
|
8
8
|
*
|
|
9
9
|
* This site hosts documentation generated from the Fly.io Machines API OpenAPI specification. Visit our complete [Machines API docs](https://fly.io/docs/machines/api/apps-resource/) for details about using the Apps resource.
|
|
10
10
|
*/
|
|
11
|
-
export declare const TokensRequest_Kms: any
|
|
11
|
+
export declare const TokensRequest_Kms: import("@distilled.cloud/core/client").OperationMethod<{}, string, never, any>;
|
|
12
12
|
//# sourceMappingURL=TokensRequest_Kms.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TokensRequest_Kms.d.ts","sourceRoot":"","sources":["../../src/operations/TokensRequest_Kms.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,sBAAsB,mBAEoB,CAAC;AACxD,MAAM,MAAM,sBAAsB,GAAG,OAAO,sBAAsB,CAAC,IAAI,CAAC;AAGxE,eAAO,MAAM,uBAAuB,eACO,CAAC;AAC5C,MAAM,MAAM,uBAAuB,GAAG,OAAO,uBAAuB,CAAC,IAAI,CAAC;AAG1E;;;;GAIG;AACH,eAAO,MAAM,iBAAiB,
|
|
1
|
+
{"version":3,"file":"TokensRequest_Kms.d.ts","sourceRoot":"","sources":["../../src/operations/TokensRequest_Kms.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,sBAAsB,mBAEoB,CAAC;AACxD,MAAM,MAAM,sBAAsB,GAAG,OAAO,sBAAsB,CAAC,IAAI,CAAC;AAGxE,eAAO,MAAM,uBAAuB,eACO,CAAC;AAC5C,MAAM,MAAM,uBAAuB,GAAG,OAAO,uBAAuB,CAAC,IAAI,CAAC;AAG1E;;;;GAIG;AACH,eAAO,MAAM,iBAAiB,gFAG3B,CAAC"}
|
|
@@ -11,5 +11,8 @@ export type TokensRequest_OIDCOutput = typeof TokensRequest_OIDCOutput.Type;
|
|
|
11
11
|
*
|
|
12
12
|
* Request an Open ID Connect token for your machine. Customize the audience claim with the `aud` parameter. This returns a JWT token. Learn more about [using OpenID Connect](/docs/reference/openid-connect/) on Fly.io.
|
|
13
13
|
*/
|
|
14
|
-
export declare const TokensRequest_OIDC:
|
|
14
|
+
export declare const TokensRequest_OIDC: import("@distilled.cloud/core/client").OperationMethod<{
|
|
15
|
+
readonly aud?: string | undefined;
|
|
16
|
+
readonly aws_principal_tags?: boolean | undefined;
|
|
17
|
+
}, string, never, any>;
|
|
15
18
|
//# sourceMappingURL=TokensRequest_OIDC.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TokensRequest_OIDC.d.ts","sourceRoot":"","sources":["../../src/operations/TokensRequest_OIDC.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,uBAAuB;;;EAIuB,CAAC;AAC5D,MAAM,MAAM,uBAAuB,GAAG,OAAO,uBAAuB,CAAC,IAAI,CAAC;AAG1E,eAAO,MAAM,wBAAwB,eACM,CAAC;AAC5C,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC,IAAI,CAAC;AAG5E;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,
|
|
1
|
+
{"version":3,"file":"TokensRequest_OIDC.d.ts","sourceRoot":"","sources":["../../src/operations/TokensRequest_OIDC.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,uBAAuB;;;EAIuB,CAAC;AAC5D,MAAM,MAAM,uBAAuB,GAAG,OAAO,uBAAuB,CAAC,IAAI,CAAC;AAG1E,eAAO,MAAM,wBAAwB,eACM,CAAC;AAC5C,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC,IAAI,CAAC;AAG5E;;;;GAIG;AACH,eAAO,MAAM,kBAAkB;;;sBAG5B,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
+
import { Forbidden, NotFound } from "../errors";
|
|
2
3
|
export declare const VolumeDeleteInput: Schema.Struct<{
|
|
3
4
|
readonly app_name: Schema.String;
|
|
4
5
|
readonly volume_id: Schema.String;
|
|
@@ -36,5 +37,30 @@ export type VolumeDeleteOutput = typeof VolumeDeleteOutput.Type;
|
|
|
36
37
|
* @param app_name - Fly App Name
|
|
37
38
|
* @param volume_id - Volume ID
|
|
38
39
|
*/
|
|
39
|
-
export declare const VolumeDelete:
|
|
40
|
+
export declare const VolumeDelete: import("@distilled.cloud/core/client").OperationMethod<{
|
|
41
|
+
readonly app_name: string;
|
|
42
|
+
readonly volume_id: string;
|
|
43
|
+
}, {
|
|
44
|
+
readonly attached_alloc_id?: string | undefined;
|
|
45
|
+
readonly attached_machine_id?: string | undefined;
|
|
46
|
+
readonly auto_backup_enabled?: boolean | undefined;
|
|
47
|
+
readonly block_size?: number | undefined;
|
|
48
|
+
readonly blocks?: number | undefined;
|
|
49
|
+
readonly blocks_avail?: number | undefined;
|
|
50
|
+
readonly blocks_free?: number | undefined;
|
|
51
|
+
readonly bytes_total?: number | undefined;
|
|
52
|
+
readonly bytes_used?: number | undefined;
|
|
53
|
+
readonly created_at?: string | undefined;
|
|
54
|
+
readonly encrypted?: boolean | undefined;
|
|
55
|
+
readonly fstype?: string | undefined;
|
|
56
|
+
readonly host_status?: "ok" | "unknown" | "unreachable" | undefined;
|
|
57
|
+
readonly id?: string | undefined;
|
|
58
|
+
readonly name?: string | undefined;
|
|
59
|
+
readonly region?: string | undefined;
|
|
60
|
+
readonly size_gb?: number | undefined;
|
|
61
|
+
readonly snapshot_retention?: number | undefined;
|
|
62
|
+
readonly state?: string | undefined;
|
|
63
|
+
readonly type?: "cache" | "local" | undefined;
|
|
64
|
+
readonly zone?: string | undefined;
|
|
65
|
+
}, Forbidden | NotFound, any>;
|
|
40
66
|
//# sourceMappingURL=VolumeDelete.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VolumeDelete.d.ts","sourceRoot":"","sources":["../../src/operations/VolumeDelete.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"VolumeDelete.d.ts","sourceRoot":"","sources":["../../src/operations/VolumeDelete.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,iBAAiB;;;EAK7B,CAAC;AACF,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAC,IAAI,CAAC;AAG9D,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;EAwB7B,CAAC;AACH,MAAM,MAAM,kBAAkB,GAAG,OAAO,kBAAkB,CAAC,IAAI,CAAC;AAGhE;;;;;;;GAOG;AACH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;6BAItB,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { Forbidden, NotFound } from "../errors";
|
|
4
5
|
// Input Schema
|
|
5
6
|
export const VolumeDeleteInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
6
7
|
app_name: Schema.String.pipe(T.PathParam()),
|
|
@@ -42,5 +43,6 @@ export const VolumeDeleteOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
|
42
43
|
export const VolumeDelete = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
43
44
|
inputSchema: VolumeDeleteInput,
|
|
44
45
|
outputSchema: VolumeDeleteOutput,
|
|
46
|
+
errors: [Forbidden, NotFound],
|
|
45
47
|
}));
|
|
46
48
|
//# sourceMappingURL=VolumeDelete.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VolumeDelete.js","sourceRoot":"","sources":["../../src/operations/VolumeDelete.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAChC,OAAO,KAAK,CAAC,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"VolumeDelete.js","sourceRoot":"","sources":["../../src/operations/VolumeDelete.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
+
import { BadRequest, Forbidden, NotFound } from "../errors";
|
|
2
3
|
export declare const VolumesCreateInput: Schema.Struct<{
|
|
3
4
|
readonly app_name: Schema.String;
|
|
4
5
|
readonly auto_backup_enabled: Schema.optional<Schema.Boolean>;
|
|
@@ -57,5 +58,52 @@ export type VolumesCreateOutput = typeof VolumesCreateOutput.Type;
|
|
|
57
58
|
*
|
|
58
59
|
* @param app_name - Fly App Name
|
|
59
60
|
*/
|
|
60
|
-
export declare const VolumesCreate:
|
|
61
|
+
export declare const VolumesCreate: import("@distilled.cloud/core/client").OperationMethod<{
|
|
62
|
+
readonly app_name: string;
|
|
63
|
+
readonly auto_backup_enabled?: boolean | undefined;
|
|
64
|
+
readonly compute?: {
|
|
65
|
+
readonly cpu_kind?: string | undefined;
|
|
66
|
+
readonly cpus?: number | undefined;
|
|
67
|
+
readonly gpu_kind?: string | undefined;
|
|
68
|
+
readonly gpus?: number | undefined;
|
|
69
|
+
readonly host_dedication_id?: string | undefined;
|
|
70
|
+
readonly kernel_args?: readonly string[] | undefined;
|
|
71
|
+
readonly max_memory_mb?: number | undefined;
|
|
72
|
+
readonly memory_mb?: number | undefined;
|
|
73
|
+
readonly persist_rootfs?: "always" | "never" | "restart" | undefined;
|
|
74
|
+
} | undefined;
|
|
75
|
+
readonly compute_image?: string | undefined;
|
|
76
|
+
readonly encrypted?: boolean | undefined;
|
|
77
|
+
readonly fstype?: string | undefined;
|
|
78
|
+
readonly name?: string | undefined;
|
|
79
|
+
readonly region?: string | undefined;
|
|
80
|
+
readonly require_unique_zone?: boolean | undefined;
|
|
81
|
+
readonly size_gb?: number | undefined;
|
|
82
|
+
readonly snapshot_id?: string | undefined;
|
|
83
|
+
readonly snapshot_retention?: number | undefined;
|
|
84
|
+
readonly source_volume_id?: string | undefined;
|
|
85
|
+
readonly unique_zone_app_wide?: boolean | undefined;
|
|
86
|
+
}, {
|
|
87
|
+
readonly attached_alloc_id?: string | undefined;
|
|
88
|
+
readonly attached_machine_id?: string | undefined;
|
|
89
|
+
readonly auto_backup_enabled?: boolean | undefined;
|
|
90
|
+
readonly block_size?: number | undefined;
|
|
91
|
+
readonly blocks?: number | undefined;
|
|
92
|
+
readonly blocks_avail?: number | undefined;
|
|
93
|
+
readonly blocks_free?: number | undefined;
|
|
94
|
+
readonly bytes_total?: number | undefined;
|
|
95
|
+
readonly bytes_used?: number | undefined;
|
|
96
|
+
readonly created_at?: string | undefined;
|
|
97
|
+
readonly encrypted?: boolean | undefined;
|
|
98
|
+
readonly fstype?: string | undefined;
|
|
99
|
+
readonly host_status?: "ok" | "unknown" | "unreachable" | undefined;
|
|
100
|
+
readonly id?: string | undefined;
|
|
101
|
+
readonly name?: string | undefined;
|
|
102
|
+
readonly region?: string | undefined;
|
|
103
|
+
readonly size_gb?: number | undefined;
|
|
104
|
+
readonly snapshot_retention?: number | undefined;
|
|
105
|
+
readonly state?: string | undefined;
|
|
106
|
+
readonly type?: "cache" | "local" | undefined;
|
|
107
|
+
readonly zone?: string | undefined;
|
|
108
|
+
}, BadRequest | Forbidden | NotFound, any>;
|
|
61
109
|
//# sourceMappingURL=VolumesCreate.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VolumesCreate.d.ts","sourceRoot":"","sources":["../../src/operations/VolumesCreate.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"VolumesCreate.d.ts","sourceRoot":"","sources":["../../src/operations/VolumesCreate.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAG5D,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;EA6BsC,CAAC;AACtE,MAAM,MAAM,kBAAkB,GAAG,OAAO,kBAAkB,CAAC,IAAI,CAAC;AAGhE,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;EAwB9B,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC,IAAI,CAAC;AAGlE;;;;;;GAMG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0CAIvB,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { BadRequest, Forbidden, NotFound } from "../errors";
|
|
4
5
|
// Input Schema
|
|
5
6
|
export const VolumesCreateInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
6
7
|
app_name: Schema.String.pipe(T.PathParam()),
|
|
@@ -63,5 +64,6 @@ export const VolumesCreateOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
|
63
64
|
export const VolumesCreate = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
64
65
|
inputSchema: VolumesCreateInput,
|
|
65
66
|
outputSchema: VolumesCreateOutput,
|
|
67
|
+
errors: [BadRequest, Forbidden, NotFound],
|
|
66
68
|
}));
|
|
67
69
|
//# sourceMappingURL=VolumesCreate.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VolumesCreate.js","sourceRoot":"","sources":["../../src/operations/VolumesCreate.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAChC,OAAO,KAAK,CAAC,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"VolumesCreate.js","sourceRoot":"","sources":["../../src/operations/VolumesCreate.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
+
import { BadRequest, Forbidden, NotFound } from "../errors";
|
|
2
3
|
export declare const VolumesExtendInput: Schema.Struct<{
|
|
3
4
|
readonly app_name: Schema.String;
|
|
4
5
|
readonly volume_id: Schema.String;
|
|
@@ -40,5 +41,34 @@ export type VolumesExtendOutput = typeof VolumesExtendOutput.Type;
|
|
|
40
41
|
* @param app_name - Fly App Name
|
|
41
42
|
* @param volume_id - Volume ID
|
|
42
43
|
*/
|
|
43
|
-
export declare const VolumesExtend:
|
|
44
|
+
export declare const VolumesExtend: import("@distilled.cloud/core/client").OperationMethod<{
|
|
45
|
+
readonly app_name: string;
|
|
46
|
+
readonly size_gb?: number | undefined;
|
|
47
|
+
readonly volume_id: string;
|
|
48
|
+
}, {
|
|
49
|
+
readonly needs_restart?: boolean | undefined;
|
|
50
|
+
readonly volume?: {
|
|
51
|
+
readonly attached_alloc_id?: string | undefined;
|
|
52
|
+
readonly attached_machine_id?: string | undefined;
|
|
53
|
+
readonly auto_backup_enabled?: boolean | undefined;
|
|
54
|
+
readonly block_size?: number | undefined;
|
|
55
|
+
readonly blocks?: number | undefined;
|
|
56
|
+
readonly blocks_avail?: number | undefined;
|
|
57
|
+
readonly blocks_free?: number | undefined;
|
|
58
|
+
readonly bytes_total?: number | undefined;
|
|
59
|
+
readonly bytes_used?: number | undefined;
|
|
60
|
+
readonly created_at?: string | undefined;
|
|
61
|
+
readonly encrypted?: boolean | undefined;
|
|
62
|
+
readonly fstype?: string | undefined;
|
|
63
|
+
readonly host_status?: "ok" | "unknown" | "unreachable" | undefined;
|
|
64
|
+
readonly id?: string | undefined;
|
|
65
|
+
readonly name?: string | undefined;
|
|
66
|
+
readonly region?: string | undefined;
|
|
67
|
+
readonly size_gb?: number | undefined;
|
|
68
|
+
readonly snapshot_retention?: number | undefined;
|
|
69
|
+
readonly state?: string | undefined;
|
|
70
|
+
readonly type?: "cache" | "local" | undefined;
|
|
71
|
+
readonly zone?: string | undefined;
|
|
72
|
+
} | undefined;
|
|
73
|
+
}, BadRequest | Forbidden | NotFound, any>;
|
|
44
74
|
//# sourceMappingURL=VolumesExtend.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VolumesExtend.d.ts","sourceRoot":"","sources":["../../src/operations/VolumesExtend.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"VolumesExtend.d.ts","sourceRoot":"","sources":["../../src/operations/VolumesExtend.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAG5D,eAAO,MAAM,kBAAkB;;;;EAS9B,CAAC;AACF,MAAM,MAAM,kBAAkB,GAAG,OAAO,kBAAkB,CAAC,IAAI,CAAC;AAGhE,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;EA6B9B,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC,IAAI,CAAC;AAGlE;;;;;;;GAOG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0CAIvB,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { BadRequest, Forbidden, NotFound } from "../errors";
|
|
4
5
|
// Input Schema
|
|
5
6
|
export const VolumesExtendInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
6
7
|
app_name: Schema.String.pipe(T.PathParam()),
|
|
@@ -49,5 +50,6 @@ export const VolumesExtendOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
|
49
50
|
export const VolumesExtend = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
50
51
|
inputSchema: VolumesExtendInput,
|
|
51
52
|
outputSchema: VolumesExtendOutput,
|
|
53
|
+
errors: [BadRequest, Forbidden, NotFound],
|
|
52
54
|
}));
|
|
53
55
|
//# sourceMappingURL=VolumesExtend.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VolumesExtend.js","sourceRoot":"","sources":["../../src/operations/VolumesExtend.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAChC,OAAO,KAAK,CAAC,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"VolumesExtend.js","sourceRoot":"","sources":["../../src/operations/VolumesExtend.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
+
import { Forbidden, NotFound } from "../errors";
|
|
2
3
|
export declare const VolumesGetByIdInput: Schema.Struct<{
|
|
3
4
|
readonly app_name: Schema.String;
|
|
4
5
|
readonly volume_id: Schema.String;
|
|
@@ -36,5 +37,30 @@ export type VolumesGetByIdOutput = typeof VolumesGetByIdOutput.Type;
|
|
|
36
37
|
* @param app_name - Fly App Name
|
|
37
38
|
* @param volume_id - Volume ID
|
|
38
39
|
*/
|
|
39
|
-
export declare const VolumesGetById:
|
|
40
|
+
export declare const VolumesGetById: import("@distilled.cloud/core/client").OperationMethod<{
|
|
41
|
+
readonly app_name: string;
|
|
42
|
+
readonly volume_id: string;
|
|
43
|
+
}, {
|
|
44
|
+
readonly attached_alloc_id?: string | undefined;
|
|
45
|
+
readonly attached_machine_id?: string | undefined;
|
|
46
|
+
readonly auto_backup_enabled?: boolean | undefined;
|
|
47
|
+
readonly block_size?: number | undefined;
|
|
48
|
+
readonly blocks?: number | undefined;
|
|
49
|
+
readonly blocks_avail?: number | undefined;
|
|
50
|
+
readonly blocks_free?: number | undefined;
|
|
51
|
+
readonly bytes_total?: number | undefined;
|
|
52
|
+
readonly bytes_used?: number | undefined;
|
|
53
|
+
readonly created_at?: string | undefined;
|
|
54
|
+
readonly encrypted?: boolean | undefined;
|
|
55
|
+
readonly fstype?: string | undefined;
|
|
56
|
+
readonly host_status?: "ok" | "unknown" | "unreachable" | undefined;
|
|
57
|
+
readonly id?: string | undefined;
|
|
58
|
+
readonly name?: string | undefined;
|
|
59
|
+
readonly region?: string | undefined;
|
|
60
|
+
readonly size_gb?: number | undefined;
|
|
61
|
+
readonly snapshot_retention?: number | undefined;
|
|
62
|
+
readonly state?: string | undefined;
|
|
63
|
+
readonly type?: "cache" | "local" | undefined;
|
|
64
|
+
readonly zone?: string | undefined;
|
|
65
|
+
}, Forbidden | NotFound, any>;
|
|
40
66
|
//# sourceMappingURL=VolumesGetById.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VolumesGetById.d.ts","sourceRoot":"","sources":["../../src/operations/VolumesGetById.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"VolumesGetById.d.ts","sourceRoot":"","sources":["../../src/operations/VolumesGetById.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,mBAAmB;;;EAK/B,CAAC;AACF,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC,IAAI,CAAC;AAGlE,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;EAwB/B,CAAC;AACH,MAAM,MAAM,oBAAoB,GAAG,OAAO,oBAAoB,CAAC,IAAI,CAAC;AAGpE;;;;;;;GAOG;AACH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;6BAIxB,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { Forbidden, NotFound } from "../errors";
|
|
4
5
|
// Input Schema
|
|
5
6
|
export const VolumesGetByIdInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
6
7
|
app_name: Schema.String.pipe(T.PathParam()),
|
|
@@ -42,5 +43,6 @@ export const VolumesGetByIdOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
|
42
43
|
export const VolumesGetById = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
43
44
|
inputSchema: VolumesGetByIdInput,
|
|
44
45
|
outputSchema: VolumesGetByIdOutput,
|
|
46
|
+
errors: [Forbidden, NotFound],
|
|
45
47
|
}));
|
|
46
48
|
//# sourceMappingURL=VolumesGetById.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VolumesGetById.js","sourceRoot":"","sources":["../../src/operations/VolumesGetById.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAChC,OAAO,KAAK,CAAC,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"VolumesGetById.js","sourceRoot":"","sources":["../../src/operations/VolumesGetById.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
+
import { Forbidden, NotFound } from "../errors";
|
|
2
3
|
export declare const VolumesListInput: Schema.Struct<{
|
|
3
4
|
readonly app_name: Schema.String;
|
|
4
5
|
readonly summary: Schema.optional<Schema.Boolean>;
|
|
@@ -36,5 +37,30 @@ export type VolumesListOutput = typeof VolumesListOutput.Type;
|
|
|
36
37
|
* @param app_name - Fly App Name
|
|
37
38
|
* @param summary - Only return summary info about volumes (omit blocks, block size, etc)
|
|
38
39
|
*/
|
|
39
|
-
export declare const VolumesList:
|
|
40
|
+
export declare const VolumesList: import("@distilled.cloud/core/client").OperationMethod<{
|
|
41
|
+
readonly app_name: string;
|
|
42
|
+
readonly summary?: boolean | undefined;
|
|
43
|
+
}, readonly {
|
|
44
|
+
readonly attached_alloc_id?: string | undefined;
|
|
45
|
+
readonly attached_machine_id?: string | undefined;
|
|
46
|
+
readonly auto_backup_enabled?: boolean | undefined;
|
|
47
|
+
readonly block_size?: number | undefined;
|
|
48
|
+
readonly blocks?: number | undefined;
|
|
49
|
+
readonly blocks_avail?: number | undefined;
|
|
50
|
+
readonly blocks_free?: number | undefined;
|
|
51
|
+
readonly bytes_total?: number | undefined;
|
|
52
|
+
readonly bytes_used?: number | undefined;
|
|
53
|
+
readonly created_at?: string | undefined;
|
|
54
|
+
readonly encrypted?: boolean | undefined;
|
|
55
|
+
readonly fstype?: string | undefined;
|
|
56
|
+
readonly host_status?: "ok" | "unknown" | "unreachable" | undefined;
|
|
57
|
+
readonly id?: string | undefined;
|
|
58
|
+
readonly name?: string | undefined;
|
|
59
|
+
readonly region?: string | undefined;
|
|
60
|
+
readonly size_gb?: number | undefined;
|
|
61
|
+
readonly snapshot_retention?: number | undefined;
|
|
62
|
+
readonly state?: string | undefined;
|
|
63
|
+
readonly type?: "cache" | "local" | undefined;
|
|
64
|
+
readonly zone?: string | undefined;
|
|
65
|
+
}[], Forbidden | NotFound, any>;
|
|
40
66
|
//# sourceMappingURL=VolumesList.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VolumesList.d.ts","sourceRoot":"","sources":["../../src/operations/VolumesList.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"VolumesList.d.ts","sourceRoot":"","sources":["../../src/operations/VolumesList.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,gBAAgB;;;EAGuC,CAAC;AACrE,MAAM,MAAM,gBAAgB,GAAG,OAAO,gBAAgB,CAAC,IAAI,CAAC;AAG5D,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;GA0B7B,CAAC;AACF,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAC,IAAI,CAAC;AAG9D;;;;;;;GAOG;AACH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;+BAIrB,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { Forbidden, NotFound } from "../errors";
|
|
4
5
|
// Input Schema
|
|
5
6
|
export const VolumesListInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
6
7
|
app_name: Schema.String.pipe(T.PathParam()),
|
|
@@ -42,5 +43,6 @@ export const VolumesListOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Array(Schema
|
|
|
42
43
|
export const VolumesList = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
43
44
|
inputSchema: VolumesListInput,
|
|
44
45
|
outputSchema: VolumesListOutput,
|
|
46
|
+
errors: [Forbidden, NotFound],
|
|
45
47
|
}));
|
|
46
48
|
//# sourceMappingURL=VolumesList.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VolumesList.js","sourceRoot":"","sources":["../../src/operations/VolumesList.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAChC,OAAO,KAAK,CAAC,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"VolumesList.js","sourceRoot":"","sources":["../../src/operations/VolumesList.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
+
import { Forbidden, NotFound } from "../errors";
|
|
2
3
|
export declare const VolumesListSnapshotsInput: Schema.Struct<{
|
|
3
4
|
readonly app_name: Schema.String;
|
|
4
5
|
readonly volume_id: Schema.String;
|
|
@@ -22,5 +23,16 @@ export type VolumesListSnapshotsOutput = typeof VolumesListSnapshotsOutput.Type;
|
|
|
22
23
|
* @param app_name - Fly App Name
|
|
23
24
|
* @param volume_id - Volume ID
|
|
24
25
|
*/
|
|
25
|
-
export declare const VolumesListSnapshots:
|
|
26
|
+
export declare const VolumesListSnapshots: import("@distilled.cloud/core/client").OperationMethod<{
|
|
27
|
+
readonly app_name: string;
|
|
28
|
+
readonly volume_id: string;
|
|
29
|
+
}, readonly {
|
|
30
|
+
readonly created_at?: string | undefined;
|
|
31
|
+
readonly digest?: string | undefined;
|
|
32
|
+
readonly id?: string | undefined;
|
|
33
|
+
readonly retention_days?: number | undefined;
|
|
34
|
+
readonly size?: number | undefined;
|
|
35
|
+
readonly status?: string | undefined;
|
|
36
|
+
readonly volume_size?: number | undefined;
|
|
37
|
+
}[], Forbidden | NotFound, any>;
|
|
26
38
|
//# sourceMappingURL=VolumesListSnapshots.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VolumesListSnapshots.d.ts","sourceRoot":"","sources":["../../src/operations/VolumesListSnapshots.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"VolumesListSnapshots.d.ts","sourceRoot":"","sources":["../../src/operations/VolumesListSnapshots.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAGhD,eAAO,MAAM,yBAAyB;;;EASnC,CAAC;AACJ,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,IAAI,CAAC;AAG9E,eAAO,MAAM,0BAA0B;;;;;;;;GAWpC,CAAC;AACJ,MAAM,MAAM,0BAA0B,GAAG,OAAO,0BAA0B,CAAC,IAAI,CAAC;AAGhF;;;;;;;GAOG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;;;+BAMhC,CAAC"}
|