aws-sdk-identitystore 1.17.0 → 1.20.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-identitystore/client.rb +798 -10
- data/lib/aws-sdk-identitystore/client_api.rb +553 -17
- data/lib/aws-sdk-identitystore/errors.rb +69 -0
- data/lib/aws-sdk-identitystore/types.rb +1584 -121
- data/lib/aws-sdk-identitystore.rb +2 -2
- metadata +2 -2
@@ -14,76 +14,334 @@ module Aws::IdentityStore
|
|
14
14
|
include Seahorse::Model
|
15
15
|
|
16
16
|
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
17
|
+
Address = Shapes::StructureShape.new(name: 'Address')
|
18
|
+
Addresses = Shapes::ListShape.new(name: 'Addresses')
|
19
|
+
AlternateIdentifier = Shapes::UnionShape.new(name: 'AlternateIdentifier')
|
20
|
+
AttributeOperation = Shapes::StructureShape.new(name: 'AttributeOperation')
|
21
|
+
AttributeOperations = Shapes::ListShape.new(name: 'AttributeOperations')
|
17
22
|
AttributePath = Shapes::StringShape.new(name: 'AttributePath')
|
23
|
+
AttributeValue = Shapes::DocumentShape.new(name: 'AttributeValue', document: true)
|
24
|
+
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
25
|
+
ConflictExceptionReason = Shapes::StringShape.new(name: 'ConflictExceptionReason')
|
26
|
+
CreateGroupMembershipRequest = Shapes::StructureShape.new(name: 'CreateGroupMembershipRequest')
|
27
|
+
CreateGroupMembershipResponse = Shapes::StructureShape.new(name: 'CreateGroupMembershipResponse')
|
28
|
+
CreateGroupRequest = Shapes::StructureShape.new(name: 'CreateGroupRequest')
|
29
|
+
CreateGroupResponse = Shapes::StructureShape.new(name: 'CreateGroupResponse')
|
30
|
+
CreateUserRequest = Shapes::StructureShape.new(name: 'CreateUserRequest')
|
31
|
+
CreateUserResponse = Shapes::StructureShape.new(name: 'CreateUserResponse')
|
32
|
+
DeleteGroupMembershipRequest = Shapes::StructureShape.new(name: 'DeleteGroupMembershipRequest')
|
33
|
+
DeleteGroupMembershipResponse = Shapes::StructureShape.new(name: 'DeleteGroupMembershipResponse')
|
34
|
+
DeleteGroupRequest = Shapes::StructureShape.new(name: 'DeleteGroupRequest')
|
35
|
+
DeleteGroupResponse = Shapes::StructureShape.new(name: 'DeleteGroupResponse')
|
36
|
+
DeleteUserRequest = Shapes::StructureShape.new(name: 'DeleteUserRequest')
|
37
|
+
DeleteUserResponse = Shapes::StructureShape.new(name: 'DeleteUserResponse')
|
38
|
+
DescribeGroupMembershipRequest = Shapes::StructureShape.new(name: 'DescribeGroupMembershipRequest')
|
39
|
+
DescribeGroupMembershipResponse = Shapes::StructureShape.new(name: 'DescribeGroupMembershipResponse')
|
18
40
|
DescribeGroupRequest = Shapes::StructureShape.new(name: 'DescribeGroupRequest')
|
19
41
|
DescribeGroupResponse = Shapes::StructureShape.new(name: 'DescribeGroupResponse')
|
20
42
|
DescribeUserRequest = Shapes::StructureShape.new(name: 'DescribeUserRequest')
|
21
43
|
DescribeUserResponse = Shapes::StructureShape.new(name: 'DescribeUserResponse')
|
44
|
+
Email = Shapes::StructureShape.new(name: 'Email')
|
45
|
+
Emails = Shapes::ListShape.new(name: 'Emails')
|
46
|
+
ExceptionMessage = Shapes::StringShape.new(name: 'ExceptionMessage')
|
47
|
+
ExternalId = Shapes::StructureShape.new(name: 'ExternalId')
|
48
|
+
ExternalIdIdentifier = Shapes::StringShape.new(name: 'ExternalIdIdentifier')
|
49
|
+
ExternalIdIssuer = Shapes::StringShape.new(name: 'ExternalIdIssuer')
|
50
|
+
ExternalIds = Shapes::ListShape.new(name: 'ExternalIds')
|
22
51
|
Filter = Shapes::StructureShape.new(name: 'Filter')
|
23
52
|
Filters = Shapes::ListShape.new(name: 'Filters')
|
53
|
+
GetGroupIdRequest = Shapes::StructureShape.new(name: 'GetGroupIdRequest')
|
54
|
+
GetGroupIdResponse = Shapes::StructureShape.new(name: 'GetGroupIdResponse')
|
55
|
+
GetGroupMembershipIdRequest = Shapes::StructureShape.new(name: 'GetGroupMembershipIdRequest')
|
56
|
+
GetGroupMembershipIdResponse = Shapes::StructureShape.new(name: 'GetGroupMembershipIdResponse')
|
57
|
+
GetUserIdRequest = Shapes::StructureShape.new(name: 'GetUserIdRequest')
|
58
|
+
GetUserIdResponse = Shapes::StructureShape.new(name: 'GetUserIdResponse')
|
24
59
|
Group = Shapes::StructureShape.new(name: 'Group')
|
25
60
|
GroupDisplayName = Shapes::StringShape.new(name: 'GroupDisplayName')
|
61
|
+
GroupIds = Shapes::ListShape.new(name: 'GroupIds')
|
62
|
+
GroupMembership = Shapes::StructureShape.new(name: 'GroupMembership')
|
63
|
+
GroupMembershipExistenceResult = Shapes::StructureShape.new(name: 'GroupMembershipExistenceResult')
|
64
|
+
GroupMembershipExistenceResults = Shapes::ListShape.new(name: 'GroupMembershipExistenceResults')
|
65
|
+
GroupMemberships = Shapes::ListShape.new(name: 'GroupMemberships')
|
26
66
|
Groups = Shapes::ListShape.new(name: 'Groups')
|
27
67
|
IdentityStoreId = Shapes::StringShape.new(name: 'IdentityStoreId')
|
28
68
|
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
69
|
+
IsMemberInGroupsRequest = Shapes::StructureShape.new(name: 'IsMemberInGroupsRequest')
|
70
|
+
IsMemberInGroupsResponse = Shapes::StructureShape.new(name: 'IsMemberInGroupsResponse')
|
71
|
+
ListGroupMembershipsForMemberRequest = Shapes::StructureShape.new(name: 'ListGroupMembershipsForMemberRequest')
|
72
|
+
ListGroupMembershipsForMemberResponse = Shapes::StructureShape.new(name: 'ListGroupMembershipsForMemberResponse')
|
73
|
+
ListGroupMembershipsRequest = Shapes::StructureShape.new(name: 'ListGroupMembershipsRequest')
|
74
|
+
ListGroupMembershipsResponse = Shapes::StructureShape.new(name: 'ListGroupMembershipsResponse')
|
29
75
|
ListGroupsRequest = Shapes::StructureShape.new(name: 'ListGroupsRequest')
|
30
76
|
ListGroupsResponse = Shapes::StructureShape.new(name: 'ListGroupsResponse')
|
31
77
|
ListUsersRequest = Shapes::StructureShape.new(name: 'ListUsersRequest')
|
32
78
|
ListUsersResponse = Shapes::StructureShape.new(name: 'ListUsersResponse')
|
33
79
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
34
|
-
|
80
|
+
MemberId = Shapes::UnionShape.new(name: 'MemberId')
|
81
|
+
Name = Shapes::StructureShape.new(name: 'Name')
|
35
82
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
83
|
+
PhoneNumber = Shapes::StructureShape.new(name: 'PhoneNumber')
|
84
|
+
PhoneNumbers = Shapes::ListShape.new(name: 'PhoneNumbers')
|
36
85
|
RequestId = Shapes::StringShape.new(name: 'RequestId')
|
37
86
|
ResourceId = Shapes::StringShape.new(name: 'ResourceId')
|
38
87
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
39
88
|
ResourceType = Shapes::StringShape.new(name: 'ResourceType')
|
89
|
+
RetryAfterSeconds = Shapes::IntegerShape.new(name: 'RetryAfterSeconds')
|
90
|
+
SensitiveBooleanType = Shapes::BooleanShape.new(name: 'SensitiveBooleanType')
|
40
91
|
SensitiveStringType = Shapes::StringShape.new(name: 'SensitiveStringType')
|
92
|
+
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
41
93
|
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
94
|
+
UniqueAttribute = Shapes::StructureShape.new(name: 'UniqueAttribute')
|
95
|
+
UpdateGroupRequest = Shapes::StructureShape.new(name: 'UpdateGroupRequest')
|
96
|
+
UpdateGroupResponse = Shapes::StructureShape.new(name: 'UpdateGroupResponse')
|
97
|
+
UpdateUserRequest = Shapes::StructureShape.new(name: 'UpdateUserRequest')
|
98
|
+
UpdateUserResponse = Shapes::StructureShape.new(name: 'UpdateUserResponse')
|
42
99
|
User = Shapes::StructureShape.new(name: 'User')
|
43
100
|
UserName = Shapes::StringShape.new(name: 'UserName')
|
44
101
|
Users = Shapes::ListShape.new(name: 'Users')
|
45
102
|
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
46
103
|
|
47
|
-
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape:
|
104
|
+
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "Message"))
|
48
105
|
AccessDeniedException.add_member(:request_id, Shapes::ShapeRef.new(shape: RequestId, location_name: "RequestId"))
|
49
106
|
AccessDeniedException.struct_class = Types::AccessDeniedException
|
50
107
|
|
108
|
+
Address.add_member(:street_address, Shapes::ShapeRef.new(shape: SensitiveStringType, location_name: "StreetAddress"))
|
109
|
+
Address.add_member(:locality, Shapes::ShapeRef.new(shape: SensitiveStringType, location_name: "Locality"))
|
110
|
+
Address.add_member(:region, Shapes::ShapeRef.new(shape: SensitiveStringType, location_name: "Region"))
|
111
|
+
Address.add_member(:postal_code, Shapes::ShapeRef.new(shape: SensitiveStringType, location_name: "PostalCode"))
|
112
|
+
Address.add_member(:country, Shapes::ShapeRef.new(shape: SensitiveStringType, location_name: "Country"))
|
113
|
+
Address.add_member(:formatted, Shapes::ShapeRef.new(shape: SensitiveStringType, location_name: "Formatted"))
|
114
|
+
Address.add_member(:type, Shapes::ShapeRef.new(shape: SensitiveStringType, location_name: "Type"))
|
115
|
+
Address.add_member(:primary, Shapes::ShapeRef.new(shape: SensitiveBooleanType, location_name: "Primary"))
|
116
|
+
Address.struct_class = Types::Address
|
117
|
+
|
118
|
+
Addresses.member = Shapes::ShapeRef.new(shape: Address)
|
119
|
+
|
120
|
+
AlternateIdentifier.add_member(:external_id, Shapes::ShapeRef.new(shape: ExternalId, location_name: "ExternalId"))
|
121
|
+
AlternateIdentifier.add_member(:unique_attribute, Shapes::ShapeRef.new(shape: UniqueAttribute, location_name: "UniqueAttribute"))
|
122
|
+
AlternateIdentifier.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
123
|
+
AlternateIdentifier.add_member_subclass(:external_id, Types::AlternateIdentifier::ExternalId)
|
124
|
+
AlternateIdentifier.add_member_subclass(:unique_attribute, Types::AlternateIdentifier::UniqueAttribute)
|
125
|
+
AlternateIdentifier.add_member_subclass(:unknown, Types::AlternateIdentifier::Unknown)
|
126
|
+
AlternateIdentifier.struct_class = Types::AlternateIdentifier
|
127
|
+
|
128
|
+
AttributeOperation.add_member(:attribute_path, Shapes::ShapeRef.new(shape: AttributePath, required: true, location_name: "AttributePath"))
|
129
|
+
AttributeOperation.add_member(:attribute_value, Shapes::ShapeRef.new(shape: AttributeValue, location_name: "AttributeValue"))
|
130
|
+
AttributeOperation.struct_class = Types::AttributeOperation
|
131
|
+
|
132
|
+
AttributeOperations.member = Shapes::ShapeRef.new(shape: AttributeOperation)
|
133
|
+
|
134
|
+
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "Message"))
|
135
|
+
ConflictException.add_member(:request_id, Shapes::ShapeRef.new(shape: RequestId, location_name: "RequestId"))
|
136
|
+
ConflictException.add_member(:reason, Shapes::ShapeRef.new(shape: ConflictExceptionReason, location_name: "Reason"))
|
137
|
+
ConflictException.struct_class = Types::ConflictException
|
138
|
+
|
139
|
+
CreateGroupMembershipRequest.add_member(:identity_store_id, Shapes::ShapeRef.new(shape: IdentityStoreId, required: true, location_name: "IdentityStoreId"))
|
140
|
+
CreateGroupMembershipRequest.add_member(:group_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "GroupId"))
|
141
|
+
CreateGroupMembershipRequest.add_member(:member_id, Shapes::ShapeRef.new(shape: MemberId, required: true, location_name: "MemberId"))
|
142
|
+
CreateGroupMembershipRequest.struct_class = Types::CreateGroupMembershipRequest
|
143
|
+
|
144
|
+
CreateGroupMembershipResponse.add_member(:membership_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "MembershipId"))
|
145
|
+
CreateGroupMembershipResponse.add_member(:identity_store_id, Shapes::ShapeRef.new(shape: IdentityStoreId, required: true, location_name: "IdentityStoreId"))
|
146
|
+
CreateGroupMembershipResponse.struct_class = Types::CreateGroupMembershipResponse
|
147
|
+
|
148
|
+
CreateGroupRequest.add_member(:identity_store_id, Shapes::ShapeRef.new(shape: IdentityStoreId, required: true, location_name: "IdentityStoreId"))
|
149
|
+
CreateGroupRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: GroupDisplayName, location_name: "DisplayName"))
|
150
|
+
CreateGroupRequest.add_member(:description, Shapes::ShapeRef.new(shape: SensitiveStringType, location_name: "Description"))
|
151
|
+
CreateGroupRequest.struct_class = Types::CreateGroupRequest
|
152
|
+
|
153
|
+
CreateGroupResponse.add_member(:group_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "GroupId"))
|
154
|
+
CreateGroupResponse.add_member(:identity_store_id, Shapes::ShapeRef.new(shape: IdentityStoreId, required: true, location_name: "IdentityStoreId"))
|
155
|
+
CreateGroupResponse.struct_class = Types::CreateGroupResponse
|
156
|
+
|
157
|
+
CreateUserRequest.add_member(:identity_store_id, Shapes::ShapeRef.new(shape: IdentityStoreId, required: true, location_name: "IdentityStoreId"))
|
158
|
+
CreateUserRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: UserName, location_name: "UserName"))
|
159
|
+
CreateUserRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
|
160
|
+
CreateUserRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: SensitiveStringType, location_name: "DisplayName"))
|
161
|
+
CreateUserRequest.add_member(:nick_name, Shapes::ShapeRef.new(shape: SensitiveStringType, location_name: "NickName"))
|
162
|
+
CreateUserRequest.add_member(:profile_url, Shapes::ShapeRef.new(shape: SensitiveStringType, location_name: "ProfileUrl"))
|
163
|
+
CreateUserRequest.add_member(:emails, Shapes::ShapeRef.new(shape: Emails, location_name: "Emails"))
|
164
|
+
CreateUserRequest.add_member(:addresses, Shapes::ShapeRef.new(shape: Addresses, location_name: "Addresses"))
|
165
|
+
CreateUserRequest.add_member(:phone_numbers, Shapes::ShapeRef.new(shape: PhoneNumbers, location_name: "PhoneNumbers"))
|
166
|
+
CreateUserRequest.add_member(:user_type, Shapes::ShapeRef.new(shape: SensitiveStringType, location_name: "UserType"))
|
167
|
+
CreateUserRequest.add_member(:title, Shapes::ShapeRef.new(shape: SensitiveStringType, location_name: "Title"))
|
168
|
+
CreateUserRequest.add_member(:preferred_language, Shapes::ShapeRef.new(shape: SensitiveStringType, location_name: "PreferredLanguage"))
|
169
|
+
CreateUserRequest.add_member(:locale, Shapes::ShapeRef.new(shape: SensitiveStringType, location_name: "Locale"))
|
170
|
+
CreateUserRequest.add_member(:timezone, Shapes::ShapeRef.new(shape: SensitiveStringType, location_name: "Timezone"))
|
171
|
+
CreateUserRequest.struct_class = Types::CreateUserRequest
|
172
|
+
|
173
|
+
CreateUserResponse.add_member(:user_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "UserId"))
|
174
|
+
CreateUserResponse.add_member(:identity_store_id, Shapes::ShapeRef.new(shape: IdentityStoreId, required: true, location_name: "IdentityStoreId"))
|
175
|
+
CreateUserResponse.struct_class = Types::CreateUserResponse
|
176
|
+
|
177
|
+
DeleteGroupMembershipRequest.add_member(:identity_store_id, Shapes::ShapeRef.new(shape: IdentityStoreId, required: true, location_name: "IdentityStoreId"))
|
178
|
+
DeleteGroupMembershipRequest.add_member(:membership_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "MembershipId"))
|
179
|
+
DeleteGroupMembershipRequest.struct_class = Types::DeleteGroupMembershipRequest
|
180
|
+
|
181
|
+
DeleteGroupMembershipResponse.struct_class = Types::DeleteGroupMembershipResponse
|
182
|
+
|
183
|
+
DeleteGroupRequest.add_member(:identity_store_id, Shapes::ShapeRef.new(shape: IdentityStoreId, required: true, location_name: "IdentityStoreId"))
|
184
|
+
DeleteGroupRequest.add_member(:group_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "GroupId"))
|
185
|
+
DeleteGroupRequest.struct_class = Types::DeleteGroupRequest
|
186
|
+
|
187
|
+
DeleteGroupResponse.struct_class = Types::DeleteGroupResponse
|
188
|
+
|
189
|
+
DeleteUserRequest.add_member(:identity_store_id, Shapes::ShapeRef.new(shape: IdentityStoreId, required: true, location_name: "IdentityStoreId"))
|
190
|
+
DeleteUserRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "UserId"))
|
191
|
+
DeleteUserRequest.struct_class = Types::DeleteUserRequest
|
192
|
+
|
193
|
+
DeleteUserResponse.struct_class = Types::DeleteUserResponse
|
194
|
+
|
195
|
+
DescribeGroupMembershipRequest.add_member(:identity_store_id, Shapes::ShapeRef.new(shape: IdentityStoreId, required: true, location_name: "IdentityStoreId"))
|
196
|
+
DescribeGroupMembershipRequest.add_member(:membership_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "MembershipId"))
|
197
|
+
DescribeGroupMembershipRequest.struct_class = Types::DescribeGroupMembershipRequest
|
198
|
+
|
199
|
+
DescribeGroupMembershipResponse.add_member(:identity_store_id, Shapes::ShapeRef.new(shape: IdentityStoreId, required: true, location_name: "IdentityStoreId"))
|
200
|
+
DescribeGroupMembershipResponse.add_member(:membership_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "MembershipId"))
|
201
|
+
DescribeGroupMembershipResponse.add_member(:group_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "GroupId"))
|
202
|
+
DescribeGroupMembershipResponse.add_member(:member_id, Shapes::ShapeRef.new(shape: MemberId, required: true, location_name: "MemberId"))
|
203
|
+
DescribeGroupMembershipResponse.struct_class = Types::DescribeGroupMembershipResponse
|
204
|
+
|
51
205
|
DescribeGroupRequest.add_member(:identity_store_id, Shapes::ShapeRef.new(shape: IdentityStoreId, required: true, location_name: "IdentityStoreId"))
|
52
206
|
DescribeGroupRequest.add_member(:group_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "GroupId"))
|
53
207
|
DescribeGroupRequest.struct_class = Types::DescribeGroupRequest
|
54
208
|
|
55
209
|
DescribeGroupResponse.add_member(:group_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "GroupId"))
|
56
|
-
DescribeGroupResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: GroupDisplayName,
|
210
|
+
DescribeGroupResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: GroupDisplayName, location_name: "DisplayName"))
|
211
|
+
DescribeGroupResponse.add_member(:external_ids, Shapes::ShapeRef.new(shape: ExternalIds, location_name: "ExternalIds"))
|
212
|
+
DescribeGroupResponse.add_member(:description, Shapes::ShapeRef.new(shape: SensitiveStringType, location_name: "Description"))
|
213
|
+
DescribeGroupResponse.add_member(:identity_store_id, Shapes::ShapeRef.new(shape: IdentityStoreId, required: true, location_name: "IdentityStoreId"))
|
57
214
|
DescribeGroupResponse.struct_class = Types::DescribeGroupResponse
|
58
215
|
|
59
216
|
DescribeUserRequest.add_member(:identity_store_id, Shapes::ShapeRef.new(shape: IdentityStoreId, required: true, location_name: "IdentityStoreId"))
|
60
217
|
DescribeUserRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "UserId"))
|
61
218
|
DescribeUserRequest.struct_class = Types::DescribeUserRequest
|
62
219
|
|
63
|
-
DescribeUserResponse.add_member(:user_name, Shapes::ShapeRef.new(shape: UserName,
|
220
|
+
DescribeUserResponse.add_member(:user_name, Shapes::ShapeRef.new(shape: UserName, location_name: "UserName"))
|
64
221
|
DescribeUserResponse.add_member(:user_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "UserId"))
|
222
|
+
DescribeUserResponse.add_member(:external_ids, Shapes::ShapeRef.new(shape: ExternalIds, location_name: "ExternalIds"))
|
223
|
+
DescribeUserResponse.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
|
224
|
+
DescribeUserResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: SensitiveStringType, location_name: "DisplayName"))
|
225
|
+
DescribeUserResponse.add_member(:nick_name, Shapes::ShapeRef.new(shape: SensitiveStringType, location_name: "NickName"))
|
226
|
+
DescribeUserResponse.add_member(:profile_url, Shapes::ShapeRef.new(shape: SensitiveStringType, location_name: "ProfileUrl"))
|
227
|
+
DescribeUserResponse.add_member(:emails, Shapes::ShapeRef.new(shape: Emails, location_name: "Emails"))
|
228
|
+
DescribeUserResponse.add_member(:addresses, Shapes::ShapeRef.new(shape: Addresses, location_name: "Addresses"))
|
229
|
+
DescribeUserResponse.add_member(:phone_numbers, Shapes::ShapeRef.new(shape: PhoneNumbers, location_name: "PhoneNumbers"))
|
230
|
+
DescribeUserResponse.add_member(:user_type, Shapes::ShapeRef.new(shape: SensitiveStringType, location_name: "UserType"))
|
231
|
+
DescribeUserResponse.add_member(:title, Shapes::ShapeRef.new(shape: SensitiveStringType, location_name: "Title"))
|
232
|
+
DescribeUserResponse.add_member(:preferred_language, Shapes::ShapeRef.new(shape: SensitiveStringType, location_name: "PreferredLanguage"))
|
233
|
+
DescribeUserResponse.add_member(:locale, Shapes::ShapeRef.new(shape: SensitiveStringType, location_name: "Locale"))
|
234
|
+
DescribeUserResponse.add_member(:timezone, Shapes::ShapeRef.new(shape: SensitiveStringType, location_name: "Timezone"))
|
235
|
+
DescribeUserResponse.add_member(:identity_store_id, Shapes::ShapeRef.new(shape: IdentityStoreId, required: true, location_name: "IdentityStoreId"))
|
65
236
|
DescribeUserResponse.struct_class = Types::DescribeUserResponse
|
66
237
|
|
238
|
+
Email.add_member(:value, Shapes::ShapeRef.new(shape: SensitiveStringType, location_name: "Value"))
|
239
|
+
Email.add_member(:type, Shapes::ShapeRef.new(shape: SensitiveStringType, location_name: "Type"))
|
240
|
+
Email.add_member(:primary, Shapes::ShapeRef.new(shape: SensitiveBooleanType, location_name: "Primary"))
|
241
|
+
Email.struct_class = Types::Email
|
242
|
+
|
243
|
+
Emails.member = Shapes::ShapeRef.new(shape: Email)
|
244
|
+
|
245
|
+
ExternalId.add_member(:issuer, Shapes::ShapeRef.new(shape: ExternalIdIssuer, required: true, location_name: "Issuer"))
|
246
|
+
ExternalId.add_member(:id, Shapes::ShapeRef.new(shape: ExternalIdIdentifier, required: true, location_name: "Id"))
|
247
|
+
ExternalId.struct_class = Types::ExternalId
|
248
|
+
|
249
|
+
ExternalIds.member = Shapes::ShapeRef.new(shape: ExternalId)
|
250
|
+
|
67
251
|
Filter.add_member(:attribute_path, Shapes::ShapeRef.new(shape: AttributePath, required: true, location_name: "AttributePath"))
|
68
252
|
Filter.add_member(:attribute_value, Shapes::ShapeRef.new(shape: SensitiveStringType, required: true, location_name: "AttributeValue"))
|
69
253
|
Filter.struct_class = Types::Filter
|
70
254
|
|
71
255
|
Filters.member = Shapes::ShapeRef.new(shape: Filter)
|
72
256
|
|
257
|
+
GetGroupIdRequest.add_member(:identity_store_id, Shapes::ShapeRef.new(shape: IdentityStoreId, required: true, location_name: "IdentityStoreId"))
|
258
|
+
GetGroupIdRequest.add_member(:alternate_identifier, Shapes::ShapeRef.new(shape: AlternateIdentifier, required: true, location_name: "AlternateIdentifier"))
|
259
|
+
GetGroupIdRequest.struct_class = Types::GetGroupIdRequest
|
260
|
+
|
261
|
+
GetGroupIdResponse.add_member(:group_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "GroupId"))
|
262
|
+
GetGroupIdResponse.add_member(:identity_store_id, Shapes::ShapeRef.new(shape: IdentityStoreId, required: true, location_name: "IdentityStoreId"))
|
263
|
+
GetGroupIdResponse.struct_class = Types::GetGroupIdResponse
|
264
|
+
|
265
|
+
GetGroupMembershipIdRequest.add_member(:identity_store_id, Shapes::ShapeRef.new(shape: IdentityStoreId, required: true, location_name: "IdentityStoreId"))
|
266
|
+
GetGroupMembershipIdRequest.add_member(:group_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "GroupId"))
|
267
|
+
GetGroupMembershipIdRequest.add_member(:member_id, Shapes::ShapeRef.new(shape: MemberId, required: true, location_name: "MemberId"))
|
268
|
+
GetGroupMembershipIdRequest.struct_class = Types::GetGroupMembershipIdRequest
|
269
|
+
|
270
|
+
GetGroupMembershipIdResponse.add_member(:membership_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "MembershipId"))
|
271
|
+
GetGroupMembershipIdResponse.add_member(:identity_store_id, Shapes::ShapeRef.new(shape: IdentityStoreId, required: true, location_name: "IdentityStoreId"))
|
272
|
+
GetGroupMembershipIdResponse.struct_class = Types::GetGroupMembershipIdResponse
|
273
|
+
|
274
|
+
GetUserIdRequest.add_member(:identity_store_id, Shapes::ShapeRef.new(shape: IdentityStoreId, required: true, location_name: "IdentityStoreId"))
|
275
|
+
GetUserIdRequest.add_member(:alternate_identifier, Shapes::ShapeRef.new(shape: AlternateIdentifier, required: true, location_name: "AlternateIdentifier"))
|
276
|
+
GetUserIdRequest.struct_class = Types::GetUserIdRequest
|
277
|
+
|
278
|
+
GetUserIdResponse.add_member(:user_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "UserId"))
|
279
|
+
GetUserIdResponse.add_member(:identity_store_id, Shapes::ShapeRef.new(shape: IdentityStoreId, required: true, location_name: "IdentityStoreId"))
|
280
|
+
GetUserIdResponse.struct_class = Types::GetUserIdResponse
|
281
|
+
|
73
282
|
Group.add_member(:group_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "GroupId"))
|
74
|
-
Group.add_member(:display_name, Shapes::ShapeRef.new(shape: GroupDisplayName,
|
283
|
+
Group.add_member(:display_name, Shapes::ShapeRef.new(shape: GroupDisplayName, location_name: "DisplayName"))
|
284
|
+
Group.add_member(:external_ids, Shapes::ShapeRef.new(shape: ExternalIds, location_name: "ExternalIds"))
|
285
|
+
Group.add_member(:description, Shapes::ShapeRef.new(shape: SensitiveStringType, location_name: "Description"))
|
286
|
+
Group.add_member(:identity_store_id, Shapes::ShapeRef.new(shape: IdentityStoreId, required: true, location_name: "IdentityStoreId"))
|
75
287
|
Group.struct_class = Types::Group
|
76
288
|
|
289
|
+
GroupIds.member = Shapes::ShapeRef.new(shape: ResourceId)
|
290
|
+
|
291
|
+
GroupMembership.add_member(:identity_store_id, Shapes::ShapeRef.new(shape: IdentityStoreId, required: true, location_name: "IdentityStoreId"))
|
292
|
+
GroupMembership.add_member(:membership_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "MembershipId"))
|
293
|
+
GroupMembership.add_member(:group_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "GroupId"))
|
294
|
+
GroupMembership.add_member(:member_id, Shapes::ShapeRef.new(shape: MemberId, location_name: "MemberId"))
|
295
|
+
GroupMembership.struct_class = Types::GroupMembership
|
296
|
+
|
297
|
+
GroupMembershipExistenceResult.add_member(:group_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "GroupId"))
|
298
|
+
GroupMembershipExistenceResult.add_member(:member_id, Shapes::ShapeRef.new(shape: MemberId, location_name: "MemberId"))
|
299
|
+
GroupMembershipExistenceResult.add_member(:membership_exists, Shapes::ShapeRef.new(shape: SensitiveBooleanType, location_name: "MembershipExists"))
|
300
|
+
GroupMembershipExistenceResult.struct_class = Types::GroupMembershipExistenceResult
|
301
|
+
|
302
|
+
GroupMembershipExistenceResults.member = Shapes::ShapeRef.new(shape: GroupMembershipExistenceResult)
|
303
|
+
|
304
|
+
GroupMemberships.member = Shapes::ShapeRef.new(shape: GroupMembership)
|
305
|
+
|
77
306
|
Groups.member = Shapes::ShapeRef.new(shape: Group)
|
78
307
|
|
79
|
-
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape:
|
308
|
+
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "Message"))
|
80
309
|
InternalServerException.add_member(:request_id, Shapes::ShapeRef.new(shape: RequestId, location_name: "RequestId"))
|
310
|
+
InternalServerException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: RetryAfterSeconds, location_name: "RetryAfterSeconds"))
|
81
311
|
InternalServerException.struct_class = Types::InternalServerException
|
82
312
|
|
313
|
+
IsMemberInGroupsRequest.add_member(:identity_store_id, Shapes::ShapeRef.new(shape: IdentityStoreId, required: true, location_name: "IdentityStoreId"))
|
314
|
+
IsMemberInGroupsRequest.add_member(:member_id, Shapes::ShapeRef.new(shape: MemberId, required: true, location_name: "MemberId"))
|
315
|
+
IsMemberInGroupsRequest.add_member(:group_ids, Shapes::ShapeRef.new(shape: GroupIds, required: true, location_name: "GroupIds"))
|
316
|
+
IsMemberInGroupsRequest.struct_class = Types::IsMemberInGroupsRequest
|
317
|
+
|
318
|
+
IsMemberInGroupsResponse.add_member(:results, Shapes::ShapeRef.new(shape: GroupMembershipExistenceResults, required: true, location_name: "Results"))
|
319
|
+
IsMemberInGroupsResponse.struct_class = Types::IsMemberInGroupsResponse
|
320
|
+
|
321
|
+
ListGroupMembershipsForMemberRequest.add_member(:identity_store_id, Shapes::ShapeRef.new(shape: IdentityStoreId, required: true, location_name: "IdentityStoreId"))
|
322
|
+
ListGroupMembershipsForMemberRequest.add_member(:member_id, Shapes::ShapeRef.new(shape: MemberId, required: true, location_name: "MemberId"))
|
323
|
+
ListGroupMembershipsForMemberRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
324
|
+
ListGroupMembershipsForMemberRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
325
|
+
ListGroupMembershipsForMemberRequest.struct_class = Types::ListGroupMembershipsForMemberRequest
|
326
|
+
|
327
|
+
ListGroupMembershipsForMemberResponse.add_member(:group_memberships, Shapes::ShapeRef.new(shape: GroupMemberships, required: true, location_name: "GroupMemberships"))
|
328
|
+
ListGroupMembershipsForMemberResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
329
|
+
ListGroupMembershipsForMemberResponse.struct_class = Types::ListGroupMembershipsForMemberResponse
|
330
|
+
|
331
|
+
ListGroupMembershipsRequest.add_member(:identity_store_id, Shapes::ShapeRef.new(shape: IdentityStoreId, required: true, location_name: "IdentityStoreId"))
|
332
|
+
ListGroupMembershipsRequest.add_member(:group_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "GroupId"))
|
333
|
+
ListGroupMembershipsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
334
|
+
ListGroupMembershipsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
335
|
+
ListGroupMembershipsRequest.struct_class = Types::ListGroupMembershipsRequest
|
336
|
+
|
337
|
+
ListGroupMembershipsResponse.add_member(:group_memberships, Shapes::ShapeRef.new(shape: GroupMemberships, required: true, location_name: "GroupMemberships"))
|
338
|
+
ListGroupMembershipsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
339
|
+
ListGroupMembershipsResponse.struct_class = Types::ListGroupMembershipsResponse
|
340
|
+
|
83
341
|
ListGroupsRequest.add_member(:identity_store_id, Shapes::ShapeRef.new(shape: IdentityStoreId, required: true, location_name: "IdentityStoreId"))
|
84
342
|
ListGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
85
343
|
ListGroupsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
86
|
-
ListGroupsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "Filters"))
|
344
|
+
ListGroupsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, deprecated: true, location_name: "Filters", metadata: {"deprecatedMessage"=>"Using filters with ListGroups API is deprecated, please use GetGroupId API instead."}))
|
87
345
|
ListGroupsRequest.struct_class = Types::ListGroupsRequest
|
88
346
|
|
89
347
|
ListGroupsResponse.add_member(:groups, Shapes::ShapeRef.new(shape: Groups, required: true, location_name: "Groups"))
|
@@ -93,30 +351,88 @@ module Aws::IdentityStore
|
|
93
351
|
ListUsersRequest.add_member(:identity_store_id, Shapes::ShapeRef.new(shape: IdentityStoreId, required: true, location_name: "IdentityStoreId"))
|
94
352
|
ListUsersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
95
353
|
ListUsersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
96
|
-
ListUsersRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "Filters"))
|
354
|
+
ListUsersRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, deprecated: true, location_name: "Filters", metadata: {"deprecatedMessage"=>"Using filters with ListUsers API is deprecated, please use GetGroupId API instead."}))
|
97
355
|
ListUsersRequest.struct_class = Types::ListUsersRequest
|
98
356
|
|
99
357
|
ListUsersResponse.add_member(:users, Shapes::ShapeRef.new(shape: Users, required: true, location_name: "Users"))
|
100
358
|
ListUsersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
101
359
|
ListUsersResponse.struct_class = Types::ListUsersResponse
|
102
360
|
|
361
|
+
MemberId.add_member(:user_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "UserId"))
|
362
|
+
MemberId.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
363
|
+
MemberId.add_member_subclass(:user_id, Types::MemberId::UserId)
|
364
|
+
MemberId.add_member_subclass(:unknown, Types::MemberId::Unknown)
|
365
|
+
MemberId.struct_class = Types::MemberId
|
366
|
+
|
367
|
+
Name.add_member(:formatted, Shapes::ShapeRef.new(shape: SensitiveStringType, location_name: "Formatted"))
|
368
|
+
Name.add_member(:family_name, Shapes::ShapeRef.new(shape: SensitiveStringType, location_name: "FamilyName"))
|
369
|
+
Name.add_member(:given_name, Shapes::ShapeRef.new(shape: SensitiveStringType, location_name: "GivenName"))
|
370
|
+
Name.add_member(:middle_name, Shapes::ShapeRef.new(shape: SensitiveStringType, location_name: "MiddleName"))
|
371
|
+
Name.add_member(:honorific_prefix, Shapes::ShapeRef.new(shape: SensitiveStringType, location_name: "HonorificPrefix"))
|
372
|
+
Name.add_member(:honorific_suffix, Shapes::ShapeRef.new(shape: SensitiveStringType, location_name: "HonorificSuffix"))
|
373
|
+
Name.struct_class = Types::Name
|
374
|
+
|
375
|
+
PhoneNumber.add_member(:value, Shapes::ShapeRef.new(shape: SensitiveStringType, location_name: "Value"))
|
376
|
+
PhoneNumber.add_member(:type, Shapes::ShapeRef.new(shape: SensitiveStringType, location_name: "Type"))
|
377
|
+
PhoneNumber.add_member(:primary, Shapes::ShapeRef.new(shape: SensitiveBooleanType, location_name: "Primary"))
|
378
|
+
PhoneNumber.struct_class = Types::PhoneNumber
|
379
|
+
|
380
|
+
PhoneNumbers.member = Shapes::ShapeRef.new(shape: PhoneNumber)
|
381
|
+
|
103
382
|
ResourceNotFoundException.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
|
104
383
|
ResourceNotFoundException.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "ResourceId"))
|
105
|
-
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape:
|
384
|
+
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "Message"))
|
106
385
|
ResourceNotFoundException.add_member(:request_id, Shapes::ShapeRef.new(shape: RequestId, location_name: "RequestId"))
|
107
386
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
108
387
|
|
109
|
-
|
388
|
+
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "Message"))
|
389
|
+
ServiceQuotaExceededException.add_member(:request_id, Shapes::ShapeRef.new(shape: RequestId, location_name: "RequestId"))
|
390
|
+
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
391
|
+
|
392
|
+
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "Message"))
|
110
393
|
ThrottlingException.add_member(:request_id, Shapes::ShapeRef.new(shape: RequestId, location_name: "RequestId"))
|
394
|
+
ThrottlingException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: RetryAfterSeconds, location_name: "RetryAfterSeconds"))
|
111
395
|
ThrottlingException.struct_class = Types::ThrottlingException
|
112
396
|
|
113
|
-
|
397
|
+
UniqueAttribute.add_member(:attribute_path, Shapes::ShapeRef.new(shape: AttributePath, required: true, location_name: "AttributePath"))
|
398
|
+
UniqueAttribute.add_member(:attribute_value, Shapes::ShapeRef.new(shape: AttributeValue, required: true, location_name: "AttributeValue"))
|
399
|
+
UniqueAttribute.struct_class = Types::UniqueAttribute
|
400
|
+
|
401
|
+
UpdateGroupRequest.add_member(:identity_store_id, Shapes::ShapeRef.new(shape: IdentityStoreId, required: true, location_name: "IdentityStoreId"))
|
402
|
+
UpdateGroupRequest.add_member(:group_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "GroupId"))
|
403
|
+
UpdateGroupRequest.add_member(:operations, Shapes::ShapeRef.new(shape: AttributeOperations, required: true, location_name: "Operations"))
|
404
|
+
UpdateGroupRequest.struct_class = Types::UpdateGroupRequest
|
405
|
+
|
406
|
+
UpdateGroupResponse.struct_class = Types::UpdateGroupResponse
|
407
|
+
|
408
|
+
UpdateUserRequest.add_member(:identity_store_id, Shapes::ShapeRef.new(shape: IdentityStoreId, required: true, location_name: "IdentityStoreId"))
|
409
|
+
UpdateUserRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "UserId"))
|
410
|
+
UpdateUserRequest.add_member(:operations, Shapes::ShapeRef.new(shape: AttributeOperations, required: true, location_name: "Operations"))
|
411
|
+
UpdateUserRequest.struct_class = Types::UpdateUserRequest
|
412
|
+
|
413
|
+
UpdateUserResponse.struct_class = Types::UpdateUserResponse
|
414
|
+
|
415
|
+
User.add_member(:user_name, Shapes::ShapeRef.new(shape: UserName, location_name: "UserName"))
|
114
416
|
User.add_member(:user_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "UserId"))
|
417
|
+
User.add_member(:external_ids, Shapes::ShapeRef.new(shape: ExternalIds, location_name: "ExternalIds"))
|
418
|
+
User.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
|
419
|
+
User.add_member(:display_name, Shapes::ShapeRef.new(shape: SensitiveStringType, location_name: "DisplayName"))
|
420
|
+
User.add_member(:nick_name, Shapes::ShapeRef.new(shape: SensitiveStringType, location_name: "NickName"))
|
421
|
+
User.add_member(:profile_url, Shapes::ShapeRef.new(shape: SensitiveStringType, location_name: "ProfileUrl"))
|
422
|
+
User.add_member(:emails, Shapes::ShapeRef.new(shape: Emails, location_name: "Emails"))
|
423
|
+
User.add_member(:addresses, Shapes::ShapeRef.new(shape: Addresses, location_name: "Addresses"))
|
424
|
+
User.add_member(:phone_numbers, Shapes::ShapeRef.new(shape: PhoneNumbers, location_name: "PhoneNumbers"))
|
425
|
+
User.add_member(:user_type, Shapes::ShapeRef.new(shape: SensitiveStringType, location_name: "UserType"))
|
426
|
+
User.add_member(:title, Shapes::ShapeRef.new(shape: SensitiveStringType, location_name: "Title"))
|
427
|
+
User.add_member(:preferred_language, Shapes::ShapeRef.new(shape: SensitiveStringType, location_name: "PreferredLanguage"))
|
428
|
+
User.add_member(:locale, Shapes::ShapeRef.new(shape: SensitiveStringType, location_name: "Locale"))
|
429
|
+
User.add_member(:timezone, Shapes::ShapeRef.new(shape: SensitiveStringType, location_name: "Timezone"))
|
430
|
+
User.add_member(:identity_store_id, Shapes::ShapeRef.new(shape: IdentityStoreId, required: true, location_name: "IdentityStoreId"))
|
115
431
|
User.struct_class = Types::User
|
116
432
|
|
117
433
|
Users.member = Shapes::ShapeRef.new(shape: User)
|
118
434
|
|
119
|
-
ValidationException.add_member(:message, Shapes::ShapeRef.new(shape:
|
435
|
+
ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "Message"))
|
120
436
|
ValidationException.add_member(:request_id, Shapes::ShapeRef.new(shape: RequestId, location_name: "RequestId"))
|
121
437
|
ValidationException.struct_class = Types::ValidationException
|
122
438
|
|
@@ -140,6 +456,93 @@ module Aws::IdentityStore
|
|
140
456
|
"uid" => "identitystore-2020-06-15",
|
141
457
|
}
|
142
458
|
|
459
|
+
api.add_operation(:create_group, Seahorse::Model::Operation.new.tap do |o|
|
460
|
+
o.name = "CreateGroup"
|
461
|
+
o.http_method = "POST"
|
462
|
+
o.http_request_uri = "/"
|
463
|
+
o.input = Shapes::ShapeRef.new(shape: CreateGroupRequest)
|
464
|
+
o.output = Shapes::ShapeRef.new(shape: CreateGroupResponse)
|
465
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
466
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
467
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
468
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
469
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
470
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
471
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
472
|
+
end)
|
473
|
+
|
474
|
+
api.add_operation(:create_group_membership, Seahorse::Model::Operation.new.tap do |o|
|
475
|
+
o.name = "CreateGroupMembership"
|
476
|
+
o.http_method = "POST"
|
477
|
+
o.http_request_uri = "/"
|
478
|
+
o.input = Shapes::ShapeRef.new(shape: CreateGroupMembershipRequest)
|
479
|
+
o.output = Shapes::ShapeRef.new(shape: CreateGroupMembershipResponse)
|
480
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
481
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
482
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
483
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
484
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
485
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
486
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
487
|
+
end)
|
488
|
+
|
489
|
+
api.add_operation(:create_user, Seahorse::Model::Operation.new.tap do |o|
|
490
|
+
o.name = "CreateUser"
|
491
|
+
o.http_method = "POST"
|
492
|
+
o.http_request_uri = "/"
|
493
|
+
o.input = Shapes::ShapeRef.new(shape: CreateUserRequest)
|
494
|
+
o.output = Shapes::ShapeRef.new(shape: CreateUserResponse)
|
495
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
496
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
497
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
498
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
499
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
500
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
501
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
502
|
+
end)
|
503
|
+
|
504
|
+
api.add_operation(:delete_group, Seahorse::Model::Operation.new.tap do |o|
|
505
|
+
o.name = "DeleteGroup"
|
506
|
+
o.http_method = "POST"
|
507
|
+
o.http_request_uri = "/"
|
508
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteGroupRequest)
|
509
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteGroupResponse)
|
510
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
511
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
512
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
513
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
514
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
515
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
516
|
+
end)
|
517
|
+
|
518
|
+
api.add_operation(:delete_group_membership, Seahorse::Model::Operation.new.tap do |o|
|
519
|
+
o.name = "DeleteGroupMembership"
|
520
|
+
o.http_method = "POST"
|
521
|
+
o.http_request_uri = "/"
|
522
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteGroupMembershipRequest)
|
523
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteGroupMembershipResponse)
|
524
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
525
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
526
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
527
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
528
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
529
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
530
|
+
end)
|
531
|
+
|
532
|
+
api.add_operation(:delete_user, Seahorse::Model::Operation.new.tap do |o|
|
533
|
+
o.name = "DeleteUser"
|
534
|
+
o.http_method = "POST"
|
535
|
+
o.http_request_uri = "/"
|
536
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteUserRequest)
|
537
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteUserResponse)
|
538
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
539
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
540
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
541
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
542
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
543
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
544
|
+
end)
|
545
|
+
|
143
546
|
api.add_operation(:describe_group, Seahorse::Model::Operation.new.tap do |o|
|
144
547
|
o.name = "DescribeGroup"
|
145
548
|
o.http_method = "POST"
|
@@ -147,10 +550,23 @@ module Aws::IdentityStore
|
|
147
550
|
o.input = Shapes::ShapeRef.new(shape: DescribeGroupRequest)
|
148
551
|
o.output = Shapes::ShapeRef.new(shape: DescribeGroupResponse)
|
149
552
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
150
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
553
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
151
554
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
555
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
556
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
557
|
+
end)
|
558
|
+
|
559
|
+
api.add_operation(:describe_group_membership, Seahorse::Model::Operation.new.tap do |o|
|
560
|
+
o.name = "DescribeGroupMembership"
|
561
|
+
o.http_method = "POST"
|
562
|
+
o.http_request_uri = "/"
|
563
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeGroupMembershipRequest)
|
564
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeGroupMembershipResponse)
|
565
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
152
566
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
567
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
153
568
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
569
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
154
570
|
end)
|
155
571
|
|
156
572
|
api.add_operation(:describe_user, Seahorse::Model::Operation.new.tap do |o|
|
@@ -160,10 +576,100 @@ module Aws::IdentityStore
|
|
160
576
|
o.input = Shapes::ShapeRef.new(shape: DescribeUserRequest)
|
161
577
|
o.output = Shapes::ShapeRef.new(shape: DescribeUserResponse)
|
162
578
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
579
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
580
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
581
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
582
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
583
|
+
end)
|
584
|
+
|
585
|
+
api.add_operation(:get_group_id, Seahorse::Model::Operation.new.tap do |o|
|
586
|
+
o.name = "GetGroupId"
|
587
|
+
o.http_method = "POST"
|
588
|
+
o.http_request_uri = "/"
|
589
|
+
o.input = Shapes::ShapeRef.new(shape: GetGroupIdRequest)
|
590
|
+
o.output = Shapes::ShapeRef.new(shape: GetGroupIdResponse)
|
591
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
592
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
593
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
594
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
595
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
596
|
+
end)
|
597
|
+
|
598
|
+
api.add_operation(:get_group_membership_id, Seahorse::Model::Operation.new.tap do |o|
|
599
|
+
o.name = "GetGroupMembershipId"
|
600
|
+
o.http_method = "POST"
|
601
|
+
o.http_request_uri = "/"
|
602
|
+
o.input = Shapes::ShapeRef.new(shape: GetGroupMembershipIdRequest)
|
603
|
+
o.output = Shapes::ShapeRef.new(shape: GetGroupMembershipIdResponse)
|
604
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
605
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
606
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
607
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
163
608
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
609
|
+
end)
|
610
|
+
|
611
|
+
api.add_operation(:get_user_id, Seahorse::Model::Operation.new.tap do |o|
|
612
|
+
o.name = "GetUserId"
|
613
|
+
o.http_method = "POST"
|
614
|
+
o.http_request_uri = "/"
|
615
|
+
o.input = Shapes::ShapeRef.new(shape: GetUserIdRequest)
|
616
|
+
o.output = Shapes::ShapeRef.new(shape: GetUserIdResponse)
|
617
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
618
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
619
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
620
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
621
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
622
|
+
end)
|
623
|
+
|
624
|
+
api.add_operation(:is_member_in_groups, Seahorse::Model::Operation.new.tap do |o|
|
625
|
+
o.name = "IsMemberInGroups"
|
626
|
+
o.http_method = "POST"
|
627
|
+
o.http_request_uri = "/"
|
628
|
+
o.input = Shapes::ShapeRef.new(shape: IsMemberInGroupsRequest)
|
629
|
+
o.output = Shapes::ShapeRef.new(shape: IsMemberInGroupsResponse)
|
630
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
631
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
632
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
633
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
634
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
635
|
+
end)
|
636
|
+
|
637
|
+
api.add_operation(:list_group_memberships, Seahorse::Model::Operation.new.tap do |o|
|
638
|
+
o.name = "ListGroupMemberships"
|
639
|
+
o.http_method = "POST"
|
640
|
+
o.http_request_uri = "/"
|
641
|
+
o.input = Shapes::ShapeRef.new(shape: ListGroupMembershipsRequest)
|
642
|
+
o.output = Shapes::ShapeRef.new(shape: ListGroupMembershipsResponse)
|
643
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
644
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
164
645
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
646
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
647
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
648
|
+
o[:pager] = Aws::Pager.new(
|
649
|
+
limit_key: "max_results",
|
650
|
+
tokens: {
|
651
|
+
"next_token" => "next_token"
|
652
|
+
}
|
653
|
+
)
|
654
|
+
end)
|
655
|
+
|
656
|
+
api.add_operation(:list_group_memberships_for_member, Seahorse::Model::Operation.new.tap do |o|
|
657
|
+
o.name = "ListGroupMembershipsForMember"
|
658
|
+
o.http_method = "POST"
|
659
|
+
o.http_request_uri = "/"
|
660
|
+
o.input = Shapes::ShapeRef.new(shape: ListGroupMembershipsForMemberRequest)
|
661
|
+
o.output = Shapes::ShapeRef.new(shape: ListGroupMembershipsForMemberResponse)
|
662
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
165
663
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
664
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
166
665
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
666
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
667
|
+
o[:pager] = Aws::Pager.new(
|
668
|
+
limit_key: "max_results",
|
669
|
+
tokens: {
|
670
|
+
"next_token" => "next_token"
|
671
|
+
}
|
672
|
+
)
|
167
673
|
end)
|
168
674
|
|
169
675
|
api.add_operation(:list_groups, Seahorse::Model::Operation.new.tap do |o|
|
@@ -172,11 +678,11 @@ module Aws::IdentityStore
|
|
172
678
|
o.http_request_uri = "/"
|
173
679
|
o.input = Shapes::ShapeRef.new(shape: ListGroupsRequest)
|
174
680
|
o.output = Shapes::ShapeRef.new(shape: ListGroupsResponse)
|
175
|
-
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
176
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
177
681
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
178
682
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
683
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
179
684
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
685
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
180
686
|
o[:pager] = Aws::Pager.new(
|
181
687
|
limit_key: "max_results",
|
182
688
|
tokens: {
|
@@ -191,11 +697,11 @@ module Aws::IdentityStore
|
|
191
697
|
o.http_request_uri = "/"
|
192
698
|
o.input = Shapes::ShapeRef.new(shape: ListUsersRequest)
|
193
699
|
o.output = Shapes::ShapeRef.new(shape: ListUsersResponse)
|
194
|
-
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
195
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
196
700
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
197
701
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
702
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
198
703
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
704
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
199
705
|
o[:pager] = Aws::Pager.new(
|
200
706
|
limit_key: "max_results",
|
201
707
|
tokens: {
|
@@ -203,6 +709,36 @@ module Aws::IdentityStore
|
|
203
709
|
}
|
204
710
|
)
|
205
711
|
end)
|
712
|
+
|
713
|
+
api.add_operation(:update_group, Seahorse::Model::Operation.new.tap do |o|
|
714
|
+
o.name = "UpdateGroup"
|
715
|
+
o.http_method = "POST"
|
716
|
+
o.http_request_uri = "/"
|
717
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateGroupRequest)
|
718
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateGroupResponse)
|
719
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
720
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
721
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
722
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
723
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
724
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
725
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
726
|
+
end)
|
727
|
+
|
728
|
+
api.add_operation(:update_user, Seahorse::Model::Operation.new.tap do |o|
|
729
|
+
o.name = "UpdateUser"
|
730
|
+
o.http_method = "POST"
|
731
|
+
o.http_request_uri = "/"
|
732
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateUserRequest)
|
733
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateUserResponse)
|
734
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
735
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
736
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
737
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
738
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
739
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
740
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
741
|
+
end)
|
206
742
|
end
|
207
743
|
|
208
744
|
end
|