Skip to content

Commit

Permalink
docs(client-pinpoint): Updated documentation to describe the case ins…
Browse files Browse the repository at this point in the history
…ensitivity for EndpointIds.
  • Loading branch information
awstools committed Oct 27, 2023
1 parent 5e5784f commit 731b821
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion clients/client-pinpoint/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6432,7 +6432,7 @@ export interface DeleteEndpointRequest {

/**
* @public
* <p>The unique identifier for the endpoint.</p>
* <p>The case insensitive unique identifier for the endpoint. The identifier can't contain <code>$</code>, <code>\{</code> or <code>\}</code>.</p>
*/
EndpointId: string | undefined;
}
Expand Down
4 changes: 2 additions & 2 deletions clients/client-pinpoint/src/models/models_1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export interface GetEndpointRequest {

/**
* @public
* <p>The unique identifier for the endpoint.</p>
* <p>The case insensitive unique identifier for the endpoint. The identifier can't contain <code>$</code>, <code>\{</code> or <code>\}</code>.</p>
*/
EndpointId: string | undefined;
}
Expand Down Expand Up @@ -3220,7 +3220,7 @@ export interface UpdateEndpointRequest {

/**
* @public
* <p>The unique identifier for the endpoint.</p>
* <p>The case insensitive unique identifier for the endpoint. The identifier can't contain <code>$</code>, <code>\{</code> or <code>\}</code>.</p>
*/
EndpointId: string | undefined;

Expand Down
6 changes: 3 additions & 3 deletions codegen/sdk-codegen/aws-models/pinpoint.json
Original file line number Diff line number Diff line change
Expand Up @@ -4773,7 +4773,7 @@
"EndpointId": {
"target": "com.amazonaws.pinpoint#__string",
"traits": {
"smithy.api#documentation": "<p>The unique identifier for the endpoint.</p>",
"smithy.api#documentation": "<p>The case insensitive unique identifier for the endpoint. The identifier can't contain <code>$</code>, <code>{</code> or <code>}</code>.</p>",
"smithy.api#httpLabel": {},
"smithy.api#required": {}
}
Expand Down Expand Up @@ -9204,7 +9204,7 @@
"EndpointId": {
"target": "com.amazonaws.pinpoint#__string",
"traits": {
"smithy.api#documentation": "<p>The unique identifier for the endpoint.</p>",
"smithy.api#documentation": "<p>The case insensitive unique identifier for the endpoint. The identifier can't contain <code>$</code>, <code>{</code> or <code>}</code>.</p>",
"smithy.api#httpLabel": {},
"smithy.api#required": {}
}
Expand Down Expand Up @@ -19648,7 +19648,7 @@
"EndpointId": {
"target": "com.amazonaws.pinpoint#__string",
"traits": {
"smithy.api#documentation": "<p>The unique identifier for the endpoint.</p>",
"smithy.api#documentation": "<p>The case insensitive unique identifier for the endpoint. The identifier can't contain <code>$</code>, <code>{</code> or <code>}</code>.</p>",
"smithy.api#httpLabel": {},
"smithy.api#required": {}
}
Expand Down

0 comments on commit 731b821

Please sign in to comment.