Module Awso_greengrassv2.EndpointsSource
Sourcetype ('i, 'o, 'e) t = | AssociateServiceRoleToAccount : (Values.AssociateServiceRoleToAccountRequest.t,
Values.AssociateServiceRoleToAccountResponse.t,
Values.AssociateServiceRoleToAccountResponse.error)
t| BatchAssociateClientDeviceWithCoreDevice : (Values.BatchAssociateClientDeviceWithCoreDeviceRequest.t,
Values.BatchAssociateClientDeviceWithCoreDeviceResponse.t,
Values.BatchAssociateClientDeviceWithCoreDeviceResponse.error)
t| BatchDisassociateClientDeviceFromCoreDevice : (Values.BatchDisassociateClientDeviceFromCoreDeviceRequest.t,
Values.BatchDisassociateClientDeviceFromCoreDeviceResponse.t,
Values.BatchDisassociateClientDeviceFromCoreDeviceResponse.error)
t| CancelDeployment : (Values.CancelDeploymentRequest.t,
Values.CancelDeploymentResponse.t,
Values.CancelDeploymentResponse.error)
t| CreateComponentVersion : (Values.CreateComponentVersionRequest.t,
Values.CreateComponentVersionResponse.t,
Values.CreateComponentVersionResponse.error)
t| CreateDeployment : (Values.CreateDeploymentRequest.t,
Values.CreateDeploymentResponse.t,
Values.CreateDeploymentResponse.error)
t| DeleteComponent : (Values.DeleteComponentRequest.t, unit, unit) t| DeleteCoreDevice : (Values.DeleteCoreDeviceRequest.t, unit, unit) t| DeleteDeployment : (Values.DeleteDeploymentRequest.t, unit, unit) t| DescribeComponent : (Values.DescribeComponentRequest.t,
Values.DescribeComponentResponse.t,
Values.DescribeComponentResponse.error)
t| DisassociateServiceRoleFromAccount : (Values.DisassociateServiceRoleFromAccountRequest.t,
Values.DisassociateServiceRoleFromAccountResponse.t,
Values.DisassociateServiceRoleFromAccountResponse.error)
t| GetComponent : (Values.GetComponentRequest.t,
Values.GetComponentResponse.t,
Values.GetComponentResponse.error)
t| GetComponentVersionArtifact : (Values.GetComponentVersionArtifactRequest.t,
Values.GetComponentVersionArtifactResponse.t,
Values.GetComponentVersionArtifactResponse.error)
t| GetConnectivityInfo : (Values.GetConnectivityInfoRequest.t,
Values.GetConnectivityInfoResponse.t,
Values.GetConnectivityInfoResponse.error)
t| GetCoreDevice : (Values.GetCoreDeviceRequest.t,
Values.GetCoreDeviceResponse.t,
Values.GetCoreDeviceResponse.error)
t| GetDeployment : (Values.GetDeploymentRequest.t,
Values.GetDeploymentResponse.t,
Values.GetDeploymentResponse.error)
t| GetServiceRoleForAccount : (Values.GetServiceRoleForAccountRequest.t,
Values.GetServiceRoleForAccountResponse.t,
Values.GetServiceRoleForAccountResponse.error)
t| ListClientDevicesAssociatedWithCoreDevice : (Values.ListClientDevicesAssociatedWithCoreDeviceRequest.t,
Values.ListClientDevicesAssociatedWithCoreDeviceResponse.t,
Values.ListClientDevicesAssociatedWithCoreDeviceResponse.error)
t| ListComponentVersions : (Values.ListComponentVersionsRequest.t,
Values.ListComponentVersionsResponse.t,
Values.ListComponentVersionsResponse.error)
t| ListComponents : (Values.ListComponentsRequest.t,
Values.ListComponentsResponse.t,
Values.ListComponentsResponse.error)
t| ListCoreDevices : (Values.ListCoreDevicesRequest.t,
Values.ListCoreDevicesResponse.t,
Values.ListCoreDevicesResponse.error)
t| ListDeployments : (Values.ListDeploymentsRequest.t,
Values.ListDeploymentsResponse.t,
Values.ListDeploymentsResponse.error)
t| ListEffectiveDeployments : (Values.ListEffectiveDeploymentsRequest.t,
Values.ListEffectiveDeploymentsResponse.t,
Values.ListEffectiveDeploymentsResponse.error)
t| ListInstalledComponents : (Values.ListInstalledComponentsRequest.t,
Values.ListInstalledComponentsResponse.t,
Values.ListInstalledComponentsResponse.error)
t| ListTagsForResource : (Values.ListTagsForResourceRequest.t,
Values.ListTagsForResourceResponse.t,
Values.ListTagsForResourceResponse.error)
t| ResolveComponentCandidates : (Values.ResolveComponentCandidatesRequest.t,
Values.ResolveComponentCandidatesResponse.t,
Values.ResolveComponentCandidatesResponse.error)
t| TagResource : (Values.TagResourceRequest.t,
Values.TagResourceResponse.t,
Values.TagResourceResponse.error)
t| UntagResource : (Values.UntagResourceRequest.t,
Values.UntagResourceResponse.t,
Values.UntagResourceResponse.error)
t| 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