Flowoid allows you to automate repetitive tasks in AWS Greengrass. Connect AWS Greengrass with over 300 integrations and unlock its potential. No coding skills required.
Triggers
New Bulk Deployment
Returns a list of bulk deployments.
New Bulk Deployment Detailed Report
Gets a paginated list of the deployments that have been started in a bulk deployment operation, and their current deployment status.
New Connectivity Info
Retrieves the connectivity information for a core.
New Connector Definition
Retrieves a list of connector definitions.
New Connector Definition Version
Lists the versions of a connector definition, which are containers for connectors. Connectors run on the Greengrass core and contain built-in integration with local infrastructure, device protocols, AWS, and other cloud services.
New Core Definition
Retrieves a list of core definitions.
New Core Definition Version
Lists the versions of a core definition.
New Deployment
Returns a history of deployments for the group.
New Device Definition
Retrieves a list of device definitions.
New Device Definition Version
Lists the versions of a device definition.
New Function Definition
Retrieves a list of Lambda function definitions.
New Function Definition Version
Lists the versions of a Lambda function definition.
New Group
Retrieves a list of groups.
New Group Certificate Authority
Retrieves the current CAs for a group.
New Group Version
Lists the versions of a group.
New Logger Definition
Retrieves a list of logger definitions.
New Logger Definition Version
Lists the versions of a logger definition.
New Resource Definition
Retrieves a list of resource definitions.
New Resource Definition Version
Lists the versions of a resource definition.
New Subscription Definition
Retrieves a list of subscription definitions.
New Subscription Definition Version
Lists the versions of a subscription definition.
Actions
Associate Role To Group
Associates a role with a group. Your Greengrass core will use the role to access AWS cloud services. The role's permissions should allow Greengrass core Lambda functions to perform actions against the cloud.
Associate Service Role To Account
Associates a role with your account. AWS IoT Greengrass will use the role to access your Lambda functions and AWS IoT resources. This is necessary for deployments to succeed. The role must have at least minimum permissions in the policy ''AWSGreengrassResourceAccessRolePolicy''.
Create Connector Definition
Creates a connector definition. You may provide the initial version of the connector definition now or use ''CreateConnectorDefinitionVersion'' at a later time.
Create Connector Definition Version
Creates a version of a connector definition which has already been defined.
Create Core Definition
Creates a core definition. You may provide the initial version of the core definition now or use ''CreateCoreDefinitionVersion'' at a later time. Greengrass groups must each contain exactly one Greengrass core.
Create Core Definition Version
Creates a version of a core definition that has already been defined. Greengrass groups must each contain exactly one Greengrass core.
Create Deployment
Creates a deployment. ''CreateDeployment'' requests are idempotent with respect to the ''X-Amzn-Client-Token'' token and the request parameters.
Create Device Definition
Creates a device definition. You may provide the initial version of the device definition now or use ''CreateDeviceDefinitionVersion'' at a later time.
Create Device Definition Version
Creates a version of a device definition that has already been defined.
Create Function Definition
Creates a Lambda function definition which contains a list of Lambda functions and their configurations to be used in a group. You can create an initial version of the definition by providing a list of Lambda functions and their configurations now, or use ''CreateFunctionDefinitionVersion'' later.
Create Function Definition Version
Creates a version of a Lambda function definition that has already been defined.
Create Group
Creates a group. You may provide the initial version of the group or use ''CreateGroupVersion'' at a later time. Tip: You can use the ''gg_group_setup'' package (https://github.com/awslabs/aws-greengrass-group-setup) as a library or command-line application to create and deploy Greengrass groups.
Create Group Certificate Authority
Creates a CA for the group. If a CA already exists, it will rotate the existing CA.
Create Group Version
Creates a version of a group which has already been defined.
Create Logger Definition
Creates a logger definition. You may provide the initial version of the logger definition now or use ''CreateLoggerDefinitionVersion'' at a later time.
Create Logger Definition Version
Creates a version of a logger definition that has already been defined.
Create Resource Definition
Creates a resource definition which contains a list of resources to be used in a group. You can create an initial version of the definition by providing a list of resources now, or use ''CreateResourceDefinitionVersion'' later.
Create Resource Definition Version
Creates a version of a resource definition that has already been defined.
Create Software Update Job
Creates a software update for a core or group of cores (specified as an IoT thing group.) Use this to update the OTA Agent as well as the Greengrass core software. It makes use of the IoT Jobs feature which provides additional commands to manage a Greengrass core software update job.
Create Subscription Definition
Creates a subscription definition. You may provide the initial version of the subscription definition now or use ''CreateSubscriptionDefinitionVersion'' at a later time.
Create Subscription Definition Version
Creates a version of a subscription definition which has already been defined.
Delete Connector Definition
Deletes a connector definition.
Delete Core Definition
Deletes a core definition.
Delete Device Definition
Deletes a device definition.
Delete Function Definition
Deletes a Lambda function definition.
Delete Group
Deletes a group.
Delete Logger Definition
Deletes a logger definition.
Delete Resource Definition
Deletes a resource definition.
Delete Subscription Definition
Deletes a subscription definition.
Disassociate Role From Group
Disassociates the role from a group.
Disassociate Service Role From Account
Disassociates the service role from your account. Without a service role, deployments will not work.
Get Associated Role
Retrieves the role associated with a particular group.
Get Bulk Deployment Status
Returns the status of a bulk deployment.
Get Connectivity Info
Retrieves the connectivity information for a core.
Get Connector Definition
Retrieves information about a connector definition.
Get Connector Definition Version
Retrieves information about a connector definition version, including the connectors that the version contains. Connectors are prebuilt modules that interact with local infrastructure, device protocols, AWS, and other cloud services.
Get Core Definition
Retrieves information about a core definition version.
Get Core Definition Version
Retrieves information about a core definition version.
Get Deployment Status
Returns the status of a deployment.
Get Device Definition
Retrieves information about a device definition.
Get Device Definition Version
Retrieves information about a device definition version.
Get Function Definition
Retrieves information about a Lambda function definition, including its creation time and latest version.
Get Function Definition Version
Retrieves information about a Lambda function definition version, including which Lambda functions are included in the version and their configurations.
Get Group
Retrieves information about a group.
Get Group Certificate Authority
Retreives the CA associated with a group. Returns the public key of the CA.
Get Group Certificate Configuration
Retrieves the current configuration for the CA used by the group.
Get Group Version
Retrieves information about a group version.
Get Logger Definition
Retrieves information about a logger definition.
Get Logger Definition Version
Retrieves information about a logger definition version.
Get Resource Definition
Retrieves information about a resource definition, including its creation time and latest version.
Get Resource Definition Version
Retrieves information about a resource definition version, including which resources are included in the version.
Get Service Role For Account
Retrieves the service role that is attached to your account.
Get Subscription Definition
Retrieves information about a subscription definition.
Get Subscription Definition Version
Retrieves information about a subscription definition version.
Get Thing Runtime Configuration
Get the runtime configuration of a thing.
List Bulk Deployment Detailed Reports
Gets a paginated list of the deployments that have been started in a bulk deployment operation, and their current deployment status.
List Bulk Deployments
Returns a list of bulk deployments.
List Connector Definition Versions
Lists the versions of a connector definition, which are containers for connectors. Connectors run on the Greengrass core and contain built-in integration with local infrastructure, device protocols, AWS, and other cloud services.
List Connector Definitions
Retrieves a list of connector definitions.
List Core Definition Versions
Lists the versions of a core definition.
List Core Definitions
Retrieves a list of core definitions.
List Deployments
Returns a history of deployments for the group.
List Device Definition Versions
Lists the versions of a device definition.
List Device Definitions
Retrieves a list of device definitions.
List Function Definition Versions
Lists the versions of a Lambda function definition.
List Function Definitions
Retrieves a list of Lambda function definitions.
List Group Certificate Authorities
Retrieves the current CAs for a group.
List Group Versions
Lists the versions of a group.
List Groups
Retrieves a list of groups.
List Logger Definition Versions
Lists the versions of a logger definition.
List Logger Definitions
Retrieves a list of logger definitions.
List Resource Definition Versions
Lists the versions of a resource definition.
List Resource Definitions
Retrieves a list of resource definitions.
List Subscription Definition Versions
Lists the versions of a subscription definition.
List Subscription Definitions
Retrieves a list of subscription definitions.
List Tags For Resource
Retrieves a list of resource tags for a resource arn.
Reset Deployments
Resets a group's deployments.
Start Bulk Deployment
Deploys multiple groups in one operation. This action starts the bulk deployment of a specified set of group versions. Each group version deployment will be triggered with an adaptive rate that has a fixed upper limit. We recommend that you include an ''X-Amzn-Client-Token'' token in every ''StartBulkDeployment'' request. These requests are idempotent with respect to the token and the request parameters.
Stop Bulk Deployment
Stops the execution of a bulk deployment. This action returns a status of ''Stopping'' until the deployment is stopped. You cannot start a new bulk deployment while a previous deployment is in the ''Stopping'' state. This action doesn't rollback completed deployments or cancel pending deployments.
Tag Resource
Adds tags to a Greengrass resource. Valid resources are 'Group', 'ConnectorDefinition', 'CoreDefinition', 'DeviceDefinition', 'FunctionDefinition', 'LoggerDefinition', 'SubscriptionDefinition', 'ResourceDefinition', and 'BulkDeployment'.
Untag Resource
Remove resource tags from a Greengrass Resource.
Update Connectivity Info
Updates the connectivity information for the core. Any devices that belong to the group which has this core will receive this information in order to find the location of the core and connect to it.