@aws-sdk/client-iam 3.169.0 → 3.171.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (208) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/IAM.d.ts +2744 -795
  3. package/dist-types/ts3.4/IAMClient.d.ts +1051 -231
  4. package/dist-types/ts3.4/commands/AddClientIDToOpenIDConnectProviderCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/AddRoleToInstanceProfileCommand.d.ts +35 -17
  6. package/dist-types/ts3.4/commands/AddUserToGroupCommand.d.ts +30 -17
  7. package/dist-types/ts3.4/commands/AttachGroupPolicyCommand.d.ts +31 -17
  8. package/dist-types/ts3.4/commands/AttachRolePolicyCommand.d.ts +30 -17
  9. package/dist-types/ts3.4/commands/AttachUserPolicyCommand.d.ts +30 -17
  10. package/dist-types/ts3.4/commands/ChangePasswordCommand.d.ts +30 -17
  11. package/dist-types/ts3.4/commands/CreateAccessKeyCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/CreateAccountAliasCommand.d.ts +31 -17
  13. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +32 -17
  14. package/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/CreateLoginProfileCommand.d.ts +36 -17
  16. package/dist-types/ts3.4/commands/CreateOpenIDConnectProviderCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/CreatePolicyVersionCommand.d.ts +36 -17
  19. package/dist-types/ts3.4/commands/CreateRoleCommand.d.ts +32 -17
  20. package/dist-types/ts3.4/commands/CreateSAMLProviderCommand.d.ts +36 -17
  21. package/dist-types/ts3.4/commands/CreateServiceLinkedRoleCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/CreateServiceSpecificCredentialCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +32 -17
  24. package/dist-types/ts3.4/commands/CreateVirtualMFADeviceCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/DeactivateMFADeviceCommand.d.ts +31 -17
  26. package/dist-types/ts3.4/commands/DeleteAccessKeyCommand.d.ts +30 -17
  27. package/dist-types/ts3.4/commands/DeleteAccountAliasCommand.d.ts +31 -17
  28. package/dist-types/ts3.4/commands/DeleteAccountPasswordPolicyCommand.d.ts +33 -16
  29. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +30 -17
  30. package/dist-types/ts3.4/commands/DeleteGroupPolicyCommand.d.ts +31 -17
  31. package/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +34 -17
  32. package/dist-types/ts3.4/commands/DeleteLoginProfileCommand.d.ts +31 -17
  33. package/dist-types/ts3.4/commands/DeleteOpenIDConnectProviderCommand.d.ts +35 -17
  34. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +30 -17
  35. package/dist-types/ts3.4/commands/DeletePolicyVersionCommand.d.ts +31 -17
  36. package/dist-types/ts3.4/commands/DeleteRoleCommand.d.ts +30 -17
  37. package/dist-types/ts3.4/commands/DeleteRolePermissionsBoundaryCommand.d.ts +35 -17
  38. package/dist-types/ts3.4/commands/DeleteRolePolicyCommand.d.ts +30 -17
  39. package/dist-types/ts3.4/commands/DeleteSAMLProviderCommand.d.ts +31 -17
  40. package/dist-types/ts3.4/commands/DeleteSSHPublicKeyCommand.d.ts +31 -17
  41. package/dist-types/ts3.4/commands/DeleteServerCertificateCommand.d.ts +35 -17
  42. package/dist-types/ts3.4/commands/DeleteServiceLinkedRoleCommand.d.ts +39 -17
  43. package/dist-types/ts3.4/commands/DeleteServiceSpecificCredentialCommand.d.ts +35 -17
  44. package/dist-types/ts3.4/commands/DeleteSigningCertificateCommand.d.ts +35 -17
  45. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +30 -17
  46. package/dist-types/ts3.4/commands/DeleteUserPermissionsBoundaryCommand.d.ts +35 -17
  47. package/dist-types/ts3.4/commands/DeleteUserPolicyCommand.d.ts +30 -17
  48. package/dist-types/ts3.4/commands/DeleteVirtualMFADeviceCommand.d.ts +34 -17
  49. package/dist-types/ts3.4/commands/DetachGroupPolicyCommand.d.ts +31 -17
  50. package/dist-types/ts3.4/commands/DetachRolePolicyCommand.d.ts +30 -17
  51. package/dist-types/ts3.4/commands/DetachUserPolicyCommand.d.ts +30 -17
  52. package/dist-types/ts3.4/commands/EnableMFADeviceCommand.d.ts +30 -17
  53. package/dist-types/ts3.4/commands/GenerateCredentialReportCommand.d.ts +35 -17
  54. package/dist-types/ts3.4/commands/GenerateOrganizationsAccessReportCommand.d.ts +39 -17
  55. package/dist-types/ts3.4/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +39 -17
  56. package/dist-types/ts3.4/commands/GetAccessKeyLastUsedCommand.d.ts +39 -17
  57. package/dist-types/ts3.4/commands/GetAccountAuthorizationDetailsCommand.d.ts +39 -17
  58. package/dist-types/ts3.4/commands/GetAccountPasswordPolicyCommand.d.ts +35 -17
  59. package/dist-types/ts3.4/commands/GetAccountSummaryCommand.d.ts +32 -17
  60. package/dist-types/ts3.4/commands/GetContextKeysForCustomPolicyCommand.d.ts +39 -17
  61. package/dist-types/ts3.4/commands/GetContextKeysForPrincipalPolicyCommand.d.ts +39 -17
  62. package/dist-types/ts3.4/commands/GetCredentialReportCommand.d.ts +32 -17
  63. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +32 -17
  64. package/dist-types/ts3.4/commands/GetGroupPolicyCommand.d.ts +35 -17
  65. package/dist-types/ts3.4/commands/GetInstanceProfileCommand.d.ts +36 -17
  66. package/dist-types/ts3.4/commands/GetLoginProfileCommand.d.ts +35 -17
  67. package/dist-types/ts3.4/commands/GetOpenIDConnectProviderCommand.d.ts +39 -17
  68. package/dist-types/ts3.4/commands/GetOrganizationsAccessReportCommand.d.ts +39 -17
  69. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +32 -17
  70. package/dist-types/ts3.4/commands/GetPolicyVersionCommand.d.ts +35 -17
  71. package/dist-types/ts3.4/commands/GetRoleCommand.d.ts +32 -17
  72. package/dist-types/ts3.4/commands/GetRolePolicyCommand.d.ts +35 -17
  73. package/dist-types/ts3.4/commands/GetSAMLProviderCommand.d.ts +35 -17
  74. package/dist-types/ts3.4/commands/GetSSHPublicKeyCommand.d.ts +35 -17
  75. package/dist-types/ts3.4/commands/GetServerCertificateCommand.d.ts +39 -17
  76. package/dist-types/ts3.4/commands/GetServiceLastAccessedDetailsCommand.d.ts +39 -17
  77. package/dist-types/ts3.4/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.d.ts +39 -17
  78. package/dist-types/ts3.4/commands/GetServiceLinkedRoleDeletionStatusCommand.d.ts +39 -17
  79. package/dist-types/ts3.4/commands/GetUserCommand.d.ts +32 -17
  80. package/dist-types/ts3.4/commands/GetUserPolicyCommand.d.ts +35 -17
  81. package/dist-types/ts3.4/commands/ListAccessKeysCommand.d.ts +35 -17
  82. package/dist-types/ts3.4/commands/ListAccountAliasesCommand.d.ts +36 -17
  83. package/dist-types/ts3.4/commands/ListAttachedGroupPoliciesCommand.d.ts +39 -17
  84. package/dist-types/ts3.4/commands/ListAttachedRolePoliciesCommand.d.ts +39 -17
  85. package/dist-types/ts3.4/commands/ListAttachedUserPoliciesCommand.d.ts +39 -17
  86. package/dist-types/ts3.4/commands/ListEntitiesForPolicyCommand.d.ts +39 -17
  87. package/dist-types/ts3.4/commands/ListGroupPoliciesCommand.d.ts +36 -17
  88. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +32 -17
  89. package/dist-types/ts3.4/commands/ListGroupsForUserCommand.d.ts +36 -17
  90. package/dist-types/ts3.4/commands/ListInstanceProfileTagsCommand.d.ts +39 -17
  91. package/dist-types/ts3.4/commands/ListInstanceProfilesCommand.d.ts +39 -17
  92. package/dist-types/ts3.4/commands/ListInstanceProfilesForRoleCommand.d.ts +39 -17
  93. package/dist-types/ts3.4/commands/ListMFADeviceTagsCommand.d.ts +36 -17
  94. package/dist-types/ts3.4/commands/ListMFADevicesCommand.d.ts +35 -17
  95. package/dist-types/ts3.4/commands/ListOpenIDConnectProviderTagsCommand.d.ts +39 -17
  96. package/dist-types/ts3.4/commands/ListOpenIDConnectProvidersCommand.d.ts +39 -17
  97. package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +32 -17
  98. package/dist-types/ts3.4/commands/ListPoliciesGrantingServiceAccessCommand.d.ts +39 -17
  99. package/dist-types/ts3.4/commands/ListPolicyTagsCommand.d.ts +35 -17
  100. package/dist-types/ts3.4/commands/ListPolicyVersionsCommand.d.ts +36 -17
  101. package/dist-types/ts3.4/commands/ListRolePoliciesCommand.d.ts +35 -17
  102. package/dist-types/ts3.4/commands/ListRoleTagsCommand.d.ts +32 -17
  103. package/dist-types/ts3.4/commands/ListRolesCommand.d.ts +32 -17
  104. package/dist-types/ts3.4/commands/ListSAMLProviderTagsCommand.d.ts +39 -17
  105. package/dist-types/ts3.4/commands/ListSAMLProvidersCommand.d.ts +36 -17
  106. package/dist-types/ts3.4/commands/ListSSHPublicKeysCommand.d.ts +36 -17
  107. package/dist-types/ts3.4/commands/ListServerCertificateTagsCommand.d.ts +39 -17
  108. package/dist-types/ts3.4/commands/ListServerCertificatesCommand.d.ts +39 -17
  109. package/dist-types/ts3.4/commands/ListServiceSpecificCredentialsCommand.d.ts +39 -17
  110. package/dist-types/ts3.4/commands/ListSigningCertificatesCommand.d.ts +39 -17
  111. package/dist-types/ts3.4/commands/ListUserPoliciesCommand.d.ts +35 -17
  112. package/dist-types/ts3.4/commands/ListUserTagsCommand.d.ts +32 -17
  113. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +32 -17
  114. package/dist-types/ts3.4/commands/ListVirtualMFADevicesCommand.d.ts +39 -17
  115. package/dist-types/ts3.4/commands/PutGroupPolicyCommand.d.ts +30 -17
  116. package/dist-types/ts3.4/commands/PutRolePermissionsBoundaryCommand.d.ts +35 -17
  117. package/dist-types/ts3.4/commands/PutRolePolicyCommand.d.ts +30 -17
  118. package/dist-types/ts3.4/commands/PutUserPermissionsBoundaryCommand.d.ts +35 -17
  119. package/dist-types/ts3.4/commands/PutUserPolicyCommand.d.ts +30 -17
  120. package/dist-types/ts3.4/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +35 -17
  121. package/dist-types/ts3.4/commands/RemoveRoleFromInstanceProfileCommand.d.ts +35 -17
  122. package/dist-types/ts3.4/commands/RemoveUserFromGroupCommand.d.ts +31 -17
  123. package/dist-types/ts3.4/commands/ResetServiceSpecificCredentialCommand.d.ts +39 -17
  124. package/dist-types/ts3.4/commands/ResyncMFADeviceCommand.d.ts +30 -17
  125. package/dist-types/ts3.4/commands/SetDefaultPolicyVersionCommand.d.ts +35 -17
  126. package/dist-types/ts3.4/commands/SetSecurityTokenServicePreferencesCommand.d.ts +35 -17
  127. package/dist-types/ts3.4/commands/SimulateCustomPolicyCommand.d.ts +39 -17
  128. package/dist-types/ts3.4/commands/SimulatePrincipalPolicyCommand.d.ts +39 -17
  129. package/dist-types/ts3.4/commands/TagInstanceProfileCommand.d.ts +31 -17
  130. package/dist-types/ts3.4/commands/TagMFADeviceCommand.d.ts +30 -17
  131. package/dist-types/ts3.4/commands/TagOpenIDConnectProviderCommand.d.ts +35 -17
  132. package/dist-types/ts3.4/commands/TagPolicyCommand.d.ts +30 -17
  133. package/dist-types/ts3.4/commands/TagRoleCommand.d.ts +30 -17
  134. package/dist-types/ts3.4/commands/TagSAMLProviderCommand.d.ts +30 -17
  135. package/dist-types/ts3.4/commands/TagServerCertificateCommand.d.ts +34 -17
  136. package/dist-types/ts3.4/commands/TagUserCommand.d.ts +30 -17
  137. package/dist-types/ts3.4/commands/UntagInstanceProfileCommand.d.ts +34 -17
  138. package/dist-types/ts3.4/commands/UntagMFADeviceCommand.d.ts +30 -17
  139. package/dist-types/ts3.4/commands/UntagOpenIDConnectProviderCommand.d.ts +35 -17
  140. package/dist-types/ts3.4/commands/UntagPolicyCommand.d.ts +30 -17
  141. package/dist-types/ts3.4/commands/UntagRoleCommand.d.ts +30 -17
  142. package/dist-types/ts3.4/commands/UntagSAMLProviderCommand.d.ts +31 -17
  143. package/dist-types/ts3.4/commands/UntagServerCertificateCommand.d.ts +34 -17
  144. package/dist-types/ts3.4/commands/UntagUserCommand.d.ts +30 -17
  145. package/dist-types/ts3.4/commands/UpdateAccessKeyCommand.d.ts +30 -17
  146. package/dist-types/ts3.4/commands/UpdateAccountPasswordPolicyCommand.d.ts +35 -17
  147. package/dist-types/ts3.4/commands/UpdateAssumeRolePolicyCommand.d.ts +34 -17
  148. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +30 -17
  149. package/dist-types/ts3.4/commands/UpdateLoginProfileCommand.d.ts +31 -17
  150. package/dist-types/ts3.4/commands/UpdateOpenIDConnectProviderThumbprintCommand.d.ts +35 -17
  151. package/dist-types/ts3.4/commands/UpdateRoleCommand.d.ts +32 -17
  152. package/dist-types/ts3.4/commands/UpdateRoleDescriptionCommand.d.ts +39 -17
  153. package/dist-types/ts3.4/commands/UpdateSAMLProviderCommand.d.ts +36 -17
  154. package/dist-types/ts3.4/commands/UpdateSSHPublicKeyCommand.d.ts +31 -17
  155. package/dist-types/ts3.4/commands/UpdateServerCertificateCommand.d.ts +35 -17
  156. package/dist-types/ts3.4/commands/UpdateServiceSpecificCredentialCommand.d.ts +35 -17
  157. package/dist-types/ts3.4/commands/UpdateSigningCertificateCommand.d.ts +35 -17
  158. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +30 -17
  159. package/dist-types/ts3.4/commands/UploadSSHPublicKeyCommand.d.ts +36 -17
  160. package/dist-types/ts3.4/commands/UploadServerCertificateCommand.d.ts +39 -17
  161. package/dist-types/ts3.4/commands/UploadSigningCertificateCommand.d.ts +39 -17
  162. package/dist-types/ts3.4/commands/index.d.ts +158 -158
  163. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  164. package/dist-types/ts3.4/index.d.ts +7 -7
  165. package/dist-types/ts3.4/models/IAMServiceException.d.ts +7 -6
  166. package/dist-types/ts3.4/models/index.d.ts +2 -2
  167. package/dist-types/ts3.4/models/models_0.d.ts +2296 -2889
  168. package/dist-types/ts3.4/models/models_1.d.ts +261 -301
  169. package/dist-types/ts3.4/pagination/GetAccountAuthorizationDetailsPaginator.d.ts +11 -4
  170. package/dist-types/ts3.4/pagination/GetGroupPaginator.d.ts +11 -4
  171. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  172. package/dist-types/ts3.4/pagination/ListAccessKeysPaginator.d.ts +11 -4
  173. package/dist-types/ts3.4/pagination/ListAccountAliasesPaginator.d.ts +11 -4
  174. package/dist-types/ts3.4/pagination/ListAttachedGroupPoliciesPaginator.d.ts +11 -4
  175. package/dist-types/ts3.4/pagination/ListAttachedRolePoliciesPaginator.d.ts +11 -4
  176. package/dist-types/ts3.4/pagination/ListAttachedUserPoliciesPaginator.d.ts +11 -4
  177. package/dist-types/ts3.4/pagination/ListEntitiesForPolicyPaginator.d.ts +11 -4
  178. package/dist-types/ts3.4/pagination/ListGroupPoliciesPaginator.d.ts +11 -4
  179. package/dist-types/ts3.4/pagination/ListGroupsForUserPaginator.d.ts +11 -4
  180. package/dist-types/ts3.4/pagination/ListGroupsPaginator.d.ts +11 -4
  181. package/dist-types/ts3.4/pagination/ListInstanceProfilesForRolePaginator.d.ts +11 -4
  182. package/dist-types/ts3.4/pagination/ListInstanceProfilesPaginator.d.ts +11 -4
  183. package/dist-types/ts3.4/pagination/ListMFADevicesPaginator.d.ts +11 -4
  184. package/dist-types/ts3.4/pagination/ListPoliciesPaginator.d.ts +11 -4
  185. package/dist-types/ts3.4/pagination/ListPolicyVersionsPaginator.d.ts +11 -4
  186. package/dist-types/ts3.4/pagination/ListRolePoliciesPaginator.d.ts +11 -4
  187. package/dist-types/ts3.4/pagination/ListRolesPaginator.d.ts +11 -4
  188. package/dist-types/ts3.4/pagination/ListSSHPublicKeysPaginator.d.ts +11 -4
  189. package/dist-types/ts3.4/pagination/ListServerCertificatesPaginator.d.ts +11 -4
  190. package/dist-types/ts3.4/pagination/ListSigningCertificatesPaginator.d.ts +11 -4
  191. package/dist-types/ts3.4/pagination/ListUserPoliciesPaginator.d.ts +11 -4
  192. package/dist-types/ts3.4/pagination/ListUserTagsPaginator.d.ts +11 -4
  193. package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +11 -4
  194. package/dist-types/ts3.4/pagination/ListVirtualMFADevicesPaginator.d.ts +11 -4
  195. package/dist-types/ts3.4/pagination/SimulateCustomPolicyPaginator.d.ts +11 -4
  196. package/dist-types/ts3.4/pagination/SimulatePrincipalPolicyPaginator.d.ts +11 -4
  197. package/dist-types/ts3.4/pagination/index.d.ts +28 -28
  198. package/dist-types/ts3.4/protocols/Aws_query.d.ts +1901 -476
  199. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  200. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  201. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  202. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  203. package/dist-types/ts3.4/waiters/index.d.ts +4 -4
  204. package/dist-types/ts3.4/waiters/waitForInstanceProfileExists.d.ts +11 -7
  205. package/dist-types/ts3.4/waiters/waitForPolicyExists.d.ts +11 -7
  206. package/dist-types/ts3.4/waiters/waitForRoleExists.d.ts +11 -7
  207. package/dist-types/ts3.4/waiters/waitForUserExists.d.ts +11 -7
  208. package/package.json +35 -35
