@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,38 +1,35 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import {
|
|
2
|
+
AccessAdvisorUsageGranularityType,
|
|
3
|
+
AssertionEncryptionModeType,
|
|
4
|
+
AssignmentStatusType,
|
|
5
|
+
ContextKeyTypeEnum,
|
|
6
|
+
DeletionTaskStatusType,
|
|
7
|
+
EncodingType,
|
|
8
|
+
EntityType,
|
|
9
|
+
FeatureType,
|
|
10
|
+
GlobalEndpointTokenVersion,
|
|
11
|
+
JobStatusType,
|
|
12
|
+
PermissionCheckResultType,
|
|
13
|
+
PermissionCheckStatusType,
|
|
14
|
+
PermissionsBoundaryAttachmentType,
|
|
15
|
+
PolicyEvaluationDecisionType,
|
|
16
|
+
PolicyOwnerEntityType,
|
|
17
|
+
PolicyParameterTypeEnum,
|
|
18
|
+
PolicyScopeType,
|
|
19
|
+
PolicySourceType,
|
|
20
|
+
PolicyType,
|
|
21
|
+
PolicyUsageType,
|
|
22
|
+
ReportFormatType,
|
|
23
|
+
ReportStateType,
|
|
24
|
+
SortKeyType,
|
|
25
|
+
StateType,
|
|
26
|
+
StatusType,
|
|
27
|
+
SummaryKeyType,
|
|
28
|
+
SummaryStateType,
|
|
29
|
+
} from "./enums";
|
|
3
30
|
export interface AcceptDelegationRequestRequest {
|
|
4
31
|
DelegationRequestId: string | undefined;
|
|
5
32
|
}
|
|
6
|
-
export declare class ConcurrentModificationException extends __BaseException {
|
|
7
|
-
readonly name: "ConcurrentModificationException";
|
|
8
|
-
readonly $fault: "client";
|
|
9
|
-
constructor(
|
|
10
|
-
opts: __ExceptionOptionType<
|
|
11
|
-
ConcurrentModificationException,
|
|
12
|
-
__BaseException
|
|
13
|
-
>
|
|
14
|
-
);
|
|
15
|
-
}
|
|
16
|
-
export declare class NoSuchEntityException extends __BaseException {
|
|
17
|
-
readonly name: "NoSuchEntityException";
|
|
18
|
-
readonly $fault: "client";
|
|
19
|
-
constructor(
|
|
20
|
-
opts: __ExceptionOptionType<NoSuchEntityException, __BaseException>
|
|
21
|
-
);
|
|
22
|
-
}
|
|
23
|
-
export declare class ServiceFailureException extends __BaseException {
|
|
24
|
-
readonly name: "ServiceFailureException";
|
|
25
|
-
readonly $fault: "server";
|
|
26
|
-
constructor(
|
|
27
|
-
opts: __ExceptionOptionType<ServiceFailureException, __BaseException>
|
|
28
|
-
);
|
|
29
|
-
}
|
|
30
|
-
export declare const AccessAdvisorUsageGranularityType: {
|
|
31
|
-
readonly ACTION_LEVEL: "ACTION_LEVEL";
|
|
32
|
-
readonly SERVICE_LEVEL: "SERVICE_LEVEL";
|
|
33
|
-
};
|
|
34
|
-
export type AccessAdvisorUsageGranularityType =
|
|
35
|
-
(typeof AccessAdvisorUsageGranularityType)[keyof typeof AccessAdvisorUsageGranularityType];
|
|
36
33
|
export interface AccessDetail {
|
|
37
34
|
ServiceName: string | undefined;
|
|
38
35
|
ServiceNamespace: string | undefined;
|
|
@@ -41,12 +38,6 @@ export interface AccessDetail {
|
|
|
41
38
|
LastAuthenticatedTime?: Date | undefined;
|
|
42
39
|
TotalAuthenticatedEntities?: number | undefined;
|
|
43
40
|
}
|
|
44
|
-
export declare const StatusType: {
|
|
45
|
-
readonly Active: "Active";
|
|
46
|
-
readonly Expired: "Expired";
|
|
47
|
-
readonly Inactive: "Inactive";
|
|
48
|
-
};
|
|
49
|
-
export type StatusType = (typeof StatusType)[keyof typeof StatusType];
|
|
50
41
|
export interface AccessKey {
|
|
51
42
|
UserName: string | undefined;
|
|
52
43
|
AccessKeyId: string | undefined;
|
|
@@ -65,78 +56,21 @@ export interface AccessKeyMetadata {
|
|
|
65
56
|
Status?: StatusType | undefined;
|
|
66
57
|
CreateDate?: Date | undefined;
|
|
67
58
|
}
|
|
68
|
-
export declare class AccountNotManagementOrDelegatedAdministratorException extends __BaseException {
|
|
69
|
-
readonly name: "AccountNotManagementOrDelegatedAdministratorException";
|
|
70
|
-
readonly $fault: "client";
|
|
71
|
-
Message?: string | undefined;
|
|
72
|
-
constructor(
|
|
73
|
-
opts: __ExceptionOptionType<
|
|
74
|
-
AccountNotManagementOrDelegatedAdministratorException,
|
|
75
|
-
__BaseException
|
|
76
|
-
>
|
|
77
|
-
);
|
|
78
|
-
}
|
|
79
59
|
export interface AddClientIDToOpenIDConnectProviderRequest {
|
|
80
60
|
OpenIDConnectProviderArn: string | undefined;
|
|
81
61
|
ClientID: string | undefined;
|
|
82
62
|
}
|
|
83
|
-
export declare class InvalidInputException extends __BaseException {
|
|
84
|
-
readonly name: "InvalidInputException";
|
|
85
|
-
readonly $fault: "client";
|
|
86
|
-
constructor(
|
|
87
|
-
opts: __ExceptionOptionType<InvalidInputException, __BaseException>
|
|
88
|
-
);
|
|
89
|
-
}
|
|
90
|
-
export declare class LimitExceededException extends __BaseException {
|
|
91
|
-
readonly name: "LimitExceededException";
|
|
92
|
-
readonly $fault: "client";
|
|
93
|
-
constructor(
|
|
94
|
-
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
95
|
-
);
|
|
96
|
-
}
|
|
97
63
|
export interface AddRoleToInstanceProfileRequest {
|
|
98
64
|
InstanceProfileName: string | undefined;
|
|
99
65
|
RoleName: string | undefined;
|
|
100
66
|
}
|
|
101
|
-
export declare class EntityAlreadyExistsException extends __BaseException {
|
|
102
|
-
readonly name: "EntityAlreadyExistsException";
|
|
103
|
-
readonly $fault: "client";
|
|
104
|
-
constructor(
|
|
105
|
-
opts: __ExceptionOptionType<EntityAlreadyExistsException, __BaseException>
|
|
106
|
-
);
|
|
107
|
-
}
|
|
108
|
-
export declare class UnmodifiableEntityException extends __BaseException {
|
|
109
|
-
readonly name: "UnmodifiableEntityException";
|
|
110
|
-
readonly $fault: "client";
|
|
111
|
-
constructor(
|
|
112
|
-
opts: __ExceptionOptionType<UnmodifiableEntityException, __BaseException>
|
|
113
|
-
);
|
|
114
|
-
}
|
|
115
67
|
export interface AddUserToGroupRequest {
|
|
116
68
|
GroupName: string | undefined;
|
|
117
69
|
UserName: string | undefined;
|
|
118
70
|
}
|
|
119
|
-
export declare const AssertionEncryptionModeType: {
|
|
120
|
-
readonly Allowed: "Allowed";
|
|
121
|
-
readonly Required: "Required";
|
|
122
|
-
};
|
|
123
|
-
export type AssertionEncryptionModeType =
|
|
124
|
-
(typeof AssertionEncryptionModeType)[keyof typeof AssertionEncryptionModeType];
|
|
125
|
-
export declare const AssignmentStatusType: {
|
|
126
|
-
readonly Any: "Any";
|
|
127
|
-
readonly Assigned: "Assigned";
|
|
128
|
-
readonly Unassigned: "Unassigned";
|
|
129
|
-
};
|
|
130
|
-
export type AssignmentStatusType =
|
|
131
|
-
(typeof AssignmentStatusType)[keyof typeof AssignmentStatusType];
|
|
132
71
|
export interface AssociateDelegationRequestRequest {
|
|
133
72
|
DelegationRequestId: string | undefined;
|
|
134
73
|
}
|
|
135
|
-
export declare const PermissionsBoundaryAttachmentType: {
|
|
136
|
-
readonly Policy: "PermissionsBoundaryPolicy";
|
|
137
|
-
};
|
|
138
|
-
export type PermissionsBoundaryAttachmentType =
|
|
139
|
-
(typeof PermissionsBoundaryAttachmentType)[keyof typeof PermissionsBoundaryAttachmentType];
|
|
140
74
|
export interface AttachedPermissionsBoundary {
|
|
141
75
|
PermissionsBoundaryType?: PermissionsBoundaryAttachmentType | undefined;
|
|
142
76
|
PermissionsBoundaryArn?: string | undefined;
|
|
@@ -149,13 +83,6 @@ export interface AttachGroupPolicyRequest {
|
|
|
149
83
|
GroupName: string | undefined;
|
|
150
84
|
PolicyArn: string | undefined;
|
|
151
85
|
}
|
|
152
|
-
export declare class PolicyNotAttachableException extends __BaseException {
|
|
153
|
-
readonly name: "PolicyNotAttachableException";
|
|
154
|
-
readonly $fault: "client";
|
|
155
|
-
constructor(
|
|
156
|
-
opts: __ExceptionOptionType<PolicyNotAttachableException, __BaseException>
|
|
157
|
-
);
|
|
158
|
-
}
|
|
159
86
|
export interface AttachRolePolicyRequest {
|
|
160
87
|
RoleName: string | undefined;
|
|
161
88
|
PolicyArn: string | undefined;
|
|
@@ -168,33 +95,6 @@ export interface ChangePasswordRequest {
|
|
|
168
95
|
OldPassword: string | undefined;
|
|
169
96
|
NewPassword: string | undefined;
|
|
170
97
|
}
|
|
171
|
-
export declare class EntityTemporarilyUnmodifiableException extends __BaseException {
|
|
172
|
-
readonly name: "EntityTemporarilyUnmodifiableException";
|
|
173
|
-
readonly $fault: "client";
|
|
174
|
-
constructor(
|
|
175
|
-
opts: __ExceptionOptionType<
|
|
176
|
-
EntityTemporarilyUnmodifiableException,
|
|
177
|
-
__BaseException
|
|
178
|
-
>
|
|
179
|
-
);
|
|
180
|
-
}
|
|
181
|
-
export declare class InvalidUserTypeException extends __BaseException {
|
|
182
|
-
readonly name: "InvalidUserTypeException";
|
|
183
|
-
readonly $fault: "client";
|
|
184
|
-
constructor(
|
|
185
|
-
opts: __ExceptionOptionType<InvalidUserTypeException, __BaseException>
|
|
186
|
-
);
|
|
187
|
-
}
|
|
188
|
-
export declare class PasswordPolicyViolationException extends __BaseException {
|
|
189
|
-
readonly name: "PasswordPolicyViolationException";
|
|
190
|
-
readonly $fault: "client";
|
|
191
|
-
constructor(
|
|
192
|
-
opts: __ExceptionOptionType<
|
|
193
|
-
PasswordPolicyViolationException,
|
|
194
|
-
__BaseException
|
|
195
|
-
>
|
|
196
|
-
);
|
|
197
|
-
}
|
|
198
98
|
export interface CreateAccessKeyRequest {
|
|
199
99
|
UserName?: string | undefined;
|
|
200
100
|
}
|
|
@@ -204,12 +104,6 @@ export interface CreateAccessKeyResponse {
|
|
|
204
104
|
export interface CreateAccountAliasRequest {
|
|
205
105
|
AccountAlias: string | undefined;
|
|
206
106
|
}
|
|
207
|
-
export declare const PolicyParameterTypeEnum: {
|
|
208
|
-
readonly STRING: "string";
|
|
209
|
-
readonly STRING_LIST: "stringList";
|
|
210
|
-
};
|
|
211
|
-
export type PolicyParameterTypeEnum =
|
|
212
|
-
(typeof PolicyParameterTypeEnum)[keyof typeof PolicyParameterTypeEnum];
|
|
213
107
|
export interface PolicyParameter {
|
|
214
108
|
Name?: string | undefined;
|
|
215
109
|
Values?: string[] | undefined;
|
|
@@ -309,16 +203,6 @@ export interface CreateOpenIDConnectProviderResponse {
|
|
|
309
203
|
OpenIDConnectProviderArn?: string | undefined;
|
|
310
204
|
Tags?: Tag[] | undefined;
|
|
311
205
|
}
|
|
312
|
-
export declare class OpenIdIdpCommunicationErrorException extends __BaseException {
|
|
313
|
-
readonly name: "OpenIdIdpCommunicationErrorException";
|
|
314
|
-
readonly $fault: "client";
|
|
315
|
-
constructor(
|
|
316
|
-
opts: __ExceptionOptionType<
|
|
317
|
-
OpenIdIdpCommunicationErrorException,
|
|
318
|
-
__BaseException
|
|
319
|
-
>
|
|
320
|
-
);
|
|
321
|
-
}
|
|
322
206
|
export interface CreatePolicyRequest {
|
|
323
207
|
PolicyName: string | undefined;
|
|
324
208
|
Path?: string | undefined;
|
|
@@ -343,16 +227,6 @@ export interface Policy {
|
|
|
343
227
|
export interface CreatePolicyResponse {
|
|
344
228
|
Policy?: Policy | undefined;
|
|
345
229
|
}
|
|
346
|
-
export declare class MalformedPolicyDocumentException extends __BaseException {
|
|
347
|
-
readonly name: "MalformedPolicyDocumentException";
|
|
348
|
-
readonly $fault: "client";
|
|
349
|
-
constructor(
|
|
350
|
-
opts: __ExceptionOptionType<
|
|
351
|
-
MalformedPolicyDocumentException,
|
|
352
|
-
__BaseException
|
|
353
|
-
>
|
|
354
|
-
);
|
|
355
|
-
}
|
|
356
230
|
export interface CreatePolicyVersionRequest {
|
|
357
231
|
PolicyArn: string | undefined;
|
|
358
232
|
PolicyDocument: string | undefined;
|
|
@@ -418,13 +292,6 @@ export interface ServiceSpecificCredential {
|
|
|
418
292
|
export interface CreateServiceSpecificCredentialResponse {
|
|
419
293
|
ServiceSpecificCredential?: ServiceSpecificCredential | undefined;
|
|
420
294
|
}
|
|
421
|
-
export declare class ServiceNotSupportedException extends __BaseException {
|
|
422
|
-
readonly name: "ServiceNotSupportedException";
|
|
423
|
-
readonly $fault: "client";
|
|
424
|
-
constructor(
|
|
425
|
-
opts: __ExceptionOptionType<ServiceNotSupportedException, __BaseException>
|
|
426
|
-
);
|
|
427
|
-
}
|
|
428
295
|
export interface CreateUserRequest {
|
|
429
296
|
Path?: string | undefined;
|
|
430
297
|
UserName: string | undefined;
|
|
@@ -471,13 +338,6 @@ export interface DeleteAccessKeyRequest {
|
|
|
471
338
|
export interface DeleteAccountAliasRequest {
|
|
472
339
|
AccountAlias: string | undefined;
|
|
473
340
|
}
|
|
474
|
-
export declare class DeleteConflictException extends __BaseException {
|
|
475
|
-
readonly name: "DeleteConflictException";
|
|
476
|
-
readonly $fault: "client";
|
|
477
|
-
constructor(
|
|
478
|
-
opts: __ExceptionOptionType<DeleteConflictException, __BaseException>
|
|
479
|
-
);
|
|
480
|
-
}
|
|
481
341
|
export interface DeleteGroupRequest {
|
|
482
342
|
GroupName: string | undefined;
|
|
483
343
|
}
|
|
@@ -561,45 +421,10 @@ export interface DetachUserPolicyRequest {
|
|
|
561
421
|
PolicyArn: string | undefined;
|
|
562
422
|
}
|
|
563
423
|
export interface DisableOrganizationsRootCredentialsManagementRequest {}
|
|
564
|
-
export declare const FeatureType: {
|
|
565
|
-
readonly ROOT_CREDENTIALS_MANAGEMENT: "RootCredentialsManagement";
|
|
566
|
-
readonly ROOT_SESSIONS: "RootSessions";
|
|
567
|
-
};
|
|
568
|
-
export type FeatureType = (typeof FeatureType)[keyof typeof FeatureType];
|
|
569
424
|
export interface DisableOrganizationsRootCredentialsManagementResponse {
|
|
570
425
|
OrganizationId?: string | undefined;
|
|
571
426
|
EnabledFeatures?: FeatureType[] | undefined;
|
|
572
427
|
}
|
|
573
|
-
export declare class OrganizationNotFoundException extends __BaseException {
|
|
574
|
-
readonly name: "OrganizationNotFoundException";
|
|
575
|
-
readonly $fault: "client";
|
|
576
|
-
Message?: string | undefined;
|
|
577
|
-
constructor(
|
|
578
|
-
opts: __ExceptionOptionType<OrganizationNotFoundException, __BaseException>
|
|
579
|
-
);
|
|
580
|
-
}
|
|
581
|
-
export declare class OrganizationNotInAllFeaturesModeException extends __BaseException {
|
|
582
|
-
readonly name: "OrganizationNotInAllFeaturesModeException";
|
|
583
|
-
readonly $fault: "client";
|
|
584
|
-
Message?: string | undefined;
|
|
585
|
-
constructor(
|
|
586
|
-
opts: __ExceptionOptionType<
|
|
587
|
-
OrganizationNotInAllFeaturesModeException,
|
|
588
|
-
__BaseException
|
|
589
|
-
>
|
|
590
|
-
);
|
|
591
|
-
}
|
|
592
|
-
export declare class ServiceAccessNotEnabledException extends __BaseException {
|
|
593
|
-
readonly name: "ServiceAccessNotEnabledException";
|
|
594
|
-
readonly $fault: "client";
|
|
595
|
-
Message?: string | undefined;
|
|
596
|
-
constructor(
|
|
597
|
-
opts: __ExceptionOptionType<
|
|
598
|
-
ServiceAccessNotEnabledException,
|
|
599
|
-
__BaseException
|
|
600
|
-
>
|
|
601
|
-
);
|
|
602
|
-
}
|
|
603
428
|
export interface DisableOrganizationsRootSessionsRequest {}
|
|
604
429
|
export interface DisableOrganizationsRootSessionsResponse {
|
|
605
430
|
OrganizationId?: string | undefined;
|
|
@@ -611,27 +436,6 @@ export interface EnableMFADeviceRequest {
|
|
|
611
436
|
AuthenticationCode1: string | undefined;
|
|
612
437
|
AuthenticationCode2: string | undefined;
|
|
613
438
|
}
|
|
614
|
-
export declare class InvalidAuthenticationCodeException extends __BaseException {
|
|
615
|
-
readonly name: "InvalidAuthenticationCodeException";
|
|
616
|
-
readonly $fault: "client";
|
|
617
|
-
constructor(
|
|
618
|
-
opts: __ExceptionOptionType<
|
|
619
|
-
InvalidAuthenticationCodeException,
|
|
620
|
-
__BaseException
|
|
621
|
-
>
|
|
622
|
-
);
|
|
623
|
-
}
|
|
624
|
-
export declare class CallerIsNotManagementAccountException extends __BaseException {
|
|
625
|
-
readonly name: "CallerIsNotManagementAccountException";
|
|
626
|
-
readonly $fault: "client";
|
|
627
|
-
Message?: string | undefined;
|
|
628
|
-
constructor(
|
|
629
|
-
opts: __ExceptionOptionType<
|
|
630
|
-
CallerIsNotManagementAccountException,
|
|
631
|
-
__BaseException
|
|
632
|
-
>
|
|
633
|
-
);
|
|
634
|
-
}
|
|
635
439
|
export interface EnableOrganizationsRootCredentialsManagementRequest {}
|
|
636
440
|
export interface EnableOrganizationsRootCredentialsManagementResponse {
|
|
637
441
|
OrganizationId?: string | undefined;
|
|
@@ -642,13 +446,9 @@ export interface EnableOrganizationsRootSessionsResponse {
|
|
|
642
446
|
OrganizationId?: string | undefined;
|
|
643
447
|
EnabledFeatures?: FeatureType[] | undefined;
|
|
644
448
|
}
|
|
645
|
-
export
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
readonly STARTED: "STARTED";
|
|
649
|
-
};
|
|
650
|
-
export type ReportStateType =
|
|
651
|
-
(typeof ReportStateType)[keyof typeof ReportStateType];
|
|
449
|
+
export interface EnableOutboundWebIdentityFederationResponse {
|
|
450
|
+
IssuerIdentifier?: string | undefined;
|
|
451
|
+
}
|
|
652
452
|
export interface GenerateCredentialReportResponse {
|
|
653
453
|
State?: ReportStateType | undefined;
|
|
654
454
|
Description?: string | undefined;
|
|
@@ -660,16 +460,6 @@ export interface GenerateOrganizationsAccessReportRequest {
|
|
|
660
460
|
export interface GenerateOrganizationsAccessReportResponse {
|
|
661
461
|
JobId?: string | undefined;
|
|
662
462
|
}
|
|
663
|
-
export declare class ReportGenerationLimitExceededException extends __BaseException {
|
|
664
|
-
readonly name: "ReportGenerationLimitExceededException";
|
|
665
|
-
readonly $fault: "client";
|
|
666
|
-
constructor(
|
|
667
|
-
opts: __ExceptionOptionType<
|
|
668
|
-
ReportGenerationLimitExceededException,
|
|
669
|
-
__BaseException
|
|
670
|
-
>
|
|
671
|
-
);
|
|
672
|
-
}
|
|
673
463
|
export interface GenerateServiceLastAccessedDetailsRequest {
|
|
674
464
|
Arn: string | undefined;
|
|
675
465
|
Granularity?: AccessAdvisorUsageGranularityType | undefined;
|
|
@@ -684,14 +474,6 @@ export interface GetAccessKeyLastUsedResponse {
|
|
|
684
474
|
UserName?: string | undefined;
|
|
685
475
|
AccessKeyLastUsed?: AccessKeyLastUsed | undefined;
|
|
686
476
|
}
|
|
687
|
-
export declare const EntityType: {
|
|
688
|
-
readonly AWSManagedPolicy: "AWSManagedPolicy";
|
|
689
|
-
readonly Group: "Group";
|
|
690
|
-
readonly LocalManagedPolicy: "LocalManagedPolicy";
|
|
691
|
-
readonly Role: "Role";
|
|
692
|
-
readonly User: "User";
|
|
693
|
-
};
|
|
694
|
-
export type EntityType = (typeof EntityType)[keyof typeof EntityType];
|
|
695
477
|
export interface GetAccountAuthorizationDetailsRequest {
|
|
696
478
|
Filter?: EntityType[] | undefined;
|
|
697
479
|
MaxItems?: number | undefined;
|
|
@@ -773,44 +555,6 @@ export interface PasswordPolicy {
|
|
|
773
555
|
export interface GetAccountPasswordPolicyResponse {
|
|
774
556
|
PasswordPolicy: PasswordPolicy | undefined;
|
|
775
557
|
}
|
|
776
|
-
export declare const SummaryKeyType: {
|
|
777
|
-
readonly AccessKeysPerUserQuota: "AccessKeysPerUserQuota";
|
|
778
|
-
readonly AccountAccessKeysPresent: "AccountAccessKeysPresent";
|
|
779
|
-
readonly AccountMFAEnabled: "AccountMFAEnabled";
|
|
780
|
-
readonly AccountPasswordPresent: "AccountPasswordPresent";
|
|
781
|
-
readonly AccountSigningCertificatesPresent: "AccountSigningCertificatesPresent";
|
|
782
|
-
readonly AssumeRolePolicySizeQuota: "AssumeRolePolicySizeQuota";
|
|
783
|
-
readonly AttachedPoliciesPerGroupQuota: "AttachedPoliciesPerGroupQuota";
|
|
784
|
-
readonly AttachedPoliciesPerRoleQuota: "AttachedPoliciesPerRoleQuota";
|
|
785
|
-
readonly AttachedPoliciesPerUserQuota: "AttachedPoliciesPerUserQuota";
|
|
786
|
-
readonly GlobalEndpointTokenVersion: "GlobalEndpointTokenVersion";
|
|
787
|
-
readonly GroupPolicySizeQuota: "GroupPolicySizeQuota";
|
|
788
|
-
readonly Groups: "Groups";
|
|
789
|
-
readonly GroupsPerUserQuota: "GroupsPerUserQuota";
|
|
790
|
-
readonly GroupsQuota: "GroupsQuota";
|
|
791
|
-
readonly InstanceProfiles: "InstanceProfiles";
|
|
792
|
-
readonly InstanceProfilesQuota: "InstanceProfilesQuota";
|
|
793
|
-
readonly MFADevices: "MFADevices";
|
|
794
|
-
readonly MFADevicesInUse: "MFADevicesInUse";
|
|
795
|
-
readonly Policies: "Policies";
|
|
796
|
-
readonly PoliciesQuota: "PoliciesQuota";
|
|
797
|
-
readonly PolicySizeQuota: "PolicySizeQuota";
|
|
798
|
-
readonly PolicyVersionsInUse: "PolicyVersionsInUse";
|
|
799
|
-
readonly PolicyVersionsInUseQuota: "PolicyVersionsInUseQuota";
|
|
800
|
-
readonly Providers: "Providers";
|
|
801
|
-
readonly RolePolicySizeQuota: "RolePolicySizeQuota";
|
|
802
|
-
readonly Roles: "Roles";
|
|
803
|
-
readonly RolesQuota: "RolesQuota";
|
|
804
|
-
readonly ServerCertificates: "ServerCertificates";
|
|
805
|
-
readonly ServerCertificatesQuota: "ServerCertificatesQuota";
|
|
806
|
-
readonly SigningCertificatesPerUserQuota: "SigningCertificatesPerUserQuota";
|
|
807
|
-
readonly UserPolicySizeQuota: "UserPolicySizeQuota";
|
|
808
|
-
readonly Users: "Users";
|
|
809
|
-
readonly UsersQuota: "UsersQuota";
|
|
810
|
-
readonly VersionsPerPolicyQuota: "VersionsPerPolicyQuota";
|
|
811
|
-
};
|
|
812
|
-
export type SummaryKeyType =
|
|
813
|
-
(typeof SummaryKeyType)[keyof typeof SummaryKeyType];
|
|
814
558
|
export interface GetAccountSummaryResponse {
|
|
815
559
|
SummaryMap?: Partial<Record<SummaryKeyType, number>> | undefined;
|
|
816
560
|
}
|
|
@@ -824,41 +568,6 @@ export interface GetContextKeysForPrincipalPolicyRequest {
|
|
|
824
568
|
PolicySourceArn: string | undefined;
|
|
825
569
|
PolicyInputList?: string[] | undefined;
|
|
826
570
|
}
|
|
827
|
-
export declare class CredentialReportExpiredException extends __BaseException {
|
|
828
|
-
readonly name: "CredentialReportExpiredException";
|
|
829
|
-
readonly $fault: "client";
|
|
830
|
-
constructor(
|
|
831
|
-
opts: __ExceptionOptionType<
|
|
832
|
-
CredentialReportExpiredException,
|
|
833
|
-
__BaseException
|
|
834
|
-
>
|
|
835
|
-
);
|
|
836
|
-
}
|
|
837
|
-
export declare class CredentialReportNotPresentException extends __BaseException {
|
|
838
|
-
readonly name: "CredentialReportNotPresentException";
|
|
839
|
-
readonly $fault: "client";
|
|
840
|
-
constructor(
|
|
841
|
-
opts: __ExceptionOptionType<
|
|
842
|
-
CredentialReportNotPresentException,
|
|
843
|
-
__BaseException
|
|
844
|
-
>
|
|
845
|
-
);
|
|
846
|
-
}
|
|
847
|
-
export declare class CredentialReportNotReadyException extends __BaseException {
|
|
848
|
-
readonly name: "CredentialReportNotReadyException";
|
|
849
|
-
readonly $fault: "client";
|
|
850
|
-
constructor(
|
|
851
|
-
opts: __ExceptionOptionType<
|
|
852
|
-
CredentialReportNotReadyException,
|
|
853
|
-
__BaseException
|
|
854
|
-
>
|
|
855
|
-
);
|
|
856
|
-
}
|
|
857
|
-
export declare const ReportFormatType: {
|
|
858
|
-
readonly text_csv: "text/csv";
|
|
859
|
-
};
|
|
860
|
-
export type ReportFormatType =
|
|
861
|
-
(typeof ReportFormatType)[keyof typeof ReportFormatType];
|
|
862
571
|
export interface GetCredentialReportResponse {
|
|
863
572
|
Content?: Uint8Array | undefined;
|
|
864
573
|
ReportFormat?: ReportFormatType | undefined;
|
|
@@ -868,16 +577,6 @@ export interface GetDelegationRequestRequest {
|
|
|
868
577
|
DelegationRequestId: string | undefined;
|
|
869
578
|
DelegationPermissionCheck?: boolean | undefined;
|
|
870
579
|
}
|
|
871
|
-
export declare const StateType: {
|
|
872
|
-
readonly ACCEPTED: "ACCEPTED";
|
|
873
|
-
readonly ASSIGNED: "ASSIGNED";
|
|
874
|
-
readonly EXPIRED: "EXPIRED";
|
|
875
|
-
readonly FINALIZED: "FINALIZED";
|
|
876
|
-
readonly PENDING_APPROVAL: "PENDING_APPROVAL";
|
|
877
|
-
readonly REJECTED: "REJECTED";
|
|
878
|
-
readonly UNASSIGNED: "UNASSIGNED";
|
|
879
|
-
};
|
|
880
|
-
export type StateType = (typeof StateType)[keyof typeof StateType];
|
|
881
580
|
export interface DelegationRequest {
|
|
882
581
|
DelegationRequestId?: string | undefined;
|
|
883
582
|
OwnerAccountId?: string | undefined;
|
|
@@ -899,20 +598,6 @@ export interface DelegationRequest {
|
|
|
899
598
|
OnlySendByOwner?: boolean | undefined;
|
|
900
599
|
UpdatedTime?: Date | undefined;
|
|
901
600
|
}
|
|
902
|
-
export declare const PermissionCheckResultType: {
|
|
903
|
-
readonly ALLOWED: "ALLOWED";
|
|
904
|
-
readonly DENIED: "DENIED";
|
|
905
|
-
readonly UNSURE: "UNSURE";
|
|
906
|
-
};
|
|
907
|
-
export type PermissionCheckResultType =
|
|
908
|
-
(typeof PermissionCheckResultType)[keyof typeof PermissionCheckResultType];
|
|
909
|
-
export declare const PermissionCheckStatusType: {
|
|
910
|
-
readonly COMPLETE: "COMPLETE";
|
|
911
|
-
readonly FAILED: "FAILED";
|
|
912
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
913
|
-
};
|
|
914
|
-
export type PermissionCheckStatusType =
|
|
915
|
-
(typeof PermissionCheckStatusType)[keyof typeof PermissionCheckStatusType];
|
|
916
601
|
export interface GetDelegationRequestResponse {
|
|
917
602
|
DelegationRequest?: DelegationRequest | undefined;
|
|
918
603
|
PermissionCheckStatus?: PermissionCheckStatusType | undefined;
|
|
@@ -942,14 +627,6 @@ export interface GetHumanReadableSummaryRequest {
|
|
|
942
627
|
EntityArn: string | undefined;
|
|
943
628
|
Locale?: string | undefined;
|
|
944
629
|
}
|
|
945
|
-
export declare const SummaryStateType: {
|
|
946
|
-
readonly AVAILABLE: "AVAILABLE";
|
|
947
|
-
readonly FAILED: "FAILED";
|
|
948
|
-
readonly NOT_AVAILABLE: "NOT_AVAILABLE";
|
|
949
|
-
readonly NOT_SUPPORTED: "NOT_SUPPORTED";
|
|
950
|
-
};
|
|
951
|
-
export type SummaryStateType =
|
|
952
|
-
(typeof SummaryStateType)[keyof typeof SummaryStateType];
|
|
953
630
|
export interface GetHumanReadableSummaryResponse {
|
|
954
631
|
SummaryContent?: string | undefined;
|
|
955
632
|
Locale?: string | undefined;
|
|
@@ -987,13 +664,6 @@ export interface GetOpenIDConnectProviderResponse {
|
|
|
987
664
|
CreateDate?: Date | undefined;
|
|
988
665
|
Tags?: Tag[] | undefined;
|
|
989
666
|
}
|
|
990
|
-
export declare const SortKeyType: {
|
|
991
|
-
readonly LAST_AUTHENTICATED_TIME_ASCENDING: "LAST_AUTHENTICATED_TIME_ASCENDING";
|
|
992
|
-
readonly LAST_AUTHENTICATED_TIME_DESCENDING: "LAST_AUTHENTICATED_TIME_DESCENDING";
|
|
993
|
-
readonly SERVICE_NAMESPACE_ASCENDING: "SERVICE_NAMESPACE_ASCENDING";
|
|
994
|
-
readonly SERVICE_NAMESPACE_DESCENDING: "SERVICE_NAMESPACE_DESCENDING";
|
|
995
|
-
};
|
|
996
|
-
export type SortKeyType = (typeof SortKeyType)[keyof typeof SortKeyType];
|
|
997
667
|
export interface GetOrganizationsAccessReportRequest {
|
|
998
668
|
JobId: string | undefined;
|
|
999
669
|
MaxItems?: number | undefined;
|
|
@@ -1004,12 +674,6 @@ export interface ErrorDetails {
|
|
|
1004
674
|
Message: string | undefined;
|
|
1005
675
|
Code: string | undefined;
|
|
1006
676
|
}
|
|
1007
|
-
export declare const JobStatusType: {
|
|
1008
|
-
readonly COMPLETED: "COMPLETED";
|
|
1009
|
-
readonly FAILED: "FAILED";
|
|
1010
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
1011
|
-
};
|
|
1012
|
-
export type JobStatusType = (typeof JobStatusType)[keyof typeof JobStatusType];
|
|
1013
677
|
export interface GetOrganizationsAccessReportResponse {
|
|
1014
678
|
JobStatus: JobStatusType | undefined;
|
|
1015
679
|
JobCreationDate: Date | undefined;
|
|
@@ -1021,6 +685,10 @@ export interface GetOrganizationsAccessReportResponse {
|
|
|
1021
685
|
Marker?: string | undefined;
|
|
1022
686
|
ErrorDetails?: ErrorDetails | undefined;
|
|
1023
687
|
}
|
|
688
|
+
export interface GetOutboundWebIdentityFederationInfoResponse {
|
|
689
|
+
IssuerIdentifier?: string | undefined;
|
|
690
|
+
JwtVendingEnabled?: boolean | undefined;
|
|
691
|
+
}
|
|
1024
692
|
export interface GetPolicyRequest {
|
|
1025
693
|
PolicyArn: string | undefined;
|
|
1026
694
|
}
|
|
@@ -1121,13 +789,6 @@ export interface GetServiceLastAccessedDetailsWithEntitiesRequest {
|
|
|
1121
789
|
MaxItems?: number | undefined;
|
|
1122
790
|
Marker?: string | undefined;
|
|
1123
791
|
}
|
|
1124
|
-
export declare const PolicyOwnerEntityType: {
|
|
1125
|
-
readonly GROUP: "GROUP";
|
|
1126
|
-
readonly ROLE: "ROLE";
|
|
1127
|
-
readonly USER: "USER";
|
|
1128
|
-
};
|
|
1129
|
-
export type PolicyOwnerEntityType =
|
|
1130
|
-
(typeof PolicyOwnerEntityType)[keyof typeof PolicyOwnerEntityType];
|
|
1131
792
|
export interface EntityInfo {
|
|
1132
793
|
Arn: string | undefined;
|
|
1133
794
|
Name: string | undefined;
|
|
@@ -1159,23 +820,10 @@ export interface DeletionTaskFailureReasonType {
|
|
|
1159
820
|
Reason?: string | undefined;
|
|
1160
821
|
RoleUsageList?: RoleUsageType[] | undefined;
|
|
1161
822
|
}
|
|
1162
|
-
export declare const DeletionTaskStatusType: {
|
|
1163
|
-
readonly FAILED: "FAILED";
|
|
1164
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
1165
|
-
readonly NOT_STARTED: "NOT_STARTED";
|
|
1166
|
-
readonly SUCCEEDED: "SUCCEEDED";
|
|
1167
|
-
};
|
|
1168
|
-
export type DeletionTaskStatusType =
|
|
1169
|
-
(typeof DeletionTaskStatusType)[keyof typeof DeletionTaskStatusType];
|
|
1170
823
|
export interface GetServiceLinkedRoleDeletionStatusResponse {
|
|
1171
824
|
Status: DeletionTaskStatusType | undefined;
|
|
1172
825
|
Reason?: DeletionTaskFailureReasonType | undefined;
|
|
1173
826
|
}
|
|
1174
|
-
export declare const EncodingType: {
|
|
1175
|
-
readonly PEM: "PEM";
|
|
1176
|
-
readonly SSH: "SSH";
|
|
1177
|
-
};
|
|
1178
|
-
export type EncodingType = (typeof EncodingType)[keyof typeof EncodingType];
|
|
1179
827
|
export interface GetSSHPublicKeyRequest {
|
|
1180
828
|
UserName: string | undefined;
|
|
1181
829
|
SSHPublicKeyId: string | undefined;
|
|
@@ -1192,16 +840,6 @@ export interface SSHPublicKey {
|
|
|
1192
840
|
export interface GetSSHPublicKeyResponse {
|
|
1193
841
|
SSHPublicKey?: SSHPublicKey | undefined;
|
|
1194
842
|
}
|
|
1195
|
-
export declare class UnrecognizedPublicKeyEncodingException extends __BaseException {
|
|
1196
|
-
readonly name: "UnrecognizedPublicKeyEncodingException";
|
|
1197
|
-
readonly $fault: "client";
|
|
1198
|
-
constructor(
|
|
1199
|
-
opts: __ExceptionOptionType<
|
|
1200
|
-
UnrecognizedPublicKeyEncodingException,
|
|
1201
|
-
__BaseException
|
|
1202
|
-
>
|
|
1203
|
-
);
|
|
1204
|
-
}
|
|
1205
843
|
export interface GetUserRequest {
|
|
1206
844
|
UserName?: string | undefined;
|
|
1207
845
|
}
|
|
@@ -1279,12 +917,6 @@ export interface ListDelegationRequestsResponse {
|
|
|
1279
917
|
Marker?: string | undefined;
|
|
1280
918
|
isTruncated?: boolean | undefined;
|
|
1281
919
|
}
|
|
1282
|
-
export declare const PolicyUsageType: {
|
|
1283
|
-
readonly PermissionsBoundary: "PermissionsBoundary";
|
|
1284
|
-
readonly PermissionsPolicy: "PermissionsPolicy";
|
|
1285
|
-
};
|
|
1286
|
-
export type PolicyUsageType =
|
|
1287
|
-
(typeof PolicyUsageType)[keyof typeof PolicyUsageType];
|
|
1288
920
|
export interface ListEntitiesForPolicyRequest {
|
|
1289
921
|
PolicyArn: string | undefined;
|
|
1290
922
|
EntityFilter?: EntityType | undefined;
|
|
@@ -1419,13 +1051,6 @@ export interface ListOrganizationsFeaturesResponse {
|
|
|
1419
1051
|
OrganizationId?: string | undefined;
|
|
1420
1052
|
EnabledFeatures?: FeatureType[] | undefined;
|
|
1421
1053
|
}
|
|
1422
|
-
export declare const PolicyScopeType: {
|
|
1423
|
-
readonly AWS: "AWS";
|
|
1424
|
-
readonly All: "All";
|
|
1425
|
-
readonly Local: "Local";
|
|
1426
|
-
};
|
|
1427
|
-
export type PolicyScopeType =
|
|
1428
|
-
(typeof PolicyScopeType)[keyof typeof PolicyScopeType];
|
|
1429
1054
|
export interface ListPoliciesRequest {
|
|
1430
1055
|
Scope?: PolicyScopeType | undefined;
|
|
1431
1056
|
OnlyAttached?: boolean | undefined;
|
|
@@ -1444,11 +1069,6 @@ export interface ListPoliciesGrantingServiceAccessRequest {
|
|
|
1444
1069
|
Arn: string | undefined;
|
|
1445
1070
|
ServiceNamespaces: string[] | undefined;
|
|
1446
1071
|
}
|
|
1447
|
-
export declare const PolicyType: {
|
|
1448
|
-
readonly INLINE: "INLINE";
|
|
1449
|
-
readonly MANAGED: "MANAGED";
|
|
1450
|
-
};
|
|
1451
|
-
export type PolicyType = (typeof PolicyType)[keyof typeof PolicyType];
|
|
1452
1072
|
export interface PolicyGrantingServiceAccess {
|
|
1453
1073
|
PolicyName: string | undefined;
|
|
1454
1074
|
PolicyType: PolicyType | undefined;
|
|
@@ -1651,3 +1271,243 @@ export interface ListVirtualMFADevicesResponse {
|
|
|
1651
1271
|
IsTruncated?: boolean | undefined;
|
|
1652
1272
|
Marker?: string | undefined;
|
|
1653
1273
|
}
|
|
1274
|
+
export interface PutGroupPolicyRequest {
|
|
1275
|
+
GroupName: string | undefined;
|
|
1276
|
+
PolicyName: string | undefined;
|
|
1277
|
+
PolicyDocument: string | undefined;
|
|
1278
|
+
}
|
|
1279
|
+
export interface PutRolePermissionsBoundaryRequest {
|
|
1280
|
+
RoleName: string | undefined;
|
|
1281
|
+
PermissionsBoundary: string | undefined;
|
|
1282
|
+
}
|
|
1283
|
+
export interface PutRolePolicyRequest {
|
|
1284
|
+
RoleName: string | undefined;
|
|
1285
|
+
PolicyName: string | undefined;
|
|
1286
|
+
PolicyDocument: string | undefined;
|
|
1287
|
+
}
|
|
1288
|
+
export interface PutUserPermissionsBoundaryRequest {
|
|
1289
|
+
UserName: string | undefined;
|
|
1290
|
+
PermissionsBoundary: string | undefined;
|
|
1291
|
+
}
|
|
1292
|
+
export interface PutUserPolicyRequest {
|
|
1293
|
+
UserName: string | undefined;
|
|
1294
|
+
PolicyName: string | undefined;
|
|
1295
|
+
PolicyDocument: string | undefined;
|
|
1296
|
+
}
|
|
1297
|
+
export interface RejectDelegationRequestRequest {
|
|
1298
|
+
DelegationRequestId: string | undefined;
|
|
1299
|
+
Notes?: string | undefined;
|
|
1300
|
+
}
|
|
1301
|
+
export interface RemoveClientIDFromOpenIDConnectProviderRequest {
|
|
1302
|
+
OpenIDConnectProviderArn: string | undefined;
|
|
1303
|
+
ClientID: string | undefined;
|
|
1304
|
+
}
|
|
1305
|
+
export interface RemoveRoleFromInstanceProfileRequest {
|
|
1306
|
+
InstanceProfileName: string | undefined;
|
|
1307
|
+
RoleName: string | undefined;
|
|
1308
|
+
}
|
|
1309
|
+
export interface RemoveUserFromGroupRequest {
|
|
1310
|
+
GroupName: string | undefined;
|
|
1311
|
+
UserName: string | undefined;
|
|
1312
|
+
}
|
|
1313
|
+
export interface ResetServiceSpecificCredentialRequest {
|
|
1314
|
+
UserName?: string | undefined;
|
|
1315
|
+
ServiceSpecificCredentialId: string | undefined;
|
|
1316
|
+
}
|
|
1317
|
+
export interface ResetServiceSpecificCredentialResponse {
|
|
1318
|
+
ServiceSpecificCredential?: ServiceSpecificCredential | undefined;
|
|
1319
|
+
}
|
|
1320
|
+
export interface ResyncMFADeviceRequest {
|
|
1321
|
+
UserName: string | undefined;
|
|
1322
|
+
SerialNumber: string | undefined;
|
|
1323
|
+
AuthenticationCode1: string | undefined;
|
|
1324
|
+
AuthenticationCode2: string | undefined;
|
|
1325
|
+
}
|
|
1326
|
+
export interface SendDelegationTokenRequest {
|
|
1327
|
+
DelegationRequestId: string | undefined;
|
|
1328
|
+
}
|
|
1329
|
+
export interface SetDefaultPolicyVersionRequest {
|
|
1330
|
+
PolicyArn: string | undefined;
|
|
1331
|
+
VersionId: string | undefined;
|
|
1332
|
+
}
|
|
1333
|
+
export interface SetSecurityTokenServicePreferencesRequest {
|
|
1334
|
+
GlobalEndpointTokenVersion: GlobalEndpointTokenVersion | undefined;
|
|
1335
|
+
}
|
|
1336
|
+
export interface ContextEntry {
|
|
1337
|
+
ContextKeyName?: string | undefined;
|
|
1338
|
+
ContextKeyValues?: string[] | undefined;
|
|
1339
|
+
ContextKeyType?: ContextKeyTypeEnum | undefined;
|
|
1340
|
+
}
|
|
1341
|
+
export interface SimulateCustomPolicyRequest {
|
|
1342
|
+
PolicyInputList: string[] | undefined;
|
|
1343
|
+
PermissionsBoundaryPolicyInputList?: string[] | undefined;
|
|
1344
|
+
ActionNames: string[] | undefined;
|
|
1345
|
+
ResourceArns?: string[] | undefined;
|
|
1346
|
+
ResourcePolicy?: string | undefined;
|
|
1347
|
+
ResourceOwner?: string | undefined;
|
|
1348
|
+
CallerArn?: string | undefined;
|
|
1349
|
+
ContextEntries?: ContextEntry[] | undefined;
|
|
1350
|
+
ResourceHandlingOption?: string | undefined;
|
|
1351
|
+
MaxItems?: number | undefined;
|
|
1352
|
+
Marker?: string | undefined;
|
|
1353
|
+
}
|
|
1354
|
+
export interface Position {
|
|
1355
|
+
Line?: number | undefined;
|
|
1356
|
+
Column?: number | undefined;
|
|
1357
|
+
}
|
|
1358
|
+
export interface Statement {
|
|
1359
|
+
SourcePolicyId?: string | undefined;
|
|
1360
|
+
SourcePolicyType?: PolicySourceType | undefined;
|
|
1361
|
+
StartPosition?: Position | undefined;
|
|
1362
|
+
EndPosition?: Position | undefined;
|
|
1363
|
+
}
|
|
1364
|
+
export interface OrganizationsDecisionDetail {
|
|
1365
|
+
AllowedByOrganizations?: boolean | undefined;
|
|
1366
|
+
}
|
|
1367
|
+
export interface PermissionsBoundaryDecisionDetail {
|
|
1368
|
+
AllowedByPermissionsBoundary?: boolean | undefined;
|
|
1369
|
+
}
|
|
1370
|
+
export interface ResourceSpecificResult {
|
|
1371
|
+
EvalResourceName: string | undefined;
|
|
1372
|
+
EvalResourceDecision: PolicyEvaluationDecisionType | undefined;
|
|
1373
|
+
MatchedStatements?: Statement[] | undefined;
|
|
1374
|
+
MissingContextValues?: string[] | undefined;
|
|
1375
|
+
EvalDecisionDetails?:
|
|
1376
|
+
| Record<string, PolicyEvaluationDecisionType>
|
|
1377
|
+
| undefined;
|
|
1378
|
+
PermissionsBoundaryDecisionDetail?:
|
|
1379
|
+
| PermissionsBoundaryDecisionDetail
|
|
1380
|
+
| undefined;
|
|
1381
|
+
}
|
|
1382
|
+
export interface EvaluationResult {
|
|
1383
|
+
EvalActionName: string | undefined;
|
|
1384
|
+
EvalResourceName?: string | undefined;
|
|
1385
|
+
EvalDecision: PolicyEvaluationDecisionType | undefined;
|
|
1386
|
+
MatchedStatements?: Statement[] | undefined;
|
|
1387
|
+
MissingContextValues?: string[] | undefined;
|
|
1388
|
+
OrganizationsDecisionDetail?: OrganizationsDecisionDetail | undefined;
|
|
1389
|
+
PermissionsBoundaryDecisionDetail?:
|
|
1390
|
+
| PermissionsBoundaryDecisionDetail
|
|
1391
|
+
| undefined;
|
|
1392
|
+
EvalDecisionDetails?:
|
|
1393
|
+
| Record<string, PolicyEvaluationDecisionType>
|
|
1394
|
+
| undefined;
|
|
1395
|
+
ResourceSpecificResults?: ResourceSpecificResult[] | undefined;
|
|
1396
|
+
}
|
|
1397
|
+
export interface SimulatePolicyResponse {
|
|
1398
|
+
EvaluationResults?: EvaluationResult[] | undefined;
|
|
1399
|
+
IsTruncated?: boolean | undefined;
|
|
1400
|
+
Marker?: string | undefined;
|
|
1401
|
+
}
|
|
1402
|
+
export interface SimulatePrincipalPolicyRequest {
|
|
1403
|
+
PolicySourceArn: string | undefined;
|
|
1404
|
+
PolicyInputList?: string[] | undefined;
|
|
1405
|
+
PermissionsBoundaryPolicyInputList?: string[] | undefined;
|
|
1406
|
+
ActionNames: string[] | undefined;
|
|
1407
|
+
ResourceArns?: string[] | undefined;
|
|
1408
|
+
ResourcePolicy?: string | undefined;
|
|
1409
|
+
ResourceOwner?: string | undefined;
|
|
1410
|
+
CallerArn?: string | undefined;
|
|
1411
|
+
ContextEntries?: ContextEntry[] | undefined;
|
|
1412
|
+
ResourceHandlingOption?: string | undefined;
|
|
1413
|
+
MaxItems?: number | undefined;
|
|
1414
|
+
Marker?: string | undefined;
|
|
1415
|
+
}
|
|
1416
|
+
export interface TagInstanceProfileRequest {
|
|
1417
|
+
InstanceProfileName: string | undefined;
|
|
1418
|
+
Tags: Tag[] | undefined;
|
|
1419
|
+
}
|
|
1420
|
+
export interface TagMFADeviceRequest {
|
|
1421
|
+
SerialNumber: string | undefined;
|
|
1422
|
+
Tags: Tag[] | undefined;
|
|
1423
|
+
}
|
|
1424
|
+
export interface TagOpenIDConnectProviderRequest {
|
|
1425
|
+
OpenIDConnectProviderArn: string | undefined;
|
|
1426
|
+
Tags: Tag[] | undefined;
|
|
1427
|
+
}
|
|
1428
|
+
export interface TagPolicyRequest {
|
|
1429
|
+
PolicyArn: string | undefined;
|
|
1430
|
+
Tags: Tag[] | undefined;
|
|
1431
|
+
}
|
|
1432
|
+
export interface TagRoleRequest {
|
|
1433
|
+
RoleName: string | undefined;
|
|
1434
|
+
Tags: Tag[] | undefined;
|
|
1435
|
+
}
|
|
1436
|
+
export interface TagSAMLProviderRequest {
|
|
1437
|
+
SAMLProviderArn: string | undefined;
|
|
1438
|
+
Tags: Tag[] | undefined;
|
|
1439
|
+
}
|
|
1440
|
+
export interface TagServerCertificateRequest {
|
|
1441
|
+
ServerCertificateName: string | undefined;
|
|
1442
|
+
Tags: Tag[] | undefined;
|
|
1443
|
+
}
|
|
1444
|
+
export interface TagUserRequest {
|
|
1445
|
+
UserName: string | undefined;
|
|
1446
|
+
Tags: Tag[] | undefined;
|
|
1447
|
+
}
|
|
1448
|
+
export interface UntagInstanceProfileRequest {
|
|
1449
|
+
InstanceProfileName: string | undefined;
|
|
1450
|
+
TagKeys: string[] | undefined;
|
|
1451
|
+
}
|
|
1452
|
+
export interface UntagMFADeviceRequest {
|
|
1453
|
+
SerialNumber: string | undefined;
|
|
1454
|
+
TagKeys: string[] | undefined;
|
|
1455
|
+
}
|
|
1456
|
+
export interface UntagOpenIDConnectProviderRequest {
|
|
1457
|
+
OpenIDConnectProviderArn: string | undefined;
|
|
1458
|
+
TagKeys: string[] | undefined;
|
|
1459
|
+
}
|
|
1460
|
+
export interface UntagPolicyRequest {
|
|
1461
|
+
PolicyArn: string | undefined;
|
|
1462
|
+
TagKeys: string[] | undefined;
|
|
1463
|
+
}
|
|
1464
|
+
export interface UntagRoleRequest {
|
|
1465
|
+
RoleName: string | undefined;
|
|
1466
|
+
TagKeys: string[] | undefined;
|
|
1467
|
+
}
|
|
1468
|
+
export interface UntagSAMLProviderRequest {
|
|
1469
|
+
SAMLProviderArn: string | undefined;
|
|
1470
|
+
TagKeys: string[] | undefined;
|
|
1471
|
+
}
|
|
1472
|
+
export interface UntagServerCertificateRequest {
|
|
1473
|
+
ServerCertificateName: string | undefined;
|
|
1474
|
+
TagKeys: string[] | undefined;
|
|
1475
|
+
}
|
|
1476
|
+
export interface UntagUserRequest {
|
|
1477
|
+
UserName: string | undefined;
|
|
1478
|
+
TagKeys: string[] | undefined;
|
|
1479
|
+
}
|
|
1480
|
+
export interface UpdateAccessKeyRequest {
|
|
1481
|
+
UserName?: string | undefined;
|
|
1482
|
+
AccessKeyId: string | undefined;
|
|
1483
|
+
Status: StatusType | undefined;
|
|
1484
|
+
}
|
|
1485
|
+
export interface UpdateAccountPasswordPolicyRequest {
|
|
1486
|
+
MinimumPasswordLength?: number | undefined;
|
|
1487
|
+
RequireSymbols?: boolean | undefined;
|
|
1488
|
+
RequireNumbers?: boolean | undefined;
|
|
1489
|
+
RequireUppercaseCharacters?: boolean | undefined;
|
|
1490
|
+
RequireLowercaseCharacters?: boolean | undefined;
|
|
1491
|
+
AllowUsersToChangePassword?: boolean | undefined;
|
|
1492
|
+
MaxPasswordAge?: number | undefined;
|
|
1493
|
+
PasswordReusePrevention?: number | undefined;
|
|
1494
|
+
HardExpiry?: boolean | undefined;
|
|
1495
|
+
}
|
|
1496
|
+
export interface UpdateAssumeRolePolicyRequest {
|
|
1497
|
+
RoleName: string | undefined;
|
|
1498
|
+
PolicyDocument: string | undefined;
|
|
1499
|
+
}
|
|
1500
|
+
export interface UpdateDelegationRequestRequest {
|
|
1501
|
+
DelegationRequestId: string | undefined;
|
|
1502
|
+
Notes?: string | undefined;
|
|
1503
|
+
}
|
|
1504
|
+
export interface UpdateGroupRequest {
|
|
1505
|
+
GroupName: string | undefined;
|
|
1506
|
+
NewPath?: string | undefined;
|
|
1507
|
+
NewGroupName?: string | undefined;
|
|
1508
|
+
}
|
|
1509
|
+
export interface UpdateLoginProfileRequest {
|
|
1510
|
+
UserName: string | undefined;
|
|
1511
|
+
Password?: string | undefined;
|
|
1512
|
+
PasswordResetRequired?: boolean | undefined;
|
|
1513
|
+
}
|