@aws-sdk/client-iam 3.835.0 → 3.840.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 (80) hide show
  1. package/dist-cjs/index.js +41 -1
  2. package/dist-es/models/models_0.js +2 -0
  3. package/dist-es/protocols/Aws_query.js +38 -0
  4. package/dist-types/commands/ChangePasswordCommand.d.ts +5 -4
  5. package/dist-types/commands/CreateAccessKeyCommand.d.ts +1 -1
  6. package/dist-types/commands/CreateLoginProfileCommand.d.ts +1 -1
  7. package/dist-types/commands/CreateOpenIDConnectProviderCommand.d.ts +1 -1
  8. package/dist-types/commands/CreatePolicyVersionCommand.d.ts +1 -1
  9. package/dist-types/commands/CreateServiceSpecificCredentialCommand.d.ts +10 -8
  10. package/dist-types/commands/CreateVirtualMFADeviceCommand.d.ts +4 -3
  11. package/dist-types/commands/DeleteGroupPolicyCommand.d.ts +2 -2
  12. package/dist-types/commands/DeleteLoginProfileCommand.d.ts +5 -4
  13. package/dist-types/commands/DeletePolicyCommand.d.ts +5 -7
  14. package/dist-types/commands/DeletePolicyVersionCommand.d.ts +2 -2
  15. package/dist-types/commands/DeleteRoleCommand.d.ts +4 -4
  16. package/dist-types/commands/DeleteRolePolicyCommand.d.ts +2 -2
  17. package/dist-types/commands/DeleteServiceLinkedRoleCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteUserCommand.d.ts +9 -9
  19. package/dist-types/commands/DeleteUserPolicyCommand.d.ts +2 -2
  20. package/dist-types/commands/DeleteVirtualMFADeviceCommand.d.ts +1 -1
  21. package/dist-types/commands/DetachGroupPolicyCommand.d.ts +1 -1
  22. package/dist-types/commands/DetachRolePolicyCommand.d.ts +1 -1
  23. package/dist-types/commands/DetachUserPolicyCommand.d.ts +1 -1
  24. package/dist-types/commands/DisableOrganizationsRootCredentialsManagementCommand.d.ts +1 -1
  25. package/dist-types/commands/DisableOrganizationsRootSessionsCommand.d.ts +1 -1
  26. package/dist-types/commands/EnableOrganizationsRootCredentialsManagementCommand.d.ts +1 -1
  27. package/dist-types/commands/EnableOrganizationsRootSessionsCommand.d.ts +1 -1
  28. package/dist-types/commands/GenerateOrganizationsAccessReportCommand.d.ts +5 -5
  29. package/dist-types/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +6 -6
  30. package/dist-types/commands/GetAccountAuthorizationDetailsCommand.d.ts +2 -1
  31. package/dist-types/commands/GetContextKeysForCustomPolicyCommand.d.ts +4 -4
  32. package/dist-types/commands/GetContextKeysForPrincipalPolicyCommand.d.ts +4 -3
  33. package/dist-types/commands/GetCredentialReportCommand.d.ts +4 -4
  34. package/dist-types/commands/GetGroupPolicyCommand.d.ts +4 -3
  35. package/dist-types/commands/GetOrganizationsAccessReportCommand.d.ts +4 -5
  36. package/dist-types/commands/GetPolicyCommand.d.ts +4 -4
  37. package/dist-types/commands/GetPolicyVersionCommand.d.ts +5 -3
  38. package/dist-types/commands/GetRoleCommand.d.ts +2 -1
  39. package/dist-types/commands/GetRolePolicyCommand.d.ts +5 -4
  40. package/dist-types/commands/GetSSHPublicKeyCommand.d.ts +1 -1
  41. package/dist-types/commands/GetServiceLinkedRoleDeletionStatusCommand.d.ts +2 -2
  42. package/dist-types/commands/GetUserPolicyCommand.d.ts +5 -4
  43. package/dist-types/commands/ListAccessKeysCommand.d.ts +1 -1
  44. package/dist-types/commands/ListAttachedGroupPoliciesCommand.d.ts +2 -2
  45. package/dist-types/commands/ListAttachedRolePoliciesCommand.d.ts +2 -2
  46. package/dist-types/commands/ListAttachedUserPoliciesCommand.d.ts +2 -2
  47. package/dist-types/commands/ListGroupPoliciesCommand.d.ts +3 -3
  48. package/dist-types/commands/ListInstanceProfilesCommand.d.ts +2 -1
  49. package/dist-types/commands/ListOpenIDConnectProvidersCommand.d.ts +1 -1
  50. package/dist-types/commands/ListOrganizationsFeaturesCommand.d.ts +1 -1
  51. package/dist-types/commands/ListPoliciesCommand.d.ts +1 -1
  52. package/dist-types/commands/ListPoliciesGrantingServiceAccessCommand.d.ts +1 -1
  53. package/dist-types/commands/ListRolePoliciesCommand.d.ts +3 -3
  54. package/dist-types/commands/ListRolesCommand.d.ts +1 -1
  55. package/dist-types/commands/ListSAMLProvidersCommand.d.ts +1 -1
  56. package/dist-types/commands/ListSSHPublicKeysCommand.d.ts +1 -1
  57. package/dist-types/commands/ListServerCertificatesCommand.d.ts +2 -1
  58. package/dist-types/commands/ListServiceSpecificCredentialsCommand.d.ts +9 -2
  59. package/dist-types/commands/ListSigningCertificatesCommand.d.ts +1 -1
  60. package/dist-types/commands/ListUserPoliciesCommand.d.ts +3 -3
  61. package/dist-types/commands/ListUsersCommand.d.ts +1 -1
  62. package/dist-types/commands/ListVirtualMFADevicesCommand.d.ts +1 -1
  63. package/dist-types/commands/PutGroupPolicyCommand.d.ts +4 -4
  64. package/dist-types/commands/ResetServiceSpecificCredentialCommand.d.ts +6 -3
  65. package/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +1 -1
  66. package/dist-types/commands/SetSecurityTokenServicePreferencesCommand.d.ts +1 -1
  67. package/dist-types/commands/SimulateCustomPolicyCommand.d.ts +2 -2
  68. package/dist-types/commands/SimulatePrincipalPolicyCommand.d.ts +3 -4
  69. package/dist-types/commands/UpdateAccessKeyCommand.d.ts +5 -1
  70. package/dist-types/commands/UpdateLoginProfileCommand.d.ts +3 -3
  71. package/dist-types/commands/UpdateRoleDescriptionCommand.d.ts +1 -1
  72. package/dist-types/commands/UpdateSSHPublicKeyCommand.d.ts +5 -1
  73. package/dist-types/commands/UpdateServiceSpecificCredentialCommand.d.ts +1 -1
  74. package/dist-types/commands/UpdateSigningCertificateCommand.d.ts +5 -1
  75. package/dist-types/commands/UploadSSHPublicKeyCommand.d.ts +1 -1
  76. package/dist-types/commands/UploadSigningCertificateCommand.d.ts +1 -1
  77. package/dist-types/models/models_0.d.ts +241 -181
  78. package/dist-types/models/models_1.d.ts +20 -23
  79. package/dist-types/ts3.4/models/models_0.d.ts +15 -3
  80. package/package.json +19 -19
