aws-sdk-globalaccelerator 1.102.0

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

/// Types for the `AddCustomRoutingEndpoints` operation.
pub mod add_custom_routing_endpoints;

/// Types for the `AddEndpoints` operation.
pub mod add_endpoints;

/// Types for the `AdvertiseByoipCidr` operation.
pub mod advertise_byoip_cidr;

/// Types for the `AllowCustomRoutingTraffic` operation.
pub mod allow_custom_routing_traffic;

/// Types for the `CreateAccelerator` operation.
pub mod create_accelerator;

/// Types for the `CreateCrossAccountAttachment` operation.
pub mod create_cross_account_attachment;

/// Types for the `CreateCustomRoutingAccelerator` operation.
pub mod create_custom_routing_accelerator;

/// Types for the `CreateCustomRoutingEndpointGroup` operation.
pub mod create_custom_routing_endpoint_group;

/// Types for the `CreateCustomRoutingListener` operation.
pub mod create_custom_routing_listener;

/// Types for the `CreateEndpointGroup` operation.
pub mod create_endpoint_group;

/// Types for the `CreateListener` operation.
pub mod create_listener;

/// Types for the `DeleteAccelerator` operation.
pub mod delete_accelerator;

/// Types for the `DeleteCrossAccountAttachment` operation.
pub mod delete_cross_account_attachment;

/// Types for the `DeleteCustomRoutingAccelerator` operation.
pub mod delete_custom_routing_accelerator;

/// Types for the `DeleteCustomRoutingEndpointGroup` operation.
pub mod delete_custom_routing_endpoint_group;

/// Types for the `DeleteCustomRoutingListener` operation.
pub mod delete_custom_routing_listener;

/// Types for the `DeleteEndpointGroup` operation.
pub mod delete_endpoint_group;

/// Types for the `DeleteListener` operation.
pub mod delete_listener;

/// Types for the `DenyCustomRoutingTraffic` operation.
pub mod deny_custom_routing_traffic;

/// Types for the `DeprovisionByoipCidr` operation.
pub mod deprovision_byoip_cidr;

/// Types for the `DescribeAccelerator` operation.
pub mod describe_accelerator;

/// Types for the `DescribeAcceleratorAttributes` operation.
pub mod describe_accelerator_attributes;

/// Types for the `DescribeCrossAccountAttachment` operation.
pub mod describe_cross_account_attachment;

/// Types for the `DescribeCustomRoutingAccelerator` operation.
pub mod describe_custom_routing_accelerator;

/// Types for the `DescribeCustomRoutingAcceleratorAttributes` operation.
pub mod describe_custom_routing_accelerator_attributes;

/// Types for the `DescribeCustomRoutingEndpointGroup` operation.
pub mod describe_custom_routing_endpoint_group;

/// Types for the `DescribeCustomRoutingListener` operation.
pub mod describe_custom_routing_listener;

/// Types for the `DescribeEndpointGroup` operation.
pub mod describe_endpoint_group;

/// Types for the `DescribeListener` operation.
pub mod describe_listener;

/// Types for the `ListAccelerators` operation.
pub mod list_accelerators;

/// Types for the `ListByoipCidrs` operation.
pub mod list_byoip_cidrs;

/// Types for the `ListCrossAccountAttachments` operation.
pub mod list_cross_account_attachments;

/// Types for the `ListCrossAccountResourceAccounts` operation.
pub mod list_cross_account_resource_accounts;

/// Types for the `ListCrossAccountResources` operation.
pub mod list_cross_account_resources;

/// Types for the `ListCustomRoutingAccelerators` operation.
pub mod list_custom_routing_accelerators;

/// Types for the `ListCustomRoutingEndpointGroups` operation.
pub mod list_custom_routing_endpoint_groups;

/// Types for the `ListCustomRoutingListeners` operation.
pub mod list_custom_routing_listeners;

/// Types for the `ListCustomRoutingPortMappings` operation.
pub mod list_custom_routing_port_mappings;

/// Types for the `ListCustomRoutingPortMappingsByDestination` operation.
pub mod list_custom_routing_port_mappings_by_destination;

/// Types for the `ListEndpointGroups` operation.
pub mod list_endpoint_groups;

/// Types for the `ListListeners` operation.
pub mod list_listeners;

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

/// Types for the `ProvisionByoipCidr` operation.
pub mod provision_byoip_cidr;

/// Types for the `RemoveCustomRoutingEndpoints` operation.
pub mod remove_custom_routing_endpoints;

/// Types for the `RemoveEndpoints` operation.
pub mod remove_endpoints;

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

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

/// Types for the `UpdateAccelerator` operation.
pub mod update_accelerator;

/// Types for the `UpdateAcceleratorAttributes` operation.
pub mod update_accelerator_attributes;

/// Types for the `UpdateCrossAccountAttachment` operation.
pub mod update_cross_account_attachment;

/// Types for the `UpdateCustomRoutingAccelerator` operation.
pub mod update_custom_routing_accelerator;

/// Types for the `UpdateCustomRoutingAcceleratorAttributes` operation.
pub mod update_custom_routing_accelerator_attributes;

/// Types for the `UpdateCustomRoutingListener` operation.
pub mod update_custom_routing_listener;

/// Types for the `UpdateEndpointGroup` operation.
pub mod update_endpoint_group;

/// Types for the `UpdateListener` operation.
pub mod update_listener;

/// Types for the `WithdrawByoipCidr` operation.
pub mod withdraw_byoip_cidr;