aws-sdk-finspacedata 1.13.0 → 1.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,6 +15,11 @@ module Aws::FinSpaceData
15
15
 
16
16
  AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
17
17
  AliasString = Shapes::StringShape.new(name: 'AliasString')
18
+ ApiAccess = Shapes::StringShape.new(name: 'ApiAccess')
19
+ ApplicationPermission = Shapes::StringShape.new(name: 'ApplicationPermission')
20
+ ApplicationPermissionList = Shapes::ListShape.new(name: 'ApplicationPermissionList')
21
+ AssociateUserToPermissionGroupRequest = Shapes::StructureShape.new(name: 'AssociateUserToPermissionGroupRequest')
22
+ AssociateUserToPermissionGroupResponse = Shapes::StructureShape.new(name: 'AssociateUserToPermissionGroupResponse')
18
23
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
19
24
  ChangeType = Shapes::StringShape.new(name: 'ChangeType')
20
25
  ChangesetArn = Shapes::StringShape.new(name: 'ChangesetArn')
@@ -36,6 +41,10 @@ module Aws::FinSpaceData
36
41
  CreateDataViewResponse = Shapes::StructureShape.new(name: 'CreateDataViewResponse')
37
42
  CreateDatasetRequest = Shapes::StructureShape.new(name: 'CreateDatasetRequest')
38
43
  CreateDatasetResponse = Shapes::StructureShape.new(name: 'CreateDatasetResponse')
44
+ CreatePermissionGroupRequest = Shapes::StructureShape.new(name: 'CreatePermissionGroupRequest')
45
+ CreatePermissionGroupResponse = Shapes::StructureShape.new(name: 'CreatePermissionGroupResponse')
46
+ CreateUserRequest = Shapes::StructureShape.new(name: 'CreateUserRequest')
47
+ CreateUserResponse = Shapes::StructureShape.new(name: 'CreateUserResponse')
39
48
  Credentials = Shapes::StructureShape.new(name: 'Credentials')
40
49
  DataViewArn = Shapes::StringShape.new(name: 'DataViewArn')
41
50
  DataViewDestinationType = Shapes::StringShape.new(name: 'DataViewDestinationType')
@@ -56,10 +65,19 @@ module Aws::FinSpaceData
56
65
  DatasetTitle = Shapes::StringShape.new(name: 'DatasetTitle')
57
66
  DeleteDatasetRequest = Shapes::StructureShape.new(name: 'DeleteDatasetRequest')
58
67
  DeleteDatasetResponse = Shapes::StructureShape.new(name: 'DeleteDatasetResponse')
68
+ DeletePermissionGroupRequest = Shapes::StructureShape.new(name: 'DeletePermissionGroupRequest')
69
+ DeletePermissionGroupResponse = Shapes::StructureShape.new(name: 'DeletePermissionGroupResponse')
70
+ DisableUserRequest = Shapes::StructureShape.new(name: 'DisableUserRequest')
71
+ DisableUserResponse = Shapes::StructureShape.new(name: 'DisableUserResponse')
72
+ DisassociateUserFromPermissionGroupRequest = Shapes::StructureShape.new(name: 'DisassociateUserFromPermissionGroupRequest')
73
+ DisassociateUserFromPermissionGroupResponse = Shapes::StructureShape.new(name: 'DisassociateUserFromPermissionGroupResponse')
59
74
  Email = Shapes::StringShape.new(name: 'Email')
75
+ EnableUserRequest = Shapes::StructureShape.new(name: 'EnableUserRequest')
76
+ EnableUserResponse = Shapes::StructureShape.new(name: 'EnableUserResponse')
60
77
  ErrorCategory = Shapes::StringShape.new(name: 'ErrorCategory')
61
78
  ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
62
79
  ExportFileFormat = Shapes::StringShape.new(name: 'ExportFileFormat')
80
+ FirstName = Shapes::StringShape.new(name: 'FirstName')
63
81
  FormatParams = Shapes::MapShape.new(name: 'FormatParams')
64
82
  GetChangesetRequest = Shapes::StructureShape.new(name: 'GetChangesetRequest')
65
83
  GetChangesetResponse = Shapes::StructureShape.new(name: 'GetChangesetResponse')
@@ -67,13 +85,18 @@ module Aws::FinSpaceData
67
85
  GetDataViewResponse = Shapes::StructureShape.new(name: 'GetDataViewResponse')
68
86
  GetDatasetRequest = Shapes::StructureShape.new(name: 'GetDatasetRequest')
69
87
  GetDatasetResponse = Shapes::StructureShape.new(name: 'GetDatasetResponse')
88
+ GetPermissionGroupRequest = Shapes::StructureShape.new(name: 'GetPermissionGroupRequest')
89
+ GetPermissionGroupResponse = Shapes::StructureShape.new(name: 'GetPermissionGroupResponse')
70
90
  GetProgrammaticAccessCredentialsRequest = Shapes::StructureShape.new(name: 'GetProgrammaticAccessCredentialsRequest')
71
91
  GetProgrammaticAccessCredentialsResponse = Shapes::StructureShape.new(name: 'GetProgrammaticAccessCredentialsResponse')
92
+ GetUserRequest = Shapes::StructureShape.new(name: 'GetUserRequest')
93
+ GetUserResponse = Shapes::StructureShape.new(name: 'GetUserResponse')
72
94
  GetWorkingLocationRequest = Shapes::StructureShape.new(name: 'GetWorkingLocationRequest')
73
95
  GetWorkingLocationResponse = Shapes::StructureShape.new(name: 'GetWorkingLocationResponse')
74
96
  IdType = Shapes::StringShape.new(name: 'IdType')
75
97
  IngestionStatus = Shapes::StringShape.new(name: 'IngestionStatus')
76
98
  InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
99
+ LastName = Shapes::StringShape.new(name: 'LastName')
77
100
  LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