package/dist-cjs/index.js CHANGED
@@ -480,6 +480,7 @@ var AccessAdvisorUsageGranularityType = {
480
480
  };
481
481
  var StatusType = {
482
482
  Active: "Active",
483
+ Expired: "Expired",
483
484
  Inactive: "Inactive"
484
485
  };
485
486
  var AccountNotManagementOrDelegatedAdministratorException = class _AccountNotManagementOrDelegatedAdministratorException extends IAMServiceException {
@@ -1118,7 +1119,8 @@ var CreateSAMLProviderRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) =
1118
1119
  }), "CreateSAMLProviderRequestFilterSensitiveLog");
1119
1120
  var ServiceSpecificCredentialFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1120
1121
  ...obj,
1121
- ...obj.ServicePassword && { ServicePassword: import_smithy_client.SENSITIVE_STRING }
1122
+ ...obj.ServicePassword && { ServicePassword: import_smithy_client.SENSITIVE_STRING },
1123
+ ...obj.ServiceCredentialSecret && { ServiceCredentialSecret: import_smithy_client.SENSITIVE_STRING }
1122
1124
  }), "ServiceSpecificCredentialFilterSensitiveLog");
1123
1125
  var CreateServiceSpecificCredentialResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1124
1126
  ...obj,
@@ -5603,6 +5605,9 @@ var se_CreateServiceSpecificCredentialRequest = /* @__PURE__ */ __name((input, c
5603
5605
  if (input[_SN] != null) {
5604
5606
  entries[_SN] = input[_SN];
5605
5607
  }
5608
+ if (input[_CAD] != null) {
5609
+ entries[_CAD] = input[_CAD];
5610
+ }
5606
5611
  return entries;
5607
5612
  }, "se_CreateServiceSpecificCredentialRequest");
5608
5613
  var se_CreateUserRequest = /* @__PURE__ */ __name((input, context) => {
@@ -6548,6 +6553,15 @@ var se_ListServiceSpecificCredentialsRequest = /* @__PURE__ */ __name((input, co
6548
6553
  if (input[_SN] != null) {
6549
6554
  entries[_SN] = input[_SN];
6550
6555
  }
6556
+ if (input[_AU] != null) {
6557
+ entries[_AU] = input[_AU];
6558
+ }
6559
+ if (input[_M] != null) {
6560
+ entries[_M] = input[_M];
6561
+ }
6562
+ if (input[_MI] != null) {
6563
+ entries[_MI] = input[_MI];
6564
+ }
6551
6565
  return entries;
6552
6566
  }, "se_ListServiceSpecificCredentialsRequest");
6553
6567
  var se_ListSigningCertificatesRequest = /* @__PURE__ */ __name((input, context) => {
@@ -8978,6 +8992,12 @@ var de_ListServiceSpecificCredentialsResponse = /* @__PURE__ */ __name((output,
8978
8992
  } else if (output[_SSCe] != null && output[_SSCe][_me] != null) {
8979
8993
  contents[_SSCe] = de_ServiceSpecificCredentialsListType((0, import_smithy_client.getArrayIfSingleItem)(output[_SSCe][_me]), context);
8980
8994
  }
8995
+ if (output[_M] != null) {
8996
+ contents[_M] = (0, import_smithy_client.expectString)(output[_M]);
8997
+ }
8998
+ if (output[_IT] != null) {
8999
+ contents[_IT] = (0, import_smithy_client.parseBoolean)(output[_IT]);
9000
+ }
8981
9001
  return contents;
8982
9002
  }, "de_ListServiceSpecificCredentialsResponse");
8983
9003
  var de_ListSigningCertificatesResponse = /* @__PURE__ */ __name((output, context) => {
@@ -9745,6 +9765,9 @@ var de_ServiceSpecificCredential = /* @__PURE__ */ __name((output, context) => {
9745
9765
  if (output[_CD] != null) {
9746
9766
  contents[_CD] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_CD]));
9747
9767
  }
9768
+ if (output[_EDx] != null) {
9769
+ contents[_EDx] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_EDx]));
9770
+ }
9748
9771
  if (output[_SN] != null) {
9749
9772
  contents[_SN] = (0, import_smithy_client.expectString)(output[_SN]);
9750
9773
  }
@@ -9754,6 +9777,12 @@ var de_ServiceSpecificCredential = /* @__PURE__ */ __name((output, context) => {
9754
9777
  if (output[_SP] != null) {
9755
9778
  contents[_SP] = (0, import_smithy_client.expectString)(output[_SP]);
9756
9779
  }
9780
+ if (output[_SCA] != null) {
9781
+ contents[_SCA] = (0, import_smithy_client.expectString)(output[_SCA]);
9782
+ }
9783
+ if (output[_SCS] != null) {
9784
+ contents[_SCS] = (0, import_smithy_client.expectString)(output[_SCS]);
9785
+ }
9757
9786
  if (output[_SSCI] != null) {
9758
9787
  contents[_SSCI] = (0, import_smithy_client.expectString)(output[_SSCI]);
9759
9788
  }
@@ -9776,9 +9805,15 @@ var de_ServiceSpecificCredentialMetadata = /* @__PURE__ */ __name((output, conte
9776
9805
  if (output[_SUN] != null) {
9777
9806
  contents[_SUN] = (0, import_smithy_client.expectString)(output[_SUN]);
9778
9807
  }
9808
+ if (output[_SCA] != null) {
9809
+ contents[_SCA] = (0, import_smithy_client.expectString)(output[_SCA]);
9810
+ }
9779
9811
  if (output[_CD] != null) {
9780
9812
  contents[_CD] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_CD]));
9781
9813
  }
9814
+ if (output[_EDx] != null) {
9815
+ contents[_EDx] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_EDx]));
9816
+ }
9782
9817
  if (output[_SSCI] != null) {
9783
9818
  contents[_SSCI] = (0, import_smithy_client.expectString)(output[_SSCI]);
9784
9819
  }
