aws-sdk-iam 1.133.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iam/client.rb +510 -18
- data/lib/aws-sdk-iam/client_api.rb +185 -0
- data/lib/aws-sdk-iam/policy.rb +9 -12
- data/lib/aws-sdk-iam/resource.rb +3 -4
- data/lib/aws-sdk-iam/types.rb +499 -26
- data/lib/aws-sdk-iam.rb +2 -2
- data/sig/client.rbs +72 -0
- data/sig/types.rbs +90 -0
- metadata +1 -1
|
@@ -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')
|
|
@@ -82,6 +84,7 @@ module Aws::IAM
|
|
|
82
84
|
CredentialReportNotReadyException = Shapes::StructureShape.new(name: 'CredentialReportNotReadyException', error: {"code" => "ReportInProgress", "httpStatusCode" => 404, "senderFault" => true})
|
|
83
85
|
DeactivateMFADeviceRequest = Shapes::StructureShape.new(name: 'DeactivateMFADeviceRequest')
|
|
84
86
|
DelegationPermission = Shapes::StructureShape.new(name: 'DelegationPermission')
|
|
87
|
+
DelegationRequest = Shapes::StructureShape.new(name: 'DelegationRequest')
|
|
85
88
|
DeleteAccessKeyRequest = Shapes::StructureShape.new(name: 'DeleteAccessKeyRequest')
|
|
86
89
|
DeleteAccountAliasRequest = Shapes::StructureShape.new(name: 'DeleteAccountAliasRequest')
|
|
87
90
|
DeleteConflictException = Shapes::StructureShape.new(name: 'DeleteConflictException', error: {"code" => "DeleteConflict", "httpStatusCode" => 409, "senderFault" => true})
|
|
@@ -150,10 +153,14 @@ module Aws::IAM
|
|
|
150
153
|
GetContextKeysForPolicyResponse = Shapes::StructureShape.new(name: 'GetContextKeysForPolicyResponse')
|
|
151
154
|
GetContextKeysForPrincipalPolicyRequest = Shapes::StructureShape.new(name: 'GetContextKeysForPrincipalPolicyRequest')
|
|
152
155
|
GetCredentialReportResponse = Shapes::StructureShape.new(name: 'GetCredentialReportResponse')
|
|
156
|
+
GetDelegationRequestRequest = Shapes::StructureShape.new(name: 'GetDelegationRequestRequest')
|
|
157
|
+
GetDelegationRequestResponse = Shapes::StructureShape.new(name: 'GetDelegationRequestResponse')
|
|
153
158
|
GetGroupPolicyRequest = Shapes::StructureShape.new(name: 'GetGroupPolicyRequest')
|
|
154
159
|
GetGroupPolicyResponse = Shapes::StructureShape.new(name: 'GetGroupPolicyResponse')
|
|
155
160
|
GetGroupRequest = Shapes::StructureShape.new(name: 'GetGroupRequest')
|
|
156
161
|
GetGroupResponse = Shapes::StructureShape.new(name: 'GetGroupResponse')
|
|
162
|
+
GetHumanReadableSummaryRequest = Shapes::StructureShape.new(name: 'GetHumanReadableSummaryRequest')
|
|
163
|
+
GetHumanReadableSummaryResponse = Shapes::StructureShape.new(name: 'GetHumanReadableSummaryResponse')
|
|
157
164
|
GetInstanceProfileRequest = Shapes::StructureShape.new(name: 'GetInstanceProfileRequest')
|
|
158
165
|
GetInstanceProfileResponse = Shapes::StructureShape.new(name: 'GetInstanceProfileResponse')
|
|
159
166
|
GetLoginProfileRequest = Shapes::StructureShape.new(name: 'GetLoginProfileRequest')
|
|
@@ -209,6 +216,8 @@ module Aws::IAM
|
|
|
209
216
|
ListAttachedRolePoliciesResponse = Shapes::StructureShape.new(name: 'ListAttachedRolePoliciesResponse')
|
|
210
217
|
ListAttachedUserPoliciesRequest = Shapes::StructureShape.new(name: 'ListAttachedUserPoliciesRequest')
|
|
211
218
|
ListAttachedUserPoliciesResponse = Shapes::StructureShape.new(name: 'ListAttachedUserPoliciesResponse')
|
|
219
|
+
ListDelegationRequestsRequest = Shapes::StructureShape.new(name: 'ListDelegationRequestsRequest')
|
|
220
|
+
ListDelegationRequestsResponse = Shapes::StructureShape.new(name: 'ListDelegationRequestsResponse')
|
|
212
221
|
ListEntitiesForPolicyRequest = Shapes::StructureShape.new(name: 'ListEntitiesForPolicyRequest')
|
|
213
222
|
ListEntitiesForPolicyResponse = Shapes::StructureShape.new(name: 'ListEntitiesForPolicyResponse')
|
|
214
223
|
ListGroupPoliciesRequest = Shapes::StructureShape.new(name: 'ListGroupPoliciesRequest')
|
|
@@ -315,6 +324,7 @@ module Aws::IAM
|
|
|
315
324
|
PutUserPolicyRequest = Shapes::StructureShape.new(name: 'PutUserPolicyRequest')
|
|
316
325
|
ReasonType = Shapes::StringShape.new(name: 'ReasonType')
|
|
317
326
|
RegionNameType = Shapes::StringShape.new(name: 'RegionNameType')
|
|
327
|
+
RejectDelegationRequestRequest = Shapes::StructureShape.new(name: 'RejectDelegationRequestRequest')
|
|
318
328
|
RemoveClientIDFromOpenIDConnectProviderRequest = Shapes::StructureShape.new(name: 'RemoveClientIDFromOpenIDConnectProviderRequest')
|
|
319
329
|
RemoveRoleFromInstanceProfileRequest = Shapes::StructureShape.new(name: 'RemoveRoleFromInstanceProfileRequest')
|
|
320
330
|
RemoveUserFromGroupRequest = Shapes::StructureShape.new(name: 'RemoveUserFromGroupRequest')
|
|
@@ -344,6 +354,7 @@ module Aws::IAM
|
|
|
344
354
|
SSHPublicKey = Shapes::StructureShape.new(name: 'SSHPublicKey')
|
|
345
355
|
SSHPublicKeyListType = Shapes::ListShape.new(name: 'SSHPublicKeyListType')
|
|
346
356
|
SSHPublicKeyMetadata = Shapes::StructureShape.new(name: 'SSHPublicKeyMetadata')
|
|
357
|
+
SendDelegationTokenRequest = Shapes::StructureShape.new(name: 'SendDelegationTokenRequest')
|
|
347
358
|
ServerCertificate = Shapes::StructureShape.new(name: 'ServerCertificate')
|
|
348
359
|
ServerCertificateMetadata = Shapes::StructureShape.new(name: 'ServerCertificateMetadata')
|
|
349
360
|
ServiceAccessNotEnabledException = Shapes::StructureShape.new(name: 'ServiceAccessNotEnabledException')
|
|
@@ -387,6 +398,7 @@ module Aws::IAM
|
|
|
387
398
|
UpdateAccessKeyRequest = Shapes::StructureShape.new(name: 'UpdateAccessKeyRequest')
|
|
388
399
|
UpdateAccountPasswordPolicyRequest = Shapes::StructureShape.new(name: 'UpdateAccountPasswordPolicyRequest')
|
|
389
400
|
UpdateAssumeRolePolicyRequest = Shapes::StructureShape.new(name: 'UpdateAssumeRolePolicyRequest')
|
|
401
|
+
UpdateDelegationRequestRequest = Shapes::StructureShape.new(name: 'UpdateDelegationRequestRequest')
|
|
390
402
|
UpdateGroupRequest = Shapes::StructureShape.new(name: 'UpdateGroupRequest')
|
|
391
403
|
UpdateLoginProfileRequest = Shapes::StructureShape.new(name: 'UpdateLoginProfileRequest')
|
|
392
404
|
UpdateOpenIDConnectProviderThumbprintRequest = Shapes::StructureShape.new(name: 'UpdateOpenIDConnectProviderThumbprintRequest')
|
|
@@ -440,6 +452,7 @@ module Aws::IAM
|
|
|
440
452
|
dateType = Shapes::TimestampShape.new(name: 'dateType')
|
|
441
453
|
delegationRequestDescriptionType = Shapes::StringShape.new(name: 'delegationRequestDescriptionType')
|
|
442
454
|
delegationRequestIdType = Shapes::StringShape.new(name: 'delegationRequestIdType')
|
|
455
|
+
delegationRequestsListType = Shapes::ListShape.new(name: 'delegationRequestsListType')
|
|
443
456
|
deleteConflictMessage = Shapes::StringShape.new(name: 'deleteConflictMessage')
|
|
444
457
|
duplicateCertificateMessage = Shapes::StringShape.new(name: 'duplicateCertificateMessage')
|
|
445
458
|
duplicateSSHPublicKeyMessage = Shapes::StringShape.new(name: 'duplicateSSHPublicKeyMessage')
|
|
@@ -469,6 +482,7 @@ module Aws::IAM
|
|
|
469
482
|
keyPairMismatchMessage = Shapes::StringShape.new(name: 'keyPairMismatchMessage')
|
|
470
483
|
limitExceededMessage = Shapes::StringShape.new(name: 'limitExceededMessage')
|
|
471
484
|
listPolicyGrantingServiceAccessResponseListType = Shapes::ListShape.new(name: 'listPolicyGrantingServiceAccessResponseListType')
|
|
485
|
+
localeType = Shapes::StringShape.new(name: 'localeType')
|
|
472
486
|
malformedCertificateMessage = Shapes::StringShape.new(name: 'malformedCertificateMessage')
|
|
473
487
|
malformedPolicyDocumentMessage = Shapes::StringShape.new(name: 'malformedPolicyDocumentMessage')
|
|
474
488
|
markerType = Shapes::StringShape.new(name: 'markerType')
|
|
@@ -477,15 +491,20 @@ module Aws::IAM
|
|
|
477
491
|
mfaDeviceListType = Shapes::ListShape.new(name: 'mfaDeviceListType')
|
|
478
492
|
minimumPasswordLengthType = Shapes::IntegerShape.new(name: 'minimumPasswordLengthType')
|
|
479
493
|
noSuchEntityMessage = Shapes::StringShape.new(name: 'noSuchEntityMessage')
|
|
494
|
+
notesType = Shapes::StringShape.new(name: 'notesType')
|
|
480
495
|
notificationChannelType = Shapes::StringShape.new(name: 'notificationChannelType')
|
|
481
496
|
openIdIdpCommunicationErrorExceptionMessage = Shapes::StringShape.new(name: 'openIdIdpCommunicationErrorExceptionMessage')
|
|
482
497
|
organizationsEntityPathType = Shapes::StringShape.new(name: 'organizationsEntityPathType')
|
|
483
498
|
organizationsPolicyIdType = Shapes::StringShape.new(name: 'organizationsPolicyIdType')
|
|
499
|
+
ownerIdType = Shapes::StringShape.new(name: 'ownerIdType')
|
|
484
500
|
passwordPolicyViolationMessage = Shapes::StringShape.new(name: 'passwordPolicyViolationMessage')
|
|
485
501
|
passwordReusePreventionType = Shapes::IntegerShape.new(name: 'passwordReusePreventionType')
|
|
486
502
|
passwordType = Shapes::StringShape.new(name: 'passwordType')
|
|
487
503
|
pathPrefixType = Shapes::StringShape.new(name: 'pathPrefixType')
|
|
488
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')
|
|
489
508
|
policyDescriptionType = Shapes::StringShape.new(name: 'policyDescriptionType')
|
|
490
509
|
policyDetailListType = Shapes::ListShape.new(name: 'policyDetailListType')
|
|
491
510
|
policyDocumentType = Shapes::StringShape.new(name: 'policyDocumentType')
|
|
@@ -514,6 +533,7 @@ module Aws::IAM
|
|
|
514
533
|
redirectUrlType = Shapes::StringShape.new(name: 'redirectUrlType')
|
|
515
534
|
reportGenerationLimitExceededMessage = Shapes::StringShape.new(name: 'reportGenerationLimitExceededMessage')
|
|
516
535
|
requestMessageType = Shapes::StringShape.new(name: 'requestMessageType')
|
|
536
|
+
requestorNameType = Shapes::StringShape.new(name: 'requestorNameType')
|
|
517
537
|
requestorWorkflowIdType = Shapes::StringShape.new(name: 'requestorWorkflowIdType')
|
|
518
538
|
responseMarkerType = Shapes::StringShape.new(name: 'responseMarkerType')
|
|
519
539
|
roleDescriptionType = Shapes::StringShape.new(name: 'roleDescriptionType')
|
|
@@ -521,6 +541,7 @@ module Aws::IAM
|
|
|
521
541
|
roleListType = Shapes::ListShape.new(name: 'roleListType')
|
|
522
542
|
roleMaxSessionDurationType = Shapes::IntegerShape.new(name: 'roleMaxSessionDurationType')
|
|
523
543
|
roleNameType = Shapes::StringShape.new(name: 'roleNameType')
|
|
544
|
+
rolePermissionRestrictionArnListType = Shapes::ListShape.new(name: 'rolePermissionRestrictionArnListType')
|
|
524
545
|
serialNumberType = Shapes::StringShape.new(name: 'serialNumberType')
|
|
525
546
|
serverCertificateMetadataListType = Shapes::ListShape.new(name: 'serverCertificateMetadataListType')
|
|
526
547
|
serverCertificateNameType = Shapes::StringShape.new(name: 'serverCertificateNameType')
|
|
@@ -537,10 +558,13 @@ module Aws::IAM
|
|
|
537
558
|
serviceUserName = Shapes::StringShape.new(name: 'serviceUserName')
|
|
538
559
|
sessionDurationType = Shapes::IntegerShape.new(name: 'sessionDurationType')
|
|
539
560
|
sortKeyType = Shapes::StringShape.new(name: 'sortKeyType')
|
|
561
|
+
stateType = Shapes::StringShape.new(name: 'stateType')
|
|
540
562
|
statusType = Shapes::StringShape.new(name: 'statusType')
|
|
541
563
|
stringType = Shapes::StringShape.new(name: 'stringType')
|
|
564
|
+
summaryContentType = Shapes::StringShape.new(name: 'summaryContentType')
|
|
542
565
|
summaryKeyType = Shapes::StringShape.new(name: 'summaryKeyType')
|
|
543
566
|
summaryMapType = Shapes::MapShape.new(name: 'summaryMapType')
|
|
567
|
+
summaryStateType = Shapes::StringShape.new(name: 'summaryStateType')
|
|
544
568
|
summaryValueType = Shapes::IntegerShape.new(name: 'summaryValueType')
|
|
545
569
|
tagKeyListType = Shapes::ListShape.new(name: 'tagKeyListType')
|
|
546
570
|
tagKeyType = Shapes::StringShape.new(name: 'tagKeyType')
|
|
@@ -556,6 +580,9 @@ module Aws::IAM
|
|
|
556
580
|
virtualMFADeviceListType = Shapes::ListShape.new(name: 'virtualMFADeviceListType')
|
|
557
581
|
virtualMFADeviceName = Shapes::StringShape.new(name: 'virtualMFADeviceName')
|
|
558
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
|
+
|
|
559
586
|
AccessDetail.add_member(:service_name, Shapes::ShapeRef.new(shape: serviceNameType, required: true, location_name: "ServiceName"))
|
|
560
587
|
AccessDetail.add_member(:service_namespace, Shapes::ShapeRef.new(shape: serviceNamespaceType, required: true, location_name: "ServiceNamespace"))
|
|
561
588
|
AccessDetail.add_member(:region, Shapes::ShapeRef.new(shape: stringType, location_name: "Region"))
|
|
@@ -602,6 +629,9 @@ module Aws::IAM
|
|
|
602
629
|
|
|
603
630
|
ArnListType.member = Shapes::ShapeRef.new(shape: arnType)
|
|
604
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
|
+
|
|
605
635
|
AttachGroupPolicyRequest.add_member(:group_name, Shapes::ShapeRef.new(shape: groupNameType, required: true, location_name: "GroupName"))
|
|
606
636
|
AttachGroupPolicyRequest.add_member(:policy_arn, Shapes::ShapeRef.new(shape: arnType, required: true, location_name: "PolicyArn"))
|
|
607
637
|
AttachGroupPolicyRequest.struct_class = Types::AttachGroupPolicyRequest
|
|
@@ -793,6 +823,27 @@ module Aws::IAM
|
|
|
793
823
|
DelegationPermission.add_member(:parameters, Shapes::ShapeRef.new(shape: policyParameterListType, location_name: "Parameters"))
|
|
794
824
|
DelegationPermission.struct_class = Types::DelegationPermission
|
|
795
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
|
+
|
|
796
847
|
DeleteAccessKeyRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: existingUserNameType, location_name: "UserName"))
|
|
797
848
|
DeleteAccessKeyRequest.add_member(:access_key_id, Shapes::ShapeRef.new(shape: accessKeyIdType, required: true, location_name: "AccessKeyId"))
|
|
798
849
|
DeleteAccessKeyRequest.struct_class = Types::DeleteAccessKeyRequest
|
|
@@ -1023,6 +1074,15 @@ module Aws::IAM
|
|
|
1023
1074
|
GetCredentialReportResponse.add_member(:generated_time, Shapes::ShapeRef.new(shape: dateType, location_name: "GeneratedTime"))
|
|
1024
1075
|
GetCredentialReportResponse.struct_class = Types::GetCredentialReportResponse
|
|
1025
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
|
+
|
|
1026
1086
|
GetGroupPolicyRequest.add_member(:group_name, Shapes::ShapeRef.new(shape: groupNameType, required: true, location_name: "GroupName"))
|
|
1027
1087
|
GetGroupPolicyRequest.add_member(:policy_name, Shapes::ShapeRef.new(shape: policyNameType, required: true, location_name: "PolicyName"))
|
|
1028
1088
|
GetGroupPolicyRequest.struct_class = Types::GetGroupPolicyRequest
|
|
@@ -1043,6 +1103,15 @@ module Aws::IAM
|
|
|
1043
1103
|
GetGroupResponse.add_member(:marker, Shapes::ShapeRef.new(shape: responseMarkerType, location_name: "Marker"))
|
|
1044
1104
|
GetGroupResponse.struct_class = Types::GetGroupResponse
|
|
1045
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
|
+
|
|
1046
1115
|
GetInstanceProfileRequest.add_member(:instance_profile_name, Shapes::ShapeRef.new(shape: instanceProfileNameType, required: true, location_name: "InstanceProfileName"))
|
|
1047
1116
|
GetInstanceProfileRequest.struct_class = Types::GetInstanceProfileRequest
|
|
1048
1117
|
|
|
@@ -1296,6 +1365,16 @@ module Aws::IAM
|
|
|
1296
1365
|
ListAttachedUserPoliciesResponse.add_member(:marker, Shapes::ShapeRef.new(shape: responseMarkerType, location_name: "Marker"))
|
|
1297
1366
|
ListAttachedUserPoliciesResponse.struct_class = Types::ListAttachedUserPoliciesResponse
|
|
1298
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
|
+
|
|
1299
1378
|
ListEntitiesForPolicyRequest.add_member(:policy_arn, Shapes::ShapeRef.new(shape: arnType, required: true, location_name: "PolicyArn"))
|
|
1300
1379
|
ListEntitiesForPolicyRequest.add_member(:entity_filter, Shapes::ShapeRef.new(shape: EntityType, location_name: "EntityFilter"))
|
|
1301
1380
|
ListEntitiesForPolicyRequest.add_member(:path_prefix, Shapes::ShapeRef.new(shape: pathType, location_name: "PathPrefix"))
|
|
@@ -1751,6 +1830,10 @@ module Aws::IAM
|
|
|
1751
1830
|
PutUserPolicyRequest.add_member(:policy_document, Shapes::ShapeRef.new(shape: policyDocumentType, required: true, location_name: "PolicyDocument"))
|
|
1752
1831
|
PutUserPolicyRequest.struct_class = Types::PutUserPolicyRequest
|
|
1753
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
|
+
|
|
1754
1837
|
RemoveClientIDFromOpenIDConnectProviderRequest.add_member(:open_id_connect_provider_arn, Shapes::ShapeRef.new(shape: arnType, required: true, location_name: "OpenIDConnectProviderArn"))
|
|
1755
1838
|
RemoveClientIDFromOpenIDConnectProviderRequest.add_member(:client_id, Shapes::ShapeRef.new(shape: clientIDType, required: true, location_name: "ClientID"))
|
|
1756
1839
|
RemoveClientIDFromOpenIDConnectProviderRequest.struct_class = Types::RemoveClientIDFromOpenIDConnectProviderRequest
|
|
@@ -1855,6 +1938,9 @@ module Aws::IAM
|
|
|
1855
1938
|
SSHPublicKeyMetadata.add_member(:upload_date, Shapes::ShapeRef.new(shape: dateType, required: true, location_name: "UploadDate"))
|
|
1856
1939
|
SSHPublicKeyMetadata.struct_class = Types::SSHPublicKeyMetadata
|
|
1857
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
|
+
|
|
1858
1944
|
ServerCertificate.add_member(:server_certificate_metadata, Shapes::ShapeRef.new(shape: ServerCertificateMetadata, required: true, location_name: "ServerCertificateMetadata"))
|
|
1859
1945
|
ServerCertificate.add_member(:certificate_body, Shapes::ShapeRef.new(shape: certificateBodyType, required: true, location_name: "CertificateBody"))
|
|
1860
1946
|
ServerCertificate.add_member(:certificate_chain, Shapes::ShapeRef.new(shape: certificateChainType, location_name: "CertificateChain"))
|
|
@@ -2070,6 +2156,10 @@ module Aws::IAM
|
|
|
2070
2156
|
UpdateAssumeRolePolicyRequest.add_member(:policy_document, Shapes::ShapeRef.new(shape: policyDocumentType, required: true, location_name: "PolicyDocument"))
|
|
2071
2157
|
UpdateAssumeRolePolicyRequest.struct_class = Types::UpdateAssumeRolePolicyRequest
|
|
2072
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
|
+
|
|
2073
2163
|
UpdateGroupRequest.add_member(:group_name, Shapes::ShapeRef.new(shape: groupNameType, required: true, location_name: "GroupName"))
|
|
2074
2164
|
UpdateGroupRequest.add_member(:new_path, Shapes::ShapeRef.new(shape: pathType, location_name: "NewPath"))
|
|
2075
2165
|
UpdateGroupRequest.add_member(:new_group_name, Shapes::ShapeRef.new(shape: groupNameType, location_name: "NewGroupName"))
|
|
@@ -2199,6 +2289,8 @@ module Aws::IAM
|
|
|
2199
2289
|
|
|
2200
2290
|
clientIDListType.member = Shapes::ShapeRef.new(shape: clientIDType)
|
|
2201
2291
|
|
|
2292
|
+
delegationRequestsListType.member = Shapes::ShapeRef.new(shape: DelegationRequest)
|
|
2293
|
+
|
|
2202
2294
|
entityDetailsListType.member = Shapes::ShapeRef.new(shape: EntityDetails)
|
|
2203
2295
|
|
|
2204
2296
|
entityListType.member = Shapes::ShapeRef.new(shape: EntityType)
|
|
@@ -2235,6 +2327,8 @@ module Aws::IAM
|
|
|
2235
2327
|
|
|
2236
2328
|
roleListType.member = Shapes::ShapeRef.new(shape: Role)
|
|
2237
2329
|
|
|
2330
|
+
rolePermissionRestrictionArnListType.member = Shapes::ShapeRef.new(shape: arnType)
|
|
2331
|
+
|
|
2238
2332
|
serverCertificateMetadataListType.member = Shapes::ShapeRef.new(shape: ServerCertificateMetadata)
|
|
2239
2333
|
|
|
2240
2334
|
serviceNamespaceListType.member = Shapes::ShapeRef.new(shape: serviceNamespaceType)
|
|
@@ -2275,6 +2369,17 @@ module Aws::IAM
|
|
|
2275
2369
|
"xmlNamespace" => "https://iam.amazonaws.com/doc/2010-05-08/",
|
|
2276
2370
|
}
|
|
2277
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
|
+
|
|
2278
2383
|
api.add_operation(:add_client_id_to_open_id_connect_provider, Seahorse::Model::Operation.new.tap do |o|
|
|
2279
2384
|
o.name = "AddClientIDToOpenIDConnectProvider"
|
|
2280
2385
|
o.http_method = "POST"
|
|
@@ -2312,6 +2417,18 @@ module Aws::IAM
|
|
|
2312
2417
|
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
|
2313
2418
|
end)
|
|
2314
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
|
+
|
|
2315
2432
|
api.add_operation(:attach_group_policy, Seahorse::Model::Operation.new.tap do |o|
|
|
2316
2433
|
o.name = "AttachGroupPolicy"
|
|
2317
2434
|
o.http_method = "POST"
|
|
@@ -3043,6 +3160,16 @@ module Aws::IAM
|
|
|
3043
3160
|
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
|
3044
3161
|
end)
|
|
3045
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
|
+
|
|
3046
3173
|
api.add_operation(:get_group, Seahorse::Model::Operation.new.tap do |o|
|
|
3047
3174
|
o.name = "GetGroup"
|
|
3048
3175
|
o.http_method = "POST"
|
|
@@ -3070,6 +3197,17 @@ module Aws::IAM
|
|
|
3070
3197
|
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
|
3071
3198
|
end)
|
|
3072
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
|
+
|
|
3073
3211
|
api.add_operation(:get_instance_profile, Seahorse::Model::Operation.new.tap do |o|
|
|
3074
3212
|
o.name = "GetInstanceProfile"
|
|
3075
3213
|
o.http_method = "POST"
|
|
@@ -3331,6 +3469,17 @@ module Aws::IAM
|
|
|
3331
3469
|
)
|
|
3332
3470
|
end)
|
|
3333
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
|
+
|
|
3334
3483
|
api.add_operation(:list_entities_for_policy, Seahorse::Model::Operation.new.tap do |o|
|
|
3335
3484
|
o.name = "ListEntitiesForPolicy"
|
|
3336
3485
|
o.http_method = "POST"
|
|
@@ -3865,6 +4014,18 @@ module Aws::IAM
|
|
|
3865
4014
|
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
|
3866
4015
|
end)
|
|
3867
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
|
+
|
|
3868
4029
|
api.add_operation(:remove_client_id_from_open_id_connect_provider, Seahorse::Model::Operation.new.tap do |o|
|
|
3869
4030
|
o.name = "RemoveClientIDFromOpenIDConnectProvider"
|
|
3870
4031
|
o.http_method = "POST"
|
|
@@ -3922,6 +4083,18 @@ module Aws::IAM
|
|
|
3922
4083
|
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
|
3923
4084
|
end)
|
|
3924
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
|
+
|
|
3925
4098
|
api.add_operation(:set_default_policy_version, Seahorse::Model::Operation.new.tap do |o|
|
|
3926
4099
|
o.name = "SetDefaultPolicyVersion"
|
|
3927
4100
|
o.http_method = "POST"
|
|
@@ -4213,6 +4386,18 @@ module Aws::IAM
|
|
|
4213
4386
|
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
|
4214
4387
|
end)
|
|
4215
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
|
+
|
|
4216
4401
|
api.add_operation(:update_group, Seahorse::Model::Operation.new.tap do |o|
|
|
4217
4402
|
o.name = "UpdateGroup"
|
|
4218
4403
|
o.http_method = "POST"
|
data/lib/aws-sdk-iam/policy.rb
CHANGED
|
@@ -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
|
-
#
|
|
563
|
-
#
|
|
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
|
-
#
|
|
620
|
-
#
|
|
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
|
-
#
|
|
677
|
-
#
|
|
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.
|
data/lib/aws-sdk-iam/resource.rb
CHANGED
|
@@ -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
|
-
#
|
|
1141
|
-
#
|
|
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.
|