Module Awso_greengrass.ValuesSource

Sourceval service : Awso.Service.t
Sourceval apiVersion : string
Sourceval endpointPrefix : string
Sourceval serviceFullName : string
Sourceval signatureVersion : string
Sourceval protocol : string
Sourceval globalEndpoint : 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 ]
Sourcemodule Permission : sig ... end
Sourcemodule FunctionIsolationMode : sig ... end
Sourcemodule FunctionRunAsConfig : sig ... end

Specifies the user and group whose permissions are used when running the Lambda function. You can specify one or both values to override the default values. We recommend that you avoid running as root unless absolutely necessary to minimize the risk of unintended changes or malicious attacks. To run as root, you must set ''IsolationMode'' to ''NoContainer'' and update config.json in ''greengrass-root/config'' to set ''allowFunctionsToRunAsRoot'' to ''yes''.

Sourcemodule ResourceAccessPolicy : sig ... end

A policy used by the function to access a resource.

Sourcemodule GroupOwnerSetting : sig ... end

Group owner related settings for local resources.

The owner setting for downloaded machine learning resources.

Sourcemodule FunctionExecutionConfig : sig ... end

Configuration information that specifies how a Lambda function runs.

Sourcemodule LocalDeviceResourceData : sig ... end

Attributes that define a local device resource.

Sourcemodule LocalVolumeResourceData : sig ... end

Attributes that define a local volume resource.

Attributes that define an Amazon S3 machine learning resource.

Attributes that define an Amazon SageMaker machine learning resource.

Attributes that define a secret resource, which references a secret from AWS Secrets Manager. AWS IoT Greengrass stores a local, encrypted copy of the secret on the Greengrass core, where it can be securely accessed by connectors and Lambda functions.

Sourcemodule EncodingType : sig ... end

The environment configuration of the function.

Sourcemodule ErrorDetail : sig ... end

Details about the error.

Sourcemodule ResourceDataContainer : sig ... end

A container for resource data. The container takes only one of the following supported resource data types: ''LocalDeviceResourceData'', ''LocalVolumeResourceData'', ''SageMakerMachineLearningModelResourceData'', ''S3MachineLearningModelResourceData'', ''SecretsManagerSecretResourceData''.

Sourcemodule LoggerComponent : sig ... end
Sourcemodule LoggerLevel : sig ... end
Sourcemodule LoggerType : sig ... end
Sourcemodule FunctionConfiguration : sig ... end

The configuration of the Lambda function.

Sourcemodule Tags : sig ... end
Sourcemodule DeploymentType : sig ... end
Sourcemodule ErrorDetails : sig ... end
Sourcemodule ConfigurationSyncStatus : sig ... end
Sourcemodule Telemetry : sig ... end
Sourcemodule Subscription : sig ... end

Information about a subscription.

Sourcemodule Resource : sig ... end

Information about a resource.

Sourcemodule Logger : sig ... end

Information about a logger

Configuration information that specifies how a Lambda function runs.

Sourcemodule Function : sig ... end

Information about a Lambda function.

Sourcemodule Device : sig ... end

Information about a device.

Sourcemodule Core_ : sig ... end

Information about a core.

Sourcemodule Connector : sig ... end

Information about a connector. Connectors run on the Greengrass core and contain built-in integration with local infrastructure, device protocols, AWS, and other cloud services.

Sourcemodule ConnectivityInfo : sig ... end

Information about a Greengrass core's connectivity.

Sourcemodule VersionInformation : sig ... end

Information about a version.

Sourcemodule DefinitionInformation : sig ... end

Information about a definition.

Sourcemodule GroupInformation : sig ... end

Information about a group.

Information about a certificate authority for a group.

Sourcemodule Deployment : sig ... end

Information about a deployment.

Sourcemodule BulkDeployment : sig ... end

Information about a bulk deployment. You cannot start a new bulk deployment while another one is still running or in a non-terminal state.

Sourcemodule BulkDeploymentResult : sig ... end

Information about an individual group deployment in a bulk deployment operation.

Sourcemodule TelemetryConfiguration : sig ... end

Configuration settings for running telemetry.

Sourcemodule FunctionDefaultConfig : sig ... end

The default configuration that applies to all Lambda functions in the group. Individual Lambda functions can override these settings.

Sourcemodule BadRequestException : sig ... end

General error information.

General error information.

Configuration settings for running telemetry.

Sourcemodule Deployments : sig ... end
Sourcemodule BulkDeployments : sig ... end
Sourcemodule BulkDeploymentResults : sig ... end
Sourcemodule RuntimeConfiguration : sig ... end

Runtime configuration for a thing.

Information about a subscription definition version.

Sourcemodule ResourceDefinitionVersion : sig ... end

Information about a resource definition version.

Sourcemodule LoggerDefinitionVersion : sig ... end

Information about a logger definition version.

Sourcemodule GroupVersion : sig ... end

Information about a group version.

Sourcemodule FunctionDefinitionVersion : sig ... end

Information about a function definition version.

Sourcemodule DeviceDefinitionVersion : sig ... end

Information about a device definition version.

