@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.
- package/README.md +88 -0
- package/dist-cjs/index.js +623 -216
- package/dist-es/IAM.js +22 -0
- package/dist-es/commands/AcceptDelegationRequestCommand.js +16 -0
- package/dist-es/commands/AssociateDelegationRequestCommand.js +16 -0
- package/dist-es/commands/DisableOutboundWebIdentityFederationCommand.js +16 -0
- package/dist-es/commands/EnableOutboundWebIdentityFederationCommand.js +16 -0
- package/dist-es/commands/GetDelegationRequestCommand.js +16 -0
- package/dist-es/commands/GetHumanReadableSummaryCommand.js +16 -0
- package/dist-es/commands/GetOutboundWebIdentityFederationInfoCommand.js +16 -0
- package/dist-es/commands/ListDelegationRequestsCommand.js +16 -0
- package/dist-es/commands/RejectDelegationRequestCommand.js +16 -0
- package/dist-es/commands/SendDelegationTokenCommand.js +16 -0
- package/dist-es/commands/UpdateDelegationRequestCommand.js +16 -0
- package/dist-es/commands/index.js +11 -0
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +176 -0
- package/dist-es/models/errors.js +431 -0
- package/dist-es/models/models_0.js +1 -446
- package/dist-es/models/models_1.js +1 -113
- package/dist-es/schemas/schemas_0.js +234 -35
- package/dist-types/IAM.d.ts +81 -0
- package/dist-types/IAMClient.d.ts +13 -2
- package/dist-types/commands/AcceptDelegationRequestCommand.d.ts +92 -0
- package/dist-types/commands/AssociateDelegationRequestCommand.d.ts +108 -0
- package/dist-types/commands/CreateDelegationRequestCommand.d.ts +5 -1
- package/dist-types/commands/DisableOutboundWebIdentityFederationCommand.d.ts +74 -0
- package/dist-types/commands/EnableOutboundWebIdentityFederationCommand.d.ts +78 -0
- package/dist-types/commands/GenerateOrganizationsAccessReportCommand.d.ts +2 -2
- package/dist-types/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +2 -2
- package/dist-types/commands/GetDelegationRequestCommand.d.ts +127 -0
- package/dist-types/commands/GetHumanReadableSummaryCommand.d.ts +105 -0
- package/dist-types/commands/GetOutboundWebIdentityFederationInfoCommand.d.ts +77 -0
- package/dist-types/commands/ListDelegationRequestsCommand.d.ts +132 -0
- package/dist-types/commands/RejectDelegationRequestCommand.d.ts +96 -0
- package/dist-types/commands/SendDelegationTokenCommand.d.ts +98 -0
- package/dist-types/commands/SetSecurityTokenServicePreferencesCommand.d.ts +1 -1
- package/dist-types/commands/SimulateCustomPolicyCommand.d.ts +1 -1
- package/dist-types/commands/SimulatePrincipalPolicyCommand.d.ts +1 -1
- package/dist-types/commands/TagInstanceProfileCommand.d.ts +1 -1
- package/dist-types/commands/TagMFADeviceCommand.d.ts +1 -1
- package/dist-types/commands/TagOpenIDConnectProviderCommand.d.ts +1 -1
- package/dist-types/commands/TagPolicyCommand.d.ts +1 -1
- package/dist-types/commands/TagRoleCommand.d.ts +1 -1
- package/dist-types/commands/TagSAMLProviderCommand.d.ts +1 -1
- package/dist-types/commands/TagServerCertificateCommand.d.ts +1 -1
- package/dist-types/commands/TagUserCommand.d.ts +1 -1
- package/dist-types/commands/UntagInstanceProfileCommand.d.ts +1 -1
- package/dist-types/commands/UntagMFADeviceCommand.d.ts +1 -1
- package/dist-types/commands/UntagOpenIDConnectProviderCommand.d.ts +1 -1
- package/dist-types/commands/UntagPolicyCommand.d.ts +1 -1
- package/dist-types/commands/UntagRoleCommand.d.ts +1 -1
- package/dist-types/commands/UntagSAMLProviderCommand.d.ts +1 -1
- package/dist-types/commands/UntagServerCertificateCommand.d.ts +1 -1
- package/dist-types/commands/UntagUserCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccessKeyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountPasswordPolicyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAssumeRolePolicyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDelegationRequestCommand.d.ts +96 -0
- package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateLoginProfileCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +11 -0
- package/dist-types/index.d.ts +4 -1
- package/dist-types/models/enums.d.ts +392 -0
- package/dist-types/models/errors.d.ts +463 -0
- package/dist-types/models/models_0.d.ts +1695 -675
- package/dist-types/models/models_1.d.ts +2 -1392
- package/dist-types/schemas/schemas_0.d.ts +29 -0
- package/dist-types/ts3.4/IAM.d.ts +209 -0
- package/dist-types/ts3.4/IAMClient.d.ts +66 -0
- package/dist-types/ts3.4/commands/AcceptDelegationRequestCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/AssociateDelegationRequestCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DisableOutboundWebIdentityFederationCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/EnableOutboundWebIdentityFederationCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetDelegationRequestCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetHumanReadableSummaryCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetOutboundWebIdentityFederationInfoCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListDelegationRequestsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/RejectDelegationRequestCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/SendDelegationTokenCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/SetSecurityTokenServicePreferencesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SimulateCustomPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SimulatePrincipalPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagInstanceProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagMFADeviceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagOpenIDConnectProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagRoleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagSAMLProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagServerCertificateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagInstanceProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagMFADeviceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagOpenIDConnectProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagRoleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagSAMLProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagServerCertificateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccessKeyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccountPasswordPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAssumeRolePolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDelegationRequestCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateLoginProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/dist-types/ts3.4/index.d.ts +4 -1
- package/dist-types/ts3.4/models/enums.d.ts +222 -0
- package/dist-types/ts3.4/models/errors.d.ts +297 -0
- package/dist-types/ts3.4/models/models_0.d.ts +279 -390
- package/dist-types/ts3.4/models/models_1.d.ts +1 -265
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +29 -0
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -2
- package/dist-types/models/index.d.ts +0 -2
- 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>
|