@@ -10163,6 +10198,7 @@ var _ARP = "AttachRolePolicy";
10163
10198
  var _ARPD = "AssumeRolePolicyDocument";
10164
10199
  var _ARTIP = "AddRoleToInstanceProfile";
10165
10200
  var _AS = "AssignmentStatus";
10201
+ var _AU = "AllUsers";
10166
10202
  var _AUP = "AttachUserPolicy";
10167
10203
  var _AUTCP = "AllowUsersToChangePassword";
10168
10204
  var _AUTG = "AddUserToGroup";
@@ -10172,6 +10208,7 @@ var _BSS = "Base32StringSeed";
10172
10208
  var _C = "Code";
10173
10209
  var _CA = "CallerArn";
10174
10210
  var _CAA = "CreateAccountAlias";
10211
+ var _CAD = "CredentialAgeDays";
10175
10212
  var _CAK = "CreateAccessKey";
10176
10213
  var _CB = "CertificateBody";
10177
10214
  var _CC = "CertificateChain";
@@ -10243,6 +10280,7 @@ var _EDD = "EvalDecisionDetails";
10243
10280
  var _EDL = "EntityDetailsList";
10244
10281
  var _EDn = "EnableDate";
10245
10282
  var _EDr = "ErrorDetails";
10283
+ var _EDx = "ExpirationDate";
10246
10284
  var _EF = "EntityFilter";
10247
10285
  var _EFn = "EnabledFeatures";
10248
10286
  var _EI = "EntityInfo";
@@ -10459,11 +10497,13 @@ var _SAMLPA = "SAMLProviderArn";
10459
10497
  var _SAMLPL = "SAMLProviderList";
10460
10498
  var _SAMLPUUID = "SAMLProviderUUID";
10461
10499
  var _SC = "ServerCertificate";
10500
+ var _SCA = "ServiceCredentialAlias";
10462
10501
  var _SCI = "ServerCertificateId";
10463
10502
  var _SCM = "ServerCertificateMetadata";
10464
10503
  var _SCML = "ServerCertificateMetadataList";
10465
10504
  var _SCN = "ServerCertificateName";
10466
10505
  var _SCP = "SimulateCustomPolicy";
10506
+ var _SCS = "ServiceCredentialSecret";
10467
10507
  var _SDPV = "SetDefaultPolicyVersion";
10468
10508
  var _SK = "SortKey";
10469
10509
  var _SLA = "ServicesLastAccessed";
@@ -6,6 +6,7 @@ export const AccessAdvisorUsageGranularityType = {
6
6
  };
7
7
  export const StatusType = {
8
8
  Active: "Active",
9
+ Expired: "Expired",
9
10
  Inactive: "Inactive",
10
11
  };
