aws-sdk-iam 1.132.0 → 1.134.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.
@@ -14,6 +14,7 @@ module Aws::IAM
14
14
 
15
15
  include Seahorse::Model
16
16
 
17
+ AcceptDelegationRequestRequest = Shapes::StructureShape.new(name: 'AcceptDelegationRequestRequest')
17
18
  AccessAdvisorUsageGranularityType = Shapes::StringShape.new(name: 'AccessAdvisorUsageGranularityType')
18
19
  AccessDetail = Shapes::StructureShape.new(name: 'AccessDetail')
19
20
  AccessDetails = Shapes::ListShape.new(name: 'AccessDetails')
@@ -27,6 +28,7 @@ module Aws::IAM
27
28
  AddRoleToInstanceProfileRequest = Shapes::StructureShape.new(name: 'AddRoleToInstanceProfileRequest')
28
29
  AddUserToGroupRequest = Shapes::StructureShape.new(name: 'AddUserToGroupRequest')
29
30
  ArnListType = Shapes::ListShape.new(name: 'ArnListType')
31
+ AssociateDelegationRequestRequest = Shapes::StructureShape.new(name: 'AssociateDelegationRequestRequest')
30
32
  AttachGroupPolicyRequest = Shapes::StructureShape.new(name: 'AttachGroupPolicyRequest')
31
33
  AttachRolePolicyRequest = Shapes::StructureShape.new(name: 'AttachRolePolicyRequest')
32
34
  AttachUserPolicyRequest = Shapes::StructureShape.new(name: 'AttachUserPolicyRequest')
@@ -51,6 +53,8 @@ module Aws::IAM
51
53
  CreateAccessKeyRequest = Shapes::StructureShape.new(name: 'CreateAccessKeyRequest')
52
54
  CreateAccessKeyResponse = Shapes::StructureShape.new(name: 'CreateAccessKeyResponse')
53
55
  CreateAccountAliasRequest = Shapes::StructureShape.new(name: 'CreateAccountAliasRequest')
56
+ CreateDelegationRequestRequest = Shapes::StructureShape.new(name: 'CreateDelegationRequestRequest')
57
+ CreateDelegationRequestResponse = Shapes::StructureShape.new(name: 'CreateDelegationRequestResponse')
54
58
  CreateGroupRequest = Shapes::StructureShape.new(name: 'CreateGroupRequest')
55
59
  CreateGroupResponse = Shapes::StructureShape.new(name: 'CreateGroupResponse')
56
60
  CreateInstanceProfileRequest = Shapes::StructureShape.new(name: 'CreateInstanceProfileRequest')
@@ -79,6 +83,8 @@ module Aws::IAM
79
83
  CredentialReportNotPresentException = Shapes::StructureShape.new(name: 'CredentialReportNotPresentException', error: {"code" => "ReportNotPresent", "httpStatusCode" => 410, "senderFault" => true})
80
84
  CredentialReportNotReadyException = Shapes::StructureShape.new(name: 'CredentialReportNotReadyException', error: {"code" => "ReportInProgress", "httpStatusCode" => 404, "senderFault" => true})
81
85
  DeactivateMFADeviceRequest = Shapes::StructureShape.new(name: 'DeactivateMFADeviceRequest')
86
+ DelegationPermission = Shapes::StructureShape.new(name: 'DelegationPermission')
87
+ DelegationRequest = Shapes::StructureShape.new(name: 'DelegationRequest')
82
88
  DeleteAccessKeyRequest = Shapes::StructureShape.new(name: 'DeleteAccessKeyRequest')
83
89
  DeleteAccountAliasRequest = Shapes::StructureShape.new(name: 'DeleteAccountAliasRequest')
84
90
  DeleteConflictException = Shapes::StructureShape.new(name: 'DeleteConflictException', error: {"code" => "DeleteConflict", "httpStatusCode" => 409, "senderFault" => true})
@@ -147,10 +153,14 @@ module Aws::IAM
147
153
  GetContextKeysForPolicyResponse = Shapes::StructureShape.new(name: 'GetContextKeysForPolicyResponse')
148
154
  GetContextKeysForPrincipalPolicyRequest = Shapes::StructureShape.new(name: 'GetContextKeysForPrincipalPolicyRequest')
149
155
  GetCredentialReportResponse = Shapes::StructureShape.new(name: 'GetCredentialReportResponse')
156
+ GetDelegationRequestRequest = Shapes::StructureShape.new(name: 'GetDelegationRequestRequest')
157
+ GetDelegationRequestResponse = Shapes::StructureShape.new(name: 'GetDelegationRequestResponse')
150
158
  GetGroupPolicyRequest = Shapes::StructureShape.new(name: 'GetGroupPolicyRequest')
151
159
  GetGroupPolicyResponse = Shapes::StructureShape.new(name: 'GetGroupPolicyResponse')
152
160
  GetGroupRequest = Shapes::StructureShape.new(name: 'GetGroupRequest')
153
161
  GetGroupResponse = Shapes::StructureShape.new(name: 'GetGroupResponse')
162
+ GetHumanReadableSummaryRequest = Shapes::StructureShape.new(name: 'GetHumanReadableSummaryRequest')
163
+ GetHumanReadableSummaryResponse = Shapes::StructureShape.new(name: 'GetHumanReadableSummaryResponse')
154
164
  GetInstanceProfileRequest = Shapes::StructureShape.new(name: 'GetInstanceProfileRequest')
155
165
  GetInstanceProfileResponse = Shapes::StructureShape.new(name: 'GetInstanceProfileResponse')
156
166
  GetLoginProfileRequest = Shapes::StructureShape.new(name: 'GetLoginProfileRequest')
@@ -206,6 +216,8 @@ module Aws::IAM
206
216
  ListAttachedRolePoliciesResponse = Shapes::StructureShape.new(name: 'ListAttachedRolePoliciesResponse')
207
217
  ListAttachedUserPoliciesRequest = Shapes::StructureShape.new(name: 'ListAttachedUserPoliciesRequest')
208
218
  ListAttachedUserPoliciesResponse = Shapes::StructureShape.new(name: 'ListAttachedUserPoliciesResponse')
219
+ ListDelegationRequestsRequest = Shapes::StructureShape.new(name: 'ListDelegationRequestsRequest')
220
+ ListDelegationRequestsResponse = Shapes::StructureShape.new(name: 'ListDelegationRequestsResponse')
209
221
  ListEntitiesForPolicyRequest = Shapes::StructureShape.new(name: 'ListEntitiesForPolicyRequest')
