[][src]Trait rusoto_greengrass::GreenGrass

pub trait GreenGrass {
    fn associate_role_to_group(
        &self,
        input: AssociateRoleToGroupRequest
    ) -> RusotoFuture<AssociateRoleToGroupResponse, AssociateRoleToGroupError>;
fn associate_service_role_to_account(
        &self,
        input: AssociateServiceRoleToAccountRequest
    ) -> RusotoFuture<AssociateServiceRoleToAccountResponse, AssociateServiceRoleToAccountError>;
fn create_connector_definition(
        &self,
        input: CreateConnectorDefinitionRequest
    ) -> RusotoFuture<CreateConnectorDefinitionResponse, CreateConnectorDefinitionError>;
fn create_connector_definition_version(
        &self,
        input: CreateConnectorDefinitionVersionRequest
    ) -> RusotoFuture<CreateConnectorDefinitionVersionResponse, CreateConnectorDefinitionVersionError>;
fn create_core_definition(
        &self,
        input: CreateCoreDefinitionRequest
    ) -> RusotoFuture<CreateCoreDefinitionResponse, CreateCoreDefinitionError>;
fn create_core_definition_version(
        &self,
        input: CreateCoreDefinitionVersionRequest
    ) -> RusotoFuture<CreateCoreDefinitionVersionResponse, CreateCoreDefinitionVersionError>;
fn create_deployment(
        &self,
        input: CreateDeploymentRequest
    ) -> RusotoFuture<CreateDeploymentResponse, CreateDeploymentError>;
fn create_device_definition(
        &self,
        input: CreateDeviceDefinitionRequest
    ) -> RusotoFuture<CreateDeviceDefinitionResponse, CreateDeviceDefinitionError>;
fn create_device_definition_version(
        &self,
        input: CreateDeviceDefinitionVersionRequest
    ) -> RusotoFuture<CreateDeviceDefinitionVersionResponse, CreateDeviceDefinitionVersionError>;
fn create_function_definition(
        &self,
        input: CreateFunctionDefinitionRequest
    ) -> RusotoFuture<CreateFunctionDefinitionResponse, CreateFunctionDefinitionError>;
fn create_function_definition_version(
        &self,
        input: CreateFunctionDefinitionVersionRequest
    ) -> RusotoFuture<CreateFunctionDefinitionVersionResponse, CreateFunctionDefinitionVersionError>;
fn create_group(
        &self,
        input: CreateGroupRequest
    ) -> RusotoFuture<CreateGroupResponse, CreateGroupError>;
fn create_group_certificate_authority(
        &self,
        input: CreateGroupCertificateAuthorityRequest
    ) -> RusotoFuture<CreateGroupCertificateAuthorityResponse, CreateGroupCertificateAuthorityError>;
fn create_group_version(
        &self,
        input: CreateGroupVersionRequest
    ) -> RusotoFuture<CreateGroupVersionResponse, CreateGroupVersionError>;
fn create_logger_definition(
        &self,
        input: CreateLoggerDefinitionRequest
    ) -> RusotoFuture<CreateLoggerDefinitionResponse, CreateLoggerDefinitionError>;
fn create_logger_definition_version(
        &self,
        input: CreateLoggerDefinitionVersionRequest
    ) -> RusotoFuture<CreateLoggerDefinitionVersionResponse, CreateLoggerDefinitionVersionError>;
fn create_resource_definition(
        &self,
        input: CreateResourceDefinitionRequest
    ) -> RusotoFuture<CreateResourceDefinitionResponse, CreateResourceDefinitionError>;
fn create_resource_definition_version(
        &self,
        input: CreateResourceDefinitionVersionRequest
    ) -> RusotoFuture<CreateResourceDefinitionVersionResponse, CreateResourceDefinitionVersionError>;
fn create_software_update_job(
        &self,
        input: CreateSoftwareUpdateJobRequest
    ) -> RusotoFuture<CreateSoftwareUpdateJobResponse, CreateSoftwareUpdateJobError>;
fn create_subscription_definition(
        &self,
        input: CreateSubscriptionDefinitionRequest
    ) -> RusotoFuture<CreateSubscriptionDefinitionResponse, CreateSubscriptionDefinitionError>;
fn create_subscription_definition_version(
        &self,
        input: CreateSubscriptionDefinitionVersionRequest
    ) -> RusotoFuture<CreateSubscriptionDefinitionVersionResponse, CreateSubscriptionDefinitionVersionError>;
fn delete_connector_definition(
        &self,
        input: DeleteConnectorDefinitionRequest
    ) -> RusotoFuture<DeleteConnectorDefinitionResponse, DeleteConnectorDefinitionError>;
fn delete_core_definition(
        &self,
        input: DeleteCoreDefinitionRequest
    ) -> RusotoFuture<DeleteCoreDefinitionResponse, DeleteCoreDefinitionError>;
fn delete_device_definition(
        &self,
        input: DeleteDeviceDefinitionRequest
    ) -> RusotoFuture<DeleteDeviceDefinitionResponse, DeleteDeviceDefinitionError>;
fn delete_function_definition(
        &self,
        input: DeleteFunctionDefinitionRequest
    ) -> RusotoFuture<DeleteFunctionDefinitionResponse, DeleteFunctionDefinitionError>;
fn delete_group(
        &self,
        input: DeleteGroupRequest
    ) -> RusotoFuture<DeleteGroupResponse, DeleteGroupError>;
fn delete_logger_definition(
        &self,
        input: DeleteLoggerDefinitionRequest
    ) -> RusotoFuture<DeleteLoggerDefinitionResponse, DeleteLoggerDefinitionError>;
fn delete_resource_definition(
        &self,
        input: DeleteResourceDefinitionRequest
    ) -> RusotoFuture<DeleteResourceDefinitionResponse, DeleteResourceDefinitionError>;
fn delete_subscription_definition(
        &self,
        input: DeleteSubscriptionDefinitionRequest
    ) -> RusotoFuture<DeleteSubscriptionDefinitionResponse, DeleteSubscriptionDefinitionError>;
fn disassociate_role_from_group(
        &self,
        input: DisassociateRoleFromGroupRequest
    ) -> RusotoFuture<DisassociateRoleFromGroupResponse, DisassociateRoleFromGroupError>;
fn disassociate_service_role_from_account(
        &self
    ) -> RusotoFuture<DisassociateServiceRoleFromAccountResponse, DisassociateServiceRoleFromAccountError>;
fn get_associated_role(
        &self,
        input: GetAssociatedRoleRequest
    ) -> RusotoFuture<GetAssociatedRoleResponse, GetAssociatedRoleError>;
fn get_bulk_deployment_status(
        &self,
        input: GetBulkDeploymentStatusRequest
    ) -> RusotoFuture<GetBulkDeploymentStatusResponse, GetBulkDeploymentStatusError>;
fn get_connectivity_info(
        &self,
        input: GetConnectivityInfoRequest
    ) -> RusotoFuture<GetConnectivityInfoResponse, GetConnectivityInfoError>;
fn get_connector_definition(
        &self,
        input: GetConnectorDefinitionRequest
    ) -> RusotoFuture<GetConnectorDefinitionResponse, GetConnectorDefinitionError>;
fn get_connector_definition_version(
        &self,
        input: GetConnectorDefinitionVersionRequest
    ) -> RusotoFuture<GetConnectorDefinitionVersionResponse, GetConnectorDefinitionVersionError>;
fn get_core_definition(
        &self,
        input: GetCoreDefinitionRequest
    ) -> RusotoFuture<GetCoreDefinitionResponse, GetCoreDefinitionError>;
fn get_core_definition_version(
        &self,
        input: GetCoreDefinitionVersionRequest
    ) -> RusotoFuture<GetCoreDefinitionVersionResponse, GetCoreDefinitionVersionError>;
fn get_deployment_status(
        &self,
        input: GetDeploymentStatusRequest
    ) -> RusotoFuture<GetDeploymentStatusResponse, GetDeploymentStatusError>;
fn get_device_definition(
        &self,
        input: GetDeviceDefinitionRequest
    ) -> RusotoFuture<GetDeviceDefinitionResponse, GetDeviceDefinitionError>;
fn get_device_definition_version(
        &self,
        input: GetDeviceDefinitionVersionRequest
    ) -> RusotoFuture<GetDeviceDefinitionVersionResponse, GetDeviceDefinitionVersionError>;
fn get_function_definition(
        &self,
        input: GetFunctionDefinitionRequest
    ) -> RusotoFuture<GetFunctionDefinitionResponse, GetFunctionDefinitionError>;
fn get_function_definition_version(
        &self,
        input: GetFunctionDefinitionVersionRequest
    ) -> RusotoFuture<GetFunctionDefinitionVersionResponse, GetFunctionDefinitionVersionError>;
fn get_group(
        &self,
        input: GetGroupRequest
    ) -> RusotoFuture<GetGroupResponse, GetGroupError>;
fn get_group_certificate_authority(
        &self,
        input: GetGroupCertificateAuthorityRequest
    ) -> RusotoFuture<GetGroupCertificateAuthorityResponse, GetGroupCertificateAuthorityError>;
fn get_group_certificate_configuration(
        &self,
        input: GetGroupCertificateConfigurationRequest
    ) -> RusotoFuture<GetGroupCertificateConfigurationResponse, GetGroupCertificateConfigurationError>;
fn get_group_version(
        &self,
        input: GetGroupVersionRequest
    ) -> RusotoFuture<GetGroupVersionResponse, GetGroupVersionError>;
fn get_logger_definition(
        &self,
        input: GetLoggerDefinitionRequest
    ) -> RusotoFuture<GetLoggerDefinitionResponse, GetLoggerDefinitionError>;
fn get_logger_definition_version(
        &self,
        input: GetLoggerDefinitionVersionRequest
    ) -> RusotoFuture<GetLoggerDefinitionVersionResponse, GetLoggerDefinitionVersionError>;
fn get_resource_definition(
        &self,
        input: GetResourceDefinitionRequest
    ) -> RusotoFuture<GetResourceDefinitionResponse, GetResourceDefinitionError>;
fn get_resource_definition_version(
        &self,
        input: GetResourceDefinitionVersionRequest
    ) -> RusotoFuture<GetResourceDefinitionVersionResponse, GetResourceDefinitionVersionError>;
fn get_service_role_for_account(
        &self
    ) -> RusotoFuture<GetServiceRoleForAccountResponse, GetServiceRoleForAccountError>;
fn get_subscription_definition(
        &self,
        input: GetSubscriptionDefinitionRequest
    ) -> RusotoFuture<GetSubscriptionDefinitionResponse, GetSubscriptionDefinitionError>;
fn get_subscription_definition_version(
        &self,
        input: GetSubscriptionDefinitionVersionRequest
    ) -> RusotoFuture<GetSubscriptionDefinitionVersionResponse, GetSubscriptionDefinitionVersionError>;
fn list_bulk_deployment_detailed_reports(
        &self,
        input: ListBulkDeploymentDetailedReportsRequest
    ) -> RusotoFuture<ListBulkDeploymentDetailedReportsResponse, ListBulkDeploymentDetailedReportsError>;
fn list_bulk_deployments(
        &self,
        input: ListBulkDeploymentsRequest
    ) -> RusotoFuture<ListBulkDeploymentsResponse, ListBulkDeploymentsError>;
fn list_connector_definition_versions(
        &self,
        input: ListConnectorDefinitionVersionsRequest
    ) -> RusotoFuture<ListConnectorDefinitionVersionsResponse, ListConnectorDefinitionVersionsError>;
fn list_connector_definitions(
        &self,
        input: ListConnectorDefinitionsRequest
    ) -> RusotoFuture<ListConnectorDefinitionsResponse, ListConnectorDefinitionsError>;
fn list_core_definition_versions(
        &self,
        input: ListCoreDefinitionVersionsRequest
    ) -> RusotoFuture<ListCoreDefinitionVersionsResponse, ListCoreDefinitionVersionsError>;
fn list_core_definitions(
        &self,
        input: ListCoreDefinitionsRequest
    ) -> RusotoFuture<ListCoreDefinitionsResponse, ListCoreDefinitionsError>;
fn list_deployments(
        &self,
        input: ListDeploymentsRequest
    ) -> RusotoFuture<ListDeploymentsResponse, ListDeploymentsError>;
fn list_device_definition_versions(
        &self,
        input: ListDeviceDefinitionVersionsRequest
    ) -> RusotoFuture<ListDeviceDefinitionVersionsResponse, ListDeviceDefinitionVersionsError>;
fn list_device_definitions(
        &self,
        input: ListDeviceDefinitionsRequest
    ) -> RusotoFuture<ListDeviceDefinitionsResponse, ListDeviceDefinitionsError>;
fn list_function_definition_versions(
        &self,
        input: ListFunctionDefinitionVersionsRequest
    ) -> RusotoFuture<ListFunctionDefinitionVersionsResponse, ListFunctionDefinitionVersionsError>;
fn list_function_definitions(
        &self,
        input: ListFunctionDefinitionsRequest
    ) -> RusotoFuture<ListFunctionDefinitionsResponse, ListFunctionDefinitionsError>;
fn list_group_certificate_authorities(
        &self,
        input: ListGroupCertificateAuthoritiesRequest
    ) -> RusotoFuture<ListGroupCertificateAuthoritiesResponse, ListGroupCertificateAuthoritiesError>;
fn list_group_versions(
        &self,
        input: ListGroupVersionsRequest
    ) -> RusotoFuture<ListGroupVersionsResponse, ListGroupVersionsError>;
fn list_groups(
        &self,
        input: ListGroupsRequest
    ) -> RusotoFuture<ListGroupsResponse, ListGroupsError>;
fn list_logger_definition_versions(
        &self,
        input: ListLoggerDefinitionVersionsRequest
    ) -> RusotoFuture<ListLoggerDefinitionVersionsResponse, ListLoggerDefinitionVersionsError>;
fn list_logger_definitions(
        &self,
        input: ListLoggerDefinitionsRequest
    ) -> RusotoFuture<ListLoggerDefinitionsResponse, ListLoggerDefinitionsError>;
fn list_resource_definition_versions(
        &self,
        input: ListResourceDefinitionVersionsRequest
    ) -> RusotoFuture<ListResourceDefinitionVersionsResponse, ListResourceDefinitionVersionsError>;
fn list_resource_definitions(
        &self,
        input: ListResourceDefinitionsRequest
    ) -> RusotoFuture<ListResourceDefinitionsResponse, ListResourceDefinitionsError>;
fn list_subscription_definition_versions(
        &self,
        input: ListSubscriptionDefinitionVersionsRequest
    ) -> RusotoFuture<ListSubscriptionDefinitionVersionsResponse, ListSubscriptionDefinitionVersionsError>;
fn list_subscription_definitions(
        &self,
        input: ListSubscriptionDefinitionsRequest
    ) -> RusotoFuture<ListSubscriptionDefinitionsResponse, ListSubscriptionDefinitionsError>;
fn reset_deployments(
        &self,
        input: ResetDeploymentsRequest
    ) -> RusotoFuture<ResetDeploymentsResponse, ResetDeploymentsError>;
fn start_bulk_deployment(
        &self,
        input: StartBulkDeploymentRequest
    ) -> RusotoFuture<StartBulkDeploymentResponse, StartBulkDeploymentError>;
fn stop_bulk_deployment(
        &self,
        input: StopBulkDeploymentRequest
    ) -> RusotoFuture<StopBulkDeploymentResponse, StopBulkDeploymentError>;
fn update_connectivity_info(
        &self,
        input: UpdateConnectivityInfoRequest
    ) -> RusotoFuture<UpdateConnectivityInfoResponse, UpdateConnectivityInfoError>;
fn update_connector_definition(
        &self,
        input: UpdateConnectorDefinitionRequest
    ) -> RusotoFuture<UpdateConnectorDefinitionResponse, UpdateConnectorDefinitionError>;
fn update_core_definition(
        &self,
        input: UpdateCoreDefinitionRequest
    ) -> RusotoFuture<UpdateCoreDefinitionResponse, UpdateCoreDefinitionError>;
fn update_device_definition(
        &self,
        input: UpdateDeviceDefinitionRequest
    ) -> RusotoFuture<UpdateDeviceDefinitionResponse, UpdateDeviceDefinitionError>;
fn update_function_definition(
        &self,
        input: UpdateFunctionDefinitionRequest
    ) -> RusotoFuture<UpdateFunctionDefinitionResponse, UpdateFunctionDefinitionError>;
fn update_group(
        &self,
        input: UpdateGroupRequest
    ) -> RusotoFuture<UpdateGroupResponse, UpdateGroupError>;
fn update_group_certificate_configuration(
        &self,
        input: UpdateGroupCertificateConfigurationRequest
    ) -> RusotoFuture<UpdateGroupCertificateConfigurationResponse, UpdateGroupCertificateConfigurationError>;
fn update_logger_definition(
        &self,
        input: UpdateLoggerDefinitionRequest
    ) -> RusotoFuture<UpdateLoggerDefinitionResponse, UpdateLoggerDefinitionError>;
fn update_resource_definition(
        &self,
        input: UpdateResourceDefinitionRequest
    ) -> RusotoFuture<UpdateResourceDefinitionResponse, UpdateResourceDefinitionError>;
fn update_subscription_definition(
        &self,
        input: UpdateSubscriptionDefinitionRequest
    ) -> RusotoFuture<UpdateSubscriptionDefinitionResponse, UpdateSubscriptionDefinitionError>; }

