Expand description

Data structures used by operation inputs/outputs.

Modules

Structs

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

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.

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

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

Contains information about a component.

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

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 about a component dependency for a Lambda function component.

Contains information about a component to deploy.

Contains information about the latest version of a component.

Contains information about a platform that a component supports.

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 a component version in a list.

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 Greengrass core device, which is an IoT thing that runs the IoT Greengrass Core software.

Contains information about a deployment.

Contains information about a deployment's policy that defines when components are safe to update.

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 information about an IoT job configuration.

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

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

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.

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

Contains information about a component on a Greengrass core device.

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

Contains criteria that define when and how to cancel a job.

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 an exponential rollout rate for a configuration deployment job.

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

Contains information about the timeout configuration for a job.

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

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

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 parameters for a Lambda function that runs on IoT Greengrass.

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

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

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 component version that is compatible to run on a Greengrass core device.

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 information about a validation exception field.

Enums