210
222
  ListEntitiesForPolicyResponse = Shapes::StructureShape.new(name: 'ListEntitiesForPolicyResponse')
211
223
  ListGroupPoliciesRequest = Shapes::StructureShape.new(name: 'ListGroupPoliciesRequest')
@@ -295,6 +307,8 @@ module Aws::IAM
295
307
  PolicyGroupListType = Shapes::ListShape.new(name: 'PolicyGroupListType')
296
308
  PolicyIdentifierType = Shapes::StringShape.new(name: 'PolicyIdentifierType')
297
309
  PolicyNotAttachableException = Shapes::StructureShape.new(name: 'PolicyNotAttachableException', error: {"code" => "PolicyNotAttachable", "httpStatusCode" => 400, "senderFault" => true})
310
+ PolicyParameter = Shapes::StructureShape.new(name: 'PolicyParameter')
311
+ PolicyParameterTypeEnum = Shapes::StringShape.new(name: 'PolicyParameterTypeEnum')
298
312
  PolicyRole = Shapes::StructureShape.new(name: 'PolicyRole')
299
313
  PolicyRoleListType = Shapes::ListShape.new(name: 'PolicyRoleListType')
300
314
  PolicySourceType = Shapes::StringShape.new(name: 'PolicySourceType')
@@ -310,6 +324,7 @@ module Aws::IAM
310
324
  PutUserPolicyRequest = Shapes::StructureShape.new(name: 'PutUserPolicyRequest')
311
325
  ReasonType = Shapes::StringShape.new(name: 'ReasonType')
312
326
  RegionNameType = Shapes::StringShape.new(name: 'RegionNameType')
327
+ RejectDelegationRequestRequest = Shapes::StructureShape.new(name: 'RejectDelegationRequestRequest')
313
328
  RemoveClientIDFromOpenIDConnectProviderRequest = Shapes::StructureShape.new(name: 'RemoveClientIDFromOpenIDConnectProviderRequest')
314
329
  RemoveRoleFromInstanceProfileRequest = Shapes::StructureShape.new(name: 'RemoveRoleFromInstanceProfileRequest')
315
330
  RemoveUserFromGroupRequest = Shapes::StructureShape.new(name: 'RemoveUserFromGroupRequest')
@@ -339,6 +354,7 @@ module Aws::IAM
339
354
  SSHPublicKey = Shapes::StructureShape.new(name: 'SSHPublicKey')
340
355
  SSHPublicKeyListType = Shapes::ListShape.new(name: 'SSHPublicKeyListType')
341
356
  SSHPublicKeyMetadata = Shapes::StructureShape.new(name: 'SSHPublicKeyMetadata')
357
+ SendDelegationTokenRequest = Shapes::StructureShape.new(name: 'SendDelegationTokenRequest')
342
358
  ServerCertificate = Shapes::StructureShape.new(name: 'ServerCertificate')
343
359
  ServerCertificateMetadata = Shapes::StructureShape.new(name: 'ServerCertificateMetadata')
344
360
  ServiceAccessNotEnabledException = Shapes::StructureShape.new(name: 'ServiceAccessNotEnabledException')
@@ -382,6 +398,7 @@ module Aws::IAM
382
398
  UpdateAccessKeyRequest = Shapes::StructureShape.new(name: 'UpdateAccessKeyRequest')
383
399
  UpdateAccountPasswordPolicyRequest = Shapes::StructureShape.new(name: 'UpdateAccountPasswordPolicyRequest')
384
400
  UpdateAssumeRolePolicyRequest = Shapes::StructureShape.new(name: 'UpdateAssumeRolePolicyRequest')
401
+ UpdateDelegationRequestRequest = Shapes::StructureShape.new(name: 'UpdateDelegationRequestRequest')
385
402
  UpdateGroupRequest = Shapes::StructureShape.new(name: 'UpdateGroupRequest')
386
403
  UpdateLoginProfileRequest = Shapes::StructureShape.new(name: 'UpdateLoginProfileRequest')
387
404
  UpdateOpenIDConnectProviderThumbprintRequest = Shapes::StructureShape.new(name: 'UpdateOpenIDConnectProviderThumbprintRequest')
@@ -410,6 +427,7 @@ module Aws::IAM
410
427
  accessKeySecretType = Shapes::StringShape.new(name: 'accessKeySecretType')
411
428
  accountAliasListType = Shapes::ListShape.new(name: 'accountAliasListType')
412
429
  accountAliasType = Shapes::StringShape.new(name: 'accountAliasType')
430
+ accountIdType = Shapes::StringShape.new(name: 'accountIdType')
413
431
  allUsers = Shapes::BooleanShape.new(name: 'allUsers')
414
432
  arnType = Shapes::StringShape.new(name: 'arnType')
415
433
  assertionEncryptionModeType = Shapes::StringShape.new(name: 'assertionEncryptionModeType')
@@ -425,12 +443,16 @@ module Aws::IAM
425
443
  certificateListType = Shapes::ListShape.new(name: 'certificateListType')
426
444
  clientIDListType = Shapes::ListShape.new(name: 'clientIDListType')
427
445
  clientIDType = Shapes::StringShape.new(name: 'clientIDType')
446
+ consoleDeepLinkType = Shapes::StringShape.new(name: 'consoleDeepLinkType')
428
447
  credentialAgeDays = Shapes::IntegerShape.new(name: 'credentialAgeDays')
429
448
  credentialReportExpiredExceptionMessage = Shapes::StringShape.new(name: 'credentialReportExpiredExceptionMessage')
430
449
  credentialReportNotPresentExceptionMessage = Shapes::StringShape.new(name: 'credentialReportNotPresentExceptionMessage')
431
450
  credentialReportNotReadyExceptionMessage = Shapes::StringShape.new(name: 'credentialReportNotReadyExceptionMessage')
432
451
  customSuffixType = Shapes::StringShape.new(name: 'customSuffixType')
433
452
  dateType = Shapes::TimestampShape.new(name: 'dateType')
453
+ delegationRequestDescriptionType = Shapes::StringShape.new(name: 'delegationRequestDescriptionType')
454
+ delegationRequestIdType = Shapes::StringShape.new(name: 'delegationRequestIdType')
455
+ delegationRequestsListType = Shapes::ListShape.new(name: 'delegationRequestsListType')
434
456
  deleteConflictMessage = Shapes::StringShape.new(name: 'deleteConflictMessage')
435
457
  duplicateCertificateMessage = Shapes::StringShape.new(name: 'duplicateCertificateMessage')
436
458
  duplicateSSHPublicKeyMessage = Shapes::StringShape.new(name: 'duplicateSSHPublicKeyMessage')
