{ "version":"2.0", "metadata":{ "apiVersion":"2023-05-15", "auth":["aws.auth#sigv4"], "endpointPrefix":"rtbfabric", "jsonVersion":"1.1", "protocol":"rest-json", "protocols":["rest-json"], "serviceAbbreviation":"RTBFabric", "serviceFullName":"RTBFabric", "serviceId":"RTBFabric", "signatureVersion":"v4", "signingName":"rtbfabric", "uid":"rtbfabric-2023-05-15" }, "operations":{ "AcceptLink":{ "name":"AcceptLink", "http":{ "method":"POST", "requestUri":"/gateway/{gatewayId}/link/{linkId}/accept", "responseCode":200 }, "input":{"shape":"AcceptLinkRequest"}, "output":{"shape":"AcceptLinkResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"ConflictException"}, {"shape":"InternalServerException"}, {"shape":"ValidationException"} ], "documentation":"

Accepts a link request between gateways.

When a requester gateway requests to link with a responder gateway, the responder can use this operation to accept the link request and establish the connection.

", "idempotent":true }, "AssociateCertificate":{ "name":"AssociateCertificate", "http":{ "method":"POST", "requestUri":"/responder-gateway/{gatewayId}/certificate", "responseCode":200 }, "input":{"shape":"AssociateCertificateRequest"}, "output":{"shape":"AssociateCertificateResponse"}, "errors":[ {"shape":"ServiceQuotaExceededException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"ConflictException"}, {"shape":"InternalServerException"}, {"shape":"ValidationException"} ], "documentation":"

Associates an ACM certificate with a responder gateway.

", "idempotent":true }, "CreateInboundExternalLink":{ "name":"CreateInboundExternalLink", "http":{ "method":"POST", "requestUri":"/responder-gateway/{gatewayId}/inbound-external-link", "responseCode":200 }, "input":{"shape":"CreateInboundExternalLinkRequest"}, "output":{"shape":"CreateInboundExternalLinkResponse"}, "errors":[ {"shape":"ServiceQuotaExceededException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"ConflictException"}, {"shape":"InternalServerException"}, {"shape":"ValidationException"} ], "documentation":"

Creates an inbound external link.

", "idempotent":true }, "CreateLink":{ "name":"CreateLink", "http":{ "method":"POST", "requestUri":"/gateway/{gatewayId}/create-link", "responseCode":200 }, "input":{"shape":"CreateLinkRequest"}, "output":{"shape":"CreateLinkResponse"}, "errors":[ {"shape":"ServiceQuotaExceededException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"ConflictException"}, {"shape":"InternalServerException"}, {"shape":"ValidationException"} ], "documentation":"

Creates a new link between gateways.

Establishes a connection that allows gateways to communicate and exchange bid requests and responses.

", "idempotent":true }, "CreateLinkRoutingRule":{ "name":"CreateLinkRoutingRule", "http":{ "method":"POST", "requestUri":"/responder-gateway/{gatewayId}/link/{linkId}/routing-rule", "responseCode":200 }, "input":{"shape":"CreateLinkRoutingRuleRequest"}, "output":{"shape":"CreateLinkRoutingRuleResponse"}, "errors":[ {"shape":"ServiceQuotaExceededException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"ConflictException"}, {"shape":"InternalServerException"}, {"shape":"ValidationException"} ], "documentation":"

Creates a routing rule for a link.

Routing rules use priority-based evaluation where lower priority numbers are evaluated first. Each rule specifies conditions that must all match for the rule to apply.

", "idempotent":true }, "CreateOutboundExternalLink":{ "name":"CreateOutboundExternalLink", "http":{ "method":"POST", "requestUri":"/requester-gateway/{gatewayId}/outbound-external-link", "responseCode":200 }, "input":{"shape":"CreateOutboundExternalLinkRequest"}, "output":{"shape":"CreateOutboundExternalLinkResponse"}, "errors":[ {"shape":"ServiceQuotaExceededException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"ConflictException"}, {"shape":"InternalServerException"}, {"shape":"ValidationException"} ], "documentation":"

Creates an outbound external link.

", "idempotent":true }, "CreateRequesterGateway":{ "name":"CreateRequesterGateway", "http":{ "method":"POST", "requestUri":"/requester-gateway", "responseCode":200 }, "input":{"shape":"CreateRequesterGatewayRequest"}, "output":{"shape":"CreateRequesterGatewayResponse"}, "errors":[ {"shape":"ServiceQuotaExceededException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InternalServerException"}, {"shape":"ValidationException"} ], "documentation":"

Creates a requester gateway.

", "idempotent":true }, "CreateResponderGateway":{ "name":"CreateResponderGateway", "http":{ "method":"POST", "requestUri":"/responder-gateway", "responseCode":200 }, "input":{"shape":"CreateResponderGatewayRequest"}, "output":{"shape":"CreateResponderGatewayResponse"}, "errors":[ {"shape":"ServiceQuotaExceededException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InternalServerException"}, {"shape":"ValidationException"} ], "documentation":"

Creates a responder gateway.

A domain name or managed endpoint is required.

", "idempotent":true }, "DeleteInboundExternalLink":{ "name":"DeleteInboundExternalLink", "http":{ "method":"DELETE", "requestUri":"/responder-gateway/{gatewayId}/inbound-external-link/{linkId}", "responseCode":200 }, "input":{"shape":"DeleteInboundExternalLinkRequest"}, "output":{"shape":"DeleteInboundExternalLinkResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"ConflictException"}, {"shape":"InternalServerException"}, {"shape":"ValidationException"} ], "documentation":"

Deletes an inbound external link.

", "idempotent":true }, "DeleteLink":{ "name":"DeleteLink", "http":{ "method":"DELETE", "requestUri":"/gateway/{gatewayId}/link/{linkId}", "responseCode":200 }, "input":{"shape":"DeleteLinkRequest"}, "output":{"shape":"DeleteLinkResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"ConflictException"}, {"shape":"InternalServerException"}, {"shape":"ValidationException"} ], "documentation":"

Deletes a link between gateways.

Permanently removes the connection between gateways. This action cannot be undone.

", "idempotent":true }, "DeleteLinkRoutingRule":{ "name":"DeleteLinkRoutingRule", "http":{ "method":"DELETE", "requestUri":"/responder-gateway/{gatewayId}/link/{linkId}/routing-rule/{ruleId}", "responseCode":200 }, "input":{"shape":"DeleteLinkRoutingRuleRequest"}, "output":{"shape":"DeleteLinkRoutingRuleResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"ConflictException"}, {"shape":"InternalServerException"}, {"shape":"ValidationException"} ], "documentation":"

Deletes a routing rule from a link.

", "idempotent":true }, "DeleteOutboundExternalLink":{ "name":"DeleteOutboundExternalLink", "http":{ "method":"DELETE", "requestUri":"/requester-gateway/{gatewayId}/outbound-external-link/{linkId}", "responseCode":200 }, "input":{"shape":"DeleteOutboundExternalLinkRequest"}, "output":{"shape":"DeleteOutboundExternalLinkResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"ConflictException"}, {"shape":"InternalServerException"}, {"shape":"ValidationException"} ], "documentation":"

Deletes an outbound external link.

", "idempotent":true }, "DeleteRequesterGateway":{ "name":"DeleteRequesterGateway", "http":{ "method":"DELETE", "requestUri":"/requester-gateway/{gatewayId}", "responseCode":200 }, "input":{"shape":"DeleteRequesterGatewayRequest"}, "output":{"shape":"DeleteRequesterGatewayResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"ConflictException"}, {"shape":"InternalServerException"}, {"shape":"ValidationException"} ], "documentation":"

Deletes a requester gateway.

", "idempotent":true }, "DeleteResponderGateway":{ "name":"DeleteResponderGateway", "http":{ "method":"DELETE", "requestUri":"/responder-gateway/{gatewayId}", "responseCode":200 }, "input":{"shape":"DeleteResponderGatewayRequest"}, "output":{"shape":"DeleteResponderGatewayResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"ConflictException"}, {"shape":"InternalServerException"}, {"shape":"ValidationException"} ], "documentation":"

Deletes a responder gateway.

", "idempotent":true }, "DisassociateCertificate":{ "name":"DisassociateCertificate", "http":{ "method":"DELETE", "requestUri":"/responder-gateway/{gatewayId}/certificate", "responseCode":200 }, "input":{"shape":"DisassociateCertificateRequest"}, "output":{"shape":"DisassociateCertificateResponse"}, "errors":[ {"shape":"ServiceQuotaExceededException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"ConflictException"}, {"shape":"InternalServerException"}, {"shape":"ValidationException"} ], "documentation":"

Removes a certificate association from a responder gateway.

", "idempotent":true }, "GetCertificateAssociation":{ "name":"GetCertificateAssociation", "http":{ "method":"GET", "requestUri":"/responder-gateway/{gatewayId}/certificate", "responseCode":200 }, "input":{"shape":"GetCertificateAssociationRequest"}, "output":{"shape":"GetCertificateAssociationResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InternalServerException"}, {"shape":"ValidationException"} ], "documentation":"

Retrieves the details of a certificate association with a responder gateway.

", "readonly":true }, "GetInboundExternalLink":{ "name":"GetInboundExternalLink", "http":{ "method":"GET", "requestUri":"/responder-gateway/{gatewayId}/inbound-external-link/{linkId}", "responseCode":200 }, "input":{"shape":"GetInboundExternalLinkRequest"}, "output":{"shape":"GetInboundExternalLinkResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InternalServerException"}, {"shape":"ValidationException"} ], "documentation":"

Retrieves information about an inbound external link.

", "readonly":true }, "GetLink":{ "name":"GetLink", "http":{ "method":"GET", "requestUri":"/gateway/{gatewayId}/link/{linkId}", "responseCode":200 }, "input":{"shape":"GetLinkRequest"}, "output":{"shape":"GetLinkResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"ConflictException"}, {"shape":"InternalServerException"}, {"shape":"ValidationException"} ], "documentation":"

Retrieves information about a link between gateways.

Returns detailed information about the link configuration, status, and associated gateways.

", "readonly":true }, "GetLinkRoutingRule":{ "name":"GetLinkRoutingRule", "http":{ "method":"GET", "requestUri":"/responder-gateway/{gatewayId}/link/{linkId}/routing-rule/{ruleId}", "responseCode":200 }, "input":{"shape":"GetLinkRoutingRuleRequest"}, "output":{"shape":"GetLinkRoutingRuleResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InternalServerException"}, {"shape":"ValidationException"} ], "documentation":"

Retrieves the details of a routing rule for a link.

", "readonly":true }, "GetOutboundExternalLink":{ "name":"GetOutboundExternalLink", "http":{ "method":"GET", "requestUri":"/requester-gateway/{gatewayId}/outbound-external-link/{linkId}", "responseCode":200 }, "input":{"shape":"GetOutboundExternalLinkRequest"}, "output":{"shape":"GetOutboundExternalLinkResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InternalServerException"}, {"shape":"ValidationException"} ], "documentation":"

Retrieves information about an outbound external link.

", "readonly":true }, "GetRequesterGateway":{ "name":"GetRequesterGateway", "http":{ "method":"GET", "requestUri":"/requester-gateway/{gatewayId}", "responseCode":200 }, "input":{"shape":"GetRequesterGatewayRequest"}, "output":{"shape":"GetRequesterGatewayResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InternalServerException"}, {"shape":"ValidationException"} ], "documentation":"

Retrieves information about a requester gateway.

