@aws-sdk/client-identitystore 3.306.0 → 3.309.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.
Files changed (50) hide show
  1. package/README.md +1 -1
  2. package/dist-cjs/commands/CreateGroupCommand.js +2 -2
  3. package/dist-cjs/commands/CreateGroupMembershipCommand.js +2 -2
  4. package/dist-cjs/commands/CreateUserCommand.js +2 -2
  5. package/dist-cjs/commands/DeleteGroupCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteGroupMembershipCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteUserCommand.js +2 -2
  8. package/dist-cjs/commands/DescribeGroupCommand.js +2 -2
  9. package/dist-cjs/commands/DescribeGroupMembershipCommand.js +2 -2
  10. package/dist-cjs/commands/DescribeUserCommand.js +2 -2
  11. package/dist-cjs/commands/GetGroupIdCommand.js +2 -2
  12. package/dist-cjs/commands/GetGroupMembershipIdCommand.js +2 -2
  13. package/dist-cjs/commands/GetUserIdCommand.js +2 -2
  14. package/dist-cjs/commands/IsMemberInGroupsCommand.js +2 -2
  15. package/dist-cjs/commands/ListGroupMembershipsCommand.js +2 -2
  16. package/dist-cjs/commands/ListGroupMembershipsForMemberCommand.js +2 -2
  17. package/dist-cjs/commands/ListGroupsCommand.js +2 -2
  18. package/dist-cjs/commands/ListUsersCommand.js +2 -2
  19. package/dist-cjs/commands/UpdateGroupCommand.js +2 -2
  20. package/dist-cjs/commands/UpdateUserCommand.js +2 -2
  21. package/dist-cjs/endpoint/ruleset.js +2 -2
  22. package/dist-cjs/protocols/Aws_json1_1.js +407 -417
  23. package/dist-es/commands/CreateGroupCommand.js +3 -3
  24. package/dist-es/commands/CreateGroupMembershipCommand.js +3 -3
  25. package/dist-es/commands/CreateUserCommand.js +3 -3
  26. package/dist-es/commands/DeleteGroupCommand.js +3 -3
  27. package/dist-es/commands/DeleteGroupMembershipCommand.js +3 -3
  28. package/dist-es/commands/DeleteUserCommand.js +3 -3
  29. package/dist-es/commands/DescribeGroupCommand.js +3 -3
  30. package/dist-es/commands/DescribeGroupMembershipCommand.js +3 -3
  31. package/dist-es/commands/DescribeUserCommand.js +3 -3
  32. package/dist-es/commands/GetGroupIdCommand.js +3 -3
  33. package/dist-es/commands/GetGroupMembershipIdCommand.js +3 -3
  34. package/dist-es/commands/GetUserIdCommand.js +3 -3
  35. package/dist-es/commands/IsMemberInGroupsCommand.js +3 -3
  36. package/dist-es/commands/ListGroupMembershipsCommand.js +3 -3
  37. package/dist-es/commands/ListGroupMembershipsForMemberCommand.js +3 -3
  38. package/dist-es/commands/ListGroupsCommand.js +3 -3
  39. package/dist-es/commands/ListUsersCommand.js +3 -3
  40. package/dist-es/commands/UpdateGroupCommand.js +3 -3
  41. package/dist-es/commands/UpdateUserCommand.js +3 -3
  42. package/dist-es/endpoint/ruleset.js +2 -2
  43. package/dist-es/protocols/Aws_json1_1.js +368 -378
  44. package/dist-types/Identitystore.d.ts +2 -2
  45. package/dist-types/IdentitystoreClient.d.ts +1 -1
  46. package/dist-types/commands/CreateUserCommand.d.ts +1 -1
  47. package/dist-types/models/models_0.d.ts +51 -59
  48. package/dist-types/protocols/Aws_json1_1.d.ts +152 -38
  49. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +38 -38
  50. package/package.json +6 -6
