AuthorizeClientDeviceActionOperationContext |
Send a request to authorize action on some resource
|
AuthorizeClientDeviceActionResponseHandler |
|
CancelLocalDeploymentOperationContext |
Cancel a local deployment on the device.
|
CancelLocalDeploymentResponseHandler |
|
CreateDebugPasswordOperationContext |
Generate a password for the LocalDebugConsole component
|
CreateDebugPasswordResponseHandler |
|
CreateLocalDeploymentOperationContext |
Creates a local deployment on the device.
|
CreateLocalDeploymentResponseHandler |
|
DeferComponentUpdateOperationContext |
Defer the update of components by a given amount of time and check again after that.
|
DeferComponentUpdateResponseHandler |
|
DeleteThingShadowOperationContext |
Deletes a device shadow document stored in the local shadow service
|
DeleteThingShadowResponseHandler |
|
GetClientDeviceAuthTokenOperationContext |
Get session token for a client device
|
GetClientDeviceAuthTokenResponseHandler |
|
GetComponentDetailsOperationContext |
Gets the status and version of the component with the given component name
|
GetComponentDetailsResponseHandler |
|
GetConfigurationOperationContext |
Get value of a given key from the configuration
|
GetConfigurationResponseHandler |
|
GetLocalDeploymentStatusOperationContext |
Get status of a local deployment with the given deploymentId
|
GetLocalDeploymentStatusResponseHandler |
|
GetSecretValueOperationContext |
Retrieves a secret stored in AWS secrets manager
|
GetSecretValueResponseHandler |
|
GetThingShadowOperationContext |
Retrieves a device shadow document stored by the local shadow service
|
GetThingShadowResponseHandler |
|
GreengrassCoreIPCClient |
|
GreengrassCoreIPCClientV2 |
V2 Client for Greengrass.
|
GreengrassCoreIPCClientV2.Builder |
|
GreengrassCoreIPCClientV2.StreamingResponse<T,U> |
|
GreengrassCoreIPCServiceModel |
|
ListComponentsOperationContext |
Request for a list of components
|
ListComponentsResponseHandler |
|
ListLocalDeploymentsOperationContext |
Lists the last 5 local deployments along with their statuses
|
ListLocalDeploymentsResponseHandler |
|
ListNamedShadowsForThingOperationContext |
Lists the named shadows for the specified thing
|
ListNamedShadowsForThingResponseHandler |
|
PauseComponentOperationContext |
Pause a running component
|
PauseComponentResponseHandler |
|
PublishToIoTCoreOperationContext |
Publish an MQTT message to AWS IoT message broker
|
PublishToIoTCoreResponseHandler |
|
PublishToTopicOperationContext |
Publish to a custom topic.
|
PublishToTopicResponseHandler |
|
PutComponentMetricOperationContext |
Send component metrics
NOTE Only usable by AWS components
|
PutComponentMetricResponseHandler |
|
RestartComponentOperationContext |
Restarts a component with the given name
|
RestartComponentResponseHandler |
|
ResumeComponentOperationContext |
Resume a paused component
|
ResumeComponentResponseHandler |
|
SendConfigurationValidityReportOperationContext |
This operation should be used in response to event received as part of SubscribeToValidateConfigurationUpdates
subscription.
|
SendConfigurationValidityReportResponseHandler |
|
StopComponentOperationContext |
Stops a component with the given name
|
StopComponentResponseHandler |
|
SubscribeToCertificateUpdatesOperationContext |
Create a subscription for new certificates
|
SubscribeToCertificateUpdatesResponseHandler |
|
SubscribeToComponentUpdatesOperationContext |
Subscribe to receive notification if GGC is about to update any components
|
SubscribeToComponentUpdatesResponseHandler |
|
SubscribeToConfigurationUpdateOperationContext |
Subscribes to be notified when GGC updates the configuration for a given componentName and keyName.
|
SubscribeToConfigurationUpdateResponseHandler |
|
SubscribeToIoTCoreOperationContext |
Subscribe to a topic in AWS IoT message broker.
|
SubscribeToIoTCoreResponseHandler |
|
SubscribeToTopicOperationContext |
Creates a subscription for a custom topic
|
SubscribeToTopicResponseHandler |
|
SubscribeToValidateConfigurationUpdatesOperationContext |
Subscribes to be notified when GGC is about to update configuration for this component
GGC will wait for a timeout period before it proceeds with the update.
|
SubscribeToValidateConfigurationUpdatesResponseHandler |
|
UpdateConfigurationOperationContext |
Update this component's configuration by replacing the value of given keyName with the newValue.
|
UpdateConfigurationResponseHandler |
|
UpdateStateOperationContext |
Update status of this component
|
UpdateStateResponseHandler |
|
UpdateThingShadowOperationContext |
Updates a device shadow document stored in the local shadow service
The update is an upsert operation, with optimistic locking support
|
UpdateThingShadowResponseHandler |
|
ValidateAuthorizationTokenOperationContext |
Validate authorization token
NOTE This API can be used only by stream manager, customer component calling this API will receive UnauthorizedError
|
ValidateAuthorizationTokenResponseHandler |
|
VerifyClientDeviceIdentityOperationContext |
Verify client device credentials
|
VerifyClientDeviceIdentityResponseHandler |
|