DynamoDBAction dynamoDB
Write to a DynamoDB table.
DynamoDBv2Action dynamoDBv2
Write to a DynamoDB table. This is a new version of the DynamoDB action. It allows you to write each attribute in an MQTT message payload into a separate DynamoDB column.
LambdaAction lambda
Invoke a Lambda function.
SnsAction sns
Publish to an Amazon SNS topic.
SqsAction sqs
Publish to an Amazon SQS queue.
KinesisAction kinesis
Write data to an Amazon Kinesis stream.
RepublishAction republish
Publish to another MQTT topic.
S3Action s3
Write to an Amazon S3 bucket.
FirehoseAction firehose
Write to an Amazon Kinesis Firehose stream.
CloudwatchMetricAction cloudwatchMetric
Capture a CloudWatch metric.
CloudwatchAlarmAction cloudwatchAlarm
Change the state of a CloudWatch alarm.
ElasticsearchAction elasticsearch
Write data to an Amazon Elasticsearch Service domain.
SalesforceAction salesforce
Send a message to a Salesforce IoT Cloud Input Stream.
String thingGroupName
The name of the group to which you are adding a thing.
String thingGroupArn
The ARN of the group to which you are adding a thing.
String thingName
The name of the thing to add to a group.
String thingArn
The ARN of the thing to add to a group.
Map<K,V> attributes
A JSON string containing up to three key-value pair in JSON format. For example:
{\"attributes\":{\"string1\":\"string2\"}}
Boolean merge
Specifies whether the list of attributes provided in the AttributePayload
is merged with the
attributes stored in the registry, instead of overwriting them.
To remove an attribute, call UpdateThing
with an empty attribute value.
The merge
attribute is only valid when calling UpdateThing
.
String authorizerName
The authorizer name.
String authorizerArn
The authorizer ARN.
String authorizerFunctionArn
The authorizer's Lambda function ARN.
String tokenKeyName
The key used to extract the token from the HTTP headers.
Map<K,V> tokenSigningPublicKeys
The public keys used to validate the token signature returned by your custom authentication service.
String status
The status of the authorizer.
Date creationDate
The UNIX timestamp of when the authorizer was created.
Date lastModifiedDate
The UNIX timestamp of when the authorizer was last updated.
AuthInfo authInfo
Authorization information.
Allowed allowed
The policies and statements that allowed the specified action.
Denied denied
The policies and statements that denied the specified action.
String authDecision
The final authorization decision of this scenario. Multiple statements are taken into account when determining the authorization decision. An explicit deny statement can override multiple allow statements.
List<E> missingContextValues
Contains any missing context values found while evaluating policy.
String certificateArn
The ARN of the CA certificate.
String certificateId
The ID of the CA certificate.
String status
The status of the CA certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
Date creationDate
The date the CA certificate was created.
String certificateArn
The CA certificate ARN.
String certificateId
The CA certificate ID.
String status
The status of a CA certificate.
String certificatePem
The CA certificate data, in PEM format.
String ownedBy
The owner of the CA certificate.
Date creationDate
The date the CA certificate was created.
String autoRegistrationStatus
Whether the CA certificate configured for auto registration of device certificates. Valid values are "ENABLE" and "DISABLE"
String certificateId
The ID of the certificate.
String certificateArn
The ARN of the certificate.
String certificateId
The ID of the certificate.
String status
The status of the certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
Date creationDate
The date and time the certificate was created.
String certificateArn
The ARN of the certificate.
String certificateId
The ID of the certificate.
String caCertificateId
The certificate ID of the CA certificate used to sign this certificate.
String status
The status of the certificate.
String certificatePem
The certificate data, in PEM format.
String ownedBy
The ID of the AWS account that owns the certificate.
String previousOwnedBy
The ID of the AWS account of the previous owner of the certificate.
Date creationDate
The date and time the certificate was created.
Date lastModifiedDate
The date and time the certificate was last modified.
TransferData transferData
The transfer data.
String roleArn
The IAM role that allows access to the CloudWatch alarm.
String alarmName
The CloudWatch alarm name.
String stateReason
The reason for the alarm change.
String stateValue
The value of the alarm state. Acceptable values are: OK, ALARM, INSUFFICIENT_DATA.
String roleArn
The IAM role that allows access to the CloudWatch metric.
String metricNamespace
The CloudWatch metric namespace name.
String metricName
The CloudWatch metric name.
String metricValue
The CloudWatch metric value.
String metricUnit
The metric unit supported by CloudWatch.
String metricTimestamp
An optional Unix timestamp.
Boolean enabled
True to enable the configuration.
String authorizerName
The authorizer name.
String authorizerFunctionArn
The ARN of the authorizer's Lambda function.
String tokenKeyName
The name of the token key used to extract the token from the HTTP headers.
Map<K,V> tokenSigningPublicKeys
The public keys used to verify the digital signature returned by your custom authentication service.
String status
The status of the create authorizer request.
String certificateArn
The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.
String certificateId
The ID of the certificate. Certificate management operations only take a certificateId.
String certificatePem
The certificate data, in PEM format.
String jobId
A job identifier which must be unique for your AWS account. We recommend using a UUID. Alpha-numeric characters, "-" and "_" are valid for use here.
List<E> targets
A list of things and thing groups to which the job should be sent.
String documentSource
An S3 link to the job document.
String document
The job document.
String description
A short text description of the job.
PresignedUrlConfig presignedUrlConfig
Configuration information for pre-signed S3 URLs.
String targetSelection
Specifies whether the job will continue to run (CONTINUOUS), or will be complete after all those things specified as targets have completed the job (SNAPSHOT). If continuous, the job may also be run on a thing when a change is detected in a target. For example, a job will run on a thing when the thing is added to a target group, even after the job was completed by all things originally in the group.
JobExecutionsRolloutConfig jobExecutionsRolloutConfig
Allows you to create a staged rollout of the job.
Map<K,V> documentParameters
Parameters for the job document.
Boolean setAsActive
Specifies whether the certificate is active.
String certificateArn
The ARN of the certificate.
String certificateId
The ID of the certificate. AWS IoT issues a default subject name for the certificate (for example, AWS IoT Certificate).
String certificatePem
The certificate data, in PEM format.
KeyPair keyPair
The generated key pair.
String policyName
The policy name.
String policyDocument
The JSON document that describes the policy. Minimum length of 1. Maximum length of 2048, excluding whitespace.
Boolean setAsDefault
Specifies whether the policy version is set as the default. When this parameter is true, the new policy version becomes the operative version (that is, the version that is in effect for the certificates to which the policy is attached).
String thingGroupName
The thing group name to create.
String parentGroupName
The name of the parent thing group.
ThingGroupProperties thingGroupProperties
The thing group properties.
String thingName
The name of the thing to create.
String thingTypeName
The name of the thing type associated with the new thing.
AttributePayload attributePayload
The attribute payload, which consists of up to three name/value pairs in a JSON document. For example:
{\"attributes\":{\"string1\":\"string2\"}}
String thingTypeName
The name of the thing type.
ThingTypeProperties thingTypeProperties
The ThingTypeProperties for the thing type to create. It contains information about the new thing type including a description, and a list of searchable thing attribute names.
String ruleName
The name of the rule.
TopicRulePayload topicRulePayload
The rule payload.
String authorizerName
The name of the authorizer to delete.
String certificateId
The ID of the certificate to delete.
String policyName
The name of the policy to delete.
String roleAlias
The role alias to delete.
String thingName
The name of the thing to delete.
Long expectedVersion
The expected version of the thing record in the registry. If the version of the record in the registry does not
match the expected version specified in the request, the DeleteThing
request is rejected with a
VersionConflictException
.
String thingTypeName
The name of the thing type.
String ruleName
The name of the rule.
ImplicitDeny implicitDeny
Information that implicitly denies the authorization. When a policy doesn't explicitly deny or allow an action on a resource it is considered an implicit deny.
ExplicitDeny explicitDeny
Information that explicitly denies the authorization.
String authorizerName
The name of the authorizer to describe.
AuthorizerDescription authorizerDescription
The authorizer description.
String certificateId
The CA certificate identifier.
CACertificateDescription certificateDescription
The CA certificate description.
RegistrationConfig registrationConfig
Information about the registration configuration.
String certificateId
The ID of the certificate.
CertificateDescription certificateDescription
The description of the certificate.
AuthorizerDescription authorizerDescription
The default authorizer's description.
String endpointType
The endpoint type.
String endpointAddress
The endpoint. The format of the endpoint is as follows: identifier.iot.region.amazonaws.com.
String indexName
The index name.
String indexName
The index name.
String indexStatus
The index status.
String schema
Contains a value that specifies the type of indexing performed. Valid values are:
REGISTRY – Your thing index will contain only registry data.
REGISTRY_AND_SHADOW - Your thing index will contain registry and shadow data.
String jobId
The unique identifier you assigned to this job when it was created.
String thingName
The name of the thing on which the job execution is running.
Long executionNumber
A string (consisting of the digits "0" through "9" which is used to specify a particular job execution on a particular device.
JobExecution execution
Information about the job execution.
String jobId
The unique identifier you assigned to this job when it was created.
String roleAlias
The role alias to describe.
RoleAliasDescription roleAliasDescription
The role alias description.
String thingGroupName
The name of the thing group.
String thingGroupName
The name of the thing group.
String thingGroupId
The thing group ID.
String thingGroupArn
The thing group ARN.
Long version
The version of the thing group.
ThingGroupProperties thingGroupProperties
The thing group properties.
ThingGroupMetadata thingGroupMetadata
Thing group metadata.
String taskId
The task ID.
String taskId
The task ID.
Date creationDate
The task creation date.
Date lastModifiedDate
The date when the task was last modified.
String templateBody
The task's template.
String inputFileBucket
The S3 bucket that contains the input file.
String inputFileKey
The input file key.
String roleArn
The role ARN that grants access to the input file bucket.
String status
The status of the bulk thing provisioning task.
String message
The message.
Integer successCount
The number of things successfully provisioned.
Integer failureCount
The number of things that failed to be provisioned.
Integer percentageProgress
The progress of the bulk provisioning task expressed as a percentage.
String thingName
The name of the thing.
String defaultClientId
The default client ID.
String thingName
The name of the thing.
String thingId
The ID of the thing to describe.
String thingArn
The ARN of the thing to describe.
String thingTypeName
The thing type name.
Map<K,V> attributes
The thing attributes.
Long version
The current version of the thing record in the registry.
To avoid unintentional changes to the information in the registry, you can pass the version information in the
expectedVersion
parameter of the UpdateThing
and DeleteThing
calls.
String thingTypeName
The name of the thing type.
String thingTypeName
The name of the thing type.
String thingTypeId
The thing type ID.
String thingTypeArn
The thing type ARN.
ThingTypeProperties thingTypeProperties
The ThingTypeProperties contains information about the thing type including description, and a list of searchable thing attribute names.
ThingTypeMetadata thingTypeMetadata
The ThingTypeMetadata contains additional information about the thing type including: creation date and time, a value indicating whether the thing type is deprecated, and a date and time when it was deprecated.
String ruleName
The name of the rule to disable.
String tableName
The name of the DynamoDB table.
String roleArn
The ARN of the IAM role that grants access to the DynamoDB table.
String operation
The type of operation to be performed. This follows the substitution template, so it can be
${operation}
, but the substitution must result in one of the following: INSERT
,
UPDATE
, or DELETE
.
String hashKeyField
The hash key name.
String hashKeyValue
The hash key value.
String hashKeyType
The hash key type. Valid values are "STRING" or "NUMBER"
String rangeKeyField
The range key name.
String rangeKeyValue
The range key value.
String rangeKeyType
The range key type. Valid values are "STRING" or "NUMBER"
String payloadField
The action payload. This name can be customized.
String roleArn
The ARN of the IAM role that grants access to the DynamoDB table.
PutItemInput putItem
Specifies the DynamoDB table to which the message data will be written. For example:
{ "dynamoDBv2": { "roleArn": "aws:iam:12341251:my-role" "putItem": { "tableName": "my-table" } } }
Each attribute in the message payload will be written to a separate column in the DynamoDB database.
String roleArn
The IAM role ARN that has access to Elasticsearch.
String endpoint
The endpoint of your Elasticsearch domain.
String index
The Elasticsearch index where you want to store your data.
String type
The type of document you are storing.
String id
The unique identifier for the document you are storing.
String ruleName
The name of the topic rule to enable.
String roleArn
The IAM role that grants access to the Amazon Kinesis Firehose stream.
String deliveryStreamName
The delivery stream name.
String separator
A character separator that will be used to separate records written to the Firehose stream. Valid values are: '\n' (newline), '\t' (tab), '\r\n' (Windows newline), ',' (comma).
ThingIndexingConfiguration thingIndexingConfiguration
Thing indexing configuration.
String jobId
The unique identifier you assigned to this job when it was created.
String document
The job document content.
String policyName
The name of the policy.
String policyArn
The policy ARN.
String policyName
The policy name.
String policyDocument
The JSON document that describes the policy.
String policyVersionId
The policy version ID.
Boolean isDefaultVersion
Specifies whether the policy version is the default.
String registrationCode
The CA certificate registration code.
String ruleName
The name of the rule.
String jobArn
An ARN identifying the job with format "arn:aws:iot:region:account:job/jobId".
String jobId
The unique identifier you assigned to this job when it was created.
String targetSelection
Specifies whether the job will continue to run (CONTINUOUS), or will be complete after all those things specified as targets have completed the job (SNAPSHOT). If continuous, the job may also be run on a thing when a change is detected in a target. For example, a job will run on a device when the thing representing the device is added to a target group, even after the job was completed by all things originally in the group.
String status
The status of the job, one of IN_PROGRESS
, CANCELED
, or COMPLETED
.
String comment
If the job was updated, describes the reason for the update.
List<E> targets
A list of IoT things and thing groups to which the job should be sent.
String description
A short text description of the job.
PresignedUrlConfig presignedUrlConfig
Configuration for pre-signed S3 URLs.
JobExecutionsRolloutConfig jobExecutionsRolloutConfig
Allows you to create a staged rollout of a job.
Date createdAt
The time, in milliseconds since the epoch, when the job was created.
Date lastUpdatedAt
The time, in milliseconds since the epoch, when the job was last updated.
Date completedAt
The time, in milliseconds since the epoch, when the job was completed.
JobProcessDetails jobProcessDetails
Details about the job process.
Map<K,V> documentParameters
The parameters specified for the job document.
String jobId
The unique identifier you assigned to the job when it was created.
String status
The status of the job execution (IN_PROGRESS, QUEUED, FAILED, SUCCESS, CANCELED, or REJECTED).
JobExecutionStatusDetails statusDetails
A collection of name/value pairs that describe the status of the job execution.
String thingArn
The ARN of the thing on which the job execution is running.
Date queuedAt
The time, in milliseconds since the epoch, when the job execution was queued.
Date startedAt
The time, in milliseconds since the epoch, when the job execution started.
Date lastUpdatedAt
The time, in milliseconds since the epoch, when the job execution was last updated.
Long executionNumber
A string (consisting of the digits "0" through "9") which identifies this particular job execution on this particular device. It can be used in commands which return or update job execution information.
Integer maximumPerMinute
The maximum number of things that will be notified of a pending job, per minute. This parameter allows you to create a staged rollout.
String status
The status of the job execution.
Date queuedAt
The time, in milliseconds since the epoch, when the job execution was queued.
Date startedAt
The time, in milliseconds since the epoch, when the job execution started.
Date lastUpdatedAt
The time, in milliseconds since the epoch, when the job execution was last updated.
Long executionNumber
A string (consisting of the digits "0" through "9") which identifies this particular job execution on this particular device. It can be used later in commands which return or update job execution information.
String thingArn
The ARN of the thing on which the job execution is running.
JobExecutionSummary jobExecutionSummary
Contains a subset of information about a job execution.
String jobId
The unique identifier you assigned to this job when it was created.
JobExecutionSummary jobExecutionSummary
Contains a subset of information about a job execution.
List<E> processingTargets
The devices on which the job is executing.
Integer numberOfCanceledThings
The number of things that cancelled the job.
Integer numberOfSucceededThings
The number of things which successfully completed the job.
Integer numberOfFailedThings
The number of things that failed executing the job.
Integer numberOfRejectedThings
The number of things that rejected the job.
Integer numberOfQueuedThings
The number of things that are awaiting execution of the job.
Integer numberOfInProgressThings
The number of things currently executing the job.
Integer numberOfRemovedThings
The number of things that are no longer scheduled to execute the job because they have been deleted or have been removed from the group that was a target of the job.
String jobArn
The job ARN.
String jobId
The unique identifier you assigned to this job when it was created.
String thingGroupId
The ID of the thing group.
String targetSelection
Specifies whether the job will continue to run (CONTINUOUS), or will be complete after all those things specified as targets have completed the job (SNAPSHOT). If continuous, the job may also be run on a thing when a change is detected in a target. For example, a job will run on a thing when the thing is added to a target group, even after the job was completed by all things originally in the group.
String status
The job summary status.
Date createdAt
The time, in milliseconds since the epoch, when the job was created.
Date lastUpdatedAt
The time, in milliseconds since the epoch, when the job was last updated.
Date completedAt
The time, in milliseconds since the epoch, when the job completed.
String functionArn
The ARN of the Lambda function.
Integer pageSize
The maximum number of results to return at one time.
String marker
A marker used to get the next set of results.
Boolean ascendingOrder
Return the list of authorizers in ascending alphabetical order.
String status
The status of the list authorizers request.
String caCertificateId
The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.
Integer pageSize
The result page size.
String marker
The marker for the next set of results.
Boolean ascendingOrder
Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.
String thingName
The thing name.
String status
An optional filter that lets you search for jobs that have the specified status.
Integer maxResults
The maximum number of results to be returned per request.
String nextToken
The token to retrieve the next set of results.
String status
An optional filter that lets you search for jobs that have the specified status.
String targetSelection
Specifies whether the job will continue to run (CONTINUOUS), or will be complete after all those things specified as targets have completed the job (SNAPSHOT). If continuous, the job may also be run on a thing when a change is detected in a target. For example, a job will run on a thing when the thing is added to a target group, even after the job was completed by all things originally in the group.
Integer maxResults
The maximum number of results to return per request.
String nextToken
The token to retrieve the next set of results.
String thingGroupName
A filter that limits the returned jobs to those for the specified group.
String thingGroupId
A filter that limits the returned jobs to those for the specified group.
String policyName
The policy name.
String nextToken
The token used to get the next set of results, or null if there are no additional results.
Integer maxResults
The maximum number of results to return at one time.
String parentGroup
A filter that limits the results to those with the specified parent group.
String namePrefixFilter
A filter that limits the results to those with the specified name prefix.
Boolean recursive
If true, return child groups as well.
String thingName
The name of the thing.
String thingGroupName
The thing group name.
Boolean recursive
When true, list things in this thing group and in all child groups as well.
String nextToken
The token used to get the next set of results, or null if there are no additional results.
Integer maxResults
The maximum number of results to return at one time.
String nextToken
The token used to get the next set of results, or null if there are no additional results.
Integer maxResults
The maximum number of results to return in this operation.
String attributeName
The attribute name used to search for things.
String attributeValue
The attribute value used to search for things.
String thingTypeName
The name of the thing type used to search for things.
String targetType
The type of resource for which you are configuring logging. Must be THING_Group
.
String nextToken
The token used to get the next set of results, or null if there are no additional results.
Integer maxResults
The maximum number of results to return at one time.
String certificateArn
The certificate ARN.
String certificateId
The certificate ID.
String transferredTo
The AWS account to which the transfer was made.
Date transferDate
The date the transfer was initiated.
String transferMessage
The transfer message.
Date creationDate
The certificate creation date.
String roleArn
The ARN of an IAM role that grants grants permission to download files from the S3 bucket where the job data/updates are stored. The role must also grant permission for IoT to download the files.
Long expiresInSec
How long (in seconds) pre-signed URLs are valid. Valid values are 60 - 3600, the default value is 3600 seconds. Pre-signed URLs are generated when Jobs receives an MQTT request for the job document.
String tableName
The table where the message data will be written
String caCertificate
The CA certificate.
String verificationCertificate
The private key verification certificate.
Boolean setAsActive
A boolean value that specifies if the CA certificate is set to active.
Boolean allowAutoRegistration
Allows this CA certificate to be used for auto registration of device certificates.
RegistrationConfig registrationConfig
Information about the registration configuration.
String certificatePem
The certificate data, in PEM format.
String caCertificatePem
The CA certificate used to sign the device certificate being registered.
Boolean setAsActive
A boolean value that specifies if the CA certificate is set to active.
String status
The status of the register certificate request.
String ruleName
The name of the rule.
TopicRulePayload topicRulePayload
The rule payload.
String roleAlias
The role alias.
String roleArn
The role ARN.
String owner
The role alias owner.
Integer credentialDurationSeconds
The number of seconds for which the credential is valid.
Date creationDate
The UNIX timestamp of when the role alias was created.
Date lastModifiedDate
The UNIX timestamp of when the role alias was last modified.
String roleArn
The ARN of the IAM role that grants access.
String bucketName
The Amazon S3 bucket.
String key
The object key.
String cannedAcl
The Amazon S3 canned ACL that controls access to the object identified by the object key. For more information, see S3 canned ACLs.
String token
The token used to authenticate access to the Salesforce IoT Cloud Input Stream. The token is available from the Salesforce IoT Cloud platform after creation of the Input Stream.
String url
The URL exposed by the Salesforce IoT Cloud Input Stream. The URL is available from the Salesforce IoT Cloud platform after creation of the Input Stream.
String indexName
The search index name.
String queryString
The search query string.
String nextToken
The token used to get the next set of results, or null if there are no additional results.
Integer maxResults
The maximum number of results to return at one time.
String queryVersion
The query version.
String authorizerName
The authorizer name.
LoggingOptionsPayload loggingOptionsPayload
The logging options payload.
String targetArn
The ARN of the SNS topic.
String roleArn
The ARN of the IAM role that grants access.
String messageFormat
The message format of the message to publish. Optional. Accepted values are "JSON" and "RAW". The default value of the attribute is "RAW". SNS uses this setting to determine if the payload should be parsed and relevant platform-specific bits of the payload should be extracted. To read more about SNS message formats, see http://docs.aws.amazon.com/sns/latest/dg/json-formats.html refer to their official documentation.
String templateBody
The provisioning template.
String inputFileBucket
The S3 bucket that contains the input file.
String inputFileKey
The name of input file within the S3 bucket. This file contains a newline delimited JSON file. Each line contains the parameter values to provision one device (thing).
String roleArn
The IAM role ARN that grants permission the input file.
String taskId
The bulk thing provisioning task ID.
String taskId
The bulk thing provisioning task ID.
String principal
The principal.
String cognitoIdentityPoolId
The Cognito identity pool ID.
List<E> authInfos
A list of authorization info objects. Simulating authorization will create a response for each
authInfo
object in the list.
String clientId
The MQTT client ID.
List<E> policyNamesToAdd
When testing custom authorization, the policies specified here are treated as if they are attached to the principal being authorized.
List<E> policyNamesToSkip
When testing custom authorization, the policies specified here are treated as if they are not attached to the principal being authorized.
Boolean isAuthenticated
True if the token is authenticated, otherwise false.
String principalId
The principal ID.
List<E> policyDocuments
IAM policy documents.
Integer refreshAfterInSeconds
The number of seconds after which the temporary credentials are refreshed.
Integer disconnectAfterInSeconds
The number of seconds after which the connection is terminated.
String thingName
The name of the thing.
String thingTypeName
The name of the thing type, if the thing has been associated with a type.
String thingArn
The thing ARN.
Map<K,V> attributes
A list of thing attributes which are name-value pairs.
Long version
The version of the thing record in the registry.
String thingGroupDescription
The thing group description.
AttributePayload attributePayload
The thing group attributes in JSON format.
String thingIndexingMode
Thing indexing mode. Valid values are:
REGISTRY – Your thing index will contain only registry data.
REGISTRY_AND_SHADOW - Your thing index will contain registry and shadow data.
OFF - Thing indexing is disabled.
String thingTypeName
The name of the thing type.
String thingTypeArn
The thing type ARN.
ThingTypeProperties thingTypeProperties
The ThingTypeProperties for the thing type.
ThingTypeMetadata thingTypeMetadata
The ThingTypeMetadata contains additional information about the thing type including: creation date and time, a value indicating whether the thing type is deprecated, and a date and time when it was deprecated.
String ruleName
The name of the rule.
String sql
The SQL statement used to query the topic. When using a SQL query with multiple lines, be sure to escape the newline characters.
String description
The description of the rule.
Date createdAt
The date and time the rule was created.
List<E> actions
The actions associated with the rule.
Boolean ruleDisabled
Specifies whether the rule is disabled.
String awsIotSqlVersion
The version of the SQL rules engine to use when evaluating the rule.
Action errorAction
The action to perform when an error occurs.
String sql
The SQL statement used to query the topic. For more information, see AWS IoT SQL Reference in the AWS IoT Developer Guide.
String description
The description of the rule.
List<E> actions
The actions associated with the rule.
Boolean ruleDisabled
Specifies whether the rule is disabled.
String awsIotSqlVersion
The version of the SQL rules engine to use when evaluating the rule.
Action errorAction
The action to take when an error occurs.
String transferredCertificateArn
The ARN of the certificate.
String transferMessage
The transfer message.
String rejectReason
The reason why the transfer was rejected.
Date transferDate
The date the transfer took place.
Date acceptDate
The date the transfer was accepted.
Date rejectDate
The date the transfer was rejected.
String authorizerName
The authorizer name.
String authorizerFunctionArn
The ARN of the authorizer's Lambda function.
String tokenKeyName
The key used to extract the token from the HTTP headers.
Map<K,V> tokenSigningPublicKeys
The public keys used to verify the token signature.
String status
The status of the update authorizer request.
String certificateId
The CA certificate identifier.
String newStatus
The updated status of the CA certificate.
Note: The status value REGISTER_INACTIVE is deprecated and should not be used.
String newAutoRegistrationStatus
The new value for the auto registration status. Valid values are: "ENABLE" or "DISABLE".
RegistrationConfig registrationConfig
Information about the registration configuration.
Boolean removeAutoRegistration
If true, remove auto registration.
String certificateId
The ID of the certificate.
String newStatus
The new status.
Note: Setting the status to PENDING_TRANSFER will result in an exception being thrown. PENDING_TRANSFER is a status used internally by AWS IoT. It is not intended for developer use.
Note: The status value REGISTER_INACTIVE is deprecated and should not be used.
ThingIndexingConfiguration thingIndexingConfiguration
Thing indexing configuration.
String thingGroupName
The thing group to update.
ThingGroupProperties thingGroupProperties
The thing group properties.
Long expectedVersion
The expected version of the thing group. If this does not match the version of the thing group being updated, the update will fail.
Long version
The version of the updated thing group.
String thingName
The name of the thing to update.
String thingTypeName
The name of the thing type.
AttributePayload attributePayload
A list of thing attributes, a JSON string containing name-value pairs. For example:
{\"attributes\":{\"name1\":\"value2\"}}
This data is used to add new attributes or update existing attributes.
Long expectedVersion
The expected version of the thing record in the registry. If the version of the record in the registry does not
match the expected version specified in the request, the UpdateThing
request is rejected with a
VersionConflictException
.
Boolean removeThingType
Remove a thing type association. If true, the association is removed.
String thingName
The name of the thing.
ByteBuffer payload
The state information, in JSON format.
String thingName
The name of the thing.
ByteBuffer payload
The state information, in JSON format.
String topic
The name of the MQTT topic.
Integer qos
The Quality of Service (QoS) level.
ByteBuffer payload
The state information, in JSON format.
String thingName
The name of the thing.
ByteBuffer payload
The state information, in JSON format.
ByteBuffer payload
The state information, in JSON format.
Copyright © 2017. All rights reserved.