@aws-sdk/client-iam 3.168.0 → 3.170.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 +2902 -795
  3. package/dist-types/ts3.4/IAMClient.d.ts +1076 -231
  4. package/dist-types/ts3.4/commands/AddClientIDToOpenIDConnectProviderCommand.d.ts +37 -17
  5. package/dist-types/ts3.4/commands/AddRoleToInstanceProfileCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/AddUserToGroupCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/AttachGroupPolicyCommand.d.ts +33 -17
  8. package/dist-types/ts3.4/commands/AttachRolePolicyCommand.d.ts +32 -17
  9. package/dist-types/ts3.4/commands/AttachUserPolicyCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/ChangePasswordCommand.d.ts +32 -17
  11. package/dist-types/ts3.4/commands/CreateAccessKeyCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/CreateAccountAliasCommand.d.ts +33 -17
  13. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +34 -17
  14. package/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/CreateLoginProfileCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/CreateOpenIDConnectProviderCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +34 -17
  18. package/dist-types/ts3.4/commands/CreatePolicyVersionCommand.d.ts +38 -17
  19. package/dist-types/ts3.4/commands/CreateRoleCommand.d.ts +34 -17
  20. package/dist-types/ts3.4/commands/CreateSAMLProviderCommand.d.ts +38 -17
  21. package/dist-types/ts3.4/commands/CreateServiceLinkedRoleCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/CreateServiceSpecificCredentialCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +34 -17
  24. package/dist-types/ts3.4/commands/CreateVirtualMFADeviceCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DeactivateMFADeviceCommand.d.ts +33 -17
  26. package/dist-types/ts3.4/commands/DeleteAccessKeyCommand.d.ts +32 -17
  27. package/dist-types/ts3.4/commands/DeleteAccountAliasCommand.d.ts +33 -17
  28. package/dist-types/ts3.4/commands/DeleteAccountPasswordPolicyCommand.d.ts +35 -16
  29. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +32 -17
  30. package/dist-types/ts3.4/commands/DeleteGroupPolicyCommand.d.ts +33 -17
  31. package/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +36 -17
  32. package/dist-types/ts3.4/commands/DeleteLoginProfileCommand.d.ts +33 -17
  33. package/dist-types/ts3.4/commands/DeleteOpenIDConnectProviderCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +32 -17
  35. package/dist-types/ts3.4/commands/DeletePolicyVersionCommand.d.ts +33 -17
  36. package/dist-types/ts3.4/commands/DeleteRoleCommand.d.ts +32 -17
  37. package/dist-types/ts3.4/commands/DeleteRolePermissionsBoundaryCommand.d.ts +37 -17
  38. package/dist-types/ts3.4/commands/DeleteRolePolicyCommand.d.ts +32 -17
  39. package/dist-types/ts3.4/commands/DeleteSAMLProviderCommand.d.ts +33 -17
  40. package/dist-types/ts3.4/commands/DeleteSSHPublicKeyCommand.d.ts +33 -17
  41. package/dist-types/ts3.4/commands/DeleteServerCertificateCommand.d.ts +37 -17
  42. package/dist-types/ts3.4/commands/DeleteServiceLinkedRoleCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/DeleteServiceSpecificCredentialCommand.d.ts +37 -17
  44. package/dist-types/ts3.4/commands/DeleteSigningCertificateCommand.d.ts +37 -17
  45. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +32 -17
  46. package/dist-types/ts3.4/commands/DeleteUserPermissionsBoundaryCommand.d.ts +37 -17
  47. package/dist-types/ts3.4/commands/DeleteUserPolicyCommand.d.ts +32 -17
  48. package/dist-types/ts3.4/commands/DeleteVirtualMFADeviceCommand.d.ts +36 -17
  49. package/dist-types/ts3.4/commands/DetachGroupPolicyCommand.d.ts +33 -17
  50. package/dist-types/ts3.4/commands/DetachRolePolicyCommand.d.ts +32 -17
  51. package/dist-types/ts3.4/commands/DetachUserPolicyCommand.d.ts +32 -17
  52. package/dist-types/ts3.4/commands/EnableMFADeviceCommand.d.ts +32 -17
  53. package/dist-types/ts3.4/commands/GenerateCredentialReportCommand.d.ts +37 -17
  54. package/dist-types/ts3.4/commands/GenerateOrganizationsAccessReportCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +41 -17
  56. package/dist-types/ts3.4/commands/GetAccessKeyLastUsedCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/GetAccountAuthorizationDetailsCommand.d.ts +41 -17
  58. package/dist-types/ts3.4/commands/GetAccountPasswordPolicyCommand.d.ts +37 -17
  59. package/dist-types/ts3.4/commands/GetAccountSummaryCommand.d.ts +34 -17
  60. package/dist-types/ts3.4/commands/GetContextKeysForCustomPolicyCommand.d.ts +41 -17
  61. package/dist-types/ts3.4/commands/GetContextKeysForPrincipalPolicyCommand.d.ts +41 -17
  62. package/dist-types/ts3.4/commands/GetCredentialReportCommand.d.ts +34 -17
  63. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +34 -17
  64. package/dist-types/ts3.4/commands/GetGroupPolicyCommand.d.ts +37 -17
  65. package/dist-types/ts3.4/commands/GetInstanceProfileCommand.d.ts +38 -17
  66. package/dist-types/ts3.4/commands/GetLoginProfileCommand.d.ts +37 -17
  67. package/dist-types/ts3.4/commands/GetOpenIDConnectProviderCommand.d.ts +41 -17
  68. package/dist-types/ts3.4/commands/GetOrganizationsAccessReportCommand.d.ts +41 -17
  69. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +34 -17
  70. package/dist-types/ts3.4/commands/GetPolicyVersionCommand.d.ts +37 -17
  71. package/dist-types/ts3.4/commands/GetRoleCommand.d.ts +34 -17
  72. package/dist-types/ts3.4/commands/GetRolePolicyCommand.d.ts +37 -17
  73. package/dist-types/ts3.4/commands/GetSAMLProviderCommand.d.ts +37 -17
  74. package/dist-types/ts3.4/commands/GetSSHPublicKeyCommand.d.ts +37 -17
  75. package/dist-types/ts3.4/commands/GetServerCertificateCommand.d.ts +41 -17
  76. package/dist-types/ts3.4/commands/GetServiceLastAccessedDetailsCommand.d.ts +41 -17
  77. package/dist-types/ts3.4/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.d.ts +41 -17
  78. package/dist-types/ts3.4/commands/GetServiceLinkedRoleDeletionStatusCommand.d.ts +41 -17
  79. package/dist-types/ts3.4/commands/GetUserCommand.d.ts +34 -17
  80. package/dist-types/ts3.4/commands/GetUserPolicyCommand.d.ts +37 -17
  81. package/dist-types/ts3.4/commands/ListAccessKeysCommand.d.ts +37 -17
  82. package/dist-types/ts3.4/commands/ListAccountAliasesCommand.d.ts +38 -17
  83. package/dist-types/ts3.4/commands/ListAttachedGroupPoliciesCommand.d.ts +41 -17
  84. package/dist-types/ts3.4/commands/ListAttachedRolePoliciesCommand.d.ts +41 -17
  85. package/dist-types/ts3.4/commands/ListAttachedUserPoliciesCommand.d.ts +41 -17
  86. package/dist-types/ts3.4/commands/ListEntitiesForPolicyCommand.d.ts +41 -17
  87. package/dist-types/ts3.4/commands/ListGroupPoliciesCommand.d.ts +38 -17
  88. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +34 -17
  89. package/dist-types/ts3.4/commands/ListGroupsForUserCommand.d.ts +38 -17
  90. package/dist-types/ts3.4/commands/ListInstanceProfileTagsCommand.d.ts +41 -17
  91. package/dist-types/ts3.4/commands/ListInstanceProfilesCommand.d.ts +41 -17
  92. package/dist-types/ts3.4/commands/ListInstanceProfilesForRoleCommand.d.ts +41 -17
  93. package/dist-types/ts3.4/commands/ListMFADeviceTagsCommand.d.ts +38 -17
  94. package/dist-types/ts3.4/commands/ListMFADevicesCommand.d.ts +37 -17
  95. package/dist-types/ts3.4/commands/ListOpenIDConnectProviderTagsCommand.d.ts +41 -17
  96. package/dist-types/ts3.4/commands/ListOpenIDConnectProvidersCommand.d.ts +41 -17
  97. package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +34 -17
  98. package/dist-types/ts3.4/commands/ListPoliciesGrantingServiceAccessCommand.d.ts +41 -17
  99. package/dist-types/ts3.4/commands/ListPolicyTagsCommand.d.ts +37 -17
  100. package/dist-types/ts3.4/commands/ListPolicyVersionsCommand.d.ts +38 -17
  101. package/dist-types/ts3.4/commands/ListRolePoliciesCommand.d.ts +37 -17
  102. package/dist-types/ts3.4/commands/ListRoleTagsCommand.d.ts +34 -17
  103. package/dist-types/ts3.4/commands/ListRolesCommand.d.ts +34 -17
  104. package/dist-types/ts3.4/commands/ListSAMLProviderTagsCommand.d.ts +41 -17
  105. package/dist-types/ts3.4/commands/ListSAMLProvidersCommand.d.ts +38 -17
  106. package/dist-types/ts3.4/commands/ListSSHPublicKeysCommand.d.ts +38 -17
  107. package/dist-types/ts3.4/commands/ListServerCertificateTagsCommand.d.ts +41 -17
  108. package/dist-types/ts3.4/commands/ListServerCertificatesCommand.d.ts +41 -17
  109. package/dist-types/ts3.4/commands/ListServiceSpecificCredentialsCommand.d.ts +41 -17
  110. package/dist-types/ts3.4/commands/ListSigningCertificatesCommand.d.ts +41 -17
  111. package/dist-types/ts3.4/commands/ListUserPoliciesCommand.d.ts +37 -17
  112. package/dist-types/ts3.4/commands/ListUserTagsCommand.d.ts +34 -17
  113. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +34 -17
  114. package/dist-types/ts3.4/commands/ListVirtualMFADevicesCommand.d.ts +41 -17
  115. package/dist-types/ts3.4/commands/PutGroupPolicyCommand.d.ts +32 -17
  116. package/dist-types/ts3.4/commands/PutRolePermissionsBoundaryCommand.d.ts +37 -17
  117. package/dist-types/ts3.4/commands/PutRolePolicyCommand.d.ts +32 -17
  118. package/dist-types/ts3.4/commands/PutUserPermissionsBoundaryCommand.d.ts +37 -17
  119. package/dist-types/ts3.4/commands/PutUserPolicyCommand.d.ts +32 -17
  120. package/dist-types/ts3.4/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +37 -17
  121. package/dist-types/ts3.4/commands/RemoveRoleFromInstanceProfileCommand.d.ts +37 -17
  122. package/dist-types/ts3.4/commands/RemoveUserFromGroupCommand.d.ts +33 -17
  123. package/dist-types/ts3.4/commands/ResetServiceSpecificCredentialCommand.d.ts +41 -17
  124. package/dist-types/ts3.4/commands/ResyncMFADeviceCommand.d.ts +32 -17
  125. package/dist-types/ts3.4/commands/SetDefaultPolicyVersionCommand.d.ts +37 -17
  126. package/dist-types/ts3.4/commands/SetSecurityTokenServicePreferencesCommand.d.ts +37 -17
  127. package/dist-types/ts3.4/commands/SimulateCustomPolicyCommand.d.ts +41 -17
  128. package/dist-types/ts3.4/commands/SimulatePrincipalPolicyCommand.d.ts +41 -17
  129. package/dist-types/ts3.4/commands/TagInstanceProfileCommand.d.ts +33 -17
  130. package/dist-types/ts3.4/commands/TagMFADeviceCommand.d.ts +32 -17
  131. package/dist-types/ts3.4/commands/TagOpenIDConnectProviderCommand.d.ts +37 -17
  132. package/dist-types/ts3.4/commands/TagPolicyCommand.d.ts +32 -17
  133. package/dist-types/ts3.4/commands/TagRoleCommand.d.ts +32 -17
  134. package/dist-types/ts3.4/commands/TagSAMLProviderCommand.d.ts +32 -17
  135. package/dist-types/ts3.4/commands/TagServerCertificateCommand.d.ts +36 -17
  136. package/dist-types/ts3.4/commands/TagUserCommand.d.ts +32 -17
  137. package/dist-types/ts3.4/commands/UntagInstanceProfileCommand.d.ts +36 -17
  138. package/dist-types/ts3.4/commands/UntagMFADeviceCommand.d.ts +32 -17
  139. package/dist-types/ts3.4/commands/UntagOpenIDConnectProviderCommand.d.ts +37 -17
  140. package/dist-types/ts3.4/commands/UntagPolicyCommand.d.ts +32 -17
  141. package/dist-types/ts3.4/commands/UntagRoleCommand.d.ts +32 -17
  142. package/dist-types/ts3.4/commands/UntagSAMLProviderCommand.d.ts +33 -17
  143. package/dist-types/ts3.4/commands/UntagServerCertificateCommand.d.ts +36 -17
  144. package/dist-types/ts3.4/commands/UntagUserCommand.d.ts +32 -17
  145. package/dist-types/ts3.4/commands/UpdateAccessKeyCommand.d.ts +32 -17
  146. package/dist-types/ts3.4/commands/UpdateAccountPasswordPolicyCommand.d.ts +37 -17
  147. package/dist-types/ts3.4/commands/UpdateAssumeRolePolicyCommand.d.ts +36 -17
  148. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +32 -17
  149. package/dist-types/ts3.4/commands/UpdateLoginProfileCommand.d.ts +33 -17
  150. package/dist-types/ts3.4/commands/UpdateOpenIDConnectProviderThumbprintCommand.d.ts +37 -17
  151. package/dist-types/ts3.4/commands/UpdateRoleCommand.d.ts +34 -17
  152. package/dist-types/ts3.4/commands/UpdateRoleDescriptionCommand.d.ts +41 -17
  153. package/dist-types/ts3.4/commands/UpdateSAMLProviderCommand.d.ts +38 -17
  154. package/dist-types/ts3.4/commands/UpdateSSHPublicKeyCommand.d.ts +33 -17
  155. package/dist-types/ts3.4/commands/UpdateServerCertificateCommand.d.ts +37 -17
  156. package/dist-types/ts3.4/commands/UpdateServiceSpecificCredentialCommand.d.ts +37 -17
  157. package/dist-types/ts3.4/commands/UpdateSigningCertificateCommand.d.ts +37 -17
  158. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +32 -17
  159. package/dist-types/ts3.4/commands/UploadSSHPublicKeyCommand.d.ts +38 -17
  160. package/dist-types/ts3.4/commands/UploadServerCertificateCommand.d.ts +41 -17
  161. package/dist-types/ts3.4/commands/UploadSigningCertificateCommand.d.ts +41 -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 +8 -6
  166. package/dist-types/ts3.4/models/index.d.ts +2 -2
  167. package/dist-types/ts3.4/models/models_0.d.ts +3204 -2889
  168. package/dist-types/ts3.4/models/models_1.d.ts +348 -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 +66 -38
  200. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  201. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  202. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  203. package/dist-types/ts3.4/waiters/index.d.ts +4 -4
  204. package/dist-types/ts3.4/waiters/waitForInstanceProfileExists.d.ts +13 -7
  205. package/dist-types/ts3.4/waiters/waitForPolicyExists.d.ts +13 -7
  206. package/dist-types/ts3.4/waiters/waitForRoleExists.d.ts +13 -7
  207. package/dist-types/ts3.4/waiters/waitForUserExists.d.ts +13 -7
  208. package/package.json +35 -35
