@aws-sdk/client-iam 3.296.0 → 3.297.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/dist-cjs/protocols/Aws_query.js +159 -783
- package/dist-es/protocols/Aws_query.js +159 -783
- package/dist-types/IAM.d.ts +162 -2
- package/dist-types/IAMClient.d.ts +24 -4
- package/dist-types/commands/AddClientIDToOpenIDConnectProviderCommand.d.ts +16 -0
- package/dist-types/commands/AddRoleToInstanceProfileCommand.d.ts +20 -4
- package/dist-types/commands/AddUserToGroupCommand.d.ts +16 -0
- package/dist-types/commands/AttachGroupPolicyCommand.d.ts +16 -0
- package/dist-types/commands/AttachRolePolicyCommand.d.ts +20 -4
- package/dist-types/commands/AttachUserPolicyCommand.d.ts +16 -0
- package/dist-types/commands/ChangePasswordCommand.d.ts +16 -0
- package/dist-types/commands/CreateAccessKeyCommand.d.ts +16 -0
- package/dist-types/commands/CreateAccountAliasCommand.d.ts +16 -0
- package/dist-types/commands/CreateGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateInstanceProfileCommand.d.ts +16 -0
- package/dist-types/commands/CreateLoginProfileCommand.d.ts +16 -0
- package/dist-types/commands/CreateOpenIDConnectProviderCommand.d.ts +16 -0
- package/dist-types/commands/CreatePolicyCommand.d.ts +16 -0
- package/dist-types/commands/CreatePolicyVersionCommand.d.ts +16 -0
- package/dist-types/commands/CreateRoleCommand.d.ts +16 -0
- package/dist-types/commands/CreateSAMLProviderCommand.d.ts +16 -0
- package/dist-types/commands/CreateServiceLinkedRoleCommand.d.ts +16 -0
- package/dist-types/commands/CreateServiceSpecificCredentialCommand.d.ts +16 -0
- package/dist-types/commands/CreateUserCommand.d.ts +16 -0
- package/dist-types/commands/CreateVirtualMFADeviceCommand.d.ts +16 -0
- package/dist-types/commands/DeactivateMFADeviceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAccessKeyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAccountAliasCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAccountPasswordPolicyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteGroupPolicyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +16 -0
- package/dist-types/commands/DeleteLoginProfileCommand.d.ts +16 -0
- package/dist-types/commands/DeleteOpenIDConnectProviderCommand.d.ts +16 -0
- package/dist-types/commands/DeletePolicyCommand.d.ts +16 -0
- package/dist-types/commands/DeletePolicyVersionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteRoleCommand.d.ts +20 -4
- package/dist-types/commands/DeleteRolePermissionsBoundaryCommand.d.ts +22 -5
- package/dist-types/commands/DeleteRolePolicyCommand.d.ts +20 -4
- package/dist-types/commands/DeleteSAMLProviderCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSSHPublicKeyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteServerCertificateCommand.d.ts +16 -0
- package/dist-types/commands/DeleteServiceLinkedRoleCommand.d.ts +16 -0
- package/dist-types/commands/DeleteServiceSpecificCredentialCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSigningCertificateCommand.d.ts +16 -0
- package/dist-types/commands/DeleteUserCommand.d.ts +16 -0
- package/dist-types/commands/DeleteUserPermissionsBoundaryCommand.d.ts +16 -0
- package/dist-types/commands/DeleteUserPolicyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVirtualMFADeviceCommand.d.ts +16 -0
- package/dist-types/commands/DetachGroupPolicyCommand.d.ts +16 -0
- package/dist-types/commands/DetachRolePolicyCommand.d.ts +20 -4
- package/dist-types/commands/DetachUserPolicyCommand.d.ts +16 -0
- package/dist-types/commands/EnableMFADeviceCommand.d.ts +16 -0
- package/dist-types/commands/GenerateCredentialReportCommand.d.ts +16 -0
- package/dist-types/commands/GenerateOrganizationsAccessReportCommand.d.ts +16 -0
- package/dist-types/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +16 -0
- package/dist-types/commands/GetAccessKeyLastUsedCommand.d.ts +16 -0
- package/dist-types/commands/GetAccountAuthorizationDetailsCommand.d.ts +16 -0
- package/dist-types/commands/GetAccountPasswordPolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetAccountSummaryCommand.d.ts +16 -0
- package/dist-types/commands/GetContextKeysForCustomPolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetContextKeysForPrincipalPolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetCredentialReportCommand.d.ts +16 -0
- package/dist-types/commands/GetGroupCommand.d.ts +16 -0
- package/dist-types/commands/GetGroupPolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetInstanceProfileCommand.d.ts +16 -0
- package/dist-types/commands/GetLoginProfileCommand.d.ts +16 -0
- package/dist-types/commands/GetOpenIDConnectProviderCommand.d.ts +16 -0
- package/dist-types/commands/GetOrganizationsAccessReportCommand.d.ts +16 -0
- package/dist-types/commands/GetPolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetPolicyVersionCommand.d.ts +16 -0
- package/dist-types/commands/GetRoleCommand.d.ts +16 -0
- package/dist-types/commands/GetRolePolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetSAMLProviderCommand.d.ts +16 -0
- package/dist-types/commands/GetSSHPublicKeyCommand.d.ts +16 -0
- package/dist-types/commands/GetServerCertificateCommand.d.ts +16 -0
- package/dist-types/commands/GetServiceLastAccessedDetailsCommand.d.ts +16 -0
- package/dist-types/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.d.ts +16 -0
- package/dist-types/commands/GetServiceLinkedRoleDeletionStatusCommand.d.ts +16 -0
- package/dist-types/commands/GetUserCommand.d.ts +16 -0
- package/dist-types/commands/GetUserPolicyCommand.d.ts +16 -0
- package/dist-types/commands/ListAccessKeysCommand.d.ts +16 -0
- package/dist-types/commands/ListAccountAliasesCommand.d.ts +16 -0
- package/dist-types/commands/ListAttachedGroupPoliciesCommand.d.ts +16 -0
- package/dist-types/commands/ListAttachedRolePoliciesCommand.d.ts +16 -0
- package/dist-types/commands/ListAttachedUserPoliciesCommand.d.ts +16 -0
- package/dist-types/commands/ListEntitiesForPolicyCommand.d.ts +16 -0
- package/dist-types/commands/ListGroupPoliciesCommand.d.ts +16 -0
- package/dist-types/commands/ListGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListGroupsForUserCommand.d.ts +16 -0
- package/dist-types/commands/ListInstanceProfileTagsCommand.d.ts +16 -0
- package/dist-types/commands/ListInstanceProfilesCommand.d.ts +16 -0
- package/dist-types/commands/ListInstanceProfilesForRoleCommand.d.ts +16 -0
- package/dist-types/commands/ListMFADeviceTagsCommand.d.ts +16 -0
- package/dist-types/commands/ListMFADevicesCommand.d.ts +16 -0
- package/dist-types/commands/ListOpenIDConnectProviderTagsCommand.d.ts +16 -0
- package/dist-types/commands/ListOpenIDConnectProvidersCommand.d.ts +16 -0
- package/dist-types/commands/ListPoliciesCommand.d.ts +16 -0
- package/dist-types/commands/ListPoliciesGrantingServiceAccessCommand.d.ts +16 -0
- package/dist-types/commands/ListPolicyTagsCommand.d.ts +16 -0
- package/dist-types/commands/ListPolicyVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListRolePoliciesCommand.d.ts +16 -0
- package/dist-types/commands/ListRoleTagsCommand.d.ts +16 -0
- package/dist-types/commands/ListRolesCommand.d.ts +16 -0
- package/dist-types/commands/ListSAMLProviderTagsCommand.d.ts +16 -0
- package/dist-types/commands/ListSAMLProvidersCommand.d.ts +16 -0
- package/dist-types/commands/ListSSHPublicKeysCommand.d.ts +16 -0
- package/dist-types/commands/ListServerCertificateTagsCommand.d.ts +16 -0
- package/dist-types/commands/ListServerCertificatesCommand.d.ts +16 -0
- package/dist-types/commands/ListServiceSpecificCredentialsCommand.d.ts +16 -0
- package/dist-types/commands/ListSigningCertificatesCommand.d.ts +16 -0
- package/dist-types/commands/ListUserPoliciesCommand.d.ts +16 -0
- package/dist-types/commands/ListUserTagsCommand.d.ts +16 -0
- package/dist-types/commands/ListUsersCommand.d.ts +16 -0
- package/dist-types/commands/ListVirtualMFADevicesCommand.d.ts +16 -0
- package/dist-types/commands/PutGroupPolicyCommand.d.ts +16 -0
- package/dist-types/commands/PutRolePermissionsBoundaryCommand.d.ts +21 -5
- package/dist-types/commands/PutRolePolicyCommand.d.ts +20 -4
- package/dist-types/commands/PutUserPermissionsBoundaryCommand.d.ts +16 -0
- package/dist-types/commands/PutUserPolicyCommand.d.ts +16 -0
- package/dist-types/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +16 -0
- package/dist-types/commands/RemoveRoleFromInstanceProfileCommand.d.ts +20 -4
- package/dist-types/commands/RemoveUserFromGroupCommand.d.ts +16 -0
- package/dist-types/commands/ResetServiceSpecificCredentialCommand.d.ts +16 -0
- package/dist-types/commands/ResyncMFADeviceCommand.d.ts +16 -0
- package/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +16 -0
- package/dist-types/commands/SetSecurityTokenServicePreferencesCommand.d.ts +16 -0
- package/dist-types/commands/SimulateCustomPolicyCommand.d.ts +16 -0
- package/dist-types/commands/SimulatePrincipalPolicyCommand.d.ts +16 -0
- package/dist-types/commands/TagInstanceProfileCommand.d.ts +16 -0
- package/dist-types/commands/TagMFADeviceCommand.d.ts +16 -0
- package/dist-types/commands/TagOpenIDConnectProviderCommand.d.ts +16 -0
- package/dist-types/commands/TagPolicyCommand.d.ts +16 -0
- package/dist-types/commands/TagRoleCommand.d.ts +16 -0
- package/dist-types/commands/TagSAMLProviderCommand.d.ts +16 -0
- package/dist-types/commands/TagServerCertificateCommand.d.ts +16 -0
- package/dist-types/commands/TagUserCommand.d.ts +16 -0
- package/dist-types/commands/UntagInstanceProfileCommand.d.ts +16 -0
- package/dist-types/commands/UntagMFADeviceCommand.d.ts +16 -0
- package/dist-types/commands/UntagOpenIDConnectProviderCommand.d.ts +16 -0
- package/dist-types/commands/UntagPolicyCommand.d.ts +16 -0
- package/dist-types/commands/UntagRoleCommand.d.ts +16 -0
- package/dist-types/commands/UntagSAMLProviderCommand.d.ts +16 -0
- package/dist-types/commands/UntagServerCertificateCommand.d.ts +16 -0
- package/dist-types/commands/UntagUserCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAccessKeyCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAccountPasswordPolicyCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAssumeRolePolicyCommand.d.ts +20 -4
- package/dist-types/commands/UpdateGroupCommand.d.ts +16 -0
- package/dist-types/commands/UpdateLoginProfileCommand.d.ts +16 -0
- package/dist-types/commands/UpdateOpenIDConnectProviderThumbprintCommand.d.ts +16 -0
- package/dist-types/commands/UpdateRoleCommand.d.ts +20 -4
- package/dist-types/commands/UpdateRoleDescriptionCommand.d.ts +20 -4
- package/dist-types/commands/UpdateSAMLProviderCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSSHPublicKeyCommand.d.ts +16 -0
- package/dist-types/commands/UpdateServerCertificateCommand.d.ts +16 -0
- package/dist-types/commands/UpdateServiceSpecificCredentialCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSigningCertificateCommand.d.ts +16 -0
- package/dist-types/commands/UpdateUserCommand.d.ts +16 -0
- package/dist-types/commands/UploadSSHPublicKeyCommand.d.ts +16 -0
- package/dist-types/commands/UploadServerCertificateCommand.d.ts +16 -0
- package/dist-types/commands/UploadSigningCertificateCommand.d.ts +16 -0
- package/dist-types/models/IAMServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +649 -7
- package/dist-types/models/models_1.d.ts +83 -1
- package/dist-types/pagination/GetAccountAuthorizationDetailsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetGroupPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListAccessKeysPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAccountAliasesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAttachedGroupPoliciesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAttachedRolePoliciesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAttachedUserPoliciesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListEntitiesForPolicyPaginator.d.ts +3 -0
- package/dist-types/pagination/ListGroupPoliciesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListGroupsForUserPaginator.d.ts +3 -0
- package/dist-types/pagination/ListGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListInstanceProfilesForRolePaginator.d.ts +3 -0
- package/dist-types/pagination/ListInstanceProfilesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListMFADevicesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPoliciesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPolicyVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListRolePoliciesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListRolesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSSHPublicKeysPaginator.d.ts +3 -0
- package/dist-types/pagination/ListServerCertificatesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSigningCertificatesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListUserPoliciesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListUserTagsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListUsersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListVirtualMFADevicesPaginator.d.ts +3 -0
- package/dist-types/pagination/SimulateCustomPolicyPaginator.d.ts +3 -0
- package/dist-types/pagination/SimulatePrincipalPolicyPaginator.d.ts +3 -0
- package/package.json +3 -3
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { IAMServiceException as __BaseException } from "./IAMServiceException";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
3
6
|
export declare enum AccessAdvisorUsageGranularityType {
|
|
4
7
|
ACTION_LEVEL = "ACTION_LEVEL",
|
|
5
8
|
SERVICE_LEVEL = "SERVICE_LEVEL"
|
|
6
9
|
}
|
|
7
10
|
/**
|
|
11
|
+
* @public
|
|
8
12
|
* <p>An object that contains details about when a principal in the reported Organizations entity
|
|
9
13
|
* last attempted to access an Amazon Web Services service. A principal can be an IAM user, an IAM role,
|
|
10
14
|
* or the Amazon Web Services account root user within the reported Organizations entity.</p>
|
|
@@ -53,11 +57,15 @@ export interface AccessDetail {
|
|
|
53
57
|
*/
|
|
54
58
|
TotalAuthenticatedEntities?: number;
|
|
55
59
|
}
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
56
63
|
export declare enum StatusType {
|
|
57
64
|
Active = "Active",
|
|
58
65
|
Inactive = "Inactive"
|
|
59
66
|
}
|
|
60
67
|
/**
|
|
68
|
+
* @public
|
|
61
69
|
* <p>Contains information about an Amazon Web Services access key.</p>
|
|
62
70
|
* <p> This data type is used as a response element in the <a>CreateAccessKey</a>
|
|
63
71
|
* and <a>ListAccessKeys</a> operations. </p>
|
|
@@ -91,6 +99,7 @@ export interface AccessKey {
|
|
|
91
99
|
CreateDate?: Date;
|
|
92
100
|
}
|
|
93
101
|
/**
|
|
102
|
+
* @public
|
|
94
103
|
* <p>Contains information about the last time an Amazon Web Services access key was used since IAM began
|
|
95
104
|
* tracking this information on April 22, 2015.</p>
|
|
96
105
|
* <p>This data type is used as a response element in the <a>GetAccessKeyLastUsed</a> operation.</p>
|
|
@@ -152,6 +161,7 @@ export interface AccessKeyLastUsed {
|
|
|
152
161
|
Region: string | undefined;
|
|
153
162
|
}
|
|
154
163
|
/**
|
|
164
|
+
* @public
|
|
155
165
|
* <p>Contains information about an Amazon Web Services access key, without its secret key.</p>
|
|
156
166
|
* <p>This data type is used as a response element in the <a>ListAccessKeys</a>
|
|
157
167
|
* operation.</p>
|
|
@@ -175,6 +185,9 @@ export interface AccessKeyMetadata {
|
|
|
175
185
|
*/
|
|
176
186
|
CreateDate?: Date;
|
|
177
187
|
}
|
|
188
|
+
/**
|
|
189
|
+
* @public
|
|
190
|
+
*/
|
|
178
191
|
export interface AddClientIDToOpenIDConnectProviderRequest {
|
|
179
192
|
/**
|
|
180
193
|
* <p>The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider resource to
|
|
@@ -188,6 +201,7 @@ export interface AddClientIDToOpenIDConnectProviderRequest {
|
|
|
188
201
|
ClientID: string | undefined;
|
|
189
202
|
}
|
|
190
203
|
/**
|
|
204
|
+
* @public
|
|
191
205
|
* <p>The request was rejected because an invalid or out-of-range value was supplied for an
|
|
192
206
|
* input parameter.</p>
|
|
193
207
|
*/
|
|
@@ -200,6 +214,7 @@ export declare class InvalidInputException extends __BaseException {
|
|
|
200
214
|
constructor(opts: __ExceptionOptionType<InvalidInputException, __BaseException>);
|
|
201
215
|
}
|
|
202
216
|
/**
|
|
217
|
+
* @public
|
|
203
218
|
* <p>The request was rejected because it attempted to create resources beyond the current
|
|
204
219
|
* Amazon Web Services account limits. The error message describes the limit exceeded.</p>
|
|
205
220
|
*/
|
|
@@ -212,6 +227,7 @@ export declare class LimitExceededException extends __BaseException {
|
|
|
212
227
|
constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
|
|
213
228
|
}
|
|
214
229
|
/**
|
|
230
|
+
* @public
|
|
215
231
|
* <p>The request was rejected because it referenced a resource entity that does not exist. The
|
|
216
232
|
* error message describes the resource.</p>
|
|
217
233
|
*/
|
|
@@ -224,6 +240,7 @@ export declare class NoSuchEntityException extends __BaseException {
|
|
|
224
240
|
constructor(opts: __ExceptionOptionType<NoSuchEntityException, __BaseException>);
|
|
225
241
|
}
|
|
226
242
|
/**
|
|
243
|
+
* @public
|
|
227
244
|
* <p>The request processing has failed because of an unknown error, exception or
|
|
228
245
|
* failure.</p>
|
|
229
246
|
*/
|
|
@@ -235,6 +252,9 @@ export declare class ServiceFailureException extends __BaseException {
|
|
|
235
252
|
*/
|
|
236
253
|
constructor(opts: __ExceptionOptionType<ServiceFailureException, __BaseException>);
|
|
237
254
|
}
|
|
255
|
+
/**
|
|
256
|
+
* @public
|
|
257
|
+
*/
|
|
238
258
|
export interface AddRoleToInstanceProfileRequest {
|
|
239
259
|
/**
|
|
240
260
|
* <p>The name of the instance profile to update.</p>
|
|
@@ -250,6 +270,7 @@ export interface AddRoleToInstanceProfileRequest {
|
|
|
250
270
|
RoleName: string | undefined;
|
|
251
271
|
}
|
|
252
272
|
/**
|
|
273
|
+
* @public
|
|
253
274
|
* <p>The request was rejected because it attempted to create a resource that already
|
|
254
275
|
* exists.</p>
|
|
255
276
|
*/
|
|
@@ -262,10 +283,11 @@ export declare class EntityAlreadyExistsException extends __BaseException {
|
|
|
262
283
|
constructor(opts: __ExceptionOptionType<EntityAlreadyExistsException, __BaseException>);
|
|
263
284
|
}
|
|
264
285
|
/**
|
|
265
|
-
*
|
|
266
|
-
*
|
|
267
|
-
* service that depends on
|
|
268
|
-
* service
|
|
286
|
+
* @public
|
|
287
|
+
* <p>The request was rejected because service-linked roles are protected Amazon Web Services resources. Only
|
|
288
|
+
* the service that depends on the service-linked role can modify or delete the role on your
|
|
289
|
+
* behalf. The error message includes the name of the service that depends on this service-linked
|
|
290
|
+
* role. You must request the change through that service.</p>
|
|
269
291
|
*/
|
|
270
292
|
export declare class UnmodifiableEntityException extends __BaseException {
|
|
271
293
|
readonly name: "UnmodifiableEntityException";
|
|
@@ -275,6 +297,9 @@ export declare class UnmodifiableEntityException extends __BaseException {
|
|
|
275
297
|
*/
|
|
276
298
|
constructor(opts: __ExceptionOptionType<UnmodifiableEntityException, __BaseException>);
|
|
277
299
|
}
|
|
300
|
+
/**
|
|
301
|
+
* @public
|
|
302
|
+
*/
|
|
278
303
|
export interface AddUserToGroupRequest {
|
|
279
304
|
/**
|
|
280
305
|
* <p>The name of the group to update.</p>
|
|
@@ -289,15 +314,22 @@ export interface AddUserToGroupRequest {
|
|
|
289
314
|
*/
|
|
290
315
|
UserName: string | undefined;
|
|
291
316
|
}
|
|
317
|
+
/**
|
|
318
|
+
* @public
|
|
319
|
+
*/
|
|
292
320
|
export declare enum AssignmentStatusType {
|
|
293
321
|
Any = "Any",
|
|
294
322
|
Assigned = "Assigned",
|
|
295
323
|
Unassigned = "Unassigned"
|
|
296
324
|
}
|
|
325
|
+
/**
|
|
326
|
+
* @public
|
|
327
|
+
*/
|
|
297
328
|
export declare enum PermissionsBoundaryAttachmentType {
|
|
298
329
|
Policy = "PermissionsBoundaryPolicy"
|
|
299
330
|
}
|
|
300
331
|
/**
|
|
332
|
+
* @public
|
|
301
333
|
* <p>Contains information about an attached permissions boundary.</p>
|
|
302
334
|
* <p>An attached permissions boundary is a managed policy that has been attached to a user or
|
|
303
335
|
* role to set the permissions boundary.</p>
|
|
@@ -317,6 +349,7 @@ export interface AttachedPermissionsBoundary {
|
|
|
317
349
|
PermissionsBoundaryArn?: string;
|
|
318
350
|
}
|
|
319
351
|
/**
|
|
352
|
+
* @public
|
|
320
353
|
* <p>Contains information about an attached policy.</p>
|
|
321
354
|
* <p>An attached policy is a managed policy that has been attached to a user, group, or role.
|
|
322
355
|
* This data type is used as a response element in the <a>ListAttachedGroupPolicies</a>, <a>ListAttachedRolePolicies</a>, <a>ListAttachedUserPolicies</a>, and <a>GetAccountAuthorizationDetails</a> operations. </p>
|
|
@@ -335,6 +368,9 @@ export interface AttachedPolicy {
|
|
|
335
368
|
*/
|
|
336
369
|
PolicyArn?: string;
|
|
337
370
|
}
|
|
371
|
+
/**
|
|
372
|
+
* @public
|
|
373
|
+
*/
|
|
338
374
|
export interface AttachGroupPolicyRequest {
|
|
339
375
|
/**
|
|
340
376
|
* <p>The name (friendly name, not ARN) of the group to attach the policy to.</p>
|
|
@@ -349,6 +385,7 @@ export interface AttachGroupPolicyRequest {
|
|
|
349
385
|
PolicyArn: string | undefined;
|
|
350
386
|
}
|
|
351
387
|
/**
|
|
388
|
+
* @public
|
|
352
389
|
* <p>The request failed because Amazon Web Services service role policies can only be attached to the
|
|
353
390
|
* service-linked role for that service.</p>
|
|
354
391
|
*/
|
|
@@ -360,6 +397,9 @@ export declare class PolicyNotAttachableException extends __BaseException {
|
|
|
360
397
|
*/
|
|
361
398
|
constructor(opts: __ExceptionOptionType<PolicyNotAttachableException, __BaseException>);
|
|
362
399
|
}
|
|
400
|
+
/**
|
|
401
|
+
* @public
|
|
402
|
+
*/
|
|
363
403
|
export interface AttachRolePolicyRequest {
|
|
364
404
|
/**
|
|
365
405
|
* <p>The name (friendly name, not ARN) of the role to attach the policy to.</p>
|
|
@@ -373,6 +413,9 @@ export interface AttachRolePolicyRequest {
|
|
|
373
413
|
*/
|
|
374
414
|
PolicyArn: string | undefined;
|
|
375
415
|
}
|
|
416
|
+
/**
|
|
417
|
+
* @public
|
|
418
|
+
*/
|
|
376
419
|
export interface AttachUserPolicyRequest {
|
|
377
420
|
/**
|
|
378
421
|
* <p>The name (friendly name, not ARN) of the IAM user to attach the policy to.</p>
|
|
@@ -386,6 +429,9 @@ export interface AttachUserPolicyRequest {
|
|
|
386
429
|
*/
|
|
387
430
|
PolicyArn: string | undefined;
|
|
388
431
|
}
|
|
432
|
+
/**
|
|
433
|
+
* @public
|
|
434
|
+
*/
|
|
389
435
|
export interface ChangePasswordRequest {
|
|
390
436
|
/**
|
|
391
437
|
* <p>The IAM user's current password.</p>
|
|
@@ -405,6 +451,7 @@ export interface ChangePasswordRequest {
|
|
|
405
451
|
NewPassword: string | undefined;
|
|
406
452
|
}
|
|
407
453
|
/**
|
|
454
|
+
* @public
|
|
408
455
|
* <p>The request was rejected because it referenced an entity that is temporarily unmodifiable,
|
|
409
456
|
* such as a user name that was deleted and then recreated. The error indicates that the request
|
|
410
457
|
* is likely to succeed if you try again after waiting several minutes. The error message
|
|
@@ -419,6 +466,7 @@ export declare class EntityTemporarilyUnmodifiableException extends __BaseExcept
|
|
|
419
466
|
constructor(opts: __ExceptionOptionType<EntityTemporarilyUnmodifiableException, __BaseException>);
|
|
420
467
|
}
|
|
421
468
|
/**
|
|
469
|
+
* @public
|
|
422
470
|
* <p>The request was rejected because the type of user for the transaction was
|
|
423
471
|
* incorrect.</p>
|
|
424
472
|
*/
|
|
@@ -431,6 +479,7 @@ export declare class InvalidUserTypeException extends __BaseException {
|
|
|
431
479
|
constructor(opts: __ExceptionOptionType<InvalidUserTypeException, __BaseException>);
|
|
432
480
|
}
|
|
433
481
|
/**
|
|
482
|
+
* @public
|
|
434
483
|
* <p>The request was rejected because the provided password did not meet the requirements
|
|
435
484
|
* imposed by the account password policy.</p>
|
|
436
485
|
*/
|
|
@@ -442,6 +491,9 @@ export declare class PasswordPolicyViolationException extends __BaseException {
|
|
|
442
491
|
*/
|
|
443
492
|
constructor(opts: __ExceptionOptionType<PasswordPolicyViolationException, __BaseException>);
|
|
444
493
|
}
|
|
494
|
+
/**
|
|
495
|
+
* @public
|
|
496
|
+
*/
|
|
445
497
|
export interface CreateAccessKeyRequest {
|
|
446
498
|
/**
|
|
447
499
|
* <p>The name of the IAM user that the new key will belong to.</p>
|
|
@@ -451,6 +503,7 @@ export interface CreateAccessKeyRequest {
|
|
|
451
503
|
UserName?: string;
|
|
452
504
|
}
|
|
453
505
|
/**
|
|
506
|
+
* @public
|
|
454
507
|
* <p>Contains the response to a successful <a>CreateAccessKey</a> request.
|
|
455
508
|
* </p>
|
|
456
509
|
*/
|
|
@@ -460,6 +513,9 @@ export interface CreateAccessKeyResponse {
|
|
|
460
513
|
*/
|
|
461
514
|
AccessKey: AccessKey | undefined;
|
|
462
515
|
}
|
|
516
|
+
/**
|
|
517
|
+
* @public
|
|
518
|
+
*/
|
|
463
519
|
export interface CreateAccountAliasRequest {
|
|
464
520
|
/**
|
|
465
521
|
* <p>The account alias to create.</p>
|
|
@@ -469,6 +525,9 @@ export interface CreateAccountAliasRequest {
|
|
|
469
525
|
*/
|
|
470
526
|
AccountAlias: string | undefined;
|
|
471
527
|
}
|
|
528
|
+
/**
|
|
529
|
+
* @public
|
|
530
|
+
*/
|
|
472
531
|
export interface CreateGroupRequest {
|
|
473
532
|
/**
|
|
474
533
|
* <p> The path to the group. For more information about paths, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM
|
|
@@ -489,6 +548,7 @@ export interface CreateGroupRequest {
|
|
|
489
548
|
GroupName: string | undefined;
|
|
490
549
|
}
|
|
491
550
|
/**
|
|
551
|
+
* @public
|
|
492
552
|
* <p>Contains information about an IAM group entity.</p>
|
|
493
553
|
* <p>This data type is used as a response element in the following operations:</p>
|
|
494
554
|
* <ul>
|
|
@@ -538,6 +598,7 @@ export interface Group {
|
|
|
538
598
|
CreateDate: Date | undefined;
|
|
539
599
|
}
|
|
540
600
|
/**
|
|
601
|
+
* @public
|
|
541
602
|
* <p>Contains the response to a successful <a>CreateGroup</a> request. </p>
|
|
542
603
|
*/
|
|
543
604
|
export interface CreateGroupResponse {
|
|
@@ -547,6 +608,7 @@ export interface CreateGroupResponse {
|
|
|
547
608
|
Group: Group | undefined;
|
|
548
609
|
}
|
|
549
610
|
/**
|
|
611
|
+
* @public
|
|
550
612
|
* <p>The request was rejected because multiple requests to change this object were submitted
|
|
551
613
|
* simultaneously. Wait a few minutes and submit your request again.</p>
|
|
552
614
|
*/
|
|
@@ -559,6 +621,7 @@ export declare class ConcurrentModificationException extends __BaseException {
|
|
|
559
621
|
constructor(opts: __ExceptionOptionType<ConcurrentModificationException, __BaseException>);
|
|
560
622
|
}
|
|
561
623
|
/**
|
|
624
|
+
* @public
|
|
562
625
|
* <p>A structure that represents user-provided metadata that can be associated with an IAM
|
|
563
626
|
* resource. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the
|
|
564
627
|
* <i>IAM User Guide</i>.</p>
|
|
@@ -584,6 +647,9 @@ export interface Tag {
|
|
|
584
647
|
*/
|
|
585
648
|
Value: string | undefined;
|
|
586
649
|
}
|
|
650
|
+
/**
|
|
651
|
+
* @public
|
|
652
|
+
*/
|
|
587
653
|
export interface CreateInstanceProfileRequest {
|
|
588
654
|
/**
|
|
589
655
|
* <p>The name of the instance profile to create.</p>
|
|
@@ -613,6 +679,7 @@ export interface CreateInstanceProfileRequest {
|
|
|
613
679
|
Tags?: Tag[];
|
|
614
680
|
}
|
|
615
681
|
/**
|
|
682
|
+
* @public
|
|
616
683
|
* <p>Contains information about the last time that an IAM role was used. This includes the
|
|
617
684
|
* date and time and the Region in which the role was last used. Activity is only reported for
|
|
618
685
|
* the trailing 400 days. This period can be shorter if your Region began supporting these
|
|
@@ -637,6 +704,7 @@ export interface RoleLastUsed {
|
|
|
637
704
|
Region?: string;
|
|
638
705
|
}
|
|
639
706
|
/**
|
|
707
|
+
* @public
|
|
640
708
|
* <p>Contains information about an IAM role. This structure is returned as a response
|
|
641
709
|
* element in several API operations that interact with roles.</p>
|
|
642
710
|
*/
|
|
@@ -704,6 +772,7 @@ export interface Role {
|
|
|
704
772
|
RoleLastUsed?: RoleLastUsed;
|
|
705
773
|
}
|
|
706
774
|
/**
|
|
775
|
+
* @public
|
|
707
776
|
* <p>Contains information about an instance profile.</p>
|
|
708
777
|
* <p>This data type is used as a response element in the following operations:</p>
|
|
709
778
|
* <ul>
|
|
@@ -765,6 +834,7 @@ export interface InstanceProfile {
|
|
|
765
834
|
Tags?: Tag[];
|
|
766
835
|
}
|
|
767
836
|
/**
|
|
837
|
+
* @public
|
|
768
838
|
* <p>Contains the response to a successful <a>CreateInstanceProfile</a> request.
|
|
769
839
|
* </p>
|
|
770
840
|
*/
|
|
@@ -774,6 +844,9 @@ export interface CreateInstanceProfileResponse {
|
|
|
774
844
|
*/
|
|
775
845
|
InstanceProfile: InstanceProfile | undefined;
|
|
776
846
|
}
|
|
847
|
+
/**
|
|
848
|
+
* @public
|
|
849
|
+
*/
|
|
777
850
|
export interface CreateLoginProfileRequest {
|
|
778
851
|
/**
|
|
779
852
|
* <p>The name of the IAM user to create a password for. The user must already
|
|
@@ -799,6 +872,7 @@ export interface CreateLoginProfileRequest {
|
|
|
799
872
|
PasswordResetRequired?: boolean;
|
|
800
873
|
}
|
|
801
874
|
/**
|
|
875
|
+
* @public
|
|
802
876
|
* <p>Contains the user name and password create date for a user.</p>
|
|
803
877
|
* <p> This data type is used as a response element in the <a>CreateLoginProfile</a> and <a>GetLoginProfile</a> operations. </p>
|
|
804
878
|
*/
|
|
@@ -817,6 +891,7 @@ export interface LoginProfile {
|
|
|
817
891
|
PasswordResetRequired?: boolean;
|
|
818
892
|
}
|
|
819
893
|
/**
|
|
894
|
+
* @public
|
|
820
895
|
* <p>Contains the response to a successful <a>CreateLoginProfile</a> request.
|
|
821
896
|
* </p>
|
|
822
897
|
*/
|
|
@@ -826,6 +901,9 @@ export interface CreateLoginProfileResponse {
|
|
|
826
901
|
*/
|
|
827
902
|
LoginProfile: LoginProfile | undefined;
|
|
828
903
|
}
|
|
904
|
+
/**
|
|
905
|
+
* @public
|
|
906
|
+
*/
|
|
829
907
|
export interface CreateOpenIDConnectProviderRequest {
|
|
830
908
|
/**
|
|
831
909
|
* <p>The URL of the identity provider. The URL must begin with <code>https://</code> and
|
|
@@ -883,6 +961,7 @@ export interface CreateOpenIDConnectProviderRequest {
|
|
|
883
961
|
Tags?: Tag[];
|
|
884
962
|
}
|
|
885
963
|
/**
|
|
964
|
+
* @public
|
|
886
965
|
* <p>Contains the response to a successful <a>CreateOpenIDConnectProvider</a>
|
|
887
966
|
* request. </p>
|
|
888
967
|
*/
|
|
@@ -900,6 +979,9 @@ export interface CreateOpenIDConnectProviderResponse {
|
|
|
900
979
|
*/
|
|
901
980
|
Tags?: Tag[];
|
|
902
981
|
}
|
|
982
|
+
/**
|
|
983
|
+
* @public
|
|
984
|
+
*/
|
|
903
985
|
export interface CreatePolicyRequest {
|
|
904
986
|
/**
|
|
905
987
|
* <p>The friendly name of the policy.</p>
|
|
@@ -970,6 +1052,7 @@ export interface CreatePolicyRequest {
|
|
|
970
1052
|
Tags?: Tag[];
|
|
971
1053
|
}
|
|
972
1054
|
/**
|
|
1055
|
+
* @public
|
|
973
1056
|
* <p>Contains information about a managed policy.</p>
|
|
974
1057
|
* <p>This data type is used as a response element in the <a>CreatePolicy</a>,
|
|
975
1058
|
* <a>GetPolicy</a>, and <a>ListPolicies</a> operations. </p>
|
|
@@ -1044,6 +1127,7 @@ export interface Policy {
|
|
|
1044
1127
|
Tags?: Tag[];
|
|
1045
1128
|
}
|
|
1046
1129
|
/**
|
|
1130
|
+
* @public
|
|
1047
1131
|
* <p>Contains the response to a successful <a>CreatePolicy</a> request.
|
|
1048
1132
|
* </p>
|
|
1049
1133
|
*/
|
|
@@ -1054,6 +1138,7 @@ export interface CreatePolicyResponse {
|
|
|
1054
1138
|
Policy?: Policy;
|
|
1055
1139
|
}
|
|
1056
1140
|
/**
|
|
1141
|
+
* @public
|
|
1057
1142
|
* <p>The request was rejected because the policy document was malformed. The error message
|
|
1058
1143
|
* describes the specific error.</p>
|
|
1059
1144
|
*/
|
|
@@ -1065,6 +1150,9 @@ export declare class MalformedPolicyDocumentException extends __BaseException {
|
|
|
1065
1150
|
*/
|
|
1066
1151
|
constructor(opts: __ExceptionOptionType<MalformedPolicyDocumentException, __BaseException>);
|
|
1067
1152
|
}
|
|
1153
|
+
/**
|
|
1154
|
+
* @public
|
|
1155
|
+
*/
|
|
1068
1156
|
export interface CreatePolicyVersionRequest {
|
|
1069
1157
|
/**
|
|
1070
1158
|
* <p>The Amazon Resource Name (ARN) of the IAM policy to which you want to add a new
|
|
@@ -1109,6 +1197,7 @@ export interface CreatePolicyVersionRequest {
|
|
|
1109
1197
|
SetAsDefault?: boolean;
|
|
1110
1198
|
}
|
|
1111
1199
|
/**
|
|
1200
|
+
* @public
|
|
1112
1201
|
* <p>Contains information about a version of a managed policy.</p>
|
|
1113
1202
|
* <p>This data type is used as a response element in the <a>CreatePolicyVersion</a>, <a>GetPolicyVersion</a>, <a>ListPolicyVersions</a>, and <a>GetAccountAuthorizationDetails</a> operations. </p>
|
|
1114
1203
|
* <p>For more information about managed policies, refer to <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline
|
|
@@ -1142,6 +1231,7 @@ export interface PolicyVersion {
|
|
|
1142
1231
|
CreateDate?: Date;
|
|
1143
1232
|
}
|
|
1144
1233
|
/**
|
|
1234
|
+
* @public
|
|
1145
1235
|
* <p>Contains the response to a successful <a>CreatePolicyVersion</a> request.
|
|
1146
1236
|
* </p>
|
|
1147
1237
|
*/
|
|
@@ -1151,6 +1241,9 @@ export interface CreatePolicyVersionResponse {
|
|
|
1151
1241
|
*/
|
|
1152
1242
|
PolicyVersion?: PolicyVersion;
|
|
1153
1243
|
}
|
|
1244
|
+
/**
|
|
1245
|
+
* @public
|
|
1246
|
+
*/
|
|
1154
1247
|
export interface CreateRoleRequest {
|
|
1155
1248
|
/**
|
|
1156
1249
|
* <p> The path to the role. For more information about paths, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM
|
|
@@ -1241,6 +1334,7 @@ export interface CreateRoleRequest {
|
|
|
1241
1334
|
Tags?: Tag[];
|
|
1242
1335
|
}
|
|
1243
1336
|
/**
|
|
1337
|
+
* @public
|
|
1244
1338
|
* <p>Contains the response to a successful <a>CreateRole</a> request. </p>
|
|
1245
1339
|
*/
|
|
1246
1340
|
export interface CreateRoleResponse {
|
|
@@ -1249,6 +1343,9 @@ export interface CreateRoleResponse {
|
|
|
1249
1343
|
*/
|
|
1250
1344
|
Role: Role | undefined;
|
|
1251
1345
|
}
|
|
1346
|
+
/**
|
|
1347
|
+
* @public
|
|
1348
|
+
*/
|
|
1252
1349
|
export interface CreateSAMLProviderRequest {
|
|
1253
1350
|
/**
|
|
1254
1351
|
* <p>An XML document generated by an identity provider (IdP) that supports SAML 2.0. The
|
|
@@ -1279,6 +1376,7 @@ export interface CreateSAMLProviderRequest {
|
|
|
1279
1376
|
Tags?: Tag[];
|
|
1280
1377
|
}
|
|
1281
1378
|
/**
|
|
1379
|
+
* @public
|
|
1282
1380
|
* <p>Contains the response to a successful <a>CreateSAMLProvider</a> request.
|
|
1283
1381
|
* </p>
|
|
1284
1382
|
*/
|
|
@@ -1294,6 +1392,9 @@ export interface CreateSAMLProviderResponse {
|
|
|
1294
1392
|
*/
|
|
1295
1393
|
Tags?: Tag[];
|
|
1296
1394
|
}
|
|
1395
|
+
/**
|
|
1396
|
+
* @public
|
|
1397
|
+
*/
|
|
1297
1398
|
export interface CreateServiceLinkedRoleRequest {
|
|
1298
1399
|
/**
|
|
1299
1400
|
* <p>The service principal for the Amazon Web Services service to which this role is attached. You use a
|
|
@@ -1323,6 +1424,9 @@ export interface CreateServiceLinkedRoleRequest {
|
|
|
1323
1424
|
*/
|
|
1324
1425
|
CustomSuffix?: string;
|
|
1325
1426
|
}
|
|
1427
|
+
/**
|
|
1428
|
+
* @public
|
|
1429
|
+
*/
|
|
1326
1430
|
export interface CreateServiceLinkedRoleResponse {
|
|
1327
1431
|
/**
|
|
1328
1432
|
* <p>A <a>Role</a> object that contains details about the newly created
|
|
@@ -1330,6 +1434,9 @@ export interface CreateServiceLinkedRoleResponse {
|
|
|
1330
1434
|
*/
|
|
1331
1435
|
Role?: Role;
|
|
1332
1436
|
}
|
|
1437
|
+
/**
|
|
1438
|
+
* @public
|
|
1439
|
+
*/
|
|
1333
1440
|
export interface CreateServiceSpecificCredentialRequest {
|
|
1334
1441
|
/**
|
|
1335
1442
|
* <p>The name of the IAM user that is to be associated with the credentials. The new
|
|
@@ -1347,6 +1454,7 @@ export interface CreateServiceSpecificCredentialRequest {
|
|
|
1347
1454
|
ServiceName: string | undefined;
|
|
1348
1455
|
}
|
|
1349
1456
|
/**
|
|
1457
|
+
* @public
|
|
1350
1458
|
* <p>Contains the details of a service-specific credential.</p>
|
|
1351
1459
|
*/
|
|
1352
1460
|
export interface ServiceSpecificCredential {
|
|
@@ -1384,6 +1492,9 @@ export interface ServiceSpecificCredential {
|
|
|
1384
1492
|
*/
|
|
1385
1493
|
Status: StatusType | string | undefined;
|
|
1386
1494
|
}
|
|
1495
|
+
/**
|
|
1496
|
+
* @public
|
|
1497
|
+
*/
|
|
1387
1498
|
export interface CreateServiceSpecificCredentialResponse {
|
|
1388
1499
|
/**
|
|
1389
1500
|
* <p>A structure that contains information about the newly created service-specific
|
|
@@ -1396,6 +1507,7 @@ export interface CreateServiceSpecificCredentialResponse {
|
|
|
1396
1507
|
ServiceSpecificCredential?: ServiceSpecificCredential;
|
|
1397
1508
|
}
|
|
1398
1509
|
/**
|
|
1510
|
+
* @public
|
|
1399
1511
|
* <p>The specified service does not support service-specific credentials.</p>
|
|
1400
1512
|
*/
|
|
1401
1513
|
export declare class ServiceNotSupportedException extends __BaseException {
|
|
@@ -1406,6 +1518,9 @@ export declare class ServiceNotSupportedException extends __BaseException {
|
|
|
1406
1518
|
*/
|
|
1407
1519
|
constructor(opts: __ExceptionOptionType<ServiceNotSupportedException, __BaseException>);
|
|
1408
1520
|
}
|
|
1521
|
+
/**
|
|
1522
|
+
* @public
|
|
1523
|
+
*/
|
|
1409
1524
|
export interface CreateUserRequest {
|
|
1410
1525
|
/**
|
|
1411
1526
|
* <p> The path for the user name. For more information about paths, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM
|
|
@@ -1448,6 +1563,7 @@ export interface CreateUserRequest {
|
|
|
1448
1563
|
Tags?: Tag[];
|
|
1449
1564
|
}
|
|
1450
1565
|
/**
|
|
1566
|
+
* @public
|
|
1451
1567
|
* <p>Contains information about an IAM user entity.</p>
|
|
1452
1568
|
* <p>This data type is used as a response element in the following operations:</p>
|
|
1453
1569
|
* <ul>
|
|
@@ -1531,6 +1647,7 @@ export interface User {
|
|
|
1531
1647
|
Tags?: Tag[];
|
|
1532
1648
|
}
|
|
1533
1649
|
/**
|
|
1650
|
+
* @public
|
|
1534
1651
|
* <p>Contains the response to a successful <a>CreateUser</a> request. </p>
|
|
1535
1652
|
*/
|
|
1536
1653
|
export interface CreateUserResponse {
|
|
@@ -1539,6 +1656,9 @@ export interface CreateUserResponse {
|
|
|
1539
1656
|
*/
|
|
1540
1657
|
User?: User;
|
|
1541
1658
|
}
|
|
1659
|
+
/**
|
|
1660
|
+
* @public
|
|
1661
|
+
*/
|
|
1542
1662
|
export interface CreateVirtualMFADeviceRequest {
|
|
1543
1663
|
/**
|
|
1544
1664
|
* <p> The path for the virtual MFA device. For more information about paths, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM
|
|
@@ -1551,8 +1671,8 @@ export interface CreateVirtualMFADeviceRequest {
|
|
|
1551
1671
|
*/
|
|
1552
1672
|
Path?: string;
|
|
1553
1673
|
/**
|
|
1554
|
-
* <p>The name of the virtual MFA device, which must be unique. Use with path to uniquely
|
|
1555
|
-
* device.</p>
|
|
1674
|
+
* <p>The name of the virtual MFA device, which must be unique. Use with path to uniquely
|
|
1675
|
+
* identify a virtual MFA device.</p>
|
|
1556
1676
|
* <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
|
|
1557
1677
|
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
1558
1678
|
*/
|
|
@@ -1569,6 +1689,7 @@ export interface CreateVirtualMFADeviceRequest {
|
|
|
1569
1689
|
Tags?: Tag[];
|
|
1570
1690
|
}
|
|
1571
1691
|
/**
|
|
1692
|
+
* @public
|
|
1572
1693
|
* <p>Contains information about a virtual MFA device.</p>
|
|
1573
1694
|
*/
|
|
1574
1695
|
export interface VirtualMFADevice {
|
|
@@ -1604,6 +1725,7 @@ export interface VirtualMFADevice {
|
|
|
1604
1725
|
Tags?: Tag[];
|
|
1605
1726
|
}
|
|
1606
1727
|
/**
|
|
1728
|
+
* @public
|
|
1607
1729
|
* <p>Contains the response to a successful <a>CreateVirtualMFADevice</a> request.
|
|
1608
1730
|
* </p>
|
|
1609
1731
|
*/
|
|
@@ -1613,6 +1735,9 @@ export interface CreateVirtualMFADeviceResponse {
|
|
|
1613
1735
|
*/
|
|
1614
1736
|
VirtualMFADevice: VirtualMFADevice | undefined;
|
|
1615
1737
|
}
|
|
1738
|
+
/**
|
|
1739
|
+
* @public
|
|
1740
|
+
*/
|
|
1616
1741
|
export interface DeactivateMFADeviceRequest {
|
|
1617
1742
|
/**
|
|
1618
1743
|
* <p>The name of the user whose MFA device you want to deactivate.</p>
|
|
@@ -1629,6 +1754,9 @@ export interface DeactivateMFADeviceRequest {
|
|
|
1629
1754
|
*/
|
|
1630
1755
|
SerialNumber: string | undefined;
|
|
1631
1756
|
}
|
|
1757
|
+
/**
|
|
1758
|
+
* @public
|
|
1759
|
+
*/
|
|
1632
1760
|
export interface DeleteAccessKeyRequest {
|
|
1633
1761
|
/**
|
|
1634
1762
|
* <p>The name of the user whose access key pair you want to delete.</p>
|
|
@@ -1644,6 +1772,9 @@ export interface DeleteAccessKeyRequest {
|
|
|
1644
1772
|
*/
|
|
1645
1773
|
AccessKeyId: string | undefined;
|
|
1646
1774
|
}
|
|
1775
|
+
/**
|
|
1776
|
+
* @public
|
|
1777
|
+
*/
|
|
1647
1778
|
export interface DeleteAccountAliasRequest {
|
|
1648
1779
|
/**
|
|
1649
1780
|
* <p>The name of the account alias to delete.</p>
|
|
@@ -1654,6 +1785,7 @@ export interface DeleteAccountAliasRequest {
|
|
|
1654
1785
|
AccountAlias: string | undefined;
|
|
1655
1786
|
}
|
|
1656
1787
|
/**
|
|
1788
|
+
* @public
|
|
1657
1789
|
* <p>The request was rejected because it attempted to delete a resource that has attached
|
|
1658
1790
|
* subordinate entities. The error message describes these entities.</p>
|
|
1659
1791
|
*/
|
|
@@ -1665,6 +1797,9 @@ export declare class DeleteConflictException extends __BaseException {
|
|
|
1665
1797
|
*/
|
|
1666
1798
|
constructor(opts: __ExceptionOptionType<DeleteConflictException, __BaseException>);
|
|
1667
1799
|
}
|
|
1800
|
+
/**
|
|
1801
|
+
* @public
|
|
1802
|
+
*/
|
|
1668
1803
|
export interface DeleteGroupRequest {
|
|
1669
1804
|
/**
|
|
1670
1805
|
* <p>The name of the IAM group to delete.</p>
|
|
@@ -1673,6 +1808,9 @@ export interface DeleteGroupRequest {
|
|
|
1673
1808
|
*/
|
|
1674
1809
|
GroupName: string | undefined;
|
|
1675
1810
|
}
|
|
1811
|
+
/**
|
|
1812
|
+
* @public
|
|
1813
|
+
*/
|
|
1676
1814
|
export interface DeleteGroupPolicyRequest {
|
|
1677
1815
|
/**
|
|
1678
1816
|
* <p>The name (friendly name, not ARN) identifying the group that the policy is embedded
|
|
@@ -1688,6 +1826,9 @@ export interface DeleteGroupPolicyRequest {
|
|
|
1688
1826
|
*/
|
|
1689
1827
|
PolicyName: string | undefined;
|
|
1690
1828
|
}
|
|
1829
|
+
/**
|
|
1830
|
+
* @public
|
|
1831
|
+
*/
|
|
1691
1832
|
export interface DeleteInstanceProfileRequest {
|
|
1692
1833
|
/**
|
|
1693
1834
|
* <p>The name of the instance profile to delete.</p>
|
|
@@ -1696,6 +1837,9 @@ export interface DeleteInstanceProfileRequest {
|
|
|
1696
1837
|
*/
|
|
1697
1838
|
InstanceProfileName: string | undefined;
|
|
1698
1839
|
}
|
|
1840
|
+
/**
|
|
1841
|
+
* @public
|
|
1842
|
+
*/
|
|
1699
1843
|
export interface DeleteLoginProfileRequest {
|
|
1700
1844
|
/**
|
|
1701
1845
|
* <p>The name of the user whose password you want to delete.</p>
|
|
@@ -1704,6 +1848,9 @@ export interface DeleteLoginProfileRequest {
|
|
|
1704
1848
|
*/
|
|
1705
1849
|
UserName: string | undefined;
|
|
1706
1850
|
}
|
|
1851
|
+
/**
|
|
1852
|
+
* @public
|
|
1853
|
+
*/
|
|
1707
1854
|
export interface DeleteOpenIDConnectProviderRequest {
|
|
1708
1855
|
/**
|
|
1709
1856
|
* <p>The Amazon Resource Name (ARN) of the IAM OpenID Connect provider resource object to
|
|
@@ -1711,6 +1858,9 @@ export interface DeleteOpenIDConnectProviderRequest {
|
|
|
1711
1858
|
*/
|
|
1712
1859
|
OpenIDConnectProviderArn: string | undefined;
|
|
1713
1860
|
}
|
|
1861
|
+
/**
|
|
1862
|
+
* @public
|
|
1863
|
+
*/
|
|
1714
1864
|
export interface DeletePolicyRequest {
|
|
1715
1865
|
/**
|
|
1716
1866
|
* <p>The Amazon Resource Name (ARN) of the IAM policy you want to delete.</p>
|
|
@@ -1718,6 +1868,9 @@ export interface DeletePolicyRequest {
|
|
|
1718
1868
|
*/
|
|
1719
1869
|
PolicyArn: string | undefined;
|
|
1720
1870
|
}
|
|
1871
|
+
/**
|
|
1872
|
+
* @public
|
|
1873
|
+
*/
|
|
1721
1874
|
export interface DeletePolicyVersionRequest {
|
|
1722
1875
|
/**
|
|
1723
1876
|
* <p>The Amazon Resource Name (ARN) of the IAM policy from which you want to delete a
|
|
@@ -1735,6 +1888,9 @@ export interface DeletePolicyVersionRequest {
|
|
|
1735
1888
|
*/
|
|
1736
1889
|
VersionId: string | undefined;
|
|
1737
1890
|
}
|
|
1891
|
+
/**
|
|
1892
|
+
* @public
|
|
1893
|
+
*/
|
|
1738
1894
|
export interface DeleteRoleRequest {
|
|
1739
1895
|
/**
|
|
1740
1896
|
* <p>The name of the role to delete.</p>
|
|
@@ -1743,6 +1899,9 @@ export interface DeleteRoleRequest {
|
|
|
1743
1899
|
*/
|
|
1744
1900
|
RoleName: string | undefined;
|
|
1745
1901
|
}
|
|
1902
|
+
/**
|
|
1903
|
+
* @public
|
|
1904
|
+
*/
|
|
1746
1905
|
export interface DeleteRolePermissionsBoundaryRequest {
|
|
1747
1906
|
/**
|
|
1748
1907
|
* <p>The name (friendly name, not ARN) of the IAM role from which you want to remove the
|
|
@@ -1750,6 +1909,9 @@ export interface DeleteRolePermissionsBoundaryRequest {
|
|
|
1750
1909
|
*/
|
|
1751
1910
|
RoleName: string | undefined;
|
|
1752
1911
|
}
|
|
1912
|
+
/**
|
|
1913
|
+
* @public
|
|
1914
|
+
*/
|
|
1753
1915
|
export interface DeleteRolePolicyRequest {
|
|
1754
1916
|
/**
|
|
1755
1917
|
* <p>The name (friendly name, not ARN) identifying the role that the policy is embedded
|
|
@@ -1765,12 +1927,18 @@ export interface DeleteRolePolicyRequest {
|
|
|
1765
1927
|
*/
|
|
1766
1928
|
PolicyName: string | undefined;
|
|
1767
1929
|
}
|
|
1930
|
+
/**
|
|
1931
|
+
* @public
|
|
1932
|
+
*/
|
|
1768
1933
|
export interface DeleteSAMLProviderRequest {
|
|
1769
1934
|
/**
|
|
1770
1935
|
* <p>The Amazon Resource Name (ARN) of the SAML provider to delete.</p>
|
|
1771
1936
|
*/
|
|
1772
1937
|
SAMLProviderArn: string | undefined;
|
|
1773
1938
|
}
|
|
1939
|
+
/**
|
|
1940
|
+
* @public
|
|
1941
|
+
*/
|
|
1774
1942
|
export interface DeleteServerCertificateRequest {
|
|
1775
1943
|
/**
|
|
1776
1944
|
* <p>The name of the server certificate you want to delete.</p>
|
|
@@ -1779,12 +1947,18 @@ export interface DeleteServerCertificateRequest {
|
|
|
1779
1947
|
*/
|
|
1780
1948
|
ServerCertificateName: string | undefined;
|
|
1781
1949
|
}
|
|
1950
|
+
/**
|
|
1951
|
+
* @public
|
|
1952
|
+
*/
|
|
1782
1953
|
export interface DeleteServiceLinkedRoleRequest {
|
|
1783
1954
|
/**
|
|
1784
1955
|
* <p>The name of the service-linked role to be deleted.</p>
|
|
1785
1956
|
*/
|
|
1786
1957
|
RoleName: string | undefined;
|
|
1787
1958
|
}
|
|
1959
|
+
/**
|
|
1960
|
+
* @public
|
|
1961
|
+
*/
|
|
1788
1962
|
export interface DeleteServiceLinkedRoleResponse {
|
|
1789
1963
|
/**
|
|
1790
1964
|
* <p>The deletion task identifier that you can use to check the status of the deletion.
|
|
@@ -1793,6 +1967,9 @@ export interface DeleteServiceLinkedRoleResponse {
|
|
|
1793
1967
|
*/
|
|
1794
1968
|
DeletionTaskId: string | undefined;
|
|
1795
1969
|
}
|
|
1970
|
+
/**
|
|
1971
|
+
* @public
|
|
1972
|
+
*/
|
|
1796
1973
|
export interface DeleteServiceSpecificCredentialRequest {
|
|
1797
1974
|
/**
|
|
1798
1975
|
* <p>The name of the IAM user associated with the service-specific credential. If this
|
|
@@ -1810,6 +1987,9 @@ export interface DeleteServiceSpecificCredentialRequest {
|
|
|
1810
1987
|
*/
|
|
1811
1988
|
ServiceSpecificCredentialId: string | undefined;
|
|
1812
1989
|
}
|
|
1990
|
+
/**
|
|
1991
|
+
* @public
|
|
1992
|
+
*/
|
|
1813
1993
|
export interface DeleteSigningCertificateRequest {
|
|
1814
1994
|
/**
|
|
1815
1995
|
* <p>The name of the user the signing certificate belongs to.</p>
|
|
@@ -1824,6 +2004,9 @@ export interface DeleteSigningCertificateRequest {
|
|
|
1824
2004
|
*/
|
|
1825
2005
|
CertificateId: string | undefined;
|
|
1826
2006
|
}
|
|
2007
|
+
/**
|
|
2008
|
+
* @public
|
|
2009
|
+
*/
|
|
1827
2010
|
export interface DeleteSSHPublicKeyRequest {
|
|
1828
2011
|
/**
|
|
1829
2012
|
* <p>The name of the IAM user associated with the SSH public key.</p>
|
|
@@ -1838,6 +2021,9 @@ export interface DeleteSSHPublicKeyRequest {
|
|
|
1838
2021
|
*/
|
|
1839
2022
|
SSHPublicKeyId: string | undefined;
|
|
1840
2023
|
}
|
|
2024
|
+
/**
|
|
2025
|
+
* @public
|
|
2026
|
+
*/
|
|
1841
2027
|
export interface DeleteUserRequest {
|
|
1842
2028
|
/**
|
|
1843
2029
|
* <p>The name of the user to delete.</p>
|
|
@@ -1846,6 +2032,9 @@ export interface DeleteUserRequest {
|
|
|
1846
2032
|
*/
|
|
1847
2033
|
UserName: string | undefined;
|
|
1848
2034
|
}
|
|
2035
|
+
/**
|
|
2036
|
+
* @public
|
|
2037
|
+
*/
|
|
1849
2038
|
export interface DeleteUserPermissionsBoundaryRequest {
|
|
1850
2039
|
/**
|
|
1851
2040
|
* <p>The name (friendly name, not ARN) of the IAM user from which you want to remove the
|
|
@@ -1853,6 +2042,9 @@ export interface DeleteUserPermissionsBoundaryRequest {
|
|
|
1853
2042
|
*/
|
|
1854
2043
|
UserName: string | undefined;
|
|
1855
2044
|
}
|
|
2045
|
+
/**
|
|
2046
|
+
* @public
|
|
2047
|
+
*/
|
|
1856
2048
|
export interface DeleteUserPolicyRequest {
|
|
1857
2049
|
/**
|
|
1858
2050
|
* <p>The name (friendly name, not ARN) identifying the user that the policy is embedded
|
|
@@ -1868,6 +2060,9 @@ export interface DeleteUserPolicyRequest {
|
|
|
1868
2060
|
*/
|
|
1869
2061
|
PolicyName: string | undefined;
|
|
1870
2062
|
}
|
|
2063
|
+
/**
|
|
2064
|
+
* @public
|
|
2065
|
+
*/
|
|
1871
2066
|
export interface DeleteVirtualMFADeviceRequest {
|
|
1872
2067
|
/**
|
|
1873
2068
|
* <p>The serial number that uniquely identifies the MFA device. For virtual MFA devices,
|
|
@@ -1878,6 +2073,9 @@ export interface DeleteVirtualMFADeviceRequest {
|
|
|
1878
2073
|
*/
|
|
1879
2074
|
SerialNumber: string | undefined;
|
|
1880
2075
|
}
|
|
2076
|
+
/**
|
|
2077
|
+
* @public
|
|
2078
|
+
*/
|
|
1881
2079
|
export interface DetachGroupPolicyRequest {
|
|
1882
2080
|
/**
|
|
1883
2081
|
* <p>The name (friendly name, not ARN) of the IAM group to detach the policy from.</p>
|
|
@@ -1891,6 +2089,9 @@ export interface DetachGroupPolicyRequest {
|
|
|
1891
2089
|
*/
|
|
1892
2090
|
PolicyArn: string | undefined;
|
|
1893
2091
|
}
|
|
2092
|
+
/**
|
|
2093
|
+
* @public
|
|
2094
|
+
*/
|
|
1894
2095
|
export interface DetachRolePolicyRequest {
|
|
1895
2096
|
/**
|
|
1896
2097
|
* <p>The name (friendly name, not ARN) of the IAM role to detach the policy from.</p>
|
|
@@ -1904,6 +2105,9 @@ export interface DetachRolePolicyRequest {
|
|
|
1904
2105
|
*/
|
|
1905
2106
|
PolicyArn: string | undefined;
|
|
1906
2107
|
}
|
|
2108
|
+
/**
|
|
2109
|
+
* @public
|
|
2110
|
+
*/
|
|
1907
2111
|
export interface DetachUserPolicyRequest {
|
|
1908
2112
|
/**
|
|
1909
2113
|
* <p>The name (friendly name, not ARN) of the IAM user to detach the policy from.</p>
|
|
@@ -1917,6 +2121,9 @@ export interface DetachUserPolicyRequest {
|
|
|
1917
2121
|
*/
|
|
1918
2122
|
PolicyArn: string | undefined;
|
|
1919
2123
|
}
|
|
2124
|
+
/**
|
|
2125
|
+
* @public
|
|
2126
|
+
*/
|
|
1920
2127
|
export interface EnableMFADeviceRequest {
|
|
1921
2128
|
/**
|
|
1922
2129
|
* <p>The name of the IAM user for whom you want to enable the MFA device.</p>
|
|
@@ -1960,6 +2167,7 @@ export interface EnableMFADeviceRequest {
|
|
|
1960
2167
|
AuthenticationCode2: string | undefined;
|
|
1961
2168
|
}
|
|
1962
2169
|
/**
|
|
2170
|
+
* @public
|
|
1963
2171
|
* <p>The request was rejected because the authentication code was not recognized. The error
|
|
1964
2172
|
* message describes the specific error.</p>
|
|
1965
2173
|
*/
|
|
@@ -1971,12 +2179,16 @@ export declare class InvalidAuthenticationCodeException extends __BaseException
|
|
|
1971
2179
|
*/
|
|
1972
2180
|
constructor(opts: __ExceptionOptionType<InvalidAuthenticationCodeException, __BaseException>);
|
|
1973
2181
|
}
|
|
2182
|
+
/**
|
|
2183
|
+
* @public
|
|
2184
|
+
*/
|
|
1974
2185
|
export declare enum ReportStateType {
|
|
1975
2186
|
COMPLETE = "COMPLETE",
|
|
1976
2187
|
INPROGRESS = "INPROGRESS",
|
|
1977
2188
|
STARTED = "STARTED"
|
|
1978
2189
|
}
|
|
1979
2190
|
/**
|
|
2191
|
+
* @public
|
|
1980
2192
|
* <p>Contains the response to a successful <a>GenerateCredentialReport</a>
|
|
1981
2193
|
* request. </p>
|
|
1982
2194
|
*/
|
|
@@ -1990,6 +2202,9 @@ export interface GenerateCredentialReportResponse {
|
|
|
1990
2202
|
*/
|
|
1991
2203
|
Description?: string;
|
|
1992
2204
|
}
|
|
2205
|
+
/**
|
|
2206
|
+
* @public
|
|
2207
|
+
*/
|
|
1993
2208
|
export interface GenerateOrganizationsAccessReportRequest {
|
|
1994
2209
|
/**
|
|
1995
2210
|
* <p>The path of the Organizations entity (root, OU, or account). You can build an entity path
|
|
@@ -2008,6 +2223,9 @@ export interface GenerateOrganizationsAccessReportRequest {
|
|
|
2008
2223
|
*/
|
|
2009
2224
|
OrganizationsPolicyId?: string;
|
|
2010
2225
|
}
|
|
2226
|
+
/**
|
|
2227
|
+
* @public
|
|
2228
|
+
*/
|
|
2011
2229
|
export interface GenerateOrganizationsAccessReportResponse {
|
|
2012
2230
|
/**
|
|
2013
2231
|
* <p>The job identifier that you can use in the <a>GetOrganizationsAccessReport</a> operation.</p>
|
|
@@ -2015,6 +2233,7 @@ export interface GenerateOrganizationsAccessReportResponse {
|
|
|
2015
2233
|
JobId?: string;
|
|
2016
2234
|
}
|
|
2017
2235
|
/**
|
|
2236
|
+
* @public
|
|
2018
2237
|
* <p>The request failed because the maximum number of concurrent requests for this account are
|
|
2019
2238
|
* already running.</p>
|
|
2020
2239
|
*/
|
|
@@ -2026,6 +2245,9 @@ export declare class ReportGenerationLimitExceededException extends __BaseExcept
|
|
|
2026
2245
|
*/
|
|
2027
2246
|
constructor(opts: __ExceptionOptionType<ReportGenerationLimitExceededException, __BaseException>);
|
|
2028
2247
|
}
|
|
2248
|
+
/**
|
|
2249
|
+
* @public
|
|
2250
|
+
*/
|
|
2029
2251
|
export interface GenerateServiceLastAccessedDetailsRequest {
|
|
2030
2252
|
/**
|
|
2031
2253
|
* <p>The ARN of the IAM resource (user, group, role, or managed policy) used to generate
|
|
@@ -2042,6 +2264,9 @@ export interface GenerateServiceLastAccessedDetailsRequest {
|
|
|
2042
2264
|
*/
|
|
2043
2265
|
Granularity?: AccessAdvisorUsageGranularityType | string;
|
|
2044
2266
|
}
|
|
2267
|
+
/**
|
|
2268
|
+
* @public
|
|
2269
|
+
*/
|
|
2045
2270
|
export interface GenerateServiceLastAccessedDetailsResponse {
|
|
2046
2271
|
/**
|
|
2047
2272
|
* <p>The <code>JobId</code> that you can use in the <a>GetServiceLastAccessedDetails</a> or <a>GetServiceLastAccessedDetailsWithEntities</a> operations. The
|
|
@@ -2051,6 +2276,9 @@ export interface GenerateServiceLastAccessedDetailsResponse {
|
|
|
2051
2276
|
*/
|
|
2052
2277
|
JobId?: string;
|
|
2053
2278
|
}
|
|
2279
|
+
/**
|
|
2280
|
+
* @public
|
|
2281
|
+
*/
|
|
2054
2282
|
export interface GetAccessKeyLastUsedRequest {
|
|
2055
2283
|
/**
|
|
2056
2284
|
* <p>The identifier of an access key.</p>
|
|
@@ -2060,6 +2288,7 @@ export interface GetAccessKeyLastUsedRequest {
|
|
|
2060
2288
|
AccessKeyId: string | undefined;
|
|
2061
2289
|
}
|
|
2062
2290
|
/**
|
|
2291
|
+
* @public
|
|
2063
2292
|
* <p>Contains the response to a successful <a>GetAccessKeyLastUsed</a> request.
|
|
2064
2293
|
* It is also returned as a member of the <a>AccessKeyMetaData</a> structure returned
|
|
2065
2294
|
* by the <a>ListAccessKeys</a> action.</p>
|
|
@@ -2075,6 +2304,9 @@ export interface GetAccessKeyLastUsedResponse {
|
|
|
2075
2304
|
*/
|
|
2076
2305
|
AccessKeyLastUsed?: AccessKeyLastUsed;
|
|
2077
2306
|
}
|
|
2307
|
+
/**
|
|
2308
|
+
* @public
|
|
2309
|
+
*/
|
|
2078
2310
|
export declare enum EntityType {
|
|
2079
2311
|
AWSManagedPolicy = "AWSManagedPolicy",
|
|
2080
2312
|
Group = "Group",
|
|
@@ -2082,6 +2314,9 @@ export declare enum EntityType {
|
|
|
2082
2314
|
Role = "Role",
|
|
2083
2315
|
User = "User"
|
|
2084
2316
|
}
|
|
2317
|
+
/**
|
|
2318
|
+
* @public
|
|
2319
|
+
*/
|
|
2085
2320
|
export interface GetAccountAuthorizationDetailsRequest {
|
|
2086
2321
|
/**
|
|
2087
2322
|
* <p>A list of entity types used to filter the results. Only the entities that match the
|
|
@@ -2111,6 +2346,7 @@ export interface GetAccountAuthorizationDetailsRequest {
|
|
|
2111
2346
|
Marker?: string;
|
|
2112
2347
|
}
|
|
2113
2348
|
/**
|
|
2349
|
+
* @public
|
|
2114
2350
|
* <p>Contains information about an IAM policy, including the policy document.</p>
|
|
2115
2351
|
* <p>This data type is used as a response element in the <a>GetAccountAuthorizationDetails</a> operation.</p>
|
|
2116
2352
|
*/
|
|
@@ -2125,6 +2361,7 @@ export interface PolicyDetail {
|
|
|
2125
2361
|
PolicyDocument?: string;
|
|
2126
2362
|
}
|
|
2127
2363
|
/**
|
|
2364
|
+
* @public
|
|
2128
2365
|
* <p>Contains information about an IAM group, including all of the group's policies.</p>
|
|
2129
2366
|
* <p>This data type is used as a response element in the <a>GetAccountAuthorizationDetails</a> operation.</p>
|
|
2130
2367
|
*/
|
|
@@ -2165,6 +2402,7 @@ export interface GroupDetail {
|
|
|
2165
2402
|
AttachedManagedPolicies?: AttachedPolicy[];
|
|
2166
2403
|
}
|
|
2167
2404
|
/**
|
|
2405
|
+
* @public
|
|
2168
2406
|
* <p>Contains information about a managed policy, including the policy's ARN, versions, and
|
|
2169
2407
|
* the number of principal entities (users, groups, and roles) that the policy is attached
|
|
2170
2408
|
* to.</p>
|
|
@@ -2241,6 +2479,7 @@ export interface ManagedPolicyDetail {
|
|
|
2241
2479
|
PolicyVersionList?: PolicyVersion[];
|
|
2242
2480
|
}
|
|
2243
2481
|
/**
|
|
2482
|
+
* @public
|
|
2244
2483
|
* <p>Contains information about an IAM role, including all of the role's policies.</p>
|
|
2245
2484
|
* <p>This data type is used as a response element in the <a>GetAccountAuthorizationDetails</a> operation.</p>
|
|
2246
2485
|
*/
|
|
@@ -2310,6 +2549,7 @@ export interface RoleDetail {
|
|
|
2310
2549
|
RoleLastUsed?: RoleLastUsed;
|
|
2311
2550
|
}
|
|
2312
2551
|
/**
|
|
2552
|
+
* @public
|
|
2313
2553
|
* <p>Contains information about an IAM user, including all the user's policies and all the
|
|
2314
2554
|
* IAM groups the user is in.</p>
|
|
2315
2555
|
* <p>This data type is used as a response element in the <a>GetAccountAuthorizationDetails</a> operation.</p>
|
|
@@ -2366,6 +2606,7 @@ export interface UserDetail {
|
|
|
2366
2606
|
Tags?: Tag[];
|
|
2367
2607
|
}
|
|
2368
2608
|
/**
|
|
2609
|
+
* @public
|
|
2369
2610
|
* <p>Contains the response to a successful <a>GetAccountAuthorizationDetails</a>
|
|
2370
2611
|
* request. </p>
|
|
2371
2612
|
*/
|
|
@@ -2403,6 +2644,7 @@ export interface GetAccountAuthorizationDetailsResponse {
|
|
|
2403
2644
|
Marker?: string;
|
|
2404
2645
|
}
|
|
2405
2646
|
/**
|
|
2647
|
+
* @public
|
|
2406
2648
|
* <p>Contains information about the account password policy.</p>
|
|
2407
2649
|
* <p> This data type is used as a response element in the <a>GetAccountPasswordPolicy</a> operation. </p>
|
|
2408
2650
|
*/
|
|
@@ -2414,7 +2656,7 @@ export interface PasswordPolicy {
|
|
|
2414
2656
|
/**
|
|
2415
2657
|
* <p>Specifies whether IAM user passwords must contain at least one of the following
|
|
2416
2658
|
* symbols:</p>
|
|
2417
|
-
* <p>! @ # $ % ^ & * ( ) _ + - = [ ] { } | '</p>
|
|
2659
|
+
* <p>! @ # $ % ^ & * ( ) _ + - = [ ] \{ \} | '</p>
|
|
2418
2660
|
*/
|
|
2419
2661
|
RequireSymbols?: boolean;
|
|
2420
2662
|
/**
|
|
@@ -2465,6 +2707,7 @@ export interface PasswordPolicy {
|
|
|
2465
2707
|
HardExpiry?: boolean;
|
|
2466
2708
|
}
|
|
2467
2709
|
/**
|
|
2710
|
+
* @public
|
|
2468
2711
|
* <p>Contains the response to a successful <a>GetAccountPasswordPolicy</a>
|
|
2469
2712
|
* request. </p>
|
|
2470
2713
|
*/
|
|
@@ -2474,6 +2717,9 @@ export interface GetAccountPasswordPolicyResponse {
|
|
|
2474
2717
|
*/
|
|
2475
2718
|
PasswordPolicy: PasswordPolicy | undefined;
|
|
2476
2719
|
}
|
|
2720
|
+
/**
|
|
2721
|
+
* @public
|
|
2722
|
+
*/
|
|
2477
2723
|
export declare enum SummaryKeyType {
|
|
2478
2724
|
AccessKeysPerUserQuota = "AccessKeysPerUserQuota",
|
|
2479
2725
|
AccountAccessKeysPresent = "AccountAccessKeysPresent",
|
|
@@ -2503,6 +2749,7 @@ export declare enum SummaryKeyType {
|
|
|
2503
2749
|
VersionsPerPolicyQuota = "VersionsPerPolicyQuota"
|
|
2504
2750
|
}
|
|
2505
2751
|
/**
|
|
2752
|
+
* @public
|
|
2506
2753
|
* <p>Contains the response to a successful <a>GetAccountSummary</a> request.
|
|
2507
2754
|
* </p>
|
|
2508
2755
|
*/
|
|
@@ -2513,6 +2760,9 @@ export interface GetAccountSummaryResponse {
|
|
|
2513
2760
|
*/
|
|
2514
2761
|
SummaryMap?: Record<string, number>;
|
|
2515
2762
|
}
|
|
2763
|
+
/**
|
|
2764
|
+
* @public
|
|
2765
|
+
*/
|
|
2516
2766
|
export interface GetContextKeysForCustomPolicyRequest {
|
|
2517
2767
|
/**
|
|
2518
2768
|
* <p>A list of policies for which you want the list of context keys referenced in those
|
|
@@ -2538,6 +2788,7 @@ export interface GetContextKeysForCustomPolicyRequest {
|
|
|
2538
2788
|
PolicyInputList: string[] | undefined;
|
|
2539
2789
|
}
|
|
2540
2790
|
/**
|
|
2791
|
+
* @public
|
|
2541
2792
|
* <p>Contains the response to a successful <a>GetContextKeysForPrincipalPolicy</a> or <a>GetContextKeysForCustomPolicy</a> request. </p>
|
|
2542
2793
|
*/
|
|
2543
2794
|
export interface GetContextKeysForPolicyResponse {
|
|
@@ -2546,6 +2797,9 @@ export interface GetContextKeysForPolicyResponse {
|
|
|
2546
2797
|
*/
|
|
2547
2798
|
ContextKeyNames?: string[];
|
|
2548
2799
|
}
|
|
2800
|
+
/**
|
|
2801
|
+
* @public
|
|
2802
|
+
*/
|
|
2549
2803
|
export interface GetContextKeysForPrincipalPolicyRequest {
|
|
2550
2804
|
/**
|
|
2551
2805
|
* <p>The ARN of a user, group, or role whose policies contain the context keys that you
|
|
@@ -2581,6 +2835,7 @@ export interface GetContextKeysForPrincipalPolicyRequest {
|
|
|
2581
2835
|
PolicyInputList?: string[];
|
|
2582
2836
|
}
|
|
2583
2837
|
/**
|
|
2838
|
+
* @public
|
|
2584
2839
|
* <p>The request was rejected because the most recent credential report has expired. To
|
|
2585
2840
|
* generate a new credential report, use <a>GenerateCredentialReport</a>. For more
|
|
2586
2841
|
* information about credential report expiration, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/credential-reports.html">Getting credential reports</a> in the
|
|
@@ -2595,6 +2850,7 @@ export declare class CredentialReportExpiredException extends __BaseException {
|
|
|
2595
2850
|
constructor(opts: __ExceptionOptionType<CredentialReportExpiredException, __BaseException>);
|
|
2596
2851
|
}
|
|
2597
2852
|
/**
|
|
2853
|
+
* @public
|
|
2598
2854
|
* <p>The request was rejected because the credential report does not exist. To generate a
|
|
2599
2855
|
* credential report, use <a>GenerateCredentialReport</a>.</p>
|
|
2600
2856
|
*/
|
|
@@ -2607,6 +2863,7 @@ export declare class CredentialReportNotPresentException extends __BaseException
|
|
|
2607
2863
|
constructor(opts: __ExceptionOptionType<CredentialReportNotPresentException, __BaseException>);
|
|
2608
2864
|
}
|
|
2609
2865
|
/**
|
|
2866
|
+
* @public
|
|
2610
2867
|
* <p>The request was rejected because the credential report is still being generated.</p>
|
|
2611
2868
|
*/
|
|
2612
2869
|
export declare class CredentialReportNotReadyException extends __BaseException {
|
|
@@ -2617,10 +2874,14 @@ export declare class CredentialReportNotReadyException extends __BaseException {
|
|
|
2617
2874
|
*/
|
|
2618
2875
|
constructor(opts: __ExceptionOptionType<CredentialReportNotReadyException, __BaseException>);
|
|
2619
2876
|
}
|
|
2877
|
+
/**
|
|
2878
|
+
* @public
|
|
2879
|
+
*/
|
|
2620
2880
|
export declare enum ReportFormatType {
|
|
2621
2881
|
text_csv = "text/csv"
|
|
2622
2882
|
}
|
|
2623
2883
|
/**
|
|
2884
|
+
* @public
|
|
2624
2885
|
* <p>Contains the response to a successful <a>GetCredentialReport</a> request.
|
|
2625
2886
|
* </p>
|
|
2626
2887
|
*/
|
|
@@ -2638,6 +2899,9 @@ export interface GetCredentialReportResponse {
|
|
|
2638
2899
|
*/
|
|
2639
2900
|
GeneratedTime?: Date;
|
|
2640
2901
|
}
|
|
2902
|
+
/**
|
|
2903
|
+
* @public
|
|
2904
|
+
*/
|
|
2641
2905
|
export interface GetGroupRequest {
|
|
2642
2906
|
/**
|
|
2643
2907
|
* <p>The name of the group.</p>
|
|
@@ -2665,6 +2929,7 @@ export interface GetGroupRequest {
|
|
|
2665
2929
|
MaxItems?: number;
|
|
2666
2930
|
}
|
|
2667
2931
|
/**
|
|
2932
|
+
* @public
|
|
2668
2933
|
* <p>Contains the response to a successful <a>GetGroup</a> request. </p>
|
|
2669
2934
|
*/
|
|
2670
2935
|
export interface GetGroupResponse {
|
|
@@ -2692,6 +2957,9 @@ export interface GetGroupResponse {
|
|
|
2692
2957
|
*/
|
|
2693
2958
|
Marker?: string;
|
|
2694
2959
|
}
|
|
2960
|
+
/**
|
|
2961
|
+
* @public
|
|
2962
|
+
*/
|
|
2695
2963
|
export interface GetGroupPolicyRequest {
|
|
2696
2964
|
/**
|
|
2697
2965
|
* <p>The name of the group the policy is associated with.</p>
|
|
@@ -2707,6 +2975,7 @@ export interface GetGroupPolicyRequest {
|
|
|
2707
2975
|
PolicyName: string | undefined;
|
|
2708
2976
|
}
|
|
2709
2977
|
/**
|
|
2978
|
+
* @public
|
|
2710
2979
|
* <p>Contains the response to a successful <a>GetGroupPolicy</a> request.
|
|
2711
2980
|
* </p>
|
|
2712
2981
|
*/
|
|
@@ -2727,6 +2996,9 @@ export interface GetGroupPolicyResponse {
|
|
|
2727
2996
|
*/
|
|
2728
2997
|
PolicyDocument: string | undefined;
|
|
2729
2998
|
}
|
|
2999
|
+
/**
|
|
3000
|
+
* @public
|
|
3001
|
+
*/
|
|
2730
3002
|
export interface GetInstanceProfileRequest {
|
|
2731
3003
|
/**
|
|
2732
3004
|
* <p>The name of the instance profile to get information about.</p>
|
|
@@ -2736,6 +3008,7 @@ export interface GetInstanceProfileRequest {
|
|
|
2736
3008
|
InstanceProfileName: string | undefined;
|
|
2737
3009
|
}
|
|
2738
3010
|
/**
|
|
3011
|
+
* @public
|
|
2739
3012
|
* <p>Contains the response to a successful <a>GetInstanceProfile</a> request.
|
|
2740
3013
|
* </p>
|
|
2741
3014
|
*/
|
|
@@ -2745,6 +3018,9 @@ export interface GetInstanceProfileResponse {
|
|
|
2745
3018
|
*/
|
|
2746
3019
|
InstanceProfile: InstanceProfile | undefined;
|
|
2747
3020
|
}
|
|
3021
|
+
/**
|
|
3022
|
+
* @public
|
|
3023
|
+
*/
|
|
2748
3024
|
export interface GetLoginProfileRequest {
|
|
2749
3025
|
/**
|
|
2750
3026
|
* <p>The name of the user whose login profile you want to retrieve.</p>
|
|
@@ -2754,6 +3030,7 @@ export interface GetLoginProfileRequest {
|
|
|
2754
3030
|
UserName: string | undefined;
|
|
2755
3031
|
}
|
|
2756
3032
|
/**
|
|
3033
|
+
* @public
|
|
2757
3034
|
* <p>Contains the response to a successful <a>GetLoginProfile</a> request.
|
|
2758
3035
|
* </p>
|
|
2759
3036
|
*/
|
|
@@ -2764,6 +3041,9 @@ export interface GetLoginProfileResponse {
|
|
|
2764
3041
|
*/
|
|
2765
3042
|
LoginProfile: LoginProfile | undefined;
|
|
2766
3043
|
}
|
|
3044
|
+
/**
|
|
3045
|
+
* @public
|
|
3046
|
+
*/
|
|
2767
3047
|
export interface GetOpenIDConnectProviderRequest {
|
|
2768
3048
|
/**
|
|
2769
3049
|
* <p>The Amazon Resource Name (ARN) of the OIDC provider resource object in IAM to get
|
|
@@ -2773,6 +3053,7 @@ export interface GetOpenIDConnectProviderRequest {
|
|
|
2773
3053
|
OpenIDConnectProviderArn: string | undefined;
|
|
2774
3054
|
}
|
|
2775
3055
|
/**
|
|
3056
|
+
* @public
|
|
2776
3057
|
* <p>Contains the response to a successful <a>GetOpenIDConnectProvider</a>
|
|
2777
3058
|
* request. </p>
|
|
2778
3059
|
*/
|
|
@@ -2804,12 +3085,18 @@ export interface GetOpenIDConnectProviderResponse {
|
|
|
2804
3085
|
*/
|
|
2805
3086
|
Tags?: Tag[];
|
|
2806
3087
|
}
|
|
3088
|
+
/**
|
|
3089
|
+
* @public
|
|
3090
|
+
*/
|
|
2807
3091
|
export declare enum SortKeyType {
|
|
2808
3092
|
LAST_AUTHENTICATED_TIME_ASCENDING = "LAST_AUTHENTICATED_TIME_ASCENDING",
|
|
2809
3093
|
LAST_AUTHENTICATED_TIME_DESCENDING = "LAST_AUTHENTICATED_TIME_DESCENDING",
|
|
2810
3094
|
SERVICE_NAMESPACE_ASCENDING = "SERVICE_NAMESPACE_ASCENDING",
|
|
2811
3095
|
SERVICE_NAMESPACE_DESCENDING = "SERVICE_NAMESPACE_DESCENDING"
|
|
2812
3096
|
}
|
|
3097
|
+
/**
|
|
3098
|
+
* @public
|
|
3099
|
+
*/
|
|
2813
3100
|
export interface GetOrganizationsAccessReportRequest {
|
|
2814
3101
|
/**
|
|
2815
3102
|
* <p>The identifier of the request generated by the <a>GenerateOrganizationsAccessReport</a> operation.</p>
|
|
@@ -2841,6 +3128,7 @@ export interface GetOrganizationsAccessReportRequest {
|
|
|
2841
3128
|
SortKey?: SortKeyType | string;
|
|
2842
3129
|
}
|
|
2843
3130
|
/**
|
|
3131
|
+
* @public
|
|
2844
3132
|
* <p>Contains information about the reason that the operation failed.</p>
|
|
2845
3133
|
* <p>This data type is used as a response element in the <a>GetOrganizationsAccessReport</a>, <a>GetServiceLastAccessedDetails</a>, and <a>GetServiceLastAccessedDetailsWithEntities</a> operations.</p>
|
|
2846
3134
|
*/
|
|
@@ -2854,11 +3142,17 @@ export interface ErrorDetails {
|
|
|
2854
3142
|
*/
|
|
2855
3143
|
Code: string | undefined;
|
|
2856
3144
|
}
|
|
3145
|
+
/**
|
|
3146
|
+
* @public
|
|
3147
|
+
*/
|
|
2857
3148
|
export declare enum JobStatusType {
|
|
2858
3149
|
COMPLETED = "COMPLETED",
|
|
2859
3150
|
FAILED = "FAILED",
|
|
2860
3151
|
IN_PROGRESS = "IN_PROGRESS"
|
|
2861
3152
|
}
|
|
3153
|
+
/**
|
|
3154
|
+
* @public
|
|
3155
|
+
*/
|
|
2862
3156
|
export interface GetOrganizationsAccessReportResponse {
|
|
2863
3157
|
/**
|
|
2864
3158
|
* <p>The status of the job.</p>
|
|
@@ -2912,6 +3206,9 @@ export interface GetOrganizationsAccessReportResponse {
|
|
|
2912
3206
|
*/
|
|
2913
3207
|
ErrorDetails?: ErrorDetails;
|
|
2914
3208
|
}
|
|
3209
|
+
/**
|
|
3210
|
+
* @public
|
|
3211
|
+
*/
|
|
2915
3212
|
export interface GetPolicyRequest {
|
|
2916
3213
|
/**
|
|
2917
3214
|
* <p>The Amazon Resource Name (ARN) of the managed policy that you want information
|
|
@@ -2921,6 +3218,7 @@ export interface GetPolicyRequest {
|
|
|
2921
3218
|
PolicyArn: string | undefined;
|
|
2922
3219
|
}
|
|
2923
3220
|
/**
|
|
3221
|
+
* @public
|
|
2924
3222
|
* <p>Contains the response to a successful <a>GetPolicy</a> request. </p>
|
|
2925
3223
|
*/
|
|
2926
3224
|
export interface GetPolicyResponse {
|
|
@@ -2929,6 +3227,9 @@ export interface GetPolicyResponse {
|
|
|
2929
3227
|
*/
|
|
2930
3228
|
Policy?: Policy;
|
|
2931
3229
|
}
|
|
3230
|
+
/**
|
|
3231
|
+
* @public
|
|
3232
|
+
*/
|
|
2932
3233
|
export interface GetPolicyVersionRequest {
|
|
2933
3234
|
/**
|
|
2934
3235
|
* <p>The Amazon Resource Name (ARN) of the managed policy that you want information
|
|
@@ -2945,6 +3246,7 @@ export interface GetPolicyVersionRequest {
|
|
|
2945
3246
|
VersionId: string | undefined;
|
|
2946
3247
|
}
|
|
2947
3248
|
/**
|
|
3249
|
+
* @public
|
|
2948
3250
|
* <p>Contains the response to a successful <a>GetPolicyVersion</a> request.
|
|
2949
3251
|
* </p>
|
|
2950
3252
|
*/
|
|
@@ -2954,6 +3256,9 @@ export interface GetPolicyVersionResponse {
|
|
|
2954
3256
|
*/
|
|
2955
3257
|
PolicyVersion?: PolicyVersion;
|
|
2956
3258
|
}
|
|
3259
|
+
/**
|
|
3260
|
+
* @public
|
|
3261
|
+
*/
|
|
2957
3262
|
export interface GetRoleRequest {
|
|
2958
3263
|
/**
|
|
2959
3264
|
* <p>The name of the IAM role to get information about.</p>
|
|
@@ -2963,6 +3268,7 @@ export interface GetRoleRequest {
|
|
|
2963
3268
|
RoleName: string | undefined;
|
|
2964
3269
|
}
|
|
2965
3270
|
/**
|
|
3271
|
+
* @public
|
|
2966
3272
|
* <p>Contains the response to a successful <a>GetRole</a> request. </p>
|
|
2967
3273
|
*/
|
|
2968
3274
|
export interface GetRoleResponse {
|
|
@@ -2971,6 +3277,9 @@ export interface GetRoleResponse {
|
|
|
2971
3277
|
*/
|
|
2972
3278
|
Role: Role | undefined;
|
|
2973
3279
|
}
|
|
3280
|
+
/**
|
|
3281
|
+
* @public
|
|
3282
|
+
*/
|
|
2974
3283
|
export interface GetRolePolicyRequest {
|
|
2975
3284
|
/**
|
|
2976
3285
|
* <p>The name of the role associated with the policy.</p>
|
|
@@ -2986,6 +3295,7 @@ export interface GetRolePolicyRequest {
|
|
|
2986
3295
|
PolicyName: string | undefined;
|
|
2987
3296
|
}
|
|
2988
3297
|
/**
|
|
3298
|
+
* @public
|
|
2989
3299
|
* <p>Contains the response to a successful <a>GetRolePolicy</a> request.
|
|
2990
3300
|
* </p>
|
|
2991
3301
|
*/
|
|
@@ -3006,6 +3316,9 @@ export interface GetRolePolicyResponse {
|
|
|
3006
3316
|
*/
|
|
3007
3317
|
PolicyDocument: string | undefined;
|
|
3008
3318
|
}
|
|
3319
|
+
/**
|
|
3320
|
+
* @public
|
|
3321
|
+
*/
|
|
3009
3322
|
export interface GetSAMLProviderRequest {
|
|
3010
3323
|
/**
|
|
3011
3324
|
* <p>The Amazon Resource Name (ARN) of the SAML provider resource object in IAM to get
|
|
@@ -3015,6 +3328,7 @@ export interface GetSAMLProviderRequest {
|
|
|
3015
3328
|
SAMLProviderArn: string | undefined;
|
|
3016
3329
|
}
|
|
3017
3330
|
/**
|
|
3331
|
+
* @public
|
|
3018
3332
|
* <p>Contains the response to a successful <a>GetSAMLProvider</a> request.
|
|
3019
3333
|
* </p>
|
|
3020
3334
|
*/
|
|
@@ -3038,6 +3352,9 @@ export interface GetSAMLProviderResponse {
|
|
|
3038
3352
|
*/
|
|
3039
3353
|
Tags?: Tag[];
|
|
3040
3354
|
}
|
|
3355
|
+
/**
|
|
3356
|
+
* @public
|
|
3357
|
+
*/
|
|
3041
3358
|
export interface GetServerCertificateRequest {
|
|
3042
3359
|
/**
|
|
3043
3360
|
* <p>The name of the server certificate you want to retrieve information about.</p>
|
|
@@ -3047,6 +3364,7 @@ export interface GetServerCertificateRequest {
|
|
|
3047
3364
|
ServerCertificateName: string | undefined;
|
|
3048
3365
|
}
|
|
3049
3366
|
/**
|
|
3367
|
+
* @public
|
|
3050
3368
|
* <p>Contains information about a server certificate without its certificate body,
|
|
3051
3369
|
* certificate chain, and private key.</p>
|
|
3052
3370
|
* <p> This data type is used as a response element in the <a>UploadServerCertificate</a> and <a>ListServerCertificates</a>
|
|
@@ -3083,6 +3401,7 @@ export interface ServerCertificateMetadata {
|
|
|
3083
3401
|
Expiration?: Date;
|
|
3084
3402
|
}
|
|
3085
3403
|
/**
|
|
3404
|
+
* @public
|
|
3086
3405
|
* <p>Contains information about a server certificate.</p>
|
|
3087
3406
|
* <p> This data type is used as a response element in the <a>GetServerCertificate</a> operation. </p>
|
|
3088
3407
|
*/
|
|
@@ -3107,6 +3426,7 @@ export interface ServerCertificate {
|
|
|
3107
3426
|
Tags?: Tag[];
|
|
3108
3427
|
}
|
|
3109
3428
|
/**
|
|
3429
|
+
* @public
|
|
3110
3430
|
* <p>Contains the response to a successful <a>GetServerCertificate</a> request.
|
|
3111
3431
|
* </p>
|
|
3112
3432
|
*/
|
|
@@ -3116,6 +3436,9 @@ export interface GetServerCertificateResponse {
|
|
|
3116
3436
|
*/
|
|
3117
3437
|
ServerCertificate: ServerCertificate | undefined;
|
|
3118
3438
|
}
|
|
3439
|
+
/**
|
|
3440
|
+
* @public
|
|
3441
|
+
*/
|
|
3119
3442
|
export interface GetServiceLastAccessedDetailsRequest {
|
|
3120
3443
|
/**
|
|
3121
3444
|
* <p>The ID of the request generated by the <a>GenerateServiceLastAccessedDetails</a> operation. The <code>JobId</code>
|
|
@@ -3144,6 +3467,7 @@ export interface GetServiceLastAccessedDetailsRequest {
|
|
|
3144
3467
|
Marker?: string;
|
|
3145
3468
|
}
|
|
3146
3469
|
/**
|
|
3470
|
+
* @public
|
|
3147
3471
|
* <p>Contains details about the most recent attempt to access an action within the
|
|
3148
3472
|
* service.</p>
|
|
3149
3473
|
* <p>This data type is used as a response element in the <a>GetServiceLastAccessedDetails</a> operation.</p>
|
|
@@ -3177,6 +3501,7 @@ export interface TrackedActionLastAccessed {
|
|
|
3177
3501
|
LastAccessedRegion?: string;
|
|
3178
3502
|
}
|
|
3179
3503
|
/**
|
|
3504
|
+
* @public
|
|
3180
3505
|
* <p>Contains details about the most recent attempt to access the service.</p>
|
|
3181
3506
|
* <p>This data type is used as a response element in the <a>GetServiceLastAccessedDetails</a> operation.</p>
|
|
3182
3507
|
*/
|
|
@@ -3233,6 +3558,9 @@ export interface ServiceLastAccessed {
|
|
|
3233
3558
|
*/
|
|
3234
3559
|
TrackedActionsLastAccessed?: TrackedActionLastAccessed[];
|
|
3235
3560
|
}
|
|
3561
|
+
/**
|
|
3562
|
+
* @public
|
|
3563
|
+
*/
|
|
3236
3564
|
export interface GetServiceLastAccessedDetailsResponse {
|
|
3237
3565
|
/**
|
|
3238
3566
|
* <p>The status of the job.</p>
|
|
@@ -3281,6 +3609,9 @@ export interface GetServiceLastAccessedDetailsResponse {
|
|
|
3281
3609
|
*/
|
|
3282
3610
|
Error?: ErrorDetails;
|
|
3283
3611
|
}
|
|
3612
|
+
/**
|
|
3613
|
+
* @public
|
|
3614
|
+
*/
|
|
3284
3615
|
export interface GetServiceLastAccessedDetailsWithEntitiesRequest {
|
|
3285
3616
|
/**
|
|
3286
3617
|
* <p>The ID of the request generated by the <code>GenerateServiceLastAccessedDetails</code>
|
|
@@ -3317,12 +3648,16 @@ export interface GetServiceLastAccessedDetailsWithEntitiesRequest {
|
|
|
3317
3648
|
*/
|
|
3318
3649
|
Marker?: string;
|
|
3319
3650
|
}
|
|
3651
|
+
/**
|
|
3652
|
+
* @public
|
|
3653
|
+
*/
|
|
3320
3654
|
export declare enum PolicyOwnerEntityType {
|
|
3321
3655
|
GROUP = "GROUP",
|
|
3322
3656
|
ROLE = "ROLE",
|
|
3323
3657
|
USER = "USER"
|
|
3324
3658
|
}
|
|
3325
3659
|
/**
|
|
3660
|
+
* @public
|
|
3326
3661
|
* <p>Contains details about the specified entity (user or role).</p>
|
|
3327
3662
|
* <p>This data type is an element of the <a>EntityDetails</a> object.</p>
|
|
3328
3663
|
*/
|
|
@@ -3352,6 +3687,7 @@ export interface EntityInfo {
|
|
|
3352
3687
|
Path?: string;
|
|
3353
3688
|
}
|
|
3354
3689
|
/**
|
|
3690
|
+
* @public
|
|
3355
3691
|
* <p>An object that contains details about when the IAM entities (users or roles) were last
|
|
3356
3692
|
* used in an attempt to access the specified Amazon Web Services service.</p>
|
|
3357
3693
|
* <p>This data type is a response element in the <a>GetServiceLastAccessedDetailsWithEntities</a> operation.</p>
|
|
@@ -3371,6 +3707,9 @@ export interface EntityDetails {
|
|
|
3371
3707
|
*/
|
|
3372
3708
|
LastAuthenticated?: Date;
|
|
3373
3709
|
}
|
|
3710
|
+
/**
|
|
3711
|
+
* @public
|
|
3712
|
+
*/
|
|
3374
3713
|
export interface GetServiceLastAccessedDetailsWithEntitiesResponse {
|
|
3375
3714
|
/**
|
|
3376
3715
|
* <p>The status of the job.</p>
|
|
@@ -3414,6 +3753,9 @@ export interface GetServiceLastAccessedDetailsWithEntitiesResponse {
|
|
|
3414
3753
|
*/
|
|
3415
3754
|
Error?: ErrorDetails;
|
|
3416
3755
|
}
|
|
3756
|
+
/**
|
|
3757
|
+
* @public
|
|
3758
|
+
*/
|
|
3417
3759
|
export interface GetServiceLinkedRoleDeletionStatusRequest {
|
|
3418
3760
|
/**
|
|
3419
3761
|
* <p>The deletion task identifier. This identifier is returned by the <a>DeleteServiceLinkedRole</a> operation in the format
|
|
@@ -3422,6 +3764,7 @@ export interface GetServiceLinkedRoleDeletionStatusRequest {
|
|
|
3422
3764
|
DeletionTaskId: string | undefined;
|
|
3423
3765
|
}
|
|
3424
3766
|
/**
|
|
3767
|
+
* @public
|
|
3425
3768
|
* <p>An object that contains details about how a service-linked role is used, if that
|
|
3426
3769
|
* information is returned by the service.</p>
|
|
3427
3770
|
* <p>This data type is used as a response element in the <a>GetServiceLinkedRoleDeletionStatus</a> operation.</p>
|
|
@@ -3437,6 +3780,7 @@ export interface RoleUsageType {
|
|
|
3437
3780
|
Resources?: string[];
|
|
3438
3781
|
}
|
|
3439
3782
|
/**
|
|
3783
|
+
* @public
|
|
3440
3784
|
* <p>The reason that the service-linked role deletion failed.</p>
|
|
3441
3785
|
* <p>This data type is used as a response element in the <a>GetServiceLinkedRoleDeletionStatus</a> operation.</p>
|
|
3442
3786
|
*/
|
|
@@ -3455,12 +3799,18 @@ export interface DeletionTaskFailureReasonType {
|
|
|
3455
3799
|
*/
|
|
3456
3800
|
RoleUsageList?: RoleUsageType[];
|
|
3457
3801
|
}
|
|
3802
|
+
/**
|
|
3803
|
+
* @public
|
|
3804
|
+
*/
|
|
3458
3805
|
export declare enum DeletionTaskStatusType {
|
|
3459
3806
|
FAILED = "FAILED",
|
|
3460
3807
|
IN_PROGRESS = "IN_PROGRESS",
|
|
3461
3808
|
NOT_STARTED = "NOT_STARTED",
|
|
3462
3809
|
SUCCEEDED = "SUCCEEDED"
|
|
3463
3810
|
}
|
|
3811
|
+
/**
|
|
3812
|
+
* @public
|
|
3813
|
+
*/
|
|
3464
3814
|
export interface GetServiceLinkedRoleDeletionStatusResponse {
|
|
3465
3815
|
/**
|
|
3466
3816
|
* <p>The status of the deletion.</p>
|
|
@@ -3471,10 +3821,16 @@ export interface GetServiceLinkedRoleDeletionStatusResponse {
|
|
|
3471
3821
|
*/
|
|
3472
3822
|
Reason?: DeletionTaskFailureReasonType;
|
|
3473
3823
|
}
|
|
3824
|
+
/**
|
|
3825
|
+
* @public
|
|
3826
|
+
*/
|
|
3474
3827
|
export declare enum EncodingType {
|
|
3475
3828
|
PEM = "PEM",
|
|
3476
3829
|
SSH = "SSH"
|
|
3477
3830
|
}
|
|
3831
|
+
/**
|
|
3832
|
+
* @public
|
|
3833
|
+
*/
|
|
3478
3834
|
export interface GetSSHPublicKeyRequest {
|
|
3479
3835
|
/**
|
|
3480
3836
|
* <p>The name of the IAM user associated with the SSH public key.</p>
|
|
@@ -3496,6 +3852,7 @@ export interface GetSSHPublicKeyRequest {
|
|
|
3496
3852
|
Encoding: EncodingType | string | undefined;
|
|
3497
3853
|
}
|
|
3498
3854
|
/**
|
|
3855
|
+
* @public
|
|
3499
3856
|
* <p>Contains information about an SSH public key.</p>
|
|
3500
3857
|
* <p>This data type is used as a response element in the <a>GetSSHPublicKey</a>
|
|
3501
3858
|
* and <a>UploadSSHPublicKey</a> operations. </p>
|
|
@@ -3530,6 +3887,7 @@ export interface SSHPublicKey {
|
|
|
3530
3887
|
UploadDate?: Date;
|
|
3531
3888
|
}
|
|
3532
3889
|
/**
|
|
3890
|
+
* @public
|
|
3533
3891
|
* <p>Contains the response to a successful <a>GetSSHPublicKey</a>
|
|
3534
3892
|
* request.</p>
|
|
3535
3893
|
*/
|
|
@@ -3540,6 +3898,7 @@ export interface GetSSHPublicKeyResponse {
|
|
|
3540
3898
|
SSHPublicKey?: SSHPublicKey;
|
|
3541
3899
|
}
|
|
3542
3900
|
/**
|
|
3901
|
+
* @public
|
|
3543
3902
|
* <p>The request was rejected because the public key encoding format is unsupported or
|
|
3544
3903
|
* unrecognized.</p>
|
|
3545
3904
|
*/
|
|
@@ -3551,6 +3910,9 @@ export declare class UnrecognizedPublicKeyEncodingException extends __BaseExcept
|
|
|
3551
3910
|
*/
|
|
3552
3911
|
constructor(opts: __ExceptionOptionType<UnrecognizedPublicKeyEncodingException, __BaseException>);
|
|
3553
3912
|
}
|
|
3913
|
+
/**
|
|
3914
|
+
* @public
|
|
3915
|
+
*/
|
|
3554
3916
|
export interface GetUserRequest {
|
|
3555
3917
|
/**
|
|
3556
3918
|
* <p>The name of the user to get information about.</p>
|
|
@@ -3561,6 +3923,7 @@ export interface GetUserRequest {
|
|
|
3561
3923
|
UserName?: string;
|
|
3562
3924
|
}
|
|
3563
3925
|
/**
|
|
3926
|
+
* @public
|
|
3564
3927
|
* <p>Contains the response to a successful <a>GetUser</a> request. </p>
|
|
3565
3928
|
*/
|
|
3566
3929
|
export interface GetUserResponse {
|
|
@@ -3584,6 +3947,9 @@ export interface GetUserResponse {
|
|
|
3584
3947
|
*/
|
|
3585
3948
|
User: User | undefined;
|
|
3586
3949
|
}
|
|
3950
|
+
/**
|
|
3951
|
+
* @public
|
|
3952
|
+
*/
|
|
3587
3953
|
export interface GetUserPolicyRequest {
|
|
3588
3954
|
/**
|
|
3589
3955
|
* <p>The name of the user who the policy is associated with.</p>
|
|
@@ -3599,6 +3965,7 @@ export interface GetUserPolicyRequest {
|
|
|
3599
3965
|
PolicyName: string | undefined;
|
|
3600
3966
|
}
|
|
3601
3967
|
/**
|
|
3968
|
+
* @public
|
|
3602
3969
|
* <p>Contains the response to a successful <a>GetUserPolicy</a> request.
|
|
3603
3970
|
* </p>
|
|
3604
3971
|
*/
|
|
@@ -3619,6 +3986,9 @@ export interface GetUserPolicyResponse {
|
|
|
3619
3986
|
*/
|
|
3620
3987
|
PolicyDocument: string | undefined;
|
|
3621
3988
|
}
|
|
3989
|
+
/**
|
|
3990
|
+
* @public
|
|
3991
|
+
*/
|
|
3622
3992
|
export interface ListAccessKeysRequest {
|
|
3623
3993
|
/**
|
|
3624
3994
|
* <p>The name of the user.</p>
|
|
@@ -3646,6 +4016,7 @@ export interface ListAccessKeysRequest {
|
|
|
3646
4016
|
MaxItems?: number;
|
|
3647
4017
|
}
|
|
3648
4018
|
/**
|
|
4019
|
+
* @public
|
|
3649
4020
|
* <p>Contains the response to a successful <a>ListAccessKeys</a> request.
|
|
3650
4021
|
* </p>
|
|
3651
4022
|
*/
|
|
@@ -3670,6 +4041,9 @@ export interface ListAccessKeysResponse {
|
|
|
3670
4041
|
*/
|
|
3671
4042
|
Marker?: string;
|
|
3672
4043
|
}
|
|
4044
|
+
/**
|
|
4045
|
+
* @public
|
|
4046
|
+
*/
|
|
3673
4047
|
export interface ListAccountAliasesRequest {
|
|
3674
4048
|
/**
|
|
3675
4049
|
* <p>Use this parameter only when paginating results and only after
|
|
@@ -3691,6 +4065,7 @@ export interface ListAccountAliasesRequest {
|
|
|
3691
4065
|
MaxItems?: number;
|
|
3692
4066
|
}
|
|
3693
4067
|
/**
|
|
4068
|
+
* @public
|
|
3694
4069
|
* <p>Contains the response to a successful <a>ListAccountAliases</a> request.
|
|
3695
4070
|
* </p>
|
|
3696
4071
|
*/
|
|
@@ -3716,6 +4091,9 @@ export interface ListAccountAliasesResponse {
|
|
|
3716
4091
|
*/
|
|
3717
4092
|
Marker?: string;
|
|
3718
4093
|
}
|
|
4094
|
+
/**
|
|
4095
|
+
* @public
|
|
4096
|
+
*/
|
|
3719
4097
|
export interface ListAttachedGroupPoliciesRequest {
|
|
3720
4098
|
/**
|
|
3721
4099
|
* <p>The name (friendly name, not ARN) of the group to list attached policies for.</p>
|
|
@@ -3752,6 +4130,7 @@ export interface ListAttachedGroupPoliciesRequest {
|
|
|
3752
4130
|
MaxItems?: number;
|
|
3753
4131
|
}
|
|
3754
4132
|
/**
|
|
4133
|
+
* @public
|
|
3755
4134
|
* <p>Contains the response to a successful <a>ListAttachedGroupPolicies</a>
|
|
3756
4135
|
* request. </p>
|
|
3757
4136
|
*/
|
|
@@ -3776,6 +4155,9 @@ export interface ListAttachedGroupPoliciesResponse {
|
|
|
3776
4155
|
*/
|
|
3777
4156
|
Marker?: string;
|
|
3778
4157
|
}
|
|
4158
|
+
/**
|
|
4159
|
+
* @public
|
|
4160
|
+
*/
|
|
3779
4161
|
export interface ListAttachedRolePoliciesRequest {
|
|
3780
4162
|
/**
|
|
3781
4163
|
* <p>The name (friendly name, not ARN) of the role to list attached policies for.</p>
|
|
@@ -3812,6 +4194,7 @@ export interface ListAttachedRolePoliciesRequest {
|
|
|
3812
4194
|
MaxItems?: number;
|
|
3813
4195
|
}
|
|
3814
4196
|
/**
|
|
4197
|
+
* @public
|
|
3815
4198
|
* <p>Contains the response to a successful <a>ListAttachedRolePolicies</a>
|
|
3816
4199
|
* request. </p>
|
|
3817
4200
|
*/
|
|
@@ -3836,6 +4219,9 @@ export interface ListAttachedRolePoliciesResponse {
|
|
|
3836
4219
|
*/
|
|
3837
4220
|
Marker?: string;
|
|
3838
4221
|
}
|
|
4222
|
+
/**
|
|
4223
|
+
* @public
|
|
4224
|
+
*/
|
|
3839
4225
|
export interface ListAttachedUserPoliciesRequest {
|
|
3840
4226
|
/**
|
|
3841
4227
|
* <p>The name (friendly name, not ARN) of the user to list attached policies for.</p>
|
|
@@ -3872,6 +4258,7 @@ export interface ListAttachedUserPoliciesRequest {
|
|
|
3872
4258
|
MaxItems?: number;
|
|
3873
4259
|
}
|
|
3874
4260
|
/**
|
|
4261
|
+
* @public
|
|
3875
4262
|
* <p>Contains the response to a successful <a>ListAttachedUserPolicies</a>
|
|
3876
4263
|
* request. </p>
|
|
3877
4264
|
*/
|
|
@@ -3896,10 +4283,16 @@ export interface ListAttachedUserPoliciesResponse {
|
|
|
3896
4283
|
*/
|
|
3897
4284
|
Marker?: string;
|
|
3898
4285
|
}
|
|
4286
|
+
/**
|
|
4287
|
+
* @public
|
|
4288
|
+
*/
|
|
3899
4289
|
export declare enum PolicyUsageType {
|
|
3900
4290
|
PermissionsBoundary = "PermissionsBoundary",
|
|
3901
4291
|
PermissionsPolicy = "PermissionsPolicy"
|
|
3902
4292
|
}
|
|
4293
|
+
/**
|
|
4294
|
+
* @public
|
|
4295
|
+
*/
|
|
3903
4296
|
export interface ListEntitiesForPolicyRequest {
|
|
3904
4297
|
/**
|
|
3905
4298
|
* <p>The Amazon Resource Name (ARN) of the IAM policy for which you want the
|
|
@@ -3953,6 +4346,7 @@ export interface ListEntitiesForPolicyRequest {
|
|
|
3953
4346
|
MaxItems?: number;
|
|
3954
4347
|
}
|
|
3955
4348
|
/**
|
|
4349
|
+
* @public
|
|
3956
4350
|
* <p>Contains information about a group that a managed policy is attached to.</p>
|
|
3957
4351
|
* <p>This data type is used as a response element in the <a>ListEntitiesForPolicy</a> operation. </p>
|
|
3958
4352
|
* <p>For more information about managed policies, refer to <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline
|
|
@@ -3971,6 +4365,7 @@ export interface PolicyGroup {
|
|
|
3971
4365
|
GroupId?: string;
|
|
3972
4366
|
}
|
|
3973
4367
|
/**
|
|
4368
|
+
* @public
|
|
3974
4369
|
* <p>Contains information about a role that a managed policy is attached to.</p>
|
|
3975
4370
|
* <p>This data type is used as a response element in the <a>ListEntitiesForPolicy</a> operation. </p>
|
|
3976
4371
|
* <p>For more information about managed policies, refer to <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline
|
|
@@ -3989,6 +4384,7 @@ export interface PolicyRole {
|
|
|
3989
4384
|
RoleId?: string;
|
|
3990
4385
|
}
|
|
3991
4386
|
/**
|
|
4387
|
+
* @public
|
|
3992
4388
|
* <p>Contains information about a user that a managed policy is attached to.</p>
|
|
3993
4389
|
* <p>This data type is used as a response element in the <a>ListEntitiesForPolicy</a> operation. </p>
|
|
3994
4390
|
* <p>For more information about managed policies, refer to <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline
|
|
@@ -4007,6 +4403,7 @@ export interface PolicyUser {
|
|
|
4007
4403
|
UserId?: string;
|
|
4008
4404
|
}
|
|
4009
4405
|
/**
|
|
4406
|
+
* @public
|
|
4010
4407
|
* <p>Contains the response to a successful <a>ListEntitiesForPolicy</a> request.
|
|
4011
4408
|
* </p>
|
|
4012
4409
|
*/
|
|
@@ -4039,6 +4436,9 @@ export interface ListEntitiesForPolicyResponse {
|
|
|
4039
4436
|
*/
|
|
4040
4437
|
Marker?: string;
|
|
4041
4438
|
}
|
|
4439
|
+
/**
|
|
4440
|
+
* @public
|
|
4441
|
+
*/
|
|
4042
4442
|
export interface ListGroupPoliciesRequest {
|
|
4043
4443
|
/**
|
|
4044
4444
|
* <p>The name of the group to list policies for.</p>
|
|
@@ -4066,6 +4466,7 @@ export interface ListGroupPoliciesRequest {
|
|
|
4066
4466
|
MaxItems?: number;
|
|
4067
4467
|
}
|
|
4068
4468
|
/**
|
|
4469
|
+
* @public
|
|
4069
4470
|
* <p>Contains the response to a successful <a>ListGroupPolicies</a> request.
|
|
4070
4471
|
* </p>
|
|
4071
4472
|
*/
|
|
@@ -4092,6 +4493,9 @@ export interface ListGroupPoliciesResponse {
|
|
|
4092
4493
|
*/
|
|
4093
4494
|
Marker?: string;
|
|
4094
4495
|
}
|
|
4496
|
+
/**
|
|
4497
|
+
* @public
|
|
4498
|
+
*/
|
|
4095
4499
|
export interface ListGroupsRequest {
|
|
4096
4500
|
/**
|
|
4097
4501
|
* <p> The path prefix for filtering the results. For example, the prefix
|
|
@@ -4124,6 +4528,7 @@ export interface ListGroupsRequest {
|
|
|
4124
4528
|
MaxItems?: number;
|
|
4125
4529
|
}
|
|
4126
4530
|
/**
|
|
4531
|
+
* @public
|
|
4127
4532
|
* <p>Contains the response to a successful <a>ListGroups</a> request. </p>
|
|
4128
4533
|
*/
|
|
4129
4534
|
export interface ListGroupsResponse {
|
|
@@ -4147,6 +4552,9 @@ export interface ListGroupsResponse {
|
|
|
4147
4552
|
*/
|
|
4148
4553
|
Marker?: string;
|
|
4149
4554
|
}
|
|
4555
|
+
/**
|
|
4556
|
+
* @public
|
|
4557
|
+
*/
|
|
4150
4558
|
export interface ListGroupsForUserRequest {
|
|
4151
4559
|
/**
|
|
4152
4560
|
* <p>The name of the user to list groups for.</p>
|
|
@@ -4174,6 +4582,7 @@ export interface ListGroupsForUserRequest {
|
|
|
4174
4582
|
MaxItems?: number;
|
|
4175
4583
|
}
|
|
4176
4584
|
/**
|
|
4585
|
+
* @public
|
|
4177
4586
|
* <p>Contains the response to a successful <a>ListGroupsForUser</a> request.
|
|
4178
4587
|
* </p>
|
|
4179
4588
|
*/
|
|
@@ -4198,6 +4607,9 @@ export interface ListGroupsForUserResponse {
|
|
|
4198
4607
|
*/
|
|
4199
4608
|
Marker?: string;
|
|
4200
4609
|
}
|
|
4610
|
+
/**
|
|
4611
|
+
* @public
|
|
4612
|
+
*/
|
|
4201
4613
|
export interface ListInstanceProfilesRequest {
|
|
4202
4614
|
/**
|
|
4203
4615
|
* <p> The path prefix for filtering the results. For example, the prefix
|
|
@@ -4230,6 +4642,7 @@ export interface ListInstanceProfilesRequest {
|
|
|
4230
4642
|
MaxItems?: number;
|
|
4231
4643
|
}
|
|
4232
4644
|
/**
|
|
4645
|
+
* @public
|
|
4233
4646
|
* <p>Contains the response to a successful <a>ListInstanceProfiles</a> request.
|
|
4234
4647
|
* </p>
|
|
4235
4648
|
*/
|
|
@@ -4254,6 +4667,9 @@ export interface ListInstanceProfilesResponse {
|
|
|
4254
4667
|
*/
|
|
4255
4668
|
Marker?: string;
|
|
4256
4669
|
}
|
|
4670
|
+
/**
|
|
4671
|
+
* @public
|
|
4672
|
+
*/
|
|
4257
4673
|
export interface ListInstanceProfilesForRoleRequest {
|
|
4258
4674
|
/**
|
|
4259
4675
|
* <p>The name of the role to list instance profiles for.</p>
|
|
@@ -4281,6 +4697,7 @@ export interface ListInstanceProfilesForRoleRequest {
|
|
|
4281
4697
|
MaxItems?: number;
|
|
4282
4698
|
}
|
|
4283
4699
|
/**
|
|
4700
|
+
* @public
|
|
4284
4701
|
* <p>Contains the response to a successful <a>ListInstanceProfilesForRole</a>
|
|
4285
4702
|
* request. </p>
|
|
4286
4703
|
*/
|
|
@@ -4305,6 +4722,9 @@ export interface ListInstanceProfilesForRoleResponse {
|
|
|
4305
4722
|
*/
|
|
4306
4723
|
Marker?: string;
|
|
4307
4724
|
}
|
|
4725
|
+
/**
|
|
4726
|
+
* @public
|
|
4727
|
+
*/
|
|
4308
4728
|
export interface ListInstanceProfileTagsRequest {
|
|
4309
4729
|
/**
|
|
4310
4730
|
* <p>The name of the IAM instance profile whose tags you want to see.</p>
|
|
@@ -4331,6 +4751,9 @@ export interface ListInstanceProfileTagsRequest {
|
|
|
4331
4751
|
*/
|
|
4332
4752
|
MaxItems?: number;
|
|
4333
4753
|
}
|
|
4754
|
+
/**
|
|
4755
|
+
* @public
|
|
4756
|
+
*/
|
|
4334
4757
|
export interface ListInstanceProfileTagsResponse {
|
|
4335
4758
|
/**
|
|
4336
4759
|
* <p>The list of tags that are currently attached to the IAM instance profile. Each tag consists of a key name and an associated value. If no tags are attached to the specified resource, the response contains an empty list.</p>
|
|
@@ -4352,6 +4775,9 @@ export interface ListInstanceProfileTagsResponse {
|
|
|
4352
4775
|
*/
|
|
4353
4776
|
Marker?: string;
|
|
4354
4777
|
}
|
|
4778
|
+
/**
|
|
4779
|
+
* @public
|
|
4780
|
+
*/
|
|
4355
4781
|
export interface ListMFADevicesRequest {
|
|
4356
4782
|
/**
|
|
4357
4783
|
* <p>The name of the user whose MFA devices you want to list.</p>
|
|
@@ -4379,6 +4805,7 @@ export interface ListMFADevicesRequest {
|
|
|
4379
4805
|
MaxItems?: number;
|
|
4380
4806
|
}
|
|
4381
4807
|
/**
|
|
4808
|
+
* @public
|
|
4382
4809
|
* <p>Contains information about an MFA device.</p>
|
|
4383
4810
|
* <p>This data type is used as a response element in the <a>ListMFADevices</a>
|
|
4384
4811
|
* operation.</p>
|
|
@@ -4399,6 +4826,7 @@ export interface MFADevice {
|
|
|
4399
4826
|
EnableDate: Date | undefined;
|
|
4400
4827
|
}
|
|
4401
4828
|
/**
|
|
4829
|
+
* @public
|
|
4402
4830
|
* <p>Contains the response to a successful <a>ListMFADevices</a> request.
|
|
4403
4831
|
* </p>
|
|
4404
4832
|
*/
|
|
@@ -4423,6 +4851,9 @@ export interface ListMFADevicesResponse {
|
|
|
4423
4851
|
*/
|
|
4424
4852
|
Marker?: string;
|
|
4425
4853
|
}
|
|
4854
|
+
/**
|
|
4855
|
+
* @public
|
|
4856
|
+
*/
|
|
4426
4857
|
export interface ListMFADeviceTagsRequest {
|
|
4427
4858
|
/**
|
|
4428
4859
|
* <p>The unique identifier for the IAM virtual MFA device whose tags you want to see.
|
|
@@ -4450,6 +4881,9 @@ export interface ListMFADeviceTagsRequest {
|
|
|
4450
4881
|
*/
|
|
4451
4882
|
MaxItems?: number;
|
|
4452
4883
|
}
|
|
4884
|
+
/**
|
|
4885
|
+
* @public
|
|
4886
|
+
*/
|
|
4453
4887
|
export interface ListMFADeviceTagsResponse {
|
|
4454
4888
|
/**
|
|
4455
4889
|
* <p>The list of tags that are currently attached to the virtual MFA device. Each tag consists of a key name and an associated value. If no tags are attached to the specified resource, the response contains an empty list.</p>
|
|
@@ -4471,9 +4905,13 @@ export interface ListMFADeviceTagsResponse {
|
|
|
4471
4905
|
*/
|
|
4472
4906
|
Marker?: string;
|
|
4473
4907
|
}
|
|
4908
|
+
/**
|
|
4909
|
+
* @public
|
|
4910
|
+
*/
|
|
4474
4911
|
export interface ListOpenIDConnectProvidersRequest {
|
|
4475
4912
|
}
|
|
4476
4913
|
/**
|
|
4914
|
+
* @public
|
|
4477
4915
|
* <p>Contains the Amazon Resource Name (ARN) for an IAM OpenID Connect provider.</p>
|
|
4478
4916
|
*/
|
|
4479
4917
|
export interface OpenIDConnectProviderListEntry {
|
|
@@ -4485,6 +4923,7 @@ export interface OpenIDConnectProviderListEntry {
|
|
|
4485
4923
|
Arn?: string;
|
|
4486
4924
|
}
|
|
4487
4925
|
/**
|
|
4926
|
+
* @public
|
|
4488
4927
|
* <p>Contains the response to a successful <a>ListOpenIDConnectProviders</a>
|
|
4489
4928
|
* request. </p>
|
|
4490
4929
|
*/
|
|
@@ -4494,6 +4933,9 @@ export interface ListOpenIDConnectProvidersResponse {
|
|
|
4494
4933
|
*/
|
|
4495
4934
|
OpenIDConnectProviderList?: OpenIDConnectProviderListEntry[];
|
|
4496
4935
|
}
|
|
4936
|
+
/**
|
|
4937
|
+
* @public
|
|
4938
|
+
*/
|
|
4497
4939
|
export interface ListOpenIDConnectProviderTagsRequest {
|
|
4498
4940
|
/**
|
|
4499
4941
|
* <p>The ARN of the OpenID Connect (OIDC) identity provider whose tags you want to
|
|
@@ -4521,6 +4963,9 @@ export interface ListOpenIDConnectProviderTagsRequest {
|
|
|
4521
4963
|
*/
|
|
4522
4964
|
MaxItems?: number;
|
|
4523
4965
|
}
|
|
4966
|
+
/**
|
|
4967
|
+
* @public
|
|
4968
|
+
*/
|
|
4524
4969
|
export interface ListOpenIDConnectProviderTagsResponse {
|
|
4525
4970
|
/**
|
|
4526
4971
|
* <p>The list of tags that are currently attached to the OpenID Connect (OIDC) identity
|
|
@@ -4543,11 +4988,17 @@ export interface ListOpenIDConnectProviderTagsResponse {
|
|
|
4543
4988
|
*/
|
|
4544
4989
|
Marker?: string;
|
|
4545
4990
|
}
|
|
4991
|
+
/**
|
|
4992
|
+
* @public
|
|
4993
|
+
*/
|
|
4546
4994
|
export declare enum PolicyScopeType {
|
|
4547
4995
|
AWS = "AWS",
|
|
4548
4996
|
All = "All",
|
|
4549
4997
|
Local = "Local"
|
|
4550
4998
|
}
|
|
4999
|
+
/**
|
|
5000
|
+
* @public
|
|
5001
|
+
*/
|
|
4551
5002
|
export interface ListPoliciesRequest {
|
|
4552
5003
|
/**
|
|
4553
5004
|
* <p>The scope to use for filtering the results.</p>
|
|
@@ -4603,6 +5054,7 @@ export interface ListPoliciesRequest {
|
|
|
4603
5054
|
MaxItems?: number;
|
|
4604
5055
|
}
|
|
4605
5056
|
/**
|
|
5057
|
+
* @public
|
|
4606
5058
|
* <p>Contains the response to a successful <a>ListPolicies</a> request.
|
|
4607
5059
|
* </p>
|
|
4608
5060
|
*/
|
|
@@ -4627,6 +5079,9 @@ export interface ListPoliciesResponse {
|
|
|
4627
5079
|
*/
|
|
4628
5080
|
Marker?: string;
|
|
4629
5081
|
}
|
|
5082
|
+
/**
|
|
5083
|
+
* @public
|
|
5084
|
+
*/
|
|
4630
5085
|
export interface ListPoliciesGrantingServiceAccessRequest {
|
|
4631
5086
|
/**
|
|
4632
5087
|
* <p>Use this parameter only when paginating results and only after
|
|
@@ -4651,11 +5106,15 @@ export interface ListPoliciesGrantingServiceAccessRequest {
|
|
|
4651
5106
|
*/
|
|
4652
5107
|
ServiceNamespaces: string[] | undefined;
|
|
4653
5108
|
}
|
|
5109
|
+
/**
|
|
5110
|
+
* @public
|
|
5111
|
+
*/
|
|
4654
5112
|
export declare enum PolicyType {
|
|
4655
5113
|
INLINE = "INLINE",
|
|
4656
5114
|
MANAGED = "MANAGED"
|
|
4657
5115
|
}
|
|
4658
5116
|
/**
|
|
5117
|
+
* @public
|
|
4659
5118
|
* <p>Contains details about the permissions policies that are attached to the specified
|
|
4660
5119
|
* identity (user, group, or role).</p>
|
|
4661
5120
|
* <p>This data type is an element of the <a>ListPoliciesGrantingServiceAccessEntry</a> object.</p>
|
|
@@ -4694,6 +5153,7 @@ export interface PolicyGrantingServiceAccess {
|
|
|
4694
5153
|
EntityName?: string;
|
|
4695
5154
|
}
|
|
4696
5155
|
/**
|
|
5156
|
+
* @public
|
|
4697
5157
|
* <p>Contains details about the permissions policies that are attached to the specified
|
|
4698
5158
|
* identity (user, group, or role).</p>
|
|
4699
5159
|
* <p>This data type is used as a response element in the <a>ListPoliciesGrantingServiceAccess</a> operation.</p>
|
|
@@ -4715,6 +5175,9 @@ export interface ListPoliciesGrantingServiceAccessEntry {
|
|
|
4715
5175
|
*/
|
|
4716
5176
|
Policies?: PolicyGrantingServiceAccess[];
|
|
4717
5177
|
}
|
|
5178
|
+
/**
|
|
5179
|
+
* @public
|
|
5180
|
+
*/
|
|
4718
5181
|
export interface ListPoliciesGrantingServiceAccessResponse {
|
|
4719
5182
|
/**
|
|
4720
5183
|
* <p>A <code>ListPoliciesGrantingServiceAccess</code> object that contains details about
|
|
@@ -4737,6 +5200,9 @@ export interface ListPoliciesGrantingServiceAccessResponse {
|
|
|
4737
5200
|
*/
|
|
4738
5201
|
Marker?: string;
|
|
4739
5202
|
}
|
|
5203
|
+
/**
|
|
5204
|
+
* @public
|
|
5205
|
+
*/
|
|
4740
5206
|
export interface ListPolicyTagsRequest {
|
|
4741
5207
|
/**
|
|
4742
5208
|
* <p>The ARN of the IAM customer managed policy whose tags you want to see.</p>
|
|
@@ -4763,6 +5229,9 @@ export interface ListPolicyTagsRequest {
|
|
|
4763
5229
|
*/
|
|
4764
5230
|
MaxItems?: number;
|
|
4765
5231
|
}
|
|
5232
|
+
/**
|
|
5233
|
+
* @public
|
|
5234
|
+
*/
|
|
4766
5235
|
export interface ListPolicyTagsResponse {
|
|
4767
5236
|
/**
|
|
4768
5237
|
* <p>The list of tags that are currently attached to the IAM customer managed policy.
|
|
@@ -4785,6 +5254,9 @@ export interface ListPolicyTagsResponse {
|
|
|
4785
5254
|
*/
|
|
4786
5255
|
Marker?: string;
|
|
4787
5256
|
}
|
|
5257
|
+
/**
|
|
5258
|
+
* @public
|
|
5259
|
+
*/
|
|
4788
5260
|
export interface ListPolicyVersionsRequest {
|
|
4789
5261
|
/**
|
|
4790
5262
|
* <p>The Amazon Resource Name (ARN) of the IAM policy for which you want the
|
|
@@ -4812,6 +5284,7 @@ export interface ListPolicyVersionsRequest {
|
|
|
4812
5284
|
MaxItems?: number;
|
|
4813
5285
|
}
|
|
4814
5286
|
/**
|
|
5287
|
+
* @public
|
|
4815
5288
|
* <p>Contains the response to a successful <a>ListPolicyVersions</a> request.
|
|
4816
5289
|
* </p>
|
|
4817
5290
|
*/
|
|
@@ -4838,6 +5311,9 @@ export interface ListPolicyVersionsResponse {
|
|
|
4838
5311
|
*/
|
|
4839
5312
|
Marker?: string;
|
|
4840
5313
|
}
|
|
5314
|
+
/**
|
|
5315
|
+
* @public
|
|
5316
|
+
*/
|
|
4841
5317
|
export interface ListRolePoliciesRequest {
|
|
4842
5318
|
/**
|
|
4843
5319
|
* <p>The name of the role to list policies for.</p>
|
|
@@ -4865,6 +5341,7 @@ export interface ListRolePoliciesRequest {
|
|
|
4865
5341
|
MaxItems?: number;
|
|
4866
5342
|
}
|
|
4867
5343
|
/**
|
|
5344
|
+
* @public
|
|
4868
5345
|
* <p>Contains the response to a successful <a>ListRolePolicies</a> request.
|
|
4869
5346
|
* </p>
|
|
4870
5347
|
*/
|
|
@@ -4889,6 +5366,9 @@ export interface ListRolePoliciesResponse {
|
|
|
4889
5366
|
*/
|
|
4890
5367
|
Marker?: string;
|
|
4891
5368
|
}
|
|
5369
|
+
/**
|
|
5370
|
+
* @public
|
|
5371
|
+
*/
|
|
4892
5372
|
export interface ListRolesRequest {
|
|
4893
5373
|
/**
|
|
4894
5374
|
* <p> The path prefix for filtering the results. For example, the prefix
|
|
@@ -4921,6 +5401,7 @@ export interface ListRolesRequest {
|
|
|
4921
5401
|
MaxItems?: number;
|
|
4922
5402
|
}
|
|
4923
5403
|
/**
|
|
5404
|
+
* @public
|
|
4924
5405
|
* <p>Contains the response to a successful <a>ListRoles</a> request. </p>
|
|
4925
5406
|
*/
|
|
4926
5407
|
export interface ListRolesResponse {
|
|
@@ -4944,6 +5425,9 @@ export interface ListRolesResponse {
|
|
|
4944
5425
|
*/
|
|
4945
5426
|
Marker?: string;
|
|
4946
5427
|
}
|
|
5428
|
+
/**
|
|
5429
|
+
* @public
|
|
5430
|
+
*/
|
|
4947
5431
|
export interface ListRoleTagsRequest {
|
|
4948
5432
|
/**
|
|
4949
5433
|
* <p>The name of the IAM role for which you want to see the list of tags.</p>
|
|
@@ -4970,6 +5454,9 @@ export interface ListRoleTagsRequest {
|
|
|
4970
5454
|
*/
|
|
4971
5455
|
MaxItems?: number;
|
|
4972
5456
|
}
|
|
5457
|
+
/**
|
|
5458
|
+
* @public
|
|
5459
|
+
*/
|
|
4973
5460
|
export interface ListRoleTagsResponse {
|
|
4974
5461
|
/**
|
|
4975
5462
|
* <p>The list of tags that are currently attached to the role. Each tag consists of a key name and an associated value. If no tags are attached to the specified resource, the response contains an empty list.</p>
|
|
@@ -4991,9 +5478,13 @@ export interface ListRoleTagsResponse {
|
|
|
4991
5478
|
*/
|
|
4992
5479
|
Marker?: string;
|
|
4993
5480
|
}
|
|
5481
|
+
/**
|
|
5482
|
+
* @public
|
|
5483
|
+
*/
|
|
4994
5484
|
export interface ListSAMLProvidersRequest {
|
|
4995
5485
|
}
|
|
4996
5486
|
/**
|
|
5487
|
+
* @public
|
|
4997
5488
|
* <p>Contains the list of SAML providers for this account.</p>
|
|
4998
5489
|
*/
|
|
4999
5490
|
export interface SAMLProviderListEntry {
|
|
@@ -5011,6 +5502,7 @@ export interface SAMLProviderListEntry {
|
|
|
5011
5502
|
CreateDate?: Date;
|
|
5012
5503
|
}
|
|
5013
5504
|
/**
|
|
5505
|
+
* @public
|
|
5014
5506
|
* <p>Contains the response to a successful <a>ListSAMLProviders</a> request.
|
|
5015
5507
|
* </p>
|
|
5016
5508
|
*/
|
|
@@ -5021,6 +5513,9 @@ export interface ListSAMLProvidersResponse {
|
|
|
5021
5513
|
*/
|
|
5022
5514
|
SAMLProviderList?: SAMLProviderListEntry[];
|
|
5023
5515
|
}
|
|
5516
|
+
/**
|
|
5517
|
+
* @public
|
|
5518
|
+
*/
|
|
5024
5519
|
export interface ListSAMLProviderTagsRequest {
|
|
5025
5520
|
/**
|
|
5026
5521
|
* <p>The ARN of the Security Assertion Markup Language (SAML) identity provider whose tags
|
|
@@ -5048,6 +5543,9 @@ export interface ListSAMLProviderTagsRequest {
|
|
|
5048
5543
|
*/
|
|
5049
5544
|
MaxItems?: number;
|
|
5050
5545
|
}
|
|
5546
|
+
/**
|
|
5547
|
+
* @public
|
|
5548
|
+
*/
|
|
5051
5549
|
export interface ListSAMLProviderTagsResponse {
|
|
5052
5550
|
/**
|
|
5053
5551
|
* <p>The list of tags that are currently attached to the Security Assertion Markup Language
|
|
@@ -5070,6 +5568,9 @@ export interface ListSAMLProviderTagsResponse {
|
|
|
5070
5568
|
*/
|
|
5071
5569
|
Marker?: string;
|
|
5072
5570
|
}
|
|
5571
|
+
/**
|
|
5572
|
+
* @public
|
|
5573
|
+
*/
|
|
5073
5574
|
export interface ListServerCertificatesRequest {
|
|
5074
5575
|
/**
|
|
5075
5576
|
* <p> The path prefix for filtering the results. For example:
|
|
@@ -5102,6 +5603,7 @@ export interface ListServerCertificatesRequest {
|
|
|
5102
5603
|
MaxItems?: number;
|
|
5103
5604
|
}
|
|
5104
5605
|
/**
|
|
5606
|
+
* @public
|
|
5105
5607
|
* <p>Contains the response to a successful <a>ListServerCertificates</a> request.
|
|
5106
5608
|
* </p>
|
|
5107
5609
|
*/
|
|
@@ -5126,6 +5628,9 @@ export interface ListServerCertificatesResponse {
|
|
|
5126
5628
|
*/
|
|
5127
5629
|
Marker?: string;
|
|
5128
5630
|
}
|
|
5631
|
+
/**
|
|
5632
|
+
* @public
|
|
5633
|
+
*/
|
|
5129
5634
|
export interface ListServerCertificateTagsRequest {
|
|
5130
5635
|
/**
|
|
5131
5636
|
* <p>The name of the IAM server certificate whose tags you want to see.</p>
|
|
@@ -5152,6 +5657,9 @@ export interface ListServerCertificateTagsRequest {
|
|
|
5152
5657
|
*/
|
|
5153
5658
|
MaxItems?: number;
|
|
5154
5659
|
}
|
|
5660
|
+
/**
|
|
5661
|
+
* @public
|
|
5662
|
+
*/
|
|
5155
5663
|
export interface ListServerCertificateTagsResponse {
|
|
5156
5664
|
/**
|
|
5157
5665
|
* <p>The list of tags that are currently attached to the IAM server certificate.
|
|
@@ -5174,6 +5682,9 @@ export interface ListServerCertificateTagsResponse {
|
|
|
5174
5682
|
*/
|
|
5175
5683
|
Marker?: string;
|
|
5176
5684
|
}
|
|
5685
|
+
/**
|
|
5686
|
+
* @public
|
|
5687
|
+
*/
|
|
5177
5688
|
export interface ListServiceSpecificCredentialsRequest {
|
|
5178
5689
|
/**
|
|
5179
5690
|
* <p>The name of the user whose service-specific credentials you want information about. If
|
|
@@ -5190,6 +5701,7 @@ export interface ListServiceSpecificCredentialsRequest {
|
|
|
5190
5701
|
ServiceName?: string;
|
|
5191
5702
|
}
|
|
5192
5703
|
/**
|
|
5704
|
+
* @public
|
|
5193
5705
|
* <p>Contains additional details about a service-specific credential.</p>
|
|
5194
5706
|
*/
|
|
5195
5707
|
export interface ServiceSpecificCredentialMetadata {
|
|
@@ -5220,6 +5732,9 @@ export interface ServiceSpecificCredentialMetadata {
|
|
|
5220
5732
|
*/
|
|
5221
5733
|
ServiceName: string | undefined;
|
|
5222
5734
|
}
|
|
5735
|
+
/**
|
|
5736
|
+
* @public
|
|
5737
|
+
*/
|
|
5223
5738
|
export interface ListServiceSpecificCredentialsResponse {
|
|
5224
5739
|
/**
|
|
5225
5740
|
* <p>A list of structures that each contain details about a service-specific
|
|
@@ -5227,6 +5742,9 @@ export interface ListServiceSpecificCredentialsResponse {
|
|
|
5227
5742
|
*/
|
|
5228
5743
|
ServiceSpecificCredentials?: ServiceSpecificCredentialMetadata[];
|
|
5229
5744
|
}
|
|
5745
|
+
/**
|
|
5746
|
+
* @public
|
|
5747
|
+
*/
|
|
5230
5748
|
export interface ListSigningCertificatesRequest {
|
|
5231
5749
|
/**
|
|
5232
5750
|
* <p>The name of the IAM user whose signing certificates you want to examine.</p>
|
|
@@ -5254,6 +5772,7 @@ export interface ListSigningCertificatesRequest {
|
|
|
5254
5772
|
MaxItems?: number;
|
|
5255
5773
|
}
|
|
5256
5774
|
/**
|
|
5775
|
+
* @public
|
|
5257
5776
|
* <p>Contains information about an X.509 signing certificate.</p>
|
|
5258
5777
|
* <p>This data type is used as a response element in the <a>UploadSigningCertificate</a> and <a>ListSigningCertificates</a>
|
|
5259
5778
|
* operations. </p>
|
|
@@ -5282,6 +5801,7 @@ export interface SigningCertificate {
|
|
|
5282
5801
|
UploadDate?: Date;
|
|
5283
5802
|
}
|
|
5284
5803
|
/**
|
|
5804
|
+
* @public
|
|
5285
5805
|
* <p>Contains the response to a successful <a>ListSigningCertificates</a>
|
|
5286
5806
|
* request. </p>
|
|
5287
5807
|
*/
|
|
@@ -5306,6 +5826,9 @@ export interface ListSigningCertificatesResponse {
|
|
|
5306
5826
|
*/
|
|
5307
5827
|
Marker?: string;
|
|
5308
5828
|
}
|
|
5829
|
+
/**
|
|
5830
|
+
* @public
|
|
5831
|
+
*/
|
|
5309
5832
|
export interface ListSSHPublicKeysRequest {
|
|
5310
5833
|
/**
|
|
5311
5834
|
* <p>The name of the IAM user to list SSH public keys for. If none is specified, the
|
|
@@ -5335,6 +5858,7 @@ export interface ListSSHPublicKeysRequest {
|
|
|
5335
5858
|
MaxItems?: number;
|
|
5336
5859
|
}
|
|
5337
5860
|
/**
|
|
5861
|
+
* @public
|
|
5338
5862
|
* <p>Contains information about an SSH public key, without the key's body or
|
|
5339
5863
|
* fingerprint.</p>
|
|
5340
5864
|
* <p>This data type is used as a response element in the <a>ListSSHPublicKeys</a>
|
|
@@ -5362,6 +5886,7 @@ export interface SSHPublicKeyMetadata {
|
|
|
5362
5886
|
UploadDate: Date | undefined;
|
|
5363
5887
|
}
|
|
5364
5888
|
/**
|
|
5889
|
+
* @public
|
|
5365
5890
|
* <p>Contains the response to a successful <a>ListSSHPublicKeys</a>
|
|
5366
5891
|
* request.</p>
|
|
5367
5892
|
*/
|
|
@@ -5386,6 +5911,9 @@ export interface ListSSHPublicKeysResponse {
|
|
|
5386
5911
|
*/
|
|
5387
5912
|
Marker?: string;
|
|
5388
5913
|
}
|
|
5914
|
+
/**
|
|
5915
|
+
* @public
|
|
5916
|
+
*/
|
|
5389
5917
|
export interface ListUserPoliciesRequest {
|
|
5390
5918
|
/**
|
|
5391
5919
|
* <p>The name of the user to list policies for.</p>
|
|
@@ -5413,6 +5941,7 @@ export interface ListUserPoliciesRequest {
|
|
|
5413
5941
|
MaxItems?: number;
|
|
5414
5942
|
}
|
|
5415
5943
|
/**
|
|
5944
|
+
* @public
|
|
5416
5945
|
* <p>Contains the response to a successful <a>ListUserPolicies</a> request.
|
|
5417
5946
|
* </p>
|
|
5418
5947
|
*/
|
|
@@ -5437,6 +5966,9 @@ export interface ListUserPoliciesResponse {
|
|
|
5437
5966
|
*/
|
|
5438
5967
|
Marker?: string;
|
|
5439
5968
|
}
|
|
5969
|
+
/**
|
|
5970
|
+
* @public
|
|
5971
|
+
*/
|
|
5440
5972
|
export interface ListUsersRequest {
|
|
5441
5973
|
/**
|
|
5442
5974
|
* <p> The path prefix for filtering the results. For example:
|
|
@@ -5469,6 +6001,7 @@ export interface ListUsersRequest {
|
|
|
5469
6001
|
MaxItems?: number;
|
|
5470
6002
|
}
|
|
5471
6003
|
/**
|
|
6004
|
+
* @public
|
|
5472
6005
|
* <p>Contains the response to a successful <a>ListUsers</a> request. </p>
|
|
5473
6006
|
*/
|
|
5474
6007
|
export interface ListUsersResponse {
|
|
@@ -5492,6 +6025,9 @@ export interface ListUsersResponse {
|
|
|
5492
6025
|
*/
|
|
5493
6026
|
Marker?: string;
|
|
5494
6027
|
}
|
|
6028
|
+
/**
|
|
6029
|
+
* @public
|
|
6030
|
+
*/
|
|
5495
6031
|
export interface ListUserTagsRequest {
|
|
5496
6032
|
/**
|
|
5497
6033
|
* <p>The name of the IAM user whose tags you want to see.</p>
|
|
@@ -5518,6 +6054,9 @@ export interface ListUserTagsRequest {
|
|
|
5518
6054
|
*/
|
|
5519
6055
|
MaxItems?: number;
|
|
5520
6056
|
}
|
|
6057
|
+
/**
|
|
6058
|
+
* @public
|
|
6059
|
+
*/
|
|
5521
6060
|
export interface ListUserTagsResponse {
|
|
5522
6061
|
/**
|
|
5523
6062
|
* <p>The list of tags that are currently attached to the user. Each tag consists of a key name and an associated value. If no tags are attached to the specified resource, the response contains an empty list.</p>
|
|
@@ -5539,6 +6078,9 @@ export interface ListUserTagsResponse {
|
|
|
5539
6078
|
*/
|
|
5540
6079
|
Marker?: string;
|
|
5541
6080
|
}
|
|
6081
|
+
/**
|
|
6082
|
+
* @public
|
|
6083
|
+
*/
|
|
5542
6084
|
export interface ListVirtualMFADevicesRequest {
|
|
5543
6085
|
/**
|
|
5544
6086
|
* <p> The status (<code>Unassigned</code> or <code>Assigned</code>) of the devices to list.
|
|
@@ -5567,6 +6109,7 @@ export interface ListVirtualMFADevicesRequest {
|
|
|
5567
6109
|
MaxItems?: number;
|
|
5568
6110
|
}
|
|
5569
6111
|
/**
|
|
6112
|
+
* @public
|
|
5570
6113
|
* <p>Contains the response to a successful <a>ListVirtualMFADevices</a> request.
|
|
5571
6114
|
* </p>
|
|
5572
6115
|
*/
|
|
@@ -5592,6 +6135,9 @@ export interface ListVirtualMFADevicesResponse {
|
|
|
5592
6135
|
*/
|
|
5593
6136
|
Marker?: string;
|
|
5594
6137
|
}
|
|
6138
|
+
/**
|
|
6139
|
+
* @public
|
|
6140
|
+
*/
|
|
5595
6141
|
export interface PutGroupPolicyRequest {
|
|
5596
6142
|
/**
|
|
5597
6143
|
* <p>The name of the group to associate the policy with.</p>
|
|
@@ -5629,6 +6175,9 @@ export interface PutGroupPolicyRequest {
|
|
|
5629
6175
|
*/
|
|
5630
6176
|
PolicyDocument: string | undefined;
|
|
5631
6177
|
}
|
|
6178
|
+
/**
|
|
6179
|
+
* @public
|
|
6180
|
+
*/
|
|
5632
6181
|
export interface PutRolePermissionsBoundaryRequest {
|
|
5633
6182
|
/**
|
|
5634
6183
|
* <p>The name (friendly name, not ARN) of the IAM role for which you want to set the
|
|
@@ -5648,6 +6197,9 @@ export interface PutRolePermissionsBoundaryRequest {
|
|
|
5648
6197
|
*/
|
|
5649
6198
|
PermissionsBoundary: string | undefined;
|
|
5650
6199
|
}
|
|
6200
|
+
/**
|
|
6201
|
+
* @public
|
|
6202
|
+
*/
|
|
5651
6203
|
export interface PutRolePolicyRequest {
|
|
5652
6204
|
/**
|
|
5653
6205
|
* <p>The name of the role to associate the policy with.</p>
|
|
@@ -5685,6 +6237,9 @@ export interface PutRolePolicyRequest {
|
|
|
5685
6237
|
*/
|
|
5686
6238
|
PolicyDocument: string | undefined;
|
|
5687
6239
|
}
|
|
6240
|
+
/**
|
|
6241
|
+
* @public
|
|
6242
|
+
*/
|
|
5688
6243
|
export interface PutUserPermissionsBoundaryRequest {
|
|
5689
6244
|
/**
|
|
5690
6245
|
* <p>The name (friendly name, not ARN) of the IAM user for which you want to set the
|
|
@@ -5704,6 +6259,9 @@ export interface PutUserPermissionsBoundaryRequest {
|
|
|
5704
6259
|
*/
|
|
5705
6260
|
PermissionsBoundary: string | undefined;
|
|
5706
6261
|
}
|
|
6262
|
+
/**
|
|
6263
|
+
* @public
|
|
6264
|
+
*/
|
|
5707
6265
|
export interface PutUserPolicyRequest {
|
|
5708
6266
|
/**
|
|
5709
6267
|
* <p>The name of the user to associate the policy with.</p>
|
|
@@ -5741,6 +6299,9 @@ export interface PutUserPolicyRequest {
|
|
|
5741
6299
|
*/
|
|
5742
6300
|
PolicyDocument: string | undefined;
|
|
5743
6301
|
}
|
|
6302
|
+
/**
|
|
6303
|
+
* @public
|
|
6304
|
+
*/
|
|
5744
6305
|
export interface RemoveClientIDFromOpenIDConnectProviderRequest {
|
|
5745
6306
|
/**
|
|
5746
6307
|
* <p>The Amazon Resource Name (ARN) of the IAM OIDC provider resource to remove the
|
|
@@ -5754,6 +6315,9 @@ export interface RemoveClientIDFromOpenIDConnectProviderRequest {
|
|
|
5754
6315
|
*/
|
|
5755
6316
|
ClientID: string | undefined;
|
|
5756
6317
|
}
|
|
6318
|
+
/**
|
|
6319
|
+
* @public
|
|
6320
|
+
*/
|
|
5757
6321
|
export interface RemoveRoleFromInstanceProfileRequest {
|
|
5758
6322
|
/**
|
|
5759
6323
|
* <p>The name of the instance profile to update.</p>
|
|
@@ -5768,6 +6332,9 @@ export interface RemoveRoleFromInstanceProfileRequest {
|
|
|
5768
6332
|
*/
|
|
5769
6333
|
RoleName: string | undefined;
|
|
5770
6334
|
}
|
|
6335
|
+
/**
|
|
6336
|
+
* @public
|
|
6337
|
+
*/
|
|
5771
6338
|
export interface RemoveUserFromGroupRequest {
|
|
5772
6339
|
/**
|
|
5773
6340
|
* <p>The name of the group to update.</p>
|
|
@@ -5782,6 +6349,9 @@ export interface RemoveUserFromGroupRequest {
|
|
|
5782
6349
|
*/
|
|
5783
6350
|
UserName: string | undefined;
|
|
5784
6351
|
}
|
|
6352
|
+
/**
|
|
6353
|
+
* @public
|
|
6354
|
+
*/
|
|
5785
6355
|
export interface ResetServiceSpecificCredentialRequest {
|
|
5786
6356
|
/**
|
|
5787
6357
|
* <p>The name of the IAM user associated with the service-specific credential. If this
|
|
@@ -5798,6 +6368,9 @@ export interface ResetServiceSpecificCredentialRequest {
|
|
|
5798
6368
|
*/
|
|
5799
6369
|
ServiceSpecificCredentialId: string | undefined;
|
|
5800
6370
|
}
|
|
6371
|
+
/**
|
|
6372
|
+
* @public
|
|
6373
|
+
*/
|
|
5801
6374
|
export interface ResetServiceSpecificCredentialResponse {
|
|
5802
6375
|
/**
|
|
5803
6376
|
* <p>A structure with details about the updated service-specific credential, including the
|
|
@@ -5809,6 +6382,9 @@ export interface ResetServiceSpecificCredentialResponse {
|
|
|
5809
6382
|
*/
|
|
5810
6383
|
ServiceSpecificCredential?: ServiceSpecificCredential;
|
|
5811
6384
|
}
|
|
6385
|
+
/**
|
|
6386
|
+
* @public
|
|
6387
|
+
*/
|
|
5812
6388
|
export interface ResyncMFADeviceRequest {
|
|
5813
6389
|
/**
|
|
5814
6390
|
* <p>The name of the user whose MFA device you want to resynchronize.</p>
|
|
@@ -5833,6 +6409,9 @@ export interface ResyncMFADeviceRequest {
|
|
|
5833
6409
|
*/
|
|
5834
6410
|
AuthenticationCode2: string | undefined;
|
|
5835
6411
|
}
|
|
6412
|
+
/**
|
|
6413
|
+
* @public
|
|
6414
|
+
*/
|
|
5836
6415
|
export interface SetDefaultPolicyVersionRequest {
|
|
5837
6416
|
/**
|
|
5838
6417
|
* <p>The Amazon Resource Name (ARN) of the IAM policy whose default version you want to
|
|
@@ -5847,10 +6426,16 @@ export interface SetDefaultPolicyVersionRequest {
|
|
|
5847
6426
|
*/
|
|
5848
6427
|
VersionId: string | undefined;
|
|
5849
6428
|
}
|
|
6429
|
+
/**
|
|
6430
|
+
* @public
|
|
6431
|
+
*/
|
|
5850
6432
|
export declare enum GlobalEndpointTokenVersion {
|
|
5851
6433
|
v1Token = "v1Token",
|
|
5852
6434
|
v2Token = "v2Token"
|
|
5853
6435
|
}
|
|
6436
|
+
/**
|
|
6437
|
+
* @public
|
|
6438
|
+
*/
|
|
5854
6439
|
export interface SetSecurityTokenServicePreferencesRequest {
|
|
5855
6440
|
/**
|
|
5856
6441
|
* <p>The version of the global endpoint token. Version 1 tokens are valid only in Amazon Web Services Regions that are available by default. These tokens do not work in
|
|
@@ -5864,6 +6449,7 @@ export interface SetSecurityTokenServicePreferencesRequest {
|
|
|
5864
6449
|
GlobalEndpointTokenVersion: GlobalEndpointTokenVersion | string | undefined;
|
|
5865
6450
|
}
|
|
5866
6451
|
/**
|
|
6452
|
+
* @public
|
|
5867
6453
|
* <p>The request failed because a provided policy could not be successfully evaluated. An
|
|
5868
6454
|
* additional detailed message indicates the source of the failure.</p>
|
|
5869
6455
|
*/
|
|
@@ -5875,6 +6461,9 @@ export declare class PolicyEvaluationException extends __BaseException {
|
|
|
5875
6461
|
*/
|
|
5876
6462
|
constructor(opts: __ExceptionOptionType<PolicyEvaluationException, __BaseException>);
|
|
5877
6463
|
}
|
|
6464
|
+
/**
|
|
6465
|
+
* @public
|
|
6466
|
+
*/
|
|
5878
6467
|
export declare enum ContextKeyTypeEnum {
|
|
5879
6468
|
BINARY = "binary",
|
|
5880
6469
|
BINARY_LIST = "binaryList",
|
|
@@ -5890,6 +6479,7 @@ export declare enum ContextKeyTypeEnum {
|
|
|
5890
6479
|
STRING_LIST = "stringList"
|
|
5891
6480
|
}
|
|
5892
6481
|
/**
|
|
6482
|
+
* @public
|
|
5893
6483
|
* <p>Contains information about a condition context key. It includes the name of the key and
|
|
5894
6484
|
* specifies the value (or values, if the context key supports multiple values) to use in the
|
|
5895
6485
|
* simulation. This information is used when evaluating the <code>Condition</code> elements of
|
|
@@ -5915,6 +6505,9 @@ export interface ContextEntry {
|
|
|
5915
6505
|
*/
|
|
5916
6506
|
ContextKeyType?: ContextKeyTypeEnum | string;
|
|
5917
6507
|
}
|
|
6508
|
+
/**
|
|
6509
|
+
* @public
|
|
6510
|
+
*/
|
|
5918
6511
|
export interface SimulateCustomPolicyRequest {
|
|
5919
6512
|
/**
|
|
5920
6513
|
* <p>A list of policy documents to include in the simulation. Each document is specified as
|
|
@@ -6116,12 +6709,16 @@ export interface SimulateCustomPolicyRequest {
|
|
|
6116
6709
|
*/
|
|
6117
6710
|
Marker?: string;
|
|
6118
6711
|
}
|
|
6712
|
+
/**
|
|
6713
|
+
* @public
|
|
6714
|
+
*/
|
|
6119
6715
|
export declare enum PolicyEvaluationDecisionType {
|
|
6120
6716
|
ALLOWED = "allowed",
|
|
6121
6717
|
EXPLICIT_DENY = "explicitDeny",
|
|
6122
6718
|
IMPLICIT_DENY = "implicitDeny"
|
|
6123
6719
|
}
|
|
6124
6720
|
/**
|
|
6721
|
+
* @public
|
|
6125
6722
|
* <p>Contains the row and column of a location of a <code>Statement</code> element in a
|
|
6126
6723
|
* policy document.</p>
|
|
6127
6724
|
* <p>This data type is used as a member of the <code>
|
|
@@ -6138,6 +6735,9 @@ export interface Position {
|
|
|
6138
6735
|
*/
|
|
6139
6736
|
Column?: number;
|
|
6140
6737
|
}
|
|
6738
|
+
/**
|
|
6739
|
+
* @public
|
|
6740
|
+
*/
|
|
6141
6741
|
export declare enum PolicySourceType {
|
|
6142
6742
|
AWS_MANAGED = "aws-managed",
|
|
6143
6743
|
GROUP = "group",
|
|
@@ -6148,6 +6748,7 @@ export declare enum PolicySourceType {
|
|
|
6148
6748
|
USER_MANAGED = "user-managed"
|
|
6149
6749
|
}
|
|
6150
6750
|
/**
|
|
6751
|
+
* @public
|
|
6151
6752
|
* <p>Contains a reference to a <code>Statement</code> element in a policy document that
|
|
6152
6753
|
* determines the result of the simulation.</p>
|
|
6153
6754
|
* <p>This data type is used by the <code>MatchedStatements</code> member of the <code>
|
|
@@ -6174,6 +6775,7 @@ export interface Statement {
|
|
|
6174
6775
|
EndPosition?: Position;
|
|
6175
6776
|
}
|
|
6176
6777
|
/**
|
|
6778
|
+
* @public
|
|
6177
6779
|
* <p>Contains information about the effect that Organizations has on a policy simulation.</p>
|
|
6178
6780
|
*/
|
|
6179
6781
|
export interface OrganizationsDecisionDetail {
|
|
@@ -6184,6 +6786,7 @@ export interface OrganizationsDecisionDetail {
|
|
|
6184
6786
|
AllowedByOrganizations?: boolean;
|
|
6185
6787
|
}
|
|
6186
6788
|
/**
|
|
6789
|
+
* @public
|
|
6187
6790
|
* <p>Contains information about the effect that a permissions boundary has on a policy
|
|
6188
6791
|
* simulation when the boundary is applied to an IAM entity.</p>
|
|
6189
6792
|
*/
|
|
@@ -6201,6 +6804,7 @@ export interface PermissionsBoundaryDecisionDetail {
|
|
|
6201
6804
|
AllowedByPermissionsBoundary?: boolean;
|
|
6202
6805
|
}
|
|
6203
6806
|
/**
|
|
6807
|
+
* @public
|
|
6204
6808
|
* <p>Contains the result of the simulation of a single API operation call on a single
|
|
6205
6809
|
* resource.</p>
|
|
6206
6810
|
* <p>This data type is used by a member of the <a>EvaluationResult</a> data
|
|
@@ -6248,6 +6852,7 @@ export interface ResourceSpecificResult {
|
|
|
6248
6852
|
PermissionsBoundaryDecisionDetail?: PermissionsBoundaryDecisionDetail;
|
|
6249
6853
|
}
|
|
6250
6854
|
/**
|
|
6855
|
+
* @public
|
|
6251
6856
|
* <p>Contains the results of a simulation.</p>
|
|
6252
6857
|
* <p>This data type is used by the return parameter of <code>
|
|
6253
6858
|
* <a>SimulateCustomPolicy</a>
|
|
@@ -6318,6 +6923,7 @@ export interface EvaluationResult {
|
|
|
6318
6923
|
ResourceSpecificResults?: ResourceSpecificResult[];
|
|
6319
6924
|
}
|
|
6320
6925
|
/**
|
|
6926
|
+
* @public
|
|
6321
6927
|
* <p>Contains the response to a successful <a>SimulatePrincipalPolicy</a> or
|
|
6322
6928
|
* <a>SimulateCustomPolicy</a> request.</p>
|
|
6323
6929
|
*/
|
|
@@ -6342,6 +6948,9 @@ export interface SimulatePolicyResponse {
|
|
|
6342
6948
|
*/
|
|
6343
6949
|
Marker?: string;
|
|
6344
6950
|
}
|
|
6951
|
+
/**
|
|
6952
|
+
* @public
|
|
6953
|
+
*/
|
|
6345
6954
|
export interface SimulatePrincipalPolicyRequest {
|
|
6346
6955
|
/**
|
|
6347
6956
|
* <p>The Amazon Resource Name (ARN) of a user, group, or role whose policies you want to
|
|
@@ -6553,6 +7162,9 @@ export interface SimulatePrincipalPolicyRequest {
|
|
|
6553
7162
|
*/
|
|
6554
7163
|
Marker?: string;
|
|
6555
7164
|
}
|
|
7165
|
+
/**
|
|
7166
|
+
* @public
|
|
7167
|
+
*/
|
|
6556
7168
|
export interface TagInstanceProfileRequest {
|
|
6557
7169
|
/**
|
|
6558
7170
|
* <p>The name of the IAM instance profile to which you want to add tags.</p>
|
|
@@ -6566,6 +7178,9 @@ export interface TagInstanceProfileRequest {
|
|
|
6566
7178
|
*/
|
|
6567
7179
|
Tags: Tag[] | undefined;
|
|
6568
7180
|
}
|
|
7181
|
+
/**
|
|
7182
|
+
* @public
|
|
7183
|
+
*/
|
|
6569
7184
|
export interface TagMFADeviceRequest {
|
|
6570
7185
|
/**
|
|
6571
7186
|
* <p>The unique identifier for the IAM virtual MFA device to which you want to add tags.
|
|
@@ -6580,6 +7195,9 @@ export interface TagMFADeviceRequest {
|
|
|
6580
7195
|
*/
|
|
6581
7196
|
Tags: Tag[] | undefined;
|
|
6582
7197
|
}
|
|
7198
|
+
/**
|
|
7199
|
+
* @public
|
|
7200
|
+
*/
|
|
6583
7201
|
export interface TagOpenIDConnectProviderRequest {
|
|
6584
7202
|
/**
|
|
6585
7203
|
* <p>The ARN of the OIDC identity provider in IAM to which you want to add tags.</p>
|
|
@@ -6593,6 +7211,9 @@ export interface TagOpenIDConnectProviderRequest {
|
|
|
6593
7211
|
*/
|
|
6594
7212
|
Tags: Tag[] | undefined;
|
|
6595
7213
|
}
|
|
7214
|
+
/**
|
|
7215
|
+
* @public
|
|
7216
|
+
*/
|
|
6596
7217
|
export interface TagPolicyRequest {
|
|
6597
7218
|
/**
|
|
6598
7219
|
* <p>The ARN of the IAM customer managed policy to which you want to add tags.</p>
|
|
@@ -6606,6 +7227,9 @@ export interface TagPolicyRequest {
|
|
|
6606
7227
|
*/
|
|
6607
7228
|
Tags: Tag[] | undefined;
|
|
6608
7229
|
}
|
|
7230
|
+
/**
|
|
7231
|
+
* @public
|
|
7232
|
+
*/
|
|
6609
7233
|
export interface TagRoleRequest {
|
|
6610
7234
|
/**
|
|
6611
7235
|
* <p>The name of the IAM role to which you want to add tags.</p>
|
|
@@ -6618,6 +7242,9 @@ export interface TagRoleRequest {
|
|
|
6618
7242
|
*/
|
|
6619
7243
|
Tags: Tag[] | undefined;
|
|
6620
7244
|
}
|
|
7245
|
+
/**
|
|
7246
|
+
* @public
|
|
7247
|
+
*/
|
|
6621
7248
|
export interface TagSAMLProviderRequest {
|
|
6622
7249
|
/**
|
|
6623
7250
|
* <p>The ARN of the SAML identity provider in IAM to which you want to add tags.</p>
|
|
@@ -6631,6 +7258,9 @@ export interface TagSAMLProviderRequest {
|
|
|
6631
7258
|
*/
|
|
6632
7259
|
Tags: Tag[] | undefined;
|
|
6633
7260
|
}
|
|
7261
|
+
/**
|
|
7262
|
+
* @public
|
|
7263
|
+
*/
|
|
6634
7264
|
export interface TagServerCertificateRequest {
|
|
6635
7265
|
/**
|
|
6636
7266
|
* <p>The name of the IAM server certificate to which you want to add tags.</p>
|
|
@@ -6644,6 +7274,9 @@ export interface TagServerCertificateRequest {
|
|
|
6644
7274
|
*/
|
|
6645
7275
|
Tags: Tag[] | undefined;
|
|
6646
7276
|
}
|
|
7277
|
+
/**
|
|
7278
|
+
* @public
|
|
7279
|
+
*/
|
|
6647
7280
|
export interface TagUserRequest {
|
|
6648
7281
|
/**
|
|
6649
7282
|
* <p>The name of the IAM user to which you want to add tags.</p>
|
|
@@ -6656,6 +7289,9 @@ export interface TagUserRequest {
|
|
|
6656
7289
|
*/
|
|
6657
7290
|
Tags: Tag[] | undefined;
|
|
6658
7291
|
}
|
|
7292
|
+
/**
|
|
7293
|
+
* @public
|
|
7294
|
+
*/
|
|
6659
7295
|
export interface UntagInstanceProfileRequest {
|
|
6660
7296
|
/**
|
|
6661
7297
|
* <p>The name of the IAM instance profile from which you want to remove tags.</p>
|
|
@@ -6669,6 +7305,9 @@ export interface UntagInstanceProfileRequest {
|
|
|
6669
7305
|
*/
|
|
6670
7306
|
TagKeys: string[] | undefined;
|
|
6671
7307
|
}
|
|
7308
|
+
/**
|
|
7309
|
+
* @public
|
|
7310
|
+
*/
|
|
6672
7311
|
export interface UntagMFADeviceRequest {
|
|
6673
7312
|
/**
|
|
6674
7313
|
* <p>The unique identifier for the IAM virtual MFA device from which you want to remove
|
|
@@ -6683,6 +7322,9 @@ export interface UntagMFADeviceRequest {
|
|
|
6683
7322
|
*/
|
|
6684
7323
|
TagKeys: string[] | undefined;
|
|
6685
7324
|
}
|
|
7325
|
+
/**
|
|
7326
|
+
* @public
|
|
7327
|
+
*/
|
|
6686
7328
|
export interface UntagOpenIDConnectProviderRequest {
|
|
6687
7329
|
/**
|
|
6688
7330
|
* <p>The ARN of the OIDC provider in IAM from which you want to remove tags.</p>
|