Skip to content

Commit 731b821

Browse files
author
awstools
committed
docs(client-pinpoint): Updated documentation to describe the case insensitivity for EndpointIds.
1 parent 5e5784f commit 731b821

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

clients/client-pinpoint/src/models/models_0.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6432,7 +6432,7 @@ export interface DeleteEndpointRequest {
64326432

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

clients/client-pinpoint/src/models/models_1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ export interface GetEndpointRequest {
202202

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

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4773,7 +4773,7 @@
47734773
"EndpointId": {
47744774
"target": "com.amazonaws.pinpoint#__string",
47754775
"traits": {
4776-
"smithy.api#documentation": "<p>The unique identifier for the endpoint.</p>",
4776+
"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>",
47774777
"smithy.api#httpLabel": {},
47784778
"smithy.api#required": {}
47794779
}
@@ -9204,7 +9204,7 @@
92049204
"EndpointId": {
92059205
"target": "com.amazonaws.pinpoint#__string",
92069206
"traits": {
9207-
"smithy.api#documentation": "<p>The unique identifier for the endpoint.</p>",
9207+
"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>",
92089208
"smithy.api#httpLabel": {},
92099209
"smithy.api#required": {}
92109210
}
@@ -19648,7 +19648,7 @@
1964819648
"EndpointId": {
1964919649
"target": "com.amazonaws.pinpoint#__string",
1965019650
"traits": {
19651-
"smithy.api#documentation": "<p>The unique identifier for the endpoint.</p>",
19651+
"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>",
1965219652
"smithy.api#httpLabel": {},
1965319653
"smithy.api#required": {}
1965419654
}

0 commit comments

Comments
 (0)