11
12
  export class AccountNotManagementOrDelegatedAdministratorException extends __BaseException {
@@ -483,6 +484,7 @@ export const CreateSAMLProviderRequestFilterSensitiveLog = (obj) => ({
483
484
  export const ServiceSpecificCredentialFilterSensitiveLog = (obj) => ({
484
485
  ...obj,
485
486
  ...(obj.ServicePassword && { ServicePassword: SENSITIVE_STRING }),
487
+ ...(obj.ServiceCredentialSecret && { ServiceCredentialSecret: SENSITIVE_STRING }),
486
488
  });
487
489
  export const CreateServiceSpecificCredentialResponseFilterSensitiveLog = (obj) => ({
488
490
  ...obj,
@@ -4312,6 +4312,9 @@ const se_CreateServiceSpecificCredentialRequest = (input, context) => {
4312
4312
  if (input[_SN] != null) {
4313
4313
  entries[_SN] = input[_SN];
4314
4314
  }
4315
+ if (input[_CAD] != null) {
4316
+ entries[_CAD] = input[_CAD];
4317
+ }
4315
4318
  return entries;
4316
4319
  };
4317
4320
  const se_CreateUserRequest = (input, context) => {
@@ -5257,6 +5260,15 @@ const se_ListServiceSpecificCredentialsRequest = (input, context) => {
5257
5260
  if (input[_SN] != null) {
5258
5261
  entries[_SN] = input[_SN];
5259
5262
  }
5263
+ if (input[_AU] != null) {
5264
+ entries[_AU] = input[_AU];
5265
+ }
5266
+ if (input[_M] != null) {
5267
+ entries[_M] = input[_M];
5268
+ }
5269
+ if (input[_MI] != null) {
5270
+ entries[_MI] = input[_MI];
5271
+ }
5260
5272
  return entries;
5261
5273
  };
5262
5274
  const se_ListSigningCertificatesRequest = (input, context) => {
@@ -7779,6 +7791,12 @@ const de_ListServiceSpecificCredentialsResponse = (output, context) => {
7779
7791
  else if (output[_SSCe] != null && output[_SSCe][_me] != null) {
7780
7792
  contents[_SSCe] = de_ServiceSpecificCredentialsListType(__getArrayIfSingleItem(output[_SSCe][_me]), context);
7781
7793
  }
7794
+ if (output[_M] != null) {
7795
+ contents[_M] = __expectString(output[_M]);
7796
+ }
7797
+ if (output[_IT] != null) {
7798
+ contents[_IT] = __parseBoolean(output[_IT]);
7799
+ }
7782
7800
  return contents;
7783
7801
  };
7784
7802
  const de_ListSigningCertificatesResponse = (output, context) => {
@@ -8603,6 +8621,9 @@ const de_ServiceSpecificCredential = (output, context) => {
8603
8621
  if (output[_CD] != null) {
8604
8622
  contents[_CD] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_CD]));
8605
8623
  }
8624
+ if (output[_EDx] != null) {
8625
+ contents[_EDx] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_EDx]));
8626
+ }
8606
8627
  if (output[_SN] != null) {
8607
8628
  contents[_SN] = __expectString(output[_SN]);
8608
8629
  }
@@ -8612,6 +8633,12 @@ const de_ServiceSpecificCredential = (output, context) => {
8612
8633
  if (output[_SP] != null) {
8613
8634
  contents[_SP] = __expectString(output[_SP]);
8614
8635
  }
8636
+ if (output[_SCA] != null) {
8637
+ contents[_SCA] = __expectString(output[_SCA]);
8638
+ }
8639
+ if (output[_SCS] != null) {
8640
+ contents[_SCS] = __expectString(output[_SCS]);
8641
+ }
8615
8642
  if (output[_SSCI] != null) {
8616
8643
  contents[_SSCI] = __expectString(output[_SSCI]);
8617
8644
  }
@@ -8634,9 +8661,15 @@ const de_ServiceSpecificCredentialMetadata = (output, context) => {
8634
8661
  if (output[_SUN] != null) {
8635
8662
  contents[_SUN] = __expectString(output[_SUN]);
8636
8663
  }
8664
+ if (output[_SCA] != null) {
8665
+ contents[_SCA] = __expectString(output[_SCA]);
8666
+ }
8637
8667
  if (output[_CD] != null) {
8638
8668
  contents[_CD] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_CD]));
8639
8669
  }
8670
+ if (output[_EDx] != null) {
8671
+ contents[_EDx] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_EDx]));
8672
+ }
8640
8673
  if (output[_SSCI] != null) {
8641
8674
  contents[_SSCI] = __expectString(output[_SSCI]);
8642
8675
  }
@@ -9048,6 +9081,7 @@ const _ARP = "AttachRolePolicy";
9048
9081
  const _ARPD = "AssumeRolePolicyDocument";
9049
9082
  const _ARTIP = "AddRoleToInstanceProfile";
9050
9083
  const _AS = "AssignmentStatus";
9084
+ const _AU = "AllUsers";
9051
9085
  const _AUP = "AttachUserPolicy";
9052
9086
  const _AUTCP = "AllowUsersToChangePassword";
9053
9087
  const _AUTG = "AddUserToGroup";
@@ -9057,6 +9091,7 @@ const _BSS = "Base32StringSeed";
9057
9091
  const _C = "Code";
9058
9092
  const _CA = "CallerArn";
9059
9093
  const _CAA = "CreateAccountAlias";
9094
+ const _CAD = "CredentialAgeDays";
9060
9095
  const _CAK = "CreateAccessKey";
9061
9096
  const _CB = "CertificateBody";
9062
9097
  const _CC = "CertificateChain";
@@ -9128,6 +9163,7 @@ const _EDD = "EvalDecisionDetails";
9128
9163
  const _EDL = "EntityDetailsList";
9129
9164
  const _EDn = "EnableDate";
9130
9165
  const _EDr = "ErrorDetails";
9166
+ const _EDx = "ExpirationDate";
9131
9167
  const _EF = "EntityFilter";
9132
9168
  const _EFn = "EnabledFeatures";
9133
9169
  const _EI = "EntityInfo";
@@ -9344,11 +9380,13 @@ const _SAMLPA = "SAMLProviderArn";
9344
9380
  const _SAMLPL = "SAMLProviderList";
9345
9381
  const _SAMLPUUID = "SAMLProviderUUID";
9346
9382
  const _SC = "ServerCertificate";
9383
+ const _SCA = "ServiceCredentialAlias";
9347
9384
  const _SCI = "ServerCertificateId";
9348
9385
  const _SCM = "ServerCertificateMetadata";
9349
9386
  const _SCML = "ServerCertificateMetadataList";