@@ -1,2889 +1,2296 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
- import { IAMServiceException as __BaseException } from "./IAMServiceException";
3
- export declare enum AccessAdvisorUsageGranularityType {
4
- ACTION_LEVEL = "ACTION_LEVEL",
5
- SERVICE_LEVEL = "SERVICE_LEVEL"
6
- }
7
-
8
- export interface AccessDetail {
9
-
10
- ServiceName: string | undefined;
11
-
12
- ServiceNamespace: string | undefined;
13
-
14
- Region?: string;
15
-
16
- EntityPath?: string;
17
-
18
- LastAuthenticatedTime?: Date;
19
-
20
- TotalAuthenticatedEntities?: number;
21
- }
22
- export declare type StatusType = "Active" | "Inactive";
23
-
24
- export interface AccessKey {
25
-
26
- UserName: string | undefined;
27
-
28
- AccessKeyId: string | undefined;
29
-
30
- Status: StatusType | string | undefined;
31
-
32
- SecretAccessKey: string | undefined;
33
-
34
- CreateDate?: Date;
35
- }
36
-
37
- export interface AccessKeyLastUsed {
38
-
39
- LastUsedDate: Date | undefined;
40
-
41
- ServiceName: string | undefined;
42
-
43
- Region: string | undefined;
44
- }
45
-
46
- export interface AccessKeyMetadata {
47
-
48
- UserName?: string;
49
-
50
- AccessKeyId?: string;
51
-
52
- Status?: StatusType | string;
53
-
54
- CreateDate?: Date;
55
- }
56
- export interface AddClientIDToOpenIDConnectProviderRequest {
57
-
58
- OpenIDConnectProviderArn: string | undefined;
59
-
60
- ClientID: string | undefined;
61
- }
62
-
63
- export declare class InvalidInputException extends __BaseException {
64
- readonly name: "InvalidInputException";
65
- readonly $fault: "client";
66
-
67
- constructor(opts: __ExceptionOptionType<InvalidInputException, __BaseException>);
68
- }
69
-
70
- export declare class LimitExceededException extends __BaseException {
71
- readonly name: "LimitExceededException";
72
- readonly $fault: "client";
73
-
74
- constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
75
- }
76
-
77
- export declare class NoSuchEntityException extends __BaseException {
78
- readonly name: "NoSuchEntityException";
79
- readonly $fault: "client";
80
-
81
- constructor(opts: __ExceptionOptionType<NoSuchEntityException, __BaseException>);
82
- }
83
-
84
- export declare class ServiceFailureException extends __BaseException {
85
- readonly name: "ServiceFailureException";
86
- readonly $fault: "server";
87
-
88
- constructor(opts: __ExceptionOptionType<ServiceFailureException, __BaseException>);
89
- }
90
- export interface AddRoleToInstanceProfileRequest {
91
-
92
- InstanceProfileName: string | undefined;
93
-
94
- RoleName: string | undefined;
95
- }
96
-
97
- export declare class EntityAlreadyExistsException extends __BaseException {
98
- readonly name: "EntityAlreadyExistsException";
99
- readonly $fault: "client";
100
-
101
- constructor(opts: __ExceptionOptionType<EntityAlreadyExistsException, __BaseException>);
102
- }
103
-
104
- export declare class UnmodifiableEntityException extends __BaseException {
105
- readonly name: "UnmodifiableEntityException";
106
- readonly $fault: "client";
107
-
108
- constructor(opts: __ExceptionOptionType<UnmodifiableEntityException, __BaseException>);
109
- }
110
- export interface AddUserToGroupRequest {
111
-
112
- GroupName: string | undefined;
113
-
114
- UserName: string | undefined;
115
- }
116
- export declare type AssignmentStatusType = "Any" | "Assigned" | "Unassigned";
117
- export declare enum PermissionsBoundaryAttachmentType {
118
- Policy = "PermissionsBoundaryPolicy"
119
- }
120
-
121
- export interface AttachedPermissionsBoundary {
122
-
123
- PermissionsBoundaryType?: PermissionsBoundaryAttachmentType | string;
124
-
125
- PermissionsBoundaryArn?: string;
126
- }
127
-
128
- export interface AttachedPolicy {
129
-
130
- PolicyName?: string;
131
-
132
- PolicyArn?: string;
133
- }
134
- export interface AttachGroupPolicyRequest {
135
-
136
- GroupName: string | undefined;
137
-
138
- PolicyArn: string | undefined;
139
- }
140
-
141
- export declare class PolicyNotAttachableException extends __BaseException {
142
- readonly name: "PolicyNotAttachableException";
143
- readonly $fault: "client";
144
-
145
- constructor(opts: __ExceptionOptionType<PolicyNotAttachableException, __BaseException>);
146
- }
147
- export interface AttachRolePolicyRequest {
148
-
149
- RoleName: string | undefined;
150
-
151
- PolicyArn: string | undefined;
152
- }
153
- export interface AttachUserPolicyRequest {
154
-
155
- UserName: string | undefined;
156
-
157
- PolicyArn: string | undefined;
158
- }
159
- export interface ChangePasswordRequest {
160
-
161
- OldPassword: string | undefined;
162
-
163
- NewPassword: string | undefined;
164
- }
165
-
166
- export declare class EntityTemporarilyUnmodifiableException extends __BaseException {
167
- readonly name: "EntityTemporarilyUnmodifiableException";
168
- readonly $fault: "client";
169
-
170
- constructor(opts: __ExceptionOptionType<EntityTemporarilyUnmodifiableException, __BaseException>);
171
- }
172
-
173
- export declare class InvalidUserTypeException extends __BaseException {
174
- readonly name: "InvalidUserTypeException";
175
- readonly $fault: "client";
176
-
177
- constructor(opts: __ExceptionOptionType<InvalidUserTypeException, __BaseException>);
178
- }
179
-
180
- export declare class PasswordPolicyViolationException extends __BaseException {
181
- readonly name: "PasswordPolicyViolationException";
182
- readonly $fault: "client";
183
-
184
- constructor(opts: __ExceptionOptionType<PasswordPolicyViolationException, __BaseException>);
185
- }
186
- export interface CreateAccessKeyRequest {
187
-
188
- UserName?: string;
189
- }
190
-
191
- export interface CreateAccessKeyResponse {
192
-
193
- AccessKey: AccessKey | undefined;
194
- }
195
- export interface CreateAccountAliasRequest {
196
-
197
- AccountAlias: string | undefined;
198
- }
199
- export interface CreateGroupRequest {
200
-
201
- Path?: string;
202
-
203
- GroupName: string | undefined;
204
- }
205
-
206
- export interface Group {
207
-
208
- Path: string | undefined;
209
-
210
- GroupName: string | undefined;
211
-
212
- GroupId: string | undefined;
213
-
214
- Arn: string | undefined;
215
-
216
- CreateDate: Date | undefined;
217
- }
218
-
219
- export interface CreateGroupResponse {
220
-
221
- Group: Group | undefined;
222
- }
223
-
224
- export declare class ConcurrentModificationException extends __BaseException {
225
- readonly name: "ConcurrentModificationException";
226
- readonly $fault: "client";
227
-
228
- constructor(opts: __ExceptionOptionType<ConcurrentModificationException, __BaseException>);
229
- }
230
-
231
- export interface Tag {
232
-
233
- Key: string | undefined;
234
-
235
- Value: string | undefined;
236
- }
237
- export interface CreateInstanceProfileRequest {
238
-
239
- InstanceProfileName: string | undefined;
240
-
241
- Path?: string;
242
-
243
- Tags?: Tag[];
244
- }
245
-
246
- export interface RoleLastUsed {
247
-
248
- LastUsedDate?: Date;
249
-
250
- Region?: string;
251
- }
252
-
253
- export interface Role {
254
-
255
- Path: string | undefined;
256
-
257
- RoleName: string | undefined;
258
-
259
- RoleId: string | undefined;
260
-
261
- Arn: string | undefined;
262
-
263
- CreateDate: Date | undefined;
264
-
265
- AssumeRolePolicyDocument?: string;
266
-
267
- Description?: string;
268
-
269
- MaxSessionDuration?: number;
270
-
271
- PermissionsBoundary?: AttachedPermissionsBoundary;
272
-
273
- Tags?: Tag[];
274
-
275
- RoleLastUsed?: RoleLastUsed;
276
- }
277
-
278
- export interface InstanceProfile {
279
-
280
- Path: string | undefined;
281
-
282
- InstanceProfileName: string | undefined;
283
-
284
- InstanceProfileId: string | undefined;
285
-
286
- Arn: string | undefined;
287
-
288
- CreateDate: Date | undefined;
289
-
290
- Roles: Role[] | undefined;
291
-
292
- Tags?: Tag[];
293
- }
294
-
295
- export interface CreateInstanceProfileResponse {
296
-
297
- InstanceProfile: InstanceProfile | undefined;
298
- }
299
- export interface CreateLoginProfileRequest {
300
-
301
- UserName: string | undefined;
302
-
303
- Password: string | undefined;
304
-
305
- PasswordResetRequired?: boolean;
306
- }
307
-
308
- export interface LoginProfile {
309
-
310
- UserName: string | undefined;
311
-
312
- CreateDate: Date | undefined;
313
-
314
- PasswordResetRequired?: boolean;
315
- }
316
-
317
- export interface CreateLoginProfileResponse {
318
-
319
- LoginProfile: LoginProfile | undefined;
320
- }
321
- export interface CreateOpenIDConnectProviderRequest {
322
-
323
- Url: string | undefined;
324
-
325
- ClientIDList?: string[];
326
-
327
- ThumbprintList: string[] | undefined;
328
-
329
- Tags?: Tag[];
330
- }
331
-
332
- export interface CreateOpenIDConnectProviderResponse {
333
-
334
- OpenIDConnectProviderArn?: string;
335
-
336
- Tags?: Tag[];
337
- }
338
- export interface CreatePolicyRequest {
339
-
340
- PolicyName: string | undefined;
341
-
342
- Path?: string;
343
-
344
- PolicyDocument: string | undefined;
345
-
346
- Description?: string;
347
-
348
- Tags?: Tag[];
349
- }
350
-
351
- export interface Policy {
352
-
353
- PolicyName?: string;
354
-
355
- PolicyId?: string;
356
-
357
- Arn?: string;
358
-
359
- Path?: string;
360
-
361
- DefaultVersionId?: string;
362
-
363
- AttachmentCount?: number;
364
-
365
- PermissionsBoundaryUsageCount?: number;
366
-
367
- IsAttachable?: boolean;
368
-
369
- Description?: string;
370
-
371
- CreateDate?: Date;
372
-
373
- UpdateDate?: Date;
374
-
375
- Tags?: Tag[];
376
- }
377
-
378
- export interface CreatePolicyResponse {
379
-
380
- Policy?: Policy;
381
- }
382
-
383
- export declare class MalformedPolicyDocumentException extends __BaseException {
384
- readonly name: "MalformedPolicyDocumentException";
385
- readonly $fault: "client";
386
-
387
- constructor(opts: __ExceptionOptionType<MalformedPolicyDocumentException, __BaseException>);
388
- }
389
- export interface CreatePolicyVersionRequest {
390
-
391
- PolicyArn: string | undefined;
392
-
393
- PolicyDocument: string | undefined;
394
-
395
- SetAsDefault?: boolean;
396
- }
397
-
398
- export interface PolicyVersion {
399
-
400
- Document?: string;
401
-
402
- VersionId?: string;
403
-
404
- IsDefaultVersion?: boolean;
405
-
406
- CreateDate?: Date;
407
- }
408
-
409
- export interface CreatePolicyVersionResponse {
410
-
411
- PolicyVersion?: PolicyVersion;
412
- }
413
- export interface CreateRoleRequest {
414
-
415
- Path?: string;
416
-
417
- RoleName: string | undefined;
418
-
419
- AssumeRolePolicyDocument: string | undefined;
420
-
421
- Description?: string;
422
-
423
- MaxSessionDuration?: number;
424
-
425
- PermissionsBoundary?: string;
426
-
427
- Tags?: Tag[];
428
- }
429
-
430
- export interface CreateRoleResponse {
431
-
432
- Role: Role | undefined;
433
- }
434
- export interface CreateSAMLProviderRequest {
435
-
436
- SAMLMetadataDocument: string | undefined;
437
-
438
- Name: string | undefined;
439
-
440
- Tags?: Tag[];
441
- }
442
-
443
- export interface CreateSAMLProviderResponse {
444
-
445
- SAMLProviderArn?: string;
446
-
447
- Tags?: Tag[];
448
- }
449
- export interface CreateServiceLinkedRoleRequest {
450
-
451
- AWSServiceName: string | undefined;
452
-
453
- Description?: string;
454
-
455
- CustomSuffix?: string;
456
- }
457
- export interface CreateServiceLinkedRoleResponse {
458
-
459
- Role?: Role;
460
- }
461
- export interface CreateServiceSpecificCredentialRequest {
462
-
463
- UserName: string | undefined;
464
-
465
- ServiceName: string | undefined;
466
- }
467
-
468
- export interface ServiceSpecificCredential {
469
-
470
- CreateDate: Date | undefined;
471
-
472
- ServiceName: string | undefined;
473
-
474
- ServiceUserName: string | undefined;
475
-
476
- ServicePassword: string | undefined;
477
-
478
- ServiceSpecificCredentialId: string | undefined;
479
-
480
- UserName: string | undefined;
481
-
482
- Status: StatusType | string | undefined;
483
- }
484
- export interface CreateServiceSpecificCredentialResponse {
485
-
486
- ServiceSpecificCredential?: ServiceSpecificCredential;
487
- }
488
-
489
- export declare class ServiceNotSupportedException extends __BaseException {
490
- readonly name: "ServiceNotSupportedException";
491
- readonly $fault: "client";
492
-
493
- constructor(opts: __ExceptionOptionType<ServiceNotSupportedException, __BaseException>);
494
- }
495
- export interface CreateUserRequest {
496
-
497
- Path?: string;
498
-
499
- UserName: string | undefined;
500
-
501
- PermissionsBoundary?: string;
502
-
503
- Tags?: Tag[];
504
- }
505
-
506
- export interface User {
507
-
508
- Path: string | undefined;
509
-
510
- UserName: string | undefined;
511
-
512
- UserId: string | undefined;
513
-
514
- Arn: string | undefined;
515
-
516
- CreateDate: Date | undefined;
517
-
518
- PasswordLastUsed?: Date;
519
-
520
- PermissionsBoundary?: AttachedPermissionsBoundary;
521
-
522
- Tags?: Tag[];
523
- }
524
-
525
- export interface CreateUserResponse {
526
-
527
- User?: User;
528
- }
529
- export interface CreateVirtualMFADeviceRequest {
530
-
531
- Path?: string;
532
-
533
- VirtualMFADeviceName: string | undefined;
534
-
535
- Tags?: Tag[];
536
- }
537
-
538
- export interface VirtualMFADevice {
539
-
540
- SerialNumber: string | undefined;
541
-
542
- Base32StringSeed?: Uint8Array;
543
-
544
- QRCodePNG?: Uint8Array;
545
-
546
- User?: User;
547
-
548
- EnableDate?: Date;
549
-
550
- Tags?: Tag[];
551
- }
552
-
553
- export interface CreateVirtualMFADeviceResponse {
554
-
555
- VirtualMFADevice: VirtualMFADevice | undefined;
556
- }
557
- export interface DeactivateMFADeviceRequest {
558
-
559
- UserName: string | undefined;
560
-
561
- SerialNumber: string | undefined;
562
- }
563
- export interface DeleteAccessKeyRequest {
564
-
565
- UserName?: string;
566
-
567
- AccessKeyId: string | undefined;
568
- }
569
- export interface DeleteAccountAliasRequest {
570
-
571
- AccountAlias: string | undefined;
572
- }
573
-
574
- export declare class DeleteConflictException extends __BaseException {
575
- readonly name: "DeleteConflictException";
576
- readonly $fault: "client";
577
-
578
- constructor(opts: __ExceptionOptionType<DeleteConflictException, __BaseException>);
579
- }
580
- export interface DeleteGroupRequest {
581
-
582
- GroupName: string | undefined;
583
- }
584
- export interface DeleteGroupPolicyRequest {
585
-
586
- GroupName: string | undefined;
587
-
588
- PolicyName: string | undefined;
589
- }
590
- export interface DeleteInstanceProfileRequest {
591
-
592
- InstanceProfileName: string | undefined;
593
- }
594
- export interface DeleteLoginProfileRequest {
595
-
596
- UserName: string | undefined;
597
- }
598
- export interface DeleteOpenIDConnectProviderRequest {
599
-
600
- OpenIDConnectProviderArn: string | undefined;
601
- }
602
- export interface DeletePolicyRequest {
603
-
604
- PolicyArn: string | undefined;
605
- }
606
- export interface DeletePolicyVersionRequest {
607
-
608
- PolicyArn: string | undefined;
609
-
610
- VersionId: string | undefined;
611
- }
612
- export interface DeleteRoleRequest {
613
-
614
- RoleName: string | undefined;
615
- }
616
- export interface DeleteRolePermissionsBoundaryRequest {
617
-
618
- RoleName: string | undefined;
619
- }
620
- export interface DeleteRolePolicyRequest {
621
-
622
- RoleName: string | undefined;
623
-
624
- PolicyName: string | undefined;
625
- }
626
- export interface DeleteSAMLProviderRequest {
627
-
628
- SAMLProviderArn: string | undefined;
629
- }
630
- export interface DeleteServerCertificateRequest {
631
-
632
- ServerCertificateName: string | undefined;
633
- }
634
- export interface DeleteServiceLinkedRoleRequest {
635
-
636
- RoleName: string | undefined;
637
- }
638
- export interface DeleteServiceLinkedRoleResponse {
639
-
640
- DeletionTaskId: string | undefined;
641
- }
642
- export interface DeleteServiceSpecificCredentialRequest {
643
-
644
- UserName?: string;
645
-
646
- ServiceSpecificCredentialId: string | undefined;
647
- }
648
- export interface DeleteSigningCertificateRequest {
649
-
650
- UserName?: string;
651
-
652
- CertificateId: string | undefined;
653
- }
654
- export interface DeleteSSHPublicKeyRequest {
655
-
656
- UserName: string | undefined;
657
-
658
- SSHPublicKeyId: string | undefined;
659
- }
660
- export interface DeleteUserRequest {
661
-
662
- UserName: string | undefined;
663
- }
664
- export interface DeleteUserPermissionsBoundaryRequest {
665
-
666
- UserName: string | undefined;
667
- }
668
- export interface DeleteUserPolicyRequest {
669
-
670
- UserName: string | undefined;
671
-
672
- PolicyName: string | undefined;
673
- }
674
- export interface DeleteVirtualMFADeviceRequest {
675
-
676
- SerialNumber: string | undefined;
677
- }
678
- export interface DetachGroupPolicyRequest {
679
-
680
- GroupName: string | undefined;
681
-
682
- PolicyArn: string | undefined;
683
- }
684
- export interface DetachRolePolicyRequest {
685
-
686
- RoleName: string | undefined;
687
-
688
- PolicyArn: string | undefined;
689
- }
690
- export interface DetachUserPolicyRequest {
691
-
692
- UserName: string | undefined;
693
-
694
- PolicyArn: string | undefined;
695
- }
696
- export interface EnableMFADeviceRequest {
697
-
698
- UserName: string | undefined;
699
-
700
- SerialNumber: string | undefined;
701
-
702
- AuthenticationCode1: string | undefined;
703
-
704
- AuthenticationCode2: string | undefined;
705
- }
706
-
707
- export declare class InvalidAuthenticationCodeException extends __BaseException {
708
- readonly name: "InvalidAuthenticationCodeException";
709
- readonly $fault: "client";
710
-
711
- constructor(opts: __ExceptionOptionType<InvalidAuthenticationCodeException, __BaseException>);
712
- }
713
- export declare enum ReportStateType {
714
- COMPLETE = "COMPLETE",
715
- INPROGRESS = "INPROGRESS",
716
- STARTED = "STARTED"
717
- }
718
-
719
- export interface GenerateCredentialReportResponse {
720
-
721
- State?: ReportStateType | string;
722
-
723
- Description?: string;
724
- }
725
- export interface GenerateOrganizationsAccessReportRequest {
726
-
727
- EntityPath: string | undefined;
728
-
729
- OrganizationsPolicyId?: string;
730
- }
731
- export interface GenerateOrganizationsAccessReportResponse {
732
-
733
- JobId?: string;
734
- }
735
-
736
- export declare class ReportGenerationLimitExceededException extends __BaseException {
737
- readonly name: "ReportGenerationLimitExceededException";
738
- readonly $fault: "client";
739
-
740
- constructor(opts: __ExceptionOptionType<ReportGenerationLimitExceededException, __BaseException>);
741
- }
742
- export interface GenerateServiceLastAccessedDetailsRequest {
743
-
744
- Arn: string | undefined;
745
-
746
- Granularity?: AccessAdvisorUsageGranularityType | string;
747
- }
748
- export interface GenerateServiceLastAccessedDetailsResponse {
749
-
750
- JobId?: string;
751
- }
752
- export interface GetAccessKeyLastUsedRequest {
753
-
754
- AccessKeyId: string | undefined;
755
- }
756
-
757
- export interface GetAccessKeyLastUsedResponse {
758
-
759
- UserName?: string;
760
-
761
- AccessKeyLastUsed?: AccessKeyLastUsed;
762
- }
763
- export declare enum EntityType {
764
- AWSManagedPolicy = "AWSManagedPolicy",
765
- Group = "Group",
766
- LocalManagedPolicy = "LocalManagedPolicy",
767
- Role = "Role",
768
- User = "User"
769
- }
770
- export interface GetAccountAuthorizationDetailsRequest {
771
-
772
- Filter?: (EntityType | string)[];
773
-
774
- MaxItems?: number;
775
-
776
- Marker?: string;
777
- }
778
-
779
- export interface PolicyDetail {
780
-
781
- PolicyName?: string;
782
-
783
- PolicyDocument?: string;
784
- }
785
-
786
- export interface GroupDetail {
787
-
788
- Path?: string;
789
-
790
- GroupName?: string;
791
-
792
- GroupId?: string;
793
-
794
- Arn?: string;
795
-
796
- CreateDate?: Date;
797
-
798
- GroupPolicyList?: PolicyDetail[];
799
-
800
- AttachedManagedPolicies?: AttachedPolicy[];
801
- }
802
-
803
- export interface ManagedPolicyDetail {
804
-
805
- PolicyName?: string;
806
-
807
- PolicyId?: string;
808
-
809
- Arn?: string;
810
-
811
- Path?: string;
812
-
813
- DefaultVersionId?: string;
814
-
815
- AttachmentCount?: number;
816
-
817
- PermissionsBoundaryUsageCount?: number;
818
-
819
- IsAttachable?: boolean;
820
-
821
- Description?: string;
822
-
823
- CreateDate?: Date;
824
-
825
- UpdateDate?: Date;
826
-
827
- PolicyVersionList?: PolicyVersion[];
828
- }
829
-
830
- export interface RoleDetail {
831
-
832
- Path?: string;
833
-
834
- RoleName?: string;
835
-
836
- RoleId?: string;
837
-
838
- Arn?: string;
839
-
840
- CreateDate?: Date;
841
-
842
- AssumeRolePolicyDocument?: string;
843
-
844
- InstanceProfileList?: InstanceProfile[];
845
-
846
- RolePolicyList?: PolicyDetail[];
847
-
848
- AttachedManagedPolicies?: AttachedPolicy[];
849
-
850
- PermissionsBoundary?: AttachedPermissionsBoundary;
851
-
852
- Tags?: Tag[];
853
-
854
- RoleLastUsed?: RoleLastUsed;
855
- }
856
-
857
- export interface UserDetail {
858
-
859
- Path?: string;
860
-
861
- UserName?: string;
862
-
863
- UserId?: string;
864
-
865
- Arn?: string;
866
-
867
- CreateDate?: Date;
868
-
869
- UserPolicyList?: PolicyDetail[];
870
-
871
- GroupList?: string[];
872
-
873
- AttachedManagedPolicies?: AttachedPolicy[];
874
-
875
- PermissionsBoundary?: AttachedPermissionsBoundary;
876
-
877
- Tags?: Tag[];
878
- }
879
-
880
- export interface GetAccountAuthorizationDetailsResponse {
881
-
882
- UserDetailList?: UserDetail[];
883
-
884
- GroupDetailList?: GroupDetail[];
885
-
886
- RoleDetailList?: RoleDetail[];
887
-
888
- Policies?: ManagedPolicyDetail[];
889
-
890
- IsTruncated?: boolean;
891
-
892
- Marker?: string;
893
- }
894
-
895
- export interface PasswordPolicy {
896
-
897
- MinimumPasswordLength?: number;
898
-
899
- RequireSymbols?: boolean;
900
-
901
- RequireNumbers?: boolean;
902
-
903
- RequireUppercaseCharacters?: boolean;
904
-
905
- RequireLowercaseCharacters?: boolean;
906
-
907
- AllowUsersToChangePassword?: boolean;
908
-
909
- ExpirePasswords?: boolean;
910
-
911
- MaxPasswordAge?: number;
912
-
913
- PasswordReusePrevention?: number;
914
-
915
- HardExpiry?: boolean;
916
- }
917
-
918
- export interface GetAccountPasswordPolicyResponse {
919
-
920
- PasswordPolicy: PasswordPolicy | undefined;
921
- }
922
- export declare type SummaryKeyType = "AccessKeysPerUserQuota" | "AccountAccessKeysPresent" | "AccountMFAEnabled" | "AccountSigningCertificatesPresent" | "AttachedPoliciesPerGroupQuota" | "AttachedPoliciesPerRoleQuota" | "AttachedPoliciesPerUserQuota" | "GlobalEndpointTokenVersion" | "GroupPolicySizeQuota" | "Groups" | "GroupsPerUserQuota" | "GroupsQuota" | "MFADevices" | "MFADevicesInUse" | "Policies" | "PoliciesQuota" | "PolicySizeQuota" | "PolicyVersionsInUse" | "PolicyVersionsInUseQuota" | "ServerCertificates" | "ServerCertificatesQuota" | "SigningCertificatesPerUserQuota" | "UserPolicySizeQuota" | "Users" | "UsersQuota" | "VersionsPerPolicyQuota";
923
-
924
- export interface GetAccountSummaryResponse {
925
-
926
- SummaryMap?: Record<string, number>;
927
- }
928
- export interface GetContextKeysForCustomPolicyRequest {
929
-
930
- PolicyInputList: string[] | undefined;
931
- }
932
-
933
- export interface GetContextKeysForPolicyResponse {
934
-
935
- ContextKeyNames?: string[];
936
- }
937
- export interface GetContextKeysForPrincipalPolicyRequest {
938
-
939
- PolicySourceArn: string | undefined;
940
-
941
- PolicyInputList?: string[];
942
- }
943
-
944
- export declare class CredentialReportExpiredException extends __BaseException {
945
- readonly name: "CredentialReportExpiredException";
946
- readonly $fault: "client";
947
-
948
- constructor(opts: __ExceptionOptionType<CredentialReportExpiredException, __BaseException>);
949
- }
950
-
951
- export declare class CredentialReportNotPresentException extends __BaseException {
952
- readonly name: "CredentialReportNotPresentException";
953
- readonly $fault: "client";
954
-
955
- constructor(opts: __ExceptionOptionType<CredentialReportNotPresentException, __BaseException>);
956
- }
957
-
958
- export declare class CredentialReportNotReadyException extends __BaseException {
959
- readonly name: "CredentialReportNotReadyException";
960
- readonly $fault: "client";
961
-
962
- constructor(opts: __ExceptionOptionType<CredentialReportNotReadyException, __BaseException>);
963
- }
964
- export declare type ReportFormatType = "text/csv";
965
-
966
- export interface GetCredentialReportResponse {
967
-
968
- Content?: Uint8Array;
969
-
970
- ReportFormat?: ReportFormatType | string;
971
-
972
- GeneratedTime?: Date;
973
- }
974
- export interface GetGroupRequest {
975
-
976
- GroupName: string | undefined;
977
-
978
- Marker?: string;
979
-
980
- MaxItems?: number;
981
- }
982
-
983
- export interface GetGroupResponse {
984
-
985
- Group: Group | undefined;
986
-
987
- Users: User[] | undefined;
988
-
989
- IsTruncated?: boolean;
990
-
991
- Marker?: string;
992
- }
993
- export interface GetGroupPolicyRequest {
994
-
995
- GroupName: string | undefined;
996
-
997
- PolicyName: string | undefined;
998
- }
999
-
1000
- export interface GetGroupPolicyResponse {
1001
-
1002
- GroupName: string | undefined;
1003
-
1004
- PolicyName: string | undefined;
1005
-
1006
- PolicyDocument: string | undefined;
1007
- }
1008
- export interface GetInstanceProfileRequest {
1009
-
1010
- InstanceProfileName: string | undefined;
1011
- }
1012
-
1013
- export interface GetInstanceProfileResponse {
1014
-
1015
- InstanceProfile: InstanceProfile | undefined;
1016
- }
1017
- export interface GetLoginProfileRequest {
1018
-
1019
- UserName: string | undefined;
1020
- }
1021
-
1022
- export interface GetLoginProfileResponse {
1023
-
1024
- LoginProfile: LoginProfile | undefined;
1025
- }
1026
- export interface GetOpenIDConnectProviderRequest {
1027
-
1028
- OpenIDConnectProviderArn: string | undefined;
1029
- }
1030
-
1031
- export interface GetOpenIDConnectProviderResponse {
1032
-
1033
- Url?: string;
1034
-
1035
- ClientIDList?: string[];
1036
-
1037
- ThumbprintList?: string[];
1038
-
1039
- CreateDate?: Date;
1040
-
1041
- Tags?: Tag[];
1042
- }
1043
- export declare enum SortKeyType {
1044
- LAST_AUTHENTICATED_TIME_ASCENDING = "LAST_AUTHENTICATED_TIME_ASCENDING",
1045
- LAST_AUTHENTICATED_TIME_DESCENDING = "LAST_AUTHENTICATED_TIME_DESCENDING",
1046
- SERVICE_NAMESPACE_ASCENDING = "SERVICE_NAMESPACE_ASCENDING",
1047
- SERVICE_NAMESPACE_DESCENDING = "SERVICE_NAMESPACE_DESCENDING"
1048
- }
1049
- export interface GetOrganizationsAccessReportRequest {
1050
-
1051
- JobId: string | undefined;
1052
-
1053
- MaxItems?: number;
1054
-
1055
- Marker?: string;
1056
-
1057
- SortKey?: SortKeyType | string;
1058
- }
1059
-
1060
- export interface ErrorDetails {
1061
-
1062
- Message: string | undefined;
1063
-
1064
- Code: string | undefined;
1065
- }
1066
- export declare type JobStatusType = "COMPLETED" | "FAILED" | "IN_PROGRESS";
1067
- export interface GetOrganizationsAccessReportResponse {
1068
-
1069
- JobStatus: JobStatusType | string | undefined;
1070
-
1071
- JobCreationDate: Date | undefined;
1072
-
1073
- JobCompletionDate?: Date;
1074
-
1075
- NumberOfServicesAccessible?: number;
1076
-
1077
- NumberOfServicesNotAccessed?: number;
1078
-
1079
- AccessDetails?: AccessDetail[];
1080
-
1081
- IsTruncated?: boolean;
1082
-
1083
- Marker?: string;
1084
-
1085
- ErrorDetails?: ErrorDetails;
1086
- }
1087
- export interface GetPolicyRequest {
1088
-
1089
- PolicyArn: string | undefined;
1090
- }
1091
-
1092
- export interface GetPolicyResponse {
1093
-
1094
- Policy?: Policy;
1095
- }
1096
- export interface GetPolicyVersionRequest {
1097
-
1098
- PolicyArn: string | undefined;
1099
-
1100
- VersionId: string | undefined;
1101
- }
1102
-
1103
- export interface GetPolicyVersionResponse {
1104
-
1105
- PolicyVersion?: PolicyVersion;
1106
- }
1107
- export interface GetRoleRequest {
1108
-
1109
- RoleName: string | undefined;
1110
- }
1111
-
1112
- export interface GetRoleResponse {
1113
-
1114
- Role: Role | undefined;
1115
- }
1116
- export interface GetRolePolicyRequest {
1117
-
1118
- RoleName: string | undefined;
1119
-
1120
- PolicyName: string | undefined;
1121
- }
1122
-
1123
- export interface GetRolePolicyResponse {
1124
-
1125
- RoleName: string | undefined;
1126
-
1127
- PolicyName: string | undefined;
1128
-
1129
- PolicyDocument: string | undefined;
1130
- }
1131
- export interface GetSAMLProviderRequest {
1132
-
1133
- SAMLProviderArn: string | undefined;
1134
- }
1135
-
1136
- export interface GetSAMLProviderResponse {
1137
-
1138
- SAMLMetadataDocument?: string;
1139
-
1140
- CreateDate?: Date;
1141
-
1142
- ValidUntil?: Date;
1143
-
1144
- Tags?: Tag[];
1145
- }
1146
- export interface GetServerCertificateRequest {
1147
-
1148
- ServerCertificateName: string | undefined;
1149
- }
1150
-
1151
- export interface ServerCertificateMetadata {
1152
-
1153
- Path: string | undefined;
1154
-
1155
- ServerCertificateName: string | undefined;
1156
-
1157
- ServerCertificateId: string | undefined;
1158
-
1159
- Arn: string | undefined;
1160
-
1161
- UploadDate?: Date;
1162
-
1163
- Expiration?: Date;
1164
- }
1165
-
1166
- export interface ServerCertificate {
1167
-
1168
- ServerCertificateMetadata: ServerCertificateMetadata | undefined;
1169
-
1170
- CertificateBody: string | undefined;
1171
-
1172
- CertificateChain?: string;
1173
-
1174
- Tags?: Tag[];
1175
- }
1176
-
1177
- export interface GetServerCertificateResponse {
1178
-
1179
- ServerCertificate: ServerCertificate | undefined;
1180
- }
1181
- export interface GetServiceLastAccessedDetailsRequest {
1182
-
1183
- JobId: string | undefined;
1184
-
1185
- MaxItems?: number;
1186
-
1187
- Marker?: string;
1188
- }
1189
-
1190
- export interface TrackedActionLastAccessed {
1191
-
1192
- ActionName?: string;
1193
-
1194
- LastAccessedEntity?: string;
1195
-
1196
- LastAccessedTime?: Date;
1197
-
1198
- LastAccessedRegion?: string;
1199
- }
1200
-
1201
- export interface ServiceLastAccessed {
1202
-
1203
- ServiceName: string | undefined;
1204
-
1205
- LastAuthenticated?: Date;
1206
-
1207
- ServiceNamespace: string | undefined;
1208
-
1209
- LastAuthenticatedEntity?: string;
1210
-
1211
- LastAuthenticatedRegion?: string;
1212
-
1213
- TotalAuthenticatedEntities?: number;
1214
-
1215
- TrackedActionsLastAccessed?: TrackedActionLastAccessed[];
1216
- }
1217
- export interface GetServiceLastAccessedDetailsResponse {
1218
-
1219
- JobStatus: JobStatusType | string | undefined;
1220
-
1221
- JobType?: AccessAdvisorUsageGranularityType | string;
1222
-
1223
- JobCreationDate: Date | undefined;
1224
-
1225
- ServicesLastAccessed: ServiceLastAccessed[] | undefined;
1226
-
1227
- JobCompletionDate: Date | undefined;
1228
-
1229
- IsTruncated?: boolean;
1230
-
1231
- Marker?: string;
1232
-
1233
- Error?: ErrorDetails;
1234
- }
1235
- export interface GetServiceLastAccessedDetailsWithEntitiesRequest {
1236
-
1237
- JobId: string | undefined;
1238
-
1239
- ServiceNamespace: string | undefined;
1240
-
1241
- MaxItems?: number;
1242
-
1243
- Marker?: string;
1244
- }
1245
- export declare enum PolicyOwnerEntityType {
1246
- GROUP = "GROUP",
1247
- ROLE = "ROLE",
1248
- USER = "USER"
1249
- }
1250
-
1251
- export interface EntityInfo {
1252
-
1253
- Arn: string | undefined;
1254
-
1255
- Name: string | undefined;
1256
-
1257
- Type: PolicyOwnerEntityType | string | undefined;
1258
-
1259
- Id: string | undefined;
1260
-
1261
- Path?: string;
1262
- }
1263
-
1264
- export interface EntityDetails {
1265
-
1266
- EntityInfo: EntityInfo | undefined;
1267
-
1268
- LastAuthenticated?: Date;
1269
- }
1270
- export interface GetServiceLastAccessedDetailsWithEntitiesResponse {
1271
-
1272
- JobStatus: JobStatusType | string | undefined;
1273
-
1274
- JobCreationDate: Date | undefined;
1275
-
1276
- JobCompletionDate: Date | undefined;
1277
-
1278
- EntityDetailsList: EntityDetails[] | undefined;
1279
-
1280
- IsTruncated?: boolean;
1281
-
1282
- Marker?: string;
1283
-
1284
- Error?: ErrorDetails;
1285
- }
1286
- export interface GetServiceLinkedRoleDeletionStatusRequest {
1287
-
1288
- DeletionTaskId: string | undefined;
1289
- }
1290
-
1291
- export interface RoleUsageType {
1292
-
1293
- Region?: string;
1294
-
1295
- Resources?: string[];
1296
- }
1297
-
1298
- export interface DeletionTaskFailureReasonType {
1299
-
1300
- Reason?: string;
1301
-
1302
- RoleUsageList?: RoleUsageType[];
1303
- }
1304
- export declare enum DeletionTaskStatusType {
1305
- FAILED = "FAILED",
1306
- IN_PROGRESS = "IN_PROGRESS",
1307
- NOT_STARTED = "NOT_STARTED",
1308
- SUCCEEDED = "SUCCEEDED"
1309
- }
1310
- export interface GetServiceLinkedRoleDeletionStatusResponse {
1311
-
1312
- Status: DeletionTaskStatusType | string | undefined;
1313
-
1314
- Reason?: DeletionTaskFailureReasonType;
1315
- }
1316
- export declare type EncodingType = "PEM" | "SSH";
1317
- export interface GetSSHPublicKeyRequest {
1318
-
1319
- UserName: string | undefined;
1320
-
1321
- SSHPublicKeyId: string | undefined;
1322
-
1323
- Encoding: EncodingType | string | undefined;
1324
- }
1325
-
1326
- export interface SSHPublicKey {
1327
-
1328
- UserName: string | undefined;
1329
-
1330
- SSHPublicKeyId: string | undefined;
1331
-
1332
- Fingerprint: string | undefined;
1333
-
1334
- SSHPublicKeyBody: string | undefined;
1335
-
1336
- Status: StatusType | string | undefined;
1337
-
1338
- UploadDate?: Date;
1339
- }
1340
-
1341
- export interface GetSSHPublicKeyResponse {
1342
-
1343
- SSHPublicKey?: SSHPublicKey;
1344
- }
1345
-
1346
- export declare class UnrecognizedPublicKeyEncodingException extends __BaseException {
1347
- readonly name: "UnrecognizedPublicKeyEncodingException";
1348
- readonly $fault: "client";
1349
-
1350
- constructor(opts: __ExceptionOptionType<UnrecognizedPublicKeyEncodingException, __BaseException>);
1351
- }
1352
- export interface GetUserRequest {
1353
-
1354
- UserName?: string;
1355
- }
1356
-
1357
- export interface GetUserResponse {
1358
-
1359
- User: User | undefined;
1360
- }
1361
- export interface GetUserPolicyRequest {
1362
-
1363
- UserName: string | undefined;
1364
-
1365
- PolicyName: string | undefined;
1366
- }
1367
-
1368
- export interface GetUserPolicyResponse {
1369
-
1370
- UserName: string | undefined;
1371
-
1372
- PolicyName: string | undefined;
1373
-
1374
- PolicyDocument: string | undefined;
1375
- }
1376
- export interface ListAccessKeysRequest {
1377
-
1378
- UserName?: string;
1379
-
1380
- Marker?: string;
1381
-
1382
- MaxItems?: number;
1383
- }
1384
-
1385
- export interface ListAccessKeysResponse {
1386
-
1387
- AccessKeyMetadata: AccessKeyMetadata[] | undefined;
1388
-
1389
- IsTruncated?: boolean;
1390
-
1391
- Marker?: string;
1392
- }
1393
- export interface ListAccountAliasesRequest {
1394
-
1395
- Marker?: string;
1396
-
1397
- MaxItems?: number;
1398
- }
1399
-
1400
- export interface ListAccountAliasesResponse {
1401
-
1402
- AccountAliases: string[] | undefined;
1403
-
1404
- IsTruncated?: boolean;
1405
-
1406
- Marker?: string;
1407
- }
1408
- export interface ListAttachedGroupPoliciesRequest {
1409
-
1410
- GroupName: string | undefined;
1411
-
1412
- PathPrefix?: string;
1413
-
1414
- Marker?: string;
1415
-
1416
- MaxItems?: number;
1417
- }
1418
-
1419
- export interface ListAttachedGroupPoliciesResponse {
1420
-
1421
- AttachedPolicies?: AttachedPolicy[];
1422
-
1423
- IsTruncated?: boolean;
1424
-
1425
- Marker?: string;
1426
- }
1427
- export interface ListAttachedRolePoliciesRequest {
1428
-
1429
- RoleName: string | undefined;
1430
-
1431
- PathPrefix?: string;
1432
-
1433
- Marker?: string;
1434
-
1435
- MaxItems?: number;
1436
- }
1437
-
1438
- export interface ListAttachedRolePoliciesResponse {
1439
-
1440
- AttachedPolicies?: AttachedPolicy[];
1441
-
1442
- IsTruncated?: boolean;
1443
-
1444
- Marker?: string;
1445
- }
1446
- export interface ListAttachedUserPoliciesRequest {
1447
-
1448
- UserName: string | undefined;
1449
-
1450
- PathPrefix?: string;
1451
-
1452
- Marker?: string;
1453
-
1454
- MaxItems?: number;
1455
- }
1456
-
1457
- export interface ListAttachedUserPoliciesResponse {
1458
-
1459
- AttachedPolicies?: AttachedPolicy[];
1460
-
1461
- IsTruncated?: boolean;
1462
-
1463
- Marker?: string;
1464
- }
1465
- export declare type PolicyUsageType = "PermissionsBoundary" | "PermissionsPolicy";
1466
- export interface ListEntitiesForPolicyRequest {
1467
-
1468
- PolicyArn: string | undefined;
1469
-
1470
- EntityFilter?: EntityType | string;
1471
-
1472
- PathPrefix?: string;
1473
-
1474
- PolicyUsageFilter?: PolicyUsageType | string;
1475
-
1476
- Marker?: string;
1477
-
1478
- MaxItems?: number;
1479
- }
1480
-
1481
- export interface PolicyGroup {
1482
-
1483
- GroupName?: string;
1484
-
1485
- GroupId?: string;
1486
- }
1487
-
1488
- export interface PolicyRole {
1489
-
1490
- RoleName?: string;
1491
-
1492
- RoleId?: string;
1493
- }
1494
-
1495
- export interface PolicyUser {
1496
-
1497
- UserName?: string;
1498
-
1499
- UserId?: string;
1500
- }
1501
-
1502
- export interface ListEntitiesForPolicyResponse {
1503
-
1504
- PolicyGroups?: PolicyGroup[];
1505
-
1506
- PolicyUsers?: PolicyUser[];
1507
-
1508
- PolicyRoles?: PolicyRole[];
1509
-
1510
- IsTruncated?: boolean;
1511
-
1512
- Marker?: string;
1513
- }
1514
- export interface ListGroupPoliciesRequest {
1515
-
1516
- GroupName: string | undefined;
1517
-
1518
- Marker?: string;
1519
-
1520
- MaxItems?: number;
1521
- }
1522
-
1523
- export interface ListGroupPoliciesResponse {
1524
-
1525
- PolicyNames: string[] | undefined;
1526
-
1527
- IsTruncated?: boolean;
1528
-
1529
- Marker?: string;
1530
- }
1531
- export interface ListGroupsRequest {
1532
-
1533
- PathPrefix?: string;
1534
-
1535
- Marker?: string;
1536
-
1537
- MaxItems?: number;
1538
- }
1539
-
1540
- export interface ListGroupsResponse {
1541
-
1542
- Groups: Group[] | undefined;
1543
-
1544
- IsTruncated?: boolean;
1545
-
1546
- Marker?: string;
1547
- }
1548
- export interface ListGroupsForUserRequest {
1549
-
1550
- UserName: string | undefined;
1551
-
1552
- Marker?: string;
1553
-
1554
- MaxItems?: number;
1555
- }
1556
-
1557
- export interface ListGroupsForUserResponse {
1558
-
1559
- Groups: Group[] | undefined;
1560
-
1561
- IsTruncated?: boolean;
1562
-
1563
- Marker?: string;
1564
- }
1565
- export interface ListInstanceProfilesRequest {
1566
-
1567
- PathPrefix?: string;
1568
-
1569
- Marker?: string;
1570
-
1571
- MaxItems?: number;
1572
- }
1573
-
1574
- export interface ListInstanceProfilesResponse {
1575
-
1576
- InstanceProfiles: InstanceProfile[] | undefined;
1577
-
1578
- IsTruncated?: boolean;
1579
-
1580
- Marker?: string;
1581
- }
1582
- export interface ListInstanceProfilesForRoleRequest {
1583
-
1584
- RoleName: string | undefined;
1585
-
1586
- Marker?: string;
1587
-
1588
- MaxItems?: number;
1589
- }
1590
-
1591
- export interface ListInstanceProfilesForRoleResponse {
1592
-
1593
- InstanceProfiles: InstanceProfile[] | undefined;
1594
-
1595
- IsTruncated?: boolean;
1596
-
1597
- Marker?: string;
1598
- }
1599
- export interface ListInstanceProfileTagsRequest {
1600
-
1601
- InstanceProfileName: string | undefined;
1602
-
1603
- Marker?: string;
1604
-
1605
- MaxItems?: number;
1606
- }
1607
- export interface ListInstanceProfileTagsResponse {
1608
-
1609
- Tags: Tag[] | undefined;
1610
-
1611
- IsTruncated?: boolean;
1612
-
1613
- Marker?: string;
1614
- }
1615
- export interface ListMFADevicesRequest {
1616
-
1617
- UserName?: string;
1618
-
1619
- Marker?: string;
1620
-
1621
- MaxItems?: number;
1622
- }
1623
-
1624
- export interface MFADevice {
1625
-
1626
- UserName: string | undefined;
1627
-
1628
- SerialNumber: string | undefined;
1629
-
1630
- EnableDate: Date | undefined;
1631
- }
1632
-
1633
- export interface ListMFADevicesResponse {
1634
-
1635
- MFADevices: MFADevice[] | undefined;
1636
-
1637
- IsTruncated?: boolean;
1638
-
1639
- Marker?: string;
1640
- }
1641
- export interface ListMFADeviceTagsRequest {
1642
-
1643
- SerialNumber: string | undefined;
1644
-
1645
- Marker?: string;
1646
-
1647
- MaxItems?: number;
1648
- }
1649
- export interface ListMFADeviceTagsResponse {
1650
-
1651
- Tags: Tag[] | undefined;
1652
-
1653
- IsTruncated?: boolean;
1654
-
1655
- Marker?: string;
1656
- }
1657
- export interface ListOpenIDConnectProvidersRequest {
1658
- }
1659
-
1660
- export interface OpenIDConnectProviderListEntry {
1661
-
1662
- Arn?: string;
1663
- }
1664
-
1665
- export interface ListOpenIDConnectProvidersResponse {
1666
-
1667
- OpenIDConnectProviderList?: OpenIDConnectProviderListEntry[];
1668
- }
1669
- export interface ListOpenIDConnectProviderTagsRequest {
1670
-
1671
- OpenIDConnectProviderArn: string | undefined;
1672
-
1673
- Marker?: string;
1674
-
1675
- MaxItems?: number;
1676
- }
1677
- export interface ListOpenIDConnectProviderTagsResponse {
1678
-
1679
- Tags: Tag[] | undefined;
1680
-
1681
- IsTruncated?: boolean;
1682
-
1683
- Marker?: string;
1684
- }
1685
- export declare enum PolicyScopeType {
1686
- AWS = "AWS",
1687
- All = "All",
1688
- Local = "Local"
1689
- }
1690
- export interface ListPoliciesRequest {
1691
-
1692
- Scope?: PolicyScopeType | string;
1693
-
1694
- OnlyAttached?: boolean;
1695
-
1696
- PathPrefix?: string;
1697
-
1698
- PolicyUsageFilter?: PolicyUsageType | string;
1699
-
1700
- Marker?: string;
1701
-
1702
- MaxItems?: number;
1703
- }
1704
-
1705
- export interface ListPoliciesResponse {
1706
-
1707
- Policies?: Policy[];
1708
-
1709
- IsTruncated?: boolean;
1710
-
1711
- Marker?: string;
1712
- }
1713
- export interface ListPoliciesGrantingServiceAccessRequest {
1714
-
1715
- Marker?: string;
1716
-
1717
- Arn: string | undefined;
1718
-
1719
- ServiceNamespaces: string[] | undefined;
1720
- }
1721
- export declare enum PolicyType {
1722
- INLINE = "INLINE",
1723
- MANAGED = "MANAGED"
1724
- }
1725
-
1726
- export interface PolicyGrantingServiceAccess {
1727
-
1728
- PolicyName: string | undefined;
1729
-
1730
- PolicyType: PolicyType | string | undefined;
1731
-
1732
- PolicyArn?: string;
1733
-
1734
- EntityType?: PolicyOwnerEntityType | string;
1735
-
1736
- EntityName?: string;
1737
- }
1738
-
1739
- export interface ListPoliciesGrantingServiceAccessEntry {
1740
-
1741
- ServiceNamespace?: string;
1742
-
1743
- Policies?: PolicyGrantingServiceAccess[];
1744
- }
1745
- export interface ListPoliciesGrantingServiceAccessResponse {
1746
-
1747
- PoliciesGrantingServiceAccess: ListPoliciesGrantingServiceAccessEntry[] | undefined;
1748
-
1749
- IsTruncated?: boolean;
1750
-
1751
- Marker?: string;
1752
- }
1753
- export interface ListPolicyTagsRequest {
1754
-
1755
- PolicyArn: string | undefined;
1756
-
1757
- Marker?: string;
1758
-
1759
- MaxItems?: number;
1760
- }
1761
- export interface ListPolicyTagsResponse {
1762
-
1763
- Tags: Tag[] | undefined;
1764
-
1765
- IsTruncated?: boolean;
1766
-
1767
- Marker?: string;
1768
- }
1769
- export interface ListPolicyVersionsRequest {
1770
-
1771
- PolicyArn: string | undefined;
1772
-
1773
- Marker?: string;
1774
-
1775
- MaxItems?: number;
1776
- }
1777
-
1778
- export interface ListPolicyVersionsResponse {
1779
-
1780
- Versions?: PolicyVersion[];
1781
-
1782
- IsTruncated?: boolean;
1783
-
1784
- Marker?: string;
1785
- }
1786
- export interface ListRolePoliciesRequest {
1787
-
1788
- RoleName: string | undefined;
1789
-
1790
- Marker?: string;
1791
-
1792
- MaxItems?: number;
1793
- }
1794
-
1795
- export interface ListRolePoliciesResponse {
1796
-
1797
- PolicyNames: string[] | undefined;
1798
-
1799
- IsTruncated?: boolean;
1800
-
1801
- Marker?: string;
1802
- }
1803
- export interface ListRolesRequest {
1804
-
1805
- PathPrefix?: string;
1806
-
1807
- Marker?: string;
1808
-
1809
- MaxItems?: number;
1810
- }
1811
-
1812
- export interface ListRolesResponse {
1813
-
1814
- Roles: Role[] | undefined;
1815
-
1816
- IsTruncated?: boolean;
1817
-
1818
- Marker?: string;
1819
- }
1820
- export interface ListRoleTagsRequest {
1821
-
1822
- RoleName: string | undefined;
1823
-
1824
- Marker?: string;
1825
-
1826
- MaxItems?: number;
1827
- }
1828
- export interface ListRoleTagsResponse {
1829
-
1830
- Tags: Tag[] | undefined;
1831
-
1832
- IsTruncated?: boolean;
1833
-
1834
- Marker?: string;
1835
- }
1836
- export interface ListSAMLProvidersRequest {
1837
- }
1838
-
1839
- export interface SAMLProviderListEntry {
1840
-
1841
- Arn?: string;
1842
-
1843
- ValidUntil?: Date;
1844
-
1845
- CreateDate?: Date;
1846
- }
1847
-
1848
- export interface ListSAMLProvidersResponse {
1849
-
1850
- SAMLProviderList?: SAMLProviderListEntry[];
1851
- }
1852
- export interface ListSAMLProviderTagsRequest {
1853
-
1854
- SAMLProviderArn: string | undefined;
1855
-
1856
- Marker?: string;
1857
-
1858
- MaxItems?: number;
1859
- }
1860
- export interface ListSAMLProviderTagsResponse {
1861
-
1862
- Tags: Tag[] | undefined;
1863
-
1864
- IsTruncated?: boolean;
1865
-
1866
- Marker?: string;
1867
- }
1868
- export interface ListServerCertificatesRequest {
1869
-
1870
- PathPrefix?: string;
1871
-
1872
- Marker?: string;
1873
-
1874
- MaxItems?: number;
1875
- }
1876
-
1877
- export interface ListServerCertificatesResponse {
1878
-
1879
- ServerCertificateMetadataList: ServerCertificateMetadata[] | undefined;
1880
-
1881
- IsTruncated?: boolean;
1882
-
1883
- Marker?: string;
1884
- }
1885
- export interface ListServerCertificateTagsRequest {
1886
-
1887
- ServerCertificateName: string | undefined;
1888
-
1889
- Marker?: string;
1890
-
1891
- MaxItems?: number;
1892
- }
1893
- export interface ListServerCertificateTagsResponse {
1894
-
1895
- Tags: Tag[] | undefined;
1896
-
1897
- IsTruncated?: boolean;
1898
-
1899
- Marker?: string;
1900
- }
1901
- export interface ListServiceSpecificCredentialsRequest {
1902
-
1903
- UserName?: string;
1904
-
1905
- ServiceName?: string;
1906
- }
1907
-
1908
- export interface ServiceSpecificCredentialMetadata {
1909
-
1910
- UserName: string | undefined;
1911
-
1912
- Status: StatusType | string | undefined;
1913
-
1914
- ServiceUserName: string | undefined;
1915
-
1916
- CreateDate: Date | undefined;
1917
-
1918
- ServiceSpecificCredentialId: string | undefined;
1919
-
1920
- ServiceName: string | undefined;
1921
- }
1922
- export interface ListServiceSpecificCredentialsResponse {
1923
-
1924
- ServiceSpecificCredentials?: ServiceSpecificCredentialMetadata[];
1925
- }
1926
- export interface ListSigningCertificatesRequest {
1927
-
1928
- UserName?: string;
1929
-
1930
- Marker?: string;
1931
-
1932
- MaxItems?: number;
1933
- }
1934
-
1935
- export interface SigningCertificate {
1936
-
1937
- UserName: string | undefined;
1938
-
1939
- CertificateId: string | undefined;
1940
-
1941
- CertificateBody: string | undefined;
1942
-
1943
- Status: StatusType | string | undefined;
1944
-
1945
- UploadDate?: Date;
1946
- }
1947
-
1948
- export interface ListSigningCertificatesResponse {
1949
-
1950
- Certificates: SigningCertificate[] | undefined;
1951
-
1952
- IsTruncated?: boolean;
1953
-
1954
- Marker?: string;
1955
- }
1956
- export interface ListSSHPublicKeysRequest {
1957
-
1958
- UserName?: string;
1959
-
1960
- Marker?: string;
1961
-
1962
- MaxItems?: number;
1963
- }
1964
-
1965
- export interface SSHPublicKeyMetadata {
1966
-
1967
- UserName: string | undefined;
1968
-
1969
- SSHPublicKeyId: string | undefined;
1970
-
1971
- Status: StatusType | string | undefined;
1972
-
1973
- UploadDate: Date | undefined;
1974
- }
1975
-
1976
- export interface ListSSHPublicKeysResponse {
1977
-
1978
- SSHPublicKeys?: SSHPublicKeyMetadata[];
1979
-
1980
- IsTruncated?: boolean;
1981
-
1982
- Marker?: string;
1983
- }
1984
- export interface ListUserPoliciesRequest {
1985
-
1986
- UserName: string | undefined;
1987
-
1988
- Marker?: string;
1989
-
1990
- MaxItems?: number;
1991
- }
1992
-
1993
- export interface ListUserPoliciesResponse {
1994
-
1995
- PolicyNames: string[] | undefined;
1996
-
1997
- IsTruncated?: boolean;
1998
-
1999
- Marker?: string;
2000
- }
2001
- export interface ListUsersRequest {
2002
-
2003
- PathPrefix?: string;
2004
-
2005
- Marker?: string;
2006
-
2007
- MaxItems?: number;
2008
- }
2009
-
2010
- export interface ListUsersResponse {
2011
-
2012
- Users: User[] | undefined;
2013
-
2014
- IsTruncated?: boolean;
2015
-
2016
- Marker?: string;
2017
- }
2018
- export interface ListUserTagsRequest {
2019
-
2020
- UserName: string | undefined;
2021
-
2022
- Marker?: string;
2023
-
2024
- MaxItems?: number;
2025
- }
2026
- export interface ListUserTagsResponse {
2027
-
2028
- Tags: Tag[] | undefined;
2029
-
2030
- IsTruncated?: boolean;
2031
-
2032
- Marker?: string;
2033
- }
2034
- export interface ListVirtualMFADevicesRequest {
2035
-
2036
- AssignmentStatus?: AssignmentStatusType | string;
2037
-
2038
- Marker?: string;
2039
-
2040
- MaxItems?: number;
2041
- }
2042
-
2043
- export interface ListVirtualMFADevicesResponse {
2044
-
2045
- VirtualMFADevices: VirtualMFADevice[] | undefined;
2046
-
2047
- IsTruncated?: boolean;
2048
-
2049
- Marker?: string;
2050
- }
2051
- export interface PutGroupPolicyRequest {
2052
-
2053
- GroupName: string | undefined;
2054
-
2055
- PolicyName: string | undefined;
2056
-
2057
- PolicyDocument: string | undefined;
2058
- }
2059
- export interface PutRolePermissionsBoundaryRequest {
2060
-
2061
- RoleName: string | undefined;
2062
-
2063
- PermissionsBoundary: string | undefined;
2064
- }
2065
- export interface PutRolePolicyRequest {
2066
-
2067
- RoleName: string | undefined;
2068
-
2069
- PolicyName: string | undefined;
2070
-
2071
- PolicyDocument: string | undefined;
2072
- }
2073
- export interface PutUserPermissionsBoundaryRequest {
2074
-
2075
- UserName: string | undefined;
2076
-
2077
- PermissionsBoundary: string | undefined;
2078
- }
2079
- export interface PutUserPolicyRequest {
2080
-
2081
- UserName: string | undefined;
2082
-
2083
- PolicyName: string | undefined;
2084
-
2085
- PolicyDocument: string | undefined;
2086
- }
2087
- export interface RemoveClientIDFromOpenIDConnectProviderRequest {
2088
-
2089
- OpenIDConnectProviderArn: string | undefined;
2090
-
2091
- ClientID: string | undefined;
2092
- }
2093
- export interface RemoveRoleFromInstanceProfileRequest {
2094
-
2095
- InstanceProfileName: string | undefined;
2096
-
2097
- RoleName: string | undefined;
2098
- }
2099
- export interface RemoveUserFromGroupRequest {
2100
-
2101
- GroupName: string | undefined;
2102
-
2103
- UserName: string | undefined;
2104
- }
2105
- export interface ResetServiceSpecificCredentialRequest {
2106
-
2107
- UserName?: string;
2108
-
2109
- ServiceSpecificCredentialId: string | undefined;
2110
- }
2111
- export interface ResetServiceSpecificCredentialResponse {
2112
-
2113
- ServiceSpecificCredential?: ServiceSpecificCredential;
2114
- }
2115
- export interface ResyncMFADeviceRequest {
2116
-
2117
- UserName: string | undefined;
2118
-
2119
- SerialNumber: string | undefined;
2120
-
2121
- AuthenticationCode1: string | undefined;
2122
-
2123
- AuthenticationCode2: string | undefined;
2124
- }
2125
- export interface SetDefaultPolicyVersionRequest {
2126
-
2127
- PolicyArn: string | undefined;
2128
-
2129
- VersionId: string | undefined;
2130
- }
2131
- export declare enum GlobalEndpointTokenVersion {
2132
- v1Token = "v1Token",
2133
- v2Token = "v2Token"
2134
- }
2135
- export interface SetSecurityTokenServicePreferencesRequest {
2136
-
2137
- GlobalEndpointTokenVersion: GlobalEndpointTokenVersion | string | undefined;
2138
- }
2139
-
2140
- export declare class PolicyEvaluationException extends __BaseException {
2141
- readonly name: "PolicyEvaluationException";
2142
- readonly $fault: "server";
2143
-
2144
- constructor(opts: __ExceptionOptionType<PolicyEvaluationException, __BaseException>);
2145
- }
2146
- export declare enum ContextKeyTypeEnum {
2147
- BINARY = "binary",
2148
- BINARY_LIST = "binaryList",
2149
- BOOLEAN = "boolean",
2150
- BOOLEAN_LIST = "booleanList",
2151
- DATE = "date",
2152
- DATE_LIST = "dateList",
2153
- IP = "ip",
2154
- IP_LIST = "ipList",
2155
- NUMERIC = "numeric",
2156
- NUMERIC_LIST = "numericList",
2157
- STRING = "string",
2158
- STRING_LIST = "stringList"
2159
- }
2160
-
2161
- export interface ContextEntry {
2162
-
2163
- ContextKeyName?: string;
2164
-
2165
- ContextKeyValues?: string[];
2166
-
2167
- ContextKeyType?: ContextKeyTypeEnum | string;
2168
- }
2169
- export interface SimulateCustomPolicyRequest {
2170
-
2171
- PolicyInputList: string[] | undefined;
2172
-
2173
- PermissionsBoundaryPolicyInputList?: string[];
2174
-
2175
- ActionNames: string[] | undefined;
2176
-
2177
- ResourceArns?: string[];
2178
-
2179
- ResourcePolicy?: string;
2180
-
2181
- ResourceOwner?: string;
2182
-
2183
- CallerArn?: string;
2184
-
2185
- ContextEntries?: ContextEntry[];
2186
-
2187
- ResourceHandlingOption?: string;
2188
-
2189
- MaxItems?: number;
2190
-
2191
- Marker?: string;
2192
- }
2193
- export declare enum PolicyEvaluationDecisionType {
2194
- ALLOWED = "allowed",
2195
- EXPLICIT_DENY = "explicitDeny",
2196
- IMPLICIT_DENY = "implicitDeny"
2197
- }
2198
-
2199
- export interface Position {
2200
-
2201
- Line?: number;
2202
-
2203
- Column?: number;
2204
- }
2205
- export declare enum PolicySourceType {
2206
- AWS_MANAGED = "aws-managed",
2207
- GROUP = "group",
2208
- NONE = "none",
2209
- RESOURCE = "resource",
2210
- ROLE = "role",
2211
- USER = "user",
2212
- USER_MANAGED = "user-managed"
2213
- }
2214
-
2215
- export interface Statement {
2216
-
2217
- SourcePolicyId?: string;
2218
-
2219
- SourcePolicyType?: PolicySourceType | string;
2220
-
2221
- StartPosition?: Position;
2222
-
2223
- EndPosition?: Position;
2224
- }
2225
-
2226
- export interface OrganizationsDecisionDetail {
2227
-
2228
- AllowedByOrganizations?: boolean;
2229
- }
2230
-
2231
- export interface PermissionsBoundaryDecisionDetail {
2232
-
2233
- AllowedByPermissionsBoundary?: boolean;
2234
- }
2235
-
2236
- export interface ResourceSpecificResult {
2237
-
2238
- EvalResourceName: string | undefined;
2239
-
2240
- EvalResourceDecision: PolicyEvaluationDecisionType | string | undefined;
2241
-
2242
- MatchedStatements?: Statement[];
2243
-
2244
- MissingContextValues?: string[];
2245
-
2246
- EvalDecisionDetails?: Record<string, PolicyEvaluationDecisionType | string>;
2247
-
2248
- PermissionsBoundaryDecisionDetail?: PermissionsBoundaryDecisionDetail;
2249
- }
2250
-
2251
- export interface EvaluationResult {
2252
-
2253
- EvalActionName: string | undefined;
2254
-
2255
- EvalResourceName?: string;
2256
-
2257
- EvalDecision: PolicyEvaluationDecisionType | string | undefined;
2258
-
2259
- MatchedStatements?: Statement[];
2260
-
2261
- MissingContextValues?: string[];
2262
-
2263
- OrganizationsDecisionDetail?: OrganizationsDecisionDetail;
2264
-
2265
- PermissionsBoundaryDecisionDetail?: PermissionsBoundaryDecisionDetail;
2266
-
2267
- EvalDecisionDetails?: Record<string, PolicyEvaluationDecisionType | string>;
2268
-
2269
- ResourceSpecificResults?: ResourceSpecificResult[];
2270
- }
2271
-
2272
- export interface SimulatePolicyResponse {
2273
-
2274
- EvaluationResults?: EvaluationResult[];
2275
-
2276
- IsTruncated?: boolean;
2277
-
2278
- Marker?: string;
2279
- }
2280
- export interface SimulatePrincipalPolicyRequest {
2281
-
2282
- PolicySourceArn: string | undefined;
2283
-
2284
- PolicyInputList?: string[];
2285
-
2286
- PermissionsBoundaryPolicyInputList?: string[];
2287
-
2288
- ActionNames: string[] | undefined;
2289
-
2290
- ResourceArns?: string[];
2291
-
2292
- ResourcePolicy?: string;
2293
-
2294
- ResourceOwner?: string;
2295
-
2296
- CallerArn?: string;
2297
-
2298
- ContextEntries?: ContextEntry[];
2299
-
2300
- ResourceHandlingOption?: string;
2301
-
2302
- MaxItems?: number;
2303
-
2304
- Marker?: string;
2305
- }
2306
- export interface TagInstanceProfileRequest {
2307
-
2308
- InstanceProfileName: string | undefined;
2309
-
2310
- Tags: Tag[] | undefined;
2311
- }
2312
- export interface TagMFADeviceRequest {
2313
-
2314
- SerialNumber: string | undefined;
2315
-
2316
- Tags: Tag[] | undefined;
2317
- }
2318
- export interface TagOpenIDConnectProviderRequest {
2319
-
2320
- OpenIDConnectProviderArn: string | undefined;
2321
-
2322
- Tags: Tag[] | undefined;
2323
- }
2324
- export interface TagPolicyRequest {
2325
-
2326
- PolicyArn: string | undefined;
2327
-
2328
- Tags: Tag[] | undefined;
2329
- }
2330
- export interface TagRoleRequest {
2331
-
2332
- RoleName: string | undefined;
2333
-
2334
- Tags: Tag[] | undefined;
2335
- }
2336
- export interface TagSAMLProviderRequest {
2337
-
2338
- SAMLProviderArn: string | undefined;
2339
-
2340
- Tags: Tag[] | undefined;
2341
- }
2342
- export interface TagServerCertificateRequest {
2343
-
2344
- ServerCertificateName: string | undefined;
2345
-
2346
- Tags: Tag[] | undefined;
2347
- }
2348
- export interface TagUserRequest {
2349
-
2350
- UserName: string | undefined;
2351
-
2352
- Tags: Tag[] | undefined;
2353
- }
2354
- export interface UntagInstanceProfileRequest {
2355
-
2356
- InstanceProfileName: string | undefined;
2357
-
2358
- TagKeys: string[] | undefined;
2359
- }
2360
- export interface UntagMFADeviceRequest {
2361
-
2362
- SerialNumber: string | undefined;
2363
-
2364
- TagKeys: string[] | undefined;
2365
- }
2366
- export interface UntagOpenIDConnectProviderRequest {
2367
-
2368
- OpenIDConnectProviderArn: string | undefined;
2369
-
2370
- TagKeys: string[] | undefined;
2371
- }
2372
-
2373
- export declare const AccessDetailFilterSensitiveLog: (obj: AccessDetail) => any;
2374
-
2375
- export declare const AccessKeyFilterSensitiveLog: (obj: AccessKey) => any;
2376
-
2377
- export declare const AccessKeyLastUsedFilterSensitiveLog: (obj: AccessKeyLastUsed) => any;
2378
-
2379
- export declare const AccessKeyMetadataFilterSensitiveLog: (obj: AccessKeyMetadata) => any;
2380
-
2381
- export declare const AddClientIDToOpenIDConnectProviderRequestFilterSensitiveLog: (obj: AddClientIDToOpenIDConnectProviderRequest) => any;
2382
-
2383
- export declare const AddRoleToInstanceProfileRequestFilterSensitiveLog: (obj: AddRoleToInstanceProfileRequest) => any;
2384
-
2385
- export declare const AddUserToGroupRequestFilterSensitiveLog: (obj: AddUserToGroupRequest) => any;
2386
-
2387
- export declare const AttachedPermissionsBoundaryFilterSensitiveLog: (obj: AttachedPermissionsBoundary) => any;
2388
-
2389
- export declare const AttachedPolicyFilterSensitiveLog: (obj: AttachedPolicy) => any;
2390
-
2391
- export declare const AttachGroupPolicyRequestFilterSensitiveLog: (obj: AttachGroupPolicyRequest) => any;
2392
-
2393
- export declare const AttachRolePolicyRequestFilterSensitiveLog: (obj: AttachRolePolicyRequest) => any;
2394
-
2395
- export declare const AttachUserPolicyRequestFilterSensitiveLog: (obj: AttachUserPolicyRequest) => any;
2396
-
2397
- export declare const ChangePasswordRequestFilterSensitiveLog: (obj: ChangePasswordRequest) => any;
2398
-
2399
- export declare const CreateAccessKeyRequestFilterSensitiveLog: (obj: CreateAccessKeyRequest) => any;
2400
-
2401
- export declare const CreateAccessKeyResponseFilterSensitiveLog: (obj: CreateAccessKeyResponse) => any;
2402
-
2403
- export declare const CreateAccountAliasRequestFilterSensitiveLog: (obj: CreateAccountAliasRequest) => any;
2404
-
2405
- export declare const CreateGroupRequestFilterSensitiveLog: (obj: CreateGroupRequest) => any;
2406
-
2407
- export declare const GroupFilterSensitiveLog: (obj: Group) => any;
2408
-
2409
- export declare const CreateGroupResponseFilterSensitiveLog: (obj: CreateGroupResponse) => any;
2410
-
2411
- export declare const TagFilterSensitiveLog: (obj: Tag) => any;
2412
-
2413
- export declare const CreateInstanceProfileRequestFilterSensitiveLog: (obj: CreateInstanceProfileRequest) => any;
2414
-
2415
- export declare const RoleLastUsedFilterSensitiveLog: (obj: RoleLastUsed) => any;
2416
-
2417
- export declare const RoleFilterSensitiveLog: (obj: Role) => any;
2418
-
2419
- export declare const InstanceProfileFilterSensitiveLog: (obj: InstanceProfile) => any;
2420
-
2421
- export declare const CreateInstanceProfileResponseFilterSensitiveLog: (obj: CreateInstanceProfileResponse) => any;
2422
-
2423
- export declare const CreateLoginProfileRequestFilterSensitiveLog: (obj: CreateLoginProfileRequest) => any;
2424
-
2425
- export declare const LoginProfileFilterSensitiveLog: (obj: LoginProfile) => any;
2426
-
2427
- export declare const CreateLoginProfileResponseFilterSensitiveLog: (obj: CreateLoginProfileResponse) => any;
2428
-
2429
- export declare const CreateOpenIDConnectProviderRequestFilterSensitiveLog: (obj: CreateOpenIDConnectProviderRequest) => any;
2430
-
2431
- export declare const CreateOpenIDConnectProviderResponseFilterSensitiveLog: (obj: CreateOpenIDConnectProviderResponse) => any;
2432
-
2433
- export declare const CreatePolicyRequestFilterSensitiveLog: (obj: CreatePolicyRequest) => any;
2434
-
2435
- export declare const PolicyFilterSensitiveLog: (obj: Policy) => any;
2436
-
2437
- export declare const CreatePolicyResponseFilterSensitiveLog: (obj: CreatePolicyResponse) => any;
2438
-
2439
- export declare const CreatePolicyVersionRequestFilterSensitiveLog: (obj: CreatePolicyVersionRequest) => any;
2440
-
2441
- export declare const PolicyVersionFilterSensitiveLog: (obj: PolicyVersion) => any;
2442
-
2443
- export declare const CreatePolicyVersionResponseFilterSensitiveLog: (obj: CreatePolicyVersionResponse) => any;
2444
-
2445
- export declare const CreateRoleRequestFilterSensitiveLog: (obj: CreateRoleRequest) => any;
2446
-
2447
- export declare const CreateRoleResponseFilterSensitiveLog: (obj: CreateRoleResponse) => any;
2448
-
2449
- export declare const CreateSAMLProviderRequestFilterSensitiveLog: (obj: CreateSAMLProviderRequest) => any;
2450
-
2451
- export declare const CreateSAMLProviderResponseFilterSensitiveLog: (obj: CreateSAMLProviderResponse) => any;
2452
-
2453
- export declare const CreateServiceLinkedRoleRequestFilterSensitiveLog: (obj: CreateServiceLinkedRoleRequest) => any;
2454
-
2455
- export declare const CreateServiceLinkedRoleResponseFilterSensitiveLog: (obj: CreateServiceLinkedRoleResponse) => any;
2456
-
2457
- export declare const CreateServiceSpecificCredentialRequestFilterSensitiveLog: (obj: CreateServiceSpecificCredentialRequest) => any;
2458
-
2459
- export declare const ServiceSpecificCredentialFilterSensitiveLog: (obj: ServiceSpecificCredential) => any;
2460
-
2461
- export declare const CreateServiceSpecificCredentialResponseFilterSensitiveLog: (obj: CreateServiceSpecificCredentialResponse) => any;
2462
-
2463
- export declare const CreateUserRequestFilterSensitiveLog: (obj: CreateUserRequest) => any;
2464
-
2465
- export declare const UserFilterSensitiveLog: (obj: User) => any;
2466
-
2467
- export declare const CreateUserResponseFilterSensitiveLog: (obj: CreateUserResponse) => any;
2468
-
2469
- export declare const CreateVirtualMFADeviceRequestFilterSensitiveLog: (obj: CreateVirtualMFADeviceRequest) => any;
2470
-
2471
- export declare const VirtualMFADeviceFilterSensitiveLog: (obj: VirtualMFADevice) => any;
2472
-
2473
- export declare const CreateVirtualMFADeviceResponseFilterSensitiveLog: (obj: CreateVirtualMFADeviceResponse) => any;
2474
-
2475
- export declare const DeactivateMFADeviceRequestFilterSensitiveLog: (obj: DeactivateMFADeviceRequest) => any;
2476
-
2477
- export declare const DeleteAccessKeyRequestFilterSensitiveLog: (obj: DeleteAccessKeyRequest) => any;
2478
-
2479
- export declare const DeleteAccountAliasRequestFilterSensitiveLog: (obj: DeleteAccountAliasRequest) => any;
2480
-
2481
- export declare const DeleteGroupRequestFilterSensitiveLog: (obj: DeleteGroupRequest) => any;
2482
-
2483
- export declare const DeleteGroupPolicyRequestFilterSensitiveLog: (obj: DeleteGroupPolicyRequest) => any;
2484
-
2485
- export declare const DeleteInstanceProfileRequestFilterSensitiveLog: (obj: DeleteInstanceProfileRequest) => any;
2486
-
2487
- export declare const DeleteLoginProfileRequestFilterSensitiveLog: (obj: DeleteLoginProfileRequest) => any;
2488
-
2489
- export declare const DeleteOpenIDConnectProviderRequestFilterSensitiveLog: (obj: DeleteOpenIDConnectProviderRequest) => any;
2490
-
2491
- export declare const DeletePolicyRequestFilterSensitiveLog: (obj: DeletePolicyRequest) => any;
2492
-
2493
- export declare const DeletePolicyVersionRequestFilterSensitiveLog: (obj: DeletePolicyVersionRequest) => any;
2494
-
2495
- export declare const DeleteRoleRequestFilterSensitiveLog: (obj: DeleteRoleRequest) => any;
2496
-
2497
- export declare const DeleteRolePermissionsBoundaryRequestFilterSensitiveLog: (obj: DeleteRolePermissionsBoundaryRequest) => any;
2498
-
2499
- export declare const DeleteRolePolicyRequestFilterSensitiveLog: (obj: DeleteRolePolicyRequest) => any;
2500
-
2501
- export declare const DeleteSAMLProviderRequestFilterSensitiveLog: (obj: DeleteSAMLProviderRequest) => any;
2502
-
2503
- export declare const DeleteServerCertificateRequestFilterSensitiveLog: (obj: DeleteServerCertificateRequest) => any;
2504
-
2505
- export declare const DeleteServiceLinkedRoleRequestFilterSensitiveLog: (obj: DeleteServiceLinkedRoleRequest) => any;
2506
-
2507
- export declare const DeleteServiceLinkedRoleResponseFilterSensitiveLog: (obj: DeleteServiceLinkedRoleResponse) => any;
2508
-
2509
- export declare const DeleteServiceSpecificCredentialRequestFilterSensitiveLog: (obj: DeleteServiceSpecificCredentialRequest) => any;
2510
-
2511
- export declare const DeleteSigningCertificateRequestFilterSensitiveLog: (obj: DeleteSigningCertificateRequest) => any;
2512
-
2513
- export declare const DeleteSSHPublicKeyRequestFilterSensitiveLog: (obj: DeleteSSHPublicKeyRequest) => any;
2514
-
2515
- export declare const DeleteUserRequestFilterSensitiveLog: (obj: DeleteUserRequest) => any;
2516
-
2517
- export declare const DeleteUserPermissionsBoundaryRequestFilterSensitiveLog: (obj: DeleteUserPermissionsBoundaryRequest) => any;
2518
-
2519
- export declare const DeleteUserPolicyRequestFilterSensitiveLog: (obj: DeleteUserPolicyRequest) => any;
2520
-
2521
- export declare const DeleteVirtualMFADeviceRequestFilterSensitiveLog: (obj: DeleteVirtualMFADeviceRequest) => any;
2522
-
2523
- export declare const DetachGroupPolicyRequestFilterSensitiveLog: (obj: DetachGroupPolicyRequest) => any;
2524
-
2525
- export declare const DetachRolePolicyRequestFilterSensitiveLog: (obj: DetachRolePolicyRequest) => any;
2526
-
2527
- export declare const DetachUserPolicyRequestFilterSensitiveLog: (obj: DetachUserPolicyRequest) => any;
2528
-
2529
- export declare const EnableMFADeviceRequestFilterSensitiveLog: (obj: EnableMFADeviceRequest) => any;
2530
-
2531
- export declare const GenerateCredentialReportResponseFilterSensitiveLog: (obj: GenerateCredentialReportResponse) => any;
2532
-
2533
- export declare const GenerateOrganizationsAccessReportRequestFilterSensitiveLog: (obj: GenerateOrganizationsAccessReportRequest) => any;
2534
-
2535
- export declare const GenerateOrganizationsAccessReportResponseFilterSensitiveLog: (obj: GenerateOrganizationsAccessReportResponse) => any;
2536
-
2537
- export declare const GenerateServiceLastAccessedDetailsRequestFilterSensitiveLog: (obj: GenerateServiceLastAccessedDetailsRequest) => any;
2538
-
2539
- export declare const GenerateServiceLastAccessedDetailsResponseFilterSensitiveLog: (obj: GenerateServiceLastAccessedDetailsResponse) => any;
2540
-
2541
- export declare const GetAccessKeyLastUsedRequestFilterSensitiveLog: (obj: GetAccessKeyLastUsedRequest) => any;
2542
-
2543
- export declare const GetAccessKeyLastUsedResponseFilterSensitiveLog: (obj: GetAccessKeyLastUsedResponse) => any;
2544
-
2545
- export declare const GetAccountAuthorizationDetailsRequestFilterSensitiveLog: (obj: GetAccountAuthorizationDetailsRequest) => any;
2546
-
2547
- export declare const PolicyDetailFilterSensitiveLog: (obj: PolicyDetail) => any;
2548
-
2549
- export declare const GroupDetailFilterSensitiveLog: (obj: GroupDetail) => any;
2550
-
2551
- export declare const ManagedPolicyDetailFilterSensitiveLog: (obj: ManagedPolicyDetail) => any;
2552
-
2553
- export declare const RoleDetailFilterSensitiveLog: (obj: RoleDetail) => any;
2554
-
2555
- export declare const UserDetailFilterSensitiveLog: (obj: UserDetail) => any;
2556
-
2557
- export declare const GetAccountAuthorizationDetailsResponseFilterSensitiveLog: (obj: GetAccountAuthorizationDetailsResponse) => any;
2558
-
2559
- export declare const PasswordPolicyFilterSensitiveLog: (obj: PasswordPolicy) => any;
2560
-
2561
- export declare const GetAccountPasswordPolicyResponseFilterSensitiveLog: (obj: GetAccountPasswordPolicyResponse) => any;
2562
-
2563
- export declare const GetAccountSummaryResponseFilterSensitiveLog: (obj: GetAccountSummaryResponse) => any;
2564
-
2565
- export declare const GetContextKeysForCustomPolicyRequestFilterSensitiveLog: (obj: GetContextKeysForCustomPolicyRequest) => any;
2566
-
2567
- export declare const GetContextKeysForPolicyResponseFilterSensitiveLog: (obj: GetContextKeysForPolicyResponse) => any;
2568
-
2569
- export declare const GetContextKeysForPrincipalPolicyRequestFilterSensitiveLog: (obj: GetContextKeysForPrincipalPolicyRequest) => any;
2570
-
2571
- export declare const GetCredentialReportResponseFilterSensitiveLog: (obj: GetCredentialReportResponse) => any;
2572
-
2573
- export declare const GetGroupRequestFilterSensitiveLog: (obj: GetGroupRequest) => any;
2574
-
2575
- export declare const GetGroupResponseFilterSensitiveLog: (obj: GetGroupResponse) => any;
2576
-
2577
- export declare const GetGroupPolicyRequestFilterSensitiveLog: (obj: GetGroupPolicyRequest) => any;
2578
-
2579
- export declare const GetGroupPolicyResponseFilterSensitiveLog: (obj: GetGroupPolicyResponse) => any;
2580
-
2581
- export declare const GetInstanceProfileRequestFilterSensitiveLog: (obj: GetInstanceProfileRequest) => any;
2582
-
2583
- export declare const GetInstanceProfileResponseFilterSensitiveLog: (obj: GetInstanceProfileResponse) => any;
2584
-
2585
- export declare const GetLoginProfileRequestFilterSensitiveLog: (obj: GetLoginProfileRequest) => any;
2586
-
2587
- export declare const GetLoginProfileResponseFilterSensitiveLog: (obj: GetLoginProfileResponse) => any;
2588
-
2589
- export declare const GetOpenIDConnectProviderRequestFilterSensitiveLog: (obj: GetOpenIDConnectProviderRequest) => any;
2590
-
2591
- export declare const GetOpenIDConnectProviderResponseFilterSensitiveLog: (obj: GetOpenIDConnectProviderResponse) => any;
2592
-
2593
- export declare const GetOrganizationsAccessReportRequestFilterSensitiveLog: (obj: GetOrganizationsAccessReportRequest) => any;
2594
-
2595
- export declare const ErrorDetailsFilterSensitiveLog: (obj: ErrorDetails) => any;
2596
-
2597
- export declare const GetOrganizationsAccessReportResponseFilterSensitiveLog: (obj: GetOrganizationsAccessReportResponse) => any;
2598
-
2599
- export declare const GetPolicyRequestFilterSensitiveLog: (obj: GetPolicyRequest) => any;
2600
-
2601
- export declare const GetPolicyResponseFilterSensitiveLog: (obj: GetPolicyResponse) => any;
2602
-
2603
- export declare const GetPolicyVersionRequestFilterSensitiveLog: (obj: GetPolicyVersionRequest) => any;
2604
-
2605
- export declare const GetPolicyVersionResponseFilterSensitiveLog: (obj: GetPolicyVersionResponse) => any;
2606
-
2607
- export declare const GetRoleRequestFilterSensitiveLog: (obj: GetRoleRequest) => any;
2608
-
2609
- export declare const GetRoleResponseFilterSensitiveLog: (obj: GetRoleResponse) => any;
2610
-
2611
- export declare const GetRolePolicyRequestFilterSensitiveLog: (obj: GetRolePolicyRequest) => any;
2612
-
2613
- export declare const GetRolePolicyResponseFilterSensitiveLog: (obj: GetRolePolicyResponse) => any;
2614
-
2615
- export declare const GetSAMLProviderRequestFilterSensitiveLog: (obj: GetSAMLProviderRequest) => any;
2616
-
2617
- export declare const GetSAMLProviderResponseFilterSensitiveLog: (obj: GetSAMLProviderResponse) => any;
2618
-
2619
- export declare const GetServerCertificateRequestFilterSensitiveLog: (obj: GetServerCertificateRequest) => any;
2620
-
2621
- export declare const ServerCertificateMetadataFilterSensitiveLog: (obj: ServerCertificateMetadata) => any;
2622
-
2623
- export declare const ServerCertificateFilterSensitiveLog: (obj: ServerCertificate) => any;
2624
-
2625
- export declare const GetServerCertificateResponseFilterSensitiveLog: (obj: GetServerCertificateResponse) => any;
2626
-
2627
- export declare const GetServiceLastAccessedDetailsRequestFilterSensitiveLog: (obj: GetServiceLastAccessedDetailsRequest) => any;
2628
-
2629
- export declare const TrackedActionLastAccessedFilterSensitiveLog: (obj: TrackedActionLastAccessed) => any;
2630
-
2631
- export declare const ServiceLastAccessedFilterSensitiveLog: (obj: ServiceLastAccessed) => any;
2632
-
2633
- export declare const GetServiceLastAccessedDetailsResponseFilterSensitiveLog: (obj: GetServiceLastAccessedDetailsResponse) => any;
2634
-
2635
- export declare const GetServiceLastAccessedDetailsWithEntitiesRequestFilterSensitiveLog: (obj: GetServiceLastAccessedDetailsWithEntitiesRequest) => any;
2636
-
2637
- export declare const EntityInfoFilterSensitiveLog: (obj: EntityInfo) => any;
2638
-
2639
- export declare const EntityDetailsFilterSensitiveLog: (obj: EntityDetails) => any;
2640
-
2641
- export declare const GetServiceLastAccessedDetailsWithEntitiesResponseFilterSensitiveLog: (obj: GetServiceLastAccessedDetailsWithEntitiesResponse) => any;
2642
-
2643
- export declare const GetServiceLinkedRoleDeletionStatusRequestFilterSensitiveLog: (obj: GetServiceLinkedRoleDeletionStatusRequest) => any;
2644
-
2645
- export declare const RoleUsageTypeFilterSensitiveLog: (obj: RoleUsageType) => any;
2646
-
2647
- export declare const DeletionTaskFailureReasonTypeFilterSensitiveLog: (obj: DeletionTaskFailureReasonType) => any;
2648
-
2649
- export declare const GetServiceLinkedRoleDeletionStatusResponseFilterSensitiveLog: (obj: GetServiceLinkedRoleDeletionStatusResponse) => any;
2650
-
2651
- export declare const GetSSHPublicKeyRequestFilterSensitiveLog: (obj: GetSSHPublicKeyRequest) => any;
2652
-
2653
- export declare const SSHPublicKeyFilterSensitiveLog: (obj: SSHPublicKey) => any;
2654
-
2655
- export declare const GetSSHPublicKeyResponseFilterSensitiveLog: (obj: GetSSHPublicKeyResponse) => any;
2656
-
2657
- export declare const GetUserRequestFilterSensitiveLog: (obj: GetUserRequest) => any;
2658
-
2659
- export declare const GetUserResponseFilterSensitiveLog: (obj: GetUserResponse) => any;
2660
-
2661
- export declare const GetUserPolicyRequestFilterSensitiveLog: (obj: GetUserPolicyRequest) => any;
2662
-
2663
- export declare const GetUserPolicyResponseFilterSensitiveLog: (obj: GetUserPolicyResponse) => any;
2664
-
2665
- export declare const ListAccessKeysRequestFilterSensitiveLog: (obj: ListAccessKeysRequest) => any;
2666
-
2667
- export declare const ListAccessKeysResponseFilterSensitiveLog: (obj: ListAccessKeysResponse) => any;
2668
-
2669
- export declare const ListAccountAliasesRequestFilterSensitiveLog: (obj: ListAccountAliasesRequest) => any;
2670
-
2671
- export declare const ListAccountAliasesResponseFilterSensitiveLog: (obj: ListAccountAliasesResponse) => any;
2672
-
2673
- export declare const ListAttachedGroupPoliciesRequestFilterSensitiveLog: (obj: ListAttachedGroupPoliciesRequest) => any;
2674
-
2675
- export declare const ListAttachedGroupPoliciesResponseFilterSensitiveLog: (obj: ListAttachedGroupPoliciesResponse) => any;
2676
-
2677
- export declare const ListAttachedRolePoliciesRequestFilterSensitiveLog: (obj: ListAttachedRolePoliciesRequest) => any;
2678
-
2679
- export declare const ListAttachedRolePoliciesResponseFilterSensitiveLog: (obj: ListAttachedRolePoliciesResponse) => any;
2680
-
2681
- export declare const ListAttachedUserPoliciesRequestFilterSensitiveLog: (obj: ListAttachedUserPoliciesRequest) => any;
2682
-
2683
- export declare const ListAttachedUserPoliciesResponseFilterSensitiveLog: (obj: ListAttachedUserPoliciesResponse) => any;
2684
-
2685
- export declare const ListEntitiesForPolicyRequestFilterSensitiveLog: (obj: ListEntitiesForPolicyRequest) => any;
2686
-
2687
- export declare const PolicyGroupFilterSensitiveLog: (obj: PolicyGroup) => any;
2688
-
2689
- export declare const PolicyRoleFilterSensitiveLog: (obj: PolicyRole) => any;
2690
-
2691
- export declare const PolicyUserFilterSensitiveLog: (obj: PolicyUser) => any;
2692
-
2693
- export declare const ListEntitiesForPolicyResponseFilterSensitiveLog: (obj: ListEntitiesForPolicyResponse) => any;
2694
-
2695
- export declare const ListGroupPoliciesRequestFilterSensitiveLog: (obj: ListGroupPoliciesRequest) => any;
2696
-
2697
- export declare const ListGroupPoliciesResponseFilterSensitiveLog: (obj: ListGroupPoliciesResponse) => any;
2698
-
2699
- export declare const ListGroupsRequestFilterSensitiveLog: (obj: ListGroupsRequest) => any;
2700
-
2701
- export declare const ListGroupsResponseFilterSensitiveLog: (obj: ListGroupsResponse) => any;
2702
-
2703
- export declare const ListGroupsForUserRequestFilterSensitiveLog: (obj: ListGroupsForUserRequest) => any;
2704
-
2705
- export declare const ListGroupsForUserResponseFilterSensitiveLog: (obj: ListGroupsForUserResponse) => any;
2706
-
2707
- export declare const ListInstanceProfilesRequestFilterSensitiveLog: (obj: ListInstanceProfilesRequest) => any;
2708
-
2709
- export declare const ListInstanceProfilesResponseFilterSensitiveLog: (obj: ListInstanceProfilesResponse) => any;
2710
-
2711
- export declare const ListInstanceProfilesForRoleRequestFilterSensitiveLog: (obj: ListInstanceProfilesForRoleRequest) => any;
2712
-
2713
- export declare const ListInstanceProfilesForRoleResponseFilterSensitiveLog: (obj: ListInstanceProfilesForRoleResponse) => any;
2714
-
2715
- export declare const ListInstanceProfileTagsRequestFilterSensitiveLog: (obj: ListInstanceProfileTagsRequest) => any;
2716
-
2717
- export declare const ListInstanceProfileTagsResponseFilterSensitiveLog: (obj: ListInstanceProfileTagsResponse) => any;
2718
-
2719
- export declare const ListMFADevicesRequestFilterSensitiveLog: (obj: ListMFADevicesRequest) => any;
2720
-
2721
- export declare const MFADeviceFilterSensitiveLog: (obj: MFADevice) => any;
2722
-
2723
- export declare const ListMFADevicesResponseFilterSensitiveLog: (obj: ListMFADevicesResponse) => any;
2724
-
2725
- export declare const ListMFADeviceTagsRequestFilterSensitiveLog: (obj: ListMFADeviceTagsRequest) => any;
2726
-
2727
- export declare const ListMFADeviceTagsResponseFilterSensitiveLog: (obj: ListMFADeviceTagsResponse) => any;
2728
-
2729
- export declare const ListOpenIDConnectProvidersRequestFilterSensitiveLog: (obj: ListOpenIDConnectProvidersRequest) => any;
2730
-
2731
- export declare const OpenIDConnectProviderListEntryFilterSensitiveLog: (obj: OpenIDConnectProviderListEntry) => any;
2732
-
2733
- export declare const ListOpenIDConnectProvidersResponseFilterSensitiveLog: (obj: ListOpenIDConnectProvidersResponse) => any;
2734
-
2735
- export declare const ListOpenIDConnectProviderTagsRequestFilterSensitiveLog: (obj: ListOpenIDConnectProviderTagsRequest) => any;
2736
-
2737
- export declare const ListOpenIDConnectProviderTagsResponseFilterSensitiveLog: (obj: ListOpenIDConnectProviderTagsResponse) => any;
2738
-
2739
- export declare const ListPoliciesRequestFilterSensitiveLog: (obj: ListPoliciesRequest) => any;
2740
-
2741
- export declare const ListPoliciesResponseFilterSensitiveLog: (obj: ListPoliciesResponse) => any;
2742
-
2743
- export declare const ListPoliciesGrantingServiceAccessRequestFilterSensitiveLog: (obj: ListPoliciesGrantingServiceAccessRequest) => any;
2744
-
2745
- export declare const PolicyGrantingServiceAccessFilterSensitiveLog: (obj: PolicyGrantingServiceAccess) => any;
2746
-
2747
- export declare const ListPoliciesGrantingServiceAccessEntryFilterSensitiveLog: (obj: ListPoliciesGrantingServiceAccessEntry) => any;
2748
-
2749
- export declare const ListPoliciesGrantingServiceAccessResponseFilterSensitiveLog: (obj: ListPoliciesGrantingServiceAccessResponse) => any;
2750
-
2751
- export declare const ListPolicyTagsRequestFilterSensitiveLog: (obj: ListPolicyTagsRequest) => any;
2752
-
2753
- export declare const ListPolicyTagsResponseFilterSensitiveLog: (obj: ListPolicyTagsResponse) => any;
2754
-
2755
- export declare const ListPolicyVersionsRequestFilterSensitiveLog: (obj: ListPolicyVersionsRequest) => any;
2756
-
2757
- export declare const ListPolicyVersionsResponseFilterSensitiveLog: (obj: ListPolicyVersionsResponse) => any;
2758
-
2759
- export declare const ListRolePoliciesRequestFilterSensitiveLog: (obj: ListRolePoliciesRequest) => any;
2760
-
2761
- export declare const ListRolePoliciesResponseFilterSensitiveLog: (obj: ListRolePoliciesResponse) => any;
2762
-
2763
- export declare const ListRolesRequestFilterSensitiveLog: (obj: ListRolesRequest) => any;
2764
-
2765
- export declare const ListRolesResponseFilterSensitiveLog: (obj: ListRolesResponse) => any;
2766
-
2767
- export declare const ListRoleTagsRequestFilterSensitiveLog: (obj: ListRoleTagsRequest) => any;
2768
-
2769
- export declare const ListRoleTagsResponseFilterSensitiveLog: (obj: ListRoleTagsResponse) => any;
2770
-
2771
- export declare const ListSAMLProvidersRequestFilterSensitiveLog: (obj: ListSAMLProvidersRequest) => any;
2772
-
2773
- export declare const SAMLProviderListEntryFilterSensitiveLog: (obj: SAMLProviderListEntry) => any;
2774
-
2775
- export declare const ListSAMLProvidersResponseFilterSensitiveLog: (obj: ListSAMLProvidersResponse) => any;
2776
-
2777
- export declare const ListSAMLProviderTagsRequestFilterSensitiveLog: (obj: ListSAMLProviderTagsRequest) => any;
2778
-
2779
- export declare const ListSAMLProviderTagsResponseFilterSensitiveLog: (obj: ListSAMLProviderTagsResponse) => any;
2780
-
2781
- export declare const ListServerCertificatesRequestFilterSensitiveLog: (obj: ListServerCertificatesRequest) => any;
2782
-
2783
- export declare const ListServerCertificatesResponseFilterSensitiveLog: (obj: ListServerCertificatesResponse) => any;
2784
-
2785
- export declare const ListServerCertificateTagsRequestFilterSensitiveLog: (obj: ListServerCertificateTagsRequest) => any;
2786
-
2787
- export declare const ListServerCertificateTagsResponseFilterSensitiveLog: (obj: ListServerCertificateTagsResponse) => any;
2788
-
2789
- export declare const ListServiceSpecificCredentialsRequestFilterSensitiveLog: (obj: ListServiceSpecificCredentialsRequest) => any;
2790
-
2791
- export declare const ServiceSpecificCredentialMetadataFilterSensitiveLog: (obj: ServiceSpecificCredentialMetadata) => any;
2792
-
2793
- export declare const ListServiceSpecificCredentialsResponseFilterSensitiveLog: (obj: ListServiceSpecificCredentialsResponse) => any;
2794
-
2795
- export declare const ListSigningCertificatesRequestFilterSensitiveLog: (obj: ListSigningCertificatesRequest) => any;
2796
-
2797
- export declare const SigningCertificateFilterSensitiveLog: (obj: SigningCertificate) => any;
2798
-
2799
- export declare const ListSigningCertificatesResponseFilterSensitiveLog: (obj: ListSigningCertificatesResponse) => any;
2800
-
2801
- export declare const ListSSHPublicKeysRequestFilterSensitiveLog: (obj: ListSSHPublicKeysRequest) => any;
2802
-
2803
- export declare const SSHPublicKeyMetadataFilterSensitiveLog: (obj: SSHPublicKeyMetadata) => any;
2804
-
2805
- export declare const ListSSHPublicKeysResponseFilterSensitiveLog: (obj: ListSSHPublicKeysResponse) => any;
2806
-
2807
- export declare const ListUserPoliciesRequestFilterSensitiveLog: (obj: ListUserPoliciesRequest) => any;
2808
-
2809
- export declare const ListUserPoliciesResponseFilterSensitiveLog: (obj: ListUserPoliciesResponse) => any;
2810
-
2811
- export declare const ListUsersRequestFilterSensitiveLog: (obj: ListUsersRequest) => any;
2812
-
2813
- export declare const ListUsersResponseFilterSensitiveLog: (obj: ListUsersResponse) => any;
2814
-
2815
- export declare const ListUserTagsRequestFilterSensitiveLog: (obj: ListUserTagsRequest) => any;
2816
-
2817
- export declare const ListUserTagsResponseFilterSensitiveLog: (obj: ListUserTagsResponse) => any;
2818
-
2819
- export declare const ListVirtualMFADevicesRequestFilterSensitiveLog: (obj: ListVirtualMFADevicesRequest) => any;
2820
-
2821
- export declare const ListVirtualMFADevicesResponseFilterSensitiveLog: (obj: ListVirtualMFADevicesResponse) => any;
2822
-
2823
- export declare const PutGroupPolicyRequestFilterSensitiveLog: (obj: PutGroupPolicyRequest) => any;
2824
-
2825
- export declare const PutRolePermissionsBoundaryRequestFilterSensitiveLog: (obj: PutRolePermissionsBoundaryRequest) => any;
2826
-
2827
- export declare const PutRolePolicyRequestFilterSensitiveLog: (obj: PutRolePolicyRequest) => any;
2828
-
2829
- export declare const PutUserPermissionsBoundaryRequestFilterSensitiveLog: (obj: PutUserPermissionsBoundaryRequest) => any;
2830
-
2831
- export declare const PutUserPolicyRequestFilterSensitiveLog: (obj: PutUserPolicyRequest) => any;
2832
-
2833
- export declare const RemoveClientIDFromOpenIDConnectProviderRequestFilterSensitiveLog: (obj: RemoveClientIDFromOpenIDConnectProviderRequest) => any;
2834
-
2835
- export declare const RemoveRoleFromInstanceProfileRequestFilterSensitiveLog: (obj: RemoveRoleFromInstanceProfileRequest) => any;
2836
-
2837
- export declare const RemoveUserFromGroupRequestFilterSensitiveLog: (obj: RemoveUserFromGroupRequest) => any;
2838
-
2839
- export declare const ResetServiceSpecificCredentialRequestFilterSensitiveLog: (obj: ResetServiceSpecificCredentialRequest) => any;
2840
-
2841
- export declare const ResetServiceSpecificCredentialResponseFilterSensitiveLog: (obj: ResetServiceSpecificCredentialResponse) => any;
2842
-
2843
- export declare const ResyncMFADeviceRequestFilterSensitiveLog: (obj: ResyncMFADeviceRequest) => any;
2844
-
2845
- export declare const SetDefaultPolicyVersionRequestFilterSensitiveLog: (obj: SetDefaultPolicyVersionRequest) => any;
2846
-
2847
- export declare const SetSecurityTokenServicePreferencesRequestFilterSensitiveLog: (obj: SetSecurityTokenServicePreferencesRequest) => any;
2848
-
2849
- export declare const ContextEntryFilterSensitiveLog: (obj: ContextEntry) => any;
2850
-
2851
- export declare const SimulateCustomPolicyRequestFilterSensitiveLog: (obj: SimulateCustomPolicyRequest) => any;
2852
-
2853
- export declare const PositionFilterSensitiveLog: (obj: Position) => any;
2854
-
2855
- export declare const StatementFilterSensitiveLog: (obj: Statement) => any;
2856
-
2857
- export declare const OrganizationsDecisionDetailFilterSensitiveLog: (obj: OrganizationsDecisionDetail) => any;
2858
-
2859
- export declare const PermissionsBoundaryDecisionDetailFilterSensitiveLog: (obj: PermissionsBoundaryDecisionDetail) => any;
2860
-
2861
- export declare const ResourceSpecificResultFilterSensitiveLog: (obj: ResourceSpecificResult) => any;
2862
-
2863
- export declare const EvaluationResultFilterSensitiveLog: (obj: EvaluationResult) => any;
2864
-
2865
- export declare const SimulatePolicyResponseFilterSensitiveLog: (obj: SimulatePolicyResponse) => any;
2866
-
2867
- export declare const SimulatePrincipalPolicyRequestFilterSensitiveLog: (obj: SimulatePrincipalPolicyRequest) => any;
2868
-
2869
- export declare const TagInstanceProfileRequestFilterSensitiveLog: (obj: TagInstanceProfileRequest) => any;
2870
-
2871
- export declare const TagMFADeviceRequestFilterSensitiveLog: (obj: TagMFADeviceRequest) => any;
2872
-
2873
- export declare const TagOpenIDConnectProviderRequestFilterSensitiveLog: (obj: TagOpenIDConnectProviderRequest) => any;
2874
-
2875
- export declare const TagPolicyRequestFilterSensitiveLog: (obj: TagPolicyRequest) => any;
2876
-
2877
- export declare const TagRoleRequestFilterSensitiveLog: (obj: TagRoleRequest) => any;
2878
-
2879
- export declare const TagSAMLProviderRequestFilterSensitiveLog: (obj: TagSAMLProviderRequest) => any;
2880
-
2881
- export declare const TagServerCertificateRequestFilterSensitiveLog: (obj: TagServerCertificateRequest) => any;
2882
-
2883
- export declare const TagUserRequestFilterSensitiveLog: (obj: TagUserRequest) => any;
2884
-
2885
- export declare const UntagInstanceProfileRequestFilterSensitiveLog: (obj: UntagInstanceProfileRequest) => any;
2886
-
2887
- export declare const UntagMFADeviceRequestFilterSensitiveLog: (obj: UntagMFADeviceRequest) => any;
2888
-
2889
- export declare const UntagOpenIDConnectProviderRequestFilterSensitiveLog: (obj: UntagOpenIDConnectProviderRequest) => any;
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { IAMServiceException as __BaseException } from "./IAMServiceException";
3
+ export declare enum AccessAdvisorUsageGranularityType {
4
+ ACTION_LEVEL = "ACTION_LEVEL",
5
+ SERVICE_LEVEL = "SERVICE_LEVEL",
6
+ }
7
+ export interface AccessDetail {
8
+ ServiceName: string | undefined;
9
+ ServiceNamespace: string | undefined;
10
+ Region?: string;
11
+ EntityPath?: string;
12
+ LastAuthenticatedTime?: Date;
13
+ TotalAuthenticatedEntities?: number;
14
+ }
15
+ export declare type StatusType = "Active" | "Inactive";
16
+ export interface AccessKey {
17
+ UserName: string | undefined;
18
+ AccessKeyId: string | undefined;
19
+ Status: StatusType | string | undefined;
20
+ SecretAccessKey: string | undefined;
21
+ CreateDate?: Date;
22
+ }
23
+ export interface AccessKeyLastUsed {
24
+ LastUsedDate: Date | undefined;
25
+ ServiceName: string | undefined;
26
+ Region: string | undefined;
27
+ }
28
+ export interface AccessKeyMetadata {
29
+ UserName?: string;
30
+ AccessKeyId?: string;
31
+ Status?: StatusType | string;
32
+ CreateDate?: Date;
33
+ }
34
+ export interface AddClientIDToOpenIDConnectProviderRequest {
35
+ OpenIDConnectProviderArn: string | undefined;
36
+ ClientID: string | undefined;
37
+ }
38
+ export declare class InvalidInputException extends __BaseException {
39
+ readonly name: "InvalidInputException";
40
+ readonly $fault: "client";
41
+ constructor(
42
+ opts: __ExceptionOptionType<InvalidInputException, __BaseException>
43
+ );
44
+ }
45
+ export declare class LimitExceededException extends __BaseException {
46
+ readonly name: "LimitExceededException";
47
+ readonly $fault: "client";
48
+ constructor(
49
+ opts: __ExceptionOptionType<LimitExceededException, __BaseException>
50
+ );
51
+ }
52
+ export declare class NoSuchEntityException extends __BaseException {
53
+ readonly name: "NoSuchEntityException";
54
+ readonly $fault: "client";
55
+ constructor(
56
+ opts: __ExceptionOptionType<NoSuchEntityException, __BaseException>
57
+ );
58
+ }
59
+ export declare class ServiceFailureException extends __BaseException {
60
+ readonly name: "ServiceFailureException";
61
+ readonly $fault: "server";
62
+ constructor(
63
+ opts: __ExceptionOptionType<ServiceFailureException, __BaseException>
64
+ );
65
+ }
66
+ export interface AddRoleToInstanceProfileRequest {
67
+ InstanceProfileName: string | undefined;
68
+ RoleName: string | undefined;
69
+ }
70
+ export declare class EntityAlreadyExistsException extends __BaseException {
71
+ readonly name: "EntityAlreadyExistsException";
72
+ readonly $fault: "client";
73
+ constructor(
74
+ opts: __ExceptionOptionType<EntityAlreadyExistsException, __BaseException>
75
+ );
76
+ }
77
+ export declare class UnmodifiableEntityException extends __BaseException {
78
+ readonly name: "UnmodifiableEntityException";
79
+ readonly $fault: "client";
80
+ constructor(
81
+ opts: __ExceptionOptionType<UnmodifiableEntityException, __BaseException>
82
+ );
83
+ }
84
+ export interface AddUserToGroupRequest {
85
+ GroupName: string | undefined;
86
+ UserName: string | undefined;
87
+ }
88
+ export declare type AssignmentStatusType = "Any" | "Assigned" | "Unassigned";
89
+ export declare enum PermissionsBoundaryAttachmentType {
90
+ Policy = "PermissionsBoundaryPolicy",
91
+ }
92
+ export interface AttachedPermissionsBoundary {
93
+ PermissionsBoundaryType?: PermissionsBoundaryAttachmentType | string;
94
+ PermissionsBoundaryArn?: string;
95
+ }
96
+ export interface AttachedPolicy {
97
+ PolicyName?: string;
98
+ PolicyArn?: string;
99
+ }
100
+ export interface AttachGroupPolicyRequest {
101
+ GroupName: string | undefined;
102
+ PolicyArn: string | undefined;
103
+ }
104
+ export declare class PolicyNotAttachableException extends __BaseException {
105
+ readonly name: "PolicyNotAttachableException";
106
+ readonly $fault: "client";
107
+ constructor(
108
+ opts: __ExceptionOptionType<PolicyNotAttachableException, __BaseException>
109
+ );
110
+ }
111
+ export interface AttachRolePolicyRequest {
112
+ RoleName: string | undefined;
113
+ PolicyArn: string | undefined;
114
+ }
115
+ export interface AttachUserPolicyRequest {
116
+ UserName: string | undefined;
117
+ PolicyArn: string | undefined;
118
+ }
119
+ export interface ChangePasswordRequest {
120
+ OldPassword: string | undefined;
121
+ NewPassword: string | undefined;
122
+ }
123
+ export declare class EntityTemporarilyUnmodifiableException extends __BaseException {
124
+ readonly name: "EntityTemporarilyUnmodifiableException";
125
+ readonly $fault: "client";
126
+ constructor(
127
+ opts: __ExceptionOptionType<
128
+ EntityTemporarilyUnmodifiableException,
129
+ __BaseException
130
+ >
131
+ );
132
+ }
133
+ export declare class InvalidUserTypeException extends __BaseException {
134
+ readonly name: "InvalidUserTypeException";
135
+ readonly $fault: "client";
136
+ constructor(
137
+ opts: __ExceptionOptionType<InvalidUserTypeException, __BaseException>
138
+ );
139
+ }
140
+ export declare class PasswordPolicyViolationException extends __BaseException {
141
+ readonly name: "PasswordPolicyViolationException";
142
+ readonly $fault: "client";
143
+ constructor(
144
+ opts: __ExceptionOptionType<
145
+ PasswordPolicyViolationException,
146
+ __BaseException
147
+ >
148
+ );
149
+ }
150
+ export interface CreateAccessKeyRequest {
151
+ UserName?: string;
152
+ }
153
+ export interface CreateAccessKeyResponse {
154
+ AccessKey: AccessKey | undefined;
155
+ }
156
+ export interface CreateAccountAliasRequest {
157
+ AccountAlias: string | undefined;
158
+ }
159
+ export interface CreateGroupRequest {
160
+ Path?: string;
161
+ GroupName: string | undefined;
162
+ }
163
+ export interface Group {
164
+ Path: string | undefined;
165
+ GroupName: string | undefined;
166
+ GroupId: string | undefined;
167
+ Arn: string | undefined;
168
+ CreateDate: Date | undefined;
169
+ }
170
+ export interface CreateGroupResponse {
171
+ Group: Group | undefined;
172
+ }
173
+ export declare class ConcurrentModificationException extends __BaseException {
174
+ readonly name: "ConcurrentModificationException";
175
+ readonly $fault: "client";
176
+ constructor(
177
+ opts: __ExceptionOptionType<
178
+ ConcurrentModificationException,
179
+ __BaseException
180
+ >
181
+ );
182
+ }
183
+ export interface Tag {
184
+ Key: string | undefined;
185
+ Value: string | undefined;
186
+ }
187
+ export interface CreateInstanceProfileRequest {
188
+ InstanceProfileName: string | undefined;
189
+ Path?: string;
190
+ Tags?: Tag[];
191
+ }
192
+ export interface RoleLastUsed {
193
+ LastUsedDate?: Date;
194
+ Region?: string;
195
+ }
196
+ export interface Role {
197
+ Path: string | undefined;
198
+ RoleName: string | undefined;
199
+ RoleId: string | undefined;
200
+ Arn: string | undefined;
201
+ CreateDate: Date | undefined;
202
+ AssumeRolePolicyDocument?: string;
203
+ Description?: string;
204
+ MaxSessionDuration?: number;
205
+ PermissionsBoundary?: AttachedPermissionsBoundary;
206
+ Tags?: Tag[];
207
+ RoleLastUsed?: RoleLastUsed;
208
+ }
209
+ export interface InstanceProfile {
210
+ Path: string | undefined;
211
+ InstanceProfileName: string | undefined;
212
+ InstanceProfileId: string | undefined;
213
+ Arn: string | undefined;
214
+ CreateDate: Date | undefined;
215
+ Roles: Role[] | undefined;
216
+ Tags?: Tag[];
217
+ }
218
+ export interface CreateInstanceProfileResponse {
219
+ InstanceProfile: InstanceProfile | undefined;
220
+ }
221
+ export interface CreateLoginProfileRequest {
222
+ UserName: string | undefined;
223
+ Password: string | undefined;
224
+ PasswordResetRequired?: boolean;
225
+ }
226
+ export interface LoginProfile {
227
+ UserName: string | undefined;
228
+ CreateDate: Date | undefined;
229
+ PasswordResetRequired?: boolean;
230
+ }
231
+ export interface CreateLoginProfileResponse {
232
+ LoginProfile: LoginProfile | undefined;
233
+ }
234
+ export interface CreateOpenIDConnectProviderRequest {
235
+ Url: string | undefined;
236
+ ClientIDList?: string[];
237
+ ThumbprintList: string[] | undefined;
238
+ Tags?: Tag[];
239
+ }
240
+ export interface CreateOpenIDConnectProviderResponse {
241
+ OpenIDConnectProviderArn?: string;
242
+ Tags?: Tag[];
243
+ }
244
+ export interface CreatePolicyRequest {
245
+ PolicyName: string | undefined;
246
+ Path?: string;
247
+ PolicyDocument: string | undefined;
248
+ Description?: string;
249
+ Tags?: Tag[];
250
+ }
251
+ export interface Policy {
252
+ PolicyName?: string;
253
+ PolicyId?: string;
254
+ Arn?: string;
255
+ Path?: string;
256
+ DefaultVersionId?: string;
257
+ AttachmentCount?: number;
258
+ PermissionsBoundaryUsageCount?: number;
259
+ IsAttachable?: boolean;
260
+ Description?: string;
261
+ CreateDate?: Date;
262
+ UpdateDate?: Date;
263
+ Tags?: Tag[];
264
+ }
265
+ export interface CreatePolicyResponse {
266
+ Policy?: Policy;
267
+ }
268
+ export declare class MalformedPolicyDocumentException extends __BaseException {
269
+ readonly name: "MalformedPolicyDocumentException";
270
+ readonly $fault: "client";
271
+ constructor(
272
+ opts: __ExceptionOptionType<
273
+ MalformedPolicyDocumentException,
274
+ __BaseException
275
+ >
276
+ );
277
+ }
278
+ export interface CreatePolicyVersionRequest {
279
+ PolicyArn: string | undefined;
280
+ PolicyDocument: string | undefined;
281
+ SetAsDefault?: boolean;
282
+ }
283
+ export interface PolicyVersion {
284
+ Document?: string;
285
+ VersionId?: string;
286
+ IsDefaultVersion?: boolean;
287
+ CreateDate?: Date;
288
+ }
289
+ export interface CreatePolicyVersionResponse {
290
+ PolicyVersion?: PolicyVersion;
291
+ }
292
+ export interface CreateRoleRequest {
293
+ Path?: string;
294
+ RoleName: string | undefined;
295
+ AssumeRolePolicyDocument: string | undefined;
296
+ Description?: string;
297
+ MaxSessionDuration?: number;
298
+ PermissionsBoundary?: string;
299
+ Tags?: Tag[];
300
+ }
301
+ export interface CreateRoleResponse {
302
+ Role: Role | undefined;
303
+ }
304
+ export interface CreateSAMLProviderRequest {
305
+ SAMLMetadataDocument: string | undefined;
306
+ Name: string | undefined;
307
+ Tags?: Tag[];
308
+ }
309
+ export interface CreateSAMLProviderResponse {
310
+ SAMLProviderArn?: string;
311
+ Tags?: Tag[];
312
+ }
313
+ export interface CreateServiceLinkedRoleRequest {
314
+ AWSServiceName: string | undefined;
315
+ Description?: string;
316
+ CustomSuffix?: string;
317
+ }
318
+ export interface CreateServiceLinkedRoleResponse {
319
+ Role?: Role;
320
+ }
321
+ export interface CreateServiceSpecificCredentialRequest {
322
+ UserName: string | undefined;
323
+ ServiceName: string | undefined;
324
+ }
325
+ export interface ServiceSpecificCredential {
326
+ CreateDate: Date | undefined;
327
+ ServiceName: string | undefined;
328
+ ServiceUserName: string | undefined;
329
+ ServicePassword: string | undefined;
330
+ ServiceSpecificCredentialId: string | undefined;
331
+ UserName: string | undefined;
332
+ Status: StatusType | string | undefined;
333
+ }
334
+ export interface CreateServiceSpecificCredentialResponse {
335
+ ServiceSpecificCredential?: ServiceSpecificCredential;
336
+ }
337
+ export declare class ServiceNotSupportedException extends __BaseException {
338
+ readonly name: "ServiceNotSupportedException";
339
+ readonly $fault: "client";
340
+ constructor(
341
+ opts: __ExceptionOptionType<ServiceNotSupportedException, __BaseException>
342
+ );
343
+ }
344
+ export interface CreateUserRequest {
345
+ Path?: string;
346
+ UserName: string | undefined;
347
+ PermissionsBoundary?: string;
348
+ Tags?: Tag[];
349
+ }
350
+ export interface User {
351
+ Path: string | undefined;
352
+ UserName: string | undefined;
353
+ UserId: string | undefined;
354
+ Arn: string | undefined;
355
+ CreateDate: Date | undefined;
356
+ PasswordLastUsed?: Date;
357
+ PermissionsBoundary?: AttachedPermissionsBoundary;
358
+ Tags?: Tag[];
359
+ }
360
+ export interface CreateUserResponse {
361
+ User?: User;
362
+ }
363
+ export interface CreateVirtualMFADeviceRequest {
364
+ Path?: string;
365
+ VirtualMFADeviceName: string | undefined;
366
+ Tags?: Tag[];
367
+ }
368
+ export interface VirtualMFADevice {
369
+ SerialNumber: string | undefined;
370
+ Base32StringSeed?: Uint8Array;
371
+ QRCodePNG?: Uint8Array;
372
+ User?: User;
373
+ EnableDate?: Date;
374
+ Tags?: Tag[];
375
+ }
376
+ export interface CreateVirtualMFADeviceResponse {
377
+ VirtualMFADevice: VirtualMFADevice | undefined;
378
+ }
379
+ export interface DeactivateMFADeviceRequest {
380
+ UserName: string | undefined;
381
+ SerialNumber: string | undefined;
382
+ }
383
+ export interface DeleteAccessKeyRequest {
384
+ UserName?: string;
385
+ AccessKeyId: string | undefined;
386
+ }
387
+ export interface DeleteAccountAliasRequest {
388
+ AccountAlias: string | undefined;
389
+ }
390
+ export declare class DeleteConflictException extends __BaseException {
391
+ readonly name: "DeleteConflictException";
392
+ readonly $fault: "client";
393
+ constructor(
394
+ opts: __ExceptionOptionType<DeleteConflictException, __BaseException>
395
+ );
396
+ }
397
+ export interface DeleteGroupRequest {
398
+ GroupName: string | undefined;
399
+ }
400
+ export interface DeleteGroupPolicyRequest {
401
+ GroupName: string | undefined;
402
+ PolicyName: string | undefined;
403
+ }
404
+ export interface DeleteInstanceProfileRequest {
405
+ InstanceProfileName: string | undefined;
406
+ }
407
+ export interface DeleteLoginProfileRequest {
408
+ UserName: string | undefined;
409
+ }
410
+ export interface DeleteOpenIDConnectProviderRequest {
411
+ OpenIDConnectProviderArn: string | undefined;
412
+ }
413
+ export interface DeletePolicyRequest {
414
+ PolicyArn: string | undefined;
415
+ }
416
+ export interface DeletePolicyVersionRequest {
417
+ PolicyArn: string | undefined;
418
+ VersionId: string | undefined;
419
+ }
420
+ export interface DeleteRoleRequest {
421
+ RoleName: string | undefined;
422
+ }
423
+ export interface DeleteRolePermissionsBoundaryRequest {
424
+ RoleName: string | undefined;
425
+ }
426
+ export interface DeleteRolePolicyRequest {
427
+ RoleName: string | undefined;
428
+ PolicyName: string | undefined;
429
+ }
430
+ export interface DeleteSAMLProviderRequest {
431
+ SAMLProviderArn: string | undefined;
432
+ }
433
+ export interface DeleteServerCertificateRequest {
434
+ ServerCertificateName: string | undefined;
435
+ }
436
+ export interface DeleteServiceLinkedRoleRequest {
437
+ RoleName: string | undefined;
438
+ }
439
+ export interface DeleteServiceLinkedRoleResponse {
440
+ DeletionTaskId: string | undefined;
441
+ }
442
+ export interface DeleteServiceSpecificCredentialRequest {
443
+ UserName?: string;
444
+ ServiceSpecificCredentialId: string | undefined;
445
+ }
446
+ export interface DeleteSigningCertificateRequest {
447
+ UserName?: string;
448
+ CertificateId: string | undefined;
449
+ }
450
+ export interface DeleteSSHPublicKeyRequest {
451
+ UserName: string | undefined;
452
+ SSHPublicKeyId: string | undefined;
453
+ }
454
+ export interface DeleteUserRequest {
455
+ UserName: string | undefined;
456
+ }
457
+ export interface DeleteUserPermissionsBoundaryRequest {
458
+ UserName: string | undefined;
459
+ }
460
+ export interface DeleteUserPolicyRequest {
461
+ UserName: string | undefined;
462
+ PolicyName: string | undefined;
463
+ }
464
+ export interface DeleteVirtualMFADeviceRequest {
465
+ SerialNumber: string | undefined;
466
+ }
467
+ export interface DetachGroupPolicyRequest {
468
+ GroupName: string | undefined;
469
+ PolicyArn: string | undefined;
470
+ }
471
+ export interface DetachRolePolicyRequest {
472
+ RoleName: string | undefined;
473
+ PolicyArn: string | undefined;
474
+ }
475
+ export interface DetachUserPolicyRequest {
476
+ UserName: string | undefined;
477
+ PolicyArn: string | undefined;
478
+ }
479
+ export interface EnableMFADeviceRequest {
480
+ UserName: string | undefined;
481
+ SerialNumber: string | undefined;
482
+ AuthenticationCode1: string | undefined;
483
+ AuthenticationCode2: string | undefined;
484
+ }
485
+ export declare class InvalidAuthenticationCodeException extends __BaseException {
486
+ readonly name: "InvalidAuthenticationCodeException";
487
+ readonly $fault: "client";
488
+ constructor(
489
+ opts: __ExceptionOptionType<
490
+ InvalidAuthenticationCodeException,
491
+ __BaseException
492
+ >
493
+ );
494
+ }
495
+ export declare enum ReportStateType {
496
+ COMPLETE = "COMPLETE",
497
+ INPROGRESS = "INPROGRESS",
498
+ STARTED = "STARTED",
499
+ }
500
+ export interface GenerateCredentialReportResponse {
501
+ State?: ReportStateType | string;
502
+ Description?: string;
503
+ }
504
+ export interface GenerateOrganizationsAccessReportRequest {
505
+ EntityPath: string | undefined;
506
+ OrganizationsPolicyId?: string;
507
+ }
508
+ export interface GenerateOrganizationsAccessReportResponse {
509
+ JobId?: string;
510
+ }
511
+ export declare class ReportGenerationLimitExceededException extends __BaseException {
512
+ readonly name: "ReportGenerationLimitExceededException";
513
+ readonly $fault: "client";
514
+ constructor(
515
+ opts: __ExceptionOptionType<
516
+ ReportGenerationLimitExceededException,
517
+ __BaseException
518
+ >
519
+ );
520
+ }
521
+ export interface GenerateServiceLastAccessedDetailsRequest {
522
+ Arn: string | undefined;
523
+ Granularity?: AccessAdvisorUsageGranularityType | string;
524
+ }
525
+ export interface GenerateServiceLastAccessedDetailsResponse {
526
+ JobId?: string;
527
+ }
528
+ export interface GetAccessKeyLastUsedRequest {
529
+ AccessKeyId: string | undefined;
530
+ }
531
+ export interface GetAccessKeyLastUsedResponse {
532
+ UserName?: string;
533
+ AccessKeyLastUsed?: AccessKeyLastUsed;
534
+ }
535
+ export declare enum EntityType {
536
+ AWSManagedPolicy = "AWSManagedPolicy",
537
+ Group = "Group",
538
+ LocalManagedPolicy = "LocalManagedPolicy",
539
+ Role = "Role",
540
+ User = "User",
541
+ }
542
+ export interface GetAccountAuthorizationDetailsRequest {
543
+ Filter?: (EntityType | string)[];
544
+ MaxItems?: number;
545
+ Marker?: string;
546
+ }
547
+ export interface PolicyDetail {
548
+ PolicyName?: string;
549
+ PolicyDocument?: string;
550
+ }
551
+ export interface GroupDetail {
552
+ Path?: string;
553
+ GroupName?: string;
554
+ GroupId?: string;
555
+ Arn?: string;
556
+ CreateDate?: Date;
557
+ GroupPolicyList?: PolicyDetail[];
558
+ AttachedManagedPolicies?: AttachedPolicy[];
559
+ }
560
+ export interface ManagedPolicyDetail {
561
+ PolicyName?: string;
562
+ PolicyId?: string;
563
+ Arn?: string;
564
+ Path?: string;
565
+ DefaultVersionId?: string;
566
+ AttachmentCount?: number;
567
+ PermissionsBoundaryUsageCount?: number;
568
+ IsAttachable?: boolean;
569
+ Description?: string;
570
+ CreateDate?: Date;
571
+ UpdateDate?: Date;
572
+ PolicyVersionList?: PolicyVersion[];
573
+ }
574
+ export interface RoleDetail {
575
+ Path?: string;
576
+ RoleName?: string;
577
+ RoleId?: string;
578
+ Arn?: string;
579
+ CreateDate?: Date;
580
+ AssumeRolePolicyDocument?: string;
581
+ InstanceProfileList?: InstanceProfile[];
582
+ RolePolicyList?: PolicyDetail[];
583
+ AttachedManagedPolicies?: AttachedPolicy[];
584
+ PermissionsBoundary?: AttachedPermissionsBoundary;
585
+ Tags?: Tag[];
586
+ RoleLastUsed?: RoleLastUsed;
587
+ }
588
+ export interface UserDetail {
589
+ Path?: string;
590
+ UserName?: string;
591
+ UserId?: string;
592
+ Arn?: string;
593
+ CreateDate?: Date;
594
+ UserPolicyList?: PolicyDetail[];
595
+ GroupList?: string[];
596
+ AttachedManagedPolicies?: AttachedPolicy[];
597
+ PermissionsBoundary?: AttachedPermissionsBoundary;
598
+ Tags?: Tag[];
599
+ }
600
+ export interface GetAccountAuthorizationDetailsResponse {
601
+ UserDetailList?: UserDetail[];
602
+ GroupDetailList?: GroupDetail[];
603
+ RoleDetailList?: RoleDetail[];
604
+ Policies?: ManagedPolicyDetail[];
605
+ IsTruncated?: boolean;
606
+ Marker?: string;
607
+ }
608
+ export interface PasswordPolicy {
609
+ MinimumPasswordLength?: number;
610
+ RequireSymbols?: boolean;
611
+ RequireNumbers?: boolean;
612
+ RequireUppercaseCharacters?: boolean;
613
+ RequireLowercaseCharacters?: boolean;
614
+ AllowUsersToChangePassword?: boolean;
615
+ ExpirePasswords?: boolean;
616
+ MaxPasswordAge?: number;
617
+ PasswordReusePrevention?: number;
618
+ HardExpiry?: boolean;
619
+ }
620
+ export interface GetAccountPasswordPolicyResponse {
621
+ PasswordPolicy: PasswordPolicy | undefined;
622
+ }
623
+ export declare type SummaryKeyType =
624
+ | "AccessKeysPerUserQuota"
625
+ | "AccountAccessKeysPresent"
626
+ | "AccountMFAEnabled"
627
+ | "AccountSigningCertificatesPresent"
628
+ | "AttachedPoliciesPerGroupQuota"
629
+ | "AttachedPoliciesPerRoleQuota"
630
+ | "AttachedPoliciesPerUserQuota"
631
+ | "GlobalEndpointTokenVersion"
632
+ | "GroupPolicySizeQuota"
633
+ | "Groups"
634
+ | "GroupsPerUserQuota"
635
+ | "GroupsQuota"
636
+ | "MFADevices"
637
+ | "MFADevicesInUse"
638
+ | "Policies"
639
+ | "PoliciesQuota"
640
+ | "PolicySizeQuota"
641
+ | "PolicyVersionsInUse"
642
+ | "PolicyVersionsInUseQuota"
643
+ | "ServerCertificates"
644
+ | "ServerCertificatesQuota"
645
+ | "SigningCertificatesPerUserQuota"
646
+ | "UserPolicySizeQuota"
647
+ | "Users"
648
+ | "UsersQuota"
649
+ | "VersionsPerPolicyQuota";
650
+ export interface GetAccountSummaryResponse {
651
+ SummaryMap?: Record<string, number>;
652
+ }
653
+ export interface GetContextKeysForCustomPolicyRequest {
654
+ PolicyInputList: string[] | undefined;
655
+ }
656
+ export interface GetContextKeysForPolicyResponse {
657
+ ContextKeyNames?: string[];
658
+ }
659
+ export interface GetContextKeysForPrincipalPolicyRequest {
660
+ PolicySourceArn: string | undefined;
661
+ PolicyInputList?: string[];
662
+ }
663
+ export declare class CredentialReportExpiredException extends __BaseException {
664
+ readonly name: "CredentialReportExpiredException";
665
+ readonly $fault: "client";
666
+ constructor(
667
+ opts: __ExceptionOptionType<
668
+ CredentialReportExpiredException,
669
+ __BaseException
670
+ >
671
+ );
672
+ }
673
+ export declare class CredentialReportNotPresentException extends __BaseException {
674
+ readonly name: "CredentialReportNotPresentException";
675
+ readonly $fault: "client";
676
+ constructor(
677
+ opts: __ExceptionOptionType<
678
+ CredentialReportNotPresentException,
679
+ __BaseException
680
+ >
681
+ );
682
+ }
683
+ export declare class CredentialReportNotReadyException extends __BaseException {
684
+ readonly name: "CredentialReportNotReadyException";
685
+ readonly $fault: "client";
686
+ constructor(
687
+ opts: __ExceptionOptionType<
688
+ CredentialReportNotReadyException,
689
+ __BaseException
690
+ >
691
+ );
692
+ }
693
+ export declare type ReportFormatType = "text/csv";
694
+ export interface GetCredentialReportResponse {
695
+ Content?: Uint8Array;
696
+ ReportFormat?: ReportFormatType | string;
697
+ GeneratedTime?: Date;
698
+ }
699
+ export interface GetGroupRequest {
700
+ GroupName: string | undefined;
701
+ Marker?: string;
702
+ MaxItems?: number;
703
+ }
704
+ export interface GetGroupResponse {
705
+ Group: Group | undefined;
706
+ Users: User[] | undefined;
707
+ IsTruncated?: boolean;
708
+ Marker?: string;
709
+ }
710
+ export interface GetGroupPolicyRequest {
711
+ GroupName: string | undefined;
712
+ PolicyName: string | undefined;
713
+ }
714
+ export interface GetGroupPolicyResponse {
715
+ GroupName: string | undefined;
716
+ PolicyName: string | undefined;
717
+ PolicyDocument: string | undefined;
718
+ }
719
+ export interface GetInstanceProfileRequest {
720
+ InstanceProfileName: string | undefined;
721
+ }
722
+ export interface GetInstanceProfileResponse {
723
+ InstanceProfile: InstanceProfile | undefined;
724
+ }
725
+ export interface GetLoginProfileRequest {
726
+ UserName: string | undefined;
727
+ }
728
+ export interface GetLoginProfileResponse {
729
+ LoginProfile: LoginProfile | undefined;
730
+ }
731
+ export interface GetOpenIDConnectProviderRequest {
732
+ OpenIDConnectProviderArn: string | undefined;
733
+ }
734
+ export interface GetOpenIDConnectProviderResponse {
735
+ Url?: string;
736
+ ClientIDList?: string[];
737
+ ThumbprintList?: string[];
738
+ CreateDate?: Date;
739
+ Tags?: Tag[];
740
+ }
741
+ export declare enum SortKeyType {
742
+ LAST_AUTHENTICATED_TIME_ASCENDING = "LAST_AUTHENTICATED_TIME_ASCENDING",
743
+ LAST_AUTHENTICATED_TIME_DESCENDING = "LAST_AUTHENTICATED_TIME_DESCENDING",
744
+ SERVICE_NAMESPACE_ASCENDING = "SERVICE_NAMESPACE_ASCENDING",
745
+ SERVICE_NAMESPACE_DESCENDING = "SERVICE_NAMESPACE_DESCENDING",
746
+ }
747
+ export interface GetOrganizationsAccessReportRequest {
748
+ JobId: string | undefined;
749
+ MaxItems?: number;
750
+ Marker?: string;
751
+ SortKey?: SortKeyType | string;
752
+ }
753
+ export interface ErrorDetails {
754
+ Message: string | undefined;
755
+ Code: string | undefined;
756
+ }
757
+ export declare type JobStatusType = "COMPLETED" | "FAILED" | "IN_PROGRESS";
758
+ export interface GetOrganizationsAccessReportResponse {
759
+ JobStatus: JobStatusType | string | undefined;
760
+ JobCreationDate: Date | undefined;
761
+ JobCompletionDate?: Date;
762
+ NumberOfServicesAccessible?: number;
763
+ NumberOfServicesNotAccessed?: number;
764
+ AccessDetails?: AccessDetail[];
765
+ IsTruncated?: boolean;
766
+ Marker?: string;
767
+ ErrorDetails?: ErrorDetails;
768
+ }
769
+ export interface GetPolicyRequest {
770
+ PolicyArn: string | undefined;
771
+ }
772
+ export interface GetPolicyResponse {
773
+ Policy?: Policy;
774
+ }
775
+ export interface GetPolicyVersionRequest {
776
+ PolicyArn: string | undefined;
777
+ VersionId: string | undefined;
778
+ }
779
+ export interface GetPolicyVersionResponse {
780
+ PolicyVersion?: PolicyVersion;
781
+ }
782
+ export interface GetRoleRequest {
783
+ RoleName: string | undefined;
784
+ }
785
+ export interface GetRoleResponse {
786
+ Role: Role | undefined;
787
+ }
788
+ export interface GetRolePolicyRequest {
789
+ RoleName: string | undefined;
790
+ PolicyName: string | undefined;
791
+ }
792
+ export interface GetRolePolicyResponse {
793
+ RoleName: string | undefined;
794
+ PolicyName: string | undefined;
795
+ PolicyDocument: string | undefined;
796
+ }
797
+ export interface GetSAMLProviderRequest {
798
+ SAMLProviderArn: string | undefined;
799
+ }
800
+ export interface GetSAMLProviderResponse {
801
+ SAMLMetadataDocument?: string;
802
+ CreateDate?: Date;
803
+ ValidUntil?: Date;
804
+ Tags?: Tag[];
805
+ }
806
+ export interface GetServerCertificateRequest {
807
+ ServerCertificateName: string | undefined;
808
+ }
809
+ export interface ServerCertificateMetadata {
810
+ Path: string | undefined;
811
+ ServerCertificateName: string | undefined;
812
+ ServerCertificateId: string | undefined;
813
+ Arn: string | undefined;
814
+ UploadDate?: Date;
815
+ Expiration?: Date;
816
+ }
817
+ export interface ServerCertificate {
818
+ ServerCertificateMetadata: ServerCertificateMetadata | undefined;
819
+ CertificateBody: string | undefined;
820
+ CertificateChain?: string;
821
+ Tags?: Tag[];
822
+ }
823
+ export interface GetServerCertificateResponse {
824
+ ServerCertificate: ServerCertificate | undefined;
825
+ }
826
+ export interface GetServiceLastAccessedDetailsRequest {
827
+ JobId: string | undefined;
828
+ MaxItems?: number;
829
+ Marker?: string;
830
+ }
831
+ export interface TrackedActionLastAccessed {
832
+ ActionName?: string;
833
+ LastAccessedEntity?: string;
834
+ LastAccessedTime?: Date;
835
+ LastAccessedRegion?: string;
836
+ }
837
+ export interface ServiceLastAccessed {
838
+ ServiceName: string | undefined;
839
+ LastAuthenticated?: Date;
840
+ ServiceNamespace: string | undefined;
841
+ LastAuthenticatedEntity?: string;
842
+ LastAuthenticatedRegion?: string;
843
+ TotalAuthenticatedEntities?: number;
844
+ TrackedActionsLastAccessed?: TrackedActionLastAccessed[];
845
+ }
846
+ export interface GetServiceLastAccessedDetailsResponse {
847
+ JobStatus: JobStatusType | string | undefined;
848
+ JobType?: AccessAdvisorUsageGranularityType | string;
849
+ JobCreationDate: Date | undefined;
850
+ ServicesLastAccessed: ServiceLastAccessed[] | undefined;
851
+ JobCompletionDate: Date | undefined;
852
+ IsTruncated?: boolean;
853
+ Marker?: string;
854
+ Error?: ErrorDetails;
855
+ }
856
+ export interface GetServiceLastAccessedDetailsWithEntitiesRequest {
857
+ JobId: string | undefined;
858
+ ServiceNamespace: string | undefined;
859
+ MaxItems?: number;
860
+ Marker?: string;
861
+ }
862
+ export declare enum PolicyOwnerEntityType {
863
+ GROUP = "GROUP",
864
+ ROLE = "ROLE",
865
+ USER = "USER",
866
+ }
867
+ export interface EntityInfo {
868
+ Arn: string | undefined;
869
+ Name: string | undefined;
870
+ Type: PolicyOwnerEntityType | string | undefined;
871
+ Id: string | undefined;
872
+ Path?: string;
873
+ }
874
+ export interface EntityDetails {
875
+ EntityInfo: EntityInfo | undefined;
876
+ LastAuthenticated?: Date;
877
+ }
878
+ export interface GetServiceLastAccessedDetailsWithEntitiesResponse {
879
+ JobStatus: JobStatusType | string | undefined;
880
+ JobCreationDate: Date | undefined;
881
+ JobCompletionDate: Date | undefined;
882
+ EntityDetailsList: EntityDetails[] | undefined;
883
+ IsTruncated?: boolean;
884
+ Marker?: string;
885
+ Error?: ErrorDetails;
886
+ }
887
+ export interface GetServiceLinkedRoleDeletionStatusRequest {
888
+ DeletionTaskId: string | undefined;
889
+ }
890
+ export interface RoleUsageType {
891
+ Region?: string;
892
+ Resources?: string[];
893
+ }
894
+ export interface DeletionTaskFailureReasonType {
895
+ Reason?: string;
896
+ RoleUsageList?: RoleUsageType[];
897
+ }
898
+ export declare enum DeletionTaskStatusType {
899
+ FAILED = "FAILED",
900
+ IN_PROGRESS = "IN_PROGRESS",
901
+ NOT_STARTED = "NOT_STARTED",
902
+ SUCCEEDED = "SUCCEEDED",
903
+ }
904
+ export interface GetServiceLinkedRoleDeletionStatusResponse {
905
+ Status: DeletionTaskStatusType | string | undefined;
906
+ Reason?: DeletionTaskFailureReasonType;
907
+ }
908
+ export declare type EncodingType = "PEM" | "SSH";
909
+ export interface GetSSHPublicKeyRequest {
910
+ UserName: string | undefined;
911
+ SSHPublicKeyId: string | undefined;
912
+ Encoding: EncodingType | string | undefined;
913
+ }
914
+ export interface SSHPublicKey {
915
+ UserName: string | undefined;
916
+ SSHPublicKeyId: string | undefined;
917
+ Fingerprint: string | undefined;
918
+ SSHPublicKeyBody: string | undefined;
919
+ Status: StatusType | string | undefined;
920
+ UploadDate?: Date;
921
+ }
922
+ export interface GetSSHPublicKeyResponse {
923
+ SSHPublicKey?: SSHPublicKey;
924
+ }
925
+ export declare class UnrecognizedPublicKeyEncodingException extends __BaseException {
926
+ readonly name: "UnrecognizedPublicKeyEncodingException";
927
+ readonly $fault: "client";
928
+ constructor(
929
+ opts: __ExceptionOptionType<
930
+ UnrecognizedPublicKeyEncodingException,
931
+ __BaseException
932
+ >
933
+ );
934
+ }
935
+ export interface GetUserRequest {
936
+ UserName?: string;
937
+ }
938
+ export interface GetUserResponse {
939
+ User: User | undefined;
940
+ }
941
+ export interface GetUserPolicyRequest {
942
+ UserName: string | undefined;
943
+ PolicyName: string | undefined;
944
+ }
945
+ export interface GetUserPolicyResponse {
946
+ UserName: string | undefined;
947
+ PolicyName: string | undefined;
948
+ PolicyDocument: string | undefined;
949
+ }
950
+ export interface ListAccessKeysRequest {
951
+ UserName?: string;
952
+ Marker?: string;
953
+ MaxItems?: number;
954
+ }
955
+ export interface ListAccessKeysResponse {
956
+ AccessKeyMetadata: AccessKeyMetadata[] | undefined;
957
+ IsTruncated?: boolean;
958
+ Marker?: string;
959
+ }
960
+ export interface ListAccountAliasesRequest {
961
+ Marker?: string;
962
+ MaxItems?: number;
963
+ }
964
+ export interface ListAccountAliasesResponse {
965
+ AccountAliases: string[] | undefined;
966
+ IsTruncated?: boolean;
967
+ Marker?: string;
968
+ }
969
+ export interface ListAttachedGroupPoliciesRequest {
970
+ GroupName: string | undefined;
971
+ PathPrefix?: string;
972
+ Marker?: string;
973
+ MaxItems?: number;
974
+ }
975
+ export interface ListAttachedGroupPoliciesResponse {
976
+ AttachedPolicies?: AttachedPolicy[];
977
+ IsTruncated?: boolean;
978
+ Marker?: string;
979
+ }
980
+ export interface ListAttachedRolePoliciesRequest {
981
+ RoleName: string | undefined;
982
+ PathPrefix?: string;
983
+ Marker?: string;
984
+ MaxItems?: number;
985
+ }
986
+ export interface ListAttachedRolePoliciesResponse {
987
+ AttachedPolicies?: AttachedPolicy[];
988
+ IsTruncated?: boolean;
989
+ Marker?: string;
990
+ }
991
+ export interface ListAttachedUserPoliciesRequest {
992
+ UserName: string | undefined;
993
+ PathPrefix?: string;
994
+ Marker?: string;
995
+ MaxItems?: number;
996
+ }
997
+ export interface ListAttachedUserPoliciesResponse {
998
+ AttachedPolicies?: AttachedPolicy[];
999
+ IsTruncated?: boolean;
1000
+ Marker?: string;
1001
+ }
1002
+ export declare type PolicyUsageType =
1003
+ | "PermissionsBoundary"
1004
+ | "PermissionsPolicy";
1005
+ export interface ListEntitiesForPolicyRequest {
1006
+ PolicyArn: string | undefined;
1007
+ EntityFilter?: EntityType | string;
1008
+ PathPrefix?: string;
1009
+ PolicyUsageFilter?: PolicyUsageType | string;
1010
+ Marker?: string;
1011
+ MaxItems?: number;
1012
+ }
1013
+ export interface PolicyGroup {
1014
+ GroupName?: string;
1015
+ GroupId?: string;
1016
+ }
1017
+ export interface PolicyRole {
1018
+ RoleName?: string;
1019
+ RoleId?: string;
1020
+ }
1021
+ export interface PolicyUser {
1022
+ UserName?: string;
1023
+ UserId?: string;
1024
+ }
1025
+ export interface ListEntitiesForPolicyResponse {
1026
+ PolicyGroups?: PolicyGroup[];
1027
+ PolicyUsers?: PolicyUser[];
1028
+ PolicyRoles?: PolicyRole[];
1029
+ IsTruncated?: boolean;
1030
+ Marker?: string;
1031
+ }
1032
+ export interface ListGroupPoliciesRequest {
1033
+ GroupName: string | undefined;
1034
+ Marker?: string;
1035
+ MaxItems?: number;
1036
+ }
1037
+ export interface ListGroupPoliciesResponse {
1038
+ PolicyNames: string[] | undefined;
1039
+ IsTruncated?: boolean;
1040
+ Marker?: string;
1041
+ }
1042
+ export interface ListGroupsRequest {
1043
+ PathPrefix?: string;
1044
+ Marker?: string;
1045
+ MaxItems?: number;
1046
+ }
1047
+ export interface ListGroupsResponse {
1048
+ Groups: Group[] | undefined;
1049
+ IsTruncated?: boolean;
1050
+ Marker?: string;
1051
+ }
1052
+ export interface ListGroupsForUserRequest {
1053
+ UserName: string | undefined;
1054
+ Marker?: string;
1055
+ MaxItems?: number;
1056
+ }
1057
+ export interface ListGroupsForUserResponse {
1058
+ Groups: Group[] | undefined;
1059
+ IsTruncated?: boolean;
1060
+ Marker?: string;
1061
+ }
1062
+ export interface ListInstanceProfilesRequest {
1063
+ PathPrefix?: string;
1064
+ Marker?: string;
1065
+ MaxItems?: number;
1066
+ }
1067
+ export interface ListInstanceProfilesResponse {
1068
+ InstanceProfiles: InstanceProfile[] | undefined;
1069
+ IsTruncated?: boolean;
1070
+ Marker?: string;
1071
+ }
1072
+ export interface ListInstanceProfilesForRoleRequest {
1073
+ RoleName: string | undefined;
1074
+ Marker?: string;
1075
+ MaxItems?: number;
1076
+ }
1077
+ export interface ListInstanceProfilesForRoleResponse {
1078
+ InstanceProfiles: InstanceProfile[] | undefined;
1079
+ IsTruncated?: boolean;
1080
+ Marker?: string;
1081
+ }
1082
+ export interface ListInstanceProfileTagsRequest {
1083
+ InstanceProfileName: string | undefined;
1084
+ Marker?: string;
1085
+ MaxItems?: number;
1086
+ }
1087
+ export interface ListInstanceProfileTagsResponse {
1088
+ Tags: Tag[] | undefined;
1089
+ IsTruncated?: boolean;
1090
+ Marker?: string;
1091
+ }
1092
+ export interface ListMFADevicesRequest {
1093
+ UserName?: string;
1094
+ Marker?: string;
1095
+ MaxItems?: number;
1096
+ }
1097
+ export interface MFADevice {
1098
+ UserName: string | undefined;
1099
+ SerialNumber: string | undefined;
1100
+ EnableDate: Date | undefined;
1101
+ }
1102
+ export interface ListMFADevicesResponse {
1103
+ MFADevices: MFADevice[] | undefined;
1104
+ IsTruncated?: boolean;
1105
+ Marker?: string;
1106
+ }
1107
+ export interface ListMFADeviceTagsRequest {
1108
+ SerialNumber: string | undefined;
1109
+ Marker?: string;
1110
+ MaxItems?: number;
1111
+ }
1112
+ export interface ListMFADeviceTagsResponse {
1113
+ Tags: Tag[] | undefined;
1114
+ IsTruncated?: boolean;
1115
+ Marker?: string;
1116
+ }
1117
+ export interface ListOpenIDConnectProvidersRequest {}
1118
+ export interface OpenIDConnectProviderListEntry {
1119
+ Arn?: string;
1120
+ }
1121
+ export interface ListOpenIDConnectProvidersResponse {
1122
+ OpenIDConnectProviderList?: OpenIDConnectProviderListEntry[];
1123
+ }
1124
+ export interface ListOpenIDConnectProviderTagsRequest {
1125
+ OpenIDConnectProviderArn: string | undefined;
1126
+ Marker?: string;
1127
+ MaxItems?: number;
1128
+ }
1129
+ export interface ListOpenIDConnectProviderTagsResponse {
1130
+ Tags: Tag[] | undefined;
1131
+ IsTruncated?: boolean;
1132
+ Marker?: string;
1133
+ }
1134
+ export declare enum PolicyScopeType {
1135
+ AWS = "AWS",
1136
+ All = "All",
1137
+ Local = "Local",
1138
+ }
1139
+ export interface ListPoliciesRequest {
1140
+ Scope?: PolicyScopeType | string;
1141
+ OnlyAttached?: boolean;
1142
+ PathPrefix?: string;
1143
+ PolicyUsageFilter?: PolicyUsageType | string;
1144
+ Marker?: string;
1145
+ MaxItems?: number;
1146
+ }
1147
+ export interface ListPoliciesResponse {
1148
+ Policies?: Policy[];
1149
+ IsTruncated?: boolean;
1150
+ Marker?: string;
1151
+ }
1152
+ export interface ListPoliciesGrantingServiceAccessRequest {
1153
+ Marker?: string;
1154
+ Arn: string | undefined;
1155
+ ServiceNamespaces: string[] | undefined;
1156
+ }
1157
+ export declare enum PolicyType {
1158
+ INLINE = "INLINE",
1159
+ MANAGED = "MANAGED",
1160
+ }
1161
+ export interface PolicyGrantingServiceAccess {
1162
+ PolicyName: string | undefined;
1163
+ PolicyType: PolicyType | string | undefined;
1164
+ PolicyArn?: string;
1165
+ EntityType?: PolicyOwnerEntityType | string;
1166
+ EntityName?: string;
1167
+ }
1168
+ export interface ListPoliciesGrantingServiceAccessEntry {
1169
+ ServiceNamespace?: string;
1170
+ Policies?: PolicyGrantingServiceAccess[];
1171
+ }
1172
+ export interface ListPoliciesGrantingServiceAccessResponse {
1173
+ PoliciesGrantingServiceAccess:
1174
+ | ListPoliciesGrantingServiceAccessEntry[]
1175
+ | undefined;
1176
+ IsTruncated?: boolean;
1177
+ Marker?: string;
1178
+ }
1179
+ export interface ListPolicyTagsRequest {
1180
+ PolicyArn: string | undefined;
1181
+ Marker?: string;
1182
+ MaxItems?: number;
1183
+ }
1184
+ export interface ListPolicyTagsResponse {
1185
+ Tags: Tag[] | undefined;
1186
+ IsTruncated?: boolean;
1187
+ Marker?: string;
1188
+ }
1189
+ export interface ListPolicyVersionsRequest {
1190
+ PolicyArn: string | undefined;
1191
+ Marker?: string;
1192
+ MaxItems?: number;
1193
+ }
1194
+ export interface ListPolicyVersionsResponse {
1195
+ Versions?: PolicyVersion[];
1196
+ IsTruncated?: boolean;
1197
+ Marker?: string;
1198
+ }
1199
+ export interface ListRolePoliciesRequest {
1200
+ RoleName: string | undefined;
1201
+ Marker?: string;
1202
+ MaxItems?: number;
1203
+ }
1204
+ export interface ListRolePoliciesResponse {
1205
+ PolicyNames: string[] | undefined;
1206
+ IsTruncated?: boolean;
1207
+ Marker?: string;
1208
+ }
1209
+ export interface ListRolesRequest {
1210
+ PathPrefix?: string;
1211
+ Marker?: string;
1212
+ MaxItems?: number;
1213
+ }
1214
+ export interface ListRolesResponse {
1215
+ Roles: Role[] | undefined;
1216
+ IsTruncated?: boolean;
1217
+ Marker?: string;
1218
+ }
1219
+ export interface ListRoleTagsRequest {
1220
+ RoleName: string | undefined;
1221
+ Marker?: string;
1222
+ MaxItems?: number;
1223
+ }
1224
+ export interface ListRoleTagsResponse {
1225
+ Tags: Tag[] | undefined;
1226
+ IsTruncated?: boolean;
1227
+ Marker?: string;
1228
+ }
1229
+ export interface ListSAMLProvidersRequest {}
1230
+ export interface SAMLProviderListEntry {
1231
+ Arn?: string;
1232
+ ValidUntil?: Date;
1233
+ CreateDate?: Date;
1234
+ }
1235
+ export interface ListSAMLProvidersResponse {
1236
+ SAMLProviderList?: SAMLProviderListEntry[];
1237
+ }
1238
+ export interface ListSAMLProviderTagsRequest {
1239
+ SAMLProviderArn: string | undefined;
1240
+ Marker?: string;
1241
+ MaxItems?: number;
1242
+ }
1243
+ export interface ListSAMLProviderTagsResponse {
1244
+ Tags: Tag[] | undefined;
1245
+ IsTruncated?: boolean;
1246
+ Marker?: string;
1247
+ }
1248
+ export interface ListServerCertificatesRequest {
1249
+ PathPrefix?: string;
1250
+ Marker?: string;
1251
+ MaxItems?: number;
1252
+ }
1253
+ export interface ListServerCertificatesResponse {
1254
+ ServerCertificateMetadataList: ServerCertificateMetadata[] | undefined;
1255
+ IsTruncated?: boolean;
1256
+ Marker?: string;
1257
+ }
1258
+ export interface ListServerCertificateTagsRequest {
1259
+ ServerCertificateName: string | undefined;
1260
+ Marker?: string;
1261
+ MaxItems?: number;
1262
+ }
1263
+ export interface ListServerCertificateTagsResponse {
1264
+ Tags: Tag[] | undefined;
1265
+ IsTruncated?: boolean;
1266
+ Marker?: string;
1267
+ }
1268
+ export interface ListServiceSpecificCredentialsRequest {
1269
+ UserName?: string;
1270
+ ServiceName?: string;
1271
+ }
1272
+ export interface ServiceSpecificCredentialMetadata {
1273
+ UserName: string | undefined;
1274
+ Status: StatusType | string | undefined;
1275
+ ServiceUserName: string | undefined;
1276
+ CreateDate: Date | undefined;
1277
+ ServiceSpecificCredentialId: string | undefined;
1278
+ ServiceName: string | undefined;
1279
+ }
1280
+ export interface ListServiceSpecificCredentialsResponse {
1281
+ ServiceSpecificCredentials?: ServiceSpecificCredentialMetadata[];
1282
+ }
1283
+ export interface ListSigningCertificatesRequest {
1284
+ UserName?: string;
1285
+ Marker?: string;
1286
+ MaxItems?: number;
1287
+ }
1288
+ export interface SigningCertificate {
1289
+ UserName: string | undefined;
1290
+ CertificateId: string | undefined;
1291
+ CertificateBody: string | undefined;
1292
+ Status: StatusType | string | undefined;
1293
+ UploadDate?: Date;
1294
+ }
1295
+ export interface ListSigningCertificatesResponse {
1296
+ Certificates: SigningCertificate[] | undefined;
1297
+ IsTruncated?: boolean;
1298
+ Marker?: string;
1299
+ }
1300
+ export interface ListSSHPublicKeysRequest {
1301
+ UserName?: string;
1302
+ Marker?: string;
1303
+ MaxItems?: number;
1304
+ }
1305
+ export interface SSHPublicKeyMetadata {
1306
+ UserName: string | undefined;
1307
+ SSHPublicKeyId: string | undefined;
1308
+ Status: StatusType | string | undefined;
1309
+ UploadDate: Date | undefined;
1310
+ }
1311
+ export interface ListSSHPublicKeysResponse {
1312
+ SSHPublicKeys?: SSHPublicKeyMetadata[];
1313
+ IsTruncated?: boolean;
1314
+ Marker?: string;
1315
+ }
1316
+ export interface ListUserPoliciesRequest {
1317
+ UserName: string | undefined;
1318
+ Marker?: string;
1319
+ MaxItems?: number;
1320
+ }
1321
+ export interface ListUserPoliciesResponse {
1322
+ PolicyNames: string[] | undefined;
1323
+ IsTruncated?: boolean;
1324
+ Marker?: string;
1325
+ }
1326
+ export interface ListUsersRequest {
1327
+ PathPrefix?: string;
1328
+ Marker?: string;
1329
+ MaxItems?: number;
1330
+ }
1331
+ export interface ListUsersResponse {
1332
+ Users: User[] | undefined;
1333
+ IsTruncated?: boolean;
1334
+ Marker?: string;
1335
+ }
1336
+ export interface ListUserTagsRequest {
1337
+ UserName: string | undefined;
1338
+ Marker?: string;
1339
+ MaxItems?: number;
1340
+ }
1341
+ export interface ListUserTagsResponse {
1342
+ Tags: Tag[] | undefined;
1343
+ IsTruncated?: boolean;
1344
+ Marker?: string;
1345
+ }
1346
+ export interface ListVirtualMFADevicesRequest {
1347
+ AssignmentStatus?: AssignmentStatusType | string;
1348
+ Marker?: string;
1349
+ MaxItems?: number;
1350
+ }
1351
+ export interface ListVirtualMFADevicesResponse {
1352
+ VirtualMFADevices: VirtualMFADevice[] | undefined;
1353
+ IsTruncated?: boolean;
1354
+ Marker?: string;
1355
+ }
1356
+ export interface PutGroupPolicyRequest {
1357
+ GroupName: string | undefined;
1358
+ PolicyName: string | undefined;
1359
+ PolicyDocument: string | undefined;
1360
+ }
1361
+ export interface PutRolePermissionsBoundaryRequest {
1362
+ RoleName: string | undefined;
1363
+ PermissionsBoundary: string | undefined;
1364
+ }
1365
+ export interface PutRolePolicyRequest {
1366
+ RoleName: string | undefined;
1367
+ PolicyName: string | undefined;
1368
+ PolicyDocument: string | undefined;
1369
+ }
1370
+ export interface PutUserPermissionsBoundaryRequest {
1371
+ UserName: string | undefined;
1372
+ PermissionsBoundary: string | undefined;
1373
+ }
1374
+ export interface PutUserPolicyRequest {
1375
+ UserName: string | undefined;
1376
+ PolicyName: string | undefined;
1377
+ PolicyDocument: string | undefined;
1378
+ }
1379
+ export interface RemoveClientIDFromOpenIDConnectProviderRequest {
1380
+ OpenIDConnectProviderArn: string | undefined;
1381
+ ClientID: string | undefined;
1382
+ }
1383
+ export interface RemoveRoleFromInstanceProfileRequest {
1384
+ InstanceProfileName: string | undefined;
1385
+ RoleName: string | undefined;
1386
+ }
1387
+ export interface RemoveUserFromGroupRequest {
1388
+ GroupName: string | undefined;
1389
+ UserName: string | undefined;
1390
+ }
1391
+ export interface ResetServiceSpecificCredentialRequest {
1392
+ UserName?: string;
1393
+ ServiceSpecificCredentialId: string | undefined;
1394
+ }
1395
+ export interface ResetServiceSpecificCredentialResponse {
1396
+ ServiceSpecificCredential?: ServiceSpecificCredential;
1397
+ }
1398
+ export interface ResyncMFADeviceRequest {
1399
+ UserName: string | undefined;
1400
+ SerialNumber: string | undefined;
1401
+ AuthenticationCode1: string | undefined;
1402
+ AuthenticationCode2: string | undefined;
1403
+ }
1404
+ export interface SetDefaultPolicyVersionRequest {
1405
+ PolicyArn: string | undefined;
1406
+ VersionId: string | undefined;
1407
+ }
1408
+ export declare enum GlobalEndpointTokenVersion {
1409
+ v1Token = "v1Token",
1410
+ v2Token = "v2Token",
1411
+ }
1412
+ export interface SetSecurityTokenServicePreferencesRequest {
1413
+ GlobalEndpointTokenVersion: GlobalEndpointTokenVersion | string | undefined;
1414
+ }
1415
+ export declare class PolicyEvaluationException extends __BaseException {
1416
+ readonly name: "PolicyEvaluationException";
1417
+ readonly $fault: "server";
1418
+ constructor(
1419
+ opts: __ExceptionOptionType<PolicyEvaluationException, __BaseException>
1420
+ );
1421
+ }
1422
+ export declare enum ContextKeyTypeEnum {
1423
+ BINARY = "binary",
1424
+ BINARY_LIST = "binaryList",
1425
+ BOOLEAN = "boolean",
1426
+ BOOLEAN_LIST = "booleanList",
1427
+ DATE = "date",
1428
+ DATE_LIST = "dateList",
1429
+ IP = "ip",
1430
+ IP_LIST = "ipList",
1431
+ NUMERIC = "numeric",
1432
+ NUMERIC_LIST = "numericList",
1433
+ STRING = "string",
1434
+ STRING_LIST = "stringList",
1435
+ }
1436
+ export interface ContextEntry {
1437
+ ContextKeyName?: string;
1438
+ ContextKeyValues?: string[];
1439
+ ContextKeyType?: ContextKeyTypeEnum | string;
1440
+ }
1441
+ export interface SimulateCustomPolicyRequest {
1442
+ PolicyInputList: string[] | undefined;
1443
+ PermissionsBoundaryPolicyInputList?: string[];
1444
+ ActionNames: string[] | undefined;
1445
+ ResourceArns?: string[];
1446
+ ResourcePolicy?: string;
1447
+ ResourceOwner?: string;
1448
+ CallerArn?: string;
1449
+ ContextEntries?: ContextEntry[];
1450
+ ResourceHandlingOption?: string;
1451
+ MaxItems?: number;
1452
+ Marker?: string;
1453
+ }
1454
+ export declare enum PolicyEvaluationDecisionType {
1455
+ ALLOWED = "allowed",
1456
+ EXPLICIT_DENY = "explicitDeny",
1457
+ IMPLICIT_DENY = "implicitDeny",
1458
+ }
1459
+ export interface Position {
1460
+ Line?: number;
1461
+ Column?: number;
1462
+ }
1463
+ export declare enum PolicySourceType {
1464
+ AWS_MANAGED = "aws-managed",
1465
+ GROUP = "group",
1466
+ NONE = "none",
1467
+ RESOURCE = "resource",
1468
+ ROLE = "role",
1469
+ USER = "user",
1470
+ USER_MANAGED = "user-managed",
1471
+ }
1472
+ export interface Statement {
1473
+ SourcePolicyId?: string;
1474
+ SourcePolicyType?: PolicySourceType | string;
1475
+ StartPosition?: Position;
1476
+ EndPosition?: Position;
1477
+ }
1478
+ export interface OrganizationsDecisionDetail {
1479
+ AllowedByOrganizations?: boolean;
1480
+ }
1481
+ export interface PermissionsBoundaryDecisionDetail {
1482
+ AllowedByPermissionsBoundary?: boolean;
1483
+ }
1484
+ export interface ResourceSpecificResult {
1485
+ EvalResourceName: string | undefined;
1486
+ EvalResourceDecision: PolicyEvaluationDecisionType | string | undefined;
1487
+ MatchedStatements?: Statement[];
1488
+ MissingContextValues?: string[];
1489
+ EvalDecisionDetails?: Record<string, PolicyEvaluationDecisionType | string>;
1490
+ PermissionsBoundaryDecisionDetail?: PermissionsBoundaryDecisionDetail;
1491
+ }
1492
+ export interface EvaluationResult {
1493
+ EvalActionName: string | undefined;
1494
+ EvalResourceName?: string;
1495
+ EvalDecision: PolicyEvaluationDecisionType | string | undefined;
1496
+ MatchedStatements?: Statement[];
1497
+ MissingContextValues?: string[];
1498
+ OrganizationsDecisionDetail?: OrganizationsDecisionDetail;
1499
+ PermissionsBoundaryDecisionDetail?: PermissionsBoundaryDecisionDetail;
1500
+ EvalDecisionDetails?: Record<string, PolicyEvaluationDecisionType | string>;
1501
+ ResourceSpecificResults?: ResourceSpecificResult[];
1502
+ }
1503
+ export interface SimulatePolicyResponse {
1504
+ EvaluationResults?: EvaluationResult[];
1505
+ IsTruncated?: boolean;
1506
+ Marker?: string;
1507
+ }
1508
+ export interface SimulatePrincipalPolicyRequest {
1509
+ PolicySourceArn: string | undefined;
1510
+ PolicyInputList?: string[];
1511
+ PermissionsBoundaryPolicyInputList?: string[];
1512
+ ActionNames: string[] | undefined;
1513
+ ResourceArns?: string[];
1514
+ ResourcePolicy?: string;
1515
+ ResourceOwner?: string;
1516
+ CallerArn?: string;
1517
+ ContextEntries?: ContextEntry[];
1518
+ ResourceHandlingOption?: string;
1519
+ MaxItems?: number;
1520
+ Marker?: string;
1521
+ }
1522
+ export interface TagInstanceProfileRequest {
1523
+ InstanceProfileName: string | undefined;
1524
+ Tags: Tag[] | undefined;
1525
+ }
1526
+ export interface TagMFADeviceRequest {
1527
+ SerialNumber: string | undefined;
1528
+ Tags: Tag[] | undefined;
1529
+ }
1530
+ export interface TagOpenIDConnectProviderRequest {
1531
+ OpenIDConnectProviderArn: string | undefined;
1532
+ Tags: Tag[] | undefined;
1533
+ }
1534
+ export interface TagPolicyRequest {
1535
+ PolicyArn: string | undefined;
1536
+ Tags: Tag[] | undefined;
1537
+ }
1538
+ export interface TagRoleRequest {
1539
+ RoleName: string | undefined;
1540
+ Tags: Tag[] | undefined;
1541
+ }
1542
+ export interface TagSAMLProviderRequest {
1543
+ SAMLProviderArn: string | undefined;
1544
+ Tags: Tag[] | undefined;
1545
+ }
1546
+ export interface TagServerCertificateRequest {
1547
+ ServerCertificateName: string | undefined;
1548
+ Tags: Tag[] | undefined;
1549
+ }
1550
+ export interface TagUserRequest {
1551
+ UserName: string | undefined;
1552
+ Tags: Tag[] | undefined;
1553
+ }
1554
+ export interface UntagInstanceProfileRequest {
1555
+ InstanceProfileName: string | undefined;
1556
+ TagKeys: string[] | undefined;
1557
+ }
1558
+ export interface UntagMFADeviceRequest {
1559
+ SerialNumber: string | undefined;
1560
+ TagKeys: string[] | undefined;
1561
+ }
1562
+ export interface UntagOpenIDConnectProviderRequest {
1563
+ OpenIDConnectProviderArn: string | undefined;
1564
+ TagKeys: string[] | undefined;
1565
+ }
1566
+ export declare const AccessDetailFilterSensitiveLog: (obj: AccessDetail) => any;
1567
+ export declare const AccessKeyFilterSensitiveLog: (obj: AccessKey) => any;
1568
+ export declare const AccessKeyLastUsedFilterSensitiveLog: (
1569
+ obj: AccessKeyLastUsed
1570
+ ) => any;
1571
+ export declare const AccessKeyMetadataFilterSensitiveLog: (
1572
+ obj: AccessKeyMetadata
1573
+ ) => any;
1574
+ export declare const AddClientIDToOpenIDConnectProviderRequestFilterSensitiveLog: (
1575
+ obj: AddClientIDToOpenIDConnectProviderRequest
1576
+ ) => any;
1577
+ export declare const AddRoleToInstanceProfileRequestFilterSensitiveLog: (
1578
+ obj: AddRoleToInstanceProfileRequest
1579
+ ) => any;
1580
+ export declare const AddUserToGroupRequestFilterSensitiveLog: (
1581
+ obj: AddUserToGroupRequest
1582
+ ) => any;
1583
+ export declare const AttachedPermissionsBoundaryFilterSensitiveLog: (
1584
+ obj: AttachedPermissionsBoundary
1585
+ ) => any;
1586
+ export declare const AttachedPolicyFilterSensitiveLog: (
1587
+ obj: AttachedPolicy
1588
+ ) => any;
1589
+ export declare const AttachGroupPolicyRequestFilterSensitiveLog: (
1590
+ obj: AttachGroupPolicyRequest
1591
+ ) => any;
1592
+ export declare const AttachRolePolicyRequestFilterSensitiveLog: (
1593
+ obj: AttachRolePolicyRequest
1594
+ ) => any;
1595
+ export declare const AttachUserPolicyRequestFilterSensitiveLog: (
1596
+ obj: AttachUserPolicyRequest
1597
+ ) => any;
1598
+ export declare const ChangePasswordRequestFilterSensitiveLog: (
1599
+ obj: ChangePasswordRequest
1600
+ ) => any;
1601
+ export declare const CreateAccessKeyRequestFilterSensitiveLog: (
1602
+ obj: CreateAccessKeyRequest
1603
+ ) => any;
1604
+ export declare const CreateAccessKeyResponseFilterSensitiveLog: (
1605
+ obj: CreateAccessKeyResponse
1606
+ ) => any;
1607
+ export declare const CreateAccountAliasRequestFilterSensitiveLog: (
1608
+ obj: CreateAccountAliasRequest
1609
+ ) => any;
1610
+ export declare const CreateGroupRequestFilterSensitiveLog: (
1611
+ obj: CreateGroupRequest
1612
+ ) => any;
1613
+ export declare const GroupFilterSensitiveLog: (obj: Group) => any;
1614
+ export declare const CreateGroupResponseFilterSensitiveLog: (
1615
+ obj: CreateGroupResponse
1616
+ ) => any;
1617
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1618
+ export declare const CreateInstanceProfileRequestFilterSensitiveLog: (
1619
+ obj: CreateInstanceProfileRequest
1620
+ ) => any;
1621
+ export declare const RoleLastUsedFilterSensitiveLog: (obj: RoleLastUsed) => any;
1622
+ export declare const RoleFilterSensitiveLog: (obj: Role) => any;
1623
+ export declare const InstanceProfileFilterSensitiveLog: (
1624
+ obj: InstanceProfile
1625
+ ) => any;
1626
+ export declare const CreateInstanceProfileResponseFilterSensitiveLog: (
1627
+ obj: CreateInstanceProfileResponse
1628
+ ) => any;
1629
+ export declare const CreateLoginProfileRequestFilterSensitiveLog: (
1630
+ obj: CreateLoginProfileRequest
1631
+ ) => any;
1632
+ export declare const LoginProfileFilterSensitiveLog: (obj: LoginProfile) => any;
1633
+ export declare const CreateLoginProfileResponseFilterSensitiveLog: (
1634
+ obj: CreateLoginProfileResponse
1635
+ ) => any;
1636
+ export declare const CreateOpenIDConnectProviderRequestFilterSensitiveLog: (
1637
+ obj: CreateOpenIDConnectProviderRequest
1638
+ ) => any;
1639
+ export declare const CreateOpenIDConnectProviderResponseFilterSensitiveLog: (
1640
+ obj: CreateOpenIDConnectProviderResponse
1641
+ ) => any;
1642
+ export declare const CreatePolicyRequestFilterSensitiveLog: (
1643
+ obj: CreatePolicyRequest
1644
+ ) => any;
1645
+ export declare const PolicyFilterSensitiveLog: (obj: Policy) => any;
1646
+ export declare const CreatePolicyResponseFilterSensitiveLog: (
1647
+ obj: CreatePolicyResponse
1648
+ ) => any;
1649
+ export declare const CreatePolicyVersionRequestFilterSensitiveLog: (
1650
+ obj: CreatePolicyVersionRequest
1651
+ ) => any;
1652
+ export declare const PolicyVersionFilterSensitiveLog: (
1653
+ obj: PolicyVersion
1654
+ ) => any;
1655
+ export declare const CreatePolicyVersionResponseFilterSensitiveLog: (
1656
+ obj: CreatePolicyVersionResponse
1657
+ ) => any;
1658
+ export declare const CreateRoleRequestFilterSensitiveLog: (
1659
+ obj: CreateRoleRequest
1660
+ ) => any;
1661
+ export declare const CreateRoleResponseFilterSensitiveLog: (
1662
+ obj: CreateRoleResponse
1663
+ ) => any;
1664
+ export declare const CreateSAMLProviderRequestFilterSensitiveLog: (
1665
+ obj: CreateSAMLProviderRequest
1666
+ ) => any;
1667
+ export declare const CreateSAMLProviderResponseFilterSensitiveLog: (
1668
+ obj: CreateSAMLProviderResponse
1669
+ ) => any;
1670
+ export declare const CreateServiceLinkedRoleRequestFilterSensitiveLog: (
1671
+ obj: CreateServiceLinkedRoleRequest
1672
+ ) => any;
1673
+ export declare const CreateServiceLinkedRoleResponseFilterSensitiveLog: (
1674
+ obj: CreateServiceLinkedRoleResponse
1675
+ ) => any;
1676
+ export declare const CreateServiceSpecificCredentialRequestFilterSensitiveLog: (
1677
+ obj: CreateServiceSpecificCredentialRequest
1678
+ ) => any;
1679
+ export declare const ServiceSpecificCredentialFilterSensitiveLog: (
1680
+ obj: ServiceSpecificCredential
1681
+ ) => any;
1682
+ export declare const CreateServiceSpecificCredentialResponseFilterSensitiveLog: (
1683
+ obj: CreateServiceSpecificCredentialResponse
1684
+ ) => any;
1685
+ export declare const CreateUserRequestFilterSensitiveLog: (
1686
+ obj: CreateUserRequest
1687
+ ) => any;
1688
+ export declare const UserFilterSensitiveLog: (obj: User) => any;
1689
+ export declare const CreateUserResponseFilterSensitiveLog: (
1690
+ obj: CreateUserResponse
1691
+ ) => any;
1692
+ export declare const CreateVirtualMFADeviceRequestFilterSensitiveLog: (
1693
+ obj: CreateVirtualMFADeviceRequest
1694
+ ) => any;
1695
+ export declare const VirtualMFADeviceFilterSensitiveLog: (
1696
+ obj: VirtualMFADevice
1697
+ ) => any;
1698
+ export declare const CreateVirtualMFADeviceResponseFilterSensitiveLog: (
1699
+ obj: CreateVirtualMFADeviceResponse
1700
+ ) => any;
1701
+ export declare const DeactivateMFADeviceRequestFilterSensitiveLog: (
1702
+ obj: DeactivateMFADeviceRequest
1703
+ ) => any;
1704
+ export declare const DeleteAccessKeyRequestFilterSensitiveLog: (
1705
+ obj: DeleteAccessKeyRequest
1706
+ ) => any;
1707
+ export declare const DeleteAccountAliasRequestFilterSensitiveLog: (
1708
+ obj: DeleteAccountAliasRequest
1709
+ ) => any;
1710
+ export declare const DeleteGroupRequestFilterSensitiveLog: (
1711
+ obj: DeleteGroupRequest
1712
+ ) => any;
1713
+ export declare const DeleteGroupPolicyRequestFilterSensitiveLog: (
1714
+ obj: DeleteGroupPolicyRequest
1715
+ ) => any;
1716
+ export declare const DeleteInstanceProfileRequestFilterSensitiveLog: (
1717
+ obj: DeleteInstanceProfileRequest
1718
+ ) => any;
1719
+ export declare const DeleteLoginProfileRequestFilterSensitiveLog: (
1720
+ obj: DeleteLoginProfileRequest
1721
+ ) => any;
1722
+ export declare const DeleteOpenIDConnectProviderRequestFilterSensitiveLog: (
1723
+ obj: DeleteOpenIDConnectProviderRequest
1724
+ ) => any;
1725
+ export declare const DeletePolicyRequestFilterSensitiveLog: (
1726
+ obj: DeletePolicyRequest
1727
+ ) => any;
1728
+ export declare const DeletePolicyVersionRequestFilterSensitiveLog: (
1729
+ obj: DeletePolicyVersionRequest
1730
+ ) => any;
1731
+ export declare const DeleteRoleRequestFilterSensitiveLog: (
1732
+ obj: DeleteRoleRequest
1733
+ ) => any;
1734
+ export declare const DeleteRolePermissionsBoundaryRequestFilterSensitiveLog: (
1735
+ obj: DeleteRolePermissionsBoundaryRequest
1736
+ ) => any;
1737
+ export declare const DeleteRolePolicyRequestFilterSensitiveLog: (
1738
+ obj: DeleteRolePolicyRequest
1739
+ ) => any;
1740
+ export declare const DeleteSAMLProviderRequestFilterSensitiveLog: (
1741
+ obj: DeleteSAMLProviderRequest
1742
+ ) => any;
1743
+ export declare const DeleteServerCertificateRequestFilterSensitiveLog: (
1744
+ obj: DeleteServerCertificateRequest
1745
+ ) => any;
1746
+ export declare const DeleteServiceLinkedRoleRequestFilterSensitiveLog: (
1747
+ obj: DeleteServiceLinkedRoleRequest
1748
+ ) => any;
1749
+ export declare const DeleteServiceLinkedRoleResponseFilterSensitiveLog: (
1750
+ obj: DeleteServiceLinkedRoleResponse
1751
+ ) => any;
1752
+ export declare const DeleteServiceSpecificCredentialRequestFilterSensitiveLog: (
1753
+ obj: DeleteServiceSpecificCredentialRequest
1754
+ ) => any;
1755
+ export declare const DeleteSigningCertificateRequestFilterSensitiveLog: (
1756
+ obj: DeleteSigningCertificateRequest
1757
+ ) => any;
1758
+ export declare const DeleteSSHPublicKeyRequestFilterSensitiveLog: (
1759
+ obj: DeleteSSHPublicKeyRequest
1760
+ ) => any;
1761
+ export declare const DeleteUserRequestFilterSensitiveLog: (
1762
+ obj: DeleteUserRequest
1763
+ ) => any;
1764
+ export declare const DeleteUserPermissionsBoundaryRequestFilterSensitiveLog: (
1765
+ obj: DeleteUserPermissionsBoundaryRequest
1766
+ ) => any;
1767
+ export declare const DeleteUserPolicyRequestFilterSensitiveLog: (
1768
+ obj: DeleteUserPolicyRequest
1769
+ ) => any;
1770
+ export declare const DeleteVirtualMFADeviceRequestFilterSensitiveLog: (
1771
+ obj: DeleteVirtualMFADeviceRequest
1772
+ ) => any;
1773
+ export declare const DetachGroupPolicyRequestFilterSensitiveLog: (
1774
+ obj: DetachGroupPolicyRequest
1775
+ ) => any;
1776
+ export declare const DetachRolePolicyRequestFilterSensitiveLog: (
1777
+ obj: DetachRolePolicyRequest
1778
+ ) => any;
1779
+ export declare const DetachUserPolicyRequestFilterSensitiveLog: (
1780
+ obj: DetachUserPolicyRequest
1781
+ ) => any;
1782
+ export declare const EnableMFADeviceRequestFilterSensitiveLog: (
1783
+ obj: EnableMFADeviceRequest
1784
+ ) => any;
1785
+ export declare const GenerateCredentialReportResponseFilterSensitiveLog: (
1786
+ obj: GenerateCredentialReportResponse
1787
+ ) => any;
1788
+ export declare const GenerateOrganizationsAccessReportRequestFilterSensitiveLog: (
1789
+ obj: GenerateOrganizationsAccessReportRequest
1790
+ ) => any;
1791
+ export declare const GenerateOrganizationsAccessReportResponseFilterSensitiveLog: (
1792
+ obj: GenerateOrganizationsAccessReportResponse
1793
+ ) => any;
1794
+ export declare const GenerateServiceLastAccessedDetailsRequestFilterSensitiveLog: (
1795
+ obj: GenerateServiceLastAccessedDetailsRequest
1796
+ ) => any;
1797
+ export declare const GenerateServiceLastAccessedDetailsResponseFilterSensitiveLog: (
1798
+ obj: GenerateServiceLastAccessedDetailsResponse
1799
+ ) => any;
1800
+ export declare const GetAccessKeyLastUsedRequestFilterSensitiveLog: (
1801
+ obj: GetAccessKeyLastUsedRequest
1802
+ ) => any;
1803
+ export declare const GetAccessKeyLastUsedResponseFilterSensitiveLog: (
1804
+ obj: GetAccessKeyLastUsedResponse
1805
+ ) => any;
1806
+ export declare const GetAccountAuthorizationDetailsRequestFilterSensitiveLog: (
1807
+ obj: GetAccountAuthorizationDetailsRequest
1808
+ ) => any;
1809
+ export declare const PolicyDetailFilterSensitiveLog: (obj: PolicyDetail) => any;
1810
+ export declare const GroupDetailFilterSensitiveLog: (obj: GroupDetail) => any;
1811
+ export declare const ManagedPolicyDetailFilterSensitiveLog: (
1812
+ obj: ManagedPolicyDetail
1813
+ ) => any;
1814
+ export declare const RoleDetailFilterSensitiveLog: (obj: RoleDetail) => any;
1815
+ export declare const UserDetailFilterSensitiveLog: (obj: UserDetail) => any;
1816
+ export declare const GetAccountAuthorizationDetailsResponseFilterSensitiveLog: (
1817
+ obj: GetAccountAuthorizationDetailsResponse
1818
+ ) => any;
1819
+ export declare const PasswordPolicyFilterSensitiveLog: (
1820
+ obj: PasswordPolicy
1821
+ ) => any;
1822
+ export declare const GetAccountPasswordPolicyResponseFilterSensitiveLog: (
1823
+ obj: GetAccountPasswordPolicyResponse
1824
+ ) => any;
1825
+ export declare const GetAccountSummaryResponseFilterSensitiveLog: (
1826
+ obj: GetAccountSummaryResponse
1827
+ ) => any;
1828
+ export declare const GetContextKeysForCustomPolicyRequestFilterSensitiveLog: (
1829
+ obj: GetContextKeysForCustomPolicyRequest
1830
+ ) => any;
1831
+ export declare const GetContextKeysForPolicyResponseFilterSensitiveLog: (
1832
+ obj: GetContextKeysForPolicyResponse
1833
+ ) => any;
1834
+ export declare const GetContextKeysForPrincipalPolicyRequestFilterSensitiveLog: (
1835
+ obj: GetContextKeysForPrincipalPolicyRequest
1836
+ ) => any;
1837
+ export declare const GetCredentialReportResponseFilterSensitiveLog: (
1838
+ obj: GetCredentialReportResponse
1839
+ ) => any;
1840
+ export declare const GetGroupRequestFilterSensitiveLog: (
1841
+ obj: GetGroupRequest
1842
+ ) => any;
1843
+ export declare const GetGroupResponseFilterSensitiveLog: (
1844
+ obj: GetGroupResponse
1845
+ ) => any;
1846
+ export declare const GetGroupPolicyRequestFilterSensitiveLog: (
1847
+ obj: GetGroupPolicyRequest
1848
+ ) => any;
1849
+ export declare const GetGroupPolicyResponseFilterSensitiveLog: (
1850
+ obj: GetGroupPolicyResponse
1851
+ ) => any;
1852
+ export declare const GetInstanceProfileRequestFilterSensitiveLog: (
1853
+ obj: GetInstanceProfileRequest
1854
+ ) => any;
1855
+ export declare const GetInstanceProfileResponseFilterSensitiveLog: (
1856
+ obj: GetInstanceProfileResponse
1857
+ ) => any;
1858
+ export declare const GetLoginProfileRequestFilterSensitiveLog: (
1859
+ obj: GetLoginProfileRequest
1860
+ ) => any;
1861
+ export declare const GetLoginProfileResponseFilterSensitiveLog: (
1862
+ obj: GetLoginProfileResponse
1863
+ ) => any;
1864
+ export declare const GetOpenIDConnectProviderRequestFilterSensitiveLog: (
1865
+ obj: GetOpenIDConnectProviderRequest
1866
+ ) => any;
1867
+ export declare const GetOpenIDConnectProviderResponseFilterSensitiveLog: (
1868
+ obj: GetOpenIDConnectProviderResponse
1869
+ ) => any;
1870
+ export declare const GetOrganizationsAccessReportRequestFilterSensitiveLog: (
1871
+ obj: GetOrganizationsAccessReportRequest
1872
+ ) => any;
1873
+ export declare const ErrorDetailsFilterSensitiveLog: (obj: ErrorDetails) => any;
1874
+ export declare const GetOrganizationsAccessReportResponseFilterSensitiveLog: (
1875
+ obj: GetOrganizationsAccessReportResponse
1876
+ ) => any;
1877
+ export declare const GetPolicyRequestFilterSensitiveLog: (
1878
+ obj: GetPolicyRequest
1879
+ ) => any;
1880
+ export declare const GetPolicyResponseFilterSensitiveLog: (
1881
+ obj: GetPolicyResponse
1882
+ ) => any;
1883
+ export declare const GetPolicyVersionRequestFilterSensitiveLog: (
1884
+ obj: GetPolicyVersionRequest
1885
+ ) => any;
1886
+ export declare const GetPolicyVersionResponseFilterSensitiveLog: (
1887
+ obj: GetPolicyVersionResponse
1888
+ ) => any;
1889
+ export declare const GetRoleRequestFilterSensitiveLog: (
1890
+ obj: GetRoleRequest
1891
+ ) => any;
1892
+ export declare const GetRoleResponseFilterSensitiveLog: (
1893
+ obj: GetRoleResponse
1894
+ ) => any;
1895
+ export declare const GetRolePolicyRequestFilterSensitiveLog: (
1896
+ obj: GetRolePolicyRequest
1897
+ ) => any;
1898
+ export declare const GetRolePolicyResponseFilterSensitiveLog: (
1899
+ obj: GetRolePolicyResponse
1900
+ ) => any;
1901
+ export declare const GetSAMLProviderRequestFilterSensitiveLog: (
1902
+ obj: GetSAMLProviderRequest
1903
+ ) => any;
1904
+ export declare const GetSAMLProviderResponseFilterSensitiveLog: (
1905
+ obj: GetSAMLProviderResponse
1906
+ ) => any;
1907
+ export declare const GetServerCertificateRequestFilterSensitiveLog: (
1908
+ obj: GetServerCertificateRequest
1909
+ ) => any;
1910
+ export declare const ServerCertificateMetadataFilterSensitiveLog: (
1911
+ obj: ServerCertificateMetadata
1912
+ ) => any;
1913
+ export declare const ServerCertificateFilterSensitiveLog: (
1914
+ obj: ServerCertificate
1915
+ ) => any;
1916
+ export declare const GetServerCertificateResponseFilterSensitiveLog: (
1917
+ obj: GetServerCertificateResponse
1918
+ ) => any;
1919
+ export declare const GetServiceLastAccessedDetailsRequestFilterSensitiveLog: (
1920
+ obj: GetServiceLastAccessedDetailsRequest
1921
+ ) => any;
1922
+ export declare const TrackedActionLastAccessedFilterSensitiveLog: (
1923
+ obj: TrackedActionLastAccessed
1924
+ ) => any;
1925
+ export declare const ServiceLastAccessedFilterSensitiveLog: (
1926
+ obj: ServiceLastAccessed
1927
+ ) => any;
1928
+ export declare const GetServiceLastAccessedDetailsResponseFilterSensitiveLog: (
1929
+ obj: GetServiceLastAccessedDetailsResponse
1930
+ ) => any;
1931
+ export declare const GetServiceLastAccessedDetailsWithEntitiesRequestFilterSensitiveLog: (
1932
+ obj: GetServiceLastAccessedDetailsWithEntitiesRequest
1933
+ ) => any;
1934
+ export declare const EntityInfoFilterSensitiveLog: (obj: EntityInfo) => any;
1935
+ export declare const EntityDetailsFilterSensitiveLog: (
1936
+ obj: EntityDetails
1937
+ ) => any;
1938
+ export declare const GetServiceLastAccessedDetailsWithEntitiesResponseFilterSensitiveLog: (
1939
+ obj: GetServiceLastAccessedDetailsWithEntitiesResponse
1940
+ ) => any;
1941
+ export declare const GetServiceLinkedRoleDeletionStatusRequestFilterSensitiveLog: (
1942
+ obj: GetServiceLinkedRoleDeletionStatusRequest
1943
+ ) => any;
1944
+ export declare const RoleUsageTypeFilterSensitiveLog: (
1945
+ obj: RoleUsageType
1946
+ ) => any;
1947
+ export declare const DeletionTaskFailureReasonTypeFilterSensitiveLog: (
1948
+ obj: DeletionTaskFailureReasonType
1949
+ ) => any;
1950
+ export declare const GetServiceLinkedRoleDeletionStatusResponseFilterSensitiveLog: (
1951
+ obj: GetServiceLinkedRoleDeletionStatusResponse
1952
+ ) => any;
1953
+ export declare const GetSSHPublicKeyRequestFilterSensitiveLog: (
1954
+ obj: GetSSHPublicKeyRequest
1955
+ ) => any;
1956
+ export declare const SSHPublicKeyFilterSensitiveLog: (obj: SSHPublicKey) => any;
1957
+ export declare const GetSSHPublicKeyResponseFilterSensitiveLog: (
1958
+ obj: GetSSHPublicKeyResponse
1959
+ ) => any;
1960
+ export declare const GetUserRequestFilterSensitiveLog: (
1961
+ obj: GetUserRequest
1962
+ ) => any;
1963
+ export declare const GetUserResponseFilterSensitiveLog: (
1964
+ obj: GetUserResponse
1965
+ ) => any;
1966
+ export declare const GetUserPolicyRequestFilterSensitiveLog: (
1967
+ obj: GetUserPolicyRequest
1968
+ ) => any;
1969
+ export declare const GetUserPolicyResponseFilterSensitiveLog: (
1970
+ obj: GetUserPolicyResponse
1971
+ ) => any;
1972
+ export declare const ListAccessKeysRequestFilterSensitiveLog: (
1973
+ obj: ListAccessKeysRequest
1974
+ ) => any;
1975
+ export declare const ListAccessKeysResponseFilterSensitiveLog: (
1976
+ obj: ListAccessKeysResponse
1977
+ ) => any;
1978
+ export declare const ListAccountAliasesRequestFilterSensitiveLog: (
1979
+ obj: ListAccountAliasesRequest
1980
+ ) => any;
1981
+ export declare const ListAccountAliasesResponseFilterSensitiveLog: (
1982
+ obj: ListAccountAliasesResponse
1983
+ ) => any;
1984
+ export declare const ListAttachedGroupPoliciesRequestFilterSensitiveLog: (
1985
+ obj: ListAttachedGroupPoliciesRequest
1986
+ ) => any;
1987
+ export declare const ListAttachedGroupPoliciesResponseFilterSensitiveLog: (
1988
+ obj: ListAttachedGroupPoliciesResponse
1989
+ ) => any;
1990
+ export declare const ListAttachedRolePoliciesRequestFilterSensitiveLog: (
1991
+ obj: ListAttachedRolePoliciesRequest
1992
+ ) => any;
1993
+ export declare const ListAttachedRolePoliciesResponseFilterSensitiveLog: (
1994
+ obj: ListAttachedRolePoliciesResponse
1995
+ ) => any;
1996
+ export declare const ListAttachedUserPoliciesRequestFilterSensitiveLog: (
1997
+ obj: ListAttachedUserPoliciesRequest
1998
+ ) => any;
1999
+ export declare const ListAttachedUserPoliciesResponseFilterSensitiveLog: (
2000
+ obj: ListAttachedUserPoliciesResponse
2001
+ ) => any;
2002
+ export declare const ListEntitiesForPolicyRequestFilterSensitiveLog: (
2003
+ obj: ListEntitiesForPolicyRequest
2004
+ ) => any;
2005
+ export declare const PolicyGroupFilterSensitiveLog: (obj: PolicyGroup) => any;
2006
+ export declare const PolicyRoleFilterSensitiveLog: (obj: PolicyRole) => any;
2007
+ export declare const PolicyUserFilterSensitiveLog: (obj: PolicyUser) => any;
2008
+ export declare const ListEntitiesForPolicyResponseFilterSensitiveLog: (
2009
+ obj: ListEntitiesForPolicyResponse
2010
+ ) => any;
2011
+ export declare const ListGroupPoliciesRequestFilterSensitiveLog: (
2012
+ obj: ListGroupPoliciesRequest
2013
+ ) => any;
2014
+ export declare const ListGroupPoliciesResponseFilterSensitiveLog: (
2015
+ obj: ListGroupPoliciesResponse
2016
+ ) => any;
2017
+ export declare const ListGroupsRequestFilterSensitiveLog: (
2018
+ obj: ListGroupsRequest
2019
+ ) => any;
2020
+ export declare const ListGroupsResponseFilterSensitiveLog: (
2021
+ obj: ListGroupsResponse
2022
+ ) => any;
2023
+ export declare const ListGroupsForUserRequestFilterSensitiveLog: (
2024
+ obj: ListGroupsForUserRequest
2025
+ ) => any;
2026
+ export declare const ListGroupsForUserResponseFilterSensitiveLog: (
2027
+ obj: ListGroupsForUserResponse
2028
+ ) => any;
2029
+ export declare const ListInstanceProfilesRequestFilterSensitiveLog: (
2030
+ obj: ListInstanceProfilesRequest
2031
+ ) => any;
2032
+ export declare const ListInstanceProfilesResponseFilterSensitiveLog: (
2033
+ obj: ListInstanceProfilesResponse
2034
+ ) => any;
2035
+ export declare const ListInstanceProfilesForRoleRequestFilterSensitiveLog: (
2036
+ obj: ListInstanceProfilesForRoleRequest
2037
+ ) => any;
2038
+ export declare const ListInstanceProfilesForRoleResponseFilterSensitiveLog: (
2039
+ obj: ListInstanceProfilesForRoleResponse
2040
+ ) => any;
2041
+ export declare const ListInstanceProfileTagsRequestFilterSensitiveLog: (
2042
+ obj: ListInstanceProfileTagsRequest
2043
+ ) => any;
2044
+ export declare const ListInstanceProfileTagsResponseFilterSensitiveLog: (
2045
+ obj: ListInstanceProfileTagsResponse
2046
+ ) => any;
2047
+ export declare const ListMFADevicesRequestFilterSensitiveLog: (
2048
+ obj: ListMFADevicesRequest
2049
+ ) => any;
2050
+ export declare const MFADeviceFilterSensitiveLog: (obj: MFADevice) => any;
2051
+ export declare const ListMFADevicesResponseFilterSensitiveLog: (
2052
+ obj: ListMFADevicesResponse
2053
+ ) => any;
2054
+ export declare const ListMFADeviceTagsRequestFilterSensitiveLog: (
2055
+ obj: ListMFADeviceTagsRequest
2056
+ ) => any;
2057
+ export declare const ListMFADeviceTagsResponseFilterSensitiveLog: (
2058
+ obj: ListMFADeviceTagsResponse
2059
+ ) => any;
2060
+ export declare const ListOpenIDConnectProvidersRequestFilterSensitiveLog: (
2061
+ obj: ListOpenIDConnectProvidersRequest
2062
+ ) => any;
2063
+ export declare const OpenIDConnectProviderListEntryFilterSensitiveLog: (
2064
+ obj: OpenIDConnectProviderListEntry
2065
+ ) => any;
2066
+ export declare const ListOpenIDConnectProvidersResponseFilterSensitiveLog: (
2067
+ obj: ListOpenIDConnectProvidersResponse
2068
+ ) => any;
2069
+ export declare const ListOpenIDConnectProviderTagsRequestFilterSensitiveLog: (
2070
+ obj: ListOpenIDConnectProviderTagsRequest
2071
+ ) => any;
2072
+ export declare const ListOpenIDConnectProviderTagsResponseFilterSensitiveLog: (
2073
+ obj: ListOpenIDConnectProviderTagsResponse
2074
+ ) => any;
2075
+ export declare const ListPoliciesRequestFilterSensitiveLog: (
2076
+ obj: ListPoliciesRequest
2077
+ ) => any;
2078
+ export declare const ListPoliciesResponseFilterSensitiveLog: (
2079
+ obj: ListPoliciesResponse
2080
+ ) => any;
2081
+ export declare const ListPoliciesGrantingServiceAccessRequestFilterSensitiveLog: (
2082
+ obj: ListPoliciesGrantingServiceAccessRequest
2083
+ ) => any;
2084
+ export declare const PolicyGrantingServiceAccessFilterSensitiveLog: (
2085
+ obj: PolicyGrantingServiceAccess
2086
+ ) => any;
2087
+ export declare const ListPoliciesGrantingServiceAccessEntryFilterSensitiveLog: (
2088
+ obj: ListPoliciesGrantingServiceAccessEntry
2089
+ ) => any;
2090
+ export declare const ListPoliciesGrantingServiceAccessResponseFilterSensitiveLog: (
2091
+ obj: ListPoliciesGrantingServiceAccessResponse
2092
+ ) => any;
2093
+ export declare const ListPolicyTagsRequestFilterSensitiveLog: (
2094
+ obj: ListPolicyTagsRequest
2095
+ ) => any;
2096
+ export declare const ListPolicyTagsResponseFilterSensitiveLog: (
2097
+ obj: ListPolicyTagsResponse
2098
+ ) => any;
2099
+ export declare const ListPolicyVersionsRequestFilterSensitiveLog: (
2100
+ obj: ListPolicyVersionsRequest
2101
+ ) => any;
2102
+ export declare const ListPolicyVersionsResponseFilterSensitiveLog: (
2103
+ obj: ListPolicyVersionsResponse
2104
+ ) => any;
2105
+ export declare const ListRolePoliciesRequestFilterSensitiveLog: (
2106
+ obj: ListRolePoliciesRequest
2107
+ ) => any;
2108
+ export declare const ListRolePoliciesResponseFilterSensitiveLog: (
2109
+ obj: ListRolePoliciesResponse
2110
+ ) => any;
2111
+ export declare const ListRolesRequestFilterSensitiveLog: (
2112
+ obj: ListRolesRequest
2113
+ ) => any;
2114
+ export declare const ListRolesResponseFilterSensitiveLog: (
2115
+ obj: ListRolesResponse
2116
+ ) => any;
2117
+ export declare const ListRoleTagsRequestFilterSensitiveLog: (
2118
+ obj: ListRoleTagsRequest
2119
+ ) => any;
2120
+ export declare const ListRoleTagsResponseFilterSensitiveLog: (
2121
+ obj: ListRoleTagsResponse
2122
+ ) => any;
2123
+ export declare const ListSAMLProvidersRequestFilterSensitiveLog: (
2124
+ obj: ListSAMLProvidersRequest
2125
+ ) => any;
2126
+ export declare const SAMLProviderListEntryFilterSensitiveLog: (
2127
+ obj: SAMLProviderListEntry
2128
+ ) => any;
2129
+ export declare const ListSAMLProvidersResponseFilterSensitiveLog: (
2130
+ obj: ListSAMLProvidersResponse
2131
+ ) => any;
2132
+ export declare const ListSAMLProviderTagsRequestFilterSensitiveLog: (
2133
+ obj: ListSAMLProviderTagsRequest
2134
+ ) => any;
2135
+ export declare const ListSAMLProviderTagsResponseFilterSensitiveLog: (
2136
+ obj: ListSAMLProviderTagsResponse
2137
+ ) => any;
2138
+ export declare const ListServerCertificatesRequestFilterSensitiveLog: (
2139
+ obj: ListServerCertificatesRequest
2140
+ ) => any;
2141
+ export declare const ListServerCertificatesResponseFilterSensitiveLog: (
2142
+ obj: ListServerCertificatesResponse
2143
+ ) => any;
2144
+ export declare const ListServerCertificateTagsRequestFilterSensitiveLog: (
2145
+ obj: ListServerCertificateTagsRequest
2146
+ ) => any;
2147
+ export declare const ListServerCertificateTagsResponseFilterSensitiveLog: (
2148
+ obj: ListServerCertificateTagsResponse
2149
+ ) => any;
2150
+ export declare const ListServiceSpecificCredentialsRequestFilterSensitiveLog: (
2151
+ obj: ListServiceSpecificCredentialsRequest
2152
+ ) => any;
2153
+ export declare const ServiceSpecificCredentialMetadataFilterSensitiveLog: (
2154
+ obj: ServiceSpecificCredentialMetadata
2155
+ ) => any;
2156
+ export declare const ListServiceSpecificCredentialsResponseFilterSensitiveLog: (
2157
+ obj: ListServiceSpecificCredentialsResponse
2158
+ ) => any;
2159
+ export declare const ListSigningCertificatesRequestFilterSensitiveLog: (
2160
+ obj: ListSigningCertificatesRequest
2161
+ ) => any;
2162
+ export declare const SigningCertificateFilterSensitiveLog: (
2163
+ obj: SigningCertificate
2164
+ ) => any;
2165
+ export declare const ListSigningCertificatesResponseFilterSensitiveLog: (
2166
+ obj: ListSigningCertificatesResponse
2167
+ ) => any;
2168
+ export declare const ListSSHPublicKeysRequestFilterSensitiveLog: (
2169
+ obj: ListSSHPublicKeysRequest
2170
+ ) => any;
2171
+ export declare const SSHPublicKeyMetadataFilterSensitiveLog: (
2172
+ obj: SSHPublicKeyMetadata
2173
+ ) => any;
2174
+ export declare const ListSSHPublicKeysResponseFilterSensitiveLog: (
2175
+ obj: ListSSHPublicKeysResponse
2176
+ ) => any;
2177
+ export declare const ListUserPoliciesRequestFilterSensitiveLog: (
2178
+ obj: ListUserPoliciesRequest
2179
+ ) => any;
2180
+ export declare const ListUserPoliciesResponseFilterSensitiveLog: (
2181
+ obj: ListUserPoliciesResponse
2182
+ ) => any;
2183
+ export declare const ListUsersRequestFilterSensitiveLog: (
2184
+ obj: ListUsersRequest
2185
+ ) => any;
2186
+ export declare const ListUsersResponseFilterSensitiveLog: (
2187
+ obj: ListUsersResponse
2188
+ ) => any;
2189
+ export declare const ListUserTagsRequestFilterSensitiveLog: (
2190
+ obj: ListUserTagsRequest
2191
+ ) => any;
2192
+ export declare const ListUserTagsResponseFilterSensitiveLog: (
2193
+ obj: ListUserTagsResponse
2194
+ ) => any;
2195
+ export declare const ListVirtualMFADevicesRequestFilterSensitiveLog: (
2196
+ obj: ListVirtualMFADevicesRequest
2197
+ ) => any;
2198
+ export declare const ListVirtualMFADevicesResponseFilterSensitiveLog: (
2199
+ obj: ListVirtualMFADevicesResponse
2200
+ ) => any;
2201
+ export declare const PutGroupPolicyRequestFilterSensitiveLog: (
2202
+ obj: PutGroupPolicyRequest
2203
+ ) => any;
2204
+ export declare const PutRolePermissionsBoundaryRequestFilterSensitiveLog: (
2205
+ obj: PutRolePermissionsBoundaryRequest
2206
+ ) => any;
2207
+ export declare const PutRolePolicyRequestFilterSensitiveLog: (
2208
+ obj: PutRolePolicyRequest
2209
+ ) => any;
2210
+ export declare const PutUserPermissionsBoundaryRequestFilterSensitiveLog: (
2211
+ obj: PutUserPermissionsBoundaryRequest
2212
+ ) => any;
2213
+ export declare const PutUserPolicyRequestFilterSensitiveLog: (
2214
+ obj: PutUserPolicyRequest
2215
+ ) => any;
2216
+ export declare const RemoveClientIDFromOpenIDConnectProviderRequestFilterSensitiveLog: (
2217
+ obj: RemoveClientIDFromOpenIDConnectProviderRequest
2218
+ ) => any;
2219
+ export declare const RemoveRoleFromInstanceProfileRequestFilterSensitiveLog: (
2220
+ obj: RemoveRoleFromInstanceProfileRequest
2221
+ ) => any;
2222
+ export declare const RemoveUserFromGroupRequestFilterSensitiveLog: (
2223
+ obj: RemoveUserFromGroupRequest
2224
+ ) => any;
2225
+ export declare const ResetServiceSpecificCredentialRequestFilterSensitiveLog: (
2226
+ obj: ResetServiceSpecificCredentialRequest
2227
+ ) => any;
2228
+ export declare const ResetServiceSpecificCredentialResponseFilterSensitiveLog: (
2229
+ obj: ResetServiceSpecificCredentialResponse
2230
+ ) => any;
2231
+ export declare const ResyncMFADeviceRequestFilterSensitiveLog: (
2232
+ obj: ResyncMFADeviceRequest
2233
+ ) => any;
2234
+ export declare const SetDefaultPolicyVersionRequestFilterSensitiveLog: (
2235
+ obj: SetDefaultPolicyVersionRequest
2236
+ ) => any;
2237
+ export declare const SetSecurityTokenServicePreferencesRequestFilterSensitiveLog: (
2238
+ obj: SetSecurityTokenServicePreferencesRequest
2239
+ ) => any;
2240
+ export declare const ContextEntryFilterSensitiveLog: (obj: ContextEntry) => any;
2241
+ export declare const SimulateCustomPolicyRequestFilterSensitiveLog: (
2242
+ obj: SimulateCustomPolicyRequest
2243
+ ) => any;
2244
+ export declare const PositionFilterSensitiveLog: (obj: Position) => any;
2245
+ export declare const StatementFilterSensitiveLog: (obj: Statement) => any;
2246
+ export declare const OrganizationsDecisionDetailFilterSensitiveLog: (
2247
+ obj: OrganizationsDecisionDetail
2248
+ ) => any;
2249
+ export declare const PermissionsBoundaryDecisionDetailFilterSensitiveLog: (
2250
+ obj: PermissionsBoundaryDecisionDetail
2251
+ ) => any;
2252
+ export declare const ResourceSpecificResultFilterSensitiveLog: (
2253
+ obj: ResourceSpecificResult
2254
+ ) => any;
2255
+ export declare const EvaluationResultFilterSensitiveLog: (
2256
+ obj: EvaluationResult
2257
+ ) => any;
2258
+ export declare const SimulatePolicyResponseFilterSensitiveLog: (
2259
+ obj: SimulatePolicyResponse
2260
+ ) => any;
2261
+ export declare const SimulatePrincipalPolicyRequestFilterSensitiveLog: (
2262
+ obj: SimulatePrincipalPolicyRequest
2263
+ ) => any;
2264
+ export declare const TagInstanceProfileRequestFilterSensitiveLog: (
2265
+ obj: TagInstanceProfileRequest
2266
+ ) => any;
2267
+ export declare const TagMFADeviceRequestFilterSensitiveLog: (
2268
+ obj: TagMFADeviceRequest
2269
+ ) => any;
2270
+ export declare const TagOpenIDConnectProviderRequestFilterSensitiveLog: (
2271
+ obj: TagOpenIDConnectProviderRequest
2272
+ ) => any;
2273
+ export declare const TagPolicyRequestFilterSensitiveLog: (
2274
+ obj: TagPolicyRequest
2275
+ ) => any;
2276
+ export declare const TagRoleRequestFilterSensitiveLog: (
2277
+ obj: TagRoleRequest
2278
+ ) => any;
2279
+ export declare const TagSAMLProviderRequestFilterSensitiveLog: (
2280
+ obj: TagSAMLProviderRequest
2281
+ ) => any;
2282
+ export declare const TagServerCertificateRequestFilterSensitiveLog: (
2283
+ obj: TagServerCertificateRequest
2284
+ ) => any;
2285
+ export declare const TagUserRequestFilterSensitiveLog: (
2286
+ obj: TagUserRequest
2287
+ ) => any;
2288
+ export declare const UntagInstanceProfileRequestFilterSensitiveLog: (
2289
+ obj: UntagInstanceProfileRequest
2290
+ ) => any;
2291
+ export declare const UntagMFADeviceRequestFilterSensitiveLog: (
2292
+ obj: UntagMFADeviceRequest
2293
+ ) => any;
2294
+ export declare const UntagOpenIDConnectProviderRequestFilterSensitiveLog: (
2295
+ obj: UntagOpenIDConnectProviderRequest
2296
+ ) => any;