@aws-sdk/client-iam 3.934.0 → 3.936.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 +24 -0
- package/dist-cjs/index.js +305 -176
- package/dist-es/IAM.js +6 -0
- package/dist-es/commands/DisableOutboundWebIdentityFederationCommand.js +16 -0
- package/dist-es/commands/EnableOutboundWebIdentityFederationCommand.js +16 -0
- package/dist-es/commands/GetOutboundWebIdentityFederationInfoCommand.js +16 -0
- package/dist-es/commands/index.js +3 -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 -467
- package/dist-es/models/models_1.js +1 -117
- package/dist-es/schemas/schemas_0.js +62 -1
- package/dist-types/IAM.d.ts +24 -0
- package/dist-types/IAMClient.d.ts +5 -2
- package/dist-types/commands/DisableOutboundWebIdentityFederationCommand.d.ts +74 -0
- package/dist-types/commands/EnableOutboundWebIdentityFederationCommand.d.ts +78 -0
- package/dist-types/commands/GetOutboundWebIdentityFederationInfoCommand.d.ts +77 -0
- package/dist-types/commands/PutGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/PutRolePermissionsBoundaryCommand.d.ts +1 -1
- package/dist-types/commands/PutRolePolicyCommand.d.ts +1 -1
- package/dist-types/commands/PutUserPermissionsBoundaryCommand.d.ts +1 -1
- package/dist-types/commands/PutUserPolicyCommand.d.ts +1 -1
- package/dist-types/commands/RejectDelegationRequestCommand.d.ts +1 -1
- package/dist-types/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +1 -1
- package/dist-types/commands/RemoveRoleFromInstanceProfileCommand.d.ts +1 -1
- package/dist-types/commands/RemoveUserFromGroupCommand.d.ts +1 -1
- package/dist-types/commands/ResetServiceSpecificCredentialCommand.d.ts +1 -1
- package/dist-types/commands/ResyncMFADeviceCommand.d.ts +1 -1
- package/dist-types/commands/SendDelegationTokenCommand.d.ts +1 -1
- package/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +1 -1
- 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 +1 -1
- 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 +3 -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 +1641 -681
- package/dist-types/models/models_1.d.ts +2 -1763
- package/dist-types/schemas/schemas_0.d.ts +7 -0
- package/dist-types/ts3.4/IAM.d.ts +72 -0
- package/dist-types/ts3.4/IAMClient.d.ts +18 -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/GetOutboundWebIdentityFederationInfoCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/PutGroupPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutRolePermissionsBoundaryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutRolePolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutUserPermissionsBoundaryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutUserPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectDelegationRequestCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RemoveRoleFromInstanceProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RemoveUserFromGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetServiceSpecificCredentialCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResyncMFADeviceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SendDelegationTokenCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SetDefaultPolicyVersionCommand.d.ts +1 -1
- 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 +1 -1
- 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 +3 -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 +276 -416
- package/dist-types/ts3.4/models/models_1.d.ts +1 -334
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +7 -0
- package/package.json +19 -19
- 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
|
@@ -631,6 +631,14 @@ DisableOrganizationsRootSessions
|
|
|
631
631
|
|
|
632
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/)
|
|
633
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
|
+
|
|
634
642
|
</details>
|
|
635
643
|
<details>
|
|
636
644
|
<summary>
|
|
@@ -655,6 +663,14 @@ EnableOrganizationsRootSessions
|
|
|
655
663
|
|
|
656
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/)
|
|
657
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
|
+
|
|
658
674
|
</details>
|
|
659
675
|
<details>
|
|
660
676
|
<summary>
|
|
@@ -807,6 +823,14 @@ GetOrganizationsAccessReport
|
|
|
807
823
|
|
|
808
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/)
|
|
809
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
|
+
|
|
810
834
|
</details>
|
|
811
835
|
<details>
|
|
812
836
|
<summary>
|