Class | Description |
---|---|
DeleteThingShadowRequest |
Request for deleting a thing shadow.
|
DeleteThingShadowResult |
Result for deleting a thing shadow.
|
GetSecretValueRequest |
Request for getting a secret value.
|
GetSecretValueResult |
Result for getting a secret value.
|
GetThingShadowRequest |
Request for getting a thing shadow.
|
GetThingShadowResult |
Result for getting thing shadow request.
|
GGSecretsManagerErrorResponse |
Model for error response for SecretsManager.
|
InvokeRequest |
Request for invoking a lambda function.
|
InvokeResponse |
Response for an invoke request.
|
PublishRequest |
Request for publish message to a topic.
|
PublishResult |
Result for a publish request.
|
UpdateThingShadowRequest |
Request for updating a shadow request.
|
UpdateThingShadowResult |
Result for updating thing shadow.
|
Enum | Description |
---|---|
InvocationType |
Invocation type.
|
QueueFullPolicy |
Describes the policy options to take when Greengrass's queue is full.
|
Exception | Description |
---|---|
GGIotDataException |
Thrown when failed to do IoT data operation.
|
GGLambdaException |
Thrown when failed to do lambda invocations.
|
GGSecretsManagerException |
Thrown when failed to do secrets manager operation.
|
GGSecretsManagerInternalException |
Thrown when failed to do secrets manager internal operations.
|
InvalidIotDataRequestException |
Thrown when IotData request content is invalid.
|
InvalidLambdaRequestException |
Thrown when Lambda request content is invalid.
|
InvalidSecretsManagerRequestException |
Thrown when SecretsManager request content is invalid.
|
SecretResourceNotFoundException |
Thrown when the requested secret is not found.
|
UnauthorizedSecretsManagerRequestException |
Thrown when SecretsManager request is not authorized.
|