@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.
Files changed (116) hide show
  1. package/README.md +88 -0
  2. package/dist-cjs/index.js +623 -216
  3. package/dist-es/IAM.js +22 -0
  4. package/dist-es/commands/AcceptDelegationRequestCommand.js +16 -0
  5. package/dist-es/commands/AssociateDelegationRequestCommand.js +16 -0
  6. package/dist-es/commands/DisableOutboundWebIdentityFederationCommand.js +16 -0
  7. package/dist-es/commands/EnableOutboundWebIdentityFederationCommand.js +16 -0
  8. package/dist-es/commands/GetDelegationRequestCommand.js +16 -0
  9. package/dist-es/commands/GetHumanReadableSummaryCommand.js +16 -0
  10. package/dist-es/commands/GetOutboundWebIdentityFederationInfoCommand.js +16 -0
  11. package/dist-es/commands/ListDelegationRequestsCommand.js +16 -0
  12. package/dist-es/commands/RejectDelegationRequestCommand.js +16 -0
  13. package/dist-es/commands/SendDelegationTokenCommand.js +16 -0
  14. package/dist-es/commands/UpdateDelegationRequestCommand.js +16 -0
  15. package/dist-es/commands/index.js +11 -0
  16. package/dist-es/index.js +2 -1
  17. package/dist-es/models/enums.js +176 -0
  18. package/dist-es/models/errors.js +431 -0
  19. package/dist-es/models/models_0.js +1 -446
  20. package/dist-es/models/models_1.js +1 -113
  21. package/dist-es/schemas/schemas_0.js +234 -35
  22. package/dist-types/IAM.d.ts +81 -0
  23. package/dist-types/IAMClient.d.ts +13 -2
  24. package/dist-types/commands/AcceptDelegationRequestCommand.d.ts +92 -0
  25. package/dist-types/commands/AssociateDelegationRequestCommand.d.ts +108 -0
  26. package/dist-types/commands/CreateDelegationRequestCommand.d.ts +5 -1
  27. package/dist-types/commands/DisableOutboundWebIdentityFederationCommand.d.ts +74 -0
  28. package/dist-types/commands/EnableOutboundWebIdentityFederationCommand.d.ts +78 -0
  29. package/dist-types/commands/GenerateOrganizationsAccessReportCommand.d.ts +2 -2
  30. package/dist-types/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +2 -2
  31. package/dist-types/commands/GetDelegationRequestCommand.d.ts +127 -0
  32. package/dist-types/commands/GetHumanReadableSummaryCommand.d.ts +105 -0
  33. package/dist-types/commands/GetOutboundWebIdentityFederationInfoCommand.d.ts +77 -0
  34. package/dist-types/commands/ListDelegationRequestsCommand.d.ts +132 -0
  35. package/dist-types/commands/RejectDelegationRequestCommand.d.ts +96 -0
  36. package/dist-types/commands/SendDelegationTokenCommand.d.ts +98 -0
  37. package/dist-types/commands/SetSecurityTokenServicePreferencesCommand.d.ts +1 -1
  38. package/dist-types/commands/SimulateCustomPolicyCommand.d.ts +1 -1
  39. package/dist-types/commands/SimulatePrincipalPolicyCommand.d.ts +1 -1
  40. package/dist-types/commands/TagInstanceProfileCommand.d.ts +1 -1
  41. package/dist-types/commands/TagMFADeviceCommand.d.ts +1 -1
  42. package/dist-types/commands/TagOpenIDConnectProviderCommand.d.ts +1 -1
  43. package/dist-types/commands/TagPolicyCommand.d.ts +1 -1
  44. package/dist-types/commands/TagRoleCommand.d.ts +1 -1
  45. package/dist-types/commands/TagSAMLProviderCommand.d.ts +1 -1
  46. package/dist-types/commands/TagServerCertificateCommand.d.ts +1 -1
  47. package/dist-types/commands/TagUserCommand.d.ts +1 -1
  48. package/dist-types/commands/UntagInstanceProfileCommand.d.ts +1 -1
  49. package/dist-types/commands/UntagMFADeviceCommand.d.ts +1 -1
  50. package/dist-types/commands/UntagOpenIDConnectProviderCommand.d.ts +1 -1
  51. package/dist-types/commands/UntagPolicyCommand.d.ts +1 -1
  52. package/dist-types/commands/UntagRoleCommand.d.ts +1 -1
  53. package/dist-types/commands/UntagSAMLProviderCommand.d.ts +1 -1
  54. package/dist-types/commands/UntagServerCertificateCommand.d.ts +1 -1
  55. package/dist-types/commands/UntagUserCommand.d.ts +1 -1
  56. package/dist-types/commands/UpdateAccessKeyCommand.d.ts +1 -1
  57. package/dist-types/commands/UpdateAccountPasswordPolicyCommand.d.ts +1 -1
  58. package/dist-types/commands/UpdateAssumeRolePolicyCommand.d.ts +1 -1
  59. package/dist-types/commands/UpdateDelegationRequestCommand.d.ts +96 -0
  60. package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
  61. package/dist-types/commands/UpdateLoginProfileCommand.d.ts +1 -1
  62. package/dist-types/commands/index.d.ts +11 -0
  63. package/dist-types/index.d.ts +4 -1
  64. package/dist-types/models/enums.d.ts +392 -0
  65. package/dist-types/models/errors.d.ts +463 -0
  66. package/dist-types/models/models_0.d.ts +1695 -675
  67. package/dist-types/models/models_1.d.ts +2 -1392
  68. package/dist-types/schemas/schemas_0.d.ts +29 -0
  69. package/dist-types/ts3.4/IAM.d.ts +209 -0
  70. package/dist-types/ts3.4/IAMClient.d.ts +66 -0
  71. package/dist-types/ts3.4/commands/AcceptDelegationRequestCommand.d.ts +47 -0
  72. package/dist-types/ts3.4/commands/AssociateDelegationRequestCommand.d.ts +47 -0
  73. package/dist-types/ts3.4/commands/DisableOutboundWebIdentityFederationCommand.d.ts +45 -0
  74. package/dist-types/ts3.4/commands/EnableOutboundWebIdentityFederationCommand.d.ts +47 -0
  75. package/dist-types/ts3.4/commands/GetDelegationRequestCommand.d.ts +51 -0
  76. package/dist-types/ts3.4/commands/GetHumanReadableSummaryCommand.d.ts +51 -0
  77. package/dist-types/ts3.4/commands/GetOutboundWebIdentityFederationInfoCommand.d.ts +47 -0
  78. package/dist-types/ts3.4/commands/ListDelegationRequestsCommand.d.ts +51 -0
  79. package/dist-types/ts3.4/commands/RejectDelegationRequestCommand.d.ts +47 -0
  80. package/dist-types/ts3.4/commands/SendDelegationTokenCommand.d.ts +46 -0
  81. package/dist-types/ts3.4/commands/SetSecurityTokenServicePreferencesCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/SimulateCustomPolicyCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/SimulatePrincipalPolicyCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/TagInstanceProfileCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/TagMFADeviceCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/TagOpenIDConnectProviderCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/TagPolicyCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/TagRoleCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/TagSAMLProviderCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/TagServerCertificateCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/TagUserCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/UntagInstanceProfileCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/UntagMFADeviceCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/UntagOpenIDConnectProviderCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/UntagPolicyCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/UntagRoleCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/UntagSAMLProviderCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/UntagServerCertificateCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/UntagUserCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/UpdateAccessKeyCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/UpdateAccountPasswordPolicyCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/UpdateAssumeRolePolicyCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/UpdateDelegationRequestCommand.d.ts +47 -0
  104. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/UpdateLoginProfileCommand.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/index.d.ts +11 -0
  107. package/dist-types/ts3.4/index.d.ts +4 -1
  108. package/dist-types/ts3.4/models/enums.d.ts +222 -0
  109. package/dist-types/ts3.4/models/errors.d.ts +297 -0
  110. package/dist-types/ts3.4/models/models_0.d.ts +279 -390
  111. package/dist-types/ts3.4/models/models_1.d.ts +1 -265
  112. package/dist-types/ts3.4/schemas/schemas_0.d.ts +29 -0
  113. package/package.json +12 -12
  114. package/dist-es/models/index.js +0 -2
  115. package/dist-types/models/index.d.ts +0 -2
  116. package/dist-types/ts3.4/models/index.d.ts +0 -2
