Struct aws_sdk_iot::client::fluent_builders::RegisterThing
source · [−]pub struct RegisterThing<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* private fields */ }
Expand description
Fluent builder constructing a request to RegisterThing
.
Provisions a thing in the device registry. RegisterThing calls other IoT control plane APIs. These calls might exceed your account level IoT Throttling Limits and cause throttle errors. Please contact Amazon Web Services Customer Support to raise your throttling limits if necessary.
Requires permission to access the RegisterThing action.
Implementations
impl<C, M, R> RegisterThing<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> RegisterThing<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<RegisterThingOutput, SdkError<RegisterThingError>> where
R::Policy: SmithyRetryPolicy<RegisterThingInputOperationOutputAlias, RegisterThingOutput, RegisterThingError, RegisterThingInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<RegisterThingOutput, SdkError<RegisterThingError>> where
R::Policy: SmithyRetryPolicy<RegisterThingInputOperationOutputAlias, RegisterThingOutput, RegisterThingError, RegisterThingInputOperationRetryAlias>,
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
The provisioning template. See Provisioning Devices That Have Device Certificates for more information.
The provisioning template. See Provisioning Devices That Have Device Certificates for more information.
Adds a key-value pair to parameters
.
To override the contents of this collection use set_parameters
.
The parameters for provisioning a thing. See Provisioning Templates for more information.
The parameters for provisioning a thing. See Provisioning Templates for more information.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for RegisterThing<C, M, R>
impl<C, M, R> Unpin for RegisterThing<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for RegisterThing<C, M, R>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more