Sourcemodule CoreDefinitionVersion : sig ... end

Information about a core definition version.

Information about the connector definition version, which is a container for connectors.

Sourcemodule BulkDeploymentMetrics : sig ... end

Relevant metrics on input records processed during bulk deployment.

Sourcemodule BulkDeploymentStatus : sig ... end
Sourcemodule S3UrlSignerRole : sig ... end

The IAM Role that Greengrass will use to create pre-signed URLs pointing towards the update artifact.

Sourcemodule SoftwareToUpdate : sig ... end
Sourcemodule UpdateAgentLogLevel : sig ... end
Sourcemodule UpdateTargets : sig ... end
Sourcemodule UpdateTargetsArchitecture : sig ... end

Updates the runtime configuration of a thing.

Updates the runtime configuration of a thing.

Updates a subscription definition.

Updates a subscription definition.

Updates a resource definition.

Updates a resource definition.

Updates a logger definition.

Updates a logger definition.

Sourcemodule UpdateGroupResponse : sig ... end

Updates a group.

Sourcemodule UpdateGroupRequest : sig ... end

Updates a group.

Updates the Certificate expiry time for a group.

Updates the Certificate expiry time for a group.

Updates a Lambda function definition.

Updates a Lambda function definition.

Updates a device definition.

Updates a device definition.

Updates a core definition.

Updates a core definition.

Updates a connector definition.

Updates a connector definition.

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.

Connectivity information.

Sourcemodule UntagResourceRequest : sig ... end

Remove resource tags from a Greengrass Resource.

Sourcemodule TagResourceRequest : sig ... end

A map of the key-value pairs for the resource tag.

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.

Sourcemodule StopBulkDeploymentRequest : sig ... end

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.

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.

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.

Runtime configuration for a thing.

Sourcemodule ResetDeploymentsResponse : sig ... end

Resets a group's deployments.

Sourcemodule ResetDeploymentsRequest : sig ... end

Information needed to reset deployments.

Sourcemodule ListVersionsResponse : sig ... end

A list of versions.

Retrieves a list of resource tags for a resource arn.

Retrieves a list of resource tags for a resource arn.

Retrieves a list of subscription definitions.

Retrieves a list of subscription definitions.

Lists the versions of a subscription definition.

Lists the versions of a subscription definition.

Retrieves a list of resource definitions.

Retrieves a list of resource definitions.

Lists the versions of a resource definition.

Lists the versions of a resource definition.

Retrieves a list of logger definitions.

Retrieves a list of logger definitions.

Lists the versions of a logger definition.

Lists the versions of a logger definition.

Sourcemodule ListGroupsResponse : sig ... end

Retrieves a list of groups.

Sourcemodule ListGroupsRequest : sig ... end

Retrieves a list of groups.

Sourcemodule ListGroupVersionsResponse : sig ... end

Lists the versions of a group.

Sourcemodule ListGroupVersionsRequest : sig ... end

Lists the versions of a group.

Retrieves the current CAs for a group.

Retrieves the current CAs for a group.

Retrieves a list of Lambda function definitions.

Retrieves a list of Lambda function definitions.

Lists the versions of a Lambda function definition.

Lists the versions of a Lambda function definition.

Retrieves a list of device definitions.

Retrieves a list of device definitions.

Lists the versions of a device definition.

Lists the versions of a device definition.

Sourcemodule ListDeploymentsResponse : sig ... end

Returns a history of deployments for the group.

Sourcemodule ListDeploymentsRequest : sig ... end

Returns a history of deployments for the group.

Sourcemodule ListDefinitionsResponse : sig ... end

A list of definitions.

Retrieves a list of core definitions.

Retrieves a list of core definitions.

Lists the versions of a core definition.

Lists the versions of a core definition.

Retrieves a list of connector definitions.

Retrieves a list of connector definitions.

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.

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.

Returns a list of bulk deployments.

Returns a list of bulk deployments.

Gets a paginated list of the deployments that have been started in a bulk deployment operation, and their current deployment status.

Gets a paginated list of the deployments that have been started in a bulk deployment operation, and their current deployment status.

Information about a group certificate configuration.

Get the runtime configuration of a thing.

Get the runtime configuration of a thing.

Retrieves information about a subscription definition version.

Retrieves information about a subscription definition version.

Retrieves information about a subscription definition.

Retrieves information about a subscription definition.

Retrieves the service role that is attached to your account.

Retrieves the service role that is attached to your account.

Retrieves information about a resource definition version, including which resources are included in the version.

Retrieves information about a resource definition version, including which resources are included in the version.

Retrieves information about a resource definition, including its creation time and latest version.

Retrieves information about a resource definition, including its creation time and latest version.

Retrieves information about a logger definition version.

Retrieves information about a logger definition version.

Retrieves information about a logger definition.

Retrieves information about a logger definition.

Sourcemodule GetGroupVersionResponse : sig ... end

Retrieves information about a group version.

Sourcemodule GetGroupVersionRequest : sig ... end

Retrieves information about a group version.

Sourcemodule GetGroupResponse : sig ... end

Retrieves information about a group.

Sourcemodule GetGroupRequest : sig ... end