@@ -460,6 +482,7 @@ module Aws::IAM
460
482
  keyPairMismatchMessage = Shapes::StringShape.new(name: 'keyPairMismatchMessage')
461
483
  limitExceededMessage = Shapes::StringShape.new(name: 'limitExceededMessage')
462
484
  listPolicyGrantingServiceAccessResponseListType = Shapes::ListShape.new(name: 'listPolicyGrantingServiceAccessResponseListType')
485
+ localeType = Shapes::StringShape.new(name: 'localeType')
463
486
  malformedCertificateMessage = Shapes::StringShape.new(name: 'malformedCertificateMessage')
464
487
  malformedPolicyDocumentMessage = Shapes::StringShape.new(name: 'malformedPolicyDocumentMessage')
465
488
  markerType = Shapes::StringShape.new(name: 'markerType')
@@ -468,14 +491,20 @@ module Aws::IAM
468
491
  mfaDeviceListType = Shapes::ListShape.new(name: 'mfaDeviceListType')
469
492
  minimumPasswordLengthType = Shapes::IntegerShape.new(name: 'minimumPasswordLengthType')
470
493
  noSuchEntityMessage = Shapes::StringShape.new(name: 'noSuchEntityMessage')
494
+ notesType = Shapes::StringShape.new(name: 'notesType')
495
+ notificationChannelType = Shapes::StringShape.new(name: 'notificationChannelType')
471
496
  openIdIdpCommunicationErrorExceptionMessage = Shapes::StringShape.new(name: 'openIdIdpCommunicationErrorExceptionMessage')
472
497
  organizationsEntityPathType = Shapes::StringShape.new(name: 'organizationsEntityPathType')
473
498
  organizationsPolicyIdType = Shapes::StringShape.new(name: 'organizationsPolicyIdType')
499
+ ownerIdType = Shapes::StringShape.new(name: 'ownerIdType')
474
500
  passwordPolicyViolationMessage = Shapes::StringShape.new(name: 'passwordPolicyViolationMessage')
475
501
  passwordReusePreventionType = Shapes::IntegerShape.new(name: 'passwordReusePreventionType')
476
502
  passwordType = Shapes::StringShape.new(name: 'passwordType')
477
503
  pathPrefixType = Shapes::StringShape.new(name: 'pathPrefixType')
478
504
  pathType = Shapes::StringShape.new(name: 'pathType')
505
+ permissionCheckResultType = Shapes::StringShape.new(name: 'permissionCheckResultType')
506
+ permissionCheckStatusType = Shapes::StringShape.new(name: 'permissionCheckStatusType')
507
+ permissionType = Shapes::StringShape.new(name: 'permissionType')
479
508
  policyDescriptionType = Shapes::StringShape.new(name: 'policyDescriptionType')
480
509
  policyDetailListType = Shapes::ListShape.new(name: 'policyDetailListType')
481
510
  policyDocumentType = Shapes::StringShape.new(name: 'policyDocumentType')
@@ -487,6 +516,10 @@ module Aws::IAM
487
516
  policyNameType = Shapes::StringShape.new(name: 'policyNameType')
488
517
  policyNotAttachableMessage = Shapes::StringShape.new(name: 'policyNotAttachableMessage')
489
518
  policyOwnerEntityType = Shapes::StringShape.new(name: 'policyOwnerEntityType')
519
+ policyParameterListType = Shapes::ListShape.new(name: 'policyParameterListType')
520
+ policyParameterNameType = Shapes::StringShape.new(name: 'policyParameterNameType')
521
+ policyParameterValueType = Shapes::StringShape.new(name: 'policyParameterValueType')
522
+ policyParameterValuesListType = Shapes::ListShape.new(name: 'policyParameterValuesListType')
490
523
  policyPathType = Shapes::StringShape.new(name: 'policyPathType')
491
524
  policyScopeType = Shapes::StringShape.new(name: 'policyScopeType')
492
525
  policyType = Shapes::StringShape.new(name: 'policyType')
@@ -497,13 +530,18 @@ module Aws::IAM
497
530
  publicKeyFingerprintType = Shapes::StringShape.new(name: 'publicKeyFingerprintType')
498
531
  publicKeyIdType = Shapes::StringShape.new(name: 'publicKeyIdType')
499
532
  publicKeyMaterialType = Shapes::StringShape.new(name: 'publicKeyMaterialType')
533
+ redirectUrlType = Shapes::StringShape.new(name: 'redirectUrlType')
500
534
  reportGenerationLimitExceededMessage = Shapes::StringShape.new(name: 'reportGenerationLimitExceededMessage')
535
+ requestMessageType = Shapes::StringShape.new(name: 'requestMessageType')
536
+ requestorNameType = Shapes::StringShape.new(name: 'requestorNameType')
537
+ requestorWorkflowIdType = Shapes::StringShape.new(name: 'requestorWorkflowIdType')
501
538
  responseMarkerType = Shapes::StringShape.new(name: 'responseMarkerType')
502
539
  roleDescriptionType = Shapes::StringShape.new(name: 'roleDescriptionType')
503
540
  roleDetailListType = Shapes::ListShape.new(name: 'roleDetailListType')
504
541
  roleListType = Shapes::ListShape.new(name: 'roleListType')
505
542
  roleMaxSessionDurationType = Shapes::IntegerShape.new(name: 'roleMaxSessionDurationType')
506
543
  roleNameType = Shapes::StringShape.new(name: 'roleNameType')
544
+ rolePermissionRestrictionArnListType = Shapes::ListShape.new(name: 'rolePermissionRestrictionArnListType')
507
545
  serialNumberType = Shapes::StringShape.new(name: 'serialNumberType')
508
546
  serverCertificateMetadataListType = Shapes::ListShape.new(name: 'serverCertificateMetadataListType')
509
547
  serverCertificateNameType = Shapes::StringShape.new(name: 'serverCertificateNameType')
@@ -518,11 +556,15 @@ module Aws::IAM
518
556
  servicePassword = Shapes::StringShape.new(name: 'servicePassword')
519
557
  serviceSpecificCredentialId = Shapes::StringShape.new(name: 'serviceSpecificCredentialId')
520
558
  serviceUserName = Shapes::StringShape.new(name: 'serviceUserName')
559
+ sessionDurationType = Shapes::IntegerShape.new(name: 'sessionDurationType')
521
560
  sortKeyType = Shapes::StringShape.new(name: 'sortKeyType')
561
+ stateType = Shapes::StringShape.new(name: 'stateType')
522
562
  statusType = Shapes::StringShape.new(name: 'statusType')