@@ -1,11 +1,35 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { IAMServiceException as __BaseException } from "./IAMServiceException";
3
- export declare const AccessAdvisorUsageGranularityType: {
4
- readonly ACTION_LEVEL: "ACTION_LEVEL";
5
- readonly SERVICE_LEVEL: "SERVICE_LEVEL";
6
- };
7
- export type AccessAdvisorUsageGranularityType =
8
- (typeof AccessAdvisorUsageGranularityType)[keyof typeof AccessAdvisorUsageGranularityType];
1
+ import {
2
+ AccessAdvisorUsageGranularityType,
3
+ AssertionEncryptionModeType,
4
+ AssignmentStatusType,
5
+ ContextKeyTypeEnum,
6
+ DeletionTaskStatusType,
7
+ EncodingType,
8
+ EntityType,
9
+ FeatureType,
10
+ GlobalEndpointTokenVersion,
11
+ JobStatusType,
12
+ PermissionCheckResultType,
13
+ PermissionCheckStatusType,
14
+ PermissionsBoundaryAttachmentType,
15
+ PolicyEvaluationDecisionType,
16
+ PolicyOwnerEntityType,
17
+ PolicyParameterTypeEnum,
18
+ PolicyScopeType,
19
+ PolicySourceType,
20
+ PolicyType,
21
+ PolicyUsageType,
22
+ ReportFormatType,
23
+ ReportStateType,
24
+ SortKeyType,
25
+ StateType,
26
+ StatusType,
27
+ SummaryKeyType,
28
+ SummaryStateType,
29
+ } from "./enums";
30
+ export interface AcceptDelegationRequestRequest {
31
+ DelegationRequestId: string | undefined;
32
+ }
9
33
  export interface AccessDetail {
10
34
  ServiceName: string | undefined;
11
35
  ServiceNamespace: string | undefined;
@@ -14,12 +38,6 @@ export interface AccessDetail {
14
38
  LastAuthenticatedTime?: Date | undefined;
15
39
  TotalAuthenticatedEntities?: number | undefined;
16
40
  }
17
- export declare const StatusType: {
18
- readonly Active: "Active";
19
- readonly Expired: "Expired";
20
- readonly Inactive: "Inactive";
21
- };
22
- export type StatusType = (typeof StatusType)[keyof typeof StatusType];
23
41
  export interface AccessKey {
24
42
  UserName: string | undefined;
25
43
  AccessKeyId: string | undefined;
@@ -38,99 +56,21 @@ export interface AccessKeyMetadata {
38
56
  Status?: StatusType | undefined;
39
57
  CreateDate?: Date | undefined;
40
58
  }
41
- export declare class AccountNotManagementOrDelegatedAdministratorException extends __BaseException {
42
- readonly name: "AccountNotManagementOrDelegatedAdministratorException";
43
- readonly $fault: "client";
44
- Message?: string | undefined;
45
- constructor(
46
- opts: __ExceptionOptionType<
47
- AccountNotManagementOrDelegatedAdministratorException,
48
- __BaseException
49
- >
50
- );
51
- }
52
59
  export interface AddClientIDToOpenIDConnectProviderRequest {
53
60
  OpenIDConnectProviderArn: string | undefined;
54
61
  ClientID: string | undefined;
55
62
  }
56
- export declare class ConcurrentModificationException extends __BaseException {
57
- readonly name: "ConcurrentModificationException";
58
- readonly $fault: "client";
59
- constructor(
60
- opts: __ExceptionOptionType<
61
- ConcurrentModificationException,
62
- __BaseException
63
- >
64
- );
65
- }
66
- export declare class InvalidInputException extends __BaseException {
67
- readonly name: "InvalidInputException";
68
- readonly $fault: "client";
69
- constructor(
70
- opts: __ExceptionOptionType<InvalidInputException, __BaseException>
71
- );
72
- }
73
- export declare class LimitExceededException extends __BaseException {
74
- readonly name: "LimitExceededException";
75
- readonly $fault: "client";
76
- constructor(
77
- opts: __ExceptionOptionType<LimitExceededException, __BaseException>
78
- );
79
- }
80
- export declare class NoSuchEntityException extends __BaseException {
81
- readonly name: "NoSuchEntityException";
82
- readonly $fault: "client";
83
- constructor(
84
- opts: __ExceptionOptionType<NoSuchEntityException, __BaseException>
85
- );
86
- }
87
- export declare class ServiceFailureException extends __BaseException {
88
- readonly name: "ServiceFailureException";
89
- readonly $fault: "server";
90
- constructor(
91
- opts: __ExceptionOptionType<ServiceFailureException, __BaseException>
92
- );
93
- }
94
63
  export interface AddRoleToInstanceProfileRequest {
95
64
  InstanceProfileName: string | undefined;
96
65
  RoleName: string | undefined;
97
66
  }
98
- export declare class EntityAlreadyExistsException extends __BaseException {
99
- readonly name: "EntityAlreadyExistsException";
100
- readonly $fault: "client";
101
- constructor(
102
- opts: __ExceptionOptionType<EntityAlreadyExistsException, __BaseException>
103
- );
104
- }
105
- export declare class UnmodifiableEntityException extends __BaseException {
106
- readonly name: "UnmodifiableEntityException";
107
- readonly $fault: "client";
108
- constructor(
109
- opts: __ExceptionOptionType<UnmodifiableEntityException, __BaseException>
110
- );
111
- }
112
67
  export interface AddUserToGroupRequest {
113
68
  GroupName: string | undefined;
114
69
  UserName: string | undefined;
115
70
  }
116
- export declare const AssertionEncryptionModeType: {
117
- readonly Allowed: "Allowed";
118
- readonly Required: "Required";
119
- };
120
- export type AssertionEncryptionModeType =
121
- (typeof AssertionEncryptionModeType)[keyof typeof AssertionEncryptionModeType];
122
- export declare const AssignmentStatusType: {
123
- readonly Any: "Any";
124
- readonly Assigned: "Assigned";
125
- readonly Unassigned: "Unassigned";
126
- };
127
- export type AssignmentStatusType =
128
- (typeof AssignmentStatusType)[keyof typeof AssignmentStatusType];
129
- export declare const PermissionsBoundaryAttachmentType: {
130
- readonly Policy: "PermissionsBoundaryPolicy";
131
- };
132
- export type PermissionsBoundaryAttachmentType =
133
- (typeof PermissionsBoundaryAttachmentType)[keyof typeof PermissionsBoundaryAttachmentType];
71
+ export interface AssociateDelegationRequestRequest {
72
+ DelegationRequestId: string | undefined;
73
+ }
134
74
  export interface AttachedPermissionsBoundary {
135
75
  PermissionsBoundaryType?: PermissionsBoundaryAttachmentType | undefined;
136
76
  PermissionsBoundaryArn?: string | undefined;
@@ -143,13 +83,6 @@ export interface AttachGroupPolicyRequest {
143
83
  GroupName: string | undefined;
144
84
  PolicyArn: string | undefined;
145
85
  }
146
- export declare class PolicyNotAttachableException extends __BaseException {
147
- readonly name: "PolicyNotAttachableException";
148
- readonly $fault: "client";
149
- constructor(
150
- opts: __ExceptionOptionType<PolicyNotAttachableException, __BaseException>
151
- );
152
- }
153
86
  export interface AttachRolePolicyRequest {
154
87
  RoleName: string | undefined;
155
88
  PolicyArn: string | undefined;
@@ -162,33 +95,6 @@ export interface ChangePasswordRequest {
162
95
  OldPassword: string | undefined;
163
96
  NewPassword: string | undefined;
164
97
  }
165
- export declare class EntityTemporarilyUnmodifiableException extends __BaseException {
166
- readonly name: "EntityTemporarilyUnmodifiableException";
167
- readonly $fault: "client";
168
- constructor(
169
- opts: __ExceptionOptionType<
170
- EntityTemporarilyUnmodifiableException,
171
- __BaseException
172
- >
173
- );
174
- }
175
- export declare class InvalidUserTypeException extends __BaseException {
176
- readonly name: "InvalidUserTypeException";
177
- readonly $fault: "client";
178
- constructor(
179
- opts: __ExceptionOptionType<InvalidUserTypeException, __BaseException>
180
- );
181
- }
182
- export declare class PasswordPolicyViolationException extends __BaseException {
183
- readonly name: "PasswordPolicyViolationException";
184
- readonly $fault: "client";
185
- constructor(
186
- opts: __ExceptionOptionType<
187
- PasswordPolicyViolationException,
188
- __BaseException
189
- >
190
- );
191
- }
192
98
  export interface CreateAccessKeyRequest {
193
99
  UserName?: string | undefined;
194
100
  }
@@ -198,12 +104,6 @@ export interface CreateAccessKeyResponse {
198
104
  export interface CreateAccountAliasRequest {
199
105
  AccountAlias: string | undefined;
200
106
  }
201
- export declare const PolicyParameterTypeEnum: {
202
- readonly STRING: "string";
203
- readonly STRING_LIST: "stringList";
204
- };
205
- export type PolicyParameterTypeEnum =
206
- (typeof PolicyParameterTypeEnum)[keyof typeof PolicyParameterTypeEnum];
207
107
  export interface PolicyParameter {
208
108
  Name?: string | undefined;
209
109
  Values?: string[] | undefined;
@@ -303,16 +203,6 @@ export interface CreateOpenIDConnectProviderResponse {
303
203
  OpenIDConnectProviderArn?: string | undefined;
304
204
  Tags?: Tag[] | undefined;
305
205
  }
306
- export declare class OpenIdIdpCommunicationErrorException extends __BaseException {
307
- readonly name: "OpenIdIdpCommunicationErrorException";
308
- readonly $fault: "client";
309
- constructor(
310
- opts: __ExceptionOptionType<
311
- OpenIdIdpCommunicationErrorException,
312
- __BaseException
313
- >
314
- );
315
- }
316
206
  export interface CreatePolicyRequest {
317
207
  PolicyName: string | undefined;
318
208
  Path?: string | undefined;
@@ -337,16 +227,6 @@ export interface Policy {
337
227
  export interface CreatePolicyResponse {
338
228
  Policy?: Policy | undefined;
339
229
  }
340
- export declare class MalformedPolicyDocumentException extends __BaseException {
341
- readonly name: "MalformedPolicyDocumentException";
342
- readonly $fault: "client";
343
- constructor(
344
- opts: __ExceptionOptionType<
345
- MalformedPolicyDocumentException,
346
- __BaseException
347
- >
348
- );
349
- }
350
230
  export interface CreatePolicyVersionRequest {
351
231
  PolicyArn: string | undefined;
352
232
  PolicyDocument: string | undefined;
@@ -412,13 +292,6 @@ export interface ServiceSpecificCredential {
412
292
  export interface CreateServiceSpecificCredentialResponse {
413
293
  ServiceSpecificCredential?: ServiceSpecificCredential | undefined;
414
294
  }
415
- export declare class ServiceNotSupportedException extends __BaseException {
416
- readonly name: "ServiceNotSupportedException";
417
- readonly $fault: "client";
418
- constructor(
419
- opts: __ExceptionOptionType<ServiceNotSupportedException, __BaseException>
420
- );
421
- }
422
295
  export interface CreateUserRequest {
423
296
  Path?: string | undefined;
424
297
  UserName: string | undefined;
@@ -465,13 +338,6 @@ export interface DeleteAccessKeyRequest {
465
338
  export interface DeleteAccountAliasRequest {
466
339
  AccountAlias: string | undefined;
467
340
  }
468
- export declare class DeleteConflictException extends __BaseException {
469
- readonly name: "DeleteConflictException";
470
- readonly $fault: "client";
471
- constructor(
472
- opts: __ExceptionOptionType<DeleteConflictException, __BaseException>
473
- );
474
- }
475
341
  export interface DeleteGroupRequest {
476
342
  GroupName: string | undefined;
477
343
  }
@@ -555,45 +421,10 @@ export interface DetachUserPolicyRequest {
555
421
  PolicyArn: string | undefined;
556
422
  }
557
423
  export interface DisableOrganizationsRootCredentialsManagementRequest {}
558
- export declare const FeatureType: {
559
- readonly ROOT_CREDENTIALS_MANAGEMENT: "RootCredentialsManagement";
560
- readonly ROOT_SESSIONS: "RootSessions";
561
- };
562
- export type FeatureType = (typeof FeatureType)[keyof typeof FeatureType];
563
424
  export interface DisableOrganizationsRootCredentialsManagementResponse {
564
425
  OrganizationId?: string | undefined;
565
426
  EnabledFeatures?: FeatureType[] | undefined;
566
427
  }
567
- export declare class OrganizationNotFoundException extends __BaseException {
568
- readonly name: "OrganizationNotFoundException";
569
- readonly $fault: "client";
570
- Message?: string | undefined;
571
- constructor(
572
- opts: __ExceptionOptionType<OrganizationNotFoundException, __BaseException>
573
- );
574
- }
575
- export declare class OrganizationNotInAllFeaturesModeException extends __BaseException {
576
- readonly name: "OrganizationNotInAllFeaturesModeException";
577
- readonly $fault: "client";
578
- Message?: string | undefined;
579
- constructor(
580
- opts: __ExceptionOptionType<
581
- OrganizationNotInAllFeaturesModeException,
582
- __BaseException
583
- >
584
- );
585
- }
586
- export declare class ServiceAccessNotEnabledException extends __BaseException {
587
- readonly name: "ServiceAccessNotEnabledException";
588
- readonly $fault: "client";
589
- Message?: string | undefined;
590
- constructor(
591
- opts: __ExceptionOptionType<
592
- ServiceAccessNotEnabledException,
593
- __BaseException
594
- >
595
- );
596
- }
597
428
  export interface DisableOrganizationsRootSessionsRequest {}
598
429
  export interface DisableOrganizationsRootSessionsResponse {
599
430
  OrganizationId?: string | undefined;
@@ -605,27 +436,6 @@ export interface EnableMFADeviceRequest {
605
436
  AuthenticationCode1: string | undefined;
606
437
  AuthenticationCode2: string | undefined;
607
438
  }
608
- export declare class InvalidAuthenticationCodeException extends __BaseException {
609
- readonly name: "InvalidAuthenticationCodeException";
610
- readonly $fault: "client";
611
- constructor(
612
- opts: __ExceptionOptionType<
613
- InvalidAuthenticationCodeException,
614
- __BaseException
615
- >
616
- );
617
- }
618
- export declare class CallerIsNotManagementAccountException extends __BaseException {
619
- readonly name: "CallerIsNotManagementAccountException";
620
- readonly $fault: "client";
621
- Message?: string | undefined;
622
- constructor(
623
- opts: __ExceptionOptionType<
624
- CallerIsNotManagementAccountException,
625
- __BaseException
626
- >
627
- );
628
- }
629
439
  export interface EnableOrganizationsRootCredentialsManagementRequest {}
630
440
  export interface EnableOrganizationsRootCredentialsManagementResponse {
631
441
  OrganizationId?: string | undefined;
@@ -636,13 +446,9 @@ export interface EnableOrganizationsRootSessionsResponse {
636
446
  OrganizationId?: string | undefined;
637
447
  EnabledFeatures?: FeatureType[] | undefined;
638
448
  }
639
- export declare const ReportStateType: {
640
- readonly COMPLETE: "COMPLETE";
641
- readonly INPROGRESS: "INPROGRESS";
642
- readonly STARTED: "STARTED";
643
- };
644
- export type ReportStateType =
645
- (typeof ReportStateType)[keyof typeof ReportStateType];
449
+ export interface EnableOutboundWebIdentityFederationResponse {
450
+ IssuerIdentifier?: string | undefined;
451
+ }
646
452
  export interface GenerateCredentialReportResponse {
647
453
  State?: ReportStateType | undefined;
648
454
  Description?: string | undefined;
@@ -654,16 +460,6 @@ export interface GenerateOrganizationsAccessReportRequest {
654
460
  export interface GenerateOrganizationsAccessReportResponse {
655
461
  JobId?: string | undefined;
656
462
  }
657
- export declare class ReportGenerationLimitExceededException extends __BaseException {
658
- readonly name: "ReportGenerationLimitExceededException";
659
- readonly $fault: "client";
660
- constructor(
661
- opts: __ExceptionOptionType<
662
- ReportGenerationLimitExceededException,
663
- __BaseException
664
- >
665
- );
666
- }
667
463
  export interface GenerateServiceLastAccessedDetailsRequest {
668
464
  Arn: string | undefined;
669
465
  Granularity?: AccessAdvisorUsageGranularityType | undefined;
@@ -678,14 +474,6 @@ export interface GetAccessKeyLastUsedResponse {
678
474
  UserName?: string | undefined;
679
475
  AccessKeyLastUsed?: AccessKeyLastUsed | undefined;
680
476
  }
681
- export declare const EntityType: {
682
- readonly AWSManagedPolicy: "AWSManagedPolicy";
683
- readonly Group: "Group";
684
- readonly LocalManagedPolicy: "LocalManagedPolicy";
685
- readonly Role: "Role";
686
- readonly User: "User";
687
- };
688
- export type EntityType = (typeof EntityType)[keyof typeof EntityType];
689
477
  export interface GetAccountAuthorizationDetailsRequest {
690
478
  Filter?: EntityType[] | undefined;
691
479
  MaxItems?: number | undefined;
@@ -767,44 +555,6 @@ export interface PasswordPolicy {
767
555
  export interface GetAccountPasswordPolicyResponse {
768
556
  PasswordPolicy: PasswordPolicy | undefined;
769
557
  }
770
- export declare const SummaryKeyType: {
771
- readonly AccessKeysPerUserQuota: "AccessKeysPerUserQuota";
772
- readonly AccountAccessKeysPresent: "AccountAccessKeysPresent";
773
- readonly AccountMFAEnabled: "AccountMFAEnabled";
774
- readonly AccountPasswordPresent: "AccountPasswordPresent";
775
- readonly AccountSigningCertificatesPresent: "AccountSigningCertificatesPresent";
776
- readonly AssumeRolePolicySizeQuota: "AssumeRolePolicySizeQuota";
777
- readonly AttachedPoliciesPerGroupQuota: "AttachedPoliciesPerGroupQuota";
778
- readonly AttachedPoliciesPerRoleQuota: "AttachedPoliciesPerRoleQuota";
779
- readonly AttachedPoliciesPerUserQuota: "AttachedPoliciesPerUserQuota";
780
- readonly GlobalEndpointTokenVersion: "GlobalEndpointTokenVersion";
781
- readonly GroupPolicySizeQuota: "GroupPolicySizeQuota";
782
- readonly Groups: "Groups";
783
- readonly GroupsPerUserQuota: "GroupsPerUserQuota";
784
- readonly GroupsQuota: "GroupsQuota";
785
- readonly InstanceProfiles: "InstanceProfiles";
786
- readonly InstanceProfilesQuota: "InstanceProfilesQuota";
787
- readonly MFADevices: "MFADevices";
788
- readonly MFADevicesInUse: "MFADevicesInUse";
789
- readonly Policies: "Policies";
790
- readonly PoliciesQuota: "PoliciesQuota";
791
- readonly PolicySizeQuota: "PolicySizeQuota";
792
- readonly PolicyVersionsInUse: "PolicyVersionsInUse";
793
- readonly PolicyVersionsInUseQuota: "PolicyVersionsInUseQuota";
794
- readonly Providers: "Providers";
795
- readonly RolePolicySizeQuota: "RolePolicySizeQuota";
796
- readonly Roles: "Roles";
797
- readonly RolesQuota: "RolesQuota";
798
- readonly ServerCertificates: "ServerCertificates";
799
- readonly ServerCertificatesQuota: "ServerCertificatesQuota";
800
- readonly SigningCertificatesPerUserQuota: "SigningCertificatesPerUserQuota";
801
- readonly UserPolicySizeQuota: "UserPolicySizeQuota";
802
- readonly Users: "Users";
803
- readonly UsersQuota: "UsersQuota";
804
- readonly VersionsPerPolicyQuota: "VersionsPerPolicyQuota";
805
- };
806
- export type SummaryKeyType =
807
- (typeof SummaryKeyType)[keyof typeof SummaryKeyType];
808
558
  export interface GetAccountSummaryResponse {
809
559
  SummaryMap?: Partial<Record<SummaryKeyType, number>> | undefined;
810
560
  }
@@ -818,46 +568,41 @@ export interface GetContextKeysForPrincipalPolicyRequest {
818
568
  PolicySourceArn: string | undefined;
819
569
  PolicyInputList?: string[] | undefined;
820
570
  }
821
- export declare class CredentialReportExpiredException extends __BaseException {
822
- readonly name: "CredentialReportExpiredException";
823
- readonly $fault: "client";
824
- constructor(
825
- opts: __ExceptionOptionType<
826
- CredentialReportExpiredException,
827
- __BaseException
828
- >
829
- );
830
- }
831
- export declare class CredentialReportNotPresentException extends __BaseException {
832
- readonly name: "CredentialReportNotPresentException";
833
- readonly $fault: "client";
834
- constructor(
835
- opts: __ExceptionOptionType<
836
- CredentialReportNotPresentException,
837
- __BaseException
838
- >
839
- );
840
- }
841
- export declare class CredentialReportNotReadyException extends __BaseException {
842
- readonly name: "CredentialReportNotReadyException";
843
- readonly $fault: "client";
844
- constructor(
845
- opts: __ExceptionOptionType<
846
- CredentialReportNotReadyException,
847
- __BaseException
848
- >
849
- );
850
- }
851
- export declare const ReportFormatType: {
852
- readonly text_csv: "text/csv";
853
- };
854
- export type ReportFormatType =
855
- (typeof ReportFormatType)[keyof typeof ReportFormatType];
856
571
  export interface GetCredentialReportResponse {
857
572
  Content?: Uint8Array | undefined;
858
573
  ReportFormat?: ReportFormatType | undefined;
859
574
  GeneratedTime?: Date | undefined;
860
575
  }
576
+ export interface GetDelegationRequestRequest {
577
+ DelegationRequestId: string | undefined;
578
+ DelegationPermissionCheck?: boolean | undefined;
579
+ }
580
+ export interface DelegationRequest {
581
+ DelegationRequestId?: string | undefined;
582
+ OwnerAccountId?: string | undefined;
583
+ Description?: string | undefined;
584
+ RequestMessage?: string | undefined;
585
+ Permissions?: DelegationPermission | undefined;
586
+ PermissionPolicy?: string | undefined;
587
+ RolePermissionRestrictionArns?: string[] | undefined;
588
+ OwnerId?: string | undefined;
589
+ ApproverId?: string | undefined;
590
+ State?: StateType | undefined;
591
+ RequestorId?: string | undefined;
592
+ RequestorName?: string | undefined;
593
+ CreateDate?: Date | undefined;
594
+ SessionDuration?: number | undefined;
595
+ RedirectUrl?: string | undefined;
596
+ Notes?: string | undefined;
597
+ RejectionReason?: string | undefined;
598
+ OnlySendByOwner?: boolean | undefined;
599
+ UpdatedTime?: Date | undefined;
600
+ }
601
+ export interface GetDelegationRequestResponse {
602
+ DelegationRequest?: DelegationRequest | undefined;
603
+ PermissionCheckStatus?: PermissionCheckStatusType | undefined;
604
+ PermissionCheckResult?: PermissionCheckResultType | undefined;
605
+ }
861
606
  export interface GetGroupRequest {
862
607
  GroupName: string | undefined;
863
608
  Marker?: string | undefined;
@@ -878,6 +623,15 @@ export interface GetGroupPolicyResponse {
878
623
  PolicyName: string | undefined;
879
624
  PolicyDocument: string | undefined;
880
625
  }
626
+ export interface GetHumanReadableSummaryRequest {
627
+ EntityArn: string | undefined;
628
+ Locale?: string | undefined;
629
+ }
630
+ export interface GetHumanReadableSummaryResponse {
631
+ SummaryContent?: string | undefined;
632
+ Locale?: string | undefined;
633
+ SummaryState?: SummaryStateType | undefined;
634
+ }
881
635
  export interface GetInstanceProfileRequest {
882
636
  InstanceProfileName: string | undefined;
883
637
  }
@@ -910,13 +664,6 @@ export interface GetOpenIDConnectProviderResponse {
910
664
  CreateDate?: Date | undefined;
911
665
  Tags?: Tag[] | undefined;
912
666
  }
913
- export declare const SortKeyType: {
914
- readonly LAST_AUTHENTICATED_TIME_ASCENDING: "LAST_AUTHENTICATED_TIME_ASCENDING";
915
- readonly LAST_AUTHENTICATED_TIME_DESCENDING: "LAST_AUTHENTICATED_TIME_DESCENDING";
916
- readonly SERVICE_NAMESPACE_ASCENDING: "SERVICE_NAMESPACE_ASCENDING";
917
- readonly SERVICE_NAMESPACE_DESCENDING: "SERVICE_NAMESPACE_DESCENDING";
918
- };
919
- export type SortKeyType = (typeof SortKeyType)[keyof typeof SortKeyType];
920
667
  export interface GetOrganizationsAccessReportRequest {
921
668
  JobId: string | undefined;
922
669
  MaxItems?: number | undefined;
@@ -927,12 +674,6 @@ export interface ErrorDetails {
927
674
  Message: string | undefined;
928
675
  Code: string | undefined;
929
676
  }
930
- export declare const JobStatusType: {
931
- readonly COMPLETED: "COMPLETED";
932
- readonly FAILED: "FAILED";
933
- readonly IN_PROGRESS: "IN_PROGRESS";
934
- };
935
- export type JobStatusType = (typeof JobStatusType)[keyof typeof JobStatusType];
936
677
  export interface GetOrganizationsAccessReportResponse {
937
678
  JobStatus: JobStatusType | undefined;
938
679
  JobCreationDate: Date | undefined;
@@ -944,6 +685,10 @@ export interface GetOrganizationsAccessReportResponse {
944
685
  Marker?: string | undefined;
945
686
  ErrorDetails?: ErrorDetails | undefined;
946
687
  }
688
+ export interface GetOutboundWebIdentityFederationInfoResponse {
689
+ IssuerIdentifier?: string | undefined;
690
+ JwtVendingEnabled?: boolean | undefined;
691
+ }
947
692
  export interface GetPolicyRequest {
948
693
  PolicyArn: string | undefined;
949
694
  }
@@ -1044,13 +789,6 @@ export interface GetServiceLastAccessedDetailsWithEntitiesRequest {
1044
789
  MaxItems?: number | undefined;
1045
790
  Marker?: string | undefined;
1046
791
  }
1047
- export declare const PolicyOwnerEntityType: {
1048
- readonly GROUP: "GROUP";
1049
- readonly ROLE: "ROLE";
1050
- readonly USER: "USER";
1051
- };
1052
- export type PolicyOwnerEntityType =
1053
- (typeof PolicyOwnerEntityType)[keyof typeof PolicyOwnerEntityType];
1054
792
  export interface EntityInfo {
1055
793
  Arn: string | undefined;
1056
794
  Name: string | undefined;
@@ -1082,23 +820,10 @@ export interface DeletionTaskFailureReasonType {
1082
820
  Reason?: string | undefined;
1083
821
  RoleUsageList?: RoleUsageType[] | undefined;
1084
822
  }
1085
- export declare const DeletionTaskStatusType: {
1086
- readonly FAILED: "FAILED";
1087
- readonly IN_PROGRESS: "IN_PROGRESS";
1088
- readonly NOT_STARTED: "NOT_STARTED";
1089
- readonly SUCCEEDED: "SUCCEEDED";
1090
- };
1091
- export type DeletionTaskStatusType =
1092
- (typeof DeletionTaskStatusType)[keyof typeof DeletionTaskStatusType];
1093
823
  export interface GetServiceLinkedRoleDeletionStatusResponse {
1094
824
  Status: DeletionTaskStatusType | undefined;
1095
825
  Reason?: DeletionTaskFailureReasonType | undefined;
1096
826
  }
1097
- export declare const EncodingType: {
1098
- readonly PEM: "PEM";
1099
- readonly SSH: "SSH";
1100
- };
1101
- export type EncodingType = (typeof EncodingType)[keyof typeof EncodingType];
1102
827
  export interface GetSSHPublicKeyRequest {
1103
828
  UserName: string | undefined;
1104
829
  SSHPublicKeyId: string | undefined;
@@ -1115,16 +840,6 @@ export interface SSHPublicKey {
1115
840
  export interface GetSSHPublicKeyResponse {
1116
841
  SSHPublicKey?: SSHPublicKey | undefined;
1117
842
  }
1118
- export declare class UnrecognizedPublicKeyEncodingException extends __BaseException {
1119
- readonly name: "UnrecognizedPublicKeyEncodingException";
1120
- readonly $fault: "client";
1121
- constructor(
1122
- opts: __ExceptionOptionType<
1123
- UnrecognizedPublicKeyEncodingException,
1124
- __BaseException
1125
- >
1126
- );
1127
- }
1128
843
  export interface GetUserRequest {
1129
844
  UserName?: string | undefined;
1130
845
  }
@@ -1192,12 +907,16 @@ export interface ListAttachedUserPoliciesResponse {
1192
907
  IsTruncated?: boolean | undefined;
1193
908
  Marker?: string | undefined;
1194
909
  }
1195
- export declare const PolicyUsageType: {
1196
- readonly PermissionsBoundary: "PermissionsBoundary";
1197
- readonly PermissionsPolicy: "PermissionsPolicy";
1198
- };
1199
- export type PolicyUsageType =
1200
- (typeof PolicyUsageType)[keyof typeof PolicyUsageType];
910
+ export interface ListDelegationRequestsRequest {
911
+ OwnerId?: string | undefined;
912
+ Marker?: string | undefined;
913
+ MaxItems?: number | undefined;
914
+ }
915
+ export interface ListDelegationRequestsResponse {
916
+ DelegationRequests?: DelegationRequest[] | undefined;
917
+ Marker?: string | undefined;
918
+ isTruncated?: boolean | undefined;
919
+ }
1201
920
  export interface ListEntitiesForPolicyRequest {
1202
921
  PolicyArn: string | undefined;
1203
922
  EntityFilter?: EntityType | undefined;
@@ -1332,13 +1051,6 @@ export interface ListOrganizationsFeaturesResponse {
1332
1051
  OrganizationId?: string | undefined;
1333
1052
  EnabledFeatures?: FeatureType[] | undefined;
1334
1053
  }
1335
- export declare const PolicyScopeType: {
1336
- readonly AWS: "AWS";
1337
- readonly All: "All";
1338
- readonly Local: "Local";
1339
- };
1340
- export type PolicyScopeType =
1341
- (typeof PolicyScopeType)[keyof typeof PolicyScopeType];
1342
1054
  export interface ListPoliciesRequest {
1343
1055
  Scope?: PolicyScopeType | undefined;
1344
1056
  OnlyAttached?: boolean | undefined;
@@ -1357,11 +1069,6 @@ export interface ListPoliciesGrantingServiceAccessRequest {
1357
1069
  Arn: string | undefined;
1358
1070
  ServiceNamespaces: string[] | undefined;
1359
1071
  }
1360
- export declare const PolicyType: {
1361
- readonly INLINE: "INLINE";
1362
- readonly MANAGED: "MANAGED";
1363
- };
1364
- export type PolicyType = (typeof PolicyType)[keyof typeof PolicyType];
1365
1072
  export interface PolicyGrantingServiceAccess {
1366
1073
  PolicyName: string | undefined;
1367
1074
  PolicyType: PolicyType | undefined;
@@ -1587,6 +1294,10 @@ export interface PutUserPolicyRequest {
1587
1294
  PolicyName: string | undefined;
1588
1295
  PolicyDocument: string | undefined;
1589
1296
  }
1297
+ export interface RejectDelegationRequestRequest {
1298
+ DelegationRequestId: string | undefined;
1299
+ Notes?: string | undefined;
1300
+ }
1590
1301
  export interface RemoveClientIDFromOpenIDConnectProviderRequest {
1591
1302
  OpenIDConnectProviderArn: string | undefined;
1592
1303
  ClientID: string | undefined;
@@ -1612,13 +1323,191 @@ export interface ResyncMFADeviceRequest {
1612
1323
  AuthenticationCode1: string | undefined;
1613
1324
  AuthenticationCode2: string | undefined;
1614
1325
  }
1326
+ export interface SendDelegationTokenRequest {
1327
+ DelegationRequestId: string | undefined;
1328
+ }
1615
1329
  export interface SetDefaultPolicyVersionRequest {
1616
1330
  PolicyArn: string | undefined;
1617
1331
  VersionId: string | undefined;
1618
1332
  }
1619
- export declare const GlobalEndpointTokenVersion: {
1620
- readonly v1Token: "v1Token";
1621
- readonly v2Token: "v2Token";
1622
- };
1623
- export type GlobalEndpointTokenVersion =
1624
- (typeof GlobalEndpointTokenVersion)[keyof typeof GlobalEndpointTokenVersion];
1333
+ export interface SetSecurityTokenServicePreferencesRequest {
1334
+ GlobalEndpointTokenVersion: GlobalEndpointTokenVersion | undefined;
1335
+ }
1336
+ export interface ContextEntry {
1337
+ ContextKeyName?: string | undefined;
1338
+ ContextKeyValues?: string[] | undefined;
1339
+ ContextKeyType?: ContextKeyTypeEnum | undefined;
1340
+ }
1341
+ export interface SimulateCustomPolicyRequest {
1342
+ PolicyInputList: string[] | undefined;
1343
+ PermissionsBoundaryPolicyInputList?: string[] | undefined;
1344
+ ActionNames: string[] | undefined;
1345
+ ResourceArns?: string[] | undefined;
1346
+ ResourcePolicy?: string | undefined;
1347
+ ResourceOwner?: string | undefined;
1348
+ CallerArn?: string | undefined;
1349
+ ContextEntries?: ContextEntry[] | undefined;
1350
+ ResourceHandlingOption?: string | undefined;
1351
+ MaxItems?: number | undefined;
1352
+ Marker?: string | undefined;
1353
+ }
1354
+ export interface Position {
1355
+ Line?: number | undefined;
1356
+ Column?: number | undefined;
1357
+ }
1358
+ export interface Statement {
1359
+ SourcePolicyId?: string | undefined;
1360
+ SourcePolicyType?: PolicySourceType | undefined;
1361
+ StartPosition?: Position | undefined;
1362
+ EndPosition?: Position | undefined;
1363
+ }
1364
+ export interface OrganizationsDecisionDetail {
1365
+ AllowedByOrganizations?: boolean | undefined;
1366
+ }
1367
+ export interface PermissionsBoundaryDecisionDetail {
1368
+ AllowedByPermissionsBoundary?: boolean | undefined;
1369
+ }
1370
+ export interface ResourceSpecificResult {
1371
+ EvalResourceName: string | undefined;
1372
+ EvalResourceDecision: PolicyEvaluationDecisionType | undefined;
1373
+ MatchedStatements?: Statement[] | undefined;
1374
+ MissingContextValues?: string[] | undefined;
1375
+ EvalDecisionDetails?:
1376
+ | Record<string, PolicyEvaluationDecisionType>
1377
+ | undefined;
1378
+ PermissionsBoundaryDecisionDetail?:
1379
+ | PermissionsBoundaryDecisionDetail
1380
+ | undefined;
1381
+ }
1382
+ export interface EvaluationResult {
1383
+ EvalActionName: string | undefined;
1384
+ EvalResourceName?: string | undefined;
1385
+ EvalDecision: PolicyEvaluationDecisionType | undefined;
1386
+ MatchedStatements?: Statement[] | undefined;
1387
+ MissingContextValues?: string[] | undefined;
1388
+ OrganizationsDecisionDetail?: OrganizationsDecisionDetail | undefined;
1389
+ PermissionsBoundaryDecisionDetail?:
1390
+ | PermissionsBoundaryDecisionDetail
1391
+ | undefined;
1392
+ EvalDecisionDetails?:
1393
+ | Record<string, PolicyEvaluationDecisionType>
1394
+ | undefined;
1395
+ ResourceSpecificResults?: ResourceSpecificResult[] | undefined;
1396
+ }
1397
+ export interface SimulatePolicyResponse {
1398
+ EvaluationResults?: EvaluationResult[] | undefined;
1399
+ IsTruncated?: boolean | undefined;
1400
+ Marker?: string | undefined;
1401
+ }
1402
+ export interface SimulatePrincipalPolicyRequest {
1403
+ PolicySourceArn: string | undefined;
1404
+ PolicyInputList?: string[] | undefined;
1405
+ PermissionsBoundaryPolicyInputList?: string[] | undefined;
1406
+ ActionNames: string[] | undefined;
1407
+ ResourceArns?: string[] | undefined;
1408
+ ResourcePolicy?: string | undefined;
1409
+ ResourceOwner?: string | undefined;
1410
+ CallerArn?: string | undefined;
1411
+ ContextEntries?: ContextEntry[] | undefined;
1412
+ ResourceHandlingOption?: string | undefined;
1413
+ MaxItems?: number | undefined;
1414
+ Marker?: string | undefined;
1415
+ }
1416
+ export interface TagInstanceProfileRequest {
1417
+ InstanceProfileName: string | undefined;
1418
+ Tags: Tag[] | undefined;
1419
+ }
1420
+ export interface TagMFADeviceRequest {
1421
+ SerialNumber: string | undefined;
1422
+ Tags: Tag[] | undefined;
1423
+ }
1424
+ export interface TagOpenIDConnectProviderRequest {
1425
+ OpenIDConnectProviderArn: string | undefined;
1426
+ Tags: Tag[] | undefined;
1427
+ }
1428
+ export interface TagPolicyRequest {
1429
+ PolicyArn: string | undefined;
1430
+ Tags: Tag[] | undefined;
1431
+ }
1432
+ export interface TagRoleRequest {
1433
+ RoleName: string | undefined;
1434
+ Tags: Tag[] | undefined;
1435
+ }
1436
+ export interface TagSAMLProviderRequest {
1437
+ SAMLProviderArn: string | undefined;
1438
+ Tags: Tag[] | undefined;
1439
+ }
1440
+ export interface TagServerCertificateRequest {
1441
+ ServerCertificateName: string | undefined;
1442
+ Tags: Tag[] | undefined;
1443
+ }
1444
+ export interface TagUserRequest {
1445
+ UserName: string | undefined;
1446
+ Tags: Tag[] | undefined;
1447
+ }
1448
+ export interface UntagInstanceProfileRequest {
1449
+ InstanceProfileName: string | undefined;
1450
+ TagKeys: string[] | undefined;
1451
+ }
1452
+ export interface UntagMFADeviceRequest {
1453
+ SerialNumber: string | undefined;
1454
+ TagKeys: string[] | undefined;
1455
+ }
1456
+ export interface UntagOpenIDConnectProviderRequest {
1457
+ OpenIDConnectProviderArn: string | undefined;
1458
+ TagKeys: string[] | undefined;
1459
+ }
1460
+ export interface UntagPolicyRequest {
1461
+ PolicyArn: string | undefined;
1462
+ TagKeys: string[] | undefined;
1463
+ }
1464
+ export interface UntagRoleRequest {
1465
+ RoleName: string | undefined;
1466
+ TagKeys: string[] | undefined;
1467
+ }
1468
+ export interface UntagSAMLProviderRequest {
1469
+ SAMLProviderArn: string | undefined;
1470
+ TagKeys: string[] | undefined;
1471
+ }
1472
+ export interface UntagServerCertificateRequest {
1473
+ ServerCertificateName: string | undefined;
1474
+ TagKeys: string[] | undefined;
1475
+ }
1476
+ export interface UntagUserRequest {
1477
+ UserName: string | undefined;
1478
+ TagKeys: string[] | undefined;
1479
+ }
1480
+ export interface UpdateAccessKeyRequest {
1481
+ UserName?: string | undefined;
1482
+ AccessKeyId: string | undefined;
1483
+ Status: StatusType | undefined;
1484
+ }
1485
+ export interface UpdateAccountPasswordPolicyRequest {
1486
+ MinimumPasswordLength?: number | undefined;
1487
+ RequireSymbols?: boolean | undefined;
1488
+ RequireNumbers?: boolean | undefined;
1489
+ RequireUppercaseCharacters?: boolean | undefined;
1490
+ RequireLowercaseCharacters?: boolean | undefined;
1491
+ AllowUsersToChangePassword?: boolean | undefined;
1492
+ MaxPasswordAge?: number | undefined;
1493
+ PasswordReusePrevention?: number | undefined;
1494
+ HardExpiry?: boolean | undefined;
1495
+ }
1496
+ export interface UpdateAssumeRolePolicyRequest {
1497
+ RoleName: string | undefined;
1498
+ PolicyDocument: string | undefined;
1499
+ }
1500
+ export interface UpdateDelegationRequestRequest {
1501
+ DelegationRequestId: string | undefined;
1502
+ Notes?: string | undefined;
1503
+ }
1504
+ export interface UpdateGroupRequest {
1505
+ GroupName: string | undefined;
1506
+ NewPath?: string | undefined;
1507
+ NewGroupName?: string | undefined;
1508
+ }
1509
+ export interface UpdateLoginProfileRequest {
1510
+ UserName: string | undefined;
1511
+ Password?: string | undefined;
1512
+ PasswordResetRequired?: boolean | undefined;
1513
+ }