@aws-sdk/client-identitystore 3.289.0 → 3.292.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -29,6 +29,36 @@ export interface CreateGroupCommandOutput extends CreateGroupResponse, __Metadat
29
29
  * @see {@link CreateGroupCommandOutput} for command's `response` shape.
30
30
  * @see {@link IdentitystoreClientResolvedConfig | config} for IdentitystoreClient's `config` shape.
31
31
  *
32
+ * @throws {@link ConflictException} (client fault)
33
+ * <p>This request cannot be completed for one of the following reasons:</p>
34
+ * <ul>
35
+ * <li>
36
+ * <p>Performing the requested operation would violate an existing uniqueness claim in the identity store. Resolve the conflict before retrying this request.</p>
37
+ * </li>
38
+ * <li>
39
+ * <p>The requested resource was being concurrently modified by another request.</p>
40
+ * </li>
41
+ * </ul>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>Indicates that a requested resource is not found.</p>
45
+ *
46
+ * @throws {@link ServiceQuotaExceededException} (client fault)
47
+ * <p>The request would cause the number of users or groups in the identity store to exceed the maximum allowed.</p>
48
+ *
49
+ * @throws {@link ValidationException} (client fault)
50
+ * <p>The request failed because it contains a syntax error.</p>
51
+ *
52
+ * @throws {@link AccessDeniedException} (client fault)
53
+ * <p>You do not have sufficient access to perform this action.</p>
54
+ *
55
+ * @throws {@link InternalServerException} (server fault)
56
+ * <p>The request processing has failed because of an unknown error, exception or failure with an internal server.</p>
57
+ *
58
+ * @throws {@link ThrottlingException} (client fault)
59
+ * <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
60
+ *
61
+ *
32
62
  */