523
563
  stringType = Shapes::StringShape.new(name: 'stringType')
564
+ summaryContentType = Shapes::StringShape.new(name: 'summaryContentType')
524
565
  summaryKeyType = Shapes::StringShape.new(name: 'summaryKeyType')
525
566
  summaryMapType = Shapes::MapShape.new(name: 'summaryMapType')
567
+ summaryStateType = Shapes::StringShape.new(name: 'summaryStateType')
526
568
  summaryValueType = Shapes::IntegerShape.new(name: 'summaryValueType')
527
569
  tagKeyListType = Shapes::ListShape.new(name: 'tagKeyListType')
528
570
  tagKeyType = Shapes::StringShape.new(name: 'tagKeyType')
@@ -538,6 +580,9 @@ module Aws::IAM
538
580
  virtualMFADeviceListType = Shapes::ListShape.new(name: 'virtualMFADeviceListType')
539
581
  virtualMFADeviceName = Shapes::StringShape.new(name: 'virtualMFADeviceName')
540
582
 
583
+ AcceptDelegationRequestRequest.add_member(:delegation_request_id, Shapes::ShapeRef.new(shape: delegationRequestIdType, required: true, location_name: "DelegationRequestId"))
584
+ AcceptDelegationRequestRequest.struct_class = Types::AcceptDelegationRequestRequest
585
+
541
586
  AccessDetail.add_member(:service_name, Shapes::ShapeRef.new(shape: serviceNameType, required: true, location_name: "ServiceName"))
542
587
  AccessDetail.add_member(:service_namespace, Shapes::ShapeRef.new(shape: serviceNamespaceType, required: true, location_name: "ServiceNamespace"))
543
588
  AccessDetail.add_member(:region, Shapes::ShapeRef.new(shape: stringType, location_name: "Region"))
@@ -584,6 +629,9 @@ module Aws::IAM
584
629
 
585
630
  ArnListType.member = Shapes::ShapeRef.new(shape: arnType)
586
631
 
632
+ AssociateDelegationRequestRequest.add_member(:delegation_request_id, Shapes::ShapeRef.new(shape: delegationRequestIdType, required: true, location_name: "DelegationRequestId"))
633
+ AssociateDelegationRequestRequest.struct_class = Types::AssociateDelegationRequestRequest
634
+
587
635
  AttachGroupPolicyRequest.add_member(:group_name, Shapes::ShapeRef.new(shape: groupNameType, required: true, location_name: "GroupName"))
588
636
  AttachGroupPolicyRequest.add_member(:policy_arn, Shapes::ShapeRef.new(shape: arnType, required: true, location_name: "PolicyArn"))
589
637
  AttachGroupPolicyRequest.struct_class = Types::AttachGroupPolicyRequest
@@ -636,6 +684,21 @@ module Aws::IAM
636
684
  CreateAccountAliasRequest.add_member(:account_alias, Shapes::ShapeRef.new(shape: accountAliasType, required: true, location_name: "AccountAlias"))
637
685
  CreateAccountAliasRequest.struct_class = Types::CreateAccountAliasRequest
638
686
 
687
+ CreateDelegationRequestRequest.add_member(:owner_account_id, Shapes::ShapeRef.new(shape: accountIdType, location_name: "OwnerAccountId"))
688
+ CreateDelegationRequestRequest.add_member(:description, Shapes::ShapeRef.new(shape: delegationRequestDescriptionType, required: true, location_name: "Description"))
689
+ CreateDelegationRequestRequest.add_member(:permissions, Shapes::ShapeRef.new(shape: DelegationPermission, required: true, location_name: "Permissions"))
690
+ CreateDelegationRequestRequest.add_member(:request_message, Shapes::ShapeRef.new(shape: requestMessageType, location_name: "RequestMessage"))
691
+ CreateDelegationRequestRequest.add_member(:requestor_workflow_id, Shapes::ShapeRef.new(shape: requestorWorkflowIdType, required: true, location_name: "RequestorWorkflowId"))
692
+ CreateDelegationRequestRequest.add_member(:redirect_url, Shapes::ShapeRef.new(shape: redirectUrlType, location_name: "RedirectUrl"))
693
+ CreateDelegationRequestRequest.add_member(:notification_channel, Shapes::ShapeRef.new(shape: notificationChannelType, required: true, location_name: "NotificationChannel"))
694
+ CreateDelegationRequestRequest.add_member(:session_duration, Shapes::ShapeRef.new(shape: sessionDurationType, required: true, location_name: "SessionDuration"))
695
+ CreateDelegationRequestRequest.add_member(:only_send_by_owner, Shapes::ShapeRef.new(shape: booleanType, location_name: "OnlySendByOwner"))
696
+ CreateDelegationRequestRequest.struct_class = Types::CreateDelegationRequestRequest
697
+
698
+ CreateDelegationRequestResponse.add_member(:console_deep_link, Shapes::ShapeRef.new(shape: consoleDeepLinkType, location_name: "ConsoleDeepLink"))
699
+ CreateDelegationRequestResponse.add_member(:delegation_request_id, Shapes::ShapeRef.new(shape: delegationRequestIdType, location_name: "DelegationRequestId"))
700
+ CreateDelegationRequestResponse.struct_class = Types::CreateDelegationRequestResponse
701
+
639
702
  CreateGroupRequest.add_member(:path, Shapes::ShapeRef.new(shape: pathType, location_name: "Path"))
640
703
  CreateGroupRequest.add_member(:group_name, Shapes::ShapeRef.new(shape: groupNameType, required: true, location_name: "GroupName"))
641
704
  CreateGroupRequest.struct_class = Types::CreateGroupRequest
@@ -756,6 +819,31 @@ module Aws::IAM
756
819
  DeactivateMFADeviceRequest.add_member(:serial_number, Shapes::ShapeRef.new(shape: serialNumberType, required: true, location_name: "SerialNumber"))
757
820
  DeactivateMFADeviceRequest.struct_class = Types::DeactivateMFADeviceRequest
758
821
 
