@aws-sdk/client-iam 3.934.0 → 3.936.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 (117) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +305 -176
  3. package/dist-es/IAM.js +6 -0
  4. package/dist-es/commands/DisableOutboundWebIdentityFederationCommand.js +16 -0
  5. package/dist-es/commands/EnableOutboundWebIdentityFederationCommand.js +16 -0
  6. package/dist-es/commands/GetOutboundWebIdentityFederationInfoCommand.js +16 -0
  7. package/dist-es/commands/index.js +3 -0
  8. package/dist-es/index.js +2 -1
  9. package/dist-es/models/enums.js +176 -0
  10. package/dist-es/models/errors.js +431 -0
  11. package/dist-es/models/models_0.js +1 -467
  12. package/dist-es/models/models_1.js +1 -117
  13. package/dist-es/schemas/schemas_0.js +62 -1
  14. package/dist-types/IAM.d.ts +24 -0
  15. package/dist-types/IAMClient.d.ts +5 -2
  16. package/dist-types/commands/DisableOutboundWebIdentityFederationCommand.d.ts +74 -0
  17. package/dist-types/commands/EnableOutboundWebIdentityFederationCommand.d.ts +78 -0
  18. package/dist-types/commands/GetOutboundWebIdentityFederationInfoCommand.d.ts +77 -0
  19. package/dist-types/commands/PutGroupPolicyCommand.d.ts +1 -1
  20. package/dist-types/commands/PutRolePermissionsBoundaryCommand.d.ts +1 -1
  21. package/dist-types/commands/PutRolePolicyCommand.d.ts +1 -1
  22. package/dist-types/commands/PutUserPermissionsBoundaryCommand.d.ts +1 -1
  23. package/dist-types/commands/PutUserPolicyCommand.d.ts +1 -1
  24. package/dist-types/commands/RejectDelegationRequestCommand.d.ts +1 -1
  25. package/dist-types/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +1 -1
  26. package/dist-types/commands/RemoveRoleFromInstanceProfileCommand.d.ts +1 -1
  27. package/dist-types/commands/RemoveUserFromGroupCommand.d.ts +1 -1
  28. package/dist-types/commands/ResetServiceSpecificCredentialCommand.d.ts +1 -1
  29. package/dist-types/commands/ResyncMFADeviceCommand.d.ts +1 -1
  30. package/dist-types/commands/SendDelegationTokenCommand.d.ts +1 -1
  31. package/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +1 -1
  32. package/dist-types/commands/SetSecurityTokenServicePreferencesCommand.d.ts +1 -1
  33. package/dist-types/commands/SimulateCustomPolicyCommand.d.ts +1 -1
  34. package/dist-types/commands/SimulatePrincipalPolicyCommand.d.ts +1 -1
  35. package/dist-types/commands/TagInstanceProfileCommand.d.ts +1 -1
  36. package/dist-types/commands/TagMFADeviceCommand.d.ts +1 -1
  37. package/dist-types/commands/TagOpenIDConnectProviderCommand.d.ts +1 -1
  38. package/dist-types/commands/TagPolicyCommand.d.ts +1 -1
  39. package/dist-types/commands/TagRoleCommand.d.ts +1 -1
  40. package/dist-types/commands/TagSAMLProviderCommand.d.ts +1 -1
  41. package/dist-types/commands/TagServerCertificateCommand.d.ts +1 -1
  42. package/dist-types/commands/TagUserCommand.d.ts +1 -1
  43. package/dist-types/commands/UntagInstanceProfileCommand.d.ts +1 -1
  44. package/dist-types/commands/UntagMFADeviceCommand.d.ts +1 -1
  45. package/dist-types/commands/UntagOpenIDConnectProviderCommand.d.ts +1 -1
  46. package/dist-types/commands/UntagPolicyCommand.d.ts +1 -1
  47. package/dist-types/commands/UntagRoleCommand.d.ts +1 -1
  48. package/dist-types/commands/UntagSAMLProviderCommand.d.ts +1 -1
  49. package/dist-types/commands/UntagServerCertificateCommand.d.ts +1 -1
  50. package/dist-types/commands/UntagUserCommand.d.ts +1 -1
  51. package/dist-types/commands/UpdateAccessKeyCommand.d.ts +1 -1
  52. package/dist-types/commands/UpdateAccountPasswordPolicyCommand.d.ts +1 -1
  53. package/dist-types/commands/UpdateAssumeRolePolicyCommand.d.ts +1 -1
  54. package/dist-types/commands/UpdateDelegationRequestCommand.d.ts +1 -1
  55. package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
  56. package/dist-types/commands/UpdateLoginProfileCommand.d.ts +1 -1
  57. package/dist-types/commands/index.d.ts +3 -0
  58. package/dist-types/index.d.ts +4 -1
  59. package/dist-types/models/enums.d.ts +392 -0
  60. package/dist-types/models/errors.d.ts +463 -0
  61. package/dist-types/models/models_0.d.ts +1641 -681
  62. package/dist-types/models/models_1.d.ts +2 -1763
  63. package/dist-types/schemas/schemas_0.d.ts +7 -0
  64. package/dist-types/ts3.4/IAM.d.ts +72 -0
  65. package/dist-types/ts3.4/IAMClient.d.ts +18 -0
  66. package/dist-types/ts3.4/commands/DisableOutboundWebIdentityFederationCommand.d.ts +45 -0
  67. package/dist-types/ts3.4/commands/EnableOutboundWebIdentityFederationCommand.d.ts +47 -0
  68. package/dist-types/ts3.4/commands/GetOutboundWebIdentityFederationInfoCommand.d.ts +47 -0
  69. package/dist-types/ts3.4/commands/PutGroupPolicyCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/PutRolePermissionsBoundaryCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/PutRolePolicyCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/PutUserPermissionsBoundaryCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/PutUserPolicyCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/RejectDelegationRequestCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/RemoveRoleFromInstanceProfileCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/RemoveUserFromGroupCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/ResetServiceSpecificCredentialCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/ResyncMFADeviceCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/SendDelegationTokenCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/SetDefaultPolicyVersionCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/SetSecurityTokenServicePreferencesCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/SimulateCustomPolicyCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/SimulatePrincipalPolicyCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/TagInstanceProfileCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/TagMFADeviceCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/TagOpenIDConnectProviderCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/TagPolicyCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/TagRoleCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/TagSAMLProviderCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/TagServerCertificateCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/TagUserCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/UntagInstanceProfileCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/UntagMFADeviceCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/UntagOpenIDConnectProviderCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/UntagPolicyCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/UntagRoleCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/UntagSAMLProviderCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/UntagServerCertificateCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/UntagUserCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/UpdateAccessKeyCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/UpdateAccountPasswordPolicyCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/UpdateAssumeRolePolicyCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/UpdateDelegationRequestCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/UpdateLoginProfileCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  108. package/dist-types/ts3.4/index.d.ts +4 -1
  109. package/dist-types/ts3.4/models/enums.d.ts +222 -0
  110. package/dist-types/ts3.4/models/errors.d.ts +297 -0
  111. package/dist-types/ts3.4/models/models_0.d.ts +276 -416
  112. package/dist-types/ts3.4/models/models_1.d.ts +1 -334
  113. package/dist-types/ts3.4/schemas/schemas_0.d.ts +7 -0
  114. package/package.json +19 -19
  115. package/dist-es/models/index.js +0 -2
  116. package/dist-types/models/index.d.ts +0 -2
  117. package/dist-types/ts3.4/models/index.d.ts +0 -2