", "readonly":true }, "GetResponderGateway":{ "name":"GetResponderGateway", "http":{ "method":"GET", "requestUri":"/responder-gateway/{gatewayId}", "responseCode":200 }, "input":{"shape":"GetResponderGatewayRequest"}, "output":{"shape":"GetResponderGatewayResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InternalServerException"}, {"shape":"ValidationException"} ], "documentation":"

Retrieves information about a responder gateway.

", "readonly":true }, "ListCertificateAssociations":{ "name":"ListCertificateAssociations", "http":{ "method":"GET", "requestUri":"/responder-gateway/{gatewayId}/certificates", "responseCode":200 }, "input":{"shape":"ListCertificateAssociationsRequest"}, "output":{"shape":"ListCertificateAssociationsResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InternalServerException"}, {"shape":"ValidationException"} ], "documentation":"

Lists the certificate associations for a responder gateway.

", "readonly":true }, "ListLinkRoutingRules":{ "name":"ListLinkRoutingRules", "http":{ "method":"GET", "requestUri":"/responder-gateway/{gatewayId}/link/{linkId}/routing-rules", "responseCode":200 }, "input":{"shape":"ListLinkRoutingRulesRequest"}, "output":{"shape":"ListLinkRoutingRulesResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InternalServerException"}, {"shape":"ValidationException"} ], "documentation":"

Lists the routing rules for a link.

", "readonly":true }, "ListLinks":{ "name":"ListLinks", "http":{ "method":"GET", "requestUri":"/gateway/{gatewayId}/links/", "responseCode":200 }, "input":{"shape":"ListLinksRequest"}, "output":{"shape":"ListLinksResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InternalServerException"}, {"shape":"ValidationException"} ], "documentation":"

Lists links associated with gateways.

Returns a list of all links for the specified gateways, including their status and configuration details.

", "readonly":true }, "ListRequesterGateways":{ "name":"ListRequesterGateways", "http":{ "method":"GET", "requestUri":"/requester-gateways", "responseCode":200 }, "input":{"shape":"ListRequesterGatewaysRequest"}, "output":{"shape":"ListRequesterGatewaysResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ValidationException"} ], "documentation":"

Lists requester gateways.

", "readonly":true }, "ListResponderGateways":{ "name":"ListResponderGateways", "http":{ "method":"GET", "requestUri":"/responder-gateways", "responseCode":200 }, "input":{"shape":"ListResponderGatewaysRequest"}, "output":{"shape":"ListResponderGatewaysResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ValidationException"} ], "documentation":"

Lists reponder gateways.

", "readonly":true }, "ListTagsForResource":{ "name":"ListTagsForResource", "http":{ "method":"GET", "requestUri":"/tags/{resourceArn}", "responseCode":200 }, "input":{"shape":"ListTagsForResourceRequest"}, "output":{"shape":"ListTagsForResourceResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InternalServerException"}, {"shape":"ValidationException"} ], "documentation":"

Lists tags for a resource.

", "readonly":true }, "RejectLink":{ "name":"RejectLink", "http":{ "method":"POST", "requestUri":"/gateway/{gatewayId}/link/{linkId}/reject", "responseCode":200 }, "input":{"shape":"RejectLinkRequest"}, "output":{"shape":"RejectLinkResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"ConflictException"}, {"shape":"InternalServerException"}, {"shape":"ValidationException"} ], "documentation":"

Rejects a link request between gateways.

When a requester gateway requests to link with a responder gateway, the responder can use this operation to decline the link request.

", "idempotent":true }, "TagResource":{ "name":"TagResource", "http":{ "method":"POST", "requestUri":"/tags/{resourceArn}", "responseCode":204 }, "input":{"shape":"TagResourceRequest"}, "output":{"shape":"TagResourceResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InternalServerException"}, {"shape":"ValidationException"} ], "documentation":"

Assigns one or more tags (key-value pairs) to the specified resource.

", "idempotent":true }, "UntagResource":{ "name":"UntagResource", "http":{ "method":"DELETE", "requestUri":"/tags/{resourceArn}", "responseCode":204 }, "input":{"shape":"UntagResourceRequest"}, "output":{"shape":"UntagResourceResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InternalServerException"}, {"shape":"ValidationException"} ], "documentation":"

Removes a tag or tags from a resource.

", "idempotent":true }, "UpdateLink":{ "name":"UpdateLink", "http":{ "method":"PATCH", "requestUri":"/gateway/{gatewayId}/link/{linkId}", "responseCode":200 }, "input":{"shape":"UpdateLinkRequest"}, "output":{"shape":"UpdateLinkResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"ConflictException"}, {"shape":"InternalServerException"}, {"shape":"ValidationException"} ], "documentation":"

Updates the configuration of a link between gateways.

Allows you to modify settings and parameters for an existing link.

", "idempotent":true }, "UpdateLinkModuleFlow":{ "name":"UpdateLinkModuleFlow", "http":{ "method":"POST", "requestUri":"/gateway/{gatewayId}/link/{linkId}/module-flow", "responseCode":200 }, "input":{"shape":"UpdateLinkModuleFlowRequest"}, "output":{"shape":"UpdateLinkModuleFlowResponse"}, "errors":[ {"shape":"ServiceQuotaExceededException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"ConflictException"}, {"shape":"InternalServerException"}, {"shape":"ValidationException"} ], "documentation":"

Updates a link module flow.

", "idempotent":true }, "UpdateLinkRoutingRule":{ "name":"UpdateLinkRoutingRule", "http":{ "method":"PUT", "requestUri":"/responder-gateway/{gatewayId}/link/{linkId}/routing-rule/{ruleId}", "responseCode":200 }, "input":{"shape":"UpdateLinkRoutingRuleRequest"}, "output":{"shape":"UpdateLinkRoutingRuleResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"ConflictException"}, {"shape":"InternalServerException"}, {"shape":"ValidationException"} ], "documentation":"

Updates a routing rule for a link.

", "idempotent":true }, "UpdateRequesterGateway":{ "name":"UpdateRequesterGateway", "http":{ "method":"POST", "requestUri":"/requester-gateway/{gatewayId}/update", "responseCode":200 }, "input":{"shape":"UpdateRequesterGatewayRequest"}, "output":{"shape":"UpdateRequesterGatewayResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"ConflictException"}, {"shape":"InternalServerException"}, {"shape":"ValidationException"} ], "documentation":"

Updates a requester gateway.

", "idempotent":true }, "UpdateResponderGateway":{ "name":"UpdateResponderGateway", "http":{ "method":"POST", "requestUri":"/responder-gateway/{gatewayId}/update", "responseCode":200 }, "input":{"shape":"UpdateResponderGatewayRequest"}, "output":{"shape":"UpdateResponderGatewayResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"ConflictException"}, {"shape":"InternalServerException"}, {"shape":"ValidationException"} ], "documentation":"

Updates a responder gateway.

", "idempotent":true } }, "shapes":{ "AcceptLinkRequest":{ "type":"structure", "required":[ "gatewayId", "linkId", "logSettings" ], "members":{ "gatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the gateway.

", "location":"uri", "locationName":"gatewayId" }, "linkId":{ "shape":"LinkId", "documentation":"

The unique identifier of the link.

", "location":"uri", "locationName":"linkId" }, "attributes":{ "shape":"LinkAttributes", "documentation":"

Attributes of the link.

" }, "logSettings":{ "shape":"LinkLogSettings", "documentation":"

Settings for the application logs.

" }, "timeoutInMillis":{ "shape":"LinkTimeoutInMillis", "documentation":"

The timeout value in milliseconds.

" } } }, "AcceptLinkResponse":{ "type":"structure", "required":[ "gatewayId", "peerGatewayId", "status", "createdAt", "updatedAt", "linkId" ], "members":{ "gatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the gateway.

" }, "peerGatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the peer gateway.

" }, "status":{ "shape":"LinkStatus", "documentation":"

The status of the link.

" }, "createdAt":{ "shape":"Timestamp", "documentation":"

The timestamp of when the link was created.

" }, "updatedAt":{ "shape":"Timestamp", "documentation":"

The timestamp of when the link was updated.

" }, "direction":{ "shape":"LinkDirection", "documentation":"

The direction of the link.

" }, "flowModules":{ "shape":"ModuleConfigurationList", "documentation":"

The configuration of flow modules.

" }, "pendingFlowModules":{ "shape":"ModuleConfigurationList", "documentation":"

The configuration of pending flow modules.

" }, "attributes":{ "shape":"LinkAttributes", "documentation":"

Attributes of the link.

" }, "logSettings":{"shape":"LinkLogSettings"}, "connectivityType":{ "shape":"ConnectivityType", "documentation":"

The connectivity type of the link.

" }, "linkId":{ "shape":"LinkId", "documentation":"

The unique identifier of the link.

" } } }, "AccessDeniedException":{ "type":"structure", "required":["message"], "members":{ "message":{"shape":"String"} }, "documentation":"

The request could not be completed because you do not have sufficient access to perform this action.

", "error":{ "httpStatusCode":403, "senderFault":true }, "exception":true }, "AcmCertificateArn":{ "type":"string", "max":256, "min":75, "pattern":"arn:(aws|aws-cn|aws-us-gov):acm:[a-z0-9-]+:[0-9]{12}:certificate/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}" }, "Action":{ "type":"structure", "members":{ "noBid":{ "shape":"NoBidAction", "documentation":"

Describes a no bid action.

" }, "headerTag":{ "shape":"HeaderTagAction", "documentation":"

Describes the header tag for a bid action.

" } }, "documentation":"

Describes a bid action.

", "union":true }, "AssociateCertificateRequest":{ "type":"structure", "required":[ "gatewayId", "acmCertificateArn", "clientToken" ], "members":{ "gatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the gateway.

", "location":"uri", "locationName":"gatewayId" }, "acmCertificateArn":{ "shape":"AcmCertificateArn", "documentation":"

The Amazon Resource Name (ARN) of the ACM certificate to associate.

" }, "clientToken":{ "shape":"String", "documentation":"

Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a UUID type of value.

If you don't provide this value, then Amazon Web Services generates a random one for you.

If you retry the operation with the same ClientToken, but with different parameters, the retry fails with an IdempotentParameterMismatch error.

", "idempotencyToken":true } } }, "AssociateCertificateResponse":{ "type":"structure", "required":[ "gatewayId", "acmCertificateArn", "status" ], "members":{ "gatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the gateway.

" }, "acmCertificateArn":{ "shape":"AcmCertificateArn", "documentation":"

The Amazon Resource Name (ARN) of the ACM certificate.

" }, "status":{ "shape":"CertificateAssociationStatus", "documentation":"

The status of the certificate association.

" } } }, "AutoScalingGroupName":{ "type":"string", "max":255, "min":1 }, "AutoScalingGroupNameList":{ "type":"list", "member":{"shape":"AutoScalingGroupName"} }, "AutoScalingGroupsConfiguration":{ "type":"structure", "required":[ "autoScalingGroupNames", "roleArn" ], "members":{ "autoScalingGroupNames":{ "shape":"AutoScalingGroupNameList", "documentation":"

The names of the auto scaling group.

" }, "roleArn":{ "shape":"AutoScalingGroupsConfigurationRoleArnString", "documentation":"

The role ARN of the auto scaling group.

" }, "healthCheckConfig":{ "shape":"HealthCheckConfig", "documentation":"

The health check configuration for the Auto Scaling group managed endpoint.

" } }, "documentation":"

Describes the configuration of an auto scaling group.

