Struct aws_sdk_appsync::client::fluent_builders::CreateApiKey
source · [−]pub struct CreateApiKey<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* private fields */ }
Expand description
Fluent builder constructing a request to CreateApiKey
.
Creates a unique key that you can distribute to clients who invoke your API.
Implementations
impl<C, M, R> CreateApiKey<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> CreateApiKey<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<CreateApiKeyOutput, SdkError<CreateApiKeyError>> where
R::Policy: SmithyRetryPolicy<CreateApiKeyInputOperationOutputAlias, CreateApiKeyOutput, CreateApiKeyError, CreateApiKeyInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<CreateApiKeyOutput, SdkError<CreateApiKeyError>> where
R::Policy: SmithyRetryPolicy<CreateApiKeyInputOperationOutputAlias, CreateApiKeyOutput, CreateApiKeyError, CreateApiKeyInputOperationRetryAlias>,
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 ID for your GraphQL API.
A description of the purpose of the API key.
A description of the purpose of the API key.
From the creation time, the time after which the API key expires. The date is represented as seconds since the epoch, rounded down to the nearest hour. The default value for this parameter is 7 days from creation time. For more information, see .
From the creation time, the time after which the API key expires. The date is represented as seconds since the epoch, rounded down to the nearest hour. The default value for this parameter is 7 days from creation time. For more information, see .
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for CreateApiKey<C, M, R>
impl<C, M, R> Unpin for CreateApiKey<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for CreateApiKey<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