aws-sdk-opensearch 1.111.0

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

/// Types for the `AcceptInboundConnection` operation.
pub mod accept_inbound_connection;

/// Types for the `AddDataSource` operation.
pub mod add_data_source;

/// Types for the `AddDirectQueryDataSource` operation.
pub mod add_direct_query_data_source;

/// Types for the `AddTags` operation.
pub mod add_tags;

/// Types for the `AssociatePackage` operation.
pub mod associate_package;

/// Types for the `AssociatePackages` operation.
pub mod associate_packages;

/// Types for the `AuthorizeVpcEndpointAccess` operation.
pub mod authorize_vpc_endpoint_access;

/// Types for the `CancelDomainConfigChange` operation.
pub mod cancel_domain_config_change;

/// Types for the `CancelServiceSoftwareUpdate` operation.
pub mod cancel_service_software_update;

/// Types for the `CreateApplication` operation.
pub mod create_application;

/// Types for the `CreateDomain` operation.
pub mod create_domain;

/// Types for the `CreateIndex` operation.
pub mod create_index;

/// Types for the `CreateOutboundConnection` operation.
pub mod create_outbound_connection;

/// Types for the `CreatePackage` operation.
pub mod create_package;

/// Types for the `CreateVpcEndpoint` operation.
pub mod create_vpc_endpoint;

/// Types for the `DeleteApplication` operation.
pub mod delete_application;

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

/// Types for the `DeleteDirectQueryDataSource` operation.
pub mod delete_direct_query_data_source;

/// Types for the `DeleteDomain` operation.
pub mod delete_domain;

/// Types for the `DeleteInboundConnection` operation.
pub mod delete_inbound_connection;

/// Types for the `DeleteIndex` operation.
pub mod delete_index;

/// Types for the `DeleteOutboundConnection` operation.
pub mod delete_outbound_connection;

/// Types for the `DeletePackage` operation.
pub mod delete_package;

/// Types for the `DeleteVpcEndpoint` operation.
pub mod delete_vpc_endpoint;

/// Types for the `DescribeDomain` operation.
pub mod describe_domain;

/// Types for the `DescribeDomainAutoTunes` operation.
pub mod describe_domain_auto_tunes;

/// Types for the `DescribeDomainChangeProgress` operation.
pub mod describe_domain_change_progress;

/// Types for the `DescribeDomainConfig` operation.
pub mod describe_domain_config;

/// Types for the `DescribeDomainHealth` operation.
pub mod describe_domain_health;

/// Types for the `DescribeDomainNodes` operation.
pub mod describe_domain_nodes;

/// Types for the `DescribeDomains` operation.
pub mod describe_domains;

/// Types for the `DescribeDryRunProgress` operation.
pub mod describe_dry_run_progress;

/// Types for the `DescribeInboundConnections` operation.
pub mod describe_inbound_connections;

/// Types for the `DescribeInstanceTypeLimits` operation.
pub mod describe_instance_type_limits;

/// Types for the `DescribeOutboundConnections` operation.
pub mod describe_outbound_connections;

/// Types for the `DescribePackages` operation.
pub mod describe_packages;

/// Types for the `DescribeReservedInstanceOfferings` operation.
pub mod describe_reserved_instance_offerings;

/// Types for the `DescribeReservedInstances` operation.
pub mod describe_reserved_instances;

/// Types for the `DescribeVpcEndpoints` operation.
pub mod describe_vpc_endpoints;

/// Types for the `DissociatePackage` operation.
pub mod dissociate_package;

/// Types for the `DissociatePackages` operation.
pub mod dissociate_packages;

/// Types for the `GetApplication` operation.
pub mod get_application;

/// Types for the `GetCompatibleVersions` operation.
pub mod get_compatible_versions;

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

/// Types for the `GetDefaultApplicationSetting` operation.
pub mod get_default_application_setting;

/// Types for the `GetDirectQueryDataSource` operation.
pub mod get_direct_query_data_source;

/// Types for the `GetDomainMaintenanceStatus` operation.
pub mod get_domain_maintenance_status;

/// Types for the `GetIndex` operation.
pub mod get_index;

/// Types for the `GetPackageVersionHistory` operation.
pub mod get_package_version_history;

/// Types for the `GetUpgradeHistory` operation.
pub mod get_upgrade_history;

/// Types for the `GetUpgradeStatus` operation.
pub mod get_upgrade_status;

/// Types for the `ListApplications` operation.
pub mod list_applications;

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

/// Types for the `ListDirectQueryDataSources` operation.
pub mod list_direct_query_data_sources;

/// Types for the `ListDomainMaintenances` operation.
pub mod list_domain_maintenances;

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

/// Types for the `ListDomainsForPackage` operation.
pub mod list_domains_for_package;

/// Types for the `ListInstanceTypeDetails` operation.
pub mod list_instance_type_details;

/// Types for the `ListPackagesForDomain` operation.
pub mod list_packages_for_domain;

/// Types for the `ListScheduledActions` operation.
pub mod list_scheduled_actions;

/// Types for the `ListTags` operation.
pub mod list_tags;

/// Types for the `ListVersions` operation.
pub mod list_versions;

/// Types for the `ListVpcEndpointAccess` operation.
pub mod list_vpc_endpoint_access;

/// Types for the `ListVpcEndpoints` operation.
pub mod list_vpc_endpoints;

/// Types for the `ListVpcEndpointsForDomain` operation.
pub mod list_vpc_endpoints_for_domain;

/// Types for the `PurchaseReservedInstanceOffering` operation.
pub mod purchase_reserved_instance_offering;

/// Types for the `PutDefaultApplicationSetting` operation.
pub mod put_default_application_setting;

/// Types for the `RejectInboundConnection` operation.
pub mod reject_inbound_connection;

/// Types for the `RemoveTags` operation.
pub mod remove_tags;

/// Types for the `RevokeVpcEndpointAccess` operation.
pub mod revoke_vpc_endpoint_access;

/// Types for the `StartDomainMaintenance` operation.
pub mod start_domain_maintenance;

/// Types for the `StartServiceSoftwareUpdate` operation.
pub mod start_service_software_update;

/// Types for the `UpdateApplication` operation.
pub mod update_application;

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

/// Types for the `UpdateDirectQueryDataSource` operation.
pub mod update_direct_query_data_source;

/// Types for the `UpdateDomainConfig` operation.
pub mod update_domain_config;

/// Types for the `UpdateIndex` operation.
pub mod update_index;

/// Types for the `UpdatePackage` operation.
pub mod update_package;

/// Types for the `UpdatePackageScope` operation.
pub mod update_package_scope;

/// Types for the `UpdateScheduledAction` operation.
pub mod update_scheduled_action;

/// Types for the `UpdateVpcEndpoint` operation.
pub mod update_vpc_endpoint;

/// Types for the `UpgradeDomain` operation.
pub mod upgrade_domain;