@jjrawlins/cdk-iam-policy-builder-helper 0.0.86 → 0.0.88
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/.jsii +3 -3
- package/cdkiampolicybuilderhelper/jsii/jsii.go +2 -2
- package/cdkiampolicybuilderhelper/version +1 -1
- package/lib/constructs/Actions.d.ts +92 -0
- package/lib/constructs/Actions.js +93 -1
- package/lib/constructs/ManagedPolicies.d.ts +20 -0
- package/lib/constructs/ManagedPolicies.js +21 -1
- package/methods_list.txt +90 -0
- package/node_modules/@aws-sdk/client-iam/README.md +88 -0
- package/node_modules/@aws-sdk/client-iam/dist-cjs/index.js +623 -216
- package/node_modules/@aws-sdk/client-iam/dist-es/IAM.js +22 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/AcceptDelegationRequestCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/AssociateDelegationRequestCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DisableOutboundWebIdentityFederationCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/EnableOutboundWebIdentityFederationCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetDelegationRequestCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetHumanReadableSummaryCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetOutboundWebIdentityFederationInfoCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListDelegationRequestsCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/RejectDelegationRequestCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/SendDelegationTokenCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateDelegationRequestCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/index.js +11 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/index.js +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-es/models/enums.js +176 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/models/errors.js +431 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/models/models_0.js +1 -446
- package/node_modules/@aws-sdk/client-iam/dist-es/models/models_1.js +1 -113
- package/node_modules/@aws-sdk/client-iam/dist-es/schemas/schemas_0.js +234 -35
- package/node_modules/@aws-sdk/client-iam/dist-types/IAM.d.ts +81 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/IAMClient.d.ts +13 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AcceptDelegationRequestCommand.d.ts +92 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AssociateDelegationRequestCommand.d.ts +108 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateDelegationRequestCommand.d.ts +5 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DisableOutboundWebIdentityFederationCommand.d.ts +74 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/EnableOutboundWebIdentityFederationCommand.d.ts +78 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateOrganizationsAccessReportCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetDelegationRequestCommand.d.ts +127 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetHumanReadableSummaryCommand.d.ts +105 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetOutboundWebIdentityFederationInfoCommand.d.ts +77 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListDelegationRequestsCommand.d.ts +132 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RejectDelegationRequestCommand.d.ts +96 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SendDelegationTokenCommand.d.ts +98 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetSecurityTokenServicePreferencesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulateCustomPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulatePrincipalPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagInstanceProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagMFADeviceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagOpenIDConnectProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagRoleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagSAMLProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagServerCertificateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagUserCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagInstanceProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagMFADeviceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagOpenIDConnectProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagRoleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagSAMLProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagServerCertificateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagUserCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccessKeyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccountPasswordPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAssumeRolePolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateDelegationRequestCommand.d.ts +96 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateLoginProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/index.d.ts +11 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/index.d.ts +4 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/models/enums.d.ts +392 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/models/errors.d.ts +463 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/models/models_0.d.ts +1695 -675
- package/node_modules/@aws-sdk/client-iam/dist-types/models/models_1.d.ts +2 -1392
- package/node_modules/@aws-sdk/client-iam/dist-types/schemas/schemas_0.d.ts +29 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAM.d.ts +209 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAMClient.d.ts +66 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AcceptDelegationRequestCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AssociateDelegationRequestCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DisableOutboundWebIdentityFederationCommand.d.ts +45 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/EnableOutboundWebIdentityFederationCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetDelegationRequestCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetHumanReadableSummaryCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetOutboundWebIdentityFederationInfoCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListDelegationRequestsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RejectDelegationRequestCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SendDelegationTokenCommand.d.ts +46 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SetSecurityTokenServicePreferencesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SimulateCustomPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SimulatePrincipalPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagInstanceProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagMFADeviceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagOpenIDConnectProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagRoleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagSAMLProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagServerCertificateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagUserCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagInstanceProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagMFADeviceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagOpenIDConnectProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagRoleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagSAMLProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagServerCertificateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagUserCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAccessKeyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAccountPasswordPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAssumeRolePolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateDelegationRequestCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateLoginProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/index.d.ts +4 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/enums.d.ts +222 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/errors.d.ts +297 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_0.d.ts +279 -390
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_1.d.ts +1 -265
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/schemas/schemas_0.d.ts +29 -0
- package/node_modules/@aws-sdk/client-iam/package.json +19 -19
- package/node_modules/@aws-sdk/client-sso/dist-es/index.js +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-es/models/errors.js +49 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +1 -49
- package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/models/errors.d.ts +53 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -53
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/errors.d.ts +30 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -30
- package/node_modules/@aws-sdk/client-sso/package.json +18 -18
- package/node_modules/@aws-sdk/core/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-http/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +15 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +12 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +4 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +4 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +10 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +3 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +10 -9
- package/node_modules/@aws-sdk/credential-provider-login/README.md +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +286 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js +262 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-es/fromLoginCredentials.js +21 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-es/types.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/LoginCredentialsFetcher.d.ts +42 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/fromLoginCredentials.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/index.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/LoginCredentialsFetcher.d.ts +24 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/fromLoginCredentials.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/types.d.ts +39 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/types.d.ts +59 -0
- package/node_modules/@aws-sdk/credential-provider-login/package.json +68 -0
- package/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +56 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +18 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +7 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +439 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.browser.js +39 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +54 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +42 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +10 -9
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +16 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/EndpointParameters.js +13 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +4 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +6 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/errors.js +57 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/models_0.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +34 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +49 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +221 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/enums.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/errors.js +181 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +1 -190
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +85 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +1 -85
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +18 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +198 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +157 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/endpointResolver.d.ts +5 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +16 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/SigninServiceException.d.ts +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/enums.d.ts +34 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +102 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/models_0.d.ts +142 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +59 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +59 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +58 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +33 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +3 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/enums.d.ts +25 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +279 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +0 -303
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +108 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +0 -108
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/Signin.d.ts +22 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +127 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +47 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +51 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +10 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/SigninServiceException.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +10 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +35 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/models_0.d.ts +26 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +121 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +114 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +125 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +53 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeExtensions.d.ts +11 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +19 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +3 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/enums.d.ts +13 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +105 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -114
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +54 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +0 -54
- package/node_modules/@aws-sdk/nested-clients/package.json +29 -18
- package/node_modules/@aws-sdk/nested-clients/signin.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/signin.js +5 -0
- package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
- package/node_modules/@aws-sdk/token-providers/package.json +4 -4
- package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +2 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +2 -0
- package/node_modules/@aws-sdk/types/package.json +1 -1
- package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +6 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
- package/node_modules/@smithy/core/package.json +1 -1
- package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
- package/node_modules/@smithy/middleware-retry/package.json +2 -2
- package/node_modules/@smithy/smithy-client/package.json +3 -3
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
- package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
- package/package.json +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/models/index.js +0 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/models/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +0 -1
|
@@ -9,10 +9,15 @@ const _ACIDTOIDCPR = "AddClientIDToOpenIDConnectProviderRequest";
|
|
|
9
9
|
const _ACt = "AttachmentCount";
|
|
10
10
|
const _ACu = "AuthenticationCode2";
|
|
11
11
|
const _AD = "AccessDetail";
|
|
12
|
+
const _ADR = "AcceptDelegationRequest";
|
|
13
|
+
const _ADRR = "AcceptDelegationRequestRequest";
|
|
14
|
+
const _ADRRs = "AssociateDelegationRequestRequest";
|
|
15
|
+
const _ADRs = "AssociateDelegationRequest";
|
|
12
16
|
const _ADc = "AccessDetails";
|
|
13
17
|
const _AEM = "AssertionEncryptionMode";
|
|
14
18
|
const _AGP = "AttachGroupPolicy";
|
|
15
19
|
const _AGPR = "AttachGroupPolicyRequest";
|
|
20
|
+
const _AI = "ApproverId";
|
|
16
21
|
const _AK = "AccessKey";
|
|
17
22
|
const _AKI = "AccessKeyId";
|
|
18
23
|
const _AKLU = "AccessKeyLastUsed";
|
|
@@ -142,12 +147,14 @@ const _DORCMRi = "DisableOrganizationsRootCredentialsManagementResponse";
|
|
|
142
147
|
const _DORS = "DisableOrganizationsRootSessions";
|
|
143
148
|
const _DORSR = "DisableOrganizationsRootSessionsRequest";
|
|
144
149
|
const _DORSRi = "DisableOrganizationsRootSessionsResponse";
|
|
150
|
+
const _DOWIF = "DisableOutboundWebIdentityFederation";
|
|
145
151
|
const _DP = "DelegationPermission";
|
|
152
|
+
const _DPC = "DelegationPermissionCheck";
|
|
146
153
|
const _DPR = "DeletePolicyRequest";
|
|
147
154
|
const _DPV = "DeletePolicyVersion";
|
|
148
155
|
const _DPVR = "DeletePolicyVersionRequest";
|
|
149
156
|
const _DPe = "DeletePolicy";
|
|
150
|
-
const _DR = "
|
|
157
|
+
const _DR = "DelegationRequest";
|
|
151
158
|
const _DRI = "DelegationRequestId";
|
|
152
159
|
const _DRP = "DeleteRolePolicy";
|
|
153
160
|
const _DRPB = "DeleteRolePermissionsBoundary";
|
|
@@ -156,6 +163,8 @@ const _DRPR = "DeleteRolePolicyRequest";
|
|
|
156
163
|
const _DRPRe = "DetachRolePolicyRequest";
|
|
157
164
|
const _DRPe = "DetachRolePolicy";
|
|
158
165
|
const _DRR = "DeleteRoleRequest";
|
|
166
|
+
const _DRe = "DelegationRequests";
|
|
167
|
+
const _DRel = "DeleteRole";
|
|
159
168
|
const _DSAMLP = "DeleteSAMLProvider";
|
|
160
169
|
const _DSAMLPR = "DeleteSAMLProviderRequest";
|
|
161
170
|
const _DSC = "DeleteServerCertificate";
|
|
@@ -185,6 +194,7 @@ const _DVMFAD = "DeleteVirtualMFADevice";
|
|
|
185
194
|
const _DVMFADR = "DeleteVirtualMFADeviceRequest";
|
|
186
195
|
const _Do = "Document";
|
|
187
196
|
const _E = "Error";
|
|
197
|
+
const _EA = "EntityArn";
|
|
188
198
|
const _EAEE = "EntityAlreadyExistsException";
|
|
189
199
|
const _EAN = "EvalActionName";
|
|
190
200
|
const _ED = "EntityDetails";
|
|
@@ -206,6 +216,8 @@ const _EORCMRn = "EnableOrganizationsRootCredentialsManagementResponse";
|
|
|
206
216
|
const _EORS = "EnableOrganizationsRootSessions";
|
|
207
217
|
const _EORSR = "EnableOrganizationsRootSessionsRequest";
|
|
208
218
|
const _EORSRn = "EnableOrganizationsRootSessionsResponse";
|
|
219
|
+
const _EOWIF = "EnableOutboundWebIdentityFederation";
|
|
220
|
+
const _EOWIFR = "EnableOutboundWebIdentityFederationResponse";
|
|
209
221
|
const _EP = "EntityPath";
|
|
210
222
|
const _EPn = "EndPosition";
|
|
211
223
|
const _EPx = "ExpirePasswords";
|
|
@@ -219,6 +231,8 @@ const _ETUE = "EntityTemporarilyUnmodifiableException";
|
|
|
219
231
|
const _En = "Encoding";
|
|
220
232
|
const _Ex = "Expiration";
|
|
221
233
|
const _F = "Filter";
|
|
234
|
+
const _FDE = "FeatureDisabledException";
|
|
235
|
+
const _FEE = "FeatureEnabledException";
|
|
222
236
|
const _Fi = "Fingerprint";
|
|
223
237
|
const _G = "Group";
|
|
224
238
|
const _GAAD = "GetAccountAuthorizationDetails";
|
|
@@ -242,6 +256,9 @@ const _GCRRe = "GetCredentialReportResponse";
|
|
|
242
256
|
const _GCRe = "GetCredentialReport";
|
|
243
257
|
const _GD = "GroupDetail";
|
|
244
258
|
const _GDL = "GroupDetailList";
|
|
259
|
+
const _GDR = "GetDelegationRequest";
|
|
260
|
+
const _GDRR = "GetDelegationRequestRequest";
|
|
261
|
+
const _GDRRe = "GetDelegationRequestResponse";
|
|
245
262
|
const _GETV = "GlobalEndpointTokenVersion";
|
|
246
263
|
const _GG = "GetGroup";
|
|
247
264
|
const _GGP = "GetGroupPolicy";
|
|
@@ -249,6 +266,9 @@ const _GGPR = "GetGroupPolicyRequest";
|
|
|
249
266
|
const _GGPRe = "GetGroupPolicyResponse";
|
|
250
267
|
const _GGR = "GetGroupRequest";
|
|
251
268
|
const _GGRe = "GetGroupResponse";
|
|
269
|
+
const _GHRS = "GetHumanReadableSummary";
|
|
270
|
+
const _GHRSR = "GetHumanReadableSummaryRequest";
|
|
271
|
+
const _GHRSRe = "GetHumanReadableSummaryResponse";
|
|
252
272
|
const _GI = "GroupId";
|
|
253
273
|
const _GIP = "GetInstanceProfile";
|
|
254
274
|
const _GIPR = "GetInstanceProfileRequest";
|
|
@@ -270,6 +290,8 @@ const _GOARe = "GetOrganizationsAccessReport";
|
|
|
270
290
|
const _GOIDCP = "GetOpenIDConnectProvider";
|
|
271
291
|
const _GOIDCPR = "GetOpenIDConnectProviderRequest";
|
|
272
292
|
const _GOIDCPRe = "GetOpenIDConnectProviderResponse";
|
|
293
|
+
const _GOWIFI = "GetOutboundWebIdentityFederationInfo";
|
|
294
|
+
const _GOWIFIR = "GetOutboundWebIdentityFederationInfoResponse";
|
|
273
295
|
const _GP = "GetPolicy";
|
|
274
296
|
const _GPL = "GroupPolicyList";
|
|
275
297
|
const _GPR = "GetPolicyRequest";
|
|
@@ -319,6 +341,7 @@ const _IA = "IsAttachable";
|
|
|
319
341
|
const _IACE = "InvalidAuthenticationCodeException";
|
|
320
342
|
const _ICE = "InvalidCertificateException";
|
|
321
343
|
const _IDV = "IsDefaultVersion";
|
|
344
|
+
const _II = "IssuerIdentifier";
|
|
322
345
|
const _IIE = "InvalidInputException";
|
|
323
346
|
const _IP = "InstanceProfile";
|
|
324
347
|
const _IPI = "InstanceProfileId";
|
|
@@ -333,10 +356,11 @@ const _JCDo = "JobCompletionDate";
|
|
|
333
356
|
const _JI = "JobId";
|
|
334
357
|
const _JS = "JobStatus";
|
|
335
358
|
const _JT = "JobType";
|
|
359
|
+
const _JVE = "JwtVendingEnabled";
|
|
336
360
|
const _K = "Key";
|
|
337
361
|
const _KI = "KeyId";
|
|
338
362
|
const _KPME = "KeyPairMismatchException";
|
|
339
|
-
const _L = "
|
|
363
|
+
const _L = "Locale";
|
|
340
364
|
const _LA = "LastAuthenticated";
|
|
341
365
|
const _LAA = "ListAccountAliases";
|
|
342
366
|
const _LAAR = "ListAccountAliasesRequest";
|
|
@@ -359,6 +383,9 @@ const _LATa = "LastAccessedTime";
|
|
|
359
383
|
const _LAUP = "ListAttachedUserPolicies";
|
|
360
384
|
const _LAUPR = "ListAttachedUserPoliciesRequest";
|
|
361
385
|
const _LAUPRi = "ListAttachedUserPoliciesResponse";
|
|
386
|
+
const _LDR = "ListDelegationRequests";
|
|
387
|
+
const _LDRR = "ListDelegationRequestsRequest";
|
|
388
|
+
const _LDRRi = "ListDelegationRequestsResponse";
|
|
362
389
|
const _LEE = "LimitExceededException";
|
|
363
390
|
const _LEFP = "ListEntitiesForPolicy";
|
|
364
391
|
const _LEFPR = "ListEntitiesForPolicyRequest";
|
|
@@ -453,6 +480,7 @@ const _LUTRi = "ListUserTagsResponse";
|
|
|
453
480
|
const _LVMFAD = "ListVirtualMFADevices";
|
|
454
481
|
const _LVMFADR = "ListVirtualMFADevicesRequest";
|
|
455
482
|
const _LVMFADRi = "ListVirtualMFADevicesResponse";
|
|
483
|
+
const _Li = "Line";
|
|
456
484
|
const _M = "Message";
|
|
457
485
|
const _MCE = "MalformedCertificateException";
|
|
458
486
|
const _MCV = "MissingContextValues";
|
|
@@ -477,15 +505,17 @@ const _NPe = "NewPath";
|
|
|
477
505
|
const _NSCN = "NewServerCertificateName";
|
|
478
506
|
const _NSEE = "NoSuchEntityException";
|
|
479
507
|
const _NUN = "NewUserName";
|
|
508
|
+
const _No = "Notes";
|
|
480
509
|
const _OA = "OnlyAttached";
|
|
481
510
|
const _OAI = "OwnerAccountId";
|
|
482
511
|
const _ODD = "OrganizationsDecisionDetail";
|
|
483
|
-
const _OI = "
|
|
512
|
+
const _OI = "OwnerId";
|
|
484
513
|
const _OIDCPA = "OpenIDConnectProviderArn";
|
|
485
514
|
const _OIDCPL = "OpenIDConnectProviderList";
|
|
486
515
|
const _OIDCPLE = "OpenIDConnectProviderListEntry";
|
|
487
516
|
const _OIDCPLT = "OpenIDConnectProviderListType";
|
|
488
517
|
const _OIICEE = "OpenIdIdpCommunicationErrorException";
|
|
518
|
+
const _OIr = "OrganizationId";
|
|
489
519
|
const _ONFE = "OrganizationNotFoundException";
|
|
490
520
|
const _ONIAFME = "OrganizationNotInAllFeaturesModeException";
|
|
491
521
|
const _OP = "OldPassword";
|
|
@@ -499,6 +529,8 @@ const _PBDD = "PermissionsBoundaryDecisionDetail";
|
|
|
499
529
|
const _PBPIL = "PermissionsBoundaryPolicyInputList";
|
|
500
530
|
const _PBT = "PermissionsBoundaryType";
|
|
501
531
|
const _PBUC = "PermissionsBoundaryUsageCount";
|
|
532
|
+
const _PCR = "PermissionCheckResult";
|
|
533
|
+
const _PCS = "PermissionCheckStatus";
|
|
502
534
|
const _PD = "PolicyDocument";
|
|
503
535
|
const _PDo = "PolicyDetail";
|
|
504
536
|
const _PEE = "PolicyEvaluationException";
|
|
@@ -517,9 +549,10 @@ const _PLU = "PasswordLastUsed";
|
|
|
517
549
|
const _PN = "PolicyName";
|
|
518
550
|
const _PNAE = "PolicyNotAttachableException";
|
|
519
551
|
const _PNo = "PolicyNames";
|
|
520
|
-
const _PP = "
|
|
552
|
+
const _PP = "PermissionPolicy";
|
|
521
553
|
const _PPVE = "PasswordPolicyViolationException";
|
|
522
|
-
const _PPa = "
|
|
554
|
+
const _PPa = "PasswordPolicy";
|
|
555
|
+
const _PPat = "PathPrefix";
|
|
523
556
|
const _PPo = "PolicyParameter";
|
|
524
557
|
const _PR = "PolicyRoles";
|
|
525
558
|
const _PRLT = "PolicyRoleListType";
|
|
@@ -556,21 +589,27 @@ const _RCIDFOIDCP = "RemoveClientIDFromOpenIDConnectProvider";
|
|
|
556
589
|
const _RCIDFOIDCPR = "RemoveClientIDFromOpenIDConnectProviderRequest";
|
|
557
590
|
const _RD = "RoleDetail";
|
|
558
591
|
const _RDL = "RoleDetailList";
|
|
592
|
+
const _RDR = "RejectDelegationRequest";
|
|
593
|
+
const _RDRR = "RejectDelegationRequestRequest";
|
|
559
594
|
const _RF = "ReportFormat";
|
|
560
595
|
const _RGLEE = "ReportGenerationLimitExceededException";
|
|
561
596
|
const _RHO = "ResourceHandlingOption";
|
|
562
|
-
const _RI = "
|
|
597
|
+
const _RI = "RequestorId";
|
|
598
|
+
const _RIo = "RoleId";
|
|
563
599
|
const _RLC = "RequireLowercaseCharacters";
|
|
564
600
|
const _RLU = "RoleLastUsed";
|
|
565
601
|
const _RM = "RequestMessage";
|
|
566
602
|
const _RMFAD = "ResyncMFADevice";
|
|
567
603
|
const _RMFADR = "ResyncMFADeviceRequest";
|
|
568
604
|
const _RN = "RoleName";
|
|
569
|
-
const _RNe = "
|
|
605
|
+
const _RNe = "RequestorName";
|
|
606
|
+
const _RNeq = "RequireNumbers";
|
|
570
607
|
const _RO = "ResourceOwner";
|
|
571
608
|
const _RP = "ResourcePolicy";
|
|
572
609
|
const _RPK = "RemovePrivateKey";
|
|
573
610
|
const _RPL = "RolePolicyList";
|
|
611
|
+
const _RPRA = "RolePermissionRestrictionArns";
|
|
612
|
+
const _RR = "RejectionReason";
|
|
574
613
|
const _RRFIP = "RemoveRoleFromInstanceProfile";
|
|
575
614
|
const _RRFIPR = "RemoveRoleFromInstanceProfileRequest";
|
|
576
615
|
const _RS = "RequireSymbols";
|
|
@@ -603,7 +642,7 @@ const _SAMLPLE = "SAMLProviderListEntry";
|
|
|
603
642
|
const _SAMLPLT = "SAMLProviderListType";
|
|
604
643
|
const _SAMLPUUID = "SAMLProviderUUID";
|
|
605
644
|
const _SANEE = "ServiceAccessNotEnabledException";
|
|
606
|
-
const _SC = "
|
|
645
|
+
const _SC = "SummaryContent";
|
|
607
646
|
const _SCA = "ServiceCredentialAlias";
|
|
608
647
|
const _SCI = "ServerCertificateId";
|
|
609
648
|
const _SCM = "ServerCertificateMetadata";
|
|
@@ -612,10 +651,13 @@ const _SCN = "ServerCertificateName";
|
|
|
612
651
|
const _SCP = "SimulateCustomPolicy";
|
|
613
652
|
const _SCPR = "SimulateCustomPolicyRequest";
|
|
614
653
|
const _SCS = "ServiceCredentialSecret";
|
|
654
|
+
const _SCe = "ServerCertificate";
|
|
615
655
|
const _SCi = "SigningCertificate";
|
|
616
656
|
const _SD = "SessionDuration";
|
|
617
657
|
const _SDPV = "SetDefaultPolicyVersion";
|
|
618
658
|
const _SDPVR = "SetDefaultPolicyVersionRequest";
|
|
659
|
+
const _SDT = "SendDelegationToken";
|
|
660
|
+
const _SDTR = "SendDelegationTokenRequest";
|
|
619
661
|
const _SFE = "ServiceFailureException";
|
|
620
662
|
const _SK = "SortKey";
|
|
621
663
|
const _SLA = "ServicesLastAccessed";
|
|
@@ -634,6 +676,7 @@ const _SPPR = "SimulatePrincipalPolicyRequest";
|
|
|
634
676
|
const _SPR = "SimulatePolicyResponse";
|
|
635
677
|
const _SPT = "SourcePolicyType";
|
|
636
678
|
const _SPt = "StartPosition";
|
|
679
|
+
const _SS = "SummaryState";
|
|
637
680
|
const _SSC = "ServiceSpecificCredential";
|
|
638
681
|
const _SSCI = "ServiceSpecificCredentialId";
|
|
639
682
|
const _SSCLT = "ServiceSpecificCredentialsListType";
|
|
@@ -685,6 +728,8 @@ const _UARP = "UpdateAssumeRolePolicy";
|
|
|
685
728
|
const _UARPR = "UpdateAssumeRolePolicyRequest";
|
|
686
729
|
const _UD = "UpdateDate";
|
|
687
730
|
const _UDL = "UserDetailList";
|
|
731
|
+
const _UDR = "UpdateDelegationRequest";
|
|
732
|
+
const _UDRR = "UpdateDelegationRequestRequest";
|
|
688
733
|
const _UDp = "UploadDate";
|
|
689
734
|
const _UDs = "UserDetail";
|
|
690
735
|
const _UEE = "UnmodifiableEntityException";
|
|
@@ -738,6 +783,7 @@ const _USSHPKR = "UpdateSSHPublicKeyRequest";
|
|
|
738
783
|
const _USSHPKRp = "UploadSSHPublicKeyRequest";
|
|
739
784
|
const _USSHPKRpl = "UploadSSHPublicKeyResponse";
|
|
740
785
|
const _USSHPKp = "UploadSSHPublicKey";
|
|
786
|
+
const _UT = "UpdatedTime";
|
|
741
787
|
const _UU = "UntagUser";
|
|
742
788
|
const _UUR = "UntagUserRequest";
|
|
743
789
|
const _UURp = "UpdateUserRequest";
|
|
@@ -758,12 +804,14 @@ const _aPLT = "attachedPoliciesListType";
|
|
|
758
804
|
const _aQE = "awsQueryError";
|
|
759
805
|
const _c = "client";
|
|
760
806
|
const _cLT = "certificateListType";
|
|
807
|
+
const _dRLT = "delegationRequestsListType";
|
|
761
808
|
const _e = "error";
|
|
762
809
|
const _eDLT = "entityDetailsListType";
|
|
763
810
|
const _gDLT = "groupDetailListType";
|
|
764
811
|
const _gLT = "groupListType";
|
|
765
812
|
const _hE = "httpError";
|
|
766
813
|
const _iPLT = "instanceProfileListType";
|
|
814
|
+
const _iT = "isTruncated";
|
|
767
815
|
const _lPGSARLT = "listPolicyGrantingServiceAccessResponseListType";
|
|
768
816
|
const _m = "message";
|
|
769
817
|
const _mDLT = "mfaDeviceListType";
|
|
@@ -788,14 +836,15 @@ const _uLT = "userListType";
|
|
|
788
836
|
const _vMFADLT = "virtualMFADeviceListType";
|
|
789
837
|
const n0 = "com.amazonaws.iam";
|
|
790
838
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
839
|
+
import { AccountNotManagementOrDelegatedAdministratorException as __AccountNotManagementOrDelegatedAdministratorException, CallerIsNotManagementAccountException as __CallerIsNotManagementAccountException, ConcurrentModificationException as __ConcurrentModificationException, CredentialReportExpiredException as __CredentialReportExpiredException, CredentialReportNotPresentException as __CredentialReportNotPresentException, CredentialReportNotReadyException as __CredentialReportNotReadyException, DeleteConflictException as __DeleteConflictException, DuplicateCertificateException as __DuplicateCertificateException, DuplicateSSHPublicKeyException as __DuplicateSSHPublicKeyException, EntityAlreadyExistsException as __EntityAlreadyExistsException, EntityTemporarilyUnmodifiableException as __EntityTemporarilyUnmodifiableException, FeatureDisabledException as __FeatureDisabledException, FeatureEnabledException as __FeatureEnabledException, InvalidAuthenticationCodeException as __InvalidAuthenticationCodeException, InvalidCertificateException as __InvalidCertificateException, InvalidInputException as __InvalidInputException, InvalidPublicKeyException as __InvalidPublicKeyException, InvalidUserTypeException as __InvalidUserTypeException, KeyPairMismatchException as __KeyPairMismatchException, LimitExceededException as __LimitExceededException, MalformedCertificateException as __MalformedCertificateException, MalformedPolicyDocumentException as __MalformedPolicyDocumentException, NoSuchEntityException as __NoSuchEntityException, OpenIdIdpCommunicationErrorException as __OpenIdIdpCommunicationErrorException, OrganizationNotFoundException as __OrganizationNotFoundException, OrganizationNotInAllFeaturesModeException as __OrganizationNotInAllFeaturesModeException, PasswordPolicyViolationException as __PasswordPolicyViolationException, PolicyEvaluationException as __PolicyEvaluationException, PolicyNotAttachableException as __PolicyNotAttachableException, ReportGenerationLimitExceededException as __ReportGenerationLimitExceededException, ServiceAccessNotEnabledException as __ServiceAccessNotEnabledException, ServiceFailureException as __ServiceFailureException, ServiceNotSupportedException as __ServiceNotSupportedException, UnmodifiableEntityException as __UnmodifiableEntityException, UnrecognizedPublicKeyEncodingException as __UnrecognizedPublicKeyEncodingException, } from "../models/errors";
|
|
791
840
|
import { IAMServiceException as __IAMServiceException } from "../models/IAMServiceException";
|
|
792
|
-
import { AccountNotManagementOrDelegatedAdministratorException as __AccountNotManagementOrDelegatedAdministratorException, CallerIsNotManagementAccountException as __CallerIsNotManagementAccountException, ConcurrentModificationException as __ConcurrentModificationException, CredentialReportExpiredException as __CredentialReportExpiredException, CredentialReportNotPresentException as __CredentialReportNotPresentException, CredentialReportNotReadyException as __CredentialReportNotReadyException, DeleteConflictException as __DeleteConflictException, DuplicateCertificateException as __DuplicateCertificateException, DuplicateSSHPublicKeyException as __DuplicateSSHPublicKeyException, EntityAlreadyExistsException as __EntityAlreadyExistsException, EntityTemporarilyUnmodifiableException as __EntityTemporarilyUnmodifiableException, InvalidAuthenticationCodeException as __InvalidAuthenticationCodeException, InvalidCertificateException as __InvalidCertificateException, InvalidInputException as __InvalidInputException, InvalidPublicKeyException as __InvalidPublicKeyException, InvalidUserTypeException as __InvalidUserTypeException, KeyPairMismatchException as __KeyPairMismatchException, LimitExceededException as __LimitExceededException, MalformedCertificateException as __MalformedCertificateException, MalformedPolicyDocumentException as __MalformedPolicyDocumentException, NoSuchEntityException as __NoSuchEntityException, OpenIdIdpCommunicationErrorException as __OpenIdIdpCommunicationErrorException, OrganizationNotFoundException as __OrganizationNotFoundException, OrganizationNotInAllFeaturesModeException as __OrganizationNotInAllFeaturesModeException, PasswordPolicyViolationException as __PasswordPolicyViolationException, PolicyEvaluationException as __PolicyEvaluationException, PolicyNotAttachableException as __PolicyNotAttachableException, ReportGenerationLimitExceededException as __ReportGenerationLimitExceededException, ServiceAccessNotEnabledException as __ServiceAccessNotEnabledException, ServiceFailureException as __ServiceFailureException, ServiceNotSupportedException as __ServiceNotSupportedException, UnmodifiableEntityException as __UnmodifiableEntityException, UnrecognizedPublicKeyEncodingException as __UnrecognizedPublicKeyEncodingException, } from "../models/index";
|
|
793
841
|
export var accessKeySecretType = [0, n0, _aKST, 8, 0];
|
|
794
842
|
export var BootstrapDatum = [0, n0, _BD, 8, 21];
|
|
795
843
|
export var passwordType = [0, n0, _pT, 8, 0];
|
|
796
844
|
export var privateKeyType = [0, n0, _pKT, 8, 0];
|
|
797
845
|
export var serviceCredentialSecret = [0, n0, _sCS, 8, 0];
|
|
798
846
|
export var servicePassword = [0, n0, _sP, 8, 0];
|
|
847
|
+
export var AcceptDelegationRequestRequest = [3, n0, _ADRR, 0, [_DRI], [0]];
|
|
799
848
|
export var AccessDetail = [3, n0, _AD, 0, [_SN, _SNe, _R, _EP, _LAT, _TAE], [0, 0, 0, 0, 4, 1]];
|
|
800
849
|
export var AccessKey = [
|
|
801
850
|
3,
|
|
@@ -829,6 +878,7 @@ export var AddClientIDToOpenIDConnectProviderRequest = [
|
|
|
829
878
|
];
|
|
830
879
|
export var AddRoleToInstanceProfileRequest = [3, n0, _ARTIPR, 0, [_IPN, _RN], [0, 0]];
|
|
831
880
|
export var AddUserToGroupRequest = [3, n0, _AUTGR, 0, [_GN, _UN], [0, 0]];
|
|
881
|
+
export var AssociateDelegationRequestRequest = [3, n0, _ADRRs, 0, [_DRI], [0]];
|
|
832
882
|
export var AttachedPermissionsBoundary = [3, n0, _APB, 0, [_PBT, _PBA], [0, 0]];
|
|
833
883
|
export var AttachedPolicy = [3, n0, _AP, 0, [_PN, _PA], [0, 0]];
|
|
834
884
|
export var AttachGroupPolicyRequest = [3, n0, _AGPR, 0, [_GN, _PA], [0, 0]];
|
|
@@ -1046,6 +1096,14 @@ export var DelegationPermission = [
|
|
|
1046
1096
|
[_PTA, _Par],
|
|
1047
1097
|
[0, () => policyParameterListType],
|
|
1048
1098
|
];
|
|
1099
|
+
export var DelegationRequest = [
|
|
1100
|
+
3,
|
|
1101
|
+
n0,
|
|
1102
|
+
_DR,
|
|
1103
|
+
0,
|
|
1104
|
+
[_DRI, _OAI, _D, _RM, _P, _PP, _RPRA, _OI, _AI, _St, _RI, _RNe, _CD, _SD, _RU, _No, _RR, _OSBO, _UT],
|
|
1105
|
+
[0, 0, 0, 0, () => DelegationPermission, 0, 64 | 0, 0, 0, 0, 0, 0, 4, 1, 0, 0, 0, 2, 4],
|
|
1106
|
+
];
|
|
1049
1107
|
export var DeleteAccessKeyRequest = [3, n0, _DAKR, 0, [_UN, _AKI], [0, 0]];
|
|
1050
1108
|
export var DeleteAccountAliasRequest = [3, n0, _DAAR, 0, [_AA], [0]];
|
|
1051
1109
|
export var DeleteConflictException = [
|
|
@@ -1099,7 +1157,7 @@ export var DisableOrganizationsRootCredentialsManagementResponse = [
|
|
|
1099
1157
|
n0,
|
|
1100
1158
|
_DORCMRi,
|
|
1101
1159
|
0,
|
|
1102
|
-
[
|
|
1160
|
+
[_OIr, _EF],
|
|
1103
1161
|
[0, 64 | 0],
|
|
1104
1162
|
];
|
|
1105
1163
|
export var DisableOrganizationsRootSessionsRequest = [3, n0, _DORSR, 0, [], []];
|
|
@@ -1108,7 +1166,7 @@ export var DisableOrganizationsRootSessionsResponse = [
|
|
|
1108
1166
|
n0,
|
|
1109
1167
|
_DORSRi,
|
|
1110
1168
|
0,
|
|
1111
|
-
[
|
|
1169
|
+
[_OIr, _EF],
|
|
1112
1170
|
[0, 64 | 0],
|
|
1113
1171
|
];
|
|
1114
1172
|
export var DuplicateCertificateException = [
|
|
@@ -1144,7 +1202,7 @@ export var EnableOrganizationsRootCredentialsManagementResponse = [
|
|
|
1144
1202
|
n0,
|
|
1145
1203
|
_EORCMRn,
|
|
1146
1204
|
0,
|
|
1147
|
-
[
|
|
1205
|
+
[_OIr, _EF],
|
|
1148
1206
|
[0, 64 | 0],
|
|
1149
1207
|
];
|
|
1150
1208
|
export var EnableOrganizationsRootSessionsRequest = [3, n0, _EORSR, 0, [], []];
|
|
@@ -1153,9 +1211,10 @@ export var EnableOrganizationsRootSessionsResponse = [
|
|
|
1153
1211
|
n0,
|
|
1154
1212
|
_EORSRn,
|
|
1155
1213
|
0,
|
|
1156
|
-
[
|
|
1214
|
+
[_OIr, _EF],
|
|
1157
1215
|
[0, 64 | 0],
|
|
1158
1216
|
];
|
|
1217
|
+
export var EnableOutboundWebIdentityFederationResponse = [3, n0, _EOWIFR, 0, [_II], [0]];
|
|
1159
1218
|
export var EntityAlreadyExistsException = [
|
|
1160
1219
|
-3,
|
|
1161
1220
|
n0,
|
|
@@ -1203,6 +1262,32 @@ export var EvaluationResult = [
|
|
|
1203
1262
|
() => ResourceSpecificResultListType,
|
|
1204
1263
|
],
|
|
1205
1264
|
];
|
|
1265
|
+
export var FeatureDisabledException = [
|
|
1266
|
+
-3,
|
|
1267
|
+
n0,
|
|
1268
|
+
_FDE,
|
|
1269
|
+
{
|
|
1270
|
+
[_e]: _c,
|
|
1271
|
+
[_hE]: 404,
|
|
1272
|
+
[_aQE]: [`FeatureDisabled`, 404],
|
|
1273
|
+
},
|
|
1274
|
+
[_m],
|
|
1275
|
+
[0],
|
|
1276
|
+
];
|
|
1277
|
+
TypeRegistry.for(n0).registerError(FeatureDisabledException, __FeatureDisabledException);
|
|
1278
|
+
export var FeatureEnabledException = [
|
|
1279
|
+
-3,
|
|
1280
|
+
n0,
|
|
1281
|
+
_FEE,
|
|
1282
|
+
{
|
|
1283
|
+
[_e]: _c,
|
|
1284
|
+
[_hE]: 409,
|
|
1285
|
+
[_aQE]: [`FeatureEnabled`, 409],
|
|
1286
|
+
},
|
|
1287
|
+
[_m],
|
|
1288
|
+
[0],
|
|
1289
|
+
];
|
|
1290
|
+
TypeRegistry.for(n0).registerError(FeatureEnabledException, __FeatureEnabledException);
|
|
1206
1291
|
export var GenerateCredentialReportResponse = [3, n0, _GCRR, 0, [_St, _D], [0, 0]];
|
|
1207
1292
|
export var GenerateOrganizationsAccessReportRequest = [3, n0, _GOARR, 0, [_EP, _OPI], [0, 0]];
|
|
1208
1293
|
export var GenerateOrganizationsAccessReportResponse = [3, n0, _GOARRe, 0, [_JI], [0]];
|
|
@@ -1240,7 +1325,7 @@ export var GetAccountAuthorizationDetailsResponse = [
|
|
|
1240
1325
|
0,
|
|
1241
1326
|
],
|
|
1242
1327
|
];
|
|
1243
|
-
export var GetAccountPasswordPolicyResponse = [3, n0, _GAPPR, 0, [
|
|
1328
|
+
export var GetAccountPasswordPolicyResponse = [3, n0, _GAPPR, 0, [_PPa], [() => PasswordPolicy]];
|
|
1244
1329
|
export var GetAccountSummaryResponse = [3, n0, _GASR, 0, [_SM], [128 | 1]];
|
|
1245
1330
|
export var GetContextKeysForCustomPolicyRequest = [3, n0, _GCKFCPR, 0, [_PIL], [64 | 0]];
|
|
1246
1331
|
export var GetContextKeysForPolicyResponse = [3, n0, _GCKFPR, 0, [_CKNo], [64 | 0]];
|
|
@@ -1253,6 +1338,15 @@ export var GetContextKeysForPrincipalPolicyRequest = [
|
|
|
1253
1338
|
[0, 64 | 0],
|
|
1254
1339
|
];
|
|
1255
1340
|
export var GetCredentialReportResponse = [3, n0, _GCRRe, 0, [_Co, _RF, _GT], [21, 0, 4]];
|
|
1341
|
+
export var GetDelegationRequestRequest = [3, n0, _GDRR, 0, [_DRI, _DPC], [0, 2]];
|
|
1342
|
+
export var GetDelegationRequestResponse = [
|
|
1343
|
+
3,
|
|
1344
|
+
n0,
|
|
1345
|
+
_GDRRe,
|
|
1346
|
+
0,
|
|
1347
|
+
[_DR, _PCS, _PCR],
|
|
1348
|
+
[() => DelegationRequest, 0, 0],
|
|
1349
|
+
];
|
|
1256
1350
|
export var GetGroupPolicyRequest = [3, n0, _GGPR, 0, [_GN, _PN], [0, 0]];
|
|
1257
1351
|
export var GetGroupPolicyResponse = [3, n0, _GGPRe, 0, [_GN, _PN, _PD], [0, 0, 0]];
|
|
1258
1352
|
export var GetGroupRequest = [3, n0, _GGR, 0, [_GN, _Ma, _MI], [0, 0, 1]];
|
|
@@ -1264,6 +1358,8 @@ export var GetGroupResponse = [
|
|
|
1264
1358
|
[_G, _Use, _IT, _Ma],
|
|
1265
1359
|
[() => Group, () => userListType, 2, 0],
|
|
1266
1360
|
];
|
|
1361
|
+
export var GetHumanReadableSummaryRequest = [3, n0, _GHRSR, 0, [_EA, _L], [0, 0]];
|
|
1362
|
+
export var GetHumanReadableSummaryResponse = [3, n0, _GHRSRe, 0, [_SC, _L, _SS], [0, 0, 0]];
|
|
1267
1363
|
export var GetInstanceProfileRequest = [3, n0, _GIPR, 0, [_IPN], [0]];
|
|
1268
1364
|
export var GetInstanceProfileResponse = [3, n0, _GIPRe, 0, [_IP], [() => InstanceProfile]];
|
|
1269
1365
|
export var GetLoginProfileRequest = [3, n0, _GLPR, 0, [_UN], [0]];
|
|
@@ -1302,6 +1398,14 @@ export var GetOrganizationsAccessReportResponse = [
|
|
|
1302
1398
|
[_JS, _JCD, _JCDo, _NOSA, _NOSNA, _ADc, _IT, _Ma, _EDr],
|
|
1303
1399
|
[0, 4, 4, 1, 1, () => AccessDetails, 2, 0, () => ErrorDetails],
|
|
1304
1400
|
];
|
|
1401
|
+
export var GetOutboundWebIdentityFederationInfoResponse = [
|
|
1402
|
+
3,
|
|
1403
|
+
n0,
|
|
1404
|
+
_GOWIFIR,
|
|
1405
|
+
0,
|
|
1406
|
+
[_II, _JVE],
|
|
1407
|
+
[0, 2],
|
|
1408
|
+
];
|
|
1305
1409
|
export var GetPolicyRequest = [3, n0, _GPR, 0, [_PA], [0]];
|
|
1306
1410
|
export var GetPolicyResponse = [3, n0, _GPRe, 0, [_Po], [() => Policy]];
|
|
1307
1411
|
export var GetPolicyVersionRequest = [3, n0, _GPVR, 0, [_PA, _VI], [0, 0]];
|
|
@@ -1320,7 +1424,7 @@ export var GetSAMLProviderResponse = [
|
|
|
1320
1424
|
[0, 0, 4, 4, () => tagListType, 0, () => privateKeyList],
|
|
1321
1425
|
];
|
|
1322
1426
|
export var GetServerCertificateRequest = [3, n0, _GSCR, 0, [_SCN], [0]];
|
|
1323
|
-
export var GetServerCertificateResponse = [3, n0, _GSCRe, 0, [
|
|
1427
|
+
export var GetServerCertificateResponse = [3, n0, _GSCRe, 0, [_SCe], [() => ServerCertificate]];
|
|
1324
1428
|
export var GetServiceLastAccessedDetailsRequest = [
|
|
1325
1429
|
3,
|
|
1326
1430
|
n0,
|
|
@@ -1492,7 +1596,7 @@ export var ListAttachedGroupPoliciesRequest = [
|
|
|
1492
1596
|
n0,
|
|
1493
1597
|
_LAGPR,
|
|
1494
1598
|
0,
|
|
1495
|
-
[_GN,
|
|
1599
|
+
[_GN, _PPat, _Ma, _MI],
|
|
1496
1600
|
[0, 0, 0, 1],
|
|
1497
1601
|
];
|
|
1498
1602
|
export var ListAttachedGroupPoliciesResponse = [
|
|
@@ -1508,7 +1612,7 @@ export var ListAttachedRolePoliciesRequest = [
|
|
|
1508
1612
|
n0,
|
|
1509
1613
|
_LARPR,
|
|
1510
1614
|
0,
|
|
1511
|
-
[_RN,
|
|
1615
|
+
[_RN, _PPat, _Ma, _MI],
|
|
1512
1616
|
[0, 0, 0, 1],
|
|
1513
1617
|
];
|
|
1514
1618
|
export var ListAttachedRolePoliciesResponse = [
|
|
@@ -1524,7 +1628,7 @@ export var ListAttachedUserPoliciesRequest = [
|
|
|
1524
1628
|
n0,
|
|
1525
1629
|
_LAUPR,
|
|
1526
1630
|
0,
|
|
1527
|
-
[_UN,
|
|
1631
|
+
[_UN, _PPat, _Ma, _MI],
|
|
1528
1632
|
[0, 0, 0, 1],
|
|
1529
1633
|
];
|
|
1530
1634
|
export var ListAttachedUserPoliciesResponse = [
|
|
@@ -1535,12 +1639,21 @@ export var ListAttachedUserPoliciesResponse = [
|
|
|
1535
1639
|
[_APt, _IT, _Ma],
|
|
1536
1640
|
[() => attachedPoliciesListType, 2, 0],
|
|
1537
1641
|
];
|
|
1642
|
+
export var ListDelegationRequestsRequest = [3, n0, _LDRR, 0, [_OI, _Ma, _MI], [0, 0, 1]];
|
|
1643
|
+
export var ListDelegationRequestsResponse = [
|
|
1644
|
+
3,
|
|
1645
|
+
n0,
|
|
1646
|
+
_LDRRi,
|
|
1647
|
+
0,
|
|
1648
|
+
[_DRe, _Ma, _iT],
|
|
1649
|
+
[() => delegationRequestsListType, 0, 2],
|
|
1650
|
+
];
|
|
1538
1651
|
export var ListEntitiesForPolicyRequest = [
|
|
1539
1652
|
3,
|
|
1540
1653
|
n0,
|
|
1541
1654
|
_LEFPR,
|
|
1542
1655
|
0,
|
|
1543
|
-
[_PA, _EFn,
|
|
1656
|
+
[_PA, _EFn, _PPat, _PUF, _Ma, _MI],
|
|
1544
1657
|
[0, 0, 0, 0, 0, 1],
|
|
1545
1658
|
];
|
|
1546
1659
|
export var ListEntitiesForPolicyResponse = [
|
|
@@ -1562,7 +1675,7 @@ export var ListGroupsForUserResponse = [
|
|
|
1562
1675
|
[_Gro, _IT, _Ma],
|
|
1563
1676
|
[() => groupListType, 2, 0],
|
|
1564
1677
|
];
|
|
1565
|
-
export var ListGroupsRequest = [3, n0, _LGR, 0, [
|
|
1678
|
+
export var ListGroupsRequest = [3, n0, _LGR, 0, [_PPat, _Ma, _MI], [0, 0, 1]];
|
|
1566
1679
|
export var ListGroupsResponse = [3, n0, _LGRi, 0, [_Gro, _IT, _Ma], [() => groupListType, 2, 0]];
|
|
1567
1680
|
export var ListInstanceProfilesForRoleRequest = [3, n0, _LIPFRR, 0, [_RN, _Ma, _MI], [0, 0, 1]];
|
|
1568
1681
|
export var ListInstanceProfilesForRoleResponse = [
|
|
@@ -1573,7 +1686,7 @@ export var ListInstanceProfilesForRoleResponse = [
|
|
|
1573
1686
|
[_IPn, _IT, _Ma],
|
|
1574
1687
|
[() => instanceProfileListType, 2, 0],
|
|
1575
1688
|
];
|
|
1576
|
-
export var ListInstanceProfilesRequest = [3, n0, _LIPR, 0, [
|
|
1689
|
+
export var ListInstanceProfilesRequest = [3, n0, _LIPR, 0, [_PPat, _Ma, _MI], [0, 0, 1]];
|
|
1577
1690
|
export var ListInstanceProfilesResponse = [
|
|
1578
1691
|
3,
|
|
1579
1692
|
n0,
|
|
@@ -1635,7 +1748,7 @@ export var ListOpenIDConnectProviderTagsResponse = [
|
|
|
1635
1748
|
[() => tagListType, 2, 0],
|
|
1636
1749
|
];
|
|
1637
1750
|
export var ListOrganizationsFeaturesRequest = [3, n0, _LOFR, 0, [], []];
|
|
1638
|
-
export var ListOrganizationsFeaturesResponse = [3, n0, _LOFRi, 0, [
|
|
1751
|
+
export var ListOrganizationsFeaturesResponse = [3, n0, _LOFRi, 0, [_OIr, _EF], [0, 64 | 0]];
|
|
1639
1752
|
export var ListPoliciesGrantingServiceAccessEntry = [
|
|
1640
1753
|
3,
|
|
1641
1754
|
n0,
|
|
@@ -1665,7 +1778,7 @@ export var ListPoliciesRequest = [
|
|
|
1665
1778
|
n0,
|
|
1666
1779
|
_LPR,
|
|
1667
1780
|
0,
|
|
1668
|
-
[_Sc, _OA,
|
|
1781
|
+
[_Sc, _OA, _PPat, _PUF, _Ma, _MI],
|
|
1669
1782
|
[0, 2, 0, 0, 0, 1],
|
|
1670
1783
|
];
|
|
1671
1784
|
export var ListPoliciesResponse = [
|
|
@@ -1696,7 +1809,7 @@ export var ListPolicyVersionsResponse = [
|
|
|
1696
1809
|
];
|
|
1697
1810
|
export var ListRolePoliciesRequest = [3, n0, _LRPR, 0, [_RN, _Ma, _MI], [0, 0, 1]];
|
|
1698
1811
|
export var ListRolePoliciesResponse = [3, n0, _LRPRi, 0, [_PNo, _IT, _Ma], [64 | 0, 2, 0]];
|
|
1699
|
-
export var ListRolesRequest = [3, n0, _LRR, 0, [
|
|
1812
|
+
export var ListRolesRequest = [3, n0, _LRR, 0, [_PPat, _Ma, _MI], [0, 0, 1]];
|
|
1700
1813
|
export var ListRolesResponse = [3, n0, _LRRi, 0, [_Rol, _IT, _Ma], [() => roleListType, 2, 0]];
|
|
1701
1814
|
export var ListRoleTagsRequest = [3, n0, _LRTR, 0, [_RN, _Ma, _MI], [0, 0, 1]];
|
|
1702
1815
|
export var ListRoleTagsResponse = [3, n0, _LRTRi, 0, [_T, _IT, _Ma], [() => tagListType, 2, 0]];
|
|
@@ -1718,7 +1831,7 @@ export var ListSAMLProviderTagsResponse = [
|
|
|
1718
1831
|
[_T, _IT, _Ma],
|
|
1719
1832
|
[() => tagListType, 2, 0],
|
|
1720
1833
|
];
|
|
1721
|
-
export var ListServerCertificatesRequest = [3, n0, _LSCR, 0, [
|
|
1834
|
+
export var ListServerCertificatesRequest = [3, n0, _LSCR, 0, [_PPat, _Ma, _MI], [0, 0, 1]];
|
|
1722
1835
|
export var ListServerCertificatesResponse = [
|
|
1723
1836
|
3,
|
|
1724
1837
|
n0,
|
|
@@ -1772,7 +1885,7 @@ export var ListSSHPublicKeysResponse = [
|
|
|
1772
1885
|
];
|
|
1773
1886
|
export var ListUserPoliciesRequest = [3, n0, _LUPR, 0, [_UN, _Ma, _MI], [0, 0, 1]];
|
|
1774
1887
|
export var ListUserPoliciesResponse = [3, n0, _LUPRi, 0, [_PNo, _IT, _Ma], [64 | 0, 2, 0]];
|
|
1775
|
-
export var ListUsersRequest = [3, n0, _LUR, 0, [
|
|
1888
|
+
export var ListUsersRequest = [3, n0, _LUR, 0, [_PPat, _Ma, _MI], [0, 0, 1]];
|
|
1776
1889
|
export var ListUsersResponse = [3, n0, _LURi, 0, [_Use, _IT, _Ma], [() => userListType, 2, 0]];
|
|
1777
1890
|
export var ListUserTagsRequest = [3, n0, _LUTR, 0, [_UN, _Ma, _MI], [0, 0, 1]];
|
|
1778
1891
|
export var ListUserTagsResponse = [3, n0, _LUTRi, 0, [_T, _IT, _Ma], [() => tagListType, 2, 0]];
|
|
@@ -1876,9 +1989,9 @@ export var OrganizationsDecisionDetail = [3, n0, _ODD, 0, [_ABO], [2]];
|
|
|
1876
1989
|
export var PasswordPolicy = [
|
|
1877
1990
|
3,
|
|
1878
1991
|
n0,
|
|
1879
|
-
|
|
1992
|
+
_PPa,
|
|
1880
1993
|
0,
|
|
1881
|
-
[_MPL, _RS,
|
|
1994
|
+
[_MPL, _RS, _RNeq, _RUC, _RLC, _AUTCP, _EPx, _MPA, _PRP, _HE],
|
|
1882
1995
|
[1, 2, 2, 2, 2, 2, 2, 1, 1, 2],
|
|
1883
1996
|
];
|
|
1884
1997
|
export var PasswordPolicyViolationException = [
|
|
@@ -1940,15 +2053,16 @@ export var PolicyNotAttachableException = [
|
|
|
1940
2053
|
];
|
|
1941
2054
|
TypeRegistry.for(n0).registerError(PolicyNotAttachableException, __PolicyNotAttachableException);
|
|
1942
2055
|
export var PolicyParameter = [3, n0, _PPo, 0, [_N, _Va, _Ty], [0, 64 | 0, 0]];
|
|
1943
|
-
export var PolicyRole = [3, n0, _PRo, 0, [_RN,
|
|
2056
|
+
export var PolicyRole = [3, n0, _PRo, 0, [_RN, _RIo], [0, 0]];
|
|
1944
2057
|
export var PolicyUser = [3, n0, _PUo, 0, [_UN, _UI], [0, 0]];
|
|
1945
2058
|
export var PolicyVersion = [3, n0, _PV, 0, [_Do, _VI, _IDV, _CD], [0, 0, 2, 4]];
|
|
1946
|
-
export var Position = [3, n0, _Pos, 0, [
|
|
2059
|
+
export var Position = [3, n0, _Pos, 0, [_Li, _Col], [1, 1]];
|
|
1947
2060
|
export var PutGroupPolicyRequest = [3, n0, _PGPR, 0, [_GN, _PN, _PD], [0, 0, 0]];
|
|
1948
2061
|
export var PutRolePermissionsBoundaryRequest = [3, n0, _PRPBR, 0, [_RN, _PB], [0, 0]];
|
|
1949
2062
|
export var PutRolePolicyRequest = [3, n0, _PRPR, 0, [_RN, _PN, _PD], [0, 0, 0]];
|
|
1950
2063
|
export var PutUserPermissionsBoundaryRequest = [3, n0, _PUPBR, 0, [_UN, _PB], [0, 0]];
|
|
1951
2064
|
export var PutUserPolicyRequest = [3, n0, _PUPR, 0, [_UN, _PN, _PD], [0, 0, 0]];
|
|
2065
|
+
export var RejectDelegationRequestRequest = [3, n0, _RDRR, 0, [_DRI, _No], [0, 0]];
|
|
1952
2066
|
export var RemoveClientIDFromOpenIDConnectProviderRequest = [
|
|
1953
2067
|
3,
|
|
1954
2068
|
n0,
|
|
@@ -1995,7 +2109,7 @@ export var Role = [
|
|
|
1995
2109
|
n0,
|
|
1996
2110
|
_Ro,
|
|
1997
2111
|
0,
|
|
1998
|
-
[_Pa, _RN,
|
|
2112
|
+
[_Pa, _RN, _RIo, _A, _CD, _ARPD, _D, _MSD, _PB, _T, _RLU],
|
|
1999
2113
|
[0, 0, 0, 0, 4, 0, 0, 1, () => AttachedPermissionsBoundary, () => tagListType, () => RoleLastUsed],
|
|
2000
2114
|
];
|
|
2001
2115
|
export var RoleDetail = [
|
|
@@ -2003,7 +2117,7 @@ export var RoleDetail = [
|
|
|
2003
2117
|
n0,
|
|
2004
2118
|
_RD,
|
|
2005
2119
|
0,
|
|
2006
|
-
[_Pa, _RN,
|
|
2120
|
+
[_Pa, _RN, _RIo, _A, _CD, _ARPD, _IPL, _RPL, _AMP, _PB, _T, _RLU],
|
|
2007
2121
|
[
|
|
2008
2122
|
0,
|
|
2009
2123
|
0,
|
|
@@ -2023,10 +2137,11 @@ export var RoleLastUsed = [3, n0, _RLU, 0, [_LUD, _R], [4, 0]];
|
|
|
2023
2137
|
export var RoleUsageType = [3, n0, _RUT, 0, [_R, _Res], [0, 64 | 0]];
|
|
2024
2138
|
export var SAMLPrivateKey = [3, n0, _SAMLPK, 0, [_KI, _Ti], [0, 4]];
|
|
2025
2139
|
export var SAMLProviderListEntry = [3, n0, _SAMLPLE, 0, [_A, _VU, _CD], [0, 4, 4]];
|
|
2140
|
+
export var SendDelegationTokenRequest = [3, n0, _SDTR, 0, [_DRI], [0]];
|
|
2026
2141
|
export var ServerCertificate = [
|
|
2027
2142
|
3,
|
|
2028
2143
|
n0,
|
|
2029
|
-
|
|
2144
|
+
_SCe,
|
|
2030
2145
|
0,
|
|
2031
2146
|
[_SCM, _CB, _CC, _T],
|
|
2032
2147
|
[() => ServerCertificateMetadata, 0, 0, () => tagListType],
|
|
@@ -2209,10 +2324,11 @@ export var UpdateAccountPasswordPolicyRequest = [
|
|
|
2209
2324
|
n0,
|
|
2210
2325
|
_UAPPR,
|
|
2211
2326
|
0,
|
|
2212
|
-
[_MPL, _RS,
|
|
2327
|
+
[_MPL, _RS, _RNeq, _RUC, _RLC, _AUTCP, _MPA, _PRP, _HE],
|
|
2213
2328
|
[1, 2, 2, 2, 2, 2, 1, 1, 2],
|
|
2214
2329
|
];
|
|
2215
2330
|
export var UpdateAssumeRolePolicyRequest = [3, n0, _UARPR, 0, [_RN, _PD], [0, 0]];
|
|
2331
|
+
export var UpdateDelegationRequestRequest = [3, n0, _UDRR, 0, [_DRI, _No], [0, 0]];
|
|
2216
2332
|
export var UpdateGroupRequest = [3, n0, _UGR, 0, [_GN, _NPe, _NGN], [0, 0, 0]];
|
|
2217
2333
|
export var UpdateLoginProfileRequest = [
|
|
2218
2334
|
3,
|
|
@@ -2331,6 +2447,7 @@ export var clientIDListType = 64 | 0;
|
|
|
2331
2447
|
export var ContextEntryListType = [1, n0, _CELT, 0, () => ContextEntry];
|
|
2332
2448
|
export var ContextKeyNamesResultListType = 64 | 0;
|
|
2333
2449
|
export var ContextKeyValueListType = 64 | 0;
|
|
2450
|
+
export var delegationRequestsListType = [1, n0, _dRLT, 0, () => DelegationRequest];
|
|
2334
2451
|
export var entityDetailsListType = [1, n0, _eDLT, 0, () => EntityDetails];
|
|
2335
2452
|
export var entityListType = 64 | 0;
|
|
2336
2453
|
export var EvaluationResultsListType = [1, n0, _ERLT, 0, () => EvaluationResult];
|
|
@@ -2370,6 +2487,7 @@ export var ResourceNameListType = 64 | 0;
|
|
|
2370
2487
|
export var ResourceSpecificResultListType = [1, n0, _RSRLT, 0, () => ResourceSpecificResult];
|
|
2371
2488
|
export var roleDetailListType = [1, n0, _rDLT, 0, () => RoleDetail];
|
|
2372
2489
|
export var roleListType = [1, n0, _rLT, 0, () => Role];
|
|
2490
|
+
export var rolePermissionRestrictionArnListType = 64 | 0;
|
|
2373
2491
|
export var RoleUsageListType = [1, n0, _RULT, 0, () => RoleUsageType];
|
|
2374
2492
|
export var SAMLProviderListType = [1, n0, _SAMLPLT, 0, () => SAMLProviderListEntry];
|
|
2375
2493
|
export var serverCertificateMetadataListType = [1, n0, _sCMLT, 0, () => ServerCertificateMetadata];
|
|
@@ -2395,6 +2513,14 @@ export var virtualMFADeviceListType = [1, n0, _vMFADLT, 0, [() => VirtualMFADevi
|
|
|
2395
2513
|
export var CertificationMapType = 128 | 0;
|
|
2396
2514
|
export var EvalDecisionDetailsType = 128 | 0;
|
|
2397
2515
|
export var summaryMapType = 128 | 1;
|
|
2516
|
+
export var AcceptDelegationRequest = [
|
|
2517
|
+
9,
|
|
2518
|
+
n0,
|
|
2519
|
+
_ADR,
|
|
2520
|
+
0,
|
|
2521
|
+
() => AcceptDelegationRequestRequest,
|
|
2522
|
+
() => __Unit,
|
|
2523
|
+
];
|
|
2398
2524
|
export var AddClientIDToOpenIDConnectProvider = [
|
|
2399
2525
|
9,
|
|
2400
2526
|
n0,
|
|
@@ -2412,6 +2538,14 @@ export var AddRoleToInstanceProfile = [
|
|
|
2412
2538
|
() => __Unit,
|
|
2413
2539
|
];
|
|
2414
2540
|
export var AddUserToGroup = [9, n0, _AUTG, 0, () => AddUserToGroupRequest, () => __Unit];
|
|
2541
|
+
export var AssociateDelegationRequest = [
|
|
2542
|
+
9,
|
|
2543
|
+
n0,
|
|
2544
|
+
_ADRs,
|
|
2545
|
+
0,
|
|
2546
|
+
() => AssociateDelegationRequestRequest,
|
|
2547
|
+
() => __Unit,
|
|
2548
|
+
];
|
|
2415
2549
|
export var AttachGroupPolicy = [9, n0, _AGP, 0, () => AttachGroupPolicyRequest, () => __Unit];
|
|
2416
2550
|
export var AttachRolePolicy = [9, n0, _ARP, 0, () => AttachRolePolicyRequest, () => __Unit];
|
|
2417
2551
|
export var AttachUserPolicy = [9, n0, _AUP, 0, () => AttachUserPolicyRequest, () => __Unit];
|
|
@@ -2547,7 +2681,7 @@ export var DeletePolicyVersion = [
|
|
|
2547
2681
|
() => DeletePolicyVersionRequest,
|
|
2548
2682
|
() => __Unit,
|
|
2549
2683
|
];
|
|
2550
|
-
export var DeleteRole = [9, n0,
|
|
2684
|
+
export var DeleteRole = [9, n0, _DRel, 0, () => DeleteRoleRequest, () => __Unit];
|
|
2551
2685
|
export var DeleteRolePermissionsBoundary = [
|
|
2552
2686
|
9,
|
|
2553
2687
|
n0,
|
|
@@ -2642,6 +2776,7 @@ export var DisableOrganizationsRootSessions = [
|
|
|
2642
2776
|
() => DisableOrganizationsRootSessionsRequest,
|
|
2643
2777
|
() => DisableOrganizationsRootSessionsResponse,
|
|
2644
2778
|
];
|
|
2779
|
+
export var DisableOutboundWebIdentityFederation = [9, n0, _DOWIF, 0, () => __Unit, () => __Unit];
|
|
2645
2780
|
export var EnableMFADevice = [9, n0, _EMFAD, 0, () => EnableMFADeviceRequest, () => __Unit];
|
|
2646
2781
|
export var EnableOrganizationsRootCredentialsManagement = [
|
|
2647
2782
|
9,
|
|
@@ -2659,6 +2794,14 @@ export var EnableOrganizationsRootSessions = [
|
|
|
2659
2794
|
() => EnableOrganizationsRootSessionsRequest,
|
|
2660
2795
|
() => EnableOrganizationsRootSessionsResponse,
|
|
2661
2796
|
];
|
|
2797
|
+
export var EnableOutboundWebIdentityFederation = [
|
|
2798
|
+
9,
|
|
2799
|
+
n0,
|
|
2800
|
+
_EOWIF,
|
|
2801
|
+
0,
|
|
2802
|
+
() => __Unit,
|
|
2803
|
+
() => EnableOutboundWebIdentityFederationResponse,
|
|
2804
|
+
];
|
|
2662
2805
|
export var GenerateCredentialReport = [
|
|
2663
2806
|
9,
|
|
2664
2807
|
n0,
|
|
@@ -2732,6 +2875,14 @@ export var GetCredentialReport = [
|
|
|
2732
2875
|
() => __Unit,
|
|
2733
2876
|
() => GetCredentialReportResponse,
|
|
2734
2877
|
];
|
|
2878
|
+
export var GetDelegationRequest = [
|
|
2879
|
+
9,
|
|
2880
|
+
n0,
|
|
2881
|
+
_GDR,
|
|
2882
|
+
0,
|
|
2883
|
+
() => GetDelegationRequestRequest,
|
|
2884
|
+
() => GetDelegationRequestResponse,
|
|
2885
|
+
];
|
|
2735
2886
|
export var GetGroup = [9, n0, _GG, 0, () => GetGroupRequest, () => GetGroupResponse];
|
|
2736
2887
|
export var GetGroupPolicy = [
|
|
2737
2888
|
9,
|
|
@@ -2741,6 +2892,14 @@ export var GetGroupPolicy = [
|
|
|
2741
2892
|
() => GetGroupPolicyRequest,
|
|
2742
2893
|
() => GetGroupPolicyResponse,
|
|
2743
2894
|
];
|
|
2895
|
+
export var GetHumanReadableSummary = [
|
|
2896
|
+
9,
|
|
2897
|
+
n0,
|
|
2898
|
+
_GHRS,
|
|
2899
|
+
0,
|
|
2900
|
+
() => GetHumanReadableSummaryRequest,
|
|
2901
|
+
() => GetHumanReadableSummaryResponse,
|
|
2902
|
+
];
|
|
2744
2903
|
export var GetInstanceProfile = [
|
|
2745
2904
|
9,
|
|
2746
2905
|
n0,
|
|
@@ -2781,6 +2940,14 @@ export var GetOrganizationsAccessReport = [
|
|
|
2781
2940
|
() => GetOrganizationsAccessReportRequest,
|
|
2782
2941
|
() => GetOrganizationsAccessReportResponse,
|
|
2783
2942
|
];
|
|
2943
|
+
export var GetOutboundWebIdentityFederationInfo = [
|
|
2944
|
+
9,
|
|
2945
|
+
n0,
|
|
2946
|
+
_GOWIFI,
|
|
2947
|
+
0,
|
|
2948
|
+
() => __Unit,
|
|
2949
|
+
() => GetOutboundWebIdentityFederationInfoResponse,
|
|
2950
|
+
];
|
|
2784
2951
|
export var GetPolicy = [9, n0, _GP, 0, () => GetPolicyRequest, () => GetPolicyResponse];
|
|
2785
2952
|
export var GetPolicyVersion = [
|
|
2786
2953
|
9,
|
|
@@ -2896,6 +3063,14 @@ export var ListAttachedUserPolicies = [
|
|
|
2896
3063
|
() => ListAttachedUserPoliciesRequest,
|
|
2897
3064
|
() => ListAttachedUserPoliciesResponse,
|
|
2898
3065
|
];
|
|
3066
|
+
export var ListDelegationRequests = [
|
|
3067
|
+
9,
|
|
3068
|
+
n0,
|
|
3069
|
+
_LDR,
|
|
3070
|
+
0,
|
|
3071
|
+
() => ListDelegationRequestsRequest,
|
|
3072
|
+
() => ListDelegationRequestsResponse,
|
|
3073
|
+
];
|
|
2899
3074
|
export var ListEntitiesForPolicy = [
|
|
2900
3075
|
9,
|
|
2901
3076
|
n0,
|
|
@@ -3134,6 +3309,14 @@ export var PutUserPermissionsBoundary = [
|
|
|
3134
3309
|
() => __Unit,
|
|
3135
3310
|
];
|
|
3136
3311
|
export var PutUserPolicy = [9, n0, _PUP, 0, () => PutUserPolicyRequest, () => __Unit];
|
|
3312
|
+
export var RejectDelegationRequest = [
|
|
3313
|
+
9,
|
|
3314
|
+
n0,
|
|
3315
|
+
_RDR,
|
|
3316
|
+
0,
|
|
3317
|
+
() => RejectDelegationRequestRequest,
|
|
3318
|
+
() => __Unit,
|
|
3319
|
+
];
|
|
3137
3320
|
export var RemoveClientIDFromOpenIDConnectProvider = [
|
|
3138
3321
|
9,
|
|
3139
3322
|
n0,
|
|
@@ -3167,6 +3350,14 @@ export var ResetServiceSpecificCredential = [
|
|
|
3167
3350
|
() => ResetServiceSpecificCredentialResponse,
|
|
3168
3351
|
];
|
|
3169
3352
|
export var ResyncMFADevice = [9, n0, _RMFAD, 0, () => ResyncMFADeviceRequest, () => __Unit];
|
|
3353
|
+
export var SendDelegationToken = [
|
|
3354
|
+
9,
|
|
3355
|
+
n0,
|
|
3356
|
+
_SDT,
|
|
3357
|
+
0,
|
|
3358
|
+
() => SendDelegationTokenRequest,
|
|
3359
|
+
() => __Unit,
|
|
3360
|
+
];
|
|
3170
3361
|
export var SetDefaultPolicyVersion = [
|
|
3171
3362
|
9,
|
|
3172
3363
|
n0,
|
|
@@ -3267,6 +3458,14 @@ export var UpdateAssumeRolePolicy = [
|
|
|
3267
3458
|
() => UpdateAssumeRolePolicyRequest,
|
|
3268
3459
|
() => __Unit,
|
|
3269
3460
|
];
|
|
3461
|
+
export var UpdateDelegationRequest = [
|
|
3462
|
+
9,
|
|
3463
|
+
n0,
|
|
3464
|
+
_UDR,
|
|
3465
|
+
0,
|
|
3466
|
+
() => UpdateDelegationRequestRequest,
|
|
3467
|
+
() => __Unit,
|
|
3468
|
+
];
|
|
3270
3469
|
export var UpdateGroup = [9, n0, _UG, 0, () => UpdateGroupRequest, () => __Unit];
|
|
3271
3470
|
export var UpdateLoginProfile = [9, n0, _ULP, 0, () => UpdateLoginProfileRequest, () => __Unit];
|
|
3272
3471
|
export var UpdateOpenIDConnectProviderThumbprint = [
|