aws-sdk-appsync 1.111.0

AWS SDK for AWS AppSync
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `AssociateApi` operation.
pub mod associate_api;

/// Types for the `AssociateMergedGraphqlApi` operation.
pub mod associate_merged_graphql_api;

/// Types for the `AssociateSourceGraphqlApi` operation.
pub mod associate_source_graphql_api;

/// Types for the `CreateApi` operation.
pub mod create_api;

/// Types for the `CreateApiCache` operation.
pub mod create_api_cache;

/// Types for the `CreateApiKey` operation.
pub mod create_api_key;

/// Types for the `CreateChannelNamespace` operation.
pub mod create_channel_namespace;

/// Types for the `CreateDataSource` operation.
pub mod create_data_source;

/// Types for the `CreateDomainName` operation.
pub mod create_domain_name;

/// Types for the `CreateFunction` operation.
pub mod create_function;

/// Types for the `CreateGraphqlApi` operation.
pub mod create_graphql_api;

/// Types for the `CreateResolver` operation.
pub mod create_resolver;

/// Types for the `CreateType` operation.
pub mod create_type;

/// Types for the `DeleteApi` operation.
pub mod delete_api;

/// Types for the `DeleteApiCache` operation.
pub mod delete_api_cache;

/// Types for the `DeleteApiKey` operation.
pub mod delete_api_key;

/// Types for the `DeleteChannelNamespace` operation.
pub mod delete_channel_namespace;

/// Types for the `DeleteDataSource` operation.
pub mod delete_data_source;

/// Types for the `DeleteDomainName` operation.
pub mod delete_domain_name;

/// Types for the `DeleteFunction` operation.
pub mod delete_function;

/// Types for the `DeleteGraphqlApi` operation.
pub mod delete_graphql_api;

/// Types for the `DeleteResolver` operation.
pub mod delete_resolver;

/// Types for the `DeleteType` operation.
pub mod delete_type;

/// Types for the `DisassociateApi` operation.
pub mod disassociate_api;

/// Types for the `DisassociateMergedGraphqlApi` operation.
pub mod disassociate_merged_graphql_api;

/// Types for the `DisassociateSourceGraphqlApi` operation.
pub mod disassociate_source_graphql_api;

/// Types for the `EvaluateCode` operation.
pub mod evaluate_code;

/// Types for the `EvaluateMappingTemplate` operation.
pub mod evaluate_mapping_template;

/// Types for the `FlushApiCache` operation.
pub mod flush_api_cache;

/// Types for the `GetApi` operation.
pub mod get_api;

/// Types for the `GetApiAssociation` operation.
pub mod get_api_association;

/// Types for the `GetApiCache` operation.
pub mod get_api_cache;

/// Types for the `GetChannelNamespace` operation.
pub mod get_channel_namespace;

/// Types for the `GetDataSource` operation.
pub mod get_data_source;

/// Types for the `GetDataSourceIntrospection` operation.
pub mod get_data_source_introspection;

/// Types for the `GetDomainName` operation.
pub mod get_domain_name;

/// Types for the `GetFunction` operation.
pub mod get_function;

/// Types for the `GetGraphqlApi` operation.
pub mod get_graphql_api;

/// Types for the `GetGraphqlApiEnvironmentVariables` operation.
pub mod get_graphql_api_environment_variables;

/// Types for the `GetIntrospectionSchema` operation.
pub mod get_introspection_schema;

/// Types for the `GetResolver` operation.
pub mod get_resolver;

/// Types for the `GetSchemaCreationStatus` operation.
pub mod get_schema_creation_status;

/// Types for the `GetSourceApiAssociation` operation.
pub mod get_source_api_association;

/// Types for the `GetType` operation.
pub mod get_type;

/// Types for the `ListApiKeys` operation.
pub mod list_api_keys;

/// Types for the `ListApis` operation.
pub mod list_apis;

/// Types for the `ListChannelNamespaces` operation.
pub mod list_channel_namespaces;

/// Types for the `ListDataSources` operation.
pub mod list_data_sources;

/// Types for the `ListDomainNames` operation.
pub mod list_domain_names;

/// Types for the `ListFunctions` operation.
pub mod list_functions;

/// Types for the `ListGraphqlApis` operation.
pub mod list_graphql_apis;

/// Types for the `ListResolvers` operation.
pub mod list_resolvers;

/// Types for the `ListResolversByFunction` operation.
pub mod list_resolvers_by_function;

/// Types for the `ListSourceApiAssociations` operation.
pub mod list_source_api_associations;

/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;

/// Types for the `ListTypes` operation.
pub mod list_types;

/// Types for the `ListTypesByAssociation` operation.
pub mod list_types_by_association;

/// Types for the `PutGraphqlApiEnvironmentVariables` operation.
pub mod put_graphql_api_environment_variables;

/// Types for the `StartDataSourceIntrospection` operation.
pub mod start_data_source_introspection;

/// Types for the `StartSchemaCreation` operation.
pub mod start_schema_creation;

/// Types for the `StartSchemaMerge` operation.
pub mod start_schema_merge;

/// Types for the `TagResource` operation.
pub mod tag_resource;

/// Types for the `UntagResource` operation.
pub mod untag_resource;

/// Types for the `UpdateApi` operation.
pub mod update_api;

/// Types for the `UpdateApiCache` operation.
pub mod update_api_cache;

/// Types for the `UpdateApiKey` operation.
pub mod update_api_key;

/// Types for the `UpdateChannelNamespace` operation.
pub mod update_channel_namespace;

/// Types for the `UpdateDataSource` operation.
pub mod update_data_source;

/// Types for the `UpdateDomainName` operation.
pub mod update_domain_name;

/// Types for the `UpdateFunction` operation.
pub mod update_function;

/// Types for the `UpdateGraphqlApi` operation.
pub mod update_graphql_api;

/// Types for the `UpdateResolver` operation.
pub mod update_resolver;

/// Types for the `UpdateSourceApiAssociation` operation.
pub mod update_source_api_association;

/// Types for the `UpdateType` operation.
pub mod update_type;