Module Smaws_Client_GlobalAccelerator.AdvertiseByoipCidr

Advertises an IPv4 address range that is provisioned for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP). It can take a few minutes before traffic to the specified addresses starts routing to Amazon Web Services because of propagation delays.

To stop advertising the BYOIP address range, use WithdrawByoipCidr.

For more information, see Bring your own IP addresses (BYOIP) in the Global Accelerator Developer Guide.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `AccessDeniedException of Types.access_denied_exception | `ByoipCidrNotFoundException of Types.byoip_cidr_not_found_exception | `IncorrectCidrStateException of Types.incorrect_cidr_state_exception | `InternalServiceErrorException of Types.internal_service_error_exception | `InvalidArgumentException of Types.invalid_argument_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.advertise_byoip_cidr_request -> (Types.advertise_byoip_cidr_response, [> Smaws_Lib.Protocols.AwsJson.error | `AccessDeniedException of Types.access_denied_exception | `ByoipCidrNotFoundException of Types.byoip_cidr_not_found_exception | `IncorrectCidrStateException of Types.incorrect_cidr_state_exception | `InternalServiceErrorException of Types.internal_service_error_exception | `InvalidArgumentException of Types.invalid_argument_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.advertise_byoip_cidr_request -> (Types.advertise_byoip_cidr_response Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsJson.error | `AccessDeniedException of Types.access_denied_exception | `ByoipCidrNotFoundException of Types.byoip_cidr_not_found_exception | `IncorrectCidrStateException of Types.incorrect_cidr_state_exception | `InternalServiceErrorException of Types.internal_service_error_exception | `InvalidArgumentException of Types.invalid_argument_exception ] * Smaws_Lib.Response.metadata) Stdlib.result