@aws-sdk/client-iam 3.933.0 → 3.935.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.
Files changed (116) hide show
  1. package/README.md +88 -0
  2. package/dist-cjs/index.js +623 -216
  3. package/dist-es/IAM.js +22 -0
  4. package/dist-es/commands/AcceptDelegationRequestCommand.js +16 -0
  5. package/dist-es/commands/AssociateDelegationRequestCommand.js +16 -0
  6. package/dist-es/commands/DisableOutboundWebIdentityFederationCommand.js +16 -0
  7. package/dist-es/commands/EnableOutboundWebIdentityFederationCommand.js +16 -0
  8. package/dist-es/commands/GetDelegationRequestCommand.js +16 -0
  9. package/dist-es/commands/GetHumanReadableSummaryCommand.js +16 -0
  10. package/dist-es/commands/GetOutboundWebIdentityFederationInfoCommand.js +16 -0
  11. package/dist-es/commands/ListDelegationRequestsCommand.js +16 -0
  12. package/dist-es/commands/RejectDelegationRequestCommand.js +16 -0
  13. package/dist-es/commands/SendDelegationTokenCommand.js +16 -0
  14. package/dist-es/commands/UpdateDelegationRequestCommand.js +16 -0
  15. package/dist-es/commands/index.js +11 -0
  16. package/dist-es/index.js +2 -1
  17. package/dist-es/models/enums.js +176 -0
  18. package/dist-es/models/errors.js +431 -0
  19. package/dist-es/models/models_0.js +1 -446
  20. package/dist-es/models/models_1.js +1 -113
  21. package/dist-es/schemas/schemas_0.js +234 -35
  22. package/dist-types/IAM.d.ts +81 -0
  23. package/dist-types/IAMClient.d.ts +13 -2
  24. package/dist-types/commands/AcceptDelegationRequestCommand.d.ts +92 -0
  25. package/dist-types/commands/AssociateDelegationRequestCommand.d.ts +108 -0
  26. package/dist-types/commands/CreateDelegationRequestCommand.d.ts +5 -1
  27. package/dist-types/commands/DisableOutboundWebIdentityFederationCommand.d.ts +74 -0
  28. package/dist-types/commands/EnableOutboundWebIdentityFederationCommand.d.ts +78 -0
  29. package/dist-types/commands/GenerateOrganizationsAccessReportCommand.d.ts +2 -2
  30. package/dist-types/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +2 -2
  31. package/dist-types/commands/GetDelegationRequestCommand.d.ts +127 -0
  32. package/dist-types/commands/GetHumanReadableSummaryCommand.d.ts +105 -0
  33. package/dist-types/commands/GetOutboundWebIdentityFederationInfoCommand.d.ts +77 -0
  34. package/dist-types/commands/ListDelegationRequestsCommand.d.ts +132 -0
  35. package/dist-types/commands/RejectDelegationRequestCommand.d.ts +96 -0
  36. package/dist-types/commands/SendDelegationTokenCommand.d.ts +98 -0
  37. package/dist-types/commands/SetSecurityTokenServicePreferencesCommand.d.ts +1 -1
  38. package/dist-types/commands/SimulateCustomPolicyCommand.d.ts +1 -1
  39. package/dist-types/commands/SimulatePrincipalPolicyCommand.d.ts +1 -1
  40. package/dist-types/commands/TagInstanceProfileCommand.d.ts +1 -1
  41. package/dist-types/commands/TagMFADeviceCommand.d.ts +1 -1
  42. package/dist-types/commands/TagOpenIDConnectProviderCommand.d.ts +1 -1
  43. package/dist-types/commands/TagPolicyCommand.d.ts +1 -1
  44. package/dist-types/commands/TagRoleCommand.d.ts +1 -1
  45. package/dist-types/commands/TagSAMLProviderCommand.d.ts +1 -1
  46. package/dist-types/commands/TagServerCertificateCommand.d.ts +1 -1
  47. package/dist-types/commands/TagUserCommand.d.ts +1 -1
  48. package/dist-types/commands/UntagInstanceProfileCommand.d.ts +1 -1
  49. package/dist-types/commands/UntagMFADeviceCommand.d.ts +1 -1
  50. package/dist-types/commands/UntagOpenIDConnectProviderCommand.d.ts +1 -1
  51. package/dist-types/commands/UntagPolicyCommand.d.ts +1 -1
  52. package/dist-types/commands/UntagRoleCommand.d.ts +1 -1
  53. package/dist-types/commands/UntagSAMLProviderCommand.d.ts +1 -1
  54. package/dist-types/commands/UntagServerCertificateCommand.d.ts +1 -1
  55. package/dist-types/commands/UntagUserCommand.d.ts +1 -1
  56. package/dist-types/commands/UpdateAccessKeyCommand.d.ts +1 -1
  57. package/dist-types/commands/UpdateAccountPasswordPolicyCommand.d.ts +1 -1
  58. package/dist-types/commands/UpdateAssumeRolePolicyCommand.d.ts +1 -1
  59. package/dist-types/commands/UpdateDelegationRequestCommand.d.ts +96 -0
  60. package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
  61. package/dist-types/commands/UpdateLoginProfileCommand.d.ts +1 -1
  62. package/dist-types/commands/index.d.ts +11 -0
  63. package/dist-types/index.d.ts +4 -1
  64. package/dist-types/models/enums.d.ts +392 -0
  65. package/dist-types/models/errors.d.ts +463 -0
  66. package/dist-types/models/models_0.d.ts +1695 -675
  67. package/dist-types/models/models_1.d.ts +2 -1392
  68. package/dist-types/schemas/schemas_0.d.ts +29 -0
  69. package/dist-types/ts3.4/IAM.d.ts +209 -0
  70. package/dist-types/ts3.4/IAMClient.d.ts +66 -0
  71. package/dist-types/ts3.4/commands/AcceptDelegationRequestCommand.d.ts +47 -0
  72. package/dist-types/ts3.4/commands/AssociateDelegationRequestCommand.d.ts +47 -0
  73. package/dist-types/ts3.4/commands/DisableOutboundWebIdentityFederationCommand.d.ts +45 -0
  74. package/dist-types/ts3.4/commands/EnableOutboundWebIdentityFederationCommand.d.ts +47 -0
  75. package/dist-types/ts3.4/commands/GetDelegationRequestCommand.d.ts +51 -0
  76. package/dist-types/ts3.4/commands/GetHumanReadableSummaryCommand.d.ts +51 -0
  77. package/dist-types/ts3.4/commands/GetOutboundWebIdentityFederationInfoCommand.d.ts +47 -0
  78. package/dist-types/ts3.4/commands/ListDelegationRequestsCommand.d.ts +51 -0
  79. package/dist-types/ts3.4/commands/RejectDelegationRequestCommand.d.ts +47 -0
  80. package/dist-types/ts3.4/commands/SendDelegationTokenCommand.d.ts +46 -0
  81. package/dist-types/ts3.4/commands/SetSecurityTokenServicePreferencesCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/SimulateCustomPolicyCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/SimulatePrincipalPolicyCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/TagInstanceProfileCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/TagMFADeviceCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/TagOpenIDConnectProviderCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/TagPolicyCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/TagRoleCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/TagSAMLProviderCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/TagServerCertificateCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/TagUserCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/UntagInstanceProfileCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/UntagMFADeviceCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/UntagOpenIDConnectProviderCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/UntagPolicyCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/UntagRoleCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/UntagSAMLProviderCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/UntagServerCertificateCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/UntagUserCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/UpdateAccessKeyCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/UpdateAccountPasswordPolicyCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/UpdateAssumeRolePolicyCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/UpdateDelegationRequestCommand.d.ts +47 -0
  104. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/UpdateLoginProfileCommand.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/index.d.ts +11 -0
  107. package/dist-types/ts3.4/index.d.ts +4 -1
  108. package/dist-types/ts3.4/models/enums.d.ts +222 -0
  109. package/dist-types/ts3.4/models/errors.d.ts +297 -0
  110. package/dist-types/ts3.4/models/models_0.d.ts +279 -390
  111. package/dist-types/ts3.4/models/models_1.d.ts +1 -265
  112. package/dist-types/ts3.4/schemas/schemas_0.d.ts +29 -0
  113. package/package.json +12 -12
  114. package/dist-es/models/index.js +0 -2
  115. package/dist-types/models/index.d.ts +0 -2
  116. package/dist-types/ts3.4/models/index.d.ts +0 -2