78
101
  ListChangesetsRequest = Shapes::StructureShape.new(name: 'ListChangesetsRequest')
79
102
  ListChangesetsResponse = Shapes::StructureShape.new(name: 'ListChangesetsResponse')
@@ -81,22 +104,42 @@ module Aws::FinSpaceData
81
104
  ListDataViewsResponse = Shapes::StructureShape.new(name: 'ListDataViewsResponse')
82
105
  ListDatasetsRequest = Shapes::StructureShape.new(name: 'ListDatasetsRequest')
83
106
  ListDatasetsResponse = Shapes::StructureShape.new(name: 'ListDatasetsResponse')
107
+ ListPermissionGroupsByUserRequest = Shapes::StructureShape.new(name: 'ListPermissionGroupsByUserRequest')
108
+ ListPermissionGroupsByUserResponse = Shapes::StructureShape.new(name: 'ListPermissionGroupsByUserResponse')
109
+ ListPermissionGroupsRequest = Shapes::StructureShape.new(name: 'ListPermissionGroupsRequest')
110
+ ListPermissionGroupsResponse = Shapes::StructureShape.new(name: 'ListPermissionGroupsResponse')
111
+ ListUsersByPermissionGroupRequest = Shapes::StructureShape.new(name: 'ListUsersByPermissionGroupRequest')
112
+ ListUsersByPermissionGroupResponse = Shapes::StructureShape.new(name: 'ListUsersByPermissionGroupResponse')
113
+ ListUsersRequest = Shapes::StructureShape.new(name: 'ListUsersRequest')
114
+ ListUsersResponse = Shapes::StructureShape.new(name: 'ListUsersResponse')
84
115
  OwnerName = Shapes::StringShape.new(name: 'OwnerName')
85
116
  PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
86
117
  PartitionColumnList = Shapes::ListShape.new(name: 'PartitionColumnList')
118
+ Password = Shapes::StringShape.new(name: 'Password')
119
+ PermissionGroup = Shapes::StructureShape.new(name: 'PermissionGroup')
120
+ PermissionGroupByUser = Shapes::StructureShape.new(name: 'PermissionGroupByUser')
121
+ PermissionGroupByUserList = Shapes::ListShape.new(name: 'PermissionGroupByUserList')
122
+ PermissionGroupDescription = Shapes::StringShape.new(name: 'PermissionGroupDescription')
87
123
  PermissionGroupId = Shapes::StringShape.new(name: 'PermissionGroupId')
124
+ PermissionGroupList = Shapes::ListShape.new(name: 'PermissionGroupList')
125
+ PermissionGroupMembershipStatus = Shapes::StringShape.new(name: 'PermissionGroupMembershipStatus')
126
+ PermissionGroupName = Shapes::StringShape.new(name: 'PermissionGroupName')
88
127
  PermissionGroupParams = Shapes::StructureShape.new(name: 'PermissionGroupParams')
89
128
  PhoneNumber = Shapes::StringShape.new(name: 'PhoneNumber')
129
+ ResetUserPasswordRequest = Shapes::StructureShape.new(name: 'ResetUserPasswordRequest')
130
+ ResetUserPasswordResponse = Shapes::StructureShape.new(name: 'ResetUserPasswordResponse')
90
131
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
91
132
  ResourcePermission = Shapes::StructureShape.new(name: 'ResourcePermission')
92
133
  ResourcePermissionsList = Shapes::ListShape.new(name: 'ResourcePermissionsList')
93
134
  ResultLimit = Shapes::IntegerShape.new(name: 'ResultLimit')
135
+ RoleArn = Shapes::StringShape.new(name: 'RoleArn')
94
136
  S3DestinationFormatOptions = Shapes::MapShape.new(name: 'S3DestinationFormatOptions')
95
137
  SchemaDefinition = Shapes::StructureShape.new(name: 'SchemaDefinition')
96
138
  SchemaUnion = Shapes::StructureShape.new(name: 'SchemaUnion')
97
139
  SessionDuration = Shapes::IntegerShape.new(name: 'SessionDuration')
98
140
  SortColumnList = Shapes::ListShape.new(name: 'SortColumnList')
99
141
  SourceParams = Shapes::MapShape.new(name: 'SourceParams')
142
+ StatusCode = Shapes::IntegerShape.new(name: 'StatusCode')
100
143
  StringMapKey = Shapes::StringShape.new(name: 'StringMapKey')
101
144
  StringMapValue = Shapes::StringShape.new(name: 'StringMapValue')
102
145
  StringValueLength1to250 = Shapes::StringShape.new(name: 'StringValueLength1to250')
@@ -107,6 +150,17 @@ module Aws::FinSpaceData
107
150
  UpdateChangesetResponse = Shapes::StructureShape.new(name: 'UpdateChangesetResponse')
108
151
  UpdateDatasetRequest = Shapes::StructureShape.new(name: 'UpdateDatasetRequest')
109
152
  UpdateDatasetResponse = Shapes::StructureShape.new(name: 'UpdateDatasetResponse')
153
+ UpdatePermissionGroupRequest = Shapes::StructureShape.new(name: 'UpdatePermissionGroupRequest')
154
+ UpdatePermissionGroupResponse = Shapes::StructureShape.new(name: 'UpdatePermissionGroupResponse')
155
+ UpdateUserRequest = Shapes::StructureShape.new(name: 'UpdateUserRequest')
156
+ UpdateUserResponse = Shapes::StructureShape.new(name: 'UpdateUserResponse')
157
+ User = Shapes::StructureShape.new(name: 'User')
158
+ UserByPermissionGroup = Shapes::StructureShape.new(name: 'UserByPermissionGroup')
159
+ UserByPermissionGroupList = Shapes::ListShape.new(name: 'UserByPermissionGroupList')
160
+ UserId = Shapes::StringShape.new(name: 'UserId')
161
+ UserList = Shapes::ListShape.new(name: 'UserList')
162
+ UserStatus = Shapes::StringShape.new(name: 'UserStatus')
163
+ UserType = Shapes::StringShape.new(name: 'UserType')
110
164
  ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
