@aws-sdk/client-iam 3.290.0 → 3.292.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 (84) hide show
  1. package/dist-cjs/endpoint/ruleset.js +3 -3
  2. package/dist-es/endpoint/ruleset.js +3 -3
  3. package/dist-types/IAM.d.ts +36 -36
  4. package/dist-types/commands/AddClientIDToOpenIDConnectProviderCommand.d.ts +2 -2
  5. package/dist-types/commands/AddRoleToInstanceProfileCommand.d.ts +2 -2
  6. package/dist-types/commands/AddUserToGroupCommand.d.ts +2 -2
  7. package/dist-types/commands/AttachGroupPolicyCommand.d.ts +2 -2
  8. package/dist-types/commands/AttachRolePolicyCommand.d.ts +2 -2
  9. package/dist-types/commands/AttachUserPolicyCommand.d.ts +2 -2
  10. package/dist-types/commands/ChangePasswordCommand.d.ts +4 -4
  11. package/dist-types/commands/CreateAccessKeyCommand.d.ts +2 -2
  12. package/dist-types/commands/CreateAccountAliasCommand.d.ts +2 -2
  13. package/dist-types/commands/CreateGroupCommand.d.ts +2 -2
  14. package/dist-types/commands/CreateInstanceProfileCommand.d.ts +2 -2
  15. package/dist-types/commands/CreateLoginProfileCommand.d.ts +2 -2
  16. package/dist-types/commands/CreateOpenIDConnectProviderCommand.d.ts +5 -2
  17. package/dist-types/commands/CreatePolicyCommand.d.ts +2 -2
  18. package/dist-types/commands/CreatePolicyVersionCommand.d.ts +2 -2
  19. package/dist-types/commands/CreateRoleCommand.d.ts +2 -2
  20. package/dist-types/commands/CreateSAMLProviderCommand.d.ts +2 -2
  21. package/dist-types/commands/CreateServiceLinkedRoleCommand.d.ts +2 -2
  22. package/dist-types/commands/CreateServiceSpecificCredentialCommand.d.ts +2 -2
  23. package/dist-types/commands/CreateUserCommand.d.ts +2 -2
  24. package/dist-types/commands/CreateVirtualMFADeviceCommand.d.ts +2 -2
  25. package/dist-types/commands/DeactivateMFADeviceCommand.d.ts +2 -2
  26. package/dist-types/commands/DeleteAccessKeyCommand.d.ts +2 -2
  27. package/dist-types/commands/DeleteAccountAliasCommand.d.ts +2 -2
  28. package/dist-types/commands/DeleteAccountPasswordPolicyCommand.d.ts +2 -2
  29. package/dist-types/commands/DeleteGroupCommand.d.ts +2 -2
  30. package/dist-types/commands/DeleteGroupPolicyCommand.d.ts +2 -2
  31. package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +2 -2
  32. package/dist-types/commands/DeleteLoginProfileCommand.d.ts +2 -2
  33. package/dist-types/commands/DeletePolicyCommand.d.ts +2 -2
  34. package/dist-types/commands/DeletePolicyVersionCommand.d.ts +2 -2
  35. package/dist-types/commands/DeleteRoleCommand.d.ts +2 -2
  36. package/dist-types/commands/DeleteRolePolicyCommand.d.ts +2 -2
  37. package/dist-types/commands/DeleteSAMLProviderCommand.d.ts +2 -2
  38. package/dist-types/commands/DeleteServerCertificateCommand.d.ts +2 -2
  39. package/dist-types/commands/DeleteServiceLinkedRoleCommand.d.ts +2 -2
  40. package/dist-types/commands/DeleteSigningCertificateCommand.d.ts +2 -2
  41. package/dist-types/commands/DeleteUserCommand.d.ts +2 -2
  42. package/dist-types/commands/DeleteUserPolicyCommand.d.ts +2 -2
  43. package/dist-types/commands/DeleteVirtualMFADeviceCommand.d.ts +2 -2
  44. package/dist-types/commands/DetachGroupPolicyCommand.d.ts +2 -2
  45. package/dist-types/commands/DetachRolePolicyCommand.d.ts +2 -2
  46. package/dist-types/commands/DetachUserPolicyCommand.d.ts +2 -2
  47. package/dist-types/commands/EnableMFADeviceCommand.d.ts +2 -2
  48. package/dist-types/commands/GenerateCredentialReportCommand.d.ts +2 -2
  49. package/dist-types/commands/GenerateOrganizationsAccessReportCommand.d.ts +5 -6
  50. package/dist-types/commands/GetOrganizationsAccessReportCommand.d.ts +5 -5
  51. package/dist-types/commands/ListAccessKeysCommand.d.ts +2 -3
  52. package/dist-types/commands/ListSigningCertificatesCommand.d.ts +2 -2
  53. package/dist-types/commands/PutGroupPolicyCommand.d.ts +2 -2
  54. package/dist-types/commands/PutRolePolicyCommand.d.ts +2 -2
  55. package/dist-types/commands/PutUserPermissionsBoundaryCommand.d.ts +5 -5
  56. package/dist-types/commands/PutUserPolicyCommand.d.ts +2 -2
  57. package/dist-types/commands/RemoveRoleFromInstanceProfileCommand.d.ts +2 -2
  58. package/dist-types/commands/RemoveUserFromGroupCommand.d.ts +2 -2
  59. package/dist-types/commands/ResyncMFADeviceCommand.d.ts +2 -2
  60. package/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +2 -2
  61. package/dist-types/commands/TagInstanceProfileCommand.d.ts +2 -2
  62. package/dist-types/commands/TagMFADeviceCommand.d.ts +2 -2
  63. package/dist-types/commands/TagOpenIDConnectProviderCommand.d.ts +3 -3
  64. package/dist-types/commands/TagPolicyCommand.d.ts +2 -2
  65. package/dist-types/commands/TagRoleCommand.d.ts +2 -2
  66. package/dist-types/commands/TagSAMLProviderCommand.d.ts +2 -2
  67. package/dist-types/commands/TagServerCertificateCommand.d.ts +2 -2
  68. package/dist-types/commands/TagUserCommand.d.ts +3 -3
  69. package/dist-types/commands/UpdateAccessKeyCommand.d.ts +4 -5
  70. package/dist-types/commands/UpdateAccountPasswordPolicyCommand.d.ts +2 -2
  71. package/dist-types/commands/UpdateAssumeRolePolicyCommand.d.ts +2 -2
  72. package/dist-types/commands/UpdateGroupCommand.d.ts +2 -2
  73. package/dist-types/commands/UpdateLoginProfileCommand.d.ts +2 -2
  74. package/dist-types/commands/UpdateSAMLProviderCommand.d.ts +2 -2
  75. package/dist-types/commands/UpdateServerCertificateCommand.d.ts +2 -2
  76. package/dist-types/commands/UpdateSigningCertificateCommand.d.ts +6 -6
  77. package/dist-types/commands/UpdateUserCommand.d.ts +4 -4
  78. package/dist-types/commands/UploadSSHPublicKeyCommand.d.ts +2 -2
  79. package/dist-types/commands/UploadServerCertificateCommand.d.ts +2 -2
  80. package/dist-types/commands/UploadSigningCertificateCommand.d.ts +4 -4
  81. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  82. package/dist-types/models/models_0.d.ts +11 -10
  83. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  84. package/package.json +36 -41
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ruleSet = void 0;
4
- const G = "type", H = "rules", I = "conditions", J = "fn", K = "argv", L = "ref", M = "url", N = "properties", O = "headers", P = "authSchemes", Q = "name", R = "signingRegion", S = "signingName";
5
- const a = true, b = false, c = "String", d = "PartitionResult", e = "tree", f = "error", g = "endpoint", h = "stringEquals", i = { "required": true, "default": false, [G]: "Boolean" }, j = { [L]: "Region" }, k = { [L]: "Endpoint" }, l = {}, m = { [J]: "getAttr", [K]: [{ [L]: d }, "name"] }, n = { [I]: [{ [J]: "booleanEquals", [K]: [{ [L]: "UseFIPS" }, true] }, { [J]: "booleanEquals", [K]: [{ [L]: "UseDualStack" }, true] }], [G]: e, [H]: [{ [I]: [{ [J]: "booleanEquals", [K]: [true, { [J]: "getAttr", [K]: [{ [L]: d }, "supportsFIPS"] }] }, { [J]: "booleanEquals", [K]: [true, { [J]: "getAttr", [K]: [{ [L]: d }, "supportsDualStack"] }] }], [G]: e, [H]: [{ [g]: { [M]: "https://iam-fips.{Region}.api.aws", [N]: {}, [O]: {} }, [G]: g }] }, { [f]: "FIPS and DualStack are enabled, but this partition does not support one or both", [G]: f }] }, o = { [f]: "FIPS and DualStack are enabled, but this partition does not support one or both", [G]: f }, p = { [M]: "https://iam-fips.amazonaws.com", [N]: { [P]: [{ [Q]: "sigv4", [R]: "us-east-1", [S]: "iam" }] }, [O]: {} }, q = { [f]: "FIPS is enabled but this partition does not support FIPS", [G]: f }, r = { [I]: [{ [J]: "booleanEquals", [K]: [{ [L]: "UseDualStack" }, true] }], [G]: e, [H]: [{ [I]: [{ [J]: "booleanEquals", [K]: [true, { [J]: "getAttr", [K]: [{ [L]: d }, "supportsDualStack"] }] }], [G]: e, [H]: [{ [g]: { [M]: "https://iam.{Region}.api.aws", [N]: {}, [O]: {} }, [G]: g }] }, { [f]: "DualStack is enabled but this partition does not support DualStack", [G]: f }] }, s = { [f]: "DualStack is enabled but this partition does not support DualStack", [G]: f }, t = { [M]: "https://iam.amazonaws.com", [N]: { [P]: [{ [Q]: "sigv4", [R]: "us-east-1", [S]: "iam" }] }, [O]: {} }, u = { [M]: "https://iam.cn-north-1.amazonaws.com.cn", [N]: { [P]: [{ [Q]: "sigv4", [R]: "cn-north-1", [S]: "iam" }] }, [O]: {} }, v = { [g]: { [M]: "https://iam.us-gov.amazonaws.com", [N]: { [P]: [{ [Q]: "sigv4", [R]: "us-gov-west-1", [S]: "iam" }] }, [O]: {} }, [G]: g }, w = { [M]: "https://iam.us-iso-east-1.c2s.ic.gov", [N]: { [P]: [{ [Q]: "sigv4", [R]: "us-iso-east-1", [S]: "iam" }] }, [O]: {} }, x = { [M]: "https://iam.us-isob-east-1.sc2s.sgov.gov", [N]: { [P]: [{ [Q]: "sigv4", [R]: "us-isob-east-1", [S]: "iam" }] }, [O]: {} }, y = { [I]: [{ [J]: h, [K]: [j, "aws-us-gov-global"] }], [g]: { [M]: "https://iam.us-gov.amazonaws.com", [N]: { [P]: [{ [Q]: "sigv4", [R]: "us-gov-west-1", [S]: "iam" }] }, [O]: {} }, [G]: g }, z = [{ [J]: "booleanEquals", [K]: [{ [L]: "UseFIPS" }, true] }], A = [{ [J]: "booleanEquals", [K]: [{ [L]: "UseDualStack" }, true] }], B = [{ [J]: "booleanEquals", [K]: [{ [L]: "UseFIPS" }, true] }, { [J]: "booleanEquals", [K]: [{ [L]: "UseDualStack" }, true] }], C = [{ [J]: "booleanEquals", [K]: [true, { [J]: "getAttr", [K]: [{ [L]: d }, "supportsFIPS"] }] }, { [J]: "booleanEquals", [K]: [true, { [J]: "getAttr", [K]: [{ [L]: d }, "supportsDualStack"] }] }], D = [{ [J]: "booleanEquals", [K]: [true, { [J]: "getAttr", [K]: [{ [L]: d }, "supportsFIPS"] }] }], E = [{ [J]: "booleanEquals", [K]: [true, { [J]: "getAttr", [K]: [{ [L]: d }, "supportsDualStack"] }] }], F = [{ [J]: h, [K]: [j, "aws-global"] }];
6
- const _data = { version: "1.0", parameters: { Region: { required: a, [G]: c }, UseDualStack: i, UseFIPS: i, Endpoint: { required: b, [G]: c } }, [H]: [{ [I]: [{ [J]: "aws.partition", [K]: [j], assign: d }], [G]: e, [H]: [{ [I]: [{ [J]: "isSet", [K]: [k] }], [G]: e, [H]: [{ [I]: z, error: "Invalid Configuration: FIPS and custom endpoint are not supported", [G]: f }, { [G]: e, [H]: [{ [I]: A, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", [G]: f }, { endpoint: { [M]: k, [N]: l, [O]: l }, [G]: g }] }] }, { [I]: [{ [J]: h, [K]: [m, "aws"] }], [G]: e, [H]: [n, { [I]: z, [G]: e, [H]: [{ [I]: D, [G]: e, [H]: [{ endpoint: p, [G]: g }] }, q] }, r, { endpoint: t, [G]: g }] }, { [I]: [{ [J]: h, [K]: [m, "aws-cn"] }], [G]: e, [H]: [{ [I]: B, [G]: e, [H]: [{ [I]: C, [G]: e, [H]: [{ endpoint: { [M]: "https://iam-fips.{Region}.api.amazonwebservices.com.cn", [N]: l, [O]: l }, [G]: g }] }, o] }, { [I]: z, [G]: e, [H]: [{ [I]: D, [G]: e, [H]: [{ endpoint: { [M]: "https://iam-fips.{Region}.amazonaws.com.cn", [N]: l, [O]: l }, [G]: g }] }, q] }, { [I]: A, [G]: e, [H]: [{ [I]: E, [G]: e, [H]: [{ endpoint: { [M]: "https://iam.{Region}.api.amazonwebservices.com.cn", [N]: l, [O]: l }, [G]: g }] }, s] }, { endpoint: u, [G]: g }] }, { [I]: [{ [J]: h, [K]: [m, "aws-us-gov"] }], [G]: e, [H]: [n, { [I]: z, [G]: e, [H]: [{ [I]: D, [G]: e, [H]: [v] }, q] }, r, v] }, { [I]: [{ [J]: h, [K]: [m, "aws-iso"] }], [G]: e, [H]: [{ [I]: z, [G]: e, [H]: [{ [I]: D, [G]: e, [H]: [{ endpoint: { [M]: "https://iam-fips.{Region}.c2s.ic.gov", [N]: l, [O]: l }, [G]: g }] }, q] }, { endpoint: w, [G]: g }] }, { [I]: [{ [J]: h, [K]: [m, "aws-iso-b"] }], [G]: e, [H]: [{ [I]: z, [G]: e, [H]: [{ [I]: D, [G]: e, [H]: [{ endpoint: { [M]: "https://iam-fips.{Region}.sc2s.sgov.gov", [N]: l, [O]: l }, [G]: g }] }, q] }, { endpoint: x, [G]: g }] }, { [I]: B, [G]: e, [H]: [{ [I]: C, [G]: e, [H]: [{ [G]: e, [H]: [{ endpoint: { [M]: "https://iam-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", [N]: l, [O]: l }, [G]: g }] }] }, o] }, { [I]: z, [G]: e, [H]: [{ [I]: D, [G]: e, [H]: [{ [G]: e, [H]: [{ [I]: F, endpoint: p, [G]: g }, y, { endpoint: { [M]: "https://iam-fips.{Region}.{PartitionResult#dnsSuffix}", [N]: l, [O]: l }, [G]: g }] }] }, q] }, { [I]: A, [G]: e, [H]: [{ [I]: E, [G]: e, [H]: [{ [G]: e, [H]: [{ endpoint: { [M]: "https://iam.{Region}.{PartitionResult#dualStackDnsSuffix}", [N]: l, [O]: l }, [G]: g }] }] }, s] }, { [G]: e, [H]: [{ [I]: F, endpoint: t, [G]: g }, { [I]: [{ [J]: h, [K]: [j, "aws-cn-global"] }], endpoint: u, [G]: g }, y, { [I]: [{ [J]: h, [K]: [j, "aws-iso-global"] }], endpoint: w, [G]: g }, { [I]: [{ [J]: h, [K]: [j, "aws-iso-b-global"] }], endpoint: x, [G]: g }, { endpoint: { [M]: "https://iam.{Region}.{PartitionResult#dnsSuffix}", [N]: l, [O]: l }, [G]: g }] }] }] };
4
+ const G = "required", H = "type", I = "rules", J = "conditions", K = "fn", L = "argv", M = "ref", N = "url", O = "properties", P = "headers", Q = "authSchemes", R = "name", S = "signingName", T = "signingRegion";
5
+ const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = "stringEquals", g = { [G]: false, [H]: "String" }, h = { [G]: true, "default": false, [H]: "Boolean" }, i = { [M]: "Endpoint" }, j = {}, k = { [M]: "Region" }, l = { [K]: "getAttr", [L]: [{ [M]: e }, "name"] }, m = { [J]: [{ [K]: "booleanEquals", [L]: [{ [M]: "UseFIPS" }, true] }, { [K]: "booleanEquals", [L]: [{ [M]: "UseDualStack" }, true] }], [H]: b, [I]: [{ [J]: [{ [K]: "booleanEquals", [L]: [true, { [K]: "getAttr", [L]: [{ [M]: e }, "supportsFIPS"] }] }, { [K]: "booleanEquals", [L]: [true, { [K]: "getAttr", [L]: [{ [M]: e }, "supportsDualStack"] }] }], [H]: b, [I]: [{ [d]: { [N]: "https://iam-fips.{Region}.api.aws", [O]: {}, [P]: {} }, [H]: d }] }, { [c]: "FIPS and DualStack are enabled, but this partition does not support one or both", [H]: c }] }, n = { [c]: "FIPS and DualStack are enabled, but this partition does not support one or both", [H]: c }, o = { [N]: "https://iam-fips.amazonaws.com", [O]: { [Q]: [{ [R]: "sigv4", [S]: "iam", [T]: "us-east-1" }] }, [P]: {} }, p = { [c]: "FIPS is enabled but this partition does not support FIPS", [H]: c }, q = { [J]: [{ [K]: "booleanEquals", [L]: [{ [M]: "UseDualStack" }, true] }], [H]: b, [I]: [{ [J]: [{ [K]: "booleanEquals", [L]: [true, { [K]: "getAttr", [L]: [{ [M]: e }, "supportsDualStack"] }] }], [H]: b, [I]: [{ [d]: { [N]: "https://iam.{Region}.api.aws", [O]: {}, [P]: {} }, [H]: d }] }, { [c]: "DualStack is enabled but this partition does not support DualStack", [H]: c }] }, r = { [c]: "DualStack is enabled but this partition does not support DualStack", [H]: c }, s = { [N]: "https://iam.amazonaws.com", [O]: { [Q]: [{ [R]: "sigv4", [S]: "iam", [T]: "us-east-1" }] }, [P]: {} }, t = { [N]: "https://iam.cn-north-1.amazonaws.com.cn", [O]: { [Q]: [{ [R]: "sigv4", [S]: "iam", [T]: "cn-north-1" }] }, [P]: {} }, u = { [d]: { [N]: "https://iam.us-gov.amazonaws.com", [O]: { [Q]: [{ [R]: "sigv4", [S]: "iam", [T]: "us-gov-west-1" }] }, [P]: {} }, [H]: d }, v = { [N]: "https://iam.us-iso-east-1.c2s.ic.gov", [O]: { [Q]: [{ [R]: "sigv4", [S]: "iam", [T]: "us-iso-east-1" }] }, [P]: {} }, w = { [N]: "https://iam.us-isob-east-1.sc2s.sgov.gov", [O]: { [Q]: [{ [R]: "sigv4", [S]: "iam", [T]: "us-isob-east-1" }] }, [P]: {} }, x = { [J]: [{ [K]: f, [L]: [k, "aws-us-gov-global"] }], [d]: { [N]: "https://iam.us-gov.amazonaws.com", [O]: { [Q]: [{ [R]: "sigv4", [S]: "iam", [T]: "us-gov-west-1" }] }, [P]: {} }, [H]: d }, y = [{ [K]: "booleanEquals", [L]: [{ [M]: "UseFIPS" }, true] }], z = [{ [K]: "booleanEquals", [L]: [{ [M]: "UseDualStack" }, true] }], A = [k], B = [{ [K]: "booleanEquals", [L]: [{ [M]: "UseFIPS" }, true] }, { [K]: "booleanEquals", [L]: [{ [M]: "UseDualStack" }, true] }], C = [{ [K]: "booleanEquals", [L]: [true, { [K]: "getAttr", [L]: [{ [M]: e }, "supportsFIPS"] }] }, { [K]: "booleanEquals", [L]: [true, { [K]: "getAttr", [L]: [{ [M]: e }, "supportsDualStack"] }] }], D = [{ [K]: "booleanEquals", [L]: [true, { [K]: "getAttr", [L]: [{ [M]: e }, "supportsFIPS"] }] }], E = [{ [K]: "booleanEquals", [L]: [true, { [K]: "getAttr", [L]: [{ [M]: e }, "supportsDualStack"] }] }], F = [{ [K]: f, [L]: [k, "aws-global"] }];
6
+ const _data = { version: "1.0", parameters: { Region: g, UseDualStack: h, UseFIPS: h, Endpoint: g }, [I]: [{ [J]: [{ [K]: a, [L]: [i] }], [H]: b, [I]: [{ [J]: y, error: "Invalid Configuration: FIPS and custom endpoint are not supported", [H]: c }, { [H]: b, [I]: [{ [J]: z, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", [H]: c }, { endpoint: { [N]: i, [O]: j, [P]: j }, [H]: d }] }] }, { [H]: b, [I]: [{ [J]: [{ [K]: a, [L]: A }], [H]: b, [I]: [{ [J]: [{ [K]: "aws.partition", [L]: A, assign: e }], [H]: b, [I]: [{ [J]: [{ [K]: f, [L]: [l, "aws"] }], [H]: b, [I]: [m, { [J]: y, [H]: b, [I]: [{ [J]: D, [H]: b, [I]: [{ endpoint: o, [H]: d }] }, p] }, q, { endpoint: s, [H]: d }] }, { [J]: [{ [K]: f, [L]: [l, "aws-cn"] }], [H]: b, [I]: [{ [J]: B, [H]: b, [I]: [{ [J]: C, [H]: b, [I]: [{ endpoint: { [N]: "https://iam-fips.{Region}.api.amazonwebservices.com.cn", [O]: j, [P]: j }, [H]: d }] }, n] }, { [J]: y, [H]: b, [I]: [{ [J]: D, [H]: b, [I]: [{ endpoint: { [N]: "https://iam-fips.{Region}.amazonaws.com.cn", [O]: j, [P]: j }, [H]: d }] }, p] }, { [J]: z, [H]: b, [I]: [{ [J]: E, [H]: b, [I]: [{ endpoint: { [N]: "https://iam.{Region}.api.amazonwebservices.com.cn", [O]: j, [P]: j }, [H]: d }] }, r] }, { endpoint: t, [H]: d }] }, { [J]: [{ [K]: f, [L]: [l, "aws-us-gov"] }], [H]: b, [I]: [m, { [J]: y, [H]: b, [I]: [{ [J]: D, [H]: b, [I]: [u] }, p] }, q, u] }, { [J]: [{ [K]: f, [L]: [l, "aws-iso"] }], [H]: b, [I]: [{ [J]: y, [H]: b, [I]: [{ [J]: D, [H]: b, [I]: [{ endpoint: { [N]: "https://iam-fips.{Region}.c2s.ic.gov", [O]: j, [P]: j }, [H]: d }] }, p] }, { endpoint: v, [H]: d }] }, { [J]: [{ [K]: f, [L]: [l, "aws-iso-b"] }], [H]: b, [I]: [{ [J]: y, [H]: b, [I]: [{ [J]: D, [H]: b, [I]: [{ endpoint: { [N]: "https://iam-fips.{Region}.sc2s.sgov.gov", [O]: j, [P]: j }, [H]: d }] }, p] }, { endpoint: w, [H]: d }] }, { [J]: B, [H]: b, [I]: [{ [J]: C, [H]: b, [I]: [{ [H]: b, [I]: [{ endpoint: { [N]: "https://iam-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", [O]: j, [P]: j }, [H]: d }] }] }, n] }, { [J]: y, [H]: b, [I]: [{ [J]: D, [H]: b, [I]: [{ [H]: b, [I]: [{ [J]: F, endpoint: o, [H]: d }, x, { endpoint: { [N]: "https://iam-fips.{Region}.{PartitionResult#dnsSuffix}", [O]: j, [P]: j }, [H]: d }] }] }, p] }, { [J]: z, [H]: b, [I]: [{ [J]: E, [H]: b, [I]: [{ [H]: b, [I]: [{ endpoint: { [N]: "https://iam.{Region}.{PartitionResult#dualStackDnsSuffix}", [O]: j, [P]: j }, [H]: d }] }] }, r] }, { [H]: b, [I]: [{ [J]: F, endpoint: s, [H]: d }, { [J]: [{ [K]: f, [L]: [k, "aws-cn-global"] }], endpoint: t, [H]: d }, x, { [J]: [{ [K]: f, [L]: [k, "aws-iso-global"] }], endpoint: v, [H]: d }, { [J]: [{ [K]: f, [L]: [k, "aws-iso-b-global"] }], endpoint: w, [H]: d }, { endpoint: { [N]: "https://iam.{Region}.{PartitionResult#dnsSuffix}", [O]: j, [P]: j }, [H]: d }] }] }] }, { error: "Invalid Configuration: Missing Region", [H]: c }] }] };
7
7
  exports.ruleSet = _data;
@@ -1,4 +1,4 @@
1
- const G = "type", H = "rules", I = "conditions", J = "fn", K = "argv", L = "ref", M = "url", N = "properties", O = "headers", P = "authSchemes", Q = "name", R = "signingRegion", S = "signingName";
2
- const a = true, b = false, c = "String", d = "PartitionResult", e = "tree", f = "error", g = "endpoint", h = "stringEquals", i = { "required": true, "default": false, [G]: "Boolean" }, j = { [L]: "Region" }, k = { [L]: "Endpoint" }, l = {}, m = { [J]: "getAttr", [K]: [{ [L]: d }, "name"] }, n = { [I]: [{ [J]: "booleanEquals", [K]: [{ [L]: "UseFIPS" }, true] }, { [J]: "booleanEquals", [K]: [{ [L]: "UseDualStack" }, true] }], [G]: e, [H]: [{ [I]: [{ [J]: "booleanEquals", [K]: [true, { [J]: "getAttr", [K]: [{ [L]: d }, "supportsFIPS"] }] }, { [J]: "booleanEquals", [K]: [true, { [J]: "getAttr", [K]: [{ [L]: d }, "supportsDualStack"] }] }], [G]: e, [H]: [{ [g]: { [M]: "https://iam-fips.{Region}.api.aws", [N]: {}, [O]: {} }, [G]: g }] }, { [f]: "FIPS and DualStack are enabled, but this partition does not support one or both", [G]: f }] }, o = { [f]: "FIPS and DualStack are enabled, but this partition does not support one or both", [G]: f }, p = { [M]: "https://iam-fips.amazonaws.com", [N]: { [P]: [{ [Q]: "sigv4", [R]: "us-east-1", [S]: "iam" }] }, [O]: {} }, q = { [f]: "FIPS is enabled but this partition does not support FIPS", [G]: f }, r = { [I]: [{ [J]: "booleanEquals", [K]: [{ [L]: "UseDualStack" }, true] }], [G]: e, [H]: [{ [I]: [{ [J]: "booleanEquals", [K]: [true, { [J]: "getAttr", [K]: [{ [L]: d }, "supportsDualStack"] }] }], [G]: e, [H]: [{ [g]: { [M]: "https://iam.{Region}.api.aws", [N]: {}, [O]: {} }, [G]: g }] }, { [f]: "DualStack is enabled but this partition does not support DualStack", [G]: f }] }, s = { [f]: "DualStack is enabled but this partition does not support DualStack", [G]: f }, t = { [M]: "https://iam.amazonaws.com", [N]: { [P]: [{ [Q]: "sigv4", [R]: "us-east-1", [S]: "iam" }] }, [O]: {} }, u = { [M]: "https://iam.cn-north-1.amazonaws.com.cn", [N]: { [P]: [{ [Q]: "sigv4", [R]: "cn-north-1", [S]: "iam" }] }, [O]: {} }, v = { [g]: { [M]: "https://iam.us-gov.amazonaws.com", [N]: { [P]: [{ [Q]: "sigv4", [R]: "us-gov-west-1", [S]: "iam" }] }, [O]: {} }, [G]: g }, w = { [M]: "https://iam.us-iso-east-1.c2s.ic.gov", [N]: { [P]: [{ [Q]: "sigv4", [R]: "us-iso-east-1", [S]: "iam" }] }, [O]: {} }, x = { [M]: "https://iam.us-isob-east-1.sc2s.sgov.gov", [N]: { [P]: [{ [Q]: "sigv4", [R]: "us-isob-east-1", [S]: "iam" }] }, [O]: {} }, y = { [I]: [{ [J]: h, [K]: [j, "aws-us-gov-global"] }], [g]: { [M]: "https://iam.us-gov.amazonaws.com", [N]: { [P]: [{ [Q]: "sigv4", [R]: "us-gov-west-1", [S]: "iam" }] }, [O]: {} }, [G]: g }, z = [{ [J]: "booleanEquals", [K]: [{ [L]: "UseFIPS" }, true] }], A = [{ [J]: "booleanEquals", [K]: [{ [L]: "UseDualStack" }, true] }], B = [{ [J]: "booleanEquals", [K]: [{ [L]: "UseFIPS" }, true] }, { [J]: "booleanEquals", [K]: [{ [L]: "UseDualStack" }, true] }], C = [{ [J]: "booleanEquals", [K]: [true, { [J]: "getAttr", [K]: [{ [L]: d }, "supportsFIPS"] }] }, { [J]: "booleanEquals", [K]: [true, { [J]: "getAttr", [K]: [{ [L]: d }, "supportsDualStack"] }] }], D = [{ [J]: "booleanEquals", [K]: [true, { [J]: "getAttr", [K]: [{ [L]: d }, "supportsFIPS"] }] }], E = [{ [J]: "booleanEquals", [K]: [true, { [J]: "getAttr", [K]: [{ [L]: d }, "supportsDualStack"] }] }], F = [{ [J]: h, [K]: [j, "aws-global"] }];
3
- const _data = { version: "1.0", parameters: { Region: { required: a, [G]: c }, UseDualStack: i, UseFIPS: i, Endpoint: { required: b, [G]: c } }, [H]: [{ [I]: [{ [J]: "aws.partition", [K]: [j], assign: d }], [G]: e, [H]: [{ [I]: [{ [J]: "isSet", [K]: [k] }], [G]: e, [H]: [{ [I]: z, error: "Invalid Configuration: FIPS and custom endpoint are not supported", [G]: f }, { [G]: e, [H]: [{ [I]: A, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", [G]: f }, { endpoint: { [M]: k, [N]: l, [O]: l }, [G]: g }] }] }, { [I]: [{ [J]: h, [K]: [m, "aws"] }], [G]: e, [H]: [n, { [I]: z, [G]: e, [H]: [{ [I]: D, [G]: e, [H]: [{ endpoint: p, [G]: g }] }, q] }, r, { endpoint: t, [G]: g }] }, { [I]: [{ [J]: h, [K]: [m, "aws-cn"] }], [G]: e, [H]: [{ [I]: B, [G]: e, [H]: [{ [I]: C, [G]: e, [H]: [{ endpoint: { [M]: "https://iam-fips.{Region}.api.amazonwebservices.com.cn", [N]: l, [O]: l }, [G]: g }] }, o] }, { [I]: z, [G]: e, [H]: [{ [I]: D, [G]: e, [H]: [{ endpoint: { [M]: "https://iam-fips.{Region}.amazonaws.com.cn", [N]: l, [O]: l }, [G]: g }] }, q] }, { [I]: A, [G]: e, [H]: [{ [I]: E, [G]: e, [H]: [{ endpoint: { [M]: "https://iam.{Region}.api.amazonwebservices.com.cn", [N]: l, [O]: l }, [G]: g }] }, s] }, { endpoint: u, [G]: g }] }, { [I]: [{ [J]: h, [K]: [m, "aws-us-gov"] }], [G]: e, [H]: [n, { [I]: z, [G]: e, [H]: [{ [I]: D, [G]: e, [H]: [v] }, q] }, r, v] }, { [I]: [{ [J]: h, [K]: [m, "aws-iso"] }], [G]: e, [H]: [{ [I]: z, [G]: e, [H]: [{ [I]: D, [G]: e, [H]: [{ endpoint: { [M]: "https://iam-fips.{Region}.c2s.ic.gov", [N]: l, [O]: l }, [G]: g }] }, q] }, { endpoint: w, [G]: g }] }, { [I]: [{ [J]: h, [K]: [m, "aws-iso-b"] }], [G]: e, [H]: [{ [I]: z, [G]: e, [H]: [{ [I]: D, [G]: e, [H]: [{ endpoint: { [M]: "https://iam-fips.{Region}.sc2s.sgov.gov", [N]: l, [O]: l }, [G]: g }] }, q] }, { endpoint: x, [G]: g }] }, { [I]: B, [G]: e, [H]: [{ [I]: C, [G]: e, [H]: [{ [G]: e, [H]: [{ endpoint: { [M]: "https://iam-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", [N]: l, [O]: l }, [G]: g }] }] }, o] }, { [I]: z, [G]: e, [H]: [{ [I]: D, [G]: e, [H]: [{ [G]: e, [H]: [{ [I]: F, endpoint: p, [G]: g }, y, { endpoint: { [M]: "https://iam-fips.{Region}.{PartitionResult#dnsSuffix}", [N]: l, [O]: l }, [G]: g }] }] }, q] }, { [I]: A, [G]: e, [H]: [{ [I]: E, [G]: e, [H]: [{ [G]: e, [H]: [{ endpoint: { [M]: "https://iam.{Region}.{PartitionResult#dualStackDnsSuffix}", [N]: l, [O]: l }, [G]: g }] }] }, s] }, { [G]: e, [H]: [{ [I]: F, endpoint: t, [G]: g }, { [I]: [{ [J]: h, [K]: [j, "aws-cn-global"] }], endpoint: u, [G]: g }, y, { [I]: [{ [J]: h, [K]: [j, "aws-iso-global"] }], endpoint: w, [G]: g }, { [I]: [{ [J]: h, [K]: [j, "aws-iso-b-global"] }], endpoint: x, [G]: g }, { endpoint: { [M]: "https://iam.{Region}.{PartitionResult#dnsSuffix}", [N]: l, [O]: l }, [G]: g }] }] }] };
1
+ const G = "required", H = "type", I = "rules", J = "conditions", K = "fn", L = "argv", M = "ref", N = "url", O = "properties", P = "headers", Q = "authSchemes", R = "name", S = "signingName", T = "signingRegion";
2
+ const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = "stringEquals", g = { [G]: false, [H]: "String" }, h = { [G]: true, "default": false, [H]: "Boolean" }, i = { [M]: "Endpoint" }, j = {}, k = { [M]: "Region" }, l = { [K]: "getAttr", [L]: [{ [M]: e }, "name"] }, m = { [J]: [{ [K]: "booleanEquals", [L]: [{ [M]: "UseFIPS" }, true] }, { [K]: "booleanEquals", [L]: [{ [M]: "UseDualStack" }, true] }], [H]: b, [I]: [{ [J]: [{ [K]: "booleanEquals", [L]: [true, { [K]: "getAttr", [L]: [{ [M]: e }, "supportsFIPS"] }] }, { [K]: "booleanEquals", [L]: [true, { [K]: "getAttr", [L]: [{ [M]: e }, "supportsDualStack"] }] }], [H]: b, [I]: [{ [d]: { [N]: "https://iam-fips.{Region}.api.aws", [O]: {}, [P]: {} }, [H]: d }] }, { [c]: "FIPS and DualStack are enabled, but this partition does not support one or both", [H]: c }] }, n = { [c]: "FIPS and DualStack are enabled, but this partition does not support one or both", [H]: c }, o = { [N]: "https://iam-fips.amazonaws.com", [O]: { [Q]: [{ [R]: "sigv4", [S]: "iam", [T]: "us-east-1" }] }, [P]: {} }, p = { [c]: "FIPS is enabled but this partition does not support FIPS", [H]: c }, q = { [J]: [{ [K]: "booleanEquals", [L]: [{ [M]: "UseDualStack" }, true] }], [H]: b, [I]: [{ [J]: [{ [K]: "booleanEquals", [L]: [true, { [K]: "getAttr", [L]: [{ [M]: e }, "supportsDualStack"] }] }], [H]: b, [I]: [{ [d]: { [N]: "https://iam.{Region}.api.aws", [O]: {}, [P]: {} }, [H]: d }] }, { [c]: "DualStack is enabled but this partition does not support DualStack", [H]: c }] }, r = { [c]: "DualStack is enabled but this partition does not support DualStack", [H]: c }, s = { [N]: "https://iam.amazonaws.com", [O]: { [Q]: [{ [R]: "sigv4", [S]: "iam", [T]: "us-east-1" }] }, [P]: {} }, t = { [N]: "https://iam.cn-north-1.amazonaws.com.cn", [O]: { [Q]: [{ [R]: "sigv4", [S]: "iam", [T]: "cn-north-1" }] }, [P]: {} }, u = { [d]: { [N]: "https://iam.us-gov.amazonaws.com", [O]: { [Q]: [{ [R]: "sigv4", [S]: "iam", [T]: "us-gov-west-1" }] }, [P]: {} }, [H]: d }, v = { [N]: "https://iam.us-iso-east-1.c2s.ic.gov", [O]: { [Q]: [{ [R]: "sigv4", [S]: "iam", [T]: "us-iso-east-1" }] }, [P]: {} }, w = { [N]: "https://iam.us-isob-east-1.sc2s.sgov.gov", [O]: { [Q]: [{ [R]: "sigv4", [S]: "iam", [T]: "us-isob-east-1" }] }, [P]: {} }, x = { [J]: [{ [K]: f, [L]: [k, "aws-us-gov-global"] }], [d]: { [N]: "https://iam.us-gov.amazonaws.com", [O]: { [Q]: [{ [R]: "sigv4", [S]: "iam", [T]: "us-gov-west-1" }] }, [P]: {} }, [H]: d }, y = [{ [K]: "booleanEquals", [L]: [{ [M]: "UseFIPS" }, true] }], z = [{ [K]: "booleanEquals", [L]: [{ [M]: "UseDualStack" }, true] }], A = [k], B = [{ [K]: "booleanEquals", [L]: [{ [M]: "UseFIPS" }, true] }, { [K]: "booleanEquals", [L]: [{ [M]: "UseDualStack" }, true] }], C = [{ [K]: "booleanEquals", [L]: [true, { [K]: "getAttr", [L]: [{ [M]: e }, "supportsFIPS"] }] }, { [K]: "booleanEquals", [L]: [true, { [K]: "getAttr", [L]: [{ [M]: e }, "supportsDualStack"] }] }], D = [{ [K]: "booleanEquals", [L]: [true, { [K]: "getAttr", [L]: [{ [M]: e }, "supportsFIPS"] }] }], E = [{ [K]: "booleanEquals", [L]: [true, { [K]: "getAttr", [L]: [{ [M]: e }, "supportsDualStack"] }] }], F = [{ [K]: f, [L]: [k, "aws-global"] }];
3
+ const _data = { version: "1.0", parameters: { Region: g, UseDualStack: h, UseFIPS: h, Endpoint: g }, [I]: [{ [J]: [{ [K]: a, [L]: [i] }], [H]: b, [I]: [{ [J]: y, error: "Invalid Configuration: FIPS and custom endpoint are not supported", [H]: c }, { [H]: b, [I]: [{ [J]: z, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", [H]: c }, { endpoint: { [N]: i, [O]: j, [P]: j }, [H]: d }] }] }, { [H]: b, [I]: [{ [J]: [{ [K]: a, [L]: A }], [H]: b, [I]: [{ [J]: [{ [K]: "aws.partition", [L]: A, assign: e }], [H]: b, [I]: [{ [J]: [{ [K]: f, [L]: [l, "aws"] }], [H]: b, [I]: [m, { [J]: y, [H]: b, [I]: [{ [J]: D, [H]: b, [I]: [{ endpoint: o, [H]: d }] }, p] }, q, { endpoint: s, [H]: d }] }, { [J]: [{ [K]: f, [L]: [l, "aws-cn"] }], [H]: b, [I]: [{ [J]: B, [H]: b, [I]: [{ [J]: C, [H]: b, [I]: [{ endpoint: { [N]: "https://iam-fips.{Region}.api.amazonwebservices.com.cn", [O]: j, [P]: j }, [H]: d }] }, n] }, { [J]: y, [H]: b, [I]: [{ [J]: D, [H]: b, [I]: [{ endpoint: { [N]: "https://iam-fips.{Region}.amazonaws.com.cn", [O]: j, [P]: j }, [H]: d }] }, p] }, { [J]: z, [H]: b, [I]: [{ [J]: E, [H]: b, [I]: [{ endpoint: { [N]: "https://iam.{Region}.api.amazonwebservices.com.cn", [O]: j, [P]: j }, [H]: d }] }, r] }, { endpoint: t, [H]: d }] }, { [J]: [{ [K]: f, [L]: [l, "aws-us-gov"] }], [H]: b, [I]: [m, { [J]: y, [H]: b, [I]: [{ [J]: D, [H]: b, [I]: [u] }, p] }, q, u] }, { [J]: [{ [K]: f, [L]: [l, "aws-iso"] }], [H]: b, [I]: [{ [J]: y, [H]: b, [I]: [{ [J]: D, [H]: b, [I]: [{ endpoint: { [N]: "https://iam-fips.{Region}.c2s.ic.gov", [O]: j, [P]: j }, [H]: d }] }, p] }, { endpoint: v, [H]: d }] }, { [J]: [{ [K]: f, [L]: [l, "aws-iso-b"] }], [H]: b, [I]: [{ [J]: y, [H]: b, [I]: [{ [J]: D, [H]: b, [I]: [{ endpoint: { [N]: "https://iam-fips.{Region}.sc2s.sgov.gov", [O]: j, [P]: j }, [H]: d }] }, p] }, { endpoint: w, [H]: d }] }, { [J]: B, [H]: b, [I]: [{ [J]: C, [H]: b, [I]: [{ [H]: b, [I]: [{ endpoint: { [N]: "https://iam-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", [O]: j, [P]: j }, [H]: d }] }] }, n] }, { [J]: y, [H]: b, [I]: [{ [J]: D, [H]: b, [I]: [{ [H]: b, [I]: [{ [J]: F, endpoint: o, [H]: d }, x, { endpoint: { [N]: "https://iam-fips.{Region}.{PartitionResult#dnsSuffix}", [O]: j, [P]: j }, [H]: d }] }] }, p] }, { [J]: z, [H]: b, [I]: [{ [J]: E, [H]: b, [I]: [{ [H]: b, [I]: [{ endpoint: { [N]: "https://iam.{Region}.{PartitionResult#dualStackDnsSuffix}", [O]: j, [P]: j }, [H]: d }] }] }, r] }, { [H]: b, [I]: [{ [J]: F, endpoint: s, [H]: d }, { [J]: [{ [K]: f, [L]: [k, "aws-cn-global"] }], endpoint: t, [H]: d }, x, { [J]: [{ [K]: f, [L]: [k, "aws-iso-global"] }], endpoint: v, [H]: d }, { [J]: [{ [K]: f, [L]: [k, "aws-iso-b-global"] }], endpoint: w, [H]: d }, { endpoint: { [N]: "https://iam.{Region}.{PartitionResult#dnsSuffix}", [O]: j, [P]: j }, [H]: d }] }] }] }, { error: "Invalid Configuration: Missing Region", [H]: c }] }] };
4
4
  export const ruleSet = _data;
@@ -248,8 +248,8 @@ export declare class IAM extends IAMClient {
248
248
  /**
249
249
  * <p>Changes the password of the IAM user who is calling this operation. This operation
250
250
  * can be performed using the CLI, the Amazon Web Services API, or the <b>My
251
- * Security Credentials</b> page in the Amazon Web Services Management Console. The Amazon Web Services account root user
252
- * password is not affected by this operation.</p>
251
+ * Security Credentials</b> page in the Amazon Web Services Management Console. The Amazon Web Services account root user password is
252
+ * not affected by this operation.</p>
253
253
  * <p>Use <a>UpdateLoginProfile</a> to use the CLI, the Amazon Web Services API, or the
254
254
  * <b>Users</b> page in the IAM console to change the
255
255
  * 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
@@ -336,6 +336,9 @@ export declare class IAM extends IAMClient {
336
336
  * or applications allowed to authenticate using the OIDC provider</p>
337
337
  * </li>
338
338
  * <li>
339
+ * <p>A list of tags that are attached to the specified IAM OIDC provider</p>
340
+ * </li>
341
+ * <li>
339
342
  * <p>A list of thumbprints of one or more server certificates that the IdP
340
343
  * uses</p>
341
344
  * </li>
@@ -866,12 +869,11 @@ export declare class IAM extends IAMClient {
866
869
  * report for any entities (organization root, organizational unit, or account) or policies
867
870
  * in your organization.</p>
868
871
  * <p>To call this operation, you must be signed in using your Organizations management account
869
- * credentials. You can use your long-term IAM user or root user credentials, or
870
- * temporary credentials from assuming an IAM role. SCPs must be enabled for your
871
- * organization root. You must have the required IAM and Organizations permissions. For more
872
- * information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html">Refining permissions using
873
- * service last accessed data</a> in the
874
- * <i>IAM User Guide</i>.</p>
872
+ * credentials. You can use your long-term IAM user or root user credentials, or temporary
873
+ * credentials from assuming an IAM role. SCPs must be enabled for your organization
874
+ * root. You must have the required IAM and Organizations permissions. For more information, see
875
+ * <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html">Refining permissions using service last accessed data</a> in the
876
+ * <i>IAM User Guide</i>.</p>
875
877
  * <p>You can generate a service last accessed data report for entities by specifying only
876
878
  * the entity's path. This data includes a list of services that are allowed by any service
877
879
  * control policies (SCPs) that apply to the entity.</p>
@@ -1216,11 +1218,11 @@ export declare class IAM extends IAMClient {
1216
1218
  * to perform this operation. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html">Refining permissions using
1217
1219
  * service last accessed data</a> in the
1218
1220
  * <i>IAM User Guide</i>.</p>
1219
- * <p>For each service that principals in an account (root users, IAM users, or IAM
1220
- * roles) could access using SCPs, the operation returns details about the most recent
1221
- * access attempt. If there was no attempt, the service is listed without details about the
1222
- * most recent attempt to access the service. If the operation fails, it returns the reason
1223
- * that it failed.</p>
1221
+ * <p>For each service that principals in an account (root user, IAM users, or IAM roles)
1222
+ * could access using SCPs, the operation returns details about the most recent access
1223
+ * attempt. If there was no attempt, the service is listed without details about the most
1224
+ * recent attempt to access the service. If the operation fails, it returns the reason that
1225
+ * it failed.</p>
1224
1226
  * <p>By default, the list is sorted by service namespace.</p>
1225
1227
  */
1226
1228
  getOrganizationsAccessReport(args: GetOrganizationsAccessReportCommandInput, options?: __HttpHandlerOptions): Promise<GetOrganizationsAccessReportCommandOutput>;
@@ -1465,9 +1467,8 @@ export declare class IAM extends IAMClient {
1465
1467
  * based on the Amazon Web Services access key ID used to sign the request. If a temporary access key is
1466
1468
  * used, then <code>UserName</code> is required. If a long-term key is assigned to the
1467
1469
  * user, then <code>UserName</code> is not required. This operation works for access keys
1468
- * under the Amazon Web Services account. Consequently, you can use this operation to manage
1469
- * Amazon Web Services account root user credentials even if the Amazon Web Services account has no associated
1470
- * users.</p>
1470
+ * under the Amazon Web Services account. Consequently, you can use this operation to manage Amazon Web Services account root user
1471
+ * credentials even if the Amazon Web Services account has no associated users.</p>
1471
1472
  * <note>
1472
1473
  * <p>To ensure the security of your Amazon Web Services account, the secret access key is accessible
1473
1474
  * only during key and user creation.</p>
@@ -1838,8 +1839,8 @@ export declare class IAM extends IAMClient {
1838
1839
  * <p>If the <code>UserName</code> field is not specified, the user name is determined
1839
1840
  * implicitly based on the Amazon Web Services access key ID used to sign the request for this operation.
1840
1841
  * This operation works for access keys under the Amazon Web Services account. Consequently, you can use
1841
- * this operation to manage Amazon Web Services account root user credentials even if the Amazon Web Services account
1842
- * has no associated users.</p>
1842
+ * this operation to manage Amazon Web Services account root user credentials even if the Amazon Web Services account has no
1843
+ * associated users.</p>
1843
1844
  */
1844
1845
  listSigningCertificates(args: ListSigningCertificatesCommandInput, options?: __HttpHandlerOptions): Promise<ListSigningCertificatesCommandOutput>;
1845
1846
  listSigningCertificates(args: ListSigningCertificatesCommandInput, cb: (err: any, data?: ListSigningCertificatesCommandOutput) => void): void;
@@ -1969,11 +1970,11 @@ export declare class IAM extends IAMClient {
1969
1970
  putRolePolicy(args: PutRolePolicyCommandInput, cb: (err: any, data?: PutRolePolicyCommandOutput) => void): void;
1970
1971
  putRolePolicy(args: PutRolePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutRolePolicyCommandOutput) => void): void;
1971
1972
  /**
1972
- * <p>Adds or updates the policy that is specified as the IAM user's permissions boundary.
1973
- * You can use an Amazon Web Services managed policy or a customer managed policy to set the boundary for
1974
- * a user. Use the boundary to control the maximum permissions that the user can have.
1975
- * Setting a permissions boundary is an advanced feature that can affect the permissions
1976
- * for the user.</p>
1973
+ * <p>Adds or updates the policy that is specified as the IAM user's permissions
1974
+ * boundary. You can use an Amazon Web Services managed policy or a customer managed policy to set the
1975
+ * boundary for a user. Use the boundary to control the maximum permissions that the user
1976
+ * can have. Setting a permissions boundary is an advanced feature that can affect the
1977
+ * permissions for the user.</p>
1977
1978
  * <important>
1978
1979
  * <p>Policies that are used as permissions boundaries do not provide permissions. You
1979
1980
  * must also attach a permissions policy to the user. To learn how the effective
@@ -2256,7 +2257,7 @@ export declare class IAM extends IAMClient {
2256
2257
  * </li>
2257
2258
  * <li>
2258
2259
  * <p>
2259
- * <b>Access control</b> - Include tags in IAM user-based
2260
+ * <b>Access control</b> - Include tags in IAM identity-based
2260
2261
  * and resource-based policies. You can use tags to restrict access to only an OIDC provider
2261
2262
  * that has a specified tag attached. For examples of policies that show how to use tags to
2262
2263
  * control access, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html">Control access using IAM tags</a> in the
@@ -2484,7 +2485,7 @@ export declare class IAM extends IAMClient {
2484
2485
  * </li>
2485
2486
  * <li>
2486
2487
  * <p>
2487
- * <b>Access control</b> - Include tags in IAM user-based
2488
+ * <b>Access control</b> - Include tags in IAM identity-based
2488
2489
  * and resource-based policies. You can use tags to restrict access to only an IAM
2489
2490
  * requesting user that has a specified tag attached. You can also restrict access to only
2490
2491
  * those resources that have a certain tag attached. For examples of policies that show how
@@ -2594,9 +2595,8 @@ export declare class IAM extends IAMClient {
2594
2595
  * based on the Amazon Web Services access key ID used to sign the request. If a temporary access key is
2595
2596
  * used, then <code>UserName</code> is required. If a long-term key is assigned to the
2596
2597
  * user, then <code>UserName</code> is not required. This operation works for access keys
2597
- * under the Amazon Web Services account. Consequently, you can use this operation to manage
2598
- * Amazon Web Services account root user credentials even if the Amazon Web Services account has no associated
2599
- * users.</p>
2598
+ * under the Amazon Web Services account. Consequently, you can use this operation to manage Amazon Web Services account root user
2599
+ * credentials even if the Amazon Web Services account has no associated users.</p>
2600
2600
  * <p>For information about rotating keys, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/ManagingCredentials.html">Managing keys and certificates</a>
2601
2601
  * in the <i>IAM User Guide</i>.</p>
2602
2602
  */
@@ -2747,13 +2747,13 @@ export declare class IAM extends IAMClient {
2747
2747
  updateServiceSpecificCredential(args: UpdateServiceSpecificCredentialCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateServiceSpecificCredentialCommandOutput) => void): void;
2748
2748
  /**
2749
2749
  * <p>Changes the status of the specified user signing certificate from active to disabled,
2750
- * or vice versa. This operation can be used to disable an IAM user's signing certificate
2751
- * as part of a certificate rotation work flow.</p>
2750
+ * or vice versa. This operation can be used to disable an IAM user's signing
2751
+ * certificate as part of a certificate rotation work flow.</p>
2752
2752
  * <p>If the <code>UserName</code> field is not specified, the user name is determined
2753
2753
  * implicitly based on the Amazon Web Services access key ID used to sign the request. This operation
2754
2754
  * works for access keys under the Amazon Web Services account. Consequently, you can use this operation
2755
- * to manage Amazon Web Services account root user credentials even if the Amazon Web Services account has no
2756
- * associated users.</p>
2755
+ * to manage Amazon Web Services account root user credentials even if the Amazon Web Services account has no associated
2756
+ * users.</p>
2757
2757
  */
2758
2758
  updateSigningCertificate(args: UpdateSigningCertificateCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSigningCertificateCommandOutput>;
2759
2759
  updateSigningCertificate(args: UpdateSigningCertificateCommandInput, cb: (err: any, data?: UpdateSigningCertificateCommandOutput) => void): void;
@@ -2773,8 +2773,8 @@ export declare class IAM extends IAMClient {
2773
2773
  /**
2774
2774
  * <p>Updates the name and/or the path of the specified IAM user.</p>
2775
2775
  * <important>
2776
- * <p> You should understand the implications of changing an IAM user's path or name.
2777
- * For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_manage.html#id_users_renaming">Renaming an IAM
2776
+ * <p> You should understand the implications of changing an IAM user's path or
2777
+ * name. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_manage.html#id_users_renaming">Renaming an IAM
2778
2778
  * user</a> and <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_groups_manage_rename.html">Renaming an IAM
2779
2779
  * group</a> in the <i>IAM User Guide</i>.</p>
2780
2780
  * </important>
@@ -2828,8 +2828,8 @@ export declare class IAM extends IAMClient {
2828
2828
  * <p>If the <code>UserName</code> is not specified, the IAM user name is determined
2829
2829
  * implicitly based on the Amazon Web Services access key ID used to sign the request. This operation
2830
2830
  * works for access keys under the Amazon Web Services account. Consequently, you can use this operation
2831
- * to manage Amazon Web Services account root user credentials even if the Amazon Web Services account has no
2832
- * associated users.</p>
2831
+ * to manage Amazon Web Services account root user credentials even if the Amazon Web Services account has no associated
2832
+ * users.</p>
2833
2833
  * <note>
2834
2834
  * <p>Because the body of an X.509 certificate can be large, you should use POST rather
2835
2835
  * than GET when calling <code>UploadSigningCertificate</code>. For information about
@@ -37,8 +37,8 @@ export interface AddClientIDToOpenIDConnectProviderCommandOutput extends __Metad
37
37
  * input parameter.</p>
38
38
  *
39
39
  * @throws {@link LimitExceededException} (client fault)
40
- * <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
41
- * account limits. The error message describes the limit exceeded.</p>
40
+ * <p>The request was rejected because it attempted to create resources beyond the current
41
+ * Amazon Web Services account limits. The error message describes the limit exceeded.</p>
42
42
  *
43
43
  * @throws {@link NoSuchEntityException} (client fault)
44
44
  * <p>The request was rejected because it referenced a resource entity that does not exist. The
@@ -46,8 +46,8 @@ export interface AddRoleToInstanceProfileCommandOutput extends __MetadataBearer
46
46
  * exists.</p>
47
47
  *
48
48
  * @throws {@link LimitExceededException} (client fault)
49
- * <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
50
- * account limits. The error message describes the limit exceeded.</p>
49
+ * <p>The request was rejected because it attempted to create resources beyond the current
50
+ * Amazon Web Services account limits. The error message describes the limit exceeded.</p>
51
51
  *
52
52
  * @throws {@link NoSuchEntityException} (client fault)
53
53
  * <p>The request was rejected because it referenced a resource entity that does not exist. The
@@ -30,8 +30,8 @@ export interface AddUserToGroupCommandOutput extends __MetadataBearer {
30
30
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
31
31
  *
32
32
  * @throws {@link LimitExceededException} (client fault)
33
- * <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
34
- * account limits. The error message describes the limit exceeded.</p>
33
+ * <p>The request was rejected because it attempted to create resources beyond the current
34
+ * Amazon Web Services account limits. The error message describes the limit exceeded.</p>
35
35
  *
36
36
  * @throws {@link NoSuchEntityException} (client fault)
37
37
  * <p>The request was rejected because it referenced a resource entity that does not exist. The
@@ -41,8 +41,8 @@ export interface AttachGroupPolicyCommandOutput extends __MetadataBearer {
41
41
  * input parameter.</p>
42
42
  *
43
43
  * @throws {@link LimitExceededException} (client fault)
44
- * <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
45
- * account limits. The error message describes the limit exceeded.</p>
44
+ * <p>The request was rejected because it attempted to create resources beyond the current
45
+ * Amazon Web Services account limits. The error message describes the limit exceeded.</p>
46
46
  *
47
47
  * @throws {@link NoSuchEntityException} (client fault)
48
48
  * <p>The request was rejected because it referenced a resource entity that does not exist. The
@@ -48,8 +48,8 @@ export interface AttachRolePolicyCommandOutput extends __MetadataBearer {
48
48
  * input parameter.</p>
49
49
  *
50
50
  * @throws {@link LimitExceededException} (client fault)
51
- * <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
52
- * account limits. The error message describes the limit exceeded.</p>
51
+ * <p>The request was rejected because it attempted to create resources beyond the current
52
+ * Amazon Web Services account limits. The error message describes the limit exceeded.</p>
53
53
  *
54
54
  * @throws {@link NoSuchEntityException} (client fault)
55
55
  * <p>The request was rejected because it referenced a resource entity that does not exist. The
@@ -41,8 +41,8 @@ export interface AttachUserPolicyCommandOutput extends __MetadataBearer {
41
41
  * input parameter.</p>
42
42
  *
43
43
  * @throws {@link LimitExceededException} (client fault)
44
- * <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
45
- * account limits. The error message describes the limit exceeded.</p>
44
+ * <p>The request was rejected because it attempted to create resources beyond the current
45
+ * Amazon Web Services account limits. The error message describes the limit exceeded.</p>
46
46
  *
47
47
  * @throws {@link NoSuchEntityException} (client fault)
48
48
  * <p>The request was rejected because it referenced a resource entity that does not exist. The
@@ -16,8 +16,8 @@ export interface ChangePasswordCommandOutput extends __MetadataBearer {
16
16
  /**
17
17
  * <p>Changes the password of the IAM user who is calling this operation. This operation
18
18
  * can be performed using the CLI, the Amazon Web Services API, or the <b>My
19
- * Security Credentials</b> page in the Amazon Web Services Management Console. The Amazon Web Services account root user
20
- * password is not affected by this operation.</p>
19
+ * Security Credentials</b> page in the Amazon Web Services Management Console. The Amazon Web Services account root user password is
20
+ * not affected by this operation.</p>
21
21
  * <p>Use <a>UpdateLoginProfile</a> to use the CLI, the Amazon Web Services API, or the
22
22
  * <b>Users</b> page in the IAM console to change the
23
23
  * 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
@@ -47,8 +47,8 @@ export interface ChangePasswordCommandOutput extends __MetadataBearer {
47
47
  * incorrect.</p>
48
48
  *
49
49
  * @throws {@link LimitExceededException} (client fault)
50
- * <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
51
- * account limits. The error message describes the limit exceeded.</p>
50
+ * <p>The request was rejected because it attempted to create resources beyond the current
51
+ * Amazon Web Services account limits. The error message describes the limit exceeded.</p>
52
52
  *
53
53
  * @throws {@link NoSuchEntityException} (client fault)
54
54
  * <p>The request was rejected because it referenced a resource entity that does not exist. The
@@ -43,8 +43,8 @@ export interface CreateAccessKeyCommandOutput extends CreateAccessKeyResponse, _
43
43
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
44
44
  *
45
45
  * @throws {@link LimitExceededException} (client fault)
46
- * <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
47
- * account limits. The error message describes the limit exceeded.</p>
46
+ * <p>The request was rejected because it attempted to create resources beyond the current
47
+ * Amazon Web Services account limits. The error message describes the limit exceeded.</p>
48
48
  *
49
49
  * @throws {@link NoSuchEntityException} (client fault)
50
50
  * <p>The request was rejected because it referenced a resource entity that does not exist. The
@@ -37,8 +37,8 @@ export interface CreateAccountAliasCommandOutput extends __MetadataBearer {
37
37
  * exists.</p>
38
38
  *
39
39
  * @throws {@link LimitExceededException} (client fault)
40
- * <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
41
- * account limits. The error message describes the limit exceeded.</p>
40
+ * <p>The request was rejected because it attempted to create resources beyond the current
41
+ * Amazon Web Services account limits. The error message describes the limit exceeded.</p>
42
42
  *
43
43
  * @throws {@link ServiceFailureException} (server fault)
44
44
  * <p>The request processing has failed because of an unknown error, exception or
@@ -36,8 +36,8 @@ export interface CreateGroupCommandOutput extends CreateGroupResponse, __Metadat
36
36
  * exists.</p>
37
37
  *
38
38
  * @throws {@link LimitExceededException} (client fault)
39
- * <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
40
- * account limits. The error message describes the limit exceeded.</p>
39
+ * <p>The request was rejected because it attempted to create resources beyond the current
40
+ * Amazon Web Services account limits. The error message describes the limit exceeded.</p>
41
41
  *
42
42
  * @throws {@link NoSuchEntityException} (client fault)
43
43
  * <p>The request was rejected because it referenced a resource entity that does not exist. The
@@ -46,8 +46,8 @@ export interface CreateInstanceProfileCommandOutput extends CreateInstanceProfil
46
46
  * input parameter.</p>
47
47
  *
48
48
  * @throws {@link LimitExceededException} (client fault)
49
- * <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
50
- * account limits. The error message describes the limit exceeded.</p>
49
+ * <p>The request was rejected because it attempted to create resources beyond the current
50
+ * Amazon Web Services account limits. The error message describes the limit exceeded.</p>
51
51
  *
52
52
  * @throws {@link ServiceFailureException} (server fault)
53
53
  * <p>The request processing has failed because of an unknown error, exception or
@@ -39,8 +39,8 @@ export interface CreateLoginProfileCommandOutput extends CreateLoginProfileRespo
39
39
  * exists.</p>
40
40
  *
41
41
  * @throws {@link LimitExceededException} (client fault)
42
- * <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
43
- * account limits. The error message describes the limit exceeded.</p>
42
+ * <p>The request was rejected because it attempted to create resources beyond the current
43
+ * Amazon Web Services account limits. The error message describes the limit exceeded.</p>
44
44
  *
45
45
  * @throws {@link NoSuchEntityException} (client fault)
46
46
  * <p>The request was rejected because it referenced a resource entity that does not exist. The
@@ -34,6 +34,9 @@ export interface CreateOpenIDConnectProviderCommandOutput extends CreateOpenIDCo
34
34
  * or applications allowed to authenticate using the OIDC provider</p>
35
35
  * </li>
36
36
  * <li>
37
+ * <p>A list of tags that are attached to the specified IAM OIDC provider</p>
38
+ * </li>
39
+ * <li>
37
40
  * <p>A list of thumbprints of one or more server certificates that the IdP
38
41
  * uses</p>
39
42
  * </li>
@@ -80,8 +83,8 @@ export interface CreateOpenIDConnectProviderCommandOutput extends CreateOpenIDCo
80
83
  * input parameter.</p>
81
84
  *
82
85
  * @throws {@link LimitExceededException} (client fault)
83
- * <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
84
- * account limits. The error message describes the limit exceeded.</p>
86
+ * <p>The request was rejected because it attempted to create resources beyond the current
87
+ * Amazon Web Services account limits. The error message describes the limit exceeded.</p>
85
88
  *
86
89
  * @throws {@link ServiceFailureException} (server fault)
87
90
  * <p>The request processing has failed because of an unknown error, exception or
@@ -52,8 +52,8 @@ export interface CreatePolicyCommandOutput extends CreatePolicyResponse, __Metad
52
52
  * input parameter.</p>
53
53
  *
54
54
  * @throws {@link LimitExceededException} (client fault)
55
- * <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
56
- * account limits. The error message describes the limit exceeded.</p>
55
+ * <p>The request was rejected because it attempted to create resources beyond the current
56
+ * Amazon Web Services account limits. The error message describes the limit exceeded.</p>
57
57
  *
58
58
  * @throws {@link MalformedPolicyDocumentException} (client fault)
59
59
  * <p>The request was rejected because the policy document was malformed. The error message
@@ -41,8 +41,8 @@ export interface CreatePolicyVersionCommandOutput extends CreatePolicyVersionRes
41
41
  * input parameter.</p>
42
42
  *
43
43
  * @throws {@link LimitExceededException} (client fault)
44
- * <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
45
- * account limits. The error message describes the limit exceeded.</p>
44
+ * <p>The request was rejected because it attempted to create resources beyond the current
45
+ * Amazon Web Services account limits. The error message describes the limit exceeded.</p>
46
46
  *
47
47
  * @throws {@link MalformedPolicyDocumentException} (client fault)
48
48
  * <p>The request was rejected because the policy document was malformed. The error message
@@ -46,8 +46,8 @@ export interface CreateRoleCommandOutput extends CreateRoleResponse, __MetadataB
46
46
  * input parameter.</p>
47
47
  *
48
48
  * @throws {@link LimitExceededException} (client fault)
49
- * <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
50
- * account limits. The error message describes the limit exceeded.</p>
49
+ * <p>The request was rejected because it attempted to create resources beyond the current
50
+ * Amazon Web Services account limits. The error message describes the limit exceeded.</p>
51
51
  *
52
52
  * @throws {@link MalformedPolicyDocumentException} (client fault)
53
53
  * <p>The request was rejected because the policy document was malformed. The error message
@@ -59,8 +59,8 @@ export interface CreateSAMLProviderCommandOutput extends CreateSAMLProviderRespo
59
59
  * input parameter.</p>
60
60
  *
61
61
  * @throws {@link LimitExceededException} (client fault)
62
- * <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
63
- * account limits. The error message describes the limit exceeded.</p>
62
+ * <p>The request was rejected because it attempted to create resources beyond the current
63
+ * Amazon Web Services account limits. The error message describes the limit exceeded.</p>
64
64
  *
65
65
  * @throws {@link ServiceFailureException} (server fault)
66
66
  * <p>The request processing has failed because of an unknown error, exception or
@@ -42,8 +42,8 @@ export interface CreateServiceLinkedRoleCommandOutput extends CreateServiceLinke
42
42
  * input parameter.</p>
43
43
  *
44
44
  * @throws {@link LimitExceededException} (client fault)
45
- * <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
46
- * account limits. The error message describes the limit exceeded.</p>
45
+ * <p>The request was rejected because it attempted to create resources beyond the current
46
+ * Amazon Web Services account limits. The error message describes the limit exceeded.</p>
47
47
  *
48
48
  * @throws {@link NoSuchEntityException} (client fault)
49
49
  * <p>The request was rejected because it referenced a resource entity that does not exist. The
@@ -40,8 +40,8 @@ export interface CreateServiceSpecificCredentialCommandOutput extends CreateServ
40
40
  * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
41
41
  *
42
42
  * @throws {@link LimitExceededException} (client fault)
43
- * <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
44
- * account limits. The error message describes the limit exceeded.</p>
43
+ * <p>The request was rejected because it attempted to create resources beyond the current
44
+ * Amazon Web Services account limits. The error message describes the limit exceeded.</p>
45
45
  *
46
46
  * @throws {@link NoSuchEntityException} (client fault)
47
47
  * <p>The request was rejected because it referenced a resource entity that does not exist. The
@@ -44,8 +44,8 @@ export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataB
44
44
  * input parameter.</p>
45
45
  *
46
46
  * @throws {@link LimitExceededException} (client fault)
47
- * <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
48
- * account limits. The error message describes the limit exceeded.</p>
47
+ * <p>The request was rejected because it attempted to create resources beyond the current
48
+ * Amazon Web Services account limits. The error message describes the limit exceeded.</p>
49
49
  *
50
50
  * @throws {@link NoSuchEntityException} (client fault)
51
51
  * <p>The request was rejected because it referenced a resource entity that does not exist. The
@@ -54,8 +54,8 @@ export interface CreateVirtualMFADeviceCommandOutput extends CreateVirtualMFADev
54
54
  * input parameter.</p>
55
55
  *
56
56
  * @throws {@link LimitExceededException} (client fault)
57
- * <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
58
- * account limits. The error message describes the limit exceeded.</p>
57
+ * <p>The request was rejected because it attempted to create resources beyond the current
58
+ * Amazon Web Services account limits. The error message describes the limit exceeded.</p>
59
59
  *
60
60
  * @throws {@link ServiceFailureException} (server fault)
61
61
  * <p>The request processing has failed because of an unknown error, exception or
@@ -40,8 +40,8 @@ export interface DeactivateMFADeviceCommandOutput extends __MetadataBearer {
40
40
  * describes the entity.</p>
41
41
  *
42
42
  * @throws {@link LimitExceededException} (client fault)
43
- * <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
44
- * account limits. The error message describes the limit exceeded.</p>
43
+ * <p>The request was rejected because it attempted to create resources beyond the current
44
+ * Amazon Web Services account limits. The error message describes the limit exceeded.</p>
45
45
  *
46
46
  * @throws {@link NoSuchEntityException} (client fault)
47
47
  * <p>The request was rejected because it referenced a resource entity that does not exist. The