AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Interface for accessing Greengrass
AWS IoT 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 IoT Greengrass ensures your devices can respond quickly to local events and operate with intermittent connectivity. AWS IoT Greengrass minimizes the cost of transmitting data to the cloud by allowing you to author AWS Lambda functions that execute locally.Namespace: Amazon.Greengrass
Assembly: AWSSDK.Greengrass.dll
Version: 3.x.y.z
public interface IAmazonGreengrass IAmazonService, IDisposable
The IAmazonGreengrass type exposes the following members
Name | Description | |
---|---|---|
AssociateRoleToGroup(AssociateRoleToGroupRequest) |
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. |
|
AssociateRoleToGroupAsync(AssociateRoleToGroupRequest, CancellationToken) |
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. |
|
AssociateServiceRoleToAccount(AssociateServiceRoleToAccountRequest) |
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''. |
|
AssociateServiceRoleToAccountAsync(AssociateServiceRoleToAccountRequest, CancellationToken) |
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''. |
|
CreateConnectorDefinition(CreateConnectorDefinitionRequest) |
Creates a connector definition. You may provide the initial version of the connector definition now or use ''CreateConnectorDefinitionVersion'' at a later time. |
|
CreateConnectorDefinitionAsync(CreateConnectorDefinitionRequest, CancellationToken) |
Creates a connector definition. You may provide the initial version of the connector definition now or use ''CreateConnectorDefinitionVersion'' at a later time. |
|
CreateConnectorDefinitionVersion(CreateConnectorDefinitionVersionRequest) |
Creates a version of a connector definition which has already been defined. |
|
CreateConnectorDefinitionVersionAsync(CreateConnectorDefinitionVersionRequest, CancellationToken) |
Creates a version of a connector definition which has already been defined. |
|
CreateCoreDefinition(CreateCoreDefinitionRequest) |
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. |
|
CreateCoreDefinitionAsync(CreateCoreDefinitionRequest, CancellationToken) |
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. |
|
CreateCoreDefinitionVersion(CreateCoreDefinitionVersionRequest) |
Creates a version of a core definition that has already been defined. Greengrass groups must each contain exactly one Greengrass core. |
|
CreateCoreDefinitionVersionAsync(CreateCoreDefinitionVersionRequest, CancellationToken) |
Creates a version of a core definition that has already been defined. Greengrass groups must each contain exactly one Greengrass core. |
|
CreateDeployment(CreateDeploymentRequest) |
Creates a deployment. ''CreateDeployment'' requests are idempotent with respect to the ''X-Amzn-Client-Token'' token and the request parameters. |
|
CreateDeploymentAsync(CreateDeploymentRequest, CancellationToken) |
Creates a deployment. ''CreateDeployment'' requests are idempotent with respect to the ''X-Amzn-Client-Token'' token and the request parameters. |
|
CreateDeviceDefinition(CreateDeviceDefinitionRequest) |
Creates a device definition. You may provide the initial version of the device definition now or use ''CreateDeviceDefinitionVersion'' at a later time. |
|
CreateDeviceDefinitionAsync(CreateDeviceDefinitionRequest, CancellationToken) |
Creates a device definition. You may provide the initial version of the device definition now or use ''CreateDeviceDefinitionVersion'' at a later time. |
|
CreateDeviceDefinitionVersion(CreateDeviceDefinitionVersionRequest) |
Creates a version of a device definition that has already been defined. |
|
CreateDeviceDefinitionVersionAsync(CreateDeviceDefinitionVersionRequest, CancellationToken) |
Creates a version of a device definition that has already been defined. |
|
CreateFunctionDefinition(CreateFunctionDefinitionRequest) |
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. |
|
CreateFunctionDefinitionAsync(CreateFunctionDefinitionRequest, CancellationToken) |
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. |
|
CreateFunctionDefinitionVersion(CreateFunctionDefinitionVersionRequest) |
Creates a version of a Lambda function definition that has already been defined. |
|
CreateFunctionDefinitionVersionAsync(CreateFunctionDefinitionVersionRequest, CancellationToken) |
Creates a version of a Lambda function definition that has already been defined. |
|
CreateGroup(CreateGroupRequest) |
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. |
|
CreateGroupAsync(CreateGroupRequest, CancellationToken) |
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. |
|
CreateGroupCertificateAuthority(CreateGroupCertificateAuthorityRequest) |
Creates a CA for the group. If a CA already exists, it will rotate the existing CA. |
|
CreateGroupCertificateAuthorityAsync(CreateGroupCertificateAuthorityRequest, CancellationToken) |
Creates a CA for the group. If a CA already exists, it will rotate the existing CA. |
|
CreateGroupVersion(CreateGroupVersionRequest) |
Creates a version of a group which has already been defined. |
|
CreateGroupVersionAsync(CreateGroupVersionRequest, CancellationToken) |
Creates a version of a group which has already been defined. |
|
CreateLoggerDefinition(CreateLoggerDefinitionRequest) |
Creates a logger definition. You may provide the initial version of the logger definition now or use ''CreateLoggerDefinitionVersion'' at a later time. |
|
CreateLoggerDefinitionAsync(CreateLoggerDefinitionRequest, CancellationToken) |
Creates a logger definition. You may provide the initial version of the logger definition now or use ''CreateLoggerDefinitionVersion'' at a later time. |
|
CreateLoggerDefinitionVersion(CreateLoggerDefinitionVersionRequest) |
Creates a version of a logger definition that has already been defined. |
|
CreateLoggerDefinitionVersionAsync(CreateLoggerDefinitionVersionRequest, CancellationToken) |
Creates a version of a logger definition that has already been defined. |
|
CreateResourceDefinition(CreateResourceDefinitionRequest) |
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. |
|
CreateResourceDefinitionAsync(CreateResourceDefinitionRequest, CancellationToken) |
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. |
|
CreateResourceDefinitionVersion(CreateResourceDefinitionVersionRequest) |
Creates a version of a resource definition that has already been defined. |
|
CreateResourceDefinitionVersionAsync(CreateResourceDefinitionVersionRequest, CancellationToken) |
Creates a version of a resource definition that has already been defined. |
|
CreateSoftwareUpdateJob(CreateSoftwareUpdateJobRequest) |
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. |
|
CreateSoftwareUpdateJobAsync(CreateSoftwareUpdateJobRequest, CancellationToken) |
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. |
|
CreateSubscriptionDefinition(CreateSubscriptionDefinitionRequest) |
Creates a subscription definition. You may provide the initial version of the subscription definition now or use ''CreateSubscriptionDefinitionVersion'' at a later time. |
|
CreateSubscriptionDefinitionAsync(CreateSubscriptionDefinitionRequest, CancellationToken) |
Creates a subscription definition. You may provide the initial version of the subscription definition now or use ''CreateSubscriptionDefinitionVersion'' at a later time. |
|
CreateSubscriptionDefinitionVersion(CreateSubscriptionDefinitionVersionRequest) |
Creates a version of a subscription definition which has already been defined. |
|
CreateSubscriptionDefinitionVersionAsync(CreateSubscriptionDefinitionVersionRequest, CancellationToken) |
Creates a version of a subscription definition which has already been defined. |
|
DeleteConnectorDefinition(DeleteConnectorDefinitionRequest) |
Deletes a connector definition. |
|
DeleteConnectorDefinitionAsync(DeleteConnectorDefinitionRequest, CancellationToken) |
Deletes a connector definition. |
|
DeleteCoreDefinition(DeleteCoreDefinitionRequest) |
Deletes a core definition. |
|
DeleteCoreDefinitionAsync(DeleteCoreDefinitionRequest, CancellationToken) |
Deletes a core definition. |
|
DeleteDeviceDefinition(DeleteDeviceDefinitionRequest) |
Deletes a device definition. |
|
DeleteDeviceDefinitionAsync(DeleteDeviceDefinitionRequest, CancellationToken) |
Deletes a device definition. |
|
DeleteFunctionDefinition(DeleteFunctionDefinitionRequest) |
Deletes a Lambda function definition. |
|
DeleteFunctionDefinitionAsync(DeleteFunctionDefinitionRequest, CancellationToken) |
Deletes a Lambda function definition. |
|
DeleteGroup(DeleteGroupRequest) |
Deletes a group. |
|
DeleteGroupAsync(DeleteGroupRequest, CancellationToken) |
Deletes a group. |
|
DeleteLoggerDefinition(DeleteLoggerDefinitionRequest) |
Deletes a logger definition. |
|
DeleteLoggerDefinitionAsync(DeleteLoggerDefinitionRequest, CancellationToken) |
Deletes a logger definition. |
|
DeleteResourceDefinition(DeleteResourceDefinitionRequest) |
Deletes a resource definition. |
|
DeleteResourceDefinitionAsync(DeleteResourceDefinitionRequest, CancellationToken) |
Deletes a resource definition. |
|
DeleteSubscriptionDefinition(DeleteSubscriptionDefinitionRequest) |
Deletes a subscription definition. |
|
DeleteSubscriptionDefinitionAsync(DeleteSubscriptionDefinitionRequest, CancellationToken) |
Deletes a subscription definition. |
|
DetermineServiceOperationEndpoint(AmazonWebServiceRequest) |
Returns the endpoint that will be used for a particular request. |
|
DisassociateRoleFromGroup(DisassociateRoleFromGroupRequest) |
Disassociates the role from a group. |
|
DisassociateRoleFromGroupAsync(DisassociateRoleFromGroupRequest, CancellationToken) |
Disassociates the role from a group. |
|
DisassociateServiceRoleFromAccount(DisassociateServiceRoleFromAccountRequest) |
Disassociates the service role from your account. Without a service role, deployments will not work. |
|
DisassociateServiceRoleFromAccountAsync(DisassociateServiceRoleFromAccountRequest, CancellationToken) |
Disassociates the service role from your account. Without a service role, deployments will not work. |
|
GetAssociatedRole(GetAssociatedRoleRequest) |
Retrieves the role associated with a particular group. |
|
GetAssociatedRoleAsync(GetAssociatedRoleRequest, CancellationToken) |
Retrieves the role associated with a particular group. |
|
GetBulkDeploymentStatus(GetBulkDeploymentStatusRequest) |
Returns the status of a bulk deployment. |
|
GetBulkDeploymentStatusAsync(GetBulkDeploymentStatusRequest, CancellationToken) |
Returns the status of a bulk deployment. |
|
GetConnectivityInfo(GetConnectivityInfoRequest) |
Retrieves the connectivity information for a core. |
|
GetConnectivityInfoAsync(GetConnectivityInfoRequest, CancellationToken) |
Retrieves the connectivity information for a core. |
|
GetConnectorDefinition(GetConnectorDefinitionRequest) |
Retrieves information about a connector definition. |
|
GetConnectorDefinitionAsync(GetConnectorDefinitionRequest, CancellationToken) |
Retrieves information about a connector definition. |
|
GetConnectorDefinitionVersion(GetConnectorDefinitionVersionRequest) |
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. |
|
GetConnectorDefinitionVersionAsync(GetConnectorDefinitionVersionRequest, CancellationToken) |
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. |
|
GetCoreDefinition(GetCoreDefinitionRequest) |
Retrieves information about a core definition version. |
|
GetCoreDefinitionAsync(GetCoreDefinitionRequest, CancellationToken) |
Retrieves information about a core definition version. |
|
GetCoreDefinitionVersion(GetCoreDefinitionVersionRequest) |
Retrieves information about a core definition version. |
|
GetCoreDefinitionVersionAsync(GetCoreDefinitionVersionRequest, CancellationToken) |
Retrieves information about a core definition version. |
|
GetDeploymentStatus(GetDeploymentStatusRequest) |
Returns the status of a deployment. |
|
GetDeploymentStatusAsync(GetDeploymentStatusRequest, CancellationToken) |
Returns the status of a deployment. |
|
GetDeviceDefinition(GetDeviceDefinitionRequest) |
Retrieves information about a device definition. |
|
GetDeviceDefinitionAsync(GetDeviceDefinitionRequest, CancellationToken) |
Retrieves information about a device definition. |
|
GetDeviceDefinitionVersion(GetDeviceDefinitionVersionRequest) |
Retrieves information about a device definition version. |
|
GetDeviceDefinitionVersionAsync(GetDeviceDefinitionVersionRequest, CancellationToken) |
Retrieves information about a device definition version. |
|
GetFunctionDefinition(GetFunctionDefinitionRequest) |
Retrieves information about a Lambda function definition, including its creation time and latest version. |
|
GetFunctionDefinitionAsync(GetFunctionDefinitionRequest, CancellationToken) |
Retrieves information about a Lambda function definition, including its creation time and latest version. |
|
GetFunctionDefinitionVersion(GetFunctionDefinitionVersionRequest) |
Retrieves information about a Lambda function definition version, including which Lambda functions are included in the version and their configurations. |
|
GetFunctionDefinitionVersionAsync(GetFunctionDefinitionVersionRequest, CancellationToken) |
Retrieves information about a Lambda function definition version, including which Lambda functions are included in the version and their configurations. |
|
GetGroup(GetGroupRequest) |
Retrieves information about a group. |
|
GetGroupAsync(GetGroupRequest, CancellationToken) |
Retrieves information about a group. |
|
GetGroupCertificateAuthority(GetGroupCertificateAuthorityRequest) |
Retreives the CA associated with a group. Returns the public key of the CA. |
|
GetGroupCertificateAuthorityAsync(GetGroupCertificateAuthorityRequest, CancellationToken) |
Retreives the CA associated with a group. Returns the public key of the CA. |
|
GetGroupCertificateConfiguration(GetGroupCertificateConfigurationRequest) |
Retrieves the current configuration for the CA used by the group. |
|
GetGroupCertificateConfigurationAsync(GetGroupCertificateConfigurationRequest, CancellationToken) |
Retrieves the current configuration for the CA used by the group. |
|
GetGroupVersion(GetGroupVersionRequest) |
Retrieves information about a group version. |
|
GetGroupVersionAsync(GetGroupVersionRequest, CancellationToken) |
Retrieves information about a group version. |
|
GetLoggerDefinition(GetLoggerDefinitionRequest) |
Retrieves information about a logger definition. |
|
GetLoggerDefinitionAsync(GetLoggerDefinitionRequest, CancellationToken) |
Retrieves information about a logger definition. |
|
GetLoggerDefinitionVersion(GetLoggerDefinitionVersionRequest) |
Retrieves information about a logger definition version. |
|
GetLoggerDefinitionVersionAsync(GetLoggerDefinitionVersionRequest, CancellationToken) |
Retrieves information about a logger definition version. |
|
GetResourceDefinition(GetResourceDefinitionRequest) |
Retrieves information about a resource definition, including its creation time and latest version. |
|
GetResourceDefinitionAsync(GetResourceDefinitionRequest, CancellationToken) |
Retrieves information about a resource definition, including its creation time and latest version. |
|
GetResourceDefinitionVersion(GetResourceDefinitionVersionRequest) |
Retrieves information about a resource definition version, including which resources are included in the version. |
|
GetResourceDefinitionVersionAsync(GetResourceDefinitionVersionRequest, CancellationToken) |
Retrieves information about a resource definition version, including which resources are included in the version. |
|
GetServiceRoleForAccount(GetServiceRoleForAccountRequest) |
Retrieves the service role that is attached to your account. |
|
GetServiceRoleForAccountAsync(GetServiceRoleForAccountRequest, CancellationToken) |
Retrieves the service role that is attached to your account. |
|
GetSubscriptionDefinition(GetSubscriptionDefinitionRequest) |
Retrieves information about a subscription definition. |
|
GetSubscriptionDefinitionAsync(GetSubscriptionDefinitionRequest, CancellationToken) |
Retrieves information about a subscription definition. |
|
GetSubscriptionDefinitionVersion(GetSubscriptionDefinitionVersionRequest) |
Retrieves information about a subscription definition version. |
|
GetSubscriptionDefinitionVersionAsync(GetSubscriptionDefinitionVersionRequest, CancellationToken) |
Retrieves information about a subscription definition version. |
|
GetThingRuntimeConfiguration(GetThingRuntimeConfigurationRequest) |
Get the runtime configuration of a thing. |
|
GetThingRuntimeConfigurationAsync(GetThingRuntimeConfigurationRequest, CancellationToken) |
Get the runtime configuration of a thing. |
|
ListBulkDeploymentDetailedReports(ListBulkDeploymentDetailedReportsRequest) |
Gets a paginated list of the deployments that have been started in a bulk deployment operation, and their current deployment status. |
|
ListBulkDeploymentDetailedReportsAsync(ListBulkDeploymentDetailedReportsRequest, CancellationToken) |
Gets a paginated list of the deployments that have been started in a bulk deployment operation, and their current deployment status. |
|
ListBulkDeployments(ListBulkDeploymentsRequest) |
Returns a list of bulk deployments. |
|
ListBulkDeploymentsAsync(ListBulkDeploymentsRequest, CancellationToken) |
Returns a list of bulk deployments. |
|
ListConnectorDefinitions(ListConnectorDefinitionsRequest) |
Retrieves a list of connector definitions. |
|
ListConnectorDefinitionsAsync(ListConnectorDefinitionsRequest, CancellationToken) |
Retrieves a list of connector definitions. |
|
ListConnectorDefinitionVersions(ListConnectorDefinitionVersionsRequest) |
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. |
|
ListConnectorDefinitionVersionsAsync(ListConnectorDefinitionVersionsRequest, CancellationToken) |
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. |
|
ListCoreDefinitions(ListCoreDefinitionsRequest) |
Retrieves a list of core definitions. |
|
ListCoreDefinitionsAsync(ListCoreDefinitionsRequest, CancellationToken) |
Retrieves a list of core definitions. |
|
ListCoreDefinitionVersions(ListCoreDefinitionVersionsRequest) |
Lists the versions of a core definition. |
|
ListCoreDefinitionVersionsAsync(ListCoreDefinitionVersionsRequest, CancellationToken) |
Lists the versions of a core definition. |
|
ListDeployments(ListDeploymentsRequest) |
Returns a history of deployments for the group. |
|
ListDeploymentsAsync(ListDeploymentsRequest, CancellationToken) |
Returns a history of deployments for the group. |
|
ListDeviceDefinitions(ListDeviceDefinitionsRequest) |
Retrieves a list of device definitions. |
|
ListDeviceDefinitionsAsync(ListDeviceDefinitionsRequest, CancellationToken) |
Retrieves a list of device definitions. |
|
ListDeviceDefinitionVersions(ListDeviceDefinitionVersionsRequest) |
Lists the versions of a device definition. |
|
ListDeviceDefinitionVersionsAsync(ListDeviceDefinitionVersionsRequest, CancellationToken) |
Lists the versions of a device definition. |
|
ListFunctionDefinitions(ListFunctionDefinitionsRequest) |
Retrieves a list of Lambda function definitions. |
|
ListFunctionDefinitionsAsync(ListFunctionDefinitionsRequest, CancellationToken) |
Retrieves a list of Lambda function definitions. |
|
ListFunctionDefinitionVersions(ListFunctionDefinitionVersionsRequest) |
Lists the versions of a Lambda function definition. |
|
ListFunctionDefinitionVersionsAsync(ListFunctionDefinitionVersionsRequest, CancellationToken) |
Lists the versions of a Lambda function definition. |
|
ListGroupCertificateAuthorities(ListGroupCertificateAuthoritiesRequest) |
Retrieves the current CAs for a group. |
|
ListGroupCertificateAuthoritiesAsync(ListGroupCertificateAuthoritiesRequest, CancellationToken) |
Retrieves the current CAs for a group. |
|
ListGroups(ListGroupsRequest) |
Retrieves a list of groups. |
|
ListGroupsAsync(ListGroupsRequest, CancellationToken) |
Retrieves a list of groups. |
|
ListGroupVersions(ListGroupVersionsRequest) |
Lists the versions of a group. |
|
ListGroupVersionsAsync(ListGroupVersionsRequest, CancellationToken) |
Lists the versions of a group. |
|
ListLoggerDefinitions(ListLoggerDefinitionsRequest) |
Retrieves a list of logger definitions. |
|
ListLoggerDefinitionsAsync(ListLoggerDefinitionsRequest, CancellationToken) |
Retrieves a list of logger definitions. |
|
ListLoggerDefinitionVersions(ListLoggerDefinitionVersionsRequest) |
Lists the versions of a logger definition. |
|
ListLoggerDefinitionVersionsAsync(ListLoggerDefinitionVersionsRequest, CancellationToken) |
Lists the versions of a logger definition. |
|
ListResourceDefinitions(ListResourceDefinitionsRequest) |
Retrieves a list of resource definitions. |
|
ListResourceDefinitionsAsync(ListResourceDefinitionsRequest, CancellationToken) |
Retrieves a list of resource definitions. |
|
ListResourceDefinitionVersions(ListResourceDefinitionVersionsRequest) |
Lists the versions of a resource definition. |
|
ListResourceDefinitionVersionsAsync(ListResourceDefinitionVersionsRequest, CancellationToken) |
Lists the versions of a resource definition. |
|
ListSubscriptionDefinitions(ListSubscriptionDefinitionsRequest) |
Retrieves a list of subscription definitions. |
|
ListSubscriptionDefinitionsAsync(ListSubscriptionDefinitionsRequest, CancellationToken) |
Retrieves a list of subscription definitions. |
|
ListSubscriptionDefinitionVersions(ListSubscriptionDefinitionVersionsRequest) |
Lists the versions of a subscription definition. |
|
ListSubscriptionDefinitionVersionsAsync(ListSubscriptionDefinitionVersionsRequest, CancellationToken) |
Lists the versions of a subscription definition. |
|
ListTagsForResource(ListTagsForResourceRequest) |
Retrieves a list of resource tags for a resource arn. |
|
ListTagsForResourceAsync(ListTagsForResourceRequest, CancellationToken) |
Retrieves a list of resource tags for a resource arn. |
|
ResetDeployments(ResetDeploymentsRequest) |
Resets a group's deployments. |
|
ResetDeploymentsAsync(ResetDeploymentsRequest, CancellationToken) |
Resets a group's deployments. |
|
StartBulkDeployment(StartBulkDeploymentRequest) |
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. |
|
StartBulkDeploymentAsync(StartBulkDeploymentRequest, CancellationToken) |
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. |
|
StopBulkDeployment(StopBulkDeploymentRequest) |
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. |
|
StopBulkDeploymentAsync(StopBulkDeploymentRequest, CancellationToken) |
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. |
|
TagResource(TagResourceRequest) |
Adds tags to a Greengrass resource. Valid resources are 'Group', 'ConnectorDefinition', 'CoreDefinition', 'DeviceDefinition', 'FunctionDefinition', 'LoggerDefinition', 'SubscriptionDefinition', 'ResourceDefinition', and 'BulkDeployment'. |
|
TagResourceAsync(TagResourceRequest, CancellationToken) |
Adds tags to a Greengrass resource. Valid resources are 'Group', 'ConnectorDefinition', 'CoreDefinition', 'DeviceDefinition', 'FunctionDefinition', 'LoggerDefinition', 'SubscriptionDefinition', 'ResourceDefinition', and 'BulkDeployment'. |
|
UntagResource(UntagResourceRequest) |
Remove resource tags from a Greengrass Resource. |
|
UntagResourceAsync(UntagResourceRequest, CancellationToken) |
Remove resource tags from a Greengrass Resource. |
|
UpdateConnectivityInfo(UpdateConnectivityInfoRequest) |
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. |
|
UpdateConnectivityInfoAsync(UpdateConnectivityInfoRequest, CancellationToken) |
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. |
|
UpdateConnectorDefinition(UpdateConnectorDefinitionRequest) |
Updates a connector definition. |
|
UpdateConnectorDefinitionAsync(UpdateConnectorDefinitionRequest, CancellationToken) |
Updates a connector definition. |
|
UpdateCoreDefinition(UpdateCoreDefinitionRequest) |
Updates a core definition. |
|
UpdateCoreDefinitionAsync(UpdateCoreDefinitionRequest, CancellationToken) |
Updates a core definition. |
|
UpdateDeviceDefinition(UpdateDeviceDefinitionRequest) |
Updates a device definition. |
|
UpdateDeviceDefinitionAsync(UpdateDeviceDefinitionRequest, CancellationToken) |
Updates a device definition. |
|
UpdateFunctionDefinition(UpdateFunctionDefinitionRequest) |
Updates a Lambda function definition. |
|
UpdateFunctionDefinitionAsync(UpdateFunctionDefinitionRequest, CancellationToken) |
Updates a Lambda function definition. |
|
UpdateGroup(UpdateGroupRequest) |
Updates a group. |
|
UpdateGroupAsync(UpdateGroupRequest, CancellationToken) |
Updates a group. |
|
UpdateGroupCertificateConfiguration(UpdateGroupCertificateConfigurationRequest) |
Updates the Certificate expiry time for a group. |
|
UpdateGroupCertificateConfigurationAsync(UpdateGroupCertificateConfigurationRequest, CancellationToken) |
Updates the Certificate expiry time for a group. |
|
UpdateLoggerDefinition(UpdateLoggerDefinitionRequest) |
Updates a logger definition. |
|
UpdateLoggerDefinitionAsync(UpdateLoggerDefinitionRequest, CancellationToken) |
Updates a logger definition. |
|
UpdateResourceDefinition(UpdateResourceDefinitionRequest) |
Updates a resource definition. |
|
UpdateResourceDefinitionAsync(UpdateResourceDefinitionRequest, CancellationToken) |
Updates a resource definition. |
|
UpdateSubscriptionDefinition(UpdateSubscriptionDefinitionRequest) |
Updates a subscription definition. |
|
UpdateSubscriptionDefinitionAsync(UpdateSubscriptionDefinitionRequest, CancellationToken) |
Updates a subscription definition. |
|
UpdateThingRuntimeConfiguration(UpdateThingRuntimeConfigurationRequest) |
Updates the runtime configuration of a thing. |
|
UpdateThingRuntimeConfigurationAsync(UpdateThingRuntimeConfigurationRequest, CancellationToken) |
Updates the runtime configuration of a thing. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5