111
165
  errorMessage = Shapes::StringShape.new(name: 'errorMessage')
112
166
  locationType = Shapes::StringShape.new(name: 'locationType')
@@ -118,6 +172,16 @@ module Aws::FinSpaceData
118
172
  AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
119
173
  AccessDeniedException.struct_class = Types::AccessDeniedException
120
174
 
175
+ ApplicationPermissionList.member = Shapes::ShapeRef.new(shape: ApplicationPermission)
176
+
177
+ AssociateUserToPermissionGroupRequest.add_member(:permission_group_id, Shapes::ShapeRef.new(shape: PermissionGroupId, required: true, location: "uri", location_name: "permissionGroupId"))
178
+ AssociateUserToPermissionGroupRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, required: true, location: "uri", location_name: "userId"))
179
+ AssociateUserToPermissionGroupRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
180
+ AssociateUserToPermissionGroupRequest.struct_class = Types::AssociateUserToPermissionGroupRequest
181
+
182
+ AssociateUserToPermissionGroupResponse.add_member(:status_code, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "statusCode"))
183
+ AssociateUserToPermissionGroupResponse.struct_class = Types::AssociateUserToPermissionGroupResponse
184
+
121
185
  ChangesetErrorInfo.add_member(:error_message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "errorMessage"))
122
186
  ChangesetErrorInfo.add_member(:error_category, Shapes::ShapeRef.new(shape: ErrorCategory, location_name: "errorCategory"))
123
187
  ChangesetErrorInfo.struct_class = Types::ChangesetErrorInfo
@@ -149,6 +213,7 @@ module Aws::FinSpaceData
149
213
  ColumnNameList.member = Shapes::ShapeRef.new(shape: ColumnName)
150
214
 
151
215
  ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
216
+ ConflictException.add_member(:reason, Shapes::ShapeRef.new(shape: errorMessage, location_name: "reason"))
152
217
  ConflictException.struct_class = Types::ConflictException
153
218
 
154
219
  CreateChangesetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
@@ -188,6 +253,27 @@ module Aws::FinSpaceData
188
253
  CreateDatasetResponse.add_member(:dataset_id, Shapes::ShapeRef.new(shape: DatasetId, location_name: "datasetId"))
189
254
  CreateDatasetResponse.struct_class = Types::CreateDatasetResponse
190
255
 
256
+ CreatePermissionGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: PermissionGroupName, required: true, location_name: "name"))
257
+ CreatePermissionGroupRequest.add_member(:description, Shapes::ShapeRef.new(shape: PermissionGroupDescription, location_name: "description"))
258
+ CreatePermissionGroupRequest.add_member(:application_permissions, Shapes::ShapeRef.new(shape: ApplicationPermissionList, required: true, location_name: "applicationPermissions"))
259
+ CreatePermissionGroupRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
260
+ CreatePermissionGroupRequest.struct_class = Types::CreatePermissionGroupRequest
261
+
262
+ CreatePermissionGroupResponse.add_member(:permission_group_id, Shapes::ShapeRef.new(shape: PermissionGroupId, location_name: "permissionGroupId"))
263
+ CreatePermissionGroupResponse.struct_class = Types::CreatePermissionGroupResponse
264
+
265
+ CreateUserRequest.add_member(:email_address, Shapes::ShapeRef.new(shape: Email, required: true, location_name: "emailAddress"))
266
+ CreateUserRequest.add_member(:type, Shapes::ShapeRef.new(shape: UserType, required: true, location_name: "type"))
267
+ CreateUserRequest.add_member(:first_name, Shapes::ShapeRef.new(shape: FirstName, location_name: "firstName"))
268
+ CreateUserRequest.add_member(:last_name, Shapes::ShapeRef.new(shape: LastName, location_name: "lastName"))
269
+ CreateUserRequest.add_member(:api_access, Shapes::ShapeRef.new(shape: ApiAccess, location_name: "ApiAccess"))
270
+ CreateUserRequest.add_member(:api_access_principal_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "apiAccessPrincipalArn"))
271
+ CreateUserRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
272
+ CreateUserRequest.struct_class = Types::CreateUserRequest
273
+
274
+ CreateUserResponse.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, location_name: "userId"))
275
+ CreateUserResponse.struct_class = Types::CreateUserResponse
276
+
191
277
  Credentials.add_member(:access_key_id, Shapes::ShapeRef.new(shape: stringValueLength1to255, location_name: "accessKeyId"))
192
278
  Credentials.add_member(:secret_access_key, Shapes::ShapeRef.new(shape: stringValueMaxLength1000, location_name: "secretAccessKey"))
193
279
  Credentials.add_member(:session_token, Shapes::ShapeRef.new(shape: stringValueMaxLength1000, location_name: "sessionToken"))
@@ -244,6 +330,35 @@ module Aws::FinSpaceData
244
330
  DeleteDatasetResponse.add_member(:dataset_id, Shapes::ShapeRef.new(shape: DatasetId, location_name: "datasetId"))
245
331
  DeleteDatasetResponse.struct_class = Types::DeleteDatasetResponse
246
332
 