@@ -1,301 +1,348 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
- import { IAMServiceException as __BaseException } from "./IAMServiceException";
3
- import { Role, ServerCertificateMetadata, SigningCertificate, SSHPublicKey, StatusType, Tag } from "./models_0";
4
- export interface UntagPolicyRequest {
5
-
6
- PolicyArn: string | undefined;
7
-
8
- TagKeys: string[] | undefined;
9
- }
10
- export interface UntagRoleRequest {
11
-
12
- RoleName: string | undefined;
13
-
14
- TagKeys: string[] | undefined;
15
- }
16
- export interface UntagSAMLProviderRequest {
17
-
18
- SAMLProviderArn: string | undefined;
19
-
20
- TagKeys: string[] | undefined;
21
- }
22
- export interface UntagServerCertificateRequest {
23
-
24
- ServerCertificateName: string | undefined;
25
-
26
- TagKeys: string[] | undefined;
27
- }
28
- export interface UntagUserRequest {
29
-
30
- UserName: string | undefined;
31
-
32
- TagKeys: string[] | undefined;
33
- }
34
- export interface UpdateAccessKeyRequest {
35
-
36
- UserName?: string;
37
-
38
- AccessKeyId: string | undefined;
39
-
40
- Status: StatusType | string | undefined;
41
- }
42
- export interface UpdateAccountPasswordPolicyRequest {
43
-
44
- MinimumPasswordLength?: number;
45
-
46
- RequireSymbols?: boolean;
47
-
48
- RequireNumbers?: boolean;
49
-
50
- RequireUppercaseCharacters?: boolean;
51
-
52
- RequireLowercaseCharacters?: boolean;
53
-
54
- AllowUsersToChangePassword?: boolean;
55
-
56
- MaxPasswordAge?: number;
57
-
58
- PasswordReusePrevention?: number;
59
-
60
- HardExpiry?: boolean;
61
- }
62
- export interface UpdateAssumeRolePolicyRequest {
63
-
64
- RoleName: string | undefined;
65
-
66
- PolicyDocument: string | undefined;
67
- }
68
- export interface UpdateGroupRequest {
69
-
70
- GroupName: string | undefined;
71
-
72
- NewPath?: string;
73
-
74
- NewGroupName?: string;
75
- }
76
- export interface UpdateLoginProfileRequest {
77
-
78
- UserName: string | undefined;
79
-
80
- Password?: string;
81
-
82
- PasswordResetRequired?: boolean;
83
- }
84
- export interface UpdateOpenIDConnectProviderThumbprintRequest {
85
-
86
- OpenIDConnectProviderArn: string | undefined;
87
-
88
- ThumbprintList: string[] | undefined;
89
- }
90
- export interface UpdateRoleRequest {
91
-
92
- RoleName: string | undefined;
93
-
94
- Description?: string;
95
-
96
- MaxSessionDuration?: number;
97
- }
98
- export interface UpdateRoleResponse {
99
- }
100
- export interface UpdateRoleDescriptionRequest {
101
-
102
- RoleName: string | undefined;
103
-
104
- Description: string | undefined;
105
- }
106
- export interface UpdateRoleDescriptionResponse {
107
-
108
- Role?: Role;
109
- }
110
- export interface UpdateSAMLProviderRequest {
111
-
112
- SAMLMetadataDocument: string | undefined;
113
-
114
- SAMLProviderArn: string | undefined;
115
- }
116
-
117
- export interface UpdateSAMLProviderResponse {
118
-
119
- SAMLProviderArn?: string;
120
- }
121
- export interface UpdateServerCertificateRequest {
122
-
123
- ServerCertificateName: string | undefined;
124
-
125
- NewPath?: string;
126
-
127
- NewServerCertificateName?: string;
128
- }
129
- export interface UpdateServiceSpecificCredentialRequest {
130
-
131
- UserName?: string;
132
-
133
- ServiceSpecificCredentialId: string | undefined;
134
-
135
- Status: StatusType | string | undefined;
136
- }
137
- export interface UpdateSigningCertificateRequest {
138
-
139
- UserName?: string;
140
-
141
- CertificateId: string | undefined;
142
-
143
- Status: StatusType | string | undefined;
144
- }
145
- export interface UpdateSSHPublicKeyRequest {
146
-
147
- UserName: string | undefined;
148
-
149
- SSHPublicKeyId: string | undefined;
150
-
151
- Status: StatusType | string | undefined;
152
- }
153
- export interface UpdateUserRequest {
154
-
155
- UserName: string | undefined;
156
-
157
- NewPath?: string;
158
-
159
- NewUserName?: string;
160
- }
161
-
162
- export declare class KeyPairMismatchException extends __BaseException {
163
- readonly name: "KeyPairMismatchException";
164
- readonly $fault: "client";
165
-
166
- constructor(opts: __ExceptionOptionType<KeyPairMismatchException, __BaseException>);
167
- }
168
-
169
- export declare class MalformedCertificateException extends __BaseException {
170
- readonly name: "MalformedCertificateException";
171
- readonly $fault: "client";
172
-
173
- constructor(opts: __ExceptionOptionType<MalformedCertificateException, __BaseException>);
174
- }
175
- export interface UploadServerCertificateRequest {
176
-
177
- Path?: string;
178
-
179
- ServerCertificateName: string | undefined;
180
-
181
- CertificateBody: string | undefined;
182
-
183
- PrivateKey: string | undefined;
184
-
185
- CertificateChain?: string;
186
-
187
- Tags?: Tag[];
188
- }
189
-
190
- export interface UploadServerCertificateResponse {
191
-
192
- ServerCertificateMetadata?: ServerCertificateMetadata;
193
-
194
- Tags?: Tag[];
195
- }
196
-
197
- export declare class DuplicateCertificateException extends __BaseException {
198
- readonly name: "DuplicateCertificateException";
199
- readonly $fault: "client";
200
-
201
- constructor(opts: __ExceptionOptionType<DuplicateCertificateException, __BaseException>);
202
- }
203
-
204
- export declare class InvalidCertificateException extends __BaseException {
205
- readonly name: "InvalidCertificateException";
206
- readonly $fault: "client";
207
-
208
- constructor(opts: __ExceptionOptionType<InvalidCertificateException, __BaseException>);
209
- }
210
- export interface UploadSigningCertificateRequest {
211
-
212
- UserName?: string;
213
-
214
- CertificateBody: string | undefined;
215
- }
216
-
217
- export interface UploadSigningCertificateResponse {
218
-
219
- Certificate: SigningCertificate | undefined;
220
- }
221
-
222
- export declare class DuplicateSSHPublicKeyException extends __BaseException {
223
- readonly name: "DuplicateSSHPublicKeyException";
224
- readonly $fault: "client";
225
-
226
- constructor(opts: __ExceptionOptionType<DuplicateSSHPublicKeyException, __BaseException>);
227
- }
228
-
229
- export declare class InvalidPublicKeyException extends __BaseException {
230
- readonly name: "InvalidPublicKeyException";
231
- readonly $fault: "client";
232
-
233
- constructor(opts: __ExceptionOptionType<InvalidPublicKeyException, __BaseException>);
234
- }
235
- export interface UploadSSHPublicKeyRequest {
236
-
237
- UserName: string | undefined;
238
-
239
- SSHPublicKeyBody: string | undefined;
240
- }
241
-
242
- export interface UploadSSHPublicKeyResponse {
243
-
244
- SSHPublicKey?: SSHPublicKey;
245
- }
246
-
247
- export declare const UntagPolicyRequestFilterSensitiveLog: (obj: UntagPolicyRequest) => any;
248
-
249
- export declare const UntagRoleRequestFilterSensitiveLog: (obj: UntagRoleRequest) => any;
250
-
251
- export declare const UntagSAMLProviderRequestFilterSensitiveLog: (obj: UntagSAMLProviderRequest) => any;
252
-
253
- export declare const UntagServerCertificateRequestFilterSensitiveLog: (obj: UntagServerCertificateRequest) => any;
254
-
255
- export declare const UntagUserRequestFilterSensitiveLog: (obj: UntagUserRequest) => any;
256
-
257
- export declare const UpdateAccessKeyRequestFilterSensitiveLog: (obj: UpdateAccessKeyRequest) => any;
258
-
259
- export declare const UpdateAccountPasswordPolicyRequestFilterSensitiveLog: (obj: UpdateAccountPasswordPolicyRequest) => any;
260
-
261
- export declare const UpdateAssumeRolePolicyRequestFilterSensitiveLog: (obj: UpdateAssumeRolePolicyRequest) => any;
262
-
263
- export declare const UpdateGroupRequestFilterSensitiveLog: (obj: UpdateGroupRequest) => any;
264
-
265
- export declare const UpdateLoginProfileRequestFilterSensitiveLog: (obj: UpdateLoginProfileRequest) => any;
266
-
267
- export declare const UpdateOpenIDConnectProviderThumbprintRequestFilterSensitiveLog: (obj: UpdateOpenIDConnectProviderThumbprintRequest) => any;
268
-
269
- export declare const UpdateRoleRequestFilterSensitiveLog: (obj: UpdateRoleRequest) => any;
270
-
271
- export declare const UpdateRoleResponseFilterSensitiveLog: (obj: UpdateRoleResponse) => any;
272
-
273
- export declare const UpdateRoleDescriptionRequestFilterSensitiveLog: (obj: UpdateRoleDescriptionRequest) => any;
274
-
275
- export declare const UpdateRoleDescriptionResponseFilterSensitiveLog: (obj: UpdateRoleDescriptionResponse) => any;
276
-
277
- export declare const UpdateSAMLProviderRequestFilterSensitiveLog: (obj: UpdateSAMLProviderRequest) => any;
278
-
279
- export declare const UpdateSAMLProviderResponseFilterSensitiveLog: (obj: UpdateSAMLProviderResponse) => any;
280
-
281
- export declare const UpdateServerCertificateRequestFilterSensitiveLog: (obj: UpdateServerCertificateRequest) => any;
282
-
283
- export declare const UpdateServiceSpecificCredentialRequestFilterSensitiveLog: (obj: UpdateServiceSpecificCredentialRequest) => any;
284
-
285
- export declare const UpdateSigningCertificateRequestFilterSensitiveLog: (obj: UpdateSigningCertificateRequest) => any;
286
-
287
- export declare const UpdateSSHPublicKeyRequestFilterSensitiveLog: (obj: UpdateSSHPublicKeyRequest) => any;
288
-
289
- export declare const UpdateUserRequestFilterSensitiveLog: (obj: UpdateUserRequest) => any;
290
-
291
- export declare const UploadServerCertificateRequestFilterSensitiveLog: (obj: UploadServerCertificateRequest) => any;
292
-
293
- export declare const UploadServerCertificateResponseFilterSensitiveLog: (obj: UploadServerCertificateResponse) => any;
294
-
295
- export declare const UploadSigningCertificateRequestFilterSensitiveLog: (obj: UploadSigningCertificateRequest) => any;
296
-
297
- export declare const UploadSigningCertificateResponseFilterSensitiveLog: (obj: UploadSigningCertificateResponse) => any;
298
-
299
- export declare const UploadSSHPublicKeyRequestFilterSensitiveLog: (obj: UploadSSHPublicKeyRequest) => any;
300
-
301
- export declare const UploadSSHPublicKeyResponseFilterSensitiveLog: (obj: UploadSSHPublicKeyResponse) => any;
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { IAMServiceException as __BaseException } from "./IAMServiceException";
3
+ import {
4
+ Role,
5
+ ServerCertificateMetadata,
6
+ SigningCertificate,
7
+ SSHPublicKey,
8
+ StatusType,
9
+ Tag,
10
+ } from "./models_0";
11
+ export interface UntagPolicyRequest {
12
+ PolicyArn: string | undefined;
13
+
14
+ TagKeys: string[] | undefined;
15
+ }
16
+ export interface UntagRoleRequest {
17
+ RoleName: string | undefined;
18
+
19
+ TagKeys: string[] | undefined;
20
+ }
21
+ export interface UntagSAMLProviderRequest {
22
+ SAMLProviderArn: string | undefined;
23
+
24
+ TagKeys: string[] | undefined;
25
+ }
26
+ export interface UntagServerCertificateRequest {
27
+ ServerCertificateName: string | undefined;
28
+
29
+ TagKeys: string[] | undefined;
30
+ }
31
+ export interface UntagUserRequest {
32
+ UserName: string | undefined;
33
+
34
+ TagKeys: string[] | undefined;
35
+ }
36
+ export interface UpdateAccessKeyRequest {
37
+ UserName?: string;
38
+
39
+ AccessKeyId: string | undefined;
40
+
41
+ Status: StatusType | string | undefined;
42
+ }
43
+ export interface UpdateAccountPasswordPolicyRequest {
44
+ MinimumPasswordLength?: number;
45
+
46
+ RequireSymbols?: boolean;
47
+
48
+ RequireNumbers?: boolean;
49
+
50
+ RequireUppercaseCharacters?: boolean;
51
+
52
+ RequireLowercaseCharacters?: boolean;
53
+
54
+ AllowUsersToChangePassword?: boolean;
55
+
56
+ MaxPasswordAge?: number;
57
+
58
+ PasswordReusePrevention?: number;
59
+
60
+ HardExpiry?: boolean;
61
+ }
62
+ export interface UpdateAssumeRolePolicyRequest {
63
+ RoleName: string | undefined;
64
+
65
+ PolicyDocument: string | undefined;
66
+ }
67
+ export interface UpdateGroupRequest {
68
+ GroupName: string | undefined;
69
+
70
+ NewPath?: string;
71
+
72
+ NewGroupName?: string;
73
+ }
74
+ export interface UpdateLoginProfileRequest {
75
+ UserName: string | undefined;
76
+
77
+ Password?: string;
78
+
79
+ PasswordResetRequired?: boolean;
80
+ }
81
+ export interface UpdateOpenIDConnectProviderThumbprintRequest {
82
+ OpenIDConnectProviderArn: string | undefined;
83
+
84
+ ThumbprintList: string[] | undefined;
85
+ }
86
+ export interface UpdateRoleRequest {
87
+ RoleName: string | undefined;
88
+
89
+ Description?: string;
90
+
91
+ MaxSessionDuration?: number;
92
+ }
93
+ export interface UpdateRoleResponse {}
94
+ export interface UpdateRoleDescriptionRequest {
95
+ RoleName: string | undefined;
96
+
97
+ Description: string | undefined;
98
+ }
99
+ export interface UpdateRoleDescriptionResponse {
100
+ Role?: Role;
101
+ }
102
+ export interface UpdateSAMLProviderRequest {
103
+ SAMLMetadataDocument: string | undefined;
104
+
105
+ SAMLProviderArn: string | undefined;
106
+ }
107
+
108
+ export interface UpdateSAMLProviderResponse {
109
+ SAMLProviderArn?: string;
110
+ }
111
+ export interface UpdateServerCertificateRequest {
112
+ ServerCertificateName: string | undefined;
113
+
114
+ NewPath?: string;
115
+
116
+ NewServerCertificateName?: string;
117
+ }
118
+ export interface UpdateServiceSpecificCredentialRequest {
119
+ UserName?: string;
120
+
121
+ ServiceSpecificCredentialId: string | undefined;
122
+
123
+ Status: StatusType | string | undefined;
124
+ }
125
+ export interface UpdateSigningCertificateRequest {
126
+ UserName?: string;
127
+
128
+ CertificateId: string | undefined;
129
+
130
+ Status: StatusType | string | undefined;
131
+ }
132
+ export interface UpdateSSHPublicKeyRequest {
133
+ UserName: string | undefined;
134
+
135
+ SSHPublicKeyId: string | undefined;
136
+
137
+ Status: StatusType | string | undefined;
138
+ }
139
+ export interface UpdateUserRequest {
140
+ UserName: string | undefined;
141
+
142
+ NewPath?: string;
143
+
144
+ NewUserName?: string;
145
+ }
146
+
147
+ export declare class KeyPairMismatchException extends __BaseException {
148
+ readonly name: "KeyPairMismatchException";
149
+ readonly $fault: "client";
150
+
151
+ constructor(
152
+ opts: __ExceptionOptionType<KeyPairMismatchException, __BaseException>
153
+ );
154
+ }
155
+
156
+ export declare class MalformedCertificateException extends __BaseException {
157
+ readonly name: "MalformedCertificateException";
158
+ readonly $fault: "client";
159
+
160
+ constructor(
161
+ opts: __ExceptionOptionType<MalformedCertificateException, __BaseException>
162
+ );
163
+ }
164
+ export interface UploadServerCertificateRequest {
165
+ Path?: string;
166
+
167
+ ServerCertificateName: string | undefined;
168
+
169
+ CertificateBody: string | undefined;
170
+
171
+ PrivateKey: string | undefined;
172
+
173
+ CertificateChain?: string;
174
+
175
+ Tags?: Tag[];
176
+ }
177
+
178
+ export interface UploadServerCertificateResponse {
179
+ ServerCertificateMetadata?: ServerCertificateMetadata;
180
+
181
+ Tags?: Tag[];
182
+ }
183
+
184
+ export declare class DuplicateCertificateException extends __BaseException {
185
+ readonly name: "DuplicateCertificateException";
186
+ readonly $fault: "client";
187
+
188
+ constructor(
189
+ opts: __ExceptionOptionType<DuplicateCertificateException, __BaseException>
190
+ );
191
+ }
192
+
193
+ export declare class InvalidCertificateException extends __BaseException {
194
+ readonly name: "InvalidCertificateException";
195
+ readonly $fault: "client";
196
+
197
+ constructor(
198
+ opts: __ExceptionOptionType<InvalidCertificateException, __BaseException>
199
+ );
200
+ }
201
+ export interface UploadSigningCertificateRequest {
202
+ UserName?: string;
203
+
204
+ CertificateBody: string | undefined;
205
+ }
206
+
207
+ export interface UploadSigningCertificateResponse {
208
+ Certificate: SigningCertificate | undefined;
209
+ }
210
+
211
+ export declare class DuplicateSSHPublicKeyException extends __BaseException {
212
+ readonly name: "DuplicateSSHPublicKeyException";
213
+ readonly $fault: "client";
214
+
215
+ constructor(
216
+ opts: __ExceptionOptionType<DuplicateSSHPublicKeyException, __BaseException>
217
+ );
218
+ }
219
+
220
+ export declare class InvalidPublicKeyException extends __BaseException {
221
+ readonly name: "InvalidPublicKeyException";
222
+ readonly $fault: "client";
223
+
224
+ constructor(
225
+ opts: __ExceptionOptionType<InvalidPublicKeyException, __BaseException>
226
+ );
227
+ }
228
+ export interface UploadSSHPublicKeyRequest {
229
+ UserName: string | undefined;
230
+
231
+ SSHPublicKeyBody: string | undefined;
232
+ }
233
+
234
+ export interface UploadSSHPublicKeyResponse {
235
+ SSHPublicKey?: SSHPublicKey;
236
+ }
237
+
238
+ export declare const UntagPolicyRequestFilterSensitiveLog: (
239
+ obj: UntagPolicyRequest
240
+ ) => any;
241
+
242
+ export declare const UntagRoleRequestFilterSensitiveLog: (
243
+ obj: UntagRoleRequest
244
+ ) => any;
245
+
246
+ export declare const UntagSAMLProviderRequestFilterSensitiveLog: (
247
+ obj: UntagSAMLProviderRequest
248
+ ) => any;
249
+
250
+ export declare const UntagServerCertificateRequestFilterSensitiveLog: (
251
+ obj: UntagServerCertificateRequest
252
+ ) => any;
253
+
254
+ export declare const UntagUserRequestFilterSensitiveLog: (
255
+ obj: UntagUserRequest
256
+ ) => any;
257
+
258
+ export declare const UpdateAccessKeyRequestFilterSensitiveLog: (
259
+ obj: UpdateAccessKeyRequest
260
+ ) => any;
261
+
262
+ export declare const UpdateAccountPasswordPolicyRequestFilterSensitiveLog: (
263
+ obj: UpdateAccountPasswordPolicyRequest
264
+ ) => any;
265
+
266
+ export declare const UpdateAssumeRolePolicyRequestFilterSensitiveLog: (
267
+ obj: UpdateAssumeRolePolicyRequest
268
+ ) => any;
269
+
270
+ export declare const UpdateGroupRequestFilterSensitiveLog: (
271
+ obj: UpdateGroupRequest
272
+ ) => any;
273
+
274
+ export declare const UpdateLoginProfileRequestFilterSensitiveLog: (
275
+ obj: UpdateLoginProfileRequest
276
+ ) => any;
277
+
278
+ export declare const UpdateOpenIDConnectProviderThumbprintRequestFilterSensitiveLog: (
279
+ obj: UpdateOpenIDConnectProviderThumbprintRequest
280
+ ) => any;
281
+
282
+ export declare const UpdateRoleRequestFilterSensitiveLog: (
283
+ obj: UpdateRoleRequest
284
+ ) => any;
285
+
286
+ export declare const UpdateRoleResponseFilterSensitiveLog: (
287
+ obj: UpdateRoleResponse
288
+ ) => any;
289
+
290
+ export declare const UpdateRoleDescriptionRequestFilterSensitiveLog: (
291
+ obj: UpdateRoleDescriptionRequest
292
+ ) => any;
293
+
294
+ export declare const UpdateRoleDescriptionResponseFilterSensitiveLog: (
295
+ obj: UpdateRoleDescriptionResponse
296
+ ) => any;
297
+
298
+ export declare const UpdateSAMLProviderRequestFilterSensitiveLog: (
299
+ obj: UpdateSAMLProviderRequest
300
+ ) => any;
301
+
302
+ export declare const UpdateSAMLProviderResponseFilterSensitiveLog: (
303
+ obj: UpdateSAMLProviderResponse
304
+ ) => any;
305
+
306
+ export declare const UpdateServerCertificateRequestFilterSensitiveLog: (
307
+ obj: UpdateServerCertificateRequest
308
+ ) => any;
309
+
310
+ export declare const UpdateServiceSpecificCredentialRequestFilterSensitiveLog: (
311
+ obj: UpdateServiceSpecificCredentialRequest
312
+ ) => any;
313
+
314
+ export declare const UpdateSigningCertificateRequestFilterSensitiveLog: (
315
+ obj: UpdateSigningCertificateRequest
316
+ ) => any;
317
+
318
+ export declare const UpdateSSHPublicKeyRequestFilterSensitiveLog: (
319
+ obj: UpdateSSHPublicKeyRequest
320
+ ) => any;
321
+
322
+ export declare const UpdateUserRequestFilterSensitiveLog: (
323
+ obj: UpdateUserRequest
324
+ ) => any;
325
+
326
+ export declare const UploadServerCertificateRequestFilterSensitiveLog: (
327
+ obj: UploadServerCertificateRequest
328
+ ) => any;
329
+
330
+ export declare const UploadServerCertificateResponseFilterSensitiveLog: (
331
+ obj: UploadServerCertificateResponse
332
+ ) => any;
333
+
334
+ export declare const UploadSigningCertificateRequestFilterSensitiveLog: (
335
+ obj: UploadSigningCertificateRequest
336
+ ) => any;
337
+
338
+ export declare const UploadSigningCertificateResponseFilterSensitiveLog: (
339
+ obj: UploadSigningCertificateResponse
340
+ ) => any;
341
+
342
+ export declare const UploadSSHPublicKeyRequestFilterSensitiveLog: (
343
+ obj: UploadSSHPublicKeyRequest
344
+ ) => any;
345
+
346
+ export declare const UploadSSHPublicKeyResponseFilterSensitiveLog: (
347
+ obj: UploadSSHPublicKeyResponse
348
+ ) => any;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { GetAccountAuthorizationDetailsCommandInput, GetAccountAuthorizationDetailsCommandOutput } from "../commands/GetAccountAuthorizationDetailsCommand";
3
- import { IAMPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateGetAccountAuthorizationDetails(config: IAMPaginationConfiguration, input: GetAccountAuthorizationDetailsCommandInput, ...additionalArguments: any): Paginator<GetAccountAuthorizationDetailsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ GetAccountAuthorizationDetailsCommandInput,
4
+ GetAccountAuthorizationDetailsCommandOutput,
5
+ } from "../commands/GetAccountAuthorizationDetailsCommand";
6
+ import { IAMPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateGetAccountAuthorizationDetails(
8
+ config: IAMPaginationConfiguration,
9
+ input: GetAccountAuthorizationDetailsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<GetAccountAuthorizationDetailsCommandOutput>;