Struct aws_sdk_appsync::input::UpdateGraphqlApiInput
source · [−]#[non_exhaustive]pub struct UpdateGraphqlApiInput {
pub api_id: Option<String>,
pub name: Option<String>,
pub log_config: Option<LogConfig>,
pub authentication_type: Option<AuthenticationType>,
pub user_pool_config: Option<UserPoolConfig>,
pub open_id_connect_config: Option<OpenIdConnectConfig>,
pub additional_authentication_providers: Option<Vec<AdditionalAuthenticationProvider>>,
pub xray_enabled: bool,
pub lambda_authorizer_config: Option<LambdaAuthorizerConfig>,
}
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.api_id: Option<String>
The API ID.
name: Option<String>
The new name for the GraphqlApi
object.
log_config: Option<LogConfig>
The Amazon CloudWatch Logs configuration for the GraphqlApi
object.
authentication_type: Option<AuthenticationType>
The new authentication type for the GraphqlApi
object.
user_pool_config: Option<UserPoolConfig>
The new Amazon Cognito user pool configuration for the ~GraphqlApi
object.
open_id_connect_config: Option<OpenIdConnectConfig>
The OpenID Connect configuration for the GraphqlApi
object.
additional_authentication_providers: Option<Vec<AdditionalAuthenticationProvider>>
A list of additional authentication providers for the GraphqlApi
API.
xray_enabled: bool
A flag indicating whether to use X-Ray tracing for the GraphqlApi
.
Configuration for Lambda function authorization.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateGraphqlApi, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateGraphqlApi, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateGraphqlApi
>
Creates a new builder-style object to manufacture UpdateGraphqlApiInput
The Amazon CloudWatch Logs configuration for the GraphqlApi
object.
The new authentication type for the GraphqlApi
object.
The new Amazon Cognito user pool configuration for the ~GraphqlApi
object.
The OpenID Connect configuration for the GraphqlApi
object.
pub fn additional_authentication_providers(
&self
) -> Option<&[AdditionalAuthenticationProvider]>
pub fn additional_authentication_providers(
&self
) -> Option<&[AdditionalAuthenticationProvider]>
A list of additional authentication providers for the GraphqlApi
API.
A flag indicating whether to use X-Ray tracing for the GraphqlApi
.
Configuration for Lambda function authorization.
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 UpdateGraphqlApiInput
impl Send for UpdateGraphqlApiInput
impl Sync for UpdateGraphqlApiInput
impl Unpin for UpdateGraphqlApiInput
impl UnwindSafe for UpdateGraphqlApiInput
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