@aws-sdk/client-iam 3.290.0 → 3.291.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-types/IAM.d.ts +36 -36
- package/dist-types/commands/AddClientIDToOpenIDConnectProviderCommand.d.ts +2 -2
- package/dist-types/commands/AddRoleToInstanceProfileCommand.d.ts +2 -2
- package/dist-types/commands/AddUserToGroupCommand.d.ts +2 -2
- package/dist-types/commands/AttachGroupPolicyCommand.d.ts +2 -2
- package/dist-types/commands/AttachRolePolicyCommand.d.ts +2 -2
- package/dist-types/commands/AttachUserPolicyCommand.d.ts +2 -2
- package/dist-types/commands/ChangePasswordCommand.d.ts +4 -4
- package/dist-types/commands/CreateAccessKeyCommand.d.ts +2 -2
- package/dist-types/commands/CreateAccountAliasCommand.d.ts +2 -2
- package/dist-types/commands/CreateGroupCommand.d.ts +2 -2
- package/dist-types/commands/CreateInstanceProfileCommand.d.ts +2 -2
- package/dist-types/commands/CreateLoginProfileCommand.d.ts +2 -2
- package/dist-types/commands/CreateOpenIDConnectProviderCommand.d.ts +5 -2
- package/dist-types/commands/CreatePolicyCommand.d.ts +2 -2
- package/dist-types/commands/CreatePolicyVersionCommand.d.ts +2 -2
- package/dist-types/commands/CreateRoleCommand.d.ts +2 -2
- package/dist-types/commands/CreateSAMLProviderCommand.d.ts +2 -2
- package/dist-types/commands/CreateServiceLinkedRoleCommand.d.ts +2 -2
- package/dist-types/commands/CreateServiceSpecificCredentialCommand.d.ts +2 -2
- package/dist-types/commands/CreateUserCommand.d.ts +2 -2
- package/dist-types/commands/CreateVirtualMFADeviceCommand.d.ts +2 -2
- package/dist-types/commands/DeactivateMFADeviceCommand.d.ts +2 -2
- package/dist-types/commands/DeleteAccessKeyCommand.d.ts +2 -2
- package/dist-types/commands/DeleteAccountAliasCommand.d.ts +2 -2
- package/dist-types/commands/DeleteAccountPasswordPolicyCommand.d.ts +2 -2
- package/dist-types/commands/DeleteGroupCommand.d.ts +2 -2
- package/dist-types/commands/DeleteGroupPolicyCommand.d.ts +2 -2
- package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +2 -2
- package/dist-types/commands/DeleteLoginProfileCommand.d.ts +2 -2
- package/dist-types/commands/DeletePolicyCommand.d.ts +2 -2
- package/dist-types/commands/DeletePolicyVersionCommand.d.ts +2 -2
- package/dist-types/commands/DeleteRoleCommand.d.ts +2 -2
- package/dist-types/commands/DeleteRolePolicyCommand.d.ts +2 -2
- package/dist-types/commands/DeleteSAMLProviderCommand.d.ts +2 -2
- package/dist-types/commands/DeleteServerCertificateCommand.d.ts +2 -2
- package/dist-types/commands/DeleteServiceLinkedRoleCommand.d.ts +2 -2
- package/dist-types/commands/DeleteSigningCertificateCommand.d.ts +2 -2
- package/dist-types/commands/DeleteUserCommand.d.ts +2 -2
- package/dist-types/commands/DeleteUserPolicyCommand.d.ts +2 -2
- package/dist-types/commands/DeleteVirtualMFADeviceCommand.d.ts +2 -2
- package/dist-types/commands/DetachGroupPolicyCommand.d.ts +2 -2
- package/dist-types/commands/DetachRolePolicyCommand.d.ts +2 -2
- package/dist-types/commands/DetachUserPolicyCommand.d.ts +2 -2
- package/dist-types/commands/EnableMFADeviceCommand.d.ts +2 -2
- package/dist-types/commands/GenerateCredentialReportCommand.d.ts +2 -2
- package/dist-types/commands/GenerateOrganizationsAccessReportCommand.d.ts +5 -6
- package/dist-types/commands/GetOrganizationsAccessReportCommand.d.ts +5 -5
- package/dist-types/commands/ListAccessKeysCommand.d.ts +2 -3
- package/dist-types/commands/ListSigningCertificatesCommand.d.ts +2 -2
- package/dist-types/commands/PutGroupPolicyCommand.d.ts +2 -2
- package/dist-types/commands/PutRolePolicyCommand.d.ts +2 -2
- package/dist-types/commands/PutUserPermissionsBoundaryCommand.d.ts +5 -5
- package/dist-types/commands/PutUserPolicyCommand.d.ts +2 -2
- package/dist-types/commands/RemoveRoleFromInstanceProfileCommand.d.ts +2 -2
- package/dist-types/commands/RemoveUserFromGroupCommand.d.ts +2 -2
- package/dist-types/commands/ResyncMFADeviceCommand.d.ts +2 -2
- package/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +2 -2
- package/dist-types/commands/TagInstanceProfileCommand.d.ts +2 -2
- package/dist-types/commands/TagMFADeviceCommand.d.ts +2 -2
- package/dist-types/commands/TagOpenIDConnectProviderCommand.d.ts +3 -3
- package/dist-types/commands/TagPolicyCommand.d.ts +2 -2
- package/dist-types/commands/TagRoleCommand.d.ts +2 -2
- package/dist-types/commands/TagSAMLProviderCommand.d.ts +2 -2
- package/dist-types/commands/TagServerCertificateCommand.d.ts +2 -2
- package/dist-types/commands/TagUserCommand.d.ts +3 -3
- package/dist-types/commands/UpdateAccessKeyCommand.d.ts +4 -5
- package/dist-types/commands/UpdateAccountPasswordPolicyCommand.d.ts +2 -2
- package/dist-types/commands/UpdateAssumeRolePolicyCommand.d.ts +2 -2
- package/dist-types/commands/UpdateGroupCommand.d.ts +2 -2
- package/dist-types/commands/UpdateLoginProfileCommand.d.ts +2 -2
- package/dist-types/commands/UpdateSAMLProviderCommand.d.ts +2 -2
- package/dist-types/commands/UpdateServerCertificateCommand.d.ts +2 -2
- package/dist-types/commands/UpdateSigningCertificateCommand.d.ts +6 -6
- package/dist-types/commands/UpdateUserCommand.d.ts +4 -4
- package/dist-types/commands/UploadSSHPublicKeyCommand.d.ts +2 -2
- package/dist-types/commands/UploadServerCertificateCommand.d.ts +2 -2
- package/dist-types/commands/UploadSigningCertificateCommand.d.ts +4 -4
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +11 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/package.json +1 -1
|
@@ -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 = "
|
|
5
|
-
const a =
|
|
6
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
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 = "
|
|
2
|
-
const a =
|
|
3
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
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;
|
package/dist-types/IAM.d.ts
CHANGED
|
@@ -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
|
-
*
|
|
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
|
-
*
|
|
871
|
-
*
|
|
872
|
-
*
|
|
873
|
-
*
|
|
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
|
|
1220
|
-
*
|
|
1221
|
-
*
|
|
1222
|
-
*
|
|
1223
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
|
1973
|
-
* You can use an Amazon Web Services managed policy or a customer managed policy to set the
|
|
1974
|
-
* a user. Use the boundary to control the maximum permissions that the user
|
|
1975
|
-
* Setting a permissions boundary is an advanced feature that can affect the
|
|
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
|
|
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
|
|
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
|
-
*
|
|
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
|
|
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
|
-
*
|
|
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
|
|
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
|
-
*
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
-
*
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|