333
+ DeletePermissionGroupRequest.add_member(:permission_group_id, Shapes::ShapeRef.new(shape: PermissionGroupId, required: true, location: "uri", location_name: "permissionGroupId"))
334
+ DeletePermissionGroupRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
335
+ DeletePermissionGroupRequest.struct_class = Types::DeletePermissionGroupRequest
336
+
337
+ DeletePermissionGroupResponse.add_member(:permission_group_id, Shapes::ShapeRef.new(shape: PermissionGroupId, location_name: "permissionGroupId"))
338
+ DeletePermissionGroupResponse.struct_class = Types::DeletePermissionGroupResponse
339
+
340
+ DisableUserRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, required: true, location: "uri", location_name: "userId"))
341
+ DisableUserRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
342
+ DisableUserRequest.struct_class = Types::DisableUserRequest
343
+
344
+ DisableUserResponse.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, location_name: "userId"))
345
+ DisableUserResponse.struct_class = Types::DisableUserResponse
346
+
347
+ DisassociateUserFromPermissionGroupRequest.add_member(:permission_group_id, Shapes::ShapeRef.new(shape: PermissionGroupId, required: true, location: "uri", location_name: "permissionGroupId"))
348
+ DisassociateUserFromPermissionGroupRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, required: true, location: "uri", location_name: "userId"))
349
+ DisassociateUserFromPermissionGroupRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
350
+ DisassociateUserFromPermissionGroupRequest.struct_class = Types::DisassociateUserFromPermissionGroupRequest
351
+
352
+ DisassociateUserFromPermissionGroupResponse.add_member(:status_code, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "statusCode"))
353
+ DisassociateUserFromPermissionGroupResponse.struct_class = Types::DisassociateUserFromPermissionGroupResponse
354
+
355
+ EnableUserRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, required: true, location: "uri", location_name: "userId"))
356
+ EnableUserRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
357
+ EnableUserRequest.struct_class = Types::EnableUserRequest
358
+
359
+ EnableUserResponse.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, location_name: "userId"))
360
+ EnableUserResponse.struct_class = Types::EnableUserResponse
361
+
247
362
  FormatParams.key = Shapes::ShapeRef.new(shape: StringMapKey)
248
363
  FormatParams.value = Shapes::ShapeRef.new(shape: StringMapValue)
249
364
 
@@ -299,6 +414,12 @@ module Aws::FinSpaceData
299
414
  GetDatasetResponse.add_member(:status, Shapes::ShapeRef.new(shape: DatasetStatus, location_name: "status"))
300
415
  GetDatasetResponse.struct_class = Types::GetDatasetResponse
301
416
 
417
+ GetPermissionGroupRequest.add_member(:permission_group_id, Shapes::ShapeRef.new(shape: PermissionGroupId, required: true, location: "uri", location_name: "permissionGroupId"))
418
+ GetPermissionGroupRequest.struct_class = Types::GetPermissionGroupRequest
419
+
420
+ GetPermissionGroupResponse.add_member(:permission_group, Shapes::ShapeRef.new(shape: PermissionGroup, location_name: "permissionGroup"))
421
+ GetPermissionGroupResponse.struct_class = Types::GetPermissionGroupResponse
422
+
302
423
  GetProgrammaticAccessCredentialsRequest.add_member(:duration_in_minutes, Shapes::ShapeRef.new(shape: SessionDuration, location: "querystring", location_name: "durationInMinutes"))
303
424
  GetProgrammaticAccessCredentialsRequest.add_member(:environment_id, Shapes::ShapeRef.new(shape: IdType, required: true, location: "querystring", location_name: "environmentId"))
304
425
  GetProgrammaticAccessCredentialsRequest.struct_class = Types::GetProgrammaticAccessCredentialsRequest
@@ -307,6 +428,24 @@ module Aws::FinSpaceData
307
428
  GetProgrammaticAccessCredentialsResponse.add_member(:duration_in_minutes, Shapes::ShapeRef.new(shape: SessionDuration, location_name: "durationInMinutes"))
308
429
  GetProgrammaticAccessCredentialsResponse.struct_class = Types::GetProgrammaticAccessCredentialsResponse
309
430
 
431
+ GetUserRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, required: true, location: "uri", location_name: "userId"))
432
+ GetUserRequest.struct_class = Types::GetUserRequest
433
+
434
+ GetUserResponse.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, location_name: "userId"))
435
+ GetUserResponse.add_member(:status, Shapes::ShapeRef.new(shape: UserStatus, location_name: "status"))
436
+ GetUserResponse.add_member(:first_name, Shapes::ShapeRef.new(shape: FirstName, location_name: "firstName"))
437
+ GetUserResponse.add_member(:last_name, Shapes::ShapeRef.new(shape: LastName, location_name: "lastName"))
438
+ GetUserResponse.add_member(:email_address, Shapes::ShapeRef.new(shape: Email, location_name: "emailAddress"))
439
+ GetUserResponse.add_member(:type, Shapes::ShapeRef.new(shape: UserType, location_name: "type"))
440
+ GetUserResponse.add_member(:api_access, Shapes::ShapeRef.new(shape: ApiAccess, location_name: "apiAccess"))
441
+ GetUserResponse.add_member(:api_access_principal_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "apiAccessPrincipalArn"))
442
+ GetUserResponse.add_member(:create_time, Shapes::ShapeRef.new(shape: TimestampEpoch, location_name: "createTime"))
443
+ GetUserResponse.add_member(:last_enabled_time, Shapes::ShapeRef.new(shape: TimestampEpoch, location_name: "lastEnabledTime"))
444
+ GetUserResponse.add_member(:last_disabled_time, Shapes::ShapeRef.new(shape: TimestampEpoch, location_name: "lastDisabledTime"))
445
+ GetUserResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: TimestampEpoch, location_name: "lastModifiedTime"))
446
+ GetUserResponse.add_member(:last_login_time, Shapes::ShapeRef.new(shape: TimestampEpoch, location_name: "lastLoginTime"))
447
+ GetUserResponse.struct_class = Types::GetUserResponse
448
+
310
449
  GetWorkingLocationRequest.add_member(:location_type, Shapes::ShapeRef.new(shape: locationType, location_name: "locationType"))
311
450
  GetWorkingLocationRequest.struct_class = Types::GetWorkingLocationRequest
