@jjrawlins/cdk-iam-policy-builder-helper 0.0.86 → 0.0.88
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/cdkiampolicybuilderhelper/jsii/jsii.go +2 -2
- package/cdkiampolicybuilderhelper/version +1 -1
- package/lib/constructs/Actions.d.ts +92 -0
- package/lib/constructs/Actions.js +93 -1
- package/lib/constructs/ManagedPolicies.d.ts +20 -0
- package/lib/constructs/ManagedPolicies.js +21 -1
- package/methods_list.txt +90 -0
- package/node_modules/@aws-sdk/client-iam/README.md +88 -0
- package/node_modules/@aws-sdk/client-iam/dist-cjs/index.js +623 -216
- package/node_modules/@aws-sdk/client-iam/dist-es/IAM.js +22 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/AcceptDelegationRequestCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/AssociateDelegationRequestCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DisableOutboundWebIdentityFederationCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/EnableOutboundWebIdentityFederationCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetDelegationRequestCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetHumanReadableSummaryCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetOutboundWebIdentityFederationInfoCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListDelegationRequestsCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/RejectDelegationRequestCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/SendDelegationTokenCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateDelegationRequestCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/index.js +11 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/index.js +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-es/models/enums.js +176 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/models/errors.js +431 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/models/models_0.js +1 -446
- package/node_modules/@aws-sdk/client-iam/dist-es/models/models_1.js +1 -113
- package/node_modules/@aws-sdk/client-iam/dist-es/schemas/schemas_0.js +234 -35
- package/node_modules/@aws-sdk/client-iam/dist-types/IAM.d.ts +81 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/IAMClient.d.ts +13 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AcceptDelegationRequestCommand.d.ts +92 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AssociateDelegationRequestCommand.d.ts +108 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateDelegationRequestCommand.d.ts +5 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DisableOutboundWebIdentityFederationCommand.d.ts +74 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/EnableOutboundWebIdentityFederationCommand.d.ts +78 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateOrganizationsAccessReportCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetDelegationRequestCommand.d.ts +127 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetHumanReadableSummaryCommand.d.ts +105 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetOutboundWebIdentityFederationInfoCommand.d.ts +77 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListDelegationRequestsCommand.d.ts +132 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RejectDelegationRequestCommand.d.ts +96 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SendDelegationTokenCommand.d.ts +98 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetSecurityTokenServicePreferencesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulateCustomPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulatePrincipalPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagInstanceProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagMFADeviceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagOpenIDConnectProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagRoleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagSAMLProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagServerCertificateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagUserCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagInstanceProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagMFADeviceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagOpenIDConnectProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagRoleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagSAMLProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagServerCertificateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagUserCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccessKeyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccountPasswordPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAssumeRolePolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateDelegationRequestCommand.d.ts +96 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateLoginProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/index.d.ts +11 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/index.d.ts +4 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/models/enums.d.ts +392 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/models/errors.d.ts +463 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/models/models_0.d.ts +1695 -675
- package/node_modules/@aws-sdk/client-iam/dist-types/models/models_1.d.ts +2 -1392
- package/node_modules/@aws-sdk/client-iam/dist-types/schemas/schemas_0.d.ts +29 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAM.d.ts +209 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAMClient.d.ts +66 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AcceptDelegationRequestCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AssociateDelegationRequestCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DisableOutboundWebIdentityFederationCommand.d.ts +45 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/EnableOutboundWebIdentityFederationCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetDelegationRequestCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetHumanReadableSummaryCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetOutboundWebIdentityFederationInfoCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListDelegationRequestsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RejectDelegationRequestCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SendDelegationTokenCommand.d.ts +46 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SetSecurityTokenServicePreferencesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SimulateCustomPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SimulatePrincipalPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagInstanceProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagMFADeviceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagOpenIDConnectProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagRoleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagSAMLProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagServerCertificateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagUserCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagInstanceProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagMFADeviceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagOpenIDConnectProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagRoleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagSAMLProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagServerCertificateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagUserCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAccessKeyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAccountPasswordPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAssumeRolePolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateDelegationRequestCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateLoginProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/index.d.ts +4 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/enums.d.ts +222 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/errors.d.ts +297 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_0.d.ts +279 -390
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_1.d.ts +1 -265
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/schemas/schemas_0.d.ts +29 -0
- package/node_modules/@aws-sdk/client-iam/package.json +19 -19
- package/node_modules/@aws-sdk/client-sso/dist-es/index.js +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-es/models/errors.js +49 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +1 -49
- package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/models/errors.d.ts +53 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -53
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/errors.d.ts +30 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -30
- package/node_modules/@aws-sdk/client-sso/package.json +18 -18
- package/node_modules/@aws-sdk/core/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-http/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +15 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +12 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +4 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +4 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +10 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +3 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +10 -9
- package/node_modules/@aws-sdk/credential-provider-login/README.md +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +286 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js +262 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-es/fromLoginCredentials.js +21 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-es/types.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/LoginCredentialsFetcher.d.ts +42 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/fromLoginCredentials.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/index.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/LoginCredentialsFetcher.d.ts +24 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/fromLoginCredentials.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/types.d.ts +39 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/types.d.ts +59 -0
- package/node_modules/@aws-sdk/credential-provider-login/package.json +68 -0
- package/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +56 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +18 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +7 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +439 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.browser.js +39 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +54 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +42 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +10 -9
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +16 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/EndpointParameters.js +13 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +4 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +6 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/errors.js +57 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/models_0.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +34 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +49 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +221 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/enums.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/errors.js +181 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +1 -190
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +85 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +1 -85
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +18 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +198 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +157 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/endpointResolver.d.ts +5 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +16 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/SigninServiceException.d.ts +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/enums.d.ts +34 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +102 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/models_0.d.ts +142 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +59 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +59 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +58 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +33 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +3 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/enums.d.ts +25 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +279 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +0 -303
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +108 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +0 -108
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/Signin.d.ts +22 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +127 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +47 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +51 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +10 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/SigninServiceException.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +10 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +35 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/models_0.d.ts +26 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +121 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +114 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +125 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +53 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeExtensions.d.ts +11 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +19 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +3 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/enums.d.ts +13 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +105 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -114
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +54 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +0 -54
- package/node_modules/@aws-sdk/nested-clients/package.json +29 -18
- package/node_modules/@aws-sdk/nested-clients/signin.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/signin.js +5 -0
- package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
- package/node_modules/@aws-sdk/token-providers/package.json +4 -4
- package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +2 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +2 -0
- package/node_modules/@aws-sdk/types/package.json +1 -1
- package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +6 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
- package/node_modules/@smithy/core/package.json +1 -1
- package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
- package/node_modules/@smithy/middleware-retry/package.json +2 -2
- package/node_modules/@smithy/smithy-client/package.json +3 -3
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
- package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
- package/package.json +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/models/index.js +0 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/models/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +0 -1
|
@@ -48,6 +48,10 @@ import {
|
|
|
48
48
|
HttpAuthSchemeInputConfig,
|
|
49
49
|
HttpAuthSchemeResolvedConfig,
|
|
50
50
|
} from "./auth/httpAuthSchemeProvider";
|
|
51
|
+
import {
|
|
52
|
+
AcceptDelegationRequestCommandInput,
|
|
53
|
+
AcceptDelegationRequestCommandOutput,
|
|
54
|
+
} from "./commands/AcceptDelegationRequestCommand";
|
|
51
55
|
import {
|
|
52
56
|
AddClientIDToOpenIDConnectProviderCommandInput,
|
|
53
57
|
AddClientIDToOpenIDConnectProviderCommandOutput,
|
|
@@ -60,6 +64,10 @@ import {
|
|
|
60
64
|
AddUserToGroupCommandInput,
|
|
61
65
|
AddUserToGroupCommandOutput,
|
|
62
66
|
} from "./commands/AddUserToGroupCommand";
|
|
67
|
+
import {
|
|
68
|
+
AssociateDelegationRequestCommandInput,
|
|
69
|
+
AssociateDelegationRequestCommandOutput,
|
|
70
|
+
} from "./commands/AssociateDelegationRequestCommand";
|
|
63
71
|
import {
|
|
64
72
|
AttachGroupPolicyCommandInput,
|
|
65
73
|
AttachGroupPolicyCommandOutput,
|
|
@@ -252,6 +260,10 @@ import {
|
|
|
252
260
|
DisableOrganizationsRootSessionsCommandInput,
|
|
253
261
|
DisableOrganizationsRootSessionsCommandOutput,
|
|
254
262
|
} from "./commands/DisableOrganizationsRootSessionsCommand";
|
|
263
|
+
import {
|
|
264
|
+
DisableOutboundWebIdentityFederationCommandInput,
|
|
265
|
+
DisableOutboundWebIdentityFederationCommandOutput,
|
|
266
|
+
} from "./commands/DisableOutboundWebIdentityFederationCommand";
|
|
255
267
|
import {
|
|
256
268
|
EnableMFADeviceCommandInput,
|
|
257
269
|
EnableMFADeviceCommandOutput,
|
|
@@ -264,6 +276,10 @@ import {
|
|
|
264
276
|
EnableOrganizationsRootSessionsCommandInput,
|
|
265
277
|
EnableOrganizationsRootSessionsCommandOutput,
|
|
266
278
|
} from "./commands/EnableOrganizationsRootSessionsCommand";
|
|
279
|
+
import {
|
|
280
|
+
EnableOutboundWebIdentityFederationCommandInput,
|
|
281
|
+
EnableOutboundWebIdentityFederationCommandOutput,
|
|
282
|
+
} from "./commands/EnableOutboundWebIdentityFederationCommand";
|
|
267
283
|
import {
|
|
268
284
|
GenerateCredentialReportCommandInput,
|
|
269
285
|
GenerateCredentialReportCommandOutput,
|
|
@@ -304,6 +320,10 @@ import {
|
|
|
304
320
|
GetCredentialReportCommandInput,
|
|
305
321
|
GetCredentialReportCommandOutput,
|
|
306
322
|
} from "./commands/GetCredentialReportCommand";
|
|
323
|
+
import {
|
|
324
|
+
GetDelegationRequestCommandInput,
|
|
325
|
+
GetDelegationRequestCommandOutput,
|
|
326
|
+
} from "./commands/GetDelegationRequestCommand";
|
|
307
327
|
import {
|
|
308
328
|
GetGroupCommandInput,
|
|
309
329
|
GetGroupCommandOutput,
|
|
@@ -312,6 +332,10 @@ import {
|
|
|
312
332
|
GetGroupPolicyCommandInput,
|
|
313
333
|
GetGroupPolicyCommandOutput,
|
|
314
334
|
} from "./commands/GetGroupPolicyCommand";
|
|
335
|
+
import {
|
|
336
|
+
GetHumanReadableSummaryCommandInput,
|
|
337
|
+
GetHumanReadableSummaryCommandOutput,
|
|
338
|
+
} from "./commands/GetHumanReadableSummaryCommand";
|
|
315
339
|
import {
|
|
316
340
|
GetInstanceProfileCommandInput,
|
|
317
341
|
GetInstanceProfileCommandOutput,
|
|
@@ -332,6 +356,10 @@ import {
|
|
|
332
356
|
GetOrganizationsAccessReportCommandInput,
|
|
333
357
|
GetOrganizationsAccessReportCommandOutput,
|
|
334
358
|
} from "./commands/GetOrganizationsAccessReportCommand";
|
|
359
|
+
import {
|
|
360
|
+
GetOutboundWebIdentityFederationInfoCommandInput,
|
|
361
|
+
GetOutboundWebIdentityFederationInfoCommandOutput,
|
|
362
|
+
} from "./commands/GetOutboundWebIdentityFederationInfoCommand";
|
|
335
363
|
import {
|
|
336
364
|
GetPolicyCommandInput,
|
|
337
365
|
GetPolicyCommandOutput,
|
|
@@ -400,6 +428,10 @@ import {
|
|
|
400
428
|
ListAttachedUserPoliciesCommandInput,
|
|
401
429
|
ListAttachedUserPoliciesCommandOutput,
|
|
402
430
|
} from "./commands/ListAttachedUserPoliciesCommand";
|
|
431
|
+
import {
|
|
432
|
+
ListDelegationRequestsCommandInput,
|
|
433
|
+
ListDelegationRequestsCommandOutput,
|
|
434
|
+
} from "./commands/ListDelegationRequestsCommand";
|
|
403
435
|
import {
|
|
404
436
|
ListEntitiesForPolicyCommandInput,
|
|
405
437
|
ListEntitiesForPolicyCommandOutput,
|
|
@@ -540,6 +572,10 @@ import {
|
|
|
540
572
|
PutUserPolicyCommandInput,
|
|
541
573
|
PutUserPolicyCommandOutput,
|
|
542
574
|
} from "./commands/PutUserPolicyCommand";
|
|
575
|
+
import {
|
|
576
|
+
RejectDelegationRequestCommandInput,
|
|
577
|
+
RejectDelegationRequestCommandOutput,
|
|
578
|
+
} from "./commands/RejectDelegationRequestCommand";
|
|
543
579
|
import {
|
|
544
580
|
RemoveClientIDFromOpenIDConnectProviderCommandInput,
|
|
545
581
|
RemoveClientIDFromOpenIDConnectProviderCommandOutput,
|
|
@@ -560,6 +596,10 @@ import {
|
|
|
560
596
|
ResyncMFADeviceCommandInput,
|
|
561
597
|
ResyncMFADeviceCommandOutput,
|
|
562
598
|
} from "./commands/ResyncMFADeviceCommand";
|
|
599
|
+
import {
|
|
600
|
+
SendDelegationTokenCommandInput,
|
|
601
|
+
SendDelegationTokenCommandOutput,
|
|
602
|
+
} from "./commands/SendDelegationTokenCommand";
|
|
563
603
|
import {
|
|
564
604
|
SetDefaultPolicyVersionCommandInput,
|
|
565
605
|
SetDefaultPolicyVersionCommandOutput,
|
|
@@ -652,6 +692,10 @@ import {
|
|
|
652
692
|
UpdateAssumeRolePolicyCommandInput,
|
|
653
693
|
UpdateAssumeRolePolicyCommandOutput,
|
|
654
694
|
} from "./commands/UpdateAssumeRolePolicyCommand";
|
|
695
|
+
import {
|
|
696
|
+
UpdateDelegationRequestCommandInput,
|
|
697
|
+
UpdateDelegationRequestCommandOutput,
|
|
698
|
+
} from "./commands/UpdateDelegationRequestCommand";
|
|
655
699
|
import {
|
|
656
700
|
UpdateGroupCommandInput,
|
|
657
701
|
UpdateGroupCommandOutput,
|
|
@@ -716,9 +760,11 @@ import {
|
|
|
716
760
|
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
717
761
|
export { __Client };
|
|
718
762
|
export type ServiceInputTypes =
|
|
763
|
+
| AcceptDelegationRequestCommandInput
|
|
719
764
|
| AddClientIDToOpenIDConnectProviderCommandInput
|
|
720
765
|
| AddRoleToInstanceProfileCommandInput
|
|
721
766
|
| AddUserToGroupCommandInput
|
|
767
|
+
| AssociateDelegationRequestCommandInput
|
|
722
768
|
| AttachGroupPolicyCommandInput
|
|
723
769
|
| AttachRolePolicyCommandInput
|
|
724
770
|
| AttachUserPolicyCommandInput
|
|
@@ -767,9 +813,11 @@ export type ServiceInputTypes =
|
|
|
767
813
|
| DetachUserPolicyCommandInput
|
|
768
814
|
| DisableOrganizationsRootCredentialsManagementCommandInput
|
|
769
815
|
| DisableOrganizationsRootSessionsCommandInput
|
|
816
|
+
| DisableOutboundWebIdentityFederationCommandInput
|
|
770
817
|
| EnableMFADeviceCommandInput
|
|
771
818
|
| EnableOrganizationsRootCredentialsManagementCommandInput
|
|
772
819
|
| EnableOrganizationsRootSessionsCommandInput
|
|
820
|
+
| EnableOutboundWebIdentityFederationCommandInput
|
|
773
821
|
| GenerateCredentialReportCommandInput
|
|
774
822
|
| GenerateOrganizationsAccessReportCommandInput
|
|
775
823
|
| GenerateServiceLastAccessedDetailsCommandInput
|
|
@@ -780,13 +828,16 @@ export type ServiceInputTypes =
|
|
|
780
828
|
| GetContextKeysForCustomPolicyCommandInput
|
|
781
829
|
| GetContextKeysForPrincipalPolicyCommandInput
|
|
782
830
|
| GetCredentialReportCommandInput
|
|
831
|
+
| GetDelegationRequestCommandInput
|
|
783
832
|
| GetGroupCommandInput
|
|
784
833
|
| GetGroupPolicyCommandInput
|
|
834
|
+
| GetHumanReadableSummaryCommandInput
|
|
785
835
|
| GetInstanceProfileCommandInput
|
|
786
836
|
| GetLoginProfileCommandInput
|
|
787
837
|
| GetMFADeviceCommandInput
|
|
788
838
|
| GetOpenIDConnectProviderCommandInput
|
|
789
839
|
| GetOrganizationsAccessReportCommandInput
|
|
840
|
+
| GetOutboundWebIdentityFederationInfoCommandInput
|
|
790
841
|
| GetPolicyCommandInput
|
|
791
842
|
| GetPolicyVersionCommandInput
|
|
792
843
|
| GetRoleCommandInput
|
|
@@ -804,6 +855,7 @@ export type ServiceInputTypes =
|
|
|
804
855
|
| ListAttachedGroupPoliciesCommandInput
|
|
805
856
|
| ListAttachedRolePoliciesCommandInput
|
|
806
857
|
| ListAttachedUserPoliciesCommandInput
|
|
858
|
+
| ListDelegationRequestsCommandInput
|
|
807
859
|
| ListEntitiesForPolicyCommandInput
|
|
808
860
|
| ListGroupPoliciesCommandInput
|
|
809
861
|
| ListGroupsCommandInput
|
|
@@ -839,11 +891,13 @@ export type ServiceInputTypes =
|
|
|
839
891
|
| PutRolePolicyCommandInput
|
|
840
892
|
| PutUserPermissionsBoundaryCommandInput
|
|
841
893
|
| PutUserPolicyCommandInput
|
|
894
|
+
| RejectDelegationRequestCommandInput
|
|
842
895
|
| RemoveClientIDFromOpenIDConnectProviderCommandInput
|
|
843
896
|
| RemoveRoleFromInstanceProfileCommandInput
|
|
844
897
|
| RemoveUserFromGroupCommandInput
|
|
845
898
|
| ResetServiceSpecificCredentialCommandInput
|
|
846
899
|
| ResyncMFADeviceCommandInput
|
|
900
|
+
| SendDelegationTokenCommandInput
|
|
847
901
|
| SetDefaultPolicyVersionCommandInput
|
|
848
902
|
| SetSecurityTokenServicePreferencesCommandInput
|
|
849
903
|
| SimulateCustomPolicyCommandInput
|
|
@@ -867,6 +921,7 @@ export type ServiceInputTypes =
|
|
|
867
921
|
| UpdateAccessKeyCommandInput
|
|
868
922
|
| UpdateAccountPasswordPolicyCommandInput
|
|
869
923
|
| UpdateAssumeRolePolicyCommandInput
|
|
924
|
+
| UpdateDelegationRequestCommandInput
|
|
870
925
|
| UpdateGroupCommandInput
|
|
871
926
|
| UpdateLoginProfileCommandInput
|
|
872
927
|
| UpdateOpenIDConnectProviderThumbprintCommandInput
|
|
@@ -882,9 +937,11 @@ export type ServiceInputTypes =
|
|
|
882
937
|
| UploadServerCertificateCommandInput
|
|
883
938
|
| UploadSigningCertificateCommandInput;
|
|
884
939
|
export type ServiceOutputTypes =
|
|
940
|
+
| AcceptDelegationRequestCommandOutput
|
|
885
941
|
| AddClientIDToOpenIDConnectProviderCommandOutput
|
|
886
942
|
| AddRoleToInstanceProfileCommandOutput
|
|
887
943
|
| AddUserToGroupCommandOutput
|
|
944
|
+
| AssociateDelegationRequestCommandOutput
|
|
888
945
|
| AttachGroupPolicyCommandOutput
|
|
889
946
|
| AttachRolePolicyCommandOutput
|
|
890
947
|
| AttachUserPolicyCommandOutput
|
|
@@ -933,9 +990,11 @@ export type ServiceOutputTypes =
|
|
|
933
990
|
| DetachUserPolicyCommandOutput
|
|
934
991
|
| DisableOrganizationsRootCredentialsManagementCommandOutput
|
|
935
992
|
| DisableOrganizationsRootSessionsCommandOutput
|
|
993
|
+
| DisableOutboundWebIdentityFederationCommandOutput
|
|
936
994
|
| EnableMFADeviceCommandOutput
|
|
937
995
|
| EnableOrganizationsRootCredentialsManagementCommandOutput
|
|
938
996
|
| EnableOrganizationsRootSessionsCommandOutput
|
|
997
|
+
| EnableOutboundWebIdentityFederationCommandOutput
|
|
939
998
|
| GenerateCredentialReportCommandOutput
|
|
940
999
|
| GenerateOrganizationsAccessReportCommandOutput
|
|
941
1000
|
| GenerateServiceLastAccessedDetailsCommandOutput
|
|
@@ -946,13 +1005,16 @@ export type ServiceOutputTypes =
|
|
|
946
1005
|
| GetContextKeysForCustomPolicyCommandOutput
|
|
947
1006
|
| GetContextKeysForPrincipalPolicyCommandOutput
|
|
948
1007
|
| GetCredentialReportCommandOutput
|
|
1008
|
+
| GetDelegationRequestCommandOutput
|
|
949
1009
|
| GetGroupCommandOutput
|
|
950
1010
|
| GetGroupPolicyCommandOutput
|
|
1011
|
+
| GetHumanReadableSummaryCommandOutput
|
|
951
1012
|
| GetInstanceProfileCommandOutput
|
|
952
1013
|
| GetLoginProfileCommandOutput
|
|
953
1014
|
| GetMFADeviceCommandOutput
|
|
954
1015
|
| GetOpenIDConnectProviderCommandOutput
|
|
955
1016
|
| GetOrganizationsAccessReportCommandOutput
|
|
1017
|
+
| GetOutboundWebIdentityFederationInfoCommandOutput
|
|
956
1018
|
| GetPolicyCommandOutput
|
|
957
1019
|
| GetPolicyVersionCommandOutput
|
|
958
1020
|
| GetRoleCommandOutput
|
|
@@ -970,6 +1032,7 @@ export type ServiceOutputTypes =
|
|
|
970
1032
|
| ListAttachedGroupPoliciesCommandOutput
|
|
971
1033
|
| ListAttachedRolePoliciesCommandOutput
|
|
972
1034
|
| ListAttachedUserPoliciesCommandOutput
|
|
1035
|
+
| ListDelegationRequestsCommandOutput
|
|
973
1036
|
| ListEntitiesForPolicyCommandOutput
|
|
974
1037
|
| ListGroupPoliciesCommandOutput
|
|
975
1038
|
| ListGroupsCommandOutput
|
|
@@ -1005,11 +1068,13 @@ export type ServiceOutputTypes =
|
|
|
1005
1068
|
| PutRolePolicyCommandOutput
|
|
1006
1069
|
| PutUserPermissionsBoundaryCommandOutput
|
|
1007
1070
|
| PutUserPolicyCommandOutput
|
|
1071
|
+
| RejectDelegationRequestCommandOutput
|
|
1008
1072
|
| RemoveClientIDFromOpenIDConnectProviderCommandOutput
|
|
1009
1073
|
| RemoveRoleFromInstanceProfileCommandOutput
|
|
1010
1074
|
| RemoveUserFromGroupCommandOutput
|
|
1011
1075
|
| ResetServiceSpecificCredentialCommandOutput
|
|
1012
1076
|
| ResyncMFADeviceCommandOutput
|
|
1077
|
+
| SendDelegationTokenCommandOutput
|
|
1013
1078
|
| SetDefaultPolicyVersionCommandOutput
|
|
1014
1079
|
| SetSecurityTokenServicePreferencesCommandOutput
|
|
1015
1080
|
| SimulateCustomPolicyCommandOutput
|
|
@@ -1033,6 +1098,7 @@ export type ServiceOutputTypes =
|
|
|
1033
1098
|
| UpdateAccessKeyCommandOutput
|
|
1034
1099
|
| UpdateAccountPasswordPolicyCommandOutput
|
|
1035
1100
|
| UpdateAssumeRolePolicyCommandOutput
|
|
1101
|
+
| UpdateDelegationRequestCommandOutput
|
|
1036
1102
|
| UpdateGroupCommandOutput
|
|
1037
1103
|
| UpdateLoginProfileCommandOutput
|
|
1038
1104
|
| UpdateOpenIDConnectProviderThumbprintCommandOutput
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
IAMClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../IAMClient";
|
|
8
|
+
import { AcceptDelegationRequestRequest } from "../models/models_0";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface AcceptDelegationRequestCommandInput
|
|
12
|
+
extends AcceptDelegationRequestRequest {}
|
|
13
|
+
export interface AcceptDelegationRequestCommandOutput
|
|
14
|
+
extends __MetadataBearer {}
|
|
15
|
+
declare const AcceptDelegationRequestCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: AcceptDelegationRequestCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
AcceptDelegationRequestCommandInput,
|
|
20
|
+
AcceptDelegationRequestCommandOutput,
|
|
21
|
+
IAMClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
input: AcceptDelegationRequestCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
AcceptDelegationRequestCommandInput,
|
|
29
|
+
AcceptDelegationRequestCommandOutput,
|
|
30
|
+
IAMClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class AcceptDelegationRequestCommand extends AcceptDelegationRequestCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: AcceptDelegationRequestRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: AcceptDelegationRequestCommandInput;
|
|
44
|
+
output: AcceptDelegationRequestCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
IAMClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../IAMClient";
|
|
8
|
+
import { AssociateDelegationRequestRequest } from "../models/models_0";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface AssociateDelegationRequestCommandInput
|
|
12
|
+
extends AssociateDelegationRequestRequest {}
|
|
13
|
+
export interface AssociateDelegationRequestCommandOutput
|
|
14
|
+
extends __MetadataBearer {}
|
|
15
|
+
declare const AssociateDelegationRequestCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: AssociateDelegationRequestCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
AssociateDelegationRequestCommandInput,
|
|
20
|
+
AssociateDelegationRequestCommandOutput,
|
|
21
|
+
IAMClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
input: AssociateDelegationRequestCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
AssociateDelegationRequestCommandInput,
|
|
29
|
+
AssociateDelegationRequestCommandOutput,
|
|
30
|
+
IAMClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class AssociateDelegationRequestCommand extends AssociateDelegationRequestCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: AssociateDelegationRequestRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: AssociateDelegationRequestCommandInput;
|
|
44
|
+
output: AssociateDelegationRequestCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
IAMClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../IAMClient";
|
|
8
|
+
export { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
export interface DisableOutboundWebIdentityFederationCommandInput {}
|
|
11
|
+
export interface DisableOutboundWebIdentityFederationCommandOutput
|
|
12
|
+
extends __MetadataBearer {}
|
|
13
|
+
declare const DisableOutboundWebIdentityFederationCommand_base: {
|
|
14
|
+
new (
|
|
15
|
+
input: DisableOutboundWebIdentityFederationCommandInput
|
|
16
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
17
|
+
DisableOutboundWebIdentityFederationCommandInput,
|
|
18
|
+
DisableOutboundWebIdentityFederationCommandOutput,
|
|
19
|
+
IAMClientResolvedConfig,
|
|
20
|
+
ServiceInputTypes,
|
|
21
|
+
ServiceOutputTypes
|
|
22
|
+
>;
|
|
23
|
+
new (
|
|
24
|
+
...[input]: [] | [DisableOutboundWebIdentityFederationCommandInput]
|
|
25
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
26
|
+
DisableOutboundWebIdentityFederationCommandInput,
|
|
27
|
+
DisableOutboundWebIdentityFederationCommandOutput,
|
|
28
|
+
IAMClientResolvedConfig,
|
|
29
|
+
ServiceInputTypes,
|
|
30
|
+
ServiceOutputTypes
|
|
31
|
+
>;
|
|
32
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
|
+
};
|
|
34
|
+
export declare class DisableOutboundWebIdentityFederationCommand extends DisableOutboundWebIdentityFederationCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: {};
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: DisableOutboundWebIdentityFederationCommandInput;
|
|
42
|
+
output: DisableOutboundWebIdentityFederationCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
IAMClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../IAMClient";
|
|
8
|
+
import { EnableOutboundWebIdentityFederationResponse } from "../models/models_0";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface EnableOutboundWebIdentityFederationCommandInput {}
|
|
12
|
+
export interface EnableOutboundWebIdentityFederationCommandOutput
|
|
13
|
+
extends EnableOutboundWebIdentityFederationResponse,
|
|
14
|
+
__MetadataBearer {}
|
|
15
|
+
declare const EnableOutboundWebIdentityFederationCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: EnableOutboundWebIdentityFederationCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
EnableOutboundWebIdentityFederationCommandInput,
|
|
20
|
+
EnableOutboundWebIdentityFederationCommandOutput,
|
|
21
|
+
IAMClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
...[input]: [] | [EnableOutboundWebIdentityFederationCommandInput]
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
EnableOutboundWebIdentityFederationCommandInput,
|
|
29
|
+
EnableOutboundWebIdentityFederationCommandOutput,
|
|
30
|
+
IAMClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class EnableOutboundWebIdentityFederationCommand extends EnableOutboundWebIdentityFederationCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: {};
|
|
40
|
+
output: EnableOutboundWebIdentityFederationResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: EnableOutboundWebIdentityFederationCommandInput;
|
|
44
|
+
output: EnableOutboundWebIdentityFederationCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetDelegationRequestCommand.d.ts
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
IAMClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../IAMClient";
|
|
8
|
+
import {
|
|
9
|
+
GetDelegationRequestRequest,
|
|
10
|
+
GetDelegationRequestResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetDelegationRequestCommandInput
|
|
15
|
+
extends GetDelegationRequestRequest {}
|
|
16
|
+
export interface GetDelegationRequestCommandOutput
|
|
17
|
+
extends GetDelegationRequestResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetDelegationRequestCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetDelegationRequestCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetDelegationRequestCommandInput,
|
|
24
|
+
GetDelegationRequestCommandOutput,
|
|
25
|
+
IAMClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: GetDelegationRequestCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetDelegationRequestCommandInput,
|
|
33
|
+
GetDelegationRequestCommandOutput,
|
|
34
|
+
IAMClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetDelegationRequestCommand extends GetDelegationRequestCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetDelegationRequestRequest;
|
|
44
|
+
output: GetDelegationRequestResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetDelegationRequestCommandInput;
|
|
48
|
+
output: GetDelegationRequestCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
IAMClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../IAMClient";
|
|
8
|
+
import {
|
|
9
|
+
GetHumanReadableSummaryRequest,
|
|
10
|
+
GetHumanReadableSummaryResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetHumanReadableSummaryCommandInput
|
|
15
|
+
extends GetHumanReadableSummaryRequest {}
|
|
16
|
+
export interface GetHumanReadableSummaryCommandOutput
|
|
17
|
+
extends GetHumanReadableSummaryResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetHumanReadableSummaryCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetHumanReadableSummaryCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetHumanReadableSummaryCommandInput,
|
|
24
|
+
GetHumanReadableSummaryCommandOutput,
|
|
25
|
+
IAMClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: GetHumanReadableSummaryCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetHumanReadableSummaryCommandInput,
|
|
33
|
+
GetHumanReadableSummaryCommandOutput,
|
|
34
|
+
IAMClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetHumanReadableSummaryCommand extends GetHumanReadableSummaryCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetHumanReadableSummaryRequest;
|
|
44
|
+
output: GetHumanReadableSummaryResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetHumanReadableSummaryCommandInput;
|
|
48
|
+
output: GetHumanReadableSummaryCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
IAMClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../IAMClient";
|
|
8
|
+
import { GetOutboundWebIdentityFederationInfoResponse } from "../models/models_0";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface GetOutboundWebIdentityFederationInfoCommandInput {}
|
|
12
|
+
export interface GetOutboundWebIdentityFederationInfoCommandOutput
|
|
13
|
+
extends GetOutboundWebIdentityFederationInfoResponse,
|
|
14
|
+
__MetadataBearer {}
|
|
15
|
+
declare const GetOutboundWebIdentityFederationInfoCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: GetOutboundWebIdentityFederationInfoCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
GetOutboundWebIdentityFederationInfoCommandInput,
|
|
20
|
+
GetOutboundWebIdentityFederationInfoCommandOutput,
|
|
21
|
+
IAMClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
...[input]: [] | [GetOutboundWebIdentityFederationInfoCommandInput]
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
GetOutboundWebIdentityFederationInfoCommandInput,
|
|
29
|
+
GetOutboundWebIdentityFederationInfoCommandOutput,
|
|
30
|
+
IAMClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class GetOutboundWebIdentityFederationInfoCommand extends GetOutboundWebIdentityFederationInfoCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: {};
|
|
40
|
+
output: GetOutboundWebIdentityFederationInfoResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetOutboundWebIdentityFederationInfoCommandInput;
|
|
44
|
+
output: GetOutboundWebIdentityFederationInfoCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
IAMClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../IAMClient";
|
|
8
|
+
import {
|
|
9
|
+
ListDelegationRequestsRequest,
|
|
10
|
+
ListDelegationRequestsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListDelegationRequestsCommandInput
|
|
15
|
+
extends ListDelegationRequestsRequest {}
|
|
16
|
+
export interface ListDelegationRequestsCommandOutput
|
|
17
|
+
extends ListDelegationRequestsResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListDelegationRequestsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListDelegationRequestsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListDelegationRequestsCommandInput,
|
|
24
|
+
ListDelegationRequestsCommandOutput,
|
|
25
|
+
IAMClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [ListDelegationRequestsCommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListDelegationRequestsCommandInput,
|
|
33
|
+
ListDelegationRequestsCommandOutput,
|
|
34
|
+
IAMClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListDelegationRequestsCommand extends ListDelegationRequestsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListDelegationRequestsRequest;
|
|
44
|
+
output: ListDelegationRequestsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListDelegationRequestsCommandInput;
|
|
48
|
+
output: ListDelegationRequestsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|