Module Awso_greengrassv2.EndpointsSource

Sourcetype ('i, 'o, 'e) t =
  1. | AssociateServiceRoleToAccount : (Values.AssociateServiceRoleToAccountRequest.t, Values.AssociateServiceRoleToAccountResponse.t, Values.AssociateServiceRoleToAccountResponse.error) t
  2. | BatchAssociateClientDeviceWithCoreDevice : (Values.BatchAssociateClientDeviceWithCoreDeviceRequest.t, Values.BatchAssociateClientDeviceWithCoreDeviceResponse.t, Values.BatchAssociateClientDeviceWithCoreDeviceResponse.error) t
  3. | BatchDisassociateClientDeviceFromCoreDevice : (Values.BatchDisassociateClientDeviceFromCoreDeviceRequest.t, Values.BatchDisassociateClientDeviceFromCoreDeviceResponse.t, Values.BatchDisassociateClientDeviceFromCoreDeviceResponse.error) t
  4. | CancelDeployment : (Values.CancelDeploymentRequest.t, Values.CancelDeploymentResponse.t, Values.CancelDeploymentResponse.error) t
  5. | CreateComponentVersion : (Values.CreateComponentVersionRequest.t, Values.CreateComponentVersionResponse.t, Values.CreateComponentVersionResponse.error) t
  6. | CreateDeployment : (Values.CreateDeploymentRequest.t, Values.CreateDeploymentResponse.t, Values.CreateDeploymentResponse.error) t
  7. | DeleteComponent : (Values.DeleteComponentRequest.t, unit, unit) t
  8. | DeleteCoreDevice : (Values.DeleteCoreDeviceRequest.t, unit, unit) t
  9. | DeleteDeployment : (Values.DeleteDeploymentRequest.t, unit, unit) t
  10. | DescribeComponent : (Values.DescribeComponentRequest.t, Values.DescribeComponentResponse.t, Values.DescribeComponentResponse.error) t
  11. | DisassociateServiceRoleFromAccount : (Values.DisassociateServiceRoleFromAccountRequest.t, Values.DisassociateServiceRoleFromAccountResponse.t, Values.DisassociateServiceRoleFromAccountResponse.error) t
  12. | GetComponent : (Values.GetComponentRequest.t, Values.GetComponentResponse.t, Values.GetComponentResponse.error) t
  13. | GetComponentVersionArtifact : (Values.GetComponentVersionArtifactRequest.t, Values.GetComponentVersionArtifactResponse.t, Values.GetComponentVersionArtifactResponse.error) t
  14. | GetConnectivityInfo : (Values.GetConnectivityInfoRequest.t, Values.GetConnectivityInfoResponse.t, Values.GetConnectivityInfoResponse.error) t
  15. | GetCoreDevice : (Values.GetCoreDeviceRequest.t, Values.GetCoreDeviceResponse.t, Values.GetCoreDeviceResponse.error) t
  16. | GetDeployment : (Values.GetDeploymentRequest.t, Values.GetDeploymentResponse.t, Values.GetDeploymentResponse.error) t
  17. | GetServiceRoleForAccount : (Values.GetServiceRoleForAccountRequest.t, Values.GetServiceRoleForAccountResponse.t, Values.GetServiceRoleForAccountResponse.error) t
  18. | ListClientDevicesAssociatedWithCoreDevice : (Values.ListClientDevicesAssociatedWithCoreDeviceRequest.t, Values.ListClientDevicesAssociatedWithCoreDeviceResponse.t, Values.ListClientDevicesAssociatedWithCoreDeviceResponse.error) t
  19. | ListComponentVersions : (Values.ListComponentVersionsRequest.t, Values.ListComponentVersionsResponse.t, Values.ListComponentVersionsResponse.error) t
  20. | ListComponents : (Values.ListComponentsRequest.t, Values.ListComponentsResponse.t, Values.ListComponentsResponse.error) t
  21. | ListCoreDevices : (Values.ListCoreDevicesRequest.t, Values.ListCoreDevicesResponse.t, Values.ListCoreDevicesResponse.error) t
  22. | ListDeployments : (Values.ListDeploymentsRequest.t, Values.ListDeploymentsResponse.t, Values.ListDeploymentsResponse.error) t
  23. | ListEffectiveDeployments : (Values.ListEffectiveDeploymentsRequest.t, Values.ListEffectiveDeploymentsResponse.t, Values.ListEffectiveDeploymentsResponse.error) t
  24. | ListInstalledComponents : (Values.ListInstalledComponentsRequest.t, Values.ListInstalledComponentsResponse.t, Values.ListInstalledComponentsResponse.error) t
  25. | ListTagsForResource : (Values.ListTagsForResourceRequest.t, Values.ListTagsForResourceResponse.t, Values.ListTagsForResourceResponse.error) t
  26. | ResolveComponentCandidates : (Values.ResolveComponentCandidatesRequest.t, Values.ResolveComponentCandidatesResponse.t, Values.ResolveComponentCandidatesResponse.error) t
  27. | TagResource : (Values.TagResourceRequest.t, Values.TagResourceResponse.t, Values.TagResourceResponse.error) t
  28. | UntagResource : (Values.UntagResourceRequest.t, Values.UntagResourceResponse.t, Values.UntagResourceResponse.error) t
  29. | UpdateConnectivityInfo : (Values.UpdateConnectivityInfoRequest.t, Values.UpdateConnectivityInfoResponse.t, Values.UpdateConnectivityInfoResponse.error) t
Sourceval method_of_endpoint : 'i 'o 'e. ('i, 'o, 'e) t -> [> `DELETE | `GET | `POST | `PUT ]
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