Struct aws_sdk_iot::input::DescribeEndpointInput [−][src]
Expand description
The input for the DescribeEndpoint operation.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.endpoint_type: Option<String>
The endpoint type. Valid endpoint types include:
-
iot:Data
- Returns a VeriSign signed data endpoint.
-
iot:Data-ATS
- Returns an ATS signed data endpoint.
-
iot:CredentialProvider
- Returns an IoT credentials provider API endpoint.
-
iot:Jobs
- Returns an IoT device management Jobs API endpoint.
We strongly recommend that customers use the newer iot:Data-ATS
endpoint type to avoid
issues related to the widespread distrust of Symantec certificate authorities.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeEndpoint, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeEndpoint, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DescribeEndpoint
>
Creates a new builder-style object to manufacture DescribeEndpointInput
The endpoint type. Valid endpoint types include:
-
iot:Data
- Returns a VeriSign signed data endpoint.
-
iot:Data-ATS
- Returns an ATS signed data endpoint.
-
iot:CredentialProvider
- Returns an IoT credentials provider API endpoint.
-
iot:Jobs
- Returns an IoT device management Jobs API endpoint.
We strongly recommend that customers use the newer iot:Data-ATS
endpoint type to avoid
issues related to the widespread distrust of Symantec certificate authorities.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for DescribeEndpointInput
impl Send for DescribeEndpointInput
impl Sync for DescribeEndpointInput
impl Unpin for DescribeEndpointInput
impl UnwindSafe for DescribeEndpointInput
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