File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
clients/client-apigatewayv2/src/commands
codegen/sdk-codegen/aws-models Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ export interface CreateRoutingRuleCommandInput extends CreateRoutingRuleRequest
28
28
export interface CreateRoutingRuleCommandOutput extends CreateRoutingRuleResponse , __MetadataBearer { }
29
29
30
30
/**
31
- * <p>Creates a RoutingRule</p>
31
+ * <p>Creates a RoutingRule. </p>
32
32
* @example
33
33
* Use a bare-bones client and the command you need to make an API call.
34
34
* ```javascript
Original file line number Diff line number Diff line change 3507
3507
}
3508
3508
],
3509
3509
"traits": {
3510
- "smithy.api#documentation": "<p>Creates a RoutingRule</p>",
3510
+ "smithy.api#documentation": "<p>Creates a RoutingRule. </p>",
3511
3511
"smithy.api#http": {
3512
3512
"method": "POST",
3513
3513
"uri": "/v2/domainnames/{DomainName}/routingrules",
You can’t perform that action at this time.
0 commit comments