cdk-comprehend-s3olap 2.0.85 → 2.0.86

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 (41) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/CHANGELOG.md +10 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/controltower-2018-05-10.examples.json +5 -0
  8. package/node_modules/aws-sdk/apis/controltower-2018-05-10.min.json +148 -0
  9. package/node_modules/aws-sdk/apis/controltower-2018-05-10.paginators.json +10 -0
  10. package/node_modules/aws-sdk/apis/identitystore-2020-06-15.min.json +732 -15
  11. package/node_modules/aws-sdk/apis/identitystore-2020-06-15.paginators.json +16 -2
  12. package/node_modules/aws-sdk/apis/iotthingsgraph-2018-09-06.min.json +105 -35
  13. package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +25 -19
  14. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  15. package/node_modules/aws-sdk/apis/rds-data-2018-08-01.min.json +132 -132
  16. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +483 -459
  17. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  18. package/node_modules/aws-sdk/clients/all.js +2 -1
  19. package/node_modules/aws-sdk/clients/cloudfront.d.ts +7 -7
  20. package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +134 -134
  21. package/node_modules/aws-sdk/clients/controltower.d.ts +169 -0
  22. package/node_modules/aws-sdk/clients/controltower.js +18 -0
  23. package/node_modules/aws-sdk/clients/identitystore.d.ts +806 -22
  24. package/node_modules/aws-sdk/clients/iotthingsgraph.d.ts +2 -2
  25. package/node_modules/aws-sdk/clients/ivs.d.ts +9 -0
  26. package/node_modules/aws-sdk/clients/rdsdataservice.d.ts +130 -130
  27. package/node_modules/aws-sdk/clients/route53.d.ts +1 -1
  28. package/node_modules/aws-sdk/clients/sagemaker.d.ts +63 -17
  29. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  30. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +47 -10
  31. package/node_modules/aws-sdk/dist/aws-sdk.js +6 -3
  32. package/node_modules/aws-sdk/dist/aws-sdk.min.js +33 -33
  33. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  34. package/node_modules/aws-sdk/lib/core.js +1 -1
  35. package/node_modules/aws-sdk/package.json +1 -1
  36. package/node_modules/es-abstract/2020/SameValueNonNumeric.js +1 -1
  37. package/node_modules/es-abstract/2021/SameValueNonNumeric.js +1 -1
  38. package/node_modules/es-abstract/2022/SameValueNonNumeric.js +1 -1
  39. package/node_modules/es-abstract/CHANGELOG.md +8 -0
  40. package/node_modules/es-abstract/package.json +9 -8
  41. package/package.json +3 -3
