aws-sdk-ssoadmin 1.28.0 → 1.29.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ssoadmin/client.rb +285 -279
- data/lib/aws-sdk-ssoadmin/client_api.rb +161 -161
- data/lib/aws-sdk-ssoadmin/endpoint_parameters.rb +0 -3
- data/lib/aws-sdk-ssoadmin/endpoint_provider.rb +29 -32
- data/lib/aws-sdk-ssoadmin/types.rb +422 -409
- data/lib/aws-sdk-ssoadmin.rb +1 -1
- metadata +2 -2
@@ -177,48 +177,48 @@ module Aws::SSOAdmin
|
|
177
177
|
|
178
178
|
AccountAssignment.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "AccountId"))
|
179
179
|
AccountAssignment.add_member(:permission_set_arn, Shapes::ShapeRef.new(shape: PermissionSetArn, location_name: "PermissionSetArn"))
|
180
|
-
AccountAssignment.add_member(:principal_type, Shapes::ShapeRef.new(shape: PrincipalType, location_name: "PrincipalType"))
|
181
180
|
AccountAssignment.add_member(:principal_id, Shapes::ShapeRef.new(shape: PrincipalId, location_name: "PrincipalId"))
|
181
|
+
AccountAssignment.add_member(:principal_type, Shapes::ShapeRef.new(shape: PrincipalType, location_name: "PrincipalType"))
|
182
182
|
AccountAssignment.struct_class = Types::AccountAssignment
|
183
183
|
|
184
184
|
AccountAssignmentList.member = Shapes::ShapeRef.new(shape: AccountAssignment)
|
185
185
|
|
186
|
-
AccountAssignmentOperationStatus.add_member(:
|
187
|
-
AccountAssignmentOperationStatus.add_member(:request_id, Shapes::ShapeRef.new(shape: UUId, location_name: "RequestId"))
|
186
|
+
AccountAssignmentOperationStatus.add_member(:created_date, Shapes::ShapeRef.new(shape: Date, location_name: "CreatedDate"))
|
188
187
|
AccountAssignmentOperationStatus.add_member(:failure_reason, Shapes::ShapeRef.new(shape: Reason, location_name: "FailureReason"))
|
189
|
-
AccountAssignmentOperationStatus.add_member(:target_id, Shapes::ShapeRef.new(shape: TargetId, location_name: "TargetId"))
|
190
|
-
AccountAssignmentOperationStatus.add_member(:target_type, Shapes::ShapeRef.new(shape: TargetType, location_name: "TargetType"))
|
191
188
|
AccountAssignmentOperationStatus.add_member(:permission_set_arn, Shapes::ShapeRef.new(shape: PermissionSetArn, location_name: "PermissionSetArn"))
|
192
|
-
AccountAssignmentOperationStatus.add_member(:principal_type, Shapes::ShapeRef.new(shape: PrincipalType, location_name: "PrincipalType"))
|
193
189
|
AccountAssignmentOperationStatus.add_member(:principal_id, Shapes::ShapeRef.new(shape: PrincipalId, location_name: "PrincipalId"))
|
194
|
-
AccountAssignmentOperationStatus.add_member(:
|
190
|
+
AccountAssignmentOperationStatus.add_member(:principal_type, Shapes::ShapeRef.new(shape: PrincipalType, location_name: "PrincipalType"))
|
191
|
+
AccountAssignmentOperationStatus.add_member(:request_id, Shapes::ShapeRef.new(shape: UUId, location_name: "RequestId"))
|
192
|
+
AccountAssignmentOperationStatus.add_member(:status, Shapes::ShapeRef.new(shape: StatusValues, location_name: "Status"))
|
193
|
+
AccountAssignmentOperationStatus.add_member(:target_id, Shapes::ShapeRef.new(shape: TargetId, location_name: "TargetId"))
|
194
|
+
AccountAssignmentOperationStatus.add_member(:target_type, Shapes::ShapeRef.new(shape: TargetType, location_name: "TargetType"))
|
195
195
|
AccountAssignmentOperationStatus.struct_class = Types::AccountAssignmentOperationStatus
|
196
196
|
|
197
197
|
AccountAssignmentOperationStatusList.member = Shapes::ShapeRef.new(shape: AccountAssignmentOperationStatusMetadata)
|
198
198
|
|
199
|
-
AccountAssignmentOperationStatusMetadata.add_member(:status, Shapes::ShapeRef.new(shape: StatusValues, location_name: "Status"))
|
200
|
-
AccountAssignmentOperationStatusMetadata.add_member(:request_id, Shapes::ShapeRef.new(shape: UUId, location_name: "RequestId"))
|
201
199
|
AccountAssignmentOperationStatusMetadata.add_member(:created_date, Shapes::ShapeRef.new(shape: Date, location_name: "CreatedDate"))
|
200
|
+
AccountAssignmentOperationStatusMetadata.add_member(:request_id, Shapes::ShapeRef.new(shape: UUId, location_name: "RequestId"))
|
201
|
+
AccountAssignmentOperationStatusMetadata.add_member(:status, Shapes::ShapeRef.new(shape: StatusValues, location_name: "Status"))
|
202
202
|
AccountAssignmentOperationStatusMetadata.struct_class = Types::AccountAssignmentOperationStatusMetadata
|
203
203
|
|
204
204
|
AccountList.member = Shapes::ShapeRef.new(shape: AccountId)
|
205
205
|
|
206
|
+
AttachCustomerManagedPolicyReferenceToPermissionSetRequest.add_member(:customer_managed_policy_reference, Shapes::ShapeRef.new(shape: CustomerManagedPolicyReference, required: true, location_name: "CustomerManagedPolicyReference"))
|
206
207
|
AttachCustomerManagedPolicyReferenceToPermissionSetRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
|
207
208
|
AttachCustomerManagedPolicyReferenceToPermissionSetRequest.add_member(:permission_set_arn, Shapes::ShapeRef.new(shape: PermissionSetArn, required: true, location_name: "PermissionSetArn"))
|
208
|
-
AttachCustomerManagedPolicyReferenceToPermissionSetRequest.add_member(:customer_managed_policy_reference, Shapes::ShapeRef.new(shape: CustomerManagedPolicyReference, required: true, location_name: "CustomerManagedPolicyReference"))
|
209
209
|
AttachCustomerManagedPolicyReferenceToPermissionSetRequest.struct_class = Types::AttachCustomerManagedPolicyReferenceToPermissionSetRequest
|
210
210
|
|
211
211
|
AttachCustomerManagedPolicyReferenceToPermissionSetResponse.struct_class = Types::AttachCustomerManagedPolicyReferenceToPermissionSetResponse
|
212
212
|
|
213
213
|
AttachManagedPolicyToPermissionSetRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
|
214
|
-
AttachManagedPolicyToPermissionSetRequest.add_member(:permission_set_arn, Shapes::ShapeRef.new(shape: PermissionSetArn, required: true, location_name: "PermissionSetArn"))
|
215
214
|
AttachManagedPolicyToPermissionSetRequest.add_member(:managed_policy_arn, Shapes::ShapeRef.new(shape: ManagedPolicyArn, required: true, location_name: "ManagedPolicyArn"))
|
215
|
+
AttachManagedPolicyToPermissionSetRequest.add_member(:permission_set_arn, Shapes::ShapeRef.new(shape: PermissionSetArn, required: true, location_name: "PermissionSetArn"))
|
216
216
|
AttachManagedPolicyToPermissionSetRequest.struct_class = Types::AttachManagedPolicyToPermissionSetRequest
|
217
217
|
|
218
218
|
AttachManagedPolicyToPermissionSetResponse.struct_class = Types::AttachManagedPolicyToPermissionSetResponse
|
219
219
|
|
220
|
-
AttachedManagedPolicy.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
|
221
220
|
AttachedManagedPolicy.add_member(:arn, Shapes::ShapeRef.new(shape: ManagedPolicyArn, location_name: "Arn"))
|
221
|
+
AttachedManagedPolicy.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
|
222
222
|
AttachedManagedPolicy.struct_class = Types::AttachedManagedPolicy
|
223
223
|
|
224
224
|
AttachedManagedPolicyList.member = Shapes::ShapeRef.new(shape: AttachedManagedPolicy)
|
@@ -227,27 +227,27 @@ module Aws::SSOAdmin
|
|
227
227
|
ConflictException.struct_class = Types::ConflictException
|
228
228
|
|
229
229
|
CreateAccountAssignmentRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
|
230
|
-
CreateAccountAssignmentRequest.add_member(:target_id, Shapes::ShapeRef.new(shape: TargetId, required: true, location_name: "TargetId"))
|
231
|
-
CreateAccountAssignmentRequest.add_member(:target_type, Shapes::ShapeRef.new(shape: TargetType, required: true, location_name: "TargetType"))
|
232
230
|
CreateAccountAssignmentRequest.add_member(:permission_set_arn, Shapes::ShapeRef.new(shape: PermissionSetArn, required: true, location_name: "PermissionSetArn"))
|
233
|
-
CreateAccountAssignmentRequest.add_member(:principal_type, Shapes::ShapeRef.new(shape: PrincipalType, required: true, location_name: "PrincipalType"))
|
234
231
|
CreateAccountAssignmentRequest.add_member(:principal_id, Shapes::ShapeRef.new(shape: PrincipalId, required: true, location_name: "PrincipalId"))
|
232
|
+
CreateAccountAssignmentRequest.add_member(:principal_type, Shapes::ShapeRef.new(shape: PrincipalType, required: true, location_name: "PrincipalType"))
|
233
|
+
CreateAccountAssignmentRequest.add_member(:target_id, Shapes::ShapeRef.new(shape: TargetId, required: true, location_name: "TargetId"))
|
234
|
+
CreateAccountAssignmentRequest.add_member(:target_type, Shapes::ShapeRef.new(shape: TargetType, required: true, location_name: "TargetType"))
|
235
235
|
CreateAccountAssignmentRequest.struct_class = Types::CreateAccountAssignmentRequest
|
236
236
|
|
237
237
|
CreateAccountAssignmentResponse.add_member(:account_assignment_creation_status, Shapes::ShapeRef.new(shape: AccountAssignmentOperationStatus, location_name: "AccountAssignmentCreationStatus"))
|
238
238
|
CreateAccountAssignmentResponse.struct_class = Types::CreateAccountAssignmentResponse
|
239
239
|
|
240
|
-
CreateInstanceAccessControlAttributeConfigurationRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
|
241
240
|
CreateInstanceAccessControlAttributeConfigurationRequest.add_member(:instance_access_control_attribute_configuration, Shapes::ShapeRef.new(shape: InstanceAccessControlAttributeConfiguration, required: true, location_name: "InstanceAccessControlAttributeConfiguration"))
|
241
|
+
CreateInstanceAccessControlAttributeConfigurationRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
|
242
242
|
CreateInstanceAccessControlAttributeConfigurationRequest.struct_class = Types::CreateInstanceAccessControlAttributeConfigurationRequest
|
243
243
|
|
244
244
|
CreateInstanceAccessControlAttributeConfigurationResponse.struct_class = Types::CreateInstanceAccessControlAttributeConfigurationResponse
|
245
245
|
|
246
|
-
CreatePermissionSetRequest.add_member(:name, Shapes::ShapeRef.new(shape: PermissionSetName, required: true, location_name: "Name"))
|
247
246
|
CreatePermissionSetRequest.add_member(:description, Shapes::ShapeRef.new(shape: PermissionSetDescription, location_name: "Description"))
|
248
247
|
CreatePermissionSetRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
|
249
|
-
CreatePermissionSetRequest.add_member(:
|
248
|
+
CreatePermissionSetRequest.add_member(:name, Shapes::ShapeRef.new(shape: PermissionSetName, required: true, location_name: "Name"))
|
250
249
|
CreatePermissionSetRequest.add_member(:relay_state, Shapes::ShapeRef.new(shape: RelayState, location_name: "RelayState"))
|
250
|
+
CreatePermissionSetRequest.add_member(:session_duration, Shapes::ShapeRef.new(shape: Duration, location_name: "SessionDuration"))
|
251
251
|
CreatePermissionSetRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
252
252
|
CreatePermissionSetRequest.struct_class = Types::CreatePermissionSetRequest
|
253
253
|
|
@@ -261,11 +261,11 @@ module Aws::SSOAdmin
|
|
261
261
|
CustomerManagedPolicyReferenceList.member = Shapes::ShapeRef.new(shape: CustomerManagedPolicyReference)
|
262
262
|
|
263
263
|
DeleteAccountAssignmentRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
|
264
|
-
DeleteAccountAssignmentRequest.add_member(:target_id, Shapes::ShapeRef.new(shape: TargetId, required: true, location_name: "TargetId"))
|
265
|
-
DeleteAccountAssignmentRequest.add_member(:target_type, Shapes::ShapeRef.new(shape: TargetType, required: true, location_name: "TargetType"))
|
266
264
|
DeleteAccountAssignmentRequest.add_member(:permission_set_arn, Shapes::ShapeRef.new(shape: PermissionSetArn, required: true, location_name: "PermissionSetArn"))
|
267
|
-
DeleteAccountAssignmentRequest.add_member(:principal_type, Shapes::ShapeRef.new(shape: PrincipalType, required: true, location_name: "PrincipalType"))
|
268
265
|
DeleteAccountAssignmentRequest.add_member(:principal_id, Shapes::ShapeRef.new(shape: PrincipalId, required: true, location_name: "PrincipalId"))
|
266
|
+
DeleteAccountAssignmentRequest.add_member(:principal_type, Shapes::ShapeRef.new(shape: PrincipalType, required: true, location_name: "PrincipalType"))
|
267
|
+
DeleteAccountAssignmentRequest.add_member(:target_id, Shapes::ShapeRef.new(shape: TargetId, required: true, location_name: "TargetId"))
|
268
|
+
DeleteAccountAssignmentRequest.add_member(:target_type, Shapes::ShapeRef.new(shape: TargetType, required: true, location_name: "TargetType"))
|
269
269
|
DeleteAccountAssignmentRequest.struct_class = Types::DeleteAccountAssignmentRequest
|
270
270
|
|
271
271
|
DeleteAccountAssignmentResponse.add_member(:account_assignment_deletion_status, Shapes::ShapeRef.new(shape: AccountAssignmentOperationStatus, location_name: "AccountAssignmentDeletionStatus"))
|
@@ -294,15 +294,15 @@ module Aws::SSOAdmin
|
|
294
294
|
|
295
295
|
DeletePermissionsBoundaryFromPermissionSetResponse.struct_class = Types::DeletePermissionsBoundaryFromPermissionSetResponse
|
296
296
|
|
297
|
-
DescribeAccountAssignmentCreationStatusRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
|
298
297
|
DescribeAccountAssignmentCreationStatusRequest.add_member(:account_assignment_creation_request_id, Shapes::ShapeRef.new(shape: UUId, required: true, location_name: "AccountAssignmentCreationRequestId"))
|
298
|
+
DescribeAccountAssignmentCreationStatusRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
|
299
299
|
DescribeAccountAssignmentCreationStatusRequest.struct_class = Types::DescribeAccountAssignmentCreationStatusRequest
|
300
300
|
|
301
301
|
DescribeAccountAssignmentCreationStatusResponse.add_member(:account_assignment_creation_status, Shapes::ShapeRef.new(shape: AccountAssignmentOperationStatus, location_name: "AccountAssignmentCreationStatus"))
|
302
302
|
DescribeAccountAssignmentCreationStatusResponse.struct_class = Types::DescribeAccountAssignmentCreationStatusResponse
|
303
303
|
|
304
|
-
DescribeAccountAssignmentDeletionStatusRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
|
305
304
|
DescribeAccountAssignmentDeletionStatusRequest.add_member(:account_assignment_deletion_request_id, Shapes::ShapeRef.new(shape: UUId, required: true, location_name: "AccountAssignmentDeletionRequestId"))
|
305
|
+
DescribeAccountAssignmentDeletionStatusRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
|
306
306
|
DescribeAccountAssignmentDeletionStatusRequest.struct_class = Types::DescribeAccountAssignmentDeletionStatusRequest
|
307
307
|
|
308
308
|
DescribeAccountAssignmentDeletionStatusResponse.add_member(:account_assignment_deletion_status, Shapes::ShapeRef.new(shape: AccountAssignmentOperationStatus, location_name: "AccountAssignmentDeletionStatus"))
|
@@ -311,9 +311,9 @@ module Aws::SSOAdmin
|
|
311
311
|
DescribeInstanceAccessControlAttributeConfigurationRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
|
312
312
|
DescribeInstanceAccessControlAttributeConfigurationRequest.struct_class = Types::DescribeInstanceAccessControlAttributeConfigurationRequest
|
313
313
|
|
314
|
+
DescribeInstanceAccessControlAttributeConfigurationResponse.add_member(:instance_access_control_attribute_configuration, Shapes::ShapeRef.new(shape: InstanceAccessControlAttributeConfiguration, location_name: "InstanceAccessControlAttributeConfiguration"))
|
314
315
|
DescribeInstanceAccessControlAttributeConfigurationResponse.add_member(:status, Shapes::ShapeRef.new(shape: InstanceAccessControlAttributeConfigurationStatus, location_name: "Status"))
|
315
316
|
DescribeInstanceAccessControlAttributeConfigurationResponse.add_member(:status_reason, Shapes::ShapeRef.new(shape: InstanceAccessControlAttributeConfigurationStatusReason, location_name: "StatusReason"))
|
316
|
-
DescribeInstanceAccessControlAttributeConfigurationResponse.add_member(:instance_access_control_attribute_configuration, Shapes::ShapeRef.new(shape: InstanceAccessControlAttributeConfiguration, location_name: "InstanceAccessControlAttributeConfiguration"))
|
317
317
|
DescribeInstanceAccessControlAttributeConfigurationResponse.struct_class = Types::DescribeInstanceAccessControlAttributeConfigurationResponse
|
318
318
|
|
319
319
|
DescribePermissionSetProvisioningStatusRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
|
@@ -330,16 +330,16 @@ module Aws::SSOAdmin
|
|
330
330
|
DescribePermissionSetResponse.add_member(:permission_set, Shapes::ShapeRef.new(shape: PermissionSet, location_name: "PermissionSet"))
|
331
331
|
DescribePermissionSetResponse.struct_class = Types::DescribePermissionSetResponse
|
332
332
|
|
333
|
+
DetachCustomerManagedPolicyReferenceFromPermissionSetRequest.add_member(:customer_managed_policy_reference, Shapes::ShapeRef.new(shape: CustomerManagedPolicyReference, required: true, location_name: "CustomerManagedPolicyReference"))
|
333
334
|
DetachCustomerManagedPolicyReferenceFromPermissionSetRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
|
334
335
|
DetachCustomerManagedPolicyReferenceFromPermissionSetRequest.add_member(:permission_set_arn, Shapes::ShapeRef.new(shape: PermissionSetArn, required: true, location_name: "PermissionSetArn"))
|
335
|
-
DetachCustomerManagedPolicyReferenceFromPermissionSetRequest.add_member(:customer_managed_policy_reference, Shapes::ShapeRef.new(shape: CustomerManagedPolicyReference, required: true, location_name: "CustomerManagedPolicyReference"))
|
336
336
|
DetachCustomerManagedPolicyReferenceFromPermissionSetRequest.struct_class = Types::DetachCustomerManagedPolicyReferenceFromPermissionSetRequest
|
337
337
|
|
338
338
|
DetachCustomerManagedPolicyReferenceFromPermissionSetResponse.struct_class = Types::DetachCustomerManagedPolicyReferenceFromPermissionSetResponse
|
339
339
|
|
340
340
|
DetachManagedPolicyFromPermissionSetRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
|
341
|
-
DetachManagedPolicyFromPermissionSetRequest.add_member(:permission_set_arn, Shapes::ShapeRef.new(shape: PermissionSetArn, required: true, location_name: "PermissionSetArn"))
|
342
341
|
DetachManagedPolicyFromPermissionSetRequest.add_member(:managed_policy_arn, Shapes::ShapeRef.new(shape: ManagedPolicyArn, required: true, location_name: "ManagedPolicyArn"))
|
342
|
+
DetachManagedPolicyFromPermissionSetRequest.add_member(:permission_set_arn, Shapes::ShapeRef.new(shape: PermissionSetArn, required: true, location_name: "PermissionSetArn"))
|
343
343
|
DetachManagedPolicyFromPermissionSetRequest.struct_class = Types::DetachManagedPolicyFromPermissionSetRequest
|
344
344
|
|
345
345
|
DetachManagedPolicyFromPermissionSetResponse.struct_class = Types::DetachManagedPolicyFromPermissionSetResponse
|
@@ -363,38 +363,38 @@ module Aws::SSOAdmin
|
|
363
363
|
|
364
364
|
InstanceList.member = Shapes::ShapeRef.new(shape: InstanceMetadata)
|
365
365
|
|
366
|
-
InstanceMetadata.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, location_name: "InstanceArn"))
|
367
366
|
InstanceMetadata.add_member(:identity_store_id, Shapes::ShapeRef.new(shape: Id, location_name: "IdentityStoreId"))
|
367
|
+
InstanceMetadata.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, location_name: "InstanceArn"))
|
368
368
|
InstanceMetadata.struct_class = Types::InstanceMetadata
|
369
369
|
|
370
370
|
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: InternalFailureMessage, location_name: "Message"))
|
371
371
|
InternalServerException.struct_class = Types::InternalServerException
|
372
372
|
|
373
|
+
ListAccountAssignmentCreationStatusRequest.add_member(:filter, Shapes::ShapeRef.new(shape: OperationStatusFilter, location_name: "Filter"))
|
373
374
|
ListAccountAssignmentCreationStatusRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
|
374
375
|
ListAccountAssignmentCreationStatusRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
375
376
|
ListAccountAssignmentCreationStatusRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
376
|
-
ListAccountAssignmentCreationStatusRequest.add_member(:filter, Shapes::ShapeRef.new(shape: OperationStatusFilter, location_name: "Filter"))
|
377
377
|
ListAccountAssignmentCreationStatusRequest.struct_class = Types::ListAccountAssignmentCreationStatusRequest
|
378
378
|
|
379
379
|
ListAccountAssignmentCreationStatusResponse.add_member(:account_assignments_creation_status, Shapes::ShapeRef.new(shape: AccountAssignmentOperationStatusList, location_name: "AccountAssignmentsCreationStatus"))
|
380
380
|
ListAccountAssignmentCreationStatusResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
381
381
|
ListAccountAssignmentCreationStatusResponse.struct_class = Types::ListAccountAssignmentCreationStatusResponse
|
382
382
|
|
383
|
+
ListAccountAssignmentDeletionStatusRequest.add_member(:filter, Shapes::ShapeRef.new(shape: OperationStatusFilter, location_name: "Filter"))
|
383
384
|
ListAccountAssignmentDeletionStatusRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
|
384
385
|
ListAccountAssignmentDeletionStatusRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
385
386
|
ListAccountAssignmentDeletionStatusRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
386
|
-
ListAccountAssignmentDeletionStatusRequest.add_member(:filter, Shapes::ShapeRef.new(shape: OperationStatusFilter, location_name: "Filter"))
|
387
387
|
ListAccountAssignmentDeletionStatusRequest.struct_class = Types::ListAccountAssignmentDeletionStatusRequest
|
388
388
|
|
389
389
|
ListAccountAssignmentDeletionStatusResponse.add_member(:account_assignments_deletion_status, Shapes::ShapeRef.new(shape: AccountAssignmentOperationStatusList, location_name: "AccountAssignmentsDeletionStatus"))
|
390
390
|
ListAccountAssignmentDeletionStatusResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
391
391
|
ListAccountAssignmentDeletionStatusResponse.struct_class = Types::ListAccountAssignmentDeletionStatusResponse
|
392
392
|
|
393
|
-
ListAccountAssignmentsRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
|
394
393
|
ListAccountAssignmentsRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: TargetId, required: true, location_name: "AccountId"))
|
395
|
-
ListAccountAssignmentsRequest.add_member(:
|
394
|
+
ListAccountAssignmentsRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
|
396
395
|
ListAccountAssignmentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
397
396
|
ListAccountAssignmentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
397
|
+
ListAccountAssignmentsRequest.add_member(:permission_set_arn, Shapes::ShapeRef.new(shape: PermissionSetArn, required: true, location_name: "PermissionSetArn"))
|
398
398
|
ListAccountAssignmentsRequest.struct_class = Types::ListAccountAssignmentsRequest
|
399
399
|
|
400
400
|
ListAccountAssignmentsResponse.add_member(:account_assignments, Shapes::ShapeRef.new(shape: AccountAssignmentList, location_name: "AccountAssignments"))
|
@@ -402,10 +402,10 @@ module Aws::SSOAdmin
|
|
402
402
|
ListAccountAssignmentsResponse.struct_class = Types::ListAccountAssignmentsResponse
|
403
403
|
|
404
404
|
ListAccountsForProvisionedPermissionSetRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
|
405
|
-
ListAccountsForProvisionedPermissionSetRequest.add_member(:permission_set_arn, Shapes::ShapeRef.new(shape: PermissionSetArn, required: true, location_name: "PermissionSetArn"))
|
406
|
-
ListAccountsForProvisionedPermissionSetRequest.add_member(:provisioning_status, Shapes::ShapeRef.new(shape: ProvisioningStatus, location_name: "ProvisioningStatus"))
|
407
405
|
ListAccountsForProvisionedPermissionSetRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
408
406
|
ListAccountsForProvisionedPermissionSetRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
407
|
+
ListAccountsForProvisionedPermissionSetRequest.add_member(:permission_set_arn, Shapes::ShapeRef.new(shape: PermissionSetArn, required: true, location_name: "PermissionSetArn"))
|
408
|
+
ListAccountsForProvisionedPermissionSetRequest.add_member(:provisioning_status, Shapes::ShapeRef.new(shape: ProvisioningStatus, location_name: "ProvisioningStatus"))
|
409
409
|
ListAccountsForProvisionedPermissionSetRequest.struct_class = Types::ListAccountsForProvisionedPermissionSetRequest
|
410
410
|
|
411
411
|
ListAccountsForProvisionedPermissionSetResponse.add_member(:account_ids, Shapes::ShapeRef.new(shape: AccountList, location_name: "AccountIds"))
|
@@ -413,9 +413,9 @@ module Aws::SSOAdmin
|
|
413
413
|
ListAccountsForProvisionedPermissionSetResponse.struct_class = Types::ListAccountsForProvisionedPermissionSetResponse
|
414
414
|
|
415
415
|
ListCustomerManagedPolicyReferencesInPermissionSetRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
|
416
|
-
ListCustomerManagedPolicyReferencesInPermissionSetRequest.add_member(:permission_set_arn, Shapes::ShapeRef.new(shape: PermissionSetArn, required: true, location_name: "PermissionSetArn"))
|
417
416
|
ListCustomerManagedPolicyReferencesInPermissionSetRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
418
417
|
ListCustomerManagedPolicyReferencesInPermissionSetRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
418
|
+
ListCustomerManagedPolicyReferencesInPermissionSetRequest.add_member(:permission_set_arn, Shapes::ShapeRef.new(shape: PermissionSetArn, required: true, location_name: "PermissionSetArn"))
|
419
419
|
ListCustomerManagedPolicyReferencesInPermissionSetRequest.struct_class = Types::ListCustomerManagedPolicyReferencesInPermissionSetRequest
|
420
420
|
|
421
421
|
ListCustomerManagedPolicyReferencesInPermissionSetResponse.add_member(:customer_managed_policy_references, Shapes::ShapeRef.new(shape: CustomerManagedPolicyReferenceList, location_name: "CustomerManagedPolicyReferences"))
|
@@ -431,30 +431,30 @@ module Aws::SSOAdmin
|
|
431
431
|
ListInstancesResponse.struct_class = Types::ListInstancesResponse
|
432
432
|
|
433
433
|
ListManagedPoliciesInPermissionSetRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
|
434
|
-
ListManagedPoliciesInPermissionSetRequest.add_member(:permission_set_arn, Shapes::ShapeRef.new(shape: PermissionSetArn, required: true, location_name: "PermissionSetArn"))
|
435
434
|
ListManagedPoliciesInPermissionSetRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
436
435
|
ListManagedPoliciesInPermissionSetRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
436
|
+
ListManagedPoliciesInPermissionSetRequest.add_member(:permission_set_arn, Shapes::ShapeRef.new(shape: PermissionSetArn, required: true, location_name: "PermissionSetArn"))
|
437
437
|
ListManagedPoliciesInPermissionSetRequest.struct_class = Types::ListManagedPoliciesInPermissionSetRequest
|
438
438
|
|
439
439
|
ListManagedPoliciesInPermissionSetResponse.add_member(:attached_managed_policies, Shapes::ShapeRef.new(shape: AttachedManagedPolicyList, location_name: "AttachedManagedPolicies"))
|
440
440
|
ListManagedPoliciesInPermissionSetResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
441
441
|
ListManagedPoliciesInPermissionSetResponse.struct_class = Types::ListManagedPoliciesInPermissionSetResponse
|
442
442
|
|
443
|
+
ListPermissionSetProvisioningStatusRequest.add_member(:filter, Shapes::ShapeRef.new(shape: OperationStatusFilter, location_name: "Filter"))
|
443
444
|
ListPermissionSetProvisioningStatusRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
|
444
445
|
ListPermissionSetProvisioningStatusRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
445
446
|
ListPermissionSetProvisioningStatusRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
446
|
-
ListPermissionSetProvisioningStatusRequest.add_member(:filter, Shapes::ShapeRef.new(shape: OperationStatusFilter, location_name: "Filter"))
|
447
447
|
ListPermissionSetProvisioningStatusRequest.struct_class = Types::ListPermissionSetProvisioningStatusRequest
|
448
448
|
|
449
|
-
ListPermissionSetProvisioningStatusResponse.add_member(:permission_sets_provisioning_status, Shapes::ShapeRef.new(shape: PermissionSetProvisioningStatusList, location_name: "PermissionSetsProvisioningStatus"))
|
450
449
|
ListPermissionSetProvisioningStatusResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
450
|
+
ListPermissionSetProvisioningStatusResponse.add_member(:permission_sets_provisioning_status, Shapes::ShapeRef.new(shape: PermissionSetProvisioningStatusList, location_name: "PermissionSetsProvisioningStatus"))
|
451
451
|
ListPermissionSetProvisioningStatusResponse.struct_class = Types::ListPermissionSetProvisioningStatusResponse
|
452
452
|
|
453
|
-
ListPermissionSetsProvisionedToAccountRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
|
454
453
|
ListPermissionSetsProvisionedToAccountRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "AccountId"))
|
455
|
-
ListPermissionSetsProvisionedToAccountRequest.add_member(:
|
454
|
+
ListPermissionSetsProvisionedToAccountRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
|
456
455
|
ListPermissionSetsProvisionedToAccountRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
457
456
|
ListPermissionSetsProvisionedToAccountRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
457
|
+
ListPermissionSetsProvisionedToAccountRequest.add_member(:provisioning_status, Shapes::ShapeRef.new(shape: ProvisioningStatus, location_name: "ProvisioningStatus"))
|
458
458
|
ListPermissionSetsProvisionedToAccountRequest.struct_class = Types::ListPermissionSetsProvisionedToAccountRequest
|
459
459
|
|
460
460
|
ListPermissionSetsProvisionedToAccountResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
@@ -462,49 +462,49 @@ module Aws::SSOAdmin
|
|
462
462
|
ListPermissionSetsProvisionedToAccountResponse.struct_class = Types::ListPermissionSetsProvisionedToAccountResponse
|
463
463
|
|
464
464
|
ListPermissionSetsRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
|
465
|
-
ListPermissionSetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
466
465
|
ListPermissionSetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
466
|
+
ListPermissionSetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
467
467
|
ListPermissionSetsRequest.struct_class = Types::ListPermissionSetsRequest
|
468
468
|
|
469
|
-
ListPermissionSetsResponse.add_member(:permission_sets, Shapes::ShapeRef.new(shape: PermissionSetList, location_name: "PermissionSets"))
|
470
469
|
ListPermissionSetsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
470
|
+
ListPermissionSetsResponse.add_member(:permission_sets, Shapes::ShapeRef.new(shape: PermissionSetList, location_name: "PermissionSets"))
|
471
471
|
ListPermissionSetsResponse.struct_class = Types::ListPermissionSetsResponse
|
472
472
|
|
473
473
|
ListTagsForResourceRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
|
474
|
-
ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TaggableResourceArn, required: true, location_name: "ResourceArn"))
|
475
474
|
ListTagsForResourceRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
475
|
+
ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TaggableResourceArn, required: true, location_name: "ResourceArn"))
|
476
476
|
ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
|
477
477
|
|
478
|
-
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
479
478
|
ListTagsForResourceResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
479
|
+
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
480
480
|
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
481
481
|
|
482
482
|
OperationStatusFilter.add_member(:status, Shapes::ShapeRef.new(shape: StatusValues, location_name: "Status"))
|
483
483
|
OperationStatusFilter.struct_class = Types::OperationStatusFilter
|
484
484
|
|
485
|
+
PermissionSet.add_member(:created_date, Shapes::ShapeRef.new(shape: Date, location_name: "CreatedDate"))
|
486
|
+
PermissionSet.add_member(:description, Shapes::ShapeRef.new(shape: PermissionSetDescription, location_name: "Description"))
|
485
487
|
PermissionSet.add_member(:name, Shapes::ShapeRef.new(shape: PermissionSetName, location_name: "Name"))
|
486
488
|
PermissionSet.add_member(:permission_set_arn, Shapes::ShapeRef.new(shape: PermissionSetArn, location_name: "PermissionSetArn"))
|
487
|
-
PermissionSet.add_member(:description, Shapes::ShapeRef.new(shape: PermissionSetDescription, location_name: "Description"))
|
488
|
-
PermissionSet.add_member(:created_date, Shapes::ShapeRef.new(shape: Date, location_name: "CreatedDate"))
|
489
|
-
PermissionSet.add_member(:session_duration, Shapes::ShapeRef.new(shape: Duration, location_name: "SessionDuration"))
|
490
489
|
PermissionSet.add_member(:relay_state, Shapes::ShapeRef.new(shape: RelayState, location_name: "RelayState"))
|
490
|
+
PermissionSet.add_member(:session_duration, Shapes::ShapeRef.new(shape: Duration, location_name: "SessionDuration"))
|
491
491
|
PermissionSet.struct_class = Types::PermissionSet
|
492
492
|
|
493
493
|
PermissionSetList.member = Shapes::ShapeRef.new(shape: PermissionSetArn)
|
494
494
|
|
495
|
-
PermissionSetProvisioningStatus.add_member(:status, Shapes::ShapeRef.new(shape: StatusValues, location_name: "Status"))
|
496
|
-
PermissionSetProvisioningStatus.add_member(:request_id, Shapes::ShapeRef.new(shape: UUId, location_name: "RequestId"))
|
497
495
|
PermissionSetProvisioningStatus.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "AccountId"))
|
498
|
-
PermissionSetProvisioningStatus.add_member(:permission_set_arn, Shapes::ShapeRef.new(shape: PermissionSetArn, location_name: "PermissionSetArn"))
|
499
|
-
PermissionSetProvisioningStatus.add_member(:failure_reason, Shapes::ShapeRef.new(shape: Reason, location_name: "FailureReason"))
|
500
496
|
PermissionSetProvisioningStatus.add_member(:created_date, Shapes::ShapeRef.new(shape: Date, location_name: "CreatedDate"))
|
497
|
+
PermissionSetProvisioningStatus.add_member(:failure_reason, Shapes::ShapeRef.new(shape: Reason, location_name: "FailureReason"))
|
498
|
+
PermissionSetProvisioningStatus.add_member(:permission_set_arn, Shapes::ShapeRef.new(shape: PermissionSetArn, location_name: "PermissionSetArn"))
|
499
|
+
PermissionSetProvisioningStatus.add_member(:request_id, Shapes::ShapeRef.new(shape: UUId, location_name: "RequestId"))
|
500
|
+
PermissionSetProvisioningStatus.add_member(:status, Shapes::ShapeRef.new(shape: StatusValues, location_name: "Status"))
|
501
501
|
PermissionSetProvisioningStatus.struct_class = Types::PermissionSetProvisioningStatus
|
502
502
|
|
503
503
|
PermissionSetProvisioningStatusList.member = Shapes::ShapeRef.new(shape: PermissionSetProvisioningStatusMetadata)
|
504
504
|
|
505
|
-
PermissionSetProvisioningStatusMetadata.add_member(:status, Shapes::ShapeRef.new(shape: StatusValues, location_name: "Status"))
|
506
|
-
PermissionSetProvisioningStatusMetadata.add_member(:request_id, Shapes::ShapeRef.new(shape: UUId, location_name: "RequestId"))
|
507
505
|
PermissionSetProvisioningStatusMetadata.add_member(:created_date, Shapes::ShapeRef.new(shape: Date, location_name: "CreatedDate"))
|
506
|
+
PermissionSetProvisioningStatusMetadata.add_member(:request_id, Shapes::ShapeRef.new(shape: UUId, location_name: "RequestId"))
|
507
|
+
PermissionSetProvisioningStatusMetadata.add_member(:status, Shapes::ShapeRef.new(shape: StatusValues, location_name: "Status"))
|
508
508
|
PermissionSetProvisioningStatusMetadata.struct_class = Types::PermissionSetProvisioningStatusMetadata
|
509
509
|
|
510
510
|
PermissionsBoundary.add_member(:customer_managed_policy_reference, Shapes::ShapeRef.new(shape: CustomerManagedPolicyReference, location_name: "CustomerManagedPolicyReference"))
|
@@ -520,9 +520,9 @@ module Aws::SSOAdmin
|
|
520
520
|
ProvisionPermissionSetResponse.add_member(:permission_set_provisioning_status, Shapes::ShapeRef.new(shape: PermissionSetProvisioningStatus, location_name: "PermissionSetProvisioningStatus"))
|
521
521
|
ProvisionPermissionSetResponse.struct_class = Types::ProvisionPermissionSetResponse
|
522
522
|
|
523
|
+
PutInlinePolicyToPermissionSetRequest.add_member(:inline_policy, Shapes::ShapeRef.new(shape: PermissionSetPolicyDocument, required: true, location_name: "InlinePolicy"))
|
523
524
|
PutInlinePolicyToPermissionSetRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
|
524
525
|
PutInlinePolicyToPermissionSetRequest.add_member(:permission_set_arn, Shapes::ShapeRef.new(shape: PermissionSetArn, required: true, location_name: "PermissionSetArn"))
|
525
|
-
PutInlinePolicyToPermissionSetRequest.add_member(:inline_policy, Shapes::ShapeRef.new(shape: PermissionSetPolicyDocument, required: true, location_name: "InlinePolicy"))
|
526
526
|
PutInlinePolicyToPermissionSetRequest.struct_class = Types::PutInlinePolicyToPermissionSetRequest
|
527
527
|
|
528
528
|
PutInlinePolicyToPermissionSetResponse.struct_class = Types::PutInlinePolicyToPermissionSetResponse
|
@@ -565,17 +565,17 @@ module Aws::SSOAdmin
|
|
565
565
|
|
566
566
|
UntagResourceResponse.struct_class = Types::UntagResourceResponse
|
567
567
|
|
568
|
-
UpdateInstanceAccessControlAttributeConfigurationRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
|
569
568
|
UpdateInstanceAccessControlAttributeConfigurationRequest.add_member(:instance_access_control_attribute_configuration, Shapes::ShapeRef.new(shape: InstanceAccessControlAttributeConfiguration, required: true, location_name: "InstanceAccessControlAttributeConfiguration"))
|
569
|
+
UpdateInstanceAccessControlAttributeConfigurationRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
|
570
570
|
UpdateInstanceAccessControlAttributeConfigurationRequest.struct_class = Types::UpdateInstanceAccessControlAttributeConfigurationRequest
|
571
571
|
|
572
572
|
UpdateInstanceAccessControlAttributeConfigurationResponse.struct_class = Types::UpdateInstanceAccessControlAttributeConfigurationResponse
|
573
573
|
|
574
|
+
UpdatePermissionSetRequest.add_member(:description, Shapes::ShapeRef.new(shape: PermissionSetDescription, location_name: "Description"))
|
574
575
|
UpdatePermissionSetRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
|
575
576
|
UpdatePermissionSetRequest.add_member(:permission_set_arn, Shapes::ShapeRef.new(shape: PermissionSetArn, required: true, location_name: "PermissionSetArn"))
|
576
|
-
UpdatePermissionSetRequest.add_member(:description, Shapes::ShapeRef.new(shape: PermissionSetDescription, location_name: "Description"))
|
577
|
-
UpdatePermissionSetRequest.add_member(:session_duration, Shapes::ShapeRef.new(shape: Duration, location_name: "SessionDuration"))
|
578
577
|
UpdatePermissionSetRequest.add_member(:relay_state, Shapes::ShapeRef.new(shape: RelayState, location_name: "RelayState"))
|
578
|
+
UpdatePermissionSetRequest.add_member(:session_duration, Shapes::ShapeRef.new(shape: Duration, location_name: "SessionDuration"))
|
579
579
|
UpdatePermissionSetRequest.struct_class = Types::UpdatePermissionSetRequest
|
580
580
|
|
581
581
|
UpdatePermissionSetResponse.struct_class = Types::UpdatePermissionSetResponse
|
@@ -609,12 +609,12 @@ module Aws::SSOAdmin
|
|
609
609
|
o.http_request_uri = "/"
|
610
610
|
o.input = Shapes::ShapeRef.new(shape: AttachCustomerManagedPolicyReferenceToPermissionSetRequest)
|
611
611
|
o.output = Shapes::ShapeRef.new(shape: AttachCustomerManagedPolicyReferenceToPermissionSetResponse)
|
612
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
613
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
614
612
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
615
613
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
616
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
614
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
615
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
617
616
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
617
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
618
618
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
619
619
|
end)
|
620
620
|
|
@@ -624,12 +624,12 @@ module Aws::SSOAdmin
|
|
624
624
|
o.http_request_uri = "/"
|
625
625
|
o.input = Shapes::ShapeRef.new(shape: AttachManagedPolicyToPermissionSetRequest)
|
626
626
|
o.output = Shapes::ShapeRef.new(shape: AttachManagedPolicyToPermissionSetResponse)
|
627
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
628
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
629
627
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
630
628
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
631
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
629
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
630
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
632
631
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
632
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
633
633
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
634
634
|
end)
|
635
635
|
|
@@ -639,12 +639,12 @@ module Aws::SSOAdmin
|
|
639
639
|
o.http_request_uri = "/"
|
640
640
|
o.input = Shapes::ShapeRef.new(shape: CreateAccountAssignmentRequest)
|
641
641
|
o.output = Shapes::ShapeRef.new(shape: CreateAccountAssignmentResponse)
|
642
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
643
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
644
642
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
645
643
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
646
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
644
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
645
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
647
646
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
647
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
648
648
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
649
649
|
end)
|
650
650
|
|
@@ -654,11 +654,11 @@ module Aws::SSOAdmin
|
|
654
654
|
o.http_request_uri = "/"
|
655
655
|
o.input = Shapes::ShapeRef.new(shape: CreateInstanceAccessControlAttributeConfigurationRequest)
|
656
656
|
o.output = Shapes::ShapeRef.new(shape: CreateInstanceAccessControlAttributeConfigurationResponse)
|
657
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
657
658
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
659
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
658
660
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
659
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
660
661
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
661
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
662
662
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
663
663
|
end)
|
664
664
|
|
@@ -668,12 +668,12 @@ module Aws::SSOAdmin
|
|
668
668
|
o.http_request_uri = "/"
|
669
669
|
o.input = Shapes::ShapeRef.new(shape: CreatePermissionSetRequest)
|
670
670
|
o.output = Shapes::ShapeRef.new(shape: CreatePermissionSetResponse)
|
671
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
672
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
673
671
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
674
672
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
675
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
673
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
674
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
676
675
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
676
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
677
677
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
678
678
|
end)
|
679
679
|
|
@@ -683,11 +683,11 @@ module Aws::SSOAdmin
|
|
683
683
|
o.http_request_uri = "/"
|
684
684
|
o.input = Shapes::ShapeRef.new(shape: DeleteAccountAssignmentRequest)
|
685
685
|
o.output = Shapes::ShapeRef.new(shape: DeleteAccountAssignmentResponse)
|
686
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
687
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
688
686
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
689
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
687
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
688
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
690
689
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
690
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
691
691
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
692
692
|
end)
|
693
693
|
|
@@ -697,11 +697,11 @@ module Aws::SSOAdmin
|
|
697
697
|
o.http_request_uri = "/"
|
698
698
|
o.input = Shapes::ShapeRef.new(shape: DeleteInlinePolicyFromPermissionSetRequest)
|
699
699
|
o.output = Shapes::ShapeRef.new(shape: DeleteInlinePolicyFromPermissionSetResponse)
|
700
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
701
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
702
700
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
703
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
701
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
702
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
704
703
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
704
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
705
705
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
706
706
|
end)
|
707
707
|
|
@@ -711,11 +711,11 @@ module Aws::SSOAdmin
|
|
711
711
|
o.http_request_uri = "/"
|
712
712
|
o.input = Shapes::ShapeRef.new(shape: DeleteInstanceAccessControlAttributeConfigurationRequest)
|
713
713
|
o.output = Shapes::ShapeRef.new(shape: DeleteInstanceAccessControlAttributeConfigurationResponse)
|
714
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
714
715
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
716
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
715
717
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
716
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
717
718
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
718
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
719
719
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
720
720
|
end)
|
721
721
|
|
@@ -725,11 +725,11 @@ module Aws::SSOAdmin
|
|
725
725
|
o.http_request_uri = "/"
|
726
726
|
o.input = Shapes::ShapeRef.new(shape: DeletePermissionSetRequest)
|
727
727
|
o.output = Shapes::ShapeRef.new(shape: DeletePermissionSetResponse)
|
728
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
729
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
730
728
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
731
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
729
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
730
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
732
731
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
732
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
733
733
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
734
734
|
end)
|
735
735
|
|
@@ -739,11 +739,11 @@ module Aws::SSOAdmin
|
|
739
739
|
o.http_request_uri = "/"
|
740
740
|
o.input = Shapes::ShapeRef.new(shape: DeletePermissionsBoundaryFromPermissionSetRequest)
|
741
741
|
o.output = Shapes::ShapeRef.new(shape: DeletePermissionsBoundaryFromPermissionSetResponse)
|
742
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
743
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
744
742
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
745
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
743
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
744
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
746
745
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
746
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
747
747
|
end)
|
748
748
|
|
749
749
|
api.add_operation(:describe_account_assignment_creation_status, Seahorse::Model::Operation.new.tap do |o|
|
@@ -752,11 +752,11 @@ module Aws::SSOAdmin
|
|
752
752
|
o.http_request_uri = "/"
|
753
753
|
o.input = Shapes::ShapeRef.new(shape: DescribeAccountAssignmentCreationStatusRequest)
|
754
754
|
o.output = Shapes::ShapeRef.new(shape: DescribeAccountAssignmentCreationStatusResponse)
|
755
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
756
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
757
755
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
758
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
756
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
757
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
759
758
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
759
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
760
760
|
end)
|
761
761
|
|
762
762
|
api.add_operation(:describe_account_assignment_deletion_status, Seahorse::Model::Operation.new.tap do |o|
|
@@ -765,11 +765,11 @@ module Aws::SSOAdmin
|
|
765
765
|
o.http_request_uri = "/"
|
766
766
|
o.input = Shapes::ShapeRef.new(shape: DescribeAccountAssignmentDeletionStatusRequest)
|
767
767
|
o.output = Shapes::ShapeRef.new(shape: DescribeAccountAssignmentDeletionStatusResponse)
|
768
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
769
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
770
768
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
771
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
769
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
770
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
772
771
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
772
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
773
773
|
end)
|
774
774
|
|
775
775
|
api.add_operation(:describe_instance_access_control_attribute_configuration, Seahorse::Model::Operation.new.tap do |o|
|
@@ -778,10 +778,10 @@ module Aws::SSOAdmin
|
|
778
778
|
o.http_request_uri = "/"
|
779
779
|
o.input = Shapes::ShapeRef.new(shape: DescribeInstanceAccessControlAttributeConfigurationRequest)
|
780
780
|
o.output = Shapes::ShapeRef.new(shape: DescribeInstanceAccessControlAttributeConfigurationResponse)
|
781
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
781
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
782
782
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
783
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
783
784
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
784
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
785
785
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
786
786
|
end)
|
787
787
|
|
@@ -791,11 +791,11 @@ module Aws::SSOAdmin
|
|
791
791
|
o.http_request_uri = "/"
|
792
792
|
o.input = Shapes::ShapeRef.new(shape: DescribePermissionSetRequest)
|
793
793
|
o.output = Shapes::ShapeRef.new(shape: DescribePermissionSetResponse)
|
794
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
795
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
796
794
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
797
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
795
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
796
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
798
797
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
798
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
799
799
|
end)
|
800
800
|
|
801
801
|
api.add_operation(:describe_permission_set_provisioning_status, Seahorse::Model::Operation.new.tap do |o|
|
@@ -804,11 +804,11 @@ module Aws::SSOAdmin
|
|
804
804
|
o.http_request_uri = "/"
|
805
805
|
o.input = Shapes::ShapeRef.new(shape: DescribePermissionSetProvisioningStatusRequest)
|
806
806
|
o.output = Shapes::ShapeRef.new(shape: DescribePermissionSetProvisioningStatusResponse)
|
807
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
808
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
809
807
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
810
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
808
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
809
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
811
810
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
811
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
812
812
|
end)
|
813
813
|
|
814
814
|
api.add_operation(:detach_customer_managed_policy_reference_from_permission_set, Seahorse::Model::Operation.new.tap do |o|
|
@@ -817,11 +817,11 @@ module Aws::SSOAdmin
|
|
817
817
|
o.http_request_uri = "/"
|
818
818
|
o.input = Shapes::ShapeRef.new(shape: DetachCustomerManagedPolicyReferenceFromPermissionSetRequest)
|
819
819
|
o.output = Shapes::ShapeRef.new(shape: DetachCustomerManagedPolicyReferenceFromPermissionSetResponse)
|
820
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
821
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
822
820
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
823
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
821
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
822
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
824
823
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
824
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
825
825
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
826
826
|
end)
|
827
827
|
|
@@ -831,11 +831,11 @@ module Aws::SSOAdmin
|
|
831
831
|
o.http_request_uri = "/"
|
832
832
|
o.input = Shapes::ShapeRef.new(shape: DetachManagedPolicyFromPermissionSetRequest)
|
833
833
|
o.output = Shapes::ShapeRef.new(shape: DetachManagedPolicyFromPermissionSetResponse)
|
834
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
835
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
836
834
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
837
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
835
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
836
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
838
837
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
838
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
839
839
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
840
840
|
end)
|
841
841
|
|
@@ -845,11 +845,11 @@ module Aws::SSOAdmin
|
|
845
845
|
o.http_request_uri = "/"
|
846
846
|
o.input = Shapes::ShapeRef.new(shape: GetInlinePolicyForPermissionSetRequest)
|
847
847
|
o.output = Shapes::ShapeRef.new(shape: GetInlinePolicyForPermissionSetResponse)
|
848
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
849
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
850
848
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
851
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
849
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
850
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
852
851
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
852
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
853
853
|
end)
|
854
854
|
|
855
855
|
api.add_operation(:get_permissions_boundary_for_permission_set, Seahorse::Model::Operation.new.tap do |o|
|
@@ -858,11 +858,11 @@ module Aws::SSOAdmin
|
|
858
858
|
o.http_request_uri = "/"
|
859
859
|
o.input = Shapes::ShapeRef.new(shape: GetPermissionsBoundaryForPermissionSetRequest)
|
860
860
|
o.output = Shapes::ShapeRef.new(shape: GetPermissionsBoundaryForPermissionSetResponse)
|
861
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
862
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
863
861
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
864
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
862
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
863
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
865
864
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
865
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
866
866
|
end)
|
867
867
|
|
868
868
|
api.add_operation(:list_account_assignment_creation_status, Seahorse::Model::Operation.new.tap do |o|
|
@@ -871,11 +871,11 @@ module Aws::SSOAdmin
|
|
871
871
|
o.http_request_uri = "/"
|
872
872
|
o.input = Shapes::ShapeRef.new(shape: ListAccountAssignmentCreationStatusRequest)
|
873
873
|
o.output = Shapes::ShapeRef.new(shape: ListAccountAssignmentCreationStatusResponse)
|
874
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
875
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
876
874
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
877
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
875
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
876
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
878
877
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
878
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
879
879
|
o[:pager] = Aws::Pager.new(
|
880
880
|
limit_key: "max_results",
|
881
881
|
tokens: {
|
@@ -890,11 +890,11 @@ module Aws::SSOAdmin
|
|
890
890
|
o.http_request_uri = "/"
|
891
891
|
o.input = Shapes::ShapeRef.new(shape: ListAccountAssignmentDeletionStatusRequest)
|
892
892
|
o.output = Shapes::ShapeRef.new(shape: ListAccountAssignmentDeletionStatusResponse)
|
893
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
894
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
895
893
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
896
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
894
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
895
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
897
896
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
897
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
898
898
|
o[:pager] = Aws::Pager.new(
|
899
899
|
limit_key: "max_results",
|
900
900
|
tokens: {
|
@@ -909,11 +909,11 @@ module Aws::SSOAdmin
|
|
909
909
|
o.http_request_uri = "/"
|
910
910
|
o.input = Shapes::ShapeRef.new(shape: ListAccountAssignmentsRequest)
|
911
911
|
o.output = Shapes::ShapeRef.new(shape: ListAccountAssignmentsResponse)
|
912
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
913
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
914
912
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
915
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
913
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
914
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
916
915
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
916
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
917
917
|
o[:pager] = Aws::Pager.new(
|
918
918
|
limit_key: "max_results",
|
919
919
|
tokens: {
|
@@ -928,11 +928,11 @@ module Aws::SSOAdmin
|
|
928
928
|
o.http_request_uri = "/"
|
929
929
|
o.input = Shapes::ShapeRef.new(shape: ListAccountsForProvisionedPermissionSetRequest)
|
930
930
|
o.output = Shapes::ShapeRef.new(shape: ListAccountsForProvisionedPermissionSetResponse)
|
931
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
932
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
933
931
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
934
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
932
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
933
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
935
934
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
935
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
936
936
|
o[:pager] = Aws::Pager.new(
|
937
937
|
limit_key: "max_results",
|
938
938
|
tokens: {
|
@@ -947,11 +947,11 @@ module Aws::SSOAdmin
|
|
947
947
|
o.http_request_uri = "/"
|
948
948
|
o.input = Shapes::ShapeRef.new(shape: ListCustomerManagedPolicyReferencesInPermissionSetRequest)
|
949
949
|
o.output = Shapes::ShapeRef.new(shape: ListCustomerManagedPolicyReferencesInPermissionSetResponse)
|
950
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
951
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
952
950
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
953
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
951
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
952
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
954
953
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
954
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
955
955
|
o[:pager] = Aws::Pager.new(
|
956
956
|
limit_key: "max_results",
|
957
957
|
tokens: {
|
@@ -966,8 +966,8 @@ module Aws::SSOAdmin
|
|
966
966
|
o.http_request_uri = "/"
|
967
967
|
o.input = Shapes::ShapeRef.new(shape: ListInstancesRequest)
|
968
968
|
o.output = Shapes::ShapeRef.new(shape: ListInstancesResponse)
|
969
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
970
969
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
970
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
971
971
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
972
972
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
973
973
|
o[:pager] = Aws::Pager.new(
|
@@ -984,11 +984,11 @@ module Aws::SSOAdmin
|
|
984
984
|
o.http_request_uri = "/"
|
985
985
|
o.input = Shapes::ShapeRef.new(shape: ListManagedPoliciesInPermissionSetRequest)
|
986
986
|
o.output = Shapes::ShapeRef.new(shape: ListManagedPoliciesInPermissionSetResponse)
|
987
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
988
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
989
987
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
990
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
988
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
989
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
991
990
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
991
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
992
992
|
o[:pager] = Aws::Pager.new(
|
993
993
|
limit_key: "max_results",
|
994
994
|
tokens: {
|
@@ -1003,11 +1003,11 @@ module Aws::SSOAdmin
|
|
1003
1003
|
o.http_request_uri = "/"
|
1004
1004
|
o.input = Shapes::ShapeRef.new(shape: ListPermissionSetProvisioningStatusRequest)
|
1005
1005
|
o.output = Shapes::ShapeRef.new(shape: ListPermissionSetProvisioningStatusResponse)
|
1006
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1007
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1008
1006
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1009
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
1007
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1008
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1010
1009
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1010
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1011
1011
|
o[:pager] = Aws::Pager.new(
|
1012
1012
|
limit_key: "max_results",
|
1013
1013
|
tokens: {
|
@@ -1022,11 +1022,11 @@ module Aws::SSOAdmin
|
|
1022
1022
|
o.http_request_uri = "/"
|
1023
1023
|
o.input = Shapes::ShapeRef.new(shape: ListPermissionSetsRequest)
|
1024
1024
|
o.output = Shapes::ShapeRef.new(shape: ListPermissionSetsResponse)
|
1025
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1026
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1027
1025
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1028
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
1026
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1027
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1029
1028
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1029
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1030
1030
|
o[:pager] = Aws::Pager.new(
|
1031
1031
|
limit_key: "max_results",
|
1032
1032
|
tokens: {
|
@@ -1041,11 +1041,11 @@ module Aws::SSOAdmin
|
|
1041
1041
|
o.http_request_uri = "/"
|
1042
1042
|
o.input = Shapes::ShapeRef.new(shape: ListPermissionSetsProvisionedToAccountRequest)
|
1043
1043
|
o.output = Shapes::ShapeRef.new(shape: ListPermissionSetsProvisionedToAccountResponse)
|
1044
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1045
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1046
1044
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1047
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
1045
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1046
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1048
1047
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1048
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1049
1049
|
o[:pager] = Aws::Pager.new(
|
1050
1050
|
limit_key: "max_results",
|
1051
1051
|
tokens: {
|
@@ -1060,11 +1060,11 @@ module Aws::SSOAdmin
|
|
1060
1060
|
o.http_request_uri = "/"
|
1061
1061
|
o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
|
1062
1062
|
o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
|
1063
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1064
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1065
1063
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1066
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
1064
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1065
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1067
1066
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1067
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1068
1068
|
o[:pager] = Aws::Pager.new(
|
1069
1069
|
tokens: {
|
1070
1070
|
"next_token" => "next_token"
|
@@ -1078,11 +1078,11 @@ module Aws::SSOAdmin
|
|
1078
1078
|
o.http_request_uri = "/"
|
1079
1079
|
o.input = Shapes::ShapeRef.new(shape: ProvisionPermissionSetRequest)
|
1080
1080
|
o.output = Shapes::ShapeRef.new(shape: ProvisionPermissionSetResponse)
|
1081
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1082
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1083
1081
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1084
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
1082
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1083
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1085
1084
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1085
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1086
1086
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1087
1087
|
end)
|
1088
1088
|
|
@@ -1092,12 +1092,12 @@ module Aws::SSOAdmin
|
|
1092
1092
|
o.http_request_uri = "/"
|
1093
1093
|
o.input = Shapes::ShapeRef.new(shape: PutInlinePolicyToPermissionSetRequest)
|
1094
1094
|
o.output = Shapes::ShapeRef.new(shape: PutInlinePolicyToPermissionSetResponse)
|
1095
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1096
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1097
1095
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1098
1096
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1099
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
1097
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1098
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1100
1099
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1100
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1101
1101
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1102
1102
|
end)
|
1103
1103
|
|
@@ -1107,11 +1107,11 @@ module Aws::SSOAdmin
|
|
1107
1107
|
o.http_request_uri = "/"
|
1108
1108
|
o.input = Shapes::ShapeRef.new(shape: PutPermissionsBoundaryToPermissionSetRequest)
|
1109
1109
|
o.output = Shapes::ShapeRef.new(shape: PutPermissionsBoundaryToPermissionSetResponse)
|
1110
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1111
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1112
1110
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1113
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
1111
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1112
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1114
1113
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1114
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1115
1115
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1116
1116
|
end)
|
1117
1117
|
|
@@ -1121,12 +1121,12 @@ module Aws::SSOAdmin
|
|
1121
1121
|
o.http_request_uri = "/"
|
1122
1122
|
o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
|
1123
1123
|
o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
|
1124
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1125
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1126
1124
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1127
1125
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1128
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
1126
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1127
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1129
1128
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1129
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1130
1130
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1131
1131
|
end)
|
1132
1132
|
|
@@ -1136,11 +1136,11 @@ module Aws::SSOAdmin
|
|
1136
1136
|
o.http_request_uri = "/"
|
1137
1137
|
o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
|
1138
1138
|
o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
|
1139
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1140
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1141
1139
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1142
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
1140
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1141
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1143
1142
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1143
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1144
1144
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1145
1145
|
end)
|
1146
1146
|
|
@@ -1150,11 +1150,11 @@ module Aws::SSOAdmin
|
|
1150
1150
|
o.http_request_uri = "/"
|
1151
1151
|
o.input = Shapes::ShapeRef.new(shape: UpdateInstanceAccessControlAttributeConfigurationRequest)
|
1152
1152
|
o.output = Shapes::ShapeRef.new(shape: UpdateInstanceAccessControlAttributeConfigurationResponse)
|
1153
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1153
1154
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1155
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1154
1156
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1155
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1156
1157
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1157
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1158
1158
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1159
1159
|
end)
|
1160
1160
|
|
@@ -1164,11 +1164,11 @@ module Aws::SSOAdmin
|
|
1164
1164
|
o.http_request_uri = "/"
|
1165
1165
|
o.input = Shapes::ShapeRef.new(shape: UpdatePermissionSetRequest)
|
1166
1166
|
o.output = Shapes::ShapeRef.new(shape: UpdatePermissionSetResponse)
|
1167
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1168
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1169
1167
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1170
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
1168
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1169
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1171
1170
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1171
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1172
1172
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1173
1173
|
end)
|
1174
1174
|
end
|