@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
@@ -0,0 +1,47 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ IAMClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../IAMClient";
8
+ import { RejectDelegationRequestRequest } from "../models/models_0";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface RejectDelegationRequestCommandInput
12
+ extends RejectDelegationRequestRequest {}
13
+ export interface RejectDelegationRequestCommandOutput
14
+ extends __MetadataBearer {}
15
+ declare const RejectDelegationRequestCommand_base: {
16
+ new (
17
+ input: RejectDelegationRequestCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ RejectDelegationRequestCommandInput,
20
+ RejectDelegationRequestCommandOutput,
21
+ IAMClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ input: RejectDelegationRequestCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ RejectDelegationRequestCommandInput,
29
+ RejectDelegationRequestCommandOutput,
30
+ IAMClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class RejectDelegationRequestCommand extends RejectDelegationRequestCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: RejectDelegationRequestRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: RejectDelegationRequestCommandInput;
44
+ output: RejectDelegationRequestCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -0,0 +1,46 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ IAMClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../IAMClient";
8
+ import { SendDelegationTokenRequest } from "../models/models_0";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface SendDelegationTokenCommandInput
12
+ extends SendDelegationTokenRequest {}
13
+ export interface SendDelegationTokenCommandOutput extends __MetadataBearer {}
14
+ declare const SendDelegationTokenCommand_base: {
15
+ new (
16
+ input: SendDelegationTokenCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ SendDelegationTokenCommandInput,
19
+ SendDelegationTokenCommandOutput,
20
+ IAMClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ new (
25
+ input: SendDelegationTokenCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ SendDelegationTokenCommandInput,
28
+ SendDelegationTokenCommandOutput,
29
+ IAMClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
33
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ };
35
+ export declare class SendDelegationTokenCommand extends SendDelegationTokenCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: SendDelegationTokenRequest;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: SendDelegationTokenCommandInput;
43
+ output: SendDelegationTokenCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IAMClient";
8
- import { SetSecurityTokenServicePreferencesRequest } from "../models/models_1";
8
+ import { SetSecurityTokenServicePreferencesRequest } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface SetSecurityTokenServicePreferencesCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  SimulateCustomPolicyRequest,
10
10
  SimulatePolicyResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_0";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface SimulateCustomPolicyCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  SimulatePolicyResponse,
10
10
  SimulatePrincipalPolicyRequest,
11
- } from "../models/models_1";
11
+ } from "../models/models_0";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface SimulatePrincipalPolicyCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IAMClient";
8
- import { TagInstanceProfileRequest } from "../models/models_1";
8
+ import { TagInstanceProfileRequest } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface TagInstanceProfileCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IAMClient";
8
- import { TagMFADeviceRequest } from "../models/models_1";
8
+ import { TagMFADeviceRequest } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface TagMFADeviceCommandInput extends TagMFADeviceRequest {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IAMClient";
8
- import { TagOpenIDConnectProviderRequest } from "../models/models_1";
8
+ import { TagOpenIDConnectProviderRequest } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface TagOpenIDConnectProviderCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IAMClient";
8
- import { TagPolicyRequest } from "../models/models_1";
8
+ import { TagPolicyRequest } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface TagPolicyCommandInput extends TagPolicyRequest {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IAMClient";
8
- import { TagRoleRequest } from "../models/models_1";
8
+ import { TagRoleRequest } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface TagRoleCommandInput extends TagRoleRequest {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IAMClient";
8
- import { TagSAMLProviderRequest } from "../models/models_1";
8
+ import { TagSAMLProviderRequest } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface TagSAMLProviderCommandInput extends TagSAMLProviderRequest {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IAMClient";
8
- import { TagServerCertificateRequest } from "../models/models_1";
8
+ import { TagServerCertificateRequest } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface TagServerCertificateCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IAMClient";
8
- import { TagUserRequest } from "../models/models_1";
8
+ import { TagUserRequest } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface TagUserCommandInput extends TagUserRequest {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IAMClient";
8
- import { UntagInstanceProfileRequest } from "../models/models_1";
8
+ import { UntagInstanceProfileRequest } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface UntagInstanceProfileCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IAMClient";
8
- import { UntagMFADeviceRequest } from "../models/models_1";
8
+ import { UntagMFADeviceRequest } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface UntagMFADeviceCommandInput extends UntagMFADeviceRequest {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IAMClient";
8
- import { UntagOpenIDConnectProviderRequest } from "../models/models_1";
8
+ import { UntagOpenIDConnectProviderRequest } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface UntagOpenIDConnectProviderCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IAMClient";
8
- import { UntagPolicyRequest } from "../models/models_1";
8
+ import { UntagPolicyRequest } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface UntagPolicyCommandInput extends UntagPolicyRequest {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IAMClient";
8
- import { UntagRoleRequest } from "../models/models_1";
8
+ import { UntagRoleRequest } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface UntagRoleCommandInput extends UntagRoleRequest {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IAMClient";
8
- import { UntagSAMLProviderRequest } from "../models/models_1";
8
+ import { UntagSAMLProviderRequest } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface UntagSAMLProviderCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IAMClient";
8
- import { UntagServerCertificateRequest } from "../models/models_1";
8
+ import { UntagServerCertificateRequest } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface UntagServerCertificateCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IAMClient";
8
- import { UntagUserRequest } from "../models/models_1";
8
+ import { UntagUserRequest } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface UntagUserCommandInput extends UntagUserRequest {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IAMClient";
8
- import { UpdateAccessKeyRequest } from "../models/models_1";
8
+ import { UpdateAccessKeyRequest } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface UpdateAccessKeyCommandInput extends UpdateAccessKeyRequest {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IAMClient";
8
- import { UpdateAccountPasswordPolicyRequest } from "../models/models_1";
8
+ import { UpdateAccountPasswordPolicyRequest } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface UpdateAccountPasswordPolicyCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IAMClient";
8
- import { UpdateAssumeRolePolicyRequest } from "../models/models_1";
8
+ import { UpdateAssumeRolePolicyRequest } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface UpdateAssumeRolePolicyCommandInput
@@ -0,0 +1,47 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ IAMClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../IAMClient";
8
+ import { UpdateDelegationRequestRequest } from "../models/models_0";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface UpdateDelegationRequestCommandInput
12
+ extends UpdateDelegationRequestRequest {}
13
+ export interface UpdateDelegationRequestCommandOutput
14
+ extends __MetadataBearer {}
15
+ declare const UpdateDelegationRequestCommand_base: {
16
+ new (
17
+ input: UpdateDelegationRequestCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ UpdateDelegationRequestCommandInput,
20
+ UpdateDelegationRequestCommandOutput,
21
+ IAMClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ input: UpdateDelegationRequestCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ UpdateDelegationRequestCommandInput,
29
+ UpdateDelegationRequestCommandOutput,
30
+ IAMClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class UpdateDelegationRequestCommand extends UpdateDelegationRequestCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: UpdateDelegationRequestRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: UpdateDelegationRequestCommandInput;
44
+ output: UpdateDelegationRequestCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IAMClient";
8
- import { UpdateGroupRequest } from "../models/models_1";
8
+ import { UpdateGroupRequest } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface UpdateGroupCommandInput extends UpdateGroupRequest {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IAMClient";
8
- import { UpdateLoginProfileRequest } from "../models/models_1";
8
+ import { UpdateLoginProfileRequest } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface UpdateLoginProfileCommandInput
@@ -1,6 +1,8 @@
1
+ export * from "./AcceptDelegationRequestCommand";
1
2
  export * from "./AddClientIDToOpenIDConnectProviderCommand";
2
3
  export * from "./AddRoleToInstanceProfileCommand";
3
4
  export * from "./AddUserToGroupCommand";
5
+ export * from "./AssociateDelegationRequestCommand";
4
6
  export * from "./AttachGroupPolicyCommand";
5
7
  export * from "./AttachRolePolicyCommand";
6
8
  export * from "./AttachUserPolicyCommand";
@@ -49,9 +51,11 @@ export * from "./DetachRolePolicyCommand";
49
51
  export * from "./DetachUserPolicyCommand";
50
52
  export * from "./DisableOrganizationsRootCredentialsManagementCommand";
51
53
  export * from "./DisableOrganizationsRootSessionsCommand";
54
+ export * from "./DisableOutboundWebIdentityFederationCommand";
52
55
  export * from "./EnableMFADeviceCommand";
53
56
  export * from "./EnableOrganizationsRootCredentialsManagementCommand";
54
57
  export * from "./EnableOrganizationsRootSessionsCommand";
58
+ export * from "./EnableOutboundWebIdentityFederationCommand";
55
59
  export * from "./GenerateCredentialReportCommand";
56
60
  export * from "./GenerateOrganizationsAccessReportCommand";
57
61
  export * from "./GenerateServiceLastAccessedDetailsCommand";
@@ -62,13 +66,16 @@ export * from "./GetAccountSummaryCommand";
62
66
  export * from "./GetContextKeysForCustomPolicyCommand";
63
67
  export * from "./GetContextKeysForPrincipalPolicyCommand";
64
68
  export * from "./GetCredentialReportCommand";
69
+ export * from "./GetDelegationRequestCommand";
65
70
  export * from "./GetGroupCommand";
66
71
  export * from "./GetGroupPolicyCommand";
72
+ export * from "./GetHumanReadableSummaryCommand";
67
73
  export * from "./GetInstanceProfileCommand";
68
74
  export * from "./GetLoginProfileCommand";
69
75
  export * from "./GetMFADeviceCommand";
70
76
  export * from "./GetOpenIDConnectProviderCommand";
71
77
  export * from "./GetOrganizationsAccessReportCommand";
78
+ export * from "./GetOutboundWebIdentityFederationInfoCommand";
72
79
  export * from "./GetPolicyCommand";
73
80
  export * from "./GetPolicyVersionCommand";
74
81
  export * from "./GetRoleCommand";
@@ -86,6 +93,7 @@ export * from "./ListAccountAliasesCommand";
86
93
  export * from "./ListAttachedGroupPoliciesCommand";
87
94
  export * from "./ListAttachedRolePoliciesCommand";
88
95
  export * from "./ListAttachedUserPoliciesCommand";
96
+ export * from "./ListDelegationRequestsCommand";
89
97
  export * from "./ListEntitiesForPolicyCommand";
90
98
  export * from "./ListGroupPoliciesCommand";
91
99
  export * from "./ListGroupsCommand";
@@ -121,11 +129,13 @@ export * from "./PutRolePermissionsBoundaryCommand";
121
129
  export * from "./PutRolePolicyCommand";
122
130
  export * from "./PutUserPermissionsBoundaryCommand";
123
131
  export * from "./PutUserPolicyCommand";
132
+ export * from "./RejectDelegationRequestCommand";
124
133
  export * from "./RemoveClientIDFromOpenIDConnectProviderCommand";
125
134
  export * from "./RemoveRoleFromInstanceProfileCommand";
126
135
  export * from "./RemoveUserFromGroupCommand";
127
136
  export * from "./ResetServiceSpecificCredentialCommand";
128
137
  export * from "./ResyncMFADeviceCommand";
138
+ export * from "./SendDelegationTokenCommand";
129
139
  export * from "./SetDefaultPolicyVersionCommand";
130
140
  export * from "./SetSecurityTokenServicePreferencesCommand";
131
141
  export * from "./SimulateCustomPolicyCommand";
@@ -149,6 +159,7 @@ export * from "./UntagUserCommand";
149
159
  export * from "./UpdateAccessKeyCommand";
150
160
  export * from "./UpdateAccountPasswordPolicyCommand";
151
161
  export * from "./UpdateAssumeRolePolicyCommand";
162
+ export * from "./UpdateDelegationRequestCommand";
152
163
  export * from "./UpdateGroupCommand";
153
164
  export * from "./UpdateLoginProfileCommand";
154
165
  export * from "./UpdateOpenIDConnectProviderThumbprintCommand";
@@ -6,5 +6,8 @@ export { IAMExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
7
  export * from "./pagination";
8
8
  export * from "./waiters";
9
- export * from "./models";
9
+ export * from "./models/enums";
10
+ export * from "./models/errors";
11
+ export * from "./models/models_0";
12
+ export * from "./models/models_1";
10
13
  export { IAMServiceException } from "./models/IAMServiceException";