33
63
  export declare class CreateGroupCommand extends $Command<CreateGroupCommandInput, CreateGroupCommandOutput, IdentitystoreClientResolvedConfig> {
34
64
  readonly input: CreateGroupCommandInput;
@@ -29,6 +29,36 @@ export interface CreateGroupMembershipCommandOutput extends CreateGroupMembershi
29
29
  * @see {@link CreateGroupMembershipCommandOutput} for command's `response` shape.
30
30
  * @see {@link IdentitystoreClientResolvedConfig | config} for IdentitystoreClient's `config` shape.
31
31
  *
32
+ * @throws {@link ConflictException} (client fault)
33
+ * <p>This request cannot be completed for one of the following reasons:</p>
34
+ * <ul>
35
+ * <li>
36
+ * <p>Performing the requested operation would violate an existing uniqueness claim in the identity store. Resolve the conflict before retrying this request.</p>
37
+ * </li>
38
+ * <li>
39
+ * <p>The requested resource was being concurrently modified by another request.</p>
40
+ * </li>
41
+ * </ul>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>Indicates that a requested resource is not found.</p>
45
+ *
46
+ * @throws {@link ServiceQuotaExceededException} (client fault)
47
+ * <p>The request would cause the number of users or groups in the identity store to exceed the maximum allowed.</p>
48
+ *
49
+ * @throws {@link ValidationException} (client fault)
50
+ * <p>The request failed because it contains a syntax error.</p>
51
+ *
52
+ * @throws {@link AccessDeniedException} (client fault)
53
+ * <p>You do not have sufficient access to perform this action.</p>
54
+ *
55
+ * @throws {@link InternalServerException} (server fault)
56
+ * <p>The request processing has failed because of an unknown error, exception or failure with an internal server.</p>
57
+ *
58
+ * @throws {@link ThrottlingException} (client fault)
59
+ * <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
60
+ *
61
+ *
32
62
  */
33
63
  export declare class CreateGroupMembershipCommand extends $Command<CreateGroupMembershipCommandInput, CreateGroupMembershipCommandOutput, IdentitystoreClientResolvedConfig> {
34
64
  readonly input: CreateGroupMembershipCommandInput;
@@ -29,6 +29,36 @@ export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataB
29
29
  * @see {@link CreateUserCommandOutput} for command's `response` shape.
30
30
  * @see {@link IdentitystoreClientResolvedConfig | config} for IdentitystoreClient's `config` shape.
31
31
  *
32
+ * @throws {@link ConflictException} (client fault)
33
+ * <p>This request cannot be completed for one of the following reasons:</p>
34
+ * <ul>
35
+ * <li>
36
+ * <p>Performing the requested operation would violate an existing uniqueness claim in the identity store. Resolve the conflict before retrying this request.</p>
37
+ * </li>
38
+ * <li>
39
+ * <p>The requested resource was being concurrently modified by another request.</p>
40
+ * </li>
41
+ * </ul>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>Indicates that a requested resource is not found.</p>
45
+ *
46
+ * @throws {@link ServiceQuotaExceededException} (client fault)
47
+ * <p>The request would cause the number of users or groups in the identity store to exceed the maximum allowed.</p>
48
+ *
49
+ * @throws {@link ValidationException} (client fault)
50
+ * <p>The request failed because it contains a syntax error.</p>
51
+ *
52
+ * @throws {@link AccessDeniedException} (client fault)
53
+ * <p>You do not have sufficient access to perform this action.</p>
54
+ *
55
+ * @throws {@link InternalServerException} (server fault)
56
+ * <p>The request processing has failed because of an unknown error, exception or failure with an internal server.</p>
57
+ *
58
+ * @throws {@link ThrottlingException} (client fault)
59
+ * <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
60
+ *
61
+ *
32
62
  */
33
63
  export declare class CreateUserCommand extends $Command<CreateUserCommandInput, CreateUserCommandOutput, IdentitystoreClientResolvedConfig> {
34
64
  readonly input: CreateUserCommandInput;
@@ -29,6 +29,33 @@ export interface DeleteGroupCommandOutput extends DeleteGroupResponse, __Metadat
29
29
  * @see {@link DeleteGroupCommandOutput} for command's `response` shape.
30
30
  * @see {@link IdentitystoreClientResolvedConfig | config} for IdentitystoreClient's `config` shape.
31
31
  *
32
+ * @throws {@link ConflictException} (client fault)
33
+ * <p>This request cannot be completed for one of the following reasons:</p>
34
+ * <ul>
35
+ * <li>
36
+ * <p>Performing the requested operation would violate an existing uniqueness claim in the identity store. Resolve the conflict before retrying this request.</p>
37
+ * </li>
38
+ * <li>
39
+ * <p>The requested resource was being concurrently modified by another request.</p>
40
+ * </li>
41
+ * </ul>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>Indicates that a requested resource is not found.</p>
45
+ *
46
+ * @throws {@link ValidationException} (client fault)
47
+ * <p>The request failed because it contains a syntax error.</p>
48
+ *
49
+ * @throws {@link AccessDeniedException} (client fault)
50
+ * <p>You do not have sufficient access to perform this action.</p>
51
+ *
52
+ * @throws {@link InternalServerException} (server fault)
53
+ * <p>The request processing has failed because of an unknown error, exception or failure with an internal server.</p>
54
+ *
55
+ * @throws {@link ThrottlingException} (client fault)
56
+ * <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
57
+ *
58
+ *
32
59
  */
33
60
  export declare class DeleteGroupCommand extends $Command<DeleteGroupCommandInput, DeleteGroupCommandOutput, IdentitystoreClientResolvedConfig> {
34
61
  readonly input: DeleteGroupCommandInput;
@@ -29,6 +29,33 @@ export interface DeleteGroupMembershipCommandOutput extends DeleteGroupMembershi
29
29
  * @see {@link DeleteGroupMembershipCommandOutput} for command's `response` shape.
30
30
  * @see {@link IdentitystoreClientResolvedConfig | config} for IdentitystoreClient's `config` shape.
31
31
  *
32
+ * @throws {@link ConflictException} (client fault)
33
+ * <p>This request cannot be completed for one of the following reasons:</p>
34
+ * <ul>
35
+ * <li>
36
+ * <p>Performing the requested operation would violate an existing uniqueness claim in the identity store. Resolve the conflict before retrying this request.</p>
37
+ * </li>
38
+ * <li>
39
+ * <p>The requested resource was being concurrently modified by another request.</p>
40
+ * </li>
41
+ * </ul>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>Indicates that a requested resource is not found.</p>
45
+ *
46
+ * @throws {@link ValidationException} (client fault)
47
+ * <p>The request failed because it contains a syntax error.</p>
48
+ *
49
+ * @throws {@link AccessDeniedException} (client fault)
50
+ * <p>You do not have sufficient access to perform this action.</p>
51
+ *
52
+ * @throws {@link InternalServerException} (server fault)
53
+ * <p>The request processing has failed because of an unknown error, exception or failure with an internal server.</p>
54
+ *
55
+ * @throws {@link ThrottlingException} (client fault)
56
+ * <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
57
+ *
58
+ *
32
59
  */
33
60
  export declare class DeleteGroupMembershipCommand extends $Command<DeleteGroupMembershipCommandInput, DeleteGroupMembershipCommandOutput, IdentitystoreClientResolvedConfig> {
34
61
  readonly input: DeleteGroupMembershipCommandInput;
@@ -29,6 +29,33 @@ export interface DeleteUserCommandOutput extends DeleteUserResponse, __MetadataB
29
29
  * @see {@link DeleteUserCommandOutput} for command's `response` shape.
30
30
  * @see {@link IdentitystoreClientResolvedConfig | config} for IdentitystoreClient's `config` shape.
31
31
  *
32
+ * @throws {@link ConflictException} (client fault)
33
+ * <p>This request cannot be completed for one of the following reasons:</p>
34
+ * <ul>
35
+ * <li>
36
+ * <p>Performing the requested operation would violate an existing uniqueness claim in the identity store. Resolve the conflict before retrying this request.</p>
37
+ * </li>
38
+ * <li>
39
+ * <p>The requested resource was being concurrently modified by another request.</p>
40
+ * </li>
41
+ * </ul>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>Indicates that a requested resource is not found.</p>
45
+ *
46
+ * @throws {@link ValidationException} (client fault)
47
+ * <p>The request failed because it contains a syntax error.</p>
48
+ *
49
+ * @throws {@link AccessDeniedException} (client fault)
50
+ * <p>You do not have sufficient access to perform this action.</p>
51
+ *
52
+ * @throws {@link InternalServerException} (server fault)
53
+ * <p>The request processing has failed because of an unknown error, exception or failure with an internal server.</p>
54
+ *
55
+ * @throws {@link ThrottlingException} (client fault)
56
+ * <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
57
+ *
58
+ *
32
59
  */
33
60
  export declare class DeleteUserCommand extends $Command<DeleteUserCommandInput, DeleteUserCommandOutput, IdentitystoreClientResolvedConfig> {
34
61
  readonly input: DeleteUserCommandInput;
@@ -30,6 +30,22 @@ export interface DescribeGroupCommandOutput extends DescribeGroupResponse, __Met
30
30
  * @see {@link DescribeGroupCommandOutput} for command's `response` shape.
31
31
  * @see {@link IdentitystoreClientResolvedConfig | config} for IdentitystoreClient's `config` shape.
32
32
  *
33
+ * @throws {@link ResourceNotFoundException} (client fault)
34
+ * <p>Indicates that a requested resource is not found.</p>
35
+ *
36
+ * @throws {@link ValidationException} (client fault)
37
+ * <p>The request failed because it contains a syntax error.</p>
38
+ *
39
+ * @throws {@link AccessDeniedException} (client fault)
40
+ * <p>You do not have sufficient access to perform this action.</p>
41
+ *
42
+ * @throws {@link InternalServerException} (server fault)
43
+ * <p>The request processing has failed because of an unknown error, exception or failure with an internal server.</p>
44
+ *
45
+ * @throws {@link ThrottlingException} (client fault)
46
+ * <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
47
+ *
48
+ *
33
49
  */
34
50
  export declare class DescribeGroupCommand extends $Command<DescribeGroupCommandInput, DescribeGroupCommandOutput, IdentitystoreClientResolvedConfig> {
35
51
  readonly input: DescribeGroupCommandInput;
@@ -29,6 +29,22 @@ export interface DescribeGroupMembershipCommandOutput extends DescribeGroupMembe
29
29
  * @see {@link DescribeGroupMembershipCommandOutput} for command's `response` shape.
30
30
  * @see {@link IdentitystoreClientResolvedConfig | config} for IdentitystoreClient's `config` shape.
31
31
  *
32
+ * @throws {@link ResourceNotFoundException} (client fault)
33
+ * <p>Indicates that a requested resource is not found.</p>
34
+ *
35
+ * @throws {@link ValidationException} (client fault)
36
+ * <p>The request failed because it contains a syntax error.</p>
37
+ *
38
+ * @throws {@link AccessDeniedException} (client fault)
39
+ * <p>You do not have sufficient access to perform this action.</p>
40
+ *
41
+ * @throws {@link InternalServerException} (server fault)
42
+ * <p>The request processing has failed because of an unknown error, exception or failure with an internal server.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class DescribeGroupMembershipCommand extends $Command<DescribeGroupMembershipCommandInput, DescribeGroupMembershipCommandOutput, IdentitystoreClientResolvedConfig> {
34
50
  readonly input: DescribeGroupMembershipCommandInput;
@@ -29,6 +29,22 @@ export interface DescribeUserCommandOutput extends DescribeUserResponse, __Metad
29
29
  * @see {@link DescribeUserCommandOutput} for command's `response` shape.
30
30
  * @see {@link IdentitystoreClientResolvedConfig | config} for IdentitystoreClient's `config` shape.
31
31
  *
32
+ * @throws {@link ResourceNotFoundException} (client fault)
33
+ * <p>Indicates that a requested resource is not found.</p>
34
+ *
35
+ * @throws {@link ValidationException} (client fault)
36
+ * <p>The request failed because it contains a syntax error.</p>
37
+ *
38
+ * @throws {@link AccessDeniedException} (client fault)
39
+ * <p>You do not have sufficient access to perform this action.</p>
40
+ *
41
+ * @throws {@link InternalServerException} (server fault)
42
+ * <p>The request processing has failed because of an unknown error, exception or failure with an internal server.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class DescribeUserCommand extends $Command<DescribeUserCommandInput, DescribeUserCommandOutput, IdentitystoreClientResolvedConfig> {
34
50
  readonly input: DescribeUserCommandInput;
@@ -29,6 +29,22 @@ export interface GetGroupIdCommandOutput extends GetGroupIdResponse, __MetadataB
29
29
  * @see {@link GetGroupIdCommandOutput} for command's `response` shape.
30
30
  * @see {@link IdentitystoreClientResolvedConfig | config} for IdentitystoreClient's `config` shape.
31
31
  *
32
+ * @throws {@link ResourceNotFoundException} (client fault)
33
+ * <p>Indicates that a requested resource is not found.</p>
34
+ *
35
+ * @throws {@link ValidationException} (client fault)
36
+ * <p>The request failed because it contains a syntax error.</p>
37
+ *
38
+ * @throws {@link AccessDeniedException} (client fault)
39
+ * <p>You do not have sufficient access to perform this action.</p>
40
+ *
41
+ * @throws {@link InternalServerException} (server fault)
42
+ * <p>The request processing has failed because of an unknown error, exception or failure with an internal server.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class GetGroupIdCommand extends $Command<GetGroupIdCommandInput, GetGroupIdCommandOutput, IdentitystoreClientResolvedConfig> {
34
50
  readonly input: GetGroupIdCommandInput;
@@ -29,6 +29,22 @@ export interface GetGroupMembershipIdCommandOutput extends GetGroupMembershipIdR
29
29
  * @see {@link GetGroupMembershipIdCommandOutput} for command's `response` shape.
30
30
  * @see {@link IdentitystoreClientResolvedConfig | config} for IdentitystoreClient's `config` shape.
31
31
  *
32
+ * @throws {@link ResourceNotFoundException} (client fault)
33
+ * <p>Indicates that a requested resource is not found.</p>
34
+ *
35
+ * @throws {@link ValidationException} (client fault)
36
+ * <p>The request failed because it contains a syntax error.</p>
37
+ *
38
+ * @throws {@link AccessDeniedException} (client fault)
39
+ * <p>You do not have sufficient access to perform this action.</p>
40
+ *
41
+ * @throws {@link InternalServerException} (server fault)
42
+ * <p>The request processing has failed because of an unknown error, exception or failure with an internal server.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class GetGroupMembershipIdCommand extends $Command<GetGroupMembershipIdCommandInput, GetGroupMembershipIdCommandOutput, IdentitystoreClientResolvedConfig> {
34
50
  readonly input: GetGroupMembershipIdCommandInput;
@@ -29,6 +29,22 @@ export interface GetUserIdCommandOutput extends GetUserIdResponse, __MetadataBea
29
29
  * @see {@link GetUserIdCommandOutput} for command's `response` shape.
30
30
  * @see {@link IdentitystoreClientResolvedConfig | config} for IdentitystoreClient's `config` shape.
31
31
  *
32
+ * @throws {@link ResourceNotFoundException} (client fault)
33
+ * <p>Indicates that a requested resource is not found.</p>
34
+ *
35
+ * @throws {@link ValidationException} (client fault)
36
+ * <p>The request failed because it contains a syntax error.</p>
37
+ *
38
+ * @throws {@link AccessDeniedException} (client fault)
39
+ * <p>You do not have sufficient access to perform this action.</p>
40
+ *
41
+ * @throws {@link InternalServerException} (server fault)
42
+ * <p>The request processing has failed because of an unknown error, exception or failure with an internal server.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class GetUserIdCommand extends $Command<GetUserIdCommandInput, GetUserIdCommandOutput, IdentitystoreClientResolvedConfig> {
34
50
  readonly input: GetUserIdCommandInput;
@@ -29,6 +29,22 @@ export interface IsMemberInGroupsCommandOutput extends IsMemberInGroupsResponse,
29
29
  * @see {@link IsMemberInGroupsCommandOutput} for command's `response` shape.
30
30
  * @see {@link IdentitystoreClientResolvedConfig | config} for IdentitystoreClient's `config` shape.
31
31
  *
32
+ * @throws {@link ResourceNotFoundException} (client fault)
33
+ * <p>Indicates that a requested resource is not found.</p>
34
+ *
35
+ * @throws {@link ValidationException} (client fault)
36
+ * <p>The request failed because it contains a syntax error.</p>
37
+ *
38
+ * @throws {@link AccessDeniedException} (client fault)
39
+ * <p>You do not have sufficient access to perform this action.</p>
40
+ *
41
+ * @throws {@link InternalServerException} (server fault)
42
+ * <p>The request processing has failed because of an unknown error, exception or failure with an internal server.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class IsMemberInGroupsCommand extends $Command<IsMemberInGroupsCommandInput, IsMemberInGroupsCommandOutput, IdentitystoreClientResolvedConfig> {
34
50
  readonly input: IsMemberInGroupsCommandInput;
@@ -29,6 +29,22 @@ export interface ListGroupMembershipsCommandOutput extends ListGroupMembershipsR
29
29
  * @see {@link ListGroupMembershipsCommandOutput} for command's `response` shape.
30
30
  * @see {@link IdentitystoreClientResolvedConfig | config} for IdentitystoreClient's `config` shape.
31
31
  *
32
+ * @throws {@link ResourceNotFoundException} (client fault)
33
+ * <p>Indicates that a requested resource is not found.</p>
34
+ *
35
+ * @throws {@link ValidationException} (client fault)
36
+ * <p>The request failed because it contains a syntax error.</p>
37
+ *
38
+ * @throws {@link AccessDeniedException} (client fault)
39
+ * <p>You do not have sufficient access to perform this action.</p>
40
+ *
41
+ * @throws {@link InternalServerException} (server fault)
42
+ * <p>The request processing has failed because of an unknown error, exception or failure with an internal server.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class ListGroupMembershipsCommand extends $Command<ListGroupMembershipsCommandInput, ListGroupMembershipsCommandOutput, IdentitystoreClientResolvedConfig> {
34
50
  readonly input: ListGroupMembershipsCommandInput;
@@ -29,6 +29,22 @@ export interface ListGroupMembershipsForMemberCommandOutput extends ListGroupMem
29
29
  * @see {@link ListGroupMembershipsForMemberCommandOutput} for command's `response` shape.
30
30
  * @see {@link IdentitystoreClientResolvedConfig | config} for IdentitystoreClient's `config` shape.
31
31
  *
32
+ * @throws {@link ResourceNotFoundException} (client fault)
33
+ * <p>Indicates that a requested resource is not found.</p>
34
+ *
35
+ * @throws {@link ValidationException} (client fault)
36
+ * <p>The request failed because it contains a syntax error.</p>
37
+ *
38
+ * @throws {@link AccessDeniedException} (client fault)
39
+ * <p>You do not have sufficient access to perform this action.</p>
40
+ *
41
+ * @throws {@link InternalServerException} (server fault)
42
+ * <p>The request processing has failed because of an unknown error, exception or failure with an internal server.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class ListGroupMembershipsForMemberCommand extends $Command<ListGroupMembershipsForMemberCommandInput, ListGroupMembershipsForMemberCommandOutput, IdentitystoreClientResolvedConfig> {
34
50
  readonly input: ListGroupMembershipsForMemberCommandInput;
@@ -30,6 +30,22 @@ export interface ListGroupsCommandOutput extends ListGroupsResponse, __MetadataB
30
30
  * @see {@link ListGroupsCommandOutput} for command's `response` shape.
31
31
  * @see {@link IdentitystoreClientResolvedConfig | config} for IdentitystoreClient's `config` shape.
32
32
  *
33
+ * @throws {@link ResourceNotFoundException} (client fault)
34
+ * <p>Indicates that a requested resource is not found.</p>
35
+ *
36
+ * @throws {@link ValidationException} (client fault)
37
+ * <p>The request failed because it contains a syntax error.</p>
38
+ *
39
+ * @throws {@link AccessDeniedException} (client fault)
40
+ * <p>You do not have sufficient access to perform this action.</p>
41
+ *
42
+ * @throws {@link InternalServerException} (server fault)
43
+ * <p>The request processing has failed because of an unknown error, exception or failure with an internal server.</p>
44
+ *
45
+ * @throws {@link ThrottlingException} (client fault)
46
+ * <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
47
+ *
48
+ *
33
49
  */
34
50
  export declare class ListGroupsCommand extends $Command<ListGroupsCommandInput, ListGroupsCommandOutput, IdentitystoreClientResolvedConfig> {
35
51
  readonly input: ListGroupsCommandInput;
@@ -30,6 +30,22 @@ export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBea
30
30
  * @see {@link ListUsersCommandOutput} for command's `response` shape.
31
31
  * @see {@link IdentitystoreClientResolvedConfig | config} for IdentitystoreClient's `config` shape.
32
32
  *
33
+ * @throws {@link ResourceNotFoundException} (client fault)
34
+ * <p>Indicates that a requested resource is not found.</p>
35
+ *
36
+ * @throws {@link ValidationException} (client fault)
37
+ * <p>The request failed because it contains a syntax error.</p>
38
+ *
39
+ * @throws {@link AccessDeniedException} (client fault)
40
+ * <p>You do not have sufficient access to perform this action.</p>
41
+ *
42
+ * @throws {@link InternalServerException} (server fault)
43
+ * <p>The request processing has failed because of an unknown error, exception or failure with an internal server.</p>
44
+ *
45
+ * @throws {@link ThrottlingException} (client fault)
46
+ * <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
47
+ *
48
+ *
33
49
  */
34
50
  export declare class ListUsersCommand extends $Command<ListUsersCommandInput, ListUsersCommandOutput, IdentitystoreClientResolvedConfig> {
35
51
  readonly input: ListUsersCommandInput;
@@ -29,6 +29,36 @@ export interface UpdateGroupCommandOutput extends UpdateGroupResponse, __Metadat
29
29
  * @see {@link UpdateGroupCommandOutput} for command's `response` shape.
30
30
  * @see {@link IdentitystoreClientResolvedConfig | config} for IdentitystoreClient's `config` shape.
31
31
  *
32
+ * @throws {@link ConflictException} (client fault)
33
+ * <p>This request cannot be completed for one of the following reasons:</p>
34
+ * <ul>
35
+ * <li>
36
+ * <p>Performing the requested operation would violate an existing uniqueness claim in the identity store. Resolve the conflict before retrying this request.</p>
37
+ * </li>
38
+ * <li>
39
+ * <p>The requested resource was being concurrently modified by another request.</p>
40
+ * </li>
41
+ * </ul>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>Indicates that a requested resource is not found.</p>
45
+ *
46
+ * @throws {@link ServiceQuotaExceededException} (client fault)
47
+ * <p>The request would cause the number of users or groups in the identity store to exceed the maximum allowed.</p>
48
+ *
49
+ * @throws {@link ValidationException} (client fault)
50
+ * <p>The request failed because it contains a syntax error.</p>
51
+ *
52
+ * @throws {@link AccessDeniedException} (client fault)
53
+ * <p>You do not have sufficient access to perform this action.</p>
54
+ *
55
+ * @throws {@link InternalServerException} (server fault)
56
+ * <p>The request processing has failed because of an unknown error, exception or failure with an internal server.</p>
57
+ *
58
+ * @throws {@link ThrottlingException} (client fault)
59
+ * <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
60
+ *
61
+ *
32
62
  */
33
63
  export declare class UpdateGroupCommand extends $Command<UpdateGroupCommandInput, UpdateGroupCommandOutput, IdentitystoreClientResolvedConfig> {
34
64
  readonly input: UpdateGroupCommandInput;
@@ -29,6 +29,36 @@ export interface UpdateUserCommandOutput extends UpdateUserResponse, __MetadataB
29
29
  * @see {@link UpdateUserCommandOutput} for command's `response` shape.
30
30
  * @see {@link IdentitystoreClientResolvedConfig | config} for IdentitystoreClient's `config` shape.
31
31
  *
32
+ * @throws {@link ConflictException} (client fault)
33
+ * <p>This request cannot be completed for one of the following reasons:</p>
34
+ * <ul>
35
+ * <li>
36
+ * <p>Performing the requested operation would violate an existing uniqueness claim in the identity store. Resolve the conflict before retrying this request.</p>
37
+ * </li>
38
+ * <li>
39
+ * <p>The requested resource was being concurrently modified by another request.</p>
40
+ * </li>
41
+ * </ul>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>Indicates that a requested resource is not found.</p>
45
+ *
46
+ * @throws {@link ServiceQuotaExceededException} (client fault)
47
+ * <p>The request would cause the number of users or groups in the identity store to exceed the maximum allowed.</p>
48
+ *
49
+ * @throws {@link ValidationException} (client fault)
50
+ * <p>The request failed because it contains a syntax error.</p>
51
+ *
52
+ * @throws {@link AccessDeniedException} (client fault)
53
+ * <p>You do not have sufficient access to perform this action.</p>
54
+ *
55
+ * @throws {@link InternalServerException} (server fault)
56
+ * <p>The request processing has failed because of an unknown error, exception or failure with an internal server.</p>
57
+ *
58
+ * @throws {@link ThrottlingException} (client fault)
59
+ * <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
60
+ *
61
+ *
32
62
  */
33
63
  export declare class UpdateUserCommand extends $Command<UpdateUserCommandInput, UpdateUserCommandOutput, IdentitystoreClientResolvedConfig> {
34
64
  readonly input: UpdateUserCommandInput;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-identitystore",
3
3
  "description": "AWS SDK for JavaScript Identitystore Client for Node.js, Browser and React Native",
4
- "version": "3.289.0",
4
+ "version": "3.292.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,55 +20,50 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.289.0",
24
- "@aws-sdk/config-resolver": "3.289.0",
25
- "@aws-sdk/credential-provider-node": "3.289.0",
26
- "@aws-sdk/fetch-http-handler": "3.289.0",
27
- "@aws-sdk/hash-node": "3.289.0",
28
- "@aws-sdk/invalid-dependency": "3.289.0",
29
- "@aws-sdk/middleware-content-length": "3.289.0",
30
- "@aws-sdk/middleware-endpoint": "3.289.0",
31
- "@aws-sdk/middleware-host-header": "3.289.0",
32
- "@aws-sdk/middleware-logger": "3.289.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.289.0",
34
- "@aws-sdk/middleware-retry": "3.289.0",
35
- "@aws-sdk/middleware-serde": "3.289.0",
36
- "@aws-sdk/middleware-signing": "3.289.0",
37
- "@aws-sdk/middleware-stack": "3.289.0",
38
- "@aws-sdk/middleware-user-agent": "3.289.0",
39
- "@aws-sdk/node-config-provider": "3.289.0",
40
- "@aws-sdk/node-http-handler": "3.289.0",
41
- "@aws-sdk/protocol-http": "3.289.0",
42
- "@aws-sdk/smithy-client": "3.289.0",
43
- "@aws-sdk/types": "3.289.0",
44
- "@aws-sdk/url-parser": "3.289.0",
45
- "@aws-sdk/util-base64": "3.208.0",
46
- "@aws-sdk/util-body-length-browser": "3.188.0",
47
- "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.289.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.289.0",
50
- "@aws-sdk/util-endpoints": "3.289.0",
51
- "@aws-sdk/util-retry": "3.289.0",
52
- "@aws-sdk/util-user-agent-browser": "3.289.0",
53
- "@aws-sdk/util-user-agent-node": "3.289.0",
54
- "@aws-sdk/util-utf8": "3.254.0",
23
+ "@aws-sdk/client-sts": "3.292.0",
24
+ "@aws-sdk/config-resolver": "3.292.0",
25
+ "@aws-sdk/credential-provider-node": "3.292.0",
26
+ "@aws-sdk/fetch-http-handler": "3.292.0",
27
+ "@aws-sdk/hash-node": "3.292.0",
28
+ "@aws-sdk/invalid-dependency": "3.292.0",
29
+ "@aws-sdk/middleware-content-length": "3.292.0",
30
+ "@aws-sdk/middleware-endpoint": "3.292.0",
31
+ "@aws-sdk/middleware-host-header": "3.292.0",
32
+ "@aws-sdk/middleware-logger": "3.292.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.292.0",
34
+ "@aws-sdk/middleware-retry": "3.292.0",
35
+ "@aws-sdk/middleware-serde": "3.292.0",
36
+ "@aws-sdk/middleware-signing": "3.292.0",
37
+ "@aws-sdk/middleware-stack": "3.292.0",
38
+ "@aws-sdk/middleware-user-agent": "3.292.0",
39
+ "@aws-sdk/node-config-provider": "3.292.0",
40
+ "@aws-sdk/node-http-handler": "3.292.0",
41
+ "@aws-sdk/protocol-http": "3.292.0",
42
+ "@aws-sdk/smithy-client": "3.292.0",
43
+ "@aws-sdk/types": "3.292.0",
44
+ "@aws-sdk/url-parser": "3.292.0",
45
+ "@aws-sdk/util-base64": "3.292.0",
46
+ "@aws-sdk/util-body-length-browser": "3.292.0",
47
+ "@aws-sdk/util-body-length-node": "3.292.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.292.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.292.0",
50
+ "@aws-sdk/util-endpoints": "3.292.0",
51
+ "@aws-sdk/util-retry": "3.292.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.292.0",
53
+ "@aws-sdk/util-user-agent-node": "3.292.0",
54
+ "@aws-sdk/util-utf8": "3.292.0",
55
55
  "tslib": "^2.3.1"
56
56
  },
57
57
  "devDependencies": {
58
- "@aws-sdk/service-client-documentation-generator": "3.208.0",
58
+ "@aws-sdk/service-client-documentation-generator": "3.292.0",
59
59
  "@tsconfig/node14": "1.0.3",
60
60
  "@types/node": "^14.14.31",
61
61
  "concurrently": "7.0.0",
62
62
  "downlevel-dts": "0.10.1",
63
63
  "rimraf": "3.0.2",
64
- "typedoc": "0.19.2",
64
+ "typedoc": "0.23.23",
65
65
  "typescript": "~4.6.2"
66
66
  },
67
- "overrides": {
68
- "typedoc": {
69
- "typescript": "~4.6.2"
70
- }
71
- },
72
67
  "engines": {
73
68
  "node": ">=14.0.0"
74
69
  },