@effect-aws/client-iam 1.10.3 → 1.10.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/Errors.d.ts +4 -2
- package/dist/cjs/Errors.d.ts.map +1 -1
- package/dist/cjs/Errors.js +2 -0
- package/dist/cjs/Errors.js.map +1 -1
- package/dist/cjs/IAMService.d.ts +57 -9
- package/dist/cjs/IAMService.d.ts.map +1 -1
- package/dist/cjs/IAMService.js +12 -0
- package/dist/cjs/IAMService.js.map +1 -1
- package/dist/dts/Errors.d.ts +4 -2
- package/dist/dts/Errors.d.ts.map +1 -1
- package/dist/dts/IAMService.d.ts +57 -9
- package/dist/dts/IAMService.d.ts.map +1 -1
- package/dist/esm/Errors.js +2 -0
- package/dist/esm/Errors.js.map +1 -1
- package/dist/esm/IAMService.js +13 -1
- package/dist/esm/IAMService.js.map +1 -1
- package/package.json +1 -1
- package/src/Errors.ts +6 -0
- package/src/IAMService.ts +237 -7
package/dist/esm/IAMService.js
CHANGED
|
@@ -1,22 +1,25 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @since 1.0.0
|
|
3
3
|
*/
|
|
4
|
-
import { AddClientIDToOpenIDConnectProviderCommand, AddRoleToInstanceProfileCommand, AddUserToGroupCommand, AttachGroupPolicyCommand, AttachRolePolicyCommand, AttachUserPolicyCommand, ChangePasswordCommand, CreateAccessKeyCommand, CreateAccountAliasCommand, CreateGroupCommand, CreateInstanceProfileCommand, CreateLoginProfileCommand, CreateOpenIDConnectProviderCommand, CreatePolicyCommand, CreatePolicyVersionCommand, CreateRoleCommand, CreateSAMLProviderCommand, CreateServiceLinkedRoleCommand, CreateServiceSpecificCredentialCommand, CreateUserCommand, CreateVirtualMFADeviceCommand, DeactivateMFADeviceCommand, DeleteAccessKeyCommand, DeleteAccountAliasCommand, DeleteAccountPasswordPolicyCommand, DeleteGroupCommand, DeleteGroupPolicyCommand, DeleteInstanceProfileCommand, DeleteLoginProfileCommand, DeleteOpenIDConnectProviderCommand, DeletePolicyCommand, DeletePolicyVersionCommand, DeleteRoleCommand, DeleteRolePermissionsBoundaryCommand, DeleteRolePolicyCommand, DeleteSAMLProviderCommand, DeleteServerCertificateCommand, DeleteServiceLinkedRoleCommand, DeleteServiceSpecificCredentialCommand, DeleteSigningCertificateCommand, DeleteSSHPublicKeyCommand, DeleteUserCommand, DeleteUserPermissionsBoundaryCommand, DeleteUserPolicyCommand, DeleteVirtualMFADeviceCommand, DetachGroupPolicyCommand, DetachRolePolicyCommand, DetachUserPolicyCommand, DisableOrganizationsRootCredentialsManagementCommand, DisableOrganizationsRootSessionsCommand, EnableMFADeviceCommand, EnableOrganizationsRootCredentialsManagementCommand, EnableOrganizationsRootSessionsCommand, GenerateCredentialReportCommand, GenerateOrganizationsAccessReportCommand, GenerateServiceLastAccessedDetailsCommand, GetAccessKeyLastUsedCommand, GetAccountAuthorizationDetailsCommand, GetAccountPasswordPolicyCommand, GetAccountSummaryCommand, GetContextKeysForCustomPolicyCommand, GetContextKeysForPrincipalPolicyCommand, GetCredentialReportCommand, GetGroupCommand, GetGroupPolicyCommand, GetInstanceProfileCommand, GetLoginProfileCommand, GetMFADeviceCommand, GetOpenIDConnectProviderCommand, GetOrganizationsAccessReportCommand, GetPolicyCommand, GetPolicyVersionCommand, GetRoleCommand, GetRolePolicyCommand, GetSAMLProviderCommand, GetServerCertificateCommand, GetServiceLastAccessedDetailsCommand, GetServiceLastAccessedDetailsWithEntitiesCommand, GetServiceLinkedRoleDeletionStatusCommand, GetSSHPublicKeyCommand, GetUserCommand, GetUserPolicyCommand, ListAccessKeysCommand, ListAccountAliasesCommand, ListAttachedGroupPoliciesCommand, ListAttachedRolePoliciesCommand, ListAttachedUserPoliciesCommand, ListEntitiesForPolicyCommand, ListGroupPoliciesCommand, ListGroupsCommand, ListGroupsForUserCommand, ListInstanceProfilesCommand, ListInstanceProfilesForRoleCommand, ListInstanceProfileTagsCommand, ListMFADevicesCommand, ListMFADeviceTagsCommand, ListOpenIDConnectProvidersCommand, ListOpenIDConnectProviderTagsCommand, ListOrganizationsFeaturesCommand, ListPoliciesCommand, ListPoliciesGrantingServiceAccessCommand, ListPolicyTagsCommand, ListPolicyVersionsCommand, ListRolePoliciesCommand, ListRolesCommand, ListRoleTagsCommand, ListSAMLProvidersCommand, ListSAMLProviderTagsCommand, ListServerCertificatesCommand, ListServerCertificateTagsCommand, ListServiceSpecificCredentialsCommand, ListSigningCertificatesCommand, ListSSHPublicKeysCommand, ListUserPoliciesCommand, ListUsersCommand, ListUserTagsCommand, ListVirtualMFADevicesCommand, PutGroupPolicyCommand, PutRolePermissionsBoundaryCommand, PutRolePolicyCommand, PutUserPermissionsBoundaryCommand, PutUserPolicyCommand, RemoveClientIDFromOpenIDConnectProviderCommand, RemoveRoleFromInstanceProfileCommand, RemoveUserFromGroupCommand, ResetServiceSpecificCredentialCommand, ResyncMFADeviceCommand, SetDefaultPolicyVersionCommand, SetSecurityTokenServicePreferencesCommand, SimulateCustomPolicyCommand, SimulatePrincipalPolicyCommand, TagInstanceProfileCommand, TagMFADeviceCommand, TagOpenIDConnectProviderCommand, TagPolicyCommand, TagRoleCommand, TagSAMLProviderCommand, TagServerCertificateCommand, TagUserCommand, UntagInstanceProfileCommand, UntagMFADeviceCommand, UntagOpenIDConnectProviderCommand, UntagPolicyCommand, UntagRoleCommand, UntagSAMLProviderCommand, UntagServerCertificateCommand, UntagUserCommand, UpdateAccessKeyCommand, UpdateAccountPasswordPolicyCommand, UpdateAssumeRolePolicyCommand, UpdateGroupCommand, UpdateLoginProfileCommand, UpdateOpenIDConnectProviderThumbprintCommand, UpdateRoleCommand, UpdateRoleDescriptionCommand, UpdateSAMLProviderCommand, UpdateServerCertificateCommand, UpdateServiceSpecificCredentialCommand, UpdateSigningCertificateCommand, UpdateSSHPublicKeyCommand, UpdateUserCommand, UploadServerCertificateCommand, UploadSigningCertificateCommand, UploadSSHPublicKeyCommand, } from "@aws-sdk/client-iam";
|
|
4
|
+
import { AcceptDelegationRequestCommand, AddClientIDToOpenIDConnectProviderCommand, AddRoleToInstanceProfileCommand, AddUserToGroupCommand, AssociateDelegationRequestCommand, AttachGroupPolicyCommand, AttachRolePolicyCommand, AttachUserPolicyCommand, ChangePasswordCommand, CreateAccessKeyCommand, CreateAccountAliasCommand, CreateDelegationRequestCommand, CreateGroupCommand, CreateInstanceProfileCommand, CreateLoginProfileCommand, CreateOpenIDConnectProviderCommand, CreatePolicyCommand, CreatePolicyVersionCommand, CreateRoleCommand, CreateSAMLProviderCommand, CreateServiceLinkedRoleCommand, CreateServiceSpecificCredentialCommand, CreateUserCommand, CreateVirtualMFADeviceCommand, DeactivateMFADeviceCommand, DeleteAccessKeyCommand, DeleteAccountAliasCommand, DeleteAccountPasswordPolicyCommand, DeleteGroupCommand, DeleteGroupPolicyCommand, DeleteInstanceProfileCommand, DeleteLoginProfileCommand, DeleteOpenIDConnectProviderCommand, DeletePolicyCommand, DeletePolicyVersionCommand, DeleteRoleCommand, DeleteRolePermissionsBoundaryCommand, DeleteRolePolicyCommand, DeleteSAMLProviderCommand, DeleteServerCertificateCommand, DeleteServiceLinkedRoleCommand, DeleteServiceSpecificCredentialCommand, DeleteSigningCertificateCommand, DeleteSSHPublicKeyCommand, DeleteUserCommand, DeleteUserPermissionsBoundaryCommand, DeleteUserPolicyCommand, DeleteVirtualMFADeviceCommand, DetachGroupPolicyCommand, DetachRolePolicyCommand, DetachUserPolicyCommand, DisableOrganizationsRootCredentialsManagementCommand, DisableOrganizationsRootSessionsCommand, DisableOutboundWebIdentityFederationCommand, EnableMFADeviceCommand, EnableOrganizationsRootCredentialsManagementCommand, EnableOrganizationsRootSessionsCommand, EnableOutboundWebIdentityFederationCommand, GenerateCredentialReportCommand, GenerateOrganizationsAccessReportCommand, GenerateServiceLastAccessedDetailsCommand, GetAccessKeyLastUsedCommand, GetAccountAuthorizationDetailsCommand, GetAccountPasswordPolicyCommand, GetAccountSummaryCommand, GetContextKeysForCustomPolicyCommand, GetContextKeysForPrincipalPolicyCommand, GetCredentialReportCommand, GetDelegationRequestCommand, GetGroupCommand, GetGroupPolicyCommand, GetHumanReadableSummaryCommand, GetInstanceProfileCommand, GetLoginProfileCommand, GetMFADeviceCommand, GetOpenIDConnectProviderCommand, GetOrganizationsAccessReportCommand, GetOutboundWebIdentityFederationInfoCommand, GetPolicyCommand, GetPolicyVersionCommand, GetRoleCommand, GetRolePolicyCommand, GetSAMLProviderCommand, GetServerCertificateCommand, GetServiceLastAccessedDetailsCommand, GetServiceLastAccessedDetailsWithEntitiesCommand, GetServiceLinkedRoleDeletionStatusCommand, GetSSHPublicKeyCommand, GetUserCommand, GetUserPolicyCommand, ListAccessKeysCommand, ListAccountAliasesCommand, ListAttachedGroupPoliciesCommand, ListAttachedRolePoliciesCommand, ListAttachedUserPoliciesCommand, ListDelegationRequestsCommand, ListEntitiesForPolicyCommand, ListGroupPoliciesCommand, ListGroupsCommand, ListGroupsForUserCommand, ListInstanceProfilesCommand, ListInstanceProfilesForRoleCommand, ListInstanceProfileTagsCommand, ListMFADevicesCommand, ListMFADeviceTagsCommand, ListOpenIDConnectProvidersCommand, ListOpenIDConnectProviderTagsCommand, ListOrganizationsFeaturesCommand, ListPoliciesCommand, ListPoliciesGrantingServiceAccessCommand, ListPolicyTagsCommand, ListPolicyVersionsCommand, ListRolePoliciesCommand, ListRolesCommand, ListRoleTagsCommand, ListSAMLProvidersCommand, ListSAMLProviderTagsCommand, ListServerCertificatesCommand, ListServerCertificateTagsCommand, ListServiceSpecificCredentialsCommand, ListSigningCertificatesCommand, ListSSHPublicKeysCommand, ListUserPoliciesCommand, ListUsersCommand, ListUserTagsCommand, ListVirtualMFADevicesCommand, PutGroupPolicyCommand, PutRolePermissionsBoundaryCommand, PutRolePolicyCommand, PutUserPermissionsBoundaryCommand, PutUserPolicyCommand, RejectDelegationRequestCommand, RemoveClientIDFromOpenIDConnectProviderCommand, RemoveRoleFromInstanceProfileCommand, RemoveUserFromGroupCommand, ResetServiceSpecificCredentialCommand, ResyncMFADeviceCommand, SendDelegationTokenCommand, SetDefaultPolicyVersionCommand, SetSecurityTokenServicePreferencesCommand, SimulateCustomPolicyCommand, SimulatePrincipalPolicyCommand, TagInstanceProfileCommand, TagMFADeviceCommand, TagOpenIDConnectProviderCommand, TagPolicyCommand, TagRoleCommand, TagSAMLProviderCommand, TagServerCertificateCommand, TagUserCommand, UntagInstanceProfileCommand, UntagMFADeviceCommand, UntagOpenIDConnectProviderCommand, UntagPolicyCommand, UntagRoleCommand, UntagSAMLProviderCommand, UntagServerCertificateCommand, UntagUserCommand, UpdateAccessKeyCommand, UpdateAccountPasswordPolicyCommand, UpdateAssumeRolePolicyCommand, UpdateDelegationRequestCommand, UpdateGroupCommand, UpdateLoginProfileCommand, UpdateOpenIDConnectProviderThumbprintCommand, UpdateRoleCommand, UpdateRoleDescriptionCommand, UpdateSAMLProviderCommand, UpdateServerCertificateCommand, UpdateServiceSpecificCredentialCommand, UpdateSigningCertificateCommand, UpdateSSHPublicKeyCommand, UpdateUserCommand, UploadServerCertificateCommand, UploadSigningCertificateCommand, UploadSSHPublicKeyCommand, } from "@aws-sdk/client-iam";
|
|
5
5
|
import { Service } from "@effect-aws/commons";
|
|
6
6
|
import { Effect, Layer } from "effect";
|
|
7
7
|
import { AllServiceErrors } from "./Errors.js";
|
|
8
8
|
import * as Instance from "./IAMClientInstance.js";
|
|
9
9
|
import * as IAMServiceConfig from "./IAMServiceConfig.js";
|
|
10
10
|
const commands = {
|
|
11
|
+
AcceptDelegationRequestCommand,
|
|
11
12
|
AddClientIDToOpenIDConnectProviderCommand,
|
|
12
13
|
AddRoleToInstanceProfileCommand,
|
|
13
14
|
AddUserToGroupCommand,
|
|
15
|
+
AssociateDelegationRequestCommand,
|
|
14
16
|
AttachGroupPolicyCommand,
|
|
15
17
|
AttachRolePolicyCommand,
|
|
16
18
|
AttachUserPolicyCommand,
|
|
17
19
|
ChangePasswordCommand,
|
|
18
20
|
CreateAccessKeyCommand,
|
|
19
21
|
CreateAccountAliasCommand,
|
|
22
|
+
CreateDelegationRequestCommand,
|
|
20
23
|
CreateGroupCommand,
|
|
21
24
|
CreateInstanceProfileCommand,
|
|
22
25
|
CreateLoginProfileCommand,
|
|
@@ -58,9 +61,11 @@ const commands = {
|
|
|
58
61
|
DetachUserPolicyCommand,
|
|
59
62
|
DisableOrganizationsRootCredentialsManagementCommand,
|
|
60
63
|
DisableOrganizationsRootSessionsCommand,
|
|
64
|
+
DisableOutboundWebIdentityFederationCommand,
|
|
61
65
|
EnableMFADeviceCommand,
|
|
62
66
|
EnableOrganizationsRootCredentialsManagementCommand,
|
|
63
67
|
EnableOrganizationsRootSessionsCommand,
|
|
68
|
+
EnableOutboundWebIdentityFederationCommand,
|
|
64
69
|
GenerateCredentialReportCommand,
|
|
65
70
|
GenerateOrganizationsAccessReportCommand,
|
|
66
71
|
GenerateServiceLastAccessedDetailsCommand,
|
|
@@ -71,13 +76,16 @@ const commands = {
|
|
|
71
76
|
GetContextKeysForCustomPolicyCommand,
|
|
72
77
|
GetContextKeysForPrincipalPolicyCommand,
|
|
73
78
|
GetCredentialReportCommand,
|
|
79
|
+
GetDelegationRequestCommand,
|
|
74
80
|
GetGroupCommand,
|
|
75
81
|
GetGroupPolicyCommand,
|
|
82
|
+
GetHumanReadableSummaryCommand,
|
|
76
83
|
GetInstanceProfileCommand,
|
|
77
84
|
GetLoginProfileCommand,
|
|
78
85
|
GetMFADeviceCommand,
|
|
79
86
|
GetOpenIDConnectProviderCommand,
|
|
80
87
|
GetOrganizationsAccessReportCommand,
|
|
88
|
+
GetOutboundWebIdentityFederationInfoCommand,
|
|
81
89
|
GetPolicyCommand,
|
|
82
90
|
GetPolicyVersionCommand,
|
|
83
91
|
GetRoleCommand,
|
|
@@ -95,6 +103,7 @@ const commands = {
|
|
|
95
103
|
ListAttachedGroupPoliciesCommand,
|
|
96
104
|
ListAttachedRolePoliciesCommand,
|
|
97
105
|
ListAttachedUserPoliciesCommand,
|
|
106
|
+
ListDelegationRequestsCommand,
|
|
98
107
|
ListEntitiesForPolicyCommand,
|
|
99
108
|
ListGroupPoliciesCommand,
|
|
100
109
|
ListGroupsCommand,
|
|
@@ -130,11 +139,13 @@ const commands = {
|
|
|
130
139
|
PutRolePolicyCommand,
|
|
131
140
|
PutUserPermissionsBoundaryCommand,
|
|
132
141
|
PutUserPolicyCommand,
|
|
142
|
+
RejectDelegationRequestCommand,
|
|
133
143
|
RemoveClientIDFromOpenIDConnectProviderCommand,
|
|
134
144
|
RemoveRoleFromInstanceProfileCommand,
|
|
135
145
|
RemoveUserFromGroupCommand,
|
|
136
146
|
ResetServiceSpecificCredentialCommand,
|
|
137
147
|
ResyncMFADeviceCommand,
|
|
148
|
+
SendDelegationTokenCommand,
|
|
138
149
|
SetDefaultPolicyVersionCommand,
|
|
139
150
|
SetSecurityTokenServicePreferencesCommand,
|
|
140
151
|
SimulateCustomPolicyCommand,
|
|
@@ -158,6 +169,7 @@ const commands = {
|
|
|
158
169
|
UpdateAccessKeyCommand,
|
|
159
170
|
UpdateAccountPasswordPolicyCommand,
|
|
160
171
|
UpdateAssumeRolePolicyCommand,
|
|
172
|
+
UpdateDelegationRequestCommand,
|
|
161
173
|
UpdateGroupCommand,
|
|
162
174
|
UpdateLoginProfileCommand,
|
|
163
175
|
UpdateOpenIDConnectProviderThumbprintCommand,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IAMService.js","sourceRoot":"","sources":["../../src/IAMService.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"IAMService.js","sourceRoot":"","sources":["../../src/IAMService.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
package/src/Errors.ts
CHANGED
|
@@ -10,6 +10,8 @@ import type {
|
|
|
10
10
|
DuplicateSSHPublicKeyException,
|
|
11
11
|
EntityAlreadyExistsException,
|
|
12
12
|
EntityTemporarilyUnmodifiableException,
|
|
13
|
+
FeatureDisabledException,
|
|
14
|
+
FeatureEnabledException,
|
|
13
15
|
InvalidAuthenticationCodeException,
|
|
14
16
|
InvalidCertificateException,
|
|
15
17
|
InvalidInputException,
|
|
@@ -47,6 +49,8 @@ export const AllServiceErrors = [
|
|
|
47
49
|
"DuplicateSSHPublicKeyException",
|
|
48
50
|
"EntityAlreadyExistsException",
|
|
49
51
|
"EntityTemporarilyUnmodifiableException",
|
|
52
|
+
"FeatureDisabledException",
|
|
53
|
+
"FeatureEnabledException",
|
|
50
54
|
"InvalidAuthenticationCodeException",
|
|
51
55
|
"InvalidCertificateException",
|
|
52
56
|
"InvalidInputException",
|
|
@@ -84,6 +88,8 @@ export type DuplicateCertificateError = TaggedException<DuplicateCertificateExce
|
|
|
84
88
|
export type DuplicateSSHPublicKeyError = TaggedException<DuplicateSSHPublicKeyException>;
|
|
85
89
|
export type EntityAlreadyExistsError = TaggedException<EntityAlreadyExistsException>;
|
|
86
90
|
export type EntityTemporarilyUnmodifiableError = TaggedException<EntityTemporarilyUnmodifiableException>;
|
|
91
|
+
export type FeatureDisabledError = TaggedException<FeatureDisabledException>;
|
|
92
|
+
export type FeatureEnabledError = TaggedException<FeatureEnabledException>;
|
|
87
93
|
export type InvalidAuthenticationCodeError = TaggedException<InvalidAuthenticationCodeException>;
|
|
88
94
|
export type InvalidCertificateError = TaggedException<InvalidCertificateException>;
|
|
89
95
|
export type InvalidInputError = TaggedException<InvalidInputException>;
|
package/src/IAMService.ts
CHANGED
|
@@ -2,6 +2,9 @@
|
|
|
2
2
|
* @since 1.0.0
|
|
3
3
|
*/
|
|
4
4
|
import {
|
|
5
|
+
AcceptDelegationRequestCommand,
|
|
6
|
+
type AcceptDelegationRequestCommandInput,
|
|
7
|
+
type AcceptDelegationRequestCommandOutput,
|
|
5
8
|
AddClientIDToOpenIDConnectProviderCommand,
|
|
6
9
|
type AddClientIDToOpenIDConnectProviderCommandInput,
|
|
7
10
|
type AddClientIDToOpenIDConnectProviderCommandOutput,
|
|
@@ -11,6 +14,9 @@ import {
|
|
|
11
14
|
AddUserToGroupCommand,
|
|
12
15
|
type AddUserToGroupCommandInput,
|
|
13
16
|
type AddUserToGroupCommandOutput,
|
|
17
|
+
AssociateDelegationRequestCommand,
|
|
18
|
+
type AssociateDelegationRequestCommandInput,
|
|
19
|
+
type AssociateDelegationRequestCommandOutput,
|
|
14
20
|
AttachGroupPolicyCommand,
|
|
15
21
|
type AttachGroupPolicyCommandInput,
|
|
16
22
|
type AttachGroupPolicyCommandOutput,
|
|
@@ -29,6 +35,9 @@ import {
|
|
|
29
35
|
CreateAccountAliasCommand,
|
|
30
36
|
type CreateAccountAliasCommandInput,
|
|
31
37
|
type CreateAccountAliasCommandOutput,
|
|
38
|
+
CreateDelegationRequestCommand,
|
|
39
|
+
type CreateDelegationRequestCommandInput,
|
|
40
|
+
type CreateDelegationRequestCommandOutput,
|
|
32
41
|
CreateGroupCommand,
|
|
33
42
|
type CreateGroupCommandInput,
|
|
34
43
|
type CreateGroupCommandOutput,
|
|
@@ -152,6 +161,9 @@ import {
|
|
|
152
161
|
DisableOrganizationsRootSessionsCommand,
|
|
153
162
|
type DisableOrganizationsRootSessionsCommandInput,
|
|
154
163
|
type DisableOrganizationsRootSessionsCommandOutput,
|
|
164
|
+
DisableOutboundWebIdentityFederationCommand,
|
|
165
|
+
type DisableOutboundWebIdentityFederationCommandInput,
|
|
166
|
+
type DisableOutboundWebIdentityFederationCommandOutput,
|
|
155
167
|
EnableMFADeviceCommand,
|
|
156
168
|
type EnableMFADeviceCommandInput,
|
|
157
169
|
type EnableMFADeviceCommandOutput,
|
|
@@ -161,6 +173,9 @@ import {
|
|
|
161
173
|
EnableOrganizationsRootSessionsCommand,
|
|
162
174
|
type EnableOrganizationsRootSessionsCommandInput,
|
|
163
175
|
type EnableOrganizationsRootSessionsCommandOutput,
|
|
176
|
+
EnableOutboundWebIdentityFederationCommand,
|
|
177
|
+
type EnableOutboundWebIdentityFederationCommandInput,
|
|
178
|
+
type EnableOutboundWebIdentityFederationCommandOutput,
|
|
164
179
|
GenerateCredentialReportCommand,
|
|
165
180
|
type GenerateCredentialReportCommandInput,
|
|
166
181
|
type GenerateCredentialReportCommandOutput,
|
|
@@ -191,12 +206,18 @@ import {
|
|
|
191
206
|
GetCredentialReportCommand,
|
|
192
207
|
type GetCredentialReportCommandInput,
|
|
193
208
|
type GetCredentialReportCommandOutput,
|
|
209
|
+
GetDelegationRequestCommand,
|
|
210
|
+
type GetDelegationRequestCommandInput,
|
|
211
|
+
type GetDelegationRequestCommandOutput,
|
|
194
212
|
GetGroupCommand,
|
|
195
213
|
type GetGroupCommandInput,
|
|
196
214
|
type GetGroupCommandOutput,
|
|
197
215
|
GetGroupPolicyCommand,
|
|
198
216
|
type GetGroupPolicyCommandInput,
|
|
199
217
|
type GetGroupPolicyCommandOutput,
|
|
218
|
+
GetHumanReadableSummaryCommand,
|
|
219
|
+
type GetHumanReadableSummaryCommandInput,
|
|
220
|
+
type GetHumanReadableSummaryCommandOutput,
|
|
200
221
|
GetInstanceProfileCommand,
|
|
201
222
|
type GetInstanceProfileCommandInput,
|
|
202
223
|
type GetInstanceProfileCommandOutput,
|
|
@@ -212,6 +233,9 @@ import {
|
|
|
212
233
|
GetOrganizationsAccessReportCommand,
|
|
213
234
|
type GetOrganizationsAccessReportCommandInput,
|
|
214
235
|
type GetOrganizationsAccessReportCommandOutput,
|
|
236
|
+
GetOutboundWebIdentityFederationInfoCommand,
|
|
237
|
+
type GetOutboundWebIdentityFederationInfoCommandInput,
|
|
238
|
+
type GetOutboundWebIdentityFederationInfoCommandOutput,
|
|
215
239
|
GetPolicyCommand,
|
|
216
240
|
type GetPolicyCommandInput,
|
|
217
241
|
type GetPolicyCommandOutput,
|
|
@@ -265,6 +289,9 @@ import {
|
|
|
265
289
|
ListAttachedUserPoliciesCommand,
|
|
266
290
|
type ListAttachedUserPoliciesCommandInput,
|
|
267
291
|
type ListAttachedUserPoliciesCommandOutput,
|
|
292
|
+
ListDelegationRequestsCommand,
|
|
293
|
+
type ListDelegationRequestsCommandInput,
|
|
294
|
+
type ListDelegationRequestsCommandOutput,
|
|
268
295
|
ListEntitiesForPolicyCommand,
|
|
269
296
|
type ListEntitiesForPolicyCommandInput,
|
|
270
297
|
type ListEntitiesForPolicyCommandOutput,
|
|
@@ -370,6 +397,9 @@ import {
|
|
|
370
397
|
PutUserPolicyCommand,
|
|
371
398
|
type PutUserPolicyCommandInput,
|
|
372
399
|
type PutUserPolicyCommandOutput,
|
|
400
|
+
RejectDelegationRequestCommand,
|
|
401
|
+
type RejectDelegationRequestCommandInput,
|
|
402
|
+
type RejectDelegationRequestCommandOutput,
|
|
373
403
|
RemoveClientIDFromOpenIDConnectProviderCommand,
|
|
374
404
|
type RemoveClientIDFromOpenIDConnectProviderCommandInput,
|
|
375
405
|
type RemoveClientIDFromOpenIDConnectProviderCommandOutput,
|
|
@@ -385,6 +415,9 @@ import {
|
|
|
385
415
|
ResyncMFADeviceCommand,
|
|
386
416
|
type ResyncMFADeviceCommandInput,
|
|
387
417
|
type ResyncMFADeviceCommandOutput,
|
|
418
|
+
SendDelegationTokenCommand,
|
|
419
|
+
type SendDelegationTokenCommandInput,
|
|
420
|
+
type SendDelegationTokenCommandOutput,
|
|
388
421
|
SetDefaultPolicyVersionCommand,
|
|
389
422
|
type SetDefaultPolicyVersionCommandInput,
|
|
390
423
|
type SetDefaultPolicyVersionCommandOutput,
|
|
@@ -454,6 +487,9 @@ import {
|
|
|
454
487
|
UpdateAssumeRolePolicyCommand,
|
|
455
488
|
type UpdateAssumeRolePolicyCommandInput,
|
|
456
489
|
type UpdateAssumeRolePolicyCommandOutput,
|
|
490
|
+
UpdateDelegationRequestCommand,
|
|
491
|
+
type UpdateDelegationRequestCommandInput,
|
|
492
|
+
type UpdateDelegationRequestCommandOutput,
|
|
457
493
|
UpdateGroupCommand,
|
|
458
494
|
type UpdateGroupCommandInput,
|
|
459
495
|
type UpdateGroupCommandOutput,
|
|
@@ -513,6 +549,8 @@ import type {
|
|
|
513
549
|
DuplicateSSHPublicKeyError,
|
|
514
550
|
EntityAlreadyExistsError,
|
|
515
551
|
EntityTemporarilyUnmodifiableError,
|
|
552
|
+
FeatureDisabledError,
|
|
553
|
+
FeatureEnabledError,
|
|
516
554
|
InvalidAuthenticationCodeError,
|
|
517
555
|
InvalidCertificateError,
|
|
518
556
|
InvalidInputError,
|
|
@@ -542,15 +580,18 @@ import * as Instance from "./IAMClientInstance.js";
|
|
|
542
580
|
import * as IAMServiceConfig from "./IAMServiceConfig.js";
|
|
543
581
|
|
|
544
582
|
const commands = {
|
|
583
|
+
AcceptDelegationRequestCommand,
|
|
545
584
|
AddClientIDToOpenIDConnectProviderCommand,
|
|
546
585
|
AddRoleToInstanceProfileCommand,
|
|
547
586
|
AddUserToGroupCommand,
|
|
587
|
+
AssociateDelegationRequestCommand,
|
|
548
588
|
AttachGroupPolicyCommand,
|
|
549
589
|
AttachRolePolicyCommand,
|
|
550
590
|
AttachUserPolicyCommand,
|
|
551
591
|
ChangePasswordCommand,
|
|
552
592
|
CreateAccessKeyCommand,
|
|
553
593
|
CreateAccountAliasCommand,
|
|
594
|
+
CreateDelegationRequestCommand,
|
|
554
595
|
CreateGroupCommand,
|
|
555
596
|
CreateInstanceProfileCommand,
|
|
556
597
|
CreateLoginProfileCommand,
|
|
@@ -592,9 +633,11 @@ const commands = {
|
|
|
592
633
|
DetachUserPolicyCommand,
|
|
593
634
|
DisableOrganizationsRootCredentialsManagementCommand,
|
|
594
635
|
DisableOrganizationsRootSessionsCommand,
|
|
636
|
+
DisableOutboundWebIdentityFederationCommand,
|
|
595
637
|
EnableMFADeviceCommand,
|
|
596
638
|
EnableOrganizationsRootCredentialsManagementCommand,
|
|
597
639
|
EnableOrganizationsRootSessionsCommand,
|
|
640
|
+
EnableOutboundWebIdentityFederationCommand,
|
|
598
641
|
GenerateCredentialReportCommand,
|
|
599
642
|
GenerateOrganizationsAccessReportCommand,
|
|
600
643
|
GenerateServiceLastAccessedDetailsCommand,
|
|
@@ -605,13 +648,16 @@ const commands = {
|
|
|
605
648
|
GetContextKeysForCustomPolicyCommand,
|
|
606
649
|
GetContextKeysForPrincipalPolicyCommand,
|
|
607
650
|
GetCredentialReportCommand,
|
|
651
|
+
GetDelegationRequestCommand,
|
|
608
652
|
GetGroupCommand,
|
|
609
653
|
GetGroupPolicyCommand,
|
|
654
|
+
GetHumanReadableSummaryCommand,
|
|
610
655
|
GetInstanceProfileCommand,
|
|
611
656
|
GetLoginProfileCommand,
|
|
612
657
|
GetMFADeviceCommand,
|
|
613
658
|
GetOpenIDConnectProviderCommand,
|
|
614
659
|
GetOrganizationsAccessReportCommand,
|
|
660
|
+
GetOutboundWebIdentityFederationInfoCommand,
|
|
615
661
|
GetPolicyCommand,
|
|
616
662
|
GetPolicyVersionCommand,
|
|
617
663
|
GetRoleCommand,
|
|
@@ -629,6 +675,7 @@ const commands = {
|
|
|
629
675
|
ListAttachedGroupPoliciesCommand,
|
|
630
676
|
ListAttachedRolePoliciesCommand,
|
|
631
677
|
ListAttachedUserPoliciesCommand,
|
|
678
|
+
ListDelegationRequestsCommand,
|
|
632
679
|
ListEntitiesForPolicyCommand,
|
|
633
680
|
ListGroupPoliciesCommand,
|
|
634
681
|
ListGroupsCommand,
|
|
@@ -664,11 +711,13 @@ const commands = {
|
|
|
664
711
|
PutRolePolicyCommand,
|
|
665
712
|
PutUserPermissionsBoundaryCommand,
|
|
666
713
|
PutUserPolicyCommand,
|
|
714
|
+
RejectDelegationRequestCommand,
|
|
667
715
|
RemoveClientIDFromOpenIDConnectProviderCommand,
|
|
668
716
|
RemoveRoleFromInstanceProfileCommand,
|
|
669
717
|
RemoveUserFromGroupCommand,
|
|
670
718
|
ResetServiceSpecificCredentialCommand,
|
|
671
719
|
ResyncMFADeviceCommand,
|
|
720
|
+
SendDelegationTokenCommand,
|
|
672
721
|
SetDefaultPolicyVersionCommand,
|
|
673
722
|
SetSecurityTokenServicePreferencesCommand,
|
|
674
723
|
SimulateCustomPolicyCommand,
|
|
@@ -692,6 +741,7 @@ const commands = {
|
|
|
692
741
|
UpdateAccessKeyCommand,
|
|
693
742
|
UpdateAccountPasswordPolicyCommand,
|
|
694
743
|
UpdateAssumeRolePolicyCommand,
|
|
744
|
+
UpdateDelegationRequestCommand,
|
|
695
745
|
UpdateGroupCommand,
|
|
696
746
|
UpdateLoginProfileCommand,
|
|
697
747
|
UpdateOpenIDConnectProviderThumbprintCommand,
|
|
@@ -711,6 +761,17 @@ const commands = {
|
|
|
711
761
|
interface IAMService$ {
|
|
712
762
|
readonly _: unique symbol;
|
|
713
763
|
|
|
764
|
+
/**
|
|
765
|
+
* @see {@link AcceptDelegationRequestCommand}
|
|
766
|
+
*/
|
|
767
|
+
acceptDelegationRequest(
|
|
768
|
+
args: AcceptDelegationRequestCommandInput,
|
|
769
|
+
options?: HttpHandlerOptions,
|
|
770
|
+
): Effect.Effect<
|
|
771
|
+
AcceptDelegationRequestCommandOutput,
|
|
772
|
+
Cause.TimeoutException | SdkError | ConcurrentModificationError | NoSuchEntityError | ServiceFailureError
|
|
773
|
+
>;
|
|
774
|
+
|
|
714
775
|
/**
|
|
715
776
|
* @see {@link AddClientIDToOpenIDConnectProviderCommand}
|
|
716
777
|
*/
|
|
@@ -719,7 +780,13 @@ interface IAMService$ {
|
|
|
719
780
|
options?: HttpHandlerOptions,
|
|
720
781
|
): Effect.Effect<
|
|
721
782
|
AddClientIDToOpenIDConnectProviderCommandOutput,
|
|
722
|
-
Cause.TimeoutException
|
|
783
|
+
| Cause.TimeoutException
|
|
784
|
+
| SdkError
|
|
785
|
+
| ConcurrentModificationError
|
|
786
|
+
| InvalidInputError
|
|
787
|
+
| LimitExceededError
|
|
788
|
+
| NoSuchEntityError
|
|
789
|
+
| ServiceFailureError
|
|
723
790
|
>;
|
|
724
791
|
|
|
725
792
|
/**
|
|
@@ -750,6 +817,22 @@ interface IAMService$ {
|
|
|
750
817
|
Cause.TimeoutException | SdkError | LimitExceededError | NoSuchEntityError | ServiceFailureError
|
|
751
818
|
>;
|
|
752
819
|
|
|
820
|
+
/**
|
|
821
|
+
* @see {@link AssociateDelegationRequestCommand}
|
|
822
|
+
*/
|
|
823
|
+
associateDelegationRequest(
|
|
824
|
+
args: AssociateDelegationRequestCommandInput,
|
|
825
|
+
options?: HttpHandlerOptions,
|
|
826
|
+
): Effect.Effect<
|
|
827
|
+
AssociateDelegationRequestCommandOutput,
|
|
828
|
+
| Cause.TimeoutException
|
|
829
|
+
| SdkError
|
|
830
|
+
| ConcurrentModificationError
|
|
831
|
+
| InvalidInputError
|
|
832
|
+
| NoSuchEntityError
|
|
833
|
+
| ServiceFailureError
|
|
834
|
+
>;
|
|
835
|
+
|
|
753
836
|
/**
|
|
754
837
|
* @see {@link AttachGroupPolicyCommand}
|
|
755
838
|
*/
|
|
@@ -847,6 +930,23 @@ interface IAMService$ {
|
|
|
847
930
|
| ServiceFailureError
|
|
848
931
|
>;
|
|
849
932
|
|
|
933
|
+
/**
|
|
934
|
+
* @see {@link CreateDelegationRequestCommand}
|
|
935
|
+
*/
|
|
936
|
+
createDelegationRequest(
|
|
937
|
+
args: CreateDelegationRequestCommandInput,
|
|
938
|
+
options?: HttpHandlerOptions,
|
|
939
|
+
): Effect.Effect<
|
|
940
|
+
CreateDelegationRequestCommandOutput,
|
|
941
|
+
| Cause.TimeoutException
|
|
942
|
+
| SdkError
|
|
943
|
+
| ConcurrentModificationError
|
|
944
|
+
| EntityAlreadyExistsError
|
|
945
|
+
| InvalidInputError
|
|
946
|
+
| LimitExceededError
|
|
947
|
+
| ServiceFailureError
|
|
948
|
+
>;
|
|
949
|
+
|
|
850
950
|
/**
|
|
851
951
|
* @see {@link CreateGroupCommand}
|
|
852
952
|
*/
|
|
@@ -1449,6 +1549,17 @@ interface IAMService$ {
|
|
|
1449
1549
|
| ServiceAccessNotEnabledError
|
|
1450
1550
|
>;
|
|
1451
1551
|
|
|
1552
|
+
/**
|
|
1553
|
+
* @see {@link DisableOutboundWebIdentityFederationCommand}
|
|
1554
|
+
*/
|
|
1555
|
+
disableOutboundWebIdentityFederation(
|
|
1556
|
+
args: DisableOutboundWebIdentityFederationCommandInput,
|
|
1557
|
+
options?: HttpHandlerOptions,
|
|
1558
|
+
): Effect.Effect<
|
|
1559
|
+
DisableOutboundWebIdentityFederationCommandOutput,
|
|
1560
|
+
Cause.TimeoutException | SdkError | FeatureDisabledError
|
|
1561
|
+
>;
|
|
1562
|
+
|
|
1452
1563
|
/**
|
|
1453
1564
|
* @see {@link EnableMFADeviceCommand}
|
|
1454
1565
|
*/
|
|
@@ -1502,6 +1613,17 @@ interface IAMService$ {
|
|
|
1502
1613
|
| ServiceAccessNotEnabledError
|
|
1503
1614
|
>;
|
|
1504
1615
|
|
|
1616
|
+
/**
|
|
1617
|
+
* @see {@link EnableOutboundWebIdentityFederationCommand}
|
|
1618
|
+
*/
|
|
1619
|
+
enableOutboundWebIdentityFederation(
|
|
1620
|
+
args: EnableOutboundWebIdentityFederationCommandInput,
|
|
1621
|
+
options?: HttpHandlerOptions,
|
|
1622
|
+
): Effect.Effect<
|
|
1623
|
+
EnableOutboundWebIdentityFederationCommandOutput,
|
|
1624
|
+
Cause.TimeoutException | SdkError | FeatureEnabledError
|
|
1625
|
+
>;
|
|
1626
|
+
|
|
1505
1627
|
/**
|
|
1506
1628
|
* @see {@link GenerateCredentialReportCommand}
|
|
1507
1629
|
*/
|
|
@@ -1617,6 +1739,17 @@ interface IAMService$ {
|
|
|
1617
1739
|
| ServiceFailureError
|
|
1618
1740
|
>;
|
|
1619
1741
|
|
|
1742
|
+
/**
|
|
1743
|
+
* @see {@link GetDelegationRequestCommand}
|
|
1744
|
+
*/
|
|
1745
|
+
getDelegationRequest(
|
|
1746
|
+
args: GetDelegationRequestCommandInput,
|
|
1747
|
+
options?: HttpHandlerOptions,
|
|
1748
|
+
): Effect.Effect<
|
|
1749
|
+
GetDelegationRequestCommandOutput,
|
|
1750
|
+
Cause.TimeoutException | SdkError | NoSuchEntityError | ServiceFailureError
|
|
1751
|
+
>;
|
|
1752
|
+
|
|
1620
1753
|
/**
|
|
1621
1754
|
* @see {@link GetGroupCommand}
|
|
1622
1755
|
*/
|
|
@@ -1639,6 +1772,17 @@ interface IAMService$ {
|
|
|
1639
1772
|
Cause.TimeoutException | SdkError | NoSuchEntityError | ServiceFailureError
|
|
1640
1773
|
>;
|
|
1641
1774
|
|
|
1775
|
+
/**
|
|
1776
|
+
* @see {@link GetHumanReadableSummaryCommand}
|
|
1777
|
+
*/
|
|
1778
|
+
getHumanReadableSummary(
|
|
1779
|
+
args: GetHumanReadableSummaryCommandInput,
|
|
1780
|
+
options?: HttpHandlerOptions,
|
|
1781
|
+
): Effect.Effect<
|
|
1782
|
+
GetHumanReadableSummaryCommandOutput,
|
|
1783
|
+
Cause.TimeoutException | SdkError | InvalidInputError | NoSuchEntityError | ServiceFailureError
|
|
1784
|
+
>;
|
|
1785
|
+
|
|
1642
1786
|
/**
|
|
1643
1787
|
* @see {@link GetInstanceProfileCommand}
|
|
1644
1788
|
*/
|
|
@@ -1694,6 +1838,17 @@ interface IAMService$ {
|
|
|
1694
1838
|
Cause.TimeoutException | SdkError | NoSuchEntityError
|
|
1695
1839
|
>;
|
|
1696
1840
|
|
|
1841
|
+
/**
|
|
1842
|
+
* @see {@link GetOutboundWebIdentityFederationInfoCommand}
|
|
1843
|
+
*/
|
|
1844
|
+
getOutboundWebIdentityFederationInfo(
|
|
1845
|
+
args: GetOutboundWebIdentityFederationInfoCommandInput,
|
|
1846
|
+
options?: HttpHandlerOptions,
|
|
1847
|
+
): Effect.Effect<
|
|
1848
|
+
GetOutboundWebIdentityFederationInfoCommandOutput,
|
|
1849
|
+
Cause.TimeoutException | SdkError | FeatureDisabledError
|
|
1850
|
+
>;
|
|
1851
|
+
|
|
1697
1852
|
/**
|
|
1698
1853
|
* @see {@link GetPolicyCommand}
|
|
1699
1854
|
*/
|
|
@@ -1881,6 +2036,17 @@ interface IAMService$ {
|
|
|
1881
2036
|
Cause.TimeoutException | SdkError | InvalidInputError | NoSuchEntityError | ServiceFailureError
|
|
1882
2037
|
>;
|
|
1883
2038
|
|
|
2039
|
+
/**
|
|
2040
|
+
* @see {@link ListDelegationRequestsCommand}
|
|
2041
|
+
*/
|
|
2042
|
+
listDelegationRequests(
|
|
2043
|
+
args: ListDelegationRequestsCommandInput,
|
|
2044
|
+
options?: HttpHandlerOptions,
|
|
2045
|
+
): Effect.Effect<
|
|
2046
|
+
ListDelegationRequestsCommandOutput,
|
|
2047
|
+
Cause.TimeoutException | SdkError | InvalidInputError | NoSuchEntityError | ServiceFailureError
|
|
2048
|
+
>;
|
|
2049
|
+
|
|
1884
2050
|
/**
|
|
1885
2051
|
* @see {@link ListEntitiesForPolicyCommand}
|
|
1886
2052
|
*/
|
|
@@ -2298,6 +2464,22 @@ interface IAMService$ {
|
|
|
2298
2464
|
| ServiceFailureError
|
|
2299
2465
|
>;
|
|
2300
2466
|
|
|
2467
|
+
/**
|
|
2468
|
+
* @see {@link RejectDelegationRequestCommand}
|
|
2469
|
+
*/
|
|
2470
|
+
rejectDelegationRequest(
|
|
2471
|
+
args: RejectDelegationRequestCommandInput,
|
|
2472
|
+
options?: HttpHandlerOptions,
|
|
2473
|
+
): Effect.Effect<
|
|
2474
|
+
RejectDelegationRequestCommandOutput,
|
|
2475
|
+
| Cause.TimeoutException
|
|
2476
|
+
| SdkError
|
|
2477
|
+
| ConcurrentModificationError
|
|
2478
|
+
| InvalidInputError
|
|
2479
|
+
| NoSuchEntityError
|
|
2480
|
+
| ServiceFailureError
|
|
2481
|
+
>;
|
|
2482
|
+
|
|
2301
2483
|
/**
|
|
2302
2484
|
* @see {@link RemoveClientIDFromOpenIDConnectProviderCommand}
|
|
2303
2485
|
*/
|
|
@@ -2306,7 +2488,12 @@ interface IAMService$ {
|
|
|
2306
2488
|
options?: HttpHandlerOptions,
|
|
2307
2489
|
): Effect.Effect<
|
|
2308
2490
|
RemoveClientIDFromOpenIDConnectProviderCommandOutput,
|
|
2309
|
-
Cause.TimeoutException
|
|
2491
|
+
| Cause.TimeoutException
|
|
2492
|
+
| SdkError
|
|
2493
|
+
| ConcurrentModificationError
|
|
2494
|
+
| InvalidInputError
|
|
2495
|
+
| NoSuchEntityError
|
|
2496
|
+
| ServiceFailureError
|
|
2310
2497
|
>;
|
|
2311
2498
|
|
|
2312
2499
|
/**
|
|
@@ -2364,6 +2551,22 @@ interface IAMService$ {
|
|
|
2364
2551
|
| ServiceFailureError
|
|
2365
2552
|
>;
|
|
2366
2553
|
|
|
2554
|
+
/**
|
|
2555
|
+
* @see {@link SendDelegationTokenCommand}
|
|
2556
|
+
*/
|
|
2557
|
+
sendDelegationToken(
|
|
2558
|
+
args: SendDelegationTokenCommandInput,
|
|
2559
|
+
options?: HttpHandlerOptions,
|
|
2560
|
+
): Effect.Effect<
|
|
2561
|
+
SendDelegationTokenCommandOutput,
|
|
2562
|
+
| Cause.TimeoutException
|
|
2563
|
+
| SdkError
|
|
2564
|
+
| ConcurrentModificationError
|
|
2565
|
+
| InvalidInputError
|
|
2566
|
+
| NoSuchEntityError
|
|
2567
|
+
| ServiceFailureError
|
|
2568
|
+
>;
|
|
2569
|
+
|
|
2367
2570
|
/**
|
|
2368
2571
|
* @see {@link SetDefaultPolicyVersionCommand}
|
|
2369
2572
|
*/
|
|
@@ -2670,7 +2873,7 @@ interface IAMService$ {
|
|
|
2670
2873
|
options?: HttpHandlerOptions,
|
|
2671
2874
|
): Effect.Effect<
|
|
2672
2875
|
UpdateAccessKeyCommandOutput,
|
|
2673
|
-
Cause.TimeoutException | SdkError | LimitExceededError | NoSuchEntityError | ServiceFailureError
|
|
2876
|
+
Cause.TimeoutException | SdkError | InvalidInputError | LimitExceededError | NoSuchEntityError | ServiceFailureError
|
|
2674
2877
|
>;
|
|
2675
2878
|
|
|
2676
2879
|
/**
|
|
@@ -2706,6 +2909,22 @@ interface IAMService$ {
|
|
|
2706
2909
|
| UnmodifiableEntityError
|
|
2707
2910
|
>;
|
|
2708
2911
|
|
|
2912
|
+
/**
|
|
2913
|
+
* @see {@link UpdateDelegationRequestCommand}
|
|
2914
|
+
*/
|
|
2915
|
+
updateDelegationRequest(
|
|
2916
|
+
args: UpdateDelegationRequestCommandInput,
|
|
2917
|
+
options?: HttpHandlerOptions,
|
|
2918
|
+
): Effect.Effect<
|
|
2919
|
+
UpdateDelegationRequestCommandOutput,
|
|
2920
|
+
| Cause.TimeoutException
|
|
2921
|
+
| SdkError
|
|
2922
|
+
| ConcurrentModificationError
|
|
2923
|
+
| InvalidInputError
|
|
2924
|
+
| NoSuchEntityError
|
|
2925
|
+
| ServiceFailureError
|
|
2926
|
+
>;
|
|
2927
|
+
|
|
2709
2928
|
/**
|
|
2710
2929
|
* @see {@link UpdateGroupCommand}
|
|
2711
2930
|
*/
|
|
@@ -2747,7 +2966,12 @@ interface IAMService$ {
|
|
|
2747
2966
|
options?: HttpHandlerOptions,
|
|
2748
2967
|
): Effect.Effect<
|
|
2749
2968
|
UpdateOpenIDConnectProviderThumbprintCommandOutput,
|
|
2750
|
-
Cause.TimeoutException
|
|
2969
|
+
| Cause.TimeoutException
|
|
2970
|
+
| SdkError
|
|
2971
|
+
| ConcurrentModificationError
|
|
2972
|
+
| InvalidInputError
|
|
2973
|
+
| NoSuchEntityError
|
|
2974
|
+
| ServiceFailureError
|
|
2751
2975
|
>;
|
|
2752
2976
|
|
|
2753
2977
|
/**
|
|
@@ -2780,7 +3004,13 @@ interface IAMService$ {
|
|
|
2780
3004
|
options?: HttpHandlerOptions,
|
|
2781
3005
|
): Effect.Effect<
|
|
2782
3006
|
UpdateSAMLProviderCommandOutput,
|
|
2783
|
-
Cause.TimeoutException
|
|
3007
|
+
| Cause.TimeoutException
|
|
3008
|
+
| SdkError
|
|
3009
|
+
| ConcurrentModificationError
|
|
3010
|
+
| InvalidInputError
|
|
3011
|
+
| LimitExceededError
|
|
3012
|
+
| NoSuchEntityError
|
|
3013
|
+
| ServiceFailureError
|
|
2784
3014
|
>;
|
|
2785
3015
|
|
|
2786
3016
|
/**
|
|
@@ -2791,7 +3021,7 @@ interface IAMService$ {
|
|
|
2791
3021
|
options?: HttpHandlerOptions,
|
|
2792
3022
|
): Effect.Effect<
|
|
2793
3023
|
UpdateSSHPublicKeyCommandOutput,
|
|
2794
|
-
Cause.TimeoutException | SdkError | NoSuchEntityError
|
|
3024
|
+
Cause.TimeoutException | SdkError | InvalidInputError | NoSuchEntityError
|
|
2795
3025
|
>;
|
|
2796
3026
|
|
|
2797
3027
|
/**
|
|
@@ -2829,7 +3059,7 @@ interface IAMService$ {
|
|
|
2829
3059
|
options?: HttpHandlerOptions,
|
|
2830
3060
|
): Effect.Effect<
|
|
2831
3061
|
UpdateSigningCertificateCommandOutput,
|
|
2832
|
-
Cause.TimeoutException | SdkError | LimitExceededError | NoSuchEntityError | ServiceFailureError
|
|
3062
|
+
Cause.TimeoutException | SdkError | InvalidInputError | LimitExceededError | NoSuchEntityError | ServiceFailureError
|
|
2833
3063
|
>;
|
|
2834
3064
|
|
|
2835
3065
|
/**
|