822
+ DelegationPermission.add_member(:policy_template_arn, Shapes::ShapeRef.new(shape: arnType, location_name: "PolicyTemplateArn"))
823
+ DelegationPermission.add_member(:parameters, Shapes::ShapeRef.new(shape: policyParameterListType, location_name: "Parameters"))
824
+ DelegationPermission.struct_class = Types::DelegationPermission
825
+
826
+ DelegationRequest.add_member(:delegation_request_id, Shapes::ShapeRef.new(shape: delegationRequestIdType, location_name: "DelegationRequestId"))
827
+ DelegationRequest.add_member(:owner_account_id, Shapes::ShapeRef.new(shape: accountIdType, location_name: "OwnerAccountId"))
828
+ DelegationRequest.add_member(:description, Shapes::ShapeRef.new(shape: delegationRequestDescriptionType, location_name: "Description"))
829
+ DelegationRequest.add_member(:request_message, Shapes::ShapeRef.new(shape: requestMessageType, location_name: "RequestMessage"))
830
+ DelegationRequest.add_member(:permissions, Shapes::ShapeRef.new(shape: DelegationPermission, location_name: "Permissions"))
831
+ DelegationRequest.add_member(:permission_policy, Shapes::ShapeRef.new(shape: permissionType, location_name: "PermissionPolicy"))
832
+ DelegationRequest.add_member(:role_permission_restriction_arns, Shapes::ShapeRef.new(shape: rolePermissionRestrictionArnListType, location_name: "RolePermissionRestrictionArns"))
833
+ DelegationRequest.add_member(:owner_id, Shapes::ShapeRef.new(shape: ownerIdType, location_name: "OwnerId"))
834
+ DelegationRequest.add_member(:approver_id, Shapes::ShapeRef.new(shape: arnType, location_name: "ApproverId"))
835
+ DelegationRequest.add_member(:state, Shapes::ShapeRef.new(shape: stateType, location_name: "State"))
836
+ DelegationRequest.add_member(:requestor_id, Shapes::ShapeRef.new(shape: accountIdType, location_name: "RequestorId"))
837
+ DelegationRequest.add_member(:requestor_name, Shapes::ShapeRef.new(shape: requestorNameType, location_name: "RequestorName"))
838
+ DelegationRequest.add_member(:create_date, Shapes::ShapeRef.new(shape: dateType, location_name: "CreateDate"))
839
+ DelegationRequest.add_member(:session_duration, Shapes::ShapeRef.new(shape: sessionDurationType, location_name: "SessionDuration"))
840
+ DelegationRequest.add_member(:redirect_url, Shapes::ShapeRef.new(shape: redirectUrlType, location_name: "RedirectUrl"))
841
+ DelegationRequest.add_member(:notes, Shapes::ShapeRef.new(shape: notesType, location_name: "Notes"))
842
+ DelegationRequest.add_member(:rejection_reason, Shapes::ShapeRef.new(shape: notesType, location_name: "RejectionReason"))
843
+ DelegationRequest.add_member(:only_send_by_owner, Shapes::ShapeRef.new(shape: booleanType, location_name: "OnlySendByOwner"))
844
+ DelegationRequest.add_member(:updated_time, Shapes::ShapeRef.new(shape: dateType, location_name: "UpdatedTime"))
845
+ DelegationRequest.struct_class = Types::DelegationRequest
846
+
759
847
  DeleteAccessKeyRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: existingUserNameType, location_name: "UserName"))
760
848
  DeleteAccessKeyRequest.add_member(:access_key_id, Shapes::ShapeRef.new(shape: accessKeyIdType, required: true, location_name: "AccessKeyId"))
761
849
  DeleteAccessKeyRequest.struct_class = Types::DeleteAccessKeyRequest
@@ -986,6 +1074,15 @@ module Aws::IAM
986
1074
  GetCredentialReportResponse.add_member(:generated_time, Shapes::ShapeRef.new(shape: dateType, location_name: "GeneratedTime"))
987
1075
  GetCredentialReportResponse.struct_class = Types::GetCredentialReportResponse
988
1076
 
1077
+ GetDelegationRequestRequest.add_member(:delegation_request_id, Shapes::ShapeRef.new(shape: delegationRequestIdType, required: true, location_name: "DelegationRequestId"))
1078
+ GetDelegationRequestRequest.add_member(:delegation_permission_check, Shapes::ShapeRef.new(shape: booleanType, location_name: "DelegationPermissionCheck"))
1079
+ GetDelegationRequestRequest.struct_class = Types::GetDelegationRequestRequest
1080
+
1081
+ GetDelegationRequestResponse.add_member(:delegation_request, Shapes::ShapeRef.new(shape: DelegationRequest, location_name: "DelegationRequest"))
1082
+ GetDelegationRequestResponse.add_member(:permission_check_status, Shapes::ShapeRef.new(shape: permissionCheckStatusType, location_name: "PermissionCheckStatus"))
1083
+ GetDelegationRequestResponse.add_member(:permission_check_result, Shapes::ShapeRef.new(shape: permissionCheckResultType, location_name: "PermissionCheckResult"))
1084
+ GetDelegationRequestResponse.struct_class = Types::GetDelegationRequestResponse
1085
+
989
1086
  GetGroupPolicyRequest.add_member(:group_name, Shapes::ShapeRef.new(shape: groupNameType, required: true, location_name: "GroupName"))
990
1087
  GetGroupPolicyRequest.add_member(:policy_name, Shapes::ShapeRef.new(shape: policyNameType, required: true, location_name: "PolicyName"))
991
1088
  GetGroupPolicyRequest.struct_class = Types::GetGroupPolicyRequest
@@ -1006,6 +1103,15 @@ module Aws::IAM
1006
1103
  GetGroupResponse.add_member(:marker, Shapes::ShapeRef.new(shape: responseMarkerType, location_name: "Marker"))
1007
1104
  GetGroupResponse.struct_class = Types::GetGroupResponse
1008
1105
 
1106
+ GetHumanReadableSummaryRequest.add_member(:entity_arn, Shapes::ShapeRef.new(shape: arnType, required: true, location_name: "EntityArn"))
1107
+ GetHumanReadableSummaryRequest.add_member(:locale, Shapes::ShapeRef.new(shape: localeType, location_name: "Locale"))
1108
+ GetHumanReadableSummaryRequest.struct_class = Types::GetHumanReadableSummaryRequest
1109
+
1110
+ GetHumanReadableSummaryResponse.add_member(:summary_content, Shapes::ShapeRef.new(shape: summaryContentType, location_name: "SummaryContent"))
1111
+ GetHumanReadableSummaryResponse.add_member(:locale, Shapes::ShapeRef.new(shape: localeType, location_name: "Locale"))
1112
+ GetHumanReadableSummaryResponse.add_member(:summary_state, Shapes::ShapeRef.new(shape: summaryStateType, location_name: "SummaryState"))
1113
+ GetHumanReadableSummaryResponse.struct_class = Types::GetHumanReadableSummaryResponse
1114
+
1009
1115
  GetInstanceProfileRequest.add_member(:instance_profile_name, Shapes::ShapeRef.new(shape: instanceProfileNameType, required: true, location_name: "InstanceProfileName"))
