@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
|
@@ -98,12 +98,15 @@ export declare var EnableOrganizationsRootCredentialsManagementRequest: StaticSt
|
|
|
98
98
|
export declare var EnableOrganizationsRootCredentialsManagementResponse: StaticStructureSchema;
|
|
99
99
|
export declare var EnableOrganizationsRootSessionsRequest: StaticStructureSchema;
|
|
100
100
|
export declare var EnableOrganizationsRootSessionsResponse: StaticStructureSchema;
|
|
101
|
+
export declare var EnableOutboundWebIdentityFederationResponse: StaticStructureSchema;
|
|
101
102
|
export declare var EntityAlreadyExistsException: StaticErrorSchema;
|
|
102
103
|
export declare var EntityDetails: StaticStructureSchema;
|
|
103
104
|
export declare var EntityInfo: StaticStructureSchema;
|
|
104
105
|
export declare var EntityTemporarilyUnmodifiableException: StaticErrorSchema;
|
|
105
106
|
export declare var ErrorDetails: StaticStructureSchema;
|
|
106
107
|
export declare var EvaluationResult: StaticStructureSchema;
|
|
108
|
+
export declare var FeatureDisabledException: StaticErrorSchema;
|
|
109
|
+
export declare var FeatureEnabledException: StaticErrorSchema;
|
|
107
110
|
export declare var GenerateCredentialReportResponse: StaticStructureSchema;
|
|
108
111
|
export declare var GenerateOrganizationsAccessReportRequest: StaticStructureSchema;
|
|
109
112
|
export declare var GenerateOrganizationsAccessReportResponse: StaticStructureSchema;
|
|
@@ -137,6 +140,7 @@ export declare var GetOpenIDConnectProviderRequest: StaticStructureSchema;
|
|
|
137
140
|
export declare var GetOpenIDConnectProviderResponse: StaticStructureSchema;
|
|
138
141
|
export declare var GetOrganizationsAccessReportRequest: StaticStructureSchema;
|
|
139
142
|
export declare var GetOrganizationsAccessReportResponse: StaticStructureSchema;
|
|
143
|
+
export declare var GetOutboundWebIdentityFederationInfoResponse: StaticStructureSchema;
|
|
140
144
|
export declare var GetPolicyRequest: StaticStructureSchema;
|
|
141
145
|
export declare var GetPolicyResponse: StaticStructureSchema;
|
|
142
146
|
export declare var GetPolicyVersionRequest: StaticStructureSchema;
|
|
@@ -468,9 +472,11 @@ export declare var DetachRolePolicy: StaticOperationSchema;
|
|
|
468
472
|
export declare var DetachUserPolicy: StaticOperationSchema;
|
|
469
473
|
export declare var DisableOrganizationsRootCredentialsManagement: StaticOperationSchema;
|
|
470
474
|
export declare var DisableOrganizationsRootSessions: StaticOperationSchema;
|
|
475
|
+
export declare var DisableOutboundWebIdentityFederation: StaticOperationSchema;
|
|
471
476
|
export declare var EnableMFADevice: StaticOperationSchema;
|
|
472
477
|
export declare var EnableOrganizationsRootCredentialsManagement: StaticOperationSchema;
|
|
473
478
|
export declare var EnableOrganizationsRootSessions: StaticOperationSchema;
|
|
479
|
+
export declare var EnableOutboundWebIdentityFederation: StaticOperationSchema;
|
|
474
480
|
export declare var GenerateCredentialReport: StaticOperationSchema;
|
|
475
481
|
export declare var GenerateOrganizationsAccessReport: StaticOperationSchema;
|
|
476
482
|
export declare var GenerateServiceLastAccessedDetails: StaticOperationSchema;
|
|
@@ -490,6 +496,7 @@ export declare var GetLoginProfile: StaticOperationSchema;
|
|
|
490
496
|
export declare var GetMFADevice: StaticOperationSchema;
|
|
491
497
|
export declare var GetOpenIDConnectProvider: StaticOperationSchema;
|
|
492
498
|
export declare var GetOrganizationsAccessReport: StaticOperationSchema;
|
|
499
|
+
export declare var GetOutboundWebIdentityFederationInfo: StaticOperationSchema;
|
|
493
500
|
export declare var GetPolicy: StaticOperationSchema;
|
|
494
501
|
export declare var GetPolicyVersion: StaticOperationSchema;
|
|
495
502
|
export declare var GetRole: StaticOperationSchema;
|
|
@@ -211,6 +211,10 @@ import {
|
|
|
211
211
|
DisableOrganizationsRootSessionsCommandInput,
|
|
212
212
|
DisableOrganizationsRootSessionsCommandOutput,
|
|
213
213
|
} from "./commands/DisableOrganizationsRootSessionsCommand";
|
|
214
|
+
import {
|
|
215
|
+
DisableOutboundWebIdentityFederationCommandInput,
|
|
216
|
+
DisableOutboundWebIdentityFederationCommandOutput,
|
|
217
|
+
} from "./commands/DisableOutboundWebIdentityFederationCommand";
|
|
214
218
|
import {
|
|
215
219
|
EnableMFADeviceCommandInput,
|
|
216
220
|
EnableMFADeviceCommandOutput,
|
|
@@ -223,6 +227,10 @@ import {
|
|
|
223
227
|
EnableOrganizationsRootSessionsCommandInput,
|
|
224
228
|
EnableOrganizationsRootSessionsCommandOutput,
|
|
225
229
|
} from "./commands/EnableOrganizationsRootSessionsCommand";
|
|
230
|
+
import {
|
|
231
|
+
EnableOutboundWebIdentityFederationCommandInput,
|
|
232
|
+
EnableOutboundWebIdentityFederationCommandOutput,
|
|
233
|
+
} from "./commands/EnableOutboundWebIdentityFederationCommand";
|
|
226
234
|
import {
|
|
227
235
|
GenerateCredentialReportCommandInput,
|
|
228
236
|
GenerateCredentialReportCommandOutput,
|
|
@@ -299,6 +307,10 @@ import {
|
|
|
299
307
|
GetOrganizationsAccessReportCommandInput,
|
|
300
308
|
GetOrganizationsAccessReportCommandOutput,
|
|
301
309
|
} from "./commands/GetOrganizationsAccessReportCommand";
|
|
310
|
+
import {
|
|
311
|
+
GetOutboundWebIdentityFederationInfoCommandInput,
|
|
312
|
+
GetOutboundWebIdentityFederationInfoCommandOutput,
|
|
313
|
+
} from "./commands/GetOutboundWebIdentityFederationInfoCommand";
|
|
302
314
|
import {
|
|
303
315
|
GetPolicyCommandInput,
|
|
304
316
|
GetPolicyCommandOutput,
|
|
@@ -1400,6 +1412,26 @@ export interface IAM {
|
|
|
1400
1412
|
options: __HttpHandlerOptions,
|
|
1401
1413
|
cb: (err: any, data?: DisableOrganizationsRootSessionsCommandOutput) => void
|
|
1402
1414
|
): void;
|
|
1415
|
+
disableOutboundWebIdentityFederation(): Promise<DisableOutboundWebIdentityFederationCommandOutput>;
|
|
1416
|
+
disableOutboundWebIdentityFederation(
|
|
1417
|
+
args: DisableOutboundWebIdentityFederationCommandInput,
|
|
1418
|
+
options?: __HttpHandlerOptions
|
|
1419
|
+
): Promise<DisableOutboundWebIdentityFederationCommandOutput>;
|
|
1420
|
+
disableOutboundWebIdentityFederation(
|
|
1421
|
+
args: DisableOutboundWebIdentityFederationCommandInput,
|
|
1422
|
+
cb: (
|
|
1423
|
+
err: any,
|
|
1424
|
+
data?: DisableOutboundWebIdentityFederationCommandOutput
|
|
1425
|
+
) => void
|
|
1426
|
+
): void;
|
|
1427
|
+
disableOutboundWebIdentityFederation(
|
|
1428
|
+
args: DisableOutboundWebIdentityFederationCommandInput,
|
|
1429
|
+
options: __HttpHandlerOptions,
|
|
1430
|
+
cb: (
|
|
1431
|
+
err: any,
|
|
1432
|
+
data?: DisableOutboundWebIdentityFederationCommandOutput
|
|
1433
|
+
) => void
|
|
1434
|
+
): void;
|
|
1403
1435
|
enableMFADevice(
|
|
1404
1436
|
args: EnableMFADeviceCommandInput,
|
|
1405
1437
|
options?: __HttpHandlerOptions
|
|
@@ -1447,6 +1479,26 @@ export interface IAM {
|
|
|
1447
1479
|
options: __HttpHandlerOptions,
|
|
1448
1480
|
cb: (err: any, data?: EnableOrganizationsRootSessionsCommandOutput) => void
|
|
1449
1481
|
): void;
|
|
1482
|
+
enableOutboundWebIdentityFederation(): Promise<EnableOutboundWebIdentityFederationCommandOutput>;
|
|
1483
|
+
enableOutboundWebIdentityFederation(
|
|
1484
|
+
args: EnableOutboundWebIdentityFederationCommandInput,
|
|
1485
|
+
options?: __HttpHandlerOptions
|
|
1486
|
+
): Promise<EnableOutboundWebIdentityFederationCommandOutput>;
|
|
1487
|
+
enableOutboundWebIdentityFederation(
|
|
1488
|
+
args: EnableOutboundWebIdentityFederationCommandInput,
|
|
1489
|
+
cb: (
|
|
1490
|
+
err: any,
|
|
1491
|
+
data?: EnableOutboundWebIdentityFederationCommandOutput
|
|
1492
|
+
) => void
|
|
1493
|
+
): void;
|
|
1494
|
+
enableOutboundWebIdentityFederation(
|
|
1495
|
+
args: EnableOutboundWebIdentityFederationCommandInput,
|
|
1496
|
+
options: __HttpHandlerOptions,
|
|
1497
|
+
cb: (
|
|
1498
|
+
err: any,
|
|
1499
|
+
data?: EnableOutboundWebIdentityFederationCommandOutput
|
|
1500
|
+
) => void
|
|
1501
|
+
): void;
|
|
1450
1502
|
generateCredentialReport(): Promise<GenerateCredentialReportCommandOutput>;
|
|
1451
1503
|
generateCredentialReport(
|
|
1452
1504
|
args: GenerateCredentialReportCommandInput,
|
|
@@ -1712,6 +1764,26 @@ export interface IAM {
|
|
|
1712
1764
|
options: __HttpHandlerOptions,
|
|
1713
1765
|
cb: (err: any, data?: GetOrganizationsAccessReportCommandOutput) => void
|
|
1714
1766
|
): void;
|
|
1767
|
+
getOutboundWebIdentityFederationInfo(): Promise<GetOutboundWebIdentityFederationInfoCommandOutput>;
|
|
1768
|
+
getOutboundWebIdentityFederationInfo(
|
|
1769
|
+
args: GetOutboundWebIdentityFederationInfoCommandInput,
|
|
1770
|
+
options?: __HttpHandlerOptions
|
|
1771
|
+
): Promise<GetOutboundWebIdentityFederationInfoCommandOutput>;
|
|
1772
|
+
getOutboundWebIdentityFederationInfo(
|
|
1773
|
+
args: GetOutboundWebIdentityFederationInfoCommandInput,
|
|
1774
|
+
cb: (
|
|
1775
|
+
err: any,
|
|
1776
|
+
data?: GetOutboundWebIdentityFederationInfoCommandOutput
|
|
1777
|
+
) => void
|
|
1778
|
+
): void;
|
|
1779
|
+
getOutboundWebIdentityFederationInfo(
|
|
1780
|
+
args: GetOutboundWebIdentityFederationInfoCommandInput,
|
|
1781
|
+
options: __HttpHandlerOptions,
|
|
1782
|
+
cb: (
|
|
1783
|
+
err: any,
|
|
1784
|
+
data?: GetOutboundWebIdentityFederationInfoCommandOutput
|
|
1785
|
+
) => void
|
|
1786
|
+
): void;
|
|
1715
1787
|
getPolicy(
|
|
1716
1788
|
args: GetPolicyCommandInput,
|
|
1717
1789
|
options?: __HttpHandlerOptions
|
|
@@ -260,6 +260,10 @@ import {
|
|
|
260
260
|
DisableOrganizationsRootSessionsCommandInput,
|
|
261
261
|
DisableOrganizationsRootSessionsCommandOutput,
|
|
262
262
|
} from "./commands/DisableOrganizationsRootSessionsCommand";
|
|
263
|
+
import {
|
|
264
|
+
DisableOutboundWebIdentityFederationCommandInput,
|
|
265
|
+
DisableOutboundWebIdentityFederationCommandOutput,
|
|
266
|
+
} from "./commands/DisableOutboundWebIdentityFederationCommand";
|
|
263
267
|
import {
|
|
264
268
|
EnableMFADeviceCommandInput,
|
|
265
269
|
EnableMFADeviceCommandOutput,
|
|
@@ -272,6 +276,10 @@ import {
|
|
|
272
276
|
EnableOrganizationsRootSessionsCommandInput,
|
|
273
277
|
EnableOrganizationsRootSessionsCommandOutput,
|
|
274
278
|
} from "./commands/EnableOrganizationsRootSessionsCommand";
|
|
279
|
+
import {
|
|
280
|
+
EnableOutboundWebIdentityFederationCommandInput,
|
|
281
|
+
EnableOutboundWebIdentityFederationCommandOutput,
|
|
282
|
+
} from "./commands/EnableOutboundWebIdentityFederationCommand";
|
|
275
283
|
import {
|
|
276
284
|
GenerateCredentialReportCommandInput,
|
|
277
285
|
GenerateCredentialReportCommandOutput,
|
|
@@ -348,6 +356,10 @@ import {
|
|
|
348
356
|
GetOrganizationsAccessReportCommandInput,
|
|
349
357
|
GetOrganizationsAccessReportCommandOutput,
|
|
350
358
|
} from "./commands/GetOrganizationsAccessReportCommand";
|
|
359
|
+
import {
|
|
360
|
+
GetOutboundWebIdentityFederationInfoCommandInput,
|
|
361
|
+
GetOutboundWebIdentityFederationInfoCommandOutput,
|
|
362
|
+
} from "./commands/GetOutboundWebIdentityFederationInfoCommand";
|
|
351
363
|
import {
|
|
352
364
|
GetPolicyCommandInput,
|
|
353
365
|
GetPolicyCommandOutput,
|
|
@@ -801,9 +813,11 @@ export type ServiceInputTypes =
|
|
|
801
813
|
| DetachUserPolicyCommandInput
|
|
802
814
|
| DisableOrganizationsRootCredentialsManagementCommandInput
|
|
803
815
|
| DisableOrganizationsRootSessionsCommandInput
|
|
816
|
+
| DisableOutboundWebIdentityFederationCommandInput
|
|
804
817
|
| EnableMFADeviceCommandInput
|
|
805
818
|
| EnableOrganizationsRootCredentialsManagementCommandInput
|
|
806
819
|
| EnableOrganizationsRootSessionsCommandInput
|
|
820
|
+
| EnableOutboundWebIdentityFederationCommandInput
|
|
807
821
|
| GenerateCredentialReportCommandInput
|
|
808
822
|
| GenerateOrganizationsAccessReportCommandInput
|
|
809
823
|
| GenerateServiceLastAccessedDetailsCommandInput
|
|
@@ -823,6 +837,7 @@ export type ServiceInputTypes =
|
|
|
823
837
|
| GetMFADeviceCommandInput
|
|
824
838
|
| GetOpenIDConnectProviderCommandInput
|
|
825
839
|
| GetOrganizationsAccessReportCommandInput
|
|
840
|
+
| GetOutboundWebIdentityFederationInfoCommandInput
|
|
826
841
|
| GetPolicyCommandInput
|
|
827
842
|
| GetPolicyVersionCommandInput
|
|
828
843
|
| GetRoleCommandInput
|
|
@@ -975,9 +990,11 @@ export type ServiceOutputTypes =
|
|
|
975
990
|
| DetachUserPolicyCommandOutput
|
|
976
991
|
| DisableOrganizationsRootCredentialsManagementCommandOutput
|
|
977
992
|
| DisableOrganizationsRootSessionsCommandOutput
|
|
993
|
+
| DisableOutboundWebIdentityFederationCommandOutput
|
|
978
994
|
| EnableMFADeviceCommandOutput
|
|
979
995
|
| EnableOrganizationsRootCredentialsManagementCommandOutput
|
|
980
996
|
| EnableOrganizationsRootSessionsCommandOutput
|
|
997
|
+
| EnableOutboundWebIdentityFederationCommandOutput
|
|
981
998
|
| GenerateCredentialReportCommandOutput
|
|
982
999
|
| GenerateOrganizationsAccessReportCommandOutput
|
|
983
1000
|
| GenerateServiceLastAccessedDetailsCommandOutput
|
|
@@ -997,6 +1014,7 @@ export type ServiceOutputTypes =
|
|
|
997
1014
|
| GetMFADeviceCommandOutput
|
|
998
1015
|
| GetOpenIDConnectProviderCommandOutput
|
|
999
1016
|
| GetOrganizationsAccessReportCommandOutput
|
|
1017
|
+
| GetOutboundWebIdentityFederationInfoCommandOutput
|
|
1000
1018
|
| GetPolicyCommandOutput
|
|
1001
1019
|
| GetPolicyVersionCommandOutput
|
|
1002
1020
|
| GetRoleCommandOutput
|
|
@@ -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
|
+
}
|
|
@@ -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
|
+
}
|
package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutGroupPolicyCommand.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../IAMClient";
|
|
8
|
-
import { PutGroupPolicyRequest } from "../models/
|
|
8
|
+
import { PutGroupPolicyRequest } from "../models/models_0";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface PutGroupPolicyCommandInput extends PutGroupPolicyRequest {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../IAMClient";
|
|
8
|
-
import { PutRolePermissionsBoundaryRequest } from "../models/
|
|
8
|
+
import { PutRolePermissionsBoundaryRequest } from "../models/models_0";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface PutRolePermissionsBoundaryCommandInput
|
package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutRolePolicyCommand.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../IAMClient";
|
|
8
|
-
import { PutRolePolicyRequest } from "../models/
|
|
8
|
+
import { PutRolePolicyRequest } from "../models/models_0";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface PutRolePolicyCommandInput extends PutRolePolicyRequest {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../IAMClient";
|
|
8
|
-
import { PutUserPermissionsBoundaryRequest } from "../models/
|
|
8
|
+
import { PutUserPermissionsBoundaryRequest } from "../models/models_0";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface PutUserPermissionsBoundaryCommandInput
|
package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutUserPolicyCommand.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../IAMClient";
|
|
8
|
-
import { PutUserPolicyRequest } from "../models/
|
|
8
|
+
import { PutUserPolicyRequest } from "../models/models_0";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface PutUserPolicyCommandInput extends PutUserPolicyRequest {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../IAMClient";
|
|
8
|
-
import { RejectDelegationRequestRequest } from "../models/
|
|
8
|
+
import { RejectDelegationRequestRequest } from "../models/models_0";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface RejectDelegationRequestCommandInput
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../IAMClient";
|
|
8
|
-
import { RemoveClientIDFromOpenIDConnectProviderRequest } from "../models/
|
|
8
|
+
import { RemoveClientIDFromOpenIDConnectProviderRequest } from "../models/models_0";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface RemoveClientIDFromOpenIDConnectProviderCommandInput
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../IAMClient";
|
|
8
|
-
import { RemoveRoleFromInstanceProfileRequest } from "../models/
|
|
8
|
+
import { RemoveRoleFromInstanceProfileRequest } from "../models/models_0";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface RemoveRoleFromInstanceProfileCommandInput
|
package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveUserFromGroupCommand.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../IAMClient";
|
|
8
|
-
import { RemoveUserFromGroupRequest } from "../models/
|
|
8
|
+
import { RemoveUserFromGroupRequest } from "../models/models_0";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface RemoveUserFromGroupCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ResetServiceSpecificCredentialRequest,
|
|
10
10
|
ResetServiceSpecificCredentialResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ResetServiceSpecificCredentialCommandInput
|
package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ResyncMFADeviceCommand.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../IAMClient";
|
|
8
|
-
import { ResyncMFADeviceRequest } from "../models/
|
|
8
|
+
import { ResyncMFADeviceRequest } from "../models/models_0";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface ResyncMFADeviceCommandInput extends ResyncMFADeviceRequest {}
|
package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SendDelegationTokenCommand.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../IAMClient";
|
|
8
|
-
import { SendDelegationTokenRequest } from "../models/
|
|
8
|
+
import { SendDelegationTokenRequest } from "../models/models_0";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface SendDelegationTokenCommandInput
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../IAMClient";
|
|
8
|
-
import { SetDefaultPolicyVersionRequest } from "../models/
|
|
8
|
+
import { SetDefaultPolicyVersionRequest } from "../models/models_0";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface SetDefaultPolicyVersionCommandInput
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../IAMClient";
|
|
8
|
-
import { SetSecurityTokenServicePreferencesRequest } from "../models/
|
|
8
|
+
import { SetSecurityTokenServicePreferencesRequest } from "../models/models_0";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface SetSecurityTokenServicePreferencesCommandInput
|
package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagInstanceProfileCommand.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../IAMClient";
|
|
8
|
-
import { TagInstanceProfileRequest } from "../models/
|
|
8
|
+
import { TagInstanceProfileRequest } from "../models/models_0";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface TagInstanceProfileCommandInput
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../IAMClient";
|
|
8
|
-
import { TagMFADeviceRequest } from "../models/
|
|
8
|
+
import { TagMFADeviceRequest } from "../models/models_0";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface TagMFADeviceCommandInput extends TagMFADeviceRequest {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../IAMClient";
|
|
8
|
-
import { TagOpenIDConnectProviderRequest } from "../models/
|
|
8
|
+
import { TagOpenIDConnectProviderRequest } from "../models/models_0";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface TagOpenIDConnectProviderCommandInput
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../IAMClient";
|
|
8
|
-
import { TagPolicyRequest } from "../models/
|
|
8
|
+
import { TagPolicyRequest } from "../models/models_0";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface TagPolicyCommandInput extends TagPolicyRequest {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../IAMClient";
|
|
8
|
-
import { TagRoleRequest } from "../models/
|
|
8
|
+
import { TagRoleRequest } from "../models/models_0";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface TagRoleCommandInput extends TagRoleRequest {}
|
package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagSAMLProviderCommand.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../IAMClient";
|
|
8
|
-
import { TagSAMLProviderRequest } from "../models/
|
|
8
|
+
import { TagSAMLProviderRequest } from "../models/models_0";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface TagSAMLProviderCommandInput extends TagSAMLProviderRequest {}
|
package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagServerCertificateCommand.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../IAMClient";
|
|
8
|
-
import { TagServerCertificateRequest } from "../models/
|
|
8
|
+
import { TagServerCertificateRequest } from "../models/models_0";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface TagServerCertificateCommandInput
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../IAMClient";
|
|
8
|
-
import { TagUserRequest } from "../models/
|
|
8
|
+
import { TagUserRequest } from "../models/models_0";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface TagUserCommandInput extends TagUserRequest {}
|
package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagInstanceProfileCommand.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../IAMClient";
|
|
8
|
-
import { UntagInstanceProfileRequest } from "../models/
|
|
8
|
+
import { UntagInstanceProfileRequest } from "../models/models_0";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface UntagInstanceProfileCommandInput
|
package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagMFADeviceCommand.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../IAMClient";
|
|
8
|
-
import { UntagMFADeviceRequest } from "../models/
|
|
8
|
+
import { UntagMFADeviceRequest } from "../models/models_0";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface UntagMFADeviceCommandInput extends UntagMFADeviceRequest {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../IAMClient";
|
|
8
|
-
import { UntagOpenIDConnectProviderRequest } from "../models/
|
|
8
|
+
import { UntagOpenIDConnectProviderRequest } from "../models/models_0";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface UntagOpenIDConnectProviderCommandInput
|