Skip to content

Commit 04aac8d

Browse files
Chase Coalwelltrivikr
authored andcommitted
fix: api-gateway client model comment (#674)
1 parent 65740e3 commit 04aac8d

File tree

1 file changed

+9
-9
lines changed
  • clients/client-api-gateway/models

1 file changed

+9
-9
lines changed

clients/client-api-gateway/models/index.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7326,16 +7326,16 @@ export interface Stage extends $MetadataBearer {
73267326

73277327
/**
73287328
*
7329-
* <p>A map that defines the method settings for a <a>Stage</a> resource. Keys (designated as <code>/{method_setting_key</code> below) are method paths defined as <code>{resource_path}/{http_method}</code> for an individual method override, or <code>/\*\/\* </code> for overriding all methods in the stage. <!-- Any forward slash ("/") characters in the <code>resource_path</code> part must be encoded as "~1" as in, for example, <code>~1resource~1sub-resource/GET</code>.--></p>
7330-
*
7331-
* /
7332-
methodSettings ?: { [key: string]: MethodSetting };
7329+
* <p>A map that defines the method settings for a <a>Stage</a> resource. Keys (designated as <code>/{method_setting_key</code> below) are method paths defined as <code>{resource_path}/{http_method}</code> for an individual method override, or <code>/\*\/\*</code> for overriding all methods in the stage. <!-- Any forward slash ("/") characters in the <code>resource_path</code> part must be encoded as "~1" as in, for example, <code>~1resource~1sub-resource/GET</code>.--></p>
7330+
*
7331+
*/
7332+
methodSettings?: { [key: string]: MethodSetting };
73337333

7334-
/**
7335-
*
7336-
* <p>The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to API Gateway. Stage names can only contain alphanumeric characters, hyphens, and underscores. Maximum length is 128 characters.</p>
7337-
*
7338-
*/
7334+
/**
7335+
*
7336+
* <p>The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to API Gateway. Stage names can only contain alphanumeric characters, hyphens, and underscores. Maximum length is 128 characters.</p>
7337+
*
7338+
*/
73397339
stageName?: string;
73407340

73417341
/**

0 commit comments

Comments
 (0)