312
451
 
@@ -347,13 +486,74 @@ module Aws::FinSpaceData
347
486
  ListDatasetsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
348
487
  ListDatasetsResponse.struct_class = Types::ListDatasetsResponse
349
488
 
489
+ ListPermissionGroupsByUserRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, required: true, location: "uri", location_name: "userId"))
490
+ ListPermissionGroupsByUserRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
491
+ ListPermissionGroupsByUserRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ResultLimit, required: true, location: "querystring", location_name: "maxResults"))
492
+ ListPermissionGroupsByUserRequest.struct_class = Types::ListPermissionGroupsByUserRequest
493
+
494
+ ListPermissionGroupsByUserResponse.add_member(:permission_groups, Shapes::ShapeRef.new(shape: PermissionGroupByUserList, location_name: "permissionGroups"))
495
+ ListPermissionGroupsByUserResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
496
+ ListPermissionGroupsByUserResponse.struct_class = Types::ListPermissionGroupsByUserResponse
497
+
498
+ ListPermissionGroupsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
499
+ ListPermissionGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ResultLimit, required: true, location: "querystring", location_name: "maxResults"))
500
+ ListPermissionGroupsRequest.struct_class = Types::ListPermissionGroupsRequest
501
+
502
+ ListPermissionGroupsResponse.add_member(:permission_groups, Shapes::ShapeRef.new(shape: PermissionGroupList, location_name: "permissionGroups"))
503
+ ListPermissionGroupsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
504
+ ListPermissionGroupsResponse.struct_class = Types::ListPermissionGroupsResponse
505
+
506
+ ListUsersByPermissionGroupRequest.add_member(:permission_group_id, Shapes::ShapeRef.new(shape: PermissionGroupId, required: true, location: "uri", location_name: "permissionGroupId"))
507
+ ListUsersByPermissionGroupRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
508
+ ListUsersByPermissionGroupRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ResultLimit, required: true, location: "querystring", location_name: "maxResults"))
509
+ ListUsersByPermissionGroupRequest.struct_class = Types::ListUsersByPermissionGroupRequest
510
+
511
+ ListUsersByPermissionGroupResponse.add_member(:users, Shapes::ShapeRef.new(shape: UserByPermissionGroupList, location_name: "users"))
512
+ ListUsersByPermissionGroupResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
513
+ ListUsersByPermissionGroupResponse.struct_class = Types::ListUsersByPermissionGroupResponse
514
+
515
+ ListUsersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
516
+ ListUsersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ResultLimit, required: true, location: "querystring", location_name: "maxResults"))
517
+ ListUsersRequest.struct_class = Types::ListUsersRequest
518
+
519
+ ListUsersResponse.add_member(:users, Shapes::ShapeRef.new(shape: UserList, location_name: "users"))
520
+ ListUsersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
521
+ ListUsersResponse.struct_class = Types::ListUsersResponse
522
+
350
523
  PartitionColumnList.member = Shapes::ShapeRef.new(shape: StringValueLength1to255)
351
524
 
525
+ PermissionGroup.add_member(:permission_group_id, Shapes::ShapeRef.new(shape: PermissionGroupId, location_name: "permissionGroupId"))
526
+ PermissionGroup.add_member(:name, Shapes::ShapeRef.new(shape: PermissionGroupName, location_name: "name"))
527
+ PermissionGroup.add_member(:description, Shapes::ShapeRef.new(shape: PermissionGroupDescription, location_name: "description"))
528
+ PermissionGroup.add_member(:application_permissions, Shapes::ShapeRef.new(shape: ApplicationPermissionList, location_name: "applicationPermissions"))
529
+ PermissionGroup.add_member(:create_time, Shapes::ShapeRef.new(shape: TimestampEpoch, location_name: "createTime"))
530
+ PermissionGroup.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: TimestampEpoch, location_name: "lastModifiedTime"))
531
+ PermissionGroup.add_member(:membership_status, Shapes::ShapeRef.new(shape: PermissionGroupMembershipStatus, location_name: "membershipStatus"))
532
+ PermissionGroup.struct_class = Types::PermissionGroup
533
+
534
+ PermissionGroupByUser.add_member(:permission_group_id, Shapes::ShapeRef.new(shape: PermissionGroupId, location_name: "permissionGroupId"))
535
+ PermissionGroupByUser.add_member(:name, Shapes::ShapeRef.new(shape: PermissionGroupName, location_name: "name"))
536
+ PermissionGroupByUser.add_member(:membership_status, Shapes::ShapeRef.new(shape: PermissionGroupMembershipStatus, location_name: "membershipStatus"))
537
+ PermissionGroupByUser.struct_class = Types::PermissionGroupByUser
538
+
539
+ PermissionGroupByUserList.member = Shapes::ShapeRef.new(shape: PermissionGroupByUser)
540
+
541
+ PermissionGroupList.member = Shapes::ShapeRef.new(shape: PermissionGroup)
542
+
352
543
  PermissionGroupParams.add_member(:permission_group_id, Shapes::ShapeRef.new(shape: PermissionGroupId, location_name: "permissionGroupId"))
353
544
  PermissionGroupParams.add_member(:dataset_permissions, Shapes::ShapeRef.new(shape: ResourcePermissionsList, location_name: "datasetPermissions"))
354
545
  PermissionGroupParams.struct_class = Types::PermissionGroupParams
355
546
 
547
+ ResetUserPasswordRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, required: true, location: "uri", location_name: "userId"))
548
+ ResetUserPasswordRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
549
+ ResetUserPasswordRequest.struct_class = Types::ResetUserPasswordRequest
550
+
551
+ ResetUserPasswordResponse.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, location_name: "userId"))
552
+ ResetUserPasswordResponse.add_member(:temporary_password, Shapes::ShapeRef.new(shape: Password, location_name: "temporaryPassword"))
553
+ ResetUserPasswordResponse.struct_class = Types::ResetUserPasswordResponse
554
+
356
555
  ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