@@ -1,302 +1,11 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { IAMServiceException as __BaseException } from "./IAMServiceException";
1
+ import { AssertionEncryptionModeType, StatusType } from "./enums";
3
2
  import {
4
- AssertionEncryptionModeType,
5
3
  Role,
6
4
  ServerCertificateMetadata,
7
- ServiceSpecificCredential,
8
5
  SigningCertificate,
9
6
  SSHPublicKey,
10
- StatusType,
11
7
  Tag,
12
8
  } from "./models_0";
13
- export interface PutGroupPolicyRequest {
14
- GroupName: string | undefined;
15
- PolicyName: string | undefined;
16
- PolicyDocument: string | undefined;
17
- }
18
- export interface PutRolePermissionsBoundaryRequest {
19
- RoleName: string | undefined;
20
- PermissionsBoundary: string | undefined;
21
- }
22
- export interface PutRolePolicyRequest {
23
- RoleName: string | undefined;
24
- PolicyName: string | undefined;
25
- PolicyDocument: string | undefined;
26
- }
27
- export interface PutUserPermissionsBoundaryRequest {
28
- UserName: string | undefined;
29
- PermissionsBoundary: string | undefined;
30
- }
31
- export interface PutUserPolicyRequest {
32
- UserName: string | undefined;
33
- PolicyName: string | undefined;
34
- PolicyDocument: string | undefined;
35
- }
36
- export interface RejectDelegationRequestRequest {
37
- DelegationRequestId: string | undefined;
38
- Notes?: string | undefined;
39
- }
40
- export interface RemoveClientIDFromOpenIDConnectProviderRequest {
41
- OpenIDConnectProviderArn: string | undefined;
42
- ClientID: string | undefined;
43
- }
44
- export interface RemoveRoleFromInstanceProfileRequest {
45
- InstanceProfileName: string | undefined;
46
- RoleName: string | undefined;
47
- }
48
- export interface RemoveUserFromGroupRequest {
49
- GroupName: string | undefined;
50
- UserName: string | undefined;
51
- }
52
- export interface ResetServiceSpecificCredentialRequest {
53
- UserName?: string | undefined;
54
- ServiceSpecificCredentialId: string | undefined;
55
- }
56
- export interface ResetServiceSpecificCredentialResponse {
57
- ServiceSpecificCredential?: ServiceSpecificCredential | undefined;
58
- }
59
- export interface ResyncMFADeviceRequest {
60
- UserName: string | undefined;
61
- SerialNumber: string | undefined;
62
- AuthenticationCode1: string | undefined;
63
- AuthenticationCode2: string | undefined;
64
- }
65
- export interface SendDelegationTokenRequest {
66
- DelegationRequestId: string | undefined;
67
- }
68
- export interface SetDefaultPolicyVersionRequest {
69
- PolicyArn: string | undefined;
70
- VersionId: string | undefined;
71
- }
72
- export declare const GlobalEndpointTokenVersion: {
73
- readonly v1Token: "v1Token";
74
- readonly v2Token: "v2Token";
75
- };
76
- export type GlobalEndpointTokenVersion =
77
- (typeof GlobalEndpointTokenVersion)[keyof typeof GlobalEndpointTokenVersion];
78
- export interface SetSecurityTokenServicePreferencesRequest {
79
- GlobalEndpointTokenVersion: GlobalEndpointTokenVersion | undefined;
80
- }
81
- export declare class PolicyEvaluationException extends __BaseException {
82
- readonly name: "PolicyEvaluationException";
83
- readonly $fault: "server";
84
- constructor(
85
- opts: __ExceptionOptionType<PolicyEvaluationException, __BaseException>
86
- );
87
- }
88
- export declare const ContextKeyTypeEnum: {
89
- readonly BINARY: "binary";
90
- readonly BINARY_LIST: "binaryList";
91
- readonly BOOLEAN: "boolean";
92
- readonly BOOLEAN_LIST: "booleanList";
93
- readonly DATE: "date";
94
- readonly DATE_LIST: "dateList";
95
- readonly IP: "ip";
96
- readonly IP_LIST: "ipList";
97
- readonly NUMERIC: "numeric";
98
- readonly NUMERIC_LIST: "numericList";
99
- readonly STRING: "string";
100
- readonly STRING_LIST: "stringList";
101
- };
102
- export type ContextKeyTypeEnum =
103
- (typeof ContextKeyTypeEnum)[keyof typeof ContextKeyTypeEnum];
104
- export interface ContextEntry {
105
- ContextKeyName?: string | undefined;
106
- ContextKeyValues?: string[] | undefined;
107
- ContextKeyType?: ContextKeyTypeEnum | undefined;
108
- }
109
- export interface SimulateCustomPolicyRequest {
110
- PolicyInputList: string[] | undefined;
111
- PermissionsBoundaryPolicyInputList?: string[] | undefined;
112
- ActionNames: string[] | undefined;
113
- ResourceArns?: string[] | undefined;
114
- ResourcePolicy?: string | undefined;
115
- ResourceOwner?: string | undefined;
116
- CallerArn?: string | undefined;
117
- ContextEntries?: ContextEntry[] | undefined;
118
- ResourceHandlingOption?: string | undefined;
119
- MaxItems?: number | undefined;
120
- Marker?: string | undefined;
121
- }
122
- export declare const PolicyEvaluationDecisionType: {
123
- readonly ALLOWED: "allowed";
124
- readonly EXPLICIT_DENY: "explicitDeny";
125
- readonly IMPLICIT_DENY: "implicitDeny";
126
- };
127
- export type PolicyEvaluationDecisionType =
128
- (typeof PolicyEvaluationDecisionType)[keyof typeof PolicyEvaluationDecisionType];
129
- export interface Position {
130
- Line?: number | undefined;
131
- Column?: number | undefined;
132
- }
133
- export declare const PolicySourceType: {
134
- readonly AWS_MANAGED: "aws-managed";
135
- readonly GROUP: "group";
136
- readonly NONE: "none";
137
- readonly RESOURCE: "resource";
138
- readonly ROLE: "role";
139
- readonly USER: "user";
140
- readonly USER_MANAGED: "user-managed";
141
- };
142
- export type PolicySourceType =
143
- (typeof PolicySourceType)[keyof typeof PolicySourceType];
144
- export interface Statement {
145
- SourcePolicyId?: string | undefined;
146
- SourcePolicyType?: PolicySourceType | undefined;
147
- StartPosition?: Position | undefined;
148
- EndPosition?: Position | undefined;
149
- }
150
- export interface OrganizationsDecisionDetail {
151
- AllowedByOrganizations?: boolean | undefined;
152
- }
153
- export interface PermissionsBoundaryDecisionDetail {
154
- AllowedByPermissionsBoundary?: boolean | undefined;
155
- }
156
- export interface ResourceSpecificResult {
157
- EvalResourceName: string | undefined;
158
- EvalResourceDecision: PolicyEvaluationDecisionType | undefined;
159
- MatchedStatements?: Statement[] | undefined;
160
- MissingContextValues?: string[] | undefined;
161
- EvalDecisionDetails?:
162
- | Record<string, PolicyEvaluationDecisionType>
163
- | undefined;
164
- PermissionsBoundaryDecisionDetail?:
165
- | PermissionsBoundaryDecisionDetail
166
- | undefined;
167
- }
168
- export interface EvaluationResult {
169
- EvalActionName: string | undefined;
170
- EvalResourceName?: string | undefined;
171
- EvalDecision: PolicyEvaluationDecisionType | undefined;
172
- MatchedStatements?: Statement[] | undefined;
173
- MissingContextValues?: string[] | undefined;
174
- OrganizationsDecisionDetail?: OrganizationsDecisionDetail | undefined;
175
- PermissionsBoundaryDecisionDetail?:
176
- | PermissionsBoundaryDecisionDetail
177
- | undefined;
178
- EvalDecisionDetails?:
179
- | Record<string, PolicyEvaluationDecisionType>
180
- | undefined;
181
- ResourceSpecificResults?: ResourceSpecificResult[] | undefined;
182
- }
183
- export interface SimulatePolicyResponse {
184
- EvaluationResults?: EvaluationResult[] | undefined;
185
- IsTruncated?: boolean | undefined;
186
- Marker?: string | undefined;
187
- }
188
- export interface SimulatePrincipalPolicyRequest {
189
- PolicySourceArn: string | undefined;
190
- PolicyInputList?: string[] | undefined;
191
- PermissionsBoundaryPolicyInputList?: string[] | undefined;
192
- ActionNames: string[] | undefined;
193
- ResourceArns?: string[] | undefined;
194
- ResourcePolicy?: string | undefined;
195
- ResourceOwner?: string | undefined;
196
- CallerArn?: string | undefined;
197
- ContextEntries?: ContextEntry[] | undefined;
198
- ResourceHandlingOption?: string | undefined;
199
- MaxItems?: number | undefined;
200
- Marker?: string | undefined;
201
- }
202
- export interface TagInstanceProfileRequest {
203
- InstanceProfileName: string | undefined;
204
- Tags: Tag[] | undefined;
205
- }
206
- export interface TagMFADeviceRequest {
207
- SerialNumber: string | undefined;
208
- Tags: Tag[] | undefined;
209
- }
210
- export interface TagOpenIDConnectProviderRequest {
211
- OpenIDConnectProviderArn: string | undefined;
212
- Tags: Tag[] | undefined;
213
- }
214
- export interface TagPolicyRequest {
215
- PolicyArn: string | undefined;
216
- Tags: Tag[] | undefined;
217
- }
218
- export interface TagRoleRequest {
219
- RoleName: string | undefined;
220
- Tags: Tag[] | undefined;
221
- }
222
- export interface TagSAMLProviderRequest {
223
- SAMLProviderArn: string | undefined;
224
- Tags: Tag[] | undefined;
225
- }
226
- export interface TagServerCertificateRequest {
227
- ServerCertificateName: string | undefined;
228
- Tags: Tag[] | undefined;
229
- }
230
- export interface TagUserRequest {
231
- UserName: string | undefined;
232
- Tags: Tag[] | undefined;
233
- }
234
- export interface UntagInstanceProfileRequest {
235
- InstanceProfileName: string | undefined;
236
- TagKeys: string[] | undefined;
237
- }
238
- export interface UntagMFADeviceRequest {
239
- SerialNumber: string | undefined;
240
- TagKeys: string[] | undefined;
241
- }
242
- export interface UntagOpenIDConnectProviderRequest {
243
- OpenIDConnectProviderArn: string | undefined;
244
- TagKeys: string[] | undefined;
245
- }
246
- export interface UntagPolicyRequest {
247
- PolicyArn: string | undefined;
248
- TagKeys: string[] | undefined;
249
- }
250
- export interface UntagRoleRequest {
251
- RoleName: string | undefined;
252
- TagKeys: string[] | undefined;
253
- }
254
- export interface UntagSAMLProviderRequest {
255
- SAMLProviderArn: string | undefined;
256
- TagKeys: string[] | undefined;
257
- }
258
- export interface UntagServerCertificateRequest {
259
- ServerCertificateName: string | undefined;
260
- TagKeys: string[] | undefined;
261
- }
262
- export interface UntagUserRequest {
263
- UserName: string | undefined;
264
- TagKeys: string[] | undefined;
265
- }
266
- export interface UpdateAccessKeyRequest {
267
- UserName?: string | undefined;
268
- AccessKeyId: string | undefined;
269
- Status: StatusType | undefined;
270
- }
271
- export interface UpdateAccountPasswordPolicyRequest {
272
- MinimumPasswordLength?: number | undefined;
273
- RequireSymbols?: boolean | undefined;
274
- RequireNumbers?: boolean | undefined;
275
- RequireUppercaseCharacters?: boolean | undefined;
276
- RequireLowercaseCharacters?: boolean | undefined;
277
- AllowUsersToChangePassword?: boolean | undefined;
278
- MaxPasswordAge?: number | undefined;
279
- PasswordReusePrevention?: number | undefined;
280
- HardExpiry?: boolean | undefined;
281
- }
282
- export interface UpdateAssumeRolePolicyRequest {
283
- RoleName: string | undefined;
284
- PolicyDocument: string | undefined;
285
- }
286
- export interface UpdateDelegationRequestRequest {
287
- DelegationRequestId: string | undefined;
288
- Notes?: string | undefined;
289
- }
290
- export interface UpdateGroupRequest {
291
- GroupName: string | undefined;
292
- NewPath?: string | undefined;
293
- NewGroupName?: string | undefined;
294
- }
295
- export interface UpdateLoginProfileRequest {
296
- UserName: string | undefined;
297
- Password?: string | undefined;
298
- PasswordResetRequired?: boolean | undefined;
299
- }
300
9
  export interface UpdateOpenIDConnectProviderThumbprintRequest {
301
10
  OpenIDConnectProviderArn: string | undefined;
302
11
  ThumbprintList: string[] | undefined;
@@ -349,20 +58,6 @@ export interface UpdateUserRequest {
349
58
  NewPath?: string | undefined;
350
59
  NewUserName?: string | undefined;
351
60
  }
352
- export declare class KeyPairMismatchException extends __BaseException {
353
- readonly name: "KeyPairMismatchException";
354
- readonly $fault: "client";
355
- constructor(
356
- opts: __ExceptionOptionType<KeyPairMismatchException, __BaseException>
357
- );
358
- }
359
- export declare class MalformedCertificateException extends __BaseException {
360
- readonly name: "MalformedCertificateException";
361
- readonly $fault: "client";
362
- constructor(
363
- opts: __ExceptionOptionType<MalformedCertificateException, __BaseException>
364
- );
365
- }
366
61
  export interface UploadServerCertificateRequest {
367
62
  Path?: string | undefined;
368
63
  ServerCertificateName: string | undefined;
@@ -375,20 +70,6 @@ export interface UploadServerCertificateResponse {
375
70
  ServerCertificateMetadata?: ServerCertificateMetadata | undefined;
376
71
  Tags?: Tag[] | undefined;
377
72
  }
378
- export declare class DuplicateCertificateException extends __BaseException {
379
- readonly name: "DuplicateCertificateException";
380
- readonly $fault: "client";
381
- constructor(
382
- opts: __ExceptionOptionType<DuplicateCertificateException, __BaseException>
383
- );
384
- }
385
- export declare class InvalidCertificateException extends __BaseException {
386
- readonly name: "InvalidCertificateException";
387
- readonly $fault: "client";
388
- constructor(
389
- opts: __ExceptionOptionType<InvalidCertificateException, __BaseException>
390
- );
391
- }
392
73
  export interface UploadSigningCertificateRequest {
393
74
  UserName?: string | undefined;
394
75
  CertificateBody: string | undefined;
@@ -396,20 +77,6 @@ export interface UploadSigningCertificateRequest {
396
77
  export interface UploadSigningCertificateResponse {
397
78
  Certificate: SigningCertificate | undefined;
398
79
  }
399
- export declare class DuplicateSSHPublicKeyException extends __BaseException {
400
- readonly name: "DuplicateSSHPublicKeyException";
401
- readonly $fault: "client";
402
- constructor(
403
- opts: __ExceptionOptionType<DuplicateSSHPublicKeyException, __BaseException>
404
- );
405
- }
406
- export declare class InvalidPublicKeyException extends __BaseException {
407
- readonly name: "InvalidPublicKeyException";
408
- readonly $fault: "client";
409
- constructor(
410
- opts: __ExceptionOptionType<InvalidPublicKeyException, __BaseException>
411
- );
412
- }
413
80
  export interface UploadSSHPublicKeyRequest {
414
81
  UserName: string | undefined;
415
82
  SSHPublicKeyBody: string | undefined;
@@ -104,12 +104,15 @@ export declare var EnableOrganizationsRootCredentialsManagementRequest: StaticSt
104
104
  export declare var EnableOrganizationsRootCredentialsManagementResponse: StaticStructureSchema;
105
105
  export declare var EnableOrganizationsRootSessionsRequest: StaticStructureSchema;
106
106
  export declare var EnableOrganizationsRootSessionsResponse: StaticStructureSchema;
107
+ export declare var EnableOutboundWebIdentityFederationResponse: StaticStructureSchema;
107
108
  export declare var EntityAlreadyExistsException: StaticErrorSchema;
108
109
  export declare var EntityDetails: StaticStructureSchema;
109
110
  export declare var EntityInfo: StaticStructureSchema;
110
111
  export declare var EntityTemporarilyUnmodifiableException: StaticErrorSchema;
111
112
  export declare var ErrorDetails: StaticStructureSchema;
112
113
  export declare var EvaluationResult: StaticStructureSchema;
114
+ export declare var FeatureDisabledException: StaticErrorSchema;
115
+ export declare var FeatureEnabledException: StaticErrorSchema;
113
116
  export declare var GenerateCredentialReportResponse: StaticStructureSchema;
114
117
  export declare var GenerateOrganizationsAccessReportRequest: StaticStructureSchema;
115
118
  export declare var GenerateOrganizationsAccessReportResponse: StaticStructureSchema;
@@ -143,6 +146,7 @@ export declare var GetOpenIDConnectProviderRequest: StaticStructureSchema;
143
146
  export declare var GetOpenIDConnectProviderResponse: StaticStructureSchema;
144
147
  export declare var GetOrganizationsAccessReportRequest: StaticStructureSchema;
145
148
  export declare var GetOrganizationsAccessReportResponse: StaticStructureSchema;
149
+ export declare var GetOutboundWebIdentityFederationInfoResponse: StaticStructureSchema;
146
150
  export declare var GetPolicyRequest: StaticStructureSchema;
147
151
  export declare var GetPolicyResponse: StaticStructureSchema;
148
152
  export declare var GetPolicyVersionRequest: StaticStructureSchema;
@@ -474,9 +478,11 @@ export declare var DetachRolePolicy: StaticOperationSchema;
474
478
  export declare var DetachUserPolicy: StaticOperationSchema;
475
479
  export declare var DisableOrganizationsRootCredentialsManagement: StaticOperationSchema;
476
480
  export declare var DisableOrganizationsRootSessions: StaticOperationSchema;
481
+ export declare var DisableOutboundWebIdentityFederation: StaticOperationSchema;
477
482
  export declare var EnableMFADevice: StaticOperationSchema;
478
483
  export declare var EnableOrganizationsRootCredentialsManagement: StaticOperationSchema;
479
484
  export declare var EnableOrganizationsRootSessions: StaticOperationSchema;
485
+ export declare var EnableOutboundWebIdentityFederation: StaticOperationSchema;
480
486
  export declare var GenerateCredentialReport: StaticOperationSchema;
481
487
  export declare var GenerateOrganizationsAccessReport: StaticOperationSchema;
482
488
  export declare var GenerateServiceLastAccessedDetails: StaticOperationSchema;
@@ -496,6 +502,7 @@ export declare var GetLoginProfile: StaticOperationSchema;
496
502
  export declare var GetMFADevice: StaticOperationSchema;
497
503
  export declare var GetOpenIDConnectProvider: StaticOperationSchema;
498
504
  export declare var GetOrganizationsAccessReport: StaticOperationSchema;
505
+ export declare var GetOutboundWebIdentityFederationInfo: StaticOperationSchema;
499
506
  export declare var GetPolicy: StaticOperationSchema;
500
507
  export declare var GetPolicyVersion: StaticOperationSchema;
501
508
  export declare var GetRole: StaticOperationSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-iam",
3
3
  "description": "AWS SDK for JavaScript Iam Client for Node.js, Browser and React Native",
4
- "version": "3.934.0",
4
+ "version": "3.936.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-iam",
@@ -20,38 +20,38 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.934.0",
24
- "@aws-sdk/credential-provider-node": "3.934.0",
25
- "@aws-sdk/middleware-host-header": "3.930.0",
26
- "@aws-sdk/middleware-logger": "3.930.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.933.0",
28
- "@aws-sdk/middleware-user-agent": "3.934.0",
29
- "@aws-sdk/region-config-resolver": "3.930.0",
30
- "@aws-sdk/types": "3.930.0",
31
- "@aws-sdk/util-endpoints": "3.930.0",
32
- "@aws-sdk/util-user-agent-browser": "3.930.0",
33
- "@aws-sdk/util-user-agent-node": "3.934.0",
23
+ "@aws-sdk/core": "3.936.0",
24
+ "@aws-sdk/credential-provider-node": "3.936.0",
25
+ "@aws-sdk/middleware-host-header": "3.936.0",
26
+ "@aws-sdk/middleware-logger": "3.936.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.936.0",
28
+ "@aws-sdk/middleware-user-agent": "3.936.0",
29
+ "@aws-sdk/region-config-resolver": "3.936.0",
30
+ "@aws-sdk/types": "3.936.0",
31
+ "@aws-sdk/util-endpoints": "3.936.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.936.0",
33
+ "@aws-sdk/util-user-agent-node": "3.936.0",
34
34
  "@smithy/config-resolver": "^4.4.3",
35
- "@smithy/core": "^3.18.2",
35
+ "@smithy/core": "^3.18.5",
36
36
  "@smithy/fetch-http-handler": "^5.3.6",
37
37
  "@smithy/hash-node": "^4.2.5",
38
38
  "@smithy/invalid-dependency": "^4.2.5",
39
39
  "@smithy/middleware-content-length": "^4.2.5",
40
- "@smithy/middleware-endpoint": "^4.3.9",
41
- "@smithy/middleware-retry": "^4.4.9",
42
- "@smithy/middleware-serde": "^4.2.5",
40
+ "@smithy/middleware-endpoint": "^4.3.12",
41
+ "@smithy/middleware-retry": "^4.4.12",
42
+ "@smithy/middleware-serde": "^4.2.6",
43
43
  "@smithy/middleware-stack": "^4.2.5",
44
44
  "@smithy/node-config-provider": "^4.3.5",
45
45
  "@smithy/node-http-handler": "^4.4.5",
46
46
  "@smithy/protocol-http": "^5.3.5",
47
- "@smithy/smithy-client": "^4.9.5",
47
+ "@smithy/smithy-client": "^4.9.8",
48
48
  "@smithy/types": "^4.9.0",
49
49
  "@smithy/url-parser": "^4.2.5",
50
50
  "@smithy/util-base64": "^4.3.0",
51
51
  "@smithy/util-body-length-browser": "^4.2.0",
52
52
  "@smithy/util-body-length-node": "^4.2.1",
53
- "@smithy/util-defaults-mode-browser": "^4.3.8",
54
- "@smithy/util-defaults-mode-node": "^4.2.11",
53
+ "@smithy/util-defaults-mode-browser": "^4.3.11",
54
+ "@smithy/util-defaults-mode-node": "^4.2.14",
55
55
  "@smithy/util-endpoints": "^3.2.5",
56
56
  "@smithy/util-middleware": "^4.2.5",
57
57
  "@smithy/util-retry": "^4.2.5",
@@ -1,2 +0,0 @@
1
- export * from "./models_0";
2
- export * from "./models_1";
@@ -1,2 +0,0 @@
1
- export * from "./models_0";
2
- export * from "./models_1";
@@ -1,2 +0,0 @@
1
- export * from "./models_0";
2
- export * from "./models_1";