" }, "AutoScalingGroupsConfigurationRoleArnString":{ "type":"string", "pattern":"arn:aws:iam::[0-9]{12}:role/.{1,2048}" }, "Base64EncodedCertificateChain":{ "type":"string", "max":2097152, "min":1, "sensitive":true }, "Boolean":{ "type":"boolean", "box":true }, "CertificateAssociationStatus":{ "type":"string", "documentation":"

The status of a certificate association with a gateway.

", "enum":[ "PENDING_ASSOCIATION", "ASSOCIATED", "PENDING_DISASSOCIATION", "DISASSOCIATED", "FAILED" ] }, "CertificateAssociationSummary":{ "type":"structure", "required":[ "acmCertificateArn", "status" ], "members":{ "acmCertificateArn":{ "shape":"AcmCertificateArn", "documentation":"

The Amazon Resource Name (ARN) of the ACM certificate.

" }, "status":{ "shape":"CertificateAssociationStatus", "documentation":"

The status of the certificate association.

" }, "associatedAt":{ "shape":"Timestamp", "documentation":"

The timestamp of when the certificate was associated.

" }, "updatedAt":{ "shape":"Timestamp", "documentation":"

The timestamp of when the certificate association was last updated.

" } }, "documentation":"

Describes a summary of a certificate association.

" }, "CertificateAssociationSummaryList":{ "type":"list", "member":{"shape":"CertificateAssociationSummary"} }, "CertificateAuthorityCertificates":{ "type":"list", "member":{"shape":"Base64EncodedCertificateChain"}, "max":2, "min":0 }, "ConflictException":{ "type":"structure", "required":["message"], "members":{ "message":{"shape":"String"} }, "documentation":"

The request could not be completed because of a conflict in the current state of the resource.

", "error":{ "httpStatusCode":409, "senderFault":true }, "exception":true }, "ConnectivityType":{ "type":"string", "documentation":"

The connectivity type for a link or gateway.

", "enum":[ "DEFAULT", "PUBLIC_INGRESS", "PUBLIC_EGRESS", "EXTERNAL_INBOUND" ] }, "CreateInboundExternalLinkRequest":{ "type":"structure", "required":[ "clientToken", "gatewayId", "logSettings" ], "members":{ "clientToken":{ "shape":"String", "documentation":"

The unique client token.

", "idempotencyToken":true }, "gatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the gateway.

", "location":"uri", "locationName":"gatewayId" }, "attributes":{ "shape":"LinkAttributes", "documentation":"

Attributes of the link.

" }, "logSettings":{ "shape":"LinkLogSettings", "documentation":"

Settings for the application logs.

" }, "tags":{ "shape":"TagsMap", "documentation":"

A map of the key-value pairs of the tag or tags to assign to the resource.

" } } }, "CreateInboundExternalLinkResponse":{ "type":"structure", "required":[ "gatewayId", "linkId", "status", "domainName" ], "members":{ "gatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the gateway.

" }, "linkId":{ "shape":"LinkId", "documentation":"

The unique identifier of the link.

" }, "status":{ "shape":"LinkStatus", "documentation":"

The status of the request.

" }, "domainName":{ "shape":"DomainName", "documentation":"

The domain name.

" } } }, "CreateLinkRequest":{ "type":"structure", "required":[ "gatewayId", "peerGatewayId", "logSettings" ], "members":{ "gatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the gateway.

", "location":"uri", "locationName":"gatewayId" }, "peerGatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the peer gateway.

" }, "attributes":{ "shape":"LinkAttributes", "documentation":"

Attributes of the link.

" }, "httpResponderAllowed":{ "shape":"Boolean", "documentation":"

Boolean to specify if an HTTP responder is allowed.

" }, "tags":{ "shape":"TagsMap", "documentation":"

A map of the key-value pairs of the tag or tags to assign to the resource.

" }, "logSettings":{ "shape":"LinkLogSettings", "documentation":"

Settings for the application logs.

" }, "timeoutInMillis":{ "shape":"LinkTimeoutInMillis", "documentation":"

The timeout value in milliseconds.

" } } }, "CreateLinkResponse":{ "type":"structure", "required":[ "gatewayId", "peerGatewayId", "status", "createdAt", "updatedAt", "linkId" ], "members":{ "gatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the gateway.

" }, "peerGatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the peer gateway.

" }, "status":{ "shape":"LinkStatus", "documentation":"

The status of the request.

" }, "createdAt":{ "shape":"Timestamp", "documentation":"

The timestamp of when the link was created.

" }, "updatedAt":{ "shape":"Timestamp", "documentation":"

The timestamp of when the link was updated.

" }, "direction":{ "shape":"LinkDirection", "documentation":"

The direction of the link.

" }, "flowModules":{ "shape":"ModuleConfigurationList", "documentation":"

The configuration of flow modules.

" }, "pendingFlowModules":{ "shape":"ModuleConfigurationList", "documentation":"

The configuration of pending flow modules.

" }, "attributes":{ "shape":"LinkAttributes", "documentation":"

Attributes of the link.

" }, "logSettings":{"shape":"LinkLogSettings"}, "connectivityType":{ "shape":"ConnectivityType", "documentation":"

The connectivity type of the link.

" }, "linkId":{ "shape":"LinkId", "documentation":"

The unique identifier of the link.

" }, "customerProvidedId":{ "shape":"CreateLinkResponseCustomerProvidedIdString", "documentation":"

The customer-provided unique identifier of the link.

" } } }, "CreateLinkResponseCustomerProvidedIdString":{ "type":"string", "pattern":"[a-zA-Z0-9_-]{5,50}" }, "CreateLinkRoutingRuleRequest":{ "type":"structure", "required":[ "clientToken", "gatewayId", "linkId", "priority", "conditions" ], "members":{ "clientToken":{ "shape":"String", "documentation":"

Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a UUID type of value.

If you don't provide this value, then Amazon Web Services generates a random one for you.

If you retry the operation with the same ClientToken, but with different parameters, the retry fails with an IdempotentParameterMismatch error.

", "idempotencyToken":true }, "gatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the gateway.

", "location":"uri", "locationName":"gatewayId" }, "linkId":{ "shape":"LinkId", "documentation":"

The unique identifier of the link.

", "location":"uri", "locationName":"linkId" }, "priority":{ "shape":"RulePriority", "documentation":"

The priority of the routing rule. Lower numbers are evaluated first. Valid values are 1 to 1000. Priority must be unique among non-deleted rules within a link.

" }, "conditions":{ "shape":"RuleCondition", "documentation":"

The conditions for the routing rule. All specified fields must match for the rule to apply. At least one condition field must be set.

" }, "tags":{ "shape":"TagsMap", "documentation":"

A map of the key-value pairs of the tag or tags to assign to the resource.

" } } }, "CreateLinkRoutingRuleResponse":{ "type":"structure", "required":[ "ruleId", "status", "createdAt" ], "members":{ "ruleId":{ "shape":"RuleId", "documentation":"

The unique identifier of the routing rule.

" }, "status":{ "shape":"RuleStatus", "documentation":"

The status of the routing rule.

" }, "createdAt":{ "shape":"Timestamp", "documentation":"

The timestamp of when the routing rule was created.

" } } }, "CreateOutboundExternalLinkRequest":{ "type":"structure", "required":[ "clientToken", "gatewayId", "publicEndpoint", "logSettings" ], "members":{ "clientToken":{ "shape":"String", "documentation":"

The unique client token.

", "idempotencyToken":true }, "gatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the gateway.

", "location":"uri", "locationName":"gatewayId" }, "attributes":{ "shape":"LinkAttributes", "documentation":"

Attributes of the link.

" }, "publicEndpoint":{ "shape":"URL", "documentation":"

The public endpoint of the link.

" }, "logSettings":{ "shape":"LinkLogSettings", "documentation":"

Settings for the application logs.

" }, "tags":{ "shape":"TagsMap", "documentation":"

A map of the key-value pairs of the tag or tags to assign to the resource.

" } } }, "CreateOutboundExternalLinkResponse":{ "type":"structure", "required":[ "gatewayId", "linkId", "status" ], "members":{ "gatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the gateway.

" }, "linkId":{ "shape":"LinkId", "documentation":"

The unique identifier of the link.

" }, "status":{ "shape":"LinkStatus", "documentation":"

The status of the request.

" } } }, "CreateRequesterGatewayRequest":{ "type":"structure", "required":[ "vpcId", "subnetIds", "securityGroupIds", "clientToken" ], "members":{ "vpcId":{ "shape":"VpcId", "documentation":"

The unique identifier of the Virtual Private Cloud (VPC).

" }, "subnetIds":{ "shape":"CreateRequesterGatewayRequestSubnetIdsList", "documentation":"

The unique identifiers of the subnets.

" }, "securityGroupIds":{ "shape":"CreateRequesterGatewayRequestSecurityGroupIdsList", "documentation":"

The unique identifiers of the security groups.

" }, "clientToken":{ "shape":"String", "documentation":"

The unique client token.

", "idempotencyToken":true }, "description":{ "shape":"CreateRequesterGatewayRequestDescriptionString", "documentation":"

An optional description for the requester gateway.

" }, "tags":{ "shape":"TagsMap", "documentation":"

A map of the key-value pairs of the tag or tags to assign to the resource.

