Module Awso_appconfig.EndpointsSource
Sourcetype ('i, 'o, 'e) t = | CreateApplication : (Values.CreateApplicationRequest.t,
Values.Application.t,
Values.Application.error)
t| CreateConfigurationProfile : (Values.CreateConfigurationProfileRequest.t,
Values.ConfigurationProfile.t,
Values.ConfigurationProfile.error)
t| CreateDeploymentStrategy : (Values.CreateDeploymentStrategyRequest.t,
Values.DeploymentStrategy.t,
Values.DeploymentStrategy.error)
t| CreateEnvironment : (Values.CreateEnvironmentRequest.t,
Values.Environment.t,
Values.Environment.error)
t| CreateExtension : (Values.CreateExtensionRequest.t,
Values.Extension.t,
Values.Extension.error)
t| CreateExtensionAssociation : (Values.CreateExtensionAssociationRequest.t,
Values.ExtensionAssociation.t,
Values.ExtensionAssociation.error)
t| CreateHostedConfigurationVersion : (Values.CreateHostedConfigurationVersionRequest.t,
Values.HostedConfigurationVersion.t,
Values.HostedConfigurationVersion.error)
t| DeleteApplication : (Values.DeleteApplicationRequest.t, unit, unit) t| DeleteConfigurationProfile : (Values.DeleteConfigurationProfileRequest.t,
unit,
unit)
t| DeleteDeploymentStrategy : (Values.DeleteDeploymentStrategyRequest.t,
unit,
unit)
t| DeleteEnvironment : (Values.DeleteEnvironmentRequest.t, unit, unit) t| DeleteExtension : (Values.DeleteExtensionRequest.t, unit, unit) t| DeleteExtensionAssociation : (Values.DeleteExtensionAssociationRequest.t,
unit,
unit)
t| DeleteHostedConfigurationVersion : (Values.DeleteHostedConfigurationVersionRequest.t,
unit,
unit)
t| GetAccountSettings : (unit,
Values.AccountSettings.t,
Values.AccountSettings.error)
t| GetApplication : (Values.GetApplicationRequest.t,
Values.Application.t,
Values.Application.error)
t| GetConfiguration : (Values.GetConfigurationRequest.t,
Values.Configuration.t,
Values.Configuration.error)
t| GetConfigurationProfile : (Values.GetConfigurationProfileRequest.t,
Values.ConfigurationProfile.t,
Values.ConfigurationProfile.error)
t| GetDeployment : (Values.GetDeploymentRequest.t,
Values.Deployment.t,
Values.Deployment.error)
t| GetDeploymentStrategy : (Values.GetDeploymentStrategyRequest.t,
Values.DeploymentStrategy.t,
Values.DeploymentStrategy.error)
t| GetEnvironment : (Values.GetEnvironmentRequest.t,
Values.Environment.t,
Values.Environment.error)
t| GetExtension : (Values.GetExtensionRequest.t,
Values.Extension.t,
Values.Extension.error)
t| GetExtensionAssociation : (Values.GetExtensionAssociationRequest.t,
Values.ExtensionAssociation.t,
Values.ExtensionAssociation.error)
t| GetHostedConfigurationVersion : (Values.GetHostedConfigurationVersionRequest.t,
Values.HostedConfigurationVersion.t,
Values.HostedConfigurationVersion.error)
t| ListApplications : (Values.ListApplicationsRequest.t,
Values.Applications.t,
Values.Applications.error)
t| ListConfigurationProfiles : (Values.ListConfigurationProfilesRequest.t,
Values.ConfigurationProfiles.t,
Values.ConfigurationProfiles.error)
t| ListDeploymentStrategies : (Values.ListDeploymentStrategiesRequest.t,
Values.DeploymentStrategies.t,
Values.DeploymentStrategies.error)
t| ListDeployments : (Values.ListDeploymentsRequest.t,
Values.Deployments.t,
Values.Deployments.error)
t| ListEnvironments : (Values.ListEnvironmentsRequest.t,
Values.Environments.t,
Values.Environments.error)
t| ListExtensionAssociations : (Values.ListExtensionAssociationsRequest.t,
Values.ExtensionAssociations.t,
Values.ExtensionAssociations.error)
t| ListExtensions : (Values.ListExtensionsRequest.t,
Values.Extensions.t,
Values.Extensions.error)
t| ListHostedConfigurationVersions : (Values.ListHostedConfigurationVersionsRequest.t,
Values.HostedConfigurationVersions.t,
Values.HostedConfigurationVersions.error)
t| ListTagsForResource : (Values.ListTagsForResourceRequest.t,
Values.ResourceTags.t,
Values.ResourceTags.error)
t| StartDeployment : (Values.StartDeploymentRequest.t,
Values.Deployment.t,
Values.Deployment.error)
t| StopDeployment : (Values.StopDeploymentRequest.t,
Values.Deployment.t,
Values.Deployment.error)
t| TagResource : (Values.TagResourceRequest.t, unit, unit) t| UntagResource : (Values.UntagResourceRequest.t, unit, unit) t| UpdateAccountSettings : (Values.UpdateAccountSettingsRequest.t,
Values.AccountSettings.t,
Values.AccountSettings.error)
t| UpdateApplication : (Values.UpdateApplicationRequest.t,
Values.Application.t,
Values.Application.error)
t| UpdateConfigurationProfile : (Values.UpdateConfigurationProfileRequest.t,
Values.ConfigurationProfile.t,
Values.ConfigurationProfile.error)
t| UpdateDeploymentStrategy : (Values.UpdateDeploymentStrategyRequest.t,
Values.DeploymentStrategy.t,
Values.DeploymentStrategy.error)
t| UpdateEnvironment : (Values.UpdateEnvironmentRequest.t,
Values.Environment.t,
Values.Environment.error)
t| UpdateExtension : (Values.UpdateExtensionRequest.t,
Values.Extension.t,
Values.Extension.error)
t| UpdateExtensionAssociation : (Values.UpdateExtensionAssociationRequest.t,
Values.ExtensionAssociation.t,
Values.ExtensionAssociation.error)
t| 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