@@ -32,7 +32,7 @@ import { IdentitystoreClient } from "./IdentitystoreClient";
32
32
  * </note>
33
33
  *
34
34
  * <p>This reference guide describes the identity store operations that you can call
35
- * programatically and includes detailed information on data types and errors.</p>
35
+ * programatically and includes detailed information about data types and errors.</p>
36
36
  */
37
37
  export declare class Identitystore extends IdentitystoreClient {
38
38
  /**
@@ -51,7 +51,7 @@ export declare class Identitystore extends IdentitystoreClient {
51
51
  createGroupMembership(args: CreateGroupMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateGroupMembershipCommandOutput) => void): void;
52
52
  /**
53
53
  * @public
54
- * <p>Creates a new user within the specified identity store.</p>
54
+ * <p>Creates a user within the specified identity store.</p>
55
55
  */
56
56
  createUser(args: CreateUserCommandInput, options?: __HttpHandlerOptions): Promise<CreateUserCommandOutput>;
57
57
  createUser(args: CreateUserCommandInput, cb: (err: any, data?: CreateUserCommandOutput) => void): void;
@@ -173,7 +173,7 @@ export interface IdentitystoreClientResolvedConfig extends IdentitystoreClientRe
173
173
  * </note>
174
174
  *
175
175
  * <p>This reference guide describes the identity store operations that you can call
176
- * programatically and includes detailed information on data types and errors.</p>
176
+ * programatically and includes detailed information about data types and errors.</p>
177
177
  */
178
178
  export declare class IdentitystoreClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, IdentitystoreClientResolvedConfig> {
179
179
  /**
@@ -19,7 +19,7 @@ export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataB
19
19
  }
20
20
  /**
21
21
  * @public
22
- * <p>Creates a new user within the specified identity store.</p>
22
+ * <p>Creates a user within the specified identity store.</p>
23
23
  * @example
24
24
  * Use a bare-bones client and the command you need to make an API call.
25
25
  * ```javascript
@@ -58,10 +58,7 @@ export interface Address {
58
58
  */
59
59
  Type?: string;
60
60
  /**
61
- * <p>A
62
- * Boolean
63
- * value
64
- * representing whether this is the primary address for the associated
61
+ * <p>A Boolean value representing whether this is the primary address for the associated
65
62
  * resource.</p>
66
63
  */
67
64
  Primary?: boolean;
@@ -99,8 +96,7 @@ export interface UniqueAttribute {
99
96
  /**
100
97
  * @public
101
98
  * <p>A unique identifier for a user or group that is not the primary identifier. This value can be
102
- * an identifier from an external identity provider (IdP) that is associated with the user, the group, or a unique attribute. For example, a
103
- * unique <code>GroupDisplayName</code>.</p>
99
+ * an identifier from an external identity provider (IdP) that is associated with the user, the group, or a unique attribute.</p>
104
100
  */
105
101
  export type AlternateIdentifier = AlternateIdentifier.ExternalIdMember | AlternateIdentifier.UniqueAttributeMember | AlternateIdentifier.$UnknownMember;
106
102
  /**
@@ -161,8 +157,7 @@ export interface GetGroupIdRequest {
161
157
  IdentityStoreId: string | undefined;
162
158
  /**
163
159
  * <p>A unique identifier for a user or group that is not the primary identifier. This value can be
164
- * an identifier from an external identity provider (IdP) that is associated with the user, the group, or a unique attribute. For example, a
165
- * unique <code>GroupDisplayName</code>.</p>
160
+ * an identifier from an external identity provider (IdP) that is associated with the user, the group, or a unique attribute. For the unique attribute, the only valid path is <code>displayName</code>.</p>
166
161
  */
167
162
  AlternateIdentifier: AlternateIdentifier | undefined;
168
163
  }
@@ -195,7 +190,7 @@ export declare class InternalServerException extends __BaseException {
195
190
  */
196
191
  RequestId?: string;
197
192
  /**
198
- * <p>The number of seconds that you would like to wait before retrying the next request.</p>
193
+ * <p>The number of seconds to wait before retrying the next request.</p>
199
194
  */
200
195
  RetryAfterSeconds?: number;
201
196
  /**
@@ -262,8 +257,7 @@ export declare class ThrottlingException extends __BaseException {
262
257
  */
263
258
  RequestId?: string;
264
259
  /**
265
- * <p>The number of seconds that you would like to wait before retrying the next
266
- * request.</p>
260
+ * <p>The number of seconds to wait before retrying the next request.</p>
267
261
  */
268
262
  RetryAfterSeconds?: number;
269
263
  /**
@@ -356,8 +350,7 @@ export interface GetUserIdRequest {
356
350
  IdentityStoreId: string | undefined;
357
351
  /**
358
352
  * <p>A unique identifier for a user or group that is not the primary identifier. This value can be
359
- * an identifier from an external identity provider (IdP) that is associated with the user, the group, or a unique attribute. For example, a
360
- * unique <code>UserDisplayName</code>.</p>
353
+ * an identifier from an external identity provider (IdP) that is associated with the user, the group, or a unique attribute. For the unique attribute, the only valid paths are <code>userName</code> and <code>emails.value</code>.</p>
361
354
  */
362
355
  AlternateIdentifier: AlternateIdentifier | undefined;
363
356
  }
@@ -445,7 +438,8 @@ export interface CreateGroupMembershipRequest {
445
438
  */
446
439
  export interface CreateGroupMembershipResponse {
447
440
  /**
448
- * <p>The identifier for a newly created <code>GroupMembership</code> in an identity store.</p>
441
+ * <p>The identifier for a newly created <code>GroupMembership</code> in an identity
442
+ * store.</p>
449
443
  */
450
444
  MembershipId: string | undefined;
451
445
  /**
@@ -589,7 +583,9 @@ export interface CreateGroupRequest {
589
583
  */
590
584
  IdentityStoreId: string | undefined;
591
585
  /**
592
- * <p>A string containing the name of the group. This value is commonly displayed when the group is referenced.</p>
586
+ * <p>A string containing the name of the group. This value is commonly displayed when the
587
+ * group is referenced. "Administrator" and "AWSAdministrators" are reserved names and can't be used for users
588
+ * or groups.</p>
593
589
  */
594
590
  DisplayName?: string;
595
591
  /**
@@ -731,7 +727,7 @@ export interface ListGroupsRequest {
731
727
  }
732
728
  /**
733
729
  * @public
734
- * <p>A group object that contains a specified group’s metadata and attributes.</p>
730
+ * <p>A group object that contains the metadata and attributes for a specified group.</p>
735
731
  */
736
732
  export interface Group {
737
733
  /**
@@ -739,10 +735,11 @@ export interface Group {
739
735
  */
740
736
  GroupId: string | undefined;
741
737
  /**
742
- * <p>The group’s display name value. The length limit is 1,024 characters. This
743
- * value can consist of letters, accented characters, symbols, numbers, punctuation, tab, new
744
- * line, carriage return, space, and nonbreaking space in this attribute. This value is specified at the time the group is
745
- * created and stored as an attribute of the group object in the identity store.</p>
738
+ * <p>The display name value for the group. The length limit is 1,024 characters. This value
739
+ * can consist of letters, accented characters, symbols, numbers, punctuation, tab, new line,
740
+ * carriage return, space, and nonbreaking space in this attribute. This value is specified at
741
+ * the time the group is created and stored as an attribute of the group object in the
742
+ * identity store.</p>
746
743
  */
747
744
  DisplayName?: string;
748
745
  /**
@@ -891,12 +888,8 @@ export interface Email {
891
888
  */
892
889
  Type?: string;
893
890
  /**
894
- * <p>A
895
- * Boolean
896
- * value
897
- * representing whether this is the primary email
898
- * address
899
- * for the associated resource.</p>
891
+ * <p>A Boolean value representing whether this is the primary email address for the
892
+ * associated resource.</p>
900
893
  */
901
894
  Primary?: boolean;
902
895
  }
@@ -948,10 +941,7 @@ export interface PhoneNumber {
948
941
  */
949
942
  Type?: string;
950
943
  /**
951
- * <p>A
952
- * Boolean
953
- * value
954
- * representing whether this is the primary phone number for the associated
944
+ * <p>A Boolean value representing whether this is the primary phone number for the associated
955
945
  * resource.</p>
956
946
  */
957
947
  Primary?: boolean;
@@ -965,18 +955,20 @@ export interface CreateUserRequest {
965
955
  */
966
956
  IdentityStoreId: string | undefined;
967
957
  /**
968
- * <p>A unique string used to identify the user. The length limit is 128 characters.
969
- * This value can consist of letters, accented characters, symbols, numbers, and punctuation.
970
- * This value is specified at the time the user is created and stored as an attribute of the user object in the identity store.</p>
958
+ * <p>A unique string used to identify the user. The length limit is 128 characters. This
959
+ * value can consist of letters, accented characters, symbols, numbers, and punctuation. This
960
+ * value is specified at the time the user is created and stored as an attribute of the user
961
+ * object in the identity store. "Administrator" and "AWSAdministrators" are reserved names and can't be used for users
962
+ * or groups.</p>
971
963
  */
972
964
  UserName?: string;
973
965
  /**
974
- * <p>An object containing the user's name.</p>
966
+ * <p>An object containing the name of the user.</p>
975
967
  */
976
968
  Name?: Name;
977
969
  /**
978
- * <p>A string containing the user's name. This value is typically formatted for display when
979
- * the user is referenced. For example, "John Doe."</p>
970
+ * <p>A string containing the name of the user. This value is typically formatted for display
971
+ * when the user is referenced. For example, "John Doe." </p>
980
972
  */
981
973
  DisplayName?: string;
982
974
  /**
@@ -984,7 +976,7 @@ export interface CreateUserRequest {
984
976
  */
985
977
  NickName?: string;
986
978
  /**
987
- * <p>A string containing a URL that may be associated with the user.</p>
979
+ * <p>A string containing a URL that might be associated with the user.</p>
988
980
  */
989
981
  ProfileUrl?: string;
990
982
  /**
@@ -1000,11 +992,13 @@ export interface CreateUserRequest {
1000
992
  */
1001
993
  PhoneNumbers?: PhoneNumber[];
1002
994
  /**
1003
- * <p>A string indicating the user's type. Possible values depend on each customer's specific needs, so they are left unspecified.</p>
995
+ * <p>A string indicating the type of user. Possible values are left unspecified. The value
996
+ * can vary based on your specific use case.</p>
1004
997
  */
1005
998
  UserType?: string;
1006
999
  /**
1007
- * <p>A string containing the user's title. Possible values are left unspecified given that they depend on each customer's specific needs.</p>
1000
+ * <p>A string containing the title of the user. Possible values are left unspecified. The
1001
+ * value can vary based on your specific use case.</p>
1008
1002
  */
1009
1003
  Title?: string;
1010
1004
  /**
@@ -1013,11 +1007,11 @@ export interface CreateUserRequest {
1013
1007
  */
1014
1008
  PreferredLanguage?: string;
1015
1009
  /**
1016
- * <p>A string containing the user's geographical region or location.</p>
1010
+ * <p>A string containing the geographical region or location of the user.</p>
1017
1011
  */
1018
1012
  Locale?: string;
1019
1013
  /**
1020
- * <p>A string containing the user's time zone.</p>
1014
+ * <p>A string containing the time zone of the user.</p>
1021
1015
  */
1022
1016
  Timezone?: string;
1023
1017
  }
@@ -1093,7 +1087,7 @@ export interface DescribeUserResponse {
1093
1087
  */
1094
1088
  Name?: Name;
1095
1089
  /**
1096
- * <p>The user's name value for display.</p>
1090
+ * <p>The display name of the user.</p>
1097
1091
  */
1098
1092
  DisplayName?: string;
1099
1093
  /**
@@ -1105,11 +1099,11 @@ export interface DescribeUserResponse {
1105
1099
  */
1106
1100
  ProfileUrl?: string;
1107
1101
  /**
1108
- * <p>The user's email value.</p>
1102
+ * <p>The email address of the user.</p>
1109
1103
  */
1110
1104
  Emails?: Email[];
1111
1105
  /**
1112
- * <p>The user's physical address.</p>
1106
+ * <p>The physical address of the user.</p>
1113
1107
  */
1114
1108
  Addresses?: Address[];
1115
1109
  /**
@@ -1117,11 +1111,11 @@ export interface DescribeUserResponse {
1117
1111
  */
1118
1112
  PhoneNumbers?: PhoneNumber[];
1119
1113
  /**
1120
- * <p>A string indicating the user's type.</p>
1114
+ * <p>A string indicating the type of user.</p>
1121
1115
  */
1122
1116
  UserType?: string;
1123
1117
  /**
1124
- * <p>A string containing the user's title.</p>
1118
+ * <p>A string containing the title of the user.</p>
1125
1119
  */
1126
1120
  Title?: string;
1127
1121
  /**
@@ -1129,7 +1123,7 @@ export interface DescribeUserResponse {
1129
1123
  */
1130
1124
  PreferredLanguage?: string;
1131
1125
  /**
1132
- * <p>A string containing the user's geographical region or location.</p>
1126
+ * <p>A string containing the geographical region or location of the user.</p>
1133
1127
  */
1134
1128
  Locale?: string;
1135
1129
  /**
@@ -1176,7 +1170,7 @@ export interface ListUsersRequest {
1176
1170
  }
1177
1171
  /**
1178
1172
  * @public
1179
- * <p>A user object that contains a specified user’s metadata and attributes.</p>
1173
+ * <p>A user object that contains the metadata and attributes for a specified user.</p>
1180
1174
  */
1181
1175
  export interface User {
1182
1176
  /**
@@ -1195,11 +1189,11 @@ export interface User {
1195
1189
  */
1196
1190
  ExternalIds?: ExternalId[];
1197
1191
  /**
1198
- * <p>An object containing the user's name.</p>
1192
+ * <p>An object containing the name of the user.</p>
1199
1193
  */
1200
1194
  Name?: Name;
1201
1195
  /**
1202
- * <p>A string containing the user's name that's formatted for display when the user is
1196
+ * <p>A string containing the name of the user that is formatted for display when the user is
1203
1197
  * referenced. For example, "John Doe."</p>
1204
1198
  */
1205
1199
  DisplayName?: string;
@@ -1208,7 +1202,7 @@ export interface User {
1208
1202
  */
1209
1203
  NickName?: string;
1210
1204
  /**
1211
- * <p>A string containing a URL that may be associated with the user.</p>
1205
+ * <p>A string containing a URL that might be associated with the user.</p>
1212
1206
  */
1213
1207
  ProfileUrl?: string;
1214
1208
  /**
@@ -1224,13 +1218,13 @@ export interface User {
1224
1218
  */
1225
1219
  PhoneNumbers?: PhoneNumber[];
1226
1220
  /**
1227
- * <p>A string indicating the user's type. Possible values depend on each customer's specific needs, so they are left unspecified.</p>
1221
+ * <p>A string indicating the type of user. Possible values are left unspecified. The value
1222
+ * can vary based on your specific use case.</p>
1228
1223
  */
1229
1224
  UserType?: string;
1230
1225
  /**
1231
- * <p>A string containing the user's title. Possible values depend on each customer's specific
1232
- * needs, so they are left
1233
- * unspecified.</p>
1226
+ * <p>A string containing the title of the user. Possible values are left unspecified. The
1227
+ * value can vary based on your specific use case.</p>
1234
1228
  */
1235
1229
  Title?: string;
1236
1230
  /**
@@ -1239,13 +1233,11 @@ export interface User {
1239
1233
  */
1240
1234
  PreferredLanguage?: string;
1241
1235
  /**
1242
- * <p>A string containing the user's geographical region or location.</p>
1236
+ * <p>A string containing the geographical region or location of the user.</p>
1243
1237
  */
1244
1238
  Locale?: string;
1245
1239
  /**
1246
- * <p>A string containing the
1247
- * user's
1248
- * time zone.</p>
1240
+ * <p>A string containing the time zone of the user.</p>
1249
1241
  */
1250
1242
  Timezone?: string;
1251
1243
  /**
@@ -19,41 +19,155 @@ import { ListGroupsCommandInput, ListGroupsCommandOutput } from "../commands/Lis
19
19
  import { ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListUsersCommand";
20
20
  import { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "../commands/UpdateGroupCommand";
21
21
  import { UpdateUserCommandInput, UpdateUserCommandOutput } from "../commands/UpdateUserCommand";
22
- export declare const serializeAws_json1_1CreateGroupCommand: (input: CreateGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
23
- export declare const serializeAws_json1_1CreateGroupMembershipCommand: (input: CreateGroupMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
24
- export declare const serializeAws_json1_1CreateUserCommand: (input: CreateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
25
- export declare const serializeAws_json1_1DeleteGroupCommand: (input: DeleteGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
26
- export declare const serializeAws_json1_1DeleteGroupMembershipCommand: (input: DeleteGroupMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
27
- export declare const serializeAws_json1_1DeleteUserCommand: (input: DeleteUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
28
- export declare const serializeAws_json1_1DescribeGroupCommand: (input: DescribeGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
29
- export declare const serializeAws_json1_1DescribeGroupMembershipCommand: (input: DescribeGroupMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
- export declare const serializeAws_json1_1DescribeUserCommand: (input: DescribeUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
31
- export declare const serializeAws_json1_1GetGroupIdCommand: (input: GetGroupIdCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
- export declare const serializeAws_json1_1GetGroupMembershipIdCommand: (input: GetGroupMembershipIdCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
- export declare const serializeAws_json1_1GetUserIdCommand: (input: GetUserIdCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
- export declare const serializeAws_json1_1IsMemberInGroupsCommand: (input: IsMemberInGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
- export declare const serializeAws_json1_1ListGroupMembershipsCommand: (input: ListGroupMembershipsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- export declare const serializeAws_json1_1ListGroupMembershipsForMemberCommand: (input: ListGroupMembershipsForMemberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- export declare const serializeAws_json1_1ListGroupsCommand: (input: ListGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- export declare const serializeAws_json1_1ListUsersCommand: (input: ListUsersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const serializeAws_json1_1UpdateGroupCommand: (input: UpdateGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_json1_1UpdateUserCommand: (input: UpdateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const deserializeAws_json1_1CreateGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGroupCommandOutput>;
42
- export declare const deserializeAws_json1_1CreateGroupMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGroupMembershipCommandOutput>;
43
- export declare const deserializeAws_json1_1CreateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserCommandOutput>;
44
- export declare const deserializeAws_json1_1DeleteGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGroupCommandOutput>;
45
- export declare const deserializeAws_json1_1DeleteGroupMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGroupMembershipCommandOutput>;
46
- export declare const deserializeAws_json1_1DeleteUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserCommandOutput>;
47
- export declare const deserializeAws_json1_1DescribeGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeGroupCommandOutput>;
48
- export declare const deserializeAws_json1_1DescribeGroupMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeGroupMembershipCommandOutput>;
49
- export declare const deserializeAws_json1_1DescribeUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUserCommandOutput>;
50
- export declare const deserializeAws_json1_1GetGroupIdCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGroupIdCommandOutput>;
51
- export declare const deserializeAws_json1_1GetGroupMembershipIdCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGroupMembershipIdCommandOutput>;
52
- export declare const deserializeAws_json1_1GetUserIdCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUserIdCommandOutput>;
53
- export declare const deserializeAws_json1_1IsMemberInGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<IsMemberInGroupsCommandOutput>;
54
- export declare const deserializeAws_json1_1ListGroupMembershipsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGroupMembershipsCommandOutput>;
55
- export declare const deserializeAws_json1_1ListGroupMembershipsForMemberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGroupMembershipsForMemberCommandOutput>;
56
- export declare const deserializeAws_json1_1ListGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGroupsCommandOutput>;
57
- export declare const deserializeAws_json1_1ListUsersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUsersCommandOutput>;
58
- export declare const deserializeAws_json1_1UpdateGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGroupCommandOutput>;
59
- export declare const deserializeAws_json1_1UpdateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserCommandOutput>;
22
+ /**
23
+ * serializeAws_json1_1CreateGroupCommand
24
+ */
25
+ export declare const se_CreateGroupCommand: (input: CreateGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
26
+ /**
27
+ * serializeAws_json1_1CreateGroupMembershipCommand
28
+ */
29
+ export declare const se_CreateGroupMembershipCommand: (input: CreateGroupMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
+ /**
31
+ * serializeAws_json1_1CreateUserCommand
32
+ */
33
+ export declare const se_CreateUserCommand: (input: CreateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
+ /**
35
+ * serializeAws_json1_1DeleteGroupCommand
36
+ */
37
+ export declare const se_DeleteGroupCommand: (input: DeleteGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
+ /**
39
+ * serializeAws_json1_1DeleteGroupMembershipCommand
40
+ */
41
+ export declare const se_DeleteGroupMembershipCommand: (input: DeleteGroupMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
+ /**
43
+ * serializeAws_json1_1DeleteUserCommand
44
+ */
45
+ export declare const se_DeleteUserCommand: (input: DeleteUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
+ /**
47
+ * serializeAws_json1_1DescribeGroupCommand
48
+ */
49
+ export declare const se_DescribeGroupCommand: (input: DescribeGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
+ /**
51
+ * serializeAws_json1_1DescribeGroupMembershipCommand
52
+ */
53
+ export declare const se_DescribeGroupMembershipCommand: (input: DescribeGroupMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
+ /**
55
+ * serializeAws_json1_1DescribeUserCommand
56
+ */
57
+ export declare const se_DescribeUserCommand: (input: DescribeUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
+ /**
59
+ * serializeAws_json1_1GetGroupIdCommand
60
+ */
61
+ export declare const se_GetGroupIdCommand: (input: GetGroupIdCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
+ /**
63
+ * serializeAws_json1_1GetGroupMembershipIdCommand
64
+ */
65
+ export declare const se_GetGroupMembershipIdCommand: (input: GetGroupMembershipIdCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
+ /**
67
+ * serializeAws_json1_1GetUserIdCommand
68
+ */
69
+ export declare const se_GetUserIdCommand: (input: GetUserIdCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
+ /**
71
+ * serializeAws_json1_1IsMemberInGroupsCommand
72
+ */
73
+ export declare const se_IsMemberInGroupsCommand: (input: IsMemberInGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
+ /**
75
+ * serializeAws_json1_1ListGroupMembershipsCommand
76
+ */
77
+ export declare const se_ListGroupMembershipsCommand: (input: ListGroupMembershipsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
+ /**
79
+ * serializeAws_json1_1ListGroupMembershipsForMemberCommand
80
+ */
81
+ export declare const se_ListGroupMembershipsForMemberCommand: (input: ListGroupMembershipsForMemberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
+ /**
83
+ * serializeAws_json1_1ListGroupsCommand
84
+ */
85
+ export declare const se_ListGroupsCommand: (input: ListGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
+ /**
87
+ * serializeAws_json1_1ListUsersCommand
88
+ */
89
+ export declare const se_ListUsersCommand: (input: ListUsersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
+ /**
91
+ * serializeAws_json1_1UpdateGroupCommand
92
+ */
93
+ export declare const se_UpdateGroupCommand: (input: UpdateGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
+ /**
95
+ * serializeAws_json1_1UpdateUserCommand
96
+ */
97
+ export declare const se_UpdateUserCommand: (input: UpdateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
+ /**
99
+ * deserializeAws_json1_1CreateGroupCommand
100
+ */
101
+ export declare const de_CreateGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGroupCommandOutput>;
102
+ /**
103
+ * deserializeAws_json1_1CreateGroupMembershipCommand
104
+ */
105
+ export declare const de_CreateGroupMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGroupMembershipCommandOutput>;
106
+ /**
107
+ * deserializeAws_json1_1CreateUserCommand
108
+ */
109
+ export declare const de_CreateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserCommandOutput>;
110
+ /**
111
+ * deserializeAws_json1_1DeleteGroupCommand
112
+ */
113
+ export declare const de_DeleteGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGroupCommandOutput>;
114
+ /**
115
+ * deserializeAws_json1_1DeleteGroupMembershipCommand
116
+ */
117
+ export declare const de_DeleteGroupMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGroupMembershipCommandOutput>;
118
+ /**
119
+ * deserializeAws_json1_1DeleteUserCommand
120
+ */
121
+ export declare const de_DeleteUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserCommandOutput>;
122
+ /**
123
+ * deserializeAws_json1_1DescribeGroupCommand
124
+ */
125
+ export declare const de_DescribeGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeGroupCommandOutput>;
126
+ /**
127
+ * deserializeAws_json1_1DescribeGroupMembershipCommand
128
+ */
129
+ export declare const de_DescribeGroupMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeGroupMembershipCommandOutput>;
130
+ /**
131
+ * deserializeAws_json1_1DescribeUserCommand
132
+ */
133
+ export declare const de_DescribeUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUserCommandOutput>;
134
+ /**
135
+ * deserializeAws_json1_1GetGroupIdCommand
136
+ */
137
+ export declare const de_GetGroupIdCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGroupIdCommandOutput>;
138
+ /**
139
+ * deserializeAws_json1_1GetGroupMembershipIdCommand
140
+ */
141
+ export declare const de_GetGroupMembershipIdCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGroupMembershipIdCommandOutput>;
142
+ /**
143
+ * deserializeAws_json1_1GetUserIdCommand
144
+ */
145
+ export declare const de_GetUserIdCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUserIdCommandOutput>;
146
+ /**
147
+ * deserializeAws_json1_1IsMemberInGroupsCommand
148
+ */
149
+ export declare const de_IsMemberInGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<IsMemberInGroupsCommandOutput>;
150
+ /**
151
+ * deserializeAws_json1_1ListGroupMembershipsCommand
152
+ */
153
+ export declare const de_ListGroupMembershipsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGroupMembershipsCommandOutput>;
154
+ /**
155
+ * deserializeAws_json1_1ListGroupMembershipsForMemberCommand
156
+ */
157
+ export declare const de_ListGroupMembershipsForMemberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGroupMembershipsForMemberCommandOutput>;
158
+ /**
159
+ * deserializeAws_json1_1ListGroupsCommand
160
+ */
161
+ export declare const de_ListGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGroupsCommandOutput>;
162
+ /**
163
+ * deserializeAws_json1_1ListUsersCommand
164
+ */
165
+ export declare const de_ListUsersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUsersCommandOutput>;
166
+ /**
167
+ * deserializeAws_json1_1UpdateGroupCommand
168
+ */
169
+ export declare const de_UpdateGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGroupCommandOutput>;
170
+ /**
171
+ * deserializeAws_json1_1UpdateUserCommand
172
+ */
173
+ export declare const de_UpdateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserCommandOutput>;