556
+ ResourceNotFoundException.add_member(:reason, Shapes::ShapeRef.new(shape: errorMessage, location_name: "reason"))
357
557
  ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
358
558
 
359
559
  ResourcePermission.add_member(:permission, Shapes::ShapeRef.new(shape: StringValueLength1to250, location_name: "permission"))
@@ -401,7 +601,60 @@ module Aws::FinSpaceData
401
601
  UpdateDatasetResponse.add_member(:dataset_id, Shapes::ShapeRef.new(shape: DatasetId, location_name: "datasetId"))
402
602
  UpdateDatasetResponse.struct_class = Types::UpdateDatasetResponse
403
603
 
604
+ UpdatePermissionGroupRequest.add_member(:permission_group_id, Shapes::ShapeRef.new(shape: PermissionGroupId, required: true, location: "uri", location_name: "permissionGroupId"))
605
+ UpdatePermissionGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: PermissionGroupName, location_name: "name"))
606
+ UpdatePermissionGroupRequest.add_member(:description, Shapes::ShapeRef.new(shape: PermissionGroupDescription, location_name: "description"))
607
+ UpdatePermissionGroupRequest.add_member(:application_permissions, Shapes::ShapeRef.new(shape: ApplicationPermissionList, location_name: "applicationPermissions"))
608
+ UpdatePermissionGroupRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
609
+ UpdatePermissionGroupRequest.struct_class = Types::UpdatePermissionGroupRequest
610
+
611
+ UpdatePermissionGroupResponse.add_member(:permission_group_id, Shapes::ShapeRef.new(shape: PermissionGroupId, location_name: "permissionGroupId"))
612
+ UpdatePermissionGroupResponse.struct_class = Types::UpdatePermissionGroupResponse
613
+
614
+ UpdateUserRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, required: true, location: "uri", location_name: "userId"))
615
+ UpdateUserRequest.add_member(:type, Shapes::ShapeRef.new(shape: UserType, location_name: "type"))
616
+ UpdateUserRequest.add_member(:first_name, Shapes::ShapeRef.new(shape: FirstName, location_name: "firstName"))
617
+ UpdateUserRequest.add_member(:last_name, Shapes::ShapeRef.new(shape: LastName, location_name: "lastName"))
618
+ UpdateUserRequest.add_member(:api_access, Shapes::ShapeRef.new(shape: ApiAccess, location_name: "apiAccess"))
619
+ UpdateUserRequest.add_member(:api_access_principal_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "apiAccessPrincipalArn"))
620
+ UpdateUserRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
621
+ UpdateUserRequest.struct_class = Types::UpdateUserRequest
622
+
623
+ UpdateUserResponse.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, location_name: "userId"))
624
+ UpdateUserResponse.struct_class = Types::UpdateUserResponse
625
+
626
+ User.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, location_name: "userId"))
627
+ User.add_member(:status, Shapes::ShapeRef.new(shape: UserStatus, location_name: "status"))
628
+ User.add_member(:first_name, Shapes::ShapeRef.new(shape: FirstName, location_name: "firstName"))
629
+ User.add_member(:last_name, Shapes::ShapeRef.new(shape: LastName, location_name: "lastName"))
630
+ User.add_member(:email_address, Shapes::ShapeRef.new(shape: Email, location_name: "emailAddress"))
631
+ User.add_member(:type, Shapes::ShapeRef.new(shape: UserType, location_name: "type"))
632
+ User.add_member(:api_access, Shapes::ShapeRef.new(shape: ApiAccess, location_name: "apiAccess"))
633
+ User.add_member(:api_access_principal_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "apiAccessPrincipalArn"))
634
+ User.add_member(:create_time, Shapes::ShapeRef.new(shape: TimestampEpoch, location_name: "createTime"))
635
+ User.add_member(:last_enabled_time, Shapes::ShapeRef.new(shape: TimestampEpoch, location_name: "lastEnabledTime"))
636
+ User.add_member(:last_disabled_time, Shapes::ShapeRef.new(shape: TimestampEpoch, location_name: "lastDisabledTime"))
637
+ User.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: TimestampEpoch, location_name: "lastModifiedTime"))
638
+ User.add_member(:last_login_time, Shapes::ShapeRef.new(shape: TimestampEpoch, location_name: "lastLoginTime"))
639
+ User.struct_class = Types::User
640
+
641
+ UserByPermissionGroup.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, location_name: "userId"))
642
+ UserByPermissionGroup.add_member(:status, Shapes::ShapeRef.new(shape: UserStatus, location_name: "status"))
643
+ UserByPermissionGroup.add_member(:first_name, Shapes::ShapeRef.new(shape: FirstName, location_name: "firstName"))
644
+ UserByPermissionGroup.add_member(:last_name, Shapes::ShapeRef.new(shape: LastName, location_name: "lastName"))
645
+ UserByPermissionGroup.add_member(:email_address, Shapes::ShapeRef.new(shape: Email, location_name: "emailAddress"))
646
+ UserByPermissionGroup.add_member(:type, Shapes::ShapeRef.new(shape: UserType, location_name: "type"))
647
+ UserByPermissionGroup.add_member(:api_access, Shapes::ShapeRef.new(shape: ApiAccess, location_name: "apiAccess"))
648
+ UserByPermissionGroup.add_member(:api_access_principal_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "apiAccessPrincipalArn"))
649
+ UserByPermissionGroup.add_member(:membership_status, Shapes::ShapeRef.new(shape: PermissionGroupMembershipStatus, location_name: "membershipStatus"))
650
+ UserByPermissionGroup.struct_class = Types::UserByPermissionGroup
651
+
652
+ UserByPermissionGroupList.member = Shapes::ShapeRef.new(shape: UserByPermissionGroup)
653
+
654
+ UserList.member = Shapes::ShapeRef.new(shape: User)
655
+
404
656
  ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