9350
9387
  const _SCN = "ServerCertificateName";
9351
9388
  const _SCP = "SimulateCustomPolicy";
9389
+ const _SCS = "ServiceCredentialSecret";
9352
9390
  const _SDPV = "SetDefaultPolicyVersion";
9353
9391
  const _SK = "SortKey";
9354
9392
  const _SLA = "ServicesLastAccessed";
@@ -31,10 +31,11 @@ declare const ChangePasswordCommand_base: {
31
31
  * can be performed using the CLI, the Amazon Web Services API, or the <b>My
32
32
  * Security Credentials</b> page in the Amazon Web Services Management Console. The Amazon Web Services account root user password is
33
33
  * not affected by this operation.</p>
34
- * <p>Use <a>UpdateLoginProfile</a> to use the CLI, the Amazon Web Services API, or the
35
- * <b>Users</b> page in the IAM console to change the
36
- * password for any IAM user. For more information about modifying passwords, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_ManagingLogins.html">Managing
37
- * passwords</a> in the <i>IAM User Guide</i>.</p>
34
+ * <p>Use <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_UpdateLoginProfile.html">UpdateLoginProfile</a>
35
+ * to use the CLI, the Amazon Web Services API, or the <b>Users</b> page in
36
+ * the IAM console to change the password for any IAM user. For more information about
37
+ * modifying passwords, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_ManagingLogins.html">Managing passwords</a> in the
38
+ * <i>IAM User Guide</i>.</p>
38
39
  * @example
39
40
  * Use a bare-bones client and the command you need to make an API call.
40
41
  * ```javascript
@@ -56,7 +56,7 @@ declare const CreateAccessKeyCommand_base: {
56
56
  * // AccessKey: { // AccessKey
57
57
  * // UserName: "STRING_VALUE", // required
58
58
  * // AccessKeyId: "STRING_VALUE", // required
59
- * // Status: "Active" || "Inactive", // required
59
+ * // Status: "Active" || "Inactive" || "Expired", // required
60
60
  * // SecretAccessKey: "STRING_VALUE", // required
61
61
  * // CreateDate: new Date("TIMESTAMP"),
62
62
  * // },
@@ -30,7 +30,7 @@ declare const CreateLoginProfileCommand_base: {
30
30
  * <p>Creates a password for the specified IAM user. A password allows an IAM user to
31
31
  * access Amazon Web Services services through the Amazon Web Services Management Console.</p>
32
32
  * <p>You can use the CLI, the Amazon Web Services API, or the <b>Users</b>
33
- * page in the IAM console to create a password for any IAM user. Use <a>ChangePassword</a> to update your own existing password in the <b>My Security Credentials</b> page in the Amazon Web Services Management Console.</p>
33
+ * page in the IAM console to create a password for any IAM user. Use <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ChangePassword.html">ChangePassword</a> to update your own existing password in the <b>My Security Credentials</b> page in the Amazon Web Services Management Console.</p>
34
34
  * <p>For more information about managing passwords, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_ManagingLogins.html">Managing passwords</a> in the
35
35
  * <i>IAM User Guide</i>.</p>
36
36
  * @example
@@ -65,7 +65,7 @@ declare const CreateOpenIDConnectProviderCommand_base: {
65
65
  * </note>
66
66
  * <note>
67
67
  * <p>The trust for the OIDC provider is derived from the IAM provider that this
68
- * operation creates. Therefore, it is best to limit access to the <a>CreateOpenIDConnectProvider</a> operation to highly privileged
68
+ * operation creates. Therefore, it is best to limit access to the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateOpenIDConnectProvider.html">CreateOpenIDConnectProvider</a> operation to highly privileged
69
69
  * users.</p>
70
70
  * </note>
71
71
  * @example
@@ -29,7 +29,7 @@ declare const CreatePolicyVersionCommand_base: {
29
29
  /**
30
30
  * <p>Creates a new version of the specified managed policy. To update a managed policy, you
31
31
  * create a new policy version. A managed policy can have up to five versions. If the
32
- * policy has five versions, you must delete an existing version using <a>DeletePolicyVersion</a> before you create a new version.</p>
32
+ * policy has five versions, you must delete an existing version using <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeletePolicyVersion.html">DeletePolicyVersion</a> before you create a new version.</p>
33
33
  * <p>Optionally, you can set the new version as the policy's default version. The default
34
34
  * version is the version that is in effect for the IAM users, groups, and roles to which
35
35
  * the policy is attached.</p>
@@ -32,11 +32,9 @@ declare const CreateServiceSpecificCredentialCommand_base: {
32
32
  * IAM, and can be used only for the specified service. </p>
33
33
  * <p>You can have a maximum of two sets of service-specific credentials for each supported
34
34
  * service per user.</p>
35
- * <p>You can create service-specific credentials for CodeCommit and Amazon Keyspaces (for Apache
36
- * Cassandra).</p>
37
- * <p>You can reset the password to a new service-generated value by calling <a>ResetServiceSpecificCredential</a>.</p>
38
- * <p>For more information about service-specific credentials, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_ssh-keys.html">Using IAM
39
- * with CodeCommit: Git credentials, SSH keys, and Amazon Web Services access keys</a> in the
35
+ * <p>You can create service-specific credentials for Amazon Bedrock, CodeCommit and Amazon Keyspaces (for Apache Cassandra).</p>
36
+ * <p>You can reset the password to a new service-generated value by calling <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ResetServiceSpecificCredential.html">ResetServiceSpecificCredential</a>.</p>
37
+ * <p>For more information about service-specific credentials, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_bedrock.html">Service-specific credentials for IAM users</a> in the
40
38
  * <i>IAM User Guide</i>.</p>
41
39
  * @example
42
40
  * Use a bare-bones client and the command you need to make an API call.
@@ -47,18 +45,22 @@ declare const CreateServiceSpecificCredentialCommand_base: {
47
45
  * const input = { // CreateServiceSpecificCredentialRequest
48
46
  * UserName: "STRING_VALUE", // required
49
47
  * ServiceName: "STRING_VALUE", // required
48
+ * CredentialAgeDays: Number("int"),
50
49
  * };
51
50
  * const command = new CreateServiceSpecificCredentialCommand(input);
52
51
  * const response = await client.send(command);
53
52
  * // { // CreateServiceSpecificCredentialResponse
54
53
  * // ServiceSpecificCredential: { // ServiceSpecificCredential
55
54
  * // CreateDate: new Date("TIMESTAMP"), // required
55
+ * // ExpirationDate: new Date("TIMESTAMP"),
56
56
  * // ServiceName: "STRING_VALUE", // required
57
- * // ServiceUserName: "STRING_VALUE", // required
58
- * // ServicePassword: "STRING_VALUE", // required
57
+ * // ServiceUserName: "STRING_VALUE",
58
+ * // ServicePassword: "STRING_VALUE",
59
+ * // ServiceCredentialAlias: "STRING_VALUE",
60
+ * // ServiceCredentialSecret: "STRING_VALUE",
59
61
  * // ServiceSpecificCredentialId: "STRING_VALUE", // required
60
62
  * // UserName: "STRING_VALUE", // required
61
- * // Status: "Active" || "Inactive", // required
63
+ * // Status: "Active" || "Inactive" || "Expired", // required
62
64
  * // },
63
65
  * // };
64
66
  *
@@ -28,9 +28,10 @@ declare const CreateVirtualMFADeviceCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Creates a new virtual MFA device for the Amazon Web Services account. After creating the virtual
31
- * MFA, use <a>EnableMFADevice</a> to attach the MFA device to an IAM user.
32
- * For more information about creating and working with virtual MFA devices, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_VirtualMFA.html">Using a virtual MFA
33
- * device</a> in the <i>IAM User Guide</i>.</p>
31
+ * MFA, use <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_EnableMFADevice.html">EnableMFADevice</a> to
32
+ * attach the MFA device to an IAM user. For more information about creating and working
33
+ * with virtual MFA devices, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_VirtualMFA.html">Using a virtual MFA device</a> in the
34
+ * <i>IAM User Guide</i>.</p>
34
35
  * <p>For information about the maximum number of MFA devices you can create, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html">IAM and STS
35
36
  * quotas</a> in the <i>IAM User Guide</i>.</p>
36
37
  * <important>
@@ -30,8 +30,8 @@ declare const DeleteGroupPolicyCommand_base: {
30
30
  * <p>Deletes the specified inline policy that is embedded in the specified IAM
31
31
  * group.</p>
32
32
  * <p>A group can also have managed policies attached to it. To detach a managed policy from
33
- * a group, use <a>DetachGroupPolicy</a>. For more information about policies,
34
- * refer to <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline
33
+ * a group, use <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_DetachGroupPolicy.html">DetachGroupPolicy</a>.
34
+ * For more information about policies, refer to <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline
35
35
  * policies</a> in the <i>IAM User Guide</i>.</p>
36
36
  * @example
37
37
  * Use a bare-bones client and the command you need to make an API call.
@@ -27,18 +27,19 @@ declare const DeleteLoginProfileCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Deletes the password for the specified IAM user, For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_passwords_admin-change-user.html">Managing
30
+ * <p>Deletes the password for the specified IAM user or root user, For more information, see
31
+ * <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_passwords_admin-change-user.html">Managing
31
32
  * passwords for IAM users</a>.</p>
32
33
  * <p>You can use the CLI, the Amazon Web Services API, or the <b>Users</b>
33
- * page in the IAM console to delete a password for any IAM user. You can use <a>ChangePassword</a> to update, but not delete, your own password in the
34
+ * page in the IAM console to delete a password for any IAM user. You can use <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ChangePassword.html">ChangePassword</a> to update, but not delete, your own password in the
34
35
  * <b>My Security Credentials</b> page in the
35
36
  * Amazon Web Services Management Console.</p>
36
37
  * <important>
37
38
  * <p>Deleting a user's password does not prevent a user from accessing Amazon Web Services through
38
39
  * the command line interface or the API. To prevent all user access, you must also
39
40
  * either make any access keys inactive or delete them. For more information about
40
- * making keys inactive or deleting them, see <a>UpdateAccessKey</a> and
41
- * <a>DeleteAccessKey</a>.</p>
41
+ * making keys inactive or deleting them, see <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_UpdateAccessKey.html">UpdateAccessKey</a>
42
+ * and <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteAccessKey.html">DeleteAccessKey</a>.</p>
42
43
  * </important>
43
44
  * @example
44
45
  * Use a bare-bones client and the command you need to make an API call.
@@ -35,15 +35,13 @@ declare const DeletePolicyCommand_base: {
35
35
  * <ul>
36
36
  * <li>
37
37
  * <p>Detach the policy from all users, groups, and roles that the policy is
38
- * attached to, using <a>DetachUserPolicy</a>, <a>DetachGroupPolicy</a>, or <a>DetachRolePolicy</a>. To
39
- * list all the users, groups, and roles that a policy is attached to, use <a>ListEntitiesForPolicy</a>.</p>
38
+ * attached to, using <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_DetachUserPolicy.html">DetachUserPolicy</a>, <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_DetachGroupPolicy.html">DetachGroupPolicy</a>, or <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_DetachRolePolicy.html">DetachRolePolicy</a>. To list all the users, groups, and roles that a
39
+ * policy is attached to, use <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListEntitiesForPolicy.html">ListEntitiesForPolicy</a>.</p>
40
40
  * </li>
41
41
  * <li>
42
- * <p>Delete all versions of the policy using <a>DeletePolicyVersion</a>.
43
- * To list the policy's versions, use <a>ListPolicyVersions</a>. You
44
- * cannot use <a>DeletePolicyVersion</a> to delete the version that is
45
- * marked as the default version. You delete the policy's default version in the
46
- * next step of the process.</p>
42
+ * <p>Delete all versions of the policy using <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeletePolicyVersion.html">DeletePolicyVersion</a>. To list the policy's versions, use <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListPolicyVersions.html">ListPolicyVersions</a>. You cannot use <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeletePolicyVersion.html">DeletePolicyVersion</a> to delete the version that is marked as the
43
+ * default version. You delete the policy's default version in the next step of the
44
+ * process.</p>
47
45
  * </li>
48
46
  * <li>
49
47
  * <p>Delete the policy (this automatically deletes the policy's default version)
@@ -29,8 +29,8 @@ declare const DeletePolicyVersionCommand_base: {
29
29
  /**
30
30
  * <p>Deletes the specified version from the specified managed policy.</p>
31
31
  * <p>You cannot delete the default version from a policy using this operation. To delete
32
- * the default version from a policy, use <a>DeletePolicy</a>. To find out which
33
- * version of a policy is marked as the default version, use <a>ListPolicyVersions</a>.</p>
32
+ * the default version from a policy, use <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeletePolicy.html">DeletePolicy</a>. To find
33
+ * out which version of a policy is marked as the default version, use <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListPolicyVersions.html">ListPolicyVersions</a>.</p>
34
34
  * <p>For information about versions for managed policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html">Versioning for managed
35
35
  * policies</a> in the <i>IAM User Guide</i>.</p>
36
36
  * @example
@@ -33,17 +33,17 @@ declare const DeleteRoleCommand_base: {
33
33
  * following attached items: </p>
34
34
  * <ul>
35
35
  * <li>
36
- * <p>Inline policies (<a>DeleteRolePolicy</a>)</p>
36
+ * <p>Inline policies (<a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteRolePolicy.html">DeleteRolePolicy</a>)</p>
37
37
  * </li>
38
38
  * <li>
39
- * <p>Attached managed policies (<a>DetachRolePolicy</a>)</p>
39
+ * <p>Attached managed policies (<a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_DetachRolePolicy.html">DetachRolePolicy</a>)</p>
40
40
  * </li>
41
41
  * <li>
42
- * <p>Instance profile (<a>RemoveRoleFromInstanceProfile</a>)</p>
42
+ * <p>Instance profile (<a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_RemoveRoleFromInstanceProfile.html">RemoveRoleFromInstanceProfile</a>)</p>
43
43
  * </li>
44
44
  * <li>
45
45
  * <p>Optional – Delete instance profile after detaching from role for
46
- * resource clean up (<a>DeleteInstanceProfile</a>)</p>
46
+ * resource clean up (<a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteInstanceProfile.html">DeleteInstanceProfile</a>)</p>
47
47
  * </li>
48
48
  * </ul>
49
49
  * <important>
@@ -30,8 +30,8 @@ declare const DeleteRolePolicyCommand_base: {
30
30
  * <p>Deletes the specified inline policy that is embedded in the specified IAM
31
31
  * role.</p>
32
32
  * <p>A role can also have managed policies attached to it. To detach a managed policy from
33
- * a role, use <a>DetachRolePolicy</a>. For more information about policies,
34
- * refer to <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline
33
+ * a role, use <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_DetachRolePolicy.html">DetachRolePolicy</a>.
34
+ * For more information about policies, refer to <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline
35
35
  * policies</a> in the <i>IAM User Guide</i>.</p>
36
36
  * @example
37
37
  * Use a bare-bones client and the command you need to make an API call.
@@ -35,7 +35,7 @@ declare const DeleteServiceLinkedRoleCommand_base: {
35
35
  * is not complete, then the <code>DeletionTaskId</code> of the earlier request is
36
36
  * returned.</p>
37
37
  * <p>If you submit a deletion request for a service-linked role whose linked service is
38
- * still accessing a resource, then the deletion task fails. If it fails, the <a>GetServiceLinkedRoleDeletionStatus</a> operation returns the reason for the
38
+ * still accessing a resource, then the deletion task fails. If it fails, the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetServiceLinkedRoleDeletionStatus.html">GetServiceLinkedRoleDeletionStatus</a> operation returns the reason for the
39
39
  * failure, usually including the resources that must be deleted. To delete the
40
40
  * service-linked role, you must first remove those resources from the linked service and
41
41
  * then submit the deletion request again. Resources are specific to the service that is
@@ -33,31 +33,31 @@ declare const DeleteUserCommand_base: {
33
33
  * user</a>. Before attempting to delete a user, remove the following items:</p>
34
34
  * <ul>
35
35
  * <li>
36
- * <p>Password (<a>DeleteLoginProfile</a>)</p>
36
+ * <p>Password (<a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteLoginProfile.html">DeleteLoginProfile</a>)</p>
37
37
  * </li>
38
38
  * <li>
39
- * <p>Access keys (<a>DeleteAccessKey</a>)</p>
39
+ * <p>Access keys (<a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteAccessKey.html">DeleteAccessKey</a>)</p>
40
40
  * </li>
41
41
  * <li>
42
- * <p>Signing certificate (<a>DeleteSigningCertificate</a>)</p>
42
+ * <p>Signing certificate (<a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteSigningCertificate.html">DeleteSigningCertificate</a>)</p>
43
43
  * </li>
44
44
  * <li>
45
- * <p>SSH public key (<a>DeleteSSHPublicKey</a>)</p>
45
+ * <p>SSH public key (<a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteSSHPublicKey.html">DeleteSSHPublicKey</a>)</p>
46
46
  * </li>
47
47
  * <li>
48
- * <p>Git credentials (<a>DeleteServiceSpecificCredential</a>)</p>
48
+ * <p>Git credentials (<a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteServiceSpecificCredential.html">DeleteServiceSpecificCredential</a>)</p>
49
49
  * </li>
50
50
  * <li>
51
- * <p>Multi-factor authentication (MFA) device (<a>DeactivateMFADevice</a>, <a>DeleteVirtualMFADevice</a>)</p>
51
+ * <p>Multi-factor authentication (MFA) device (<a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeactivateMFADevice.html">DeactivateMFADevice</a>, <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteVirtualMFADevice.html">DeleteVirtualMFADevice</a>)</p>
52
52
  * </li>
53
53
  * <li>
54
- * <p>Inline policies (<a>DeleteUserPolicy</a>)</p>
54
+ * <p>Inline policies (<a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteUserPolicy.html">DeleteUserPolicy</a>)</p>
55
55
  * </li>
56
56
  * <li>
57
- * <p>Attached managed policies (<a>DetachUserPolicy</a>)</p>
57
+ * <p>Attached managed policies (<a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_DetachUserPolicy.html">DetachUserPolicy</a>)</p>
58
58
  * </li>
59
59
  * <li>
60
- * <p>Group memberships (<a>RemoveUserFromGroup</a>)</p>
60
+ * <p>Group memberships (<a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_RemoveUserFromGroup.html">RemoveUserFromGroup</a>)</p>
61
61
  * </li>
62
62
  * </ul>
63
63
  * @example
@@ -30,8 +30,8 @@ declare const DeleteUserPolicyCommand_base: {
30
30
  * <p>Deletes the specified inline policy that is embedded in the specified IAM
31
31
  * user.</p>
32
32
  * <p>A user can also have managed policies attached to it. To detach a managed policy from
33
- * a user, use <a>DetachUserPolicy</a>. For more information about policies,
34
- * refer to <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline
33
+ * a user, use <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_DetachUserPolicy.html">DetachUserPolicy</a>.
34
+ * For more information about policies, refer to <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline
35
35
  * policies</a> in the <i>IAM User Guide</i>.</p>
36
36
  * @example
37
37
  * Use a bare-bones client and the command you need to make an API call.
@@ -30,7 +30,7 @@ declare const DeleteVirtualMFADeviceCommand_base: {
30
30
  * <p>Deletes a virtual MFA device.</p>
31
31
  * <note>
32
32
  * <p> You must deactivate a user's virtual MFA device before you can delete it. For
33
- * information about deactivating MFA devices, see <a>DeactivateMFADevice</a>. </p>
33
+ * information about deactivating MFA devices, see <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeactivateMFADevice.html">DeactivateMFADevice</a>. </p>
34
34
  * </note>
35
35
  * @example
36
36
  * Use a bare-bones client and the command you need to make an API call.
@@ -29,7 +29,7 @@ declare const DetachGroupPolicyCommand_base: {
29
29
  /**
30
30
  * <p>Removes the specified managed policy from the specified IAM group.</p>
31
31
  * <p>A group can also have inline policies embedded with it. To delete an inline policy,
32
- * use <a>DeleteGroupPolicy</a>. For information about policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed
32
+ * use <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteGroupPolicy.html">DeleteGroupPolicy</a>. For information about policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed
33
33
  * policies and inline policies</a> in the
34
34
  * <i>IAM User Guide</i>.</p>
35
35
  * @example
@@ -29,7 +29,7 @@ declare const DetachRolePolicyCommand_base: {
29
29
  /**
30
30
  * <p>Removes the specified managed policy from the specified role.</p>
31
31
  * <p>A role can also have inline policies embedded with it. To delete an inline policy, use
32
- * <a>DeleteRolePolicy</a>. For information about policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed
32
+ * <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteRolePolicy.html">DeleteRolePolicy</a>. For information about policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed
33
33
  * policies and inline policies</a> in the
34
34
  * <i>IAM User Guide</i>.</p>
35
35
  * @example
@@ -29,7 +29,7 @@ declare const DetachUserPolicyCommand_base: {
29
29
  /**
30
30
  * <p>Removes the specified managed policy from the specified user.</p>
31
31
  * <p>A user can also have inline policies embedded with it. To delete an inline policy, use
32
- * <a>DeleteUserPolicy</a>. For information about policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed
32
+ * <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteUserPolicy.html">DeleteUserPolicy</a>. For information about policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed
33
33
  * policies and inline policies</a> in the
34
34
  * <i>IAM User Guide</i>.</p>
35
35
  * @example
@@ -66,7 +66,7 @@ declare const DisableOrganizationsRootCredentialsManagementCommand_base: {
66
66
  * @throws {@link OrganizationNotInAllFeaturesModeException} (client fault)
67
67
  * <p>The request was rejected because your organization does not have All features enabled. For
68
68
  * more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_getting-started_concepts.html#feature-set">Available feature sets</a> in the <i>Organizations User
69
- * Guide</i>.</p>
69
+ * Guide</i>.</p>
70
70
  *
71
71
  * @throws {@link ServiceAccessNotEnabledException} (client fault)
72
72
  * <p>The request was rejected because trusted access is not enabled for IAM in Organizations. For details, see IAM and Organizations in the <i>Organizations User Guide</i>.</p>