Trait representing the capabilities of the AWS Greengrass API. AWS Greengrass clients implement this trait.

Required methods

fn associate_role_to_group(
    &self,
    input: AssociateRoleToGroupRequest
) -> RusotoFuture<AssociateRoleToGroupResponse, AssociateRoleToGroupError>

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.

fn associate_service_role_to_account(
    &self,
    input: AssociateServiceRoleToAccountRequest
) -> RusotoFuture<AssociateServiceRoleToAccountResponse, AssociateServiceRoleToAccountError>

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

fn create_connector_definition(
    &self,
    input: CreateConnectorDefinitionRequest
) -> RusotoFuture<CreateConnectorDefinitionResponse, CreateConnectorDefinitionError>

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

fn create_connector_definition_version(
    &self,
    input: CreateConnectorDefinitionVersionRequest
) -> RusotoFuture<CreateConnectorDefinitionVersionResponse, CreateConnectorDefinitionVersionError>

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

fn create_core_definition(
    &self,
    input: CreateCoreDefinitionRequest
) -> RusotoFuture<CreateCoreDefinitionResponse, CreateCoreDefinitionError>

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.

fn create_core_definition_version(
    &self,
    input: CreateCoreDefinitionVersionRequest
) -> RusotoFuture<CreateCoreDefinitionVersionResponse, CreateCoreDefinitionVersionError>

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

