Module Awso_greengrassv2_syncSource

Sourceval delete_component : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_greengrassv2.Values.DeleteComponentRequest.t -> (unit, unit) Result.t
Sourceval delete_core_device : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_greengrassv2.Values.DeleteCoreDeviceRequest.t -> (unit, unit) Result.t
Sourceval delete_deployment : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_greengrassv2.Values.DeleteDeploymentRequest.t -> (unit, unit) Result.t
include module type of struct include Awso_greengrassv2.Values end
Sourceval service : Awso.Service.t
Sourceval apiVersion : string
Sourceval endpointPrefix : string
Sourceval serviceFullName : string
Sourceval signatureVersion : string
Sourceval protocol : string
Sourceval globalEndpoint : string
Sourceval serviceAbbreviation : string
Sourceval simple_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval composed_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval to_query : ('a -> Awso.Client.Query.value) -> 'a -> Awso.Client.Query.t
Sourceval structure_to_value_aux : ('a * 'b option) list -> f:(('a * 'b) list -> 'c) -> [> `Structure of 'c ]
Sourceval structure_to_value : ('a * 'b option) list -> [> `Structure of ('a * 'b) list ]
Sourceval structure_to_wrapped_value : wrapper:'a -> response:'a -> ('b * 'c option) list -> [> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]

Contains information about a device that Linux processes in a container can access.

Contains information about a volume that Linux processes in a container can access. When you define a volume, the IoT Greengrass Core software mounts the source files to the destination inside the container.

Contains information about a platform that a component supports.

Sourcemodule IoTJobMinimumNumberOfExecutedThings = Awso_greengrassv2.Values.IoTJobMinimumNumberOfExecutedThings
Sourcemodule InstalledComponentLifecycleStatusCode = Awso_greengrassv2.Values.InstalledComponentLifecycleStatusCode
Sourcemodule EffectiveDeploymentErrorTypeList = Awso_greengrassv2.Values.EffectiveDeploymentErrorTypeList

Contains information about system resource limits that the IoT Greengrass Core software applies to a component's processes. For more information, see Configure system resource limits for components.

Contains criteria that define when and how to cancel a job. The deployment stops if the following conditions are true: The number of things that receive the deployment exceeds the minNumberOfExecutedThings. The percentage of failures with type failureType exceeds the thresholdPercentage.

Contains information about criteria to meet before a job increases its rollout rate. Specify either numberOfNotifiedThings or numberOfSucceededThings.

Contains information about an event source for an Lambda function. The event source defines the topics on which this Lambda function subscribes to receive messages that run the function.

Contains information about a container in which Lambda functions run on Greengrass core devices.

Contains information about a validation exception field.

Sourcemodule InstalledComponentLifecycleState = Awso_greengrassv2.Values.InstalledComponentLifecycleState
Sourcemodule InstalledComponentLifecycleStatusCodeList = Awso_greengrassv2.Values.InstalledComponentLifecycleStatusCodeList
Sourcemodule EffectiveDeploymentExecutionStatus = Awso_greengrassv2.Values.EffectiveDeploymentExecutionStatus
Sourcemodule EffectiveDeploymentStatusDetails = Awso_greengrassv2.Values.EffectiveDeploymentStatusDetails

Contains all error-related information for the deployment record. The status details will be null if the deployment is in a success state. Greengrass nucleus v2.8.0 or later is required to get an accurate errorStack and errorTypes response. This field will not be returned for earlier Greengrass nucleus versions.

Contains information about the latest version of a component.

Contains information about a deployment's update to a component's configuration on Greengrass core devices. For more information, see Update component configurations in the IoT Greengrass V2 Developer Guide.

Contains information system user and group that the IoT Greengrass Core software uses to run component processes on the core device. For more information, see Configure the user and group that run components in the IoT Greengrass V2 Developer Guide.

Contains information about an exponential rollout rate for a configuration deployment job.

Sourcemodule IoTJobInProgressTimeoutInMinutes = Awso_greengrassv2.Values.IoTJobInProgressTimeoutInMinutes
Sourcemodule DeploymentComponentUpdatePolicyAction = Awso_greengrassv2.Values.DeploymentComponentUpdatePolicyAction

Contains information about a component dependency for a Lambda function component.

Contains parameters for a Linux process that contains an Lambda function.

Contains information about an endpoint and port where client devices can connect to an MQTT broker on a Greengrass core device.

Contains information about a component version that is compatible to run on a Greengrass core device.

Contains information about a component that is a candidate to deploy to a Greengrass core device.

Contains information about a component on a Greengrass core device.

Contains information about a deployment job that IoT Greengrass sends to a Greengrass core device.

Contains information about a deployment.

Contains information about a Greengrass core device, which is an IoT thing that runs the IoT Greengrass Core software.

Contains information about a component.

Contains information about a component version in a list.

Contains information about a client device that is associated to a core device for cloud discovery.

Sourcemodule ComponentDeploymentSpecification = Awso_greengrassv2.Values.ComponentDeploymentSpecification

Contains information about a component to deploy.

Contains a list of criteria that define when and how to cancel a configuration deployment.

Contains information about the rollout configuration for a job. This configuration defines the rate at which the job deploys a configuration to a fleet of target devices.

Contains information about the timeout configuration for a job.

Contains information about a deployment's policy that defines when components are safe to update. Each component on a device can report whether or not it's ready to update. After a component and its dependencies are ready, they can apply the update in the deployment. You can configure whether or not the deployment notifies components of an update and waits for a response. You specify the amount of time each component has to respond to the update notification.

Sourcemodule DeploymentConfigurationValidationPolicy = Awso_greengrassv2.Values.DeploymentConfigurationValidationPolicy

Contains information about how long a component on a core device can validate its configuration updates before it times out. Components can use the SubscribeToValidateConfigurationUpdates IPC operation to receive notifications when a deployment specifies a configuration update. Then, components can respond with the SendConfigurationValidityReport IPC operation. For more information, see Create deployments in the IoT Greengrass V2 Developer Guide.

Contains parameters for a Lambda function that runs on IoT Greengrass.

Sourcemodule DisassociateClientDeviceFromCoreDeviceErrorEntry = Awso_greengrassv2.Values.DisassociateClientDeviceFromCoreDeviceErrorEntry

Contains an error that occurs from a request to disassociate a client device from a core device. The BatchDisassociateClientDeviceWithCoreDevice operation returns a list of these errors.

Sourcemodule DisassociateClientDeviceFromCoreDeviceEntry = Awso_greengrassv2.Values.DisassociateClientDeviceFromCoreDeviceEntry

Contains a request to disassociate a client device from a core device. The BatchDisassociateClientDeviceWithCoreDevice operation consumes a list of these requests.

Sourcemodule AssociateClientDeviceWithCoreDeviceErrorEntry = Awso_greengrassv2.Values.AssociateClientDeviceWithCoreDeviceErrorEntry

Contains an error that occurs from a request to associate a client device with a core device. The BatchAssociateClientDeviceWithCoreDevice operation returns a list of these errors.

Sourcemodule AssociateClientDeviceWithCoreDeviceEntry = Awso_greengrassv2.Values.AssociateClientDeviceWithCoreDeviceEntry

Contains a request to associate a client device with a core device. The BatchAssociateClientDeviceWithCoreDevice operation consumes a list of these requests.

IoT Greengrass can't process your request right now. Try again later.

The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.

The requested resource can't be found.

You don't have permission to perform the action.

Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.

Your request exceeded a request rate quota. For example, you might have exceeded the amount of times that you can retrieve device or deployment status per second.

Sourcemodule InstalledComponentTopologyFilter = Awso_greengrassv2.Values.InstalledComponentTopologyFilter
Sourcemodule ComponentDeploymentSpecifications = Awso_greengrassv2.Values.ComponentDeploymentSpecifications

Contains information about an IoT job configuration.

Contains information about policies that define how a deployment updates components and handles failure.

Contains the status of a component version in the IoT Greengrass service.

Sourcemodule RequestAlreadyInProgressException = Awso_greengrassv2.Values.RequestAlreadyInProgressException

The request is already in progress. This exception occurs when you use a client token for multiple requests while IoT Greengrass is still processing an earlier request that uses the same client token.

Your request exceeds a service quota. For example, you might have the maximum number of components that you can create.

Contains information about an Lambda function to import to create a component.

Sourcemodule DisassociateClientDeviceFromCoreDeviceErrorList = Awso_greengrassv2.Values.DisassociateClientDeviceFromCoreDeviceErrorList
Sourcemodule DisassociateClientDeviceFromCoreDeviceEntryList = Awso_greengrassv2.Values.DisassociateClientDeviceFromCoreDeviceEntryList
Sourcemodule AssociateClientDeviceWithCoreDeviceErrorList = Awso_greengrassv2.Values.AssociateClientDeviceWithCoreDeviceErrorList
Sourcemodule AssociateClientDeviceWithCoreDeviceEntryList = Awso_greengrassv2.Values.AssociateClientDeviceWithCoreDeviceEntryList

Updates connectivity information for a Greengrass core device. Connectivity information includes endpoints and ports where client devices can connect to an MQTT broker on the core device. When a client device calls the IoT Greengrass discovery API, IoT Greengrass returns connectivity information for all of the core devices where the client device can connect. For more information, see Connect client devices to core devices in the IoT Greengrass Version 2 Developer Guide.

Updates connectivity information for a Greengrass core device. Connectivity information includes endpoints and ports where client devices can connect to an MQTT broker on the core device. When a client device calls the IoT Greengrass discovery API, IoT Greengrass returns connectivity information for all of the core devices where the client device can connect. For more information, see Connect client devices to core devices in the IoT Greengrass Version 2 Developer Guide.

Removes a tag from an IoT Greengrass resource.

Removes a tag from an IoT Greengrass resource.

Adds tags to an IoT Greengrass resource. If a tag already exists for the resource, this operation updates the tag's value.

Adds tags to an IoT Greengrass resource. If a tag already exists for the resource, this operation updates the tag's value.

Sourcemodule ResolveComponentCandidatesResponse = Awso_greengrassv2.Values.ResolveComponentCandidatesResponse

Retrieves a list of components that meet the component, version, and platform requirements of a deployment. Greengrass core devices call this operation when they receive a deployment to identify the components to install. This operation identifies components that meet all dependency requirements for a deployment. If the requirements conflict, then this operation returns an error and the deployment fails. For example, this occurs if component A requires version >2.0.0 and component B requires version <2.0.0 of a component dependency. When you specify the component candidates to resolve, IoT Greengrass compares each component's digest from the core device with the component's digest in the Amazon Web Services Cloud. If the digests don't match, then IoT Greengrass specifies to use the version from the Amazon Web Services Cloud. To use this operation, you must use the data plane API endpoint and authenticate with an IoT device certificate. For more information, see IoT Greengrass endpoints and quotas.

Sourcemodule ResolveComponentCandidatesRequest = Awso_greengrassv2.Values.ResolveComponentCandidatesRequest

Retrieves a list of components that meet the component, version, and platform requirements of a deployment. Greengrass core devices call this operation when they receive a deployment to identify the components to install. This operation identifies components that meet all dependency requirements for a deployment. If the requirements conflict, then this operation returns an error and the deployment fails. For example, this occurs if component A requires version >2.0.0 and component B requires version <2.0.0 of a component dependency. When you specify the component candidates to resolve, IoT Greengrass compares each component's digest from the core device with the component's digest in the Amazon Web Services Cloud. If the digests don't match, then IoT Greengrass specifies to use the version from the Amazon Web Services Cloud. To use this operation, you must use the data plane API endpoint and authenticate with an IoT device certificate. For more information, see IoT Greengrass endpoints and quotas.

Retrieves the list of tags for an IoT Greengrass resource.

Retrieves the list of tags for an IoT Greengrass resource.

Retrieves a paginated list of the components that a Greengrass core device runs. By default, this list doesn't include components that are deployed as dependencies of other components. To include dependencies in the response, set the topologyFilter parameter to ALL. IoT Greengrass relies on individual devices to send status updates to the Amazon Web Services Cloud. If the IoT Greengrass Core software isn't running on the device, or if device isn't connected to the Amazon Web Services Cloud, then the reported status of that device might not reflect its current status. The status timestamp indicates when the device status was last updated. Core devices send status updates at the following times: When the IoT Greengrass Core software starts When the core device receives a deployment from the Amazon Web Services Cloud When the status of any component on the core device becomes BROKEN At a regular interval that you can configure, which defaults to 24 hours For IoT Greengrass Core v2.7.0, the core device sends status updates upon local deployment and cloud deployment

Retrieves a paginated list of the components that a Greengrass core device runs. By default, this list doesn't include components that are deployed as dependencies of other components. To include dependencies in the response, set the topologyFilter parameter to ALL. IoT Greengrass relies on individual devices to send status updates to the Amazon Web Services Cloud. If the IoT Greengrass Core software isn't running on the device, or if device isn't connected to the Amazon Web Services Cloud, then the reported status of that device might not reflect its current status. The status timestamp indicates when the device status was last updated. Core devices send status updates at the following times: When the IoT Greengrass Core software starts When the core device receives a deployment from the Amazon Web Services Cloud When the status of any component on the core device becomes BROKEN At a regular interval that you can configure, which defaults to 24 hours For IoT Greengrass Core v2.7.0, the core device sends status updates upon local deployment and cloud deployment

Sourcemodule ListEffectiveDeploymentsResponse = Awso_greengrassv2.Values.ListEffectiveDeploymentsResponse

Retrieves a paginated list of deployment jobs that IoT Greengrass sends to Greengrass core devices.

Retrieves a paginated list of deployment jobs that IoT Greengrass sends to Greengrass core devices.

Retrieves a paginated list of deployments.

Retrieves a paginated list of deployments.

Retrieves a paginated list of Greengrass core devices. IoT Greengrass relies on individual devices to send status updates to the Amazon Web Services Cloud. If the IoT Greengrass Core software isn't running on the device, or if device isn't connected to the Amazon Web Services Cloud, then the reported status of that device might not reflect its current status. The status timestamp indicates when the device status was last updated. Core devices send status updates at the following times: When the IoT Greengrass Core software starts When the core device receives a deployment from the Amazon Web Services Cloud For Greengrass nucleus 2.12.2 and earlier, the core device sends status updates when the status of any component on the core device becomes ERRORED or BROKEN. For Greengrass nucleus 2.12.3 and later, the core device sends status updates when the status of any component on the core device becomes ERRORED, BROKEN, RUNNING, or FINISHED. At a regular interval that you can configure, which defaults to 24 hours For IoT Greengrass Core v2.7.0, the core device sends status updates upon local deployment and cloud deployment

Retrieves a paginated list of Greengrass core devices. IoT Greengrass relies on individual devices to send status updates to the Amazon Web Services Cloud. If the IoT Greengrass Core software isn't running on the device, or if device isn't connected to the Amazon Web Services Cloud, then the reported status of that device might not reflect its current status. The status timestamp indicates when the device status was last updated. Core devices send status updates at the following times: When the IoT Greengrass Core software starts When the core device receives a deployment from the Amazon Web Services Cloud For Greengrass nucleus 2.12.2 and earlier, the core device sends status updates when the status of any component on the core device becomes ERRORED or BROKEN. For Greengrass nucleus 2.12.3 and later, the core device sends status updates when the status of any component on the core device becomes ERRORED, BROKEN, RUNNING, or FINISHED. At a regular interval that you can configure, which defaults to 24 hours For IoT Greengrass Core v2.7.0, the core device sends status updates upon local deployment and cloud deployment

Retrieves a paginated list of component summaries. This list includes components that you have permission to view.

Retrieves a paginated list of component summaries. This list includes components that you have permission to view.

Retrieves a paginated list of all versions for a component. Greater versions are listed first.

Retrieves a paginated list of all versions for a component. Greater versions are listed first.

Sourcemodule ListClientDevicesAssociatedWithCoreDeviceResponse = Awso_greengrassv2.Values.ListClientDevicesAssociatedWithCoreDeviceResponse

Retrieves a paginated list of client devices that are associated with a core device.

Sourcemodule ListClientDevicesAssociatedWithCoreDeviceRequest = Awso_greengrassv2.Values.ListClientDevicesAssociatedWithCoreDeviceRequest

Retrieves a paginated list of client devices that are associated with a core device.

Sourcemodule GetServiceRoleForAccountResponse = Awso_greengrassv2.Values.GetServiceRoleForAccountResponse

Gets the service role associated with IoT Greengrass for your Amazon Web Services account in this Amazon Web Services Region. IoT Greengrass uses this role to verify the identity of client devices and manage core device connectivity information. For more information, see Greengrass service role in the IoT Greengrass Version 2 Developer Guide.

Gets the service role associated with IoT Greengrass for your Amazon Web Services account in this Amazon Web Services Region. IoT Greengrass uses this role to verify the identity of client devices and manage core device connectivity information. For more information, see Greengrass service role in the IoT Greengrass Version 2 Developer Guide.

Gets a deployment. Deployments define the components that run on Greengrass core devices.

Gets a deployment. Deployments define the components that run on Greengrass core devices.

Retrieves metadata for a Greengrass core device. IoT Greengrass relies on individual devices to send status updates to the Amazon Web Services Cloud. If the IoT Greengrass Core software isn't running on the device, or if device isn't connected to the Amazon Web Services Cloud, then the reported status of that device might not reflect its current status. The status timestamp indicates when the device status was last updated. Core devices send status updates at the following times: When the IoT Greengrass Core software starts When the core device receives a deployment from the Amazon Web Services Cloud When the status of any component on the core device becomes BROKEN At a regular interval that you can configure, which defaults to 24 hours For IoT Greengrass Core v2.7.0, the core device sends status updates upon local deployment and cloud deployment

Retrieves metadata for a Greengrass core device. IoT Greengrass relies on individual devices to send status updates to the Amazon Web Services Cloud. If the IoT Greengrass Core software isn't running on the device, or if device isn't connected to the Amazon Web Services Cloud, then the reported status of that device might not reflect its current status. The status timestamp indicates when the device status was last updated. Core devices send status updates at the following times: When the IoT Greengrass Core software starts When the core device receives a deployment from the Amazon Web Services Cloud When the status of any component on the core device becomes BROKEN At a regular interval that you can configure, which defaults to 24 hours For IoT Greengrass Core v2.7.0, the core device sends status updates upon local deployment and cloud deployment

Retrieves connectivity information for a Greengrass core device. Connectivity information includes endpoints and ports where client devices can connect to an MQTT broker on the core device. When a client device calls the IoT Greengrass discovery API, IoT Greengrass returns connectivity information for all of the core devices where the client device can connect. For more information, see Connect client devices to core devices in the IoT Greengrass Version 2 Developer Guide.

Retrieves connectivity information for a Greengrass core device. Connectivity information includes endpoints and ports where client devices can connect to an MQTT broker on the core device. When a client device calls the IoT Greengrass discovery API, IoT Greengrass returns connectivity information for all of the core devices where the client device can connect. For more information, see Connect client devices to core devices in the IoT Greengrass Version 2 Developer Guide.

Sourcemodule GetComponentVersionArtifactResponse = Awso_greengrassv2.Values.GetComponentVersionArtifactResponse

Gets the pre-signed URL to download a public or a Lambda component artifact. Core devices call this operation to identify the URL that they can use to download an artifact to install.

Sourcemodule GetComponentVersionArtifactRequest = Awso_greengrassv2.Values.GetComponentVersionArtifactRequest

Gets the pre-signed URL to download a public or a Lambda component artifact. Core devices call this operation to identify the URL that they can use to download an artifact to install.

Gets the recipe for a version of a component.

Gets the recipe for a version of a component.

Sourcemodule DisassociateServiceRoleFromAccountResponse = Awso_greengrassv2.Values.DisassociateServiceRoleFromAccountResponse

Disassociates the Greengrass service role from IoT Greengrass for your Amazon Web Services account in this Amazon Web Services Region. Without a service role, IoT Greengrass can't verify the identity of client devices or manage core device connectivity information. For more information, see Greengrass service role in the IoT Greengrass Version 2 Developer Guide.

Sourcemodule DisassociateServiceRoleFromAccountRequest = Awso_greengrassv2.Values.DisassociateServiceRoleFromAccountRequest

Disassociates the Greengrass service role from IoT Greengrass for your Amazon Web Services account in this Amazon Web Services Region. Without a service role, IoT Greengrass can't verify the identity of client devices or manage core device connectivity information. For more information, see Greengrass service role in the IoT Greengrass Version 2 Developer Guide.

Retrieves metadata for a version of a component.

Retrieves metadata for a version of a component.

Deletes a deployment. To delete an active deployment, you must first cancel it. For more information, see CancelDeployment. Deleting a deployment doesn't affect core devices that run that deployment, because core devices store the deployment's configuration on the device. Additionally, core devices can roll back to a previous deployment that has been deleted.

Deletes a Greengrass core device, which is an IoT thing. This operation removes the core device from the list of core devices. This operation doesn't delete the IoT thing. For more information about how to delete the IoT thing, see DeleteThing in the IoT API Reference.

Deletes a version of a component from IoT Greengrass. This operation deletes the component's recipe and artifacts. As a result, deployments that refer to this component version will fail. If you have deployments that use this component version, you can remove the component from the deployment or update the deployment to use a valid version.

Creates a continuous deployment for a target, which is a Greengrass core device or group of core devices. When you add a new core device to a group of core devices that has a deployment, IoT Greengrass deploys that group's deployment to the new device. You can define one deployment for each target. When you create a new deployment for a target that has an existing deployment, you replace the previous deployment. IoT Greengrass applies the new deployment to the target devices. Every deployment has a revision number that indicates how many deployment revisions you define for a target. Use this operation to create a new revision of an existing deployment. For more information, see the Create deployments in the IoT Greengrass V2 Developer Guide.

Creates a continuous deployment for a target, which is a Greengrass core device or group of core devices. When you add a new core device to a group of core devices that has a deployment, IoT Greengrass deploys that group's deployment to the new device. You can define one deployment for each target. When you create a new deployment for a target that has an existing deployment, you replace the previous deployment. IoT Greengrass applies the new deployment to the target devices. Every deployment has a revision number that indicates how many deployment revisions you define for a target. Use this operation to create a new revision of an existing deployment. For more information, see the Create deployments in the IoT Greengrass V2 Developer Guide.

Creates a component. Components are software that run on Greengrass core devices. After you develop and test a component on your core device, you can use this operation to upload your component to IoT Greengrass. Then, you can deploy the component to other core devices. You can use this operation to do the following: Create components from recipes Create a component from a recipe, which is a file that defines the component's metadata, parameters, dependencies, lifecycle, artifacts, and platform capability. For more information, see IoT Greengrass component recipe reference in the IoT Greengrass V2 Developer Guide. To create a component from a recipe, specify inlineRecipe when you call this operation. Create components from Lambda functions Create a component from an Lambda function that runs on IoT Greengrass. This creates a recipe and artifacts from the Lambda function's deployment package. You can use this operation to migrate Lambda functions from IoT Greengrass V1 to IoT Greengrass V2. This function accepts Lambda functions in all supported versions of Python, Node.js, and Java runtimes. IoT Greengrass doesn't apply any additional restrictions on deprecated Lambda runtime versions. To create a component from a Lambda function, specify lambdaFunction when you call this operation. IoT Greengrass currently supports Lambda functions on only Linux core devices.

Creates a component. Components are software that run on Greengrass core devices. After you develop and test a component on your core device, you can use this operation to upload your component to IoT Greengrass. Then, you can deploy the component to other core devices. You can use this operation to do the following: Create components from recipes Create a component from a recipe, which is a file that defines the component's metadata, parameters, dependencies, lifecycle, artifacts, and platform capability. For more information, see IoT Greengrass component recipe reference in the IoT Greengrass V2 Developer Guide. To create a component from a recipe, specify inlineRecipe when you call this operation. Create components from Lambda functions Create a component from an Lambda function that runs on IoT Greengrass. This creates a recipe and artifacts from the Lambda function's deployment package. You can use this operation to migrate Lambda functions from IoT Greengrass V1 to IoT Greengrass V2. This function accepts Lambda functions in all supported versions of Python, Node.js, and Java runtimes. IoT Greengrass doesn't apply any additional restrictions on deprecated Lambda runtime versions. To create a component from a Lambda function, specify lambdaFunction when you call this operation. IoT Greengrass currently supports Lambda functions on only Linux core devices.

Cancels a deployment. This operation cancels the deployment for devices that haven't yet received it. If a device already received the deployment, this operation doesn't change anything for that device.

Cancels a deployment. This operation cancels the deployment for devices that haven't yet received it. If a device already received the deployment, this operation doesn't change anything for that device.

Sourcemodule BatchDisassociateClientDeviceFromCoreDeviceResponse = Awso_greengrassv2.Values.BatchDisassociateClientDeviceFromCoreDeviceResponse

Disassociates a list of client devices from a core device. After you disassociate a client device from a core device, the client device won't be able to use cloud discovery to retrieve the core device's connectivity information and certificates.

Sourcemodule BatchDisassociateClientDeviceFromCoreDeviceRequest = Awso_greengrassv2.Values.BatchDisassociateClientDeviceFromCoreDeviceRequest

Disassociates a list of client devices from a core device. After you disassociate a client device from a core device, the client device won't be able to use cloud discovery to retrieve the core device's connectivity information and certificates.

Sourcemodule BatchAssociateClientDeviceWithCoreDeviceResponse = Awso_greengrassv2.Values.BatchAssociateClientDeviceWithCoreDeviceResponse

Associates a list of client devices with a core device. Use this API operation to specify which client devices can discover a core device through cloud discovery. With cloud discovery, client devices connect to IoT Greengrass to retrieve associated core devices' connectivity information and certificates. For more information, see Configure cloud discovery in the IoT Greengrass V2 Developer Guide. Client devices are local IoT devices that connect to and communicate with an IoT Greengrass core device over MQTT. You can connect client devices to a core device to sync MQTT messages and data to Amazon Web Services IoT Core and interact with client devices in Greengrass components. For more information, see Interact with local IoT devices in the IoT Greengrass V2 Developer Guide.

Sourcemodule BatchAssociateClientDeviceWithCoreDeviceRequest = Awso_greengrassv2.Values.BatchAssociateClientDeviceWithCoreDeviceRequest

Associates a list of client devices with a core device. Use this API operation to specify which client devices can discover a core device through cloud discovery. With cloud discovery, client devices connect to IoT Greengrass to retrieve associated core devices' connectivity information and certificates. For more information, see Configure cloud discovery in the IoT Greengrass V2 Developer Guide. Client devices are local IoT devices that connect to and communicate with an IoT Greengrass core device over MQTT. You can connect client devices to a core device to sync MQTT messages and data to Amazon Web Services IoT Core and interact with client devices in Greengrass components. For more information, see Interact with local IoT devices in the IoT Greengrass V2 Developer Guide.

Sourcemodule AssociateServiceRoleToAccountResponse = Awso_greengrassv2.Values.AssociateServiceRoleToAccountResponse

Associates a Greengrass service role with IoT Greengrass for your Amazon Web Services account in this Amazon Web Services Region. IoT Greengrass uses this role to verify the identity of client devices and manage core device connectivity information. The role must include the AWSGreengrassResourceAccessRolePolicy managed policy or a custom policy that defines equivalent permissions for the IoT Greengrass features that you use. For more information, see Greengrass service role in the IoT Greengrass Version 2 Developer Guide.

Sourcemodule AssociateServiceRoleToAccountRequest = Awso_greengrassv2.Values.AssociateServiceRoleToAccountRequest

Associates a Greengrass service role with IoT Greengrass for your Amazon Web Services account in this Amazon Web Services Region. IoT Greengrass uses this role to verify the identity of client devices and manage core device connectivity information. The role must include the AWSGreengrassResourceAccessRolePolicy managed policy or a custom policy that defines equivalent permissions for the IoT Greengrass features that you use. For more information, see Greengrass service role in the IoT Greengrass Version 2 Developer Guide.