@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/dist-types/IAM.d.ts
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
|
+
import { AcceptDelegationRequestCommandInput, AcceptDelegationRequestCommandOutput } from "./commands/AcceptDelegationRequestCommand";
|
|
2
3
|
import { AddClientIDToOpenIDConnectProviderCommandInput, AddClientIDToOpenIDConnectProviderCommandOutput } from "./commands/AddClientIDToOpenIDConnectProviderCommand";
|
|
3
4
|
import { AddRoleToInstanceProfileCommandInput, AddRoleToInstanceProfileCommandOutput } from "./commands/AddRoleToInstanceProfileCommand";
|
|
4
5
|
import { AddUserToGroupCommandInput, AddUserToGroupCommandOutput } from "./commands/AddUserToGroupCommand";
|
|
6
|
+
import { AssociateDelegationRequestCommandInput, AssociateDelegationRequestCommandOutput } from "./commands/AssociateDelegationRequestCommand";
|
|
5
7
|
import { AttachGroupPolicyCommandInput, AttachGroupPolicyCommandOutput } from "./commands/AttachGroupPolicyCommand";
|
|
6
8
|
import { AttachRolePolicyCommandInput, AttachRolePolicyCommandOutput } from "./commands/AttachRolePolicyCommand";
|
|
7
9
|
import { AttachUserPolicyCommandInput, AttachUserPolicyCommandOutput } from "./commands/AttachUserPolicyCommand";
|
|
@@ -50,9 +52,11 @@ import { DetachRolePolicyCommandInput, DetachRolePolicyCommandOutput } from "./c
|
|
|
50
52
|
import { DetachUserPolicyCommandInput, DetachUserPolicyCommandOutput } from "./commands/DetachUserPolicyCommand";
|
|
51
53
|
import { DisableOrganizationsRootCredentialsManagementCommandInput, DisableOrganizationsRootCredentialsManagementCommandOutput } from "./commands/DisableOrganizationsRootCredentialsManagementCommand";
|
|
52
54
|
import { DisableOrganizationsRootSessionsCommandInput, DisableOrganizationsRootSessionsCommandOutput } from "./commands/DisableOrganizationsRootSessionsCommand";
|
|
55
|
+
import { DisableOutboundWebIdentityFederationCommandInput, DisableOutboundWebIdentityFederationCommandOutput } from "./commands/DisableOutboundWebIdentityFederationCommand";
|
|
53
56
|
import { EnableMFADeviceCommandInput, EnableMFADeviceCommandOutput } from "./commands/EnableMFADeviceCommand";
|
|
54
57
|
import { EnableOrganizationsRootCredentialsManagementCommandInput, EnableOrganizationsRootCredentialsManagementCommandOutput } from "./commands/EnableOrganizationsRootCredentialsManagementCommand";
|
|
55
58
|
import { EnableOrganizationsRootSessionsCommandInput, EnableOrganizationsRootSessionsCommandOutput } from "./commands/EnableOrganizationsRootSessionsCommand";
|
|
59
|
+
import { EnableOutboundWebIdentityFederationCommandInput, EnableOutboundWebIdentityFederationCommandOutput } from "./commands/EnableOutboundWebIdentityFederationCommand";
|
|
56
60
|
import { GenerateCredentialReportCommandInput, GenerateCredentialReportCommandOutput } from "./commands/GenerateCredentialReportCommand";
|
|
57
61
|
import { GenerateOrganizationsAccessReportCommandInput, GenerateOrganizationsAccessReportCommandOutput } from "./commands/GenerateOrganizationsAccessReportCommand";
|
|
58
62
|
import { GenerateServiceLastAccessedDetailsCommandInput, GenerateServiceLastAccessedDetailsCommandOutput } from "./commands/GenerateServiceLastAccessedDetailsCommand";
|
|
@@ -63,13 +67,16 @@ import { GetAccountSummaryCommandInput, GetAccountSummaryCommandOutput } from ".
|
|
|
63
67
|
import { GetContextKeysForCustomPolicyCommandInput, GetContextKeysForCustomPolicyCommandOutput } from "./commands/GetContextKeysForCustomPolicyCommand";
|
|
64
68
|
import { GetContextKeysForPrincipalPolicyCommandInput, GetContextKeysForPrincipalPolicyCommandOutput } from "./commands/GetContextKeysForPrincipalPolicyCommand";
|
|
65
69
|
import { GetCredentialReportCommandInput, GetCredentialReportCommandOutput } from "./commands/GetCredentialReportCommand";
|
|
70
|
+
import { GetDelegationRequestCommandInput, GetDelegationRequestCommandOutput } from "./commands/GetDelegationRequestCommand";
|
|
66
71
|
import { GetGroupCommandInput, GetGroupCommandOutput } from "./commands/GetGroupCommand";
|
|
67
72
|
import { GetGroupPolicyCommandInput, GetGroupPolicyCommandOutput } from "./commands/GetGroupPolicyCommand";
|
|
73
|
+
import { GetHumanReadableSummaryCommandInput, GetHumanReadableSummaryCommandOutput } from "./commands/GetHumanReadableSummaryCommand";
|
|
68
74
|
import { GetInstanceProfileCommandInput, GetInstanceProfileCommandOutput } from "./commands/GetInstanceProfileCommand";
|
|
69
75
|
import { GetLoginProfileCommandInput, GetLoginProfileCommandOutput } from "./commands/GetLoginProfileCommand";
|
|
70
76
|
import { GetMFADeviceCommandInput, GetMFADeviceCommandOutput } from "./commands/GetMFADeviceCommand";
|
|
71
77
|
import { GetOpenIDConnectProviderCommandInput, GetOpenIDConnectProviderCommandOutput } from "./commands/GetOpenIDConnectProviderCommand";
|
|
72
78
|
import { GetOrganizationsAccessReportCommandInput, GetOrganizationsAccessReportCommandOutput } from "./commands/GetOrganizationsAccessReportCommand";
|
|
79
|
+
import { GetOutboundWebIdentityFederationInfoCommandInput, GetOutboundWebIdentityFederationInfoCommandOutput } from "./commands/GetOutboundWebIdentityFederationInfoCommand";
|
|
73
80
|
import { GetPolicyCommandInput, GetPolicyCommandOutput } from "./commands/GetPolicyCommand";
|
|
74
81
|
import { GetPolicyVersionCommandInput, GetPolicyVersionCommandOutput } from "./commands/GetPolicyVersionCommand";
|
|
75
82
|
import { GetRoleCommandInput, GetRoleCommandOutput } from "./commands/GetRoleCommand";
|
|
@@ -87,6 +94,7 @@ import { ListAccountAliasesCommandInput, ListAccountAliasesCommandOutput } from
|
|
|
87
94
|
import { ListAttachedGroupPoliciesCommandInput, ListAttachedGroupPoliciesCommandOutput } from "./commands/ListAttachedGroupPoliciesCommand";
|
|
88
95
|
import { ListAttachedRolePoliciesCommandInput, ListAttachedRolePoliciesCommandOutput } from "./commands/ListAttachedRolePoliciesCommand";
|
|
89
96
|
import { ListAttachedUserPoliciesCommandInput, ListAttachedUserPoliciesCommandOutput } from "./commands/ListAttachedUserPoliciesCommand";
|
|
97
|
+
import { ListDelegationRequestsCommandInput, ListDelegationRequestsCommandOutput } from "./commands/ListDelegationRequestsCommand";
|
|
90
98
|
import { ListEntitiesForPolicyCommandInput, ListEntitiesForPolicyCommandOutput } from "./commands/ListEntitiesForPolicyCommand";
|
|
91
99
|
import { ListGroupPoliciesCommandInput, ListGroupPoliciesCommandOutput } from "./commands/ListGroupPoliciesCommand";
|
|
92
100
|
import { ListGroupsCommandInput, ListGroupsCommandOutput } from "./commands/ListGroupsCommand";
|
|
@@ -122,11 +130,13 @@ import { PutRolePermissionsBoundaryCommandInput, PutRolePermissionsBoundaryComma
|
|
|
122
130
|
import { PutRolePolicyCommandInput, PutRolePolicyCommandOutput } from "./commands/PutRolePolicyCommand";
|
|
123
131
|
import { PutUserPermissionsBoundaryCommandInput, PutUserPermissionsBoundaryCommandOutput } from "./commands/PutUserPermissionsBoundaryCommand";
|
|
124
132
|
import { PutUserPolicyCommandInput, PutUserPolicyCommandOutput } from "./commands/PutUserPolicyCommand";
|
|
133
|
+
import { RejectDelegationRequestCommandInput, RejectDelegationRequestCommandOutput } from "./commands/RejectDelegationRequestCommand";
|
|
125
134
|
import { RemoveClientIDFromOpenIDConnectProviderCommandInput, RemoveClientIDFromOpenIDConnectProviderCommandOutput } from "./commands/RemoveClientIDFromOpenIDConnectProviderCommand";
|
|
126
135
|
import { RemoveRoleFromInstanceProfileCommandInput, RemoveRoleFromInstanceProfileCommandOutput } from "./commands/RemoveRoleFromInstanceProfileCommand";
|
|
127
136
|
import { RemoveUserFromGroupCommandInput, RemoveUserFromGroupCommandOutput } from "./commands/RemoveUserFromGroupCommand";
|
|
128
137
|
import { ResetServiceSpecificCredentialCommandInput, ResetServiceSpecificCredentialCommandOutput } from "./commands/ResetServiceSpecificCredentialCommand";
|
|
129
138
|
import { ResyncMFADeviceCommandInput, ResyncMFADeviceCommandOutput } from "./commands/ResyncMFADeviceCommand";
|
|
139
|
+
import { SendDelegationTokenCommandInput, SendDelegationTokenCommandOutput } from "./commands/SendDelegationTokenCommand";
|
|
130
140
|
import { SetDefaultPolicyVersionCommandInput, SetDefaultPolicyVersionCommandOutput } from "./commands/SetDefaultPolicyVersionCommand";
|
|
131
141
|
import { SetSecurityTokenServicePreferencesCommandInput, SetSecurityTokenServicePreferencesCommandOutput } from "./commands/SetSecurityTokenServicePreferencesCommand";
|
|
132
142
|
import { SimulateCustomPolicyCommandInput, SimulateCustomPolicyCommandOutput } from "./commands/SimulateCustomPolicyCommand";
|
|
@@ -150,6 +160,7 @@ import { UntagUserCommandInput, UntagUserCommandOutput } from "./commands/UntagU
|
|
|
150
160
|
import { UpdateAccessKeyCommandInput, UpdateAccessKeyCommandOutput } from "./commands/UpdateAccessKeyCommand";
|
|
151
161
|
import { UpdateAccountPasswordPolicyCommandInput, UpdateAccountPasswordPolicyCommandOutput } from "./commands/UpdateAccountPasswordPolicyCommand";
|
|
152
162
|
import { UpdateAssumeRolePolicyCommandInput, UpdateAssumeRolePolicyCommandOutput } from "./commands/UpdateAssumeRolePolicyCommand";
|
|
163
|
+
import { UpdateDelegationRequestCommandInput, UpdateDelegationRequestCommandOutput } from "./commands/UpdateDelegationRequestCommand";
|
|
153
164
|
import { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "./commands/UpdateGroupCommand";
|
|
154
165
|
import { UpdateLoginProfileCommandInput, UpdateLoginProfileCommandOutput } from "./commands/UpdateLoginProfileCommand";
|
|
155
166
|
import { UpdateOpenIDConnectProviderThumbprintCommandInput, UpdateOpenIDConnectProviderThumbprintCommandOutput } from "./commands/UpdateOpenIDConnectProviderThumbprintCommand";
|
|
@@ -166,6 +177,12 @@ import { UploadSigningCertificateCommandInput, UploadSigningCertificateCommandOu
|
|
|
166
177
|
import { UploadSSHPublicKeyCommandInput, UploadSSHPublicKeyCommandOutput } from "./commands/UploadSSHPublicKeyCommand";
|
|
167
178
|
import { IAMClient } from "./IAMClient";
|
|
168
179
|
export interface IAM {
|
|
180
|
+
/**
|
|
181
|
+
* @see {@link AcceptDelegationRequestCommand}
|
|
182
|
+
*/
|
|
183
|
+
acceptDelegationRequest(args: AcceptDelegationRequestCommandInput, options?: __HttpHandlerOptions): Promise<AcceptDelegationRequestCommandOutput>;
|
|
184
|
+
acceptDelegationRequest(args: AcceptDelegationRequestCommandInput, cb: (err: any, data?: AcceptDelegationRequestCommandOutput) => void): void;
|
|
185
|
+
acceptDelegationRequest(args: AcceptDelegationRequestCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AcceptDelegationRequestCommandOutput) => void): void;
|
|
169
186
|
/**
|
|
170
187
|
* @see {@link AddClientIDToOpenIDConnectProviderCommand}
|
|
171
188
|
*/
|
|
@@ -184,6 +201,12 @@ export interface IAM {
|
|
|
184
201
|
addUserToGroup(args: AddUserToGroupCommandInput, options?: __HttpHandlerOptions): Promise<AddUserToGroupCommandOutput>;
|
|
185
202
|
addUserToGroup(args: AddUserToGroupCommandInput, cb: (err: any, data?: AddUserToGroupCommandOutput) => void): void;
|
|
186
203
|
addUserToGroup(args: AddUserToGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddUserToGroupCommandOutput) => void): void;
|
|
204
|
+
/**
|
|
205
|
+
* @see {@link AssociateDelegationRequestCommand}
|
|
206
|
+
*/
|
|
207
|
+
associateDelegationRequest(args: AssociateDelegationRequestCommandInput, options?: __HttpHandlerOptions): Promise<AssociateDelegationRequestCommandOutput>;
|
|
208
|
+
associateDelegationRequest(args: AssociateDelegationRequestCommandInput, cb: (err: any, data?: AssociateDelegationRequestCommandOutput) => void): void;
|
|
209
|
+
associateDelegationRequest(args: AssociateDelegationRequestCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateDelegationRequestCommandOutput) => void): void;
|
|
187
210
|
/**
|
|
188
211
|
* @see {@link AttachGroupPolicyCommand}
|
|
189
212
|
*/
|
|
@@ -478,6 +501,13 @@ export interface IAM {
|
|
|
478
501
|
disableOrganizationsRootSessions(args: DisableOrganizationsRootSessionsCommandInput, options?: __HttpHandlerOptions): Promise<DisableOrganizationsRootSessionsCommandOutput>;
|
|
479
502
|
disableOrganizationsRootSessions(args: DisableOrganizationsRootSessionsCommandInput, cb: (err: any, data?: DisableOrganizationsRootSessionsCommandOutput) => void): void;
|
|
480
503
|
disableOrganizationsRootSessions(args: DisableOrganizationsRootSessionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableOrganizationsRootSessionsCommandOutput) => void): void;
|
|
504
|
+
/**
|
|
505
|
+
* @see {@link DisableOutboundWebIdentityFederationCommand}
|
|
506
|
+
*/
|
|
507
|
+
disableOutboundWebIdentityFederation(): Promise<DisableOutboundWebIdentityFederationCommandOutput>;
|
|
508
|
+
disableOutboundWebIdentityFederation(args: DisableOutboundWebIdentityFederationCommandInput, options?: __HttpHandlerOptions): Promise<DisableOutboundWebIdentityFederationCommandOutput>;
|
|
509
|
+
disableOutboundWebIdentityFederation(args: DisableOutboundWebIdentityFederationCommandInput, cb: (err: any, data?: DisableOutboundWebIdentityFederationCommandOutput) => void): void;
|
|
510
|
+
disableOutboundWebIdentityFederation(args: DisableOutboundWebIdentityFederationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableOutboundWebIdentityFederationCommandOutput) => void): void;
|
|
481
511
|
/**
|
|
482
512
|
* @see {@link EnableMFADeviceCommand}
|
|
483
513
|
*/
|
|
@@ -498,6 +528,13 @@ export interface IAM {
|
|
|
498
528
|
enableOrganizationsRootSessions(args: EnableOrganizationsRootSessionsCommandInput, options?: __HttpHandlerOptions): Promise<EnableOrganizationsRootSessionsCommandOutput>;
|
|
499
529
|
enableOrganizationsRootSessions(args: EnableOrganizationsRootSessionsCommandInput, cb: (err: any, data?: EnableOrganizationsRootSessionsCommandOutput) => void): void;
|
|
500
530
|
enableOrganizationsRootSessions(args: EnableOrganizationsRootSessionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableOrganizationsRootSessionsCommandOutput) => void): void;
|
|
531
|
+
/**
|
|
532
|
+
* @see {@link EnableOutboundWebIdentityFederationCommand}
|
|
533
|
+
*/
|
|
534
|
+
enableOutboundWebIdentityFederation(): Promise<EnableOutboundWebIdentityFederationCommandOutput>;
|
|
535
|
+
enableOutboundWebIdentityFederation(args: EnableOutboundWebIdentityFederationCommandInput, options?: __HttpHandlerOptions): Promise<EnableOutboundWebIdentityFederationCommandOutput>;
|
|
536
|
+
enableOutboundWebIdentityFederation(args: EnableOutboundWebIdentityFederationCommandInput, cb: (err: any, data?: EnableOutboundWebIdentityFederationCommandOutput) => void): void;
|
|
537
|
+
enableOutboundWebIdentityFederation(args: EnableOutboundWebIdentityFederationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableOutboundWebIdentityFederationCommandOutput) => void): void;
|
|
501
538
|
/**
|
|
502
539
|
* @see {@link GenerateCredentialReportCommand}
|
|
503
540
|
*/
|
|
@@ -563,6 +600,12 @@ export interface IAM {
|
|
|
563
600
|
getCredentialReport(args: GetCredentialReportCommandInput, options?: __HttpHandlerOptions): Promise<GetCredentialReportCommandOutput>;
|
|
564
601
|
getCredentialReport(args: GetCredentialReportCommandInput, cb: (err: any, data?: GetCredentialReportCommandOutput) => void): void;
|
|
565
602
|
getCredentialReport(args: GetCredentialReportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCredentialReportCommandOutput) => void): void;
|
|
603
|
+
/**
|
|
604
|
+
* @see {@link GetDelegationRequestCommand}
|
|
605
|
+
*/
|
|
606
|
+
getDelegationRequest(args: GetDelegationRequestCommandInput, options?: __HttpHandlerOptions): Promise<GetDelegationRequestCommandOutput>;
|
|
607
|
+
getDelegationRequest(args: GetDelegationRequestCommandInput, cb: (err: any, data?: GetDelegationRequestCommandOutput) => void): void;
|
|
608
|
+
getDelegationRequest(args: GetDelegationRequestCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDelegationRequestCommandOutput) => void): void;
|
|
566
609
|
/**
|
|
567
610
|
* @see {@link GetGroupCommand}
|
|
568
611
|
*/
|
|
@@ -575,6 +618,12 @@ export interface IAM {
|
|
|
575
618
|
getGroupPolicy(args: GetGroupPolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetGroupPolicyCommandOutput>;
|
|
576
619
|
getGroupPolicy(args: GetGroupPolicyCommandInput, cb: (err: any, data?: GetGroupPolicyCommandOutput) => void): void;
|
|
577
620
|
getGroupPolicy(args: GetGroupPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetGroupPolicyCommandOutput) => void): void;
|
|
621
|
+
/**
|
|
622
|
+
* @see {@link GetHumanReadableSummaryCommand}
|
|
623
|
+
*/
|
|
624
|
+
getHumanReadableSummary(args: GetHumanReadableSummaryCommandInput, options?: __HttpHandlerOptions): Promise<GetHumanReadableSummaryCommandOutput>;
|
|
625
|
+
getHumanReadableSummary(args: GetHumanReadableSummaryCommandInput, cb: (err: any, data?: GetHumanReadableSummaryCommandOutput) => void): void;
|
|
626
|
+
getHumanReadableSummary(args: GetHumanReadableSummaryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetHumanReadableSummaryCommandOutput) => void): void;
|
|
578
627
|
/**
|
|
579
628
|
* @see {@link GetInstanceProfileCommand}
|
|
580
629
|
*/
|
|
@@ -606,6 +655,13 @@ export interface IAM {
|
|
|
606
655
|
getOrganizationsAccessReport(args: GetOrganizationsAccessReportCommandInput, options?: __HttpHandlerOptions): Promise<GetOrganizationsAccessReportCommandOutput>;
|
|
607
656
|
getOrganizationsAccessReport(args: GetOrganizationsAccessReportCommandInput, cb: (err: any, data?: GetOrganizationsAccessReportCommandOutput) => void): void;
|
|
608
657
|
getOrganizationsAccessReport(args: GetOrganizationsAccessReportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetOrganizationsAccessReportCommandOutput) => void): void;
|
|
658
|
+
/**
|
|
659
|
+
* @see {@link GetOutboundWebIdentityFederationInfoCommand}
|
|
660
|
+
*/
|
|
661
|
+
getOutboundWebIdentityFederationInfo(): Promise<GetOutboundWebIdentityFederationInfoCommandOutput>;
|
|
662
|
+
getOutboundWebIdentityFederationInfo(args: GetOutboundWebIdentityFederationInfoCommandInput, options?: __HttpHandlerOptions): Promise<GetOutboundWebIdentityFederationInfoCommandOutput>;
|
|
663
|
+
getOutboundWebIdentityFederationInfo(args: GetOutboundWebIdentityFederationInfoCommandInput, cb: (err: any, data?: GetOutboundWebIdentityFederationInfoCommandOutput) => void): void;
|
|
664
|
+
getOutboundWebIdentityFederationInfo(args: GetOutboundWebIdentityFederationInfoCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetOutboundWebIdentityFederationInfoCommandOutput) => void): void;
|
|
609
665
|
/**
|
|
610
666
|
* @see {@link GetPolicyCommand}
|
|
611
667
|
*/
|
|
@@ -711,6 +767,13 @@ export interface IAM {
|
|
|
711
767
|
listAttachedUserPolicies(args: ListAttachedUserPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<ListAttachedUserPoliciesCommandOutput>;
|
|
712
768
|
listAttachedUserPolicies(args: ListAttachedUserPoliciesCommandInput, cb: (err: any, data?: ListAttachedUserPoliciesCommandOutput) => void): void;
|
|
713
769
|
listAttachedUserPolicies(args: ListAttachedUserPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAttachedUserPoliciesCommandOutput) => void): void;
|
|
770
|
+
/**
|
|
771
|
+
* @see {@link ListDelegationRequestsCommand}
|
|
772
|
+
*/
|
|
773
|
+
listDelegationRequests(): Promise<ListDelegationRequestsCommandOutput>;
|
|
774
|
+
listDelegationRequests(args: ListDelegationRequestsCommandInput, options?: __HttpHandlerOptions): Promise<ListDelegationRequestsCommandOutput>;
|
|
775
|
+
listDelegationRequests(args: ListDelegationRequestsCommandInput, cb: (err: any, data?: ListDelegationRequestsCommandOutput) => void): void;
|
|
776
|
+
listDelegationRequests(args: ListDelegationRequestsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDelegationRequestsCommandOutput) => void): void;
|
|
714
777
|
/**
|
|
715
778
|
* @see {@link ListEntitiesForPolicyCommand}
|
|
716
779
|
*/
|
|
@@ -935,6 +998,12 @@ export interface IAM {
|
|
|
935
998
|
putUserPolicy(args: PutUserPolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutUserPolicyCommandOutput>;
|
|
936
999
|
putUserPolicy(args: PutUserPolicyCommandInput, cb: (err: any, data?: PutUserPolicyCommandOutput) => void): void;
|
|
937
1000
|
putUserPolicy(args: PutUserPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutUserPolicyCommandOutput) => void): void;
|
|
1001
|
+
/**
|
|
1002
|
+
* @see {@link RejectDelegationRequestCommand}
|
|
1003
|
+
*/
|
|
1004
|
+
rejectDelegationRequest(args: RejectDelegationRequestCommandInput, options?: __HttpHandlerOptions): Promise<RejectDelegationRequestCommandOutput>;
|
|
1005
|
+
rejectDelegationRequest(args: RejectDelegationRequestCommandInput, cb: (err: any, data?: RejectDelegationRequestCommandOutput) => void): void;
|
|
1006
|
+
rejectDelegationRequest(args: RejectDelegationRequestCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RejectDelegationRequestCommandOutput) => void): void;
|
|
938
1007
|
/**
|
|
939
1008
|
* @see {@link RemoveClientIDFromOpenIDConnectProviderCommand}
|
|
940
1009
|
*/
|
|
@@ -965,6 +1034,12 @@ export interface IAM {
|
|
|
965
1034
|
resyncMFADevice(args: ResyncMFADeviceCommandInput, options?: __HttpHandlerOptions): Promise<ResyncMFADeviceCommandOutput>;
|
|
966
1035
|
resyncMFADevice(args: ResyncMFADeviceCommandInput, cb: (err: any, data?: ResyncMFADeviceCommandOutput) => void): void;
|
|
967
1036
|
resyncMFADevice(args: ResyncMFADeviceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResyncMFADeviceCommandOutput) => void): void;
|
|
1037
|
+
/**
|
|
1038
|
+
* @see {@link SendDelegationTokenCommand}
|
|
1039
|
+
*/
|
|
1040
|
+
sendDelegationToken(args: SendDelegationTokenCommandInput, options?: __HttpHandlerOptions): Promise<SendDelegationTokenCommandOutput>;
|
|
1041
|
+
sendDelegationToken(args: SendDelegationTokenCommandInput, cb: (err: any, data?: SendDelegationTokenCommandOutput) => void): void;
|
|
1042
|
+
sendDelegationToken(args: SendDelegationTokenCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SendDelegationTokenCommandOutput) => void): void;
|
|
968
1043
|
/**
|
|
969
1044
|
* @see {@link SetDefaultPolicyVersionCommand}
|
|
970
1045
|
*/
|
|
@@ -1104,6 +1179,12 @@ export interface IAM {
|
|
|
1104
1179
|
updateAssumeRolePolicy(args: UpdateAssumeRolePolicyCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAssumeRolePolicyCommandOutput>;
|
|
1105
1180
|
updateAssumeRolePolicy(args: UpdateAssumeRolePolicyCommandInput, cb: (err: any, data?: UpdateAssumeRolePolicyCommandOutput) => void): void;
|
|
1106
1181
|
updateAssumeRolePolicy(args: UpdateAssumeRolePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAssumeRolePolicyCommandOutput) => void): void;
|
|
1182
|
+
/**
|
|
1183
|
+
* @see {@link UpdateDelegationRequestCommand}
|
|
1184
|
+
*/
|
|
1185
|
+
updateDelegationRequest(args: UpdateDelegationRequestCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDelegationRequestCommandOutput>;
|
|
1186
|
+
updateDelegationRequest(args: UpdateDelegationRequestCommandInput, cb: (err: any, data?: UpdateDelegationRequestCommandOutput) => void): void;
|
|
1187
|
+
updateDelegationRequest(args: UpdateDelegationRequestCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDelegationRequestCommandOutput) => void): void;
|
|
1107
1188
|
/**
|
|
1108
1189
|
* @see {@link UpdateGroupCommand}
|
|
1109
1190
|
*/
|
|
@@ -7,9 +7,11 @@ import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol
|
|
|
7
7
|
import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
|
|
8
8
|
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
|
+
import { AcceptDelegationRequestCommandInput, AcceptDelegationRequestCommandOutput } from "./commands/AcceptDelegationRequestCommand";
|
|
10
11
|
import { AddClientIDToOpenIDConnectProviderCommandInput, AddClientIDToOpenIDConnectProviderCommandOutput } from "./commands/AddClientIDToOpenIDConnectProviderCommand";
|
|
11
12
|
import { AddRoleToInstanceProfileCommandInput, AddRoleToInstanceProfileCommandOutput } from "./commands/AddRoleToInstanceProfileCommand";
|
|
12
13
|
import { AddUserToGroupCommandInput, AddUserToGroupCommandOutput } from "./commands/AddUserToGroupCommand";
|
|
14
|
+
import { AssociateDelegationRequestCommandInput, AssociateDelegationRequestCommandOutput } from "./commands/AssociateDelegationRequestCommand";
|
|
13
15
|
import { AttachGroupPolicyCommandInput, AttachGroupPolicyCommandOutput } from "./commands/AttachGroupPolicyCommand";
|
|
14
16
|
import { AttachRolePolicyCommandInput, AttachRolePolicyCommandOutput } from "./commands/AttachRolePolicyCommand";
|
|
15
17
|
import { AttachUserPolicyCommandInput, AttachUserPolicyCommandOutput } from "./commands/AttachUserPolicyCommand";
|
|
@@ -58,9 +60,11 @@ import { DetachRolePolicyCommandInput, DetachRolePolicyCommandOutput } from "./c
|
|
|
58
60
|
import { DetachUserPolicyCommandInput, DetachUserPolicyCommandOutput } from "./commands/DetachUserPolicyCommand";
|
|
59
61
|
import { DisableOrganizationsRootCredentialsManagementCommandInput, DisableOrganizationsRootCredentialsManagementCommandOutput } from "./commands/DisableOrganizationsRootCredentialsManagementCommand";
|
|
60
62
|
import { DisableOrganizationsRootSessionsCommandInput, DisableOrganizationsRootSessionsCommandOutput } from "./commands/DisableOrganizationsRootSessionsCommand";
|
|
63
|
+
import { DisableOutboundWebIdentityFederationCommandInput, DisableOutboundWebIdentityFederationCommandOutput } from "./commands/DisableOutboundWebIdentityFederationCommand";
|
|
61
64
|
import { EnableMFADeviceCommandInput, EnableMFADeviceCommandOutput } from "./commands/EnableMFADeviceCommand";
|
|
62
65
|
import { EnableOrganizationsRootCredentialsManagementCommandInput, EnableOrganizationsRootCredentialsManagementCommandOutput } from "./commands/EnableOrganizationsRootCredentialsManagementCommand";
|
|
63
66
|
import { EnableOrganizationsRootSessionsCommandInput, EnableOrganizationsRootSessionsCommandOutput } from "./commands/EnableOrganizationsRootSessionsCommand";
|
|
67
|
+
import { EnableOutboundWebIdentityFederationCommandInput, EnableOutboundWebIdentityFederationCommandOutput } from "./commands/EnableOutboundWebIdentityFederationCommand";
|
|
64
68
|
import { GenerateCredentialReportCommandInput, GenerateCredentialReportCommandOutput } from "./commands/GenerateCredentialReportCommand";
|
|
65
69
|
import { GenerateOrganizationsAccessReportCommandInput, GenerateOrganizationsAccessReportCommandOutput } from "./commands/GenerateOrganizationsAccessReportCommand";
|
|
66
70
|
import { GenerateServiceLastAccessedDetailsCommandInput, GenerateServiceLastAccessedDetailsCommandOutput } from "./commands/GenerateServiceLastAccessedDetailsCommand";
|
|
@@ -71,13 +75,16 @@ import { GetAccountSummaryCommandInput, GetAccountSummaryCommandOutput } from ".
|
|
|
71
75
|
import { GetContextKeysForCustomPolicyCommandInput, GetContextKeysForCustomPolicyCommandOutput } from "./commands/GetContextKeysForCustomPolicyCommand";
|
|
72
76
|
import { GetContextKeysForPrincipalPolicyCommandInput, GetContextKeysForPrincipalPolicyCommandOutput } from "./commands/GetContextKeysForPrincipalPolicyCommand";
|
|
73
77
|
import { GetCredentialReportCommandInput, GetCredentialReportCommandOutput } from "./commands/GetCredentialReportCommand";
|
|
78
|
+
import { GetDelegationRequestCommandInput, GetDelegationRequestCommandOutput } from "./commands/GetDelegationRequestCommand";
|
|
74
79
|
import { GetGroupCommandInput, GetGroupCommandOutput } from "./commands/GetGroupCommand";
|
|
75
80
|
import { GetGroupPolicyCommandInput, GetGroupPolicyCommandOutput } from "./commands/GetGroupPolicyCommand";
|
|
81
|
+
import { GetHumanReadableSummaryCommandInput, GetHumanReadableSummaryCommandOutput } from "./commands/GetHumanReadableSummaryCommand";
|
|
76
82
|
import { GetInstanceProfileCommandInput, GetInstanceProfileCommandOutput } from "./commands/GetInstanceProfileCommand";
|
|
77
83
|
import { GetLoginProfileCommandInput, GetLoginProfileCommandOutput } from "./commands/GetLoginProfileCommand";
|
|
78
84
|
import { GetMFADeviceCommandInput, GetMFADeviceCommandOutput } from "./commands/GetMFADeviceCommand";
|
|
79
85
|
import { GetOpenIDConnectProviderCommandInput, GetOpenIDConnectProviderCommandOutput } from "./commands/GetOpenIDConnectProviderCommand";
|
|
80
86
|
import { GetOrganizationsAccessReportCommandInput, GetOrganizationsAccessReportCommandOutput } from "./commands/GetOrganizationsAccessReportCommand";
|
|
87
|
+
import { GetOutboundWebIdentityFederationInfoCommandInput, GetOutboundWebIdentityFederationInfoCommandOutput } from "./commands/GetOutboundWebIdentityFederationInfoCommand";
|
|
81
88
|
import { GetPolicyCommandInput, GetPolicyCommandOutput } from "./commands/GetPolicyCommand";
|
|
82
89
|
import { GetPolicyVersionCommandInput, GetPolicyVersionCommandOutput } from "./commands/GetPolicyVersionCommand";
|
|
83
90
|
import { GetRoleCommandInput, GetRoleCommandOutput } from "./commands/GetRoleCommand";
|
|
@@ -95,6 +102,7 @@ import { ListAccountAliasesCommandInput, ListAccountAliasesCommandOutput } from
|
|
|
95
102
|
import { ListAttachedGroupPoliciesCommandInput, ListAttachedGroupPoliciesCommandOutput } from "./commands/ListAttachedGroupPoliciesCommand";
|
|
96
103
|
import { ListAttachedRolePoliciesCommandInput, ListAttachedRolePoliciesCommandOutput } from "./commands/ListAttachedRolePoliciesCommand";
|
|
97
104
|
import { ListAttachedUserPoliciesCommandInput, ListAttachedUserPoliciesCommandOutput } from "./commands/ListAttachedUserPoliciesCommand";
|
|
105
|
+
import { ListDelegationRequestsCommandInput, ListDelegationRequestsCommandOutput } from "./commands/ListDelegationRequestsCommand";
|
|
98
106
|
import { ListEntitiesForPolicyCommandInput, ListEntitiesForPolicyCommandOutput } from "./commands/ListEntitiesForPolicyCommand";
|
|
99
107
|
import { ListGroupPoliciesCommandInput, ListGroupPoliciesCommandOutput } from "./commands/ListGroupPoliciesCommand";
|
|
100
108
|
import { ListGroupsCommandInput, ListGroupsCommandOutput } from "./commands/ListGroupsCommand";
|
|
@@ -130,11 +138,13 @@ import { PutRolePermissionsBoundaryCommandInput, PutRolePermissionsBoundaryComma
|
|
|
130
138
|
import { PutRolePolicyCommandInput, PutRolePolicyCommandOutput } from "./commands/PutRolePolicyCommand";
|
|
131
139
|
import { PutUserPermissionsBoundaryCommandInput, PutUserPermissionsBoundaryCommandOutput } from "./commands/PutUserPermissionsBoundaryCommand";
|
|
132
140
|
import { PutUserPolicyCommandInput, PutUserPolicyCommandOutput } from "./commands/PutUserPolicyCommand";
|
|
141
|
+
import { RejectDelegationRequestCommandInput, RejectDelegationRequestCommandOutput } from "./commands/RejectDelegationRequestCommand";
|
|
133
142
|
import { RemoveClientIDFromOpenIDConnectProviderCommandInput, RemoveClientIDFromOpenIDConnectProviderCommandOutput } from "./commands/RemoveClientIDFromOpenIDConnectProviderCommand";
|
|
134
143
|
import { RemoveRoleFromInstanceProfileCommandInput, RemoveRoleFromInstanceProfileCommandOutput } from "./commands/RemoveRoleFromInstanceProfileCommand";
|
|
135
144
|
import { RemoveUserFromGroupCommandInput, RemoveUserFromGroupCommandOutput } from "./commands/RemoveUserFromGroupCommand";
|
|
136
145
|
import { ResetServiceSpecificCredentialCommandInput, ResetServiceSpecificCredentialCommandOutput } from "./commands/ResetServiceSpecificCredentialCommand";
|
|
137
146
|
import { ResyncMFADeviceCommandInput, ResyncMFADeviceCommandOutput } from "./commands/ResyncMFADeviceCommand";
|
|
147
|
+
import { SendDelegationTokenCommandInput, SendDelegationTokenCommandOutput } from "./commands/SendDelegationTokenCommand";
|
|
138
148
|
import { SetDefaultPolicyVersionCommandInput, SetDefaultPolicyVersionCommandOutput } from "./commands/SetDefaultPolicyVersionCommand";
|
|
139
149
|
import { SetSecurityTokenServicePreferencesCommandInput, SetSecurityTokenServicePreferencesCommandOutput } from "./commands/SetSecurityTokenServicePreferencesCommand";
|
|
140
150
|
import { SimulateCustomPolicyCommandInput, SimulateCustomPolicyCommandOutput } from "./commands/SimulateCustomPolicyCommand";
|
|
@@ -158,6 +168,7 @@ import { UntagUserCommandInput, UntagUserCommandOutput } from "./commands/UntagU
|
|
|
158
168
|
import { UpdateAccessKeyCommandInput, UpdateAccessKeyCommandOutput } from "./commands/UpdateAccessKeyCommand";
|
|
159
169
|
import { UpdateAccountPasswordPolicyCommandInput, UpdateAccountPasswordPolicyCommandOutput } from "./commands/UpdateAccountPasswordPolicyCommand";
|
|
160
170
|
import { UpdateAssumeRolePolicyCommandInput, UpdateAssumeRolePolicyCommandOutput } from "./commands/UpdateAssumeRolePolicyCommand";
|
|
171
|
+
import { UpdateDelegationRequestCommandInput, UpdateDelegationRequestCommandOutput } from "./commands/UpdateDelegationRequestCommand";
|
|
161
172
|
import { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "./commands/UpdateGroupCommand";
|
|
162
173
|
import { UpdateLoginProfileCommandInput, UpdateLoginProfileCommandOutput } from "./commands/UpdateLoginProfileCommand";
|
|
163
174
|
import { UpdateOpenIDConnectProviderThumbprintCommandInput, UpdateOpenIDConnectProviderThumbprintCommandOutput } from "./commands/UpdateOpenIDConnectProviderThumbprintCommand";
|
|
@@ -178,11 +189,11 @@ export { __Client };
|
|
|
178
189
|
/**
|
|
179
190
|
* @public
|
|
180
191
|
*/
|
|
181
|
-
export type ServiceInputTypes = AddClientIDToOpenIDConnectProviderCommandInput | AddRoleToInstanceProfileCommandInput | AddUserToGroupCommandInput | AttachGroupPolicyCommandInput | AttachRolePolicyCommandInput | AttachUserPolicyCommandInput | ChangePasswordCommandInput | CreateAccessKeyCommandInput | CreateAccountAliasCommandInput | CreateDelegationRequestCommandInput | CreateGroupCommandInput | CreateInstanceProfileCommandInput | CreateLoginProfileCommandInput | CreateOpenIDConnectProviderCommandInput | CreatePolicyCommandInput | CreatePolicyVersionCommandInput | CreateRoleCommandInput | CreateSAMLProviderCommandInput | CreateServiceLinkedRoleCommandInput | CreateServiceSpecificCredentialCommandInput | CreateUserCommandInput | CreateVirtualMFADeviceCommandInput | DeactivateMFADeviceCommandInput | DeleteAccessKeyCommandInput | DeleteAccountAliasCommandInput | DeleteAccountPasswordPolicyCommandInput | DeleteGroupCommandInput | DeleteGroupPolicyCommandInput | DeleteInstanceProfileCommandInput | DeleteLoginProfileCommandInput | DeleteOpenIDConnectProviderCommandInput | DeletePolicyCommandInput | DeletePolicyVersionCommandInput | DeleteRoleCommandInput | DeleteRolePermissionsBoundaryCommandInput | DeleteRolePolicyCommandInput | DeleteSAMLProviderCommandInput | DeleteSSHPublicKeyCommandInput | DeleteServerCertificateCommandInput | DeleteServiceLinkedRoleCommandInput | DeleteServiceSpecificCredentialCommandInput | DeleteSigningCertificateCommandInput | DeleteUserCommandInput | DeleteUserPermissionsBoundaryCommandInput | DeleteUserPolicyCommandInput | DeleteVirtualMFADeviceCommandInput | DetachGroupPolicyCommandInput | DetachRolePolicyCommandInput | DetachUserPolicyCommandInput | DisableOrganizationsRootCredentialsManagementCommandInput | DisableOrganizationsRootSessionsCommandInput | EnableMFADeviceCommandInput | EnableOrganizationsRootCredentialsManagementCommandInput | EnableOrganizationsRootSessionsCommandInput | GenerateCredentialReportCommandInput | GenerateOrganizationsAccessReportCommandInput | GenerateServiceLastAccessedDetailsCommandInput | GetAccessKeyLastUsedCommandInput | GetAccountAuthorizationDetailsCommandInput | GetAccountPasswordPolicyCommandInput | GetAccountSummaryCommandInput | GetContextKeysForCustomPolicyCommandInput | GetContextKeysForPrincipalPolicyCommandInput | GetCredentialReportCommandInput | GetGroupCommandInput | GetGroupPolicyCommandInput | GetInstanceProfileCommandInput | GetLoginProfileCommandInput | GetMFADeviceCommandInput | GetOpenIDConnectProviderCommandInput | GetOrganizationsAccessReportCommandInput | GetPolicyCommandInput | GetPolicyVersionCommandInput | GetRoleCommandInput | GetRolePolicyCommandInput | GetSAMLProviderCommandInput | GetSSHPublicKeyCommandInput | GetServerCertificateCommandInput | GetServiceLastAccessedDetailsCommandInput | GetServiceLastAccessedDetailsWithEntitiesCommandInput | GetServiceLinkedRoleDeletionStatusCommandInput | GetUserCommandInput | GetUserPolicyCommandInput | ListAccessKeysCommandInput | ListAccountAliasesCommandInput | ListAttachedGroupPoliciesCommandInput | ListAttachedRolePoliciesCommandInput | ListAttachedUserPoliciesCommandInput | ListEntitiesForPolicyCommandInput | ListGroupPoliciesCommandInput | ListGroupsCommandInput | ListGroupsForUserCommandInput | ListInstanceProfileTagsCommandInput | ListInstanceProfilesCommandInput | ListInstanceProfilesForRoleCommandInput | ListMFADeviceTagsCommandInput | ListMFADevicesCommandInput | ListOpenIDConnectProviderTagsCommandInput | ListOpenIDConnectProvidersCommandInput | ListOrganizationsFeaturesCommandInput | ListPoliciesCommandInput | ListPoliciesGrantingServiceAccessCommandInput | ListPolicyTagsCommandInput | ListPolicyVersionsCommandInput | ListRolePoliciesCommandInput | ListRoleTagsCommandInput | ListRolesCommandInput | ListSAMLProviderTagsCommandInput | ListSAMLProvidersCommandInput | ListSSHPublicKeysCommandInput | ListServerCertificateTagsCommandInput | ListServerCertificatesCommandInput | ListServiceSpecificCredentialsCommandInput | ListSigningCertificatesCommandInput | ListUserPoliciesCommandInput | ListUserTagsCommandInput | ListUsersCommandInput | ListVirtualMFADevicesCommandInput | PutGroupPolicyCommandInput | PutRolePermissionsBoundaryCommandInput | PutRolePolicyCommandInput | PutUserPermissionsBoundaryCommandInput | PutUserPolicyCommandInput | RemoveClientIDFromOpenIDConnectProviderCommandInput | RemoveRoleFromInstanceProfileCommandInput | RemoveUserFromGroupCommandInput | ResetServiceSpecificCredentialCommandInput | ResyncMFADeviceCommandInput | SetDefaultPolicyVersionCommandInput | SetSecurityTokenServicePreferencesCommandInput | SimulateCustomPolicyCommandInput | SimulatePrincipalPolicyCommandInput | TagInstanceProfileCommandInput | TagMFADeviceCommandInput | TagOpenIDConnectProviderCommandInput | TagPolicyCommandInput | TagRoleCommandInput | TagSAMLProviderCommandInput | TagServerCertificateCommandInput | TagUserCommandInput | UntagInstanceProfileCommandInput | UntagMFADeviceCommandInput | UntagOpenIDConnectProviderCommandInput | UntagPolicyCommandInput | UntagRoleCommandInput | UntagSAMLProviderCommandInput | UntagServerCertificateCommandInput | UntagUserCommandInput | UpdateAccessKeyCommandInput | UpdateAccountPasswordPolicyCommandInput | UpdateAssumeRolePolicyCommandInput | UpdateGroupCommandInput | UpdateLoginProfileCommandInput | UpdateOpenIDConnectProviderThumbprintCommandInput | UpdateRoleCommandInput | UpdateRoleDescriptionCommandInput | UpdateSAMLProviderCommandInput | UpdateSSHPublicKeyCommandInput | UpdateServerCertificateCommandInput | UpdateServiceSpecificCredentialCommandInput | UpdateSigningCertificateCommandInput | UpdateUserCommandInput | UploadSSHPublicKeyCommandInput | UploadServerCertificateCommandInput | UploadSigningCertificateCommandInput;
|
|
192
|
+
export type ServiceInputTypes = AcceptDelegationRequestCommandInput | AddClientIDToOpenIDConnectProviderCommandInput | AddRoleToInstanceProfileCommandInput | AddUserToGroupCommandInput | AssociateDelegationRequestCommandInput | AttachGroupPolicyCommandInput | AttachRolePolicyCommandInput | AttachUserPolicyCommandInput | ChangePasswordCommandInput | CreateAccessKeyCommandInput | CreateAccountAliasCommandInput | CreateDelegationRequestCommandInput | CreateGroupCommandInput | CreateInstanceProfileCommandInput | CreateLoginProfileCommandInput | CreateOpenIDConnectProviderCommandInput | CreatePolicyCommandInput | CreatePolicyVersionCommandInput | CreateRoleCommandInput | CreateSAMLProviderCommandInput | CreateServiceLinkedRoleCommandInput | CreateServiceSpecificCredentialCommandInput | CreateUserCommandInput | CreateVirtualMFADeviceCommandInput | DeactivateMFADeviceCommandInput | DeleteAccessKeyCommandInput | DeleteAccountAliasCommandInput | DeleteAccountPasswordPolicyCommandInput | DeleteGroupCommandInput | DeleteGroupPolicyCommandInput | DeleteInstanceProfileCommandInput | DeleteLoginProfileCommandInput | DeleteOpenIDConnectProviderCommandInput | DeletePolicyCommandInput | DeletePolicyVersionCommandInput | DeleteRoleCommandInput | DeleteRolePermissionsBoundaryCommandInput | DeleteRolePolicyCommandInput | DeleteSAMLProviderCommandInput | DeleteSSHPublicKeyCommandInput | DeleteServerCertificateCommandInput | DeleteServiceLinkedRoleCommandInput | DeleteServiceSpecificCredentialCommandInput | DeleteSigningCertificateCommandInput | DeleteUserCommandInput | DeleteUserPermissionsBoundaryCommandInput | DeleteUserPolicyCommandInput | DeleteVirtualMFADeviceCommandInput | DetachGroupPolicyCommandInput | DetachRolePolicyCommandInput | DetachUserPolicyCommandInput | DisableOrganizationsRootCredentialsManagementCommandInput | DisableOrganizationsRootSessionsCommandInput | DisableOutboundWebIdentityFederationCommandInput | EnableMFADeviceCommandInput | EnableOrganizationsRootCredentialsManagementCommandInput | EnableOrganizationsRootSessionsCommandInput | EnableOutboundWebIdentityFederationCommandInput | GenerateCredentialReportCommandInput | GenerateOrganizationsAccessReportCommandInput | GenerateServiceLastAccessedDetailsCommandInput | GetAccessKeyLastUsedCommandInput | GetAccountAuthorizationDetailsCommandInput | GetAccountPasswordPolicyCommandInput | GetAccountSummaryCommandInput | GetContextKeysForCustomPolicyCommandInput | GetContextKeysForPrincipalPolicyCommandInput | GetCredentialReportCommandInput | GetDelegationRequestCommandInput | GetGroupCommandInput | GetGroupPolicyCommandInput | GetHumanReadableSummaryCommandInput | GetInstanceProfileCommandInput | GetLoginProfileCommandInput | GetMFADeviceCommandInput | GetOpenIDConnectProviderCommandInput | GetOrganizationsAccessReportCommandInput | GetOutboundWebIdentityFederationInfoCommandInput | GetPolicyCommandInput | GetPolicyVersionCommandInput | GetRoleCommandInput | GetRolePolicyCommandInput | GetSAMLProviderCommandInput | GetSSHPublicKeyCommandInput | GetServerCertificateCommandInput | GetServiceLastAccessedDetailsCommandInput | GetServiceLastAccessedDetailsWithEntitiesCommandInput | GetServiceLinkedRoleDeletionStatusCommandInput | GetUserCommandInput | GetUserPolicyCommandInput | ListAccessKeysCommandInput | ListAccountAliasesCommandInput | ListAttachedGroupPoliciesCommandInput | ListAttachedRolePoliciesCommandInput | ListAttachedUserPoliciesCommandInput | ListDelegationRequestsCommandInput | ListEntitiesForPolicyCommandInput | ListGroupPoliciesCommandInput | ListGroupsCommandInput | ListGroupsForUserCommandInput | ListInstanceProfileTagsCommandInput | ListInstanceProfilesCommandInput | ListInstanceProfilesForRoleCommandInput | ListMFADeviceTagsCommandInput | ListMFADevicesCommandInput | ListOpenIDConnectProviderTagsCommandInput | ListOpenIDConnectProvidersCommandInput | ListOrganizationsFeaturesCommandInput | ListPoliciesCommandInput | ListPoliciesGrantingServiceAccessCommandInput | ListPolicyTagsCommandInput | ListPolicyVersionsCommandInput | ListRolePoliciesCommandInput | ListRoleTagsCommandInput | ListRolesCommandInput | ListSAMLProviderTagsCommandInput | ListSAMLProvidersCommandInput | ListSSHPublicKeysCommandInput | ListServerCertificateTagsCommandInput | ListServerCertificatesCommandInput | ListServiceSpecificCredentialsCommandInput | ListSigningCertificatesCommandInput | ListUserPoliciesCommandInput | ListUserTagsCommandInput | ListUsersCommandInput | ListVirtualMFADevicesCommandInput | PutGroupPolicyCommandInput | PutRolePermissionsBoundaryCommandInput | PutRolePolicyCommandInput | PutUserPermissionsBoundaryCommandInput | PutUserPolicyCommandInput | RejectDelegationRequestCommandInput | RemoveClientIDFromOpenIDConnectProviderCommandInput | RemoveRoleFromInstanceProfileCommandInput | RemoveUserFromGroupCommandInput | ResetServiceSpecificCredentialCommandInput | ResyncMFADeviceCommandInput | SendDelegationTokenCommandInput | SetDefaultPolicyVersionCommandInput | SetSecurityTokenServicePreferencesCommandInput | SimulateCustomPolicyCommandInput | SimulatePrincipalPolicyCommandInput | TagInstanceProfileCommandInput | TagMFADeviceCommandInput | TagOpenIDConnectProviderCommandInput | TagPolicyCommandInput | TagRoleCommandInput | TagSAMLProviderCommandInput | TagServerCertificateCommandInput | TagUserCommandInput | UntagInstanceProfileCommandInput | UntagMFADeviceCommandInput | UntagOpenIDConnectProviderCommandInput | UntagPolicyCommandInput | UntagRoleCommandInput | UntagSAMLProviderCommandInput | UntagServerCertificateCommandInput | UntagUserCommandInput | UpdateAccessKeyCommandInput | UpdateAccountPasswordPolicyCommandInput | UpdateAssumeRolePolicyCommandInput | UpdateDelegationRequestCommandInput | UpdateGroupCommandInput | UpdateLoginProfileCommandInput | UpdateOpenIDConnectProviderThumbprintCommandInput | UpdateRoleCommandInput | UpdateRoleDescriptionCommandInput | UpdateSAMLProviderCommandInput | UpdateSSHPublicKeyCommandInput | UpdateServerCertificateCommandInput | UpdateServiceSpecificCredentialCommandInput | UpdateSigningCertificateCommandInput | UpdateUserCommandInput | UploadSSHPublicKeyCommandInput | UploadServerCertificateCommandInput | UploadSigningCertificateCommandInput;
|
|
182
193
|
/**
|
|
183
194
|
* @public
|
|
184
195
|
*/
|
|
185
|
-
export type ServiceOutputTypes = AddClientIDToOpenIDConnectProviderCommandOutput | AddRoleToInstanceProfileCommandOutput | AddUserToGroupCommandOutput | AttachGroupPolicyCommandOutput | AttachRolePolicyCommandOutput | AttachUserPolicyCommandOutput | ChangePasswordCommandOutput | CreateAccessKeyCommandOutput | CreateAccountAliasCommandOutput | CreateDelegationRequestCommandOutput | CreateGroupCommandOutput | CreateInstanceProfileCommandOutput | CreateLoginProfileCommandOutput | CreateOpenIDConnectProviderCommandOutput | CreatePolicyCommandOutput | CreatePolicyVersionCommandOutput | CreateRoleCommandOutput | CreateSAMLProviderCommandOutput | CreateServiceLinkedRoleCommandOutput | CreateServiceSpecificCredentialCommandOutput | CreateUserCommandOutput | CreateVirtualMFADeviceCommandOutput | DeactivateMFADeviceCommandOutput | DeleteAccessKeyCommandOutput | DeleteAccountAliasCommandOutput | DeleteAccountPasswordPolicyCommandOutput | DeleteGroupCommandOutput | DeleteGroupPolicyCommandOutput | DeleteInstanceProfileCommandOutput | DeleteLoginProfileCommandOutput | DeleteOpenIDConnectProviderCommandOutput | DeletePolicyCommandOutput | DeletePolicyVersionCommandOutput | DeleteRoleCommandOutput | DeleteRolePermissionsBoundaryCommandOutput | DeleteRolePolicyCommandOutput | DeleteSAMLProviderCommandOutput | DeleteSSHPublicKeyCommandOutput | DeleteServerCertificateCommandOutput | DeleteServiceLinkedRoleCommandOutput | DeleteServiceSpecificCredentialCommandOutput | DeleteSigningCertificateCommandOutput | DeleteUserCommandOutput | DeleteUserPermissionsBoundaryCommandOutput | DeleteUserPolicyCommandOutput | DeleteVirtualMFADeviceCommandOutput | DetachGroupPolicyCommandOutput | DetachRolePolicyCommandOutput | DetachUserPolicyCommandOutput | DisableOrganizationsRootCredentialsManagementCommandOutput | DisableOrganizationsRootSessionsCommandOutput | EnableMFADeviceCommandOutput | EnableOrganizationsRootCredentialsManagementCommandOutput | EnableOrganizationsRootSessionsCommandOutput | GenerateCredentialReportCommandOutput | GenerateOrganizationsAccessReportCommandOutput | GenerateServiceLastAccessedDetailsCommandOutput | GetAccessKeyLastUsedCommandOutput | GetAccountAuthorizationDetailsCommandOutput | GetAccountPasswordPolicyCommandOutput | GetAccountSummaryCommandOutput | GetContextKeysForCustomPolicyCommandOutput | GetContextKeysForPrincipalPolicyCommandOutput | GetCredentialReportCommandOutput | GetGroupCommandOutput | GetGroupPolicyCommandOutput | GetInstanceProfileCommandOutput | GetLoginProfileCommandOutput | GetMFADeviceCommandOutput | GetOpenIDConnectProviderCommandOutput | GetOrganizationsAccessReportCommandOutput | GetPolicyCommandOutput | GetPolicyVersionCommandOutput | GetRoleCommandOutput | GetRolePolicyCommandOutput | GetSAMLProviderCommandOutput | GetSSHPublicKeyCommandOutput | GetServerCertificateCommandOutput | GetServiceLastAccessedDetailsCommandOutput | GetServiceLastAccessedDetailsWithEntitiesCommandOutput | GetServiceLinkedRoleDeletionStatusCommandOutput | GetUserCommandOutput | GetUserPolicyCommandOutput | ListAccessKeysCommandOutput | ListAccountAliasesCommandOutput | ListAttachedGroupPoliciesCommandOutput | ListAttachedRolePoliciesCommandOutput | ListAttachedUserPoliciesCommandOutput | ListEntitiesForPolicyCommandOutput | ListGroupPoliciesCommandOutput | ListGroupsCommandOutput | ListGroupsForUserCommandOutput | ListInstanceProfileTagsCommandOutput | ListInstanceProfilesCommandOutput | ListInstanceProfilesForRoleCommandOutput | ListMFADeviceTagsCommandOutput | ListMFADevicesCommandOutput | ListOpenIDConnectProviderTagsCommandOutput | ListOpenIDConnectProvidersCommandOutput | ListOrganizationsFeaturesCommandOutput | ListPoliciesCommandOutput | ListPoliciesGrantingServiceAccessCommandOutput | ListPolicyTagsCommandOutput | ListPolicyVersionsCommandOutput | ListRolePoliciesCommandOutput | ListRoleTagsCommandOutput | ListRolesCommandOutput | ListSAMLProviderTagsCommandOutput | ListSAMLProvidersCommandOutput | ListSSHPublicKeysCommandOutput | ListServerCertificateTagsCommandOutput | ListServerCertificatesCommandOutput | ListServiceSpecificCredentialsCommandOutput | ListSigningCertificatesCommandOutput | ListUserPoliciesCommandOutput | ListUserTagsCommandOutput | ListUsersCommandOutput | ListVirtualMFADevicesCommandOutput | PutGroupPolicyCommandOutput | PutRolePermissionsBoundaryCommandOutput | PutRolePolicyCommandOutput | PutUserPermissionsBoundaryCommandOutput | PutUserPolicyCommandOutput | RemoveClientIDFromOpenIDConnectProviderCommandOutput | RemoveRoleFromInstanceProfileCommandOutput | RemoveUserFromGroupCommandOutput | ResetServiceSpecificCredentialCommandOutput | ResyncMFADeviceCommandOutput | SetDefaultPolicyVersionCommandOutput | SetSecurityTokenServicePreferencesCommandOutput | SimulateCustomPolicyCommandOutput | SimulatePrincipalPolicyCommandOutput | TagInstanceProfileCommandOutput | TagMFADeviceCommandOutput | TagOpenIDConnectProviderCommandOutput | TagPolicyCommandOutput | TagRoleCommandOutput | TagSAMLProviderCommandOutput | TagServerCertificateCommandOutput | TagUserCommandOutput | UntagInstanceProfileCommandOutput | UntagMFADeviceCommandOutput | UntagOpenIDConnectProviderCommandOutput | UntagPolicyCommandOutput | UntagRoleCommandOutput | UntagSAMLProviderCommandOutput | UntagServerCertificateCommandOutput | UntagUserCommandOutput | UpdateAccessKeyCommandOutput | UpdateAccountPasswordPolicyCommandOutput | UpdateAssumeRolePolicyCommandOutput | UpdateGroupCommandOutput | UpdateLoginProfileCommandOutput | UpdateOpenIDConnectProviderThumbprintCommandOutput | UpdateRoleCommandOutput | UpdateRoleDescriptionCommandOutput | UpdateSAMLProviderCommandOutput | UpdateSSHPublicKeyCommandOutput | UpdateServerCertificateCommandOutput | UpdateServiceSpecificCredentialCommandOutput | UpdateSigningCertificateCommandOutput | UpdateUserCommandOutput | UploadSSHPublicKeyCommandOutput | UploadServerCertificateCommandOutput | UploadSigningCertificateCommandOutput;
|
|
196
|
+
export type ServiceOutputTypes = AcceptDelegationRequestCommandOutput | AddClientIDToOpenIDConnectProviderCommandOutput | AddRoleToInstanceProfileCommandOutput | AddUserToGroupCommandOutput | AssociateDelegationRequestCommandOutput | AttachGroupPolicyCommandOutput | AttachRolePolicyCommandOutput | AttachUserPolicyCommandOutput | ChangePasswordCommandOutput | CreateAccessKeyCommandOutput | CreateAccountAliasCommandOutput | CreateDelegationRequestCommandOutput | CreateGroupCommandOutput | CreateInstanceProfileCommandOutput | CreateLoginProfileCommandOutput | CreateOpenIDConnectProviderCommandOutput | CreatePolicyCommandOutput | CreatePolicyVersionCommandOutput | CreateRoleCommandOutput | CreateSAMLProviderCommandOutput | CreateServiceLinkedRoleCommandOutput | CreateServiceSpecificCredentialCommandOutput | CreateUserCommandOutput | CreateVirtualMFADeviceCommandOutput | DeactivateMFADeviceCommandOutput | DeleteAccessKeyCommandOutput | DeleteAccountAliasCommandOutput | DeleteAccountPasswordPolicyCommandOutput | DeleteGroupCommandOutput | DeleteGroupPolicyCommandOutput | DeleteInstanceProfileCommandOutput | DeleteLoginProfileCommandOutput | DeleteOpenIDConnectProviderCommandOutput | DeletePolicyCommandOutput | DeletePolicyVersionCommandOutput | DeleteRoleCommandOutput | DeleteRolePermissionsBoundaryCommandOutput | DeleteRolePolicyCommandOutput | DeleteSAMLProviderCommandOutput | DeleteSSHPublicKeyCommandOutput | DeleteServerCertificateCommandOutput | DeleteServiceLinkedRoleCommandOutput | DeleteServiceSpecificCredentialCommandOutput | DeleteSigningCertificateCommandOutput | DeleteUserCommandOutput | DeleteUserPermissionsBoundaryCommandOutput | DeleteUserPolicyCommandOutput | DeleteVirtualMFADeviceCommandOutput | DetachGroupPolicyCommandOutput | DetachRolePolicyCommandOutput | DetachUserPolicyCommandOutput | DisableOrganizationsRootCredentialsManagementCommandOutput | DisableOrganizationsRootSessionsCommandOutput | DisableOutboundWebIdentityFederationCommandOutput | EnableMFADeviceCommandOutput | EnableOrganizationsRootCredentialsManagementCommandOutput | EnableOrganizationsRootSessionsCommandOutput | EnableOutboundWebIdentityFederationCommandOutput | GenerateCredentialReportCommandOutput | GenerateOrganizationsAccessReportCommandOutput | GenerateServiceLastAccessedDetailsCommandOutput | GetAccessKeyLastUsedCommandOutput | GetAccountAuthorizationDetailsCommandOutput | GetAccountPasswordPolicyCommandOutput | GetAccountSummaryCommandOutput | GetContextKeysForCustomPolicyCommandOutput | GetContextKeysForPrincipalPolicyCommandOutput | GetCredentialReportCommandOutput | GetDelegationRequestCommandOutput | GetGroupCommandOutput | GetGroupPolicyCommandOutput | GetHumanReadableSummaryCommandOutput | GetInstanceProfileCommandOutput | GetLoginProfileCommandOutput | GetMFADeviceCommandOutput | GetOpenIDConnectProviderCommandOutput | GetOrganizationsAccessReportCommandOutput | GetOutboundWebIdentityFederationInfoCommandOutput | GetPolicyCommandOutput | GetPolicyVersionCommandOutput | GetRoleCommandOutput | GetRolePolicyCommandOutput | GetSAMLProviderCommandOutput | GetSSHPublicKeyCommandOutput | GetServerCertificateCommandOutput | GetServiceLastAccessedDetailsCommandOutput | GetServiceLastAccessedDetailsWithEntitiesCommandOutput | GetServiceLinkedRoleDeletionStatusCommandOutput | GetUserCommandOutput | GetUserPolicyCommandOutput | ListAccessKeysCommandOutput | ListAccountAliasesCommandOutput | ListAttachedGroupPoliciesCommandOutput | ListAttachedRolePoliciesCommandOutput | ListAttachedUserPoliciesCommandOutput | ListDelegationRequestsCommandOutput | ListEntitiesForPolicyCommandOutput | ListGroupPoliciesCommandOutput | ListGroupsCommandOutput | ListGroupsForUserCommandOutput | ListInstanceProfileTagsCommandOutput | ListInstanceProfilesCommandOutput | ListInstanceProfilesForRoleCommandOutput | ListMFADeviceTagsCommandOutput | ListMFADevicesCommandOutput | ListOpenIDConnectProviderTagsCommandOutput | ListOpenIDConnectProvidersCommandOutput | ListOrganizationsFeaturesCommandOutput | ListPoliciesCommandOutput | ListPoliciesGrantingServiceAccessCommandOutput | ListPolicyTagsCommandOutput | ListPolicyVersionsCommandOutput | ListRolePoliciesCommandOutput | ListRoleTagsCommandOutput | ListRolesCommandOutput | ListSAMLProviderTagsCommandOutput | ListSAMLProvidersCommandOutput | ListSSHPublicKeysCommandOutput | ListServerCertificateTagsCommandOutput | ListServerCertificatesCommandOutput | ListServiceSpecificCredentialsCommandOutput | ListSigningCertificatesCommandOutput | ListUserPoliciesCommandOutput | ListUserTagsCommandOutput | ListUsersCommandOutput | ListVirtualMFADevicesCommandOutput | PutGroupPolicyCommandOutput | PutRolePermissionsBoundaryCommandOutput | PutRolePolicyCommandOutput | PutUserPermissionsBoundaryCommandOutput | PutUserPolicyCommandOutput | RejectDelegationRequestCommandOutput | RemoveClientIDFromOpenIDConnectProviderCommandOutput | RemoveRoleFromInstanceProfileCommandOutput | RemoveUserFromGroupCommandOutput | ResetServiceSpecificCredentialCommandOutput | ResyncMFADeviceCommandOutput | SendDelegationTokenCommandOutput | SetDefaultPolicyVersionCommandOutput | SetSecurityTokenServicePreferencesCommandOutput | SimulateCustomPolicyCommandOutput | SimulatePrincipalPolicyCommandOutput | TagInstanceProfileCommandOutput | TagMFADeviceCommandOutput | TagOpenIDConnectProviderCommandOutput | TagPolicyCommandOutput | TagRoleCommandOutput | TagSAMLProviderCommandOutput | TagServerCertificateCommandOutput | TagUserCommandOutput | UntagInstanceProfileCommandOutput | UntagMFADeviceCommandOutput | UntagOpenIDConnectProviderCommandOutput | UntagPolicyCommandOutput | UntagRoleCommandOutput | UntagSAMLProviderCommandOutput | UntagServerCertificateCommandOutput | UntagUserCommandOutput | UpdateAccessKeyCommandOutput | UpdateAccountPasswordPolicyCommandOutput | UpdateAssumeRolePolicyCommandOutput | UpdateDelegationRequestCommandOutput | UpdateGroupCommandOutput | UpdateLoginProfileCommandOutput | UpdateOpenIDConnectProviderThumbprintCommandOutput | UpdateRoleCommandOutput | UpdateRoleDescriptionCommandOutput | UpdateSAMLProviderCommandOutput | UpdateSSHPublicKeyCommandOutput | UpdateServerCertificateCommandOutput | UpdateServiceSpecificCredentialCommandOutput | UpdateSigningCertificateCommandOutput | UpdateUserCommandOutput | UploadSSHPublicKeyCommandOutput | UploadServerCertificateCommandOutput | UploadSigningCertificateCommandOutput;
|
|
186
197
|
/**
|
|
187
198
|
* @public
|
|
188
199
|
*/
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
4
|
+
import { AcceptDelegationRequestRequest } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link AcceptDelegationRequestCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface AcceptDelegationRequestCommandInput extends AcceptDelegationRequestRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link AcceptDelegationRequestCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface AcceptDelegationRequestCommandOutput extends __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const AcceptDelegationRequestCommand_base: {
|
|
25
|
+
new (input: AcceptDelegationRequestCommandInput): import("@smithy/smithy-client").CommandImpl<AcceptDelegationRequestCommandInput, AcceptDelegationRequestCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AcceptDelegationRequestCommandInput): import("@smithy/smithy-client").CommandImpl<AcceptDelegationRequestCommandInput, AcceptDelegationRequestCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Accepts a delegation request, granting the requested temporary access.</p>
|
|
31
|
+
* <p>Once the delegation request is accepted, it is eligible to send the exchange token to the partner.
|
|
32
|
+
* The <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_SendDelegationToken.html">SendDelegationToken</a>
|
|
33
|
+
* API has to be explicitly called to send the delegation token.
|
|
34
|
+
* </p>
|
|
35
|
+
* <p>At the time of acceptance, IAM records the details and the state of the identity that called this API.
|
|
36
|
+
* This is the identity that gets mapped to the delegated credential.
|
|
37
|
+
* </p>
|
|
38
|
+
* <p>An accepted request may be rejected before the exchange token is sent to the partner.</p>
|
|
39
|
+
* @example
|
|
40
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
41
|
+
* ```javascript
|
|
42
|
+
* import { IAMClient, AcceptDelegationRequestCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
43
|
+
* // const { IAMClient, AcceptDelegationRequestCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
44
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
45
|
+
* const config = {}; // type is IAMClientConfig
|
|
46
|
+
* const client = new IAMClient(config);
|
|
47
|
+
* const input = { // AcceptDelegationRequestRequest
|
|
48
|
+
* DelegationRequestId: "STRING_VALUE", // required
|
|
49
|
+
* };
|
|
50
|
+
* const command = new AcceptDelegationRequestCommand(input);
|
|
51
|
+
* const response = await client.send(command);
|
|
52
|
+
* // {};
|
|
53
|
+
*
|
|
54
|
+
* ```
|
|
55
|
+
*
|
|
56
|
+
* @param AcceptDelegationRequestCommandInput - {@link AcceptDelegationRequestCommandInput}
|
|
57
|
+
* @returns {@link AcceptDelegationRequestCommandOutput}
|
|
58
|
+
* @see {@link AcceptDelegationRequestCommandInput} for command's `input` shape.
|
|
59
|
+
* @see {@link AcceptDelegationRequestCommandOutput} for command's `response` shape.
|
|
60
|
+
* @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
63
|
+
* <p>The request was rejected because multiple requests to change this object were submitted
|
|
64
|
+
* simultaneously. Wait a few minutes and submit your request again.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link NoSuchEntityException} (client fault)
|
|
67
|
+
* <p>The request was rejected because it referenced a resource entity that does not exist. The
|
|
68
|
+
* error message describes the resource.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
71
|
+
* <p>The request processing has failed because of an unknown error, exception or
|
|
72
|
+
* failure.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link IAMServiceException}
|
|
75
|
+
* <p>Base exception class for all service exceptions from IAM service.</p>
|
|
76
|
+
*
|
|
77
|
+
*
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
80
|
+
export declare class AcceptDelegationRequestCommand extends AcceptDelegationRequestCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: AcceptDelegationRequestRequest;
|
|
85
|
+
output: {};
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: AcceptDelegationRequestCommandInput;
|
|
89
|
+
output: AcceptDelegationRequestCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
92
|
+
}
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
4
|
+
import { AssociateDelegationRequestRequest } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link AssociateDelegationRequestCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface AssociateDelegationRequestCommandInput extends AssociateDelegationRequestRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link AssociateDelegationRequestCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface AssociateDelegationRequestCommandOutput extends __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const AssociateDelegationRequestCommand_base: {
|
|
25
|
+
new (input: AssociateDelegationRequestCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateDelegationRequestCommandInput, AssociateDelegationRequestCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AssociateDelegationRequestCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateDelegationRequestCommandInput, AssociateDelegationRequestCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Associates a delegation request with the current identity.</p>
|
|
31
|
+
* <p>If the partner that created the delegation request has specified the owner account during creation,
|
|
32
|
+
* only an identity from that owner account can call the <code>AssociateDelegationRequest</code> API for
|
|
33
|
+
* the specified delegation request. Once the <code>AssociateDelegationRequest</code> API call is successful,
|
|
34
|
+
* the ARN of the current calling identity will be stored as the
|
|
35
|
+
* <code>ownerId</code>
|
|
36
|
+
* of the request.
|
|
37
|
+
* </p>
|
|
38
|
+
* <p>If the partner that created the delegation request has not specified the owner account during creation,
|
|
39
|
+
* any caller from any account can call the <code>AssociateDelegationRequest</code> API for
|
|
40
|
+
* the delegation request. Once this API call is successful, the ARN of the current calling identity will be stored as the
|
|
41
|
+
* <code>ownerId</code>
|
|
42
|
+
* and the Amazon Web Services account ID of the current calling identity will be stored as the
|
|
43
|
+
* <code>ownerAccount</code>
|
|
44
|
+
* of the request.
|
|
45
|
+
* </p>
|
|
46
|
+
* <p>
|
|
47
|
+
* For more details, see
|
|
48
|
+
* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies-temporary-delegation.html#temporary-delegation-managing-permissions">
|
|
49
|
+
* Managing Permissions for Delegation Requests</a>.
|
|
50
|
+
* </p>
|
|
51
|
+
* @example
|
|
52
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
53
|
+
* ```javascript
|
|
54
|
+
* import { IAMClient, AssociateDelegationRequestCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
55
|
+
* // const { IAMClient, AssociateDelegationRequestCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
56
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
57
|
+
* const config = {}; // type is IAMClientConfig
|
|
58
|
+
* const client = new IAMClient(config);
|
|
59
|
+
* const input = { // AssociateDelegationRequestRequest
|
|
60
|
+
* DelegationRequestId: "STRING_VALUE", // required
|
|
61
|
+
* };
|
|
62
|
+
* const command = new AssociateDelegationRequestCommand(input);
|
|
63
|
+
* const response = await client.send(command);
|
|
64
|
+
* // {};
|
|
65
|
+
*
|
|
66
|
+
* ```
|
|
67
|
+
*
|
|
68
|
+
* @param AssociateDelegationRequestCommandInput - {@link AssociateDelegationRequestCommandInput}
|
|
69
|
+
* @returns {@link AssociateDelegationRequestCommandOutput}
|
|
70
|
+
* @see {@link AssociateDelegationRequestCommandInput} for command's `input` shape.
|
|
71
|
+
* @see {@link AssociateDelegationRequestCommandOutput} for command's `response` shape.
|
|
72
|
+
* @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
75
|
+
* <p>The request was rejected because multiple requests to change this object were submitted
|
|
76
|
+
* simultaneously. Wait a few minutes and submit your request again.</p>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
79
|
+
* <p>The request was rejected because an invalid or out-of-range value was supplied for an
|
|
80
|
+
* input parameter.</p>
|
|
81
|
+
*
|
|
82
|
+
* @throws {@link NoSuchEntityException} (client fault)
|
|
83
|
+
* <p>The request was rejected because it referenced a resource entity that does not exist. The
|
|
84
|
+
* error message describes the resource.</p>
|
|
85
|
+
*
|
|
86
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
87
|
+
* <p>The request processing has failed because of an unknown error, exception or
|
|
88
|
+
* failure.</p>
|
|
89
|
+
*
|
|
90
|
+
* @throws {@link IAMServiceException}
|
|
91
|
+
* <p>Base exception class for all service exceptions from IAM service.</p>
|
|
92
|
+
*
|
|
93
|
+
*
|
|
94
|
+
* @public
|
|
95
|
+
*/
|
|
96
|
+
export declare class AssociateDelegationRequestCommand extends AssociateDelegationRequestCommand_base {
|
|
97
|
+
/** @internal type navigation helper, not in runtime. */
|
|
98
|
+
protected static __types: {
|
|
99
|
+
api: {
|
|
100
|
+
input: AssociateDelegationRequestRequest;
|
|
101
|
+
output: {};
|
|
102
|
+
};
|
|
103
|
+
sdk: {
|
|
104
|
+
input: AssociateDelegationRequestCommandInput;
|
|
105
|
+
output: AssociateDelegationRequestCommandOutput;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
108
|
+
}
|
|
@@ -27,7 +27,11 @@ declare const CreateDelegationRequestCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
30
|
+
* <p>Creates an IAM delegation request for temporary access delegation.</p>
|
|
31
|
+
* <p>This API is not available for general use. In order to use this API, a caller first need to
|
|
32
|
+
* go through an onboarding process described in the
|
|
33
|
+
* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies-temporary-delegation-partner-guide.html">partner onboarding documentation</a>.
|
|
34
|
+
* </p>
|
|
31
35
|
* @example
|
|
32
36
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
37
|
* ```javascript
|