package/README.md CHANGED
@@ -208,6 +208,14 @@ see LICENSE for more information.
208
208
 
209
209
  ## Client Commands (Operations List)
210
210
 
211
+ <details>
212
+ <summary>
213
+ AcceptDelegationRequest
214
+ </summary>
215
+
216
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/AcceptDelegationRequestCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/AcceptDelegationRequestCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/AcceptDelegationRequestCommandOutput/)
217
+
218
+ </details>
211
219
  <details>
212
220
  <summary>
213
221
  AddClientIDToOpenIDConnectProvider
@@ -231,6 +239,14 @@ AddUserToGroup
231
239
 
232
240
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/AddUserToGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/AddUserToGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/AddUserToGroupCommandOutput/)
233
241
 
242
+ </details>
243
+ <details>
244
+ <summary>
245
+ AssociateDelegationRequest
246
+ </summary>
247
+
248
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/AssociateDelegationRequestCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/AssociateDelegationRequestCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/AssociateDelegationRequestCommandOutput/)
249
+
234
250
  </details>
235
251
  <details>
236
252
  <summary>
@@ -615,6 +631,14 @@ DisableOrganizationsRootSessions
615
631
 
616
632
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/DisableOrganizationsRootSessionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/DisableOrganizationsRootSessionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/DisableOrganizationsRootSessionsCommandOutput/)
617
633
 