1010
1116
  GetInstanceProfileRequest.struct_class = Types::GetInstanceProfileRequest
1011
1117
 
@@ -1259,6 +1365,16 @@ module Aws::IAM
1259
1365
  ListAttachedUserPoliciesResponse.add_member(:marker, Shapes::ShapeRef.new(shape: responseMarkerType, location_name: "Marker"))
1260
1366
  ListAttachedUserPoliciesResponse.struct_class = Types::ListAttachedUserPoliciesResponse
1261
1367
 
1368
+ ListDelegationRequestsRequest.add_member(:owner_id, Shapes::ShapeRef.new(shape: ownerIdType, location_name: "OwnerId"))
1369
+ ListDelegationRequestsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
1370
+ ListDelegationRequestsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: maxItemsType, location_name: "MaxItems"))
1371
+ ListDelegationRequestsRequest.struct_class = Types::ListDelegationRequestsRequest
1372
+
1373
+ ListDelegationRequestsResponse.add_member(:delegation_requests, Shapes::ShapeRef.new(shape: delegationRequestsListType, location_name: "DelegationRequests"))
1374
+ ListDelegationRequestsResponse.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
1375
+ ListDelegationRequestsResponse.add_member(:is_truncated, Shapes::ShapeRef.new(shape: booleanType, location_name: "isTruncated"))
1376
+ ListDelegationRequestsResponse.struct_class = Types::ListDelegationRequestsResponse
1377
+
1262
1378
  ListEntitiesForPolicyRequest.add_member(:policy_arn, Shapes::ShapeRef.new(shape: arnType, required: true, location_name: "PolicyArn"))
1263
1379
  ListEntitiesForPolicyRequest.add_member(:entity_filter, Shapes::ShapeRef.new(shape: EntityType, location_name: "EntityFilter"))
1264
1380
  ListEntitiesForPolicyRequest.add_member(:path_prefix, Shapes::ShapeRef.new(shape: pathType, location_name: "PathPrefix"))
@@ -1664,6 +1780,11 @@ module Aws::IAM
1664
1780
  PolicyNotAttachableException.add_member(:message, Shapes::ShapeRef.new(shape: policyNotAttachableMessage, location_name: "message"))
1665
1781
  PolicyNotAttachableException.struct_class = Types::PolicyNotAttachableException
1666
1782
 
1783
+ PolicyParameter.add_member(:name, Shapes::ShapeRef.new(shape: policyParameterNameType, location_name: "Name"))
1784
+ PolicyParameter.add_member(:values, Shapes::ShapeRef.new(shape: policyParameterValuesListType, location_name: "Values"))
1785
+ PolicyParameter.add_member(:type, Shapes::ShapeRef.new(shape: PolicyParameterTypeEnum, location_name: "Type"))
1786
+ PolicyParameter.struct_class = Types::PolicyParameter
1787
+
1667
1788
  PolicyRole.add_member(:role_name, Shapes::ShapeRef.new(shape: roleNameType, location_name: "RoleName"))
1668
1789
  PolicyRole.add_member(:role_id, Shapes::ShapeRef.new(shape: idType, location_name: "RoleId"))
1669
1790
  PolicyRole.struct_class = Types::PolicyRole
@@ -1709,6 +1830,10 @@ module Aws::IAM
1709
1830
  PutUserPolicyRequest.add_member(:policy_document, Shapes::ShapeRef.new(shape: policyDocumentType, required: true, location_name: "PolicyDocument"))
1710
1831
  PutUserPolicyRequest.struct_class = Types::PutUserPolicyRequest
1711
1832
 
1833
+ RejectDelegationRequestRequest.add_member(:delegation_request_id, Shapes::ShapeRef.new(shape: delegationRequestIdType, required: true, location_name: "DelegationRequestId"))
1834
+ RejectDelegationRequestRequest.add_member(:notes, Shapes::ShapeRef.new(shape: notesType, location_name: "Notes"))
1835
+ RejectDelegationRequestRequest.struct_class = Types::RejectDelegationRequestRequest
1836
+
1712
1837
  RemoveClientIDFromOpenIDConnectProviderRequest.add_member(:open_id_connect_provider_arn, Shapes::ShapeRef.new(shape: arnType, required: true, location_name: "OpenIDConnectProviderArn"))
1713
1838
  RemoveClientIDFromOpenIDConnectProviderRequest.add_member(:client_id, Shapes::ShapeRef.new(shape: clientIDType, required: true, location_name: "ClientID"))
1714
1839
  RemoveClientIDFromOpenIDConnectProviderRequest.struct_class = Types::RemoveClientIDFromOpenIDConnectProviderRequest
@@ -1813,6 +1938,9 @@ module Aws::IAM
1813
1938
  SSHPublicKeyMetadata.add_member(:upload_date, Shapes::ShapeRef.new(shape: dateType, required: true, location_name: "UploadDate"))
1814
1939
  SSHPublicKeyMetadata.struct_class = Types::SSHPublicKeyMetadata
1815
1940
 
1941
+ SendDelegationTokenRequest.add_member(:delegation_request_id, Shapes::ShapeRef.new(shape: delegationRequestIdType, required: true, location_name: "DelegationRequestId"))
1942
+ SendDelegationTokenRequest.struct_class = Types::SendDelegationTokenRequest
1943
+
1816
1944
  ServerCertificate.add_member(:server_certificate_metadata, Shapes::ShapeRef.new(shape: ServerCertificateMetadata, required: true, location_name: "ServerCertificateMetadata"))
1817
1945
  ServerCertificate.add_member(:certificate_body, Shapes::ShapeRef.new(shape: certificateBodyType, required: true, location_name: "CertificateBody"))
1818
1946
  ServerCertificate.add_member(:certificate_chain, Shapes::ShapeRef.new(shape: certificateChainType, location_name: "CertificateChain"))
@@ -2028,6 +2156,10 @@ module Aws::IAM
2028
2156
  UpdateAssumeRolePolicyRequest.add_member(:policy_document, Shapes::ShapeRef.new(shape: policyDocumentType, required: true, location_name: "PolicyDocument"))
2029
2157
  UpdateAssumeRolePolicyRequest.struct_class = Types::UpdateAssumeRolePolicyRequest
2030
2158
 
