You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services/pinpoint/src/main/resources/codegen-resources/service-2.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8064,7 +8064,7 @@
8064
8064
"shape": "__string",
8065
8065
"location": "uri",
8066
8066
"locationName": "endpoint-id",
8067
-
"documentation": "<p>The unique identifier for the endpoint.</p>"
8067
+
"documentation": "<p>The case insensitive unique identifier for the endpoint. The identifier can't contain <code>$</code>, <code>{</code> or <code>}</code>.</p>"
8068
8068
}
8069
8069
},
8070
8070
"required": [
@@ -10351,7 +10351,7 @@
10351
10351
"shape": "__string",
10352
10352
"location": "uri",
10353
10353
"locationName": "endpoint-id",
10354
-
"documentation": "<p>The unique identifier for the endpoint.</p>"
10354
+
"documentation": "<p>The case insensitive unique identifier for the endpoint. The identifier can't contain <code>$</code>, <code>{</code> or <code>}</code>.</p>"
10355
10355
}
10356
10356
},
10357
10357
"required": [
@@ -15108,7 +15108,7 @@
15108
15108
"shape": "__string",
15109
15109
"location": "uri",
15110
15110
"locationName": "endpoint-id",
15111
-
"documentation": "<p>The unique identifier for the endpoint.</p>"
15111
+
"documentation": "<p>The case insensitive unique identifier for the endpoint. The identifier can't contain <code>$</code>, <code>{</code> or <code>}</code>.</p>"
0 commit comments