Retrieves information about a group.

Retrieves the current configuration for the CA used by the group.

Retrieves the current configuration for the CA used by the group.

Retreives the CA associated with a group. Returns the public key of the CA.

Retreives the CA associated with a group. Returns the public key of the CA.

Retrieves information about a Lambda function definition version, including which Lambda functions are included in the version and their configurations.

Retrieves information about a Lambda function definition version, including which Lambda functions are included in the version and their configurations.

Retrieves information about a Lambda function definition, including its creation time and latest version.

Retrieves information about a Lambda function definition, including its creation time and latest version.

Retrieves information about a device definition version.

Retrieves information about a device definition version.

Retrieves information about a device definition.

Retrieves information about a device definition.

Returns the status of a deployment.

Returns the status of a deployment.

Retrieves information about a core definition version.

Retrieves information about a core definition version.

Sourcemodule GetCoreDefinitionResponse : sig ... end

Retrieves information about a core definition version.

Sourcemodule GetCoreDefinitionRequest : sig ... end

Retrieves information about a core 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.

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.

Retrieves information about a connector definition.

Retrieves information about a connector definition.

Retrieves the connectivity information for a core.

Retrieves the connectivity information for a core.

Returns the status of a bulk deployment.

Returns the status of a bulk deployment.

Sourcemodule GetAssociatedRoleResponse : sig ... end

Retrieves the role associated with a particular group.

Sourcemodule GetAssociatedRoleRequest : sig ... end

Retrieves the role associated with a particular group.

Sourcemodule GeneralError : sig ... end

General error information.

Sourcemodule Empty : sig ... end

Empty

Disassociates the service role from your account. Without a service role, deployments will not work.

Disassociates the service role from your account. Without a service role, deployments will not work.

Disassociates the role from a group.

Disassociates the role from a group.

Deletes a subscription definition.

Deletes a subscription definition.

Deletes a resource definition.

Deletes a resource definition.

Deletes a logger definition.

Deletes a logger definition.

Sourcemodule DeleteGroupResponse : sig ... end

Deletes a group.

Sourcemodule DeleteGroupRequest : sig ... end

Deletes a group.

Deletes a Lambda function definition.

Deletes a Lambda function definition.

Deletes a device definition.

Deletes a device definition.

Deletes a core definition.

Deletes a core definition.

Deletes a connector definition.

Deletes a connector definition.

Creates a version of a subscription definition which has already been defined.

Creates a version of a subscription definition which has already been defined.

Creates a subscription definition. You may provide the initial version of the subscription definition now or use ''CreateSubscriptionDefinitionVersion'' at a later time.

Creates a subscription definition. You may provide the initial version of the subscription definition now or use ''CreateSubscriptionDefinitionVersion'' at a later time.

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.

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.

Creates a version of a resource definition that has already been defined.

Creates a version of a resource definition that has already been defined.

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.

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.

Creates a version of a logger definition that has already been defined.

Creates a version of a logger definition that has already been defined.

Creates a logger definition. You may provide the initial version of the logger definition now or use ''CreateLoggerDefinitionVersion'' at a later time.

Creates a logger definition. You may provide the initial version of the logger definition now or use ''CreateLoggerDefinitionVersion'' at a later time.

Creates a version of a group which has already been defined.

Sourcemodule CreateGroupVersionRequest : sig ... end

Creates a version of a group which has already been defined.

Sourcemodule CreateGroupResponse : sig ... end

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.

Sourcemodule CreateGroupRequest : sig ... end

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.

Creates a CA for the group. If a CA already exists, it will rotate the existing CA.

Creates a CA for the group. If a CA already exists, it will rotate the existing CA.

Creates a version of a Lambda function definition that has already been defined.

Information needed to create a function definition version.

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.

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.

Creates a version of a device definition that has already been defined.

Creates a version of a device definition that has already been defined.

Creates a device definition. You may provide the initial version of the device definition now or use ''CreateDeviceDefinitionVersion'' at a later time.

Creates a device definition. You may provide the initial version of the device definition now or use ''CreateDeviceDefinitionVersion'' at a later time.

Sourcemodule CreateDeploymentResponse : sig ... end

Creates a deployment. ''CreateDeployment'' requests are idempotent with respect to the ''X-Amzn-Client-Token'' token and the request parameters.

Sourcemodule CreateDeploymentRequest : sig ... end

Creates a deployment. ''CreateDeployment'' requests are idempotent with respect to the ''X-Amzn-Client-Token'' token and the request parameters.

Creates a version of a core definition that has already been defined. Greengrass groups must each contain exactly one Greengrass core.

Creates a version of a core definition that has already been defined. Greengrass groups must each contain exactly one Greengrass core.

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.

Information needed to create a core definition.

Creates a version of a connector definition which has already been defined.

Creates a version of a connector definition which has already been defined.

Creates a connector definition. You may provide the initial version of the connector definition now or use ''CreateConnectorDefinitionVersion'' at a later time.

Creates a connector definition. You may provide the initial version of the connector definition now or use ''CreateConnectorDefinitionVersion'' at a later time.

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''.

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''.

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.

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.