{ "version":"2.0", "metadata":{ "apiVersion":"2022-07-26", "auth":["aws.auth#sigv4"], "endpointPrefix":"interconnect", "jsonVersion":"1.0", "protocol":"smithy-rpc-v2-cbor", "protocols":[ "smithy-rpc-v2-cbor", "json" ], "serviceFullName":"Interconnect", "serviceId":"Interconnect", "signatureVersion":"v4", "signingName":"interconnect", "targetPrefix":"Interconnect", "uid":"interconnect-2022-07-26" }, "operations":{ "AcceptConnectionProposal":{ "name":"AcceptConnectionProposal", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"AcceptConnectionProposalRequest"}, "output":{"shape":"AcceptConnectionProposalResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InterconnectClientException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InterconnectValidationException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"InterconnectServerException"} ], "documentation":"
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.
", "idempotent":true }, "CreateConnection":{ "name":"CreateConnection", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateConnectionRequest"}, "output":{"shape":"CreateConnectionResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InterconnectClientException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InterconnectValidationException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"InterconnectServerException"} ], "documentation":"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).
", "idempotent":true }, "DeleteConnection":{ "name":"DeleteConnection", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteConnectionRequest"}, "output":{"shape":"DeleteConnectionResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InterconnectClientException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InterconnectValidationException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"InterconnectServerException"} ], "documentation":"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.
", "idempotent":true }, "DescribeConnectionProposal":{ "name":"DescribeConnectionProposal", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeConnectionProposalRequest"}, "output":{"shape":"DescribeConnectionProposalResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InterconnectClientException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InterconnectValidationException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"InterconnectServerException"} ], "documentation":"Describes the details of a connection proposal generated at a partner's portal.
", "readonly":true }, "GetConnection":{ "name":"GetConnection", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetConnectionRequest"}, "output":{"shape":"GetConnectionResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InterconnectClientException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InterconnectValidationException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"InterconnectServerException"} ], "documentation":"Describes the current state of a Connection resource as specified by the identifier.
", "readonly":true }, "GetEnvironment":{ "name":"GetEnvironment", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetEnvironmentRequest"}, "output":{"shape":"GetEnvironmentResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InterconnectClientException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InterconnectValidationException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"InterconnectServerException"} ], "documentation":"Describes a specific Environment
", "readonly":true }, "ListAttachPoints":{ "name":"ListAttachPoints", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ListAttachPointsRequest"}, "output":{"shape":"ListAttachPointsResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InterconnectClientException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InterconnectValidationException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"InterconnectServerException"} ], "documentation":"Lists all Attach Points the caller has access to that are valid for the specified Environment.
", "readonly":true }, "ListConnections":{ "name":"ListConnections", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ListConnectionsRequest"}, "output":{"shape":"ListConnectionsResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InterconnectClientException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InterconnectValidationException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"InterconnectServerException"} ], "documentation":"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.
", "readonly":true }, "ListEnvironments":{ "name":"ListEnvironments", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ListEnvironmentsRequest"}, "output":{"shape":"ListEnvironmentsResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InterconnectClientException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InterconnectValidationException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"InterconnectServerException"} ], "documentation":"Lists all of the environments that can produce connections that will land in the called AWS region.
", "readonly":true }, "ListTagsForResource":{ "name":"ListTagsForResource", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ListTagsForResourceRequest"}, "output":{"shape":"ListTagsForResourceResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InterconnectClientException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InterconnectValidationException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"InterconnectServerException"} ], "documentation":"List all current tags on the specified resource. Currently this supports Connection resources.
", "readonly":true }, "TagResource":{ "name":"TagResource", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"TagResourceRequest"}, "output":{"shape":"TagResourceResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InterconnectClientException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InterconnectValidationException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"InterconnectServerException"} ], "documentation":"Add new tags to the specified resource.
" }, "UntagResource":{ "name":"UntagResource", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"UntagResourceRequest"}, "output":{"shape":"UntagResourceResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InterconnectClientException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InterconnectValidationException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"InterconnectServerException"} ], "documentation":"Removes tags from the specified resource.
" }, "UpdateConnection":{ "name":"UpdateConnection", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"UpdateConnectionRequest"}, "output":{"shape":"UpdateConnectionResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InterconnectClientException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InterconnectValidationException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"InterconnectServerException"} ], "documentation":"Modifies an existing connection. Currently we support modifications to the connection's description and/or bandwidth.
", "idempotent":true } }, "shapes":{ "AcceptConnectionProposalRequest":{ "type":"structure", "required":[ "attachPoint", "activationKey" ], "members":{ "attachPoint":{ "shape":"AttachPoint", "documentation":"The Attach Point to which the connection should be associated.
" }, "activationKey":{ "shape":"ActivationKey", "documentation":"An Activation Key that was generated on a supported partner's portal. This key captures the desired parameters from the initial creation request.
The details of this request can be described using with DescribeConnectionProposal.
" }, "description":{ "shape":"ConnectionDescription", "documentation":"A description to distinguish this Connection.
" }, "tags":{ "shape":"TagMap", "documentation":"The tags to associate with the resulting Connection.
" }, "clientToken":{ "shape":"String", "documentation":"Idempotency token used for the request.
", "idempotencyToken":true } } }, "AcceptConnectionProposalResponse":{ "type":"structure", "members":{ "connection":{ "shape":"Connection", "documentation":"The created Connection object.
" } } }, "AccessDeniedException":{ "type":"structure", "members":{ "message":{"shape":"String"} }, "documentation":"The calling principal is not allowed to access the specified resource, or the resource does not exist.
", "error":{ "httpStatusCode":403, "senderFault":true }, "exception":true }, "ActivationKey":{ "type":"string", "max":2048, "min":1, "sensitive":true }, "AmazonResourceName":{ "type":"string", "max":150, "min":59, "pattern":"arn:aws[a-z-]*:interconnect:[^:]+:[0-9]{12}:connection/(mcc|lmcc)-[a-z0-9]{8}" }, "AttachPoint":{ "type":"structure", "members":{ "directConnectGateway":{ "shape":"DirectConnectGatewayAttachPoint", "documentation":"Identifies an DirectConnect Gateway attach point by DirectConnectGatewayID.
" }, "arn":{ "shape":"AmazonResourceName", "documentation":"Identifies an attach point by full ARN.
" } }, "documentation":"Identifies an attach point to use with a Connection.
", "union":true }, "AttachPointDescriptor":{ "type":"structure", "required":[ "type", "identifier", "name" ], "members":{ "type":{ "shape":"AttachPointType", "documentation":"The type of this AttachPoint, which will dictate the syntax of the identifier.
Current types include:
ARN
DirectConnect Gateway
The identifier for the specific type of the AttachPoint.
" }, "name":{ "shape":"String", "documentation":"The descriptive name of the identifier attach point.
" } }, "documentation":"Describes a possible Attach Point for a Connection.
" }, "AttachPointDescriptorList":{ "type":"list", "member":{"shape":"AttachPointDescriptor"} }, "AttachPointType":{ "type":"string", "enum":["DirectConnectGateway"] }, "BandwidthList":{ "type":"list", "member":{"shape":"ConnectionBandwidth"} }, "Bandwidths":{ "type":"structure", "members":{ "available":{ "shape":"BandwidthList", "documentation":"The list of currently available bandwidths.
" }, "supported":{ "shape":"BandwidthList", "documentation":"The list of all bandwidths that this environment plans to support
" } }, "documentation":"Contains the details about the available and supported bandwidths.
" }, "BillingTier":{ "type":"integer", "box":true, "max":8, "min":0 }, "CloudServiceProvider":{ "type":"string", "max":32, "min":0 }, "Connection":{ "type":"structure", "required":[ "id", "arn", "description", "bandwidth", "attachPoint", "environmentId", "provider", "location", "type", "state", "sharedId", "ownerAccount", "activationKey" ], "members":{ "id":{ "shape":"ConnectionId", "documentation":"The short identifier of the connection object.
" }, "arn":{ "shape":"AmazonResourceName", "documentation":"An ARN of a Connection object.
" }, "description":{ "shape":"ConnectionDescription", "documentation":"A descriptive name for the connection.
" }, "bandwidth":{ "shape":"ConnectionBandwidth", "documentation":"The specific selected bandwidth of this connection.
" }, "attachPoint":{ "shape":"AttachPoint", "documentation":"The Attach Point to which the connection should be associated.\"
" }, "environmentId":{ "shape":"EnvironmentId", "documentation":"The specific Environment this connection is placed upon.
" }, "provider":{ "shape":"Provider", "documentation":"The provider on the remote side of this Connection.
" }, "location":{ "shape":"Location", "documentation":"The provider specific location on the remote side of this Connection
" }, "type":{ "shape":"ProductType", "documentation":"The specific product type of this Connection.
" }, "state":{ "shape":"ConnectionState", "documentation":" requested: The initial state of a connection. The state will remain here until the Connection is accepted on the Partner portal.
pending: The connection has been accepted and is being provisioned between AWS and the Partner.
available: The connection has been fully provisioned between AWS and the Partner.
deleting: The connection is being deleted.
deleted: The connection has been deleted.
failed: The connection has failed to be created.
updating: The connection is being updated.
An identifier used by both AWS and the remote partner to identify the specific connection.
" }, "billingTier":{ "shape":"BillingTier", "documentation":"The billing tier this connection is currently assigned.
" }, "ownerAccount":{ "shape":"OwnerAccountId", "documentation":"The account that owns this Connection
" }, "activationKey":{ "shape":"ActivationKey", "documentation":"The Activation Key associated to this connection.
" }, "tags":{ "shape":"TagMap", "documentation":"The tags on the Connection
" } }, "documentation":"The object describing the provided connectivity from the AWS region to the partner location.
" }, "ConnectionBandwidth":{ "type":"string", "max":8, "min":1, "pattern":"\\d+[MG]bps" }, "ConnectionDescription":{ "type":"string", "max":255, "min":1, "pattern":"[-a-zA-Z0-9_ ]+" }, "ConnectionId":{ "type":"string", "max":32, "min":1, "pattern":"(mcc|lmcc)-[a-z0-9]{8}" }, "ConnectionSharedId":{ "type":"string", "max":36, "min":36, "pattern":"[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}" }, "ConnectionState":{ "type":"string", "enum":[ "available", "requested", "pending", "down", "deleting", "deleted", "failed", "updating" ] }, "ConnectionSummariesList":{ "type":"list", "member":{"shape":"ConnectionSummary"} }, "ConnectionSummary":{ "type":"structure", "required":[ "id", "arn", "description", "bandwidth", "attachPoint", "environmentId", "provider", "location", "type", "state", "sharedId" ], "members":{ "id":{ "shape":"ConnectionId", "documentation":"The identifier of the requested Connection
" }, "arn":{ "shape":"AmazonResourceName", "documentation":"The ARN of the Connection
" }, "description":{ "shape":"ConnectionDescription", "documentation":"A descriptive name of the Connection
" }, "bandwidth":{ "shape":"ConnectionBandwidth", "documentation":"The bandwidth of the Connection
" }, "attachPoint":{ "shape":"AttachPoint", "documentation":"The Attach Point to which the connection should be associated.
" }, "environmentId":{ "shape":"EnvironmentId", "documentation":"The Environment that this Connection is created on.
" }, "provider":{ "shape":"Provider", "documentation":"The provider on the remote end of this Connection
" }, "location":{ "shape":"Location", "documentation":"The provider specific location at the remote end of this Connection
" }, "type":{ "shape":"ProductType", "documentation":"The product variant supplied by this resource.
" }, "state":{ "shape":"ConnectionState", "documentation":" requested: The initial state of a connection. The state will remain here until the Connection is accepted on the Partner portal.
pending: The connection has been accepted and is being provisioned between AWS and the Partner.
available: The connection has been fully provisioned between AWS and the Partner.
deleting: The connection is being deleted.
deleted: The connection has been deleted.
failed: The connection has failed to be created.
updating: The connection is being updated.
An identifier used by both AWS and the remote partner to identify the specific connection.
" }, "billingTier":{ "shape":"BillingTier", "documentation":"The billing tier this connection is currently assigned.
" } }, "documentation":"Summarized view of a Connection object.
" }, "CreateConnectionRequest":{ "type":"structure", "required":[ "bandwidth", "attachPoint", "environmentId" ], "members":{ "description":{ "shape":"ConnectionDescription", "documentation":"A description to distinguish this Connection.
" }, "bandwidth":{ "shape":"ConnectionBandwidth", "documentation":"The desired bandwidth of the requested Connection
" }, "attachPoint":{ "shape":"AttachPoint", "documentation":"The Attach Point to which the connection should be associated.\"
" }, "environmentId":{ "shape":"EnvironmentId", "documentation":"The identifier of the Environment across which this Connection should be created.
The available Environment objects can be determined using ListEnvironments.
" }, "remoteAccount":{ "shape":"RemoteAccountIdentifier", "documentation":"Account and/or principal identifying information that can be verified by the partner of this specific Environment.
" }, "tags":{ "shape":"TagMap", "documentation":"The tag to associate with the resulting Connection.
" }, "clientToken":{ "shape":"String", "documentation":"Idempotency token used for the request.
", "idempotencyToken":true } } }, "CreateConnectionResponse":{ "type":"structure", "members":{ "connection":{ "shape":"Connection", "documentation":"The resulting Connection.
" } } }, "DeleteConnectionRequest":{ "type":"structure", "required":["identifier"], "members":{ "identifier":{ "shape":"ConnectionId", "documentation":"The identifier of the Connection to be deleted.
" }, "clientToken":{ "shape":"String", "documentation":"Idempotency token used for the request.
", "idempotencyToken":true } } }, "DeleteConnectionResponse":{ "type":"structure", "required":["connection"], "members":{ "connection":{ "shape":"Connection", "documentation":"The Connection object that has been marked for deletion.
" } } }, "DescribeConnectionProposalRequest":{ "type":"structure", "required":["activationKey"], "members":{ "activationKey":{ "shape":"ActivationKey", "documentation":"An Activation Key that was generated on a supported partner's portal. This key captures the desired parameters from the initial creation request.
" } } }, "DescribeConnectionProposalResponse":{ "type":"structure", "required":[ "bandwidth", "environmentId", "provider", "location" ], "members":{ "bandwidth":{ "shape":"ConnectionBandwidth", "documentation":"The bandwidth of the proposed Connection.
" }, "environmentId":{ "shape":"EnvironmentId", "documentation":"The identifier of the Environment upon which the Connection would be placed if this proposal were accepted.
" }, "provider":{ "shape":"Provider", "documentation":"The partner provider of the specific Environment of the proposal.
" }, "location":{ "shape":"Location", "documentation":"The partner specific location distinguisher of the specific Environment of the proposal.
" } } }, "DirectConnectGatewayAttachPoint":{ "type":"string", "max":36, "min":36, "pattern":"[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}" }, "Environment":{ "type":"structure", "required":[ "provider", "location", "environmentId", "state", "bandwidths", "type" ], "members":{ "provider":{ "shape":"Provider", "documentation":"The provider on the remote side of this Connection.
" }, "location":{ "shape":"Location", "documentation":"The provider specific location on the remote side of this Connection.
" }, "environmentId":{ "shape":"EnvironmentId", "documentation":"The identifier of this Environment
" }, "state":{ "shape":"EnvironmentState", "documentation":"The state of the Environment. Possible values:
available: The environment is available and new Connection objects can be requested.
limited: The environment is available, but overall capacity is limited. The set of available bandwidths
unavailable: The environment is currently unavailable.
The sets of bandwidths that are available and supported on this environment.
" }, "type":{ "shape":"ProductType", "documentation":"The specific product type of Connection objects provided by this Environment.
" }, "activationPageUrl":{ "shape":"String", "documentation":"An HTTPS URL on the remote partner portal where the Activation Key should be brought to complete the creation process.
" }, "remoteIdentifierType":{ "shape":"RemoteAccountIdentifierType", "documentation":"The type of identifying information that should be supplied to the remoteAccount parameter of a CreateConnection call for this specific Environment.
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.
" }, "EnvironmentId":{ "type":"string", "max":64, "min":1 }, "EnvironmentList":{ "type":"list", "member":{"shape":"Environment"} }, "EnvironmentState":{ "type":"string", "enum":[ "available", "limited", "unavailable" ] }, "GetConnectionRequest":{ "type":"structure", "required":["identifier"], "members":{ "identifier":{ "shape":"ConnectionId", "documentation":"The identifier of the requested Connection
" } } }, "GetConnectionResponse":{ "type":"structure", "members":{ "connection":{ "shape":"Connection", "documentation":"The existing Connection resource.
" } } }, "GetEnvironmentRequest":{ "type":"structure", "required":["id"], "members":{ "id":{ "shape":"EnvironmentId", "documentation":"The identifier of the specific Environment to describe.
" } } }, "GetEnvironmentResponse":{ "type":"structure", "required":["environment"], "members":{ "environment":{ "shape":"Environment", "documentation":"The requested Environment structure.
" } } }, "InterconnectClientException":{ "type":"structure", "required":["message"], "members":{ "message":{"shape":"String"} }, "documentation":"The request was denied due to incorrect client supplied parameters.
", "error":{ "httpStatusCode":400, "senderFault":true }, "exception":true }, "InterconnectServerException":{ "type":"structure", "required":["message"], "members":{ "message":{"shape":"String"} }, "documentation":"The request resulted in an exception internal to the service.
", "error":{"httpStatusCode":500}, "exception":true, "fault":true }, "InterconnectValidationException":{ "type":"structure", "required":["message"], "members":{ "message":{"shape":"String"} }, "documentation":"The input fails to satisfy the constraints specified.
", "error":{ "httpStatusCode":400, "senderFault":true }, "exception":true }, "LastMileProvider":{ "type":"string", "max":32, "min":0 }, "ListAttachPointsRequest":{ "type":"structure", "required":["environmentId"], "members":{ "environmentId":{ "shape":"EnvironmentId", "documentation":"The identifier of the Environment for which to list valid Attach Points.
" }, "maxResults":{ "shape":"MaxResults", "documentation":"The max number of list results in a single paginated response.
" }, "nextToken":{ "shape":"NextToken", "documentation":"A pagination token from a previous paginated response indicating you wish to get the next page.
" } } }, "ListAttachPointsResponse":{ "type":"structure", "required":["attachPoints"], "members":{ "attachPoints":{ "shape":"AttachPointDescriptorList", "documentation":"The valid AttachPoint
" }, "nextToken":{ "shape":"NextToken", "documentation":"A pagination token indicating that there are more results that can be fetched.
" } } }, "ListConnectionsRequest":{ "type":"structure", "members":{ "maxResults":{ "shape":"MaxResults", "documentation":"The max number of list results in a single paginated response.
" }, "nextToken":{ "shape":"NextToken", "documentation":"A pagination token from a previous paginated response indicating you wish to get the next page of results.
" }, "state":{ "shape":"ConnectionState", "documentation":"Filter the results to only include Connection objects in the given Connection$state.
" }, "environmentId":{ "shape":"EnvironmentId", "documentation":"Filter the results to only include Connection objects on the given Environment.
" }, "provider":{ "shape":"Provider", "documentation":"Filter the results to only include Connection objects to the given Provider.
" }, "attachPoint":{ "shape":"AttachPoint", "documentation":"Filter results to only include Connection objects attached to the given AttachPoint.
" } } }, "ListConnectionsResponse":{ "type":"structure", "members":{ "connections":{ "shape":"ConnectionSummariesList", "documentation":"The resulting list of Connection objects.
" }, "nextToken":{ "shape":"NextToken", "documentation":"A pagination token for use in subsequent calls to fetch the next page of results.
" } } }, "ListEnvironmentsRequest":{ "type":"structure", "members":{ "maxResults":{ "shape":"MaxResults", "documentation":"The max number of list results in a single paginated response.
" }, "nextToken":{ "shape":"NextToken", "documentation":"A pagination token from a previous paginated response indicating you wish to get the next page of results.
" }, "provider":{ "shape":"Provider", "documentation":"Filter results to only include Environment objects that connect to the Provider.
" }, "location":{ "shape":"Location", "documentation":"Filter results to only include Environment objects that connect to a given location distiguisher.
" } } }, "ListEnvironmentsResponse":{ "type":"structure", "required":["environments"], "members":{ "environments":{ "shape":"EnvironmentList", "documentation":"The list of matching Environment objects.
" }, "nextToken":{ "shape":"String", "documentation":"A pagination token for use in subsequent calls to fetch the next page of results.
" } } }, "ListTagsForResourceRequest":{ "type":"structure", "required":["arn"], "members":{ "arn":{ "shape":"AmazonResourceName", "documentation":"The resource ARN for which to list tags.
" } } }, "ListTagsForResourceResponse":{ "type":"structure", "members":{ "tags":{ "shape":"TagMap", "documentation":"The tags on the specified ARN.
" } } }, "Location":{ "type":"string", "max":255, "min":0 }, "MaxResults":{ "type":"integer", "box":true, "max":100, "min":1 }, "NextToken":{ "type":"string", "max":1024, "min":1 }, "OwnerAccountId":{ "type":"string", "max":12, "min":12, "pattern":"[0-9]{12}" }, "ProductType":{ "type":"string", "max":32, "min":5 }, "Provider":{ "type":"structure", "members":{ "cloudServiceProvider":{ "shape":"CloudServiceProvider", "documentation":"The provider's name. Specifically, connections to/from this Cloud Service Provider will be considered Multicloud connections.
" }, "lastMileProvider":{ "shape":"LastMileProvider", "documentation":"The provider's name. Specifically, connections to/from this Last Mile Provider will be considered LastMile connections.
" } }, "documentation":"Describes the respective AWS Interconnect Partner organization.
", "union":true }, "RemoteAccountIdentifier":{ "type":"structure", "members":{ "identifier":{ "shape":"RemoteOwnerAccount", "documentation":"A generic bit of identifying information. Can be used in place of any of the more specific types.
" } }, "documentation":"The types of identifiers that may be needed for remote account specification.
", "union":true }, "RemoteAccountIdentifierType":{ "type":"string", "enum":[ "account", "email" ] }, "RemoteOwnerAccount":{ "type":"string", "max":255, "min":1, "pattern":"[-a-zA-Z0-9_@\\.]+" }, "ResourceNotFoundException":{ "type":"structure", "members":{ "message":{"shape":"String"} }, "documentation":"The request specifies a resource that does not exist on the server.
", "error":{ "httpStatusCode":404, "senderFault":true }, "exception":true }, "ServiceQuotaExceededException":{ "type":"structure", "members":{ "message":{"shape":"String"} }, "documentation":"The requested operation would result in the calling principal exceeding their allotted quota.
", "error":{ "httpStatusCode":402, "senderFault":true }, "exception":true }, "String":{"type":"string"}, "TagKey":{ "type":"string", "max":128, "min":1 }, "TagKeyList":{ "type":"list", "member":{"shape":"TagKey"} }, "TagMap":{ "type":"map", "key":{"shape":"TagKey"}, "value":{"shape":"TagValue"} }, "TagResourceRequest":{ "type":"structure", "required":[ "arn", "tags" ], "members":{ "arn":{ "shape":"AmazonResourceName", "documentation":"The ARN of the resource that should receive the new tags.
" }, "tags":{ "shape":"TagMap", "documentation":"A map of tags to apply to the specified resource.
" } } }, "TagResourceResponse":{ "type":"structure", "members":{} }, "TagValue":{ "type":"string", "max":256, "min":0 }, "ThrottlingException":{ "type":"structure", "members":{ "message":{"shape":"String"} }, "documentation":"The request was denied due to request throttling.
", "error":{ "httpStatusCode":429, "senderFault":true }, "exception":true }, "UntagResourceRequest":{ "type":"structure", "required":[ "arn", "tagKeys" ], "members":{ "arn":{ "shape":"AmazonResourceName", "documentation":"The ARN of the resource from which the specified tags should be removed.
" }, "tagKeys":{ "shape":"TagKeyList", "documentation":"The list of tag keys that should be removed from the resource.
" } } }, "UntagResourceResponse":{ "type":"structure", "members":{} }, "UpdateConnectionRequest":{ "type":"structure", "required":["identifier"], "members":{ "identifier":{ "shape":"ConnectionId", "documentation":"The identifier of the Connection that should be updated.
" }, "description":{ "shape":"ConnectionDescription", "documentation":"An updated description to apply to the Connection
" }, "bandwidth":{ "shape":"ConnectionBandwidth", "documentation":"Request a new bandwidth size on the given Connection.
Note that changes to the size may be subject to additional policy, and does require the remote partner provider to acknowledge and permit this new bandwidth size.
" }, "clientToken":{ "shape":"String", "documentation":"Idempotency token used for the request.
", "idempotencyToken":true } } }, "UpdateConnectionResponse":{ "type":"structure", "members":{ "connection":{ "shape":"Connection", "documentation":"The resulting updated Connection
" } } } }, "documentation":"Provides managed connections between your AWS network resources and select partner network resources.
" }