634
+ </details>
635
+ <details>
636
+ <summary>
637
+ DisableOutboundWebIdentityFederation
638
+ </summary>
639
+
640
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/DisableOutboundWebIdentityFederationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/DisableOutboundWebIdentityFederationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/DisableOutboundWebIdentityFederationCommandOutput/)
641
+
618
642
  </details>
619
643
  <details>
620
644
  <summary>
@@ -639,6 +663,14 @@ EnableOrganizationsRootSessions
639
663
 
640
664
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/EnableOrganizationsRootSessionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/EnableOrganizationsRootSessionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/EnableOrganizationsRootSessionsCommandOutput/)
641
665
 
666
+ </details>
667
+ <details>
668
+ <summary>
669
+ EnableOutboundWebIdentityFederation
670
+ </summary>
671
+
672
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/EnableOutboundWebIdentityFederationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/EnableOutboundWebIdentityFederationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/EnableOutboundWebIdentityFederationCommandOutput/)
673
+
642
674
  </details>
643
675
  <details>
644
676
  <summary>
@@ -719,6 +751,14 @@ GetCredentialReport
719
751
 
720
752
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/GetCredentialReportCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/GetCredentialReportCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/GetCredentialReportCommandOutput/)
721
753
 
754
+ </details>
755
+ <details>
756
+ <summary>
757
+ GetDelegationRequest
758
+ </summary>
759
+
760
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/GetDelegationRequestCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/GetDelegationRequestCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/GetDelegationRequestCommandOutput/)
761
+
722
762
  </details>
723
763
  <details>
724
764
  <summary>
@@ -735,6 +775,14 @@ GetGroupPolicy
735
775
 
736
776
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/GetGroupPolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/GetGroupPolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/GetGroupPolicyCommandOutput/)
737
777
 
778
+ </details>
779
+ <details>
780
+ <summary>
781
+ GetHumanReadableSummary
782
+ </summary>
783
+
784
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/GetHumanReadableSummaryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/GetHumanReadableSummaryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/GetHumanReadableSummaryCommandOutput/)
785
+
738
786
  </details>
739
787
  <details>
740
788
  <summary>
@@ -775,6 +823,14 @@ GetOrganizationsAccessReport
775
823
 
776
824
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/GetOrganizationsAccessReportCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/GetOrganizationsAccessReportCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/GetOrganizationsAccessReportCommandOutput/)
777
825
 
826
+ </details>
827
+ <details>
828
+ <summary>
829
+ GetOutboundWebIdentityFederationInfo
830
+ </summary>
831
+
832
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/GetOutboundWebIdentityFederationInfoCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/GetOutboundWebIdentityFederationInfoCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/GetOutboundWebIdentityFederationInfoCommandOutput/)
833
+
778
834
  </details>
779
835
  <details>
780
836
  <summary>
@@ -911,6 +967,14 @@ ListAttachedUserPolicies
911
967
 
912
968
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/ListAttachedUserPoliciesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/ListAttachedUserPoliciesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/ListAttachedUserPoliciesCommandOutput/)
913
969
 
970
+ </details>
971
+ <details>
972
+ <summary>
973
+ ListDelegationRequests
974
+ </summary>
975
+
976
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/ListDelegationRequestsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/ListDelegationRequestsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/ListDelegationRequestsCommandOutput/)
977
+
914
978
  </details>
915
979
  <details>
916
980
  <summary>
@@ -1191,6 +1255,14 @@ PutUserPolicy
1191
1255
 
1192
1256
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/PutUserPolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/PutUserPolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/PutUserPolicyCommandOutput/)
1193
1257
 
1258
+ </details>
1259
+ <details>
1260
+ <summary>
1261
+ RejectDelegationRequest
1262
+ </summary>
1263
+
1264
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/RejectDelegationRequestCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/RejectDelegationRequestCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/RejectDelegationRequestCommandOutput/)
1265
+
1194
1266
  </details>
1195
1267
  <details>
1196
1268
  <summary>
@@ -1231,6 +1303,14 @@ ResyncMFADevice
1231
1303
 
1232
1304
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/ResyncMFADeviceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/ResyncMFADeviceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/ResyncMFADeviceCommandOutput/)
1233
1305
 
1306
+ </details>
1307
+ <details>
1308
+ <summary>
1309
+ SendDelegationToken
1310
+ </summary>
1311
+
1312
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/SendDelegationTokenCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/SendDelegationTokenCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/SendDelegationTokenCommandOutput/)
1313
+
1234
1314
  </details>
1235
1315
  <details>
1236
1316
  <summary>
@@ -1415,6 +1495,14 @@ UpdateAssumeRolePolicy
1415
1495
 
1416
1496
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/UpdateAssumeRolePolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/UpdateAssumeRolePolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/UpdateAssumeRolePolicyCommandOutput/)
1417
1497
 
1498
+ </details>
1499
+ <details>
1500
+ <summary>
1501
+ UpdateDelegationRequest
1502
+ </summary>
1503
+
1504
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/UpdateDelegationRequestCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/UpdateDelegationRequestCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/UpdateDelegationRequestCommandOutput/)
1505
+
1418
1506
  </details>
1419
1507
  <details>
1420
1508
  <summary>