Skip to content

Bedrock AgentCore Control  >  Operations  >  delete_gateway_rate_limit

delete_gateway_rate_limit

Operation

delete_gateway_rate_limit async

delete_gateway_rate_limit(input: DeleteGatewayRateLimitInput, plugins: list[Plugin] | None = None) -> DeleteGatewayRateLimitOutput

Deletes a gateway rate limit.

Parameters:

Name Type Description Default
input DeleteGatewayRateLimitInput

An instance of DeleteGatewayRateLimitInput.

required
plugins list[Plugin] | None

A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations.

None

Returns:

Type Description
DeleteGatewayRateLimitOutput

An instance of DeleteGatewayRateLimitOutput.

Input

DeleteGatewayRateLimitInput dataclass

Dataclass for DeleteGatewayRateLimitInput structure.

Attributes

gateway_identifier class-attribute instance-attribute
gateway_identifier: str | None = None

The unique identifier of the gateway.

rate_limit_id class-attribute instance-attribute
rate_limit_id: str | None = None

The unique identifier of the rate limit to delete.

Output

DeleteGatewayRateLimitOutput dataclass

Dataclass for DeleteGatewayRateLimitOutput structure.

Attributes

rate_limit_id instance-attribute
rate_limit_id: str

The unique identifier of the deleted rate limit.

status instance-attribute

The current status of the rate limit deletion.