Module Awso_interconnect.ValuesSource

Sourceval service : Awso.Service.t
Sourceval apiVersion : string
Sourceval endpointPrefix : string
Sourceval serviceFullName : string
Sourceval signatureVersion : string
Sourceval protocol : string
Sourceval globalEndpoint : string
Sourceval targetPrefix : string
Sourceval simple_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval composed_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval to_query : ('a -> Awso.Client.Query.value) -> 'a -> Awso.Client.Query.t
Sourceval structure_to_value_aux : ('a * 'b option) list -> f:(('a * 'b) list -> 'c) -> [> `Structure of 'c ]
Sourceval structure_to_value : ('a * 'b option) list -> [> `Structure of ('a * 'b) list ]
Sourceval structure_to_wrapped_value : wrapper:'a -> response:'a -> ('b * 'c option) list -> [> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]
Sourcemodule ConnectionBandwidth : sig ... end
Sourcemodule BandwidthList : sig ... end
Sourcemodule CloudServiceProvider : sig ... end
Sourcemodule LastMileProvider : sig ... end
Sourcemodule AmazonResourceName : sig ... end
Sourcemodule TagKey : sig ... end
Sourcemodule TagValue : sig ... end
Sourcemodule Bandwidths : sig ... end

Contains the details about the available and supported bandwidths.

Sourcemodule EnvironmentId : sig ... end
Sourcemodule EnvironmentState : sig ... end
Sourcemodule Location : sig ... end
Sourcemodule ProductType : sig ... end
Sourcemodule Provider : sig ... end

Describes the respective AWS Interconnect Partner organization.

Sourcemodule String_ : sig ... end
Sourcemodule AttachPoint : sig ... end

Identifies an attach point to use with a Connection.

Sourcemodule BillingTier : sig ... end
Sourcemodule ConnectionDescription : sig ... end
Sourcemodule ConnectionId : sig ... end
Sourcemodule ConnectionSharedId : sig ... end
Sourcemodule ConnectionState : sig ... end
Sourcemodule AttachPointType : sig ... end
Sourcemodule ActivationKey : sig ... end
Sourcemodule OwnerAccountId : sig ... end
Sourcemodule TagMap : sig ... end
Sourcemodule Environment : sig ... end

Defines the logical topology that an AWS Interconnect Connection is created upon. Specifically, an Environment defines the partner The remote Cloud Service Provider of this resource. or The remote Last Mile Provider of this resource. and the region or location specification to which an AWS Interconnect Connection can be made.

Sourcemodule ConnectionSummary : sig ... end

Summarized view of a Connection object.

Sourcemodule AttachPointDescriptor : sig ... end

Describes a possible Attach Point for a Connection.

Sourcemodule RemoteOwnerAccount : sig ... end
Sourcemodule AccessDeniedException : sig ... end

The calling principal is not allowed to access the specified resource, or the resource does not exist.

Sourcemodule Connection : sig ... end

The object describing the provided connectivity from the AWS region to the partner location.

The request was denied due to incorrect client supplied parameters.

The request resulted in an exception internal to the service.

The input fails to satisfy the constraints specified.

Sourcemodule ResourceNotFoundException : sig ... end

The request specifies a resource that does not exist on the server.

The requested operation would result in the calling principal exceeding their allotted quota.

Sourcemodule ThrottlingException : sig ... end

The request was denied due to request throttling.

Sourcemodule TagKeyList : sig ... end
Sourcemodule EnvironmentList : sig ... end
Sourcemodule MaxResults : sig ... end
Sourcemodule NextToken : sig ... end
Sourcemodule ConnectionSummariesList : sig ... end
Sourcemodule AttachPointDescriptorList : sig ... end
Sourcemodule RemoteAccountIdentifier : sig ... end

The types of identifiers that may be needed for remote account specification.

Sourcemodule UpdateConnectionResponse : sig ... end

Modifies an existing connection. Currently we support modifications to the connection's description and/or bandwidth.

Sourcemodule UpdateConnectionRequest : sig ... end

Modifies an existing connection. Currently we support modifications to the connection's description and/or bandwidth.

Sourcemodule UntagResourceResponse : sig ... end

Removes tags from the specified resource.

Sourcemodule UntagResourceRequest : sig ... end

Removes tags from the specified resource.

Sourcemodule TagResourceResponse : sig ... end

Add new tags to the specified resource.

Sourcemodule TagResourceRequest : sig ... end

Add new tags to the specified resource.

List all current tags on the specified resource. Currently this supports Connection resources.

List all current tags on the specified resource. Currently this supports Connection resources.

Sourcemodule ListEnvironmentsResponse : sig ... end

Lists all of the environments that can produce connections that will land in the called AWS region.

Sourcemodule ListEnvironmentsRequest : sig ... end

Lists all of the environments that can produce connections that will land in the called AWS region.

Sourcemodule ListConnectionsResponse : sig ... end

Lists all connection objects to which the caller has access. Allows for optional filtering by the following properties: state environmentId provider attach point Only Connection objects matching all filters will be returned.

Sourcemodule ListConnectionsRequest : sig ... end

Lists all connection objects to which the caller has access. Allows for optional filtering by the following properties: state environmentId provider attach point Only Connection objects matching all filters will be returned.

Sourcemodule ListAttachPointsResponse : sig ... end

Lists all Attach Points the caller has access to that are valid for the specified Environment.

Sourcemodule ListAttachPointsRequest : sig ... end

Lists all Attach Points the caller has access to that are valid for the specified Environment.

Sourcemodule GetEnvironmentResponse : sig ... end

Describes a specific Environment

Sourcemodule GetEnvironmentRequest : sig ... end

Describes a specific Environment

Sourcemodule GetConnectionResponse : sig ... end

Describes the current state of a Connection resource as specified by the identifier.

Sourcemodule GetConnectionRequest : sig ... end

Describes the current state of a Connection resource as specified by the identifier.

Describes the details of a connection proposal generated at a partner's portal.

Describes the details of a connection proposal generated at a partner's portal.

Sourcemodule DeleteConnectionResponse : sig ... end

Deletes an existing Connection with the supplied identifier. This operation will also inform the remote partner of your intention to delete your connection. Note, the partner may still require you to delete to fully clean up resources, but the network connectivity provided by the Connection will cease to exist.

Sourcemodule DeleteConnectionRequest : sig ... end

Deletes an existing Connection with the supplied identifier. This operation will also inform the remote partner of your intention to delete your connection. Note, the partner may still require you to delete to fully clean up resources, but the network connectivity provided by the Connection will cease to exist.

Sourcemodule CreateConnectionResponse : sig ... end

Initiates the process to create a Connection across the specified Environment. The Environment dictates the specified partner and location to which the other end of the connection should attach. You can see a list of the available Environments by calling ListEnvironments The Attach Point specifies where within the AWS Network your connection will logically connect. After a successful call to this method, the resulting Connection will return an Activation Key which will need to be brought to the specific partner's portal to confirm the Connection on both sides. (See Environment$activationPageUrl for a direct link to the partner portal).

Sourcemodule CreateConnectionRequest : sig ... end

Initiates the process to create a Connection across the specified Environment. The Environment dictates the specified partner and location to which the other end of the connection should attach. You can see a list of the available Environments by calling ListEnvironments The Attach Point specifies where within the AWS Network your connection will logically connect. After a successful call to this method, the resulting Connection will return an Activation Key which will need to be brought to the specific partner's portal to confirm the Connection on both sides. (See Environment$activationPageUrl for a direct link to the partner portal).

Accepts a connection proposal which was generated at a supported partner's portal. The proposal contains the Environment and bandwidth that were chosen on the partner's portal and cannot be modified. Upon accepting the proposal a connection will be made between the AWS network as accessed via the selected Attach Point and the network previously selected network on the partner's portal.

Accepts a connection proposal which was generated at a supported partner's portal. The proposal contains the Environment and bandwidth that were chosen on the partner's portal and cannot be modified. Upon accepting the proposal a connection will be made between the AWS network as accessed via the selected Attach Point and the network previously selected network on the partner's portal.