UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

1,337 lines (1,329 loc) 220 kB
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client"); const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core"); const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client"); const { Command: $Command } = require("@smithy/core/client"); exports.$Command = $Command; exports.__Client = Client; const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config"); const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints"); const { parseUrl, getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols"); const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry"); const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema"); const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes"); const { defaultProvider } = require("@aws-sdk/credential-provider-node"); const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde"); const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler"); const { AwsQueryProtocol } = require("@aws-sdk/core/protocols"); const { Sha256 } = require("@smithy/core/checksum"); const defaultIAMHttpAuthSchemeParametersProvider = async (config, context, input) => { return { operation: getSmithyContext(context).operation, region: await normalizeProvider(config.region)() || (() => { throw new Error("expected `region` to be configured for `aws.auth#sigv4`"); })(), }; }; function createAwsAuthSigv4HttpAuthOption(authParameters) { return { schemeId: "aws.auth#sigv4", signingProperties: { name: "iam", region: authParameters.region, }, propertiesExtractor: (config, context) => ({ signingProperties: { config, context, }, }), }; } const defaultIAMHttpAuthSchemeProvider = (authParameters) => { const options = []; switch (authParameters.operation) { default: { options.push(createAwsAuthSigv4HttpAuthOption(authParameters)); } } return options; }; const resolveHttpAuthSchemeConfig = (config) => { const config_0 = resolveAwsSdkSigV4Config(config); return Object.assign(config_0, { authSchemePreference: normalizeProvider(config.authSchemePreference ?? []), }); }; const resolveClientEndpointParameters = (options) => { return Object.assign(options, { useDualstackEndpoint: options.useDualstackEndpoint ?? false, useFipsEndpoint: options.useFipsEndpoint ?? false, defaultSigningName: "iam", }); }; const commonParams = { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, Endpoint: { type: "builtInParams", name: "endpoint" }, Region: { type: "builtInParams", name: "region" }, UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, }; var version = "3.1084.0"; var packageInfo = { version: version}; const t = "ref", u = "authSchemes", v = "name", w = "signingRegion"; const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "stringEquals", g = "getAttr", h = "sigv4", i = { [t]: "Endpoint" }, j = { "fn": g, "argv": [{ [t]: d }, "name"] }, k = { [t]: d }, l = { [u]: [{ [v]: h, [w]: "us-east-1" }] }, m = { [u]: [{ [v]: h, [w]: "cn-north-1" }] }, n = { [u]: [{ [v]: h, [w]: "us-gov-west-1" }] }, o = { [u]: [{ [v]: h, [w]: "us-iso-east-1" }] }, p = { [u]: [{ [v]: h, [w]: "us-isob-east-1" }] }, q = { [u]: [{ [v]: h, [w]: "{PartitionResult#implicitGlobalRegion}" }] }, s = [{ [t]: "Region" }]; const _data = { conditions: [ [c, [i]], [c, s], ["aws.partition", s, d], [e, [{ [t]: "UseFIPS" }, b]], [e, [{ [t]: "UseDualStack" }, b]], [f, [j, "aws"]], [f, [j, "aws-cn"]], [f, [j, "aws-us-gov"]], [e, [{ fn: g, argv: [k, "supportsDualStack"] }, b]], [f, [j, "aws-iso"]], [f, [j, "aws-iso-b"]], [e, [{ fn: g, argv: [k, "supportsFIPS"] }, b]], [f, [j, "aws-iso-e"]], [f, [j, "aws-iso-f"]], [f, [j, "aws-eusc"]] ], results: [ [a], [a, "Invalid Configuration: FIPS and custom endpoint are not supported"], [a, "Invalid Configuration: Dualstack and custom endpoint are not supported"], [i, {}], ["https://iam.global.api.aws", l], ["https://iam-fips.global.api.aws", l], ["https://iam.global.api.amazonwebservices.com.cn", m], ["https://iam.cn-north-1.amazonaws.com.cn", m], ["https://iam.us-gov.api.aws", n], ["https://iam.us-gov.amazonaws.com", n], ["https://iam.us-iso-east-1.c2s.ic.gov", o], ["https://iam-fips.us-iso-east-1.c2s.ic.gov", o], ["https://iam.us-isob-east-1.sc2s.sgov.gov", p], ["https://iam-fips.us-isob-east-1.sc2s.sgov.gov", p], ["https://iam.eu-isoe-west-1.cloud.adc-e.uk", { [u]: [{ [v]: h, [w]: "eu-isoe-west-1" }] }], ["https://iam.us-isof-south-1.csp.hci.ic.gov", { [u]: [{ [v]: h, [w]: "us-isof-south-1" }] }], ["https://iam.eusc-de-east-1.amazonaws.eu", { [u]: [{ [v]: h, [w]: "eusc-de-east-1" }] }], ["https://iam-fips.{PartitionResult#dualStackDnsSuffix}", q], [a, "FIPS and DualStack are enabled, but this partition does not support one or both"], ["https://iam-fips.{PartitionResult#dnsSuffix}", q], [a, "FIPS is enabled but this partition does not support FIPS"], ["https://iam.{PartitionResult#dualStackDnsSuffix}", q], [a, "DualStack is enabled but this partition does not support DualStack"], ["https://iam.{PartitionResult#dnsSuffix}", q], [a, "Invalid Configuration: Missing Region"] ] }; const root = 2; const r = 100_000_000; const nodes = new Int32Array([ -1, 1, -1, 0, 27, 3, 1, 4, r + 24, 2, 5, r + 24, 3, 18, 6, 4, 14, 7, 6, r + 7, 8, 7, r + 9, 9, 9, r + 10, 10, 10, r + 12, 11, 12, r + 14, 12, 13, r + 15, 13, 14, r + 16, r + 23, 5, r + 4, 15, 6, r + 6, 16, 7, r + 8, 17, 8, r + 21, r + 22, 4, 23, 19, 7, r + 9, 20, 9, r + 11, 21, 10, r + 13, 22, 11, r + 19, r + 20, 5, r + 5, 24, 7, r + 8, 25, 8, 26, r + 18, 11, r + 17, r + 18, 3, r + 1, 28, 4, r + 2, r + 3, ]); const bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results); const cache = new EndpointCache({ size: 50, params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"], }); const defaultEndpointResolver = (endpointParams, context = {}) => { return cache.get(endpointParams, () => decideEndpoint(bdd, { endpointParams: endpointParams, logger: context.logger, })); }; customEndpointFunctions.aws = awsEndpointFunctions; class IAMServiceException extends ServiceException { constructor(options) { super(options); Object.setPrototypeOf(this, IAMServiceException.prototype); } } class ConcurrentModificationException extends IAMServiceException { name = "ConcurrentModificationException"; $fault = "client"; constructor(opts) { super({ name: "ConcurrentModificationException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ConcurrentModificationException.prototype); } } class NoSuchEntityException extends IAMServiceException { name = "NoSuchEntityException"; $fault = "client"; constructor(opts) { super({ name: "NoSuchEntityException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, NoSuchEntityException.prototype); } } class ServiceFailureException extends IAMServiceException { name = "ServiceFailureException"; $fault = "server"; constructor(opts) { super({ name: "ServiceFailureException", $fault: "server", ...opts, }); Object.setPrototypeOf(this, ServiceFailureException.prototype); } } class AccountNotManagementOrDelegatedAdministratorException extends IAMServiceException { name = "AccountNotManagementOrDelegatedAdministratorException"; $fault = "client"; Message; constructor(opts) { super({ name: "AccountNotManagementOrDelegatedAdministratorException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, AccountNotManagementOrDelegatedAdministratorException.prototype); this.Message = opts.Message; } } class InvalidInputException extends IAMServiceException { name = "InvalidInputException"; $fault = "client"; constructor(opts) { super({ name: "InvalidInputException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidInputException.prototype); } } class LimitExceededException extends IAMServiceException { name = "LimitExceededException"; $fault = "client"; constructor(opts) { super({ name: "LimitExceededException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, LimitExceededException.prototype); } } class EntityAlreadyExistsException extends IAMServiceException { name = "EntityAlreadyExistsException"; $fault = "client"; constructor(opts) { super({ name: "EntityAlreadyExistsException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, EntityAlreadyExistsException.prototype); } } class UnmodifiableEntityException extends IAMServiceException { name = "UnmodifiableEntityException"; $fault = "client"; constructor(opts) { super({ name: "UnmodifiableEntityException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, UnmodifiableEntityException.prototype); } } class PolicyNotAttachableException extends IAMServiceException { name = "PolicyNotAttachableException"; $fault = "client"; constructor(opts) { super({ name: "PolicyNotAttachableException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, PolicyNotAttachableException.prototype); } } class EntityTemporarilyUnmodifiableException extends IAMServiceException { name = "EntityTemporarilyUnmodifiableException"; $fault = "client"; constructor(opts) { super({ name: "EntityTemporarilyUnmodifiableException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, EntityTemporarilyUnmodifiableException.prototype); } } class InvalidUserTypeException extends IAMServiceException { name = "InvalidUserTypeException"; $fault = "client"; constructor(opts) { super({ name: "InvalidUserTypeException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidUserTypeException.prototype); } } class PasswordPolicyViolationException extends IAMServiceException { name = "PasswordPolicyViolationException"; $fault = "client"; constructor(opts) { super({ name: "PasswordPolicyViolationException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, PasswordPolicyViolationException.prototype); } } class OpenIdIdpCommunicationErrorException extends IAMServiceException { name = "OpenIdIdpCommunicationErrorException"; $fault = "client"; constructor(opts) { super({ name: "OpenIdIdpCommunicationErrorException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, OpenIdIdpCommunicationErrorException.prototype); } } class MalformedPolicyDocumentException extends IAMServiceException { name = "MalformedPolicyDocumentException"; $fault = "client"; constructor(opts) { super({ name: "MalformedPolicyDocumentException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, MalformedPolicyDocumentException.prototype); } } class ServiceNotSupportedException extends IAMServiceException { name = "ServiceNotSupportedException"; $fault = "client"; constructor(opts) { super({ name: "ServiceNotSupportedException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ServiceNotSupportedException.prototype); } } class DeleteConflictException extends IAMServiceException { name = "DeleteConflictException"; $fault = "client"; constructor(opts) { super({ name: "DeleteConflictException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, DeleteConflictException.prototype); } } class OrganizationNotFoundException extends IAMServiceException { name = "OrganizationNotFoundException"; $fault = "client"; Message; constructor(opts) { super({ name: "OrganizationNotFoundException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, OrganizationNotFoundException.prototype); this.Message = opts.Message; } } class OrganizationNotInAllFeaturesModeException extends IAMServiceException { name = "OrganizationNotInAllFeaturesModeException"; $fault = "client"; Message; constructor(opts) { super({ name: "OrganizationNotInAllFeaturesModeException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, OrganizationNotInAllFeaturesModeException.prototype); this.Message = opts.Message; } } class ServiceAccessNotEnabledException extends IAMServiceException { name = "ServiceAccessNotEnabledException"; $fault = "client"; Message; constructor(opts) { super({ name: "ServiceAccessNotEnabledException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ServiceAccessNotEnabledException.prototype); this.Message = opts.Message; } } class FeatureDisabledException extends IAMServiceException { name = "FeatureDisabledException"; $fault = "client"; constructor(opts) { super({ name: "FeatureDisabledException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, FeatureDisabledException.prototype); } } class InvalidAuthenticationCodeException extends IAMServiceException { name = "InvalidAuthenticationCodeException"; $fault = "client"; constructor(opts) { super({ name: "InvalidAuthenticationCodeException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidAuthenticationCodeException.prototype); } } class CallerIsNotManagementAccountException extends IAMServiceException { name = "CallerIsNotManagementAccountException"; $fault = "client"; Message; constructor(opts) { super({ name: "CallerIsNotManagementAccountException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, CallerIsNotManagementAccountException.prototype); this.Message = opts.Message; } } class FeatureEnabledException extends IAMServiceException { name = "FeatureEnabledException"; $fault = "client"; constructor(opts) { super({ name: "FeatureEnabledException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, FeatureEnabledException.prototype); } } class ReportGenerationLimitExceededException extends IAMServiceException { name = "ReportGenerationLimitExceededException"; $fault = "client"; constructor(opts) { super({ name: "ReportGenerationLimitExceededException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ReportGenerationLimitExceededException.prototype); } } class CredentialReportExpiredException extends IAMServiceException { name = "CredentialReportExpiredException"; $fault = "client"; constructor(opts) { super({ name: "CredentialReportExpiredException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, CredentialReportExpiredException.prototype); } } class CredentialReportNotPresentException extends IAMServiceException { name = "CredentialReportNotPresentException"; $fault = "client"; constructor(opts) { super({ name: "CredentialReportNotPresentException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, CredentialReportNotPresentException.prototype); } } class CredentialReportNotReadyException extends IAMServiceException { name = "CredentialReportNotReadyException"; $fault = "client"; constructor(opts) { super({ name: "CredentialReportNotReadyException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, CredentialReportNotReadyException.prototype); } } class UnrecognizedPublicKeyEncodingException extends IAMServiceException { name = "UnrecognizedPublicKeyEncodingException"; $fault = "client"; constructor(opts) { super({ name: "UnrecognizedPublicKeyEncodingException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, UnrecognizedPublicKeyEncodingException.prototype); } } class PolicyEvaluationException extends IAMServiceException { name = "PolicyEvaluationException"; $fault = "server"; constructor(opts) { super({ name: "PolicyEvaluationException", $fault: "server", ...opts, }); Object.setPrototypeOf(this, PolicyEvaluationException.prototype); } } class KeyPairMismatchException extends IAMServiceException { name = "KeyPairMismatchException"; $fault = "client"; constructor(opts) { super({ name: "KeyPairMismatchException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, KeyPairMismatchException.prototype); } } class MalformedCertificateException extends IAMServiceException { name = "MalformedCertificateException"; $fault = "client"; constructor(opts) { super({ name: "MalformedCertificateException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, MalformedCertificateException.prototype); } } class DuplicateCertificateException extends IAMServiceException { name = "DuplicateCertificateException"; $fault = "client"; constructor(opts) { super({ name: "DuplicateCertificateException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, DuplicateCertificateException.prototype); } } class InvalidCertificateException extends IAMServiceException { name = "InvalidCertificateException"; $fault = "client"; constructor(opts) { super({ name: "InvalidCertificateException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidCertificateException.prototype); } } class DuplicateSSHPublicKeyException extends IAMServiceException { name = "DuplicateSSHPublicKeyException"; $fault = "client"; constructor(opts) { super({ name: "DuplicateSSHPublicKeyException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, DuplicateSSHPublicKeyException.prototype); } } class InvalidPublicKeyException extends IAMServiceException { name = "InvalidPublicKeyException"; $fault = "client"; constructor(opts) { super({ name: "InvalidPublicKeyException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidPublicKeyException.prototype); } } const _A = "Arn"; const _AA = "AccountAlias"; const _AAc = "AccountAliases"; const _ABO = "AllowedByOrganizations"; const _ABPB = "AllowedByPermissionsBoundary"; const _AC = "AuthenticationCode1"; const _ACIDTOIDCP = "AddClientIDToOpenIDConnectProvider"; const _ACIDTOIDCPR = "AddClientIDToOpenIDConnectProviderRequest"; const _ACt = "AttachmentCount"; const _ACu = "AuthenticationCode2"; const _AD = "AccessDetail"; const _ADR = "AcceptDelegationRequest"; const _ADRR = "AcceptDelegationRequestRequest"; const _ADRRs = "AssociateDelegationRequestRequest"; const _ADRs = "AssociateDelegationRequest"; const _ADc = "AccessDetails"; const _AEM = "AssertionEncryptionMode"; const _AGP = "AttachGroupPolicy"; const _AGPR = "AttachGroupPolicyRequest"; const _AI = "ApproverId"; const _AK = "AccessKey"; const _AKI = "AccessKeyId"; const _AKLU = "AccessKeyLastUsed"; const _AKM = "AccessKeyMetadata"; const _AMP = "AttachedManagedPolicies"; const _AN = "ActionNames"; const _ANMODAE = "AccountNotManagementOrDelegatedAdministratorException"; const _ANc = "ActionName"; const _AP = "AttachedPolicy"; const _APB = "AttachedPermissionsBoundary"; const _APK = "AddPrivateKey"; const _APt = "AttachedPolicies"; const _ARP = "AttachRolePolicy"; const _ARPD = "AssumeRolePolicyDocument"; const _ARPR = "AttachRolePolicyRequest"; const _ARTIP = "AddRoleToInstanceProfile"; const _ARTIPR = "AddRoleToInstanceProfileRequest"; const _AS = "AssignmentStatus"; const _AU = "AllUsers"; const _AUP = "AttachUserPolicy"; const _AUPR = "AttachUserPolicyRequest"; const _AUTCP = "AllowUsersToChangePassword"; const _AUTG = "AddUserToGroup"; const _AUTGR = "AddUserToGroupRequest"; const _AWSSN = "AWSServiceName"; const _BD = "BootstrapDatum"; const _BSS = "Base32StringSeed"; const _C = "Code"; const _CA = "CallerArn"; const _CAA = "CreateAccountAlias"; const _CAAR = "CreateAccountAliasRequest"; const _CAD = "CredentialAgeDays"; const _CAK = "CreateAccessKey"; const _CAKR = "CreateAccessKeyRequest"; const _CAKRr = "CreateAccessKeyResponse"; const _CB = "CertificateBody"; const _CC = "CertificateChain"; const _CD = "CreateDate"; const _CDL = "ConsoleDeepLink"; const _CDR = "CreateDelegationRequest"; const _CDRR = "CreateDelegationRequestRequest"; const _CDRRr = "CreateDelegationRequestResponse"; const _CE = "ContextEntry"; const _CELT = "ContextEntryListType"; const _CEo = "ContextEntries"; const _CG = "CreateGroup"; const _CGR = "CreateGroupRequest"; const _CGRr = "CreateGroupResponse"; const _CI = "CertificateId"; const _CID = "ClientID"; const _CIDL = "ClientIDList"; const _CINMAE = "CallerIsNotManagementAccountException"; const _CIP = "CreateInstanceProfile"; const _CIPR = "CreateInstanceProfileRequest"; const _CIPRr = "CreateInstanceProfileResponse"; const _CKN = "ContextKeyName"; const _CKNo = "ContextKeyNames"; const _CKT = "ContextKeyType"; const _CKV = "ContextKeyValues"; const _CLP = "CreateLoginProfile"; const _CLPR = "CreateLoginProfileRequest"; const _CLPRr = "CreateLoginProfileResponse"; const _CME = "ConcurrentModificationException"; const _COIDCP = "CreateOpenIDConnectProvider"; const _COIDCPR = "CreateOpenIDConnectProviderRequest"; const _COIDCPRr = "CreateOpenIDConnectProviderResponse"; const _CP = "ChangePassword"; const _CPR = "ChangePasswordRequest"; const _CPRr = "CreatePolicyRequest"; const _CPRre = "CreatePolicyResponse"; const _CPV = "CreatePolicyVersion"; const _CPVR = "CreatePolicyVersionRequest"; const _CPVRr = "CreatePolicyVersionResponse"; const _CPr = "CreatePolicy"; const _CR = "CreateRole"; const _CREE = "CredentialReportExpiredException"; const _CRNPE = "CredentialReportNotPresentException"; const _CRNRE = "CredentialReportNotReadyException"; const _CRR = "CreateRoleRequest"; const _CRRr = "CreateRoleResponse"; const _CS = "CustomSuffix"; const _CSAMLP = "CreateSAMLProvider"; const _CSAMLPR = "CreateSAMLProviderRequest"; const _CSAMLPRr = "CreateSAMLProviderResponse"; const _CSLR = "CreateServiceLinkedRole"; const _CSLRR = "CreateServiceLinkedRoleRequest"; const _CSLRRr = "CreateServiceLinkedRoleResponse"; const _CSSC = "CreateServiceSpecificCredential"; const _CSSCR = "CreateServiceSpecificCredentialRequest"; const _CSSCRr = "CreateServiceSpecificCredentialResponse"; const _CU = "CreateUser"; const _CUR = "CreateUserRequest"; const _CURr = "CreateUserResponse"; const _CVMFAD = "CreateVirtualMFADevice"; const _CVMFADR = "CreateVirtualMFADeviceRequest"; const _CVMFADRr = "CreateVirtualMFADeviceResponse"; const _Ce = "Certifications"; const _Cer = "Certificates"; const _Cert = "Certificate"; const _Co = "Content"; const _Col = "Column"; const _D = "Description"; const _DAA = "DeleteAccountAlias"; const _DAAR = "DeleteAccountAliasRequest"; const _DAK = "DeleteAccessKey"; const _DAKR = "DeleteAccessKeyRequest"; const _DAPP = "DeleteAccountPasswordPolicy"; const _DCE = "DeleteConflictException"; const _DCEu = "DuplicateCertificateException"; const _DG = "DeleteGroup"; const _DGP = "DeleteGroupPolicy"; const _DGPR = "DeleteGroupPolicyRequest"; const _DGPRe = "DetachGroupPolicyRequest"; const _DGPe = "DetachGroupPolicy"; const _DGR = "DeleteGroupRequest"; const _DIP = "DeleteInstanceProfile"; const _DIPR = "DeleteInstanceProfileRequest"; const _DLP = "DeleteLoginProfile"; const _DLPR = "DeleteLoginProfileRequest"; const _DMFAD = "DeactivateMFADevice"; const _DMFADR = "DeactivateMFADeviceRequest"; const _DOIDCP = "DeleteOpenIDConnectProvider"; const _DOIDCPR = "DeleteOpenIDConnectProviderRequest"; const _DORCM = "DisableOrganizationsRootCredentialsManagement"; const _DORCMR = "DisableOrganizationsRootCredentialsManagementRequest"; const _DORCMRi = "DisableOrganizationsRootCredentialsManagementResponse"; const _DORS = "DisableOrganizationsRootSessions"; const _DORSR = "DisableOrganizationsRootSessionsRequest"; const _DORSRi = "DisableOrganizationsRootSessionsResponse"; const _DOWIF = "DisableOutboundWebIdentityFederation"; const _DP = "DelegationPermission"; const _DPC = "DelegationPermissionCheck"; const _DPR = "DeletePolicyRequest"; const _DPV = "DeletePolicyVersion"; const _DPVR = "DeletePolicyVersionRequest"; const _DPe = "DeletePolicy"; const _DR = "DelegationRequest"; const _DRI = "DelegationRequestId"; const _DRP = "DeleteRolePolicy"; const _DRPB = "DeleteRolePermissionsBoundary"; const _DRPBR = "DeleteRolePermissionsBoundaryRequest"; const _DRPR = "DeleteRolePolicyRequest"; const _DRPRe = "DetachRolePolicyRequest"; const _DRPe = "DetachRolePolicy"; const _DRR = "DeleteRoleRequest"; const _DRe = "DelegationRequests"; const _DRel = "DeleteRole"; const _DSAMLP = "DeleteSAMLProvider"; const _DSAMLPR = "DeleteSAMLProviderRequest"; const _DSC = "DeleteServerCertificate"; const _DSCR = "DeleteServerCertificateRequest"; const _DSCRe = "DeleteSigningCertificateRequest"; const _DSCe = "DeleteSigningCertificate"; const _DSLR = "DeleteServiceLinkedRole"; const _DSLRR = "DeleteServiceLinkedRoleRequest"; const _DSLRRe = "DeleteServiceLinkedRoleResponse"; const _DSSC = "DeleteServiceSpecificCredential"; const _DSSCR = "DeleteServiceSpecificCredentialRequest"; const _DSSHPK = "DeleteSSHPublicKey"; const _DSSHPKE = "DuplicateSSHPublicKeyException"; const _DSSHPKR = "DeleteSSHPublicKeyRequest"; const _DTFRT = "DeletionTaskFailureReasonType"; const _DTI = "DeletionTaskId"; const _DU = "DeleteUser"; const _DUP = "DeleteUserPolicy"; const _DUPB = "DeleteUserPermissionsBoundary"; const _DUPBR = "DeleteUserPermissionsBoundaryRequest"; const _DUPR = "DeleteUserPolicyRequest"; const _DUPRe = "DetachUserPolicyRequest"; const _DUPe = "DetachUserPolicy"; const _DUR = "DeleteUserRequest"; const _DVI = "DefaultVersionId"; const _DVMFAD = "DeleteVirtualMFADevice"; const _DVMFADR = "DeleteVirtualMFADeviceRequest"; const _Do = "Document"; const _E = "Error"; const _EA = "EntityArn"; const _EAEE = "EntityAlreadyExistsException"; const _EAN = "EvalActionName"; const _ED = "EntityDetails"; const _EDD = "EvalDecisionDetails"; const _EDL = "EntityDetailsList"; const _EDn = "EnableDate"; const _EDr = "ErrorDetails"; const _EDv = "EvalDecision"; const _EDx = "ExpirationDate"; const _EF = "EnabledFeatures"; const _EFn = "EntityFilter"; const _EI = "EntityInfo"; const _EMFAD = "EnableMFADevice"; const _EMFADR = "EnableMFADeviceRequest"; const _EN = "EntityName"; const _EORCM = "EnableOrganizationsRootCredentialsManagement"; const _EORCMR = "EnableOrganizationsRootCredentialsManagementRequest"; const _EORCMRn = "EnableOrganizationsRootCredentialsManagementResponse"; const _EORS = "EnableOrganizationsRootSessions"; const _EORSR = "EnableOrganizationsRootSessionsRequest"; const _EORSRn = "EnableOrganizationsRootSessionsResponse"; const _EOWIF = "EnableOutboundWebIdentityFederation"; const _EOWIFR = "EnableOutboundWebIdentityFederationResponse"; const _EP = "EntityPath"; const _EPn = "EndPosition"; const _EPx = "ExpirePasswords"; const _ER = "EvaluationResult"; const _ERD = "EvalResourceDecision"; const _ERLT = "EvaluationResultsListType"; const _ERN = "EvalResourceName"; const _ERv = "EvaluationResults"; const _ET = "ExpirationTime"; const _ETUE = "EntityTemporarilyUnmodifiableException"; const _ETn = "EntityType"; const _En = "Encoding"; const _Ex = "Expiration"; const _F = "Filter"; const _FDE = "FeatureDisabledException"; const _FEE = "FeatureEnabledException"; const _Fi = "Fingerprint"; const _G = "Group"; const _GAAD = "GetAccountAuthorizationDetails"; const _GAADR = "GetAccountAuthorizationDetailsRequest"; const _GAADRe = "GetAccountAuthorizationDetailsResponse"; const _GAKLU = "GetAccessKeyLastUsed"; const _GAKLUR = "GetAccessKeyLastUsedRequest"; const _GAKLURe = "GetAccessKeyLastUsedResponse"; const _GAPP = "GetAccountPasswordPolicy"; const _GAPPR = "GetAccountPasswordPolicyResponse"; const _GAS = "GetAccountSummary"; const _GASR = "GetAccountSummaryResponse"; const _GCKFCP = "GetContextKeysForCustomPolicy"; const _GCKFCPR = "GetContextKeysForCustomPolicyRequest"; const _GCKFPP = "GetContextKeysForPrincipalPolicy"; const _GCKFPPR = "GetContextKeysForPrincipalPolicyRequest"; const _GCKFPR = "GetContextKeysForPolicyResponse"; const _GCR = "GenerateCredentialReport"; const _GCRR = "GenerateCredentialReportResponse"; const _GCRRe = "GetCredentialReportResponse"; const _GCRe = "GetCredentialReport"; const _GD = "GroupDetail"; const _GDL = "GroupDetailList"; const _GDR = "GetDelegationRequest"; const _GDRR = "GetDelegationRequestRequest"; const _GDRRe = "GetDelegationRequestResponse"; const _GETV = "GlobalEndpointTokenVersion"; const _GG = "GetGroup"; const _GGP = "GetGroupPolicy"; const _GGPR = "GetGroupPolicyRequest"; const _GGPRe = "GetGroupPolicyResponse"; const _GGR = "GetGroupRequest"; const _GGRe = "GetGroupResponse"; const _GHRS = "GetHumanReadableSummary"; const _GHRSR = "GetHumanReadableSummaryRequest"; const _GHRSRe = "GetHumanReadableSummaryResponse"; const _GI = "GroupId"; const _GIP = "GetInstanceProfile"; const _GIPR = "GetInstanceProfileRequest"; const _GIPRe = "GetInstanceProfileResponse"; const _GL = "GroupList"; const _GLP = "GetLoginProfile"; const _GLPR = "GetLoginProfileRequest"; const _GLPRe = "GetLoginProfileResponse"; const _GMFAD = "GetMFADevice"; const _GMFADR = "GetMFADeviceRequest"; const _GMFADRe = "GetMFADeviceResponse"; const _GN = "GroupName"; const _GOAR = "GenerateOrganizationsAccessReport"; const _GOARR = "GenerateOrganizationsAccessReportRequest"; const _GOARRe = "GenerateOrganizationsAccessReportResponse"; const _GOARRet = "GetOrganizationsAccessReportRequest"; const _GOARRetr = "GetOrganizationsAccessReportResponse"; const _GOARe = "GetOrganizationsAccessReport"; const _GOIDCP = "GetOpenIDConnectProvider"; const _GOIDCPR = "GetOpenIDConnectProviderRequest"; const _GOIDCPRe = "GetOpenIDConnectProviderResponse"; const _GOWIFI = "GetOutboundWebIdentityFederationInfo"; const _GOWIFIR = "GetOutboundWebIdentityFederationInfoResponse"; const _GP = "GetPolicy"; const _GPL = "GroupPolicyList"; const _GPR = "GetPolicyRequest"; const _GPRe = "GetPolicyResponse"; const _GPV = "GetPolicyVersion"; const _GPVR = "GetPolicyVersionRequest"; const _GPVRe = "GetPolicyVersionResponse"; const _GR = "GetRole"; const _GRP = "GetRolePolicy"; const _GRPR = "GetRolePolicyRequest"; const _GRPRe = "GetRolePolicyResponse"; const _GRR = "GetRoleRequest"; const _GRRe = "GetRoleResponse"; const _GSAMLP = "GetSAMLProvider"; const _GSAMLPR = "GetSAMLProviderRequest"; const _GSAMLPRe = "GetSAMLProviderResponse"; const _GSC = "GetServerCertificate"; const _GSCR = "GetServerCertificateRequest"; const _GSCRe = "GetServerCertificateResponse"; const _GSLAD = "GenerateServiceLastAccessedDetails"; const _GSLADR = "GenerateServiceLastAccessedDetailsRequest"; const _GSLADRe = "GenerateServiceLastAccessedDetailsResponse"; const _GSLADRet = "GetServiceLastAccessedDetailsRequest"; const _GSLADRete = "GetServiceLastAccessedDetailsResponse"; const _GSLADWE = "GetServiceLastAccessedDetailsWithEntities"; const _GSLADWER = "GetServiceLastAccessedDetailsWithEntitiesRequest"; const _GSLADWERe = "GetServiceLastAccessedDetailsWithEntitiesResponse"; const _GSLADe = "GetServiceLastAccessedDetails"; const _GSLRDS = "GetServiceLinkedRoleDeletionStatus"; const _GSLRDSR = "GetServiceLinkedRoleDeletionStatusRequest"; const _GSLRDSRe = "GetServiceLinkedRoleDeletionStatusResponse"; const _GSSHPK = "GetSSHPublicKey"; const _GSSHPKR = "GetSSHPublicKeyRequest"; const _GSSHPKRe = "GetSSHPublicKeyResponse"; const _GT = "GeneratedTime"; const _GU = "GetUser"; const _GUP = "GetUserPolicy"; const _GUPR = "GetUserPolicyRequest"; const _GUPRe = "GetUserPolicyResponse"; const _GUR = "GetUserRequest"; const _GURe = "GetUserResponse"; const _Gr = "Granularity"; const _Gro = "Groups"; const _HE = "HardExpiry"; const _I = "Id"; const _IA = "IsAttachable"; const _IACE = "InvalidAuthenticationCodeException"; const _ICE = "InvalidCertificateException"; const _IDV = "IsDefaultVersion"; const _II = "IssuerIdentifier"; const _IIE = "InvalidInputException"; const _IP = "InstanceProfile"; const _IPI = "InstanceProfileId"; const _IPKE = "InvalidPublicKeyException"; const _IPL = "InstanceProfileList"; const _IPN = "InstanceProfileName"; const _IPn = "InstanceProfiles"; const _IT = "IsTruncated"; const _IUTE = "InvalidUserTypeException"; const _JCD = "JobCreationDate"; const _JCDo = "JobCompletionDate"; const _JI = "JobId"; const _JS = "JobStatus"; const _JT = "JobType"; const _JVE = "JwtVendingEnabled"; const _K = "Key"; const _KI = "KeyId"; const _KPME = "KeyPairMismatchException"; const _L = "Locale"; const _LA = "LastAuthenticated"; const _LAA = "ListAccountAliases"; const _LAAR = "ListAccountAliasesRequest"; const _LAARi = "ListAccountAliasesResponse"; const _LAE = "LastAuthenticatedEntity"; const _LAEa = "LastAccessedEntity"; const _LAGP = "ListAttachedGroupPolicies"; const _LAGPR = "ListAttachedGroupPoliciesRequest"; const _LAGPRi = "ListAttachedGroupPoliciesResponse"; const _LAK = "ListAccessKeys"; const _LAKR = "ListAccessKeysRequest"; const _LAKRi = "ListAccessKeysResponse"; const _LAR = "LastAuthenticatedRegion"; const _LARP = "ListAttachedRolePolicies"; const _LARPR = "ListAttachedRolePoliciesRequest"; const _LARPRi = "ListAttachedRolePoliciesResponse"; const _LARa = "LastAccessedRegion"; const _LAT = "LastAuthenticatedTime"; const _LATa = "LastAccessedTime"; const _LAUP = "ListAttachedUserPolicies"; const _LAUPR = "ListAttachedUserPoliciesRequest"; const _LAUPRi = "ListAttachedUserPoliciesResponse"; const _LDR = "ListDelegationRequests"; const _LDRR = "ListDelegationRequestsRequest"; const _LDRRi = "ListDelegationRequestsResponse"; const _LEE = "LimitExceededException"; const _LEFP = "ListEntitiesForPolicy"; const _LEFPR = "ListEntitiesForPolicyRequest"; const _LEFPRi = "ListEntitiesForPolicyResponse"; const _LG = "ListGroups"; const _LGFU = "ListGroupsForUser"; const _LGFUR = "ListGroupsForUserRequest"; const _LGFURi = "ListGroupsForUserResponse"; const _LGP = "ListGroupPolicies"; const _LGPR = "ListGroupPoliciesRequest"; const _LGPRi = "ListGroupPoliciesResponse"; const _LGR = "ListGroupsRequest"; const _LGRi = "ListGroupsResponse"; const _LIP = "ListInstanceProfiles"; const _LIPFR = "ListInstanceProfilesForRole"; const _LIPFRR = "ListInstanceProfilesForRoleRequest"; const _LIPFRRi = "ListInstanceProfilesForRoleResponse"; const _LIPR = "ListInstanceProfilesRequest"; const _LIPRi = "ListInstanceProfilesResponse"; const _LIPT = "ListInstanceProfileTags"; const _LIPTR = "ListInstanceProfileTagsRequest"; const _LIPTRi = "ListInstanceProfileTagsResponse"; const _LMFAD = "ListMFADevices"; const _LMFADR = "ListMFADevicesRequest"; const _LMFADRi = "ListMFADevicesResponse"; const _LMFADT = "ListMFADeviceTags"; const _LMFADTR = "ListMFADeviceTagsRequest"; const _LMFADTRi = "ListMFADeviceTagsResponse"; const _LOF = "ListOrganizationsFeatures"; const _LOFR = "ListOrganizationsFeaturesRequest"; const _LOFRi = "ListOrganizationsFeaturesResponse"; const _LOIDCP = "ListOpenIDConnectProviders"; const _LOIDCPR = "ListOpenIDConnectProvidersRequest"; const _LOIDCPRi = "ListOpenIDConnectProvidersResponse"; const _LOIDCPT = "ListOpenIDConnectProviderTags"; const _LOIDCPTR = "ListOpenIDConnectProviderTagsRequest"; const _LOIDCPTRi = "ListOpenIDConnectProviderTagsResponse"; const _LP = "LoginProfile"; const _LPGSA = "ListPoliciesGrantingServiceAccess"; const _LPGSAE = "ListPoliciesGrantingServiceAccessEntry"; const _LPGSAR = "ListPoliciesGrantingServiceAccessRequest"; const _LPGSARi = "ListPoliciesGrantingServiceAccessResponse"; const _LPR = "ListPoliciesRequest"; const _LPRi = "ListPoliciesResponse"; const _LPT = "ListPolicyTags"; const _LPTR = "ListPolicyTagsRequest"; const _LPTRi = "ListPolicyTagsResponse"; const _LPV = "ListPolicyVersions"; const _LPVR = "ListPolicyVersionsRequest"; const _LPVRi = "ListPolicyVersionsResponse"; const _LPi = "ListPolicies"; const _LR = "ListRoles"; const _LRP = "ListRolePolicies"; const _LRPR = "ListRolePoliciesRequest"; const _LRPRi = "ListRolePoliciesResponse"; const _LRR = "ListRolesRequest"; const _LRRi = "ListRolesResponse"; const _LRT = "ListRoleTags"; const _LRTR = "ListRoleTagsRequest"; const _LRTRi = "ListRoleTagsResponse"; const _LSAMLP = "ListSAMLProviders"; const _LSAMLPR = "ListSAMLProvidersRequest"; const _LSAMLPRi = "ListSAMLProvidersResponse"; const _LSAMLPT = "ListSAMLProviderTags"; const _LSAMLPTR = "ListSAMLProviderTagsRequest"; const _LSAMLPTRi = "ListSAMLProviderTagsResponse"; const _LSC = "ListServerCertificates"; const _LSCR = "ListServerCertificatesRequest"; const _LSCRi = "ListServerCertificatesResponse"; const _LSCRis = "ListSigningCertificatesRequest"; const _LSCRist = "ListSigningCertificatesResponse"; const _LSCT = "ListServerCertificateTags"; const _LSCTR = "ListServerCertificateTagsRequest"; const _LSCTRi = "ListServerCertificateTagsResponse"; const _LSCi = "ListSigningCertificates"; const _LSSC = "ListServiceSpecificCredentials"; const _LSSCR = "ListServiceSpecificCredentialsRequest"; const _LSSCRi = "ListServiceSpecificCredentialsResponse"; const _LSSHPK = "ListSSHPublicKeys"; const _LSSHPKR = "ListSSHPublicKeysRequest"; const _LSSHPKRi = "ListSSHPublicKeysResponse"; const _LU = "ListUsers"; const _LUD = "LastUsedDate"; const _LUP = "ListUserPolicies"; const _LUPR = "ListUserPoliciesRequest"; const _LUPRi = "ListUserPoliciesResponse"; const _LUR = "ListUsersRequest"; const _LURi = "ListUsersResponse"; const _LUT = "ListUserTags"; const _LUTR = "ListUserTagsRequest"; const _LUTRi = "ListUserTagsResponse"; const _LVMFAD = "ListVirtualMFADevices"; const _LVMFADR = "ListVirtualMFADevicesRequest"; const _LVMFADRi = "ListVirtualMFADevicesResponse"; const _Li = "Line"; const _M = "Message"; const _MCE = "MalformedCertificateException"; const _MCV = "MissingContextValues"; const _MFAD = "MFADevices"; const _MFADe = "MFADevice"; const _MI = "MaxItems"; const _MPA = "MaxPasswordAge"; const _MPD = "ManagedPolicyDetail"; const _MPDE = "MalformedPolicyDocumentException"; const _MPDLT = "ManagedPolicyDetailListType"; const _MPL = "MinimumPasswordLength"; const _MS = "MatchedStatements"; const _MSD = "MaxSessionDuration"; const _Ma = "Marker"; const _N = "Name"; const _NC = "NotificationChannel"; const _NGN = "NewGroupName"; const _NOSA = "NumberOfServicesAccessible"; const _NOSNA = "NumberOfServicesNotAccessed"; const _NP = "NewPassword"; const _NPe = "NewPath"; const _NSCN = "NewServerCertificateName"; const _NSEE = "NoSuchEntityException"; const _NUN = "NewUserName"; const _No = "Notes"; const _OA = "OnlyAttached"; const _OAI = "OwnerAccountId"; const _ODD = "OrganizationsDecisionDetail"; const _OI = "OwnerId"; const _OIDCPA = "OpenIDConnectProviderArn"; const _OIDCPL = "OpenIDConnectProviderList"; const _OIDCPLE = "OpenIDConnectProviderListEntry"; const _OIDCPLT = "OpenIDConnectProviderListType"; const _OIICEE = "OpenIdIdpCommunicationErrorException"; const _OIr = "OrganizationId"; const _ONFE = "OrganizationNotFoundException"; const _ONIAFME = "OrganizationNotInAllFeaturesModeException"; const _OP = "OldPassword"; const _OPI = "OrganizationsPolicyId"; const _OSBO = "OnlySendByOwner"; const _P = "Permissions"; const _PA = "PolicyArn"; const _PB = "PermissionsBoundary"; const _PBA = "PermissionsBoundaryArn"; const _PBDD = "PermissionsBoundaryDecisionDetail"; const _PBPIL = "PermissionsBoundaryPolicyInputList"; const _PBT = "PermissionsBoundaryType"; const _PBUC = "PermissionsBoundaryUsageCount"; const _PCR = "PermissionCheckResult"; const _PCS = "PermissionCheckStatus"; const _PD = "PolicyDocument"; const _PDo = "PolicyDetail"; const _PEE = "PolicyEvaluationException"; const _PG = "PolicyGroups"; const _PGLT = "PolicyGroupListType"; const _PGP = "PutGroupPolicy"; const _PGPR = "PutGroupPolicyRequest"; const _PGSA = "PoliciesGrantingServiceAccess"; const _PGSAo = "PolicyGrantingServiceAccess"; const _PGo = "PolicyGroup"; const _PI = "PolicyId"; const _PIL = "PolicyInputList"; const _PK = "PrivateKey"; const _PKL = "PrivateKeyList"; const _PLU = "PasswordLastUsed"; const _PN = "PolicyName"; const _PNAE = "PolicyNotAttachableException"; const _PNo = "PolicyNames"; const _PP = "PermissionPolicy"; const _PPVE = "PasswordPolicyViolationException"; const _PPa = "PasswordPolicy"; const _PPat = "PathPrefix"; const _PPo = "PolicyParameter"; const _PR = "PolicyRoles"; const _PRLT = "PolicyRoleListType"; const _PRP = "PasswordReusePrevention"; const _PRPB = "PutRolePermissionsBoundary"; const _PRPBR = "PutRolePermissionsBoundaryRequest"; const _PRPR = "PutRolePolicyRequest"; const _PRPu = "PutRolePolicy"; const _PRR = "PasswordResetRequired"; const _PRo = "PolicyRole"; const _PSA = "PolicySourceArn"; const _PT = "PolicyType"; const _PTA = "PolicyTemplateArn"; const _PU = "PolicyUsers"; const _PUF = "PolicyUsageFilter"; const _PULT = "PolicyUserListType"; const _PUP = "PutUserPolicy"; const _PUPB = "PutUserPermissionsBoundary"; const _PUPBR = "PutUserPermissionsBoundaryRequest"; const _PUPR = "PutUserPolicyRequest"; const _PUo = "PolicyUser"; const _PV = "PolicyVersion"; const _PVL = "PolicyVersionList"; const _Pa = "Path"; const _Par = "Parameters"; const _Pas = "Password"; const _Po = "Policy"; const _Pol = "Policies"; const _Pos = "Position"; const _QRCPNG = "QRCodePNG"; const _R = "Region"; const _RA = "ResourceArns"; const _RCIDFOIDCP = "RemoveClientIDFromOpenIDConnectProvider"; const _RCIDFOIDCPR = "RemoveClientIDFromOpenIDConnectProviderRequest"; const _RD = "RoleDetail"; const _RDL = "RoleDetailList"; const _RDR = "RejectDelegationRequest"; const _RDRR = "RejectDelegationRequestRequest"; const _RF = "ReportFormat"; const _RGLEE = "ReportGenerationLimitExceededException"; const _RHO = "ResourceHandlingOption"; const _RI = "RequestorId"; const _RIo = "RoleId"; const _RLC = "RequireLowercaseCharacters"; const _RLU = "RoleLastUsed"; const _RM = "RequestMessage"; const _RMFAD = "ResyncMFADevice"; const _RMFADR = "ResyncMFADeviceRequest"; const _RN = "RoleName"; const _RNe = "RequestorName"; const _RNeq = "RequireNumbers"; const _RO = "ResourceOwner"; const _RP = "ResourcePolicy"; const _RPK = "RemovePrivateKey"; const _RPL = "RolePolicyList"; const _RPRA = "RolePermissionRestrictionArns"; const _RR = "RejectionReason"; const _RRFIP = "RemoveRoleFromInstanceProfile"; const _RRFIPR = "RemoveRoleFromInstanceProfileRequest"; const _RS = "RequireSymbols"; const _RSR = "ResourceSpecificResults"; const _RSRLT = "ResourceSpecificResultListType"; const _RSRe = "ResourceSpecificResult"; const _RSSC = "ResetServiceSpecificCredential"; const _RSSCR = "ResetServiceSpecificCredentialRequest"; const _RSSCRe = "ResetServiceSpecificCredentialResponse"; const _RU = "RedirectUrl"; const _RUC = "RequireUppercaseCharacters"; const _RUFG = "RemoveUserFromGroup"; const _RUFGR = "RemoveUserFromGroupRequest"; const _RUL = "RoleUsageList"; const _RULT = "RoleUsageListType"; const _RUT = "RoleUsageType"; const _RWI = "RequestorWorkflowId"; const _Re = "Reason"; const _Res = "Resources"; const _Ro = "Role"; const _Rol = "Roles"; const _S = "Status"; const _SAD = "SetAsDefault"; const _SAK = "SecretAccessKey"; const _SAMLMD = "SAMLMetadataDocument"; const _SAMLPA = "SAMLProviderArn"; const _SAMLPK = "SAMLPrivateKey"; const _SAMLPL = "SAMLProviderList"; const _SAMLPLE = "SAMLProviderListEntry"; const _SAMLPLT = "SAMLProviderListType"; const _SAMLPUUID = "SAMLProviderUUID"; const _SANEE = "ServiceAccessNotEnabledException"; const _SC = "SummaryContent"; const _SCA = "ServiceCredentialAlias"; const _SCI = "ServerCertificateId"; const _SCM = "ServerCertificateMetadata"; const _SCML = "ServerCertificateMetadataList"; const _SCN = "ServerCertificateName"; const _SCP = "SimulateCustomPolicy"; const _SCPR = "SimulateCustomPolicyRequest"; const _SCS = "ServiceCredentialSecret"; const _SCe = "ServerCertificate"; const _SCi = "SigningCertificate"; const _SD = "SessionDuration"; const _SDPV = "SetDefaultPolicyVersion"; const _SDPVR = "SetDefaultPolicyVersionRequest"; const _SDT = "SendDelegationToken"; const _SDTR = "SendDelegationTokenRequest"; const _SFE = "ServiceFailureException"; const _SK = "SortKey"; const _SLA = "ServicesLastAccessed"; const _SLAe = "ServiceLastAccessed"; const _SLT = "StatementListType"; const _SM = "SummaryMap"; const _SN = "ServiceName"; const _SNSE = "ServiceNotSupportedException"; const _SNe = "ServiceNamespace"; const _SNer = "SerialNumber"; const _SNerv = "ServiceNamespaces"; const _SP = "ServicePassword"; const _SPI = "SourcePolicyId"; const _SPP = "SimulatePrincipalPolicy"; const _SPPR = "SimulatePrincipalPolicyRequest"; const _SPR = "SimulatePolicyResponse"; const _SPT = "SourcePolicyType"; const _SPt = "StartPosition"; const _SS = "SummaryState"; const _SSC = "ServiceSpecificCredential"; const _SSCI = "ServiceSpecificCredentialId"; const _SSCLT = "ServiceSpecificCredentialsListType"; const _SSCM = "ServiceSpecificCredentialMetadata"; const _SSCe = "ServiceSpecificCredentials"; const _SSHPK = "SSHPublicKey"; const _SSHPKB = "SSHPublicKeyBody"; const _SSHPKI = "SSHPublicKeyId"; const _SSHPKLT = "SSHPublicKeyListType"; const _SSHPKM = "SSHPublicKeyMetadata"; const _SSHPKu = "SSHPublicKeys"; const _SSTSP = "SetSecurityTokenServicePreferences"; const _SSTSPR = "SetSecurityTokenServicePreferencesRequest"; const _SUN = "ServiceUserName"; const _Sc = "Scope"; const _St = "State"; const _Sta = "Statement"; const _T = "Tags"; const _TAE = "TotalAuthenticatedEntities"; const _TALA = "TrackedActionsLastAccessed"; const _TALAr = "TrackedActionLastAccessed"; const _TIP = "TagInstanceProfile"; const _TIPR = "TagInstanceProfileRequest"; const _TK = "TagKeys"; const _TL = "ThumbprintList"; const _TMFAD = "TagMFADevice"; const _TMFADR = "TagMFADeviceRequest"; const _TOIDCP = "TagOpenIDConnectProvider"; const _TOIDCPR = "TagOpenIDConnectProviderRequest"; const _TP = "TagPolicy"; const _TPR = "TagPolicyRequest"; const _TR = "TagRole"; const _TRR = "TagRoleRequest"; const _TSAMLP = "TagSAMLProvider"; const _TSAMLPR = "TagSAMLProviderRequest"; const _TSC = "TagServerCertificate"; const _TSCR = "TagServerCertificateRequest"; const _TU = "TagUser"; const _TUR = "TagUserRequest"; const _Ta = "Tag"; const _Ti = "Timestamp"; const _Ty = "Type"; const _U = "Url"; const _UAK = "UpdateAccessKey"; const _UAKR = "UpdateAccessKeyRequest"; const _UAPP = "UpdateAccountPasswordPolicy"; const _UAPPR = "UpdateAccountPasswordPolicyRequest"; const _UARP = "UpdateAssumeRolePolicy"; const _UARPR = "UpdateAssumeRolePolicyRequest"; const _U