2159
+ UpdateDelegationRequestRequest.add_member(:delegation_request_id, Shapes::ShapeRef.new(shape: delegationRequestIdType, required: true, location_name: "DelegationRequestId"))
2160
+ UpdateDelegationRequestRequest.add_member(:notes, Shapes::ShapeRef.new(shape: notesType, location_name: "Notes"))
2161
+ UpdateDelegationRequestRequest.struct_class = Types::UpdateDelegationRequestRequest
2162
+
2031
2163
  UpdateGroupRequest.add_member(:group_name, Shapes::ShapeRef.new(shape: groupNameType, required: true, location_name: "GroupName"))
2032
2164
  UpdateGroupRequest.add_member(:new_path, Shapes::ShapeRef.new(shape: pathType, location_name: "NewPath"))
2033
2165
  UpdateGroupRequest.add_member(:new_group_name, Shapes::ShapeRef.new(shape: groupNameType, location_name: "NewGroupName"))
@@ -2157,6 +2289,8 @@ module Aws::IAM
2157
2289
 
2158
2290
  clientIDListType.member = Shapes::ShapeRef.new(shape: clientIDType)
2159
2291
 
2292
+ delegationRequestsListType.member = Shapes::ShapeRef.new(shape: DelegationRequest)
2293
+
2160
2294
  entityDetailsListType.member = Shapes::ShapeRef.new(shape: EntityDetails)
2161
2295
 
2162
2296
  entityListType.member = Shapes::ShapeRef.new(shape: EntityType)
@@ -2183,12 +2317,18 @@ module Aws::IAM
2183
2317
 
2184
2318
  policyNameListType.member = Shapes::ShapeRef.new(shape: policyNameType)
2185
2319
 
2320
+ policyParameterListType.member = Shapes::ShapeRef.new(shape: PolicyParameter)
2321
+
2322
+ policyParameterValuesListType.member = Shapes::ShapeRef.new(shape: policyParameterValueType)
2323
+
2186
2324
  privateKeyList.member = Shapes::ShapeRef.new(shape: SAMLPrivateKey)
2187
2325
 
2188
2326
  roleDetailListType.member = Shapes::ShapeRef.new(shape: RoleDetail)
2189
2327
 
2190
2328
  roleListType.member = Shapes::ShapeRef.new(shape: Role)
2191
2329
 
2330
+ rolePermissionRestrictionArnListType.member = Shapes::ShapeRef.new(shape: arnType)
2331
+
2192
2332
  serverCertificateMetadataListType.member = Shapes::ShapeRef.new(shape: ServerCertificateMetadata)
2193
2333
 
2194
2334
  serviceNamespaceListType.member = Shapes::ShapeRef.new(shape: serviceNamespaceType)
@@ -2229,6 +2369,17 @@ module Aws::IAM
2229
2369
  "xmlNamespace" => "https://iam.amazonaws.com/doc/2010-05-08/",
2230
2370
  }
2231
2371
 
2372
+ api.add_operation(:accept_delegation_request, Seahorse::Model::Operation.new.tap do |o|
2373
+ o.name = "AcceptDelegationRequest"
2374
+ o.http_method = "POST"
2375
+ o.http_request_uri = "/"
2376
+ o.input = Shapes::ShapeRef.new(shape: AcceptDelegationRequestRequest)
2377
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
2378
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
2379
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
2380
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
2381
+ end)
2382
+
2232
2383
  api.add_operation(:add_client_id_to_open_id_connect_provider, Seahorse::Model::Operation.new.tap do |o|
2233
2384
  o.name = "AddClientIDToOpenIDConnectProvider"
2234
2385
  o.http_method = "POST"
@@ -2266,6 +2417,18 @@ module Aws::IAM
2266
2417
  o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
2267
2418
  end)
2268
2419
 
2420
+ api.add_operation(:associate_delegation_request, Seahorse::Model::Operation.new.tap do |o|
2421
+ o.name = "AssociateDelegationRequest"
2422
+ o.http_method = "POST"
2423
+ o.http_request_uri = "/"
2424
+ o.input = Shapes::ShapeRef.new(shape: AssociateDelegationRequestRequest)
2425
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
2426
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
2427
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
2428
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
2429
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2430
+ end)
2431
+
2269
2432
  api.add_operation(:attach_group_policy, Seahorse::Model::Operation.new.tap do |o|
2270
2433
  o.name = "AttachGroupPolicy"
2271
2434
  o.http_method = "POST"
@@ -2343,6 +2506,19 @@ module Aws::IAM
2343
2506
  o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
2344
2507
  end)
2345
2508
 
2509
+ api.add_operation(:create_delegation_request, Seahorse::Model::Operation.new.tap do |o|
2510
+ o.name = "CreateDelegationRequest"
2511
+ o.http_method = "POST"
2512
+ o.http_request_uri = "/"
2513
+ o.input = Shapes::ShapeRef.new(shape: CreateDelegationRequestRequest)
2514
+ o.output = Shapes::ShapeRef.new(shape: CreateDelegationRequestResponse)
2515
+ o.errors << Shapes::ShapeRef.new(shape: EntityAlreadyExistsException)
2516
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
2517
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2518
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
2519
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
2520
+ end)
2521
+
2346
2522
  api.add_operation(:create_group, Seahorse::Model::Operation.new.tap do |o|
2347
2523
  o.name = "CreateGroup"
2348
2524
  o.http_method = "POST"
@@ -2984,6 +3160,16 @@ module Aws::IAM
2984
3160
  o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
2985
3161
  end)
2986
3162
 
3163
+ api.add_operation(:get_delegation_request, Seahorse::Model::Operation.new.tap do |o|
3164
+ o.name = "GetDelegationRequest"
3165
+ o.http_method = "POST"
3166
+ o.http_request_uri = "/"
3167
+ o.input = Shapes::ShapeRef.new(shape: GetDelegationRequestRequest)
3168
+ o.output = Shapes::ShapeRef.new(shape: GetDelegationRequestResponse)
3169
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
3170
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
3171
+ end)
3172
+
2987
3173
  api.add_operation(:get_group, Seahorse::Model::Operation.new.tap do |o|
2988
3174
  o.name = "GetGroup"
2989
3175
  o.http_method = "POST"
@@ -3011,6 +3197,17 @@ module Aws::IAM
3011
3197
  o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
3012
3198
  end)
3013
3199
 
3200
+ api.add_operation(:get_human_readable_summary, Seahorse::Model::Operation.new.tap do |o|
3201
+ o.name = "GetHumanReadableSummary"
3202
+ o.http_method = "POST"
3203
+ o.http_request_uri = "/"
3204
+ o.input = Shapes::ShapeRef.new(shape: GetHumanReadableSummaryRequest)
3205
+ o.output = Shapes::ShapeRef.new(shape: GetHumanReadableSummaryResponse)
3206
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
3207
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
3208
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
3209
+ end)
3210
+
3014
3211
  api.add_operation(:get_instance_profile, Seahorse::Model::Operation.new.tap do |o|
3015
3212
  o.name = "GetInstanceProfile"
3016
3213
  o.http_method = "POST"
@@ -3272,6 +3469,17 @@ module Aws::IAM
3272
3469
  )
