baiji v0.6.5 Baiji.Greengrass
AWS Greengrass seamlessly extends AWS onto physical devices so they can act locally on the data they generate, while still using the cloud for management, analytics, and durable storage. AWS Greengrass ensures your devices can respond quickly to local events and operate with intermittent connectivity. AWS Greengrass minimizes the cost of transmitting data to the cloud by allowing you to author AWS Lambda functions that execute locally.
Link to this section Summary
Functions
Returns a map containing the input/output shapes for this endpoint
Outputs values common to all actions
Associates a role with a group. The role will be used by the AWS Greengrass core in order to access AWS cloud services. The role’s permissions will allow Greengrass core Lambda functions to perform actions against the cloud
Associates a role which is used by AWS Greengrass. AWS Greengrass uses the
role to access your Lambda functions and AWS IoT resources. This is
necessary for deployments to succeed. It needs to have minimum permissions
in policy AWSGreengrassResourceAccessRolePolicy
Creates a core definition. You may optionally provide the initial version of the core definition or use ‘’CreateCoreDefinitionVersion’’ at a later time. AWS Greengrass Groups must each contain exactly 1 AWS Greengrass Core
Creates a version of a core definition that has already been defined. AWS Greengrass Groups must each contain exactly 1 AWS Greengrass Core
Creates a deployment
Creates a device definition. You may optinally provide the initial version
of the device definition or use CreateDeviceDefinitionVersion
at a
later time
Creates a version of a device definition that has already been defined
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 a version of a Lambda function definition that has already been defined
Creates a group. You may optionally provide the initial version of the group or use ‘’CreateGroupVersion’’ at a later time
Creates a CA for the group. If a CA already exists, it will rotate the existing CA
Creates a version of a group which has already been defined
Creates a logger definition. You may optionally provide the initial version
of the logger definition or use CreateLoggerDefinitionVersion
at a
later time
Creates a version of a logger definition that has already been defined
Creates a subscription definition. You may optionally provide the initial
version of the subscription definition or use
CreateSubscriptionDefinitionVersion
at a later time
Creates a version of a subscription definition which has already been defined
Deletes a core definition. The core definition must not have been used in a deployment
Deletes a device definition. The device definition must not have been used in a deployment
Deletes a Lambda function definition. The Lambda function definition must not have been used in a deployment
Deletes a group. The group must not have been used in deployment
Deletes a logger definition. The logger definition must not have been used in a deployment
Deletes a subscription definition. The subscription definition must not have been used in a deployment
Disassociates the role from a group
Disassociates the service role from the account. Without a service role, deployments will not work
Retrieves the role associated with a particular group
Retrieves the connectivity information for a core
Retrieves information about a core definition version
Retrieves information about a core definition version
Returns the status of a deployment
Retrieves information about a device definition
Retrieves information about a device definition version
Retrieves information about a Lambda function definition, such as its creation time and latest version
Retrieves information about a Lambda function definition version, such as which Lambda functions are included in the version and their configurations
Retrieves information about a group
Retreives the CA associated with a group. Returns the public key of the CA
Retrieves the current configuration for the CA used by the group
Retrieves information about a group version
Retrieves information about a logger definition
Retrieves information about a logger definition version
Retrieves the service role that is attached to the account
Retrieves information about a subscription definition
Retrieves information about a subscription definition version
Lists versions of a core definition
Retrieves a list of core definitions
Returns a history of deployments for the group
Lists the versions of a device definition
Retrieves a list of device definitions
Lists the versions of a Lambda function definition
Retrieves a list of Lambda function definitions
Retrieves the current CAs for a group
List the versions of a group
Retrieves a list of groups
Lists the versions of a logger definition
Retrieves a list of logger definitions
Lists the versions of a subscription definition
Retrieves a list of subscription definitions
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
Updates a core definition
Updates a device definition
Updates a Lambda function definition
Updates a group
Updates the Cert expiry time for a group
Updates a logger definition
Updates a subscription definition
Link to this section Functions
Returns a map containing the input/output shapes for this endpoint
Outputs values common to all actions
Associates a role with a group. The role will be used by the AWS Greengrass core in order to access AWS cloud services. The role’s permissions will allow Greengrass core Lambda functions to perform actions against the cloud.
Associates a role which is used by AWS Greengrass. AWS Greengrass uses the
role to access your Lambda functions and AWS IoT resources. This is
necessary for deployments to succeed. It needs to have minimum permissions
in policy AWSGreengrassResourceAccessRolePolicy
Creates a core definition. You may optionally provide the initial version of the core definition or use ‘’CreateCoreDefinitionVersion’’ at a later time. AWS Greengrass Groups must each contain exactly 1 AWS Greengrass Core.
Creates a version of a core definition that has already been defined. AWS Greengrass Groups must each contain exactly 1 AWS Greengrass Core.
Creates a deployment.
Creates a device definition. You may optinally provide the initial version
of the device definition or use CreateDeviceDefinitionVersion
at a
later time.
Creates a version of a device definition that has already been defined.
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 a version of a Lambda function definition that has already been defined.
Creates a group. You may optionally provide the initial version of the group or use ‘’CreateGroupVersion’’ at a later time.
Creates a CA for the group. If a CA already exists, it will rotate the existing CA.
Creates a version of a group which has already been defined.
Creates a logger definition. You may optionally provide the initial version
of the logger definition or use CreateLoggerDefinitionVersion
at a
later time.
Creates a version of a logger definition that has already been defined.
Creates a subscription definition. You may optionally provide the initial
version of the subscription definition or use
CreateSubscriptionDefinitionVersion
at a later time.
Creates a version of a subscription definition which has already been defined.
Deletes a core definition. The core definition must not have been used in a deployment.
Deletes a device definition. The device definition must not have been used in a deployment.
Deletes a Lambda function definition. The Lambda function definition must not have been used in a deployment.
Deletes a group. The group must not have been used in deployment.
Deletes a logger definition. The logger definition must not have been used in a deployment.
Deletes a subscription definition. The subscription definition must not have been used in a deployment.
Disassociates the role from a group.
Disassociates the service role from the account. Without a service role, deployments will not work.
Retrieves the role associated with a particular group.
Retrieves the connectivity information for a core.
Retrieves information about a core definition version.
Retrieves information about a core definition version.
Returns the status of a deployment.
Retrieves information about a device definition.
Retrieves information about a device definition version.
Retrieves information about a Lambda function definition, such as its creation time and latest version.
Retrieves information about a Lambda function definition version, such as which Lambda functions are included in the version and their configurations.
Retrieves information about a group.
Retreives the CA associated with a group. Returns the public key of the CA.
Retrieves the current configuration for the CA used by the group.
Retrieves information about a group version.
Retrieves information about a logger definition.
Retrieves information about a logger definition version.
Retrieves the service role that is attached to the account.
Retrieves information about a subscription definition.
Retrieves information about a subscription definition version.
Lists versions of a core definition.
Retrieves a list of core definitions.
Returns a history of deployments for the group.
Lists the versions of a device definition.
Retrieves a list of device definitions.
Lists the versions of a Lambda function definition.
Retrieves a list of Lambda function definitions.
Retrieves the current CAs for a group.
List the versions of a group.
Retrieves a list of groups.
Lists the versions of a logger definition.
Retrieves a list of logger definitions.
Lists the versions of a subscription definition.
Retrieves a list of subscription definitions.
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.
Updates a core definition.
Updates a device definition.
Updates a Lambda function definition.
Updates a group.
Updates the Cert expiry time for a group.
Updates a logger definition.
Updates a subscription definition.