@aws-sdk/client-sso-admin 3.1044.0 → 3.1046.0
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/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +174 -175
- package/dist-cjs/models/SSOAdminServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/SSOAdmin.js +1 -1
- package/dist-es/SSOAdminClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AddRegionCommand.js +2 -2
- package/dist-es/commands/AttachCustomerManagedPolicyReferenceToPermissionSetCommand.js +2 -2
- package/dist-es/commands/AttachManagedPolicyToPermissionSetCommand.js +2 -2
- package/dist-es/commands/CreateAccountAssignmentCommand.js +2 -2
- package/dist-es/commands/CreateApplicationAssignmentCommand.js +2 -2
- package/dist-es/commands/CreateApplicationCommand.js +2 -2
- package/dist-es/commands/CreateInstanceAccessControlAttributeConfigurationCommand.js +2 -2
- package/dist-es/commands/CreateInstanceCommand.js +2 -2
- package/dist-es/commands/CreatePermissionSetCommand.js +2 -2
- package/dist-es/commands/CreateTrustedTokenIssuerCommand.js +2 -2
- package/dist-es/commands/DeleteAccountAssignmentCommand.js +2 -2
- package/dist-es/commands/DeleteApplicationAccessScopeCommand.js +2 -2
- package/dist-es/commands/DeleteApplicationAssignmentCommand.js +2 -2
- package/dist-es/commands/DeleteApplicationAuthenticationMethodCommand.js +2 -2
- package/dist-es/commands/DeleteApplicationCommand.js +2 -2
- package/dist-es/commands/DeleteApplicationGrantCommand.js +2 -2
- package/dist-es/commands/DeleteInlinePolicyFromPermissionSetCommand.js +2 -2
- package/dist-es/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteInstanceCommand.js +2 -2
- package/dist-es/commands/DeletePermissionSetCommand.js +2 -2
- package/dist-es/commands/DeletePermissionsBoundaryFromPermissionSetCommand.js +2 -2
- package/dist-es/commands/DeleteTrustedTokenIssuerCommand.js +2 -2
- package/dist-es/commands/DescribeAccountAssignmentCreationStatusCommand.js +2 -2
- package/dist-es/commands/DescribeAccountAssignmentDeletionStatusCommand.js +2 -2
- package/dist-es/commands/DescribeApplicationAssignmentCommand.js +2 -2
- package/dist-es/commands/DescribeApplicationCommand.js +2 -2
- package/dist-es/commands/DescribeApplicationProviderCommand.js +2 -2
- package/dist-es/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.js +2 -2
- package/dist-es/commands/DescribeInstanceCommand.js +2 -2
- package/dist-es/commands/DescribePermissionSetCommand.js +2 -2
- package/dist-es/commands/DescribePermissionSetProvisioningStatusCommand.js +2 -2
- package/dist-es/commands/DescribeRegionCommand.js +2 -2
- package/dist-es/commands/DescribeTrustedTokenIssuerCommand.js +2 -2
- package/dist-es/commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand.js +2 -2
- package/dist-es/commands/DetachManagedPolicyFromPermissionSetCommand.js +2 -2
- package/dist-es/commands/GetApplicationAccessScopeCommand.js +2 -2
- package/dist-es/commands/GetApplicationAssignmentConfigurationCommand.js +2 -2
- package/dist-es/commands/GetApplicationAuthenticationMethodCommand.js +2 -2
- package/dist-es/commands/GetApplicationGrantCommand.js +2 -2
- package/dist-es/commands/GetApplicationSessionConfigurationCommand.js +2 -2
- package/dist-es/commands/GetInlinePolicyForPermissionSetCommand.js +2 -2
- package/dist-es/commands/GetPermissionsBoundaryForPermissionSetCommand.js +2 -2
- package/dist-es/commands/ListAccountAssignmentCreationStatusCommand.js +2 -2
- package/dist-es/commands/ListAccountAssignmentDeletionStatusCommand.js +2 -2
- package/dist-es/commands/ListAccountAssignmentsCommand.js +2 -2
- package/dist-es/commands/ListAccountAssignmentsForPrincipalCommand.js +2 -2
- package/dist-es/commands/ListAccountsForProvisionedPermissionSetCommand.js +2 -2
- package/dist-es/commands/ListApplicationAccessScopesCommand.js +2 -2
- package/dist-es/commands/ListApplicationAssignmentsCommand.js +2 -2
- package/dist-es/commands/ListApplicationAssignmentsForPrincipalCommand.js +2 -2
- package/dist-es/commands/ListApplicationAuthenticationMethodsCommand.js +2 -2
- package/dist-es/commands/ListApplicationGrantsCommand.js +2 -2
- package/dist-es/commands/ListApplicationProvidersCommand.js +2 -2
- package/dist-es/commands/ListApplicationsCommand.js +2 -2
- package/dist-es/commands/ListCustomerManagedPolicyReferencesInPermissionSetCommand.js +2 -2
- package/dist-es/commands/ListInstancesCommand.js +2 -2
- package/dist-es/commands/ListManagedPoliciesInPermissionSetCommand.js +2 -2
- package/dist-es/commands/ListPermissionSetProvisioningStatusCommand.js +2 -2
- package/dist-es/commands/ListPermissionSetsCommand.js +2 -2
- package/dist-es/commands/ListPermissionSetsProvisionedToAccountCommand.js +2 -2
- package/dist-es/commands/ListRegionsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTrustedTokenIssuersCommand.js +2 -2
- package/dist-es/commands/ProvisionPermissionSetCommand.js +2 -2
- package/dist-es/commands/PutApplicationAccessScopeCommand.js +2 -2
- package/dist-es/commands/PutApplicationAssignmentConfigurationCommand.js +2 -2
- package/dist-es/commands/PutApplicationAuthenticationMethodCommand.js +2 -2
- package/dist-es/commands/PutApplicationGrantCommand.js +2 -2
- package/dist-es/commands/PutApplicationSessionConfigurationCommand.js +2 -2
- package/dist-es/commands/PutInlinePolicyToPermissionSetCommand.js +2 -2
- package/dist-es/commands/PutPermissionsBoundaryToPermissionSetCommand.js +2 -2
- package/dist-es/commands/RemoveRegionCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateApplicationCommand.js +2 -2
- package/dist-es/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.js +2 -2
- package/dist-es/commands/UpdateInstanceCommand.js +2 -2
- package/dist-es/commands/UpdatePermissionSetCommand.js +2 -2
- package/dist-es/commands/UpdateTrustedTokenIssuerCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/SSOAdminServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/SSOAdminClient.d.ts +5 -5
- package/dist-types/commands/AddRegionCommand.d.ts +6 -4
- package/dist-types/commands/AttachCustomerManagedPolicyReferenceToPermissionSetCommand.d.ts +6 -4
- package/dist-types/commands/AttachManagedPolicyToPermissionSetCommand.d.ts +6 -4
- package/dist-types/commands/CreateAccountAssignmentCommand.d.ts +6 -4
- package/dist-types/commands/CreateApplicationAssignmentCommand.d.ts +6 -4
- package/dist-types/commands/CreateApplicationCommand.d.ts +6 -4
- package/dist-types/commands/CreateInstanceAccessControlAttributeConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/CreateInstanceCommand.d.ts +6 -4
- package/dist-types/commands/CreatePermissionSetCommand.d.ts +6 -4
- package/dist-types/commands/CreateTrustedTokenIssuerCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAccountAssignmentCommand.d.ts +6 -4
- package/dist-types/commands/DeleteApplicationAccessScopeCommand.d.ts +6 -4
- package/dist-types/commands/DeleteApplicationAssignmentCommand.d.ts +6 -4
- package/dist-types/commands/DeleteApplicationAuthenticationMethodCommand.d.ts +6 -4
- package/dist-types/commands/DeleteApplicationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteApplicationGrantCommand.d.ts +6 -4
- package/dist-types/commands/DeleteInlinePolicyFromPermissionSetCommand.d.ts +6 -4
- package/dist-types/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteInstanceCommand.d.ts +6 -4
- package/dist-types/commands/DeletePermissionSetCommand.d.ts +6 -4
- package/dist-types/commands/DeletePermissionsBoundaryFromPermissionSetCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTrustedTokenIssuerCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAccountAssignmentCreationStatusCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAccountAssignmentDeletionStatusCommand.d.ts +6 -4
- package/dist-types/commands/DescribeApplicationAssignmentCommand.d.ts +6 -4
- package/dist-types/commands/DescribeApplicationCommand.d.ts +6 -4
- package/dist-types/commands/DescribeApplicationProviderCommand.d.ts +6 -4
- package/dist-types/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DescribeInstanceCommand.d.ts +6 -4
- package/dist-types/commands/DescribePermissionSetCommand.d.ts +6 -4
- package/dist-types/commands/DescribePermissionSetProvisioningStatusCommand.d.ts +6 -4
- package/dist-types/commands/DescribeRegionCommand.d.ts +6 -4
- package/dist-types/commands/DescribeTrustedTokenIssuerCommand.d.ts +6 -4
- package/dist-types/commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand.d.ts +6 -4
- package/dist-types/commands/DetachManagedPolicyFromPermissionSetCommand.d.ts +6 -4
- package/dist-types/commands/GetApplicationAccessScopeCommand.d.ts +6 -4
- package/dist-types/commands/GetApplicationAssignmentConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/GetApplicationAuthenticationMethodCommand.d.ts +6 -4
- package/dist-types/commands/GetApplicationGrantCommand.d.ts +6 -4
- package/dist-types/commands/GetApplicationSessionConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/GetInlinePolicyForPermissionSetCommand.d.ts +6 -4
- package/dist-types/commands/GetPermissionsBoundaryForPermissionSetCommand.d.ts +6 -4
- package/dist-types/commands/ListAccountAssignmentCreationStatusCommand.d.ts +6 -4
- package/dist-types/commands/ListAccountAssignmentDeletionStatusCommand.d.ts +6 -4
- package/dist-types/commands/ListAccountAssignmentsCommand.d.ts +6 -4
- package/dist-types/commands/ListAccountAssignmentsForPrincipalCommand.d.ts +6 -4
- package/dist-types/commands/ListAccountsForProvisionedPermissionSetCommand.d.ts +6 -4
- package/dist-types/commands/ListApplicationAccessScopesCommand.d.ts +6 -4
- package/dist-types/commands/ListApplicationAssignmentsCommand.d.ts +6 -4
- package/dist-types/commands/ListApplicationAssignmentsForPrincipalCommand.d.ts +6 -4
- package/dist-types/commands/ListApplicationAuthenticationMethodsCommand.d.ts +6 -4
- package/dist-types/commands/ListApplicationGrantsCommand.d.ts +6 -4
- package/dist-types/commands/ListApplicationProvidersCommand.d.ts +6 -4
- package/dist-types/commands/ListApplicationsCommand.d.ts +6 -4
- package/dist-types/commands/ListCustomerManagedPolicyReferencesInPermissionSetCommand.d.ts +6 -4
- package/dist-types/commands/ListInstancesCommand.d.ts +6 -4
- package/dist-types/commands/ListManagedPoliciesInPermissionSetCommand.d.ts +6 -4
- package/dist-types/commands/ListPermissionSetProvisioningStatusCommand.d.ts +6 -4
- package/dist-types/commands/ListPermissionSetsCommand.d.ts +6 -4
- package/dist-types/commands/ListPermissionSetsProvisionedToAccountCommand.d.ts +6 -4
- package/dist-types/commands/ListRegionsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListTrustedTokenIssuersCommand.d.ts +6 -4
- package/dist-types/commands/ProvisionPermissionSetCommand.d.ts +6 -4
- package/dist-types/commands/PutApplicationAccessScopeCommand.d.ts +6 -4
- package/dist-types/commands/PutApplicationAssignmentConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/PutApplicationAuthenticationMethodCommand.d.ts +6 -4
- package/dist-types/commands/PutApplicationGrantCommand.d.ts +6 -4
- package/dist-types/commands/PutApplicationSessionConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/PutInlinePolicyToPermissionSetCommand.d.ts +6 -4
- package/dist-types/commands/PutPermissionsBoundaryToPermissionSetCommand.d.ts +6 -4
- package/dist-types/commands/RemoveRegionCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateApplicationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateInstanceCommand.d.ts +6 -4
- package/dist-types/commands/UpdatePermissionSetCommand.d.ts +6 -4
- package/dist-types/commands/UpdateTrustedTokenIssuerCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/SSOAdminServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/SSOAdminClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AddRegionCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/AttachCustomerManagedPolicyReferenceToPermissionSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AttachManagedPolicyToPermissionSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAccountAssignmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateApplicationAssignmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateInstanceAccessControlAttributeConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreatePermissionSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateTrustedTokenIssuerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAccountAssignmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteApplicationAccessScopeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteApplicationAssignmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteApplicationAuthenticationMethodCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteApplicationGrantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteInlinePolicyFromPermissionSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePermissionSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePermissionsBoundaryFromPermissionSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteTrustedTokenIssuerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAccountAssignmentCreationStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAccountAssignmentDeletionStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeApplicationAssignmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeApplicationProviderCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribePermissionSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribePermissionSetProvisioningStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeRegionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeTrustedTokenIssuerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DetachManagedPolicyFromPermissionSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetApplicationAccessScopeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetApplicationAssignmentConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetApplicationAuthenticationMethodCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetApplicationGrantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetApplicationSessionConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetInlinePolicyForPermissionSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPermissionsBoundaryForPermissionSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAccountAssignmentCreationStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAccountAssignmentDeletionStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAccountAssignmentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAccountAssignmentsForPrincipalCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAccountsForProvisionedPermissionSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListApplicationAccessScopesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListApplicationAssignmentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListApplicationAssignmentsForPrincipalCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListApplicationAuthenticationMethodsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListApplicationGrantsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListApplicationProvidersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCustomerManagedPolicyReferencesInPermissionSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListManagedPoliciesInPermissionSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPermissionSetProvisioningStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPermissionSetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPermissionSetsProvisionedToAccountCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListRegionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTrustedTokenIssuersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ProvisionPermissionSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutApplicationAccessScopeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutApplicationAssignmentConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutApplicationAuthenticationMethodCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutApplicationGrantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutApplicationSessionConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutInlinePolicyToPermissionSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutPermissionsBoundaryToPermissionSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemoveRegionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateInstanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdatePermissionSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateTrustedTokenIssuerCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/SSOAdminServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CreateApplicationAssignmentRequest, CreateApplicationAssignmentResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateApplicationAssignmentCommandInput extends CreateApplicati
|
|
|
22
22
|
export interface CreateApplicationAssignmentCommandOutput extends CreateApplicationAssignmentResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateApplicationAssignmentCommand_base: {
|
|
25
|
-
new (input: CreateApplicationAssignmentCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateApplicationAssignmentCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateApplicationAssignmentCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationAssignmentCommandInput, CreateApplicationAssignmentCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateApplicationAssignmentCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationAssignmentCommandInput, CreateApplicationAssignmentCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Grant application access to a user or group.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CreateApplicationRequest, CreateApplicationResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateApplicationCommandInput extends CreateApplicationRequest
|
|
|
22
22
|
export interface CreateApplicationCommandOutput extends CreateApplicationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateApplicationCommand_base: {
|
|
25
|
-
new (input: CreateApplicationCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateApplicationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateApplicationCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateApplicationCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates an OAuth 2.0 customer managed application in IAM Identity Center for the given application provider.</p> <note> <p>This API does not support creating SAML 2.0 customer managed applications or Amazon Web Services managed applications. To learn how to create an Amazon Web Services managed application, see the application user guide. You can create a SAML 2.0 customer managed application in the Amazon Web Services Management Console only. See <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/customermanagedapps-saml2-setup.html">Setting up customer managed SAML 2.0 applications</a>. For more information on these application types, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/awsapps.html">Amazon Web Services managed applications</a>.</p> </note>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CreateInstanceAccessControlAttributeConfigurationRequest, CreateInstanceAccessControlAttributeConfigurationResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateInstanceAccessControlAttributeConfigurationCommandInput e
|
|
|
22
22
|
export interface CreateInstanceAccessControlAttributeConfigurationCommandOutput extends CreateInstanceAccessControlAttributeConfigurationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateInstanceAccessControlAttributeConfigurationCommand_base: {
|
|
25
|
-
new (input: CreateInstanceAccessControlAttributeConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateInstanceAccessControlAttributeConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateInstanceAccessControlAttributeConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateInstanceAccessControlAttributeConfigurationCommandInput, CreateInstanceAccessControlAttributeConfigurationCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateInstanceAccessControlAttributeConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateInstanceAccessControlAttributeConfigurationCommandInput, CreateInstanceAccessControlAttributeConfigurationCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Enables the attributes-based access control (ABAC) feature for the specified IAM Identity Center instance. You can also specify new attributes to add to your ABAC configuration during the enabling process. For more information about ABAC, see <a href="/singlesignon/latest/userguide/abac.html">Attribute-Based Access Control</a> in the <i>IAM Identity Center User Guide</i>.</p> <note> <p>After a successful response, call <code>DescribeInstanceAccessControlAttributeConfiguration</code> to validate that <code>InstanceAccessControlAttributeConfiguration</code> was created.</p> </note>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CreateInstanceRequest, CreateInstanceResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateInstanceCommandInput extends CreateInstanceRequest {
|
|
|
22
22
|
export interface CreateInstanceCommandOutput extends CreateInstanceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateInstanceCommand_base: {
|
|
25
|
-
new (input: CreateInstanceCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [CreateInstanceCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateInstanceCommandInput): import("@smithy/core/client").CommandImpl<CreateInstanceCommandInput, CreateInstanceCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [CreateInstanceCommandInput]): import("@smithy/core/client").CommandImpl<CreateInstanceCommandInput, CreateInstanceCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates an instance of IAM Identity Center for a standalone Amazon Web Services account that is not managed by Organizations or a member Amazon Web Services account in an organization. You can create only one instance per account and across all Amazon Web Services Regions.</p> <p>The CreateInstance request is rejected if the following apply: </p> <ul> <li> <p>The instance is created within the organization management account.</p> </li> <li> <p>An instance already exists in the same account.</p> </li> </ul>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CreatePermissionSetRequest, CreatePermissionSetResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
|
|
@@ -22,9 +22,11 @@ export interface CreatePermissionSetCommandInput extends CreatePermissionSetRequ
|
|
|
22
22
|
export interface CreatePermissionSetCommandOutput extends CreatePermissionSetResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreatePermissionSetCommand_base: {
|
|
25
|
-
new (input: CreatePermissionSetCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreatePermissionSetCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreatePermissionSetCommandInput): import("@smithy/core/client").CommandImpl<CreatePermissionSetCommandInput, CreatePermissionSetCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreatePermissionSetCommandInput): import("@smithy/core/client").CommandImpl<CreatePermissionSetCommandInput, CreatePermissionSetCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a permission set within a specified IAM Identity Center instance.</p> <note> <p>To grant users and groups access to Amazon Web Services account resources, use <code> <a>CreateAccountAssignment</a> </code>.</p> </note>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CreateTrustedTokenIssuerRequest, CreateTrustedTokenIssuerResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateTrustedTokenIssuerCommandInput extends CreateTrustedToken
|
|
|
22
22
|
export interface CreateTrustedTokenIssuerCommandOutput extends CreateTrustedTokenIssuerResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateTrustedTokenIssuerCommand_base: {
|
|
25
|
-
new (input: CreateTrustedTokenIssuerCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateTrustedTokenIssuerCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateTrustedTokenIssuerCommandInput): import("@smithy/core/client").CommandImpl<CreateTrustedTokenIssuerCommandInput, CreateTrustedTokenIssuerCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateTrustedTokenIssuerCommandInput): import("@smithy/core/client").CommandImpl<CreateTrustedTokenIssuerCommandInput, CreateTrustedTokenIssuerCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a connection to a trusted token issuer in an instance of IAM Identity Center. A trusted token issuer enables trusted identity propagation to be used with applications that authenticate outside of Amazon Web Services.</p> <p>This trusted token issuer describes an external identity provider (IdP) that can generate claims or assertions in the form of access tokens for a user. Applications enabled for IAM Identity Center can use these tokens for authentication. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteAccountAssignmentRequest, DeleteAccountAssignmentResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteAccountAssignmentCommandInput extends DeleteAccountAssign
|
|
|
22
22
|
export interface DeleteAccountAssignmentCommandOutput extends DeleteAccountAssignmentResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteAccountAssignmentCommand_base: {
|
|
25
|
-
new (input: DeleteAccountAssignmentCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteAccountAssignmentCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteAccountAssignmentCommandInput): import("@smithy/core/client").CommandImpl<DeleteAccountAssignmentCommandInput, DeleteAccountAssignmentCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteAccountAssignmentCommandInput): import("@smithy/core/client").CommandImpl<DeleteAccountAssignmentCommandInput, DeleteAccountAssignmentCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a principal's access from a specified Amazon Web Services account using a specified permission set.</p> <note> <p>After a successful response, call <code>DescribeAccountAssignmentDeletionStatus</code> to describe the status of an assignment deletion request.</p> </note>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteApplicationAccessScopeRequest } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteApplicationAccessScopeCommandInput extends DeleteApplicat
|
|
|
22
22
|
export interface DeleteApplicationAccessScopeCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteApplicationAccessScopeCommand_base: {
|
|
25
|
-
new (input: DeleteApplicationAccessScopeCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteApplicationAccessScopeCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteApplicationAccessScopeCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationAccessScopeCommandInput, DeleteApplicationAccessScopeCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteApplicationAccessScopeCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationAccessScopeCommandInput, DeleteApplicationAccessScopeCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes an IAM Identity Center access scope from an application.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteApplicationAssignmentRequest, DeleteApplicationAssignmentResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteApplicationAssignmentCommandInput extends DeleteApplicati
|
|
|
22
22
|
export interface DeleteApplicationAssignmentCommandOutput extends DeleteApplicationAssignmentResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteApplicationAssignmentCommand_base: {
|
|
25
|
-
new (input: DeleteApplicationAssignmentCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteApplicationAssignmentCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteApplicationAssignmentCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationAssignmentCommandInput, DeleteApplicationAssignmentCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteApplicationAssignmentCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationAssignmentCommandInput, DeleteApplicationAssignmentCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Revoke application access to an application by deleting application assignments for a user or group.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteApplicationAuthenticationMethodRequest } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteApplicationAuthenticationMethodCommandInput extends Delet
|
|
|
22
22
|
export interface DeleteApplicationAuthenticationMethodCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteApplicationAuthenticationMethodCommand_base: {
|
|
25
|
-
new (input: DeleteApplicationAuthenticationMethodCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteApplicationAuthenticationMethodCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteApplicationAuthenticationMethodCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationAuthenticationMethodCommandInput, DeleteApplicationAuthenticationMethodCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteApplicationAuthenticationMethodCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationAuthenticationMethodCommandInput, DeleteApplicationAuthenticationMethodCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes an authentication method from an application.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteApplicationRequest, DeleteApplicationResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteApplicationCommandInput extends DeleteApplicationRequest
|
|
|
22
22
|
export interface DeleteApplicationCommandOutput extends DeleteApplicationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteApplicationCommand_base: {
|
|
25
|
-
new (input: DeleteApplicationCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteApplicationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteApplicationCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteApplicationCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the association with the application. The connected service resource still exists.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteApplicationGrantRequest } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteApplicationGrantCommandInput extends DeleteApplicationGra
|
|
|
22
22
|
export interface DeleteApplicationGrantCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteApplicationGrantCommand_base: {
|
|
25
|
-
new (input: DeleteApplicationGrantCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteApplicationGrantCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteApplicationGrantCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationGrantCommandInput, DeleteApplicationGrantCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteApplicationGrantCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationGrantCommandInput, DeleteApplicationGrantCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a grant from an application.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteInlinePolicyFromPermissionSetRequest, DeleteInlinePolicyFromPermissionSetResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteInlinePolicyFromPermissionSetCommandInput extends DeleteI
|
|
|
22
22
|
export interface DeleteInlinePolicyFromPermissionSetCommandOutput extends DeleteInlinePolicyFromPermissionSetResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteInlinePolicyFromPermissionSetCommand_base: {
|
|
25
|
-
new (input: DeleteInlinePolicyFromPermissionSetCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteInlinePolicyFromPermissionSetCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteInlinePolicyFromPermissionSetCommandInput): import("@smithy/core/client").CommandImpl<DeleteInlinePolicyFromPermissionSetCommandInput, DeleteInlinePolicyFromPermissionSetCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteInlinePolicyFromPermissionSetCommandInput): import("@smithy/core/client").CommandImpl<DeleteInlinePolicyFromPermissionSetCommandInput, DeleteInlinePolicyFromPermissionSetCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the inline policy from a specified permission set.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteInstanceAccessControlAttributeConfigurationRequest, DeleteInstanceAccessControlAttributeConfigurationResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteInstanceAccessControlAttributeConfigurationCommandInput e
|
|
|
22
22
|
export interface DeleteInstanceAccessControlAttributeConfigurationCommandOutput extends DeleteInstanceAccessControlAttributeConfigurationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteInstanceAccessControlAttributeConfigurationCommand_base: {
|
|
25
|
-
new (input: DeleteInstanceAccessControlAttributeConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteInstanceAccessControlAttributeConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteInstanceAccessControlAttributeConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteInstanceAccessControlAttributeConfigurationCommandInput, DeleteInstanceAccessControlAttributeConfigurationCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteInstanceAccessControlAttributeConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteInstanceAccessControlAttributeConfigurationCommandInput, DeleteInstanceAccessControlAttributeConfigurationCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Disables the attributes-based access control (ABAC) feature for the specified IAM Identity Center instance and deletes all of the attribute mappings that have been configured. Once deleted, any attributes that are received from an identity source and any custom attributes you have previously configured will not be passed. For more information about ABAC, see <a href="/singlesignon/latest/userguide/abac.html">Attribute-Based Access Control</a> in the <i>IAM Identity Center User Guide</i>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteInstanceRequest, DeleteInstanceResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteInstanceCommandInput extends DeleteInstanceRequest {
|
|
|
22
22
|
export interface DeleteInstanceCommandOutput extends DeleteInstanceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteInstanceCommand_base: {
|
|
25
|
-
new (input: DeleteInstanceCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteInstanceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteInstanceCommandInput): import("@smithy/core/client").CommandImpl<DeleteInstanceCommandInput, DeleteInstanceCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteInstanceCommandInput): import("@smithy/core/client").CommandImpl<DeleteInstanceCommandInput, DeleteInstanceCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the instance of IAM Identity Center. Only the account that owns the instance can call this API. Neither the delegated administrator nor member account can delete the organization instance, but those roles can delete their own instance.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeletePermissionSetRequest, DeletePermissionSetResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
|
|
@@ -22,9 +22,11 @@ export interface DeletePermissionSetCommandInput extends DeletePermissionSetRequ
|
|
|
22
22
|
export interface DeletePermissionSetCommandOutput extends DeletePermissionSetResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeletePermissionSetCommand_base: {
|
|
25
|
-
new (input: DeletePermissionSetCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeletePermissionSetCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeletePermissionSetCommandInput): import("@smithy/core/client").CommandImpl<DeletePermissionSetCommandInput, DeletePermissionSetCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeletePermissionSetCommandInput): import("@smithy/core/client").CommandImpl<DeletePermissionSetCommandInput, DeletePermissionSetCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the specified permission set.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeletePermissionsBoundaryFromPermissionSetRequest, DeletePermissionsBoundaryFromPermissionSetResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
|
|
@@ -22,9 +22,11 @@ export interface DeletePermissionsBoundaryFromPermissionSetCommandInput extends
|
|
|
22
22
|
export interface DeletePermissionsBoundaryFromPermissionSetCommandOutput extends DeletePermissionsBoundaryFromPermissionSetResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeletePermissionsBoundaryFromPermissionSetCommand_base: {
|
|
25
|
-
new (input: DeletePermissionsBoundaryFromPermissionSetCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeletePermissionsBoundaryFromPermissionSetCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeletePermissionsBoundaryFromPermissionSetCommandInput): import("@smithy/core/client").CommandImpl<DeletePermissionsBoundaryFromPermissionSetCommandInput, DeletePermissionsBoundaryFromPermissionSetCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeletePermissionsBoundaryFromPermissionSetCommandInput): import("@smithy/core/client").CommandImpl<DeletePermissionsBoundaryFromPermissionSetCommandInput, DeletePermissionsBoundaryFromPermissionSetCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the permissions boundary from a specified <a>PermissionSet</a>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteTrustedTokenIssuerRequest, DeleteTrustedTokenIssuerResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteTrustedTokenIssuerCommandInput extends DeleteTrustedToken
|
|
|
22
22
|
export interface DeleteTrustedTokenIssuerCommandOutput extends DeleteTrustedTokenIssuerResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteTrustedTokenIssuerCommand_base: {
|
|
25
|
-
new (input: DeleteTrustedTokenIssuerCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteTrustedTokenIssuerCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteTrustedTokenIssuerCommandInput): import("@smithy/core/client").CommandImpl<DeleteTrustedTokenIssuerCommandInput, DeleteTrustedTokenIssuerCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteTrustedTokenIssuerCommandInput): import("@smithy/core/client").CommandImpl<DeleteTrustedTokenIssuerCommandInput, DeleteTrustedTokenIssuerCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a trusted token issuer configuration from an instance of IAM Identity Center.</p> <note> <p>Deleting this trusted token issuer configuration will cause users to lose access to any applications that are configured to use the trusted token issuer.</p> </note>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DescribeAccountAssignmentCreationStatusRequest, DescribeAccountAssignmentCreationStatusResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeAccountAssignmentCreationStatusCommandInput extends Des
|
|
|
22
22
|
export interface DescribeAccountAssignmentCreationStatusCommandOutput extends DescribeAccountAssignmentCreationStatusResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeAccountAssignmentCreationStatusCommand_base: {
|
|
25
|
-
new (input: DescribeAccountAssignmentCreationStatusCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeAccountAssignmentCreationStatusCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeAccountAssignmentCreationStatusCommandInput): import("@smithy/core/client").CommandImpl<DescribeAccountAssignmentCreationStatusCommandInput, DescribeAccountAssignmentCreationStatusCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeAccountAssignmentCreationStatusCommandInput): import("@smithy/core/client").CommandImpl<DescribeAccountAssignmentCreationStatusCommandInput, DescribeAccountAssignmentCreationStatusCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes the status of the assignment creation request.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DescribeAccountAssignmentDeletionStatusRequest, DescribeAccountAssignmentDeletionStatusResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeAccountAssignmentDeletionStatusCommandInput extends Des
|
|
|
22
22
|
export interface DescribeAccountAssignmentDeletionStatusCommandOutput extends DescribeAccountAssignmentDeletionStatusResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeAccountAssignmentDeletionStatusCommand_base: {
|
|
25
|
-
new (input: DescribeAccountAssignmentDeletionStatusCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeAccountAssignmentDeletionStatusCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeAccountAssignmentDeletionStatusCommandInput): import("@smithy/core/client").CommandImpl<DescribeAccountAssignmentDeletionStatusCommandInput, DescribeAccountAssignmentDeletionStatusCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeAccountAssignmentDeletionStatusCommandInput): import("@smithy/core/client").CommandImpl<DescribeAccountAssignmentDeletionStatusCommandInput, DescribeAccountAssignmentDeletionStatusCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes the status of the assignment deletion request.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DescribeApplicationAssignmentRequest, DescribeApplicationAssignmentResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeApplicationAssignmentCommandInput extends DescribeAppli
|
|
|
22
22
|
export interface DescribeApplicationAssignmentCommandOutput extends DescribeApplicationAssignmentResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeApplicationAssignmentCommand_base: {
|
|
25
|
-
new (input: DescribeApplicationAssignmentCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeApplicationAssignmentCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeApplicationAssignmentCommandInput): import("@smithy/core/client").CommandImpl<DescribeApplicationAssignmentCommandInput, DescribeApplicationAssignmentCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeApplicationAssignmentCommandInput): import("@smithy/core/client").CommandImpl<DescribeApplicationAssignmentCommandInput, DescribeApplicationAssignmentCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves a direct assignment of a user or group to an application. If the user doesn’t have a direct assignment to the application, the user may still have access to the application through a group. Therefore, don’t use this API to test access to an application for a user. Instead use <a>ListApplicationAssignmentsForPrincipal</a>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DescribeApplicationRequest, DescribeApplicationResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeApplicationCommandInput extends DescribeApplicationRequ
|
|
|
22
22
|
export interface DescribeApplicationCommandOutput extends DescribeApplicationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeApplicationCommand_base: {
|
|
25
|
-
new (input: DescribeApplicationCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeApplicationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeApplicationCommandInput): import("@smithy/core/client").CommandImpl<DescribeApplicationCommandInput, DescribeApplicationCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeApplicationCommandInput): import("@smithy/core/client").CommandImpl<DescribeApplicationCommandInput, DescribeApplicationCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves the details of an application associated with an instance of IAM Identity Center.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DescribeApplicationProviderRequest, DescribeApplicationProviderResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeApplicationProviderCommandInput extends DescribeApplica
|
|
|
22
22
|
export interface DescribeApplicationProviderCommandOutput extends DescribeApplicationProviderResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeApplicationProviderCommand_base: {
|
|
25
|
-
new (input: DescribeApplicationProviderCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeApplicationProviderCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeApplicationProviderCommandInput): import("@smithy/core/client").CommandImpl<DescribeApplicationProviderCommandInput, DescribeApplicationProviderCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeApplicationProviderCommandInput): import("@smithy/core/client").CommandImpl<DescribeApplicationProviderCommandInput, DescribeApplicationProviderCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves details about a provider that can be used to connect an Amazon Web Services managed application or customer managed application to IAM Identity Center.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DescribeInstanceAccessControlAttributeConfigurationRequest, DescribeInstanceAccessControlAttributeConfigurationResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeInstanceAccessControlAttributeConfigurationCommandInput
|
|
|
22
22
|
export interface DescribeInstanceAccessControlAttributeConfigurationCommandOutput extends DescribeInstanceAccessControlAttributeConfigurationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeInstanceAccessControlAttributeConfigurationCommand_base: {
|
|
25
|
-
new (input: DescribeInstanceAccessControlAttributeConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeInstanceAccessControlAttributeConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeInstanceAccessControlAttributeConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeInstanceAccessControlAttributeConfigurationCommandInput, DescribeInstanceAccessControlAttributeConfigurationCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeInstanceAccessControlAttributeConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeInstanceAccessControlAttributeConfigurationCommandInput, DescribeInstanceAccessControlAttributeConfigurationCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the list of IAM Identity Center identity store attributes that have been configured to work with attributes-based access control (ABAC) for the specified IAM Identity Center instance. This will not return attributes configured and sent by an external identity provider. For more information about ABAC, see <a href="/singlesignon/latest/userguide/abac.html">Attribute-Based Access Control</a> in the <i>IAM Identity Center User Guide</i>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DescribeInstanceRequest, DescribeInstanceResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeInstanceCommandInput extends DescribeInstanceRequest {
|
|
|
22
22
|
export interface DescribeInstanceCommandOutput extends DescribeInstanceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeInstanceCommand_base: {
|
|
25
|
-
new (input: DescribeInstanceCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeInstanceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeInstanceCommandInput): import("@smithy/core/client").CommandImpl<DescribeInstanceCommandInput, DescribeInstanceCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeInstanceCommandInput): import("@smithy/core/client").CommandImpl<DescribeInstanceCommandInput, DescribeInstanceCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the details of an instance of IAM Identity Center. The status can be one of the following:</p> <ul> <li> <p> <code>CREATE_IN_PROGRESS</code> - The instance is in the process of being created. When the instance is ready for use, DescribeInstance returns the status of <code>ACTIVE</code>. While the instance is in the <code>CREATE_IN_PROGRESS</code> state, you can call only DescribeInstance and DeleteInstance operations.</p> </li> <li> <p> <code>DELETE_IN_PROGRESS</code> - The instance is being deleted. Returns <code>AccessDeniedException</code> after the delete operation completes. </p> </li> <li> <p> <code>ACTIVE</code> - The instance is active.</p> </li> </ul>
|