aws-sdk-appintegrations 1.94.0

AWS SDK for Amazon AppIntegrations Service
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub(crate) fn type_erase_result<O, E>(
    result: ::std::result::Result<O, E>,
) -> ::std::result::Result<
    ::aws_smithy_runtime_api::client::interceptors::context::Output,
    ::aws_smithy_runtime_api::client::orchestrator::OrchestratorError<::aws_smithy_runtime_api::client::interceptors::context::Error>,
>
where
    O: ::std::fmt::Debug + ::std::marker::Send + ::std::marker::Sync + 'static,
    E: ::std::error::Error + std::fmt::Debug + ::std::marker::Send + ::std::marker::Sync + 'static,
{
    result
        .map(|output| ::aws_smithy_runtime_api::client::interceptors::context::Output::erase(output))
        .map_err(|error| ::aws_smithy_runtime_api::client::interceptors::context::Error::erase(error))
        .map_err(::std::convert::Into::into)
}

pub fn parse_http_error_metadata(
    _response_status: u16,
    response_headers: &::aws_smithy_runtime_api::http::Headers,
    response_body: &[u8],
) -> ::std::result::Result<::aws_smithy_types::error::metadata::Builder, ::aws_smithy_json::deserialize::error::DeserializeError> {
    crate::json_errors::parse_error_metadata(response_body, response_headers)
}

pub(crate) mod shape_create_application;

pub(crate) mod shape_create_data_integration;

pub(crate) mod shape_create_data_integration_association;

pub(crate) mod shape_create_event_integration;

pub(crate) mod shape_delete_application;

pub(crate) mod shape_delete_data_integration;

pub(crate) mod shape_delete_event_integration;

pub(crate) mod shape_get_application;

pub(crate) mod shape_get_data_integration;

pub(crate) mod shape_get_event_integration;

pub(crate) mod shape_list_application_associations;

pub(crate) mod shape_list_applications;

pub(crate) mod shape_list_data_integration_associations;

pub(crate) mod shape_list_data_integrations;

pub(crate) mod shape_list_event_integration_associations;

pub(crate) mod shape_list_event_integrations;

pub(crate) mod shape_list_tags_for_resource;

pub(crate) mod shape_tag_resource;

pub(crate) mod shape_untag_resource;

pub(crate) mod shape_update_application;

pub(crate) mod shape_update_data_integration;

pub(crate) mod shape_update_data_integration_association;

pub(crate) mod shape_update_event_integration;

pub(crate) fn or_empty_doc(data: &[u8]) -> &[u8] {
    if data.is_empty() {
        b"{}"
    } else {
        data
    }
}

pub(crate) mod shape_access_denied_exception;

pub(crate) mod shape_create_application_input;

pub(crate) mod shape_create_data_integration_association_input;

pub(crate) mod shape_create_data_integration_input;

pub(crate) mod shape_create_event_integration_input;

pub(crate) mod shape_duplicate_resource_exception;

pub(crate) mod shape_internal_service_error;

pub(crate) mod shape_invalid_request_exception;

pub(crate) mod shape_resource_not_found_exception;

pub(crate) mod shape_resource_quota_exceeded_exception;

pub(crate) mod shape_tag_resource_input;

pub(crate) mod shape_throttling_exception;

pub(crate) mod shape_unsupported_operation_exception;

pub(crate) mod shape_update_application_input;

pub(crate) mod shape_update_data_integration_association_input;

pub(crate) mod shape_update_data_integration_input;

pub(crate) mod shape_update_event_integration_input;

pub(crate) mod shape_application_associations_list;

pub(crate) mod shape_application_config;

pub(crate) mod shape_application_source_config;

pub(crate) mod shape_applications_list;

pub(crate) mod shape_data_integration_associations_list;

pub(crate) mod shape_data_integrations_list;

pub(crate) mod shape_event_filter;

pub(crate) mod shape_event_integration_associations_list;

pub(crate) mod shape_event_integrations_list;

pub(crate) mod shape_execution_configuration;

pub(crate) mod shape_file_configuration;

pub(crate) mod shape_iframe_config;

pub(crate) mod shape_object_configuration;

pub(crate) mod shape_permission_list;

pub(crate) mod shape_publication;

pub(crate) mod shape_publication_list;

pub(crate) mod shape_schedule_configuration;

pub(crate) mod shape_subscription;

pub(crate) mod shape_subscription_list;

pub(crate) mod shape_tag_map;

pub(crate) mod shape_application_association_summary;

pub(crate) mod shape_application_summary;

pub(crate) mod shape_contact_handling;

pub(crate) mod shape_data_integration_association_summary;

pub(crate) mod shape_data_integration_summary;

pub(crate) mod shape_event_integration;

pub(crate) mod shape_event_integration_association;

pub(crate) mod shape_external_url_config;

pub(crate) mod shape_fields_map;

pub(crate) mod shape_folder_list;

pub(crate) mod shape_iframe_permission_list;

pub(crate) mod shape_on_demand_configuration;

pub(crate) mod shape_application_approved_origins;

pub(crate) mod shape_client_association_metadata;

pub(crate) mod shape_fields_list;

pub(crate) mod shape_last_execution_status;