Skip to content

Commit aa39d68

Browse files
author
awstools
committed
docs(client-identitystore): Documentation updates for the Identity Store CLI Reference.
1 parent 45d84e0 commit aa39d68

File tree

5 files changed

+24
-32
lines changed

5 files changed

+24
-32
lines changed

clients/client-identitystore/src/Identitystore.ts

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -516,10 +516,8 @@ export class Identitystore extends IdentitystoreClient {
516516
}
517517

518518
/**
519-
* <p>Lists the attribute name and value of the group that you specified in the search. We
520-
* only support <code>DisplayName</code> as a valid filter attribute path currently, and
521-
* filter is required. This API returns minimum attributes, including <code>GroupId</code> and
522-
* group <code>DisplayName</code> in the response.</p>
519+
* <p>Lists all groups in the identity store. Returns a paginated list of complete <code>Group</code> objects.
520+
* Filtering for a <code>Group</code> by the <code>DisplayName</code> attribute is deprecated. Instead, use the <code>GetGroupId</code> API action.</p>
523521
*/
524522
public listGroups(args: ListGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListGroupsCommandOutput>;
525523
public listGroups(args: ListGroupsCommandInput, cb: (err: any, data?: ListGroupsCommandOutput) => void): void;
@@ -545,10 +543,8 @@ export class Identitystore extends IdentitystoreClient {
545543
}
546544

547545
/**
548-
* <p>Lists the attribute name and value of the user that you specified in the search. We only
549-
* support <code>UserName</code> as a valid filter attribute path currently, and filter is
550-
* required. This API returns minimum attributes, including <code>UserId</code> and
551-
* <code>UserName</code> in the response.</p>
546+
* <p>Lists all users in the identity store. Returns a paginated list of complete <code>User</code> objects.
547+
* Filtering for a <code>User</code> by the <code>UserName</code> attribute is deprecated. Instead, use the <code>GetUserId</code> API action.</p>
552548
*/
553549
public listUsers(args: ListUsersCommandInput, options?: __HttpHandlerOptions): Promise<ListUsersCommandOutput>;
554550
public listUsers(args: ListUsersCommandInput, cb: (err: any, data?: ListUsersCommandOutput) => void): void;

clients/client-identitystore/src/commands/ListGroupsCommand.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,8 @@ export interface ListGroupsCommandInput extends ListGroupsRequest {}
2828
export interface ListGroupsCommandOutput extends ListGroupsResponse, __MetadataBearer {}
2929

3030
/**
31-
* <p>Lists the attribute name and value of the group that you specified in the search. We
32-
* only support <code>DisplayName</code> as a valid filter attribute path currently, and
33-
* filter is required. This API returns minimum attributes, including <code>GroupId</code> and
34-
* group <code>DisplayName</code> in the response.</p>
31+
* <p>Lists all groups in the identity store. Returns a paginated list of complete <code>Group</code> objects.
32+
* Filtering for a <code>Group</code> by the <code>DisplayName</code> attribute is deprecated. Instead, use the <code>GetGroupId</code> API action.</p>
3533
* @example
3634
* Use a bare-bones client and the command you need to make an API call.
3735
* ```javascript

clients/client-identitystore/src/commands/ListUsersCommand.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,8 @@ export interface ListUsersCommandInput extends ListUsersRequest {}
2525
export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBearer {}
2626

2727
/**
28-
* <p>Lists the attribute name and value of the user that you specified in the search. We only
29-
* support <code>UserName</code> as a valid filter attribute path currently, and filter is
30-
* required. This API returns minimum attributes, including <code>UserId</code> and
31-
* <code>UserName</code> in the response.</p>
28+
* <p>Lists all users in the identity store. Returns a paginated list of complete <code>User</code> objects.
29+
* Filtering for a <code>User</code> by the <code>UserName</code> attribute is deprecated. Instead, use the <code>GetUserId</code> API action.</p>
3230
* @example
3331
* Use a bare-bones client and the command you need to make an API call.
3432
* ```javascript

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ export interface UniqueAttribute {
118118
}
119119

120120
/**
121-
* <p>A unique identifier for a user or group that is not the its primary identifier. This value can be
122-
* an identifier from an external identity provider (IdP) that is associated with the group or a unique attribute. For example, a
121+
* <p>A unique identifier for a user or group that is not the primary identifier. This value can be
122+
* an identifier from an external identity provider (IdP) that is associated with the user, the group, or a unique attribute. For example, a
123123
* unique <code>GroupDisplayName</code>.</p>
124124
*/
125125
export type AlternateIdentifier =
@@ -189,8 +189,8 @@ export interface GetGroupIdRequest {
189189
IdentityStoreId: string | undefined;
190190

191191
/**
192-
* <p>A unique identifier for an identity resource that is not the primary identifier. This value can be
193-
* an identifier from an external identity provider (IdP) that is associated with the group or a unique attribute. For example, a
192+
* <p>A unique identifier for a user or group that is not the primary identifier. This value can be
193+
* an identifier from an external identity provider (IdP) that is associated with the user, the group, or a unique attribute. For example, a
194194
* unique <code>GroupDisplayName</code>.</p>
195195
*/
196196
AlternateIdentifier: AlternateIdentifier | undefined;
@@ -422,7 +422,9 @@ export interface GetUserIdRequest {
422422
IdentityStoreId: string | undefined;
423423

424424
/**
425-
* <p>A unique identifier for an identity resource that is not the primary identifier.</p>
425+
* <p>A unique identifier for a user or group that is not the primary identifier. This value can be
426+
* an identifier from an external identity provider (IdP) that is associated with the user, the group, or a unique attribute. For example, a
427+
* unique <code>UserDisplayName</code>.</p>
426428
*/
427429
AlternateIdentifier: AlternateIdentifier | undefined;
428430
}
@@ -726,8 +728,7 @@ export interface DescribeGroupResponse {
726728
/**
727729
* <p>The group’s display name value. The length limit is 1,024 characters. This
728730
* value can consist of letters, accented characters, symbols, numbers, punctuation, tab, new
729-
* line, carriage return, space, and nonbreaking space in this attribute. The characters
730-
* <code>&lt;&gt;;:%</code> are excluded. This value is specified at the time that the
731+
* line, carriage return, space, and nonbreaking space in this attribute. This value is specified at the time that the
731732
* group is created and stored as an attribute of the group object in the identity
732733
* store.</p>
733734
*/
@@ -816,8 +817,7 @@ export interface Group {
816817
/**
817818
* <p>The group’s display name value. The length limit is 1,024 characters. This
818819
* value can consist of letters, accented characters, symbols, numbers, punctuation, tab, new
819-
* line, carriage return, space, and nonbreaking space in this attribute. The characters
820-
* <code>&lt;&gt;;:%</code> are excluded. This value is specified at the time the group is
820+
* line, carriage return, space, and nonbreaking space in this attribute. This value is specified at the time the group is
821821
* created and stored as an attribute of the group object in the identity store.</p>
822822
*/
823823
DisplayName?: string;

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
}
165165
},
166166
"traits": {
167-
"smithy.api#documentation": "<p>A unique identifier for a user or group that is not the its primary identifier. This value can be\n an identifier from an external identity provider (IdP) that is associated with the group or a unique attribute. For example, a\n unique <code>GroupDisplayName</code>.</p>"
167+
"smithy.api#documentation": "<p>A unique identifier for a user or group that is not the primary identifier. This value can be\n an identifier from an external identity provider (IdP) that is associated with the user, the group, or a unique attribute. For example, a\n unique <code>GroupDisplayName</code>.</p>"
168168
}
169169
},
170170
"com.amazonaws.identitystore#AttributeOperation": {
@@ -797,7 +797,7 @@
797797
"DisplayName": {
798798
"target": "com.amazonaws.identitystore#GroupDisplayName",
799799
"traits": {
800-
"smithy.api#documentation": "<p>The group’s display name value. The length limit is 1,024 characters. This\n value can consist of letters, accented characters, symbols, numbers, punctuation, tab, new\n line, carriage return, space, and nonbreaking space in this attribute. The characters\n <code>&lt;&gt;;:%</code> are excluded. This value is specified at the time that the\n group is created and stored as an attribute of the group object in the identity\n store.</p>"
800+
"smithy.api#documentation": "<p>The group’s display name value. The length limit is 1,024 characters. This\n value can consist of letters, accented characters, symbols, numbers, punctuation, tab, new\n line, carriage return, space, and nonbreaking space in this attribute. This value is specified at the time that the\n group is created and stored as an attribute of the group object in the identity\n store.</p>"
801801
}
802802
},
803803
"ExternalIds": {
@@ -1130,7 +1130,7 @@
11301130
"AlternateIdentifier": {
11311131
"target": "com.amazonaws.identitystore#AlternateIdentifier",
11321132
"traits": {
1133-
"smithy.api#documentation": "<p>A unique identifier for an identity resource that is not the primary identifier. This value can be\n an identifier from an external identity provider (IdP) that is associated with the group or a unique attribute. For example, a\n unique <code>GroupDisplayName</code>.</p>",
1133+
"smithy.api#documentation": "<p>A unique identifier for a user or group that is not the primary identifier. This value can be\n an identifier from an external identity provider (IdP) that is associated with the user, the group, or a unique attribute. For example, a\n unique <code>GroupDisplayName</code>.</p>",
11341134
"smithy.api#required": {}
11351135
}
11361136
}
@@ -1255,7 +1255,7 @@
12551255
"AlternateIdentifier": {
12561256
"target": "com.amazonaws.identitystore#AlternateIdentifier",
12571257
"traits": {
1258-
"smithy.api#documentation": "<p>A unique identifier for an identity resource that is not the primary identifier.</p>",
1258+
"smithy.api#documentation": "<p>A unique identifier for a user or group that is not the primary identifier. This value can be\n an identifier from an external identity provider (IdP) that is associated with the user, the group, or a unique attribute. For example, a\n unique <code>UserDisplayName</code>.</p>",
12591259
"smithy.api#required": {}
12601260
}
12611261
}
@@ -1293,7 +1293,7 @@
12931293
"DisplayName": {
12941294
"target": "com.amazonaws.identitystore#GroupDisplayName",
12951295
"traits": {
1296-
"smithy.api#documentation": "<p>The group’s display name value. The length limit is 1,024 characters. This\n value can consist of letters, accented characters, symbols, numbers, punctuation, tab, new\n line, carriage return, space, and nonbreaking space in this attribute. The characters\n <code>&lt;&gt;;:%</code> are excluded. This value is specified at the time the group is\n created and stored as an attribute of the group object in the identity store.</p>"
1296+
"smithy.api#documentation": "<p>The group’s display name value. The length limit is 1,024 characters. This\n value can consist of letters, accented characters, symbols, numbers, punctuation, tab, new\n line, carriage return, space, and nonbreaking space in this attribute. This value is specified at the time the group is\n created and stored as an attribute of the group object in the identity store.</p>"
12971297
}
12981298
},
12991299
"ExternalIds": {
@@ -1742,7 +1742,7 @@
17421742
}
17431743
],
17441744
"traits": {
1745-
"smithy.api#documentation": "<p>Lists the attribute name and value of the group that you specified in the search. We\n only support <code>DisplayName</code> as a valid filter attribute path currently, and\n filter is required. This API returns minimum attributes, including <code>GroupId</code> and\n group <code>DisplayName</code> in the response.</p>",
1745+
"smithy.api#documentation": "<p>Lists all groups in the identity store. Returns a paginated list of complete <code>Group</code> objects. \n Filtering for a <code>Group</code> by the <code>DisplayName</code> attribute is deprecated. Instead, use the <code>GetGroupId</code> API action.</p>",
17461746
"smithy.api#paginated": {
17471747
"inputToken": "NextToken",
17481748
"items": "Groups",
@@ -1820,7 +1820,7 @@
18201820
}
18211821
],
18221822
"traits": {
1823-
"smithy.api#documentation": "<p>Lists the attribute name and value of the user that you specified in the search. We only\n support <code>UserName</code> as a valid filter attribute path currently, and filter is\n required. This API returns minimum attributes, including <code>UserId</code> and\n <code>UserName</code> in the response.</p>",
1823+
"smithy.api#documentation": "<p>Lists all users in the identity store. Returns a paginated list of complete <code>User</code> objects. \n Filtering for a <code>User</code> by the <code>UserName</code> attribute is deprecated. Instead, use the <code>GetUserId</code> API action.</p>",
18241824
"smithy.api#paginated": {
18251825
"inputToken": "NextToken",
18261826
"items": "Users",

0 commit comments

Comments
 (0)