Module Awso_appconfig.EndpointsSource

Sourcetype ('i, 'o, 'e) t =
  1. | CreateApplication : (Values.CreateApplicationRequest.t, Values.Application.t, Values.Application.error) t
  2. | CreateConfigurationProfile : (Values.CreateConfigurationProfileRequest.t, Values.ConfigurationProfile.t, Values.ConfigurationProfile.error) t
  3. | CreateDeploymentStrategy : (Values.CreateDeploymentStrategyRequest.t, Values.DeploymentStrategy.t, Values.DeploymentStrategy.error) t
  4. | CreateEnvironment : (Values.CreateEnvironmentRequest.t, Values.Environment.t, Values.Environment.error) t
  5. | CreateExtension : (Values.CreateExtensionRequest.t, Values.Extension.t, Values.Extension.error) t
  6. | CreateExtensionAssociation : (Values.CreateExtensionAssociationRequest.t, Values.ExtensionAssociation.t, Values.ExtensionAssociation.error) t
  7. | CreateHostedConfigurationVersion : (Values.CreateHostedConfigurationVersionRequest.t, Values.HostedConfigurationVersion.t, Values.HostedConfigurationVersion.error) t
  8. | DeleteApplication : (Values.DeleteApplicationRequest.t, unit, unit) t
  9. | DeleteConfigurationProfile : (Values.DeleteConfigurationProfileRequest.t, unit, unit) t
  10. | DeleteDeploymentStrategy : (Values.DeleteDeploymentStrategyRequest.t, unit, unit) t
  11. | DeleteEnvironment : (Values.DeleteEnvironmentRequest.t, unit, unit) t
  12. | DeleteExtension : (Values.DeleteExtensionRequest.t, unit, unit) t
  13. | DeleteExtensionAssociation : (Values.DeleteExtensionAssociationRequest.t, unit, unit) t
  14. | DeleteHostedConfigurationVersion : (Values.DeleteHostedConfigurationVersionRequest.t, unit, unit) t
  15. | GetAccountSettings : (unit, Values.AccountSettings.t, Values.AccountSettings.error) t
  16. | GetApplication : (Values.GetApplicationRequest.t, Values.Application.t, Values.Application.error) t
  17. | GetConfiguration : (Values.GetConfigurationRequest.t, Values.Configuration.t, Values.Configuration.error) t
  18. | GetConfigurationProfile : (Values.GetConfigurationProfileRequest.t, Values.ConfigurationProfile.t, Values.ConfigurationProfile.error) t
  19. | GetDeployment : (Values.GetDeploymentRequest.t, Values.Deployment.t, Values.Deployment.error) t
  20. | GetDeploymentStrategy : (Values.GetDeploymentStrategyRequest.t, Values.DeploymentStrategy.t, Values.DeploymentStrategy.error) t
  21. | GetEnvironment : (Values.GetEnvironmentRequest.t, Values.Environment.t, Values.Environment.error) t
  22. | GetExtension : (Values.GetExtensionRequest.t, Values.Extension.t, Values.Extension.error) t
  23. | GetExtensionAssociation : (Values.GetExtensionAssociationRequest.t, Values.ExtensionAssociation.t, Values.ExtensionAssociation.error) t
  24. | GetHostedConfigurationVersion : (Values.GetHostedConfigurationVersionRequest.t, Values.HostedConfigurationVersion.t, Values.HostedConfigurationVersion.error) t
  25. | ListApplications : (Values.ListApplicationsRequest.t, Values.Applications.t, Values.Applications.error) t
  26. | ListConfigurationProfiles : (Values.ListConfigurationProfilesRequest.t, Values.ConfigurationProfiles.t, Values.ConfigurationProfiles.error) t
  27. | ListDeploymentStrategies : (Values.ListDeploymentStrategiesRequest.t, Values.DeploymentStrategies.t, Values.DeploymentStrategies.error) t
  28. | ListDeployments : (Values.ListDeploymentsRequest.t, Values.Deployments.t, Values.Deployments.error) t
  29. | ListEnvironments : (Values.ListEnvironmentsRequest.t, Values.Environments.t, Values.Environments.error) t
  30. | ListExtensionAssociations : (Values.ListExtensionAssociationsRequest.t, Values.ExtensionAssociations.t, Values.ExtensionAssociations.error) t
  31. | ListExtensions : (Values.ListExtensionsRequest.t, Values.Extensions.t, Values.Extensions.error) t
  32. | ListHostedConfigurationVersions : (Values.ListHostedConfigurationVersionsRequest.t, Values.HostedConfigurationVersions.t, Values.HostedConfigurationVersions.error) t
  33. | ListTagsForResource : (Values.ListTagsForResourceRequest.t, Values.ResourceTags.t, Values.ResourceTags.error) t
  34. | StartDeployment : (Values.StartDeploymentRequest.t, Values.Deployment.t, Values.Deployment.error) t
  35. | StopDeployment : (Values.StopDeploymentRequest.t, Values.Deployment.t, Values.Deployment.error) t
  36. | TagResource : (Values.TagResourceRequest.t, unit, unit) t
  37. | UntagResource : (Values.UntagResourceRequest.t, unit, unit) t
  38. | UpdateAccountSettings : (Values.UpdateAccountSettingsRequest.t, Values.AccountSettings.t, Values.AccountSettings.error) t
  39. | UpdateApplication : (Values.UpdateApplicationRequest.t, Values.Application.t, Values.Application.error) t
  40. | UpdateConfigurationProfile : (Values.UpdateConfigurationProfileRequest.t, Values.ConfigurationProfile.t, Values.ConfigurationProfile.error) t
  41. | UpdateDeploymentStrategy : (Values.UpdateDeploymentStrategyRequest.t, Values.DeploymentStrategy.t, Values.DeploymentStrategy.error) t
  42. | UpdateEnvironment : (Values.UpdateEnvironmentRequest.t, Values.Environment.t, Values.Environment.error) t
  43. | UpdateExtension : (Values.UpdateExtensionRequest.t, Values.Extension.t, Values.Extension.error) t
  44. | UpdateExtensionAssociation : (Values.UpdateExtensionAssociationRequest.t, Values.ExtensionAssociation.t, Values.ExtensionAssociation.error) t
  45. | ValidateConfiguration : (Values.ValidateConfigurationRequest.t, unit, unit) t
Sourceval method_of_endpoint : 'i 'o 'e. ('i, 'o, 'e) t -> [> `DELETE | `GET | `PATCH | `POST ]
Sourceval uri_of_endpoint : 'i 'o 'e. ('i, 'o, 'e) t -> 'i -> Uri.t
Sourceval to_request : ('i, 'o, 'e) t -> 'i -> Awso.Http.Request.t
Sourceval of_response : ('i, 'o, 'e) t -> Awso.Http.Response.t -> ('o, 'e) result