Skip to content

Commit 6f269c7

Browse files
author
AWS
committed
AWS SSO Identity Store Update: Documentation updates to reflect service rename - AWS IAM Identity Center (successor to AWS Single Sign-On)
1 parent 3b74484 commit 6f269c7

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS SSO Identity Store",
4+
"contributor": "",
5+
"description": "Documentation updates to reflect service rename - AWS IAM Identity Center (successor to AWS Single Sign-On)"
6+
}

services/identitystore/src/main/resources/codegen-resources/service-2.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"Message":{"shape":"Message"},
9191
"RequestId":{
9292
"shape":"RequestId",
93-
"documentation":"<p>The identifier for each request. This value is a globally unique ID that is generated by the Identity Store service for each sent request, and is then returned inside the exception if the request fails.</p>"
93+
"documentation":"<p>The identifier for each request. This value is a globally unique ID that is generated by the identity store service for each sent request, and is then returned inside the exception if the request fails.</p>"
9494
}
9595
},
9696
"documentation":"<p>You do not have sufficient access to perform this action.</p>",
@@ -186,7 +186,7 @@
186186
"documentation":"<p>Represents the data for an attribute. Each attribute value is described as a name-value pair. </p>"
187187
}
188188
},
189-
"documentation":"<p>A query filter used by <code>ListUsers</code> and <code>ListGroup</code>. This filter object provides the attribute name and attribute value to search users or groups.</p>"
189+
"documentation":"<p>A query filter used by <code>ListUsers</code> and <code>ListGroups</code>. This filter object provides the attribute name and attribute value to search users or groups.</p>"
190190
},
191191
"Filters":{
192192
"type":"list",
@@ -232,7 +232,7 @@
232232
"Message":{"shape":"Message"},
233233
"RequestId":{
234234
"shape":"RequestId",
235-
"documentation":"<p>The identifier for each request. This value is a globally unique ID that is generated by the Identity Store service for each sent request, and is then returned inside the exception if the request fails.</p>"
235+
"documentation":"<p>The identifier for each request. This value is a globally unique ID that is generated by the identity store service for each sent request, and is then returned inside the exception if the request fails.</p>"
236236
}
237237
},
238238
"documentation":"<p>The request processing has failed because of an unknown error, exception or failure with an internal server.</p>",
@@ -342,16 +342,16 @@
342342
"members":{
343343
"ResourceType":{
344344
"shape":"ResourceType",
345-
"documentation":"<p>The type of resource in the Identity Store service, which is an enum object. Valid values include USER, GROUP, and IDENTITY_STORE.</p>"
345+
"documentation":"<p>The type of resource in the identity store service, which is an enum object. Valid values include USER, GROUP, and IDENTITY_STORE.</p>"
346346
},
347347
"ResourceId":{
348348
"shape":"ResourceId",
349-
"documentation":"<p>The identifier for a resource in the identity store, which can be used as <code>UserId</code> or <code>GroupId</code>. The format for <code>ResourceId</code> is either <code>UUID</code> or <code>1234567890-UUID</code>, where <code>UUID</code> is a randomly generated value for each resource when it is created and <code>1234567890</code> represents the <code>IdentityStoreId</code> string value. In the case that the identity store is migrated from a legacy SSO identity store, the <code>ResourceId</code> for that identity store will be in the format of <code>UUID</code>. Otherwise, it will be in the <code>1234567890-UUID</code> format.</p>"
349+
"documentation":"<p>The identifier for a resource in the identity store, which can be used as <code>UserId</code> or <code>GroupId</code>. The format for <code>ResourceId</code> is either <code>UUID</code> or <code>1234567890-UUID</code>, where <code>UUID</code> is a randomly generated value for each resource when it is created and <code>1234567890</code> represents the <code>IdentityStoreId</code> string value. In the case that the identity store is migrated from a legacy single sign-on identity store, the <code>ResourceId</code> for that identity store will be in the format of <code>UUID</code>. Otherwise, it will be in the <code>1234567890-UUID</code> format.</p>"
350350
},
351351
"Message":{"shape":"Message"},
352352
"RequestId":{
353353
"shape":"RequestId",
354-
"documentation":"<p>The identifier for each request. This value is a globally unique ID that is generated by the Identity Store service for each sent request, and is then returned inside the exception if the request fails.</p>"
354+
"documentation":"<p>The identifier for each request. This value is a globally unique ID that is generated by the identity store service for each sent request, and is then returned inside the exception if the request fails.</p>"
355355
}
356356
},
357357
"documentation":"<p>Indicates that a requested resource is not found.</p>",
@@ -378,7 +378,7 @@
378378
"Message":{"shape":"Message"},
379379
"RequestId":{
380380
"shape":"RequestId",
381-
"documentation":"<p>The identifier for each request. This value is a globally unique ID that is generated by the Identity Store service for each sent request, and is then returned inside the exception if the request fails.</p>"
381+
"documentation":"<p>The identifier for each request. This value is a globally unique ID that is generated by the identity store service for each sent request, and is then returned inside the exception if the request fails.</p>"
382382
}
383383
},
384384
"documentation":"<p>Indicates that the principal has crossed the throttling limits of the API operations.</p>",
@@ -419,12 +419,12 @@
419419
"Message":{"shape":"Message"},
420420
"RequestId":{
421421
"shape":"RequestId",
422-
"documentation":"<p>The identifier for each request. This value is a globally unique ID that is generated by the Identity Store service for each sent request, and is then returned inside the exception if the request fails.</p>"
422+
"documentation":"<p>The identifier for each request. This value is a globally unique ID that is generated by the identity store service for each sent request, and is then returned inside the exception if the request fails.</p>"
423423
}
424424
},
425425
"documentation":"<p>The request failed because it contains a syntax error.</p>",
426426
"exception":true
427427
}
428428
},
429-
"documentation":"<p>The AWS Single Sign-On (SSO) Identity Store service provides a single place to retrieve all of your identities (users and groups). For more information about AWS, see the <a href=\"https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html\">AWS Single Sign-On User Guide</a>.</p>"
429+
"documentation":"<p>The identity store service used by Amazon Web Services Single Sign On provides a single place to retrieve all of your identities (users and groups). For more information, see the <a href=\"https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html\">Amazon Web Services SSO User Guide</a>.</p>"
430430
}

0 commit comments

Comments
 (0)