@aws-sdk/client-iam 3.933.0 → 3.935.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +88 -0
- package/dist-cjs/index.js +623 -216
- package/dist-es/IAM.js +22 -0
- package/dist-es/commands/AcceptDelegationRequestCommand.js +16 -0
- package/dist-es/commands/AssociateDelegationRequestCommand.js +16 -0
- package/dist-es/commands/DisableOutboundWebIdentityFederationCommand.js +16 -0
- package/dist-es/commands/EnableOutboundWebIdentityFederationCommand.js +16 -0
- package/dist-es/commands/GetDelegationRequestCommand.js +16 -0
- package/dist-es/commands/GetHumanReadableSummaryCommand.js +16 -0
- package/dist-es/commands/GetOutboundWebIdentityFederationInfoCommand.js +16 -0
- package/dist-es/commands/ListDelegationRequestsCommand.js +16 -0
- package/dist-es/commands/RejectDelegationRequestCommand.js +16 -0
- package/dist-es/commands/SendDelegationTokenCommand.js +16 -0
- package/dist-es/commands/UpdateDelegationRequestCommand.js +16 -0
- package/dist-es/commands/index.js +11 -0
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +176 -0
- package/dist-es/models/errors.js +431 -0
- package/dist-es/models/models_0.js +1 -446
- package/dist-es/models/models_1.js +1 -113
- package/dist-es/schemas/schemas_0.js +234 -35
- package/dist-types/IAM.d.ts +81 -0
- package/dist-types/IAMClient.d.ts +13 -2
- package/dist-types/commands/AcceptDelegationRequestCommand.d.ts +92 -0
- package/dist-types/commands/AssociateDelegationRequestCommand.d.ts +108 -0
- package/dist-types/commands/CreateDelegationRequestCommand.d.ts +5 -1
- package/dist-types/commands/DisableOutboundWebIdentityFederationCommand.d.ts +74 -0
- package/dist-types/commands/EnableOutboundWebIdentityFederationCommand.d.ts +78 -0
- package/dist-types/commands/GenerateOrganizationsAccessReportCommand.d.ts +2 -2
- package/dist-types/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +2 -2
- package/dist-types/commands/GetDelegationRequestCommand.d.ts +127 -0
- package/dist-types/commands/GetHumanReadableSummaryCommand.d.ts +105 -0
- package/dist-types/commands/GetOutboundWebIdentityFederationInfoCommand.d.ts +77 -0
- package/dist-types/commands/ListDelegationRequestsCommand.d.ts +132 -0
- package/dist-types/commands/RejectDelegationRequestCommand.d.ts +96 -0
- package/dist-types/commands/SendDelegationTokenCommand.d.ts +98 -0
- package/dist-types/commands/SetSecurityTokenServicePreferencesCommand.d.ts +1 -1
- package/dist-types/commands/SimulateCustomPolicyCommand.d.ts +1 -1
- package/dist-types/commands/SimulatePrincipalPolicyCommand.d.ts +1 -1
- package/dist-types/commands/TagInstanceProfileCommand.d.ts +1 -1
- package/dist-types/commands/TagMFADeviceCommand.d.ts +1 -1
- package/dist-types/commands/TagOpenIDConnectProviderCommand.d.ts +1 -1
- package/dist-types/commands/TagPolicyCommand.d.ts +1 -1
- package/dist-types/commands/TagRoleCommand.d.ts +1 -1
- package/dist-types/commands/TagSAMLProviderCommand.d.ts +1 -1
- package/dist-types/commands/TagServerCertificateCommand.d.ts +1 -1
- package/dist-types/commands/TagUserCommand.d.ts +1 -1
- package/dist-types/commands/UntagInstanceProfileCommand.d.ts +1 -1
- package/dist-types/commands/UntagMFADeviceCommand.d.ts +1 -1
- package/dist-types/commands/UntagOpenIDConnectProviderCommand.d.ts +1 -1
- package/dist-types/commands/UntagPolicyCommand.d.ts +1 -1
- package/dist-types/commands/UntagRoleCommand.d.ts +1 -1
- package/dist-types/commands/UntagSAMLProviderCommand.d.ts +1 -1
- package/dist-types/commands/UntagServerCertificateCommand.d.ts +1 -1
- package/dist-types/commands/UntagUserCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccessKeyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountPasswordPolicyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAssumeRolePolicyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDelegationRequestCommand.d.ts +96 -0
- package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateLoginProfileCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +11 -0
- package/dist-types/index.d.ts +4 -1
- package/dist-types/models/enums.d.ts +392 -0
- package/dist-types/models/errors.d.ts +463 -0
- package/dist-types/models/models_0.d.ts +1695 -675
- package/dist-types/models/models_1.d.ts +2 -1392
- package/dist-types/schemas/schemas_0.d.ts +29 -0
- package/dist-types/ts3.4/IAM.d.ts +209 -0
- package/dist-types/ts3.4/IAMClient.d.ts +66 -0
- package/dist-types/ts3.4/commands/AcceptDelegationRequestCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/AssociateDelegationRequestCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DisableOutboundWebIdentityFederationCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/EnableOutboundWebIdentityFederationCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetDelegationRequestCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetHumanReadableSummaryCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetOutboundWebIdentityFederationInfoCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListDelegationRequestsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/RejectDelegationRequestCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/SendDelegationTokenCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/SetSecurityTokenServicePreferencesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SimulateCustomPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SimulatePrincipalPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagInstanceProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagMFADeviceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagOpenIDConnectProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagRoleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagSAMLProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagServerCertificateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagInstanceProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagMFADeviceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagOpenIDConnectProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagRoleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagSAMLProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagServerCertificateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccessKeyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccountPasswordPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAssumeRolePolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDelegationRequestCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateLoginProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/dist-types/ts3.4/index.d.ts +4 -1
- package/dist-types/ts3.4/models/enums.d.ts +222 -0
- package/dist-types/ts3.4/models/errors.d.ts +297 -0
- package/dist-types/ts3.4/models/models_0.d.ts +279 -390
- package/dist-types/ts3.4/models/models_1.d.ts +1 -265
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +29 -0
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -2
- package/dist-types/models/index.d.ts +0 -2
- package/dist-types/ts3.4/models/index.d.ts +0 -2
|
@@ -1,446 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export const AccessAdvisorUsageGranularityType = {
|
|
3
|
-
ACTION_LEVEL: "ACTION_LEVEL",
|
|
4
|
-
SERVICE_LEVEL: "SERVICE_LEVEL",
|
|
5
|
-
};
|
|
6
|
-
export const StatusType = {
|
|
7
|
-
Active: "Active",
|
|
8
|
-
Expired: "Expired",
|
|
9
|
-
Inactive: "Inactive",
|
|
10
|
-
};
|
|
11
|
-
export class AccountNotManagementOrDelegatedAdministratorException extends __BaseException {
|
|
12
|
-
name = "AccountNotManagementOrDelegatedAdministratorException";
|
|
13
|
-
$fault = "client";
|
|
14
|
-
Message;
|
|
15
|
-
constructor(opts) {
|
|
16
|
-
super({
|
|
17
|
-
name: "AccountNotManagementOrDelegatedAdministratorException",
|
|
18
|
-
$fault: "client",
|
|
19
|
-
...opts,
|
|
20
|
-
});
|
|
21
|
-
Object.setPrototypeOf(this, AccountNotManagementOrDelegatedAdministratorException.prototype);
|
|
22
|
-
this.Message = opts.Message;
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
export class ConcurrentModificationException extends __BaseException {
|
|
26
|
-
name = "ConcurrentModificationException";
|
|
27
|
-
$fault = "client";
|
|
28
|
-
constructor(opts) {
|
|
29
|
-
super({
|
|
30
|
-
name: "ConcurrentModificationException",
|
|
31
|
-
$fault: "client",
|
|
32
|
-
...opts,
|
|
33
|
-
});
|
|
34
|
-
Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
export class InvalidInputException extends __BaseException {
|
|
38
|
-
name = "InvalidInputException";
|
|
39
|
-
$fault = "client";
|
|
40
|
-
constructor(opts) {
|
|
41
|
-
super({
|
|
42
|
-
name: "InvalidInputException",
|
|
43
|
-
$fault: "client",
|
|
44
|
-
...opts,
|
|
45
|
-
});
|
|
46
|
-
Object.setPrototypeOf(this, InvalidInputException.prototype);
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
export class LimitExceededException extends __BaseException {
|
|
50
|
-
name = "LimitExceededException";
|
|
51
|
-
$fault = "client";
|
|
52
|
-
constructor(opts) {
|
|
53
|
-
super({
|
|
54
|
-
name: "LimitExceededException",
|
|
55
|
-
$fault: "client",
|
|
56
|
-
...opts,
|
|
57
|
-
});
|
|
58
|
-
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
export class NoSuchEntityException extends __BaseException {
|
|
62
|
-
name = "NoSuchEntityException";
|
|
63
|
-
$fault = "client";
|
|
64
|
-
constructor(opts) {
|
|
65
|
-
super({
|
|
66
|
-
name: "NoSuchEntityException",
|
|
67
|
-
$fault: "client",
|
|
68
|
-
...opts,
|
|
69
|
-
});
|
|
70
|
-
Object.setPrototypeOf(this, NoSuchEntityException.prototype);
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
export class ServiceFailureException extends __BaseException {
|
|
74
|
-
name = "ServiceFailureException";
|
|
75
|
-
$fault = "server";
|
|
76
|
-
constructor(opts) {
|
|
77
|
-
super({
|
|
78
|
-
name: "ServiceFailureException",
|
|
79
|
-
$fault: "server",
|
|
80
|
-
...opts,
|
|
81
|
-
});
|
|
82
|
-
Object.setPrototypeOf(this, ServiceFailureException.prototype);
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
export class EntityAlreadyExistsException extends __BaseException {
|
|
86
|
-
name = "EntityAlreadyExistsException";
|
|
87
|
-
$fault = "client";
|
|
88
|
-
constructor(opts) {
|
|
89
|
-
super({
|
|
90
|
-
name: "EntityAlreadyExistsException",
|
|
91
|
-
$fault: "client",
|
|
92
|
-
...opts,
|
|
93
|
-
});
|
|
94
|
-
Object.setPrototypeOf(this, EntityAlreadyExistsException.prototype);
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
export class UnmodifiableEntityException extends __BaseException {
|
|
98
|
-
name = "UnmodifiableEntityException";
|
|
99
|
-
$fault = "client";
|
|
100
|
-
constructor(opts) {
|
|
101
|
-
super({
|
|
102
|
-
name: "UnmodifiableEntityException",
|
|
103
|
-
$fault: "client",
|
|
104
|
-
...opts,
|
|
105
|
-
});
|
|
106
|
-
Object.setPrototypeOf(this, UnmodifiableEntityException.prototype);
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
export const AssertionEncryptionModeType = {
|
|
110
|
-
Allowed: "Allowed",
|
|
111
|
-
Required: "Required",
|
|
112
|
-
};
|
|
113
|
-
export const AssignmentStatusType = {
|
|
114
|
-
Any: "Any",
|
|
115
|
-
Assigned: "Assigned",
|
|
116
|
-
Unassigned: "Unassigned",
|
|
117
|
-
};
|
|
118
|
-
export const PermissionsBoundaryAttachmentType = {
|
|
119
|
-
Policy: "PermissionsBoundaryPolicy",
|
|
120
|
-
};
|
|
121
|
-
export class PolicyNotAttachableException extends __BaseException {
|
|
122
|
-
name = "PolicyNotAttachableException";
|
|
123
|
-
$fault = "client";
|
|
124
|
-
constructor(opts) {
|
|
125
|
-
super({
|
|
126
|
-
name: "PolicyNotAttachableException",
|
|
127
|
-
$fault: "client",
|
|
128
|
-
...opts,
|
|
129
|
-
});
|
|
130
|
-
Object.setPrototypeOf(this, PolicyNotAttachableException.prototype);
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
export class EntityTemporarilyUnmodifiableException extends __BaseException {
|
|
134
|
-
name = "EntityTemporarilyUnmodifiableException";
|
|
135
|
-
$fault = "client";
|
|
136
|
-
constructor(opts) {
|
|
137
|
-
super({
|
|
138
|
-
name: "EntityTemporarilyUnmodifiableException",
|
|
139
|
-
$fault: "client",
|
|
140
|
-
...opts,
|
|
141
|
-
});
|
|
142
|
-
Object.setPrototypeOf(this, EntityTemporarilyUnmodifiableException.prototype);
|
|
143
|
-
}
|
|
144
|
-
}
|
|
145
|
-
export class InvalidUserTypeException extends __BaseException {
|
|
146
|
-
name = "InvalidUserTypeException";
|
|
147
|
-
$fault = "client";
|
|
148
|
-
constructor(opts) {
|
|
149
|
-
super({
|
|
150
|
-
name: "InvalidUserTypeException",
|
|
151
|
-
$fault: "client",
|
|
152
|
-
...opts,
|
|
153
|
-
});
|
|
154
|
-
Object.setPrototypeOf(this, InvalidUserTypeException.prototype);
|
|
155
|
-
}
|
|
156
|
-
}
|
|
157
|
-
export class PasswordPolicyViolationException extends __BaseException {
|
|
158
|
-
name = "PasswordPolicyViolationException";
|
|
159
|
-
$fault = "client";
|
|
160
|
-
constructor(opts) {
|
|
161
|
-
super({
|
|
162
|
-
name: "PasswordPolicyViolationException",
|
|
163
|
-
$fault: "client",
|
|
164
|
-
...opts,
|
|
165
|
-
});
|
|
166
|
-
Object.setPrototypeOf(this, PasswordPolicyViolationException.prototype);
|
|
167
|
-
}
|
|
168
|
-
}
|
|
169
|
-
export const PolicyParameterTypeEnum = {
|
|
170
|
-
STRING: "string",
|
|
171
|
-
STRING_LIST: "stringList",
|
|
172
|
-
};
|
|
173
|
-
export class OpenIdIdpCommunicationErrorException extends __BaseException {
|
|
174
|
-
name = "OpenIdIdpCommunicationErrorException";
|
|
175
|
-
$fault = "client";
|
|
176
|
-
constructor(opts) {
|
|
177
|
-
super({
|
|
178
|
-
name: "OpenIdIdpCommunicationErrorException",
|
|
179
|
-
$fault: "client",
|
|
180
|
-
...opts,
|
|
181
|
-
});
|
|
182
|
-
Object.setPrototypeOf(this, OpenIdIdpCommunicationErrorException.prototype);
|
|
183
|
-
}
|
|
184
|
-
}
|
|
185
|
-
export class MalformedPolicyDocumentException extends __BaseException {
|
|
186
|
-
name = "MalformedPolicyDocumentException";
|
|
187
|
-
$fault = "client";
|
|
188
|
-
constructor(opts) {
|
|
189
|
-
super({
|
|
190
|
-
name: "MalformedPolicyDocumentException",
|
|
191
|
-
$fault: "client",
|
|
192
|
-
...opts,
|
|
193
|
-
});
|
|
194
|
-
Object.setPrototypeOf(this, MalformedPolicyDocumentException.prototype);
|
|
195
|
-
}
|
|
196
|
-
}
|
|
197
|
-
export class ServiceNotSupportedException extends __BaseException {
|
|
198
|
-
name = "ServiceNotSupportedException";
|
|
199
|
-
$fault = "client";
|
|
200
|
-
constructor(opts) {
|
|
201
|
-
super({
|
|
202
|
-
name: "ServiceNotSupportedException",
|
|
203
|
-
$fault: "client",
|
|
204
|
-
...opts,
|
|
205
|
-
});
|
|
206
|
-
Object.setPrototypeOf(this, ServiceNotSupportedException.prototype);
|
|
207
|
-
}
|
|
208
|
-
}
|
|
209
|
-
export class DeleteConflictException extends __BaseException {
|
|
210
|
-
name = "DeleteConflictException";
|
|
211
|
-
$fault = "client";
|
|
212
|
-
constructor(opts) {
|
|
213
|
-
super({
|
|
214
|
-
name: "DeleteConflictException",
|
|
215
|
-
$fault: "client",
|
|
216
|
-
...opts,
|
|
217
|
-
});
|
|
218
|
-
Object.setPrototypeOf(this, DeleteConflictException.prototype);
|
|
219
|
-
}
|
|
220
|
-
}
|
|
221
|
-
export const FeatureType = {
|
|
222
|
-
ROOT_CREDENTIALS_MANAGEMENT: "RootCredentialsManagement",
|
|
223
|
-
ROOT_SESSIONS: "RootSessions",
|
|
224
|
-
};
|
|
225
|
-
export class OrganizationNotFoundException extends __BaseException {
|
|
226
|
-
name = "OrganizationNotFoundException";
|
|
227
|
-
$fault = "client";
|
|
228
|
-
Message;
|
|
229
|
-
constructor(opts) {
|
|
230
|
-
super({
|
|
231
|
-
name: "OrganizationNotFoundException",
|
|
232
|
-
$fault: "client",
|
|
233
|
-
...opts,
|
|
234
|
-
});
|
|
235
|
-
Object.setPrototypeOf(this, OrganizationNotFoundException.prototype);
|
|
236
|
-
this.Message = opts.Message;
|
|
237
|
-
}
|
|
238
|
-
}
|
|
239
|
-
export class OrganizationNotInAllFeaturesModeException extends __BaseException {
|
|
240
|
-
name = "OrganizationNotInAllFeaturesModeException";
|
|
241
|
-
$fault = "client";
|
|
242
|
-
Message;
|
|
243
|
-
constructor(opts) {
|
|
244
|
-
super({
|
|
245
|
-
name: "OrganizationNotInAllFeaturesModeException",
|
|
246
|
-
$fault: "client",
|
|
247
|
-
...opts,
|
|
248
|
-
});
|
|
249
|
-
Object.setPrototypeOf(this, OrganizationNotInAllFeaturesModeException.prototype);
|
|
250
|
-
this.Message = opts.Message;
|
|
251
|
-
}
|
|
252
|
-
}
|
|
253
|
-
export class ServiceAccessNotEnabledException extends __BaseException {
|
|
254
|
-
name = "ServiceAccessNotEnabledException";
|
|
255
|
-
$fault = "client";
|
|
256
|
-
Message;
|
|
257
|
-
constructor(opts) {
|
|
258
|
-
super({
|
|
259
|
-
name: "ServiceAccessNotEnabledException",
|
|
260
|
-
$fault: "client",
|
|
261
|
-
...opts,
|
|
262
|
-
});
|
|
263
|
-
Object.setPrototypeOf(this, ServiceAccessNotEnabledException.prototype);
|
|
264
|
-
this.Message = opts.Message;
|
|
265
|
-
}
|
|
266
|
-
}
|
|
267
|
-
export class InvalidAuthenticationCodeException extends __BaseException {
|
|
268
|
-
name = "InvalidAuthenticationCodeException";
|
|
269
|
-
$fault = "client";
|
|
270
|
-
constructor(opts) {
|
|
271
|
-
super({
|
|
272
|
-
name: "InvalidAuthenticationCodeException",
|
|
273
|
-
$fault: "client",
|
|
274
|
-
...opts,
|
|
275
|
-
});
|
|
276
|
-
Object.setPrototypeOf(this, InvalidAuthenticationCodeException.prototype);
|
|
277
|
-
}
|
|
278
|
-
}
|
|
279
|
-
export class CallerIsNotManagementAccountException extends __BaseException {
|
|
280
|
-
name = "CallerIsNotManagementAccountException";
|
|
281
|
-
$fault = "client";
|
|
282
|
-
Message;
|
|
283
|
-
constructor(opts) {
|
|
284
|
-
super({
|
|
285
|
-
name: "CallerIsNotManagementAccountException",
|
|
286
|
-
$fault: "client",
|
|
287
|
-
...opts,
|
|
288
|
-
});
|
|
289
|
-
Object.setPrototypeOf(this, CallerIsNotManagementAccountException.prototype);
|
|
290
|
-
this.Message = opts.Message;
|
|
291
|
-
}
|
|
292
|
-
}
|
|
293
|
-
export const ReportStateType = {
|
|
294
|
-
COMPLETE: "COMPLETE",
|
|
295
|
-
INPROGRESS: "INPROGRESS",
|
|
296
|
-
STARTED: "STARTED",
|
|
297
|
-
};
|
|
298
|
-
export class ReportGenerationLimitExceededException extends __BaseException {
|
|
299
|
-
name = "ReportGenerationLimitExceededException";
|
|
300
|
-
$fault = "client";
|
|
301
|
-
constructor(opts) {
|
|
302
|
-
super({
|
|
303
|
-
name: "ReportGenerationLimitExceededException",
|
|
304
|
-
$fault: "client",
|
|
305
|
-
...opts,
|
|
306
|
-
});
|
|
307
|
-
Object.setPrototypeOf(this, ReportGenerationLimitExceededException.prototype);
|
|
308
|
-
}
|
|
309
|
-
}
|
|
310
|
-
export const EntityType = {
|
|
311
|
-
AWSManagedPolicy: "AWSManagedPolicy",
|
|
312
|
-
Group: "Group",
|
|
313
|
-
LocalManagedPolicy: "LocalManagedPolicy",
|
|
314
|
-
Role: "Role",
|
|
315
|
-
User: "User",
|
|
316
|
-
};
|
|
317
|
-
export const SummaryKeyType = {
|
|
318
|
-
AccessKeysPerUserQuota: "AccessKeysPerUserQuota",
|
|
319
|
-
AccountAccessKeysPresent: "AccountAccessKeysPresent",
|
|
320
|
-
AccountMFAEnabled: "AccountMFAEnabled",
|
|
321
|
-
AccountPasswordPresent: "AccountPasswordPresent",
|
|
322
|
-
AccountSigningCertificatesPresent: "AccountSigningCertificatesPresent",
|
|
323
|
-
AssumeRolePolicySizeQuota: "AssumeRolePolicySizeQuota",
|
|
324
|
-
AttachedPoliciesPerGroupQuota: "AttachedPoliciesPerGroupQuota",
|
|
325
|
-
AttachedPoliciesPerRoleQuota: "AttachedPoliciesPerRoleQuota",
|
|
326
|
-
AttachedPoliciesPerUserQuota: "AttachedPoliciesPerUserQuota",
|
|
327
|
-
GlobalEndpointTokenVersion: "GlobalEndpointTokenVersion",
|
|
328
|
-
GroupPolicySizeQuota: "GroupPolicySizeQuota",
|
|
329
|
-
Groups: "Groups",
|
|
330
|
-
GroupsPerUserQuota: "GroupsPerUserQuota",
|
|
331
|
-
GroupsQuota: "GroupsQuota",
|
|
332
|
-
InstanceProfiles: "InstanceProfiles",
|
|
333
|
-
InstanceProfilesQuota: "InstanceProfilesQuota",
|
|
334
|
-
MFADevices: "MFADevices",
|
|
335
|
-
MFADevicesInUse: "MFADevicesInUse",
|
|
336
|
-
Policies: "Policies",
|
|
337
|
-
PoliciesQuota: "PoliciesQuota",
|
|
338
|
-
PolicySizeQuota: "PolicySizeQuota",
|
|
339
|
-
PolicyVersionsInUse: "PolicyVersionsInUse",
|
|
340
|
-
PolicyVersionsInUseQuota: "PolicyVersionsInUseQuota",
|
|
341
|
-
Providers: "Providers",
|
|
342
|
-
RolePolicySizeQuota: "RolePolicySizeQuota",
|
|
343
|
-
Roles: "Roles",
|
|
344
|
-
RolesQuota: "RolesQuota",
|
|
345
|
-
ServerCertificates: "ServerCertificates",
|
|
346
|
-
ServerCertificatesQuota: "ServerCertificatesQuota",
|
|
347
|
-
SigningCertificatesPerUserQuota: "SigningCertificatesPerUserQuota",
|
|
348
|
-
UserPolicySizeQuota: "UserPolicySizeQuota",
|
|
349
|
-
Users: "Users",
|
|
350
|
-
UsersQuota: "UsersQuota",
|
|
351
|
-
VersionsPerPolicyQuota: "VersionsPerPolicyQuota",
|
|
352
|
-
};
|
|
353
|
-
export class CredentialReportExpiredException extends __BaseException {
|
|
354
|
-
name = "CredentialReportExpiredException";
|
|
355
|
-
$fault = "client";
|
|
356
|
-
constructor(opts) {
|
|
357
|
-
super({
|
|
358
|
-
name: "CredentialReportExpiredException",
|
|
359
|
-
$fault: "client",
|
|
360
|
-
...opts,
|
|
361
|
-
});
|
|
362
|
-
Object.setPrototypeOf(this, CredentialReportExpiredException.prototype);
|
|
363
|
-
}
|
|
364
|
-
}
|
|
365
|
-
export class CredentialReportNotPresentException extends __BaseException {
|
|
366
|
-
name = "CredentialReportNotPresentException";
|
|
367
|
-
$fault = "client";
|
|
368
|
-
constructor(opts) {
|
|
369
|
-
super({
|
|
370
|
-
name: "CredentialReportNotPresentException",
|
|
371
|
-
$fault: "client",
|
|
372
|
-
...opts,
|
|
373
|
-
});
|
|
374
|
-
Object.setPrototypeOf(this, CredentialReportNotPresentException.prototype);
|
|
375
|
-
}
|
|
376
|
-
}
|
|
377
|
-
export class CredentialReportNotReadyException extends __BaseException {
|
|
378
|
-
name = "CredentialReportNotReadyException";
|
|
379
|
-
$fault = "client";
|
|
380
|
-
constructor(opts) {
|
|
381
|
-
super({
|
|
382
|
-
name: "CredentialReportNotReadyException",
|
|
383
|
-
$fault: "client",
|
|
384
|
-
...opts,
|
|
385
|
-
});
|
|
386
|
-
Object.setPrototypeOf(this, CredentialReportNotReadyException.prototype);
|
|
387
|
-
}
|
|
388
|
-
}
|
|
389
|
-
export const ReportFormatType = {
|
|
390
|
-
text_csv: "text/csv",
|
|
391
|
-
};
|
|
392
|
-
export const SortKeyType = {
|
|
393
|
-
LAST_AUTHENTICATED_TIME_ASCENDING: "LAST_AUTHENTICATED_TIME_ASCENDING",
|
|
394
|
-
LAST_AUTHENTICATED_TIME_DESCENDING: "LAST_AUTHENTICATED_TIME_DESCENDING",
|
|
395
|
-
SERVICE_NAMESPACE_ASCENDING: "SERVICE_NAMESPACE_ASCENDING",
|
|
396
|
-
SERVICE_NAMESPACE_DESCENDING: "SERVICE_NAMESPACE_DESCENDING",
|
|
397
|
-
};
|
|
398
|
-
export const JobStatusType = {
|
|
399
|
-
COMPLETED: "COMPLETED",
|
|
400
|
-
FAILED: "FAILED",
|
|
401
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
402
|
-
};
|
|
403
|
-
export const PolicyOwnerEntityType = {
|
|
404
|
-
GROUP: "GROUP",
|
|
405
|
-
ROLE: "ROLE",
|
|
406
|
-
USER: "USER",
|
|
407
|
-
};
|
|
408
|
-
export const DeletionTaskStatusType = {
|
|
409
|
-
FAILED: "FAILED",
|
|
410
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
411
|
-
NOT_STARTED: "NOT_STARTED",
|
|
412
|
-
SUCCEEDED: "SUCCEEDED",
|
|
413
|
-
};
|
|
414
|
-
export const EncodingType = {
|
|
415
|
-
PEM: "PEM",
|
|
416
|
-
SSH: "SSH",
|
|
417
|
-
};
|
|
418
|
-
export class UnrecognizedPublicKeyEncodingException extends __BaseException {
|
|
419
|
-
name = "UnrecognizedPublicKeyEncodingException";
|
|
420
|
-
$fault = "client";
|
|
421
|
-
constructor(opts) {
|
|
422
|
-
super({
|
|
423
|
-
name: "UnrecognizedPublicKeyEncodingException",
|
|
424
|
-
$fault: "client",
|
|
425
|
-
...opts,
|
|
426
|
-
});
|
|
427
|
-
Object.setPrototypeOf(this, UnrecognizedPublicKeyEncodingException.prototype);
|
|
428
|
-
}
|
|
429
|
-
}
|
|
430
|
-
export const PolicyUsageType = {
|
|
431
|
-
PermissionsBoundary: "PermissionsBoundary",
|
|
432
|
-
PermissionsPolicy: "PermissionsPolicy",
|
|
433
|
-
};
|
|
434
|
-
export const PolicyScopeType = {
|
|
435
|
-
AWS: "AWS",
|
|
436
|
-
All: "All",
|
|
437
|
-
Local: "Local",
|
|
438
|
-
};
|
|
439
|
-
export const PolicyType = {
|
|
440
|
-
INLINE: "INLINE",
|
|
441
|
-
MANAGED: "MANAGED",
|
|
442
|
-
};
|
|
443
|
-
export const GlobalEndpointTokenVersion = {
|
|
444
|
-
v1Token: "v1Token",
|
|
445
|
-
v2Token: "v2Token",
|
|
446
|
-
};
|
|
1
|
+
export {};
|
|
@@ -1,113 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export class PolicyEvaluationException extends __BaseException {
|
|
3
|
-
name = "PolicyEvaluationException";
|
|
4
|
-
$fault = "server";
|
|
5
|
-
constructor(opts) {
|
|
6
|
-
super({
|
|
7
|
-
name: "PolicyEvaluationException",
|
|
8
|
-
$fault: "server",
|
|
9
|
-
...opts,
|
|
10
|
-
});
|
|
11
|
-
Object.setPrototypeOf(this, PolicyEvaluationException.prototype);
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
export const ContextKeyTypeEnum = {
|
|
15
|
-
BINARY: "binary",
|
|
16
|
-
BINARY_LIST: "binaryList",
|
|
17
|
-
BOOLEAN: "boolean",
|
|
18
|
-
BOOLEAN_LIST: "booleanList",
|
|
19
|
-
DATE: "date",
|
|
20
|
-
DATE_LIST: "dateList",
|
|
21
|
-
IP: "ip",
|
|
22
|
-
IP_LIST: "ipList",
|
|
23
|
-
NUMERIC: "numeric",
|
|
24
|
-
NUMERIC_LIST: "numericList",
|
|
25
|
-
STRING: "string",
|
|
26
|
-
STRING_LIST: "stringList",
|
|
27
|
-
};
|
|
28
|
-
export const PolicyEvaluationDecisionType = {
|
|
29
|
-
ALLOWED: "allowed",
|
|
30
|
-
EXPLICIT_DENY: "explicitDeny",
|
|
31
|
-
IMPLICIT_DENY: "implicitDeny",
|
|
32
|
-
};
|
|
33
|
-
export const PolicySourceType = {
|
|
34
|
-
AWS_MANAGED: "aws-managed",
|
|
35
|
-
GROUP: "group",
|
|
36
|
-
NONE: "none",
|
|
37
|
-
RESOURCE: "resource",
|
|
38
|
-
ROLE: "role",
|
|
39
|
-
USER: "user",
|
|
40
|
-
USER_MANAGED: "user-managed",
|
|
41
|
-
};
|
|
42
|
-
export class KeyPairMismatchException extends __BaseException {
|
|
43
|
-
name = "KeyPairMismatchException";
|
|
44
|
-
$fault = "client";
|
|
45
|
-
constructor(opts) {
|
|
46
|
-
super({
|
|
47
|
-
name: "KeyPairMismatchException",
|
|
48
|
-
$fault: "client",
|
|
49
|
-
...opts,
|
|
50
|
-
});
|
|
51
|
-
Object.setPrototypeOf(this, KeyPairMismatchException.prototype);
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
export class MalformedCertificateException extends __BaseException {
|
|
55
|
-
name = "MalformedCertificateException";
|
|
56
|
-
$fault = "client";
|
|
57
|
-
constructor(opts) {
|
|
58
|
-
super({
|
|
59
|
-
name: "MalformedCertificateException",
|
|
60
|
-
$fault: "client",
|
|
61
|
-
...opts,
|
|
62
|
-
});
|
|
63
|
-
Object.setPrototypeOf(this, MalformedCertificateException.prototype);
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
export class DuplicateCertificateException extends __BaseException {
|
|
67
|
-
name = "DuplicateCertificateException";
|
|
68
|
-
$fault = "client";
|
|
69
|
-
constructor(opts) {
|
|
70
|
-
super({
|
|
71
|
-
name: "DuplicateCertificateException",
|
|
72
|
-
$fault: "client",
|
|
73
|
-
...opts,
|
|
74
|
-
});
|
|
75
|
-
Object.setPrototypeOf(this, DuplicateCertificateException.prototype);
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
export class InvalidCertificateException extends __BaseException {
|
|
79
|
-
name = "InvalidCertificateException";
|
|
80
|
-
$fault = "client";
|
|
81
|
-
constructor(opts) {
|
|
82
|
-
super({
|
|
83
|
-
name: "InvalidCertificateException",
|
|
84
|
-
$fault: "client",
|
|
85
|
-
...opts,
|
|
86
|
-
});
|
|
87
|
-
Object.setPrototypeOf(this, InvalidCertificateException.prototype);
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
export class DuplicateSSHPublicKeyException extends __BaseException {
|
|
91
|
-
name = "DuplicateSSHPublicKeyException";
|
|
92
|
-
$fault = "client";
|
|
93
|
-
constructor(opts) {
|
|
94
|
-
super({
|
|
95
|
-
name: "DuplicateSSHPublicKeyException",
|
|
96
|
-
$fault: "client",
|
|
97
|
-
...opts,
|
|
98
|
-
});
|
|
99
|
-
Object.setPrototypeOf(this, DuplicateSSHPublicKeyException.prototype);
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
export class InvalidPublicKeyException extends __BaseException {
|
|
103
|
-
name = "InvalidPublicKeyException";
|
|
104
|
-
$fault = "client";
|
|
105
|
-
constructor(opts) {
|
|
106
|
-
super({
|
|
107
|
-
name: "InvalidPublicKeyException",
|
|
108
|
-
$fault: "client",
|
|
109
|
-
...opts,
|
|
110
|
-
});
|
|
111
|
-
Object.setPrototypeOf(this, InvalidPublicKeyException.prototype);
|
|
112
|
-
}
|
|
113
|
-
}
|
|
1
|
+
export {};
|