" } } }, "CreateRequesterGatewayRequestDescriptionString":{ "type":"string", "max":255, "min":0, "pattern":"([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)" }, "CreateRequesterGatewayRequestSecurityGroupIdsList":{ "type":"list", "member":{"shape":"SecurityGroupId"}, "min":1 }, "CreateRequesterGatewayRequestSubnetIdsList":{ "type":"list", "member":{"shape":"SubnetId"}, "min":1 }, "CreateRequesterGatewayResponse":{ "type":"structure", "required":[ "gatewayId", "domainName", "status" ], "members":{ "gatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the gateway.

" }, "domainName":{ "shape":"DomainName", "documentation":"

The domain name of the requester gateway.

" }, "status":{ "shape":"RequesterGatewayStatus", "documentation":"

The status of the request.

" } } }, "CreateResponderGatewayRequest":{ "type":"structure", "required":[ "vpcId", "subnetIds", "securityGroupIds", "port", "protocol", "clientToken" ], "members":{ "vpcId":{ "shape":"VpcId", "documentation":"

The unique identifier of the Virtual Private Cloud (VPC).

" }, "subnetIds":{ "shape":"CreateResponderGatewayRequestSubnetIdsList", "documentation":"

The unique identifiers of the subnets.

" }, "securityGroupIds":{ "shape":"CreateResponderGatewayRequestSecurityGroupIdsList", "documentation":"

The unique identifiers of the security groups.

" }, "domainName":{ "shape":"DomainName", "documentation":"

The domain name for the responder gateway.

" }, "port":{ "shape":"CreateResponderGatewayRequestPortInteger", "documentation":"

The networking port to use.

" }, "protocol":{ "shape":"Protocol", "documentation":"

The networking protocol to use.

" }, "listenerConfig":{"shape":"ListenerConfig"}, "trustStoreConfiguration":{ "shape":"TrustStoreConfiguration", "documentation":"

The configuration of the trust store.

" }, "managedEndpointConfiguration":{ "shape":"ManagedEndpointConfiguration", "documentation":"

The configuration for the managed endpoint.

" }, "clientToken":{ "shape":"String", "documentation":"

The unique client token.

", "idempotencyToken":true }, "description":{ "shape":"CreateResponderGatewayRequestDescriptionString", "documentation":"

An optional description for the responder gateway.

" }, "tags":{ "shape":"TagsMap", "documentation":"

A map of the key-value pairs of the tag or tags to assign to the resource.

" }, "gatewayType":{ "shape":"GatewayType", "documentation":"

The type of gateway. Valid values are EXTERNAL or INTERNAL.

" } } }, "CreateResponderGatewayRequestDescriptionString":{ "type":"string", "max":255, "min":0, "pattern":"([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)" }, "CreateResponderGatewayRequestPortInteger":{ "type":"integer", "box":true, "max":65535, "min":1 }, "CreateResponderGatewayRequestSecurityGroupIdsList":{ "type":"list", "member":{"shape":"SecurityGroupId"}, "min":1 }, "CreateResponderGatewayRequestSubnetIdsList":{ "type":"list", "member":{"shape":"SubnetId"}, "min":1 }, "CreateResponderGatewayResponse":{ "type":"structure", "required":[ "gatewayId", "status" ], "members":{ "gatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the gateway.

" }, "status":{ "shape":"ResponderGatewayStatus", "documentation":"

The status of the request.

" }, "listenerConfig":{ "shape":"ListenerConfig", "documentation":"

The listener configuration for the responder gateway.

" }, "externalInboundEndpoint":{ "shape":"DomainName", "documentation":"

The external inbound endpoint for the responder gateway.

" } } }, "CustomerProvidedId":{ "type":"string", "max":255, "min":1, "pattern":"[a-zA-Z0-9_-]+" }, "DeleteInboundExternalLinkRequest":{ "type":"structure", "required":[ "gatewayId", "linkId" ], "members":{ "gatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the gateway.

", "location":"uri", "locationName":"gatewayId" }, "linkId":{ "shape":"LinkId", "documentation":"

The unique identifier of the link.

", "location":"uri", "locationName":"linkId" } } }, "DeleteInboundExternalLinkResponse":{ "type":"structure", "required":[ "linkId", "status" ], "members":{ "linkId":{ "shape":"LinkId", "documentation":"

The unique identifier of the link.

" }, "status":{ "shape":"LinkStatus", "documentation":"

The status of the request.

" } } }, "DeleteLinkRequest":{ "type":"structure", "required":[ "gatewayId", "linkId" ], "members":{ "gatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the gateway.

", "location":"uri", "locationName":"gatewayId" }, "linkId":{ "shape":"LinkId", "documentation":"

The unique identifier of the link.

", "location":"uri", "locationName":"linkId" } } }, "DeleteLinkResponse":{ "type":"structure", "required":[ "linkId", "status" ], "members":{ "linkId":{ "shape":"LinkId", "documentation":"

The unique identifier of the link.

" }, "status":{ "shape":"LinkStatus", "documentation":"

The status of the link.

" } } }, "DeleteLinkRoutingRuleRequest":{ "type":"structure", "required":[ "gatewayId", "linkId", "ruleId" ], "members":{ "gatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the gateway.

", "location":"uri", "locationName":"gatewayId" }, "linkId":{ "shape":"LinkId", "documentation":"

The unique identifier of the link.

", "location":"uri", "locationName":"linkId" }, "ruleId":{ "shape":"RuleId", "documentation":"

The unique identifier of the routing rule.

", "location":"uri", "locationName":"ruleId" } } }, "DeleteLinkRoutingRuleResponse":{ "type":"structure", "required":[ "ruleId", "status" ], "members":{ "ruleId":{ "shape":"RuleId", "documentation":"

The unique identifier of the routing rule.

" }, "status":{ "shape":"RuleStatus", "documentation":"

The status of the routing rule.

" } } }, "DeleteOutboundExternalLinkRequest":{ "type":"structure", "required":[ "gatewayId", "linkId" ], "members":{ "gatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the gateway.

", "location":"uri", "locationName":"gatewayId" }, "linkId":{ "shape":"LinkId", "documentation":"

The unique identifier of the link.

", "location":"uri", "locationName":"linkId" } } }, "DeleteOutboundExternalLinkResponse":{ "type":"structure", "required":[ "linkId", "status" ], "members":{ "linkId":{ "shape":"LinkId", "documentation":"

The unique identifier of the link.

" }, "status":{ "shape":"LinkStatus", "documentation":"

The status of the request.

" } } }, "DeleteRequesterGatewayRequest":{ "type":"structure", "required":["gatewayId"], "members":{ "gatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the gateway.

", "location":"uri", "locationName":"gatewayId" } } }, "DeleteRequesterGatewayResponse":{ "type":"structure", "required":[ "gatewayId", "status" ], "members":{ "gatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the gateway.

" }, "status":{ "shape":"RequesterGatewayStatus", "documentation":"

The status of the request.

" } } }, "DeleteResponderGatewayRequest":{ "type":"structure", "required":["gatewayId"], "members":{ "gatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the gateway.

", "location":"uri", "locationName":"gatewayId" } } }, "DeleteResponderGatewayResponse":{ "type":"structure", "required":[ "gatewayId", "status" ], "members":{ "gatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the gateway.

" }, "status":{ "shape":"ResponderGatewayStatus", "documentation":"

The status of the request.

" } } }, "DisassociateCertificateRequest":{ "type":"structure", "required":[ "gatewayId", "acmCertificateArn" ], "members":{ "gatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the gateway.

", "location":"uri", "locationName":"gatewayId" }, "acmCertificateArn":{ "shape":"AcmCertificateArn", "documentation":"

The Amazon Resource Name (ARN) of the ACM certificate to disassociate.

", "location":"querystring", "locationName":"acmCertificateArn" } } }, "DisassociateCertificateResponse":{ "type":"structure", "required":[ "gatewayId", "acmCertificateArn", "status" ], "members":{ "gatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the gateway.

" }, "acmCertificateArn":{ "shape":"AcmCertificateArn", "documentation":"

The Amazon Resource Name (ARN) of the ACM certificate.

" }, "status":{ "shape":"CertificateAssociationStatus", "documentation":"

The status of the certificate association.

" } } }, "DomainName":{ "type":"string", "max":255, "min":1, "pattern":"(?:[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?)(?:\\.(?:[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?))+" }, "EksEndpointsConfiguration":{ "type":"structure", "required":[ "endpointsResourceName", "endpointsResourceNamespace", "clusterApiServerEndpointUri", "clusterApiServerCaCertificateChain", "clusterName", "roleArn" ], "members":{ "endpointsResourceName":{ "shape":"KubernetesEndpointsResourceName", "documentation":"

The name of the endpoint resource.

" }, "endpointsResourceNamespace":{ "shape":"KubernetesNamespace", "documentation":"

The namespace of the endpoint resource.

" }, "clusterApiServerEndpointUri":{ "shape":"URI", "documentation":"

The URI of the cluster API server endpoint.

" }, "clusterApiServerCaCertificateChain":{ "shape":"Base64EncodedCertificateChain", "documentation":"

The CA certificate chain of the cluster API server.

" }, "clusterName":{ "shape":"KubernetesClusterName", "documentation":"

The name of the cluster.

" }, "roleArn":{ "shape":"EksEndpointsConfigurationRoleArnString", "documentation":"

The role ARN for the cluster.

" } }, "documentation":"

Describes the configuration of an Amazon Elastic Kubernetes Service endpoint.

" }, "EksEndpointsConfigurationRoleArnString":{ "type":"string", "pattern":"arn:aws:iam::[0-9]{12}:role/.{1,2048}" }, "Filter":{ "type":"structure", "required":["criteria"], "members":{ "criteria":{ "shape":"FilterCriteria", "documentation":"

Describes the criteria for a filter.

" } }, "documentation":"

Describes the configuration of a filter.

" }, "FilterConfiguration":{ "type":"list", "member":{"shape":"Filter"} }, "FilterCriteria":{ "type":"list", "member":{"shape":"FilterCriterion"} }, "FilterCriterion":{ "type":"structure", "required":[ "path", "values" ], "members":{ "path":{ "shape":"String", "documentation":"

The path to filter.

" }, "values":{ "shape":"FilterCriterionValuesList", "documentation":"

The value to filter.

" } }, "documentation":"

Describes the criteria for a filter.

" }, "FilterCriterionValuesList":{ "type":"list", "member":{"shape":"String"}, "min":1 }, "FilterType":{ "type":"string", "enum":[ "INCLUDE", "EXCLUDE" ] }, "Float":{ "type":"float", "box":true }, "FlowModuleName":{ "type":"string", "max":255, "min":0, "pattern":"[A-Za-z0-9 -]+" }, "FlowModuleNameList":{ "type":"list", "member":{"shape":"FlowModuleName"} }, "GatewayId":{ "type":"string", "max":32, "min":8, "pattern":"rtb-gw-[a-z0-9-]{1,25}" }, "GatewayIdList":{ "type":"list", "member":{"shape":"GatewayId"} }, "GatewayType":{ "type":"string", "documentation":"

The type of gateway.

", "enum":[ "EXTERNAL", "INTERNAL" ] }, "GetCertificateAssociationRequest":{ "type":"structure", "required":[ "gatewayId", "acmCertificateArn" ], "members":{ "gatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the gateway.

", "location":"uri", "locationName":"gatewayId" }, "acmCertificateArn":{ "shape":"AcmCertificateArn", "documentation":"

The Amazon Resource Name (ARN) of the ACM certificate.

", "location":"querystring", "locationName":"acmCertificateArn" } } }, "GetCertificateAssociationResponse":{ "type":"structure", "required":[ "gatewayId", "acmCertificateArn", "status" ], "members":{ "gatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the gateway.

" }, "acmCertificateArn":{ "shape":"AcmCertificateArn", "documentation":"

The Amazon Resource Name (ARN) of the ACM certificate.

" }, "status":{ "shape":"CertificateAssociationStatus", "documentation":"

The status of the certificate association.

" }, "associatedAt":{ "shape":"Timestamp", "documentation":"

The timestamp of when the certificate was associated.

" }, "updatedAt":{ "shape":"Timestamp", "documentation":"

The timestamp of when the certificate association was last updated.

" } } }, "GetInboundExternalLinkRequest":{ "type":"structure", "required":[ "gatewayId", "linkId" ], "members":{ "gatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the gateway.

", "location":"uri", "locationName":"gatewayId" }, "linkId":{ "shape":"LinkId", "documentation":"

The unique identifier of the link.

", "location":"uri", "locationName":"linkId" } } }, "GetInboundExternalLinkResponse":{ "type":"structure", "required":[ "gatewayId", "linkId", "status", "domainName" ], "members":{ "gatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the gateway.

" }, "linkId":{ "shape":"LinkId", "documentation":"

The unique identifier of the link.

" }, "status":{ "shape":"LinkStatus", "documentation":"

The status of the request.

" }, "domainName":{ "shape":"DomainName", "documentation":"

The domain name.

" }, "flowModules":{ "shape":"ModuleConfigurationList", "documentation":"

The configuration of flow modules.

" }, "pendingFlowModules":{ "shape":"ModuleConfigurationList", "documentation":"

The configuration of pending flow modules.

" }, "attributes":{ "shape":"LinkAttributes", "documentation":"

Attributes of the link.

" }, "createdAt":{ "shape":"Timestamp", "documentation":"

The timestamp of when the inbound external link was created.

" }, "updatedAt":{ "shape":"Timestamp", "documentation":"

The timestamp of when the inbound external link was updated.

" }, "tags":{ "shape":"TagsMap", "documentation":"

A map of the key-value pairs for the tag or tags assigned to the specified resource.

" }, "logSettings":{ "shape":"LinkLogSettings", "documentation":"

Settings for the application logs.

" }, "connectivityType":{ "shape":"ConnectivityType", "documentation":"

The connectivity type of the link.

" } } }, "GetLinkRequest":{ "type":"structure", "required":[ "gatewayId", "linkId" ], "members":{ "gatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the gateway.

", "location":"uri", "locationName":"gatewayId" }, "linkId":{ "shape":"LinkId", "documentation":"

The unique identifier of the link.

", "location":"uri", "locationName":"linkId" } } }, "GetLinkResponse":{ "type":"structure", "required":[ "gatewayId", "peerGatewayId", "status", "createdAt", "updatedAt", "linkId" ], "members":{ "gatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the gateway.

" }, "peerGatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the peer gateway.

" }, "status":{ "shape":"LinkStatus", "documentation":"

The status of the link.

" }, "createdAt":{ "shape":"Timestamp", "documentation":"

The timestamp of when the link was created.

" }, "updatedAt":{ "shape":"Timestamp", "documentation":"

The timestamp of when the link was updated.

" }, "direction":{ "shape":"LinkDirection", "documentation":"

The direction of the link.

" }, "flowModules":{ "shape":"ModuleConfigurationList", "documentation":"

The configuration of flow modules.

" }, "pendingFlowModules":{ "shape":"ModuleConfigurationList", "documentation":"

The configuration of pending flow modules.

" }, "attributes":{ "shape":"LinkAttributes", "documentation":"

Attributes of the link.

" }, "logSettings":{ "shape":"LinkLogSettings", "documentation":"

Settings for the application logs.

" }, "connectivityType":{ "shape":"ConnectivityType", "documentation":"

The connectivity type of the link.

" }, "linkId":{ "shape":"LinkId", "documentation":"

The unique identifier of the link.

" }, "tags":{ "shape":"TagsMap", "documentation":"

A map of the key-value pairs for the tag or tags assigned to the specified resource.

" }, "httpResponderAllowed":{ "shape":"Boolean", "documentation":"

Boolean to specify if an HTTP responder is allowed.

" }, "timeoutInMillis":{ "shape":"LinkTimeoutInMillis", "documentation":"

The timeout value in milliseconds.

" } } }, "GetLinkRoutingRuleRequest":{ "type":"structure", "required":[ "gatewayId", "linkId", "ruleId" ], "members":{ "gatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the gateway.

", "location":"uri", "locationName":"gatewayId" }, "linkId":{ "shape":"LinkId", "documentation":"

The unique identifier of the link.

", "location":"uri", "locationName":"linkId" }, "ruleId":{ "shape":"RuleId", "documentation":"

The unique identifier of the routing rule.

", "location":"uri", "locationName":"ruleId" } } }, "GetLinkRoutingRuleResponse":{ "type":"structure", "required":[ "gatewayId", "linkId", "ruleId", "priority", "conditions", "status", "createdAt", "updatedAt" ], "members":{ "gatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the gateway.

" }, "linkId":{ "shape":"LinkId", "documentation":"

The unique identifier of the link.

" }, "ruleId":{ "shape":"RuleId", "documentation":"

The unique identifier of the routing rule.

" }, "priority":{ "shape":"RulePriority", "documentation":"

The priority of the routing rule.

" }, "conditions":{ "shape":"RuleCondition", "documentation":"

The conditions for the routing rule.

" }, "status":{ "shape":"RuleStatus", "documentation":"

The status of the routing rule.

" }, "createdAt":{ "shape":"Timestamp", "documentation":"

The timestamp of when the routing rule was created.

" }, "updatedAt":{ "shape":"Timestamp", "documentation":"

The timestamp of when the routing rule was last updated.

" }, "tags":{ "shape":"TagsMap", "documentation":"

A map of the key-value pairs for the tag or tags assigned to the specified resource.

" } } }, "GetOutboundExternalLinkRequest":{ "type":"structure", "required":[ "gatewayId", "linkId" ], "members":{ "gatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the gateway.

", "location":"uri", "locationName":"gatewayId" }, "linkId":{ "shape":"LinkId", "documentation":"

The unique identifier of the link.

", "location":"uri", "locationName":"linkId" } } }, "GetOutboundExternalLinkResponse":{ "type":"structure", "required":[ "gatewayId", "linkId", "status", "publicEndpoint" ], "members":{ "gatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the gateway.

" }, "linkId":{ "shape":"LinkId", "documentation":"

The unique identifier of the link.

" }, "status":{ "shape":"LinkStatus", "documentation":"

The status of the request.

" }, "publicEndpoint":{ "shape":"URL", "documentation":"

The public endpoint for the link.

" }, "flowModules":{ "shape":"ModuleConfigurationList", "documentation":"

The configuration of flow modules.

" }, "pendingFlowModules":{ "shape":"ModuleConfigurationList", "documentation":"

The configuration of pending flow modules.

" }, "attributes":{"shape":"LinkAttributes"}, "createdAt":{ "shape":"Timestamp", "documentation":"

The timestamp of when the outbound external link was created.

" }, "updatedAt":{ "shape":"Timestamp", "documentation":"

The timestamp of when the outbound external link was updated.

" }, "tags":{ "shape":"TagsMap", "documentation":"

A map of the key-value pairs for the tag or tags assigned to the specified resource.

" }, "logSettings":{ "shape":"LinkLogSettings", "documentation":"

Settings for the application logs.

" }, "connectivityType":{ "shape":"ConnectivityType", "documentation":"

The connectivity type of the link.

" } } }, "GetRequesterGatewayRequest":{ "type":"structure", "required":["gatewayId"], "members":{ "gatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the gateway.

", "location":"uri", "locationName":"gatewayId" } } }, "GetRequesterGatewayResponse":{ "type":"structure", "required":[ "status", "domainName", "vpcId", "subnetIds", "securityGroupIds", "gatewayId" ], "members":{ "status":{ "shape":"RequesterGatewayStatus", "documentation":"

The status of the request.

" }, "domainName":{ "shape":"DomainName", "documentation":"

The domain name of the requester gateway.

" }, "description":{ "shape":"GetRequesterGatewayResponseDescriptionString", "documentation":"

The description of the requester gateway.

" }, "createdAt":{ "shape":"Timestamp", "documentation":"

The timestamp of when the requester gateway was created.

" }, "updatedAt":{ "shape":"Timestamp", "documentation":"

The timestamp of when the requester gateway was updated.

" }, "vpcId":{ "shape":"VpcId", "documentation":"

The unique identifier of the Virtual Private Cloud (VPC).

" }, "subnetIds":{ "shape":"GetRequesterGatewayResponseSubnetIdsList", "documentation":"

The unique identifiers of the subnets.

" }, "securityGroupIds":{ "shape":"GetRequesterGatewayResponseSecurityGroupIdsList", "documentation":"

The unique identifiers of the security groups.

" }, "gatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the gateway.

" }, "tags":{ "shape":"TagsMap", "documentation":"

A map of the key-value pairs for the tag or tags assigned to the specified resource.

" }, "activeLinksCount":{ "shape":"Integer", "documentation":"

The count of active links for the requester gateway.

" }, "totalLinksCount":{ "shape":"Integer", "documentation":"

The total count of links for the requester gateway.

" } } }, "GetRequesterGatewayResponseDescriptionString":{ "type":"string", "pattern":"[A-Za-z0-9 ]+" }, "GetRequesterGatewayResponseSecurityGroupIdsList":{ "type":"list", "member":{"shape":"SecurityGroupId"}, "min":1 }, "GetRequesterGatewayResponseSubnetIdsList":{ "type":"list", "member":{"shape":"SubnetId"}, "min":1 }, "GetResponderGatewayRequest":{ "type":"structure", "required":["gatewayId"], "members":{ "gatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the gateway.

", "location":"uri", "locationName":"gatewayId" } } }, "GetResponderGatewayResponse":{ "type":"structure", "required":[ "vpcId", "subnetIds", "securityGroupIds", "status", "port", "protocol", "gatewayId" ], "members":{ "vpcId":{ "shape":"VpcId", "documentation":"

The unique identifier of the Virtual Private Cloud (VPC).

" }, "subnetIds":{ "shape":"GetResponderGatewayResponseSubnetIdsList", "documentation":"

The unique identifiers of the subnets.

" }, "securityGroupIds":{ "shape":"GetResponderGatewayResponseSecurityGroupIdsList", "documentation":"

The unique identifiers of the security groups.

" }, "status":{ "shape":"ResponderGatewayStatus", "documentation":"

The status of the request.

" }, "description":{ "shape":"GetResponderGatewayResponseDescriptionString", "documentation":"

The description of the responder gateway.

" }, "createdAt":{ "shape":"Timestamp", "documentation":"

The timestamp of when the responder gateway was created.

" }, "updatedAt":{ "shape":"Timestamp", "documentation":"

The timestamp of when the responder gateway was updated.

" }, "domainName":{ "shape":"DomainName", "documentation":"

The domain name of the responder gateway.

" }, "port":{ "shape":"GetResponderGatewayResponsePortInteger", "documentation":"

The networking port.

" }, "protocol":{ "shape":"Protocol", "documentation":"

The networking protocol.

" }, "listenerConfig":{ "shape":"ListenerConfig", "documentation":"

The listener configuration for the responder gateway.

" }, "trustStoreConfiguration":{ "shape":"TrustStoreConfiguration", "documentation":"

The configuration of the trust store.

" }, "managedEndpointConfiguration":{ "shape":"ManagedEndpointConfiguration", "documentation":"

The configuration of the managed endpoint.

" }, "gatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the gateway.

" }, "tags":{ "shape":"TagsMap", "documentation":"

A map of the key-value pairs for the tag or tags assigned to the specified resource.

" }, "activeLinksCount":{ "shape":"Integer", "documentation":"

The count of active links for the responder gateway.

" }, "totalLinksCount":{ "shape":"Integer", "documentation":"

The total count of links for the responder gateway.

" }, "inboundLinksCount":{ "shape":"Integer", "documentation":"

Deprecated. Use 'linksRequestedCount' instead.

", "deprecated":true, "deprecatedMessage":"Use linksRequestedCount instead", "deprecatedSince":"2026-05-11" }, "linksRequestedCount":{ "shape":"Integer", "documentation":"

The count of requested links waiting for the responder gateway to accept or reject.

" }, "gatewayType":{ "shape":"GatewayType", "documentation":"

The type of gateway. Valid values are EXTERNAL or INTERNAL.

" }, "externalInboundEndpoint":{ "shape":"DomainName", "documentation":"

The external inbound endpoint for the responder gateway.

" } } }, "GetResponderGatewayResponseDescriptionString":{ "type":"string", "pattern":"[A-Za-z0-9 ]+" }, "GetResponderGatewayResponsePortInteger":{ "type":"integer", "box":true, "max":65535, "min":1 }, "GetResponderGatewayResponseSecurityGroupIdsList":{ "type":"list", "member":{"shape":"SecurityGroupId"}, "min":1 }, "GetResponderGatewayResponseSubnetIdsList":{ "type":"list", "member":{"shape":"SubnetId"}, "min":1 }, "HeaderTagAction":{ "type":"structure", "required":[ "name", "value" ], "members":{ "name":{ "shape":"String", "documentation":"

The name of the bid action.

" }, "value":{ "shape":"String", "documentation":"

The value of the bid action.

" } }, "documentation":"

Describes the header tag for a bid action.

" }, "HealthCheckConfig":{ "type":"structure", "required":[ "port", "path" ], "members":{ "port":{ "shape":"HealthCheckConfigPortInteger", "documentation":"

The port to use for health check probes. Valid range is 80 to 65535.

" }, "path":{ "shape":"HealthCheckConfigPathString", "documentation":"

The destination path for the health check request. Must start with /.

" }, "protocol":{ "shape":"Protocol", "documentation":"

The protocol to use for health check probes.

" }, "timeoutMs":{ "shape":"HealthCheckConfigTimeoutMsInteger", "documentation":"

The timeout for each health check probe, in milliseconds. Valid range is 100 to 5000.

" }, "intervalSeconds":{ "shape":"HealthCheckConfigIntervalSecondsInteger", "documentation":"

The interval between health check probes, in seconds. Valid range is 5 to 60.

" }, "statusCodeMatcher":{ "shape":"StatusCodeMatcher", "documentation":"

The expected HTTP status code or status code pattern from healthy instances. Supports a single code (for example, 200), a range (for example, 200-299), or a comma-separated list (for example, 200,204).

" }, "healthyThresholdCount":{ "shape":"HealthCheckConfigHealthyThresholdCountInteger", "documentation":"

The number of consecutive successful health checks required before an instance is considered healthy. Valid range is 2 to 10.

" }, "unhealthyThresholdCount":{ "shape":"HealthCheckConfigUnhealthyThresholdCountInteger", "documentation":"

The number of consecutive failed health checks required before an instance is considered unhealthy. Valid range is 2 to 10.

" } }, "documentation":"

The health check configuration for a managed endpoint. Defines how the service probes instances in the Auto Scaling group to determine their health status.

" }, "HealthCheckConfigHealthyThresholdCountInteger":{ "type":"integer", "box":true, "max":10, "min":2 }, "HealthCheckConfigIntervalSecondsInteger":{ "type":"integer", "box":true, "max":60, "min":5 }, "HealthCheckConfigPathString":{ "type":"string", "max":128, "min":1, "pattern":"/.*" }, "HealthCheckConfigPortInteger":{ "type":"integer", "box":true, "max":65535, "min":80 }, "HealthCheckConfigTimeoutMsInteger":{ "type":"integer", "box":true, "max":5000, "min":100 }, "HealthCheckConfigUnhealthyThresholdCountInteger":{ "type":"integer", "box":true, "max":10, "min":2 }, "Integer":{ "type":"integer", "box":true }, "InternalServerException":{ "type":"structure", "required":["message"], "members":{ "message":{"shape":"String"} }, "documentation":"

The request could not be completed because of an internal server error. Try your call again.

", "error":{"httpStatusCode":500}, "exception":true, "fault":true, "retryable":{"throttling":false} }, "KubernetesClusterName":{ "type":"string", "max":63, "min":2, "pattern":"[A-Za-z0-9][A-Za-z0-9-]{0,61}[A-Za-z0-9]" }, "KubernetesEndpointsResourceName":{ "type":"string", "max":63, "min":2, "pattern":"[A-Za-z0-9][A-Za-z0-9-]{0,61}[A-Za-z0-9]" }, "KubernetesNamespace":{ "type":"string", "max":63, "min":2, "pattern":"[A-Za-z0-9][A-Za-z0-9-]{0,61}[A-Za-z0-9]" }, "LinkApplicationLogConfiguration":{ "type":"structure", "required":["sampling"], "members":{ "sampling":{ "shape":"LinkApplicationLogSampling", "documentation":"

Describes a link application log sample.

" } }, "documentation":"

Describes the configuration of a link application log.

" }, "LinkApplicationLogSampling":{ "type":"structure", "required":[ "errorLog", "filterLog" ], "members":{ "errorLog":{ "shape":"LinkApplicationLogSamplingErrorLogDouble", "documentation":"

An error log entry.

" }, "filterLog":{ "shape":"LinkApplicationLogSamplingFilterLogDouble", "documentation":"

A filter log entry.

" } }, "documentation":"

Describes a link application log sample.

" }, "LinkApplicationLogSamplingErrorLogDouble":{ "type":"double", "box":true, "max":100.0, "min":0.0 }, "LinkApplicationLogSamplingFilterLogDouble":{ "type":"double", "box":true, "max":100.0, "min":0.0 }, "LinkAttributes":{ "type":"structure", "members":{ "responderErrorMasking":{ "shape":"ResponderErrorMasking", "documentation":"

Describes the masking for HTTP error codes.

" }, "customerProvidedId":{ "shape":"CustomerProvidedId", "documentation":"

The customer-provided unique identifier of the link.

" } }, "documentation":"

Describes the attributes of a link.

" }, "LinkDirection":{ "type":"string", "enum":[ "RESPONSE", "REQUEST" ] }, "LinkId":{ "type":"string", "max":30, "min":6, "pattern":"link-[a-z0-9-]{1,25}" }, "LinkList":{ "type":"list", "member":{"shape":"ListLinksResponseStructure"} }, "LinkLogSettings":{ "type":"structure", "required":["applicationLogs"], "members":{ "applicationLogs":{ "shape":"LinkApplicationLogConfiguration", "documentation":"

Describes the configuration of a link application log.

" } }, "documentation":"

Describes the settings for a link log.

" }, "LinkRoutingRuleList":{ "type":"list", "member":{"shape":"LinkRoutingRuleSummary"} }, "LinkRoutingRuleSummary":{ "type":"structure", "required":[ "ruleId", "priority", "conditions", "status", "createdAt", "updatedAt" ], "members":{ "ruleId":{ "shape":"RuleId", "documentation":"

The unique identifier of the routing rule.

" }, "priority":{ "shape":"RulePriority", "documentation":"

The priority of the routing rule.

" }, "conditions":{ "shape":"RuleCondition", "documentation":"

The conditions for the routing rule.

" }, "status":{ "shape":"RuleStatus", "documentation":"

The status of the routing rule.

" }, "createdAt":{ "shape":"Timestamp", "documentation":"

The timestamp of when the routing rule was created.

" }, "updatedAt":{ "shape":"Timestamp", "documentation":"

The timestamp of when the routing rule was last updated.

" } }, "documentation":"

A summary of a link routing rule.

" }, "LinkStatus":{ "type":"string", "enum":[ "PENDING_CREATION", "PENDING_REQUEST", "REQUESTED", "ACCEPTED", "ACTIVE", "REJECTED", "FAILED", "PENDING_DELETION", "DELETED", "PENDING_UPDATE", "PENDING_ISOLATION", "ISOLATED", "PENDING_RESTORATION" ] }, "LinkTimeoutInMillis":{ "type":"long", "box":true, "max":5000, "min":100 }, "ListCertificateAssociationsRequest":{ "type":"structure", "required":["gatewayId"], "members":{ "gatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the gateway.

", "location":"uri", "locationName":"gatewayId" }, "nextToken":{ "shape":"String", "documentation":"

If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

", "location":"querystring", "locationName":"nextToken" }, "maxResults":{ "shape":"ListCertificateAssociationsRequestMaxResultsInteger", "documentation":"

The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results.

This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

", "location":"querystring", "locationName":"maxResults" } } }, "ListCertificateAssociationsRequestMaxResultsInteger":{ "type":"integer", "box":true, "max":10, "min":1 }, "ListCertificateAssociationsResponse":{ "type":"structure", "required":["certificateAssociations"], "members":{ "certificateAssociations":{ "shape":"CertificateAssociationSummaryList", "documentation":"

The list of certificate associations for the gateway.

" }, "nextToken":{ "shape":"String", "documentation":"

If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

" } } }, "ListLinkRoutingRulesRequest":{ "type":"structure", "required":[ "gatewayId", "linkId" ], "members":{ "gatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the gateway.

", "location":"uri", "locationName":"gatewayId" }, "linkId":{ "shape":"LinkId", "documentation":"

The unique identifier of the link.

", "location":"uri", "locationName":"linkId" }, "nextToken":{ "shape":"String", "documentation":"

If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

", "location":"querystring", "locationName":"nextToken" }, "maxResults":{ "shape":"ListLinkRoutingRulesRequestMaxResultsInteger", "documentation":"

The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results.

This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

", "location":"querystring", "locationName":"maxResults" } } }, "ListLinkRoutingRulesRequestMaxResultsInteger":{ "type":"integer", "box":true, "max":10, "min":1 }, "ListLinkRoutingRulesResponse":{ "type":"structure", "members":{ "rules":{ "shape":"LinkRoutingRuleList", "documentation":"

The list of routing rules for the link.

" }, "nextToken":{ "shape":"String", "documentation":"

If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

" } } }, "ListLinksRequest":{ "type":"structure", "required":["gatewayId"], "members":{ "gatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the gateway.

", "location":"uri", "locationName":"gatewayId" }, "nextToken":{ "shape":"String", "documentation":"

If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

", "location":"querystring", "locationName":"nextToken" }, "maxResults":{ "shape":"Integer", "documentation":"

The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results.

This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

", "location":"querystring", "locationName":"maxResults" } } }, "ListLinksResponse":{ "type":"structure", "members":{ "links":{ "shape":"LinkList", "documentation":"

Information about created links.

" }, "nextToken":{ "shape":"String", "documentation":"

If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

" } } }, "ListLinksResponseStructure":{ "type":"structure", "required":[ "gatewayId", "peerGatewayId", "status", "createdAt", "updatedAt", "linkId" ], "members":{ "gatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the gateway.

" }, "peerGatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the peer gateway.

" }, "status":{ "shape":"LinkStatus", "documentation":"

The status of the link.

" }, "createdAt":{ "shape":"Timestamp", "documentation":"

The timestamp of when the link was created.

" }, "updatedAt":{ "shape":"Timestamp", "documentation":"

The timestamp of when the link was updated.

" }, "direction":{ "shape":"LinkDirection", "documentation":"

The direction of the link.

" }, "flowModules":{ "shape":"ModuleConfigurationList", "documentation":"

Describes the configuration of flow modules.

" }, "pendingFlowModules":{ "shape":"ModuleConfigurationList", "documentation":"

Describes the configuration of pending flow modules.

" }, "attributes":{ "shape":"LinkAttributes", "documentation":"

Describes attributes of a link.

" }, "logSettings":{"shape":"LinkLogSettings"}, "connectivityType":{ "shape":"ConnectivityType", "documentation":"

The connectivity type of the link.

" }, "linkId":{ "shape":"LinkId", "documentation":"

The unique identifier of the link.

" }, "tags":{ "shape":"TagsMap", "documentation":"

A map of the key-value pairs of the tag or tags to assign to the resource.

" }, "publicEndpoint":{ "shape":"URL", "documentation":"

The public endpoint of the outbound link.

" } }, "documentation":"

Describes a link.

" }, "ListRequesterGatewaysRequest":{ "type":"structure", "members":{ "maxResults":{ "shape":"ListRequesterGatewaysRequestMaxResultsInteger", "documentation":"

The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results.

This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

", "location":"querystring", "locationName":"maxResults" }, "nextToken":{ "shape":"String", "documentation":"

If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

", "location":"querystring", "locationName":"nextToken" } } }, "ListRequesterGatewaysRequestMaxResultsInteger":{ "type":"integer", "box":true, "max":10, "min":1 }, "ListRequesterGatewaysResponse":{ "type":"structure", "members":{ "gatewayIds":{ "shape":"GatewayIdList", "documentation":"

The unique identifier of the gateways.

" }, "nextToken":{ "shape":"String", "documentation":"

If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

" } } }, "ListResponderGatewaysRequest":{ "type":"structure", "members":{ "maxResults":{ "shape":"ListResponderGatewaysRequestMaxResultsInteger", "documentation":"

The maximum number of results that are returned per call. You can use nextToken to obtain further pages of results.

This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.

", "location":"querystring", "locationName":"maxResults" }, "nextToken":{ "shape":"String", "documentation":"

If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

", "location":"querystring", "locationName":"nextToken" } } }, "ListResponderGatewaysRequestMaxResultsInteger":{ "type":"integer", "box":true, "max":10, "min":1 }, "ListResponderGatewaysResponse":{ "type":"structure", "members":{ "gatewayIds":{ "shape":"GatewayIdList", "documentation":"

The unique identifier of the gateways.

" }, "nextToken":{ "shape":"String", "documentation":"

If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

" } } }, "ListTagsForResourceRequest":{ "type":"structure", "required":["resourceArn"], "members":{ "resourceArn":{ "shape":"RtbTaggableResourceArn", "documentation":"

The Amazon Resource Name (ARN) of the resource for which you want to retrieve tags.

", "location":"uri", "locationName":"resourceArn" } } }, "ListTagsForResourceResponse":{ "type":"structure", "members":{ "tags":{ "shape":"TagsMap", "documentation":"

A map of the key-value pairs for the tag or tags assigned to the specified resource.

" } } }, "ListenerConfig":{ "type":"structure", "required":["protocols"], "members":{ "protocols":{ "shape":"ProtocolList", "documentation":"

The protocol for connections from clients to the gateway

" } }, "documentation":"

Listener configuration for the protocols (HTTP, HTTPS, or both) accepted by the gateway.

" }, "ManagedEndpointConfiguration":{ "type":"structure", "members":{ "autoScalingGroups":{ "shape":"AutoScalingGroupsConfiguration", "documentation":"

Describes the configuration of an auto scaling group.

" }, "eksEndpoints":{ "shape":"EksEndpointsConfiguration", "documentation":"

Describes the configuration of an Amazon Elastic Kubernetes Service endpoint.

" } }, "documentation":"

Describes the configuration of a managed endpoint.

", "union":true }, "ModuleConfiguration":{ "type":"structure", "required":["name"], "members":{ "version":{ "shape":"Version", "documentation":"

The version of the module.

" }, "name":{ "shape":"FlowModuleName", "documentation":"

The name of the module.

" }, "dependsOn":{ "shape":"FlowModuleNameList", "documentation":"

The dependencies of the module.

" }, "moduleParameters":{ "shape":"ModuleParameters", "documentation":"

Describes the parameters of a module.

" } }, "documentation":"

Describes the configuration of a module.

" }, "ModuleConfigurationList":{ "type":"list", "member":{"shape":"ModuleConfiguration"} }, "ModuleParameters":{ "type":"structure", "members":{ "noBid":{ "shape":"NoBidModuleParameters", "documentation":"

Describes the parameters of a no bid module.

" }, "openRtbAttribute":{ "shape":"OpenRtbAttributeModuleParameters", "documentation":"

Describes the parameters of an open RTB attribute module.

" }, "rateLimiter":{ "shape":"RateLimiterModuleParameters", "documentation":"

Describes the parameters of a rate limit.

" } }, "documentation":"

Describes the parameters of a module.

", "union":true }, "NoBidAction":{ "type":"structure", "members":{ "noBidReasonCode":{ "shape":"NoBidActionNoBidReasonCodeInteger", "documentation":"

The reason code for the no bid action.

" } }, "documentation":"

Describes a no bid action.

" }, "NoBidActionNoBidReasonCodeInteger":{ "type":"integer", "box":true, "min":0 }, "NoBidModuleParameters":{ "type":"structure", "members":{ "reason":{ "shape":"NoBidModuleParametersReasonString", "documentation":"

The reason description.

" }, "reasonCode":{ "shape":"NoBidModuleParametersReasonCodeInteger", "documentation":"

The reason code.

" }, "passThroughPercentage":{ "shape":"NoBidModuleParametersPassThroughPercentageFloat", "documentation":"

The pass through percentage.

" } }, "documentation":"

Describes the parameters of a no bid module.

" }, "NoBidModuleParametersPassThroughPercentageFloat":{ "type":"float", "box":true, "max":100, "min":0 }, "NoBidModuleParametersReasonCodeInteger":{ "type":"integer", "box":true, "max":10, "min":0 }, "NoBidModuleParametersReasonString":{ "type":"string", "max":50, "min":1, "pattern":"[a-zA-Z0-9]*" }, "OpenRtbAttributeModuleParameters":{ "type":"structure", "required":[ "filterType", "filterConfiguration", "action", "holdbackPercentage" ], "members":{ "filterType":{ "shape":"FilterType", "documentation":"

The filter type.

" }, "filterConfiguration":{ "shape":"FilterConfiguration", "documentation":"

Describes the configuration of a filter.

" }, "action":{ "shape":"Action", "documentation":"

Describes a bid action.

" }, "holdbackPercentage":{ "shape":"OpenRtbAttributeModuleParametersHoldbackPercentageFloat", "documentation":"

The hold back percentage.

" } }, "documentation":"

Describes the parameters of an open RTB attribute module.

" }, "OpenRtbAttributeModuleParametersHoldbackPercentageFloat":{ "type":"float", "box":true, "max":100, "min":0 }, "Protocol":{ "type":"string", "enum":[ "HTTP", "HTTPS" ] }, "ProtocolList":{ "type":"list", "member":{"shape":"Protocol"}, "max":2, "min":1 }, "QueryStringKeyValuePair":{ "type":"structure", "required":[ "key", "value" ], "members":{ "key":{ "shape":"QueryStringKeyValuePairKeyString", "documentation":"

The key of the query string parameter to match. Must contain only RFC 3986 unreserved characters.

" }, "value":{ "shape":"QueryStringKeyValuePairValueString", "documentation":"

The value of the query string parameter to match. Must contain only RFC 3986 unreserved characters.

" } }, "documentation":"

A key-value pair for query string matching in a routing rule condition.

" }, "QueryStringKeyValuePairKeyString":{ "type":"string", "max":128, "min":1, "pattern":"[A-Za-z0-9._~-]+" }, "QueryStringKeyValuePairValueString":{ "type":"string", "max":128, "min":1, "pattern":"[A-Za-z0-9._~-]+" }, "RateLimiterModuleParameters":{ "type":"structure", "members":{ "tps":{ "shape":"Float", "documentation":"

The transactions per second rate limit.

" } }, "documentation":"

Describes the parameters of a rate limit.

" }, "RejectLinkRequest":{ "type":"structure", "required":[ "gatewayId", "linkId" ], "members":{ "gatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the gateway.

", "location":"uri", "locationName":"gatewayId" }, "linkId":{ "shape":"LinkId", "documentation":"

The unique identifier of the link.

", "location":"uri", "locationName":"linkId" } } }, "RejectLinkResponse":{ "type":"structure", "required":[ "gatewayId", "peerGatewayId", "status", "createdAt", "updatedAt", "linkId" ], "members":{ "gatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the gateway.

" }, "peerGatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the peer gateway.

" }, "status":{ "shape":"LinkStatus", "documentation":"

The status of the link.

" }, "createdAt":{ "shape":"Timestamp", "documentation":"

The timestamp of when the link was created.

" }, "updatedAt":{ "shape":"Timestamp", "documentation":"

The timestamp of when the link was updated.

" }, "direction":{ "shape":"LinkDirection", "documentation":"

The direction of the link.

" }, "flowModules":{ "shape":"ModuleConfigurationList", "documentation":"

The configuration of flow modules.

" }, "pendingFlowModules":{ "shape":"ModuleConfigurationList", "documentation":"

The configuration of pending flow modules.

" }, "attributes":{ "shape":"LinkAttributes", "documentation":"

Attributes of the link.

" }, "logSettings":{"shape":"LinkLogSettings"}, "connectivityType":{ "shape":"ConnectivityType", "documentation":"

The connectivity type of the link.

" }, "linkId":{ "shape":"LinkId", "documentation":"

The unique identifier of the link.

" } } }, "RequesterGatewayStatus":{ "type":"string", "enum":[ "PENDING_CREATION", "ACTIVE", "PENDING_DELETION", "DELETED", "ERROR", "PENDING_UPDATE", "ISOLATED", "PENDING_ISOLATION", "PENDING_RESTORATION" ] }, "ResourceNotFoundException":{ "type":"structure", "required":["message"], "members":{ "message":{"shape":"String"} }, "documentation":"

The request could not be completed because the resource does not exist.

", "error":{ "httpStatusCode":404, "senderFault":true }, "exception":true }, "ResponderErrorMasking":{ "type":"list", "member":{"shape":"ResponderErrorMaskingForHttpCode"}, "max":200, "min":1 }, "ResponderErrorMaskingAction":{ "type":"string", "enum":[ "NO_BID", "PASSTHROUGH" ] }, "ResponderErrorMaskingForHttpCode":{ "type":"structure", "required":[ "httpCode", "action", "loggingTypes" ], "members":{ "httpCode":{ "shape":"ResponderErrorMaskingForHttpCodeHttpCodeString", "documentation":"

The HTTP error code.

" }, "action":{ "shape":"ResponderErrorMaskingAction", "documentation":"

The action for the error..

" }, "loggingTypes":{ "shape":"ResponderErrorMaskingLoggingTypes", "documentation":"

The error log type.

" }, "responseLoggingPercentage":{ "shape":"ResponderErrorMaskingForHttpCodeResponseLoggingPercentageFloat", "documentation":"

The percentage of response logging.

" } }, "documentation":"

Describes the masking for HTTP error codes.

" }, "ResponderErrorMaskingForHttpCodeHttpCodeString":{ "type":"string", "max":7, "min":3, "pattern":"DEFAULT|4XX|5XX|\\d{3}" }, "ResponderErrorMaskingForHttpCodeResponseLoggingPercentageFloat":{ "type":"float", "box":true, "max":100, "min":0 }, "ResponderErrorMaskingLoggingType":{ "type":"string", "enum":[ "NONE", "METRIC", "RESPONSE" ] }, "ResponderErrorMaskingLoggingTypes":{ "type":"list", "member":{"shape":"ResponderErrorMaskingLoggingType"}, "max":2, "min":1 }, "ResponderGatewayStatus":{ "type":"string", "enum":[ "PENDING_CREATION", "ACTIVE", "PENDING_DELETION", "DELETED", "ERROR", "PENDING_UPDATE", "ISOLATED", "PENDING_ISOLATION", "PENDING_RESTORATION" ] }, "RtbTaggableResourceArn":{ "type":"string", "max":1600, "min":1, "pattern":"arn:aws:rtbfabric:[a-zA-Z0-9_-]+:[0-9]{12}:gateway/[a-zA-Z0-9-]+(/link/[a-zA-Z0-9-]+(/routing-rule/[a-zA-Z0-9-]+)?)?" }, "RuleCondition":{ "type":"structure", "members":{ "hostHeader":{ "shape":"RuleConditionHostHeaderString", "documentation":"

The exact host header value to match.

" }, "hostHeaderWildcard":{ "shape":"RuleConditionHostHeaderWildcardString", "documentation":"

A wildcard pattern for host header matching (for example, *.example.com).

" }, "pathPrefix":{ "shape":"RuleConditionPathPrefixString", "documentation":"

The path prefix to match. The request path must start with this value. Must start with /.

" }, "pathExact":{ "shape":"RuleConditionPathExactString", "documentation":"

The exact path to match. Must start with /.

" }, "queryStringEquals":{ "shape":"QueryStringKeyValuePair", "documentation":"

A query string key-value pair that must be present and match exactly.

" }, "queryStringExists":{ "shape":"RuleConditionQueryStringExistsString", "documentation":"

A query string key that must be present in the request (any value is accepted).

" } }, "documentation":"

The conditions for a routing rule. All specified fields must match for the rule to apply (AND logic). At least one condition field must be set.

" }, "RuleConditionHostHeaderString":{ "type":"string", "max":255, "min":1, "pattern":"[A-Za-z0-9._~-]+" }, "RuleConditionHostHeaderWildcardString":{ "type":"string", "max":255, "min":3, "pattern":"[A-Za-z0-9._~*-]+" }, "RuleConditionPathExactString":{ "type":"string", "max":128, "min":1, "pattern":"/[A-Za-z0-9._~/-]*" }, "RuleConditionPathPrefixString":{ "type":"string", "max":128, "min":1, "pattern":"/[A-Za-z0-9._~/-]*" }, "RuleConditionQueryStringExistsString":{ "type":"string", "max":128, "min":1, "pattern":"[A-Za-z0-9._~-]+" }, "RuleId":{ "type":"string", "documentation":"

Identifier for a routing rule

", "max":30, "min":6, "pattern":"rule-[a-z0-9-]{1,25}" }, "RulePriority":{ "type":"integer", "documentation":"

WAF-style evaluation priority. Lower number = evaluated first (priority 1 before 10). Gaps are allowed (1, 10, 20 is valid). Must be between 1 and 1000 inclusive. Uniqueness per link among non-deleted rules is enforced at the API layer (HTTP 409 on conflict).

", "box":true, "max":1000, "min":1 }, "RuleStatus":{ "type":"string", "documentation":"

Status of a routing rule

", "enum":[ "CREATION_IN_PROGRESS", "ACTIVE", "UPDATE_IN_PROGRESS", "DELETION_IN_PROGRESS", "DELETED", "FAILED" ] }, "SecurityGroupId":{ "type":"string", "max":43, "min":11, "pattern":"sg-[0-9a-f]{8,40}" }, "ServiceQuotaExceededException":{ "type":"structure", "required":["message"], "members":{ "message":{"shape":"String"} }, "documentation":"

The request could not be completed because you exceeded a service quota.

", "error":{ "httpStatusCode":402, "senderFault":true }, "exception":true }, "StatusCodeMatcher":{ "type":"string", "max":64, "min":1 }, "String":{"type":"string"}, "SubnetId":{ "type":"string", "max":24, "min":15, "pattern":"subnet-\\w{8,17}" }, "TagKey":{ "type":"string", "max":128, "min":1, "pattern":"(resourceArn|internalId|[a-zA-Z0-9+\\-=._:/@]+)" }, "TagKeyList":{ "type":"list", "member":{"shape":"TagKey"}, "max":50, "min":1 }, "TagResourceRequest":{ "type":"structure", "required":[ "resourceArn", "tags" ], "members":{ "resourceArn":{ "shape":"RtbTaggableResourceArn", "documentation":"

The Amazon Resource Name (ARN) of the resource that you want to tag.

", "location":"uri", "locationName":"resourceArn" }, "tags":{ "shape":"TagsMap", "documentation":"

A map of the key-value pairs of the tag or tags to assign to the resource.

" } } }, "TagResourceResponse":{ "type":"structure", "members":{} }, "TagValue":{ "type":"string", "max":1600, "min":0 }, "TagsMap":{ "type":"map", "key":{"shape":"TagKey"}, "value":{"shape":"TagValue"} }, "ThrottlingException":{ "type":"structure", "required":["message"], "members":{ "message":{"shape":"String"} }, "documentation":"

The request was denied due to request throttling.

", "error":{ "httpStatusCode":429, "senderFault":true }, "exception":true, "retryable":{"throttling":false} }, "Timestamp":{"type":"timestamp"}, "TrustStoreConfiguration":{ "type":"structure", "required":["certificateAuthorityCertificates"], "members":{ "certificateAuthorityCertificates":{ "shape":"CertificateAuthorityCertificates", "documentation":"

The certificate authority certificate.

" } }, "documentation":"

Describes the configuration of a trust store.

" }, "URI":{ "type":"string", "max":255, "min":0, "pattern":"(https|http)://(?:[A-Za-z0-9](?:[A-Za-z0-9-]{0,61}[A-Za-z0-9])?)(?:\\.(?:[A-Za-z0-9](?:[A-Za-z0-9-]{0,61}[A-Za-z0-9])?))+" }, "URL":{ "type":"string", "max":255, "min":0, "pattern":"(https|http)://.+" }, "UntagResourceRequest":{ "type":"structure", "required":[ "resourceArn", "tagKeys" ], "members":{ "resourceArn":{ "shape":"RtbTaggableResourceArn", "documentation":"

The Amazon Resource Name (ARN) of the resource that you want to untag.

", "location":"uri", "locationName":"resourceArn" }, "tagKeys":{ "shape":"TagKeyList", "documentation":"

The keys of the key-value pairs for the tag or tags you want to remove from the specified resource.

", "location":"querystring", "locationName":"tagKeys" } } }, "UntagResourceResponse":{ "type":"structure", "members":{} }, "UpdateLinkModuleFlowRequest":{ "type":"structure", "required":[ "clientToken", "gatewayId", "linkId", "modules" ], "members":{ "clientToken":{ "shape":"String", "documentation":"

The unique client token.

", "idempotencyToken":true }, "gatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the gateway.

", "location":"uri", "locationName":"gatewayId" }, "linkId":{ "shape":"LinkId", "documentation":"

The unique identifier of the link.

", "location":"uri", "locationName":"linkId" }, "modules":{ "shape":"ModuleConfigurationList", "documentation":"

The configuration of a module.

" } } }, "UpdateLinkModuleFlowResponse":{ "type":"structure", "required":[ "gatewayId", "linkId", "status" ], "members":{ "gatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the gateway.

" }, "linkId":{ "shape":"LinkId", "documentation":"

The unique identifier of the link.

" }, "status":{ "shape":"LinkStatus", "documentation":"

The status of the request.

" } } }, "UpdateLinkRequest":{ "type":"structure", "required":[ "gatewayId", "linkId" ], "members":{ "gatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the gateway.

", "location":"uri", "locationName":"gatewayId" }, "linkId":{ "shape":"LinkId", "documentation":"

The unique identifier of the link.

", "location":"uri", "locationName":"linkId" }, "logSettings":{ "shape":"LinkLogSettings", "documentation":"

Settings for the application logs.

" }, "timeoutInMillis":{ "shape":"LinkTimeoutInMillis", "documentation":"

The timeout value in milliseconds.

" } } }, "UpdateLinkResponse":{ "type":"structure", "required":[ "linkId", "status" ], "members":{ "linkId":{ "shape":"LinkId", "documentation":"

The unique identifier of the link.

" }, "status":{ "shape":"LinkStatus", "documentation":"

The status of the request.

" } } }, "UpdateLinkRoutingRuleRequest":{ "type":"structure", "required":[ "gatewayId", "linkId", "ruleId", "priority", "conditions" ], "members":{ "gatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the gateway.

", "location":"uri", "locationName":"gatewayId" }, "linkId":{ "shape":"LinkId", "documentation":"

The unique identifier of the link.

", "location":"uri", "locationName":"linkId" }, "ruleId":{ "shape":"RuleId", "documentation":"

The unique identifier of the routing rule.

", "location":"uri", "locationName":"ruleId" }, "priority":{ "shape":"RulePriority", "documentation":"

The updated priority of the routing rule. Lower numbers are evaluated first. Valid values are 1 to 1000. Priority must be unique among non-deleted rules within a link.

" }, "conditions":{ "shape":"RuleCondition", "documentation":"

The updated conditions for the routing rule. All specified fields must match for the rule to apply. At least one condition field must be set.

" } } }, "UpdateLinkRoutingRuleResponse":{ "type":"structure", "required":[ "ruleId", "status", "updatedAt" ], "members":{ "ruleId":{ "shape":"RuleId", "documentation":"

The unique identifier of the routing rule.

" }, "status":{ "shape":"RuleStatus", "documentation":"

The status of the routing rule.

" }, "updatedAt":{ "shape":"Timestamp", "documentation":"

The timestamp of when the routing rule was last updated.

" } } }, "UpdateRequesterGatewayRequest":{ "type":"structure", "required":[ "clientToken", "gatewayId" ], "members":{ "clientToken":{ "shape":"String", "documentation":"

The unique client token.

", "idempotencyToken":true }, "gatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the gateway.

", "location":"uri", "locationName":"gatewayId" }, "description":{ "shape":"UpdateRequesterGatewayRequestDescriptionString", "documentation":"

An optional description for the requester gateway.

" } } }, "UpdateRequesterGatewayRequestDescriptionString":{ "type":"string", "pattern":"[A-Za-z0-9 ]+" }, "UpdateRequesterGatewayResponse":{ "type":"structure", "required":[ "gatewayId", "status" ], "members":{ "gatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the gateway.

" }, "status":{ "shape":"RequesterGatewayStatus", "documentation":"

The status of the request.

" } } }, "UpdateResponderGatewayRequest":{ "type":"structure", "required":[ "port", "protocol", "clientToken", "gatewayId" ], "members":{ "domainName":{ "shape":"DomainName", "documentation":"

The domain name for the responder gateway.

" }, "port":{ "shape":"UpdateResponderGatewayRequestPortInteger", "documentation":"

The networking port to use.

" }, "protocol":{ "shape":"Protocol", "documentation":"

The networking protocol to use.

" }, "listenerConfig":{ "shape":"ListenerConfig", "documentation":"

The listener configuration for the responder gateway.

" }, "trustStoreConfiguration":{ "shape":"TrustStoreConfiguration", "documentation":"

The configuration of the trust store.

" }, "managedEndpointConfiguration":{ "shape":"ManagedEndpointConfiguration", "documentation":"

The configuration for the managed endpoint.

" }, "clientToken":{ "shape":"String", "documentation":"

The unique client token.

", "idempotencyToken":true }, "gatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the gateway.

", "location":"uri", "locationName":"gatewayId" }, "description":{ "shape":"UpdateResponderGatewayRequestDescriptionString", "documentation":"

An optional description for the responder gateway.

" } } }, "UpdateResponderGatewayRequestDescriptionString":{ "type":"string", "pattern":"[A-Za-z0-9 ]+" }, "UpdateResponderGatewayRequestPortInteger":{ "type":"integer", "box":true, "max":65535, "min":1 }, "UpdateResponderGatewayResponse":{ "type":"structure", "required":[ "gatewayId", "status" ], "members":{ "gatewayId":{ "shape":"GatewayId", "documentation":"

The unique identifier of the gateway.

" }, "status":{ "shape":"ResponderGatewayStatus", "documentation":"

The status of the request.

" } } }, "ValidationException":{ "type":"structure", "required":["message"], "members":{ "message":{"shape":"String"} }, "documentation":"

The request could not be completed because it fails satisfy the constraints specified by the service.

", "error":{ "httpStatusCode":400, "senderFault":true }, "exception":true }, "Version":{ "type":"string", "max":25, "min":1, "pattern":"[a-z0-9-]{1,25}" }, "VpcId":{ "type":"string", "max":21, "min":12, "pattern":"vpc-[a-f0-9]{8,17}" } }, "documentation":"

Amazon Web Services RTB Fabric provides secure, low-latency infrastructure for connecting real-time bidding (RTB) applications. Rather than hosting applications directly, RTB Fabric acts as the connecting fabric that enables your applications to communicate efficiently over private networks instead of the public internet. You maintain complete control over your applications, data, and bidding decisions, while RTB Fabric provides the underlying infrastructure for secure, reliable connectivity.

You can use these APIs to complete RTB Fabric tasks, such as setting up audit log ingestions or viewing user access. For more information about RTB Fabric, including the required permissions to use the service, see the Amazon Web Services RTB Fabric User Guide.

" }