3273
3470
  end)
3274
3471
 
3472
+ api.add_operation(:list_delegation_requests, Seahorse::Model::Operation.new.tap do |o|
3473
+ o.name = "ListDelegationRequests"
3474
+ o.http_method = "POST"
3475
+ o.http_request_uri = "/"
3476
+ o.input = Shapes::ShapeRef.new(shape: ListDelegationRequestsRequest)
3477
+ o.output = Shapes::ShapeRef.new(shape: ListDelegationRequestsResponse)
3478
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
3479
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
3480
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
3481
+ end)
3482
+
3275
3483
  api.add_operation(:list_entities_for_policy, Seahorse::Model::Operation.new.tap do |o|
3276
3484
  o.name = "ListEntitiesForPolicy"
3277
3485
  o.http_method = "POST"
@@ -3806,6 +4014,18 @@ module Aws::IAM
3806
4014
  o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
3807
4015
  end)
3808
4016
 
4017
+ api.add_operation(:reject_delegation_request, Seahorse::Model::Operation.new.tap do |o|
4018
+ o.name = "RejectDelegationRequest"
4019
+ o.http_method = "POST"
4020
+ o.http_request_uri = "/"
4021
+ o.input = Shapes::ShapeRef.new(shape: RejectDelegationRequestRequest)
4022
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
4023
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
4024
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
4025
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
4026
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
4027
+ end)
4028
+
3809
4029
  api.add_operation(:remove_client_id_from_open_id_connect_provider, Seahorse::Model::Operation.new.tap do |o|
3810
4030
  o.name = "RemoveClientIDFromOpenIDConnectProvider"
3811
4031
  o.http_method = "POST"
@@ -3863,6 +4083,18 @@ module Aws::IAM
3863
4083
  o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
3864
4084
  end)
3865
4085
 
4086
+ api.add_operation(:send_delegation_token, Seahorse::Model::Operation.new.tap do |o|
4087
+ o.name = "SendDelegationToken"
4088
+ o.http_method = "POST"
4089
+ o.http_request_uri = "/"
4090
+ o.input = Shapes::ShapeRef.new(shape: SendDelegationTokenRequest)
4091
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
4092
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
4093
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
4094
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
4095
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
4096
+ end)
4097
+
3866
4098
  api.add_operation(:set_default_policy_version, Seahorse::Model::Operation.new.tap do |o|
3867
4099
  o.name = "SetDefaultPolicyVersion"
3868
4100
  o.http_method = "POST"
@@ -4154,6 +4386,18 @@ module Aws::IAM
4154
4386
  o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
4155
4387
  end)
4156
4388
 
4389
+ api.add_operation(:update_delegation_request, Seahorse::Model::Operation.new.tap do |o|
4390
+ o.name = "UpdateDelegationRequest"
4391
+ o.http_method = "POST"
4392
+ o.http_request_uri = "/"
4393
+ o.input = Shapes::ShapeRef.new(shape: UpdateDelegationRequestRequest)
4394
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
4395
+ o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
4396
+ o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
4397
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
4398
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
4399
+ end)
4400
+
4157
4401
  api.add_operation(:update_group, Seahorse::Model::Operation.new.tap do |o|
4158
4402
  o.name = "UpdateGroup"
4159
4403
  o.http_method = "POST"
@@ -558,10 +558,9 @@ module Aws::IAM
558
558
  # @option options [String] :policy_usage_filter
559
559
  # The policy usage method to use for filtering the results.
560
560
  #
561
- # To list only permissions policies,
562
- # set `PolicyUsageFilter` to `PermissionsPolicy`. To list only the
563
- # policies used to set permissions boundaries, set the value
564
- # to `PermissionsBoundary`.
561
+ # To list only permissions policies, set `PolicyUsageFilter` to
562
+ # `PermissionsPolicy`. To list only the policies used to set permissions
563
+ # boundaries, set the value to `PermissionsBoundary`.
565
564
  #
566
565
  # This parameter is optional. If it is not included, all policies are
567
566
  # returned.
@@ -615,10 +614,9 @@ module Aws::IAM
615
614
  # @option options [String] :policy_usage_filter
616
615
  # The policy usage method to use for filtering the results.
617
616
  #
618
- # To list only permissions policies,
619
- # set `PolicyUsageFilter` to `PermissionsPolicy`. To list only the
620
- # policies used to set permissions boundaries, set the value
621
- # to `PermissionsBoundary`.
617
+ # To list only permissions policies, set `PolicyUsageFilter` to
618
+ # `PermissionsPolicy`. To list only the policies used to set permissions
619
+ # boundaries, set the value to `PermissionsBoundary`.
622
620
  #
623
621
  # This parameter is optional. If it is not included, all policies are
624
622
  # returned.
@@ -672,10 +670,9 @@ module Aws::IAM
672
670
  # @option options [String] :policy_usage_filter
673
671
  # The policy usage method to use for filtering the results.
674
672
  #
675
- # To list only permissions policies,
676
- # set `PolicyUsageFilter` to `PermissionsPolicy`. To list only the
677
- # policies used to set permissions boundaries, set the value
678
- # to `PermissionsBoundary`.
673
+ # To list only permissions policies, set `PolicyUsageFilter` to
674
+ # `PermissionsPolicy`. To list only the policies used to set permissions
675
+ # boundaries, set the value to `PermissionsBoundary`.
679
676
  #
680
677
  # This parameter is optional. If it is not included, all policies are
681
678
  # returned.
@@ -1136,10 +1136,9 @@ module Aws::IAM
1136
1136
  # @option options [String] :policy_usage_filter
1137
1137
  # The policy usage method to use for filtering the results.
1138
1138
  #
1139
- # To list only permissions policies,
1140
- # set `PolicyUsageFilter` to `PermissionsPolicy`. To list only the
1141
- # policies used to set permissions boundaries, set the value
1142
- # to `PermissionsBoundary`.
1139
+ # To list only permissions policies, set `PolicyUsageFilter` to
1140
+ # `PermissionsPolicy`. To list only the policies used to set permissions
1141
+ # boundaries, set the value to `PermissionsBoundary`.
1143
1142
  #
1144
1143
  # This parameter is optional. If it is not included, all policies are
1145
1144
  # returned.