Struct aws_sdk_iam::client::fluent_builders::DeleteOpenIDConnectProvider [−][src]
pub struct DeleteOpenIDConnectProvider<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to DeleteOpenIDConnectProvider
.
Deletes an OpenID Connect identity provider (IdP) resource object in IAM.
Deleting an IAM OIDC provider resource does not update any roles that reference the provider as a principal in their trust policies. Any attempt to assume a role that references a deleted provider fails.
This operation is idempotent; it does not fail or return an error if you call the operation for a provider that does not exist.
Implementations
impl<C, M, R> DeleteOpenIDConnectProvider<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> DeleteOpenIDConnectProvider<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<DeleteOpenIdConnectProviderOutput, SdkError<DeleteOpenIDConnectProviderError>> where
R::Policy: SmithyRetryPolicy<DeleteOpenIdConnectProviderInputOperationOutputAlias, DeleteOpenIdConnectProviderOutput, DeleteOpenIDConnectProviderError, DeleteOpenIdConnectProviderInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<DeleteOpenIdConnectProviderOutput, SdkError<DeleteOpenIDConnectProviderError>> where
R::Policy: SmithyRetryPolicy<DeleteOpenIdConnectProviderInputOperationOutputAlias, DeleteOpenIdConnectProviderOutput, DeleteOpenIDConnectProviderError, DeleteOpenIdConnectProviderInputOperationRetryAlias>,
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 Amazon Resource Name (ARN) of the IAM OpenID Connect provider resource object to delete. You can get a list of OpenID Connect provider resource ARNs by using the ListOpenIDConnectProviders operation.
The Amazon Resource Name (ARN) of the IAM OpenID Connect provider resource object to delete. You can get a list of OpenID Connect provider resource ARNs by using the ListOpenIDConnectProviders operation.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for DeleteOpenIDConnectProvider<C, M, R>
impl<C, M, R> Send for DeleteOpenIDConnectProvider<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for DeleteOpenIDConnectProvider<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for DeleteOpenIDConnectProvider<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for DeleteOpenIDConnectProvider<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