@aws-sdk/client-iam 3.934.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 (117) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +305 -176
  3. package/dist-es/IAM.js +6 -0
  4. package/dist-es/commands/DisableOutboundWebIdentityFederationCommand.js +16 -0
  5. package/dist-es/commands/EnableOutboundWebIdentityFederationCommand.js +16 -0
  6. package/dist-es/commands/GetOutboundWebIdentityFederationInfoCommand.js +16 -0
  7. package/dist-es/commands/index.js +3 -0
  8. package/dist-es/index.js +2 -1
  9. package/dist-es/models/enums.js +176 -0
  10. package/dist-es/models/errors.js +431 -0
  11. package/dist-es/models/models_0.js +1 -467
  12. package/dist-es/models/models_1.js +1 -117
  13. package/dist-es/schemas/schemas_0.js +62 -1
  14. package/dist-types/IAM.d.ts +24 -0
  15. package/dist-types/IAMClient.d.ts +5 -2
  16. package/dist-types/commands/DisableOutboundWebIdentityFederationCommand.d.ts +74 -0
  17. package/dist-types/commands/EnableOutboundWebIdentityFederationCommand.d.ts +78 -0
  18. package/dist-types/commands/GetOutboundWebIdentityFederationInfoCommand.d.ts +77 -0
  19. package/dist-types/commands/PutGroupPolicyCommand.d.ts +1 -1
  20. package/dist-types/commands/PutRolePermissionsBoundaryCommand.d.ts +1 -1
  21. package/dist-types/commands/PutRolePolicyCommand.d.ts +1 -1
  22. package/dist-types/commands/PutUserPermissionsBoundaryCommand.d.ts +1 -1
  23. package/dist-types/commands/PutUserPolicyCommand.d.ts +1 -1
  24. package/dist-types/commands/RejectDelegationRequestCommand.d.ts +1 -1
  25. package/dist-types/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +1 -1
  26. package/dist-types/commands/RemoveRoleFromInstanceProfileCommand.d.ts +1 -1
  27. package/dist-types/commands/RemoveUserFromGroupCommand.d.ts +1 -1
  28. package/dist-types/commands/ResetServiceSpecificCredentialCommand.d.ts +1 -1
  29. package/dist-types/commands/ResyncMFADeviceCommand.d.ts +1 -1
  30. package/dist-types/commands/SendDelegationTokenCommand.d.ts +1 -1
  31. package/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +1 -1
  32. package/dist-types/commands/SetSecurityTokenServicePreferencesCommand.d.ts +1 -1
  33. package/dist-types/commands/SimulateCustomPolicyCommand.d.ts +1 -1
  34. package/dist-types/commands/SimulatePrincipalPolicyCommand.d.ts +1 -1
  35. package/dist-types/commands/TagInstanceProfileCommand.d.ts +1 -1
  36. package/dist-types/commands/TagMFADeviceCommand.d.ts +1 -1
  37. package/dist-types/commands/TagOpenIDConnectProviderCommand.d.ts +1 -1
  38. package/dist-types/commands/TagPolicyCommand.d.ts +1 -1
  39. package/dist-types/commands/TagRoleCommand.d.ts +1 -1
  40. package/dist-types/commands/TagSAMLProviderCommand.d.ts +1 -1
  41. package/dist-types/commands/TagServerCertificateCommand.d.ts +1 -1
  42. package/dist-types/commands/TagUserCommand.d.ts +1 -1
  43. package/dist-types/commands/UntagInstanceProfileCommand.d.ts +1 -1
  44. package/dist-types/commands/UntagMFADeviceCommand.d.ts +1 -1
  45. package/dist-types/commands/UntagOpenIDConnectProviderCommand.d.ts +1 -1
  46. package/dist-types/commands/UntagPolicyCommand.d.ts +1 -1
  47. package/dist-types/commands/UntagRoleCommand.d.ts +1 -1
  48. package/dist-types/commands/UntagSAMLProviderCommand.d.ts +1 -1
  49. package/dist-types/commands/UntagServerCertificateCommand.d.ts +1 -1
  50. package/dist-types/commands/UntagUserCommand.d.ts +1 -1
  51. package/dist-types/commands/UpdateAccessKeyCommand.d.ts +1 -1
  52. package/dist-types/commands/UpdateAccountPasswordPolicyCommand.d.ts +1 -1
  53. package/dist-types/commands/UpdateAssumeRolePolicyCommand.d.ts +1 -1
  54. package/dist-types/commands/UpdateDelegationRequestCommand.d.ts +1 -1
  55. package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
  56. package/dist-types/commands/UpdateLoginProfileCommand.d.ts +1 -1
  57. package/dist-types/commands/index.d.ts +3 -0
  58. package/dist-types/index.d.ts +4 -1
  59. package/dist-types/models/enums.d.ts +392 -0
  60. package/dist-types/models/errors.d.ts +463 -0
  61. package/dist-types/models/models_0.d.ts +1641 -681
  62. package/dist-types/models/models_1.d.ts +2 -1763
  63. package/dist-types/schemas/schemas_0.d.ts +7 -0
  64. package/dist-types/ts3.4/IAM.d.ts +72 -0
  65. package/dist-types/ts3.4/IAMClient.d.ts +18 -0
  66. package/dist-types/ts3.4/commands/DisableOutboundWebIdentityFederationCommand.d.ts +45 -0
  67. package/dist-types/ts3.4/commands/EnableOutboundWebIdentityFederationCommand.d.ts +47 -0
  68. package/dist-types/ts3.4/commands/GetOutboundWebIdentityFederationInfoCommand.d.ts +47 -0
  69. package/dist-types/ts3.4/commands/PutGroupPolicyCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/PutRolePermissionsBoundaryCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/PutRolePolicyCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/PutUserPermissionsBoundaryCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/PutUserPolicyCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/RejectDelegationRequestCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/RemoveRoleFromInstanceProfileCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/RemoveUserFromGroupCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/ResetServiceSpecificCredentialCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/ResyncMFADeviceCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/SendDelegationTokenCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/SetDefaultPolicyVersionCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/SetSecurityTokenServicePreferencesCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/SimulateCustomPolicyCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/SimulatePrincipalPolicyCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/TagInstanceProfileCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/TagMFADeviceCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/TagOpenIDConnectProviderCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/TagPolicyCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/TagRoleCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/TagSAMLProviderCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/TagServerCertificateCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/TagUserCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/UntagInstanceProfileCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/UntagMFADeviceCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/UntagOpenIDConnectProviderCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/UntagPolicyCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/UntagRoleCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/UntagSAMLProviderCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/UntagServerCertificateCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/UntagUserCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/UpdateAccessKeyCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/UpdateAccountPasswordPolicyCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/UpdateAssumeRolePolicyCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/UpdateDelegationRequestCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/UpdateLoginProfileCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  108. package/dist-types/ts3.4/index.d.ts +4 -1
  109. package/dist-types/ts3.4/models/enums.d.ts +222 -0
  110. package/dist-types/ts3.4/models/errors.d.ts +297 -0
  111. package/dist-types/ts3.4/models/models_0.d.ts +276 -416
  112. package/dist-types/ts3.4/models/models_1.d.ts +1 -334
  113. package/dist-types/ts3.4/schemas/schemas_0.d.ts +7 -0
  114. package/package.json +12 -12
  115. package/dist-es/models/index.js +0 -2
  116. package/dist-types/models/index.d.ts +0 -2
  117. package/dist-types/ts3.4/models/index.d.ts +0 -2
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { ResetServiceSpecificCredentialRequest, ResetServiceSpecificCredentialResponse } from "../models/models_1";
4
+ import { ResetServiceSpecificCredentialRequest, ResetServiceSpecificCredentialResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { ResyncMFADeviceRequest } from "../models/models_1";
4
+ import { ResyncMFADeviceRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { SendDelegationTokenRequest } from "../models/models_1";
4
+ import { SendDelegationTokenRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { SetDefaultPolicyVersionRequest } from "../models/models_1";
4
+ import { SetDefaultPolicyVersionRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { SetSecurityTokenServicePreferencesRequest } from "../models/models_1";
4
+ import { SetSecurityTokenServicePreferencesRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { SimulateCustomPolicyRequest, SimulatePolicyResponse } from "../models/models_1";
4
+ import { SimulateCustomPolicyRequest, SimulatePolicyResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { SimulatePolicyResponse, SimulatePrincipalPolicyRequest } from "../models/models_1";
4
+ import { SimulatePolicyResponse, SimulatePrincipalPolicyRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { TagInstanceProfileRequest } from "../models/models_1";
4
+ import { TagInstanceProfileRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { TagMFADeviceRequest } from "../models/models_1";
4
+ import { TagMFADeviceRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { TagOpenIDConnectProviderRequest } from "../models/models_1";
4
+ import { TagOpenIDConnectProviderRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { TagPolicyRequest } from "../models/models_1";
4
+ import { TagPolicyRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { TagRoleRequest } from "../models/models_1";
4
+ import { TagRoleRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { TagSAMLProviderRequest } from "../models/models_1";
4
+ import { TagSAMLProviderRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { TagServerCertificateRequest } from "../models/models_1";
4
+ import { TagServerCertificateRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { TagUserRequest } from "../models/models_1";
4
+ import { TagUserRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { UntagInstanceProfileRequest } from "../models/models_1";
4
+ import { UntagInstanceProfileRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { UntagMFADeviceRequest } from "../models/models_1";
4
+ import { UntagMFADeviceRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { UntagOpenIDConnectProviderRequest } from "../models/models_1";
4
+ import { UntagOpenIDConnectProviderRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { UntagPolicyRequest } from "../models/models_1";
4
+ import { UntagPolicyRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { UntagRoleRequest } from "../models/models_1";
4
+ import { UntagRoleRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { UntagSAMLProviderRequest } from "../models/models_1";
4
+ import { UntagSAMLProviderRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { UntagServerCertificateRequest } from "../models/models_1";
4
+ import { UntagServerCertificateRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { UntagUserRequest } from "../models/models_1";
4
+ import { UntagUserRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { UpdateAccessKeyRequest } from "../models/models_1";
4
+ import { UpdateAccessKeyRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { UpdateAccountPasswordPolicyRequest } from "../models/models_1";
4
+ import { UpdateAccountPasswordPolicyRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { UpdateAssumeRolePolicyRequest } from "../models/models_1";
4
+ import { UpdateAssumeRolePolicyRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { UpdateDelegationRequestRequest } from "../models/models_1";
4
+ import { UpdateDelegationRequestRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { UpdateGroupRequest } from "../models/models_1";
4
+ import { UpdateGroupRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
- import { UpdateLoginProfileRequest } from "../models/models_1";
4
+ import { UpdateLoginProfileRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -51,9 +51,11 @@ export * from "./DetachRolePolicyCommand";
51
51
  export * from "./DetachUserPolicyCommand";
52
52
  export * from "./DisableOrganizationsRootCredentialsManagementCommand";
53
53
  export * from "./DisableOrganizationsRootSessionsCommand";
54
+ export * from "./DisableOutboundWebIdentityFederationCommand";
54
55
  export * from "./EnableMFADeviceCommand";
55
56
  export * from "./EnableOrganizationsRootCredentialsManagementCommand";
56
57
  export * from "./EnableOrganizationsRootSessionsCommand";
58
+ export * from "./EnableOutboundWebIdentityFederationCommand";
57
59
  export * from "./GenerateCredentialReportCommand";
58
60
  export * from "./GenerateOrganizationsAccessReportCommand";
59
61
  export * from "./GenerateServiceLastAccessedDetailsCommand";
@@ -73,6 +75,7 @@ export * from "./GetLoginProfileCommand";
73
75
  export * from "./GetMFADeviceCommand";
74
76
  export * from "./GetOpenIDConnectProviderCommand";
75
77
  export * from "./GetOrganizationsAccessReportCommand";
78
+ export * from "./GetOutboundWebIdentityFederationInfoCommand";
76
79
  export * from "./GetPolicyCommand";
77
80
  export * from "./GetPolicyVersionCommand";
78
81
  export * from "./GetRoleCommand";
@@ -15,5 +15,8 @@ export type { IAMExtensionConfiguration } from "./extensionConfiguration";
15
15
  export * from "./commands";
16
16
  export * from "./pagination";
17
17
  export * from "./waiters";
18
- export * from "./models";
18
+ export * from "./models/enums";
19
+ export * from "./models/errors";
20
+ export type * from "./models/models_0";
21
+ export type * from "./models/models_1";
19
22
  export { IAMServiceException } from "./models/IAMServiceException";