Skip to content

Commit 4ec8cbf

Browse files
author
awstools
committed
docs(client-apigatewayv2): Documentation updates for Amazon API Gateway
1 parent f7d6c3f commit 4ec8cbf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clients/client-apigatewayv2/src/commands/CreateRoutingRuleCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export interface CreateRoutingRuleCommandInput extends CreateRoutingRuleRequest
2828
export interface CreateRoutingRuleCommandOutput extends CreateRoutingRuleResponse, __MetadataBearer {}
2929

3030
/**
31-
* <p>Creates a RoutingRule</p>
31+
* <p>Creates a RoutingRule.</p>
3232
* @example
3333
* Use a bare-bones client and the command you need to make an API call.
3434
* ```javascript

codegen/sdk-codegen/aws-models/apigatewayv2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3507,7 +3507,7 @@
35073507
}
35083508
],
35093509
"traits": {
3510-
"smithy.api#documentation": "<p>Creates a RoutingRule</p>",
3510+
"smithy.api#documentation": "<p>Creates a RoutingRule.</p>",
35113511
"smithy.api#http": {
35123512
"method": "POST",
35133513
"uri": "/v2/domainnames/{DomainName}/routingrules",

0 commit comments

Comments
 (0)