fn create_deployment(
    &self,
    input: CreateDeploymentRequest
) -> RusotoFuture<CreateDeploymentResponse, CreateDeploymentError>

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

fn create_device_definition(
    &self,
    input: CreateDeviceDefinitionRequest
) -> RusotoFuture<CreateDeviceDefinitionResponse, CreateDeviceDefinitionError>

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

fn create_device_definition_version(
    &self,
    input: CreateDeviceDefinitionVersionRequest
) -> RusotoFuture<CreateDeviceDefinitionVersionResponse, CreateDeviceDefinitionVersionError>

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

fn create_function_definition(
    &self,
    input: CreateFunctionDefinitionRequest
) -> RusotoFuture<CreateFunctionDefinitionResponse, CreateFunctionDefinitionError>

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.

fn create_function_definition_version(
    &self,
    input: CreateFunctionDefinitionVersionRequest
) -> RusotoFuture<CreateFunctionDefinitionVersionResponse, CreateFunctionDefinitionVersionError>

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

fn create_group(
    &self,
    input: CreateGroupRequest
) -> RusotoFuture<CreateGroupResponse, CreateGroupError>

Creates a group. You may provide the initial version of the group or use ''CreateGroupVersion'' at a later time. Tip: You can use the ''gggroupsetup'' package (https://github.com/awslabs/aws-greengrass-group-setup) as a library or command-line application to create and deploy Greengrass groups.

fn create_group_certificate_authority(
    &self,
    input: CreateGroupCertificateAuthorityRequest
) -> RusotoFuture<CreateGroupCertificateAuthorityResponse, CreateGroupCertificateAuthorityError>

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

fn create_group_version(
    &self,
    input: CreateGroupVersionRequest
) -> RusotoFuture<CreateGroupVersionResponse, CreateGroupVersionError>

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

fn create_logger_definition(
    &self,
    input: CreateLoggerDefinitionRequest
) -> RusotoFuture<CreateLoggerDefinitionResponse, CreateLoggerDefinitionError>

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

fn create_logger_definition_version(
    &self,
    input: CreateLoggerDefinitionVersionRequest
) -> RusotoFuture<CreateLoggerDefinitionVersionResponse, CreateLoggerDefinitionVersionError>

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

fn create_resource_definition(
    &self,
    input: CreateResourceDefinitionRequest
) -> RusotoFuture<CreateResourceDefinitionResponse, CreateResourceDefinitionError>

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.

fn create_resource_definition_version(
    &self,
    input: CreateResourceDefinitionVersionRequest
) -> RusotoFuture<CreateResourceDefinitionVersionResponse, CreateResourceDefinitionVersionError>

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

fn create_software_update_job(
    &self,
    input: CreateSoftwareUpdateJobRequest
) -> RusotoFuture<CreateSoftwareUpdateJobResponse, CreateSoftwareUpdateJobError>

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.

fn create_subscription_definition(
    &self,
    input: CreateSubscriptionDefinitionRequest
) -> RusotoFuture<CreateSubscriptionDefinitionResponse, CreateSubscriptionDefinitionError>

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

fn create_subscription_definition_version(
    &self,
    input: CreateSubscriptionDefinitionVersionRequest
) -> RusotoFuture<CreateSubscriptionDefinitionVersionResponse, CreateSubscriptionDefinitionVersionError>

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

fn delete_connector_definition(
    &self,
    input: DeleteConnectorDefinitionRequest
) -> RusotoFuture<DeleteConnectorDefinitionResponse, DeleteConnectorDefinitionError>

Deletes a connector definition.

fn delete_core_definition(
    &self,
    input: DeleteCoreDefinitionRequest
) -> RusotoFuture<DeleteCoreDefinitionResponse, DeleteCoreDefinitionError>

Deletes a core definition.

fn delete_device_definition(
    &self,
    input: DeleteDeviceDefinitionRequest
) -> RusotoFuture<DeleteDeviceDefinitionResponse, DeleteDeviceDefinitionError>

Deletes a device definition.

fn delete_function_definition(
    &self,
    input: DeleteFunctionDefinitionRequest
) -> RusotoFuture<DeleteFunctionDefinitionResponse, DeleteFunctionDefinitionError>

Deletes a Lambda function definition.

fn delete_group(
    &self,
    input: DeleteGroupRequest
) -> RusotoFuture<DeleteGroupResponse, DeleteGroupError>

Deletes a group.

fn delete_logger_definition(
    &self,
    input: DeleteLoggerDefinitionRequest
) -> RusotoFuture<DeleteLoggerDefinitionResponse, DeleteLoggerDefinitionError>

Deletes a logger definition.

fn delete_resource_definition(
    &self,
    input: DeleteResourceDefinitionRequest
) -> RusotoFuture<DeleteResourceDefinitionResponse, DeleteResourceDefinitionError>

Deletes a resource definition.

fn delete_subscription_definition(
    &self,
    input: DeleteSubscriptionDefinitionRequest
) -> RusotoFuture<DeleteSubscriptionDefinitionResponse, DeleteSubscriptionDefinitionError>

Deletes a subscription definition.

fn disassociate_role_from_group(
    &self,
    input: DisassociateRoleFromGroupRequest
) -> RusotoFuture<DisassociateRoleFromGroupResponse, DisassociateRoleFromGroupError>

Disassociates the role from a group.

fn disassociate_service_role_from_account(
    &self
) -> RusotoFuture<DisassociateServiceRoleFromAccountResponse, DisassociateServiceRoleFromAccountError>

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

fn get_associated_role(
    &self,
    input: GetAssociatedRoleRequest
) -> RusotoFuture<GetAssociatedRoleResponse, GetAssociatedRoleError>

Retrieves the role associated with a particular group.

fn get_bulk_deployment_status(
    &self,
    input: GetBulkDeploymentStatusRequest
) -> RusotoFuture<GetBulkDeploymentStatusResponse, GetBulkDeploymentStatusError>

Returns the status of a bulk deployment.

fn get_connectivity_info(
    &self,
    input: GetConnectivityInfoRequest
) -> RusotoFuture<GetConnectivityInfoResponse, GetConnectivityInfoError>

Retrieves the connectivity information for a core.

fn get_connector_definition(
    &self,
    input: GetConnectorDefinitionRequest
) -> RusotoFuture<GetConnectorDefinitionResponse, GetConnectorDefinitionError>

Retrieves information about a connector definition.

fn get_connector_definition_version(
    &self,
    input: GetConnectorDefinitionVersionRequest
) -> RusotoFuture<GetConnectorDefinitionVersionResponse, GetConnectorDefinitionVersionError>

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.

fn get_core_definition(
    &self,
    input: GetCoreDefinitionRequest
) -> RusotoFuture<GetCoreDefinitionResponse, GetCoreDefinitionError>

Retrieves information about a core definition version.

fn get_core_definition_version(
    &self,
    input: GetCoreDefinitionVersionRequest
) -> RusotoFuture<GetCoreDefinitionVersionResponse, GetCoreDefinitionVersionError>

Retrieves information about a core definition version.

fn get_deployment_status(
    &self,
    input: GetDeploymentStatusRequest
) -> RusotoFuture<GetDeploymentStatusResponse, GetDeploymentStatusError>

Returns the status of a deployment.

fn get_device_definition(
    &self,
    input: GetDeviceDefinitionRequest
) -> RusotoFuture<GetDeviceDefinitionResponse, GetDeviceDefinitionError>

Retrieves information about a device definition.

fn get_device_definition_version(
    &self,
    input: GetDeviceDefinitionVersionRequest
) -> RusotoFuture<GetDeviceDefinitionVersionResponse, GetDeviceDefinitionVersionError>

Retrieves information about a device definition version.

fn get_function_definition(
    &self,
    input: GetFunctionDefinitionRequest
) -> RusotoFuture<GetFunctionDefinitionResponse, GetFunctionDefinitionError>

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

fn get_function_definition_version(
    &self,
    input: GetFunctionDefinitionVersionRequest
) -> RusotoFuture<GetFunctionDefinitionVersionResponse, GetFunctionDefinitionVersionError>

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

fn get_group(
    &self,
    input: GetGroupRequest
) -> RusotoFuture<GetGroupResponse, GetGroupError>

Retrieves information about a group.

fn get_group_certificate_authority(
    &self,
    input: GetGroupCertificateAuthorityRequest
) -> RusotoFuture<GetGroupCertificateAuthorityResponse, GetGroupCertificateAuthorityError>

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

fn get_group_certificate_configuration(
    &self,
    input: GetGroupCertificateConfigurationRequest
) -> RusotoFuture<GetGroupCertificateConfigurationResponse, GetGroupCertificateConfigurationError>

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

fn get_group_version(
    &self,
    input: GetGroupVersionRequest
) -> RusotoFuture<GetGroupVersionResponse, GetGroupVersionError>

Retrieves information about a group version.

fn get_logger_definition(
    &self,
    input: GetLoggerDefinitionRequest
) -> RusotoFuture<GetLoggerDefinitionResponse, GetLoggerDefinitionError>

Retrieves information about a logger definition.

fn get_logger_definition_version(
    &self,
    input: GetLoggerDefinitionVersionRequest
) -> RusotoFuture<GetLoggerDefinitionVersionResponse, GetLoggerDefinitionVersionError>

Retrieves information about a logger definition version.

fn get_resource_definition(
    &self,
    input: GetResourceDefinitionRequest
) -> RusotoFuture<GetResourceDefinitionResponse, GetResourceDefinitionError>

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

fn get_resource_definition_version(
    &self,
    input: GetResourceDefinitionVersionRequest
) -> RusotoFuture<GetResourceDefinitionVersionResponse, GetResourceDefinitionVersionError>

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

fn get_service_role_for_account(
    &self
) -> RusotoFuture<GetServiceRoleForAccountResponse, GetServiceRoleForAccountError>

Retrieves the service role that is attached to your account.

fn get_subscription_definition(
    &self,
    input: GetSubscriptionDefinitionRequest
) -> RusotoFuture<GetSubscriptionDefinitionResponse, GetSubscriptionDefinitionError>

Retrieves information about a subscription definition.

fn get_subscription_definition_version(
    &self,
    input: GetSubscriptionDefinitionVersionRequest
) -> RusotoFuture<GetSubscriptionDefinitionVersionResponse, GetSubscriptionDefinitionVersionError>

Retrieves information about a subscription definition version.

fn list_bulk_deployment_detailed_reports(
    &self,
    input: ListBulkDeploymentDetailedReportsRequest
) -> RusotoFuture<ListBulkDeploymentDetailedReportsResponse, ListBulkDeploymentDetailedReportsError>

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

fn list_bulk_deployments(
    &self,
    input: ListBulkDeploymentsRequest
) -> RusotoFuture<ListBulkDeploymentsResponse, ListBulkDeploymentsError>

Returns a list of bulk deployments.

fn list_connector_definition_versions(
    &self,
    input: ListConnectorDefinitionVersionsRequest
) -> RusotoFuture<ListConnectorDefinitionVersionsResponse, ListConnectorDefinitionVersionsError>

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.

fn list_connector_definitions(
    &self,
    input: ListConnectorDefinitionsRequest
) -> RusotoFuture<ListConnectorDefinitionsResponse, ListConnectorDefinitionsError>

Retrieves a list of connector definitions.

fn list_core_definition_versions(
    &self,
    input: ListCoreDefinitionVersionsRequest
) -> RusotoFuture<ListCoreDefinitionVersionsResponse, ListCoreDefinitionVersionsError>

Lists the versions of a core definition.

fn list_core_definitions(
    &self,
    input: ListCoreDefinitionsRequest
) -> RusotoFuture<ListCoreDefinitionsResponse, ListCoreDefinitionsError>

Retrieves a list of core definitions.

fn list_deployments(
    &self,
    input: ListDeploymentsRequest
) -> RusotoFuture<ListDeploymentsResponse, ListDeploymentsError>

Returns a history of deployments for the group.

fn list_device_definition_versions(
    &self,
    input: ListDeviceDefinitionVersionsRequest
) -> RusotoFuture<ListDeviceDefinitionVersionsResponse, ListDeviceDefinitionVersionsError>

Lists the versions of a device definition.

fn list_device_definitions(
    &self,
    input: ListDeviceDefinitionsRequest
) -> RusotoFuture<ListDeviceDefinitionsResponse, ListDeviceDefinitionsError>

Retrieves a list of device definitions.

fn list_function_definition_versions(
    &self,
    input: ListFunctionDefinitionVersionsRequest
) -> RusotoFuture<ListFunctionDefinitionVersionsResponse, ListFunctionDefinitionVersionsError>

Lists the versions of a Lambda function definition.

fn list_function_definitions(
    &self,
    input: ListFunctionDefinitionsRequest
) -> RusotoFuture<ListFunctionDefinitionsResponse, ListFunctionDefinitionsError>

Retrieves a list of Lambda function definitions.

fn list_group_certificate_authorities(
    &self,
    input: ListGroupCertificateAuthoritiesRequest
) -> RusotoFuture<ListGroupCertificateAuthoritiesResponse, ListGroupCertificateAuthoritiesError>

Retrieves the current CAs for a group.

fn list_group_versions(
    &self,
    input: ListGroupVersionsRequest
) -> RusotoFuture<ListGroupVersionsResponse, ListGroupVersionsError>

Lists the versions of a group.

fn list_groups(
    &self,
    input: ListGroupsRequest
) -> RusotoFuture<ListGroupsResponse, ListGroupsError>

Retrieves a list of groups.

fn list_logger_definition_versions(
    &self,
    input: ListLoggerDefinitionVersionsRequest
) -> RusotoFuture<ListLoggerDefinitionVersionsResponse, ListLoggerDefinitionVersionsError>

Lists the versions of a logger definition.

fn list_logger_definitions(
    &self,
    input: ListLoggerDefinitionsRequest
) -> RusotoFuture<ListLoggerDefinitionsResponse, ListLoggerDefinitionsError>

Retrieves a list of logger definitions.

fn list_resource_definition_versions(
    &self,
    input: ListResourceDefinitionVersionsRequest
) -> RusotoFuture<ListResourceDefinitionVersionsResponse, ListResourceDefinitionVersionsError>

Lists the versions of a resource definition.

fn list_resource_definitions(
    &self,
    input: ListResourceDefinitionsRequest
) -> RusotoFuture<ListResourceDefinitionsResponse, ListResourceDefinitionsError>

Retrieves a list of resource definitions.

fn list_subscription_definition_versions(
    &self,
    input: ListSubscriptionDefinitionVersionsRequest
) -> RusotoFuture<ListSubscriptionDefinitionVersionsResponse, ListSubscriptionDefinitionVersionsError>

Lists the versions of a subscription definition.

fn list_subscription_definitions(
    &self,
    input: ListSubscriptionDefinitionsRequest
) -> RusotoFuture<ListSubscriptionDefinitionsResponse, ListSubscriptionDefinitionsError>

Retrieves a list of subscription definitions.

fn reset_deployments(
    &self,
    input: ResetDeploymentsRequest
) -> RusotoFuture<ResetDeploymentsResponse, ResetDeploymentsError>

Resets a group's deployments.

fn start_bulk_deployment(
    &self,
    input: StartBulkDeploymentRequest
) -> RusotoFuture<StartBulkDeploymentResponse, StartBulkDeploymentError>

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.

fn stop_bulk_deployment(
    &self,
    input: StopBulkDeploymentRequest
) -> RusotoFuture<StopBulkDeploymentResponse, StopBulkDeploymentError>

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.

fn update_connectivity_info(
    &self,
    input: UpdateConnectivityInfoRequest
) -> RusotoFuture<UpdateConnectivityInfoResponse, UpdateConnectivityInfoError>

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.

fn update_connector_definition(
    &self,
    input: UpdateConnectorDefinitionRequest
) -> RusotoFuture<UpdateConnectorDefinitionResponse, UpdateConnectorDefinitionError>

Updates a connector definition.

fn update_core_definition(
    &self,
    input: UpdateCoreDefinitionRequest
) -> RusotoFuture<UpdateCoreDefinitionResponse, UpdateCoreDefinitionError>

Updates a core definition.

fn update_device_definition(
    &self,
    input: UpdateDeviceDefinitionRequest
) -> RusotoFuture<UpdateDeviceDefinitionResponse, UpdateDeviceDefinitionError>

Updates a device definition.

fn update_function_definition(
    &self,
    input: UpdateFunctionDefinitionRequest
) -> RusotoFuture<UpdateFunctionDefinitionResponse, UpdateFunctionDefinitionError>

Updates a Lambda function definition.

fn update_group(
    &self,
    input: UpdateGroupRequest
) -> RusotoFuture<UpdateGroupResponse, UpdateGroupError>

Updates a group.

fn update_group_certificate_configuration(
    &self,
    input: UpdateGroupCertificateConfigurationRequest
) -> RusotoFuture<UpdateGroupCertificateConfigurationResponse, UpdateGroupCertificateConfigurationError>

Updates the Certificate expiry time for a group.

fn update_logger_definition(
    &self,
    input: UpdateLoggerDefinitionRequest
) -> RusotoFuture<UpdateLoggerDefinitionResponse, UpdateLoggerDefinitionError>

Updates a logger definition.

fn update_resource_definition(
    &self,
    input: UpdateResourceDefinitionRequest
) -> RusotoFuture<UpdateResourceDefinitionResponse, UpdateResourceDefinitionError>

Updates a resource definition.

fn update_subscription_definition(
    &self,
    input: UpdateSubscriptionDefinitionRequest
) -> RusotoFuture<UpdateSubscriptionDefinitionResponse, UpdateSubscriptionDefinitionError>

Updates a subscription definition.

Loading content...

Implementors

impl GreenGrass for GreenGrassClient[src]

fn associate_role_to_group(
    &self,
    input: AssociateRoleToGroupRequest
) -> RusotoFuture<AssociateRoleToGroupResponse, AssociateRoleToGroupError>
[src]

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.

fn associate_service_role_to_account(
    &self,
    input: AssociateServiceRoleToAccountRequest
) -> RusotoFuture<AssociateServiceRoleToAccountResponse, AssociateServiceRoleToAccountError>
[src]

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

fn create_connector_definition(
    &self,
    input: CreateConnectorDefinitionRequest
) -> RusotoFuture<CreateConnectorDefinitionResponse, CreateConnectorDefinitionError>
[src]

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

fn create_connector_definition_version(
    &self,
    input: CreateConnectorDefinitionVersionRequest
) -> RusotoFuture<CreateConnectorDefinitionVersionResponse, CreateConnectorDefinitionVersionError>
[src]

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

fn create_core_definition(
    &self,
    input: CreateCoreDefinitionRequest
) -> RusotoFuture<CreateCoreDefinitionResponse, CreateCoreDefinitionError>
[src]

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.

fn create_core_definition_version(
    &self,
    input: CreateCoreDefinitionVersionRequest
) -> RusotoFuture<CreateCoreDefinitionVersionResponse, CreateCoreDefinitionVersionError>
[src]

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

fn create_deployment(
    &self,
    input: CreateDeploymentRequest
) -> RusotoFuture<CreateDeploymentResponse, CreateDeploymentError>
[src]

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

fn create_device_definition(
    &self,
    input: CreateDeviceDefinitionRequest
) -> RusotoFuture<CreateDeviceDefinitionResponse, CreateDeviceDefinitionError>
[src]

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

fn create_device_definition_version(
    &self,
    input: CreateDeviceDefinitionVersionRequest
) -> RusotoFuture<CreateDeviceDefinitionVersionResponse, CreateDeviceDefinitionVersionError>
[src]

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

fn create_function_definition(
    &self,
    input: CreateFunctionDefinitionRequest
) -> RusotoFuture<CreateFunctionDefinitionResponse, CreateFunctionDefinitionError>
[src]

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.

fn create_function_definition_version(
    &self,
    input: CreateFunctionDefinitionVersionRequest
) -> RusotoFuture<CreateFunctionDefinitionVersionResponse, CreateFunctionDefinitionVersionError>
[src]

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

fn create_group(
    &self,
    input: CreateGroupRequest
) -> RusotoFuture<CreateGroupResponse, CreateGroupError>
[src]

Creates a group. You may provide the initial version of the group or use ''CreateGroupVersion'' at a later time. Tip: You can use the ''gggroupsetup'' package (https://github.com/awslabs/aws-greengrass-group-setup) as a library or command-line application to create and deploy Greengrass groups.

fn create_group_certificate_authority(
    &self,
    input: CreateGroupCertificateAuthorityRequest
) -> RusotoFuture<CreateGroupCertificateAuthorityResponse, CreateGroupCertificateAuthorityError>
[src]

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

fn create_group_version(
    &self,
    input: CreateGroupVersionRequest
) -> RusotoFuture<CreateGroupVersionResponse, CreateGroupVersionError>
[src]

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

fn create_logger_definition(
    &self,
    input: CreateLoggerDefinitionRequest
) -> RusotoFuture<CreateLoggerDefinitionResponse, CreateLoggerDefinitionError>
[src]

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

fn create_logger_definition_version(
    &self,
    input: CreateLoggerDefinitionVersionRequest
) -> RusotoFuture<CreateLoggerDefinitionVersionResponse, CreateLoggerDefinitionVersionError>
[src]

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

fn create_resource_definition(
    &self,
    input: CreateResourceDefinitionRequest
) -> RusotoFuture<CreateResourceDefinitionResponse, CreateResourceDefinitionError>
[src]

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.

fn create_resource_definition_version(
    &self,
    input: CreateResourceDefinitionVersionRequest
) -> RusotoFuture<CreateResourceDefinitionVersionResponse, CreateResourceDefinitionVersionError>
[src]

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

fn create_software_update_job(
    &self,
    input: CreateSoftwareUpdateJobRequest
) -> RusotoFuture<CreateSoftwareUpdateJobResponse, CreateSoftwareUpdateJobError>
[src]

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.

fn create_subscription_definition(
    &self,
    input: CreateSubscriptionDefinitionRequest
) -> RusotoFuture<CreateSubscriptionDefinitionResponse, CreateSubscriptionDefinitionError>
[src]

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

fn create_subscription_definition_version(
    &self,
    input: CreateSubscriptionDefinitionVersionRequest
) -> RusotoFuture<CreateSubscriptionDefinitionVersionResponse, CreateSubscriptionDefinitionVersionError>
[src]

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

fn delete_connector_definition(
    &self,
    input: DeleteConnectorDefinitionRequest
) -> RusotoFuture<DeleteConnectorDefinitionResponse, DeleteConnectorDefinitionError>
[src]

Deletes a connector definition.

fn delete_core_definition(
    &self,
    input: DeleteCoreDefinitionRequest
) -> RusotoFuture<DeleteCoreDefinitionResponse, DeleteCoreDefinitionError>
[src]

Deletes a core definition.

fn delete_device_definition(
    &self,
    input: DeleteDeviceDefinitionRequest
) -> RusotoFuture<DeleteDeviceDefinitionResponse, DeleteDeviceDefinitionError>
[src]

Deletes a device definition.

fn delete_function_definition(
    &self,
    input: DeleteFunctionDefinitionRequest
) -> RusotoFuture<DeleteFunctionDefinitionResponse, DeleteFunctionDefinitionError>
[src]

Deletes a Lambda function definition.

fn delete_group(
    &self,
    input: DeleteGroupRequest
) -> RusotoFuture<DeleteGroupResponse, DeleteGroupError>
[src]

Deletes a group.

fn delete_logger_definition(
    &self,
    input: DeleteLoggerDefinitionRequest
) -> RusotoFuture<DeleteLoggerDefinitionResponse, DeleteLoggerDefinitionError>
[src]

Deletes a logger definition.

fn delete_resource_definition(
    &self,
    input: DeleteResourceDefinitionRequest
) -> RusotoFuture<DeleteResourceDefinitionResponse, DeleteResourceDefinitionError>
[src]

Deletes a resource definition.

fn delete_subscription_definition(
    &self,
    input: DeleteSubscriptionDefinitionRequest
) -> RusotoFuture<DeleteSubscriptionDefinitionResponse, DeleteSubscriptionDefinitionError>
[src]

Deletes a subscription definition.

fn disassociate_role_from_group(
    &self,
    input: DisassociateRoleFromGroupRequest
) -> RusotoFuture<DisassociateRoleFromGroupResponse, DisassociateRoleFromGroupError>
[src]

Disassociates the role from a group.

fn disassociate_service_role_from_account(
    &self
) -> RusotoFuture<DisassociateServiceRoleFromAccountResponse, DisassociateServiceRoleFromAccountError>
[src]

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

fn get_associated_role(
    &self,
    input: GetAssociatedRoleRequest
) -> RusotoFuture<GetAssociatedRoleResponse, GetAssociatedRoleError>
[src]

Retrieves the role associated with a particular group.

fn get_bulk_deployment_status(
    &self,
    input: GetBulkDeploymentStatusRequest
) -> RusotoFuture<GetBulkDeploymentStatusResponse, GetBulkDeploymentStatusError>
[src]

Returns the status of a bulk deployment.

fn get_connectivity_info(
    &self,
    input: GetConnectivityInfoRequest
) -> RusotoFuture<GetConnectivityInfoResponse, GetConnectivityInfoError>
[src]

Retrieves the connectivity information for a core.

fn get_connector_definition(
    &self,
    input: GetConnectorDefinitionRequest
) -> RusotoFuture<GetConnectorDefinitionResponse, GetConnectorDefinitionError>
[src]

Retrieves information about a connector definition.

fn get_connector_definition_version(
    &self,
    input: GetConnectorDefinitionVersionRequest
) -> RusotoFuture<GetConnectorDefinitionVersionResponse, GetConnectorDefinitionVersionError>
[src]

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.

fn get_core_definition(
    &self,
    input: GetCoreDefinitionRequest
) -> RusotoFuture<GetCoreDefinitionResponse, GetCoreDefinitionError>
[src]

Retrieves information about a core definition version.

fn get_core_definition_version(
    &self,
    input: GetCoreDefinitionVersionRequest
) -> RusotoFuture<GetCoreDefinitionVersionResponse, GetCoreDefinitionVersionError>
[src]

Retrieves information about a core definition version.

fn get_deployment_status(
    &self,
    input: GetDeploymentStatusRequest
) -> RusotoFuture<GetDeploymentStatusResponse, GetDeploymentStatusError>
[src]

Returns the status of a deployment.

fn get_device_definition(
    &self,
    input: GetDeviceDefinitionRequest
) -> RusotoFuture<GetDeviceDefinitionResponse, GetDeviceDefinitionError>
[src]

Retrieves information about a device definition.

fn get_device_definition_version(
    &self,
    input: GetDeviceDefinitionVersionRequest
) -> RusotoFuture<GetDeviceDefinitionVersionResponse, GetDeviceDefinitionVersionError>
[src]

Retrieves information about a device definition version.

fn get_function_definition(
    &self,
    input: GetFunctionDefinitionRequest
) -> RusotoFuture<GetFunctionDefinitionResponse, GetFunctionDefinitionError>
[src]

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

fn get_function_definition_version(
    &self,
    input: GetFunctionDefinitionVersionRequest
) -> RusotoFuture<GetFunctionDefinitionVersionResponse, GetFunctionDefinitionVersionError>
[src]

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

fn get_group(
    &self,
    input: GetGroupRequest
) -> RusotoFuture<GetGroupResponse, GetGroupError>
[src]

Retrieves information about a group.

fn get_group_certificate_authority(
    &self,
    input: GetGroupCertificateAuthorityRequest
) -> RusotoFuture<GetGroupCertificateAuthorityResponse, GetGroupCertificateAuthorityError>
[src]

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

fn get_group_certificate_configuration(
    &self,
    input: GetGroupCertificateConfigurationRequest
) -> RusotoFuture<GetGroupCertificateConfigurationResponse, GetGroupCertificateConfigurationError>
[src]

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

fn get_group_version(
    &self,
    input: GetGroupVersionRequest
) -> RusotoFuture<GetGroupVersionResponse, GetGroupVersionError>
[src]

Retrieves information about a group version.

fn get_logger_definition(
    &self,
    input: GetLoggerDefinitionRequest
) -> RusotoFuture<GetLoggerDefinitionResponse, GetLoggerDefinitionError>
[src]

Retrieves information about a logger definition.

fn get_logger_definition_version(
    &self,
    input: GetLoggerDefinitionVersionRequest
) -> RusotoFuture<GetLoggerDefinitionVersionResponse, GetLoggerDefinitionVersionError>
[src]

Retrieves information about a logger definition version.

fn get_resource_definition(
    &self,
    input: GetResourceDefinitionRequest
) -> RusotoFuture<GetResourceDefinitionResponse, GetResourceDefinitionError>
[src]

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

fn get_resource_definition_version(
    &self,
    input: GetResourceDefinitionVersionRequest
) -> RusotoFuture<GetResourceDefinitionVersionResponse, GetResourceDefinitionVersionError>
[src]

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

fn get_service_role_for_account(
    &self
) -> RusotoFuture<GetServiceRoleForAccountResponse, GetServiceRoleForAccountError>
[src]

Retrieves the service role that is attached to your account.

fn get_subscription_definition(
    &self,
    input: GetSubscriptionDefinitionRequest
) -> RusotoFuture<GetSubscriptionDefinitionResponse, GetSubscriptionDefinitionError>
[src]

Retrieves information about a subscription definition.

fn get_subscription_definition_version(
    &self,
    input: GetSubscriptionDefinitionVersionRequest
) -> RusotoFuture<GetSubscriptionDefinitionVersionResponse, GetSubscriptionDefinitionVersionError>
[src]

Retrieves information about a subscription definition version.

fn list_bulk_deployment_detailed_reports(
    &self,
    input: ListBulkDeploymentDetailedReportsRequest
) -> RusotoFuture<ListBulkDeploymentDetailedReportsResponse, ListBulkDeploymentDetailedReportsError>
[src]

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

fn list_bulk_deployments(
    &self,
    input: ListBulkDeploymentsRequest
) -> RusotoFuture<ListBulkDeploymentsResponse, ListBulkDeploymentsError>
[src]

Returns a list of bulk deployments.

fn list_connector_definition_versions(
    &self,
    input: ListConnectorDefinitionVersionsRequest
) -> RusotoFuture<ListConnectorDefinitionVersionsResponse, ListConnectorDefinitionVersionsError>
[src]

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.

fn list_connector_definitions(
    &self,
    input: ListConnectorDefinitionsRequest
) -> RusotoFuture<ListConnectorDefinitionsResponse, ListConnectorDefinitionsError>
[src]

Retrieves a list of connector definitions.

fn list_core_definition_versions(
    &self,
    input: ListCoreDefinitionVersionsRequest
) -> RusotoFuture<ListCoreDefinitionVersionsResponse, ListCoreDefinitionVersionsError>
[src]

Lists the versions of a core definition.

fn list_core_definitions(
    &self,
    input: ListCoreDefinitionsRequest
) -> RusotoFuture<ListCoreDefinitionsResponse, ListCoreDefinitionsError>
[src]

Retrieves a list of core definitions.

fn list_deployments(
    &self,
    input: ListDeploymentsRequest
) -> RusotoFuture<ListDeploymentsResponse, ListDeploymentsError>
[src]

Returns a history of deployments for the group.

fn list_device_definition_versions(
    &self,
    input: ListDeviceDefinitionVersionsRequest
) -> RusotoFuture<ListDeviceDefinitionVersionsResponse, ListDeviceDefinitionVersionsError>
[src]

Lists the versions of a device definition.

fn list_device_definitions(
    &self,
    input: ListDeviceDefinitionsRequest
) -> RusotoFuture<ListDeviceDefinitionsResponse, ListDeviceDefinitionsError>
[src]

Retrieves a list of device definitions.

fn list_function_definition_versions(
    &self,
    input: ListFunctionDefinitionVersionsRequest
) -> RusotoFuture<ListFunctionDefinitionVersionsResponse, ListFunctionDefinitionVersionsError>
[src]

Lists the versions of a Lambda function definition.

fn list_function_definitions(
    &self,
    input: ListFunctionDefinitionsRequest
) -> RusotoFuture<ListFunctionDefinitionsResponse, ListFunctionDefinitionsError>
[src]

Retrieves a list of Lambda function definitions.

fn list_group_certificate_authorities(
    &self,
    input: ListGroupCertificateAuthoritiesRequest
) -> RusotoFuture<ListGroupCertificateAuthoritiesResponse, ListGroupCertificateAuthoritiesError>
[src]

Retrieves the current CAs for a group.

fn list_group_versions(
    &self,
    input: ListGroupVersionsRequest
) -> RusotoFuture<ListGroupVersionsResponse, ListGroupVersionsError>
[src]

Lists the versions of a group.

fn list_groups(
    &self,
    input: ListGroupsRequest
) -> RusotoFuture<ListGroupsResponse, ListGroupsError>
[src]

Retrieves a list of groups.

fn list_logger_definition_versions(
    &self,
    input: ListLoggerDefinitionVersionsRequest
) -> RusotoFuture<ListLoggerDefinitionVersionsResponse, ListLoggerDefinitionVersionsError>
[src]

Lists the versions of a logger definition.

fn list_logger_definitions(
    &self,
    input: ListLoggerDefinitionsRequest
) -> RusotoFuture<ListLoggerDefinitionsResponse, ListLoggerDefinitionsError>
[src]

Retrieves a list of logger definitions.

fn list_resource_definition_versions(
    &self,
    input: ListResourceDefinitionVersionsRequest
) -> RusotoFuture<ListResourceDefinitionVersionsResponse, ListResourceDefinitionVersionsError>
[src]

Lists the versions of a resource definition.

fn list_resource_definitions(
    &self,
    input: ListResourceDefinitionsRequest
) -> RusotoFuture<ListResourceDefinitionsResponse, ListResourceDefinitionsError>
[src]

Retrieves a list of resource definitions.

fn list_subscription_definition_versions(
    &self,
    input: ListSubscriptionDefinitionVersionsRequest
) -> RusotoFuture<ListSubscriptionDefinitionVersionsResponse, ListSubscriptionDefinitionVersionsError>
[src]

Lists the versions of a subscription definition.

fn list_subscription_definitions(
    &self,
    input: ListSubscriptionDefinitionsRequest
) -> RusotoFuture<ListSubscriptionDefinitionsResponse, ListSubscriptionDefinitionsError>
[src]

Retrieves a list of subscription definitions.

fn reset_deployments(
    &self,
    input: ResetDeploymentsRequest
) -> RusotoFuture<ResetDeploymentsResponse, ResetDeploymentsError>
[src]

Resets a group's deployments.

fn start_bulk_deployment(
    &self,
    input: StartBulkDeploymentRequest
) -> RusotoFuture<StartBulkDeploymentResponse, StartBulkDeploymentError>
[src]

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.

fn stop_bulk_deployment(
    &self,
    input: StopBulkDeploymentRequest
) -> RusotoFuture<StopBulkDeploymentResponse, StopBulkDeploymentError>
[src]

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.

fn update_connectivity_info(
    &self,
    input: UpdateConnectivityInfoRequest
) -> RusotoFuture<UpdateConnectivityInfoResponse, UpdateConnectivityInfoError>
[src]

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.

fn update_connector_definition(
    &self,
    input: UpdateConnectorDefinitionRequest
) -> RusotoFuture<UpdateConnectorDefinitionResponse, UpdateConnectorDefinitionError>
[src]

Updates a connector definition.

fn update_core_definition(
    &self,
    input: UpdateCoreDefinitionRequest
) -> RusotoFuture<UpdateCoreDefinitionResponse, UpdateCoreDefinitionError>
[src]

Updates a core definition.

fn update_device_definition(
    &self,
    input: UpdateDeviceDefinitionRequest
) -> RusotoFuture<UpdateDeviceDefinitionResponse, UpdateDeviceDefinitionError>
[src]

Updates a device definition.

fn update_function_definition(
    &self,
    input: UpdateFunctionDefinitionRequest
) -> RusotoFuture<UpdateFunctionDefinitionResponse, UpdateFunctionDefinitionError>
[src]

Updates a Lambda function definition.

fn update_group(
    &self,
    input: UpdateGroupRequest
) -> RusotoFuture<UpdateGroupResponse, UpdateGroupError>
[src]

Updates a group.

fn update_group_certificate_configuration(
    &self,
    input: UpdateGroupCertificateConfigurationRequest
) -> RusotoFuture<UpdateGroupCertificateConfigurationResponse, UpdateGroupCertificateConfigurationError>
[src]

Updates the Certificate expiry time for a group.

fn update_logger_definition(
    &self,
    input: UpdateLoggerDefinitionRequest
) -> RusotoFuture<UpdateLoggerDefinitionResponse, UpdateLoggerDefinitionError>
[src]

Updates a logger definition.

fn update_resource_definition(
    &self,
    input: UpdateResourceDefinitionRequest
) -> RusotoFuture<UpdateResourceDefinitionResponse, UpdateResourceDefinitionError>
[src]

Updates a resource definition.

fn update_subscription_definition(
    &self,
    input: UpdateSubscriptionDefinitionRequest
) -> RusotoFuture<UpdateSubscriptionDefinitionResponse, UpdateSubscriptionDefinitionError>
[src]

Updates a subscription definition.

Loading content...