657
+ ValidationException.add_member(:reason, Shapes::ShapeRef.new(shape: errorMessage, location_name: "reason"))
405
658
  ValidationException.struct_class = Types::ValidationException
406
659
 
407
660
 
@@ -423,6 +676,20 @@ module Aws::FinSpaceData
423
676
  "uid" => "finspace-2020-07-13",
424
677
  }
425
678
 
679
+ api.add_operation(:associate_user_to_permission_group, Seahorse::Model::Operation.new.tap do |o|
680
+ o.name = "AssociateUserToPermissionGroup"
681
+ o.http_method = "POST"
682
+ o.http_request_uri = "/permission-group/{permissionGroupId}/users/{userId}"
683
+ o.input = Shapes::ShapeRef.new(shape: AssociateUserToPermissionGroupRequest)
684
+ o.output = Shapes::ShapeRef.new(shape: AssociateUserToPermissionGroupResponse)
685
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
686
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
687
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
688
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
689
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
690
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
691
+ end)
692
+
426
693
  api.add_operation(:create_changeset, Seahorse::Model::Operation.new.tap do |o|
427
694
  o.name = "CreateChangeset"
428
695
  o.http_method = "POST"
@@ -467,6 +734,34 @@ module Aws::FinSpaceData
467
734
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
468
735
  end)
469
736
 
737
+ api.add_operation(:create_permission_group, Seahorse::Model::Operation.new.tap do |o|
738
+ o.name = "CreatePermissionGroup"
739
+ o.http_method = "POST"
740
+ o.http_request_uri = "/permission-group"
741
+ o.input = Shapes::ShapeRef.new(shape: CreatePermissionGroupRequest)
742
+ o.output = Shapes::ShapeRef.new(shape: CreatePermissionGroupResponse)
743
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
744
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
745
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
746
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
747
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
748
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
749
+ end)
750
+
751
+ api.add_operation(:create_user, Seahorse::Model::Operation.new.tap do |o|
752
+ o.name = "CreateUser"
753
+ o.http_method = "POST"
754
+ o.http_request_uri = "/user"
755
+ o.input = Shapes::ShapeRef.new(shape: CreateUserRequest)
756
+ o.output = Shapes::ShapeRef.new(shape: CreateUserResponse)
757
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
758
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
759
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
760
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
761
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
762
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
763
+ end)
764
+
470
765
  api.add_operation(:delete_dataset, Seahorse::Model::Operation.new.tap do |o|
471
766
  o.name = "DeleteDataset"
472
767
  o.http_method = "DELETE"
@@ -482,6 +777,64 @@ module Aws::FinSpaceData
482
777
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
483
778
  end)
484
779
 
780
+ api.add_operation(:delete_permission_group, Seahorse::Model::Operation.new.tap do |o|
781
+ o.name = "DeletePermissionGroup"
782
+ o.http_method = "DELETE"
783
+ o.http_request_uri = "/permission-group/{permissionGroupId}"
784
+ o.input = Shapes::ShapeRef.new(shape: DeletePermissionGroupRequest)
785
+ o.output = Shapes::ShapeRef.new(shape: DeletePermissionGroupResponse)
786
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
787
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
788
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
789
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
790
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
791
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
792
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
793
+ end)
794
+
795
+ api.add_operation(:disable_user, Seahorse::Model::Operation.new.tap do |o|
796
+ o.name = "DisableUser"
797
+ o.http_method = "POST"
798
+ o.http_request_uri = "/user/{userId}/disable"
799
+ o.input = Shapes::ShapeRef.new(shape: DisableUserRequest)
800
+ o.output = Shapes::ShapeRef.new(shape: DisableUserResponse)
801
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
802
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
803
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
804
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
805
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
806
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
807
+ end)
808
+
809
+ api.add_operation(:disassociate_user_from_permission_group, Seahorse::Model::Operation.new.tap do |o|
810
+ o.name = "DisassociateUserFromPermissionGroup"
811
+ o.http_method = "DELETE"
812
+ o.http_request_uri = "/permission-group/{permissionGroupId}/users/{userId}"
813
+ o.input = Shapes::ShapeRef.new(shape: DisassociateUserFromPermissionGroupRequest)
814
+ o.output = Shapes::ShapeRef.new(shape: DisassociateUserFromPermissionGroupResponse)
815
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
816
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
817
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
818
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
819
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
820
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
821
+ end)
822
+
823
+ api.add_operation(:enable_user, Seahorse::Model::Operation.new.tap do |o|
824
+ o.name = "EnableUser"
825
+ o.http_method = "POST"
826
+ o.http_request_uri = "/user/{userId}/enable"
827
+ o.input = Shapes::ShapeRef.new(shape: EnableUserRequest)
828
+ o.output = Shapes::ShapeRef.new(shape: EnableUserResponse)
829
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
830
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
831
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
832
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
833
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
834
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
835
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
836
+ end)
837
+
485
838
  api.add_operation(:get_changeset, Seahorse::Model::Operation.new.tap do |o|
486
839
  o.name = "GetChangeset"
487
840
  o.http_method = "GET"
@@ -523,6 +876,19 @@ module Aws::FinSpaceData
523
876
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
524
877
  end)
525
878
 
879
+ api.add_operation(:get_permission_group, Seahorse::Model::Operation.new.tap do |o|
880
+ o.name = "GetPermissionGroup"
881
+ o.http_method = "GET"
882
+ o.http_request_uri = "/permission-group/{permissionGroupId}"
883
+ o.input = Shapes::ShapeRef.new(shape: GetPermissionGroupRequest)
884
+ o.output = Shapes::ShapeRef.new(shape: GetPermissionGroupResponse)
885
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
886
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
887
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
888
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
889
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
890
+ end)
891
+
526
892
  api.add_operation(:get_programmatic_access_credentials, Seahorse::Model::Operation.new.tap do |o|
527
893
  o.name = "GetProgrammaticAccessCredentials"
528
894
  o.http_method = "GET"
@@ -535,6 +901,19 @@ module Aws::FinSpaceData
535
901
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
536
902
  end)
