@aws-lite/iam-types 0.0.0 → 0.0.2
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/index.d.ts +1080 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1,40 +1,982 @@
|
|
|
1
1
|
import {
|
|
2
2
|
/* ! Do not remove IMPORTS_START / IMPORTS_END ! */
|
|
3
3
|
// $IMPORTS_START
|
|
4
|
+
AddClientIDToOpenIDConnectProviderCommandOutput as AddClientIDToOpenIDConnectProviderResponse,
|
|
5
|
+
AddRoleToInstanceProfileCommandOutput as AddRoleToInstanceProfileResponse,
|
|
6
|
+
AddUserToGroupCommandOutput as AddUserToGroupResponse,
|
|
7
|
+
AttachGroupPolicyCommandOutput as AttachGroupPolicyResponse,
|
|
8
|
+
AttachRolePolicyCommandOutput as AttachRolePolicyResponse,
|
|
9
|
+
AttachUserPolicyCommandOutput as AttachUserPolicyResponse,
|
|
10
|
+
ChangePasswordCommandOutput as ChangePasswordResponse,
|
|
11
|
+
CreateAccessKeyCommandOutput as CreateAccessKeyResponse,
|
|
12
|
+
CreateAccountAliasCommandOutput as CreateAccountAliasResponse,
|
|
13
|
+
CreateGroupCommandOutput as CreateGroupResponse,
|
|
14
|
+
CreateInstanceProfileCommandOutput as CreateInstanceProfileResponse,
|
|
15
|
+
CreateLoginProfileCommandOutput as CreateLoginProfileResponse,
|
|
16
|
+
CreateOpenIDConnectProviderCommandOutput as CreateOpenIDConnectProviderResponse,
|
|
17
|
+
CreatePolicyCommandOutput as CreatePolicyResponse,
|
|
18
|
+
CreatePolicyVersionCommandOutput as CreatePolicyVersionResponse,
|
|
4
19
|
CreateRoleCommandOutput as CreateRoleResponse,
|
|
20
|
+
CreateServiceLinkedRoleCommandOutput as CreateServiceLinkedRoleResponse,
|
|
21
|
+
CreateServiceSpecificCredentialCommandOutput as CreateServiceSpecificCredentialResponse,
|
|
22
|
+
CreateUserCommandOutput as CreateUserResponse,
|
|
23
|
+
CreateVirtualMFADeviceCommandOutput as CreateVirtualMFADeviceResponse,
|
|
24
|
+
DeleteAccessKeyCommandOutput as DeleteAccessKeyResponse,
|
|
25
|
+
DeleteAccountAliasCommandOutput as DeleteAccountAliasResponse,
|
|
26
|
+
DeleteAccountPasswordPolicyCommandOutput as DeleteAccountPasswordPolicyResponse,
|
|
27
|
+
DeleteGroupCommandOutput as DeleteGroupResponse,
|
|
28
|
+
DeleteGroupPolicyCommandOutput as DeleteGroupPolicyResponse,
|
|
29
|
+
DeleteInstanceProfileCommandOutput as DeleteInstanceProfileResponse,
|
|
30
|
+
DeleteLoginProfileCommandOutput as DeleteLoginProfileResponse,
|
|
31
|
+
DeleteOpenIDConnectProviderCommandOutput as DeleteOpenIDConnectProviderResponse,
|
|
32
|
+
DeletePolicyCommandOutput as DeletePolicyResponse,
|
|
33
|
+
DeletePolicyVersionCommandOutput as DeletePolicyVersionResponse,
|
|
5
34
|
DeleteRoleCommandOutput as DeleteRoleResponse,
|
|
35
|
+
DeleteRolePermissionsBoundaryCommandOutput as DeleteRolePermissionsBoundaryResponse,
|
|
36
|
+
DeleteRolePolicyCommandOutput as DeleteRolePolicyResponse,
|
|
37
|
+
DeleteServerCertificateCommandOutput as DeleteServerCertificateResponse,
|
|
38
|
+
DeleteServiceLinkedRoleCommandOutput as DeleteServiceLinkedRoleResponse,
|
|
39
|
+
DeleteServiceSpecificCredentialCommandOutput as DeleteServiceSpecificCredentialResponse,
|
|
40
|
+
DeleteSigningCertificateCommandOutput as DeleteSigningCertificateResponse,
|
|
41
|
+
DeleteSSHPublicKeyCommandOutput as DeleteSSHPublicKeyResponse,
|
|
42
|
+
DeleteUserCommandOutput as DeleteUserResponse,
|
|
43
|
+
DeleteUserPermissionsBoundaryCommandOutput as DeleteUserPermissionsBoundaryResponse,
|
|
44
|
+
DeleteUserPolicyCommandOutput as DeleteUserPolicyResponse,
|
|
45
|
+
DeleteVirtualMFADeviceCommandOutput as DeleteVirtualMFADeviceResponse,
|
|
46
|
+
DetachGroupPolicyCommandOutput as DetachGroupPolicyResponse,
|
|
47
|
+
DetachRolePolicyCommandOutput as DetachRolePolicyResponse,
|
|
48
|
+
DetachUserPolicyCommandOutput as DetachUserPolicyResponse,
|
|
49
|
+
GenerateCredentialReportCommandOutput as GenerateCredentialReportResponse,
|
|
50
|
+
GenerateOrganizationsAccessReportCommandOutput as GenerateOrganizationsAccessReportResponse,
|
|
51
|
+
GenerateServiceLastAccessedDetailsCommandOutput as GenerateServiceLastAccessedDetailsResponse,
|
|
52
|
+
GetAccessKeyLastUsedCommandOutput as GetAccessKeyLastUsedResponse,
|
|
53
|
+
GetAccountAuthorizationDetailsCommandOutput as GetAccountAuthorizationDetailsResponse,
|
|
54
|
+
GetAccountPasswordPolicyCommandOutput as GetAccountPasswordPolicyResponse,
|
|
55
|
+
GetAccountSummaryCommandOutput as GetAccountSummaryResponse,
|
|
56
|
+
GetContextKeysForCustomPolicyCommandOutput as GetContextKeysForCustomPolicyResponse,
|
|
57
|
+
GetContextKeysForPrincipalPolicyCommandOutput as GetContextKeysForPrincipalPolicyResponse,
|
|
58
|
+
GetCredentialReportCommandOutput as GetCredentialReportResponse,
|
|
59
|
+
GetGroupCommandOutput as GetGroupResponse,
|
|
60
|
+
GetGroupPolicyCommandOutput as GetGroupPolicyResponse,
|
|
61
|
+
GetInstanceProfileCommandOutput as GetInstanceProfileResponse,
|
|
62
|
+
GetLoginProfileCommandOutput as GetLoginProfileResponse,
|
|
63
|
+
GetOpenIDConnectProviderCommandOutput as GetOpenIDConnectProviderResponse,
|
|
64
|
+
GetOrganizationsAccessReportCommandOutput as GetOrganizationsAccessReportResponse,
|
|
65
|
+
GetPolicyCommandOutput as GetPolicyResponse,
|
|
66
|
+
GetPolicyVersionCommandOutput as GetPolicyVersionResponse,
|
|
6
67
|
GetRoleCommandOutput as GetRoleResponse,
|
|
68
|
+
GetRolePolicyCommandOutput as GetRolePolicyResponse,
|
|
69
|
+
GetServerCertificateCommandOutput as GetServerCertificateResponse,
|
|
70
|
+
GetServiceLastAccessedDetailsCommandOutput as GetServiceLastAccessedDetailsResponse,
|
|
71
|
+
GetServiceLastAccessedDetailsWithEntitiesCommandOutput as GetServiceLastAccessedDetailsWithEntitiesResponse,
|
|
72
|
+
GetSSHPublicKeyCommandOutput as GetSSHPublicKeyResponse,
|
|
73
|
+
GetUserCommandOutput as GetUserResponse,
|
|
74
|
+
GetUserPolicyCommandOutput as GetUserPolicyResponse,
|
|
75
|
+
ListAccessKeysCommandOutput as ListAccessKeysResponse,
|
|
76
|
+
ListAccountAliasesCommandOutput as ListAccountAliasesResponse,
|
|
77
|
+
ListAttachedGroupPoliciesCommandOutput as ListAttachedGroupPoliciesResponse,
|
|
78
|
+
ListAttachedRolePoliciesCommandOutput as ListAttachedRolePoliciesResponse,
|
|
79
|
+
ListAttachedUserPoliciesCommandOutput as ListAttachedUserPoliciesResponse,
|
|
80
|
+
ListEntitiesForPolicyCommandOutput as ListEntitiesForPolicyResponse,
|
|
81
|
+
ListGroupPoliciesCommandOutput as ListGroupPoliciesResponse,
|
|
82
|
+
ListGroupsCommandOutput as ListGroupsResponse,
|
|
83
|
+
ListGroupsForUserCommandOutput as ListGroupsForUserResponse,
|
|
84
|
+
ListInstanceProfilesCommandOutput as ListInstanceProfilesResponse,
|
|
85
|
+
ListInstanceProfilesForRoleCommandOutput as ListInstanceProfilesForRoleResponse,
|
|
86
|
+
ListInstanceProfileTagsCommandOutput as ListInstanceProfileTagsResponse,
|
|
87
|
+
ListOpenIDConnectProvidersCommandOutput as ListOpenIDConnectProvidersResponse,
|
|
88
|
+
ListOpenIDConnectProviderTagsCommandOutput as ListOpenIDConnectProviderTagsResponse,
|
|
89
|
+
ListPoliciesCommandOutput as ListPoliciesResponse,
|
|
90
|
+
ListPoliciesGrantingServiceAccessCommandOutput as ListPoliciesGrantingServiceAccessResponse,
|
|
91
|
+
ListPolicyTagsCommandOutput as ListPolicyTagsResponse,
|
|
92
|
+
ListPolicyVersionsCommandOutput as ListPolicyVersionsResponse,
|
|
93
|
+
ListRolePoliciesCommandOutput as ListRolePoliciesResponse,
|
|
94
|
+
ListRolesCommandOutput as ListRolesResponse,
|
|
95
|
+
ListRoleTagsCommandOutput as ListRoleTagsResponse,
|
|
96
|
+
ListServerCertificatesCommandOutput as ListServerCertificatesResponse,
|
|
97
|
+
ListServerCertificateTagsCommandOutput as ListServerCertificateTagsResponse,
|
|
98
|
+
ListServiceSpecificCredentialsCommandOutput as ListServiceSpecificCredentialsResponse,
|
|
99
|
+
ListSigningCertificatesCommandOutput as ListSigningCertificatesResponse,
|
|
100
|
+
ListSSHPublicKeysCommandOutput as ListSSHPublicKeysResponse,
|
|
101
|
+
ListUserPoliciesCommandOutput as ListUserPoliciesResponse,
|
|
102
|
+
ListUsersCommandOutput as ListUsersResponse,
|
|
103
|
+
ListUserTagsCommandOutput as ListUserTagsResponse,
|
|
104
|
+
ListVirtualMFADevicesCommandOutput as ListVirtualMFADevicesResponse,
|
|
105
|
+
PutGroupPolicyCommandOutput as PutGroupPolicyResponse,
|
|
106
|
+
PutRolePermissionsBoundaryCommandOutput as PutRolePermissionsBoundaryResponse,
|
|
107
|
+
PutRolePolicyCommandOutput as PutRolePolicyResponse,
|
|
108
|
+
PutUserPermissionsBoundaryCommandOutput as PutUserPermissionsBoundaryResponse,
|
|
109
|
+
PutUserPolicyCommandOutput as PutUserPolicyResponse,
|
|
110
|
+
RemoveClientIDFromOpenIDConnectProviderCommandOutput as RemoveClientIDFromOpenIDConnectProviderResponse,
|
|
111
|
+
RemoveRoleFromInstanceProfileCommandOutput as RemoveRoleFromInstanceProfileResponse,
|
|
112
|
+
RemoveUserFromGroupCommandOutput as RemoveUserFromGroupResponse,
|
|
113
|
+
ResetServiceSpecificCredentialCommandOutput as ResetServiceSpecificCredentialResponse,
|
|
114
|
+
SetDefaultPolicyVersionCommandOutput as SetDefaultPolicyVersionResponse,
|
|
115
|
+
SetSecurityTokenServicePreferencesCommandOutput as SetSecurityTokenServicePreferencesResponse,
|
|
116
|
+
SimulateCustomPolicyCommandOutput as SimulateCustomPolicyResponse,
|
|
117
|
+
SimulatePrincipalPolicyCommandOutput as SimulatePrincipalPolicyResponse,
|
|
118
|
+
TagInstanceProfileCommandOutput as TagInstanceProfileResponse,
|
|
119
|
+
TagOpenIDConnectProviderCommandOutput as TagOpenIDConnectProviderResponse,
|
|
120
|
+
TagPolicyCommandOutput as TagPolicyResponse,
|
|
121
|
+
TagRoleCommandOutput as TagRoleResponse,
|
|
122
|
+
TagServerCertificateCommandOutput as TagServerCertificateResponse,
|
|
123
|
+
TagUserCommandOutput as TagUserResponse,
|
|
124
|
+
UntagInstanceProfileCommandOutput as UntagInstanceProfileResponse,
|
|
125
|
+
UntagOpenIDConnectProviderCommandOutput as UntagOpenIDConnectProviderResponse,
|
|
126
|
+
UntagPolicyCommandOutput as UntagPolicyResponse,
|
|
127
|
+
UntagRoleCommandOutput as UntagRoleResponse,
|
|
128
|
+
UntagServerCertificateCommandOutput as UntagServerCertificateResponse,
|
|
129
|
+
UntagUserCommandOutput as UntagUserResponse,
|
|
130
|
+
UpdateAccessKeyCommandOutput as UpdateAccessKeyResponse,
|
|
131
|
+
UpdateAccountPasswordPolicyCommandOutput as UpdateAccountPasswordPolicyResponse,
|
|
132
|
+
UpdateAssumeRolePolicyCommandOutput as UpdateAssumeRolePolicyResponse,
|
|
133
|
+
UpdateGroupCommandOutput as UpdateGroupResponse,
|
|
134
|
+
UpdateLoginProfileCommandOutput as UpdateLoginProfileResponse,
|
|
135
|
+
UpdateOpenIDConnectProviderThumbprintCommandOutput as UpdateOpenIDConnectProviderThumbprintResponse,
|
|
7
136
|
UpdateRoleCommandOutput as UpdateRoleResponse,
|
|
137
|
+
UpdateRoleDescriptionCommandOutput as UpdateRoleDescriptionResponse,
|
|
138
|
+
UpdateServerCertificateCommandOutput as UpdateServerCertificateResponse,
|
|
139
|
+
UpdateServiceSpecificCredentialCommandOutput as UpdateServiceSpecificCredentialResponse,
|
|
140
|
+
UpdateSigningCertificateCommandOutput as UpdateSigningCertificateResponse,
|
|
141
|
+
UpdateSSHPublicKeyCommandOutput as UpdateSSHPublicKeyResponse,
|
|
142
|
+
UpdateUserCommandOutput as UpdateUserResponse,
|
|
143
|
+
UploadServerCertificateCommandOutput as UploadServerCertificateResponse,
|
|
144
|
+
UploadSigningCertificateCommandOutput as UploadSigningCertificateResponse,
|
|
145
|
+
UploadSSHPublicKeyCommandOutput as UploadSSHPublicKeyResponse,
|
|
8
146
|
// $IMPORTS_END
|
|
9
147
|
} from "@aws-sdk/client-iam";
|
|
10
148
|
|
|
11
149
|
declare interface AwsLiteIAM {
|
|
12
150
|
/* ! Do not remove METHODS_START / METHODS_END ! */
|
|
13
151
|
// $METHODS_START
|
|
152
|
+
/**
|
|
153
|
+
* @description
|
|
154
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_AddClientIDToOpenIDConnectProvider.html IAM: AddClientIDToOpenIDConnectProvider}
|
|
155
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#AddClientIDToOpenIDConnectProvider IAM: AddClientIDToOpenIDConnectProvider}
|
|
156
|
+
*/
|
|
157
|
+
AddClientIDToOpenIDConnectProvider: (input: { ClientID: string, OpenIDConnectProviderArn: string }) => Promise<AddClientIDToOpenIDConnectProviderResponse>
|
|
158
|
+
/**
|
|
159
|
+
* @description
|
|
160
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_AddRoleToInstanceProfile.html IAM: AddRoleToInstanceProfile}
|
|
161
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#AddRoleToInstanceProfile IAM: AddRoleToInstanceProfile}
|
|
162
|
+
*/
|
|
163
|
+
AddRoleToInstanceProfile: (input: { InstanceProfileName: string, RoleName: string }) => Promise<AddRoleToInstanceProfileResponse>
|
|
164
|
+
/**
|
|
165
|
+
* @description
|
|
166
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_AddUserToGroup.html IAM: AddUserToGroup}
|
|
167
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#AddUserToGroup IAM: AddUserToGroup}
|
|
168
|
+
*/
|
|
169
|
+
AddUserToGroup: (input: { GroupName: string, UserName: string }) => Promise<AddUserToGroupResponse>
|
|
170
|
+
/**
|
|
171
|
+
* @description
|
|
172
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_AttachGroupPolicy.html IAM: AttachGroupPolicy}
|
|
173
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#AttachGroupPolicy IAM: AttachGroupPolicy}
|
|
174
|
+
*/
|
|
175
|
+
AttachGroupPolicy: (input: { GroupName: string, PolicyArn: string }) => Promise<AttachGroupPolicyResponse>
|
|
176
|
+
/**
|
|
177
|
+
* @description
|
|
178
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_AttachRolePolicy.html IAM: AttachRolePolicy}
|
|
179
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#AttachRolePolicy IAM: AttachRolePolicy}
|
|
180
|
+
*/
|
|
181
|
+
AttachRolePolicy: (input: { PolicyArn: string, RoleName: string }) => Promise<AttachRolePolicyResponse>
|
|
182
|
+
/**
|
|
183
|
+
* @description
|
|
184
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_AttachUserPolicy.html IAM: AttachUserPolicy}
|
|
185
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#AttachUserPolicy IAM: AttachUserPolicy}
|
|
186
|
+
*/
|
|
187
|
+
AttachUserPolicy: (input: { PolicyArn: string, UserName: string }) => Promise<AttachUserPolicyResponse>
|
|
188
|
+
/**
|
|
189
|
+
* @description
|
|
190
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ChangePassword.html IAM: ChangePassword}
|
|
191
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ChangePassword IAM: ChangePassword}
|
|
192
|
+
*/
|
|
193
|
+
ChangePassword: (input: { NewPassword: string, OldPassword: string }) => Promise<ChangePasswordResponse>
|
|
194
|
+
/**
|
|
195
|
+
* @description
|
|
196
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateAccessKey.html IAM: CreateAccessKey}
|
|
197
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#CreateAccessKey IAM: CreateAccessKey}
|
|
198
|
+
*/
|
|
199
|
+
CreateAccessKey: (input: { UserName: string }) => Promise<CreateAccessKeyResponse>
|
|
200
|
+
/**
|
|
201
|
+
* @description
|
|
202
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateAccountAlias.html IAM: CreateAccountAlias}
|
|
203
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#CreateAccountAlias IAM: CreateAccountAlias}
|
|
204
|
+
*/
|
|
205
|
+
CreateAccountAlias: (input: { AccountAlias: string }) => Promise<CreateAccountAliasResponse>
|
|
206
|
+
/**
|
|
207
|
+
* @description
|
|
208
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateGroup.html IAM: CreateGroup}
|
|
209
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#CreateGroup IAM: CreateGroup}
|
|
210
|
+
*/
|
|
211
|
+
CreateGroup: (input: { GroupName: string, Path?: string }) => Promise<CreateGroupResponse>
|
|
212
|
+
/**
|
|
213
|
+
* @description
|
|
214
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateInstanceProfile.html IAM: CreateInstanceProfile}
|
|
215
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#CreateInstanceProfile IAM: CreateInstanceProfile}
|
|
216
|
+
*/
|
|
217
|
+
CreateInstanceProfile: (input: { InstanceProfileName: string, Path?: string, Tags?: any[] }) => Promise<CreateInstanceProfileResponse>
|
|
218
|
+
/**
|
|
219
|
+
* @description
|
|
220
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateLoginProfile.html IAM: CreateLoginProfile}
|
|
221
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#CreateLoginProfile IAM: CreateLoginProfile}
|
|
222
|
+
*/
|
|
223
|
+
CreateLoginProfile: (input: { Password: string, UserName: string, PasswordResetRequired?: boolean }) => Promise<CreateLoginProfileResponse>
|
|
224
|
+
/**
|
|
225
|
+
* @description
|
|
226
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateOpenIDConnectProvider.html IAM: CreateOpenIDConnectProvider}
|
|
227
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#CreateOpenIDConnectProvider IAM: CreateOpenIDConnectProvider}
|
|
228
|
+
*/
|
|
229
|
+
CreateOpenIDConnectProvider: (input: { Url: string, ClientIDList?: any[], Tags?: any[], ThumbprintList?: any[] }) => Promise<CreateOpenIDConnectProviderResponse>
|
|
230
|
+
/**
|
|
231
|
+
* @description
|
|
232
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreatePolicy.html IAM: CreatePolicy}
|
|
233
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#CreatePolicy IAM: CreatePolicy}
|
|
234
|
+
*/
|
|
235
|
+
CreatePolicy: (input: { PolicyDocument: string | Record<string, any>, PolicyName: string, Description?: string, Path?: string, Tags?: any[] }) => Promise<CreatePolicyResponse>
|
|
236
|
+
/**
|
|
237
|
+
* @description
|
|
238
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreatePolicyVersion.html IAM: CreatePolicyVersion}
|
|
239
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#CreatePolicyVersion IAM: CreatePolicyVersion}
|
|
240
|
+
*/
|
|
241
|
+
CreatePolicyVersion: (input: { PolicyArn: string, PolicyDocument: string | Record<string, any>, SetAsDefault?: boolean }) => Promise<CreatePolicyVersionResponse>
|
|
14
242
|
/**
|
|
15
243
|
* @description
|
|
16
244
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateRole.html IAM: CreateRole}
|
|
17
245
|
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#CreateRole IAM: CreateRole}
|
|
18
246
|
*/
|
|
19
247
|
CreateRole: (input: { AssumeRolePolicyDocument: string | Record<string, any>, RoleName: string, Description?: string, MaxSessionDuration?: number, Path?: string, PermissionsBoundary?: string, Tags?: any[] }) => Promise<CreateRoleResponse>
|
|
248
|
+
/**
|
|
249
|
+
* @description
|
|
250
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateServiceLinkedRole.html IAM: CreateServiceLinkedRole}
|
|
251
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#CreateServiceLinkedRole IAM: CreateServiceLinkedRole}
|
|
252
|
+
*/
|
|
253
|
+
CreateServiceLinkedRole: (input: { AWSServiceName: string, CustomSuffix?: string, Description?: string }) => Promise<CreateServiceLinkedRoleResponse>
|
|
254
|
+
/**
|
|
255
|
+
* @description
|
|
256
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateServiceSpecificCredential.html IAM: CreateServiceSpecificCredential}
|
|
257
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#CreateServiceSpecificCredential IAM: CreateServiceSpecificCredential}
|
|
258
|
+
*/
|
|
259
|
+
CreateServiceSpecificCredential: (input: { ServiceName: string, UserName: string }) => Promise<CreateServiceSpecificCredentialResponse>
|
|
260
|
+
/**
|
|
261
|
+
* @description
|
|
262
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateUser.html IAM: CreateUser}
|
|
263
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#CreateUser IAM: CreateUser}
|
|
264
|
+
*/
|
|
265
|
+
CreateUser: (input: { UserName: string, Path?: string, PermissionsBoundary?: string, Tags?: any[] }) => Promise<CreateUserResponse>
|
|
266
|
+
/**
|
|
267
|
+
* @description
|
|
268
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateVirtualMFADevice.html IAM: CreateVirtualMFADevice}
|
|
269
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#CreateVirtualMFADevice IAM: CreateVirtualMFADevice}
|
|
270
|
+
*/
|
|
271
|
+
CreateVirtualMFADevice: (input: { VirtualMFADeviceName: string, Path?: string, Tags?: any[] }) => Promise<CreateVirtualMFADeviceResponse>
|
|
272
|
+
/**
|
|
273
|
+
* @description
|
|
274
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteAccessKey.html IAM: DeleteAccessKey}
|
|
275
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#DeleteAccessKey IAM: DeleteAccessKey}
|
|
276
|
+
*/
|
|
277
|
+
DeleteAccessKey: (input: { AccessKeyId: string, UserName?: string }) => Promise<DeleteAccessKeyResponse>
|
|
278
|
+
/**
|
|
279
|
+
* @description
|
|
280
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteAccountAlias.html IAM: DeleteAccountAlias}
|
|
281
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#DeleteAccountAlias IAM: DeleteAccountAlias}
|
|
282
|
+
*/
|
|
283
|
+
DeleteAccountAlias: (input: { AccountAlias: string }) => Promise<DeleteAccountAliasResponse>
|
|
284
|
+
/** @description aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#DeleteAccountPasswordPolicy IAM: DeleteAccountPasswordPolicy} */
|
|
285
|
+
DeleteAccountPasswordPolicy: () => Promise<DeleteAccountPasswordPolicyResponse>
|
|
286
|
+
/**
|
|
287
|
+
* @description
|
|
288
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteGroup.html IAM: DeleteGroup}
|
|
289
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#DeleteGroup IAM: DeleteGroup}
|
|
290
|
+
*/
|
|
291
|
+
DeleteGroup: (input: { GroupName: string }) => Promise<DeleteGroupResponse>
|
|
292
|
+
/**
|
|
293
|
+
* @description
|
|
294
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteGroupPolicy.html IAM: DeleteGroupPolicy}
|
|
295
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#DeleteGroupPolicy IAM: DeleteGroupPolicy}
|
|
296
|
+
*/
|
|
297
|
+
DeleteGroupPolicy: (input: { GroupName: string, PolicyName: string }) => Promise<DeleteGroupPolicyResponse>
|
|
298
|
+
/**
|
|
299
|
+
* @description
|
|
300
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteInstanceProfile.html IAM: DeleteInstanceProfile}
|
|
301
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#DeleteInstanceProfile IAM: DeleteInstanceProfile}
|
|
302
|
+
*/
|
|
303
|
+
DeleteInstanceProfile: (input: { InstanceProfileName: string }) => Promise<DeleteInstanceProfileResponse>
|
|
304
|
+
/**
|
|
305
|
+
* @description
|
|
306
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteLoginProfile.html IAM: DeleteLoginProfile}
|
|
307
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#DeleteLoginProfile IAM: DeleteLoginProfile}
|
|
308
|
+
*/
|
|
309
|
+
DeleteLoginProfile: (input: { UserName: string }) => Promise<DeleteLoginProfileResponse>
|
|
310
|
+
/**
|
|
311
|
+
* @description
|
|
312
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteOpenIDConnectProvider.html IAM: DeleteOpenIDConnectProvider}
|
|
313
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#DeleteOpenIDConnectProvider IAM: DeleteOpenIDConnectProvider}
|
|
314
|
+
*/
|
|
315
|
+
DeleteOpenIDConnectProvider: (input: { OpenIDConnectProviderArn: string }) => Promise<DeleteOpenIDConnectProviderResponse>
|
|
316
|
+
/**
|
|
317
|
+
* @description
|
|
318
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeletePolicy.html IAM: DeletePolicy}
|
|
319
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#DeletePolicy IAM: DeletePolicy}
|
|
320
|
+
*/
|
|
321
|
+
DeletePolicy: (input: { PolicyArn: string }) => Promise<DeletePolicyResponse>
|
|
322
|
+
/**
|
|
323
|
+
* @description
|
|
324
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeletePolicyVersion.html IAM: DeletePolicyVersion}
|
|
325
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#DeletePolicyVersion IAM: DeletePolicyVersion}
|
|
326
|
+
*/
|
|
327
|
+
DeletePolicyVersion: (input: { PolicyArn: string, VersionId: string }) => Promise<DeletePolicyVersionResponse>
|
|
20
328
|
/**
|
|
21
329
|
* @description
|
|
22
330
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteRole.html IAM: DeleteRole}
|
|
23
331
|
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#DeleteRole IAM: DeleteRole}
|
|
24
332
|
*/
|
|
25
333
|
DeleteRole: (input: { RoleName: string }) => Promise<DeleteRoleResponse>
|
|
334
|
+
/**
|
|
335
|
+
* @description
|
|
336
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteRolePermissionsBoundary.html IAM: DeleteRolePermissionsBoundary}
|
|
337
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#DeleteRolePermissionsBoundary IAM: DeleteRolePermissionsBoundary}
|
|
338
|
+
*/
|
|
339
|
+
DeleteRolePermissionsBoundary: (input: { RoleName: string }) => Promise<DeleteRolePermissionsBoundaryResponse>
|
|
340
|
+
/**
|
|
341
|
+
* @description
|
|
342
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteRolePolicy.html IAM: DeleteRolePolicy}
|
|
343
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#DeleteRolePolicy IAM: DeleteRolePolicy}
|
|
344
|
+
*/
|
|
345
|
+
DeleteRolePolicy: (input: { RoleName: string, PolicyName: string }) => Promise<DeleteRolePolicyResponse>
|
|
346
|
+
/**
|
|
347
|
+
* @description
|
|
348
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteServerCertificate.html IAM: DeleteServerCertificate}
|
|
349
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#DeleteServerCertificate IAM: DeleteServerCertificate}
|
|
350
|
+
*/
|
|
351
|
+
DeleteServerCertificate: (input: { ServerCertificateName: string }) => Promise<DeleteServerCertificateResponse>
|
|
352
|
+
/**
|
|
353
|
+
* @description
|
|
354
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteServiceLinkedRole.html IAM: DeleteServiceLinkedRole}
|
|
355
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#DeleteServiceLinkedRole IAM: DeleteServiceLinkedRole}
|
|
356
|
+
*/
|
|
357
|
+
DeleteServiceLinkedRole: (input: { RoleName: string }) => Promise<DeleteServiceLinkedRoleResponse>
|
|
358
|
+
/**
|
|
359
|
+
* @description
|
|
360
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteServiceSpecificCredential.html IAM: DeleteServiceSpecificCredential}
|
|
361
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#DeleteServiceSpecificCredential IAM: DeleteServiceSpecificCredential}
|
|
362
|
+
*/
|
|
363
|
+
DeleteServiceSpecificCredential: (input: { ServiceSpecificCredentialId: string, UserName: string }) => Promise<DeleteServiceSpecificCredentialResponse>
|
|
364
|
+
/**
|
|
365
|
+
* @description
|
|
366
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteSigningCertificate.html IAM: DeleteSigningCertificate}
|
|
367
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#DeleteSigningCertificate IAM: DeleteSigningCertificate}
|
|
368
|
+
*/
|
|
369
|
+
DeleteSigningCertificate: (input: { CertificateId: string, UserName?: string }) => Promise<DeleteSigningCertificateResponse>
|
|
370
|
+
/**
|
|
371
|
+
* @description
|
|
372
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteSSHPublicKey.html IAM: DeleteSSHPublicKey}
|
|
373
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#DeleteSSHPublicKey IAM: DeleteSSHPublicKey}
|
|
374
|
+
*/
|
|
375
|
+
DeleteSSHPublicKey: (input: { SSHPublicKeyId: string, UserName: string }) => Promise<DeleteSSHPublicKeyResponse>
|
|
376
|
+
/**
|
|
377
|
+
* @description
|
|
378
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteUser.html IAM: DeleteUser}
|
|
379
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#DeleteUser IAM: DeleteUser}
|
|
380
|
+
*/
|
|
381
|
+
DeleteUser: (input: { UserName: string }) => Promise<DeleteUserResponse>
|
|
382
|
+
/**
|
|
383
|
+
* @description
|
|
384
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteUserPermissionsBoundary.html IAM: DeleteUserPermissionsBoundary}
|
|
385
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#DeleteUserPermissionsBoundary IAM: DeleteUserPermissionsBoundary}
|
|
386
|
+
*/
|
|
387
|
+
DeleteUserPermissionsBoundary: (input: { UserName: string }) => Promise<DeleteUserPermissionsBoundaryResponse>
|
|
388
|
+
/**
|
|
389
|
+
* @description
|
|
390
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteUserPolicy.html IAM: DeleteUserPolicy}
|
|
391
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#DeleteUserPolicy IAM: DeleteUserPolicy}
|
|
392
|
+
*/
|
|
393
|
+
DeleteUserPolicy: (input: { PolicyName: string, UserName: string }) => Promise<DeleteUserPolicyResponse>
|
|
394
|
+
/**
|
|
395
|
+
* @description
|
|
396
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteVirtualMFADevice.html IAM: DeleteVirtualMFADevice}
|
|
397
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#DeleteVirtualMFADevice IAM: DeleteVirtualMFADevice}
|
|
398
|
+
*/
|
|
399
|
+
DeleteVirtualMFADevice: (input: { SerialNumber: string }) => Promise<DeleteVirtualMFADeviceResponse>
|
|
400
|
+
/**
|
|
401
|
+
* @description
|
|
402
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DetachGroupPolicy.html IAM: DetachGroupPolicy}
|
|
403
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#DetachGroupPolicy IAM: DetachGroupPolicy}
|
|
404
|
+
*/
|
|
405
|
+
DetachGroupPolicy: (input: { GroupName: string, PolicyArn: string }) => Promise<DetachGroupPolicyResponse>
|
|
406
|
+
/**
|
|
407
|
+
* @description
|
|
408
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DetachRolePolicy.html IAM: DetachRolePolicy}
|
|
409
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#DetachRolePolicy IAM: DetachRolePolicy}
|
|
410
|
+
*/
|
|
411
|
+
DetachRolePolicy: (input: { PolicyArn: string, RoleName: string }) => Promise<DetachRolePolicyResponse>
|
|
412
|
+
/**
|
|
413
|
+
* @description
|
|
414
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_DetachUserPolicy.html IAM: DetachUserPolicy}
|
|
415
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#DetachUserPolicy IAM: DetachUserPolicy}
|
|
416
|
+
*/
|
|
417
|
+
DetachUserPolicy: (input: { PolicyArn: string, UserName: string }) => Promise<DetachUserPolicyResponse>
|
|
418
|
+
/** @description aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#GenerateCredentialReport IAM: GenerateCredentialReport} */
|
|
419
|
+
GenerateCredentialReport: () => Promise<GenerateCredentialReportResponse>
|
|
420
|
+
/**
|
|
421
|
+
* @description
|
|
422
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_GenerateOrganizationsAccessReport.html IAM: GenerateOrganizationsAccessReport}
|
|
423
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#GenerateOrganizationsAccessReport IAM: GenerateOrganizationsAccessReport}
|
|
424
|
+
*/
|
|
425
|
+
GenerateOrganizationsAccessReport: (input: { EntityPath: string, OrganizationsPolicyId?: string }) => Promise<GenerateOrganizationsAccessReportResponse>
|
|
426
|
+
/**
|
|
427
|
+
* @description
|
|
428
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_GenerateServiceLastAccessedDetails.html IAM: GenerateServiceLastAccessedDetails}
|
|
429
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#GenerateServiceLastAccessedDetails IAM: GenerateServiceLastAccessedDetails}
|
|
430
|
+
*/
|
|
431
|
+
GenerateServiceLastAccessedDetails: (input: { Arn: string, Granularity?: string }) => Promise<GenerateServiceLastAccessedDetailsResponse>
|
|
432
|
+
/**
|
|
433
|
+
* @description
|
|
434
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetAccessKeyLastUsed.html IAM: GetAccessKeyLastUsed}
|
|
435
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#GetAccessKeyLastUsed IAM: GetAccessKeyLastUsed}
|
|
436
|
+
*/
|
|
437
|
+
GetAccessKeyLastUsed: (input: { AccessKeyId: string }) => Promise<GetAccessKeyLastUsedResponse>
|
|
438
|
+
/**
|
|
439
|
+
* @description
|
|
440
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetAccountAuthorizationDetails.html IAM: GetAccountAuthorizationDetails}
|
|
441
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#GetAccountAuthorizationDetails IAM: GetAccountAuthorizationDetails}
|
|
442
|
+
*/
|
|
443
|
+
GetAccountAuthorizationDetails: (input: { Filter?: any[], Marker?: string, MaxItems?: number }) => Promise<GetAccountAuthorizationDetailsResponse>
|
|
444
|
+
/** @description aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#GetAccountPasswordPolicy IAM: GetAccountPasswordPolicy} */
|
|
445
|
+
GetAccountPasswordPolicy: () => Promise<GetAccountPasswordPolicyResponse>
|
|
446
|
+
/** @description aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#GetAccountSummary IAM: GetAccountSummary} */
|
|
447
|
+
GetAccountSummary: () => Promise<GetAccountSummaryResponse>
|
|
448
|
+
/**
|
|
449
|
+
* @description
|
|
450
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetContextKeysForCustomPolicy.html IAM: GetContextKeysForCustomPolicy}
|
|
451
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#GetContextKeysForCustomPolicy IAM: GetContextKeysForCustomPolicy}
|
|
452
|
+
*/
|
|
453
|
+
GetContextKeysForCustomPolicy: (input: { PolicyInputList: any[] }) => Promise<GetContextKeysForCustomPolicyResponse>
|
|
454
|
+
/**
|
|
455
|
+
* @description
|
|
456
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetContextKeysForPrincipalPolicy.html IAM: GetContextKeysForPrincipalPolicy}
|
|
457
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#GetContextKeysForPrincipalPolicy IAM: GetContextKeysForPrincipalPolicy}
|
|
458
|
+
*/
|
|
459
|
+
GetContextKeysForPrincipalPolicy: (input: { PolicySourceArn: string, PolicyInputList?: any[] }) => Promise<GetContextKeysForPrincipalPolicyResponse>
|
|
460
|
+
/** @description aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#GetCredentialReport IAM: GetCredentialReport} */
|
|
461
|
+
GetCredentialReport: () => Promise<GetCredentialReportResponse>
|
|
462
|
+
/**
|
|
463
|
+
* @description
|
|
464
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetGroup.html IAM: GetGroup}
|
|
465
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#GetGroup IAM: GetGroup}
|
|
466
|
+
*/
|
|
467
|
+
GetGroup: (input: { GroupName: string, Marker?: string, MaxItems?: number }) => Promise<GetGroupResponse>
|
|
468
|
+
/**
|
|
469
|
+
* @description
|
|
470
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetGroupPolicy.html IAM: GetGroupPolicy}
|
|
471
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#GetGroupPolicy IAM: GetGroupPolicy}
|
|
472
|
+
*/
|
|
473
|
+
GetGroupPolicy: (input: { GroupName: string, PolicyName: string }) => Promise<GetGroupPolicyResponse>
|
|
474
|
+
/**
|
|
475
|
+
* @description
|
|
476
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetInstanceProfile.html IAM: GetInstanceProfile}
|
|
477
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#GetInstanceProfile IAM: GetInstanceProfile}
|
|
478
|
+
*/
|
|
479
|
+
GetInstanceProfile: (input: { InstanceProfileName: string }) => Promise<GetInstanceProfileResponse>
|
|
480
|
+
/**
|
|
481
|
+
* @description
|
|
482
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetLoginProfile.html IAM: GetLoginProfile}
|
|
483
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#GetLoginProfile IAM: GetLoginProfile}
|
|
484
|
+
*/
|
|
485
|
+
GetLoginProfile: (input: { UserName: string }) => Promise<GetLoginProfileResponse>
|
|
486
|
+
/**
|
|
487
|
+
* @description
|
|
488
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetOpenIDConnectProvider.html IAM: GetOpenIDConnectProvider}
|
|
489
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#GetOpenIDConnectProvider IAM: GetOpenIDConnectProvider}
|
|
490
|
+
*/
|
|
491
|
+
GetOpenIDConnectProvider: (input: { OpenIDConnectProviderArn: string }) => Promise<GetOpenIDConnectProviderResponse>
|
|
492
|
+
/**
|
|
493
|
+
* @description
|
|
494
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetOrganizationsAccessReport.html IAM: GetOrganizationsAccessReport}
|
|
495
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#GetOrganizationsAccessReport IAM: GetOrganizationsAccessReport}
|
|
496
|
+
*/
|
|
497
|
+
GetOrganizationsAccessReport: (input: { JobId: string, Marker?: string, MaxItems?: number, SortKey?: string, paginate?: boolean }) => Promise<GetOrganizationsAccessReportResponse>
|
|
498
|
+
/**
|
|
499
|
+
* @description
|
|
500
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetPolicy.html IAM: GetPolicy}
|
|
501
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#GetPolicy IAM: GetPolicy}
|
|
502
|
+
*/
|
|
503
|
+
GetPolicy: (input: { PolicyArn: string }) => Promise<GetPolicyResponse>
|
|
504
|
+
/**
|
|
505
|
+
* @description
|
|
506
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetPolicyVersion.html IAM: GetPolicyVersion}
|
|
507
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#GetPolicyVersion IAM: GetPolicyVersion}
|
|
508
|
+
*/
|
|
509
|
+
GetPolicyVersion: (input: { PolicyArn: string, VersionId: string }) => Promise<GetPolicyVersionResponse>
|
|
26
510
|
/**
|
|
27
511
|
* @description
|
|
28
512
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetRole.html IAM: GetRole}
|
|
29
513
|
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#GetRole IAM: GetRole}
|
|
30
514
|
*/
|
|
31
515
|
GetRole: (input: { RoleName: string }) => Promise<GetRoleResponse>
|
|
516
|
+
/**
|
|
517
|
+
* @description
|
|
518
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetRolePolicy.html IAM: GetRolePolicy}
|
|
519
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#GetRolePolicy IAM: GetRolePolicy}
|
|
520
|
+
*/
|
|
521
|
+
GetRolePolicy: (input: { PolicyName: string, RoleName: string }) => Promise<GetRolePolicyResponse>
|
|
522
|
+
/**
|
|
523
|
+
* @description
|
|
524
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetServerCertificate.html IAM: GetServerCertificate}
|
|
525
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#GetServerCertificate IAM: GetServerCertificate}
|
|
526
|
+
*/
|
|
527
|
+
GetServerCertificate: (input: { ServerCertificateName: string }) => Promise<GetServerCertificateResponse>
|
|
528
|
+
/**
|
|
529
|
+
* @description
|
|
530
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetServiceLastAccessedDetails.html IAM: GetServiceLastAccessedDetails}
|
|
531
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#GetServiceLastAccessedDetails IAM: GetServiceLastAccessedDetails}
|
|
532
|
+
*/
|
|
533
|
+
GetServiceLastAccessedDetails: (input: { JobId: string, Marker?: string, MaxItems?: number, paginate?: boolean }) => Promise<GetServiceLastAccessedDetailsResponse>
|
|
534
|
+
/**
|
|
535
|
+
* @description
|
|
536
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetServiceLastAccessedDetailsWithEntities.html IAM: GetServiceLastAccessedDetailsWithEntities}
|
|
537
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#GetServiceLastAccessedDetailsWithEntities IAM: GetServiceLastAccessedDetailsWithEntities}
|
|
538
|
+
*/
|
|
539
|
+
GetServiceLastAccessedDetailsWithEntities: (input: { JobId: string, ServiceNamespace: string, Marker?: string, MaxItems?: number, paginate?: boolean }) => Promise<GetServiceLastAccessedDetailsWithEntitiesResponse>
|
|
540
|
+
/**
|
|
541
|
+
* @description
|
|
542
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetSSHPublicKey.html IAM: GetSSHPublicKey}
|
|
543
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#GetSSHPublicKey IAM: GetSSHPublicKey}
|
|
544
|
+
*/
|
|
545
|
+
GetSSHPublicKey: (input: { Encoding: string, SSHPublicKeyId: string, UserName: string }) => Promise<GetSSHPublicKeyResponse>
|
|
546
|
+
/**
|
|
547
|
+
* @description
|
|
548
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetUser.html IAM: GetUser}
|
|
549
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#GetUser IAM: GetUser}
|
|
550
|
+
*/
|
|
551
|
+
GetUser: (input: { UserName: string }) => Promise<GetUserResponse>
|
|
552
|
+
/**
|
|
553
|
+
* @description
|
|
554
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetUserPolicy.html IAM: GetUserPolicy}
|
|
555
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#GetUserPolicy IAM: GetUserPolicy}
|
|
556
|
+
*/
|
|
557
|
+
GetUserPolicy: (input: { PolicyName: string, UserName: string }) => Promise<GetUserPolicyResponse>
|
|
558
|
+
/**
|
|
559
|
+
* @description
|
|
560
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListAccessKeys.html IAM: ListAccessKeys}
|
|
561
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListAccessKeys IAM: ListAccessKeys}
|
|
562
|
+
*/
|
|
563
|
+
ListAccessKeys: (input: { Marker?: string, MaxItems?: number, UserName?: string, paginate?: boolean }) => Promise<ListAccessKeysResponse>
|
|
564
|
+
/**
|
|
565
|
+
* @description
|
|
566
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListAccountAliases.html IAM: ListAccountAliases}
|
|
567
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListAccountAliases IAM: ListAccountAliases}
|
|
568
|
+
*/
|
|
569
|
+
ListAccountAliases: (input: { Marker?: string, MaxItems?: number, paginate?: boolean }) => Promise<ListAccountAliasesResponse>
|
|
570
|
+
/**
|
|
571
|
+
* @description
|
|
572
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListAttachedGroupPolicies.html IAM: ListAttachedGroupPolicies}
|
|
573
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListAttachedGroupPolicies IAM: ListAttachedGroupPolicies}
|
|
574
|
+
*/
|
|
575
|
+
ListAttachedGroupPolicies: (input: { GroupName: string, Marker?: string, PathPrefix?: string, MaxItems?: number, paginate?: boolean }) => Promise<ListAttachedGroupPoliciesResponse>
|
|
576
|
+
/**
|
|
577
|
+
* @description
|
|
578
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListAttachedRolePolicies.html IAM: ListAttachedRolePolicies}
|
|
579
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListAttachedRolePolicies IAM: ListAttachedRolePolicies}
|
|
580
|
+
*/
|
|
581
|
+
ListAttachedRolePolicies: (input: { RoleName: string, Marker?: string, PathPrefix?: string, MaxItems?: number, paginate?: boolean }) => Promise<ListAttachedRolePoliciesResponse>
|
|
582
|
+
/**
|
|
583
|
+
* @description
|
|
584
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListAttachedUserPolicies.html IAM: ListAttachedUserPolicies}
|
|
585
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListAttachedUserPolicies IAM: ListAttachedUserPolicies}
|
|
586
|
+
*/
|
|
587
|
+
ListAttachedUserPolicies: (input: { UserName: string, Marker?: string, PathPrefix?: string, MaxItems?: number, paginate?: boolean }) => Promise<ListAttachedUserPoliciesResponse>
|
|
588
|
+
/**
|
|
589
|
+
* @description
|
|
590
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListEntitiesForPolicy.html IAM: ListEntitiesForPolicy}
|
|
591
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListEntitiesForPolicy IAM: ListEntitiesForPolicy}
|
|
592
|
+
*/
|
|
593
|
+
ListEntitiesForPolicy: (input: { PolicyArn: string, EntityFilter?: string, Marker?: string, MaxItems?: number, PathPrefix?: string, PolicyUsageFilter?: string }) => Promise<ListEntitiesForPolicyResponse>
|
|
594
|
+
/**
|
|
595
|
+
* @description
|
|
596
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListGroupPolicies.html IAM: ListGroupPolicies}
|
|
597
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListGroupPolicies IAM: ListGroupPolicies}
|
|
598
|
+
*/
|
|
599
|
+
ListGroupPolicies: (input: { GroupName: string, Marker?: string, MaxItems?: number, paginate?: boolean }) => Promise<ListGroupPoliciesResponse>
|
|
600
|
+
/**
|
|
601
|
+
* @description
|
|
602
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListGroups.html IAM: ListGroups}
|
|
603
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListGroups IAM: ListGroups}
|
|
604
|
+
*/
|
|
605
|
+
ListGroups: (input: { Marker?: string, MaxItems?: number, PathPrefix?: string, paginate?: boolean }) => Promise<ListGroupsResponse>
|
|
606
|
+
/**
|
|
607
|
+
* @description
|
|
608
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListGroupsForUser.html IAM: ListGroupsForUser}
|
|
609
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListGroupsForUser IAM: ListGroupsForUser}
|
|
610
|
+
*/
|
|
611
|
+
ListGroupsForUser: (input: { UserName: string, Marker?: string, MaxItems?: number, paginate?: boolean }) => Promise<ListGroupsForUserResponse>
|
|
612
|
+
/**
|
|
613
|
+
* @description
|
|
614
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListInstanceProfiles.html IAM: ListInstanceProfiles}
|
|
615
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListInstanceProfiles IAM: ListInstanceProfiles}
|
|
616
|
+
*/
|
|
617
|
+
ListInstanceProfiles: (input: { Marker?: string, MaxItems?: number, PathPrefix?: string, paginate?: boolean }) => Promise<ListInstanceProfilesResponse>
|
|
618
|
+
/**
|
|
619
|
+
* @description
|
|
620
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListInstanceProfilesForRole.html IAM: ListInstanceProfilesForRole}
|
|
621
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListInstanceProfilesForRole IAM: ListInstanceProfilesForRole}
|
|
622
|
+
*/
|
|
623
|
+
ListInstanceProfilesForRole: (input: { RoleName: string, Marker?: string, MaxItems?: number, paginate?: boolean }) => Promise<ListInstanceProfilesForRoleResponse>
|
|
624
|
+
/**
|
|
625
|
+
* @description
|
|
626
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListInstanceProfileTags.html IAM: ListInstanceProfileTags}
|
|
627
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListInstanceProfileTags IAM: ListInstanceProfileTags}
|
|
628
|
+
*/
|
|
629
|
+
ListInstanceProfileTags: (input: { InstanceProfileName: string, Marker?: string, MaxItems?: number, paginate?: boolean }) => Promise<ListInstanceProfileTagsResponse>
|
|
630
|
+
/** @description aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListOpenIDConnectProviders IAM: ListOpenIDConnectProviders} */
|
|
631
|
+
ListOpenIDConnectProviders: () => Promise<ListOpenIDConnectProvidersResponse>
|
|
632
|
+
/**
|
|
633
|
+
* @description
|
|
634
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListOpenIDConnectProviderTags.html IAM: ListOpenIDConnectProviderTags}
|
|
635
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListOpenIDConnectProviderTags IAM: ListOpenIDConnectProviderTags}
|
|
636
|
+
*/
|
|
637
|
+
ListOpenIDConnectProviderTags: (input: { OpenIDConnectProviderArn: string, Marker?: string, MaxItems?: number, paginate?: boolean }) => Promise<ListOpenIDConnectProviderTagsResponse>
|
|
638
|
+
/**
|
|
639
|
+
* @description
|
|
640
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListPolicies.html IAM: ListPolicies}
|
|
641
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListPolicies IAM: ListPolicies}
|
|
642
|
+
*/
|
|
643
|
+
ListPolicies: (input: { Marker?: string, MaxItems?: number, OnlyAttached?: boolean, PathPrefix?: string, PolicyUsageFilter?: string, Scope?: string, paginate?: boolean }) => Promise<ListPoliciesResponse>
|
|
644
|
+
/**
|
|
645
|
+
* @description
|
|
646
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListPoliciesGrantingServiceAccess.html IAM: ListPoliciesGrantingServiceAccess}
|
|
647
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListPoliciesGrantingServiceAccess IAM: ListPoliciesGrantingServiceAccess}
|
|
648
|
+
*/
|
|
649
|
+
ListPoliciesGrantingServiceAccess: (input: { Arn: string, ServiceNamespaces: any[], Marker?: string, paginate?: boolean }) => Promise<ListPoliciesGrantingServiceAccessResponse>
|
|
650
|
+
/**
|
|
651
|
+
* @description
|
|
652
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListPolicyTags.html IAM: ListPolicyTags}
|
|
653
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListPolicyTags IAM: ListPolicyTags}
|
|
654
|
+
*/
|
|
655
|
+
ListPolicyTags: (input: { PolicyArn: string, Marker?: string, MaxItems?: number, paginate?: boolean }) => Promise<ListPolicyTagsResponse>
|
|
656
|
+
/**
|
|
657
|
+
* @description
|
|
658
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListPolicyVersions.html IAM: ListPolicyVersions}
|
|
659
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListPolicyVersions IAM: ListPolicyVersions}
|
|
660
|
+
*/
|
|
661
|
+
ListPolicyVersions: (input: { PolicyArn: string, Marker?: string, MaxItems?: number, paginate?: boolean }) => Promise<ListPolicyVersionsResponse>
|
|
662
|
+
/**
|
|
663
|
+
* @description
|
|
664
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListRolePolicies.html IAM: ListRolePolicies}
|
|
665
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListRolePolicies IAM: ListRolePolicies}
|
|
666
|
+
*/
|
|
667
|
+
ListRolePolicies: (input: { RoleName: string, Marker?: string, MaxItems?: number, paginate?: boolean }) => Promise<ListRolePoliciesResponse>
|
|
668
|
+
/**
|
|
669
|
+
* @description
|
|
670
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListRoles.html IAM: ListRoles}
|
|
671
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListRoles IAM: ListRoles}
|
|
672
|
+
*/
|
|
673
|
+
ListRoles: (input: { Marker?: string, MaxItems?: number, PathPrefix?: string, paginate?: boolean }) => Promise<ListRolesResponse>
|
|
674
|
+
/**
|
|
675
|
+
* @description
|
|
676
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListRoleTags.html IAM: ListRoleTags}
|
|
677
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListRoleTags IAM: ListRoleTags}
|
|
678
|
+
*/
|
|
679
|
+
ListRoleTags: (input: { RoleName: string, Marker?: string, MaxItems?: number, paginate?: boolean }) => Promise<ListRoleTagsResponse>
|
|
680
|
+
/**
|
|
681
|
+
* @description
|
|
682
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListServerCertificates.html IAM: ListServerCertificates}
|
|
683
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListServerCertificates IAM: ListServerCertificates}
|
|
684
|
+
*/
|
|
685
|
+
ListServerCertificates: (input: { Marker?: string, MaxItems?: number, PathPrefix?: string, paginate?: boolean }) => Promise<ListServerCertificatesResponse>
|
|
686
|
+
/**
|
|
687
|
+
* @description
|
|
688
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListServerCertificateTags.html IAM: ListServerCertificateTags}
|
|
689
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListServerCertificateTags IAM: ListServerCertificateTags}
|
|
690
|
+
*/
|
|
691
|
+
ListServerCertificateTags: (input: { ServerCertificateName: string, Marker?: string, MaxItems?: number, paginate?: boolean }) => Promise<ListServerCertificateTagsResponse>
|
|
692
|
+
/**
|
|
693
|
+
* @description
|
|
694
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListServiceSpecificCredentials.html IAM: ListServiceSpecificCredentials}
|
|
695
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListServiceSpecificCredentials IAM: ListServiceSpecificCredentials}
|
|
696
|
+
*/
|
|
697
|
+
ListServiceSpecificCredentials: (input: { ServiceName?: string, UserName?: string }) => Promise<ListServiceSpecificCredentialsResponse>
|
|
698
|
+
/**
|
|
699
|
+
* @description
|
|
700
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListSigningCertificates.html IAM: ListSigningCertificates}
|
|
701
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListSigningCertificates IAM: ListSigningCertificates}
|
|
702
|
+
*/
|
|
703
|
+
ListSigningCertificates: (input: { Marker?: string, MaxItems?: number, UserName?: string }) => Promise<ListSigningCertificatesResponse>
|
|
704
|
+
/**
|
|
705
|
+
* @description
|
|
706
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListSSHPublicKeys.html IAM: ListSSHPublicKeys}
|
|
707
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListSSHPublicKeys IAM: ListSSHPublicKeys}
|
|
708
|
+
*/
|
|
709
|
+
ListSSHPublicKeys: (input: { Marker?: string, MaxItems?: number, UserName?: string }) => Promise<ListSSHPublicKeysResponse>
|
|
710
|
+
/**
|
|
711
|
+
* @description
|
|
712
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListUserPolicies.html IAM: ListUserPolicies}
|
|
713
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListUserPolicies IAM: ListUserPolicies}
|
|
714
|
+
*/
|
|
715
|
+
ListUserPolicies: (input: { UserName: string, Marker?: string, MaxItems?: number, paginate?: boolean }) => Promise<ListUserPoliciesResponse>
|
|
716
|
+
/**
|
|
717
|
+
* @description
|
|
718
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListUsers.html IAM: ListUsers}
|
|
719
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListUsers IAM: ListUsers}
|
|
720
|
+
*/
|
|
721
|
+
ListUsers: (input: { Marker?: string, MaxItems?: number, PathPrefix?: string, paginate?: boolean }) => Promise<ListUsersResponse>
|
|
722
|
+
/**
|
|
723
|
+
* @description
|
|
724
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListUserTags.html IAM: ListUserTags}
|
|
725
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListUserTags IAM: ListUserTags}
|
|
726
|
+
*/
|
|
727
|
+
ListUserTags: (input: { UserName: string, Marker?: string, MaxItems?: number, paginate?: boolean }) => Promise<ListUserTagsResponse>
|
|
728
|
+
/**
|
|
729
|
+
* @description
|
|
730
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListVirtualMFADevices.html IAM: ListVirtualMFADevices}
|
|
731
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ListVirtualMFADevices IAM: ListVirtualMFADevices}
|
|
732
|
+
*/
|
|
733
|
+
ListVirtualMFADevices: (input: { AssignmentStatus?: string, Marker?: string, MaxItems?: number, paginate?: boolean }) => Promise<ListVirtualMFADevicesResponse>
|
|
734
|
+
/**
|
|
735
|
+
* @description
|
|
736
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_PutGroupPolicy.html IAM: PutGroupPolicy}
|
|
737
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#PutGroupPolicy IAM: PutGroupPolicy}
|
|
738
|
+
*/
|
|
739
|
+
PutGroupPolicy: (input: { GroupName: string, PolicyDocument: string | Record<string, any>, PolicyName: string }) => Promise<PutGroupPolicyResponse>
|
|
740
|
+
/**
|
|
741
|
+
* @description
|
|
742
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_PutRolePermissionsBoundary.html IAM: PutRolePermissionsBoundary}
|
|
743
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#PutRolePermissionsBoundary IAM: PutRolePermissionsBoundary}
|
|
744
|
+
*/
|
|
745
|
+
PutRolePermissionsBoundary: (input: { PermissionsBoundary: string, RoleName: string }) => Promise<PutRolePermissionsBoundaryResponse>
|
|
746
|
+
/**
|
|
747
|
+
* @description
|
|
748
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_PutRolePolicy.html IAM: PutRolePolicy}
|
|
749
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#PutRolePolicy IAM: PutRolePolicy}
|
|
750
|
+
*/
|
|
751
|
+
PutRolePolicy: (input: { PolicyDocument: string | Record<string, any>, PolicyName: string, RoleName: string }) => Promise<PutRolePolicyResponse>
|
|
752
|
+
/**
|
|
753
|
+
* @description
|
|
754
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_PutUserPermissionsBoundary.html IAM: PutUserPermissionsBoundary}
|
|
755
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#PutUserPermissionsBoundary IAM: PutUserPermissionsBoundary}
|
|
756
|
+
*/
|
|
757
|
+
PutUserPermissionsBoundary: (input: { PermissionsBoundary: string, UserName: string }) => Promise<PutUserPermissionsBoundaryResponse>
|
|
758
|
+
/**
|
|
759
|
+
* @description
|
|
760
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_PutUserPolicy.html IAM: PutUserPolicy}
|
|
761
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#PutUserPolicy IAM: PutUserPolicy}
|
|
762
|
+
*/
|
|
763
|
+
PutUserPolicy: (input: { PolicyDocument: string | Record<string, any>, PolicyName: string, UserName: string }) => Promise<PutUserPolicyResponse>
|
|
764
|
+
/**
|
|
765
|
+
* @description
|
|
766
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_RemoveClientIDFromOpenIDConnectProvider.html IAM: RemoveClientIDFromOpenIDConnectProvider}
|
|
767
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#RemoveClientIDFromOpenIDConnectProvider IAM: RemoveClientIDFromOpenIDConnectProvider}
|
|
768
|
+
*/
|
|
769
|
+
RemoveClientIDFromOpenIDConnectProvider: (input: { ClientID: string, OpenIDConnectProviderArn: string }) => Promise<RemoveClientIDFromOpenIDConnectProviderResponse>
|
|
770
|
+
/**
|
|
771
|
+
* @description
|
|
772
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_RemoveRoleFromInstanceProfile.html IAM: RemoveRoleFromInstanceProfile}
|
|
773
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#RemoveRoleFromInstanceProfile IAM: RemoveRoleFromInstanceProfile}
|
|
774
|
+
*/
|
|
775
|
+
RemoveRoleFromInstanceProfile: (input: { InstanceProfileName: string, RoleName: string }) => Promise<RemoveRoleFromInstanceProfileResponse>
|
|
776
|
+
/**
|
|
777
|
+
* @description
|
|
778
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_RemoveUserFromGroup.html IAM: RemoveUserFromGroup}
|
|
779
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#RemoveUserFromGroup IAM: RemoveUserFromGroup}
|
|
780
|
+
*/
|
|
781
|
+
RemoveUserFromGroup: (input: { GroupName: string, UserName: string }) => Promise<RemoveUserFromGroupResponse>
|
|
782
|
+
/**
|
|
783
|
+
* @description
|
|
784
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_ResetServiceSpecificCredential.html IAM: ResetServiceSpecificCredential}
|
|
785
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#ResetServiceSpecificCredential IAM: ResetServiceSpecificCredential}
|
|
786
|
+
*/
|
|
787
|
+
ResetServiceSpecificCredential: (input: { ServiceSpecificCredentialId: string, UserName?: string }) => Promise<ResetServiceSpecificCredentialResponse>
|
|
788
|
+
/**
|
|
789
|
+
* @description
|
|
790
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_SetDefaultPolicyVersion.html IAM: SetDefaultPolicyVersion}
|
|
791
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#SetDefaultPolicyVersion IAM: SetDefaultPolicyVersion}
|
|
792
|
+
*/
|
|
793
|
+
SetDefaultPolicyVersion: (input: { PolicyArn: string, VersionId: string }) => Promise<SetDefaultPolicyVersionResponse>
|
|
794
|
+
/**
|
|
795
|
+
* @description
|
|
796
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_SetSecurityTokenServicePreferences.html IAM: SetSecurityTokenServicePreferences}
|
|
797
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#SetSecurityTokenServicePreferences IAM: SetSecurityTokenServicePreferences}
|
|
798
|
+
*/
|
|
799
|
+
SetSecurityTokenServicePreferences: (input: { GlobalEndpointTokenVersion: string }) => Promise<SetSecurityTokenServicePreferencesResponse>
|
|
800
|
+
/**
|
|
801
|
+
* @description
|
|
802
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_SimulateCustomPolicy.html IAM: SimulateCustomPolicy}
|
|
803
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#SimulateCustomPolicy IAM: SimulateCustomPolicy}
|
|
804
|
+
*/
|
|
805
|
+
SimulateCustomPolicy: (input: { ActionNames: any[], PolicyInputList: any[], CallerArn?: string, ContextEntries?: any[], Marker?: string, MaxItems?: number, PermissionsBoundaryPolicyInputList?: any[], ResourceArns?: any[], ResourceHandlingOption?: string, ResourceOwner?: string, ResourcePolicy?: string | Record<string, any>, paginate?: boolean }) => Promise<SimulateCustomPolicyResponse>
|
|
806
|
+
/**
|
|
807
|
+
* @description
|
|
808
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_SimulatePrincipalPolicy.html IAM: SimulatePrincipalPolicy}
|
|
809
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#SimulatePrincipalPolicy IAM: SimulatePrincipalPolicy}
|
|
810
|
+
*/
|
|
811
|
+
SimulatePrincipalPolicy: (input: { ActionNames: any[], PolicySourceArn: string, CallerArn?: string, ContextEntries?: any[], Marker?: string, MaxItems?: number, PermissionsBoundaryPolicyInputList?: any[], PolicyInputList?: any[], ResourceArns?: any[], ResourceHandlingOption?: string, ResourceOwner?: string, ResourcePolicy?: string | Record<string, any>, paginate?: boolean }) => Promise<SimulatePrincipalPolicyResponse>
|
|
812
|
+
/**
|
|
813
|
+
* @description
|
|
814
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_TagInstanceProfile.html IAM: TagInstanceProfile}
|
|
815
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#TagInstanceProfile IAM: TagInstanceProfile}
|
|
816
|
+
*/
|
|
817
|
+
TagInstanceProfile: (input: { InstanceProfileName: string, Tags: any[] }) => Promise<TagInstanceProfileResponse>
|
|
818
|
+
/**
|
|
819
|
+
* @description
|
|
820
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_TagOpenIDConnectProvider.html IAM: TagOpenIDConnectProvider}
|
|
821
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#TagOpenIDConnectProvider IAM: TagOpenIDConnectProvider}
|
|
822
|
+
*/
|
|
823
|
+
TagOpenIDConnectProvider: (input: { OpenIDConnectProviderArn: string, Tags: any[] }) => Promise<TagOpenIDConnectProviderResponse>
|
|
824
|
+
/**
|
|
825
|
+
* @description
|
|
826
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_TagPolicy.html IAM: TagPolicy}
|
|
827
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#TagPolicy IAM: TagPolicy}
|
|
828
|
+
*/
|
|
829
|
+
TagPolicy: (input: { PolicyArn: string, Tags: any[] }) => Promise<TagPolicyResponse>
|
|
830
|
+
/**
|
|
831
|
+
* @description
|
|
832
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_TagRole.html IAM: TagRole}
|
|
833
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#TagRole IAM: TagRole}
|
|
834
|
+
*/
|
|
835
|
+
TagRole: (input: { RoleName: string, Tags: any[] }) => Promise<TagRoleResponse>
|
|
836
|
+
/**
|
|
837
|
+
* @description
|
|
838
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_TagServerCertificate.html IAM: TagServerCertificate}
|
|
839
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#TagServerCertificate IAM: TagServerCertificate}
|
|
840
|
+
*/
|
|
841
|
+
TagServerCertificate: (input: { ServerCertificateName: string, Tags: any[] }) => Promise<TagServerCertificateResponse>
|
|
842
|
+
/**
|
|
843
|
+
* @description
|
|
844
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_TagUser.html IAM: TagUser}
|
|
845
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#TagUser IAM: TagUser}
|
|
846
|
+
*/
|
|
847
|
+
TagUser: (input: { UserName: string, Tags: any[] }) => Promise<TagUserResponse>
|
|
848
|
+
/**
|
|
849
|
+
* @description
|
|
850
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_UntagInstanceProfile.html IAM: UntagInstanceProfile}
|
|
851
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#UntagInstanceProfile IAM: UntagInstanceProfile}
|
|
852
|
+
*/
|
|
853
|
+
UntagInstanceProfile: (input: { InstanceProfileName: string, TagKeys: any[] }) => Promise<UntagInstanceProfileResponse>
|
|
854
|
+
/**
|
|
855
|
+
* @description
|
|
856
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_UntagOpenIDConnectProvider.html IAM: UntagOpenIDConnectProvider}
|
|
857
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#UntagOpenIDConnectProvider IAM: UntagOpenIDConnectProvider}
|
|
858
|
+
*/
|
|
859
|
+
UntagOpenIDConnectProvider: (input: { OpenIDConnectProviderArn: string, TagKeys: any[] }) => Promise<UntagOpenIDConnectProviderResponse>
|
|
860
|
+
/**
|
|
861
|
+
* @description
|
|
862
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_UntagPolicy.html IAM: UntagPolicy}
|
|
863
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#UntagPolicy IAM: UntagPolicy}
|
|
864
|
+
*/
|
|
865
|
+
UntagPolicy: (input: { PolicyArn: string, TagKeys: any[] }) => Promise<UntagPolicyResponse>
|
|
866
|
+
/**
|
|
867
|
+
* @description
|
|
868
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_UntagRole.html IAM: UntagRole}
|
|
869
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#UntagRole IAM: UntagRole}
|
|
870
|
+
*/
|
|
871
|
+
UntagRole: (input: { RoleName: string, TagKeys: any[] }) => Promise<UntagRoleResponse>
|
|
872
|
+
/**
|
|
873
|
+
* @description
|
|
874
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_UntagServerCertificate.html IAM: UntagServerCertificate}
|
|
875
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#UntagServerCertificate IAM: UntagServerCertificate}
|
|
876
|
+
*/
|
|
877
|
+
UntagServerCertificate: (input: { ServerCertificateName: string, TagKeys: any[] }) => Promise<UntagServerCertificateResponse>
|
|
878
|
+
/**
|
|
879
|
+
* @description
|
|
880
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_UntagUser.html IAM: UntagUser}
|
|
881
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#UntagUser IAM: UntagUser}
|
|
882
|
+
*/
|
|
883
|
+
UntagUser: (input: { UserName: string, TagKeys: any[] }) => Promise<UntagUserResponse>
|
|
884
|
+
/**
|
|
885
|
+
* @description
|
|
886
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_UpdateAccessKey.html IAM: UpdateAccessKey}
|
|
887
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#UpdateAccessKey IAM: UpdateAccessKey}
|
|
888
|
+
*/
|
|
889
|
+
UpdateAccessKey: (input: { AccessKeyId: string, Status: string, UserName?: string }) => Promise<UpdateAccessKeyResponse>
|
|
890
|
+
/**
|
|
891
|
+
* @description
|
|
892
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_UpdateAccountPasswordPolicy.html IAM: UpdateAccountPasswordPolicy}
|
|
893
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#UpdateAccountPasswordPolicy IAM: UpdateAccountPasswordPolicy}
|
|
894
|
+
*/
|
|
895
|
+
UpdateAccountPasswordPolicy: (input: { AllowUsersToChangePassword?: boolean, HardExpiry?: boolean, MaxPasswordAge?: number, MinimumPasswordLength?: number, PasswordReusePrevention?: number, RequireLowercaseCharacters?: boolean, RequireNumbers?: boolean, RequireSymbols?: boolean, RequireUppercaseCharacters?: boolean }) => Promise<UpdateAccountPasswordPolicyResponse>
|
|
896
|
+
/**
|
|
897
|
+
* @description
|
|
898
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_UpdateAssumeRolePolicy.html IAM: UpdateAssumeRolePolicy}
|
|
899
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#UpdateAssumeRolePolicy IAM: UpdateAssumeRolePolicy}
|
|
900
|
+
*/
|
|
901
|
+
UpdateAssumeRolePolicy: (input: { PolicyDocument: string | Record<string, any>, RoleName: string }) => Promise<UpdateAssumeRolePolicyResponse>
|
|
902
|
+
/**
|
|
903
|
+
* @description
|
|
904
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_UpdateGroup.html IAM: UpdateGroup}
|
|
905
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#UpdateGroup IAM: UpdateGroup}
|
|
906
|
+
*/
|
|
907
|
+
UpdateGroup: (input: { GroupName: string, NewGroupName?: string, NewPath?: string }) => Promise<UpdateGroupResponse>
|
|
908
|
+
/**
|
|
909
|
+
* @description
|
|
910
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_UpdateLoginProfile.html IAM: UpdateLoginProfile}
|
|
911
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#UpdateLoginProfile IAM: UpdateLoginProfile}
|
|
912
|
+
*/
|
|
913
|
+
UpdateLoginProfile: (input: { UserName: string, Password?: string, PasswordResetRequired?: boolean }) => Promise<UpdateLoginProfileResponse>
|
|
914
|
+
/**
|
|
915
|
+
* @description
|
|
916
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_UpdateOpenIDConnectProviderThumbprint.html IAM: UpdateOpenIDConnectProviderThumbprint}
|
|
917
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#UpdateOpenIDConnectProviderThumbprint IAM: UpdateOpenIDConnectProviderThumbprint}
|
|
918
|
+
*/
|
|
919
|
+
UpdateOpenIDConnectProviderThumbprint: (input: { OpenIDConnectProviderArn: string, ThumbprintList: any[] }) => Promise<UpdateOpenIDConnectProviderThumbprintResponse>
|
|
32
920
|
/**
|
|
33
921
|
* @description
|
|
34
922
|
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_UpdateRole.html IAM: UpdateRole}
|
|
35
923
|
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#UpdateRole IAM: UpdateRole}
|
|
36
924
|
*/
|
|
37
925
|
UpdateRole: (input: { RoleName: string, Description?: string, MaxSessionDuration?: number }) => Promise<UpdateRoleResponse>
|
|
926
|
+
/**
|
|
927
|
+
* @description
|
|
928
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_UpdateRoleDescription.html IAM: UpdateRoleDescription}
|
|
929
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#UpdateRoleDescription IAM: UpdateRoleDescription}
|
|
930
|
+
*/
|
|
931
|
+
UpdateRoleDescription: (input: { RoleName: string, Description?: string }) => Promise<UpdateRoleDescriptionResponse>
|
|
932
|
+
/**
|
|
933
|
+
* @description
|
|
934
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_UpdateServerCertificate.html IAM: UpdateServerCertificate}
|
|
935
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#UpdateServerCertificate IAM: UpdateServerCertificate}
|
|
936
|
+
*/
|
|
937
|
+
UpdateServerCertificate: (input: { ServerCertificateName: string, NewPath?: string, NewServerCertificateName?: string }) => Promise<UpdateServerCertificateResponse>
|
|
938
|
+
/**
|
|
939
|
+
* @description
|
|
940
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_UpdateServiceSpecificCredential.html IAM: UpdateServiceSpecificCredential}
|
|
941
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#UpdateServiceSpecificCredential IAM: UpdateServiceSpecificCredential}
|
|
942
|
+
*/
|
|
943
|
+
UpdateServiceSpecificCredential: (input: { ServiceSpecificCredentialId: string, Status: string, UserName?: string }) => Promise<UpdateServiceSpecificCredentialResponse>
|
|
944
|
+
/**
|
|
945
|
+
* @description
|
|
946
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_UpdateSigningCertificate.html IAM: UpdateSigningCertificate}
|
|
947
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#UpdateSigningCertificate IAM: UpdateSigningCertificate}
|
|
948
|
+
*/
|
|
949
|
+
UpdateSigningCertificate: (input: { CertificateId: string, Status: string, UserName?: string }) => Promise<UpdateSigningCertificateResponse>
|
|
950
|
+
/**
|
|
951
|
+
* @description
|
|
952
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_UpdateSSHPublicKey.html IAM: UpdateSSHPublicKey}
|
|
953
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#UpdateSSHPublicKey IAM: UpdateSSHPublicKey}
|
|
954
|
+
*/
|
|
955
|
+
UpdateSSHPublicKey: (input: { SSHPublicKeyId: string, Status: string, UserName: string }) => Promise<UpdateSSHPublicKeyResponse>
|
|
956
|
+
/**
|
|
957
|
+
* @description
|
|
958
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_UpdateUser.html IAM: UpdateUser}
|
|
959
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#UpdateUser IAM: UpdateUser}
|
|
960
|
+
*/
|
|
961
|
+
UpdateUser: (input: { UserName: string, NewPath?: string, NewUserName?: string }) => Promise<UpdateUserResponse>
|
|
962
|
+
/**
|
|
963
|
+
* @description
|
|
964
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_UploadServerCertificate.html IAM: UploadServerCertificate}
|
|
965
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#UploadServerCertificate IAM: UploadServerCertificate}
|
|
966
|
+
*/
|
|
967
|
+
UploadServerCertificate: (input: { CertificateBody: string, PrivateKey: string, ServerCertificateName: string, CertificateChain?: string, Path?: string, Tags?: any[] }) => Promise<UploadServerCertificateResponse>
|
|
968
|
+
/**
|
|
969
|
+
* @description
|
|
970
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_UploadSigningCertificate.html IAM: UploadSigningCertificate}
|
|
971
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#UploadSigningCertificate IAM: UploadSigningCertificate}
|
|
972
|
+
*/
|
|
973
|
+
UploadSigningCertificate: (input: { CertificateBody: string, UserName?: string }) => Promise<UploadSigningCertificateResponse>
|
|
974
|
+
/**
|
|
975
|
+
* @description
|
|
976
|
+
* - AWS docs: {@link https://docs.aws.amazon.com/IAM/latest/APIReference/API_UploadSSHPublicKey.html IAM: UploadSSHPublicKey}
|
|
977
|
+
* - aws-lite docs: {@link https://github.com/architect/aws-lite/blob/main/plugins/iam/readme.md#UploadSSHPublicKey IAM: UploadSSHPublicKey}
|
|
978
|
+
*/
|
|
979
|
+
UploadSSHPublicKey: (input: { SSHPublicKeyBody: string, UserName: string }) => Promise<UploadSSHPublicKeyResponse>
|
|
38
980
|
// $METHODS_END
|
|
39
981
|
}
|
|
40
982
|
|
|
@@ -48,9 +990,147 @@ export type {
|
|
|
48
990
|
AwsLiteIAM,
|
|
49
991
|
/* ! Do not remove EXPORT_START / EXPORT_END ! */
|
|
50
992
|
// $EXPORT_START
|
|
993
|
+
AddClientIDToOpenIDConnectProviderResponse,
|
|
994
|
+
AddRoleToInstanceProfileResponse,
|
|
995
|
+
AddUserToGroupResponse,
|
|
996
|
+
AttachGroupPolicyResponse,
|
|
997
|
+
AttachRolePolicyResponse,
|
|
998
|
+
AttachUserPolicyResponse,
|
|
999
|
+
ChangePasswordResponse,
|
|
1000
|
+
CreateAccessKeyResponse,
|
|
1001
|
+
CreateAccountAliasResponse,
|
|
1002
|
+
CreateGroupResponse,
|
|
1003
|
+
CreateInstanceProfileResponse,
|
|
1004
|
+
CreateLoginProfileResponse,
|
|
1005
|
+
CreateOpenIDConnectProviderResponse,
|
|
1006
|
+
CreatePolicyResponse,
|
|
1007
|
+
CreatePolicyVersionResponse,
|
|
51
1008
|
CreateRoleResponse,
|
|
1009
|
+
CreateServiceLinkedRoleResponse,
|
|
1010
|
+
CreateServiceSpecificCredentialResponse,
|
|
1011
|
+
CreateUserResponse,
|
|
1012
|
+
CreateVirtualMFADeviceResponse,
|
|
1013
|
+
DeleteAccessKeyResponse,
|
|
1014
|
+
DeleteAccountAliasResponse,
|
|
1015
|
+
DeleteAccountPasswordPolicyResponse,
|
|
1016
|
+
DeleteGroupResponse,
|
|
1017
|
+
DeleteGroupPolicyResponse,
|
|
1018
|
+
DeleteInstanceProfileResponse,
|
|
1019
|
+
DeleteLoginProfileResponse,
|
|
1020
|
+
DeleteOpenIDConnectProviderResponse,
|
|
1021
|
+
DeletePolicyResponse,
|
|
1022
|
+
DeletePolicyVersionResponse,
|
|
52
1023
|
DeleteRoleResponse,
|
|
1024
|
+
DeleteRolePermissionsBoundaryResponse,
|
|
1025
|
+
DeleteRolePolicyResponse,
|
|
1026
|
+
DeleteServerCertificateResponse,
|
|
1027
|
+
DeleteServiceLinkedRoleResponse,
|
|
1028
|
+
DeleteServiceSpecificCredentialResponse,
|
|
1029
|
+
DeleteSigningCertificateResponse,
|
|
1030
|
+
DeleteSSHPublicKeyResponse,
|
|
1031
|
+
DeleteUserResponse,
|
|
1032
|
+
DeleteUserPermissionsBoundaryResponse,
|
|
1033
|
+
DeleteUserPolicyResponse,
|
|
1034
|
+
DeleteVirtualMFADeviceResponse,
|
|
1035
|
+
DetachGroupPolicyResponse,
|
|
1036
|
+
DetachRolePolicyResponse,
|
|
1037
|
+
DetachUserPolicyResponse,
|
|
1038
|
+
GenerateCredentialReportResponse,
|
|
1039
|
+
GenerateOrganizationsAccessReportResponse,
|
|
1040
|
+
GenerateServiceLastAccessedDetailsResponse,
|
|
1041
|
+
GetAccessKeyLastUsedResponse,
|
|
1042
|
+
GetAccountAuthorizationDetailsResponse,
|
|
1043
|
+
GetAccountPasswordPolicyResponse,
|
|
1044
|
+
GetAccountSummaryResponse,
|
|
1045
|
+
GetContextKeysForCustomPolicyResponse,
|
|
1046
|
+
GetContextKeysForPrincipalPolicyResponse,
|
|
1047
|
+
GetCredentialReportResponse,
|
|
1048
|
+
GetGroupResponse,
|
|
1049
|
+
GetGroupPolicyResponse,
|
|
1050
|
+
GetInstanceProfileResponse,
|
|
1051
|
+
GetLoginProfileResponse,
|
|
1052
|
+
GetOpenIDConnectProviderResponse,
|
|
1053
|
+
GetOrganizationsAccessReportResponse,
|
|
1054
|
+
GetPolicyResponse,
|
|
1055
|
+
GetPolicyVersionResponse,
|
|
53
1056
|
GetRoleResponse,
|
|
1057
|
+
GetRolePolicyResponse,
|
|
1058
|
+
GetServerCertificateResponse,
|
|
1059
|
+
GetServiceLastAccessedDetailsResponse,
|
|
1060
|
+
GetServiceLastAccessedDetailsWithEntitiesResponse,
|
|
1061
|
+
GetSSHPublicKeyResponse,
|
|
1062
|
+
GetUserResponse,
|
|
1063
|
+
GetUserPolicyResponse,
|
|
1064
|
+
ListAccessKeysResponse,
|
|
1065
|
+
ListAccountAliasesResponse,
|
|
1066
|
+
ListAttachedGroupPoliciesResponse,
|
|
1067
|
+
ListAttachedRolePoliciesResponse,
|
|
1068
|
+
ListAttachedUserPoliciesResponse,
|
|
1069
|
+
ListEntitiesForPolicyResponse,
|
|
1070
|
+
ListGroupPoliciesResponse,
|
|
1071
|
+
ListGroupsResponse,
|
|
1072
|
+
ListGroupsForUserResponse,
|
|
1073
|
+
ListInstanceProfilesResponse,
|
|
1074
|
+
ListInstanceProfilesForRoleResponse,
|
|
1075
|
+
ListInstanceProfileTagsResponse,
|
|
1076
|
+
ListOpenIDConnectProvidersResponse,
|
|
1077
|
+
ListOpenIDConnectProviderTagsResponse,
|
|
1078
|
+
ListPoliciesResponse,
|
|
1079
|
+
ListPoliciesGrantingServiceAccessResponse,
|
|
1080
|
+
ListPolicyTagsResponse,
|
|
1081
|
+
ListPolicyVersionsResponse,
|
|
1082
|
+
ListRolePoliciesResponse,
|
|
1083
|
+
ListRolesResponse,
|
|
1084
|
+
ListRoleTagsResponse,
|
|
1085
|
+
ListServerCertificatesResponse,
|
|
1086
|
+
ListServerCertificateTagsResponse,
|
|
1087
|
+
ListServiceSpecificCredentialsResponse,
|
|
1088
|
+
ListSigningCertificatesResponse,
|
|
1089
|
+
ListSSHPublicKeysResponse,
|
|
1090
|
+
ListUserPoliciesResponse,
|
|
1091
|
+
ListUsersResponse,
|
|
1092
|
+
ListUserTagsResponse,
|
|
1093
|
+
ListVirtualMFADevicesResponse,
|
|
1094
|
+
PutGroupPolicyResponse,
|
|
1095
|
+
PutRolePermissionsBoundaryResponse,
|
|
1096
|
+
PutRolePolicyResponse,
|
|
1097
|
+
PutUserPermissionsBoundaryResponse,
|
|
1098
|
+
PutUserPolicyResponse,
|
|
1099
|
+
RemoveClientIDFromOpenIDConnectProviderResponse,
|
|
1100
|
+
RemoveRoleFromInstanceProfileResponse,
|
|
1101
|
+
RemoveUserFromGroupResponse,
|
|
1102
|
+
ResetServiceSpecificCredentialResponse,
|
|
1103
|
+
SetDefaultPolicyVersionResponse,
|
|
1104
|
+
SetSecurityTokenServicePreferencesResponse,
|
|
1105
|
+
SimulateCustomPolicyResponse,
|
|
1106
|
+
SimulatePrincipalPolicyResponse,
|
|
1107
|
+
TagInstanceProfileResponse,
|
|
1108
|
+
TagOpenIDConnectProviderResponse,
|
|
1109
|
+
TagPolicyResponse,
|
|
1110
|
+
TagRoleResponse,
|
|
1111
|
+
TagServerCertificateResponse,
|
|
1112
|
+
TagUserResponse,
|
|
1113
|
+
UntagInstanceProfileResponse,
|
|
1114
|
+
UntagOpenIDConnectProviderResponse,
|
|
1115
|
+
UntagPolicyResponse,
|
|
1116
|
+
UntagRoleResponse,
|
|
1117
|
+
UntagServerCertificateResponse,
|
|
1118
|
+
UntagUserResponse,
|
|
1119
|
+
UpdateAccessKeyResponse,
|
|
1120
|
+
UpdateAccountPasswordPolicyResponse,
|
|
1121
|
+
UpdateAssumeRolePolicyResponse,
|
|
1122
|
+
UpdateGroupResponse,
|
|
1123
|
+
UpdateLoginProfileResponse,
|
|
1124
|
+
UpdateOpenIDConnectProviderThumbprintResponse,
|
|
54
1125
|
UpdateRoleResponse,
|
|
1126
|
+
UpdateRoleDescriptionResponse,
|
|
1127
|
+
UpdateServerCertificateResponse,
|
|
1128
|
+
UpdateServiceSpecificCredentialResponse,
|
|
1129
|
+
UpdateSigningCertificateResponse,
|
|
1130
|
+
UpdateSSHPublicKeyResponse,
|
|
1131
|
+
UpdateUserResponse,
|
|
1132
|
+
UploadServerCertificateResponse,
|
|
1133
|
+
UploadSigningCertificateResponse,
|
|
1134
|
+
UploadSSHPublicKeyResponse,
|
|
55
1135
|
// $EXPORT_END
|
|
56
1136
|
}
|