@@ -11,6 +11,54 @@ declare class IdentityStore extends Service {
11
11
  */
12
12
  constructor(options?: IdentityStore.Types.ClientConfiguration)
13
13
  config: Config & IdentityStore.Types.ClientConfiguration;
14
+ /**
15
+ * Creates a group within the specified identity store.
16
+ */
17
+ createGroup(params: IdentityStore.Types.CreateGroupRequest, callback?: (err: AWSError, data: IdentityStore.Types.CreateGroupResponse) => void): Request<IdentityStore.Types.CreateGroupResponse, AWSError>;
18
+ /**
19
+ * Creates a group within the specified identity store.
20
+ */
21
+ createGroup(callback?: (err: AWSError, data: IdentityStore.Types.CreateGroupResponse) => void): Request<IdentityStore.Types.CreateGroupResponse, AWSError>;
22
+ /**
23
+ * Creates a relationship between a member and a group. The following identifiers must be specified: GroupId, IdentityStoreId, and MemberId.
24
+ */
25
+ createGroupMembership(params: IdentityStore.Types.CreateGroupMembershipRequest, callback?: (err: AWSError, data: IdentityStore.Types.CreateGroupMembershipResponse) => void): Request<IdentityStore.Types.CreateGroupMembershipResponse, AWSError>;
26
+ /**
27
+ * Creates a relationship between a member and a group. The following identifiers must be specified: GroupId, IdentityStoreId, and MemberId.
28
+ */
29
+ createGroupMembership(callback?: (err: AWSError, data: IdentityStore.Types.CreateGroupMembershipResponse) => void): Request<IdentityStore.Types.CreateGroupMembershipResponse, AWSError>;
30
+ /**
31
+ * Creates a new user within the specified identity store.
32
+ */
33
+ createUser(params: IdentityStore.Types.CreateUserRequest, callback?: (err: AWSError, data: IdentityStore.Types.CreateUserResponse) => void): Request<IdentityStore.Types.CreateUserResponse, AWSError>;
34
+ /**
35
+ * Creates a new user within the specified identity store.
36
+ */
37
+ createUser(callback?: (err: AWSError, data: IdentityStore.Types.CreateUserResponse) => void): Request<IdentityStore.Types.CreateUserResponse, AWSError>;
38
+ /**
39
+ * Delete a group within an identity store given GroupId.
40
+ */
41
+ deleteGroup(params: IdentityStore.Types.DeleteGroupRequest, callback?: (err: AWSError, data: IdentityStore.Types.DeleteGroupResponse) => void): Request<IdentityStore.Types.DeleteGroupResponse, AWSError>;
42
+ /**
43
+ * Delete a group within an identity store given GroupId.
44
+ */
45
+ deleteGroup(callback?: (err: AWSError, data: IdentityStore.Types.DeleteGroupResponse) => void): Request<IdentityStore.Types.DeleteGroupResponse, AWSError>;
46
+ /**
47
+ * Delete a membership within a group given MembershipId.
48
+ */
49
+ deleteGroupMembership(params: IdentityStore.Types.DeleteGroupMembershipRequest, callback?: (err: AWSError, data: IdentityStore.Types.DeleteGroupMembershipResponse) => void): Request<IdentityStore.Types.DeleteGroupMembershipResponse, AWSError>;
50
+ /**
51
+ * Delete a membership within a group given MembershipId.
52
+ */
53
+ deleteGroupMembership(callback?: (err: AWSError, data: IdentityStore.Types.DeleteGroupMembershipResponse) => void): Request<IdentityStore.Types.DeleteGroupMembershipResponse, AWSError>;
54
+ /**
55
+ * Deletes a user within an identity store given UserId.
56
+ */
57
+ deleteUser(params: IdentityStore.Types.DeleteUserRequest, callback?: (err: AWSError, data: IdentityStore.Types.DeleteUserResponse) => void): Request<IdentityStore.Types.DeleteUserResponse, AWSError>;
58
+ /**
59
+ * Deletes a user within an identity store given UserId.
60
+ */
61
+ deleteUser(callback?: (err: AWSError, data: IdentityStore.Types.DeleteUserResponse) => void): Request<IdentityStore.Types.DeleteUserResponse, AWSError>;
14
62
  /**
15
63
  * Retrieves the group metadata and attributes from GroupId in an identity store.
16
64
  */
@@ -20,35 +68,342 @@ declare class IdentityStore extends Service {
20
68
  */
21
69
  describeGroup(callback?: (err: AWSError, data: IdentityStore.Types.DescribeGroupResponse) => void): Request<IdentityStore.Types.DescribeGroupResponse, AWSError>;
22
70
  /**
23
- * Retrieves the user metadata and attributes from UserId in an identity store.
71
+ * Retrieves membership metadata and attributes from MembershipId in a group.
72
+ */
73
+ describeGroupMembership(params: IdentityStore.Types.DescribeGroupMembershipRequest, callback?: (err: AWSError, data: IdentityStore.Types.DescribeGroupMembershipResponse) => void): Request<IdentityStore.Types.DescribeGroupMembershipResponse, AWSError>;
74
+ /**
75
+ * Retrieves membership metadata and attributes from MembershipId in a group.
76
+ */
77
+ describeGroupMembership(callback?: (err: AWSError, data: IdentityStore.Types.DescribeGroupMembershipResponse) => void): Request<IdentityStore.Types.DescribeGroupMembershipResponse, AWSError>;
78
+ /**
79
+ * Retrieves the user metadata and attributes from the UserId in an identity store.
24
80
  */
25
81
  describeUser(params: IdentityStore.Types.DescribeUserRequest, callback?: (err: AWSError, data: IdentityStore.Types.DescribeUserResponse) => void): Request<IdentityStore.Types.DescribeUserResponse, AWSError>;
26
82
  /**
27
- * Retrieves the user metadata and attributes from UserId in an identity store.
83
+ * Retrieves the user metadata and attributes from the UserId in an identity store.
28
84
  */
29
85
  describeUser(callback?: (err: AWSError, data: IdentityStore.Types.DescribeUserResponse) => void): Request<IdentityStore.Types.DescribeUserResponse, AWSError>;
30
86
  /**
31
- * Lists the attribute name and value of the group that you specified in the search. We only support DisplayName as a valid filter attribute path currently, and filter is required. This API returns minimum attributes, including GroupId and group DisplayName in the response.
87
+ * Retrieves GroupId in an identity store.
88
+ */
89
+ getGroupId(params: IdentityStore.Types.GetGroupIdRequest, callback?: (err: AWSError, data: IdentityStore.Types.GetGroupIdResponse) => void): Request<IdentityStore.Types.GetGroupIdResponse, AWSError>;
90
+ /**
91
+ * Retrieves GroupId in an identity store.
92
+ */
93
+ getGroupId(callback?: (err: AWSError, data: IdentityStore.Types.GetGroupIdResponse) => void): Request<IdentityStore.Types.GetGroupIdResponse, AWSError>;
94
+ /**
95
+ * Retrieves the MembershipId in a group.
96
+ */
97
+ getGroupMembershipId(params: IdentityStore.Types.GetGroupMembershipIdRequest, callback?: (err: AWSError, data: IdentityStore.Types.GetGroupMembershipIdResponse) => void): Request<IdentityStore.Types.GetGroupMembershipIdResponse, AWSError>;
98
+ /**
99
+ * Retrieves the MembershipId in a group.
100
+ */
101
+ getGroupMembershipId(callback?: (err: AWSError, data: IdentityStore.Types.GetGroupMembershipIdResponse) => void): Request<IdentityStore.Types.GetGroupMembershipIdResponse, AWSError>;
102
+ /**
103
+ * Retrieves the UserId in an identity store.
104
+ */
105
+ getUserId(params: IdentityStore.Types.GetUserIdRequest, callback?: (err: AWSError, data: IdentityStore.Types.GetUserIdResponse) => void): Request<IdentityStore.Types.GetUserIdResponse, AWSError>;
106
+ /**
107
+ * Retrieves the UserId in an identity store.
108
+ */
109
+ getUserId(callback?: (err: AWSError, data: IdentityStore.Types.GetUserIdResponse) => void): Request<IdentityStore.Types.GetUserIdResponse, AWSError>;
110
+ /**
111
+ * Returns if a member exists in specified groups.
112
+ */
113
+ isMemberInGroups(params: IdentityStore.Types.IsMemberInGroupsRequest, callback?: (err: AWSError, data: IdentityStore.Types.IsMemberInGroupsResponse) => void): Request<IdentityStore.Types.IsMemberInGroupsResponse, AWSError>;
114
+ /**
115
+ * Returns if a member exists in specified groups.
116
+ */
117
+ isMemberInGroups(callback?: (err: AWSError, data: IdentityStore.Types.IsMemberInGroupsResponse) => void): Request<IdentityStore.Types.IsMemberInGroupsResponse, AWSError>;
118
+ /**
119
+ * For the specified group in the specified identity store, returns the list of all GroupMembership objects and returns results in paginated form.
120
+ */
121
+ listGroupMemberships(params: IdentityStore.Types.ListGroupMembershipsRequest, callback?: (err: AWSError, data: IdentityStore.Types.ListGroupMembershipsResponse) => void): Request<IdentityStore.Types.ListGroupMembershipsResponse, AWSError>;
122
+ /**
123
+ * For the specified group in the specified identity store, returns the list of all GroupMembership objects and returns results in paginated form.
124
+ */
125
+ listGroupMemberships(callback?: (err: AWSError, data: IdentityStore.Types.ListGroupMembershipsResponse) => void): Request<IdentityStore.Types.ListGroupMembershipsResponse, AWSError>;
126
+ /**
127
+ * For the specified member in the specified identity store, returns the list of all GroupMembership objects and returns results in paginated form.
128
+ */
129
+ listGroupMembershipsForMember(params: IdentityStore.Types.ListGroupMembershipsForMemberRequest, callback?: (err: AWSError, data: IdentityStore.Types.ListGroupMembershipsForMemberResponse) => void): Request<IdentityStore.Types.ListGroupMembershipsForMemberResponse, AWSError>;
130
+ /**
131
+ * For the specified member in the specified identity store, returns the list of all GroupMembership objects and returns results in paginated form.
132
+ */
133
+ listGroupMembershipsForMember(callback?: (err: AWSError, data: IdentityStore.Types.ListGroupMembershipsForMemberResponse) => void): Request<IdentityStore.Types.ListGroupMembershipsForMemberResponse, AWSError>;
134
+ /**
135
+ * Filtering for a group by the group DisplayName attribute is deprecated. Instead, use the GetGroupId API action. Lists all groups in the identity store. Returns a paginated list of complete Group objects.
32
136
  */
33
137
  listGroups(params: IdentityStore.Types.ListGroupsRequest, callback?: (err: AWSError, data: IdentityStore.Types.ListGroupsResponse) => void): Request<IdentityStore.Types.ListGroupsResponse, AWSError>;
34
138
  /**
35
- * Lists the attribute name and value of the group that you specified in the search. We only support DisplayName as a valid filter attribute path currently, and filter is required. This API returns minimum attributes, including GroupId and group DisplayName in the response.
139
+ * Filtering for a group by the group DisplayName attribute is deprecated. Instead, use the GetGroupId API action. Lists all groups in the identity store. Returns a paginated list of complete Group objects.
36
140
  */
37
141
  listGroups(callback?: (err: AWSError, data: IdentityStore.Types.ListGroupsResponse) => void): Request<IdentityStore.Types.ListGroupsResponse, AWSError>;
38
142
  /**
39
- * Lists the attribute name and value of the user that you specified in the search. We only support UserName as a valid filter attribute path currently, and filter is required. This API returns minimum attributes, including UserId and UserName in the response.
143
+ * Filtering for a user by the UserName attribute is deprecated. Instead, use the GetUserId API action. Lists all users in the identity store. Returns a paginated list of complete User objects.
40
144
  */
41
145
  listUsers(params: IdentityStore.Types.ListUsersRequest, callback?: (err: AWSError, data: IdentityStore.Types.ListUsersResponse) => void): Request<IdentityStore.Types.ListUsersResponse, AWSError>;
42
146
  /**
43
- * Lists the attribute name and value of the user that you specified in the search. We only support UserName as a valid filter attribute path currently, and filter is required. This API returns minimum attributes, including UserId and UserName in the response.
147
+ * Filtering for a user by the UserName attribute is deprecated. Instead, use the GetUserId API action. Lists all users in the identity store. Returns a paginated list of complete User objects.
44
148
  */
45
149
  listUsers(callback?: (err: AWSError, data: IdentityStore.Types.ListUsersResponse) => void): Request<IdentityStore.Types.ListUsersResponse, AWSError>;
150
+ /**
151
+ * For the specified group in the specified identity store, updates the group metadata and attributes.
152
+ */
153
+ updateGroup(params: IdentityStore.Types.UpdateGroupRequest, callback?: (err: AWSError, data: IdentityStore.Types.UpdateGroupResponse) => void): Request<IdentityStore.Types.UpdateGroupResponse, AWSError>;
154
+ /**
155
+ * For the specified group in the specified identity store, updates the group metadata and attributes.
156
+ */
157
+ updateGroup(callback?: (err: AWSError, data: IdentityStore.Types.UpdateGroupResponse) => void): Request<IdentityStore.Types.UpdateGroupResponse, AWSError>;
158
+ /**
159
+ * For the specified user in the specified identity store, updates the user metadata and attributes.
160
+ */
161
+ updateUser(params: IdentityStore.Types.UpdateUserRequest, callback?: (err: AWSError, data: IdentityStore.Types.UpdateUserResponse) => void): Request<IdentityStore.Types.UpdateUserResponse, AWSError>;
162
+ /**
163
+ * For the specified user in the specified identity store, updates the user metadata and attributes.
164
+ */
165
+ updateUser(callback?: (err: AWSError, data: IdentityStore.Types.UpdateUserResponse) => void): Request<IdentityStore.Types.UpdateUserResponse, AWSError>;
46
166
  }
47
167
  declare namespace IdentityStore {
168
+ export interface Address {
169
+ /**
170
+ * The street of the address.
171
+ */
172
+ StreetAddress?: SensitiveStringType;
173
+ /**
174
+ * A string of the address locality.
175
+ */
176
+ Locality?: SensitiveStringType;
177
+ /**
178
+ * The region of the address.
179
+ */
180
+ Region?: SensitiveStringType;
181
+ /**
182
+ * The postal code of the address.
183
+ */
184
+ PostalCode?: SensitiveStringType;
185
+ /**
186
+ * The country of the address.
187
+ */
188
+ Country?: SensitiveStringType;
189
+ /**
190
+ * A string containing a formatted version of the address for display.
191
+ */
192
+ Formatted?: SensitiveStringType;
193
+ /**
194
+ * A string representing the type of address. For example, "Home."
195
+ */
196
+ Type?: SensitiveStringType;
197
+ /**
198
+ * A boolean representing whether this is the primary address for the associated resource.
199
+ */
200
+ Primary?: SensitiveBooleanType;
201
+ }
202
+ export type Addresses = Address[];
203
+ export interface AlternateIdentifier {
204
+ /**
205
+ * The identifier issued to this resource by an external identity provider.
206
+ */
207
+ ExternalId?: ExternalId;
208
+ /**
209
+ * An entity attribute that's unique to a specific entity.
210
+ */
211
+ UniqueAttribute?: UniqueAttribute;
212
+ }
213
+ export interface AttributeOperation {
214
+ /**
215
+ * A string representation of the path to a given attribute or sub-attribute. Supports JMESPath.
216
+ */
217
+ AttributePath: AttributePath;
218
+ /**
219
+ * The value of the attribute.
220
+ */
221
+ AttributeValue?: AttributeValue;
222
+ }
223
+ export type AttributeOperations = AttributeOperation[];
48
224
  export type AttributePath = string;
225
+ export interface AttributeValue {
226
+ }
227
+ export interface CreateGroupMembershipRequest {
228
+ /**
229
+ * The globally unique identifier for the identity store.
230
+ */
231
+ IdentityStoreId: IdentityStoreId;
232
+ /**
233
+ * The identifier for a group in the identity store.
234
+ */
235
+ GroupId: ResourceId;
236
+ /**
237
+ * An object that contains the identifier of a group member. Setting the UserID field to the specific identifier for a user indicates that the user is a member of the group.
238
+ */
239
+ MemberId: MemberId;
240
+ }
241
+ export interface CreateGroupMembershipResponse {
242
+ /**
243
+ * The identifier for a GroupMembership in the identity store.
244
+ */
245
+ MembershipId: ResourceId;
246
+ /**
247
+ * The globally unique identifier for the identity store.
248
+ */
249
+ IdentityStoreId: IdentityStoreId;
250
+ }
251
+ export interface CreateGroupRequest {
252
+ /**
253
+ * The globally unique identifier for the identity store.
254
+ */
255
+ IdentityStoreId: IdentityStoreId;
256
+ /**
257
+ * A string containing the name of the group. This value is commonly displayed when the group is referenced.
258
+ */
259
+ DisplayName?: GroupDisplayName;
260
+ /**
261
+ * A string containing the description of the group.
262
+ */
263
+ Description?: SensitiveStringType;
264
+ }
265
+ export interface CreateGroupResponse {
266
+ /**
267
+ * The identifier of the newly created group in the identity store.
268
+ */
269
+ GroupId: ResourceId;
270
+ /**
271
+ * The globally unique identifier for the identity store.
272
+ */
273
+ IdentityStoreId: IdentityStoreId;
274
+ }
275
+ export interface CreateUserRequest {
276
+ /**
277
+ * The globally unique identifier for the identity store.
278
+ */
279
+ IdentityStoreId: IdentityStoreId;
280
+ /**
281
+ * A unique string used to identify the user. The length limit is 128 characters. This value can consist of letters, accented characters, symbols, numbers, and punctuation. The characters &lt;&gt;;:% are excluded. This value is specified at the time the user is created and stored as an attribute of the user object in the identity store.
282
+ */
283
+ UserName?: UserName;
284
+ /**
285
+ * An object containing the user's name.
286
+ */
287
+ Name?: Name;
288
+ /**
289
+ * A string containing the user's name. This value is typically formatted for display when the user is referenced. For example, "John Doe."
290
+ */
291
+ DisplayName?: SensitiveStringType;
292
+ /**
293
+ * A string containing an alternate name for the user.
294
+ */
295
+ NickName?: SensitiveStringType;
296
+ /**
297
+ * A string containing a URL that may be associated with the user.
298
+ */
299
+ ProfileUrl?: SensitiveStringType;
300
+ /**
301
+ * A list of Email objects containing email addresses associated with the user.
302
+ */
303
+ Emails?: Emails;
304
+ /**
305
+ * A list of Address objects containing addresses associated with the user.
306
+ */
307
+ Addresses?: Addresses;
308
+ /**
309
+ * A list of PhoneNumber objects containing phone numbers associated with the user.
310
+ */
311
+ PhoneNumbers?: PhoneNumbers;
312
+ /**
313
+ * A string indicating the user's type. Possible values depend on each customer's specific needs, so they are left unspecified.
314
+ */
315
+ UserType?: SensitiveStringType;
316
+ /**
317
+ * A string containing the user's title. Possible values are left unspecified given that they depend on each customer's specific needs.
318
+ */
319
+ Title?: SensitiveStringType;
320
+ /**
321
+ * A string containing the preferred language of the user. For example, "American English" or "en-us."
322
+ */
323
+ PreferredLanguage?: SensitiveStringType;
324
+ /**
325
+ * A string containing the user's geographical region or location.
326
+ */
327
+ Locale?: SensitiveStringType;
328
+ /**
329
+ * A string containing the user's time zone.
330
+ */
331
+ Timezone?: SensitiveStringType;
332
+ }
333
+ export interface CreateUserResponse {
334
+ /**
335
+ * The identifier of the newly created user in the identity store.
336
+ */
337
+ UserId: ResourceId;
338
+ /**
339
+ * The globally unique identifier for the identity store.
340
+ */
341
+ IdentityStoreId: IdentityStoreId;
342
+ }
343
+ export interface DeleteGroupMembershipRequest {
344
+ /**
345
+ * The globally unique identifier for the identity store.
346
+ */
347
+ IdentityStoreId: IdentityStoreId;
348
+ /**
349
+ * The identifier for a GroupMembership in the identity store.
350
+ */
351
+ MembershipId: ResourceId;
352
+ }
353
+ export interface DeleteGroupMembershipResponse {
354
+ }
355
+ export interface DeleteGroupRequest {
356
+ /**
357
+ * The globally unique identifier for the identity store.
358
+ */
359
+ IdentityStoreId: IdentityStoreId;
360
+ /**
361
+ * The identifier for a group in the identity store.
362
+ */
363
+ GroupId: ResourceId;
364
+ }
365
+ export interface DeleteGroupResponse {
366
+ }
367
+ export interface DeleteUserRequest {
368
+ /**
369
+ * The globally unique identifier for the identity store.
370
+ */
371
+ IdentityStoreId: IdentityStoreId;
372
+ /**
373
+ * The identifier for a user in the identity store.
374
+ */
375
+ UserId: ResourceId;
376
+ }
377
+ export interface DeleteUserResponse {
378
+ }
379
+ export interface DescribeGroupMembershipRequest {
380
+ /**
381
+ * The globally unique identifier for the identity store.
382
+ */
383
+ IdentityStoreId: IdentityStoreId;
384
+ /**
385
+ * The identifier for a GroupMembership in the identity store.
386
+ */
387
+ MembershipId: ResourceId;
388
+ }
389
+ export interface DescribeGroupMembershipResponse {
390
+ /**
391
+ * The globally unique identifier for the identity store.
392
+ */
393
+ IdentityStoreId: IdentityStoreId;
394
+ /**
395
+ * The identifier for a GroupMembership in the identity store.
396
+ */
397
+ MembershipId: ResourceId;
398
+ /**
399
+ * The identifier for a group in the identity store.
400
+ */
401
+ GroupId: ResourceId;
402
+ MemberId: MemberId;
403
+ }
49
404
  export interface DescribeGroupRequest {
50
405
  /**
51
- * The globally unique identifier for the identity store, such as d-1234567890. In this example, d- is a fixed prefix, and 1234567890 is a randomly generated string that contains number and lower case letters. This value is generated at the time that a new identity store is created.
406
+ * The globally unique identifier for the identity store, such as d-1234567890. In this example, d- is a fixed prefix, and 1234567890 is a randomly generated string that contains numbers and lower case letters. This value is generated at the time that a new identity store is created.
52
407
  */
53
408
  IdentityStoreId: IdentityStoreId;
54
409
  /**
@@ -62,13 +417,25 @@ declare namespace IdentityStore {
62
417
  */
63
418
  GroupId: ResourceId;
64
419
  /**
65
- * Contains the group’s display name value. The length limit is 1,024 characters. This value can consist of letters, accented characters, symbols, numbers, punctuation, tab, new line, carriage return, space, and nonbreaking space in this attribute. The characters &lt;&gt;;:% are excluded. This value is specified at the time that the group is created and stored as an attribute of the group object in the identity store.
420
+ * The group’s display name value. The length limit is 1,024 characters. This value can consist of letters, accented characters, symbols, numbers, punctuation, tab, new line, carriage return, space, and nonbreaking space in this attribute. The characters &lt;&gt;;:% are excluded. This value is specified at the time that the group is created and stored as an attribute of the group object in the identity store.
421
+ */
422
+ DisplayName?: GroupDisplayName;
423
+ /**
424
+ * A list of ExternalId objects that contains the identifiers issued to this resource by an external identity provider.
425
+ */
426
+ ExternalIds?: ExternalIds;
427
+ /**
428
+ * A string containing a description of the group.
429
+ */
430
+ Description?: SensitiveStringType;
431
+ /**
432
+ * The globally unique identifier for the identity store.
66
433
  */
67
- DisplayName: GroupDisplayName;
434
+ IdentityStoreId: IdentityStoreId;
68
435
  }
69
436
  export interface DescribeUserRequest {
70
437
  /**
71
- * The globally unique identifier for the identity store, such as d-1234567890. In this example, d- is a fixed prefix, and 1234567890 is a randomly generated string that contains number and lower case letters. This value is generated at the time that a new identity store is created.
438
+ * The globally unique identifier for the identity store, such as d-1234567890. In this example, d- is a fixed prefix, and 1234567890 is a randomly generated string that contains numbers and lower case letters. This value is generated at the time that a new identity store is created.
72
439
  */
73
440
  IdentityStoreId: IdentityStoreId;
74
441
  /**
@@ -78,14 +445,98 @@ declare namespace IdentityStore {
78
445
  }
79
446
  export interface DescribeUserResponse {
80
447
  /**
81
- * Contains the user’s user name value. The length limit is 128 characters. This value can consist of letters, accented characters, symbols, numbers, and punctuation. The characters &lt;&gt;;:% are excluded. This value is specified at the time the user is created and stored as an attribute of the user object in the identity store.
448
+ * The user’s username value. The length limit is 128 characters. This value can consist of letters, accented characters, symbols, numbers, and punctuation. The characters &lt;&gt;;:% are excluded. This value is specified at the time the user is created and stored as an attribute of the user object in the identity store.
82
449
  */
83
- UserName: UserName;
450
+ UserName?: UserName;
84
451
  /**
85
452
  * The identifier for a user in the identity store.
86
453
  */
87
454
  UserId: ResourceId;
455
+ /**
456
+ * A list of ExternalId objects that contains the identifiers issued to this resource by an external identity provider.
457
+ */
458
+ ExternalIds?: ExternalIds;
459
+ /**
460
+ * The name of the user.
461
+ */
462
+ Name?: Name;
463
+ /**
464
+ * The user's name value for display.
465
+ */
466
+ DisplayName?: SensitiveStringType;
467
+ /**
468
+ * An alternative descriptive name for the user.
469
+ */
470
+ NickName?: SensitiveStringType;
471
+ /**
472
+ * A URL link for the user's profile.
473
+ */
474
+ ProfileUrl?: SensitiveStringType;
475
+ /**
476
+ * The user's email value.
477
+ */
478
+ Emails?: Emails;
479
+ /**
480
+ * The user's physical address.
481
+ */
482
+ Addresses?: Addresses;
483
+ /**
484
+ * A list of PhoneNumber objects associated with a user.
485
+ */
486
+ PhoneNumbers?: PhoneNumbers;
487
+ /**
488
+ * A string indicating the user's type.
489
+ */
490
+ UserType?: SensitiveStringType;
491
+ /**
492
+ * A string containing the user's title.
493
+ */
494
+ Title?: SensitiveStringType;
495
+ /**
496
+ * The preferred language of the user.
497
+ */
498
+ PreferredLanguage?: SensitiveStringType;
499
+ /**
500
+ * A string containing the user's geographical region or location.
501
+ */
502
+ Locale?: SensitiveStringType;
503
+ /**
504
+ * The time zone for a user.
505
+ */
506
+ Timezone?: SensitiveStringType;
507
+ /**
508
+ * The globally unique identifier for the identity store.
509
+ */
510
+ IdentityStoreId: IdentityStoreId;
511
+ }
512
+ export interface Email {
513
+ /**
514
+ * A string containing an email address. For example, "johndoe@amazon.com."
515
+ */
516
+ Value?: SensitiveStringType;
517
+ /**
518
+ * A string representing the type of address. For example, "Work."
519
+ */
520
+ Type?: SensitiveStringType;
521
+ /**
522
+ * A boolean representing whether this is the primary email for the associated resource.
523
+ */
524
+ Primary?: SensitiveBooleanType;
525
+ }
526
+ export type Emails = Email[];
527
+ export interface ExternalId {
528
+ /**
529
+ * The issuer for an external identifier.
530
+ */
531
+ Issuer: ExternalIdIssuer;
532
+ /**
533
+ * The identifier issued to this resource by an external identity provider.
534
+ */
535
+ Id: ExternalIdIdentifier;
88
536
  }
537
+ export type ExternalIdIdentifier = string;
538
+ export type ExternalIdIssuer = string;
539
+ export type ExternalIds = ExternalId[];
89
540
  export interface Filter {
90
541
  /**
91
542
  * The attribute path that is used to specify which attribute name to search. Length limit is 255 characters. For example, UserName is a valid attribute path for the ListUsers API, and DisplayName is a valid attribute path for the ListGroups API.
@@ -97,26 +548,213 @@ declare namespace IdentityStore {
97
548
  AttributeValue: SensitiveStringType;
98
549
  }
99
550
  export type Filters = Filter[];
551
+ export interface GetGroupIdRequest {
552
+ /**
553
+ * The globally unique identifier for the identity store.
554
+ */
555
+ IdentityStoreId: IdentityStoreId;
556
+ /**
557
+ * A unique identifier for the group value that is not the group's primary identifier. This value can be an identifier from an external identity provider (IdP) that is associated with the group or a unique attribute. For example, a unique GroupDisplayName.
558
+ */
559
+ AlternateIdentifier: AlternateIdentifier;
560
+ }
561
+ export interface GetGroupIdResponse {
562
+ /**
563
+ * The identifier for a group in the identity store.
564
+ */
565
+ GroupId: ResourceId;
566
+ /**
567
+ * The globally unique identifier for the identity store.
568
+ */
569
+ IdentityStoreId: IdentityStoreId;
570
+ }
571
+ export interface GetGroupMembershipIdRequest {
572
+ /**
573
+ * The globally unique identifier for the identity store.
574
+ */
575
+ IdentityStoreId: IdentityStoreId;
576
+ /**
577
+ * The identifier for a group in the identity store.
578
+ */
579
+ GroupId: ResourceId;
580
+ /**
581
+ * An object that contains the identifier of a group member. Setting the UserID field to the specific identifier for a user indicates that the user is a member of the group.
582
+ */
583
+ MemberId: MemberId;
584
+ }
585
+ export interface GetGroupMembershipIdResponse {
586
+ /**
587
+ * The identifier for a GroupMembership in the identity store.
588
+ */
589
+ MembershipId: ResourceId;
590
+ /**
591
+ * The globally unique identifier for the identity store.
592
+ */
593
+ IdentityStoreId: IdentityStoreId;
594
+ }
595
+ export interface GetUserIdRequest {
596
+ /**
597
+ * The globally unique identifier for the identity store.
598
+ */
599
+ IdentityStoreId: IdentityStoreId;
600
+ /**
601
+ * Any unique attribute associated with a user that is not the UserId.
602
+ */
603
+ AlternateIdentifier: AlternateIdentifier;
604
+ }
605
+ export interface GetUserIdResponse {
606
+ /**
607
+ * The identifier for a user in the identity store.
608
+ */
609
+ UserId: ResourceId;
610
+ /**
611
+ * The globally unique identifier for the identity store.
612
+ */
613
+ IdentityStoreId: IdentityStoreId;
614
+ }
100
615
  export interface Group {
101
616
  /**
102
617
  * The identifier for a group in the identity store.
103
618
  */
104
619
  GroupId: ResourceId;
105
620
  /**
106
- * Contains the group’s display name value. The length limit is 1,024 characters. This value can consist of letters, accented characters, symbols, numbers, punctuation, tab, new line, carriage return, space, and nonbreaking space in this attribute. The characters &lt;&gt;;:% are excluded. This value is specified at the time the group is created and stored as an attribute of the group object in the identity store.
621
+ * The group’s display name value. The length limit is 1,024 characters. This value can consist of letters, accented characters, symbols, numbers, punctuation, tab, new line, carriage return, space, and nonbreaking space in this attribute. The characters &lt;&gt;;:% are excluded. This value is specified at the time the group is created and stored as an attribute of the group object in the identity store.
622
+ */
623
+ DisplayName?: GroupDisplayName;
624
+ /**
625
+ * A list of ExternalId objects that contains the identifiers issued to this resource by an external identity provider.
626
+ */
627
+ ExternalIds?: ExternalIds;
628
+ /**
629
+ * A string containing a description of the specified group.
630
+ */
631
+ Description?: SensitiveStringType;
632
+ /**
633
+ * The globally unique identifier for the identity store.
107
634
  */
108
- DisplayName: GroupDisplayName;
635
+ IdentityStoreId: IdentityStoreId;
109
636
  }
110
637
  export type GroupDisplayName = string;
638
+ export type GroupIds = ResourceId[];
639
+ export interface GroupMembership {
640
+ /**
641
+ * The globally unique identifier for the identity store.
642
+ */
643
+ IdentityStoreId: IdentityStoreId;
644
+ /**
645
+ * The identifier for a GroupMembership object in the identity store.
646
+ */
647
+ MembershipId?: ResourceId;
648
+ /**
649
+ * The identifier for a group in the identity store.
650
+ */
651
+ GroupId?: ResourceId;
652
+ /**
653
+ * An object that contains the identifier of a group member. Setting the UserID field to the specific identifier for a user indicates that the user is a member of the group.
654
+ */
655
+ MemberId?: MemberId;
656
+ }
657
+ export interface GroupMembershipExistenceResult {
658
+ /**
659
+ * The identifier for a group in the identity store.
660
+ */
661
+ GroupId?: ResourceId;
662
+ /**
663
+ * An object that contains the identifier of a group member. Setting the UserID field to the specific identifier for a user indicates that the user is a member of the group.
664
+ */
665
+ MemberId?: MemberId;
666
+ /**
667
+ * Indicates whether a membership relation exists or not.
668
+ */
669
+ MembershipExists?: SensitiveBooleanType;
670
+ }
671
+ export type GroupMembershipExistenceResults = GroupMembershipExistenceResult[];
672
+ export type GroupMemberships = GroupMembership[];
111
673
  export type Groups = Group[];
112
674
  export type IdentityStoreId = string;
675
+ export interface IsMemberInGroupsRequest {
676
+ /**
677
+ * The globally unique identifier for the identity store.
678
+ */
679
+ IdentityStoreId: IdentityStoreId;
680
+ /**
681
+ * An object containing the identifier of a group member.
682
+ */
683
+ MemberId: MemberId;
684
+ /**
685
+ * A list of identifiers for groups in the identity store.
686
+ */
687
+ GroupIds: GroupIds;
688
+ }
689
+ export interface IsMemberInGroupsResponse {
690
+ /**
691
+ * An object containing results of batch IsMemberInGroups call.
692
+ */
693
+ Results: GroupMembershipExistenceResults;
694
+ }
695
+ export interface ListGroupMembershipsForMemberRequest {
696
+ /**
697
+ * The globally unique identifier for the identity store.
698
+ */
699
+ IdentityStoreId: IdentityStoreId;
700
+ /**
701
+ * An object that contains the identifier of a group member. Setting the UserID field to the specific identifier for a user indicates that the user is a member of the group.
702
+ */
703
+ MemberId: MemberId;
704
+ /**
705
+ * The maximum number of results to be returned per request. This parameter is used in the ListUsers and ListGroups requests to specify how many results to return in one page. The length limit is 50 characters.
706
+ */
707
+ MaxResults?: MaxResults;
708
+ /**
709
+ * The pagination token used for the ListUsers, ListGroups and ListGroupMemberships API operations. This value is generated by the identity store service. It is returned in the API response if the total results are more than the size of one page. This token is also returned when it is used in the API request to search for the next page.
710
+ */
711
+ NextToken?: NextToken;
712
+ }
713
+ export interface ListGroupMembershipsForMemberResponse {
714
+ /**
715
+ * A list of GroupMembership objects in the group for a specified member.
716
+ */
717
+ GroupMemberships: GroupMemberships;
718
+ /**
719
+ * The pagination token used for the ListUsers, ListGroups and ListGroupMemberships API operations. This value is generated by the identity store service. It is returned in the API response if the total results are more than the size of one page. This token is also returned when it is used in the API request to search for the next page.
720
+ */
721
+ NextToken?: NextToken;
722
+ }
723
+ export interface ListGroupMembershipsRequest {
724
+ /**
725
+ * The globally unique identifier for the identity store.
726
+ */
727
+ IdentityStoreId: IdentityStoreId;
728
+ /**
729
+ * The identifier for a group in the identity store.
730
+ */
731
+ GroupId: ResourceId;
732
+ /**
733
+ * The maximum number of results to be returned per request. This parameter is used in the ListUsers and ListGroups requests to specify how many results to return in one page. The length limit is 50 characters.
734
+ */
735
+ MaxResults?: MaxResults;
736
+ /**
737
+ * The pagination token used for the ListUsers, ListGroups and ListGroupMemberships API operations. This value is generated by the identity store service. It is returned in the API response if the total results are more than the size of one page. This token is also returned when it is used in the API request to search for the next page.
738
+ */
739
+ NextToken?: NextToken;
740
+ }
741
+ export interface ListGroupMembershipsResponse {
742
+ /**
743
+ * A list of GroupMembership objects in the group.
744
+ */
745
+ GroupMemberships: GroupMemberships;
746
+ /**
747
+ * The pagination token used for the ListUsers, ListGroups and ListGroupMemberships API operations. This value is generated by the identity store service. It is returned in the API response if the total results are more than the size of one page. This token is also returned when it is used in the API request to search for the next page.
748
+ */
749
+ NextToken?: NextToken;
750
+ }
113
751
  export interface ListGroupsRequest {
114
752
  /**
115
- * The globally unique identifier for the identity store, such as d-1234567890. In this example, d- is a fixed prefix, and 1234567890 is a randomly generated string that contains number and lower case letters. This value is generated at the time that a new identity store is created.
753
+ * The globally unique identifier for the identity store, such as d-1234567890. In this example, d- is a fixed prefix, and 1234567890 is a randomly generated string that contains numbers and lower case letters. This value is generated at the time that a new identity store is created.
116
754
  */
117
755
  IdentityStoreId: IdentityStoreId;
118
756
  /**
119
- * The maximum number of results to be returned per request. This parameter is used in the ListUsers and ListGroups request to specify how many results to return in one page. The length limit is 50 characters.
757
+ * The maximum number of results to be returned per request. This parameter is used in the ListUsers and ListGroups requests to specify how many results to return in one page. The length limit is 50 characters.
120
758
  */
121
759
  MaxResults?: MaxResults;
122
760
  /**
@@ -124,7 +762,7 @@ declare namespace IdentityStore {
124
762
  */
125
763
  NextToken?: NextToken;
126
764
  /**
127
- * A list of Filter objects, which is used in the ListUsers and ListGroups request.
765
+ * A list of Filter objects that is used in the ListUsers and ListGroups requests.
128
766
  */
129
767
  Filters?: Filters;
130
768
  }
@@ -140,11 +778,11 @@ declare namespace IdentityStore {
140
778
  }
141
779
  export interface ListUsersRequest {
142
780
  /**
143
- * The globally unique identifier for the identity store, such as d-1234567890. In this example, d- is a fixed prefix, and 1234567890 is a randomly generated string that contains number and lower case letters. This value is generated at the time that a new identity store is created.
781
+ * The globally unique identifier for the identity store, such as d-1234567890. In this example, d- is a fixed prefix, and 1234567890 is a randomly generated string that contains numbers and lower case letters. This value is generated at the time that a new identity store is created.
144
782
  */
145
783
  IdentityStoreId: IdentityStoreId;
146
784
  /**
147
- * The maximum number of results to be returned per request. This parameter is used in the ListUsers and ListGroups request to specify how many results to return in one page. The length limit is 50 characters.
785
+ * The maximum number of results to be returned per request. This parameter is used in the ListUsers and ListGroups requests to specify how many results to return in one page. The length limit is 50 characters.
148
786
  */
149
787
  MaxResults?: MaxResults;
150
788
  /**
@@ -152,7 +790,7 @@ declare namespace IdentityStore {
152
790
  */
153
791
  NextToken?: NextToken;
154
792
  /**
155
- * A list of Filter objects, which is used in the ListUsers and ListGroups request.
793
+ * A list of Filter objects that is used in the ListUsers and ListGroups requests.
156
794
  */
157
795
  Filters?: Filters;
158
796
  }
@@ -167,18 +805,164 @@ declare namespace IdentityStore {
167
805
  NextToken?: NextToken;
168
806
  }
169
807
  export type MaxResults = number;
808
+ export interface MemberId {
809
+ /**
810
+ * An object containing the identifiers of resources that can be members.
811
+ */
812
+ UserId?: ResourceId;
813
+ }
814
+ export interface Name {
815
+ /**
816
+ * A string containing a formatted version of the name for display.
817
+ */
818
+ Formatted?: SensitiveStringType;
819
+ /**
820
+ * The family name of the user.
821
+ */
822
+ FamilyName?: SensitiveStringType;
823
+ /**
824
+ * The given name of the user.
825
+ */
826
+ GivenName?: SensitiveStringType;
827
+ /**
828
+ * The middle name of the user.
829
+ */
830
+ MiddleName?: SensitiveStringType;
831
+ /**
832
+ * The honorific prefix of the user. For example, "Dr."
833
+ */
834
+ HonorificPrefix?: SensitiveStringType;
835
+ /**
836
+ * The honorific suffix of the user. For example, "M.D."
837
+ */
838
+ HonorificSuffix?: SensitiveStringType;
839
+ }
170
840
  export type NextToken = string;
841
+ export interface PhoneNumber {
842
+ /**
843
+ * A string containing a phone number. For example, "8675309" or "+1 (800) 123-4567".
844
+ */
845
+ Value?: SensitiveStringType;
846
+ /**
847
+ * A string representing the type of a phone number. For example, "Mobile."
848
+ */
849
+ Type?: SensitiveStringType;
850
+ /**
851
+ * A boolean representing whether this is the primary phone number for the associated resource.
852
+ */
853
+ Primary?: SensitiveBooleanType;
854
+ }
855
+ export type PhoneNumbers = PhoneNumber[];
171
856
  export type ResourceId = string;
857
+ export type SensitiveBooleanType = boolean;
172
858
  export type SensitiveStringType = string;
859
+ export interface UniqueAttribute {
860
+ /**
861
+ * A string representation of the path to a given attribute or sub-attribute. Supports JMESPath.
862
+ */
863
+ AttributePath: AttributePath;
864
+ /**
865
+ * The value of the attribute.
866
+ */
867
+ AttributeValue: AttributeValue;
868
+ }
869
+ export interface UpdateGroupRequest {
870
+ /**
871
+ * The globally unique identifier for the identity store.
872
+ */
873
+ IdentityStoreId: IdentityStoreId;
874
+ /**
875
+ * The identifier for a group in the identity store.
876
+ */
877
+ GroupId: ResourceId;
878
+ /**
879
+ * A list of AttributeOperation objects to apply to the requested group. These operations might add, replace, or remove an attribute.
880
+ */
881
+ Operations: AttributeOperations;
882
+ }
883
+ export interface UpdateGroupResponse {
884
+ }
885
+ export interface UpdateUserRequest {
886
+ /**
887
+ * The globally unique identifier for the identity store.
888
+ */
889
+ IdentityStoreId: IdentityStoreId;
890
+ /**
891
+ * The identifier for a user in the identity store.
892
+ */
893
+ UserId: ResourceId;
894
+ /**
895
+ * A list of AttributeOperation objects to apply to the requested user. These operations might add, replace, or remove an attribute.
896
+ */
897
+ Operations: AttributeOperations;
898
+ }
899
+ export interface UpdateUserResponse {
900
+ }
173
901
  export interface User {
174
902
  /**
175
- * Contains the user’s user name value. The length limit is 128 characters. This value can consist of letters, accented characters, symbols, numbers, and punctuation. The characters &lt;&gt;;:% are excluded. This value is specified at the time the user is created and stored as an attribute of the user object in the identity store.
903
+ * The user’s user name value. The length limit is 128 characters. This value can consist of letters, accented characters, symbols, numbers, and punctuation. The characters &lt;&gt;;:% are excluded. This value is specified at the time the user is created and stored as an attribute of the user object in the identity store.
176
904
  */
177
- UserName: UserName;
905
+ UserName?: UserName;
178
906
  /**
179
907
  * The identifier for a user in the identity store.
180
908
  */
181
909
  UserId: ResourceId;
910
+ /**
911
+ * A list of ExternalId objects that contains the identifiers issued to this resource by an external identity provider.
912
+ */
913
+ ExternalIds?: ExternalIds;
914
+ /**
915
+ * An object containing the user's name.
916
+ */
917
+ Name?: Name;
918
+ /**
919
+ * A string containing the user's name that's formatted for display when the user is referenced. For example, "John Doe."
920
+ */
921
+ DisplayName?: SensitiveStringType;
922
+ /**
923
+ * A string containing an alternate name for the user.
924
+ */
925
+ NickName?: SensitiveStringType;
926
+ /**
927
+ * A string containing a URL that may be associated with the user.
928
+ */
929
+ ProfileUrl?: SensitiveStringType;
930
+ /**
931
+ * A list of Email objects containing email addresses associated with the user.
932
+ */
933
+ Emails?: Emails;
934
+ /**
935
+ * A list of Address objects containing addresses associated with the user.
936
+ */
937
+ Addresses?: Addresses;
938
+ /**
939
+ * A list of PhoneNumber objects containing phone numbers associated with the user.
940
+ */
941
+ PhoneNumbers?: PhoneNumbers;
942
+ /**
943
+ * A string indicating the user's type. Possible values depend on each customer's specific needs, so they are left unspecified.
944
+ */
945
+ UserType?: SensitiveStringType;
946
+ /**
947
+ * A string containing the user's title. Possible values depend on each customer's specific needs, so they are left unspecified
948
+ */
949
+ Title?: SensitiveStringType;
950
+ /**
951
+ * A string containing the preferred language of the user. For example, "American English" or "en-us."
952
+ */
953
+ PreferredLanguage?: SensitiveStringType;
954
+ /**
955
+ * A string containing the user's geographical region or location.
956
+ */
957
+ Locale?: SensitiveStringType;
958
+ /**
959
+ * A string containing the user's time zone.
960
+ */
961
+ Timezone?: SensitiveStringType;
962
+ /**
963
+ * The globally unique identifier for the identity store.
964
+ */
965
+ IdentityStoreId: IdentityStoreId;
182
966
  }
183
967
  export type UserName = string;
184
968
  export type Users = User[];