@jjrawlins/cdk-iam-policy-builder-helper 0.0.87 → 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 +61 -0
- package/lib/constructs/Actions.js +62 -1
- package/lib/constructs/ManagedPolicies.d.ts +20 -0
- package/lib/constructs/ManagedPolicies.js +21 -1
- package/methods_list.txt +61 -0
- package/node_modules/@aws-sdk/client-iam/README.md +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-cjs/index.js +305 -176
- package/node_modules/@aws-sdk/client-iam/dist-es/IAM.js +6 -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/GetOutboundWebIdentityFederationInfoCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/index.js +3 -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 -467
- package/node_modules/@aws-sdk/client-iam/dist-es/models/models_1.js +1 -117
- package/node_modules/@aws-sdk/client-iam/dist-es/schemas/schemas_0.js +62 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/IAM.d.ts +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/IAMClient.d.ts +5 -2
- 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/GetOutboundWebIdentityFederationInfoCommand.d.ts +77 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutGroupPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutRolePermissionsBoundaryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutRolePolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutUserPermissionsBoundaryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutUserPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RejectDelegationRequestCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveRoleFromInstanceProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveUserFromGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResetServiceSpecificCredentialCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResyncMFADeviceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SendDelegationTokenCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +1 -1
- 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 +1 -1
- 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 +3 -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 +1641 -681
- package/node_modules/@aws-sdk/client-iam/dist-types/models/models_1.d.ts +2 -1763
- package/node_modules/@aws-sdk/client-iam/dist-types/schemas/schemas_0.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAM.d.ts +72 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAMClient.d.ts +18 -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/GetOutboundWebIdentityFederationInfoCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutGroupPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutRolePermissionsBoundaryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutRolePolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutUserPermissionsBoundaryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutUserPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RejectDelegationRequestCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveRoleFromInstanceProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveUserFromGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ResetServiceSpecificCredentialCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ResyncMFADeviceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SendDelegationTokenCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SetDefaultPolicyVersionCommand.d.ts +1 -1
- 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 +1 -1
- 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 +3 -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 +276 -416
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_1.d.ts +1 -334
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/schemas/schemas_0.d.ts +7 -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
|
@@ -1,302 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { IAMServiceException as __BaseException } from "./IAMServiceException";
|
|
1
|
+
import { AssertionEncryptionModeType, StatusType } from "./enums";
|
|
3
2
|
import {
|
|
4
|
-
AssertionEncryptionModeType,
|
|
5
3
|
Role,
|
|
6
4
|
ServerCertificateMetadata,
|
|
7
|
-
ServiceSpecificCredential,
|
|
8
5
|
SigningCertificate,
|
|
9
6
|
SSHPublicKey,
|
|
10
|
-
StatusType,
|
|
11
7
|
Tag,
|
|
12
8
|
} from "./models_0";
|
|
13
|
-
export interface PutGroupPolicyRequest {
|
|
14
|
-
GroupName: string | undefined;
|
|
15
|
-
PolicyName: string | undefined;
|
|
16
|
-
PolicyDocument: string | undefined;
|
|
17
|
-
}
|
|
18
|
-
export interface PutRolePermissionsBoundaryRequest {
|
|
19
|
-
RoleName: string | undefined;
|
|
20
|
-
PermissionsBoundary: string | undefined;
|
|
21
|
-
}
|
|
22
|
-
export interface PutRolePolicyRequest {
|
|
23
|
-
RoleName: string | undefined;
|
|
24
|
-
PolicyName: string | undefined;
|
|
25
|
-
PolicyDocument: string | undefined;
|
|
26
|
-
}
|
|
27
|
-
export interface PutUserPermissionsBoundaryRequest {
|
|
28
|
-
UserName: string | undefined;
|
|
29
|
-
PermissionsBoundary: string | undefined;
|
|
30
|
-
}
|
|
31
|
-
export interface PutUserPolicyRequest {
|
|
32
|
-
UserName: string | undefined;
|
|
33
|
-
PolicyName: string | undefined;
|
|
34
|
-
PolicyDocument: string | undefined;
|
|
35
|
-
}
|
|
36
|
-
export interface RejectDelegationRequestRequest {
|
|
37
|
-
DelegationRequestId: string | undefined;
|
|
38
|
-
Notes?: string | undefined;
|
|
39
|
-
}
|
|
40
|
-
export interface RemoveClientIDFromOpenIDConnectProviderRequest {
|
|
41
|
-
OpenIDConnectProviderArn: string | undefined;
|
|
42
|
-
ClientID: string | undefined;
|
|
43
|
-
}
|
|
44
|
-
export interface RemoveRoleFromInstanceProfileRequest {
|
|
45
|
-
InstanceProfileName: string | undefined;
|
|
46
|
-
RoleName: string | undefined;
|
|
47
|
-
}
|
|
48
|
-
export interface RemoveUserFromGroupRequest {
|
|
49
|
-
GroupName: string | undefined;
|
|
50
|
-
UserName: string | undefined;
|
|
51
|
-
}
|
|
52
|
-
export interface ResetServiceSpecificCredentialRequest {
|
|
53
|
-
UserName?: string | undefined;
|
|
54
|
-
ServiceSpecificCredentialId: string | undefined;
|
|
55
|
-
}
|
|
56
|
-
export interface ResetServiceSpecificCredentialResponse {
|
|
57
|
-
ServiceSpecificCredential?: ServiceSpecificCredential | undefined;
|
|
58
|
-
}
|
|
59
|
-
export interface ResyncMFADeviceRequest {
|
|
60
|
-
UserName: string | undefined;
|
|
61
|
-
SerialNumber: string | undefined;
|
|
62
|
-
AuthenticationCode1: string | undefined;
|
|
63
|
-
AuthenticationCode2: string | undefined;
|
|
64
|
-
}
|
|
65
|
-
export interface SendDelegationTokenRequest {
|
|
66
|
-
DelegationRequestId: string | undefined;
|
|
67
|
-
}
|
|
68
|
-
export interface SetDefaultPolicyVersionRequest {
|
|
69
|
-
PolicyArn: string | undefined;
|
|
70
|
-
VersionId: string | undefined;
|
|
71
|
-
}
|
|
72
|
-
export declare const GlobalEndpointTokenVersion: {
|
|
73
|
-
readonly v1Token: "v1Token";
|
|
74
|
-
readonly v2Token: "v2Token";
|
|
75
|
-
};
|
|
76
|
-
export type GlobalEndpointTokenVersion =
|
|
77
|
-
(typeof GlobalEndpointTokenVersion)[keyof typeof GlobalEndpointTokenVersion];
|
|
78
|
-
export interface SetSecurityTokenServicePreferencesRequest {
|
|
79
|
-
GlobalEndpointTokenVersion: GlobalEndpointTokenVersion | undefined;
|
|
80
|
-
}
|
|
81
|
-
export declare class PolicyEvaluationException extends __BaseException {
|
|
82
|
-
readonly name: "PolicyEvaluationException";
|
|
83
|
-
readonly $fault: "server";
|
|
84
|
-
constructor(
|
|
85
|
-
opts: __ExceptionOptionType<PolicyEvaluationException, __BaseException>
|
|
86
|
-
);
|
|
87
|
-
}
|
|
88
|
-
export declare const ContextKeyTypeEnum: {
|
|
89
|
-
readonly BINARY: "binary";
|
|
90
|
-
readonly BINARY_LIST: "binaryList";
|
|
91
|
-
readonly BOOLEAN: "boolean";
|
|
92
|
-
readonly BOOLEAN_LIST: "booleanList";
|
|
93
|
-
readonly DATE: "date";
|
|
94
|
-
readonly DATE_LIST: "dateList";
|
|
95
|
-
readonly IP: "ip";
|
|
96
|
-
readonly IP_LIST: "ipList";
|
|
97
|
-
readonly NUMERIC: "numeric";
|
|
98
|
-
readonly NUMERIC_LIST: "numericList";
|
|
99
|
-
readonly STRING: "string";
|
|
100
|
-
readonly STRING_LIST: "stringList";
|
|
101
|
-
};
|
|
102
|
-
export type ContextKeyTypeEnum =
|
|
103
|
-
(typeof ContextKeyTypeEnum)[keyof typeof ContextKeyTypeEnum];
|
|
104
|
-
export interface ContextEntry {
|
|
105
|
-
ContextKeyName?: string | undefined;
|
|
106
|
-
ContextKeyValues?: string[] | undefined;
|
|
107
|
-
ContextKeyType?: ContextKeyTypeEnum | undefined;
|
|
108
|
-
}
|
|
109
|
-
export interface SimulateCustomPolicyRequest {
|
|
110
|
-
PolicyInputList: string[] | undefined;
|
|
111
|
-
PermissionsBoundaryPolicyInputList?: string[] | undefined;
|
|
112
|
-
ActionNames: string[] | undefined;
|
|
113
|
-
ResourceArns?: string[] | undefined;
|
|
114
|
-
ResourcePolicy?: string | undefined;
|
|
115
|
-
ResourceOwner?: string | undefined;
|
|
116
|
-
CallerArn?: string | undefined;
|
|
117
|
-
ContextEntries?: ContextEntry[] | undefined;
|
|
118
|
-
ResourceHandlingOption?: string | undefined;
|
|
119
|
-
MaxItems?: number | undefined;
|
|
120
|
-
Marker?: string | undefined;
|
|
121
|
-
}
|
|
122
|
-
export declare const PolicyEvaluationDecisionType: {
|
|
123
|
-
readonly ALLOWED: "allowed";
|
|
124
|
-
readonly EXPLICIT_DENY: "explicitDeny";
|
|
125
|
-
readonly IMPLICIT_DENY: "implicitDeny";
|
|
126
|
-
};
|
|
127
|
-
export type PolicyEvaluationDecisionType =
|
|
128
|
-
(typeof PolicyEvaluationDecisionType)[keyof typeof PolicyEvaluationDecisionType];
|
|
129
|
-
export interface Position {
|
|
130
|
-
Line?: number | undefined;
|
|
131
|
-
Column?: number | undefined;
|
|
132
|
-
}
|
|
133
|
-
export declare const PolicySourceType: {
|
|
134
|
-
readonly AWS_MANAGED: "aws-managed";
|
|
135
|
-
readonly GROUP: "group";
|
|
136
|
-
readonly NONE: "none";
|
|
137
|
-
readonly RESOURCE: "resource";
|
|
138
|
-
readonly ROLE: "role";
|
|
139
|
-
readonly USER: "user";
|
|
140
|
-
readonly USER_MANAGED: "user-managed";
|
|
141
|
-
};
|
|
142
|
-
export type PolicySourceType =
|
|
143
|
-
(typeof PolicySourceType)[keyof typeof PolicySourceType];
|
|
144
|
-
export interface Statement {
|
|
145
|
-
SourcePolicyId?: string | undefined;
|
|
146
|
-
SourcePolicyType?: PolicySourceType | undefined;
|
|
147
|
-
StartPosition?: Position | undefined;
|
|
148
|
-
EndPosition?: Position | undefined;
|
|
149
|
-
}
|
|
150
|
-
export interface OrganizationsDecisionDetail {
|
|
151
|
-
AllowedByOrganizations?: boolean | undefined;
|
|
152
|
-
}
|
|
153
|
-
export interface PermissionsBoundaryDecisionDetail {
|
|
154
|
-
AllowedByPermissionsBoundary?: boolean | undefined;
|
|
155
|
-
}
|
|
156
|
-
export interface ResourceSpecificResult {
|
|
157
|
-
EvalResourceName: string | undefined;
|
|
158
|
-
EvalResourceDecision: PolicyEvaluationDecisionType | undefined;
|
|
159
|
-
MatchedStatements?: Statement[] | undefined;
|
|
160
|
-
MissingContextValues?: string[] | undefined;
|
|
161
|
-
EvalDecisionDetails?:
|
|
162
|
-
| Record<string, PolicyEvaluationDecisionType>
|
|
163
|
-
| undefined;
|
|
164
|
-
PermissionsBoundaryDecisionDetail?:
|
|
165
|
-
| PermissionsBoundaryDecisionDetail
|
|
166
|
-
| undefined;
|
|
167
|
-
}
|
|
168
|
-
export interface EvaluationResult {
|
|
169
|
-
EvalActionName: string | undefined;
|
|
170
|
-
EvalResourceName?: string | undefined;
|
|
171
|
-
EvalDecision: PolicyEvaluationDecisionType | undefined;
|
|
172
|
-
MatchedStatements?: Statement[] | undefined;
|
|
173
|
-
MissingContextValues?: string[] | undefined;
|
|
174
|
-
OrganizationsDecisionDetail?: OrganizationsDecisionDetail | undefined;
|
|
175
|
-
PermissionsBoundaryDecisionDetail?:
|
|
176
|
-
| PermissionsBoundaryDecisionDetail
|
|
177
|
-
| undefined;
|
|
178
|
-
EvalDecisionDetails?:
|
|
179
|
-
| Record<string, PolicyEvaluationDecisionType>
|
|
180
|
-
| undefined;
|
|
181
|
-
ResourceSpecificResults?: ResourceSpecificResult[] | undefined;
|
|
182
|
-
}
|
|
183
|
-
export interface SimulatePolicyResponse {
|
|
184
|
-
EvaluationResults?: EvaluationResult[] | undefined;
|
|
185
|
-
IsTruncated?: boolean | undefined;
|
|
186
|
-
Marker?: string | undefined;
|
|
187
|
-
}
|
|
188
|
-
export interface SimulatePrincipalPolicyRequest {
|
|
189
|
-
PolicySourceArn: string | undefined;
|
|
190
|
-
PolicyInputList?: string[] | undefined;
|
|
191
|
-
PermissionsBoundaryPolicyInputList?: string[] | undefined;
|
|
192
|
-
ActionNames: string[] | undefined;
|
|
193
|
-
ResourceArns?: string[] | undefined;
|
|
194
|
-
ResourcePolicy?: string | undefined;
|
|
195
|
-
ResourceOwner?: string | undefined;
|
|
196
|
-
CallerArn?: string | undefined;
|
|
197
|
-
ContextEntries?: ContextEntry[] | undefined;
|
|
198
|
-
ResourceHandlingOption?: string | undefined;
|
|
199
|
-
MaxItems?: number | undefined;
|
|
200
|
-
Marker?: string | undefined;
|
|
201
|
-
}
|
|
202
|
-
export interface TagInstanceProfileRequest {
|
|
203
|
-
InstanceProfileName: string | undefined;
|
|
204
|
-
Tags: Tag[] | undefined;
|
|
205
|
-
}
|
|
206
|
-
export interface TagMFADeviceRequest {
|
|
207
|
-
SerialNumber: string | undefined;
|
|
208
|
-
Tags: Tag[] | undefined;
|
|
209
|
-
}
|
|
210
|
-
export interface TagOpenIDConnectProviderRequest {
|
|
211
|
-
OpenIDConnectProviderArn: string | undefined;
|
|
212
|
-
Tags: Tag[] | undefined;
|
|
213
|
-
}
|
|
214
|
-
export interface TagPolicyRequest {
|
|
215
|
-
PolicyArn: string | undefined;
|
|
216
|
-
Tags: Tag[] | undefined;
|
|
217
|
-
}
|
|
218
|
-
export interface TagRoleRequest {
|
|
219
|
-
RoleName: string | undefined;
|
|
220
|
-
Tags: Tag[] | undefined;
|
|
221
|
-
}
|
|
222
|
-
export interface TagSAMLProviderRequest {
|
|
223
|
-
SAMLProviderArn: string | undefined;
|
|
224
|
-
Tags: Tag[] | undefined;
|
|
225
|
-
}
|
|
226
|
-
export interface TagServerCertificateRequest {
|
|
227
|
-
ServerCertificateName: string | undefined;
|
|
228
|
-
Tags: Tag[] | undefined;
|
|
229
|
-
}
|
|
230
|
-
export interface TagUserRequest {
|
|
231
|
-
UserName: string | undefined;
|
|
232
|
-
Tags: Tag[] | undefined;
|
|
233
|
-
}
|
|
234
|
-
export interface UntagInstanceProfileRequest {
|
|
235
|
-
InstanceProfileName: string | undefined;
|
|
236
|
-
TagKeys: string[] | undefined;
|
|
237
|
-
}
|
|
238
|
-
export interface UntagMFADeviceRequest {
|
|
239
|
-
SerialNumber: string | undefined;
|
|
240
|
-
TagKeys: string[] | undefined;
|
|
241
|
-
}
|
|
242
|
-
export interface UntagOpenIDConnectProviderRequest {
|
|
243
|
-
OpenIDConnectProviderArn: string | undefined;
|
|
244
|
-
TagKeys: string[] | undefined;
|
|
245
|
-
}
|
|
246
|
-
export interface UntagPolicyRequest {
|
|
247
|
-
PolicyArn: string | undefined;
|
|
248
|
-
TagKeys: string[] | undefined;
|
|
249
|
-
}
|
|
250
|
-
export interface UntagRoleRequest {
|
|
251
|
-
RoleName: string | undefined;
|
|
252
|
-
TagKeys: string[] | undefined;
|
|
253
|
-
}
|
|
254
|
-
export interface UntagSAMLProviderRequest {
|
|
255
|
-
SAMLProviderArn: string | undefined;
|
|
256
|
-
TagKeys: string[] | undefined;
|
|
257
|
-
}
|
|
258
|
-
export interface UntagServerCertificateRequest {
|
|
259
|
-
ServerCertificateName: string | undefined;
|
|
260
|
-
TagKeys: string[] | undefined;
|
|
261
|
-
}
|
|
262
|
-
export interface UntagUserRequest {
|
|
263
|
-
UserName: string | undefined;
|
|
264
|
-
TagKeys: string[] | undefined;
|
|
265
|
-
}
|
|
266
|
-
export interface UpdateAccessKeyRequest {
|
|
267
|
-
UserName?: string | undefined;
|
|
268
|
-
AccessKeyId: string | undefined;
|
|
269
|
-
Status: StatusType | undefined;
|
|
270
|
-
}
|
|
271
|
-
export interface UpdateAccountPasswordPolicyRequest {
|
|
272
|
-
MinimumPasswordLength?: number | undefined;
|
|
273
|
-
RequireSymbols?: boolean | undefined;
|
|
274
|
-
RequireNumbers?: boolean | undefined;
|
|
275
|
-
RequireUppercaseCharacters?: boolean | undefined;
|
|
276
|
-
RequireLowercaseCharacters?: boolean | undefined;
|
|
277
|
-
AllowUsersToChangePassword?: boolean | undefined;
|
|
278
|
-
MaxPasswordAge?: number | undefined;
|
|
279
|
-
PasswordReusePrevention?: number | undefined;
|
|
280
|
-
HardExpiry?: boolean | undefined;
|
|
281
|
-
}
|
|
282
|
-
export interface UpdateAssumeRolePolicyRequest {
|
|
283
|
-
RoleName: string | undefined;
|
|
284
|
-
PolicyDocument: string | undefined;
|
|
285
|
-
}
|
|
286
|
-
export interface UpdateDelegationRequestRequest {
|
|
287
|
-
DelegationRequestId: string | undefined;
|
|
288
|
-
Notes?: string | undefined;
|
|
289
|
-
}
|
|
290
|
-
export interface UpdateGroupRequest {
|
|
291
|
-
GroupName: string | undefined;
|
|
292
|
-
NewPath?: string | undefined;
|
|
293
|
-
NewGroupName?: string | undefined;
|
|
294
|
-
}
|
|
295
|
-
export interface UpdateLoginProfileRequest {
|
|
296
|
-
UserName: string | undefined;
|
|
297
|
-
Password?: string | undefined;
|
|
298
|
-
PasswordResetRequired?: boolean | undefined;
|
|
299
|
-
}
|
|
300
9
|
export interface UpdateOpenIDConnectProviderThumbprintRequest {
|
|
301
10
|
OpenIDConnectProviderArn: string | undefined;
|
|
302
11
|
ThumbprintList: string[] | undefined;
|
|
@@ -349,20 +58,6 @@ export interface UpdateUserRequest {
|
|
|
349
58
|
NewPath?: string | undefined;
|
|
350
59
|
NewUserName?: string | undefined;
|
|
351
60
|
}
|
|
352
|
-
export declare class KeyPairMismatchException extends __BaseException {
|
|
353
|
-
readonly name: "KeyPairMismatchException";
|
|
354
|
-
readonly $fault: "client";
|
|
355
|
-
constructor(
|
|
356
|
-
opts: __ExceptionOptionType<KeyPairMismatchException, __BaseException>
|
|
357
|
-
);
|
|
358
|
-
}
|
|
359
|
-
export declare class MalformedCertificateException extends __BaseException {
|
|
360
|
-
readonly name: "MalformedCertificateException";
|
|
361
|
-
readonly $fault: "client";
|
|
362
|
-
constructor(
|
|
363
|
-
opts: __ExceptionOptionType<MalformedCertificateException, __BaseException>
|
|
364
|
-
);
|
|
365
|
-
}
|
|
366
61
|
export interface UploadServerCertificateRequest {
|
|
367
62
|
Path?: string | undefined;
|
|
368
63
|
ServerCertificateName: string | undefined;
|
|
@@ -375,20 +70,6 @@ export interface UploadServerCertificateResponse {
|
|
|
375
70
|
ServerCertificateMetadata?: ServerCertificateMetadata | undefined;
|
|
376
71
|
Tags?: Tag[] | undefined;
|
|
377
72
|
}
|
|
378
|
-
export declare class DuplicateCertificateException extends __BaseException {
|
|
379
|
-
readonly name: "DuplicateCertificateException";
|
|
380
|
-
readonly $fault: "client";
|
|
381
|
-
constructor(
|
|
382
|
-
opts: __ExceptionOptionType<DuplicateCertificateException, __BaseException>
|
|
383
|
-
);
|
|
384
|
-
}
|
|
385
|
-
export declare class InvalidCertificateException extends __BaseException {
|
|
386
|
-
readonly name: "InvalidCertificateException";
|
|
387
|
-
readonly $fault: "client";
|
|
388
|
-
constructor(
|
|
389
|
-
opts: __ExceptionOptionType<InvalidCertificateException, __BaseException>
|
|
390
|
-
);
|
|
391
|
-
}
|
|
392
73
|
export interface UploadSigningCertificateRequest {
|
|
393
74
|
UserName?: string | undefined;
|
|
394
75
|
CertificateBody: string | undefined;
|
|
@@ -396,20 +77,6 @@ export interface UploadSigningCertificateRequest {
|
|
|
396
77
|
export interface UploadSigningCertificateResponse {
|
|
397
78
|
Certificate: SigningCertificate | undefined;
|
|
398
79
|
}
|
|
399
|
-
export declare class DuplicateSSHPublicKeyException extends __BaseException {
|
|
400
|
-
readonly name: "DuplicateSSHPublicKeyException";
|
|
401
|
-
readonly $fault: "client";
|
|
402
|
-
constructor(
|
|
403
|
-
opts: __ExceptionOptionType<DuplicateSSHPublicKeyException, __BaseException>
|
|
404
|
-
);
|
|
405
|
-
}
|
|
406
|
-
export declare class InvalidPublicKeyException extends __BaseException {
|
|
407
|
-
readonly name: "InvalidPublicKeyException";
|
|
408
|
-
readonly $fault: "client";
|
|
409
|
-
constructor(
|
|
410
|
-
opts: __ExceptionOptionType<InvalidPublicKeyException, __BaseException>
|
|
411
|
-
);
|
|
412
|
-
}
|
|
413
80
|
export interface UploadSSHPublicKeyRequest {
|
|
414
81
|
UserName: string | undefined;
|
|
415
82
|
SSHPublicKeyBody: string | undefined;
|
|
@@ -104,12 +104,15 @@ export declare var EnableOrganizationsRootCredentialsManagementRequest: StaticSt
|
|
|
104
104
|
export declare var EnableOrganizationsRootCredentialsManagementResponse: StaticStructureSchema;
|
|
105
105
|
export declare var EnableOrganizationsRootSessionsRequest: StaticStructureSchema;
|
|
106
106
|
export declare var EnableOrganizationsRootSessionsResponse: StaticStructureSchema;
|
|
107
|
+
export declare var EnableOutboundWebIdentityFederationResponse: StaticStructureSchema;
|
|
107
108
|
export declare var EntityAlreadyExistsException: StaticErrorSchema;
|
|
108
109
|
export declare var EntityDetails: StaticStructureSchema;
|
|
109
110
|
export declare var EntityInfo: StaticStructureSchema;
|
|
110
111
|
export declare var EntityTemporarilyUnmodifiableException: StaticErrorSchema;
|
|
111
112
|
export declare var ErrorDetails: StaticStructureSchema;
|
|
112
113
|
export declare var EvaluationResult: StaticStructureSchema;
|
|
114
|
+
export declare var FeatureDisabledException: StaticErrorSchema;
|
|
115
|
+
export declare var FeatureEnabledException: StaticErrorSchema;
|
|
113
116
|
export declare var GenerateCredentialReportResponse: StaticStructureSchema;
|
|
114
117
|
export declare var GenerateOrganizationsAccessReportRequest: StaticStructureSchema;
|
|
115
118
|
export declare var GenerateOrganizationsAccessReportResponse: StaticStructureSchema;
|
|
@@ -143,6 +146,7 @@ export declare var GetOpenIDConnectProviderRequest: StaticStructureSchema;
|
|
|
143
146
|
export declare var GetOpenIDConnectProviderResponse: StaticStructureSchema;
|
|
144
147
|
export declare var GetOrganizationsAccessReportRequest: StaticStructureSchema;
|
|
145
148
|
export declare var GetOrganizationsAccessReportResponse: StaticStructureSchema;
|
|
149
|
+
export declare var GetOutboundWebIdentityFederationInfoResponse: StaticStructureSchema;
|
|
146
150
|
export declare var GetPolicyRequest: StaticStructureSchema;
|
|
147
151
|
export declare var GetPolicyResponse: StaticStructureSchema;
|
|
148
152
|
export declare var GetPolicyVersionRequest: StaticStructureSchema;
|
|
@@ -474,9 +478,11 @@ export declare var DetachRolePolicy: StaticOperationSchema;
|
|
|
474
478
|
export declare var DetachUserPolicy: StaticOperationSchema;
|
|
475
479
|
export declare var DisableOrganizationsRootCredentialsManagement: StaticOperationSchema;
|
|
476
480
|
export declare var DisableOrganizationsRootSessions: StaticOperationSchema;
|
|
481
|
+
export declare var DisableOutboundWebIdentityFederation: StaticOperationSchema;
|
|
477
482
|
export declare var EnableMFADevice: StaticOperationSchema;
|
|
478
483
|
export declare var EnableOrganizationsRootCredentialsManagement: StaticOperationSchema;
|
|
479
484
|
export declare var EnableOrganizationsRootSessions: StaticOperationSchema;
|
|
485
|
+
export declare var EnableOutboundWebIdentityFederation: StaticOperationSchema;
|
|
480
486
|
export declare var GenerateCredentialReport: StaticOperationSchema;
|
|
481
487
|
export declare var GenerateOrganizationsAccessReport: StaticOperationSchema;
|
|
482
488
|
export declare var GenerateServiceLastAccessedDetails: StaticOperationSchema;
|
|
@@ -496,6 +502,7 @@ export declare var GetLoginProfile: StaticOperationSchema;
|
|
|
496
502
|
export declare var GetMFADevice: StaticOperationSchema;
|
|
497
503
|
export declare var GetOpenIDConnectProvider: StaticOperationSchema;
|
|
498
504
|
export declare var GetOrganizationsAccessReport: StaticOperationSchema;
|
|
505
|
+
export declare var GetOutboundWebIdentityFederationInfo: StaticOperationSchema;
|
|
499
506
|
export declare var GetPolicy: StaticOperationSchema;
|
|
500
507
|
export declare var GetPolicyVersion: StaticOperationSchema;
|
|
501
508
|
export declare var GetRole: StaticOperationSchema;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iam",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iam Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.936.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-iam",
|
|
@@ -20,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.936.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.936.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.936.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.936.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.936.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.936.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.936.0",
|
|
30
|
+
"@aws-sdk/types": "3.936.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.936.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.936.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.936.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.4.3",
|
|
35
|
-
"@smithy/core": "^3.18.
|
|
35
|
+
"@smithy/core": "^3.18.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.3.6",
|
|
37
37
|
"@smithy/hash-node": "^4.2.5",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.2.5",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.2.5",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
42
|
-
"@smithy/middleware-serde": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.3.12",
|
|
41
|
+
"@smithy/middleware-retry": "^4.4.12",
|
|
42
|
+
"@smithy/middleware-serde": "^4.2.6",
|
|
43
43
|
"@smithy/middleware-stack": "^4.2.5",
|
|
44
44
|
"@smithy/node-config-provider": "^4.3.5",
|
|
45
45
|
"@smithy/node-http-handler": "^4.4.5",
|
|
46
46
|
"@smithy/protocol-http": "^5.3.5",
|
|
47
|
-
"@smithy/smithy-client": "^4.9.
|
|
47
|
+
"@smithy/smithy-client": "^4.9.8",
|
|
48
48
|
"@smithy/types": "^4.9.0",
|
|
49
49
|
"@smithy/url-parser": "^4.2.5",
|
|
50
50
|
"@smithy/util-base64": "^4.3.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.3.11",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.2.14",
|
|
55
55
|
"@smithy/util-endpoints": "^3.2.5",
|
|
56
56
|
"@smithy/util-middleware": "^4.2.5",
|
|
57
57
|
"@smithy/util-retry": "^4.2.5",
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { SSOServiceException as __BaseException } from "./SSOServiceException";
|
|
2
|
+
export class InvalidRequestException extends __BaseException {
|
|
3
|
+
name = "InvalidRequestException";
|
|
4
|
+
$fault = "client";
|
|
5
|
+
constructor(opts) {
|
|
6
|
+
super({
|
|
7
|
+
name: "InvalidRequestException",
|
|
8
|
+
$fault: "client",
|
|
9
|
+
...opts,
|
|
10
|
+
});
|
|
11
|
+
Object.setPrototypeOf(this, InvalidRequestException.prototype);
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
export class ResourceNotFoundException extends __BaseException {
|
|
15
|
+
name = "ResourceNotFoundException";
|
|
16
|
+
$fault = "client";
|
|
17
|
+
constructor(opts) {
|
|
18
|
+
super({
|
|
19
|
+
name: "ResourceNotFoundException",
|
|
20
|
+
$fault: "client",
|
|
21
|
+
...opts,
|
|
22
|
+
});
|
|
23
|
+
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
export class TooManyRequestsException extends __BaseException {
|
|
27
|
+
name = "TooManyRequestsException";
|
|
28
|
+
$fault = "client";
|
|
29
|
+
constructor(opts) {
|
|
30
|
+
super({
|
|
31
|
+
name: "TooManyRequestsException",
|
|
32
|
+
$fault: "client",
|
|
33
|
+
...opts,
|
|
34
|
+
});
|
|
35
|
+
Object.setPrototypeOf(this, TooManyRequestsException.prototype);
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
export class UnauthorizedException extends __BaseException {
|
|
39
|
+
name = "UnauthorizedException";
|
|
40
|
+
$fault = "client";
|
|
41
|
+
constructor(opts) {
|
|
42
|
+
super({
|
|
43
|
+
name: "UnauthorizedException",
|
|
44
|
+
$fault: "client",
|
|
45
|
+
...opts,
|
|
46
|
+
});
|
|
47
|
+
Object.setPrototypeOf(this, UnauthorizedException.prototype);
|
|
48
|
+
}
|
|
49
|
+
}
|
|
@@ -1,49 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export class InvalidRequestException extends __BaseException {
|
|
3
|
-
name = "InvalidRequestException";
|
|
4
|
-
$fault = "client";
|
|
5
|
-
constructor(opts) {
|
|
6
|
-
super({
|
|
7
|
-
name: "InvalidRequestException",
|
|
8
|
-
$fault: "client",
|
|
9
|
-
...opts,
|
|
10
|
-
});
|
|
11
|
-
Object.setPrototypeOf(this, InvalidRequestException.prototype);
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
export class ResourceNotFoundException extends __BaseException {
|
|
15
|
-
name = "ResourceNotFoundException";
|
|
16
|
-
$fault = "client";
|
|
17
|
-
constructor(opts) {
|
|
18
|
-
super({
|
|
19
|
-
name: "ResourceNotFoundException",
|
|
20
|
-
$fault: "client",
|
|
21
|
-
...opts,
|
|
22
|
-
});
|
|
23
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
export class TooManyRequestsException extends __BaseException {
|
|
27
|
-
name = "TooManyRequestsException";
|
|
28
|
-
$fault = "client";
|
|
29
|
-
constructor(opts) {
|
|
30
|
-
super({
|
|
31
|
-
name: "TooManyRequestsException",
|
|
32
|
-
$fault: "client",
|
|
33
|
-
...opts,
|
|
34
|
-
});
|
|
35
|
-
Object.setPrototypeOf(this, TooManyRequestsException.prototype);
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
export class UnauthorizedException extends __BaseException {
|
|
39
|
-
name = "UnauthorizedException";
|
|
40
|
-
$fault = "client";
|
|
41
|
-
constructor(opts) {
|
|
42
|
-
super({
|
|
43
|
-
name: "UnauthorizedException",
|
|
44
|
-
$fault: "client",
|
|
45
|
-
...opts,
|
|
46
|
-
});
|
|
47
|
-
Object.setPrototypeOf(this, UnauthorizedException.prototype);
|
|
48
|
-
}
|
|
49
|
-
}
|
|
1
|
+
export {};
|
|
@@ -50,7 +50,7 @@ const _sT = "sessionToken";
|
|
|
50
50
|
const _xasbt = "x-amz-sso_bearer_token";
|
|
51
51
|
const n0 = "com.amazonaws.sso";
|
|
52
52
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
53
|
-
import { InvalidRequestException as __InvalidRequestException, ResourceNotFoundException as __ResourceNotFoundException, TooManyRequestsException as __TooManyRequestsException, UnauthorizedException as __UnauthorizedException, } from "../models/
|
|
53
|
+
import { InvalidRequestException as __InvalidRequestException, ResourceNotFoundException as __ResourceNotFoundException, TooManyRequestsException as __TooManyRequestsException, UnauthorizedException as __UnauthorizedException, } from "../models/errors";
|
|
54
54
|
import { SSOServiceException as __SSOServiceException } from "../models/SSOServiceException";
|
|
55
55
|
export var AccessTokenType = [0, n0, _ATT, 8, 0];
|
|
56
56
|
export var SecretAccessKeyType = [0, n0, _SAKT, 8, 0];
|
|
@@ -25,5 +25,6 @@ export type { RuntimeExtension } from "./runtimeExtensions";
|
|
|
25
25
|
export type { SSOExtensionConfiguration } from "./extensionConfiguration";
|
|
26
26
|
export * from "./commands";
|
|
27
27
|
export * from "./pagination";
|
|
28
|
-
export * from "./models";
|
|
28
|
+
export * from "./models/errors";
|
|
29
|
+
export type * from "./models/models_0";
|
|
29
30
|
export { SSOServiceException } from "./models/SSOServiceException";
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { SSOServiceException as __BaseException } from "./SSOServiceException";
|
|
3
|
+
/**
|
|
4
|
+
* <p>Indicates that a problem occurred with the input to the request. For example, a required
|
|
5
|
+
* parameter might be missing or out of range.</p>
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export declare class InvalidRequestException extends __BaseException {
|
|
9
|
+
readonly name: "InvalidRequestException";
|
|
10
|
+
readonly $fault: "client";
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* <p>The specified resource doesn't exist.</p>
|
|
18
|
+
* @public
|
|
19
|
+
*/
|
|
20
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
21
|
+
readonly name: "ResourceNotFoundException";
|
|
22
|
+
readonly $fault: "client";
|
|
23
|
+
/**
|
|
24
|
+
* @internal
|
|
25
|
+
*/
|
|
26
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* <p>Indicates that the request is being made too frequently and is more than what the server
|
|
30
|
+
* can handle.</p>
|
|
31
|
+
* @public
|
|
32
|
+
*/
|
|
33
|
+
export declare class TooManyRequestsException extends __BaseException {
|
|
34
|
+
readonly name: "TooManyRequestsException";
|
|
35
|
+
readonly $fault: "client";
|
|
36
|
+
/**
|
|
37
|
+
* @internal
|
|
38
|
+
*/
|
|
39
|
+
constructor(opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>);
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* <p>Indicates that the request is not authorized. This can happen due to an invalid access
|
|
43
|
+
* token in the request.</p>
|
|
44
|
+
* @public
|
|
45
|
+
*/
|
|
46
|
+
export declare class UnauthorizedException extends __BaseException {
|
|
47
|
+
readonly name: "UnauthorizedException";
|
|
48
|
+
readonly $fault: "client";
|
|
49
|
+
/**
|
|
50
|
+
* @internal
|
|
51
|
+
*/
|
|
52
|
+
constructor(opts: __ExceptionOptionType<UnauthorizedException, __BaseException>);
|
|
53
|
+
}
|