537
903
 
904
+ api.add_operation(:get_user, Seahorse::Model::Operation.new.tap do |o|
905
+ o.name = "GetUser"
906
+ o.http_method = "GET"
907
+ o.http_request_uri = "/user/{userId}"
908
+ o.input = Shapes::ShapeRef.new(shape: GetUserRequest)
909
+ o.output = Shapes::ShapeRef.new(shape: GetUserResponse)
910
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
911
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
912
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
913
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
914
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
915
+ end)
916
+
538
917
  api.add_operation(:get_working_location, Seahorse::Model::Operation.new.tap do |o|
539
918
  o.name = "GetWorkingLocation"
540
919
  o.http_method = "POST"
@@ -605,6 +984,82 @@ module Aws::FinSpaceData
605
984
  )
606
985
  end)
607
986
 
987
+ api.add_operation(:list_permission_groups, Seahorse::Model::Operation.new.tap do |o|
988
+ o.name = "ListPermissionGroups"
989
+ o.http_method = "GET"
990
+ o.http_request_uri = "/permission-group"
991
+ o.input = Shapes::ShapeRef.new(shape: ListPermissionGroupsRequest)
992
+ o.output = Shapes::ShapeRef.new(shape: ListPermissionGroupsResponse)
993
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
994
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
995
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
996
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
997
+ o[:pager] = Aws::Pager.new(
998
+ limit_key: "max_results",
999
+ tokens: {
1000
+ "next_token" => "next_token"
1001
+ }
1002
+ )
1003
+ end)
1004
+
1005
+ api.add_operation(:list_permission_groups_by_user, Seahorse::Model::Operation.new.tap do |o|
1006
+ o.name = "ListPermissionGroupsByUser"
1007
+ o.http_method = "GET"
1008
+ o.http_request_uri = "/user/{userId}/permission-groups"
1009
+ o.input = Shapes::ShapeRef.new(shape: ListPermissionGroupsByUserRequest)
1010
+ o.output = Shapes::ShapeRef.new(shape: ListPermissionGroupsByUserResponse)
1011
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1012
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1013
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1014
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1015
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1016
+ end)
1017
+
1018
+ api.add_operation(:list_users, Seahorse::Model::Operation.new.tap do |o|
1019
+ o.name = "ListUsers"
1020
+ o.http_method = "GET"
1021
+ o.http_request_uri = "/user"
1022
+ o.input = Shapes::ShapeRef.new(shape: ListUsersRequest)
1023
+ o.output = Shapes::ShapeRef.new(shape: ListUsersResponse)
1024
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1025
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1026
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1027
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1028
+ o[:pager] = Aws::Pager.new(
1029
+ limit_key: "max_results",
1030
+ tokens: {
1031
+ "next_token" => "next_token"
1032
+ }
1033
+ )
1034
+ end)
1035
+
1036
+ api.add_operation(:list_users_by_permission_group, Seahorse::Model::Operation.new.tap do |o|
1037
+ o.name = "ListUsersByPermissionGroup"
1038
+ o.http_method = "GET"
1039
+ o.http_request_uri = "/permission-group/{permissionGroupId}/users"
1040
+ o.input = Shapes::ShapeRef.new(shape: ListUsersByPermissionGroupRequest)
1041
+ o.output = Shapes::ShapeRef.new(shape: ListUsersByPermissionGroupResponse)
1042
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1043
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1044
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1045
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1046
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1047
+ end)
1048
+
1049
+ api.add_operation(:reset_user_password, Seahorse::Model::Operation.new.tap do |o|
1050
+ o.name = "ResetUserPassword"
1051
+ o.http_method = "POST"
1052
+ o.http_request_uri = "/user/{userId}/password"
1053
+ o.input = Shapes::ShapeRef.new(shape: ResetUserPasswordRequest)
1054
+ o.output = Shapes::ShapeRef.new(shape: ResetUserPasswordResponse)
1055
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1056
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1057
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1058
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1059
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1060
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1061
+ end)
1062
+
608
1063
  api.add_operation(:update_changeset, Seahorse::Model::Operation.new.tap do |o|
609
1064
  o.name = "UpdateChangeset"
610
1065
  o.http_method = "PUT"
@@ -632,6 +1087,34 @@ module Aws::FinSpaceData
632
1087
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
633
1088
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
634
1089
  end)
1090
+
1091
+ api.add_operation(:update_permission_group, Seahorse::Model::Operation.new.tap do |o|
1092
+ o.name = "UpdatePermissionGroup"
1093
+ o.http_method = "PUT"
1094
+ o.http_request_uri = "/permission-group/{permissionGroupId}"
1095
+ o.input = Shapes::ShapeRef.new(shape: UpdatePermissionGroupRequest)
1096
+ o.output = Shapes::ShapeRef.new(shape: UpdatePermissionGroupResponse)
1097
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1098
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1099
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1100
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1101
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1102
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1103
+ end)
1104
+
1105
+ api.add_operation(:update_user, Seahorse::Model::Operation.new.tap do |o|
1106
+ o.name = "UpdateUser"
1107
+ o.http_method = "PUT"
1108
+ o.http_request_uri = "/user/{userId}"
1109
+ o.input = Shapes::ShapeRef.new(shape: UpdateUserRequest)
1110
+ o.output = Shapes::ShapeRef.new(shape: UpdateUserResponse)
1111
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1112
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1113
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1114
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1115
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1116
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1117
+ end)
635
1118
  end
636
1119
 
637
1120
  end