@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
|
@@ -5,6 +5,7 @@ export declare var passwordType: StaticSimpleSchema;
|
|
|
5
5
|
export declare var privateKeyType: StaticSimpleSchema;
|
|
6
6
|
export declare var serviceCredentialSecret: StaticSimpleSchema;
|
|
7
7
|
export declare var servicePassword: StaticSimpleSchema;
|
|
8
|
+
export declare var AcceptDelegationRequestRequest: StaticStructureSchema;
|
|
8
9
|
export declare var AccessDetail: StaticStructureSchema;
|
|
9
10
|
export declare var AccessKey: StaticStructureSchema;
|
|
10
11
|
export declare var AccessKeyLastUsed: StaticStructureSchema;
|
|
@@ -13,6 +14,7 @@ export declare var AccountNotManagementOrDelegatedAdministratorException: Static
|
|
|
13
14
|
export declare var AddClientIDToOpenIDConnectProviderRequest: StaticStructureSchema;
|
|
14
15
|
export declare var AddRoleToInstanceProfileRequest: StaticStructureSchema;
|
|
15
16
|
export declare var AddUserToGroupRequest: StaticStructureSchema;
|
|
17
|
+
export declare var AssociateDelegationRequestRequest: StaticStructureSchema;
|
|
16
18
|
export declare var AttachedPermissionsBoundary: StaticStructureSchema;
|
|
17
19
|
export declare var AttachedPolicy: StaticStructureSchema;
|
|
18
20
|
export declare var AttachGroupPolicyRequest: StaticStructureSchema;
|
|
@@ -56,6 +58,7 @@ export declare var CredentialReportNotPresentException: StaticErrorSchema;
|
|
|
56
58
|
export declare var CredentialReportNotReadyException: StaticErrorSchema;
|
|
57
59
|
export declare var DeactivateMFADeviceRequest: StaticStructureSchema;
|
|
58
60
|
export declare var DelegationPermission: StaticStructureSchema;
|
|
61
|
+
export declare var DelegationRequest: StaticStructureSchema;
|
|
59
62
|
export declare var DeleteAccessKeyRequest: StaticStructureSchema;
|
|
60
63
|
export declare var DeleteAccountAliasRequest: StaticStructureSchema;
|
|
61
64
|
export declare var DeleteConflictException: StaticErrorSchema;
|
|
@@ -95,12 +98,15 @@ export declare var EnableOrganizationsRootCredentialsManagementRequest: StaticSt
|
|
|
95
98
|
export declare var EnableOrganizationsRootCredentialsManagementResponse: StaticStructureSchema;
|
|
96
99
|
export declare var EnableOrganizationsRootSessionsRequest: StaticStructureSchema;
|
|
97
100
|
export declare var EnableOrganizationsRootSessionsResponse: StaticStructureSchema;
|
|
101
|
+
export declare var EnableOutboundWebIdentityFederationResponse: StaticStructureSchema;
|
|
98
102
|
export declare var EntityAlreadyExistsException: StaticErrorSchema;
|
|
99
103
|
export declare var EntityDetails: StaticStructureSchema;
|
|
100
104
|
export declare var EntityInfo: StaticStructureSchema;
|
|
101
105
|
export declare var EntityTemporarilyUnmodifiableException: StaticErrorSchema;
|
|
102
106
|
export declare var ErrorDetails: StaticStructureSchema;
|
|
103
107
|
export declare var EvaluationResult: StaticStructureSchema;
|
|
108
|
+
export declare var FeatureDisabledException: StaticErrorSchema;
|
|
109
|
+
export declare var FeatureEnabledException: StaticErrorSchema;
|
|
104
110
|
export declare var GenerateCredentialReportResponse: StaticStructureSchema;
|
|
105
111
|
export declare var GenerateOrganizationsAccessReportRequest: StaticStructureSchema;
|
|
106
112
|
export declare var GenerateOrganizationsAccessReportResponse: StaticStructureSchema;
|
|
@@ -116,10 +122,14 @@ export declare var GetContextKeysForCustomPolicyRequest: StaticStructureSchema;
|
|
|
116
122
|
export declare var GetContextKeysForPolicyResponse: StaticStructureSchema;
|
|
117
123
|
export declare var GetContextKeysForPrincipalPolicyRequest: StaticStructureSchema;
|
|
118
124
|
export declare var GetCredentialReportResponse: StaticStructureSchema;
|
|
125
|
+
export declare var GetDelegationRequestRequest: StaticStructureSchema;
|
|
126
|
+
export declare var GetDelegationRequestResponse: StaticStructureSchema;
|
|
119
127
|
export declare var GetGroupPolicyRequest: StaticStructureSchema;
|
|
120
128
|
export declare var GetGroupPolicyResponse: StaticStructureSchema;
|
|
121
129
|
export declare var GetGroupRequest: StaticStructureSchema;
|
|
122
130
|
export declare var GetGroupResponse: StaticStructureSchema;
|
|
131
|
+
export declare var GetHumanReadableSummaryRequest: StaticStructureSchema;
|
|
132
|
+
export declare var GetHumanReadableSummaryResponse: StaticStructureSchema;
|
|
123
133
|
export declare var GetInstanceProfileRequest: StaticStructureSchema;
|
|
124
134
|
export declare var GetInstanceProfileResponse: StaticStructureSchema;
|
|
125
135
|
export declare var GetLoginProfileRequest: StaticStructureSchema;
|
|
@@ -130,6 +140,7 @@ export declare var GetOpenIDConnectProviderRequest: StaticStructureSchema;
|
|
|
130
140
|
export declare var GetOpenIDConnectProviderResponse: StaticStructureSchema;
|
|
131
141
|
export declare var GetOrganizationsAccessReportRequest: StaticStructureSchema;
|
|
132
142
|
export declare var GetOrganizationsAccessReportResponse: StaticStructureSchema;
|
|
143
|
+
export declare var GetOutboundWebIdentityFederationInfoResponse: StaticStructureSchema;
|
|
133
144
|
export declare var GetPolicyRequest: StaticStructureSchema;
|
|
134
145
|
export declare var GetPolicyResponse: StaticStructureSchema;
|
|
135
146
|
export declare var GetPolicyVersionRequest: StaticStructureSchema;
|
|
@@ -174,6 +185,8 @@ export declare var ListAttachedRolePoliciesRequest: StaticStructureSchema;
|
|
|
174
185
|
export declare var ListAttachedRolePoliciesResponse: StaticStructureSchema;
|
|
175
186
|
export declare var ListAttachedUserPoliciesRequest: StaticStructureSchema;
|
|
176
187
|
export declare var ListAttachedUserPoliciesResponse: StaticStructureSchema;
|
|
188
|
+
export declare var ListDelegationRequestsRequest: StaticStructureSchema;
|
|
189
|
+
export declare var ListDelegationRequestsResponse: StaticStructureSchema;
|
|
177
190
|
export declare var ListEntitiesForPolicyRequest: StaticStructureSchema;
|
|
178
191
|
export declare var ListEntitiesForPolicyResponse: StaticStructureSchema;
|
|
179
192
|
export declare var ListGroupPoliciesRequest: StaticStructureSchema;
|
|
@@ -265,6 +278,7 @@ export declare var PutRolePermissionsBoundaryRequest: StaticStructureSchema;
|
|
|
265
278
|
export declare var PutRolePolicyRequest: StaticStructureSchema;
|
|
266
279
|
export declare var PutUserPermissionsBoundaryRequest: StaticStructureSchema;
|
|
267
280
|
export declare var PutUserPolicyRequest: StaticStructureSchema;
|
|
281
|
+
export declare var RejectDelegationRequestRequest: StaticStructureSchema;
|
|
268
282
|
export declare var RemoveClientIDFromOpenIDConnectProviderRequest: StaticStructureSchema;
|
|
269
283
|
export declare var RemoveRoleFromInstanceProfileRequest: StaticStructureSchema;
|
|
270
284
|
export declare var RemoveUserFromGroupRequest: StaticStructureSchema;
|
|
@@ -279,6 +293,7 @@ export declare var RoleLastUsed: StaticStructureSchema;
|
|
|
279
293
|
export declare var RoleUsageType: StaticStructureSchema;
|
|
280
294
|
export declare var SAMLPrivateKey: StaticStructureSchema;
|
|
281
295
|
export declare var SAMLProviderListEntry: StaticStructureSchema;
|
|
296
|
+
export declare var SendDelegationTokenRequest: StaticStructureSchema;
|
|
282
297
|
export declare var ServerCertificate: StaticStructureSchema;
|
|
283
298
|
export declare var ServerCertificateMetadata: StaticStructureSchema;
|
|
284
299
|
export declare var ServiceAccessNotEnabledException: StaticErrorSchema;
|
|
@@ -319,6 +334,7 @@ export declare var UntagUserRequest: StaticStructureSchema;
|
|
|
319
334
|
export declare var UpdateAccessKeyRequest: StaticStructureSchema;
|
|
320
335
|
export declare var UpdateAccountPasswordPolicyRequest: StaticStructureSchema;
|
|
321
336
|
export declare var UpdateAssumeRolePolicyRequest: StaticStructureSchema;
|
|
337
|
+
export declare var UpdateDelegationRequestRequest: StaticStructureSchema;
|
|
322
338
|
export declare var UpdateGroupRequest: StaticStructureSchema;
|
|
323
339
|
export declare var UpdateLoginProfileRequest: StaticStructureSchema;
|
|
324
340
|
export declare var UpdateOpenIDConnectProviderThumbprintRequest: StaticStructureSchema;
|
|
@@ -355,6 +371,7 @@ export declare var clientIDListType: number;
|
|
|
355
371
|
export declare var ContextEntryListType: StaticListSchema;
|
|
356
372
|
export declare var ContextKeyNamesResultListType: number;
|
|
357
373
|
export declare var ContextKeyValueListType: number;
|
|
374
|
+
export declare var delegationRequestsListType: StaticListSchema;
|
|
358
375
|
export declare var entityDetailsListType: StaticListSchema;
|
|
359
376
|
export declare var entityListType: number;
|
|
360
377
|
export declare var EvaluationResultsListType: StaticListSchema;
|
|
@@ -382,6 +399,7 @@ export declare var ResourceNameListType: number;
|
|
|
382
399
|
export declare var ResourceSpecificResultListType: StaticListSchema;
|
|
383
400
|
export declare var roleDetailListType: StaticListSchema;
|
|
384
401
|
export declare var roleListType: StaticListSchema;
|
|
402
|
+
export declare var rolePermissionRestrictionArnListType: number;
|
|
385
403
|
export declare var RoleUsageListType: StaticListSchema;
|
|
386
404
|
export declare var SAMLProviderListType: StaticListSchema;
|
|
387
405
|
export declare var serverCertificateMetadataListType: StaticListSchema;
|
|
@@ -401,9 +419,11 @@ export declare var virtualMFADeviceListType: StaticListSchema;
|
|
|
401
419
|
export declare var CertificationMapType: number;
|
|
402
420
|
export declare var EvalDecisionDetailsType: number;
|
|
403
421
|
export declare var summaryMapType: number;
|
|
422
|
+
export declare var AcceptDelegationRequest: StaticOperationSchema;
|
|
404
423
|
export declare var AddClientIDToOpenIDConnectProvider: StaticOperationSchema;
|
|
405
424
|
export declare var AddRoleToInstanceProfile: StaticOperationSchema;
|
|
406
425
|
export declare var AddUserToGroup: StaticOperationSchema;
|
|
426
|
+
export declare var AssociateDelegationRequest: StaticOperationSchema;
|
|
407
427
|
export declare var AttachGroupPolicy: StaticOperationSchema;
|
|
408
428
|
export declare var AttachRolePolicy: StaticOperationSchema;
|
|
409
429
|
export declare var AttachUserPolicy: StaticOperationSchema;
|
|
@@ -452,9 +472,11 @@ export declare var DetachRolePolicy: StaticOperationSchema;
|
|
|
452
472
|
export declare var DetachUserPolicy: StaticOperationSchema;
|
|
453
473
|
export declare var DisableOrganizationsRootCredentialsManagement: StaticOperationSchema;
|
|
454
474
|
export declare var DisableOrganizationsRootSessions: StaticOperationSchema;
|
|
475
|
+
export declare var DisableOutboundWebIdentityFederation: StaticOperationSchema;
|
|
455
476
|
export declare var EnableMFADevice: StaticOperationSchema;
|
|
456
477
|
export declare var EnableOrganizationsRootCredentialsManagement: StaticOperationSchema;
|
|
457
478
|
export declare var EnableOrganizationsRootSessions: StaticOperationSchema;
|
|
479
|
+
export declare var EnableOutboundWebIdentityFederation: StaticOperationSchema;
|
|
458
480
|
export declare var GenerateCredentialReport: StaticOperationSchema;
|
|
459
481
|
export declare var GenerateOrganizationsAccessReport: StaticOperationSchema;
|
|
460
482
|
export declare var GenerateServiceLastAccessedDetails: StaticOperationSchema;
|
|
@@ -465,13 +487,16 @@ export declare var GetAccountSummary: StaticOperationSchema;
|
|
|
465
487
|
export declare var GetContextKeysForCustomPolicy: StaticOperationSchema;
|
|
466
488
|
export declare var GetContextKeysForPrincipalPolicy: StaticOperationSchema;
|
|
467
489
|
export declare var GetCredentialReport: StaticOperationSchema;
|
|
490
|
+
export declare var GetDelegationRequest: StaticOperationSchema;
|
|
468
491
|
export declare var GetGroup: StaticOperationSchema;
|
|
469
492
|
export declare var GetGroupPolicy: StaticOperationSchema;
|
|
493
|
+
export declare var GetHumanReadableSummary: StaticOperationSchema;
|
|
470
494
|
export declare var GetInstanceProfile: StaticOperationSchema;
|
|
471
495
|
export declare var GetLoginProfile: StaticOperationSchema;
|
|
472
496
|
export declare var GetMFADevice: StaticOperationSchema;
|
|
473
497
|
export declare var GetOpenIDConnectProvider: StaticOperationSchema;
|
|
474
498
|
export declare var GetOrganizationsAccessReport: StaticOperationSchema;
|
|
499
|
+
export declare var GetOutboundWebIdentityFederationInfo: StaticOperationSchema;
|
|
475
500
|
export declare var GetPolicy: StaticOperationSchema;
|
|
476
501
|
export declare var GetPolicyVersion: StaticOperationSchema;
|
|
477
502
|
export declare var GetRole: StaticOperationSchema;
|
|
@@ -489,6 +514,7 @@ export declare var ListAccountAliases: StaticOperationSchema;
|
|
|
489
514
|
export declare var ListAttachedGroupPolicies: StaticOperationSchema;
|
|
490
515
|
export declare var ListAttachedRolePolicies: StaticOperationSchema;
|
|
491
516
|
export declare var ListAttachedUserPolicies: StaticOperationSchema;
|
|
517
|
+
export declare var ListDelegationRequests: StaticOperationSchema;
|
|
492
518
|
export declare var ListEntitiesForPolicy: StaticOperationSchema;
|
|
493
519
|
export declare var ListGroupPolicies: StaticOperationSchema;
|
|
494
520
|
export declare var ListGroups: StaticOperationSchema;
|
|
@@ -524,11 +550,13 @@ export declare var PutRolePermissionsBoundary: StaticOperationSchema;
|
|
|
524
550
|
export declare var PutRolePolicy: StaticOperationSchema;
|
|
525
551
|
export declare var PutUserPermissionsBoundary: StaticOperationSchema;
|
|
526
552
|
export declare var PutUserPolicy: StaticOperationSchema;
|
|
553
|
+
export declare var RejectDelegationRequest: StaticOperationSchema;
|
|
527
554
|
export declare var RemoveClientIDFromOpenIDConnectProvider: StaticOperationSchema;
|
|
528
555
|
export declare var RemoveRoleFromInstanceProfile: StaticOperationSchema;
|
|
529
556
|
export declare var RemoveUserFromGroup: StaticOperationSchema;
|
|
530
557
|
export declare var ResetServiceSpecificCredential: StaticOperationSchema;
|
|
531
558
|
export declare var ResyncMFADevice: StaticOperationSchema;
|
|
559
|
+
export declare var SendDelegationToken: StaticOperationSchema;
|
|
532
560
|
export declare var SetDefaultPolicyVersion: StaticOperationSchema;
|
|
533
561
|
export declare var SetSecurityTokenServicePreferences: StaticOperationSchema;
|
|
534
562
|
export declare var SimulateCustomPolicy: StaticOperationSchema;
|
|
@@ -552,6 +580,7 @@ export declare var UntagUser: StaticOperationSchema;
|
|
|
552
580
|
export declare var UpdateAccessKey: StaticOperationSchema;
|
|
553
581
|
export declare var UpdateAccountPasswordPolicy: StaticOperationSchema;
|
|
554
582
|
export declare var UpdateAssumeRolePolicy: StaticOperationSchema;
|
|
583
|
+
export declare var UpdateDelegationRequest: StaticOperationSchema;
|
|
555
584
|
export declare var UpdateGroup: StaticOperationSchema;
|
|
556
585
|
export declare var UpdateLoginProfile: StaticOperationSchema;
|
|
557
586
|
export declare var UpdateOpenIDConnectProviderThumbprint: StaticOperationSchema;
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
AcceptDelegationRequestCommandInput,
|
|
4
|
+
AcceptDelegationRequestCommandOutput,
|
|
5
|
+
} from "./commands/AcceptDelegationRequestCommand";
|
|
2
6
|
import {
|
|
3
7
|
AddClientIDToOpenIDConnectProviderCommandInput,
|
|
4
8
|
AddClientIDToOpenIDConnectProviderCommandOutput,
|
|
@@ -11,6 +15,10 @@ import {
|
|
|
11
15
|
AddUserToGroupCommandInput,
|
|
12
16
|
AddUserToGroupCommandOutput,
|
|
13
17
|
} from "./commands/AddUserToGroupCommand";
|
|
18
|
+
import {
|
|
19
|
+
AssociateDelegationRequestCommandInput,
|
|
20
|
+
AssociateDelegationRequestCommandOutput,
|
|
21
|
+
} from "./commands/AssociateDelegationRequestCommand";
|
|
14
22
|
import {
|
|
15
23
|
AttachGroupPolicyCommandInput,
|
|
16
24
|
AttachGroupPolicyCommandOutput,
|
|
@@ -203,6 +211,10 @@ import {
|
|
|
203
211
|
DisableOrganizationsRootSessionsCommandInput,
|
|
204
212
|
DisableOrganizationsRootSessionsCommandOutput,
|
|
205
213
|
} from "./commands/DisableOrganizationsRootSessionsCommand";
|
|
214
|
+
import {
|
|
215
|
+
DisableOutboundWebIdentityFederationCommandInput,
|
|
216
|
+
DisableOutboundWebIdentityFederationCommandOutput,
|
|
217
|
+
} from "./commands/DisableOutboundWebIdentityFederationCommand";
|
|
206
218
|
import {
|
|
207
219
|
EnableMFADeviceCommandInput,
|
|
208
220
|
EnableMFADeviceCommandOutput,
|
|
@@ -215,6 +227,10 @@ import {
|
|
|
215
227
|
EnableOrganizationsRootSessionsCommandInput,
|
|
216
228
|
EnableOrganizationsRootSessionsCommandOutput,
|
|
217
229
|
} from "./commands/EnableOrganizationsRootSessionsCommand";
|
|
230
|
+
import {
|
|
231
|
+
EnableOutboundWebIdentityFederationCommandInput,
|
|
232
|
+
EnableOutboundWebIdentityFederationCommandOutput,
|
|
233
|
+
} from "./commands/EnableOutboundWebIdentityFederationCommand";
|
|
218
234
|
import {
|
|
219
235
|
GenerateCredentialReportCommandInput,
|
|
220
236
|
GenerateCredentialReportCommandOutput,
|
|
@@ -255,6 +271,10 @@ import {
|
|
|
255
271
|
GetCredentialReportCommandInput,
|
|
256
272
|
GetCredentialReportCommandOutput,
|
|
257
273
|
} from "./commands/GetCredentialReportCommand";
|
|
274
|
+
import {
|
|
275
|
+
GetDelegationRequestCommandInput,
|
|
276
|
+
GetDelegationRequestCommandOutput,
|
|
277
|
+
} from "./commands/GetDelegationRequestCommand";
|
|
258
278
|
import {
|
|
259
279
|
GetGroupCommandInput,
|
|
260
280
|
GetGroupCommandOutput,
|
|
@@ -263,6 +283,10 @@ import {
|
|
|
263
283
|
GetGroupPolicyCommandInput,
|
|
264
284
|
GetGroupPolicyCommandOutput,
|
|
265
285
|
} from "./commands/GetGroupPolicyCommand";
|
|
286
|
+
import {
|
|
287
|
+
GetHumanReadableSummaryCommandInput,
|
|
288
|
+
GetHumanReadableSummaryCommandOutput,
|
|
289
|
+
} from "./commands/GetHumanReadableSummaryCommand";
|
|
266
290
|
import {
|
|
267
291
|
GetInstanceProfileCommandInput,
|
|
268
292
|
GetInstanceProfileCommandOutput,
|
|
@@ -283,6 +307,10 @@ import {
|
|
|
283
307
|
GetOrganizationsAccessReportCommandInput,
|
|
284
308
|
GetOrganizationsAccessReportCommandOutput,
|
|
285
309
|
} from "./commands/GetOrganizationsAccessReportCommand";
|
|
310
|
+
import {
|
|
311
|
+
GetOutboundWebIdentityFederationInfoCommandInput,
|
|
312
|
+
GetOutboundWebIdentityFederationInfoCommandOutput,
|
|
313
|
+
} from "./commands/GetOutboundWebIdentityFederationInfoCommand";
|
|
286
314
|
import {
|
|
287
315
|
GetPolicyCommandInput,
|
|
288
316
|
GetPolicyCommandOutput,
|
|
@@ -351,6 +379,10 @@ import {
|
|
|
351
379
|
ListAttachedUserPoliciesCommandInput,
|
|
352
380
|
ListAttachedUserPoliciesCommandOutput,
|
|
353
381
|
} from "./commands/ListAttachedUserPoliciesCommand";
|
|
382
|
+
import {
|
|
383
|
+
ListDelegationRequestsCommandInput,
|
|
384
|
+
ListDelegationRequestsCommandOutput,
|
|
385
|
+
} from "./commands/ListDelegationRequestsCommand";
|
|
354
386
|
import {
|
|
355
387
|
ListEntitiesForPolicyCommandInput,
|
|
356
388
|
ListEntitiesForPolicyCommandOutput,
|
|
@@ -491,6 +523,10 @@ import {
|
|
|
491
523
|
PutUserPolicyCommandInput,
|
|
492
524
|
PutUserPolicyCommandOutput,
|
|
493
525
|
} from "./commands/PutUserPolicyCommand";
|
|
526
|
+
import {
|
|
527
|
+
RejectDelegationRequestCommandInput,
|
|
528
|
+
RejectDelegationRequestCommandOutput,
|
|
529
|
+
} from "./commands/RejectDelegationRequestCommand";
|
|
494
530
|
import {
|
|
495
531
|
RemoveClientIDFromOpenIDConnectProviderCommandInput,
|
|
496
532
|
RemoveClientIDFromOpenIDConnectProviderCommandOutput,
|
|
@@ -511,6 +547,10 @@ import {
|
|
|
511
547
|
ResyncMFADeviceCommandInput,
|
|
512
548
|
ResyncMFADeviceCommandOutput,
|
|
513
549
|
} from "./commands/ResyncMFADeviceCommand";
|
|
550
|
+
import {
|
|
551
|
+
SendDelegationTokenCommandInput,
|
|
552
|
+
SendDelegationTokenCommandOutput,
|
|
553
|
+
} from "./commands/SendDelegationTokenCommand";
|
|
514
554
|
import {
|
|
515
555
|
SetDefaultPolicyVersionCommandInput,
|
|
516
556
|
SetDefaultPolicyVersionCommandOutput,
|
|
@@ -603,6 +643,10 @@ import {
|
|
|
603
643
|
UpdateAssumeRolePolicyCommandInput,
|
|
604
644
|
UpdateAssumeRolePolicyCommandOutput,
|
|
605
645
|
} from "./commands/UpdateAssumeRolePolicyCommand";
|
|
646
|
+
import {
|
|
647
|
+
UpdateDelegationRequestCommandInput,
|
|
648
|
+
UpdateDelegationRequestCommandOutput,
|
|
649
|
+
} from "./commands/UpdateDelegationRequestCommand";
|
|
606
650
|
import {
|
|
607
651
|
UpdateGroupCommandInput,
|
|
608
652
|
UpdateGroupCommandOutput,
|
|
@@ -661,6 +705,19 @@ import {
|
|
|
661
705
|
} from "./commands/UploadSSHPublicKeyCommand";
|
|
662
706
|
import { IAMClient } from "./IAMClient";
|
|
663
707
|
export interface IAM {
|
|
708
|
+
acceptDelegationRequest(
|
|
709
|
+
args: AcceptDelegationRequestCommandInput,
|
|
710
|
+
options?: __HttpHandlerOptions
|
|
711
|
+
): Promise<AcceptDelegationRequestCommandOutput>;
|
|
712
|
+
acceptDelegationRequest(
|
|
713
|
+
args: AcceptDelegationRequestCommandInput,
|
|
714
|
+
cb: (err: any, data?: AcceptDelegationRequestCommandOutput) => void
|
|
715
|
+
): void;
|
|
716
|
+
acceptDelegationRequest(
|
|
717
|
+
args: AcceptDelegationRequestCommandInput,
|
|
718
|
+
options: __HttpHandlerOptions,
|
|
719
|
+
cb: (err: any, data?: AcceptDelegationRequestCommandOutput) => void
|
|
720
|
+
): void;
|
|
664
721
|
addClientIDToOpenIDConnectProvider(
|
|
665
722
|
args: AddClientIDToOpenIDConnectProviderCommandInput,
|
|
666
723
|
options?: __HttpHandlerOptions
|
|
@@ -706,6 +763,19 @@ export interface IAM {
|
|
|
706
763
|
options: __HttpHandlerOptions,
|
|
707
764
|
cb: (err: any, data?: AddUserToGroupCommandOutput) => void
|
|
708
765
|
): void;
|
|
766
|
+
associateDelegationRequest(
|
|
767
|
+
args: AssociateDelegationRequestCommandInput,
|
|
768
|
+
options?: __HttpHandlerOptions
|
|
769
|
+
): Promise<AssociateDelegationRequestCommandOutput>;
|
|
770
|
+
associateDelegationRequest(
|
|
771
|
+
args: AssociateDelegationRequestCommandInput,
|
|
772
|
+
cb: (err: any, data?: AssociateDelegationRequestCommandOutput) => void
|
|
773
|
+
): void;
|
|
774
|
+
associateDelegationRequest(
|
|
775
|
+
args: AssociateDelegationRequestCommandInput,
|
|
776
|
+
options: __HttpHandlerOptions,
|
|
777
|
+
cb: (err: any, data?: AssociateDelegationRequestCommandOutput) => void
|
|
778
|
+
): void;
|
|
709
779
|
attachGroupPolicy(
|
|
710
780
|
args: AttachGroupPolicyCommandInput,
|
|
711
781
|
options?: __HttpHandlerOptions
|
|
@@ -1342,6 +1412,26 @@ export interface IAM {
|
|
|
1342
1412
|
options: __HttpHandlerOptions,
|
|
1343
1413
|
cb: (err: any, data?: DisableOrganizationsRootSessionsCommandOutput) => void
|
|
1344
1414
|
): void;
|
|
1415
|
+
disableOutboundWebIdentityFederation(): Promise<DisableOutboundWebIdentityFederationCommandOutput>;
|
|
1416
|
+
disableOutboundWebIdentityFederation(
|
|
1417
|
+
args: DisableOutboundWebIdentityFederationCommandInput,
|
|
1418
|
+
options?: __HttpHandlerOptions
|
|
1419
|
+
): Promise<DisableOutboundWebIdentityFederationCommandOutput>;
|
|
1420
|
+
disableOutboundWebIdentityFederation(
|
|
1421
|
+
args: DisableOutboundWebIdentityFederationCommandInput,
|
|
1422
|
+
cb: (
|
|
1423
|
+
err: any,
|
|
1424
|
+
data?: DisableOutboundWebIdentityFederationCommandOutput
|
|
1425
|
+
) => void
|
|
1426
|
+
): void;
|
|
1427
|
+
disableOutboundWebIdentityFederation(
|
|
1428
|
+
args: DisableOutboundWebIdentityFederationCommandInput,
|
|
1429
|
+
options: __HttpHandlerOptions,
|
|
1430
|
+
cb: (
|
|
1431
|
+
err: any,
|
|
1432
|
+
data?: DisableOutboundWebIdentityFederationCommandOutput
|
|
1433
|
+
) => void
|
|
1434
|
+
): void;
|
|
1345
1435
|
enableMFADevice(
|
|
1346
1436
|
args: EnableMFADeviceCommandInput,
|
|
1347
1437
|
options?: __HttpHandlerOptions
|
|
@@ -1389,6 +1479,26 @@ export interface IAM {
|
|
|
1389
1479
|
options: __HttpHandlerOptions,
|
|
1390
1480
|
cb: (err: any, data?: EnableOrganizationsRootSessionsCommandOutput) => void
|
|
1391
1481
|
): void;
|
|
1482
|
+
enableOutboundWebIdentityFederation(): Promise<EnableOutboundWebIdentityFederationCommandOutput>;
|
|
1483
|
+
enableOutboundWebIdentityFederation(
|
|
1484
|
+
args: EnableOutboundWebIdentityFederationCommandInput,
|
|
1485
|
+
options?: __HttpHandlerOptions
|
|
1486
|
+
): Promise<EnableOutboundWebIdentityFederationCommandOutput>;
|
|
1487
|
+
enableOutboundWebIdentityFederation(
|
|
1488
|
+
args: EnableOutboundWebIdentityFederationCommandInput,
|
|
1489
|
+
cb: (
|
|
1490
|
+
err: any,
|
|
1491
|
+
data?: EnableOutboundWebIdentityFederationCommandOutput
|
|
1492
|
+
) => void
|
|
1493
|
+
): void;
|
|
1494
|
+
enableOutboundWebIdentityFederation(
|
|
1495
|
+
args: EnableOutboundWebIdentityFederationCommandInput,
|
|
1496
|
+
options: __HttpHandlerOptions,
|
|
1497
|
+
cb: (
|
|
1498
|
+
err: any,
|
|
1499
|
+
data?: EnableOutboundWebIdentityFederationCommandOutput
|
|
1500
|
+
) => void
|
|
1501
|
+
): void;
|
|
1392
1502
|
generateCredentialReport(): Promise<GenerateCredentialReportCommandOutput>;
|
|
1393
1503
|
generateCredentialReport(
|
|
1394
1504
|
args: GenerateCredentialReportCommandInput,
|
|
@@ -1536,6 +1646,19 @@ export interface IAM {
|
|
|
1536
1646
|
options: __HttpHandlerOptions,
|
|
1537
1647
|
cb: (err: any, data?: GetCredentialReportCommandOutput) => void
|
|
1538
1648
|
): void;
|
|
1649
|
+
getDelegationRequest(
|
|
1650
|
+
args: GetDelegationRequestCommandInput,
|
|
1651
|
+
options?: __HttpHandlerOptions
|
|
1652
|
+
): Promise<GetDelegationRequestCommandOutput>;
|
|
1653
|
+
getDelegationRequest(
|
|
1654
|
+
args: GetDelegationRequestCommandInput,
|
|
1655
|
+
cb: (err: any, data?: GetDelegationRequestCommandOutput) => void
|
|
1656
|
+
): void;
|
|
1657
|
+
getDelegationRequest(
|
|
1658
|
+
args: GetDelegationRequestCommandInput,
|
|
1659
|
+
options: __HttpHandlerOptions,
|
|
1660
|
+
cb: (err: any, data?: GetDelegationRequestCommandOutput) => void
|
|
1661
|
+
): void;
|
|
1539
1662
|
getGroup(
|
|
1540
1663
|
args: GetGroupCommandInput,
|
|
1541
1664
|
options?: __HttpHandlerOptions
|
|
@@ -1562,6 +1685,19 @@ export interface IAM {
|
|
|
1562
1685
|
options: __HttpHandlerOptions,
|
|
1563
1686
|
cb: (err: any, data?: GetGroupPolicyCommandOutput) => void
|
|
1564
1687
|
): void;
|
|
1688
|
+
getHumanReadableSummary(
|
|
1689
|
+
args: GetHumanReadableSummaryCommandInput,
|
|
1690
|
+
options?: __HttpHandlerOptions
|
|
1691
|
+
): Promise<GetHumanReadableSummaryCommandOutput>;
|
|
1692
|
+
getHumanReadableSummary(
|
|
1693
|
+
args: GetHumanReadableSummaryCommandInput,
|
|
1694
|
+
cb: (err: any, data?: GetHumanReadableSummaryCommandOutput) => void
|
|
1695
|
+
): void;
|
|
1696
|
+
getHumanReadableSummary(
|
|
1697
|
+
args: GetHumanReadableSummaryCommandInput,
|
|
1698
|
+
options: __HttpHandlerOptions,
|
|
1699
|
+
cb: (err: any, data?: GetHumanReadableSummaryCommandOutput) => void
|
|
1700
|
+
): void;
|
|
1565
1701
|
getInstanceProfile(
|
|
1566
1702
|
args: GetInstanceProfileCommandInput,
|
|
1567
1703
|
options?: __HttpHandlerOptions
|
|
@@ -1628,6 +1764,26 @@ export interface IAM {
|
|
|
1628
1764
|
options: __HttpHandlerOptions,
|
|
1629
1765
|
cb: (err: any, data?: GetOrganizationsAccessReportCommandOutput) => void
|
|
1630
1766
|
): void;
|
|
1767
|
+
getOutboundWebIdentityFederationInfo(): Promise<GetOutboundWebIdentityFederationInfoCommandOutput>;
|
|
1768
|
+
getOutboundWebIdentityFederationInfo(
|
|
1769
|
+
args: GetOutboundWebIdentityFederationInfoCommandInput,
|
|
1770
|
+
options?: __HttpHandlerOptions
|
|
1771
|
+
): Promise<GetOutboundWebIdentityFederationInfoCommandOutput>;
|
|
1772
|
+
getOutboundWebIdentityFederationInfo(
|
|
1773
|
+
args: GetOutboundWebIdentityFederationInfoCommandInput,
|
|
1774
|
+
cb: (
|
|
1775
|
+
err: any,
|
|
1776
|
+
data?: GetOutboundWebIdentityFederationInfoCommandOutput
|
|
1777
|
+
) => void
|
|
1778
|
+
): void;
|
|
1779
|
+
getOutboundWebIdentityFederationInfo(
|
|
1780
|
+
args: GetOutboundWebIdentityFederationInfoCommandInput,
|
|
1781
|
+
options: __HttpHandlerOptions,
|
|
1782
|
+
cb: (
|
|
1783
|
+
err: any,
|
|
1784
|
+
data?: GetOutboundWebIdentityFederationInfoCommandOutput
|
|
1785
|
+
) => void
|
|
1786
|
+
): void;
|
|
1631
1787
|
getPolicy(
|
|
1632
1788
|
args: GetPolicyCommandInput,
|
|
1633
1789
|
options?: __HttpHandlerOptions
|
|
@@ -1864,6 +2020,20 @@ export interface IAM {
|
|
|
1864
2020
|
options: __HttpHandlerOptions,
|
|
1865
2021
|
cb: (err: any, data?: ListAttachedUserPoliciesCommandOutput) => void
|
|
1866
2022
|
): void;
|
|
2023
|
+
listDelegationRequests(): Promise<ListDelegationRequestsCommandOutput>;
|
|
2024
|
+
listDelegationRequests(
|
|
2025
|
+
args: ListDelegationRequestsCommandInput,
|
|
2026
|
+
options?: __HttpHandlerOptions
|
|
2027
|
+
): Promise<ListDelegationRequestsCommandOutput>;
|
|
2028
|
+
listDelegationRequests(
|
|
2029
|
+
args: ListDelegationRequestsCommandInput,
|
|
2030
|
+
cb: (err: any, data?: ListDelegationRequestsCommandOutput) => void
|
|
2031
|
+
): void;
|
|
2032
|
+
listDelegationRequests(
|
|
2033
|
+
args: ListDelegationRequestsCommandInput,
|
|
2034
|
+
options: __HttpHandlerOptions,
|
|
2035
|
+
cb: (err: any, data?: ListDelegationRequestsCommandOutput) => void
|
|
2036
|
+
): void;
|
|
1867
2037
|
listEntitiesForPolicy(
|
|
1868
2038
|
args: ListEntitiesForPolicyCommandInput,
|
|
1869
2039
|
options?: __HttpHandlerOptions
|
|
@@ -2339,6 +2509,19 @@ export interface IAM {
|
|
|
2339
2509
|
options: __HttpHandlerOptions,
|
|
2340
2510
|
cb: (err: any, data?: PutUserPolicyCommandOutput) => void
|
|
2341
2511
|
): void;
|
|
2512
|
+
rejectDelegationRequest(
|
|
2513
|
+
args: RejectDelegationRequestCommandInput,
|
|
2514
|
+
options?: __HttpHandlerOptions
|
|
2515
|
+
): Promise<RejectDelegationRequestCommandOutput>;
|
|
2516
|
+
rejectDelegationRequest(
|
|
2517
|
+
args: RejectDelegationRequestCommandInput,
|
|
2518
|
+
cb: (err: any, data?: RejectDelegationRequestCommandOutput) => void
|
|
2519
|
+
): void;
|
|
2520
|
+
rejectDelegationRequest(
|
|
2521
|
+
args: RejectDelegationRequestCommandInput,
|
|
2522
|
+
options: __HttpHandlerOptions,
|
|
2523
|
+
cb: (err: any, data?: RejectDelegationRequestCommandOutput) => void
|
|
2524
|
+
): void;
|
|
2342
2525
|
removeClientIDFromOpenIDConnectProvider(
|
|
2343
2526
|
args: RemoveClientIDFromOpenIDConnectProviderCommandInput,
|
|
2344
2527
|
options?: __HttpHandlerOptions
|
|
@@ -2410,6 +2593,19 @@ export interface IAM {
|
|
|
2410
2593
|
options: __HttpHandlerOptions,
|
|
2411
2594
|
cb: (err: any, data?: ResyncMFADeviceCommandOutput) => void
|
|
2412
2595
|
): void;
|
|
2596
|
+
sendDelegationToken(
|
|
2597
|
+
args: SendDelegationTokenCommandInput,
|
|
2598
|
+
options?: __HttpHandlerOptions
|
|
2599
|
+
): Promise<SendDelegationTokenCommandOutput>;
|
|
2600
|
+
sendDelegationToken(
|
|
2601
|
+
args: SendDelegationTokenCommandInput,
|
|
2602
|
+
cb: (err: any, data?: SendDelegationTokenCommandOutput) => void
|
|
2603
|
+
): void;
|
|
2604
|
+
sendDelegationToken(
|
|
2605
|
+
args: SendDelegationTokenCommandInput,
|
|
2606
|
+
options: __HttpHandlerOptions,
|
|
2607
|
+
cb: (err: any, data?: SendDelegationTokenCommandOutput) => void
|
|
2608
|
+
): void;
|
|
2413
2609
|
setDefaultPolicyVersion(
|
|
2414
2610
|
args: SetDefaultPolicyVersionCommandInput,
|
|
2415
2611
|
options?: __HttpHandlerOptions
|
|
@@ -2716,6 +2912,19 @@ export interface IAM {
|
|
|
2716
2912
|
options: __HttpHandlerOptions,
|
|
2717
2913
|
cb: (err: any, data?: UpdateAssumeRolePolicyCommandOutput) => void
|
|
2718
2914
|
): void;
|
|
2915
|
+
updateDelegationRequest(
|
|
2916
|
+
args: UpdateDelegationRequestCommandInput,
|
|
2917
|
+
options?: __HttpHandlerOptions
|
|
2918
|
+
): Promise<UpdateDelegationRequestCommandOutput>;
|
|
2919
|
+
updateDelegationRequest(
|
|
2920
|
+
args: UpdateDelegationRequestCommandInput,
|
|
2921
|
+
cb: (err: any, data?: UpdateDelegationRequestCommandOutput) => void
|
|
2922
|
+
): void;
|
|
2923
|
+
updateDelegationRequest(
|
|
2924
|
+
args: UpdateDelegationRequestCommandInput,
|
|
2925
|
+
options: __HttpHandlerOptions,
|
|
2926
|
+
cb: (err: any, data?: UpdateDelegationRequestCommandOutput) => void
|
|
2927
|
+
): void;
|
|
2719
2928
|
updateGroup(
|
|
2720
2929
|
args: UpdateGroupCommandInput,
|
|
2721
2930
|
options?: __HttpHandlerOptions
|